01HFCCY7WCKV1JFX0AQTV25S5M: 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: 01HFCCYJ2DT4DM5XKF8ME91ACB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-16T15:47:16.575Zjob assigned to worker 01HFCCYQ9HJJTJ2BFMK97B0C33 (queued for 1 m 31 s)
 
22023-11-16T15:47:16.699Zstarting task 0: "setup"
32023-11-16T15:47:16.754Z++ uname -s
42023-11-16T15:47:16.759Z+ kern=SunOS
52023-11-16T15:47:16.762Z+ case "$kern" in
62023-11-16T15:47:16.765Z+ groupadd -g 12345 build
72023-11-16T15:47:16.768Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-16T15:47:18.772Z+ zfs create -o mountpoint=/work rpool/work
92023-11-16T15:47:18.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-16T15:47:18.879Z+ home_fs=zfs
112023-11-16T15:47:18.885Z+ [[ zfs == autofs ]]
122023-11-16T15:47:18.891Z+ mkdir -p /home/build
132023-11-16T15:47:18.899Z+ chown build:build /home/build /work
142023-11-16T15:47:19.874Z+ chmod 0700 /home/build /work
152023-11-16T15:47:19.878Zprocess exited: duration 3175 ms, exit code 0
 
162023-11-16T15:47:19.883Zstarting task 1: "rust-toolchain"
172023-11-16T15:47:19.895Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-16T15:47:19.898Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-16T15:47:20.070Zinfo: downloading installer
202023-11-16T15:47:21.847Zwarning: it looks like you have an existing installation of Rust at:
212023-11-16T15:47:21.851Zwarning: /opt/ooce/bin
222023-11-16T15:47:21.854Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-16T15:47:21.857Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-16T15:47:21.861Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-16T15:47:21.865Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-16T15:47:21.868Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-16T15:47:21.871Zerror: cannot install while Rust is installed
282023-11-16T15:47:21.873Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-16T15:47:21.925Zinfo: profile set to 'default'
302023-11-16T15:47:21.932Zinfo: default host triple is x86_64-unknown-illumos
312023-11-16T15:47:21.939Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-16T15:47:22.111Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-16T15:47:22.120Zinfo: downloading component 'cargo'
342023-11-16T15:47:22.920Zinfo: downloading component 'clippy'
352023-11-16T15:47:23.263Zinfo: downloading component 'rust-docs'
362023-11-16T15:47:24.261Zinfo: downloading component 'rust-std'
372023-11-16T15:47:26.071Zinfo: downloading component 'rustc'
382023-11-16T15:47:30.497Zinfo: downloading component 'rustfmt'
392023-11-16T15:47:30.750Zinfo: installing component 'cargo'
402023-11-16T15:47:32.992Zinfo: installing component 'clippy'
412023-11-16T15:47:34.057Zinfo: installing component 'rust-docs'
422023-11-16T15:47:36.723Zinfo: installing component 'rust-std'
432023-11-16T15:47:41.550Zinfo: installing component 'rustc'
442023-11-16T15:47:52.337Zinfo: installing component 'rustfmt'
452023-11-16T15:47:52.783Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-16T15:47:52.787Z
472023-11-16T15:47:52.925Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-16T15:47:52.928Z
492023-11-16T15:47:52.930Z
502023-11-16T15:47:52.933ZRust is installed now. Great!
512023-11-16T15:47:52.935Z
522023-11-16T15:47:52.938ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-16T15:47:52.941Zenvironment variable. This has not been done automatically.
542023-11-16T15:47:52.943Z
552023-11-16T15:47:52.946ZTo configure your current shell, run:
562023-11-16T15:47:52.949Zsource "$HOME/.cargo/env"
572023-11-16T15:47:53.014Z+ rustc --version
582023-11-16T15:47:53.124Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-16T15:47:53.129Zprocess exited: duration 33243 ms, exit code 0
 
602023-11-16T15:47:53.135Zstarting task 2: "authentication"
612023-11-16T15:47:53.169Zprocess exited: duration 31 ms, exit code 0
 
622023-11-16T15:47:53.174Zstarting task 3: "clone repository"
632023-11-16T15:47:53.184Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-16T15:47:53.187Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-16T15:47:53.222ZCloning into '/work/oxidecomputer/omicron'...
662023-11-16T15:47:58.862Z+ cd /work/oxidecomputer/omicron
672023-11-16T15:47:58.866Z+ [[ -n maghemite-integration ]]
682023-11-16T15:47:58.869Z+ git fetch origin maghemite-integration
692023-11-16T15:47:59.281ZFrom https://github.com/oxidecomputer/omicron
702023-11-16T15:47:59.287Z * branch maghemite-integration -> FETCH_HEAD
712023-11-16T15:47:59.296Z+ git checkout -B maghemite-integration remotes/origin/maghemite-integration
722023-11-16T15:47:59.386ZSwitched to a new branch 'maghemite-integration'
732023-11-16T15:47:59.392Zbranch 'maghemite-integration' set up to track 'origin/maghemite-integration'.
742023-11-16T15:47:59.401Z+ git reset --hard 7ccf7811627d1895fd28be632efc5b66ccc85007
752023-11-16T15:47:59.412ZHEAD is now at 7ccf7811 Update with latest version
762023-11-16T15:47:59.423Zprocess exited: duration 6222 ms, exit code 0
 
