01HXV0RNTQZQ4KVFVKP0GDRKFJ: clippy (helios)

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

Buildomat Job: 01HXV0SZ0QN3Y4ARESHVRKPZ4D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T07:42:49.710Zjob assigned to worker 01HXV0T388G0T1Y4TWX13VTDYX (queued for 56 s)
 
22024-05-14T07:42:57.323Zstarting task 0: "setup"
32024-05-14T07:42:57.375Z++ uname -s
42024-05-14T07:42:57.795Z+ kern=SunOS
52024-05-14T07:42:57.795Z+ case "$kern" in
62024-05-14T07:42:57.795Z+ groupadd -g 12345 build
72024-05-14T07:42:57.795Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T07:42:59.407Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T07:42:59.545Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T07:42:59.557Z+ home_fs=zfs
112024-05-14T07:42:59.557Z+ [[ zfs == autofs ]]
122024-05-14T07:42:59.557Z+ mkdir -p /home/build
132024-05-14T07:42:59.558Z+ chown build:build /home/build /work
142024-05-14T07:43:01.557Z+ chmod 0700 /home/build /work
152024-05-14T07:43:01.569Zprocess exited: duration 4228 ms, exit code 0
 
162024-05-14T07:43:01.592Zstarting task 1: "rust-toolchain"
172024-05-14T07:43:01.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T07:43:01.606Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T07:43:01.720Zinfo: downloading installer
202024-05-14T07:43:03.622Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T07:43:03.622Zwarning: /opt/ooce/bin
222024-05-14T07:43:03.622Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T07:43:03.622Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T07:43:03.622Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T07:43:03.622Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T07:43:03.622Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T07:43:03.622Zerror: cannot install while Rust is installed
282024-05-14T07:43:03.622Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T07:43:03.705Zinfo: profile set to 'default'
302024-05-14T07:43:03.705Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T07:43:03.713Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T07:43:03.840Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T07:43:03.840Zinfo: downloading component 'cargo'
342024-05-14T07:43:04.565Zinfo: downloading component 'clippy'
352024-05-14T07:43:04.818Zinfo: downloading component 'rust-docs'
362024-05-14T07:43:05.727Zinfo: downloading component 'rust-std'
372024-05-14T07:43:07.343Zinfo: downloading component 'rustc'
382024-05-14T07:43:11.233Zinfo: downloading component 'rustfmt'
392024-05-14T07:43:11.458Zinfo: installing component 'cargo'
402024-05-14T07:43:12.285Zinfo: installing component 'clippy'
412024-05-14T07:43:12.651Zinfo: installing component 'rust-docs'
422024-05-14T07:43:14.040Zinfo: installing component 'rust-std'
432024-05-14T07:43:15.923Zinfo: installing component 'rustc'
442024-05-14T07:43:19.900Zinfo: installing component 'rustfmt'
452024-05-14T07:43:20.257Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T07:43:20.258Z
472024-05-14T07:43:20.563Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T07:43:20.564Z
492024-05-14T07:43:20.584Z
502024-05-14T07:43:20.584ZRust is installed now. Great!
512024-05-14T07:43:20.584Z
522024-05-14T07:43:20.584ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T07:43:20.585Zenvironment variable. This has not been done automatically.
542024-05-14T07:43:20.585Z
552024-05-14T07:43:20.585ZTo configure your current shell, you need to source
562024-05-14T07:43:20.585Zthe corresponding env file under $HOME/.cargo.
572024-05-14T07:43:20.585Z
582024-05-14T07:43:20.585ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T07:43:20.585Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T07:43:20.585Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T07:43:20.619Z+ rustc --version
622024-05-14T07:43:20.690Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T07:43:20.702Zprocess exited: duration 19092 ms, exit code 0
 
642024-05-14T07:43:20.760Zstarting task 2: "authentication"
652024-05-14T07:43:20.793ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-14T07:43:31.303Zprocess exited: duration 10542 ms, exit code 0
 
672024-05-14T07:43:31.346Zstarting task 3: "clone repository"
682024-05-14T07:43:31.352Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-14T07:43:31.352Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-14T07:43:31.670ZCloning into '/work/oxidecomputer/omicron'...
712024-05-14T07:43:38.008Z+ cd /work/oxidecomputer/omicron
722024-05-14T07:43:38.008Z+ git fetch origin 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6
732024-05-14T07:43:38.780ZFrom https://github.com/oxidecomputer/omicron
742024-05-14T07:43:38.780Z * branch 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 -> FETCH_HEAD
752024-05-14T07:43:38.797Z+ [[ -n '' ]]
762024-05-14T07:43:38.797Z+ git reset --hard 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6
772024-05-14T07:43:38.797ZHEAD is now at 7b7f6b85d Update Rust crate prettyplease to 0.2.20
782024-05-14T07:43:38.797Zprocess exited: duration 7157 ms, exit code 0
 
