01HFJZMPG8JV41MR56RVZEXR6M: 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: 01HFJZNA7V187DR5F0XY2RQG91

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-19T05:09:25.209Zjob assigned to worker 01HFJZMSM81SVQTRZ9M3RCTGFA (queued for 1 m 13 s)
 
22023-11-19T05:09:25.728Zstarting task 0: "setup"
32023-11-19T05:09:25.795Z++ uname -s
42023-11-19T05:09:25.805Z+ kern=SunOS
52023-11-19T05:09:25.812Z+ case "$kern" in
62023-11-19T05:09:25.824Z+ groupadd -g 12345 build
72023-11-19T05:09:25.830Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-19T05:09:27.804Z+ zfs create -o mountpoint=/work rpool/work
92023-11-19T05:09:27.960Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-19T05:09:27.962Z+ home_fs=zfs
112023-11-19T05:09:27.966Z+ [[ zfs == autofs ]]
122023-11-19T05:09:27.968Z+ mkdir -p /home/build
132023-11-19T05:09:27.972Z+ chown build:build /home/build /work
142023-11-19T05:09:29.977Z+ chmod 0700 /home/build /work
152023-11-19T05:09:29.988Zprocess exited: duration 4239 ms, exit code 0
 
162023-11-19T05:09:30.005Zstarting task 1: "rust-toolchain"
172023-11-19T05:09:30.026Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-19T05:09:30.036Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-19T05:09:30.394Zinfo: downloading installer
202023-11-19T05:09:33.139Zwarning: it looks like you have an existing installation of Rust at:
212023-11-19T05:09:33.142Zwarning: /opt/ooce/bin
222023-11-19T05:09:33.145Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-19T05:09:33.150Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-19T05:09:33.156Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-19T05:09:33.162Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-19T05:09:33.171Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-19T05:09:33.191Zerror: cannot install while Rust is installed
282023-11-19T05:09:33.613Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-19T05:09:33.808Zinfo: profile set to 'default'
302023-11-19T05:09:33.817Zinfo: default host triple is x86_64-unknown-illumos
312023-11-19T05:09:33.821Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-19T05:09:34.004Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-19T05:09:34.007Zinfo: downloading component 'cargo'
342023-11-19T05:09:34.915Zinfo: downloading component 'clippy'
352023-11-19T05:09:35.228Zinfo: downloading component 'rust-docs'
362023-11-19T05:09:36.362Zinfo: downloading component 'rust-std'
372023-11-19T05:09:38.387Zinfo: downloading component 'rustc'
382023-11-19T05:09:43.432Zinfo: downloading component 'rustfmt'
392023-11-19T05:09:43.726Zinfo: installing component 'cargo'
402023-11-19T05:09:45.847Zinfo: installing component 'clippy'
412023-11-19T05:09:46.827Zinfo: installing component 'rust-docs'
422023-11-19T05:09:49.529Zinfo: installing component 'rust-std'
432023-11-19T05:09:53.235Zinfo: installing component 'rustc'
442023-11-19T05:10:02.591Zinfo: installing component 'rustfmt'
452023-11-19T05:10:03.044Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-19T05:10:03.047Z
472023-11-19T05:10:03.182Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-19T05:10:03.187Z
492023-11-19T05:10:03.191Z
502023-11-19T05:10:03.195ZRust is installed now. Great!
512023-11-19T05:10:03.199Z
522023-11-19T05:10:03.205ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-19T05:10:03.209Zenvironment variable. This has not been done automatically.
542023-11-19T05:10:03.213Z
552023-11-19T05:10:03.216ZTo configure your current shell, run:
562023-11-19T05:10:03.226Zsource "$HOME/.cargo/env"
572023-11-19T05:10:03.270Z+ rustc --version
582023-11-19T05:10:03.390Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-19T05:10:03.395Zprocess exited: duration 33385 ms, exit code 0
 
602023-11-19T05:10:03.402Zstarting task 2: "authentication"
612023-11-19T05:10:03.439Zprocess exited: duration 33 ms, exit code 0
 
622023-11-19T05:10:03.446Zstarting task 3: "clone repository"
632023-11-19T05:10:03.458Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-19T05:10:03.462Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-19T05:10:03.578ZCloning into '/work/oxidecomputer/omicron'...
662023-11-19T05:10:09.686Z+ cd /work/oxidecomputer/omicron
672023-11-19T05:10:09.689Z+ [[ -n renovate/rustls-0.x ]]
682023-11-19T05:10:09.692Z+ git fetch origin renovate/rustls-0.x
692023-11-19T05:10:10.082ZFrom https://github.com/oxidecomputer/omicron
702023-11-19T05:10:10.084Z * branch renovate/rustls-0.x -> FETCH_HEAD
712023-11-19T05:10:10.092Z+ git checkout -B renovate/rustls-0.x remotes/origin/renovate/rustls-0.x
722023-11-19T05:10:10.184ZSwitched to a new branch 'renovate/rustls-0.x'
732023-11-19T05:10:10.187Zbranch 'renovate/rustls-0.x' set up to track 'origin/renovate/rustls-0.x'.
742023-11-19T05:10:10.190Z+ git reset --hard b9edcebc55ea93931821ced0d4b7842f149c2c91
752023-11-19T05:10:10.201ZHEAD is now at b9edcebc Update Rust crate rustls to 0.21.9
762023-11-19T05:10:10.204Zprocess exited: duration 6752 ms, exit code 0
 