772023-11-16T15:47:59.437Zstarting task 4: "build"
782023-11-16T15:47:59.449Z+ cargo --version
792023-11-16T15:47:59.459Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-16T15:47:59.667Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-16T15:47:59.692Zinfo: downloading component 'cargo'
822023-11-16T15:48:00.429Zinfo: downloading component 'clippy'
832023-11-16T15:48:00.711Zinfo: downloading component 'rust-docs'
842023-11-16T15:48:01.723Zinfo: downloading component 'rust-std'
852023-11-16T15:48:03.330Zinfo: downloading component 'rustc'
862023-11-16T15:48:07.834Zinfo: downloading component 'rustfmt'
872023-11-16T15:48:08.129Zinfo: installing component 'cargo'
882023-11-16T15:48:09.312Zinfo: installing component 'clippy'
892023-11-16T15:48:09.804Zinfo: installing component 'rust-docs'
902023-11-16T15:48:12.442Zinfo: installing component 'rust-std'
912023-11-16T15:48:14.933Zinfo: installing component 'rustc'
922023-11-16T15:48:21.031Zinfo: installing component 'rustfmt'
932023-11-16T15:48:21.574Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-16T15:48:21.577Z+ rustc --version
952023-11-16T15:48:21.692Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-16T15:48:21.701Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-16T15:48:32.957Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-16T15:48:33.994Z Startup: Caching catalogs ... Done
992023-11-16T15:48:39.144ZPlanning: Solver setup ... Done (4.862s)
1002023-11-16T15:48:39.268ZPlanning: Running solver ... Done (0.121s)
1012023-11-16T15:48:39.324ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-16T15:48:39.338ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-16T15:48:39.980ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-16T15:48:40.060ZPlanning: Package planning ... Done (0.080s)
1052023-11-16T15:48:40.145ZPlanning: Merging actions ... Done (0.085s)
1062023-11-16T15:48:40.780ZPlanning: Checking for conflicting actions ... Done (0.634s)
1072023-11-16T15:48:40.797ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-16T15:48:44.919ZPlanning: Evaluating mediators ... Done (4.122s)
1092023-11-16T15:48:44.935ZPlanning: Planning completed in 10.88 seconds
1102023-11-16T15:48:47.080Z Packages to install: 4
1112023-11-16T15:48:47.087Z Mediators to change: 2
1122023-11-16T15:48:47.091Z Services to change: 1
1132023-11-16T15:48:47.096Z Estimated space available: 148.90 GB
1142023-11-16T15:48:47.101ZEstimated space to be consumed: 1.37 GB
1152023-11-16T15:48:47.107Z Create boot environment: No
1162023-11-16T15:48:47.112ZCreate backup boot environment: No
1172023-11-16T15:48:47.120Z Rebuild boot archive: No
1182023-11-16T15:48:47.125Z
1192023-11-16T15:48:47.131ZChanged mediators:
1202023-11-16T15:48:47.133Z mediator clang:
1212023-11-16T15:48:47.136Z version: None -> 15 (system default)
1222023-11-16T15:48:47.139Z
1232023-11-16T15:48:47.141Z mediator llvm:
1242023-11-16T15:48:47.144Z version: 14 (system default) -> 15 (system default)
1252023-11-16T15:48:47.147Z
1262023-11-16T15:48:47.149ZChanged packages:
1272023-11-16T15:48:47.152Zhelios-dev
1282023-11-16T15:48:47.155Z developer/build-essential
1292023-11-16T15:48:47.158Z None -> 11-2.0
1302023-11-16T15:48:47.161Z library/libxmlsec1
1312023-11-16T15:48:47.164Z None -> 1.2.35-2.0
1322023-11-16T15:48:47.167Z ooce/developer/clang-15
1332023-11-16T15:48:47.170Z None -> 15.0.7-2.0
1342023-11-16T15:48:47.172Z ooce/developer/llvm-15
1352023-11-16T15:48:47.175Z None -> 15.0.7-2.0
1362023-11-16T15:48:47.178Z
1372023-11-16T15:48:47.180ZServices:
1382023-11-16T15:48:47.183Z restart_fmri:
1392023-11-16T15:48:47.186Z svc:/system/update-man-index:default
1402023-11-16T15:48:47.317Z
1412023-11-16T15:48:47.320ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-16T15:48:52.406ZDownload: 1198/3290 items 79.1/212.6MB 37% complete (17.1M/s)
1432023-11-16T15:48:57.425ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1442023-11-16T15:49:02.428ZDownload: 3199/3290 items 149.7/212.6MB 70% complete (7.3M/s)
1452023-11-16T15:49:07.562ZDownload: 3285/3290 items 210.8/212.6MB 99% complete (9.3M/s)
1462023-11-16T15:49:10.819ZDownload: Completed 212.60 MB in 23.50 seconds (9.1M/s)
1472023-11-16T15:49:11.042Z Actions: 1/3687 actions (Installing new actions)
1482023-11-16T15:49:16.049Z Actions: 2831/3687 actions (Installing new actions)
1492023-11-16T15:49:19.205Z Actions: Completed 3687 actions in 8.16 seconds.
1502023-11-16T15:49:19.299Z Done (0.086s)
1512023-11-16T15:49:19.302Z Done (0.000s)
1522023-11-16T15:49:19.521Z Done (0.218s)
1532023-11-16T15:49:27.046Z Done (7.414s)
1542023-11-16T15:49:27.296Z Done (0.148s)
1552023-11-16T15:49:27.299Z Done (0.000s)
1562023-11-16T15:49:27.545Z Done (0.000s)
1572023-11-16T15:49:28.194ZPlanning: Evaluating mediator changes ... Done
1582023-11-16T15:49:28.481ZPlanning: Checking for conflicting actions ... Done
1592023-11-16T15:49:28.484ZPlanning: Consolidating action changes ... Done
1602023-11-16T15:49:28.916ZPlanning: Evaluating mediators ... Done
1612023-11-16T15:49:28.921ZPlanning: Planning completed in 0.72 seconds
1622023-11-16T15:49:28.970Z Mediators to change: 2
1632023-11-16T15:49:28.978Z Create boot environment: No
1642023-11-16T15:49:28.984ZCreate backup boot environment: No
1652023-11-16T15:49:29.069Z Done
1662023-11-16T15:49:29.072Z Done
1672023-11-16T15:49:29.205Z Done
1682023-11-16T15:49:35.585Z Done
1692023-11-16T15:49:36.040Z Done
1702023-11-16T15:49:36.044Z Done
1712023-11-16T15:49:36.048Z Done
1722023-11-16T15:49:36.267ZPlanning: Evaluating mediator changes ... Done
1732023-11-16T15:49:36.272ZPlanning: Merging actions ... Done
1742023-11-16T15:49:36.612ZPlanning: Checking for conflicting actions ... Done
1752023-11-16T15:49:36.621ZPlanning: Consolidating action changes ... Done
1762023-11-16T15:49:37.042ZPlanning: Evaluating mediators ... Done
1772023-11-16T15:49:37.123ZPlanning: Planning completed in 1.30 seconds
1782023-11-16T15:49:37.177Z Packages to change: 1
1792023-11-16T15:49:37.183Z Mediators to change: 1
1802023-11-16T15:49:37.191Z Services to change: 1
1812023-11-16T15:49:37.210Z Create boot environment: No
1822023-11-16T15:49:37.220ZCreate backup boot environment: Yes
1832023-11-16T15:49:39.059Z Actions: 1/6 actions (Updating modified actions)
1842023-11-16T15:49:39.063Z Actions: Completed 6 actions in 0.00 seconds.
1852023-11-16T15:49:39.066Z Done
1862023-11-16T15:49:39.070Z Done
1872023-11-16T15:49:39.114Z Done
1882023-11-16T15:49:44.921Z Done
1892023-11-16T15:49:45.029Z Done
1902023-11-16T15:49:45.032Z Done
1912023-11-16T15:49:45.123Z Done
1922023-11-16T15:49:45.794ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932023-11-16T15:49:45.797Zclang system 15 system
1942023-11-16T15:49:45.802Zcsh system system illumos
1952023-11-16T15:49:45.805Zctags system system illumos
1962023-11-16T15:49:45.808Zgcc vendor 12 vendor
1972023-11-16T15:49:45.810Zgcc system 10 system
1982023-11-16T15:49:45.813Zgcc system 7 system
1992023-11-16T15:49:45.816Zgo system 1.20 system
2002023-11-16T15:49:45.819Zgo system 1.19 system
2012023-11-16T15:49:45.822Zllvm system 15 system
2022023-11-16T15:49:45.824Zllvm system 14 system
2032023-11-16T15:49:45.827Zmariadb system 10.6 system
2042023-11-16T15:49:45.830Zmta vendor vendor dma
2052023-11-16T15:49:45.834Zopenjdk system 17 system
2062023-11-16T15:49:45.837Zopenjdk system 11 system
2072023-11-16T15:49:45.840Zopenjdk system 1.8 system
2082023-11-16T15:49:45.843Zopenssl vendor 3 vendor
2092023-11-16T15:49:45.845Zperl system 5.36 system
2102023-11-16T15:49:45.848Zpostgresql system 15 system
2112023-11-16T15:49:45.851Zpostgresql system 13 system
2122023-11-16T15:49:45.854Zpython vendor 3 vendor
2132023-11-16T15:49:45.856Zpython system 2 system
2142023-11-16T15:49:45.859Zpython3 system 3.11 system
2152023-11-16T15:49:45.861Zruby system 3.0 system
2162023-11-16T15:49:45.864Zwords vendor vendor american-english
2172023-11-16T15:49:45.867Zwords system system australian-english
2182023-11-16T15:49:45.869Zwords system system british-english
2192023-11-16T15:49:45.872Zwords system system canadian-english
2202023-11-16T15:49:45.876Zwords system system french
2212023-11-16T15:49:45.880Zwords system system italian
2222023-11-16T15:49:45.883Zwords system system ngerman
2232023-11-16T15:49:45.886Zwords system system ogerman
2242023-11-16T15:49:45.889Zwords system system spanish
2252023-11-16T15:49:46.326ZFMRI IFO
2262023-11-16T15:49:46.329Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272023-11-16T15:49:46.331Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282023-11-16T15:49:46.334Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292023-11-16T15:49:46.337Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2302023-11-16T15:49:46.340Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312023-11-16T15:49:46.342Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2322023-11-16T15:49:46.399Z+ set -o errexit
2332023-11-16T15:49:46.402Z+++ dirname ./tools/ci_download_cockroachdb
2342023-11-16T15:49:46.405Z++ cd ./tools
2352023-11-16T15:49:46.408Z++ pwd
2362023-11-16T15:49:46.411Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2372023-11-16T15:49:46.415Z++ basename ./tools/ci_download_cockroachdb
2382023-11-16T15:49:46.436Z+ ARG0=ci_download_cockroachdb
2392023-11-16T15:49:46.439Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2402023-11-16T15:49:46.443Z+ CIDL_VERSION=v22.1.9
2412023-11-16T15:49:46.448Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2422023-11-16T15:49:46.451Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2432023-11-16T15:49:46.455Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2442023-11-16T15:49:46.458Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2452023-11-16T15:49:46.460Z+ TARGET_DIR=out
2462023-11-16T15:49:46.464Z+ DOWNLOAD_DIR=out/downloads
2472023-11-16T15:49:46.470Z+ DEST_DIR=./out/cockroachdb
2482023-11-16T15:49:46.481Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2492023-11-16T15:49:46.492Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2502023-11-16T15:49:46.504Z+ main
2512023-11-16T15:49:46.521Z+ [[ 0 != 0 ]]
2522023-11-16T15:49:46.533Z+ CIDL_OS=solaris2.11
2532023-11-16T15:49:46.995Z+ [[ 0 != 0 ]]
2542023-11-16T15:49:47.002Z+ configure_os solaris2.11
2552023-11-16T15:49:47.013Z+ echo 'current directory: /work/oxidecomputer/omicron'
2562023-11-16T15:49:47.020Zcurrent directory: /work/oxidecomputer/omicron
2572023-11-16T15:49:47.455Z+ echo 'configuring based on OS: "solaris2.11"'
2582023-11-16T15:49:47.468Zconfiguring based on OS: "solaris2.11"
2592023-11-16T15:49:47.481Z+ case "$1" in
2602023-11-16T15:49:47.495Z+ CIDL_BUILD=illumos
2612023-11-16T15:49:47.507Z+ CIDL_SUFFIX=tar.gz
2622023-11-16T15:49:47.517Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2632023-11-16T15:49:47.525Z+ CIDL_MD5FUNC=do_md5sum
2642023-11-16T15:49:47.528Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652023-11-16T15:49:47.531Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662023-11-16T15:49:47.535Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672023-11-16T15:49:47.538Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682023-11-16T15:49:47.543Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-11-16T15:49:47.555Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702023-11-16T15:49:47.559Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-11-16T15:49:47.563Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722023-11-16T15:49:47.566ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-11-16T15:49:47.569Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742023-11-16T15:49:47.572ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-11-16T15:49:47.575Z+ mkdir -p out/downloads
2762023-11-16T15:49:47.577Z+ mkdir -p ./out/cockroachdb
2772023-11-16T15:49:47.580Z+ local DO_DOWNLOAD=true
2782023-11-16T15:49:47.583Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792023-11-16T15:49:47.587Z+ '[' true == true ']'
2802023-11-16T15:49:47.590Z+ echo Downloading...
2812023-11-16T15:49:47.592ZDownloading...
2822023-11-16T15:49:47.598Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-11-16T15:49:47.601Z+ 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
2842023-11-16T15:49:48.233Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-11-16T15:49:48.236Z++ md5sum
2862023-11-16T15:49:48.239Z++ awk '{print $1}'
2872023-11-16T15:49:48.421Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2882023-11-16T15:49:48.427Z+ [[ 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 ]]
2892023-11-16T15:49:48.442Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-11-16T15:49:48.446Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2912023-11-16T15:49:51.762Z+ do_assemble_illumos
2922023-11-16T15:49:51.768Z+ rm -r ./out/cockroachdb
2932023-11-16T15:49:51.773Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2942023-11-16T15:49:52.354Z+ ./out/cockroachdb/bin/cockroach version
2952023-11-16T15:49:52.564ZBuild Tag: v22.1.9-dirty
2962023-11-16T15:49:52.570ZBuild Time: 2022/10/26 21:17:46
2972023-11-16T15:49:52.573ZDistribution: OSS
2982023-11-16T15:49:52.580ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2992023-11-16T15:49:52.583ZGo Version: go1.17.13
3002023-11-16T15:49:52.587ZC Compiler: gcc 10.3.0
3012023-11-16T15:49:52.592ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3022023-11-16T15:49:52.601ZBuild Type: release
3032023-11-16T15:49:52.605Z+ set -o errexit
3042023-11-16T15:49:52.608Z+++ dirname ./tools/ci_download_clickhouse
3052023-11-16T15:49:52.611Z++ cd ./tools
3062023-11-16T15:49:52.617Z++ pwd
3072023-11-16T15:49:52.620Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082023-11-16T15:49:52.624Z++ basename ./tools/ci_download_clickhouse
3092023-11-16T15:49:52.628Z+ ARG0=ci_download_clickhouse
3102023-11-16T15:49:52.632Z+ TARGET_DIR=out
3112023-11-16T15:49:52.635Z+ DOWNLOAD_DIR=out/downloads
3122023-11-16T15:49:52.638Z+ DEST_DIR=./out/clickhouse
3132023-11-16T15:49:52.641Z+ CIDL_VERSION=v22.8.9.24
3142023-11-16T15:49:52.644Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152023-11-16T15:49:52.647Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162023-11-16T15:49:52.651Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172023-11-16T15:49:52.659Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182023-11-16T15:49:52.672Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192023-11-16T15:49:52.688Z+ main
3202023-11-16T15:49:52.696Z+ [[ 0 != 0 ]]
3212023-11-16T15:49:52.707Z+ CIDL_OS=solaris2.11
3222023-11-16T15:49:52.712Z+ [[ 0 != 0 ]]
3232023-11-16T15:49:52.715Z+ configure_os solaris2.11
3242023-11-16T15:49:52.718Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252023-11-16T15:49:52.722Zcurrent directory: /work/oxidecomputer/omicron
3262023-11-16T15:49:52.725Z+ echo 'configuring based on OS: "solaris2.11"'
3272023-11-16T15:49:52.728Z+ CIDL_DASHREV=
3282023-11-16T15:49:52.731Z+ case "$1" in
3292023-11-16T15:49:52.735Zconfiguring based on OS: "solaris2.11"
3302023-11-16T15:49:52.739Z+ CIDL_PLATFORM=illumos
3312023-11-16T15:49:52.742Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322023-11-16T15:49:52.745Z+ CIDL_MD5FUNC=do_md5sum
3332023-11-16T15:49:52.748Z+ CIDL_DASHREV=-1
3342023-11-16T15:49:52.751Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352023-11-16T15:49:52.754Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-11-16T15:49:52.757Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-11-16T15:49:52.760Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-16T15:49:52.763Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-11-16T15:49:52.767ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-11-16T15:49:52.770Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412023-11-16T15:49:52.773ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-16T15:49:52.776Z+ mkdir -p out/downloads
3432023-11-16T15:49:52.779Z+ mkdir -p ./out/clickhouse
3442023-11-16T15:49:52.784Z+ local DO_DOWNLOAD=true
3452023-11-16T15:49:52.787Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462023-11-16T15:49:52.790Z+ '[' true == true ']'
3472023-11-16T15:49:52.795Z+ echo Downloading...
3482023-11-16T15:49:52.798ZDownloading...
3492023-11-16T15:49:52.801Z+ 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
3502023-11-16T15:49:52.804Z+ 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
3512023-11-16T15:49:54.362Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-11-16T15:49:54.371Z++ md5sum
3532023-11-16T15:49:54.374Z++ awk '{print $1}'
3542023-11-16T15:49:54.667Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552023-11-16T15:49:54.670Z+ [[ 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 ]]
3562023-11-16T15:49:54.673Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572023-11-16T15:49:54.678Z+ mkdir -p ./out/clickhouse
3582023-11-16T15:49:54.681Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592023-11-16T15:49:59.565Z+ ./out/clickhouse/clickhouse server --version
3602023-11-16T15:49:59.634ZClickHouse server version 22.8.9.1.
3612023-11-16T15:49:59.661Z+ set -o errexit
3622023-11-16T15:49:59.670Z+++ dirname ./tools/ci_download_console
3632023-11-16T15:49:59.681Z++ cd ./tools
3642023-11-16T15:49:59.687Z++ pwd
3652023-11-16T15:49:59.703Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662023-11-16T15:49:59.713Z++ basename ./tools/ci_download_console
3672023-11-16T15:49:59.729Z+ ARG0=ci_download_console
3682023-11-16T15:49:59.744Z+ TARGET_DIR=out
3692023-11-16T15:50:00.157Z+ DOWNLOAD_DIR=out/downloads
3702023-11-16T15:50:00.163Z+ DEST_DIR=./out/console-assets
3712023-11-16T15:50:00.170Z+ source /work/oxidecomputer/omicron/tools/console_version
3722023-11-16T15:50:00.173Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3732023-11-16T15:50:00.175Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3742023-11-16T15:50:00.178Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3752023-11-16T15:50:00.181Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762023-11-16T15:50:00.184Z+ main
3772023-11-16T15:50:00.186Z+ [[ 0 != 0 ]]
3782023-11-16T15:50:00.189Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3792023-11-16T15:50:00.193ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3802023-11-16T15:50:00.196Z+ echo 'Local file: out/downloads/console.tar.gz'
3812023-11-16T15:50:00.200ZLocal file: out/downloads/console.tar.gz
3822023-11-16T15:50:00.203Z+ local DO_DOWNLOAD=true
3832023-11-16T15:50:00.206Z+ [[ -f out/downloads/console.tar.gz ]]
3842023-11-16T15:50:00.209Z+ mkdir -p out/downloads
3852023-11-16T15:50:00.211Z+ '[' true == true ']'
3862023-11-16T15:50:00.214Z+ echo Downloading...
3872023-11-16T15:50:00.217ZDownloading...
3882023-11-16T15:50:00.219Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3892023-11-16T15:50:00.223Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3902023-11-16T15:50:00.379Z++ do_sha256sum out/downloads/console.tar.gz
3912023-11-16T15:50:00.384Z++ case "$OSTYPE" in
3922023-11-16T15:50:00.386Z++ SHA=sha256sum
3932023-11-16T15:50:00.391Z++ sha256sum
3942023-11-16T15:50:00.432Z++ awk '{print $1}'
3952023-11-16T15:50:00.440Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3962023-11-16T15:50:00.451Z+ [[ 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 ]]
3972023-11-16T15:50:00.474Z+ rm -rf ./out/console-assets
3982023-11-16T15:50:00.497Z+ mkdir -p ./out/console-assets
3992023-11-16T15:50:00.510Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002023-11-16T15:50:00.516Z+ mkdir -p ./out/console-assets
4012023-11-16T15:50:00.524Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022023-11-16T15:50:00.547Z+ set -o errexit
4032023-11-16T15:50:00.550Z+++ dirname ./tools/ci_download_maghemite_openapi
4042023-11-16T15:50:00.554Z++ cd ./tools
4052023-11-16T15:50:00.556Z++ pwd
4062023-11-16T15:50:00.560Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072023-11-16T15:50:00.564Z++ basename ./tools/ci_download_maghemite_openapi
4082023-11-16T15:50:00.567Z+ ARG0=ci_download_maghemite_openapi
4092023-11-16T15:50:00.570Z+ TARGET_DIR=out
4102023-11-16T15:50:00.574Z+ DOWNLOAD_DIR=out/downloads
4112023-11-16T15:50:00.578Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122023-11-16T15:50:00.581Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4132023-11-16T15:50:00.584Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4142023-11-16T15:50:00.587Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4152023-11-16T15:50:00.590Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4162023-11-16T15:50:00.592Z+ main
4172023-11-16T15:50:00.595Z+ [[ 0 != 0 ]]
4182023-11-16T15:50:00.598Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4192023-11-16T15:50:00.601ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4202023-11-16T15:50:00.604Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4212023-11-16T15:50:00.607ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4222023-11-16T15:50:00.610Z+ local DO_DOWNLOAD=true
4232023-11-16T15:50:00.613Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4242023-11-16T15:50:00.616Z+ mkdir -p out/downloads
4252023-11-16T15:50:00.618Z+ '[' true == true ']'
4262023-11-16T15:50:00.622Z+ echo Downloading...
4272023-11-16T15:50:00.625ZDownloading...
4282023-11-16T15:50:00.628Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4292023-11-16T15:50:00.630Z+ 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
4302023-11-16T15:50:00.767Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4312023-11-16T15:50:00.770Z++ case "$OSTYPE" in
4322023-11-16T15:50:00.773Z++ SHA=sha256sum
4332023-11-16T15:50:00.776Z++ sha256sum
4342023-11-16T15:50:00.780Z++ awk '{print $1}'
4352023-11-16T15:50:00.783Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4362023-11-16T15:50:00.786Z+ [[ 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 ]]
4372023-11-16T15:50:00.789Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382023-11-16T15:50:00.795Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4392023-11-16T15:50:00.798Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4402023-11-16T15:50:00.800Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4412023-11-16T15:50:00.803Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4422023-11-16T15:50:00.806Z+ main
4432023-11-16T15:50:00.809Z+ [[ 0 != 0 ]]
4442023-11-16T15:50:00.811Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4452023-11-16T15:50:00.814ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4462023-11-16T15:50:00.817Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4472023-11-16T15:50:00.820ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4482023-11-16T15:50:00.823Z+ local DO_DOWNLOAD=true
4492023-11-16T15:50:00.826Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4502023-11-16T15:50:00.829Z+ mkdir -p out/downloads
4512023-11-16T15:50:00.831Z+ '[' true == true ']'
4522023-11-16T15:50:00.834Z+ echo Downloading...
4532023-11-16T15:50:00.837ZDownloading...
4542023-11-16T15:50:00.840Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4552023-11-16T15:50:00.843Z+ 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
4562023-11-16T15:50:00.944Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4572023-11-16T15:50:00.948Z++ case "$OSTYPE" in
4582023-11-16T15:50:00.951Z++ SHA=sha256sum
4592023-11-16T15:50:00.953Z++ sha256sum
4602023-11-16T15:50:00.956Z++ awk '{print $1}'
4612023-11-16T15:50:00.959Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4622023-11-16T15:50:00.962Z+ [[ 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 ]]
4632023-11-16T15:50:00.966Z+ set -o errexit
4642023-11-16T15:50:00.970Z+++ dirname ./tools/ci_download_dendrite_openapi
4652023-11-16T15:50:00.974Z++ cd ./tools
4662023-11-16T15:50:00.978Z++ pwd
4672023-11-16T15:50:00.981Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682023-11-16T15:50:00.986Z++ basename ./tools/ci_download_dendrite_openapi
4692023-11-16T15:50:00.994Z+ ARG0=ci_download_dendrite_openapi
4702023-11-16T15:50:00.998Z+ TARGET_DIR=out
4712023-11-16T15:50:01.003Z+ DOWNLOAD_DIR=out/downloads
4722023-11-16T15:50:01.010Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-11-16T15:50:01.016Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
4742023-11-16T15:50:01.021Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4752023-11-16T15:50:01.026Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4762023-11-16T15:50:01.032Z+ LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4772023-11-16T15:50:01.528Z+ main
4782023-11-16T15:50:01.553Z+ [[ 0 != 0 ]]
4792023-11-16T15:50:01.574Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json'
4802023-11-16T15:50:01.591ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4812023-11-16T15:50:01.603Z+ echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json'
4822023-11-16T15:50:01.608ZLocal file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4832023-11-16T15:50:01.611Z+ local DO_DOWNLOAD=true
4842023-11-16T15:50:01.614Z+ [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]]
4852023-11-16T15:50:01.618Z+ mkdir -p out/downloads
4862023-11-16T15:50:01.622Z+ '[' true == true ']'
4872023-11-16T15:50:01.626Z+ echo Downloading...
4882023-11-16T15:50:01.631ZDownloading...
4892023-11-16T15:50:01.635Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4902023-11-16T15:50:01.639Z+ 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
4912023-11-16T15:50:01.645Z++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4922023-11-16T15:50:01.650Z++ case "$OSTYPE" in
4932023-11-16T15:50:01.653Z++ SHA=sha256sum
4942023-11-16T15:50:01.656Z++ sha256sum
4952023-11-16T15:50:01.660Z++ awk '{print $1}'
4962023-11-16T15:50:01.663Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4972023-11-16T15:50:01.666Z+ [[ 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 ]]
4982023-11-16T15:50:01.670Z+ set -o errexit
4992023-11-16T15:50:01.673Z+++ dirname ./tools/ci_download_dendrite_stub
5002023-11-16T15:50:01.676Z++ cd ./tools
5012023-11-16T15:50:01.679Z++ pwd
5022023-11-16T15:50:01.684Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032023-11-16T15:50:01.686Z++ basename ./tools/ci_download_dendrite_stub
5042023-11-16T15:50:01.689Z+ ARG0=ci_download_dendrite_stub
5052023-11-16T15:50:01.695Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062023-11-16T15:50:01.706Z++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5072023-11-16T15:50:01.710Z++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec
5082023-11-16T15:50:01.714Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5092023-11-16T15:50:01.717Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102023-11-16T15:50:01.720Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5112023-11-16T15:50:01.723Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5122023-11-16T15:50:01.726Z+ TARGET_DIR=out
5132023-11-16T15:50:01.731Z+ DOWNLOAD_DIR=out/downloads
5142023-11-16T15:50:01.735Z+ DEST_DIR=./out/dendrite-stub
5152023-11-16T15:50:01.740Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162023-11-16T15:50:01.743Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172023-11-16T15:50:01.747Z+ REPO=oxidecomputer/dendrite
5182023-11-16T15:50:01.750Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949
5192023-11-16T15:50:01.753Z+ main
5202023-11-16T15:50:01.758Z+ [[ 0 != 0 ]]
5212023-11-16T15:50:01.762Z+ CIDL_OS=solaris2.11
5222023-11-16T15:50:01.766Z+ [[ 0 != 0 ]]
5232023-11-16T15:50:01.775Z+ configure_os solaris2.11
5242023-11-16T15:50:02.186Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252023-11-16T15:50:02.195Zcurrent directory: /work/oxidecomputer/omicron
5262023-11-16T15:50:02.204Zconfiguring based on OS: "solaris2.11"
5272023-11-16T15:50:02.210Z+ echo 'configuring based on OS: "solaris2.11"'
5282023-11-16T15:50:02.217Z+ case "$1" in
5292023-11-16T15:50:02.222Z+ SET_BINARIES=
5302023-11-16T15:50:02.234Z+ CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5312023-11-16T15:50:02.249Z+ CIDL_SHA256FUNC=do_sha256sum
5322023-11-16T15:50:02.268Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332023-11-16T15:50:02.283Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5342023-11-16T15:50:02.290Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352023-11-16T15:50:02.298Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz'
5362023-11-16T15:50:02.308Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5372023-11-16T15:50:02.317Z+ mkdir -p out/downloads
5382023-11-16T15:50:02.327ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5392023-11-16T15:50:02.335ZLocal file: out/downloads/dendrite-stub.tar.gz
5402023-11-16T15:50:02.344Z+ mkdir -p ./out/dendrite-stub
5412023-11-16T15:50:02.350Z+ fetch_and_verify
5422023-11-16T15:50:02.363Z+ local DO_DOWNLOAD=true
5432023-11-16T15:50:02.379ZDownloading...
5442023-11-16T15:50:02.796Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5452023-11-16T15:50:02.799Z+ '[' true == true ']'
5462023-11-16T15:50:02.803Z+ echo Downloading...
5472023-11-16T15:50:02.807Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482023-11-16T15:50:02.810Z+ 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
5492023-11-16T15:50:09.041Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502023-11-16T15:50:09.046Z++ sha256sum
5512023-11-16T15:50:09.050Z++ awk '{print $1}'
5522023-11-16T15:50:09.133Z+ calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5532023-11-16T15:50:09.136Z+ [[ 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 ]]
5542023-11-16T15:50:09.140Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552023-11-16T15:50:09.143Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562023-11-16T15:50:10.036Z+ do_assemble
5572023-11-16T15:50:10.041Z+ rm -r ./out/dendrite-stub
5582023-11-16T15:50:10.044Z+ mkdir ./out/dendrite-stub
5592023-11-16T15:50:10.049Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602023-11-16T15:50:10.146Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612023-11-16T15:50:10.159Z+ set -o errexit
5622023-11-16T15:50:10.163Z+++ dirname ./tools/ci_download_maghemite_mgd
5632023-11-16T15:50:10.165Z++ cd ./tools
5642023-11-16T15:50:10.169Z++ pwd
5652023-11-16T15:50:10.171Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662023-11-16T15:50:10.174Z++ basename ./tools/ci_download_maghemite_mgd
5672023-11-16T15:50:10.177Z+ ARG0=ci_download_maghemite_mgd
5682023-11-16T15:50:10.181Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692023-11-16T15:50:10.184Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5702023-11-16T15:50:10.187Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5712023-11-16T15:50:10.192Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722023-11-16T15:50:10.195Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5732023-11-16T15:50:10.198Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5742023-11-16T15:50:10.201Z+ TARGET_DIR=out
5752023-11-16T15:50:10.205Z+ DOWNLOAD_DIR=out/downloads
5762023-11-16T15:50:10.209Z+ DEST_DIR=./out/mgd
5772023-11-16T15:50:10.212Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782023-11-16T15:50:10.215Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792023-11-16T15:50:10.219Z+ REPO=oxidecomputer/maghemite
5802023-11-16T15:50:10.222Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5812023-11-16T15:50:10.226Z+ main
5822023-11-16T15:50:10.229Z+ [[ 0 != 0 ]]
5832023-11-16T15:50:10.232Z+ CIDL_OS=solaris2.11
5842023-11-16T15:50:10.235Z+ [[ 0 != 0 ]]
5852023-11-16T15:50:10.238Z+ configure_os solaris2.11
5862023-11-16T15:50:10.241Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872023-11-16T15:50:10.244Zcurrent directory: /work/oxidecomputer/omicron
5882023-11-16T15:50:10.247Z+ echo 'configuring based on OS: "solaris2.11"'
5892023-11-16T15:50:10.250Zconfiguring based on OS: "solaris2.11"
5902023-11-16T15:50:10.253Z+ case "$1" in
5912023-11-16T15:50:10.256Z+ SET_BINARIES=
5922023-11-16T15:50:10.260Z+ CIDL_SHA256FUNC=do_sha256sum
5932023-11-16T15:50:10.262Z+ TARBALL_FILENAME=mgd.tar.gz
5942023-11-16T15:50:10.265Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5952023-11-16T15:50:10.268Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962023-11-16T15:50:10.271Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
5972023-11-16T15:50:10.274ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5982023-11-16T15:50:10.278ZLocal file: out/downloads/mgd.tar.gz
5992023-11-16T15:50:10.282Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6002023-11-16T15:50:10.286Z+ mkdir -p out/downloads
6012023-11-16T15:50:10.289Z+ mkdir -p ./out/mgd
6022023-11-16T15:50:10.291Z+ fetch_and_verify
6032023-11-16T15:50:10.294Z+ local DO_DOWNLOAD=true
6042023-11-16T15:50:10.297Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052023-11-16T15:50:10.300Z+ '[' true == true ']'
6062023-11-16T15:50:10.303Z+ echo Downloading...
6072023-11-16T15:50:10.306ZDownloading...
6082023-11-16T15:50:10.309Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6092023-11-16T15:50:10.312Z+ 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
6102023-11-16T15:50:16.662Z++ do_sha256sum out/downloads/mgd.tar.gz
6112023-11-16T15:50:16.668Z++ sha256sum
6122023-11-16T15:50:16.671Z++ awk '{print $1}'
6132023-11-16T15:50:17.122Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6142023-11-16T15:50:17.127Z+ [[ 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 ]]
6152023-11-16T15:50:17.135Z+ do_untar out/downloads/mgd.tar.gz
6162023-11-16T15:50:17.145Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172023-11-16T15:50:17.383Z+ do_assemble
6182023-11-16T15:50:17.386Z+ rm -r ./out/mgd
6192023-11-16T15:50:17.389Z+ mkdir ./out/mgd
6202023-11-16T15:50:17.392Z+ cp -r out/downloads/root ./out/mgd/root
6212023-11-16T15:50:17.566Z+ set -o errexit
6222023-11-16T15:50:17.570Z+++ dirname ./tools/ci_download_transceiver_control
6232023-11-16T15:50:17.574Z++ cd ./tools
6242023-11-16T15:50:17.577Z++ pwd
6252023-11-16T15:50:17.580Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262023-11-16T15:50:17.588Z++ basename ./tools/ci_download_transceiver_control
6272023-11-16T15:50:17.599Z+ ARG0=ci_download_transceiver_control
6282023-11-16T15:50:17.616Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292023-11-16T15:50:17.628Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302023-11-16T15:50:17.638Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312023-11-16T15:50:18.059Z+ TARGET_DIR=out
6322023-11-16T15:50:18.072Z+ DOWNLOAD_DIR=out/downloads
6332023-11-16T15:50:18.086Z+ DEST_DIR=./out/transceiver-control
6342023-11-16T15:50:18.142Z+ BIN_DIR=/opt/oxide/bin
6352023-11-16T15:50:18.153Z+ BINARY=xcvradm
6362023-11-16T15:50:18.158Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372023-11-16T15:50:18.171Z+ REPO=oxidecomputer/transceiver-control
6382023-11-16T15:50:18.180Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392023-11-16T15:50:18.188Z+ main
6402023-11-16T15:50:18.201Z+ [[ 0 != 0 ]]
6412023-11-16T15:50:18.206Z+ CIDL_OS=solaris2.11
6422023-11-16T15:50:18.212Z+ [[ 0 != 0 ]]
6432023-11-16T15:50:18.229Z+ configure_os solaris2.11
6442023-11-16T15:50:18.243Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452023-11-16T15:50:18.254Zcurrent directory: /work/oxidecomputer/omicron
6462023-11-16T15:50:18.265Z+ echo 'configuring based on OS: "solaris2.11"'
6472023-11-16T15:50:18.285Zconfiguring based on OS: "solaris2.11"
6482023-11-16T15:50:18.706Z+ case "$1" in
6492023-11-16T15:50:18.722Z+ SET_BINARIES=
6502023-11-16T15:50:18.738Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512023-11-16T15:50:18.753Z+ CIDL_SHA256FUNC=do_sha256sum
6522023-11-16T15:50:18.760Z+ ARCHIVE_FILENAME=xcvradm.gz
6532023-11-16T15:50:18.765Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542023-11-16T15:50:18.768Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552023-11-16T15:50:18.771Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562023-11-16T15:50:18.774ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572023-11-16T15:50:18.777Z+ echo 'Local file: out/downloads/xcvradm.gz'
6582023-11-16T15:50:18.780ZLocal file: out/downloads/xcvradm.gz
6592023-11-16T15:50:18.783Z+ mkdir -p out/downloads
6602023-11-16T15:50:18.786Z+ mkdir -p ./out/transceiver-control
6612023-11-16T15:50:18.789Z+ fetch_and_verify
6622023-11-16T15:50:18.793Z+ local DO_DOWNLOAD=true
6632023-11-16T15:50:18.796Z+ [[ -f out/downloads/xcvradm.gz ]]
6642023-11-16T15:50:18.799Z+ '[' true == true ']'
6652023-11-16T15:50:18.802Z+ echo Downloading...
6662023-11-16T15:50:18.805ZDownloading...
6672023-11-16T15:50:18.808Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682023-11-16T15:50:18.811Z+ 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
6692023-11-16T15:50:22.531Z++ do_sha256sum out/downloads/xcvradm.gz
6702023-11-16T15:50:22.537Z++ sha256sum
6712023-11-16T15:50:22.544Z++ awk '{print $1}'
6722023-11-16T15:50:22.557Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732023-11-16T15:50:22.563Z+ [[ 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 ]]
6742023-11-16T15:50:22.570Z+ do_unpack out/downloads/xcvradm.gz
6752023-11-16T15:50:22.575Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762023-11-16T15:50:22.580Z+ gzip -dc out/downloads/xcvradm.gz
6772023-11-16T15:50:22.730Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782023-11-16T15:50:22.733Z+ do_assemble
6792023-11-16T15:50:22.736Z+ rm -r ./out/transceiver-control
6802023-11-16T15:50:22.739Z+ mkdir ./out/transceiver-control
6812023-11-16T15:50:22.741Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822023-11-16T15:50:22.919ZAll prerequisites installed successfully
6832023-11-16T15:50:22.922Z
6842023-11-16T15:50:22.925Zreal 2:01.216343826
6852023-11-16T15:50:22.930Zuser 52.126818394
6862023-11-16T15:50:22.933Zsys 9.680706421
6872023-11-16T15:50:22.936Ztrap 0.021020562
6882023-11-16T15:50:22.939Ztflt 0.318785131
6892023-11-16T15:50:22.944Zdflt 0.739495274
6902023-11-16T15:50:22.947Zkflt 0.204686177
6912023-11-16T15:50:22.950Zlock 1.630214159
6922023-11-16T15:50:22.954Zslp 3:44.650646248
6932023-11-16T15:50:22.957Zlat 3.381423889
6942023-11-16T15:50:22.960Zstop 0.070404312
6952023-11-16T15:50:22.963Z+ banner end-to-end-tests
6962023-11-16T15:50:22.969Z
6972023-11-16T15:50:22.972Z ###### # # ##### ##### #### ###### # # #####
6982023-11-16T15:50:22.975Z # ## # # # # # # # ## # # #
6992023-11-16T15:50:22.978Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002023-11-16T15:50:22.980Z # # # # # # # # # # # # # # #
7012023-11-16T15:50:22.983Z # # ## # # # # # # # ## # #
7022023-11-16T15:50:22.988Z ###### # # ##### # #### ###### # # #####
7032023-11-16T15:50:22.991Z
7042023-11-16T15:50:22.994Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052023-11-16T15:50:22.997Z+ CARGO_PROFILE_DEV_DEBUG=1
7062023-11-16T15:50:23.000Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072023-11-16T15:50:23.003Z+ CARGO_PROFILE_TEST_DEBUG=1
7082023-11-16T15:50:23.006Z+ export CARGO_INCREMENTAL=0
7092023-11-16T15:50:23.009Z+ CARGO_INCREMENTAL=0
7102023-11-16T15:50:23.011Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112023-11-16T15:50:23.301Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122023-11-16T15:50:23.698Z Updating crates.io index
7132023-11-16T15:50:23.701Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7142023-11-16T15:50:24.636Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7152023-11-16T15:50:26.487Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7162023-11-16T15:50:27.105Z Updating git repository `http://github.com/oxidecomputer/tofino`
7172023-11-16T15:50:27.482Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7182023-11-16T15:50:27.711Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7192023-11-16T15:50:28.042Z Updating git repository `https://github.com/oxidecomputer/propolis`
7202023-11-16T15:50:29.185Z Updating git repository `https://github.com/oxidecomputer/crucible`
7212023-11-16T15:50:31.153Z Updating git repository `https://github.com/oxidecomputer/opte`
7222023-11-16T15:50:32.228Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7232023-11-16T15:50:32.544Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7242023-11-16T15:50:33.313Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7252023-11-16T15:50:33.671Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7262023-11-16T15:50:34.016Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7272023-11-16T15:50:34.421Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7282023-11-16T15:50:34.754Z Updating git repository `https://github.com/njaremko/samael`
7292023-11-16T15:50:35.207Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7302023-11-16T15:50:35.877Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7312023-11-16T15:50:36.392Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7322023-11-16T15:50:36.716Z Updating git repository `https://github.com/jgallagher/nix`
7332023-11-16T15:50:38.151Z Updating git repository `https://github.com/cbiffle/hubpack`
7342023-11-16T15:50:38.705Z Updating git repository `https://github.com/oxidecomputer/typify`
7352023-11-16T15:50:39.725Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7362023-11-16T15:50:40.145Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7372023-11-16T15:50:40.534Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7382023-11-16T15:50:41.847Z Downloading crates ...
7392023-11-16T15:50:42.083Z Downloaded derive_more v0.99.17
7402023-11-16T15:50:42.098Z Downloaded atty v0.2.14
7412023-11-16T15:50:42.109Z Downloaded omicron-zone-package v0.8.3
7422023-11-16T15:50:42.114Z Downloaded bitflags v1.3.2
7432023-11-16T15:50:42.123Z Downloaded unsafe-libyaml v0.2.9
7442023-11-16T15:50:42.133Z Downloaded num_enum v0.5.11
7452023-11-16T15:50:42.150Z Downloaded opaque-debug v0.3.0
7462023-11-16T15:50:42.156Z Downloaded pest_meta v2.7.2
7472023-11-16T15:50:42.163Z Downloaded multer v2.1.0
7482023-11-16T15:50:42.170Z Downloaded poly1305 v0.8.0
7492023-11-16T15:50:42.175Z Downloaded num-integer v0.1.45
7502023-11-16T15:50:42.183Z Downloaded crossbeam-epoch v0.9.15
7512023-11-16T15:50:42.189Z Downloaded foreign-types-shared v0.1.1
7522023-11-16T15:50:42.194Z Downloaded openssl-macros v0.1.1
7532023-11-16T15:50:42.199Z Downloaded quick-error v1.2.3
7542023-11-16T15:50:42.209Z Downloaded byteorder v1.5.0
7552023-11-16T15:50:42.215Z Downloaded bit-vec v0.6.3
7562023-11-16T15:50:42.218Z Downloaded clap_lex v0.5.1
7572023-11-16T15:50:42.220Z Downloaded openssl-sys v0.9.93
7582023-11-16T15:50:42.223Z Downloaded darling_macro v0.20.3
7592023-11-16T15:50:42.225Z Downloaded mime_guess v2.0.4
7602023-11-16T15:50:42.228Z Downloaded toml_datetime v0.6.5
7612023-11-16T15:50:42.230Z Downloaded equivalent v1.0.1
7622023-11-16T15:50:42.233Z Downloaded ident_case v1.0.1
7632023-11-16T15:50:42.236Z Downloaded camino v1.1.6
7642023-11-16T15:50:42.252Z Downloaded untrusted v0.9.0
7652023-11-16T15:50:42.256Z Downloaded foreign-types-macros v0.2.3
7662023-11-16T15:50:42.259Z Downloaded native-tls v0.2.11
7672023-11-16T15:50:42.262Z Downloaded resolv-conf v0.7.0
7682023-11-16T15:50:42.265Z Downloaded ciborium v0.2.1
7692023-11-16T15:50:42.268Z Downloaded kstat-rs v0.2.3
7702023-11-16T15:50:42.271Z Downloaded time-core v0.1.1
7712023-11-16T15:50:42.273Z Downloaded block-buffer v0.10.4
7722023-11-16T15:50:42.276Z Downloaded hex v0.4.3
7732023-11-16T15:50:42.279Z Downloaded bitflags v2.4.0
7742023-11-16T15:50:42.282Z Downloaded cbc v0.1.2
7752023-11-16T15:50:42.284Z Downloaded endian-type v0.1.2
7762023-11-16T15:50:42.287Z Downloaded tower-service v0.3.2
7772023-11-16T15:50:42.289Z Downloaded toolchain_find v0.2.0
7782023-11-16T15:50:42.292Z Downloaded futures-sink v0.3.29
7792023-11-16T15:50:42.294Z Downloaded serde_spanned v0.6.4
7802023-11-16T15:50:42.297Z Downloaded pem v3.0.2
7812023-11-16T15:50:42.300Z Downloaded convert_case v0.4.0
7822023-11-16T15:50:42.303Z Downloaded pkg-config v0.3.27
7832023-11-16T15:50:42.305Z Downloaded adler v1.0.2
7842023-11-16T15:50:42.308Z Downloaded hubpack_derive v0.1.1
7852023-11-16T15:50:42.311Z Downloaded anstyle v1.0.2
7862023-11-16T15:50:42.314Z Downloaded hash32 v0.2.1
7872023-11-16T15:50:42.317Z Downloaded heck v0.4.1
7882023-11-16T15:50:42.319Z Downloaded want v0.3.1
7892023-11-16T15:50:42.323Z Downloaded fxhash v0.2.1
7902023-11-16T15:50:42.326Z Downloaded time-macros v0.2.13
7912023-11-16T15:50:42.328Z Downloaded instant v0.1.12
7922023-11-16T15:50:42.331Z Downloaded scopeguard v1.2.0
7932023-11-16T15:50:42.333Z Downloaded getopts v0.2.21
7942023-11-16T15:50:42.336Z Downloaded serde_repr v0.1.16
7952023-11-16T15:50:42.338Z Downloaded filetime v0.2.22
7962023-11-16T15:50:42.341Z Downloaded md5 v0.7.0
7972023-11-16T15:50:42.344Z Downloaded futures-task v0.3.29
7982023-11-16T15:50:42.347Z Downloaded slog-scope v4.4.0
7992023-11-16T15:50:42.349Z Downloaded async-trait v0.1.74
8002023-11-16T15:50:42.352Z Downloaded foreign-types v0.3.2
8012023-11-16T15:50:42.355Z Downloaded platforms v3.0.2
8022023-11-16T15:50:42.358Z Downloaded parking_lot_core v0.9.8
8032023-11-16T15:50:42.361Z Downloaded half v1.8.2
8042023-11-16T15:50:42.364Z Downloaded strum v0.25.0
8052023-11-16T15:50:42.367Z Downloaded usdt-attr-macro v0.3.5
8062023-11-16T15:50:42.370Z Downloaded futures-macro v0.3.29
8072023-11-16T15:50:42.373Z Downloaded md-5 v0.10.5
8082023-11-16T15:50:42.376Z Downloaded pest_derive v2.7.2
8092023-11-16T15:50:42.378Z Downloaded generic-array v0.14.7
8102023-11-16T15:50:42.381Z Downloaded foreign-types-shared v0.3.1
8112023-11-16T15:50:42.384Z Downloaded itoa v1.0.9
8122023-11-16T15:50:42.387Z Downloaded linked-hash-map v0.5.6
8132023-11-16T15:50:42.390Z Downloaded uuid v1.5.0
8142023-11-16T15:50:42.396Z Downloaded secrecy v0.8.0
8152023-11-16T15:50:42.398Z Downloaded russh-cryptovec v0.7.0
8162023-11-16T15:50:42.401Z Downloaded universal-hash v0.5.1
8172023-11-16T15:50:42.404Z Downloaded fnv v1.0.7
8182023-11-16T15:50:42.407Z Downloaded structmeta v0.2.0
8192023-11-16T15:50:42.410Z Downloaded strum_macros v0.25.2
8202023-11-16T15:50:42.412Z Downloaded slog-stdlog v4.1.1
8212023-11-16T15:50:42.415Z Downloaded addr2line v0.21.0
8222023-11-16T15:50:42.421Z Downloaded headers-core v0.2.0
8232023-11-16T15:50:42.423Z Downloaded httparse v1.8.0
8242023-11-16T15:50:42.426Z Downloaded slab v0.4.9
8252023-11-16T15:50:42.429Z Downloaded sct v0.7.0
8262023-11-16T15:50:42.435Z Downloaded lru-cache v0.1.2
8272023-11-16T15:50:42.438Z Downloaded tokio-native-tls v0.3.1
8282023-11-16T15:50:42.441Z Downloaded spki v0.7.2
8292023-11-16T15:50:42.445Z Downloaded spin v0.5.2
8302023-11-16T15:50:42.451Z Downloaded smf v0.2.2
8312023-11-16T15:50:42.454Z Downloaded slog-json v2.6.1
8322023-11-16T15:50:42.456Z Downloaded stringprep v0.1.3
8332023-11-16T15:50:42.459Z Downloaded base64 v0.21.5
8342023-11-16T15:50:42.463Z Downloaded unicode-xid v0.2.4
8352023-11-16T15:50:42.466Z Downloaded serde_derive v1.0.192
8362023-11-16T15:50:42.471Z Downloaded tinyvec v1.6.0
8372023-11-16T15:50:42.477Z Downloaded serde_urlencoded v0.7.1
8382023-11-16T15:50:42.480Z Downloaded hostname v0.3.1
8392023-11-16T15:50:42.483Z Downloaded tinyvec_macros v0.1.1
8402023-11-16T15:50:42.486Z Downloaded version_check v0.9.4
8412023-11-16T15:50:42.488Z Downloaded zone_cfg_derive v0.3.0
8422023-11-16T15:50:42.491Z Downloaded foreign-types v0.5.0
8432023-11-16T15:50:42.494Z Downloaded utf-8 v0.7.6
8442023-11-16T15:50:42.497Z Downloaded slog-term v2.9.0
8452023-11-16T15:50:42.499Z Downloaded stable_deref_trait v1.2.0
8462023-11-16T15:50:42.502Z Downloaded vsss-rs v3.3.1
8472023-11-16T15:50:42.505Z Downloaded unicode-bidi v0.3.13
8482023-11-16T15:50:42.508Z Downloaded heapless v0.7.16
8492023-11-16T15:50:42.516Z Downloaded http-range v0.1.5
8502023-11-16T15:50:42.519Z Downloaded slog-dtrace v0.2.3
8512023-11-16T15:50:42.521Z Downloaded inout v0.1.3
8522023-11-16T15:50:42.524Z Downloaded rustc_version v0.4.0
8532023-11-16T15:50:42.527Z Downloaded rand v0.8.5
8542023-11-16T15:50:42.532Z Downloaded sha1 v0.10.6
8552023-11-16T15:50:42.535Z Downloaded ghash v0.5.0
8562023-11-16T15:50:42.538Z Downloaded rustls-pemfile v1.0.3
8572023-11-16T15:50:42.541Z Downloaded hubpack v0.1.2
8582023-11-16T15:50:42.544Z Downloaded toml_edit v0.19.15
8592023-11-16T15:50:42.574Z Downloaded hyper-tls v0.5.0
8602023-11-16T15:50:42.577Z Downloaded hyper-staticfile v0.9.5
8612023-11-16T15:50:42.579Z Downloaded rustls-native-certs v0.6.3
8622023-11-16T15:50:42.585Z Downloaded thiserror-no-std v2.0.2
8632023-11-16T15:50:42.591Z Downloaded http-body v0.4.5
8642023-11-16T15:50:42.594Z Downloaded thiserror-impl-no-std v2.0.2
8652023-11-16T15:50:42.597Z Downloaded tokio-rustls v0.24.1
8662023-11-16T15:50:42.600Z Downloaded thread_local v1.1.7
8672023-11-16T15:50:42.603Z Downloaded unicode-width v0.1.11
8682023-11-16T15:50:42.606Z Downloaded toml v0.8.8
8692023-11-16T15:50:42.611Z Downloaded toml v0.7.8
8702023-11-16T15:50:42.621Z Downloaded sha2 v0.10.8
8712023-11-16T15:50:42.628Z Downloaded lock_api v0.4.10
8722023-11-16T15:50:42.639Z Downloaded socket2 v0.5.4
8732023-11-16T15:50:42.651Z Downloaded tokio-tungstenite v0.20.1
8742023-11-16T15:50:42.655Z Downloaded structopt v0.3.26
8752023-11-16T15:50:42.658Z Downloaded toml v0.5.11
8762023-11-16T15:50:42.660Z Downloaded signal-hook v0.3.17
8772023-11-16T15:50:42.663Z Downloaded term v0.7.0
8782023-11-16T15:50:42.665Z Downloaded trust-dns-resolver v0.22.0
8792023-11-16T15:50:42.670Z Downloaded slog v2.7.0
8802023-11-16T15:50:42.676Z Downloaded indexmap v2.1.0
8812023-11-16T15:50:42.683Z Downloaded similar v2.2.1
8822023-11-16T15:50:42.693Z Downloaded aho-corasick v1.0.4
8832023-11-16T15:50:42.703Z Downloaded tokio-postgres v0.7.10
8842023-11-16T15:50:42.712Z Downloaded serde_yaml v0.9.25
8852023-11-16T15:50:42.719Z Downloaded http v0.2.9
8862023-11-16T15:50:42.726Z Downloaded hashbrown v0.12.3
8872023-11-16T15:50:42.734Z Downloaded h2 v0.3.21
8882023-11-16T15:50:42.747Z Downloaded elliptic-curve v0.13.5
8892023-11-16T15:50:42.754Z Downloaded chrono v0.4.31
8902023-11-16T15:50:42.769Z Downloaded time v0.3.27
8912023-11-16T15:50:42.780Z Downloaded hkdf v0.12.3
8922023-11-16T15:50:42.785Z Downloaded serde_json v1.0.108
8932023-11-16T15:50:42.798Z Downloaded trust-dns-client v0.22.0
8942023-11-16T15:50:42.809Z Downloaded itertools v0.11.0
8952023-11-16T15:50:42.820Z Downloaded libm v0.2.7
8962023-11-16T15:50:42.838Z Downloaded rustls-webpki v0.101.7
8972023-11-16T15:50:42.865Z Downloaded hyper v0.14.27
8982023-11-16T15:50:42.879Z Downloaded smoltcp v0.8.2
8992023-11-16T15:50:42.897Z Downloaded vcpkg v0.2.15
9002023-11-16T15:50:42.971Z Downloaded smoltcp v0.9.1
9012023-11-16T15:50:42.991Z Downloaded trust-dns-proto v0.22.0
9022023-11-16T15:50:43.017Z Downloaded syn v1.0.109
9032023-11-16T15:50:43.037Z Downloaded syn v2.0.32
9042023-11-16T15:50:43.057Z Downloaded openssl v0.10.57
9052023-11-16T15:50:43.077Z Downloaded idna v0.4.0
9062023-11-16T15:50:43.090Z Downloaded regex-syntax v0.7.5
9072023-11-16T15:50:43.107Z Downloaded bzip2-sys v0.1.11+1.0.8
9082023-11-16T15:50:43.132Z Downloaded rustls v0.21.8
9092023-11-16T15:50:43.154Z Downloaded rustix v0.38.9
9102023-11-16T15:50:43.196Z Downloaded tokio v1.33.0
9112023-11-16T15:50:43.264Z Downloaded libc v0.2.150
9122023-11-16T15:50:43.314Z Downloaded encoding_rs v0.8.33
9132023-11-16T15:50:43.357Z Downloaded zerocopy-derive v0.2.0
9142023-11-16T15:50:43.374Z Downloaded regex-automata v0.4.3
9152023-11-16T15:50:43.406Z Downloaded sled v0.34.7
9162023-11-16T15:50:43.426Z Downloaded regex-automata v0.3.8
9172023-11-16T15:50:43.458Z Downloaded idna v0.2.3
9182023-11-16T15:50:43.471Z Downloaded rustix v0.37.23
9192023-11-16T15:50:43.507Z Downloaded curve25519-dalek v4.1.0
9202023-11-16T15:50:43.523Z Downloaded sha3 v0.10.8
9212023-11-16T15:50:43.536Z Downloaded regex-syntax v0.8.2
9222023-11-16T15:50:43.552Z Downloaded zerocopy-derive v0.6.4
9232023-11-16T15:50:43.571Z Downloaded openapiv3 v2.0.0-rc.1
9242023-11-16T15:50:43.594Z Downloaded winapi v0.3.9
9252023-11-16T15:50:43.670Z Downloaded bstr v1.6.0
9262023-11-16T15:50:43.690Z Downloaded gimli v0.28.0
9272023-11-16T15:50:43.707Z Downloaded regress v0.7.1
9282023-11-16T15:50:43.721Z Downloaded bstr v0.2.17
9292023-11-16T15:50:43.739Z Downloaded webpki-roots v0.25.2
9302023-11-16T15:50:43.746Z Downloaded diesel v2.1.3
9312023-11-16T15:50:43.779Z Downloaded object v0.32.1
9322023-11-16T15:50:43.797Z Downloaded radix_trie v0.2.1
9332023-11-16T15:50:43.807Z Downloaded clap_builder v4.4.2
9342023-11-16T15:50:43.819Z Downloaded aes-gcm v0.10.3
9352023-11-16T15:50:43.826Z Downloaded regex v1.10.2
9362023-11-16T15:50:43.849Z Downloaded itertools v0.10.5
9372023-11-16T15:50:43.860Z Downloaded hashbrown v0.13.2
9382023-11-16T15:50:43.870Z Downloaded hashbrown v0.14.2
9392023-11-16T15:50:43.880Z Downloaded futures-util v0.3.29
9402023-11-16T15:50:43.902Z Downloaded pest v2.7.2
9412023-11-16T15:50:43.911Z Downloaded reqwest v0.11.22
9422023-11-16T15:50:43.924Z Downloaded clap v2.34.0
9432023-11-16T15:50:43.954Z Downloaded crossterm v0.27.0
9442023-11-16T15:50:43.957Z Downloaded aes v0.8.3
9452023-11-16T15:50:43.960Z Downloaded regex-automata v0.1.10
9462023-11-16T15:50:43.963Z Downloaded url v2.4.1
9472023-11-16T15:50:43.974Z Downloaded winnow v0.5.15
9482023-11-16T15:50:43.986Z Downloaded rand v0.7.3
9492023-11-16T15:50:43.994Z Downloaded memchr v2.6.3
9502023-11-16T15:50:44.004Z Downloaded headers v0.3.9
9512023-11-16T15:50:44.014Z Downloaded tracing v0.1.37
9522023-11-16T15:50:44.021Z Downloaded toml_edit v0.21.0
9532023-11-16T15:50:44.058Z Downloaded trust-dns-server v0.22.1
9542023-11-16T15:50:44.472Z Downloaded unicode-segmentation v1.10.1
9552023-11-16T15:50:44.475Z Downloaded serde_with v2.3.3
9562023-11-16T15:50:44.478Z Downloaded petgraph v0.6.4
9572023-11-16T15:50:44.481Z Downloaded indexmap v1.9.3
9582023-11-16T15:50:44.486Z Downloaded tempfile v3.8.0
9592023-11-16T15:50:44.495Z Downloaded subprocess v0.2.9
9602023-11-16T15:50:44.506Z Downloaded unicode-normalization v0.1.22
9612023-11-16T15:50:44.922Z Downloaded tokio-util v0.7.10
9622023-11-16T15:50:44.929Z Downloaded structmeta-derive v0.2.0
9632023-11-16T15:50:44.932Z Downloaded semver v0.11.0
9642023-11-16T15:50:44.936Z Downloaded serde_with_macros v2.3.3
9652023-11-16T15:50:44.939Z Downloaded signal-hook-registry v1.4.1
9662023-11-16T15:50:44.944Z Downloaded home v0.5.5
9672023-11-16T15:50:44.947Z Downloaded scheduled-thread-pool v0.2.7
9682023-11-16T15:50:44.950Z Downloaded synstructure v0.12.6
9692023-11-16T15:50:44.980Z Downloaded serde_tokenstream v0.2.0
9702023-11-16T15:50:44.988Z Downloaded flate2 v1.0.28
9712023-11-16T15:50:44.994Z Downloaded ring v0.17.5
9722023-11-16T15:50:44.997Z Downloaded memoffset v0.9.0
9732023-11-16T15:50:45.004Z Downloaded httpdate v1.0.3
9742023-11-16T15:50:45.009Z Downloaded signal-hook-mio v0.2.3
9752023-11-16T15:50:45.015Z Downloaded getrandom v0.2.10
9762023-11-16T15:50:45.018Z Downloaded yasna v0.5.2
9772023-11-16T15:50:45.024Z Downloaded ryu v1.0.15
9782023-11-16T15:50:45.030Z Downloaded io-lifetimes v1.0.11
9792023-11-16T15:50:45.442Z Downloaded ucd-trie v0.1.6
9802023-11-16T15:50:45.445Z Downloaded typenum v1.16.0
9812023-11-16T15:50:45.448Z Downloaded tar v0.4.40
9822023-11-16T15:50:45.450Z Downloaded der v0.7.8
9832023-11-16T15:50:45.454Z Downloaded ed25519-dalek v2.0.0
9842023-11-16T15:50:45.462Z Downloaded whoami v1.4.1
9852023-11-16T15:50:45.471Z Downloaded slog-bunyan v2.4.0
9862023-11-16T15:50:45.483Z Downloaded ring v0.16.20
9872023-11-16T15:50:45.488Z Downloaded tokio-stream v0.1.14
9882023-11-16T15:50:45.491Z Downloaded hmac v0.12.1
9892023-11-16T15:50:45.494Z Downloaded rustversion v1.0.14
9902023-11-16T15:50:45.496Z Downloaded siphasher v0.3.11
9912023-11-16T15:50:45.499Z Downloaded signature v2.1.0
9922023-11-16T15:50:45.501Z Downloaded slog-async v2.8.0
9932023-11-16T15:50:45.504Z Downloaded thread-id v4.2.0
9942023-11-16T15:50:45.507Z Downloaded same-file v1.0.6
9952023-11-16T15:50:45.510Z Downloaded form_urlencoded v1.2.0
9962023-11-16T15:50:45.512Z Downloaded usdt-impl v0.3.5
9972023-11-16T15:50:45.515Z Downloaded mime v0.3.17
9982023-11-16T15:50:45.518Z Downloaded serde_tokenstream v0.1.7
9992023-11-16T15:50:45.521Z Downloaded zip v0.6.6
10002023-11-16T15:50:45.525Z Downloaded serde_path_to_error v0.1.14
10012023-11-16T15:50:45.528Z Downloaded slog-envlogger v2.2.0
10022023-11-16T15:50:45.531Z Downloaded serde v1.0.192
10032023-11-16T15:50:45.534Z Downloaded num-bigint v0.4.4
10042023-11-16T15:50:45.536Z Downloaded russh v0.39.0
10052023-11-16T15:50:45.539Z Downloaded spin v0.9.8
10062023-11-16T15:50:45.541Z Downloaded log v0.4.20
10072023-11-16T15:50:45.546Z Downloaded macaddr v1.0.1
10082023-11-16T15:50:45.548Z Downloaded bzip2 v0.4.4
10092023-11-16T15:50:45.551Z Downloaded structopt-derive v0.4.18
10102023-11-16T15:50:45.553Z Downloaded unicase v2.7.0
10112023-11-16T15:50:45.556Z Downloaded thiserror v1.0.49
10122023-11-16T15:50:45.558Z Downloaded semver v1.0.20
10132023-11-16T15:50:45.561Z Downloaded bytes v1.5.0
10142023-11-16T15:50:45.564Z Downloaded rustfmt-wrapper v0.2.0
10152023-11-16T15:50:45.566Z Downloaded schemars v0.8.13
10162023-11-16T15:50:45.569Z Downloaded smallvec v1.11.0
10172023-11-16T15:50:45.572Z Downloaded tokio-macros v2.1.0
10182023-11-16T15:50:45.575Z Downloaded ipnet v2.8.0
10192023-11-16T15:50:45.578Z Downloaded hyper-rustls v0.24.2
10202023-11-16T15:50:45.580Z Downloaded glob v0.3.1
10212023-11-16T15:50:45.583Z Downloaded futures v0.3.29
10222023-11-16T15:50:45.587Z Downloaded string_cache v0.8.7
10232023-11-16T15:50:45.590Z Downloaded static_assertions v1.1.0
10242023-11-16T15:50:45.592Z Downloaded anyhow v1.0.75
10252023-11-16T15:50:45.595Z Downloaded password-hash v0.5.0
10262023-11-16T15:50:45.597Z Downloaded russh-keys v0.38.0
10272023-11-16T15:50:45.600Z Downloaded usdt-macro v0.3.5
10282023-11-16T15:50:45.603Z Downloaded usdt v0.3.5
10292023-11-16T15:50:45.608Z Downloaded vec_map v0.8.2
10302023-11-16T15:50:45.611Z Downloaded crc32fast v1.3.2
10312023-11-16T15:50:45.614Z Downloaded zerocopy v0.6.4
10322023-11-16T15:50:45.616Z Downloaded futures-channel v0.3.29
10332023-11-16T15:50:45.619Z Downloaded ahash v0.8.3
10342023-11-16T15:50:45.622Z Downloaded rcgen v0.11.3
10352023-11-16T15:50:45.624Z Downloaded strsim v0.10.0
10362023-11-16T15:50:45.627Z Downloaded strsim v0.8.0
10372023-11-16T15:50:45.629Z Downloaded libefi-sys v0.1.0
10382023-11-16T15:50:45.632Z Downloaded parking_lot v0.11.2
10392023-11-16T15:50:45.635Z Downloaded keccak v0.1.4
10402023-11-16T15:50:45.638Z Downloaded mio v0.8.8
10412023-11-16T15:50:45.640Z Downloaded subtle v2.5.0
10422023-11-16T15:50:45.643Z Downloaded socket2 v0.4.9
10432023-11-16T15:50:45.646Z Downloaded tungstenite v0.20.1
10442023-11-16T15:50:45.648Z Downloaded tracing-core v0.1.31
10452023-11-16T15:50:45.651Z Downloaded managed v0.8.0
10462023-11-16T15:50:45.654Z Downloaded terminal_size v0.2.6
10472023-11-16T15:50:45.658Z Downloaded cc v1.0.83
10482023-11-16T15:50:45.668Z Downloaded backtrace v0.3.69
10492023-11-16T15:50:45.674Z Downloaded ansi_term v0.12.1
10502023-11-16T15:50:45.676Z Downloaded serde_derive_internals v0.26.0
10512023-11-16T15:50:45.679Z Downloaded pkcs8 v0.10.2
10522023-11-16T15:50:45.682Z Downloaded quote v1.0.33
10532023-11-16T15:50:45.685Z Downloaded rustc-demangle v0.1.23
10542023-11-16T15:50:45.688Z Downloaded clap_derive v4.4.2
10552023-11-16T15:50:45.691Z Downloaded anstream v0.5.0
10562023-11-16T15:50:45.695Z Downloaded postcard v0.7.3
10572023-11-16T15:50:45.698Z Downloaded colored v2.0.4
10582023-11-16T15:50:45.701Z Downloaded zeroize_derive v1.4.2
10592023-11-16T15:50:45.704Z Downloaded unicode-ident v1.0.12
10602023-11-16T15:50:45.706Z Downloaded take_mut v0.2.2
10612023-11-16T15:50:45.710Z Downloaded hex-literal v0.4.1
10622023-11-16T15:50:45.713Z Downloaded getrandom v0.1.16
10632023-11-16T15:50:45.716Z Downloaded matches v0.1.10
10642023-11-16T15:50:45.719Z Downloaded match_cfg v0.1.0
10652023-11-16T15:50:45.722Z Downloaded heck v0.3.3
10662023-11-16T15:50:45.725Z Downloaded arc-swap v1.6.0
10672023-11-16T15:50:45.728Z Downloaded ff v0.13.0
10682023-11-16T15:50:45.731Z Downloaded backoff v0.4.0
10692023-11-16T15:50:45.734Z Downloaded semver-parser v0.10.2
10702023-11-16T15:50:45.739Z Downloaded schemars_derive v0.8.13
10712023-11-16T15:50:45.742Z Downloaded proc-macro2 v1.0.69
10722023-11-16T15:50:45.745Z Downloaded chacha20poly1305 v0.10.1
10732023-11-16T15:50:45.748Z Downloaded lazy_static v1.4.0
10742023-11-16T15:50:45.750Z Downloaded lalrpop-util v0.19.12
10752023-11-16T15:50:45.754Z Downloaded is-terminal v0.4.9
10762023-11-16T15:50:45.757Z Downloaded ipnetwork v0.20.0
10772023-11-16T15:50:45.760Z Downloaded r2d2 v0.8.10
10782023-11-16T15:50:45.763Z Downloaded thiserror-impl v1.0.49
10792023-11-16T15:50:45.766Z Downloaded textwrap v0.11.0
10802023-11-16T15:50:45.774Z Downloaded fastrand v2.0.0
10812023-11-16T15:50:45.777Z Downloaded parking_lot v0.12.1
10822023-11-16T15:50:45.779Z Downloaded base64 v0.13.1
10832023-11-16T15:50:45.782Z Downloaded num-traits v0.2.16
10842023-11-16T15:50:45.785Z Downloaded crossbeam-channel v0.5.8
10852023-11-16T15:50:45.788Z Downloaded pbkdf2 v0.11.0
10862023-11-16T15:50:45.791Z Downloaded fallible-iterator v0.2.0
10872023-11-16T15:50:45.794Z Downloaded enum-as-inner v0.5.1
10882023-11-16T15:50:45.797Z Downloaded either v1.9.0
10892023-11-16T15:50:45.800Z Downloaded zone v0.3.0
10902023-11-16T15:50:45.803Z Downloaded zerocopy v0.3.0
10912023-11-16T15:50:45.806Z Downloaded walkdir v2.4.0
10922023-11-16T15:50:45.809Z Downloaded paste v1.0.14
10932023-11-16T15:50:45.824Z Downloaded rand_chacha v0.3.1
10942023-11-16T15:50:45.830Z Downloaded cpufeatures v0.2.9
10952023-11-16T15:50:45.833Z Downloaded diesel_derives v2.1.1
10962023-11-16T15:50:45.836Z Downloaded colorchoice v1.0.0
10972023-11-16T15:50:45.839Z Downloaded dirs-sys-next v0.1.2
10982023-11-16T15:50:45.841Z Downloaded atomic-waker v1.1.1
10992023-11-16T15:50:45.844Z Downloaded percent-encoding v2.3.0
11002023-11-16T15:50:45.847Z Downloaded rand_chacha v0.2.2
11012023-11-16T15:50:45.851Z Downloaded tracing-attributes v0.1.26
11022023-11-16T15:50:45.854Z Downloaded pest_generator v2.7.2
11032023-11-16T15:50:45.857Z Downloaded float-cmp v0.9.0
11042023-11-16T15:50:45.861Z Downloaded group v0.13.0
11052023-11-16T15:50:45.864Z Downloaded futures-io v0.3.29
11062023-11-16T15:50:45.867Z Downloaded futures-executor v0.3.29
11072023-11-16T15:50:45.870Z Downloaded cancel-safe-futures v0.1.5
11082023-11-16T15:50:45.874Z Downloaded const-oid v0.9.5
11092023-11-16T15:50:45.877Z Downloaded miniz_oxide v0.7.1
11102023-11-16T15:50:45.880Z Downloaded iana-time-zone v0.1.57
11112023-11-16T15:50:45.883Z Downloaded fixedbitset v0.4.2
11122023-11-16T15:50:45.886Z Downloaded errno v0.3.2
11132023-11-16T15:50:45.888Z Downloaded blake2 v0.10.6
11142023-11-16T15:50:45.892Z Downloaded argon2 v0.5.2
11152023-11-16T15:50:45.895Z Downloaded zeroize v1.6.0
11162023-11-16T15:50:45.898Z Downloaded xattr v1.0.1
11172023-11-16T15:50:45.901Z Downloaded utf8parse v0.2.1
11182023-11-16T15:50:45.904Z Downloaded console v0.15.7
11192023-11-16T15:50:45.907Z Downloaded parking_lot_core v0.8.6
11202023-11-16T15:50:45.910Z Downloaded futures-core v0.3.29
11212023-11-16T15:50:45.914Z Downloaded parse-display v0.8.2
11222023-11-16T15:50:45.918Z Downloaded blowfish v0.9.1
11232023-11-16T15:50:45.921Z Downloaded num-rational v0.4.1
11242023-11-16T15:50:45.924Z Downloaded darling_core v0.20.3
11252023-11-16T15:50:45.927Z Downloaded crypto-bigint v0.5.2
11262023-11-16T15:50:45.930Z Downloaded base64ct v1.6.0
11272023-11-16T15:50:45.933Z Downloaded postgres-types v0.2.6
11282023-11-16T15:50:45.936Z Downloaded postgres-protocol v0.6.6
11292023-11-16T15:50:45.938Z Downloaded ciborium-ll v0.2.1
11302023-11-16T15:50:45.941Z Downloaded num-complex v0.4.4
11312023-11-16T15:50:45.946Z Downloaded chacha20 v0.9.1
11322023-11-16T15:50:45.948Z Downloaded anstyle-parse v0.2.1
11332023-11-16T15:50:45.951Z Downloaded phf v0.11.2
11342023-11-16T15:50:45.956Z Downloaded waitgroup v0.1.2
11352023-11-16T15:50:45.960Z Downloaded nibble_vec v0.1.0
11362023-11-16T15:50:45.964Z Downloaded num_enum_derive v0.5.11
11372023-11-16T15:50:45.967Z Downloaded num v0.4.1
11382023-11-16T15:50:45.971Z Downloaded num-derive v0.4.0
11392023-11-16T15:50:45.974Z Downloaded cipher v0.4.4
11402023-11-16T15:50:45.977Z Downloaded pin-project-lite v0.2.13
11412023-11-16T15:50:46.014Z Downloaded block-padding v0.3.3
11422023-11-16T15:50:46.017Z Downloaded try-lock v0.2.4
11432023-11-16T15:50:46.020Z Downloaded cfg-if v0.1.10
11442023-11-16T15:50:46.023Z Downloaded camino-tempfile v1.0.2
11452023-11-16T15:50:46.026Z Downloaded crossbeam-utils v0.8.16
11462023-11-16T15:50:46.029Z Downloaded bcrypt-pbkdf v0.10.0
11472023-11-16T15:50:46.032Z Downloaded bit-set v0.5.3
11482023-11-16T15:50:46.035Z Downloaded autocfg v1.1.0
11492023-11-16T15:50:46.038Z Downloaded cfg-if v1.0.0
11502023-11-16T15:50:46.041Z Downloaded proc-macro-crate v1.3.1
11512023-11-16T15:50:46.044Z Downloaded phf_shared v0.11.2
11522023-11-16T15:50:46.047Z Downloaded pem v1.1.1
11532023-11-16T15:50:46.050Z Downloaded password-hash v0.4.2
11542023-11-16T15:50:46.053Z Downloaded num_cpus v1.16.0
11552023-11-16T15:50:46.056Z Downloaded proc-macro-error v1.0.4
11562023-11-16T15:50:46.059Z Downloaded dyn-clone v1.0.13
11572023-11-16T15:50:46.062Z Downloaded dof v0.1.5
11582023-11-16T15:50:46.065Z Downloaded dirs v5.0.1
11592023-11-16T15:50:46.067Z Downloaded darling v0.20.3
11602023-11-16T15:50:46.070Z Downloaded crucible-workspace-hack v0.1.0
11612023-11-16T15:50:46.073Z Downloaded option-ext v0.2.0
11622023-11-16T15:50:46.076Z Downloaded curve25519-dalek-derive v0.1.0
11632023-11-16T15:50:46.079Z Downloaded normalize-line-endings v0.3.0
11642023-11-16T15:50:46.082Z Downloaded predicates-core v1.0.6
11652023-11-16T15:50:46.085Z Downloaded once_cell v1.18.0
11662023-11-16T15:50:46.087Z Downloaded num_threads v0.1.6
11672023-11-16T15:50:46.090Z Downloaded ciborium-io v0.2.1
11682023-11-16T15:50:46.093Z Downloaded rand_core v0.6.4
11692023-11-16T15:50:46.096Z Downloaded rand_core v0.5.1
11702023-11-16T15:50:46.100Z Downloaded polyval v0.6.1
11712023-11-16T15:50:46.103Z Downloaded pin-utils v0.1.0
11722023-11-16T15:50:46.107Z Downloaded anstyle-query v1.0.0
11732023-11-16T15:50:46.110Z Downloaded openssl-probe v0.1.5
11742023-11-16T15:50:46.113Z Downloaded atomicwrites v0.4.2
11752023-11-16T15:50:46.116Z Downloaded base16ct v0.2.0
11762023-11-16T15:50:46.119Z Downloaded pretty-hex v0.2.1
11772023-11-16T15:50:46.122Z Downloaded dirs-next v2.0.0
11782023-11-16T15:50:46.125Z Downloaded digest v0.10.7
11792023-11-16T15:50:46.128Z Downloaded debug-ignore v1.0.5
11802023-11-16T15:50:46.131Z Downloaded phf_shared v0.10.0
11812023-11-16T15:50:46.134Z Downloaded new_debug_unreachable v1.0.4
11822023-11-16T15:50:46.137Z Downloaded async-stream-impl v0.3.5
11832023-11-16T15:50:46.140Z Downloaded untrusted v0.7.1
11842023-11-16T15:50:46.142Z Downloaded proc-macro-error-attr v1.0.4
11852023-11-16T15:50:46.145Z Downloaded parse-display-derive v0.8.2
11862023-11-16T15:50:46.149Z Downloaded difflib v0.4.0
11872023-11-16T15:50:46.152Z Downloaded deranged v0.3.8
11882023-11-16T15:50:46.154Z Downloaded predicates v3.0.4
11892023-11-16T15:50:46.157Z Downloaded ppv-lite86 v0.2.17
11902023-11-16T15:50:46.160Z Downloaded postcard-cobs v0.1.5-pre
11912023-11-16T15:50:46.162Z Downloaded pbkdf2 v0.12.2
11922023-11-16T15:50:46.165Z Downloaded dirs-sys v0.4.1
11932023-11-16T15:50:46.168Z Downloaded ctr v0.9.2
11942023-11-16T15:50:46.170Z Downloaded async-stream v0.3.5
11952023-11-16T15:50:46.173Z Downloaded ed25519 v2.2.2
11962023-11-16T15:50:46.176Z Downloaded num-iter v0.1.43
11972023-11-16T15:50:46.179Z Downloaded diesel_table_macro_syntax v0.1.0
11982023-11-16T15:50:46.181Z Downloaded data-encoding v2.4.0
11992023-11-16T15:50:46.184Z Downloaded aead v0.5.2
12002023-11-16T15:50:46.187Z Downloaded pretty-hex v0.3.0
12012023-11-16T15:50:46.189Z Downloaded precomputed-hash v0.1.1
12022023-11-16T15:50:46.192Z Downloaded dtrace-parser v0.1.14
12032023-11-16T15:50:46.195Z Downloaded cstr-argument v0.1.2
12042023-11-16T15:50:46.197Z Downloaded crypto-common v0.1.6
12052023-11-16T15:50:46.200Z Downloaded clap v4.4.3
12062023-11-16T15:50:46.203Z Compiling proc-macro2 v1.0.69
12072023-11-16T15:50:46.205Z Compiling unicode-ident v1.0.12
12082023-11-16T15:50:46.208Z Compiling libc v0.2.150
12092023-11-16T15:50:46.211Z Compiling serde v1.0.192
12102023-11-16T15:50:46.213Z Compiling autocfg v1.1.0
12112023-11-16T15:50:46.216Z Compiling version_check v0.9.4
12122023-11-16T15:50:46.219Z Compiling cfg-if v1.0.0
12132023-11-16T15:50:46.225Z Compiling syn v1.0.109
12142023-11-16T15:50:46.229Z Compiling typenum v1.16.0
12152023-11-16T15:50:46.231Z Compiling once_cell v1.18.0
12162023-11-16T15:50:46.523Z Compiling parking_lot_core v0.9.8
12172023-11-16T15:50:46.573Z Compiling generic-array v0.14.7
12182023-11-16T15:50:46.695Z Compiling lock_api v0.4.10
12192023-11-16T15:50:47.922Z Compiling libm v0.2.7
12202023-11-16T15:50:47.940Z Compiling thiserror v1.0.49
12212023-11-16T15:50:47.959Z Compiling num-traits v0.2.16
12222023-11-16T15:50:47.994Z Compiling futures-core v0.3.29
12232023-11-16T15:50:48.230Z Compiling itoa v1.0.9
12242023-11-16T15:50:48.415Z Compiling memchr v2.6.3
12252023-11-16T15:50:48.507Z Compiling serde_json v1.0.108
12262023-11-16T15:50:48.583Z Compiling log v0.4.20
12272023-11-16T15:50:48.763Z Compiling slab v0.4.9
12282023-11-16T15:50:48.996Z Compiling futures-channel v0.3.29
12292023-11-16T15:50:49.204Z Compiling quote v1.0.33
12302023-11-16T15:50:49.394Z Compiling futures-task v0.3.29
12312023-11-16T15:50:49.673Z Compiling futures-util v0.3.29
12322023-11-16T15:50:49.811Z Compiling scopeguard v1.2.0
12332023-11-16T15:50:49.960Z Compiling syn v2.0.32
12342023-11-16T15:50:50.206Z Compiling getrandom v0.2.10
12352023-11-16T15:50:50.469Z Compiling cc v1.0.83
12362023-11-16T15:50:50.729Z Compiling rand_core v0.6.4
12372023-11-16T15:50:50.889Z Compiling smallvec v1.11.0
12382023-11-16T15:50:51.528Z Compiling ryu v1.0.15
12392023-11-16T15:50:51.654Z Compiling heck v0.4.1
12402023-11-16T15:50:51.999Z Compiling pin-project-lite v0.2.13
12412023-11-16T15:50:52.196Z Compiling signal-hook-registry v1.4.1
12422023-11-16T15:50:52.348Z Compiling schemars v0.8.13
12432023-11-16T15:50:53.150Z Compiling parking_lot v0.12.1
12442023-11-16T15:50:53.461Z Compiling pkg-config v0.3.27
12452023-11-16T15:50:53.587Z Compiling mio v0.8.8
12462023-11-16T15:50:53.936Z Compiling hashbrown v0.14.2
12472023-11-16T15:50:54.613Z Compiling subtle v2.5.0
12482023-11-16T15:50:54.800Z Compiling equivalent v1.0.1
12492023-11-16T15:50:54.946Z Compiling socket2 v0.5.4
12502023-11-16T15:50:55.055Z Compiling num_cpus v1.16.0
12512023-11-16T15:50:55.237Z Compiling spin v0.5.2
12522023-11-16T15:50:55.574Z Compiling fnv v1.0.7
12532023-11-16T15:50:55.599Z Compiling httparse v1.8.0
12542023-11-16T15:50:55.667Z Compiling byteorder v1.5.0
12552023-11-16T15:50:55.743Z Compiling iana-time-zone v0.1.57
12562023-11-16T15:50:55.976Z Compiling ring v0.16.20
12572023-11-16T15:50:56.171Z Compiling indexmap v1.9.3
12582023-11-16T15:50:56.201Z Compiling futures-sink v0.3.29
12592023-11-16T15:50:56.369Z Compiling ring v0.17.5
12602023-11-16T15:50:56.399Z Compiling vcpkg v0.2.15
12612023-11-16T15:50:56.910Z Compiling futures-io v0.3.29
12622023-11-16T15:50:57.045Z Compiling pin-utils v0.1.0
12632023-11-16T15:50:57.069Z Compiling semver v1.0.20
12642023-11-16T15:50:57.175Z Compiling dyn-clone v1.0.13
12652023-11-16T15:50:57.357Z Compiling ahash v0.8.3
12662023-11-16T15:50:57.490Z Compiling tracing-core v0.1.31
12672023-11-16T15:50:57.799Z Compiling tinyvec_macros v0.1.1
12682023-11-16T15:50:57.848Z Compiling async-trait v0.1.74
12692023-11-16T15:50:57.916Z Compiling const-oid v0.9.5
12702023-11-16T15:50:58.582Z Compiling tinyvec v1.6.0
12712023-11-16T15:50:59.048Z Compiling openssl-sys v0.9.93
12722023-11-16T15:50:59.876Z Compiling ucd-trie v0.1.6
12732023-11-16T15:51:00.444Z Compiling openssl v0.10.57
12742023-11-16T15:51:00.673Z Compiling rustls v0.21.8
12752023-11-16T15:51:00.748Z Compiling unicode-normalization v0.1.22
12762023-11-16T15:51:00.787Z Compiling time-core v0.1.1
12772023-11-16T15:51:01.016Z Compiling serde_derive_internals v0.26.0
12782023-11-16T15:51:01.081Z Compiling unicode-bidi v0.3.13
12792023-11-16T15:51:01.103Z Compiling winnow v0.5.15
12802023-11-16T15:51:02.552Z Compiling time-macros v0.2.13
12812023-11-16T15:51:03.132Z Compiling cpufeatures v0.2.9
12822023-11-16T15:51:03.264Z Compiling native-tls v0.2.11
12832023-11-16T15:51:03.774Z Compiling aho-corasick v1.0.4
12842023-11-16T15:51:04.290Z Compiling percent-encoding v2.3.0
12852023-11-16T15:51:04.753Z Compiling rustix v0.38.9
12862023-11-16T15:51:04.860Z Compiling slog v2.7.0
12872023-11-16T15:51:05.296Z Compiling regex-syntax v0.8.2
12882023-11-16T15:51:05.633Z Compiling backtrace v0.3.69
12892023-11-16T15:51:05.876Z Compiling form_urlencoded v1.2.0
12902023-11-16T15:51:06.338Z Compiling lazy_static v1.4.0
12912023-11-16T15:51:06.493Z Compiling spin v0.9.8
12922023-11-16T15:51:06.909Z Compiling base64 v0.21.5
12932023-11-16T15:51:07.054Z Compiling ppv-lite86 v0.2.17
12942023-11-16T15:51:07.176Z Compiling hashbrown v0.13.2
12952023-11-16T15:51:07.461Z Compiling unicode-width v0.1.11
12962023-11-16T15:51:07.685Z Compiling anyhow v1.0.75
12972023-11-16T15:51:08.137Z Compiling idna v0.4.0
12982023-11-16T15:51:08.641Z Compiling errno v0.3.2
12992023-11-16T15:51:08.901Z Compiling rand_chacha v0.3.1
13002023-11-16T15:51:08.949Z Compiling socket2 v0.4.9
13012023-11-16T15:51:09.414Z Compiling hashbrown v0.12.3
13022023-11-16T15:51:10.372Z Compiling url v2.4.1
13032023-11-16T15:51:10.810Z Compiling untrusted v0.7.1
13042023-11-16T15:51:10.857Z Compiling rand v0.8.5
13052023-11-16T15:51:11.210Z Compiling regex-automata v0.4.3
13062023-11-16T15:51:12.798Z Compiling num-integer v0.1.45
13072023-11-16T15:51:13.228Z Compiling try-lock v0.2.4
13082023-11-16T15:51:13.423Z Compiling adler v1.0.2
13092023-11-16T15:51:13.448Z Compiling httpdate v1.0.3
13102023-11-16T15:51:13.526Z Compiling untrusted v0.9.0
13112023-11-16T15:51:13.777Z Compiling miniz_oxide v0.7.1
13122023-11-16T15:51:13.809Z Compiling serde_derive v1.0.192
13132023-11-16T15:51:14.153Z Compiling zeroize_derive v1.4.2
13142023-11-16T15:51:14.398Z Compiling thiserror-impl v1.0.49
13152023-11-16T15:51:16.385Z Compiling tokio-macros v2.1.0
13162023-11-16T15:51:16.512Z Compiling futures-macro v0.3.29
13172023-11-16T15:51:17.121Z Compiling tracing-attributes v0.1.26
13182023-11-16T15:51:17.429Z Compiling zeroize v1.6.0
13192023-11-16T15:51:18.784Z Compiling schemars_derive v0.8.13
13202023-11-16T15:51:18.998Z Compiling pest v2.7.2
13212023-11-16T15:51:20.140Z Compiling crypto-common v0.1.6
13222023-11-16T15:51:20.348Z Compiling block-buffer v0.10.4
13232023-11-16T15:51:20.421Z Compiling openssl-macros v0.1.1
13242023-11-16T15:51:20.697Z Compiling digest v0.10.7
13252023-11-16T15:51:21.503Z Compiling regex v1.10.2
13262023-11-16T15:51:22.376Z Compiling tracing v0.1.37
13272023-11-16T15:51:23.175Z Compiling want v0.3.1
13282023-11-16T15:51:23.293Z Compiling unicode-xid v0.2.4
13292023-11-16T15:51:23.532Z Compiling foreign-types-shared v0.1.1
13302023-11-16T15:51:23.579Z Compiling tower-service v0.3.2
13312023-11-16T15:51:23.633Z Compiling crc32fast v1.3.2
13322023-11-16T15:51:23.679Z Compiling openssl-probe v0.1.5
13332023-11-16T15:51:23.742Z Compiling mime v0.3.17
13342023-11-16T15:51:23.895Z Compiling foreign-types v0.3.2
13352023-11-16T15:51:24.046Z Compiling synstructure v0.12.6
13362023-11-16T15:51:24.209Z Compiling rustls-webpki v0.101.7
13372023-11-16T15:51:24.455Z Compiling sct v0.7.0
13382023-11-16T15:51:24.921Z Compiling crossbeam-utils v0.8.16
13392023-11-16T15:51:25.289Z Compiling ipnet v2.8.0
13402023-11-16T15:51:27.022Z Compiling zerocopy-derive v0.2.0
13412023-11-16T15:51:27.267Z Compiling pest_meta v2.7.2
13422023-11-16T15:51:27.298Z Compiling rustls-pemfile v1.0.3
13432023-11-16T15:51:27.679Z Compiling gimli v0.28.0
13442023-11-16T15:51:28.393Z Compiling object v0.32.1
13452023-11-16T15:51:29.837Z Compiling pest_generator v2.7.2
13462023-11-16T15:51:29.857Z Compiling encoding_rs v0.8.33
13472023-11-16T15:51:33.011Z Compiling bitflags v1.3.2
13482023-11-16T15:51:34.361Z Compiling rustc-demangle v0.1.23
13492023-11-16T15:51:35.873Z Compiling addr2line v0.21.0
13502023-11-16T15:51:35.951Z Compiling pest_derive v2.7.2
13512023-11-16T15:51:36.019Z Compiling bytes v1.5.0
13522023-11-16T15:51:40.601Z Compiling indexmap v2.1.0
13532023-11-16T15:51:40.666Z Compiling chrono v0.4.31
13542023-11-16T15:51:40.704Z Compiling uuid v1.5.0
13552023-11-16T15:51:40.718Z Compiling tokio v1.33.0
13562023-11-16T15:51:40.734Z Compiling http v0.2.9
13572023-11-16T15:51:40.756Z Compiling bitflags v2.4.0
13582023-11-16T15:51:40.775Z Compiling toml_datetime v0.6.5
13592023-11-16T15:51:40.797Z Compiling serde_spanned v0.6.4
13602023-11-16T15:51:40.826Z Compiling rustc_version v0.4.0
13612023-11-16T15:51:40.841Z Compiling toml_edit v0.19.15
13622023-11-16T15:51:40.908Z Compiling openapiv3 v2.0.0-rc.1
13632023-11-16T15:51:40.919Z Compiling http-body v0.4.5
13642023-11-16T15:51:44.255Z Compiling serde_urlencoded v0.7.1
13652023-11-16T15:51:45.068Z Compiling rustls-native-certs v0.6.3
13662023-11-16T15:51:47.435Z Compiling usdt-impl v0.3.5
13672023-11-16T15:51:48.184Z Compiling webpki-roots v0.25.2
13682023-11-16T15:51:48.419Z Compiling deranged v0.3.8
13692023-11-16T15:51:48.443Z Compiling io-lifetimes v1.0.11
13702023-11-16T15:51:48.647Z Compiling num_threads v0.1.6
13712023-11-16T15:51:49.029Z Compiling serde_tokenstream v0.2.0
13722023-11-16T15:51:49.519Z Compiling zerocopy v0.3.0
13732023-11-16T15:51:49.606Z Compiling block-padding v0.3.3
13742023-11-16T15:51:49.822Z Compiling dtrace-parser v0.1.14
13752023-11-16T15:51:49.924Z Compiling inout v0.1.3
13762023-11-16T15:51:50.728Z Compiling tokio-util v0.7.10
13772023-11-16T15:51:50.796Z Compiling tokio-rustls v0.24.1
13782023-11-16T15:51:51.406Z Compiling time v0.3.27
13792023-11-16T15:51:51.650Z Compiling dof v0.1.5
13802023-11-16T15:51:52.297Z Compiling tokio-native-tls v0.3.1
13812023-11-16T15:51:52.704Z Compiling h2 v0.3.21
13822023-11-16T15:51:53.174Z Compiling thread-id v4.2.0
13832023-11-16T15:51:53.183Z Compiling num-bigint v0.4.4
13842023-11-16T15:51:53.227Z Compiling rustversion v1.0.14
13852023-11-16T15:51:53.325Z Compiling rustix v0.37.23
13862023-11-16T15:51:54.584Z Compiling cipher v0.4.4
13872023-11-16T15:51:54.994Z Compiling serde_tokenstream v0.1.7
13882023-11-16T15:51:54.997Z Compiling zerocopy-derive v0.6.4
13892023-11-16T15:51:55.000Z Compiling regress v0.7.1
13902023-11-16T15:51:55.142Z Compiling data-encoding v2.4.0
13912023-11-16T15:51:56.279Z Compiling flate2 v1.0.28
13922023-11-16T15:51:57.497Z Compiling toml_edit v0.21.0
13932023-11-16T15:51:57.866Z Compiling hmac v0.12.1
13942023-11-16T15:51:58.575Z Compiling strsim v0.10.0
13952023-11-16T15:51:58.835Z Compiling strum_macros v0.25.2
13962023-11-16T15:51:59.094Z Compiling usdt-attr-macro v0.3.5
13972023-11-16T15:51:59.861Z Compiling usdt-macro v0.3.5
13982023-11-16T15:52:00.486Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
13992023-11-16T15:52:01.817Z Compiling sha2 v0.10.8
14002023-11-16T15:52:02.883Z Compiling enum-as-inner v0.5.1
14012023-11-16T15:52:02.956Z Compiling toml v0.7.8
14022023-11-16T15:52:03.155Z Compiling heapless v0.7.16
14032023-11-16T15:52:03.743Z Compiling futures-executor v0.3.29
14042023-11-16T15:52:04.115Z Compiling hyper v0.14.27
14052023-11-16T15:52:04.758Z Compiling bzip2-sys v0.1.11+1.0.8
14062023-11-16T15:52:04.984Z Compiling memoffset v0.9.0
14072023-11-16T15:52:05.406Z Compiling unicode-segmentation v1.10.1
14082023-11-16T15:52:05.443Z Compiling signal-hook v0.3.17
14092023-11-16T15:52:05.755Z Compiling managed v0.8.0
14102023-11-16T15:52:06.471Z Compiling futures v0.3.29
14112023-11-16T15:52:06.852Z Compiling ipnetwork v0.20.0
14122023-11-16T15:52:06.876Z Compiling getopts v0.2.21
14132023-11-16T15:52:06.904Z Compiling num-iter v0.1.43
14142023-11-16T15:52:07.185Z Compiling crossbeam-epoch v0.9.15
14152023-11-16T15:52:07.340Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14162023-11-16T15:52:07.801Z Compiling bit-vec v0.6.3
14172023-11-16T15:52:08.260Z Compiling siphasher v0.3.11
14182023-11-16T15:52:08.352Z Compiling anstyle v1.0.2
14192023-11-16T15:52:08.476Z Compiling matches v0.1.10
14202023-11-16T15:52:08.565Z Compiling unsafe-libyaml v0.2.9
14212023-11-16T15:52:08.604Z Compiling smoltcp v0.9.1
14222023-11-16T15:52:08.905Z Compiling utf8parse v0.2.1
14232023-11-16T15:52:09.069Z Compiling idna v0.2.3
14242023-11-16T15:52:09.134Z Compiling anstyle-parse v0.2.1
14252023-11-16T15:52:10.575Z Compiling zerocopy v0.6.4
14262023-11-16T15:52:10.973Z Compiling serde_yaml v0.9.25
14272023-11-16T15:52:11.662Z Compiling signature v2.1.0
14282023-11-16T15:52:11.839Z Compiling hubpack_derive v0.1.1
14292023-11-16T15:52:11.901Z Compiling clap_derive v4.4.2
14302023-11-16T15:52:12.158Z Compiling colorchoice v1.0.0
14312023-11-16T15:52:12.255Z Compiling anstyle-query v1.0.0
14322023-11-16T15:52:12.379Z Compiling either v1.9.0
14332023-11-16T15:52:12.434Z Compiling anstream v0.5.0
14342023-11-16T15:52:12.861Z Compiling terminal_size v0.2.6
14352023-11-16T15:52:13.124Z Compiling trust-dns-proto v0.22.0
14362023-11-16T15:52:13.150Z Compiling usdt v0.3.5
14372023-11-16T15:52:13.552Z Compiling md-5 v0.10.5
14382023-11-16T15:52:13.886Z Compiling stringprep v0.1.3
14392023-11-16T15:52:14.622Z Compiling yasna v0.5.2
14402023-11-16T15:52:15.558Z Compiling hyper-tls v0.5.0
14412023-11-16T15:52:16.009Z Compiling hyper-rustls v0.24.2
14422023-11-16T15:52:16.075Z Compiling diesel_table_macro_syntax v0.1.0
14432023-11-16T15:52:16.627Z Compiling reqwest v0.11.22
14442023-11-16T15:52:16.848Z Compiling hash32 v0.2.1
14452023-11-16T15:52:17.095Z Compiling fallible-iterator v0.2.0
14462023-11-16T15:52:17.419Z Compiling stable_deref_trait v1.2.0
14472023-11-16T15:52:17.565Z Compiling clap_lex v0.5.1
14482023-11-16T15:52:18.189Z Compiling postgres-protocol v0.6.6
14492023-11-16T15:52:18.350Z Compiling clap_builder v4.4.2
14502023-11-16T15:52:19.555Z Compiling diesel_derives v2.1.1
14512023-11-16T15:52:20.262Z Compiling phf_shared v0.11.2
14522023-11-16T15:52:21.062Z Compiling tokio-stream v0.1.14
14532023-11-16T15:52:21.123Z Compiling hex v0.4.3
14542023-11-16T15:52:22.113Z Compiling serde_repr v0.1.16
14552023-11-16T15:52:22.515Z Compiling scheduled-thread-pool v0.2.7
14562023-11-16T15:52:22.603Z Compiling regex-automata v0.1.10
14572023-11-16T15:52:23.383Z Compiling bstr v0.2.17
14582023-11-16T15:52:23.456Z Compiling r2d2 v0.8.10
14592023-11-16T15:52:23.800Z Compiling signal-hook-mio v0.2.3
14602023-11-16T15:52:24.039Z Compiling bzip2 v0.4.4
14612023-11-16T15:52:24.714Z Compiling clap v4.4.3
14622023-11-16T15:52:24.876Z Compiling phf v0.11.2
14632023-11-16T15:52:25.361Z Compiling postgres-types v0.2.6
14642023-11-16T15:52:25.776Z Compiling hubpack v0.1.2
14652023-11-16T15:52:26.502Z Compiling itertools v0.10.5
14662023-11-16T15:52:27.169Z Compiling itertools v0.11.0
14672023-11-16T15:52:28.685Z Compiling phf_shared v0.10.0
14682023-11-16T15:52:28.973Z Compiling float-cmp v0.9.0
14692023-11-16T15:52:29.346Z Compiling difflib v0.4.0
14702023-11-16T15:52:31.229Z Compiling static_assertions v1.1.0
14712023-11-16T15:52:31.377Z Compiling normalize-line-endings v0.3.0
14722023-11-16T15:52:31.547Z Compiling fixedbitset v0.4.2
14732023-11-16T15:52:31.570Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14742023-11-16T15:52:31.685Z Compiling regex-automata v0.3.8
14752023-11-16T15:52:31.830Z Compiling new_debug_unreachable v1.0.4
14762023-11-16T15:52:31.959Z Compiling predicates-core v1.0.6
14772023-11-16T15:52:31.986Z Compiling precomputed-hash v0.1.1
14782023-11-16T15:52:32.147Z Compiling whoami v1.4.1
14792023-11-16T15:52:32.250Z Compiling predicates v3.0.4
14802023-11-16T15:52:32.517Z Compiling string_cache v0.8.7
14812023-11-16T15:52:33.153Z Compiling tokio-postgres v0.7.10
14822023-11-16T15:52:33.245Z Compiling petgraph v0.6.4
14832023-11-16T15:52:34.676Z Compiling bstr v1.6.0
14842023-11-16T15:52:35.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14852023-11-16T15:52:37.250Z Compiling similar v2.2.1
14862023-11-16T15:52:38.884Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14872023-11-16T15:52:39.267Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14882023-11-16T15:52:39.273Z Compiling zip v0.6.6
14892023-11-16T15:52:39.786Z Compiling crossterm v0.27.0
14902023-11-16T15:52:40.793Z Compiling bit-set v0.5.3
14912023-11-16T15:52:41.206Z Compiling console v0.15.7
14922023-11-16T15:52:41.600Z Compiling lalrpop-util v0.19.12
14932023-11-16T15:52:42.583Z Compiling diesel v2.1.3
14942023-11-16T15:52:45.817Z Compiling camino v1.1.6
14952023-11-16T15:52:46.051Z Compiling slog-async v2.8.0
14962023-11-16T15:52:47.437Z Compiling multer v2.1.0
14972023-11-16T15:52:49.271Z Compiling async-stream-impl v0.3.5
14982023-11-16T15:52:49.434Z Compiling paste v1.0.14
14992023-11-16T15:52:50.042Z Compiling ident_case v1.0.1
15002023-11-16T15:52:50.290Z Compiling darling_core v0.20.3
15012023-11-16T15:52:52.103Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15022023-11-16T15:52:52.765Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15032023-11-16T15:52:56.501Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15042023-11-16T15:52:57.509Z Compiling structmeta-derive v0.2.0
15052023-11-16T15:52:58.918Z Compiling regex-syntax v0.7.5
15062023-11-16T15:52:59.046Z Compiling darling_macro v0.20.3
15072023-11-16T15:53:00.162Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15082023-11-16T15:53:00.582Z Compiling darling v0.20.3
15092023-11-16T15:53:00.744Z Compiling serde_with_macros v2.3.3
15102023-11-16T15:53:01.825Z Compiling structmeta v0.2.0
15112023-11-16T15:53:09.159Z Compiling parse-display-derive v0.8.2
15122023-11-16T15:53:15.868Z Compiling toml v0.8.8
15132023-11-16T15:53:15.914Z Compiling proc-macro-crate v1.3.1
15142023-11-16T15:53:18.005Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15152023-11-16T15:53:18.690Z Compiling num_enum_derive v0.5.11
15162023-11-16T15:53:31.605Z Compiling proc-macro-error-attr v1.0.4
15172023-11-16T15:53:37.741Z Compiling proc-macro-error v1.0.4
15182023-11-16T15:53:38.175Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15192023-11-16T15:53:42.084Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15202023-11-16T15:53:48.191Z Compiling foreign-types-macros v0.2.3
15212023-11-16T15:53:49.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15222023-11-16T15:53:50.461Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15232023-11-16T15:53:52.510Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15242023-11-16T15:53:52.964Z Compiling crucible-workspace-hack v0.1.0
15252023-11-16T15:53:53.215Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15262023-11-16T15:53:57.374Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15272023-11-16T15:53:57.530Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15282023-11-16T15:54:04.989Z Compiling sha1 v0.10.6
15292023-11-16T15:54:05.019Z Compiling atty v0.2.14
15302023-11-16T15:54:05.626Z Compiling match_cfg v0.1.0
15312023-11-16T15:54:05.649Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15322023-11-16T15:54:05.753Z Compiling hostname v0.3.1
15332023-11-16T15:54:11.208Z Compiling dirs-sys-next v0.1.2
15342023-11-16T15:54:17.674Z Compiling dirs-next v2.0.0
15352023-11-16T15:54:20.427Z Compiling heck v0.3.3
15362023-11-16T15:54:21.251Z Compiling thread_local v1.1.7
15372023-11-16T15:54:21.848Z Compiling fastrand v2.0.0
15382023-11-16T15:54:21.926Z Compiling libefi-sys v0.1.0
15392023-11-16T15:54:22.396Z Compiling tempfile v3.8.0
15402023-11-16T15:54:22.420Z Compiling structopt-derive v0.4.18
15412023-11-16T15:54:22.655Z Compiling term v0.7.0
15422023-11-16T15:54:22.699Z Compiling zone_cfg_derive v0.3.0
15432023-11-16T15:54:23.729Z Compiling crossbeam-channel v0.5.8
15442023-11-16T15:54:24.040Z Compiling num-derive v0.4.0
15452023-11-16T15:54:24.629Z Compiling instant v0.1.12
15462023-11-16T15:54:24.831Z Compiling take_mut v0.2.2
15472023-11-16T15:54:24.914Z Compiling slog-term v2.9.0
15482023-11-16T15:54:26.805Z Compiling slog-json v2.6.1
15492023-11-16T15:54:26.868Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15502023-11-16T15:54:27.198Z Compiling atomic-waker v1.1.1
15512023-11-16T15:54:27.261Z Compiling slog-bunyan v2.4.0
15522023-11-16T15:54:27.361Z Compiling waitgroup v0.1.2
15532023-11-16T15:54:27.521Z Compiling async-stream v0.3.5
15542023-11-16T15:54:27.715Z Compiling serde_path_to_error v0.1.14
15552023-11-16T15:54:28.030Z Compiling same-file v1.0.6
15562023-11-16T15:54:28.236Z Compiling platforms v3.0.2
15572023-11-16T15:54:28.366Z Compiling debug-ignore v1.0.5
15582023-11-16T15:54:28.580Z Compiling walkdir v2.4.0
15592023-11-16T15:54:29.414Z Compiling strum v0.25.0
15602023-11-16T15:54:29.654Z Compiling toml v0.5.11
15612023-11-16T15:54:29.678Z Compiling semver-parser v0.10.2
15622023-11-16T15:54:29.779Z Compiling xattr v1.0.1
15632023-11-16T15:54:30.169Z Compiling filetime v0.2.22
15642023-11-16T15:54:30.787Z Compiling tar v0.4.40
15652023-11-16T15:54:30.883Z Compiling semver v0.11.0
15662023-11-16T15:54:31.944Z Compiling serde_with v2.3.3
15672023-11-16T15:54:32.754Z Compiling home v0.5.5
15682023-11-16T15:54:32.907Z Compiling curve25519-dalek v4.1.0
15692023-11-16T15:54:33.090Z Compiling toolchain_find v0.2.0
15702023-11-16T15:54:33.485Z Compiling backoff v0.4.0
15712023-11-16T15:54:33.879Z Compiling parse-display v0.8.2
15722023-11-16T15:54:34.160Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15732023-11-16T15:54:34.376Z Compiling macaddr v1.0.1
15742023-11-16T15:54:34.558Z Compiling rustfmt-wrapper v0.2.0
15752023-11-16T15:54:35.084Z Compiling omicron-zone-package v0.8.3
15762023-11-16T15:54:36.338Z Compiling curve25519-dalek-derive v0.1.0
15772023-11-16T15:54:36.867Z Compiling num-rational v0.4.1
15782023-11-16T15:54:37.310Z Compiling getrandom v0.1.16
15792023-11-16T15:54:38.315Z Compiling num_enum v0.5.11
15802023-11-16T15:54:38.532Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15812023-11-16T15:54:38.556Z Compiling postcard-cobs v0.1.5-pre
15822023-11-16T15:54:38.912Z Compiling postcard v0.7.3
15832023-11-16T15:54:39.003Z Compiling smoltcp v0.8.2
15842023-11-16T15:54:39.730Z Compiling unicase v2.7.0
15852023-11-16T15:54:40.182Z Compiling foreign-types-shared v0.3.1
15862023-11-16T15:54:40.416Z Compiling cfg-if v0.1.10
15872023-11-16T15:54:40.555Z Compiling parking_lot_core v0.8.6
15882023-11-16T15:54:40.688Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15892023-11-16T15:54:40.959Z Compiling foreign-types v0.5.0
15902023-11-16T15:54:41.587Z Compiling is-terminal v0.4.9
15912023-11-16T15:54:41.696Z Compiling cstr-argument v0.1.2
15922023-11-16T15:54:42.048Z Compiling pretty-hex v0.2.1
15932023-11-16T15:54:42.356Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15942023-11-16T15:54:42.494Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15952023-11-16T15:54:42.674Z Compiling colored v2.0.4
15962023-11-16T15:54:43.574Z Compiling textwrap v0.11.0
15972023-11-16T15:54:43.577Z Compiling slog-dtrace v0.2.3
15982023-11-16T15:54:43.743Z Compiling ansi_term v0.12.1
15992023-11-16T15:54:43.841Z Compiling strsim v0.8.0
16002023-11-16T15:54:44.027Z Compiling vec_map v0.8.2
16012023-11-16T15:54:44.434Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16022023-11-16T15:54:44.653Z Compiling winapi v0.3.9
16032023-11-16T15:54:44.755Z Compiling convert_case v0.4.0
16042023-11-16T15:54:45.476Z Compiling clap v2.34.0
16052023-11-16T15:54:46.012Z Compiling derive_more v0.99.17
16062023-11-16T15:54:47.907Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16072023-11-16T15:54:50.653Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
16082023-11-16T15:54:51.180Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16092023-11-16T15:54:51.337Z Compiling thiserror-impl-no-std v2.0.2
16102023-11-16T15:54:51.974Z Compiling base64ct v1.6.0
16112023-11-16T15:54:53.827Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16122023-11-16T15:54:55.250Z Compiling mime_guess v2.0.4
16132023-11-16T15:54:55.768Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
16142023-11-16T15:54:55.801Z Compiling structopt v0.3.26
16152023-11-16T15:54:57.020Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16162023-11-16T15:54:57.841Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16172023-11-16T15:54:58.890Z Compiling zone v0.3.0
16182023-11-16T15:54:59.318Z Compiling smf v0.2.2
16192023-11-16T15:55:00.732Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16202023-11-16T15:55:01.127Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16212023-11-16T15:55:02.614Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16222023-11-16T15:55:03.010Z Compiling universal-hash v0.5.1
16232023-11-16T15:55:03.170Z Compiling opaque-debug v0.3.0
16242023-11-16T15:55:03.270Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16252023-11-16T15:55:03.747Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16262023-11-16T15:55:03.819Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16272023-11-16T15:55:04.015Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16282023-11-16T15:55:04.397Z Compiling hkdf v0.12.3
16292023-11-16T15:55:04.842Z Compiling cancel-safe-futures v0.1.5
16302023-11-16T15:55:05.708Z Compiling linked-hash-map v0.5.6
16312023-11-16T15:55:06.260Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16322023-11-16T15:55:07.455Z Compiling keccak v0.1.4
16332023-11-16T15:55:08.825Z Compiling quick-error v1.2.3
16342023-11-16T15:55:09.037Z Compiling resolv-conf v0.7.0
16352023-11-16T15:55:10.065Z Compiling sha3 v0.10.8
16362023-11-16T15:55:10.456Z Compiling lru-cache v0.1.2
16372023-11-16T15:55:10.719Z Compiling password-hash v0.5.0
16382023-11-16T15:55:12.507Z Compiling blake2 v0.10.6
16392023-11-16T15:55:13.056Z Compiling aead v0.5.2
16402023-11-16T15:55:13.494Z Compiling secrecy v0.8.0
16412023-11-16T15:55:13.902Z Compiling num-complex v0.4.4
16422023-11-16T15:55:14.011Z Compiling ff v0.13.0
16432023-11-16T15:55:14.373Z Compiling nibble_vec v0.1.0
16442023-11-16T15:55:14.673Z Compiling utf-8 v0.7.6
16452023-11-16T15:55:14.818Z Compiling arc-swap v1.6.0
16462023-11-16T15:55:16.178Z Compiling endian-type v0.1.2
16472023-11-16T15:55:16.520Z Compiling radix_trie v0.2.1
16482023-11-16T15:55:17.596Z Compiling slog-scope v4.4.0
16492023-11-16T15:55:17.639Z Compiling num v0.4.1
16502023-11-16T15:55:17.772Z Compiling tungstenite v0.20.1
16512023-11-16T15:55:17.803Z Compiling group v0.13.0
16522023-11-16T15:55:17.975Z Compiling argon2 v0.5.2
16532023-11-16T15:55:18.048Z Compiling rand_core v0.5.1
16542023-11-16T15:55:18.446Z Compiling trust-dns-resolver v0.22.0
16552023-11-16T15:55:18.675Z Compiling poly1305 v0.8.0
16562023-11-16T15:55:25.939Z Compiling chacha20 v0.9.1
16572023-11-16T15:55:26.063Z Compiling crypto-bigint v0.5.2
16582023-11-16T15:55:26.422Z Compiling option-ext v0.2.0
16592023-11-16T15:55:26.600Z Compiling ciborium-io v0.2.1
16602023-11-16T15:55:26.769Z Compiling base16ct v0.2.0
16612023-11-16T15:55:26.814Z Compiling half v1.8.2
16622023-11-16T15:55:27.329Z Compiling dirs-sys v0.4.1
16632023-11-16T15:55:27.852Z Compiling ciborium-ll v0.2.1
16642023-11-16T15:55:28.590Z Compiling parking_lot v0.11.2
16652023-11-16T15:55:28.613Z Compiling tokio-tungstenite v0.20.1
16662023-11-16T15:55:29.087Z Compiling elliptic-curve v0.13.5
16672023-11-16T15:55:29.143Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16682023-11-16T15:55:29.662Z Compiling rand_chacha v0.2.2
16692023-11-16T15:55:29.876Z Compiling slog-stdlog v4.1.1
16702023-11-16T15:55:29.954Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16712023-11-16T15:55:30.112Z Compiling trust-dns-client v0.22.0
16722023-11-16T15:55:30.547Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16732023-11-16T15:55:31.393Z Compiling polyval v0.6.1
16742023-11-16T15:55:31.686Z Compiling thiserror-no-std v2.0.2
16752023-11-16T15:55:31.858Z Compiling password-hash v0.4.2
16762023-11-16T15:55:32.908Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16772023-11-16T15:55:33.402Z Compiling ed25519 v2.2.2
16782023-11-16T15:55:33.924Z Compiling blowfish v0.9.1
16792023-11-16T15:55:33.947Z Compiling aes v0.8.3
16802023-11-16T15:55:34.376Z Compiling ctr v0.9.2
16812023-11-16T15:55:34.846Z Compiling pbkdf2 v0.12.2
16822023-11-16T15:55:35.035Z Compiling fxhash v0.2.1
16832023-11-16T15:55:35.402Z Compiling glob v0.3.1
16842023-11-16T15:55:36.098Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
16852023-11-16T15:55:36.574Z Compiling sled v0.34.7
16862023-11-16T15:55:39.021Z Compiling bcrypt-pbkdf v0.10.0
16872023-11-16T15:55:39.338Z Compiling ed25519-dalek v2.0.0
16882023-11-16T15:55:40.254Z Compiling pbkdf2 v0.11.0
16892023-11-16T15:55:40.688Z Compiling trust-dns-server v0.22.1
16902023-11-16T15:55:40.801Z Compiling russh-cryptovec v0.7.0
16912023-11-16T15:55:41.113Z Compiling vsss-rs v3.3.1
16922023-11-16T15:55:41.168Z Compiling ghash v0.5.0
16932023-11-16T15:55:41.245Z Compiling rand v0.7.3
16942023-11-16T15:55:41.280Z Compiling slog-envlogger v2.2.0
16952023-11-16T15:55:42.457Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16962023-11-16T15:55:45.809Z Compiling ciborium v0.2.1
16972023-11-16T15:55:46.866Z Compiling dirs v5.0.1
16982023-11-16T15:55:47.017Z Compiling chacha20poly1305 v0.10.1
16992023-11-16T15:55:49.362Z Compiling camino-tempfile v1.0.2
17002023-11-16T15:55:50.233Z Compiling cbc v0.1.2
17012023-11-16T15:55:50.323Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
17022023-11-16T15:55:50.327Z Compiling headers-core v0.2.0
17032023-11-16T15:55:50.586Z Compiling kstat-rs v0.2.3
17042023-11-16T15:55:50.877Z Compiling pem v3.0.2
17052023-11-16T15:55:51.666Z Compiling base64 v0.13.1
17062023-11-16T15:55:51.928Z Compiling http-range v0.1.5
17072023-11-16T15:55:52.143Z Compiling pretty-hex v0.3.0
17082023-11-16T15:55:52.429Z Compiling md5 v0.7.0
17092023-11-16T15:55:52.451Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17102023-11-16T15:55:52.473Z Compiling pem v1.1.1
17112023-11-16T15:55:52.616Z Compiling hyper-staticfile v0.9.5
17122023-11-16T15:55:52.944Z Compiling russh-keys v0.38.0
17132023-11-16T15:55:56.105Z Compiling rcgen v0.11.3
17142023-11-16T15:55:56.382Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17152023-11-16T15:55:57.335Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
17162023-11-16T15:55:57.594Z Compiling headers v0.3.9
17172023-11-16T15:56:00.425Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17182023-11-16T15:56:08.603Z Compiling aes-gcm v0.10.3
17192023-11-16T15:56:09.020Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17202023-11-16T15:56:11.363Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17212023-11-16T15:56:13.692Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
17222023-11-16T15:56:20.004Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17232023-11-16T15:56:20.992Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17242023-11-16T15:56:21.172Z Compiling atomicwrites v0.4.2
17252023-11-16T15:56:21.717Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17262023-11-16T15:56:25.698Z Compiling subprocess v0.2.9
17272023-11-16T15:56:26.894Z Compiling hex-literal v0.4.1
17282023-11-16T15:56:28.944Z Compiling russh v0.39.0
17292023-11-16T15:56:29.062Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17302023-11-16T15:56:32.187Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17312023-11-16T15:56:51.632Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17322023-11-16T15:57:27.462Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17332023-11-16T15:58:43.720Z Finished dev [unoptimized + debuginfo] target(s) in 8m 20s
17342023-11-16T15:58:44.043Z
17352023-11-16T15:58:44.045Zreal 8:21.009037333
17362023-11-16T15:58:44.048Zuser 49:27.241286763
17372023-11-16T15:58:44.051Zsys 7:56.610703992
17382023-11-16T15:58:44.053Ztrap 1.760723338
17392023-11-16T15:58:44.080Ztflt 4.858941267
17402023-11-16T15:58:44.083Zdflt 6.676699913
17412023-11-16T15:58:44.086Zkflt 0.023802439
17422023-11-16T15:58:44.089Zlock 1:31:13.383187137
17432023-11-16T15:58:44.093Zslp 2:16:23.762189291
17442023-11-16T15:58:44.095Zlat 2:04.687925203
17452023-11-16T15:58:44.098Zstop 4:53.123980774
17462023-11-16T15:58:44.101Z+ mkdir -p /work/end-to-end-tests
17472023-11-16T15:58:44.104Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17482023-11-16T15:58:45.308Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17492023-11-16T15:58:45.311Z+ ptime -m gzip
17502023-11-16T15:58:45.314Z++ basename target/debug/bootstrap
17512023-11-16T15:59:00.319Z
17522023-11-16T15:59:00.322Zreal 15.003289530
17532023-11-16T15:59:00.324Zuser 14.863673530
17542023-11-16T15:59:00.327Zsys 0.135595559
17552023-11-16T15:59:00.330Ztrap 0.002647283
17562023-11-16T15:59:00.333Ztflt 0.000000000
17572023-11-16T15:59:00.336Zdflt 0.000000000
17582023-11-16T15:59:00.339Zkflt 0.000000000
17592023-11-16T15:59:00.341Zlock 0.000000000
17602023-11-16T15:59:00.344Zslp 0.000000000
17612023-11-16T15:59:00.349Zlat 0.001038171
17622023-11-16T15:59:00.352Zstop 0.000217539
17632023-11-16T15:59:00.355Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17642023-11-16T15:59:00.360Z+ ptime -m gzip
17652023-11-16T15:59:00.363Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b153fb5eda845188
17662023-11-16T15:59:01.406Z
17672023-11-16T15:59:01.411Zreal 1.078340743
17682023-11-16T15:59:01.414Zuser 1.066644936
17692023-11-16T15:59:01.416Zsys 0.011011041
17702023-11-16T15:59:01.419Ztrap 0.000144251
17712023-11-16T15:59:01.422Ztflt 0.000000000
17722023-11-16T15:59:01.425Zdflt 0.000000000
17732023-11-16T15:59:01.429Zkflt 0.000000000
17742023-11-16T15:59:01.433Zlock 0.000000000
17752023-11-16T15:59:01.435Zslp 0.000000000
17762023-11-16T15:59:01.439Zlat 0.000162043
17772023-11-16T15:59:01.443Zstop 0.000261737
17782023-11-16T15:59:01.446Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17792023-11-16T15:59:01.449Z+ ptime -m gzip
17802023-11-16T15:59:01.451Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6d5617b4bb093364
17812023-11-16T15:59:18.607Z
17822023-11-16T15:59:18.618Zreal 17.189532868
17832023-11-16T15:59:18.629Zuser 17.014961894
17842023-11-16T15:59:18.636Zsys 0.169470164
17852023-11-16T15:59:18.647Ztrap 0.003336543
17862023-11-16T15:59:18.654Ztflt 0.000000000
17872023-11-16T15:59:18.659Zdflt 0.000000000
17882023-11-16T15:59:18.666Zkflt 0.000000000
17892023-11-16T15:59:18.677Zlock 0.000000000
17902023-11-16T15:59:18.687Zslp 0.000000000
17912023-11-16T15:59:18.695Zlat 0.001426442
17922023-11-16T15:59:18.705Zstop 0.000220124
17932023-11-16T15:59:18.715Z+ banner caboose-util
17942023-11-16T15:59:18.720Z
17952023-11-16T15:59:18.726Z #### ## ##### #### #### #### ###### # # #####
17962023-11-16T15:59:18.729Z # # # # # # # # # # # # # # #
17972023-11-16T15:59:18.732Z # # # ##### # # # # #### ##### ##### # # #
17982023-11-16T15:59:18.735Z # ###### # # # # # # # # # # #
17992023-11-16T15:59:18.738Z # # # # # # # # # # # # # # # #
18002023-11-16T15:59:18.741Z #### # # ##### #### #### #### ###### #### #
18012023-11-16T15:59:18.743Z
18022023-11-16T15:59:18.748Z+ ptime -m cargo build --locked -p caboose-util --release
18032023-11-16T15:59:19.227Z Downloading crates ...
18042023-11-16T15:59:19.580Z Downloaded nodrop v0.1.14
18052023-11-16T15:59:19.582Z Downloaded der_derive v0.7.2
18062023-11-16T15:59:19.588Z Downloaded wyz v0.5.1
18072023-11-16T15:59:19.591Z Downloaded tap v1.0.1
18082023-11-16T15:59:19.594Z Downloaded smallvec v0.6.14
18092023-11-16T15:59:19.596Z Downloaded termcolor v1.2.0
18102023-11-16T15:59:19.599Z Downloaded funty v2.0.0
18112023-11-16T15:59:19.602Z Downloaded env_logger v0.10.0
18122023-11-16T15:59:19.604Z Downloaded radium v0.7.0
18132023-11-16T15:59:19.607Z Downloaded ron v0.8.1
18142023-11-16T15:59:19.615Z Downloaded pem-rfc7468 v0.7.0
18152023-11-16T15:59:19.618Z Downloaded pkcs1 v0.7.5
18162023-11-16T15:59:19.622Z Downloaded flagset v0.4.3
18172023-11-16T15:59:19.625Z Downloaded packed_struct v0.10.1
18182023-11-16T15:59:19.627Z Downloaded packed_struct_codegen v0.10.1
18192023-11-16T15:59:19.630Z Downloaded crc-any v2.4.3
18202023-11-16T15:59:19.633Z Downloaded maybe-uninit v2.0.0
18212023-11-16T15:59:19.635Z Downloaded rsa v0.9.2
18222023-11-16T15:59:19.642Z Downloaded x509-cert v0.2.4
18232023-11-16T15:59:19.652Z Downloaded num-bigint-dig v0.8.4
18242023-11-16T15:59:19.660Z Downloaded bitvec v1.0.1
18252023-11-16T15:59:19.686Z Downloaded object v0.30.4
18262023-11-16T15:59:19.702Z Downloaded bitfield v0.14.0
18272023-11-16T15:59:19.704Z Downloaded crc-catalog v2.2.0
18282023-11-16T15:59:19.711Z Downloaded crc v3.0.1
18292023-11-16T15:59:19.715Z Downloaded serde-hex v0.1.0
18302023-11-16T15:59:19.718Z Downloaded array-init v0.0.4
18312023-11-16T15:59:19.720Z Downloaded path-slash v0.1.5
18322023-11-16T15:59:19.878Z Compiling proc-macro2 v1.0.69
18332023-11-16T15:59:19.887Z Compiling unicode-ident v1.0.12
18342023-11-16T15:59:19.911Z Compiling libc v0.2.150
18352023-11-16T15:59:19.926Z Compiling autocfg v1.1.0
18362023-11-16T15:59:19.932Z Compiling serde v1.0.192
18372023-11-16T15:59:19.943Z Compiling cfg-if v1.0.0
18382023-11-16T15:59:19.952Z Compiling version_check v0.9.4
18392023-11-16T15:59:20.020Z Compiling parking_lot_core v0.9.8
18402023-11-16T15:59:20.036Z Compiling syn v1.0.109
18412023-11-16T15:59:20.128Z Compiling typenum v1.16.0
18422023-11-16T15:59:20.582Z Compiling libm v0.2.7
18432023-11-16T15:59:20.755Z Compiling futures-core v0.3.29
18442023-11-16T15:59:20.905Z Compiling generic-array v0.14.7
18452023-11-16T15:59:20.951Z Compiling lock_api v0.4.10
18462023-11-16T15:59:21.032Z Compiling num-traits v0.2.16
18472023-11-16T15:59:21.204Z Compiling once_cell v1.18.0
18482023-11-16T15:59:21.321Z Compiling pkg-config v0.3.27
18492023-11-16T15:59:21.365Z Compiling scopeguard v1.2.0
18502023-11-16T15:59:21.911Z Compiling slab v0.4.9
18512023-11-16T15:59:21.921Z Compiling futures-channel v0.3.29
18522023-11-16T15:59:21.926Z Compiling futures-task v0.3.29
18532023-11-16T15:59:22.165Z Compiling quote v1.0.33
18542023-11-16T15:59:22.170Z Compiling serde_json v1.0.108
18552023-11-16T15:59:22.317Z Compiling thiserror v1.0.49
18562023-11-16T15:59:22.611Z Compiling memchr v2.6.3
18572023-11-16T15:59:22.962Z Compiling syn v2.0.32
18582023-11-16T15:59:23.375Z Compiling cc v1.0.83
18592023-11-16T15:59:23.378Z Compiling getrandom v0.2.10
18602023-11-16T15:59:23.381Z Compiling futures-util v0.3.29
18612023-11-16T15:59:23.600Z Compiling itoa v1.0.9
18622023-11-16T15:59:23.709Z Compiling smallvec v1.11.0
18632023-11-16T15:59:23.902Z Compiling log v0.4.20
18642023-11-16T15:59:25.138Z Compiling vcpkg v0.2.15
18652023-11-16T15:59:25.246Z Compiling byteorder v1.5.0
18662023-11-16T15:59:25.547Z Compiling rand_core v0.6.4
18672023-11-16T15:59:26.047Z Compiling pin-project-lite v0.2.13
18682023-11-16T15:59:26.204Z Compiling parking_lot v0.12.1
18692023-11-16T15:59:27.048Z Compiling ring v0.17.5
18702023-11-16T15:59:27.568Z Compiling indexmap v1.9.3
18712023-11-16T15:59:27.893Z Compiling openssl-sys v0.9.93
18722023-11-16T15:59:29.284Z Compiling signal-hook-registry v1.4.1
18732023-11-16T15:59:29.866Z Compiling io-lifetimes v1.0.11
18742023-11-16T15:59:30.446Z Compiling ring v0.16.20
18752023-11-16T15:59:30.625Z Compiling mio v0.8.8
18762023-11-16T15:59:32.031Z Compiling num-integer v0.1.45
18772023-11-16T15:59:32.040Z Compiling semver v1.0.20
18782023-11-16T15:59:32.346Z Compiling const-oid v0.9.5
18792023-11-16T15:59:32.450Z Compiling ryu v1.0.15
18802023-11-16T15:59:32.891Z Compiling rustix v0.37.23
18812023-11-16T15:59:33.703Z Compiling spin v0.5.2
18822023-11-16T15:59:34.489Z Compiling num_cpus v1.16.0
18832023-11-16T15:59:34.492Z Compiling socket2 v0.5.4
18842023-11-16T15:59:34.646Z Compiling unicode-xid v0.2.4
18852023-11-16T15:59:34.873Z Compiling futures-sink v0.3.29
18862023-11-16T15:59:35.075Z Compiling openssl v0.10.57
18872023-11-16T15:59:35.128Z Compiling ucd-trie v0.1.6
18882023-11-16T15:59:35.623Z Compiling heck v0.4.1
18892023-11-16T15:59:35.851Z Compiling httparse v1.8.0
18902023-11-16T15:59:35.875Z Compiling synstructure v0.12.6
18912023-11-16T15:59:36.223Z Compiling tinyvec_macros v0.1.1
18922023-11-16T15:59:36.424Z Compiling tinyvec v1.6.0
18932023-11-16T15:59:37.376Z Compiling futures-io v0.3.29
18942023-11-16T15:59:37.445Z Compiling native-tls v0.2.11
18952023-11-16T15:59:37.636Z Compiling ppv-lite86 v0.2.17
18962023-11-16T15:59:37.742Z Compiling rustls v0.21.8
18972023-11-16T15:59:37.898Z Compiling pin-utils v0.1.0
18982023-11-16T15:59:38.010Z Compiling crc32fast v1.3.2
18992023-11-16T15:59:38.128Z Compiling bzip2-sys v0.1.11+1.0.8
19002023-11-16T15:59:38.274Z Compiling spin v0.9.8
19012023-11-16T15:59:38.757Z Compiling tracing-core v0.1.31
19022023-11-16T15:59:38.856Z Compiling unicode-normalization v0.1.22
19032023-11-16T15:59:38.950Z Compiling rand_chacha v0.3.1
19042023-11-16T15:59:38.969Z Compiling unicode-bidi v0.3.13
19052023-11-16T15:59:39.845Z Compiling subtle v2.5.0
19062023-11-16T15:59:40.340Z Compiling rand v0.8.5
19072023-11-16T15:59:41.214Z Compiling errno v0.3.2
19082023-11-16T15:59:41.521Z Compiling num-iter v0.1.43
19092023-11-16T15:59:41.540Z Compiling usdt-impl v0.3.5
19102023-11-16T15:59:41.601Z Compiling ahash v0.8.3
19112023-11-16T15:59:42.014Z Compiling base64 v0.21.5
19122023-11-16T15:59:42.040Z Compiling schemars v0.8.13
19132023-11-16T15:59:42.064Z Compiling rustix v0.38.9
19142023-11-16T15:59:43.118Z Compiling signal-hook v0.3.17
19152023-11-16T15:59:43.543Z Compiling serde_derive_internals v0.26.0
19162023-11-16T15:59:44.532Z Compiling serde_derive v1.0.192
19172023-11-16T15:59:44.848Z Compiling zeroize_derive v1.4.2
19182023-11-16T15:59:44.932Z Compiling tokio-macros v2.1.0
19192023-11-16T15:59:45.423Z Compiling thiserror-impl v1.0.49
19202023-11-16T15:59:45.846Z Compiling futures-macro v0.3.29
19212023-11-16T15:59:47.068Z Compiling zeroize v1.6.0
19222023-11-16T15:59:47.297Z Compiling tracing-attributes v0.1.26
19232023-11-16T15:59:48.370Z Compiling zerocopy-derive v0.2.0
19242023-11-16T15:59:48.427Z Compiling openssl-macros v0.1.1
19252023-11-16T15:59:49.522Z Compiling zerocopy-derive v0.6.4
19262023-11-16T15:59:50.080Z Compiling pest v2.7.2
19272023-11-16T15:59:50.094Z Compiling crypto-common v0.1.6
19282023-11-16T15:59:50.356Z Compiling block-buffer v0.10.4
19292023-11-16T15:59:50.724Z Compiling digest v0.10.7
19302023-11-16T15:59:52.049Z Compiling bitflags v1.3.2
19312023-11-16T15:59:52.518Z Compiling fnv v1.0.7
19322023-11-16T15:59:52.627Z Compiling tracing v0.1.37
19332023-11-16T15:59:52.759Z Compiling zerocopy v0.3.0
19342023-11-16T15:59:53.341Z Compiling schemars_derive v0.8.13
19352023-11-16T15:59:54.017Z Compiling lazy_static v1.4.0
19362023-11-16T15:59:54.169Z Compiling pest_meta v2.7.2
19372023-11-16T15:59:56.498Z Compiling pest_generator v2.7.2
19382023-11-16T15:59:58.280Z Compiling backtrace v0.3.69
19392023-11-16T15:59:58.416Z Compiling num-bigint v0.4.4
19402023-11-16T15:59:58.833Z Compiling memoffset v0.9.0
19412023-11-16T15:59:58.886Z Compiling percent-encoding v2.3.0
19422023-11-16T15:59:59.091Z Compiling hashbrown v0.14.2
19432023-11-16T15:59:59.321Z Compiling openssl-probe v0.1.5
19442023-11-16T15:59:59.380Z Compiling smoltcp v0.9.1
19452023-11-16T15:59:59.544Z Compiling untrusted v0.9.0
19462023-11-16T15:59:59.729Z Compiling base64ct v1.6.0
19472023-11-16T15:59:59.775Z Compiling hashbrown v0.12.3
19482023-11-16T16:00:00.314Z Compiling untrusted v0.7.1
19492023-11-16T16:00:00.610Z Compiling foreign-types-shared v0.1.1
19502023-11-16T16:00:00.748Z Compiling equivalent v1.0.1
19512023-11-16T16:00:00.795Z Compiling pest_derive v2.7.2
19522023-11-16T16:00:00.887Z Compiling crossbeam-utils v0.8.16
19532023-11-16T16:00:00.907Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19542023-11-16T16:00:01.191Z Compiling async-trait v0.1.74
19552023-11-16T16:00:01.826Z Compiling iana-time-zone v0.1.57
19562023-11-16T16:00:01.878Z Compiling dtrace-parser v0.1.14
19572023-11-16T16:00:01.933Z Compiling foreign-types v0.3.2
19582023-11-16T16:00:02.350Z Compiling pem-rfc7468 v0.7.0
19592023-11-16T16:00:04.585Z Compiling dof v0.1.5
19602023-11-16T16:00:04.729Z Compiling clap_derive v4.4.2
19612023-11-16T16:00:05.245Z Compiling der_derive v0.7.2
19622023-11-16T16:00:07.093Z Compiling bytes v1.5.0
19632023-11-16T16:00:08.122Z Compiling bitflags v2.4.0
19642023-11-16T16:00:08.952Z Compiling tokio v1.33.0
19652023-11-16T16:00:09.077Z Compiling rustc_version v0.4.0
19662023-11-16T16:00:09.873Z Compiling http v0.2.9
19672023-11-16T16:00:10.069Z Compiling heapless v0.7.16
19682023-11-16T16:00:11.889Z Compiling uuid v1.5.0
19692023-11-16T16:00:12.119Z Compiling indexmap v2.1.0
19702023-11-16T16:00:12.204Z Compiling chrono v0.4.31
19712023-11-16T16:00:13.649Z Compiling thread-id v4.2.0
19722023-11-16T16:00:14.182Z Compiling siphasher v0.3.11
19732023-11-16T16:00:14.686Z Compiling flagset v0.4.3
19742023-11-16T16:00:14.835Z Compiling cpufeatures v0.2.9
19752023-11-16T16:00:14.966Z Compiling rustversion v1.0.14
19762023-11-16T16:00:15.007Z Compiling utf8parse v0.2.1
19772023-11-16T16:00:15.272Z Compiling try-lock v0.2.4
19782023-11-16T16:00:15.622Z Compiling adler v1.0.2
19792023-11-16T16:00:15.881Z Compiling anstyle v1.0.2
19802023-11-16T16:00:16.014Z Compiling time-core v0.1.1
19812023-11-16T16:00:16.249Z Compiling time-macros v0.2.13
19822023-11-16T16:00:18.064Z Compiling miniz_oxide v0.7.1
19832023-11-16T16:00:19.192Z Compiling want v0.3.1
19842023-11-16T16:00:19.582Z Compiling anstyle-parse v0.2.1
19852023-11-16T16:00:20.196Z Compiling der v0.7.8
19862023-11-16T16:00:20.255Z Compiling sha2 v0.10.8
19872023-11-16T16:00:21.341Z Compiling tokio-util v0.7.10
19882023-11-16T16:00:23.538Z Compiling h2 v0.3.21
19892023-11-16T16:00:24.439Z Compiling http-body v0.4.5
19902023-11-16T16:00:27.184Z Compiling serde_tokenstream v0.1.7
19912023-11-16T16:00:29.370Z Compiling rustls-webpki v0.101.7
19922023-11-16T16:00:29.798Z Compiling sct v0.7.0
19932023-11-16T16:00:30.699Z Compiling form_urlencoded v1.2.0
19942023-11-16T16:00:30.883Z Compiling hubpack_derive v0.1.1
19952023-11-16T16:00:31.449Z Compiling socket2 v0.4.9
19962023-11-16T16:00:32.144Z Compiling crossbeam-epoch v0.9.15
19972023-11-16T16:00:32.231Z Compiling tower-service v0.3.2
19982023-11-16T16:00:32.669Z Compiling httpdate v1.0.3
19992023-11-16T16:00:32.756Z Compiling colorchoice v1.0.0
20002023-11-16T16:00:32.960Z Compiling slog v2.7.0
20012023-11-16T16:00:33.039Z Compiling radium v0.7.0
20022023-11-16T16:00:33.508Z Compiling anstyle-query v1.0.0
20032023-11-16T16:00:34.316Z Compiling anyhow v1.0.75
20042023-11-16T16:00:34.776Z Compiling hyper v0.14.27
20052023-11-16T16:00:35.861Z Compiling anstream v0.5.0
20062023-11-16T16:00:43.510Z Compiling terminal_size v0.2.6
20072023-11-16T16:00:43.801Z Compiling spki v0.7.2
20082023-11-16T16:00:46.327Z Compiling toml_datetime v0.6.5
20092023-11-16T16:00:46.766Z Compiling serde_spanned v0.6.4
20102023-11-16T16:00:47.093Z Compiling zerocopy v0.6.4
20112023-11-16T16:00:47.965Z Compiling rustls-pemfile v1.0.3
20122023-11-16T16:00:48.446Z Compiling md-5 v0.10.5
20132023-11-16T16:00:48.530Z Compiling hmac v0.12.1
20142023-11-16T16:00:48.943Z Compiling idna v0.4.0
20152023-11-16T16:00:49.022Z Compiling stringprep v0.1.3
20162023-11-16T16:00:49.718Z Compiling diesel_table_macro_syntax v0.1.0
20172023-11-16T16:00:50.255Z Compiling hash32 v0.2.1
20182023-11-16T16:00:50.322Z Compiling aho-corasick v1.0.4
20192023-11-16T16:00:50.399Z Compiling winnow v0.5.15
20202023-11-16T16:00:50.652Z Compiling strsim v0.10.0
20212023-11-16T16:00:50.798Z Compiling stable_deref_trait v1.2.0
20222023-11-16T16:00:51.324Z Compiling dyn-clone v1.0.13
20232023-11-16T16:00:51.590Z Compiling regex-syntax v0.8.2
20242023-11-16T16:00:51.874Z Compiling either v1.9.0
20252023-11-16T16:00:52.131Z Compiling gimli v0.28.0
20262023-11-16T16:00:52.380Z Compiling fallible-iterator v0.2.0
20272023-11-16T16:00:53.640Z Compiling clap_lex v0.5.1
20282023-11-16T16:00:53.945Z Compiling maybe-uninit v2.0.0
20292023-11-16T16:00:54.609Z Compiling tap v1.0.1
20302023-11-16T16:00:54.739Z Compiling clap_builder v4.4.2
20312023-11-16T16:00:54.870Z Compiling wyz v0.5.1
20322023-11-16T16:00:55.570Z Compiling postgres-protocol v0.6.6
20332023-11-16T16:00:56.747Z Compiling url v2.4.1
20342023-11-16T16:00:57.628Z Compiling regex-automata v0.4.3
20352023-11-16T16:00:58.174Z Compiling diesel_derives v2.1.1
20362023-11-16T16:00:59.455Z Compiling addr2line v0.21.0
20372023-11-16T16:01:01.894Z Compiling rustls-native-certs v0.6.3
20382023-11-16T16:01:01.953Z Compiling tokio-rustls v0.24.1
20392023-11-16T16:01:02.425Z Compiling strum_macros v0.25.2
20402023-11-16T16:01:08.424Z Compiling tokio-native-tls v0.3.1
20412023-11-16T16:01:08.837Z Compiling usdt-macro v0.3.5
20422023-11-16T16:01:09.053Z Compiling usdt-attr-macro v0.3.5
20432023-11-16T16:01:10.674Z Compiling phf_shared v0.11.2
20442023-11-16T16:01:11.327Z Compiling block-padding v0.3.3
20452023-11-16T16:01:11.345Z Compiling enum-as-inner v0.5.1
20462023-11-16T16:01:11.645Z Compiling serde_repr v0.1.16
20472023-11-16T16:01:12.246Z Compiling scheduled-thread-pool v0.2.7
20482023-11-16T16:01:12.834Z Compiling object v0.32.1
20492023-11-16T16:01:13.278Z Compiling num-bigint-dig v0.8.4
20502023-11-16T16:01:15.747Z Compiling ipnet v2.8.0
20512023-11-16T16:01:18.113Z Compiling funty v2.0.0
20522023-11-16T16:01:20.635Z Compiling rustc-demangle v0.1.23
20532023-11-16T16:01:20.771Z Compiling regex-automata v0.1.10
20542023-11-16T16:01:21.460Z Compiling num_threads v0.1.6
20552023-11-16T16:01:21.463Z Compiling bit-vec v0.6.3
20562023-11-16T16:01:22.088Z Compiling matches v0.1.10
20572023-11-16T16:01:22.214Z Compiling packed_struct v0.10.1
20582023-11-16T16:01:22.794Z Compiling managed v0.8.0
20592023-11-16T16:01:22.975Z Compiling deranged v0.3.8
20602023-11-16T16:01:25.929Z Compiling time v0.3.27
20612023-11-16T16:01:26.949Z Compiling idna v0.2.3
20622023-11-16T16:01:29.126Z Compiling bstr v0.2.17
20632023-11-16T16:01:29.513Z Compiling bitvec v1.0.1
20642023-11-16T16:01:31.339Z Compiling r2d2 v0.8.10
20652023-11-16T16:01:33.854Z Compiling inout v0.1.3
20662023-11-16T16:01:36.545Z Compiling phf v0.11.2
20672023-11-16T16:01:36.751Z Compiling hyper-tls v0.5.0
20682023-11-16T16:01:36.839Z Compiling regex v1.10.2
20692023-11-16T16:01:36.974Z Compiling hyper-rustls v0.24.2
20702023-11-16T16:01:37.229Z Compiling signal-hook-mio v0.2.3
20712023-11-16T16:01:37.439Z Compiling flate2 v1.0.28
20722023-11-16T16:01:37.762Z Compiling clap v4.4.3
20732023-11-16T16:01:37.912Z Compiling ipnetwork v0.20.0
20742023-11-16T16:01:38.449Z Compiling bzip2 v0.4.4
20752023-11-16T16:01:38.908Z Compiling postgres-types v0.2.6
20762023-11-16T16:01:38.977Z Compiling toml_edit v0.19.15
20772023-11-16T16:01:39.107Z Compiling itertools v0.11.0
20782023-11-16T16:01:39.141Z Compiling pkcs8 v0.10.2
20792023-11-16T16:01:39.899Z Compiling hubpack v0.1.2
20802023-11-16T16:01:40.583Z Compiling serde_urlencoded v0.7.1
20812023-11-16T16:01:41.284Z Compiling phf_shared v0.10.0
20822023-11-16T16:01:41.470Z Compiling futures-executor v0.3.29
20832023-11-16T16:01:43.754Z Compiling signature v2.1.0
20842023-11-16T16:01:44.160Z Compiling packed_struct_codegen v0.10.1
20852023-11-16T16:01:46.875Z Compiling float-cmp v0.9.0
20862023-11-16T16:01:47.659Z Compiling encoding_rs v0.8.33
20872023-11-16T16:01:47.686Z Compiling new_debug_unreachable v1.0.4
20882023-11-16T16:01:47.765Z Compiling crc-catalog v2.2.0
20892023-11-16T16:01:47.801Z Compiling mime v0.3.17
20902023-11-16T16:01:48.801Z Compiling unicode-width v0.1.11
20912023-11-16T16:01:48.806Z Compiling precomputed-hash v0.1.1
20922023-11-16T16:01:48.811Z Compiling difflib v0.4.0
20932023-11-16T16:01:49.008Z Compiling nodrop v0.1.14
20942023-11-16T16:01:49.172Z Compiling webpki-roots v0.25.2
20952023-11-16T16:01:49.427Z Compiling regex-automata v0.3.8
20962023-11-16T16:01:50.547Z Compiling normalize-line-endings v0.3.0
20972023-11-16T16:01:50.703Z Compiling fixedbitset v0.4.2
20982023-11-16T16:01:51.327Z Compiling static_assertions v1.1.0
20992023-11-16T16:01:51.470Z Compiling data-encoding v2.4.0
21002023-11-16T16:01:53.141Z Compiling whoami v1.4.1
21012023-11-16T16:01:54.306Z Compiling predicates-core v1.0.6
21022023-11-16T16:01:54.489Z Compiling unicode-segmentation v1.10.1
21032023-11-16T16:01:54.777Z Compiling predicates v3.0.4
21042023-11-16T16:01:55.901Z Compiling similar v2.2.1
21052023-11-16T16:01:57.145Z Compiling tokio-postgres v0.7.10
21062023-11-16T16:01:59.937Z Compiling trust-dns-proto v0.22.0
21072023-11-16T16:02:00.552Z Compiling bstr v1.6.0
21082023-11-16T16:02:02.474Z Compiling reqwest v0.11.22
21092023-11-16T16:02:02.877Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21102023-11-16T16:02:05.264Z Compiling petgraph v0.6.4
21112023-11-16T16:02:10.628Z Compiling array-init v0.0.4
21122023-11-16T16:02:12.453Z Compiling string_cache v0.8.7
21132023-11-16T16:02:12.503Z Compiling console v0.15.7
21142023-11-16T16:02:13.066Z Compiling crc v3.0.1
21152023-11-16T16:02:20.820Z Compiling toml v0.7.8
21162023-11-16T16:02:22.733Z Compiling futures v0.3.29
21172023-11-16T16:02:24.370Z Compiling pkcs1 v0.7.5
21182023-11-16T16:02:24.378Z Compiling smallvec v0.6.14
21192023-11-16T16:02:24.384Z Compiling zip v0.6.6
21202023-11-16T16:02:24.472Z Compiling diesel v2.1.3
21212023-11-16T16:02:24.600Z Compiling yasna v0.5.2
21222023-11-16T16:02:26.166Z Compiling crossterm v0.27.0
21232023-11-16T16:02:27.717Z Compiling cipher v0.4.4
21242023-11-16T16:02:28.419Z Compiling hashbrown v0.13.2
21252023-11-16T16:02:31.893Z Compiling bit-set v0.5.3
21262023-11-16T16:02:32.284Z Compiling usdt v0.3.5
21272023-11-16T16:02:32.494Z Compiling is-terminal v0.4.9
21282023-11-16T16:02:32.664Z Compiling toml_edit v0.21.0
21292023-11-16T16:02:35.003Z Compiling itertools v0.10.5
21302023-11-16T16:02:38.761Z Compiling tokio-stream v0.1.14
21312023-11-16T16:02:39.645Z Compiling openapiv3 v2.0.0-rc.1
21322023-11-16T16:02:40.264Z Compiling hex v0.4.3
21332023-11-16T16:02:50.301Z Compiling bitfield v0.14.0
21342023-11-16T16:02:50.779Z Compiling lalrpop-util v0.19.12
21352023-11-16T16:02:51.976Z Compiling termcolor v1.2.0
21362023-11-16T16:02:52.980Z Compiling env_logger v0.10.0
21372023-11-16T16:03:04.612Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21382023-11-16T16:03:17.106Z Compiling rsa v0.9.2
21392023-11-16T16:03:21.089Z Compiling serde-hex v0.1.0
21402023-11-16T16:03:27.670Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21412023-11-16T16:03:30.575Z Compiling x509-cert v0.2.4
21422023-11-16T16:03:31.178Z Compiling ron v0.8.1
21432023-11-16T16:03:31.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21442023-11-16T16:03:36.542Z Compiling crc-any v2.4.3
21452023-11-16T16:03:52.313Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21462023-11-16T16:03:55.326Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21472023-11-16T16:04:14.998Z Compiling object v0.30.4
21482023-11-16T16:04:23.197Z Compiling path-slash v0.1.5
21492023-11-16T16:04:28.280Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21502023-11-16T16:05:09.354Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21512023-11-16T16:05:10.513Z Finished release [optimized] target(s) in 5m 51s
21522023-11-16T16:05:10.595Z
21532023-11-16T16:05:10.598Zreal 5:51.965264045
21542023-11-16T16:05:10.601Zuser 40:58.934164128
21552023-11-16T16:05:10.605Zsys 3:32.099279724
21562023-11-16T16:05:10.608Ztrap 1.600494345
21572023-11-16T16:05:10.611Ztflt 1.170381136
21582023-11-16T16:05:10.613Zdflt 0.444354476
21592023-11-16T16:05:10.616Zkflt 0.006367507
21602023-11-16T16:05:10.619Zlock 1:30:58.516272324
21612023-11-16T16:05:10.622Zslp 1:55:51.601705976
21622023-11-16T16:05:10.625Zlat 1:40.715810001
21632023-11-16T16:05:10.627Zstop 1:12.296634693
21642023-11-16T16:05:10.630Z+ ptime -m gzip
21652023-11-16T16:05:11.258Z
21662023-11-16T16:05:11.261Zreal 0.656728937
21672023-11-16T16:05:11.264Zuser 0.649546345
21682023-11-16T16:05:11.267Zsys 0.006493036
21692023-11-16T16:05:11.270Ztrap 0.000066750
21702023-11-16T16:05:11.276Ztflt 0.000000000
21712023-11-16T16:05:11.280Zdflt 0.000000000
21722023-11-16T16:05:11.283Zkflt 0.000000000
21732023-11-16T16:05:11.286Zlock 0.000000000
21742023-11-16T16:05:11.291Zslp 0.000000000
21752023-11-16T16:05:11.294Zlat 0.000172069
21762023-11-16T16:05:11.298Zstop 0.000346331
21772023-11-16T16:05:11.302Z+ banner tufaceous
21782023-11-16T16:05:11.304Z
21792023-11-16T16:05:11.308Z ##### # # ###### ## #### ###### #### # # ####
21802023-11-16T16:05:11.311Z # # # # # # # # # # # # # #
21812023-11-16T16:05:11.314Z # # # ##### # # # ##### # # # # ####
21822023-11-16T16:05:11.319Z # # # # ###### # # # # # # #
21832023-11-16T16:05:11.322Z # # # # # # # # # # # # # # #
21842023-11-16T16:05:11.325Z # #### # # # #### ###### #### #### ####
21852023-11-16T16:05:11.328Z
21862023-11-16T16:05:11.331Z+ ptime -m cargo build --locked -p tufaceous --release
21872023-11-16T16:05:11.916Z Downloading crates ...
21882023-11-16T16:05:12.185Z Downloaded path-dedot v3.1.0
21892023-11-16T16:05:12.188Z Downloaded path-absolutize v3.1.0
21902023-11-16T16:05:12.191Z Downloaded doc-comment v0.3.3
21912023-11-16T16:05:12.195Z Downloaded bytesize v1.3.0
21922023-11-16T16:05:12.198Z Downloaded snafu-derive v0.7.5
21932023-11-16T16:05:12.201Z Downloaded tough v0.14.0
21942023-11-16T16:05:12.213Z Downloaded globset v0.4.13
21952023-11-16T16:05:12.239Z Downloaded buf-list v1.0.3
21962023-11-16T16:05:12.247Z Downloaded serde_plain v1.0.2
21972023-11-16T16:05:12.302Z Downloaded snafu v0.7.5
21982023-11-16T16:05:12.311Z Downloaded humantime v2.1.0
21992023-11-16T16:05:12.325Z Downloaded fs-err v2.9.0
22002023-11-16T16:05:12.349Z Downloaded olpc-cjson v0.1.3
22012023-11-16T16:05:12.503Z Compiling serde_tokenstream v0.2.0
22022023-11-16T16:05:12.524Z Compiling regress v0.7.1
22032023-11-16T16:05:12.535Z Compiling dirs-sys-next v0.1.2
22042023-11-16T16:05:12.538Z Compiling ident_case v1.0.1
22052023-11-16T16:05:12.555Z Compiling thread_local v1.1.7
22062023-11-16T16:05:12.558Z Compiling camino v1.1.6
22072023-11-16T16:05:12.565Z Compiling heck v0.4.1
22082023-11-16T16:05:12.758Z Compiling dirs-next v2.0.0
22092023-11-16T16:05:13.101Z Compiling darling_core v0.20.3
22102023-11-16T16:05:13.268Z Compiling slog-async v2.8.0
22112023-11-16T16:05:13.413Z Compiling term v0.7.0
22122023-11-16T16:05:13.786Z Compiling crossbeam-channel v0.5.8
22132023-11-16T16:05:14.009Z Compiling getopts v0.2.21
22142023-11-16T16:05:14.259Z Compiling structmeta-derive v0.2.0
22152023-11-16T16:05:14.567Z Compiling atty v0.2.14
22162023-11-16T16:05:14.771Z Compiling multer v2.1.0
22172023-11-16T16:05:15.200Z Compiling match_cfg v0.1.0
22182023-11-16T16:05:15.325Z Compiling unsafe-libyaml v0.2.9
22192023-11-16T16:05:15.433Z Compiling paste v1.0.14
22202023-11-16T16:05:16.086Z Compiling doc-comment v0.3.3
22212023-11-16T16:05:16.589Z Compiling take_mut v0.2.2
22222023-11-16T16:05:17.097Z Compiling hostname v0.3.1
22232023-11-16T16:05:17.451Z Compiling serde_yaml v0.9.25
22242023-11-16T16:05:18.205Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22252023-11-16T16:05:20.476Z Compiling structmeta v0.2.0
22262023-11-16T16:05:21.128Z Compiling slog-term v2.9.0
22272023-11-16T16:05:21.980Z Compiling darling_macro v0.20.3
22282023-11-16T16:05:23.408Z Compiling darling v0.20.3
22292023-11-16T16:05:23.560Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22302023-11-16T16:05:23.584Z Compiling slog-json v2.6.1
22312023-11-16T16:05:23.715Z Compiling async-stream-impl v0.3.5
22322023-11-16T16:05:24.389Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22332023-11-16T16:05:24.419Z Compiling regex-syntax v0.7.5
22342023-11-16T16:05:24.819Z Compiling atomic-waker v1.1.1
22352023-11-16T16:05:25.094Z Compiling fastrand v2.0.0
22362023-11-16T16:05:25.477Z Compiling waitgroup v0.1.2
22372023-11-16T16:05:25.687Z Compiling async-stream v0.3.5
22382023-11-16T16:05:25.800Z Compiling tempfile v3.8.0
22392023-11-16T16:05:26.061Z Compiling slog-bunyan v2.4.0
22402023-11-16T16:05:26.156Z Compiling serde_with_macros v2.3.3
22412023-11-16T16:05:28.209Z Compiling toml v0.8.8
22422023-11-16T16:05:29.033Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22432023-11-16T16:05:29.889Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22442023-11-16T16:05:30.619Z Compiling sha1 v0.10.6
22452023-11-16T16:05:31.193Z Compiling snafu-derive v0.7.5
22462023-11-16T16:05:32.137Z Compiling serde_path_to_error v0.1.14
22472023-11-16T16:05:32.264Z Compiling path-dedot v3.1.0
22482023-11-16T16:05:32.301Z Compiling instant v0.1.12
22492023-11-16T16:05:32.516Z Compiling buf-list v1.0.3
22502023-11-16T16:05:32.607Z Compiling debug-ignore v1.0.5
22512023-11-16T16:05:32.808Z Compiling base64 v0.13.1
22522023-11-16T16:05:33.319Z Compiling same-file v1.0.6
22532023-11-16T16:05:33.733Z Compiling arc-swap v1.6.0
22542023-11-16T16:05:33.764Z Compiling walkdir v2.4.0
22552023-11-16T16:05:34.225Z Compiling pem v1.1.1
22562023-11-16T16:05:34.653Z Compiling parse-display-derive v0.8.2
22572023-11-16T16:05:34.944Z Compiling slog-scope v4.4.0
22582023-11-16T16:05:36.629Z Compiling path-absolutize v3.1.0
22592023-11-16T16:05:36.653Z Compiling backoff v0.4.0
22602023-11-16T16:05:36.899Z Compiling serde_with v2.3.3
22612023-11-16T16:05:36.938Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22622023-11-16T16:05:37.191Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22632023-11-16T16:05:37.312Z Compiling globset v0.4.13
22642023-11-16T16:05:38.221Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22652023-11-16T16:05:38.452Z Compiling strum v0.25.0
22662023-11-16T16:05:38.704Z Compiling olpc-cjson v0.1.3
22672023-11-16T16:05:39.154Z Compiling snafu v0.7.5
22682023-11-16T16:05:39.608Z Compiling macaddr v1.0.1
22692023-11-16T16:05:40.707Z Compiling serde_plain v1.0.2
22702023-11-16T16:05:40.735Z Compiling parse-display v0.8.2
22712023-11-16T16:05:41.007Z Compiling filetime v0.2.22
22722023-11-16T16:05:41.130Z Compiling xattr v1.0.1
22732023-11-16T16:05:41.478Z Compiling tar v0.4.40
22742023-11-16T16:05:41.532Z Compiling tough v0.14.0
22752023-11-16T16:05:43.059Z Compiling slog-stdlog v4.1.1
22762023-11-16T16:05:43.955Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22772023-11-16T16:05:44.150Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22782023-11-16T16:05:44.529Z Compiling camino-tempfile v1.0.2
22792023-11-16T16:05:45.776Z Compiling bytesize v1.3.0
22802023-11-16T16:05:46.692Z Compiling fs-err v2.9.0
22812023-11-16T16:05:47.988Z Compiling slog-envlogger v2.2.0
22822023-11-16T16:05:51.121Z Compiling humantime v2.1.0
22832023-11-16T16:05:54.873Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22842023-11-16T16:06:20.114Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22852023-11-16T16:06:20.397Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22862023-11-16T16:06:31.583Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22872023-11-16T16:06:33.629Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22882023-11-16T16:06:57.421Z Finished release [optimized] target(s) in 1m 46s
22892023-11-16T16:06:57.505Z
22902023-11-16T16:06:57.508Zreal 1:46.218182062
22912023-11-16T16:06:57.512Zuser 11:19.651898814
22922023-11-16T16:06:57.515Zsys 41.649034194
22932023-11-16T16:06:57.518Ztrap 0.404090885
22942023-11-16T16:06:57.521Ztflt 0.359202540
22952023-11-16T16:06:57.524Zdflt 0.577743145
22962023-11-16T16:06:57.526Zkflt 0.005039581
22972023-11-16T16:06:57.529Zlock 22:20.913950836
22982023-11-16T16:06:57.532Zslp 24:14.881880525
22992023-11-16T16:06:57.535Zlat 19.679421797
23002023-11-16T16:06:57.537Zstop 11.202844722
23012023-11-16T16:06:57.541Z+ ptime -m gzip
23022023-11-16T16:06:59.821Z
23032023-11-16T16:06:59.823Zreal 2.308301546
23042023-11-16T16:06:59.827Zuser 2.281239965
23052023-11-16T16:06:59.830Zsys 0.024062847
23062023-11-16T16:06:59.833Ztrap 0.001121693
23072023-11-16T16:06:59.836Ztflt 0.000000000
23082023-11-16T16:06:59.844Zdflt 0.000000000
23092023-11-16T16:06:59.849Zkflt 0.000000000
23102023-11-16T16:06:59.852Zlock 0.000000000
23112023-11-16T16:06:59.854Zslp 0.000000000
23122023-11-16T16:06:59.858Zlat 0.001547858
23132023-11-16T16:06:59.861Zstop 0.000217611
23142023-11-16T16:06:59.875Zprocess exited: duration 1140405 ms, exit code 0
 
23152023-11-16T16:06:59.882Zfound 5 output files
23162023-11-16T16:06:59.898Zuploading: /work/end-to-end-tests/bootstrap-b153fb5eda845188.gz (6360009 bytes)
23172023-11-16T16:07:04.234Zuploaded: /work/end-to-end-tests/bootstrap-b153fb5eda845188.gz
23182023-11-16T16:07:04.246Zuploading: /work/end-to-end-tests/bootstrap.gz (86871631 bytes)
23192023-11-16T16:07:26.819Zuploaded: /work/end-to-end-tests/bootstrap.gz
23202023-11-16T16:07:26.837Zuploading: /work/end-to-end-tests/end_to_end_tests-6d5617b4bb093364.gz (99504024 bytes)
23212023-11-16T16:07:57.519Zuploaded: /work/end-to-end-tests/end_to_end_tests-6d5617b4bb093364.gz
23222023-11-16T16:07:57.524Zuploading: /work/caboose-util.gz (4110311 bytes)
23232023-11-16T16:07:59.101Zuploaded: /work/caboose-util.gz
23242023-11-16T16:07:59.112Zuploading: /work/tufaceous.gz (14681501 bytes)
23252023-11-16T16:08:05.608Zuploaded: /work/tufaceous.gz