01HGE6CX9ABCZZF43KMXF19Q04: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HGE6DF10MN56YXKNK22035DD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-29T18:47:28.091Zjob assigned to worker 01HGE6DNMNTYRQ8ZBQRKNFB5YS (queued for 1 m 43 s)
 
22023-11-29T18:47:28.308Zstarting task 0: "setup"
32023-11-29T18:47:28.723Z++ uname -s
42023-11-29T18:47:28.725Z+ kern=SunOS
52023-11-29T18:47:28.725Z+ case "$kern" in
62023-11-29T18:47:28.725Z+ groupadd -g 12345 build
72023-11-29T18:47:28.728Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-29T18:47:30.740Z+ zfs create -o mountpoint=/work rpool/work
92023-11-29T18:47:31.010Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-29T18:47:31.013Z+ home_fs=zfs
112023-11-29T18:47:31.013Z+ [[ zfs == autofs ]]
122023-11-29T18:47:31.013Z+ mkdir -p /home/build
132023-11-29T18:47:31.015Z+ chown build:build /home/build /work
142023-11-29T18:47:31.964Z+ chmod 0700 /home/build /work
152023-11-29T18:47:31.970Zprocess exited: duration 3661 ms, exit code 0
 
162023-11-29T18:47:31.980Zstarting task 1: "rust-toolchain"
172023-11-29T18:47:31.990Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-29T18:47:31.993Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-29T18:47:32.174Zinfo: downloading installer
202023-11-29T18:47:34.891Zwarning: it looks like you have an existing installation of Rust at:
212023-11-29T18:47:34.891Zwarning: /opt/ooce/bin
222023-11-29T18:47:34.891Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-29T18:47:34.891Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-29T18:47:34.891Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-29T18:47:34.891Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-29T18:47:34.891Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-29T18:47:34.900Zerror: cannot install while Rust is installed
282023-11-29T18:47:34.900Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-29T18:47:35.093Zinfo: profile set to 'default'
302023-11-29T18:47:35.093Zinfo: default host triple is x86_64-unknown-illumos
312023-11-29T18:47:35.104Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-29T18:47:35.283Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-29T18:47:35.292Zinfo: downloading component 'cargo'
342023-11-29T18:47:36.059Zinfo: downloading component 'clippy'
352023-11-29T18:47:36.363Zinfo: downloading component 'rust-docs'
362023-11-29T18:47:37.336Zinfo: downloading component 'rust-std'
372023-11-29T18:47:39.085Zinfo: downloading component 'rustc'
382023-11-29T18:47:43.283Zinfo: downloading component 'rustfmt'
392023-11-29T18:47:43.530Zinfo: installing component 'cargo'
402023-11-29T18:47:45.815Zinfo: installing component 'clippy'
412023-11-29T18:47:47.018Zinfo: installing component 'rust-docs'
422023-11-29T18:47:49.729Zinfo: installing component 'rust-std'
432023-11-29T18:47:53.945Zinfo: installing component 'rustc'
442023-11-29T18:48:04.662Zinfo: installing component 'rustfmt'
452023-11-29T18:48:05.125Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-29T18:48:05.125Z
472023-11-29T18:48:05.259Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-29T18:48:05.259Z
492023-11-29T18:48:05.259Z
502023-11-29T18:48:05.259ZRust is installed now. Great!
512023-11-29T18:48:05.259Z
522023-11-29T18:48:05.259ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-29T18:48:05.259Zenvironment variable. This has not been done automatically.
542023-11-29T18:48:05.259Z
552023-11-29T18:48:05.262ZTo configure your current shell, run:
562023-11-29T18:48:05.262Zsource "$HOME/.cargo/env"
572023-11-29T18:48:06.349Z+ rustc --version
582023-11-29T18:48:06.352Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-29T18:48:06.352Zprocess exited: duration 33485 ms, exit code 0
 
602023-11-29T18:48:06.359Zstarting task 2: "authentication"
612023-11-29T18:48:06.390Zprocess exited: duration 31 ms, exit code 0
 
622023-11-29T18:48:06.395Zstarting task 3: "clone repository"
632023-11-29T18:48:06.403Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-29T18:48:06.406Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-29T18:48:06.442ZCloning into '/work/oxidecomputer/omicron'...
662023-11-29T18:48:14.613Z+ cd /work/oxidecomputer/omicron
672023-11-29T18:48:14.615Z+ [[ -n no-star ]]
682023-11-29T18:48:14.616Z+ git fetch origin no-star
692023-11-29T18:48:15.010ZFrom https://github.com/oxidecomputer/omicron
702023-11-29T18:48:15.010Z * branch no-star -> FETCH_HEAD
712023-11-29T18:48:15.021Z+ git checkout -B no-star remotes/origin/no-star
722023-11-29T18:48:15.127ZSwitched to a new branch 'no-star'
732023-11-29T18:48:15.580Zbranch 'no-star' set up to track 'origin/no-star'.
742023-11-29T18:48:15.580Z+ git reset --hard b8169350450dd66de51679f7bae0c2ff2f5f8a31
752023-11-29T18:48:15.580ZHEAD is now at b8169350 no more vec conversion!
762023-11-29T18:48:15.580Zprocess exited: duration 8761 ms, exit code 0
 
