01HQBQM0K9SFKNNNY0VX0GWZ6D: 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: 01HQBQM9AV0SPCVRKGAK774AZ9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-23T19:39:39.526Zjob assigned to worker 01HQBQME2290PXTWZMMFRJFKG7 (queued for 56 s)
 
22024-02-23T19:39:40.274Zstarting task 0: "setup"
32024-02-23T19:39:40.358Z++ uname -s
42024-02-23T19:39:40.367Z+ kern=SunOS
52024-02-23T19:39:40.368Z+ case "$kern" in
62024-02-23T19:39:40.368Z+ groupadd -g 12345 build
72024-02-23T19:39:40.368Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-23T19:39:42.369Z+ zfs create -o mountpoint=/work rpool/work
92024-02-23T19:39:42.437Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-23T19:39:42.452Z+ home_fs=zfs
112024-02-23T19:39:42.452Z+ [[ zfs == autofs ]]
122024-02-23T19:39:42.452Z+ mkdir -p /home/build
132024-02-23T19:39:42.452Z+ chown build:build /home/build /work
142024-02-23T19:39:44.450Z+ chmod 0700 /home/build /work
152024-02-23T19:39:44.468Zprocess exited: duration 4162 ms, exit code 0
 
162024-02-23T19:39:44.505Zstarting task 1: "rust-toolchain"
172024-02-23T19:39:44.511Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-23T19:39:44.512Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-23T19:39:44.622Zinfo: downloading installer
202024-02-23T19:39:50.563Zwarning: it looks like you have an existing installation of Rust at:
212024-02-23T19:39:50.610Zwarning: /opt/ooce/bin
222024-02-23T19:39:50.610Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-23T19:39:50.610Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-23T19:39:50.610Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-23T19:39:50.610Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-23T19:39:50.611Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-23T19:39:50.611Zerror: cannot install while Rust is installed
282024-02-23T19:39:50.611Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-23T19:39:50.611Zinfo: profile set to 'default'
302024-02-23T19:39:50.611Zinfo: default host triple is x86_64-unknown-illumos
312024-02-23T19:39:50.611Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-23T19:39:50.611Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-23T19:39:50.611Zinfo: downloading component 'cargo'
342024-02-23T19:39:50.612Zinfo: downloading component 'clippy'
352024-02-23T19:39:50.612Zinfo: downloading component 'rust-docs'
362024-02-23T19:39:50.612Zinfo: downloading component 'rust-std'
372024-02-23T19:39:50.612Zinfo: downloading component 'rustc'
382024-02-23T19:39:54.188Zinfo: downloading component 'rustfmt'
392024-02-23T19:39:54.421Zinfo: installing component 'cargo'
402024-02-23T19:39:55.320Zinfo: installing component 'clippy'
412024-02-23T19:39:55.754Zinfo: installing component 'rust-docs'
422024-02-23T19:39:57.305Zinfo: installing component 'rust-std'
432024-02-23T19:39:59.239Zinfo: installing component 'rustc'
442024-02-23T19:40:04.207Zinfo: installing component 'rustfmt'
452024-02-23T19:40:04.210Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-23T19:40:04.210Z
472024-02-23T19:40:04.429Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-23T19:40:04.429Z
492024-02-23T19:40:04.433Z
502024-02-23T19:40:04.433ZRust is installed now. Great!
512024-02-23T19:40:04.433Z
522024-02-23T19:40:04.433ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-23T19:40:04.433Zenvironment variable. This has not been done automatically.
542024-02-23T19:40:04.433Z
552024-02-23T19:40:04.433ZTo configure your current shell, run:
562024-02-23T19:40:04.433Zsource "$HOME/.cargo/env"
572024-02-23T19:40:04.487Z+ rustc --version
582024-02-23T19:40:04.559Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-23T19:40:04.563Zprocess exited: duration 20059 ms, exit code 0
 
602024-02-23T19:40:04.571Zstarting task 2: "authentication"
612024-02-23T19:40:04.594Zprocess exited: duration 24 ms, exit code 0
 
622024-02-23T19:40:04.606Zstarting task 3: "clone repository"
632024-02-23T19:40:04.609Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-23T19:40:04.613Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-23T19:40:04.839ZCloning into '/work/oxidecomputer/omicron'...
662024-02-23T19:40:12.458Z+ cd /work/oxidecomputer/omicron
672024-02-23T19:40:12.458Z+ git fetch origin 70dfed3dff440d3f0c168c492a064216b4eccbf9
682024-02-23T19:40:12.458ZFrom https://github.com/oxidecomputer/omicron
692024-02-23T19:40:12.458Z * branch 70dfed3dff440d3f0c168c492a064216b4eccbf9 -> FETCH_HEAD
702024-02-23T19:40:12.458Z+ [[ -n dap/more-inventory-collection ]]
712024-02-23T19:40:12.458Z++ git branch --show-current
722024-02-23T19:40:12.458Z+ current=main
732024-02-23T19:40:12.458Z+ [[ main != dap/more-inventory-collection ]]
742024-02-23T19:40:12.458Z+ git branch -f dap/more-inventory-collection 70dfed3dff440d3f0c168c492a064216b4eccbf9
752024-02-23T19:40:12.458Z+ git checkout -f dap/more-inventory-collection
762024-02-23T19:40:12.458ZSwitched to branch 'dap/more-inventory-collection'
772024-02-23T19:40:12.458Z+ git reset --hard 70dfed3dff440d3f0c168c492a064216b4eccbf9
782024-02-23T19:40:12.458ZHEAD is now at 70dfed3df fix
792024-02-23T19:40:12.458Zprocess exited: duration 6565 ms, exit code 0
 
