01HHNB2DYDHDZMCFEKERT3WZVA: 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: 01HHNB33Z81P0KQ7PYVT5QP45C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-14T23:39:18.710Zjob assigned to worker 01HHNB39WDSSQX677QFBT5NFFX (queued for 1 m 27 s)
 
22023-12-14T23:39:19.012Zstarting task 0: "setup"
32023-12-14T23:39:19.059Z++ uname -s
42023-12-14T23:39:19.062Z+ kern=SunOS
52023-12-14T23:39:19.063Z+ case "$kern" in
62023-12-14T23:39:19.063Z+ groupadd -g 12345 build
72023-12-14T23:39:19.066Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-14T23:39:21.086Z+ zfs create -o mountpoint=/work rpool/work
92023-12-14T23:39:21.251Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-14T23:39:21.267Z+ home_fs=zfs
112023-12-14T23:39:21.267Z+ [[ zfs == autofs ]]
122023-12-14T23:39:21.267Z+ mkdir -p /home/build
132023-12-14T23:39:21.267Z+ chown build:build /home/build /work
142023-12-14T23:39:23.388Z+ chmod 0700 /home/build /work
152023-12-14T23:39:23.463Zprocess exited: duration 4218 ms, exit code 0
 
162023-12-14T23:39:23.520Zstarting task 1: "rust-toolchain"
172023-12-14T23:39:23.540Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-14T23:39:23.540Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-14T23:39:23.692Zinfo: downloading installer
202023-12-14T23:39:24.884Zwarning: it looks like you have an existing installation of Rust at:
212023-12-14T23:39:24.884Zwarning: /opt/ooce/bin
222023-12-14T23:39:24.884Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-14T23:39:24.884Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-14T23:39:24.885Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-14T23:39:24.885Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-14T23:39:24.885Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-14T23:39:24.885Zerror: cannot install while Rust is installed
282023-12-14T23:39:24.886Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-14T23:39:25.361Zinfo: profile set to 'default'
302023-12-14T23:39:25.361Zinfo: default host triple is x86_64-unknown-illumos
312023-12-14T23:39:25.361Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-14T23:39:25.361Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-14T23:39:25.362Zinfo: downloading component 'cargo'
342023-12-14T23:39:25.791Zinfo: downloading component 'clippy'
352023-12-14T23:39:26.008Zinfo: downloading component 'rust-docs'
362023-12-14T23:39:26.775Zinfo: downloading component 'rust-std'
372023-12-14T23:39:28.122Zinfo: downloading component 'rustc'
382023-12-14T23:39:31.419Zinfo: downloading component 'rustfmt'
392023-12-14T23:39:31.612Zinfo: installing component 'cargo'
402023-12-14T23:39:33.867Zinfo: installing component 'clippy'
412023-12-14T23:39:34.773Zinfo: installing component 'rust-docs'
422023-12-14T23:39:37.606Zinfo: installing component 'rust-std'
432023-12-14T23:39:41.735Zinfo: installing component 'rustc'
442023-12-14T23:39:52.037Zinfo: installing component 'rustfmt'
452023-12-14T23:39:52.502Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-14T23:39:52.502Z
472023-12-14T23:39:52.675Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-14T23:39:52.675Z
492023-12-14T23:39:52.675Z
502023-12-14T23:39:52.676ZRust is installed now. Great!
512023-12-14T23:39:52.676Z
522023-12-14T23:39:53.121ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-14T23:39:53.121Zenvironment variable. This has not been done automatically.
542023-12-14T23:39:53.121Z
552023-12-14T23:39:53.122ZTo configure your current shell, run:
562023-12-14T23:39:53.122Zsource "$HOME/.cargo/env"
572023-12-14T23:39:53.145Z+ rustc --version
582023-12-14T23:39:53.146Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-14T23:39:53.146Zprocess exited: duration 29331 ms, exit code 0
 
602023-12-14T23:39:53.247Zstarting task 2: "authentication"
612023-12-14T23:39:53.288Zprocess exited: duration 45 ms, exit code 0
 
622023-12-14T23:39:53.724Zstarting task 3: "clone repository"
632023-12-14T23:39:53.735Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-14T23:39:53.736Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-14T23:39:53.770ZCloning into '/work/oxidecomputer/omicron'...
662023-12-14T23:39:59.789Z+ cd /work/oxidecomputer/omicron
672023-12-14T23:39:59.789Z+ [[ -n dendrite-integration ]]
682023-12-14T23:39:59.793Z+ git fetch origin dendrite-integration
692023-12-14T23:40:00.560ZFrom https://github.com/oxidecomputer/omicron
702023-12-14T23:40:00.581Z * branch dendrite-integration -> FETCH_HEAD
712023-12-14T23:40:00.581Z+ git checkout -B dendrite-integration remotes/origin/dendrite-integration
722023-12-14T23:40:00.581ZSwitched to a new branch 'dendrite-integration'
732023-12-14T23:40:00.581Zbranch 'dendrite-integration' set up to track 'origin/dendrite-integration'.
742023-12-14T23:40:00.581Z+ git reset --hard 7b71f6cef97dfc52124703cc95e1d5b5e05245b9
752023-12-14T23:40:00.581ZHEAD is now at 7b71f6ce Update with latest version
762023-12-14T23:40:00.582Zprocess exited: duration 6651 ms, exit code 0
 