772023-11-29T18:48:15.588Zstarting task 4: "build"
782023-11-29T18:48:15.596Z+ cargo --version
792023-11-29T18:48:15.604Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-11-29T18:48:15.806Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-11-29T18:48:15.809Zinfo: downloading component 'cargo'
822023-11-29T18:48:16.652Zinfo: downloading component 'clippy'
832023-11-29T18:48:16.921Zinfo: downloading component 'rust-docs'
842023-11-29T18:48:17.984Zinfo: downloading component 'rust-std'
852023-11-29T18:48:19.717Zinfo: downloading component 'rustc'
862023-11-29T18:48:23.931Zinfo: downloading component 'rustfmt'
872023-11-29T18:48:24.215Zinfo: installing component 'cargo'
882023-11-29T18:48:25.518Zinfo: installing component 'clippy'
892023-11-29T18:48:25.988Zinfo: installing component 'rust-docs'
902023-11-29T18:48:28.743Zinfo: installing component 'rust-std'
912023-11-29T18:48:31.384Zinfo: installing component 'rustc'
922023-11-29T18:48:37.557Zinfo: installing component 'rustfmt'
932023-11-29T18:48:38.093Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-11-29T18:48:38.096Z+ rustc --version
952023-11-29T18:48:38.239Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-11-29T18:48:38.245Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-29T18:48:50.322Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-29T18:48:51.348Z Startup: Caching catalogs ... Done
992023-11-29T18:48:56.832ZPlanning: Solver setup ... Done (5.146s)
1002023-11-29T18:48:56.958ZPlanning: Running solver ... Done (0.129s)
1012023-11-29T18:48:57.015ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-29T18:48:57.030ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-29T18:48:57.259ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-29T18:48:57.338ZPlanning: Package planning ... Done (0.079s)
1052023-11-29T18:48:57.422ZPlanning: Merging actions ... Done (0.084s)
1062023-11-29T18:48:58.653ZPlanning: Checking for conflicting actions ... Done (1.230s)
1072023-11-29T18:48:58.671ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-29T18:49:07.995ZPlanning: Evaluating mediators ... Done (9.325s)
1092023-11-29T18:49:08.013ZPlanning: Planning completed in 16.62 seconds
1102023-11-29T18:49:11.314Z Packages to install: 4
1112023-11-29T18:49:11.314Z Mediators to change: 2
1122023-11-29T18:49:11.314Z Services to change: 1
1132023-11-29T18:49:11.317Z Estimated space available: 148.88 GB
1142023-11-29T18:49:11.317ZEstimated space to be consumed: 1.38 GB
1152023-11-29T18:49:11.317Z Create boot environment: No
1162023-11-29T18:49:11.317ZCreate backup boot environment: No
1172023-11-29T18:49:11.317Z Rebuild boot archive: No
1182023-11-29T18:49:11.317Z
1192023-11-29T18:49:11.317ZChanged mediators:
1202023-11-29T18:49:11.317Z mediator clang:
1212023-11-29T18:49:11.317Z version: None -> 15 (system default)
1222023-11-29T18:49:11.317Z
1232023-11-29T18:49:11.317Z mediator llvm:
1242023-11-29T18:49:11.317Z version: 14 (system default) -> 15 (system default)
1252023-11-29T18:49:11.317Z
1262023-11-29T18:49:11.317ZChanged packages:
1272023-11-29T18:49:11.318Zhelios-dev
1282023-11-29T18:49:11.319Z developer/build-essential
1292023-11-29T18:49:11.319Z None -> 11-2.0
1302023-11-29T18:49:11.319Z library/libxmlsec1
1312023-11-29T18:49:11.319Z None -> 1.2.35-2.0
1322023-11-29T18:49:11.319Z ooce/developer/clang-15
1332023-11-29T18:49:11.319Z None -> 15.0.7-2.0
1342023-11-29T18:49:11.319Z ooce/developer/llvm-15
1352023-11-29T18:49:11.319Z None -> 15.0.7-2.0
1362023-11-29T18:49:11.319Z
1372023-11-29T18:49:11.319ZServices:
1382023-11-29T18:49:11.319Z restart_fmri:
1392023-11-29T18:49:11.319Z svc:/system/update-man-index:default
1402023-11-29T18:49:11.630Z
1412023-11-29T18:49:11.630ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-29T18:49:16.633ZDownload: 962/3290 items 19.4/212.6MB 9% complete (3.9M/s)
1432023-11-29T18:49:22.666ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (10.8M/s)
1442023-11-29T18:49:29.051ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (10.4M/s)
1452023-11-29T18:49:34.060ZDownload: 1948/3290 items 117.9/212.6MB 55% complete (7.1M/s)
1462023-11-29T18:49:39.076ZDownload: 3238/3290 items 176.2/212.6MB 82% complete (9.3M/s)
1472023-11-29T18:49:40.729ZDownload: Completed 212.60 MB in 29.10 seconds (7.3M/s)
1482023-11-29T18:49:41.440Z Actions: 1/3687 actions (Installing new actions)
1492023-11-29T18:49:47.041Z Actions: 2488/3687 actions (Installing new actions)
1502023-11-29T18:49:49.427Z Actions: Completed 3687 actions in 7.99 seconds.
1512023-11-29T18:49:49.610Z Done (0.175s)
1522023-11-29T18:49:49.610Z Done (0.000s)
1532023-11-29T18:49:49.834Z Done (0.225s)
1542023-11-29T18:49:57.373Z Done (7.422s)
1552023-11-29T18:49:57.559Z Done (0.091s)
1562023-11-29T18:49:57.561Z Done (0.000s)
1572023-11-29T18:49:57.802Z Done (0.000s)
1582023-11-29T18:49:58.476ZPlanning: Evaluating mediator changes ... Done
1592023-11-29T18:49:58.757ZPlanning: Checking for conflicting actions ... Done
1602023-11-29T18:49:58.760ZPlanning: Consolidating action changes ... Done
1612023-11-29T18:49:59.189ZPlanning: Evaluating mediators ... Done
1622023-11-29T18:49:59.191ZPlanning: Planning completed in 0.71 seconds
1632023-11-29T18:49:59.245Z Mediators to change: 2
1642023-11-29T18:49:59.245Z Create boot environment: No
1652023-11-29T18:49:59.248ZCreate backup boot environment: No
1662023-11-29T18:49:59.338Z Done
1672023-11-29T18:49:59.338Z Done
1682023-11-29T18:49:59.480Z Done
1692023-11-29T18:50:05.346Z Done
1702023-11-29T18:50:05.462Z Done
1712023-11-29T18:50:05.467Z Done
1722023-11-29T18:50:05.574Z Done
1732023-11-29T18:50:06.560ZPlanning: Evaluating mediator changes ... Done
1742023-11-29T18:50:06.564ZPlanning: Merging actions ... Done
1752023-11-29T18:50:06.890ZPlanning: Checking for conflicting actions ... Done
1762023-11-29T18:50:06.894ZPlanning: Consolidating action changes ... Done
1772023-11-29T18:50:07.317ZPlanning: Evaluating mediators ... Done
1782023-11-29T18:50:07.407ZPlanning: Planning completed in 1.27 seconds
1792023-11-29T18:50:07.467Z Packages to change: 1
1802023-11-29T18:50:07.467Z Mediators to change: 1
1812023-11-29T18:50:07.481Z Services to change: 1
1822023-11-29T18:50:07.481Z Create boot environment: No
1832023-11-29T18:50:07.481ZCreate backup boot environment: Yes
1842023-11-29T18:50:09.556Z Actions: 1/6 actions (Updating modified actions)
1852023-11-29T18:50:09.565Z Actions: Completed 6 actions in 0.00 seconds.
1862023-11-29T18:50:09.565Z Done
1872023-11-29T18:50:09.565Z Done
1882023-11-29T18:50:09.615Z Done
1892023-11-29T18:50:15.326Z Done
1902023-11-29T18:50:15.447Z Done
1912023-11-29T18:50:15.453Z Done
1922023-11-29T18:50:15.569Z Done
1932023-11-29T18:50:16.228ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942023-11-29T18:50:16.228Zclang system 15 system
1952023-11-29T18:50:16.228Zcsh system system illumos
1962023-11-29T18:50:16.229Zctags system system illumos
1972023-11-29T18:50:16.229Zgcc vendor 12 vendor
1982023-11-29T18:50:16.229Zgcc system 10 system
1992023-11-29T18:50:16.229Zgcc system 7 system
2002023-11-29T18:50:16.229Zgo system 1.20 system
2012023-11-29T18:50:16.229Zgo system 1.19 system
2022023-11-29T18:50:16.229Zllvm system 15 system
2032023-11-29T18:50:16.229Zllvm system 14 system
2042023-11-29T18:50:16.229Zmariadb system 10.6 system
2052023-11-29T18:50:16.229Zmta vendor vendor dma
2062023-11-29T18:50:16.229Zopenjdk system 17 system
2072023-11-29T18:50:16.229Zopenjdk system 11 system
2082023-11-29T18:50:16.229Zopenjdk system 1.8 system
2092023-11-29T18:50:16.229Zopenssl vendor 3 vendor
2102023-11-29T18:50:16.229Zperl system 5.36 system
2112023-11-29T18:50:16.229Zpostgresql system 15 system
2122023-11-29T18:50:16.229Zpostgresql system 13 system
2132023-11-29T18:50:16.229Zpython vendor 3 vendor
2142023-11-29T18:50:16.229Zpython system 2 system
2152023-11-29T18:50:16.229Zpython3 system 3.11 system
2162023-11-29T18:50:16.229Zruby system 3.0 system
2172023-11-29T18:50:16.229Zwords vendor vendor american-english
2182023-11-29T18:50:16.229Zwords system system australian-english
2192023-11-29T18:50:16.229Zwords system system british-english
2202023-11-29T18:50:16.229Zwords system system canadian-english
2212023-11-29T18:50:16.229Zwords system system french
2222023-11-29T18:50:16.230Zwords system system italian
2232023-11-29T18:50:16.230Zwords system system ngerman
2242023-11-29T18:50:16.230Zwords system system ogerman
2252023-11-29T18:50:16.230Zwords system system spanish
2262023-11-29T18:50:16.753ZFMRI IFO
2272023-11-29T18:50:16.753Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282023-11-29T18:50:16.753Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292023-11-29T18:50:16.753Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302023-11-29T18:50:16.753Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2312023-11-29T18:50:16.753Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322023-11-29T18:50:16.753Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2332023-11-29T18:50:16.837Z+ set -o errexit
2342023-11-29T18:50:16.854Z+++ dirname ./tools/ci_download_cockroachdb
2352023-11-29T18:50:16.854Z++ cd ./tools
2362023-11-29T18:50:16.854Z++ pwd
2372023-11-29T18:50:16.854Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2382023-11-29T18:50:16.854Z++ basename ./tools/ci_download_cockroachdb
2392023-11-29T18:50:16.854Z+ ARG0=ci_download_cockroachdb
2402023-11-29T18:50:16.854Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2412023-11-29T18:50:16.855Z+ CIDL_VERSION=v22.1.9
2422023-11-29T18:50:16.855Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2432023-11-29T18:50:16.855Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2442023-11-29T18:50:16.855Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2452023-11-29T18:50:16.855Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2462023-11-29T18:50:16.855Z+ TARGET_DIR=out
2472023-11-29T18:50:16.855Z+ DOWNLOAD_DIR=out/downloads
2482023-11-29T18:50:16.855Z+ DEST_DIR=./out/cockroachdb
2492023-11-29T18:50:16.855Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2502023-11-29T18:50:16.855Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2512023-11-29T18:50:16.855Z+ main
2522023-11-29T18:50:16.855Z+ [[ 0 != 0 ]]
2532023-11-29T18:50:16.855Z+ CIDL_OS=solaris2.11
2542023-11-29T18:50:16.855Z+ [[ 0 != 0 ]]
2552023-11-29T18:50:16.855Z+ configure_os solaris2.11
2562023-11-29T18:50:16.855Z+ echo 'current directory: /work/oxidecomputer/omicron'
2572023-11-29T18:50:16.855Zcurrent directory: /work/oxidecomputer/omicron
2582023-11-29T18:50:16.855Zconfiguring based on OS: "solaris2.11"
2592023-11-29T18:50:16.855Z+ echo 'configuring based on OS: "solaris2.11"'
2602023-11-29T18:50:16.855Z+ case "$1" in
2612023-11-29T18:50:16.855Z+ CIDL_BUILD=illumos
2622023-11-29T18:50:16.855Z+ CIDL_SUFFIX=tar.gz
2632023-11-29T18:50:16.855Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2642023-11-29T18:50:16.855Z+ CIDL_MD5FUNC=do_md5sum
2652023-11-29T18:50:16.855Z+ CIDL_URL_BASE=https://illumos.org/downloads
2662023-11-29T18:50:16.855Z+ CIDL_ASSEMBLE=do_assemble_illumos
2672023-11-29T18:50:16.855Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2682023-11-29T18:50:16.855Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2692023-11-29T18:50:16.855Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-11-29T18:50:16.855Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2712023-11-29T18:50:16.855Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-29T18:50:16.856Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732023-11-29T18:50:16.856ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-29T18:50:16.856Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752023-11-29T18:50:16.856Z+ mkdir -p out/downloads
2762023-11-29T18:50:16.856ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-29T18:50:16.856Z+ mkdir -p ./out/cockroachdb
2782023-11-29T18:50:16.856Z+ local DO_DOWNLOAD=true
2792023-11-29T18:50:16.856Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2802023-11-29T18:50:16.856Z+ '[' true == true ']'
2812023-11-29T18:50:16.856Z+ echo Downloading...
2822023-11-29T18:50:16.856ZDownloading...
2832023-11-29T18:50:16.856Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-11-29T18:50:16.856Z+ 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
2852023-11-29T18:50:22.016Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-11-29T18:50:22.019Z++ md5sum
2872023-11-29T18:50:22.019Z++ awk '{print $1}'
2882023-11-29T18:50:22.202Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2892023-11-29T18:50:22.202Z+ [[ 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 ]]
2902023-11-29T18:50:22.202Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-11-29T18:50:22.202Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2922023-11-29T18:50:25.562Z+ do_assemble_illumos
2932023-11-29T18:50:25.562Z+ rm -r ./out/cockroachdb
2942023-11-29T18:50:25.565Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2952023-11-29T18:50:26.211Z+ ./out/cockroachdb/bin/cockroach version
2962023-11-29T18:50:26.429ZBuild Tag: v22.1.9-dirty
2972023-11-29T18:50:26.429ZBuild Time: 2022/10/26 21:17:46
2982023-11-29T18:50:26.429ZDistribution: OSS
2992023-11-29T18:50:26.429ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3002023-11-29T18:50:26.429ZGo Version: go1.17.13
3012023-11-29T18:50:26.429ZC Compiler: gcc 10.3.0
3022023-11-29T18:50:26.429ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3032023-11-29T18:50:26.429ZBuild Type: release
3042023-11-29T18:50:26.452Z+ set -o errexit
3052023-11-29T18:50:26.455Z+++ dirname ./tools/ci_download_clickhouse
3062023-11-29T18:50:26.457Z++ cd ./tools
3072023-11-29T18:50:26.457Z++ pwd
3082023-11-29T18:50:26.457Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3092023-11-29T18:50:26.460Z++ basename ./tools/ci_download_clickhouse
3102023-11-29T18:50:26.460Z+ ARG0=ci_download_clickhouse
3112023-11-29T18:50:26.460Z+ TARGET_DIR=out
3122023-11-29T18:50:26.461Z+ DOWNLOAD_DIR=out/downloads
3132023-11-29T18:50:26.461Z+ DEST_DIR=./out/clickhouse
3142023-11-29T18:50:26.461Z+ CIDL_VERSION=v22.8.9.24
3152023-11-29T18:50:26.462Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3162023-11-29T18:50:26.462Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3172023-11-29T18:50:26.462Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3182023-11-29T18:50:26.462Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3192023-11-29T18:50:26.462Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3202023-11-29T18:50:26.462Z+ main
3212023-11-29T18:50:26.462Z+ [[ 0 != 0 ]]
3222023-11-29T18:50:26.462Z+ CIDL_OS=solaris2.11
3232023-11-29T18:50:26.462Z+ [[ 0 != 0 ]]
3242023-11-29T18:50:26.462Z+ configure_os solaris2.11
3252023-11-29T18:50:26.462Z+ echo 'current directory: /work/oxidecomputer/omicron'
3262023-11-29T18:50:26.465Z+ echo 'configuring based on OS: "solaris2.11"'
3272023-11-29T18:50:26.465Zcurrent directory: /work/oxidecomputer/omicron
3282023-11-29T18:50:26.465Zconfiguring based on OS: "solaris2.11"
3292023-11-29T18:50:26.465Z+ CIDL_DASHREV=
3302023-11-29T18:50:26.465Z+ case "$1" in
3312023-11-29T18:50:26.465Z+ CIDL_PLATFORM=illumos
3322023-11-29T18:50:26.465Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3332023-11-29T18:50:26.465Z+ CIDL_MD5FUNC=do_md5sum
3342023-11-29T18:50:26.465Z+ CIDL_DASHREV=-1
3352023-11-29T18:50:26.465Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3362023-11-29T18:50:26.465Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-11-29T18:50:26.465Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-29T18:50:26.465Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-29T18:50:26.466Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402023-11-29T18:50:26.466ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-29T18:50:26.466ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-29T18:50:26.466Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3432023-11-29T18:50:26.466Z+ mkdir -p out/downloads
3442023-11-29T18:50:26.466Z+ mkdir -p ./out/clickhouse
3452023-11-29T18:50:26.469Z+ local DO_DOWNLOAD=true
3462023-11-29T18:50:26.469Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3472023-11-29T18:50:26.469Z+ '[' true == true ']'
3482023-11-29T18:50:26.469Z+ echo Downloading...
3492023-11-29T18:50:26.469ZDownloading...
3502023-11-29T18:50:26.469Z+ 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
3512023-11-29T18:50:26.469Z+ 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
3522023-11-29T18:50:27.883Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-11-29T18:50:27.886Z++ md5sum
3542023-11-29T18:50:27.886Z++ awk '{print $1}'
3552023-11-29T18:50:28.141Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3562023-11-29T18:50:28.141Z+ [[ 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 ]]
3572023-11-29T18:50:28.141Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3582023-11-29T18:50:28.144Z+ mkdir -p ./out/clickhouse
3592023-11-29T18:50:28.144Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3602023-11-29T18:50:33.083Z+ ./out/clickhouse/clickhouse server --version
3612023-11-29T18:50:33.141ZClickHouse server version 22.8.9.1.
3622023-11-29T18:50:33.157Z+ set -o errexit
3632023-11-29T18:50:33.160Z+++ dirname ./tools/ci_download_console
3642023-11-29T18:50:33.164Z++ cd ./tools
3652023-11-29T18:50:33.164Z++ pwd
3662023-11-29T18:50:33.164Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3672023-11-29T18:50:33.164Z++ basename ./tools/ci_download_console
3682023-11-29T18:50:33.167Z+ ARG0=ci_download_console
3692023-11-29T18:50:33.167Z+ TARGET_DIR=out
3702023-11-29T18:50:33.167Z+ DOWNLOAD_DIR=out/downloads
3712023-11-29T18:50:33.167Z+ DEST_DIR=./out/console-assets
3722023-11-29T18:50:33.167Z+ source /work/oxidecomputer/omicron/tools/console_version
3732023-11-29T18:50:33.167Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3742023-11-29T18:50:33.167Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3752023-11-29T18:50:33.167Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3762023-11-29T18:50:33.167Z+ TARBALL_FILE=out/downloads/console.tar.gz
3772023-11-29T18:50:33.167Z+ main
3782023-11-29T18:50:33.167Z+ [[ 0 != 0 ]]
3792023-11-29T18:50:33.167Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3802023-11-29T18:50:33.167ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3812023-11-29T18:50:33.167Z+ echo 'Local file: out/downloads/console.tar.gz'
3822023-11-29T18:50:33.167ZLocal file: out/downloads/console.tar.gz
3832023-11-29T18:50:33.167Z+ local DO_DOWNLOAD=true
3842023-11-29T18:50:33.170Z+ [[ -f out/downloads/console.tar.gz ]]
3852023-11-29T18:50:33.170Z+ mkdir -p out/downloads
3862023-11-29T18:50:33.173Z+ '[' true == true ']'
3872023-11-29T18:50:33.173Z+ echo Downloading...
3882023-11-29T18:50:33.173ZDownloading...
3892023-11-29T18:50:33.173Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3902023-11-29T18:50:33.173Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3912023-11-29T18:50:33.835Z++ do_sha256sum out/downloads/console.tar.gz
3922023-11-29T18:50:33.838Z++ case "$OSTYPE" in
3932023-11-29T18:50:33.838Z++ SHA=sha256sum
3942023-11-29T18:50:33.838Z++ sha256sum
3952023-11-29T18:50:33.838Z++ awk '{print $1}'
3962023-11-29T18:50:33.869Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3972023-11-29T18:50:33.869Z+ [[ 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 ]]
3982023-11-29T18:50:33.873Z+ rm -rf ./out/console-assets
3992023-11-29T18:50:33.873Z+ mkdir -p ./out/console-assets
4002023-11-29T18:50:33.876Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4012023-11-29T18:50:33.877Z+ mkdir -p ./out/console-assets
4022023-11-29T18:50:33.879Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4032023-11-29T18:50:34.012Z+ set -o errexit
4042023-11-29T18:50:34.033Z+++ dirname ./tools/ci_download_maghemite_openapi
4052023-11-29T18:50:34.034Z++ cd ./tools
4062023-11-29T18:50:34.034Z++ pwd
4072023-11-29T18:50:34.034Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4082023-11-29T18:50:34.034Z++ basename ./tools/ci_download_maghemite_openapi
4092023-11-29T18:50:34.034Z+ ARG0=ci_download_maghemite_openapi
4102023-11-29T18:50:34.034Z+ TARGET_DIR=out
4112023-11-29T18:50:34.034Z+ DOWNLOAD_DIR=out/downloads
4122023-11-29T18:50:34.034Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4132023-11-29T18:50:34.034Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4142023-11-29T18:50:34.034Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4152023-11-29T18:50:34.034Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4162023-11-29T18:50:34.034Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4172023-11-29T18:50:34.034Z+ main
4182023-11-29T18:50:34.034Z+ [[ 0 != 0 ]]
4192023-11-29T18:50:34.035Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4202023-11-29T18:50:34.035ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4212023-11-29T18:50:34.035Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4222023-11-29T18:50:34.035ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4232023-11-29T18:50:34.035Z+ local DO_DOWNLOAD=true
4242023-11-29T18:50:34.035Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4252023-11-29T18:50:34.035Z+ mkdir -p out/downloads
4262023-11-29T18:50:34.035Z+ '[' true == true ']'
4272023-11-29T18:50:34.035Z+ echo Downloading...
4282023-11-29T18:50:34.035ZDownloading...
4292023-11-29T18:50:34.035Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4302023-11-29T18:50:34.035Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4312023-11-29T18:50:34.271Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4322023-11-29T18:50:34.271Z++ case "$OSTYPE" in
4332023-11-29T18:50:34.273Z++ SHA=sha256sum
4342023-11-29T18:50:34.273Z++ sha256sum
4352023-11-29T18:50:34.273Z++ awk '{print $1}'
4362023-11-29T18:50:34.276Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4372023-11-29T18:50:34.276Z+ [[ 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 ]]
4382023-11-29T18:50:34.276Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4392023-11-29T18:50:34.276Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4402023-11-29T18:50:34.276Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4412023-11-29T18:50:34.276Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4422023-11-29T18:50:34.277Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4432023-11-29T18:50:34.277Z+ main
4442023-11-29T18:50:34.277Z+ [[ 0 != 0 ]]
4452023-11-29T18:50:34.277Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4462023-11-29T18:50:34.277ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4472023-11-29T18:50:34.277Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4482023-11-29T18:50:34.277ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4492023-11-29T18:50:34.280Z+ local DO_DOWNLOAD=true
4502023-11-29T18:50:34.280Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4512023-11-29T18:50:34.281Z+ mkdir -p out/downloads
4522023-11-29T18:50:34.281Z+ '[' true == true ']'
4532023-11-29T18:50:34.281Z+ echo Downloading...
4542023-11-29T18:50:34.281ZDownloading...
4552023-11-29T18:50:34.281Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4562023-11-29T18:50:34.281Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4572023-11-29T18:50:34.462Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4582023-11-29T18:50:34.469Z++ case "$OSTYPE" in
4592023-11-29T18:50:34.469Z++ SHA=sha256sum
4602023-11-29T18:50:34.469Z++ sha256sum
4612023-11-29T18:50:34.469Z++ awk '{print $1}'
4622023-11-29T18:50:34.477Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4632023-11-29T18:50:34.477Z+ [[ 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 ]]
4642023-11-29T18:50:34.489Z+ set -o errexit
4652023-11-29T18:50:34.489Z+++ dirname ./tools/ci_download_dendrite_openapi
4662023-11-29T18:50:34.489Z++ cd ./tools
4672023-11-29T18:50:34.489Z++ pwd
4682023-11-29T18:50:34.489Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4692023-11-29T18:50:34.501Z++ basename ./tools/ci_download_dendrite_openapi
4702023-11-29T18:50:34.501Z+ ARG0=ci_download_dendrite_openapi
4712023-11-29T18:50:34.501Z+ TARGET_DIR=out
4722023-11-29T18:50:34.501Z+ DOWNLOAD_DIR=out/downloads
4732023-11-29T18:50:34.501Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-11-29T18:50:34.501Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4752023-11-29T18:50:34.502Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4762023-11-29T18:50:34.502Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4772023-11-29T18:50:34.502Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4782023-11-29T18:50:34.502Z+ main
4792023-11-29T18:50:34.502Z+ [[ 0 != 0 ]]
4802023-11-29T18:50:34.502Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4812023-11-29T18:50:34.502ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4822023-11-29T18:50:34.502ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4832023-11-29T18:50:34.502Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4842023-11-29T18:50:34.502Z+ local DO_DOWNLOAD=true
4852023-11-29T18:50:34.502Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4862023-11-29T18:50:34.502Z+ mkdir -p out/downloads
4872023-11-29T18:50:34.502Z+ '[' true == true ']'
4882023-11-29T18:50:34.502Z+ echo Downloading...
4892023-11-29T18:50:34.502ZDownloading...
4902023-11-29T18:50:34.502Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4912023-11-29T18:50:34.502Z+ 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
4922023-11-29T18:50:35.116Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4932023-11-29T18:50:35.116Z++ case "$OSTYPE" in
4942023-11-29T18:50:35.124Z++ SHA=sha256sum
4952023-11-29T18:50:35.124Z++ sha256sum
4962023-11-29T18:50:35.124Z++ awk '{print $1}'
4972023-11-29T18:50:35.124Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4982023-11-29T18:50:35.124Z+ [[ 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 ]]
4992023-11-29T18:50:35.132Z+ set -o errexit
5002023-11-29T18:50:35.136Z+++ dirname ./tools/ci_download_dendrite_stub
5012023-11-29T18:50:35.136Z++ cd ./tools
5022023-11-29T18:50:35.136Z++ pwd
5032023-11-29T18:50:35.147Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042023-11-29T18:50:35.147Z++ basename ./tools/ci_download_dendrite_stub
5052023-11-29T18:50:35.148Z+ ARG0=ci_download_dendrite_stub
5062023-11-29T18:50:35.148Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5072023-11-29T18:50:35.148Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5082023-11-29T18:50:35.148Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5092023-11-29T18:50:35.148Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5102023-11-29T18:50:35.148Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112023-11-29T18:50:35.148Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5122023-11-29T18:50:35.148Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5132023-11-29T18:50:35.148Z+ TARGET_DIR=out
5142023-11-29T18:50:35.148Z+ DOWNLOAD_DIR=out/downloads
5152023-11-29T18:50:35.148Z+ DEST_DIR=./out/dendrite-stub
5162023-11-29T18:50:35.148Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5172023-11-29T18:50:35.148Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5182023-11-29T18:50:35.149Z+ REPO=oxidecomputer/dendrite
5192023-11-29T18:50:35.152Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5202023-11-29T18:50:35.152Z+ main
5212023-11-29T18:50:35.152Z+ [[ 0 != 0 ]]
5222023-11-29T18:50:35.152Z+ CIDL_OS=solaris2.11
5232023-11-29T18:50:35.152Z+ [[ 0 != 0 ]]
5242023-11-29T18:50:35.152Z+ configure_os solaris2.11
5252023-11-29T18:50:35.152Z+ echo 'current directory: /work/oxidecomputer/omicron'
5262023-11-29T18:50:35.152Zcurrent directory: /work/oxidecomputer/omicron
5272023-11-29T18:50:35.152Z+ echo 'configuring based on OS: "solaris2.11"'
5282023-11-29T18:50:35.152Z+ case "$1" in
5292023-11-29T18:50:35.152Zconfiguring based on OS: "solaris2.11"
5302023-11-29T18:50:35.152Z+ SET_BINARIES=
5312023-11-29T18:50:35.152Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5322023-11-29T18:50:35.152Z+ CIDL_SHA256FUNC=do_sha256sum
5332023-11-29T18:50:35.152Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5342023-11-29T18:50:35.152Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5352023-11-29T18:50:35.152Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5362023-11-29T18:50:35.152Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5372023-11-29T18:50:35.152ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5382023-11-29T18:50:35.153ZLocal file: out/downloads/dendrite-stub.tar.gz
5392023-11-29T18:50:35.153Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5402023-11-29T18:50:35.153Z+ mkdir -p out/downloads
5412023-11-29T18:50:35.167Z+ mkdir -p ./out/dendrite-stub
5422023-11-29T18:50:35.167Z+ fetch_and_verify
5432023-11-29T18:50:35.167Z+ local DO_DOWNLOAD=true
5442023-11-29T18:50:35.168Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5452023-11-29T18:50:35.168Z+ '[' true == true ']'
5462023-11-29T18:50:35.168ZDownloading...
5472023-11-29T18:50:35.168Z+ echo Downloading...
5482023-11-29T18:50:35.168Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5492023-11-29T18:50:35.168Z+ 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
5502023-11-29T18:50:42.552Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5512023-11-29T18:50:42.555Z++ sha256sum
5522023-11-29T18:50:42.555Z++ awk '{print $1}'
5532023-11-29T18:50:42.635Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5542023-11-29T18:50:42.636Z+ [[ 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 ]]
5552023-11-29T18:50:42.640Z+ do_untar out/downloads/dendrite-stub.tar.gz
5562023-11-29T18:50:42.640Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5572023-11-29T18:50:43.678Z+ do_assemble
5582023-11-29T18:50:43.678Z+ rm -r ./out/dendrite-stub
5592023-11-29T18:50:43.681Z+ mkdir ./out/dendrite-stub
5602023-11-29T18:50:43.683Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5612023-11-29T18:50:43.815Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5622023-11-29T18:50:43.828Z+ set -o errexit
5632023-11-29T18:50:43.830Z+++ dirname ./tools/ci_download_maghemite_mgd
5642023-11-29T18:50:43.833Z++ cd ./tools
5652023-11-29T18:50:43.833Z++ pwd
5662023-11-29T18:50:43.834Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5672023-11-29T18:50:43.838Z++ basename ./tools/ci_download_maghemite_mgd
5682023-11-29T18:50:43.838Z+ ARG0=ci_download_maghemite_mgd
5692023-11-29T18:50:43.838Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5702023-11-29T18:50:43.838Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5712023-11-29T18:50:43.839Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5722023-11-29T18:50:43.839Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5732023-11-29T18:50:43.839Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5742023-11-29T18:50:43.839Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5752023-11-29T18:50:43.839Z+ TARGET_DIR=out
5762023-11-29T18:50:43.839Z+ DOWNLOAD_DIR=out/downloads
5772023-11-29T18:50:43.839Z+ DEST_DIR=./out/mgd
5782023-11-29T18:50:43.839Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5792023-11-29T18:50:43.839Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5802023-11-29T18:50:43.839Z+ REPO=oxidecomputer/maghemite
5812023-11-29T18:50:43.839Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5822023-11-29T18:50:43.839Z+ main
5832023-11-29T18:50:43.839Z+ [[ 0 != 0 ]]
5842023-11-29T18:50:43.839Z+ CIDL_OS=solaris2.11
5852023-11-29T18:50:43.839Z+ [[ 0 != 0 ]]
5862023-11-29T18:50:43.839Z+ configure_os solaris2.11
5872023-11-29T18:50:43.839Z+ echo 'current directory: /work/oxidecomputer/omicron'
5882023-11-29T18:50:43.839Zcurrent directory: /work/oxidecomputer/omicron
5892023-11-29T18:50:43.839Z+ echo 'configuring based on OS: "solaris2.11"'
5902023-11-29T18:50:43.839Z+ case "$1" in
5912023-11-29T18:50:43.839Z+ SET_BINARIES=
5922023-11-29T18:50:43.840Zconfiguring based on OS: "solaris2.11"
5932023-11-29T18:50:43.840Z+ CIDL_SHA256FUNC=do_sha256sum
5942023-11-29T18:50:43.840Z+ TARBALL_FILENAME=mgd.tar.gz
5952023-11-29T18:50:43.840Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5962023-11-29T18:50:43.840Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5972023-11-29T18:50:43.840Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
5982023-11-29T18:50:43.840Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992023-11-29T18:50:43.840ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6002023-11-29T18:50:43.840ZLocal file: out/downloads/mgd.tar.gz
6012023-11-29T18:50:43.840Z+ mkdir -p out/downloads
6022023-11-29T18:50:43.845Z+ mkdir -p ./out/mgd
6032023-11-29T18:50:43.845Z+ fetch_and_verify
6042023-11-29T18:50:43.845Z+ local DO_DOWNLOAD=true
6052023-11-29T18:50:43.845Z+ [[ -f out/downloads/mgd.tar.gz ]]
6062023-11-29T18:50:43.845Z+ '[' true == true ']'
6072023-11-29T18:50:43.845Z+ echo Downloading...
6082023-11-29T18:50:43.845ZDownloading...
6092023-11-29T18:50:43.845Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6102023-11-29T18:50:43.845Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6112023-11-29T18:50:47.946Z++ do_sha256sum out/downloads/mgd.tar.gz
6122023-11-29T18:50:47.949Z++ sha256sum
6132023-11-29T18:50:47.949Z++ awk '{print $1}'
6142023-11-29T18:50:48.022Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6152023-11-29T18:50:48.022Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6162023-11-29T18:50:48.025Z+ do_untar out/downloads/mgd.tar.gz
6172023-11-29T18:50:48.026Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6182023-11-29T18:50:48.679Z+ do_assemble
6192023-11-29T18:50:48.679Z+ rm -r ./out/mgd
6202023-11-29T18:50:48.682Z+ mkdir ./out/mgd
6212023-11-29T18:50:48.685Z+ cp -r out/downloads/root ./out/mgd/root
6222023-11-29T18:50:48.894Z+ set -o errexit
6232023-11-29T18:50:48.897Z+++ dirname ./tools/ci_download_transceiver_control
6242023-11-29T18:50:48.900Z++ cd ./tools
6252023-11-29T18:50:48.900Z++ pwd
6262023-11-29T18:50:48.900Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6272023-11-29T18:50:48.904Z++ basename ./tools/ci_download_transceiver_control
6282023-11-29T18:50:48.904Z+ ARG0=ci_download_transceiver_control
6292023-11-29T18:50:48.904Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6302023-11-29T18:50:48.904Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6312023-11-29T18:50:48.904Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6322023-11-29T18:50:48.904Z+ TARGET_DIR=out
6332023-11-29T18:50:48.904Z+ DOWNLOAD_DIR=out/downloads
6342023-11-29T18:50:48.904Z+ DEST_DIR=./out/transceiver-control
6352023-11-29T18:50:48.904Z+ BIN_DIR=/opt/oxide/bin
6362023-11-29T18:50:48.904Z+ BINARY=xcvradm
6372023-11-29T18:50:48.904Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6382023-11-29T18:50:48.904Z+ REPO=oxidecomputer/transceiver-control
6392023-11-29T18:50:48.904Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402023-11-29T18:50:48.904Z+ main
6412023-11-29T18:50:48.904Z+ [[ 0 != 0 ]]
6422023-11-29T18:50:48.904Z+ CIDL_OS=solaris2.11
6432023-11-29T18:50:48.904Z+ [[ 0 != 0 ]]
6442023-11-29T18:50:48.904Z+ configure_os solaris2.11
6452023-11-29T18:50:48.904Z+ echo 'current directory: /work/oxidecomputer/omicron'
6462023-11-29T18:50:48.905Zcurrent directory: /work/oxidecomputer/omicron
6472023-11-29T18:50:48.915Z+ echo 'configuring based on OS: "solaris2.11"'
6482023-11-29T18:50:48.915Z+ case "$1" in
6492023-11-29T18:50:48.915Zconfiguring based on OS: "solaris2.11"
6502023-11-29T18:50:48.916Z+ SET_BINARIES=
6512023-11-29T18:50:48.916Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522023-11-29T18:50:48.916Z+ CIDL_SHA256FUNC=do_sha256sum
6532023-11-29T18:50:48.916Z+ ARCHIVE_FILENAME=xcvradm.gz
6542023-11-29T18:50:48.916Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6552023-11-29T18:50:48.916Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6562023-11-29T18:50:48.916Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6572023-11-29T18:50:48.916ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582023-11-29T18:50:48.916Z+ echo 'Local file: out/downloads/xcvradm.gz'
6592023-11-29T18:50:48.916ZLocal file: out/downloads/xcvradm.gz
6602023-11-29T18:50:48.916Z+ mkdir -p out/downloads
6612023-11-29T18:50:48.916Z+ mkdir -p ./out/transceiver-control
6622023-11-29T18:50:48.916Z+ fetch_and_verify
6632023-11-29T18:50:48.916Z+ local DO_DOWNLOAD=true
6642023-11-29T18:50:48.916Z+ [[ -f out/downloads/xcvradm.gz ]]
6652023-11-29T18:50:48.916Z+ '[' true == true ']'
6662023-11-29T18:50:48.916Z+ echo Downloading...
6672023-11-29T18:50:48.916ZDownloading...
6682023-11-29T18:50:48.916Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6692023-11-29T18:50:48.916Z+ 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
6702023-11-29T18:50:50.225Z++ do_sha256sum out/downloads/xcvradm.gz
6712023-11-29T18:50:50.233Z++ sha256sum
6722023-11-29T18:50:50.233Z++ awk '{print $1}'
6732023-11-29T18:50:50.250Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742023-11-29T18:50:50.253Z+ [[ 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 ]]
6752023-11-29T18:50:50.253Z+ do_unpack out/downloads/xcvradm.gz
6762023-11-29T18:50:50.253Z+ mkdir -p out/downloads/root//opt/oxide/bin
6772023-11-29T18:50:50.253Z+ gzip -dc out/downloads/xcvradm.gz
6782023-11-29T18:50:50.430Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6792023-11-29T18:50:50.434Z+ do_assemble
6802023-11-29T18:50:50.434Z+ rm -r ./out/transceiver-control
6812023-11-29T18:50:50.437Z+ mkdir ./out/transceiver-control
6822023-11-29T18:50:50.437Z+ cp -r out/downloads/root ./out/transceiver-control/root
6832023-11-29T18:50:50.630ZAll prerequisites installed successfully
6842023-11-29T18:50:50.633Z
6852023-11-29T18:50:50.633Zreal 2:12.386432409
6862023-11-29T18:50:50.633Zuser 53.274631200
6872023-11-29T18:50:50.633Zsys 9.911535069
6882023-11-29T18:50:50.633Ztrap 0.020751347
6892023-11-29T18:50:50.633Ztflt 0.178183048
6902023-11-29T18:50:50.633Zdflt 1.009386987
6912023-11-29T18:50:50.633Zkflt 0.194413374
6922023-11-29T18:50:50.633Zlock 1.680089032
6932023-11-29T18:50:50.634Zslp 4:02.921831302
6942023-11-29T18:50:50.634Zlat 3.449450092
6952023-11-29T18:50:50.634Zstop 0.068356881
6962023-11-29T18:50:50.634Z+ banner end-to-end-tests
6972023-11-29T18:50:50.885Z
6982023-11-29T18:50:50.885Z ###### # # ##### ##### #### ###### # # #####
6992023-11-29T18:50:50.885Z # ## # # # # # # # ## # # #
7002023-11-29T18:50:50.885Z ##### # # # # # ##### # # # ##### ##### # # # # #
7012023-11-29T18:50:50.885Z # # # # # # # # # # # # # # #
7022023-11-29T18:50:50.885Z # # ## # # # # # # # ## # #
7032023-11-29T18:50:50.885Z ###### # # ##### # #### ###### # # #####
7042023-11-29T18:50:50.885Z
7052023-11-29T18:50:50.888Z+ export CARGO_PROFILE_DEV_DEBUG=1
7062023-11-29T18:50:50.888Z+ CARGO_PROFILE_DEV_DEBUG=1
7072023-11-29T18:50:50.888Z+ export CARGO_PROFILE_TEST_DEBUG=1
7082023-11-29T18:50:50.888Z+ CARGO_PROFILE_TEST_DEBUG=1
7092023-11-29T18:50:50.888Z+ export CARGO_INCREMENTAL=0
7102023-11-29T18:50:50.888Z+ CARGO_INCREMENTAL=0
7112023-11-29T18:50:50.888Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7122023-11-29T18:50:51.217Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7132023-11-29T18:50:51.646Z Updating crates.io index
7142023-11-29T18:50:51.709Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7152023-11-29T18:50:52.529Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7162023-11-29T18:50:54.331Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7172023-11-29T18:50:55.001Z Updating git repository `http://github.com/oxidecomputer/tofino`
7182023-11-29T18:50:55.343Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7192023-11-29T18:50:55.710Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7202023-11-29T18:50:56.027Z Updating git repository `https://github.com/oxidecomputer/propolis`
7212023-11-29T18:50:56.923Z Updating git repository `https://github.com/oxidecomputer/crucible`
7222023-11-29T18:50:58.837Z Updating git repository `https://github.com/oxidecomputer/opte`
7232023-11-29T18:50:59.935Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7242023-11-29T18:51:00.297Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7252023-11-29T18:51:00.919Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7262023-11-29T18:51:01.350Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7272023-11-29T18:51:01.714Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7282023-11-29T18:51:02.108Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7292023-11-29T18:51:02.471Z Updating git repository `https://github.com/njaremko/samael`
7302023-11-29T18:51:02.911Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7312023-11-29T18:51:03.661Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7322023-11-29T18:51:04.084Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7332023-11-29T18:51:04.474Z Updating git repository `https://github.com/jgallagher/nix`
7342023-11-29T18:51:06.068Z Updating git repository `https://github.com/cbiffle/hubpack`
7352023-11-29T18:51:09.032Z Updating git repository `https://github.com/oxidecomputer/typify`
7362023-11-29T18:51:09.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7372023-11-29T18:51:09.548Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7382023-11-29T18:51:09.984Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7392023-11-29T18:51:10.699Z Downloading crates ...
7402023-11-29T18:51:11.239Z Downloaded ahash v0.8.3
7412023-11-29T18:51:11.239Z Downloaded num-rational v0.4.1
7422023-11-29T18:51:11.239Z Downloaded nibble_vec v0.1.0
7432023-11-29T18:51:11.239Z Downloaded darling v0.20.3
7442023-11-29T18:51:11.239Z Downloaded phf_shared v0.11.2
7452023-11-29T18:51:11.239Z Downloaded atomicwrites v0.4.2
7462023-11-29T18:51:11.239Z Downloaded async-stream-impl v0.3.5
7472023-11-29T18:51:11.239Z Downloaded cfg-if v1.0.0
7482023-11-29T18:51:11.239Z Downloaded atomic-waker v1.1.1
7492023-11-29T18:51:11.239Z Downloaded derive_more v0.99.17
7502023-11-29T18:51:11.239Z Downloaded anstyle v1.0.2
7512023-11-29T18:51:11.239Z Downloaded atty v0.2.14
7522023-11-29T18:51:11.239Z Downloaded backoff v0.4.0
7532023-11-29T18:51:11.239Z Downloaded ciborium-io v0.2.1
7542023-11-29T18:51:11.239Z Downloaded utf8parse v0.2.1
7552023-11-29T18:51:11.239Z Downloaded convert_case v0.4.0
7562023-11-29T18:51:11.239Z Downloaded tracing-attributes v0.1.26
7572023-11-29T18:51:11.239Z Downloaded colored v2.0.4
7582023-11-29T18:51:11.239Z Downloaded digest v0.10.7
7592023-11-29T18:51:11.239Z Downloaded data-encoding v2.4.0
7602023-11-29T18:51:11.239Z Downloaded colorchoice v1.0.0
7612023-11-29T18:51:11.239Z Downloaded num_threads v0.1.6
7622023-11-29T18:51:11.239Z Downloaded diesel_table_macro_syntax v0.1.0
7632023-11-29T18:51:11.239Z Downloaded crucible-workspace-hack v0.1.0
7642023-11-29T18:51:11.285Z Downloaded openssl-macros v0.1.1
7652023-11-29T18:51:11.285Z Downloaded parse-display v0.8.2
7662023-11-29T18:51:11.285Z Downloaded waitgroup v0.1.2
7672023-11-29T18:51:11.285Z Downloaded bit-set v0.5.3
7682023-11-29T18:51:11.285Z Downloaded zip v0.6.6
7692023-11-29T18:51:11.285Z Downloaded openssl-probe v0.1.5
7702023-11-29T18:51:11.285Z Downloaded yasna v0.5.2
7712023-11-29T18:51:11.285Z Downloaded proc-macro-crate v1.3.1
7722023-11-29T18:51:11.286Z Downloaded camino v1.1.6
7732023-11-29T18:51:11.286Z Downloaded try-lock v0.2.4
7742023-11-29T18:51:11.286Z Downloaded tracing-core v0.1.31
7752023-11-29T18:51:11.286Z Downloaded pest_generator v2.7.2
7762023-11-29T18:51:11.286Z Downloaded deranged v0.3.8
7772023-11-29T18:51:11.286Z Downloaded phf v0.11.2
7782023-11-29T18:51:11.286Z Downloaded async-trait v0.1.74
7792023-11-29T18:51:11.286Z Downloaded num_enum_derive v0.5.11
7802023-11-29T18:51:11.286Z Downloaded foreign-types-shared v0.3.1
7812023-11-29T18:51:11.286Z Downloaded mime v0.3.17
7822023-11-29T18:51:11.286Z Downloaded rand_core v0.5.1
7832023-11-29T18:51:11.286Z Downloaded predicates v3.0.4
7842023-11-29T18:51:11.286Z Downloaded pin-project-lite v0.2.13
7852023-11-29T18:51:11.286Z Downloaded foreign-types-shared v0.1.1
7862023-11-29T18:51:11.286Z Downloaded rustversion v1.0.14
7872023-11-29T18:51:11.286Z Downloaded fixedbitset v0.4.2
7882023-11-29T18:51:11.286Z Downloaded macaddr v1.0.1
7892023-11-29T18:51:11.286Z Downloaded num-complex v0.4.4
7902023-11-29T18:51:11.286Z Downloaded ghash v0.5.0
7912023-11-29T18:51:11.286Z Downloaded slog-envlogger v2.2.0
7922023-11-29T18:51:11.341Z Downloaded poly1305 v0.8.0
7932023-11-29T18:51:11.341Z Downloaded omicron-zone-package v0.9.1
7942023-11-29T18:51:11.341Z Downloaded form_urlencoded v1.2.0
7952023-11-29T18:51:11.341Z Downloaded pkg-config v0.3.27
7962023-11-29T18:51:11.341Z Downloaded glob v0.3.1
7972023-11-29T18:51:11.341Z Downloaded russh-cryptovec v0.7.0
7982023-11-29T18:51:11.341Z Downloaded crc32fast v1.3.2
7992023-11-29T18:51:11.341Z Downloaded postgres-types v0.2.6
8002023-11-29T18:51:11.341Z Downloaded scopeguard v1.2.0
8012023-11-29T18:51:11.341Z Downloaded postgres-protocol v0.6.6
8022023-11-29T18:51:11.341Z Downloaded schemars_derive v0.8.13
8032023-11-29T18:51:11.341Z Downloaded proc-macro2 v1.0.69
8042023-11-29T18:51:11.341Z Downloaded take_mut v0.2.2
8052023-11-29T18:51:11.341Z Downloaded keccak v0.1.4
8062023-11-29T18:51:11.341Z Downloaded is-terminal v0.4.9
8072023-11-29T18:51:11.341Z Downloaded pbkdf2 v0.12.2
8082023-11-29T18:51:11.341Z Downloaded const-oid v0.9.5
8092023-11-29T18:51:11.341Z Downloaded once_cell v1.18.0
8102023-11-29T18:51:11.342Z Downloaded foreign-types v0.3.2
8112023-11-29T18:51:11.342Z Downloaded unicode-width v0.1.11
8122023-11-29T18:51:11.342Z Downloaded password-hash v0.5.0
8132023-11-29T18:51:11.342Z Downloaded smallvec v1.11.0
8142023-11-29T18:51:11.342Z Downloaded futures-sink v0.3.29
8152023-11-29T18:51:11.342Z Downloaded futures-io v0.3.29
8162023-11-29T18:51:11.342Z Downloaded tinyvec_macros v0.1.1
8172023-11-29T18:51:11.342Z Downloaded anyhow v1.0.75
8182023-11-29T18:51:11.342Z Downloaded zeroize_derive v1.4.2
8192023-11-29T18:51:11.342Z Downloaded serde_path_to_error v0.1.14
8202023-11-29T18:51:11.467Z Downloaded http-range v0.1.5
8212023-11-29T18:51:11.467Z Downloaded fxhash v0.2.1
8222023-11-29T18:51:11.467Z Downloaded hex v0.4.3
8232023-11-29T18:51:11.467Z Downloaded toml v0.7.8
8242023-11-29T18:51:11.467Z Downloaded strum_macros v0.25.2
8252023-11-29T18:51:11.467Z Downloaded bytes v1.5.0
8262023-11-29T18:51:11.467Z Downloaded foreign-types v0.5.0
8272023-11-29T18:51:11.467Z Downloaded signature v2.1.0
8282023-11-29T18:51:11.467Z Downloaded enum-as-inner v0.5.1
8292023-11-29T18:51:11.467Z Downloaded ident_case v1.0.1
8302023-11-29T18:51:11.467Z Downloaded home v0.5.5
8312023-11-29T18:51:11.467Z Downloaded futures-core v0.3.29
8322023-11-29T18:51:11.467Z Downloaded tungstenite v0.20.1
8332023-11-29T18:51:11.467Z Downloaded rustls-native-certs v0.6.3
8342023-11-29T18:51:11.467Z Downloaded walkdir v2.4.0
8352023-11-29T18:51:11.467Z Downloaded slab v0.4.9
8362023-11-29T18:51:11.467Z Downloaded tower-service v0.3.2
8372023-11-29T18:51:11.467Z Downloaded semver-parser v0.10.2
8382023-11-29T18:51:11.467Z Downloaded slog-async v2.8.0
8392023-11-29T18:51:11.467Z Downloaded http-body v0.4.5
8402023-11-29T18:51:11.771Z Downloaded hyper-tls v0.5.0
8412023-11-29T18:51:11.771Z Downloaded usdt-impl v0.3.5
8422023-11-29T18:51:11.771Z Downloaded getopts v0.2.21
8432023-11-29T18:51:11.771Z Downloaded generic-array v0.14.7
8442023-11-29T18:51:11.771Z Downloaded smf v0.2.2
8452023-11-29T18:51:11.771Z Downloaded sct v0.7.0
8462023-11-29T18:51:11.829Z Downloaded scheduled-thread-pool v0.2.7
8472023-11-29T18:51:11.829Z Downloaded aes v0.8.3
8482023-11-29T18:51:11.829Z Downloaded httpdate v1.0.3
8492023-11-29T18:51:11.829Z Downloaded same-file v1.0.6
8502023-11-29T18:51:11.829Z Downloaded md5 v0.7.0
8512023-11-29T18:51:11.829Z Downloaded libefi-sys v0.1.0
8522023-11-29T18:51:11.829Z Downloaded serde_repr v0.1.16
8532023-11-29T18:51:11.829Z Downloaded usdt-attr-macro v0.3.5
8542023-11-29T18:51:11.829Z Downloaded socket2 v0.5.5
8552023-11-29T18:51:11.829Z Downloaded time-core v0.1.1
8562023-11-29T18:51:11.829Z Downloaded strsim v0.10.0
8572023-11-29T18:51:11.829Z Downloaded matches v0.1.10
8582023-11-29T18:51:11.829Z Downloaded indexmap v1.9.3
8592023-11-29T18:51:11.829Z Downloaded stringprep v0.1.3
8602023-11-29T18:51:11.829Z Downloaded errno v0.3.2
8612023-11-29T18:51:11.829Z Downloaded toml_edit v0.19.15
8622023-11-29T18:51:11.829Z Downloaded usdt-macro v0.3.5
8632023-11-29T18:51:11.829Z Downloaded want v0.3.1
8642023-11-29T18:51:11.829Z Downloaded hubpack_derive v0.1.1
8652023-11-29T18:51:11.829Z Downloaded md-5 v0.10.5
8662023-11-29T18:51:11.830Z Downloaded hashbrown v0.13.2
8672023-11-29T18:51:11.830Z Downloaded ryu v1.0.15
8682023-11-29T18:51:11.830Z Downloaded hash32 v0.2.1
8692023-11-29T18:51:11.830Z Downloaded fastrand v2.0.0
8702023-11-29T18:51:11.830Z Downloaded tempfile v3.8.1
8712023-11-29T18:51:11.830Z Downloaded spin v0.5.2
8722023-11-29T18:51:11.830Z Downloaded slog-json v2.6.1
8732023-11-29T18:51:11.830Z Downloaded slog-stdlog v4.1.1
8742023-11-29T18:51:11.830Z Downloaded snafu-derive v0.7.5
8752023-11-29T18:51:11.845Z Downloaded schemars v0.8.13
8762023-11-29T18:51:11.845Z Downloaded structmeta v0.2.0
8772023-11-29T18:51:11.845Z Downloaded thiserror-no-std v2.0.2
8782023-11-29T18:51:11.845Z Downloaded zeroize v1.6.0
8792023-11-29T18:51:11.845Z Downloaded iana-time-zone v0.1.57
8802023-11-29T18:51:11.845Z Downloaded signal-hook v0.3.17
8812023-11-29T18:51:11.845Z Downloaded slog-term v2.9.0
8822023-11-29T18:51:11.845Z Downloaded lock_api v0.4.10
8832023-11-29T18:51:11.845Z Downloaded ucd-trie v0.1.6
8842023-11-29T18:51:11.845Z Downloaded indexmap v2.1.0
8852023-11-29T18:51:11.845Z Downloaded ed25519-dalek v2.0.0
8862023-11-29T18:51:11.845Z Downloaded io-lifetimes v1.0.11
8872023-11-29T18:51:11.845Z Downloaded structopt v0.3.26
8882023-11-29T18:51:11.845Z Downloaded zerocopy v0.6.4
8892023-11-29T18:51:11.846Z Downloaded trust-dns-resolver v0.22.0
8902023-11-29T18:51:11.846Z Downloaded slog v2.7.0
8912023-11-29T18:51:11.846Z Downloaded trust-dns-client v0.22.0
8922023-11-29T18:51:11.846Z Downloaded similar v2.2.1
8932023-11-29T18:51:11.846Z Downloaded tracing v0.1.37
8942023-11-29T18:51:11.846Z Downloaded libm v0.2.7
8952023-11-29T18:51:11.846Z Downloaded url v2.4.1
8962023-11-29T18:51:11.846Z Downloaded itertools v0.11.0
8972023-11-29T18:51:11.846Z Downloaded heapless v0.7.16
8982023-11-29T18:51:11.846Z Downloaded time v0.3.27
8992023-11-29T18:51:11.846Z Downloaded hkdf v0.12.3
9002023-11-29T18:51:11.846Z Downloaded webpki-roots v0.25.2
9012023-11-29T18:51:11.846Z Downloaded serde_json v1.0.108
9022023-11-29T18:51:11.846Z Downloaded memchr v2.6.3
9032023-11-29T18:51:11.851Z Downloaded futures-util v0.3.29
9042023-11-29T18:51:11.851Z Downloaded itertools v0.12.0
9052023-11-29T18:51:11.851Z Downloaded h2 v0.3.21
9062023-11-29T18:51:11.851Z Downloaded gimli v0.28.0
9072023-11-29T18:51:11.851Z Downloaded syn v1.0.109
9082023-11-29T18:51:11.851Z Downloaded openssl v0.10.57
9092023-11-29T18:51:11.851Z Downloaded trust-dns-proto v0.22.0
9102023-11-29T18:51:11.851Z Downloaded rustls-webpki v0.101.7
9112023-11-29T18:51:11.851Z Downloaded radix_trie v0.2.1
9122023-11-29T18:51:11.851Z Downloaded zerocopy-derive v0.2.0
9132023-11-29T18:51:11.851Z Downloaded tokio v1.34.0
9142023-11-29T18:51:11.857Z Downloaded bzip2-sys v0.1.11+1.0.8
9152023-11-29T18:51:11.857Z Downloaded syn v2.0.32
9162023-11-29T18:51:11.858Z Downloaded smoltcp v0.8.2
9172023-11-29T18:51:11.858Z Downloaded smoltcp v0.9.1
9182023-11-29T18:51:11.858Z Downloaded idna v0.2.3
9192023-11-29T18:51:11.858Z Downloaded openapiv3 v2.0.0-rc.1
9202023-11-29T18:51:11.858Z Downloaded rustix v0.37.23
9212023-11-29T18:51:11.858Z Downloaded regex-syntax v0.7.5
9222023-11-29T18:51:11.858Z Downloaded regex-syntax v0.8.2
9232023-11-29T18:51:11.858Z Downloaded idna v0.4.0
9242023-11-29T18:51:11.858Z Downloaded regress v0.7.1
9252023-11-29T18:51:11.858Z Downloaded bstr v1.6.0
9262023-11-29T18:51:11.858Z Downloaded rustls v0.21.9
9272023-11-29T18:51:11.858Z Downloaded sled v0.34.7
9282023-11-29T18:51:11.858Z Downloaded zerocopy-derive v0.6.4
9292023-11-29T18:51:11.858Z Downloaded regex-automata v0.4.3
9302023-11-29T18:51:11.858Z Downloaded regex-automata v0.3.8
9312023-11-29T18:51:11.862Z Downloaded hyper v0.14.27
9322023-11-29T18:51:11.862Z Downloaded rustix v0.38.25
9332023-11-29T18:51:11.862Z Downloaded libc v0.2.150
9342023-11-29T18:51:11.862Z Downloaded regex v1.10.2
9352023-11-29T18:51:11.862Z Downloaded sha3 v0.10.8
9362023-11-29T18:51:12.648Z Downloaded diesel v2.1.4
9372023-11-29T18:51:12.648Z Downloaded bstr v0.2.17
9382023-11-29T18:51:12.648Z Downloaded curve25519-dalek v4.1.0
9392023-11-29T18:51:12.648Z Downloaded vcpkg v0.2.15
9402023-11-29T18:51:12.648Z Downloaded itertools v0.10.5
9412023-11-29T18:51:12.648Z Downloaded http v0.2.11
9422023-11-29T18:51:12.648Z Downloaded winapi v0.3.9
9432023-11-29T18:51:12.648Z Downloaded tokio-util v0.7.10
9442023-11-29T18:51:12.649Z Downloaded encoding_rs v0.8.33
9452023-11-29T18:51:12.649Z Downloaded reqwest v0.11.22
9462023-11-29T18:51:12.649Z Downloaded toml_edit v0.21.0
9472023-11-29T18:51:12.649Z Downloaded chrono v0.4.31
9482023-11-29T18:51:12.649Z Downloaded headers v0.3.9
9492023-11-29T18:51:12.649Z Downloaded unicode-segmentation v1.10.1
9502023-11-29T18:51:12.649Z Downloaded serde_with v2.3.3
9512023-11-29T18:51:12.649Z Downloaded object v0.32.1
9522023-11-29T18:51:12.649Z Downloaded trust-dns-server v0.22.1
9532023-11-29T18:51:12.649Z Downloaded hashbrown v0.14.2
9542023-11-29T18:51:12.649Z Downloaded futures v0.3.29
9552023-11-29T18:51:12.649Z Downloaded aho-corasick v1.0.4
9562023-11-29T18:51:12.649Z Downloaded serde v1.0.192
9572023-11-29T18:51:12.649Z Downloaded rand v0.7.3
9582023-11-29T18:51:12.671Z Downloaded pest v2.7.2
9592023-11-29T18:51:12.671Z Downloaded unicode-normalization v0.1.22
9602023-11-29T18:51:12.671Z Downloaded subprocess v0.2.9
9612023-11-29T18:51:12.671Z Downloaded term v0.7.0
9622023-11-29T18:51:12.671Z Downloaded crossterm v0.27.0
9632023-11-29T18:51:12.671Z Downloaded russh v0.39.0
9642023-11-29T18:51:12.671Z Downloaded toolchain_find v0.2.0
9652023-11-29T18:51:12.671Z Downloaded structopt-derive v0.4.18
9662023-11-29T18:51:12.671Z Downloaded futures-channel v0.3.29
9672023-11-29T18:51:12.671Z Downloaded unicode-bidi v0.3.13
9682023-11-29T18:51:12.671Z Downloaded toml v0.8.8
9692023-11-29T18:51:12.671Z Downloaded tar v0.4.40
9702023-11-29T18:51:12.671Z Downloaded socket2 v0.4.9
9712023-11-29T18:51:12.671Z Downloaded tokio-postgres v0.7.10
9722023-11-29T18:51:12.875Z Downloaded regex-automata v0.1.10
9732023-11-29T18:51:12.876Z Downloaded der v0.7.8
9742023-11-29T18:51:12.876Z Downloaded num-bigint v0.4.4
9752023-11-29T18:51:12.878Z Downloaded signal-hook-mio v0.2.3
9762023-11-29T18:51:12.878Z Downloaded serde_tokenstream v0.1.7
9772023-11-29T18:51:12.878Z Downloaded time-macros v0.2.13
9782023-11-29T18:51:12.878Z Downloaded usdt v0.3.5
9792023-11-29T18:51:12.878Z Downloaded synstructure v0.12.6
9802023-11-29T18:51:12.878Z Downloaded subtle v2.5.0
9812023-11-29T18:51:12.878Z Downloaded inout v0.1.3
9822023-11-29T18:51:12.878Z Downloaded thiserror-impl v1.0.49
9832023-11-29T18:51:12.878Z Downloaded structmeta-derive v0.2.0
9842023-11-29T18:51:12.879Z Downloaded ipnet v2.8.0
9852023-11-29T18:51:12.879Z Downloaded hashbrown v0.12.3
9862023-11-29T18:51:12.879Z Downloaded getrandom v0.2.10
9872023-11-29T18:51:12.879Z Downloaded fallible-iterator v0.2.0
9882023-11-29T18:51:12.879Z Downloaded lru-cache v0.1.2
9892023-11-29T18:51:12.879Z Downloaded lazy_static v1.4.0
9902023-11-29T18:51:12.879Z Downloaded lalrpop-util v0.19.12
9912023-11-29T18:51:12.879Z Downloaded sha2 v0.10.8
9922023-11-29T18:51:12.879Z Downloaded sha1 v0.10.6
9932023-11-29T18:51:12.879Z Downloaded pin-project v1.1.3
9942023-11-29T18:51:12.879Z Downloaded ring v0.17.5
9952023-11-29T18:51:12.879Z Downloaded serde_derive v1.0.192
9962023-11-29T18:51:12.879Z Downloaded ed25519 v2.2.2
9972023-11-29T18:51:12.879Z Downloaded rustc_version v0.4.0
9982023-11-29T18:51:12.879Z Downloaded unicase v2.7.0
9992023-11-29T18:51:12.879Z Downloaded ff v0.13.0
10002023-11-29T18:51:12.879Z Downloaded group v0.13.0
10012023-11-29T18:51:12.879Z Downloaded getrandom v0.1.16
10022023-11-29T18:51:12.879Z Downloaded tokio-tungstenite v0.20.1
10032023-11-29T18:51:12.882Z Downloaded tinyvec v1.6.0
10042023-11-29T18:51:12.882Z Downloaded crossbeam-channel v0.5.8
10052023-11-29T18:51:12.882Z Downloaded mio v0.8.9
10062023-11-29T18:51:12.882Z Downloaded aes-gcm v0.10.3
10072023-11-29T18:51:12.882Z Downloaded rand v0.8.5
10082023-11-29T18:51:12.882Z Downloaded clap_builder v4.4.2
10092023-11-29T18:51:12.882Z Downloaded ring v0.16.20
10102023-11-29T18:51:12.882Z Downloaded either v1.9.0
10112023-11-29T18:51:12.882Z Downloaded string_cache v0.8.7
10122023-11-29T18:51:12.882Z Downloaded stable_deref_trait v1.2.0
10132023-11-29T18:51:12.885Z Downloaded hyper-rustls v0.24.2
10142023-11-29T18:51:12.885Z Downloaded semver v1.0.20
10152023-11-29T18:51:12.885Z Downloaded serde_yaml v0.9.25
10162023-11-29T18:51:12.885Z Downloaded flate2 v1.0.28
10172023-11-29T18:51:12.885Z Downloaded heck v0.4.1
10182023-11-29T18:51:12.885Z Downloaded heck v0.3.3
10192023-11-29T18:51:12.885Z Downloaded strsim v0.8.0
10202023-11-29T18:51:12.885Z Downloaded spki v0.7.2
10212023-11-29T18:51:12.885Z Downloaded match_cfg v0.1.0
10222023-11-29T18:51:12.885Z Downloaded instant v0.1.12
10232023-11-29T18:51:12.885Z Downloaded linked-hash-map v0.5.6
10242023-11-29T18:51:12.885Z Downloaded zerocopy v0.3.0
10252023-11-29T18:51:12.885Z Downloaded snafu v0.7.5
10262023-11-29T18:51:12.885Z Downloaded managed v0.8.0
10272023-11-29T18:51:12.885Z Downloaded petgraph v0.6.4
10282023-11-29T18:51:12.885Z Downloaded serde_tokenstream v0.2.0
10292023-11-29T18:51:12.885Z Downloaded siphasher v0.3.11
10302023-11-29T18:51:12.885Z Downloaded slog-scope v4.4.0
10312023-11-29T18:51:12.885Z Downloaded rustc-demangle v0.1.23
10322023-11-29T18:51:12.885Z Downloaded futures-task v0.3.29
10332023-11-29T18:51:12.885Z Downloaded terminal_size v0.2.6
10342023-11-29T18:51:12.885Z Downloaded typenum v1.16.0
10352023-11-29T18:51:12.885Z Downloaded hex-literal v0.4.1
10362023-11-29T18:51:12.885Z Downloaded tokio-rustls v0.24.1
10372023-11-29T18:51:12.885Z Downloaded static_assertions v1.1.0
10382023-11-29T18:51:12.885Z Downloaded slog-dtrace v0.2.3
10392023-11-29T18:51:12.885Z Downloaded slog-bunyan v2.4.0
10402023-11-29T18:51:12.885Z Downloaded winnow v0.5.15
10412023-11-29T18:51:12.885Z Downloaded uuid v1.6.1
10422023-11-29T18:51:12.885Z Downloaded serde_with_macros v2.3.3
10432023-11-29T18:51:12.885Z Downloaded elliptic-curve v0.13.5
10442023-11-29T18:51:12.885Z Downloaded clap v2.34.0
10452023-11-29T18:51:13.848Z Downloaded rustfmt-wrapper v0.2.0
10462023-11-29T18:51:13.848Z Downloaded thread-id v4.2.0
10472023-11-29T18:51:13.848Z Downloaded hostname v0.3.1
10482023-11-29T18:51:13.884Z Downloaded thiserror v1.0.49
10492023-11-29T18:51:13.885Z Downloaded textwrap v0.11.0
10502023-11-29T18:51:13.885Z Downloaded version_check v0.9.4
10512023-11-29T18:51:13.885Z Downloaded log v0.4.20
10522023-11-29T18:51:13.885Z Downloaded thiserror-impl-no-std v2.0.2
10532023-11-29T18:51:13.885Z Downloaded whoami v1.4.1
10542023-11-29T18:51:13.885Z Downloaded openssl-sys v0.9.93
10552023-11-29T18:51:13.885Z Downloaded darling_core v0.20.3
10562023-11-29T18:51:13.885Z Downloaded cc v1.0.83
10572023-11-29T18:51:13.885Z Downloaded parking_lot v0.11.2
10582023-11-29T18:51:13.885Z Downloaded cancel-safe-futures v0.1.5
10592023-11-29T18:51:13.885Z Downloaded arc-swap v1.6.0
10602023-11-29T18:51:13.885Z Downloaded half v1.8.2
10612023-11-29T18:51:13.885Z Downloaded ipnetwork v0.20.0
10622023-11-29T18:51:13.885Z Downloaded semver v0.11.0
10632023-11-29T18:51:13.885Z Downloaded serde_derive_internals v0.26.0
10642023-11-29T18:51:13.885Z Downloaded httparse v1.8.0
10652023-11-29T18:51:13.885Z Downloaded rustls-pemfile v1.0.3
10662023-11-29T18:51:13.885Z Downloaded vsss-rs v3.3.1
10672023-11-29T18:51:13.885Z Downloaded secrecy v0.8.0
10682023-11-29T18:51:13.885Z Downloaded tokio-native-tls v0.3.1
10692023-11-29T18:51:13.885Z Downloaded futures-macro v0.3.29
10702023-11-29T18:51:13.885Z Downloaded futures-executor v0.3.29
10712023-11-29T18:51:13.885Z Downloaded kstat-rs v0.2.3
10722023-11-29T18:51:13.885Z Downloaded thread_local v1.1.7
10732023-11-29T18:51:13.885Z Downloaded utf-8 v0.7.6
10742023-11-29T18:51:13.885Z Downloaded spin v0.9.8
10752023-11-29T18:51:13.885Z Downloaded hmac v0.12.1
10762023-11-29T18:51:13.974Z Downloaded russh-keys v0.38.0
10772023-11-29T18:51:13.974Z Downloaded rcgen v0.11.3
10782023-11-29T18:51:13.974Z Downloaded pest_meta v2.7.2
10792023-11-29T18:51:13.974Z Downloaded password-hash v0.4.2
10802023-11-29T18:51:13.974Z Downloaded parking_lot v0.12.1
10812023-11-29T18:51:13.974Z Downloaded universal-hash v0.5.1
10822023-11-29T18:51:13.974Z Downloaded unicode-xid v0.2.4
10832023-11-29T18:51:13.974Z Downloaded chacha20poly1305 v0.10.1
10842023-11-29T18:51:13.974Z Downloaded pem v3.0.2
10852023-11-29T18:51:13.974Z Downloaded miniz_oxide v0.7.1
10862023-11-29T18:51:13.974Z Downloaded diesel_derives v2.1.1
10872023-11-29T18:51:13.974Z Downloaded crossbeam-epoch v0.9.15
10882023-11-29T18:51:13.974Z Downloaded cbc v0.1.2
10892023-11-29T18:51:13.974Z Downloaded crossbeam-utils v0.8.16
10902023-11-29T18:51:13.974Z Downloaded clap v4.4.3
10912023-11-29T18:51:13.974Z Downloaded signal-hook-registry v1.4.1
10922023-11-29T18:51:13.974Z Downloaded serde_urlencoded v0.7.1
10932023-11-29T18:51:13.974Z Downloaded hyper-staticfile v0.9.5
10942023-11-29T18:51:13.974Z Downloaded backtrace v0.3.69
10952023-11-29T18:51:13.974Z Downloaded num-integer v0.1.45
10962023-11-29T18:51:13.974Z Downloaded tokio-stream v0.1.14
10972023-11-29T18:51:13.974Z Downloaded quote v1.0.33
10982023-11-29T18:51:13.974Z Downloaded postcard v0.7.3
10992023-11-29T18:51:13.974Z Downloaded hubpack v0.1.2
11002023-11-29T18:51:13.974Z Downloaded equivalent v1.0.1
11012023-11-29T18:51:13.974Z Downloaded zone_cfg_derive v0.3.0
11022023-11-29T18:51:13.974Z Downloaded parking_lot_core v0.9.8
11032023-11-29T18:51:13.974Z Downloaded addr2line v0.21.0
11042023-11-29T18:51:13.991Z Downloaded proc-macro-error v1.0.4
11052023-11-29T18:51:13.991Z Downloaded console v0.15.7
11062023-11-29T18:51:13.991Z Downloaded ctr v0.9.2
11072023-11-29T18:51:13.991Z Downloaded bzip2 v0.4.4
11082023-11-29T18:51:13.991Z Downloaded argon2 v0.5.2
11092023-11-29T18:51:13.991Z Downloaded platforms v3.0.2
11102023-11-29T18:51:13.991Z Downloaded ansi_term v0.12.1
11112023-11-29T18:51:13.991Z Downloaded blake2 v0.10.6
11122023-11-29T18:51:14.012Z Downloaded pin-project-internal v1.1.3
11132023-11-29T18:51:14.012Z Downloaded filetime v0.2.22
11142023-11-29T18:51:14.012Z Downloaded parse-display-derive v0.8.2
11152023-11-29T18:51:14.012Z Downloaded itoa v1.0.9
11162023-11-29T18:51:14.012Z Downloaded untrusted v0.9.0
11172023-11-29T18:51:14.012Z Downloaded num-iter v0.1.43
11182023-11-29T18:51:14.012Z Downloaded base64ct v1.6.0
11192023-11-29T18:51:14.012Z Downloaded base16ct v0.2.0
11202023-11-29T18:51:14.012Z Downloaded foreign-types-macros v0.2.3
11212023-11-29T18:51:14.012Z Downloaded serde_spanned v0.6.4
11222023-11-29T18:51:14.012Z Downloaded fnv v1.0.7
11232023-11-29T18:51:14.012Z Downloaded float-cmp v0.9.0
11242023-11-29T18:51:14.012Z Downloaded zone v0.3.0
11252023-11-29T18:51:14.012Z Downloaded resolv-conf v0.7.0
11262023-11-29T18:51:14.012Z Downloaded num_enum v0.5.11
11272023-11-29T18:51:14.855Z Downloaded pest_derive v2.7.2
11282023-11-29T18:51:14.855Z Downloaded block-padding v0.3.3
11292023-11-29T18:51:14.855Z Downloaded strum v0.25.0
11302023-11-29T18:51:14.855Z Downloaded rand_core v0.6.4
11312023-11-29T18:51:14.855Z Downloaded num_cpus v1.16.0
11322023-11-29T18:51:14.855Z Downloaded dirs v5.0.1
11332023-11-29T18:51:14.855Z Downloaded headers-core v0.2.0
11342023-11-29T18:51:14.855Z Downloaded ciborium v0.2.1
11352023-11-29T18:51:14.855Z Downloaded cfg-if v0.1.10
11362023-11-29T18:51:14.855Z Downloaded rand_chacha v0.3.1
11372023-11-29T18:51:14.855Z Downloaded rand_chacha v0.2.2
11382023-11-29T18:51:14.855Z Downloaded predicates-core v1.0.6
11392023-11-29T18:51:14.855Z Downloaded bitflags v2.4.0
11402023-11-29T18:51:14.855Z Downloaded pin-utils v0.1.0
11412023-11-29T18:51:14.855Z Downloaded pem v1.1.1
11422023-11-29T18:51:15.014Z Downloaded memoffset v0.9.0
11432023-11-29T18:51:15.014Z Downloaded dirs-sys-next v0.1.2
11442023-11-29T18:51:15.014Z Downloaded r2d2 v0.8.10
11452023-11-29T18:51:15.014Z Downloaded crypto-bigint v0.5.2
11462023-11-29T18:51:15.014Z Downloaded difflib v0.4.0
11472023-11-29T18:51:15.014Z Downloaded dirs-sys v0.4.1
11482023-11-29T18:51:15.014Z Downloaded bcrypt-pbkdf v0.10.0
11492023-11-29T18:51:15.014Z Downloaded postcard-cobs v0.1.5-pre
11502023-11-29T18:51:15.014Z Downloaded block-buffer v0.10.4
11512023-11-29T18:51:15.014Z Downloaded tokio-macros v2.2.0
11522023-11-29T18:51:15.014Z Downloaded crypto-common v0.1.6
11532023-11-29T18:51:15.014Z Downloaded cipher v0.4.4
11542023-11-29T18:51:15.014Z Downloaded anstream v0.5.0
11552023-11-29T18:51:15.014Z Downloaded pretty-hex v0.2.1
11562023-11-29T18:51:15.014Z Downloaded endian-type v0.1.2
11572023-11-29T18:51:15.014Z Downloaded quick-error v1.2.3
11582023-11-29T18:51:15.014Z Downloaded pbkdf2 v0.11.0
11592023-11-29T18:51:15.014Z Downloaded dirs-next v2.0.0
11602023-11-29T18:51:15.014Z Downloaded polyval v0.6.1
11612023-11-29T18:51:15.014Z Downloaded proc-macro-error-attr v1.0.4
11622023-11-29T18:51:15.014Z Downloaded ppv-lite86 v0.2.17
11632023-11-29T18:51:15.014Z Downloaded paste v1.0.14
11642023-11-29T18:51:15.014Z Downloaded chacha20 v0.9.1
11652023-11-29T18:51:15.014Z Downloaded dtrace-parser v0.1.14
11662023-11-29T18:51:15.014Z Downloaded cstr-argument v0.1.2
11672023-11-29T18:51:15.014Z Downloaded pretty-hex v0.3.0
11682023-11-29T18:51:15.014Z Downloaded darling_macro v0.20.3
11692023-11-29T18:51:15.014Z Downloaded normalize-line-endings v0.3.0
11702023-11-29T18:51:15.083Z Downloaded unsafe-libyaml v0.2.9
11712023-11-29T18:51:15.083Z Downloaded mime_guess v2.0.4
11722023-11-29T18:51:15.083Z Downloaded anstyle-query v1.0.0
11732023-11-29T18:51:15.083Z Downloaded blowfish v0.9.1
11742023-11-29T18:51:15.083Z Downloaded new_debug_unreachable v1.0.4
11752023-11-29T18:51:15.083Z Downloaded multer v2.1.0
11762023-11-29T18:51:15.083Z Downloaded dyn-clone v1.0.13
11772023-11-29T18:51:15.083Z Downloaded async-stream v0.3.5
11782023-11-29T18:51:15.083Z Downloaded aead v0.5.2
11792023-11-29T18:51:15.083Z Downloaded byteorder v1.5.0
11802023-11-29T18:51:15.083Z Downloaded base64 v0.13.1
11812023-11-29T18:51:15.083Z Downloaded opaque-debug v0.3.0
11822023-11-29T18:51:15.083Z Downloaded doc-comment v0.3.3
11832023-11-29T18:51:15.083Z Downloaded autocfg v1.1.0
11842023-11-29T18:51:15.083Z Downloaded bit-vec v0.6.3
11852023-11-29T18:51:15.083Z Downloaded unicode-ident v1.0.12
11862023-11-29T18:51:15.083Z Downloaded xattr v1.0.1
11872023-11-29T18:51:15.083Z Downloaded vec_map v0.8.2
11882023-11-29T18:51:15.083Z Downloaded curve25519-dalek-derive v0.1.0
11892023-11-29T18:51:15.083Z Downloaded untrusted v0.7.1
11902023-11-29T18:51:15.083Z Downloaded phf_shared v0.10.0
11912023-11-29T18:51:15.083Z Downloaded option-ext v0.2.0
11922023-11-29T18:51:15.083Z Downloaded anstyle-parse v0.2.1
11932023-11-29T18:51:15.083Z Downloaded toml_datetime v0.6.5
11942023-11-29T18:51:15.083Z Downloaded toml v0.5.11
11952023-11-29T18:51:15.083Z Downloaded percent-encoding v2.3.0
11962023-11-29T18:51:15.083Z Downloaded parking_lot_core v0.8.6
11972023-11-29T18:51:15.083Z Downloaded precomputed-hash v0.1.1
11982023-11-29T18:51:15.118Z Downloaded camino-tempfile v1.1.1
11992023-11-29T18:51:15.118Z Downloaded adler v1.0.2
12002023-11-29T18:51:15.118Z Downloaded num-derive v0.4.0
12012023-11-29T18:51:15.118Z Downloaded debug-ignore v1.0.5
12022023-11-29T18:51:15.118Z Downloaded cpufeatures v0.2.9
12032023-11-29T18:51:15.118Z Downloaded pkcs8 v0.10.2
12042023-11-29T18:51:15.118Z Downloaded native-tls v0.2.11
12052023-11-29T18:51:15.118Z Downloaded ciborium-ll v0.2.1
12062023-11-29T18:51:15.118Z Downloaded base64 v0.21.5
12072023-11-29T18:51:15.118Z Downloaded num-traits v0.2.16
12082023-11-29T18:51:15.118Z Downloaded dof v0.1.5
12092023-11-29T18:51:15.118Z Downloaded clap_lex v0.5.1
12102023-11-29T18:51:15.118Z Downloaded clap_derive v4.4.2
12112023-11-29T18:51:15.344Z Downloaded bitflags v1.3.2
12122023-11-29T18:51:15.344Z Downloaded num v0.4.1
12132023-11-29T18:51:15.344Z Compiling proc-macro2 v1.0.69
12142023-11-29T18:51:15.344Z Compiling unicode-ident v1.0.12
12152023-11-29T18:51:15.344Z Compiling libc v0.2.150
12162023-11-29T18:51:15.344Z Compiling serde v1.0.192
12172023-11-29T18:51:15.344Z Compiling autocfg v1.1.0
12182023-11-29T18:51:15.344Z Compiling version_check v0.9.4
12192023-11-29T18:51:15.344Z Compiling cfg-if v1.0.0
12202023-11-29T18:51:15.344Z Compiling syn v1.0.109
12212023-11-29T18:51:15.344Z Compiling parking_lot_core v0.9.8
12222023-11-29T18:51:15.344Z Compiling typenum v1.16.0
12232023-11-29T18:51:35.352Z Compiling libm v0.2.7
12242023-11-29T18:51:35.353Z Compiling lock_api v0.4.10
12252023-11-29T18:51:35.353Z Compiling generic-array v0.14.7
12262023-11-29T18:51:35.353Z Compiling once_cell v1.18.0
12272023-11-29T18:51:35.353Z Compiling num-traits v0.2.16
12282023-11-29T18:51:35.353Z Compiling thiserror v1.0.49
12292023-11-29T18:51:35.353Z Compiling futures-core v0.3.29
12302023-11-29T18:51:35.353Z Compiling serde_json v1.0.108
12312023-11-29T18:51:35.353Z Compiling slab v0.4.9
12322023-11-29T18:51:35.353Z Compiling futures-task v0.3.29
12332023-11-29T18:51:35.353Z Compiling futures-channel v0.3.29
12342023-11-29T18:51:35.353Z Compiling memchr v2.6.3
12352023-11-29T18:51:35.353Z Compiling futures-util v0.3.29
12362023-11-29T18:51:35.353Z Compiling itoa v1.0.9
12372023-11-29T18:51:35.353Z Compiling pkg-config v0.3.27
12382023-11-29T18:51:35.353Z Compiling quote v1.0.33
12392023-11-29T18:51:35.356Z Compiling scopeguard v1.2.0
12402023-11-29T18:51:35.356Z Compiling log v0.4.20
12412023-11-29T18:51:35.894Z Compiling syn v2.0.32
12422023-11-29T18:51:36.001Z Compiling cc v1.0.83
12432023-11-29T18:51:36.001Z Compiling getrandom v0.2.10
12442023-11-29T18:51:36.001Z Compiling rand_core v0.6.4
12452023-11-29T18:51:36.001Z Compiling heck v0.4.1
12462023-11-29T18:51:36.001Z Compiling ryu v1.0.15
12472023-11-29T18:51:36.002Z Compiling smallvec v1.11.0
12482023-11-29T18:51:36.002Z Compiling vcpkg v0.2.15
12492023-11-29T18:51:36.002Z Compiling schemars v0.8.13
12502023-11-29T18:51:36.002Z Compiling httparse v1.8.0
12512023-11-29T18:51:36.002Z Compiling subtle v2.5.0
12522023-11-29T18:51:36.002Z Compiling indexmap v1.9.3
12532023-11-29T18:51:36.002Z Compiling equivalent v1.0.1
12542023-11-29T18:51:36.002Z Compiling hashbrown v0.14.2
12552023-11-29T18:51:36.002Z Compiling pin-project-lite v0.2.13
12562023-11-29T18:51:36.002Z Compiling semver v1.0.20
12572023-11-29T18:51:36.002Z Compiling ring v0.17.5
12582023-11-29T18:51:36.002Z Compiling ring v0.16.20
12592023-11-29T18:51:36.002Z Compiling parking_lot v0.12.1
12602023-11-29T18:51:36.002Z Compiling openssl-sys v0.9.93
12612023-11-29T18:51:36.002Z Compiling ahash v0.8.3
12622023-11-29T18:51:36.002Z Compiling fnv v1.0.7
12632023-11-29T18:51:36.002Z Compiling openssl v0.10.57
12642023-11-29T18:51:36.002Z Compiling signal-hook-registry v1.4.1
12652023-11-29T18:51:36.002Z Compiling iana-time-zone v0.1.57
12662023-11-29T18:51:36.002Z Compiling rustls v0.21.9
12672023-11-29T18:51:36.002Z Compiling ucd-trie v0.1.6
12682023-11-29T18:51:36.002Z Compiling mio v0.8.9
12692023-11-29T18:51:36.002Z Compiling native-tls v0.2.11
12702023-11-29T18:51:36.004Z Compiling num_cpus v1.16.0
12712023-11-29T18:51:36.004Z Compiling socket2 v0.5.5
12722023-11-29T18:51:36.004Z Compiling byteorder v1.5.0
12732023-11-29T18:51:36.004Z Compiling spin v0.5.2
12742023-11-29T18:51:36.004Z Compiling dyn-clone v1.0.13
12752023-11-29T18:51:36.004Z Compiling async-trait v0.1.74
12762023-11-29T18:51:36.004Z Compiling futures-sink v0.3.29
12772023-11-29T18:51:36.004Z Compiling serde_derive_internals v0.26.0
12782023-11-29T18:51:36.005Z Compiling aho-corasick v1.0.4
12792023-11-29T18:51:36.005Z Compiling rustix v0.38.25
12802023-11-29T18:51:36.005Z Compiling tinyvec_macros v0.1.1
12812023-11-29T18:51:36.005Z Compiling const-oid v0.9.5
12822023-11-29T18:51:36.005Z Compiling regex-syntax v0.8.2
12832023-11-29T18:51:36.005Z Compiling tinyvec v1.6.0
12842023-11-29T18:51:36.005Z Compiling hashbrown v0.13.2
12852023-11-29T18:51:36.005Z Compiling backtrace v0.3.69
12862023-11-29T18:51:36.005Z Compiling winnow v0.5.15
12872023-11-29T18:51:36.005Z Compiling pin-utils v0.1.0
12882023-11-29T18:51:36.005Z Compiling futures-io v0.3.29
12892023-11-29T18:51:36.005Z Compiling unicode-normalization v0.1.22
12902023-11-29T18:51:36.005Z Compiling spin v0.9.8
12912023-11-29T18:51:36.005Z Compiling tracing-core v0.1.31
12922023-11-29T18:51:36.249Z Compiling unicode-bidi v0.3.13
12932023-11-29T18:51:37.172Z Compiling regex-automata v0.4.3
12942023-11-29T18:51:38.165Z Compiling crc32fast v1.3.2
12952023-11-29T18:51:38.592Z Compiling anyhow v1.0.75
12962023-11-29T18:51:38.838Z Compiling cpufeatures v0.2.9
12972023-11-29T18:51:40.470Z Compiling time-core v0.1.1
12982023-11-29T18:51:40.506Z Compiling base64 v0.21.5
12992023-11-29T18:51:40.675Z Compiling time-macros v0.2.13
13002023-11-29T18:51:42.134Z Compiling serde_derive v1.0.192
13012023-11-29T18:51:42.162Z Compiling zeroize_derive v1.4.2
13022023-11-29T18:51:42.324Z Compiling thiserror-impl v1.0.49
13032023-11-29T18:51:42.728Z Compiling tokio-macros v2.2.0
13042023-11-29T18:51:44.489Z Compiling futures-macro v0.3.29
13052023-11-29T18:51:45.311Z Compiling zeroize v1.6.0
13062023-11-29T18:51:45.671Z Compiling tracing-attributes v0.1.26
13072023-11-29T18:51:46.881Z Compiling schemars_derive v0.8.13
13082023-11-29T18:51:47.944Z Compiling pest v2.7.2
13092023-11-29T18:51:48.071Z Compiling crypto-common v0.1.6
13102023-11-29T18:51:48.093Z Compiling openssl-macros v0.1.1
13112023-11-29T18:51:48.560Z Compiling block-buffer v0.10.4
13122023-11-29T18:51:48.953Z Compiling digest v0.10.7
13132023-11-29T18:51:49.686Z Compiling regex v1.10.2
13142023-11-29T18:51:52.054Z Compiling tracing v0.1.37
13152023-11-29T18:51:52.398Z Compiling num-integer v0.1.45
13162023-11-29T18:51:52.665Z Compiling percent-encoding v2.3.0
13172023-11-29T18:51:52.754Z Compiling slog v2.7.0
13182023-11-29T18:51:52.813Z Compiling foreign-types-shared v0.1.1
13192023-11-29T18:51:52.845Z Compiling untrusted v0.9.0
13202023-11-29T18:51:52.953Z Compiling unicode-xid v0.2.4
13212023-11-29T18:51:53.075Z Compiling openssl-probe v0.1.5
13222023-11-29T18:51:53.199Z Compiling hashbrown v0.12.3
13232023-11-29T18:51:53.221Z Compiling untrusted v0.7.1
13242023-11-29T18:51:53.509Z Compiling unicode-width v0.1.11
13252023-11-29T18:51:53.554Z Compiling synstructure v0.12.6
13262023-11-29T18:51:53.945Z Compiling foreign-types v0.3.2
13272023-11-29T18:51:57.054Z Compiling errno v0.3.2
13282023-11-29T18:51:57.474Z Compiling ppv-lite86 v0.2.17
13292023-11-29T18:51:58.678Z Compiling try-lock v0.2.4
13302023-11-29T18:51:58.877Z Compiling want v0.3.1
13312023-11-29T18:51:59.237Z Compiling rustls-webpki v0.101.7
13322023-11-29T18:51:59.647Z Compiling sct v0.7.0
13332023-11-29T18:52:00.166Z Compiling zerocopy-derive v0.2.0
13342023-11-29T18:52:00.664Z Compiling form_urlencoded v1.2.0
13352023-11-29T18:52:00.671Z Compiling pest_meta v2.7.2
13362023-11-29T18:52:01.393Z Compiling socket2 v0.4.9
13372023-11-29T18:52:01.471Z Compiling httpdate v1.0.3
13382023-11-29T18:52:02.179Z Compiling tower-service v0.3.2
13392023-11-29T18:52:02.348Z Compiling io-lifetimes v1.0.11
13402023-11-29T18:52:02.792Z Compiling pest_generator v2.7.2
13412023-11-29T18:52:03.399Z Compiling rustls-pemfile v1.0.3
13422023-11-29T18:52:03.962Z Compiling idna v0.4.0
13432023-11-29T18:52:03.983Z Compiling lazy_static v1.4.0
13442023-11-29T18:52:04.818Z Compiling crossbeam-utils v0.8.16
13452023-11-29T18:52:05.207Z Compiling adler v1.0.2
13462023-11-29T18:52:05.534Z Compiling url v2.4.1
13472023-11-29T18:52:05.589Z Compiling miniz_oxide v0.7.1
13482023-11-29T18:52:06.132Z Compiling bytes v1.5.0
13492023-11-29T18:52:06.717Z Compiling indexmap v2.1.0
13502023-11-29T18:52:08.543Z Compiling chrono v0.4.31
13512023-11-29T18:52:08.547Z Compiling uuid v1.6.1
13522023-11-29T18:52:08.697Z Compiling http v0.2.11
13532023-11-29T18:52:08.757Z Compiling tokio v1.34.0
13542023-11-29T18:52:09.400Z Compiling serde_spanned v0.6.4
13552023-11-29T18:52:09.733Z Compiling toml_datetime v0.6.5
13562023-11-29T18:52:10.491Z Compiling bitflags v2.4.0
13572023-11-29T18:52:11.145Z Compiling toml_edit v0.19.15
13582023-11-29T18:52:11.671Z Compiling rustc_version v0.4.0
13592023-11-29T18:52:12.890Z Compiling http-body v0.4.5
13602023-11-29T18:52:14.544Z Compiling openapiv3 v2.0.0-rc.1
13612023-11-29T18:52:16.425Z Compiling pest_derive v2.7.2
13622023-11-29T18:52:20.158Z Compiling rustls-native-certs v0.6.3
13632023-11-29T18:52:20.767Z Compiling rand_chacha v0.3.1
13642023-11-29T18:52:20.798Z Compiling usdt-impl v0.3.5
13652023-11-29T18:52:21.264Z Compiling tokio-util v0.7.10
13662023-11-29T18:52:22.824Z Compiling tokio-rustls v0.24.1
13672023-11-29T18:52:23.431Z Compiling h2 v0.3.21
13682023-11-29T18:52:23.870Z Compiling rustix v0.37.23
13692023-11-29T18:52:24.392Z Compiling tokio-native-tls v0.3.1
13702023-11-29T18:52:24.769Z Compiling ipnet v2.8.0
13712023-11-29T18:52:24.855Z Compiling rand v0.8.5
13722023-11-29T18:52:26.816Z Compiling serde_urlencoded v0.7.1
13732023-11-29T18:52:27.441Z Compiling encoding_rs v0.8.33
13742023-11-29T18:52:27.543Z Compiling webpki-roots v0.25.2
13752023-11-29T18:52:27.575Z Compiling mime v0.3.17
13762023-11-29T18:52:27.778Z Compiling gimli v0.28.0
13772023-11-29T18:52:28.923Z Compiling zerocopy v0.3.0
13782023-11-29T18:52:29.337Z Compiling object v0.32.1
13792023-11-29T18:52:30.186Z Compiling num-bigint v0.4.4
13802023-11-29T18:52:31.473Z Compiling rustc-demangle v0.1.23
13812023-11-29T18:52:33.216Z Compiling dof v0.1.5
13822023-11-29T18:52:33.406Z Compiling flate2 v1.0.28
13832023-11-29T18:52:33.736Z Compiling dtrace-parser v0.1.14
13842023-11-29T18:52:33.786Z Compiling heapless v0.7.16
13852023-11-29T18:52:34.402Z Compiling hyper v0.14.27
13862023-11-29T18:52:34.708Z Compiling addr2line v0.21.0
13872023-11-29T18:52:34.935Z Compiling serde_tokenstream v0.2.0
13882023-11-29T18:52:35.763Z Compiling bzip2-sys v0.1.11+1.0.8
13892023-11-29T18:52:35.766Z Compiling thread-id v4.2.0
13902023-11-29T18:52:36.108Z Compiling rustversion v1.0.14
13912023-11-29T18:52:36.413Z Compiling signal-hook v0.3.17
13922023-11-29T18:52:37.203Z Compiling toml v0.7.8
13932023-11-29T18:52:37.576Z Compiling toml_edit v0.21.0
13942023-11-29T18:52:39.883Z Compiling hex v0.4.3
13952023-11-29T18:52:40.551Z Compiling serde_tokenstream v0.1.7
13962023-11-29T18:52:40.614Z Compiling zerocopy-derive v0.6.4
13972023-11-29T18:52:40.866Z Compiling regress v0.7.1
13982023-11-29T18:52:41.341Z Compiling memoffset v0.9.0
13992023-11-29T18:52:41.771Z Compiling strsim v0.10.0
14002023-11-29T18:52:44.771Z Compiling bitflags v1.3.2
14012023-11-29T18:52:44.939Z Compiling smoltcp v0.9.1
14022023-11-29T18:52:45.070Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14032023-11-29T18:52:45.500Z Compiling hyper-rustls v0.24.2
14042023-11-29T18:52:46.024Z Compiling hyper-tls v0.5.0
14052023-11-29T18:52:46.286Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14062023-11-29T18:52:46.358Z Compiling doc-comment v0.3.3
14072023-11-29T18:52:46.440Z Compiling reqwest v0.11.22
14082023-11-29T18:52:46.506Z Compiling strum_macros v0.25.2
14092023-11-29T18:52:49.584Z Compiling usdt-macro v0.3.5
14102023-11-29T18:52:49.745Z Compiling usdt-attr-macro v0.3.5
14112023-11-29T18:52:51.246Z Compiling enum-as-inner v0.5.1
14122023-11-29T18:52:52.107Z Compiling num-iter v0.1.43
14132023-11-29T18:52:52.542Z Compiling crossbeam-epoch v0.9.15
14142023-11-29T18:52:52.574Z Compiling siphasher v0.3.11
14152023-11-29T18:52:52.843Z Compiling unicode-segmentation v1.10.1
14162023-11-29T18:52:53.453Z Compiling hubpack_derive v0.1.1
14172023-11-29T18:52:53.468Z Compiling pin-project-internal v1.1.3
14182023-11-29T18:52:55.467Z Compiling num_threads v0.1.6
14192023-11-29T18:52:56.181Z Compiling utf8parse v0.2.1
14202023-11-29T18:52:56.317Z Compiling deranged v0.3.8
14212023-11-29T18:52:56.394Z Compiling anstyle v1.0.2
14222023-11-29T18:52:57.071Z Compiling anstyle-parse v0.2.1
14232023-11-29T18:52:57.596Z Compiling sha2 v0.10.8
14242023-11-29T18:52:59.096Z Compiling time v0.3.27
14252023-11-29T18:52:59.162Z Compiling hmac v0.12.1
14262023-11-29T18:52:59.488Z Compiling md-5 v0.10.5
14272023-11-29T18:53:00.405Z Compiling block-padding v0.3.3
14282023-11-29T18:53:00.770Z Compiling clap_derive v4.4.2
14292023-11-29T18:53:01.069Z Compiling stringprep v0.1.3
14302023-11-29T18:53:01.256Z Compiling hash32 v0.2.1
14312023-11-29T18:53:01.811Z Compiling diesel_table_macro_syntax v0.1.0
14322023-11-29T18:53:02.679Z Compiling either v1.9.0
14332023-11-29T18:53:03.578Z Compiling colorchoice v1.0.0
14342023-11-29T18:53:03.581Z Compiling fallible-iterator v0.2.0
14352023-11-29T18:53:03.588Z Compiling stable_deref_trait v1.2.0
14362023-11-29T18:53:03.725Z Compiling anstyle-query v1.0.0
14372023-11-29T18:53:03.987Z Compiling anstream v0.5.0
14382023-11-29T18:53:04.567Z Compiling postgres-protocol v0.6.6
14392023-11-29T18:53:06.809Z Compiling diesel_derives v2.1.1
14402023-11-29T18:53:06.860Z Compiling terminal_size v0.2.6
14412023-11-29T18:53:07.022Z Compiling inout v0.1.3
14422023-11-29T18:53:08.431Z Compiling phf_shared v0.11.2
14432023-11-29T18:53:09.761Z Compiling getopts v0.2.21
14442023-11-29T18:53:09.822Z Compiling snafu-derive v0.7.5
14452023-11-29T18:53:09.861Z Compiling serde_repr v0.1.16
14462023-11-29T18:53:10.523Z Compiling scheduled-thread-pool v0.2.7
14472023-11-29T18:53:11.486Z Compiling managed v0.8.0
14482023-11-29T18:53:11.911Z Compiling bit-vec v0.6.3
14492023-11-29T18:53:12.439Z Compiling unsafe-libyaml v0.2.9
14502023-11-29T18:53:12.590Z Compiling matches v0.1.10
14512023-11-29T18:53:12.718Z Compiling regex-automata v0.1.10
14522023-11-29T18:53:13.250Z Compiling clap_lex v0.5.1
14532023-11-29T18:53:13.496Z Compiling bstr v0.2.17
14542023-11-29T18:53:14.028Z Compiling clap_builder v4.4.2
14552023-11-29T18:53:15.592Z Compiling serde_yaml v0.9.25
14562023-11-29T18:53:16.047Z Compiling idna v0.2.3
14572023-11-29T18:53:16.804Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14582023-11-29T18:53:22.415Z Compiling r2d2 v0.8.10
14592023-11-29T18:53:24.368Z Compiling phf v0.11.2
14602023-11-29T18:53:34.297Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14612023-11-29T18:53:34.368Z Compiling signal-hook-mio v0.2.3
14622023-11-29T18:53:34.368Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14632023-11-29T18:53:34.376Z Compiling cipher v0.4.4
14642023-11-29T18:53:34.376Z Compiling bzip2 v0.4.4
14652023-11-29T18:53:34.376Z Compiling postgres-types v0.2.6
14662023-11-29T18:53:34.376Z Compiling itertools v0.11.0
14672023-11-29T18:53:34.459Z Compiling pin-project v1.1.3
14682023-11-29T18:53:34.459Z Compiling hubpack v0.1.2
14692023-11-29T18:53:34.521Z Compiling phf_shared v0.10.0
14702023-11-29T18:53:34.521Z Compiling zerocopy v0.6.4
14712023-11-29T18:53:34.521Z Compiling ipnetwork v0.20.0
14722023-11-29T18:53:34.521Z Compiling futures-executor v0.3.29
14732023-11-29T18:53:34.521Z Compiling float-cmp v0.9.0
14742023-11-29T18:53:34.521Z Compiling data-encoding v2.4.0
14752023-11-29T18:53:34.521Z Compiling whoami v1.4.1
14762023-11-29T18:53:34.521Z Compiling predicates-core v1.0.6
14772023-11-29T18:53:34.521Z Compiling new_debug_unreachable v1.0.4
14782023-11-29T18:53:34.521Z Compiling precomputed-hash v0.1.1
14792023-11-29T18:53:34.521Z Compiling regex-automata v0.3.8
14802023-11-29T18:53:35.732Z Compiling difflib v0.4.0
14812023-11-29T18:53:36.160Z Compiling fixedbitset v0.4.2
14822023-11-29T18:53:37.097Z Compiling normalize-line-endings v0.3.0
14832023-11-29T18:53:37.264Z Compiling static_assertions v1.1.0
14842023-11-29T18:53:37.402Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14852023-11-29T18:53:37.601Z Compiling predicates v3.0.4
14862023-11-29T18:53:38.401Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14872023-11-29T18:53:38.897Z Compiling petgraph v0.6.4
14882023-11-29T18:53:39.240Z Compiling bstr v1.6.0
14892023-11-29T18:53:40.063Z Compiling trust-dns-proto v0.22.0
14902023-11-29T18:53:40.440Z Compiling diesel v2.1.4
14912023-11-29T18:53:41.849Z Compiling string_cache v0.8.7
14922023-11-29T18:53:42.581Z Compiling tokio-postgres v0.7.10
14932023-11-29T18:53:44.994Z Compiling futures v0.3.29
14942023-11-29T18:53:47.010Z Compiling snafu v0.7.5
14952023-11-29T18:53:48.402Z Compiling yasna v0.5.2
14962023-11-29T18:53:51.098Z Compiling zip v0.6.6
14972023-11-29T18:53:51.630Z Compiling crossterm v0.27.0
14982023-11-29T18:53:54.065Z Compiling clap v4.4.3
14992023-11-29T18:53:54.228Z Compiling similar v2.2.1
15002023-11-29T18:53:54.233Z Compiling bit-set v0.5.3
15012023-11-29T18:53:54.488Z Compiling itertools v0.10.5
15022023-11-29T18:53:54.690Z Compiling usdt v0.3.5
15032023-11-29T18:53:55.712Z Compiling signature v2.1.0
15042023-11-29T18:53:56.084Z Compiling tokio-stream v0.1.14
15052023-11-29T18:53:57.666Z Compiling console v0.15.7
15062023-11-29T18:53:58.338Z Compiling lalrpop-util v0.19.12
15072023-11-29T18:54:39.321Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15082023-11-29T18:54:47.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15092023-11-29T18:54:47.570Z Compiling sha1 v0.10.6
15102023-11-29T18:54:48.327Z Compiling atty v0.2.14
15112023-11-29T18:54:50.838Z Compiling match_cfg v0.1.0
15122023-11-29T18:54:50.972Z Compiling hostname v0.3.1
15132023-11-29T18:54:55.813Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15142023-11-29T18:54:58.389Z Compiling dirs-sys-next v0.1.2
15152023-11-29T18:54:59.426Z Compiling dirs-next v2.0.0
15162023-11-29T18:54:59.859Z Compiling thread_local v1.1.7
15172023-11-29T18:54:59.859Z Compiling camino v1.1.6
15182023-11-29T18:54:59.859Z Compiling ident_case v1.0.1
15192023-11-29T18:54:59.859Z Compiling slog-async v2.8.0
15202023-11-29T18:54:59.947Z Compiling darling_core v0.20.3
15212023-11-29T18:55:00.311Z Compiling term v0.7.0
15222023-11-29T18:55:01.031Z Compiling crossbeam-channel v0.5.8
15232023-11-29T18:55:01.042Z Compiling multer v2.1.0
15242023-11-29T18:55:01.060Z Compiling instant v0.1.12
15252023-11-29T18:55:01.258Z Compiling take_mut v0.2.2
15262023-11-29T18:55:01.474Z Compiling paste v1.0.14
15272023-11-29T18:55:02.210Z Compiling slog-term v2.9.0
15282023-11-29T18:55:02.445Z Compiling slog-json v2.6.1
15292023-11-29T18:55:02.736Z Compiling async-stream-impl v0.3.5
15302023-11-29T18:55:02.764Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15312023-11-29T18:55:02.995Z Compiling atomic-waker v1.1.1
15322023-11-29T18:55:03.255Z Compiling waitgroup v0.1.2
15332023-11-29T18:55:03.308Z Compiling slog-bunyan v2.4.0
15342023-11-29T18:55:04.064Z Compiling toml v0.8.8
15352023-11-29T18:55:04.164Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15362023-11-29T18:55:04.243Z Compiling serde_path_to_error v0.1.14
15372023-11-29T18:55:05.007Z Compiling async-stream v0.3.5
15382023-11-29T18:55:05.266Z Compiling structmeta-derive v0.2.0
15392023-11-29T18:55:05.459Z Compiling debug-ignore v1.0.5
15402023-11-29T18:55:05.586Z Compiling strum v0.25.0
15412023-11-29T18:55:05.640Z Compiling regex-syntax v0.7.5
15422023-11-29T18:55:05.663Z Compiling backoff v0.4.0
15432023-11-29T18:55:05.831Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15442023-11-29T18:55:06.167Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15452023-11-29T18:55:06.387Z Compiling macaddr v1.0.1
15462023-11-29T18:55:06.896Z Compiling proc-macro-error-attr v1.0.4
15472023-11-29T18:55:06.954Z Compiling proc-macro-crate v1.3.1
15482023-11-29T18:55:07.093Z Compiling proc-macro-error v1.0.4
15492023-11-29T18:55:07.731Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15502023-11-29T18:55:08.253Z Compiling same-file v1.0.6
15512023-11-29T18:55:08.620Z Compiling fastrand v2.0.0
15522023-11-29T18:55:08.680Z Compiling num_enum_derive v0.5.11
15532023-11-29T18:55:09.500Z Compiling postcard-cobs v0.1.5-pre
15542023-11-29T18:55:09.809Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15552023-11-29T18:55:09.910Z Compiling postcard v0.7.3
15562023-11-29T18:55:10.126Z Compiling darling_macro v0.20.3
15572023-11-29T18:55:10.295Z Compiling structmeta v0.2.0
15582023-11-29T18:55:10.323Z Compiling tempfile v3.8.1
15592023-11-29T18:55:10.670Z Compiling walkdir v2.4.0
15602023-11-29T18:55:10.957Z Compiling smoltcp v0.8.2
15612023-11-29T18:55:11.666Z Compiling semver-parser v0.10.2
15622023-11-29T18:55:11.682Z Compiling darling v0.20.3
15632023-11-29T18:55:11.847Z Compiling serde_with_macros v2.3.3
15642023-11-29T18:55:11.865Z Compiling foreign-types-macros v0.2.3
15652023-11-29T18:55:13.242Z Compiling num_enum v0.5.11
15662023-11-29T18:55:13.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15672023-11-29T18:55:13.915Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15682023-11-29T18:55:14.311Z Compiling foreign-types-shared v0.3.1
15692023-11-29T18:55:14.473Z Compiling cfg-if v0.1.10
15702023-11-29T18:55:14.604Z Compiling crucible-workspace-hack v0.1.0
15712023-11-29T18:55:14.899Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15722023-11-29T18:55:15.169Z Compiling foreign-types v0.5.0
15732023-11-29T18:55:15.374Z Compiling semver v0.11.0
15742023-11-29T18:55:15.951Z Compiling is-terminal v0.4.9
15752023-11-29T18:55:16.113Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15762023-11-29T18:55:16.269Z Compiling serde_with v2.3.3
15772023-11-29T18:55:16.461Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15782023-11-29T18:55:16.608Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15792023-11-29T18:55:17.020Z Compiling parse-display-derive v0.8.2
15802023-11-29T18:55:17.511Z Compiling cstr-argument v0.1.2
15812023-11-29T18:55:17.869Z Compiling filetime v0.2.22
15822023-11-29T18:55:17.975Z Compiling xattr v1.0.1
15832023-11-29T18:55:18.323Z Compiling home v0.5.5
15842023-11-29T18:55:18.347Z Compiling pretty-hex v0.2.1
15852023-11-29T18:55:18.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15862023-11-29T18:55:18.970Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15872023-11-29T18:55:19.108Z Compiling toolchain_find v0.2.0
15882023-11-29T18:55:19.494Z Compiling tar v0.4.40
15892023-11-29T18:55:20.077Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902023-11-29T18:55:20.170Z Compiling colored v2.0.4
15912023-11-29T18:55:20.550Z Compiling textwrap v0.11.0
15922023-11-29T18:55:20.932Z Compiling heck v0.3.3
15932023-11-29T18:55:21.290Z Compiling toml v0.5.11
15942023-11-29T18:55:21.361Z Compiling platforms v3.0.2
15952023-11-29T18:55:21.555Z Compiling vec_map v0.8.2
15962023-11-29T18:55:21.830Z Compiling strsim v0.8.0
15972023-11-29T18:55:21.902Z Compiling ansi_term v0.12.1
15982023-11-29T18:55:21.980Z Compiling libefi-sys v0.1.0
15992023-11-29T18:55:22.420Z Compiling clap v2.34.0
16002023-11-29T18:55:22.796Z Compiling structopt-derive v0.4.18
16012023-11-29T18:55:22.846Z Compiling omicron-zone-package v0.9.1
16022023-11-29T18:55:23.052Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16032023-11-29T18:55:24.442Z Compiling parse-display v0.8.2
16042023-11-29T18:55:25.975Z Compiling rustfmt-wrapper v0.2.0
16052023-11-29T18:55:26.018Z Compiling camino-tempfile v1.1.1
16062023-11-29T18:55:26.018Z Compiling zone_cfg_derive v0.3.0
16072023-11-29T18:55:26.428Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16082023-11-29T18:55:27.408Z Compiling num-derive v0.4.0
16092023-11-29T18:55:27.740Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16102023-11-29T18:55:28.299Z Compiling base64ct v1.6.0
16112023-11-29T18:55:28.378Z Compiling zone v0.3.0
16122023-11-29T18:55:29.407Z Compiling structopt v0.3.26
16132023-11-29T18:55:29.500Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16142023-11-29T18:55:29.635Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16152023-11-29T18:55:30.220Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16162023-11-29T18:55:30.725Z Compiling smf v0.2.2
16172023-11-29T18:55:30.741Z Compiling unicase v2.7.0
16182023-11-29T18:55:30.931Z Compiling curve25519-dalek v4.1.0
16192023-11-29T18:55:31.171Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16202023-11-29T18:55:31.306Z Compiling universal-hash v0.5.1
16212023-11-29T18:55:31.323Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16222023-11-29T18:55:31.544Z Compiling opaque-debug v0.3.0
16232023-11-29T18:55:31.670Z Compiling hkdf v0.12.3
16242023-11-29T18:55:31.704Z Compiling curve25519-dalek-derive v0.1.0
16252023-11-29T18:55:31.806Z Compiling num-rational v0.4.1
16262023-11-29T18:55:31.928Z Compiling getrandom v0.1.16
16272023-11-29T18:55:33.521Z Compiling quick-error v1.2.3
16282023-11-29T18:55:33.525Z Compiling linked-hash-map v0.5.6
16292023-11-29T18:55:33.525Z Compiling parking_lot_core v0.8.6
16302023-11-29T18:55:33.525Z Compiling keccak v0.1.4
16312023-11-29T18:55:33.525Z Compiling lru-cache v0.1.2
16322023-11-29T18:55:33.525Z Compiling resolv-conf v0.7.0
16332023-11-29T18:55:33.525Z Compiling sha3 v0.10.8
16342023-11-29T18:55:34.385Z Compiling password-hash v0.5.0
16352023-11-29T18:55:34.495Z Compiling blake2 v0.10.6
16362023-11-29T18:55:34.605Z Compiling aead v0.5.2
16372023-11-29T18:55:34.919Z Compiling secrecy v0.8.0
16382023-11-29T18:55:35.175Z Compiling num-complex v0.4.4
16392023-11-29T18:55:35.337Z Compiling ff v0.13.0
16402023-11-29T18:55:35.654Z Compiling nibble_vec v0.1.0
16412023-11-29T18:55:35.826Z Compiling slog-dtrace v0.2.3
16422023-11-29T18:55:35.949Z Compiling endian-type v0.1.2
16432023-11-29T18:55:36.125Z Compiling convert_case v0.4.0
16442023-11-29T18:55:36.260Z Compiling utf-8 v0.7.6
16452023-11-29T18:55:36.283Z Compiling winapi v0.3.9
16462023-11-29T18:55:36.735Z Compiling arc-swap v1.6.0
16472023-11-29T18:55:36.900Z Compiling num v0.4.1
16482023-11-29T18:55:36.944Z Compiling tungstenite v0.20.1
16492023-11-29T18:55:37.130Z Compiling radix_trie v0.2.1
16502023-11-29T18:55:37.280Z Compiling group v0.13.0
16512023-11-29T18:55:37.513Z Compiling slog-scope v4.4.0
16522023-11-29T18:55:37.597Z Compiling derive_more v0.99.17
16532023-11-29T18:55:37.732Z Compiling argon2 v0.5.2
16542023-11-29T18:55:37.848Z Compiling mime_guess v2.0.4
16552023-11-29T18:55:38.200Z Compiling trust-dns-resolver v0.22.0
16562023-11-29T18:55:38.368Z Compiling rand_core v0.5.1
16572023-11-29T18:55:39.929Z Compiling poly1305 v0.8.0
16582023-11-29T18:55:40.619Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16592023-11-29T18:55:40.654Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16602023-11-29T18:55:40.997Z Compiling chacha20 v0.9.1
16612023-11-29T18:55:41.689Z Compiling crypto-bigint v0.5.2
16622023-11-29T18:55:42.309Z Compiling thiserror-impl-no-std v2.0.2
16632023-11-29T18:55:42.723Z Compiling ciborium-io v0.2.1
16642023-11-29T18:55:42.812Z Compiling base16ct v0.2.0
16652023-11-29T18:55:42.903Z Compiling half v1.8.2
16662023-11-29T18:55:43.201Z Compiling option-ext v0.2.0
16672023-11-29T18:55:43.372Z Compiling dirs-sys v0.4.1
16682023-11-29T18:55:43.865Z Compiling ciborium-ll v0.2.1
16692023-11-29T18:55:44.358Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16702023-11-29T18:55:44.801Z Compiling elliptic-curve v0.13.5
16712023-11-29T18:55:45.229Z Compiling parking_lot v0.11.2
16722023-11-29T18:55:45.707Z Compiling rand_chacha v0.2.2
16732023-11-29T18:55:46.834Z Compiling tokio-tungstenite v0.20.1
16742023-11-29T18:55:47.446Z Compiling slog-stdlog v4.1.1
16752023-11-29T18:55:47.624Z Compiling trust-dns-client v0.22.0
16762023-11-29T18:55:47.760Z Compiling thiserror-no-std v2.0.2
16772023-11-29T18:55:48.005Z Compiling polyval v0.6.1
16782023-11-29T18:55:48.060Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16792023-11-29T18:55:48.644Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16802023-11-29T18:55:48.653Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16812023-11-29T18:55:48.691Z Compiling password-hash v0.4.2
16822023-11-29T18:55:48.758Z Compiling ed25519 v2.2.2
16832023-11-29T18:55:49.472Z Compiling blowfish v0.9.1
16842023-11-29T18:55:50.221Z Compiling ctr v0.9.2
16852023-11-29T18:55:50.243Z Compiling aes v0.8.3
16862023-11-29T18:55:51.779Z Compiling pbkdf2 v0.12.2
16872023-11-29T18:55:52.021Z Compiling fxhash v0.2.1
16882023-11-29T18:55:52.702Z Compiling glob v0.3.1
16892023-11-29T18:55:52.984Z Compiling cancel-safe-futures v0.1.5
16902023-11-29T18:55:53.517Z Compiling trust-dns-server v0.22.1
16912023-11-29T18:55:55.127Z Compiling sled v0.34.7
16922023-11-29T18:55:56.852Z Compiling bcrypt-pbkdf v0.10.0
16932023-11-29T18:55:57.745Z Compiling pbkdf2 v0.11.0
16942023-11-29T18:55:57.825Z Compiling ed25519-dalek v2.0.0
16952023-11-29T18:55:58.301Z Compiling ghash v0.5.0
16962023-11-29T18:55:58.706Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16972023-11-29T18:55:59.413Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16982023-11-29T18:56:00.048Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16992023-11-29T18:56:02.287Z Compiling vsss-rs v3.3.1
17002023-11-29T18:56:02.309Z Compiling slog-envlogger v2.2.0
17012023-11-29T18:56:03.499Z Compiling russh-cryptovec v0.7.0
17022023-11-29T18:56:03.929Z Compiling rand v0.7.3
17032023-11-29T18:56:06.712Z Compiling ciborium v0.2.1
17042023-11-29T18:56:08.836Z Compiling dirs v5.0.1
17052023-11-29T18:56:09.528Z Compiling chacha20poly1305 v0.10.1
17062023-11-29T18:56:09.545Z Compiling cbc v0.1.2
17072023-11-29T18:56:09.545Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17082023-11-29T18:56:09.623Z Compiling pem v3.0.2
17092023-11-29T18:56:10.097Z Compiling headers-core v0.2.0
17102023-11-29T18:56:10.329Z Compiling kstat-rs v0.2.3
17112023-11-29T18:56:10.484Z Compiling pretty-hex v0.3.0
17122023-11-29T18:56:10.769Z Compiling base64 v0.13.1
17132023-11-29T18:56:10.982Z Compiling md5 v0.7.0
17142023-11-29T18:56:11.462Z Compiling http-range v0.1.5
17152023-11-29T18:56:11.724Z Compiling hyper-staticfile v0.9.5
17162023-11-29T18:56:11.746Z Compiling pem v1.1.1
17172023-11-29T18:56:12.005Z Compiling russh-keys v0.38.0
17182023-11-29T18:56:12.780Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17192023-11-29T18:56:13.243Z Compiling headers v0.3.9
17202023-11-29T18:56:13.779Z Compiling rcgen v0.11.3
17212023-11-29T18:56:13.800Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17222023-11-29T18:56:14.172Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17232023-11-29T18:56:14.656Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17242023-11-29T18:56:15.995Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17252023-11-29T18:56:16.791Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17262023-11-29T18:56:18.237Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17272023-11-29T18:56:22.103Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17282023-11-29T18:56:23.529Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17292023-11-29T18:56:23.828Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17302023-11-29T18:56:26.415Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17312023-11-29T18:56:30.840Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17322023-11-29T18:56:30.949Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17332023-11-29T18:56:32.907Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17342023-11-29T18:56:34.146Z Compiling aes-gcm v0.10.3
17352023-11-29T18:56:35.508Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17362023-11-29T18:56:35.801Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17372023-11-29T18:56:41.626Z Compiling atomicwrites v0.4.2
17382023-11-29T18:56:41.899Z Compiling itertools v0.12.0
17392023-11-29T18:56:41.899Z Compiling subprocess v0.2.9
17402023-11-29T18:56:42.139Z Compiling hex-literal v0.4.1
17412023-11-29T18:56:42.361Z Compiling russh v0.39.0
17422023-11-29T18:56:43.542Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17432023-11-29T18:56:45.654Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17442023-11-29T18:56:47.706Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17452023-11-29T18:57:14.220Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17462023-11-29T18:58:31.538Z Finished dev [unoptimized + debuginfo] target(s) in 7m 40s
17472023-11-29T18:58:31.864Z
17482023-11-29T18:58:31.868Zreal 7:40.928916164
17492023-11-29T18:58:31.868Zuser 42:23.312332340
17502023-11-29T18:58:31.868Zsys 6:23.870710159
17512023-11-29T18:58:31.868Ztrap 1.537013314
17522023-11-29T18:58:31.868Ztflt 7.951834660
17532023-11-29T18:58:31.868Zdflt 9.582436439
17542023-11-29T18:58:31.868Zkflt 0.022872772
17552023-11-29T18:58:31.868Zlock 1:20:51.440415878
17562023-11-29T18:58:31.868Zslp 2:01:46.735638934
17572023-11-29T18:58:31.868Zlat 1:55.468816353
17582023-11-29T18:58:31.868Zstop 3:58.684454756
17592023-11-29T18:58:31.868Z+ mkdir -p /work/end-to-end-tests
17602023-11-29T18:58:31.871Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17612023-11-29T18:58:32.606Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17622023-11-29T18:58:32.606Z+ ptime -m gzip
17632023-11-29T18:58:32.609Z++ basename target/debug/bootstrap
17642023-11-29T18:58:49.121Z
17652023-11-29T18:58:49.121Zreal 16.507638099
17662023-11-29T18:58:49.121Zuser 16.315893971
17672023-11-29T18:58:49.124Zsys 0.171295057
17682023-11-29T18:58:49.124Ztrap 0.005806915
17692023-11-29T18:58:49.124Ztflt 0.000000000
17702023-11-29T18:58:49.125Zdflt 0.000000000
17712023-11-29T18:58:49.125Zkflt 0.000000000
17722023-11-29T18:58:49.125Zlock 0.000000000
17732023-11-29T18:58:49.125Zslp 0.000000000
17742023-11-29T18:58:49.125Zlat 0.014300242
17752023-11-29T18:58:49.125Zstop 0.000227508
17762023-11-29T18:58:49.125Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17772023-11-29T18:58:49.125Z+ ptime -m gzip
17782023-11-29T18:58:49.125Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fe3b4babdbd1397e
17792023-11-29T18:58:50.217Z
17802023-11-29T18:58:50.217Zreal 1.087200842
17812023-11-29T18:58:50.217Zuser 1.072781002
17822023-11-29T18:58:50.217Zsys 0.011869756
17832023-11-29T18:58:50.217Ztrap 0.001101354
17842023-11-29T18:58:50.220Ztflt 0.000000000
17852023-11-29T18:58:50.220Zdflt 0.000000000
17862023-11-29T18:58:50.220Zkflt 0.000000000
17872023-11-29T18:58:50.220Zlock 0.000000000
17882023-11-29T18:58:50.220Zslp 0.000000000
17892023-11-29T18:58:50.220Zlat 0.001106236
17902023-11-29T18:58:50.220Zstop 0.000227135
17912023-11-29T18:58:50.220Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17922023-11-29T18:58:50.220Z+ ptime -m gzip
17932023-11-29T18:58:50.220Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29e4ffcd832e7ef8
17942023-11-29T18:59:07.235Z
17952023-11-29T18:59:07.235Zreal 17.010417584
17962023-11-29T18:59:07.235Zuser 16.839057346
17972023-11-29T18:59:07.235Zsys 0.164768415
17982023-11-29T18:59:07.235Ztrap 0.003931333
17992023-11-29T18:59:07.235Ztflt 0.000000000
18002023-11-29T18:59:07.235Zdflt 0.000000000
18012023-11-29T18:59:07.239Zkflt 0.000000000
18022023-11-29T18:59:07.239Zlock 0.000000000
18032023-11-29T18:59:07.239Zslp 0.000000000
18042023-11-29T18:59:07.241Zlat 0.002300846
18052023-11-29T18:59:07.246Zstop 0.000227303
18062023-11-29T18:59:07.246Z+ banner caboose-util
18072023-11-29T18:59:07.246Z
18082023-11-29T18:59:07.246Z #### ## ##### #### #### #### ###### # # #####
18092023-11-29T18:59:07.246Z # # # # # # # # # # # # # # #
18102023-11-29T18:59:07.246Z # # # ##### # # # # #### ##### ##### # # #
18112023-11-29T18:59:07.246Z # ###### # # # # # # # # # # #
18122023-11-29T18:59:07.246Z # # # # # # # # # # # # # # # #
18132023-11-29T18:59:07.246Z #### # # ##### #### #### #### ###### #### #
18142023-11-29T18:59:07.246Z
18152023-11-29T18:59:07.246Z+ ptime -m cargo build --locked -p caboose-util --release
18162023-11-29T18:59:07.870Z Downloading crates ...
18172023-11-29T18:59:08.241Z Downloaded nodrop v0.1.14
18182023-11-29T18:59:08.244Z Downloaded path-slash v0.1.5
18192023-11-29T18:59:08.249Z Downloaded packed_struct v0.10.1
18202023-11-29T18:59:08.253Z Downloaded flagset v0.4.3
18212023-11-29T18:59:08.255Z Downloaded bitfield v0.14.0
18222023-11-29T18:59:08.258Z Downloaded crc-catalog v2.2.0
18232023-11-29T18:59:08.261Z Downloaded crc v3.0.1
18242023-11-29T18:59:08.263Z Downloaded termcolor v1.2.0
18252023-11-29T18:59:08.266Z Downloaded tap v1.0.1
18262023-11-29T18:59:08.266Z Downloaded radium v0.7.0
18272023-11-29T18:59:08.276Z Downloaded env_logger v0.10.0
18282023-11-29T18:59:08.276Z Downloaded pem-rfc7468 v0.7.0
18292023-11-29T18:59:08.279Z Downloaded pkcs1 v0.7.5
18302023-11-29T18:59:08.285Z Downloaded ron v0.8.1
18312023-11-29T18:59:08.290Z Downloaded x509-cert v0.2.4
18322023-11-29T18:59:08.301Z Downloaded num-bigint-dig v0.8.4
18332023-11-29T18:59:08.310Z Downloaded bitvec v1.0.1
18342023-11-29T18:59:08.336Z Downloaded object v0.30.4
18352023-11-29T18:59:08.353Z Downloaded rsa v0.9.2
18362023-11-29T18:59:08.361Z Downloaded crc-any v2.4.3
18372023-11-29T18:59:08.367Z Downloaded smallvec v0.6.14
18382023-11-29T18:59:08.367Z Downloaded der_derive v0.7.2
18392023-11-29T18:59:08.371Z Downloaded packed_struct_codegen v0.10.1
18402023-11-29T18:59:08.371Z Downloaded serde-hex v0.1.0
18412023-11-29T18:59:08.374Z Downloaded array-init v0.0.4
18422023-11-29T18:59:08.377Z Downloaded funty v2.0.0
18432023-11-29T18:59:08.377Z Downloaded maybe-uninit v2.0.0
18442023-11-29T18:59:08.379Z Downloaded wyz v0.5.1
18452023-11-29T18:59:08.545Z Compiling proc-macro2 v1.0.69
18462023-11-29T18:59:08.550Z Compiling unicode-ident v1.0.12
18472023-11-29T18:59:08.550Z Compiling libc v0.2.150
18482023-11-29T18:59:08.550Z Compiling autocfg v1.1.0
18492023-11-29T18:59:08.551Z Compiling serde v1.0.192
18502023-11-29T18:59:08.551Z Compiling cfg-if v1.0.0
18512023-11-29T18:59:08.567Z Compiling version_check v0.9.4
18522023-11-29T18:59:08.685Z Compiling syn v1.0.109
18532023-11-29T18:59:08.704Z Compiling parking_lot_core v0.9.8
18542023-11-29T18:59:08.790Z Compiling typenum v1.16.0
18552023-11-29T18:59:09.302Z Compiling futures-core v0.3.29
18562023-11-29T18:59:09.324Z Compiling libm v0.2.7
18572023-11-29T18:59:09.526Z Compiling generic-array v0.14.7
18582023-11-29T18:59:09.623Z Compiling lock_api v0.4.10
18592023-11-29T18:59:09.749Z Compiling num-traits v0.2.16
18602023-11-29T18:59:09.752Z Compiling once_cell v1.18.0
18612023-11-29T18:59:09.989Z Compiling pkg-config v0.3.27
18622023-11-29T18:59:10.077Z Compiling scopeguard v1.2.0
18632023-11-29T18:59:10.380Z Compiling slab v0.4.9
18642023-11-29T18:59:10.818Z Compiling futures-channel v0.3.29
18652023-11-29T18:59:10.825Z Compiling serde_json v1.0.108
18662023-11-29T18:59:10.825Z Compiling quote v1.0.33
18672023-11-29T18:59:10.849Z Compiling futures-task v0.3.29
18682023-11-29T18:59:11.070Z Compiling thiserror v1.0.49
18692023-11-29T18:59:11.297Z Compiling itoa v1.0.9
18702023-11-29T18:59:11.582Z Compiling syn v2.0.32
18712023-11-29T18:59:11.597Z Compiling cc v1.0.83
18722023-11-29T18:59:11.681Z Compiling getrandom v0.2.10
18732023-11-29T18:59:11.744Z Compiling memchr v2.6.3
18742023-11-29T18:59:12.210Z Compiling futures-util v0.3.29
18752023-11-29T18:59:12.313Z Compiling smallvec v1.11.0
18762023-11-29T18:59:12.669Z Compiling log v0.4.20
18772023-11-29T18:59:13.643Z Compiling vcpkg v0.2.15
18782023-11-29T18:59:14.042Z Compiling byteorder v1.5.0
18792023-11-29T18:59:14.289Z Compiling rand_core v0.6.4
18802023-11-29T18:59:14.816Z Compiling parking_lot v0.12.1
18812023-11-29T18:59:15.212Z Compiling pin-project-lite v0.2.13
18822023-11-29T18:59:15.666Z Compiling ring v0.17.5
18832023-11-29T18:59:16.237Z Compiling indexmap v1.9.3
18842023-11-29T18:59:16.452Z Compiling openssl-sys v0.9.93
18852023-11-29T18:59:17.655Z Compiling signal-hook-registry v1.4.1
18862023-11-29T18:59:18.284Z Compiling io-lifetimes v1.0.11
18872023-11-29T18:59:18.607Z Compiling heck v0.4.1
18882023-11-29T18:59:18.984Z Compiling ring v0.16.20
18892023-11-29T18:59:19.195Z Compiling mio v0.8.9
18902023-11-29T18:59:20.641Z Compiling num-integer v0.1.45
18912023-11-29T18:59:20.967Z Compiling ryu v1.0.15
18922023-11-29T18:59:21.040Z Compiling semver v1.0.20
18932023-11-29T18:59:21.052Z Compiling const-oid v0.9.5
18942023-11-29T18:59:21.657Z Compiling rustix v0.37.23
18952023-11-29T18:59:22.436Z Compiling spin v0.5.2
18962023-11-29T18:59:22.916Z Compiling num_cpus v1.16.0
18972023-11-29T18:59:23.030Z Compiling socket2 v0.5.5
18982023-11-29T18:59:23.070Z Compiling futures-sink v0.3.29
18992023-11-29T18:59:23.676Z Compiling openssl v0.10.57
19002023-11-29T18:59:23.823Z Compiling ucd-trie v0.1.6
19012023-11-29T18:59:23.874Z Compiling httparse v1.8.0
19022023-11-29T18:59:24.355Z Compiling unicode-xid v0.2.4
19032023-11-29T18:59:24.571Z Compiling synstructure v0.12.6
19042023-11-29T18:59:24.691Z Compiling tinyvec_macros v0.1.1
19052023-11-29T18:59:24.803Z Compiling tinyvec v1.6.0
19062023-11-29T18:59:25.738Z Compiling ppv-lite86 v0.2.17
19072023-11-29T18:59:26.125Z Compiling crc32fast v1.3.2
19082023-11-29T18:59:26.136Z Compiling native-tls v0.2.11
19092023-11-29T18:59:26.563Z Compiling futures-io v0.3.29
19102023-11-29T18:59:26.939Z Compiling rustls v0.21.9
19112023-11-29T18:59:26.951Z Compiling pin-utils v0.1.0
19122023-11-29T18:59:27.002Z Compiling rand_chacha v0.3.1
19132023-11-29T18:59:27.046Z Compiling bzip2-sys v0.1.11+1.0.8
19142023-11-29T18:59:27.075Z Compiling spin v0.9.8
19152023-11-29T18:59:27.319Z Compiling unicode-normalization v0.1.22
19162023-11-29T18:59:27.578Z Compiling tracing-core v0.1.31
19172023-11-29T18:59:27.669Z Compiling unicode-bidi v0.3.13
19182023-11-29T18:59:27.733Z Compiling subtle v2.5.0
19192023-11-29T18:59:29.050Z Compiling rand v0.8.5
19202023-11-29T18:59:29.700Z Compiling errno v0.3.2
19212023-11-29T18:59:29.733Z Compiling num-iter v0.1.43
19222023-11-29T18:59:30.110Z Compiling usdt-impl v0.3.5
19232023-11-29T18:59:30.125Z Compiling ahash v0.8.3
19242023-11-29T18:59:30.188Z Compiling base64 v0.21.5
19252023-11-29T18:59:30.692Z Compiling rustix v0.38.25
19262023-11-29T18:59:30.778Z Compiling signal-hook v0.3.17
19272023-11-29T18:59:31.312Z Compiling schemars v0.8.13
19282023-11-29T18:59:31.755Z Compiling serde_derive_internals v0.26.0
19292023-11-29T18:59:32.943Z Compiling serde_derive v1.0.192
19302023-11-29T18:59:33.196Z Compiling zeroize_derive v1.4.2
19312023-11-29T18:59:33.701Z Compiling tokio-macros v2.2.0
19322023-11-29T18:59:33.788Z Compiling thiserror-impl v1.0.49
19332023-11-29T18:59:34.210Z Compiling futures-macro v0.3.29
19342023-11-29T18:59:35.475Z Compiling zeroize v1.6.0
19352023-11-29T18:59:35.506Z Compiling tracing-attributes v0.1.26
19362023-11-29T18:59:36.687Z Compiling zerocopy-derive v0.2.0
19372023-11-29T18:59:36.700Z Compiling openssl-macros v0.1.1
19382023-11-29T18:59:37.713Z Compiling zerocopy-derive v0.6.4
19392023-11-29T18:59:38.377Z Compiling pest v2.7.2
19402023-11-29T18:59:38.850Z Compiling crypto-common v0.1.6
19412023-11-29T18:59:38.855Z Compiling block-buffer v0.10.4
19422023-11-29T18:59:39.118Z Compiling digest v0.10.7
19432023-11-29T18:59:40.709Z Compiling fnv v1.0.7
19442023-11-29T18:59:40.779Z Compiling tracing v0.1.37
19452023-11-29T18:59:40.872Z Compiling bitflags v1.3.2
19462023-11-29T18:59:41.667Z Compiling zerocopy v0.3.0
19472023-11-29T18:59:41.679Z Compiling schemars_derive v0.8.13
19482023-11-29T18:59:42.344Z Compiling pest_meta v2.7.2
19492023-11-29T18:59:42.958Z Compiling lazy_static v1.4.0
19502023-11-29T18:59:45.813Z Compiling pest_generator v2.7.2
19512023-11-29T18:59:46.521Z Compiling backtrace v0.3.69
19522023-11-29T18:59:46.648Z Compiling num-bigint v0.4.4
19532023-11-29T18:59:47.028Z Compiling memoffset v0.9.0
19542023-11-29T18:59:47.087Z Compiling iana-time-zone v0.1.57
19552023-11-29T18:59:47.292Z Compiling untrusted v0.7.1
19562023-11-29T18:59:48.044Z Compiling crossbeam-utils v0.8.16
19572023-11-29T18:59:48.044Z Compiling doc-comment v0.3.3
19582023-11-29T18:59:48.044Z Compiling hashbrown v0.14.2
19592023-11-29T18:59:48.098Z Compiling foreign-types-shared v0.1.1
19602023-11-29T18:59:48.283Z Compiling equivalent v1.0.1
19612023-11-29T18:59:48.321Z Compiling base64ct v1.6.0
19622023-11-29T18:59:48.538Z Compiling openssl-probe v0.1.5
19632023-11-29T18:59:48.702Z Compiling async-trait v0.1.74
19642023-11-29T18:59:48.861Z Compiling pest_derive v2.7.2
19652023-11-29T18:59:48.922Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19662023-11-29T18:59:49.299Z Compiling untrusted v0.9.0
19672023-11-29T18:59:49.505Z Compiling percent-encoding v2.3.0
19682023-11-29T18:59:49.531Z Compiling hashbrown v0.12.3
19692023-11-29T18:59:49.920Z Compiling smoltcp v0.9.1
19702023-11-29T18:59:49.965Z Compiling dtrace-parser v0.1.14
19712023-11-29T18:59:50.616Z Compiling pem-rfc7468 v0.7.0
19722023-11-29T18:59:50.816Z Compiling foreign-types v0.3.2
19732023-11-29T18:59:52.827Z Compiling dof v0.1.5
19742023-11-29T18:59:53.189Z Compiling clap_derive v4.4.2
19752023-11-29T18:59:53.488Z Compiling der_derive v0.7.2
19762023-11-29T18:59:55.363Z Compiling bytes v1.5.0
19772023-11-29T18:59:56.271Z Compiling bitflags v2.4.0
19782023-11-29T18:59:57.114Z Compiling tokio v1.34.0
19792023-11-29T18:59:57.200Z Compiling rustc_version v0.4.0
19802023-11-29T18:59:58.141Z Compiling heapless v0.7.16
19812023-11-29T18:59:58.632Z Compiling http v0.2.11
19822023-11-29T18:59:58.743Z Compiling uuid v1.6.1
19832023-11-29T18:59:59.803Z Compiling chrono v0.4.31
19842023-11-29T19:00:00.701Z Compiling indexmap v2.1.0
19852023-11-29T19:00:02.652Z Compiling thread-id v4.2.0
19862023-11-29T19:00:02.676Z Compiling utf8parse v0.2.1
19872023-11-29T19:00:02.788Z Compiling cpufeatures v0.2.9
19882023-11-29T19:00:02.946Z Compiling time-core v0.1.1
19892023-11-29T19:00:03.129Z Compiling try-lock v0.2.4
19902023-11-29T19:00:03.143Z Compiling anstyle v1.0.2
19912023-11-29T19:00:03.232Z Compiling rustversion v1.0.14
19922023-11-29T19:00:04.028Z Compiling siphasher v0.3.11
19932023-11-29T19:00:04.098Z Compiling adler v1.0.2
19942023-11-29T19:00:04.381Z Compiling flagset v0.4.3
19952023-11-29T19:00:04.610Z Compiling miniz_oxide v0.7.1
19962023-11-29T19:00:04.709Z Compiling der v0.7.8
19972023-11-29T19:00:06.047Z Compiling want v0.3.1
19982023-11-29T19:00:06.753Z Compiling time-macros v0.2.13
19992023-11-29T19:00:07.823Z Compiling sha2 v0.10.8
20002023-11-29T19:00:10.057Z Compiling tokio-util v0.7.10
20012023-11-29T19:00:12.316Z Compiling h2 v0.3.21
20022023-11-29T19:00:13.820Z Compiling anstyle-parse v0.2.1
20032023-11-29T19:00:14.664Z Compiling http-body v0.4.5
20042023-11-29T19:00:16.541Z Compiling serde_tokenstream v0.1.7
20052023-11-29T19:00:17.608Z Compiling sct v0.7.0
20062023-11-29T19:00:18.029Z Compiling rustls-webpki v0.101.7
20072023-11-29T19:00:18.382Z Compiling form_urlencoded v1.2.0
20082023-11-29T19:00:18.845Z Compiling hubpack_derive v0.1.1
20092023-11-29T19:00:18.857Z Compiling pin-project-internal v1.1.3
20102023-11-29T19:00:20.250Z Compiling socket2 v0.4.9
20112023-11-29T19:00:20.262Z Compiling crossbeam-epoch v0.9.15
20122023-11-29T19:00:20.697Z Compiling radium v0.7.0
20132023-11-29T19:00:20.822Z Compiling anstyle-query v1.0.0
20142023-11-29T19:00:21.005Z Compiling anyhow v1.0.75
20152023-11-29T19:00:21.536Z Compiling httpdate v1.0.3
20162023-11-29T19:00:22.139Z Compiling tower-service v0.3.2
20172023-11-29T19:00:22.200Z Compiling slog v2.7.0
20182023-11-29T19:00:22.831Z Compiling colorchoice v1.0.0
20192023-11-29T19:00:23.211Z Compiling anstream v0.5.0
20202023-11-29T19:00:23.731Z Compiling hyper v0.14.27
20212023-11-29T19:00:30.536Z Compiling terminal_size v0.2.6
20222023-11-29T19:00:31.421Z Compiling spki v0.7.2
20232023-11-29T19:00:32.758Z Compiling serde_spanned v0.6.4
20242023-11-29T19:00:33.077Z Compiling toml_datetime v0.6.5
20252023-11-29T19:00:34.321Z Compiling rustls-pemfile v1.0.3
20262023-11-29T19:00:34.801Z Compiling zerocopy v0.6.4
20272023-11-29T19:00:36.031Z Compiling hmac v0.12.1
20282023-11-29T19:00:36.306Z Compiling md-5 v0.10.5
20292023-11-29T19:00:36.496Z Compiling stringprep v0.1.3
20302023-11-29T19:00:36.632Z Compiling idna v0.4.0
20312023-11-29T19:00:37.841Z Compiling diesel_table_macro_syntax v0.1.0
20322023-11-29T19:00:37.875Z Compiling hash32 v0.2.1
20332023-11-29T19:00:38.468Z Compiling aho-corasick v1.0.4
20342023-11-29T19:00:38.480Z Compiling regex-syntax v0.8.2
20352023-11-29T19:00:38.958Z Compiling strsim v0.10.0
20362023-11-29T19:00:39.045Z Compiling either v1.9.0
20372023-11-29T19:00:39.398Z Compiling dyn-clone v1.0.13
20382023-11-29T19:00:39.542Z Compiling winnow v0.5.15
20392023-11-29T19:00:40.477Z Compiling stable_deref_trait v1.2.0
20402023-11-29T19:00:40.607Z Compiling gimli v0.28.0
20412023-11-29T19:00:42.628Z Compiling fallible-iterator v0.2.0
20422023-11-29T19:00:42.716Z Compiling tap v1.0.1
20432023-11-29T19:00:42.966Z Compiling maybe-uninit v2.0.0
20442023-11-29T19:00:43.630Z Compiling clap_lex v0.5.1
20452023-11-29T19:00:43.741Z Compiling postgres-protocol v0.6.6
20462023-11-29T19:00:43.834Z Compiling wyz v0.5.1
20472023-11-29T19:00:44.354Z Compiling regex-automata v0.4.3
20482023-11-29T19:00:44.367Z Compiling clap_builder v4.4.2
20492023-11-29T19:00:45.473Z Compiling diesel_derives v2.1.1
20502023-11-29T19:00:45.688Z Compiling url v2.4.1
20512023-11-29T19:00:47.813Z Compiling addr2line v0.21.0
20522023-11-29T19:00:48.746Z Compiling tokio-rustls v0.24.1
20532023-11-29T19:00:50.180Z Compiling rustls-native-certs v0.6.3
20542023-11-29T19:00:50.413Z Compiling strum_macros v0.25.2
20552023-11-29T19:00:51.564Z Compiling tokio-native-tls v0.3.1
20562023-11-29T19:00:56.677Z Compiling usdt-macro v0.3.5
20572023-11-29T19:00:57.158Z Compiling usdt-attr-macro v0.3.5
20582023-11-29T19:00:58.299Z Compiling phf_shared v0.11.2
20592023-11-29T19:00:58.990Z Compiling block-padding v0.3.3
20602023-11-29T19:00:59.005Z Compiling enum-as-inner v0.5.1
20612023-11-29T19:00:59.304Z Compiling snafu-derive v0.7.5
20622023-11-29T19:00:59.307Z Compiling serde_repr v0.1.16
20632023-11-29T19:01:00.466Z Compiling scheduled-thread-pool v0.2.7
20642023-11-29T19:01:00.935Z Compiling object v0.32.1
20652023-11-29T19:01:03.957Z Compiling managed v0.8.0
20662023-11-29T19:01:08.331Z Compiling matches v0.1.10
20672023-11-29T19:01:08.395Z Compiling num_threads v0.1.6
20682023-11-29T19:01:08.446Z Compiling ipnet v2.8.0
20692023-11-29T19:01:08.553Z Compiling bit-vec v0.6.3
20702023-11-29T19:01:09.176Z Compiling regex-automata v0.1.10
20712023-11-29T19:01:09.383Z Compiling num-bigint-dig v0.8.4
20722023-11-29T19:01:09.823Z Compiling rustc-demangle v0.1.23
20732023-11-29T19:01:09.970Z Compiling packed_struct v0.10.1
20742023-11-29T19:01:10.159Z Compiling funty v2.0.0
20752023-11-29T19:01:10.555Z Compiling deranged v0.3.8
20762023-11-29T19:01:11.843Z Compiling bstr v0.2.17
20772023-11-29T19:01:13.398Z Compiling time v0.3.27
20782023-11-29T19:01:14.002Z Compiling bitvec v1.0.1
20792023-11-29T19:01:16.085Z Compiling idna v0.2.3
20802023-11-29T19:01:21.200Z Compiling r2d2 v0.8.10
20812023-11-29T19:01:22.405Z Compiling inout v0.1.3
20822023-11-29T19:01:23.648Z Compiling phf v0.11.2
20832023-11-29T19:01:24.081Z Compiling hyper-tls v0.5.0
20842023-11-29T19:01:24.577Z Compiling regex v1.10.2
20852023-11-29T19:01:24.608Z Compiling hyper-rustls v0.24.2
20862023-11-29T19:01:25.374Z Compiling clap v4.4.3
20872023-11-29T19:01:25.536Z Compiling signal-hook-mio v0.2.3
20882023-11-29T19:01:25.732Z Compiling flate2 v1.0.28
20892023-11-29T19:01:26.258Z Compiling bzip2 v0.4.4
20902023-11-29T19:01:26.796Z Compiling ipnetwork v0.20.0
20912023-11-29T19:01:27.215Z Compiling toml_edit v0.19.15
20922023-11-29T19:01:27.436Z Compiling postgres-types v0.2.6
20932023-11-29T19:01:27.606Z Compiling itertools v0.11.0
20942023-11-29T19:01:27.972Z Compiling pkcs8 v0.10.2
20952023-11-29T19:01:29.325Z Compiling pin-project v1.1.3
20962023-11-29T19:01:29.808Z Compiling hubpack v0.1.2
20972023-11-29T19:01:29.876Z Compiling serde_urlencoded v0.7.1
20982023-11-29T19:01:30.461Z Compiling phf_shared v0.10.0
20992023-11-29T19:01:30.724Z Compiling futures-executor v0.3.29
21002023-11-29T19:01:32.602Z Compiling signature v2.1.0
21012023-11-29T19:01:33.167Z Compiling packed_struct_codegen v0.10.1
21022023-11-29T19:01:34.449Z Compiling float-cmp v0.9.0
21032023-11-29T19:01:35.445Z Compiling encoding_rs v0.8.33
21042023-11-29T19:01:36.571Z Compiling static_assertions v1.1.0
21052023-11-29T19:01:36.682Z Compiling predicates-core v1.0.6
21062023-11-29T19:01:36.698Z Compiling whoami v1.4.1
21072023-11-29T19:01:37.146Z Compiling fixedbitset v0.4.2
21082023-11-29T19:01:37.384Z Compiling unicode-width v0.1.11
21092023-11-29T19:01:37.633Z Compiling crc-catalog v2.2.0
21102023-11-29T19:01:37.829Z Compiling difflib v0.4.0
21112023-11-29T19:01:37.896Z Compiling mime v0.3.17
21122023-11-29T19:01:38.645Z Compiling precomputed-hash v0.1.1
21132023-11-29T19:01:38.685Z Compiling regex-automata v0.3.8
21142023-11-29T19:01:38.784Z Compiling nodrop v0.1.14
21152023-11-29T19:01:38.942Z Compiling new_debug_unreachable v1.0.4
21162023-11-29T19:01:41.096Z Compiling unicode-segmentation v1.10.1
21172023-11-29T19:01:41.469Z Compiling webpki-roots v0.25.2
21182023-11-29T19:01:42.204Z Compiling data-encoding v2.4.0
21192023-11-29T19:01:42.321Z Compiling normalize-line-endings v0.3.0
21202023-11-29T19:01:42.732Z Compiling predicates v3.0.4
21212023-11-29T19:01:44.999Z Compiling trust-dns-proto v0.22.0
21222023-11-29T19:01:49.323Z Compiling similar v2.2.1
21232023-11-29T19:01:50.718Z Compiling reqwest v0.11.22
21242023-11-29T19:01:52.647Z Compiling bstr v1.6.0
21252023-11-29T19:01:56.586Z Compiling string_cache v0.8.7
21262023-11-29T19:01:57.206Z Compiling array-init v0.0.4
21272023-11-29T19:01:59.338Z Compiling crc v3.0.1
21282023-11-29T19:01:59.501Z Compiling console v0.15.7
21292023-11-29T19:01:59.983Z Compiling petgraph v0.6.4
21302023-11-29T19:02:00.479Z Compiling tokio-postgres v0.7.10
21312023-11-29T19:02:05.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21322023-11-29T19:02:10.753Z Compiling toml v0.7.8
21332023-11-29T19:02:11.228Z Compiling futures v0.3.29
21342023-11-29T19:02:12.685Z Compiling snafu v0.7.5
21352023-11-29T19:02:12.777Z Compiling pkcs1 v0.7.5
21362023-11-29T19:02:12.918Z Compiling smallvec v0.6.14
21372023-11-29T19:02:13.213Z Compiling diesel v2.1.4
21382023-11-29T19:02:13.617Z Compiling zip v0.6.6
21392023-11-29T19:02:13.653Z Compiling yasna v0.5.2
21402023-11-29T19:02:13.869Z Compiling crossterm v0.27.0
21412023-11-29T19:02:15.685Z Compiling cipher v0.4.4
21422023-11-29T19:02:16.379Z Compiling hashbrown v0.13.2
21432023-11-29T19:02:19.557Z Compiling bit-set v0.5.3
21442023-11-29T19:02:19.569Z Compiling usdt v0.3.5
21452023-11-29T19:02:19.949Z Compiling is-terminal v0.4.9
21462023-11-29T19:02:20.116Z Compiling toml_edit v0.21.0
21472023-11-29T19:02:23.112Z Compiling itertools v0.10.5
21482023-11-29T19:02:26.511Z Compiling tokio-stream v0.1.14
21492023-11-29T19:02:27.756Z Compiling openapiv3 v2.0.0-rc.1
21502023-11-29T19:02:27.962Z Compiling hex v0.4.3
21512023-11-29T19:02:35.924Z Compiling termcolor v1.2.0
21522023-11-29T19:02:39.214Z Compiling bitfield v0.14.0
21532023-11-29T19:02:40.543Z Compiling lalrpop-util v0.19.12
21542023-11-29T19:02:41.080Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21552023-11-29T19:02:54.716Z Compiling env_logger v0.10.0
21562023-11-29T19:03:04.378Z Compiling rsa v0.9.2
21572023-11-29T19:03:13.212Z Compiling serde-hex v0.1.0
21582023-11-29T19:03:15.147Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21592023-11-29T19:03:21.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21602023-11-29T19:03:22.293Z Compiling x509-cert v0.2.4
21612023-11-29T19:03:23.059Z Compiling ron v0.8.1
21622023-11-29T19:03:34.243Z Compiling crc-any v2.4.3
21632023-11-29T19:03:35.779Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21642023-11-29T19:03:46.802Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21652023-11-29T19:04:03.748Z Compiling object v0.30.4
21662023-11-29T19:04:15.461Z Compiling path-slash v0.1.5
21672023-11-29T19:04:16.360Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21682023-11-29T19:05:02.159Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21692023-11-29T19:05:03.267Z Finished release [optimized] target(s) in 5m 55s
21702023-11-29T19:05:03.480Z
21712023-11-29T19:05:03.481Zreal 5:56.090867359
21722023-11-29T19:05:03.481Zuser 41:17.302193472
21732023-11-29T19:05:03.481Zsys 3:30.110923771
21742023-11-29T19:05:03.481Ztrap 1.683592154
21752023-11-29T19:05:03.481Ztflt 0.970673488
21762023-11-29T19:05:03.481Zdflt 0.412145888
21772023-11-29T19:05:03.494Zkflt 0.000134675
21782023-11-29T19:05:03.494Zlock 1:32:38.030160142
21792023-11-29T19:05:03.494Zslp 1:57:16.481412674
21802023-11-29T19:05:03.494Zlat 1:49.585090882
21812023-11-29T19:05:03.494Zstop 1:14.793160461
21822023-11-29T19:05:03.495Z+ ptime -m gzip
21832023-11-29T19:05:04.016Z
21842023-11-29T19:05:04.028Zreal 0.663580245
21852023-11-29T19:05:04.028Zuser 0.653406033
21862023-11-29T19:05:04.028Zsys 0.009550711
21872023-11-29T19:05:04.028Ztrap 0.000112152
21882023-11-29T19:05:04.028Ztflt 0.000000000
21892023-11-29T19:05:04.028Zdflt 0.000000000
21902023-11-29T19:05:04.028Zkflt 0.000000000
21912023-11-29T19:05:04.028Zlock 0.000000000
21922023-11-29T19:05:04.028Zslp 0.000000000
21932023-11-29T19:05:04.028Zlat 0.000175467
21942023-11-29T19:05:04.028Zstop 0.000226974
21952023-11-29T19:05:04.028Z+ banner tufaceous
21962023-11-29T19:05:04.028Z
21972023-11-29T19:05:04.028Z ##### # # ###### ## #### ###### #### # # ####
21982023-11-29T19:05:04.028Z # # # # # # # # # # # # # #
21992023-11-29T19:05:04.028Z # # # ##### # # # ##### # # # # ####
22002023-11-29T19:05:04.028Z # # # # ###### # # # # # # #
22012023-11-29T19:05:04.031Z # # # # # # # # # # # # # # #
22022023-11-29T19:05:04.031Z # #### # # # #### ###### #### #### ####
22032023-11-29T19:05:04.031Z
22042023-11-29T19:05:04.031Z+ ptime -m cargo build --locked -p tufaceous --release
22052023-11-29T19:05:04.675Z Downloading crates ...
22062023-11-29T19:05:05.020Z Downloaded buf-list v1.0.3
22072023-11-29T19:05:05.029Z Downloaded async-recursion v1.0.5
22082023-11-29T19:05:05.033Z Downloaded serde_plain v1.0.2
22092023-11-29T19:05:05.036Z Downloaded olpc-cjson v0.1.3
22102023-11-29T19:05:05.039Z Downloaded humantime v2.1.0
22112023-11-29T19:05:05.039Z Downloaded globset v0.4.13
22122023-11-29T19:05:05.044Z Downloaded bytesize v1.3.0
22132023-11-29T19:05:05.044Z Downloaded fs-err v2.11.0
22142023-11-29T19:05:05.048Z Downloaded typed-path v0.6.0
22152023-11-29T19:05:05.057Z Downloaded tough v0.15.0
22162023-11-29T19:05:05.225Z Compiling serde_tokenstream v0.2.0
22172023-11-29T19:05:05.246Z Compiling regress v0.7.1
22182023-11-29T19:05:05.258Z Compiling dirs-sys-next v0.1.2
22192023-11-29T19:05:05.261Z Compiling ident_case v1.0.1
22202023-11-29T19:05:05.278Z Compiling thread_local v1.1.7
22212023-11-29T19:05:05.281Z Compiling heck v0.4.1
22222023-11-29T19:05:05.295Z Compiling camino v1.1.6
22232023-11-29T19:05:05.482Z Compiling dirs-next v2.0.0
22242023-11-29T19:05:05.822Z Compiling darling_core v0.20.3
22252023-11-29T19:05:05.978Z Compiling slog-async v2.8.0
22262023-11-29T19:05:06.118Z Compiling term v0.7.0
22272023-11-29T19:05:06.530Z Compiling crossbeam-channel v0.5.8
22282023-11-29T19:05:07.110Z Compiling getopts v0.2.21
22292023-11-29T19:05:07.114Z Compiling structmeta-derive v0.2.0
22302023-11-29T19:05:07.215Z Compiling atty v0.2.14
22312023-11-29T19:05:07.411Z Compiling multer v2.1.0
22322023-11-29T19:05:07.826Z Compiling match_cfg v0.1.0
22332023-11-29T19:05:07.951Z Compiling unsafe-libyaml v0.2.9
22342023-11-29T19:05:08.065Z Compiling paste v1.0.14
22352023-11-29T19:05:08.695Z Compiling take_mut v0.2.2
22362023-11-29T19:05:09.380Z Compiling hostname v0.3.1
22372023-11-29T19:05:09.839Z Compiling slog-term v2.9.0
22382023-11-29T19:05:10.834Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22392023-11-29T19:05:13.047Z Compiling structmeta v0.2.0
22402023-11-29T19:05:13.632Z Compiling serde_yaml v0.9.25
22412023-11-29T19:05:14.668Z Compiling darling_macro v0.20.3
22422023-11-29T19:05:14.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22432023-11-29T19:05:14.787Z Compiling slog-json v2.6.1
22442023-11-29T19:05:15.580Z Compiling async-stream-impl v0.3.5
22452023-11-29T19:05:16.105Z Compiling darling v0.20.3
22462023-11-29T19:05:16.255Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22472023-11-29T19:05:16.719Z Compiling regex-syntax v0.7.5
22482023-11-29T19:05:17.091Z Compiling fastrand v2.0.0
22492023-11-29T19:05:17.508Z Compiling atomic-waker v1.1.1
22502023-11-29T19:05:17.782Z Compiling waitgroup v0.1.2
22512023-11-29T19:05:17.798Z Compiling tempfile v3.8.1
22522023-11-29T19:05:18.125Z Compiling async-stream v0.3.5
22532023-11-29T19:05:18.250Z Compiling serde_with_macros v2.3.3
22542023-11-29T19:05:18.679Z Compiling slog-bunyan v2.4.0
22552023-11-29T19:05:21.004Z Compiling toml v0.8.8
22562023-11-29T19:05:21.545Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22572023-11-29T19:05:22.213Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22582023-11-29T19:05:23.254Z Compiling sha1 v0.10.6
22592023-11-29T19:05:23.898Z Compiling serde_path_to_error v0.1.14
22602023-11-29T19:05:24.609Z Compiling fs-err v2.11.0
22612023-11-29T19:05:24.754Z Compiling instant v0.1.12
22622023-11-29T19:05:24.766Z Compiling debug-ignore v1.0.5
22632023-11-29T19:05:25.012Z Compiling same-file v1.0.6
22642023-11-29T19:05:25.021Z Compiling arc-swap v1.6.0
22652023-11-29T19:05:25.032Z Compiling buf-list v1.0.3
22662023-11-29T19:05:25.441Z Compiling walkdir v2.4.0
22672023-11-29T19:05:25.875Z Compiling slog-scope v4.4.0
22682023-11-29T19:05:26.338Z Compiling backoff v0.4.0
22692023-11-29T19:05:26.869Z Compiling serde_with v2.3.3
22702023-11-29T19:05:26.932Z Compiling parse-display-derive v0.8.2
22712023-11-29T19:05:27.311Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22722023-11-29T19:05:28.215Z Compiling globset v0.4.13
22732023-11-29T19:05:28.316Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742023-11-29T19:05:28.541Z Compiling strum v0.25.0
22752023-11-29T19:05:28.788Z Compiling olpc-cjson v0.1.3
22762023-11-29T19:05:29.654Z Compiling pem v3.0.2
22772023-11-29T19:05:29.667Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22782023-11-29T19:05:29.943Z Compiling macaddr v1.0.1
22792023-11-29T19:05:31.054Z Compiling serde_plain v1.0.2
22802023-11-29T19:05:32.264Z Compiling async-recursion v1.0.5
22812023-11-29T19:05:32.325Z Compiling filetime v0.2.22
22822023-11-29T19:05:32.778Z Compiling xattr v1.0.1
22832023-11-29T19:05:32.949Z Compiling parse-display v0.8.2
22842023-11-29T19:05:33.195Z Compiling typed-path v0.6.0
22852023-11-29T19:05:33.242Z Compiling tar v0.4.40
22862023-11-29T19:05:34.430Z Compiling slog-stdlog v4.1.1
22872023-11-29T19:05:35.927Z Compiling camino-tempfile v1.1.1
22882023-11-29T19:05:36.397Z Compiling itertools v0.12.0
22892023-11-29T19:05:36.696Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22902023-11-29T19:05:36.872Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22912023-11-29T19:05:42.119Z Compiling tough v0.15.0
22922023-11-29T19:05:42.754Z Compiling bytesize v1.3.0
22932023-11-29T19:05:42.785Z Compiling slog-envlogger v2.2.0
22942023-11-29T19:05:43.637Z Compiling humantime v2.1.0
22952023-11-29T19:05:47.509Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22962023-11-29T19:06:11.920Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22972023-11-29T19:06:12.235Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982023-11-29T19:06:22.450Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22992023-11-29T19:06:24.681Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23002023-11-29T19:06:52.865Z Finished release [optimized] target(s) in 1m 48s
23012023-11-29T19:06:52.951Z
23022023-11-29T19:06:52.954Zreal 1:48.911944044
23032023-11-29T19:06:52.954Zuser 11:36.762829401
23042023-11-29T19:06:52.954Zsys 42.954402489
23052023-11-29T19:06:52.954Ztrap 0.434380806
23062023-11-29T19:06:52.954Ztflt 0.252908400
23072023-11-29T19:06:52.954Zdflt 0.687363658
23082023-11-29T19:06:52.954Zkflt 0.000022412
23092023-11-29T19:06:52.954Zlock 21:56.993126738
23102023-11-29T19:06:52.954Zslp 23:25.334437378
23112023-11-29T19:06:52.954Zlat 20.249100756
23122023-11-29T19:06:52.954Zstop 10.655448406
23132023-11-29T19:06:52.954Z+ ptime -m gzip
23142023-11-29T19:06:55.321Z
23152023-11-29T19:06:55.325Zreal 2.364897489
23162023-11-29T19:06:55.325Zuser 2.338438324
23172023-11-29T19:06:55.325Zsys 0.023737692
23182023-11-29T19:06:55.325Ztrap 0.000845429
23192023-11-29T19:06:55.325Ztflt 0.000000000
23202023-11-29T19:06:55.325Zdflt 0.000000000
23212023-11-29T19:06:55.325Zkflt 0.000000000
23222023-11-29T19:06:55.325Zlock 0.000000000
23232023-11-29T19:06:55.325Zslp 0.000000000
23242023-11-29T19:06:55.325Zlat 0.001549168
23252023-11-29T19:06:55.325Zstop 0.000226782
23262023-11-29T19:06:55.325Zprocess exited: duration 1119792 ms, exit code 0
 
23272023-11-29T19:06:55.343Zfound 5 output files
23282023-11-29T19:06:55.343Zuploading: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz (6319438 bytes)
23292023-11-29T19:06:57.728Zuploaded: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz
23302023-11-29T19:06:57.728Zuploading: /work/end-to-end-tests/bootstrap.gz (95347434 bytes)
23312023-11-29T19:07:22.767Zuploaded: /work/end-to-end-tests/bootstrap.gz
23322023-11-29T19:07:22.767Zuploading: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz (98620698 bytes)
23332023-11-29T19:07:49.378Zuploaded: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz
23342023-11-29T19:07:49.379Zuploading: /work/caboose-util.gz (4093412 bytes)
23352023-11-29T19:07:50.903Zuploaded: /work/caboose-util.gz
23362023-11-29T19:07:50.903Zuploading: /work/tufaceous.gz (14956288 bytes)
23372023-11-29T19:07:55.909Zuploaded: /work/tufaceous.gz