802024-02-23T19:40:12.543Zstarting task 4: "build"
812024-02-23T19:40:12.555Z+ cargo --version
822024-02-23T19:40:12.556Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-23T19:40:12.665Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-23T19:40:12.665Zinfo: downloading component 'cargo'
852024-02-23T19:40:13.342Zinfo: downloading component 'clippy'
862024-02-23T19:40:13.570Zinfo: downloading component 'rust-docs'
872024-02-23T19:40:14.406Zinfo: downloading component 'rust-std'
882024-02-23T19:40:15.720Zinfo: downloading component 'rustc'
892024-02-23T19:40:19.444Zinfo: downloading component 'rustfmt'
902024-02-23T19:40:19.767Zinfo: installing component 'cargo'
912024-02-23T19:40:20.677Zinfo: installing component 'clippy'
922024-02-23T19:40:21.029Zinfo: installing component 'rust-docs'
932024-02-23T19:40:22.642Zinfo: installing component 'rust-std'
942024-02-23T19:40:24.262Zinfo: installing component 'rustc'
952024-02-23T19:40:28.303Zinfo: installing component 'rustfmt'
962024-02-23T19:40:28.690Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-23T19:40:28.703Z+ rustc --version
982024-02-23T19:40:28.765Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-23T19:40:28.771Z+ source ./env.sh
1002024-02-23T19:40:28.771Z++ set -o xtrace
1012024-02-23T19:40:28.776Z++++ dirname ./env.sh
1022024-02-23T19:40:28.822Z+++ cd .
1032024-02-23T19:40:28.828Z+++ echo /work/oxidecomputer/omicron
1042024-02-23T19:40:28.828Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052024-02-23T19:40:28.828Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062024-02-23T19:40:28.828Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-02-23T19:40:28.829Z++ 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
1082024-02-23T19:40:28.829Z++ 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
1092024-02-23T19:40:28.829Z++ 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
1102024-02-23T19:40:28.829Z++ 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
1112024-02-23T19:40:28.829Z++ 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
1122024-02-23T19:40:28.829Z++ 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
1132024-02-23T19:40:28.829Z++ unset OMICRON_WS
1142024-02-23T19:40:28.830Z++ set +o xtrace
1152024-02-23T19:40:28.877Z
1162024-02-23T19:40:28.877Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-02-23T19:40:28.877Z # # # # # # # # # # # # # # #
1182024-02-23T19:40:28.878Z # # # # ##### # # ##### # # # # # #### #
1192024-02-23T19:40:28.878Z ##### ##### # ##### # # # # # # # # #
1202024-02-23T19:40:28.878Z # # # # # # # # # # # # # # #
1212024-02-23T19:40:28.878Z # # # ###### # # ###### ### # #### # #### #
1222024-02-23T19:40:28.878Z
1232024-02-23T19:40:38.822Z Startup: Refreshing catalog 'helios-dev' ... Done
1242024-02-23T19:40:40.236Z Startup: Caching catalogs ... Done
1252024-02-23T19:40:41.826ZPlanning: Solver setup ... Done (1.197s)
1262024-02-23T19:40:41.858ZPlanning: Running solver ... Done (0.029s)
1272024-02-23T19:40:42.200ZPlanning: Finding local manifests ... Done (0.325s)
1282024-02-23T19:40:42.217ZPlanning: Fetching manifests: 0/4 0% complete
1292024-02-23T19:40:42.432ZPlanning: Fetching manifests: 4/4 100% complete
1302024-02-23T19:40:42.480ZPlanning: Package planning ... Done (0.050s)
1312024-02-23T19:40:42.533ZPlanning: Merging actions ... Done (0.051s)
1322024-02-23T19:40:44.058ZPlanning: Checking for conflicting actions ... Done (1.528s)
1332024-02-23T19:40:44.070ZPlanning: Consolidating action changes ... Done (0.012s)
1342024-02-23T19:40:49.675ZPlanning: Evaluating mediators ... Done (5.606s)
1352024-02-23T19:40:49.685ZPlanning: Planning completed in 9.40 seconds
1362024-02-23T19:40:49.698Z Packages to install: 4
1372024-02-23T19:40:49.698Z Mediators to change: 2
1382024-02-23T19:40:49.699Z Services to change: 1
1392024-02-23T19:40:49.702Z Estimated space available: 148.87 GB
1402024-02-23T19:40:49.702ZEstimated space to be consumed: 1.41 GB
1412024-02-23T19:40:49.702Z Create boot environment: No
1422024-02-23T19:40:49.702ZCreate backup boot environment: No
1432024-02-23T19:40:49.702Z Rebuild boot archive: No
1442024-02-23T19:40:49.702Z
1452024-02-23T19:40:49.702ZChanged mediators:
1462024-02-23T19:40:49.702Z mediator clang:
1472024-02-23T19:40:49.702Z version: None -> 15 (system default)
1482024-02-23T19:40:49.702Z
1492024-02-23T19:40:49.702Z mediator llvm:
1502024-02-23T19:40:49.702Z version: 14 (system default) -> 15 (system default)
1512024-02-23T19:40:49.702Z
1522024-02-23T19:40:49.702ZChanged packages:
1532024-02-23T19:40:49.702Zhelios-dev
1542024-02-23T19:40:49.702Z developer/build-essential
1552024-02-23T19:40:49.702Z None -> 11-2.0
1562024-02-23T19:40:49.702Z library/libxmlsec1
1572024-02-23T19:40:49.703Z None -> 1.2.35-2.0
1582024-02-23T19:40:49.703Z ooce/developer/clang-15
1592024-02-23T19:40:49.703Z None -> 15.0.7-2.0
1602024-02-23T19:40:49.703Z ooce/developer/llvm-15
1612024-02-23T19:40:49.703Z None -> 15.0.7-2.0
1622024-02-23T19:40:49.703Z
1632024-02-23T19:40:49.703ZServices:
1642024-02-23T19:40:49.703Z restart_fmri:
1652024-02-23T19:40:49.703Z svc:/system/update-man-index:default
1662024-02-23T19:40:50.055Z
1672024-02-23T19:40:50.055ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1682024-02-23T19:40:55.075ZDownload: 375/3290 items 16.4/212.6MB 7% complete (3.7M/s)
1692024-02-23T19:41:00.096ZDownload: 1184/3290 items 47.5/212.6MB 22% complete (4.7M/s)
1702024-02-23T19:41:17.485ZDownload: 1196/3290 items 83.4/212.6MB 39% complete
1712024-02-23T19:41:22.503ZDownload: 2142/3290 items 119.0/212.6MB 55% complete (7.3M/s)
1722024-02-23T19:41:27.497ZDownload: 3144/3290 items 142.1/212.6MB 66% complete (5.8M/s)
1732024-02-23T19:41:29.473ZDownload: Completed 212.60 MB in 39.42 seconds (5.4M/s)
1742024-02-23T19:41:29.859Z Actions: 1/3689 actions (Installing new actions)
1752024-02-23T19:41:34.873Z Actions: 3561/3689 actions (Installing new actions)
1762024-02-23T19:41:35.139Z Actions: Completed 3689 actions in 5.28 seconds.
1772024-02-23T19:41:36.097Z Done (0.185s)
1782024-02-23T19:41:36.097Z Done (0.000s)
1792024-02-23T19:41:36.097Z Done (0.224s)
1802024-02-23T19:41:41.042Z Done (5.360s)
1812024-02-23T19:41:41.230Z Done (0.112s)
1822024-02-23T19:41:41.237Z Done (0.000s)
1832024-02-23T19:41:41.389Z Done (0.000s)
1842024-02-23T19:41:41.936ZPlanning: Evaluating mediator changes ... Done
1852024-02-23T19:41:42.100ZPlanning: Checking for conflicting actions ... Done
1862024-02-23T19:41:42.103ZPlanning: Consolidating action changes ... Done
1872024-02-23T19:41:42.380ZPlanning: Evaluating mediators ... Done
1882024-02-23T19:41:42.383ZPlanning: Planning completed in 0.45 seconds
1892024-02-23T19:41:42.414Z Mediators to change: 2
1902024-02-23T19:41:42.414Z Create boot environment: No
1912024-02-23T19:41:42.417ZCreate backup boot environment: No
1922024-02-23T19:41:42.483Z Done
1932024-02-23T19:41:42.484Z Done
1942024-02-23T19:41:42.619Z Done
1952024-02-23T19:41:46.534Z Done
1962024-02-23T19:41:46.623Z Done
1972024-02-23T19:41:46.626Z Done
1982024-02-23T19:41:46.710Z Done
1992024-02-23T19:41:47.368ZPlanning: Evaluating mediator changes ... Done
2002024-02-23T19:41:47.371ZPlanning: Merging actions ... Done
2012024-02-23T19:41:47.567ZPlanning: Checking for conflicting actions ... Done
2022024-02-23T19:41:47.583ZPlanning: Consolidating action changes ... Done
2032024-02-23T19:41:47.835ZPlanning: Evaluating mediators ... Done
2042024-02-23T19:41:47.898ZPlanning: Planning completed in 0.80 seconds
2052024-02-23T19:41:47.930Z Packages to change: 1
2062024-02-23T19:41:47.930Z Mediators to change: 1
2072024-02-23T19:41:47.930Z Services to change: 1
2082024-02-23T19:41:47.933Z Create boot environment: No
2092024-02-23T19:41:47.933ZCreate backup boot environment: Yes
2102024-02-23T19:41:49.748Z Actions: 1/6 actions (Updating modified actions)
2112024-02-23T19:41:49.781Z Actions: Completed 6 actions in 0.03 seconds.
2122024-02-23T19:41:49.784Z Done
2132024-02-23T19:41:49.784Z Done
2142024-02-23T19:41:49.827Z Done
2152024-02-23T19:41:53.762Z Done
2162024-02-23T19:41:53.857Z Done
2172024-02-23T19:41:53.861Z Done
2182024-02-23T19:41:53.954Z Done
2192024-02-23T19:41:54.408ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-02-23T19:41:54.408Zclang system 15 system
2212024-02-23T19:41:54.408Zcsh system system illumos
2222024-02-23T19:41:54.408Zctags system system illumos
2232024-02-23T19:41:54.408Zgcc vendor 12 vendor
2242024-02-23T19:41:54.408Zgcc system 10 system
2252024-02-23T19:41:54.408Zgcc system 7 system
2262024-02-23T19:41:54.408Zgo system 1.20 system
2272024-02-23T19:41:54.408Zgo system 1.19 system
2282024-02-23T19:41:54.409Zllvm system 15 system
2292024-02-23T19:41:54.409Zllvm system 14 system
2302024-02-23T19:41:54.409Zmariadb system 10.6 system
2312024-02-23T19:41:54.409Zmta vendor vendor dma
2322024-02-23T19:41:54.409Zopenjdk system 17 system
2332024-02-23T19:41:54.409Zopenjdk system 11 system
2342024-02-23T19:41:54.409Zopenjdk system 1.8 system
2352024-02-23T19:41:54.409Zopenssl vendor 3 vendor
2362024-02-23T19:41:54.409Zperl system 5.36 system
2372024-02-23T19:41:54.409Zpostgresql system 15 system
2382024-02-23T19:41:54.409Zpostgresql system 13 system
2392024-02-23T19:41:54.409Zpython vendor 3 vendor
2402024-02-23T19:41:54.409Zpython system 2 system
2412024-02-23T19:41:54.409Zpython3 system 3.11 system
2422024-02-23T19:41:54.410Zruby system 3.0 system
2432024-02-23T19:41:54.410Zwords vendor vendor american-english
2442024-02-23T19:41:54.410Zwords system system australian-english
2452024-02-23T19:41:54.410Zwords system system british-english
2462024-02-23T19:41:54.410Zwords system system canadian-english
2472024-02-23T19:41:54.410Zwords system system french
2482024-02-23T19:41:54.410Zwords system system italian
2492024-02-23T19:41:54.410Zwords system system ngerman
2502024-02-23T19:41:54.410Zwords system system ogerman
2512024-02-23T19:41:54.410Zwords system system spanish
2522024-02-23T19:41:54.761ZFMRI IFO
2532024-02-23T19:41:54.761Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2542024-02-23T19:41:54.761Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2552024-02-23T19:41:54.761Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2562024-02-23T19:41:54.761Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2572024-02-23T19:41:54.762Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-02-23T19:41:54.762Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2592024-02-23T19:41:54.762Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2602024-02-23T19:41:54.762Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2612024-02-23T19:41:54.809Z+ set -o errexit
2622024-02-23T19:41:54.812Z+++ dirname ./tools/ci_download_cockroachdb
2632024-02-23T19:41:54.814Z++ cd ./tools
2642024-02-23T19:41:54.814Z++ pwd
2652024-02-23T19:41:54.814Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2662024-02-23T19:41:54.815Z++ basename ./tools/ci_download_cockroachdb
2672024-02-23T19:41:54.818Z+ ARG0=ci_download_cockroachdb
2682024-02-23T19:41:54.818Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2692024-02-23T19:41:54.818Z+ CIDL_VERSION=v22.1.9
2702024-02-23T19:41:54.818Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2712024-02-23T19:41:54.818Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2722024-02-23T19:41:54.818Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2732024-02-23T19:41:54.818Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2742024-02-23T19:41:54.818Z+ TARGET_DIR=out
2752024-02-23T19:41:54.818Z+ DOWNLOAD_DIR=out/downloads
2762024-02-23T19:41:54.818Z+ DEST_DIR=./out/cockroachdb
2772024-02-23T19:41:54.818Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2782024-02-23T19:41:54.818Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2792024-02-23T19:41:54.821Z+ main
2802024-02-23T19:41:54.821Z+ [[ 0 != 0 ]]
2812024-02-23T19:41:54.821Z+ CIDL_OS=solaris2.11
2822024-02-23T19:41:54.821Z+ [[ 0 != 0 ]]
2832024-02-23T19:41:54.821Z+ configure_os solaris2.11
2842024-02-23T19:41:54.821Z+ echo 'current directory: /work/oxidecomputer/omicron'
2852024-02-23T19:41:54.821Z+ echo 'configuring based on OS: "solaris2.11"'
2862024-02-23T19:41:54.822Zcurrent directory: /work/oxidecomputer/omicron
2872024-02-23T19:41:54.822Zconfiguring based on OS: "solaris2.11"
2882024-02-23T19:41:54.822Z+ case "$1" in
2892024-02-23T19:41:54.822Z+ CIDL_BUILD=illumos
2902024-02-23T19:41:54.822Z+ CIDL_SUFFIX=tar.gz
2912024-02-23T19:41:54.822Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-02-23T19:41:54.822Z+ CIDL_URL_BASE=https://illumos.org/downloads
2932024-02-23T19:41:54.822Z+ CIDL_ASSEMBLE=do_assemble_illumos
2942024-02-23T19:41:54.822Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2952024-02-23T19:41:54.822Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2962024-02-23T19:41:54.822Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-23T19:41:54.822Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2982024-02-23T19:41:54.822Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-02-23T19:41:54.822Z+ CIDL_SHA256FUNC=do_sha256sum
3002024-02-23T19:41:54.822Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012024-02-23T19:41:54.822Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3022024-02-23T19:41:54.822ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-02-23T19:41:54.822ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-02-23T19:41:54.822Z+ mkdir -p out/downloads
3052024-02-23T19:41:54.822Z+ mkdir -p ./out/cockroachdb
3062024-02-23T19:41:54.828Z+ local DO_DOWNLOAD=true
3072024-02-23T19:41:54.828Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3082024-02-23T19:41:54.828Z+ '[' true == true ']'
3092024-02-23T19:41:54.828Z+ echo Downloading...
3102024-02-23T19:41:54.828ZDownloading...
3112024-02-23T19:41:54.829Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-02-23T19:41:54.829Z+ 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
3132024-02-23T19:41:58.350Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-02-23T19:41:58.353Z++ sha256sum
3152024-02-23T19:41:58.353Z++ awk '{print $1}'
3162024-02-23T19:41:58.449Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3172024-02-23T19:41:58.449Z+ [[ 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 ]]
3182024-02-23T19:41:58.449Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-02-23T19:41:58.454Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3202024-02-23T19:42:00.632Z+ do_assemble_illumos
3212024-02-23T19:42:00.632Z+ rm -r ./out/cockroachdb
3222024-02-23T19:42:00.635Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3232024-02-23T19:42:01.015Z+ ./out/cockroachdb/bin/cockroach version
3242024-02-23T19:42:01.229ZBuild Tag: v22.1.9-dirty
3252024-02-23T19:42:01.229ZBuild Time: 2022/10/26 21:17:46
3262024-02-23T19:42:01.229ZDistribution: OSS
3272024-02-23T19:42:01.229ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3282024-02-23T19:42:01.229ZGo Version: go1.17.13
3292024-02-23T19:42:01.229ZC Compiler: gcc 10.3.0
3302024-02-23T19:42:01.229ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3312024-02-23T19:42:01.229ZBuild Type: release
3322024-02-23T19:42:01.248Z+ set -o errexit
3332024-02-23T19:42:01.251Z+++ dirname ./tools/ci_download_clickhouse
3342024-02-23T19:42:01.255Z++ cd ./tools
3352024-02-23T19:42:01.255Z++ pwd
3362024-02-23T19:42:01.255Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3372024-02-23T19:42:01.255Z++ basename ./tools/ci_download_clickhouse
3382024-02-23T19:42:01.255Z+ ARG0=ci_download_clickhouse
3392024-02-23T19:42:01.255Z+ TARGET_DIR=out
3402024-02-23T19:42:01.255Z+ DOWNLOAD_DIR=out/downloads
3412024-02-23T19:42:01.255Z+ DEST_DIR=./out/clickhouse
3422024-02-23T19:42:01.255Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3432024-02-23T19:42:01.259Z+ CIDL_VERSION=v22.8.9.24
3442024-02-23T19:42:01.260Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3452024-02-23T19:42:01.260Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3462024-02-23T19:42:01.260Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3472024-02-23T19:42:01.260Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3482024-02-23T19:42:01.260Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3492024-02-23T19:42:01.260Z+ main
3502024-02-23T19:42:01.260Z+ [[ 0 != 0 ]]
3512024-02-23T19:42:01.260Z+ CIDL_OS=solaris2.11
3522024-02-23T19:42:01.260Z+ [[ 0 != 0 ]]
3532024-02-23T19:42:01.260Z+ configure_os solaris2.11
3542024-02-23T19:42:01.260Z+ echo 'current directory: /work/oxidecomputer/omicron'
3552024-02-23T19:42:01.260Zcurrent directory: /work/oxidecomputer/omicron
3562024-02-23T19:42:01.260Z+ echo 'configuring based on OS: "solaris2.11"'
3572024-02-23T19:42:01.260Z+ CIDL_DASHREV=
3582024-02-23T19:42:01.260Z+ case "$1" in
3592024-02-23T19:42:01.260Zconfiguring based on OS: "solaris2.11"
3602024-02-23T19:42:01.260Z+ CIDL_PLATFORM=illumos
3612024-02-23T19:42:01.260Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3622024-02-23T19:42:01.260Z+ CIDL_MD5FUNC=do_md5sum
3632024-02-23T19:42:01.260Z+ CIDL_DASHREV=-1
3642024-02-23T19:42:01.260Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3652024-02-23T19:42:01.260Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3662024-02-23T19:42:01.260Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3672024-02-23T19:42:01.260Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682024-02-23T19:42:01.260Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3692024-02-23T19:42:01.261ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3702024-02-23T19:42:01.261ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712024-02-23T19:42:01.261Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3722024-02-23T19:42:01.261Z+ mkdir -p out/downloads
3732024-02-23T19:42:01.264Z+ mkdir -p ./out/clickhouse
3742024-02-23T19:42:01.264Z+ local DO_DOWNLOAD=true
3752024-02-23T19:42:01.264Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3762024-02-23T19:42:01.264Z+ '[' true == true ']'
3772024-02-23T19:42:01.264Z+ echo Downloading...
3782024-02-23T19:42:01.264ZDownloading...
3792024-02-23T19:42:01.264Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3802024-02-23T19:42:01.264Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3812024-02-23T19:42:02.733Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3822024-02-23T19:42:02.745Z++ md5sum
3832024-02-23T19:42:02.745Z++ awk '{print $1}'
3842024-02-23T19:42:02.911Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3852024-02-23T19:42:02.911Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3862024-02-23T19:42:02.911Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3872024-02-23T19:42:02.918Z+ mkdir -p ./out/clickhouse
3882024-02-23T19:42:02.918Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3892024-02-23T19:42:05.996Z+ ./out/clickhouse/clickhouse server --version
3902024-02-23T19:42:06.049ZClickHouse server version 22.8.9.1.
3912024-02-23T19:42:06.074Z+ set -o errexit
3922024-02-23T19:42:06.091Z+++ dirname ./tools/ci_download_console
3932024-02-23T19:42:06.121Z++ cd ./tools
3942024-02-23T19:42:06.122Z++ pwd
3952024-02-23T19:42:06.122Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3962024-02-23T19:42:06.122Z++ basename ./tools/ci_download_console
3972024-02-23T19:42:06.122Z+ ARG0=ci_download_console
3982024-02-23T19:42:06.122Z+ TARGET_DIR=out
3992024-02-23T19:42:06.122Z+ DOWNLOAD_DIR=out/downloads
4002024-02-23T19:42:06.122Z+ DEST_DIR=./out/console-assets
4012024-02-23T19:42:06.122Z+ source /work/oxidecomputer/omicron/tools/console_version
4022024-02-23T19:42:06.122Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
4032024-02-23T19:42:06.122Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4042024-02-23T19:42:06.122Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4052024-02-23T19:42:06.122Z+ TARBALL_FILE=out/downloads/console.tar.gz
4062024-02-23T19:42:06.122Z+ main
4072024-02-23T19:42:06.122Z+ [[ 0 != 0 ]]
4082024-02-23T19:42:06.122Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4092024-02-23T19:42:06.122ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4102024-02-23T19:42:06.122ZLocal file: out/downloads/console.tar.gz
4112024-02-23T19:42:06.122Z+ echo 'Local file: out/downloads/console.tar.gz'
4122024-02-23T19:42:06.122Z+ local DO_DOWNLOAD=true
4132024-02-23T19:42:06.122Z+ [[ -f out/downloads/console.tar.gz ]]
4142024-02-23T19:42:06.122Z+ mkdir -p out/downloads
4152024-02-23T19:42:06.122Z+ '[' true == true ']'
4162024-02-23T19:42:06.122Z+ echo Downloading...
4172024-02-23T19:42:06.123ZDownloading...
4182024-02-23T19:42:06.123Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4192024-02-23T19:42:06.123Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4202024-02-23T19:42:06.764Z++ do_sha256sum out/downloads/console.tar.gz
4212024-02-23T19:42:06.764Z++ case "$OSTYPE" in
4222024-02-23T19:42:06.780Z++ SHA=sha256sum
4232024-02-23T19:42:06.780Z++ sha256sum
4242024-02-23T19:42:06.781Z++ awk '{print $1}'
4252024-02-23T19:42:06.789Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4262024-02-23T19:42:06.789Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4272024-02-23T19:42:06.789Z+ rm -rf ./out/console-assets
4282024-02-23T19:42:06.790Z+ mkdir -p ./out/console-assets
4292024-02-23T19:42:06.790Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4302024-02-23T19:42:06.790Z+ mkdir -p ./out/console-assets
4312024-02-23T19:42:06.790Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4322024-02-23T19:42:06.871Z+ set -o errexit
4332024-02-23T19:42:06.878Z+++ dirname ./tools/ci_download_maghemite_openapi
4342024-02-23T19:42:06.879Z++ cd ./tools
4352024-02-23T19:42:06.879Z++ pwd
4362024-02-23T19:42:06.879Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4372024-02-23T19:42:06.879Z++ basename ./tools/ci_download_maghemite_openapi
4382024-02-23T19:42:06.889Z+ ARG0=ci_download_maghemite_openapi
4392024-02-23T19:42:06.889Z+ TARGET_DIR=out
4402024-02-23T19:42:06.889Z+ DOWNLOAD_DIR=out/downloads
4412024-02-23T19:42:06.890Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4422024-02-23T19:42:06.890Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4432024-02-23T19:42:06.890Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4442024-02-23T19:42:06.890Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4452024-02-23T19:42:06.891Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4462024-02-23T19:42:06.891Z+ main
4472024-02-23T19:42:06.891Z+ [[ 0 != 0 ]]
4482024-02-23T19:42:06.891Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4492024-02-23T19:42:06.892ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4502024-02-23T19:42:06.892Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4512024-02-23T19:42:06.892ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4522024-02-23T19:42:06.892Z+ local DO_DOWNLOAD=true
4532024-02-23T19:42:06.892Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4542024-02-23T19:42:06.893Z+ mkdir -p out/downloads
4552024-02-23T19:42:06.893Z+ '[' true == true ']'
4562024-02-23T19:42:06.893Z+ echo Downloading...
4572024-02-23T19:42:06.893ZDownloading...
4582024-02-23T19:42:06.893Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4592024-02-23T19:42:06.894Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4602024-02-23T19:42:08.577Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4612024-02-23T19:42:08.577Z++ case "$OSTYPE" in
4622024-02-23T19:42:08.582Z++ SHA=sha256sum
4632024-02-23T19:42:08.582Z++ sha256sum
4642024-02-23T19:42:08.582Z++ awk '{print $1}'
4652024-02-23T19:42:08.582Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4662024-02-23T19:42:08.582Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4672024-02-23T19:42:08.582Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4682024-02-23T19:42:08.582Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4692024-02-23T19:42:08.582Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4702024-02-23T19:42:08.582Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4712024-02-23T19:42:08.582Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4722024-02-23T19:42:08.582Z+ main
4732024-02-23T19:42:08.583Z+ [[ 0 != 0 ]]
4742024-02-23T19:42:08.583Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4752024-02-23T19:42:08.583ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4762024-02-23T19:42:08.583Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4772024-02-23T19:42:08.583ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4782024-02-23T19:42:08.583Z+ local DO_DOWNLOAD=true
4792024-02-23T19:42:08.583Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4802024-02-23T19:42:08.583Z+ mkdir -p out/downloads
4812024-02-23T19:42:08.583Z+ '[' true == true ']'
4822024-02-23T19:42:08.583Z+ echo Downloading...
4832024-02-23T19:42:08.583ZDownloading...
4842024-02-23T19:42:08.583Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4852024-02-23T19:42:08.583Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4862024-02-23T19:42:08.701Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4872024-02-23T19:42:08.705Z++ case "$OSTYPE" in
4882024-02-23T19:42:08.705Z++ SHA=sha256sum
4892024-02-23T19:42:08.705Z++ sha256sum
4902024-02-23T19:42:08.705Z++ awk '{print $1}'
4912024-02-23T19:42:08.709Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4922024-02-23T19:42:08.709Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4932024-02-23T19:42:08.714Z+ set -o errexit
4942024-02-23T19:42:08.718Z+++ dirname ./tools/ci_download_dendrite_openapi
4952024-02-23T19:42:08.718Z++ cd ./tools
4962024-02-23T19:42:08.718Z++ pwd
4972024-02-23T19:42:08.718Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4982024-02-23T19:42:08.722Z++ basename ./tools/ci_download_dendrite_openapi
4992024-02-23T19:42:08.722Z+ ARG0=ci_download_dendrite_openapi
5002024-02-23T19:42:08.722Z+ TARGET_DIR=out
5012024-02-23T19:42:08.722Z+ DOWNLOAD_DIR=out/downloads
5022024-02-23T19:42:08.722Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5032024-02-23T19:42:08.722Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5042024-02-23T19:42:08.722Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5052024-02-23T19:42:08.722Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5062024-02-23T19:42:08.722Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5072024-02-23T19:42:08.722Z+ main
5082024-02-23T19:42:08.722Z+ [[ 0 != 0 ]]
5092024-02-23T19:42:08.722Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5102024-02-23T19:42:08.722ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5112024-02-23T19:42:08.722ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5122024-02-23T19:42:08.722Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5132024-02-23T19:42:08.722Z+ local DO_DOWNLOAD=true
5142024-02-23T19:42:08.723Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5152024-02-23T19:42:08.723Z+ mkdir -p out/downloads
5162024-02-23T19:42:08.728Z+ '[' true == true ']'
5172024-02-23T19:42:08.728Z+ echo Downloading...
5182024-02-23T19:42:08.728ZDownloading...
5192024-02-23T19:42:08.728Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5202024-02-23T19:42:08.728Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5212024-02-23T19:42:09.289Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5222024-02-23T19:42:09.289Z++ case "$OSTYPE" in
5232024-02-23T19:42:09.289Z++ SHA=sha256sum
5242024-02-23T19:42:09.293Z++ sha256sum
5252024-02-23T19:42:09.293Z++ awk '{print $1}'
5262024-02-23T19:42:09.296Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5272024-02-23T19:42:09.296Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5282024-02-23T19:42:09.301Z+ set -o errexit
5292024-02-23T19:42:09.313Z+++ dirname ./tools/ci_download_dendrite_stub
5302024-02-23T19:42:09.313Z++ cd ./tools
5312024-02-23T19:42:09.313Z++ pwd
5322024-02-23T19:42:09.313Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5332024-02-23T19:42:09.313Z++ basename ./tools/ci_download_dendrite_stub
5342024-02-23T19:42:09.313Z+ ARG0=ci_download_dendrite_stub
5352024-02-23T19:42:09.313Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5362024-02-23T19:42:09.313Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5372024-02-23T19:42:09.313Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5382024-02-23T19:42:09.313Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5392024-02-23T19:42:09.313Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5402024-02-23T19:42:09.313Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5412024-02-23T19:42:09.313Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5422024-02-23T19:42:09.313Z+ TARGET_DIR=out
5432024-02-23T19:42:09.313Z+ DOWNLOAD_DIR=out/downloads
5442024-02-23T19:42:09.313Z+ DEST_DIR=./out/dendrite-stub
5452024-02-23T19:42:09.313Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5462024-02-23T19:42:09.313Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5472024-02-23T19:42:09.314Z+ REPO=oxidecomputer/dendrite
5482024-02-23T19:42:09.314Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5492024-02-23T19:42:09.314Z+ main
5502024-02-23T19:42:09.314Z+ [[ 0 != 0 ]]
5512024-02-23T19:42:09.314Z+ CIDL_OS=solaris2.11
5522024-02-23T19:42:09.314Z+ [[ 0 != 0 ]]
5532024-02-23T19:42:09.314Z+ configure_os solaris2.11
5542024-02-23T19:42:09.314Z+ echo 'current directory: /work/oxidecomputer/omicron'
5552024-02-23T19:42:09.314Zcurrent directory: /work/oxidecomputer/omicron
5562024-02-23T19:42:09.314Z+ echo 'configuring based on OS: "solaris2.11"'
5572024-02-23T19:42:09.314Z+ case "$1" in
5582024-02-23T19:42:09.314Z+ SET_BINARIES=
5592024-02-23T19:42:09.314Zconfiguring based on OS: "solaris2.11"
5602024-02-23T19:42:09.314Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5612024-02-23T19:42:09.314Z+ CIDL_SHA256FUNC=do_sha256sum
5622024-02-23T19:42:09.314Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5632024-02-23T19:42:09.314Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5642024-02-23T19:42:09.314Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5652024-02-23T19:42:09.314Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5662024-02-23T19:42:09.314ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5672024-02-23T19:42:09.314Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5682024-02-23T19:42:09.315Z+ mkdir -p out/downloads
5692024-02-23T19:42:09.315ZLocal file: out/downloads/dendrite-stub.tar.gz
5702024-02-23T19:42:09.320Z+ mkdir -p ./out/dendrite-stub
5712024-02-23T19:42:09.320Z+ fetch_and_verify
5722024-02-23T19:42:09.320Z+ local DO_DOWNLOAD=true
5732024-02-23T19:42:09.320Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5742024-02-23T19:42:09.320Z+ '[' true == true ']'
5752024-02-23T19:42:09.320Z+ echo Downloading...
5762024-02-23T19:42:09.320ZDownloading...
5772024-02-23T19:42:09.320Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5782024-02-23T19:42:09.320Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5792024-02-23T19:42:18.776Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5802024-02-23T19:42:18.786Z++ sha256sum
5812024-02-23T19:42:18.787Z++ awk '{print $1}'
5822024-02-23T19:42:18.802Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5832024-02-23T19:42:18.806Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5842024-02-23T19:42:18.806Z+ do_untar out/downloads/dendrite-stub.tar.gz
5852024-02-23T19:42:18.806Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5862024-02-23T19:42:19.493Z+ do_assemble
5872024-02-23T19:42:19.493Z+ rm -r ./out/dendrite-stub
5882024-02-23T19:42:19.500Z+ mkdir ./out/dendrite-stub
5892024-02-23T19:42:19.500Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5902024-02-23T19:42:19.584Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5912024-02-23T19:42:19.594Z+ set -o errexit
5922024-02-23T19:42:19.597Z+++ dirname ./tools/ci_download_maghemite_mgd
5932024-02-23T19:42:19.600Z++ cd ./tools
5942024-02-23T19:42:19.600Z++ pwd
5952024-02-23T19:42:19.600Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5962024-02-23T19:42:19.600Z++ basename ./tools/ci_download_maghemite_mgd
5972024-02-23T19:42:19.603Z+ ARG0=ci_download_maghemite_mgd
5982024-02-23T19:42:19.603Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5992024-02-23T19:42:19.604Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6002024-02-23T19:42:19.604Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
6012024-02-23T19:42:19.604Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6022024-02-23T19:42:19.604Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
6032024-02-23T19:42:19.604Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6042024-02-23T19:42:19.604Z+ TARGET_DIR=out
6052024-02-23T19:42:19.604Z+ DOWNLOAD_DIR=out/downloads
6062024-02-23T19:42:19.604Z+ DEST_DIR=./out/mgd
6072024-02-23T19:42:19.604Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6082024-02-23T19:42:19.604Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6092024-02-23T19:42:19.604Z+ REPO=oxidecomputer/maghemite
6102024-02-23T19:42:19.604Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
6112024-02-23T19:42:19.604Z+ main
6122024-02-23T19:42:19.604Z+ [[ 0 != 0 ]]
6132024-02-23T19:42:19.604Z+ CIDL_OS=solaris2.11
6142024-02-23T19:42:19.604Z+ [[ 0 != 0 ]]
6152024-02-23T19:42:19.604Z+ configure_os solaris2.11
6162024-02-23T19:42:19.604Z+ echo 'current directory: /work/oxidecomputer/omicron'
6172024-02-23T19:42:19.604Zcurrent directory: /work/oxidecomputer/omicron
6182024-02-23T19:42:19.604Zconfiguring based on OS: "solaris2.11"
6192024-02-23T19:42:19.604Z+ echo 'configuring based on OS: "solaris2.11"'
6202024-02-23T19:42:19.604Z+ case "$1" in
6212024-02-23T19:42:19.604Z+ SET_BINARIES=
6222024-02-23T19:42:19.604Z+ CIDL_SHA256FUNC=do_sha256sum
6232024-02-23T19:42:19.605Z+ TARBALL_FILENAME=mgd.tar.gz
6242024-02-23T19:42:19.605Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6252024-02-23T19:42:19.605Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6262024-02-23T19:42:19.605Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
6272024-02-23T19:42:19.605ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6282024-02-23T19:42:19.605Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6292024-02-23T19:42:19.605Z+ mkdir -p out/downloads
6302024-02-23T19:42:19.605ZLocal file: out/downloads/mgd.tar.gz
6312024-02-23T19:42:19.608Z+ mkdir -p ./out/mgd
6322024-02-23T19:42:19.608Z+ fetch_and_verify
6332024-02-23T19:42:19.608Z+ local DO_DOWNLOAD=true
6342024-02-23T19:42:19.608Z+ [[ -f out/downloads/mgd.tar.gz ]]
6352024-02-23T19:42:19.608Z+ '[' true == true ']'
6362024-02-23T19:42:19.608Z+ echo Downloading...
6372024-02-23T19:42:19.608ZDownloading...
6382024-02-23T19:42:19.608Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6392024-02-23T19:42:19.608Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6402024-02-23T19:42:25.961Z++ do_sha256sum out/downloads/mgd.tar.gz
6412024-02-23T19:42:25.972Z++ sha256sum
6422024-02-23T19:42:25.972Z++ awk '{print $1}'
6432024-02-23T19:42:25.980Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6442024-02-23T19:42:25.993Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6452024-02-23T19:42:25.993Z+ do_untar out/downloads/mgd.tar.gz
6462024-02-23T19:42:25.993Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6472024-02-23T19:42:26.426Z+ do_assemble
6482024-02-23T19:42:26.426Z+ rm -r ./out/mgd
6492024-02-23T19:42:26.429Z+ mkdir ./out/mgd
6502024-02-23T19:42:26.432Z+ cp -r out/downloads/root ./out/mgd/root
6512024-02-23T19:42:26.593Z+ set -o errexit
6522024-02-23T19:42:26.597Z+++ dirname ./tools/ci_download_transceiver_control
6532024-02-23T19:42:26.597Z++ cd ./tools
6542024-02-23T19:42:26.597Z++ pwd
6552024-02-23T19:42:26.597Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6562024-02-23T19:42:26.597Z++ basename ./tools/ci_download_transceiver_control
6572024-02-23T19:42:26.597Z+ ARG0=ci_download_transceiver_control
6582024-02-23T19:42:26.597Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6592024-02-23T19:42:26.597Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-02-23T19:42:26.597Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612024-02-23T19:42:26.597Z+ TARGET_DIR=out
6622024-02-23T19:42:26.597Z+ DOWNLOAD_DIR=out/downloads
6632024-02-23T19:42:26.597Z+ DEST_DIR=./out/transceiver-control
6642024-02-23T19:42:26.597Z+ BIN_DIR=/opt/oxide/bin
6652024-02-23T19:42:26.597Z+ BINARY=xcvradm
6662024-02-23T19:42:26.597Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6672024-02-23T19:42:26.597Z+ REPO=oxidecomputer/transceiver-control
6682024-02-23T19:42:26.597Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6692024-02-23T19:42:26.598Z+ main
6702024-02-23T19:42:26.598Z+ [[ 0 != 0 ]]
6712024-02-23T19:42:26.598Z+ CIDL_OS=solaris2.11
6722024-02-23T19:42:26.598Z+ [[ 0 != 0 ]]
6732024-02-23T19:42:26.598Z+ configure_os solaris2.11
6742024-02-23T19:42:26.598Z+ echo 'current directory: /work/oxidecomputer/omicron'
6752024-02-23T19:42:26.598Zcurrent directory: /work/oxidecomputer/omicron
6762024-02-23T19:42:26.598Zconfiguring based on OS: "solaris2.11"
6772024-02-23T19:42:26.598Z+ echo 'configuring based on OS: "solaris2.11"'
6782024-02-23T19:42:26.598Z+ case "$1" in
6792024-02-23T19:42:26.598Z+ SET_BINARIES=
6802024-02-23T19:42:26.598Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812024-02-23T19:42:26.598Z+ CIDL_SHA256FUNC=do_sha256sum
6822024-02-23T19:42:26.598Z+ ARCHIVE_FILENAME=xcvradm.gz
6832024-02-23T19:42:26.598Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6842024-02-23T19:42:26.598Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6852024-02-23T19:42:26.598Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6862024-02-23T19:42:26.598ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6872024-02-23T19:42:26.598ZLocal file: out/downloads/xcvradm.gz
6882024-02-23T19:42:26.598Z+ echo 'Local file: out/downloads/xcvradm.gz'
6892024-02-23T19:42:26.598Z+ mkdir -p out/downloads
6902024-02-23T19:42:26.598Z+ mkdir -p ./out/transceiver-control
6912024-02-23T19:42:26.598Z+ fetch_and_verify
6922024-02-23T19:42:26.598Z+ local DO_DOWNLOAD=true
6932024-02-23T19:42:26.598Z+ [[ -f out/downloads/xcvradm.gz ]]
6942024-02-23T19:42:26.599Z+ '[' true == true ']'
6952024-02-23T19:42:26.599Z+ echo Downloading...
6962024-02-23T19:42:26.599ZDownloading...
6972024-02-23T19:42:26.599Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6982024-02-23T19:42:26.599Z+ 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
6992024-02-23T19:42:28.566Z++ do_sha256sum out/downloads/xcvradm.gz
7002024-02-23T19:42:28.571Z++ sha256sum
7012024-02-23T19:42:28.571Z++ awk '{print $1}'
7022024-02-23T19:42:28.575Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7032024-02-23T19:42:28.575Z+ [[ 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 ]]
7042024-02-23T19:42:28.578Z+ do_unpack out/downloads/xcvradm.gz
7052024-02-23T19:42:28.578Z+ mkdir -p out/downloads/root//opt/oxide/bin
7062024-02-23T19:42:28.578Z+ gzip -dc out/downloads/xcvradm.gz
7072024-02-23T19:42:28.698Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7082024-02-23T19:42:28.701Z+ do_assemble
7092024-02-23T19:42:28.701Z+ rm -r ./out/transceiver-control
7102024-02-23T19:42:28.705Z+ mkdir ./out/transceiver-control
7112024-02-23T19:42:28.711Z+ cp -r out/downloads/root ./out/transceiver-control/root
7122024-02-23T19:42:29.043ZAll builder prerequisites installed successfully, and PATH looks valid
7132024-02-23T19:42:29.050Z
7142024-02-23T19:42:29.050Zreal 2:00.114265420
7152024-02-23T19:42:29.050Zuser 34.962874701
7162024-02-23T19:42:29.050Zsys 6.627886565
7172024-02-23T19:42:29.050Ztrap 0.008453721
7182024-02-23T19:42:29.050Ztflt 0.232966703
7192024-02-23T19:42:29.050Zdflt 0.599926996
7202024-02-23T19:42:29.050Zkflt 0.211674772
7212024-02-23T19:42:29.050Zlock 1.330375569
7222024-02-23T19:42:29.050Zslp 3:57.968929369
7232024-02-23T19:42:29.050Zlat 1.772032418
7242024-02-23T19:42:29.050Zstop 0.118051753
7252024-02-23T19:42:29.051Z
7262024-02-23T19:42:29.051Z #### # # ##### ##### # #
7272024-02-23T19:42:29.051Z # # # # # # # # # #
7282024-02-23T19:42:29.051Z # # # # # # # #
7292024-02-23T19:42:29.051Z # # # ##### ##### #
7302024-02-23T19:42:29.051Z # # # # # # #
7312024-02-23T19:42:29.051Z #### ###### # # # #
7322024-02-23T19:42:29.051Z
7332024-02-23T19:42:29.270Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7342024-02-23T19:42:29.616Z Updating git repository `https://github.com/oxidecomputer/samael`
7352024-02-23T19:42:29.970Z Updating crates.io index
7362024-02-23T19:42:29.973Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7372024-02-23T19:42:30.863Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7382024-02-23T19:42:32.706Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7392024-02-23T19:42:33.295Z Updating git repository `http://github.com/oxidecomputer/tofino`
7402024-02-23T19:42:33.592Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7412024-02-23T19:42:33.859Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7422024-02-23T19:42:34.113Z Updating git repository `https://github.com/oxidecomputer/propolis`
7432024-02-23T19:42:35.080Z Updating git repository `https://github.com/oxidecomputer/crucible`
7442024-02-23T19:42:37.968Z Updating git repository `https://github.com/oxidecomputer/opte`
7452024-02-23T19:42:38.835Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7462024-02-23T19:42:39.176Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7472024-02-23T19:42:39.760Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7482024-02-23T19:42:40.210Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7492024-02-23T19:42:40.517Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7502024-02-23T19:42:40.820Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7512024-02-23T19:42:41.173Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7522024-02-23T19:42:41.618Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7532024-02-23T19:42:41.887Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7542024-02-23T19:42:42.386Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7552024-02-23T19:42:42.739Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7562024-02-23T19:42:43.073Z Updating git repository `https://github.com/jgallagher/nix`
7572024-02-23T19:42:44.123Z Updating git repository `https://github.com/cbiffle/hubpack`
7582024-02-23T19:42:44.881Z Updating git repository `https://github.com/oxidecomputer/typify`
7592024-02-23T19:42:46.009Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7602024-02-23T19:42:46.381Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7612024-02-23T19:42:46.672Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7622024-02-23T19:42:47.833Z Downloading crates ...
7632024-02-23T19:42:48.015Z Downloaded anstyle-parse v0.2.1
7642024-02-23T19:42:48.018Z Downloaded colorchoice v1.0.0
7652024-02-23T19:42:48.024Z Downloaded proc-macro2 v1.0.78
7662024-02-23T19:42:48.028Z Downloaded heck v0.4.1
7672024-02-23T19:42:48.046Z Downloaded semver v1.0.22
7682024-02-23T19:42:48.055Z Downloaded unicode-ident v1.0.12
7692024-02-23T19:42:48.055Z Downloaded equivalent v1.0.1
7702024-02-23T19:42:48.061Z Downloaded clap v4.5.0
7712024-02-23T19:42:48.066Z Downloaded itoa v1.0.9
7722024-02-23T19:42:48.066Z Downloaded terminal_size v0.3.0
7732024-02-23T19:42:48.071Z Downloaded strsim v0.11.0
7742024-02-23T19:42:48.072Z Downloaded thiserror v1.0.57
7752024-02-23T19:42:48.088Z Downloaded cargo-platform v0.1.3
7762024-02-23T19:42:48.088Z Downloaded serde_spanned v0.6.5
7772024-02-23T19:42:48.088Z Downloaded utf8parse v0.2.1
7782024-02-23T19:42:48.110Z Downloaded clap_derive v4.5.0
7792024-02-23T19:42:48.110Z Downloaded errno v0.3.8
7802024-02-23T19:42:48.110Z Downloaded anstyle v1.0.2
7812024-02-23T19:42:48.110Z Downloaded anstyle-query v1.0.0
7822024-02-23T19:42:48.110Z Downloaded clap_lex v0.7.0
7832024-02-23T19:42:48.110Z Downloaded toml_datetime v0.6.5
7842024-02-23T19:42:48.110Z Downloaded camino v1.1.6
7852024-02-23T19:42:48.110Z Downloaded cargo_toml v0.19.0
7862024-02-23T19:42:48.111Z Downloaded thiserror-impl v1.0.57
7872024-02-23T19:42:48.111Z Downloaded cargo_metadata v0.18.1
7882024-02-23T19:42:48.111Z Downloaded bitflags v2.4.0
7892024-02-23T19:42:48.135Z Downloaded quote v1.0.35
7902024-02-23T19:42:48.135Z Downloaded anstream v0.6.11
7912024-02-23T19:42:48.135Z Downloaded anyhow v1.0.75
7922024-02-23T19:42:48.135Z Downloaded toml v0.8.10
7932024-02-23T19:42:48.136Z Downloaded serde_derive v1.0.196
7942024-02-23T19:42:48.136Z Downloaded ryu v1.0.15
7952024-02-23T19:42:48.136Z Downloaded indexmap v2.2.3
7962024-02-23T19:42:48.136Z Downloaded serde v1.0.196
7972024-02-23T19:42:48.142Z Downloaded memchr v2.6.3
7982024-02-23T19:42:48.142Z Downloaded toml_edit v0.22.6
7992024-02-23T19:42:48.162Z Downloaded hashbrown v0.14.3
8002024-02-23T19:42:48.174Z Downloaded winnow v0.6.1
8012024-02-23T19:42:48.196Z Downloaded serde_json v1.0.114
8022024-02-23T19:42:48.196Z Downloaded clap_builder v4.5.0
8032024-02-23T19:42:48.202Z Downloaded syn v2.0.48
8042024-02-23T19:42:48.212Z Downloaded rustix v0.38.31
8052024-02-23T19:42:48.241Z Downloaded libc v0.2.153
8062024-02-23T19:42:48.460Z Compiling proc-macro2 v1.0.78
8072024-02-23T19:42:48.461Z Compiling unicode-ident v1.0.12
8082024-02-23T19:42:48.465Z Compiling serde v1.0.196
8092024-02-23T19:42:48.465Z Compiling libc v0.2.153
8102024-02-23T19:42:48.465Z Compiling rustix v0.38.31
8112024-02-23T19:42:48.466Z Compiling hashbrown v0.14.3
8122024-02-23T19:42:48.485Z Compiling bitflags v2.4.0
8132024-02-23T19:42:48.494Z Compiling equivalent v1.0.1
8142024-02-23T19:42:48.628Z Compiling utf8parse v0.2.1
8152024-02-23T19:42:48.680Z Compiling anstyle v1.0.2
8162024-02-23T19:42:48.788Z Compiling anstyle-parse v0.2.1
8172024-02-23T19:42:48.917Z Compiling winnow v0.6.1
8182024-02-23T19:42:49.092Z Compiling thiserror v1.0.57
8192024-02-23T19:42:49.107Z Compiling colorchoice v1.0.0
8202024-02-23T19:42:49.240Z Compiling semver v1.0.22
8212024-02-23T19:42:50.805Z Compiling indexmap v2.2.3
8222024-02-23T19:42:50.850Z Compiling serde_json v1.0.114
8232024-02-23T19:42:50.850Z Compiling anstyle-query v1.0.0
8242024-02-23T19:42:50.850Z Compiling camino v1.1.6
8252024-02-23T19:42:50.850Z Compiling anstream v0.6.11
8262024-02-23T19:42:50.885Z Compiling strsim v0.11.0
8272024-02-23T19:42:50.921Z Compiling itoa v1.0.9
8282024-02-23T19:42:50.928Z Compiling ryu v1.0.15
8292024-02-23T19:42:51.206Z Compiling heck v0.4.1
8302024-02-23T19:42:51.303Z Compiling anyhow v1.0.75
8312024-02-23T19:42:51.385Z Compiling clap_lex v0.7.0
8322024-02-23T19:42:51.722Z Compiling quote v1.0.35
8332024-02-23T19:42:52.051Z Compiling syn v2.0.48
8342024-02-23T19:42:52.077Z Compiling errno v0.3.8
8352024-02-23T19:42:53.016Z Compiling terminal_size v0.3.0
8362024-02-23T19:42:53.104Z Compiling clap_builder v4.5.0
8372024-02-23T19:43:03.771Z Compiling serde_derive v1.0.196
8382024-02-23T19:43:03.825Z Compiling thiserror-impl v1.0.57
8392024-02-23T19:43:03.825Z Compiling clap_derive v4.5.0
8402024-02-23T19:43:03.825Z Compiling clap v4.5.0
8412024-02-23T19:43:04.951Z Compiling serde_spanned v0.6.5
8422024-02-23T19:43:04.971Z Compiling toml_datetime v0.6.5
8432024-02-23T19:43:04.971Z Compiling cargo-platform v0.1.3
8442024-02-23T19:43:05.191Z Compiling toml_edit v0.22.6
8452024-02-23T19:43:06.338Z Compiling cargo_metadata v0.18.1
8462024-02-23T19:43:07.318Z Compiling toml v0.8.10
8472024-02-23T19:43:08.090Z Compiling cargo_toml v0.19.0
8482024-02-23T19:43:12.003Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8492024-02-23T19:43:12.985Z Finished dev [unoptimized + debuginfo] target(s) in 43.88s
8502024-02-23T19:43:13.166Z Running `target/debug/xtask clippy`
8512024-02-23T19:43:13.194Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
8522024-02-23T19:43:13.737Z Downloading crates ...
8532024-02-23T19:43:13.958Z Downloaded hubpack_derive v0.1.1
8542024-02-23T19:43:13.961Z Downloaded http-range v0.1.5
8552024-02-23T19:43:13.964Z Downloaded ciborium-io v0.2.2
8562024-02-23T19:43:13.974Z Downloaded byteorder v1.5.0
8572024-02-23T19:43:13.977Z Downloaded block-buffer v0.10.4
8582024-02-23T19:43:13.983Z Downloaded num v0.4.1
8592024-02-23T19:43:13.983Z Downloaded nodrop v0.1.14
8602024-02-23T19:43:13.986Z Downloaded humantime v2.1.0
8612024-02-23T19:43:13.999Z Downloaded bcs v0.1.6
8622024-02-23T19:43:14.005Z Downloaded is_ci v1.2.0
8632024-02-23T19:43:14.005Z Downloaded indoc v1.0.9
8642024-02-23T19:43:14.005Z Downloaded num-iter v0.1.43
8652024-02-23T19:43:14.005Z Downloaded httptest v0.15.5
8662024-02-23T19:43:14.009Z Downloaded nu-ansi-term v0.50.0
8672024-02-23T19:43:14.009Z Downloaded normalize-line-endings v0.3.0
8682024-02-23T19:43:14.009Z Downloaded num-integer v0.1.46
8692024-02-23T19:43:14.012Z Downloaded num-complex v0.4.4
8702024-02-23T19:43:14.015Z Downloaded chacha20 v0.9.1
8712024-02-23T19:43:14.019Z Downloaded rpassword v7.3.1
8722024-02-23T19:43:14.022Z Downloaded relative-path v1.9.0
8732024-02-23T19:43:14.025Z Downloaded num-rational v0.4.1
8742024-02-23T19:43:14.030Z Downloaded instant v0.1.12
8752024-02-23T19:43:14.030Z Downloaded rustc-demangle v0.1.23
8762024-02-23T19:43:14.034Z Downloaded rsa v0.9.2
8772024-02-23T19:43:14.040Z Downloaded crucible-workspace-hack v0.1.0
8782024-02-23T19:43:14.044Z Downloaded bitflags v1.3.2
8792024-02-23T19:43:14.048Z Downloaded http-body v0.4.5
8802024-02-23T19:43:14.051Z Downloaded cfg-if v1.0.0
8812024-02-23T19:43:14.055Z Downloaded http-body v1.0.0
8822024-02-23T19:43:14.058Z Downloaded lazy_static v1.4.0
8832024-02-23T19:43:14.061Z Downloaded blake2b_simd v1.0.1
8842024-02-23T19:43:14.061Z Downloaded num-bigint-dig v0.8.4
8852024-02-23T19:43:14.069Z Downloaded httparse v1.8.0
8862024-02-23T19:43:14.074Z Downloaded curve25519-dalek-derive v0.1.0
8872024-02-23T19:43:14.077Z Downloaded crc-any v2.4.3
8882024-02-23T19:43:14.081Z Downloaded crunchy v0.2.2
8892024-02-23T19:43:14.084Z Downloaded new_debug_unreachable v1.0.4
8902024-02-23T19:43:14.087Z Downloaded matches v0.1.10
8912024-02-23T19:43:14.087Z Downloaded match_cfg v0.1.0
8922024-02-23T19:43:14.090Z Downloaded constant_time_eq v0.2.6
8932024-02-23T19:43:14.093Z Downloaded crc v3.0.1
8942024-02-23T19:43:14.097Z Downloaded adler v1.0.2
8952024-02-23T19:43:14.100Z Downloaded blake2 v0.10.6
8962024-02-23T19:43:14.103Z Downloaded approx v0.5.1
8972024-02-23T19:43:14.109Z Downloaded ascii-canvas v3.0.0
8982024-02-23T19:43:14.109Z Downloaded display-error-chain v0.2.0
8992024-02-23T19:43:14.112Z Downloaded derive_builder_macro v0.12.0
9002024-02-23T19:43:14.112Z Downloaded aead v0.5.2
9012024-02-23T19:43:14.112Z Downloaded number_prefix v0.4.0
9022024-02-23T19:43:14.115Z Downloaded maplit v1.0.2
9032024-02-23T19:43:14.118Z Downloaded crossbeam-deque v0.8.3
9042024-02-23T19:43:14.118Z Downloaded autocfg v1.1.0
9052024-02-23T19:43:14.121Z Downloaded cc v1.0.83
9062024-02-23T19:43:14.125Z Downloaded linear-map v1.2.0
9072024-02-23T19:43:14.129Z Downloaded memoffset v0.7.1
9082024-02-23T19:43:14.133Z Downloaded memoffset v0.9.0
9092024-02-23T19:43:14.135Z Downloaded mockall v0.12.0
9102024-02-23T19:43:14.138Z Downloaded mime v0.3.17
9112024-02-23T19:43:14.141Z Downloaded textwrap v0.11.0
9122024-02-23T19:43:14.144Z Downloaded time-macros v0.2.13
9132024-02-23T19:43:14.146Z Downloaded native-tls v0.2.11
9142024-02-23T19:43:14.151Z Downloaded want v0.3.1
9152024-02-23T19:43:14.151Z Downloaded termtree v0.4.1
9162024-02-23T19:43:14.153Z Downloaded walkdir v2.4.0
9172024-02-23T19:43:14.156Z Downloaded tempdir v0.3.7
9182024-02-23T19:43:14.159Z Downloaded rustc-hash v1.1.0
9192024-02-23T19:43:14.159Z Downloaded foreign-types-shared v0.3.1
9202024-02-23T19:43:14.162Z Downloaded num-derive v0.4.0
9212024-02-23T19:43:14.164Z Downloaded sqlparser_derive v0.2.2
9222024-02-23T19:43:14.165Z Downloaded signature v1.6.4
9232024-02-23T19:43:14.167Z Downloaded enum-as-inner v0.5.1
9242024-02-23T19:43:14.170Z Downloaded packed_struct v0.10.1
9252024-02-23T19:43:14.175Z Downloaded async-trait v0.1.77
9262024-02-23T19:43:14.178Z Downloaded memmap2 v0.7.1
9272024-02-23T19:43:14.181Z Downloaded mime_guess v2.0.4
9282024-02-23T19:43:14.184Z Downloaded http v0.2.11
9292024-02-23T19:43:14.188Z Downloaded stability v0.1.1
9302024-02-23T19:43:14.191Z Downloaded spin v0.5.2
9312024-02-23T19:43:14.194Z Downloaded indicatif v0.17.8
9322024-02-23T19:43:14.197Z Downloaded hmac v0.12.1
9332024-02-23T19:43:14.200Z Downloaded fixedbitset v0.4.2
9342024-02-23T19:43:14.203Z Downloaded ed25519 v1.5.3
9352024-02-23T19:43:14.206Z Downloaded openssl-probe v0.1.5
9362024-02-23T19:43:14.206Z Downloaded structmeta-derive v0.3.0
9372024-02-23T19:43:14.209Z Downloaded structmeta v0.3.0
9382024-02-23T19:43:14.211Z Downloaded defmt-parser v0.3.3
9392024-02-23T19:43:14.211Z Downloaded defmt-macros v0.3.6
9402024-02-23T19:43:14.214Z Downloaded tokio-stream v0.1.14
9412024-02-23T19:43:14.220Z Downloaded rustls-native-certs v0.7.0
9422024-02-23T19:43:14.223Z Downloaded crossbeam-epoch v0.9.15
9432024-02-23T19:43:14.226Z Downloaded miniz_oxide v0.7.1
9442024-02-23T19:43:14.229Z Downloaded ahash v0.8.7
9452024-02-23T19:43:14.233Z Downloaded guppy-workspace-hack v0.1.0
9462024-02-23T19:43:14.236Z Downloaded basic-toml v0.1.8
9472024-02-23T19:43:14.245Z Downloaded remove_dir_all v0.5.3
9482024-02-23T19:43:14.248Z Downloaded data-encoding v2.4.0
9492024-02-23T19:43:14.251Z Downloaded plain v0.2.3
9502024-02-23T19:43:14.251Z Downloaded fnv v1.0.7
9512024-02-23T19:43:14.251Z Downloaded typenum v1.16.0
9522024-02-23T19:43:14.257Z Downloaded precomputed-hash v0.1.1
9532024-02-23T19:43:14.260Z Downloaded darling_macro v0.20.3
9542024-02-23T19:43:14.261Z Downloaded foreign-types-shared v0.1.1
9552024-02-23T19:43:14.261Z Downloaded smallvec v0.6.14
9562024-02-23T19:43:14.261Z Downloaded zerocopy v0.3.0
9572024-02-23T19:43:14.261Z Downloaded deranged v0.3.8
9582024-02-23T19:43:14.264Z Downloaded rand_xorshift v0.3.0
9592024-02-23T19:43:14.264Z Downloaded vte_generate_state_changes v0.1.1
9602024-02-23T19:43:14.266Z Downloaded hash32 v0.2.1
9612024-02-23T19:43:14.269Z Downloaded string_cache v0.8.7
9622024-02-23T19:43:14.269Z Downloaded zerocopy-derive v0.7.32
9632024-02-23T19:43:14.273Z Downloaded waitgroup v0.1.2
9642024-02-23T19:43:14.276Z Downloaded bytes v1.5.0
9652024-02-23T19:43:14.279Z Downloaded version_check v0.9.4
9662024-02-23T19:43:14.286Z Downloaded yansi v0.5.1
9672024-02-23T19:43:14.306Z Downloaded xattr v1.0.1
9682024-02-23T19:43:14.306Z Downloaded rand_chacha v0.3.1
9692024-02-23T19:43:14.306Z Downloaded arc-swap v1.6.0
9702024-02-23T19:43:14.306Z Downloaded stable_deref_trait v1.2.0
9712024-02-23T19:43:14.307Z Downloaded generic-array v0.14.7
9722024-02-23T19:43:14.307Z Downloaded fragile v2.0.0
9732024-02-23T19:43:14.319Z Downloaded parse-size v1.0.0
9742024-02-23T19:43:14.319Z Downloaded fd-lock v3.0.13
9752024-02-23T19:43:14.320Z Downloaded strum_macros v0.25.2
9762024-02-23T19:43:14.320Z Downloaded rusty-fork v0.3.0
9772024-02-23T19:43:14.320Z Downloaded elliptic-curve v0.13.8
9782024-02-23T19:43:14.320Z Downloaded path-slash v0.1.5
9792024-02-23T19:43:14.320Z Downloaded proc-macro-error-attr v1.0.4
9802024-02-23T19:43:14.320Z Downloaded doc-comment v0.3.3
9812024-02-23T19:43:14.320Z Downloaded phf_shared v0.10.0
9822024-02-23T19:43:14.324Z Downloaded parse-display-derive v0.9.0
9832024-02-23T19:43:14.324Z Downloaded foreign-types-macros v0.2.3
9842024-02-23T19:43:14.324Z Downloaded unicode-linebreak v0.1.5
9852024-02-23T19:43:14.324Z Downloaded opaque-debug v0.3.0
9862024-02-23T19:43:14.324Z Downloaded num_threads v0.1.6
9872024-02-23T19:43:14.324Z Downloaded fallible-iterator v0.2.0
9882024-02-23T19:43:14.324Z Downloaded pem-rfc7468 v0.7.0
9892024-02-23T19:43:14.331Z Downloaded semver-parser v0.10.2
9902024-02-23T19:43:14.334Z Downloaded usdt v0.5.0
9912024-02-23T19:43:14.338Z Downloaded crypto-bigint v0.5.2
9922024-02-23T19:43:14.341Z Downloaded openssl-macros v0.1.1
9932024-02-23T19:43:14.344Z Downloaded nix v0.27.1
9942024-02-23T19:43:14.355Z Downloaded rustc_version v0.1.7
9952024-02-23T19:43:14.358Z Downloaded rust-argon2 v1.0.1
9962024-02-23T19:43:14.361Z Downloaded pretty-hex v0.4.1
9972024-02-23T19:43:14.361Z Downloaded pretty-hex v0.2.1
9982024-02-23T19:43:14.368Z Downloaded ff v0.13.0
9992024-02-23T19:43:14.368Z Downloaded num_cpus v1.16.0
10002024-02-23T19:43:14.371Z Downloaded dof v0.1.5
10012024-02-23T19:43:14.371Z Downloaded slog-envlogger v2.2.0
10022024-02-23T19:43:14.371Z Downloaded predicates-core v1.0.6
10032024-02-23T19:43:14.374Z Downloaded secrecy v0.8.0
10042024-02-23T19:43:14.374Z Downloaded password-hash v0.5.0
10052024-02-23T19:43:14.377Z Downloaded structopt v0.3.26
10062024-02-23T19:43:14.384Z Downloaded tower-service v0.3.2
10072024-02-23T19:43:14.387Z Downloaded socket2 v0.5.5
10082024-02-23T19:43:14.390Z Downloaded strum v0.26.1
10092024-02-23T19:43:14.390Z Downloaded itertools v0.12.1
10102024-02-23T19:43:14.398Z Downloaded plotters-backend v0.3.5
10112024-02-23T19:43:14.401Z Downloaded dof v0.3.0
10122024-02-23T19:43:14.401Z Downloaded tap v1.0.1
10132024-02-23T19:43:14.404Z Downloaded num_enum v0.5.11
10142024-02-23T19:43:14.408Z Downloaded heck v0.3.3
10152024-02-23T19:43:14.411Z Downloaded pest_derive v2.7.6
10162024-02-23T19:43:14.414Z Downloaded endian-type v0.1.2
10172024-02-23T19:43:14.414Z Downloaded difflib v0.4.0
10182024-02-23T19:43:14.417Z Downloaded quick-error v1.2.3
10192024-02-23T19:43:14.420Z Downloaded getopts v0.2.21
10202024-02-23T19:43:14.420Z Downloaded supports-color v3.0.0
10212024-02-23T19:43:14.423Z Downloaded once_cell v1.19.0
10222024-02-23T19:43:14.426Z Downloaded scopeguard v1.2.0
10232024-02-23T19:43:14.426Z Downloaded tabled_derive v0.7.0
10242024-02-23T19:43:14.429Z Downloaded subtle v2.5.0
10252024-02-23T19:43:14.429Z Downloaded oso v0.27.0
10262024-02-23T19:43:14.432Z Downloaded textwrap v0.16.1
10272024-02-23T19:43:14.434Z Downloaded diesel_table_macro_syntax v0.1.0
10282024-02-23T19:43:14.437Z Downloaded unicode-bidi v0.3.13
10292024-02-23T19:43:14.440Z Downloaded headers-core v0.2.0
10302024-02-23T19:43:14.440Z Downloaded url v2.5.0
10312024-02-23T19:43:14.443Z Downloaded slab v0.4.9
10322024-02-23T19:43:14.446Z Downloaded rustls-pemfile v1.0.3
10332024-02-23T19:43:14.455Z Downloaded thread-id v4.2.0
10342024-02-23T19:43:14.456Z Downloaded slog-dtrace v0.3.0
10352024-02-23T19:43:14.456Z Downloaded semver v0.11.0
10362024-02-23T19:43:14.456Z Downloaded swrite v0.1.0
10372024-02-23T19:43:14.459Z Downloaded rustls-pki-types v1.3.0
10382024-02-23T19:43:14.459Z Downloaded ron v0.8.1
10392024-02-23T19:43:14.462Z Downloaded zeroize_derive v1.4.2
10402024-02-23T19:43:14.465Z Downloaded num_enum_derive v0.5.11
10412024-02-23T19:43:14.465Z Downloaded gethostname v0.4.3
10422024-02-23T19:43:14.468Z Downloaded untrusted v0.9.0
10432024-02-23T19:43:14.468Z Downloaded omicron-zone-package v0.11.0
10442024-02-23T19:43:14.471Z Downloaded tungstenite v0.20.1
10452024-02-23T19:43:14.475Z Downloaded packed_struct_codegen v0.10.1
10462024-02-23T19:43:14.477Z Downloaded proc-macro-crate v1.3.1
10472024-02-23T19:43:14.477Z Downloaded env_logger v0.10.0
10482024-02-23T19:43:14.481Z Downloaded zone_cfg_derive v0.3.0
10492024-02-23T19:43:14.484Z Downloaded usdt-macro v0.5.0
10502024-02-23T19:43:14.484Z Downloaded diff v0.1.13
10512024-02-23T19:43:14.487Z Downloaded fxhash v0.2.1
10522024-02-23T19:43:14.489Z Downloaded take_mut v0.2.2
10532024-02-23T19:43:14.489Z Downloaded itertools v0.10.5
10542024-02-23T19:43:14.495Z Downloaded tinyvec_macros v0.1.1
10552024-02-23T19:43:14.498Z Downloaded same-file v1.0.6
10562024-02-23T19:43:14.499Z Downloaded hex v0.4.3
10572024-02-23T19:43:14.501Z Downloaded strum v0.25.0
10582024-02-23T19:43:14.501Z Downloaded serde_path_to_error v0.1.15
10592024-02-23T19:43:14.504Z Downloaded slog-scope v4.4.0
10602024-02-23T19:43:14.507Z Downloaded foreign-types v0.3.2
10612024-02-23T19:43:14.507Z Downloaded thiserror-no-std v2.0.2
10622024-02-23T19:43:14.512Z Downloaded slog-term v2.9.0
10632024-02-23T19:43:14.515Z Downloaded rustc_version v0.4.0
10642024-02-23T19:43:14.515Z Downloaded tracing-attributes v0.1.26
10652024-02-23T19:43:14.519Z Downloaded hyper v1.1.0
10662024-02-23T19:43:14.534Z Downloaded darling_macro v0.14.4
10672024-02-23T19:43:14.536Z Downloaded funty v2.0.0
10682024-02-23T19:43:14.537Z Downloaded futures-core v0.3.30
10692024-02-23T19:43:14.537Z Downloaded pem v3.0.2
10702024-02-23T19:43:14.537Z Downloaded flagset v0.4.3
10712024-02-23T19:43:14.537Z Downloaded usdt-attr-macro v0.3.5
10722024-02-23T19:43:14.537Z Downloaded postgres-protocol v0.6.6
10732024-02-23T19:43:14.537Z Downloaded olpc-cjson v0.1.3
10742024-02-23T19:43:14.537Z Downloaded fastrand v2.0.1
10752024-02-23T19:43:14.540Z Downloaded phf v0.11.2
10762024-02-23T19:43:14.540Z Downloaded serde_tokenstream v0.2.0
10772024-02-23T19:43:14.546Z Downloaded peeking_take_while v0.1.2
10782024-02-23T19:43:14.551Z Downloaded phf_shared v0.11.2
10792024-02-23T19:43:14.551Z Downloaded rstest_macros v0.18.2
10802024-02-23T19:43:14.551Z Downloaded rayon-core v1.12.0
10812024-02-23T19:43:14.554Z Downloaded defmt v0.3.5
10822024-02-23T19:43:14.557Z Downloaded dtrace-parser v0.2.0
10832024-02-23T19:43:14.557Z Downloaded usdt-macro v0.3.5
10842024-02-23T19:43:14.560Z Downloaded futures-io v0.3.30
10852024-02-23T19:43:14.560Z Downloaded derive_builder v0.12.0
10862024-02-23T19:43:14.563Z Downloaded serde-hex v0.1.0
10872024-02-23T19:43:14.567Z Downloaded der v0.7.8
10882024-02-23T19:43:14.571Z Downloaded unarray v0.1.4
10892024-02-23T19:43:14.574Z Downloaded fatfs v0.3.6
10902024-02-23T19:43:14.576Z Downloaded tower-layer v0.3.2
10912024-02-23T19:43:14.579Z Downloaded futures-executor v0.3.30
10922024-02-23T19:43:14.579Z Downloaded ena v0.14.2
10932024-02-23T19:43:14.582Z Downloaded tinytemplate v1.2.1
10942024-02-23T19:43:14.582Z Downloaded synstructure v0.12.6
10952024-02-23T19:43:14.585Z Downloaded usdt-impl v0.5.0
10962024-02-23T19:43:14.585Z Downloaded getrandom v0.2.10
10972024-02-23T19:43:14.588Z Downloaded slog v2.7.0
10982024-02-23T19:43:14.591Z Downloaded futures-timer v3.0.2
10992024-02-23T19:43:14.594Z Downloaded futures-channel v0.3.30
11002024-02-23T19:43:14.597Z Downloaded strsim v0.8.0
11012024-02-23T19:43:14.597Z Downloaded dyn-clone v1.0.16
11022024-02-23T19:43:14.600Z Downloaded ref-cast v1.0.20
11032024-02-23T19:43:14.603Z Downloaded slog-json v2.6.1
11042024-02-23T19:43:14.603Z Downloaded derive_builder_core v0.12.0
11052024-02-23T19:43:14.606Z Downloaded slog-async v2.8.0
11062024-02-23T19:43:14.608Z Downloaded paste v1.0.14
11072024-02-23T19:43:14.611Z Downloaded threadpool v1.8.1
11082024-02-23T19:43:14.611Z Downloaded untrusted v0.7.1
11092024-02-23T19:43:14.614Z Downloaded num-bigint v0.4.4
11102024-02-23T19:43:14.620Z Downloaded foreign-types v0.5.0
11112024-02-23T19:43:14.623Z Downloaded tracing-core v0.1.31
11122024-02-23T19:43:14.623Z Downloaded serde_with v3.6.1
11132024-02-23T19:43:14.629Z Downloaded dirs-next v2.0.0
11142024-02-23T19:43:14.632Z Downloaded darling v0.14.4
11152024-02-23T19:43:14.635Z Downloaded derive-where v1.2.7
11162024-02-23T19:43:14.638Z Downloaded unicode-segmentation v1.10.1
11172024-02-23T19:43:14.641Z Downloaded reedline v0.29.0
11182024-02-23T19:43:14.649Z Downloaded oso-derive v0.27.0
11192024-02-23T19:43:14.652Z Downloaded rustls-pemfile v2.1.0
11202024-02-23T19:43:14.654Z Downloaded rustfmt-wrapper v0.2.0
11212024-02-23T19:43:14.655Z Downloaded criterion v0.5.1
11222024-02-23T19:43:14.661Z Downloaded poly1305 v0.8.0
11232024-02-23T19:43:14.664Z Downloaded toml v0.7.8
11242024-02-23T19:43:14.667Z Downloaded strum_macros v0.24.3
11252024-02-23T19:43:14.670Z Downloaded predicates v3.1.0
11262024-02-23T19:43:14.673Z Downloaded dirs-sys-next v0.1.2
11272024-02-23T19:43:14.676Z Downloaded tokio-rustls v0.24.1
11282024-02-23T19:43:14.676Z Downloaded smf v0.2.2
11292024-02-23T19:43:14.679Z Downloaded tokio-util v0.7.10
11302024-02-23T19:43:14.684Z Downloaded darling v0.20.3
11312024-02-23T19:43:14.687Z Downloaded rcgen v0.12.1
11322024-02-23T19:43:14.690Z Downloaded usdt-impl v0.3.5
11332024-02-23T19:43:14.693Z Downloaded derive_more v0.99.17
11342024-02-23T19:43:14.705Z Downloaded thiserror-impl-no-std v2.0.2
11352024-02-23T19:43:14.708Z Downloaded term v0.7.0
11362024-02-23T19:43:14.708Z Downloaded platforms v3.0.2
11372024-02-23T19:43:14.708Z Downloaded flate2 v1.0.28
11382024-02-23T19:43:14.717Z Downloaded ucd-trie v0.1.6
11392024-02-23T19:43:14.717Z Downloaded flume v0.11.0
11402024-02-23T19:43:14.726Z Downloaded float-cmp v0.9.0
11412024-02-23T19:43:14.726Z Downloaded structopt-derive v0.4.18
11422024-02-23T19:43:14.726Z Downloaded utf-8 v0.7.6
11432024-02-23T19:43:14.726Z Downloaded target-lexicon v0.12.13
11442024-02-23T19:43:14.726Z Downloaded tokio-rustls v0.25.0
11452024-02-23T19:43:14.729Z Downloaded zerocopy v0.7.32
11462024-02-23T19:43:14.742Z Downloaded which v4.4.0
11472024-02-23T19:43:14.749Z Downloaded serde_plain v1.0.2
11482024-02-23T19:43:14.749Z Downloaded pkcs1 v0.7.5
11492024-02-23T19:43:14.749Z Downloaded serde_yaml v0.9.25
11502024-02-23T19:43:14.754Z Downloaded prettyplease v0.2.16
11512024-02-23T19:43:14.773Z Downloaded sha2 v0.10.8
11522024-02-23T19:43:14.773Z Downloaded zip v0.6.6
11532024-02-23T19:43:14.777Z Downloaded diesel_derives v2.1.2
11542024-02-23T19:43:14.777Z Downloaded darling_core v0.14.4
11552024-02-23T19:43:14.777Z Downloaded multer v3.0.0
11562024-02-23T19:43:14.777Z Downloaded pretty_assertions v1.4.0
11572024-02-23T19:43:14.777Z Downloaded pin-project v1.1.3
11582024-02-23T19:43:14.786Z Downloaded papergrid v0.11.0
11592024-02-23T19:43:14.791Z Downloaded rand v0.8.5
11602024-02-23T19:43:14.805Z Downloaded headers v0.3.9
11612024-02-23T19:43:14.805Z Downloaded trust-dns-resolver v0.22.0
11622024-02-23T19:43:14.805Z Downloaded futures-util v0.3.30
11632024-02-23T19:43:14.814Z Downloaded time v0.3.27
11642024-02-23T19:43:14.820Z Downloaded toml v0.5.11
11652024-02-23T19:43:14.824Z Downloaded h2 v0.3.24
11662024-02-23T19:43:14.832Z Downloaded heapless v0.7.16
11672024-02-23T19:43:14.836Z Downloaded owo-colors v4.0.0
11682024-02-23T19:43:14.839Z Downloaded rand v0.4.6
11692024-02-23T19:43:14.842Z Downloaded darling_core v0.20.3
11702024-02-23T19:43:14.845Z Downloaded unicode-normalization v0.1.22
11712024-02-23T19:43:14.849Z Downloaded parking_lot v0.11.2
11722024-02-23T19:43:14.852Z Downloaded regex-automata v0.1.10
11732024-02-23T19:43:14.857Z Downloaded object v0.30.4
11742024-02-23T19:43:14.870Z Downloaded salty v0.2.0
11752024-02-23T19:43:14.874Z Downloaded sqlparser v0.43.1
11762024-02-23T19:43:14.880Z Downloaded guppy v0.17.5
11772024-02-23T19:43:14.886Z Downloaded syn v1.0.109
11782024-02-23T19:43:14.898Z Downloaded plotters v0.3.5
11792024-02-23T19:43:14.908Z Downloaded vcpkg v0.2.15
11802024-02-23T19:43:14.951Z Downloaded bitvec v1.0.1
11812024-02-23T19:43:14.967Z Downloaded proptest v1.4.0
11822024-02-23T19:43:14.977Z Downloaded bstr v1.6.0
11832024-02-23T19:43:14.988Z Downloaded tough v0.16.0
11842024-02-23T19:43:15.008Z Downloaded gimli v0.28.0
11852024-02-23T19:43:15.012Z Downloaded rustyline v13.0.0
11862024-02-23T19:43:15.012Z Downloaded tabled v0.15.0
11872024-02-23T19:43:15.029Z Downloaded smoltcp v0.9.1
11882024-02-23T19:43:15.040Z Downloaded scroll_derive v0.12.0
11892024-02-23T19:43:15.043Z Downloaded object v0.32.1
11902024-02-23T19:43:15.052Z Downloaded trust-dns-proto v0.22.0
11912024-02-23T19:43:15.074Z Downloaded polar-core v0.27.0
11922024-02-23T19:43:15.078Z Downloaded rustls v0.21.9
11932024-02-23T19:43:15.086Z Downloaded regex v1.10.3
11942024-02-23T19:43:15.101Z Downloaded openapiv3 v2.0.0
11952024-02-23T19:43:15.115Z Downloaded openssl v0.10.60
11962024-02-23T19:43:15.127Z Downloaded sled v0.34.7
11972024-02-23T19:43:15.137Z Downloaded portable-atomic v1.4.3
11982024-02-23T19:43:15.142Z Downloaded diesel v2.1.4
11992024-02-23T19:43:15.162Z Downloaded regex-syntax v0.8.2
12002024-02-23T19:43:15.170Z Downloaded regex-automata v0.4.4
12012024-02-23T19:43:15.189Z Downloaded ratatui v0.26.1
12022024-02-23T19:43:15.207Z Downloaded tokio v1.36.0
12032024-02-23T19:43:15.249Z Downloaded csv v1.3.0
12042024-02-23T19:43:15.268Z Downloaded sha3 v0.10.8
12052024-02-23T19:43:15.273Z Downloaded bzip2-sys v0.1.11+1.0.8
12062024-02-23T19:43:15.286Z Downloaded regex-automata v0.3.8
12072024-02-23T19:43:15.304Z Downloaded zerocopy-derive v0.2.0
12082024-02-23T19:43:15.312Z Downloaded smoltcp v0.11.0
12092024-02-23T19:43:15.328Z Downloaded encoding_rs v0.8.33
12102024-02-23T19:43:15.349Z Downloaded zerocopy-derive v0.6.4
12112024-02-23T19:43:15.359Z Downloaded webpki-roots v0.25.2
12122024-02-23T19:43:15.363Z Downloaded rustls v0.22.2
12132024-02-23T19:43:15.378Z Downloaded regex-syntax v0.6.29
12142024-02-23T19:43:15.385Z Downloaded goblin v0.8.0
12152024-02-23T19:43:15.395Z Downloaded quick-xml v0.30.0
12162024-02-23T19:43:15.397Z Downloaded petgraph v0.6.4
12172024-02-23T19:43:15.414Z Downloaded idna v0.2.3
12182024-02-23T19:43:15.420Z Downloaded chrono v0.4.31
12192024-02-23T19:43:15.428Z Downloaded bindgen v0.69.2
12202024-02-23T19:43:15.436Z Downloaded rustls-webpki v0.102.1
12212024-02-23T19:43:15.455Z Downloaded idna v0.5.0
12222024-02-23T19:43:15.462Z Downloaded bstr v0.2.17
12232024-02-23T19:43:15.473Z Downloaded lalrpop v0.19.12
12242024-02-23T19:43:15.485Z Downloaded rayon v1.8.0
12252024-02-23T19:43:15.494Z Downloaded radix_trie v0.2.1
12262024-02-23T19:43:15.500Z Downloaded curve25519-dalek v4.1.1
12272024-02-23T19:43:15.510Z Downloaded regress v0.8.0
12282024-02-23T19:43:15.517Z Downloaded parking_lot v0.12.1
12292024-02-23T19:43:15.520Z Downloaded ring v0.17.8
12302024-02-23T19:43:15.591Z Downloaded spin v0.9.8
12312024-02-23T19:43:15.597Z Downloaded futures v0.3.30
12322024-02-23T19:43:15.600Z Downloaded num-traits v0.2.16
12332024-02-23T19:43:15.603Z Downloaded toml_edit v0.19.15
12342024-02-23T19:43:15.617Z Downloaded hashbrown v0.12.3
12352024-02-23T19:43:15.621Z Downloaded trust-dns-client v0.22.0
12362024-02-23T19:43:15.626Z Downloaded hyper v0.14.27
12372024-02-23T19:43:15.634Z Downloaded clap v2.34.0
12382024-02-23T19:43:15.641Z Downloaded winnow v0.5.15
12392024-02-23T19:43:15.652Z Downloaded rustls-webpki v0.101.7
12402024-02-23T19:43:15.664Z Downloaded serde_derive_internals v0.26.0
12412024-02-23T19:43:15.667Z Downloaded steno v0.4.0
12422024-02-23T19:43:15.670Z Downloaded tower v0.4.13
12432024-02-23T19:43:15.678Z Downloaded ring v0.16.20
12442024-02-23T19:43:15.761Z Downloaded target-spec v3.1.0
12452024-02-23T19:43:15.764Z Downloaded postcard v1.0.8
12462024-02-23T19:43:15.767Z Downloaded tokio-postgres v0.7.10
12472024-02-23T19:43:15.770Z Downloaded reqwest v0.11.22
12482024-02-23T19:43:15.779Z Downloaded futures-sink v0.3.30
12492024-02-23T19:43:15.998Z Downloaded trybuild v1.0.89
12502024-02-23T19:43:15.998Z Downloaded postgres-types v0.2.6
12512024-02-23T19:43:15.998Z Downloaded parse-display v0.9.0
12522024-02-23T19:43:15.998Z Downloaded blake3 v1.5.0
12532024-02-23T19:43:15.998Z Downloaded zeroize v1.7.0
12542024-02-23T19:43:15.998Z Downloaded slog-bunyan v2.5.0
12552024-02-23T19:43:15.998Z Downloaded libxml v0.3.3
12562024-02-23T19:43:15.998Z Downloaded partial-io v0.5.4
12572024-02-23T19:43:15.998Z Downloaded tinyvec v1.6.0
12582024-02-23T19:43:15.998Z Downloaded unicode_categories v0.1.1
12592024-02-23T19:43:15.998Z Downloaded rtoolbox v0.0.1
12602024-02-23T19:43:15.998Z Downloaded pest_generator v2.7.6
12612024-02-23T19:43:15.998Z Downloaded serde_tokenstream v0.1.7
12622024-02-23T19:43:15.998Z Downloaded trust-dns-server v0.22.1
12632024-02-23T19:43:15.998Z Downloaded hashbrown v0.13.2
12642024-02-23T19:43:15.998Z Downloaded siphasher v0.3.11
12652024-02-23T19:43:15.998Z Downloaded termcolor v1.2.0
12662024-02-23T19:43:15.998Z Downloaded half v2.3.1
12672024-02-23T19:43:15.999Z Downloaded hkdf v0.12.4
12682024-02-23T19:43:15.999Z Downloaded heapless v0.8.0
12692024-02-23T19:43:15.999Z Downloaded expectorate v1.1.0
12702024-02-23T19:43:15.999Z Downloaded x509-cert v0.2.4
12712024-02-23T19:43:15.999Z Downloaded tracing v0.1.37
12722024-02-23T19:43:15.999Z Downloaded predicates-tree v1.0.9
12732024-02-23T19:43:15.999Z Downloaded fs-err v2.11.0
12742024-02-23T19:43:15.999Z Downloaded usdt v0.3.5
12752024-02-23T19:43:15.999Z Downloaded rstest v0.18.2
12762024-02-23T19:43:15.999Z Downloaded pest_meta v2.7.6
12772024-02-23T19:43:15.999Z Downloaded unicode-xid v0.2.4
12782024-02-23T19:43:15.999Z Downloaded hash32 v0.3.1
12792024-02-23T19:43:15.999Z Downloaded smallvec v1.13.1
12802024-02-23T19:43:15.999Z Downloaded static_assertions v1.1.0
12812024-02-23T19:43:15.999Z Downloaded unsafe-libyaml v0.2.10
12822024-02-23T19:43:15.999Z Downloaded pest v2.7.6
12832024-02-23T19:43:15.999Z Downloaded sha1 v0.10.6
12842024-02-23T19:43:15.999Z Downloaded ppv-lite86 v0.2.17
12852024-02-23T19:43:15.999Z Downloaded ref-cast-impl v1.0.20
12862024-02-23T19:43:15.999Z Downloaded pkcs8 v0.10.2
12872024-02-23T19:43:15.999Z Downloaded tar v0.4.40
12882024-02-23T19:43:15.999Z Downloaded uuid v1.7.0
12892024-02-23T19:43:15.999Z Downloaded libm v0.2.7
12902024-02-23T19:43:15.999Z Downloaded crossterm v0.27.0
12912024-02-23T19:43:15.999Z Downloaded vsss-rs v3.3.4
12922024-02-23T19:43:16.000Z Downloaded schemars_derive v0.8.16
12932024-02-23T19:43:16.000Z Downloaded hex-literal v0.4.1
12942024-02-23T19:43:16.000Z Downloaded oorandom v11.1.3
12952024-02-23T19:43:16.000Z Downloaded zone v0.3.0
12962024-02-23T19:43:16.000Z Downloaded tokio-tungstenite v0.20.1
12972024-02-23T19:43:16.000Z Downloaded openssl-sys v0.9.96
12982024-02-23T19:43:16.000Z Downloaded proc-macro-error v1.0.4
12992024-02-23T19:43:16.000Z Downloaded futures-task v0.3.30
13002024-02-23T19:43:16.000Z Downloaded socket2 v0.4.9
13012024-02-23T19:43:16.000Z Downloaded snafu v0.7.5
13022024-02-23T19:43:16.000Z Downloaded semver v0.1.20
13032024-02-23T19:43:16.000Z Downloaded filetime v0.2.23
13042024-02-23T19:43:16.000Z Downloaded parking_lot_core v0.8.6
13052024-02-23T19:43:16.000Z Downloaded serde_with_macros v3.6.1
13062024-02-23T19:43:16.000Z Downloaded vte v0.11.1
13072024-02-23T19:43:16.000Z Downloaded slog-stdlog v4.1.1
13082024-02-23T19:43:16.000Z Downloaded typed-path v0.7.0
13092024-02-23T19:43:16.001Z Downloaded tui-tree-widget v0.17.0
13102024-02-23T19:43:16.001Z Downloaded tokio-native-tls v0.3.1
13112024-02-23T19:43:16.001Z Downloaded termios v0.3.3
13122024-02-23T19:43:16.001Z Downloaded structmeta-derive v0.2.0
13132024-02-23T19:43:16.001Z Downloaded futures-macro v0.3.30
13142024-02-23T19:43:16.001Z Downloaded digest v0.10.7
13152024-02-23T19:43:16.001Z Downloaded fd-lock v4.0.2
13162024-02-23T19:43:16.001Z Downloaded subprocess v0.2.9
13172024-02-23T19:43:16.001Z Downloaded plotters-svg v0.3.5
13182024-02-23T19:43:16.001Z Downloaded pin-utils v0.1.0
13192024-02-23T19:43:16.001Z Downloaded mio v0.8.9
13202024-02-23T19:43:16.001Z Downloaded minimal-lexical v0.2.1
13212024-02-23T19:43:16.001Z Downloaded crossbeam-channel v0.5.8
13222024-02-23T19:43:16.001Z Downloaded parking_lot_core v0.9.8
13232024-02-23T19:43:16.002Z Downloaded zerocopy v0.6.4
13242024-02-23T19:43:16.002Z Downloaded yasna v0.5.2
13252024-02-23T19:43:16.002Z Downloaded globset v0.4.13
13262024-02-23T19:43:16.002Z Downloaded tiny-keccak v2.0.2
13272024-02-23T19:43:16.002Z Downloaded backtrace v0.3.69
13282024-02-23T19:43:16.002Z Downloaded wait-timeout v0.2.0
13292024-02-23T19:43:16.002Z Downloaded unicase v2.7.0
13302024-02-23T19:43:16.002Z Downloaded pin-project-lite v0.2.13
13312024-02-23T19:43:16.002Z Downloaded pin-project-internal v1.1.3
13322024-02-23T19:43:16.002Z Downloaded strum_macros v0.26.1
13332024-02-23T19:43:16.002Z Downloaded rand_core v0.6.4
13342024-02-23T19:43:16.002Z Downloaded radium v0.7.0
13352024-02-23T19:43:16.002Z Downloaded form_urlencoded v1.2.1
13362024-02-23T19:43:16.002Z Downloaded smawk v0.3.1
13372024-02-23T19:43:16.002Z Downloaded stringprep v0.1.3
13382024-02-23T19:43:16.002Z Downloaded snafu-derive v0.7.5
13392024-02-23T19:43:16.002Z Downloaded pathdiff v0.2.1
13402024-02-23T19:43:16.002Z Downloaded signal-hook v0.3.17
13412024-02-23T19:43:16.006Z Downloaded group v0.13.0
13422024-02-23T19:43:16.006Z Downloaded glob v0.3.1
13432024-02-23T19:43:16.006Z Downloaded allocator-api2 v0.2.16
13442024-02-23T19:43:16.006Z Downloaded wyz v0.5.1
13452024-02-23T19:43:16.006Z Downloaded whoami v1.4.1
13462024-02-23T19:43:16.006Z Downloaded schemars v0.8.16
13472024-02-23T19:43:16.025Z Downloaded crossbeam-utils v0.8.16
13482024-02-23T19:43:16.025Z Downloaded resolv-conf v0.7.0
13492024-02-23T19:43:16.025Z Downloaded r2d2 v0.8.10
13502024-02-23T19:43:16.025Z Downloaded universal-hash v0.5.1
13512024-02-23T19:43:16.025Z Downloaded spki v0.7.2
13522024-02-23T19:43:16.028Z Downloaded scroll v0.12.0
13532024-02-23T19:43:16.028Z Downloaded http v1.0.0
13542024-02-23T19:43:16.033Z Downloaded percent-encoding v2.3.1
13552024-02-23T19:43:16.037Z Downloaded test-strategy v0.3.1
13562024-02-23T19:43:16.040Z Downloaded tempfile v3.10.0
13572024-02-23T19:43:16.040Z Downloaded similar v2.3.0
13582024-02-23T19:43:16.044Z Downloaded addr2line v0.21.0
13592024-02-23T19:43:16.047Z Downloaded sct v0.7.0
13602024-02-23T19:43:16.051Z Downloaded cookie v0.18.0
13612024-02-23T19:43:16.054Z Downloaded datatest-stable v0.2.3
13622024-02-23T19:43:16.057Z Downloaded vec_map v0.8.2
13632024-02-23T19:43:16.057Z Downloaded lock_api v0.4.10
13642024-02-23T19:43:16.060Z Downloaded pkg-config v0.3.27
13652024-02-23T19:43:16.063Z Downloaded embedded-io v0.4.0
13662024-02-23T19:43:16.063Z Downloaded either v1.10.0
13672024-02-23T19:43:16.063Z Downloaded compact_str v0.7.1
13682024-02-23T19:43:16.066Z Downloaded try-lock v0.2.4
13692024-02-23T19:43:16.066Z Downloaded newline-converter v0.3.0
13702024-02-23T19:43:16.069Z Downloaded structmeta v0.2.0
13712024-02-23T19:43:16.069Z Downloaded topological-sort v0.2.2
13722024-02-23T19:43:16.069Z Downloaded log v0.4.20
13732024-02-23T19:43:16.072Z Downloaded assert_cmd v2.0.14
13742024-02-23T19:43:16.072Z Downloaded lalrpop-util v0.19.12
13752024-02-23T19:43:16.075Z Downloaded bzip2 v0.4.4
13762024-02-23T19:43:16.075Z Downloaded memmap v0.7.0
13772024-02-23T19:43:16.078Z Downloaded libsw v3.3.1
13782024-02-23T19:43:16.078Z Downloaded downcast v0.11.0
13792024-02-23T19:43:16.081Z Downloaded base64ct v1.6.0
13802024-02-23T19:43:16.081Z Downloaded crc32fast v1.3.2
13812024-02-23T19:43:16.084Z Downloaded lru v0.12.1
13822024-02-23T19:43:16.084Z Downloaded iana-time-zone v0.1.57
13832024-02-23T19:43:16.090Z Downloaded backoff v0.4.0
13842024-02-23T19:43:16.093Z Downloaded bit-vec v0.6.3
13852024-02-23T19:43:16.093Z Downloaded arrayvec v0.7.4
13862024-02-23T19:43:16.093Z Downloaded argon2 v0.5.3
13872024-02-23T19:43:16.096Z Downloaded ansi_term v0.12.1
13882024-02-23T19:43:16.096Z Downloaded libtest-mimic v0.6.1
13892024-02-23T19:43:16.099Z Downloaded unicode-width v0.1.11
13902024-02-23T19:43:16.099Z Downloaded ipnet v2.9.0
13912024-02-23T19:43:16.102Z Downloaded console v0.15.8
13922024-02-23T19:43:16.105Z Downloaded debug-ignore v1.0.5
13932024-02-23T19:43:16.105Z Downloaded shlex v1.3.0
13942024-02-23T19:43:16.108Z Downloaded serde_urlencoded v0.7.1
13952024-02-23T19:43:16.108Z Downloaded sec1 v0.7.3
13962024-02-23T19:43:16.111Z Downloaded linked-hash-map v0.5.6
13972024-02-23T19:43:16.111Z Downloaded libloading v0.7.4
13982024-02-23T19:43:16.114Z Downloaded similar-asserts v1.5.0
13992024-02-23T19:43:16.114Z Downloaded keccak v0.1.4
14002024-02-23T19:43:16.117Z Downloaded md-5 v0.10.5
14012024-02-23T19:43:16.117Z Downloaded der_derive v0.7.2
14022024-02-23T19:43:16.120Z Downloaded signature v2.1.0
14032024-02-23T19:43:16.120Z Downloaded signal-hook-registry v1.4.1
14042024-02-23T19:43:16.120Z Downloaded signal-hook-mio v0.2.3
14052024-02-23T19:43:16.123Z Downloaded base64 v0.21.7
14062024-02-23T19:43:16.126Z Downloaded tokio-macros v2.2.0
14072024-02-23T19:43:16.126Z Downloaded thread_local v1.1.7
14082024-02-23T19:43:16.129Z Downloaded time-core v0.1.1
14092024-02-23T19:43:16.129Z Downloaded sqlformat v0.2.3
14102024-02-23T19:43:16.129Z Downloaded serde_repr v0.1.16
14112024-02-23T19:43:16.132Z Downloaded strsim v0.10.0
14122024-02-23T19:43:16.133Z Downloaded indexmap v1.9.3
14132024-02-23T19:43:16.135Z Downloaded hyper-util v0.1.2
14142024-02-23T19:43:16.138Z Downloaded clang-sys v1.6.1
14152024-02-23T19:43:16.141Z Downloaded crypto-common v0.1.6
14162024-02-23T19:43:16.141Z Downloaded criterion-plot v0.5.0
14172024-02-23T19:43:16.144Z Downloaded strip-ansi-escapes v0.2.0
14182024-02-23T19:43:16.144Z Downloaded nanorand v0.7.0
14192024-02-23T19:43:16.147Z Downloaded multimap v0.10.0
14202024-02-23T19:43:16.147Z Downloaded libefi-sys v0.1.0
14212024-02-23T19:43:16.150Z Downloaded const-oid v0.9.5
14222024-02-23T19:43:16.150Z Downloaded aho-corasick v1.0.4
14232024-02-23T19:43:16.154Z Downloaded managed v0.8.0
14242024-02-23T19:43:16.157Z Downloaded maybe-uninit v2.0.0
14252024-02-23T19:43:16.157Z Downloaded base16ct v0.2.0
14262024-02-23T19:43:16.160Z Downloaded bitfield v0.14.0
14272024-02-23T19:43:16.160Z Downloaded bb8 v0.8.3
14282024-02-23T19:43:16.160Z Downloaded scheduled-thread-pool v0.2.7
14292024-02-23T19:43:16.163Z Downloaded rustversion v1.0.14
14302024-02-23T19:43:16.163Z Downloaded cast v0.3.0
14312024-02-23T19:43:16.169Z Downloaded csv-core v0.1.11
14322024-02-23T19:43:16.169Z Downloaded signal-hook-tokio v0.3.1
14332024-02-23T19:43:16.172Z Downloaded shell-words v1.1.0
14342024-02-23T19:43:16.172Z Downloaded atomic-waker v1.1.1
14352024-02-23T19:43:16.172Z Downloaded async-recursion v1.0.5
14362024-02-23T19:43:16.172Z Downloaded arrayref v0.3.7
14372024-02-23T19:43:16.172Z Downloaded array-init v0.0.4
14382024-02-23T19:43:16.172Z Downloaded anes v0.1.6
14392024-02-23T19:43:16.175Z Downloaded convert_case v0.4.0
14402024-02-23T19:43:16.175Z Downloaded cexpr v0.6.0
14412024-02-23T19:43:16.178Z Downloaded async-stream v0.3.5
14422024-02-23T19:43:16.178Z Downloaded toolchain_find v0.2.0
14432024-02-23T19:43:16.181Z Downloaded dtrace-parser v0.1.14
14442024-02-23T19:43:16.181Z Downloaded usdt-attr-macro v0.5.0
14452024-02-23T19:43:16.181Z Downloaded is-terminal v0.4.9
14462024-02-23T19:43:16.181Z Downloaded corncobs v0.1.3
14472024-02-23T19:43:16.184Z Downloaded constant_time_eq v0.3.0
14482024-02-23T19:43:16.184Z Downloaded ciborium-ll v0.2.2
14492024-02-23T19:43:16.184Z Downloaded castaway v0.2.2
14502024-02-23T19:43:16.187Z Downloaded serde-big-array v0.5.1
14512024-02-23T19:43:16.187Z Downloaded serde-big-array v0.4.1
14522024-02-23T19:43:16.190Z Downloaded nested v0.1.1
14532024-02-23T19:43:16.190Z Downloaded chacha20poly1305 v0.10.1
14542024-02-23T19:43:16.190Z Downloaded macaddr v1.0.1
14552024-02-23T19:43:16.193Z Downloaded kstat-rs v0.2.3
14562024-02-23T19:43:16.193Z Downloaded cfg-expr v0.15.6
14572024-02-23T19:43:16.196Z Downloaded inout v0.1.3
14582024-02-23T19:43:16.196Z Downloaded colored v2.0.4
14592024-02-23T19:43:16.200Z Downloaded ciborium v0.2.2
14602024-02-23T19:43:16.202Z Downloaded hostname v0.3.1
14612024-02-23T19:43:16.202Z Downloaded crc-catalog v2.2.0
14622024-02-23T19:43:16.202Z Downloaded assert_matches v1.5.0
14632024-02-23T19:43:16.205Z Downloaded cstr-argument v0.1.2
14642024-02-23T19:43:16.205Z Downloaded atty v0.2.14
14652024-02-23T19:43:16.205Z Downloaded httpdate v1.0.3
14662024-02-23T19:43:16.208Z Downloaded buf-list v1.0.3
14672024-02-23T19:43:16.208Z Downloaded cpufeatures v0.2.12
14682024-02-23T19:43:16.211Z Downloaded atomicwrites v0.4.3
14692024-02-23T19:43:16.211Z Downloaded cassowary v0.3.0
14702024-02-23T19:43:16.211Z Downloaded lazycell v1.3.0
14712024-02-23T19:43:16.214Z Downloaded bit-set v0.5.3
14722024-02-23T19:43:16.215Z Downloaded block-padding v0.3.3
14732024-02-23T19:43:16.215Z Downloaded camino-tempfile v1.1.1
14742024-02-23T19:43:16.217Z Downloaded async-stream-impl v0.3.5
14752024-02-23T19:43:16.218Z Downloaded nom v7.1.3
14762024-02-23T19:43:16.221Z Downloaded cancel-safe-futures v0.1.5
14772024-02-23T19:43:16.224Z Downloaded mockall_derive v0.12.0
14782024-02-23T19:43:16.226Z Downloaded cipher v0.4.4
14792024-02-23T19:43:16.232Z Downloaded lru-cache v0.1.2
14802024-02-23T19:43:16.232Z Downloaded newtype_derive v0.1.6
14812024-02-23T19:43:16.232Z Downloaded hyper-rustls v0.24.2
14822024-02-23T19:43:16.239Z Downloaded nibble_vec v0.1.0
14832024-02-23T19:43:16.239Z Downloaded ipnetwork v0.20.0
14842024-02-23T19:43:16.239Z Downloaded indoc v2.0.3
14852024-02-23T19:43:16.244Z Downloaded impl-trait-for-tuples v0.2.2
14862024-02-23T19:43:16.244Z Downloaded hyper-tls v0.5.0
14872024-02-23T19:43:16.244Z Downloaded hyper-rustls v0.26.0
14882024-02-23T19:43:16.244Z Downloaded hubpack v0.1.2
14892024-02-23T19:43:16.244Z Downloaded ident_case v1.0.1
14902024-02-23T19:43:16.248Z Downloaded hyper-staticfile v0.9.5
14912024-02-23T19:43:16.248Z Downloaded highway v1.1.0
14922024-02-23T19:43:16.248Z Downloaded newtype-uuid v1.0.1
14932024-02-23T19:43:16.254Z Downloaded home v0.5.5
14942024-02-23T19:43:16.254Z Downloaded cobs v0.2.3
14952024-02-23T19:43:16.254Z Downloaded bytecount v0.6.3
14962024-02-23T19:43:16.809Z Compiling libc v0.2.153
14972024-02-23T19:43:16.809Z Compiling serde v1.0.196
14982024-02-23T19:43:16.809Z Compiling autocfg v1.1.0
14992024-02-23T19:43:16.813Z Compiling version_check v0.9.4
15002024-02-23T19:43:16.813Z Checking cfg-if v1.0.0
15012024-02-23T19:43:16.857Z Compiling syn v1.0.109
15022024-02-23T19:43:16.902Z Compiling syn v2.0.48
15032024-02-23T19:43:16.964Z Compiling parking_lot_core v0.9.8
15042024-02-23T19:43:16.995Z Compiling memchr v2.6.3
15052024-02-23T19:43:17.490Z Compiling libm v0.2.7
15062024-02-23T19:43:17.517Z Compiling once_cell v1.19.0
15072024-02-23T19:43:17.678Z Compiling ahash v0.8.7
15082024-02-23T19:43:17.851Z Compiling lock_api v0.4.10
15092024-02-23T19:43:17.981Z Compiling num-traits v0.2.16
15102024-02-23T19:43:18.134Z Compiling serde_json v1.0.114
15112024-02-23T19:43:18.350Z Compiling byteorder v1.5.0
15122024-02-23T19:43:18.800Z Compiling log v0.4.20
15132024-02-23T19:43:18.935Z Checking getrandom v0.2.10
15142024-02-23T19:43:18.938Z Compiling slab v0.4.9
15152024-02-23T19:43:19.116Z Compiling cc v1.0.83
15162024-02-23T19:43:19.395Z Compiling typenum v1.16.0
15172024-02-23T19:43:19.419Z Checking itoa v1.0.9
15182024-02-23T19:43:19.448Z Compiling generic-array v0.14.7
15192024-02-23T19:43:19.618Z Checking scopeguard v1.2.0
15202024-02-23T19:43:19.672Z Compiling allocator-api2 v0.2.16
15212024-02-23T19:43:19.733Z Compiling pkg-config v0.3.27
15222024-02-23T19:43:19.860Z Compiling rustix v0.38.31
15232024-02-23T19:43:20.443Z Checking smallvec v1.13.1
15242024-02-23T19:43:20.778Z Compiling schemars v0.8.16
15252024-02-23T19:43:20.805Z Compiling httparse v1.8.0
15262024-02-23T19:43:20.821Z Compiling fnv v1.0.7
15272024-02-23T19:43:21.218Z Compiling vcpkg v0.2.15
15282024-02-23T19:43:21.325Z Compiling aho-corasick v1.0.4
15292024-02-23T19:43:21.610Z Compiling regex-syntax v0.8.2
15302024-02-23T19:43:22.268Z Compiling ring v0.17.8
15312024-02-23T19:43:23.697Z Compiling openssl-sys v0.9.96
15322024-02-23T19:43:24.252Z Checking parking_lot v0.12.1
15332024-02-23T19:43:24.554Z Checking pin-project-lite v0.2.13
15342024-02-23T19:43:24.622Z Compiling ucd-trie v0.1.6
15352024-02-23T19:43:25.091Z Compiling serde_derive_internals v0.26.0
15362024-02-23T19:43:25.174Z Compiling regex-automata v0.4.4
15372024-02-23T19:43:26.050Z Compiling ring v0.16.20
15382024-02-23T19:43:26.642Z Checking ryu v1.0.15
15392024-02-23T19:43:27.887Z Checking signal-hook-registry v1.4.1
15402024-02-23T19:43:27.905Z Compiling crossbeam-utils v0.8.16
15412024-02-23T19:43:28.137Z Compiling openssl v0.10.60
15422024-02-23T19:43:28.455Z Checking mio v0.8.9
15432024-02-23T19:43:28.573Z Checking rand_core v0.6.4
15442024-02-23T19:43:28.702Z Compiling iana-time-zone v0.1.57
15452024-02-23T19:43:28.847Z Checking num_cpus v1.16.0
15462024-02-23T19:43:28.952Z Checking futures-core v0.3.30
15472024-02-23T19:43:29.080Z Compiling rustls v0.21.9
15482024-02-23T19:43:29.096Z Compiling native-tls v0.2.11
15492024-02-23T19:43:29.245Z Compiling dyn-clone v1.0.16
15502024-02-23T19:43:29.360Z Compiling regex v1.10.3
15512024-02-23T19:43:29.460Z Compiling spin v0.5.2
15522024-02-23T19:43:29.463Z Checking socket2 v0.5.5
15532024-02-23T19:43:29.463Z Compiling slog v2.7.0
15542024-02-23T19:43:29.701Z Compiling async-trait v0.1.77
15552024-02-23T19:43:30.097Z Compiling memoffset v0.9.0
15562024-02-23T19:43:30.565Z Compiling crossbeam-epoch v0.9.15
15572024-02-23T19:43:30.761Z Compiling backtrace v0.3.69
15582024-02-23T19:43:30.994Z Compiling futures-sink v0.3.30
15592024-02-23T19:43:31.148Z Compiling errno v0.3.8
15602024-02-23T19:43:31.239Z Compiling unicode-xid v0.2.4
15612024-02-23T19:43:31.315Z Compiling crc32fast v1.3.2
15622024-02-23T19:43:31.385Z Compiling tinyvec_macros v0.1.1
15632024-02-23T19:43:31.404Z Compiling rustversion v1.0.14
15642024-02-23T19:43:31.482Z Compiling either v1.10.0
15652024-02-23T19:43:31.810Z Compiling tinyvec v1.6.0
15662024-02-23T19:43:31.901Z Compiling futures-channel v0.3.30
15672024-02-23T19:43:32.106Z Compiling serde_derive v1.0.196
15682024-02-23T19:43:32.154Z Compiling zerocopy-derive v0.7.32
15692024-02-23T19:43:32.200Z Compiling thiserror-impl v1.0.57
15702024-02-23T19:43:32.333Z Compiling zeroize_derive v1.4.2
15712024-02-23T19:43:32.494Z Compiling tokio-macros v2.2.0
15722024-02-23T19:43:32.872Z Compiling futures-macro v0.3.30
15732024-02-23T19:43:33.394Z Compiling tracing-attributes v0.1.26
15742024-02-23T19:43:34.141Z Compiling schemars_derive v0.8.16
15752024-02-23T19:43:34.374Z Compiling openssl-macros v0.1.1
15762024-02-23T19:43:34.758Z Compiling zerocopy v0.7.32
15772024-02-23T19:43:35.190Z Checking zeroize v1.7.0
15782024-02-23T19:43:35.789Z Compiling thiserror v1.0.57
15792024-02-23T19:43:35.932Z Compiling pest v2.7.6
15802024-02-23T19:43:36.016Z Compiling anyhow v1.0.75
15812024-02-23T19:43:36.791Z Compiling unicode-width v0.1.11
15822024-02-23T19:43:36.898Z Compiling futures-task v0.3.30
15832024-02-23T19:43:36.958Z Compiling pin-utils v0.1.0
15842024-02-23T19:43:37.050Z Compiling hashbrown v0.14.3
15852024-02-23T19:43:37.111Z Compiling futures-io v0.3.30
15862024-02-23T19:43:37.366Z Compiling futures-util v0.3.30
15872024-02-23T19:43:37.621Z Compiling unicode-normalization v0.1.22
15882024-02-23T19:43:37.900Z Compiling spin v0.9.8
15892024-02-23T19:43:38.306Z Compiling pest_meta v2.7.6
15902024-02-23T19:43:38.409Z Compiling tracing-core v0.1.31
15912024-02-23T19:43:38.546Z Compiling unicode-bidi v0.3.13
15922024-02-23T19:43:38.787Z Compiling der_derive v0.7.2
15932024-02-23T19:43:39.278Z Compiling tracing v0.1.37
15942024-02-23T19:43:39.807Z Compiling pest_generator v2.7.6
15952024-02-23T19:43:39.963Z Compiling winnow v0.5.15
15962024-02-23T19:43:40.556Z Compiling lazy_static v1.4.0
15972024-02-23T19:43:40.967Z Checking subtle v2.5.0
15982024-02-23T19:43:42.244Z Compiling untrusted v0.7.1
15992024-02-23T19:43:42.440Z Compiling time-core v0.1.1
16002024-02-23T19:43:42.620Z Compiling untrusted v0.9.0
16012024-02-23T19:43:42.795Z Compiling percent-encoding v2.3.1
16022024-02-23T19:43:43.517Z Compiling foreign-types-shared v0.1.1
16032024-02-23T19:43:43.633Z Compiling foreign-types v0.3.2
16042024-02-23T19:43:43.772Z Compiling pest_derive v2.7.6
16052024-02-23T19:43:44.162Z Compiling time-macros v0.2.13
16062024-02-23T19:43:44.982Z Compiling scroll_derive v0.12.0
16072024-02-23T19:43:45.061Z Compiling synstructure v0.12.6
16082024-02-23T19:43:46.979Z Checking bytes v1.5.0
16092024-02-23T19:43:47.033Z Checking bitflags v2.4.0
16102024-02-23T19:43:47.375Z Compiling thread-id v4.2.0
16112024-02-23T19:43:47.484Z Compiling base64 v0.21.7
16122024-02-23T19:43:47.963Z Compiling indexmap v2.2.3
16132024-02-23T19:43:48.197Z Compiling chrono v0.4.31
16142024-02-23T19:43:48.326Z Compiling uuid v1.7.0
16152024-02-23T19:43:48.494Z Compiling semver v1.0.22
16162024-02-23T19:43:48.611Z Checking tokio v1.36.0
16172024-02-23T19:43:49.092Z Compiling http v0.2.11
16182024-02-23T19:43:49.434Z Compiling serde_spanned v0.6.5
16192024-02-23T19:43:49.685Z Compiling toml_datetime v0.6.5
16202024-02-23T19:43:49.913Z Compiling openapiv3 v2.0.0
16212024-02-23T19:43:50.148Z Compiling rustc_version v0.4.0
16222024-02-23T19:43:51.005Z Compiling toml_edit v0.19.15
16232024-02-23T19:43:51.858Z Compiling try-lock v0.2.4
16242024-02-23T19:43:52.144Z Compiling want v0.3.1
16252024-02-23T19:43:52.847Z Compiling http-body v0.4.5
16262024-02-23T19:43:52.850Z Compiling zerocopy-derive v0.2.0
16272024-02-23T19:43:52.853Z Compiling sct v0.7.0
16282024-02-23T19:43:53.165Z Compiling rustls-webpki v0.101.7
16292024-02-23T19:43:54.705Z Compiling form_urlencoded v1.2.1
16302024-02-23T19:43:55.106Z Compiling socket2 v0.4.9
16312024-02-23T19:43:55.245Z Compiling openssl-probe v0.1.5
16322024-02-23T19:43:55.583Z Compiling httpdate v1.0.3
16332024-02-23T19:43:55.601Z Compiling tower-service v0.3.2
16342024-02-23T19:43:55.734Z Compiling const-oid v0.9.5
16352024-02-23T19:43:56.022Z Compiling idna v0.5.0
16362024-02-23T19:43:56.159Z Compiling adler v1.0.2
16372024-02-23T19:43:56.520Z Compiling miniz_oxide v0.7.1
16382024-02-23T19:43:57.350Z Compiling url v2.5.0
16392024-02-23T19:43:57.690Z Compiling tokio-util v0.7.10
16402024-02-23T19:43:58.221Z Compiling signal-hook v0.3.17
16412024-02-23T19:43:58.546Z Compiling ipnet v2.9.0
16422024-02-23T19:43:59.345Z Compiling h2 v0.3.24
16432024-02-23T19:43:59.546Z Compiling serde_urlencoded v0.7.1
16442024-02-23T19:43:59.906Z Compiling tokio-rustls v0.24.1
16452024-02-23T19:43:59.978Z Compiling tokio-native-tls v0.3.1
16462024-02-23T19:44:00.105Z Compiling rustls-pemfile v1.0.3
16472024-02-23T19:44:00.257Z Compiling crypto-common v0.1.6
16482024-02-23T19:44:00.310Z Compiling clap_derive v4.5.0
16492024-02-23T19:44:00.483Z Compiling zerocopy-derive v0.6.4
16502024-02-23T19:44:00.487Z Compiling usdt-impl v0.3.5
16512024-02-23T19:44:00.852Z Compiling encoding_rs v0.8.33
16522024-02-23T19:44:00.884Z Compiling gimli v0.28.0
16532024-02-23T19:44:01.703Z Compiling mime v0.3.17
16542024-02-23T19:44:02.353Z Compiling siphasher v0.3.11
16552024-02-23T19:44:02.750Z Compiling webpki-roots v0.25.2
16562024-02-23T19:44:02.958Z Compiling zerocopy v0.3.0
16572024-02-23T19:44:03.061Z Compiling scroll v0.12.0
16582024-02-23T19:44:03.653Z Compiling block-buffer v0.10.4
16592024-02-23T19:44:03.931Z Compiling bzip2-sys v0.1.11+1.0.8
16602024-02-23T19:44:04.147Z Compiling object v0.32.1
16612024-02-23T19:44:04.455Z Compiling num-iter v0.1.43
16622024-02-23T19:44:04.779Z Compiling usdt-impl v0.5.0
16632024-02-23T19:44:05.152Z Compiling rustc-demangle v0.1.23
16642024-02-23T19:44:05.564Z Compiling addr2line v0.21.0
16652024-02-23T19:44:05.569Z Compiling plain v0.2.3
16662024-02-23T19:44:05.747Z Compiling goblin v0.8.0
16672024-02-23T19:44:05.937Z Compiling flate2 v1.0.28
16682024-02-23T19:44:06.134Z Compiling digest v0.10.7
16692024-02-23T19:44:06.292Z Compiling dof v0.1.5
16702024-02-23T19:44:06.341Z Compiling heapless v0.7.16
16712024-02-23T19:44:06.729Z Compiling hyper v0.14.27
16722024-02-23T19:44:06.785Z Compiling dtrace-parser v0.1.14
16732024-02-23T19:44:06.795Z Compiling futures-executor v0.3.30
16742024-02-23T19:44:06.978Z Compiling strum_macros v0.25.2
16752024-02-23T19:44:07.705Z Checking equivalent v1.0.1
16762024-02-23T19:44:07.708Z Compiling ppv-lite86 v0.2.17
16772024-02-23T19:44:07.709Z Compiling pretty-hex v0.4.1
16782024-02-23T19:44:08.216Z Compiling rand_chacha v0.3.1
16792024-02-23T19:44:08.928Z Compiling toml_edit v0.22.6
16802024-02-23T19:44:10.870Z Compiling futures v0.3.30
16812024-02-23T19:44:11.073Z Compiling toml v0.7.8
16822024-02-23T19:44:11.434Z Compiling hex v0.4.3
16832024-02-23T19:44:11.535Z Compiling serde_tokenstream v0.1.7
16842024-02-23T19:44:11.974Z Compiling dof v0.3.0
16852024-02-23T19:44:18.234Z Compiling dtrace-parser v0.2.0
16862024-02-23T19:44:18.275Z Compiling bit-vec v0.6.3
16872024-02-23T19:44:18.275Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16882024-02-23T19:44:18.275Z Compiling hyper-rustls v0.24.2
16892024-02-23T19:44:18.275Z Compiling hyper-tls v0.5.0
16902024-02-23T19:44:18.275Z Compiling reqwest v0.11.22
16912024-02-23T19:44:18.276Z Compiling rand v0.8.5
16922024-02-23T19:44:18.276Z Compiling phf_shared v0.10.0
16932024-02-23T19:44:18.276Z Compiling num-bigint v0.4.4
16942024-02-23T19:44:18.276Z Compiling smoltcp v0.9.1
16952024-02-23T19:44:18.276Z Compiling precomputed-hash v0.1.1
16962024-02-23T19:44:18.276Z Compiling fixedbitset v0.4.2
16972024-02-23T19:44:18.276Z Compiling base64ct v1.6.0
16982024-02-23T19:44:18.276Z Compiling minimal-lexical v0.2.1
16992024-02-23T19:44:18.276Z Compiling new_debug_unreachable v1.0.4
17002024-02-23T19:44:18.276Z Compiling string_cache v0.8.7
17012024-02-23T19:44:18.277Z Compiling pem-rfc7468 v0.7.0
17022024-02-23T19:44:18.277Z Compiling nom v7.1.3
17032024-02-23T19:44:18.277Z Compiling petgraph v0.6.4
17042024-02-23T19:44:18.277Z Compiling bit-set v0.5.3
17052024-02-23T19:44:18.277Z Compiling usdt-macro v0.3.5
17062024-02-23T19:44:18.277Z Compiling usdt-attr-macro v0.3.5
17072024-02-23T19:44:18.277Z Compiling hmac v0.12.1
17082024-02-23T19:44:18.277Z Compiling hubpack_derive v0.1.1
17092024-02-23T19:44:18.277Z Compiling enum-as-inner v0.5.1
17102024-02-23T19:44:18.338Z Compiling itertools v0.10.5
17112024-02-23T19:44:18.775Z Compiling diesel_table_macro_syntax v0.1.0
17122024-02-23T19:44:18.999Z Compiling flagset v0.4.3
17132024-02-23T19:44:19.137Z Compiling lalrpop-util v0.19.12
17142024-02-23T19:44:19.153Z Compiling unicode-segmentation v1.10.1
17152024-02-23T19:44:19.217Z Compiling der v0.7.8
17162024-02-23T19:44:19.239Z Compiling diesel_derives v2.1.2
17172024-02-23T19:44:21.295Z Compiling cpufeatures v0.2.12
17182024-02-23T19:44:21.373Z Compiling sha2 v0.10.8
17192024-02-23T19:44:21.432Z Compiling md-5 v0.10.5
17202024-02-23T19:44:21.645Z Compiling spki v0.7.2
17212024-02-23T19:44:21.700Z Compiling stringprep v0.1.3
17222024-02-23T19:44:21.742Z Compiling serde_repr v0.1.16
17232024-02-23T19:44:22.028Z Compiling num-integer v0.1.46
17242024-02-23T19:44:22.305Z Compiling hash32 v0.2.1
17252024-02-23T19:44:22.719Z Compiling fallible-iterator v0.2.0
17262024-02-23T19:44:23.206Z Compiling stable_deref_trait v1.2.0
17272024-02-23T19:44:23.206Z Compiling pkcs8 v0.10.2
17282024-02-23T19:44:23.207Z Compiling phf_shared v0.11.2
17292024-02-23T19:44:23.432Z Compiling postgres-protocol v0.6.6
17302024-02-23T19:44:23.592Z Compiling ff v0.13.0
17312024-02-23T19:44:23.826Z Compiling terminal_size v0.3.0
17322024-02-23T19:44:24.060Z Compiling block-padding v0.3.3
17332024-02-23T19:44:24.151Z Compiling scheduled-thread-pool v0.2.7
17342024-02-23T19:44:24.260Z Compiling base16ct v0.2.0
17352024-02-23T19:44:24.312Z Compiling matches v0.1.10
17362024-02-23T19:44:24.384Z Compiling num_threads v0.1.6
17372024-02-23T19:44:24.405Z Compiling managed v0.8.0
17382024-02-23T19:44:24.585Z Checking unicode-ident v1.0.12
17392024-02-23T19:44:24.660Z Compiling deranged v0.3.8
17402024-02-23T19:44:24.740Z Compiling regex-automata v0.1.10
17412024-02-23T19:44:24.761Z Compiling bitflags v1.3.2
17422024-02-23T19:44:24.865Z Compiling clap_builder v4.5.0
17432024-02-23T19:44:25.109Z Compiling sec1 v0.7.3
17442024-02-23T19:44:25.251Z Compiling bstr v0.2.17
17452024-02-23T19:44:25.718Z Compiling idna v0.2.3
17462024-02-23T19:44:25.721Z Compiling r2d2 v0.8.10
17472024-02-23T19:44:26.500Z Compiling time v0.3.27
17482024-02-23T19:44:26.595Z Compiling inout v0.1.3
17492024-02-23T19:44:26.743Z Compiling postgres-types v0.2.6
17502024-02-23T19:44:26.891Z Compiling group v0.13.0
17512024-02-23T19:44:26.989Z Compiling signal-hook-mio v0.2.3
17522024-02-23T19:44:27.177Z Compiling phf v0.11.2
17532024-02-23T19:44:27.220Z Compiling bzip2 v0.4.4
17542024-02-23T19:44:27.450Z Compiling hubpack v0.1.2
17552024-02-23T19:44:27.616Z Compiling hkdf v0.12.4
17562024-02-23T19:44:27.948Z Compiling zerocopy v0.6.4
17572024-02-23T19:44:28.274Z Compiling crypto-bigint v0.5.2
17582024-02-23T19:44:28.411Z Compiling ipnetwork v0.20.0
17592024-02-23T19:44:29.423Z Compiling float-cmp v0.9.0
17602024-02-23T19:44:29.651Z Compiling difflib v0.4.0
17612024-02-23T19:44:30.280Z Compiling normalize-line-endings v0.3.0
17622024-02-23T19:44:30.626Z Compiling static_assertions v1.1.0
17632024-02-23T19:44:30.669Z Compiling regex-automata v0.3.8
17642024-02-23T19:44:30.732Z Compiling whoami v1.4.1
17652024-02-23T19:44:31.407Z Compiling data-encoding v2.4.0
17662024-02-23T19:44:31.438Z Compiling predicates-core v1.0.6
17672024-02-23T19:44:31.818Z Compiling predicates v3.1.0
17682024-02-23T19:44:31.941Z Compiling tokio-postgres v0.7.10
17692024-02-23T19:44:32.322Z Compiling trust-dns-proto v0.22.0
17702024-02-23T19:44:33.329Z Compiling bstr v1.6.0
17712024-02-23T19:44:33.548Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17722024-02-23T19:44:33.913Z Compiling yasna v0.5.2
17732024-02-23T19:44:35.048Z Compiling elliptic-curve v0.13.8
17742024-02-23T19:44:35.631Z Compiling clap v4.5.0
17752024-02-23T19:44:35.757Z Compiling zip v0.6.6
17762024-02-23T19:44:35.890Z Compiling crossterm v0.27.0
17772024-02-23T19:44:35.999Z Compiling cipher v0.4.4
17782024-02-23T19:44:36.559Z Compiling diesel v2.1.4
17792024-02-23T19:44:36.589Z Compiling similar v2.3.0
17802024-02-23T19:44:37.467Z Compiling usdt v0.3.5
17812024-02-23T19:44:37.750Z Compiling strum v0.25.0
17822024-02-23T19:44:37.926Z Compiling tokio-stream v0.1.14
17832024-02-23T19:44:38.836Z Compiling console v0.15.8
17842024-02-23T19:44:39.096Z Checking proc-macro2 v1.0.78
17852024-02-23T19:44:39.790Z Checking quote v1.0.35
17862024-02-23T19:44:41.912Z Checking utf8parse v0.2.1
17872024-02-23T19:44:43.333Z Checking anstyle v1.0.2
17882024-02-23T19:44:48.378Z Checking anstyle-parse v0.2.1
17892024-02-23T19:44:49.328Z Checking anstyle-query v1.0.0
17902024-02-23T19:44:49.489Z Checking colorchoice v1.0.0
17912024-02-23T19:44:49.620Z Checking anstream v0.6.11
17922024-02-23T19:44:49.970Z Compiling serde_tokenstream v0.2.0
17932024-02-23T19:44:49.998Z Checking clap_lex v0.7.0
17942024-02-23T19:44:50.264Z Checking strsim v0.11.0
17952024-02-23T19:44:55.904Z Checking winnow v0.6.1
17962024-02-23T19:45:02.466Z Compiling regress v0.8.0
17972024-02-23T19:45:05.755Z Compiling getopts v0.2.21
17982024-02-23T19:45:05.773Z Compiling unsafe-libyaml v0.2.10
17992024-02-23T19:45:06.440Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18002024-02-23T19:45:06.836Z Checking heck v0.4.1
18012024-02-23T19:45:07.782Z Compiling serde_yaml v0.9.25
18022024-02-23T19:45:08.335Z Checking camino v1.1.6
18032024-02-23T19:45:08.479Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
18042024-02-23T19:45:08.822Z Compiling strsim v0.10.0
18052024-02-23T19:45:08.925Z Compiling ident_case v1.0.1
18062024-02-23T19:45:09.102Z Checking rustls-pki-types v1.3.0
18072024-02-23T19:45:09.118Z Checking fastrand v2.0.1
18082024-02-23T19:45:09.445Z Checking match_cfg v0.1.0
18092024-02-23T19:45:09.490Z Checking tempfile v3.10.0
18102024-02-23T19:45:09.537Z Checking hostname v0.3.1
18112024-02-23T19:45:09.649Z Checking http v1.0.0
18122024-02-23T19:45:09.667Z Checking atty v0.2.14
18132024-02-23T19:45:09.783Z Checking quick-error v1.2.3
18142024-02-23T19:45:09.840Z Compiling paste v1.0.14
18152024-02-23T19:45:09.916Z Checking sha1 v0.10.6
18162024-02-23T19:45:10.208Z Checking dirs-sys-next v0.1.2
18172024-02-23T19:45:10.386Z Compiling rustls v0.22.2
18182024-02-23T19:45:10.718Z Checking dirs-next v2.0.0
18192024-02-23T19:45:10.846Z Checking rustls-webpki v0.102.1
18202024-02-23T19:45:11.047Z Checking crossbeam-channel v0.5.8
18212024-02-23T19:45:11.678Z Checking thread_local v1.1.7
18222024-02-23T19:45:11.818Z Checking instant v0.1.12
18232024-02-23T19:45:11.824Z Compiling slog-async v2.8.0
18242024-02-23T19:45:11.970Z Checking term v0.7.0
18252024-02-23T19:45:12.229Z Checking rustls-pemfile v2.1.0
18262024-02-23T19:45:12.405Z Compiling multer v3.0.0
18272024-02-23T19:45:12.452Z Checking debug-ignore v1.0.5
18282024-02-23T19:45:12.469Z Checking take_mut v0.2.2
18292024-02-23T19:45:12.585Z Checking slog-term v2.9.0
18302024-02-23T19:45:12.758Z Compiling darling_core v0.20.3
18312024-02-23T19:45:12.812Z Checking slog-json v2.6.1
18322024-02-23T19:45:12.888Z Compiling async-stream-impl v0.3.5
18332024-02-23T19:45:13.065Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18342024-02-23T19:45:13.077Z Checking atomic-waker v1.1.1
18352024-02-23T19:45:13.208Z Checking waitgroup v0.1.2
18362024-02-23T19:45:13.330Z Checking slog-bunyan v2.5.0
18372024-02-23T19:45:13.490Z Checking toml v0.8.10
18382024-02-23T19:45:13.883Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18392024-02-23T19:45:14.318Z Checking serde_path_to_error v0.1.15
18402024-02-23T19:45:14.436Z Checking async-stream v0.3.5
18412024-02-23T19:45:14.620Z Checking wait-timeout v0.2.0
18422024-02-23T19:45:14.798Z Compiling strum_macros v0.26.1
18432024-02-23T19:45:14.959Z Compiling structmeta-derive v0.3.0
18442024-02-23T19:45:15.831Z Checking tokio-rustls v0.25.0
18452024-02-23T19:45:16.237Z Checking rusty-fork v0.3.0
18462024-02-23T19:45:16.546Z Checking newtype-uuid v1.0.1
18472024-02-23T19:45:16.791Z Compiling structmeta-derive v0.2.0
18482024-02-23T19:45:18.291Z Compiling structmeta v0.3.0
18492024-02-23T19:45:18.758Z Checking rand_xorshift v0.3.0
18502024-02-23T19:45:18.938Z Checking unarray v0.1.4
18512024-02-23T19:45:19.093Z Checking proptest v1.4.0
18522024-02-23T19:45:19.268Z Compiling darling_macro v0.20.3
18532024-02-23T19:45:20.044Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18542024-02-23T19:45:20.080Z Compiling structmeta v0.2.0
18552024-02-23T19:45:20.365Z Compiling parse-display-derive v0.9.0
18562024-02-23T19:45:20.385Z Compiling darling v0.20.3
18572024-02-23T19:45:20.420Z Checking strum v0.26.1
18582024-02-23T19:45:20.506Z Compiling serde_with_macros v3.6.1
18592024-02-23T19:45:20.525Z Checking backoff v0.4.0
18602024-02-23T19:45:20.551Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18612024-02-23T19:45:20.569Z Compiling test-strategy v0.3.1
18622024-02-23T19:45:20.823Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18632024-02-23T19:45:20.998Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18642024-02-23T19:45:21.167Z Checking macaddr v1.0.1
18652024-02-23T19:45:21.497Z Checking camino-tempfile v1.1.1
18662024-02-23T19:45:21.502Z Checking is-terminal v0.4.9
18672024-02-23T19:45:21.638Z Compiling proc-macro-error-attr v1.0.4
18682024-02-23T19:45:21.785Z Compiling proc-macro-error v1.0.4
18692024-02-23T19:45:22.283Z Compiling proc-macro-crate v1.3.1
18702024-02-23T19:45:23.449Z Compiling heapless v0.8.0
18712024-02-23T19:45:23.727Z Checking termtree v0.4.1
18722024-02-23T19:45:23.744Z Compiling num_enum_derive v0.5.11
18732024-02-23T19:45:23.927Z Checking predicates-tree v1.0.9
18742024-02-23T19:45:24.029Z Checking serde_with v3.6.1
18752024-02-23T19:45:24.083Z Checking hash32 v0.3.1
18762024-02-23T19:45:24.286Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18772024-02-23T19:45:24.369Z Compiling smoltcp v0.11.0
18782024-02-23T19:45:24.928Z Compiling usdt-macro v0.5.0
18792024-02-23T19:45:25.167Z Compiling usdt-attr-macro v0.5.0
18802024-02-23T19:45:25.411Z Checking parse-display v0.9.0
18812024-02-23T19:45:25.626Z Checking memmap v0.7.0
18822024-02-23T19:45:25.631Z Checking cobs v0.2.3
18832024-02-23T19:45:25.654Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18842024-02-23T19:45:25.816Z Compiling crucible-workspace-hack v0.1.0
18852024-02-23T19:45:25.856Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18862024-02-23T19:45:26.160Z Checking embedded-io v0.4.0
18872024-02-23T19:45:26.359Z Checking postcard v1.0.8
18882024-02-23T19:45:26.661Z Compiling foreign-types-macros v0.2.3
18892024-02-23T19:45:26.709Z Checking num_enum v0.5.11
18902024-02-23T19:45:26.870Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18912024-02-23T19:45:27.009Z Checking usdt v0.5.0
18922024-02-23T19:45:27.068Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18932024-02-23T19:45:27.212Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18942024-02-23T19:45:27.291Z Checking foreign-types-shared v0.3.1
18952024-02-23T19:45:27.516Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18962024-02-23T19:45:27.541Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18972024-02-23T19:45:27.606Z Checking cstr-argument v0.1.2
18982024-02-23T19:45:27.749Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18992024-02-23T19:45:27.773Z Checking pretty-hex v0.2.1
19002024-02-23T19:45:27.922Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19012024-02-23T19:45:28.079Z Checking foreign-types v0.5.0
19022024-02-23T19:45:28.121Z Checking colored v2.0.4
19032024-02-23T19:45:28.186Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19042024-02-23T19:45:28.209Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19052024-02-23T19:45:28.414Z Compiling zone_cfg_derive v0.3.0
19062024-02-23T19:45:28.432Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19072024-02-23T19:45:28.469Z Compiling mockall_derive v0.12.0
19082024-02-23T19:45:28.989Z Compiling num-derive v0.4.0
19092024-02-23T19:45:28.994Z Checking fragile v2.0.0
19102024-02-23T19:45:29.062Z Checking downcast v0.11.0
19112024-02-23T19:45:29.254Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19122024-02-23T19:45:29.503Z Checking smf v0.2.2
19132024-02-23T19:45:29.556Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19142024-02-23T19:45:29.997Z Checking xattr v1.0.1
19152024-02-23T19:45:30.058Z Checking zone v0.3.0
19162024-02-23T19:45:30.186Z Checking filetime v0.2.23
19172024-02-23T19:45:30.396Z Checking same-file v1.0.6
19182024-02-23T19:45:30.450Z Checking tar v0.4.40
19192024-02-23T19:45:30.552Z Checking walkdir v2.4.0
19202024-02-23T19:45:30.837Z Checking pem v3.0.2
19212024-02-23T19:45:30.853Z Compiling rayon-core v1.12.0
19222024-02-23T19:45:30.955Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19232024-02-23T19:45:31.132Z Checking linked-hash-map v0.5.6
19242024-02-23T19:45:31.209Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19252024-02-23T19:45:31.275Z Checking itertools v0.12.1
19262024-02-23T19:45:31.296Z Checking headers-core v0.2.0
19272024-02-23T19:45:31.310Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
19282024-02-23T19:45:31.433Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19292024-02-23T19:45:31.468Z Checking lru-cache v0.1.2
19302024-02-23T19:45:31.656Z Checking headers v0.3.9
19312024-02-23T19:45:31.675Z Checking password-hash v0.5.0
19322024-02-23T19:45:32.129Z Checking blake2 v0.10.6
19332024-02-23T19:45:32.556Z Checking swrite v0.1.0
19342024-02-23T19:45:32.576Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19352024-02-23T19:45:32.692Z Checking argon2 v0.5.3
19362024-02-23T19:45:32.828Z Compiling derive-where v1.2.7
19372024-02-23T19:45:32.857Z Checking rcgen v0.12.1
19382024-02-23T19:45:33.304Z Checking atomicwrites v0.4.3
19392024-02-23T19:45:33.491Z Checking subprocess v0.2.9
19402024-02-23T19:45:33.554Z Checking arc-swap v1.6.0
19412024-02-23T19:45:33.630Z Compiling cancel-safe-futures v0.1.5
19422024-02-23T19:45:34.014Z Checking slog-scope v4.4.0
19432024-02-23T19:45:34.053Z Checking half v2.3.1
19442024-02-23T19:45:34.473Z Checking ciborium-io v0.2.2
19452024-02-23T19:45:34.481Z Checking resolv-conf v0.7.0
19462024-02-23T19:45:34.481Z Checking slog-stdlog v4.1.1
19472024-02-23T19:45:34.481Z Checking slog-envlogger v2.2.0
19482024-02-23T19:45:34.516Z Checking ciborium-ll v0.2.2
19492024-02-23T19:45:34.546Z Checking trust-dns-resolver v0.22.0
19502024-02-23T19:45:34.582Z Checking libsw v3.3.1
19512024-02-23T19:45:34.618Z Checking linear-map v1.2.0
19522024-02-23T19:45:34.824Z Checking ciborium v0.2.2
19532024-02-23T19:45:34.841Z Checking owo-colors v4.0.0
19542024-02-23T19:45:34.962Z Compiling slog-dtrace v0.3.0
19552024-02-23T19:45:35.734Z Checking textwrap v0.11.0
19562024-02-23T19:45:35.734Z Compiling heck v0.3.3
19572024-02-23T19:45:35.923Z Compiling blake3 v1.5.0
19582024-02-23T19:45:36.076Z Checking ansi_term v0.12.1
19592024-02-23T19:45:36.239Z Checking vec_map v0.8.2
19602024-02-23T19:45:36.400Z Checking termcolor v1.2.0
19612024-02-23T19:45:36.539Z Checking strsim v0.8.0
19622024-02-23T19:45:36.585Z Compiling libefi-sys v0.1.0
19632024-02-23T19:45:36.730Z Checking clap v2.34.0
19642024-02-23T19:45:36.808Z Compiling structopt-derive v0.4.18
19652024-02-23T19:45:36.955Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19662024-02-23T19:45:36.993Z Checking nibble_vec v0.1.0
19672024-02-23T19:45:37.182Z Compiling radium v0.7.0
19682024-02-23T19:45:37.377Z Checking endian-type v0.1.2
19692024-02-23T19:45:37.571Z Checking radix_trie v0.2.1
19702024-02-23T19:45:37.683Z Checking mockall v0.12.0
19712024-02-23T19:45:37.719Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19722024-02-23T19:45:37.926Z Compiling maybe-uninit v2.0.0
19732024-02-23T19:45:37.969Z Checking tap v1.0.1
19742024-02-23T19:45:38.092Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19752024-02-23T19:45:38.131Z Checking wyz v0.5.1
19762024-02-23T19:45:38.336Z Checking fxhash v0.2.1
19772024-02-23T19:45:38.420Z Checking gethostname v0.4.3
19782024-02-23T19:45:38.511Z Compiling num-bigint-dig v0.8.4
19792024-02-23T19:45:38.540Z Compiling packed_struct v0.10.1
19802024-02-23T19:45:38.556Z Checking crc-catalog v2.2.0
19812024-02-23T19:45:38.568Z Checking funty v2.0.0
19822024-02-23T19:45:38.695Z Compiling semver v0.1.20
19832024-02-23T19:45:39.163Z Checking crc v3.0.1
19842024-02-23T19:45:39.164Z Compiling rustc_version v0.1.7
19852024-02-23T19:45:39.178Z Compiling packed_struct_codegen v0.10.1
19862024-02-23T19:45:39.380Z Compiling indexmap v1.9.3
19872024-02-23T19:45:39.529Z Checking nodrop v0.1.14
19882024-02-23T19:45:39.547Z Compiling newtype_derive v0.1.6
19892024-02-23T19:45:39.647Z Checking array-init v0.0.4
19902024-02-23T19:45:39.727Z Checking smallvec v0.6.14
19912024-02-23T19:45:39.743Z Checking bitvec v1.0.1
19922024-02-23T19:45:39.775Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19932024-02-23T19:45:39.988Z Checking structopt v0.3.26
19942024-02-23T19:45:40.006Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19952024-02-23T19:45:40.095Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19962024-02-23T19:45:40.132Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19972024-02-23T19:45:41.533Z Checking pkcs1 v0.7.5
19982024-02-23T19:45:41.534Z Checking signature v2.1.0
19992024-02-23T19:45:41.534Z Compiling crossbeam-deque v0.8.3
20002024-02-23T19:45:41.534Z Checking hashbrown v0.12.3
20012024-02-23T19:45:41.534Z Checking bitfield v0.14.0
20022024-02-23T19:45:42.022Z Checking rsa v0.9.2
20032024-02-23T19:45:42.449Z Checking serde-hex v0.1.0
20042024-02-23T19:45:42.650Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20052024-02-23T19:45:42.665Z Checking env_logger v0.10.0
20062024-02-23T19:45:42.896Z Checking x509-cert v0.2.4
20072024-02-23T19:45:43.005Z Checking ron v0.8.1
20082024-02-23T19:45:43.114Z Checking hashbrown v0.13.2
20092024-02-23T19:45:44.062Z Compiling semver-parser v0.10.2
20102024-02-23T19:45:44.229Z Compiling num-rational v0.4.1
20112024-02-23T19:45:44.278Z Checking crc-any v2.4.3
20122024-02-23T19:45:44.576Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20132024-02-23T19:45:44.638Z Checking object v0.30.4
20142024-02-23T19:45:44.821Z Compiling semver v0.11.0
20152024-02-23T19:45:44.842Z Compiling rayon v1.8.0
20162024-02-23T19:45:45.622Z Compiling memmap2 v0.7.1
20172024-02-23T19:45:46.462Z Compiling home v0.5.5
20182024-02-23T19:45:46.530Z Compiling arrayref v0.3.7
20192024-02-23T19:45:46.606Z Checking path-slash v0.1.5
20202024-02-23T19:45:46.642Z Compiling constant_time_eq v0.3.0
20212024-02-23T19:45:46.716Z Compiling arrayvec v0.7.4
20222024-02-23T19:45:46.734Z Compiling toolchain_find v0.2.0
20232024-02-23T19:45:46.770Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20242024-02-23T19:45:47.116Z Checking steno v0.4.0
20252024-02-23T19:45:47.385Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20262024-02-23T19:45:48.065Z Compiling toml v0.5.11
20272024-02-23T19:45:48.174Z Checking num-complex v0.4.4
20282024-02-23T19:45:49.053Z Compiling topological-sort v0.2.2
20292024-02-23T19:45:49.087Z Compiling convert_case v0.4.0
20302024-02-23T19:45:49.274Z Checking num v0.4.1
20312024-02-23T19:45:49.619Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20322024-02-23T19:45:49.861Z Checking newline-converter v0.3.0
20332024-02-23T19:45:50.019Z Compiling omicron-zone-package v0.11.0
20342024-02-23T19:45:50.076Z Compiling derive_more v0.99.17
20352024-02-23T19:45:50.949Z Compiling rustfmt-wrapper v0.2.0
20362024-02-23T19:45:51.452Z Checking expectorate v1.1.0
20372024-02-23T19:45:51.607Z Checking utf-8 v0.7.6
20382024-02-23T19:45:51.633Z Compiling buf-list v1.0.3
20392024-02-23T19:45:51.817Z Checking tungstenite v0.20.1
20402024-02-23T19:45:52.112Z Checking display-error-chain v0.2.0
20412024-02-23T19:45:52.259Z Compiling parking_lot_core v0.8.6
20422024-02-23T19:45:52.695Z Checking keccak v0.1.4
20432024-02-23T19:45:52.724Z Checking tokio-tungstenite v0.20.1
20442024-02-23T19:45:53.009Z Checking sha3 v0.10.8
20452024-02-23T19:45:53.027Z Checking trust-dns-client v0.22.0
20462024-02-23T19:45:53.131Z Checking parking_lot v0.11.2
20472024-02-23T19:45:53.396Z Checking secrecy v0.8.0
20482024-02-23T19:45:53.489Z Compiling pin-project-internal v1.1.3
20492024-02-23T19:45:53.610Z Compiling doc-comment v0.3.3
20502024-02-23T19:45:54.301Z Checking sled v0.34.7
20512024-02-23T19:45:54.493Z Checking glob v0.3.1
20522024-02-23T19:45:54.735Z Checking trust-dns-server v0.22.1
20532024-02-23T19:45:54.811Z Compiling vte_generate_state_changes v0.1.1
20542024-02-23T19:45:55.538Z Checking vte v0.11.1
20552024-02-23T19:45:56.909Z Compiling unicase v2.7.0
20562024-02-23T19:45:56.955Z Checking pin-project v1.1.3
20572024-02-23T19:45:57.071Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20582024-02-23T19:45:57.090Z Compiling platforms v3.0.2
20592024-02-23T19:45:57.326Z Checking strip-ansi-escapes v0.2.0
20602024-02-23T19:45:57.429Z Checking fd-lock v3.0.13
20612024-02-23T19:45:57.443Z Compiling snafu-derive v0.7.5
20622024-02-23T19:45:57.474Z Compiling fs-err v2.11.0
20632024-02-23T19:45:57.490Z Checking nu-ansi-term v0.50.0
20642024-02-23T19:45:57.601Z Checking globset v0.4.13
20652024-02-23T19:45:57.918Z Checking reedline v0.29.0
20662024-02-23T19:45:57.947Z Checking olpc-cjson v0.1.3
20672024-02-23T19:45:58.098Z Checking serde_plain v1.0.2
20682024-02-23T19:45:58.165Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20692024-02-23T19:45:58.186Z Compiling async-recursion v1.0.5
20702024-02-23T19:45:58.763Z Checking typed-path v0.7.0
20712024-02-23T19:45:58.773Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20722024-02-23T19:45:59.004Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732024-02-23T19:45:59.562Z Compiling curve25519-dalek v4.1.1
20742024-02-23T19:45:59.569Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20752024-02-23T19:46:00.262Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20762024-02-23T19:46:00.279Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
20772024-02-23T19:46:00.279Z Compiling memoffset v0.7.1
20782024-02-23T19:46:00.280Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20792024-02-23T19:46:00.280Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20802024-02-23T19:46:00.280Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20812024-02-23T19:46:00.280Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20822024-02-23T19:46:00.315Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20832024-02-23T19:46:01.120Z Checking parse-size v1.0.0
20842024-02-23T19:46:01.337Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20852024-02-23T19:46:01.847Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20862024-02-23T19:46:03.499Z Compiling mime_guess v2.0.4
20872024-02-23T19:46:03.788Z Checking snafu v0.7.5
20882024-02-23T19:46:04.312Z Checking tough v0.16.0
20892024-02-23T19:46:06.744Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20902024-02-23T19:46:07.033Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20912024-02-23T19:46:07.144Z Checking universal-hash v0.5.1
20922024-02-23T19:46:07.344Z Compiling thiserror-impl-no-std v2.0.2
20932024-02-23T19:46:08.611Z Compiling curve25519-dalek-derive v0.1.0
20942024-02-23T19:46:08.629Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20952024-02-23T19:46:09.071Z Checking opaque-debug v0.3.0
20962024-02-23T19:46:09.171Z Checking poly1305 v0.8.0
20972024-02-23T19:46:10.979Z Checking thiserror-no-std v2.0.2
20982024-02-23T19:46:11.289Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20992024-02-23T19:46:11.526Z Checking chacha20 v0.9.1
21002024-02-23T19:46:11.650Z Checking aead v0.5.2
21012024-02-23T19:46:11.879Z Checking kstat-rs v0.2.3
21022024-02-23T19:46:11.902Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21032024-02-23T19:46:12.255Z Checking signature v1.6.4
21042024-02-23T19:46:12.270Z Compiling salty v0.2.0
21052024-02-23T19:46:12.864Z Checking ed25519 v1.5.3
21062024-02-23T19:46:13.104Z Checking chacha20poly1305 v0.10.1
21072024-02-23T19:46:13.478Z Checking vsss-rs v3.3.4
21082024-02-23T19:46:13.820Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21092024-02-23T19:46:14.081Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21102024-02-23T19:46:14.736Z Checking serde-big-array v0.5.1
21112024-02-23T19:46:14.747Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21122024-02-23T19:46:14.747Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21132024-02-23T19:46:16.506Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21142024-02-23T19:46:17.315Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21152024-02-23T19:46:17.511Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21162024-02-23T19:46:17.802Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21172024-02-23T19:46:18.615Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21182024-02-23T19:46:19.043Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21192024-02-23T19:46:19.285Z Checking bytecount v0.6.3
21202024-02-23T19:46:19.425Z Checking papergrid v0.11.0
21212024-02-23T19:46:20.088Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21222024-02-23T19:46:21.365Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21232024-02-23T19:46:21.673Z Compiling tabled_derive v0.7.0
21242024-02-23T19:46:22.085Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21252024-02-23T19:46:22.843Z Checking signal-hook-tokio v0.3.1
21262024-02-23T19:46:23.663Z Checking fd-lock v4.0.2
21272024-02-23T19:46:23.663Z Checking nix v0.27.1
21282024-02-23T19:46:23.663Z Checking serde-big-array v0.4.1
21292024-02-23T19:46:23.663Z Compiling sqlparser_derive v0.2.2
21302024-02-23T19:46:23.785Z Checking unicode_categories v0.1.1
21312024-02-23T19:46:24.092Z Checking humantime v2.1.0
21322024-02-23T19:46:24.367Z Compiling prettyplease v0.2.16
21332024-02-23T19:46:24.412Z Checking sqlparser v0.43.1
21342024-02-23T19:46:24.567Z Checking tabled v0.15.0
21352024-02-23T19:46:24.735Z Checking sqlformat v0.2.3
21362024-02-23T19:46:25.449Z Checking rustyline v13.0.0
21372024-02-23T19:46:26.397Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21382024-02-23T19:46:27.277Z Checking bcs v0.1.6
21392024-02-23T19:46:27.511Z Checking highway v1.1.0
21402024-02-23T19:46:27.774Z Checking corncobs v0.1.3
21412024-02-23T19:46:27.787Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21422024-02-23T19:46:27.981Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21432024-02-23T19:46:28.812Z Compiling crunchy v0.2.2
21442024-02-23T19:46:28.812Z Checking http-range v0.1.5
21452024-02-23T19:46:28.813Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21462024-02-23T19:46:28.813Z Checking hyper-staticfile v0.9.5
21472024-02-23T19:46:28.817Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21482024-02-23T19:46:28.817Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21492024-02-23T19:46:28.817Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21502024-02-23T19:46:28.818Z Compiling clang-sys v1.6.1
21512024-02-23T19:46:29.392Z Compiling tiny-keccak v2.0.2
21522024-02-23T19:46:29.895Z Compiling darling_core v0.14.4
21532024-02-23T19:46:31.270Z Checking assert_matches v1.5.0
21542024-02-23T19:46:31.369Z Compiling ascii-canvas v3.0.0
21552024-02-23T19:46:31.995Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21562024-02-23T19:46:32.611Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21572024-02-23T19:46:32.713Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21582024-02-23T19:46:32.913Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21592024-02-23T19:46:33.352Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21602024-02-23T19:46:33.775Z Compiling ena v0.14.2
21612024-02-23T19:46:33.847Z Compiling libloading v0.7.4
21622024-02-23T19:46:34.235Z Compiling diff v0.1.13
21632024-02-23T19:46:34.251Z Compiling regex-syntax v0.6.29
21642024-02-23T19:46:34.669Z Compiling bindgen v0.69.2
21652024-02-23T19:46:34.886Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21662024-02-23T19:46:34.909Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21672024-02-23T19:46:34.968Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21682024-02-23T19:46:37.076Z Compiling darling_macro v0.14.4
21692024-02-23T19:46:38.267Z Compiling darling v0.14.4
21702024-02-23T19:46:38.390Z Compiling lalrpop v0.19.12
21712024-02-23T19:46:39.891Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21722024-02-23T19:46:40.176Z Compiling cexpr v0.6.0
21732024-02-23T19:46:40.583Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21742024-02-23T19:46:40.606Z Compiling which v4.4.0
21752024-02-23T19:46:41.188Z Compiling shlex v1.3.0
21762024-02-23T19:46:41.275Z Compiling ref-cast v1.0.20
21772024-02-23T19:46:41.653Z Compiling rustc-hash v1.1.0
21782024-02-23T19:46:41.810Z Compiling lazycell v1.3.0
21792024-02-23T19:46:41.832Z Checking maplit v1.0.2
21802024-02-23T19:46:41.944Z Compiling portable-atomic v1.4.3
21812024-02-23T19:46:42.376Z Compiling peeking_take_while v0.1.2
21822024-02-23T19:46:42.383Z Compiling derive_builder_core v0.12.0
21832024-02-23T19:46:42.383Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21842024-02-23T19:46:42.664Z Compiling ref-cast-impl v1.0.20
21852024-02-23T19:46:43.136Z Compiling libxml v0.3.3
21862024-02-23T19:46:43.650Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21872024-02-23T19:46:44.184Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21882024-02-23T19:46:44.593Z Compiling derive_builder_macro v0.12.0
21892024-02-23T19:46:44.630Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21902024-02-23T19:46:44.683Z Compiling strum_macros v0.24.3
21912024-02-23T19:46:45.052Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21922024-02-23T19:46:45.415Z Compiling cookie v0.18.0
21932024-02-23T19:46:45.827Z Checking number_prefix v0.4.0
21942024-02-23T19:46:45.827Z Compiling indoc v1.0.9
21952024-02-23T19:46:45.827Z Checking indicatif v0.17.8
21962024-02-23T19:46:46.700Z Checking derive_builder v0.12.0
21972024-02-23T19:46:46.930Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21982024-02-23T19:46:47.260Z Checking bb8 v0.8.3
21992024-02-23T19:46:47.735Z Checking quick-xml v0.30.0
22002024-02-23T19:46:48.718Z Checking castaway v0.2.2
22012024-02-23T19:46:48.783Z Compiling oso-derive v0.27.0
22022024-02-23T19:46:48.890Z Compiling impl-trait-for-tuples v0.2.2
22032024-02-23T19:46:48.949Z Checking compact_str v0.7.1
22042024-02-23T19:46:49.701Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22052024-02-23T19:46:50.208Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22062024-02-23T19:46:50.320Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22072024-02-23T19:46:50.446Z Checking lru v0.12.1
22082024-02-23T19:46:50.735Z Compiling stability v0.1.1
22092024-02-23T19:46:51.785Z Checking cassowary v0.3.0
22102024-02-23T19:46:51.889Z Compiling indoc v2.0.3
22112024-02-23T19:46:52.206Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22122024-02-23T19:46:52.243Z Checking unicode-linebreak v0.1.5
22132024-02-23T19:46:52.552Z Checking smawk v0.3.1
22142024-02-23T19:46:53.044Z Checking is_ci v1.2.0
22152024-02-23T19:46:53.044Z Checking textwrap v0.16.1
22162024-02-23T19:46:53.044Z Checking supports-color v3.0.0
22172024-02-23T19:46:53.044Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22182024-02-23T19:46:53.087Z Checking ratatui v0.26.1
22192024-02-23T19:46:53.145Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22202024-02-23T19:46:53.302Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22212024-02-23T19:46:53.500Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22222024-02-23T19:46:53.850Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22232024-02-23T19:46:54.713Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22242024-02-23T19:46:54.716Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22252024-02-23T19:46:55.607Z Checking rtoolbox v0.0.1
22262024-02-23T19:46:55.809Z Checking rpassword v7.3.1
22272024-02-23T19:46:55.971Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22282024-02-23T19:46:56.230Z Checking tui-tree-widget v0.17.0
22292024-02-23T19:46:56.582Z Checking fatfs v0.3.6
22302024-02-23T19:46:57.501Z Checking shell-words v1.1.0
22312024-02-23T19:46:57.673Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22322024-02-23T19:46:58.193Z Checking yansi v0.5.1
22332024-02-23T19:46:58.252Z Checking pretty_assertions v1.4.0
22342024-02-23T19:46:58.455Z Compiling target-lexicon v0.12.13
22352024-02-23T19:46:59.444Z Compiling guppy-workspace-hack v0.1.0
22362024-02-23T19:46:59.651Z Checking plotters-backend v0.3.5
22372024-02-23T19:47:00.050Z Checking plotters-svg v0.3.5
22382024-02-23T19:47:00.258Z Checking http-body v1.0.0
22392024-02-23T19:47:00.314Z Checking rand v0.4.6
22402024-02-23T19:47:00.488Z Checking remove_dir_all v0.5.3
22412024-02-23T19:47:00.602Z Checking tower-layer v0.3.2
22422024-02-23T19:47:00.854Z Checking cast v0.3.0
22432024-02-23T19:47:01.202Z Compiling assert_cmd v2.0.14
22442024-02-23T19:47:01.222Z Compiling target-spec v3.1.0
22452024-02-23T19:47:01.353Z Checking tempdir v0.3.7
22462024-02-23T19:47:01.530Z Checking criterion-plot v0.5.0
22472024-02-23T19:47:01.673Z Checking tower v0.4.13
22482024-02-23T19:47:01.837Z Checking hyper v1.1.0
22492024-02-23T19:47:02.036Z Checking cfg-expr v0.15.6
22502024-02-23T19:47:02.563Z Checking plotters v0.3.5
22512024-02-23T19:47:02.991Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22522024-02-23T19:47:03.163Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22532024-02-23T19:47:03.962Z Checking tinytemplate v1.2.1
22542024-02-23T19:47:04.402Z Checking cargo-platform v0.1.3
22552024-02-23T19:47:04.497Z Checking oorandom v11.1.3
22562024-02-23T19:47:04.671Z Checking anes v0.1.6
22572024-02-23T19:47:04.749Z Checking cargo_metadata v0.18.1
22582024-02-23T19:47:04.859Z Checking hyper-util v0.1.2
22592024-02-23T19:47:05.037Z Checking criterion v0.5.1
22602024-02-23T19:47:06.201Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22612024-02-23T19:47:06.752Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22622024-02-23T19:47:07.091Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22632024-02-23T19:47:08.218Z Checking rustls-native-certs v0.7.0
22642024-02-23T19:47:08.375Z Checking pathdiff v0.2.1
22652024-02-23T19:47:08.545Z Checking nested v0.1.1
22662024-02-23T19:47:08.772Z Checking guppy v0.17.5
22672024-02-23T19:47:10.980Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22682024-02-23T19:47:11.109Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22692024-02-23T19:47:11.955Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22702024-02-23T19:47:12.571Z Checking hyper-rustls v0.26.0
22712024-02-23T19:47:12.574Z Checking httptest v0.15.5
22722024-02-23T19:47:12.813Z Checking threadpool v1.8.1
22732024-02-23T19:47:13.037Z Checking nanorand v0.7.0
22742024-02-23T19:47:13.557Z Checking flume v0.11.0
22752024-02-23T19:47:13.557Z Checking libtest-mimic v0.6.1
22762024-02-23T19:47:13.965Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22772024-02-23T19:47:13.978Z Checking similar-asserts v1.5.0
22782024-02-23T19:47:14.147Z Compiling rstest_macros v0.18.2
22792024-02-23T19:47:14.799Z Checking datatest-stable v0.2.3
22802024-02-23T19:47:15.034Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22812024-02-23T19:47:16.370Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22822024-02-23T19:47:16.413Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22832024-02-23T19:47:16.898Z Checking csv-core v0.1.11
22842024-02-23T19:47:17.124Z Compiling trybuild v1.0.89
22852024-02-23T19:47:17.595Z Checking constant_time_eq v0.2.6
22862024-02-23T19:47:17.599Z Compiling relative-path v1.9.0
22872024-02-23T19:47:17.599Z Checking blake2b_simd v1.0.1
22882024-02-23T19:47:17.625Z Checking csv v1.3.0
22892024-02-23T19:47:18.206Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22902024-02-23T19:47:18.506Z Checking basic-toml v0.1.8
22912024-02-23T19:47:19.441Z Checking multimap v0.10.0
22922024-02-23T19:47:19.758Z Checking futures-timer v3.0.2
22932024-02-23T19:47:21.540Z Checking rust-argon2 v1.0.1
22942024-02-23T19:47:21.937Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22952024-02-23T19:47:24.053Z Checking partial-io v0.5.4
22962024-02-23T19:47:24.480Z Checking approx v0.5.1
22972024-02-23T19:47:24.704Z Checking termios v0.3.3
22982024-02-23T19:47:25.116Z Checking hex-literal v0.4.1
22992024-02-23T19:47:28.434Z Checking rstest v0.18.2
23002024-02-23T19:47:30.335Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23012024-02-23T19:48:20.420Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23022024-02-23T19:48:22.515Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23032024-02-23T19:48:22.670Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23042024-02-23T19:48:23.913Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23052024-02-23T19:48:38.873Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23062024-02-23T19:48:48.029Z Compiling polar-core v0.27.0
23072024-02-23T19:48:55.152Z Checking oso v0.27.0
23082024-02-23T19:49:22.993Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23092024-02-23T19:50:29.662Z Finished dev [unoptimized + debuginfo] target(s) in 7m 16s
23102024-02-23T19:50:29.853Z
23112024-02-23T19:50:29.861Zreal 8:00.788261774
23122024-02-23T19:50:29.861Zuser 41:41.259326681
23132024-02-23T19:50:29.861Zsys 6:50.085572992
23142024-02-23T19:50:29.861Ztrap 1.163223319
23152024-02-23T19:50:29.861Ztflt 5.372857598
23162024-02-23T19:50:29.861Zdflt 3.822045120
23172024-02-23T19:50:29.861Zkflt 0.084140549
23182024-02-23T19:50:29.861Zlock 1:04:11.975146792
23192024-02-23T19:50:29.861Zslp 2:06:52.996212220
23202024-02-23T19:50:29.861Zlat 1:50.998404193
23212024-02-23T19:50:29.861Zstop 4:34.414784200
23222024-02-23T19:50:30.689Zwarning: output filename collision.
23232024-02-23T19:50:30.689ZThe 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)`.
23242024-02-23T19:50:30.689ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23252024-02-23T19:50:30.689ZThe targets should have unique names.
23262024-02-23T19:50:30.689ZThis is a known bug where multiple crates with the same name use
23272024-02-23T19:50:30.689Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23282024-02-23T19:50:30.693Zwarning: output filename collision.
23292024-02-23T19:50:30.693ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
23302024-02-23T19:50:30.693ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23312024-02-23T19:50:30.693ZThe targets should have unique names.
23322024-02-23T19:50:30.693ZThis is a known bug where multiple crates with the same name use
23332024-02-23T19:50:30.693Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23342024-02-23T19:50:30.693Zwarning: output filename collision.
23352024-02-23T19:50:30.693ZThe 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)`.
23362024-02-23T19:50:30.693ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23372024-02-23T19:50:30.693ZThe targets should have unique names.
23382024-02-23T19:50:30.693ZThis is a known bug where multiple crates with the same name use
23392024-02-23T19:50:30.693Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23402024-02-23T19:50:30.693Zwarning: output filename collision.
23412024-02-23T19:50:30.694ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23422024-02-23T19:50:30.694ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23432024-02-23T19:50:30.694ZThe targets should have unique names.
23442024-02-23T19:50:30.694ZThis is a known bug where multiple crates with the same name use
23452024-02-23T19:50:30.694Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23462024-02-23T19:50:30.694Zwarning: output filename collision.
23472024-02-23T19:50:30.694ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23482024-02-23T19:50:30.694ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23492024-02-23T19:50:30.694ZThe targets should have unique names.
23502024-02-23T19:50:30.694ZThis is a known bug where multiple crates with the same name use
23512024-02-23T19:50:30.694Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23522024-02-23T19:50:30.694Zwarning: output filename collision.
23532024-02-23T19:50:30.694ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23542024-02-23T19:50:30.694ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23552024-02-23T19:50:30.694ZThe targets should have unique names.
23562024-02-23T19:50:30.694ZThis is a known bug where multiple crates with the same name use
23572024-02-23T19:50:30.694Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23582024-02-23T19:50:30.694Zwarning: output filename collision.
23592024-02-23T19:50:30.694ZThe 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)`.
23602024-02-23T19:50:30.694ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23612024-02-23T19:50:30.694ZThe targets should have unique names.
23622024-02-23T19:50:30.694ZThis is a known bug where multiple crates with the same name use
23632024-02-23T19:50:30.694Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23642024-02-23T19:50:31.141Z Documenting libc v0.2.153
23652024-02-23T19:50:31.182Z Documenting cfg-if v1.0.0
23662024-02-23T19:50:31.196Z Documenting serde_derive v1.0.196
23672024-02-23T19:50:31.228Z Documenting log v0.4.20
23682024-02-23T19:50:31.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23692024-02-23T19:50:31.257Z Documenting memchr v2.6.3
23702024-02-23T19:50:31.268Z Documenting scopeguard v1.2.0
23712024-02-23T19:50:31.281Z Documenting byteorder v1.5.0
23722024-02-23T19:50:31.562Z Documenting smallvec v1.13.1
23732024-02-23T19:50:33.948Z Documenting itoa v1.0.9
23742024-02-23T19:50:34.122Z Documenting lock_api v0.4.10
23752024-02-23T19:50:34.786Z Documenting once_cell v1.19.0
23762024-02-23T19:50:35.400Z Documenting getrandom v0.2.10
23772024-02-23T19:50:35.715Z Documenting zeroize_derive v1.4.2
23782024-02-23T19:50:35.715Z Documenting parking_lot_core v0.9.8
23792024-02-23T19:50:35.892Z Documenting libm v0.2.7
23802024-02-23T19:50:36.885Z Documenting pin-project-lite v0.2.13
23812024-02-23T19:50:37.203Z Documenting signal-hook-registry v1.4.1
23822024-02-23T19:50:38.193Z Documenting serde v1.0.196
23832024-02-23T19:50:39.251Z Documenting rand_core v0.6.4
23842024-02-23T19:50:39.317Z Documenting num-traits v0.2.16
23852024-02-23T19:50:39.329Z Documenting mio v0.8.9
23862024-02-23T19:50:39.729Z Documenting parking_lot v0.12.1
23872024-02-23T19:50:39.811Z Documenting futures-core v0.3.30
23882024-02-23T19:50:41.253Z Documenting ryu v1.0.15
23892024-02-23T19:50:41.350Z Documenting zeroize v1.7.0
23902024-02-23T19:50:43.072Z Documenting thiserror-impl v1.0.57
23912024-02-23T19:50:43.458Z Documenting socket2 v0.5.5
23922024-02-23T19:50:43.538Z Documenting num_cpus v1.16.0
23932024-02-23T19:50:43.670Z Documenting tokio-macros v2.2.0
23942024-02-23T19:50:44.001Z Documenting zerocopy v0.7.32
23952024-02-23T19:50:44.112Z Documenting typenum v1.16.0
23962024-02-23T19:50:45.288Z Documenting subtle v2.5.0
23972024-02-23T19:50:47.983Z Documenting futures-sink v0.3.30
23982024-02-23T19:50:47.989Z Documenting iana-time-zone v0.1.57
23992024-02-23T19:50:47.989Z Documenting thiserror v1.0.57
24002024-02-23T19:50:48.199Z Documenting pin-utils v0.1.0
24012024-02-23T19:50:49.227Z Documenting slab v0.4.9
24022024-02-23T19:50:51.242Z Documenting futures-channel v0.3.30
24032024-02-23T19:50:51.277Z Documenting futures-macro v0.3.30
24042024-02-23T19:50:51.435Z Documenting ahash v0.8.7
24052024-02-23T19:50:51.849Z Documenting futures-io v0.3.30
24062024-02-23T19:50:53.473Z Documenting allocator-api2 v0.2.16
24072024-02-23T19:50:54.100Z Documenting futures-task v0.3.30
24082024-02-23T19:50:55.192Z Documenting const-oid v0.9.5
24092024-02-23T19:50:55.891Z Documenting tinyvec_macros v0.1.1
24102024-02-23T19:50:56.337Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24112024-02-23T19:50:56.488Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24122024-02-23T19:50:56.549Z Documenting tracing-core v0.1.31
24132024-02-23T19:50:57.145Z Documenting hashbrown v0.14.3
24142024-02-23T19:50:57.333Z Documenting tracing-attributes v0.1.26
24152024-02-23T19:50:57.955Z Documenting futures-util v0.3.30
24162024-02-23T19:50:58.807Z Documenting tinyvec v1.6.0
24172024-02-23T19:51:00.142Z Documenting bytes v1.5.0
24182024-02-23T19:51:01.383Z Documenting bitflags v2.4.0
24192024-02-23T19:51:03.020Z Documenting serde_json v1.0.114
24202024-02-23T19:51:03.936Z Documenting chrono v0.4.31
24212024-02-23T19:51:04.381Z Documenting uuid v1.7.0
24222024-02-23T19:51:05.091Z Documenting tokio v1.36.0
24232024-02-23T19:51:05.633Z Documenting unicode-normalization v0.1.22
24242024-02-23T19:51:08.894Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24252024-02-23T19:51:09.055Z Documenting ppv-lite86 v0.2.17
24262024-02-23T19:51:09.147Z Documenting unicode-bidi v0.3.13
24272024-02-23T19:51:10.185Z Documenting equivalent v1.0.1
24282024-02-23T19:51:10.347Z Documenting serde_derive_internals v0.26.0
24292024-02-23T19:51:10.904Z Documenting generic-array v0.14.7
24302024-02-23T19:51:12.613Z Documenting rand_chacha v0.3.1
24312024-02-23T19:51:12.963Z Documenting indexmap v2.2.3
24322024-02-23T19:51:13.461Z Checking serde_derive_internals v0.26.0
24332024-02-23T19:51:14.097Z Documenting percent-encoding v2.3.1
24342024-02-23T19:51:15.420Z Documenting tracing v0.1.37
24352024-02-23T19:51:15.744Z Documenting crypto-common v0.1.6
24362024-02-23T19:51:16.012Z Documenting block-buffer v0.10.4
24372024-02-23T19:51:16.324Z Documenting base64 v0.21.7
24382024-02-23T19:51:16.978Z Documenting rand v0.8.5
24392024-02-23T19:51:18.092Z Documenting dyn-clone v1.0.16
24402024-02-23T19:51:18.242Z Documenting schemars_derive v0.8.16
24412024-02-23T19:51:18.459Z Documenting lazy_static v1.4.0
24422024-02-23T19:51:20.043Z Documenting form_urlencoded v1.2.1
24432024-02-23T19:51:20.146Z Documenting fnv v1.0.7
24442024-02-23T19:51:20.375Z Documenting digest v0.10.7
24452024-02-23T19:51:21.131Z Documenting errno v0.3.8
24462024-02-23T19:51:21.362Z Documenting cpufeatures v0.2.12
24472024-02-23T19:51:22.649Z Documenting idna v0.5.0
24482024-02-23T19:51:23.800Z Documenting httparse v1.8.0
24492024-02-23T19:51:24.010Z Documenting unicode-ident v1.0.12
24502024-02-23T19:51:24.251Z Documenting unicode-width v0.1.11
24512024-02-23T19:51:24.696Z Documenting schemars v0.8.16
24522024-02-23T19:51:25.085Z Documenting rustix v0.38.31
24532024-02-23T19:51:26.521Z Documenting adler v1.0.2
24542024-02-23T19:51:26.915Z Documenting url v2.5.0
24552024-02-23T19:51:27.322Z Documenting proc-macro2 v1.0.78
24562024-02-23T19:51:27.322Z Documenting httpdate v1.0.3
24572024-02-23T19:51:28.452Z Documenting try-lock v0.2.4
24582024-02-23T19:51:29.727Z Documenting miniz_oxide v0.7.1
24592024-02-23T19:51:31.075Z Documenting http-body v0.4.5
24602024-02-23T19:51:31.418Z Documenting openssl-sys v0.9.96
24612024-02-23T19:51:31.931Z Documenting openssl-macros v0.1.1
24622024-02-23T19:51:31.946Z Documenting want v0.3.1
24632024-02-23T19:51:31.946Z Documenting base64ct v1.6.0
24642024-02-23T19:51:32.107Z Documenting tower-service v0.3.2
24652024-02-23T19:51:33.300Z Documenting mime v0.3.17
24662024-02-23T19:51:35.390Z Documenting quote v1.0.35
24672024-02-23T19:51:35.565Z Documenting aho-corasick v1.0.4
24682024-02-23T19:51:35.891Z Documenting slog v2.7.0
24692024-02-23T19:51:35.967Z Documenting ipnet v2.9.0
24702024-02-23T19:51:36.222Z Documenting openssl-probe v0.1.5
24712024-02-23T19:51:36.709Z Documenting tokio-util v0.7.10
24722024-02-23T19:51:37.404Z Documenting openssl v0.10.60
24732024-02-23T19:51:38.058Z Documenting regex-syntax v0.8.2
24742024-02-23T19:51:39.503Z Documenting syn v2.0.48
24752024-02-23T19:51:40.139Z Documenting async-trait v0.1.77
24762024-02-23T19:51:40.354Z Documenting pem-rfc7468 v0.7.0
24772024-02-23T19:51:40.505Z Documenting encoding_rs v0.8.33
24782024-02-23T19:51:40.635Z Documenting crossbeam-utils v0.8.16
24792024-02-23T19:51:42.505Z Documenting h2 v0.3.24
24802024-02-23T19:51:44.530Z Documenting der_derive v0.7.2
24812024-02-23T19:51:44.821Z Documenting regex-automata v0.4.4
24822024-02-23T19:51:44.896Z Documenting utf8parse v0.2.1
24832024-02-23T19:51:44.917Z Documenting flagset v0.4.3
24842024-02-23T19:51:45.036Z Documenting serde_urlencoded v0.7.1
24852024-02-23T19:51:45.782Z Documenting native-tls v0.2.11
24862024-02-23T19:51:47.751Z Documenting num-integer v0.1.46
24872024-02-23T19:51:47.837Z Documenting time-macros v0.2.13
24882024-02-23T19:51:49.232Z Documenting gimli v0.28.0
24892024-02-23T19:51:49.745Z Documenting der v0.7.8
24902024-02-23T19:51:50.842Z Documenting tokio-native-tls v0.3.1
24912024-02-23T19:51:52.764Z Documenting deranged v0.3.8
24922024-02-23T19:51:53.217Z Documenting time-core v0.1.1
24932024-02-23T19:51:53.902Z Documenting regex v1.10.3
24942024-02-23T19:51:54.035Z Documenting hyper v0.14.27
24952024-02-23T19:51:54.878Z Documenting num_threads v0.1.6
24962024-02-23T19:51:55.389Z Documenting addr2line v0.21.0
24972024-02-23T19:51:56.220Z Documenting spki v0.7.2
24982024-02-23T19:51:56.223Z Documenting object v0.32.1
24992024-02-23T19:51:57.302Z Documenting rustc-demangle v0.1.23
25002024-02-23T19:51:58.662Z Documenting time v0.3.27
25012024-02-23T19:51:58.716Z Documenting webpki-roots v0.25.2
25022024-02-23T19:51:59.284Z Documenting spin v0.9.8
25032024-02-23T19:51:59.623Z Documenting either v1.10.0
25042024-02-23T19:52:00.427Z Documenting openapiv3 v2.0.0
25052024-02-23T19:52:00.943Z Documenting pkcs8 v0.10.2
25062024-02-23T19:52:02.284Z Documenting futures-executor v0.3.30
25072024-02-23T19:52:02.451Z Checking pest_meta v2.7.6
25082024-02-23T19:52:03.484Z Documenting memoffset v0.9.0
25092024-02-23T19:52:03.684Z Documenting data-encoding v2.4.0
25102024-02-23T19:52:04.181Z Documenting anstyle v1.0.2
25112024-02-23T19:52:05.498Z Documenting anstyle-parse v0.2.1
25122024-02-23T19:52:06.335Z Documenting crossbeam-epoch v0.9.15
25132024-02-23T19:52:06.564Z Documenting hyper-tls v0.5.0
25142024-02-23T19:52:06.631Z Documenting hyper-rustls v0.24.2
25152024-02-23T19:52:07.407Z Documenting ipnetwork v0.20.0
25162024-02-23T19:52:08.106Z Documenting sha2 v0.10.8
25172024-02-23T19:52:08.184Z Documenting hex v0.4.3
25182024-02-23T19:52:08.926Z Documenting crc32fast v1.3.2
25192024-02-23T19:52:09.263Z Documenting backtrace v0.3.69
25202024-02-23T19:52:10.559Z Documenting pest_meta v2.7.6
25212024-02-23T19:52:12.282Z Documenting scroll_derive v0.12.0
25222024-02-23T19:52:12.537Z Documenting colorchoice v1.0.0
25232024-02-23T19:52:12.653Z Documenting anstyle-query v1.0.0
25242024-02-23T19:52:13.167Z Documenting untrusted v0.9.0
25252024-02-23T19:52:14.031Z Documenting futures v0.3.30
25262024-02-23T19:52:14.809Z Documenting reqwest v0.11.22
25272024-02-23T19:52:15.352Z Documenting pest_generator v2.7.6
25282024-02-23T19:52:15.425Z Checking pest_generator v2.7.6
25292024-02-23T19:52:15.634Z Documenting anyhow v1.0.75
25302024-02-23T19:52:15.987Z Documenting ring v0.17.8
25312024-02-23T19:52:16.146Z Documenting num-iter v0.1.43
25322024-02-23T19:52:16.362Z Documenting anstream v0.6.11
25332024-02-23T19:52:16.711Z Documenting scroll v0.12.0
25342024-02-23T19:52:20.116Z Documenting terminal_size v0.3.0
25352024-02-23T19:52:20.321Z Documenting hmac v0.12.1
25362024-02-23T19:52:20.586Z Documenting signal-hook v0.3.17
25372024-02-23T19:52:20.749Z Documenting clap_lex v0.7.0
25382024-02-23T19:52:21.167Z Documenting plain v0.2.3
25392024-02-23T19:52:21.181Z Documenting ucd-trie v0.1.6
25402024-02-23T19:52:22.780Z Documenting strsim v0.11.0
25412024-02-23T19:52:24.172Z Documenting static_assertions v1.1.0
25422024-02-23T19:52:24.428Z Documenting goblin v0.8.0
25432024-02-23T19:52:24.690Z Documenting pest_derive v2.7.6
25442024-02-23T19:52:25.260Z Documenting flate2 v1.0.28
25452024-02-23T19:52:25.397Z Documenting clap_derive v4.5.0
25462024-02-23T19:52:25.516Z Documenting pretty-hex v0.4.1
25472024-02-23T19:52:25.771Z Documenting pest v2.7.6
25482024-02-23T19:52:27.211Z Documenting unicode-segmentation v1.10.1
25492024-02-23T19:52:27.352Z Documenting clap_builder v4.5.0
25502024-02-23T19:52:28.659Z Documenting managed v0.8.0
25512024-02-23T19:52:29.122Z Documenting signal-hook-mio v0.2.3
25522024-02-23T19:52:30.505Z Documenting block-padding v0.3.3
25532024-02-23T19:52:30.645Z Documenting scheduled-thread-pool v0.2.7
25542024-02-23T19:52:30.812Z Documenting bzip2-sys v0.1.11+1.0.8
25552024-02-23T19:52:30.826Z Documenting dtrace-parser v0.2.0
25562024-02-23T19:52:31.807Z Documenting dof v0.3.0
25572024-02-23T19:52:31.977Z Documenting thread-id v4.2.0
25582024-02-23T19:52:33.511Z Documenting enum-as-inner v0.5.1
25592024-02-23T19:52:33.776Z Documenting clap v4.5.0
25602024-02-23T19:52:34.704Z Documenting diesel_table_macro_syntax v0.1.0
25612024-02-23T19:52:34.825Z Checking diesel_table_macro_syntax v0.1.0
25622024-02-23T19:52:34.895Z Documenting bzip2 v0.4.4
25632024-02-23T19:52:34.991Z Documenting inout v0.1.3
25642024-02-23T19:52:35.626Z Documenting r2d2 v0.8.10
25652024-02-23T19:52:35.955Z Documenting crossterm v0.27.0
25662024-02-23T19:52:37.440Z Documenting usdt-impl v0.5.0
25672024-02-23T19:52:37.881Z Documenting trust-dns-proto v0.22.0
25682024-02-23T19:52:38.873Z Documenting md-5 v0.10.5
25692024-02-23T19:52:39.079Z Documenting stringprep v0.1.3
25702024-02-23T19:52:39.167Z Documenting serde_spanned v0.6.5
25712024-02-23T19:52:39.259Z Documenting diesel_derives v2.1.2
25722024-02-23T19:52:39.806Z Documenting toml_datetime v0.6.5
25732024-02-23T19:52:41.333Z Documenting ff v0.13.0
25742024-02-23T19:52:42.941Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25752024-02-23T19:52:43.214Z Documenting siphasher v0.3.11
25762024-02-23T19:52:43.775Z Documenting fallible-iterator v0.2.0
25772024-02-23T19:52:43.877Z Documenting winnow v0.6.1
25782024-02-23T19:52:45.288Z Documenting bit-vec v0.6.3
25792024-02-23T19:52:45.319Z Documenting base16ct v0.2.0
25802024-02-23T19:52:46.257Z Documenting group v0.13.0
25812024-02-23T19:52:46.274Z Documenting phf_shared v0.11.2
25822024-02-23T19:52:46.727Z Documenting diesel v2.1.4
25832024-02-23T19:52:47.091Z Documenting cipher v0.4.4
25842024-02-23T19:52:48.417Z Documenting sec1 v0.7.3
25852024-02-23T19:52:49.228Z Documenting postgres-protocol v0.6.6
25862024-02-23T19:52:49.231Z Documenting toml_edit v0.22.6
25872024-02-23T19:52:49.415Z Documenting zip v0.6.6
25882024-02-23T19:52:50.235Z Documenting hkdf v0.12.4
25892024-02-23T19:52:50.355Z Documenting num-bigint v0.4.4
25902024-02-23T19:52:53.699Z Documenting crypto-bigint v0.5.2
25912024-02-23T19:52:53.859Z Documenting regress v0.8.0
25922024-02-23T19:52:54.895Z Documenting hubpack v0.1.2
25932024-02-23T19:52:55.178Z Documenting bstr v1.6.0
25942024-02-23T19:52:55.485Z Documenting serde_repr v0.1.16
25952024-02-23T19:52:55.922Z Documenting precomputed-hash v0.1.1
25962024-02-23T19:52:57.802Z Documenting lalrpop-util v0.19.12
25972024-02-23T19:52:59.628Z Documenting minimal-lexical v0.2.1
25982024-02-23T19:52:59.905Z Documenting fixedbitset v0.4.2
25992024-02-23T19:53:00.061Z Documenting new_debug_unreachable v1.0.4
26002024-02-23T19:53:00.145Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26012024-02-23T19:53:00.373Z Documenting yasna v0.5.2
26022024-02-23T19:53:00.864Z Documenting elliptic-curve v0.13.8
26032024-02-23T19:53:02.641Z Documenting postgres-types v0.2.6
26042024-02-23T19:53:02.983Z Documenting string_cache v0.8.7
26052024-02-23T19:53:03.204Z Documenting petgraph v0.6.4
26062024-02-23T19:53:03.554Z Documenting nom v7.1.3
26072024-02-23T19:53:06.883Z Documenting phf v0.11.2
26082024-02-23T19:53:07.377Z Documenting console v0.15.8
26092024-02-23T19:53:07.763Z Documenting semver v1.0.22
26102024-02-23T19:53:07.775Z Documenting float-cmp v0.9.0
26112024-02-23T19:53:08.686Z Documenting difflib v0.4.0
26122024-02-23T19:53:10.469Z Documenting heck v0.4.1
26132024-02-23T19:53:10.692Z Documenting whoami v1.4.1
26142024-02-23T19:53:10.935Z Documenting predicates-core v1.0.6
26152024-02-23T19:53:11.449Z Documenting normalize-line-endings v0.3.0
26162024-02-23T19:53:11.784Z Documenting bit-set v0.5.3
26172024-02-23T19:53:12.240Z Documenting similar v2.3.0
26182024-02-23T19:53:12.512Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26192024-02-23T19:53:13.043Z Documenting tokio-stream v0.1.14
26202024-02-23T19:53:14.515Z Documenting tokio-postgres v0.7.10
26212024-02-23T19:53:14.803Z Documenting getopts v0.2.21
26222024-02-23T19:53:14.996Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26232024-02-23T19:53:15.248Z Documenting predicates v3.1.0
26242024-02-23T19:53:16.052Z Checking strsim v0.10.0
26252024-02-23T19:53:16.290Z Checking ident_case v1.0.1
26262024-02-23T19:53:16.448Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26272024-02-23T19:53:16.725Z Documenting match_cfg v0.1.0
26282024-02-23T19:53:18.339Z Documenting sha1 v0.10.6
26292024-02-23T19:53:19.308Z Documenting dirs-sys-next v0.1.2
26302024-02-23T19:53:19.429Z Documenting rustls-pki-types v1.3.0
26312024-02-23T19:53:19.567Z Documenting hostname v0.3.1
26322024-02-23T19:53:20.277Z Documenting camino v1.1.6
26332024-02-23T19:53:22.717Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26342024-02-23T19:53:23.202Z Documenting paste v1.0.14
26352024-02-23T19:53:23.395Z Documenting thread_local v1.1.7
26362024-02-23T19:53:23.422Z Documenting dirs-next v2.0.0
26372024-02-23T19:53:23.495Z Documenting rustls-webpki v0.102.1
26382024-02-23T19:53:24.166Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26392024-02-23T19:53:24.943Z Documenting crossbeam-channel v0.5.8
26402024-02-23T19:53:25.337Z Documenting atty v0.2.14
26412024-02-23T19:53:27.270Z Documenting term v0.7.0
26422024-02-23T19:53:27.667Z Documenting take_mut v0.2.2
26432024-02-23T19:53:27.948Z Documenting rustls v0.22.2
26442024-02-23T19:53:28.036Z Documenting slog-json v2.6.1
26452024-02-23T19:53:28.051Z Documenting http v1.0.0
26462024-02-23T19:53:28.756Z Documenting async-stream-impl v0.3.5
26472024-02-23T19:53:29.095Z Documenting debug-ignore v1.0.5
26482024-02-23T19:53:30.533Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26492024-02-23T19:53:31.325Z Documenting slog-term v2.9.0
26502024-02-23T19:53:31.472Z Documenting slog-async v2.8.0
26512024-02-23T19:53:32.040Z Documenting atomic-waker v1.1.1
26522024-02-23T19:53:32.748Z Documenting slog-bunyan v2.5.0
26532024-02-23T19:53:33.306Z Documenting async-stream v0.3.5
26542024-02-23T19:53:34.177Z Documenting multer v3.0.0
26552024-02-23T19:53:34.968Z Documenting waitgroup v0.1.2
26562024-02-23T19:53:35.779Z Documenting rustls-pemfile v2.1.0
26572024-02-23T19:53:36.129Z Checking darling_core v0.20.3
26582024-02-23T19:53:37.206Z Documenting toml v0.8.10
26592024-02-23T19:53:37.350Z Documenting tokio-rustls v0.25.0
26602024-02-23T19:53:37.868Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26612024-02-23T19:53:38.071Z Documenting serde_path_to_error v0.1.15
26622024-02-23T19:53:38.945Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26632024-02-23T19:53:39.084Z Checking darling v0.20.3
26642024-02-23T19:53:39.154Z Documenting structmeta-derive v0.3.0
26652024-02-23T19:53:39.194Z Documenting serde_with_macros v3.6.1
26662024-02-23T19:53:39.959Z Documenting strum v0.26.1
26672024-02-23T19:53:42.293Z Checking structmeta v0.3.0
26682024-02-23T19:53:42.817Z Documenting instant v0.1.12
26692024-02-23T19:53:42.834Z Documenting newtype-uuid v1.0.1
26702024-02-23T19:53:43.226Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26712024-02-23T19:53:43.728Z Documenting macaddr v1.0.1
26722024-02-23T19:53:43.878Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26732024-02-23T19:53:44.258Z Documenting structmeta v0.3.0
26742024-02-23T19:53:44.359Z Documenting serde_with v3.6.1
26752024-02-23T19:53:46.308Z Documenting backoff v0.4.0
26762024-02-23T19:53:47.655Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772024-02-23T19:53:47.764Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782024-02-23T19:53:47.964Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26792024-02-23T19:53:48.024Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26802024-02-23T19:53:48.186Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26812024-02-23T19:53:48.646Z Documenting parse-display-derive v0.9.0
26822024-02-23T19:53:50.840Z Documenting fastrand v2.0.1
26832024-02-23T19:53:51.824Z Documenting proc-macro-error-attr v1.0.4
26842024-02-23T19:53:52.066Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26852024-02-23T19:53:52.514Z Checking proc-macro-error v1.0.4
26862024-02-23T19:53:52.808Z Documenting is-terminal v0.4.9
26872024-02-23T19:53:52.884Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26882024-02-23T19:53:52.943Z Checking proc-macro-crate v1.3.1
26892024-02-23T19:53:53.025Z Documenting proc-macro-crate v1.3.1
26902024-02-23T19:53:53.194Z Documenting hash32 v0.3.1
26912024-02-23T19:53:53.256Z Documenting stable_deref_trait v1.2.0
26922024-02-23T19:53:54.561Z Documenting parse-display v0.9.0
26932024-02-23T19:53:55.389Z Documenting tempfile v3.10.0
26942024-02-23T19:53:55.812Z Documenting proc-macro-error v1.0.4
26952024-02-23T19:53:56.074Z Documenting cobs v0.2.3
26962024-02-23T19:53:57.265Z Documenting heapless v0.8.0
26972024-02-23T19:53:57.990Z Documenting embedded-io v0.4.0
26982024-02-23T19:53:58.376Z Documenting num_enum_derive v0.5.11
26992024-02-23T19:53:58.817Z Documenting foreign-types-macros v0.2.3
27002024-02-23T19:53:59.039Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27012024-02-23T19:53:59.644Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27022024-02-23T19:53:59.770Z Documenting camino-tempfile v1.1.1
27032024-02-23T19:54:00.218Z Documenting foreign-types-shared v0.3.1
27042024-02-23T19:54:01.122Z Documenting postcard v1.0.8
27052024-02-23T19:54:01.980Z Documenting crucible-workspace-hack v0.1.0
27062024-02-23T19:54:02.141Z Documenting smoltcp v0.11.0
27072024-02-23T19:54:03.204Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27082024-02-23T19:54:03.456Z Documenting foreign-types v0.5.0
27092024-02-23T19:54:04.503Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27102024-02-23T19:54:04.651Z Documenting num_enum v0.5.11
27112024-02-23T19:54:05.722Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27122024-02-23T19:54:06.004Z Documenting cstr-argument v0.1.2
27132024-02-23T19:54:07.547Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27142024-02-23T19:54:07.665Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27152024-02-23T19:54:08.358Z Documenting colored v2.0.4
27162024-02-23T19:54:08.470Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27172024-02-23T19:54:08.663Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27182024-02-23T19:54:10.490Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27192024-02-23T19:54:11.930Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27202024-02-23T19:54:12.052Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27212024-02-23T19:54:12.902Z Documenting zone_cfg_derive v0.3.0
27222024-02-23T19:54:13.619Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27232024-02-23T19:54:15.180Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27242024-02-23T19:54:15.217Z Documenting num-derive v0.4.0
27252024-02-23T19:54:15.365Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27262024-02-23T19:54:16.150Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27272024-02-23T19:54:17.961Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27282024-02-23T19:54:17.974Z Documenting zone v0.3.0
27292024-02-23T19:54:18.200Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27302024-02-23T19:54:19.954Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27312024-02-23T19:54:21.178Z Documenting smf v0.2.2
27322024-02-23T19:54:21.835Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27332024-02-23T19:54:21.846Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27342024-02-23T19:54:22.151Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27352024-02-23T19:54:23.178Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27362024-02-23T19:54:23.434Z Documenting linked-hash-map v0.5.6
27372024-02-23T19:54:24.523Z Documenting password-hash v0.5.0
27382024-02-23T19:54:24.885Z Documenting blake2 v0.10.6
27392024-02-23T19:54:25.279Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27402024-02-23T19:54:26.542Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27412024-02-23T19:54:28.213Z Documenting lru-cache v0.1.2
27422024-02-23T19:54:28.805Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27432024-02-23T19:54:29.333Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27442024-02-23T19:54:30.319Z Documenting itertools v0.12.1
27452024-02-23T19:54:30.342Z Documenting argon2 v0.5.3
27462024-02-23T19:54:30.342Z Documenting memmap v0.7.0
27472024-02-23T19:54:31.975Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27482024-02-23T19:54:32.086Z Documenting quick-error v1.2.3
27492024-02-23T19:54:33.323Z Documenting derive-where v1.2.7
27502024-02-23T19:54:34.542Z Documenting swrite v0.1.0
27512024-02-23T19:54:34.554Z Documenting usdt v0.5.0
27522024-02-23T19:54:35.197Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27532024-02-23T19:54:35.848Z Documenting newtype_derive v0.1.6
27542024-02-23T19:54:35.924Z Documenting resolv-conf v0.7.0
27552024-02-23T19:54:37.403Z Documenting tap v1.0.1
27562024-02-23T19:54:37.464Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27572024-02-23T19:54:37.483Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27582024-02-23T19:54:38.889Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27592024-02-23T19:54:39.598Z Documenting steno v0.4.0
27602024-02-23T19:54:39.724Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27612024-02-23T19:54:40.070Z Documenting trust-dns-resolver v0.22.0
27622024-02-23T19:54:40.323Z Documenting radium v0.7.0
27632024-02-23T19:54:40.346Z Documenting wyz v0.5.1
27642024-02-23T19:54:41.385Z Documenting nibble_vec v0.1.0
27652024-02-23T19:54:42.064Z Checking heck v0.3.3
27662024-02-23T19:54:42.238Z Documenting funty v2.0.0
27672024-02-23T19:54:43.390Z Documenting endian-type v0.1.2
27682024-02-23T19:54:43.609Z Documenting crc-catalog v2.2.0
27692024-02-23T19:54:45.488Z Documenting bitvec v1.0.1
27702024-02-23T19:54:45.958Z Documenting structopt-derive v0.4.18
27712024-02-23T19:54:46.578Z Documenting crc v3.0.1
27722024-02-23T19:54:47.134Z Documenting radix_trie v0.2.1
27732024-02-23T19:54:49.136Z Documenting cancel-safe-futures v0.1.5
27742024-02-23T19:54:49.570Z Documenting xattr v1.0.1
27752024-02-23T19:54:50.198Z Documenting filetime v0.2.23
27762024-02-23T19:54:50.997Z Documenting packed_struct_codegen v0.10.1
27772024-02-23T19:54:51.102Z Documenting nodrop v0.1.14
27782024-02-23T19:54:51.277Z Documenting structopt v0.3.26
27792024-02-23T19:54:53.605Z Documenting num-bigint-dig v0.8.4
27802024-02-23T19:54:53.906Z Documenting libefi-sys v0.1.0
27812024-02-23T19:54:54.107Z Documenting tar v0.4.40
27822024-02-23T19:54:54.219Z Documenting array-init v0.0.4
27832024-02-23T19:54:55.776Z Documenting num-rational v0.4.1
27842024-02-23T19:54:56.211Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27852024-02-23T19:54:57.189Z Documenting packed_struct v0.10.1
27862024-02-23T19:54:57.442Z Documenting pkcs1 v0.7.5
27872024-02-23T19:54:57.927Z Documenting signature v2.1.0
27882024-02-23T19:54:58.373Z Documenting num-complex v0.4.4
27892024-02-23T19:55:00.159Z Documenting arc-swap v1.6.0
27902024-02-23T19:55:00.863Z Documenting bitfield v0.14.0
27912024-02-23T19:55:01.074Z Documenting termcolor v1.2.0
27922024-02-23T19:55:02.122Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27932024-02-23T19:55:02.870Z Documenting rsa v0.9.2
27942024-02-23T19:55:03.383Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952024-02-23T19:55:03.927Z Documenting num v0.4.1
27962024-02-23T19:55:03.927Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27972024-02-23T19:55:04.146Z Documenting slog-scope v4.4.0
27982024-02-23T19:55:05.827Z Documenting env_logger v0.10.0
27992024-02-23T19:55:06.324Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28002024-02-23T19:55:07.972Z Documenting serde-hex v0.1.0
28012024-02-23T19:55:08.143Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28022024-02-23T19:55:08.421Z Documenting x509-cert v0.2.4
28032024-02-23T19:55:10.098Z Documenting ron v0.8.1
28042024-02-23T19:55:10.623Z Documenting libsw v3.3.1
28052024-02-23T19:55:11.396Z Documenting gethostname v0.4.3
28062024-02-23T19:55:12.135Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28072024-02-23T19:55:13.764Z Documenting half v2.3.1
28082024-02-23T19:55:14.170Z Documenting owo-colors v4.0.0
28092024-02-23T19:55:14.397Z Documenting linear-map v1.2.0
28102024-02-23T19:55:14.610Z Documenting ciborium-io v0.2.2
28112024-02-23T19:55:15.339Z Documenting crc-any v2.4.3
28122024-02-23T19:55:15.566Z Documenting same-file v1.0.6
28132024-02-23T19:55:16.842Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28142024-02-23T19:55:17.532Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28152024-02-23T19:55:18.347Z Documenting ciborium-ll v0.2.2
28162024-02-23T19:55:18.548Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28172024-02-23T19:55:18.967Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28182024-02-23T19:55:19.181Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28192024-02-23T19:55:20.162Z Documenting walkdir v2.4.0
28202024-02-23T19:55:22.573Z Documenting slog-stdlog v4.1.1
28212024-02-23T19:55:24.112Z Documenting slog-dtrace v0.3.0
28222024-02-23T19:55:24.817Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28232024-02-23T19:55:26.583Z Documenting path-slash v0.1.5
28242024-02-23T19:55:29.952Z Documenting slog-envlogger v2.2.0
28252024-02-23T19:55:29.973Z Documenting ciborium v0.2.2
28262024-02-23T19:55:30.324Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28272024-02-23T19:55:30.580Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28282024-02-23T19:55:31.593Z Documenting pem v3.0.2
28292024-02-23T19:55:35.360Z Documenting fxhash v0.2.1
28302024-02-23T19:55:35.898Z Documenting display-error-chain v0.2.0
28312024-02-23T19:55:35.902Z Documenting utf-8 v0.7.6
28322024-02-23T19:55:36.324Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28332024-02-23T19:55:37.038Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28342024-02-23T19:55:37.416Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28352024-02-23T19:55:37.637Z Documenting vte_generate_state_changes v0.1.1
28362024-02-23T19:55:39.162Z Checking convert_case v0.4.0
28372024-02-23T19:55:39.299Z Documenting convert_case v0.4.0
28382024-02-23T19:55:39.392Z Documenting buf-list v1.0.3
28392024-02-23T19:55:39.479Z Documenting tungstenite v0.20.1
28402024-02-23T19:55:41.505Z Documenting vte v0.11.1
28412024-02-23T19:55:43.153Z Documenting derive_more v0.99.17
28422024-02-23T19:55:44.111Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28432024-02-23T19:55:44.273Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28442024-02-23T19:55:44.639Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28452024-02-23T19:55:44.962Z Checking darling_core v0.14.4
28462024-02-23T19:55:46.538Z Documenting pin-project-internal v1.1.3
28472024-02-23T19:55:46.846Z Checking darling v0.14.4
28482024-02-23T19:55:46.859Z Documenting tokio-tungstenite v0.20.1
28492024-02-23T19:55:46.966Z Documenting strip-ansi-escapes v0.2.0
28502024-02-23T19:55:49.315Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28512024-02-23T19:55:49.691Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28522024-02-23T19:55:50.890Z Documenting doc-comment v0.3.3
28532024-02-23T19:55:51.660Z Documenting pin-project v1.1.3
28542024-02-23T19:55:53.316Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28552024-02-23T19:55:53.901Z Documenting crossbeam-deque v0.8.3
28562024-02-23T19:55:54.241Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28572024-02-23T19:55:54.636Z Documenting snafu-derive v0.7.5
28582024-02-23T19:55:54.662Z Documenting nu-ansi-term v0.50.0
28592024-02-23T19:55:55.167Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602024-02-23T19:55:58.243Z Documenting rayon-core v1.12.0
28612024-02-23T19:55:58.440Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28622024-02-23T19:55:59.085Z Documenting reedline v0.29.0
28632024-02-23T19:56:00.405Z Documenting trust-dns-client v0.22.0
28642024-02-23T19:56:01.100Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28652024-02-23T19:56:02.422Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28662024-02-23T19:56:02.763Z Documenting globset v0.4.13
28672024-02-23T19:56:02.836Z Documenting olpc-cjson v0.1.3
28682024-02-23T19:56:03.365Z Documenting snafu v0.7.5
28692024-02-23T19:56:05.648Z Documenting serde_plain v1.0.2
28702024-02-23T19:56:07.194Z Documenting headers-core v0.2.0
28712024-02-23T19:56:07.675Z Documenting async-recursion v1.0.5
28722024-02-23T19:56:07.774Z Documenting typed-path v0.7.0
28732024-02-23T19:56:08.384Z Documenting keccak v0.1.4
28742024-02-23T19:56:09.850Z Documenting bytecount v0.6.3
28752024-02-23T19:56:10.186Z Documenting rayon v1.8.0
28762024-02-23T19:56:10.821Z Documenting trust-dns-server v0.22.1
28772024-02-23T19:56:11.403Z Documenting sha3 v0.10.8
28782024-02-23T19:56:12.185Z Documenting headers v0.3.9
28792024-02-23T19:56:12.794Z Documenting papergrid v0.11.0
28802024-02-23T19:56:13.489Z Documenting tough v0.16.0
28812024-02-23T19:56:14.609Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822024-02-23T19:56:16.689Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28832024-02-23T19:56:17.668Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28842024-02-23T19:56:17.857Z Checking derive_builder_core v0.12.0
28852024-02-23T19:56:17.985Z Documenting derive_builder_core v0.12.0
28862024-02-23T19:56:18.813Z Documenting sled v0.34.7
28872024-02-23T19:56:19.049Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28882024-02-23T19:56:19.303Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28892024-02-23T19:56:19.661Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28902024-02-23T19:56:20.246Z Documenting fs-err v2.11.0
28912024-02-23T19:56:20.410Z Documenting unicase v2.7.0
28922024-02-23T19:56:20.536Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28932024-02-23T19:56:20.901Z Documenting tabled_derive v0.7.0
28942024-02-23T19:56:21.074Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28952024-02-23T19:56:23.928Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28962024-02-23T19:56:24.149Z Documenting fd-lock v4.0.2
28972024-02-23T19:56:24.774Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28982024-02-23T19:56:25.716Z Documenting nix v0.27.1
28992024-02-23T19:56:25.849Z Documenting secrecy v0.8.0
29002024-02-23T19:56:26.077Z Documenting rustversion v1.0.14
29012024-02-23T19:56:27.584Z Documenting sqlparser_derive v0.2.2
29022024-02-23T19:56:28.686Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29032024-02-23T19:56:29.848Z Documenting home v0.5.5
29042024-02-23T19:56:30.086Z Documenting unicode_categories v0.1.1
29052024-02-23T19:56:30.297Z Documenting parse-size v1.0.0
29062024-02-23T19:56:32.491Z Documenting castaway v0.2.2
29072024-02-23T19:56:32.645Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29082024-02-23T19:56:32.973Z Documenting sqlparser v0.43.1
29092024-02-23T19:56:33.113Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29102024-02-23T19:56:33.566Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29112024-02-23T19:56:33.764Z Documenting rustyline v13.0.0
29122024-02-23T19:56:34.029Z Documenting sqlformat v0.2.3
29132024-02-23T19:56:36.336Z Documenting tabled v0.15.0
29142024-02-23T19:56:37.025Z Documenting derive_builder_macro v0.12.0
29152024-02-23T19:56:39.778Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29162024-02-23T19:56:40.715Z Documenting mime_guess v2.0.4
29172024-02-23T19:56:42.467Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29182024-02-23T19:56:43.176Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29192024-02-23T19:56:43.684Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29202024-02-23T19:56:45.691Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29212024-02-23T19:56:45.821Z Documenting universal-hash v0.5.1
29222024-02-23T19:56:46.027Z Documenting bcs v0.1.6
29232024-02-23T19:56:49.988Z Documenting kstat-rs v0.2.3
29242024-02-23T19:56:50.190Z Documenting thiserror-impl-no-std v2.0.2
29252024-02-23T19:56:52.411Z Documenting ref-cast-impl v1.0.20
29262024-02-23T19:56:55.200Z Documenting curve25519-dalek-derive v0.1.0
29272024-02-23T19:56:55.659Z Documenting highway v1.1.0
29282024-02-23T19:56:56.700Z Documenting opaque-debug v0.3.0
29292024-02-23T19:56:57.593Z Documenting thiserror-no-std v2.0.2
29302024-02-23T19:56:58.296Z Documenting ref-cast v1.0.20
29312024-02-23T19:56:58.756Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29322024-02-23T19:56:59.679Z Documenting curve25519-dalek v4.1.1
29332024-02-23T19:56:59.763Z Documenting poly1305 v0.8.0
29342024-02-23T19:57:00.061Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29352024-02-23T19:57:00.469Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29362024-02-23T19:57:01.276Z Documenting derive_builder v0.12.0
29372024-02-23T19:57:02.932Z Documenting compact_str v0.7.1
29382024-02-23T19:57:04.941Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29392024-02-23T19:57:06.010Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29402024-02-23T19:57:06.471Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29412024-02-23T19:57:07.099Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29422024-02-23T19:57:08.989Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29432024-02-23T19:57:13.014Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29442024-02-23T19:57:16.219Z Documenting portable-atomic v1.4.3
29452024-02-23T19:57:17.464Z Documenting polar-core v0.27.0
29462024-02-23T19:57:17.895Z Documenting ed25519 v1.5.3
29472024-02-23T19:57:20.021Z Documenting libxml v0.3.3
29482024-02-23T19:57:20.919Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29492024-02-23T19:57:24.124Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29502024-02-23T19:57:26.032Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29512024-02-23T19:57:26.459Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29522024-02-23T19:57:26.881Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29532024-02-23T19:57:26.908Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29542024-02-23T19:57:27.563Z Documenting chacha20 v0.9.1
29552024-02-23T19:57:30.443Z Documenting bb8 v0.8.3
29562024-02-23T19:57:30.598Z Documenting aead v0.5.2
29572024-02-23T19:57:32.897Z Documenting lru v0.12.1
29582024-02-23T19:57:36.610Z Documenting quick-xml v0.30.0
29592024-02-23T19:57:36.829Z Documenting stability v0.1.1
29602024-02-23T19:57:37.527Z Documenting impl-trait-for-tuples v0.2.2
29612024-02-23T19:57:38.390Z Documenting oso-derive v0.27.0
29622024-02-23T19:57:40.736Z Documenting number_prefix v0.4.0
29632024-02-23T19:57:41.363Z Documenting maplit v1.0.2
29642024-02-23T19:57:41.920Z Documenting glob v0.3.1
29652024-02-23T19:57:42.897Z Documenting cassowary v0.3.0
29662024-02-23T19:57:43.026Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29672024-02-23T19:57:44.040Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29682024-02-23T19:57:44.557Z Documenting indicatif v0.17.8
29692024-02-23T19:57:44.873Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29702024-02-23T19:57:45.157Z Documenting oso v0.27.0
29712024-02-23T19:57:46.895Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29722024-02-23T19:57:47.209Z Documenting ratatui v0.26.1
29732024-02-23T19:57:49.705Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29742024-02-23T19:57:50.757Z Documenting chacha20poly1305 v0.10.1
29752024-02-23T19:57:51.582Z Documenting salty v0.2.0
29762024-02-23T19:57:55.103Z Documenting vsss-rs v3.3.4
29772024-02-23T19:57:56.098Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29782024-02-23T19:57:57.462Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29792024-02-23T19:57:57.477Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29802024-02-23T19:57:58.289Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29812024-02-23T19:57:58.644Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29822024-02-23T19:58:02.526Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29832024-02-23T19:58:02.765Z Documenting cookie v0.18.0
29842024-02-23T19:58:02.789Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29852024-02-23T19:58:03.041Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29862024-02-23T19:58:06.056Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29872024-02-23T19:58:06.391Z Documenting serde-big-array v0.5.1
29882024-02-23T19:58:07.136Z Documenting rtoolbox v0.0.1
29892024-02-23T19:58:07.502Z Documenting http-range v0.1.5
29902024-02-23T19:58:08.387Z Documenting is_ci v1.2.0
29912024-02-23T19:58:10.857Z Documenting unicode-linebreak v0.1.5
29922024-02-23T19:58:11.256Z Documenting smawk v0.3.1
29932024-02-23T19:58:11.494Z Documenting humantime v2.1.0
29942024-02-23T19:58:11.641Z Documenting hyper-staticfile v0.9.5
29952024-02-23T19:58:12.135Z Documenting supports-color v3.0.0
29962024-02-23T19:58:13.892Z Documenting rpassword v7.3.1
29972024-02-23T19:58:15.545Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29982024-02-23T19:58:15.889Z Documenting textwrap v0.16.1
29992024-02-23T19:58:15.997Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30002024-02-23T19:58:16.668Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012024-02-23T19:58:18.889Z Documenting tui-tree-widget v0.17.0
30022024-02-23T19:58:20.077Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30032024-02-23T19:58:20.586Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30042024-02-23T19:58:20.948Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30052024-02-23T19:58:21.746Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30062024-02-23T19:58:24.593Z Documenting rcgen v0.12.1
30072024-02-23T19:58:24.700Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30082024-02-23T19:58:25.262Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30092024-02-23T19:58:25.703Z Documenting atomicwrites v0.4.3
30102024-02-23T19:58:26.103Z Documenting signal-hook-tokio v0.3.1
30112024-02-23T19:58:30.272Z Documenting memmap2 v0.7.1
30122024-02-23T19:58:31.063Z Documenting subprocess v0.2.9
30132024-02-23T19:58:32.355Z Documenting corncobs v0.1.3
30142024-02-23T19:58:32.626Z Documenting arrayvec v0.7.4
30152024-02-23T19:58:34.435Z Documenting arrayref v0.3.7
30162024-02-23T19:58:34.611Z Documenting constant_time_eq v0.3.0
30172024-02-23T19:58:35.380Z Documenting shell-words v1.1.0
30182024-02-23T19:58:35.538Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30192024-02-23T19:58:35.902Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30202024-02-23T19:58:37.483Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30212024-02-23T19:58:37.623Z Documenting blake3 v1.5.0
30222024-02-23T19:58:39.957Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30232024-02-23T19:58:40.585Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30242024-02-23T19:58:40.784Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30252024-02-23T19:58:42.041Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30262024-02-23T19:58:43.380Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30272024-02-23T19:58:48.684Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30282024-02-23T19:58:57.354Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30292024-02-23T19:58:59.245Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30302024-02-23T19:59:02.658Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30312024-02-23T19:59:06.178Z Documenting fatfs v0.3.6
30322024-02-23T19:59:06.684Zwarning: unclosed HTML tag `usize`
30332024-02-23T19:59:06.684Z --> wicket/src/ui/panes/update.rs:153:19
30342024-02-23T19:59:06.685Z |
30352024-02-23T19:59:06.685Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30362024-02-23T19:59:06.685Z | ^^^^^^^
30372024-02-23T19:59:06.685Z |
30382024-02-23T19:59:06.685Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30392024-02-23T19:59:06.685Z
30402024-02-23T19:59:08.076Zwarning: `wicket` (lib doc) generated 1 warning
30412024-02-23T19:59:08.079Z Documenting nanorand v0.7.0
30422024-02-23T19:59:11.586Z Documenting assert_matches v1.5.0
30432024-02-23T19:59:12.287Z Documenting topological-sort v0.2.2
30442024-02-23T19:59:12.536Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30452024-02-23T19:59:12.681Z Documenting flume v0.11.0
30462024-02-23T19:59:14.117Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30472024-02-23T19:59:14.150Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30482024-02-23T19:59:17.038Z Documenting omicron-zone-package v0.11.0
30492024-02-23T19:59:17.976Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30502024-02-23T19:59:20.276Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30512024-02-23T19:59:20.548Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30522024-02-23T19:59:21.362Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30532024-02-23T19:59:29.682Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30542024-02-23T19:59:29.682Z --> sled-agent/src/sim/instance.rs:46:7
30552024-02-23T19:59:29.682Z |
30562024-02-23T19:59:29.682Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30572024-02-23T19:59:29.682Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30582024-02-23T19:59:29.682Z |
30592024-02-23T19:59:29.682Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30602024-02-23T19:59:29.682Z
30612024-02-23T19:59:30.390Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30622024-02-23T19:59:31.279Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30632024-02-23T19:59:32.996Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30642024-02-23T19:59:32.996Z Documenting termios v0.3.3
30652024-02-23T19:59:37.177Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30662024-02-23T19:59:42.826Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30672024-02-23T19:59:43.567Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30682024-02-23T19:59:44.119Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30692024-02-23T20:00:03.632Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30702024-02-23T20:00:12.448Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30712024-02-23T20:00:15.694Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30722024-02-23T20:00:27.533Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30732024-02-23T20:00:27.533Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
30742024-02-23T20:00:27.533Z |
30752024-02-23T20:00:27.533Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30762024-02-23T20:00:27.533Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30772024-02-23T20:00:27.533Z |
30782024-02-23T20:00:27.533Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30792024-02-23T20:00:27.533Z
30802024-02-23T20:00:29.800Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30812024-02-23T20:00:32.240Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30822024-02-23T20:00:32.807Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30832024-02-23T20:00:33.627Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30842024-02-23T20:00:35.667Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30852024-02-23T20:00:37.085Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30862024-02-23T20:00:43.923Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30872024-02-23T20:00:43.930Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30882024-02-23T20:01:07.041Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892024-02-23T20:01:55.896Zwarning: unresolved link to `VolumeConstructionRequest`
30902024-02-23T20:01:55.896Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30912024-02-23T20:01:55.896Z |
30922024-02-23T20:01:55.896Z338 | /// [`VolumeConstructionRequest`] is shown here):
30932024-02-23T20:01:55.896Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30942024-02-23T20:01:55.896Z |
30952024-02-23T20:01:55.896Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30962024-02-23T20:01:55.896Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30972024-02-23T20:01:55.896Z
30982024-02-23T20:01:55.901Zwarning: unresolved link to `fd00:1122:3344:101::5`
30992024-02-23T20:01:55.901Z --> nexus/src/app/sagas/volume_delete.rs:348:17
31002024-02-23T20:01:55.901Z |
31012024-02-23T20:01:55.901Z348 | /// "[fd00:1122:3344:101::5]:1000",
31022024-02-23T20:01:55.901Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31032024-02-23T20:01:55.901Z
31042024-02-23T20:01:55.901Zwarning: unresolved link to `fd00:1122:3344:102::9`
31052024-02-23T20:01:55.901Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31062024-02-23T20:01:55.901Z |
31072024-02-23T20:01:55.901Z349 | /// "[fd00:1122:3344:102::9]:1000",
31082024-02-23T20:01:55.902Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31092024-02-23T20:01:55.902Z
31102024-02-23T20:01:55.902Zwarning: unresolved link to `fd00:1122:3344:103::2`
31112024-02-23T20:01:55.902Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31122024-02-23T20:01:55.902Z |
31132024-02-23T20:01:55.902Z350 | /// "[fd00:1122:3344:103::2]:1000"
31142024-02-23T20:01:55.902Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31152024-02-23T20:01:55.902Z
31162024-02-23T20:01:55.902Zwarning: unresolved link to `fd00:1122:3344:101::5`
31172024-02-23T20:01:55.902Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31182024-02-23T20:01:55.902Z |
31192024-02-23T20:01:55.902Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31202024-02-23T20:01:55.902Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31212024-02-23T20:01:55.902Z
31222024-02-23T20:01:55.902Zwarning: unresolved link to `fd00:1122:3344:102::9`
31232024-02-23T20:01:55.902Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31242024-02-23T20:01:55.902Z |
31252024-02-23T20:01:55.902Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31262024-02-23T20:01:55.902Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31272024-02-23T20:01:55.902Z
31282024-02-23T20:01:55.902Zwarning: unresolved link to `fd00:1122:3344:103::2`
31292024-02-23T20:01:55.902Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31302024-02-23T20:01:55.902Z |
31312024-02-23T20:01:55.903Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31322024-02-23T20:01:55.903Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31332024-02-23T20:01:55.903Z
31342024-02-23T20:01:58.869Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31352024-02-23T20:02:21.854Z Finished dev [unoptimized + debuginfo] target(s) in 11m 51s
31362024-02-23T20:02:21.953Z
31372024-02-23T20:02:21.953Zreal 11:52.051637046
31382024-02-23T20:02:21.953Zuser 32:09.098953897
31392024-02-23T20:02:21.953Zsys 49:54.669584816
31402024-02-23T20:02:21.953Ztrap 1.022450203
31412024-02-23T20:02:21.953Ztflt 0.144182934
31422024-02-23T20:02:21.953Zdflt 0.609414100
31432024-02-23T20:02:21.953Zkflt 0.000110905
31442024-02-23T20:02:21.956Zlock 2:11:16.300608852
31452024-02-23T20:02:21.957Zslp 2:56:42.972028623
31462024-02-23T20:02:21.957Zlat 4:40.600439245
31472024-02-23T20:02:21.957Zstop 1:35.938951683
31482024-02-23T20:02:21.957Zprocess exited: duration 1329403 ms, exit code 0
 
31492024-02-23T20:02:21.963Zfound 0 output files