01HFCX0MXVWNJ1QBABSYZV8JSZ: 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: 01HFCX0ZEJ3V9ZMBBYCXPYPE0D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-16T20:27:35.406Zjob assigned to worker 01HFCX13S2JS0F60MEPM87GWD2 (queued for 53 s)
 
22023-11-16T20:27:35.952Zstarting task 0: "setup"
32023-11-16T20:27:36.018Z++ uname -s
42023-11-16T20:27:36.032Z+ kern=SunOS
52023-11-16T20:27:36.036Z+ case "$kern" in
62023-11-16T20:27:36.039Z+ groupadd -g 12345 build
72023-11-16T20:27:36.041Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-16T20:27:38.029Z+ zfs create -o mountpoint=/work rpool/work
92023-11-16T20:27:38.153Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-16T20:27:38.158Z+ home_fs=zfs
112023-11-16T20:27:38.161Z+ [[ zfs == autofs ]]
122023-11-16T20:27:38.167Z+ mkdir -p /home/build
132023-11-16T20:27:38.171Z+ chown build:build /home/build /work
142023-11-16T20:27:39.169Z+ chmod 0700 /home/build /work
152023-11-16T20:27:39.174Zprocess exited: duration 3209 ms, exit code 0
 
162023-11-16T20:27:39.182Zstarting task 1: "rust-toolchain"
172023-11-16T20:27:39.195Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-16T20:27:39.199Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-16T20:27:39.367Zinfo: downloading installer
202023-11-16T20:27:41.365Zwarning: it looks like you have an existing installation of Rust at:
212023-11-16T20:27:41.385Zwarning: /opt/ooce/bin
222023-11-16T20:27:41.401Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-16T20:27:41.417Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-16T20:27:41.428Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-16T20:27:41.440Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-16T20:27:41.446Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-16T20:27:41.468Zerror: cannot install while Rust is installed
282023-11-16T20:27:41.473Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-16T20:27:41.478Zinfo: profile set to 'default'
302023-11-16T20:27:41.484Zinfo: default host triple is x86_64-unknown-illumos
312023-11-16T20:27:41.489Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-16T20:27:41.673Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-16T20:27:41.682Zinfo: downloading component 'cargo'
342023-11-16T20:27:42.586Zinfo: downloading component 'clippy'
352023-11-16T20:27:42.907Zinfo: downloading component 'rust-docs'
362023-11-16T20:27:44.055Zinfo: downloading component 'rust-std'
372023-11-16T20:27:46.105Zinfo: downloading component 'rustc'
382023-11-16T20:27:51.105Zinfo: downloading component 'rustfmt'
392023-11-16T20:27:51.394Zinfo: installing component 'cargo'
402023-11-16T20:27:52.836Zinfo: installing component 'clippy'
412023-11-16T20:27:53.438Zinfo: installing component 'rust-docs'
422023-11-16T20:27:56.163Zinfo: installing component 'rust-std'
432023-11-16T20:27:59.296Zinfo: installing component 'rustc'
442023-11-16T20:28:06.250Zinfo: installing component 'rustfmt'
452023-11-16T20:28:06.773Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-16T20:28:06.776Z
472023-11-16T20:28:06.909Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-16T20:28:06.912Z
492023-11-16T20:28:06.915Z
502023-11-16T20:28:06.918ZRust is installed now. Great!
512023-11-16T20:28:06.921Z
522023-11-16T20:28:06.925ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-16T20:28:06.927Zenvironment variable. This has not been done automatically.
542023-11-16T20:28:06.930Z
552023-11-16T20:28:06.933ZTo configure your current shell, run:
562023-11-16T20:28:06.935Zsource "$HOME/.cargo/env"
572023-11-16T20:28:07.012Z+ rustc --version
582023-11-16T20:28:07.123Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-16T20:28:07.133Zprocess exited: duration 27943 ms, exit code 0
 
602023-11-16T20:28:07.148Zstarting task 2: "authentication"
612023-11-16T20:28:07.191Zprocess exited: duration 38 ms, exit code 0
 
622023-11-16T20:28:07.203Zstarting task 3: "clone repository"
632023-11-16T20:28:07.214Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-16T20:28:07.219Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-16T20:28:07.281ZCloning into '/work/oxidecomputer/omicron'...
662023-11-16T20:28:12.244Z+ cd /work/oxidecomputer/omicron
672023-11-16T20:28:12.247Z+ [[ -n '' ]]
682023-11-16T20:28:12.250Z+ git fetch origin 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0
692023-11-16T20:28:12.880ZFrom https://github.com/oxidecomputer/omicron
702023-11-16T20:28:12.883Z * branch 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 -> FETCH_HEAD
712023-11-16T20:28:12.887Z+ git reset --hard 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0
722023-11-16T20:28:13.044ZHEAD is now at 278a9825 Merge branch 'main' into omdb_db_validate
732023-11-16T20:28:13.047Zprocess exited: duration 5840 ms, exit code 0
 