772023-12-14T23:40:00.602Zstarting task 4: "build"
782023-12-14T23:40:00.607Z+ cargo --version
792023-12-14T23:40:00.620Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-14T23:40:00.786Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-14T23:40:00.839Zinfo: downloading component 'cargo'
822023-12-14T23:40:01.440Zinfo: downloading component 'clippy'
832023-12-14T23:40:04.824Zinfo: downloading component 'rust-docs'
842023-12-14T23:40:05.010Zinfo: downloading component 'rust-std'
852023-12-14T23:40:05.010Zinfo: downloading component 'rustc'
862023-12-14T23:40:07.102Zinfo: downloading component 'rustfmt'
872023-12-14T23:40:07.290Zinfo: installing component 'cargo'
882023-12-14T23:40:08.566Zinfo: installing component 'clippy'
892023-12-14T23:40:09.062Zinfo: installing component 'rust-docs'
902023-12-14T23:40:11.987Zinfo: installing component 'rust-std'
912023-12-14T23:40:14.557Zinfo: installing component 'rustc'
922023-12-14T23:40:20.659Zinfo: installing component 'rustfmt'
932023-12-14T23:40:21.199Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-14T23:40:21.203Z+ rustc --version
952023-12-14T23:40:21.341Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-14T23:40:21.348Z+ source ./env.sh
972023-12-14T23:40:21.351Z++ set -o xtrace
982023-12-14T23:40:21.352Z++++ dirname ./env.sh
992023-12-14T23:40:21.355Z+++ cd .
1002023-12-14T23:40:21.356Z+++ echo /work/oxidecomputer/omicron
1012023-12-14T23:40:21.356Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-12-14T23:40:21.356Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032023-12-14T23:40:21.356Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-12-14T23:40:21.356Z++ 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
1052023-12-14T23:40:21.356Z++ 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
1062023-12-14T23:40:21.356Z++ 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
1072023-12-14T23:40:21.356Z++ 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
1082023-12-14T23:40:21.356Z++ 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
1092023-12-14T23:40:21.356Z++ 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
1102023-12-14T23:40:21.356Z++ unset OMICRON_WS
1112023-12-14T23:40:21.356Z++ set +o xtrace
1122023-12-14T23:40:21.413Z
1132023-12-14T23:40:21.413Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-12-14T23:40:21.413Z # # # # # # # # # # # # # # #
1152023-12-14T23:40:21.413Z # # # # ##### # # ##### # # # # # #### #
1162023-12-14T23:40:21.413Z ##### ##### # ##### # # # # # # # # #
1172023-12-14T23:40:21.413Z # # # # # # # # # # # # # # #
1182023-12-14T23:40:21.413Z # # # ###### # # ###### ### # #### # #### #
1192023-12-14T23:40:21.413Z
1202023-12-14T23:40:33.908Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-12-14T23:40:35.275Z Startup: Caching catalogs ... Done
1222023-12-14T23:40:44.748ZPlanning: Solver setup ... Done (6.613s)
1232023-12-14T23:40:44.879ZPlanning: Running solver ... Done (0.154s)
1242023-12-14T23:40:44.879ZPlanning: Finding local manifests ... Done (0.004s)
1252023-12-14T23:40:44.879ZPlanning: Fetching manifests: 0/6 0% complete
1262023-12-14T23:40:44.880ZPlanning: Fetching manifests: 6/6 100% complete
1272023-12-14T23:40:44.880ZPlanning: Package planning ... Done (0.092s)
1282023-12-14T23:40:44.880ZPlanning: Merging actions ... Done (0.086s)
1292023-12-14T23:40:44.880ZPlanning: Checking for conflicting actions ... Done (0.661s)
1302023-12-14T23:40:44.880ZPlanning: Consolidating action changes ... Done (0.019s)
1312023-12-14T23:40:47.216ZPlanning: Evaluating mediators ... Done (3.627s)
1322023-12-14T23:40:47.332ZPlanning: Planning completed in 12.09 seconds
1332023-12-14T23:40:47.364Z Packages to install: 4
1342023-12-14T23:40:47.373Z Packages to update: 2
1352023-12-14T23:40:47.373Z Mediators to change: 2
1362023-12-14T23:40:47.373Z Services to change: 1
1372023-12-14T23:40:47.374Z Estimated space available: 148.88 GB
1382023-12-14T23:40:47.374ZEstimated space to be consumed: 1.43 GB
1392023-12-14T23:40:47.374Z Create boot environment: No
1402023-12-14T23:40:47.374ZCreate backup boot environment: Yes
1412023-12-14T23:40:47.374Z Rebuild boot archive: No
1422023-12-14T23:40:47.374Z
1432023-12-14T23:40:47.375ZChanged mediators:
1442023-12-14T23:40:47.375Z mediator clang:
1452023-12-14T23:40:47.375Z version: None -> 15 (system default)
1462023-12-14T23:40:47.375Z
1472023-12-14T23:40:47.375Z mediator llvm:
1482023-12-14T23:40:47.375Z version: 14 (system default) -> 15 (system default)
1492023-12-14T23:40:47.375Z
1502023-12-14T23:40:47.375ZChanged packages:
1512023-12-14T23:40:47.377Zhelios-dev
1522023-12-14T23:40:47.377Z developer/build-essential
1532023-12-14T23:40:47.377Z None -> 11-2.0
1542023-12-14T23:40:47.377Z library/libxmlsec1
1552023-12-14T23:40:47.377Z None -> 1.2.35-2.0
1562023-12-14T23:40:47.377Z ooce/developer/clang-15
1572023-12-14T23:40:47.377Z None -> 15.0.7-2.0
1582023-12-14T23:40:47.377Z ooce/developer/llvm-15
1592023-12-14T23:40:47.377Z None -> 15.0.7-2.0
1602023-12-14T23:40:47.377Z system/library/g++-runtime
1612023-12-14T23:40:47.377Z 12-2.0 -> 13-2.0
1622023-12-14T23:40:47.377Z system/library/gcc-runtime
1632023-12-14T23:40:47.377Z 12-2.0 -> 13-2.0
1642023-12-14T23:40:47.377Z
1652023-12-14T23:40:47.377ZServices:
1662023-12-14T23:40:47.377Z restart_fmri:
1672023-12-14T23:40:47.377Z svc:/system/update-man-index:default
1682023-12-14T23:40:47.569Z
1692023-12-14T23:40:47.569ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1702023-12-14T23:40:52.570ZDownload: 1195/3330 items 73.6/221.1MB 33% complete (15.7M/s)
1712023-12-14T23:40:57.570ZDownload: 1311/3330 items 106.8/221.1MB 48% complete (10.8M/s)
1722023-12-14T23:41:02.572ZDownload: 1882/3330 items 118.2/221.1MB 53% complete (4.5M/s)
1732023-12-14T23:41:07.573ZDownload: 2801/3330 items 121.0/221.1MB 54% complete (1.5M/s)
1742023-12-14T23:41:13.344ZDownload: 3247/3330 items 203.1/221.1MB 91% complete (8.5M/s)
1752023-12-14T23:41:24.248ZDownload: 3287/3330 items 212.4/221.1MB 96% complete (9.2M/s)
1762023-12-14T23:41:24.659ZDownload: Completed 221.11 MB in 35.00 seconds (6.3M/s)
1772023-12-14T23:41:24.659Z Actions: 1/3766 actions (Removing old actions)
1782023-12-14T23:41:24.659Z Actions: 5/3766 actions (Installing new actions)
1792023-12-14T23:41:28.533Z Actions: 2727/3766 actions (Installing new actions)
1802023-12-14T23:41:31.834Z Actions: 3729/3766 actions (Updating modified actions)
1812023-12-14T23:41:32.365Z Actions: Completed 3766 actions in 8.83 seconds.
1822023-12-14T23:41:32.686Z Done (0.200s)
1832023-12-14T23:41:32.736Z Done (0.000s)
1842023-12-14T23:41:32.851Z Done (0.273s)
1852023-12-14T23:41:40.194Z Done (7.225s)
1862023-12-14T23:41:40.398Z Done (0.113s)
1872023-12-14T23:41:40.408Z Done (0.000s)
1882023-12-14T23:41:40.637Z Done (0.000s)
1892023-12-14T23:41:41.336ZPlanning: Evaluating mediator changes ... Done
1902023-12-14T23:41:42.017ZPlanning: Checking for conflicting actions ... Done
1912023-12-14T23:41:42.048ZPlanning: Consolidating action changes ... Done
1922023-12-14T23:41:42.056ZPlanning: Evaluating mediators ... Done
1932023-12-14T23:41:42.056ZPlanning: Planning completed in 0.72 seconds
1942023-12-14T23:41:42.112Z Mediators to change: 2
1952023-12-14T23:41:42.118Z Create boot environment: No
1962023-12-14T23:41:42.118ZCreate backup boot environment: No
1972023-12-14T23:41:42.240Z Done
1982023-12-14T23:41:42.242Z Done
1992023-12-14T23:41:42.450Z Done
2002023-12-14T23:41:48.013Z Done
2012023-12-14T23:41:48.130Z Done
2022023-12-14T23:41:48.133Z Done
2032023-12-14T23:41:48.242Z Done
2042023-12-14T23:41:49.236ZPlanning: Evaluating mediator changes ... Done
2052023-12-14T23:41:49.241ZPlanning: Merging actions ... Done
2062023-12-14T23:41:49.567ZPlanning: Checking for conflicting actions ... Done
2072023-12-14T23:41:49.586ZPlanning: Consolidating action changes ... Done
2082023-12-14T23:41:49.997ZPlanning: Evaluating mediators ... Done
2092023-12-14T23:41:50.077ZPlanning: Planning completed in 1.28 seconds
2102023-12-14T23:41:50.148Z Packages to change: 1
2112023-12-14T23:41:50.148Z Mediators to change: 1
2122023-12-14T23:41:50.148Z Services to change: 1
2132023-12-14T23:41:50.161Z Create boot environment: No
2142023-12-14T23:41:50.161ZCreate backup boot environment: Yes
2152023-12-14T23:41:52.176Z Actions: 1/6 actions (Updating modified actions)
2162023-12-14T23:41:52.180Z Actions: Completed 6 actions in 0.00 seconds.
2172023-12-14T23:41:52.181Z Done
2182023-12-14T23:41:52.181Z Done
2192023-12-14T23:41:53.048Z Done
2202023-12-14T23:41:57.833Z Done
2212023-12-14T23:41:57.947Z Done
2222023-12-14T23:41:57.955Z Done
2232023-12-14T23:41:58.063Z Done
2242023-12-14T23:41:58.730ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252023-12-14T23:41:58.730Zclang system 15 system
2262023-12-14T23:41:58.730Zcsh system system illumos
2272023-12-14T23:41:58.730Zctags system system illumos
2282023-12-14T23:41:58.730Zgcc vendor 12 vendor
2292023-12-14T23:41:58.731Zgcc system 10 system
2302023-12-14T23:41:58.731Zgcc system 7 system
2312023-12-14T23:41:58.731Zgo system 1.20 system
2322023-12-14T23:41:58.731Zgo system 1.19 system
2332023-12-14T23:41:58.731Zllvm system 15 system
2342023-12-14T23:41:58.731Zllvm system 14 system
2352023-12-14T23:41:58.732Zmariadb system 10.6 system
2362023-12-14T23:41:58.732Zmta vendor vendor dma
2372023-12-14T23:41:58.732Zopenjdk system 17 system
2382023-12-14T23:41:58.732Zopenjdk system 11 system
2392023-12-14T23:41:58.732Zopenjdk system 1.8 system
2402023-12-14T23:41:58.733Zopenssl vendor 3 vendor
2412023-12-14T23:41:58.733Zperl system 5.36 system
2422023-12-14T23:41:58.733Zpostgresql system 15 system
2432023-12-14T23:41:58.733Zpostgresql system 13 system
2442023-12-14T23:41:58.733Zpython vendor 3 vendor
2452023-12-14T23:41:58.733Zpython system 2 system
2462023-12-14T23:41:58.734Zpython3 system 3.11 system
2472023-12-14T23:41:58.734Zruby system 3.0 system
2482023-12-14T23:41:58.734Zwords vendor vendor american-english
2492023-12-14T23:41:58.734Zwords system system australian-english
2502023-12-14T23:41:58.734Zwords system system british-english
2512023-12-14T23:41:58.736Zwords system system canadian-english
2522023-12-14T23:41:58.737Zwords system system french
2532023-12-14T23:41:58.737Zwords system system italian
2542023-12-14T23:41:58.737Zwords system system ngerman
2552023-12-14T23:41:58.737Zwords system system ogerman
2562023-12-14T23:41:58.737Zwords system system spanish
2572023-12-14T23:41:59.252ZFMRI IFO
2582023-12-14T23:41:59.252Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592023-12-14T23:41:59.252Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602023-12-14T23:41:59.253Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612023-12-14T23:41:59.254Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2622023-12-14T23:41:59.255Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632023-12-14T23:41:59.257Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2642023-12-14T23:41:59.257Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2652023-12-14T23:41:59.258Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2662023-12-14T23:41:59.315Z+ set -o errexit
2672023-12-14T23:41:59.338Z+++ dirname ./tools/ci_download_cockroachdb
2682023-12-14T23:41:59.338Z++ cd ./tools
2692023-12-14T23:41:59.338Z++ pwd
2702023-12-14T23:41:59.338Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2712023-12-14T23:41:59.338Z++ basename ./tools/ci_download_cockroachdb
2722023-12-14T23:41:59.338Z+ ARG0=ci_download_cockroachdb
2732023-12-14T23:41:59.338Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2742023-12-14T23:41:59.338Z+ CIDL_VERSION=v22.1.9
2752023-12-14T23:41:59.339Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2762023-12-14T23:41:59.339Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2772023-12-14T23:41:59.339Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2782023-12-14T23:41:59.339Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2792023-12-14T23:41:59.339Z+ TARGET_DIR=out
2802023-12-14T23:41:59.339Z+ DOWNLOAD_DIR=out/downloads
2812023-12-14T23:41:59.339Z+ DEST_DIR=./out/cockroachdb
2822023-12-14T23:41:59.339Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2832023-12-14T23:41:59.339Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2842023-12-14T23:41:59.340Z+ main
2852023-12-14T23:41:59.340Z+ [[ 0 != 0 ]]
2862023-12-14T23:41:59.340Z+ CIDL_OS=solaris2.11
2872023-12-14T23:41:59.340Z+ [[ 0 != 0 ]]
2882023-12-14T23:41:59.340Z+ configure_os solaris2.11
2892023-12-14T23:41:59.340Z+ echo 'current directory: /work/oxidecomputer/omicron'
2902023-12-14T23:41:59.340Zcurrent directory: /work/oxidecomputer/omicron
2912023-12-14T23:41:59.340Z+ echo 'configuring based on OS: "solaris2.11"'
2922023-12-14T23:41:59.340Zconfiguring based on OS: "solaris2.11"
2932023-12-14T23:41:59.340Z+ case "$1" in
2942023-12-14T23:41:59.340Z+ CIDL_BUILD=illumos
2952023-12-14T23:41:59.355Z+ CIDL_SUFFIX=tar.gz
2962023-12-14T23:41:59.355Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2972023-12-14T23:41:59.355Z+ CIDL_MD5FUNC=do_md5sum
2982023-12-14T23:41:59.355Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992023-12-14T23:41:59.355Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002023-12-14T23:41:59.355Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012023-12-14T23:41:59.355Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022023-12-14T23:41:59.355Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032023-12-14T23:41:59.356Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042023-12-14T23:41:59.356Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052023-12-14T23:41:59.356Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3062023-12-14T23:41:59.356ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072023-12-14T23:41:59.356ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082023-12-14T23:41:59.356Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092023-12-14T23:41:59.356Z+ mkdir -p out/downloads
3102023-12-14T23:41:59.356Z+ mkdir -p ./out/cockroachdb
3112023-12-14T23:41:59.356Z+ local DO_DOWNLOAD=true
3122023-12-14T23:41:59.356Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3132023-12-14T23:41:59.356Z+ '[' true == true ']'
3142023-12-14T23:41:59.357Z+ echo Downloading...
3152023-12-14T23:41:59.357ZDownloading...
3162023-12-14T23:41:59.357Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172023-12-14T23:41:59.357Z+ 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
3182023-12-14T23:42:08.099Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192023-12-14T23:42:08.113Z++ md5sum
3202023-12-14T23:42:08.114Z++ awk '{print $1}'
3212023-12-14T23:42:08.291Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3222023-12-14T23:42:08.291Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3232023-12-14T23:42:08.291Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242023-12-14T23:42:08.314Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3252023-12-14T23:42:13.265Z+ do_assemble_illumos
3262023-12-14T23:42:13.265Z+ rm -r ./out/cockroachdb
3272023-12-14T23:42:13.541Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3282023-12-14T23:42:13.542Z+ ./out/cockroachdb/bin/cockroach version
3292023-12-14T23:42:13.542ZBuild Tag: v22.1.9-dirty
3302023-12-14T23:42:13.542ZBuild Time: 2022/10/26 21:17:46
3312023-12-14T23:42:13.542ZDistribution: OSS
3322023-12-14T23:42:13.542ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3332023-12-14T23:42:13.542ZGo Version: go1.17.13
3342023-12-14T23:42:13.542ZC Compiler: gcc 10.3.0
3352023-12-14T23:42:13.542ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3362023-12-14T23:42:13.542ZBuild Type: release
3372023-12-14T23:42:13.542Z+ set -o errexit
3382023-12-14T23:42:13.543Z+++ dirname ./tools/ci_download_clickhouse
3392023-12-14T23:42:13.543Z++ cd ./tools
3402023-12-14T23:42:13.543Z++ pwd
3412023-12-14T23:42:13.543Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3422023-12-14T23:42:13.543Z++ basename ./tools/ci_download_clickhouse
3432023-12-14T23:42:13.543Z+ ARG0=ci_download_clickhouse
3442023-12-14T23:42:13.543Z+ TARGET_DIR=out
3452023-12-14T23:42:13.543Z+ DOWNLOAD_DIR=out/downloads
3462023-12-14T23:42:13.543Z+ DEST_DIR=./out/clickhouse
3472023-12-14T23:42:13.543Z+ CIDL_VERSION=v22.8.9.24
3482023-12-14T23:42:13.543Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3492023-12-14T23:42:13.543Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3502023-12-14T23:42:13.543Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3512023-12-14T23:42:13.543Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3522023-12-14T23:42:13.543Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3532023-12-14T23:42:13.543Z+ main
3542023-12-14T23:42:13.543Z+ [[ 0 != 0 ]]
3552023-12-14T23:42:13.543Z+ CIDL_OS=solaris2.11
3562023-12-14T23:42:13.543Z+ [[ 0 != 0 ]]
3572023-12-14T23:42:13.544Z+ configure_os solaris2.11
3582023-12-14T23:42:13.544Z+ echo 'current directory: /work/oxidecomputer/omicron'
3592023-12-14T23:42:13.544Zcurrent directory: /work/oxidecomputer/omicron
3602023-12-14T23:42:13.544Zconfiguring based on OS: "solaris2.11"
3612023-12-14T23:42:13.544Z+ echo 'configuring based on OS: "solaris2.11"'
3622023-12-14T23:42:13.544Z+ CIDL_DASHREV=
3632023-12-14T23:42:13.544Z+ case "$1" in
3642023-12-14T23:42:13.544Z+ CIDL_PLATFORM=illumos
3652023-12-14T23:42:13.544Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3662023-12-14T23:42:13.545Z+ CIDL_MD5FUNC=do_md5sum
3672023-12-14T23:42:13.545Z+ CIDL_DASHREV=-1
3682023-12-14T23:42:13.545Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3692023-12-14T23:42:13.545Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3702023-12-14T23:42:13.545Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712023-12-14T23:42:13.545Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3722023-12-14T23:42:13.545Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3732023-12-14T23:42:13.545ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742023-12-14T23:42:13.545Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3752023-12-14T23:42:13.545ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762023-12-14T23:42:13.545Z+ mkdir -p out/downloads
3772023-12-14T23:42:13.545Z+ mkdir -p ./out/clickhouse
3782023-12-14T23:42:13.545Z+ local DO_DOWNLOAD=true
3792023-12-14T23:42:13.545Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3802023-12-14T23:42:13.545Z+ '[' true == true ']'
3812023-12-14T23:42:13.545Z+ echo Downloading...
3822023-12-14T23:42:13.545ZDownloading...
3832023-12-14T23:42:13.545Z+ 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
3842023-12-14T23:42:13.545Z+ 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
3852023-12-14T23:42:14.369Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3862023-12-14T23:42:14.447Z++ md5sum
3872023-12-14T23:42:14.447Z++ awk '{print $1}'
3882023-12-14T23:42:14.684Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3892023-12-14T23:42:14.684Z+ [[ 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 ]]
3902023-12-14T23:42:14.684Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3912023-12-14T23:42:17.393Z+ mkdir -p ./out/clickhouse
3922023-12-14T23:42:17.393Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3932023-12-14T23:42:19.589Z+ ./out/clickhouse/clickhouse server --version
3942023-12-14T23:42:19.633ZClickHouse server version 22.8.9.1.
3952023-12-14T23:42:19.655Z+ set -o errexit
3962023-12-14T23:42:19.665Z+++ dirname ./tools/ci_download_console
3972023-12-14T23:42:19.665Z++ cd ./tools
3982023-12-14T23:42:19.665Z++ pwd
3992023-12-14T23:42:19.665Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4002023-12-14T23:42:19.665Z++ basename ./tools/ci_download_console
4012023-12-14T23:42:19.665Z+ ARG0=ci_download_console
4022023-12-14T23:42:19.665Z+ TARGET_DIR=out
4032023-12-14T23:42:19.665Z+ DOWNLOAD_DIR=out/downloads
4042023-12-14T23:42:19.665Z+ DEST_DIR=./out/console-assets
4052023-12-14T23:42:19.665Z+ source /work/oxidecomputer/omicron/tools/console_version
4062023-12-14T23:42:19.665Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
4072023-12-14T23:42:19.665Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4082023-12-14T23:42:19.665Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4092023-12-14T23:42:19.667Z+ TARBALL_FILE=out/downloads/console.tar.gz
4102023-12-14T23:42:19.667Z+ main
4112023-12-14T23:42:19.667Z+ [[ 0 != 0 ]]
4122023-12-14T23:42:19.667Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
4132023-12-14T23:42:19.667ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4142023-12-14T23:42:19.667Z+ echo 'Local file: out/downloads/console.tar.gz'
4152023-12-14T23:42:19.667ZLocal file: out/downloads/console.tar.gz
4162023-12-14T23:42:19.667Z+ local DO_DOWNLOAD=true
4172023-12-14T23:42:19.667Z+ [[ -f out/downloads/console.tar.gz ]]
4182023-12-14T23:42:19.668Z+ mkdir -p out/downloads
4192023-12-14T23:42:19.673Z+ '[' true == true ']'
4202023-12-14T23:42:19.673Z+ echo Downloading...
4212023-12-14T23:42:19.673ZDownloading...
4222023-12-14T23:42:19.673Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4232023-12-14T23:42:19.673Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4242023-12-14T23:42:20.329Z++ do_sha256sum out/downloads/console.tar.gz
4252023-12-14T23:42:20.329Z++ case "$OSTYPE" in
4262023-12-14T23:42:20.347Z++ SHA=sha256sum
4272023-12-14T23:42:20.347Z++ sha256sum
4282023-12-14T23:42:20.347Z++ awk '{print $1}'
4292023-12-14T23:42:20.361Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4302023-12-14T23:42:20.362Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4312023-12-14T23:42:20.362Z+ rm -rf ./out/console-assets
4322023-12-14T23:42:20.362Z+ mkdir -p ./out/console-assets
4332023-12-14T23:42:20.362Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4342023-12-14T23:42:20.362Z+ mkdir -p ./out/console-assets
4352023-12-14T23:42:20.362Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4362023-12-14T23:42:20.530Z+ set -o errexit
4372023-12-14T23:42:20.549Z+++ dirname ./tools/ci_download_maghemite_openapi
4382023-12-14T23:42:20.549Z++ cd ./tools
4392023-12-14T23:42:20.549Z++ pwd
4402023-12-14T23:42:20.550Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4412023-12-14T23:42:20.550Z++ basename ./tools/ci_download_maghemite_openapi
4422023-12-14T23:42:20.550Z+ ARG0=ci_download_maghemite_openapi
4432023-12-14T23:42:20.550Z+ TARGET_DIR=out
4442023-12-14T23:42:20.550Z+ DOWNLOAD_DIR=out/downloads
4452023-12-14T23:42:20.551Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4462023-12-14T23:42:20.551Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4472023-12-14T23:42:20.551Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4482023-12-14T23:42:20.552Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4492023-12-14T23:42:20.552Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4502023-12-14T23:42:20.552Z+ main
4512023-12-14T23:42:20.552Z+ [[ 0 != 0 ]]
4522023-12-14T23:42:20.553Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4532023-12-14T23:42:20.553ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4542023-12-14T23:42:20.553Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4552023-12-14T23:42:20.553Z+ local DO_DOWNLOAD=true
4562023-12-14T23:42:20.553ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4572023-12-14T23:42:20.553Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4582023-12-14T23:42:20.553Z+ mkdir -p out/downloads
4592023-12-14T23:42:20.553Z+ '[' true == true ']'
4602023-12-14T23:42:20.553Z+ echo Downloading...
4612023-12-14T23:42:20.554ZDownloading...
4622023-12-14T23:42:20.554Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632023-12-14T23:42:20.554Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4642023-12-14T23:42:21.219Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652023-12-14T23:42:21.219Z++ case "$OSTYPE" in
4662023-12-14T23:42:21.235Z++ SHA=sha256sum
4672023-12-14T23:42:21.237Z++ sha256sum
4682023-12-14T23:42:21.237Z++ awk '{print $1}'
4692023-12-14T23:42:21.237Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4702023-12-14T23:42:21.237Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4712023-12-14T23:42:21.237Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4722023-12-14T23:42:21.237Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4732023-12-14T23:42:21.238Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4742023-12-14T23:42:21.238Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4752023-12-14T23:42:21.238Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4762023-12-14T23:42:21.238Z+ main
4772023-12-14T23:42:21.238Z+ [[ 0 != 0 ]]
4782023-12-14T23:42:21.238Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4792023-12-14T23:42:21.238ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4802023-12-14T23:42:21.238Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4812023-12-14T23:42:21.238ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4822023-12-14T23:42:21.238Z+ local DO_DOWNLOAD=true
4832023-12-14T23:42:21.238Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4842023-12-14T23:42:21.239Z+ mkdir -p out/downloads
4852023-12-14T23:42:21.239Z+ '[' true == true ']'
4862023-12-14T23:42:21.239Z+ echo Downloading...
4872023-12-14T23:42:21.239ZDownloading...
4882023-12-14T23:42:21.239Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4892023-12-14T23:42:21.239Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4902023-12-14T23:42:21.415Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4912023-12-14T23:42:21.418Z++ case "$OSTYPE" in
4922023-12-14T23:42:21.418Z++ SHA=sha256sum
4932023-12-14T23:42:21.419Z++ sha256sum
4942023-12-14T23:42:21.419Z++ awk '{print $1}'
4952023-12-14T23:42:21.422Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4962023-12-14T23:42:21.422Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4972023-12-14T23:42:21.433Z+ set -o errexit
4982023-12-14T23:42:21.446Z+++ dirname ./tools/ci_download_dendrite_openapi
4992023-12-14T23:42:21.446Z++ cd ./tools
5002023-12-14T23:42:21.446Z++ pwd
5012023-12-14T23:42:21.447Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5022023-12-14T23:42:21.447Z++ basename ./tools/ci_download_dendrite_openapi
5032023-12-14T23:42:21.447Z+ ARG0=ci_download_dendrite_openapi
5042023-12-14T23:42:21.447Z+ TARGET_DIR=out
5052023-12-14T23:42:21.447Z+ DOWNLOAD_DIR=out/downloads
5062023-12-14T23:42:21.447Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5072023-12-14T23:42:21.447Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5082023-12-14T23:42:21.447Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5092023-12-14T23:42:21.447Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5102023-12-14T23:42:21.448Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5112023-12-14T23:42:21.448Z+ main
5122023-12-14T23:42:21.448Z+ [[ 0 != 0 ]]
5132023-12-14T23:42:21.448Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
5142023-12-14T23:42:21.448ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5152023-12-14T23:42:21.448ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5162023-12-14T23:42:21.448Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
5172023-12-14T23:42:21.448Z+ local DO_DOWNLOAD=true
5182023-12-14T23:42:21.448Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
5192023-12-14T23:42:21.449Z+ mkdir -p out/downloads
5202023-12-14T23:42:21.471Z+ '[' true == true ']'
5212023-12-14T23:42:21.471Z+ echo Downloading...
5222023-12-14T23:42:21.471ZDownloading...
5232023-12-14T23:42:21.471Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5242023-12-14T23:42:21.471Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5252023-12-14T23:42:21.726Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5262023-12-14T23:42:21.727Z++ case "$OSTYPE" in
5272023-12-14T23:42:21.746Z++ SHA=sha256sum
5282023-12-14T23:42:21.747Z++ sha256sum
5292023-12-14T23:42:21.747Z++ awk '{print $1}'
5302023-12-14T23:42:21.747Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5312023-12-14T23:42:21.747Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5322023-12-14T23:42:21.747Z+ set -o errexit
5332023-12-14T23:42:21.747Z+++ dirname ./tools/ci_download_dendrite_stub
5342023-12-14T23:42:21.747Z++ cd ./tools
5352023-12-14T23:42:21.747Z++ pwd
5362023-12-14T23:42:21.747Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5372023-12-14T23:42:21.747Z++ basename ./tools/ci_download_dendrite_stub
5382023-12-14T23:42:21.748Z+ ARG0=ci_download_dendrite_stub
5392023-12-14T23:42:21.748Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5402023-12-14T23:42:21.748Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5412023-12-14T23:42:21.748Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5422023-12-14T23:42:21.748Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5432023-12-14T23:42:21.748Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5442023-12-14T23:42:21.748Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5452023-12-14T23:42:21.749Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5462023-12-14T23:42:21.749Z+ TARGET_DIR=out
5472023-12-14T23:42:21.749Z+ DOWNLOAD_DIR=out/downloads
5482023-12-14T23:42:21.749Z+ DEST_DIR=./out/dendrite-stub
5492023-12-14T23:42:21.750Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5502023-12-14T23:42:21.750Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5512023-12-14T23:42:21.750Z+ REPO=oxidecomputer/dendrite
5522023-12-14T23:42:21.750Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5532023-12-14T23:42:21.750Z+ main
5542023-12-14T23:42:21.750Z+ [[ 0 != 0 ]]
5552023-12-14T23:42:21.750Z+ CIDL_OS=solaris2.11
5562023-12-14T23:42:21.750Z+ [[ 0 != 0 ]]
5572023-12-14T23:42:21.751Z+ configure_os solaris2.11
5582023-12-14T23:42:21.751Z+ echo 'current directory: /work/oxidecomputer/omicron'
5592023-12-14T23:42:21.751Zcurrent directory: /work/oxidecomputer/omicron
5602023-12-14T23:42:21.751Z+ echo 'configuring based on OS: "solaris2.11"'
5612023-12-14T23:42:21.751Z+ case "$1" in
5622023-12-14T23:42:21.751Zconfiguring based on OS: "solaris2.11"
5632023-12-14T23:42:21.751Z+ SET_BINARIES=
5642023-12-14T23:42:21.751Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5652023-12-14T23:42:21.751Z+ CIDL_SHA256FUNC=do_sha256sum
5662023-12-14T23:42:21.751Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5672023-12-14T23:42:21.752Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5682023-12-14T23:42:21.752Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5692023-12-14T23:42:21.752Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5702023-12-14T23:42:21.753ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5712023-12-14T23:42:21.753ZLocal file: out/downloads/dendrite-stub.tar.gz
5722023-12-14T23:42:21.753Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5732023-12-14T23:42:21.753Z+ mkdir -p out/downloads
5742023-12-14T23:42:21.753Z+ mkdir -p ./out/dendrite-stub
5752023-12-14T23:42:21.753Z+ fetch_and_verify
5762023-12-14T23:42:21.753Z+ local DO_DOWNLOAD=true
5772023-12-14T23:42:21.753Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5782023-12-14T23:42:21.753Z+ '[' true == true ']'
5792023-12-14T23:42:21.753Z+ echo Downloading...
5802023-12-14T23:42:21.753ZDownloading...
5812023-12-14T23:42:21.753Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5822023-12-14T23:42:21.753Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5832023-12-14T23:42:35.499Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5842023-12-14T23:42:35.503Z++ sha256sum
5852023-12-14T23:42:35.503Z++ awk '{print $1}'
5862023-12-14T23:42:35.608Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5872023-12-14T23:42:35.608Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5882023-12-14T23:42:35.608Z+ do_untar out/downloads/dendrite-stub.tar.gz
5892023-12-14T23:42:35.615Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5902023-12-14T23:42:36.770Z+ do_assemble
5912023-12-14T23:42:36.770Z+ rm -r ./out/dendrite-stub
5922023-12-14T23:42:36.859Z+ mkdir ./out/dendrite-stub
5932023-12-14T23:42:36.859Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5942023-12-14T23:42:37.111Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5952023-12-14T23:42:37.138Z+ set -o errexit
5962023-12-14T23:42:37.138Z+++ dirname ./tools/ci_download_maghemite_mgd
5972023-12-14T23:42:37.138Z++ cd ./tools
5982023-12-14T23:42:37.138Z++ pwd
5992023-12-14T23:42:37.138Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6002023-12-14T23:42:37.139Z++ basename ./tools/ci_download_maghemite_mgd
6012023-12-14T23:42:37.139Z+ ARG0=ci_download_maghemite_mgd
6022023-12-14T23:42:37.139Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6032023-12-14T23:42:37.139Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6042023-12-14T23:42:37.139Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
6052023-12-14T23:42:37.140Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6062023-12-14T23:42:37.140Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6072023-12-14T23:42:37.140Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6082023-12-14T23:42:37.140Z+ TARGET_DIR=out
6092023-12-14T23:42:37.140Z+ DOWNLOAD_DIR=out/downloads
6102023-12-14T23:42:37.140Z+ DEST_DIR=./out/mgd
6112023-12-14T23:42:37.140Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6122023-12-14T23:42:37.140Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6132023-12-14T23:42:37.141Z+ REPO=oxidecomputer/maghemite
6142023-12-14T23:42:37.141Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6152023-12-14T23:42:37.141Z+ main
6162023-12-14T23:42:37.141Z+ [[ 0 != 0 ]]
6172023-12-14T23:42:37.141Z+ CIDL_OS=solaris2.11
6182023-12-14T23:42:37.141Z+ [[ 0 != 0 ]]
6192023-12-14T23:42:37.143Z+ configure_os solaris2.11
6202023-12-14T23:42:37.143Z+ echo 'current directory: /work/oxidecomputer/omicron'
6212023-12-14T23:42:37.143Zcurrent directory: /work/oxidecomputer/omicron
6222023-12-14T23:42:37.143Z+ echo 'configuring based on OS: "solaris2.11"'
6232023-12-14T23:42:37.143Z+ case "$1" in
6242023-12-14T23:42:37.143Z+ SET_BINARIES=
6252023-12-14T23:42:37.143Zconfiguring based on OS: "solaris2.11"
6262023-12-14T23:42:37.143Z+ CIDL_SHA256FUNC=do_sha256sum
6272023-12-14T23:42:37.144Z+ TARBALL_FILENAME=mgd.tar.gz
6282023-12-14T23:42:37.144Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6292023-12-14T23:42:37.144Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6302023-12-14T23:42:37.144Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6312023-12-14T23:42:37.144ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6322023-12-14T23:42:37.144Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6332023-12-14T23:42:37.145ZLocal file: out/downloads/mgd.tar.gz
6342023-12-14T23:42:37.145Z+ mkdir -p out/downloads
6352023-12-14T23:42:37.145Z+ mkdir -p ./out/mgd
6362023-12-14T23:42:37.145Z+ fetch_and_verify
6372023-12-14T23:42:37.145Z+ local DO_DOWNLOAD=true
6382023-12-14T23:42:37.146Z+ [[ -f out/downloads/mgd.tar.gz ]]
6392023-12-14T23:42:37.146Z+ '[' true == true ']'
6402023-12-14T23:42:37.146Z+ echo Downloading...
6412023-12-14T23:42:37.146ZDownloading...
6422023-12-14T23:42:37.146Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6432023-12-14T23:42:37.146Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6442023-12-14T23:42:50.482Z++ do_sha256sum out/downloads/mgd.tar.gz
6452023-12-14T23:42:50.485Z++ sha256sum
6462023-12-14T23:42:50.485Z++ awk '{print $1}'
6472023-12-14T23:42:50.559Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6482023-12-14T23:42:50.559Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6492023-12-14T23:42:50.564Z+ do_untar out/downloads/mgd.tar.gz
6502023-12-14T23:42:50.564Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6512023-12-14T23:42:51.246Z+ do_assemble
6522023-12-14T23:42:51.246Z+ rm -r ./out/mgd
6532023-12-14T23:42:51.266Z+ mkdir ./out/mgd
6542023-12-14T23:42:51.266Z+ cp -r out/downloads/root ./out/mgd/root
6552023-12-14T23:42:51.895Z+ set -o errexit
6562023-12-14T23:42:51.919Z+++ dirname ./tools/ci_download_transceiver_control
6572023-12-14T23:42:51.919Z++ cd ./tools
6582023-12-14T23:42:51.919Z++ pwd
6592023-12-14T23:42:51.920Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6602023-12-14T23:42:51.920Z++ basename ./tools/ci_download_transceiver_control
6612023-12-14T23:42:51.920Z+ ARG0=ci_download_transceiver_control
6622023-12-14T23:42:51.920Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6632023-12-14T23:42:51.920Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642023-12-14T23:42:51.920Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6652023-12-14T23:42:51.920Z+ TARGET_DIR=out
6662023-12-14T23:42:51.920Z+ DOWNLOAD_DIR=out/downloads
6672023-12-14T23:42:51.920Z+ DEST_DIR=./out/transceiver-control
6682023-12-14T23:42:51.920Z+ BIN_DIR=/opt/oxide/bin
6692023-12-14T23:42:51.920Z+ BINARY=xcvradm
6702023-12-14T23:42:51.920Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6712023-12-14T23:42:51.920Z+ REPO=oxidecomputer/transceiver-control
6722023-12-14T23:42:51.921Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6732023-12-14T23:42:51.921Z+ main
6742023-12-14T23:42:51.921Z+ [[ 0 != 0 ]]
6752023-12-14T23:42:51.921Z+ CIDL_OS=solaris2.11
6762023-12-14T23:42:51.921Z+ [[ 0 != 0 ]]
6772023-12-14T23:42:51.923Z+ configure_os solaris2.11
6782023-12-14T23:42:51.923Z+ echo 'current directory: /work/oxidecomputer/omicron'
6792023-12-14T23:42:51.923Zcurrent directory: /work/oxidecomputer/omicron
6802023-12-14T23:42:51.924Z+ echo 'configuring based on OS: "solaris2.11"'
6812023-12-14T23:42:51.924Zconfiguring based on OS: "solaris2.11"
6822023-12-14T23:42:51.924Z+ case "$1" in
6832023-12-14T23:42:51.924Z+ SET_BINARIES=
6842023-12-14T23:42:51.924Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852023-12-14T23:42:51.924Z+ CIDL_SHA256FUNC=do_sha256sum
6862023-12-14T23:42:51.924Z+ ARCHIVE_FILENAME=xcvradm.gz
6872023-12-14T23:42:51.925Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882023-12-14T23:42:51.925Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6892023-12-14T23:42:51.925Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6902023-12-14T23:42:51.925Z+ echo 'Local file: out/downloads/xcvradm.gz'
6912023-12-14T23:42:51.925ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6922023-12-14T23:42:51.925ZLocal file: out/downloads/xcvradm.gz
6932023-12-14T23:42:51.925Z+ mkdir -p out/downloads
6942023-12-14T23:42:51.925Z+ mkdir -p ./out/transceiver-control
6952023-12-14T23:42:51.925Z+ fetch_and_verify
6962023-12-14T23:42:51.925Z+ local DO_DOWNLOAD=true
6972023-12-14T23:42:51.926Z+ [[ -f out/downloads/xcvradm.gz ]]
6982023-12-14T23:42:51.926Z+ '[' true == true ']'
6992023-12-14T23:42:51.926Z+ echo Downloading...
7002023-12-14T23:42:51.926ZDownloading...
7012023-12-14T23:42:51.926Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7022023-12-14T23:42:51.926Z+ 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
7032023-12-14T23:42:54.429Z++ do_sha256sum out/downloads/xcvradm.gz
7042023-12-14T23:42:54.435Z++ sha256sum
7052023-12-14T23:42:54.436Z++ awk '{print $1}'
7062023-12-14T23:42:54.436Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7072023-12-14T23:42:54.436Z+ [[ 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 ]]
7082023-12-14T23:42:54.436Z+ do_unpack out/downloads/xcvradm.gz
7092023-12-14T23:42:54.437Z+ mkdir -p out/downloads/root//opt/oxide/bin
7102023-12-14T23:42:54.437Z+ gzip -dc out/downloads/xcvradm.gz
7112023-12-14T23:42:54.437Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7122023-12-14T23:42:54.437Z+ do_assemble
7132023-12-14T23:42:54.437Z+ rm -r ./out/transceiver-control
7142023-12-14T23:42:54.438Z+ mkdir ./out/transceiver-control
7152023-12-14T23:42:54.438Z+ cp -r out/downloads/root ./out/transceiver-control/root
7162023-12-14T23:42:54.442ZAll builder prerequisites installed successfully, and PATH looks valid
7172023-12-14T23:42:54.446Z
7182023-12-14T23:42:54.446Zreal 2:33.031280903
7192023-12-14T23:42:54.446Zuser 55.291626233
7202023-12-14T23:42:54.446Zsys 11.079862328
7212023-12-14T23:42:54.446Ztrap 0.019338657
7222023-12-14T23:42:54.447Ztflt 0.162576904
7232023-12-14T23:42:54.447Zdflt 0.525425027
7242023-12-14T23:42:54.447Zkflt 0.109437598
7252023-12-14T23:42:54.447Zlock 1.897109507
7262023-12-14T23:42:54.451Zslp 5:02.946547533
7272023-12-14T23:42:54.451Zlat 4.143017697
7282023-12-14T23:42:54.451Zstop 0.055356198
7292023-12-14T23:42:54.451Z
7302023-12-14T23:42:54.451Z #### # # ##### ##### # #
7312023-12-14T23:42:54.451Z # # # # # # # # # #
7322023-12-14T23:42:54.451Z # # # # # # # #
7332023-12-14T23:42:54.451Z # # # ##### ##### #
7342023-12-14T23:42:54.451Z # # # # # # #
7352023-12-14T23:42:54.451Z #### ###### # # # #
7362023-12-14T23:42:54.451Z
7372023-12-14T23:42:54.794Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382023-12-14T23:42:55.176Z Updating crates.io index
7392023-12-14T23:42:55.221Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7402023-12-14T23:42:56.130Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7412023-12-14T23:42:58.060Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7422023-12-14T23:42:58.668Z Updating git repository `http://github.com/oxidecomputer/tofino`
7432023-12-14T23:42:59.966Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7442023-12-14T23:43:00.244Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7452023-12-14T23:43:00.580Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462023-12-14T23:43:01.466Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472023-12-14T23:43:03.590Z Updating git repository `https://github.com/oxidecomputer/opte`
7482023-12-14T23:43:04.587Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7492023-12-14T23:43:04.932Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7502023-12-14T23:43:05.531Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7512023-12-14T23:43:05.846Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7522023-12-14T23:43:06.154Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7532023-12-14T23:43:06.542Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7542023-12-14T23:43:06.913Z Updating git repository `https://github.com/njaremko/samael`
7552023-12-14T23:43:07.467Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7562023-12-14T23:43:08.101Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7572023-12-14T23:43:09.459Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7582023-12-14T23:43:09.829Z Updating git repository `https://github.com/jgallagher/nix`
7592023-12-14T23:43:11.049Z Updating git repository `https://github.com/cbiffle/hubpack`
7602023-12-14T23:43:11.404Z Updating git repository `https://github.com/oxidecomputer/typify`
7612023-12-14T23:43:12.427Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7622023-12-14T23:43:12.781Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7632023-12-14T23:43:13.092Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7642023-12-14T23:43:14.655Z Downloading crates ...
7652023-12-14T23:43:14.904Z Downloaded anstyle v1.0.2
7662023-12-14T23:43:14.907Z Downloaded bitflags v1.3.2
7672023-12-14T23:43:14.916Z Downloaded semver v1.0.20
7682023-12-14T23:43:14.919Z Downloaded toml_datetime v0.6.5
7692023-12-14T23:43:14.923Z Downloaded colorchoice v1.0.0
7702023-12-14T23:43:14.927Z Downloaded proc-macro2 v1.0.69
7712023-12-14T23:43:14.932Z Downloaded equivalent v1.0.1
7722023-12-14T23:43:14.946Z Downloaded terminal_size v0.2.6
7732023-12-14T23:43:14.955Z Downloaded anstyle-query v1.0.0
7742023-12-14T23:43:14.956Z Downloaded strsim v0.10.0
7752023-12-14T23:43:14.956Z Downloaded heck v0.4.1
7762023-12-14T23:43:14.963Z Downloaded errno v0.3.2
7772023-12-14T23:43:14.963Z Downloaded utf8parse v0.2.1
7782023-12-14T23:43:14.963Z Downloaded anstream v0.5.0
7792023-12-14T23:43:14.963Z Downloaded itoa v1.0.9
7802023-12-14T23:43:14.971Z Downloaded thiserror v1.0.49
7812023-12-14T23:43:14.977Z Downloaded cargo_toml v0.17.0
7822023-12-14T23:43:14.977Z Downloaded clap_derive v4.4.2
7832023-12-14T23:43:14.977Z Downloaded camino v1.1.6
7842023-12-14T23:43:14.985Z Downloaded thiserror-impl v1.0.49
7852023-12-14T23:43:14.985Z Downloaded anstyle-parse v0.2.1
7862023-12-14T23:43:14.985Z Downloaded quote v1.0.33
7872023-12-14T23:43:14.992Z Downloaded cargo-platform v0.1.3
7882023-12-14T23:43:14.992Z Downloaded clap_lex v0.5.1
7892023-12-14T23:43:14.998Z Downloaded serde_spanned v0.6.4
7902023-12-14T23:43:14.998Z Downloaded io-lifetimes v1.0.11
7912023-12-14T23:43:14.998Z Downloaded unicode-ident v1.0.12
7922023-12-14T23:43:15.002Z Downloaded toml v0.8.8
7932023-12-14T23:43:15.007Z Downloaded anyhow v1.0.75
7942023-12-14T23:43:15.033Z Downloaded ryu v1.0.15
7952023-12-14T23:43:15.098Z Downloaded serde_derive v1.0.193
7962023-12-14T23:43:15.098Z Downloaded indexmap v2.1.0
7972023-12-14T23:43:15.098Z Downloaded serde v1.0.193
7982023-12-14T23:43:15.098Z Downloaded memchr v2.6.3
7992023-12-14T23:43:15.106Z Downloaded toml_edit v0.21.0
8002023-12-14T23:43:15.107Z Downloaded serde_json v1.0.108
8012023-12-14T23:43:15.107Z Downloaded clap_builder v4.4.2
8022023-12-14T23:43:15.110Z Downloaded syn v2.0.32
8032023-12-14T23:43:15.124Z Downloaded rustix v0.37.23
8042023-12-14T23:43:15.163Z Downloaded winnow v0.5.15
8052023-12-14T23:43:15.172Z Downloaded libc v0.2.151
8062023-12-14T23:43:15.219Z Downloaded hashbrown v0.14.2
8072023-12-14T23:43:15.228Z Downloaded clap v4.4.3
8082023-12-14T23:43:15.242Z Downloaded cargo_metadata v0.18.1
8092023-12-14T23:43:15.361Z Compiling proc-macro2 v1.0.69
8102023-12-14T23:43:15.362Z Compiling unicode-ident v1.0.12
8112023-12-14T23:43:15.367Z Compiling serde v1.0.193
8122023-12-14T23:43:15.368Z Compiling libc v0.2.151
8132023-12-14T23:43:15.372Z Compiling io-lifetimes v1.0.11
8142023-12-14T23:43:15.372Z Compiling rustix v0.37.23
8152023-12-14T23:43:15.372Z Compiling bitflags v1.3.2
8162023-12-14T23:43:15.373Z Compiling utf8parse v0.2.1
8172023-12-14T23:43:15.548Z Compiling equivalent v1.0.1
8182023-12-14T23:43:15.680Z Compiling hashbrown v0.14.2
8192023-12-14T23:43:15.713Z Compiling anstyle-parse v0.2.1
8202023-12-14T23:43:15.728Z Compiling camino v1.1.6
8212023-12-14T23:43:16.169Z Compiling serde_json v1.0.108
8222023-12-14T23:43:17.083Z Compiling indexmap v2.1.0
8232023-12-14T23:43:17.528Z Compiling colorchoice v1.0.0
8242023-12-14T23:43:17.537Z Compiling anstyle-query v1.0.0
8252023-12-14T23:43:17.602Z Compiling thiserror v1.0.49
8262023-12-14T23:43:17.685Z Compiling winnow v0.5.15
8272023-12-14T23:43:17.700Z Compiling semver v1.0.20
8282023-12-14T23:43:17.715Z Compiling anstyle v1.0.2
8292023-12-14T23:43:18.040Z Compiling strsim v0.10.0
8302023-12-14T23:43:18.391Z Compiling anstream v0.5.0
8312023-12-14T23:43:18.494Z Compiling clap_lex v0.5.1
8322023-12-14T23:43:18.527Z Compiling heck v0.4.1
8332023-12-14T23:43:18.935Z Compiling quote v1.0.33
8342023-12-14T23:43:19.219Z Compiling itoa v1.0.9
8352023-12-14T23:43:19.225Z Compiling anyhow v1.0.75
8362023-12-14T23:43:19.388Z Compiling ryu v1.0.15
8372023-12-14T23:43:19.507Z Compiling syn v2.0.32
8382023-12-14T23:43:19.677Z Compiling errno v0.3.2
8392023-12-14T23:43:21.291Z Compiling terminal_size v0.2.6
8402023-12-14T23:43:21.409Z Compiling clap_builder v4.4.2
8412023-12-14T23:43:28.793Z Compiling serde_derive v1.0.193
8422023-12-14T23:43:28.793Z Compiling thiserror-impl v1.0.49
8432023-12-14T23:43:29.005Z Compiling clap_derive v4.4.2
8442023-12-14T23:43:31.966Z Compiling clap v4.4.3
8452023-12-14T23:43:40.387Z Compiling toml_datetime v0.6.5
8462023-12-14T23:43:40.392Z Compiling serde_spanned v0.6.4
8472023-12-14T23:43:40.392Z Compiling cargo-platform v0.1.3
8482023-12-14T23:43:40.734Z Compiling toml_edit v0.21.0
8492023-12-14T23:43:42.336Z Compiling cargo_metadata v0.18.1
8502023-12-14T23:43:46.423Z Compiling toml v0.8.8
8512023-12-14T23:43:46.577Z Compiling cargo_toml v0.17.0
8522023-12-14T23:43:50.715Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8532023-12-14T23:43:52.065Z Finished dev [unoptimized + debuginfo] target(s) in 57.53s
8542023-12-14T23:43:52.268Z Running `target/debug/xtask clippy`
8552023-12-14T23:43:52.319Zrunning: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8562023-12-14T23:43:53.144Z Downloading crates ...
8572023-12-14T23:43:53.412Z Downloaded crc v3.0.1
8582023-12-14T23:43:53.909Z Downloaded ahash v0.8.6
8592023-12-14T23:43:53.909Z Downloaded cstr-argument v0.1.2
8602023-12-14T23:43:53.910Z Downloaded crunchy v0.2.2
8612023-12-14T23:43:53.910Z Downloaded cexpr v0.6.0
8622023-12-14T23:43:53.910Z Downloaded lazycell v1.3.0
8632023-12-14T23:43:53.910Z Downloaded is-terminal v0.4.9
8642023-12-14T23:43:53.910Z Downloaded is_ci v1.1.1
8652023-12-14T23:43:53.910Z Downloaded hubpack_derive v0.1.1
8662023-12-14T23:43:53.910Z Downloaded async-stream v0.3.5
8672023-12-14T23:43:53.910Z Downloaded kstat-rs v0.2.3
8682023-12-14T23:43:53.910Z Downloaded corncobs v0.1.3
8692023-12-14T23:43:53.910Z Downloaded cpufeatures v0.2.9
8702023-12-14T23:43:53.910Z Downloaded num_enum_derive v0.5.11
8712023-12-14T23:43:53.910Z Downloaded ipnet v2.8.0
8722023-12-14T23:43:53.910Z Downloaded openssl-macros v0.1.1
8732023-12-14T23:43:53.910Z Downloaded atty v0.2.14
8742023-12-14T23:43:53.910Z Downloaded once_cell v1.19.0
8752023-12-14T23:43:53.910Z Downloaded itertools v0.11.0
8762023-12-14T23:43:53.910Z Downloaded instant v0.1.12
8772023-12-14T23:43:53.910Z Downloaded new_debug_unreachable v1.0.4
8782023-12-14T23:43:53.910Z Downloaded match_cfg v0.1.0
8792023-12-14T23:43:53.910Z Downloaded colored v2.0.4
8802023-12-14T23:43:53.910Z Downloaded nested v0.1.1
8812023-12-14T23:43:53.911Z Downloaded humantime v2.1.0
8822023-12-14T23:43:53.911Z Downloaded constant_time_eq v0.3.0
8832023-12-14T23:43:53.911Z Downloaded memoffset v0.7.1
8842023-12-14T23:43:53.911Z Downloaded macaddr v1.0.1
8852023-12-14T23:43:53.911Z Downloaded want v0.3.1
8862023-12-14T23:43:53.911Z Downloaded num-bigint v0.4.4
8872023-12-14T23:43:53.911Z Downloaded managed v0.8.0
8882023-12-14T23:43:53.911Z Downloaded linear-map v1.2.0
8892023-12-14T23:43:53.911Z Downloaded assert_cmd v2.0.12
8902023-12-14T23:43:53.911Z Downloaded bitflags v2.4.0
8912023-12-14T23:43:53.911Z Downloaded dtrace-parser v0.1.14
8922023-12-14T23:43:53.911Z Downloaded httparse v1.8.0
8932023-12-14T23:43:53.911Z Downloaded tempdir v0.3.7
8942023-12-14T23:43:53.911Z Downloaded mime_guess v2.0.4
8952023-12-14T23:43:53.911Z Downloaded arc-swap v1.6.0
8962023-12-14T23:43:53.911Z Downloaded universal-hash v0.5.1
8972023-12-14T23:43:53.911Z Downloaded libtest-mimic v0.6.1
8982023-12-14T23:43:53.911Z Downloaded native-tls v0.2.11
8992023-12-14T23:43:53.912Z Downloaded sqlparser_derive v0.1.1
9002023-12-14T23:43:53.912Z Downloaded utf-8 v0.7.6
9012023-12-14T23:43:53.912Z Downloaded usdt-impl v0.3.5
9022023-12-14T23:43:53.912Z Downloaded stable_deref_trait v1.2.0
9032023-12-14T23:43:53.912Z Downloaded yasna v0.5.2
9042023-12-14T23:43:53.912Z Downloaded getopts v0.2.21
9052023-12-14T23:43:53.912Z Downloaded shlex v1.1.0
9062023-12-14T23:43:53.912Z Downloaded lock_api v0.4.10
9072023-12-14T23:43:53.912Z Downloaded indexmap v1.9.3
9082023-12-14T23:43:53.912Z Downloaded http-range v0.1.5
9092023-12-14T23:43:53.913Z Downloaded rand_xorshift v0.3.0
9102023-12-14T23:43:53.913Z Downloaded time-macros v0.2.13
9112023-12-14T23:43:53.913Z Downloaded swrite v0.1.0
9122023-12-14T23:43:53.913Z Downloaded strum_macros v0.24.3
9132023-12-14T23:43:53.913Z Downloaded glob v0.3.1
9142023-12-14T23:43:53.913Z Downloaded futures-task v0.3.29
9152023-12-14T23:43:53.913Z Downloaded toml v0.5.11
9162023-12-14T23:43:53.913Z Downloaded sqlformat v0.2.3
9172023-12-14T23:43:53.913Z Downloaded display-error-chain v0.2.0
9182023-12-14T23:43:53.913Z Downloaded rpassword v7.3.1
9192023-12-14T23:43:53.913Z Downloaded signal-hook-mio v0.2.3
9202023-12-14T23:43:53.913Z Downloaded signature v1.6.4
9212023-12-14T23:43:53.913Z Downloaded phf_shared v0.11.2
9222023-12-14T23:43:53.913Z Downloaded endian-type v0.1.2
9232023-12-14T23:43:53.913Z Downloaded sha1 v0.10.6
9242023-12-14T23:43:53.913Z Downloaded serde_tokenstream v0.1.7
9252023-12-14T23:43:53.913Z Downloaded slog-stdlog v4.1.1
9262023-12-14T23:43:53.913Z Downloaded slog-async v2.8.0
9272023-12-14T23:43:53.914Z Downloaded supports-color v2.1.0
9282023-12-14T23:43:53.914Z Downloaded slog-bunyan v2.4.0
9292023-12-14T23:43:53.914Z Downloaded remove_dir_all v0.5.3
9302023-12-14T23:43:53.914Z Downloaded smallvec v0.6.14
9312023-12-14T23:43:53.914Z Downloaded home v0.5.5
9322023-12-14T23:43:53.914Z Downloaded slog-scope v4.4.0
9332023-12-14T23:43:53.914Z Downloaded heck v0.3.3
9342023-12-14T23:43:53.914Z Downloaded phf_shared v0.10.0
9352023-12-14T23:43:53.914Z Downloaded ed25519 v1.5.3
9362023-12-14T23:43:53.914Z Downloaded derive_builder_core v0.12.0
9372023-12-14T23:43:53.914Z Downloaded dyn-clone v1.0.13
9382023-12-14T23:43:53.914Z Downloaded smawk v0.3.1
9392023-12-14T23:43:53.914Z Downloaded serde_repr v0.1.16
9402023-12-14T23:43:53.914Z Downloaded env_logger v0.10.0
9412023-12-14T23:43:53.915Z Downloaded termios v0.3.3
9422023-12-14T23:43:53.915Z Downloaded guppy-workspace-hack v0.1.0
9432023-12-14T23:43:53.915Z Downloaded funty v2.0.0
9442023-12-14T23:43:53.915Z Downloaded fixedbitset v0.4.2
9452023-12-14T23:43:53.915Z Downloaded ff v0.13.0
9462023-12-14T23:43:53.915Z Downloaded rusty-fork v0.3.0
9472023-12-14T23:43:53.915Z Downloaded hash32 v0.2.1
9482023-12-14T23:43:53.915Z Downloaded smallvec v1.11.2
9492023-12-14T23:43:53.915Z Downloaded scheduled-thread-pool v0.2.7
9502023-12-14T23:43:53.915Z Downloaded unsafe-libyaml v0.2.9
9512023-12-14T23:43:53.915Z Downloaded precomputed-hash v0.1.1
9522023-12-14T23:43:53.915Z Downloaded zone_cfg_derive v0.3.0
9532023-12-14T23:43:53.915Z Downloaded unicode-linebreak v0.1.5
9542023-12-14T23:43:53.915Z Downloaded salty v0.2.0
9552023-12-14T23:43:53.916Z Downloaded digest v0.10.7
9562023-12-14T23:43:53.916Z Downloaded textwrap v0.16.0
9572023-12-14T23:43:53.917Z Downloaded term v0.7.0
9582023-12-14T23:43:53.922Z Downloaded oso-derive v0.27.0
9592023-12-14T23:43:53.922Z Downloaded filetime v0.2.23
9602023-12-14T23:43:53.922Z Downloaded http-body v0.4.5
9612023-12-14T23:43:53.922Z Downloaded slog v2.7.0
9622023-12-14T23:43:53.923Z Downloaded doc-comment v0.3.3
9632023-12-14T23:43:53.923Z Downloaded rayon-core v1.12.0
9642023-12-14T23:43:53.923Z Downloaded pretty-hex v0.2.1
9652023-12-14T23:43:53.923Z Downloaded foreign-types-shared v0.3.1
9662023-12-14T23:43:53.923Z Downloaded tower-service v0.3.2
9672023-12-14T23:43:53.923Z Downloaded rustc-demangle v0.1.23
9682023-12-14T23:43:53.923Z Downloaded foreign-types-shared v0.1.1
9692023-12-14T23:43:53.923Z Downloaded rustls-native-certs v0.6.3
9702023-12-14T23:43:53.923Z Downloaded predicates v3.0.4
9712023-12-14T23:43:53.923Z Downloaded group v0.13.0
9722023-12-14T23:43:53.923Z Downloaded tinyvec_macros v0.1.1
9732023-12-14T23:43:53.923Z Downloaded globset v0.4.13
9742023-12-14T23:43:53.923Z Downloaded siphasher v0.3.11
9752023-12-14T23:43:53.923Z Downloaded signal-hook-tokio v0.3.1
9762023-12-14T23:43:53.923Z Downloaded packed_struct_codegen v0.10.1
9772023-12-14T23:43:53.923Z Downloaded same-file v1.0.6
9782023-12-14T23:43:53.923Z Downloaded num-bigint-dig v0.8.4
9792023-12-14T23:43:53.924Z Downloaded structmeta v0.2.0
9802023-12-14T23:43:53.924Z Downloaded serde_with_macros v3.4.0
9812023-12-14T23:43:53.924Z Downloaded ron v0.8.1
9822023-12-14T23:43:53.924Z Downloaded downcast v0.11.0
9832023-12-14T23:43:53.927Z Downloaded snafu-derive v0.7.5
9842023-12-14T23:43:53.928Z Downloaded serde_yaml v0.9.25
9852023-12-14T23:43:53.933Z Downloaded time-core v0.1.1
9862023-12-14T23:43:53.937Z Downloaded pem-rfc7468 v0.7.0
9872023-12-14T23:43:53.941Z Downloaded futures-macro v0.3.29
9882023-12-14T23:43:53.944Z Downloaded xattr v1.0.1
9892023-12-14T23:43:53.944Z Downloaded wyz v0.5.1
9902023-12-14T23:43:53.948Z Downloaded slog-dtrace v0.2.3
9912023-12-14T23:43:53.954Z Downloaded headers-core v0.2.0
9922023-12-14T23:43:53.954Z Downloaded socket2 v0.5.5
9932023-12-14T23:43:53.960Z Downloaded heapless v0.7.16
9942023-12-14T23:43:53.963Z Downloaded serde-big-array v0.5.1
9952023-12-14T23:43:53.967Z Downloaded resolv-conf v0.7.0
9962023-12-14T23:43:53.970Z Downloaded pest_generator v2.7.2
9972023-12-14T23:43:53.973Z Downloaded parking_lot_core v0.9.8
9982023-12-14T23:43:53.977Z Downloaded vec_map v0.8.2
9992023-12-14T23:43:53.981Z Downloaded plotters-backend v0.3.5
10002023-12-14T23:43:53.981Z Downloaded proc-macro-error-attr v1.0.4
10012023-12-14T23:43:53.984Z Downloaded unicode-xid v0.2.4
10022023-12-14T23:43:53.984Z Downloaded rustc_version v0.4.0
10032023-12-14T23:43:53.989Z Downloaded tabled_derive v0.6.0
10042023-12-14T23:43:53.992Z Downloaded nom v7.1.3
10052023-12-14T23:43:53.998Z Downloaded pem v3.0.2
10062023-12-14T23:43:54.002Z Downloaded thiserror-impl-no-std v2.0.2
10072023-12-14T23:43:54.005Z Downloaded futures-channel v0.3.29
10082023-12-14T23:43:54.008Z Downloaded foreign-types v0.3.2
10092023-12-14T23:43:54.008Z Downloaded try-lock v0.2.4
10102023-12-14T23:43:54.011Z Downloaded toolchain_find v0.2.0
10112023-12-14T23:43:54.012Z Downloaded parse-display v0.8.2
10122023-12-14T23:43:54.014Z Downloaded serde-hex v0.1.0
10132023-12-14T23:43:54.019Z Downloaded radium v0.7.0
10142023-12-14T23:43:54.019Z Downloaded r2d2 v0.8.10
10152023-12-14T23:43:54.022Z Downloaded parking_lot_core v0.8.6
10162023-12-14T23:43:54.025Z Downloaded toml v0.7.8
10172023-12-14T23:43:54.031Z Downloaded unicode-normalization v0.1.22
10182023-12-14T23:43:54.037Z Downloaded packed_struct v0.10.1
10192023-12-14T23:43:54.041Z Downloaded topological-sort v0.2.2
10202023-12-14T23:43:54.044Z Downloaded deranged v0.3.8
10212023-12-14T23:43:54.050Z Downloaded postgres-types v0.2.6
10222023-12-14T23:43:54.055Z Downloaded highway v1.1.0
10232023-12-14T23:43:54.055Z Downloaded der_derive v0.7.2
10242023-12-14T23:43:54.058Z Downloaded unicase v2.7.0
10252023-12-14T23:43:54.058Z Downloaded rstest_macros v0.18.2
10262023-12-14T23:43:54.063Z Downloaded strsim v0.8.0
10272023-12-14T23:43:54.068Z Downloaded derive_more v0.99.17
10282023-12-14T23:43:54.075Z Downloaded signature v2.1.0
10292023-12-14T23:43:54.079Z Downloaded der v0.7.8
10302023-12-14T23:43:54.088Z Downloaded parking_lot v0.12.1
10312023-12-14T23:43:54.092Z Downloaded similar v2.3.0
10322023-12-14T23:43:54.106Z Downloaded tracing-core v0.1.31
10332023-12-14T23:43:54.117Z Downloaded papergrid v0.10.0
10342023-12-14T23:43:54.132Z Downloaded getrandom v0.2.10
10352023-12-14T23:43:54.132Z Downloaded diesel_derives v2.1.2
10362023-12-14T23:43:54.132Z Downloaded unicode_categories v0.1.1
10372023-12-14T23:43:54.135Z Downloaded darling_core v0.14.4
10382023-12-14T23:43:54.142Z Downloaded hashbrown v0.12.3
10392023-12-14T23:43:54.557Z Downloaded subprocess v0.2.9
10402023-12-14T23:43:54.557Z Downloaded hmac v0.12.1
10412023-12-14T23:43:54.557Z Downloaded clap v2.34.0
10422023-12-14T23:43:54.557Z Downloaded rand v0.4.6
10432023-12-14T23:43:54.557Z Downloaded pin-project v1.1.3
10442023-12-14T23:43:54.557Z Downloaded pest v2.7.2
10452023-12-14T23:43:54.557Z Downloaded regex-automata v0.1.10
10462023-12-14T23:43:54.557Z Downloaded trust-dns-server v0.22.1
10472023-12-14T23:43:54.557Z Downloaded rayon v1.8.0
10482023-12-14T23:43:54.558Z Downloaded guppy v0.17.4
10492023-12-14T23:43:54.558Z Downloaded hashbrown v0.13.2
10502023-12-14T23:43:54.558Z Downloaded reedline v0.22.0
10512023-12-14T23:43:54.558Z Downloaded zerocopy v0.7.26
10522023-12-14T23:43:54.559Z Downloaded futures-util v0.3.29
10532023-12-14T23:43:54.559Z Downloaded sqlparser v0.36.1
10542023-12-14T23:43:54.559Z Downloaded rustls v0.21.9
10552023-12-14T23:43:54.559Z Downloaded object v0.32.1
10562023-12-14T23:43:54.559Z Downloaded quick-xml v0.23.1
10572023-12-14T23:43:54.559Z Downloaded polar-core v0.27.0
10582023-12-14T23:43:54.559Z Downloaded diesel v2.1.4
10592023-12-14T23:43:54.559Z Downloaded webpki-roots v0.25.2
10602023-12-14T23:43:54.559Z Downloaded bstr v0.2.17
10612023-12-14T23:43:54.559Z Downloaded trust-dns-proto v0.22.0
10622023-12-14T23:43:54.559Z Downloaded radix_trie v0.2.1
10632023-12-14T23:43:54.559Z Downloaded smoltcp v0.10.0
10642023-12-14T23:43:54.559Z Downloaded zerocopy-derive v0.7.26
10652023-12-14T23:43:54.559Z Downloaded regex-syntax v0.7.5
10662023-12-14T23:43:54.567Z Downloaded sha3 v0.10.8
10672023-12-14T23:43:54.578Z Downloaded sled v0.34.7
10682023-12-14T23:43:54.600Z Downloaded gimli v0.28.0
10692023-12-14T23:43:54.643Z Downloaded bzip2-sys v0.1.11+1.0.8
10702023-12-14T23:43:54.646Z Downloaded regex-automata v0.4.3
10712023-12-14T23:43:54.674Z Downloaded regex-automata v0.3.8
10722023-12-14T23:43:54.709Z Downloaded tokio v1.35.0
10732023-12-14T23:43:55.185Z Downloaded bstr v1.6.0
10742023-12-14T23:43:55.190Z Downloaded regex-syntax v0.8.2
10752023-12-14T23:43:55.190Z Downloaded zerocopy-derive v0.6.4
10762023-12-14T23:43:55.190Z Downloaded encoding_rs v0.8.33
10772023-12-14T23:43:55.190Z Downloaded zerocopy-derive v0.2.0
10782023-12-14T23:43:55.190Z Downloaded regex v1.10.2
10792023-12-14T23:43:55.190Z Downloaded regex-syntax v0.6.29
10802023-12-14T23:43:55.190Z Downloaded regress v0.7.1
10812023-12-14T23:43:55.190Z Downloaded ratatui v0.23.0
10822023-12-14T23:43:55.190Z Downloaded rustix v0.38.25
10832023-12-14T23:43:55.190Z Downloaded ring v0.16.20
10842023-12-14T23:43:55.190Z Downloaded openapiv3 v2.0.0
10852023-12-14T23:43:55.201Z Downloaded syn v1.0.109
10862023-12-14T23:43:55.218Z Downloaded nix v0.26.4
10872023-12-14T23:43:55.239Z Downloaded object v0.30.4
10882023-12-14T23:43:55.255Z Downloaded smoltcp v0.9.1
10892023-12-14T23:43:55.286Z Downloaded ring v0.17.7
10902023-12-14T23:43:55.413Z Downloaded bindgen v0.65.1
10912023-12-14T23:43:55.428Z Downloaded vcpkg v0.2.15
10922023-12-14T23:43:55.493Z Downloaded idna v0.5.0
10932023-12-14T23:43:55.506Z Downloaded bitvec v1.0.1
10942023-12-14T23:43:55.532Z Downloaded reqwest v0.11.22
10952023-12-14T23:43:55.545Z Downloaded proptest v1.4.0
10962023-12-14T23:43:55.565Z Downloaded lalrpop v0.19.12
10972023-12-14T23:43:55.581Z Downloaded chrono v0.4.31
10982023-12-14T23:43:55.595Z Downloaded openssl v0.10.60
10992023-12-14T23:43:55.612Z Downloaded plotters v0.3.5
11002023-12-14T23:43:55.677Z Downloaded hyper v0.14.27
11012023-12-14T23:43:55.688Z Downloaded curve25519-dalek v4.1.1
11022023-12-14T23:43:55.688Z Downloaded petgraph v0.6.4
11032023-12-14T23:43:55.693Z Downloaded openssl-sys v0.9.96
11042023-12-14T23:43:55.693Z Downloaded tabled v0.14.0
11052023-12-14T23:43:55.716Z Downloaded hkdf v0.12.3
11062023-12-14T23:43:55.724Z Downloaded trust-dns-client v0.22.0
11072023-12-14T23:43:55.737Z Downloaded typed-path v0.7.0
11082023-12-14T23:43:55.752Z Downloaded h2 v0.3.21
11092023-12-14T23:43:55.763Z Downloaded idna v0.2.3
11102023-12-14T23:43:55.772Z Downloaded elliptic-curve v0.13.8
11112023-12-14T23:43:55.782Z Downloaded zip v0.6.6
11122023-12-14T23:43:55.783Z Downloaded trust-dns-resolver v0.22.0
11132023-12-14T23:43:55.793Z Downloaded http v0.2.11
11142023-12-14T23:43:55.803Z Downloaded toml_edit v0.19.15
11152023-12-14T23:43:55.823Z Downloaded pretty_assertions v1.4.0
11162023-12-14T23:43:55.834Z Downloaded rsa v0.9.2
11172023-12-14T23:43:55.834Z Downloaded password-hash v0.5.0
11182023-12-14T23:43:55.849Z Downloaded oso v0.27.0
11192023-12-14T23:43:55.849Z Downloaded tokio-postgres v0.7.10
11202023-12-14T23:43:55.854Z Downloaded serde_with v3.4.0
11212023-12-14T23:43:55.860Z Downloaded serde_derive_internals v0.26.0
11222023-12-14T23:43:55.864Z Downloaded prettyplease v0.2.12
11232023-12-14T23:43:55.869Z Downloaded diff v0.1.13
11242023-12-14T23:43:55.873Z Downloaded tracing v0.1.37
11252023-12-14T23:43:55.877Z Downloaded tough v0.16.0
11262023-12-14T23:43:55.892Z Downloaded spin v0.9.8
11272023-12-14T23:43:55.896Z Downloaded tokio-util v0.7.10
11282023-12-14T23:43:55.906Z Downloaded portable-atomic v1.4.3
11292023-12-14T23:43:55.918Z Downloaded rustls-webpki v0.101.7
11302023-12-14T23:43:55.941Z Downloaded strip-ansi-escapes v0.1.1
11312023-12-14T23:43:55.945Z Downloaded slog-envlogger v2.2.0
11322023-12-14T23:43:55.948Z Downloaded paste v1.0.14
11332023-12-14T23:43:55.951Z Downloaded zeroize_derive v1.4.2
11342023-12-14T23:43:55.954Z Downloaded owo-colors v3.5.0
11352023-12-14T23:43:55.957Z Downloaded unicode-bidi v0.3.13
11362023-12-14T23:43:55.960Z Downloaded expectorate v1.1.0
11372023-12-14T23:43:55.963Z Downloaded time v0.3.27
11382023-12-14T23:43:55.974Z Downloaded postgres-protocol v0.6.6
11392023-12-14T23:43:55.977Z Downloaded postcard v1.0.8
11402023-12-14T23:43:55.982Z Downloaded url v2.5.0
11412023-12-14T23:43:55.988Z Downloaded aho-corasick v1.0.4
11422023-12-14T23:43:55.997Z Downloaded snafu v0.7.5
11432023-12-14T23:43:56.007Z Downloaded structopt-derive v0.4.18
11442023-12-14T23:43:56.010Z Downloaded which v4.4.0
11452023-12-14T23:43:56.014Z Downloaded futures-timer v3.0.2
11462023-12-14T23:43:56.020Z Downloaded debug-ignore v1.0.5
11472023-12-14T23:43:56.020Z Downloaded zeroize v1.7.0
11482023-12-14T23:43:56.023Z Downloaded derive_builder_macro v0.12.0
11492023-12-14T23:43:56.023Z Downloaded threadpool v1.8.1
11502023-12-14T23:43:56.023Z Downloaded untrusted v0.7.1
11512023-12-14T23:43:56.023Z Downloaded zerocopy v0.6.4
11522023-12-14T23:43:56.027Z Downloaded usdt-macro v0.3.5
11532023-12-14T23:43:56.030Z Downloaded dof v0.1.5
11542023-12-14T23:43:56.030Z Downloaded hostname v0.3.1
11552023-12-14T23:43:56.034Z Downloaded thiserror-no-std v2.0.2
11562023-12-14T23:43:56.038Z Downloaded data-encoding v2.4.0
11572023-12-14T23:43:56.041Z Downloaded serde_path_to_error v0.1.14
11582023-12-14T23:43:56.044Z Downloaded pest_derive v2.7.2
11592023-12-14T23:43:56.047Z Downloaded parking_lot v0.11.2
11602023-12-14T23:43:56.050Z Downloaded semver v0.1.20
11612023-12-14T23:43:56.054Z Downloaded futures v0.3.29
11622023-12-14T23:43:56.059Z Downloaded rustls-pemfile v1.0.3
11632023-12-14T23:43:56.063Z Downloaded rustfmt-wrapper v0.2.0
11642023-12-14T23:43:56.066Z Downloaded tokio-rustls v0.24.1
11652023-12-14T23:43:56.070Z Downloaded tokio-macros v2.2.0
11662023-12-14T23:43:56.073Z Downloaded libxml v0.3.3
11672023-12-14T23:43:56.080Z Downloaded libm v0.2.7
11682023-12-14T23:43:56.096Z Downloaded sha2 v0.10.8
11692023-12-14T23:43:56.100Z Downloaded structopt v0.3.26
11702023-12-14T23:43:56.112Z Downloaded headers v0.3.9
11712023-12-14T23:43:56.122Z Downloaded slab v0.4.9
11722023-12-14T23:43:56.127Z Downloaded derive-where v1.2.6
11732023-12-14T23:43:56.132Z Downloaded fatfs v0.3.6
11742023-12-14T23:43:56.135Z Downloaded flate2 v1.0.28
11752023-12-14T23:43:56.143Z Downloaded percent-encoding v2.3.1
11762023-12-14T23:43:56.146Z Downloaded darling_macro v0.14.4
11772023-12-14T23:43:56.146Z Downloaded serde_urlencoded v0.7.1
11782023-12-14T23:43:56.149Z Downloaded fallible-iterator v0.2.0
11792023-12-14T23:43:56.153Z Downloaded itertools v0.10.5
11802023-12-14T23:43:56.161Z Downloaded pest_meta v2.7.2
11812023-12-14T23:43:56.165Z Downloaded tracing-attributes v0.1.26
11822023-12-14T23:43:56.168Z Downloaded ucd-trie v0.1.6
11832023-12-14T23:43:56.171Z Downloaded vte_generate_state_changes v0.1.1
11842023-12-14T23:43:56.174Z Downloaded plotters-svg v0.3.5
11852023-12-14T23:43:56.175Z Downloaded diesel_table_macro_syntax v0.1.0
11862023-12-14T23:43:56.175Z Downloaded unarray v0.1.4
11872023-12-14T23:43:56.179Z Downloaded yansi v0.5.1
11882023-12-14T23:43:56.183Z Downloaded hex-literal v0.4.1
11892023-12-14T23:43:56.183Z Downloaded form_urlencoded v1.2.1
11902023-12-14T23:43:56.183Z Downloaded similar-asserts v1.5.0
11912023-12-14T23:43:56.187Z Downloaded ppv-lite86 v0.2.17
11922023-12-14T23:43:56.190Z Downloaded generic-array v0.14.7
11932023-12-14T23:43:56.190Z Downloaded dirs-next v2.0.0
11942023-12-14T23:43:56.193Z Downloaded tokio-native-tls v0.3.1
11952023-12-14T23:43:56.196Z Downloaded signal-hook v0.3.17
11962023-12-14T23:43:56.199Z Downloaded vsss-rs v3.3.2
11972023-12-14T23:43:56.203Z Downloaded tar v0.4.40
11982023-12-14T23:43:56.207Z Downloaded rand v0.8.5
11992023-12-14T23:43:56.214Z Downloaded rustyline v12.0.0
12002023-12-14T23:43:56.225Z Downloaded half v1.8.2
12012023-12-14T23:43:56.231Z Downloaded schemars v0.8.13
12022023-12-14T23:43:56.250Z Downloaded mio v0.8.9
12032023-12-14T23:43:56.260Z Downloaded embedded-io v0.4.0
12042023-12-14T23:43:56.269Z Downloaded steno v0.4.0
12052023-12-14T23:43:56.269Z Downloaded fd-lock v3.0.13
12062023-12-14T23:43:56.281Z Downloaded sec1 v0.7.3
12072023-12-14T23:43:56.281Z Downloaded x509-cert v0.2.4
12082023-12-14T23:43:56.291Z Downloaded unicode-segmentation v1.10.1
12092023-12-14T23:43:56.307Z Downloaded structmeta-derive v0.2.0
12102023-12-14T23:43:56.307Z Downloaded parse-display-derive v0.8.2
12112023-12-14T23:43:56.307Z Downloaded predicates-tree v1.0.9
12122023-12-14T23:43:56.307Z Downloaded predicates-core v1.0.6
12132023-12-14T23:43:56.308Z Downloaded crossterm v0.26.1
12142023-12-14T23:43:56.321Z Downloaded either v1.9.0
12152023-12-14T23:43:56.321Z Downloaded version_check v0.9.4
12162023-12-14T23:43:56.321Z Downloaded socket2 v0.4.9
12172023-12-14T23:43:56.321Z Downloaded darling_core v0.20.3
12182023-12-14T23:43:56.332Z Downloaded crossbeam-channel v0.5.8
12192023-12-14T23:43:56.335Z Downloaded minimal-lexical v0.2.1
12202023-12-14T23:43:56.336Z Downloaded fs-err v2.11.0
12212023-12-14T23:43:56.339Z Downloaded fastrand v2.0.0
12222023-12-14T23:43:56.342Z Downloaded rust-argon2 v1.0.1
12232023-12-14T23:43:56.345Z Downloaded rstest v0.18.2
12242023-12-14T23:43:56.352Z Downloaded tempfile v3.8.1
12252023-12-14T23:43:56.357Z Downloaded target-lexicon v0.12.12
12262023-12-14T23:43:56.361Z Downloaded flume v0.11.0
12272023-12-14T23:43:56.367Z Downloaded shell-words v1.1.0
12282023-12-14T23:43:56.382Z Downloaded foreign-types-macros v0.2.3
12292023-12-14T23:43:56.382Z Downloaded foreign-types v0.5.0
12302023-12-14T23:43:56.382Z Downloaded futures-executor v0.3.29
12312023-12-14T23:43:56.382Z Downloaded secrecy v0.8.0
12322023-12-14T23:43:56.382Z Downloaded rustc_version v0.1.7
12332023-12-14T23:43:56.382Z Downloaded ref-cast v1.0.20
12342023-12-14T23:43:56.382Z Downloaded futures-io v0.3.29
12352023-12-14T23:43:56.390Z Downloaded flagset v0.4.3
12362023-12-14T23:43:56.390Z Downloaded ena v0.14.2
12372023-12-14T23:43:56.390Z Downloaded derive_builder v0.12.0
12382023-12-14T23:43:56.396Z Downloaded slog-term v2.9.0
12392023-12-14T23:43:56.400Z Downloaded typenum v1.16.0
12402023-12-14T23:43:56.405Z Downloaded rcgen v0.11.3
12412023-12-14T23:43:56.410Z Downloaded crossterm v0.27.0
12422023-12-14T23:43:56.417Z Downloaded criterion v0.5.1
12432023-12-14T23:43:56.835Z Downloaded ref-cast-impl v1.0.20
12442023-12-14T23:43:56.843Z Downloaded uuid v1.6.1
12452023-12-14T23:43:56.843Z Downloaded rustversion v1.0.14
12462023-12-14T23:43:56.844Z Downloaded difflib v0.4.0
12472023-12-14T23:43:56.844Z Downloaded relative-path v1.9.0
12482023-12-14T23:43:56.844Z Downloaded pin-project-lite v0.2.13
12492023-12-14T23:43:56.844Z Downloaded pin-project-internal v1.1.3
12502023-12-14T23:43:56.844Z Downloaded partial-io v0.5.4
12512023-12-14T23:43:56.844Z Downloaded rtoolbox v0.0.1
12522023-12-14T23:43:56.844Z Downloaded fragile v2.0.0
12532023-12-14T23:43:56.845Z Downloaded semver v0.11.0
12542023-12-14T23:43:56.845Z Downloaded subtle v2.5.0
12552023-12-14T23:43:56.845Z Downloaded fxhash v0.2.1
12562023-12-14T23:43:56.845Z Downloaded untrusted v0.9.0
12572023-12-14T23:43:56.845Z Downloaded usdt v0.3.5
12582023-12-14T23:43:56.845Z Downloaded tungstenite v0.20.1
12592023-12-14T23:43:56.845Z Downloaded termcolor v1.2.0
12602023-12-14T23:43:56.845Z Downloaded tap v1.0.1
12612023-12-14T23:43:56.845Z Downloaded schemars_derive v0.8.13
12622023-12-14T23:43:56.845Z Downloaded futures-core v0.3.29
12632023-12-14T23:43:56.845Z Downloaded dirs-sys-next v0.1.2
12642023-12-14T23:43:56.845Z Downloaded rustc-hash v1.1.0
12652023-12-14T23:43:56.845Z Downloaded hex v0.4.3
12662023-12-14T23:43:56.845Z Downloaded indicatif v0.17.7
12672023-12-14T23:43:56.845Z Downloaded pkcs1 v0.7.5
12682023-12-14T23:43:56.846Z Downloaded base64 v0.21.5
12692023-12-14T23:43:56.846Z Downloaded tinyvec v1.6.0
12702023-12-14T23:43:56.846Z Downloaded defmt-parser v0.3.3
12712023-12-14T23:43:56.846Z Downloaded take_mut v0.2.2
12722023-12-14T23:43:56.846Z Downloaded darling v0.20.3
12732023-12-14T23:43:56.846Z Downloaded poly1305 v0.8.0
12742023-12-14T23:43:56.846Z Downloaded platforms v3.0.2
12752023-12-14T23:43:56.846Z Downloaded futures-sink v0.3.29
12762023-12-14T23:43:56.846Z Downloaded defmt-macros v0.3.6
12772023-12-14T23:43:56.846Z Downloaded textwrap v0.11.0
12782023-12-14T23:43:56.846Z Downloaded num-iter v0.1.43
12792023-12-14T23:43:56.846Z Downloaded phf v0.11.2
12802023-12-14T23:43:56.846Z Downloaded pkcs8 v0.10.2
12812023-12-14T23:43:56.846Z Downloaded backtrace v0.3.69
12822023-12-14T23:43:56.849Z Downloaded spki v0.7.2
12832023-12-14T23:43:56.849Z Downloaded test-strategy v0.3.1
12842023-12-14T23:43:56.850Z Downloaded datatest-stable v0.2.3
12852023-12-14T23:43:56.850Z Downloaded proc-macro-error v1.0.4
12862023-12-14T23:43:56.850Z Downloaded defmt v0.3.5
12872023-12-14T23:43:56.850Z Downloaded static_assertions v1.1.0
12882023-12-14T23:43:56.850Z Downloaded log v0.4.20
12892023-12-14T23:43:56.850Z Downloaded chacha20poly1305 v0.10.1
12902023-12-14T23:43:56.850Z Downloaded cc v1.0.83
12912023-12-14T23:43:56.850Z Downloaded tokio-tungstenite v0.20.1
12922023-12-14T23:43:56.850Z Downloaded tokio-stream v0.1.14
12932023-12-14T23:43:56.850Z Downloaded rand_core v0.6.4
12942023-12-14T23:43:56.850Z Downloaded rand_chacha v0.3.1
12952023-12-14T23:43:56.850Z Downloaded quick-error v1.2.3
12962023-12-14T23:43:56.850Z Downloaded peeking_take_while v0.1.2
12972023-12-14T23:43:56.850Z Downloaded pathdiff v0.2.1
12982023-12-14T23:43:56.850Z Downloaded path-slash v0.1.5
12992023-12-14T23:43:56.850Z Downloaded pin-utils v0.1.0
13002023-12-14T23:43:56.850Z Downloaded vte v0.10.1
13012023-12-14T23:43:56.850Z Downloaded crypto-bigint v0.5.2
13022023-12-14T23:43:56.850Z Downloaded pkg-config v0.3.27
13032023-12-14T23:43:56.850Z Downloaded hyper-rustls v0.24.2
13042023-12-14T23:43:56.850Z Downloaded fnv v1.0.7
13052023-12-14T23:43:56.850Z Downloaded float-cmp v0.9.0
13062023-12-14T23:43:56.850Z Downloaded enum-as-inner v0.5.1
13072023-12-14T23:43:56.850Z Downloaded synstructure v0.12.6
13082023-12-14T23:43:56.851Z Downloaded trybuild v1.0.85
13092023-12-14T23:43:56.851Z Downloaded thread_local v1.1.7
13102023-12-14T23:43:56.852Z Downloaded strum_macros v0.25.2
13112023-12-14T23:43:56.855Z Downloaded bytes v1.5.0
13122023-12-14T23:43:56.855Z Downloaded zone v0.3.0
13132023-12-14T23:43:56.855Z Downloaded bzip2 v0.4.4
13142023-12-14T23:43:56.855Z Downloaded backoff v0.4.0
13152023-12-14T23:43:56.855Z Downloaded proc-macro-crate v1.3.1
13162023-12-14T23:43:56.855Z Downloaded tinytemplate v1.2.1
13172023-12-14T23:43:56.855Z Downloaded sct v0.7.0
13182023-12-14T23:43:56.855Z Downloaded mockall_derive v0.12.0
13192023-12-14T23:43:56.855Z Downloaded clang-sys v1.6.1
13202023-12-14T23:43:56.855Z Downloaded blake2b_simd v1.0.1
13212023-12-14T23:43:56.855Z Downloaded blake2 v0.10.6
13222023-12-14T23:43:56.855Z Downloaded cfg-expr v0.15.5
13232023-12-14T23:43:56.855Z Downloaded bcs v0.1.6
13242023-12-14T23:43:56.855Z Downloaded basic-toml v0.1.4
13252023-12-14T23:43:56.855Z Downloaded tui-tree-widget v0.13.0
13262023-12-14T23:43:56.855Z Downloaded serde_tokenstream v0.2.0
13272023-12-14T23:43:56.855Z Downloaded miniz_oxide v0.7.1
13282023-12-14T23:43:56.855Z Downloaded crossbeam-epoch v0.9.15
13292023-12-14T23:43:56.856Z Downloaded tiny-keccak v2.0.2
13302023-12-14T23:43:56.856Z Downloaded target-spec v3.0.1
13312023-12-14T23:43:56.856Z Downloaded stringprep v0.1.3
13322023-12-14T23:43:56.856Z Downloaded httptest v0.15.5
13332023-12-14T23:43:56.856Z Downloaded pretty-hex v0.4.0
13342023-12-14T23:43:56.856Z Downloaded string_cache v0.8.7
13352023-12-14T23:43:56.856Z Downloaded smf v0.2.2
13362023-12-14T23:43:56.856Z Downloaded slog-json v2.6.1
13372023-12-14T23:43:56.856Z Downloaded scopeguard v1.2.0
13382023-12-14T23:43:56.857Z Downloaded lazy_static v1.4.0
13392023-12-14T23:43:56.857Z Downloaded unicode-width v0.1.11
13402023-12-14T23:43:56.857Z Downloaded num-complex v0.4.4
13412023-12-14T23:43:56.857Z Downloaded async-trait v0.1.74
13422023-12-14T23:43:56.857Z Downloaded zerocopy v0.3.0
13432023-12-14T23:43:56.857Z Downloaded omicron-zone-package v0.9.1
13442023-12-14T23:43:56.865Z Downloaded itertools v0.12.0
13452023-12-14T23:43:56.865Z Downloaded waitgroup v0.1.2
13462023-12-14T23:43:56.865Z Downloaded base64ct v1.6.0
13472023-12-14T23:43:56.865Z Downloaded whoami v1.4.1
13482023-12-14T23:43:56.866Z Downloaded walkdir v2.4.0
13492023-12-14T23:43:56.866Z Downloaded wait-timeout v0.2.0
13502023-12-14T23:43:56.866Z Downloaded nibble_vec v0.1.0
13512023-12-14T23:43:56.866Z Downloaded libsw v3.3.0
13522023-12-14T23:43:56.866Z Downloaded darling_macro v0.20.3
13532023-12-14T23:43:56.866Z Downloaded cancel-safe-futures v0.1.5
13542023-12-14T23:43:56.866Z Downloaded thread-id v4.2.0
13552023-12-14T23:43:56.866Z Downloaded spin v0.5.2
13562023-12-14T23:43:56.866Z Downloaded serde_plain v1.0.2
13572023-12-14T23:43:56.866Z Downloaded nodrop v0.1.14
13582023-12-14T23:43:56.866Z Downloaded hubpack v0.1.2
13592023-12-14T23:43:56.866Z Downloaded darling v0.14.4
13602023-12-14T23:43:56.866Z Downloaded console v0.15.7
13612023-12-14T23:43:56.866Z Downloaded cipher v0.4.4
13622023-12-14T23:43:56.866Z Downloaded ciborium v0.2.1
13632023-12-14T23:43:56.866Z Downloaded camino-tempfile v1.1.1
13642023-12-14T23:43:56.866Z Downloaded signal-hook-registry v1.4.1
13652023-12-14T23:43:56.866Z Downloaded semver-parser v0.10.2
13662023-12-14T23:43:56.867Z Downloaded multer v2.1.0
13672023-12-14T23:43:56.867Z Downloaded lru-cache v0.1.2
13682023-12-14T23:43:56.867Z Downloaded linked-hash-map v0.5.6
13692023-12-14T23:43:56.867Z Downloaded arrayvec v0.5.2
13702023-12-14T23:43:56.867Z Downloaded arrayvec v0.7.4
13712023-12-14T23:43:56.867Z Downloaded addr2line v0.21.0
13722023-12-14T23:43:56.867Z Downloaded usdt-attr-macro v0.3.5
13732023-12-14T23:43:56.867Z Downloaded inout v0.1.3
13742023-12-14T23:43:56.867Z Downloaded iana-time-zone v0.1.57
13752023-12-14T23:43:56.867Z Downloaded hyper-tls v0.5.0
13762023-12-14T23:43:56.867Z Downloaded hyper-staticfile v0.9.5
13772023-12-14T23:43:56.867Z Downloaded termtree v0.4.1
13782023-12-14T23:43:56.867Z Downloaded lalrpop-util v0.19.12
13792023-12-14T23:43:56.872Z Downloaded cookie v0.18.0
13802023-12-14T23:43:56.872Z Downloaded convert_case v0.4.0
13812023-12-14T23:43:56.872Z Downloaded constant_time_eq v0.2.6
13822023-12-14T23:43:56.875Z Downloaded bit-set v0.5.3
13832023-12-14T23:43:56.875Z Downloaded ansi_term v0.12.1
13842023-12-14T23:43:56.878Z Downloaded serde-big-array v0.4.1
13852023-12-14T23:43:56.881Z Downloaded md-5 v0.10.5
13862023-12-14T23:43:56.887Z Downloaded crypto-common v0.1.6
13872023-12-14T23:43:56.887Z Downloaded crossbeam v0.8.2
13882023-12-14T23:43:56.891Z Downloaded crc-any v2.4.3
13892023-12-14T23:43:56.891Z Downloaded cassowary v0.3.0
13902023-12-14T23:43:56.894Z Downloaded chacha20 v0.9.1
13912023-12-14T23:43:56.894Z Downloaded base16ct v0.2.0
13922023-12-14T23:43:56.897Z Downloaded strum v0.25.0
13932023-12-14T23:43:56.897Z Downloaded cfg-if v1.0.0
13942023-12-14T23:43:56.900Z Downloaded bytesize v1.3.0
13952023-12-14T23:43:56.900Z Downloaded block-buffer v0.10.4
13962023-12-14T23:43:56.903Z Downloaded ipnetwork v0.20.0
13972023-12-14T23:43:56.907Z Downloaded httpdate v1.0.3
13982023-12-14T23:43:56.907Z Downloaded bytecount v0.6.3
13992023-12-14T23:43:56.910Z Downloaded opaque-debug v0.3.0
14002023-12-14T23:43:56.910Z Downloaded libloading v0.7.4
14012023-12-14T23:43:56.914Z Downloaded oorandom v11.1.3
14022023-12-14T23:43:56.916Z Downloaded olpc-cjson v0.1.3
14032023-12-14T23:43:56.917Z Downloaded num_enum v0.5.11
14042023-12-14T23:43:56.924Z Downloaded matches v0.1.10
14052023-12-14T23:43:56.927Z Downloaded cobs v0.2.3
14062023-12-14T23:43:56.927Z Downloaded ciborium-ll v0.2.1
14072023-12-14T23:43:56.932Z Downloaded byteorder v1.5.0
14082023-12-14T23:43:56.935Z Downloaded block-padding v0.3.3
14092023-12-14T23:43:56.935Z Downloaded bb8 v0.8.1
14102023-12-14T23:43:56.936Z Downloaded keccak v0.1.4
14112023-12-14T23:43:56.940Z Downloaded ident_case v1.0.1
14122023-12-14T23:43:56.940Z Downloaded buf-list v1.0.3
14132023-12-14T23:43:56.943Z Downloaded bit-vec v0.6.3
14142023-12-14T23:43:56.946Z Downloaded autocfg v1.1.0
14152023-12-14T23:43:56.946Z Downloaded ascii-canvas v3.0.0
14162023-12-14T23:43:56.949Z Downloaded atomic-waker v1.1.1
14172023-12-14T23:43:56.949Z Downloaded arrayref v0.3.7
14182023-12-14T23:43:56.951Z Downloaded crossbeam-utils v0.8.16
14192023-12-14T23:43:56.955Z Downloaded crc-catalog v2.2.0
14202023-12-14T23:43:56.958Z Downloaded argon2 v0.5.2
14212023-12-14T23:43:56.961Z Downloaded openssl-probe v0.1.5
14222023-12-14T23:43:56.964Z Downloaded newtype_derive v0.1.6
14232023-12-14T23:43:56.967Z Downloaded num-traits v0.2.16
14242023-12-14T23:43:56.970Z Downloaded array-init v0.0.4
14252023-12-14T23:43:56.970Z Downloaded num_cpus v1.16.0
14262023-12-14T23:43:56.977Z Downloaded number_prefix v0.4.0
14272023-12-14T23:43:56.982Z Downloaded num-rational v0.4.1
14282023-12-14T23:43:56.983Z Downloaded num-integer v0.1.45
14292023-12-14T23:43:56.985Z Downloaded nu-ansi-term v0.49.0
14302023-12-14T23:43:56.986Z Downloaded crc32fast v1.3.2
14312023-12-14T23:43:56.989Z Downloaded num-derive v0.4.0
14322023-12-14T23:43:56.991Z Downloaded mime v0.3.17
14332023-12-14T23:43:56.995Z Downloaded indoc v2.0.3
14342023-12-14T23:43:56.998Z Downloaded ciborium-io v0.2.1
14352023-12-14T23:43:57.003Z Downloaded num_threads v0.1.6
14362023-12-14T23:43:57.003Z Downloaded num v0.4.1
14372023-12-14T23:43:57.006Z Downloaded nanorand v0.7.0
14382023-12-14T23:43:57.006Z Downloaded mockall v0.12.0
14392023-12-14T23:43:57.010Z Downloaded maybe-uninit v2.0.0
14402023-12-14T23:43:57.010Z Downloaded maplit v1.0.2
14412023-12-14T23:43:57.013Z Downloaded criterion-plot v0.5.0
14422023-12-14T23:43:57.016Z Downloaded newline-converter v0.3.0
14432023-12-14T23:43:57.016Z Downloaded crucible-workspace-hack v0.1.0
14442023-12-14T23:43:57.016Z Downloaded async-stream-impl v0.3.5
14452023-12-14T23:43:57.019Z Downloaded normalize-line-endings v0.3.0
14462023-12-14T23:43:57.019Z Downloaded assert_matches v1.5.0
14472023-12-14T23:43:57.022Z Downloaded anes v0.1.6
14482023-12-14T23:43:57.025Z Downloaded adler v1.0.2
14492023-12-14T23:43:57.028Z Downloaded approx v0.5.1
14502023-12-14T23:43:57.031Z Downloaded const-oid v0.9.5
14512023-12-14T23:43:57.035Z Downloaded memoffset v0.9.0
14522023-12-14T23:43:57.035Z Downloaded indoc v1.0.9
14532023-12-14T23:43:57.038Z Downloaded impl-trait-for-tuples v0.2.2
14542023-12-14T23:43:57.043Z Downloaded atomicwrites v0.4.2
14552023-12-14T23:43:57.046Z Downloaded async-recursion v1.0.5
14562023-12-14T23:43:57.052Z Downloaded aead v0.5.2
14572023-12-14T23:43:57.052Z Downloaded libefi-sys v0.1.0
14582023-12-14T23:43:57.061Z Downloaded curve25519-dalek-derive v0.1.0
14592023-12-14T23:43:57.062Z Downloaded crossbeam-deque v0.8.3
14602023-12-14T23:43:57.062Z Downloaded crossbeam-queue v0.3.8
14612023-12-14T23:43:57.062Z Downloaded cast v0.3.0
14622023-12-14T23:43:57.062Z Downloaded bitfield v0.14.0
14632023-12-14T23:43:57.797Z Compiling serde v1.0.193
14642023-12-14T23:43:57.797Z Compiling autocfg v1.1.0
14652023-12-14T23:43:57.800Z Checking cfg-if v1.0.0
14662023-12-14T23:43:57.800Z Compiling version_check v0.9.4
14672023-12-14T23:43:57.800Z Compiling syn v1.0.109
14682023-12-14T23:43:57.889Z Checking libc v0.2.151
14692023-12-14T23:43:57.894Z Compiling syn v2.0.32
14702023-12-14T23:43:57.945Z Compiling parking_lot_core v0.9.8
14712023-12-14T23:43:57.985Z Compiling libm v0.2.7
14722023-12-14T23:43:58.682Z Compiling cc v1.0.83
14732023-12-14T23:43:58.833Z Compiling futures-core v0.3.29
14742023-12-14T23:43:58.931Z Compiling once_cell v1.19.0
14752023-12-14T23:43:59.329Z Compiling serde_json v1.0.108
14762023-12-14T23:43:59.346Z Compiling lock_api v0.4.10
14772023-12-14T23:43:59.364Z Compiling num-traits v0.2.16
14782023-12-14T23:43:59.599Z Compiling memchr v2.6.3
14792023-12-14T23:43:59.847Z Compiling typenum v1.16.0
14802023-12-14T23:43:59.926Z Compiling generic-array v0.14.7
14812023-12-14T23:43:59.961Z Checking getrandom v0.2.10
14822023-12-14T23:44:00.287Z Compiling slab v0.4.9
14832023-12-14T23:44:00.466Z Compiling futures-channel v0.3.29
14842023-12-14T23:44:00.711Z Compiling futures-task v0.3.29
14852023-12-14T23:44:00.981Z Checking scopeguard v1.2.0
14862023-12-14T23:44:01.141Z Compiling futures-util v0.3.29
14872023-12-14T23:44:01.655Z Checking log v0.4.20
14882023-12-14T23:44:01.683Z Compiling pkg-config v0.3.27
14892023-12-14T23:44:02.535Z Checking smallvec v1.11.2
14902023-12-14T23:44:02.715Z Compiling byteorder v1.5.0
14912023-12-14T23:44:02.723Z Checking itoa v1.0.9
14922023-12-14T23:44:02.818Z Compiling rustix v0.38.25
14932023-12-14T23:44:03.090Z Compiling indexmap v1.9.3
14942023-12-14T23:44:03.412Z Compiling schemars v0.8.13
14952023-12-14T23:44:03.531Z Compiling fnv v1.0.7
14962023-12-14T23:44:03.682Z Compiling vcpkg v0.2.15
14972023-12-14T23:44:03.759Z Compiling httparse v1.8.0
14982023-12-14T23:44:03.880Z Checking rand_core v0.6.4
14992023-12-14T23:44:04.283Z Compiling ring v0.16.20
15002023-12-14T23:44:04.396Z Compiling ring v0.17.7
15012023-12-14T23:44:05.005Z Compiling aho-corasick v1.0.4
15022023-12-14T23:44:06.241Z Compiling regex-syntax v0.8.2
15032023-12-14T23:44:07.375Z Compiling openssl-sys v0.9.96
15042023-12-14T23:44:09.223Z Checking parking_lot v0.12.1
15052023-12-14T23:44:09.719Z Compiling ahash v0.8.6
15062023-12-14T23:44:10.185Z Compiling serde_derive_internals v0.26.0
15072023-12-14T23:44:11.417Z Compiling regex-automata v0.4.3
15082023-12-14T23:44:11.986Z Checking pin-project-lite v0.2.13
15092023-12-14T23:44:12.782Z Checking spin v0.5.2
15102023-12-14T23:44:13.053Z Compiling openssl v0.10.60
15112023-12-14T23:44:13.225Z Checking signal-hook-registry v1.4.1
15122023-12-14T23:44:13.577Z Checking mio v0.8.9
15132023-12-14T23:44:13.647Z Compiling ucd-trie v0.1.6
15142023-12-14T23:44:14.517Z Compiling rustls v0.21.9
15152023-12-14T23:44:14.756Z Compiling iana-time-zone v0.1.57
15162023-12-14T23:44:14.820Z Compiling native-tls v0.2.11
15172023-12-14T23:44:15.237Z Compiling async-trait v0.1.74
15182023-12-14T23:44:15.301Z Checking num_cpus v1.16.0
15192023-12-14T23:44:15.445Z Compiling dyn-clone v1.0.13
15202023-12-14T23:44:15.469Z Checking ryu v1.0.15
15212023-12-14T23:44:15.737Z Compiling unicode-xid v0.2.4
15222023-12-14T23:44:15.758Z Compiling backtrace v0.3.69
15232023-12-14T23:44:15.984Z Checking socket2 v0.5.5
15242023-12-14T23:44:16.720Z Compiling futures-sink v0.3.29
15252023-12-14T23:44:17.292Z Compiling errno v0.3.2
15262023-12-14T23:44:17.296Z Compiling crc32fast v1.3.2
15272023-12-14T23:44:17.296Z Compiling crossbeam-utils v0.8.16
15282023-12-14T23:44:17.567Z Compiling tinyvec_macros v0.1.1
15292023-12-14T23:44:17.683Z Compiling tinyvec v1.6.0
15302023-12-14T23:44:17.970Z Compiling regex v1.10.2
15312023-12-14T23:44:18.391Z Compiling futures-io v0.3.29
15322023-12-14T23:44:18.556Z Compiling pin-utils v0.1.0
15332023-12-14T23:44:18.675Z Compiling anyhow v1.0.75
15342023-12-14T23:44:18.760Z Compiling spin v0.9.8
15352023-12-14T23:44:19.302Z Compiling tracing-core v0.1.31
15362023-12-14T23:44:19.734Z Compiling unicode-bidi v0.3.13
15372023-12-14T23:44:20.276Z Compiling unicode-normalization v0.1.22
15382023-12-14T23:44:20.994Z Compiling num-integer v0.1.45
15392023-12-14T23:44:21.441Z Compiling synstructure v0.12.6
15402023-12-14T23:44:21.617Z Compiling serde_derive v1.0.193
15412023-12-14T23:44:21.631Z Compiling thiserror-impl v1.0.49
15422023-12-14T23:44:22.004Z Compiling zeroize_derive v1.4.2
15432023-12-14T23:44:22.022Z Compiling tokio-macros v2.2.0
15442023-12-14T23:44:22.203Z Compiling futures-macro v0.3.29
15452023-12-14T23:44:22.706Z Compiling tracing-attributes v0.1.26
15462023-12-14T23:44:24.739Z Compiling schemars_derive v0.8.13
15472023-12-14T23:44:24.753Z Compiling zerocopy-derive v0.7.26
15482023-12-14T23:44:24.795Z Checking zeroize v1.7.0
15492023-12-14T23:44:25.183Z Compiling openssl-macros v0.1.1
15502023-12-14T23:44:27.017Z Compiling thiserror v1.0.49
15512023-12-14T23:44:27.200Z Compiling pest v2.7.2
15522023-12-14T23:44:28.428Z Compiling zerocopy v0.7.26
15532023-12-14T23:44:29.198Z Compiling tracing v0.1.37
15542023-12-14T23:44:29.428Z Compiling der_derive v0.7.2
15552023-12-14T23:44:29.973Z Compiling lazy_static v1.4.0
15562023-12-14T23:44:30.115Z Compiling unicode-width v0.1.11
15572023-12-14T23:44:31.573Z Compiling slog v2.7.0
15582023-12-14T23:44:31.667Z Compiling base64 v0.21.5
15592023-12-14T23:44:31.667Z Checking subtle v2.5.0
15602023-12-14T23:44:31.668Z Compiling pest_meta v2.7.2
15612023-12-14T23:44:31.787Z Compiling hashbrown v0.13.2
15622023-12-14T23:44:31.807Z Compiling zerocopy-derive v0.2.0
15632023-12-14T23:44:31.847Z Compiling rustversion v1.0.14
15642023-12-14T23:44:32.316Z Compiling foreign-types-shared v0.1.1
15652023-12-14T23:44:32.941Z Compiling hashbrown v0.12.3
15662023-12-14T23:44:32.956Z Compiling percent-encoding v2.3.1
15672023-12-14T23:44:33.831Z Compiling time-core v0.1.1
15682023-12-14T23:44:33.890Z Compiling untrusted v0.9.0
15692023-12-14T23:44:33.890Z Compiling untrusted v0.7.1
15702023-12-14T23:44:33.890Z Compiling openssl-probe v0.1.5
15712023-12-14T23:44:34.185Z Compiling time-macros v0.2.13
15722023-12-14T23:44:34.992Z Compiling pest_generator v2.7.2
15732023-12-14T23:44:35.748Z Compiling foreign-types v0.3.2
15742023-12-14T23:44:38.438Z Compiling try-lock v0.2.4
15752023-12-14T23:44:38.626Z Compiling want v0.3.1
15762023-12-14T23:44:39.121Z Compiling rustls-webpki v0.101.7
15772023-12-14T23:44:39.287Z Compiling sct v0.7.0
15782023-12-14T23:44:39.740Z Compiling form_urlencoded v1.2.1
15792023-12-14T23:44:39.862Z Compiling pest_derive v2.7.2
15802023-12-14T23:44:40.537Z Compiling socket2 v0.4.9
15812023-12-14T23:44:40.833Z Compiling httpdate v1.0.3
15822023-12-14T23:44:41.282Z Compiling tower-service v0.3.2
15832023-12-14T23:44:41.302Z Compiling either v1.9.0
15842023-12-14T23:44:41.447Z Compiling const-oid v0.9.5
15852023-12-14T23:44:42.007Z Compiling rustls-pemfile v1.0.3
15862023-12-14T23:44:42.173Z Compiling idna v0.5.0
15872023-12-14T23:44:42.321Z Compiling memoffset v0.9.0
15882023-12-14T23:44:42.610Z Compiling usdt-impl v0.3.5
15892023-12-14T23:44:42.818Z Compiling adler v1.0.2
15902023-12-14T23:44:43.128Z Compiling miniz_oxide v0.7.1
15912023-12-14T23:44:43.481Z Compiling rustls-native-certs v0.6.3
15922023-12-14T23:44:44.058Z Compiling url v2.5.0
15932023-12-14T23:44:44.326Z Checking bytes v1.5.0
15942023-12-14T23:44:44.601Z Checking bitflags v2.4.0
15952023-12-14T23:44:45.006Z Compiling zerocopy v0.3.0
15962023-12-14T23:44:45.918Z Compiling indexmap v2.1.0
15972023-12-14T23:44:46.224Z Compiling semver v1.0.20
15982023-12-14T23:44:47.122Z Compiling chrono v0.4.31
15992023-12-14T23:44:47.425Z Compiling uuid v1.6.1
16002023-12-14T23:44:47.572Z Compiling rustc_version v0.4.0
16012023-12-14T23:44:47.925Z Compiling http v0.2.11
16022023-12-14T23:44:48.147Z Compiling tokio v1.35.0
16032023-12-14T23:44:49.936Z Compiling serde_spanned v0.6.4
16042023-12-14T23:44:50.267Z Compiling toml_datetime v0.6.5
16052023-12-14T23:44:50.697Z Compiling toml_edit v0.19.15
16062023-12-14T23:44:51.996Z Compiling openapiv3 v2.0.0
16072023-12-14T23:44:53.487Z Compiling http-body v0.4.5
16082023-12-14T23:44:54.089Z Compiling heapless v0.7.16
16092023-12-14T23:44:55.211Z Checking crypto-common v0.1.6
16102023-12-14T23:44:55.477Z Compiling ipnet v2.8.0
16112023-12-14T23:44:56.868Z Compiling dof v0.1.5
16122023-12-14T23:44:57.491Z Compiling serde_urlencoded v0.7.1
16132023-12-14T23:44:58.321Z Compiling dtrace-parser v0.1.14
16142023-12-14T23:44:58.678Z Compiling clap_derive v4.4.2
16152023-12-14T23:44:59.510Z Compiling zerocopy-derive v0.6.4
16162023-12-14T23:45:00.016Z Compiling crossbeam-epoch v0.9.15
16172023-12-14T23:45:00.290Z Compiling tokio-util v0.7.10
16182023-12-14T23:45:00.673Z Compiling tokio-rustls v0.24.1
16192023-12-14T23:45:01.241Z Compiling encoding_rs v0.8.33
16202023-12-14T23:45:01.615Z Compiling thread-id v4.2.0
16212023-12-14T23:45:01.763Z Compiling gimli v0.28.0
16222023-12-14T23:45:02.792Z Compiling h2 v0.3.21
16232023-12-14T23:45:03.249Z Compiling webpki-roots v0.25.2
16242023-12-14T23:45:03.779Z Compiling mime v0.3.17
16252023-12-14T23:45:03.779Z Compiling siphasher v0.3.11
16262023-12-14T23:45:05.367Z Compiling tokio-native-tls v0.3.1
16272023-12-14T23:45:05.917Z Compiling serde_tokenstream v0.1.7
16282023-12-14T23:45:06.732Z Compiling strum_macros v0.25.2
16292023-12-14T23:45:07.130Z Compiling block-buffer v0.10.4
16302023-12-14T23:45:07.569Z Compiling bzip2-sys v0.1.11+1.0.8
16312023-12-14T23:45:07.864Z Compiling object v0.32.1
16322023-12-14T23:45:08.246Z Compiling num-iter v0.1.43
16332023-12-14T23:45:08.670Z Compiling addr2line v0.21.0
16342023-12-14T23:45:08.952Z Compiling rustc-demangle v0.1.23
16352023-12-14T23:45:09.863Z Compiling flate2 v1.0.28
16362023-12-14T23:45:10.563Z Compiling digest v0.10.7
16372023-12-14T23:45:11.001Z Compiling doc-comment v0.3.3
16382023-12-14T23:45:11.273Z Compiling ppv-lite86 v0.2.17
16392023-12-14T23:45:11.431Z Compiling usdt-attr-macro v0.3.5
16402023-12-14T23:45:12.038Z Compiling usdt-macro v0.3.5
16412023-12-14T23:45:12.589Z Compiling rand_chacha v0.3.1
16422023-12-14T23:45:12.615Z Compiling toml v0.7.8
16432023-12-14T23:45:12.615Z Compiling toml_edit v0.21.0
16442023-12-14T23:45:13.509Z Compiling hex v0.4.3
16452023-12-14T23:45:13.855Z Compiling hyper v0.14.27
16462023-12-14T23:45:14.174Z Compiling pin-project-internal v1.1.3
16472023-12-14T23:45:14.459Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16482023-12-14T23:45:15.501Z Compiling bit-vec v0.6.3
16492023-12-14T23:45:15.682Z Checking bitflags v1.3.2
16502023-12-14T23:45:16.291Z Compiling rand v0.8.5
16512023-12-14T23:45:17.023Z Compiling phf_shared v0.10.0
16522023-12-14T23:45:18.150Z Compiling num-bigint v0.4.4
16532023-12-14T23:45:19.297Z Compiling minimal-lexical v0.2.1
16542023-12-14T23:45:19.408Z Compiling base64ct v1.6.0
16552023-12-14T23:45:19.956Z Compiling smoltcp v0.9.1
16562023-12-14T23:45:20.130Z Compiling fixedbitset v0.4.2
16572023-12-14T23:45:20.234Z Compiling precomputed-hash v0.1.1
16582023-12-14T23:45:20.357Z Compiling new_debug_unreachable v1.0.4
16592023-12-14T23:45:20.375Z Compiling pem-rfc7468 v0.7.0
16602023-12-14T23:45:20.474Z Compiling string_cache v0.8.7
16612023-12-14T23:45:20.530Z Compiling petgraph v0.6.4
16622023-12-14T23:45:20.822Z Compiling nom v7.1.3
16632023-12-14T23:45:21.571Z Compiling bit-set v0.5.3
16642023-12-14T23:45:21.589Z Compiling hmac v0.12.1
16652023-12-14T23:45:21.980Z Compiling itertools v0.10.5
16662023-12-14T23:45:23.041Z Compiling hubpack_derive v0.1.1
16672023-12-14T23:45:23.221Z Compiling enum-as-inner v0.5.1
16682023-12-14T23:45:23.842Z Compiling diesel_table_macro_syntax v0.1.0
16692023-12-14T23:45:24.862Z Compiling hyper-rustls v0.24.2
16702023-12-14T23:45:24.893Z Compiling hyper-tls v0.5.0
16712023-12-14T23:45:25.232Z Compiling lalrpop-util v0.19.12
16722023-12-14T23:45:25.376Z Compiling flagset v0.4.3
16732023-12-14T23:45:25.670Z Compiling reqwest v0.11.22
16742023-12-14T23:45:25.687Z Compiling unicode-segmentation v1.10.1
16752023-12-14T23:45:25.730Z Compiling der v0.7.8
16762023-12-14T23:45:26.311Z Compiling diesel_derives v2.1.2
16772023-12-14T23:45:26.995Z Compiling snafu-derive v0.7.5
16782023-12-14T23:45:27.130Z Compiling cpufeatures v0.2.9
16792023-12-14T23:45:27.256Z Compiling sha2 v0.10.8
16802023-12-14T23:45:28.175Z Compiling rustix v0.37.23
16812023-12-14T23:45:28.336Z Compiling md-5 v0.10.5
16822023-12-14T23:45:28.712Z Compiling stringprep v0.1.3
16832023-12-14T23:45:30.062Z Compiling spki v0.7.2
16842023-12-14T23:45:30.231Z Compiling serde_repr v0.1.16
16852023-12-14T23:45:30.633Z Compiling hash32 v0.2.1
16862023-12-14T23:45:31.155Z Compiling stable_deref_trait v1.2.0
16872023-12-14T23:45:31.203Z Compiling fallible-iterator v0.2.0
16882023-12-14T23:45:32.026Z Compiling pkcs8 v0.10.2
16892023-12-14T23:45:32.044Z Compiling terminal_size v0.2.6
16902023-12-14T23:45:32.333Z Compiling postgres-protocol v0.6.6
16912023-12-14T23:45:32.952Z Compiling phf_shared v0.11.2
16922023-12-14T23:45:33.477Z Compiling ff v0.13.0
16932023-12-14T23:45:33.531Z Compiling block-padding v0.3.3
16942023-12-14T23:45:33.550Z Compiling scheduled-thread-pool v0.2.7
16952023-12-14T23:45:33.799Z Compiling deranged v0.3.8
16962023-12-14T23:45:33.897Z Compiling regex-automata v0.1.10
16972023-12-14T23:45:34.439Z Compiling base16ct v0.2.0
16982023-12-14T23:45:34.468Z Compiling matches v0.1.10
16992023-12-14T23:45:34.589Z Compiling num_threads v0.1.6
17002023-12-14T23:45:34.643Z Compiling managed v0.8.0
17012023-12-14T23:45:34.900Z Compiling sec1 v0.7.3
17022023-12-14T23:45:34.953Z Compiling clap_builder v4.4.2
17032023-12-14T23:45:35.841Z Compiling idna v0.2.3
17042023-12-14T23:45:36.404Z Compiling bstr v0.2.17
17052023-12-14T23:45:36.851Z Compiling time v0.3.27
17062023-12-14T23:45:38.472Z Compiling r2d2 v0.8.10
17072023-12-14T23:45:38.854Z Compiling inout v0.1.3
17082023-12-14T23:45:38.891Z Compiling group v0.13.0
17092023-12-14T23:45:39.027Z Compiling postgres-types v0.2.6
17102023-12-14T23:45:39.200Z Compiling phf v0.11.2
17112023-12-14T23:45:39.332Z Compiling bzip2 v0.4.4
17122023-12-14T23:45:39.964Z Compiling hubpack v0.1.2
17132023-12-14T23:45:40.044Z Compiling hkdf v0.12.3
17142023-12-14T23:45:40.284Z Compiling pin-project v1.1.3
17152023-12-14T23:45:40.727Z Compiling zerocopy v0.6.4
17162023-12-14T23:45:41.463Z Compiling ipnetwork v0.20.0
17172023-12-14T23:45:42.227Z Compiling crypto-bigint v0.5.2
17182023-12-14T23:45:42.863Z Compiling itertools v0.11.0
17192023-12-14T23:45:44.261Z Compiling futures-executor v0.3.29
17202023-12-14T23:45:45.706Z Compiling float-cmp v0.9.0
17212023-12-14T23:45:46.033Z Compiling regex-automata v0.3.8
17222023-12-14T23:45:47.008Z Compiling static_assertions v1.1.0
17232023-12-14T23:45:47.137Z Compiling predicates-core v1.0.6
17242023-12-14T23:45:47.703Z Compiling normalize-line-endings v0.3.0
17252023-12-14T23:45:47.818Z Compiling data-encoding v2.4.0
17262023-12-14T23:45:47.860Z Compiling whoami v1.4.1
17272023-12-14T23:45:47.935Z Compiling difflib v0.4.0
17282023-12-14T23:45:48.809Z Compiling bstr v1.6.0
17292023-12-14T23:45:49.634Z Compiling trust-dns-proto v0.22.0
17302023-12-14T23:45:50.043Z Compiling predicates v3.0.4
17312023-12-14T23:45:50.543Z Compiling tokio-postgres v0.7.10
17322023-12-14T23:45:50.850Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17332023-12-14T23:45:51.646Z Compiling elliptic-curve v0.13.8
17342023-12-14T23:45:52.606Z Compiling futures v0.3.29
17352023-12-14T23:45:52.737Z Compiling yasna v0.5.2
17362023-12-14T23:45:52.763Z Compiling clap v4.4.3
17372023-12-14T23:45:52.851Z Compiling diesel v2.1.4
17382023-12-14T23:45:52.892Z Compiling snafu v0.7.5
17392023-12-14T23:45:52.925Z Compiling zip v0.6.6
17402023-12-14T23:45:54.243Z Compiling cipher v0.4.4
17412023-12-14T23:45:54.995Z Compiling similar v2.3.0
17422023-12-14T23:45:55.698Z Compiling usdt v0.3.5
17432023-12-14T23:45:55.840Z Compiling tokio-stream v0.1.14
17442023-12-14T23:45:57.171Z Compiling console v0.15.7
17452023-12-14T23:45:57.384Z Checking unicode-ident v1.0.12
17462023-12-14T23:45:57.917Z Checking hashbrown v0.14.2
17472023-12-14T23:45:58.869Z Checking equivalent v1.0.1
17482023-12-14T23:45:59.591Z Checking proc-macro2 v1.0.69
17492023-12-14T23:46:01.181Z Checking quote v1.0.33
17502023-12-14T23:46:03.385Z Checking utf8parse v0.2.1
17512023-12-14T23:46:04.398Z Checking anstyle v1.0.2
17522023-12-14T23:46:06.590Z Checking io-lifetimes v1.0.11
17532023-12-14T23:46:11.038Z Checking anstyle-parse v0.2.1
17542023-12-14T23:46:13.403Z Checking colorchoice v1.0.0
17552023-12-14T23:46:13.805Z Checking anstyle-query v1.0.0
17562023-12-14T23:46:14.043Z Checking anstream v0.5.0
17572023-12-14T23:46:14.535Z Checking clap_lex v0.5.1
17582023-12-14T23:46:14.569Z Checking strsim v0.10.0
17592023-12-14T23:46:15.890Z Checking winnow v0.5.15
17602023-12-14T23:46:22.177Z Compiling serde_tokenstream v0.2.0
17612023-12-14T23:46:25.543Z Compiling regress v0.7.1
17622023-12-14T23:46:31.123Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17632023-12-14T23:46:39.089Z Compiling getopts v0.2.21
17642023-12-14T23:46:39.269Z Compiling unsafe-libyaml v0.2.9
17652023-12-14T23:46:41.198Z Checking heck v0.4.1
17662023-12-14T23:46:41.214Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17672023-12-14T23:46:41.523Z Compiling serde_yaml v0.9.25
17682023-12-14T23:46:42.681Z Compiling ident_case v1.0.1
17692023-12-14T23:46:42.790Z Checking fastrand v2.0.0
17702023-12-14T23:46:42.941Z Checking match_cfg v0.1.0
17712023-12-14T23:46:43.052Z Checking hostname v0.3.1
17722023-12-14T23:46:43.208Z Checking camino v1.1.6
17732023-12-14T23:46:43.258Z Checking tempfile v3.8.1
17742023-12-14T23:46:43.750Z Checking atty v0.2.14
17752023-12-14T23:46:43.754Z Checking quick-error v1.2.3
17762023-12-14T23:46:44.317Z Compiling paste v1.0.14
17772023-12-14T23:46:44.320Z Checking crossbeam-channel v0.5.8
17782023-12-14T23:46:44.320Z Checking sha1 v0.10.6
17792023-12-14T23:46:44.453Z Checking dirs-sys-next v0.1.2
17802023-12-14T23:46:44.690Z Checking dirs-next v2.0.0
17812023-12-14T23:46:44.855Z Checking thread_local v1.1.7
17822023-12-14T23:46:45.066Z Checking instant v0.1.12
17832023-12-14T23:46:45.186Z Compiling slog-async v2.8.0
17842023-12-14T23:46:45.319Z Checking term v0.7.0
17852023-12-14T23:46:45.866Z Compiling multer v2.1.0
17862023-12-14T23:46:46.010Z Checking take_mut v0.2.2
17872023-12-14T23:46:46.202Z Checking debug-ignore v1.0.5
17882023-12-14T23:46:46.380Z Checking slog-term v2.9.0
17892023-12-14T23:46:46.644Z Compiling darling_core v0.20.3
17902023-12-14T23:46:46.785Z Checking slog-json v2.6.1
17912023-12-14T23:46:47.149Z Compiling async-stream-impl v0.3.5
17922023-12-14T23:46:47.156Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17932023-12-14T23:46:47.582Z Checking atomic-waker v1.1.1
17942023-12-14T23:46:47.749Z Checking waitgroup v0.1.2
17952023-12-14T23:46:48.003Z Checking slog-bunyan v2.4.0
17962023-12-14T23:46:48.405Z Checking toml v0.8.8
17972023-12-14T23:46:48.796Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17982023-12-14T23:46:49.306Z Checking serde_path_to_error v0.1.14
17992023-12-14T23:46:49.353Z Checking async-stream v0.3.5
18002023-12-14T23:46:49.503Z Checking strum v0.25.0
18012023-12-14T23:46:49.601Z Compiling structmeta-derive v0.2.0
18022023-12-14T23:46:49.706Z Checking wait-timeout v0.2.0
18032023-12-14T23:46:49.944Z Checking rusty-fork v0.3.0
18042023-12-14T23:46:50.280Z Checking rand_xorshift v0.3.0
18052023-12-14T23:46:50.362Z Compiling regex-syntax v0.7.5
18062023-12-14T23:46:50.505Z Checking unarray v0.1.4
18072023-12-14T23:46:50.702Z Checking proptest v1.4.0
18082023-12-14T23:46:54.560Z Compiling structmeta v0.2.0
18092023-12-14T23:46:55.221Z Checking backoff v0.4.0
18102023-12-14T23:46:55.650Z Compiling test-strategy v0.3.1
18112023-12-14T23:47:03.039Z Compiling darling_macro v0.20.3
18122023-12-14T23:47:03.686Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18132023-12-14T23:47:03.686Z Checking macaddr v1.0.1
18142023-12-14T23:47:03.686Z Compiling darling v0.20.3
18152023-12-14T23:47:03.686Z Checking camino-tempfile v1.1.1
18162023-12-14T23:47:03.686Z Compiling serde_with_macros v3.4.0
18172023-12-14T23:47:03.686Z Checking is-terminal v0.4.9
18182023-12-14T23:47:03.686Z Compiling proc-macro-error-attr v1.0.4
18192023-12-14T23:47:03.686Z Compiling proc-macro-error v1.0.4
18202023-12-14T23:47:03.894Z Compiling proc-macro-crate v1.3.1
18212023-12-14T23:47:03.894Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18222023-12-14T23:47:03.894Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18232023-12-14T23:47:03.894Z Checking termtree v0.4.1
18242023-12-14T23:47:03.895Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18252023-12-14T23:47:03.895Z Checking predicates-tree v1.0.9
18262023-12-14T23:47:03.895Z Compiling num_enum_derive v0.5.11
18272023-12-14T23:47:03.895Z Compiling smoltcp v0.10.0
18282023-12-14T23:47:03.895Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18292023-12-14T23:47:03.895Z Compiling parse-display-derive v0.8.2
18302023-12-14T23:47:03.895Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18312023-12-14T23:47:03.895Z Checking cobs v0.2.3
18322023-12-14T23:47:03.895Z Checking embedded-io v0.4.0
18332023-12-14T23:47:03.895Z Compiling crucible-workspace-hack v0.1.0
18342023-12-14T23:47:03.895Z Checking serde_with v3.4.0
18352023-12-14T23:47:03.897Z Checking postcard v1.0.8
18362023-12-14T23:47:03.897Z Compiling foreign-types-macros v0.2.3
18372023-12-14T23:47:04.000Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18382023-12-14T23:47:04.404Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18392023-12-14T23:47:04.589Z Checking foreign-types-shared v0.3.1
18402023-12-14T23:47:04.735Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18412023-12-14T23:47:05.103Z Checking foreign-types v0.5.0
18422023-12-14T23:47:05.423Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18432023-12-14T23:47:05.582Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18442023-12-14T23:47:05.927Z Checking num_enum v0.5.11
18452023-12-14T23:47:06.122Z Checking cstr-argument v0.1.2
18462023-12-14T23:47:06.369Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18472023-12-14T23:47:06.704Z Checking pretty-hex v0.2.1
18482023-12-14T23:47:06.928Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18492023-12-14T23:47:06.959Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18502023-12-14T23:47:06.996Z Checking colored v2.0.4
18512023-12-14T23:47:07.296Z Compiling zone_cfg_derive v0.3.0
18522023-12-14T23:47:07.354Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18532023-12-14T23:47:07.458Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
18542023-12-14T23:47:08.008Z Compiling num-derive v0.4.0
18552023-12-14T23:47:08.618Z Compiling mockall_derive v0.12.0
18562023-12-14T23:47:09.370Z Checking parse-display v0.8.2
18572023-12-14T23:47:09.579Z Checking fragile v2.0.0
18582023-12-14T23:47:09.599Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18592023-12-14T23:47:09.692Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18602023-12-14T23:47:09.877Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18612023-12-14T23:47:09.959Z Checking downcast v0.11.0
18622023-12-14T23:47:10.512Z Checking zone v0.3.0
18632023-12-14T23:47:10.524Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
18642023-12-14T23:47:10.575Z Checking smf v0.2.2
18652023-12-14T23:47:11.790Z Checking xattr v1.0.1
18662023-12-14T23:47:11.812Z Checking filetime v0.2.23
18672023-12-14T23:47:11.812Z Checking pem v3.0.2
18682023-12-14T23:47:11.812Z Checking tar v0.4.40
18692023-12-14T23:47:11.812Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18702023-12-14T23:47:11.823Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
18712023-12-14T23:47:11.876Z Checking linked-hash-map v0.5.6
18722023-12-14T23:47:12.096Z Checking headers-core v0.2.0
18732023-12-14T23:47:12.285Z Checking headers v0.3.9
18742023-12-14T23:47:12.358Z Checking lru-cache v0.1.2
18752023-12-14T23:47:12.495Z Checking itertools v0.12.0
18762023-12-14T23:47:12.983Z Checking password-hash v0.5.0
18772023-12-14T23:47:12.983Z Checking blake2 v0.10.6
18782023-12-14T23:47:12.983Z Checking swrite v0.1.0
18792023-12-14T23:47:13.029Z Checking rcgen v0.11.3
18802023-12-14T23:47:13.333Z Checking atomicwrites v0.4.2
18812023-12-14T23:47:13.487Z Checking argon2 v0.5.2
18822023-12-14T23:47:13.585Z Checking subprocess v0.2.9
18832023-12-14T23:47:14.015Z Checking half v1.8.2
18842023-12-14T23:47:14.099Z Compiling cancel-safe-futures v0.1.5
18852023-12-14T23:47:14.376Z Checking arc-swap v1.6.0
18862023-12-14T23:47:14.465Z Checking ciborium-io v0.2.1
18872023-12-14T23:47:14.622Z Checking textwrap v0.11.0
18882023-12-14T23:47:14.626Z Checking ciborium-ll v0.2.1
18892023-12-14T23:47:14.626Z Compiling heck v0.3.3
18902023-12-14T23:47:14.917Z Checking vec_map v0.8.2
18912023-12-14T23:47:15.049Z Checking slog-scope v4.4.0
18922023-12-14T23:47:15.081Z Compiling libefi-sys v0.1.0
18932023-12-14T23:47:15.264Z Checking strsim v0.8.0
18942023-12-14T23:47:15.289Z Checking ansi_term v0.12.1
18952023-12-14T23:47:15.308Z Checking slog-stdlog v4.1.1
18962023-12-14T23:47:15.521Z Compiling structopt-derive v0.4.18
18972023-12-14T23:47:15.533Z Checking ciborium v0.2.1
18982023-12-14T23:47:15.740Z Checking clap v2.34.0
18992023-12-14T23:47:16.187Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19002023-12-14T23:47:16.884Z Checking slog-envlogger v2.2.0
19012023-12-14T23:47:17.116Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19022023-12-14T23:47:17.191Z Compiling signal-hook v0.3.17
19032023-12-14T23:47:17.208Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19042023-12-14T23:47:17.552Z Checking libsw v3.3.0
19052023-12-14T23:47:17.571Z Compiling derive-where v1.2.6
19062023-12-14T23:47:17.933Z Checking owo-colors v3.5.0
19072023-12-14T23:47:18.149Z Checking linear-map v1.2.0
19082023-12-14T23:47:18.618Z Checking resolv-conf v0.7.0
19092023-12-14T23:47:19.126Z Compiling slog-dtrace v0.2.3
19102023-12-14T23:47:19.622Z Checking trust-dns-resolver v0.22.0
19112023-12-14T23:47:20.220Z Compiling convert_case v0.4.0
19122023-12-14T23:47:20.428Z Checking structopt v0.3.26
19132023-12-14T23:47:21.127Z Checking nibble_vec v0.1.0
19142023-12-14T23:47:21.380Z Checking endian-type v0.1.2
19152023-12-14T23:47:21.523Z Checking fxhash v0.2.1
19162023-12-14T23:47:21.661Z Compiling derive_more v0.99.17
19172023-12-14T23:47:21.679Z Checking radix_trie v0.2.1
19182023-12-14T23:47:21.759Z Checking termcolor v1.2.0
19192023-12-14T23:47:22.075Z Compiling same-file v1.0.6
19202023-12-14T23:47:22.133Z Checking mockall v0.12.0
19212023-12-14T23:47:22.289Z Compiling radium v0.7.0
19222023-12-14T23:47:22.348Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19232023-12-14T23:47:22.773Z Compiling walkdir v2.4.0
19242023-12-14T23:47:22.776Z Compiling semver-parser v0.10.2
19252023-12-14T23:47:23.021Z Checking tap v1.0.1
19262023-12-14T23:47:23.247Z Compiling maybe-uninit v2.0.0
19272023-12-14T23:47:23.351Z Checking wyz v0.5.1
19282023-12-14T23:47:23.845Z Compiling semver v0.11.0
19292023-12-14T23:47:24.076Z Compiling num-rational v0.4.1
19302023-12-14T23:47:24.755Z Compiling packed_struct v0.10.1
19312023-12-14T23:47:24.766Z Checking funty v2.0.0
19322023-12-14T23:47:24.878Z Compiling home v0.5.5
19332023-12-14T23:47:25.239Z Compiling num-bigint-dig v0.8.4
19342023-12-14T23:47:25.273Z Checking crc-catalog v2.2.0
19352023-12-14T23:47:25.421Z Compiling toolchain_find v0.2.0
19362023-12-14T23:47:25.465Z Checking crc v3.0.1
19372023-12-14T23:47:26.120Z Compiling toml v0.5.11
19382023-12-14T23:47:26.332Z Compiling packed_struct_codegen v0.10.1
19392023-12-14T23:47:26.482Z Checking bitvec v1.0.1
19402023-12-14T23:47:26.652Z Checking nodrop v0.1.14
19412023-12-14T23:47:26.797Z Checking array-init v0.0.4
19422023-12-14T23:47:28.526Z Compiling omicron-zone-package v0.9.1
19432023-12-14T23:47:29.019Z Compiling rustfmt-wrapper v0.2.0
19442023-12-14T23:47:29.058Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19452023-12-14T23:47:29.554Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19462023-12-14T23:47:30.392Z Checking smallvec v0.6.14
19472023-12-14T23:47:31.639Z Checking newline-converter v0.3.0
19482023-12-14T23:47:31.836Z Checking pkcs1 v0.7.5
19492023-12-14T23:47:32.311Z Checking signature v2.1.0
19502023-12-14T23:47:32.634Z Checking num-complex v0.4.4
19512023-12-14T23:47:34.050Z Checking keccak v0.1.4
19522023-12-14T23:47:34.334Z Checking bitfield v0.14.0
19532023-12-14T23:47:34.497Z Checking utf-8 v0.7.6
19542023-12-14T23:47:34.769Z Checking sha3 v0.10.8
19552023-12-14T23:47:34.781Z Checking tungstenite v0.20.1
19562023-12-14T23:47:35.191Z Checking rsa v0.9.2
19572023-12-14T23:47:35.298Z Checking num v0.4.1
19582023-12-14T23:47:35.324Z Checking expectorate v1.1.0
19592023-12-14T23:47:35.431Z Checking serde-hex v0.1.0
19602023-12-14T23:47:35.520Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19612023-12-14T23:47:35.876Z Checking env_logger v0.10.0
19622023-12-14T23:47:35.920Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19632023-12-14T23:47:36.101Z Checking x509-cert v0.2.4
19642023-12-14T23:47:36.507Z Checking ron v0.8.1
19652023-12-14T23:47:36.644Z Checking secrecy v0.8.0
19662023-12-14T23:47:36.942Z Checking crc-any v2.4.3
19672023-12-14T23:47:37.212Z Checking tokio-tungstenite v0.20.1
19682023-12-14T23:47:37.321Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19692023-12-14T23:47:37.524Z Checking signal-hook-mio v0.2.3
19702023-12-14T23:47:37.711Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19712023-12-14T23:47:37.823Z Checking object v0.30.4
19722023-12-14T23:47:37.918Z Checking path-slash v0.1.5
19732023-12-14T23:47:38.222Z Compiling buf-list v1.0.3
19742023-12-14T23:47:38.532Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19752023-12-14T23:47:38.644Z Checking glob v0.3.1
19762023-12-14T23:47:38.712Z Compiling parking_lot_core v0.8.6
19772023-12-14T23:47:39.085Z Checking display-error-chain v0.2.0
19782023-12-14T23:47:39.261Z Checking trust-dns-client v0.22.0
19792023-12-14T23:47:39.657Z Checking pretty-hex v0.4.0
19802023-12-14T23:47:39.888Z Checking parking_lot v0.11.2
19812023-12-14T23:47:39.891Z Compiling vte_generate_state_changes v0.1.1
19822023-12-14T23:47:40.402Z Checking sled v0.34.7
19832023-12-14T23:47:40.902Z Checking arrayvec v0.5.2
19842023-12-14T23:47:41.168Z Compiling semver v0.1.20
19852023-12-14T23:47:41.217Z Checking trust-dns-server v0.22.1
19862023-12-14T23:47:42.053Z Checking vte v0.10.1
19872023-12-14T23:47:42.089Z Compiling rustc_version v0.1.7
19882023-12-14T23:47:42.285Z Checking fd-lock v3.0.13
19892023-12-14T23:47:42.579Z Checking crossterm v0.26.1
19902023-12-14T23:47:42.877Z Compiling newtype_derive v0.1.6
19912023-12-14T23:47:43.319Z Checking crossbeam-deque v0.8.3
19922023-12-14T23:47:43.814Z Compiling unicase v2.7.0
19932023-12-14T23:47:43.931Z Checking strip-ansi-escapes v0.1.1
19942023-12-14T23:47:44.122Z Compiling platforms v3.0.2
19952023-12-14T23:47:44.279Z Checking nu-ansi-term v0.49.0
19962023-12-14T23:47:44.592Z Compiling rayon-core v1.12.0
19972023-12-14T23:47:45.154Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19982023-12-14T23:47:45.230Z Checking reedline v0.22.0
19992023-12-14T23:47:45.450Z Compiling memoffset v0.7.1
20002023-12-14T23:47:45.705Z Checking steno v0.4.0
20012023-12-14T23:47:46.123Z Compiling curve25519-dalek v4.1.1
20022023-12-14T23:47:46.183Z Checking rayon v1.8.0
20032023-12-14T23:47:47.060Z Checking globset v0.4.13
20042023-12-14T23:47:47.064Z Checking olpc-cjson v0.1.3
20052023-12-14T23:47:47.301Z Checking serde_plain v1.0.2
20062023-12-14T23:47:47.836Z Compiling async-recursion v1.0.5
20072023-12-14T23:47:47.864Z Checking typed-path v0.7.0
20082023-12-14T23:47:48.018Z Compiling mime_guess v2.0.4
20092023-12-14T23:47:48.351Z Checking universal-hash v0.5.1
20102023-12-14T23:47:48.598Z Compiling thiserror-impl-no-std v2.0.2
20112023-12-14T23:47:49.078Z Compiling curve25519-dalek-derive v0.1.0
20122023-12-14T23:47:49.385Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20132023-12-14T23:47:49.840Z Compiling salty v0.2.0
20142023-12-14T23:47:50.150Z Checking opaque-debug v0.3.0
20152023-12-14T23:47:50.271Z Checking signature v1.6.4
20162023-12-14T23:47:50.436Z Checking ed25519 v1.5.3
20172023-12-14T23:47:50.687Z Checking poly1305 v0.8.0
20182023-12-14T23:47:50.796Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20192023-12-14T23:47:50.811Z Checking tough v0.16.0
20202023-12-14T23:47:51.676Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20212023-12-14T23:47:52.115Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20222023-12-14T23:47:52.501Z Checking chacha20 v0.9.1
20232023-12-14T23:47:52.566Z Checking aead v0.5.2
20242023-12-14T23:47:52.739Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20252023-12-14T23:47:53.021Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20262023-12-14T23:47:53.039Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20272023-12-14T23:47:53.165Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20282023-12-14T23:47:53.955Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20292023-12-14T23:47:54.465Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20302023-12-14T23:47:54.719Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20312023-12-14T23:47:56.550Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20322023-12-14T23:47:56.671Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20332023-12-14T23:47:57.647Z Checking thiserror-no-std v2.0.2
20342023-12-14T23:47:57.811Z Checking serde-big-array v0.5.1
20352023-12-14T23:48:01.463Z Checking kstat-rs v0.2.3
20362023-12-14T23:48:01.697Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20372023-12-14T23:48:01.698Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20382023-12-14T23:48:01.698Z Checking bytecount v0.6.3
20392023-12-14T23:48:01.801Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20402023-12-14T23:48:01.801Z Checking papergrid v0.10.0
20412023-12-14T23:48:01.801Z Checking vsss-rs v3.3.2
20422023-12-14T23:48:02.069Z Checking chacha20poly1305 v0.10.1
20432023-12-14T23:48:03.099Z Checking signal-hook-tokio v0.3.1
20442023-12-14T23:48:03.164Z Compiling tabled_derive v0.6.0
20452023-12-14T23:48:03.340Z Checking nix v0.26.4
20462023-12-14T23:48:03.872Z Checking serde-big-array v0.4.1
20472023-12-14T23:48:03.873Z Compiling sqlparser_derive v0.1.1
20482023-12-14T23:48:05.318Z Checking unicode_categories v0.1.1
20492023-12-14T23:48:05.779Z Checking sqlformat v0.2.3
20502023-12-14T23:48:06.378Z Checking sqlparser v0.36.1
20512023-12-14T23:48:06.468Z Checking rustyline v12.0.0
20522023-12-14T23:48:07.308Z Checking tabled v0.14.0
20532023-12-14T23:48:08.090Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20542023-12-14T23:48:09.093Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
20552023-12-14T23:48:09.641Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
20562023-12-14T23:48:10.614Z Checking bcs v0.1.6
20572023-12-14T23:48:11.323Z Checking highway v1.1.0
20582023-12-14T23:48:11.463Z Checking corncobs v0.1.3
20592023-12-14T23:48:11.722Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20602023-12-14T23:48:11.932Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
20612023-12-14T23:48:12.318Z Compiling portable-atomic v1.4.3
20622023-12-14T23:48:13.024Z Compiling crunchy v0.2.2
20632023-12-14T23:48:13.546Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20642023-12-14T23:48:13.762Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20652023-12-14T23:48:13.921Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20662023-12-14T23:48:16.193Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20672023-12-14T23:48:16.441Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20682023-12-14T23:48:17.497Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20692023-12-14T23:48:17.789Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20702023-12-14T23:48:18.107Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20712023-12-14T23:48:18.870Z Checking http-range v0.1.5
20722023-12-14T23:48:19.090Z Checking hyper-staticfile v0.9.5
20732023-12-14T23:48:19.710Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20742023-12-14T23:48:19.732Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
20752023-12-14T23:48:20.719Z Compiling clang-sys v1.6.1
20762023-12-14T23:48:20.801Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20772023-12-14T23:48:21.794Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20782023-12-14T23:48:21.812Z Checking assert_matches v1.5.0
20792023-12-14T23:48:21.934Z Compiling prettyplease v0.2.12
20802023-12-14T23:48:22.340Z Compiling tiny-keccak v2.0.2
20812023-12-14T23:48:25.181Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20822023-12-14T23:48:25.508Z Compiling darling_core v0.14.4
20832023-12-14T23:48:26.238Z Checking number_prefix v0.4.0
20842023-12-14T23:48:26.501Z Checking humantime v2.1.0
20852023-12-14T23:48:26.937Z Checking indicatif v0.17.7
20862023-12-14T23:48:27.006Z Compiling ascii-canvas v3.0.0
20872023-12-14T23:48:28.251Z Compiling ena v0.14.2
20882023-12-14T23:48:28.848Z Compiling libloading v0.7.4
20892023-12-14T23:48:28.936Z Compiling diff v0.1.13
20902023-12-14T23:48:29.457Z Compiling regex-syntax v0.6.29
20912023-12-14T23:48:30.010Z Compiling bindgen v0.65.1
20922023-12-14T23:48:39.057Z Compiling darling_macro v0.14.4
20932023-12-14T23:48:39.057Z Compiling darling v0.14.4
20942023-12-14T23:48:39.057Z Compiling lalrpop v0.19.12
20952023-12-14T23:48:39.057Z Compiling cexpr v0.6.0
20962023-12-14T23:48:39.179Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20972023-12-14T23:48:39.393Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20982023-12-14T23:48:39.468Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20992023-12-14T23:48:40.442Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21002023-12-14T23:48:40.689Z Compiling which v4.4.0
21012023-12-14T23:48:41.653Z Compiling rustc-hash v1.1.0
21022023-12-14T23:48:41.725Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21032023-12-14T23:48:42.017Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21042023-12-14T23:48:48.248Z Compiling peeking_take_while v0.1.2
21052023-12-14T23:48:48.328Z Compiling lazycell v1.3.0
21062023-12-14T23:48:48.328Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21072023-12-14T23:48:48.328Z Compiling shlex v1.1.0
21082023-12-14T23:48:48.328Z Compiling ref-cast v1.0.20
21092023-12-14T23:48:48.328Z Checking maplit v1.0.2
21102023-12-14T23:48:48.328Z Compiling derive_builder_core v0.12.0
21112023-12-14T23:48:48.328Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21122023-12-14T23:48:48.328Z Compiling ref-cast-impl v1.0.20
21132023-12-14T23:48:49.137Z Compiling libxml v0.3.3
21142023-12-14T23:48:49.712Z Compiling derive_builder_macro v0.12.0
21152023-12-14T23:48:49.731Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21162023-12-14T23:48:49.737Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21172023-12-14T23:48:50.733Z Compiling strum_macros v0.24.3
21182023-12-14T23:48:50.965Z Compiling fs-err v2.11.0
21192023-12-14T23:48:51.405Z Compiling cookie v0.18.0
21202023-12-14T23:48:51.829Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
21212023-12-14T23:48:52.283Z Compiling indoc v1.0.9
21222023-12-14T23:48:53.115Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21232023-12-14T23:48:53.565Z Checking derive_builder v0.12.0
21242023-12-14T23:48:53.944Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21252023-12-14T23:48:56.307Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21262023-12-14T23:48:56.565Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21272023-12-14T23:48:56.783Z Checking bb8 v0.8.1
21282023-12-14T23:48:56.977Z Checking quick-xml v0.23.1
21292023-12-14T23:48:57.433Z Compiling impl-trait-for-tuples v0.2.2
21302023-12-14T23:48:57.529Z Compiling oso-derive v0.27.0
21312023-12-14T23:48:57.692Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21322023-12-14T23:48:58.684Z Checking smawk v0.3.1
21332023-12-14T23:48:58.877Z Checking unicode-linebreak v0.1.5
21342023-12-14T23:48:58.888Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21352023-12-14T23:48:59.533Z Checking textwrap v0.16.0
21362023-12-14T23:48:59.788Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21372023-12-14T23:48:59.923Z Checking bytesize v1.3.0
21382023-12-14T23:48:59.964Z Checking is_ci v1.1.1
21392023-12-14T23:49:00.102Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21402023-12-14T23:49:00.137Z Checking supports-color v2.1.0
21412023-12-14T23:49:00.245Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21422023-12-14T23:49:00.409Z Checking crossterm v0.27.0
21432023-12-14T23:49:00.814Z Checking cassowary v0.3.0
21442023-12-14T23:49:01.417Z Compiling indoc v2.0.3
21452023-12-14T23:49:02.372Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21462023-12-14T23:49:02.700Z Checking rtoolbox v0.0.1
21472023-12-14T23:49:03.229Z Checking rpassword v7.3.1
21482023-12-14T23:49:03.231Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21492023-12-14T23:49:03.231Z Checking ratatui v0.23.0
21502023-12-14T23:49:04.481Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21512023-12-14T23:49:04.924Z Checking shell-words v1.1.0
21522023-12-14T23:49:05.207Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
21532023-12-14T23:49:06.120Z Checking fatfs v0.3.6
21542023-12-14T23:49:07.060Z Checking tui-tree-widget v0.13.0
21552023-12-14T23:49:07.494Z Checking yansi v0.5.1
21562023-12-14T23:49:07.728Z Compiling target-lexicon v0.12.12
21572023-12-14T23:49:07.759Z Compiling guppy-workspace-hack v0.1.0
21582023-12-14T23:49:07.900Z Checking pretty_assertions v1.4.0
21592023-12-14T23:49:08.168Z Checking plotters-backend v0.3.5
21602023-12-14T23:49:08.213Z Checking rand v0.4.6
21612023-12-14T23:49:08.740Z Checking plotters-svg v0.3.5
21622023-12-14T23:49:09.054Z Checking remove_dir_all v0.5.3
21632023-12-14T23:49:09.183Z Checking cast v0.3.0
21642023-12-14T23:49:09.678Z Compiling target-spec v3.0.1
21652023-12-14T23:49:09.697Z Checking tempdir v0.3.7
21662023-12-14T23:49:09.913Z Checking criterion-plot v0.5.0
21672023-12-14T23:49:09.986Z Checking cfg-expr v0.15.5
21682023-12-14T23:49:10.529Z Checking plotters v0.3.5
21692023-12-14T23:49:10.812Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21702023-12-14T23:49:11.182Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21712023-12-14T23:49:12.101Z Checking tinytemplate v1.2.1
21722023-12-14T23:49:12.695Z Checking cargo-platform v0.1.3
21732023-12-14T23:49:13.137Z Checking anes v0.1.6
21742023-12-14T23:49:13.372Z Checking oorandom v11.1.3
21752023-12-14T23:49:13.585Z Checking cargo_metadata v0.18.1
21762023-12-14T23:49:13.685Z Checking criterion v0.5.1
21772023-12-14T23:49:16.676Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21782023-12-14T23:49:16.768Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21792023-12-14T23:49:17.493Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21802023-12-14T23:49:18.273Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21812023-12-14T23:49:18.422Z Checking assert_cmd v2.0.12
21822023-12-14T23:49:19.039Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21832023-12-14T23:49:21.421Z Checking pathdiff v0.2.1
21842023-12-14T23:49:21.623Z Checking nested v0.1.1
21852023-12-14T23:49:22.330Z Checking guppy v0.17.4
21862023-12-14T23:49:25.341Z Checking threadpool v1.8.1
21872023-12-14T23:49:25.610Z Checking nanorand v0.7.0
21882023-12-14T23:49:26.162Z Checking topological-sort v0.2.2
21892023-12-14T23:49:26.453Z Checking flume v0.11.0
21902023-12-14T23:49:26.561Z Checking libtest-mimic v0.6.1
21912023-12-14T23:49:27.194Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21922023-12-14T23:49:27.253Z Checking httptest v0.15.5
21932023-12-14T23:49:27.543Z Checking similar-asserts v1.5.0
21942023-12-14T23:49:27.851Z Compiling rstest_macros v0.18.2
21952023-12-14T23:49:28.369Z Compiling crossbeam-queue v0.3.8
21962023-12-14T23:49:28.764Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21972023-12-14T23:49:29.135Z Checking datatest-stable v0.2.3
21982023-12-14T23:49:29.460Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21992023-12-14T23:49:30.559Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22002023-12-14T23:49:30.729Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22012023-12-14T23:49:34.470Z Compiling trybuild v1.0.85
22022023-12-14T23:49:34.626Z Compiling relative-path v1.9.0
22032023-12-14T23:49:34.626Z Checking arrayref v0.3.7
22042023-12-14T23:49:34.626Z Checking arrayvec v0.7.4
22052023-12-14T23:49:34.626Z Checking constant_time_eq v0.2.6
22062023-12-14T23:49:34.626Z Checking blake2b_simd v1.0.1
22072023-12-14T23:49:34.632Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22082023-12-14T23:49:34.632Z Checking basic-toml v0.1.4
22092023-12-14T23:49:35.300Z Checking constant_time_eq v0.3.0
22102023-12-14T23:49:35.464Z Checking futures-timer v3.0.2
22112023-12-14T23:49:35.911Z Checking rust-argon2 v1.0.1
22122023-12-14T23:49:38.661Z Checking crossbeam v0.8.2
22132023-12-14T23:49:39.089Z Checking partial-io v0.5.4
22142023-12-14T23:49:39.633Z Checking approx v0.5.1
22152023-12-14T23:49:39.951Z Checking termios v0.3.3
22162023-12-14T23:49:40.479Z Checking hex-literal v0.4.1
22172023-12-14T23:49:50.197Z Checking rstest v0.18.2
22182023-12-14T23:49:51.686Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22192023-12-14T23:49:54.598Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
22202023-12-14T23:50:59.495Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22212023-12-14T23:51:00.870Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22222023-12-14T23:51:06.303Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
22232023-12-14T23:51:16.549Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22242023-12-14T23:51:41.200Z Compiling polar-core v0.27.0
22252023-12-14T23:51:51.940Z Checking oso v0.27.0
22262023-12-14T23:52:28.169Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22272023-12-14T23:53:49.275Z Finished dev [unoptimized + debuginfo] target(s) in 9m 56s
22282023-12-14T23:53:49.479Z
22292023-12-14T23:53:49.479Zreal 10:55.061882761
22302023-12-14T23:53:49.479Zuser 59:32.113377139
22312023-12-14T23:53:49.486Zsys 7:43.291601377
22322023-12-14T23:53:49.486Ztrap 2.127736119
22332023-12-14T23:53:49.486Ztflt 4.873682337
22342023-12-14T23:53:49.486Zdflt 6.365144992
22352023-12-14T23:53:49.486Zkflt 0.022479420
22362023-12-14T23:53:49.486Zlock 1:33:55.127245062
22372023-12-14T23:53:49.486Zslp 2:56:46.279140113
22382023-12-14T23:53:49.486Zlat 2:07.842451975
22392023-12-14T23:53:49.487Zstop 4:26.385744833
22402023-12-14T23:53:50.650Zwarning: output filename collision.
22412023-12-14T23:53:50.650ZThe 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)`.
22422023-12-14T23:53:50.650ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22432023-12-14T23:53:50.650ZThe targets should have unique names.
22442023-12-14T23:53:50.650ZThis is a known bug where multiple crates with the same name use
22452023-12-14T23:53:50.650Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22462023-12-14T23:53:50.659Zwarning: output filename collision.
22472023-12-14T23:53:50.659ZThe lib target `nix` in package `nix v0.26.4` 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)`.
22482023-12-14T23:53:50.659ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
22492023-12-14T23:53:50.659ZThe targets should have unique names.
22502023-12-14T23:53:50.659ZThis is a known bug where multiple crates with the same name use
22512023-12-14T23:53:50.659Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22522023-12-14T23:53:50.659Zwarning: output filename collision.
22532023-12-14T23:53:50.659ZThe 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)`.
22542023-12-14T23:53:50.659ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22552023-12-14T23:53:50.659ZThe targets should have unique names.
22562023-12-14T23:53:50.659ZThis is a known bug where multiple crates with the same name use
22572023-12-14T23:53:50.659Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22582023-12-14T23:53:50.659Zwarning: output filename collision.
22592023-12-14T23:53:50.659ZThe 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)`.
22602023-12-14T23:53:50.660ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22612023-12-14T23:53:50.660ZThe targets should have unique names.
22622023-12-14T23:53:50.660ZThis is a known bug where multiple crates with the same name use
22632023-12-14T23:53:50.660Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22642023-12-14T23:53:51.277Z Documenting libc v0.2.151
22652023-12-14T23:53:51.298Z Documenting cfg-if v1.0.0
22662023-12-14T23:53:51.298Z Documenting serde_derive v1.0.193
22672023-12-14T23:53:51.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22682023-12-14T23:53:51.320Z Documenting scopeguard v1.2.0
22692023-12-14T23:53:51.320Z Documenting log v0.4.20
22702023-12-14T23:53:51.343Z Documenting memchr v2.6.3
22712023-12-14T23:53:51.361Z Documenting itoa v1.0.9
22722023-12-14T23:53:51.743Z Documenting smallvec v1.11.2
22732023-12-14T23:53:55.159Z Documenting zeroize_derive v1.4.2
22742023-12-14T23:53:55.295Z Documenting lock_api v0.4.10
22752023-12-14T23:53:55.441Z Documenting pin-project-lite v0.2.13
22762023-12-14T23:53:56.612Z Documenting libm v0.2.7
22772023-12-14T23:53:57.454Z Documenting futures-core v0.3.29
22782023-12-14T23:53:57.621Z Documenting getrandom v0.2.10
22792023-12-14T23:53:58.304Z Documenting parking_lot_core v0.9.8
22802023-12-14T23:53:59.650Z Documenting signal-hook-registry v1.4.1
22812023-12-14T23:53:59.740Z Documenting mio v0.8.9
22822023-12-14T23:54:00.920Z Documenting serde v1.0.193
22832023-12-14T23:54:01.139Z Documenting num-traits v0.2.16
22842023-12-14T23:54:02.802Z Documenting zeroize v1.7.0
22852023-12-14T23:54:02.986Z Documenting thiserror-impl v1.0.49
22862023-12-14T23:54:03.175Z Documenting rand_core v0.6.4
22872023-12-14T23:54:03.831Z Documenting parking_lot v0.12.1
22882023-12-14T23:54:05.769Z Documenting socket2 v0.5.5
22892023-12-14T23:54:05.778Z Documenting num_cpus v1.16.0
22902023-12-14T23:54:08.230Z Documenting typenum v1.16.0
22912023-12-14T23:54:08.493Z Documenting tokio-macros v2.2.0
22922023-12-14T23:54:08.621Z Documenting once_cell v1.19.0
22932023-12-14T23:54:09.685Z Documenting subtle v2.5.0
22942023-12-14T23:54:09.934Z Documenting thiserror v1.0.49
22952023-12-14T23:54:11.244Z Documenting ryu v1.0.15
22962023-12-14T23:54:11.663Z Documenting byteorder v1.5.0
22972023-12-14T23:54:14.544Z Documenting futures-sink v0.3.29
22982023-12-14T23:54:14.975Z Documenting const-oid v0.9.5
22992023-12-14T23:54:15.062Z Documenting pin-utils v0.1.0
23002023-12-14T23:54:15.233Z Documenting futures-task v0.3.29
23012023-12-14T23:54:15.751Z Documenting slab v0.4.9
23022023-12-14T23:54:17.810Z Documenting futures-macro v0.3.29
23032023-12-14T23:54:19.866Z Documenting futures-channel v0.3.29
23042023-12-14T23:54:20.689Z Documenting futures-io v0.3.29
23052023-12-14T23:54:21.724Z Documenting iana-time-zone v0.1.57
23062023-12-14T23:54:23.202Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072023-12-14T23:54:24.077Z Documenting tinyvec_macros v0.1.1
23082023-12-14T23:54:24.401Z Documenting ppv-lite86 v0.2.17
23092023-12-14T23:54:25.105Z Documenting fnv v1.0.7
23102023-12-14T23:54:25.996Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112023-12-14T23:54:26.484Z Documenting futures-util v0.3.29
23122023-12-14T23:54:27.851Z Documenting tracing-core v0.1.31
23132023-12-14T23:54:28.476Z Documenting tinyvec v1.6.0
23142023-12-14T23:54:29.972Z Documenting rand_chacha v0.3.1
23152023-12-14T23:54:30.848Z Documenting tracing-attributes v0.1.26
23162023-12-14T23:54:34.279Z Documenting unicode-normalization v0.1.22
23172023-12-14T23:54:35.655Z Documenting bytes v1.5.0
23182023-12-14T23:54:36.541Z Documenting bitflags v2.4.0
23192023-12-14T23:54:39.505Z Documenting serde_json v1.0.108
23202023-12-14T23:54:40.659Z Documenting chrono v0.4.31
23212023-12-14T23:54:40.740Z Documenting uuid v1.6.1
23222023-12-14T23:54:41.669Z Documenting rand v0.8.5
23232023-12-14T23:54:42.872Z Documenting base64 v0.21.5
23242023-12-14T23:54:43.271Z Documenting tokio v1.35.0
23252023-12-14T23:54:47.300Z Documenting spin v0.9.8
23262023-12-14T23:54:48.007Z Documenting lazy_static v1.4.0
23272023-12-14T23:54:48.767Z Documenting unicode-bidi v0.3.13
23282023-12-14T23:54:49.762Z Documenting http v0.2.11
23292023-12-14T23:54:49.848Z Documenting percent-encoding v2.3.1
23302023-12-14T23:54:51.803Z Documenting cpufeatures v0.2.9
23312023-12-14T23:54:51.970Z Documenting serde_derive_internals v0.26.0
23322023-12-14T23:54:52.131Z Documenting generic-array v0.14.7
23332023-12-14T23:54:55.035Z Checking serde_derive_internals v0.26.0
23342023-12-14T23:54:55.792Z Documenting form_urlencoded v1.2.1
23352023-12-14T23:54:55.968Z Documenting dyn-clone v1.0.13
23362023-12-14T23:54:56.003Z Documenting errno v0.3.2
23372023-12-14T23:54:57.502Z Documenting tracing v0.1.37
23382023-12-14T23:54:58.280Z Documenting idna v0.5.0
23392023-12-14T23:54:58.493Z Documenting crypto-common v0.1.6
23402023-12-14T23:54:59.761Z Documenting block-buffer v0.10.4
23412023-12-14T23:54:59.946Z Documenting schemars_derive v0.8.13
23422023-12-14T23:55:00.416Z Documenting httparse v1.8.0
23432023-12-14T23:55:01.672Z Documenting rustix v0.38.25
23442023-12-14T23:55:01.782Z Documenting adler v1.0.2
23452023-12-14T23:55:04.310Z Documenting url v2.5.0
23462023-12-14T23:55:05.265Z Documenting unicode-ident v1.0.12
23472023-12-14T23:55:05.773Z Documenting miniz_oxide v0.7.1
23482023-12-14T23:55:06.163Z Documenting digest v0.10.7
23492023-12-14T23:55:06.678Z Documenting unicode-width v0.1.11
23502023-12-14T23:55:08.859Z Documenting schemars v0.8.13
23512023-12-14T23:55:09.254Z Documenting proc-macro2 v1.0.69
23522023-12-14T23:55:10.571Z Documenting base64ct v1.6.0
23532023-12-14T23:55:10.712Z Documenting openssl-probe v0.1.5
23542023-12-14T23:55:10.871Z Documenting httpdate v1.0.3
23552023-12-14T23:55:11.401Z Documenting untrusted v0.9.0
23562023-12-14T23:55:15.758Z Documenting quote v1.0.33
23572023-12-14T23:55:15.837Z Documenting try-lock v0.2.4
23582023-12-14T23:55:15.916Z Documenting ring v0.17.7
23592023-12-14T23:55:16.465Z Documenting http-body v0.4.5
23602023-12-14T23:55:16.573Z Documenting openssl-sys v0.9.96
23612023-12-14T23:55:17.135Z Documenting async-trait v0.1.74
23622023-12-14T23:55:17.640Z Documenting openssl-macros v0.1.1
23632023-12-14T23:55:20.083Z Documenting want v0.3.1
23642023-12-14T23:55:21.626Z Documenting tower-service v0.3.2
23652023-12-14T23:55:22.798Z Documenting mime v0.3.17
23662023-12-14T23:55:23.987Z Documenting rustls-webpki v0.101.7
23672023-12-14T23:55:24.178Z Documenting pem-rfc7468 v0.7.0
23682023-12-14T23:55:24.208Z Documenting aho-corasick v1.0.4
23692023-12-14T23:55:25.641Z Documenting sct v0.7.0
23702023-12-14T23:55:25.845Z Documenting openssl v0.10.60
23712023-12-14T23:55:26.474Z Documenting tokio-util v0.7.10
23722023-12-14T23:55:27.675Z Documenting slog v2.7.0
23732023-12-14T23:55:29.257Z Documenting der_derive v0.7.2
23742023-12-14T23:55:30.464Z Documenting utf8parse v0.2.1
23752023-12-14T23:55:30.826Z Documenting hashbrown v0.14.2
23762023-12-14T23:55:31.219Z Documenting flagset v0.4.3
23772023-12-14T23:55:31.548Z Documenting equivalent v1.0.1
23782023-12-14T23:55:33.621Z Documenting ipnet v2.8.0
23792023-12-14T23:55:34.536Z Documenting regex-syntax v0.8.2
23802023-12-14T23:55:34.938Z Documenting h2 v0.3.21
23812023-12-14T23:55:35.319Z Documenting rustls v0.21.9
23822023-12-14T23:55:35.516Z Documenting rustls-pemfile v1.0.3
23832023-12-14T23:55:36.956Z Documenting der v0.7.8
23842023-12-14T23:55:37.198Z Documenting indexmap v2.1.0
23852023-12-14T23:55:38.369Z Documenting num-integer v0.1.45
23862023-12-14T23:55:39.901Z Documenting time-macros v0.2.13
23872023-12-14T23:55:40.958Z Documenting time-core v0.1.1
23882023-12-14T23:55:44.264Z Documenting deranged v0.3.8
23892023-12-14T23:55:44.342Z Documenting gimli v0.28.0
23902023-12-14T23:55:44.497Z Documenting num_threads v0.1.6
23912023-12-14T23:55:44.794Z Documenting regex-automata v0.4.3
23922023-12-14T23:55:45.187Z Documenting spki v0.7.2
23932023-12-14T23:55:47.017Z Documenting native-tls v0.2.11
23942023-12-14T23:55:47.960Z Documenting tokio-rustls v0.24.1
23952023-12-14T23:55:49.617Z Documenting hyper v0.14.27
23962023-12-14T23:55:49.870Z Documenting object v0.32.1
23972023-12-14T23:55:50.554Z Documenting time v0.3.27
23982023-12-14T23:55:51.785Z Documenting crossbeam-utils v0.8.16
23992023-12-14T23:55:53.808Z Documenting addr2line v0.21.0
24002023-12-14T23:55:54.347Z Documenting encoding_rs v0.8.33
24012023-12-14T23:55:57.167Z Checking pest_meta v2.7.2
24022023-12-14T23:55:57.499Z Documenting regex v1.10.2
24032023-12-14T23:55:57.943Z Documenting rustc-demangle v0.1.23
24042023-12-14T23:55:58.538Z Documenting tokio-native-tls v0.3.1
24052023-12-14T23:55:58.757Z Documenting rustls-native-certs v0.6.3
24062023-12-14T23:55:59.295Z Documenting serde_urlencoded v0.7.1
24072023-12-14T23:56:01.344Z Documenting pest_meta v2.7.2
24082023-12-14T23:56:02.085Z Checking pest_generator v2.7.2
24092023-12-14T23:56:03.301Z Documenting pkcs8 v0.10.2
24102023-12-14T23:56:04.345Z Documenting data-encoding v2.4.0
24112023-12-14T23:56:05.554Z Documenting ucd-trie v0.1.6
24122023-12-14T23:56:05.774Z Documenting anstyle v1.0.2
24132023-12-14T23:56:06.590Z Documenting webpki-roots v0.25.2
24142023-12-14T23:56:07.247Z Documenting pest_generator v2.7.2
24152023-12-14T23:56:08.373Z Documenting hyper-rustls v0.24.2
24162023-12-14T23:56:08.724Z Documenting backtrace v0.3.69
24172023-12-14T23:56:10.337Z Documenting hyper-tls v0.5.0
24182023-12-14T23:56:10.775Z Documenting anstyle-parse v0.2.1
24192023-12-14T23:56:23.425Z Documenting syn v2.0.32
24202023-12-14T23:56:24.162Z Documenting pest v2.7.2
24212023-12-14T23:56:24.162Z Documenting ipnetwork v0.20.0
24222023-12-14T23:56:24.371Z Documenting pest_derive v2.7.2
24232023-12-14T23:56:24.508Z Documenting sha2 v0.10.8
24242023-12-14T23:56:24.578Z Documenting anyhow v1.0.75
24252023-12-14T23:56:24.578Z Documenting futures-executor v0.3.29
24262023-12-14T23:56:24.578Z Documenting hex v0.4.3
24272023-12-14T23:56:24.578Z Documenting reqwest v0.11.22
24282023-12-14T23:56:24.579Z Documenting crc32fast v1.3.2
24292023-12-14T23:56:24.579Z Checking serde_tokenstream v0.1.7
24302023-12-14T23:56:24.579Z Documenting anstyle-query v1.0.0
24312023-12-14T23:56:24.579Z Documenting colorchoice v1.0.0
24322023-12-14T23:56:24.838Z Documenting dtrace-parser v0.1.14
24332023-12-14T23:56:25.429Z Documenting num-iter v0.1.43
24342023-12-14T23:56:25.599Z Documenting openapiv3 v2.0.0
24352023-12-14T23:56:25.930Z Documenting hmac v0.12.1
24362023-12-14T23:56:26.640Z Documenting dof v0.1.5
24372023-12-14T23:56:27.096Z Documenting anstream v0.5.0
24382023-12-14T23:56:30.351Z Documenting thread-id v4.2.0
24392023-12-14T23:56:31.484Z Documenting terminal_size v0.2.6
24402023-12-14T23:56:32.642Z Documenting memoffset v0.9.0
24412023-12-14T23:56:32.919Z Documenting clap_lex v0.5.1
24422023-12-14T23:56:32.964Z Documenting strsim v0.10.0
24432023-12-14T23:56:35.308Z Documenting flate2 v1.0.28
24442023-12-14T23:56:35.796Z Documenting futures v0.3.29
24452023-12-14T23:56:35.977Z Documenting usdt-impl v0.3.5
24462023-12-14T23:56:36.670Z Documenting crossbeam-epoch v0.9.15
24472023-12-14T23:56:37.626Z Documenting usdt-attr-macro v0.3.5
24482023-12-14T23:56:38.964Z Documenting usdt-macro v0.3.5
24492023-12-14T23:56:39.170Z Documenting clap_builder v4.4.2
24502023-12-14T23:56:39.982Z Documenting clap_derive v4.4.2
24512023-12-14T23:56:42.708Z Documenting unicode-segmentation v1.10.1
24522023-12-14T23:56:42.711Z Documenting managed v0.8.0
24532023-12-14T23:56:44.124Z Documenting block-padding v0.3.3
24542023-12-14T23:56:45.084Z Documenting scheduled-thread-pool v0.2.7
24552023-12-14T23:56:46.338Z Documenting usdt v0.3.5
24562023-12-14T23:56:47.393Z Documenting bzip2-sys v0.1.11+1.0.8
24572023-12-14T23:56:47.764Z Documenting enum-as-inner v0.5.1
24582023-12-14T23:56:47.767Z Checking diesel_table_macro_syntax v0.1.0
24592023-12-14T23:56:47.810Z Documenting diesel_table_macro_syntax v0.1.0
24602023-12-14T23:56:47.997Z Documenting pin-project-internal v1.1.3
24612023-12-14T23:56:48.011Z Documenting clap v4.4.3
24622023-12-14T23:56:50.454Z Documenting either v1.9.0
24632023-12-14T23:56:50.863Z Documenting r2d2 v0.8.10
24642023-12-14T23:56:53.011Z Documenting bzip2 v0.4.4
24652023-12-14T23:56:53.904Z Documenting inout v0.1.3
24662023-12-14T23:56:54.348Z Documenting diesel_derives v2.1.2
24672023-12-14T23:56:54.756Z Documenting trust-dns-proto v0.22.0
24682023-12-14T23:56:55.018Z Documenting pin-project v1.1.3
24692023-12-14T23:56:55.064Z Documenting md-5 v0.10.5
24702023-12-14T23:56:56.438Z Documenting stringprep v0.1.3
24712023-12-14T23:56:56.853Z Documenting toml_datetime v0.6.5
24722023-12-14T23:56:58.706Z Documenting serde_spanned v0.6.4
24732023-12-14T23:56:59.148Z Documenting zerocopy v0.7.26
24742023-12-14T23:56:59.908Z Documenting ff v0.13.0
24752023-12-14T23:57:02.040Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24762023-12-14T23:57:02.137Z Documenting doc-comment v0.3.3
24772023-12-14T23:57:02.622Z Documenting snafu-derive v0.7.5
24782023-12-14T23:57:04.433Z Documenting bit-vec v0.6.3
24792023-12-14T23:57:04.812Z Documenting winnow v0.5.15
24802023-12-14T23:57:05.532Z Documenting base16ct v0.2.0
24812023-12-14T23:57:06.163Z Documenting fallible-iterator v0.2.0
24822023-12-14T23:57:07.747Z Documenting siphasher v0.3.11
24832023-12-14T23:57:08.403Z Documenting static_assertions v1.1.0
24842023-12-14T23:57:09.911Z Documenting sec1 v0.7.3
24852023-12-14T23:57:10.323Z Documenting diesel v2.1.4
24862023-12-14T23:57:10.444Z Documenting group v0.13.0
24872023-12-14T23:57:12.086Z Documenting phf_shared v0.11.2
24882023-12-14T23:57:12.266Z Documenting toml_edit v0.21.0
24892023-12-14T23:57:13.016Z Documenting cipher v0.4.4
24902023-12-14T23:57:13.756Z Documenting postgres-protocol v0.6.6
24912023-12-14T23:57:13.838Z Documenting snafu v0.7.5
24922023-12-14T23:57:17.277Z Documenting zip v0.6.6
24932023-12-14T23:57:17.641Z Documenting hkdf v0.12.3
24942023-12-14T23:57:18.650Z Documenting num-bigint v0.4.4
24952023-12-14T23:57:20.470Z Documenting crypto-bigint v0.5.2
24962023-12-14T23:57:20.631Z Documenting hubpack v0.1.2
24972023-12-14T23:57:22.825Z Documenting regress v0.7.1
24982023-12-14T23:57:23.042Z Documenting bstr v1.6.0
24992023-12-14T23:57:23.473Z Documenting serde_repr v0.1.16
25002023-12-14T23:57:25.279Z Documenting minimal-lexical v0.2.1
25012023-12-14T23:57:27.303Z Documenting fixedbitset v0.4.2
25022023-12-14T23:57:29.210Z Documenting lalrpop-util v0.19.12
25032023-12-14T23:57:30.167Z Documenting precomputed-hash v0.1.1
25042023-12-14T23:57:30.664Z Documenting new_debug_unreachable v1.0.4
25052023-12-14T23:57:30.924Z Documenting nom v7.1.3
25062023-12-14T23:57:31.778Z Documenting elliptic-curve v0.13.8
25072023-12-14T23:57:32.266Z Documenting petgraph v0.6.4
25082023-12-14T23:57:32.288Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25092023-12-14T23:57:34.903Z Documenting yasna v0.5.2
25102023-12-14T23:57:35.752Z Documenting postgres-types v0.2.6
25112023-12-14T23:57:35.914Z Documenting string_cache v0.8.7
25122023-12-14T23:57:38.614Z Documenting phf v0.11.2
25132023-12-14T23:57:42.513Z Documenting console v0.15.7
25142023-12-14T23:57:42.599Z Documenting semver v1.0.20
25152023-12-14T23:57:43.083Z Documenting float-cmp v0.9.0
25162023-12-14T23:57:43.165Z Documenting difflib v0.4.0
25172023-12-14T23:57:44.234Z Documenting whoami v1.4.1
25182023-12-14T23:57:44.779Z Checking unsafe-libyaml v0.2.9
25192023-12-14T23:57:46.543Z Documenting heck v0.4.1
25202023-12-14T23:57:46.791Z Documenting predicates-core v1.0.6
25212023-12-14T23:57:48.360Z Documenting normalize-line-endings v0.3.0
25222023-12-14T23:57:48.701Z Documenting bit-set v0.5.3
25232023-12-14T23:57:48.911Z Documenting ahash v0.8.6
25242023-12-14T23:57:48.994Z Documenting similar v2.3.0
25252023-12-14T23:57:49.884Z Documenting tokio-postgres v0.7.10
25262023-12-14T23:57:50.079Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25272023-12-14T23:57:52.393Z Documenting tokio-stream v0.1.14
25282023-12-14T23:57:52.694Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25292023-12-14T23:57:53.802Z Documenting predicates v3.0.4
25302023-12-14T23:57:54.781Z Checking ident_case v1.0.1
25312023-12-14T23:57:54.990Z Documenting unsafe-libyaml v0.2.9
25322023-12-14T23:57:55.459Z Checking serde_yaml v0.9.25
25332023-12-14T23:57:55.661Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25342023-12-14T23:57:58.520Z Documenting getopts v0.2.21
25352023-12-14T23:58:00.055Z Documenting match_cfg v0.1.0
25362023-12-14T23:58:00.242Z Documenting sha1 v0.10.6
25372023-12-14T23:58:00.620Z Documenting serde_yaml v0.9.25
25382023-12-14T23:58:01.356Z Documenting dirs-sys-next v0.1.2
25392023-12-14T23:58:02.413Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25402023-12-14T23:58:03.827Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25412023-12-14T23:58:04.239Z Documenting hostname v0.3.1
25422023-12-14T23:58:04.639Z Documenting thread_local v1.1.7
25432023-12-14T23:58:06.987Z Documenting dirs-next v2.0.0
25442023-12-14T23:58:07.502Z Documenting paste v1.0.14
25452023-12-14T23:58:07.625Z Documenting crossbeam-channel v0.5.8
25462023-12-14T23:58:07.810Z Documenting atty v0.2.14
25472023-12-14T23:58:08.995Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25482023-12-14T23:58:09.843Z Documenting take_mut v0.2.2
25492023-12-14T23:58:10.758Z Documenting slog-json v2.6.1
25502023-12-14T23:58:12.468Z Documenting camino v1.1.6
25512023-12-14T23:58:12.649Z Documenting term v0.7.0
25522023-12-14T23:58:13.637Z Documenting async-stream-impl v0.3.5
25532023-12-14T23:58:13.677Z Documenting atomic-waker v1.1.1
25542023-12-14T23:58:13.860Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25552023-12-14T23:58:15.392Z Documenting slog-async v2.8.0
25562023-12-14T23:58:17.953Z Documenting debug-ignore v1.0.5
25572023-12-14T23:58:17.981Z Documenting waitgroup v0.1.2
25582023-12-14T23:58:18.523Z Documenting slog-term v2.9.0
25592023-12-14T23:58:19.330Z Documenting slog-bunyan v2.4.0
25602023-12-14T23:58:20.227Z Checking darling_core v0.20.3
25612023-12-14T23:58:20.403Z Documenting async-stream v0.3.5
25622023-12-14T23:58:21.524Z Documenting toml v0.8.8
25632023-12-14T23:58:21.685Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25642023-12-14T23:58:23.074Z Documenting multer v2.1.0
25652023-12-14T23:58:23.357Z Documenting serde_path_to_error v0.1.14
25662023-12-14T23:58:24.851Z Documenting strum v0.25.0
25672023-12-14T23:58:25.392Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25682023-12-14T23:58:26.261Z Checking darling v0.20.3
25692023-12-14T23:58:26.265Z Documenting serde_with_macros v3.4.0
25702023-12-14T23:58:26.265Z Documenting structmeta-derive v0.2.0
25712023-12-14T23:58:28.604Z Checking structmeta v0.2.0
25722023-12-14T23:58:29.029Z Documenting instant v0.1.12
25732023-12-14T23:58:29.457Z Checking regex-syntax v0.7.5
25742023-12-14T23:58:29.582Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25752023-12-14T23:58:30.131Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
25762023-12-14T23:58:30.275Z Documenting macaddr v1.0.1
25772023-12-14T23:58:33.573Z Documenting structmeta v0.2.0
25782023-12-14T23:58:33.982Z Documenting serde_with v3.4.0
25792023-12-14T23:58:34.370Z Documenting backoff v0.4.0
25802023-12-14T23:58:35.091Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25812023-12-14T23:58:36.229Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25822023-12-14T23:58:36.357Z Documenting fastrand v2.0.0
25832023-12-14T23:58:39.905Z Documenting parse-display-derive v0.8.2
25842023-12-14T23:58:40.333Z Documenting proc-macro-error-attr v1.0.4
25852023-12-14T23:58:41.007Z Checking proc-macro-error v1.0.4
25862023-12-14T23:58:41.438Z Documenting is-terminal v0.4.9
25872023-12-14T23:58:41.615Z Documenting proc-macro-crate v1.3.1
25882023-12-14T23:58:42.463Z Checking proc-macro-crate v1.3.1
25892023-12-14T23:58:42.637Z Documenting tempfile v3.8.1
25902023-12-14T23:58:42.794Z Documenting hash32 v0.2.1
25912023-12-14T23:58:45.074Z Documenting stable_deref_trait v1.2.0
25922023-12-14T23:58:45.842Z Documenting proc-macro-error v1.0.4
25932023-12-14T23:58:48.439Z Documenting num_enum_derive v0.5.11
25942023-12-14T23:58:48.443Z Documenting cobs v0.2.3
25952023-12-14T23:58:48.517Z Documenting parse-display v0.8.2
25962023-12-14T23:58:48.812Z Documenting embedded-io v0.4.0
25972023-12-14T23:58:49.078Z Documenting camino-tempfile v1.1.1
25982023-12-14T23:58:49.147Z Documenting heapless v0.7.16
25992023-12-14T23:58:52.210Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26002023-12-14T23:58:52.387Z Documenting foreign-types-macros v0.2.3
26012023-12-14T23:58:52.402Z Documenting foreign-types-shared v0.3.1
26022023-12-14T23:58:53.361Z Documenting postcard v1.0.8
26032023-12-14T23:58:54.511Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26042023-12-14T23:58:55.618Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26052023-12-14T23:58:56.347Z Documenting num_enum v0.5.11
26062023-12-14T23:58:56.591Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26072023-12-14T23:58:56.685Z Documenting smoltcp v0.10.0
26082023-12-14T23:58:56.991Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26092023-12-14T23:58:58.523Z Documenting crucible-workspace-hack v0.1.0
26102023-12-14T23:58:59.265Z Documenting foreign-types v0.5.0
26112023-12-14T23:58:59.993Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26122023-12-14T23:59:00.420Z Documenting cstr-argument v0.1.2
26132023-12-14T23:59:01.772Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26142023-12-14T23:59:03.045Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26152023-12-14T23:59:03.884Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26162023-12-14T23:59:05.120Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26172023-12-14T23:59:05.261Z Documenting colored v2.0.4
26182023-12-14T23:59:05.524Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26192023-12-14T23:59:05.974Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26202023-12-14T23:59:06.728Z Documenting zone_cfg_derive v0.3.0
26212023-12-14T23:59:08.101Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26222023-12-14T23:59:09.433Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
26232023-12-14T23:59:10.730Z Documenting num-derive v0.4.0
26242023-12-14T23:59:12.191Z Documenting smf v0.2.2
26252023-12-14T23:59:12.470Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26262023-12-14T23:59:14.189Z Documenting zone v0.3.0
26272023-12-14T23:59:14.316Z Documenting linked-hash-map v0.5.6
26282023-12-14T23:59:14.358Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
26292023-12-14T23:59:14.821Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26302023-12-14T23:59:15.571Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
26312023-12-14T23:59:17.685Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
26322023-12-14T23:59:18.049Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26332023-12-14T23:59:18.606Z Documenting password-hash v0.5.0
26342023-12-14T23:59:20.636Z Documenting lru-cache v0.1.2
26352023-12-14T23:59:21.485Z Documenting blake2 v0.10.6
26362023-12-14T23:59:22.460Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26372023-12-14T23:59:22.935Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26382023-12-14T23:59:23.376Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26392023-12-14T23:59:23.600Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26402023-12-14T23:59:24.249Z Checking heck v0.3.3
26412023-12-14T23:59:24.432Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26422023-12-14T23:59:24.509Z Documenting structopt-derive v0.4.18
26432023-12-14T23:59:24.593Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26442023-12-14T23:59:24.930Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26452023-12-14T23:59:26.388Z Documenting libefi-sys v0.1.0
26462023-12-14T23:59:28.986Z Documenting argon2 v0.5.2
26472023-12-14T23:59:29.409Z Documenting quick-error v1.2.3
26482023-12-14T23:59:32.008Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26492023-12-14T23:59:32.183Z Documenting structopt v0.3.26
26502023-12-14T23:59:32.611Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26512023-12-14T23:59:33.992Z Documenting itertools v0.12.0
26522023-12-14T23:59:34.720Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26532023-12-14T23:59:34.890Z Documenting resolv-conf v0.7.0
26542023-12-14T23:59:36.505Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26552023-12-14T23:59:38.551Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26562023-12-14T23:59:39.522Z Documenting nibble_vec v0.1.0
26572023-12-14T23:59:39.980Z Documenting endian-type v0.1.2
26582023-12-14T23:59:40.769Z Documenting trust-dns-resolver v0.22.0
26592023-12-14T23:59:43.465Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602023-12-14T23:59:44.344Z Documenting cancel-safe-futures v0.1.5
26612023-12-14T23:59:45.093Z Documenting convert_case v0.4.0
26622023-12-14T23:59:45.555Z Checking convert_case v0.4.0
26632023-12-14T23:59:45.807Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26642023-12-14T23:59:45.845Z Documenting swrite v0.1.0
26652023-12-14T23:59:46.081Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26662023-12-14T23:59:46.238Z Documenting radix_trie v0.2.1
26672023-12-14T23:59:46.560Z Documenting tap v1.0.1
26682023-12-14T23:59:50.498Z Documenting derive_more v0.99.17
26692023-12-14T23:59:50.789Z Documenting arc-swap v1.6.0
26702023-12-14T23:59:51.287Z Documenting wyz v0.5.1
26712023-12-14T23:59:51.899Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722023-12-14T23:59:52.313Z Documenting num-rational v0.4.1
26732023-12-14T23:59:53.887Z Documenting radium v0.7.0
26742023-12-14T23:59:54.253Z Documenting libsw v3.3.0
26752023-12-14T23:59:55.862Z Documenting num-complex v0.4.4
26762023-12-14T23:59:56.655Z Documenting slog-scope v4.4.0
26772023-12-14T23:59:58.188Z Documenting derive-where v1.2.6
26782023-12-14T23:59:58.554Z Documenting half v1.8.2
26792023-12-14T23:59:58.960Z Documenting ciborium-io v0.2.1
26802023-12-15T00:00:01.467Z Documenting linear-map v1.2.0
26812023-12-15T00:00:02.188Z Documenting crc-catalog v2.2.0
26822023-12-15T00:00:02.253Z Documenting funty v2.0.0
26832023-12-15T00:00:02.992Z Documenting owo-colors v3.5.0
26842023-12-15T00:00:03.372Z Documenting num v0.4.1
26852023-12-15T00:00:04.340Z Documenting ciborium-ll v0.2.1
26862023-12-15T00:00:06.493Z Documenting crc v3.0.1
26872023-12-15T00:00:07.026Z Documenting bitvec v1.0.1
26882023-12-15T00:00:07.742Z Documenting slog-stdlog v4.1.1
26892023-12-15T00:00:08.080Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26902023-12-15T00:00:09.375Z Documenting slog-dtrace v0.2.3
26912023-12-15T00:00:10.370Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26922023-12-15T00:00:10.562Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26932023-12-15T00:00:10.956Z Documenting xattr v1.0.1
26942023-12-15T00:00:11.994Z Documenting filetime v0.2.23
26952023-12-15T00:00:13.736Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26962023-12-15T00:00:15.900Z Documenting packed_struct_codegen v0.10.1
26972023-12-15T00:00:16.927Z Documenting keccak v0.1.4
26982023-12-15T00:00:17.744Z Documenting nodrop v0.1.14
26992023-12-15T00:00:19.387Z Documenting tar v0.4.40
27002023-12-15T00:00:19.814Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27012023-12-15T00:00:20.986Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27022023-12-15T00:00:21.151Z Documenting sha3 v0.10.8
27032023-12-15T00:00:22.024Z Documenting array-init v0.0.4
27042023-12-15T00:00:23.892Z Documenting packed_struct v0.10.1
27052023-12-15T00:00:25.262Z Documenting slog-envlogger v2.2.0
27062023-12-15T00:00:25.485Z Documenting ciborium v0.2.1
27072023-12-15T00:00:25.754Z Documenting num-bigint-dig v0.8.4
27082023-12-15T00:00:26.623Z Documenting pkcs1 v0.7.5
27092023-12-15T00:00:28.840Z Documenting signature v2.1.0
27102023-12-15T00:00:31.944Z Documenting fxhash v0.2.1
27112023-12-15T00:00:33.221Z Documenting secrecy v0.8.0
27122023-12-15T00:00:33.618Z Documenting bitfield v0.14.0
27132023-12-15T00:00:35.383Z Documenting utf-8 v0.7.6
27142023-12-15T00:00:36.140Z Documenting termcolor v1.2.0
27152023-12-15T00:00:36.953Z Documenting rsa v0.9.2
27162023-12-15T00:00:37.543Z Documenting serde-hex v0.1.0
27172023-12-15T00:00:37.922Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27182023-12-15T00:00:39.421Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27192023-12-15T00:00:41.031Z Documenting tungstenite v0.20.1
27202023-12-15T00:00:42.680Z Documenting env_logger v0.10.0
27212023-12-15T00:00:46.262Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27222023-12-15T00:00:48.308Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27232023-12-15T00:00:49.327Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27242023-12-15T00:00:50.338Z Documenting newtype_derive v0.1.6
27252023-12-15T00:00:50.398Z Documenting signal-hook v0.3.17
27262023-12-15T00:00:51.088Z Documenting x509-cert v0.2.4
27272023-12-15T00:00:51.492Z Documenting pem v3.0.2
27282023-12-15T00:00:52.345Z Documenting ron v0.8.1
27292023-12-15T00:00:55.986Z Documenting vte_generate_state_changes v0.1.1
27302023-12-15T00:00:56.693Z Documenting crc-any v2.4.3
27312023-12-15T00:00:57.156Z Documenting arrayvec v0.5.2
27322023-12-15T00:00:58.825Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27332023-12-15T00:00:59.669Z Documenting steno v0.4.0
27342023-12-15T00:01:01.377Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27352023-12-15T00:01:01.934Z Documenting tokio-tungstenite v0.20.1
27362023-12-15T00:01:01.948Z Documenting vte v0.10.1
27372023-12-15T00:01:05.402Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27382023-12-15T00:01:05.664Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27392023-12-15T00:01:06.519Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27402023-12-15T00:01:12.266Z Documenting fd-lock v3.0.13
27412023-12-15T00:01:12.807Z Documenting display-error-chain v0.2.0
27422023-12-15T00:01:15.226Z Documenting same-file v1.0.6
27432023-12-15T00:01:15.266Z Documenting glob v0.3.1
27442023-12-15T00:01:16.928Z Documenting path-slash v0.1.5
27452023-12-15T00:01:18.437Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27462023-12-15T00:01:18.751Z Documenting strip-ansi-escapes v0.1.1
27472023-12-15T00:01:21.479Z Documenting walkdir v2.4.0
27482023-12-15T00:01:21.820Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492023-12-15T00:01:22.494Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27502023-12-15T00:01:24.611Z Documenting buf-list v1.0.3
27512023-12-15T00:01:24.625Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27522023-12-15T00:01:27.836Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27532023-12-15T00:01:31.115Z Checking darling_core v0.14.4
27542023-12-15T00:01:31.674Z Documenting nu-ansi-term v0.49.0
27552023-12-15T00:01:34.022Z Checking darling v0.14.4
27562023-12-15T00:01:34.665Z Documenting trust-dns-client v0.22.0
27572023-12-15T00:01:36.895Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27582023-12-15T00:01:37.607Z Documenting reedline v0.22.0
27592023-12-15T00:01:37.650Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27602023-12-15T00:01:38.061Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27612023-12-15T00:01:39.886Z Documenting bytecount v0.6.3
27622023-12-15T00:01:44.243Z Documenting papergrid v0.10.0
27632023-12-15T00:01:48.245Z Documenting trust-dns-server v0.22.1
27642023-12-15T00:01:48.564Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652023-12-15T00:01:48.576Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662023-12-15T00:01:50.749Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27672023-12-15T00:01:52.674Z Documenting sled v0.34.7
27682023-12-15T00:01:52.884Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27692023-12-15T00:01:53.928Z Documenting unicase v2.7.0
27702023-12-15T00:01:54.060Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27712023-12-15T00:01:54.489Z Documenting tabled_derive v0.6.0
27722023-12-15T00:01:57.003Z Documenting globset v0.4.13
27732023-12-15T00:01:57.178Z Documenting crossbeam-deque v0.8.3
27742023-12-15T00:01:57.400Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27752023-12-15T00:01:58.241Z Documenting headers-core v0.2.0
27762023-12-15T00:01:58.687Z Documenting olpc-cjson v0.1.3
27772023-12-15T00:02:01.124Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782023-12-15T00:02:01.239Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27792023-12-15T00:02:01.252Z Documenting serde_plain v1.0.2
27802023-12-15T00:02:01.965Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27812023-12-15T00:02:02.656Z Documenting nix v0.26.4
27822023-12-15T00:02:02.906Z Documenting sqlparser_derive v0.1.1
27832023-12-15T00:02:04.926Z Documenting async-recursion v1.0.5
27842023-12-15T00:02:05.344Z Documenting home v0.5.5
27852023-12-15T00:02:05.443Z Documenting typed-path v0.7.0
27862023-12-15T00:02:07.016Z Documenting unicode_categories v0.1.1
27872023-12-15T00:02:07.304Z Documenting pretty-hex v0.4.0
27882023-12-15T00:02:09.770Z Documenting sqlparser v0.36.1
27892023-12-15T00:02:09.874Z Documenting headers v0.3.9
27902023-12-15T00:02:11.004Z Documenting rustyline v12.0.0
27912023-12-15T00:02:11.374Z Documenting rayon-core v1.12.0
27922023-12-15T00:02:11.820Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27932023-12-15T00:02:12.761Z Documenting sqlformat v0.2.3
27942023-12-15T00:02:13.556Z Documenting tough v0.16.0
27952023-12-15T00:02:17.598Z Documenting tabled v0.14.0
27962023-12-15T00:02:18.936Z Documenting mime_guess v2.0.4
27972023-12-15T00:02:20.042Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27982023-12-15T00:02:21.296Z Checking derive_builder_core v0.12.0
27992023-12-15T00:02:22.726Z Documenting derive_builder_core v0.12.0
28002023-12-15T00:02:25.771Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28012023-12-15T00:02:25.924Z Documenting signal-hook-mio v0.2.3
28022023-12-15T00:02:27.431Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
28032023-12-15T00:02:28.408Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28042023-12-15T00:02:28.817Z Documenting universal-hash v0.5.1
28052023-12-15T00:02:30.813Z Documenting bcs v0.1.6
28062023-12-15T00:02:31.400Z Documenting kstat-rs v0.2.3
28072023-12-15T00:02:31.922Z Documenting thiserror-impl-no-std v2.0.2
28082023-12-15T00:02:32.091Z Documenting curve25519-dalek-derive v0.1.0
28092023-12-15T00:02:32.847Z Documenting highway v1.1.0
28102023-12-15T00:02:36.961Z Documenting opaque-debug v0.3.0
28112023-12-15T00:02:37.935Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28122023-12-15T00:02:38.071Z Documenting crossterm v0.27.0
28132023-12-15T00:02:38.714Z Documenting curve25519-dalek v4.1.1
28142023-12-15T00:02:39.029Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28152023-12-15T00:02:39.567Z Documenting derive_builder_macro v0.12.0
28162023-12-15T00:02:39.581Z Documenting thiserror-no-std v2.0.2
28172023-12-15T00:02:41.108Z Documenting poly1305 v0.8.0
28182023-12-15T00:02:43.768Z Documenting rayon v1.8.0
28192023-12-15T00:02:46.491Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28202023-12-15T00:02:47.079Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28212023-12-15T00:02:47.125Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28222023-12-15T00:02:48.688Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28232023-12-15T00:02:55.347Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
28242023-12-15T00:03:06.643Z Documenting portable-atomic v1.4.3
28252023-12-15T00:03:08.071Z Documenting ed25519 v1.5.3
28262023-12-15T00:03:12.041Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28272023-12-15T00:03:12.244Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282023-12-15T00:03:12.267Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28292023-12-15T00:03:14.932Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
28302023-12-15T00:03:15.992Z Documenting chacha20 v0.9.1
28312023-12-15T00:03:16.090Z Documenting aead v0.5.2
28322023-12-15T00:03:16.608Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28332023-12-15T00:03:18.868Z Documenting ref-cast-impl v1.0.20
28342023-12-15T00:03:19.877Z Documenting number_prefix v0.4.0
28352023-12-15T00:03:23.539Z Documenting cassowary v0.3.0
28362023-12-15T00:03:25.468Z Documenting chacha20poly1305 v0.10.1
28372023-12-15T00:03:25.629Z Documenting indicatif v0.17.7
28382023-12-15T00:03:26.608Z Documenting ref-cast v1.0.20
28392023-12-15T00:03:29.702Z Documenting ratatui v0.23.0
28402023-12-15T00:03:30.807Z Documenting salty v0.2.0
28412023-12-15T00:03:31.990Z Documenting vsss-rs v3.3.2
28422023-12-15T00:03:33.045Z Documenting derive_builder v0.12.0
28432023-12-15T00:03:37.558Z Documenting fs-err v2.11.0
28442023-12-15T00:03:39.278Z Documenting polar-core v0.27.0
28452023-12-15T00:03:40.680Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28462023-12-15T00:03:40.718Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28472023-12-15T00:03:43.363Z Documenting libxml v0.3.3
28482023-12-15T00:03:43.960Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28492023-12-15T00:03:44.043Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502023-12-15T00:03:45.086Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
28512023-12-15T00:03:47.163Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28522023-12-15T00:03:51.122Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28532023-12-15T00:03:51.550Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28542023-12-15T00:03:52.528Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28552023-12-15T00:03:53.228Z Documenting bb8 v0.8.1
28562023-12-15T00:03:53.306Z Documenting serde-big-array v0.5.1
28572023-12-15T00:03:59.814Z Documenting quick-xml v0.23.1
28582023-12-15T00:04:01.255Z Documenting bytesize v1.3.0
28592023-12-15T00:04:01.603Z Documenting rtoolbox v0.0.1
28602023-12-15T00:04:03.621Z Documenting impl-trait-for-tuples v0.2.2
28612023-12-15T00:04:06.843Z Documenting oso-derive v0.27.0
28622023-12-15T00:04:07.486Z Documenting unicode-linebreak v0.1.5
28632023-12-15T00:04:08.008Z Documenting smawk v0.3.1
28642023-12-15T00:04:11.958Z Documenting humantime v2.1.0
28652023-12-15T00:04:12.454Z Documenting http-range v0.1.5
28662023-12-15T00:04:12.945Z Documenting maplit v1.0.2
28672023-12-15T00:04:13.286Z Documenting is_ci v1.1.1
28682023-12-15T00:04:14.141Z Documenting textwrap v0.16.0
28692023-12-15T00:04:16.558Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28702023-12-15T00:04:17.643Z Documenting rpassword v7.3.1
28712023-12-15T00:04:17.937Z Documenting hyper-staticfile v0.9.5
28722023-12-15T00:04:18.552Z Documenting oso v0.27.0
28732023-12-15T00:04:19.039Z Documenting supports-color v2.1.0
28742023-12-15T00:04:19.059Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28752023-12-15T00:04:19.317Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
28762023-12-15T00:04:23.604Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28772023-12-15T00:04:26.092Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28782023-12-15T00:04:26.697Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28792023-12-15T00:04:28.184Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28802023-12-15T00:04:34.191Z Documenting tui-tree-widget v0.13.0
28812023-12-15T00:04:35.977Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28822023-12-15T00:04:38.156Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28832023-12-15T00:04:40.693Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28842023-12-15T00:04:42.581Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28852023-12-15T00:04:43.226Z Documenting cookie v0.18.0
28862023-12-15T00:04:46.178Z Documenting rcgen v0.11.3
28872023-12-15T00:04:49.098Z Documenting signal-hook-tokio v0.3.1
28882023-12-15T00:04:49.881Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28892023-12-15T00:04:50.470Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28902023-12-15T00:04:51.556Z Documenting atomicwrites v0.4.2
28912023-12-15T00:04:54.799Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28922023-12-15T00:04:56.260Z Documenting subprocess v0.2.9
28932023-12-15T00:04:56.403Z Documenting corncobs v0.1.3
28942023-12-15T00:04:58.267Z Documenting shell-words v1.1.0
28952023-12-15T00:05:00.907Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28962023-12-15T00:05:01.898Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28972023-12-15T00:05:02.413Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982023-12-15T00:05:03.005Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28992023-12-15T00:05:03.781Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29002023-12-15T00:05:04.573Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012023-12-15T00:05:05.032Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29022023-12-15T00:05:06.520Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29032023-12-15T00:05:08.023Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042023-12-15T00:05:10.729Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29052023-12-15T00:05:33.442Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29062023-12-15T00:05:34.288Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
29072023-12-15T00:05:40.762Z Documenting fatfs v0.3.6
29082023-12-15T00:05:41.916Z Documenting nanorand v0.7.0
29092023-12-15T00:05:46.377Z Documenting assert_matches v1.5.0
29102023-12-15T00:05:48.204Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29112023-12-15T00:05:48.314Z Documenting flume v0.11.0
29122023-12-15T00:06:01.247Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29132023-12-15T00:06:02.661Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29142023-12-15T00:06:02.661Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29152023-12-15T00:06:02.661Z Documenting omicron-zone-package v0.9.1
29162023-12-15T00:06:02.662Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29172023-12-15T00:06:02.662Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29182023-12-15T00:06:04.560Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29192023-12-15T00:06:13.036Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29202023-12-15T00:06:18.395Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29212023-12-15T00:06:19.481Z Documenting termios v0.3.3
29222023-12-15T00:06:23.345Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
29232023-12-15T00:06:23.345Z --> sled-agent/src/sim/instance.rs:46:7
29242023-12-15T00:06:23.346Z |
29252023-12-15T00:06:23.346Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
29262023-12-15T00:06:23.346Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
29272023-12-15T00:06:23.346Z |
29282023-12-15T00:06:23.346Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29292023-12-15T00:06:23.346Z
29302023-12-15T00:06:25.517Z Documenting topological-sort v0.2.2
29312023-12-15T00:06:28.284Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
29322023-12-15T00:06:32.157Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29332023-12-15T00:06:33.249Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29342023-12-15T00:06:33.409Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29352023-12-15T00:06:37.412Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29362023-12-15T00:07:04.486Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29372023-12-15T00:07:20.385Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29382023-12-15T00:07:21.552Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29392023-12-15T00:07:40.706Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
29402023-12-15T00:07:42.064Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29412023-12-15T00:07:43.165Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29422023-12-15T00:07:51.596Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29432023-12-15T00:07:52.901Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29442023-12-15T00:08:42.892Zwarning: unresolved link to `VolumeConstructionRequest`
29452023-12-15T00:08:42.892Z --> nexus/src/app/sagas/volume_delete.rs:338:7
29462023-12-15T00:08:42.892Z |
29472023-12-15T00:08:42.892Z338 | /// [`VolumeConstructionRequest`] is shown here):
29482023-12-15T00:08:42.892Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29492023-12-15T00:08:42.892Z |
29502023-12-15T00:08:42.892Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29512023-12-15T00:08:42.892Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29522023-12-15T00:08:42.892Z
29532023-12-15T00:08:42.902Zwarning: unresolved link to `fd00:1122:3344:101::5`
29542023-12-15T00:08:42.902Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29552023-12-15T00:08:42.902Z |
29562023-12-15T00:08:42.903Z348 | /// "[fd00:1122:3344:101::5]:1000",
29572023-12-15T00:08:42.903Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29582023-12-15T00:08:42.903Z
29592023-12-15T00:08:42.903Zwarning: unresolved link to `fd00:1122:3344:102::9`
29602023-12-15T00:08:42.903Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29612023-12-15T00:08:42.903Z |
29622023-12-15T00:08:42.903Z349 | /// "[fd00:1122:3344:102::9]:1000",
29632023-12-15T00:08:42.903Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29642023-12-15T00:08:42.903Z
29652023-12-15T00:08:42.903Zwarning: unresolved link to `fd00:1122:3344:103::2`
29662023-12-15T00:08:42.903Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29672023-12-15T00:08:42.903Z |
29682023-12-15T00:08:42.904Z350 | /// "[fd00:1122:3344:103::2]:1000"
29692023-12-15T00:08:42.904Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29702023-12-15T00:08:42.904Z
29712023-12-15T00:08:42.904Zwarning: unresolved link to `fd00:1122:3344:101::5`
29722023-12-15T00:08:42.904Z --> nexus/src/app/sagas/volume_delete.rs:369:17
29732023-12-15T00:08:42.904Z |
29742023-12-15T00:08:42.904Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
29752023-12-15T00:08:42.904Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29762023-12-15T00:08:42.904Z
29772023-12-15T00:08:42.904Zwarning: unresolved link to `fd00:1122:3344:102::9`
29782023-12-15T00:08:42.904Z --> nexus/src/app/sagas/volume_delete.rs:370:17
29792023-12-15T00:08:42.905Z |
29802023-12-15T00:08:42.905Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
29812023-12-15T00:08:42.905Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29822023-12-15T00:08:42.905Z
29832023-12-15T00:08:42.905Zwarning: unresolved link to `fd00:1122:3344:103::2`
29842023-12-15T00:08:42.905Z --> nexus/src/app/sagas/volume_delete.rs:371:17
29852023-12-15T00:08:42.905Z |
29862023-12-15T00:08:42.905Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
29872023-12-15T00:08:42.905Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29882023-12-15T00:08:42.905Z
29892023-12-15T00:08:46.121Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
29902023-12-15T00:09:07.273Z Finished dev [unoptimized + debuginfo] target(s) in 15m 17s
29912023-12-15T00:09:07.392Z
29922023-12-15T00:09:07.392Zreal 15:17.926299079
29932023-12-15T00:09:07.392Zuser 52:11.295971197
29942023-12-15T00:09:07.392Zsys 1:00:00.789805963
29952023-12-15T00:09:07.392Ztrap 2.062276938
29962023-12-15T00:09:07.392Ztflt 0.579796135
29972023-12-15T00:09:07.392Zdflt 0.553533725
29982023-12-15T00:09:07.395Zkflt 0.000541556
29992023-12-15T00:09:07.395Zlock 3:07:17.162843970
30002023-12-15T00:09:07.395Zslp 4:02:57.750130329
30012023-12-15T00:09:07.395Zlat 5:35.510354199
30022023-12-15T00:09:07.395Zstop 1:22.913227424
30032023-12-15T00:09:07.396Zprocess exited: duration 1746882 ms, exit code 0
 
30042023-12-15T00:09:07.402Zfound 0 output files