772023-11-19T05:10:10.209Zstarting task 4: "build"
782023-11-19T05:10:10.219Z+ cargo --version
792023-11-19T05:10:10.226Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-19T05:10:10.431Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-19T05:10:10.448Zinfo: downloading component 'cargo'
822023-11-19T05:10:11.092Zinfo: downloading component 'clippy'
832023-11-19T05:10:11.373Zinfo: downloading component 'rust-docs'
842023-11-19T05:10:12.216Zinfo: downloading component 'rust-std'
852023-11-19T05:10:13.673Zinfo: downloading component 'rustc'
862023-11-19T05:10:17.661Zinfo: downloading component 'rustfmt'
872023-11-19T05:10:17.878Zinfo: installing component 'cargo'
882023-11-19T05:10:19.493Zinfo: installing component 'clippy'
892023-11-19T05:10:19.499Zinfo: installing component 'rust-docs'
902023-11-19T05:10:22.205Zinfo: installing component 'rust-std'
912023-11-19T05:10:24.690Zinfo: installing component 'rustc'
922023-11-19T05:10:30.784Zinfo: installing component 'rustfmt'
932023-11-19T05:10:31.313Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-19T05:10:31.316Z+ rustc --version
952023-11-19T05:10:31.436Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-19T05:10:31.443Z+ source ./env.sh
972023-11-19T05:10:31.448Z++ set -o xtrace
982023-11-19T05:10:31.453Z++++ dirname ./env.sh
992023-11-19T05:10:31.457Z+++ cd .
1002023-11-19T05:10:31.467Z+++ echo /work/oxidecomputer/omicron
1012023-11-19T05:10:31.471Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022023-11-19T05:10:31.476Z++ 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-11-19T05:10:31.484Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-11-19T05:10:31.487Z++ 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-11-19T05:10:31.495Z++ 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-11-19T05:10:31.501Z++ 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-11-19T05:10:31.505Z++ 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-11-19T05:10:31.510Z++ 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-11-19T05:10:31.513Z++ 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-11-19T05:10:31.517Z++ unset OMICRON_WS
1112023-11-19T05:10:31.521Z++ set +o xtrace
1122023-11-19T05:10:31.525Z
1132023-11-19T05:10:31.529Z ##### ##### ###### ##### ###### #### # # # #### #
1142023-11-19T05:10:31.534Z # # # # # # # # # # # # # # #
1152023-11-19T05:10:31.544Z # # # # ##### # # ##### # # # # # #### #
1162023-11-19T05:10:31.558Z ##### ##### # ##### # # # # # # # # #
1172023-11-19T05:10:31.567Z # # # # # # # # # # # # # # #
1182023-11-19T05:10:31.571Z # # # ###### # # ###### ### # #### # #### #
1192023-11-19T05:10:31.576Z
1202023-11-19T05:10:40.430Z Startup: Refreshing catalog 'helios-dev' ... Done
1212023-11-19T05:10:41.420Z Startup: Caching catalogs ... Done
1222023-11-19T05:10:46.732ZPlanning: Solver setup ... Done (4.943s)
1232023-11-19T05:10:46.850ZPlanning: Running solver ... Done (0.123s)
1242023-11-19T05:10:46.909ZPlanning: Finding local manifests ... Done (0.003s)
1252023-11-19T05:10:46.976ZPlanning: Fetching manifests: 0/4 0% complete
1262023-11-19T05:10:47.817ZPlanning: Fetching manifests: 4/4 100% complete
1272023-11-19T05:10:47.909ZPlanning: Package planning ... Done (0.079s)
1282023-11-19T05:10:47.986ZPlanning: Merging actions ... Done (0.086s)
1292023-11-19T05:10:48.741ZPlanning: Checking for conflicting actions ... Done (0.758s)
1302023-11-19T05:10:48.759ZPlanning: Consolidating action changes ... Done (0.017s)
1312023-11-19T05:10:52.609ZPlanning: Evaluating mediators ... Done (3.851s)
1322023-11-19T05:10:52.625ZPlanning: Planning completed in 11.15 seconds
1332023-11-19T05:10:52.647Z Packages to install: 4
1342023-11-19T05:10:52.650Z Mediators to change: 2
1352023-11-19T05:10:52.653Z Services to change: 1
1362023-11-19T05:10:52.656Z Estimated space available: 148.90 GB
1372023-11-19T05:10:52.659ZEstimated space to be consumed: 1.37 GB
1382023-11-19T05:10:52.661Z Create boot environment: No
1392023-11-19T05:10:52.664ZCreate backup boot environment: No
1402023-11-19T05:10:52.667Z Rebuild boot archive: No
1412023-11-19T05:10:52.670Z
1422023-11-19T05:10:52.673ZChanged mediators:
1432023-11-19T05:10:52.676Z mediator clang:
1442023-11-19T05:10:52.679Z version: None -> 15 (system default)
1452023-11-19T05:10:52.681Z
1462023-11-19T05:10:52.685Z mediator llvm:
1472023-11-19T05:10:52.688Z version: 14 (system default) -> 15 (system default)
1482023-11-19T05:10:52.691Z
1492023-11-19T05:10:52.694ZChanged packages:
1502023-11-19T05:10:52.697Zhelios-dev
1512023-11-19T05:10:52.699Z developer/build-essential
1522023-11-19T05:10:52.703Z None -> 11-2.0
1532023-11-19T05:10:52.705Z library/libxmlsec1
1542023-11-19T05:10:52.709Z None -> 1.2.35-2.0
1552023-11-19T05:10:52.711Z ooce/developer/clang-15
1562023-11-19T05:10:52.714Z None -> 15.0.7-2.0
1572023-11-19T05:10:52.717Z ooce/developer/llvm-15
1582023-11-19T05:10:52.720Z None -> 15.0.7-2.0
1592023-11-19T05:10:52.723Z
1602023-11-19T05:10:52.726ZServices:
1612023-11-19T05:10:52.728Z restart_fmri:
1622023-11-19T05:10:52.731Z svc:/system/update-man-index:default
1632023-11-19T05:10:52.902Z
1642023-11-19T05:10:52.905ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1652023-11-19T05:10:59.115ZDownload: 212/3290 items 1.3/212.6MB 0% complete (438k/s)
1662023-11-19T05:11:04.124ZDownload: 699/3290 items 18.0/212.6MB 8% complete (1.8M/s)
1672023-11-19T05:11:09.138ZDownload: 1196/3290 items 83.2/212.6MB 39% complete (8.2M/s)
1682023-11-19T05:11:16.313ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.8M/s)
1692023-11-19T05:11:21.327ZDownload: 1602/3290 items 117.7/212.6MB 55% complete (7.2M/s)
1702023-11-19T05:11:26.330ZDownload: 2090/3290 items 118.9/212.6MB 55% complete (3.6M/s)
1712023-11-19T05:11:31.733ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (1.3M/s)
1722023-11-19T05:11:36.733ZDownload: 3060/3290 items 121.4/212.6MB 57% complete (245k/s)
1732023-11-19T05:11:45.785ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1742023-11-19T05:11:48.790ZDownload: Completed 212.60 MB in 55.87 seconds (3.8M/s)
1752023-11-19T05:11:48.986Z Actions: 1/3687 actions (Installing new actions)
1762023-11-19T05:11:54.012Z Actions: 2401/3687 actions (Installing new actions)
1772023-11-19T05:11:57.066Z Actions: Completed 3687 actions in 8.03 seconds.
1782023-11-19T05:11:57.200Z Done (0.170s)
1792023-11-19T05:11:57.209Z Done (0.000s)
1802023-11-19T05:11:57.420Z Done (0.223s)
1812023-11-19T05:12:04.683Z Done (7.149s)
1822023-11-19T05:12:04.908Z Done (0.125s)
1832023-11-19T05:12:04.920Z Done (0.000s)
1842023-11-19T05:12:05.168Z Done (0.000s)
1852023-11-19T05:12:05.844ZPlanning: Evaluating mediator changes ... Done
1862023-11-19T05:12:06.124ZPlanning: Checking for conflicting actions ... Done
1872023-11-19T05:12:06.126ZPlanning: Consolidating action changes ... Done
1882023-11-19T05:12:06.566ZPlanning: Evaluating mediators ... Done
1892023-11-19T05:12:06.587ZPlanning: Planning completed in 0.71 seconds
1902023-11-19T05:12:06.613Z Mediators to change: 2
1912023-11-19T05:12:06.618Z Create boot environment: No
1922023-11-19T05:12:06.624ZCreate backup boot environment: No
1932023-11-19T05:12:06.705Z Done
1942023-11-19T05:12:06.718Z Done
1952023-11-19T05:12:06.870Z Done
1962023-11-19T05:12:12.702Z Done
1972023-11-19T05:12:12.825Z Done
1982023-11-19T05:12:12.828Z Done
1992023-11-19T05:12:12.925Z Done
2002023-11-19T05:12:13.929ZPlanning: Evaluating mediator changes ... Done
2012023-11-19T05:12:13.938ZPlanning: Merging actions ... Done
2022023-11-19T05:12:14.257ZPlanning: Checking for conflicting actions ... Done
2032023-11-19T05:12:14.265ZPlanning: Consolidating action changes ... Done
2042023-11-19T05:12:14.679ZPlanning: Evaluating mediators ... Done
2052023-11-19T05:12:14.769ZPlanning: Planning completed in 1.28 seconds
2062023-11-19T05:12:14.825Z Packages to change: 1
2072023-11-19T05:12:14.831Z Mediators to change: 1
2082023-11-19T05:12:14.837Z Services to change: 1
2092023-11-19T05:12:14.843Z Create boot environment: No
2102023-11-19T05:12:14.846ZCreate backup boot environment: Yes
2112023-11-19T05:12:16.841Z Actions: 1/6 actions (Updating modified actions)
2122023-11-19T05:12:16.844Z Actions: Completed 6 actions in 0.00 seconds.
2132023-11-19T05:12:16.850Z Done
2142023-11-19T05:12:16.854Z Done
2152023-11-19T05:12:16.898Z Done
2162023-11-19T05:12:22.666Z Done
2172023-11-19T05:12:22.793Z Done
2182023-11-19T05:12:22.796Z Done
2192023-11-19T05:12:22.897Z Done
2202023-11-19T05:12:23.557ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212023-11-19T05:12:23.561Zclang system 15 system
2222023-11-19T05:12:23.563Zcsh system system illumos
2232023-11-19T05:12:23.566Zctags system system illumos
2242023-11-19T05:12:23.571Zgcc vendor 12 vendor
2252023-11-19T05:12:23.573Zgcc system 10 system
2262023-11-19T05:12:23.576Zgcc system 7 system
2272023-11-19T05:12:23.579Zgo system 1.20 system
2282023-11-19T05:12:23.587Zgo system 1.19 system
2292023-11-19T05:12:23.591Zllvm system 15 system
2302023-11-19T05:12:23.594Zllvm system 14 system
2312023-11-19T05:12:23.598Zmariadb system 10.6 system
2322023-11-19T05:12:23.603Zmta vendor vendor dma
2332023-11-19T05:12:23.606Zopenjdk system 17 system
2342023-11-19T05:12:23.609Zopenjdk system 11 system
2352023-11-19T05:12:23.612Zopenjdk system 1.8 system
2362023-11-19T05:12:23.615Zopenssl vendor 3 vendor
2372023-11-19T05:12:23.617Zperl system 5.36 system
2382023-11-19T05:12:23.620Zpostgresql system 15 system
2392023-11-19T05:12:23.623Zpostgresql system 13 system
2402023-11-19T05:12:23.625Zpython vendor 3 vendor
2412023-11-19T05:12:23.628Zpython system 2 system
2422023-11-19T05:12:23.631Zpython3 system 3.11 system
2432023-11-19T05:12:23.633Zruby system 3.0 system
2442023-11-19T05:12:23.636Zwords vendor vendor american-english
2452023-11-19T05:12:23.639Zwords system system australian-english
2462023-11-19T05:12:23.641Zwords system system british-english
2472023-11-19T05:12:23.644Zwords system system canadian-english
2482023-11-19T05:12:23.648Zwords system system french
2492023-11-19T05:12:23.650Zwords system system italian
2502023-11-19T05:12:23.653Zwords system system ngerman
2512023-11-19T05:12:23.657Zwords system system ogerman
2522023-11-19T05:12:23.660Zwords system system spanish
2532023-11-19T05:12:24.078ZFMRI IFO
2542023-11-19T05:12:24.081Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552023-11-19T05:12:24.084Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562023-11-19T05:12:24.087Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572023-11-19T05:12:24.089Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2582023-11-19T05:12:24.092Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592023-11-19T05:12:24.095Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2602023-11-19T05:12:24.149Z+ set -o errexit
2612023-11-19T05:12:24.152Z+++ dirname ./tools/ci_download_cockroachdb
2622023-11-19T05:12:24.156Z++ cd ./tools
2632023-11-19T05:12:24.159Z++ pwd
2642023-11-19T05:12:24.163Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2652023-11-19T05:12:24.166Z++ basename ./tools/ci_download_cockroachdb
2662023-11-19T05:12:24.169Z+ ARG0=ci_download_cockroachdb
2672023-11-19T05:12:24.172Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2682023-11-19T05:12:24.175Z+ CIDL_VERSION=v22.1.9
2692023-11-19T05:12:24.180Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2702023-11-19T05:12:24.183Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2712023-11-19T05:12:24.186Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2722023-11-19T05:12:24.189Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2732023-11-19T05:12:24.192Z+ TARGET_DIR=out
2742023-11-19T05:12:24.195Z+ DOWNLOAD_DIR=out/downloads
2752023-11-19T05:12:24.198Z+ DEST_DIR=./out/cockroachdb
2762023-11-19T05:12:24.201Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2772023-11-19T05:12:24.204Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2782023-11-19T05:12:24.207Z+ main
2792023-11-19T05:12:24.210Z+ [[ 0 != 0 ]]
2802023-11-19T05:12:24.213Z+ CIDL_OS=solaris2.11
2812023-11-19T05:12:24.217Z+ [[ 0 != 0 ]]
2822023-11-19T05:12:24.220Z+ configure_os solaris2.11
2832023-11-19T05:12:24.224Z+ echo 'current directory: /work/oxidecomputer/omicron'
2842023-11-19T05:12:25.232Zcurrent directory: /work/oxidecomputer/omicron
2852023-11-19T05:12:25.237Z+ echo 'configuring based on OS: "solaris2.11"'
2862023-11-19T05:12:25.241Zconfiguring based on OS: "solaris2.11"
2872023-11-19T05:12:25.245Z+ case "$1" in
2882023-11-19T05:12:25.249Z+ CIDL_BUILD=illumos
2892023-11-19T05:12:25.253Z+ CIDL_SUFFIX=tar.gz
2902023-11-19T05:12:25.257Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2912023-11-19T05:12:25.261Z+ CIDL_MD5FUNC=do_md5sum
2922023-11-19T05:12:25.266Z+ CIDL_URL_BASE=https://illumos.org/downloads
2932023-11-19T05:12:25.270Z+ CIDL_ASSEMBLE=do_assemble_illumos
2942023-11-19T05:12:25.273Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2952023-11-19T05:12:25.277Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2962023-11-19T05:12:25.281Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972023-11-19T05:12:25.285Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2982023-11-19T05:12:25.291Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992023-11-19T05:12:25.300Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3002023-11-19T05:12:25.304ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-11-19T05:12:25.308Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3022023-11-19T05:12:25.311ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032023-11-19T05:12:25.315Z+ mkdir -p out/downloads
3042023-11-19T05:12:25.320Z+ mkdir -p ./out/cockroachdb
3052023-11-19T05:12:25.324Z+ local DO_DOWNLOAD=true
3062023-11-19T05:12:25.328Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3072023-11-19T05:12:25.333Z+ '[' true == true ']'
3082023-11-19T05:12:25.336Z+ echo Downloading...
3092023-11-19T05:12:25.339ZDownloading...
3102023-11-19T05:12:25.342Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112023-11-19T05:12:25.345Z+ 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
3122023-11-19T05:12:30.453Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132023-11-19T05:12:30.456Z++ md5sum
3142023-11-19T05:12:30.459Z++ awk '{print $1}'
3152023-11-19T05:12:30.638Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3162023-11-19T05:12:30.641Z+ [[ 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 ]]
3172023-11-19T05:12:30.644Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182023-11-19T05:12:30.647Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3192023-11-19T05:12:34.053Z+ do_assemble_illumos
3202023-11-19T05:12:34.056Z+ rm -r ./out/cockroachdb
3212023-11-19T05:12:34.061Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3222023-11-19T05:12:34.631Z+ ./out/cockroachdb/bin/cockroach version
3232023-11-19T05:12:34.839ZBuild Tag: v22.1.9-dirty
3242023-11-19T05:12:34.842ZBuild Time: 2022/10/26 21:17:46
3252023-11-19T05:12:34.845ZDistribution: OSS
3262023-11-19T05:12:34.848ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3272023-11-19T05:12:34.852ZGo Version: go1.17.13
3282023-11-19T05:12:34.855ZC Compiler: gcc 10.3.0
3292023-11-19T05:12:34.858ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3302023-11-19T05:12:34.861ZBuild Type: release
3312023-11-19T05:12:34.864Z+ set -o errexit
3322023-11-19T05:12:34.867Z+++ dirname ./tools/ci_download_clickhouse
3332023-11-19T05:12:34.870Z++ cd ./tools
3342023-11-19T05:12:34.874Z++ pwd
3352023-11-19T05:12:34.877Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3362023-11-19T05:12:34.880Z++ basename ./tools/ci_download_clickhouse
3372023-11-19T05:12:34.883Z+ ARG0=ci_download_clickhouse
3382023-11-19T05:12:34.886Z+ TARGET_DIR=out
3392023-11-19T05:12:34.889Z+ DOWNLOAD_DIR=out/downloads
3402023-11-19T05:12:34.891Z+ DEST_DIR=./out/clickhouse
3412023-11-19T05:12:34.894Z+ CIDL_VERSION=v22.8.9.24
3422023-11-19T05:12:34.898Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3432023-11-19T05:12:34.900Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3442023-11-19T05:12:34.903Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3452023-11-19T05:12:34.906Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3462023-11-19T05:12:34.909Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3472023-11-19T05:12:34.911Z+ main
3482023-11-19T05:12:34.914Z+ [[ 0 != 0 ]]
3492023-11-19T05:12:34.916Z+ CIDL_OS=solaris2.11
3502023-11-19T05:12:34.919Z+ [[ 0 != 0 ]]
3512023-11-19T05:12:34.922Z+ configure_os solaris2.11
3522023-11-19T05:12:34.925Z+ echo 'current directory: /work/oxidecomputer/omicron'
3532023-11-19T05:12:34.927Zcurrent directory: /work/oxidecomputer/omicron
3542023-11-19T05:12:34.930Z+ echo 'configuring based on OS: "solaris2.11"'
3552023-11-19T05:12:34.933Zconfiguring based on OS: "solaris2.11"
3562023-11-19T05:12:34.938Z+ CIDL_DASHREV=
3572023-11-19T05:12:34.941Z+ case "$1" in
3582023-11-19T05:12:34.944Z+ CIDL_PLATFORM=illumos
3592023-11-19T05:12:34.947Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3602023-11-19T05:12:34.949Z+ CIDL_MD5FUNC=do_md5sum
3612023-11-19T05:12:34.952Z+ CIDL_DASHREV=-1
3622023-11-19T05:12:34.955Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3632023-11-19T05:12:34.958Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3642023-11-19T05:12:34.961Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3652023-11-19T05:12:34.964Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3662023-11-19T05:12:34.967Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3672023-11-19T05:12:34.970ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682023-11-19T05:12:34.973Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3692023-11-19T05:12:34.975ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3702023-11-19T05:12:34.978Z+ mkdir -p out/downloads
3712023-11-19T05:12:34.981Z+ mkdir -p ./out/clickhouse
3722023-11-19T05:12:34.985Z+ local DO_DOWNLOAD=true
3732023-11-19T05:12:34.988Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3742023-11-19T05:12:34.991Z+ '[' true == true ']'
3752023-11-19T05:12:34.994Z+ echo Downloading...
3762023-11-19T05:12:34.996ZDownloading...
3772023-11-19T05:12:34.999Z+ 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
3782023-11-19T05:12:35.002Z+ 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
3792023-11-19T05:12:36.234Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3802023-11-19T05:12:36.237Z++ md5sum
3812023-11-19T05:12:36.241Z++ awk '{print $1}'
3822023-11-19T05:12:36.499Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3832023-11-19T05:12:36.507Z+ [[ 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 ]]
3842023-11-19T05:12:36.515Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3852023-11-19T05:12:36.530Z+ mkdir -p ./out/clickhouse
3862023-11-19T05:12:36.543Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3872023-11-19T05:12:41.405Z+ ./out/clickhouse/clickhouse server --version
3882023-11-19T05:12:41.463ZClickHouse server version 22.8.9.1.
3892023-11-19T05:12:41.481Z+ set -o errexit
3902023-11-19T05:12:41.489Z+++ dirname ./tools/ci_download_console
3912023-11-19T05:12:41.520Z++ cd ./tools
3922023-11-19T05:12:41.527Z++ pwd
3932023-11-19T05:12:41.947Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3942023-11-19T05:12:41.955Z++ basename ./tools/ci_download_console
3952023-11-19T05:12:41.968Z+ ARG0=ci_download_console
3962023-11-19T05:12:41.977Z+ TARGET_DIR=out
3972023-11-19T05:12:41.982Z+ DOWNLOAD_DIR=out/downloads
3982023-11-19T05:12:41.986Z+ DEST_DIR=./out/console-assets
3992023-11-19T05:12:41.990Z+ source /work/oxidecomputer/omicron/tools/console_version
4002023-11-19T05:12:41.994Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
4012023-11-19T05:12:41.998Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4022023-11-19T05:12:42.001Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4032023-11-19T05:12:42.006Z+ TARBALL_FILE=out/downloads/console.tar.gz
4042023-11-19T05:12:42.010Z+ main
4052023-11-19T05:12:42.014Z+ [[ 0 != 0 ]]
4062023-11-19T05:12:42.018Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
4072023-11-19T05:12:42.021ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4082023-11-19T05:12:42.025Z+ echo 'Local file: out/downloads/console.tar.gz'
4092023-11-19T05:12:42.030ZLocal file: out/downloads/console.tar.gz
4102023-11-19T05:12:42.033Z+ local DO_DOWNLOAD=true
4112023-11-19T05:12:42.036Z+ [[ -f out/downloads/console.tar.gz ]]
4122023-11-19T05:12:42.040Z+ mkdir -p out/downloads
4132023-11-19T05:12:42.043Z+ '[' true == true ']'
4142023-11-19T05:12:42.046Z+ echo Downloading...
4152023-11-19T05:12:42.049ZDownloading...
4162023-11-19T05:12:42.052Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4172023-11-19T05:12:42.055Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4182023-11-19T05:12:42.150Z++ do_sha256sum out/downloads/console.tar.gz
4192023-11-19T05:12:42.155Z++ case "$OSTYPE" in
4202023-11-19T05:12:42.160Z++ SHA=sha256sum
4212023-11-19T05:12:42.166Z++ sha256sum
4222023-11-19T05:12:42.172Z++ awk '{print $1}'
4232023-11-19T05:12:42.197Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4242023-11-19T05:12:42.201Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4252023-11-19T05:12:42.205Z+ rm -rf ./out/console-assets
4262023-11-19T05:12:42.210Z+ mkdir -p ./out/console-assets
4272023-11-19T05:12:42.214Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4282023-11-19T05:12:42.218Z+ mkdir -p ./out/console-assets
4292023-11-19T05:12:42.222Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4302023-11-19T05:12:42.361Z+ set -o errexit
4312023-11-19T05:12:42.373Z+++ dirname ./tools/ci_download_maghemite_openapi
4322023-11-19T05:12:42.381Z++ cd ./tools
4332023-11-19T05:12:42.387Z++ pwd
4342023-11-19T05:12:42.400Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4352023-11-19T05:12:42.408Z++ basename ./tools/ci_download_maghemite_openapi
4362023-11-19T05:12:42.427Z+ ARG0=ci_download_maghemite_openapi
4372023-11-19T05:12:42.437Z+ TARGET_DIR=out
4382023-11-19T05:12:42.441Z+ DOWNLOAD_DIR=out/downloads
4392023-11-19T05:12:42.444Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4402023-11-19T05:12:42.452Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4412023-11-19T05:12:42.462Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4422023-11-19T05:12:42.468Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4432023-11-19T05:12:42.473Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4442023-11-19T05:12:42.483Z+ main
4452023-11-19T05:12:42.489Z+ [[ 0 != 0 ]]
4462023-11-19T05:12:42.497Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4472023-11-19T05:12:42.506ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4482023-11-19T05:12:42.515Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4492023-11-19T05:12:42.556ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4502023-11-19T05:12:42.567Z+ local DO_DOWNLOAD=true
4512023-11-19T05:12:42.571Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4522023-11-19T05:12:42.574Z+ mkdir -p out/downloads
4532023-11-19T05:12:42.584Z+ '[' true == true ']'
4542023-11-19T05:12:42.587Z+ echo Downloading...
4552023-11-19T05:12:42.592ZDownloading...
4562023-11-19T05:12:42.596Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4572023-11-19T05:12:42.599Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4582023-11-19T05:12:42.672Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4592023-11-19T05:12:42.675Z++ case "$OSTYPE" in
4602023-11-19T05:12:42.678Z++ SHA=sha256sum
4612023-11-19T05:12:42.681Z++ sha256sum
4622023-11-19T05:12:42.684Z++ awk '{print $1}'
4632023-11-19T05:12:42.687Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4642023-11-19T05:12:42.691Z+ [[ 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 ]]
4652023-11-19T05:12:42.693Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4662023-11-19T05:12:42.696Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4672023-11-19T05:12:42.701Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4682023-11-19T05:12:42.704Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4692023-11-19T05:12:42.707Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4702023-11-19T05:12:42.710Z+ main
4712023-11-19T05:12:42.713Z+ [[ 0 != 0 ]]
4722023-11-19T05:12:42.715Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4732023-11-19T05:12:42.718ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4742023-11-19T05:12:42.721Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4752023-11-19T05:12:42.724ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4762023-11-19T05:12:42.727Z+ local DO_DOWNLOAD=true
4772023-11-19T05:12:42.729Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4782023-11-19T05:12:42.732Z+ mkdir -p out/downloads
4792023-11-19T05:12:42.735Z+ '[' true == true ']'
4802023-11-19T05:12:42.738Z+ echo Downloading...
4812023-11-19T05:12:42.741ZDownloading...
4822023-11-19T05:12:42.744Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4832023-11-19T05:12:42.746Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4842023-11-19T05:12:42.854Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4852023-11-19T05:12:42.857Z++ case "$OSTYPE" in
4862023-11-19T05:12:42.860Z++ SHA=sha256sum
4872023-11-19T05:12:42.863Z++ sha256sum
4882023-11-19T05:12:42.866Z++ awk '{print $1}'
4892023-11-19T05:12:42.869Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4902023-11-19T05:12:42.872Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4912023-11-19T05:12:42.875Z+ set -o errexit
4922023-11-19T05:12:42.878Z+++ dirname ./tools/ci_download_dendrite_openapi
4932023-11-19T05:12:42.881Z++ cd ./tools
4942023-11-19T05:12:42.884Z++ pwd
4952023-11-19T05:12:42.887Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4962023-11-19T05:12:42.890Z++ basename ./tools/ci_download_dendrite_openapi
4972023-11-19T05:12:42.893Z+ ARG0=ci_download_dendrite_openapi
4982023-11-19T05:12:42.899Z+ TARGET_DIR=out
4992023-11-19T05:12:42.902Z+ DOWNLOAD_DIR=out/downloads
5002023-11-19T05:12:42.905Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5012023-11-19T05:12:42.907Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5022023-11-19T05:12:42.910Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5032023-11-19T05:12:42.913Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5042023-11-19T05:12:42.915Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5052023-11-19T05:12:42.918Z+ main
5062023-11-19T05:12:42.921Z+ [[ 0 != 0 ]]
5072023-11-19T05:12:42.924Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
5082023-11-19T05:12:42.927ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5092023-11-19T05:12:42.930Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
5102023-11-19T05:12:42.932ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5112023-11-19T05:12:42.935Z+ local DO_DOWNLOAD=true
5122023-11-19T05:12:42.942Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
5132023-11-19T05:12:42.953Z+ mkdir -p out/downloads
5142023-11-19T05:12:43.375Z+ '[' true == true ']'
5152023-11-19T05:12:43.385Z+ echo Downloading...
5162023-11-19T05:12:43.395ZDownloading...
5172023-11-19T05:12:43.402Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5182023-11-19T05:12:43.409Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
5192023-11-19T05:12:43.446Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5202023-11-19T05:12:43.453Z++ case "$OSTYPE" in
5212023-11-19T05:12:43.459Z++ SHA=sha256sum
5222023-11-19T05:12:43.467Z++ sha256sum
5232023-11-19T05:12:43.476Z++ awk '{print $1}'
5242023-11-19T05:12:43.491Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5252023-11-19T05:12:43.502Z+ [[ 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 ]]
5262023-11-19T05:12:43.512Z+ set -o errexit
5272023-11-19T05:12:43.519Z+++ dirname ./tools/ci_download_dendrite_stub
5282023-11-19T05:12:43.529Z++ cd ./tools
5292023-11-19T05:12:43.536Z++ pwd
5302023-11-19T05:12:43.541Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5312023-11-19T05:12:43.548Z++ basename ./tools/ci_download_dendrite_stub
5322023-11-19T05:12:43.604Z+ ARG0=ci_download_dendrite_stub
5332023-11-19T05:12:43.616Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5342023-11-19T05:12:43.625Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5352023-11-19T05:12:43.631Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5362023-11-19T05:12:43.634Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5372023-11-19T05:12:43.689Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5382023-11-19T05:12:43.696Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5392023-11-19T05:12:43.720Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5402023-11-19T05:12:43.759Z+ TARGET_DIR=out
5412023-11-19T05:12:43.768Z+ DOWNLOAD_DIR=out/downloads
5422023-11-19T05:12:43.778Z+ DEST_DIR=./out/dendrite-stub
5432023-11-19T05:12:43.787Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5442023-11-19T05:12:43.796Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5452023-11-19T05:12:43.804Z+ REPO=oxidecomputer/dendrite
5462023-11-19T05:12:43.810Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5472023-11-19T05:12:43.817Z+ main
5482023-11-19T05:12:43.824Z+ [[ 0 != 0 ]]
5492023-11-19T05:12:43.840Z+ CIDL_OS=solaris2.11
5502023-11-19T05:12:43.846Z+ [[ 0 != 0 ]]
5512023-11-19T05:12:43.859Z+ configure_os solaris2.11
5522023-11-19T05:12:43.871Z+ echo 'current directory: /work/oxidecomputer/omicron'
5532023-11-19T05:12:43.881Zcurrent directory: /work/oxidecomputer/omicron
5542023-11-19T05:12:43.887Z+ echo 'configuring based on OS: "solaris2.11"'
5552023-11-19T05:12:43.892Zconfiguring based on OS: "solaris2.11"
5562023-11-19T05:12:43.897Z+ case "$1" in
5572023-11-19T05:12:43.902Z+ SET_BINARIES=
5582023-11-19T05:12:43.905Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5592023-11-19T05:12:43.909Z+ CIDL_SHA256FUNC=do_sha256sum
5602023-11-19T05:12:43.913Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5612023-11-19T05:12:43.916Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5622023-11-19T05:12:43.921Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5632023-11-19T05:12:43.928Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5642023-11-19T05:12:43.933ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5652023-11-19T05:12:43.939Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5662023-11-19T05:12:43.946ZLocal file: out/downloads/dendrite-stub.tar.gz
5672023-11-19T05:12:43.953Z+ mkdir -p out/downloads
5682023-11-19T05:12:43.959Z+ mkdir -p ./out/dendrite-stub
5692023-11-19T05:12:43.979Z+ fetch_and_verify
5702023-11-19T05:12:44.003Z+ local DO_DOWNLOAD=true
5712023-11-19T05:12:44.013Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5722023-11-19T05:12:44.424Z+ '[' true == true ']'
5732023-11-19T05:12:44.451Z+ echo Downloading...
5742023-11-19T05:12:44.461ZDownloading...
5752023-11-19T05:12:44.467Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5762023-11-19T05:12:44.471Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5772023-11-19T05:12:55.802Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5782023-11-19T05:12:55.810Z++ sha256sum
5792023-11-19T05:12:55.829Z++ awk '{print $1}'
5802023-11-19T05:12:55.913Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5812023-11-19T05:12:55.925Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5822023-11-19T05:12:55.933Z+ do_untar out/downloads/dendrite-stub.tar.gz
5832023-11-19T05:12:55.941Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5842023-11-19T05:12:56.958Z+ do_assemble
5852023-11-19T05:12:56.967Z+ rm -r ./out/dendrite-stub
5862023-11-19T05:12:56.976Z+ mkdir ./out/dendrite-stub
5872023-11-19T05:12:56.984Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5882023-11-19T05:12:57.130Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5892023-11-19T05:12:57.140Z+ set -o errexit
5902023-11-19T05:12:57.149Z+++ dirname ./tools/ci_download_maghemite_mgd
5912023-11-19T05:12:57.157Z++ cd ./tools
5922023-11-19T05:12:57.162Z++ pwd
5932023-11-19T05:12:57.169Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5942023-11-19T05:12:57.172Z++ basename ./tools/ci_download_maghemite_mgd
5952023-11-19T05:12:57.175Z+ ARG0=ci_download_maghemite_mgd
5962023-11-19T05:12:57.179Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5972023-11-19T05:12:57.182Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5982023-11-19T05:12:57.185Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5992023-11-19T05:12:57.188Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6002023-11-19T05:12:57.191Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
6012023-11-19T05:12:57.194Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
6022023-11-19T05:12:57.197Z+ TARGET_DIR=out
6032023-11-19T05:12:57.200Z+ DOWNLOAD_DIR=out/downloads
6042023-11-19T05:12:57.203Z+ DEST_DIR=./out/mgd
6052023-11-19T05:12:57.205Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6062023-11-19T05:12:57.208Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6072023-11-19T05:12:57.212Z+ REPO=oxidecomputer/maghemite
6082023-11-19T05:12:57.215Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
6092023-11-19T05:12:57.218Z+ main
6102023-11-19T05:12:57.222Z+ [[ 0 != 0 ]]
6112023-11-19T05:12:57.225Z+ CIDL_OS=solaris2.11
6122023-11-19T05:12:57.228Z+ [[ 0 != 0 ]]
6132023-11-19T05:12:57.231Z+ configure_os solaris2.11
6142023-11-19T05:12:57.234Z+ echo 'current directory: /work/oxidecomputer/omicron'
6152023-11-19T05:12:57.246Zcurrent directory: /work/oxidecomputer/omicron
6162023-11-19T05:12:57.260Zconfiguring based on OS: "solaris2.11"
6172023-11-19T05:12:57.273Z+ echo 'configuring based on OS: "solaris2.11"'
6182023-11-19T05:12:57.291Z+ case "$1" in
6192023-11-19T05:12:57.305Z+ SET_BINARIES=
6202023-11-19T05:12:57.317Z+ CIDL_SHA256FUNC=do_sha256sum
6212023-11-19T05:12:57.729Z+ TARBALL_FILENAME=mgd.tar.gz
6222023-11-19T05:12:57.742Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6232023-11-19T05:12:57.761Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6242023-11-19T05:12:57.771Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
6252023-11-19T05:12:58.188ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6262023-11-19T05:12:58.203Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6272023-11-19T05:12:58.226ZLocal file: out/downloads/mgd.tar.gz
6282023-11-19T05:12:58.242Z+ mkdir -p out/downloads
6292023-11-19T05:12:58.261Z+ mkdir -p ./out/mgd
6302023-11-19T05:12:58.284Z+ fetch_and_verify
6312023-11-19T05:12:58.300Z+ local DO_DOWNLOAD=true
6322023-11-19T05:12:58.318Z+ [[ -f out/downloads/mgd.tar.gz ]]
6332023-11-19T05:12:58.335Z+ '[' true == true ']'
6342023-11-19T05:12:58.348Z+ echo Downloading...
6352023-11-19T05:12:58.363ZDownloading...
6362023-11-19T05:12:58.376Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6372023-11-19T05:12:58.391Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6382023-11-19T05:13:07.223Z++ do_sha256sum out/downloads/mgd.tar.gz
6392023-11-19T05:13:07.233Z++ sha256sum
6402023-11-19T05:13:07.242Z++ awk '{print $1}'
6412023-11-19T05:13:07.287Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6422023-11-19T05:13:07.722Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6432023-11-19T05:13:07.756Z+ do_untar out/downloads/mgd.tar.gz
6442023-11-19T05:13:07.776Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6452023-11-19T05:13:07.948Z+ do_assemble
6462023-11-19T05:13:07.971Z+ rm -r ./out/mgd
6472023-11-19T05:13:08.037Z+ mkdir ./out/mgd
6482023-11-19T05:13:08.051Z+ cp -r out/downloads/root ./out/mgd/root
6492023-11-19T05:13:08.143Z+ set -o errexit
6502023-11-19T05:13:08.152Z+++ dirname ./tools/ci_download_transceiver_control
6512023-11-19T05:13:08.161Z++ cd ./tools
6522023-11-19T05:13:08.169Z++ pwd
6532023-11-19T05:13:08.183Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6542023-11-19T05:13:08.192Z++ basename ./tools/ci_download_transceiver_control
6552023-11-19T05:13:08.201Z+ ARG0=ci_download_transceiver_control
6562023-11-19T05:13:08.635Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6572023-11-19T05:13:08.642Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582023-11-19T05:13:08.658Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592023-11-19T05:13:08.667Z+ TARGET_DIR=out
6602023-11-19T05:13:08.677Z+ DOWNLOAD_DIR=out/downloads
6612023-11-19T05:13:08.687Z+ DEST_DIR=./out/transceiver-control
6622023-11-19T05:13:08.695Z+ BIN_DIR=/opt/oxide/bin
6632023-11-19T05:13:08.708Z+ BINARY=xcvradm
6642023-11-19T05:13:08.715Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6652023-11-19T05:13:09.135Z+ REPO=oxidecomputer/transceiver-control
6662023-11-19T05:13:09.143Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6672023-11-19T05:13:09.151Z+ main
6682023-11-19T05:13:09.164Z+ [[ 0 != 0 ]]
6692023-11-19T05:13:09.172Z+ CIDL_OS=solaris2.11
6702023-11-19T05:13:09.184Z+ [[ 0 != 0 ]]
6712023-11-19T05:13:09.196Z+ configure_os solaris2.11
6722023-11-19T05:13:09.623Z+ echo 'current directory: /work/oxidecomputer/omicron'
6732023-11-19T05:13:10.051Zcurrent directory: /work/oxidecomputer/omicron
6742023-11-19T05:13:10.066Z+ echo 'configuring based on OS: "solaris2.11"'
6752023-11-19T05:13:10.072Zconfiguring based on OS: "solaris2.11"
6762023-11-19T05:13:10.145Z+ case "$1" in
6772023-11-19T05:13:10.162Z+ SET_BINARIES=
6782023-11-19T05:13:10.176Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6792023-11-19T05:13:10.192Z+ CIDL_SHA256FUNC=do_sha256sum
6802023-11-19T05:13:10.213Z+ ARCHIVE_FILENAME=xcvradm.gz
6812023-11-19T05:13:10.227Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6822023-11-19T05:13:10.242Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6832023-11-19T05:13:10.659Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6842023-11-19T05:13:10.680ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6852023-11-19T05:13:10.707Z+ echo 'Local file: out/downloads/xcvradm.gz'
6862023-11-19T05:13:10.760ZLocal file: out/downloads/xcvradm.gz
6872023-11-19T05:13:10.773Z+ mkdir -p out/downloads
6882023-11-19T05:13:10.801Z+ mkdir -p ./out/transceiver-control
6892023-11-19T05:13:10.822Z+ fetch_and_verify
6902023-11-19T05:13:10.833Z+ local DO_DOWNLOAD=true
6912023-11-19T05:13:10.849Z+ [[ -f out/downloads/xcvradm.gz ]]
6922023-11-19T05:13:10.858Z+ '[' true == true ']'
6932023-11-19T05:13:10.877Z+ echo Downloading...
6942023-11-19T05:13:10.904ZDownloading...
6952023-11-19T05:13:10.911Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6962023-11-19T05:13:10.936Z+ 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
6972023-11-19T05:13:12.484Z++ do_sha256sum out/downloads/xcvradm.gz
6982023-11-19T05:13:12.500Z++ sha256sum
6992023-11-19T05:13:12.516Z++ awk '{print $1}'
7002023-11-19T05:13:12.525Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7012023-11-19T05:13:12.536Z+ [[ 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 ]]
7022023-11-19T05:13:12.546Z+ do_unpack out/downloads/xcvradm.gz
7032023-11-19T05:13:12.555Z+ mkdir -p out/downloads/root//opt/oxide/bin
7042023-11-19T05:13:12.571Z+ gzip -dc out/downloads/xcvradm.gz
7052023-11-19T05:13:12.687Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7062023-11-19T05:13:12.701Z+ do_assemble
7072023-11-19T05:13:12.711Z+ rm -r ./out/transceiver-control
7082023-11-19T05:13:12.724Z+ mkdir ./out/transceiver-control
7092023-11-19T05:13:12.736Z+ cp -r out/downloads/root ./out/transceiver-control/root
7102023-11-19T05:13:12.923ZAll builder prerequisites installed successfully, and PATH looks valid
7112023-11-19T05:13:12.938Z
7122023-11-19T05:13:12.954Zreal 2:41.433897929
7132023-11-19T05:13:12.995Zuser 52.927356220
7142023-11-19T05:13:13.015Zsys 9.923859358
7152023-11-19T05:13:13.034Ztrap 0.023122286
7162023-11-19T05:13:13.059Ztflt 0.123759639
7172023-11-19T05:13:13.475Zdflt 0.602822452
7182023-11-19T05:13:13.482Zkflt 0.119785317
7192023-11-19T05:13:13.486Zlock 1.637423781
7202023-11-19T05:13:13.490Zslp 5:16.879174849
7212023-11-19T05:13:13.494Zlat 3.521806390
7222023-11-19T05:13:13.498Zstop 0.070891191
7232023-11-19T05:13:13.507Z
7242023-11-19T05:13:13.510Z #### # # ##### ##### # #
7252023-11-19T05:13:13.513Z # # # # # # # # # #
7262023-11-19T05:13:13.516Z # # # # # # # #
7272023-11-19T05:13:13.519Z # # # ##### ##### #
7282023-11-19T05:13:13.522Z # # # # # # #
7292023-11-19T05:13:13.526Z #### ###### # # # #
7302023-11-19T05:13:13.529Z
7312023-11-19T05:13:13.534Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7322023-11-19T05:13:13.623Z Updating crates.io index
7332023-11-19T05:13:13.627Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7342023-11-19T05:13:15.264Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7352023-11-19T05:13:16.689Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7362023-11-19T05:13:17.341Z Updating git repository `http://github.com/oxidecomputer/tofino`
7372023-11-19T05:13:17.660Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7382023-11-19T05:13:17.955Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7392023-11-19T05:13:18.249Z Updating git repository `https://github.com/oxidecomputer/propolis`
7402023-11-19T05:13:19.159Z Updating git repository `https://github.com/oxidecomputer/crucible`
7412023-11-19T05:13:21.173Z Updating git repository `https://github.com/oxidecomputer/opte`
7422023-11-19T05:13:22.283Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7432023-11-19T05:13:22.603Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7442023-11-19T05:13:23.183Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7452023-11-19T05:13:23.590Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7462023-11-19T05:13:23.872Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7472023-11-19T05:13:24.262Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7482023-11-19T05:13:24.753Z Updating git repository `https://github.com/njaremko/samael`
7492023-11-19T05:13:25.257Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7502023-11-19T05:13:25.833Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7512023-11-19T05:13:26.204Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7522023-11-19T05:13:26.529Z Updating git repository `https://github.com/jgallagher/nix`
7532023-11-19T05:13:27.759Z Updating git repository `https://github.com/cbiffle/hubpack`
7542023-11-19T05:13:28.260Z Updating git repository `https://github.com/oxidecomputer/typify`
7552023-11-19T05:13:29.212Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7562023-11-19T05:13:29.592Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7572023-11-19T05:13:29.893Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7582023-11-19T05:13:31.572Z Downloading crates ...
7592023-11-19T05:13:31.580Z Downloaded thiserror v1.0.49
7602023-11-19T05:13:31.589Z Downloaded semver v1.0.20
7612023-11-19T05:13:31.593Z Downloaded equivalent v1.0.1
7622023-11-19T05:13:31.596Z Downloaded serde_spanned v0.6.4
7632023-11-19T05:13:31.600Z Downloaded colorchoice v1.0.0
7642023-11-19T05:13:31.606Z Downloaded toml_datetime v0.6.5
7652023-11-19T05:13:31.609Z Downloaded thiserror-impl v1.0.49
7662023-11-19T05:13:31.612Z Downloaded strsim v0.10.0
7672023-11-19T05:13:31.616Z Downloaded cargo-platform v0.1.3
7682023-11-19T05:13:31.619Z Downloaded utf8parse v0.2.1
7692023-11-19T05:13:31.622Z Downloaded cargo_metadata v0.18.0
7702023-11-19T05:13:31.625Z Downloaded clap_lex v0.5.1
7712023-11-19T05:13:31.628Z Downloaded errno v0.3.2
7722023-11-19T05:13:31.631Z Downloaded anstyle-query v1.0.0
7732023-11-19T05:13:31.634Z Downloaded cargo_toml v0.17.0
7742023-11-19T05:13:31.637Z Downloaded indexmap v2.1.0
7752023-11-19T05:13:31.640Z Downloaded anstyle-parse v0.2.1
7762023-11-19T05:13:31.645Z Downloaded anstream v0.5.0
7772023-11-19T05:13:31.650Z Downloaded itoa v1.0.9
7782023-11-19T05:13:31.654Z Downloaded heck v0.4.1
7792023-11-19T05:13:31.657Z Downloaded quote v1.0.33
7802023-11-19T05:13:31.661Z Downloaded anyhow v1.0.75
7812023-11-19T05:13:31.666Z Downloaded bitflags v1.3.2
7822023-11-19T05:13:31.670Z Downloaded camino v1.1.6
7832023-11-19T05:13:31.675Z Downloaded unicode-ident v1.0.12
7842023-11-19T05:13:31.680Z Downloaded clap v4.4.3
7852023-11-19T05:13:31.684Z Downloaded serde_derive v1.0.192
7862023-11-19T05:13:31.688Z Downloaded ryu v1.0.15
7872023-11-19T05:13:31.692Z Downloaded clap_derive v4.4.2
7882023-11-19T05:13:31.697Z Downloaded io-lifetimes v1.0.11
7892023-11-19T05:13:31.703Z Downloaded terminal_size v0.2.6
7902023-11-19T05:13:31.710Z Downloaded proc-macro2 v1.0.69
7912023-11-19T05:13:31.720Z Downloaded toml v0.8.8
7922023-11-19T05:13:32.132Z Downloaded anstyle v1.0.2
7932023-11-19T05:13:32.137Z Downloaded serde v1.0.192
7942023-11-19T05:13:32.141Z Downloaded memchr v2.6.3
7952023-11-19T05:13:32.144Z Downloaded toml_edit v0.21.0
7962023-11-19T05:13:32.149Z Downloaded serde_json v1.0.108
7972023-11-19T05:13:32.153Z Downloaded winnow v0.5.15
7982023-11-19T05:13:32.157Z Downloaded clap_builder v4.4.2
7992023-11-19T05:13:32.160Z Downloaded syn v2.0.32
8002023-11-19T05:13:32.164Z Downloaded rustix v0.37.23
8012023-11-19T05:13:32.168Z Downloaded libc v0.2.150
8022023-11-19T05:13:32.173Z Downloaded hashbrown v0.14.2
8032023-11-19T05:13:32.176Z Compiling proc-macro2 v1.0.69
8042023-11-19T05:13:32.180Z Compiling unicode-ident v1.0.12
8052023-11-19T05:13:32.184Z Compiling serde v1.0.192
8062023-11-19T05:13:32.187Z Compiling libc v0.2.150
8072023-11-19T05:13:32.190Z Compiling io-lifetimes v1.0.11
8082023-11-19T05:13:32.193Z Compiling rustix v0.37.23
8092023-11-19T05:13:32.197Z Compiling equivalent v1.0.1
8102023-11-19T05:13:32.200Z Compiling hashbrown v0.14.2
8112023-11-19T05:13:32.203Z Compiling utf8parse v0.2.1
8122023-11-19T05:13:32.297Z Compiling bitflags v1.3.2
8132023-11-19T05:13:32.384Z Compiling anstyle-parse v0.2.1
8142023-11-19T05:13:32.434Z Compiling winnow v0.5.15
8152023-11-19T05:13:32.762Z Compiling serde_json v1.0.108
8162023-11-19T05:13:33.473Z Compiling indexmap v2.1.0
8172023-11-19T05:13:34.660Z Compiling colorchoice v1.0.0
8182023-11-19T05:13:34.805Z Compiling thiserror v1.0.49
8192023-11-19T05:13:35.335Z Compiling semver v1.0.20
8202023-11-19T05:13:35.436Z Compiling anstyle-query v1.0.0
8212023-11-19T05:13:35.499Z Compiling anstyle v1.0.2
8222023-11-19T05:13:35.601Z Compiling camino v1.1.6
8232023-11-19T05:13:35.757Z Compiling anyhow v1.0.75
8242023-11-19T05:13:35.780Z Compiling itoa v1.0.9
8252023-11-19T05:13:36.119Z Compiling anstream v0.5.0
8262023-11-19T05:13:36.125Z Compiling heck v0.4.1
8272023-11-19T05:13:36.174Z Compiling clap_lex v0.5.1
8282023-11-19T05:13:36.435Z Compiling strsim v0.10.0
8292023-11-19T05:13:36.453Z Compiling ryu v1.0.15
8302023-11-19T05:13:36.712Z Compiling quote v1.0.33
8312023-11-19T05:13:37.308Z Compiling syn v2.0.32
8322023-11-19T05:13:37.434Z Compiling errno v0.3.2
8332023-11-19T05:13:38.816Z Compiling terminal_size v0.2.6
8342023-11-19T05:13:38.959Z Compiling clap_builder v4.4.2
8352023-11-19T05:13:44.354Z Compiling serde_derive v1.0.192
8362023-11-19T05:13:44.358Z Compiling thiserror-impl v1.0.49
8372023-11-19T05:13:44.361Z Compiling clap_derive v4.4.2
8382023-11-19T05:13:48.271Z Compiling clap v4.4.3
8392023-11-19T05:13:56.119Z Compiling serde_spanned v0.6.4
8402023-11-19T05:13:56.122Z Compiling toml_datetime v0.6.5
8412023-11-19T05:13:56.125Z Compiling cargo-platform v0.1.3
8422023-11-19T05:13:56.128Z Compiling toml_edit v0.21.0
8432023-11-19T05:13:57.697Z Compiling cargo_metadata v0.18.0
8442023-11-19T05:13:59.166Z Compiling toml v0.8.8
8452023-11-19T05:14:00.177Z Compiling cargo_toml v0.17.0
8462023-11-19T05:14:05.149Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8472023-11-19T05:14:06.326Z Finished dev [unoptimized + debuginfo] target(s) in 53.32s
8482023-11-19T05:14:06.525Z Running `target/debug/xtask clippy`
8492023-11-19T05:14:06.584Zrunning: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8502023-11-19T05:14:07.389Z Downloading crates ...
8512023-11-19T05:14:07.677Z Downloaded cfg-if v1.0.0
8522023-11-19T05:14:07.685Z Downloaded blake2b_simd v1.0.1
8532023-11-19T05:14:07.691Z Downloaded chacha20 v0.9.1
8542023-11-19T05:14:07.695Z Downloaded crc-catalog v2.2.0
8552023-11-19T05:14:07.704Z Downloaded buf-list v1.0.3
8562023-11-19T05:14:07.709Z Downloaded num_threads v0.1.6
8572023-11-19T05:14:07.714Z Downloaded num-rational v0.4.1
8582023-11-19T05:14:07.718Z Downloaded matches v0.1.10
8592023-11-19T05:14:07.723Z Downloaded number_prefix v0.4.0
8602023-11-19T05:14:07.727Z Downloaded oso-derive v0.27.0
8612023-11-19T05:14:07.732Z Downloaded packed_struct_codegen v0.10.1
8622023-11-19T05:14:07.735Z Downloaded openssl-probe v0.1.5
8632023-11-19T05:14:07.739Z Downloaded assert_matches v1.5.0
8642023-11-19T05:14:07.744Z Downloaded packed_struct v0.10.1
8652023-11-19T05:14:07.748Z Downloaded once_cell v1.18.0
8662023-11-19T05:14:07.752Z Downloaded aead v0.5.2
8672023-11-19T05:14:07.756Z Downloaded arrayref v0.3.7
8682023-11-19T05:14:07.761Z Downloaded impl-trait-for-tuples v0.2.2
8692023-11-19T05:14:07.768Z Downloaded byteorder v1.5.0
8702023-11-19T05:14:07.771Z Downloaded cstr-argument v0.1.2
8712023-11-19T05:14:07.775Z Downloaded atomicwrites v0.4.2
8722023-11-19T05:14:07.783Z Downloaded async-stream-impl v0.3.5
8732023-11-19T05:14:07.789Z Downloaded cfg-if v0.1.10
8742023-11-19T05:14:07.794Z Downloaded opaque-debug v0.3.0
8752023-11-19T05:14:07.798Z Downloaded array-init v0.0.4
8762023-11-19T05:14:07.802Z Downloaded crc v3.0.1
8772023-11-19T05:14:07.810Z Downloaded bytesize v1.3.0
8782023-11-19T05:14:07.814Z Downloaded kstat-rs v0.2.3
8792023-11-19T05:14:07.818Z Downloaded base16ct v0.2.0
8802023-11-19T05:14:07.823Z Downloaded lalrpop-util v0.19.12
8812023-11-19T05:14:07.827Z Downloaded ident_case v1.0.1
8822023-11-19T05:14:07.831Z Downloaded is-terminal v0.4.9
8832023-11-19T05:14:07.835Z Downloaded nibble_vec v0.1.0
8842023-11-19T05:14:07.840Z Downloaded num-derive v0.4.0
8852023-11-19T05:14:07.843Z Downloaded convert_case v0.4.0
8862023-11-19T05:14:07.847Z Downloaded num v0.4.1
8872023-11-19T05:14:07.851Z Downloaded olpc-cjson v0.1.3
8882023-11-19T05:14:07.856Z Downloaded curve25519-dalek-derive v0.1.0
8892023-11-19T05:14:07.866Z Downloaded num-iter v0.1.43
8902023-11-19T05:14:08.279Z Downloaded num_cpus v1.16.0
8912023-11-19T05:14:08.287Z Downloaded normalize-line-endings v0.3.0
8922023-11-19T05:14:08.298Z Downloaded siphasher v0.3.11
8932023-11-19T05:14:08.304Z Downloaded take_mut v0.2.2
8942023-11-19T05:14:08.308Z Downloaded colored v2.0.4
8952023-11-19T05:14:08.312Z Downloaded block-padding v0.3.3
8962023-11-19T05:14:08.316Z Downloaded signal-hook-mio v0.2.3
8972023-11-19T05:14:08.320Z Downloaded cexpr v0.6.0
8982023-11-19T05:14:08.324Z Downloaded want v0.3.1
8992023-11-19T05:14:08.330Z Downloaded unarray v0.1.4
9002023-11-19T05:14:08.337Z Downloaded foreign-types-shared v0.1.1
9012023-11-19T05:14:08.341Z Downloaded bcs v0.1.6
9022023-11-19T05:14:08.347Z Downloaded swrite v0.1.0
9032023-11-19T05:14:08.351Z Downloaded hex v0.4.3
9042023-11-19T05:14:08.356Z Downloaded oorandom v11.1.3
9052023-11-19T05:14:08.360Z Downloaded arc-swap v1.6.0
9062023-11-19T05:14:08.367Z Downloaded tokio-macros v2.1.0
9072023-11-19T05:14:08.371Z Downloaded arrayvec v0.7.4
9082023-11-19T05:14:08.375Z Downloaded termios v0.3.3
9092023-11-19T05:14:08.379Z Downloaded linear-map v1.2.0
9102023-11-19T05:14:08.383Z Downloaded diesel_table_macro_syntax v0.1.0
9112023-11-19T05:14:08.390Z Downloaded newtype_derive v0.1.6
9122023-11-19T05:14:08.395Z Downloaded path-absolutize v3.1.0
9132023-11-19T05:14:08.398Z Downloaded paste v1.0.14
9142023-11-19T05:14:08.403Z Downloaded blake2 v0.10.6
9152023-11-19T05:14:08.406Z Downloaded clang-sys v1.6.1
9162023-11-19T05:14:08.410Z Downloaded fxhash v0.2.1
9172023-11-19T05:14:08.417Z Downloaded home v0.5.5
9182023-11-19T05:14:08.421Z Downloaded highway v1.1.0
9192023-11-19T05:14:08.426Z Downloaded hex-literal v0.4.1
9202023-11-19T05:14:08.430Z Downloaded scheduled-thread-pool v0.2.7
9212023-11-19T05:14:08.435Z Downloaded rustversion v1.0.14
9222023-11-19T05:14:08.441Z Downloaded foreign-types-shared v0.3.1
9232023-11-19T05:14:08.445Z Downloaded darling_macro v0.14.4
9242023-11-19T05:14:08.449Z Downloaded precomputed-hash v0.1.1
9252023-11-19T05:14:08.453Z Downloaded indexmap v1.9.3
9262023-11-19T05:14:08.458Z Downloaded darling_macro v0.20.3
9272023-11-19T05:14:08.461Z Downloaded quick-error v1.2.3
9282023-11-19T05:14:08.467Z Downloaded futures-core v0.3.29
9292023-11-19T05:14:08.471Z Downloaded predicates v3.0.4
9302023-11-19T05:14:08.475Z Downloaded pin-utils v0.1.0
9312023-11-19T05:14:08.480Z Downloaded percent-encoding v2.3.0
9322023-11-19T05:14:08.485Z Downloaded base64 v0.13.1
9332023-11-19T05:14:08.489Z Downloaded tap v1.0.1
9342023-11-19T05:14:08.493Z Downloaded static_assertions v1.1.0
9352023-11-19T05:14:08.497Z Downloaded time-core v0.1.1
9362023-11-19T05:14:08.501Z Downloaded bytes v1.5.0
9372023-11-19T05:14:08.512Z Downloaded tinyvec_macros v0.1.1
9382023-11-19T05:14:08.517Z Downloaded vsss-rs v3.3.1
9392023-11-19T05:14:08.521Z Downloaded usdt-impl v0.3.5
9402023-11-19T05:14:08.525Z Downloaded rand_xorshift v0.3.0
9412023-11-19T05:14:08.539Z Downloaded pretty-hex v0.2.1
9422023-11-19T05:14:08.552Z Downloaded basic-toml v0.1.4
9432023-11-19T05:14:08.563Z Downloaded hubpack_derive v0.1.1
9442023-11-19T05:14:08.573Z Downloaded foreign-types v0.3.2
9452023-11-19T05:14:08.577Z Downloaded phf_shared v0.11.2
9462023-11-19T05:14:08.580Z Downloaded rtoolbox v0.0.1
9472023-11-19T05:14:08.586Z Downloaded untrusted v0.9.0
9482023-11-19T05:14:08.591Z Downloaded yansi v0.5.1
9492023-11-19T05:14:08.595Z Downloaded serial_test v0.10.0
9502023-11-19T05:14:08.602Z Downloaded plotters-backend v0.3.5
9512023-11-19T05:14:08.606Z Downloaded smallvec v0.6.14
9522023-11-19T05:14:08.610Z Downloaded pem-rfc7468 v0.7.0
9532023-11-19T05:14:08.613Z Downloaded display-error-chain v0.2.0
9542023-11-19T05:14:08.619Z Downloaded string_cache v0.8.7
9552023-11-19T05:14:08.623Z Downloaded spin v0.5.2
9562023-11-19T05:14:08.627Z Downloaded uuid v1.5.0
9572023-11-19T05:14:08.631Z Downloaded dtrace-parser v0.1.14
9582023-11-19T05:14:08.634Z Downloaded pest_derive v2.7.2
9592023-11-19T05:14:08.637Z Downloaded rustfmt-wrapper v0.2.0
9602023-11-19T05:14:08.640Z Downloaded zeroize_derive v1.4.2
9612023-11-19T05:14:08.643Z Downloaded fnv v1.0.7
9622023-11-19T05:14:08.646Z Downloaded pest_meta v2.7.2
9632023-11-19T05:14:08.649Z Downloaded http-body v0.4.5
9642023-11-19T05:14:08.654Z Downloaded path-dedot v3.1.0
9652023-11-19T05:14:08.658Z Downloaded doc-comment v0.3.3
9662023-11-19T05:14:08.661Z Downloaded rustc-demangle v0.1.23
9672023-11-19T05:14:08.665Z Downloaded base64 v0.21.5
9682023-11-19T05:14:08.668Z Downloaded foreign-types v0.5.0
9692023-11-19T05:14:08.671Z Downloaded tungstenite v0.18.0
9702023-11-19T05:14:08.674Z Downloaded waitgroup v0.1.2
9712023-11-19T05:14:08.678Z Downloaded shell-words v1.1.0
9722023-11-19T05:14:08.680Z Downloaded predicates v2.1.5
9732023-11-19T05:14:08.684Z Downloaded tui-tree-widget v0.13.0
9742023-11-19T05:14:08.688Z Downloaded form_urlencoded v1.2.0
9752023-11-19T05:14:08.692Z Downloaded path-slash v0.1.5
9762023-11-19T05:14:08.710Z Downloaded tinytemplate v1.2.1
9772023-11-19T05:14:08.728Z Downloaded slog-async v2.8.0
9782023-11-19T05:14:08.734Z Downloaded parse-display-derive v0.8.2
9792023-11-19T05:14:08.742Z Downloaded serde_derive_internals v0.26.0
9802023-11-19T05:14:08.753Z Downloaded http-range v0.1.5
9812023-11-19T05:14:08.763Z Downloaded vte_generate_state_changes v0.1.1
9822023-11-19T05:14:08.771Z Downloaded hubpack v0.1.2
9832023-11-19T05:14:08.778Z Downloaded der v0.7.8
9842023-11-19T05:14:08.782Z Downloaded proc-macro-crate v1.3.1
9852023-11-19T05:14:08.788Z Downloaded utf-8 v0.7.6
9862023-11-19T05:14:08.794Z Downloaded futures-executor v0.3.29
9872023-11-19T05:14:08.801Z Downloaded spki v0.7.2
9882023-11-19T05:14:08.807Z Downloaded slog-bunyan v2.4.0
9892023-11-19T05:14:08.811Z Downloaded similar-asserts v1.5.0
9902023-11-19T05:14:08.817Z Downloaded httpdate v1.0.3
9912023-11-19T05:14:08.828Z Downloaded signal-hook-tokio v0.3.1
9922023-11-19T05:14:08.835Z Downloaded derive_builder_macro v0.12.0
9932023-11-19T05:14:08.846Z Downloaded pem v1.1.1
9942023-11-19T05:14:08.851Z Downloaded fastrand v2.0.0
9952023-11-19T05:14:08.855Z Downloaded rustc_version v0.4.0
9962023-11-19T05:14:08.859Z Downloaded filetime v0.2.22
9972023-11-19T05:14:08.862Z Downloaded pest_generator v2.7.2
9982023-11-19T05:14:08.865Z Downloaded hashbrown v0.13.2
9992023-11-19T05:14:08.867Z Downloaded vec_map v0.8.2
10002023-11-19T05:14:08.870Z Downloaded difflib v0.4.0
10012023-11-19T05:14:08.873Z Downloaded similar v2.2.1
10022023-11-19T05:14:08.878Z Downloaded endian-type v0.1.2
10032023-11-19T05:14:08.880Z Downloaded data-encoding v2.4.0
10042023-11-19T05:14:08.883Z Downloaded futures-task v0.3.29
10052023-11-19T05:14:08.886Z Downloaded fs-err v2.9.0
10062023-11-19T05:14:08.889Z Downloaded universal-hash v0.5.1
10072023-11-19T05:14:08.893Z Downloaded pkcs1 v0.7.5
10082023-11-19T05:14:08.895Z Downloaded structopt-derive v0.4.18
10092023-11-19T05:14:08.898Z Downloaded futures-macro v0.3.29
10102023-11-19T05:14:08.901Z Downloaded rand_chacha v0.3.1
10112023-11-19T05:14:08.904Z Downloaded r2d2 v0.8.10
10122023-11-19T05:14:08.907Z Downloaded half v1.8.2
10132023-11-19T05:14:08.912Z Downloaded tokio-postgres v0.7.10
10142023-11-19T05:14:08.915Z Downloaded rstest v0.18.2
10152023-11-19T05:14:08.918Z Downloaded tower-service v0.3.2
10162023-11-19T05:14:08.921Z Downloaded pin-project-lite v0.2.13
10172023-11-19T05:14:08.926Z Downloaded float-cmp v0.9.0
10182023-11-19T05:14:08.929Z Downloaded synstructure v0.12.6
10192023-11-19T05:14:08.931Z Downloaded usdt-attr-macro v0.3.5
10202023-11-19T05:14:08.935Z Downloaded futures-io v0.3.29
10212023-11-19T05:14:08.938Z Downloaded serde_tokenstream v0.1.7
10222023-11-19T05:14:08.941Z Downloaded usdt v0.3.5
10232023-11-19T05:14:08.944Z Downloaded predicates-core v1.0.6
10242023-11-19T05:14:08.948Z Downloaded zerocopy v0.3.0
10252023-11-19T05:14:08.951Z Downloaded rand_core v0.6.4
10262023-11-19T05:14:08.956Z Downloaded glob v0.3.1
10272023-11-19T05:14:08.964Z Downloaded url v2.4.1
10282023-11-19T05:14:08.970Z Downloaded funty v2.0.0
10292023-11-19T05:14:08.980Z Downloaded wyz v0.5.1
10302023-11-19T05:14:08.987Z Downloaded vte v0.11.1
10312023-11-19T05:14:08.991Z Downloaded ppv-lite86 v0.2.17
10322023-11-19T05:14:08.994Z Downloaded serde-hex v0.1.0
10332023-11-19T05:14:08.997Z Downloaded secrecy v0.8.0
10342023-11-19T05:14:09.000Z Downloaded postgres-protocol v0.6.6
10352023-11-19T05:14:09.003Z Downloaded whoami v1.4.1
10362023-11-19T05:14:09.006Z Downloaded globset v0.4.13
10372023-11-19T05:14:09.008Z Downloaded parking_lot_core v0.9.8
10382023-11-19T05:14:09.011Z Downloaded hmac v0.12.1
10392023-11-19T05:14:09.014Z Downloaded sha2 v0.10.8
10402023-11-19T05:14:09.017Z Downloaded postcard v0.7.3
10412023-11-19T05:14:09.020Z Downloaded resolv-conf v0.7.0
10422023-11-19T05:14:09.024Z Downloaded deranged v0.3.8
10432023-11-19T05:14:09.027Z Downloaded derive_more v0.99.17
10442023-11-19T05:14:09.030Z Downloaded postgres-types v0.2.6
10452023-11-19T05:14:09.032Z Downloaded derive_builder_core v0.12.0
10462023-11-19T05:14:09.036Z Downloaded tokio-stream v0.1.14
10472023-11-19T05:14:09.039Z Downloaded derive_builder v0.12.0
10482023-11-19T05:14:09.041Z Downloaded diesel_derives v2.1.1
10492023-11-19T05:14:09.046Z Downloaded openapiv3 v2.0.0-rc.1
10502023-11-19T05:14:09.048Z Downloaded time v0.3.27
10512023-11-19T05:14:09.051Z Downloaded flume v0.11.0
10522023-11-19T05:14:09.054Z Downloaded unicode-normalization v0.1.22
10532023-11-19T05:14:09.057Z Downloaded flate2 v1.0.28
10542023-11-19T05:14:09.060Z Downloaded futures v0.3.29
10552023-11-19T05:14:09.062Z Downloaded prettyplease v0.2.12
10562023-11-19T05:14:09.065Z Downloaded elliptic-curve v0.13.5
10572023-11-19T05:14:09.070Z Downloaded x509-cert v0.2.4
10582023-11-19T05:14:09.073Z Downloaded rand v0.8.5
10592023-11-19T05:14:09.077Z Downloaded bitvec v1.0.1
10602023-11-19T05:14:09.084Z Downloaded hashbrown v0.12.3
10612023-11-19T05:14:09.088Z Downloaded plotters v0.3.5
10622023-11-19T05:14:09.091Z Downloaded chrono v0.4.31
10632023-11-19T05:14:09.094Z Downloaded tough v0.14.0
10642023-11-19T05:14:09.097Z Downloaded reqwest v0.11.22
10652023-11-19T05:14:09.100Z Downloaded webpki-roots v0.25.2
10662023-11-19T05:14:09.102Z Downloaded proptest v1.3.1
10672023-11-19T05:14:09.106Z Downloaded idna v0.4.0
10682023-11-19T05:14:09.111Z Downloaded quick-xml v0.23.1
10692023-11-19T05:14:09.114Z Downloaded trust-dns-proto v0.22.0
10702023-11-19T05:14:09.116Z Downloaded diesel v2.1.3
10712023-11-19T05:14:09.121Z Downloaded regex-syntax v0.6.29
10722023-11-19T05:14:09.123Z Downloaded vcpkg v0.2.15
10732023-11-19T05:14:09.126Z Downloaded rustls v0.21.9
10742023-11-19T05:14:09.129Z Downloaded syn v1.0.109
10752023-11-19T05:14:09.132Z Downloaded gimli v0.28.0
10762023-11-19T05:14:09.134Z Downloaded polar-core v0.27.0
10772023-11-19T05:14:09.138Z Downloaded regex-syntax v0.8.2
10782023-11-19T05:14:09.141Z Downloaded regex-syntax v0.7.5
10792023-11-19T05:14:09.144Z Downloaded bstr v1.6.0
10802023-11-19T05:14:09.147Z Downloaded radix_trie v0.2.1
10812023-11-19T05:14:09.149Z Downloaded rustix v0.38.9
10822023-11-19T05:14:09.153Z Downloaded sled v0.34.7
10832023-11-19T05:14:09.156Z Downloaded ratatui v0.23.0
10842023-11-19T05:14:09.158Z Downloaded zerocopy-derive v0.2.0
10852023-11-19T05:14:09.161Z Downloaded zerocopy-derive v0.6.4
10862023-11-19T05:14:09.164Z Downloaded regex-automata v0.3.8
10872023-11-19T05:14:09.167Z Downloaded regex-automata v0.4.3
10882023-11-19T05:14:09.171Z Downloaded tokio v1.33.0
10892023-11-19T05:14:09.188Z Downloaded ring v0.17.5
10902023-11-19T05:14:09.324Z Downloaded sha3 v0.10.8
10912023-11-19T05:14:09.336Z Downloaded bzip2-sys v0.1.11+1.0.8
10922023-11-19T05:14:09.361Z Downloaded smoltcp v0.9.1
10932023-11-19T05:14:09.381Z Downloaded bstr v0.2.17
10942023-11-19T05:14:09.402Z Downloaded hyper v0.14.27
10952023-11-19T05:14:09.417Z Downloaded smoltcp v0.8.2
10962023-11-19T05:14:09.435Z Downloaded encoding_rs v0.8.33
10972023-11-19T05:14:09.479Z Downloaded regress v0.7.1
10982023-11-19T05:14:09.493Z Downloaded regex v1.10.2
10992023-11-19T05:14:09.520Z Downloaded openssl v0.10.57
11002023-11-19T05:14:09.533Z Downloaded curve25519-dalek v4.1.0
11012023-11-19T05:14:09.550Z Downloaded petgraph v0.6.4
11022023-11-19T05:14:09.574Z Downloaded idna v0.2.3
11032023-11-19T05:14:09.594Z Downloaded rustls-webpki v0.101.7
11042023-11-19T05:14:09.613Z Downloaded openapiv3 v1.0.3
11052023-11-19T05:14:09.634Z Downloaded rand v0.4.6
11062023-11-19T05:14:09.641Z Downloaded hkdf v0.12.3
11072023-11-19T05:14:09.647Z Downloaded bindgen v0.65.1
11082023-11-19T05:14:09.659Z Downloaded h2 v0.3.21
11092023-11-19T05:14:09.673Z Downloaded lalrpop v0.19.12
11102023-11-19T05:14:09.693Z Downloaded regex-automata v0.1.10
11112023-11-19T05:14:09.701Z Downloaded reedline v0.25.0
11122023-11-19T05:14:09.712Z Downloaded rayon v1.8.0
11132023-11-19T05:14:09.730Z Downloaded tabled v0.14.0
11142023-11-19T05:14:09.761Z Downloaded http v0.2.9
11152023-11-19T05:14:09.775Z Downloaded heapless v0.7.16
11162023-11-19T05:14:09.783Z Downloaded futures-util v0.3.29
11172023-11-19T05:14:09.792Z Downloaded tokio-util v0.7.10
11182023-11-19T05:14:09.808Z Downloaded salty v0.2.0
11192023-11-19T05:14:10.220Z Downloaded ring v0.16.20
11202023-11-19T05:14:10.228Z Downloaded pest v2.7.2
11212023-11-19T05:14:10.238Z Downloaded num-bigint-dig v0.8.4
11222023-11-19T05:14:10.331Z Downloaded rsa v0.9.2
11232023-11-19T05:14:10.745Z Downloaded portable-atomic v1.4.3
11242023-11-19T05:14:10.754Z Downloaded textwrap v0.16.0
11252023-11-19T05:14:10.785Z Downloaded aho-corasick v1.0.4
11262023-11-19T05:14:10.803Z Downloaded proc-macro-error v1.0.4
11272023-11-19T05:14:10.810Z Downloaded yasna v0.5.2
11282023-11-19T05:14:10.814Z Downloaded getrandom v0.2.10
11292023-11-19T05:14:10.821Z Downloaded rayon-core v1.12.0
11302023-11-19T05:14:10.828Z Downloaded zerocopy v0.6.4
11312023-11-19T05:14:11.253Z Downloaded platforms v3.0.2
11322023-11-19T05:14:11.262Z Downloaded unicode-segmentation v1.10.1
11332023-11-19T05:14:11.276Z Downloaded ron v0.8.1
11342023-11-19T05:14:11.690Z Downloaded slog v2.7.0
11352023-11-19T05:14:11.699Z Downloaded phf v0.11.2
11362023-11-19T05:14:11.708Z Downloaded sct v0.7.0
11372023-11-19T05:14:11.713Z Downloaded zip v0.6.6
11382023-11-19T05:14:11.718Z Downloaded trust-dns-resolver v0.22.0
11392023-11-19T05:14:11.724Z Downloaded toml_edit v0.19.15
11402023-11-19T05:14:11.730Z Downloaded itertools v0.10.5
11412023-11-19T05:14:11.737Z Downloaded httptest v0.15.5
11422023-11-19T05:14:11.742Z Downloaded threadpool v1.8.1
11432023-11-19T05:14:11.747Z Downloaded headers v0.3.9
11442023-11-19T05:14:11.751Z Downloaded thiserror-impl-no-std v2.0.2
11452023-11-19T05:14:11.756Z Downloaded der_derive v0.7.2
11462023-11-19T05:14:11.765Z Downloaded httparse v1.8.0
11472023-11-19T05:14:11.775Z Downloaded pin-project v1.1.3
11482023-11-19T05:14:11.781Z Downloaded tungstenite v0.20.1
11492023-11-19T05:14:11.785Z Downloaded rust-argon2 v1.0.1
11502023-11-19T05:14:11.792Z Downloaded test-strategy v0.3.1
11512023-11-19T05:14:11.798Z Downloaded toolchain_find v0.2.0
11522023-11-19T05:14:11.808Z Downloaded pem v3.0.2
11532023-11-19T05:14:11.813Z Downloaded proc-macro-error-attr v1.0.4
11542023-11-19T05:14:11.818Z Downloaded getopts v0.2.21
11552023-11-19T05:14:11.827Z Downloaded generic-array v0.14.7
11562023-11-19T05:14:11.832Z Downloaded rcgen v0.11.3
11572023-11-19T05:14:11.837Z Downloaded diff v0.1.13
11582023-11-19T05:14:11.844Z Downloaded nom v7.1.3
11592023-11-19T05:14:11.849Z Downloaded minimal-lexical v0.2.1
11602023-11-19T05:14:11.854Z Downloaded trust-dns-client v0.22.0
11612023-11-19T05:14:11.860Z Downloaded postcard-cobs v0.1.5-pre
11622023-11-19T05:14:11.863Z Downloaded humantime v2.1.0
11632023-11-19T05:14:11.868Z Downloaded walkdir v2.4.0
11642023-11-19T05:14:11.872Z Downloaded serde_urlencoded v0.7.1
11652023-11-19T05:14:11.880Z Downloaded hyper-rustls v0.24.2
11662023-11-19T05:14:11.886Z Downloaded tinyvec v1.6.0
11672023-11-19T05:14:11.890Z Downloaded serde_with v2.3.3
11682023-11-19T05:14:11.893Z Downloaded serde-big-array v0.5.1
11692023-11-19T05:14:11.900Z Downloaded predicates-tree v1.0.9
11702023-11-19T05:14:11.904Z Downloaded rpassword v7.2.0
11712023-11-19T05:14:11.910Z Downloaded relative-path v1.9.0
11722023-11-19T05:14:11.914Z Downloaded fragile v2.0.0
11732023-11-19T05:14:11.924Z Downloaded smawk v0.3.1
11742023-11-19T05:14:11.930Z Downloaded radium v0.7.0
11752023-11-19T05:14:11.933Z Downloaded fixedbitset v0.4.2
11762023-11-19T05:14:11.939Z Downloaded parse-display v0.8.2
11772023-11-19T05:14:11.950Z Downloaded plotters-svg v0.3.5
11782023-11-19T05:14:11.956Z Downloaded foreign-types-macros v0.2.3
11792023-11-19T05:14:11.961Z Downloaded dof v0.1.5
11802023-11-19T05:14:11.965Z Downloaded unicase v2.7.0
11812023-11-19T05:14:11.972Z Downloaded pin-project-internal v1.1.3
11822023-11-19T05:14:11.980Z Downloaded textwrap v0.11.0
11832023-11-19T05:14:11.985Z Downloaded steno v0.4.0
11842023-11-19T05:14:11.989Z Downloaded pretty_assertions v1.4.0
11852023-11-19T05:14:11.993Z Downloaded itertools v0.11.0
11862023-11-19T05:14:12.004Z Downloaded libm v0.2.7
11872023-11-19T05:14:12.010Z Downloaded unicode-xid v0.2.4
11882023-11-19T05:14:12.016Z Downloaded semver v0.1.20
11892023-11-19T05:14:12.021Z Downloaded rustls-pemfile v1.0.3
11902023-11-19T05:14:12.025Z Downloaded password-hash v0.5.0
11912023-11-19T05:14:12.030Z Downloaded dirs-sys-next v0.1.2
11922023-11-19T05:14:12.034Z Downloaded datatest-stable v0.2.3
11932023-11-19T05:14:12.038Z Downloaded toml v0.5.11
11942023-11-19T05:14:12.042Z Downloaded toml v0.7.8
11952023-11-19T05:14:12.047Z Downloaded mio v0.8.8
11962023-11-19T05:14:12.052Z Downloaded trust-dns-server v0.22.1
11972023-11-19T05:14:12.056Z Downloaded hash32 v0.2.1
11982023-11-19T05:14:12.060Z Downloaded spin v0.9.8
11992023-11-19T05:14:12.068Z Downloaded term v0.7.0
12002023-11-19T05:14:12.076Z Downloaded rstest_macros v0.18.2
12012023-11-19T05:14:12.082Z Downloaded tracing-core v0.1.31
12022023-11-19T05:14:12.091Z Downloaded tracing v0.1.37
12032023-11-19T05:14:12.106Z Downloaded num-bigint v0.4.4
12042023-11-19T05:14:12.112Z Downloaded expectorate v1.1.0
12052023-11-19T05:14:12.126Z Downloaded unsafe-libyaml v0.2.9
12062023-11-19T05:14:12.135Z Downloaded serde_repr v0.1.16
12072023-11-19T05:14:12.140Z Downloaded tar v0.4.40
12082023-11-19T05:14:12.146Z Downloaded structopt v0.3.26
12092023-11-19T05:14:12.159Z Downloaded object v0.32.1
12102023-11-19T05:14:12.164Z Downloaded version_check v0.9.4
12112023-11-19T05:14:12.169Z Downloaded tokio-native-tls v0.3.1
12122023-11-19T05:14:12.179Z Downloaded scopeguard v1.2.0
12132023-11-19T05:14:12.192Z Downloaded thread_local v1.1.7
12142023-11-19T05:14:12.203Z Downloaded same-file v1.0.6
12152023-11-19T05:14:12.210Z Downloaded pkcs8 v0.10.2
12162023-11-19T05:14:12.214Z Downloaded wait-timeout v0.2.0
12172023-11-19T05:14:12.220Z Downloaded fallible-iterator v0.2.0
12182023-11-19T05:14:12.225Z Downloaded poly1305 v0.8.0
12192023-11-19T05:14:12.228Z Downloaded which v4.4.0
12202023-11-19T05:14:12.232Z Downloaded peeking_take_while v0.1.2
12212023-11-19T05:14:12.236Z Downloaded rustc-hash v1.1.0
12222023-11-19T05:14:12.239Z Downloaded futures-sink v0.3.29
12232023-11-19T05:14:12.243Z Downloaded smallvec v1.11.0
12242023-11-19T05:14:12.248Z Downloaded unicode-bidi v0.3.13
12252023-11-19T05:14:12.254Z Downloaded rustls-native-certs v0.6.3
12262023-11-19T05:14:12.257Z Downloaded ref-cast v1.0.20
12272023-11-19T05:14:12.260Z Downloaded smf v0.2.2
12282023-11-19T05:14:12.267Z Downloaded heck v0.3.3
12292023-11-19T05:14:12.271Z Downloaded stringprep v0.1.3
12302023-11-19T05:14:12.274Z Downloaded remove_dir_all v0.5.3
12312023-11-19T05:14:12.277Z Downloaded enum-as-inner v0.5.1
12322023-11-19T05:14:12.280Z Downloaded fatfs v0.3.6
12332023-11-19T05:14:12.285Z Downloaded serde_yaml v0.9.25
12342023-11-19T05:14:12.289Z Downloaded libxml v0.3.3
12352023-11-19T05:14:12.293Z Downloaded cc v1.0.83
12362023-11-19T05:14:12.296Z Downloaded derive-where v1.2.5
12372023-11-19T05:14:12.301Z Downloaded snafu v0.7.5
12382023-11-19T05:14:12.307Z Downloaded crossterm v0.27.0
12392023-11-19T05:14:12.310Z Downloaded structmeta-derive v0.2.0
12402023-11-19T05:14:12.314Z Downloaded slog-dtrace v0.2.3
12412023-11-19T05:14:12.317Z Downloaded tracing-attributes v0.1.26
12422023-11-19T05:14:12.321Z Downloaded tokio-tungstenite v0.18.0
12432023-11-19T05:14:12.326Z Downloaded futures-timer v3.0.2
12442023-11-19T05:14:12.330Z Downloaded trybuild v1.0.85
12452023-11-19T05:14:12.334Z Downloaded pkg-config v0.3.27
12462023-11-19T05:14:12.337Z Downloaded ena v0.14.2
12472023-11-19T05:14:12.340Z Downloaded termcolor v1.2.0
12482023-11-19T05:14:12.344Z Downloaded tempfile v3.8.0
12492023-11-19T05:14:12.348Z Downloaded futures-channel v0.3.29
12502023-11-19T05:14:12.378Z Downloaded tokio-rustls v0.24.1
12512023-11-19T05:14:12.387Z Downloaded untrusted v0.7.1
12522023-11-19T05:14:12.390Z Downloaded hostname v0.3.1
12532023-11-19T05:14:12.393Z Downloaded headers-core v0.2.0
12542023-11-19T05:14:12.396Z Downloaded strum_macros v0.24.3
12552023-11-19T05:14:12.399Z Downloaded clap v2.34.0
12562023-11-19T05:14:12.403Z Downloaded partial-io v0.5.4
12572023-11-19T05:14:12.406Z Downloaded tempdir v0.3.7
12582023-11-19T05:14:12.409Z Downloaded dashmap v5.5.1
12592023-11-19T05:14:12.414Z Downloaded zeroize v1.6.0
12602023-11-19T05:14:12.418Z Downloaded xattr v1.0.1
12612023-11-19T05:14:12.422Z Downloaded signature v2.1.0
12622023-11-19T05:14:12.426Z Downloaded signature v1.6.4
12632023-11-19T05:14:12.429Z Downloaded signal-hook-registry v1.4.1
12642023-11-19T05:14:12.432Z Downloaded sha1 v0.10.6
12652023-11-19T05:14:12.435Z Downloaded serde_tokenstream v0.2.0
12662023-11-19T05:14:12.438Z Downloaded typenum v1.16.0
12672023-11-19T05:14:12.441Z Downloaded usdt-macro v0.3.5
12682023-11-19T05:14:12.446Z Downloaded unicode-width v0.1.11
12692023-11-19T05:14:12.451Z Downloaded unicode-linebreak v0.1.5
12702023-11-19T05:14:12.454Z Downloaded env_logger v0.10.0
12712023-11-19T05:14:12.457Z Downloaded num-traits v0.2.16
12722023-11-19T05:14:12.462Z Downloaded socket2 v0.4.9
12732023-11-19T05:14:12.465Z Downloaded criterion v0.5.1
12742023-11-19T05:14:12.471Z Downloaded subprocess v0.2.9
12752023-11-19T05:14:12.477Z Downloaded socket2 v0.5.4
12762023-11-19T05:14:12.481Z Downloaded darling_core v0.20.3
12772023-11-19T05:14:12.484Z Downloaded object v0.30.4
12782023-11-19T05:14:12.487Z Downloaded strum v0.25.0
12792023-11-19T05:14:12.491Z Downloaded cookie v0.18.0
12802023-11-19T05:14:12.497Z Downloaded backtrace v0.3.69
12812023-11-19T05:14:12.504Z Downloaded log v0.4.20
12822023-11-19T05:14:12.516Z Downloaded ff v0.13.0
12832023-11-19T05:14:12.539Z Downloaded mockall_derive v0.11.4
12842023-11-19T05:14:12.567Z Downloaded phf_shared v0.10.0
12852023-11-19T05:14:12.581Z Downloaded ref-cast-impl v1.0.20
12862023-11-19T05:14:12.587Z Downloaded flagset v0.4.3
12872023-11-19T05:14:12.592Z Downloaded fd-lock v3.0.13
12882023-11-19T05:14:12.598Z Downloaded ucd-trie v0.1.6
12892023-11-19T05:14:12.605Z Downloaded zone_cfg_derive v0.3.0
12902023-11-19T05:14:12.610Z Downloaded zone v0.3.0
12912023-11-19T05:14:12.616Z Downloaded serial_test_derive v0.10.0
12922023-11-19T05:14:12.624Z Downloaded signal-hook v0.3.17
12932023-11-19T05:14:12.627Z Downloaded strum_macros v0.25.2
12942023-11-19T05:14:12.631Z Downloaded slog-json v2.6.1
12952023-11-19T05:14:12.635Z Downloaded slog-envlogger v2.2.0
12962023-11-19T05:14:12.640Z Downloaded ipnet v2.8.0
12972023-11-19T05:14:12.645Z Downloaded mime v0.3.17
12982023-11-19T05:14:12.649Z Downloaded tokio-tungstenite v0.20.1
12992023-11-19T05:14:12.653Z Downloaded thiserror-no-std v2.0.2
13002023-11-19T05:14:12.660Z Downloaded slog-term v2.9.0
13012023-11-19T05:14:12.664Z Downloaded schemars v0.8.13
13022023-11-19T05:14:12.669Z Downloaded dyn-clone v1.0.13
13032023-11-19T05:14:12.675Z Downloaded supports-color v2.1.0
13042023-11-19T05:14:12.681Z Downloaded nu-ansi-term v0.49.0
13052023-11-19T05:14:12.685Z Downloaded darling v0.14.4
13062023-11-19T05:14:12.689Z Downloaded ciborium v0.2.1
13072023-11-19T05:14:12.693Z Downloaded cancel-safe-futures v0.1.5
13082023-11-19T05:14:12.697Z Downloaded rustc_version v0.1.7
13092023-11-19T05:14:12.701Z Downloaded indicatif v0.17.7
13102023-11-19T05:14:12.704Z Downloaded addr2line v0.21.0
13112023-11-19T05:14:12.708Z Downloaded group v0.13.0
13122023-11-19T05:14:12.713Z Downloaded time-macros v0.2.13
13132023-11-19T05:14:12.717Z Downloaded slog-stdlog v4.1.1
13142023-11-19T05:14:12.721Z Downloaded stable_deref_trait v1.2.0
13152023-11-19T05:14:12.727Z Downloaded pretty-hex v0.3.0
13162023-11-19T05:14:12.731Z Downloaded slab v0.4.9
13172023-11-19T05:14:12.735Z Downloaded miniz_oxide v0.7.1
13182023-11-19T05:14:12.742Z Downloaded dirs-next v2.0.0
13192023-11-19T05:14:12.746Z Downloaded digest v0.10.7
13202023-11-19T05:14:12.750Z Downloaded snafu-derive v0.7.5
13212023-11-19T05:14:12.754Z Downloaded ed25519 v1.5.3
13222023-11-19T05:14:12.758Z Downloaded debug-ignore v1.0.5
13232023-11-19T05:14:12.762Z Downloaded serde_path_to_error v0.1.14
13242023-11-19T05:14:12.766Z Downloaded num-complex v0.4.4
13252023-11-19T05:14:12.775Z Downloaded libloading v0.7.4
13262023-11-19T05:14:12.779Z Downloaded ahash v0.8.3
13272023-11-19T05:14:12.784Z Downloaded either v1.9.0
13282023-11-19T05:14:12.788Z Downloaded thread-id v4.2.0
13292023-11-19T05:14:12.794Z Downloaded slog-scope v4.4.0
13302023-11-19T05:14:12.800Z Downloaded serde_with_macros v2.3.3
13312023-11-19T05:14:12.804Z Downloaded crossbeam-utils v0.8.16
13322023-11-19T05:14:12.808Z Downloaded nodrop v0.1.14
13332023-11-19T05:14:12.814Z Downloaded libefi-sys v0.1.0
13342023-11-19T05:14:12.820Z Downloaded maplit v1.0.2
13352023-11-19T05:14:12.825Z Downloaded lazy_static v1.4.0
13362023-11-19T05:14:12.832Z Downloaded corncobs v0.1.3
13372023-11-19T05:14:12.835Z Downloaded serde-big-array v0.4.1
13382023-11-19T05:14:12.845Z Downloaded semver v0.11.0
13392023-11-19T05:14:12.850Z Downloaded crossbeam v0.8.2
13402023-11-19T05:14:12.854Z Downloaded num-integer v0.1.45
13412023-11-19T05:14:12.859Z Downloaded native-tls v0.2.11
13422023-11-19T05:14:12.866Z Downloaded multer v2.1.0
13432023-11-19T05:14:12.870Z Downloaded try-lock v0.2.4
13442023-11-19T05:14:12.885Z Downloaded mime_guess v2.0.4
13452023-11-19T05:14:12.892Z Downloaded camino-tempfile v1.0.2
13462023-11-19T05:14:12.896Z Downloaded approx v0.5.1
13472023-11-19T05:14:12.900Z Downloaded assert_cmd v2.0.12
13482023-11-19T05:14:12.904Z Downloaded topological-sort v0.2.2
13492023-11-19T05:14:12.908Z Downloaded tiny-keccak v2.0.2
13502023-11-19T05:14:12.912Z Downloaded termtree v0.4.1
13512023-11-19T05:14:12.917Z Downloaded tabled_derive v0.6.0
13522023-11-19T05:14:12.921Z Downloaded structmeta v0.2.0
13532023-11-19T05:14:12.925Z Downloaded subtle v2.5.0
13542023-11-19T05:14:12.929Z Downloaded strsim v0.8.0
13552023-11-19T05:14:12.933Z Downloaded strip-ansi-escapes v0.2.0
13562023-11-19T05:14:12.937Z Downloaded downcast v0.11.0
13572023-11-19T05:14:12.943Z Downloaded bzip2 v0.4.4
13582023-11-19T05:14:12.947Z Downloaded base64ct v1.6.0
13592023-11-19T05:14:12.951Z Downloaded crossbeam-channel v0.5.8
13602023-11-19T05:14:12.956Z Downloaded bit-vec v0.6.3
13612023-11-19T05:14:12.960Z Downloaded nanorand v0.7.0
13622023-11-19T05:14:12.964Z Downloaded maybe-uninit v2.0.0
13632023-11-19T05:14:12.968Z Downloaded serde_plain v1.0.2
13642023-11-19T05:14:12.972Z Downloaded semver-parser v0.10.2
13652023-11-19T05:14:12.977Z Downloaded rusty-fork v0.3.0
13662023-11-19T05:14:12.981Z Downloaded async-trait v0.1.74
13672023-11-19T05:14:12.990Z Downloaded argon2 v0.5.2
13682023-11-19T05:14:13.000Z Downloaded shlex v1.1.0
13692023-11-19T05:14:13.419Z Downloaded constant_time_eq v0.2.6
13702023-11-19T05:14:13.425Z Downloaded cassowary v0.3.0
13712023-11-19T05:14:13.427Z Downloaded autocfg v1.1.0
13722023-11-19T05:14:13.432Z Downloaded bitfield v0.14.0
13732023-11-19T05:14:13.436Z Downloaded atomic-waker v1.1.1
13742023-11-19T05:14:13.441Z Downloaded schemars_derive v0.8.13
13752023-11-19T05:14:13.445Z Downloaded macaddr v1.0.1
13762023-11-19T05:14:13.449Z Downloaded num_enum_derive v0.5.11
13772023-11-19T05:14:13.454Z Downloaded bit-set v0.5.3
13782023-11-19T05:14:13.458Z Downloaded cast v0.3.0
13792023-11-19T05:14:13.462Z Downloaded mockall v0.11.4
13802023-11-19T05:14:13.466Z Downloaded ciborium-ll v0.2.1
13812023-11-19T05:14:13.470Z Downloaded inout v0.1.3
13822023-11-19T05:14:13.476Z Downloaded ipnetwork v0.20.0
13832023-11-19T05:14:13.480Z Downloaded bb8 v0.8.1
13842023-11-19T05:14:13.484Z Downloaded darling v0.20.3
13852023-11-19T05:14:13.490Z Downloaded iana-time-zone v0.1.57
13862023-11-19T05:14:13.495Z Downloaded backoff v0.4.0
13872023-11-19T05:14:13.498Z Downloaded bitflags v2.4.0
13882023-11-19T05:14:13.505Z Downloaded ansi_term v0.12.1
13892023-11-19T05:14:13.511Z Downloaded lock_api v0.4.10
13902023-11-19T05:14:13.517Z Downloaded crypto-bigint v0.5.2
13912023-11-19T05:14:13.521Z Downloaded crc32fast v1.3.2
13922023-11-19T05:14:13.525Z Downloaded block-buffer v0.10.4
13932023-11-19T05:14:13.528Z Downloaded hyper-tls v0.5.0
13942023-11-19T05:14:13.533Z Downloaded keccak v0.1.4
13952023-11-19T05:14:13.537Z Downloaded indoc v1.0.9
13962023-11-19T05:14:13.543Z Downloaded ciborium-io v0.2.1
13972023-11-19T05:14:13.547Z Downloaded match_cfg v0.1.0
13982023-11-19T05:14:13.959Z Downloaded ascii-canvas v3.0.0
13992023-11-19T05:14:13.964Z Downloaded lazycell v1.3.0
14002023-11-19T05:14:13.967Z Downloaded memoffset v0.7.1
14012023-11-19T05:14:13.971Z Downloaded crc-any v2.4.3
14022023-11-19T05:14:13.976Z Downloaded bytecount v0.6.3
14032023-11-19T05:14:13.979Z Downloaded is_ci v1.1.1
14042023-11-19T05:14:13.982Z Downloaded hyper-staticfile v0.9.5
14052023-11-19T05:14:13.985Z Downloaded async-stream v0.3.5
14062023-11-19T05:14:13.988Z Downloaded memoffset v0.9.0
14072023-11-19T05:14:13.993Z Downloaded atty v0.2.14
14082023-11-19T05:14:13.996Z Downloaded darling_core v0.14.4
14092023-11-19T05:14:14.000Z Downloaded crypto-common v0.1.6
14102023-11-19T05:14:14.003Z Downloaded libsw v3.3.0
14112023-11-19T05:14:14.007Z Downloaded anes v0.1.6
14122023-11-19T05:14:14.010Z Downloaded parking_lot_core v0.8.6
14132023-11-19T05:14:14.014Z Downloaded openssl-sys v0.9.93
14142023-11-19T05:14:14.017Z Downloaded managed v0.8.0
14152023-11-19T05:14:14.020Z Downloaded parking_lot v0.12.1
14162023-11-19T05:14:14.026Z Downloaded papergrid v0.10.0
14172023-11-19T05:14:14.030Z Downloaded oso v0.27.0
14182023-11-19T05:14:14.033Z Downloaded instant v0.1.12
14192023-11-19T05:14:14.041Z Downloaded parking_lot v0.11.2
14202023-11-19T05:14:14.045Z Downloaded owo-colors v3.5.0
14212023-11-19T05:14:14.048Z Downloaded linked-hash-map v0.5.6
14222023-11-19T05:14:14.051Z Downloaded indoc v2.0.3
14232023-11-19T05:14:14.055Z Downloaded const-oid v0.9.5
14242023-11-19T05:14:14.058Z Downloaded md-5 v0.10.5
14252023-11-19T05:14:14.062Z Downloaded newline-converter v0.3.0
14262023-11-19T05:14:14.066Z Downloaded libtest-mimic v0.6.1
14272023-11-19T05:14:14.072Z Downloaded crunchy v0.2.2
14282023-11-19T05:14:14.076Z Downloaded crossbeam-deque v0.8.3
14292023-11-19T05:14:14.080Z Downloaded chacha20poly1305 v0.10.1
14302023-11-19T05:14:14.084Z Downloaded omicron-zone-package v0.9.1
14312023-11-19T05:14:14.087Z Downloaded openssl-macros v0.1.1
14322023-11-19T05:14:14.091Z Downloaded lru-cache v0.1.2
14332023-11-19T05:14:14.094Z Downloaded constant_time_eq v0.3.0
14342023-11-19T05:14:14.097Z Downloaded crossbeam-queue v0.3.8
14352023-11-19T05:14:14.101Z Downloaded crucible-workspace-hack v0.1.0
14362023-11-19T05:14:14.108Z Downloaded crossbeam-epoch v0.9.15
14372023-11-19T05:14:14.112Z Downloaded criterion-plot v0.5.0
14382023-11-19T05:14:14.115Z Downloaded num_enum v0.5.11
14392023-11-19T05:14:14.118Z Downloaded new_debug_unreachable v1.0.4
14402023-11-19T05:14:14.122Z Downloaded console v0.15.7
14412023-11-19T05:14:14.125Z Downloaded cpufeatures v0.2.9
14422023-11-19T05:14:14.128Z Downloaded cipher v0.4.4
14432023-11-19T05:14:14.131Z Downloaded adler v1.0.2
14442023-11-19T05:14:14.138Z Compiling proc-macro2 v1.0.69
14452023-11-19T05:14:14.141Z Compiling serde v1.0.192
14462023-11-19T05:14:14.146Z Compiling autocfg v1.1.0
14472023-11-19T05:14:14.149Z Compiling version_check v0.9.4
14482023-11-19T05:14:14.153Z Compiling syn v1.0.109
14492023-11-19T05:14:14.156Z Compiling parking_lot_core v0.9.8
14502023-11-19T05:14:14.161Z Compiling libm v0.2.7
14512023-11-19T05:14:14.164Z Compiling libc v0.2.150
14522023-11-19T05:14:14.169Z Compiling futures-core v0.3.29
14532023-11-19T05:14:14.173Z Compiling cfg-if v1.0.0
14542023-11-19T05:14:14.176Z Compiling typenum v1.16.0
14552023-11-19T05:14:14.180Z Compiling once_cell v1.18.0
14562023-11-19T05:14:14.183Z Compiling generic-array v0.14.7
14572023-11-19T05:14:14.187Z Compiling lock_api v0.4.10
14582023-11-19T05:14:14.190Z Compiling num-traits v0.2.16
14592023-11-19T05:14:14.195Z Compiling quote v1.0.33
14602023-11-19T05:14:14.199Z Compiling slab v0.4.9
14612023-11-19T05:14:14.203Z Compiling futures-task v0.3.29
14622023-11-19T05:14:14.515Z Compiling cc v1.0.83
14632023-11-19T05:14:14.645Z Compiling syn v2.0.32
14642023-11-19T05:14:14.942Z Compiling futures-channel v0.3.29
14652023-11-19T05:14:15.149Z Compiling futures-util v0.3.29
14662023-11-19T05:14:15.189Z Compiling memchr v2.6.3
14672023-11-19T05:14:15.207Z Compiling pkg-config v0.3.27
14682023-11-19T05:14:15.330Z Compiling serde_json v1.0.108
14692023-11-19T05:14:15.414Z Compiling itoa v1.0.9
14702023-11-19T05:14:15.642Z Compiling log v0.4.20
14712023-11-19T05:14:15.722Z Compiling rustix v0.38.9
14722023-11-19T05:14:15.810Z Compiling schemars v0.8.13
14732023-11-19T05:14:16.289Z Compiling httparse v1.8.0
14742023-11-19T05:14:16.299Z Compiling indexmap v1.9.3
14752023-11-19T05:14:16.743Z Compiling getrandom v0.2.10
14762023-11-19T05:14:16.793Z Compiling ryu v1.0.15
14772023-11-19T05:14:16.892Z Compiling vcpkg v0.2.15
14782023-11-19T05:14:17.349Z Compiling hashbrown v0.14.2
14792023-11-19T05:14:17.404Z Compiling equivalent v1.0.1
14802023-11-19T05:14:17.446Z Compiling ahash v0.8.3
14812023-11-19T05:14:17.536Z Compiling openssl v0.10.57
14822023-11-19T05:14:17.930Z Compiling fnv v1.0.7
14832023-11-19T05:14:18.046Z Compiling scopeguard v1.2.0
14842023-11-19T05:14:18.091Z Compiling aho-corasick v1.0.4
14852023-11-19T05:14:18.094Z Compiling rustls v0.21.9
14862023-11-19T05:14:18.481Z Compiling regex-syntax v0.8.2
14872023-11-19T05:14:18.500Z Compiling ring v0.16.20
14882023-11-19T05:14:18.923Z Compiling ring v0.17.5
14892023-11-19T05:14:19.746Z Compiling openssl-sys v0.9.93
14902023-11-19T05:14:21.685Z Compiling native-tls v0.2.11
14912023-11-19T05:14:22.168Z Compiling async-trait v0.1.74
14922023-11-19T05:14:22.896Z Compiling ucd-trie v0.1.6
14932023-11-19T05:14:23.646Z Compiling unicode-xid v0.2.4
14942023-11-19T05:14:23.860Z Compiling smallvec v1.11.0
14952023-11-19T05:14:24.167Z Compiling regex-automata v0.4.3
14962023-11-19T05:14:24.480Z Compiling backtrace v0.3.69
14972023-11-19T05:14:24.843Z Compiling crossbeam-utils v0.8.16
14982023-11-19T05:14:25.108Z Compiling parking_lot v0.12.1
14992023-11-19T05:14:25.371Z Compiling iana-time-zone v0.1.57
15002023-11-19T05:14:25.519Z Compiling anyhow v1.0.75
15012023-11-19T05:14:26.143Z Compiling slog v2.7.0
15022023-11-19T05:14:26.641Z Compiling serde_derive_internals v0.26.0
15032023-11-19T05:14:26.647Z Compiling num-integer v0.1.45
15042023-11-19T05:14:26.767Z Compiling byteorder v1.5.0
15052023-11-19T05:14:26.888Z Compiling crc32fast v1.3.2
15062023-11-19T05:14:27.483Z Compiling dyn-clone v1.0.13
15072023-11-19T05:14:27.553Z Compiling synstructure v0.12.6
15082023-11-19T05:14:28.073Z Compiling time-core v0.1.1
15092023-11-19T05:14:28.078Z Compiling spin v0.5.2
15102023-11-19T05:14:28.082Z Compiling hashbrown v0.13.2
15112023-11-19T05:14:28.217Z Compiling time-macros v0.2.13
15122023-11-19T05:14:28.421Z Compiling pin-project-lite v0.2.13
15132023-11-19T05:14:28.597Z Compiling rustversion v1.0.14
15142023-11-19T05:14:29.444Z Compiling winnow v0.5.15
15152023-11-19T05:14:29.918Z Compiling signal-hook-registry v1.4.1
15162023-11-19T05:14:30.091Z Compiling mio v0.8.8
15172023-11-19T05:14:30.927Z Compiling regex v1.10.2
15182023-11-19T05:14:32.085Z Compiling errno v0.3.2
15192023-11-19T05:14:32.249Z Compiling num_cpus v1.16.0
15202023-11-19T05:14:32.343Z Compiling socket2 v0.5.4
15212023-11-19T05:14:32.405Z Compiling usdt-impl v0.3.5
15222023-11-19T05:14:32.646Z Compiling futures-sink v0.3.29
15232023-11-19T05:14:32.828Z Compiling unicode-width v0.1.11
15242023-11-19T05:14:33.058Z Compiling memoffset v0.9.0
15252023-11-19T05:14:33.079Z Compiling tinyvec_macros v0.1.1
15262023-11-19T05:14:33.192Z Compiling tinyvec v1.6.0
15272023-11-19T05:14:33.740Z Compiling futures-io v0.3.29
15282023-11-19T05:14:34.088Z Compiling pin-utils v0.1.0
15292023-11-19T05:14:34.607Z Compiling spin v0.9.8
15302023-11-19T05:14:34.612Z Compiling tracing-core v0.1.31
15312023-11-19T05:14:34.618Z Compiling unicode-bidi v0.3.13
15322023-11-19T05:14:34.682Z Compiling signal-hook v0.3.17
15332023-11-19T05:14:35.108Z Compiling lazy_static v1.4.0
15342023-11-19T05:14:35.259Z Compiling thread-id v4.2.0
15352023-11-19T05:14:35.397Z Compiling crossbeam-epoch v0.9.15
15362023-11-19T05:14:35.426Z Compiling strsim v0.10.0
15372023-11-19T05:14:35.758Z Compiling unicode-normalization v0.1.22
15382023-11-19T05:14:35.827Z Compiling serde_derive v1.0.192
15392023-11-19T05:14:36.033Z Compiling thiserror-impl v1.0.49
15402023-11-19T05:14:36.228Z Compiling zeroize_derive v1.4.2
15412023-11-19T05:14:36.254Z Compiling tokio-macros v2.1.0
15422023-11-19T05:14:36.276Z Compiling futures-macro v0.3.29
15432023-11-19T05:14:36.377Z Compiling tracing-attributes v0.1.26
15442023-11-19T05:14:38.026Z Compiling schemars_derive v0.8.13
15452023-11-19T05:14:38.032Z Compiling openssl-macros v0.1.1
15462023-11-19T05:14:38.656Z Compiling zerocopy-derive v0.2.0
15472023-11-19T05:14:38.766Z Compiling zerocopy-derive v0.6.4
15482023-11-19T05:14:40.387Z Compiling thiserror v1.0.49
15492023-11-19T05:14:40.562Z Compiling pest v2.7.2
15502023-11-19T05:14:41.351Z Compiling zerocopy v0.3.0
15512023-11-19T05:14:41.764Z Compiling clap_derive v4.4.2
15522023-11-19T05:14:41.845Z Compiling tracing v0.1.37
15532023-11-19T05:14:42.272Z Compiling strum_macros v0.25.2
15542023-11-19T05:14:42.571Z Compiling dof v0.1.5
15552023-11-19T05:14:42.611Z Compiling num-iter v0.1.43
15562023-11-19T05:14:42.646Z Compiling base64 v0.21.5
15572023-11-19T05:14:43.037Z Compiling either v1.9.0
15582023-11-19T05:14:43.701Z Compiling rand_core v0.6.4
15592023-11-19T05:14:43.754Z Compiling hashbrown v0.12.3
15602023-11-19T05:14:43.814Z Compiling foreign-types-shared v0.1.1
15612023-11-19T05:14:43.954Z Compiling untrusted v0.7.1
15622023-11-19T05:14:44.215Z Compiling openssl-probe v0.1.5
15632023-11-19T05:14:44.307Z Compiling untrusted v0.9.0
15642023-11-19T05:14:44.539Z Compiling percent-encoding v2.3.0
15652023-11-19T05:14:44.626Z Compiling pest_meta v2.7.2
15662023-11-19T05:14:46.971Z Compiling pest_generator v2.7.2
15672023-11-19T05:14:48.207Z Compiling foreign-types v0.3.2
15682023-11-19T05:14:49.298Z Compiling zeroize v1.6.0
15692023-11-19T05:14:49.799Z Compiling bzip2-sys v0.1.11+1.0.8
15702023-11-19T05:14:50.412Z Compiling try-lock v0.2.4
15712023-11-19T05:14:50.605Z Compiling want v0.3.1
15722023-11-19T05:14:50.868Z Compiling sct v0.7.0
15732023-11-19T05:14:50.982Z Compiling rustls-webpki v0.101.7
15742023-11-19T05:14:51.262Z Compiling form_urlencoded v1.2.0
15752023-11-19T05:14:51.677Z Compiling socket2 v0.4.9
15762023-11-19T05:14:52.115Z Compiling pest_derive v2.7.2
15772023-11-19T05:14:52.136Z Compiling httpdate v1.0.3
15782023-11-19T05:14:52.568Z Compiling tower-service v0.3.2
15792023-11-19T05:14:52.724Z Compiling rustls-pemfile v1.0.3
15802023-11-19T05:14:52.822Z Compiling dtrace-parser v0.1.14
15812023-11-19T05:14:52.993Z Compiling idna v0.4.0
15822023-11-19T05:14:53.192Z Compiling siphasher v0.3.11
15832023-11-19T05:14:53.737Z Compiling adler v1.0.2
15842023-11-19T05:14:53.791Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15852023-11-19T05:14:54.037Z Compiling miniz_oxide v0.7.1
15862023-11-19T05:14:54.524Z Compiling url v2.4.1
15872023-11-19T05:14:54.919Z Compiling rustls-native-certs v0.6.3
15882023-11-19T05:14:55.285Z Compiling bitflags v1.3.2
15892023-11-19T05:14:55.412Z Compiling ipnet v2.8.0
15902023-11-19T05:14:55.439Z Compiling encoding_rs v0.8.33
15912023-11-19T05:14:55.652Z Compiling gimli v0.28.0
15922023-11-19T05:14:56.773Z Compiling mime v0.3.17
15932023-11-19T05:14:56.847Z Compiling webpki-roots v0.25.2
15942023-11-19T05:14:57.083Z Compiling crypto-common v0.1.6
15952023-11-19T05:14:57.101Z Compiling enum-as-inner v0.5.1
15962023-11-19T05:14:57.297Z Compiling diesel_table_macro_syntax v0.1.0
15972023-11-19T05:14:57.344Z Compiling object v0.32.1
15982023-11-19T05:14:57.629Z Compiling num-bigint v0.4.4
15992023-11-19T05:14:57.834Z Compiling rustc-demangle v0.1.23
16002023-11-19T05:14:58.329Z Compiling indexmap v2.1.0
16012023-11-19T05:14:58.550Z Compiling bytes v1.5.0
16022023-11-19T05:14:59.226Z Compiling uuid v1.5.0
16032023-11-19T05:15:00.346Z Compiling chrono v0.4.31
16042023-11-19T05:15:00.388Z Compiling semver v1.0.20
16052023-11-19T05:15:00.453Z Compiling http v0.2.9
16062023-11-19T05:15:01.518Z Compiling bitflags v2.4.0
16072023-11-19T05:15:02.166Z Compiling toml_datetime v0.6.5
16082023-11-19T05:15:02.493Z Compiling serde_spanned v0.6.4
16092023-11-19T05:15:02.810Z Compiling rustc_version v0.4.0
16102023-11-19T05:15:02.827Z Compiling toml_edit v0.19.15
16112023-11-19T05:15:02.927Z Compiling tokio v1.33.0
16122023-11-19T05:15:03.608Z Compiling openapiv3 v2.0.0-rc.1
16132023-11-19T05:15:06.323Z Compiling serde_tokenstream v0.1.7
16142023-11-19T05:15:06.564Z Compiling http-body v0.4.5
16152023-11-19T05:15:07.107Z Compiling usdt-macro v0.3.5
16162023-11-19T05:15:07.190Z Compiling usdt-attr-macro v0.3.5
16172023-11-19T05:15:08.931Z Compiling heapless v0.7.16
16182023-11-19T05:15:08.962Z Compiling serde_urlencoded v0.7.1
16192023-11-19T05:15:09.184Z Compiling addr2line v0.21.0
16202023-11-19T05:15:09.230Z Compiling smoltcp v0.9.1
16212023-11-19T05:15:09.747Z Compiling bit-vec v0.6.3
16222023-11-19T05:15:10.771Z Compiling diesel_derives v2.1.1
16232023-11-19T05:15:10.782Z Compiling flate2 v1.0.28
16242023-11-19T05:15:10.789Z Compiling block-buffer v0.10.4
16252023-11-19T05:15:10.988Z Compiling phf_shared v0.10.0
16262023-11-19T05:15:11.542Z Compiling hubpack_derive v0.1.1
16272023-11-19T05:15:11.574Z Compiling subtle v2.5.0
16282023-11-19T05:15:12.069Z Compiling ppv-lite86 v0.2.17
16292023-11-19T05:15:12.119Z Compiling fixedbitset v0.4.2
16302023-11-19T05:15:12.710Z Compiling precomputed-hash v0.1.1
16312023-11-19T05:15:12.858Z Compiling new_debug_unreachable v1.0.4
16322023-11-19T05:15:12.877Z Compiling const-oid v0.9.5
16332023-11-19T05:15:12.978Z Compiling string_cache v0.8.7
16342023-11-19T05:15:13.335Z Compiling rand_chacha v0.3.1
16352023-11-19T05:15:13.605Z Compiling petgraph v0.6.4
16362023-11-19T05:15:14.871Z Compiling bit-set v0.5.3
16372023-11-19T05:15:14.895Z Compiling toml v0.7.8
16382023-11-19T05:15:15.272Z Compiling tokio-util v0.7.10
16392023-11-19T05:15:15.490Z Compiling tokio-rustls v0.24.1
16402023-11-19T05:15:15.989Z Compiling digest v0.10.7
16412023-11-19T05:15:16.061Z Compiling toml_edit v0.21.0
16422023-11-19T05:15:16.633Z Compiling hex v0.4.3
16432023-11-19T05:15:17.417Z Compiling h2 v0.3.21
16442023-11-19T05:15:17.611Z Compiling itertools v0.10.5
16452023-11-19T05:15:17.616Z Compiling unicode-segmentation v1.10.1
16462023-11-19T05:15:20.220Z Compiling tokio-native-tls v0.3.1
16472023-11-19T05:15:20.225Z Compiling lalrpop-util v0.19.12
16482023-11-19T05:15:20.227Z Compiling rand v0.8.5
16492023-11-19T05:15:21.957Z Compiling serde_repr v0.1.16
16502023-11-19T05:15:22.129Z Compiling io-lifetimes v1.0.11
16512023-11-19T05:15:22.390Z Compiling cpufeatures v0.2.9
16522023-11-19T05:15:22.521Z Compiling utf8parse v0.2.1
16532023-11-19T05:15:22.577Z Compiling anstyle v1.0.2
16542023-11-19T05:15:22.734Z Compiling anstyle-parse v0.2.1
16552023-11-19T05:15:22.841Z Compiling sha2 v0.10.8
16562023-11-19T05:15:23.227Z Compiling rustix v0.37.23
16572023-11-19T05:15:23.230Z Compiling hmac v0.12.1
16582023-11-19T05:15:23.549Z Compiling md-5 v0.10.5
16592023-11-19T05:15:23.582Z Compiling stringprep v0.1.3
16602023-11-19T05:15:23.856Z Compiling hash32 v0.2.1
16612023-11-19T05:15:24.418Z Compiling fallible-iterator v0.2.0
16622023-11-19T05:15:24.797Z Compiling stable_deref_trait v1.2.0
16632023-11-19T05:15:24.923Z Compiling anstyle-query v1.0.0
16642023-11-19T05:15:24.962Z Compiling colorchoice v1.0.0
16652023-11-19T05:15:25.181Z Compiling terminal_size v0.2.6
16662023-11-19T05:15:25.641Z Compiling anstream v0.5.0
16672023-11-19T05:15:25.659Z Compiling block-padding v0.3.3
16682023-11-19T05:15:25.666Z Compiling postgres-protocol v0.6.6
16692023-11-19T05:15:25.673Z Compiling phf_shared v0.11.2
16702023-11-19T05:15:26.031Z Compiling scheduled-thread-pool v0.2.7
16712023-11-19T05:15:26.231Z Compiling managed v0.8.0
16722023-11-19T05:15:26.774Z Compiling clap_lex v0.5.1
16732023-11-19T05:15:26.910Z Compiling deranged v0.3.8
16742023-11-19T05:15:26.979Z Compiling num_threads v0.1.6
16752023-11-19T05:15:27.174Z Compiling matches v0.1.10
16762023-11-19T05:15:27.291Z Compiling regex-automata v0.1.10
16772023-11-19T05:15:27.311Z Compiling idna v0.2.3
16782023-11-19T05:15:27.462Z Compiling clap_builder v4.4.2
16792023-11-19T05:15:27.606Z Compiling postgres-types v0.2.6
16802023-11-19T05:15:28.034Z Compiling bstr v0.2.17
16812023-11-19T05:15:29.688Z Compiling hyper v0.14.27
16822023-11-19T05:15:29.803Z Compiling time v0.3.27
16832023-11-19T05:15:29.853Z Compiling signal-hook-mio v0.2.3
16842023-11-19T05:15:30.062Z Compiling r2d2 v0.8.10
16852023-11-19T05:15:30.276Z Compiling phf v0.11.2
16862023-11-19T05:15:30.625Z Compiling bzip2 v0.4.4
16872023-11-19T05:15:30.716Z Compiling inout v0.1.3
16882023-11-19T05:15:31.066Z Compiling hubpack v0.1.2
16892023-11-19T05:15:31.167Z Compiling ipnetwork v0.20.0
16902023-11-19T05:15:32.243Z Compiling futures-executor v0.3.29
16912023-11-19T05:15:32.457Z Compiling itertools v0.11.0
16922023-11-19T05:15:33.011Z Compiling zerocopy v0.6.4
16932023-11-19T05:15:33.955Z Compiling float-cmp v0.9.0
16942023-11-19T05:15:34.273Z Compiling predicates-core v1.0.6
16952023-11-19T05:15:34.308Z Compiling whoami v1.4.1
16962023-11-19T05:15:34.737Z Compiling data-encoding v2.4.0
16972023-11-19T05:15:35.070Z Compiling difflib v0.4.0
16982023-11-19T05:15:35.147Z Compiling regex-automata v0.3.8
16992023-11-19T05:15:36.443Z Compiling static_assertions v1.1.0
17002023-11-19T05:15:36.570Z Compiling normalize-line-endings v0.3.0
17012023-11-19T05:15:36.726Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17022023-11-19T05:15:37.107Z Compiling predicates v3.0.4
17032023-11-19T05:15:37.111Z Compiling trust-dns-proto v0.22.0
17042023-11-19T05:15:37.801Z Compiling yasna v0.5.2
17052023-11-19T05:15:38.000Z Compiling bstr v1.6.0
17062023-11-19T05:15:38.903Z Compiling tokio-postgres v0.7.10
17072023-11-19T05:15:40.396Z Compiling clap v4.4.3
17082023-11-19T05:15:40.510Z Compiling diesel v2.1.3
17092023-11-19T05:15:40.546Z Compiling futures v0.3.29
17102023-11-19T05:15:40.632Z Compiling zip v0.6.6
17112023-11-19T05:15:40.691Z Compiling cipher v0.4.4
17122023-11-19T05:15:41.429Z Compiling hyper-rustls v0.24.2
17132023-11-19T05:15:41.444Z Compiling hyper-tls v0.5.0
17142023-11-19T05:15:41.779Z Compiling reqwest v0.11.22
17152023-11-19T05:15:41.866Z Compiling crossterm v0.27.0
17162023-11-19T05:15:42.675Z Compiling similar v2.2.1
17172023-11-19T05:15:45.502Z Compiling signature v2.1.0
17182023-11-19T05:15:45.821Z Compiling tokio-stream v0.1.14
17192023-11-19T05:15:45.997Z Compiling usdt v0.3.5
17202023-11-19T05:15:46.283Z Compiling console v0.15.7
17212023-11-19T05:15:46.638Z Compiling serde_tokenstream v0.2.0
17222023-11-19T05:15:47.334Z Compiling regress v0.7.1
17232023-11-19T05:15:47.558Z Compiling getopts v0.2.21
17242023-11-19T05:15:47.581Z Compiling unsafe-libyaml v0.2.9
17252023-11-19T05:15:48.930Z Compiling ident_case v1.0.1
17262023-11-19T05:15:49.675Z Compiling serde_yaml v0.9.25
17272023-11-19T05:15:49.787Z Compiling paste v1.0.14
17282023-11-19T05:15:50.421Z Compiling slog-async v2.8.0
17292023-11-19T05:15:50.531Z Compiling multer v2.1.0
17302023-11-19T05:15:51.042Z Compiling async-stream-impl v0.3.5
17312023-11-19T05:15:51.149Z Compiling darling_core v0.20.3
17322023-11-19T05:15:52.186Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17332023-11-19T05:15:52.978Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17342023-11-19T05:15:55.556Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17352023-11-19T05:15:57.278Z Compiling structmeta-derive v0.2.0
17362023-11-19T05:15:58.113Z Compiling regex-syntax v0.7.5
17372023-11-19T05:15:59.919Z Compiling darling_macro v0.20.3
17382023-11-19T05:16:01.327Z Compiling darling v0.20.3
17392023-11-19T05:16:01.469Z Compiling structmeta v0.2.0
17402023-11-19T05:16:01.487Z Compiling serde_with_macros v2.3.3
17412023-11-19T05:16:02.151Z Compiling test-strategy v0.3.1
17422023-11-19T05:16:08.444Z Compiling parse-display-derive v0.8.2
17432023-11-19T05:16:22.383Z Checking unicode-ident v1.0.12
17442023-11-19T05:16:22.793Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17452023-11-19T05:16:23.466Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17462023-11-19T05:16:23.723Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17472023-11-19T05:16:34.196Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17482023-11-19T05:16:47.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492023-11-19T05:16:47.623Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17502023-11-19T05:16:52.750Z Checking heck v0.4.1
17512023-11-19T05:16:54.605Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17522023-11-19T05:16:56.434Z Checking fastrand v2.0.0
17532023-11-19T05:16:56.905Z Checking tempfile v3.8.0
17542023-11-19T05:16:57.315Z Checking sha1 v0.10.6
17552023-11-19T05:16:57.449Z Checking match_cfg v0.1.0
17562023-11-19T05:16:57.565Z Checking hostname v0.3.1
17572023-11-19T05:16:57.734Z Checking atty v0.2.14
17582023-11-19T05:16:57.751Z Checking quick-error v1.2.3
17592023-11-19T05:16:57.834Z Checking crossbeam-channel v0.5.8
17602023-11-19T05:16:57.891Z Checking camino v1.1.6
17612023-11-19T05:16:57.923Z Checking dirs-sys-next v0.1.2
17622023-11-19T05:16:58.156Z Checking dirs-next v2.0.0
17632023-11-19T05:16:58.274Z Checking thread_local v1.1.7
17642023-11-19T05:16:58.321Z Checking instant v0.1.12
17652023-11-19T05:16:58.459Z Checking term v0.7.0
17662023-11-19T05:16:58.658Z Checking toml v0.8.8
17672023-11-19T05:16:58.924Z Checking strum v0.25.0
17682023-11-19T05:16:58.980Z Checking take_mut v0.2.2
17692023-11-19T05:16:59.120Z Checking slog-json v2.6.1
17702023-11-19T05:16:59.133Z Checking slog-term v2.9.0
17712023-11-19T05:16:59.184Z Checking serde_with v2.3.3
17722023-11-19T05:16:59.317Z Checking wait-timeout v0.2.0
17732023-11-19T05:16:59.475Z Checking atomic-waker v1.1.1
17742023-11-19T05:16:59.552Z Checking debug-ignore v1.0.5
17752023-11-19T05:16:59.574Z Checking slog-bunyan v2.4.0
17762023-11-19T05:16:59.644Z Checking waitgroup v0.1.2
17772023-11-19T05:16:59.785Z Checking async-stream v0.3.5
17782023-11-19T05:16:59.792Z Checking serde_path_to_error v0.1.14
17792023-11-19T05:16:59.828Z Checking rusty-fork v0.3.0
17802023-11-19T05:17:00.284Z Checking rand_xorshift v0.3.0
17812023-11-19T05:17:00.291Z Checking unarray v0.1.4
17822023-11-19T05:17:00.303Z Checking backoff v0.4.0
17832023-11-19T05:17:00.476Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17842023-11-19T05:17:00.667Z Checking parse-display v0.8.2
17852023-11-19T05:17:00.704Z Checking macaddr v1.0.1
17862023-11-19T05:17:01.245Z Compiling proc-macro-error-attr v1.0.4
17872023-11-19T05:17:01.763Z Compiling proc-macro-crate v1.3.1
17882023-11-19T05:17:01.831Z Compiling proc-macro-error v1.0.4
17892023-11-19T05:17:03.126Z Compiling num_enum_derive v0.5.11
17902023-11-19T05:17:05.032Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17912023-11-19T05:17:05.102Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17922023-11-19T05:17:06.914Z Compiling crucible-workspace-hack v0.1.0
17932023-11-19T05:17:07.012Z Checking proptest v1.3.1
17942023-11-19T05:17:07.020Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17952023-11-19T05:17:07.040Z Compiling foreign-types-macros v0.2.3
17962023-11-19T05:17:07.095Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17972023-11-19T05:17:07.172Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17982023-11-19T05:17:07.203Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17992023-11-19T05:17:07.252Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18002023-11-19T05:17:07.435Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18012023-11-19T05:17:07.766Z Compiling zone_cfg_derive v0.3.0
18022023-11-19T05:17:07.865Z Compiling mockall_derive v0.11.4
18032023-11-19T05:17:07.970Z Compiling num-derive v0.4.0
18042023-11-19T05:17:25.616Z Checking is-terminal v0.4.9
18052023-11-19T05:17:51.781Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18062023-11-19T05:17:56.573Z Checking termtree v0.4.1
18072023-11-19T05:17:56.844Z Checking predicates-tree v1.0.9
18082023-11-19T05:17:57.339Z Checking num_enum v0.5.11
18092023-11-19T05:17:57.625Z Checking postcard-cobs v0.1.5-pre
18102023-11-19T05:17:57.842Z Checking postcard v0.7.3
18112023-11-19T05:17:58.359Z Checking smoltcp v0.8.2
18122023-11-19T05:17:58.575Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18132023-11-19T05:17:58.926Z Checking cfg-if v0.1.10
18142023-11-19T05:17:58.943Z Checking foreign-types-shared v0.3.1
18152023-11-19T05:17:59.041Z Checking base64ct v1.6.0
18162023-11-19T05:17:59.078Z Checking foreign-types v0.5.0
18172023-11-19T05:17:59.547Z Checking cstr-argument v0.1.2
18182023-11-19T05:17:59.738Z Checking pretty-hex v0.2.1
18192023-11-19T05:17:59.780Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18202023-11-19T05:17:59.942Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18212023-11-19T05:18:00.287Z Checking colored v2.0.4
18222023-11-19T05:18:00.742Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
18232023-11-19T05:18:00.933Z Checking predicates v2.1.5
18242023-11-19T05:18:01.111Z Compiling heck v0.3.3
18252023-11-19T05:18:01.238Z Checking downcast v0.11.0
18262023-11-19T05:18:01.514Z Checking fragile v2.0.0
18272023-11-19T05:18:01.626Z Compiling libefi-sys v0.1.0
18282023-11-19T05:18:01.897Z Compiling structopt-derive v0.4.18
18292023-11-19T05:18:01.959Z Checking mockall v0.11.4
18302023-11-19T05:18:02.109Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
18312023-11-19T05:18:02.310Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
18322023-11-19T05:18:02.435Z Checking zone v0.3.0
18332023-11-19T05:18:02.748Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18342023-11-19T05:18:02.983Z Checking smf v0.2.2
18352023-11-19T05:18:03.627Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18362023-11-19T05:18:03.655Z Compiling cancel-safe-futures v0.1.5
18372023-11-19T05:18:04.803Z Checking base64 v0.13.1
18382023-11-19T05:18:05.283Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18392023-11-19T05:18:06.328Z Checking filetime v0.2.22
18402023-11-19T05:18:06.434Z Checking xattr v1.0.1
18412023-11-19T05:18:06.609Z Compiling der_derive v0.7.2
18422023-11-19T05:18:06.679Z Checking tar v0.4.40
18432023-11-19T05:18:06.933Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18442023-11-19T05:18:07.354Z Compiling convert_case v0.4.0
18452023-11-19T05:18:07.693Z Compiling slog-dtrace v0.2.3
18462023-11-19T05:18:07.853Z Compiling radium v0.7.0
18472023-11-19T05:18:08.213Z Checking pem v1.1.1
18482023-11-19T05:18:08.521Z Checking camino-tempfile v1.0.2
18492023-11-19T05:18:08.537Z Compiling maybe-uninit v2.0.0
18502023-11-19T05:18:08.577Z Compiling derive_more v0.99.17
18512023-11-19T05:18:08.909Z Checking headers-core v0.2.0
18522023-11-19T05:18:09.097Z Compiling packed_struct v0.10.1
18532023-11-19T05:18:09.265Z Compiling num-bigint-dig v0.8.4
18542023-11-19T05:18:09.508Z Checking headers v0.3.9
18552023-11-19T05:18:09.717Z Compiling packed_struct_codegen v0.10.1
18562023-11-19T05:18:09.802Z Checking pem v3.0.2
18572023-11-19T05:18:10.182Z Checking rcgen v0.11.3
18582023-11-19T05:18:10.355Z Checking atomicwrites v0.4.2
18592023-11-19T05:18:10.621Z Checking subprocess v0.2.9
18602023-11-19T05:18:11.239Z Compiling num-rational v0.4.1
18612023-11-19T05:18:11.298Z Compiling same-file v1.0.6
18622023-11-19T05:18:11.440Z Compiling semver-parser v0.10.2
18632023-11-19T05:18:11.617Z Compiling walkdir v2.4.0
18642023-11-19T05:18:11.660Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18652023-11-19T05:18:12.018Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18662023-11-19T05:18:13.919Z Compiling semver v0.11.0
18672023-11-19T05:18:14.840Z Compiling home v0.5.5
18682023-11-19T05:18:14.976Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18692023-11-19T05:18:15.039Z Compiling toolchain_find v0.2.0
18702023-11-19T05:18:15.726Z Compiling toml v0.5.11
18712023-11-19T05:18:15.801Z Checking linked-hash-map v0.5.6
18722023-11-19T05:18:16.282Z Compiling doc-comment v0.3.3
18732023-11-19T05:18:16.713Z Compiling omicron-zone-package v0.9.1
18742023-11-19T05:18:17.220Z Checking lru-cache v0.1.2
18752023-11-19T05:18:18.111Z Checking half v1.8.2
18762023-11-19T05:18:18.438Z Checking ciborium-io v0.2.1
18772023-11-19T05:18:18.583Z Compiling rustfmt-wrapper v0.2.0
18782023-11-19T05:18:18.719Z Checking ciborium-ll v0.2.1
18792023-11-19T05:18:19.178Z Checking password-hash v0.5.0
18802023-11-19T05:18:19.526Z Checking textwrap v0.11.0
18812023-11-19T05:18:19.840Z Checking blake2 v0.10.6
18822023-11-19T05:18:19.880Z Checking strsim v0.8.0
18832023-11-19T05:18:20.213Z Checking ansi_term v0.12.1
18842023-11-19T05:18:20.260Z Checking vec_map v0.8.2
18852023-11-19T05:18:20.355Z Checking ciborium v0.2.1
18862023-11-19T05:18:20.502Z Checking argon2 v0.5.2
18872023-11-19T05:18:20.554Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18882023-11-19T05:18:20.596Z Checking clap v2.34.0
18892023-11-19T05:18:21.072Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18902023-11-19T05:18:21.470Z Checking arc-swap v1.6.0
18912023-11-19T05:18:21.510Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18922023-11-19T05:18:21.558Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18932023-11-19T05:18:21.890Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18942023-11-19T05:18:22.028Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18952023-11-19T05:18:22.178Z Checking slog-scope v4.4.0
18962023-11-19T05:18:22.448Z Checking slog-stdlog v4.1.1
18972023-11-19T05:18:22.645Z Compiling snafu-derive v0.7.5
18982023-11-19T05:18:22.710Z Checking slog-envlogger v2.2.0
18992023-11-19T05:18:23.503Z Checking newline-converter v0.3.0
19002023-11-19T05:18:23.701Z Compiling derive-where v1.2.5
19012023-11-19T05:18:23.935Z Compiling semver v0.1.20
19022023-11-19T05:18:25.128Z Checking structopt v0.3.26
19032023-11-19T05:18:25.244Z Compiling rustc_version v0.1.7
19042023-11-19T05:18:25.647Z Checking expectorate v1.1.0
19052023-11-19T05:18:25.851Z Checking pem-rfc7468 v0.7.0
19062023-11-19T05:18:26.447Z Checking flagset v0.4.3
19072023-11-19T05:18:26.696Z Compiling parking_lot_core v0.8.6
19082023-11-19T05:18:26.713Z Checking termcolor v1.2.0
19092023-11-19T05:18:27.351Z Checking der v0.7.8
19102023-11-19T05:18:28.191Z Compiling newtype_derive v0.1.6
19112023-11-19T05:18:30.343Z Checking spki v0.7.2
19122023-11-19T05:18:30.771Z Checking tap v1.0.1
19132023-11-19T05:18:31.004Z Checking wyz v0.5.1
19142023-11-19T05:18:32.158Z Checking resolv-conf v0.7.0
19152023-11-19T05:18:32.179Z Checking fxhash v0.2.1
19162023-11-19T05:18:32.225Z Checking crc-catalog v2.2.0
19172023-11-19T05:18:32.376Z Checking funty v2.0.0
19182023-11-19T05:18:32.408Z Checking pkcs8 v0.10.2
19192023-11-19T05:18:32.424Z Checking crc v3.0.1
19202023-11-19T05:18:32.557Z Checking nodrop v0.1.14
19212023-11-19T05:18:32.659Z Checking trust-dns-resolver v0.22.0
19222023-11-19T05:18:32.706Z Checking array-init v0.0.4
19232023-11-19T05:18:32.723Z Checking smallvec v0.6.14
19242023-11-19T05:18:32.768Z Checking pkcs1 v0.7.5
19252023-11-19T05:18:33.295Z Compiling rayon-core v1.12.0
19262023-11-19T05:18:33.349Z Checking bitfield v0.14.0
19272023-11-19T05:18:33.755Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19282023-11-19T05:18:33.776Z Checking x509-cert v0.2.4
19292023-11-19T05:18:34.109Z Checking env_logger v0.10.0
19302023-11-19T05:18:34.169Z Checking bitvec v1.0.1
19312023-11-19T05:18:34.361Z Checking serde-hex v0.1.0
19322023-11-19T05:18:34.743Z Checking hkdf v0.12.3
19332023-11-19T05:18:35.034Z Checking ron v0.8.1
19342023-11-19T05:18:35.052Z Compiling memoffset v0.7.1
19352023-11-19T05:18:35.492Z Checking crc-any v2.4.3
19362023-11-19T05:18:35.929Z Checking rsa v0.9.2
19372023-11-19T05:18:36.049Z Compiling buf-list v1.0.3
19382023-11-19T05:18:36.488Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19392023-11-19T05:18:36.670Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19402023-11-19T05:18:36.912Z Checking object v0.30.4
19412023-11-19T05:18:37.017Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19422023-11-19T05:18:37.392Z Checking utf-8 v0.7.6
19432023-11-19T05:18:37.590Z Checking keccak v0.1.4
19442023-11-19T05:18:37.667Z Checking path-slash v0.1.5
19452023-11-19T05:18:38.024Z Checking sha3 v0.10.8
19462023-11-19T05:18:38.246Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19472023-11-19T05:18:38.584Z Checking secrecy v0.8.0
19482023-11-19T05:18:38.897Z Compiling unicase v2.7.0
19492023-11-19T05:18:39.136Z Compiling platforms v3.0.2
19502023-11-19T05:18:39.577Z Compiling salty v0.2.0
19512023-11-19T05:18:40.172Z Checking num-complex v0.4.4
19522023-11-19T05:18:40.779Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19532023-11-19T05:18:40.984Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19542023-11-19T05:18:41.692Z Checking num v0.4.1
19552023-11-19T05:18:41.928Z Checking glob v0.3.1
19562023-11-19T05:18:42.393Z Checking openapiv3 v1.0.3
19572023-11-19T05:18:42.443Z Compiling curve25519-dalek v4.1.0
19582023-11-19T05:18:42.504Z Checking swrite v0.1.0
19592023-11-19T05:18:43.136Z Compiling mime_guess v2.0.4
19602023-11-19T05:18:44.008Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19612023-11-19T05:18:44.852Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19622023-11-19T05:18:44.894Z Compiling thiserror-impl-no-std v2.0.2
19632023-11-19T05:18:47.188Z Compiling curve25519-dalek-derive v0.1.0
19642023-11-19T05:18:47.872Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
19652023-11-19T05:18:48.504Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19662023-11-19T05:18:49.213Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
19672023-11-19T05:18:50.148Z Checking nibble_vec v0.1.0
19682023-11-19T05:18:50.743Z Compiling portable-atomic v1.4.3
19692023-11-19T05:18:51.211Z Compiling crunchy v0.2.2
19702023-11-19T05:18:51.928Z Checking endian-type v0.1.2
19712023-11-19T05:18:52.282Z Checking radix_trie v0.2.1
19722023-11-19T05:18:52.931Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19732023-11-19T05:18:53.039Z Checking snafu v0.7.5
19742023-11-19T05:18:53.507Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19752023-11-19T05:18:53.991Z Checking libsw v3.3.0
19762023-11-19T05:18:54.076Z Checking linear-map v1.2.0
19772023-11-19T05:18:54.591Z Compiling tiny-keccak v2.0.2
19782023-11-19T05:18:54.807Z Checking owo-colors v3.5.0
19792023-11-19T05:18:55.693Z Checking parking_lot v0.11.2
19802023-11-19T05:18:58.106Z Checking trust-dns-client v0.22.0
19812023-11-19T05:18:58.803Z Compiling clang-sys v1.6.1
19822023-11-19T05:18:59.835Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19832023-11-19T05:19:00.000Z Checking crossbeam-deque v0.8.3
19842023-11-19T05:19:00.495Z Compiling darling_core v0.14.4
19852023-11-19T05:19:00.593Z Compiling prettyplease v0.2.12
19862023-11-19T05:19:00.827Z Checking trust-dns-server v0.22.1
19872023-11-19T05:19:01.433Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19882023-11-19T05:19:01.836Z Compiling ascii-canvas v3.0.0
19892023-11-19T05:19:02.759Z Checking sled v0.34.7
19902023-11-19T05:19:04.572Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19912023-11-19T05:19:05.901Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19922023-11-19T05:19:06.895Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19932023-11-19T05:19:07.520Z Compiling ena v0.14.2
19942023-11-19T05:19:07.807Z Checking pretty-hex v0.3.0
19952023-11-19T05:19:07.971Z Checking signature v1.6.4
19962023-11-19T05:19:08.030Z Compiling diff v0.1.13
19972023-11-19T05:19:08.142Z Compiling minimal-lexical v0.2.1
19982023-11-19T05:19:08.148Z Compiling regex-syntax v0.6.29
19992023-11-19T05:19:08.625Z Checking ed25519 v1.5.3
20002023-11-19T05:19:08.837Z Compiling nom v7.1.3
20012023-11-19T05:19:09.202Z Compiling darling_macro v0.14.4
20022023-11-19T05:19:09.225Z Checking tungstenite v0.18.0
20032023-11-19T05:19:10.174Z Checking path-dedot v3.1.0
20042023-11-19T05:19:10.253Z Compiling libloading v0.7.4
20052023-11-19T05:19:10.432Z Compiling ref-cast v1.0.20
20062023-11-19T05:19:10.624Z Compiling darling v0.14.4
20072023-11-19T05:19:10.788Z Compiling bindgen v0.65.1
20082023-11-19T05:19:10.791Z Compiling derive_builder_core v0.12.0
20092023-11-19T05:19:11.121Z Checking tokio-tungstenite v0.18.0
20102023-11-19T05:19:11.200Z Checking path-absolutize v3.1.0
20112023-11-19T05:19:11.427Z Checking rayon v1.8.0
20122023-11-19T05:19:11.815Z Checking steno v0.4.0
20132023-11-19T05:19:11.831Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20142023-11-19T05:19:14.427Z Compiling lalrpop v0.19.12
20152023-11-19T05:19:15.082Z Compiling cexpr v0.6.0
20162023-11-19T05:19:16.589Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20172023-11-19T05:19:17.473Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20182023-11-19T05:19:17.693Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20192023-11-19T05:19:17.801Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20202023-11-19T05:19:18.062Z Checking globset v0.4.13
20212023-11-19T05:19:18.314Z Checking olpc-cjson v0.1.3
20222023-11-19T05:19:18.618Z Checking serde-big-array v0.4.1
20232023-11-19T05:19:18.772Z Checking serde_plain v1.0.2
20242023-11-19T05:19:18.841Z Checking serde-big-array v0.5.1
20252023-11-19T05:19:19.134Z Compiling which v4.4.0
20262023-11-19T05:19:19.165Z Compiling ref-cast-impl v1.0.20
20272023-11-19T05:19:19.587Z Compiling libxml v0.3.3
20282023-11-19T05:19:20.000Z Compiling shlex v1.1.0
20292023-11-19T05:19:20.160Z Compiling peeking_take_while v0.1.2
20302023-11-19T05:19:20.234Z Compiling rustc-hash v1.1.0
20312023-11-19T05:19:20.344Z Compiling lazycell v1.3.0
20322023-11-19T05:19:21.008Z Checking tough v0.14.0
20332023-11-19T05:19:34.177Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20342023-11-19T05:19:34.899Z Compiling derive_builder_macro v0.12.0
20352023-11-19T05:19:35.497Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20362023-11-19T05:19:35.602Z Checking signal-hook-tokio v0.3.1
20372023-11-19T05:19:35.742Z Checking ff v0.13.0
20382023-11-19T05:19:35.867Z Compiling strum_macros v0.24.3
20392023-11-19T05:19:36.021Z Checking display-error-chain v0.2.0
20402023-11-19T05:19:36.155Z Checking corncobs v0.1.3
20412023-11-19T05:19:36.243Z Compiling indoc v1.0.9
20422023-11-19T05:19:36.426Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20432023-11-19T05:19:36.536Z Checking group v0.13.0
20442023-11-19T05:19:36.595Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20452023-11-19T05:19:36.768Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20462023-11-19T05:19:36.863Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20472023-11-19T05:19:37.104Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20482023-11-19T05:19:37.179Z Checking universal-hash v0.5.1
20492023-11-19T05:19:37.301Z Checking crypto-bigint v0.5.2
20502023-11-19T05:19:37.381Z Compiling cookie v0.18.0
20512023-11-19T05:19:37.529Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20522023-11-19T05:19:37.603Z Checking opaque-debug v0.3.0
20532023-11-19T05:19:37.818Z Checking base16ct v0.2.0
20542023-11-19T05:19:38.863Z Checking elliptic-curve v0.13.5
20552023-11-19T05:19:39.051Z Checking poly1305 v0.8.0
20562023-11-19T05:19:39.830Z Checking thiserror-no-std v2.0.2
20572023-11-19T05:19:40.415Z Checking chacha20 v0.9.1
20582023-11-19T05:19:40.488Z Checking aead v0.5.2
20592023-11-19T05:19:40.572Z Compiling oso-derive v0.27.0
20602023-11-19T05:19:40.791Z Compiling impl-trait-for-tuples v0.2.2
20612023-11-19T05:19:42.305Z Checking vsss-rs v3.3.1
20622023-11-19T05:19:42.665Z Checking chacha20poly1305 v0.10.1
20632023-11-19T05:19:42.926Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20642023-11-19T05:19:48.684Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20652023-11-19T05:19:48.824Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20662023-11-19T05:19:49.329Z Checking tungstenite v0.20.1
20672023-11-19T05:19:50.770Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20682023-11-19T05:19:54.784Z Checking tokio-tungstenite v0.20.1
20692023-11-19T05:19:56.577Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20702023-11-19T05:19:56.604Z Checking bcs v0.1.6
20712023-11-19T05:19:57.398Z Checking kstat-rs v0.2.3
20722023-11-19T05:19:58.682Z Compiling indoc v2.0.3
20732023-11-19T05:19:59.497Z Checking assert_matches v1.5.0
20742023-11-19T05:19:59.512Z Checking highway v1.1.0
20752023-11-19T05:20:04.878Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20762023-11-19T05:20:07.530Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20772023-11-19T05:20:07.826Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20782023-11-19T05:20:07.960Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
20792023-11-19T05:20:08.514Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20802023-11-19T05:20:09.803Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20812023-11-19T05:20:10.760Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
20822023-11-19T05:20:12.630Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
20832023-11-19T05:20:13.018Z Checking humantime v2.1.0
20842023-11-19T05:20:13.646Z Checking http-range v0.1.5
20852023-11-19T05:20:13.899Z Checking hyper-staticfile v0.9.5
20862023-11-19T05:20:14.079Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
20872023-11-19T05:20:14.739Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20882023-11-19T05:20:16.425Z Checking number_prefix v0.4.0
20892023-11-19T05:20:18.457Z Checking maplit v1.0.2
20902023-11-19T05:20:18.487Z Checking indicatif v0.17.7
20912023-11-19T05:20:21.309Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20922023-11-19T05:20:22.431Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
20932023-11-19T05:20:22.856Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20942023-11-19T05:20:23.425Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20952023-11-19T05:20:23.483Z Checking derive_builder v0.12.0
20962023-11-19T05:20:26.582Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20972023-11-19T05:20:26.905Z Checking bb8 v0.8.1
20982023-11-19T05:20:27.115Z Checking quick-xml v0.23.1
20992023-11-19T05:20:27.361Z Checking bytesize v1.3.0
21002023-11-19T05:20:27.647Z Checking unicode-linebreak v0.1.5
21012023-11-19T05:20:28.018Z Checking smawk v0.3.1
21022023-11-19T05:20:28.297Z Checking fs-err v2.9.0
21032023-11-19T05:20:28.314Z Checking textwrap v0.16.0
21042023-11-19T05:20:28.906Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
21052023-11-19T05:20:31.899Z Compiling vte_generate_state_changes v0.1.1
21062023-11-19T05:20:32.139Z Checking is_ci v1.1.1
21072023-11-19T05:20:32.319Z Checking cassowary v0.3.0
21082023-11-19T05:20:32.952Z Checking ratatui v0.23.0
21092023-11-19T05:20:33.017Z Checking supports-color v2.1.0
21102023-11-19T05:20:36.073Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21112023-11-19T05:20:39.377Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21122023-11-19T05:20:42.631Z Checking rtoolbox v0.0.1
21132023-11-19T05:20:42.917Z Checking rpassword v7.2.0
21142023-11-19T05:20:49.866Z Checking tui-tree-widget v0.13.0
21152023-11-19T05:20:52.055Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21162023-11-19T05:20:53.627Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21172023-11-19T05:20:55.482Z Checking yansi v0.5.1
21182023-11-19T05:20:55.938Z Checking shell-words v1.1.0
21192023-11-19T05:20:56.885Z Checking pretty_assertions v1.4.0
21202023-11-19T05:21:04.978Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
21212023-11-19T05:21:05.958Z Checking fatfs v0.3.6
21222023-11-19T05:21:06.929Z Checking plotters-backend v0.3.5
21232023-11-19T05:21:07.502Z Checking plotters-svg v0.3.5
21242023-11-19T05:21:10.042Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21252023-11-19T05:21:19.711Z Checking rand v0.4.6
21262023-11-19T05:21:20.013Z Checking cast v0.3.0
21272023-11-19T05:21:20.404Z Checking remove_dir_all v0.5.3
21282023-11-19T05:21:20.478Z Checking criterion-plot v0.5.0
21292023-11-19T05:21:21.223Z Checking tempdir v0.3.7
21302023-11-19T05:21:21.453Z Checking plotters v0.3.5
21312023-11-19T05:21:25.959Z Checking tinytemplate v1.2.1
21322023-11-19T05:21:26.894Z Checking oorandom v11.1.3
21332023-11-19T05:21:26.915Z Checking anes v0.1.6
21342023-11-19T05:21:27.931Z Checking criterion v0.5.1
21352023-11-19T05:21:30.507Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
21362023-11-19T05:21:36.728Z Checking assert_cmd v2.0.12
21372023-11-19T05:21:39.648Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21382023-11-19T05:21:41.316Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21392023-11-19T05:21:43.248Z Checking dashmap v5.5.1
21402023-11-19T05:21:45.471Z Compiling serial_test_derive v0.10.0
21412023-11-19T05:21:47.142Z Compiling crossbeam-queue v0.3.8
21422023-11-19T05:21:48.652Z Checking serial_test v0.10.0
21432023-11-19T05:21:52.450Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21442023-11-19T05:21:54.064Z Checking vte v0.11.1
21452023-11-19T05:21:56.506Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21462023-11-19T05:21:57.263Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21472023-11-19T05:21:57.305Z Checking threadpool v1.8.1
21482023-11-19T05:21:57.808Z Checking libtest-mimic v0.6.1
21492023-11-19T05:21:58.452Z Checking strip-ansi-escapes v0.2.0
21502023-11-19T05:22:08.283Z Compiling tabled_derive v0.6.0
21512023-11-19T05:22:11.798Z Checking httptest v0.15.5
21522023-11-19T05:22:12.958Z Checking similar-asserts v1.5.0
21532023-11-19T05:22:13.313Z Checking fd-lock v3.0.13
21542023-11-19T05:22:13.589Z Checking nanorand v0.7.0
21552023-11-19T05:22:13.826Z Compiling rstest_macros v0.18.2
21562023-11-19T05:22:14.149Z Checking nu-ansi-term v0.49.0
21572023-11-19T05:22:14.768Z Checking reedline v0.25.0
21582023-11-19T05:22:14.923Z Checking flume v0.11.0
21592023-11-19T05:22:15.888Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21602023-11-19T05:22:17.867Z Checking datatest-stable v0.2.3
21612023-11-19T05:22:23.422Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21622023-11-19T05:22:23.856Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21632023-11-19T05:22:25.801Z Compiling pin-project-internal v1.1.3
21642023-11-19T05:22:25.900Z Checking constant_time_eq v0.2.6
21652023-11-19T05:22:26.068Z Checking bytecount v0.6.3
21662023-11-19T05:22:26.913Z Compiling relative-path v1.9.0
21672023-11-19T05:22:27.987Z Compiling trybuild v1.0.85
21682023-11-19T05:22:28.568Z Checking arrayref v0.3.7
21692023-11-19T05:22:28.697Z Checking arrayvec v0.7.4
21702023-11-19T05:22:29.295Z Checking topological-sort v0.2.2
21712023-11-19T05:22:29.534Z Checking blake2b_simd v1.0.1
21722023-11-19T05:22:30.157Z Checking pin-project v1.1.3
21732023-11-19T05:22:30.839Z Checking papergrid v0.10.0
21742023-11-19T05:22:33.021Z Checking basic-toml v0.1.4
21752023-11-19T05:22:33.449Z Checking constant_time_eq v0.3.0
21762023-11-19T05:22:33.924Z Checking futures-timer v3.0.2
21772023-11-19T05:22:34.657Z Checking rust-argon2 v1.0.1
21782023-11-19T05:22:34.759Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21792023-11-19T05:22:36.123Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21802023-11-19T05:22:36.126Z Checking tabled v0.14.0
21812023-11-19T05:22:36.156Z Checking partial-io v0.5.4
21822023-11-19T05:22:37.887Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21832023-11-19T05:22:38.677Z Checking cargo-platform v0.1.3
21842023-11-19T05:22:38.896Z Checking approx v0.5.1
21852023-11-19T05:22:39.139Z Checking hex-literal v0.4.1
21862023-11-19T05:22:39.311Z Checking cargo_metadata v0.18.0
21872023-11-19T05:22:40.369Z Checking crossbeam v0.8.2
21882023-11-19T05:22:41.121Z Compiling polar-core v0.27.0
21892023-11-19T05:22:42.209Z Checking rstest v0.18.2
21902023-11-19T05:22:42.943Z Checking cargo_toml v0.17.0
21912023-11-19T05:22:44.747Z Checking termios v0.3.3
21922023-11-19T05:22:45.344Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21932023-11-19T05:22:45.919Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21942023-11-19T05:22:51.584Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
21952023-11-19T05:22:58.492Z Checking oso v0.27.0
21962023-11-19T05:23:03.274Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21972023-11-19T05:23:16.031Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21982023-11-19T05:23:16.193Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21992023-11-19T05:23:57.518Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22002023-11-19T05:25:47.062Z Finished dev [unoptimized + debuginfo] target(s) in 11m 40s
22012023-11-19T05:25:47.275Z
22022023-11-19T05:25:47.278Zreal 12:34.397556351
22032023-11-19T05:25:47.281Zuser 1:17:43.804111839
22042023-11-19T05:25:47.284Zsys 10:19.440553071
22052023-11-19T05:25:47.286Ztrap 2.733349370
22062023-11-19T05:25:47.289Ztflt 4.899703752
22072023-11-19T05:25:47.292Zdflt 7.112925286
22082023-11-19T05:25:47.294Zkflt 0.018116329
22092023-11-19T05:25:47.297Zlock 1:45:10.700375148
22102023-11-19T05:25:47.300Zslp 3:41:55.304768701
22112023-11-19T05:25:47.302Zlat 2:40.715545493
22122023-11-19T05:25:47.305Zstop 6:06.164481366
22132023-11-19T05:25:48.406Zwarning: output filename collision.
22142023-11-19T05:25:48.409ZThe 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)`.
22152023-11-19T05:25:48.411ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22162023-11-19T05:25:48.414ZThe targets should have unique names.
22172023-11-19T05:25:48.417ZThis is a known bug where multiple crates with the same name use
22182023-11-19T05:25:48.419Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22192023-11-19T05:25:48.422Zwarning: output filename collision.
22202023-11-19T05:25:48.425ZThe 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)`.
22212023-11-19T05:25:48.428ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22222023-11-19T05:25:48.431ZThe targets should have unique names.
22232023-11-19T05:25:48.434ZThis is a known bug where multiple crates with the same name use
22242023-11-19T05:25:48.437Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22252023-11-19T05:25:48.440Zwarning: output filename collision.
22262023-11-19T05:25:48.443ZThe 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)`.
22272023-11-19T05:25:48.447ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22282023-11-19T05:25:48.450ZThe targets should have unique names.
22292023-11-19T05:25:48.452ZThis is a known bug where multiple crates with the same name use
22302023-11-19T05:25:48.455Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22312023-11-19T05:25:49.020Z Checking unicode-ident v1.0.12
22322023-11-19T05:25:49.041Z Documenting libc v0.2.150
22332023-11-19T05:25:49.050Z Documenting cfg-if v1.0.0
22342023-11-19T05:25:49.066Z Checking libc v0.2.150
22352023-11-19T05:25:49.082Z Checking serde v1.0.192
22362023-11-19T05:25:49.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22372023-11-19T05:25:49.109Z Checking cfg-if v1.0.0
22382023-11-19T05:25:49.146Z Documenting scopeguard v1.2.0
22392023-11-19T05:25:49.215Z Documenting log v0.4.20
22402023-11-19T05:25:49.238Z Checking proc-macro2 v1.0.69
22412023-11-19T05:25:49.541Z Checking once_cell v1.18.0
22422023-11-19T05:25:49.973Z Documenting itoa v1.0.9
22432023-11-19T05:25:50.244Z Checking quote v1.0.33
22442023-11-19T05:25:50.737Z Checking syn v2.0.32
22452023-11-19T05:25:50.830Z Checking syn v1.0.109
22462023-11-19T05:25:53.032Z Documenting lock_api v0.4.10
22472023-11-19T05:25:53.098Z Documenting smallvec v1.11.0
22482023-11-19T05:25:54.083Z Documenting memchr v2.6.3
22492023-11-19T05:25:55.561Z Documenting pin-project-lite v0.2.13
22502023-11-19T05:25:55.608Z Documenting getrandom v0.2.10
22512023-11-19T05:25:57.439Z Documenting libm v0.2.7
22522023-11-19T05:25:57.452Z Documenting signal-hook-registry v1.4.1
22532023-11-19T05:25:57.989Z Documenting parking_lot_core v0.9.8
22542023-11-19T05:25:59.970Z Checking itoa v1.0.9
22552023-11-19T05:26:00.268Z Documenting mio v0.8.8
22562023-11-19T05:26:00.572Z Documenting futures-core v0.3.29
22572023-11-19T05:26:00.864Z Documenting socket2 v0.5.4
22582023-11-19T05:26:00.878Z Documenting serde_derive v1.0.192
22592023-11-19T05:26:01.121Z Documenting rand_core v0.6.4
22602023-11-19T05:26:02.292Z Documenting zeroize_derive v1.4.2
22612023-11-19T05:26:03.033Z Documenting num-traits v0.2.16
22622023-11-19T05:26:03.612Z Documenting parking_lot v0.12.1
22632023-11-19T05:26:06.373Z Documenting thiserror-impl v1.0.49
22642023-11-19T05:26:06.526Z Documenting tokio-macros v2.1.0
22652023-11-19T05:26:06.605Z Documenting num_cpus v1.16.0
22662023-11-19T05:26:06.832Z Documenting once_cell v1.18.0
22672023-11-19T05:26:09.530Z Documenting zeroize v1.6.0
22682023-11-19T05:26:09.689Z Checking getrandom v0.2.10
22692023-11-19T05:26:09.885Z Documenting typenum v1.16.0
22702023-11-19T05:26:10.036Z Checking thiserror v1.0.49
22712023-11-19T05:26:10.214Z Documenting ryu v1.0.15
22722023-11-19T05:26:11.395Z Documenting serde v1.0.192
22732023-11-19T05:26:12.901Z Checking ryu v1.0.15
22742023-11-19T05:26:12.904Z Documenting subtle v2.5.0
22752023-11-19T05:26:12.907Z Checking memchr v2.6.3
22762023-11-19T05:26:13.490Z Documenting thiserror v1.0.49
22772023-11-19T05:26:13.799Z Documenting byteorder v1.5.0
22782023-11-19T05:26:14.213Z Checking serde_json v1.0.108
22792023-11-19T05:26:14.274Z Documenting futures-sink v0.3.29
22802023-11-19T05:26:15.295Z Checking heck v0.4.1
22812023-11-19T05:26:15.558Z Documenting pin-utils v0.1.0
22822023-11-19T05:26:17.150Z Checking log v0.4.20
22832023-11-19T05:26:17.283Z Documenting generic-array v0.14.7
22842023-11-19T05:26:17.506Z Documenting const-oid v0.9.5
22852023-11-19T05:26:18.080Z Documenting futures-macro v0.3.29
22862023-11-19T05:26:18.945Z Checking bytes v1.5.0
22872023-11-19T05:26:19.971Z Documenting futures-task v0.3.29
22882023-11-19T05:26:20.125Z Documenting slab v0.4.9
22892023-11-19T05:26:20.246Z Documenting futures-channel v0.3.29
22902023-11-19T05:26:23.046Z Documenting futures-io v0.3.29
22912023-11-19T05:26:23.462Z Documenting crypto-common v0.1.6
22922023-11-19T05:26:24.771Z Documenting iana-time-zone v0.1.57
22932023-11-19T05:26:25.740Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22942023-11-19T05:26:26.187Z Documenting tinyvec_macros v0.1.1
22952023-11-19T05:26:26.270Z Checking byteorder v1.5.0
22962023-11-19T05:26:26.352Z Documenting block-buffer v0.10.4
22972023-11-19T05:26:26.767Z Checking fnv v1.0.7
22982023-11-19T05:26:26.889Z Documenting ppv-lite86 v0.2.17
22992023-11-19T05:26:26.954Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23002023-11-19T05:26:28.349Z Documenting futures-util v0.3.29
23012023-11-19T05:26:30.240Z Documenting tinyvec v1.6.0
23022023-11-19T05:26:30.440Z Documenting tracing-core v0.1.31
23032023-11-19T05:26:30.615Z Documenting tracing-attributes v0.1.26
23042023-11-19T05:26:31.469Z Documenting rand_chacha v0.3.1
23052023-11-19T05:26:32.256Z Documenting digest v0.10.7
23062023-11-19T05:26:35.426Z Documenting unicode-normalization v0.1.22
23072023-11-19T05:26:37.630Z Documenting rand v0.8.5
23082023-11-19T05:26:39.701Z Checking libm v0.2.7
23092023-11-19T05:26:40.707Z Checking ucd-trie v0.1.6
23102023-11-19T05:26:41.026Z Documenting fnv v1.0.7
23112023-11-19T05:26:41.078Z Documenting base64 v0.21.5
23122023-11-19T05:26:41.273Z Checking num-traits v0.2.16
23132023-11-19T05:26:42.216Z Checking pest v2.7.2
23142023-11-19T05:26:42.241Z Documenting lazy_static v1.4.0
23152023-11-19T05:26:44.075Z Documenting bytes v1.5.0
23162023-11-19T05:26:44.161Z Documenting bitflags v2.4.0
23172023-11-19T05:26:45.416Z Documenting serde_json v1.0.108
23182023-11-19T05:26:46.211Z Documenting chrono v0.4.31
23192023-11-19T05:26:46.353Z Documenting uuid v1.5.0
23202023-11-19T05:26:46.778Z Checking equivalent v1.0.1
23212023-11-19T05:26:46.920Z Documenting unicode-bidi v0.3.13
23222023-11-19T05:26:46.963Z Checking hashbrown v0.14.2
23232023-11-19T05:26:48.692Z Checking indexmap v2.1.0
23242023-11-19T05:26:50.369Z Documenting percent-encoding v2.3.0
23252023-11-19T05:26:50.469Z Documenting spin v0.9.8
23262023-11-19T05:26:51.395Z Documenting tokio v1.33.0
23272023-11-19T05:26:52.830Z Documenting http v0.2.9
23282023-11-19T05:26:53.295Z Documenting cpufeatures v0.2.9
23292023-11-19T05:26:53.572Z Checking serde_derive_internals v0.26.0
23302023-11-19T05:26:54.511Z Documenting serde_derive_internals v0.26.0
23312023-11-19T05:26:54.890Z Documenting dyn-clone v1.0.13
23322023-11-19T05:26:55.273Z Checking scopeguard v1.2.0
23332023-11-19T05:26:55.432Z Checking time-core v0.1.1
23342023-11-19T05:26:55.646Z Checking lock_api v0.4.10
23352023-11-19T05:26:56.259Z Documenting form_urlencoded v1.2.0
23362023-11-19T05:26:56.304Z Documenting idna v0.4.0
23372023-11-19T05:26:56.704Z Documenting tracing v0.1.37
23382023-11-19T05:26:57.334Z Documenting errno v0.3.2
23392023-11-19T05:26:59.263Z Documenting adler v1.0.2
23402023-11-19T05:27:01.240Z Checking uuid v1.5.0
23412023-11-19T05:27:01.553Z Documenting httparse v1.8.0
23422023-11-19T05:27:01.864Z Documenting rustix v0.38.9
23432023-11-19T05:27:01.978Z Checking iana-time-zone v0.1.57
23442023-11-19T05:27:02.183Z Documenting unicode-ident v1.0.12
23452023-11-19T05:27:02.249Z Documenting schemars_derive v0.8.13
23462023-11-19T05:27:02.867Z Documenting url v2.4.1
23472023-11-19T05:27:03.216Z Documenting miniz_oxide v0.7.1
23482023-11-19T05:27:06.258Z Documenting proc-macro2 v1.0.69
23492023-11-19T05:27:06.699Z Checking chrono v0.4.31
23502023-11-19T05:27:07.635Z Checking zerocopy v0.3.0
23512023-11-19T05:27:08.094Z Checking dtrace-parser v0.1.14
23522023-11-19T05:27:08.614Z Checking thread-id v4.2.0
23532023-11-19T05:27:08.680Z Checking dof v0.1.5
23542023-11-19T05:27:08.754Z Documenting openssl-probe v0.1.5
23552023-11-19T05:27:08.836Z Documenting hashbrown v0.14.2
23562023-11-19T05:27:09.312Z Documenting try-lock v0.2.4
23572023-11-19T05:27:10.039Z Documenting httpdate v1.0.3
23582023-11-19T05:27:10.821Z Documenting schemars v0.8.13
23592023-11-19T05:27:12.394Z Documenting equivalent v1.0.1
23602023-11-19T05:27:12.429Z Documenting quote v1.0.33
23612023-11-19T05:27:13.578Z Documenting untrusted v0.9.0
23622023-11-19T05:27:14.260Z Documenting want v0.3.1
23632023-11-19T05:27:15.311Z Checking usdt-impl v0.3.5
23642023-11-19T05:27:15.483Z Documenting http-body v0.4.5
23652023-11-19T05:27:16.229Z Documenting openssl-macros v0.1.1
23662023-11-19T05:27:16.450Z Documenting indexmap v2.1.0
23672023-11-19T05:27:17.981Z Documenting ring v0.17.5
23682023-11-19T05:27:18.305Z Documenting openssl-sys v0.9.93
23692023-11-19T05:27:19.941Z Documenting mime v0.3.17
23702023-11-19T05:27:20.346Z Documenting tower-service v0.3.2
23712023-11-19T05:27:21.956Z Checking dyn-clone v1.0.13
23722023-11-19T05:27:22.165Z Checking schemars v0.8.13
23732023-11-19T05:27:23.166Z Documenting tokio-util v0.7.10
23742023-11-19T05:27:23.318Z Documenting async-trait v0.1.74
23752023-11-19T05:27:23.962Z Documenting aho-corasick v1.0.4
23762023-11-19T05:27:24.534Z Checking ahash v0.8.3
23772023-11-19T05:27:25.050Z Documenting sct v0.7.0
23782023-11-19T05:27:25.808Z Documenting slog v2.7.0
23792023-11-19T05:27:25.821Z Documenting rustls-webpki v0.101.7
23802023-11-19T05:27:26.111Z Documenting ipnet v2.8.0
23812023-11-19T05:27:29.202Z Documenting openssl v0.10.57
23822023-11-19T05:27:31.134Z Documenting unicode-width v0.1.11
23832023-11-19T05:27:31.255Z Documenting utf8parse v0.2.1
23842023-11-19T05:27:31.295Z Documenting regex-syntax v0.8.2
23852023-11-19T05:27:31.863Z Documenting gimli v0.28.0
23862023-11-19T05:27:32.412Z Checking hashbrown v0.13.2
23872023-11-19T05:27:32.640Z Documenting rustls v0.21.9
23882023-11-19T05:27:33.206Z Documenting h2 v0.3.21
23892023-11-19T05:27:34.077Z Documenting time-macros v0.2.13
23902023-11-19T05:27:35.333Z Documenting rustls-pemfile v1.0.3
23912023-11-19T05:27:35.456Z Checking http v0.2.9
23922023-11-19T05:27:37.512Z Documenting num-integer v0.1.45
23932023-11-19T05:27:41.087Z Documenting regex-automata v0.4.3
23942023-11-19T05:27:41.633Z Documenting object v0.32.1
23952023-11-19T05:27:41.641Z Documenting num_threads v0.1.6
23962023-11-19T05:27:41.691Z Documenting addr2line v0.21.0
23972023-11-19T05:27:42.428Z Documenting time-core v0.1.1
23982023-11-19T05:27:43.629Z Documenting rustc-demangle v0.1.23
23992023-11-19T05:27:45.552Z Documenting deranged v0.3.8
24002023-11-19T05:27:46.537Z Checking smallvec v1.11.0
24012023-11-19T05:27:46.859Z Documenting tokio-rustls v0.24.1
24022023-11-19T05:27:47.121Z Checking parking_lot_core v0.9.8
24032023-11-19T05:27:47.518Z Documenting native-tls v0.2.11
24042023-11-19T05:27:47.640Z Checking pest_meta v2.7.2
24052023-11-19T05:27:47.782Z Documenting zerocopy v0.6.4
24062023-11-19T05:27:48.239Z Documenting hyper v0.14.27
24072023-11-19T05:27:49.128Z Checking aho-corasick v1.0.4
24082023-11-19T05:27:51.518Z Documenting encoding_rs v0.8.33
24092023-11-19T05:27:51.984Z Documenting time v0.3.27
24102023-11-19T05:27:53.580Z Documenting regex v1.10.2
24112023-11-19T05:27:53.762Z Documenting crossbeam-utils v0.8.16
24122023-11-19T05:27:55.170Z Checking regex-syntax v0.8.2
24132023-11-19T05:27:55.837Z Documenting tokio-native-tls v0.3.1
24142023-11-19T05:27:58.718Z Checking parking_lot v0.12.1
24152023-11-19T05:27:59.263Z Documenting rustls-native-certs v0.6.3
24162023-11-19T05:27:59.595Z Documenting backtrace v0.3.69
24172023-11-19T05:28:00.720Z Documenting serde_urlencoded v0.7.1
24182023-11-19T05:28:00.724Z Checking regex-automata v0.4.3
24192023-11-19T05:28:00.745Z Documenting pest_meta v2.7.2
24202023-11-19T05:28:02.161Z Documenting anstyle v1.0.2
24212023-11-19T05:28:03.929Z Checking pin-project-lite v0.2.13
24222023-11-19T05:28:04.093Z Checking pest_generator v2.7.2
24232023-11-19T05:28:05.312Z Documenting anstyle-parse v0.2.1
24242023-11-19T05:28:05.458Z Documenting webpki-roots v0.25.2
24252023-11-19T05:28:06.308Z Checking regex v1.10.2
24262023-11-19T05:28:06.641Z Documenting hyper-tls v0.5.0
24272023-11-19T05:28:06.835Z Documenting pest_generator v2.7.2
24282023-11-19T05:28:07.060Z Documenting anyhow v1.0.75
24292023-11-19T05:28:07.207Z Documenting hyper-rustls v0.24.2
24302023-11-19T05:28:07.248Z Documenting anstyle-query v1.0.0
24312023-11-19T05:28:07.866Z Documenting data-encoding v2.4.0
24322023-11-19T05:28:09.912Z Documenting ucd-trie v0.1.6
24332023-11-19T05:28:11.442Z Documenting colorchoice v1.0.0
24342023-11-19T05:28:13.094Z Documenting ipnetwork v0.20.0
24352023-11-19T05:28:13.635Z Documenting pest_derive v2.7.2
24362023-11-19T05:28:13.874Z Documenting syn v2.0.32
24372023-11-19T05:28:14.235Z Documenting sha2 v0.10.8
24382023-11-19T05:28:15.442Z Documenting anstream v0.5.0
24392023-11-19T05:28:15.935Z Documenting pest v2.7.2
24402023-11-19T05:28:17.090Z Documenting hex v0.4.3
24412023-11-19T05:28:17.655Z Documenting reqwest v0.11.22
24422023-11-19T05:28:19.855Z Checking rand_core v0.6.4
24432023-11-19T05:28:20.279Z Checking serde_tokenstream v0.1.7
24442023-11-19T05:28:20.834Z Documenting crc32fast v1.3.2
24452023-11-19T05:28:21.312Z Checking signal-hook-registry v1.4.1
24462023-11-19T05:28:21.599Z Documenting terminal_size v0.2.6
24472023-11-19T05:28:21.633Z Documenting strsim v0.10.0
24482023-11-19T05:28:22.267Z Checking strsim v0.10.0
24492023-11-19T05:28:22.272Z Checking unicode-width v0.1.11
24502023-11-19T05:28:22.434Z Documenting clap_lex v0.5.1
24512023-11-19T05:28:23.758Z Documenting num-iter v0.1.43
24522023-11-19T05:28:24.071Z Documenting dtrace-parser v0.1.14
24532023-11-19T05:28:26.923Z Documenting openapiv3 v2.0.0-rc.1
24542023-11-19T05:28:27.614Z Documenting futures-executor v0.3.29
24552023-11-19T05:28:27.763Z Documenting hmac v0.12.1
24562023-11-19T05:28:28.448Z Documenting clap_builder v4.4.2
24572023-11-19T05:28:29.734Z Documenting dof v0.1.5
24582023-11-19T05:28:30.287Z Checking mio v0.8.8
24592023-11-19T05:28:31.255Z Documenting clap_derive v4.4.2
24602023-11-19T05:28:33.041Z Documenting signal-hook v0.3.17
24612023-11-19T05:28:33.574Z Checking serde_tokenstream v0.2.0
24622023-11-19T05:28:34.155Z Documenting thread-id v4.2.0
24632023-11-19T05:28:35.056Z Documenting memoffset v0.9.0
24642023-11-19T05:28:35.783Z Checking typenum v1.16.0
24652023-11-19T05:28:36.480Z Checking futures-core v0.3.29
24662023-11-19T05:28:36.740Z Checking zeroize v1.6.0
24672023-11-19T05:28:37.159Z Documenting either v1.9.0
24682023-11-19T05:28:37.837Z Documenting flate2 v1.0.28
24692023-11-19T05:28:37.895Z Checking generic-array v0.14.7
24702023-11-19T05:28:38.926Z Documenting clap v4.4.3
24712023-11-19T05:28:39.179Z Documenting crossbeam-epoch v0.9.15
24722023-11-19T05:28:39.452Z Documenting usdt-attr-macro v0.3.5
24732023-11-19T05:28:39.729Z Documenting usdt-macro v0.3.5
24742023-11-19T05:28:39.875Z Documenting usdt-impl v0.3.5
24752023-11-19T05:28:42.950Z Checking regress v0.7.1
24762023-11-19T05:28:44.923Z Checking openapiv3 v2.0.0-rc.1
24772023-11-19T05:28:45.806Z Documenting serde_spanned v0.6.4
24782023-11-19T05:28:46.065Z Documenting toml_datetime v0.6.5
24792023-11-19T05:28:47.246Z Documenting winnow v0.5.15
24802023-11-19T05:28:47.984Z Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
24812023-11-19T05:28:48.273Z Documenting signal-hook-mio v0.2.3
24822023-11-19T05:28:48.383Z Documenting futures v0.3.29
24832023-11-19T05:28:48.974Z Documenting usdt v0.3.5
24842023-11-19T05:28:50.613Z Documenting signature v2.1.0
24852023-11-19T05:28:51.385Z Documenting block-padding v0.3.3
24862023-11-19T05:28:52.230Z Documenting hash32 v0.2.1
24872023-11-19T05:28:52.791Z Documenting enum-as-inner v0.5.1
24882023-11-19T05:28:54.365Z Documenting scheduled-thread-pool v0.2.7
24892023-11-19T05:28:54.737Z Documenting toml_edit v0.21.0
24902023-11-19T05:28:57.565Z Checking diesel_table_macro_syntax v0.1.0
24912023-11-19T05:28:57.816Z Documenting diesel_table_macro_syntax v0.1.0
24922023-11-19T05:28:57.867Z Checking serde_spanned v0.6.4
24932023-11-19T05:28:58.100Z Checking toml_datetime v0.6.5
24942023-11-19T05:28:58.121Z Documenting bzip2-sys v0.1.11+1.0.8
24952023-11-19T05:28:58.260Z Checking socket2 v0.5.4
24962023-11-19T05:28:58.426Z Checking num_cpus v1.16.0
24972023-11-19T05:28:58.578Z Checking winnow v0.5.15
24982023-11-19T05:28:59.002Z Documenting unicode-segmentation v1.10.1
24992023-11-19T05:28:59.627Z Checking futures-sink v0.3.29
25002023-11-19T05:28:59.820Z Documenting stable_deref_trait v1.2.0
25012023-11-19T05:28:59.834Z Documenting trust-dns-proto v0.22.0
25022023-11-19T05:29:00.240Z Documenting r2d2 v0.8.10
25032023-11-19T05:29:03.335Z Checking tokio v1.33.0
25042023-11-19T05:29:03.492Z Documenting inout v0.1.3
25052023-11-19T05:29:03.941Z Documenting heapless v0.7.16
25062023-11-19T05:29:03.958Z Documenting crossterm v0.27.0
25072023-11-19T05:29:04.484Z Documenting bzip2 v0.4.4
25082023-11-19T05:29:05.437Z Documenting diesel_derives v2.1.1
25092023-11-19T05:29:18.776Z Documenting itertools v0.11.0
25102023-11-19T05:29:19.893Z Documenting stringprep v0.1.3
25112023-11-19T05:29:20.207Z Documenting semver v1.0.20
25122023-11-19T05:29:20.461Z Documenting md-5 v0.10.5
25132023-11-19T05:29:20.711Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25142023-11-19T05:29:21.049Z Documenting fallible-iterator v0.2.0
25152023-11-19T05:29:21.165Z Checking tinyvec_macros v0.1.1
25162023-11-19T05:29:21.219Z Checking spin v0.5.2
25172023-11-19T05:29:21.313Z Documenting bit-vec v0.6.3
25182023-11-19T05:29:21.409Z Documenting managed v0.8.0
25192023-11-19T05:29:21.509Z Documenting siphasher v0.3.11
25202023-11-19T05:29:21.767Z Documenting static_assertions v1.1.0
25212023-11-19T05:29:21.931Z Documenting diesel v2.1.3
25222023-11-19T05:29:22.137Z Checking tinyvec v1.6.0
25232023-11-19T05:29:22.236Z Documenting zip v0.6.6
25242023-11-19T05:29:22.343Z Documenting postgres-protocol v0.6.6
25252023-11-19T05:29:22.410Z Documenting cipher v0.4.4
25262023-11-19T05:29:22.463Z Checking toml_edit v0.19.15
25272023-11-19T05:29:22.501Z Documenting smoltcp v0.9.1
25282023-11-19T05:29:22.549Z Documenting phf_shared v0.11.2
25292023-11-19T05:29:22.607Z Checking futures-channel v0.3.29
25302023-11-19T05:29:22.643Z Documenting num-bigint v0.4.4
25312023-11-19T05:29:24.544Z Documenting hubpack v0.1.2
25322023-11-19T05:29:25.315Z Documenting serde_repr v0.1.16
25332023-11-19T05:29:26.469Z Documenting bstr v1.6.0
25342023-11-19T05:29:28.200Z Documenting regress v0.7.1
25352023-11-19T05:29:28.306Z Checking futures-task v0.3.29
25362023-11-19T05:29:28.474Z Checking slab v0.4.9
25372023-11-19T05:29:28.647Z Documenting lalrpop-util v0.19.12
25382023-11-19T05:29:28.839Z Checking futures-io v0.3.29
25392023-11-19T05:29:29.096Z Documenting new_debug_unreachable v1.0.4
25402023-11-19T05:29:31.086Z Documenting precomputed-hash v0.1.1
25412023-11-19T05:29:31.893Z Documenting fixedbitset v0.4.2
25422023-11-19T05:29:32.696Z Checking pin-utils v0.1.0
25432023-11-19T05:29:32.820Z Checking futures-util v0.3.29
25442023-11-19T05:29:33.250Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25452023-11-19T05:29:34.296Z Documenting yasna v0.5.2
25462023-11-19T05:29:34.690Z Documenting postgres-types v0.2.6
25472023-11-19T05:29:36.333Z Documenting string_cache v0.8.7
25482023-11-19T05:29:36.637Z Documenting petgraph v0.6.4
25492023-11-19T05:29:37.423Z Documenting phf v0.11.2
25502023-11-19T05:29:41.099Z Checking unicode-normalization v0.1.22
25512023-11-19T05:29:42.682Z Checking crypto-common v0.1.6
25522023-11-19T05:29:42.951Z Documenting console v0.15.7
25532023-11-19T05:29:43.243Z Checking spin v0.9.8
25542023-11-19T05:29:43.507Z Documenting float-cmp v0.9.0
25552023-11-19T05:29:43.744Z Checking tracing-core v0.1.31
25562023-11-19T05:29:43.759Z Documenting heck v0.4.1
25572023-11-19T05:29:43.820Z Documenting predicates-core v1.0.6
25582023-11-19T05:29:44.776Z Documenting whoami v1.4.1
25592023-11-19T05:29:45.266Z Documenting difflib v0.4.0
25602023-11-19T05:29:47.597Z Documenting normalize-line-endings v0.3.0
25612023-11-19T05:29:48.282Z Checking unsafe-libyaml v0.2.9
25622023-11-19T05:29:49.290Z Checking unicode-bidi v0.3.13
25632023-11-19T05:29:49.496Z Checking tracing v0.1.37
25642023-11-19T05:29:49.991Z Documenting bit-set v0.5.3
25652023-11-19T05:29:50.014Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25662023-11-19T05:29:50.058Z Documenting similar v2.2.1
25672023-11-19T05:29:50.198Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25682023-11-19T05:29:50.211Z Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25692023-11-19T05:29:50.397Z Checking block-buffer v0.10.4
25702023-11-19T05:29:50.718Z Checking getopts v0.2.21
25712023-11-19T05:29:51.026Z Documenting tokio-postgres v0.7.10
25722023-11-19T05:29:51.188Z Documenting tokio-stream v0.1.14
25732023-11-19T05:29:51.414Z Checking bitflags v2.4.0
25742023-11-19T05:29:51.824Z Checking ident_case v1.0.1
25752023-11-19T05:29:52.093Z Checking subtle v2.5.0
25762023-11-19T05:29:52.482Z Checking ppv-lite86 v0.2.17
25772023-11-19T05:29:53.114Z Documenting predicates v3.0.4
25782023-11-19T05:29:53.613Z Documenting unsafe-libyaml v0.2.9
25792023-11-19T05:29:55.882Z Checking const-oid v0.9.5
25802023-11-19T05:29:56.241Z Checking rand_chacha v0.3.1
25812023-11-19T05:29:56.776Z Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25822023-11-19T05:29:58.640Z Checking serde_yaml v0.9.25
25832023-11-19T05:29:58.767Z Checking digest v0.10.7
25842023-11-19T05:29:59.176Z Documenting serde_yaml v0.9.25
25852023-11-19T05:29:59.347Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25862023-11-19T05:29:59.762Z Documenting getopts v0.2.21
25872023-11-19T05:30:00.690Z Checking base64 v0.21.5
25882023-11-19T05:30:04.121Z Checking rand v0.8.5
25892023-11-19T05:30:04.182Z Checking tokio-util v0.7.10
25902023-11-19T05:30:04.330Z Checking untrusted v0.9.0
25912023-11-19T05:30:04.479Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25922023-11-19T05:30:04.501Z Checking hashbrown v0.12.3
25932023-11-19T05:30:04.614Z Checking bitflags v1.3.2
25942023-11-19T05:30:04.679Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25952023-11-19T05:30:04.716Z Checking openssl-probe v0.1.5
25962023-11-19T05:30:04.777Z Checking untrusted v0.7.1
25972023-11-19T05:30:04.796Z Checking foreign-types-shared v0.1.1
25982023-11-19T05:30:04.809Z Checking percent-encoding v2.3.0
25992023-11-19T05:30:04.832Z Checking indexmap v1.9.3
26002023-11-19T05:30:04.838Z Checking foreign-types v0.3.2
26012023-11-19T05:30:04.844Z Checking ring v0.16.20
26022023-11-19T05:30:04.850Z Checking ring v0.17.5
26032023-11-19T05:30:04.900Z Checking openssl-sys v0.9.93
26042023-11-19T05:30:05.925Z Checking errno v0.3.2
26052023-11-19T05:30:06.138Z Checking siphasher v0.3.11
26062023-11-19T05:30:06.577Z Checking adler v1.0.2
26072023-11-19T05:30:06.674Z Documenting match_cfg v0.1.0
26082023-11-19T05:30:07.169Z Checking unicode-segmentation v1.10.1
26092023-11-19T05:30:07.187Z Checking try-lock v0.2.4
26102023-11-19T05:30:07.190Z Checking openssl v0.10.57
26112023-11-19T05:30:07.193Z Checking want v0.3.1
26122023-11-19T05:30:07.301Z Checking rustls-webpki v0.101.7
26132023-11-19T05:30:07.924Z Checking miniz_oxide v0.7.1
26142023-11-19T05:30:08.291Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
26152023-11-19T05:30:08.421Z Checking sct v0.7.0
26162023-11-19T05:30:08.703Z Checking h2 v0.3.21
26172023-11-19T05:30:09.044Z Checking form_urlencoded v1.2.0
26182023-11-19T05:30:09.310Z Checking lazy_static v1.4.0
26192023-11-19T05:30:09.322Z Checking http-body v0.4.5
26202023-11-19T05:30:09.449Z Documenting sha1 v0.10.6
26212023-11-19T05:30:09.826Z Documenting dirs-sys-next v0.1.2
26222023-11-19T05:30:09.840Z Checking socket2 v0.4.9
26232023-11-19T05:30:10.483Z Checking io-lifetimes v1.0.11
26242023-11-19T05:30:10.744Z Checking httparse v1.8.0
26252023-11-19T05:30:10.759Z Documenting hostname v0.3.1
26262023-11-19T05:30:11.347Z Checking cpufeatures v0.2.9
26272023-11-19T05:30:11.517Z Checking utf8parse v0.2.1
26282023-11-19T05:30:11.680Z Checking anstyle v1.0.2
26292023-11-19T05:30:12.474Z Checking httpdate v1.0.3
26302023-11-19T05:30:12.481Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
26312023-11-19T05:30:28.254Z Checking tower-service v0.3.2
26322023-11-19T05:30:28.414Z Checking anstyle-parse v0.2.1
26332023-11-19T05:30:28.865Z Checking sha2 v0.10.8
26342023-11-19T05:30:29.288Z Checking rustix v0.37.23
26352023-11-19T05:30:29.538Z Checking native-tls v0.2.11
26362023-11-19T05:30:29.680Z Checking rustls v0.21.9
26372023-11-19T05:30:29.803Z Checking rustls-pemfile v1.0.3
26382023-11-19T05:30:29.855Z Documenting dirs-next v2.0.0
26392023-11-19T05:30:29.992Z Checking md-5 v0.10.5
26402023-11-19T05:30:30.148Z Checking hmac v0.12.1
26412023-11-19T05:30:30.272Z Checking stringprep v0.1.3
26422023-11-19T05:30:30.352Z Checking idna v0.4.0
26432023-11-19T05:30:30.440Z Checking num-integer v0.1.45
26442023-11-19T05:30:30.672Z Documenting camino v1.1.6
26452023-11-19T05:30:30.827Z Checking hash32 v0.2.1
26462023-11-19T05:30:30.882Z Documenting thread_local v1.1.7
26472023-11-19T05:30:30.935Z Documenting paste v1.0.14
26482023-11-19T05:30:31.014Z Checking hyper v0.14.27
26492023-11-19T05:30:31.133Z Checking either v1.9.0
26502023-11-19T05:30:31.220Z Checking fallible-iterator v0.2.0
26512023-11-19T05:30:31.235Z Checking stable_deref_trait v1.2.0
26522023-11-19T05:30:31.328Z Checking gimli v0.28.0
26532023-11-19T05:30:31.380Z Checking colorchoice v1.0.0
26542023-11-19T05:30:31.392Z Checking anstyle-query v1.0.0
26552023-11-19T05:30:31.430Z Checking anstream v0.5.0
26562023-11-19T05:30:31.453Z Documenting term v0.7.0
26572023-11-19T05:30:31.503Z Checking postgres-protocol v0.6.6
26582023-11-19T05:30:31.559Z Checking heapless v0.7.16
26592023-11-19T05:30:31.634Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
26602023-11-19T05:30:31.722Z Checking tokio-rustls v0.24.1
26612023-11-19T05:30:31.795Z Checking url v2.4.1
26622023-11-19T05:30:31.823Z Checking rustls-native-certs v0.6.3
26632023-11-19T05:30:31.868Z Checking tokio-native-tls v0.3.1
26642023-11-19T05:30:31.875Z Checking terminal_size v0.2.6
26652023-11-19T05:30:32.293Z Checking phf_shared v0.11.2
26662023-11-19T05:30:32.304Z Documenting toml v0.8.8
26672023-11-19T05:30:32.313Z Checking block-padding v0.3.3
26682023-11-19T05:30:32.319Z Checking signal-hook v0.3.17
26692023-11-19T05:30:32.327Z Documenting crossbeam-channel v0.5.8
26702023-11-19T05:30:32.333Z Checking scheduled-thread-pool v0.2.7
26712023-11-19T05:30:32.833Z Checking object v0.32.1
26722023-11-19T05:30:32.845Z Documenting atty v0.2.14
26732023-11-19T05:30:32.851Z Checking addr2line v0.21.0
26742023-11-19T05:30:32.855Z Checking bzip2-sys v0.1.11+1.0.8
26752023-11-19T05:30:32.860Z Checking crc32fast v1.3.2
26762023-11-19T05:30:32.866Z Checking managed v0.8.0
26772023-11-19T05:30:32.872Z Checking rustc-demangle v0.1.23
26782023-11-19T05:30:32.878Z Checking clap_lex v0.5.1
26792023-11-19T05:30:32.883Z Checking bit-vec v0.6.3
26802023-11-19T05:30:32.887Z Checking num_threads v0.1.6
26812023-11-19T05:30:32.892Z Documenting take_mut v0.2.2
26822023-11-19T05:30:32.908Z Checking ipnet v2.8.0
26832023-11-19T05:30:32.912Z Checking matches v0.1.10
26842023-11-19T05:30:32.916Z Checking deranged v0.3.8
26852023-11-19T05:30:32.919Z Checking regex-automata v0.1.10
26862023-11-19T05:30:32.925Z Checking bstr v0.2.17
26872023-11-19T05:30:32.929Z Documenting slog-term v2.9.0
26882023-11-19T05:30:32.933Z Checking idna v0.2.3
26892023-11-19T05:30:32.939Z Checking smoltcp v0.9.1
26902023-11-19T05:30:32.943Z Checking time v0.3.27
26912023-11-19T05:30:33.137Z Checking clap_builder v4.4.2
26922023-11-19T05:30:33.794Z Checking flate2 v1.0.28
26932023-11-19T05:30:34.142Z Checking hyper-rustls v0.24.2
26942023-11-19T05:30:34.586Z Checking backtrace v0.3.69
26952023-11-19T05:30:34.641Z Checking hyper-tls v0.5.0
26962023-11-19T05:30:34.836Z Checking bzip2 v0.4.4
26972023-11-19T05:30:35.084Z Checking r2d2 v0.8.10
26982023-11-19T05:30:35.687Z Checking signal-hook-mio v0.2.3
26992023-11-19T05:30:35.709Z Documenting slog-async v2.8.0
27002023-11-19T05:30:35.712Z Checking inout v0.1.3
27012023-11-19T05:30:35.715Z Checking phf v0.11.2
27022023-11-19T05:30:35.719Z Checking postgres-types v0.2.6
27032023-11-19T05:30:35.788Z Checking itertools v0.11.0
27042023-11-19T05:30:35.853Z Checking num-bigint v0.4.4
27052023-11-19T05:30:36.304Z Checking serde_urlencoded v0.7.1
27062023-11-19T05:30:36.658Z Checking phf_shared v0.10.0
27072023-11-19T05:30:36.982Z Checking futures-executor v0.3.29
27082023-11-19T05:30:37.117Z Documenting slog-json v2.6.1
27092023-11-19T05:30:37.318Z Checking ipnetwork v0.20.0
27102023-11-19T05:30:37.552Z Checking float-cmp v0.9.0
27112023-11-19T05:30:37.821Z Checking zerocopy v0.6.4
27122023-11-19T05:30:37.850Z Documenting async-stream-impl v0.3.5
27132023-11-19T05:30:37.919Z Checking hubpack v0.1.2
27142023-11-19T05:30:38.354Z Checking crossbeam-utils v0.8.16
27152023-11-19T05:30:38.978Z Checking encoding_rs v0.8.33
27162023-11-19T05:30:39.203Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27172023-11-19T05:30:39.417Z Checking memoffset v0.9.0
27182023-11-19T05:30:39.518Z Checking whoami v1.4.1
27192023-11-19T05:30:39.551Z Documenting debug-ignore v1.0.5
27202023-11-19T05:30:39.568Z Checking predicates-core v1.0.6
27212023-11-19T05:30:39.818Z Checking precomputed-hash v0.1.1
27222023-11-19T05:30:39.880Z Checking fixedbitset v0.4.2
27232023-11-19T05:30:39.952Z Checking webpki-roots v0.25.2
27242023-11-19T05:30:40.171Z Checking static_assertions v1.1.0
27252023-11-19T05:30:40.257Z Checking regex-automata v0.3.8
27262023-11-19T05:30:40.297Z Documenting atomic-waker v1.1.1
27272023-11-19T05:30:41.293Z Checking difflib v0.4.0
27282023-11-19T05:30:41.751Z Checking data-encoding v2.4.0
27292023-11-19T05:30:41.835Z Checking normalize-line-endings v0.3.0
27302023-11-19T05:30:42.030Z Checking mime v0.3.17
27312023-11-19T05:30:42.892Z Checking new_debug_unreachable v1.0.4
27322023-11-19T05:30:42.898Z Checking trust-dns-proto v0.22.0
27332023-11-19T05:30:42.902Z Checking string_cache v0.8.7
27342023-11-19T05:30:42.905Z Checking bstr v1.6.0
27352023-11-19T05:30:42.908Z Checking reqwest v0.11.22
27362023-11-19T05:30:42.997Z Checking predicates v3.0.4
27372023-11-19T05:30:44.052Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27382023-11-19T05:30:44.462Z Checking petgraph v0.6.4
27392023-11-19T05:30:44.466Z Checking tokio-postgres v0.7.10
27402023-11-19T05:30:44.470Z Documenting slog-bunyan v2.4.0
27412023-11-19T05:30:44.500Z Documenting waitgroup v0.1.2
27422023-11-19T05:30:45.228Z Checking diesel v2.1.3
27432023-11-19T05:30:45.471Z Documenting async-stream v0.3.5
27442023-11-19T05:30:48.596Z Checking crossbeam-epoch v0.9.15
27452023-11-19T05:30:48.754Z Checking yasna v0.5.2
27462023-11-19T05:30:49.266Z Checking clap v4.4.3
27472023-11-19T05:30:49.288Z Checking futures v0.3.29
27482023-11-19T05:30:49.415Z Checking cipher v0.4.4
27492023-11-19T05:30:49.438Z Checking anyhow v1.0.75
27502023-11-19T05:30:50.072Z Checking crossterm v0.27.0
27512023-11-19T05:30:50.083Z Checking zip v0.6.6
27522023-11-19T05:30:50.161Z Checking similar v2.2.1
27532023-11-19T05:30:50.826Z Checking bit-set v0.5.3
27542023-11-19T05:30:50.839Z Checking itertools v0.10.5
27552023-11-19T05:30:51.021Z Checking num-iter v0.1.43
27562023-11-19T05:30:51.166Z Checking console v0.15.7
27572023-11-19T05:30:51.188Z Checking rustix v0.38.9
27582023-11-19T05:30:51.204Z Checking signature v2.1.0
27592023-11-19T05:30:51.268Z Checking darling_core v0.20.3
27602023-11-19T05:30:51.413Z Checking toml v0.7.8
27612023-11-19T05:30:51.455Z Checking tokio-stream v0.1.14
27622023-11-19T05:30:52.055Z Checking toml_edit v0.21.0
27632023-11-19T05:30:52.575Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
27642023-11-19T05:30:52.699Z Documenting multer v2.1.0
27652023-11-19T05:30:52.873Z Checking usdt v0.3.5
27662023-11-19T05:30:53.153Z Documenting serde_path_to_error v0.1.14
27672023-11-19T05:30:54.247Z Checking semver v1.0.20
27682023-11-19T05:30:54.396Z Checking hex v0.4.3
27692023-11-19T05:30:54.461Z Documenting strum v0.25.0
27702023-11-19T05:30:54.857Z Checking slog v2.7.0
27712023-11-19T05:30:55.242Z Checking lalrpop-util v0.19.12
27722023-11-19T05:30:55.587Z Checking darling v0.20.3
27732023-11-19T05:30:56.012Z Documenting structmeta-derive v0.2.0
27742023-11-19T05:30:56.019Z Documenting serde_with_macros v2.3.3
27752023-11-19T05:30:56.034Z Checking structmeta v0.2.0
27762023-11-19T05:30:56.189Z Documenting instant v0.1.12
27772023-11-19T05:30:59.617Z Checking regex-syntax v0.7.5
27782023-11-19T05:30:59.965Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27792023-11-19T05:31:00.434Z Documenting macaddr v1.0.1
27802023-11-19T05:31:00.636Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
27812023-11-19T05:31:02.303Z Documenting backoff v0.4.0
27822023-11-19T05:31:02.678Z Documenting serde_with v2.3.3
27832023-11-19T05:31:03.231Z Documenting structmeta v0.2.0
27842023-11-19T05:31:04.809Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27852023-11-19T05:31:06.240Z Documenting is-terminal v0.4.9
27862023-11-19T05:31:06.517Z Documenting base64ct v1.6.0
27872023-11-19T05:31:08.977Z Checking proc-macro-crate v1.3.1
27882023-11-19T05:31:09.328Z Documenting proc-macro-crate v1.3.1
27892023-11-19T05:31:10.347Z Documenting parse-display-derive v0.8.2
27902023-11-19T05:31:10.603Z Documenting proc-macro-error-attr v1.0.4
27912023-11-19T05:31:12.853Z Checking proc-macro-error v1.0.4
27922023-11-19T05:31:13.690Z Documenting postcard-cobs v0.1.5-pre
27932023-11-19T05:31:13.728Z Documenting foreign-types-macros v0.2.3
27942023-11-19T05:31:14.030Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27952023-11-19T05:31:16.588Z Documenting num_enum_derive v0.5.11
27962023-11-19T05:31:20.217Z Documenting proc-macro-error v1.0.4
27972023-11-19T05:31:20.391Z Documenting postcard v0.7.3
27982023-11-19T05:31:20.532Z Documenting parse-display v0.8.2
27992023-11-19T05:31:20.594Z Documenting foreign-types-shared v0.3.1
28002023-11-19T05:31:21.002Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28012023-11-19T05:31:22.970Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28022023-11-19T05:31:23.432Z Documenting crucible-workspace-hack v0.1.0
28032023-11-19T05:31:23.773Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28042023-11-19T05:31:24.230Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28052023-11-19T05:31:24.540Z Documenting foreign-types v0.5.0
28062023-11-19T05:31:25.205Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28072023-11-19T05:31:25.530Z Documenting cstr-argument v0.1.2
28082023-11-19T05:31:26.048Z Documenting num_enum v0.5.11
28092023-11-19T05:31:29.226Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28102023-11-19T05:31:29.735Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28112023-11-19T05:31:29.912Z Documenting colored v2.0.4
28122023-11-19T05:31:30.192Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28132023-11-19T05:31:31.017Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28142023-11-19T05:31:31.425Z Documenting zone_cfg_derive v0.3.0
28152023-11-19T05:31:31.436Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28162023-11-19T05:31:34.281Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
28172023-11-19T05:31:35.624Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28182023-11-19T05:31:36.740Z Documenting num-derive v0.4.0
28192023-11-19T05:31:36.788Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28202023-11-19T05:31:37.103Z Documenting smf v0.2.2
28212023-11-19T05:31:38.016Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28222023-11-19T05:31:38.851Z Documenting zone v0.3.0
28232023-11-19T05:31:39.893Z Documenting linked-hash-map v0.5.6
28242023-11-19T05:31:41.497Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
28252023-11-19T05:31:41.626Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262023-11-19T05:31:42.755Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28272023-11-19T05:31:43.004Z Documenting fastrand v2.0.0
28282023-11-19T05:31:43.496Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
28292023-11-19T05:31:45.031Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28302023-11-19T05:31:45.920Z Documenting lru-cache v0.1.2
28312023-11-19T05:31:47.174Z Documenting password-hash v0.5.0
28322023-11-19T05:31:47.320Z Documenting blake2 v0.10.6
28332023-11-19T05:31:48.032Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28342023-11-19T05:31:48.774Z Documenting tempfile v3.8.0
28352023-11-19T05:31:50.214Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28362023-11-19T05:31:52.713Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28372023-11-19T05:31:52.769Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28382023-11-19T05:31:52.789Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28392023-11-19T05:31:53.027Z Checking heck v0.3.3
28402023-11-19T05:31:53.271Z Documenting structopt-derive v0.4.18
28412023-11-19T05:31:53.979Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28422023-11-19T05:31:54.948Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
28432023-11-19T05:31:55.441Z Documenting argon2 v0.5.2
28442023-11-19T05:31:55.843Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28452023-11-19T05:31:57.853Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28462023-11-19T05:32:00.788Z Documenting libefi-sys v0.1.0
28472023-11-19T05:32:01.552Z Documenting structopt v0.3.26
28482023-11-19T05:32:01.807Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28492023-11-19T05:32:04.864Z Documenting pem-rfc7468 v0.7.0
28502023-11-19T05:32:06.057Z Documenting der_derive v0.7.2
28512023-11-19T05:32:06.718Z Documenting quick-error v1.2.3
28522023-11-19T05:32:07.134Z Documenting flagset v0.4.3
28532023-11-19T05:32:08.916Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
28542023-11-19T05:32:10.829Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28552023-11-19T05:32:11.250Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28562023-11-19T05:32:11.479Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28572023-11-19T05:32:11.600Z Documenting cancel-safe-futures v0.1.5
28582023-11-19T05:32:11.665Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28592023-11-19T05:32:12.224Z Documenting resolv-conf v0.7.0
28602023-11-19T05:32:12.321Z Documenting tap v1.0.1
28612023-11-19T05:32:13.617Z Documenting der v0.7.8
28622023-11-19T05:32:16.025Z Checking convert_case v0.4.0
28632023-11-19T05:32:16.568Z Documenting convert_case v0.4.0
28642023-11-19T05:32:17.107Z Documenting wyz v0.5.1
28652023-11-19T05:32:18.140Z Documenting radium v0.7.0
28662023-11-19T05:32:20.107Z Documenting trust-dns-resolver v0.22.0
28672023-11-19T05:32:22.366Z Documenting funty v2.0.0
28682023-11-19T05:32:23.903Z Documenting arc-swap v1.6.0
28692023-11-19T05:32:43.496Z Documenting spki v0.7.2
28702023-11-19T05:32:44.127Z Documenting crc-catalog v2.2.0
28712023-11-19T05:32:44.298Z Documenting derive_more v0.99.17
28722023-11-19T05:32:44.546Z Documenting bitvec v1.0.1
28732023-11-19T05:32:44.728Z Documenting crc v3.0.1
28742023-11-19T05:32:44.944Z Documenting slog-scope v4.4.0
28752023-11-19T05:32:45.194Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28762023-11-19T05:32:45.424Z Documenting pkcs8 v0.10.2
28772023-11-19T05:32:45.573Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28782023-11-19T05:32:45.662Z Documenting num-rational v0.4.1
28792023-11-19T05:32:45.809Z Documenting hkdf v0.12.3
28802023-11-19T05:32:45.896Z Documenting num-complex v0.4.4
28812023-11-19T05:32:46.006Z Documenting packed_struct_codegen v0.10.1
28822023-11-19T05:32:46.026Z Documenting half v1.8.2
28832023-11-19T05:32:46.167Z Documenting nodrop v0.1.14
28842023-11-19T05:32:46.285Z Documenting ciborium-io v0.2.1
28852023-11-19T05:32:46.347Z Documenting pkcs1 v0.7.5
28862023-11-19T05:32:46.405Z Documenting slog-stdlog v4.1.1
28872023-11-19T05:32:46.470Z Documenting array-init v0.0.4
28882023-11-19T05:32:46.572Z Documenting num v0.4.1
28892023-11-19T05:32:46.621Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28902023-11-19T05:32:46.674Z Documenting packed_struct v0.10.1
28912023-11-19T05:32:46.706Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28922023-11-19T05:32:46.747Z Documenting ciborium-ll v0.2.1
28932023-11-19T05:32:46.826Z Documenting slog-dtrace v0.2.3
28942023-11-19T05:32:46.859Z Documenting num-bigint-dig v0.8.4
28952023-11-19T05:32:46.896Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28962023-11-19T05:32:46.944Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28972023-11-19T05:32:47.001Z Documenting xattr v1.0.1
28982023-11-19T05:32:47.077Z Documenting filetime v0.2.22
28992023-11-19T05:32:47.172Z Documenting termcolor v1.2.0
29002023-11-19T05:32:51.211Z Documenting bitfield v0.14.0
29012023-11-19T05:32:51.785Z Documenting swrite v0.1.0
29022023-11-19T05:32:52.176Z Documenting keccak v0.1.4
29032023-11-19T05:32:52.397Z Documenting tar v0.4.40
29042023-11-19T05:32:52.787Z Documenting rsa v0.9.2
29052023-11-19T05:32:53.423Z Documenting env_logger v0.10.0
29062023-11-19T05:32:54.966Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29072023-11-19T05:32:56.324Z Documenting sha3 v0.10.8
29082023-11-19T05:32:56.817Z Documenting ciborium v0.2.1
29092023-11-19T05:32:57.764Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29102023-11-19T05:32:58.878Z Documenting slog-envlogger v2.2.0
29112023-11-19T05:33:00.461Z Documenting serde-hex v0.1.0
29122023-11-19T05:33:03.347Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29132023-11-19T05:33:03.855Z Documenting x509-cert v0.2.4
29142023-11-19T05:33:03.956Z Documenting newtype_derive v0.1.6
29152023-11-19T05:33:07.007Z Documenting libsw v3.3.0
29162023-11-19T05:33:07.089Z Documenting ron v0.8.1
29172023-11-19T05:33:08.340Z Documenting fxhash v0.2.1
29182023-11-19T05:33:08.968Z Documenting secrecy v0.8.0
29192023-11-19T05:33:09.425Z Documenting derive-where v1.2.5
29202023-11-19T05:33:12.252Z Documenting linear-map v1.2.0
29212023-11-19T05:33:13.525Z Documenting owo-colors v3.5.0
29222023-11-19T05:33:13.681Z Documenting crc-any v2.4.3
29232023-11-19T05:33:14.203Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29242023-11-19T05:33:14.351Z Documenting steno v0.4.0
29252023-11-19T05:33:14.567Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29262023-11-19T05:33:17.584Z Documenting doc-comment v0.3.3
29272023-11-19T05:33:18.022Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29282023-11-19T05:33:18.970Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29292023-11-19T05:33:19.100Z Documenting snafu-derive v0.7.5
29302023-11-19T05:33:20.302Z Documenting path-slash v0.1.5
29312023-11-19T05:33:21.067Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29322023-11-19T05:33:21.663Z Documenting same-file v1.0.6
29332023-11-19T05:33:25.965Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29342023-11-19T05:33:27.938Z Documenting walkdir v2.4.0
29352023-11-19T05:33:28.790Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29362023-11-19T05:33:29.686Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29372023-11-19T05:33:30.661Z Documenting snafu v0.7.5
29382023-11-19T05:33:33.514Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29392023-11-19T05:33:34.349Z Documenting camino-tempfile v1.0.2
29402023-11-19T05:33:37.090Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29412023-11-19T05:33:38.748Z Checking darling_core v0.14.4
29422023-11-19T05:33:41.231Z Documenting nibble_vec v0.1.0
29432023-11-19T05:33:41.619Z Documenting endian-type v0.1.2
29442023-11-19T05:33:41.874Z Documenting glob v0.3.1
29452023-11-19T05:33:47.574Z Checking darling v0.14.4
29462023-11-19T05:33:47.751Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29472023-11-19T05:33:47.836Z Documenting radix_trie v0.2.1
29482023-11-19T05:33:48.103Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29492023-11-19T05:33:48.839Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29502023-11-19T05:33:52.660Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29512023-11-19T05:33:53.480Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29522023-11-19T05:33:53.850Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29532023-11-19T05:33:54.695Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29542023-11-19T05:33:54.698Z Documenting path-dedot v3.1.0
29552023-11-19T05:33:57.319Z Documenting trust-dns-client v0.22.0
29562023-11-19T05:33:58.056Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29572023-11-19T05:33:59.847Z Documenting path-absolutize v3.1.0
29582023-11-19T05:34:06.348Z Documenting buf-list v1.0.3
29592023-11-19T05:34:07.878Z Documenting globset v0.4.13
29602023-11-19T05:34:08.994Z Documenting crossbeam-deque v0.8.3
29612023-11-19T05:34:10.341Z Documenting headers-core v0.2.0
29622023-11-19T05:34:13.259Z Documenting olpc-cjson v0.1.3
29632023-11-19T05:34:15.095Z Documenting serde_plain v1.0.2
29642023-11-19T05:34:15.249Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29652023-11-19T05:34:15.252Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29662023-11-19T05:34:15.821Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29672023-11-19T05:34:16.680Z Documenting display-error-chain v0.2.0
29682023-11-19T05:34:17.919Z Documenting utf-8 v0.7.6
29692023-11-19T05:34:19.447Z Documenting headers v0.3.9
29702023-11-19T05:34:19.463Z Documenting rayon-core v1.12.0
29712023-11-19T05:34:20.565Z Documenting trust-dns-server v0.22.1
29722023-11-19T05:34:21.849Z Documenting tough v0.14.0
29732023-11-19T05:34:23.131Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29742023-11-19T05:34:23.408Z Documenting tungstenite v0.20.1
29752023-11-19T05:34:24.876Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29762023-11-19T05:34:25.240Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29772023-11-19T05:34:25.360Z Checking derive_builder_core v0.12.0
29782023-11-19T05:34:26.266Z Documenting derive_builder_core v0.12.0
29792023-11-19T05:34:26.632Z Documenting sled v0.34.7
29802023-11-19T05:34:26.761Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29812023-11-19T05:34:27.874Z Documenting unicase v2.7.0
29822023-11-19T05:34:29.287Z Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
29832023-11-19T05:34:30.193Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29842023-11-19T05:34:30.631Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29852023-11-19T05:34:31.045Z Documenting bcs v0.1.6
29862023-11-19T05:34:32.742Z Documenting ff v0.13.0
29872023-11-19T05:34:32.827Z Documenting pretty-hex v0.3.0
29882023-11-19T05:34:33.176Z Documenting highway v1.1.0
29892023-11-19T05:34:34.796Z Documenting tokio-tungstenite v0.20.1
29902023-11-19T05:34:36.067Z Documenting derive_builder_macro v0.12.0
29912023-11-19T05:34:37.836Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29922023-11-19T05:34:37.969Z Documenting mime_guess v2.0.4
29932023-11-19T05:34:39.544Z Documenting group v0.13.0
29942023-11-19T05:34:40.084Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952023-11-19T05:34:43.546Z Documenting rayon v1.8.0
29962023-11-19T05:34:44.597Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29972023-11-19T05:35:09.467Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29982023-11-19T05:35:09.603Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29992023-11-19T05:35:09.659Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30002023-11-19T05:35:09.696Z Documenting portable-atomic v1.4.3
30012023-11-19T05:35:09.703Z Documenting ed25519 v1.5.3
30022023-11-19T05:35:09.726Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30032023-11-19T05:35:09.756Z Documenting universal-hash v0.5.1
30042023-11-19T05:35:09.771Z Documenting crypto-bigint v0.5.2
30052023-11-19T05:35:09.781Z Documenting kstat-rs v0.2.3
30062023-11-19T05:35:10.333Z Documenting curve25519-dalek-derive v0.1.0
30072023-11-19T05:35:10.355Z Documenting ref-cast-impl v1.0.20
30082023-11-19T05:35:12.514Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30092023-11-19T05:35:13.150Z Documenting thiserror-impl-no-std v2.0.2
30102023-11-19T05:35:14.747Z Documenting vte_generate_state_changes v0.1.1
30112023-11-19T05:35:14.956Z Documenting number_prefix v0.4.0
30122023-11-19T05:35:18.057Z Documenting opaque-debug v0.3.0
30132023-11-19T05:35:18.300Z Documenting base16ct v0.2.0
30142023-11-19T05:35:20.426Z Documenting cassowary v0.3.0
30152023-11-19T05:35:20.823Z Documenting indicatif v0.17.7
30162023-11-19T05:35:21.149Z Documenting thiserror-no-std v2.0.2
30172023-11-19T05:35:22.069Z Documenting poly1305 v0.8.0
30182023-11-19T05:35:22.504Z Documenting elliptic-curve v0.13.5
30192023-11-19T05:35:23.173Z Documenting vte v0.11.1
30202023-11-19T05:35:25.346Z Documenting ref-cast v1.0.20
30212023-11-19T05:35:26.193Z Documenting ratatui v0.23.0
30222023-11-19T05:35:28.084Z Documenting curve25519-dalek v4.1.0
30232023-11-19T05:35:29.415Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30242023-11-19T05:35:29.750Z Documenting salty v0.2.0
30252023-11-19T05:35:38.974Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
30262023-11-19T05:35:39.371Z Documenting derive_builder v0.12.0
30272023-11-19T05:35:39.541Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30282023-11-19T05:35:39.717Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30292023-11-19T05:35:39.807Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
30302023-11-19T05:35:39.880Z Documenting polar-core v0.27.0
30312023-11-19T05:35:42.375Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30322023-11-19T05:35:48.564Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30332023-11-19T05:35:49.203Z Documenting libxml v0.3.3
30342023-11-19T05:35:51.458Z Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
30352023-11-19T05:35:53.970Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30362023-11-19T05:35:57.824Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30372023-11-19T05:35:59.282Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30382023-11-19T05:35:59.624Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30392023-11-19T05:35:59.679Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30402023-11-19T05:35:59.813Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
30412023-11-19T05:36:00.464Z Documenting chacha20 v0.9.1
30422023-11-19T05:36:03.848Z Documenting bb8 v0.8.1
30432023-11-19T05:36:04.195Z Documenting pem v3.0.2
30442023-11-19T05:36:06.944Z Documenting bytesize v1.3.0
30452023-11-19T05:36:07.764Z Documenting quick-xml v0.23.1
30462023-11-19T05:36:08.490Z Documenting serde-big-array v0.5.1
30472023-11-19T05:36:09.852Z Documenting aead v0.5.2
30482023-11-19T05:36:12.296Z Documenting oso-derive v0.27.0
30492023-11-19T05:36:13.522Z Documenting impl-trait-for-tuples v0.2.2
30502023-11-19T05:36:14.524Z Documenting rtoolbox v0.0.1
30512023-11-19T05:36:14.585Z Documenting humantime v2.1.0
30522023-11-19T05:36:17.057Z Documenting maplit v1.0.2
30532023-11-19T05:36:18.200Z Documenting unicode-linebreak v0.1.5
30542023-11-19T05:36:18.581Z Documenting smawk v0.3.1
30552023-11-19T05:36:19.288Z Documenting fs-err v2.9.0
30562023-11-19T05:36:20.268Z Documenting is_ci v1.1.1
30572023-11-19T05:36:20.727Z Documenting rpassword v7.2.0
30582023-11-19T05:36:22.178Z Documenting chacha20poly1305 v0.10.1
30592023-11-19T05:36:22.641Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30602023-11-19T05:36:22.818Z Documenting oso v0.27.0
30612023-11-19T05:36:24.237Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30622023-11-19T05:36:24.473Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30632023-11-19T05:36:24.692Z Documenting textwrap v0.16.0
30642023-11-19T05:36:26.330Z Documenting supports-color v2.1.0
30652023-11-19T05:36:26.848Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
30662023-11-19T05:36:30.174Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
30672023-11-19T05:36:30.320Z Documenting rcgen v0.11.3
30682023-11-19T05:36:33.368Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30692023-11-19T05:36:39.984Z Documenting tui-tree-widget v0.13.0
30702023-11-19T05:36:40.784Z Documenting vsss-rs v3.3.1
30712023-11-19T05:36:42.570Z Documenting strip-ansi-escapes v0.2.0
30722023-11-19T05:36:45.073Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30732023-11-19T05:36:48.377Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30742023-11-19T05:36:48.898Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30752023-11-19T05:36:49.114Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30762023-11-19T05:36:51.618Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
30772023-11-19T05:36:54.331Z Documenting cookie v0.18.0
30782023-11-19T05:36:55.108Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30792023-11-19T05:36:57.697Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30802023-11-19T05:36:58.629Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30812023-11-19T05:36:59.174Z Documenting atomicwrites v0.4.2
30822023-11-19T05:37:01.341Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30832023-11-19T05:37:04.503Z Documenting signal-hook-tokio v0.3.1
30842023-11-19T05:37:06.297Z Documenting fd-lock v3.0.13
30852023-11-19T05:37:06.604Z Documenting subprocess v0.2.9
30862023-11-19T05:37:09.703Z Documenting corncobs v0.1.3
30872023-11-19T05:37:10.997Z Documenting http-range v0.1.5
30882023-11-19T05:37:11.378Z Documenting shell-words v1.1.0
30892023-11-19T05:37:13.350Z Documenting nu-ansi-term v0.49.0
30902023-11-19T05:37:13.525Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30912023-11-19T05:37:13.848Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30922023-11-19T05:37:16.527Z Documenting hyper-staticfile v0.9.5
30932023-11-19T05:37:17.350Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30942023-11-19T05:37:19.683Z Documenting reedline v0.25.0
30952023-11-19T05:37:20.029Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30962023-11-19T05:37:20.832Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972023-11-19T05:37:26.718Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30982023-11-19T05:37:26.809Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30992023-11-19T05:37:28.641Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31002023-11-19T05:37:31.169Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31012023-11-19T05:37:31.282Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31022023-11-19T05:37:43.783Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
31032023-11-19T05:37:50.905Z Documenting fatfs v0.3.6
31042023-11-19T05:37:56.142Z Documenting cargo-platform v0.1.3
31052023-11-19T05:37:58.394Z Documenting nanorand v0.7.0
31062023-11-19T05:37:59.981Z Documenting assert_matches v1.5.0
31072023-11-19T05:38:00.909Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31082023-11-19T05:38:01.264Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31092023-11-19T05:38:01.749Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31102023-11-19T05:38:03.034Z Documenting cargo_metadata v0.18.0
31112023-11-19T05:38:04.261Z Documenting flume v0.11.0
31122023-11-19T05:38:04.371Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31132023-11-19T05:38:07.669Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31142023-11-19T05:38:10.598Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31152023-11-19T05:38:10.859Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31162023-11-19T05:38:12.131Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31172023-11-19T05:38:26.749Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31182023-11-19T05:38:33.048Z Documenting omicron-zone-package v0.9.1
31192023-11-19T05:38:36.213Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31202023-11-19T05:38:38.574Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31212023-11-19T05:38:39.816Z Documenting cargo_toml v0.17.0
31222023-11-19T05:38:41.369Z Documenting termios v0.3.3
31232023-11-19T05:38:44.699Z Documenting topological-sort v0.2.2
31242023-11-19T05:38:44.826Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31252023-11-19T05:38:47.277Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31262023-11-19T05:38:48.978Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31272023-11-19T05:38:50.352Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31282023-11-19T05:38:51.324Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31292023-11-19T05:38:59.716Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31302023-11-19T05:39:10.223Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
31312023-11-19T05:39:10.229Z --> sled-agent/src/sim/instance.rs:46:7
31322023-11-19T05:39:10.237Z |
31332023-11-19T05:39:10.247Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
31342023-11-19T05:39:10.255Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
31352023-11-19T05:39:10.263Z |
31362023-11-19T05:39:10.271Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31372023-11-19T05:39:10.277Z
31382023-11-19T05:39:13.873Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
31392023-11-19T05:39:33.297Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31402023-11-19T05:39:36.266Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31412023-11-19T05:39:51.700Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31422023-11-19T05:39:54.777Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
31432023-11-19T05:39:56.052Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31442023-11-19T05:39:58.020Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31452023-11-19T05:40:26.221Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31462023-11-19T05:41:56.281Z Finished dev [unoptimized + debuginfo] target(s) in 16m 08s
31472023-11-19T05:41:56.361Z
31482023-11-19T05:41:56.384Zreal 16:09.106609281
31492023-11-19T05:41:56.415Zuser 54:51.503907170
31502023-11-19T05:41:56.430Zsys 59:47.861122597
31512023-11-19T05:41:56.450Ztrap 1.917906453
31522023-11-19T05:41:56.470Ztflt 0.278013674
31532023-11-19T05:41:56.484Zdflt 0.360329422
31542023-11-19T05:41:56.497Zkflt 0.000329308
31552023-11-19T05:41:56.520Zlock 2:57:47.410961553
31562023-11-19T05:41:56.603Zslp 4:06:36.477427826
31572023-11-19T05:41:56.623Zlat 5:27.611376635
31582023-11-19T05:41:56.644Zstop 1:56.910840269
31592023-11-19T05:41:56.659Zprocess exited: duration 1906267 ms, exit code 0
 
31602023-11-19T05:41:56.690Zfound 0 output files