792024-05-14T07:43:38.831Zstarting task 4: "build"
802024-05-14T07:43:38.843Z+ cargo --version
812024-05-14T07:43:38.843Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
822024-05-14T07:43:39.021Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-14T07:43:39.022Zinfo: downloading component 'cargo'
842024-05-14T07:43:40.116Zinfo: downloading component 'clippy'
852024-05-14T07:43:40.134Zinfo: downloading component 'rust-docs'
862024-05-14T07:43:40.850Zinfo: downloading component 'rust-std'
872024-05-14T07:43:42.218Zinfo: downloading component 'rustc'
882024-05-14T07:43:45.873Zinfo: downloading component 'rustfmt'
892024-05-14T07:43:46.081Zinfo: installing component 'cargo'
902024-05-14T07:43:46.895Zinfo: installing component 'clippy'
912024-05-14T07:43:47.228Zinfo: installing component 'rust-docs'
922024-05-14T07:43:48.754Zinfo: installing component 'rust-std'
932024-05-14T07:43:50.399Zinfo: installing component 'rustc'
942024-05-14T07:43:54.323Zinfo: installing component 'rustfmt'
952024-05-14T07:43:54.727Zcargo 1.77.2 (e52e36006 2024-03-26)
962024-05-14T07:43:54.732Z+ rustc --version
972024-05-14T07:43:54.839Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
982024-05-14T07:43:54.856Z+ source ./env.sh
992024-05-14T07:43:54.856Z++ set -o xtrace
1002024-05-14T07:43:54.856Z++++ dirname ./env.sh
1012024-05-14T07:43:54.856Z+++ readlink -f .
1022024-05-14T07:43:55.288Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032024-05-14T07:43:55.288Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-05-14T07:43:55.288Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052024-05-14T07:43:55.289Z++ 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
1062024-05-14T07:43:55.289Z++ 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
1072024-05-14T07:43:55.289Z++ 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
1082024-05-14T07:43:55.289Z++ 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
1092024-05-14T07:43:55.289Z++ 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
1102024-05-14T07:43:55.289Z++ 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
1112024-05-14T07:43:55.290Z++ unset OMICRON_WS
1122024-05-14T07:43:55.290Z++ set +o xtrace
1132024-05-14T07:43:55.300Z
1142024-05-14T07:43:55.301Z ##### ##### ###### ##### ###### #### # # # #### #
1152024-05-14T07:43:55.301Z # # # # # # # # # # # # # # #
1162024-05-14T07:43:55.301Z # # # # ##### # # ##### # # # # # #### #
1172024-05-14T07:43:55.301Z ##### ##### # ##### # # # # # # # # #
1182024-05-14T07:43:55.301Z # # # # # # # # # # # # # # #
1192024-05-14T07:43:55.301Z # # # ###### # # ###### ### # #### # #### #
1202024-05-14T07:43:55.301Z
1212024-05-14T07:44:03.690Z Startup: Refreshing catalog 'helios-dev' ... Done
1222024-05-14T07:44:05.381Z Startup: Caching catalogs ... Done
1232024-05-14T07:44:06.906ZPlanning: Solver setup ... Done (1.102s)
1242024-05-14T07:44:06.937ZPlanning: Running solver ... Done (0.020s)
1252024-05-14T07:44:06.950ZPlanning: Finding local manifests ... Done (0.003s)
1262024-05-14T07:44:06.968ZPlanning: Fetching manifests: 0/4 0% complete
1272024-05-14T07:44:07.431ZPlanning: Fetching manifests: 4/4 100% complete
1282024-05-14T07:44:07.431ZPlanning: Package planning ... Done (0.048s)
1292024-05-14T07:44:07.431ZPlanning: Merging actions ... Done (0.049s)
1302024-05-14T07:44:07.956ZPlanning: Checking for conflicting actions ... Done (0.652s)
1312024-05-14T07:44:07.975ZPlanning: Consolidating action changes ... Done (0.011s)
1322024-05-14T07:44:11.394ZPlanning: Evaluating mediators ... Done (3.430s)
1332024-05-14T07:44:11.401ZPlanning: Planning completed in 5.97 seconds
1342024-05-14T07:44:11.483Z Packages to install: 4
1352024-05-14T07:44:11.483Z Mediators to change: 2
1362024-05-14T07:44:11.483Z Services to change: 1
1372024-05-14T07:44:11.514Z Estimated space available: 155.31 GB
1382024-05-14T07:44:11.514ZEstimated space to be consumed: 1.44 GB
1392024-05-14T07:44:11.515Z Create boot environment: No
1402024-05-14T07:44:11.515ZCreate backup boot environment: No
1412024-05-14T07:44:11.515Z Rebuild boot archive: No
1422024-05-14T07:44:11.515Z
1432024-05-14T07:44:11.515ZChanged mediators:
1442024-05-14T07:44:11.515Z mediator clang:
1452024-05-14T07:44:11.515Z version: None -> 15 (system default)
1462024-05-14T07:44:11.516Z
1472024-05-14T07:44:11.516Z mediator llvm:
1482024-05-14T07:44:11.516Z version: 14 (system default) -> 15 (system default)
1492024-05-14T07:44:11.516Z
1502024-05-14T07:44:11.516ZChanged packages:
1512024-05-14T07:44:11.517Zhelios-dev
1522024-05-14T07:44:11.517Z developer/build-essential
1532024-05-14T07:44:11.517Z None -> 11-2.0
1542024-05-14T07:44:11.517Z library/libxmlsec1
1552024-05-14T07:44:11.517Z None -> 1.2.35-2.0
1562024-05-14T07:44:11.517Z ooce/developer/clang-15
1572024-05-14T07:44:11.518Z None -> 15.0.7-2.0
1582024-05-14T07:44:11.518Z ooce/developer/llvm-15
1592024-05-14T07:44:11.518Z None -> 15.0.7-2.0
1602024-05-14T07:44:11.518Z
1612024-05-14T07:44:11.518ZServices:
1622024-05-14T07:44:11.518Z restart_fmri:
1632024-05-14T07:44:11.519Z svc:/system/update-man-index:default
1642024-05-14T07:44:11.591Z
1652024-05-14T07:44:11.592ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1662024-05-14T07:44:37.051ZDownload: 213/3290 items 1.3/212.6MB 0% complete
1672024-05-14T07:44:42.063ZDownload: 1019/3290 items 19.5/212.6MB 9% complete (3.8M/s)
1682024-05-14T07:44:47.052ZDownload: 1998/3290 items 118.7/212.6MB 55% complete (11.8M/s)
1692024-05-14T07:44:52.236ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (10.3M/s)
1702024-05-14T07:44:56.860ZDownload: Completed 212.60 MB in 45.25 seconds (4.7M/s)
1712024-05-14T07:44:57.266Z Actions: 1/3689 actions (Installing new actions)
1722024-05-14T07:45:02.671Z Actions: 3640/3689 actions (Installing new actions)
1732024-05-14T07:45:02.682Z Actions: Completed 3689 actions in 5.07 seconds.
1742024-05-14T07:45:02.683Z Done (0.122s)
1752024-05-14T07:45:02.683Z Done (0.000s)
1762024-05-14T07:45:03.137Z Done (0.289s)
1772024-05-14T07:45:07.713Z Done (4.845s)
1782024-05-14T07:45:07.884Z Done (0.099s)
1792024-05-14T07:45:07.895Z Done (0.000s)
1802024-05-14T07:45:08.060Z Done (0.000s)
1812024-05-14T07:45:08.580ZPlanning: Evaluating mediator changes ... Done
1822024-05-14T07:45:08.745ZPlanning: Checking for conflicting actions ... Done
1832024-05-14T07:45:08.751ZPlanning: Consolidating action changes ... Done
1842024-05-14T07:45:09.014ZPlanning: Evaluating mediators ... Done
1852024-05-14T07:45:09.021ZPlanning: Planning completed in 0.42 seconds
1862024-05-14T07:45:09.054Z Mediators to change: 2
1872024-05-14T07:45:09.054Z Create boot environment: No
1882024-05-14T07:45:09.067ZCreate backup boot environment: No
1892024-05-14T07:45:09.114Z Done
1902024-05-14T07:45:09.115Z Done
1912024-05-14T07:45:09.324Z Done
1922024-05-14T07:45:12.825Z Done
1932024-05-14T07:45:12.906Z Done
1942024-05-14T07:45:12.920Z Done
1952024-05-14T07:45:13.009Z Done
1962024-05-14T07:45:13.608ZPlanning: Evaluating mediator changes ... Done
1972024-05-14T07:45:13.618ZPlanning: Merging actions ... Done
1982024-05-14T07:45:13.808ZPlanning: Checking for conflicting actions ... Done
1992024-05-14T07:45:13.848ZPlanning: Consolidating action changes ... Done
2002024-05-14T07:45:14.056ZPlanning: Evaluating mediators ... Done
2012024-05-14T07:45:14.111ZPlanning: Planning completed in 0.74 seconds
2022024-05-14T07:45:14.563Z Packages to change: 1
2032024-05-14T07:45:14.563Z Mediators to change: 1
2042024-05-14T07:45:14.577Z Services to change: 1
2052024-05-14T07:45:14.577Z Create boot environment: No
2062024-05-14T07:45:14.577ZCreate backup boot environment: Yes
2072024-05-14T07:45:15.893Z Actions: 1/6 actions (Updating modified actions)
2082024-05-14T07:45:15.930Z Actions: Completed 6 actions in 0.03 seconds.
2092024-05-14T07:45:15.949Z Done
2102024-05-14T07:45:15.949Z Done
2112024-05-14T07:45:15.993Z Done
2122024-05-14T07:45:19.602Z Done
2132024-05-14T07:45:19.683Z Done
2142024-05-14T07:45:19.683Z Done
2152024-05-14T07:45:19.828Z Done
2162024-05-14T07:45:20.255ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-05-14T07:45:20.255Zclang system 15 system
2182024-05-14T07:45:20.256Zcsh system system illumos
2192024-05-14T07:45:20.256Zctags system system illumos
2202024-05-14T07:45:20.257Zgcc vendor 12 vendor
2212024-05-14T07:45:20.257Zgcc system 10 system
2222024-05-14T07:45:20.257Zgcc system 7 system
2232024-05-14T07:45:20.257Zgo system 1.20 system
2242024-05-14T07:45:20.257Zgo system 1.19 system
2252024-05-14T07:45:20.258Zllvm system 15 system
2262024-05-14T07:45:20.258Zllvm system 14 system
2272024-05-14T07:45:20.258Zmariadb system 10.6 system
2282024-05-14T07:45:20.259Zmta vendor vendor dma
2292024-05-14T07:45:20.259Zopenjdk system 17 system
2302024-05-14T07:45:20.259Zopenjdk system 11 system
2312024-05-14T07:45:20.259Zopenjdk system 1.8 system
2322024-05-14T07:45:20.260Zopenssl vendor 3 vendor
2332024-05-14T07:45:20.260Zperl system 5.36 system
2342024-05-14T07:45:20.260Zpostgresql system 15 system
2352024-05-14T07:45:20.260Zpostgresql system 13 system
2362024-05-14T07:45:20.260Zpython vendor 3 vendor
2372024-05-14T07:45:20.260Zpython system 2 system
2382024-05-14T07:45:20.260Zpython3 system 3.11 system
2392024-05-14T07:45:20.260Zruby system 3.0 system
2402024-05-14T07:45:20.261Zwords vendor vendor american-english
2412024-05-14T07:45:20.261Zwords system system australian-english
2422024-05-14T07:45:20.261Zwords system system british-english
2432024-05-14T07:45:20.261Zwords system system canadian-english
2442024-05-14T07:45:20.261Zwords system system french
2452024-05-14T07:45:20.262Zwords system system italian
2462024-05-14T07:45:20.262Zwords system system ngerman
2472024-05-14T07:45:20.262Zwords system system ogerman
2482024-05-14T07:45:20.262Zwords system system spanish
2492024-05-14T07:45:20.581ZPUBLISHER TYPE STATUS P LOCATION
2502024-05-14T07:45:20.582Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-05-14T07:45:21.929ZFMRI IFO
2522024-05-14T07:45:21.929Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-05-14T07:45:21.930Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-05-14T07:45:21.930Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-05-14T07:45:21.930Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-05-14T07:45:21.930Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-05-14T07:45:21.930Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-05-14T07:45:21.930Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2592024-05-14T07:45:21.930Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2602024-05-14T07:45:21.930Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2612024-05-14T07:45:21.930Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2622024-05-14T07:45:21.930Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2632024-05-14T07:45:21.930Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642024-05-14T07:45:22.198Z+ set -o errexit
2652024-05-14T07:45:22.245Z+++ dirname ./tools/ci_download_cockroachdb
2662024-05-14T07:45:22.245Z++ cd ./tools
2672024-05-14T07:45:22.245Z++ pwd
2682024-05-14T07:45:22.245Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2692024-05-14T07:45:22.246Z++ basename ./tools/ci_download_cockroachdb
2702024-05-14T07:45:22.246Z+ ARG0=ci_download_cockroachdb
2712024-05-14T07:45:22.246Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2722024-05-14T07:45:22.246Z+ CIDL_VERSION=v22.1.9
2732024-05-14T07:45:22.246Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2742024-05-14T07:45:22.246Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2752024-05-14T07:45:22.247Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2762024-05-14T07:45:22.247Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2772024-05-14T07:45:22.247Z+ TARGET_DIR=out
2782024-05-14T07:45:22.247Z+ DOWNLOAD_DIR=out/downloads
2792024-05-14T07:45:22.247Z+ DEST_DIR=./out/cockroachdb
2802024-05-14T07:45:22.247Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2812024-05-14T07:45:22.248Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2822024-05-14T07:45:22.248Z+ main
2832024-05-14T07:45:22.248Z+ [[ 0 != 0 ]]
2842024-05-14T07:45:22.248Z+ CIDL_OS=solaris2.11
2852024-05-14T07:45:22.248Z+ [[ 0 != 0 ]]
2862024-05-14T07:45:22.248Z+ configure_os solaris2.11
2872024-05-14T07:45:22.248Z+ echo 'current directory: /work/oxidecomputer/omicron'
2882024-05-14T07:45:22.249Zcurrent directory: /work/oxidecomputer/omicron
2892024-05-14T07:45:22.249Zconfiguring based on OS: "solaris2.11"
2902024-05-14T07:45:22.249Z+ echo 'configuring based on OS: "solaris2.11"'
2912024-05-14T07:45:22.249Z+ case "$1" in
2922024-05-14T07:45:22.249Z+ CIDL_BUILD=illumos
2932024-05-14T07:45:22.250Z+ CIDL_SUFFIX=tar.gz
2942024-05-14T07:45:22.250Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-05-14T07:45:22.250Z+ CIDL_URL_BASE=https://illumos.org/downloads
2962024-05-14T07:45:22.250Z+ CIDL_ASSEMBLE=do_assemble_illumos
2972024-05-14T07:45:22.250Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2982024-05-14T07:45:22.250Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2992024-05-14T07:45:22.251Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-05-14T07:45:22.251Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3012024-05-14T07:45:22.251Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-14T07:45:22.251Z+ CIDL_SHA256FUNC=do_sha256sum
3032024-05-14T07:45:22.251Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3042024-05-14T07:45:22.251ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-14T07:45:22.252ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-14T07:45:22.252Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3072024-05-14T07:45:22.252Z+ mkdir -p out/downloads
3082024-05-14T07:45:22.252Z+ mkdir -p ./out/cockroachdb
3092024-05-14T07:45:22.252Z+ local DO_DOWNLOAD=true
3102024-05-14T07:45:22.252Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3112024-05-14T07:45:22.253Z+ '[' true == true ']'
3122024-05-14T07:45:22.253Z+ echo Downloading...
3132024-05-14T07:45:22.253ZDownloading...
3142024-05-14T07:45:22.253Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-05-14T07:45:22.253Z+ 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
3162024-05-14T07:45:25.534Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-05-14T07:45:25.550Z++ sha256sum
3182024-05-14T07:45:25.550Z++ awk '{print $1}'
3192024-05-14T07:45:25.551Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3202024-05-14T07:45:25.551Z+ [[ 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 ]]
3212024-05-14T07:45:25.551Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-05-14T07:45:25.551Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3232024-05-14T07:45:28.011Z+ do_assemble_illumos
3242024-05-14T07:45:28.011Z+ rm -r ./out/cockroachdb
3252024-05-14T07:45:28.011Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3262024-05-14T07:45:28.142Z+ ./out/cockroachdb/bin/cockroach version
3272024-05-14T07:45:28.354ZBuild Tag: v22.1.9-dirty
3282024-05-14T07:45:28.355ZBuild Time: 2022/10/26 21:17:46
3292024-05-14T07:45:28.355ZDistribution: OSS
3302024-05-14T07:45:28.357ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3312024-05-14T07:45:28.358ZGo Version: go1.17.13
3322024-05-14T07:45:28.358ZC Compiler: gcc 10.3.0
3332024-05-14T07:45:28.358ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3342024-05-14T07:45:28.358ZBuild Type: release
3352024-05-14T07:45:28.396Z+ set -o errexit
3362024-05-14T07:45:28.396Z+++ dirname ./tools/ci_download_clickhouse
3372024-05-14T07:45:28.397Z++ cd ./tools
3382024-05-14T07:45:28.397Z++ pwd
3392024-05-14T07:45:28.397Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3402024-05-14T07:45:28.397Z++ basename ./tools/ci_download_clickhouse
3412024-05-14T07:45:28.397Z+ ARG0=ci_download_clickhouse
3422024-05-14T07:45:28.398Z+ TARGET_DIR=out
3432024-05-14T07:45:28.398Z+ DOWNLOAD_DIR=out/downloads
3442024-05-14T07:45:28.398Z+ DEST_DIR=./out/clickhouse
3452024-05-14T07:45:28.398Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3462024-05-14T07:45:28.398Z+ CIDL_VERSION=v23.8.7.24
3472024-05-14T07:45:28.398Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3482024-05-14T07:45:28.398Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3492024-05-14T07:45:28.399Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3502024-05-14T07:45:28.399Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3512024-05-14T07:45:28.399Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3522024-05-14T07:45:28.399Z+ main
3532024-05-14T07:45:28.399Z+ [[ 0 != 0 ]]
3542024-05-14T07:45:28.400Z+ CIDL_OS=solaris2.11
3552024-05-14T07:45:28.400Z+ [[ 0 != 0 ]]
3562024-05-14T07:45:28.400Z+ configure_os solaris2.11
3572024-05-14T07:45:28.400Z+ echo 'current directory: /work/oxidecomputer/omicron'
3582024-05-14T07:45:28.400Zcurrent directory: /work/oxidecomputer/omicron
3592024-05-14T07:45:28.400Z+ echo 'configuring based on OS: "solaris2.11"'
3602024-05-14T07:45:28.400Z+ CIDL_DASHREV=
3612024-05-14T07:45:28.400Zconfiguring based on OS: "solaris2.11"
3622024-05-14T07:45:28.400Z+ case "$1" in
3632024-05-14T07:45:28.401Z+ CIDL_PLATFORM=illumos
3642024-05-14T07:45:28.401Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3652024-05-14T07:45:28.401Z+ CIDL_MD5FUNC=do_md5sum
3662024-05-14T07:45:28.401Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3672024-05-14T07:45:28.401Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-14T07:45:28.402Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-05-14T07:45:28.402Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-05-14T07:45:28.402Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3712024-05-14T07:45:28.402Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3722024-05-14T07:45:28.402ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-05-14T07:45:28.402ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-14T07:45:28.403Z+ mkdir -p out/downloads
3752024-05-14T07:45:28.403Z+ mkdir -p ./out/clickhouse
3762024-05-14T07:45:28.403Z+ local DO_DOWNLOAD=true
3772024-05-14T07:45:28.403Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3782024-05-14T07:45:28.403Z+ '[' true == true ']'
3792024-05-14T07:45:28.403Z+ echo Downloading...
3802024-05-14T07:45:28.404ZDownloading...
3812024-05-14T07:45:28.404Z+ 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
3822024-05-14T07:45:28.404Z+ 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
3832024-05-14T07:45:29.972Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3842024-05-14T07:45:29.994Z++ md5sum
3852024-05-14T07:45:29.994Z++ awk '{print $1}'
3862024-05-14T07:45:30.249Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3872024-05-14T07:45:30.249Z+ [[ 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 ]]
3882024-05-14T07:45:30.279Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3892024-05-14T07:45:30.279Z+ mkdir -p ./out/clickhouse
3902024-05-14T07:45:30.279Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3912024-05-14T07:45:34.072Z+ [[ solaris2.11 == darwin* ]]
3922024-05-14T07:45:34.072Z+ ./out/clickhouse/clickhouse server --version
3932024-05-14T07:45:34.326ZClickHouse server version 23.8.7.1.
3942024-05-14T07:45:34.759Z+ set -o errexit
3952024-05-14T07:45:34.759Z+++ dirname ./tools/ci_download_console
3962024-05-14T07:45:34.759Z++ cd ./tools
3972024-05-14T07:45:34.759Z++ pwd
3982024-05-14T07:45:34.760Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3992024-05-14T07:45:34.760Z++ basename ./tools/ci_download_console
4002024-05-14T07:45:34.760Z+ ARG0=ci_download_console
4012024-05-14T07:45:34.760Z+ TARGET_DIR=out
4022024-05-14T07:45:34.760Z+ DOWNLOAD_DIR=out/downloads
4032024-05-14T07:45:34.761Z+ DEST_DIR=./out/console-assets
4042024-05-14T07:45:34.761Z+ source /work/oxidecomputer/omicron/tools/console_version
4052024-05-14T07:45:34.761Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4062024-05-14T07:45:34.761Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4072024-05-14T07:45:34.761Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4082024-05-14T07:45:34.761Z+ TARBALL_FILE=out/downloads/console.tar.gz
4092024-05-14T07:45:34.762Z+ main
4102024-05-14T07:45:34.762Z+ [[ 0 != 0 ]]
4112024-05-14T07:45:34.762Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4122024-05-14T07:45:34.762ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4132024-05-14T07:45:34.763Z+ echo 'Local file: out/downloads/console.tar.gz'
4142024-05-14T07:45:34.763ZLocal file: out/downloads/console.tar.gz
4152024-05-14T07:45:34.763Z+ local DO_DOWNLOAD=true
4162024-05-14T07:45:34.763Z+ [[ -f out/downloads/console.tar.gz ]]
4172024-05-14T07:45:34.764Z+ mkdir -p out/downloads
4182024-05-14T07:45:34.764Z+ '[' true == true ']'
4192024-05-14T07:45:34.764Z+ echo Downloading...
4202024-05-14T07:45:34.764ZDownloading...
4212024-05-14T07:45:34.764Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4222024-05-14T07:45:34.765Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4232024-05-14T07:45:34.811Z++ do_sha256sum out/downloads/console.tar.gz
4242024-05-14T07:45:34.811Z++ case "$OSTYPE" in
4252024-05-14T07:45:34.827Z++ SHA=sha256sum
4262024-05-14T07:45:34.828Z++ sha256sum
4272024-05-14T07:45:34.828Z++ awk '{print $1}'
4282024-05-14T07:45:34.828Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4292024-05-14T07:45:34.828Z+ [[ 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 ]]
4302024-05-14T07:45:34.829Z+ rm -rf ./out/console-assets
4312024-05-14T07:45:34.829Z+ mkdir -p ./out/console-assets
4322024-05-14T07:45:34.829Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4332024-05-14T07:45:34.829Z+ mkdir -p ./out/console-assets
4342024-05-14T07:45:34.846Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4352024-05-14T07:45:34.923Z+ set -o errexit
4362024-05-14T07:45:35.374Z+++ dirname ./tools/ci_download_dendrite_openapi
4372024-05-14T07:45:35.374Z++ cd ./tools
4382024-05-14T07:45:35.374Z++ pwd
4392024-05-14T07:45:35.374Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4402024-05-14T07:45:35.374Z++ basename ./tools/ci_download_dendrite_openapi
4412024-05-14T07:45:35.375Z+ ARG0=ci_download_dendrite_openapi
4422024-05-14T07:45:35.375Z+ TARGET_DIR=out
4432024-05-14T07:45:35.375Z+ DOWNLOAD_DIR=out/downloads
4442024-05-14T07:45:35.375Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4452024-05-14T07:45:35.375Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4462024-05-14T07:45:35.375Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4472024-05-14T07:45:35.376Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4482024-05-14T07:45:35.376Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4492024-05-14T07:45:35.376Z+ main
4502024-05-14T07:45:35.376Z+ [[ 0 != 0 ]]
4512024-05-14T07:45:35.376Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4522024-05-14T07:45:35.377ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4532024-05-14T07:45:35.377Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4542024-05-14T07:45:35.377Z+ local DO_DOWNLOAD=true
4552024-05-14T07:45:35.377ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4562024-05-14T07:45:35.377Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4572024-05-14T07:45:35.377Z+ mkdir -p out/downloads
4582024-05-14T07:45:35.378Z+ '[' true == true ']'
4592024-05-14T07:45:35.378Z+ echo Downloading...
4602024-05-14T07:45:35.378ZDownloading...
4612024-05-14T07:45:35.378Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4622024-05-14T07:45:35.378Z+ 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
4632024-05-14T07:45:36.779Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4642024-05-14T07:45:36.794Z++ case "$OSTYPE" in
4652024-05-14T07:45:36.794Z++ SHA=sha256sum
4662024-05-14T07:45:36.794Z++ sha256sum
4672024-05-14T07:45:36.794Z++ awk '{print $1}'
4682024-05-14T07:45:36.794Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4692024-05-14T07:45:36.794Z+ [[ 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 ]]
4702024-05-14T07:45:36.794Z+ set -o errexit
4712024-05-14T07:45:36.833Z+++ dirname ./tools/ci_download_dendrite_stub
4722024-05-14T07:45:36.834Z++ cd ./tools
4732024-05-14T07:45:36.834Z++ pwd
4742024-05-14T07:45:36.834Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4752024-05-14T07:45:36.835Z++ basename ./tools/ci_download_dendrite_stub
4762024-05-14T07:45:36.835Z+ ARG0=ci_download_dendrite_stub
4772024-05-14T07:45:36.835Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4782024-05-14T07:45:36.836Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4792024-05-14T07:45:36.836Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4802024-05-14T07:45:36.836Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4812024-05-14T07:45:36.836Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4822024-05-14T07:45:36.837Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4832024-05-14T07:45:36.837Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4842024-05-14T07:45:36.837Z+ TARGET_DIR=out
4852024-05-14T07:45:36.837Z+ DOWNLOAD_DIR=out/downloads
4862024-05-14T07:45:36.838Z+ DEST_DIR=./out/dendrite-stub
4872024-05-14T07:45:36.838Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4882024-05-14T07:45:36.838Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4892024-05-14T07:45:36.838Z+ REPO=oxidecomputer/dendrite
4902024-05-14T07:45:36.839Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4912024-05-14T07:45:36.839Z+ main
4922024-05-14T07:45:36.839Z+ [[ 0 != 0 ]]
4932024-05-14T07:45:36.839Z+ CIDL_OS=solaris2.11
4942024-05-14T07:45:36.840Z+ [[ 0 != 0 ]]
4952024-05-14T07:45:36.840Z+ configure_os solaris2.11
4962024-05-14T07:45:36.840Z+ echo 'current directory: /work/oxidecomputer/omicron'
4972024-05-14T07:45:36.840Zcurrent directory: /work/oxidecomputer/omicron
4982024-05-14T07:45:36.841Z+ echo 'configuring based on OS: "solaris2.11"'
4992024-05-14T07:45:36.841Z+ case "$1" in
5002024-05-14T07:45:36.841Zconfiguring based on OS: "solaris2.11"
5012024-05-14T07:45:36.841Z+ SET_BINARIES=
5022024-05-14T07:45:36.842Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5032024-05-14T07:45:36.842Z+ CIDL_SHA256FUNC=do_sha256sum
5042024-05-14T07:45:36.842Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5052024-05-14T07:45:36.842Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5062024-05-14T07:45:36.842Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5072024-05-14T07:45:36.843Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5082024-05-14T07:45:36.843ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5092024-05-14T07:45:36.843Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5102024-05-14T07:45:36.843ZLocal file: out/downloads/dendrite-stub.tar.gz
5112024-05-14T07:45:36.843Z+ mkdir -p out/downloads
5122024-05-14T07:45:36.843Z+ mkdir -p ./out/dendrite-stub
5132024-05-14T07:45:36.844Z+ fetch_and_verify
5142024-05-14T07:45:36.844Z+ local DO_DOWNLOAD=true
5152024-05-14T07:45:36.844Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5162024-05-14T07:45:36.844Z+ '[' true == true ']'
5172024-05-14T07:45:36.844Z+ echo Downloading...
5182024-05-14T07:45:36.845ZDownloading...
5192024-05-14T07:45:36.845Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5202024-05-14T07:45:36.845Z+ 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
5212024-05-14T07:45:51.937Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5222024-05-14T07:45:51.953Z++ sha256sum
5232024-05-14T07:45:51.954Z++ awk '{print $1}'
5242024-05-14T07:45:51.954Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5252024-05-14T07:45:51.954Z+ [[ 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 ]]
5262024-05-14T07:45:51.954Z+ do_untar out/downloads/dendrite-stub.tar.gz
5272024-05-14T07:45:51.955Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5282024-05-14T07:45:52.580Z+ do_assemble
5292024-05-14T07:45:52.581Z+ rm -r ./out/dendrite-stub
5302024-05-14T07:45:52.600Z+ mkdir ./out/dendrite-stub
5312024-05-14T07:45:52.600Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5322024-05-14T07:45:52.665Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5332024-05-14T07:45:52.691Z+ set -o errexit
5342024-05-14T07:45:52.691Z+++ dirname ./tools/ci_download_maghemite_mgd
5352024-05-14T07:45:52.692Z++ cd ./tools
5362024-05-14T07:45:52.692Z++ pwd
5372024-05-14T07:45:52.692Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5382024-05-14T07:45:52.692Z++ basename ./tools/ci_download_maghemite_mgd
5392024-05-14T07:45:52.692Z+ ARG0=ci_download_maghemite_mgd
5402024-05-14T07:45:52.692Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5412024-05-14T07:45:52.693Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5422024-05-14T07:45:52.693Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5432024-05-14T07:45:52.693Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5442024-05-14T07:45:52.693Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5452024-05-14T07:45:52.693Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5462024-05-14T07:45:52.694Z+ TARGET_DIR=out
5472024-05-14T07:45:52.694Z+ DOWNLOAD_DIR=out/downloads
5482024-05-14T07:45:52.694Z+ DEST_DIR=./out/mgd
5492024-05-14T07:45:52.694Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5502024-05-14T07:45:52.694Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5512024-05-14T07:45:52.694Z+ REPO=oxidecomputer/maghemite
5522024-05-14T07:45:52.695Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5532024-05-14T07:45:52.695Z+ main
5542024-05-14T07:45:52.695Z+ rm -rf out/downloads/root
5552024-05-14T07:45:52.719Z+ [[ 0 != 0 ]]
5562024-05-14T07:45:52.719Z+ CIDL_OS=solaris2.11
5572024-05-14T07:45:52.719Z+ [[ 0 != 0 ]]
5582024-05-14T07:45:52.719Z+ configure_os solaris2.11
5592024-05-14T07:45:52.720Z+ echo 'current directory: /work/oxidecomputer/omicron'
5602024-05-14T07:45:52.720Zcurrent directory: /work/oxidecomputer/omicron
5612024-05-14T07:45:52.720Z+ echo 'configuring based on OS: "solaris2.11"'
5622024-05-14T07:45:52.720Zconfiguring based on OS: "solaris2.11"
5632024-05-14T07:45:52.720Z+ case "$1" in
5642024-05-14T07:45:52.721Z+ SET_BINARIES=
5652024-05-14T07:45:52.721Z+ CIDL_SHA256FUNC=do_sha256sum
5662024-05-14T07:45:52.721Z+ TARBALL_FILENAME=mgd.tar.gz
5672024-05-14T07:45:52.721Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5682024-05-14T07:45:52.721Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5692024-05-14T07:45:52.722Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5702024-05-14T07:45:52.722Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5712024-05-14T07:45:52.722ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5722024-05-14T07:45:52.722ZLocal file: out/downloads/mgd.tar.gz
5732024-05-14T07:45:52.723Z+ mkdir -p out/downloads
5742024-05-14T07:45:52.723Z+ mkdir -p ./out/mgd
5752024-05-14T07:45:52.723Z+ fetch_and_verify
5762024-05-14T07:45:52.723Z+ local DO_DOWNLOAD=true
5772024-05-14T07:45:52.723Z+ [[ -f out/downloads/mgd.tar.gz ]]
5782024-05-14T07:45:52.723Z+ '[' true == true ']'
5792024-05-14T07:45:52.724Z+ echo Downloading...
5802024-05-14T07:45:52.724ZDownloading...
5812024-05-14T07:45:52.724Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5822024-05-14T07:45:52.724Z+ 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
5832024-05-14T07:46:13.979Z++ do_sha256sum out/downloads/mgd.tar.gz
5842024-05-14T07:46:13.988Z++ sha256sum
5852024-05-14T07:46:13.988Z++ awk '{print $1}'
5862024-05-14T07:46:14.025Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5872024-05-14T07:46:14.062Z+ [[ 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 ]]
5882024-05-14T07:46:14.062Z+ do_untar out/downloads/mgd.tar.gz
5892024-05-14T07:46:14.062Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5902024-05-14T07:46:14.589Z+ do_assemble
5912024-05-14T07:46:14.590Z+ rm -r ./out/mgd
5922024-05-14T07:46:14.593Z+ mkdir ./out/mgd
5932024-05-14T07:46:14.593Z+ cp -r out/downloads/root ./out/mgd/root
5942024-05-14T07:46:14.675Z+ set -o errexit
5952024-05-14T07:46:14.678Z+++ dirname ./tools/ci_download_transceiver_control
5962024-05-14T07:46:14.681Z++ cd ./tools
5972024-05-14T07:46:14.681Z++ pwd
5982024-05-14T07:46:14.681Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5992024-05-14T07:46:14.681Z++ basename ./tools/ci_download_transceiver_control
6002024-05-14T07:46:14.681Z+ ARG0=ci_download_transceiver_control
6012024-05-14T07:46:14.681Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6022024-05-14T07:46:14.697Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6032024-05-14T07:46:14.697Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6042024-05-14T07:46:14.697Z+ TARGET_DIR=out
6052024-05-14T07:46:14.698Z+ DOWNLOAD_DIR=out/downloads
6062024-05-14T07:46:14.698Z+ DEST_DIR=./out/transceiver-control
6072024-05-14T07:46:14.698Z+ BIN_DIR=/opt/oxide/bin
6082024-05-14T07:46:14.699Z+ BINARY=xcvradm
6092024-05-14T07:46:14.700Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6102024-05-14T07:46:14.700Z+ REPO=oxidecomputer/transceiver-control
6112024-05-14T07:46:14.700Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6122024-05-14T07:46:14.700Z+ main
6132024-05-14T07:46:14.700Z+ [[ 0 != 0 ]]
6142024-05-14T07:46:14.700Z+ CIDL_OS=solaris2.11
6152024-05-14T07:46:14.700Z+ [[ 0 != 0 ]]
6162024-05-14T07:46:14.700Z+ configure_os solaris2.11
6172024-05-14T07:46:14.700Z+ echo 'current directory: /work/oxidecomputer/omicron'
6182024-05-14T07:46:14.700Zcurrent directory: /work/oxidecomputer/omicron
6192024-05-14T07:46:14.701Z+ echo 'configuring based on OS: "solaris2.11"'
6202024-05-14T07:46:14.701Zconfiguring based on OS: "solaris2.11"
6212024-05-14T07:46:14.701Z+ case "$1" in
6222024-05-14T07:46:14.701Z+ SET_BINARIES=
6232024-05-14T07:46:14.701Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6242024-05-14T07:46:14.701Z+ CIDL_SHA256FUNC=do_sha256sum
6252024-05-14T07:46:14.701Z+ ARCHIVE_FILENAME=xcvradm.gz
6262024-05-14T07:46:14.701Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6272024-05-14T07:46:14.702Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6282024-05-14T07:46:14.702Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6292024-05-14T07:46:14.702ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6302024-05-14T07:46:14.703Z+ echo 'Local file: out/downloads/xcvradm.gz'
6312024-05-14T07:46:14.703ZLocal file: out/downloads/xcvradm.gz
6322024-05-14T07:46:14.703Z+ mkdir -p out/downloads
6332024-05-14T07:46:14.703Z+ mkdir -p ./out/transceiver-control
6342024-05-14T07:46:14.720Z+ fetch_and_verify
6352024-05-14T07:46:14.720Z+ local DO_DOWNLOAD=true
6362024-05-14T07:46:14.720Z+ [[ -f out/downloads/xcvradm.gz ]]
6372024-05-14T07:46:14.721Z+ '[' true == true ']'
6382024-05-14T07:46:14.721Z+ echo Downloading...
6392024-05-14T07:46:14.721ZDownloading...
6402024-05-14T07:46:14.721Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6412024-05-14T07:46:14.721Z+ 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
6422024-05-14T07:46:16.259Z++ do_sha256sum out/downloads/xcvradm.gz
6432024-05-14T07:46:16.262Z++ sha256sum
6442024-05-14T07:46:16.262Z++ awk '{print $1}'
6452024-05-14T07:46:16.265Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6462024-05-14T07:46:16.266Z+ [[ 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 ]]
6472024-05-14T07:46:16.266Z+ do_unpack out/downloads/xcvradm.gz
6482024-05-14T07:46:16.266Z+ mkdir -p out/downloads/root//opt/oxide/bin
6492024-05-14T07:46:16.269Z+ gzip -dc out/downloads/xcvradm.gz
6502024-05-14T07:46:16.387Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6512024-05-14T07:46:16.390Z+ do_assemble
6522024-05-14T07:46:16.391Z+ rm -r ./out/transceiver-control
6532024-05-14T07:46:16.394Z+ mkdir ./out/transceiver-control
6542024-05-14T07:46:16.394Z+ cp -r out/downloads/root ./out/transceiver-control/root
6552024-05-14T07:46:16.509Z+ set -o errexit
6562024-05-14T07:46:16.544Z+++ dirname ./tools/ci_download_thundermuffin
6572024-05-14T07:46:16.544Z++ cd ./tools
6582024-05-14T07:46:16.545Z++ pwd
6592024-05-14T07:46:16.545Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6602024-05-14T07:46:16.545Z++ basename ./tools/ci_download_thundermuffin
6612024-05-14T07:46:16.546Z+ ARG0=ci_download_thundermuffin
6622024-05-14T07:46:16.546Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6632024-05-14T07:46:16.546Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6642024-05-14T07:46:16.547Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6652024-05-14T07:46:16.547Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6662024-05-14T07:46:16.547Z+ TARGET_DIR=out
6672024-05-14T07:46:16.548Z+ DOWNLOAD_DIR=out/downloads
6682024-05-14T07:46:16.548Z+ DEST_DIR=./out/thundermuffin
6692024-05-14T07:46:16.548Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6702024-05-14T07:46:16.548Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6712024-05-14T07:46:16.549Z+ REPO=oxidecomputer/thundermuffin
6722024-05-14T07:46:16.549Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6732024-05-14T07:46:16.549Z+ main
6742024-05-14T07:46:16.549Z+ rm -rf out/downloads/root
6752024-05-14T07:46:16.550Z+ [[ 0 != 0 ]]
6762024-05-14T07:46:16.550Z+ CIDL_OS=solaris2.11
6772024-05-14T07:46:16.550Z+ [[ 0 != 0 ]]
6782024-05-14T07:46:16.550Z+ configure_os solaris2.11
6792024-05-14T07:46:16.550Z+ echo 'current directory: /work/oxidecomputer/omicron'
6802024-05-14T07:46:16.550Zcurrent directory: /work/oxidecomputer/omicron
6812024-05-14T07:46:16.550Z+ echo 'configuring based on OS: "solaris2.11"'
6822024-05-14T07:46:16.551Zconfiguring based on OS: "solaris2.11"
6832024-05-14T07:46:16.551Z+ case "$1" in
6842024-05-14T07:46:16.551Z+ SET_BINARIES=
6852024-05-14T07:46:16.551Z+ CIDL_SHA256FUNC=do_sha256sum
6862024-05-14T07:46:16.551Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6872024-05-14T07:46:16.552Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6882024-05-14T07:46:16.552Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6892024-05-14T07:46:16.552Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6902024-05-14T07:46:16.552ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6912024-05-14T07:46:16.552Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6922024-05-14T07:46:16.552ZLocal file: out/downloads/thundermuffin.tar.gz
6932024-05-14T07:46:16.552Z+ mkdir -p out/downloads
6942024-05-14T07:46:16.552Z+ mkdir -p ./out/thundermuffin
6952024-05-14T07:46:16.553Z+ fetch_and_verify
6962024-05-14T07:46:16.553Z+ local DO_DOWNLOAD=true
6972024-05-14T07:46:16.553Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6982024-05-14T07:46:16.553Z+ '[' true == true ']'
6992024-05-14T07:46:16.554Z+ echo Downloading...
7002024-05-14T07:46:16.554ZDownloading...
7012024-05-14T07:46:16.555Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7022024-05-14T07:46:16.555Z+ 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
7032024-05-14T07:46:18.930Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7042024-05-14T07:46:18.943Z++ sha256sum
7052024-05-14T07:46:18.943Z++ awk '{print $1}'
7062024-05-14T07:46:18.943Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7072024-05-14T07:46:18.943Z+ [[ 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 ]]
7082024-05-14T07:46:18.943Z+ do_untar out/downloads/thundermuffin.tar.gz
7092024-05-14T07:46:18.944Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7102024-05-14T07:46:19.383Z+ do_assemble
7112024-05-14T07:46:19.384Z+ rm -r ./out/thundermuffin
7122024-05-14T07:46:19.384Z+ mkdir ./out/thundermuffin
7132024-05-14T07:46:19.384Z+ cp -r out/downloads/root ./out/thundermuffin/root
7142024-05-14T07:46:19.384ZAll builder prerequisites installed successfully, and PATH looks valid
7152024-05-14T07:46:19.385Z
7162024-05-14T07:46:19.385Zreal 2:24.208654408
7172024-05-14T07:46:19.385Zuser 36.496544236
7182024-05-14T07:46:19.385Zsys 6.794234159
7192024-05-14T07:46:19.386Ztrap 0.007398856
7202024-05-14T07:46:19.386Ztflt 0.147932781
7212024-05-14T07:46:19.386Zdflt 0.172702277
7222024-05-14T07:46:19.386Zkflt 0.136079298
7232024-05-14T07:46:19.387Zlock 1.404868458
7242024-05-14T07:46:19.387Zslp 5:08.361996593
7252024-05-14T07:46:19.387Zlat 2.055877348
7262024-05-14T07:46:19.387Zstop 0.137064687
7272024-05-14T07:46:19.387Z
7282024-05-14T07:46:19.387Z #### # # ##### ##### # #
7292024-05-14T07:46:19.388Z # # # # # # # # # #
7302024-05-14T07:46:19.388Z # # # # # # # #
7312024-05-14T07:46:19.388Z # # # ##### ##### #
7322024-05-14T07:46:19.388Z # # # # # # #
7332024-05-14T07:46:19.388Z #### ###### # # # #
7342024-05-14T07:46:19.388Z
7352024-05-14T07:46:19.388Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7362024-05-14T07:46:19.703Z Updating git repository `https://github.com/oxidecomputer/zone`
7372024-05-14T07:46:20.023Z Updating crates.io index
7382024-05-14T07:46:20.073Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7392024-05-14T07:46:20.862Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7402024-05-14T07:46:21.538Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7412024-05-14T07:46:24.064Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7422024-05-14T07:46:24.616Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7432024-05-14T07:46:24.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
7442024-05-14T07:46:25.577Z Updating git repository `https://github.com/oxidecomputer/crucible`
7452024-05-14T07:46:27.506Z Updating git repository `https://github.com/oxidecomputer/opte`
7462024-05-14T07:46:28.673Z Updating git repository `https://github.com/oxidecomputer/falcon`
7472024-05-14T07:46:29.361Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7482024-05-14T07:46:29.672Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7492024-05-14T07:46:30.348Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7502024-05-14T07:46:30.597Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7512024-05-14T07:46:30.889Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7522024-05-14T07:46:31.288Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7532024-05-14T07:46:31.665Z Updating git repository `http://github.com/oxidecomputer/tofino`
7542024-05-14T07:46:31.965Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7552024-05-14T07:46:32.260Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7562024-05-14T07:46:32.495Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7572024-05-14T07:46:32.857Z Updating git repository `https://github.com/oxidecomputer/ispf`
7582024-05-14T07:46:33.384Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7592024-05-14T07:46:33.515Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7602024-05-14T07:46:34.174Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7612024-05-14T07:46:34.526Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7622024-05-14T07:46:34.847Z Updating git repository `https://github.com/jgallagher/nix`
7632024-05-14T07:46:35.857Z Updating git repository `https://github.com/cbiffle/hubpack`
7642024-05-14T07:46:36.267Z Updating git repository `https://github.com/oxidecomputer/typify`
7652024-05-14T07:46:38.222Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7662024-05-14T07:46:38.519Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7672024-05-14T07:46:38.809Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7682024-05-14T07:46:39.236Z Updating git repository `https://github.com/oxidecomputer/rfb`
7692024-05-14T07:46:40.638Z Downloading crates ...
7702024-05-14T07:46:40.645Z Downloaded errno v0.3.8
7712024-05-14T07:46:40.645Z Downloaded autocfg v1.1.0
7722024-05-14T07:46:40.645Z Downloaded cargo-platform v0.1.3
7732024-05-14T07:46:40.645Z Downloaded anstream v0.6.11
7742024-05-14T07:46:40.645Z Downloaded utf8parse v0.2.1
7752024-05-14T07:46:40.645Z Downloaded equivalent v1.0.1
7762024-05-14T07:46:40.645Z Downloaded colorchoice v1.0.0
7772024-05-14T07:46:40.646Z Downloaded swrite v0.1.0
7782024-05-14T07:46:40.646Z Downloaded anstyle v1.0.7
7792024-05-14T07:46:40.646Z Downloaded itoa v1.0.9
7802024-05-14T07:46:40.646Z Downloaded terminal_size v0.3.0
7812024-05-14T07:46:40.646Z Downloaded anstyle-query v1.0.0
7822024-05-14T07:46:40.646Z Downloaded fs-err v2.11.0
7832024-05-14T07:46:40.646Z Downloaded cargo_toml v0.20.2
7842024-05-14T07:46:40.646Z Downloaded anyhow v1.0.83
7852024-05-14T07:46:40.646Z Downloaded macaddr v1.0.1
7862024-05-14T07:46:40.646Z Downloaded clap_lex v0.7.0
7872024-05-14T07:46:40.646Z Downloaded thiserror-impl v1.0.59
7882024-05-14T07:46:40.646Z Downloaded heck v0.5.0
7892024-05-14T07:46:40.646Z Downloaded anstyle-parse v0.2.1
7902024-05-14T07:46:40.646Z Downloaded strsim v0.11.0
7912024-05-14T07:46:40.647Z Downloaded toml_datetime v0.6.5
7922024-05-14T07:46:40.647Z Downloaded serde_spanned v0.6.5
7932024-05-14T07:46:40.647Z Downloaded thiserror v1.0.59
7942024-05-14T07:46:40.647Z Downloaded clap_derive v4.5.4
7952024-05-14T07:46:40.647Z Downloaded camino v1.1.6
7962024-05-14T07:46:40.647Z Downloaded cargo_metadata v0.18.1
7972024-05-14T07:46:40.647Z Downloaded quote v1.0.36
7982024-05-14T07:46:40.647Z Downloaded semver v1.0.22
7992024-05-14T07:46:40.647Z Downloaded serde_derive v1.0.201
8002024-05-14T07:46:40.647Z Downloaded clap v4.5.4
8012024-05-14T07:46:40.647Z Downloaded proc-macro2 v1.0.81
8022024-05-14T07:46:40.647Z Downloaded unicode-ident v1.0.12
8032024-05-14T07:46:40.647Z Downloaded ryu v1.0.15
8042024-05-14T07:46:40.647Z Downloaded bitflags v2.4.2
8052024-05-14T07:46:40.648Z Downloaded toml v0.8.12
8062024-05-14T07:46:40.648Z Downloaded toml_edit v0.22.12
8072024-05-14T07:46:40.648Z Downloaded serde v1.0.201
8082024-05-14T07:46:40.648Z Downloaded memchr v2.7.1
8092024-05-14T07:46:40.648Z Downloaded indexmap v2.2.6
8102024-05-14T07:46:40.648Z Downloaded hashbrown v0.14.3
8112024-05-14T07:46:40.648Z Downloaded winnow v0.6.1
8122024-05-14T07:46:40.648Z Downloaded serde_json v1.0.116
8132024-05-14T07:46:40.648Z Downloaded clap_builder v4.5.2
8142024-05-14T07:46:40.648Z Downloaded syn v2.0.60
8152024-05-14T07:46:40.648Z Downloaded rustix v0.38.31
8162024-05-14T07:46:40.648Z Downloaded libc v0.2.153
8172024-05-14T07:46:40.841Z Compiling proc-macro2 v1.0.81
8182024-05-14T07:46:40.841Z Compiling unicode-ident v1.0.12
8192024-05-14T07:46:40.851Z Compiling serde v1.0.201
8202024-05-14T07:46:40.851Z Compiling libc v0.2.153
8212024-05-14T07:46:40.852Z Compiling rustix v0.38.31
8222024-05-14T07:46:40.852Z Compiling bitflags v2.4.2
8232024-05-14T07:46:40.852Z Compiling equivalent v1.0.1
8242024-05-14T07:46:40.860Z Compiling hashbrown v0.14.3
8252024-05-14T07:46:41.012Z Compiling utf8parse v0.2.1
8262024-05-14T07:46:41.085Z Compiling colorchoice v1.0.0
8272024-05-14T07:46:41.177Z Compiling anstyle-parse v0.2.1
8282024-05-14T07:46:41.242Z Compiling winnow v0.6.1
8292024-05-14T07:46:41.675Z Compiling thiserror v1.0.59
8302024-05-14T07:46:41.675Z Compiling autocfg v1.1.0
8312024-05-14T07:46:41.942Z Compiling indexmap v2.2.6
8322024-05-14T07:46:42.072Z Compiling semver v1.0.22
8332024-05-14T07:46:42.564Z Compiling camino v1.1.6
8342024-05-14T07:46:42.564Z Compiling anstyle v1.0.7
8352024-05-14T07:46:42.684Z Compiling anstyle-query v1.0.0
8362024-05-14T07:46:42.733Z Compiling serde_json v1.0.116
8372024-05-14T07:46:42.912Z Compiling fs-err v2.11.0
8382024-05-14T07:46:43.001Z Compiling anstream v0.6.11
8392024-05-14T07:46:43.056Z Compiling clap_lex v0.7.0
8402024-05-14T07:46:43.110Z Compiling anyhow v1.0.83
8412024-05-14T07:46:43.202Z Compiling ryu v1.0.15
8422024-05-14T07:46:43.294Z Compiling heck v0.5.0
8432024-05-14T07:46:43.557Z Compiling itoa v1.0.9
8442024-05-14T07:46:43.576Z Compiling quote v1.0.36
8452024-05-14T07:46:43.708Z Compiling strsim v0.11.0
8462024-05-14T07:46:43.786Z Compiling swrite v0.1.0
8472024-05-14T07:46:44.042Z Compiling syn v2.0.60
8482024-05-14T07:46:44.167Z Compiling errno v0.3.8
8492024-05-14T07:46:45.013Z Compiling terminal_size v0.3.0
8502024-05-14T07:46:45.130Z Compiling clap_builder v4.5.2
8512024-05-14T07:46:48.941Z Compiling serde_derive v1.0.201
8522024-05-14T07:46:48.941Z Compiling thiserror-impl v1.0.59
8532024-05-14T07:46:48.944Z Compiling clap_derive v4.5.4
8542024-05-14T07:46:51.524Z Compiling clap v4.5.4
8552024-05-14T07:46:56.392Z Compiling toml_datetime v0.6.5
8562024-05-14T07:46:56.392Z Compiling serde_spanned v0.6.5
8572024-05-14T07:46:56.397Z Compiling cargo-platform v0.1.3
8582024-05-14T07:46:56.397Z Compiling macaddr v1.0.1
8592024-05-14T07:46:56.671Z Compiling toml_edit v0.22.12
8602024-05-14T07:46:57.743Z Compiling cargo_metadata v0.18.1
8612024-05-14T07:46:58.662Z Compiling toml v0.8.12
8622024-05-14T07:46:59.405Z Compiling cargo_toml v0.20.2
8632024-05-14T07:47:02.706Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8642024-05-14T07:47:05.083Z Finished dev [unoptimized + debuginfo] target(s) in 45.87s
8652024-05-14T07:47:05.313Z Running `target/debug/xtask clippy`
8662024-05-14T07:47:05.341Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8672024-05-14T07:47:05.892Z Downloading crates ...
8682024-05-14T07:47:05.998Z Downloaded addr2line v0.21.0
8692024-05-14T07:47:06.005Z Downloaded adler v1.0.2
8702024-05-14T07:47:06.009Z Downloaded async-trait v0.1.80
8712024-05-14T07:47:06.015Z Downloaded bit-set v0.5.3
8722024-05-14T07:47:06.023Z Downloaded headers-core v0.2.0
8732024-05-14T07:47:06.026Z Downloaded heck v0.3.3
8742024-05-14T07:47:06.026Z Downloaded hex-literal v0.4.1
8752024-05-14T07:47:06.050Z Downloaded arrayref v0.3.7
8762024-05-14T07:47:06.050Z Downloaded array-init v0.0.4
8772024-05-14T07:47:06.058Z Downloaded home v0.5.5
8782024-05-14T07:47:06.058Z Downloaded allocator-api2 v0.2.16
8792024-05-14T07:47:06.058Z Downloaded anes v0.1.6
8802024-05-14T07:47:06.058Z Downloaded bitstruct_derive v0.1.0
8812024-05-14T07:47:06.058Z Downloaded bitstruct v0.1.1
8822024-05-14T07:47:06.058Z Downloaded heapless v0.7.16
8832024-05-14T07:47:06.059Z Downloaded ciborium-io v0.2.2
8842024-05-14T07:47:06.059Z Downloaded atomicwrites v0.4.3
8852024-05-14T07:47:06.059Z Downloaded http-body v0.4.5
8862024-05-14T07:47:06.059Z Downloaded humantime v2.1.0
8872024-05-14T07:47:06.059Z Downloaded http-range v0.1.5
8882024-05-14T07:47:06.059Z Downloaded hostname v0.4.0
8892024-05-14T07:47:06.059Z Downloaded highway v1.1.0
8902024-05-14T07:47:06.063Z Downloaded async-stream-impl v0.3.5
8912024-05-14T07:47:06.064Z Downloaded block-buffer v0.10.4
8922024-05-14T07:47:06.064Z Downloaded hostname v0.3.1
8932024-05-14T07:47:06.064Z Downloaded http v0.2.12
8942024-05-14T07:47:06.064Z Downloaded bstr v0.2.17
8952024-05-14T07:47:06.074Z Downloaded heapless v0.8.0
8962024-05-14T07:47:06.079Z Downloaded hubpack v0.1.2
8972024-05-14T07:47:06.083Z Downloaded hkdf v0.12.4
8982024-05-14T07:47:06.086Z Downloaded httptest v0.15.5
8992024-05-14T07:47:06.086Z Downloaded httpdate v1.0.3
9002024-05-14T07:47:06.092Z Downloaded hubpack_derive v0.1.1
9012024-05-14T07:47:06.092Z Downloaded http v1.0.0
9022024-05-14T07:47:06.095Z Downloaded instant v0.1.12
9032024-05-14T07:47:06.095Z Downloaded hyper-util v0.1.2
9042024-05-14T07:47:06.099Z Downloaded nanorand v0.7.0
9052024-05-14T07:47:06.102Z Downloaded matches v0.1.10
9062024-05-14T07:47:06.102Z Downloaded async-stream v0.3.5
9072024-05-14T07:47:06.105Z Downloaded keccak v0.1.4
9082024-05-14T07:47:06.105Z Downloaded inout v0.1.3
9092024-05-14T07:47:06.109Z Downloaded libefi-sys v0.1.0
9102024-05-14T07:47:06.109Z Downloaded linked-hash-map v0.5.6
9112024-05-14T07:47:06.109Z Downloaded is-terminal v0.4.9
9122024-05-14T07:47:06.113Z Downloaded cfg_aliases v0.1.1
9132024-05-14T07:47:06.113Z Downloaded ipnetwork v0.20.0
9142024-05-14T07:47:06.116Z Downloaded indoc v1.0.9
9152024-05-14T07:47:06.116Z Downloaded mime_guess v2.0.4
9162024-05-14T07:47:06.120Z Downloaded nested v0.1.1
9172024-05-14T07:47:06.120Z Downloaded bitfield v0.14.0
9182024-05-14T07:47:06.123Z Downloaded nodrop v0.1.14
9192024-05-14T07:47:06.123Z Downloaded atomic-waker v1.1.1
9202024-05-14T07:47:06.123Z Downloaded is_ci v1.2.0
9212024-05-14T07:47:06.127Z Downloaded newline-converter v0.3.0
9222024-05-14T07:47:06.127Z Downloaded lazycell v1.3.0
9232024-05-14T07:47:06.130Z Downloaded normalize-line-endings v0.3.0
9242024-05-14T07:47:06.130Z Downloaded ident_case v1.0.1
9252024-05-14T07:47:06.131Z Downloaded castaway v0.2.2
9262024-05-14T07:47:06.145Z Downloaded bit-vec v0.6.3
9272024-05-14T07:47:06.145Z Downloaded new_debug_unreachable v1.0.4
9282024-05-14T07:47:06.145Z Downloaded approx v0.5.1
9292024-05-14T07:47:06.157Z Downloaded managed v0.8.0
9302024-05-14T07:47:06.157Z Downloaded iana-time-zone v0.1.57
9312024-05-14T07:47:06.157Z Downloaded memoffset v0.7.1
9322024-05-14T07:47:06.158Z Downloaded hyper-rustls v0.24.2
9332024-05-14T07:47:06.158Z Downloaded serde_arrays v0.1.0
9342024-05-14T07:47:06.158Z Downloaded libsw v3.3.1
9352024-05-14T07:47:06.158Z Downloaded indoc v2.0.3
9362024-05-14T07:47:06.158Z Downloaded lalrpop-util v0.19.12
9372024-05-14T07:47:06.159Z Downloaded cassowary v0.3.0
9382024-05-14T07:47:06.576Z Downloaded base64ct v1.6.0
9392024-05-14T07:47:06.576Z Downloaded argon2 v0.5.3
9402024-05-14T07:47:06.577Z Downloaded constant_time_eq v0.3.0
9412024-05-14T07:47:06.577Z Downloaded chacha20 v0.9.1
9422024-05-14T07:47:06.577Z Downloaded num v0.4.3
9432024-05-14T07:47:06.577Z Downloaded mime v0.3.17
9442024-05-14T07:47:06.577Z Downloaded maybe-uninit v2.0.0
9452024-05-14T07:47:06.577Z Downloaded maplit v1.0.2
9462024-05-14T07:47:06.578Z Downloaded byteorder v1.5.0
9472024-05-14T07:47:06.578Z Downloaded md-5 v0.10.5
9482024-05-14T07:47:06.578Z Downloaded criterion-plot v0.5.0
9492024-05-14T07:47:06.578Z Downloaded multimap v0.10.0
9502024-05-14T07:47:06.578Z Downloaded crc v3.0.1
9512024-05-14T07:47:06.578Z Downloaded usdt-attr-macro v0.5.0
9522024-05-14T07:47:06.578Z Downloaded cpufeatures v0.2.12
9532024-05-14T07:47:06.578Z Downloaded newtype-uuid v1.1.0
9542024-05-14T07:47:06.578Z Downloaded linear-map v1.2.0
9552024-05-14T07:47:06.578Z Downloaded multer v3.1.0
9562024-05-14T07:47:06.579Z Downloaded hyper-staticfile v0.9.5
9572024-05-14T07:47:06.579Z Downloaded derive_builder_macro v0.20.0
9582024-05-14T07:47:06.579Z Downloaded rand_seeder v0.2.3
9592024-05-14T07:47:06.579Z Downloaded crc-catalog v2.2.0
9602024-05-14T07:47:06.579Z Downloaded endian-type v0.1.2
9612024-05-14T07:47:06.579Z Downloaded newtype_derive v0.1.6
9622024-05-14T07:47:06.579Z Downloaded match_cfg v0.1.0
9632024-05-14T07:47:06.579Z Downloaded kstat-rs v0.2.3
9642024-05-14T07:47:06.579Z Downloaded const_format_proc_macros v0.2.32
9652024-05-14T07:47:06.579Z Downloaded slog-envlogger v2.2.0
9662024-05-14T07:47:06.579Z Downloaded spin v0.5.2
9672024-05-14T07:47:06.579Z Downloaded slog-dtrace v0.3.0
9682024-05-14T07:47:06.579Z Downloaded spki v0.7.2
9692024-05-14T07:47:06.579Z Downloaded form_urlencoded v1.2.1
9702024-05-14T07:47:06.579Z Downloaded libloading v0.7.4
9712024-05-14T07:47:06.579Z Downloaded cexpr v0.6.0
9722024-05-14T07:47:06.579Z Downloaded thread-id v4.2.0
9732024-05-14T07:47:06.579Z Downloaded tokio-native-tls v0.3.1
9742024-05-14T07:47:06.579Z Downloaded slog-bunyan v2.5.0
9752024-05-14T07:47:06.579Z Downloaded slog-async v2.8.0
9762024-05-14T07:47:06.579Z Downloaded signal-hook-registry v1.4.1
9772024-05-14T07:47:06.579Z Downloaded libtest-mimic v0.7.2
9782024-05-14T07:47:06.579Z Downloaded fxhash v0.2.1
9792024-05-14T07:47:06.579Z Downloaded dtrace-parser v0.2.0
9802024-05-14T07:47:06.580Z Downloaded unicode-xid v0.2.4
9812024-05-14T07:47:06.580Z Downloaded miniz_oxide v0.7.1
9822024-05-14T07:47:06.580Z Downloaded usdt-macro v0.3.5
9832024-05-14T07:47:06.580Z Downloaded usdt-impl v0.5.0
9842024-05-14T07:47:06.580Z Downloaded plotters-svg v0.3.5
9852024-05-14T07:47:06.580Z Downloaded strum_macros v0.24.3
9862024-05-14T07:47:06.580Z Downloaded whoami v1.5.1
9872024-05-14T07:47:06.580Z Downloaded zeroize_derive v1.4.2
9882024-05-14T07:47:06.580Z Downloaded which v4.4.0
9892024-05-14T07:47:06.580Z Downloaded num_threads v0.1.6
9902024-05-14T07:47:06.580Z Downloaded enum-as-inner v0.5.1
9912024-05-14T07:47:06.580Z Downloaded dirs-sys-next v0.1.2
9922024-05-14T07:47:06.581Z Downloaded nu-ansi-term v0.50.0
9932024-05-14T07:47:06.581Z Downloaded native-tls v0.2.11
9942024-05-14T07:47:06.581Z Downloaded number_prefix v0.4.0
9952024-05-14T07:47:06.581Z Downloaded tokio-macros v2.2.0
9962024-05-14T07:47:06.581Z Downloaded thiserror-impl-no-std v2.0.2
9972024-05-14T07:47:06.581Z Downloaded corncobs v0.1.3
9982024-05-14T07:47:06.581Z Downloaded zone v0.1.8
9992024-05-14T07:47:06.581Z Downloaded sct v0.7.0
10002024-05-14T07:47:06.581Z Downloaded num-iter v0.1.45
10012024-05-14T07:47:06.582Z Downloaded gethostname v0.4.3
10022024-05-14T07:47:06.582Z Downloaded generic-array v0.14.7
10032024-05-14T07:47:06.582Z Downloaded memmap2 v0.7.1
10042024-05-14T07:47:06.582Z Downloaded strum v0.26.2
10052024-05-14T07:47:06.582Z Downloaded stability v0.2.0
10062024-05-14T07:47:06.582Z Downloaded tower-layer v0.3.2
10072024-05-14T07:47:06.582Z Downloaded oorandom v11.1.3
10082024-05-14T07:47:06.582Z Downloaded serde-hex v0.1.0
10092024-05-14T07:47:06.582Z Downloaded usdt-impl v0.3.5
10102024-05-14T07:47:06.583Z Downloaded arc-swap v1.6.0
10112024-05-14T07:47:06.583Z Downloaded indicatif v0.17.8
10122024-05-14T07:47:06.583Z Downloaded sync_wrapper v0.1.2
10132024-05-14T07:47:06.583Z Downloaded sqlparser_derive v0.2.2
10142024-05-14T07:47:06.583Z Downloaded serde_repr v0.1.16
10152024-05-14T07:47:06.583Z Downloaded derive_builder_core v0.20.0
10162024-05-14T07:47:06.583Z Downloaded target-lexicon v0.12.13
10172024-05-14T07:47:06.583Z Downloaded futures-timer v3.0.2
10182024-05-14T07:47:06.583Z Downloaded fastrand v2.0.1
10192024-05-14T07:47:06.584Z Downloaded strum_macros v0.25.2
10202024-05-14T07:47:06.584Z Downloaded spin v0.9.8
10212024-05-14T07:47:06.584Z Downloaded foreign-types-shared v0.3.1
10222024-05-14T07:47:06.584Z Downloaded foreign-types-shared v0.1.1
10232024-05-14T07:47:06.584Z Downloaded diesel_table_macro_syntax v0.1.0
10242024-05-14T07:47:06.584Z Downloaded psl-types v2.0.11
10252024-05-14T07:47:06.584Z Downloaded olpc-cjson v0.1.3
10262024-05-14T07:47:06.584Z Downloaded thiserror-no-std v2.0.2
10272024-05-14T07:47:06.584Z Downloaded powerfmt v0.2.0
10282024-05-14T07:47:06.584Z Downloaded pest_generator v2.7.6
10292024-05-14T07:47:06.584Z Downloaded log v0.4.21
10302024-05-14T07:47:06.584Z Downloaded tabled_derive v0.7.0
10312024-05-14T07:47:06.584Z Downloaded base64 v0.13.1
10322024-05-14T07:47:06.584Z Downloaded topological-sort v0.2.2
10332024-05-14T07:47:06.584Z Downloaded stable_deref_trait v1.2.0
10342024-05-14T07:47:06.584Z Downloaded oso-derive v0.27.3
10352024-05-14T07:47:06.584Z Downloaded peg-macros v0.8.3
10362024-05-14T07:47:06.584Z Downloaded proc-macro-error-attr v1.0.4
10372024-05-14T07:47:06.584Z Downloaded serde-big-array v0.4.1
10382024-05-14T07:47:06.611Z Downloaded rusty-fork v0.3.0
10392024-05-14T07:47:06.612Z Downloaded serde-big-array v0.5.1
10402024-05-14T07:47:06.612Z Downloaded serde_urlencoded v0.7.1
10412024-05-14T07:47:06.612Z Downloaded chacha20poly1305 v0.10.1
10422024-05-14T07:47:06.612Z Downloaded zerocopy v0.3.0
10432024-05-14T07:47:06.612Z Downloaded deranged v0.3.11
10442024-05-14T07:47:06.612Z Downloaded unicode-linebreak v0.1.5
10452024-05-14T07:47:06.612Z Downloaded unicase v2.7.0
10462024-05-14T07:47:06.612Z Downloaded take_mut v0.2.2
10472024-05-14T07:47:06.612Z Downloaded rstest_macros v0.19.0
10482024-05-14T07:47:06.612Z Downloaded tinyvec_macros v0.1.1
10492024-05-14T07:47:06.612Z Downloaded dirs-next v2.0.0
10502024-05-14T07:47:06.612Z Downloaded bytes v1.6.0
10512024-05-14T07:47:06.613Z Downloaded doc-comment v0.3.3
10522024-05-14T07:47:06.613Z Downloaded zone_cfg_derive v0.1.2
10532024-05-14T07:47:06.613Z Downloaded vte_generate_state_changes v0.1.1
10542024-05-14T07:47:06.613Z Downloaded futures-io v0.3.30
10552024-05-14T07:47:06.613Z Downloaded num_enum_derive v0.5.11
10562024-05-14T07:47:06.613Z Downloaded display-error-chain v0.2.0
10572024-05-14T07:47:06.613Z Downloaded difflib v0.4.0
10582024-05-14T07:47:06.613Z Downloaded uzers v0.11.3
10592024-05-14T07:47:06.614Z Downloaded utf-8 v0.7.6
10602024-05-14T07:47:06.614Z Downloaded slog-term v2.9.1
10612024-05-14T07:47:06.614Z Downloaded funty v2.0.0
10622024-05-14T07:47:06.614Z Downloaded rayon-core v1.12.1
10632024-05-14T07:47:06.614Z Downloaded fragile v2.0.0
10642024-05-14T07:47:06.614Z Downloaded pest_derive v2.7.6
10652024-05-14T07:47:06.614Z Downloaded backtrace v0.3.69
10662024-05-14T07:47:06.614Z Downloaded rand_core v0.6.4
10672024-05-14T07:47:06.614Z Downloaded packed_struct v0.10.1
10682024-05-14T07:47:06.614Z Downloaded packed_struct_codegen v0.10.1
10692024-05-14T07:47:06.614Z Downloaded const_format v0.2.32
10702024-05-14T07:47:06.614Z Downloaded slab v0.4.9
10712024-05-14T07:47:06.615Z Downloaded num-conv v0.1.0
10722024-05-14T07:47:06.615Z Downloaded predicates-core v1.0.6
10732024-05-14T07:47:06.615Z Downloaded csv-core v0.1.11
10742024-05-14T07:47:06.615Z Downloaded semver v0.1.20
10752024-05-14T07:47:06.615Z Downloaded secrecy v0.8.0
10762024-05-14T07:47:06.615Z Downloaded signal-hook-tokio v0.3.1
10772024-05-14T07:47:06.615Z Downloaded toolchain_find v0.4.0
10782024-05-14T07:47:06.616Z Downloaded pin-utils v0.1.0
10792024-05-14T07:47:06.616Z Downloaded smf v0.2.3
10802024-05-14T07:47:06.616Z Downloaded fatfs v0.3.6
10812024-05-14T07:47:06.616Z Downloaded wait-timeout v0.2.0
10822024-05-14T07:47:06.616Z Downloaded tabwriter v1.4.0
10832024-05-14T07:47:06.616Z Downloaded crc-any v2.4.3
10842024-05-14T07:47:06.616Z Downloaded parking_lot v0.11.2
10852024-05-14T07:47:06.617Z Downloaded ref-cast v1.0.22
10862024-05-14T07:47:06.617Z Downloaded trust-dns-server v0.22.1
10872024-05-14T07:47:06.617Z Downloaded cstr-argument v0.1.2
10882024-05-14T07:47:06.617Z Downloaded rand_chacha v0.3.1
10892024-05-14T07:47:06.617Z Downloaded waitgroup v0.1.2
10902024-05-14T07:47:06.617Z Downloaded futures-sink v0.3.30
10912024-05-14T07:47:06.617Z Downloaded unicode_categories v0.1.1
10922024-05-14T07:47:06.617Z Downloaded dtrace-parser v0.1.14
10932024-05-14T07:47:06.617Z Downloaded trust-dns-resolver v0.22.0
10942024-05-14T07:47:06.617Z Downloaded opaque-debug v0.3.0
10952024-05-14T07:47:06.618Z Downloaded downcast v0.11.0
10962024-05-14T07:47:06.618Z Downloaded num-integer v0.1.46
10972024-05-14T07:47:06.618Z Downloaded portpicker v0.1.1
10982024-05-14T07:47:06.618Z Downloaded num-derive v0.4.0
10992024-05-14T07:47:06.618Z Downloaded predicates v3.1.0
11002024-05-14T07:47:06.618Z Downloaded pkcs8 v0.10.2
11012024-05-14T07:47:06.618Z Downloaded termcolor v1.2.0
11022024-05-14T07:47:06.618Z Downloaded tokio-tungstenite v0.21.0
11032024-05-14T07:47:06.618Z Downloaded tokio-tungstenite v0.20.1
11042024-05-14T07:47:06.618Z Downloaded datatest-stable v0.2.9
11052024-05-14T07:47:06.618Z Downloaded snafu-derive v0.8.2
11062024-05-14T07:47:06.618Z Downloaded parking_lot v0.12.1
11072024-05-14T07:47:06.618Z Downloaded guppy-workspace-hack v0.1.0
11082024-05-14T07:47:06.618Z Downloaded samael v0.0.15
11092024-05-14T07:47:06.618Z Downloaded curve25519-dalek-derive v0.1.0
11102024-05-14T07:47:06.619Z Downloaded usdt-macro v0.5.0
11112024-05-14T07:47:06.619Z Downloaded usdt-attr-macro v0.3.5
11122024-05-14T07:47:06.619Z Downloaded getopts v0.2.21
11132024-05-14T07:47:06.619Z Downloaded diff v0.1.13
11142024-05-14T07:47:06.619Z Downloaded getrandom v0.2.12
11152024-05-14T07:47:06.620Z Downloaded fallible-iterator v0.2.0
11162024-05-14T07:47:06.620Z Downloaded structmeta v0.2.0
11172024-05-14T07:47:06.620Z Downloaded strsim v0.10.0
11182024-05-14T07:47:06.620Z Downloaded strip-ansi-escapes v0.2.0
11192024-05-14T07:47:06.620Z Downloaded futures v0.3.30
11202024-05-14T07:47:06.620Z Downloaded num_cpus v1.16.0
11212024-05-14T07:47:06.620Z Downloaded serde_path_to_error v0.1.16
11222024-05-14T07:47:06.620Z Downloaded peg-runtime v0.8.3
11232024-05-14T07:47:06.620Z Downloaded env_logger v0.9.3
11242024-05-14T07:47:06.620Z Downloaded time-core v0.1.2
11252024-05-14T07:47:06.621Z Downloaded sigpipe v0.1.3
11262024-05-14T07:47:06.621Z Downloaded want v0.3.1
11272024-05-14T07:47:06.621Z Downloaded peeking_take_while v0.1.2
11282024-05-14T07:47:06.621Z Downloaded num-complex v0.4.6
11292024-05-14T07:47:06.621Z Downloaded tap v1.0.1
11302024-05-14T07:47:06.621Z Downloaded supports-color v3.0.0
11312024-05-14T07:47:06.621Z Downloaded subtle v2.5.0
11322024-05-14T07:47:06.621Z Downloaded target-spec v3.1.0
11332024-05-14T07:47:06.621Z Downloaded glob v0.3.1
11342024-05-14T07:47:06.622Z Downloaded pkcs1 v0.7.5
11352024-05-14T07:47:06.622Z Downloaded pin-project-lite v0.2.13
11362024-05-14T07:47:06.622Z Downloaded platforms v3.0.2
11372024-05-14T07:47:06.622Z Downloaded group v0.13.0
11382024-05-14T07:47:06.637Z Downloaded either v1.11.0
11392024-05-14T07:47:06.638Z Downloaded resolv-conf v0.7.0
11402024-05-14T07:47:06.638Z Downloaded signature v1.6.4
11412024-05-14T07:47:06.638Z Downloaded escape8259 v0.5.2
11422024-05-14T07:47:06.638Z Downloaded sec1 v0.7.3
11432024-05-14T07:47:06.638Z Downloaded itertools v0.12.1
11442024-05-14T07:47:06.638Z Downloaded scroll_derive v0.12.0
11452024-05-14T07:47:06.638Z Downloaded tower-service v0.3.2
11462024-05-14T07:47:06.638Z Downloaded scheduled-thread-pool v0.2.7
11472024-05-14T07:47:06.639Z Downloaded ed25519 v1.5.3
11482024-05-14T07:47:06.639Z Downloaded same-file v1.0.6
11492024-05-14T07:47:06.639Z Downloaded term v0.7.0
11502024-05-14T07:47:06.639Z Downloaded num-rational v0.4.2
11512024-05-14T07:47:06.639Z Downloaded foreign-types v0.3.2
11522024-05-14T07:47:06.639Z Downloaded darling_macro v0.20.8
11532024-05-14T07:47:06.639Z Downloaded rustversion v1.0.14
11542024-05-14T07:47:06.639Z Downloaded embedded-io v0.4.0
11552024-05-14T07:47:06.639Z Downloaded time-macros v0.2.17
11562024-05-14T07:47:06.639Z Downloaded version_check v0.9.4
11572024-05-14T07:47:06.639Z Downloaded untrusted v0.7.1
11582024-05-14T07:47:06.639Z Downloaded pem v3.0.4
11592024-05-14T07:47:06.639Z Downloaded publicsuffix v2.2.3
11602024-05-14T07:47:06.639Z Downloaded salty v0.2.0
11612024-05-14T07:47:06.639Z Downloaded fnv v1.0.7
11622024-05-14T07:47:06.639Z Downloaded radium v0.7.0
11632024-05-14T07:47:06.639Z Downloaded darling v0.20.8
11642024-05-14T07:47:06.639Z Downloaded termtree v0.4.1
11652024-05-14T07:47:06.639Z Downloaded shlex v1.3.0
11662024-05-14T07:47:06.640Z Downloaded flagset v0.4.3
11672024-05-14T07:47:06.640Z Downloaded filetime v0.2.23
11682024-05-14T07:47:06.640Z Downloaded pem-rfc7468 v0.7.0
11692024-05-14T07:47:06.640Z Downloaded r2d2 v0.8.10
11702024-05-14T07:47:06.640Z Downloaded serde_plain v1.0.2
11712024-05-14T07:47:06.640Z Downloaded rustls-pki-types v1.3.0
11722024-05-14T07:47:06.640Z Downloaded snafu v0.8.2
11732024-05-14T07:47:06.640Z Downloaded openssl-macros v0.1.1
11742024-05-14T07:47:06.640Z Downloaded nom v7.1.3
11752024-05-14T07:47:06.640Z Downloaded openssl-probe v0.1.5
11762024-05-14T07:47:06.640Z Downloaded rustls-pemfile v1.0.3
11772024-05-14T07:47:06.640Z Downloaded parse-display v0.9.0
11782024-05-14T07:47:06.640Z Downloaded signal-hook-mio v0.2.3
11792024-05-14T07:47:06.640Z Downloaded structmeta-derive v0.2.0
11802024-05-14T07:47:06.640Z Downloaded quick-error v1.2.3
11812024-05-14T07:47:06.640Z Downloaded fd-lock v4.0.2
11822024-05-14T07:47:06.640Z Downloaded tempfile v3.10.1
11832024-05-14T07:47:06.647Z Downloaded slog v2.7.0
11842024-05-14T07:47:06.647Z Downloaded fixedbitset v0.4.2
11852024-05-14T07:47:06.647Z Downloaded peg v0.8.3
11862024-05-14T07:47:06.647Z Downloaded pretty-hex v0.4.1
11872024-05-14T07:47:06.647Z Downloaded plotters-backend v0.3.5
11882024-05-14T07:47:06.648Z Downloaded parse-size v1.0.0
11892024-05-14T07:47:06.648Z Downloaded crypto-common v0.1.6
11902024-05-14T07:47:06.656Z Downloaded pretty-hex v0.2.1
11912024-05-14T07:47:06.656Z Downloaded futures-macro v0.3.30
11922024-05-14T07:47:06.656Z Downloaded ppv-lite86 v0.2.17
11932024-05-14T07:47:06.656Z Downloaded postgres-protocol v0.6.6
11942024-05-14T07:47:06.663Z Downloaded path-slash v0.1.5
11952024-05-14T07:47:06.663Z Downloaded termios v0.3.3
11962024-05-14T07:47:06.663Z Downloaded xattr v1.0.1
11972024-05-14T07:47:06.663Z Downloaded strum_macros v0.26.1
11982024-05-14T07:47:06.664Z Downloaded precomputed-hash v0.1.1
11992024-05-14T07:47:06.664Z Downloaded static_assertions v1.1.0
12002024-05-14T07:47:06.668Z Downloaded stringprep v0.1.3
12012024-05-14T07:47:06.669Z Downloaded paste v1.0.14
12022024-05-14T07:47:06.669Z Downloaded unicode-width v0.1.11
12032024-05-14T07:47:06.677Z Downloaded try-lock v0.2.4
12042024-05-14T07:47:06.677Z Downloaded prettyplease v0.2.20
12052024-05-14T07:47:06.683Z Downloaded test-strategy v0.3.1
12062024-05-14T07:47:06.683Z Downloaded foreign-types v0.5.0
12072024-05-14T07:47:06.683Z Downloaded dof v0.3.0
12082024-05-14T07:47:06.683Z Downloaded dof v0.1.5
12092024-05-14T07:47:06.683Z Downloaded rustc_version v0.4.0
12102024-05-14T07:47:06.683Z Downloaded rustc-hash v1.1.0
12112024-05-14T07:47:06.687Z Downloaded phf_shared v0.11.2
12122024-05-14T07:47:06.687Z Downloaded erased-serde v0.3.31
12132024-05-14T07:47:06.687Z Downloaded derive_builder v0.20.0
12142024-05-14T07:47:06.692Z Downloaded ucd-trie v0.1.6
12152024-05-14T07:47:06.695Z Downloaded fancy-regex v0.13.0
12162024-05-14T07:47:06.700Z Downloaded tough v0.17.1
12172024-05-14T07:47:06.707Z Downloaded debug-ignore v1.0.5
12182024-05-14T07:47:06.710Z Downloaded data-encoding v2.4.0
12192024-05-14T07:47:06.710Z Downloaded smawk v0.3.1
12202024-05-14T07:47:06.713Z Downloaded defmt-parser v0.3.3
12212024-05-14T07:47:06.713Z Downloaded smallvec v0.6.14
12222024-05-14T07:47:06.716Z Downloaded rand_xorshift v0.3.0
12232024-05-14T07:47:06.716Z Downloaded password-hash v0.5.0
12242024-05-14T07:47:06.716Z Downloaded partial-io v0.5.4
12252024-05-14T07:47:06.721Z Downloaded parse-display-derive v0.9.0
12262024-05-14T07:47:06.727Z Downloaded shell-words v1.1.0
12272024-05-14T07:47:06.727Z Downloaded sha1 v0.10.6
12282024-05-14T07:47:06.727Z Downloaded phf v0.11.2
12292024-05-14T07:47:06.727Z Downloaded yansi v0.5.1
12302024-05-14T07:47:06.730Z Downloaded percent-encoding v2.3.1
12312024-05-14T07:47:06.731Z Downloaded sqlformat v0.2.3
12322024-05-14T07:47:06.731Z Downloaded rcgen v0.12.1
12332024-05-14T07:47:06.734Z Downloaded wyz v0.5.1
12342024-05-14T07:47:06.734Z Downloaded darling_core v0.20.8
12352024-05-14T07:47:06.738Z Downloaded rustc-demangle v0.1.23
12362024-05-14T07:47:06.741Z Downloaded rustls-pemfile v2.1.2
12372024-05-14T07:47:06.746Z Downloaded typenum v1.16.0
12382024-05-14T07:47:06.751Z Downloaded rustfmt-wrapper v0.2.1
12392024-05-14T07:47:06.751Z Downloaded poly1305 v0.8.0
12402024-05-14T07:47:06.751Z Downloaded chrono v0.4.38
12412024-05-14T07:47:06.758Z Downloaded unarray v0.1.4
12422024-05-14T07:47:06.761Z Downloaded hashbrown v0.12.3
12432024-05-14T07:47:06.764Z Downloaded slog-stdlog v4.1.1
12442024-05-14T07:47:06.768Z Downloaded postcard v1.0.8
12452024-05-14T07:47:06.772Z Downloaded oso v0.27.3
12462024-05-14T07:47:06.777Z Downloaded hyper v0.14.28
12472024-05-14T07:47:06.784Z Downloaded pin-project v1.1.3
12482024-05-14T07:47:06.793Z Downloaded smallvec v1.13.1
12492024-05-14T07:47:06.801Z Downloaded derive-where v1.2.7
12502024-05-14T07:47:06.804Z Downloaded tracing-attributes v0.1.27
12512024-05-14T07:47:06.805Z Downloaded tracing v0.1.40
12522024-05-14T07:47:06.808Z Downloaded subprocess v0.2.9
12532024-05-14T07:47:06.811Z Downloaded typed-path v0.7.0
12542024-05-14T07:47:06.818Z Downloaded similar v2.4.0
12552024-05-14T07:47:06.822Z Downloaded openssl-sys v0.9.102
12562024-05-14T07:47:06.826Z Downloaded trybuild v1.0.91
12572024-05-14T07:47:06.830Z Downloaded zerocopy v0.6.6
12582024-05-14T07:47:06.835Z Downloaded toml v0.7.8
12592024-05-14T07:47:06.838Z Downloaded ron v0.8.1
12602024-05-14T07:47:06.843Z Downloaded num-bigint-dig v0.8.4
12612024-05-14T07:47:06.848Z Downloaded num-bigint v0.4.4
12622024-05-14T07:47:06.863Z Downloaded pretty_assertions v1.4.0
12632024-05-14T07:47:06.866Z Downloaded unicode-segmentation v1.10.1
12642024-05-14T07:47:06.866Z Downloaded tracing-core v0.1.32
12652024-05-14T07:47:06.866Z Downloaded trust-dns-client v0.22.0
12662024-05-14T07:47:06.877Z Downloaded plotters v0.3.5
12672024-05-14T07:47:06.881Z Downloaded guppy v0.17.5
12682024-05-14T07:47:06.884Z Downloaded tokio-util v0.7.10
12692024-05-14T07:47:06.894Z Downloaded proptest v1.4.0
12702024-05-14T07:47:06.901Z Downloaded x509-cert v0.2.4
12712024-05-14T07:47:06.908Z Downloaded idna v0.3.0
12722024-05-14T07:47:06.915Z Downloaded reedline v0.31.0
12732024-05-14T07:47:06.925Z Downloaded idna v0.5.0
12742024-05-14T07:47:06.933Z Downloaded goblin v0.8.0
12752024-05-14T07:47:06.937Z Downloaded h2 v0.3.26
12762024-05-14T07:47:06.944Z Downloaded pest v2.7.6
12772024-05-14T07:47:06.950Z Downloaded bindgen v0.69.2
12782024-05-14T07:47:06.961Z Downloaded unicode-normalization v0.1.22
12792024-05-14T07:47:06.978Z Downloaded vcpkg v0.2.15
12802024-05-14T07:47:07.008Z Downloaded quick-xml v0.31.0
12812024-05-14T07:47:07.017Z Downloaded nix v0.28.0
12822024-05-14T07:47:07.030Z Downloaded zerocopy v0.7.32
12832024-05-14T07:47:07.037Z Downloaded sqlparser v0.45.0
12842024-05-14T07:47:07.053Z Downloaded object v0.32.1
12852024-05-14T07:47:07.072Z Downloaded smoltcp v0.9.1
12862024-05-14T07:47:07.077Z Downloaded bstr v1.9.0
12872024-05-14T07:47:07.084Z Downloaded webpki-roots v0.25.2
12882024-05-14T07:47:07.084Z Downloaded radix_trie v0.2.1
12892024-05-14T07:47:07.101Z Downloaded rustls v0.22.4
12902024-05-14T07:47:07.121Z Downloaded polar-core v0.27.3
12912024-05-14T07:47:07.151Z Downloaded gimli v0.28.0
12922024-05-14T07:47:07.152Z Downloaded openssl v0.10.64
12932024-05-14T07:47:07.176Z Downloaded rustls v0.21.9
12942024-05-14T07:47:07.176Z Downloaded ratatui v0.26.2
12952024-05-14T07:47:07.198Z Downloaded diesel v2.1.6
12962024-05-14T07:47:07.198Z Downloaded zerocopy-derive v0.2.0
12972024-05-14T07:47:07.209Z Downloaded openapiv3 v2.0.0
12982024-05-14T07:47:07.209Z Downloaded bzip2-sys v0.1.11+1.0.8
12992024-05-14T07:47:07.222Z Downloaded regex-syntax v0.8.2
13002024-05-14T07:47:07.229Z Downloaded sled v0.34.7
13012024-05-14T07:47:07.241Z Downloaded zerocopy-derive v0.6.6
13022024-05-14T07:47:07.246Z Downloaded encoding_rs v0.8.33
13032024-05-14T07:47:07.261Z Downloaded regex-automata v0.4.5
13042024-05-14T07:47:07.280Z Downloaded smoltcp v0.11.0
13052024-05-14T07:47:07.291Z Downloaded regress v0.9.1
13062024-05-14T07:47:07.300Z Downloaded tokio v1.37.0
13072024-05-14T07:47:07.337Z Downloaded regex-syntax v0.6.29
13082024-05-14T07:47:07.349Z Downloaded trust-dns-proto v0.22.0
13092024-05-14T07:47:07.356Z Downloaded csv v1.3.0
13102024-05-14T07:47:07.378Z Downloaded sha3 v0.10.8
13112024-05-14T07:47:07.400Z Downloaded curve25519-dalek v4.1.2
13122024-05-14T07:47:07.406Z Downloaded object v0.30.4
13132024-05-14T07:47:07.406Z Downloaded rayon v1.10.0
13142024-05-14T07:47:07.411Z Downloaded syn v1.0.109
13152024-05-14T07:47:07.416Z Downloaded regex v1.10.4
13162024-05-14T07:47:07.429Z Downloaded steno v0.4.0
13172024-05-14T07:47:07.433Z Downloaded idna v0.2.3
13182024-05-14T07:47:07.439Z Downloaded rustls-webpki v0.102.1
13192024-05-14T07:47:07.457Z Downloaded lalrpop v0.19.12
13202024-05-14T07:47:07.472Z Downloaded serde_yaml v0.9.25
13212024-05-14T07:47:07.476Z Downloaded portable-atomic v1.4.3
13222024-05-14T07:47:07.481Z Downloaded serde_with v3.7.0
13232024-05-14T07:47:07.486Z Downloaded flate2 v1.0.30
13242024-05-14T07:47:07.489Z Downloaded unsafe-libyaml v0.2.10
13252024-05-14T07:47:07.492Z Downloaded signal-hook v0.3.17
13262024-05-14T07:47:07.499Z Downloaded reqwest v0.11.27
13272024-05-14T07:47:07.505Z Downloaded petgraph v0.6.4
13282024-05-14T07:47:07.516Z Downloaded futures-util v0.3.30
13292024-05-14T07:47:07.526Z Downloaded tabled v0.15.0
13302024-05-14T07:47:07.544Z Downloaded toml v0.5.11
13312024-05-14T07:47:07.548Z Downloaded expectorate v1.1.0
13322024-05-14T07:47:07.548Z Downloaded rustls-webpki v0.101.7
13332024-05-14T07:47:07.584Z Downloaded blake3 v1.5.0
13342024-05-14T07:47:07.600Z Downloaded derive_more v0.99.17
13352024-05-14T07:47:07.600Z Downloaded aho-corasick v1.1.2
13362024-05-14T07:47:07.600Z Downloaded universal-hash v0.5.1
13372024-05-14T07:47:07.600Z Downloaded toml_edit v0.19.15
13382024-05-14T07:47:07.628Z Downloaded hashbrown v0.13.2
13392024-05-14T07:47:07.628Z Downloaded elliptic-curve v0.13.8
13402024-05-14T07:47:07.628Z Downloaded rand v0.8.5
13412024-05-14T07:47:07.628Z Downloaded rustyline v14.0.0
13422024-05-14T07:47:07.652Z Downloaded winnow v0.5.15
13432024-05-14T07:47:07.653Z Downloaded time v0.3.34
13442024-05-14T07:47:07.653Z Downloaded tungstenite v0.21.0
13452024-05-14T07:47:07.653Z Downloaded tungstenite v0.20.1
13462024-05-14T07:47:07.653Z Downloaded parking_lot_core v0.9.8
13472024-05-14T07:47:07.653Z Downloaded parking_lot_core v0.8.6
13482024-05-14T07:47:07.654Z Downloaded num-traits v0.2.19
13492024-05-14T07:47:07.654Z Downloaded pathdiff v0.2.1
13502024-05-14T07:47:07.654Z Downloaded string_cache v0.8.7
13512024-05-14T07:47:07.655Z Downloaded socket2 v0.4.9
13522024-05-14T07:47:07.665Z Downloaded signature v2.1.0
13532024-05-14T07:47:07.665Z Downloaded scroll v0.12.0
13542024-05-14T07:47:07.665Z Downloaded half v2.3.1
13552024-05-14T07:47:07.665Z Downloaded headers v0.3.9
13562024-05-14T07:47:07.665Z Downloaded globset v0.4.13
13572024-05-14T07:47:07.665Z Downloaded tower v0.4.13
13582024-05-14T07:47:07.666Z Downloaded regex-automata v0.1.10
13592024-05-14T07:47:07.683Z Downloaded criterion v0.5.1
13602024-05-14T07:47:07.683Z Downloaded libxml v0.3.3
13612024-05-14T07:47:07.689Z Downloaded phf_shared v0.10.0
13622024-05-14T07:47:07.689Z Downloaded foreign-types-macros v0.2.3
13632024-05-14T07:47:07.689Z Downloaded diesel_derives v2.1.2
13642024-05-14T07:47:07.689Z Downloaded crossterm v0.27.0
13652024-05-14T07:47:07.695Z Downloaded rsa v0.9.2
13662024-05-14T07:47:07.713Z Downloaded bitvec v1.0.1
13672024-05-14T07:47:07.760Z Downloaded structmeta-derive v0.3.0
13682024-05-14T07:47:07.760Z Downloaded defmt-macros v0.3.6
13692024-05-14T07:47:07.760Z Downloaded defmt v0.3.5
13702024-05-14T07:47:07.760Z Downloaded der v0.7.8
13712024-05-14T07:47:07.766Z Downloaded dyn-clone v1.0.17
13722024-05-14T07:47:07.766Z Downloaded usdt v0.3.5
13732024-05-14T07:47:07.766Z Downloaded structmeta v0.3.0
13742024-05-14T07:47:07.766Z Downloaded sha2 v0.10.8
13752024-05-14T07:47:07.766Z Downloaded vte v0.11.1
13762024-05-14T07:47:07.766Z Downloaded url v2.5.0
13772024-05-14T07:47:07.766Z Downloaded walkdir v2.5.0
13782024-05-14T07:47:07.766Z Downloaded vsss-rs v3.3.4
13792024-05-14T07:47:07.766Z Downloaded papergrid v0.11.0
13802024-05-14T07:47:07.767Z Downloaded textwrap v0.16.1
13812024-05-14T07:47:07.767Z Downloaded libm v0.2.7
13822024-05-14T07:47:07.767Z Downloaded pin-project-internal v1.1.3
13832024-05-14T07:47:07.767Z Downloaded tinyvec v1.6.0
13842024-05-14T07:47:07.767Z Downloaded proc-macro-crate v1.3.1
13852024-05-14T07:47:07.767Z Downloaded untrusted v0.9.0
13862024-05-14T07:47:07.767Z Downloaded tui-tree-widget v0.19.0
13872024-05-14T07:47:07.767Z Downloaded hash32 v0.3.1
13882024-05-14T07:47:07.767Z Downloaded hash32 v0.2.1
13892024-05-14T07:47:07.767Z Downloaded crossbeam-channel v0.5.8
13902024-05-14T07:47:07.775Z Downloaded ref-cast-impl v1.0.22
13912024-05-14T07:47:07.775Z Downloaded der_derive v0.7.2
13922024-05-14T07:47:07.775Z Downloaded tinytemplate v1.2.1
13932024-05-14T07:47:07.775Z Downloaded uuid v1.8.0
13942024-05-14T07:47:07.784Z Downloaded env_logger v0.10.0
13952024-05-14T07:47:07.785Z Downloaded mio v0.8.11
13962024-05-14T07:47:07.798Z Downloaded minimal-lexical v0.2.1
13972024-05-14T07:47:07.798Z Downloaded tokio-stream v0.1.15
13982024-05-14T07:47:07.799Z Downloaded rust-argon2 v2.1.0
13992024-05-14T07:47:07.846Z Downloaded rstest v0.19.0
14002024-05-14T07:47:07.846Z Downloaded slog-scope v4.4.0
14012024-05-14T07:47:07.846Z Downloaded slog-json v2.6.1
14022024-05-14T07:47:07.846Z Downloaded scopeguard v1.2.0
14032024-05-14T07:47:07.847Z Downloaded schemars_derive v0.8.17
14042024-05-14T07:47:07.847Z Downloaded ring v0.17.8
14052024-05-14T07:47:07.879Z Downloaded zip v0.6.6
14062024-05-14T07:47:07.883Z Downloaded ena v0.14.2
14072024-05-14T07:47:07.883Z Downloaded owo-colors v4.0.0
14082024-05-14T07:47:07.883Z Downloaded yasna v0.5.2
14092024-05-14T07:47:07.883Z Downloaded postgres-types v0.2.6
14102024-05-14T07:47:07.887Z Downloaded pest_meta v2.7.6
14112024-05-14T07:47:07.888Z Downloaded base64 v0.21.7
14122024-05-14T07:47:07.893Z Downloaded unicode-bidi v0.3.15
14132024-05-14T07:47:07.893Z Downloaded tiny-keccak v2.0.2
14142024-05-14T07:47:07.897Z Downloaded flume v0.11.0
14152024-05-14T07:47:07.900Z Downloaded tokio-postgres v0.7.10
14162024-05-14T07:47:07.904Z Downloaded futures-channel v0.3.30
14172024-05-14T07:47:07.909Z Downloaded tar v0.4.40
14182024-05-14T07:47:07.909Z Downloaded siphasher v0.3.11
14192024-05-14T07:47:07.909Z Downloaded rtoolbox v0.0.1
14202024-05-14T07:47:07.914Z Downloaded ring v0.16.20
14212024-05-14T07:47:08.023Z Downloaded rpassword v7.3.1
14222024-05-14T07:47:08.038Z Downloaded schemars v0.8.17
14232024-05-14T07:47:08.038Z Downloaded base64 v0.22.1
14242024-05-14T07:47:08.054Z Downloaded proc-macro-error v1.0.4
14252024-05-14T07:47:08.054Z Downloaded predicates-tree v1.0.9
14262024-05-14T07:47:08.054Z Downloaded plain v0.2.3
14272024-05-14T07:47:08.055Z Downloaded pkg-config v0.3.27
14282024-05-14T07:47:08.055Z Downloaded omicron-zone-package v0.11.0
14292024-05-14T07:47:08.055Z Downloaded num_enum v0.5.11
14302024-05-14T07:47:08.066Z Downloaded futures-executor v0.3.30
14312024-05-14T07:47:08.066Z Downloaded usdt v0.5.0
14322024-05-14T07:47:08.066Z Downloaded float-cmp v0.9.0
14332024-05-14T07:47:08.066Z Downloaded ff v0.13.0
14342024-05-14T07:47:08.066Z Downloaded threadpool v1.8.1
14352024-05-14T07:47:08.067Z Downloaded thread_local v1.1.7
14362024-05-14T07:47:08.067Z Downloaded synstructure v0.12.6
14372024-05-14T07:47:08.067Z Downloaded digest v0.10.7
14382024-05-14T07:47:08.067Z Downloaded compact_str v0.7.1
14392024-05-14T07:47:08.067Z Downloaded serde_with_macros v3.7.0
14402024-05-14T07:47:08.074Z Downloaded serde_tokenstream v0.2.0
14412024-05-14T07:47:08.074Z Downloaded serde_tokenstream v0.1.7
14422024-05-14T07:47:08.074Z Downloaded hyper v1.1.0
14432024-05-14T07:47:08.083Z Downloaded socket2 v0.5.6
14442024-05-14T07:47:08.083Z Downloaded cc v1.0.83
14452024-05-14T07:47:08.083Z Downloaded once_cell v1.19.0
14462024-05-14T07:47:08.083Z Downloaded crossbeam-utils v0.8.19
14472024-05-14T07:47:08.083Z Downloaded ron v0.7.1
14482024-05-14T07:47:08.101Z Downloaded crossbeam-epoch v0.9.18
14492024-05-14T07:47:08.101Z Downloaded cookie v0.18.1
14502024-05-14T07:47:08.101Z Downloaded const-oid v0.9.6
14512024-05-14T07:47:08.112Z Downloaded clang-sys v1.6.1
14522024-05-14T07:47:08.112Z Downloaded mockall_derive v0.12.1
14532024-05-14T07:47:08.113Z Downloaded zerocopy-derive v0.7.32
14542024-05-14T07:47:08.113Z Downloaded cfg-expr v0.15.6
14552024-05-14T07:47:08.113Z Downloaded futures-core v0.3.30
14562024-05-14T07:47:08.113Z Downloaded tokio-rustls v0.25.0
14572024-05-14T07:47:08.113Z Downloaded tokio-rustls v0.24.1
14582024-05-14T07:47:08.113Z Downloaded serde_derive_internals v0.29.0
14592024-05-14T07:47:08.113Z Downloaded blake2 v0.10.6
14602024-05-14T07:47:08.113Z Downloaded rustls-native-certs v0.7.0
14612024-05-14T07:47:08.122Z Downloaded relative-path v1.9.0
14622024-05-14T07:47:08.122Z Downloaded zeroize v1.7.0
14632024-05-14T07:47:08.122Z Downloaded futures-task v0.3.30
14642024-05-14T07:47:08.122Z Downloaded console v0.15.8
14652024-05-14T07:47:08.122Z Downloaded ciborium v0.2.2
14662024-05-14T07:47:08.122Z Downloaded cfg-if v1.0.0
14672024-05-14T07:47:08.122Z Downloaded buf-list v1.0.3
14682024-05-14T07:47:08.122Z Downloaded cookie v0.17.0
14692024-05-14T07:47:08.126Z Downloaded indexmap v1.9.3
14702024-05-14T07:47:08.126Z Downloaded camino-tempfile v1.1.1
14712024-05-14T07:47:08.126Z Downloaded ahash v0.8.8
14722024-05-14T07:47:08.136Z Downloaded impl-trait-for-tuples v0.2.2
14732024-05-14T07:47:08.147Z Downloaded nibble_vec v0.1.0
14742024-05-14T07:47:08.147Z Downloaded lock_api v0.4.10
14752024-05-14T07:47:08.147Z Downloaded hyper-rustls v0.26.0
14762024-05-14T07:47:08.147Z Downloaded crc32fast v1.3.2
14772024-05-14T07:47:08.147Z Downloaded blake2b_simd v1.0.1
14782024-05-14T07:47:08.147Z Downloaded cast v0.3.0
14792024-05-14T07:47:08.148Z Downloaded cancel-safe-futures v0.1.5
14802024-05-14T07:47:08.148Z Downloaded assert_cmd v2.0.14
14812024-05-14T07:47:08.148Z Downloaded similar-asserts v1.5.0
14822024-05-14T07:47:08.164Z Downloaded rustc_version v0.1.7
14832024-05-14T07:47:08.164Z Downloaded bzip2 v0.4.4
14842024-05-14T07:47:08.164Z Downloaded bcs v0.1.6
14852024-05-14T07:47:08.164Z Downloaded ascii v1.1.0
14862024-05-14T07:47:08.165Z Downloaded lru-cache v0.1.2
14872024-05-14T07:47:08.165Z Downloaded mockall v0.12.1
14882024-05-14T07:47:08.165Z Downloaded itertools v0.10.5
14892024-05-14T07:47:08.173Z Downloaded ciborium-ll v0.2.2
14902024-05-14T07:47:08.173Z Downloaded cipher v0.4.4
14912024-05-14T07:47:08.173Z Downloaded bb8 v0.8.3
14922024-05-14T07:47:08.173Z Downloaded crossbeam-deque v0.8.3
14932024-05-14T07:47:08.173Z Downloaded convert_case v0.4.0
14942024-05-14T07:47:08.173Z Downloaded cobs v0.2.3
14952024-05-14T07:47:08.173Z Downloaded bytecount v0.6.3
14962024-05-14T07:47:08.173Z Downloaded lru v0.12.1
14972024-05-14T07:47:08.173Z Downloaded constant_time_eq v0.2.6
14982024-05-14T07:47:08.173Z Downloaded colored v2.1.0
14992024-05-14T07:47:08.174Z Downloaded lazy_static v1.4.0
15002024-05-14T07:47:08.174Z Downloaded hyper-tls v0.5.0
15012024-05-14T07:47:08.174Z Downloaded memmap v0.7.0
15022024-05-14T07:47:08.174Z Downloaded cookie_store v0.20.0
15032024-05-14T07:47:08.179Z Downloaded arrayvec v0.7.4
15042024-05-14T07:47:08.179Z Downloaded block-padding v0.3.3
15052024-05-14T07:47:08.179Z Downloaded bitflags v1.3.2
15062024-05-14T07:47:08.187Z Downloaded async-recursion v1.1.1
15072024-05-14T07:47:08.187Z Downloaded aead v0.5.2
15082024-05-14T07:47:08.187Z Downloaded ipnet v2.9.0
15092024-05-14T07:47:08.196Z Downloaded httparse v1.8.0
15102024-05-14T07:47:08.196Z Downloaded heck v0.4.1
15112024-05-14T07:47:08.197Z Downloaded http-body v1.0.0
15122024-05-14T07:47:08.197Z Downloaded atty v0.2.14
15132024-05-14T07:47:08.197Z Downloaded hex v0.4.3
15142024-05-14T07:47:08.198Z Downloaded crypto-bigint v0.5.2
15152024-05-14T07:47:08.206Z Downloaded crucible-workspace-hack v0.1.0
15162024-05-14T07:47:08.206Z Downloaded crunchy v0.2.2
15172024-05-14T07:47:08.206Z Downloaded assert_matches v1.5.0
15182024-05-14T07:47:08.206Z Downloaded base16ct v0.2.0
15192024-05-14T07:47:08.207Z Downloaded hmac v0.12.1
15202024-05-14T07:47:08.207Z Downloaded backoff v0.4.0
15212024-05-14T07:47:08.207Z Downloaded ascii-canvas v3.0.0
15222024-05-14T07:47:08.777Z Compiling libc v0.2.153
15232024-05-14T07:47:08.786Z Compiling serde v1.0.201
15242024-05-14T07:47:08.786Z Compiling version_check v0.9.4
15252024-05-14T07:47:08.786Z Checking cfg-if v1.0.0
15262024-05-14T07:47:08.844Z Compiling lock_api v0.4.10
15272024-05-14T07:47:08.856Z Compiling parking_lot_core v0.9.8
15282024-05-14T07:47:08.917Z Compiling syn v2.0.60
15292024-05-14T07:47:08.937Z Compiling once_cell v1.19.0
15302024-05-14T07:47:08.949Z Compiling libm v0.2.7
15312024-05-14T07:47:09.324Z Compiling num-traits v0.2.19
15322024-05-14T07:47:09.337Z Compiling memchr v2.7.1
15332024-05-14T07:47:09.337Z Compiling serde_json v1.0.116
15342024-05-14T07:47:09.375Z Compiling byteorder v1.5.0
15352024-05-14T07:47:09.612Z Compiling ahash v0.8.8
15362024-05-14T07:47:09.848Z Compiling syn v1.0.109
15372024-05-14T07:47:09.860Z Checking log v0.4.21
15382024-05-14T07:47:10.017Z Compiling slab v0.4.9
15392024-05-14T07:47:10.461Z Checking itoa v1.0.9
15402024-05-14T07:47:10.474Z Compiling typenum v1.16.0
15412024-05-14T07:47:10.506Z Compiling generic-array v0.14.7
15422024-05-14T07:47:10.723Z Checking getrandom v0.2.12
15432024-05-14T07:47:11.036Z Compiling cc v1.0.83
15442024-05-14T07:47:11.075Z Checking scopeguard v1.2.0
15452024-05-14T07:47:11.121Z Checking smallvec v1.13.1
15462024-05-14T07:47:11.134Z Compiling allocator-api2 v0.2.16
15472024-05-14T07:47:11.608Z Compiling pkg-config v0.3.27
15482024-05-14T07:47:11.628Z Compiling rustix v0.38.31
15492024-05-14T07:47:11.732Z Compiling schemars v0.8.17
15502024-05-14T07:47:11.852Z Compiling httparse v1.8.0
15512024-05-14T07:47:12.099Z Checking parking_lot v0.12.1
15522024-05-14T07:47:12.116Z Checking pin-project-lite v0.2.13
15532024-05-14T07:47:12.250Z Compiling time-core v0.1.2
15542024-05-14T07:47:12.298Z Compiling num-conv v0.1.0
15552024-05-14T07:47:12.441Z Compiling fnv v1.0.7
15562024-05-14T07:47:12.582Z Checking signal-hook-registry v1.4.1
15572024-05-14T07:47:12.587Z Compiling time-macros v0.2.17
15582024-05-14T07:47:12.776Z Compiling vcpkg v0.2.15
15592024-05-14T07:47:12.794Z Checking mio v0.8.11
15602024-05-14T07:47:13.139Z Compiling heck v0.4.1
15612024-05-14T07:47:13.499Z Checking ryu v1.0.15
15622024-05-14T07:47:13.632Z Compiling aho-corasick v1.1.2
15632024-05-14T07:47:13.815Z Compiling ring v0.17.8
15642024-05-14T07:47:15.048Z Compiling openssl-sys v0.9.102
15652024-05-14T07:47:15.108Z Compiling regex-syntax v0.8.2
15662024-05-14T07:47:16.037Z Checking rand_core v0.6.4
15672024-05-14T07:47:16.339Z Compiling serde_derive_internals v0.29.0
15682024-05-14T07:47:17.044Z Checking num_cpus v1.16.0
15692024-05-14T07:47:17.149Z Checking futures-core v0.3.30
15702024-05-14T07:47:17.314Z Compiling ring v0.16.20
15712024-05-14T07:47:17.424Z Checking socket2 v0.5.6
15722024-05-14T07:47:18.321Z Compiling regex-automata v0.4.5
15732024-05-14T07:47:18.761Z Compiling openssl v0.10.64
15742024-05-14T07:47:19.197Z Compiling slog v2.7.0
15752024-05-14T07:47:19.595Z Compiling rustversion v1.0.14
15762024-05-14T07:47:20.062Z Compiling ucd-trie v0.1.6
15772024-05-14T07:47:20.330Z Compiling crossbeam-utils v0.8.19
15782024-05-14T07:47:20.967Z Compiling rustls v0.21.9
15792024-05-14T07:47:21.235Z Compiling native-tls v0.2.11
15802024-05-14T07:47:21.271Z Compiling iana-time-zone v0.1.57
15812024-05-14T07:47:21.286Z Compiling cookie v0.17.0
15822024-05-14T07:47:21.561Z Checking spin v0.5.2
15832024-05-14T07:47:21.665Z Compiling backtrace v0.3.69
15842024-05-14T07:47:21.681Z Checking futures-sink v0.3.30
15852024-05-14T07:47:22.169Z Compiling dyn-clone v1.0.17
15862024-05-14T07:47:22.191Z Compiling anyhow v1.0.83
15872024-05-14T07:47:22.192Z Checking pin-utils v0.1.0
15882024-05-14T07:47:22.192Z Checking futures-channel v0.3.30
15892024-05-14T07:47:22.665Z Compiling tinyvec_macros v0.1.1
15902024-05-14T07:47:22.757Z Checking futures-task v0.3.30
15912024-05-14T07:47:22.769Z Checking futures-io v0.3.30
15922024-05-14T07:47:22.792Z Compiling tinyvec v1.6.0
15932024-05-14T07:47:22.814Z Compiling thread-id v4.2.0
15942024-05-14T07:47:23.080Z Compiling serde_derive v1.0.201
15952024-05-14T07:47:23.097Z Compiling zerocopy-derive v0.7.32
15962024-05-14T07:47:23.664Z Compiling thiserror-impl v1.0.59
15972024-05-14T07:47:23.989Z Compiling zeroize_derive v1.4.2
15982024-05-14T07:47:24.155Z Compiling tokio-macros v2.2.0
15992024-05-14T07:47:24.310Z Compiling futures-macro v0.3.30
16002024-05-14T07:47:24.880Z Compiling tracing-attributes v0.1.27
16012024-05-14T07:47:25.486Z Compiling zerocopy v0.7.32
16022024-05-14T07:47:25.619Z Compiling schemars_derive v0.8.17
16032024-05-14T07:47:26.299Z Compiling regex v1.10.4
16042024-05-14T07:47:26.476Z Checking zeroize v1.7.0
16052024-05-14T07:47:26.775Z Compiling openssl-macros v0.1.1
16062024-05-14T07:47:27.079Z Compiling thiserror v1.0.59
16072024-05-14T07:47:27.216Z Compiling pest v2.7.6
16082024-05-14T07:47:27.517Z Compiling hashbrown v0.14.3
16092024-05-14T07:47:28.002Z Compiling async-trait v0.1.80
16102024-05-14T07:47:28.751Z Compiling scroll_derive v0.12.0
16112024-05-14T07:47:28.800Z Checking futures-util v0.3.30
16122024-05-14T07:47:29.222Z Compiling unicode-normalization v0.1.22
16132024-05-14T07:47:29.481Z Compiling der_derive v0.7.2
16142024-05-14T07:47:30.035Z Compiling pest_meta v2.7.6
16152024-05-14T07:47:30.672Z Compiling unicode-bidi v0.3.15
16162024-05-14T07:47:30.683Z Compiling errno v0.3.8
16172024-05-14T07:47:30.712Z Compiling crc32fast v1.3.2
16182024-05-14T07:47:31.217Z Compiling either v1.11.0
16192024-05-14T07:47:31.242Z Compiling pest_generator v2.7.6
16202024-05-14T07:47:31.628Z Compiling unicode-width v0.1.11
16212024-05-14T07:47:31.771Z Checking subtle v2.5.0
16222024-05-14T07:47:32.455Z Compiling scroll v0.12.0
16232024-05-14T07:47:32.579Z Compiling usdt-impl v0.5.0
16242024-05-14T07:47:33.095Z Compiling plain v0.2.3
16252024-05-14T07:47:33.096Z Compiling winnow v0.5.15
16262024-05-14T07:47:33.894Z Compiling goblin v0.8.0
16272024-05-14T07:47:35.013Z Compiling spin v0.9.8
16282024-05-14T07:47:35.032Z Compiling pest_derive v2.7.6
16292024-05-14T07:47:35.041Z Compiling tracing-core v0.1.32
16302024-05-14T07:47:35.852Z Compiling pretty-hex v0.4.1
16312024-05-14T07:47:35.864Z Compiling const-oid v0.9.6
16322024-05-14T07:47:35.864Z Compiling dtrace-parser v0.2.0
16332024-05-14T07:47:36.479Z Compiling tracing v0.1.40
16342024-05-14T07:47:36.718Z Compiling percent-encoding v2.3.1
16352024-05-14T07:47:37.057Z Checking bytes v1.6.0
16362024-05-14T07:47:37.575Z Checking bitflags v2.4.2
16372024-05-14T07:47:37.601Z Checking chrono v0.4.38
16382024-05-14T07:47:37.740Z Compiling clap_derive v4.5.4
16392024-05-14T07:47:37.780Z Compiling untrusted v0.7.1
16402024-05-14T07:47:37.801Z Checking tokio v1.37.0
16412024-05-14T07:47:38.221Z Compiling indexmap v2.2.6
16422024-05-14T07:47:39.618Z Compiling serde_tokenstream v0.2.0
16432024-05-14T07:47:40.071Z Compiling uuid v1.8.0
16442024-05-14T07:47:40.108Z Compiling semver v1.0.22
16452024-05-14T07:47:40.136Z Compiling http v0.2.12
16462024-05-14T07:47:40.876Z Compiling serde_spanned v0.6.5
16472024-05-14T07:47:41.100Z Compiling toml_datetime v0.6.5
16482024-05-14T07:47:41.129Z Compiling rustc_version v0.4.0
16492024-05-14T07:47:41.940Z Compiling toml_edit v0.19.15
16502024-05-14T07:47:42.922Z Compiling openapiv3 v2.0.0
16512024-05-14T07:47:44.174Z Compiling dof v0.3.0
16522024-05-14T07:47:44.258Z Compiling foreign-types-shared v0.1.1
16532024-05-14T07:47:44.339Z Compiling untrusted v0.9.0
16542024-05-14T07:47:44.755Z Compiling powerfmt v0.2.0
16552024-05-14T07:47:44.921Z Compiling signal-hook v0.3.17
16562024-05-14T07:47:45.155Z Compiling deranged v0.3.11
16572024-05-14T07:47:45.999Z Compiling foreign-types v0.3.2
16582024-05-14T07:47:46.551Z Compiling usdt-macro v0.5.0
16592024-05-14T07:47:46.569Z Compiling usdt-attr-macro v0.5.0
16602024-05-14T07:47:47.244Z Compiling form_urlencoded v1.2.1
16612024-05-14T07:47:47.511Z Compiling crypto-common v0.1.6
16622024-05-14T07:47:47.546Z Compiling zerocopy-derive v0.6.6
16632024-05-14T07:47:47.749Z Compiling base64 v0.21.7
16642024-05-14T07:47:48.216Z Compiling num_threads v0.1.6
16652024-05-14T07:47:48.351Z Compiling try-lock v0.2.4
16662024-05-14T07:47:48.502Z Compiling siphasher v0.3.11
16672024-05-14T07:47:48.526Z Compiling want v0.3.1
16682024-05-14T07:47:48.810Z Compiling time v0.3.34
16692024-05-14T07:47:48.899Z Compiling sct v0.7.0
16702024-05-14T07:47:49.196Z Compiling rustls-webpki v0.101.7
16712024-05-14T07:47:49.619Z Compiling http-body v0.4.5
16722024-05-14T07:47:49.630Z Compiling tokio-util v0.7.10
16732024-05-14T07:47:49.909Z Compiling block-buffer v0.10.4
16742024-05-14T07:47:50.091Z Compiling idna v0.5.0
16752024-05-14T07:47:50.172Z Compiling bzip2-sys v0.1.11+1.0.8
16762024-05-14T07:47:50.639Z Compiling tower-service v0.3.2
16772024-05-14T07:47:50.758Z Compiling h2 v0.3.26
16782024-05-14T07:47:51.117Z Compiling httpdate v1.0.3
16792024-05-14T07:47:51.130Z Compiling openssl-probe v0.1.5
16802024-05-14T07:47:51.452Z Compiling url v2.5.0
16812024-05-14T07:47:51.628Z Compiling digest v0.10.7
16822024-05-14T07:47:52.263Z Compiling heapless v0.7.16
16832024-05-14T07:47:52.600Z Compiling idna v0.3.0
16842024-05-14T07:47:52.727Z Compiling lazy_static v1.4.0
16852024-05-14T07:47:53.398Z Compiling adler v1.0.2
16862024-05-14T07:47:53.637Z Compiling psl-types v2.0.11
16872024-05-14T07:47:53.825Z Checking equivalent v1.0.1
16882024-05-14T07:47:53.932Z Compiling ppv-lite86 v0.2.17
16892024-05-14T07:47:54.228Z Compiling publicsuffix v2.2.3
16902024-05-14T07:47:54.706Z Compiling rand_chacha v0.3.1
16912024-05-14T07:47:55.352Z Compiling crossbeam-epoch v0.9.18
16922024-05-14T07:47:55.858Z Compiling tokio-rustls v0.24.1
16932024-05-14T07:47:56.354Z Compiling tokio-native-tls v0.3.1
16942024-05-14T07:47:56.379Z Compiling miniz_oxide v0.7.1
16952024-05-14T07:47:56.380Z Compiling bit-vec v0.6.3
16962024-05-14T07:47:56.407Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16972024-05-14T07:47:56.706Z Compiling ipnet v2.9.0
16982024-05-14T07:47:56.869Z Compiling cookie_store v0.20.0
16992024-05-14T07:47:57.389Z Compiling rand v0.8.5
17002024-05-14T07:47:57.809Z Compiling hyper v0.14.28
17012024-05-14T07:47:57.836Z Compiling phf_shared v0.10.0
17022024-05-14T07:47:57.974Z Compiling rustls-pemfile v1.0.3
17032024-05-14T07:47:58.444Z Compiling serde_urlencoded v0.7.1
17042024-05-14T07:47:58.500Z Compiling encoding_rs v0.8.33
17052024-05-14T07:47:58.500Z Compiling num-bigint v0.4.4
17062024-05-14T07:47:58.796Z Compiling new_debug_unreachable v1.0.4
17072024-05-14T07:48:00.119Z Compiling base64ct v1.6.0
17082024-05-14T07:48:00.119Z Compiling mime v0.3.17
17092024-05-14T07:48:00.120Z Compiling webpki-roots v0.25.2
17102024-05-14T07:48:00.120Z Compiling precomputed-hash v0.1.1
17112024-05-14T07:48:00.120Z Compiling gimli v0.28.0
17122024-05-14T07:48:00.120Z Compiling minimal-lexical v0.2.1
17132024-05-14T07:48:00.121Z Compiling fixedbitset v0.4.2
17142024-05-14T07:48:00.121Z Compiling sync_wrapper v0.1.2
17152024-05-14T07:48:00.121Z Compiling smoltcp v0.9.1
17162024-05-14T07:48:00.121Z Compiling nom v7.1.3
17172024-05-14T07:48:00.121Z Compiling petgraph v0.6.4
17182024-05-14T07:48:00.515Z Compiling string_cache v0.8.7
17192024-05-14T07:48:00.996Z Compiling pem-rfc7468 v0.7.0
17202024-05-14T07:48:01.582Z Compiling bit-set v0.5.3
17212024-05-14T07:48:01.642Z Compiling hmac v0.12.1
17222024-05-14T07:48:01.846Z Compiling itertools v0.10.5
17232024-05-14T07:48:01.872Z Compiling enum-as-inner v0.5.1
17242024-05-14T07:48:02.062Z Compiling hubpack_derive v0.1.1
17252024-05-14T07:48:02.917Z Compiling diesel_table_macro_syntax v0.1.0
17262024-05-14T07:48:02.994Z Compiling object v0.32.1
17272024-05-14T07:48:03.360Z Compiling flagset v0.4.3
17282024-05-14T07:48:03.564Z Compiling addr2line v0.21.0
17292024-05-14T07:48:03.677Z Compiling unicode-segmentation v1.10.1
17302024-05-14T07:48:03.697Z Compiling rustc-demangle v0.1.23
17312024-05-14T07:48:03.887Z Compiling lalrpop-util v0.19.12
17322024-05-14T07:48:04.196Z Compiling toml_edit v0.22.12
17332024-05-14T07:48:04.467Z Compiling hyper-rustls v0.24.2
17342024-05-14T07:48:04.606Z Compiling hyper-tls v0.5.0
17352024-05-14T07:48:04.632Z Compiling der v0.7.8
17362024-05-14T07:48:05.053Z Compiling diesel_derives v2.1.2
17372024-05-14T07:48:05.054Z Compiling flate2 v1.0.30
17382024-05-14T07:48:05.054Z Compiling futures-executor v0.3.30
17392024-05-14T07:48:05.054Z Compiling reqwest v0.11.27
17402024-05-14T07:48:05.964Z Compiling cpufeatures v0.2.12
17412024-05-14T07:48:05.968Z Compiling sha2 v0.10.8
17422024-05-14T07:48:07.754Z Compiling spki v0.7.2
17432024-05-14T07:48:07.969Z Compiling futures v0.3.30
17442024-05-14T07:48:08.130Z Compiling md-5 v0.10.5
17452024-05-14T07:48:08.390Z Compiling toml v0.7.8
17462024-05-14T07:48:08.713Z Compiling hex v0.4.3
17472024-05-14T07:48:09.307Z Compiling stringprep v0.1.3
17482024-05-14T07:48:09.393Z Compiling strum_macros v0.25.2
17492024-05-14T07:48:09.460Z Compiling serde_repr v0.1.16
17502024-05-14T07:48:10.660Z Compiling num-integer v0.1.46
17512024-05-14T07:48:10.975Z Compiling hash32 v0.2.1
17522024-05-14T07:48:11.253Z Checking unicode-ident v1.0.12
17532024-05-14T07:48:11.362Z Compiling stable_deref_trait v1.2.0
17542024-05-14T07:48:11.409Z Compiling fallible-iterator v0.2.0
17552024-05-14T07:48:11.459Z Compiling pkcs8 v0.10.2
17562024-05-14T07:48:12.109Z Compiling postgres-protocol v0.6.6
17572024-05-14T07:48:12.669Z Compiling phf_shared v0.11.2
17582024-05-14T07:48:12.872Z Compiling terminal_size v0.3.0
17592024-05-14T07:48:13.084Z Compiling ff v0.13.0
17602024-05-14T07:48:13.317Z Compiling block-padding v0.3.3
17612024-05-14T07:48:13.320Z Compiling scheduled-thread-pool v0.2.7
17622024-05-14T07:48:13.565Z Compiling base16ct v0.2.0
17632024-05-14T07:48:13.699Z Compiling matches v0.1.10
17642024-05-14T07:48:14.136Z Compiling peg-runtime v0.8.3
17652024-05-14T07:48:14.638Z Compiling managed v0.8.0
17662024-05-14T07:48:14.638Z Compiling bitflags v1.3.2
17672024-05-14T07:48:14.638Z Compiling regex-automata v0.1.10
17682024-05-14T07:48:14.638Z Compiling clap_builder v4.5.2
17692024-05-14T07:48:14.638Z Compiling idna v0.2.3
17702024-05-14T07:48:14.638Z Compiling bstr v0.2.17
17712024-05-14T07:48:14.638Z Compiling sec1 v0.7.3
17722024-05-14T07:48:14.944Z Compiling r2d2 v0.8.10
17732024-05-14T07:48:15.324Z Compiling inout v0.1.3
17742024-05-14T07:48:15.589Z Compiling group v0.13.0
17752024-05-14T07:48:15.756Z Compiling signal-hook-mio v0.2.3
17762024-05-14T07:48:15.892Z Compiling phf v0.11.2
17772024-05-14T07:48:15.933Z Compiling postgres-types v0.2.6
17782024-05-14T07:48:15.937Z Compiling bzip2 v0.4.4
17792024-05-14T07:48:16.317Z Compiling hubpack v0.1.2
17802024-05-14T07:48:16.345Z Compiling hkdf v0.12.4
17812024-05-14T07:48:16.753Z Compiling zerocopy v0.6.6
17822024-05-14T07:48:16.881Z Compiling ipnetwork v0.20.0
17832024-05-14T07:48:17.454Z Compiling crypto-bigint v0.5.2
17842024-05-14T07:48:17.642Z Compiling float-cmp v0.9.0
17852024-05-14T07:48:17.780Z Compiling memmap v0.7.0
17862024-05-14T07:48:18.063Z Compiling normalize-line-endings v0.3.0
17872024-05-14T07:48:18.139Z Compiling data-encoding v2.4.0
17882024-05-14T07:48:18.193Z Compiling predicates-core v1.0.6
17892024-05-14T07:48:18.550Z Compiling static_assertions v1.1.0
17902024-05-14T07:48:18.650Z Compiling whoami v1.5.1
17912024-05-14T07:48:19.281Z Compiling difflib v0.4.0
17922024-05-14T07:48:19.635Z Compiling elliptic-curve v0.13.8
17932024-05-14T07:48:20.426Z Compiling predicates v3.1.0
17942024-05-14T07:48:20.440Z Compiling yasna v0.5.2
17952024-05-14T07:48:20.484Z Compiling tokio-postgres v0.7.10
17962024-05-14T07:48:20.874Z Compiling diesel v2.1.6
17972024-05-14T07:48:20.884Z Compiling trust-dns-proto v0.22.0
17982024-05-14T07:48:20.923Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17992024-05-14T07:48:22.374Z Compiling usdt v0.5.0
18002024-05-14T07:48:22.901Z Compiling clap v4.5.4
18012024-05-14T07:48:23.049Z Compiling zip v0.6.6
18022024-05-14T07:48:23.393Z Compiling crossterm v0.27.0
18032024-05-14T07:48:24.258Z Compiling cipher v0.4.4
18042024-05-14T07:48:24.833Z Compiling similar v2.4.0
18052024-05-14T07:48:24.861Z Checking proc-macro2 v1.0.81
18062024-05-14T07:48:25.539Z Compiling num-iter v0.1.45
18072024-05-14T07:48:25.676Z Compiling console v0.15.8
18082024-05-14T07:48:25.717Z Compiling tokio-stream v0.1.15
18092024-05-14T07:48:26.538Z Compiling bstr v1.9.0
18102024-05-14T07:48:26.714Z Checking quote v1.0.36
18112024-05-14T07:48:31.881Z Checking utf8parse v0.2.1
18122024-05-14T07:48:35.307Z Checking anstyle v1.0.7
18132024-05-14T07:48:36.622Z Checking anstyle-parse v0.2.1
18142024-05-14T07:48:36.839Z Checking anstyle-query v1.0.0
18152024-05-14T07:48:36.840Z Checking colorchoice v1.0.0
18162024-05-14T07:48:36.979Z Checking anstream v0.6.11
18172024-05-14T07:48:37.278Z Checking clap_lex v0.7.0
18182024-05-14T07:48:37.372Z Checking strsim v0.11.0
18192024-05-14T07:48:40.821Z Checking winnow v0.6.1
18202024-05-14T07:48:49.659Z Compiling regress v0.9.1
18212024-05-14T07:48:50.441Z Compiling getopts v0.2.21
18222024-05-14T07:48:50.527Z Compiling unsafe-libyaml v0.2.10
18232024-05-14T07:48:50.777Z Checking heck v0.5.0
18242024-05-14T07:48:51.449Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18252024-05-14T07:48:51.765Z Compiling serde_yaml v0.9.25
18262024-05-14T07:48:52.408Z Checking is-terminal v0.4.9
18272024-05-14T07:48:52.622Z Checking camino v1.1.6
18282024-05-14T07:48:52.644Z Checking base64 v0.22.1
18292024-05-14T07:48:52.644Z Compiling strsim v0.10.0
18302024-05-14T07:48:52.970Z Compiling ident_case v1.0.1
18312024-05-14T07:48:53.058Z Checking sha1 v0.10.6
18322024-05-14T07:48:53.156Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
18332024-05-14T07:48:53.335Z Compiling darling_core v0.20.8
18342024-05-14T07:48:53.430Z Checking http v1.0.0
18352024-05-14T07:48:54.656Z Compiling paste v1.0.14
18362024-05-14T07:48:54.682Z Compiling strum_macros v0.26.1
18372024-05-14T07:48:55.675Z Checking rustls-pki-types v1.3.0
18382024-05-14T07:48:55.696Z Checking match_cfg v0.1.0
18392024-05-14T07:48:55.732Z Checking fastrand v2.0.1
18402024-05-14T07:48:55.909Z Checking hostname v0.3.1
18412024-05-14T07:48:56.047Z Checking tempfile v3.10.1
18422024-05-14T07:48:56.387Z Checking dirs-sys-next v0.1.2
18432024-05-14T07:48:56.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442024-05-14T07:48:56.571Z Checking quick-error v1.2.3
18452024-05-14T07:48:56.630Z Checking dirs-next v2.0.0
18462024-05-14T07:48:57.101Z Checking crossbeam-channel v0.5.8
18472024-05-14T07:48:57.122Z Checking thread_local v1.1.7
18482024-05-14T07:48:57.122Z Compiling rustls v0.22.4
18492024-05-14T07:48:57.122Z Compiling slog-async v2.8.0
18502024-05-14T07:48:57.272Z Checking term v0.7.0
18512024-05-14T07:48:57.699Z Checking rustls-webpki v0.102.1
18522024-05-14T07:48:57.824Z Checking instant v0.1.12
18532024-05-14T07:48:57.825Z Checking take_mut v0.2.2
18542024-05-14T07:48:57.825Z Checking rustls-pemfile v2.1.2
18552024-05-14T07:48:57.825Z Checking slog-term v2.9.1
18562024-05-14T07:48:57.835Z Compiling multer v3.1.0
18572024-05-14T07:48:58.023Z Checking debug-ignore v1.0.5
18582024-05-14T07:48:58.145Z Checking toml v0.8.12
18592024-05-14T07:48:58.183Z Checking slog-json v2.6.1
18602024-05-14T07:48:58.241Z Compiling async-stream-impl v0.3.5
18612024-05-14T07:48:58.448Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18622024-05-14T07:48:58.738Z Checking atomic-waker v1.1.1
18632024-05-14T07:48:58.866Z Checking waitgroup v0.1.2
18642024-05-14T07:48:58.925Z Checking slog-bunyan v2.5.0
18652024-05-14T07:48:59.085Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18662024-05-14T07:48:59.410Z Checking serde_path_to_error v0.1.16
18672024-05-14T07:48:59.757Z Checking async-stream v0.3.5
18682024-05-14T07:48:59.929Z Checking hostname v0.4.0
18692024-05-14T07:49:00.032Z Checking newtype-uuid v1.1.0
18702024-05-14T07:49:00.046Z Checking strum v0.26.2
18712024-05-14T07:49:00.070Z Checking wait-timeout v0.2.0
18722024-05-14T07:49:00.194Z Compiling structmeta-derive v0.3.0
18732024-05-14T07:49:00.248Z Checking rusty-fork v0.3.0
18742024-05-14T07:49:00.263Z Compiling structmeta-derive v0.2.0
18752024-05-14T07:49:00.470Z Compiling darling_macro v0.20.8
18762024-05-14T07:49:00.539Z Checking rand_xorshift v0.3.0
18772024-05-14T07:49:00.712Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18782024-05-14T07:49:01.416Z Checking unarray v0.1.4
18792024-05-14T07:49:01.443Z Checking proptest v1.4.0
18802024-05-14T07:49:01.443Z Checking backoff v0.4.0
18812024-05-14T07:49:01.493Z Checking tokio-rustls v0.25.0
18822024-05-14T07:49:01.532Z Compiling darling v0.20.8
18832024-05-14T07:49:01.625Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18842024-05-14T07:49:01.658Z Compiling serde_with_macros v3.7.0
18852024-05-14T07:49:02.428Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18862024-05-14T07:49:02.566Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18872024-05-14T07:49:02.817Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18882024-05-14T07:49:03.417Z Compiling structmeta v0.3.0
18892024-05-14T07:49:03.455Z Compiling structmeta v0.2.0
18902024-05-14T07:49:03.695Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18912024-05-14T07:49:03.847Z Checking macaddr v1.0.1
18922024-05-14T07:49:03.867Z Compiling parse-display-derive v0.9.0
18932024-05-14T07:49:03.885Z Compiling test-strategy v0.3.1
18942024-05-14T07:49:04.169Z Compiling proc-macro-error-attr v1.0.4
18952024-05-14T07:49:04.544Z Compiling proc-macro-error v1.0.4
18962024-05-14T07:49:04.902Z Checking serde_with v3.7.0
18972024-05-14T07:49:05.606Z Compiling proc-macro-crate v1.3.1
18982024-05-14T07:49:05.642Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18992024-05-14T07:49:06.482Z Checking camino-tempfile v1.1.1
19002024-05-14T07:49:06.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19012024-05-14T07:49:06.990Z Compiling foreign-types-macros v0.2.3
19022024-05-14T07:49:06.990Z Checking foreign-types-shared v0.3.1
19032024-05-14T07:49:06.990Z Compiling num_enum_derive v0.5.11
19042024-05-14T07:49:06.990Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19052024-05-14T07:49:07.399Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19062024-05-14T07:49:07.923Z Checking cstr-argument v0.1.2
19072024-05-14T07:49:08.064Z Checking foreign-types v0.5.0
19082024-05-14T07:49:08.139Z Checking pretty-hex v0.2.1
19092024-05-14T07:49:08.172Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19102024-05-14T07:49:08.279Z Checking tabwriter v1.4.0
19112024-05-14T07:49:08.297Z Checking colored v2.1.0
19122024-05-14T07:49:08.394Z Checking socket2 v0.4.9
19132024-05-14T07:49:08.491Z Checking smf v0.2.3
19142024-05-14T07:49:08.518Z Checking humantime v2.1.0
19152024-05-14T07:49:08.563Z Checking termcolor v1.2.0
19162024-05-14T07:49:08.778Z Checking arc-swap v1.6.0
19172024-05-14T07:49:08.841Z Checking utf-8 v0.7.6
19182024-05-14T07:49:08.912Z Checking parse-display v0.9.0
19192024-05-14T07:49:08.950Z Checking newline-converter v0.3.0
19202024-05-14T07:49:08.962Z Checking xattr v1.0.1
19212024-05-14T07:49:09.026Z Checking filetime v0.2.23
19222024-05-14T07:49:09.088Z Checking same-file v1.0.6
19232024-05-14T07:49:09.134Z Checking expectorate v1.1.0
19242024-05-14T07:49:09.153Z Checking tungstenite v0.20.1
19252024-05-14T07:49:09.187Z Checking slog-scope v4.4.0
19262024-05-14T07:49:09.214Z Checking tar v0.4.40
19272024-05-14T07:49:09.248Z Checking walkdir v2.5.0
19282024-05-14T07:49:09.272Z Compiling heapless v0.8.0
19292024-05-14T07:49:09.369Z Checking slog-stdlog v4.1.1
19302024-05-14T07:49:09.484Z Checking num_enum v0.5.11
19312024-05-14T07:49:09.518Z Checking termtree v0.4.1
19322024-05-14T07:49:09.554Z Checking slog-envlogger v2.2.0
19332024-05-14T07:49:09.657Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19342024-05-14T07:49:09.720Z Checking predicates-tree v1.0.9
19352024-05-14T07:49:09.763Z Checking hash32 v0.3.1
19362024-05-14T07:49:09.867Z Compiling smoltcp v0.11.0
19372024-05-14T07:49:09.899Z Checking cobs v0.2.3
19382024-05-14T07:49:09.914Z Compiling crucible-workspace-hack v0.1.0
19392024-05-14T07:49:09.942Z Checking embedded-io v0.4.0
19402024-05-14T07:49:09.966Z Checking tokio-tungstenite v0.20.1
19412024-05-14T07:49:10.070Z Checking sigpipe v0.1.3
19422024-05-14T07:49:10.138Z Checking postcard v1.0.8
19432024-05-14T07:49:10.168Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19442024-05-14T07:49:10.208Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19452024-05-14T07:49:10.446Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19462024-05-14T07:49:10.458Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19472024-05-14T07:49:10.544Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19482024-05-14T07:49:10.634Z Checking atty v0.2.14
19492024-05-14T07:49:10.745Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19502024-05-14T07:49:10.831Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19512024-05-14T07:49:10.973Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19522024-05-14T07:49:11.307Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19532024-05-14T07:49:11.326Z Compiling mockall_derive v0.12.1
19542024-05-14T07:49:11.393Z Compiling num-derive v0.4.0
19552024-05-14T07:49:11.503Z Checking downcast v0.11.0
19562024-05-14T07:49:11.703Z Checking fragile v2.0.0
19572024-05-14T07:49:11.966Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19582024-05-14T07:49:12.187Z Checking pem v3.0.4
19592024-05-14T07:49:12.326Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19602024-05-14T07:49:12.794Z Checking env_logger v0.9.3
19612024-05-14T07:49:12.794Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-05-14T07:49:12.860Z Compiling bitstruct_derive v0.1.0
19632024-05-14T07:49:12.970Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-05-14T07:49:13.159Z Checking ascii v1.1.0
19652024-05-14T07:49:13.655Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-05-14T07:49:13.655Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19672024-05-14T07:49:13.655Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19682024-05-14T07:49:13.655Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-05-14T07:49:13.820Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19702024-05-14T07:49:13.846Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19712024-05-14T07:49:13.951Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19722024-05-14T07:49:14.118Z Checking serde_arrays v0.1.0
19732024-05-14T07:49:14.228Z Checking erased-serde v0.3.31
19742024-05-14T07:49:14.256Z Checking bitstruct v0.1.1
19752024-05-14T07:49:14.278Z Compiling heck v0.3.3
19762024-05-14T07:49:14.369Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19772024-05-14T07:49:14.385Z Checking tungstenite v0.21.0
19782024-05-14T07:49:14.664Z Compiling zone_cfg_derive v0.1.2
19792024-05-14T07:49:14.684Z Checking base64 v0.13.1
19802024-05-14T07:49:15.088Z Checking ron v0.7.1
19812024-05-14T07:49:15.196Z Checking tokio-tungstenite v0.21.0
19822024-05-14T07:49:15.301Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19832024-05-14T07:49:15.320Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-05-14T07:49:16.174Z Checking zone v0.1.8
19852024-05-14T07:49:16.226Z Checking headers-core v0.2.0
19862024-05-14T07:49:16.490Z Checking portpicker v0.1.1
19872024-05-14T07:49:16.567Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19882024-05-14T07:49:16.692Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19892024-05-14T07:49:16.709Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19902024-05-14T07:49:16.820Z Checking headers v0.3.9
19912024-05-14T07:49:16.945Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19922024-05-14T07:49:16.990Z Checking rcgen v0.12.1
19932024-05-14T07:49:17.233Z Checking atomicwrites v0.4.3
19942024-05-14T07:49:17.319Z Checking subprocess v0.2.9
19952024-05-14T07:49:17.394Z Checking linked-hash-map v0.5.6
19962024-05-14T07:49:17.630Z Checking password-hash v0.5.0
19972024-05-14T07:49:17.731Z Checking lru-cache v0.1.2
19982024-05-14T07:49:17.865Z Checking blake2 v0.10.6
19992024-05-14T07:49:17.892Z Checking swrite v0.1.0
20002024-05-14T07:49:17.923Z Checking itertools v0.12.1
20012024-05-14T07:49:18.053Z Compiling derive-where v1.2.7
20022024-05-14T07:49:18.128Z Checking resolv-conf v0.7.0
20032024-05-14T07:49:18.341Z Checking argon2 v0.5.3
20042024-05-14T07:49:18.473Z Checking trust-dns-resolver v0.22.0
20052024-05-14T07:49:18.622Z Compiling rayon-core v1.12.1
20062024-05-14T07:49:18.940Z Checking half v2.3.1
20072024-05-14T07:49:19.004Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20082024-05-14T07:49:19.343Z Compiling cancel-safe-futures v0.1.5
20092024-05-14T07:49:19.423Z Checking ciborium-io v0.2.2
20102024-05-14T07:49:19.543Z Checking ciborium-ll v0.2.2
20112024-05-14T07:49:19.768Z Checking mockall v0.12.1
20122024-05-14T07:49:19.826Z Checking ciborium v0.2.2
20132024-05-14T07:49:19.990Z Checking bytecount v0.6.3
20142024-05-14T07:49:20.014Z Compiling tabled_derive v0.7.0
20152024-05-14T07:49:20.135Z Checking papergrid v0.11.0
20162024-05-14T07:49:20.180Z Compiling slog-dtrace v0.3.0
20172024-05-14T07:49:20.493Z Compiling semver v0.1.20
20182024-05-14T07:49:20.639Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20192024-05-14T07:49:20.872Z Compiling rustc_version v0.1.7
20202024-05-14T07:49:20.994Z Checking libsw v3.3.1
20212024-05-14T07:49:21.199Z Checking linear-map v1.2.0
20222024-05-14T07:49:21.247Z Checking owo-colors v4.0.0
20232024-05-14T07:49:21.390Z Compiling newtype_derive v0.1.6
20242024-05-14T07:49:21.634Z Compiling unicode-xid v0.2.4
20252024-05-14T07:49:21.795Z Compiling radium v0.7.0
20262024-05-14T07:49:21.812Z Checking num-rational v0.4.2
20272024-05-14T07:49:21.893Z Checking steno v0.4.0
20282024-05-14T07:49:21.911Z Checking num-complex v0.4.6
20292024-05-14T07:49:22.293Z Checking nibble_vec v0.1.0
20302024-05-14T07:49:22.446Z Checking endian-type v0.1.2
20312024-05-14T07:49:22.498Z Checking tap v1.0.1
20322024-05-14T07:49:22.640Z Checking tabled v0.15.0
20332024-05-14T07:49:22.671Z Compiling maybe-uninit v2.0.0
20342024-05-14T07:49:22.678Z Checking radix_trie v0.2.1
20352024-05-14T07:49:22.774Z Checking num v0.4.3
20362024-05-14T07:49:22.864Z Checking wyz v0.5.1
20372024-05-14T07:49:23.023Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20382024-05-14T07:49:23.269Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20392024-05-14T07:49:23.281Z Checking fxhash v0.2.1
20402024-05-14T07:49:23.468Z Compiling packed_struct v0.10.1
20412024-05-14T07:49:23.501Z Compiling num-bigint-dig v0.8.4
20422024-05-14T07:49:23.814Z Checking funty v2.0.0
20432024-05-14T07:49:23.917Z Checking crc-catalog v2.2.0
20442024-05-14T07:49:24.017Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20452024-05-14T07:49:24.041Z Checking crc v3.0.1
20462024-05-14T07:49:24.224Z Compiling packed_struct_codegen v0.10.1
20472024-05-14T07:49:24.703Z Compiling indexmap v1.9.3
20482024-05-14T07:49:24.715Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20492024-05-14T07:49:24.715Z Checking nodrop v0.1.14
20502024-05-14T07:49:24.715Z Checking smallvec v0.6.14
20512024-05-14T07:49:24.715Z Checking array-init v0.0.4
20522024-05-14T07:49:24.790Z Checking bitvec v1.0.1
20532024-05-14T07:49:24.866Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20542024-05-14T07:49:24.958Z Checking pkcs1 v0.7.5
20552024-05-14T07:49:25.337Z Checking signature v2.1.0
20562024-05-14T07:49:25.515Z Checking hashbrown v0.12.3
20572024-05-14T07:49:25.592Z Checking bitfield v0.14.0
20582024-05-14T07:49:25.718Z Checking serde-hex v0.1.0
20592024-05-14T07:49:25.857Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20602024-05-14T07:49:26.106Z Checking env_logger v0.10.0
20612024-05-14T07:49:26.524Z Checking x509-cert v0.2.4
20622024-05-14T07:49:26.867Z Checking rsa v0.9.2
20632024-05-14T07:49:27.164Z Checking ron v0.8.1
20642024-05-14T07:49:27.205Z Checking hashbrown v0.13.2
20652024-05-14T07:49:27.522Z Checking crc-any v2.4.3
20662024-05-14T07:49:27.867Z Checking display-error-chain v0.2.0
20672024-05-14T07:49:27.883Z Checking path-slash v0.1.5
20682024-05-14T07:49:28.021Z Compiling convert_case v0.4.0
20692024-05-14T07:49:28.040Z Compiling async-recursion v1.1.1
20702024-05-14T07:49:28.151Z Checking maplit v1.0.2
20712024-05-14T07:49:28.212Z Checking object v0.30.4
20722024-05-14T07:49:28.263Z Compiling buf-list v1.0.3
20732024-05-14T07:49:28.385Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20742024-05-14T07:49:28.641Z Compiling blake3 v1.5.0
20752024-05-14T07:49:29.021Z Compiling derive_more v0.99.17
20762024-05-14T07:49:29.251Z Checking gethostname v0.4.3
20772024-05-14T07:49:29.388Z Compiling libefi-sys v0.1.0
20782024-05-14T07:49:29.544Z Compiling parking_lot_core v0.8.6
20792024-05-14T07:49:29.561Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20802024-05-14T07:49:29.766Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20812024-05-14T07:49:30.040Z Compiling crossbeam-deque v0.8.3
20822024-05-14T07:49:30.087Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20832024-05-14T07:49:30.350Z Checking keccak v0.1.4
20842024-05-14T07:49:30.597Z Checking parking_lot v0.11.2
20852024-05-14T07:49:30.637Z Checking sha3 v0.10.8
20862024-05-14T07:49:30.974Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20872024-05-14T07:49:31.034Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20882024-05-14T07:49:31.216Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20892024-05-14T07:49:31.368Z Checking trust-dns-client v0.22.0
20902024-05-14T07:49:31.456Z Compiling synstructure v0.12.6
20912024-05-14T07:49:31.490Z Checking toml v0.5.11
20922024-05-14T07:49:32.566Z Checking secrecy v0.8.0
20932024-05-14T07:49:32.706Z Compiling pin-project-internal v1.1.3
20942024-05-14T07:49:32.777Z Compiling rayon v1.10.0
20952024-05-14T07:49:32.905Z Checking trust-dns-server v0.22.1
20962024-05-14T07:49:33.321Z Compiling zerocopy-derive v0.2.0
20972024-05-14T07:49:34.000Z Checking sled v0.34.7
20982024-05-14T07:49:35.479Z Compiling memmap2 v0.7.1
20992024-05-14T07:49:36.070Z Checking pin-project v1.1.3
21002024-05-14T07:49:36.270Z Compiling home v0.5.5
21012024-05-14T07:49:36.457Z Compiling arrayref v0.3.7
21022024-05-14T07:49:36.487Z Compiling constant_time_eq v0.3.0
21032024-05-14T07:49:36.530Z Compiling arrayvec v0.7.4
21042024-05-14T07:49:36.561Z Compiling toolchain_find v0.4.0
21052024-05-14T07:49:37.204Z Compiling vte_generate_state_changes v0.1.1
21062024-05-14T07:49:38.607Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21072024-05-14T07:49:38.610Z Compiling topological-sort v0.2.2
21082024-05-14T07:49:38.610Z Checking vte v0.11.1
21092024-05-14T07:49:38.610Z Compiling rustfmt-wrapper v0.2.1
21102024-05-14T07:49:38.610Z Compiling omicron-zone-package v0.11.0
21112024-05-14T07:49:38.653Z Checking fd-lock v4.0.2
21122024-05-14T07:49:39.202Z Checking glob v0.3.1
21132024-05-14T07:49:39.206Z Compiling usdt-impl v0.3.5
21142024-05-14T07:49:39.206Z Checking nu-ansi-term v0.50.0
21152024-05-14T07:49:39.206Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21162024-05-14T07:49:39.258Z Checking strip-ansi-escapes v0.2.0
21172024-05-14T07:49:39.738Z Compiling zerocopy v0.3.0
21182024-05-14T07:49:39.738Z Compiling prettyplease v0.2.20
21192024-05-14T07:49:39.739Z Checking reedline v0.31.0
21202024-05-14T07:49:39.739Z Compiling platforms v3.0.2
21212024-05-14T07:49:39.763Z Compiling dtrace-parser v0.1.14
21222024-05-14T07:49:40.187Z Compiling snafu-derive v0.8.2
21232024-05-14T07:49:40.245Z Compiling dof v0.1.5
21242024-05-14T07:49:41.199Z Checking globset v0.4.13
21252024-05-14T07:49:41.620Z Checking olpc-cjson v0.1.3
21262024-05-14T07:49:41.660Z Compiling serde_tokenstream v0.1.7
21272024-05-14T07:49:41.817Z Checking serde_plain v1.0.2
21282024-05-14T07:49:42.246Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21292024-05-14T07:49:42.255Z Compiling memoffset v0.7.1
21302024-05-14T07:49:42.255Z Compiling crunchy v0.2.2
21312024-05-14T07:49:43.070Z Checking typed-path v0.7.0
21322024-05-14T07:49:43.079Z Compiling curve25519-dalek v4.1.2
21332024-05-14T07:49:43.079Z Checking fs-err v2.11.0
21342024-05-14T07:49:43.187Z Compiling clang-sys v1.6.1
21352024-05-14T07:49:43.469Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
21362024-05-14T07:49:43.754Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21372024-05-14T07:49:43.762Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21382024-05-14T07:49:43.778Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21392024-05-14T07:49:43.934Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21402024-05-14T07:49:44.464Z Compiling unicase v2.7.0
21412024-05-14T07:49:44.489Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21422024-05-14T07:49:44.772Z Compiling tiny-keccak v2.0.2
21432024-05-14T07:49:44.965Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21442024-05-14T07:49:45.089Z Checking parse-size v1.0.0
21452024-05-14T07:49:45.584Z Compiling usdt-macro v0.3.5
21462024-05-14T07:49:45.599Z Checking snafu v0.8.2
21472024-05-14T07:49:45.956Z Compiling usdt-attr-macro v0.3.5
21482024-05-14T07:49:46.108Z Checking tough v0.17.1
21492024-05-14T07:49:47.147Z Checking universal-hash v0.5.1
21502024-05-14T07:49:47.333Z Compiling thiserror-impl-no-std v2.0.2
21512024-05-14T07:49:47.527Z Compiling curve25519-dalek-derive v0.1.0
21522024-05-14T07:49:47.674Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21532024-05-14T07:49:48.341Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21542024-05-14T07:49:48.539Z Checking nanorand v0.7.0
21552024-05-14T07:49:48.918Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21562024-05-14T07:49:49.157Z Compiling salty v0.2.0
21572024-05-14T07:49:49.237Z Compiling cfg_aliases v0.1.1
21582024-05-14T07:49:49.349Z Checking signature v1.6.4
21592024-05-14T07:49:49.483Z Checking opaque-debug v0.3.0
21602024-05-14T07:49:49.571Z Checking poly1305 v0.8.0
21612024-05-14T07:49:49.729Z Checking ed25519 v1.5.3
21622024-05-14T07:49:49.813Z Compiling nix v0.28.0
21632024-05-14T07:49:50.050Z Checking flume v0.11.0
21642024-05-14T07:49:50.132Z Checking usdt v0.3.5
21652024-05-14T07:49:50.316Z Compiling ascii-canvas v3.0.0
21662024-05-14T07:49:50.638Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21672024-05-14T07:49:50.692Z Checking thiserror-no-std v2.0.2
21682024-05-14T07:49:50.804Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21692024-05-14T07:49:50.836Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21702024-05-14T07:49:50.853Z Checking chacha20 v0.9.1
21712024-05-14T07:49:51.129Z Checking aead v0.5.2
21722024-05-14T07:49:51.201Z Checking serde-big-array v0.5.1
21732024-05-14T07:49:51.287Z Checking kstat-rs v0.2.3
21742024-05-14T07:49:51.325Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21752024-05-14T07:49:51.367Z Compiling ena v0.14.2
21762024-05-14T07:49:51.432Z Compiling libloading v0.7.4
21772024-05-14T07:49:51.623Z Compiling regex-syntax v0.6.29
21782024-05-14T07:49:52.159Z Compiling bindgen v0.69.2
21792024-05-14T07:49:52.181Z Compiling diff v0.1.13
21802024-05-14T07:49:52.181Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21812024-05-14T07:49:52.256Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21822024-05-14T07:49:52.450Z Checking vsss-rs v3.3.4
21832024-05-14T07:49:52.567Z Checking chacha20poly1305 v0.10.1
21842024-05-14T07:49:53.504Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21852024-05-14T07:49:54.507Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21862024-05-14T07:49:54.762Z Compiling lalrpop v0.19.12
21872024-05-14T07:49:55.709Z Checking signal-hook-tokio v0.3.1
21882024-05-14T07:49:55.856Z Compiling cexpr v0.6.0
21892024-05-14T07:49:56.018Z Checking serde-big-array v0.4.1
21902024-05-14T07:49:56.178Z Compiling which v4.4.0
21912024-05-14T07:49:56.592Z Compiling rustc-hash v1.1.0
21922024-05-14T07:49:56.766Z Compiling lazycell v1.3.0
21932024-05-14T07:49:56.807Z Compiling ref-cast v1.0.22
21942024-05-14T07:49:56.924Z Compiling peeking_take_while v0.1.2
21952024-05-14T07:49:57.077Z Compiling shlex v1.3.0
21962024-05-14T07:49:57.479Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21972024-05-14T07:49:57.556Z Compiling mime_guess v2.0.4
21982024-05-14T07:49:58.893Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21992024-05-14T07:50:00.988Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22002024-05-14T07:50:01.402Z Compiling derive_builder_core v0.20.0
22012024-05-14T07:50:01.407Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22022024-05-14T07:50:01.600Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22032024-05-14T07:50:03.018Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22042024-05-14T07:50:03.808Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22052024-05-14T07:50:04.142Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22062024-05-14T07:50:05.349Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22072024-05-14T07:50:06.012Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22082024-05-14T07:50:07.137Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22092024-05-14T07:50:07.141Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22102024-05-14T07:50:07.717Z Compiling peg-macros v0.8.3
22112024-05-14T07:50:08.180Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22122024-05-14T07:50:09.635Z Compiling sqlparser_derive v0.2.2
22132024-05-14T07:50:09.674Z Compiling ref-cast-impl v1.0.22
22142024-05-14T07:50:11.196Z Compiling libxml v0.3.3
22152024-05-14T07:50:11.232Z Checking unicode_categories v0.1.1
22162024-05-14T07:50:11.232Z Checking corncobs v0.1.3
22172024-05-14T07:50:11.232Z Checking peg v0.8.3
22182024-05-14T07:50:11.344Z Checking rustyline v14.0.0
22192024-05-14T07:50:11.356Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22202024-05-14T07:50:11.390Z Checking sqlformat v0.2.3
22212024-05-14T07:50:11.666Z Checking sqlparser v0.45.0
22222024-05-14T07:50:12.842Z Compiling derive_builder_macro v0.20.0
22232024-05-14T07:50:12.918Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22242024-05-14T07:50:13.390Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22252024-05-14T07:50:13.746Z Checking bcs v0.1.6
22262024-05-14T07:50:13.823Z Compiling strum_macros v0.24.3
22272024-05-14T07:50:14.234Z Compiling cookie v0.18.1
22282024-05-14T07:50:14.544Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22292024-05-14T07:50:14.845Z Checking highway v1.1.0
22302024-05-14T07:50:15.245Z Compiling indoc v1.0.9
22312024-05-14T07:50:15.286Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22322024-05-14T07:50:17.152Z Checking derive_builder v0.20.0
22332024-05-14T07:50:17.799Z Compiling const_format_proc_macros v0.2.32
22342024-05-14T07:50:17.847Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22352024-05-14T07:50:18.156Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22362024-05-14T07:50:18.416Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22372024-05-14T07:50:18.844Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22382024-05-14T07:50:19.081Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22392024-05-14T07:50:19.222Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22402024-05-14T07:50:20.143Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22412024-05-14T07:50:20.172Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22422024-05-14T07:50:20.883Z Checking bb8 v0.8.3
22432024-05-14T07:50:20.926Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22442024-05-14T07:50:21.706Z Checking quick-xml v0.31.0
22452024-05-14T07:50:23.422Z Compiling impl-trait-for-tuples v0.2.2
22462024-05-14T07:50:23.869Z Compiling oso-derive v0.27.3
22472024-05-14T07:50:23.957Z Checking http-range v0.1.5
22482024-05-14T07:50:24.147Z Checking hyper-staticfile v0.9.5
22492024-05-14T07:50:24.292Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22502024-05-14T07:50:24.537Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22512024-05-14T07:50:25.307Z Checking const_format v0.2.32
22522024-05-14T07:50:25.321Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22532024-05-14T07:50:26.209Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22542024-05-14T07:50:26.934Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22552024-05-14T07:50:27.533Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22562024-05-14T07:50:29.183Z Checking assert_matches v1.5.0
22572024-05-14T07:50:29.288Z Checking rand_seeder v0.2.3
22582024-05-14T07:50:29.458Z Compiling portable-atomic v1.4.3
22592024-05-14T07:50:29.512Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22602024-05-14T07:50:29.740Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22612024-05-14T07:50:29.916Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22622024-05-14T07:50:30.794Z Checking number_prefix v0.4.0
22632024-05-14T07:50:30.997Z Checking castaway v0.2.2
22642024-05-14T07:50:31.053Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22652024-05-14T07:50:31.162Z Checking compact_str v0.7.1
22662024-05-14T07:50:31.354Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22672024-05-14T07:50:31.532Z Checking indicatif v0.17.8
22682024-05-14T07:50:31.674Z Checking lru v0.12.1
22692024-05-14T07:50:31.940Z Compiling stability v0.2.0
22702024-05-14T07:50:31.969Z Compiling indoc v2.0.3
22712024-05-14T07:50:32.310Z Checking cassowary v0.3.0
22722024-05-14T07:50:32.775Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22732024-05-14T07:50:32.970Z Checking smawk v0.3.1
22742024-05-14T07:50:33.130Z Checking ratatui v0.26.2
22752024-05-14T07:50:33.265Z Checking unicode-linebreak v0.1.5
22762024-05-14T07:50:33.683Z Checking textwrap v0.16.1
22772024-05-14T07:50:34.060Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22782024-05-14T07:50:34.375Z Checking is_ci v1.2.0
22792024-05-14T07:50:34.521Z Checking supports-color v3.0.0
22802024-05-14T07:50:34.734Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22812024-05-14T07:50:34.810Z Checking fatfs v0.3.6
22822024-05-14T07:50:35.406Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22832024-05-14T07:50:35.770Z Checking rtoolbox v0.0.1
22842024-05-14T07:50:35.884Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22852024-05-14T07:50:35.981Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22862024-05-14T07:50:36.111Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22872024-05-14T07:50:36.316Z Checking tui-tree-widget v0.19.0
22882024-05-14T07:50:36.536Z Checking rpassword v7.3.1
22892024-05-14T07:50:36.639Z Checking shell-words v1.1.0
22902024-05-14T07:50:36.695Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22912024-05-14T07:50:36.796Z Checking yansi v0.5.1
22922024-05-14T07:50:37.044Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22932024-05-14T07:50:37.284Z Checking pretty_assertions v1.4.0
22942024-05-14T07:50:37.492Z Compiling target-lexicon v0.12.13
22952024-05-14T07:50:37.814Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22962024-05-14T07:50:38.505Z Checking plotters-backend v0.3.5
22972024-05-14T07:50:38.569Z Compiling doc-comment v0.3.3
22982024-05-14T07:50:39.182Z Compiling guppy-workspace-hack v0.1.0
22992024-05-14T07:50:39.385Z Checking plotters-svg v0.3.5
23002024-05-14T07:50:39.503Z Checking http-body v1.0.0
23012024-05-14T07:50:39.715Z Compiling assert_cmd v2.0.14
23022024-05-14T07:50:39.730Z Compiling target-spec v3.1.0
23032024-05-14T07:50:39.982Z Checking cast v0.3.0
23042024-05-14T07:50:40.149Z Checking tower-layer v0.3.2
23052024-05-14T07:50:40.304Z Checking criterion-plot v0.5.0
23062024-05-14T07:50:40.355Z Checking cfg-expr v0.15.6
23072024-05-14T07:50:40.399Z Checking tower v0.4.13
23082024-05-14T07:50:40.816Z Checking hyper v1.1.0
23092024-05-14T07:50:41.137Z Checking plotters v0.3.5
23102024-05-14T07:50:41.345Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23112024-05-14T07:50:42.012Z Checking tinytemplate v1.2.1
23122024-05-14T07:50:42.307Z Checking cargo-platform v0.1.3
23132024-05-14T07:50:42.417Z Checking anes v0.1.6
23142024-05-14T07:50:42.603Z Checking oorandom v11.1.3
23152024-05-14T07:50:42.759Z Checking cargo_metadata v0.18.1
23162024-05-14T07:50:42.788Z Checking hyper-util v0.1.2
23172024-05-14T07:50:42.879Z Checking criterion v0.5.1
23182024-05-14T07:50:44.648Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23192024-05-14T07:50:44.804Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23202024-05-14T07:50:45.416Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23212024-05-14T07:50:45.585Z Checking rustls-native-certs v0.7.0
23222024-05-14T07:50:45.738Z Checking httptest v0.15.5
23232024-05-14T07:50:46.545Z Checking pathdiff v0.2.1
23242024-05-14T07:50:46.669Z Checking nested v0.1.1
23252024-05-14T07:50:46.875Z Checking guppy v0.17.5
23262024-05-14T07:50:48.450Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23272024-05-14T07:50:49.002Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23282024-05-14T07:50:49.473Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23292024-05-14T07:50:49.568Z Checking hyper-rustls v0.26.0
23302024-05-14T07:50:49.885Z Checking escape8259 v0.5.2
23312024-05-14T07:50:50.067Z Checking threadpool v1.8.1
23322024-05-14T07:50:51.112Z Checking libtest-mimic v0.7.2
23332024-05-14T07:50:51.487Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23342024-05-14T07:50:51.502Z Checking similar-asserts v1.5.0
23352024-05-14T07:50:51.734Z Checking fancy-regex v0.13.0
23362024-05-14T07:50:52.139Z Compiling rstest_macros v0.19.0
23372024-05-14T07:50:52.798Z Checking datatest-stable v0.2.9
23382024-05-14T07:50:53.091Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23392024-05-14T07:50:54.307Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23402024-05-14T07:50:54.370Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23412024-05-14T07:50:54.518Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23422024-05-14T07:50:54.805Z Checking csv-core v0.1.11
23432024-05-14T07:50:54.822Z Compiling trybuild v1.0.91
23442024-05-14T07:50:55.008Z Compiling relative-path v1.9.0
23452024-05-14T07:50:55.139Z Checking constant_time_eq v0.2.6
23462024-05-14T07:50:55.275Z Checking csv v1.3.0
23472024-05-14T07:50:55.283Z Checking blake2b_simd v1.0.1
23482024-05-14T07:50:56.194Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23492024-05-14T07:50:56.210Z Checking multimap v0.10.0
23502024-05-14T07:50:56.544Z Checking futures-timer v3.0.2
23512024-05-14T07:50:56.857Z Checking rust-argon2 v2.1.0
23522024-05-14T07:50:58.610Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23532024-05-14T07:51:00.549Z Checking partial-io v0.5.4
23542024-05-14T07:51:00.943Z Checking approx v0.5.1
23552024-05-14T07:51:01.176Z Checking uzers v0.11.3
23562024-05-14T07:51:01.519Z Checking termios v0.3.3
23572024-05-14T07:51:01.736Z Checking hex-literal v0.4.1
23582024-05-14T07:51:10.136Z Checking rstest v0.19.0
23592024-05-14T07:51:10.218Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23602024-05-14T07:51:10.218Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23612024-05-14T07:51:28.619Z Compiling samael v0.0.15
23622024-05-14T07:51:51.377Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23632024-05-14T07:51:53.097Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23642024-05-14T07:52:02.228Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23652024-05-14T07:52:13.502Z Compiling polar-core v0.27.3
23662024-05-14T07:52:20.678Z Checking oso v0.27.3
23672024-05-14T07:52:47.728Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23682024-05-14T07:52:47.728Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23692024-05-14T07:52:47.734Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23702024-05-14T07:53:47.777Z Finished dev [unoptimized + debuginfo] target(s) in 6m 42s
23712024-05-14T07:53:47.968Z
23722024-05-14T07:53:47.968Zreal 7:28.773232636
23732024-05-14T07:53:47.968Zuser 38:20.286600163
23742024-05-14T07:53:47.968Zsys 6:46.572673025
23752024-05-14T07:53:47.968Ztrap 1.036964027
23762024-05-14T07:53:47.968Ztflt 4.568643585
23772024-05-14T07:53:47.968Zdflt 4.451176092
23782024-05-14T07:53:47.968Zkflt 0.016496347
23792024-05-14T07:53:47.968Zlock 58:20.470115713
23802024-05-14T07:53:47.972Zslp 1:56:15.655304984
23812024-05-14T07:53:47.972Zlat 1:47.624571759
23822024-05-14T07:53:47.972Zstop 4:46.460662149
23832024-05-14T07:53:48.875Zwarning: output filename collision.
23842024-05-14T07:53:48.875ZThe 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)`.
23852024-05-14T07:53:48.875ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23862024-05-14T07:53:48.875ZThe targets should have unique names.
23872024-05-14T07:53:48.875ZThis is a known bug where multiple crates with the same name use
23882024-05-14T07:53:48.875Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23892024-05-14T07:53:48.875Zwarning: output filename collision.
23902024-05-14T07:53:48.875ZThe 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)`.
23912024-05-14T07:53:48.875ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23922024-05-14T07:53:48.875ZThe targets should have unique names.
23932024-05-14T07:53:48.875ZThis is a known bug where multiple crates with the same name use
23942024-05-14T07:53:48.875Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23952024-05-14T07:53:48.880Zwarning: output filename collision.
23962024-05-14T07:53:48.880ZThe 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)`.
23972024-05-14T07:53:48.880ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23982024-05-14T07:53:48.880ZThe targets should have unique names.
23992024-05-14T07:53:48.880ZThis is a known bug where multiple crates with the same name use
24002024-05-14T07:53:48.880Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24012024-05-14T07:53:48.880Zwarning: output filename collision.
24022024-05-14T07:53:48.880ZThe 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)`.
24032024-05-14T07:53:48.880ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24042024-05-14T07:53:48.880ZThe targets should have unique names.
24052024-05-14T07:53:48.880ZThis is a known bug where multiple crates with the same name use
24062024-05-14T07:53:48.880Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24072024-05-14T07:53:48.880Zwarning: output filename collision.
24082024-05-14T07:53:48.880ZThe 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)`.
24092024-05-14T07:53:48.880ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24102024-05-14T07:53:48.880ZThe targets should have unique names.
24112024-05-14T07:53:48.880ZThis is a known bug where multiple crates with the same name use
24122024-05-14T07:53:48.880Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24132024-05-14T07:53:48.881Zwarning: output filename collision.
24142024-05-14T07:53:48.881ZThe 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)`.
24152024-05-14T07:53:48.881ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24162024-05-14T07:53:48.881ZThe targets should have unique names.
24172024-05-14T07:53:48.881ZThis is a known bug where multiple crates with the same name use
24182024-05-14T07:53:48.881Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24192024-05-14T07:53:48.881Zwarning: output filename collision.
24202024-05-14T07:53:48.881ZThe 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)`.
24212024-05-14T07:53:48.881ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24222024-05-14T07:53:48.881ZThe targets should have unique names.
24232024-05-14T07:53:48.881ZThis is a known bug where multiple crates with the same name use
24242024-05-14T07:53:48.881Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24252024-05-14T07:53:48.881Zwarning: output filename collision.
24262024-05-14T07:53:48.881ZThe 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)`.
24272024-05-14T07:53:48.881ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24282024-05-14T07:53:48.881ZThe targets should have unique names.
24292024-05-14T07:53:48.881ZThis is a known bug where multiple crates with the same name use
24302024-05-14T07:53:48.881Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24312024-05-14T07:53:48.881Zwarning: output filename collision.
24322024-05-14T07:53:48.881ZThe 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`.
24332024-05-14T07:53:48.881ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24342024-05-14T07:53:48.881ZThe targets should have unique names.
24352024-05-14T07:53:48.881ZThis is a known bug where multiple crates with the same name use
24362024-05-14T07:53:48.882Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24372024-05-14T07:53:49.384Z Documenting libc v0.2.153
24382024-05-14T07:53:49.423Z Documenting cfg-if v1.0.0
24392024-05-14T07:53:49.434Z Documenting serde_derive v1.0.201
24402024-05-14T07:53:49.467Z Documenting log v0.4.21
24412024-05-14T07:53:49.475Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24422024-05-14T07:53:49.488Z Documenting memchr v2.7.1
24432024-05-14T07:53:49.502Z Documenting byteorder v1.5.0
24442024-05-14T07:53:49.512Z Documenting smallvec v1.13.1
24452024-05-14T07:53:49.782Z Documenting scopeguard v1.2.0
24462024-05-14T07:53:52.576Z Documenting itoa v1.0.9
24472024-05-14T07:53:53.151Z Documenting once_cell v1.19.0
24482024-05-14T07:53:53.454Z Documenting pin-project-lite v0.2.13
24492024-05-14T07:53:53.553Z Documenting libm v0.2.7
24502024-05-14T07:53:53.696Z Documenting lock_api v0.4.10
24512024-05-14T07:53:54.156Z Documenting getrandom v0.2.12
24522024-05-14T07:53:54.664Z Documenting parking_lot_core v0.9.8
24532024-05-14T07:53:55.807Z Documenting signal-hook-registry v1.4.1
24542024-05-14T07:53:56.194Z Documenting mio v0.8.11
24552024-05-14T07:53:57.126Z Documenting serde v1.0.201
24562024-05-14T07:53:57.183Z Documenting thiserror-impl v1.0.59
24572024-05-14T07:53:57.272Z Documenting num-traits v0.2.19
24582024-05-14T07:53:58.322Z Documenting rand_core v0.6.4
24592024-05-14T07:53:58.722Z Documenting zeroize_derive v1.4.2
24602024-05-14T07:53:59.737Z Documenting parking_lot v0.12.1
24612024-05-14T07:54:00.066Z Documenting futures-core v0.3.30
24622024-05-14T07:54:01.510Z Documenting ryu v1.0.15
24632024-05-14T07:54:02.504Z Documenting socket2 v0.5.6
24642024-05-14T07:54:02.526Z Documenting thiserror v1.0.59
24652024-05-14T07:54:02.754Z Documenting num_cpus v1.16.0
24662024-05-14T07:54:03.748Z Documenting zeroize v1.7.0
24672024-05-14T07:54:04.030Z Documenting tokio-macros v2.2.0
24682024-05-14T07:54:04.708Z Documenting zerocopy v0.7.32
24692024-05-14T07:54:04.812Z Documenting futures-sink v0.3.30
24702024-05-14T07:54:06.472Z Documenting typenum v1.16.0
24712024-05-14T07:54:06.775Z Documenting subtle v2.5.0
24722024-05-14T07:54:07.469Z Documenting pin-utils v0.1.0
24732024-05-14T07:54:08.159Z Documenting slab v0.4.9
24742024-05-14T07:54:08.850Z Documenting futures-macro v0.3.30
24752024-05-14T07:54:11.202Z Documenting futures-channel v0.3.30
24762024-05-14T07:54:11.647Z Documenting futures-io v0.3.30
24772024-05-14T07:54:17.557Z Documenting bytes v1.6.0
24782024-05-14T07:54:19.709Z Documenting bitflags v2.4.2
24792024-05-14T07:54:19.937Z Documenting serde_json v1.0.116
24802024-05-14T07:54:19.952Z Documenting futures-task v0.3.30
24812024-05-14T07:54:20.017Z Documenting iana-time-zone v0.1.57
24822024-05-14T07:54:20.088Z Documenting uuid v1.8.0
24832024-05-14T07:54:20.323Z Documenting ahash v0.8.8
24842024-05-14T07:54:20.934Z Documenting generic-array v0.14.7
24852024-05-14T07:54:22.185Z Documenting tokio v1.37.0
24862024-05-14T07:54:24.066Z Documenting chrono v0.4.38
24872024-05-14T07:54:24.478Z Documenting futures-util v0.3.30
24882024-05-14T07:54:24.531Z Documenting allocator-api2 v0.2.16
24892024-05-14T07:54:24.831Z Documenting tinyvec_macros v0.1.1
24902024-05-14T07:54:24.880Z Documenting const-oid v0.9.6
24912024-05-14T07:54:25.570Z Documenting crypto-common v0.1.6
24922024-05-14T07:54:26.507Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24932024-05-14T07:54:26.715Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24942024-05-14T07:54:27.449Z Documenting tracing-core v0.1.32
24952024-05-14T07:54:27.688Z Documenting tinyvec v1.6.0
24962024-05-14T07:54:28.484Z Documenting hashbrown v0.14.3
24972024-05-14T07:54:30.438Z Documenting serde_derive_internals v0.29.0
24982024-05-14T07:54:31.081Z Documenting tracing-attributes v0.1.27
24992024-05-14T07:54:31.093Z Checking serde_derive_internals v0.29.0
25002024-05-14T07:54:31.672Z Documenting dyn-clone v1.0.17
25012024-05-14T07:54:31.891Z Documenting unicode-normalization v0.1.22
25022024-05-14T07:54:33.543Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25032024-05-14T07:54:33.899Z Documenting ppv-lite86 v0.2.17
25042024-05-14T07:54:34.392Z Documenting unicode-bidi v0.3.15
25052024-05-14T07:54:34.976Z Documenting lazy_static v1.4.0
25062024-05-14T07:54:36.368Z Documenting schemars_derive v0.8.17
25072024-05-14T07:54:36.701Z Documenting percent-encoding v2.3.1
25082024-05-14T07:54:36.942Z Documenting block-buffer v0.10.4
25092024-05-14T07:54:37.521Z Documenting rand_chacha v0.3.1
25102024-05-14T07:54:39.806Z Documenting equivalent v1.0.1
25112024-05-14T07:54:40.019Z Documenting fnv v1.0.7
25122024-05-14T07:54:40.891Z Documenting powerfmt v0.2.0
25132024-05-14T07:54:41.782Z Documenting digest v0.10.7
25142024-05-14T07:54:41.847Z Documenting form_urlencoded v1.2.1
25152024-05-14T07:54:41.943Z Documenting rand v0.8.5
25162024-05-14T07:54:42.213Z Documenting schemars v0.8.17
25172024-05-14T07:54:42.823Z Documenting indexmap v2.2.6
25182024-05-14T07:54:44.002Z Documenting deranged v0.3.11
25192024-05-14T07:54:44.862Z Documenting time-macros v0.2.17
25202024-05-14T07:54:46.115Z Documenting num_threads v0.1.6
25212024-05-14T07:54:46.842Z Documenting unicode-width v0.1.11
25222024-05-14T07:54:47.647Z Documenting tracing v0.1.40
25232024-05-14T07:54:55.778Z Documenting num-conv v0.1.0
25242024-05-14T07:54:55.828Z Documenting time-core v0.1.2
25252024-05-14T07:54:55.859Z Documenting idna v0.5.0
25262024-05-14T07:54:55.938Z Documenting errno v0.3.8
25272024-05-14T07:54:55.951Z Documenting unicode-ident v1.0.12
25282024-05-14T07:54:55.970Z Documenting adler v1.0.2
25292024-05-14T07:54:56.462Z Documenting slog v2.7.0
25302024-05-14T07:54:58.772Z Documenting httparse v1.8.0
25312024-05-14T07:54:59.106Z Documenting time v0.3.34
25322024-05-14T07:54:59.287Z Documenting miniz_oxide v0.7.1
25332024-05-14T07:54:59.386Z Documenting proc-macro2 v1.0.81
25342024-05-14T07:55:00.144Z Documenting rustix v0.38.31
25352024-05-14T07:55:00.286Z Documenting url v2.5.0
25362024-05-14T07:55:01.405Z Documenting cpufeatures v0.2.12
25372024-05-14T07:55:02.997Z Documenting async-trait v0.1.80
25382024-05-14T07:55:03.371Z Documenting httpdate v1.0.3
25392024-05-14T07:55:04.005Z Documenting quote v1.0.36
25402024-05-14T07:55:04.651Z Documenting try-lock v0.2.4
25412024-05-14T07:55:04.789Z Documenting http-body v0.4.5
25422024-05-14T07:55:05.161Z Documenting aho-corasick v1.1.2
25432024-05-14T07:55:05.490Z Documenting tokio-util v0.7.10
25442024-05-14T07:55:07.516Z Documenting want v0.3.1
25452024-05-14T07:55:08.010Z Documenting openssl-sys v0.9.102
25462024-05-14T07:55:08.038Z Documenting openssl-macros v0.1.1
25472024-05-14T07:55:08.187Z Documenting syn v2.0.60
25482024-05-14T07:55:09.076Z Documenting mime v0.3.17
25492024-05-14T07:55:10.162Z Documenting regex-syntax v0.8.2
25502024-05-14T07:55:11.205Z Documenting tower-service v0.3.2
25512024-05-14T07:55:11.557Z Documenting gimli v0.28.0
25522024-05-14T07:55:12.063Z Documenting h2 v0.3.26
25532024-05-14T07:55:12.717Z Documenting object v0.32.1
25542024-05-14T07:55:13.244Z Documenting rustc-demangle v0.1.23
25552024-05-14T07:55:15.044Z Documenting openssl v0.10.64
25562024-05-14T07:55:16.037Z Documenting ipnet v2.9.0
25572024-05-14T07:55:16.710Z Documenting openssl-probe v0.1.5
25582024-05-14T07:55:16.943Z Documenting regex-automata v0.4.5
25592024-05-14T07:55:17.875Z Documenting addr2line v0.21.0
25602024-05-14T07:55:20.430Z Documenting base64ct v1.6.0
25612024-05-14T07:55:21.016Z Documenting futures-executor v0.3.30
25622024-05-14T07:55:21.933Z Documenting encoding_rs v0.8.33
25632024-05-14T07:55:22.611Z Documenting hyper v0.14.28
25642024-05-14T07:55:24.067Z Documenting native-tls v0.2.11
25652024-05-14T07:55:24.680Z Documenting backtrace v0.3.69
25662024-05-14T07:55:25.499Z Documenting psl-types v2.0.11
25672024-05-14T07:55:25.717Z Documenting serde_urlencoded v0.7.1
25682024-05-14T07:55:26.043Z Documenting regex v1.10.4
25692024-05-14T07:55:26.783Z Checking pest_meta v2.7.6
25702024-05-14T07:55:27.691Z Documenting crossbeam-utils v0.8.19
25712024-05-14T07:55:28.944Z Documenting publicsuffix v2.2.3
25722024-05-14T07:55:29.420Z Documenting tokio-native-tls v0.3.1
25732024-05-14T07:55:29.826Z Documenting anyhow v1.0.83
25742024-05-14T07:55:30.282Z Documenting utf8parse v0.2.1
25752024-05-14T07:55:31.411Z Documenting futures v0.3.30
25762024-05-14T07:55:31.481Z Documenting pem-rfc7468 v0.7.0
25772024-05-14T07:55:32.949Z Documenting pest_meta v2.7.6
25782024-05-14T07:55:33.672Z Documenting scroll_derive v0.12.0
25792024-05-14T07:55:33.989Z Documenting cookie_store v0.20.0
25802024-05-14T07:55:34.903Z Documenting der_derive v0.7.2
25812024-05-14T07:55:35.152Z Documenting hyper-rustls v0.24.2
25822024-05-14T07:55:35.634Z Documenting hyper-tls v0.5.0
25832024-05-14T07:55:36.262Z Documenting flagset v0.4.3
25842024-05-14T07:55:37.961Z Documenting sync_wrapper v0.1.2
25852024-05-14T07:55:39.227Z Documenting webpki-roots v0.25.2
25862024-05-14T07:55:39.318Z Documenting pest_generator v2.7.6
25872024-05-14T07:55:39.495Z Documenting scroll v0.12.0
25882024-05-14T07:55:39.526Z Checking pest_generator v2.7.6
25892024-05-14T07:55:40.198Z Documenting num-integer v0.1.46
25902024-05-14T07:55:40.420Z Documenting der v0.7.8
25912024-05-14T07:55:40.861Z Documenting ucd-trie v0.1.6
25922024-05-14T07:55:41.964Z Documenting plain v0.2.3
25932024-05-14T07:55:43.236Z Documenting openapiv3 v2.0.0
25942024-05-14T07:55:43.706Z Documenting pretty-hex v0.4.1
25952024-05-14T07:55:44.044Z Documenting reqwest v0.11.27
25962024-05-14T07:55:44.418Z Documenting pest_derive v2.7.6
25972024-05-14T07:55:44.721Z Documenting pest v2.7.6
25982024-05-14T07:55:44.884Z Documenting goblin v0.8.0
25992024-05-14T07:55:45.260Z Documenting spin v0.9.8
26002024-05-14T07:55:45.809Z Documenting spki v0.7.2
26012024-05-14T07:55:46.895Z Documenting thread-id v4.2.0
26022024-05-14T07:55:48.983Z Documenting anstyle v1.0.7
26032024-05-14T07:55:50.200Z Documenting either v1.11.0
26042024-05-14T07:55:50.476Z Documenting pkcs8 v0.10.2
26052024-05-14T07:55:50.759Z Documenting anstyle-parse v0.2.1
26062024-05-14T07:55:50.907Z Documenting dtrace-parser v0.2.0
26072024-05-14T07:55:51.719Z Documenting memmap v0.7.0
26082024-05-14T07:55:53.177Z Documenting anstyle-query v1.0.0
26092024-05-14T07:55:53.208Z Documenting dof v0.3.0
26102024-05-14T07:55:54.073Z Documenting colorchoice v1.0.0
26112024-05-14T07:55:54.981Z Documenting data-encoding v2.4.0
26122024-05-14T07:55:55.112Z Documenting crossbeam-epoch v0.9.18
26132024-05-14T07:55:55.332Z Documenting terminal_size v0.3.0
26142024-05-14T07:55:55.832Z Documenting sha2 v0.10.8
26152024-05-14T07:55:56.619Z Documenting ipnetwork v0.20.0
26162024-05-14T07:55:56.942Z Documenting hex v0.4.3
26172024-05-14T07:55:57.693Z Documenting anstream v0.6.11
26182024-05-14T07:55:58.400Z Documenting usdt-impl v0.5.0
26192024-05-14T07:55:59.440Z Documenting crc32fast v1.3.2
26202024-05-14T07:55:59.578Z Documenting unicode-segmentation v1.10.1
26212024-05-14T07:56:00.469Z Documenting untrusted v0.9.0
26222024-05-14T07:56:00.730Z Documenting strsim v0.11.0
26232024-05-14T07:56:01.335Z Documenting clap_lex v0.7.0
26242024-05-14T07:56:02.610Z Documenting num-iter v0.1.45
26252024-05-14T07:56:02.905Z Documenting hmac v0.12.1
26262024-05-14T07:56:03.431Z Documenting signal-hook v0.3.17
26272024-05-14T07:56:03.456Z Documenting clap_derive v4.5.4
26282024-05-14T07:56:03.733Z Documenting ring v0.17.8
26292024-05-14T07:56:04.803Z Documenting static_assertions v1.1.0
26302024-05-14T07:56:05.028Z Documenting usdt v0.5.0
26312024-05-14T07:56:05.302Z Documenting clap_builder v4.5.2
26322024-05-14T07:56:07.129Z Documenting flate2 v1.0.30
26332024-05-14T07:56:07.435Z Documenting managed v0.8.0
26342024-05-14T07:56:07.953Z Documenting signal-hook-mio v0.2.3
26352024-05-14T07:56:08.233Z Documenting enum-as-inner v0.5.1
26362024-05-14T07:56:09.222Z Documenting block-padding v0.3.3
26372024-05-14T07:56:09.818Z Documenting scheduled-thread-pool v0.2.7
26382024-05-14T07:56:11.176Z Documenting bzip2-sys v0.1.11+1.0.8
26392024-05-14T07:56:11.328Z Documenting diesel_table_macro_syntax v0.1.0
26402024-05-14T07:56:11.685Z Checking diesel_table_macro_syntax v0.1.0
26412024-05-14T07:56:11.869Z Documenting md-5 v0.10.5
26422024-05-14T07:56:12.234Z Documenting clap v4.5.4
26432024-05-14T07:56:12.987Z Documenting crossterm v0.27.0
26442024-05-14T07:56:13.077Z Documenting trust-dns-proto v0.22.0
26452024-05-14T07:56:13.784Z Documenting inout v0.1.3
26462024-05-14T07:56:14.473Z Documenting r2d2 v0.8.10
26472024-05-14T07:56:16.079Z Documenting bzip2 v0.4.4
26482024-05-14T07:56:16.215Z Documenting diesel_derives v2.1.2
26492024-05-14T07:56:16.807Z Documenting stringprep v0.1.3
26502024-05-14T07:56:17.935Z Documenting regress v0.9.1
26512024-05-14T07:56:18.269Z Documenting toml_datetime v0.6.5
26522024-05-14T07:56:19.006Z Documenting serde_spanned v0.6.5
26532024-05-14T07:56:19.010Z Documenting ff v0.13.0
26542024-05-14T07:56:21.041Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26552024-05-14T07:56:21.255Z Documenting bit-vec v0.6.3
26562024-05-14T07:56:22.028Z Documenting fallible-iterator v0.2.0
26572024-05-14T07:56:22.528Z Documenting winnow v0.6.1
26582024-05-14T07:56:23.573Z Documenting base16ct v0.2.0
26592024-05-14T07:56:23.693Z Documenting siphasher v0.3.11
26602024-05-14T07:56:24.640Z Documenting group v0.13.0
26612024-05-14T07:56:25.167Z Documenting zip v0.6.6
26622024-05-14T07:56:25.262Z Documenting diesel v2.1.6
26632024-05-14T07:56:25.872Z Documenting cipher v0.4.4
26642024-05-14T07:56:27.159Z Documenting phf_shared v0.11.2
26652024-05-14T07:56:27.286Z Documenting sec1 v0.7.3
26662024-05-14T07:56:28.228Z Documenting postgres-protocol v0.6.6
26672024-05-14T07:56:28.996Z Documenting toml_edit v0.22.12
26682024-05-14T07:56:29.561Z Documenting hkdf v0.12.4
26692024-05-14T07:56:29.899Z Documenting num-bigint v0.4.4
26702024-05-14T07:56:39.809Z Documenting bstr v1.9.0
26712024-05-14T07:56:40.412Z Documenting console v0.15.8
26722024-05-14T07:56:47.739Z Documenting crypto-bigint v0.5.2
26732024-05-14T07:56:47.975Z Documenting hubpack v0.1.2
26742024-05-14T07:56:48.403Z Documenting serde_repr v0.1.16
26752024-05-14T07:56:48.681Z Documenting new_debug_unreachable v1.0.4
26762024-05-14T07:56:48.694Z Documenting heck v0.5.0
26772024-05-14T07:56:48.970Z Documenting fixedbitset v0.4.2
26782024-05-14T07:56:49.224Z Documenting minimal-lexical v0.2.1
26792024-05-14T07:56:50.683Z Documenting lalrpop-util v0.19.12
26802024-05-14T07:56:51.944Z Checking unsafe-libyaml v0.2.10
26812024-05-14T07:56:52.256Z Documenting precomputed-hash v0.1.1
26822024-05-14T07:56:52.375Z Checking strsim v0.10.0
26832024-05-14T07:56:52.458Z Checking ident_case v1.0.1
26842024-05-14T07:56:52.587Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26852024-05-14T07:56:52.600Z Documenting petgraph v0.6.4
26862024-05-14T07:56:53.116Z Documenting yasna v0.5.2
26872024-05-14T07:56:53.228Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26882024-05-14T07:56:53.309Z Documenting nom v7.1.3
26892024-05-14T07:57:03.186Z Documenting postgres-types v0.2.6
26902024-05-14T07:57:03.239Z Documenting string_cache v0.8.7
26912024-05-14T07:57:03.640Z Documenting phf v0.11.2
26922024-05-14T07:57:03.786Z Documenting similar v2.4.0
26932024-05-14T07:57:03.797Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26942024-05-14T07:57:04.001Z Documenting elliptic-curve v0.13.8
26952024-05-14T07:57:04.247Z Documenting semver v1.0.22
26962024-05-14T07:57:04.878Z Documenting float-cmp v0.9.0
26972024-05-14T07:57:07.590Z Documenting normalize-line-endings v0.3.0
26982024-05-14T07:57:07.891Z Documenting predicates-core v1.0.6
26992024-05-14T07:57:08.812Z Documenting peg-runtime v0.8.3
27002024-05-14T07:57:09.255Z Documenting unsafe-libyaml v0.2.10
27012024-05-14T07:57:09.927Z Documenting difflib v0.4.0
27022024-05-14T07:57:10.492Z Documenting whoami v1.5.1
27032024-05-14T07:57:10.784Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27042024-05-14T07:57:19.864Z Checking serde_yaml v0.9.25
27052024-05-14T07:57:19.976Z Checking darling_core v0.20.8
27062024-05-14T07:57:20.098Z Documenting bit-set v0.5.3
27072024-05-14T07:57:20.335Z Documenting predicates v3.1.0
27082024-05-14T07:57:20.355Z Documenting serde_yaml v0.9.25
27092024-05-14T07:57:20.498Z Documenting tokio-postgres v0.7.10
27102024-05-14T07:57:20.610Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27112024-05-14T07:57:20.860Z Documenting getopts v0.2.21
27122024-05-14T07:57:21.688Z Documenting tokio-stream v0.1.15
27132024-05-14T07:57:21.738Z Documenting ident_case v1.0.1
27142024-05-14T07:57:24.871Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27152024-05-14T07:57:25.052Z Checking darling v0.20.8
27162024-05-14T07:57:25.156Z Documenting is-terminal v0.4.9
27172024-05-14T07:57:25.683Z Documenting darling_core v0.20.8
27182024-05-14T07:57:26.589Z Documenting strum v0.26.2
27192024-05-14T07:57:27.230Z Documenting base64 v0.22.1
27202024-05-14T07:57:28.032Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27212024-05-14T07:57:29.575Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27222024-05-14T07:57:29.884Z Documenting dirs-sys-next v0.1.2
27232024-05-14T07:57:30.478Z Documenting sha1 v0.10.6
27242024-05-14T07:57:31.285Z Documenting http v1.0.0
27252024-05-14T07:57:31.804Z Documenting camino v1.1.6
27262024-05-14T07:57:33.081Z Documenting paste v1.0.14
27272024-05-14T07:57:33.617Z Documenting thread_local v1.1.7
27282024-05-14T07:57:34.527Z Documenting darling_macro v0.20.8
27292024-05-14T07:57:34.790Z Documenting dirs-next v2.0.0
27302024-05-14T07:57:34.991Z Documenting rustls-pki-types v1.3.0
27312024-05-14T07:57:35.897Z Documenting crossbeam-channel v0.5.8
27322024-05-14T07:57:36.123Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27332024-05-14T07:57:36.650Z Documenting take_mut v0.2.2
27342024-05-14T07:57:37.116Z Documenting slog-json v2.6.1
27352024-05-14T07:57:37.834Z Documenting async-stream-impl v0.3.5
27362024-05-14T07:57:39.251Z Documenting rustls-webpki v0.102.1
27372024-05-14T07:57:39.328Z Documenting darling v0.20.8
27382024-05-14T07:57:39.643Z Documenting term v0.7.0
27392024-05-14T07:57:41.126Z Documenting atomic-waker v1.1.1
27402024-05-14T07:57:41.379Z Documenting slog-async v2.8.0
27412024-05-14T07:57:42.213Z Documenting debug-ignore v1.0.5
27422024-05-14T07:57:42.655Z Documenting async-stream v0.3.5
27432024-05-14T07:57:44.029Z Documenting rustls v0.22.4
27442024-05-14T07:57:44.462Z Documenting waitgroup v0.1.2
27452024-05-14T07:57:44.502Z Documenting slog-bunyan v2.5.0
27462024-05-14T07:57:44.681Z Documenting slog-term v2.9.1
27472024-05-14T07:57:45.202Z Documenting rustls-pemfile v2.1.2
27482024-05-14T07:57:45.681Z Documenting multer v3.1.0
27492024-05-14T07:57:46.747Z Documenting toml v0.8.12
27502024-05-14T07:57:47.377Z Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27512024-05-14T07:57:48.514Z Documenting serde_path_to_error v0.1.16
27522024-05-14T07:57:49.460Z Documenting hostname v0.4.0
27532024-05-14T07:57:50.008Z Documenting serde_with_macros v3.7.0
27542024-05-14T07:57:50.177Z Documenting structmeta-derive v0.3.0
27552024-05-14T07:57:50.945Z Documenting newtype-uuid v1.1.0
27562024-05-14T07:57:52.670Z Checking structmeta v0.3.0
27572024-05-14T07:57:52.755Z Documenting instant v0.1.12
27582024-05-14T07:57:52.874Z Documenting tokio-rustls v0.25.0
27592024-05-14T07:57:52.895Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27602024-05-14T07:57:53.090Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27612024-05-14T07:57:54.513Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27622024-05-14T07:57:55.320Z Documenting serde_with v3.7.0
27632024-05-14T07:57:55.669Z Documenting structmeta v0.3.0
27642024-05-14T07:57:56.360Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27652024-05-14T07:57:57.501Z Documenting backoff v0.4.0
27662024-05-14T07:57:57.610Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27672024-05-14T07:57:58.719Z Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27682024-05-14T07:57:59.210Z Documenting macaddr v1.0.1
27692024-05-14T07:58:00.219Z Documenting parse-display-derive v0.9.0
27702024-05-14T07:58:01.812Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27712024-05-14T07:58:01.992Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27722024-05-14T07:58:02.914Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27732024-05-14T07:58:03.152Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27742024-05-14T07:58:03.221Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27752024-05-14T07:58:03.787Z Documenting fastrand v2.0.1
27762024-05-14T07:58:04.044Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27772024-05-14T07:58:04.320Z Documenting proc-macro-crate v1.3.1
27782024-05-14T07:58:05.757Z Checking proc-macro-crate v1.3.1
27792024-05-14T07:58:05.978Z Documenting foreign-types-macros v0.2.3
27802024-05-14T07:58:06.117Z Documenting foreign-types-shared v0.3.1
27812024-05-14T07:58:06.363Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27822024-05-14T07:58:06.694Z Documenting parse-display v0.9.0
27832024-05-14T07:58:06.767Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27842024-05-14T07:58:08.120Z Documenting tempfile v3.10.1
27852024-05-14T07:58:09.410Z Documenting cstr-argument v0.1.2
27862024-05-14T07:58:10.266Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27872024-05-14T07:58:10.621Z Documenting num_enum_derive v0.5.11
27882024-05-14T07:58:10.875Z Documenting tabwriter v1.4.0
27892024-05-14T07:58:11.023Z Documenting foreign-types v0.5.0
27902024-05-14T07:58:11.860Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27912024-05-14T07:58:12.516Z Documenting camino-tempfile v1.1.1
27922024-05-14T07:58:12.726Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27932024-05-14T07:58:14.203Z Documenting colored v2.1.0
27942024-05-14T07:58:15.107Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27952024-05-14T07:58:15.696Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27962024-05-14T07:58:15.809Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27972024-05-14T07:58:15.995Z Documenting hash32 v0.3.1
27982024-05-14T07:58:17.333Z Documenting num_enum v0.5.11
27992024-05-14T07:58:17.557Z Documenting stable_deref_trait v1.2.0
28002024-05-14T07:58:18.199Z Documenting smf v0.2.3
28012024-05-14T07:58:19.414Z Documenting cobs v0.2.3
28022024-05-14T07:58:19.691Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28032024-05-14T07:58:19.854Z Documenting embedded-io v0.4.0
28042024-05-14T07:58:21.117Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28052024-05-14T07:58:21.123Z Documenting heapless v0.8.0
28062024-05-14T07:58:22.187Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28072024-05-14T07:58:22.384Z Documenting crucible-workspace-hack v0.1.0
28082024-05-14T07:58:22.592Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28092024-05-14T07:58:23.052Z Documenting postcard v1.0.8
28102024-05-14T07:58:23.726Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28112024-05-14T07:58:26.617Z Documenting smoltcp v0.11.0
28122024-05-14T07:58:27.299Z Documenting newline-converter v0.3.0
28132024-05-14T07:58:27.366Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28142024-05-14T07:58:27.846Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28152024-05-14T07:58:28.622Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28162024-05-14T07:58:28.659Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28172024-05-14T07:58:28.937Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28182024-05-14T07:58:29.726Z Documenting sigpipe v0.1.3
28192024-05-14T07:58:30.207Z Documenting num-derive v0.4.0
28202024-05-14T07:58:31.491Z Documenting expectorate v1.1.0
28212024-05-14T07:58:32.569Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28222024-05-14T07:58:32.620Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28232024-05-14T07:58:32.983Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28242024-05-14T07:58:34.294Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28252024-05-14T07:58:34.305Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28262024-05-14T07:58:35.167Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28272024-05-14T07:58:35.335Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28282024-05-14T07:58:35.965Z Documenting password-hash v0.5.0
28292024-05-14T07:58:36.190Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28302024-05-14T07:58:36.770Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28312024-05-14T07:58:38.302Z Documenting blake2 v0.10.6
28322024-05-14T07:58:39.043Z Documenting linked-hash-map v0.5.6
28332024-05-14T07:58:39.629Z Documenting proc-macro-error-attr v1.0.4
28342024-05-14T07:58:40.453Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28352024-05-14T07:58:40.584Z Documenting humantime v2.1.0
28362024-05-14T07:58:42.092Z Checking proc-macro-error v1.0.4
28372024-05-14T07:58:42.373Z Documenting bytecount v0.6.3
28382024-05-14T07:58:43.008Z Documenting argon2 v0.5.3
28392024-05-14T07:58:43.339Z Documenting lru-cache v0.1.2
28402024-05-14T07:58:44.526Z Documenting proc-macro-error v1.0.4
28412024-05-14T07:58:44.719Z Documenting derive-where v1.2.7
28422024-05-14T07:58:45.302Z Documenting papergrid v0.11.0
28432024-05-14T07:58:47.031Z Documenting swrite v0.1.0
28442024-05-14T07:58:47.527Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28452024-05-14T07:58:47.542Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28462024-05-14T07:58:47.779Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28472024-05-14T07:58:48.952Z Documenting newtype_derive v0.1.6
28482024-05-14T07:58:49.477Z Documenting tabled_derive v0.7.0
28492024-05-14T07:58:51.669Z Documenting itertools v0.12.1
28502024-05-14T07:58:51.748Z Documenting arc-swap v1.6.0
28512024-05-14T07:58:51.748Z Documenting quick-error v1.2.3
28522024-05-14T07:58:51.748Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28532024-05-14T07:58:53.152Z Documenting steno v0.4.0
28542024-05-14T07:58:54.441Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28552024-05-14T07:58:54.590Z Documenting tabled v0.15.0
28562024-05-14T07:58:55.211Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28572024-05-14T07:58:55.355Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28582024-05-14T07:58:55.447Z Documenting slog-scope v4.4.0
28592024-05-14T07:58:55.818Z Documenting resolv-conf v0.7.0
28602024-05-14T07:58:58.420Z Documenting num-rational v0.4.2
28612024-05-14T07:59:00.313Z Documenting slog-stdlog v4.1.1
28622024-05-14T07:59:00.923Z Documenting trust-dns-resolver v0.22.0
28632024-05-14T07:59:02.264Z Documenting num-complex v0.4.6
28642024-05-14T07:59:02.350Z Documenting filetime v0.2.23
28652024-05-14T07:59:03.438Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28662024-05-14T07:59:03.817Z Documenting xattr v1.0.1
28672024-05-14T07:59:04.535Z Documenting slog-envlogger v2.2.0
28682024-05-14T07:59:07.313Z Documenting tap v1.0.1
28692024-05-14T07:59:07.925Z Documenting num v0.4.3
28702024-05-14T07:59:08.225Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28712024-05-14T07:59:08.708Z Documenting tar v0.4.40
28722024-05-14T07:59:09.445Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28732024-05-14T07:59:09.558Z Documenting radium v0.7.0
28742024-05-14T07:59:10.302Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28752024-05-14T07:59:10.515Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28762024-05-14T07:59:10.698Z Documenting nibble_vec v0.1.0
28772024-05-14T07:59:10.846Z Documenting wyz v0.5.1
28782024-05-14T07:59:13.105Z Documenting endian-type v0.1.2
28792024-05-14T07:59:13.936Z Documenting crc-catalog v2.2.0
28802024-05-14T07:59:14.227Z Documenting funty v2.0.0
28812024-05-14T07:59:14.470Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28822024-05-14T07:59:14.723Z Documenting cancel-safe-futures v0.1.5
28832024-05-14T07:59:14.946Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28842024-05-14T07:59:15.221Z Documenting packed_struct_codegen v0.10.1
28852024-05-14T07:59:15.255Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28862024-05-14T07:59:17.247Z Documenting radix_trie v0.2.1
28872024-05-14T07:59:17.411Z Documenting crc v3.0.1
28882024-05-14T07:59:18.096Z Documenting bitvec v1.0.1
28892024-05-14T07:59:19.227Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28902024-05-14T07:59:20.725Z Documenting same-file v1.0.6
28912024-05-14T07:59:20.767Z Documenting nodrop v0.1.14
28922024-05-14T07:59:20.920Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28932024-05-14T07:59:22.858Z Documenting num-bigint-dig v0.8.4
28942024-05-14T07:59:23.756Z Documenting packed_struct v0.10.1
28952024-05-14T07:59:23.788Z Documenting array-init v0.0.4
28962024-05-14T07:59:24.459Z Documenting pkcs1 v0.7.5
28972024-05-14T07:59:24.991Z Documenting walkdir v2.5.0
28982024-05-14T07:59:27.579Z Documenting signature v2.1.0
28992024-05-14T07:59:28.727Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29002024-05-14T07:59:28.902Z Documenting bitfield v0.14.0
29012024-05-14T07:59:29.016Z Documenting display-error-chain v0.2.0
29022024-05-14T07:59:29.321Z Documenting termcolor v1.2.0
29032024-05-14T07:59:29.562Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29042024-05-14T07:59:29.562Z --> nexus/types/src/sectioned_table.rs:145:7
29052024-05-14T07:59:29.563Z |
29062024-05-14T07:59:29.563Z145 | /// [`StNestedBuilder::make_subsection`].
29072024-05-14T07:59:29.563Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29082024-05-14T07:59:29.563Z |
29092024-05-14T07:59:29.563Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29102024-05-14T07:59:29.563Z
29112024-05-14T07:59:29.821Z Documenting serde-hex v0.1.0
29122024-05-14T07:59:31.904Zwarning: `nexus-types` (lib doc) generated 1 warning
29132024-05-14T07:59:31.979Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29142024-05-14T07:59:32.268Z Documenting rsa v0.9.2
29152024-05-14T07:59:32.320Z Documenting slog-dtrace v0.3.0
29162024-05-14T07:59:32.859Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29172024-05-14T07:59:43.273Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29182024-05-14T07:59:43.520Z Documenting pem v3.0.4
29192024-05-14T07:59:43.520Z Documenting env_logger v0.10.0
29202024-05-14T07:59:43.520Z Documenting x509-cert v0.2.4
29212024-05-14T07:59:43.520Z Documenting libsw v3.3.1
29222024-05-14T07:59:43.520Z Documenting ron v0.8.1
29232024-05-14T07:59:43.600Z Documenting half v2.3.1
29242024-05-14T07:59:43.600Z Documenting crc-any v2.4.3
29252024-05-14T07:59:43.600Z Documenting linear-map v1.2.0
29262024-05-14T07:59:43.600Z Documenting owo-colors v4.0.0
29272024-05-14T07:59:43.600Z Documenting maplit v1.0.2
29282024-05-14T07:59:43.600Z Documenting ciborium-io v0.2.2
29292024-05-14T07:59:43.600Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29302024-05-14T07:59:43.601Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29312024-05-14T07:59:43.601Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29322024-05-14T07:59:43.601Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29332024-05-14T07:59:43.655Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29342024-05-14T07:59:44.844Z Documenting headers-core v0.2.0
29352024-05-14T07:59:44.973Z Documenting ciborium-ll v0.2.2
29362024-05-14T07:59:45.142Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29372024-05-14T07:59:47.073Z Documenting path-slash v0.1.5
29382024-05-14T07:59:49.848Z Documenting ciborium v0.2.2
29392024-05-14T07:59:50.593Z Documenting headers v0.3.9
29402024-05-14T07:59:51.278Z Documenting fxhash v0.2.1
29412024-05-14T07:59:51.734Z Documenting async-recursion v1.1.1
29422024-05-14T07:59:51.797Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29432024-05-14T07:59:54.568Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29442024-05-14T07:59:55.595Z Documenting vte_generate_state_changes v0.1.1
29452024-05-14T07:59:56.319Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29462024-05-14T07:59:56.819Z Checking convert_case v0.4.0
29472024-05-14T07:59:57.036Z Documenting convert_case v0.4.0
29482024-05-14T07:59:57.371Z Documenting buf-list v1.0.3
29492024-05-14T07:59:59.815Z Documenting vte v0.11.1
29502024-05-14T08:00:00.920Z Documenting derive_builder_core v0.20.0
29512024-05-14T08:00:01.206Z Documenting derive_more v0.99.17
29522024-05-14T08:00:02.673Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29532024-05-14T08:00:04.287Z Checking derive_builder_core v0.20.0
29542024-05-14T08:00:05.145Z Documenting fd-lock v4.0.2
29552024-05-14T08:00:05.832Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29562024-05-14T08:00:07.581Z Documenting bitstruct_derive v0.1.0
29572024-05-14T08:00:08.217Z Documenting pin-project-internal v1.1.3
29582024-05-14T08:00:08.908Z Documenting ascii v1.1.0
29592024-05-14T08:00:09.144Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29602024-05-14T08:00:10.076Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29612024-05-14T08:00:10.811Z Documenting derive_builder_macro v0.20.0
29622024-05-14T08:00:12.528Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29632024-05-14T08:00:12.648Z Documenting bitstruct v0.1.1
29642024-05-14T08:00:13.553Z Documenting pin-project v1.1.3
29652024-05-14T08:00:14.443Z Documenting strip-ansi-escapes v0.2.0
29662024-05-14T08:00:14.995Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29672024-05-14T08:00:15.597Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29682024-05-14T08:00:16.019Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29692024-05-14T08:00:16.266Z Documenting crossbeam-deque v0.8.3
29702024-05-14T08:00:17.026Z Documenting snafu-derive v0.8.2
29712024-05-14T08:00:18.714Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29722024-05-14T08:00:19.633Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29732024-05-14T08:00:20.509Z Documenting erased-serde v0.3.31
29742024-05-14T08:00:20.620Z Documenting serde_arrays v0.1.0
29752024-05-14T08:00:26.087Z Documenting ref-cast-impl v1.0.22
29762024-05-14T08:00:26.151Z Checking unicode-xid v0.2.4
29772024-05-14T08:00:26.151Z Documenting nu-ansi-term v0.50.0
29782024-05-14T08:00:26.151Z Documenting unicode-xid v0.2.4
29792024-05-14T08:00:26.151Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29802024-05-14T08:00:26.151Z Documenting snafu v0.8.2
29812024-05-14T08:00:26.151Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29822024-05-14T08:00:26.151Z Documenting ref-cast v1.0.22
29832024-05-14T08:00:28.512Z Documenting const_format_proc_macros v0.2.32
29842024-05-14T08:00:28.869Z Documenting reedline v0.31.0
29852024-05-14T08:00:29.407Z Documenting rayon-core v1.12.1
29862024-05-14T08:00:30.266Z Documenting derive_builder v0.20.0
29872024-05-14T08:00:31.361Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29882024-05-14T08:00:33.068Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29892024-05-14T08:00:34.042Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29902024-05-14T08:00:34.336Z Documenting libefi-sys v0.1.0
29912024-05-14T08:00:36.115Z Documenting trust-dns-client v0.22.0
29922024-05-14T08:00:37.739Z Documenting polar-core v0.27.3
29932024-05-14T08:00:39.993Z Documenting libxml v0.3.3
29942024-05-14T08:00:40.280Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29952024-05-14T08:00:40.531Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29962024-05-14T08:00:41.526Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29972024-05-14T08:00:41.679Z Documenting globset v0.4.13
29982024-05-14T08:00:42.155Z Documenting bb8 v0.8.3
29992024-05-14T08:00:45.236Z Documenting olpc-cjson v0.1.3
30002024-05-14T08:00:46.697Z Documenting quick-xml v0.31.0
30012024-05-14T08:00:47.209Z Documenting serde_plain v1.0.2
30022024-05-14T08:00:47.811Z Documenting oso-derive v0.27.3
30032024-05-14T08:00:48.039Z Documenting impl-trait-for-tuples v0.2.2
30042024-05-14T08:00:48.296Z Documenting typed-path v0.7.0
30052024-05-14T08:00:50.269Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30062024-05-14T08:00:52.108Z Documenting keccak v0.1.4
30072024-05-14T08:00:52.616Z Documenting utf-8 v0.7.6
30082024-05-14T08:00:53.621Z Documenting samael v0.0.15
30092024-05-14T08:00:53.828Z Documenting oso v0.27.3
30102024-05-14T08:00:54.532Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30112024-05-14T08:00:54.933Z Documenting tough v0.17.1
30122024-05-14T08:00:55.524Z Documenting sha3 v0.10.8
30132024-05-14T08:00:56.922Z Documenting tungstenite v0.21.0
30142024-05-14T08:00:57.306Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30152024-05-14T08:01:00.446Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30162024-05-14T08:01:00.496Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30172024-05-14T08:01:00.672Z Documenting trust-dns-server v0.22.1
30182024-05-14T08:01:04.911Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30192024-05-14T08:01:05.406Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30202024-05-14T08:01:05.870Z Documenting rayon v1.10.0
30212024-05-14T08:01:07.127Z Documenting const_format v0.2.32
30222024-05-14T08:01:11.020Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30232024-05-14T08:01:11.031Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30242024-05-14T08:01:11.031Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30252024-05-14T08:01:11.031Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30262024-05-14T08:01:11.031Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30272024-05-14T08:01:11.031Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30282024-05-14T08:01:11.595Z Documenting sled v0.34.7
30292024-05-14T08:01:11.754Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30302024-05-14T08:01:12.206Z Documenting fs-err v2.11.0
30312024-05-14T08:01:12.630Z Documenting nix v0.28.0
30322024-05-14T08:01:13.811Z Documenting cookie v0.18.1
30332024-05-14T08:01:14.366Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30342024-05-14T08:01:16.719Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30352024-05-14T08:01:17.055Z Documenting secrecy v0.8.0
30362024-05-14T08:01:17.121Z Documenting gethostname v0.4.3
30372024-05-14T08:01:17.862Z Documenting peg-macros v0.8.3
30382024-05-14T08:01:18.017Z Documenting rustversion v1.0.14
30392024-05-14T08:01:19.378Z Documenting sqlparser_derive v0.2.2
30402024-05-14T08:01:19.392Z Documenting unicode_categories v0.1.1
30412024-05-14T08:01:21.719Z Documenting parse-size v1.0.0
30422024-05-14T08:01:22.232Z Documenting home v0.5.5
30432024-05-14T08:01:23.284Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30442024-05-14T08:01:23.509Z Documenting castaway v0.2.2
30452024-05-14T08:01:23.658Z Documenting peg v0.8.3
30462024-05-14T08:01:23.756Z Documenting sqlformat v0.2.3
30472024-05-14T08:01:24.025Z Documenting sqlparser v0.45.0
30482024-05-14T08:01:24.759Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30492024-05-14T08:01:26.488Z Documenting rustyline v14.0.0
30502024-05-14T08:01:27.611Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30512024-05-14T08:01:27.907Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30522024-05-14T08:01:29.070Z Documenting tokio-tungstenite v0.21.0
30532024-05-14T08:01:32.730Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30542024-05-14T08:01:34.468Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30552024-05-14T08:01:35.749Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30562024-05-14T08:01:37.359Z Documenting zone v0.1.8
30572024-05-14T08:01:42.699Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30582024-05-14T08:01:42.878Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30592024-05-14T08:01:42.878Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30602024-05-14T08:01:42.878Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30612024-05-14T08:01:42.903Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30622024-05-14T08:01:43.018Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30632024-05-14T08:01:43.321Z Documenting portpicker v0.1.1
30642024-05-14T08:01:44.735Z Documenting universal-hash v0.5.1
30652024-05-14T08:01:48.528Z Documenting bcs v0.1.6
30662024-05-14T08:01:49.452Z Documenting kstat-rs v0.2.3
30672024-05-14T08:01:59.247Z Documenting thiserror-impl-no-std v2.0.2
30682024-05-14T08:01:59.280Z Documenting curve25519-dalek-derive v0.1.0
30692024-05-14T08:01:59.306Z Documenting highway v1.1.0
30702024-05-14T08:01:59.405Z Documenting opaque-debug v0.3.0
30712024-05-14T08:01:59.683Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30722024-05-14T08:01:59.730Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30732024-05-14T08:02:00.346Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30742024-05-14T08:02:02.690Z Documenting poly1305 v0.8.0
30752024-05-14T08:02:03.491Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30762024-05-14T08:02:04.004Z Documenting curve25519-dalek v4.1.2
30772024-05-14T08:02:05.594Z Documenting thiserror-no-std v2.0.2
30782024-05-14T08:02:07.824Z Documenting compact_str v0.7.1
30792024-05-14T08:02:08.609Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30802024-05-14T08:02:09.521Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30812024-05-14T08:02:10.513Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30822024-05-14T08:02:11.371Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30832024-05-14T08:02:12.165Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30842024-05-14T08:02:12.828Z Documenting portable-atomic v1.4.3
30852024-05-14T08:02:13.282Z Documenting ed25519 v1.5.3
30862024-05-14T08:02:13.732Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30872024-05-14T08:02:16.790Z Documenting memoffset v0.7.1
30882024-05-14T08:02:17.247Z Documenting unicase v2.7.0
30892024-05-14T08:02:18.650Z Documenting rcgen v0.12.1
30902024-05-14T08:02:20.357Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
30912024-05-14T08:02:21.199Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30922024-05-14T08:02:24.960Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
30932024-05-14T08:02:25.066Z Documenting atomicwrites v0.4.3
30942024-05-14T08:02:25.067Zwarning: could not parse code block as Rust code
30952024-05-14T08:02:25.067Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
30962024-05-14T08:02:25.067Z |
30972024-05-14T08:02:25.067Z246 | / /// Parse a string literal, either single- or double-quoted.
30982024-05-14T08:02:25.067Z247 | | ///
30992024-05-14T08:02:25.067Z248 | | /// Parsing string literals is pretty tricky, but we add several
31002024-05-14T08:02:25.068Z249 | | /// constraints to simplify things. First strings must be quoted, either
31012024-05-14T08:02:25.068Z... |
31022024-05-14T08:02:25.068Z277 | | ///
31032024-05-14T08:02:25.068Z278 | | /// Will be parsed as `this string has " in it`.
31042024-05-14T08:02:25.068Z | |________________________________________________________^
31052024-05-14T08:02:25.068Z |
31062024-05-14T08:02:25.068Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31072024-05-14T08:02:25.068Z = note: error from rustc: unknown start of token: \
31082024-05-14T08:02:25.069Z = note: error from rustc: unknown start of token: \
31092024-05-14T08:02:25.069Z = note: error from rustc: unknown start of token: \
31102024-05-14T08:02:25.069Z = note: error from rustc: unknown start of token: \
31112024-05-14T08:02:25.069Z = note: error from rustc: unknown start of token: \
31122024-05-14T08:02:25.069Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31132024-05-14T08:02:25.069Z
31142024-05-14T08:02:25.778Zwarning: `oximeter-db` (lib doc) generated 1 warning
31152024-05-14T08:02:25.782Z Documenting chacha20 v0.9.1
31162024-05-14T08:02:26.549Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31172024-05-14T08:02:26.874Z Documenting lru v0.12.1
31182024-05-14T08:02:28.821Z Documenting aead v0.5.2
31192024-05-14T08:02:29.309Z Documenting rand_seeder v0.2.3
31202024-05-14T08:02:30.733Z Documenting nanorand v0.7.0
31212024-05-14T08:02:31.736Z Documenting subprocess v0.2.9
31222024-05-14T08:02:34.123Z Documenting stability v0.2.0
31232024-05-14T08:02:34.183Z Documenting number_prefix v0.4.0
31242024-05-14T08:02:43.329Z Documenting cassowary v0.3.0
31252024-05-14T08:02:43.483Z Documenting glob v0.3.1
31262024-05-14T08:02:43.575Z Documenting chacha20poly1305 v0.10.1
31272024-05-14T08:02:43.892Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31282024-05-14T08:02:43.991Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31292024-05-14T08:02:44.015Z Documenting flume v0.11.0
31302024-05-14T08:02:44.256Z Documenting indicatif v0.17.8
31312024-05-14T08:02:47.661Z Documenting ratatui v0.26.2
31322024-05-14T08:02:47.913Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31332024-05-14T08:02:48.880Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31342024-05-14T08:03:00.468Z Documenting mime_guess v2.0.4
31352024-05-14T08:03:00.871Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31362024-05-14T08:03:00.929Z Documenting salty v0.2.0
31372024-05-14T08:03:01.288Z Documenting vsss-rs v3.3.4
31382024-05-14T08:03:01.418Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31392024-05-14T08:03:02.712Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31402024-05-14T08:03:03.768Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31412024-05-14T08:03:04.147Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31422024-05-14T08:03:04.414Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31432024-05-14T08:03:05.131Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31442024-05-14T08:03:06.239Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31452024-05-14T08:03:06.516Z Documenting serde-big-array v0.5.1
31462024-05-14T08:03:07.804Z Documenting rtoolbox v0.0.1
31472024-05-14T08:03:08.580Z Documenting unicode-linebreak v0.1.5
31482024-05-14T08:03:09.253Z Documenting is_ci v1.2.0
31492024-05-14T08:03:09.883Z Documenting smawk v0.3.1
31502024-05-14T08:03:11.042Z Documenting http-range v0.1.5
31512024-05-14T08:03:11.705Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31522024-05-14T08:03:12.947Z Documenting rpassword v7.3.1
31532024-05-14T08:03:13.388Z Documenting supports-color v3.0.0
31542024-05-14T08:03:13.850Z Documenting textwrap v0.16.1
31552024-05-14T08:03:15.634Z Documenting hyper-staticfile v0.9.5
31562024-05-14T08:03:17.398Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31572024-05-14T08:03:17.651Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31582024-05-14T08:03:18.205Z Documenting tui-tree-widget v0.19.0
31592024-05-14T08:03:19.018Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31602024-05-14T08:03:20.163Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31612024-05-14T08:03:21.473Zwarning: unresolved link to `test_sled_transitions`
31622024-05-14T08:03:21.474Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31632024-05-14T08:03:21.474Z |
31642024-05-14T08:03:21.474Z698 | /// [`test_sled_transitions`].
31652024-05-14T08:03:21.474Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31662024-05-14T08:03:21.474Z |
31672024-05-14T08:03:21.474Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31682024-05-14T08:03:21.474Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31692024-05-14T08:03:21.474Z
31702024-05-14T08:03:21.478Zwarning: unresolved link to `test_sled_transitions`
31712024-05-14T08:03:21.478Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31722024-05-14T08:03:21.478Z |
31732024-05-14T08:03:21.478Z734 | /// [`test_sled_transitions`].
31742024-05-14T08:03:21.478Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31752024-05-14T08:03:21.478Z |
31762024-05-14T08:03:21.478Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31772024-05-14T08:03:21.478Z
31782024-05-14T08:03:21.478Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31792024-05-14T08:03:21.479Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31802024-05-14T08:03:21.479Z |
31812024-05-14T08:03:21.479Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31822024-05-14T08:03:21.479Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31832024-05-14T08:03:21.479Z
31842024-05-14T08:03:21.920Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31852024-05-14T08:03:22.387Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31862024-05-14T08:03:24.729Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31872024-05-14T08:03:24.736Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31882024-05-14T08:03:25.862Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31892024-05-14T08:03:25.876Z Documenting signal-hook-tokio v0.3.1
31902024-05-14T08:03:25.876Z Documenting memmap2 v0.7.1
31912024-05-14T08:03:25.876Z Documenting arrayvec v0.7.4
31922024-05-14T08:03:27.000Z Documenting constant_time_eq v0.3.0
31932024-05-14T08:03:29.536Z Documenting shell-words v1.1.0
31942024-05-14T08:03:30.272Z Documenting arrayref v0.3.7
31952024-05-14T08:03:30.466Z Documenting corncobs v0.1.3
31962024-05-14T08:03:31.758Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31972024-05-14T08:03:33.580Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31982024-05-14T08:03:33.725Z Documenting blake3 v1.5.0
31992024-05-14T08:03:34.014Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32002024-05-14T08:03:35.652Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012024-05-14T08:03:38.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32022024-05-14T08:03:38.481Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032024-05-14T08:03:40.701Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32042024-05-14T08:03:40.704Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32052024-05-14T08:03:41.191Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32062024-05-14T08:03:43.658Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32072024-05-14T08:03:52.844Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32082024-05-14T08:03:56.709Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092024-05-14T08:03:58.017Zwarning: unresolved link to `BlueprintDisksConfig`
32102024-05-14T08:03:58.017Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55
32112024-05-14T08:03:58.017Z |
32122024-05-14T08:03:58.017Z1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32132024-05-14T08:03:58.017Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32142024-05-14T08:03:58.017Z |
32152024-05-14T08:03:58.017Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32162024-05-14T08:03:58.017Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32172024-05-14T08:03:58.017Z
32182024-05-14T08:03:58.563Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32192024-05-14T08:03:59.035Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32202024-05-14T08:04:07.679Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32212024-05-14T08:04:07.679Z Documenting fatfs v0.3.6
32222024-05-14T08:04:07.861Zwarning: unclosed HTML tag `usize`
32232024-05-14T08:04:07.861Z --> wicket/src/ui/panes/update.rs:153:19
32242024-05-14T08:04:07.861Z |
32252024-05-14T08:04:07.862Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32262024-05-14T08:04:07.862Z | ^^^^^^^
32272024-05-14T08:04:07.862Z |
32282024-05-14T08:04:07.862Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32292024-05-14T08:04:07.862Z
32302024-05-14T08:04:07.873Zwarning: `wicket` (lib doc) generated 1 warning
32312024-05-14T08:04:07.873Z Documenting assert_matches v1.5.0
32322024-05-14T08:04:07.951Z Documenting topological-sort v0.2.2
32332024-05-14T08:04:07.951Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32342024-05-14T08:04:09.015Z Documenting omicron-zone-package v0.11.0
32352024-05-14T08:04:11.287Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362024-05-14T08:04:16.241Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32372024-05-14T08:04:18.053Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32382024-05-14T08:04:18.053Z --> sled-agent/src/sim/instance.rs:46:7
32392024-05-14T08:04:18.053Z |
32402024-05-14T08:04:18.053Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32412024-05-14T08:04:18.053Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32422024-05-14T08:04:18.053Z |
32432024-05-14T08:04:18.053Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32442024-05-14T08:04:18.053Z
32452024-05-14T08:04:19.076Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32462024-05-14T08:04:20.125Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32472024-05-14T08:04:21.163Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32482024-05-14T08:04:21.223Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32492024-05-14T08:04:22.400Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32502024-05-14T08:04:22.456Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32512024-05-14T08:04:25.029Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32522024-05-14T08:04:25.793Z Documenting termios v0.3.3
32532024-05-14T08:04:27.768Z Documenting uzers v0.11.3
32542024-05-14T08:04:30.868Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32552024-05-14T08:04:31.912Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32562024-05-14T08:04:33.141Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32572024-05-14T08:04:36.096Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32582024-05-14T08:04:43.414Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32592024-05-14T08:04:51.639Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32602024-05-14T08:04:53.651Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32612024-05-14T08:05:08.375Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32622024-05-14T08:05:13.026Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32632024-05-14T08:05:19.893Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32642024-05-14T08:05:20.712Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32652024-05-14T08:05:23.027Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32662024-05-14T08:05:24.088Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32672024-05-14T08:05:25.903Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32682024-05-14T08:05:39.846Zwarning: unresolved link to `Nexus`
32692024-05-14T08:05:39.846Z --> nexus/src/app/instance_network.rs:280:34
32702024-05-14T08:05:39.846Z |
32712024-05-14T08:05:39.846Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32722024-05-14T08:05:39.846Z | ^^^^^ no item named `Nexus` in scope
32732024-05-14T08:05:39.846Z |
32742024-05-14T08:05:39.846Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32752024-05-14T08:05:39.846Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32762024-05-14T08:05:39.847Z
32772024-05-14T08:05:39.847Zwarning: unresolved link to `Nexus`
32782024-05-14T08:05:39.847Z --> nexus/src/app/instance_network.rs:458:34
32792024-05-14T08:05:39.847Z |
32802024-05-14T08:05:39.847Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32812024-05-14T08:05:39.847Z | ^^^^^ no item named `Nexus` in scope
32822024-05-14T08:05:39.847Z |
32832024-05-14T08:05:39.847Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32842024-05-14T08:05:39.847Z
32852024-05-14T08:05:39.857Zwarning: unresolved link to `VolumeConstructionRequest`
32862024-05-14T08:05:39.858Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32872024-05-14T08:05:39.858Z |
32882024-05-14T08:05:39.858Z338 | /// [`VolumeConstructionRequest`] is shown here):
32892024-05-14T08:05:39.858Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32902024-05-14T08:05:39.858Z |
32912024-05-14T08:05:39.858Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32922024-05-14T08:05:39.858Z
32932024-05-14T08:05:39.858Zwarning: unresolved link to `fd00:1122:3344:101::5`
32942024-05-14T08:05:39.858Z --> nexus/src/app/sagas/volume_delete.rs:348:17
32952024-05-14T08:05:39.858Z |
32962024-05-14T08:05:39.858Z348 | /// "[fd00:1122:3344:101::5]:1000",
32972024-05-14T08:05:39.858Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32982024-05-14T08:05:39.858Z
32992024-05-14T08:05:39.858Zwarning: unresolved link to `fd00:1122:3344:102::9`
33002024-05-14T08:05:39.858Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33012024-05-14T08:05:39.858Z |
33022024-05-14T08:05:39.858Z349 | /// "[fd00:1122:3344:102::9]:1000",
33032024-05-14T08:05:39.858Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33042024-05-14T08:05:39.858Z
33052024-05-14T08:05:39.858Zwarning: unresolved link to `fd00:1122:3344:103::2`
33062024-05-14T08:05:39.858Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33072024-05-14T08:05:39.859Z |
33082024-05-14T08:05:39.859Z350 | /// "[fd00:1122:3344:103::2]:1000"
33092024-05-14T08:05:39.859Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33102024-05-14T08:05:39.859Z
33112024-05-14T08:05:39.859Zwarning: unresolved link to `fd00:1122:3344:101::5`
33122024-05-14T08:05:39.859Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33132024-05-14T08:05:39.859Z |
33142024-05-14T08:05:39.859Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33152024-05-14T08:05:39.859Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33162024-05-14T08:05:39.859Z
33172024-05-14T08:05:39.859Zwarning: unresolved link to `fd00:1122:3344:102::9`
33182024-05-14T08:05:39.859Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33192024-05-14T08:05:39.859Z |
33202024-05-14T08:05:39.859Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33212024-05-14T08:05:39.859Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33222024-05-14T08:05:39.859Z
33232024-05-14T08:05:39.859Zwarning: unresolved link to `fd00:1122:3344:103::2`
33242024-05-14T08:05:39.859Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33252024-05-14T08:05:39.859Z |
33262024-05-14T08:05:39.859Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33272024-05-14T08:05:39.859Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33282024-05-14T08:05:39.860Z
33292024-05-14T08:05:42.874Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33302024-05-14T08:05:59.271Z Finished dev [unoptimized + debuginfo] target(s) in 12m 11s
33312024-05-14T08:05:59.356Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33322024-05-14T08:05:59.356Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33332024-05-14T08:05:59.356Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33342024-05-14T08:05:59.356Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33352024-05-14T08:05:59.356Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33362024-05-14T08:05:59.356Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33372024-05-14T08:05:59.357Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33382024-05-14T08:05:59.357Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33392024-05-14T08:05:59.357Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33402024-05-14T08:05:59.407Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33412024-05-14T08:05:59.408Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33422024-05-14T08:05:59.408Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33432024-05-14T08:05:59.408Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33442024-05-14T08:05:59.408Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33452024-05-14T08:05:59.408Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33462024-05-14T08:05:59.408Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33472024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33482024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33492024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33502024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33512024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33522024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33532024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33542024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33552024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33562024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33572024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33582024-05-14T08:05:59.409Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33592024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33602024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33612024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33622024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33632024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33642024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33652024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33662024-05-14T08:05:59.410Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33672024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33682024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33692024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33702024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33712024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33722024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33732024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33742024-05-14T08:05:59.411Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33752024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33762024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33772024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33782024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33792024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33802024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33812024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33822024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33832024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33842024-05-14T08:05:59.412Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33852024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33862024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33872024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33882024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33892024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33902024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33912024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33922024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33932024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33942024-05-14T08:05:59.413Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
33952024-05-14T08:05:59.414Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
33962024-05-14T08:05:59.414Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
33972024-05-14T08:05:59.414Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
33982024-05-14T08:05:59.414Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
33992024-05-14T08:05:59.414Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34002024-05-14T08:05:59.414Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34012024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34022024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34032024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34042024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34052024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34062024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34072024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34082024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34092024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34102024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34112024-05-14T08:05:59.415Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34122024-05-14T08:05:59.847Z
34132024-05-14T08:05:59.847Zreal 12:11.319740602
34142024-05-14T08:05:59.847Zuser 33:42.144898772
34152024-05-14T08:05:59.847Zsys 52:50.714945408
34162024-05-14T08:05:59.847Ztrap 0.880714026
34172024-05-14T08:05:59.848Ztflt 0.195580180
34182024-05-14T08:05:59.848Zdflt 0.665849661
34192024-05-14T08:05:59.848Zkflt 0.000081332
34202024-05-14T08:05:59.848Zlock 3:15:36.472836718
34212024-05-14T08:05:59.848Zslp 3:23:53.719846433
34222024-05-14T08:05:59.848Zlat 4:24.755321097
34232024-05-14T08:05:59.848Zstop 1:55.538379876
34242024-05-14T08:05:59.849Zprocess exited: duration 1340443 ms, exit code 0
 
34252024-05-14T08:05:59.867Zfound 0 output files