742023-11-16T20:28:13.053Zstarting task 4: "build"
752023-11-16T20:28:13.063Z+ cargo --version
762023-11-16T20:28:13.070Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
772023-11-16T20:28:13.293Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
782023-11-16T20:28:13.296Zinfo: downloading component 'cargo'
792023-11-16T20:28:14.221Zinfo: downloading component 'clippy'
802023-11-16T20:28:14.549Zinfo: downloading component 'rust-docs'
812023-11-16T20:28:15.763Zinfo: downloading component 'rust-std'
822023-11-16T20:28:17.716Zinfo: downloading component 'rustc'
832023-11-16T20:28:22.971Zinfo: downloading component 'rustfmt'
842023-11-16T20:28:23.263Zinfo: installing component 'cargo'
852023-11-16T20:28:25.370Zinfo: installing component 'clippy'
862023-11-16T20:28:25.930Zinfo: installing component 'rust-docs'
872023-11-16T20:28:28.659Zinfo: installing component 'rust-std'
882023-11-16T20:28:31.304Zinfo: installing component 'rustc'
892023-11-16T20:28:37.483Zinfo: installing component 'rustfmt'
902023-11-16T20:28:38.045Zcargo 1.73.0 (9c4383fb5 2023-08-26)
912023-11-16T20:28:38.049Z+ rustc --version
922023-11-16T20:28:38.175Zrustc 1.73.0 (cc66ad468 2023-10-03)
932023-11-16T20:28:38.183Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942023-11-16T20:28:55.120Z Startup: Refreshing catalog 'helios-dev' ... Done
952023-11-16T20:28:56.117Z Startup: Caching catalogs ... Done
962023-11-16T20:29:01.507ZPlanning: Solver setup ... Done (5.087s)
972023-11-16T20:29:01.629ZPlanning: Running solver ... Done (0.124s)
982023-11-16T20:29:01.690ZPlanning: Finding local manifests ... Done (0.004s)
992023-11-16T20:29:01.704ZPlanning: Fetching manifests: 0/4 0% complete
1002023-11-16T20:29:02.462ZPlanning: Fetching manifests: 4/4 100% complete
1012023-11-16T20:29:02.545ZPlanning: Package planning ... Done (0.083s)
1022023-11-16T20:29:02.632ZPlanning: Merging actions ... Done (0.086s)
1032023-11-16T20:29:03.610ZPlanning: Checking for conflicting actions ... Done (0.977s)
1042023-11-16T20:29:03.627ZPlanning: Consolidating action changes ... Done (0.017s)
1052023-11-16T20:29:13.046ZPlanning: Evaluating mediators ... Done (9.420s)
1062023-11-16T20:29:13.062ZPlanning: Planning completed in 16.89 seconds
1072023-11-16T20:29:14.158Z Packages to install: 4
1082023-11-16T20:29:14.161Z Mediators to change: 2
1092023-11-16T20:29:14.164Z Services to change: 1
1102023-11-16T20:29:14.167Z Estimated space available: 148.90 GB
1112023-11-16T20:29:14.170ZEstimated space to be consumed: 1.37 GB
1122023-11-16T20:29:14.172Z Create boot environment: No
1132023-11-16T20:29:14.176ZCreate backup boot environment: No
1142023-11-16T20:29:14.178Z Rebuild boot archive: No
1152023-11-16T20:29:14.181Z
1162023-11-16T20:29:14.185ZChanged mediators:
1172023-11-16T20:29:14.187Z mediator clang:
1182023-11-16T20:29:14.191Z version: None -> 15 (system default)
1192023-11-16T20:29:14.193Z
1202023-11-16T20:29:14.196Z mediator llvm:
1212023-11-16T20:29:14.199Z version: 14 (system default) -> 15 (system default)
1222023-11-16T20:29:14.203Z
1232023-11-16T20:29:14.208ZChanged packages:
1242023-11-16T20:29:14.217Zhelios-dev
1252023-11-16T20:29:14.224Z developer/build-essential
1262023-11-16T20:29:14.226Z None -> 11-2.0
1272023-11-16T20:29:14.229Z library/libxmlsec1
1282023-11-16T20:29:14.233Z None -> 1.2.35-2.0
1292023-11-16T20:29:14.236Z ooce/developer/clang-15
1302023-11-16T20:29:14.239Z None -> 15.0.7-2.0
1312023-11-16T20:29:14.242Z ooce/developer/llvm-15
1322023-11-16T20:29:14.245Z None -> 15.0.7-2.0
1332023-11-16T20:29:14.248Z
1342023-11-16T20:29:14.251ZServices:
1352023-11-16T20:29:14.254Z restart_fmri:
1362023-11-16T20:29:14.257Z svc:/system/update-man-index:default
1372023-11-16T20:29:14.699Z
1382023-11-16T20:29:14.706ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392023-11-16T20:29:19.698ZDownload: 850/3290 items 18.7/212.6MB 8% complete (3.9M/s)
1402023-11-16T20:29:24.852ZDownload: 1198/3290 items 77.5/212.6MB 36% complete (8.1M/s)
1412023-11-16T20:29:29.857ZDownload: 1884/3290 items 118.6/212.6MB 55% complete (10.0M/s)
1422023-11-16T20:29:34.860ZDownload: 2598/3290 items 120.3/212.6MB 56% complete (4.3M/s)
1432023-11-16T20:29:39.859ZDownload: 3248/3290 items 186.4/212.6MB 87% complete (6.7M/s)
1442023-11-16T20:29:42.101ZDownload: Completed 212.60 MB in 27.41 seconds (7.8M/s)
1452023-11-16T20:29:42.417Z Actions: 1/3687 actions (Installing new actions)
1462023-11-16T20:29:47.777Z Actions: 2881/3687 actions (Installing new actions)
1472023-11-16T20:29:51.023Z Actions: Completed 3687 actions in 8.62 seconds.
1482023-11-16T20:29:51.210Z Done (0.181s)
1492023-11-16T20:29:51.213Z Done (0.000s)
1502023-11-16T20:29:51.428Z Done (0.218s)
1512023-11-16T20:29:59.839Z Done (8.291s)
1522023-11-16T20:30:00.217Z Done (0.274s)
1532023-11-16T20:30:00.220Z Done (0.000s)
1542023-11-16T20:30:00.453Z Done (0.000s)
1552023-11-16T20:30:01.197ZPlanning: Evaluating mediator changes ... Done
1562023-11-16T20:30:01.498ZPlanning: Checking for conflicting actions ... Done
1572023-11-16T20:30:01.502ZPlanning: Consolidating action changes ... Done
1582023-11-16T20:30:01.945ZPlanning: Evaluating mediators ... Done
1592023-11-16T20:30:01.948ZPlanning: Planning completed in 0.75 seconds
1602023-11-16T20:30:02.004Z Mediators to change: 2
1612023-11-16T20:30:02.010Z Create boot environment: No
1622023-11-16T20:30:02.013ZCreate backup boot environment: No
1632023-11-16T20:30:02.108Z Done
1642023-11-16T20:30:02.111Z Done
1652023-11-16T20:30:02.246Z Done
1662023-11-16T20:30:08.611Z Done
1672023-11-16T20:30:08.738Z Done
1682023-11-16T20:30:08.742Z Done
1692023-11-16T20:30:09.000Z Done
1702023-11-16T20:30:10.064ZPlanning: Evaluating mediator changes ... Done
1712023-11-16T20:30:10.067ZPlanning: Merging actions ... Done
1722023-11-16T20:30:10.415ZPlanning: Checking for conflicting actions ... Done
1732023-11-16T20:30:10.418ZPlanning: Consolidating action changes ... Done
1742023-11-16T20:30:10.876ZPlanning: Evaluating mediators ... Done
1752023-11-16T20:30:10.963ZPlanning: Planning completed in 1.35 seconds
1762023-11-16T20:30:11.024Z Packages to change: 1
1772023-11-16T20:30:11.027Z Mediators to change: 1
1782023-11-16T20:30:11.030Z Services to change: 1
1792023-11-16T20:30:11.033Z Create boot environment: No
1802023-11-16T20:30:11.036ZCreate backup boot environment: Yes
1812023-11-16T20:30:13.148Z Actions: 1/6 actions (Updating modified actions)
1822023-11-16T20:30:13.152Z Actions: Completed 6 actions in 0.00 seconds.
1832023-11-16T20:30:13.155Z Done
1842023-11-16T20:30:13.158Z Done
1852023-11-16T20:30:13.204Z Done
1862023-11-16T20:30:19.483Z Done
1872023-11-16T20:30:19.611Z Done
1882023-11-16T20:30:19.614Z Done
1892023-11-16T20:30:19.732Z Done
1902023-11-16T20:30:20.451ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912023-11-16T20:30:20.456Zclang system 15 system
1922023-11-16T20:30:20.459Zcsh system system illumos
1932023-11-16T20:30:20.462Zctags system system illumos
1942023-11-16T20:30:20.465Zgcc vendor 12 vendor
1952023-11-16T20:30:20.468Zgcc system 10 system
1962023-11-16T20:30:20.471Zgcc system 7 system
1972023-11-16T20:30:20.474Zgo system 1.20 system
1982023-11-16T20:30:20.476Zgo system 1.19 system
1992023-11-16T20:30:20.479Zllvm system 15 system
2002023-11-16T20:30:20.482Zllvm system 14 system
2012023-11-16T20:30:20.485Zmariadb system 10.6 system
2022023-11-16T20:30:20.488Zmta vendor vendor dma
2032023-11-16T20:30:20.491Zopenjdk system 17 system
2042023-11-16T20:30:20.494Zopenjdk system 11 system
2052023-11-16T20:30:20.497Zopenjdk system 1.8 system
2062023-11-16T20:30:20.500Zopenssl vendor 3 vendor
2072023-11-16T20:30:20.503Zperl system 5.36 system
2082023-11-16T20:30:20.506Zpostgresql system 15 system
2092023-11-16T20:30:20.509Zpostgresql system 13 system
2102023-11-16T20:30:20.512Zpython vendor 3 vendor
2112023-11-16T20:30:20.515Zpython system 2 system
2122023-11-16T20:30:20.518Zpython3 system 3.11 system
2132023-11-16T20:30:20.521Zruby system 3.0 system
2142023-11-16T20:30:20.524Zwords vendor vendor american-english
2152023-11-16T20:30:20.527Zwords system system australian-english
2162023-11-16T20:30:20.530Zwords system system british-english
2172023-11-16T20:30:20.533Zwords system system canadian-english
2182023-11-16T20:30:20.536Zwords system system french
2192023-11-16T20:30:20.539Zwords system system italian
2202023-11-16T20:30:20.542Zwords system system ngerman
2212023-11-16T20:30:20.545Zwords system system ogerman
2222023-11-16T20:30:20.548Zwords system system spanish
2232023-11-16T20:30:21.025ZFMRI IFO
2242023-11-16T20:30:21.028Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252023-11-16T20:30:21.032Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262023-11-16T20:30:21.035Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272023-11-16T20:30:21.037Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2282023-11-16T20:30:21.040Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292023-11-16T20:30:21.043Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2302023-11-16T20:30:21.114Z+ set -o errexit
2312023-11-16T20:30:21.117Z+++ dirname ./tools/ci_download_cockroachdb
2322023-11-16T20:30:21.120Z++ cd ./tools
2332023-11-16T20:30:21.123Z++ pwd
2342023-11-16T20:30:21.127Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2352023-11-16T20:30:21.137Z++ basename ./tools/ci_download_cockroachdb
2362023-11-16T20:30:21.150Z+ ARG0=ci_download_cockroachdb
2372023-11-16T20:30:21.159Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2382023-11-16T20:30:21.171Z+ CIDL_VERSION=v22.1.9
2392023-11-16T20:30:21.181Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2402023-11-16T20:30:21.190Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2412023-11-16T20:30:21.194Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2422023-11-16T20:30:21.201Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2432023-11-16T20:30:21.205Z+ TARGET_DIR=out
2442023-11-16T20:30:21.209Z+ DOWNLOAD_DIR=out/downloads
2452023-11-16T20:30:21.216Z+ DEST_DIR=./out/cockroachdb
2462023-11-16T20:30:21.226Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2472023-11-16T20:30:21.233Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2482023-11-16T20:30:21.242Z+ main
2492023-11-16T20:30:21.249Z+ [[ 0 != 0 ]]
2502023-11-16T20:30:21.254Z+ CIDL_OS=solaris2.11
2512023-11-16T20:30:21.259Z+ [[ 0 != 0 ]]
2522023-11-16T20:30:21.265Z+ configure_os solaris2.11
2532023-11-16T20:30:21.271Z+ echo 'current directory: /work/oxidecomputer/omicron'
2542023-11-16T20:30:21.277Zcurrent directory: /work/oxidecomputer/omicron
2552023-11-16T20:30:21.281Z+ echo 'configuring based on OS: "solaris2.11"'
2562023-11-16T20:30:21.284Zconfiguring based on OS: "solaris2.11"
2572023-11-16T20:30:21.288Z+ case "$1" in
2582023-11-16T20:30:21.291Z+ CIDL_BUILD=illumos
2592023-11-16T20:30:21.294Z+ CIDL_SUFFIX=tar.gz
2602023-11-16T20:30:21.297Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2612023-11-16T20:30:21.300Z+ CIDL_MD5FUNC=do_md5sum
2622023-11-16T20:30:21.303Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632023-11-16T20:30:21.306Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642023-11-16T20:30:21.309Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652023-11-16T20:30:21.312Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662023-11-16T20:30:21.315Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-11-16T20:30:21.318Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682023-11-16T20:30:21.321Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-11-16T20:30:21.324Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2702023-11-16T20:30:21.327ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-11-16T20:30:21.330Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722023-11-16T20:30:21.333ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-11-16T20:30:21.335Z+ mkdir -p out/downloads
2742023-11-16T20:30:21.338Z+ mkdir -p ./out/cockroachdb
2752023-11-16T20:30:21.341Z+ local DO_DOWNLOAD=true
2762023-11-16T20:30:21.344Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2772023-11-16T20:30:21.347Z+ '[' true == true ']'
2782023-11-16T20:30:21.350Z+ echo Downloading...
2792023-11-16T20:30:21.353ZDownloading...
2802023-11-16T20:30:21.356Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-11-16T20:30:21.359Z+ 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
2822023-11-16T20:30:25.365Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-11-16T20:30:25.368Z++ md5sum
2842023-11-16T20:30:25.371Z++ awk '{print $1}'
2852023-11-16T20:30:25.550Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2862023-11-16T20:30:25.553Z+ [[ 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 ]]
2872023-11-16T20:30:25.556Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-11-16T20:30:25.559Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2892023-11-16T20:30:28.920Z+ do_assemble_illumos
2902023-11-16T20:30:28.923Z+ rm -r ./out/cockroachdb
2912023-11-16T20:30:28.926Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2922023-11-16T20:30:29.638Z+ ./out/cockroachdb/bin/cockroach version
2932023-11-16T20:30:29.938ZBuild Tag: v22.1.9-dirty
2942023-11-16T20:30:29.941ZBuild Time: 2022/10/26 21:17:46
2952023-11-16T20:30:29.948ZDistribution: OSS
2962023-11-16T20:30:29.951ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2972023-11-16T20:30:29.954ZGo Version: go1.17.13
2982023-11-16T20:30:29.957ZC Compiler: gcc 10.3.0
2992023-11-16T20:30:29.960ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3002023-11-16T20:30:29.963ZBuild Type: release
3012023-11-16T20:30:29.966Z+ set -o errexit
3022023-11-16T20:30:29.969Z+++ dirname ./tools/ci_download_clickhouse
3032023-11-16T20:30:29.972Z++ cd ./tools
3042023-11-16T20:30:29.975Z++ pwd
3052023-11-16T20:30:29.979Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3062023-11-16T20:30:29.982Z++ basename ./tools/ci_download_clickhouse
3072023-11-16T20:30:29.985Z+ ARG0=ci_download_clickhouse
3082023-11-16T20:30:29.989Z+ TARGET_DIR=out
3092023-11-16T20:30:29.992Z+ DOWNLOAD_DIR=out/downloads
3102023-11-16T20:30:29.995Z+ DEST_DIR=./out/clickhouse
3112023-11-16T20:30:29.998Z+ CIDL_VERSION=v22.8.9.24
3122023-11-16T20:30:30.003Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3132023-11-16T20:30:30.006Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3142023-11-16T20:30:30.009Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3152023-11-16T20:30:30.012Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3162023-11-16T20:30:30.015Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3172023-11-16T20:30:30.018Z+ main
3182023-11-16T20:30:30.021Z+ [[ 0 != 0 ]]
3192023-11-16T20:30:30.024Z+ CIDL_OS=solaris2.11
3202023-11-16T20:30:30.027Z+ [[ 0 != 0 ]]
3212023-11-16T20:30:30.030Z+ configure_os solaris2.11
3222023-11-16T20:30:30.035Z+ echo 'current directory: /work/oxidecomputer/omicron'
3232023-11-16T20:30:30.038Zcurrent directory: /work/oxidecomputer/omicron
3242023-11-16T20:30:30.041Z+ echo 'configuring based on OS: "solaris2.11"'
3252023-11-16T20:30:30.044Zconfiguring based on OS: "solaris2.11"
3262023-11-16T20:30:30.047Z+ CIDL_DASHREV=
3272023-11-16T20:30:30.050Z+ case "$1" in
3282023-11-16T20:30:30.053Z+ CIDL_PLATFORM=illumos
3292023-11-16T20:30:30.056Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3302023-11-16T20:30:30.059Z+ CIDL_MD5FUNC=do_md5sum
3312023-11-16T20:30:30.062Z+ CIDL_DASHREV=-1
3322023-11-16T20:30:30.065Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3332023-11-16T20:30:30.068Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-11-16T20:30:30.071Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-11-16T20:30:30.074Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-11-16T20:30:30.077Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3372023-11-16T20:30:30.080ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-16T20:30:30.083Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-11-16T20:30:30.086Z+ mkdir -p out/downloads
3402023-11-16T20:30:30.089ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-16T20:30:30.092Z+ mkdir -p ./out/clickhouse
3422023-11-16T20:30:30.095Z+ local DO_DOWNLOAD=true
3432023-11-16T20:30:30.098Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3442023-11-16T20:30:30.101Z+ '[' true == true ']'
3452023-11-16T20:30:30.104Z+ echo Downloading...
3462023-11-16T20:30:30.107ZDownloading...
3472023-11-16T20:30:30.110Z+ 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
3482023-11-16T20:30:30.113Z+ 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
3492023-11-16T20:30:31.758Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-11-16T20:30:31.761Z++ md5sum
3512023-11-16T20:30:31.765Z++ awk '{print $1}'
3522023-11-16T20:30:32.016Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3532023-11-16T20:30:32.019Z+ [[ 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 ]]
3542023-11-16T20:30:32.022Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3552023-11-16T20:30:32.026Z+ mkdir -p ./out/clickhouse
3562023-11-16T20:30:32.030Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3572023-11-16T20:30:36.891Z+ ./out/clickhouse/clickhouse server --version
3582023-11-16T20:30:36.945ZClickHouse server version 22.8.9.1.
3592023-11-16T20:30:36.969Z+ set -o errexit
3602023-11-16T20:30:36.974Z+++ dirname ./tools/ci_download_console
3612023-11-16T20:30:36.977Z++ cd ./tools
3622023-11-16T20:30:36.980Z++ pwd
3632023-11-16T20:30:36.983Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3642023-11-16T20:30:36.986Z++ basename ./tools/ci_download_console
3652023-11-16T20:30:36.989Z+ ARG0=ci_download_console
3662023-11-16T20:30:36.992Z+ TARGET_DIR=out
3672023-11-16T20:30:36.995Z+ DOWNLOAD_DIR=out/downloads
3682023-11-16T20:30:36.999Z+ DEST_DIR=./out/console-assets
3692023-11-16T20:30:37.003Z+ source /work/oxidecomputer/omicron/tools/console_version
3702023-11-16T20:30:37.006Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3712023-11-16T20:30:37.009Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3722023-11-16T20:30:37.012Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3732023-11-16T20:30:37.016Z+ TARBALL_FILE=out/downloads/console.tar.gz
3742023-11-16T20:30:37.026Z+ main
3752023-11-16T20:30:37.031Z+ [[ 0 != 0 ]]
3762023-11-16T20:30:37.038Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3772023-11-16T20:30:37.041ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3782023-11-16T20:30:37.044Z+ echo 'Local file: out/downloads/console.tar.gz'
3792023-11-16T20:30:37.053ZLocal file: out/downloads/console.tar.gz
3802023-11-16T20:30:37.057Z+ local DO_DOWNLOAD=true
3812023-11-16T20:30:37.089Z+ [[ -f out/downloads/console.tar.gz ]]
3822023-11-16T20:30:37.093Z+ mkdir -p out/downloads
3832023-11-16T20:30:37.097Z+ '[' true == true ']'
3842023-11-16T20:30:37.101Z+ echo Downloading...
3852023-11-16T20:30:37.106ZDownloading...
3862023-11-16T20:30:37.110Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3872023-11-16T20:30:37.114Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3882023-11-16T20:30:37.626Z++ do_sha256sum out/downloads/console.tar.gz
3892023-11-16T20:30:37.629Z++ case "$OSTYPE" in
3902023-11-16T20:30:37.632Z++ SHA=sha256sum
3912023-11-16T20:30:37.635Z++ sha256sum
3922023-11-16T20:30:37.638Z++ awk '{print $1}'
3932023-11-16T20:30:37.652Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3942023-11-16T20:30:37.657Z+ [[ 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 ]]
3952023-11-16T20:30:37.660Z+ rm -rf ./out/console-assets
3962023-11-16T20:30:37.663Z+ mkdir -p ./out/console-assets
3972023-11-16T20:30:37.666Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3982023-11-16T20:30:37.669Z+ mkdir -p ./out/console-assets
3992023-11-16T20:30:37.672Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4002023-11-16T20:30:37.802Z+ set -o errexit
4012023-11-16T20:30:37.806Z+++ dirname ./tools/ci_download_maghemite_openapi
4022023-11-16T20:30:37.810Z++ cd ./tools
4032023-11-16T20:30:37.813Z++ pwd
4042023-11-16T20:30:37.816Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4052023-11-16T20:30:37.819Z++ basename ./tools/ci_download_maghemite_openapi
4062023-11-16T20:30:37.822Z+ ARG0=ci_download_maghemite_openapi
4072023-11-16T20:30:37.825Z+ TARGET_DIR=out
4082023-11-16T20:30:37.828Z+ DOWNLOAD_DIR=out/downloads
4092023-11-16T20:30:37.832Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4102023-11-16T20:30:37.835Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4112023-11-16T20:30:37.838Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4122023-11-16T20:30:37.841Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4132023-11-16T20:30:37.844Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4142023-11-16T20:30:37.847Z+ main
4152023-11-16T20:30:37.849Z+ [[ 0 != 0 ]]
4162023-11-16T20:30:37.852Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4172023-11-16T20:30:37.855ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4182023-11-16T20:30:37.859Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4192023-11-16T20:30:37.862ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4202023-11-16T20:30:37.865Z+ local DO_DOWNLOAD=true
4212023-11-16T20:30:37.868Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4222023-11-16T20:30:37.871Z+ mkdir -p out/downloads
4232023-11-16T20:30:37.874Z+ '[' true == true ']'
4242023-11-16T20:30:37.877Z+ echo Downloading...
4252023-11-16T20:30:37.880ZDownloading...
4262023-11-16T20:30:37.884Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4272023-11-16T20:30:37.886Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4282023-11-16T20:30:38.008Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4292023-11-16T20:30:38.011Z++ case "$OSTYPE" in
4302023-11-16T20:30:38.014Z++ SHA=sha256sum
4312023-11-16T20:30:38.016Z++ sha256sum
4322023-11-16T20:30:38.019Z++ awk '{print $1}'
4332023-11-16T20:30:38.022Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4342023-11-16T20:30:38.025Z+ [[ 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 ]]
4352023-11-16T20:30:38.028Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4362023-11-16T20:30:38.031Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4372023-11-16T20:30:38.034Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4382023-11-16T20:30:38.038Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4392023-11-16T20:30:38.041Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4402023-11-16T20:30:38.044Z+ main
4412023-11-16T20:30:38.047Z+ [[ 0 != 0 ]]
4422023-11-16T20:30:38.050Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4432023-11-16T20:30:38.053ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4442023-11-16T20:30:38.056Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4452023-11-16T20:30:38.059ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4462023-11-16T20:30:38.064Z+ local DO_DOWNLOAD=true
4472023-11-16T20:30:38.067Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4482023-11-16T20:30:38.070Z+ mkdir -p out/downloads
4492023-11-16T20:30:38.073Z+ '[' true == true ']'
4502023-11-16T20:30:38.075Z+ echo Downloading...
4512023-11-16T20:30:38.078ZDownloading...
4522023-11-16T20:30:38.082Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4532023-11-16T20:30:38.111Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4542023-11-16T20:30:38.153Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4552023-11-16T20:30:38.156Z++ case "$OSTYPE" in
4562023-11-16T20:30:38.161Z++ SHA=sha256sum
4572023-11-16T20:30:38.165Z++ sha256sum
4582023-11-16T20:30:38.168Z++ awk '{print $1}'
4592023-11-16T20:30:38.171Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4602023-11-16T20:30:38.175Z+ [[ 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 ]]
4612023-11-16T20:30:38.181Z+ set -o errexit
4622023-11-16T20:30:38.191Z+++ dirname ./tools/ci_download_dendrite_openapi
4632023-11-16T20:30:38.194Z++ cd ./tools
4642023-11-16T20:30:38.198Z++ pwd
4652023-11-16T20:30:38.206Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-11-16T20:30:38.215Z++ basename ./tools/ci_download_dendrite_openapi
4672023-11-16T20:30:38.224Z+ ARG0=ci_download_dendrite_openapi
4682023-11-16T20:30:38.234Z+ TARGET_DIR=out
4692023-11-16T20:30:38.240Z+ DOWNLOAD_DIR=out/downloads
4702023-11-16T20:30:38.250Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4712023-11-16T20:30:38.258Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
4722023-11-16T20:30:38.266Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4732023-11-16T20:30:38.275Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4742023-11-16T20:30:38.286Z+ LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4752023-11-16T20:30:38.292Z+ main
4762023-11-16T20:30:38.297Z+ [[ 0 != 0 ]]
4772023-11-16T20:30:38.301Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json'
4782023-11-16T20:30:38.308ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4792023-11-16T20:30:38.311Z+ echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json'
4802023-11-16T20:30:38.314ZLocal file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4812023-11-16T20:30:38.317Z+ local DO_DOWNLOAD=true
4822023-11-16T20:30:38.321Z+ [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]]
4832023-11-16T20:30:38.323Z+ mkdir -p out/downloads
4842023-11-16T20:30:38.326Z+ '[' true == true ']'
4852023-11-16T20:30:38.329Z+ echo Downloading...
4862023-11-16T20:30:38.333ZDownloading...
4872023-11-16T20:30:38.336Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4882023-11-16T20:30:38.339Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4892023-11-16T20:30:38.392Z++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4902023-11-16T20:30:38.395Z++ case "$OSTYPE" in
4912023-11-16T20:30:38.398Z++ SHA=sha256sum
4922023-11-16T20:30:38.401Z++ sha256sum
4932023-11-16T20:30:38.404Z++ awk '{print $1}'
4942023-11-16T20:30:38.408Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4952023-11-16T20:30:38.410Z+ [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]]
4962023-11-16T20:30:38.414Z+ set -o errexit
4972023-11-16T20:30:38.417Z+++ dirname ./tools/ci_download_dendrite_stub
4982023-11-16T20:30:38.420Z++ cd ./tools
4992023-11-16T20:30:38.423Z++ pwd
5002023-11-16T20:30:38.427Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5012023-11-16T20:30:38.430Z++ basename ./tools/ci_download_dendrite_stub
5022023-11-16T20:30:38.433Z+ ARG0=ci_download_dendrite_stub
5032023-11-16T20:30:38.436Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5042023-11-16T20:30:38.444Z++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5052023-11-16T20:30:38.447Z++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec
5062023-11-16T20:30:38.450Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5072023-11-16T20:30:38.453Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5082023-11-16T20:30:38.457Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5092023-11-16T20:30:38.460Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5102023-11-16T20:30:38.463Z+ TARGET_DIR=out
5112023-11-16T20:30:38.466Z+ DOWNLOAD_DIR=out/downloads
5122023-11-16T20:30:38.470Z+ DEST_DIR=./out/dendrite-stub
5132023-11-16T20:30:38.473Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5142023-11-16T20:30:38.476Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5152023-11-16T20:30:38.479Z+ REPO=oxidecomputer/dendrite
5162023-11-16T20:30:38.482Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949
5172023-11-16T20:30:38.487Z+ main
5182023-11-16T20:30:38.496Z+ [[ 0 != 0 ]]
5192023-11-16T20:30:38.501Z+ CIDL_OS=solaris2.11
5202023-11-16T20:30:38.506Z+ [[ 0 != 0 ]]
5212023-11-16T20:30:38.510Z+ configure_os solaris2.11
5222023-11-16T20:30:38.514Z+ echo 'current directory: /work/oxidecomputer/omicron'
5232023-11-16T20:30:38.519Zcurrent directory: /work/oxidecomputer/omicron
5242023-11-16T20:30:38.524Z+ echo 'configuring based on OS: "solaris2.11"'
5252023-11-16T20:30:38.529Zconfiguring based on OS: "solaris2.11"
5262023-11-16T20:30:38.533Z+ case "$1" in
5272023-11-16T20:30:38.537Z+ SET_BINARIES=
5282023-11-16T20:30:38.542Z+ CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5292023-11-16T20:30:38.546Z+ CIDL_SHA256FUNC=do_sha256sum
5302023-11-16T20:30:38.550Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5312023-11-16T20:30:38.553Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5322023-11-16T20:30:38.556Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5332023-11-16T20:30:38.559Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz'
5342023-11-16T20:30:38.562ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5352023-11-16T20:30:38.566Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5362023-11-16T20:30:38.569ZLocal file: out/downloads/dendrite-stub.tar.gz
5372023-11-16T20:30:38.573Z+ mkdir -p out/downloads
5382023-11-16T20:30:38.586Z+ mkdir -p ./out/dendrite-stub
5392023-11-16T20:30:38.589Z+ fetch_and_verify
5402023-11-16T20:30:38.593Z+ local DO_DOWNLOAD=true
5412023-11-16T20:30:38.596Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5422023-11-16T20:30:38.599Z+ '[' true == true ']'
5432023-11-16T20:30:38.603Z+ echo Downloading...
5442023-11-16T20:30:38.609ZDownloading...
5452023-11-16T20:30:38.621Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5462023-11-16T20:30:38.638Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5472023-11-16T20:30:48.017Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5482023-11-16T20:30:48.020Z++ sha256sum
5492023-11-16T20:30:48.023Z++ awk '{print $1}'
5502023-11-16T20:30:48.112Z+ calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5512023-11-16T20:30:48.116Z+ [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]]
5522023-11-16T20:30:48.120Z+ do_untar out/downloads/dendrite-stub.tar.gz
5532023-11-16T20:30:48.123Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5542023-11-16T20:30:49.017Z+ do_assemble
5552023-11-16T20:30:49.021Z+ rm -r ./out/dendrite-stub
5562023-11-16T20:30:49.024Z+ mkdir ./out/dendrite-stub
5572023-11-16T20:30:49.027Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5582023-11-16T20:30:49.150Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5592023-11-16T20:30:49.168Z+ set -o errexit
5602023-11-16T20:30:49.173Z+++ dirname ./tools/ci_download_maghemite_mgd
5612023-11-16T20:30:49.178Z++ cd ./tools
5622023-11-16T20:30:49.181Z++ pwd
5632023-11-16T20:30:49.185Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5642023-11-16T20:30:49.191Z++ basename ./tools/ci_download_maghemite_mgd
5652023-11-16T20:30:49.196Z+ ARG0=ci_download_maghemite_mgd
5662023-11-16T20:30:49.201Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5672023-11-16T20:30:49.205Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5682023-11-16T20:30:49.208Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5692023-11-16T20:30:49.213Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5702023-11-16T20:30:49.219Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5712023-11-16T20:30:49.225Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5722023-11-16T20:30:49.228Z+ TARGET_DIR=out
5732023-11-16T20:30:49.236Z+ DOWNLOAD_DIR=out/downloads
5742023-11-16T20:30:49.251Z+ DEST_DIR=./out/mgd
5752023-11-16T20:30:49.265Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5762023-11-16T20:30:49.276Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5772023-11-16T20:30:49.279Z+ REPO=oxidecomputer/maghemite
5782023-11-16T20:30:49.282Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5792023-11-16T20:30:49.285Z+ main
5802023-11-16T20:30:49.290Z+ [[ 0 != 0 ]]
5812023-11-16T20:30:49.293Z+ CIDL_OS=solaris2.11
5822023-11-16T20:30:49.296Z+ [[ 0 != 0 ]]
5832023-11-16T20:30:49.301Z+ configure_os solaris2.11
5842023-11-16T20:30:49.304Z+ echo 'current directory: /work/oxidecomputer/omicron'
5852023-11-16T20:30:49.307Zcurrent directory: /work/oxidecomputer/omicron
5862023-11-16T20:30:49.310Z+ echo 'configuring based on OS: "solaris2.11"'
5872023-11-16T20:30:49.313Zconfiguring based on OS: "solaris2.11"
5882023-11-16T20:30:49.316Z+ case "$1" in
5892023-11-16T20:30:49.320Z+ SET_BINARIES=
5902023-11-16T20:30:49.323Z+ CIDL_SHA256FUNC=do_sha256sum
5912023-11-16T20:30:49.334Z+ TARBALL_FILENAME=mgd.tar.gz
5922023-11-16T20:30:49.771Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5932023-11-16T20:30:50.186Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5942023-11-16T20:30:50.191Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
5952023-11-16T20:30:50.196ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5962023-11-16T20:30:50.201Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5972023-11-16T20:30:50.207ZLocal file: out/downloads/mgd.tar.gz
5982023-11-16T20:30:50.220Z+ mkdir -p out/downloads
5992023-11-16T20:30:50.234Z+ mkdir -p ./out/mgd
6002023-11-16T20:30:50.657Z+ fetch_and_verify
6012023-11-16T20:30:50.666Z+ local DO_DOWNLOAD=true
6022023-11-16T20:30:50.685Z+ [[ -f out/downloads/mgd.tar.gz ]]
6032023-11-16T20:30:50.700Z+ '[' true == true ']'
6042023-11-16T20:30:50.717Z+ echo Downloading...
6052023-11-16T20:30:50.725ZDownloading...
6062023-11-16T20:30:50.742Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6072023-11-16T20:30:50.749Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6082023-11-16T20:30:56.689Z++ do_sha256sum out/downloads/mgd.tar.gz
6092023-11-16T20:30:56.692Z++ sha256sum
6102023-11-16T20:30:56.695Z++ awk '{print $1}'
6112023-11-16T20:30:56.766Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6122023-11-16T20:30:56.769Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6132023-11-16T20:30:56.772Z+ do_untar out/downloads/mgd.tar.gz
6142023-11-16T20:30:56.775Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6152023-11-16T20:30:57.426Z+ do_assemble
6162023-11-16T20:30:57.431Z+ rm -r ./out/mgd
6172023-11-16T20:30:57.437Z+ mkdir ./out/mgd
6182023-11-16T20:30:57.442Z+ cp -r out/downloads/root ./out/mgd/root
6192023-11-16T20:30:57.640Z+ set -o errexit
6202023-11-16T20:30:57.646Z+++ dirname ./tools/ci_download_transceiver_control
6212023-11-16T20:30:57.654Z++ cd ./tools
6222023-11-16T20:30:57.660Z++ pwd
6232023-11-16T20:30:57.665Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6242023-11-16T20:30:57.672Z++ basename ./tools/ci_download_transceiver_control
6252023-11-16T20:30:57.680Z+ ARG0=ci_download_transceiver_control
6262023-11-16T20:30:57.686Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6272023-11-16T20:30:57.693Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6282023-11-16T20:30:57.701Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292023-11-16T20:30:57.712Z+ TARGET_DIR=out
6302023-11-16T20:30:57.720Z+ DOWNLOAD_DIR=out/downloads
6312023-11-16T20:30:57.726Z+ DEST_DIR=./out/transceiver-control
6322023-11-16T20:30:57.733Z+ BIN_DIR=/opt/oxide/bin
6332023-11-16T20:30:57.740Z+ BINARY=xcvradm
6342023-11-16T20:30:57.747Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6352023-11-16T20:30:57.757Z+ REPO=oxidecomputer/transceiver-control
6362023-11-16T20:30:57.764Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6372023-11-16T20:30:57.778Z+ main
6382023-11-16T20:30:57.789Z+ [[ 0 != 0 ]]
6392023-11-16T20:30:57.797Z+ CIDL_OS=solaris2.11
6402023-11-16T20:30:57.807Z+ [[ 0 != 0 ]]
6412023-11-16T20:30:57.816Z+ configure_os solaris2.11
6422023-11-16T20:30:57.827Z+ echo 'current directory: /work/oxidecomputer/omicron'
6432023-11-16T20:30:57.837Zcurrent directory: /work/oxidecomputer/omicron
6442023-11-16T20:30:57.849Z+ echo 'configuring based on OS: "solaris2.11"'
6452023-11-16T20:30:58.271Zconfiguring based on OS: "solaris2.11"
6462023-11-16T20:30:58.278Z+ case "$1" in
6472023-11-16T20:30:58.287Z+ SET_BINARIES=
6482023-11-16T20:30:58.296Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6492023-11-16T20:30:58.304Z+ CIDL_SHA256FUNC=do_sha256sum
6502023-11-16T20:30:58.317Z+ ARCHIVE_FILENAME=xcvradm.gz
6512023-11-16T20:30:58.730Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6522023-11-16T20:30:58.733Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6532023-11-16T20:30:58.737Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6542023-11-16T20:30:58.743ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6552023-11-16T20:30:58.746Z+ echo 'Local file: out/downloads/xcvradm.gz'
6562023-11-16T20:30:58.750ZLocal file: out/downloads/xcvradm.gz
6572023-11-16T20:30:58.754Z+ mkdir -p out/downloads
6582023-11-16T20:30:58.761Z+ mkdir -p ./out/transceiver-control
6592023-11-16T20:30:59.181Z+ fetch_and_verify
6602023-11-16T20:30:59.184Z+ local DO_DOWNLOAD=true
6612023-11-16T20:30:59.187Z+ [[ -f out/downloads/xcvradm.gz ]]
6622023-11-16T20:30:59.190Z+ '[' true == true ']'
6632023-11-16T20:30:59.194Z+ echo Downloading...
6642023-11-16T20:30:59.200ZDownloading...
6652023-11-16T20:30:59.204Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6662023-11-16T20:30:59.207Z+ 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
6672023-11-16T20:31:00.189Z++ do_sha256sum out/downloads/xcvradm.gz
6682023-11-16T20:31:00.194Z++ sha256sum
6692023-11-16T20:31:00.200Z++ awk '{print $1}'
6702023-11-16T20:31:00.217Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712023-11-16T20:31:00.223Z+ [[ 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 ]]
6722023-11-16T20:31:00.229Z+ do_unpack out/downloads/xcvradm.gz
6732023-11-16T20:31:00.237Z+ mkdir -p out/downloads/root//opt/oxide/bin
6742023-11-16T20:31:00.241Z+ gzip -dc out/downloads/xcvradm.gz
6752023-11-16T20:31:00.391Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6762023-11-16T20:31:00.394Z+ do_assemble
6772023-11-16T20:31:00.397Z+ rm -r ./out/transceiver-control
6782023-11-16T20:31:00.400Z+ mkdir ./out/transceiver-control
6792023-11-16T20:31:00.403Z+ cp -r out/downloads/root ./out/transceiver-control/root
6802023-11-16T20:31:00.587ZAll prerequisites installed successfully
6812023-11-16T20:31:00.592Z
6822023-11-16T20:31:00.599Zreal 2:22.353377924
6832023-11-16T20:31:00.604Zuser 54.739546783
6842023-11-16T20:31:00.610Zsys 10.227654581
6852023-11-16T20:31:00.618Ztrap 0.022569360
6862023-11-16T20:31:00.624Ztflt 0.379179573
6872023-11-16T20:31:00.631Zdflt 0.914047668
6882023-11-16T20:31:00.638Zkflt 0.348441599
6892023-11-16T20:31:00.644Zlock 1.985151914
6902023-11-16T20:31:00.651Zslp 4:26.549820660
6912023-11-16T20:31:00.659Zlat 3.502373154
6922023-11-16T20:31:00.668Zstop 0.073828584
6932023-11-16T20:31:00.676Z+ banner end-to-end-tests
6942023-11-16T20:31:00.683Z
6952023-11-16T20:31:00.689Z ###### # # ##### ##### #### ###### # # #####
6962023-11-16T20:31:00.697Z # ## # # # # # # # ## # # #
6972023-11-16T20:31:00.704Z ##### # # # # # ##### # # # ##### ##### # # # # #
6982023-11-16T20:31:00.710Z # # # # # # # # # # # # # # #
6992023-11-16T20:31:00.727Z # # ## # # # # # # # ## # #
7002023-11-16T20:31:00.737Z ###### # # ##### # #### ###### # # #####
7012023-11-16T20:31:00.750Z
7022023-11-16T20:31:00.763Z+ export CARGO_PROFILE_DEV_DEBUG=1
7032023-11-16T20:31:00.771Z+ CARGO_PROFILE_DEV_DEBUG=1
7042023-11-16T20:31:00.778Z+ export CARGO_PROFILE_TEST_DEBUG=1
7052023-11-16T20:31:00.785Z+ CARGO_PROFILE_TEST_DEBUG=1
7062023-11-16T20:31:00.793Z+ export CARGO_INCREMENTAL=0
7072023-11-16T20:31:00.800Z+ CARGO_INCREMENTAL=0
7082023-11-16T20:31:00.814Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7092023-11-16T20:31:01.036Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7102023-11-16T20:31:01.551Z Updating crates.io index
7112023-11-16T20:31:01.557Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7122023-11-16T20:31:02.491Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7132023-11-16T20:31:04.219Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7142023-11-16T20:31:04.677Z Updating git repository `http://github.com/oxidecomputer/tofino`
7152023-11-16T20:31:05.272Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7162023-11-16T20:31:06.820Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7172023-11-16T20:31:07.123Z Updating git repository `https://github.com/oxidecomputer/propolis`
7182023-11-16T20:31:07.980Z Updating git repository `https://github.com/oxidecomputer/crucible`
7192023-11-16T20:31:09.638Z Updating git repository `https://github.com/oxidecomputer/opte`
7202023-11-16T20:31:10.610Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7212023-11-16T20:31:10.934Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7222023-11-16T20:31:11.685Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7232023-11-16T20:31:12.146Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7242023-11-16T20:31:12.614Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7252023-11-16T20:31:13.137Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7262023-11-16T20:31:13.555Z Updating git repository `https://github.com/njaremko/samael`
7272023-11-16T20:31:14.114Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7282023-11-16T20:31:14.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7292023-11-16T20:31:15.323Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7302023-11-16T20:31:15.710Z Updating git repository `https://github.com/jgallagher/nix`
7312023-11-16T20:31:17.016Z Updating git repository `https://github.com/cbiffle/hubpack`
7322023-11-16T20:31:17.618Z Updating git repository `https://github.com/oxidecomputer/typify`
7332023-11-16T20:31:19.297Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7342023-11-16T20:31:19.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7352023-11-16T20:31:19.945Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7362023-11-16T20:31:22.702Z Downloading crates ...
7372023-11-16T20:31:22.710Z Downloaded async-stream-impl v0.3.5
7382023-11-16T20:31:22.719Z Downloaded ed25519 v2.2.2
7392023-11-16T20:31:22.730Z Downloaded option-ext v0.2.0
7402023-11-16T20:31:22.738Z Downloaded bitflags v2.4.0
7412023-11-16T20:31:22.762Z Downloaded russh-cryptovec v0.7.0
7422023-11-16T20:31:22.776Z Downloaded cfg-if v1.0.0
7432023-11-16T20:31:22.786Z Downloaded anstream v0.5.0
7442023-11-16T20:31:22.863Z Downloaded num_threads v0.1.6
7452023-11-16T20:31:22.878Z Downloaded cbc v0.1.2
7462023-11-16T20:31:22.894Z Downloaded crossbeam-channel v0.5.8
7472023-11-16T20:31:22.932Z Downloaded base64 v0.21.5
7482023-11-16T20:31:22.939Z Downloaded argon2 v0.5.2
7492023-11-16T20:31:22.943Z Downloaded clap v2.34.0
7502023-11-16T20:31:22.948Z Downloaded crucible-workspace-hack v0.1.0
7512023-11-16T20:31:22.966Z Downloaded aead v0.5.2
7522023-11-16T20:31:22.977Z Downloaded base64ct v1.6.0
7532023-11-16T20:31:22.981Z Downloaded pem v3.0.2
7542023-11-16T20:31:22.994Z Downloaded num-iter v0.1.43
7552023-11-16T20:31:23.004Z Downloaded pbkdf2 v0.11.0
7562023-11-16T20:31:23.015Z Downloaded blowfish v0.9.1
7572023-11-16T20:31:23.019Z Downloaded russh-keys v0.38.0
7582023-11-16T20:31:23.023Z Downloaded pbkdf2 v0.12.2
7592023-11-16T20:31:23.032Z Downloaded postgres-protocol v0.6.6
7602023-11-16T20:31:23.036Z Downloaded rand_core v0.6.4
7612023-11-16T20:31:23.039Z Downloaded bzip2 v0.4.4
7622023-11-16T20:31:23.046Z Downloaded atty v0.2.14
7632023-11-16T20:31:23.050Z Downloaded derive_more v0.99.17
7642023-11-16T20:31:23.054Z Downloaded password-hash v0.4.2
7652023-11-16T20:31:23.057Z Downloaded dtrace-parser v0.1.14
7662023-11-16T20:31:23.061Z Downloaded normalize-line-endings v0.3.0
7672023-11-16T20:31:23.064Z Downloaded new_debug_unreachable v1.0.4
7682023-11-16T20:31:23.067Z Downloaded base16ct v0.2.0
7692023-11-16T20:31:23.071Z Downloaded password-hash v0.5.0
7702023-11-16T20:31:23.074Z Downloaded darling_macro v0.20.3
7712023-11-16T20:31:23.077Z Downloaded postcard-cobs v0.1.5-pre
7722023-11-16T20:31:23.080Z Downloaded foreign-types-shared v0.1.1
7732023-11-16T20:31:23.083Z Downloaded dyn-clone v1.0.13
7742023-11-16T20:31:23.086Z Downloaded hubpack_derive v0.1.1
7752023-11-16T20:31:23.090Z Downloaded diesel_table_macro_syntax v0.1.0
7762023-11-16T20:31:23.094Z Downloaded convert_case v0.4.0
7772023-11-16T20:31:23.097Z Downloaded thiserror-impl v1.0.49
7782023-11-16T20:31:23.100Z Downloaded fxhash v0.2.1
7792023-11-16T20:31:23.119Z Downloaded tokio-rustls v0.24.1
7802023-11-16T20:31:23.129Z Downloaded ciborium-io v0.2.1
7812023-11-16T20:31:23.135Z Downloaded futures-macro v0.3.29
7822023-11-16T20:31:23.140Z Downloaded proc-macro-crate v1.3.1
7832023-11-16T20:31:23.146Z Downloaded slog-envlogger v2.2.0
7842023-11-16T20:31:23.149Z Downloaded bytes v1.5.0
7852023-11-16T20:31:23.152Z Downloaded resolv-conf v0.7.0
7862023-11-16T20:31:23.156Z Downloaded quick-error v1.2.3
7872023-11-16T20:31:23.159Z Downloaded rand_core v0.5.1
7882023-11-16T20:31:23.162Z Downloaded endian-type v0.1.2
7892023-11-16T20:31:23.165Z Downloaded sct v0.7.0
7902023-11-16T20:31:23.168Z Downloaded poly1305 v0.8.0
7912023-11-16T20:31:23.171Z Downloaded r2d2 v0.8.10
7922023-11-16T20:31:23.175Z Downloaded predicates v3.0.4
7932023-11-16T20:31:23.178Z Downloaded utf8parse v0.2.1
7942023-11-16T20:31:23.182Z Downloaded thiserror-no-std v2.0.2
7952023-11-16T20:31:23.185Z Downloaded stringprep v0.1.3
7962023-11-16T20:31:23.188Z Downloaded errno v0.3.2
7972023-11-16T20:31:23.191Z Downloaded blake2 v0.10.6
7982023-11-16T20:31:23.194Z Downloaded zone_cfg_derive v0.3.0
7992023-11-16T20:31:23.198Z Downloaded thread_local v1.1.7
8002023-11-16T20:31:23.202Z Downloaded slog-async v2.8.0
8012023-11-16T20:31:23.205Z Downloaded num-integer v0.1.45
8022023-11-16T20:31:23.208Z Downloaded pkg-config v0.3.27
8032023-11-16T20:31:23.214Z Downloaded polyval v0.6.1
8042023-11-16T20:31:23.217Z Downloaded slog-term v2.9.0
8052023-11-16T20:31:23.220Z Downloaded clap_derive v4.4.2
8062023-11-16T20:31:23.224Z Downloaded pest_generator v2.7.2
8072023-11-16T20:31:23.227Z Downloaded num_enum v0.5.11
8082023-11-16T20:31:23.230Z Downloaded num-bigint v0.4.4
8092023-11-16T20:31:23.234Z Downloaded regex-automata v0.1.10
8102023-11-16T20:31:23.237Z Downloaded generic-array v0.14.7
8112023-11-16T20:31:23.240Z Downloaded unicode-ident v1.0.12
8122023-11-16T20:31:23.244Z Downloaded scopeguard v1.2.0
8132023-11-16T20:31:23.248Z Downloaded ident_case v1.0.1
8142023-11-16T20:31:23.252Z Downloaded heapless v0.7.16
8152023-11-16T20:31:23.255Z Downloaded unicode-normalization v0.1.22
8162023-11-16T20:31:23.258Z Downloaded serde_with v2.3.3
8172023-11-16T20:31:23.261Z Downloaded http-body v0.4.5
8182023-11-16T20:31:23.264Z Downloaded string_cache v0.8.7
8192023-11-16T20:31:23.267Z Downloaded untrusted v0.7.1
8202023-11-16T20:31:23.271Z Downloaded is-terminal v0.4.9
8212023-11-16T20:31:23.274Z Downloaded getopts v0.2.21
8222023-11-16T20:31:23.278Z Downloaded libm v0.2.7
8232023-11-16T20:31:23.281Z Downloaded heck v0.4.1
8242023-11-16T20:31:23.285Z Downloaded postgres-types v0.2.6
8252023-11-16T20:31:23.298Z Downloaded ff v0.13.0
8262023-11-16T20:31:23.314Z Downloaded tinyvec_macros v0.1.1
8272023-11-16T20:31:23.323Z Downloaded take_mut v0.2.2
8282023-11-16T20:31:23.331Z Downloaded similar v2.2.1
8292023-11-16T20:31:23.342Z Downloaded unicode-xid v0.2.4
8302023-11-16T20:31:23.346Z Downloaded zerocopy v0.3.0
8312023-11-16T20:31:23.349Z Downloaded lock_api v0.4.10
8322023-11-16T20:31:23.353Z Downloaded rustls-pemfile v1.0.3
8332023-11-16T20:31:23.357Z Downloaded walkdir v2.4.0
8342023-11-16T20:31:23.361Z Downloaded same-file v1.0.6
8352023-11-16T20:31:23.366Z Downloaded regress v0.7.1
8362023-11-16T20:31:24.677Z Downloaded unicode-width v0.1.11
8372023-11-16T20:31:24.695Z Downloaded hubpack v0.1.2
8382023-11-16T20:31:24.722Z Downloaded hex v0.4.3
8392023-11-16T20:31:24.747Z Downloaded hash32 v0.2.1
8402023-11-16T20:31:24.754Z Downloaded tokio-macros v2.1.0
8412023-11-16T20:31:24.759Z Downloaded synstructure v0.12.6
8422023-11-16T20:31:24.765Z Downloaded lru-cache v0.1.2
8432023-11-16T20:31:24.771Z Downloaded whoami v1.4.1
8442023-11-16T20:31:24.775Z Downloaded managed v0.8.0
8452023-11-16T20:31:24.779Z Downloaded want v0.3.1
8462023-11-16T20:31:24.783Z Downloaded usdt-attr-macro v0.3.5
8472023-11-16T20:31:24.787Z Downloaded macaddr v1.0.1
8482023-11-16T20:31:24.791Z Downloaded http-range v0.1.5
8492023-11-16T20:31:24.798Z Downloaded hyper-staticfile v0.9.5
8502023-11-16T20:31:24.809Z Downloaded signal-hook-mio v0.2.3
8512023-11-16T20:31:24.820Z Downloaded trust-dns-client v0.22.0
8522023-11-16T20:31:24.824Z Downloaded tokio-native-tls v0.3.1
8532023-11-16T20:31:24.827Z Downloaded httparse v1.8.0
8542023-11-16T20:31:24.830Z Downloaded hostname v0.3.1
8552023-11-16T20:31:24.833Z Downloaded glob v0.3.1
8562023-11-16T20:31:24.836Z Downloaded keccak v0.1.4
8572023-11-16T20:31:24.838Z Downloaded structopt-derive v0.4.18
8582023-11-16T20:31:24.842Z Downloaded subprocess v0.2.9
8592023-11-16T20:31:24.845Z Downloaded serde_with_macros v2.3.3
8602023-11-16T20:31:24.848Z Downloaded schemars v0.8.13
8612023-11-16T20:31:24.851Z Downloaded heck v0.3.3
8622023-11-16T20:31:24.855Z Downloaded universal-hash v0.5.1
8632023-11-16T20:31:24.859Z Downloaded unicode-bidi v0.3.13
8642023-11-16T20:31:24.865Z Downloaded uuid v1.5.0
8652023-11-16T20:31:24.870Z Downloaded indexmap v2.1.0
8662023-11-16T20:31:24.876Z Downloaded getrandom v0.2.10
8672023-11-16T20:31:25.299Z Downloaded serde_yaml v0.9.25
8682023-11-16T20:31:25.306Z Downloaded ghash v0.5.0
8692023-11-16T20:31:25.720Z Downloaded hashbrown v0.12.3
8702023-11-16T20:31:25.726Z Downloaded serde v1.0.192
8712023-11-16T20:31:25.730Z Downloaded trust-dns-resolver v0.22.0
8722023-11-16T20:31:25.735Z Downloaded group v0.13.0
8732023-11-16T20:31:25.746Z Downloaded hashbrown v0.13.2
8742023-11-16T20:31:25.750Z Downloaded hkdf v0.12.3
8752023-11-16T20:31:25.753Z Downloaded signal-hook v0.3.17
8762023-11-16T20:31:25.757Z Downloaded fallible-iterator v0.2.0
8772023-11-16T20:31:25.760Z Downloaded clap_builder v4.4.2
8782023-11-16T20:31:25.763Z Downloaded fixedbitset v0.4.2
8792023-11-16T20:31:25.770Z Downloaded semver v1.0.20
8802023-11-16T20:31:25.774Z Downloaded winnow v0.5.15
8812023-11-16T20:31:25.779Z Downloaded rustls-webpki v0.101.7
8822023-11-16T20:31:25.785Z Downloaded hyper v0.14.27
8832023-11-16T20:31:25.790Z Downloaded syn v1.0.109
8842023-11-16T20:31:25.796Z Downloaded gimli v0.28.0
8852023-11-16T20:31:25.802Z Downloaded webpki-roots v0.25.2
8862023-11-16T20:31:25.807Z Downloaded flate2 v1.0.28
8872023-11-16T20:31:25.816Z Downloaded ed25519-dalek v2.0.0
8882023-11-16T20:31:25.821Z Downloaded crossterm v0.27.0
8892023-11-16T20:31:25.827Z Downloaded time v0.3.27
8902023-11-16T20:31:25.833Z Downloaded hashbrown v0.14.2
8912023-11-16T20:31:25.842Z Downloaded chrono v0.4.31
8922023-11-16T20:31:25.848Z Downloaded zerocopy-derive v0.2.0
8932023-11-16T20:31:25.854Z Downloaded toml_edit v0.19.15
8942023-11-16T20:31:25.871Z Downloaded pest v2.7.2
8952023-11-16T20:31:25.887Z Downloaded libc v0.2.150
8962023-11-16T20:31:25.900Z Downloaded tokio v1.33.0
8972023-11-16T20:31:25.914Z Downloaded bzip2-sys v0.1.11+1.0.8
8982023-11-16T20:31:26.336Z Downloaded serde_json v1.0.108
8992023-11-16T20:31:26.344Z Downloaded petgraph v0.6.4
9002023-11-16T20:31:26.349Z Downloaded winapi v0.3.9
9012023-11-16T20:31:26.360Z Downloaded radix_trie v0.2.1
9022023-11-16T20:31:26.366Z Downloaded curve25519-dalek v4.1.0
9032023-11-16T20:31:26.383Z Downloaded openssl v0.10.57
9042023-11-16T20:31:26.809Z Downloaded syn v2.0.32
9052023-11-16T20:31:26.816Z Downloaded vcpkg v0.2.15
9062023-11-16T20:31:26.824Z Downloaded idna v0.4.0
9072023-11-16T20:31:26.833Z Downloaded num-complex v0.4.4
9082023-11-16T20:31:26.842Z Downloaded bstr v0.2.17
9092023-11-16T20:31:26.850Z Downloaded rustls v0.21.8
9102023-11-16T20:31:26.857Z Downloaded smoltcp v0.9.1
9112023-11-16T20:31:26.865Z Downloaded idna v0.2.3
9122023-11-16T20:31:26.872Z Downloaded rustix v0.37.23
9132023-11-16T20:31:26.881Z Downloaded regex-syntax v0.8.2
9142023-11-16T20:31:26.885Z Downloaded rustix v0.38.9
9152023-11-16T20:31:26.891Z Downloaded regex-syntax v0.7.5
9162023-11-16T20:31:26.905Z Downloaded ring v0.16.20
9172023-11-16T20:31:26.917Z Downloaded diesel v2.1.3
9182023-11-16T20:31:26.927Z Downloaded object v0.32.1
9192023-11-16T20:31:26.939Z Downloaded zerocopy-derive v0.6.4
9202023-11-16T20:31:26.954Z Downloaded regex-automata v0.3.8
9212023-11-16T20:31:26.971Z Downloaded openapiv3 v2.0.0-rc.1
9222023-11-16T20:31:27.387Z Downloaded regex-automata v0.4.3
9232023-11-16T20:31:27.403Z Downloaded clap v4.4.3
9242023-11-16T20:31:27.414Z Downloaded sha3 v0.10.8
9252023-11-16T20:31:27.427Z Downloaded bstr v1.6.0
9262023-11-16T20:31:27.435Z Downloaded omicron-zone-package v0.8.3
9272023-11-16T20:31:27.850Z Downloaded num_enum_derive v0.5.11
9282023-11-16T20:31:27.864Z Downloaded num_cpus v1.16.0
9292023-11-16T20:31:27.872Z Downloaded dirs-sys v0.4.1
9302023-11-16T20:31:27.881Z Downloaded dirs-next v2.0.0
9312023-11-16T20:31:27.896Z Downloaded difflib v0.4.0
9322023-11-16T20:31:27.926Z Downloaded reqwest v0.11.22
9332023-11-16T20:31:27.951Z Downloaded encoding_rs v0.8.33
9342023-11-16T20:31:27.971Z Downloaded rand v0.7.3
9352023-11-16T20:31:28.013Z Downloaded mio v0.8.8
9362023-11-16T20:31:28.049Z Downloaded aho-corasick v1.0.4
9372023-11-16T20:31:28.062Z Downloaded zerocopy v0.6.4
9382023-11-16T20:31:28.118Z Downloaded http v0.2.9
9392023-11-16T20:31:28.149Z Downloaded russh v0.39.0
9402023-11-16T20:31:28.168Z Downloaded sled v0.34.7
9412023-11-16T20:31:28.183Z Downloaded indexmap v1.9.3
9422023-11-16T20:31:28.202Z Downloaded toml_edit v0.21.0
9432023-11-16T20:31:28.212Z Downloaded tokio-postgres v0.7.10
9442023-11-16T20:31:28.238Z Downloaded slog v2.7.0
9452023-11-16T20:31:28.279Z Downloaded futures v0.3.29
9462023-11-16T20:31:28.306Z Downloaded toml v0.7.8
9472023-11-16T20:31:28.731Z Downloaded filetime v0.2.22
9482023-11-16T20:31:29.156Z Downloaded tracing-core v0.1.31
9492023-11-16T20:31:29.161Z Downloaded usdt-impl v0.3.5
9502023-11-16T20:31:29.166Z Downloaded usdt v0.3.5
9512023-11-16T20:31:29.170Z Downloaded socket2 v0.4.9
9522023-11-16T20:31:29.174Z Downloaded typenum v1.16.0
9532023-11-16T20:31:29.178Z Downloaded url v2.4.1
9542023-11-16T20:31:29.182Z Downloaded itertools v0.11.0
9552023-11-16T20:31:29.188Z Downloaded slog-dtrace v0.2.3
9562023-11-16T20:31:29.192Z Downloaded serde_derive v1.0.192
9572023-11-16T20:31:29.197Z Downloaded rustfmt-wrapper v0.2.0
9582023-11-16T20:31:29.201Z Downloaded hmac v0.12.1
9592023-11-16T20:31:29.205Z Downloaded tinyvec v1.6.0
9602023-11-16T20:31:29.209Z Downloaded ring v0.17.5
9612023-11-16T20:31:29.214Z Downloaded vsss-rs v3.3.1
9622023-11-16T20:31:29.218Z Downloaded futures-channel v0.3.29
9632023-11-16T20:31:29.222Z Downloaded miniz_oxide v0.7.1
9642023-11-16T20:31:29.226Z Downloaded unicase v2.7.0
9652023-11-16T20:31:29.230Z Downloaded hyper-rustls v0.24.2
9662023-11-16T20:31:29.237Z Downloaded unsafe-libyaml v0.2.9
9672023-11-16T20:31:29.244Z Downloaded strsim v0.10.0
9682023-11-16T20:31:29.249Z Downloaded strsim v0.8.0
9692023-11-16T20:31:29.252Z Downloaded stable_deref_trait v1.2.0
9702023-11-16T20:31:29.255Z Downloaded rustversion v1.0.14
9712023-11-16T20:31:29.258Z Downloaded spin v0.5.2
9722023-11-16T20:31:29.261Z Downloaded slog-bunyan v2.4.0
9732023-11-16T20:31:29.264Z Downloaded serde_urlencoded v0.7.1
9742023-11-16T20:31:29.266Z Downloaded serde_path_to_error v0.1.14
9752023-11-16T20:31:29.269Z Downloaded slab v0.4.9
9762023-11-16T20:31:29.272Z Downloaded memchr v2.6.3
9772023-11-16T20:31:29.275Z Downloaded toml v0.5.11
9782023-11-16T20:31:29.277Z Downloaded regex v1.10.2
9792023-11-16T20:31:29.280Z Downloaded ryu v1.0.15
9802023-11-16T20:31:29.283Z Downloaded signature v2.1.0
9812023-11-16T20:31:29.286Z Downloaded tokio-stream v0.1.14
9822023-11-16T20:31:29.289Z Downloaded strum_macros v0.25.2
9832023-11-16T20:31:29.291Z Downloaded tar v0.4.40
9842023-11-16T20:31:29.294Z Downloaded either v1.9.0
9852023-11-16T20:31:29.297Z Downloaded semver v0.11.0
9862023-11-16T20:31:29.299Z Downloaded tempfile v3.8.0
9872023-11-16T20:31:29.302Z Downloaded usdt-macro v0.3.5
9882023-11-16T20:31:29.305Z Downloaded unicode-segmentation v1.10.1
9892023-11-16T20:31:29.308Z Downloaded yasna v0.5.2
9902023-11-16T20:31:29.311Z Downloaded serde_tokenstream v0.2.0
9912023-11-16T20:31:29.314Z Downloaded serde_tokenstream v0.1.7
9922023-11-16T20:31:29.316Z Downloaded hyper-tls v0.5.0
9932023-11-16T20:31:29.319Z Downloaded futures-task v0.3.29
9942023-11-16T20:31:29.322Z Downloaded parking_lot_core v0.8.6
9952023-11-16T20:31:29.325Z Downloaded serde_derive_internals v0.26.0
9962023-11-16T20:31:29.328Z Downloaded zone v0.3.0
9972023-11-16T20:31:29.332Z Downloaded thread-id v4.2.0
9982023-11-16T20:31:29.342Z Downloaded terminal_size v0.2.6
9992023-11-16T20:31:29.759Z Downloaded enum-as-inner v0.5.1
10002023-11-16T20:31:29.771Z Downloaded slog-json v2.6.1
10012023-11-16T20:31:30.198Z Downloaded aes v0.8.3
10022023-11-16T20:31:30.209Z Downloaded kstat-rs v0.2.3
10032023-11-16T20:31:30.225Z Downloaded half v1.8.2
10042023-11-16T20:31:30.236Z Downloaded structopt v0.3.26
10052023-11-16T20:31:30.243Z Downloaded structmeta-derive v0.2.0
10062023-11-16T20:31:30.246Z Downloaded scheduled-thread-pool v0.2.7
10072023-11-16T20:31:30.249Z Downloaded untrusted v0.9.0
10082023-11-16T20:31:30.252Z Downloaded spki v0.7.2
10092023-11-16T20:31:30.256Z Downloaded ipnetwork v0.20.0
10102023-11-16T20:31:30.265Z Downloaded serde_spanned v0.6.4
10112023-11-16T20:31:30.268Z Downloaded serde_repr v0.1.16
10122023-11-16T20:31:30.271Z Downloaded elliptic-curve v0.13.5
10132023-11-16T20:31:30.275Z Downloaded memoffset v0.9.0
10142023-11-16T20:31:30.278Z Downloaded foreign-types-macros v0.2.3
10152023-11-16T20:31:30.281Z Downloaded foreign-types v0.5.0
10162023-11-16T20:31:30.284Z Downloaded crypto-bigint v0.5.2
10172023-11-16T20:31:30.287Z Downloaded log v0.4.20
10182023-11-16T20:31:30.291Z Downloaded spin v0.9.8
10192023-11-16T20:31:30.294Z Downloaded smallvec v1.11.0
10202023-11-16T20:31:30.297Z Downloaded ipnet v2.8.0
10212023-11-16T20:31:30.301Z Downloaded fnv v1.0.7
10222023-11-16T20:31:30.304Z Downloaded futures-io v0.3.29
10232023-11-16T20:31:30.307Z Downloaded itoa v1.0.9
10242023-11-16T20:31:30.310Z Downloaded home v0.5.5
10252023-11-16T20:31:30.313Z Downloaded hex-literal v0.4.1
10262023-11-16T20:31:30.316Z Downloaded subtle v2.5.0
10272023-11-16T20:31:30.320Z Downloaded structmeta v0.2.0
10282023-11-16T20:31:30.323Z Downloaded inout v0.1.3
10292023-11-16T20:31:30.326Z Downloaded iana-time-zone v0.1.57
10302023-11-16T20:31:30.329Z Downloaded openssl-sys v0.9.93
10312023-11-16T20:31:30.332Z Downloaded httpdate v1.0.3
10322023-11-16T20:31:30.337Z Downloaded term v0.7.0
10332023-11-16T20:31:30.340Z Downloaded waitgroup v0.1.2
10342023-11-16T20:31:30.343Z Downloaded io-lifetimes v1.0.11
10352023-11-16T20:31:30.346Z Downloaded sha2 v0.10.8
10362023-11-16T20:31:30.349Z Downloaded time-macros v0.2.13
10372023-11-16T20:31:30.353Z Downloaded textwrap v0.11.0
10382023-11-16T20:31:30.356Z Downloaded smoltcp v0.8.2
10392023-11-16T20:31:30.359Z Downloaded rustls-native-certs v0.6.3
10402023-11-16T20:31:30.362Z Downloaded deranged v0.3.8
10412023-11-16T20:31:30.365Z Downloaded crossbeam-utils v0.8.16
10422023-11-16T20:31:30.368Z Downloaded zeroize v1.6.0
10432023-11-16T20:31:30.371Z Downloaded strum v0.25.0
10442023-11-16T20:31:30.374Z Downloaded foreign-types v0.3.2
10452023-11-16T20:31:30.377Z Downloaded h2 v0.3.21
10462023-11-16T20:31:30.381Z Downloaded tokio-util v0.7.10
10472023-11-16T20:31:30.384Z Downloaded rustc-demangle v0.1.23
10482023-11-16T20:31:30.387Z Downloaded proc-macro-error-attr v1.0.4
10492023-11-16T20:31:30.390Z Downloaded slog-stdlog v4.1.1
10502023-11-16T20:31:30.394Z Downloaded mime v0.3.17
10512023-11-16T20:31:30.397Z Downloaded futures-sink v0.3.29
10522023-11-16T20:31:30.400Z Downloaded sha1 v0.10.6
10532023-11-16T20:31:30.403Z Downloaded itertools v0.10.5
10542023-11-16T20:31:30.406Z Downloaded tracing-attributes v0.1.26
10552023-11-16T20:31:30.409Z Downloaded postcard v0.7.3
10562023-11-16T20:31:30.412Z Downloaded anyhow v1.0.75
10572023-11-16T20:31:30.415Z Downloaded pest_meta v2.7.2
10582023-11-16T20:31:30.418Z Downloaded console v0.15.7
10592023-11-16T20:31:30.421Z Downloaded futures-util v0.3.29
10602023-11-16T20:31:30.426Z Downloaded zip v0.6.6
10612023-11-16T20:31:30.429Z Downloaded equivalent v1.0.1
10622023-11-16T20:31:30.432Z Downloaded proc-macro-error v1.0.4
10632023-11-16T20:31:30.436Z Downloaded pin-utils v0.1.0
10642023-11-16T20:31:30.439Z Downloaded pin-project-lite v0.2.13
10652023-11-16T20:31:30.442Z Downloaded trust-dns-proto v0.22.0
10662023-11-16T20:31:30.445Z Downloaded parking_lot v0.12.1
10672023-11-16T20:31:30.448Z Downloaded num-derive v0.4.0
10682023-11-16T20:31:30.454Z Downloaded rand v0.8.5
10692023-11-16T20:31:30.457Z Downloaded num-traits v0.2.16
10702023-11-16T20:31:30.460Z Downloaded semver-parser v0.10.2
10712023-11-16T20:31:30.463Z Downloaded siphasher v0.3.11
10722023-11-16T20:31:30.467Z Downloaded trust-dns-server v0.22.1
10732023-11-16T20:31:30.483Z Downloaded form_urlencoded v1.2.0
10742023-11-16T20:31:30.489Z Downloaded xattr v1.0.1
10752023-11-16T20:31:30.501Z Downloaded proc-macro2 v1.0.69
10762023-11-16T20:31:30.505Z Downloaded paste v1.0.14
10772023-11-16T20:31:30.514Z Downloaded byteorder v1.5.0
10782023-11-16T20:31:30.519Z Downloaded tungstenite v0.20.1
10792023-11-16T20:31:30.521Z Downloaded static_assertions v1.1.0
10802023-11-16T20:31:30.535Z Downloaded float-cmp v0.9.0
10812023-11-16T20:31:30.538Z Downloaded once_cell v1.18.0
10822023-11-16T20:31:30.541Z Downloaded mime_guess v2.0.4
10832023-11-16T20:31:30.544Z Downloaded const-oid v0.9.5
10842023-11-16T20:31:30.547Z Downloaded chacha20 v0.9.1
10852023-11-16T20:31:30.550Z Downloaded base64 v0.13.1
10862023-11-16T20:31:30.554Z Downloaded der v0.7.8
10872023-11-16T20:31:30.556Z Downloaded headers-core v0.2.0
10882023-11-16T20:31:30.560Z Downloaded headers v0.3.9
10892023-11-16T20:31:30.563Z Downloaded tracing v0.1.37
10902023-11-16T20:31:30.568Z Downloaded socket2 v0.5.4
10912023-11-16T20:31:30.571Z Downloaded ucd-trie v0.1.6
10922023-11-16T20:31:30.574Z Downloaded pem v1.1.1
10932023-11-16T20:31:30.577Z Downloaded native-tls v0.2.11
10942023-11-16T20:31:30.580Z Downloaded backoff v0.4.0
10952023-11-16T20:31:30.583Z Downloaded utf-8 v0.7.6
10962023-11-16T20:31:30.586Z Downloaded matches v0.1.10
10972023-11-16T20:31:30.600Z Downloaded instant v0.1.12
10982023-11-16T20:31:30.604Z Downloaded pretty-hex v0.3.0
10992023-11-16T20:31:30.609Z Downloaded thiserror v1.0.49
11002023-11-16T20:31:30.613Z Downloaded chacha20poly1305 v0.10.1
11012023-11-16T20:31:30.616Z Downloaded parse-display v0.8.2
11022023-11-16T20:31:30.619Z Downloaded diesel_derives v2.1.1
11032023-11-16T20:31:30.622Z Downloaded colored v2.0.4
11042023-11-16T20:31:30.625Z Downloaded quote v1.0.33
11052023-11-16T20:31:30.628Z Downloaded cc v1.0.83
11062023-11-16T20:31:30.633Z Downloaded cancel-safe-futures v0.1.5
11072023-11-16T20:31:30.649Z Downloaded linked-hash-map v0.5.6
11082023-11-16T20:31:30.658Z Downloaded libefi-sys v0.1.0
11092023-11-16T20:31:30.661Z Downloaded futures-core v0.3.29
11102023-11-16T20:31:30.664Z Downloaded schemars_derive v0.8.13
11112023-11-16T20:31:30.668Z Downloaded rustc_version v0.4.0
11122023-11-16T20:31:30.671Z Downloaded lalrpop-util v0.19.12
11132023-11-16T20:31:30.675Z Downloaded phf_shared v0.11.2
11142023-11-16T20:31:30.678Z Downloaded addr2line v0.21.0
11152023-11-16T20:31:30.681Z Downloaded smf v0.2.2
11162023-11-16T20:31:30.684Z Downloaded slog-scope v4.4.0
11172023-11-16T20:31:30.691Z Downloaded secrecy v0.8.0
11182023-11-16T20:31:30.694Z Downloaded clap_lex v0.5.1
11192023-11-16T20:31:30.697Z Downloaded lazy_static v1.4.0
11202023-11-16T20:31:30.700Z Downloaded getrandom v0.1.16
11212023-11-16T20:31:30.704Z Downloaded rand_chacha v0.3.1
11222023-11-16T20:31:30.716Z Downloaded phf_shared v0.10.0
11232023-11-16T20:31:30.720Z Downloaded ciborium-ll v0.2.1
11242023-11-16T20:31:30.723Z Downloaded bitflags v1.3.2
11252023-11-16T20:31:30.727Z Downloaded futures-executor v0.3.29
11262023-11-16T20:31:30.730Z Downloaded zeroize_derive v1.4.2
11272023-11-16T20:31:30.733Z Downloaded vec_map v0.8.2
11282023-11-16T20:31:30.737Z Downloaded dirs v5.0.1
11292023-11-16T20:31:30.741Z Downloaded openssl-macros v0.1.1
11302023-11-16T20:31:30.744Z Downloaded time-core v0.1.1
11312023-11-16T20:31:30.747Z Downloaded openssl-probe v0.1.5
11322023-11-16T20:31:30.750Z Downloaded md5 v0.7.0
11332023-11-16T20:31:30.753Z Downloaded try-lock v0.2.4
11342023-11-16T20:31:30.756Z Downloaded pkcs8 v0.10.2
11352023-11-16T20:31:30.760Z Downloaded ctr v0.9.2
11362023-11-16T20:31:30.764Z Downloaded version_check v0.9.4
11372023-11-16T20:31:30.767Z Downloaded nibble_vec v0.1.0
11382023-11-16T20:31:30.771Z Downloaded dof v0.1.5
11392023-11-16T20:31:30.774Z Downloaded dirs-sys-next v0.1.2
11402023-11-16T20:31:30.777Z Downloaded crc32fast v1.3.2
11412023-11-16T20:31:30.780Z Downloaded async-trait v0.1.74
11422023-11-16T20:31:30.783Z Downloaded predicates-core v1.0.6
11432023-11-16T20:31:30.786Z Downloaded phf v0.11.2
11442023-11-16T20:31:30.789Z Downloaded digest v0.10.7
11452023-11-16T20:31:30.795Z Downloaded thiserror-impl-no-std v2.0.2
11462023-11-16T20:31:30.798Z Downloaded rcgen v0.11.3
11472023-11-16T20:31:30.802Z Downloaded pest_derive v2.7.2
11482023-11-16T20:31:30.805Z Downloaded debug-ignore v1.0.5
11492023-11-16T20:31:30.812Z Downloaded ciborium v0.2.1
11502023-11-16T20:31:30.815Z Downloaded camino v1.1.6
11512023-11-16T20:31:30.818Z Downloaded ansi_term v0.12.1
11522023-11-16T20:31:30.821Z Downloaded ahash v0.8.3
11532023-11-16T20:31:30.824Z Downloaded precomputed-hash v0.1.1
11542023-11-16T20:31:30.827Z Downloaded tower-service v0.3.2
11552023-11-16T20:31:30.830Z Downloaded opaque-debug v0.3.0
11562023-11-16T20:31:30.833Z Downloaded colorchoice v1.0.0
11572023-11-16T20:31:30.836Z Downloaded cipher v0.4.4
11582023-11-16T20:31:30.839Z Downloaded data-encoding v2.4.0
11592023-11-16T20:31:30.842Z Downloaded camino-tempfile v1.0.2
11602023-11-16T20:31:30.845Z Downloaded toml v0.8.8
11612023-11-16T20:31:30.872Z Downloaded tokio-tungstenite v0.20.1
11622023-11-16T20:31:30.875Z Downloaded foreign-types-shared v0.3.1
11632023-11-16T20:31:30.878Z Downloaded rand_chacha v0.2.2
11642023-11-16T20:31:30.881Z Downloaded cpufeatures v0.2.9
11652023-11-16T20:31:30.884Z Downloaded bit-vec v0.6.3
11662023-11-16T20:31:30.887Z Downloaded atomicwrites v0.4.2
11672023-11-16T20:31:30.890Z Downloaded signal-hook-registry v1.4.1
11682023-11-16T20:31:30.893Z Downloaded md-5 v0.10.5
11692023-11-16T20:31:30.896Z Downloaded match_cfg v0.1.0
11702023-11-16T20:31:30.914Z Downloaded darling v0.20.3
11712023-11-16T20:31:30.918Z Downloaded anstyle-parse v0.2.1
11722023-11-16T20:31:30.925Z Downloaded fastrand v2.0.0
11732023-11-16T20:31:30.928Z Downloaded platforms v3.0.2
11742023-11-16T20:31:30.931Z Downloaded ppv-lite86 v0.2.17
11752023-11-16T20:31:30.935Z Downloaded percent-encoding v2.3.0
11762023-11-16T20:31:30.938Z Downloaded parse-display-derive v0.8.2
11772023-11-16T20:31:30.945Z Downloaded parking_lot_core v0.9.8
11782023-11-16T20:31:30.948Z Downloaded block-buffer v0.10.4
11792023-11-16T20:31:30.951Z Downloaded anstyle-query v1.0.0
11802023-11-16T20:31:30.954Z Downloaded toolchain_find v0.2.0
11812023-11-16T20:31:30.958Z Downloaded multer v2.1.0
11822023-11-16T20:31:30.961Z Downloaded bit-set v0.5.3
11832023-11-16T20:31:30.964Z Downloaded async-stream v0.3.5
11842023-11-16T20:31:30.968Z Downloaded pretty-hex v0.2.1
11852023-11-16T20:31:30.971Z Downloaded num v0.4.1
11862023-11-16T20:31:30.974Z Downloaded bcrypt-pbkdf v0.10.0
11872023-11-16T20:31:30.977Z Downloaded darling_core v0.20.3
11882023-11-16T20:31:30.981Z Downloaded cfg-if v0.1.10
11892023-11-16T20:31:30.984Z Downloaded backtrace v0.3.69
11902023-11-16T20:31:30.987Z Downloaded adler v1.0.2
11912023-11-16T20:31:30.990Z Downloaded atomic-waker v1.1.1
11922023-11-16T20:31:30.994Z Downloaded anstyle v1.0.2
11932023-11-16T20:31:30.997Z Downloaded toml_datetime v0.6.5
11942023-11-16T20:31:31.000Z Downloaded cstr-argument v0.1.2
11952023-11-16T20:31:31.003Z Downloaded block-padding v0.3.3
11962023-11-16T20:31:31.006Z Downloaded curve25519-dalek-derive v0.1.0
11972023-11-16T20:31:31.010Z Downloaded crossbeam-epoch v0.9.15
11982023-11-16T20:31:31.015Z Downloaded num-rational v0.4.1
11992023-11-16T20:31:31.018Z Downloaded crypto-common v0.1.6
12002023-11-16T20:31:31.021Z Downloaded parking_lot v0.11.2
12012023-11-16T20:31:31.024Z Downloaded autocfg v1.1.0
12022023-11-16T20:31:31.029Z Downloaded arc-swap v1.6.0
12032023-11-16T20:31:31.032Z Downloaded aes-gcm v0.10.3
12042023-11-16T20:31:31.035Z Compiling proc-macro2 v1.0.69
12052023-11-16T20:31:31.038Z Compiling unicode-ident v1.0.12
12062023-11-16T20:31:31.041Z Compiling libc v0.2.150
12072023-11-16T20:31:31.044Z Compiling serde v1.0.192
12082023-11-16T20:31:31.047Z Compiling autocfg v1.1.0
12092023-11-16T20:31:31.050Z Compiling version_check v0.9.4
12102023-11-16T20:31:31.053Z Compiling cfg-if v1.0.0
12112023-11-16T20:31:31.057Z Compiling syn v1.0.109
12122023-11-16T20:31:31.061Z Compiling typenum v1.16.0
12132023-11-16T20:31:31.064Z Compiling once_cell v1.18.0
12142023-11-16T20:31:31.067Z Compiling parking_lot_core v0.9.8
12152023-11-16T20:31:31.070Z Compiling generic-array v0.14.7
12162023-11-16T20:31:31.075Z Compiling lock_api v0.4.10
12172023-11-16T20:31:31.079Z Compiling libm v0.2.7
12182023-11-16T20:31:31.082Z Compiling thiserror v1.0.49
12192023-11-16T20:31:31.085Z Compiling num-traits v0.2.16
12202023-11-16T20:31:31.088Z Compiling futures-core v0.3.29
12212023-11-16T20:31:31.092Z Compiling itoa v1.0.9
12222023-11-16T20:31:31.096Z Compiling memchr v2.6.3
12232023-11-16T20:31:31.099Z Compiling serde_json v1.0.108
12242023-11-16T20:31:31.134Z Compiling log v0.4.20
12252023-11-16T20:31:31.137Z Compiling slab v0.4.9
12262023-11-16T20:31:31.141Z Compiling futures-task v0.3.29
12272023-11-16T20:31:31.379Z Compiling quote v1.0.33
12282023-11-16T20:31:31.400Z Compiling futures-channel v0.3.29
12292023-11-16T20:31:31.653Z Compiling futures-util v0.3.29
12302023-11-16T20:31:31.814Z Compiling scopeguard v1.2.0
12312023-11-16T20:31:31.942Z Compiling syn v2.0.32
12322023-11-16T20:31:32.154Z Compiling getrandom v0.2.10
12332023-11-16T20:31:32.508Z Compiling cc v1.0.83
12342023-11-16T20:31:32.735Z Compiling rand_core v0.6.4
12352023-11-16T20:31:32.965Z Compiling smallvec v1.11.0
12362023-11-16T20:31:33.495Z Compiling ryu v1.0.15
12372023-11-16T20:31:33.706Z Compiling heck v0.4.1
12382023-11-16T20:31:33.956Z Compiling pin-project-lite v0.2.13
12392023-11-16T20:31:34.130Z Compiling signal-hook-registry v1.4.1
12402023-11-16T20:31:34.417Z Compiling schemars v0.8.13
12412023-11-16T20:31:35.347Z Compiling parking_lot v0.12.1
12422023-11-16T20:31:35.371Z Compiling pkg-config v0.3.27
12432023-11-16T20:31:35.603Z Compiling mio v0.8.8
12442023-11-16T20:31:36.162Z Compiling hashbrown v0.14.2
12452023-11-16T20:31:36.773Z Compiling equivalent v1.0.1
12462023-11-16T20:31:36.931Z Compiling subtle v2.5.0
12472023-11-16T20:31:37.047Z Compiling socket2 v0.5.4
12482023-11-16T20:31:37.098Z Compiling num_cpus v1.16.0
12492023-11-16T20:31:37.381Z Compiling spin v0.5.2
12502023-11-16T20:31:37.648Z Compiling httparse v1.8.0
12512023-11-16T20:31:37.724Z Compiling fnv v1.0.7
12522023-11-16T20:31:37.748Z Compiling byteorder v1.5.0
12532023-11-16T20:31:37.896Z Compiling iana-time-zone v0.1.57
12542023-11-16T20:31:38.244Z Compiling ring v0.16.20
12552023-11-16T20:31:38.304Z Compiling indexmap v1.9.3
12562023-11-16T20:31:38.465Z Compiling futures-sink v0.3.29
12572023-11-16T20:31:38.499Z Compiling ring v0.17.5
12582023-11-16T20:31:38.607Z Compiling vcpkg v0.2.15
12592023-11-16T20:31:39.136Z Compiling pin-utils v0.1.0
12602023-11-16T20:31:39.259Z Compiling futures-io v0.3.29
12612023-11-16T20:31:39.282Z Compiling semver v1.0.20
12622023-11-16T20:31:39.354Z Compiling dyn-clone v1.0.13
12632023-11-16T20:31:39.737Z Compiling ahash v0.8.3
12642023-11-16T20:31:39.775Z Compiling tracing-core v0.1.31
12652023-11-16T20:31:40.082Z Compiling const-oid v0.9.5
12662023-11-16T20:31:40.192Z Compiling async-trait v0.1.74
12672023-11-16T20:31:40.794Z Compiling tinyvec_macros v0.1.1
12682023-11-16T20:31:40.921Z Compiling tinyvec v1.6.0
12692023-11-16T20:31:41.354Z Compiling openssl-sys v0.9.93
12702023-11-16T20:31:42.032Z Compiling openssl v0.10.57
12712023-11-16T20:31:42.549Z Compiling rustls v0.21.8
12722023-11-16T20:31:42.613Z Compiling ucd-trie v0.1.6
12732023-11-16T20:31:42.859Z Compiling winnow v0.5.15
12742023-11-16T20:31:43.227Z Compiling unicode-normalization v0.1.22
12752023-11-16T20:31:43.529Z Compiling serde_derive_internals v0.26.0
12762023-11-16T20:31:44.471Z Compiling unicode-bidi v0.3.13
12772023-11-16T20:31:45.064Z Compiling time-core v0.1.1
12782023-11-16T20:31:45.326Z Compiling time-macros v0.2.13
12792023-11-16T20:31:46.792Z Compiling cpufeatures v0.2.9
12802023-11-16T20:31:46.930Z Compiling native-tls v0.2.11
12812023-11-16T20:31:47.453Z Compiling aho-corasick v1.0.4
12822023-11-16T20:31:47.824Z Compiling percent-encoding v2.3.0
12832023-11-16T20:31:48.183Z Compiling regex-syntax v0.8.2
12842023-11-16T20:31:48.388Z Compiling rustix v0.38.9
12852023-11-16T20:31:49.173Z Compiling slog v2.7.0
12862023-11-16T20:31:49.476Z Compiling backtrace v0.3.69
12872023-11-16T20:31:49.977Z Compiling form_urlencoded v1.2.0
12882023-11-16T20:31:50.311Z Compiling lazy_static v1.4.0
12892023-11-16T20:31:50.469Z Compiling spin v0.9.8
12902023-11-16T20:31:50.491Z Compiling base64 v0.21.5
12912023-11-16T20:31:50.818Z Compiling ppv-lite86 v0.2.17
12922023-11-16T20:31:51.077Z Compiling hashbrown v0.13.2
12932023-11-16T20:31:51.669Z Compiling unicode-width v0.1.11
12942023-11-16T20:31:51.796Z Compiling anyhow v1.0.75
12952023-11-16T20:31:51.913Z Compiling idna v0.4.0
12962023-11-16T20:31:52.818Z Compiling errno v0.3.2
12972023-11-16T20:31:52.961Z Compiling rand_chacha v0.3.1
12982023-11-16T20:31:53.045Z Compiling socket2 v0.4.9
12992023-11-16T20:31:53.239Z Compiling untrusted v0.7.1
13002023-11-16T20:31:53.548Z Compiling url v2.4.1
13012023-11-16T20:31:54.537Z Compiling regex-automata v0.4.3
13022023-11-16T20:31:54.795Z Compiling hashbrown v0.12.3
13032023-11-16T20:31:54.812Z Compiling rand v0.8.5
13042023-11-16T20:31:56.016Z Compiling serde_derive v1.0.192
13052023-11-16T20:31:56.645Z Compiling zeroize_derive v1.4.2
13062023-11-16T20:31:56.690Z Compiling thiserror-impl v1.0.49
13072023-11-16T20:31:56.966Z Compiling tokio-macros v2.1.0
13082023-11-16T20:31:57.507Z Compiling futures-macro v0.3.29
13092023-11-16T20:31:59.033Z Compiling tracing-attributes v0.1.26
13102023-11-16T20:31:59.552Z Compiling zeroize v1.6.0
13112023-11-16T20:32:00.346Z Compiling schemars_derive v0.8.13
13122023-11-16T20:32:01.627Z Compiling pest v2.7.2
13132023-11-16T20:32:01.918Z Compiling openssl-macros v0.1.1
13142023-11-16T20:32:02.334Z Compiling crypto-common v0.1.6
13152023-11-16T20:32:02.655Z Compiling block-buffer v0.10.4
13162023-11-16T20:32:03.016Z Compiling digest v0.10.7
13172023-11-16T20:32:03.693Z Compiling regex v1.10.2
13182023-11-16T20:32:04.653Z Compiling tracing v0.1.37
13192023-11-16T20:32:05.487Z Compiling num-integer v0.1.45
13202023-11-16T20:32:05.607Z Compiling untrusted v0.9.0
13212023-11-16T20:32:05.861Z Compiling httpdate v1.0.3
13222023-11-16T20:32:05.934Z Compiling adler v1.0.2
13232023-11-16T20:32:06.302Z Compiling try-lock v0.2.4
13242023-11-16T20:32:06.507Z Compiling want v0.3.1
13252023-11-16T20:32:06.631Z Compiling miniz_oxide v0.7.1
13262023-11-16T20:32:06.818Z Compiling crc32fast v1.3.2
13272023-11-16T20:32:06.942Z Compiling unicode-xid v0.2.4
13282023-11-16T20:32:07.189Z Compiling mime v0.3.17
13292023-11-16T20:32:07.220Z Compiling openssl-probe v0.1.5
13302023-11-16T20:32:07.488Z Compiling foreign-types-shared v0.1.1
13312023-11-16T20:32:07.642Z Compiling tower-service v0.3.2
13322023-11-16T20:32:07.738Z Compiling foreign-types v0.3.2
13332023-11-16T20:32:07.874Z Compiling synstructure v0.12.6
13342023-11-16T20:32:07.915Z Compiling sct v0.7.0
13352023-11-16T20:32:08.381Z Compiling crossbeam-utils v0.8.16
13362023-11-16T20:32:09.354Z Compiling ipnet v2.8.0
13372023-11-16T20:32:10.471Z Compiling rustls-webpki v0.101.7
13382023-11-16T20:32:10.613Z Compiling zerocopy-derive v0.2.0
13392023-11-16T20:32:11.282Z Compiling pest_meta v2.7.2
13402023-11-16T20:32:11.418Z Compiling rustls-pemfile v1.0.3
13412023-11-16T20:32:11.517Z Compiling gimli v0.28.0
13422023-11-16T20:32:13.572Z Compiling pest_generator v2.7.2
13432023-11-16T20:32:13.886Z Compiling object v0.32.1
13442023-11-16T20:32:14.318Z Compiling encoding_rs v0.8.33
13452023-11-16T20:32:17.021Z Compiling bitflags v1.3.2
13462023-11-16T20:32:17.170Z Compiling rustc-demangle v0.1.23
13472023-11-16T20:32:18.745Z Compiling addr2line v0.21.0
13482023-11-16T20:32:19.708Z Compiling bytes v1.5.0
13492023-11-16T20:32:19.842Z Compiling indexmap v2.1.0
13502023-11-16T20:32:20.152Z Compiling chrono v0.4.31
13512023-11-16T20:32:21.821Z Compiling tokio v1.33.0
13522023-11-16T20:32:21.863Z Compiling uuid v1.5.0
13532023-11-16T20:32:22.003Z Compiling http v0.2.9
13542023-11-16T20:32:22.782Z Compiling bitflags v2.4.0
13552023-11-16T20:32:23.472Z Compiling toml_datetime v0.6.5
13562023-11-16T20:32:24.420Z Compiling serde_spanned v0.6.4
13572023-11-16T20:32:24.824Z Compiling toml_edit v0.19.15
13582023-11-16T20:32:25.153Z Compiling rustc_version v0.4.0
13592023-11-16T20:32:25.791Z Compiling http-body v0.4.5
13602023-11-16T20:32:26.149Z Compiling openapiv3 v2.0.0-rc.1
13612023-11-16T20:32:29.018Z Compiling serde_urlencoded v0.7.1
13622023-11-16T20:32:29.903Z Compiling pest_derive v2.7.2
13632023-11-16T20:32:30.601Z Compiling rustls-native-certs v0.6.3
13642023-11-16T20:32:32.398Z Compiling usdt-impl v0.3.5
13652023-11-16T20:32:32.920Z Compiling io-lifetimes v1.0.11
13662023-11-16T20:32:32.961Z Compiling num_threads v0.1.6
13672023-11-16T20:32:33.136Z Compiling webpki-roots v0.25.2
13682023-11-16T20:32:33.377Z Compiling deranged v0.3.8
13692023-11-16T20:32:34.582Z Compiling serde_tokenstream v0.2.0
13702023-11-16T20:32:34.715Z Compiling tokio-util v0.7.10
13712023-11-16T20:32:35.094Z Compiling tokio-rustls v0.24.1
13722023-11-16T20:32:35.386Z Compiling zerocopy v0.3.0
13732023-11-16T20:32:35.729Z Compiling block-padding v0.3.3
13742023-11-16T20:32:35.887Z Compiling dtrace-parser v0.1.14
13752023-11-16T20:32:36.075Z Compiling inout v0.1.3
13762023-11-16T20:32:36.486Z Compiling h2 v0.3.21
13772023-11-16T20:32:36.617Z Compiling time v0.3.27
13782023-11-16T20:32:37.239Z Compiling tokio-native-tls v0.3.1
13792023-11-16T20:32:37.431Z Compiling dof v0.1.5
13802023-11-16T20:32:38.657Z Compiling thread-id v4.2.0
13812023-11-16T20:32:38.810Z Compiling num-bigint v0.4.4
13822023-11-16T20:32:39.046Z Compiling rustversion v1.0.14
13832023-11-16T20:32:39.374Z Compiling rustix v0.37.23
13842023-11-16T20:32:40.123Z Compiling cipher v0.4.4
13852023-11-16T20:32:40.127Z Compiling serde_tokenstream v0.1.7
13862023-11-16T20:32:40.449Z Compiling zerocopy-derive v0.6.4
13872023-11-16T20:32:40.825Z Compiling regress v0.7.1
13882023-11-16T20:32:40.909Z Compiling data-encoding v2.4.0
13892023-11-16T20:32:42.659Z Compiling flate2 v1.0.28
13902023-11-16T20:32:43.393Z Compiling toml_edit v0.21.0
13912023-11-16T20:32:43.714Z Compiling hmac v0.12.1
13922023-11-16T20:32:44.041Z Compiling strsim v0.10.0
13932023-11-16T20:32:45.037Z Compiling strum_macros v0.25.2
13942023-11-16T20:32:45.443Z Compiling usdt-macro v0.3.5
13952023-11-16T20:32:45.695Z Compiling usdt-attr-macro v0.3.5
13962023-11-16T20:32:47.516Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
13972023-11-16T20:32:47.711Z Compiling sha2 v0.10.8
13982023-11-16T20:32:47.829Z Compiling enum-as-inner v0.5.1
13992023-11-16T20:32:47.921Z Compiling toml v0.7.8
14002023-11-16T20:32:49.200Z Compiling hyper v0.14.27
14012023-11-16T20:32:49.415Z Compiling heapless v0.7.16
14022023-11-16T20:32:50.386Z Compiling futures-executor v0.3.29
14032023-11-16T20:32:50.956Z Compiling bzip2-sys v0.1.11+1.0.8
14042023-11-16T20:32:51.245Z Compiling memoffset v0.9.0
14052023-11-16T20:32:51.321Z Compiling signal-hook v0.3.17
14062023-11-16T20:32:51.613Z Compiling managed v0.8.0
14072023-11-16T20:32:51.713Z Compiling unicode-segmentation v1.10.1
14082023-11-16T20:32:52.352Z Compiling futures v0.3.29
14092023-11-16T20:32:52.588Z Compiling ipnetwork v0.20.0
14102023-11-16T20:32:52.817Z Compiling getopts v0.2.21
14112023-11-16T20:32:53.183Z Compiling crossbeam-epoch v0.9.15
14122023-11-16T20:32:53.241Z Compiling num-iter v0.1.43
14132023-11-16T20:32:53.711Z Compiling unsafe-libyaml v0.2.9
14142023-11-16T20:32:53.817Z Compiling matches v0.1.10
14152023-11-16T20:32:53.951Z Compiling utf8parse v0.2.1
14162023-11-16T20:32:54.029Z Compiling siphasher v0.3.11
14172023-11-16T20:32:54.196Z Compiling smoltcp v0.9.1
14182023-11-16T20:32:54.650Z Compiling bit-vec v0.6.3
14192023-11-16T20:32:54.762Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14202023-11-16T20:32:55.165Z Compiling anstyle v1.0.2
14212023-11-16T20:32:55.304Z Compiling anstyle-parse v0.2.1
14222023-11-16T20:32:55.343Z Compiling idna v0.2.3
14232023-11-16T20:32:56.100Z Compiling serde_yaml v0.9.25
14242023-11-16T20:32:56.936Z Compiling zerocopy v0.6.4
14252023-11-16T20:32:57.542Z Compiling signature v2.1.0
14262023-11-16T20:32:57.876Z Compiling hubpack_derive v0.1.1
14272023-11-16T20:32:58.171Z Compiling clap_derive v4.4.2
14282023-11-16T20:32:58.302Z Compiling anstyle-query v1.0.0
14292023-11-16T20:32:58.383Z Compiling either v1.9.0
14302023-11-16T20:32:58.660Z Compiling colorchoice v1.0.0
14312023-11-16T20:32:58.899Z Compiling anstream v0.5.0
14322023-11-16T20:32:58.902Z Compiling terminal_size v0.2.6
14332023-11-16T20:32:59.220Z Compiling trust-dns-proto v0.22.0
14342023-11-16T20:33:00.018Z Compiling usdt v0.3.5
14352023-11-16T20:33:00.414Z Compiling yasna v0.5.2
14362023-11-16T20:33:01.105Z Compiling hyper-rustls v0.24.2
14372023-11-16T20:33:01.972Z Compiling hyper-tls v0.5.0
14382023-11-16T20:33:02.401Z Compiling reqwest v0.11.22
14392023-11-16T20:33:02.444Z Compiling md-5 v0.10.5
14402023-11-16T20:33:02.503Z Compiling stringprep v0.1.3
14412023-11-16T20:33:02.833Z Compiling diesel_table_macro_syntax v0.1.0
14422023-11-16T20:33:03.379Z Compiling hash32 v0.2.1
14432023-11-16T20:33:03.617Z Compiling clap_lex v0.5.1
14442023-11-16T20:33:03.987Z Compiling stable_deref_trait v1.2.0
14452023-11-16T20:33:04.134Z Compiling fallible-iterator v0.2.0
14462023-11-16T20:33:04.447Z Compiling clap_builder v4.4.2
14472023-11-16T20:33:05.351Z Compiling postgres-protocol v0.6.6
14482023-11-16T20:33:06.152Z Compiling diesel_derives v2.1.1
14492023-11-16T20:33:06.403Z Compiling phf_shared v0.11.2
14502023-11-16T20:33:07.575Z Compiling tokio-stream v0.1.14
14512023-11-16T20:33:07.808Z Compiling hex v0.4.3
14522023-11-16T20:33:08.838Z Compiling serde_repr v0.1.16
14532023-11-16T20:33:09.060Z Compiling scheduled-thread-pool v0.2.7
14542023-11-16T20:33:09.208Z Compiling regex-automata v0.1.10
14552023-11-16T20:33:10.053Z Compiling bstr v0.2.17
14562023-11-16T20:33:10.092Z Compiling r2d2 v0.8.10
14572023-11-16T20:33:10.614Z Compiling signal-hook-mio v0.2.3
14582023-11-16T20:33:10.842Z Compiling clap v4.4.3
14592023-11-16T20:33:11.006Z Compiling bzip2 v0.4.4
14602023-11-16T20:33:11.621Z Compiling phf v0.11.2
14612023-11-16T20:33:11.997Z Compiling postgres-types v0.2.6
14622023-11-16T20:33:12.561Z Compiling hubpack v0.1.2
14632023-11-16T20:33:13.301Z Compiling itertools v0.11.0
14642023-11-16T20:33:13.556Z Compiling itertools v0.10.5
14652023-11-16T20:33:15.369Z Compiling phf_shared v0.10.0
14662023-11-16T20:33:16.016Z Compiling float-cmp v0.9.0
14672023-11-16T20:33:16.359Z Compiling precomputed-hash v0.1.1
14682023-11-16T20:33:16.514Z Compiling whoami v1.4.1
14692023-11-16T20:33:17.533Z Compiling new_debug_unreachable v1.0.4
14702023-11-16T20:33:17.665Z Compiling fixedbitset v0.4.2
14712023-11-16T20:33:18.262Z Compiling static_assertions v1.1.0
14722023-11-16T20:33:18.390Z Compiling normalize-line-endings v0.3.0
14732023-11-16T20:33:18.409Z Compiling difflib v0.4.0
14742023-11-16T20:33:18.494Z Compiling predicates-core v1.0.6
14752023-11-16T20:33:18.497Z Compiling regex-automata v0.3.8
14762023-11-16T20:33:18.561Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14772023-11-16T20:33:19.071Z Compiling predicates v3.0.4
14782023-11-16T20:33:19.768Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14792023-11-16T20:33:23.941Z Compiling petgraph v0.6.4
14802023-11-16T20:33:24.864Z Compiling bstr v1.6.0
14812023-11-16T20:33:26.113Z Compiling string_cache v0.8.7
14822023-11-16T20:33:27.575Z Compiling tokio-postgres v0.7.10
14832023-11-16T20:33:28.287Z Compiling similar v2.2.1
14842023-11-16T20:33:28.997Z Compiling zip v0.6.6
14852023-11-16T20:33:49.630Z Compiling crossterm v0.27.0
14862023-11-16T20:33:50.000Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14872023-11-16T20:33:50.522Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14882023-11-16T20:33:50.618Z Compiling bit-set v0.5.3
14892023-11-16T20:33:50.807Z Compiling console v0.15.7
14902023-11-16T20:33:50.860Z Compiling lalrpop-util v0.19.12
14912023-11-16T20:33:50.888Z Compiling diesel v2.1.3
14922023-11-16T20:33:50.974Z Compiling camino v1.1.6
14932023-11-16T20:33:51.078Z Compiling slog-async v2.8.0
14942023-11-16T20:33:51.155Z Compiling multer v2.1.0
14952023-11-16T20:33:51.179Z Compiling async-stream-impl v0.3.5
14962023-11-16T20:33:51.310Z Compiling paste v1.0.14
14972023-11-16T20:33:51.343Z Compiling ident_case v1.0.1
14982023-11-16T20:33:51.385Z Compiling darling_core v0.20.3
14992023-11-16T20:33:51.401Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15002023-11-16T20:33:51.511Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15012023-11-16T20:33:51.550Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15022023-11-16T20:33:51.577Z Compiling structmeta-derive v0.2.0
15032023-11-16T20:33:51.587Z Compiling regex-syntax v0.7.5
15042023-11-16T20:33:51.593Z Compiling darling_macro v0.20.3
15052023-11-16T20:33:51.599Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15062023-11-16T20:33:51.603Z Compiling darling v0.20.3
15072023-11-16T20:33:51.613Z Compiling serde_with_macros v2.3.3
15082023-11-16T20:33:51.639Z Compiling structmeta v0.2.0
15092023-11-16T20:33:56.968Z Compiling parse-display-derive v0.8.2
15102023-11-16T20:34:03.914Z Compiling toml v0.8.8
15112023-11-16T20:34:04.254Z Compiling proc-macro-crate v1.3.1
15122023-11-16T20:34:08.249Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15132023-11-16T20:34:08.540Z Compiling num_enum_derive v0.5.11
15142023-11-16T20:34:21.988Z Compiling proc-macro-error-attr v1.0.4
15152023-11-16T20:34:27.754Z Compiling proc-macro-error v1.0.4
15162023-11-16T20:34:28.214Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15172023-11-16T20:34:30.601Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15182023-11-16T20:34:37.649Z Compiling foreign-types-macros v0.2.3
15192023-11-16T20:34:39.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15202023-11-16T20:34:40.417Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15212023-11-16T20:34:42.169Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15222023-11-16T20:34:42.620Z Compiling crucible-workspace-hack v0.1.0
15232023-11-16T20:34:43.313Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15242023-11-16T20:34:46.856Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15252023-11-16T20:34:47.281Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15262023-11-16T20:34:54.898Z Compiling sha1 v0.10.6
15272023-11-16T20:34:54.924Z Compiling atty v0.2.14
15282023-11-16T20:34:55.991Z Compiling match_cfg v0.1.0
15292023-11-16T20:34:56.028Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15302023-11-16T20:34:56.041Z Compiling hostname v0.3.1
15312023-11-16T20:35:02.376Z Compiling dirs-sys-next v0.1.2
15322023-11-16T20:35:08.525Z Compiling dirs-next v2.0.0
15332023-11-16T20:35:11.960Z Compiling heck v0.3.3
15342023-11-16T20:35:13.338Z Compiling thread_local v1.1.7
15352023-11-16T20:35:13.719Z Compiling fastrand v2.0.0
15362023-11-16T20:35:13.773Z Compiling libefi-sys v0.1.0
15372023-11-16T20:35:14.212Z Compiling structopt-derive v0.4.18
15382023-11-16T20:35:14.255Z Compiling tempfile v3.8.0
15392023-11-16T20:35:14.296Z Compiling term v0.7.0
15402023-11-16T20:35:14.766Z Compiling zone_cfg_derive v0.3.0
15412023-11-16T20:35:15.024Z Compiling crossbeam-channel v0.5.8
15422023-11-16T20:35:16.464Z Compiling num-derive v0.4.0
15432023-11-16T20:35:16.597Z Compiling instant v0.1.12
15442023-11-16T20:35:16.817Z Compiling take_mut v0.2.2
15452023-11-16T20:35:16.912Z Compiling slog-term v2.9.0
15462023-11-16T20:35:18.787Z Compiling slog-json v2.6.1
15472023-11-16T20:35:18.841Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15482023-11-16T20:35:19.102Z Compiling atomic-waker v1.1.1
15492023-11-16T20:35:19.310Z Compiling waitgroup v0.1.2
15502023-11-16T20:35:19.370Z Compiling slog-bunyan v2.4.0
15512023-11-16T20:35:19.719Z Compiling async-stream v0.3.5
15522023-11-16T20:35:20.155Z Compiling serde_path_to_error v0.1.14
15532023-11-16T20:35:20.220Z Compiling same-file v1.0.6
15542023-11-16T20:35:20.251Z Compiling debug-ignore v1.0.5
15552023-11-16T20:35:20.547Z Compiling platforms v3.0.2
15562023-11-16T20:35:21.082Z Compiling walkdir v2.4.0
15572023-11-16T20:35:21.590Z Compiling strum v0.25.0
15582023-11-16T20:35:21.849Z Compiling toml v0.5.11
15592023-11-16T20:35:22.012Z Compiling semver-parser v0.10.2
15602023-11-16T20:35:22.128Z Compiling xattr v1.0.1
15612023-11-16T20:35:22.525Z Compiling filetime v0.2.22
15622023-11-16T20:35:23.002Z Compiling tar v0.4.40
15632023-11-16T20:35:23.841Z Compiling semver v0.11.0
15642023-11-16T20:35:23.870Z Compiling serde_with v2.3.3
15652023-11-16T20:35:25.263Z Compiling home v0.5.5
15662023-11-16T20:35:25.350Z Compiling curve25519-dalek v4.1.0
15672023-11-16T20:35:25.602Z Compiling toolchain_find v0.2.0
15682023-11-16T20:35:26.338Z Compiling backoff v0.4.0
15692023-11-16T20:35:26.397Z Compiling parse-display v0.8.2
15702023-11-16T20:35:26.684Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15712023-11-16T20:35:26.724Z Compiling macaddr v1.0.1
15722023-11-16T20:35:27.082Z Compiling rustfmt-wrapper v0.2.0
15732023-11-16T20:35:27.481Z Compiling omicron-zone-package v0.8.3
15742023-11-16T20:35:28.929Z Compiling curve25519-dalek-derive v0.1.0
15752023-11-16T20:35:29.445Z Compiling num-rational v0.4.1
15762023-11-16T20:35:29.929Z Compiling getrandom v0.1.16
15772023-11-16T20:35:30.551Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15782023-11-16T20:35:31.245Z Compiling num_enum v0.5.11
15792023-11-16T20:35:31.342Z Compiling postcard-cobs v0.1.5-pre
15802023-11-16T20:35:31.719Z Compiling postcard v0.7.3
15812023-11-16T20:35:31.803Z Compiling smoltcp v0.8.2
15822023-11-16T20:35:32.569Z Compiling unicase v2.7.0
15832023-11-16T20:35:33.036Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15842023-11-16T20:35:33.320Z Compiling parking_lot_core v0.8.6
15852023-11-16T20:35:33.354Z Compiling foreign-types-shared v0.3.1
15862023-11-16T20:35:33.516Z Compiling cfg-if v0.1.10
15872023-11-16T20:35:33.538Z Compiling foreign-types v0.5.0
15882023-11-16T20:35:34.314Z Compiling is-terminal v0.4.9
15892023-11-16T20:35:34.451Z Compiling cstr-argument v0.1.2
15902023-11-16T20:35:34.539Z Compiling pretty-hex v0.2.1
15912023-11-16T20:35:35.173Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15922023-11-16T20:35:35.280Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15932023-11-16T20:35:35.744Z Compiling colored v2.0.4
15942023-11-16T20:35:36.496Z Compiling textwrap v0.11.0
15952023-11-16T20:35:36.527Z Compiling slog-dtrace v0.2.3
15962023-11-16T20:35:36.742Z Compiling vec_map v0.8.2
15972023-11-16T20:35:36.913Z Compiling winapi v0.3.9
15982023-11-16T20:35:36.991Z Compiling ansi_term v0.12.1
15992023-11-16T20:35:37.177Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16002023-11-16T20:35:37.384Z Compiling strsim v0.8.0
16012023-11-16T20:35:37.907Z Compiling convert_case v0.4.0
16022023-11-16T20:35:38.479Z Compiling clap v2.34.0
16032023-11-16T20:35:39.165Z Compiling derive_more v0.99.17
16042023-11-16T20:35:41.169Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16052023-11-16T20:35:43.698Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16062023-11-16T20:35:44.294Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16072023-11-16T20:35:44.442Z Compiling thiserror-impl-no-std v2.0.2
16082023-11-16T20:35:46.490Z Compiling base64ct v1.6.0
16092023-11-16T20:35:47.475Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16102023-11-16T20:35:49.081Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16112023-11-16T20:35:49.794Z Compiling structopt v0.3.26
16122023-11-16T20:35:49.875Z Compiling mime_guess v2.0.4
16132023-11-16T20:35:51.614Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16142023-11-16T20:35:51.743Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16152023-11-16T20:35:52.994Z Compiling zone v0.3.0
16162023-11-16T20:35:53.583Z Compiling smf v0.2.2
16172023-11-16T20:35:54.173Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16182023-11-16T20:35:54.789Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16192023-11-16T20:35:56.243Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16202023-11-16T20:35:56.661Z Compiling universal-hash v0.5.1
16212023-11-16T20:35:56.754Z Compiling opaque-debug v0.3.0
16222023-11-16T20:35:56.891Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16232023-11-16T20:35:57.405Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16242023-11-16T20:35:57.463Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16252023-11-16T20:35:57.748Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16262023-11-16T20:35:58.637Z Compiling hkdf v0.12.3
16272023-11-16T20:35:58.845Z Compiling cancel-safe-futures v0.1.5
16282023-11-16T20:35:59.771Z Compiling keccak v0.1.4
16292023-11-16T20:36:00.838Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16302023-11-16T20:36:01.288Z Compiling quick-error v1.2.3
16312023-11-16T20:36:01.504Z Compiling linked-hash-map v0.5.6
16322023-11-16T20:36:02.083Z Compiling lru-cache v0.1.2
16332023-11-16T20:36:02.390Z Compiling resolv-conf v0.7.0
16342023-11-16T20:36:03.832Z Compiling sha3 v0.10.8
16352023-11-16T20:36:04.338Z Compiling password-hash v0.5.0
16362023-11-16T20:36:07.171Z Compiling blake2 v0.10.6
16372023-11-16T20:36:07.221Z Compiling aead v0.5.2
16382023-11-16T20:36:07.692Z Compiling secrecy v0.8.0
16392023-11-16T20:36:08.106Z Compiling num-complex v0.4.4
16402023-11-16T20:36:08.130Z Compiling ff v0.13.0
16412023-11-16T20:36:08.490Z Compiling nibble_vec v0.1.0
16422023-11-16T20:36:08.817Z Compiling arc-swap v1.6.0
16432023-11-16T20:36:10.013Z Compiling endian-type v0.1.2
16442023-11-16T20:36:10.367Z Compiling utf-8 v0.7.6
16452023-11-16T20:36:10.897Z Compiling tungstenite v0.20.1
16462023-11-16T20:36:11.026Z Compiling radix_trie v0.2.1
16472023-11-16T20:36:20.866Z Compiling num v0.4.1
16482023-11-16T20:36:20.951Z Compiling slog-scope v4.4.0
16492023-11-16T20:36:21.002Z Compiling group v0.13.0
16502023-11-16T20:36:21.023Z Compiling argon2 v0.5.2
16512023-11-16T20:36:21.037Z Compiling rand_core v0.5.1
16522023-11-16T20:36:21.043Z Compiling trust-dns-resolver v0.22.0
16532023-11-16T20:36:21.054Z Compiling poly1305 v0.8.0
16542023-11-16T20:36:21.063Z Compiling chacha20 v0.9.1
16552023-11-16T20:36:21.087Z Compiling crypto-bigint v0.5.2
16562023-11-16T20:36:21.426Z Compiling half v1.8.2
16572023-11-16T20:36:21.444Z Compiling option-ext v0.2.0
16582023-11-16T20:36:21.543Z Compiling base16ct v0.2.0
16592023-11-16T20:36:21.621Z Compiling ciborium-io v0.2.1
16602023-11-16T20:36:21.888Z Compiling dirs-sys v0.4.1
16612023-11-16T20:36:22.099Z Compiling ciborium-ll v0.2.1
16622023-11-16T20:36:23.582Z Compiling parking_lot v0.11.2
16632023-11-16T20:36:23.608Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16642023-11-16T20:36:23.886Z Compiling rand_chacha v0.2.2
16652023-11-16T20:36:24.211Z Compiling elliptic-curve v0.13.5
16662023-11-16T20:36:24.685Z Compiling tokio-tungstenite v0.20.1
16672023-11-16T20:36:25.080Z Compiling slog-stdlog v4.1.1
16682023-11-16T20:36:25.419Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16692023-11-16T20:36:25.607Z Compiling trust-dns-client v0.22.0
16702023-11-16T20:36:25.631Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16712023-11-16T20:36:25.846Z Compiling polyval v0.6.1
16722023-11-16T20:36:26.509Z Compiling thiserror-no-std v2.0.2
16732023-11-16T20:36:26.682Z Compiling password-hash v0.4.2
16742023-11-16T20:36:27.779Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16752023-11-16T20:36:29.018Z Compiling ed25519 v2.2.2
16762023-11-16T20:36:29.057Z Compiling ctr v0.9.2
16772023-11-16T20:36:29.062Z Compiling aes v0.8.3
16782023-11-16T20:36:29.412Z Compiling blowfish v0.9.1
16792023-11-16T20:36:29.865Z Compiling pbkdf2 v0.12.2
16802023-11-16T20:36:30.119Z Compiling fxhash v0.2.1
16812023-11-16T20:36:30.179Z Compiling glob v0.3.1
16822023-11-16T20:36:31.935Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
16832023-11-16T20:36:33.573Z Compiling sled v0.34.7
16842023-11-16T20:36:33.800Z Compiling bcrypt-pbkdf v0.10.0
16852023-11-16T20:36:34.498Z Compiling ed25519-dalek v2.0.0
16862023-11-16T20:36:34.605Z Compiling trust-dns-server v0.22.1
16872023-11-16T20:36:35.411Z Compiling pbkdf2 v0.11.0
16882023-11-16T20:36:36.702Z Compiling russh-cryptovec v0.7.0
16892023-11-16T20:36:36.741Z Compiling vsss-rs v3.3.1
16902023-11-16T20:36:37.184Z Compiling ghash v0.5.0
16912023-11-16T20:36:37.245Z Compiling slog-envlogger v2.2.0
16922023-11-16T20:36:37.463Z Compiling rand v0.7.3
16932023-11-16T20:36:39.149Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16942023-11-16T20:36:41.924Z Compiling ciborium v0.2.1
16952023-11-16T20:36:41.966Z Compiling dirs v5.0.1
16962023-11-16T20:36:42.235Z Compiling chacha20poly1305 v0.10.1
16972023-11-16T20:36:44.892Z Compiling camino-tempfile v1.0.2
16982023-11-16T20:36:45.901Z Compiling cbc v0.1.2
16992023-11-16T20:36:46.014Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17002023-11-16T20:36:46.105Z Compiling headers-core v0.2.0
17012023-11-16T20:36:46.245Z Compiling kstat-rs v0.2.3
17022023-11-16T20:36:46.341Z Compiling pem v3.0.2
17032023-11-16T20:36:46.964Z Compiling base64 v0.13.1
17042023-11-16T20:36:47.404Z Compiling md5 v0.7.0
17052023-11-16T20:36:47.408Z Compiling pretty-hex v0.3.0
17062023-11-16T20:36:47.653Z Compiling http-range v0.1.5
17072023-11-16T20:36:47.718Z Compiling pem v1.1.1
17082023-11-16T20:36:47.965Z Compiling hyper-staticfile v0.9.5
17092023-11-16T20:36:48.014Z Compiling russh-keys v0.38.0
17102023-11-16T20:36:48.815Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17112023-11-16T20:36:52.093Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17122023-11-16T20:36:52.319Z Compiling rcgen v0.11.3
17132023-11-16T20:36:52.806Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17142023-11-16T20:36:52.986Z Compiling headers v0.3.9
17152023-11-16T20:36:56.592Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17162023-11-16T20:37:05.050Z Compiling aes-gcm v0.10.3
17172023-11-16T20:37:05.477Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17182023-11-16T20:37:09.200Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17192023-11-16T20:37:10.582Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17202023-11-16T20:37:16.998Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17212023-11-16T20:37:18.445Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17222023-11-16T20:37:19.288Z Compiling atomicwrites v0.4.2
17232023-11-16T20:37:19.871Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17242023-11-16T20:37:23.188Z Compiling subprocess v0.2.9
17252023-11-16T20:37:24.130Z Compiling hex-literal v0.4.1
17262023-11-16T20:37:26.592Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17272023-11-16T20:37:26.843Z Compiling russh v0.39.0
17282023-11-16T20:37:29.896Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17292023-11-16T20:37:50.716Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17302023-11-16T20:38:28.566Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17312023-11-16T20:39:48.295Z Finished dev [unoptimized + debuginfo] target(s) in 8m 47s
17322023-11-16T20:39:48.628Z
17332023-11-16T20:39:48.631Zreal 8:47.912927577
17342023-11-16T20:39:48.634Zuser 51:30.748029495
17352023-11-16T20:39:48.637Zsys 8:15.482617264
17362023-11-16T20:39:48.640Ztrap 2.011623283
17372023-11-16T20:39:48.643Ztflt 10.767347058
17382023-11-16T20:39:48.646Zdflt 11.134121453
17392023-11-16T20:39:48.649Zkflt 0.030576294
17402023-11-16T20:39:48.651Zlock 1:35:11.178192381
17412023-11-16T20:39:48.654Zslp 2:23:33.154818109
17422023-11-16T20:39:48.657Zlat 2:09.003020060
17432023-11-16T20:39:48.660Zstop 4:44.509129522
17442023-11-16T20:39:48.662Z+ mkdir -p /work/end-to-end-tests
17452023-11-16T20:39:48.665Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17462023-11-16T20:39:49.578Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17472023-11-16T20:39:49.583Z+ ptime -m gzip
17482023-11-16T20:39:49.586Z++ basename target/debug/bootstrap
17492023-11-16T20:40:04.709Z
17502023-11-16T20:40:04.722Zreal 15.119078880
17512023-11-16T20:40:04.728Zuser 14.931354698
17522023-11-16T20:40:04.733Zsys 0.170393375
17532023-11-16T20:40:04.736Ztrap 0.008284807
17542023-11-16T20:40:04.739Ztflt 0.000000000
17552023-11-16T20:40:04.754Zdflt 0.000000000
17562023-11-16T20:40:04.758Zkflt 0.000000000
17572023-11-16T20:40:04.763Zlock 0.000000000
17582023-11-16T20:40:04.765Zslp 0.000000000
17592023-11-16T20:40:04.769Zlat 0.007398393
17602023-11-16T20:40:04.773Zstop 0.001474197
17612023-11-16T20:40:04.783Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17622023-11-16T20:40:04.789Z+ ptime -m gzip
17632023-11-16T20:40:04.798Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cd1d99075975e5dc
17642023-11-16T20:40:05.801Z
17652023-11-16T20:40:05.805Zreal 1.082628860
17662023-11-16T20:40:05.808Zuser 1.069429597
17672023-11-16T20:40:05.812Zsys 0.012466512
17682023-11-16T20:40:05.816Ztrap 0.000196206
17692023-11-16T20:40:05.819Ztflt 0.000000000
17702023-11-16T20:40:05.822Zdflt 0.000000000
17712023-11-16T20:40:05.825Zkflt 0.000000000
17722023-11-16T20:40:05.828Zlock 0.000000000
17732023-11-16T20:40:05.831Zslp 0.000000000
17742023-11-16T20:40:05.835Zlat 0.000176424
17752023-11-16T20:40:05.838Zstop 0.000232598
17762023-11-16T20:40:05.841Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17772023-11-16T20:40:05.845Z+ ptime -m gzip
17782023-11-16T20:40:05.848Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d1c7f350d876f572
17792023-11-16T20:40:23.091Z
17802023-11-16T20:40:23.094Zreal 17.282382202
17812023-11-16T20:40:23.097Zuser 17.090316541
17822023-11-16T20:40:23.100Zsys 0.186426488
17832023-11-16T20:40:23.103Ztrap 0.004000006
17842023-11-16T20:40:23.106Ztflt 0.000000000
17852023-11-16T20:40:23.109Zdflt 0.000000000
17862023-11-16T20:40:23.112Zkflt 0.000000000
17872023-11-16T20:40:23.114Zlock 0.000000000
17882023-11-16T20:40:23.117Zslp 0.000000000
17892023-11-16T20:40:23.120Zlat 0.001257703
17902023-11-16T20:40:23.123Zstop 0.000261541
17912023-11-16T20:40:23.126Z+ banner caboose-util
17922023-11-16T20:40:23.129Z
17932023-11-16T20:40:23.132Z #### ## ##### #### #### #### ###### # # #####
17942023-11-16T20:40:23.135Z # # # # # # # # # # # # # # #
17952023-11-16T20:40:23.139Z # # # ##### # # # # #### ##### ##### # # #
17962023-11-16T20:40:23.143Z # ###### # # # # # # # # # # #
17972023-11-16T20:40:23.146Z # # # # # # # # # # # # # # # #
17982023-11-16T20:40:23.149Z #### # # ##### #### #### #### ###### #### #
17992023-11-16T20:40:23.152Z
18002023-11-16T20:40:23.159Z+ ptime -m cargo build --locked -p caboose-util --release
18012023-11-16T20:40:23.765Z Downloading crates ...
18022023-11-16T20:40:24.087Z Downloaded nodrop v0.1.14
18032023-11-16T20:40:24.091Z Downloaded packed_struct_codegen v0.10.1
18042023-11-16T20:40:24.100Z Downloaded array-init v0.0.4
18052023-11-16T20:40:24.103Z Downloaded path-slash v0.1.5
18062023-11-16T20:40:24.113Z Downloaded maybe-uninit v2.0.0
18072023-11-16T20:40:24.117Z Downloaded funty v2.0.0
18082023-11-16T20:40:24.120Z Downloaded smallvec v0.6.14
18092023-11-16T20:40:24.123Z Downloaded radium v0.7.0
18102023-11-16T20:40:24.126Z Downloaded wyz v0.5.1
18112023-11-16T20:40:24.129Z Downloaded packed_struct v0.10.1
18122023-11-16T20:40:24.132Z Downloaded flagset v0.4.3
18132023-11-16T20:40:24.135Z Downloaded tap v1.0.1
18142023-11-16T20:40:24.137Z Downloaded serde-hex v0.1.0
18152023-11-16T20:40:24.140Z Downloaded pem-rfc7468 v0.7.0
18162023-11-16T20:40:24.143Z Downloaded num-bigint-dig v0.8.4
18172023-11-16T20:40:24.149Z Downloaded crc-any v2.4.3
18182023-11-16T20:40:24.153Z Downloaded rsa v0.9.2
18192023-11-16T20:40:24.163Z Downloaded x509-cert v0.2.4
18202023-11-16T20:40:24.175Z Downloaded ron v0.8.1
18212023-11-16T20:40:24.184Z Downloaded object v0.30.4
18222023-11-16T20:40:24.201Z Downloaded bitvec v1.0.1
18232023-11-16T20:40:24.228Z Downloaded pkcs1 v0.7.5
18242023-11-16T20:40:24.232Z Downloaded der_derive v0.7.2
18252023-11-16T20:40:24.235Z Downloaded env_logger v0.10.0
18262023-11-16T20:40:24.239Z Downloaded crc v3.0.1
18272023-11-16T20:40:24.241Z Downloaded termcolor v1.2.0
18282023-11-16T20:40:24.244Z Downloaded bitfield v0.14.0
18292023-11-16T20:40:24.247Z Downloaded crc-catalog v2.2.0
18302023-11-16T20:40:24.431Z Compiling proc-macro2 v1.0.69
18312023-11-16T20:40:24.434Z Compiling unicode-ident v1.0.12
18322023-11-16T20:40:24.437Z Compiling libc v0.2.150
18332023-11-16T20:40:24.440Z Compiling autocfg v1.1.0
18342023-11-16T20:40:24.442Z Compiling serde v1.0.192
18352023-11-16T20:40:24.453Z Compiling cfg-if v1.0.0
18362023-11-16T20:40:24.456Z Compiling version_check v0.9.4
18372023-11-16T20:40:24.591Z Compiling parking_lot_core v0.9.8
18382023-11-16T20:40:24.602Z Compiling syn v1.0.109
18392023-11-16T20:40:24.720Z Compiling typenum v1.16.0
18402023-11-16T20:40:25.265Z Compiling libm v0.2.7
18412023-11-16T20:40:25.282Z Compiling futures-core v0.3.29
18422023-11-16T20:40:25.551Z Compiling generic-array v0.14.7
18432023-11-16T20:40:25.616Z Compiling lock_api v0.4.10
18442023-11-16T20:40:25.731Z Compiling num-traits v0.2.16
18452023-11-16T20:40:25.771Z Compiling once_cell v1.18.0
18462023-11-16T20:40:25.977Z Compiling pkg-config v0.3.27
18472023-11-16T20:40:26.055Z Compiling scopeguard v1.2.0
18482023-11-16T20:40:26.369Z Compiling slab v0.4.9
18492023-11-16T20:40:26.383Z Compiling futures-channel v0.3.29
18502023-11-16T20:40:26.416Z Compiling futures-task v0.3.29
18512023-11-16T20:40:26.826Z Compiling quote v1.0.33
18522023-11-16T20:40:26.858Z Compiling serde_json v1.0.108
18532023-11-16T20:40:27.068Z Compiling thiserror v1.0.49
18542023-11-16T20:40:27.330Z Compiling memchr v2.6.3
18552023-11-16T20:40:27.695Z Compiling syn v2.0.32
18562023-11-16T20:40:27.724Z Compiling cc v1.0.83
18572023-11-16T20:40:27.747Z Compiling getrandom v0.2.10
18582023-11-16T20:40:28.403Z Compiling itoa v1.0.9
18592023-11-16T20:40:28.422Z Compiling futures-util v0.3.29
18602023-11-16T20:40:28.720Z Compiling smallvec v1.11.0
18612023-11-16T20:40:28.919Z Compiling log v0.4.20
18622023-11-16T20:40:30.031Z Compiling vcpkg v0.2.15
18632023-11-16T20:40:30.275Z Compiling byteorder v1.5.0
18642023-11-16T20:40:30.380Z Compiling rand_core v0.6.4
18652023-11-16T20:40:31.140Z Compiling pin-project-lite v0.2.13
18662023-11-16T20:40:31.312Z Compiling parking_lot v0.12.1
18672023-11-16T20:40:32.066Z Compiling ring v0.17.5
18682023-11-16T20:40:32.340Z Compiling indexmap v1.9.3
18692023-11-16T20:40:32.926Z Compiling openssl-sys v0.9.93
18702023-11-16T20:40:33.988Z Compiling signal-hook-registry v1.4.1
18712023-11-16T20:40:34.975Z Compiling io-lifetimes v1.0.11
18722023-11-16T20:40:35.774Z Compiling ring v0.16.20
18732023-11-16T20:40:36.070Z Compiling mio v0.8.8
18742023-11-16T20:40:37.022Z Compiling num-integer v0.1.45
18752023-11-16T20:40:37.393Z Compiling ryu v1.0.15
18762023-11-16T20:40:37.473Z Compiling semver v1.0.20
18772023-11-16T20:40:37.584Z Compiling const-oid v0.9.5
18782023-11-16T20:40:38.201Z Compiling spin v0.5.2
18792023-11-16T20:40:38.570Z Compiling rustix v0.37.23
18802023-11-16T20:40:39.841Z Compiling num_cpus v1.16.0
18812023-11-16T20:40:39.883Z Compiling socket2 v0.5.4
18822023-11-16T20:40:40.005Z Compiling futures-sink v0.3.29
18832023-11-16T20:40:40.228Z Compiling heck v0.4.1
18842023-11-16T20:40:40.566Z Compiling openssl v0.10.57
18852023-11-16T20:40:40.872Z Compiling unicode-xid v0.2.4
18862023-11-16T20:40:41.127Z Compiling ucd-trie v0.1.6
18872023-11-16T20:40:41.165Z Compiling httparse v1.8.0
18882023-11-16T20:40:41.319Z Compiling synstructure v0.12.6
18892023-11-16T20:40:41.763Z Compiling tinyvec_macros v0.1.1
18902023-11-16T20:40:41.882Z Compiling tinyvec v1.6.0
18912023-11-16T20:40:42.937Z Compiling crc32fast v1.3.2
18922023-11-16T20:40:42.993Z Compiling futures-io v0.3.29
18932023-11-16T20:40:43.379Z Compiling pin-utils v0.1.0
18942023-11-16T20:40:43.391Z Compiling native-tls v0.2.11
18952023-11-16T20:40:43.502Z Compiling rustls v0.21.8
18962023-11-16T20:40:43.606Z Compiling ppv-lite86 v0.2.17
18972023-11-16T20:40:43.834Z Compiling bzip2-sys v0.1.11+1.0.8
18982023-11-16T20:40:43.886Z Compiling spin v0.9.8
18992023-11-16T20:40:44.198Z Compiling tracing-core v0.1.31
19002023-11-16T20:40:44.475Z Compiling unicode-normalization v0.1.22
19012023-11-16T20:40:44.575Z Compiling subtle v2.5.0
19022023-11-16T20:40:45.029Z Compiling rand_chacha v0.3.1
19032023-11-16T20:40:45.041Z Compiling unicode-bidi v0.3.13
19042023-11-16T20:40:45.865Z Compiling rand v0.8.5
19052023-11-16T20:40:47.280Z Compiling errno v0.3.2
19062023-11-16T20:40:47.329Z Compiling num-iter v0.1.43
19072023-11-16T20:40:47.400Z Compiling usdt-impl v0.3.5
19082023-11-16T20:40:47.623Z Compiling ahash v0.8.3
19092023-11-16T20:40:47.898Z Compiling schemars v0.8.13
19102023-11-16T20:40:48.447Z Compiling base64 v0.21.5
19112023-11-16T20:40:48.531Z Compiling signal-hook v0.3.17
19122023-11-16T20:40:48.599Z Compiling rustix v0.38.9
19132023-11-16T20:40:49.348Z Compiling serde_derive_internals v0.26.0
19142023-11-16T20:40:50.261Z Compiling serde_derive v1.0.192
19152023-11-16T20:40:50.453Z Compiling zeroize_derive v1.4.2
19162023-11-16T20:40:50.555Z Compiling tokio-macros v2.1.0
19172023-11-16T20:40:50.569Z Compiling thiserror-impl v1.0.49
19182023-11-16T20:40:51.414Z Compiling futures-macro v0.3.29
19192023-11-16T20:40:51.636Z Compiling tracing-attributes v0.1.26
19202023-11-16T20:40:52.786Z Compiling zeroize v1.6.0
19212023-11-16T20:40:53.404Z Compiling zerocopy-derive v0.2.0
19222023-11-16T20:40:54.374Z Compiling openssl-macros v0.1.1
19232023-11-16T20:40:55.376Z Compiling pest v2.7.2
19242023-11-16T20:40:55.509Z Compiling zerocopy-derive v0.6.4
19252023-11-16T20:40:55.718Z Compiling crypto-common v0.1.6
19262023-11-16T20:40:56.033Z Compiling block-buffer v0.10.4
19272023-11-16T20:40:56.419Z Compiling digest v0.10.7
19282023-11-16T20:40:57.097Z Compiling tracing v0.1.37
19292023-11-16T20:40:57.838Z Compiling bitflags v1.3.2
19302023-11-16T20:40:58.600Z Compiling fnv v1.0.7
19312023-11-16T20:40:59.325Z Compiling zerocopy v0.3.0
19322023-11-16T20:41:00.260Z Compiling pest_meta v2.7.2
19332023-11-16T20:41:00.285Z Compiling schemars_derive v0.8.13
19342023-11-16T20:41:01.663Z Compiling lazy_static v1.4.0
19352023-11-16T20:41:03.291Z Compiling pest_generator v2.7.2
19362023-11-16T20:41:05.298Z Compiling backtrace v0.3.69
19372023-11-16T20:41:05.311Z Compiling memoffset v0.9.0
19382023-11-16T20:41:05.322Z Compiling num-bigint v0.4.4
19392023-11-16T20:41:05.783Z Compiling percent-encoding v2.3.0
19402023-11-16T20:41:05.903Z Compiling untrusted v0.9.0
19412023-11-16T20:41:06.014Z Compiling equivalent v1.0.1
19422023-11-16T20:41:06.158Z Compiling hashbrown v0.12.3
19432023-11-16T20:41:06.161Z Compiling async-trait v0.1.74
19442023-11-16T20:41:06.272Z Compiling iana-time-zone v0.1.57
19452023-11-16T20:41:06.817Z Compiling base64ct v1.6.0
19462023-11-16T20:41:06.842Z Compiling foreign-types-shared v0.1.1
19472023-11-16T20:41:06.988Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19482023-11-16T20:41:07.175Z Compiling pest_derive v2.7.2
19492023-11-16T20:41:08.063Z Compiling untrusted v0.7.1
19502023-11-16T20:41:08.077Z Compiling smoltcp v0.9.1
19512023-11-16T20:41:08.091Z Compiling openssl-probe v0.1.5
19522023-11-16T20:41:08.218Z Compiling hashbrown v0.14.2
19532023-11-16T20:41:08.324Z Compiling crossbeam-utils v0.8.16
19542023-11-16T20:41:08.343Z Compiling dtrace-parser v0.1.14
19552023-11-16T20:41:09.047Z Compiling pem-rfc7468 v0.7.0
19562023-11-16T20:41:10.033Z Compiling foreign-types v0.3.2
19572023-11-16T20:41:10.900Z Compiling dof v0.1.5
19582023-11-16T20:41:11.123Z Compiling clap_derive v4.4.2
19592023-11-16T20:41:12.094Z Compiling der_derive v0.7.2
19602023-11-16T20:41:13.973Z Compiling bytes v1.5.0
19612023-11-16T20:41:15.727Z Compiling bitflags v2.4.0
19622023-11-16T20:41:15.965Z Compiling tokio v1.33.0
19632023-11-16T20:41:16.812Z Compiling rustc_version v0.4.0
19642023-11-16T20:41:17.822Z Compiling heapless v0.7.16
19652023-11-16T20:41:17.964Z Compiling http v0.2.9
19662023-11-16T20:41:18.451Z Compiling uuid v1.5.0
19672023-11-16T20:41:18.815Z Compiling chrono v0.4.31
19682023-11-16T20:41:18.995Z Compiling indexmap v2.1.0
19692023-11-16T20:41:21.192Z Compiling thread-id v4.2.0
19702023-11-16T20:41:21.617Z Compiling flagset v0.4.3
19712023-11-16T20:41:21.633Z Compiling time-core v0.1.1
19722023-11-16T20:41:21.758Z Compiling rustversion v1.0.14
19732023-11-16T20:41:21.875Z Compiling adler v1.0.2
19742023-11-16T20:41:21.953Z Compiling cpufeatures v0.2.9
19752023-11-16T20:41:22.091Z Compiling utf8parse v0.2.1
19762023-11-16T20:41:22.182Z Compiling anstyle v1.0.2
19772023-11-16T20:41:22.368Z Compiling try-lock v0.2.4
19782023-11-16T20:41:22.568Z Compiling siphasher v0.3.11
19792023-11-16T20:41:23.447Z Compiling want v0.3.1
19802023-11-16T20:41:23.846Z Compiling anstyle-parse v0.2.1
19812023-11-16T20:41:24.514Z Compiling miniz_oxide v0.7.1
19822023-11-16T20:41:25.043Z Compiling sha2 v0.10.8
19832023-11-16T20:41:26.756Z Compiling der v0.7.8
19842023-11-16T20:41:27.403Z Compiling time-macros v0.2.13
19852023-11-16T20:41:29.365Z Compiling tokio-util v0.7.10
19862023-11-16T20:41:31.181Z Compiling h2 v0.3.21
19872023-11-16T20:41:32.490Z Compiling http-body v0.4.5
19882023-11-16T20:41:35.814Z Compiling rustls-webpki v0.101.7
19892023-11-16T20:41:36.649Z Compiling serde_tokenstream v0.1.7
19902023-11-16T20:41:38.431Z Compiling sct v0.7.0
19912023-11-16T20:41:38.812Z Compiling form_urlencoded v1.2.0
19922023-11-16T20:41:38.892Z Compiling hubpack_derive v0.1.1
19932023-11-16T20:41:39.627Z Compiling socket2 v0.4.9
19942023-11-16T20:41:39.994Z Compiling crossbeam-epoch v0.9.15
19952023-11-16T20:41:40.636Z Compiling tower-service v0.3.2
19962023-11-16T20:41:40.932Z Compiling radium v0.7.0
19972023-11-16T20:41:40.955Z Compiling anyhow v1.0.75
19982023-11-16T20:41:41.569Z Compiling anstyle-query v1.0.0
19992023-11-16T20:41:41.690Z Compiling colorchoice v1.0.0
20002023-11-16T20:41:41.769Z Compiling httpdate v1.0.3
20012023-11-16T20:41:42.039Z Compiling slog v2.7.0
20022023-11-16T20:41:42.864Z Compiling anstream v0.5.0
20032023-11-16T20:41:45.451Z Compiling hyper v0.14.27
20042023-11-16T20:41:50.216Z Compiling terminal_size v0.2.6
20052023-11-16T20:41:52.470Z Compiling spki v0.7.2
20062023-11-16T20:41:55.651Z Compiling serde_spanned v0.6.4
20072023-11-16T20:41:56.000Z Compiling toml_datetime v0.6.5
20082023-11-16T20:41:56.659Z Compiling rustls-pemfile v1.0.3
20092023-11-16T20:41:57.098Z Compiling zerocopy v0.6.4
20102023-11-16T20:41:57.126Z Compiling hmac v0.12.1
20112023-11-16T20:41:57.179Z Compiling md-5 v0.10.5
20122023-11-16T20:41:57.622Z Compiling stringprep v0.1.3
20132023-11-16T20:41:57.762Z Compiling idna v0.4.0
20142023-11-16T20:41:58.792Z Compiling diesel_table_macro_syntax v0.1.0
20152023-11-16T20:41:59.048Z Compiling hash32 v0.2.1
20162023-11-16T20:41:59.087Z Compiling aho-corasick v1.0.4
20172023-11-16T20:41:59.113Z Compiling winnow v0.5.15
20182023-11-16T20:41:59.653Z Compiling strsim v0.10.0
20192023-11-16T20:42:00.294Z Compiling gimli v0.28.0
20202023-11-16T20:42:00.645Z Compiling maybe-uninit v2.0.0
20212023-11-16T20:42:01.349Z Compiling either v1.9.0
20222023-11-16T20:42:01.912Z Compiling fallible-iterator v0.2.0
20232023-11-16T20:42:01.944Z Compiling stable_deref_trait v1.2.0
20242023-11-16T20:42:02.315Z Compiling tap v1.0.1
20252023-11-16T20:42:02.607Z Compiling dyn-clone v1.0.13
20262023-11-16T20:42:02.879Z Compiling regex-syntax v0.8.2
20272023-11-16T20:42:03.054Z Compiling clap_lex v0.5.1
20282023-11-16T20:42:03.129Z Compiling postgres-protocol v0.6.6
20292023-11-16T20:42:03.946Z Compiling clap_builder v4.4.2
20302023-11-16T20:42:05.172Z Compiling wyz v0.5.1
20312023-11-16T20:42:05.980Z Compiling diesel_derives v2.1.1
20322023-11-16T20:42:06.905Z Compiling url v2.4.1
20332023-11-16T20:42:07.524Z Compiling addr2line v0.21.0
20342023-11-16T20:42:09.372Z Compiling regex-automata v0.4.3
20352023-11-16T20:42:10.447Z Compiling tokio-rustls v0.24.1
20362023-11-16T20:42:11.069Z Compiling rustls-native-certs v0.6.3
20372023-11-16T20:42:11.488Z Compiling strum_macros v0.25.2
20382023-11-16T20:42:16.041Z Compiling tokio-native-tls v0.3.1
20392023-11-16T20:42:17.395Z Compiling usdt-attr-macro v0.3.5
20402023-11-16T20:42:17.716Z Compiling usdt-macro v0.3.5
20412023-11-16T20:42:19.675Z Compiling phf_shared v0.11.2
20422023-11-16T20:42:21.558Z Compiling block-padding v0.3.3
20432023-11-16T20:42:21.586Z Compiling enum-as-inner v0.5.1
20442023-11-16T20:42:21.917Z Compiling serde_repr v0.1.16
20452023-11-16T20:42:23.390Z Compiling scheduled-thread-pool v0.2.7
20462023-11-16T20:42:23.465Z Compiling object v0.32.1
20472023-11-16T20:42:24.184Z Compiling regex-automata v0.1.10
20482023-11-16T20:42:25.041Z Compiling deranged v0.3.8
20492023-11-16T20:42:27.616Z Compiling bit-vec v0.6.3
20502023-11-16T20:42:28.156Z Compiling packed_struct v0.10.1
20512023-11-16T20:42:28.312Z Compiling ipnet v2.8.0
20522023-11-16T20:42:28.760Z Compiling funty v2.0.0
20532023-11-16T20:42:30.230Z Compiling num-bigint-dig v0.8.4
20542023-11-16T20:42:30.656Z Compiling managed v0.8.0
20552023-11-16T20:42:32.033Z Compiling matches v0.1.10
20562023-11-16T20:42:32.359Z Compiling num_threads v0.1.6
20572023-11-16T20:42:32.512Z Compiling rustc-demangle v0.1.23
20582023-11-16T20:42:33.694Z Compiling time v0.3.27
20592023-11-16T20:42:35.082Z Compiling idna v0.2.3
20602023-11-16T20:42:39.052Z Compiling bitvec v1.0.1
20612023-11-16T20:42:41.396Z Compiling bstr v0.2.17
20622023-11-16T20:42:41.919Z Compiling r2d2 v0.8.10
20632023-11-16T20:42:43.705Z Compiling inout v0.1.3
20642023-11-16T20:42:46.263Z Compiling phf v0.11.2
20652023-11-16T20:42:46.725Z Compiling hyper-tls v0.5.0
20662023-11-16T20:42:47.252Z Compiling regex v1.10.2
20672023-11-16T20:42:47.392Z Compiling hyper-rustls v0.24.2
20682023-11-16T20:42:48.195Z Compiling signal-hook-mio v0.2.3
20692023-11-16T20:42:48.413Z Compiling clap v4.4.3
20702023-11-16T20:42:48.571Z Compiling flate2 v1.0.28
20712023-11-16T20:42:48.945Z Compiling bzip2 v0.4.4
20722023-11-16T20:42:49.544Z Compiling ipnetwork v0.20.0
20732023-11-16T20:42:50.306Z Compiling toml_edit v0.19.15
20742023-11-16T20:42:50.348Z Compiling postgres-types v0.2.6
20752023-11-16T20:42:50.580Z Compiling itertools v0.11.0
20762023-11-16T20:42:50.774Z Compiling pkcs8 v0.10.2
20772023-11-16T20:42:51.327Z Compiling hubpack v0.1.2
20782023-11-16T20:42:52.045Z Compiling serde_urlencoded v0.7.1
20792023-11-16T20:42:52.591Z Compiling phf_shared v0.10.0
20802023-11-16T20:42:52.943Z Compiling futures-executor v0.3.29
20812023-11-16T20:42:55.639Z Compiling signature v2.1.0
20822023-11-16T20:42:56.009Z Compiling packed_struct_codegen v0.10.1
20832023-11-16T20:42:58.226Z Compiling float-cmp v0.9.0
20842023-11-16T20:42:59.020Z Compiling encoding_rs v0.8.33
20852023-11-16T20:42:59.197Z Compiling predicates-core v1.0.6
20862023-11-16T20:42:59.702Z Compiling fixedbitset v0.4.2
20872023-11-16T20:42:59.884Z Compiling precomputed-hash v0.1.1
20882023-11-16T20:43:00.051Z Compiling static_assertions v1.1.0
20892023-11-16T20:43:00.200Z Compiling crc-catalog v2.2.0
20902023-11-16T20:43:00.398Z Compiling mime v0.3.17
20912023-11-16T20:43:00.428Z Compiling webpki-roots v0.25.2
20922023-11-16T20:43:00.663Z Compiling unicode-segmentation v1.10.1
20932023-11-16T20:43:00.817Z Compiling new_debug_unreachable v1.0.4
20942023-11-16T20:43:01.270Z Compiling difflib v0.4.0
20952023-11-16T20:43:02.115Z Compiling whoami v1.4.1
20962023-11-16T20:43:02.973Z Compiling normalize-line-endings v0.3.0
20972023-11-16T20:43:03.392Z Compiling data-encoding v2.4.0
20982023-11-16T20:43:04.992Z Compiling nodrop v0.1.14
20992023-11-16T20:43:05.178Z Compiling unicode-width v0.1.11
21002023-11-16T20:43:05.427Z Compiling regex-automata v0.3.8
21012023-11-16T20:43:05.455Z Compiling console v0.15.7
21022023-11-16T20:43:06.323Z Compiling array-init v0.0.4
21032023-11-16T20:43:07.603Z Compiling trust-dns-proto v0.22.0
21042023-11-16T20:43:08.437Z Compiling bstr v1.6.0
21052023-11-16T20:43:10.888Z Compiling reqwest v0.11.22
21062023-11-16T20:43:13.150Z Compiling predicates v3.0.4
21072023-11-16T20:43:15.654Z Compiling tokio-postgres v0.7.10
21082023-11-16T20:43:15.875Z Compiling similar v2.2.1
21092023-11-16T20:43:19.389Z Compiling string_cache v0.8.7
21102023-11-16T20:43:22.732Z Compiling crc v3.0.1
21112023-11-16T20:43:23.905Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21122023-11-16T20:43:23.995Z Compiling petgraph v0.6.4
21132023-11-16T20:43:34.469Z Compiling toml v0.7.8
21142023-11-16T20:43:35.557Z Compiling futures v0.3.29
21152023-11-16T20:43:36.433Z Compiling pkcs1 v0.7.5
21162023-11-16T20:43:38.034Z Compiling smallvec v0.6.14
21172023-11-16T20:43:38.538Z Compiling diesel v2.1.3
21182023-11-16T20:43:38.541Z Compiling zip v0.6.6
21192023-11-16T20:43:38.777Z Compiling yasna v0.5.2
21202023-11-16T20:43:38.855Z Compiling crossterm v0.27.0
21212023-11-16T20:43:41.236Z Compiling cipher v0.4.4
21222023-11-16T20:43:41.608Z Compiling hashbrown v0.13.2
21232023-11-16T20:43:44.897Z Compiling bit-set v0.5.3
21242023-11-16T20:43:45.340Z Compiling usdt v0.3.5
21252023-11-16T20:43:45.359Z Compiling is-terminal v0.4.9
21262023-11-16T20:43:45.730Z Compiling toml_edit v0.21.0
21272023-11-16T20:43:48.064Z Compiling itertools v0.10.5
21282023-11-16T20:43:51.769Z Compiling tokio-stream v0.1.14
21292023-11-16T20:43:52.920Z Compiling openapiv3 v2.0.0-rc.1
21302023-11-16T20:43:53.321Z Compiling hex v0.4.3
21312023-11-16T20:44:01.379Z Compiling termcolor v1.2.0
21322023-11-16T20:44:04.587Z Compiling bitfield v0.14.0
21332023-11-16T20:44:06.504Z Compiling lalrpop-util v0.19.12
21342023-11-16T20:44:13.355Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21352023-11-16T20:44:19.182Z Compiling env_logger v0.10.0
21362023-11-16T20:44:30.194Z Compiling rsa v0.9.2
21372023-11-16T20:44:38.633Z Compiling serde-hex v0.1.0
21382023-11-16T20:44:40.518Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21392023-11-16T20:44:46.382Z Compiling x509-cert v0.2.4
21402023-11-16T20:44:47.710Z Compiling ron v0.8.1
21412023-11-16T20:44:48.826Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21422023-11-16T20:44:51.962Z Compiling crc-any v2.4.3
21432023-11-16T20:45:07.863Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21442023-11-16T20:45:16.324Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21452023-11-16T20:45:31.895Z Compiling object v0.30.4
21462023-11-16T20:45:43.677Z Compiling path-slash v0.1.5
21472023-11-16T20:45:44.906Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21482023-11-16T20:46:31.368Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21492023-11-16T20:46:32.587Z Finished release [optimized] target(s) in 6m 09s
21502023-11-16T20:46:33.081Z
21512023-11-16T20:46:33.085Zreal 6:09.568350496
21522023-11-16T20:46:33.088Zuser 42:38.825938182
21532023-11-16T20:46:33.090Zsys 3:45.900057239
21542023-11-16T20:46:33.093Ztrap 1.800934372
21552023-11-16T20:46:33.096Ztflt 1.292941895
21562023-11-16T20:46:33.099Zdflt 0.507665992
21572023-11-16T20:46:33.102Zkflt 0.029762136
21582023-11-16T20:46:33.108Zlock 1:35:43.177354808
21592023-11-16T20:46:33.533Zslp 2:00:52.390753867
21602023-11-16T20:46:33.536Zlat 1:50.034573228
21612023-11-16T20:46:33.539Zstop 1:18.458409312
21622023-11-16T20:46:33.542Z+ ptime -m gzip
21632023-11-16T20:46:33.545Z
21642023-11-16T20:46:33.548Zreal 0.667376844
21652023-11-16T20:46:33.551Zuser 0.656841888
21662023-11-16T20:46:33.554Zsys 0.009805977
21672023-11-16T20:46:33.557Ztrap 0.000175179
21682023-11-16T20:46:33.559Ztflt 0.000000000
21692023-11-16T20:46:33.562Zdflt 0.000000000
21702023-11-16T20:46:33.566Zkflt 0.000000000
21712023-11-16T20:46:33.568Zlock 0.000000000
21722023-11-16T20:46:33.571Zslp 0.000000000
21732023-11-16T20:46:33.574Zlat 0.000192215
21742023-11-16T20:46:33.577Zstop 0.000234690
21752023-11-16T20:46:33.580Z+ banner tufaceous
21762023-11-16T20:46:33.583Z
21772023-11-16T20:46:33.586Z ##### # # ###### ## #### ###### #### # # ####
21782023-11-16T20:46:33.589Z # # # # # # # # # # # # # #
21792023-11-16T20:46:33.593Z # # # ##### # # # ##### # # # # ####
21802023-11-16T20:46:33.596Z # # # # ###### # # # # # # #
21812023-11-16T20:46:33.604Z # # # # # # # # # # # # # # #
21822023-11-16T20:46:33.616Z # #### # # # #### ###### #### #### ####
21832023-11-16T20:46:33.621Z
21842023-11-16T20:46:33.625Z+ ptime -m cargo build --locked -p tufaceous --release
21852023-11-16T20:46:34.064Z Downloading crates ...
21862023-11-16T20:46:34.362Z Downloaded bytesize v1.3.0
21872023-11-16T20:46:34.364Z Downloaded humantime v2.1.0
21882023-11-16T20:46:34.367Z Downloaded doc-comment v0.3.3
21892023-11-16T20:46:34.370Z Downloaded snafu-derive v0.7.5
21902023-11-16T20:46:34.373Z Downloaded path-dedot v3.1.0
21912023-11-16T20:46:34.375Z Downloaded fs-err v2.9.0
21922023-11-16T20:46:34.380Z Downloaded buf-list v1.0.3
21932023-11-16T20:46:34.383Z Downloaded snafu v0.7.5
21942023-11-16T20:46:34.398Z Downloaded tough v0.14.0
21952023-11-16T20:46:34.420Z Downloaded serde_plain v1.0.2
21962023-11-16T20:46:34.423Z Downloaded olpc-cjson v0.1.3
21972023-11-16T20:46:34.426Z Downloaded globset v0.4.13
21982023-11-16T20:46:34.429Z Downloaded path-absolutize v3.1.0
21992023-11-16T20:46:34.601Z Compiling serde_tokenstream v0.2.0
22002023-11-16T20:46:34.623Z Compiling regress v0.7.1
22012023-11-16T20:46:34.637Z Compiling dirs-sys-next v0.1.2
22022023-11-16T20:46:34.640Z Compiling ident_case v1.0.1
22032023-11-16T20:46:34.664Z Compiling thread_local v1.1.7
22042023-11-16T20:46:34.667Z Compiling heck v0.4.1
22052023-11-16T20:46:34.676Z Compiling camino v1.1.6
22062023-11-16T20:46:34.882Z Compiling dirs-next v2.0.0
22072023-11-16T20:46:35.248Z Compiling darling_core v0.20.3
22082023-11-16T20:46:35.400Z Compiling slog-async v2.8.0
22092023-11-16T20:46:35.617Z Compiling term v0.7.0
22102023-11-16T20:46:35.987Z Compiling crossbeam-channel v0.5.8
22112023-11-16T20:46:36.177Z Compiling getopts v0.2.21
22122023-11-16T20:46:36.433Z Compiling structmeta-derive v0.2.0
22132023-11-16T20:46:36.695Z Compiling atty v0.2.14
22142023-11-16T20:46:36.910Z Compiling multer v2.1.0
22152023-11-16T20:46:37.377Z Compiling paste v1.0.14
22162023-11-16T20:46:37.646Z Compiling take_mut v0.2.2
22172023-11-16T20:46:37.882Z Compiling match_cfg v0.1.0
22182023-11-16T20:46:38.018Z Compiling doc-comment v0.3.3
22192023-11-16T20:46:38.059Z Compiling unsafe-libyaml v0.2.9
22202023-11-16T20:46:38.964Z Compiling hostname v0.3.1
22212023-11-16T20:46:39.462Z Compiling slog-term v2.9.0
22222023-11-16T20:46:40.874Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22232023-11-16T20:46:42.797Z Compiling structmeta v0.2.0
22242023-11-16T20:46:43.432Z Compiling serde_yaml v0.9.25
22252023-11-16T20:46:44.523Z Compiling darling_macro v0.20.3
22262023-11-16T20:46:44.559Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22272023-11-16T20:46:44.581Z Compiling slog-json v2.6.1
22282023-11-16T20:46:45.408Z Compiling async-stream-impl v0.3.5
22292023-11-16T20:46:46.006Z Compiling darling v0.20.3
22302023-11-16T20:46:46.218Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22312023-11-16T20:46:46.692Z Compiling atomic-waker v1.1.1
22322023-11-16T20:46:46.960Z Compiling fastrand v2.0.0
22332023-11-16T20:46:46.977Z Compiling regex-syntax v0.7.5
22342023-11-16T20:46:47.455Z Compiling async-stream v0.3.5
22352023-11-16T20:46:47.944Z Compiling tempfile v3.8.0
22362023-11-16T20:46:48.047Z Compiling waitgroup v0.1.2
22372023-11-16T20:46:48.185Z Compiling serde_with_macros v2.3.3
22382023-11-16T20:46:48.406Z Compiling slog-bunyan v2.4.0
22392023-11-16T20:46:51.364Z Compiling toml v0.8.8
22402023-11-16T20:46:51.725Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22412023-11-16T20:46:52.166Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22422023-11-16T20:46:53.316Z Compiling sha1 v0.10.6
22432023-11-16T20:46:54.019Z Compiling snafu-derive v0.7.5
22442023-11-16T20:46:54.615Z Compiling serde_path_to_error v0.1.14
22452023-11-16T20:46:54.926Z Compiling path-dedot v3.1.0
22462023-11-16T20:46:55.060Z Compiling instant v0.1.12
22472023-11-16T20:46:55.280Z Compiling same-file v1.0.6
22482023-11-16T20:46:55.283Z Compiling arc-swap v1.6.0
22492023-11-16T20:46:55.738Z Compiling buf-list v1.0.3
22502023-11-16T20:46:56.258Z Compiling debug-ignore v1.0.5
22512023-11-16T20:46:56.494Z Compiling base64 v0.13.1
22522023-11-16T20:46:56.675Z Compiling slog-scope v4.4.0
22532023-11-16T20:46:57.619Z Compiling parse-display-derive v0.8.2
22542023-11-16T20:46:57.951Z Compiling pem v1.1.1
22552023-11-16T20:46:58.189Z Compiling walkdir v2.4.0
22562023-11-16T20:47:00.407Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22572023-11-16T20:47:00.553Z Compiling backoff v0.4.0
22582023-11-16T20:47:00.982Z Compiling path-absolutize v3.1.0
22592023-11-16T20:47:01.146Z Compiling serde_with v2.3.3
22602023-11-16T20:47:01.192Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22612023-11-16T20:47:01.286Z Compiling globset v0.4.13
22622023-11-16T20:47:02.285Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22632023-11-16T20:47:02.381Z Compiling snafu v0.7.5
22642023-11-16T20:47:02.530Z Compiling strum v0.25.0
22652023-11-16T20:47:02.798Z Compiling olpc-cjson v0.1.3
22662023-11-16T20:47:03.732Z Compiling macaddr v1.0.1
22672023-11-16T20:47:03.986Z Compiling parse-display v0.8.2
22682023-11-16T20:47:04.299Z Compiling serde_plain v1.0.2
22692023-11-16T20:47:04.412Z Compiling xattr v1.0.1
22702023-11-16T20:47:04.890Z Compiling filetime v0.2.22
22712023-11-16T20:47:04.984Z Compiling tough v0.14.0
22722023-11-16T20:47:05.238Z Compiling tar v0.4.40
22732023-11-16T20:47:05.378Z Compiling slog-stdlog v4.1.1
22742023-11-16T20:47:07.672Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22752023-11-16T20:47:07.858Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22762023-11-16T20:47:09.095Z Compiling camino-tempfile v1.0.2
22772023-11-16T20:47:10.425Z Compiling bytesize v1.3.0
22782023-11-16T20:47:11.376Z Compiling fs-err v2.9.0
22792023-11-16T20:47:12.748Z Compiling slog-envlogger v2.2.0
22802023-11-16T20:47:15.228Z Compiling humantime v2.1.0
22812023-11-16T20:47:19.090Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22822023-11-16T20:47:45.293Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22832023-11-16T20:47:45.592Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22842023-11-16T20:47:57.156Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22852023-11-16T20:47:59.517Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22862023-11-16T20:48:24.185Z Finished release [optimized] target(s) in 1m 50s
22872023-11-16T20:48:24.274Z
22882023-11-16T20:48:24.277Zreal 1:50.896909184
22892023-11-16T20:48:24.280Zuser 11:45.349321437
22902023-11-16T20:48:24.283Zsys 44.332008537
22912023-11-16T20:48:24.286Ztrap 0.467618932
22922023-11-16T20:48:24.289Ztflt 0.328093077
22932023-11-16T20:48:24.292Zdflt 0.688503059
22942023-11-16T20:48:24.295Zkflt 0.000118597
22952023-11-16T20:48:24.298Zlock 23:21.649070026
22962023-11-16T20:48:24.300Zslp 24:49.420664933
22972023-11-16T20:48:24.303Zlat 20.349922016
22982023-11-16T20:48:24.305Zstop 11.415317607
22992023-11-16T20:48:24.308Z+ ptime -m gzip
23002023-11-16T20:48:26.588Z
23012023-11-16T20:48:26.592Zreal 2.308514678
23022023-11-16T20:48:26.595Zuser 2.284340470
23032023-11-16T20:48:26.598Zsys 0.021803913
23042023-11-16T20:48:26.601Ztrap 0.000739805
23052023-11-16T20:48:26.603Ztflt 0.000000000
23062023-11-16T20:48:26.606Zdflt 0.000000000
23072023-11-16T20:48:26.609Zkflt 0.000000000
23082023-11-16T20:48:26.611Zlock 0.000000000
23092023-11-16T20:48:26.614Zslp 0.000000000
23102023-11-16T20:48:26.617Zlat 0.001240330
23112023-11-16T20:48:26.620Zstop 0.000275889
23122023-11-16T20:48:26.623Zprocess exited: duration 1213604 ms, exit code 0
 
23132023-11-16T20:48:26.641Zfound 5 output files
23142023-11-16T20:48:26.722Zuploading: /work/end-to-end-tests/bootstrap-cd1d99075975e5dc.gz (6360007 bytes)
23152023-11-16T20:48:29.461Zuploaded: /work/end-to-end-tests/bootstrap-cd1d99075975e5dc.gz
23162023-11-16T20:48:29.473Zuploading: /work/end-to-end-tests/bootstrap.gz (86862852 bytes)
23172023-11-16T20:48:54.550Zuploaded: /work/end-to-end-tests/bootstrap.gz
23182023-11-16T20:48:54.561Zuploading: /work/end-to-end-tests/end_to_end_tests-d1c7f350d876f572.gz (99493279 bytes)
23192023-11-16T20:49:28.744Zuploaded: /work/end-to-end-tests/end_to_end_tests-d1c7f350d876f572.gz
23202023-11-16T20:49:28.754Zuploading: /work/caboose-util.gz (4110311 bytes)
23212023-11-16T20:49:30.714Zuploaded: /work/caboose-util.gz
23222023-11-16T20:49:30.719Zuploading: /work/tufaceous.gz (14681501 bytes)
23232023-11-16T20:49:34.583Zuploaded: /work/tufaceous.gz