01HF7Z2VR906ZFS2AX4JA7B5JF: 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: 01HF7Z3NQA8T7V59GBVQJ6WRBR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-14T22:28:23.281Zjob assigned to worker 01HF7Z3NCYAYQ3A2PM934M3Y8J (queued for 1 m 28 s)
 
22023-11-14T22:28:23.605Zstarting task 0: "setup"
32023-11-14T22:28:23.664Z++ uname -s
42023-11-14T22:28:23.667Z+ kern=SunOS
52023-11-14T22:28:23.670Z+ case "$kern" in
62023-11-14T22:28:23.673Z+ groupadd -g 12345 build
72023-11-14T22:28:23.675Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-14T22:28:25.682Z+ zfs create -o mountpoint=/work rpool/work
92023-11-14T22:28:25.810Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-14T22:28:25.813Z+ home_fs=zfs
112023-11-14T22:28:25.816Z+ [[ zfs == autofs ]]
122023-11-14T22:28:25.821Z+ mkdir -p /home/build
132023-11-14T22:28:25.824Z+ chown build:build /home/build /work
142023-11-14T22:28:27.819Z+ chmod 0700 /home/build /work
152023-11-14T22:28:27.825Zprocess exited: duration 4212 ms, exit code 0
 
162023-11-14T22:28:27.833Zstarting task 1: "rust-toolchain"
172023-11-14T22:28:27.849Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-14T22:28:27.852Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-14T22:28:28.025Zinfo: downloading installer
202023-11-14T22:28:30.126Zwarning: it looks like you have an existing installation of Rust at:
212023-11-14T22:28:30.131Zwarning: /opt/ooce/bin
222023-11-14T22:28:30.135Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-14T22:28:30.139Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-14T22:28:30.143Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-14T22:28:30.146Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-14T22:28:30.151Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-14T22:28:30.158Zerror: cannot install while Rust is installed
282023-11-14T22:28:30.163Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-14T22:28:30.452Zinfo: profile set to 'default'
302023-11-14T22:28:30.455Zinfo: default host triple is x86_64-unknown-illumos
312023-11-14T22:28:30.459Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-14T22:28:30.625Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-14T22:28:30.629Zinfo: downloading component 'cargo'
342023-11-14T22:28:31.297Zinfo: downloading component 'clippy'
352023-11-14T22:28:31.916Zinfo: downloading component 'rust-docs'
362023-11-14T22:28:32.762Zinfo: downloading component 'rust-std'
372023-11-14T22:28:34.281Zinfo: downloading component 'rustc'
382023-11-14T22:28:37.903Zinfo: downloading component 'rustfmt'
392023-11-14T22:28:38.119Zinfo: installing component 'cargo'
402023-11-14T22:28:39.933Zinfo: installing component 'clippy'
412023-11-14T22:28:40.795Zinfo: installing component 'rust-docs'
422023-11-14T22:28:46.084Zinfo: installing component 'rust-std'
432023-11-14T22:28:47.428Zinfo: installing component 'rustc'
442023-11-14T22:28:56.522Zinfo: installing component 'rustfmt'
452023-11-14T22:28:56.972Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-14T22:28:56.979Z
472023-11-14T22:28:57.190Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-14T22:28:57.212Z
492023-11-14T22:28:57.231Z
502023-11-14T22:28:57.253ZRust is installed now. Great!
512023-11-14T22:28:57.286Z
522023-11-14T22:28:57.295ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-14T22:28:57.322Zenvironment variable. This has not been done automatically.
542023-11-14T22:28:57.339Z
552023-11-14T22:28:57.344ZTo configure your current shell, run:
562023-11-14T22:28:57.366Zsource "$HOME/.cargo/env"
572023-11-14T22:28:57.386Z+ rustc --version
582023-11-14T22:28:57.405Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-14T22:28:57.855Zprocess exited: duration 29537 ms, exit code 0
 
602023-11-14T22:28:57.894Zstarting task 2: "authentication"
612023-11-14T22:28:57.957Zprocess exited: duration 38 ms, exit code 0
 
622023-11-14T22:28:58.812Zstarting task 3: "clone repository"
632023-11-14T22:28:59.244Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-14T22:28:59.247Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-14T22:28:59.282ZCloning into '/work/oxidecomputer/omicron'...
662023-11-14T22:29:04.935Z+ cd /work/oxidecomputer/omicron
672023-11-14T22:29:04.939Z+ [[ -n '' ]]
682023-11-14T22:29:04.943Z+ git fetch origin 59fe50b9cd147394022534ad01df43b93b1787bf
692023-11-14T22:29:05.519ZFrom https://github.com/oxidecomputer/omicron
702023-11-14T22:29:05.523Z * branch 59fe50b9cd147394022534ad01df43b93b1787bf -> FETCH_HEAD
712023-11-14T22:29:05.530Z+ git reset --hard 59fe50b9cd147394022534ad01df43b93b1787bf
722023-11-14T22:29:05.689ZHEAD is now at 59fe50b9 Update propolis mock-server and client deps
732023-11-14T22:29:05.693Zprocess exited: duration 6457 ms, exit code 0
 
742023-11-14T22:29:05.700Zstarting task 4: "build"
752023-11-14T22:29:05.712Z+ cargo --version
762023-11-14T22:29:05.724Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
772023-11-14T22:29:05.922Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
782023-11-14T22:29:05.925Zinfo: downloading component 'cargo'
792023-11-14T22:29:06.610Zinfo: downloading component 'clippy'
802023-11-14T22:29:06.857Zinfo: downloading component 'rust-docs'
812023-11-14T22:29:07.748Zinfo: downloading component 'rust-std'
822023-11-14T22:29:09.159Zinfo: downloading component 'rustc'
832023-11-14T22:29:13.117Zinfo: downloading component 'rustfmt'
842023-11-14T22:29:13.334Zinfo: installing component 'cargo'
852023-11-14T22:29:14.577Zinfo: installing component 'clippy'
862023-11-14T22:29:15.084Zinfo: installing component 'rust-docs'
872023-11-14T22:29:17.881Zinfo: installing component 'rust-std'
882023-11-14T22:29:20.362Zinfo: installing component 'rustc'
892023-11-14T22:29:26.573Zinfo: installing component 'rustfmt'
902023-11-14T22:29:27.130Zcargo 1.73.0 (9c4383fb5 2023-08-26)
912023-11-14T22:29:27.693Z+ rustc --version
922023-11-14T22:29:27.706Zrustc 1.73.0 (cc66ad468 2023-10-03)
932023-11-14T22:29:27.718Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942023-11-14T22:29:39.920Z Startup: Refreshing catalog 'helios-dev' ... Done
952023-11-14T22:29:40.881Z Startup: Caching catalogs ... Done
962023-11-14T22:29:46.022ZPlanning: Solver setup ... Done (4.842s)
972023-11-14T22:29:46.142ZPlanning: Running solver ... Done (0.120s)
982023-11-14T22:29:46.196ZPlanning: Finding local manifests ... Done (0.003s)
992023-11-14T22:29:46.226ZPlanning: Fetching manifests: 0/4 0% complete
1002023-11-14T22:29:46.478ZPlanning: Fetching manifests: 4/4 100% complete
1012023-11-14T22:29:46.561ZPlanning: Package planning ... Done (0.082s)
1022023-11-14T22:29:46.647ZPlanning: Merging actions ... Done (0.086s)
1032023-11-14T22:29:47.384ZPlanning: Checking for conflicting actions ... Done (0.737s)
1042023-11-14T22:29:47.402ZPlanning: Consolidating action changes ... Done (0.018s)
1052023-11-14T22:29:51.036ZPlanning: Evaluating mediators ... Done (3.629s)
1062023-11-14T22:29:51.052ZPlanning: Planning completed in 10.11 seconds
1072023-11-14T22:29:51.071Z Packages to install: 4
1082023-11-14T22:29:51.077Z Mediators to change: 2
1092023-11-14T22:29:51.081Z Services to change: 1
1102023-11-14T22:29:51.084Z Estimated space available: 148.90 GB
1112023-11-14T22:29:51.087ZEstimated space to be consumed: 1.37 GB
1122023-11-14T22:29:51.091Z Create boot environment: No
1132023-11-14T22:29:51.094ZCreate backup boot environment: No
1142023-11-14T22:29:51.098Z Rebuild boot archive: No
1152023-11-14T22:29:51.101Z
1162023-11-14T22:29:51.104ZChanged mediators:
1172023-11-14T22:29:51.107Z mediator clang:
1182023-11-14T22:29:51.111Z version: None -> 15 (system default)
1192023-11-14T22:29:51.138Z
1202023-11-14T22:29:51.142Z mediator llvm:
1212023-11-14T22:29:51.145Z version: 14 (system default) -> 15 (system default)
1222023-11-14T22:29:51.148Z
1232023-11-14T22:29:51.151ZChanged packages:
1242023-11-14T22:29:51.154Zhelios-dev
1252023-11-14T22:29:51.157Z developer/build-essential
1262023-11-14T22:29:51.160Z None -> 11-2.0
1272023-11-14T22:29:51.163Z library/libxmlsec1
1282023-11-14T22:29:51.166Z None -> 1.2.35-2.0
1292023-11-14T22:29:51.169Z ooce/developer/clang-15
1302023-11-14T22:29:51.172Z None -> 15.0.7-2.0
1312023-11-14T22:29:51.175Z ooce/developer/llvm-15
1322023-11-14T22:29:51.178Z None -> 15.0.7-2.0
1332023-11-14T22:29:51.182Z
1342023-11-14T22:29:51.185ZServices:
1352023-11-14T22:29:51.188Z restart_fmri:
1362023-11-14T22:29:51.191Z svc:/system/update-man-index:default
1372023-11-14T22:29:51.254Z
1382023-11-14T22:29:51.257ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392023-11-14T22:29:56.274ZDownload: 1081/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1402023-11-14T22:30:01.254ZDownload: 1627/3290 items 108.3/212.6MB 50% complete (10.8M/s)
1412023-11-14T22:30:06.755ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1422023-11-14T22:30:11.754ZDownload: 2835/3290 items 121.1/212.6MB 56% complete (445k/s)
1432023-11-14T22:30:16.828ZDownload: Completed 212.60 MB in 25.17 seconds (8.4M/s)
1442023-11-14T22:30:17.196Z Actions: 1/3687 actions (Installing new actions)
1452023-11-14T22:30:22.194Z Actions: 3228/3687 actions (Installing new actions)
1462023-11-14T22:30:25.307Z Actions: Completed 3687 actions in 8.12 seconds.
1472023-11-14T22:30:25.392Z Done (0.081s)
1482023-11-14T22:30:25.866Z Done (0.000s)
1492023-11-14T22:30:25.872Z Done (0.201s)
1502023-11-14T22:30:33.163Z Done (7.457s)
1512023-11-14T22:30:33.388Z Done (0.120s)
1522023-11-14T22:30:33.398Z Done (0.000s)
1532023-11-14T22:30:33.693Z Done (0.000s)
1542023-11-14T22:30:34.399ZPlanning: Evaluating mediator changes ... Done
1552023-11-14T22:30:34.637ZPlanning: Checking for conflicting actions ... Done
1562023-11-14T22:30:34.640ZPlanning: Consolidating action changes ... Done
1572023-11-14T22:30:35.083ZPlanning: Evaluating mediators ... Done
1582023-11-14T22:30:35.088ZPlanning: Planning completed in 0.74 seconds
1592023-11-14T22:30:35.144Z Mediators to change: 2
1602023-11-14T22:30:35.155Z Create boot environment: No
1612023-11-14T22:30:35.168ZCreate backup boot environment: No
1622023-11-14T22:30:35.242Z Done
1632023-11-14T22:30:35.252Z Done
1642023-11-14T22:30:35.383Z Done
1652023-11-14T22:30:41.558Z Done
1662023-11-14T22:30:41.679Z Done
1672023-11-14T22:30:41.684Z Done
1682023-11-14T22:30:41.925Z Done
1692023-11-14T22:30:44.050ZPlanning: Evaluating mediator changes ... Done
1702023-11-14T22:30:44.054ZPlanning: Merging actions ... Done
1712023-11-14T22:30:44.065ZPlanning: Checking for conflicting actions ... Done
1722023-11-14T22:30:44.070ZPlanning: Consolidating action changes ... Done
1732023-11-14T22:30:44.074ZPlanning: Evaluating mediators ... Done
1742023-11-14T22:30:44.078ZPlanning: Planning completed in 1.30 seconds
1752023-11-14T22:30:44.081Z Packages to change: 1
1762023-11-14T22:30:44.085Z Mediators to change: 1
1772023-11-14T22:30:44.088Z Services to change: 1
1782023-11-14T22:30:44.092Z Create boot environment: No
1792023-11-14T22:30:44.096ZCreate backup boot environment: Yes
1802023-11-14T22:30:45.817Z Actions: 1/6 actions (Updating modified actions)
1812023-11-14T22:30:45.823Z Actions: Completed 6 actions in 0.00 seconds.
1822023-11-14T22:30:45.829Z Done
1832023-11-14T22:30:45.841Z Done
1842023-11-14T22:30:45.867Z Done
1852023-11-14T22:30:52.006Z Done
1862023-11-14T22:30:52.135Z Done
1872023-11-14T22:30:52.141Z Done
1882023-11-14T22:30:52.240Z Done
1892023-11-14T22:30:52.953ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902023-11-14T22:30:52.977Zclang system 15 system
1912023-11-14T22:30:52.987Zcsh system system illumos
1922023-11-14T22:30:52.993Zctags system system illumos
1932023-11-14T22:30:52.999Zgcc vendor 12 vendor
1942023-11-14T22:30:53.005Zgcc system 10 system
1952023-11-14T22:30:53.009Zgcc system 7 system
1962023-11-14T22:30:53.012Zgo system 1.20 system
1972023-11-14T22:30:53.016Zgo system 1.19 system
1982023-11-14T22:30:53.019Zllvm system 15 system
1992023-11-14T22:30:53.025Zllvm system 14 system
2002023-11-14T22:30:53.029Zmariadb system 10.6 system
2012023-11-14T22:30:53.032Zmta vendor vendor dma
2022023-11-14T22:30:53.036Zopenjdk system 17 system
2032023-11-14T22:30:53.048Zopenjdk system 11 system
2042023-11-14T22:30:53.057Zopenjdk system 1.8 system
2052023-11-14T22:30:53.064Zopenssl vendor 3 vendor
2062023-11-14T22:30:53.070Zperl system 5.36 system
2072023-11-14T22:30:53.076Zpostgresql system 15 system
2082023-11-14T22:30:53.079Zpostgresql system 13 system
2092023-11-14T22:30:53.082Zpython vendor 3 vendor
2102023-11-14T22:30:53.085Zpython system 2 system
2112023-11-14T22:30:53.089Zpython3 system 3.11 system
2122023-11-14T22:30:53.092Zruby system 3.0 system
2132023-11-14T22:30:53.095Zwords vendor vendor american-english
2142023-11-14T22:30:53.097Zwords system system australian-english
2152023-11-14T22:30:53.100Zwords system system british-english
2162023-11-14T22:30:53.103Zwords system system canadian-english
2172023-11-14T22:30:53.105Zwords system system french
2182023-11-14T22:30:53.108Zwords system system italian
2192023-11-14T22:30:53.111Zwords system system ngerman
2202023-11-14T22:30:53.114Zwords system system ogerman
2212023-11-14T22:30:53.117Zwords system system spanish
2222023-11-14T22:30:53.502ZFMRI IFO
2232023-11-14T22:30:53.506Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242023-11-14T22:30:53.510Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252023-11-14T22:30:53.513Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262023-11-14T22:30:53.516Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2272023-11-14T22:30:53.518Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2282023-11-14T22:30:53.521Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2292023-11-14T22:30:53.588Z+ set -o errexit
2302023-11-14T22:30:53.590Z+++ dirname ./tools/ci_download_cockroachdb
2312023-11-14T22:30:53.598Z++ cd ./tools
2322023-11-14T22:30:53.603Z++ pwd
2332023-11-14T22:30:53.607Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2342023-11-14T22:30:53.610Z++ basename ./tools/ci_download_cockroachdb
2352023-11-14T22:30:53.613Z+ ARG0=ci_download_cockroachdb
2362023-11-14T22:30:53.616Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2372023-11-14T22:30:53.620Z+ CIDL_VERSION=v22.1.9
2382023-11-14T22:30:53.623Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2392023-11-14T22:30:53.626Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2402023-11-14T22:30:53.629Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2412023-11-14T22:30:53.632Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2422023-11-14T22:30:53.635Z+ TARGET_DIR=out
2432023-11-14T22:30:53.638Z+ DOWNLOAD_DIR=out/downloads
2442023-11-14T22:30:53.642Z+ DEST_DIR=./out/cockroachdb
2452023-11-14T22:30:53.646Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2462023-11-14T22:30:53.649Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2472023-11-14T22:30:53.652Z+ main
2482023-11-14T22:30:53.655Z+ [[ 0 != 0 ]]
2492023-11-14T22:30:53.658Z+ CIDL_OS=solaris2.11
2502023-11-14T22:30:53.661Z+ [[ 0 != 0 ]]
2512023-11-14T22:30:53.664Z+ configure_os solaris2.11
2522023-11-14T22:30:53.667Z+ echo 'current directory: /work/oxidecomputer/omicron'
2532023-11-14T22:30:53.670Zcurrent directory: /work/oxidecomputer/omicron
2542023-11-14T22:30:53.673Z+ echo 'configuring based on OS: "solaris2.11"'
2552023-11-14T22:30:53.676Zconfiguring based on OS: "solaris2.11"
2562023-11-14T22:30:53.679Z+ case "$1" in
2572023-11-14T22:30:53.682Z+ CIDL_BUILD=illumos
2582023-11-14T22:30:53.686Z+ CIDL_SUFFIX=tar.gz
2592023-11-14T22:30:53.689Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2602023-11-14T22:30:53.692Z+ CIDL_MD5FUNC=do_md5sum
2612023-11-14T22:30:53.695Z+ CIDL_URL_BASE=https://illumos.org/downloads
2622023-11-14T22:30:53.698Z+ CIDL_ASSEMBLE=do_assemble_illumos
2632023-11-14T22:30:53.701Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2642023-11-14T22:30:53.704Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2652023-11-14T22:30:53.707Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2662023-11-14T22:30:53.710Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2672023-11-14T22:30:53.713Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-11-14T22:30:53.717Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2692023-11-14T22:30:53.720ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-11-14T22:30:53.723Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712023-11-14T22:30:53.727ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-14T22:30:53.730Z+ mkdir -p out/downloads
2732023-11-14T22:30:53.734Z+ mkdir -p ./out/cockroachdb
2742023-11-14T22:30:53.737Z+ local DO_DOWNLOAD=true
2752023-11-14T22:30:53.740Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2762023-11-14T22:30:53.744Z+ '[' true == true ']'
2772023-11-14T22:30:53.746Z+ echo Downloading...
2782023-11-14T22:30:53.750ZDownloading...
2792023-11-14T22:30:53.753Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-11-14T22:30:53.756Z+ 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
2812023-11-14T22:30:57.128Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-11-14T22:30:57.131Z++ md5sum
2832023-11-14T22:30:57.149Z++ awk '{print $1}'
2842023-11-14T22:30:57.328Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2852023-11-14T22:30:57.332Z+ [[ 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 ]]
2862023-11-14T22:30:57.335Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872023-11-14T22:30:57.337Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2882023-11-14T22:31:00.951Z+ do_assemble_illumos
2892023-11-14T22:31:00.964Z+ rm -r ./out/cockroachdb
2902023-11-14T22:31:00.976Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2912023-11-14T22:31:01.634Z+ ./out/cockroachdb/bin/cockroach version
2922023-11-14T22:31:02.173ZBuild Tag: v22.1.9-dirty
2932023-11-14T22:31:02.179ZBuild Time: 2022/10/26 21:17:46
2942023-11-14T22:31:02.183ZDistribution: OSS
2952023-11-14T22:31:02.188ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2962023-11-14T22:31:02.192ZGo Version: go1.17.13
2972023-11-14T22:31:02.195ZC Compiler: gcc 10.3.0
2982023-11-14T22:31:02.200ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2992023-11-14T22:31:02.204ZBuild Type: release
3002023-11-14T22:31:02.207Z+ set -o errexit
3012023-11-14T22:31:02.214Z+++ dirname ./tools/ci_download_clickhouse
3022023-11-14T22:31:02.218Z++ cd ./tools
3032023-11-14T22:31:02.222Z++ pwd
3042023-11-14T22:31:02.226Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3052023-11-14T22:31:02.230Z++ basename ./tools/ci_download_clickhouse
3062023-11-14T22:31:02.233Z+ ARG0=ci_download_clickhouse
3072023-11-14T22:31:02.237Z+ TARGET_DIR=out
3082023-11-14T22:31:02.241Z+ DOWNLOAD_DIR=out/downloads
3092023-11-14T22:31:02.248Z+ DEST_DIR=./out/clickhouse
3102023-11-14T22:31:02.257Z+ CIDL_VERSION=v22.8.9.24
3112023-11-14T22:31:02.271Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3122023-11-14T22:31:02.276Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3132023-11-14T22:31:02.280Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3142023-11-14T22:31:02.284Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3152023-11-14T22:31:02.287Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3162023-11-14T22:31:02.291Z+ main
3172023-11-14T22:31:02.296Z+ [[ 0 != 0 ]]
3182023-11-14T22:31:02.300Z+ CIDL_OS=solaris2.11
3192023-11-14T22:31:02.304Z+ [[ 0 != 0 ]]
3202023-11-14T22:31:02.308Z+ configure_os solaris2.11
3212023-11-14T22:31:02.311Z+ echo 'current directory: /work/oxidecomputer/omicron'
3222023-11-14T22:31:02.315Z+ echo 'configuring based on OS: "solaris2.11"'
3232023-11-14T22:31:02.320Z+ CIDL_DASHREV=
3242023-11-14T22:31:02.324Zcurrent directory: /work/oxidecomputer/omicron
3252023-11-14T22:31:02.328Zconfiguring based on OS: "solaris2.11"
3262023-11-14T22:31:02.340Z+ case "$1" in
3272023-11-14T22:31:02.353Z+ CIDL_PLATFORM=illumos
3282023-11-14T22:31:02.356Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3292023-11-14T22:31:02.360Z+ CIDL_MD5FUNC=do_md5sum
3302023-11-14T22:31:02.365Z+ CIDL_DASHREV=-1
3312023-11-14T22:31:02.369Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3322023-11-14T22:31:02.372Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3332023-11-14T22:31:02.376Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-11-14T22:31:02.382Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-11-14T22:31:02.385Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3362023-11-14T22:31:02.390ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-11-14T22:31:02.393Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3382023-11-14T22:31:02.398ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-14T22:31:02.402Z+ mkdir -p out/downloads
3402023-11-14T22:31:02.406Z+ mkdir -p ./out/clickhouse
3412023-11-14T22:31:02.410Z+ local DO_DOWNLOAD=true
3422023-11-14T22:31:02.421Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3432023-11-14T22:31:02.425Z+ '[' true == true ']'
3442023-11-14T22:31:02.429Z+ echo Downloading...
3452023-11-14T22:31:02.433ZDownloading...
3462023-11-14T22:31:02.440Z+ 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
3472023-11-14T22:31:02.444Z+ 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
3482023-11-14T22:31:03.358Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492023-11-14T22:31:03.369Z++ md5sum
3502023-11-14T22:31:03.383Z++ awk '{print $1}'
3512023-11-14T22:31:03.620Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3522023-11-14T22:31:03.624Z+ [[ 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 ]]
3532023-11-14T22:31:03.628Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3542023-11-14T22:31:03.631Z+ mkdir -p ./out/clickhouse
3552023-11-14T22:31:03.634Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3562023-11-14T22:31:08.750Z+ ./out/clickhouse/clickhouse server --version
3572023-11-14T22:31:08.804ZClickHouse server version 22.8.9.1.
3582023-11-14T22:31:08.836Z+ set -o errexit
3592023-11-14T22:31:09.275Z+++ dirname ./tools/ci_download_console
3602023-11-14T22:31:09.284Z++ cd ./tools
3612023-11-14T22:31:09.291Z++ pwd
3622023-11-14T22:31:09.298Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3632023-11-14T22:31:09.309Z++ basename ./tools/ci_download_console
3642023-11-14T22:31:09.312Z+ ARG0=ci_download_console
3652023-11-14T22:31:09.316Z+ TARGET_DIR=out
3662023-11-14T22:31:09.320Z+ DOWNLOAD_DIR=out/downloads
3672023-11-14T22:31:09.325Z+ DEST_DIR=./out/console-assets
3682023-11-14T22:31:09.370Z+ source /work/oxidecomputer/omicron/tools/console_version
3692023-11-14T22:31:09.376Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3702023-11-14T22:31:09.382Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3712023-11-14T22:31:09.387Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3722023-11-14T22:31:09.397Z+ TARBALL_FILE=out/downloads/console.tar.gz
3732023-11-14T22:31:09.424Z+ main
3742023-11-14T22:31:09.438Z+ [[ 0 != 0 ]]
3752023-11-14T22:31:09.451Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3762023-11-14T22:31:09.866ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3772023-11-14T22:31:09.878Z+ echo 'Local file: out/downloads/console.tar.gz'
3782023-11-14T22:31:09.894ZLocal file: out/downloads/console.tar.gz
3792023-11-14T22:31:09.920Z+ local DO_DOWNLOAD=true
3802023-11-14T22:31:09.934Z+ [[ -f out/downloads/console.tar.gz ]]
3812023-11-14T22:31:09.943Z+ mkdir -p out/downloads
3822023-11-14T22:31:09.957Z+ '[' true == true ']'
3832023-11-14T22:31:09.972Z+ echo Downloading...
3842023-11-14T22:31:09.982ZDownloading...
3852023-11-14T22:31:09.990Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3862023-11-14T22:31:10.409Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3872023-11-14T22:31:10.416Z++ do_sha256sum out/downloads/console.tar.gz
3882023-11-14T22:31:10.421Z++ case "$OSTYPE" in
3892023-11-14T22:31:10.426Z++ SHA=sha256sum
3902023-11-14T22:31:10.432Z++ sha256sum
3912023-11-14T22:31:10.436Z++ awk '{print $1}'
3922023-11-14T22:31:10.444Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3932023-11-14T22:31:10.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 ]]
3942023-11-14T22:31:10.457Z+ rm -rf ./out/console-assets
3952023-11-14T22:31:10.461Z+ mkdir -p ./out/console-assets
3962023-11-14T22:31:10.467Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3972023-11-14T22:31:10.470Z+ mkdir -p ./out/console-assets
3982023-11-14T22:31:10.474Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3992023-11-14T22:31:10.477Z+ set -o errexit
4002023-11-14T22:31:10.481Z+++ dirname ./tools/ci_download_maghemite_openapi
4012023-11-14T22:31:10.486Z++ cd ./tools
4022023-11-14T22:31:10.498Z++ pwd
4032023-11-14T22:31:10.509Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4042023-11-14T22:31:10.522Z++ basename ./tools/ci_download_maghemite_openapi
4052023-11-14T22:31:10.531Z+ ARG0=ci_download_maghemite_openapi
4062023-11-14T22:31:10.541Z+ TARGET_DIR=out
4072023-11-14T22:31:10.558Z+ DOWNLOAD_DIR=out/downloads
4082023-11-14T22:31:10.583Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4092023-11-14T22:31:10.598Z++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b
4102023-11-14T22:31:11.023Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4112023-11-14T22:31:11.040Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json
4122023-11-14T22:31:11.048Z+ LOCAL_FILE=out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4132023-11-14T22:31:11.059Z+ main
4142023-11-14T22:31:11.064Z+ [[ 0 != 0 ]]
4152023-11-14T22:31:11.068Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json'
4162023-11-14T22:31:11.072ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json
4172023-11-14T22:31:11.076ZLocal file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4182023-11-14T22:31:11.083Z+ echo 'Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json'
4192023-11-14T22:31:11.088Z+ local DO_DOWNLOAD=true
4202023-11-14T22:31:11.092Z+ [[ -f out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]]
4212023-11-14T22:31:11.096Z+ mkdir -p out/downloads
4222023-11-14T22:31:11.100Z+ '[' true == true ']'
4232023-11-14T22:31:11.103Z+ echo Downloading...
4242023-11-14T22:31:11.107ZDownloading...
4252023-11-14T22:31:11.112Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4262023-11-14T22:31:11.115Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json
4272023-11-14T22:31:11.119Z++ do_sha256sum out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4282023-11-14T22:31:11.124Z++ case "$OSTYPE" in
4292023-11-14T22:31:11.129Z++ SHA=sha256sum
4302023-11-14T22:31:11.133Z++ sha256sum
4312023-11-14T22:31:11.144Z++ awk '{print $1}'
4322023-11-14T22:31:11.148Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4332023-11-14T22:31:11.157Z+ [[ 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 ]]
4342023-11-14T22:31:11.164Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4352023-11-14T22:31:11.170Z++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b
4362023-11-14T22:31:11.184Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4372023-11-14T22:31:11.207Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json
4382023-11-14T22:31:11.221Z+ LOCAL_FILE=out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4392023-11-14T22:31:11.235Z+ main
4402023-11-14T22:31:11.252Z+ [[ 0 != 0 ]]
4412023-11-14T22:31:11.260Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json'
4422023-11-14T22:31:11.274ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json
4432023-11-14T22:31:11.688Z+ echo 'Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json'
4442023-11-14T22:31:11.697ZLocal file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4452023-11-14T22:31:11.705Z+ local DO_DOWNLOAD=true
4462023-11-14T22:31:11.712Z+ [[ -f out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]]
4472023-11-14T22:31:11.718Z+ mkdir -p out/downloads
4482023-11-14T22:31:11.725Z+ '[' true == true ']'
4492023-11-14T22:31:11.732Z+ echo Downloading...
4502023-11-14T22:31:11.738ZDownloading...
4512023-11-14T22:31:11.744Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4522023-11-14T22:31:11.751Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json
4532023-11-14T22:31:11.759Z++ do_sha256sum out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json
4542023-11-14T22:31:11.766Z++ case "$OSTYPE" in
4552023-11-14T22:31:11.771Z++ SHA=sha256sum
4562023-11-14T22:31:11.778Z++ sha256sum
4572023-11-14T22:31:11.787Z++ awk '{print $1}'
4582023-11-14T22:31:11.801Z+ calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4592023-11-14T22:31:11.815Z+ [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]]
4602023-11-14T22:31:11.864Z+ set -o errexit
4612023-11-14T22:31:11.878Z+++ dirname ./tools/ci_download_dendrite_openapi
4622023-11-14T22:31:11.898Z++ cd ./tools
4632023-11-14T22:31:12.309Z++ pwd
4642023-11-14T22:31:12.313Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652023-11-14T22:31:12.317ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4662023-11-14T22:31:12.320Z++ basename ./tools/ci_download_dendrite_openapi
4672023-11-14T22:31:12.323ZLocal file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4682023-11-14T22:31:12.326Z+ ARG0=ci_download_dendrite_openapi
4692023-11-14T22:31:12.330ZDownloading...
4702023-11-14T22:31:12.333Z+ TARGET_DIR=out
4712023-11-14T22:31:12.336Z+ DOWNLOAD_DIR=out/downloads
4722023-11-14T22:31:12.339Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-11-14T22:31:12.342Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
4742023-11-14T22:31:12.345Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4752023-11-14T22:31:12.348Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4762023-11-14T22:31:12.351Z+ LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4772023-11-14T22:31:12.355Z+ main
4782023-11-14T22:31:12.358Z+ [[ 0 != 0 ]]
4792023-11-14T22:31:12.361Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json'
4802023-11-14T22:31:12.364Z+ echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json'
4812023-11-14T22:31:12.367Z+ local DO_DOWNLOAD=true
4822023-11-14T22:31:12.370Z+ [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]]
4832023-11-14T22:31:12.373Z+ mkdir -p out/downloads
4842023-11-14T22:31:12.376Z+ '[' true == true ']'
4852023-11-14T22:31:12.378Z+ echo Downloading...
4862023-11-14T22:31:12.381Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4872023-11-14T22:31:12.384Z+ 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
4882023-11-14T22:31:12.386Z++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4892023-11-14T22:31:12.389Z++ case "$OSTYPE" in
4902023-11-14T22:31:12.392Z++ SHA=sha256sum
4912023-11-14T22:31:12.395Z++ sha256sum
4922023-11-14T22:31:12.398Z++ awk '{print $1}'
4932023-11-14T22:31:12.401Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4942023-11-14T22:31:12.403Z+ [[ 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 ]]
4952023-11-14T22:31:12.407Z+ set -o errexit
4962023-11-14T22:31:12.410Z+++ dirname ./tools/ci_download_dendrite_stub
4972023-11-14T22:31:12.413Z++ cd ./tools
4982023-11-14T22:31:12.415Z++ pwd
4992023-11-14T22:31:12.418Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5002023-11-14T22:31:12.421Z++ basename ./tools/ci_download_dendrite_stub
5012023-11-14T22:31:12.424Z+ ARG0=ci_download_dendrite_stub
5022023-11-14T22:31:12.426Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5032023-11-14T22:31:12.430Z++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5042023-11-14T22:31:12.437Zcurrent directory: /work/oxidecomputer/omicron
5052023-11-14T22:31:12.441Z++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec
5062023-11-14T22:31:12.476Zconfiguring based on OS: "solaris2.11"
5072023-11-14T22:31:12.486Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5082023-11-14T22:31:12.910ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5092023-11-14T22:31:12.925Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102023-11-14T22:31:12.942ZLocal file: out/downloads/dendrite-stub.tar.gz
5112023-11-14T22:31:12.945Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5122023-11-14T22:31:12.952ZDownloading...
5132023-11-14T22:31:12.958Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5142023-11-14T22:31:12.961Z+ TARGET_DIR=out
5152023-11-14T22:31:12.967Z+ DOWNLOAD_DIR=out/downloads
5162023-11-14T22:31:12.970Z+ DEST_DIR=./out/dendrite-stub
5172023-11-14T22:31:12.973Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5182023-11-14T22:31:12.978Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5192023-11-14T22:31:12.981Z+ REPO=oxidecomputer/dendrite
5202023-11-14T22:31:12.985Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949
5212023-11-14T22:31:12.988Z+ main
5222023-11-14T22:31:12.991Z+ [[ 0 != 0 ]]
5232023-11-14T22:31:12.997Z+ CIDL_OS=solaris2.11
5242023-11-14T22:31:13.002Z+ [[ 0 != 0 ]]
5252023-11-14T22:31:13.006Z+ configure_os solaris2.11
5262023-11-14T22:31:13.010Z+ echo 'current directory: /work/oxidecomputer/omicron'
5272023-11-14T22:31:13.013Z+ echo 'configuring based on OS: "solaris2.11"'
5282023-11-14T22:31:13.017Z+ case "$1" in
5292023-11-14T22:31:13.020Z+ SET_BINARIES=
5302023-11-14T22:31:13.026Z+ CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5312023-11-14T22:31:13.030Z+ CIDL_SHA256FUNC=do_sha256sum
5322023-11-14T22:31:13.033Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332023-11-14T22:31:13.038Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5342023-11-14T22:31:13.041Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352023-11-14T22:31:13.044Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz'
5362023-11-14T22:31:13.047Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5372023-11-14T22:31:13.051Z+ mkdir -p out/downloads
5382023-11-14T22:31:13.054Z+ mkdir -p ./out/dendrite-stub
5392023-11-14T22:31:13.057Z+ fetch_and_verify
5402023-11-14T22:31:13.060Z+ local DO_DOWNLOAD=true
5412023-11-14T22:31:13.064Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5422023-11-14T22:31:13.067Z+ '[' true == true ']'
5432023-11-14T22:31:13.071Z+ echo Downloading...
5442023-11-14T22:31:13.076Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5452023-11-14T22:31:13.079Z+ 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
5462023-11-14T22:31:18.405Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5472023-11-14T22:31:18.411Z++ sha256sum
5482023-11-14T22:31:18.421Z++ awk '{print $1}'
5492023-11-14T22:31:18.502Z+ calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5502023-11-14T22:31:18.506Z+ [[ 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 ]]
5512023-11-14T22:31:18.510Z+ do_untar out/downloads/dendrite-stub.tar.gz
5522023-11-14T22:31:18.514Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5532023-11-14T22:31:19.445Z+ do_assemble
5542023-11-14T22:31:19.452Z+ rm -r ./out/dendrite-stub
5552023-11-14T22:31:19.468Z+ mkdir ./out/dendrite-stub
5562023-11-14T22:31:19.477Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5572023-11-14T22:31:19.584Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5582023-11-14T22:31:19.596Z+ set -o errexit
5592023-11-14T22:31:19.602Z+++ dirname ./tools/ci_download_maghemite_mgd
5602023-11-14T22:31:19.608Z++ cd ./tools
5612023-11-14T22:31:19.615Z++ pwd
5622023-11-14T22:31:19.622Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5632023-11-14T22:31:19.632Z++ basename ./tools/ci_download_maghemite_mgd
5642023-11-14T22:31:19.639Z+ ARG0=ci_download_maghemite_mgd
5652023-11-14T22:31:19.644Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5662023-11-14T22:31:19.651Z++ CIDL_SHA256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60
5672023-11-14T22:31:19.657Z++ MGD_LINUX_SHA256=a39387c361ff2c2d0701d66c00b10e43c72fb5ddd1a5900b59ecccb832c80731
5682023-11-14T22:31:19.664Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5692023-11-14T22:31:19.671Z++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b
5702023-11-14T22:31:19.679Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
5712023-11-14T22:31:19.690Z+ TARGET_DIR=out
5722023-11-14T22:31:19.705Z+ DOWNLOAD_DIR=out/downloads
5732023-11-14T22:31:19.718Z+ DEST_DIR=./out/mgd
5742023-11-14T22:31:19.732Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5752023-11-14T22:31:19.753Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5762023-11-14T22:31:19.776Z+ REPO=oxidecomputer/maghemite
5772023-11-14T22:31:19.797Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b
5782023-11-14T22:31:19.826Z+ main
5792023-11-14T22:31:19.834Z+ [[ 0 != 0 ]]
5802023-11-14T22:31:19.846Z+ CIDL_OS=solaris2.11
5812023-11-14T22:31:19.855Z+ [[ 0 != 0 ]]
5822023-11-14T22:31:19.914Z+ configure_os solaris2.11
5832023-11-14T22:31:19.922Z+ echo 'current directory: /work/oxidecomputer/omicron'
5842023-11-14T22:31:19.930Zcurrent directory: /work/oxidecomputer/omicron
5852023-11-14T22:31:19.934Z+ echo 'configuring based on OS: "solaris2.11"'
5862023-11-14T22:31:19.938Zconfiguring based on OS: "solaris2.11"
5872023-11-14T22:31:19.941Z+ case "$1" in
5882023-11-14T22:31:19.944Z+ SET_BINARIES=
5892023-11-14T22:31:19.948Z+ CIDL_SHA256FUNC=do_sha256sum
5902023-11-14T22:31:19.951Z+ TARBALL_FILENAME=mgd.tar.gz
5912023-11-14T22:31:19.955Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz
5922023-11-14T22:31:19.960Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5932023-11-14T22:31:19.964Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz'
5942023-11-14T22:31:19.968ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz
5952023-11-14T22:31:19.971Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5962023-11-14T22:31:19.976ZLocal file: out/downloads/mgd.tar.gz
5972023-11-14T22:31:19.980Z+ mkdir -p out/downloads
5982023-11-14T22:31:19.984Z+ mkdir -p ./out/mgd
5992023-11-14T22:31:19.988Z+ fetch_and_verify
6002023-11-14T22:31:19.993Z+ local DO_DOWNLOAD=true
6012023-11-14T22:31:19.997Z+ [[ -f out/downloads/mgd.tar.gz ]]
6022023-11-14T22:31:20.003Z+ '[' true == true ']'
6032023-11-14T22:31:20.008Z+ echo Downloading...
6042023-11-14T22:31:20.013ZDownloading...
6052023-11-14T22:31:20.018Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz out/downloads/mgd.tar.gz
6062023-11-14T22:31:20.022Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz
6072023-11-14T22:31:30.176Z++ do_sha256sum out/downloads/mgd.tar.gz
6082023-11-14T22:31:30.193Z++ sha256sum
6092023-11-14T22:31:30.204Z++ awk '{print $1}'
6102023-11-14T22:31:30.243Z+ calculated_sha256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60
6112023-11-14T22:31:30.249Z+ [[ aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 != \a\a\7\2\4\1\c\d\3\5\9\7\6\f\2\8\f\2\5\a\a\f\3\c\e\2\c\e\2\a\f\1\4\d\a\e\1\d\a\9\d\6\7\5\8\5\c\7\d\e\3\b\7\2\4\d\b\c\c\5\5\e\6\0 ]]
6122023-11-14T22:31:30.257Z+ do_untar out/downloads/mgd.tar.gz
6132023-11-14T22:31:30.283Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6142023-11-14T22:31:30.928Z+ do_assemble
6152023-11-14T22:31:30.936Z+ rm -r ./out/mgd
6162023-11-14T22:31:30.952Z+ mkdir ./out/mgd
6172023-11-14T22:31:30.966Z+ cp -r out/downloads/root ./out/mgd/root
6182023-11-14T22:31:31.179Z+ set -o errexit
6192023-11-14T22:31:31.228Z+++ dirname ./tools/ci_download_transceiver_control
6202023-11-14T22:31:31.246Z++ cd ./tools
6212023-11-14T22:31:31.259Z++ pwd
6222023-11-14T22:31:31.279Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6232023-11-14T22:31:31.291Z++ basename ./tools/ci_download_transceiver_control
6242023-11-14T22:31:31.306Z+ ARG0=ci_download_transceiver_control
6252023-11-14T22:31:31.319Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6262023-11-14T22:31:31.334Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6272023-11-14T22:31:31.353Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6282023-11-14T22:31:31.775Z+ TARGET_DIR=out
6292023-11-14T22:31:31.789Z+ DOWNLOAD_DIR=out/downloads
6302023-11-14T22:31:31.796Z+ DEST_DIR=./out/transceiver-control
6312023-11-14T22:31:31.813Z+ BIN_DIR=/opt/oxide/bin
6322023-11-14T22:31:31.851Z+ BINARY=xcvradm
6332023-11-14T22:31:31.878Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6342023-11-14T22:31:31.890Z+ REPO=oxidecomputer/transceiver-control
6352023-11-14T22:31:31.910Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6362023-11-14T22:31:31.929Z+ main
6372023-11-14T22:31:31.947Z+ [[ 0 != 0 ]]
6382023-11-14T22:31:31.961Z+ CIDL_OS=solaris2.11
6392023-11-14T22:31:31.980Z+ [[ 0 != 0 ]]
6402023-11-14T22:31:31.993Z+ configure_os solaris2.11
6412023-11-14T22:31:32.012Z+ echo 'current directory: /work/oxidecomputer/omicron'
6422023-11-14T22:31:32.024Zcurrent directory: /work/oxidecomputer/omicron
6432023-11-14T22:31:32.038Z+ echo 'configuring based on OS: "solaris2.11"'
6442023-11-14T22:31:32.051Zconfiguring based on OS: "solaris2.11"
6452023-11-14T22:31:32.056Z+ case "$1" in
6462023-11-14T22:31:32.063Z+ SET_BINARIES=
6472023-11-14T22:31:32.073Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6482023-11-14T22:31:32.083Z+ CIDL_SHA256FUNC=do_sha256sum
6492023-11-14T22:31:32.090Z+ ARCHIVE_FILENAME=xcvradm.gz
6502023-11-14T22:31:32.096Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6512023-11-14T22:31:32.119Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6522023-11-14T22:31:32.127Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6532023-11-14T22:31:32.136ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542023-11-14T22:31:32.146Z+ echo 'Local file: out/downloads/xcvradm.gz'
6552023-11-14T22:31:32.154ZLocal file: out/downloads/xcvradm.gz
6562023-11-14T22:31:32.160Z+ mkdir -p out/downloads
6572023-11-14T22:31:32.167Z+ mkdir -p ./out/transceiver-control
6582023-11-14T22:31:32.181Z+ fetch_and_verify
6592023-11-14T22:31:32.198Z+ local DO_DOWNLOAD=true
6602023-11-14T22:31:32.620Z+ [[ -f out/downloads/xcvradm.gz ]]
6612023-11-14T22:31:32.628Z+ '[' true == true ']'
6622023-11-14T22:31:32.640Z+ echo Downloading...
6632023-11-14T22:31:32.658ZDownloading...
6642023-11-14T22:31:32.670Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6652023-11-14T22:31:32.689Z+ 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
6662023-11-14T22:31:35.679Z++ do_sha256sum out/downloads/xcvradm.gz
6672023-11-14T22:31:35.688Z++ sha256sum
6682023-11-14T22:31:35.696Z++ awk '{print $1}'
6692023-11-14T22:31:35.707Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702023-11-14T22:31:35.719Z+ [[ 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 ]]
6712023-11-14T22:31:35.727Z+ do_unpack out/downloads/xcvradm.gz
6722023-11-14T22:31:35.737Z+ mkdir -p out/downloads/root//opt/oxide/bin
6732023-11-14T22:31:35.749Z+ gzip -dc out/downloads/xcvradm.gz
6742023-11-14T22:31:35.892Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6752023-11-14T22:31:35.918Z+ do_assemble
6762023-11-14T22:31:35.933Z+ rm -r ./out/transceiver-control
6772023-11-14T22:31:35.944Z+ mkdir ./out/transceiver-control
6782023-11-14T22:31:35.961Z+ cp -r out/downloads/root ./out/transceiver-control/root
6792023-11-14T22:31:36.070ZAll prerequisites installed successfully
6802023-11-14T22:31:36.081Z
6812023-11-14T22:31:36.095Zreal 2:08.807894946
6822023-11-14T22:31:36.106Zuser 53.581298666
6832023-11-14T22:31:36.123Zsys 10.700022610
6842023-11-14T22:31:36.132Ztrap 0.027162777
6852023-11-14T22:31:36.138Ztflt 0.139572443
6862023-11-14T22:31:36.143Zdflt 0.530248893
6872023-11-14T22:31:36.147Zkflt 0.135381447
6882023-11-14T22:31:36.151Zlock 2.010481058
6892023-11-14T22:31:36.166Zslp 4:03.718659812
6902023-11-14T22:31:36.172Zlat 4.166340181
6912023-11-14T22:31:36.178Zstop 0.068719002
6922023-11-14T22:31:36.182Z+ banner end-to-end-tests
6932023-11-14T22:31:36.191Z
6942023-11-14T22:31:36.196Z ###### # # ##### ##### #### ###### # # #####
6952023-11-14T22:31:36.201Z # ## # # # # # # # ## # # #
6962023-11-14T22:31:36.206Z ##### # # # # # ##### # # # ##### ##### # # # # #
6972023-11-14T22:31:36.211Z # # # # # # # # # # # # # # #
6982023-11-14T22:31:36.215Z # # ## # # # # # # # ## # #
6992023-11-14T22:31:36.226Z ###### # # ##### # #### ###### # # #####
7002023-11-14T22:31:36.232Z
7012023-11-14T22:31:36.237Z+ export CARGO_PROFILE_DEV_DEBUG=1
7022023-11-14T22:31:36.247Z+ CARGO_PROFILE_DEV_DEBUG=1
7032023-11-14T22:31:36.253Z+ export CARGO_PROFILE_TEST_DEBUG=1
7042023-11-14T22:31:36.259Z+ CARGO_PROFILE_TEST_DEBUG=1
7052023-11-14T22:31:36.264Z+ export CARGO_INCREMENTAL=0
7062023-11-14T22:31:36.268Z+ CARGO_INCREMENTAL=0
7072023-11-14T22:31:36.273Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7082023-11-14T22:31:36.539Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7092023-11-14T22:31:37.047Z Updating crates.io index
7102023-11-14T22:31:37.053Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7112023-11-14T22:31:37.863Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7122023-11-14T22:31:39.786Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7132023-11-14T22:31:40.343Z Updating git repository `http://github.com/oxidecomputer/tofino`
7142023-11-14T22:31:40.672Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7152023-11-14T22:31:40.997Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7162023-11-14T22:31:41.286Z Updating git repository `https://github.com/oxidecomputer/propolis`
7172023-11-14T22:31:42.331Z Updating git repository `https://github.com/oxidecomputer/crucible`
7182023-11-14T22:31:44.164Z Updating git repository `https://github.com/oxidecomputer/opte`
7192023-11-14T22:31:45.143Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7202023-11-14T22:31:45.478Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7212023-11-14T22:31:46.086Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7222023-11-14T22:31:46.450Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7232023-11-14T22:31:46.863Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7242023-11-14T22:31:47.280Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7252023-11-14T22:31:47.609Z Updating git repository `https://github.com/njaremko/samael`
7262023-11-14T22:31:48.038Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7272023-11-14T22:31:49.694Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7282023-11-14T22:31:50.067Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7292023-11-14T22:31:50.477Z Updating git repository `https://github.com/jgallagher/nix`
7302023-11-14T22:31:51.739Z Updating git repository `https://github.com/cbiffle/hubpack`
7312023-11-14T22:31:52.242Z Updating git repository `https://github.com/oxidecomputer/typify`
7322023-11-14T22:31:53.245Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7332023-11-14T22:31:54.430Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7342023-11-14T22:31:54.436Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7352023-11-14T22:31:55.547Z Downloading crates ...
7362023-11-14T22:31:55.760Z Downloaded clap_derive v4.4.2
7372023-11-14T22:31:55.774Z Downloaded crc32fast v1.3.2
7382023-11-14T22:31:55.805Z Downloaded blowfish v0.9.1
7392023-11-14T22:31:55.810Z Downloaded toml_datetime v0.6.5
7402023-11-14T22:31:55.814Z Downloaded dyn-clone v1.0.13
7412023-11-14T22:31:55.819Z Downloaded num-integer v0.1.45
7422023-11-14T22:31:55.823Z Downloaded pretty-hex v0.3.0
7432023-11-14T22:31:55.827Z Downloaded cstr-argument v0.1.2
7442023-11-14T22:31:55.831Z Downloaded bit-vec v0.6.3
7452023-11-14T22:31:55.835Z Downloaded pretty-hex v0.2.1
7462023-11-14T22:31:55.839Z Downloaded quick-error v1.2.3
7472023-11-14T22:31:55.843Z Downloaded proc-macro-crate v1.3.1
7482023-11-14T22:31:55.847Z Downloaded tokio-util v0.7.10
7492023-11-14T22:31:55.866Z Downloaded ciborium-io v0.2.1
7502023-11-14T22:31:55.872Z Downloaded curve25519-dalek-derive v0.1.0
7512023-11-14T22:31:55.881Z Downloaded precomputed-hash v0.1.1
7522023-11-14T22:31:55.887Z Downloaded percent-encoding v2.3.0
7532023-11-14T22:31:55.895Z Downloaded pem v1.1.1
7542023-11-14T22:31:55.900Z Downloaded normalize-line-endings v0.3.0
7552023-11-14T22:31:55.907Z Downloaded try-lock v0.2.4
7562023-11-14T22:31:55.913Z Downloaded num-iter v0.1.43
7572023-11-14T22:31:55.921Z Downloaded russh-cryptovec v0.7.0
7582023-11-14T22:31:55.930Z Downloaded utf8parse v0.2.1
7592023-11-14T22:31:55.937Z Downloaded num_enum v0.5.11
7602023-11-14T22:31:55.941Z Downloaded num_threads v0.1.6
7612023-11-14T22:31:55.970Z Downloaded colorchoice v1.0.0
7622023-11-14T22:31:55.980Z Downloaded fxhash v0.2.1
7632023-11-14T22:31:55.986Z Downloaded postcard-cobs v0.1.5-pre
7642023-11-14T22:31:55.991Z Downloaded block-padding v0.3.3
7652023-11-14T22:31:56.006Z Downloaded password-hash v0.5.0
7662023-11-14T22:31:56.017Z Downloaded nibble_vec v0.1.0
7672023-11-14T22:31:56.440Z Downloaded atomic-waker v1.1.1
7682023-11-14T22:31:56.459Z Downloaded is-terminal v0.4.9
7692023-11-14T22:31:56.476Z Downloaded cfg-if v0.1.10
7702023-11-14T22:31:56.497Z Downloaded rand_chacha v0.2.2
7712023-11-14T22:31:56.508Z Downloaded backoff v0.4.0
7722023-11-14T22:31:56.532Z Downloaded platforms v3.0.2
7732023-11-14T22:31:56.546Z Downloaded serde_spanned v0.6.4
7742023-11-14T22:31:56.554Z Downloaded parking_lot v0.12.1
7752023-11-14T22:31:56.570Z Downloaded rustc-demangle v0.1.23
7762023-11-14T22:31:56.589Z Downloaded universal-hash v0.5.1
7772023-11-14T22:31:56.606Z Downloaded pest_derive v2.7.2
7782023-11-14T22:31:56.618Z Downloaded zeroize_derive v1.4.2
7792023-11-14T22:31:57.042Z Downloaded resolv-conf v0.7.0
7802023-11-14T22:31:57.058Z Downloaded phf v0.11.2
7812023-11-14T22:31:57.078Z Downloaded strum v0.25.0
7822023-11-14T22:31:57.090Z Downloaded zerocopy v0.3.0
7832023-11-14T22:31:57.109Z Downloaded hyper-staticfile v0.9.5
7842023-11-14T22:31:57.134Z Downloaded futures-io v0.3.29
7852023-11-14T22:31:57.149Z Downloaded postgres-protocol v0.6.6
7862023-11-14T22:31:57.159Z Downloaded slog-bunyan v2.4.0
7872023-11-14T22:31:57.174Z Downloaded ciborium v0.2.1
7882023-11-14T22:31:57.194Z Downloaded slog-scope v4.4.0
7892023-11-14T22:31:57.209Z Downloaded native-tls v0.2.11
7902023-11-14T22:31:57.221Z Downloaded ipnetwork v0.20.0
7912023-11-14T22:31:57.232Z Downloaded bitflags v2.4.0
7922023-11-14T22:31:57.245Z Downloaded proc-macro-error v1.0.4
7932023-11-14T22:31:57.263Z Downloaded futures-macro v0.3.29
7942023-11-14T22:31:57.330Z Downloaded thiserror-no-std v2.0.2
7952023-11-14T22:31:57.342Z Downloaded waitgroup v0.1.2
7962023-11-14T22:31:57.348Z Downloaded md5 v0.7.0
7972023-11-14T22:31:57.354Z Downloaded tower-service v0.3.2
7982023-11-14T22:31:57.365Z Downloaded miniz_oxide v0.7.1
7992023-11-14T22:31:57.372Z Downloaded form_urlencoded v1.2.0
8002023-11-14T22:31:57.381Z Downloaded foreign-types v0.5.0
8012023-11-14T22:31:57.386Z Downloaded unicase v2.7.0
8022023-11-14T22:31:57.391Z Downloaded clap v4.4.3
8032023-11-14T22:31:57.396Z Downloaded tinyvec_macros v0.1.1
8042023-11-14T22:31:57.400Z Downloaded take_mut v0.2.2
8052023-11-14T22:31:57.403Z Downloaded hash32 v0.2.1
8062023-11-14T22:31:57.406Z Downloaded serde_urlencoded v0.7.1
8072023-11-14T22:31:57.410Z Downloaded rustc_version v0.4.0
8082023-11-14T22:31:57.413Z Downloaded hubpack_derive v0.1.1
8092023-11-14T22:31:57.418Z Downloaded time-core v0.1.1
8102023-11-14T22:31:57.423Z Downloaded ident_case v1.0.1
8112023-11-14T22:31:57.426Z Downloaded backtrace v0.3.69
8122023-11-14T22:31:57.430Z Downloaded tokio-tungstenite v0.20.1
8132023-11-14T22:31:57.434Z Downloaded fastrand v2.0.0
8142023-11-14T22:31:57.438Z Downloaded schemars_derive v0.8.13
8152023-11-14T22:31:57.441Z Downloaded scheduled-thread-pool v0.2.7
8162023-11-14T22:31:57.446Z Downloaded slog v2.7.0
8172023-11-14T22:31:57.451Z Downloaded structmeta v0.2.0
8182023-11-14T22:31:57.457Z Downloaded serde_repr v0.1.16
8192023-11-14T22:31:57.462Z Downloaded cc v1.0.83
8202023-11-14T22:31:57.466Z Downloaded macaddr v1.0.1
8212023-11-14T22:31:57.471Z Downloaded unsafe-libyaml v0.2.9
8222023-11-14T22:31:57.476Z Downloaded rustversion v1.0.14
8232023-11-14T22:31:57.480Z Downloaded structopt v0.3.26
8242023-11-14T22:31:57.485Z Downloaded want v0.3.1
8252023-11-14T22:31:57.491Z Downloaded vec_map v0.8.2
8262023-11-14T22:31:57.505Z Downloaded usdt-macro v0.3.5
8272023-11-14T22:31:57.514Z Downloaded textwrap v0.11.0
8282023-11-14T22:31:57.519Z Downloaded unicode-xid v0.2.4
8292023-11-14T22:31:57.523Z Downloaded string_cache v0.8.7
8302023-11-14T22:31:57.527Z Downloaded lock_api v0.4.10
8312023-11-14T22:31:57.531Z Downloaded getrandom v0.1.16
8322023-11-14T22:31:57.537Z Downloaded matches v0.1.10
8332023-11-14T22:31:57.544Z Downloaded headers-core v0.2.0
8342023-11-14T22:31:57.549Z Downloaded whoami v1.4.1
8352023-11-14T22:31:57.554Z Downloaded getopts v0.2.21
8362023-11-14T22:31:57.561Z Downloaded kstat-rs v0.2.3
8372023-11-14T22:31:57.571Z Downloaded url v2.4.1
8382023-11-14T22:31:57.586Z Downloaded zone_cfg_derive v0.3.0
8392023-11-14T22:31:57.592Z Downloaded http-range v0.1.5
8402023-11-14T22:31:57.598Z Downloaded enum-as-inner v0.5.1
8412023-11-14T22:31:57.603Z Downloaded endian-type v0.1.2
8422023-11-14T22:31:57.608Z Downloaded usdt-attr-macro v0.3.5
8432023-11-14T22:31:57.617Z Downloaded rustfmt-wrapper v0.2.0
8442023-11-14T22:31:57.628Z Downloaded serde_path_to_error v0.1.14
8452023-11-14T22:31:57.634Z Downloaded fallible-iterator v0.2.0
8462023-11-14T22:31:57.639Z Downloaded tempfile v3.8.0
8472023-11-14T22:31:57.643Z Downloaded hex-literal v0.4.1
8482023-11-14T22:31:57.647Z Downloaded utf-8 v0.7.6
8492023-11-14T22:31:57.651Z Downloaded signal-hook-registry v1.4.1
8502023-11-14T22:31:57.656Z Downloaded term v0.7.0
8512023-11-14T22:31:57.662Z Downloaded slog-stdlog v4.1.1
8522023-11-14T22:31:57.676Z Downloaded filetime v0.2.22
8532023-11-14T22:31:57.681Z Downloaded equivalent v1.0.1
8542023-11-14T22:31:57.688Z Downloaded iana-time-zone v0.1.57
8552023-11-14T22:31:57.703Z Downloaded getrandom v0.2.10
8562023-11-14T22:31:57.709Z Downloaded usdt-impl v0.3.5
8572023-11-14T22:31:57.713Z Downloaded hyper-tls v0.5.0
8582023-11-14T22:31:57.720Z Downloaded indexmap v1.9.3
8592023-11-14T22:31:57.724Z Downloaded same-file v1.0.6
8602023-11-14T22:31:57.727Z Downloaded rustls-pemfile v1.0.3
8612023-11-14T22:31:57.732Z Downloaded heck v0.4.1
8622023-11-14T22:31:57.738Z Downloaded rustls-native-certs v0.6.3
8632023-11-14T22:31:57.744Z Downloaded smallvec v1.11.0
8642023-11-14T22:31:57.749Z Downloaded slog-term v2.9.0
8652023-11-14T22:31:57.754Z Downloaded mime v0.3.17
8662023-11-14T22:31:57.757Z Downloaded io-lifetimes v1.0.11
8672023-11-14T22:31:57.763Z Downloaded signal-hook-mio v0.2.3
8682023-11-14T22:31:57.768Z Downloaded log v0.4.20
8692023-11-14T22:31:57.773Z Downloaded vsss-rs v3.3.1
8702023-11-14T22:31:57.776Z Downloaded semver-parser v0.10.2
8712023-11-14T22:31:57.782Z Downloaded httpdate v1.0.3
8722023-11-14T22:31:57.790Z Downloaded tinyvec v1.6.0
8732023-11-14T22:31:57.798Z Downloaded static_assertions v1.1.0
8742023-11-14T22:31:58.216Z Downloaded tokio-rustls v0.24.1
8752023-11-14T22:31:58.223Z Downloaded trust-dns-resolver v0.22.0
8762023-11-14T22:31:58.238Z Downloaded subprocess v0.2.9
8772023-11-14T22:31:58.247Z Downloaded serde_derive v1.0.192
8782023-11-14T22:31:58.266Z Downloaded toml_edit v0.19.15
8792023-11-14T22:31:58.282Z Downloaded toml v0.8.8
8802023-11-14T22:31:58.710Z Downloaded tokio-stream v0.1.14
8812023-11-14T22:31:58.717Z Downloaded signal-hook v0.3.17
8822023-11-14T22:31:58.723Z Downloaded hashbrown v0.12.3
8832023-11-14T22:31:58.739Z Downloaded unicode-normalization v0.1.22
8842023-11-14T22:31:58.756Z Downloaded tokio-postgres v0.7.10
8852023-11-14T22:31:59.174Z Downloaded elliptic-curve v0.13.5
8862023-11-14T22:31:59.185Z Downloaded aes v0.8.3
8872023-11-14T22:31:59.195Z Downloaded toml_edit v0.21.0
8882023-11-14T22:31:59.209Z Downloaded ed25519-dalek v2.0.0
8892023-11-14T22:31:59.218Z Downloaded serde_with v2.3.3
8902023-11-14T22:31:59.222Z Downloaded memchr v2.6.3
8912023-11-14T22:31:59.228Z Downloaded petgraph v0.6.4
8922023-11-14T22:31:59.231Z Downloaded time v0.3.27
8932023-11-14T22:31:59.236Z Downloaded winnow v0.5.15
8942023-11-14T22:31:59.244Z Downloaded curve25519-dalek v4.1.0
8952023-11-14T22:31:59.252Z Downloaded chrono v0.4.31
8962023-11-14T22:31:59.265Z Downloaded h2 v0.3.21
8972023-11-14T22:31:59.277Z Downloaded clap v2.34.0
8982023-11-14T22:31:59.706Z Downloaded vcpkg v0.2.15
8992023-11-14T22:31:59.719Z Downloaded rustls-webpki v0.101.7
9002023-11-14T22:31:59.727Z Downloaded idna v0.4.0
9012023-11-14T22:31:59.753Z Downloaded rustix v0.37.23
9022023-11-14T22:31:59.762Z Downloaded bstr v1.6.0
9032023-11-14T22:31:59.766Z Downloaded syn v2.0.32
9042023-11-14T22:31:59.770Z Downloaded webpki-roots v0.25.2
9052023-11-14T22:31:59.774Z Downloaded sled v0.34.7
9062023-11-14T22:31:59.781Z Downloaded gimli v0.28.0
9072023-11-14T22:31:59.784Z Downloaded smoltcp v0.9.1
9082023-11-14T22:31:59.788Z Downloaded libc v0.2.150
9092023-11-14T22:31:59.794Z Downloaded zerocopy-derive v0.6.4
9102023-11-14T22:31:59.798Z Downloaded diesel v2.1.3
9112023-11-14T22:31:59.823Z Downloaded openapiv3 v2.0.0-rc.1
9122023-11-14T22:31:59.827Z Downloaded regex-syntax v0.7.5
9132023-11-14T22:31:59.833Z Downloaded regex-automata v0.3.8
9142023-11-14T22:31:59.837Z Downloaded bstr v0.2.17
9152023-11-14T22:31:59.840Z Downloaded smoltcp v0.8.2
9162023-11-14T22:31:59.844Z Downloaded rustix v0.38.9
9172023-11-14T22:31:59.851Z Downloaded bzip2-sys v0.1.11+1.0.8
9182023-11-14T22:31:59.857Z Downloaded zerocopy-derive v0.2.0
9192023-11-14T22:31:59.861Z Downloaded regex-automata v0.4.3
9202023-11-14T22:31:59.867Z Downloaded regress v0.7.1
9212023-11-14T22:31:59.874Z Downloaded radix_trie v0.2.1
9222023-11-14T22:31:59.894Z Downloaded idna v0.2.3
9232023-11-14T22:31:59.897Z Downloaded rustls v0.21.8
9242023-11-14T22:31:59.901Z Downloaded tokio v1.33.0
9252023-11-14T22:31:59.904Z Downloaded sha3 v0.10.8
9262023-11-14T22:31:59.907Z Downloaded syn v1.0.109
9272023-11-14T22:31:59.910Z Downloaded futures-util v0.3.29
9282023-11-14T22:31:59.914Z Downloaded regex v1.10.2
9292023-11-14T22:31:59.917Z Downloaded trust-dns-proto v0.22.0
9302023-11-14T22:31:59.923Z Downloaded object v0.32.1
9312023-11-14T22:31:59.931Z Downloaded regex-syntax v0.8.2
9322023-11-14T22:31:59.964Z Downloaded winapi v0.3.9
9332023-11-14T22:31:59.979Z Downloaded encoding_rs v0.8.33
9342023-11-14T22:32:00.004Z Downloaded openssl v0.10.57
9352023-11-14T22:32:00.014Z Downloaded serde_json v1.0.108
9362023-11-14T22:32:00.022Z Downloaded libm v0.2.7
9372023-11-14T22:32:00.025Z Downloaded hkdf v0.12.3
9382023-11-14T22:32:00.029Z Downloaded hyper v0.14.27
9392023-11-14T22:32:00.032Z Downloaded itertools v0.10.5
9402023-11-14T22:32:00.042Z Downloaded clap_builder v4.4.2
9412023-11-14T22:32:00.048Z Downloaded itertools v0.11.0
9422023-11-14T22:32:00.052Z Downloaded reqwest v0.11.22
9432023-11-14T22:32:00.057Z Downloaded aho-corasick v1.0.4
9442023-11-14T22:32:00.062Z Downloaded hashbrown v0.14.2
9452023-11-14T22:32:00.066Z Downloaded spin v0.9.8
9462023-11-14T22:32:00.073Z Downloaded serde v1.0.192
9472023-11-14T22:32:00.079Z Downloaded hashbrown v0.13.2
9482023-11-14T22:32:00.083Z Downloaded typenum v1.16.0
9492023-11-14T22:32:00.087Z Downloaded aes-gcm v0.10.3
9502023-11-14T22:32:00.090Z Downloaded ryu v1.0.15
9512023-11-14T22:32:00.094Z Downloaded toml v0.7.8
9522023-11-14T22:32:00.097Z Downloaded trust-dns-client v0.22.0
9532023-11-14T22:32:00.100Z Downloaded tracing v0.1.37
9542023-11-14T22:32:00.103Z Downloaded http v0.2.9
9552023-11-14T22:32:00.106Z Downloaded pest v2.7.2
9562023-11-14T22:32:00.110Z Downloaded socket2 v0.5.4
9572023-11-14T22:32:00.113Z Downloaded socket2 v0.4.9
9582023-11-14T22:32:00.116Z Downloaded crossbeam-channel v0.5.8
9592023-11-14T22:32:00.119Z Downloaded rand v0.7.3
9602023-11-14T22:32:00.122Z Downloaded crossterm v0.27.0
9612023-11-14T22:32:00.129Z Downloaded regex-automata v0.1.10
9622023-11-14T22:32:00.140Z Downloaded trust-dns-server v0.22.1
9632023-11-14T22:32:00.565Z Downloaded tracing-core v0.1.31
9642023-11-14T22:32:00.574Z Downloaded yasna v0.5.2
9652023-11-14T22:32:00.587Z Downloaded httparse v1.8.0
9662023-11-14T22:32:01.039Z Downloaded sct v0.7.0
9672023-11-14T22:32:01.061Z Downloaded tar v0.4.40
9682023-11-14T22:32:01.082Z Downloaded indexmap v2.1.0
9692023-11-14T22:32:01.100Z Downloaded serde_yaml v0.9.25
9702023-11-14T22:32:01.118Z Downloaded similar v2.2.1
9712023-11-14T22:32:01.129Z Downloaded heapless v0.7.16
9722023-11-14T22:32:01.139Z Downloaded sha2 v0.10.8
9732023-11-14T22:32:01.151Z Downloaded futures v0.3.29
9742023-11-14T22:32:01.158Z Downloaded unicode-segmentation v1.10.1
9752023-11-14T22:32:01.573Z Downloaded slog-envlogger v2.2.0
9762023-11-14T22:32:01.578Z Downloaded ring v0.17.5
9772023-11-14T22:32:01.586Z Downloaded hmac v0.12.1
9782023-11-14T22:32:01.594Z Downloaded half v1.8.2
9792023-11-14T22:32:01.602Z Downloaded serde_derive_internals v0.26.0
9802023-11-14T22:32:01.611Z Downloaded itoa v1.0.9
9812023-11-14T22:32:01.616Z Downloaded md-5 v0.10.5
9822023-11-14T22:32:01.629Z Downloaded schemars v0.8.13
9832023-11-14T22:32:01.641Z Downloaded toml v0.5.11
9842023-11-14T22:32:01.646Z Downloaded flate2 v1.0.28
9852023-11-14T22:32:01.656Z Downloaded lru-cache v0.1.2
9862023-11-14T22:32:01.662Z Downloaded futures-sink v0.3.29
9872023-11-14T22:32:01.670Z Downloaded ff v0.13.0
9882023-11-14T22:32:01.678Z Downloaded ring v0.16.20
9892023-11-14T22:32:01.696Z Downloaded strum_macros v0.25.2
9902023-11-14T22:32:01.712Z Downloaded semver v1.0.20
9912023-11-14T22:32:01.724Z Downloaded thread-id v4.2.0
9922023-11-14T22:32:01.740Z Downloaded tokio-native-tls v0.3.1
9932023-11-14T22:32:01.755Z Downloaded strsim v0.10.0
9942023-11-14T22:32:01.766Z Downloaded chacha20poly1305 v0.10.1
9952023-11-14T22:32:01.777Z Downloaded headers v0.3.9
9962023-11-14T22:32:01.784Z Downloaded rcgen v0.11.3
9972023-11-14T22:32:01.792Z Downloaded thiserror v1.0.49
9982023-11-14T22:32:01.798Z Downloaded generic-array v0.14.7
9992023-11-14T22:32:01.803Z Downloaded futures-task v0.3.29
10002023-11-14T22:32:01.809Z Downloaded group v0.13.0
10012023-11-14T22:32:01.821Z Downloaded ucd-trie v0.1.6
10022023-11-14T22:32:01.827Z Downloaded zeroize v1.6.0
10032023-11-14T22:32:01.834Z Downloaded thiserror-impl v1.0.49
10042023-11-14T22:32:01.842Z Downloaded base64 v0.21.5
10052023-11-14T22:32:01.849Z Downloaded inout v0.1.3
10062023-11-14T22:32:01.864Z Downloaded hubpack v0.1.2
10072023-11-14T22:32:01.874Z Downloaded zip v0.6.6
10082023-11-14T22:32:01.882Z Downloaded rand v0.8.5
10092023-11-14T22:32:01.897Z Downloaded linked-hash-map v0.5.6
10102023-11-14T22:32:01.907Z Downloaded hyper-rustls v0.24.2
10112023-11-14T22:32:01.922Z Downloaded http-body v0.4.5
10122023-11-14T22:32:02.347Z Downloaded thiserror-impl-no-std v2.0.2
10132023-11-14T22:32:02.364Z Downloaded num-bigint v0.4.4
10142023-11-14T22:32:02.374Z Downloaded libefi-sys v0.1.0
10152023-11-14T22:32:02.393Z Downloaded time-macros v0.2.13
10162023-11-14T22:32:02.412Z Downloaded glob v0.3.1
10172023-11-14T22:32:02.421Z Downloaded serde_with_macros v2.3.3
10182023-11-14T22:32:02.429Z Downloaded derive_more v0.99.17
10192023-11-14T22:32:02.439Z Downloaded home v0.5.5
10202023-11-14T22:32:02.447Z Downloaded futures-core v0.3.29
10212023-11-14T22:32:02.452Z Downloaded futures-channel v0.3.29
10222023-11-14T22:32:02.458Z Downloaded siphasher v0.3.11
10232023-11-14T22:32:02.465Z Downloaded semver v0.11.0
10242023-11-14T22:32:02.482Z Downloaded lalrpop-util v0.19.12
10252023-11-14T22:32:02.486Z Downloaded heck v0.3.3
10262023-11-14T22:32:02.489Z Downloaded zerocopy v0.6.4
10272023-11-14T22:32:02.493Z Downloaded bytes v1.5.0
10282023-11-14T22:32:02.497Z Downloaded arc-swap v1.6.0
10292023-11-14T22:32:02.504Z Downloaded uuid v1.5.0
10302023-11-14T22:32:02.508Z Downloaded sha1 v0.10.6
10312023-11-14T22:32:02.520Z Downloaded fnv v1.0.7
10322023-11-14T22:32:02.524Z Downloaded slab v0.4.9
10332023-11-14T22:32:02.528Z Downloaded managed v0.8.0
10342023-11-14T22:32:02.546Z Downloaded keccak v0.1.4
10352023-11-14T22:32:02.554Z Downloaded memoffset v0.9.0
10362023-11-14T22:32:02.562Z Downloaded match_cfg v0.1.0
10372023-11-14T22:32:02.566Z Downloaded unicode-bidi v0.3.13
10382023-11-14T22:32:02.569Z Downloaded tungstenite v0.20.1
10392023-11-14T22:32:02.572Z Downloaded diesel_derives v2.1.1
10402023-11-14T22:32:02.576Z Downloaded walkdir v2.4.0
10412023-11-14T22:32:02.579Z Downloaded unicode-width v0.1.11
10422023-11-14T22:32:02.582Z Downloaded lazy_static v1.4.0
10432023-11-14T22:32:02.586Z Downloaded strsim v0.8.0
10442023-11-14T22:32:02.589Z Downloaded stringprep v0.1.3
10452023-11-14T22:32:02.593Z Downloaded spki v0.7.2
10462023-11-14T22:32:02.596Z Downloaded num-traits v0.2.16
10472023-11-14T22:32:02.599Z Downloaded crossbeam-epoch v0.9.15
10482023-11-14T22:32:02.602Z Downloaded addr2line v0.21.0
10492023-11-14T22:32:02.605Z Downloaded blake2 v0.10.6
10502023-11-14T22:32:02.609Z Downloaded bzip2 v0.4.4
10512023-11-14T22:32:02.619Z Downloaded base64 v0.13.1
10522023-11-14T22:32:02.622Z Downloaded ahash v0.8.3
10532023-11-14T22:32:02.626Z Downloaded foreign-types v0.3.2
10542023-11-14T22:32:02.629Z Downloaded float-cmp v0.9.0
10552023-11-14T22:32:02.632Z Downloaded stable_deref_trait v1.2.0
10562023-11-14T22:32:02.636Z Downloaded futures-executor v0.3.29
10572023-11-14T22:32:02.639Z Downloaded terminal_size v0.2.6
10582023-11-14T22:32:02.643Z Downloaded ghash v0.5.0
10592023-11-14T22:32:02.646Z Downloaded mio v0.8.8
10602023-11-14T22:32:02.649Z Downloaded ipnet v2.8.0
10612023-11-14T22:32:02.652Z Downloaded pest_meta v2.7.2
10622023-11-14T22:32:02.656Z Downloaded structopt-derive v0.4.18
10632023-11-14T22:32:02.659Z Downloaded structmeta-derive v0.2.0
10642023-11-14T22:32:02.663Z Downloaded spin v0.5.2
10652023-11-14T22:32:02.666Z Downloaded signature v2.1.0
10662023-11-14T22:32:02.669Z Downloaded errno v0.3.2
10672023-11-14T22:32:02.672Z Downloaded synstructure v0.12.6
10682023-11-14T22:32:02.675Z Downloaded cancel-safe-futures v0.1.5
10692023-11-14T22:32:02.683Z Downloaded hex v0.4.3
10702023-11-14T22:32:02.686Z Downloaded either v1.9.0
10712023-11-14T22:32:02.690Z Downloaded untrusted v0.9.0
10722023-11-14T22:32:02.693Z Downloaded untrusted v0.7.1
10732023-11-14T22:32:02.700Z Downloaded thread_local v1.1.7
10742023-11-14T22:32:02.707Z Downloaded tokio-macros v2.1.0
10752023-11-14T22:32:02.715Z Downloaded smf v0.2.2
10762023-11-14T22:32:02.720Z Downloaded password-hash v0.4.2
10772023-11-14T22:32:02.729Z Downloaded crypto-bigint v0.5.2
10782023-11-14T22:32:02.734Z Downloaded unicode-ident v1.0.12
10792023-11-14T22:32:02.738Z Downloaded darling_core v0.20.3
10802023-11-14T22:32:02.742Z Downloaded base64ct v1.6.0
10812023-11-14T22:32:02.749Z Downloaded slog-json v2.6.1
10822023-11-14T22:32:02.755Z Downloaded secrecy v0.8.0
10832023-11-14T22:32:02.761Z Downloaded slog-dtrace v0.2.3
10842023-11-14T22:32:02.773Z Downloaded subtle v2.5.0
10852023-11-14T22:32:02.791Z Downloaded hostname v0.3.1
10862023-11-14T22:32:02.797Z Downloaded async-trait v0.1.74
10872023-11-14T22:32:02.802Z Downloaded anstyle-parse v0.2.1
10882023-11-14T22:32:02.805Z Downloaded argon2 v0.5.2
10892023-11-14T22:32:02.808Z Downloaded serde_tokenstream v0.2.0
10902023-11-14T22:32:02.814Z Downloaded serde_tokenstream v0.1.7
10912023-11-14T22:32:02.818Z Downloaded scopeguard v1.2.0
10922023-11-14T22:32:02.822Z Downloaded zone v0.3.0
10932023-11-14T22:32:02.825Z Downloaded postgres-types v0.2.6
10942023-11-14T22:32:02.829Z Downloaded pkcs8 v0.10.2
10952023-11-14T22:32:02.832Z Downloaded crypto-common v0.1.6
10962023-11-14T22:32:02.854Z Downloaded ed25519 v2.2.2
10972023-11-14T22:32:02.858Z Downloaded multer v2.1.0
10982023-11-14T22:32:02.861Z Downloaded der v0.7.8
10992023-11-14T22:32:02.866Z Downloaded foreign-types-macros v0.2.3
11002023-11-14T22:32:02.869Z Downloaded anyhow v1.0.75
11012023-11-14T22:32:02.872Z Downloaded ansi_term v0.12.1
11022023-11-14T22:32:02.875Z Downloaded slog-async v2.8.0
11032023-11-14T22:32:02.882Z Downloaded fixedbitset v0.4.2
11042023-11-14T22:32:02.887Z Downloaded usdt v0.3.5
11052023-11-14T22:32:02.894Z Downloaded parking_lot_core v0.9.8
11062023-11-14T22:32:02.899Z Downloaded num-rational v0.4.1
11072023-11-14T22:32:02.905Z Downloaded postcard v0.7.3
11082023-11-14T22:32:02.912Z Downloaded xattr v1.0.1
11092023-11-14T22:32:02.918Z Downloaded version_check v0.9.4
11102023-11-14T22:32:02.925Z Downloaded deranged v0.3.8
11112023-11-14T22:32:02.934Z Downloaded cipher v0.4.4
11122023-11-14T22:32:02.942Z Downloaded tracing-attributes v0.1.26
11132023-11-14T22:32:02.950Z Downloaded pest_generator v2.7.2
11142023-11-14T22:32:02.961Z Downloaded omicron-zone-package v0.8.3
11152023-11-14T22:32:02.971Z Downloaded num_cpus v1.16.0
11162023-11-14T22:32:02.979Z Downloaded num-complex v0.4.4
11172023-11-14T22:32:02.985Z Downloaded ppv-lite86 v0.2.17
11182023-11-14T22:32:02.990Z Downloaded rand_chacha v0.3.1
11192023-11-14T22:32:02.998Z Downloaded r2d2 v0.8.10
11202023-11-14T22:32:03.008Z Downloaded parking_lot_core v0.8.6
11212023-11-14T22:32:03.015Z Downloaded mime_guess v2.0.4
11222023-11-14T22:32:03.022Z Downloaded camino-tempfile v1.0.2
11232023-11-14T22:32:03.037Z Downloaded camino v1.1.6
11242023-11-14T22:32:03.042Z Downloaded base16ct v0.2.0
11252023-11-14T22:32:03.048Z Downloaded async-stream v0.3.5
11262023-11-14T22:32:03.121Z Downloaded instant v0.1.12
11272023-11-14T22:32:03.128Z Downloaded polyval v0.6.1
11282023-11-14T22:32:03.143Z Downloaded pkg-config v0.3.27
11292023-11-14T22:32:03.573Z Downloaded bcrypt-pbkdf v0.10.0
11302023-11-14T22:32:03.593Z Downloaded ciborium-ll v0.2.1
11312023-11-14T22:32:04.047Z Downloaded bitflags v1.3.2
11322023-11-14T22:32:04.055Z Downloaded bit-set v0.5.3
11332023-11-14T22:32:04.064Z Downloaded autocfg v1.1.0
11342023-11-14T22:32:04.075Z Downloaded adler v1.0.2
11352023-11-14T22:32:04.083Z Downloaded anstream v0.5.0
11362023-11-14T22:32:04.096Z Downloaded foreign-types-shared v0.3.1
11372023-11-14T22:32:04.103Z Downloaded once_cell v1.18.0
11382023-11-14T22:32:04.107Z Downloaded cpufeatures v0.2.9
11392023-11-14T22:32:04.136Z Downloaded anstyle-query v1.0.0
11402023-11-14T22:32:04.143Z Downloaded foreign-types-shared v0.1.1
11412023-11-14T22:32:04.149Z Downloaded pin-utils v0.1.0
11422023-11-14T22:32:04.153Z Downloaded toolchain_find v0.2.0
11432023-11-14T22:32:04.159Z Downloaded cfg-if v1.0.0
11442023-11-14T22:32:04.163Z Downloaded convert_case v0.4.0
11452023-11-14T22:32:04.169Z Downloaded cbc v0.1.2
11462023-11-14T22:32:04.174Z Downloaded rand_core v0.6.4
11472023-11-14T22:32:04.179Z Downloaded paste v1.0.14
11482023-11-14T22:32:04.186Z Downloaded byteorder v1.5.0
11492023-11-14T22:32:04.193Z Downloaded async-stream-impl v0.3.5
11502023-11-14T22:32:04.198Z Downloaded pbkdf2 v0.12.2
11512023-11-14T22:32:04.203Z Downloaded pbkdf2 v0.11.0
11522023-11-14T22:32:04.207Z Downloaded new_debug_unreachable v1.0.4
11532023-11-14T22:32:04.212Z Downloaded block-buffer v0.10.4
11542023-11-14T22:32:04.218Z Downloaded chacha20 v0.9.1
11552023-11-14T22:32:04.224Z Downloaded rand_core v0.5.1
11562023-11-14T22:32:04.229Z Downloaded quote v1.0.33
11572023-11-14T22:32:04.234Z Downloaded proc-macro2 v1.0.69
11582023-11-14T22:32:04.239Z Downloaded openssl-sys v0.9.93
11592023-11-14T22:32:04.245Z Downloaded atty v0.2.14
11602023-11-14T22:32:04.250Z Downloaded anstyle v1.0.2
11612023-11-14T22:32:04.255Z Downloaded atomicwrites v0.4.2
11622023-11-14T22:32:04.260Z Downloaded russh v0.39.0
11632023-11-14T22:32:04.270Z Downloaded pin-project-lite v0.2.13
11642023-11-14T22:32:04.276Z Downloaded phf_shared v0.11.2
11652023-11-14T22:32:04.283Z Downloaded pem v3.0.2
11662023-11-14T22:32:04.288Z Downloaded parking_lot v0.11.2
11672023-11-14T22:32:04.293Z Downloaded num-derive v0.4.0
11682023-11-14T22:32:04.298Z Downloaded difflib v0.4.0
11692023-11-14T22:32:04.304Z Downloaded ctr v0.9.2
11702023-11-14T22:32:04.309Z Downloaded crossbeam-utils v0.8.16
11712023-11-14T22:32:04.314Z Downloaded parse-display v0.8.2
11722023-11-14T22:32:04.321Z Downloaded poly1305 v0.8.0
11732023-11-14T22:32:04.325Z Downloaded darling v0.20.3
11742023-11-14T22:32:04.330Z Downloaded parse-display-derive v0.8.2
11752023-11-14T22:32:04.337Z Downloaded num_enum_derive v0.5.11
11762023-11-14T22:32:04.343Z Downloaded dirs v5.0.1
11772023-11-14T22:32:04.349Z Downloaded proc-macro-error-attr v1.0.4
11782023-11-14T22:32:04.357Z Downloaded predicates-core v1.0.6
11792023-11-14T22:32:04.367Z Downloaded predicates v3.0.4
11802023-11-14T22:32:04.374Z Downloaded russh-keys v0.38.0
11812023-11-14T22:32:04.381Z Downloaded digest v0.10.7
11822023-11-14T22:32:04.390Z Downloaded data-encoding v2.4.0
11832023-11-14T22:32:04.396Z Downloaded colored v2.0.4
11842023-11-14T22:32:04.403Z Downloaded openssl-macros v0.1.1
11852023-11-14T22:32:04.410Z Downloaded opaque-debug v0.3.0
11862023-11-14T22:32:04.415Z Downloaded diesel_table_macro_syntax v0.1.0
11872023-11-14T22:32:04.422Z Downloaded debug-ignore v1.0.5
11882023-11-14T22:32:04.426Z Downloaded phf_shared v0.10.0
11892023-11-14T22:32:04.430Z Downloaded option-ext v0.2.0
11902023-11-14T22:32:04.433Z Downloaded dirs-sys v0.4.1
11912023-11-14T22:32:04.437Z Downloaded dirs-next v2.0.0
11922023-11-14T22:32:04.440Z Downloaded darling_macro v0.20.3
11932023-11-14T22:32:04.444Z Downloaded dtrace-parser v0.1.14
11942023-11-14T22:32:04.458Z Downloaded dof v0.1.5
11952023-11-14T22:32:04.470Z Downloaded dirs-sys-next v0.1.2
11962023-11-14T22:32:04.894Z Downloaded openssl-probe v0.1.5
11972023-11-14T22:32:04.903Z Downloaded num v0.4.1
11982023-11-14T22:32:04.907Z Downloaded crucible-workspace-hack v0.1.0
11992023-11-14T22:32:04.915Z Downloaded const-oid v0.9.5
12002023-11-14T22:32:04.922Z Downloaded console v0.15.7
12012023-11-14T22:32:04.930Z Downloaded clap_lex v0.5.1
12022023-11-14T22:32:04.938Z Downloaded aead v0.5.2
12032023-11-14T22:32:04.950Z Compiling proc-macro2 v1.0.69
12042023-11-14T22:32:04.966Z Compiling unicode-ident v1.0.12
12052023-11-14T22:32:04.981Z Compiling libc v0.2.150
12062023-11-14T22:32:04.993Z Compiling serde v1.0.192
12072023-11-14T22:32:05.010Z Compiling autocfg v1.1.0
12082023-11-14T22:32:05.023Z Compiling version_check v0.9.4
12092023-11-14T22:32:05.033Z Compiling cfg-if v1.0.0
12102023-11-14T22:32:05.043Z Compiling syn v1.0.109
12112023-11-14T22:32:05.049Z Compiling typenum v1.16.0
12122023-11-14T22:32:05.054Z Compiling once_cell v1.18.0
12132023-11-14T22:32:05.058Z Compiling parking_lot_core v0.9.8
12142023-11-14T22:32:05.063Z Compiling generic-array v0.14.7
12152023-11-14T22:32:05.067Z Compiling lock_api v0.4.10
12162023-11-14T22:32:05.073Z Compiling libm v0.2.7
12172023-11-14T22:32:05.077Z Compiling thiserror v1.0.49
12182023-11-14T22:32:05.080Z Compiling num-traits v0.2.16
12192023-11-14T22:32:05.084Z Compiling futures-core v0.3.29
12202023-11-14T22:32:05.087Z Compiling itoa v1.0.9
12212023-11-14T22:32:05.090Z Compiling memchr v2.6.3
12222023-11-14T22:32:05.094Z Compiling serde_json v1.0.108
12232023-11-14T22:32:05.097Z Compiling log v0.4.20
12242023-11-14T22:32:05.103Z Compiling slab v0.4.9
12252023-11-14T22:32:05.108Z Compiling futures-task v0.3.29
12262023-11-14T22:32:05.116Z Compiling quote v1.0.33
12272023-11-14T22:32:05.120Z Compiling futures-channel v0.3.29
12282023-11-14T22:32:05.125Z Compiling futures-util v0.3.29
12292023-11-14T22:32:05.131Z Compiling scopeguard v1.2.0
12302023-11-14T22:32:05.134Z Compiling syn v2.0.32
12312023-11-14T22:32:05.161Z Compiling getrandom v0.2.10
12322023-11-14T22:32:05.165Z Compiling cc v1.0.83
12332023-11-14T22:32:05.169Z Compiling smallvec v1.11.0
12342023-11-14T22:32:05.341Z Compiling rand_core v0.6.4
12352023-11-14T22:32:05.682Z Compiling ryu v1.0.15
12362023-11-14T22:32:05.745Z Compiling pin-project-lite v0.2.13
12372023-11-14T22:32:05.926Z Compiling heck v0.4.1
12382023-11-14T22:32:06.259Z Compiling signal-hook-registry v1.4.1
12392023-11-14T22:32:07.229Z Compiling parking_lot v0.12.1
12402023-11-14T22:32:07.429Z Compiling pkg-config v0.3.27
12412023-11-14T22:32:07.704Z Compiling schemars v0.8.13
12422023-11-14T22:32:08.223Z Compiling mio v0.8.8
12432023-11-14T22:32:08.282Z Compiling subtle v2.5.0
12442023-11-14T22:32:08.712Z Compiling hashbrown v0.14.2
12452023-11-14T22:32:08.894Z Compiling equivalent v1.0.1
12462023-11-14T22:32:09.054Z Compiling socket2 v0.5.4
12472023-11-14T22:32:09.187Z Compiling num_cpus v1.16.0
12482023-11-14T22:32:09.348Z Compiling spin v0.5.2
12492023-11-14T22:32:09.575Z Compiling fnv v1.0.7
12502023-11-14T22:32:09.701Z Compiling httparse v1.8.0
12512023-11-14T22:32:09.757Z Compiling byteorder v1.5.0
12522023-11-14T22:32:10.156Z Compiling iana-time-zone v0.1.57
12532023-11-14T22:32:10.300Z Compiling ring v0.16.20
12542023-11-14T22:32:10.331Z Compiling indexmap v1.9.3
12552023-11-14T22:32:10.481Z Compiling futures-sink v0.3.29
12562023-11-14T22:32:10.667Z Compiling ring v0.17.5
12572023-11-14T22:32:10.700Z Compiling vcpkg v0.2.15
12582023-11-14T22:32:11.251Z Compiling pin-utils v0.1.0
12592023-11-14T22:32:11.324Z Compiling futures-io v0.3.29
12602023-11-14T22:32:11.383Z Compiling semver v1.0.20
12612023-11-14T22:32:11.457Z Compiling dyn-clone v1.0.13
12622023-11-14T22:32:11.803Z Compiling ahash v0.8.3
12632023-11-14T22:32:11.846Z Compiling tracing-core v0.1.31
12642023-11-14T22:32:12.192Z Compiling tinyvec_macros v0.1.1
12652023-11-14T22:32:12.285Z Compiling const-oid v0.9.5
12662023-11-14T22:32:12.312Z Compiling async-trait v0.1.74
12672023-11-14T22:32:13.210Z Compiling tinyvec v1.6.0
12682023-11-14T22:32:13.346Z Compiling openssl-sys v0.9.93
12692023-11-14T22:32:14.177Z Compiling ucd-trie v0.1.6
12702023-11-14T22:32:14.898Z Compiling openssl v0.10.57
12712023-11-14T22:32:14.982Z Compiling rustls v0.21.8
12722023-11-14T22:32:15.116Z Compiling winnow v0.5.15
12732023-11-14T22:32:15.412Z Compiling unicode-normalization v0.1.22
12742023-11-14T22:32:15.500Z Compiling unicode-bidi v0.3.13
12752023-11-14T22:32:15.535Z Compiling time-core v0.1.1
12762023-11-14T22:32:15.790Z Compiling serde_derive_internals v0.26.0
12772023-11-14T22:32:17.255Z Compiling time-macros v0.2.13
12782023-11-14T22:32:17.426Z Compiling cpufeatures v0.2.9
12792023-11-14T22:32:17.562Z Compiling native-tls v0.2.11
12802023-11-14T22:32:18.186Z Compiling aho-corasick v1.0.4
12812023-11-14T22:32:18.768Z Compiling rustix v0.38.9
12822023-11-14T22:32:19.527Z Compiling percent-encoding v2.3.0
12832023-11-14T22:32:19.734Z Compiling slog v2.7.0
12842023-11-14T22:32:19.761Z Compiling regex-syntax v0.8.2
12852023-11-14T22:32:20.279Z Compiling backtrace v0.3.69
12862023-11-14T22:32:20.502Z Compiling form_urlencoded v1.2.0
12872023-11-14T22:32:20.959Z Compiling lazy_static v1.4.0
12882023-11-14T22:32:21.114Z Compiling spin v0.9.8
12892023-11-14T22:32:21.457Z Compiling base64 v0.21.5
12902023-11-14T22:32:21.677Z Compiling ppv-lite86 v0.2.17
12912023-11-14T22:32:21.760Z Compiling hashbrown v0.13.2
12922023-11-14T22:32:22.316Z Compiling anyhow v1.0.75
12932023-11-14T22:32:22.780Z Compiling unicode-width v0.1.11
12942023-11-14T22:32:22.952Z Compiling idna v0.4.0
12952023-11-14T22:32:23.285Z Compiling errno v0.3.2
12962023-11-14T22:32:23.561Z Compiling rand_chacha v0.3.1
12972023-11-14T22:32:23.589Z Compiling socket2 v0.4.9
12982023-11-14T22:32:24.173Z Compiling hashbrown v0.12.3
12992023-11-14T22:32:25.431Z Compiling url v2.4.1
13002023-11-14T22:32:25.444Z Compiling untrusted v0.7.1
13012023-11-14T22:32:25.750Z Compiling rand v0.8.5
13022023-11-14T22:32:25.936Z Compiling regex-automata v0.4.3
13032023-11-14T22:32:27.555Z Compiling num-integer v0.1.45
13042023-11-14T22:32:28.003Z Compiling httpdate v1.0.3
13052023-11-14T22:32:28.397Z Compiling untrusted v0.9.0
13062023-11-14T22:32:28.509Z Compiling try-lock v0.2.4
13072023-11-14T22:32:28.659Z Compiling adler v1.0.2
13082023-11-14T22:32:28.713Z Compiling want v0.3.1
13092023-11-14T22:32:28.977Z Compiling serde_derive v1.0.192
13102023-11-14T22:32:29.003Z Compiling zeroize_derive v1.4.2
13112023-11-14T22:32:29.153Z Compiling thiserror-impl v1.0.49
13122023-11-14T22:32:29.474Z Compiling tokio-macros v2.1.0
13132023-11-14T22:32:31.372Z Compiling futures-macro v0.3.29
13142023-11-14T22:32:31.839Z Compiling tracing-attributes v0.1.26
13152023-11-14T22:32:32.047Z Compiling zeroize v1.6.0
13162023-11-14T22:32:32.116Z Compiling schemars_derive v0.8.13
13172023-11-14T22:32:33.945Z Compiling pest v2.7.2
13182023-11-14T22:32:34.803Z Compiling crypto-common v0.1.6
13192023-11-14T22:32:35.102Z Compiling block-buffer v0.10.4
13202023-11-14T22:32:35.474Z Compiling digest v0.10.7
13212023-11-14T22:32:36.113Z Compiling openssl-macros v0.1.1
13222023-11-14T22:32:37.020Z Compiling regex v1.10.2
13232023-11-14T22:32:37.297Z Compiling tracing v0.1.37
13242023-11-14T22:32:37.301Z Compiling miniz_oxide v0.7.1
13252023-11-14T22:32:38.181Z Compiling foreign-types-shared v0.1.1
13262023-11-14T22:32:38.355Z Compiling openssl-probe v0.1.5
13272023-11-14T22:32:38.995Z Compiling mime v0.3.17
13282023-11-14T22:32:38.999Z Compiling tower-service v0.3.2
13292023-11-14T22:32:39.015Z Compiling unicode-xid v0.2.4
13302023-11-14T22:32:39.051Z Compiling crc32fast v1.3.2
13312023-11-14T22:32:39.266Z Compiling synstructure v0.12.6
13322023-11-14T22:32:39.508Z Compiling foreign-types v0.3.2
13332023-11-14T22:32:39.643Z Compiling rustls-webpki v0.101.7
13342023-11-14T22:32:39.811Z Compiling sct v0.7.0
13352023-11-14T22:32:40.014Z Compiling crossbeam-utils v0.8.16
13362023-11-14T22:32:40.284Z Compiling ipnet v2.8.0
13372023-11-14T22:32:40.758Z Compiling pest_meta v2.7.2
13382023-11-14T22:32:41.858Z Compiling zerocopy-derive v0.2.0
13392023-11-14T22:32:42.426Z Compiling rustls-pemfile v1.0.3
13402023-11-14T22:32:43.014Z Compiling gimli v0.28.0
13412023-11-14T22:32:43.416Z Compiling pest_generator v2.7.2
13422023-11-14T22:32:44.958Z Compiling object v0.32.1
13432023-11-14T22:32:45.287Z Compiling encoding_rs v0.8.33
13442023-11-14T22:32:46.422Z Compiling rustc-demangle v0.1.23
13452023-11-14T22:32:48.171Z Compiling bitflags v1.3.2
13462023-11-14T22:32:48.307Z Compiling pest_derive v2.7.2
13472023-11-14T22:32:49.437Z Compiling rustls-native-certs v0.6.3
13482023-11-14T22:32:50.091Z Compiling addr2line v0.21.0
13492023-11-14T22:32:51.385Z Compiling usdt-impl v0.3.5
13502023-11-14T22:32:51.900Z Compiling bytes v1.5.0
13512023-11-14T22:32:52.237Z Compiling indexmap v2.1.0
13522023-11-14T22:32:52.501Z Compiling chrono v0.4.31
13532023-11-14T22:32:53.463Z Compiling tokio v1.33.0
13542023-11-14T22:32:53.521Z Compiling uuid v1.5.0
13552023-11-14T22:32:53.988Z Compiling http v0.2.9
13562023-11-14T22:32:54.340Z Compiling bitflags v2.4.0
13572023-11-14T22:32:54.990Z Compiling toml_datetime v0.6.5
13582023-11-14T22:32:55.704Z Compiling serde_spanned v0.6.4
13592023-11-14T22:32:55.975Z Compiling toml_edit v0.19.15
13602023-11-14T22:32:56.065Z Compiling rustc_version v0.4.0
13612023-11-14T22:32:57.113Z Compiling http-body v0.4.5
13622023-11-14T22:32:57.176Z Compiling openapiv3 v2.0.0-rc.1
13632023-11-14T22:33:05.344Z Compiling serde_urlencoded v0.7.1
13642023-11-14T22:33:05.478Z Compiling io-lifetimes v1.0.11
13652023-11-14T22:33:05.514Z Compiling deranged v0.3.8
13662023-11-14T22:33:05.531Z Compiling webpki-roots v0.25.2
13672023-11-14T22:33:05.635Z Compiling num_threads v0.1.6
13682023-11-14T22:33:05.693Z Compiling serde_tokenstream v0.2.0
13692023-11-14T22:33:05.850Z Compiling zerocopy v0.3.0
13702023-11-14T22:33:06.003Z Compiling block-padding v0.3.3
13712023-11-14T22:33:06.056Z Compiling dtrace-parser v0.1.14
13722023-11-14T22:33:06.078Z Compiling inout v0.1.3
13732023-11-14T22:33:06.170Z Compiling tokio-util v0.7.10
13742023-11-14T22:33:06.257Z Compiling tokio-rustls v0.24.1
13752023-11-14T22:33:06.715Z Compiling dof v0.1.5
13762023-11-14T22:33:06.903Z Compiling time v0.3.27
13772023-11-14T22:33:08.040Z Compiling h2 v0.3.21
13782023-11-14T22:33:08.649Z Compiling thread-id v4.2.0
13792023-11-14T22:33:08.811Z Compiling tokio-native-tls v0.3.1
13802023-11-14T22:33:08.995Z Compiling num-bigint v0.4.4
13812023-11-14T22:33:09.108Z Compiling rustix v0.37.23
13822023-11-14T22:33:09.203Z Compiling rustversion v1.0.14
13832023-11-14T22:33:10.121Z Compiling cipher v0.4.4
13842023-11-14T22:33:10.184Z Compiling serde_tokenstream v0.1.7
13852023-11-14T22:33:10.210Z Compiling zerocopy-derive v0.6.4
13862023-11-14T22:33:10.844Z Compiling regress v0.7.1
13872023-11-14T22:33:10.954Z Compiling data-encoding v2.4.0
13882023-11-14T22:33:12.867Z Compiling flate2 v1.0.28
13892023-11-14T22:33:13.450Z Compiling toml_edit v0.21.0
13902023-11-14T22:33:14.460Z Compiling hmac v0.12.1
13912023-11-14T22:33:15.044Z Compiling strsim v0.10.0
13922023-11-14T22:33:15.161Z Compiling strum_macros v0.25.2
13932023-11-14T22:33:15.409Z Compiling usdt-attr-macro v0.3.5
13942023-11-14T22:33:16.196Z Compiling usdt-macro v0.3.5
13952023-11-14T22:33:16.678Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
13962023-11-14T22:33:18.191Z Compiling sha2 v0.10.8
13972023-11-14T22:33:18.832Z Compiling enum-as-inner v0.5.1
13982023-11-14T22:33:19.039Z Compiling toml v0.7.8
13992023-11-14T22:33:19.600Z Compiling hyper v0.14.27
14002023-11-14T22:33:20.676Z Compiling heapless v0.7.16
14012023-11-14T22:33:20.700Z Compiling futures-executor v0.3.29
14022023-11-14T22:33:21.358Z Compiling bzip2-sys v0.1.11+1.0.8
14032023-11-14T22:33:21.361Z Compiling memoffset v0.9.0
14042023-11-14T22:33:21.869Z Compiling signal-hook v0.3.17
14052023-11-14T22:33:22.035Z Compiling unicode-segmentation v1.10.1
14062023-11-14T22:33:22.208Z Compiling managed v0.8.0
14072023-11-14T22:33:23.048Z Compiling futures v0.3.29
14082023-11-14T22:33:23.428Z Compiling ipnetwork v0.20.0
14092023-11-14T22:33:23.508Z Compiling getopts v0.2.21
14102023-11-14T22:33:23.944Z Compiling num-iter v0.1.43
14112023-11-14T22:33:23.955Z Compiling crossbeam-epoch v0.9.15
14122023-11-14T22:33:24.007Z Compiling smoltcp v0.9.1
14132023-11-14T22:33:24.202Z Compiling bit-vec v0.6.3
14142023-11-14T22:33:24.877Z Compiling anstyle v1.0.2
14152023-11-14T22:33:24.910Z Compiling matches v0.1.10
14162023-11-14T22:33:24.940Z Compiling utf8parse v0.2.1
14172023-11-14T22:33:25.041Z Compiling unsafe-libyaml v0.2.9
14182023-11-14T22:33:25.183Z Compiling siphasher v0.3.11
14192023-11-14T22:33:25.239Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14202023-11-14T22:33:25.589Z Compiling anstyle-parse v0.2.1
14212023-11-14T22:33:25.817Z Compiling idna v0.2.3
14222023-11-14T22:33:26.604Z Compiling zerocopy v0.6.4
14232023-11-14T22:33:27.127Z Compiling signature v2.1.0
14242023-11-14T22:33:27.456Z Compiling serde_yaml v0.9.25
14252023-11-14T22:33:27.907Z Compiling hubpack_derive v0.1.1
14262023-11-14T22:33:28.124Z Compiling clap_derive v4.4.2
14272023-11-14T22:33:28.604Z Compiling colorchoice v1.0.0
14282023-11-14T22:33:28.830Z Compiling anstyle-query v1.0.0
14292023-11-14T22:33:28.879Z Compiling either v1.9.0
14302023-11-14T22:33:29.196Z Compiling anstream v0.5.0
14312023-11-14T22:33:29.223Z Compiling terminal_size v0.2.6
14322023-11-14T22:33:29.397Z Compiling trust-dns-proto v0.22.0
14332023-11-14T22:33:29.482Z Compiling usdt v0.3.5
14342023-11-14T22:33:30.333Z Compiling md-5 v0.10.5
14352023-11-14T22:33:30.681Z Compiling stringprep v0.1.3
14362023-11-14T22:33:30.979Z Compiling yasna v0.5.2
14372023-11-14T22:33:32.366Z Compiling hyper-rustls v0.24.2
14382023-11-14T22:33:32.815Z Compiling hyper-tls v0.5.0
14392023-11-14T22:33:33.239Z Compiling reqwest v0.11.22
14402023-11-14T22:33:33.337Z Compiling diesel_table_macro_syntax v0.1.0
14412023-11-14T22:33:33.672Z Compiling hash32 v0.2.1
14422023-11-14T22:33:33.917Z Compiling stable_deref_trait v1.2.0
14432023-11-14T22:33:34.061Z Compiling clap_lex v0.5.1
14442023-11-14T22:33:34.112Z Compiling fallible-iterator v0.2.0
14452023-11-14T22:33:34.878Z Compiling clap_builder v4.4.2
14462023-11-14T22:33:35.254Z Compiling postgres-protocol v0.6.6
14472023-11-14T22:33:35.871Z Compiling diesel_derives v2.1.1
14482023-11-14T22:33:36.788Z Compiling phf_shared v0.11.2
14492023-11-14T22:33:37.644Z Compiling tokio-stream v0.1.14
14502023-11-14T22:33:37.667Z Compiling hex v0.4.3
14512023-11-14T22:33:38.687Z Compiling serde_repr v0.1.16
14522023-11-14T22:33:39.199Z Compiling scheduled-thread-pool v0.2.7
14532023-11-14T22:33:39.235Z Compiling regex-automata v0.1.10
14542023-11-14T22:33:40.035Z Compiling bstr v0.2.17
14552023-11-14T22:33:40.163Z Compiling r2d2 v0.8.10
14562023-11-14T22:33:40.437Z Compiling signal-hook-mio v0.2.3
14572023-11-14T22:33:40.754Z Compiling bzip2 v0.4.4
14582023-11-14T22:33:41.386Z Compiling clap v4.4.3
14592023-11-14T22:33:41.588Z Compiling phf v0.11.2
14602023-11-14T22:33:42.033Z Compiling postgres-types v0.2.6
14612023-11-14T22:33:42.535Z Compiling itertools v0.10.5
14622023-11-14T22:33:43.641Z Compiling itertools v0.11.0
14632023-11-14T22:33:44.559Z Compiling hubpack v0.1.2
14642023-11-14T22:33:45.845Z Compiling phf_shared v0.10.0
14652023-11-14T22:33:46.119Z Compiling float-cmp v0.9.0
14662023-11-14T22:33:46.486Z Compiling precomputed-hash v0.1.1
14672023-11-14T22:33:46.648Z Compiling fixedbitset v0.4.2
14682023-11-14T22:33:47.265Z Compiling static_assertions v1.1.0
14692023-11-14T22:33:47.403Z Compiling new_debug_unreachable v1.0.4
14702023-11-14T22:33:47.429Z Compiling difflib v0.4.0
14712023-11-14T22:33:47.541Z Compiling whoami v1.4.1
14722023-11-14T22:33:48.527Z Compiling predicates-core v1.0.6
14732023-11-14T22:33:48.553Z Compiling normalize-line-endings v0.3.0
14742023-11-14T22:33:48.714Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14752023-11-14T22:33:49.142Z Compiling regex-automata v0.3.8
14762023-11-14T22:33:49.150Z Compiling predicates v3.0.4
14772023-11-14T22:33:50.180Z Compiling tokio-postgres v0.7.10
14782023-11-14T22:33:51.454Z Compiling string_cache v0.8.7
14792023-11-14T22:33:51.693Z Compiling bstr v1.6.0
14802023-11-14T22:33:52.306Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14812023-11-14T22:33:52.639Z Compiling petgraph v0.6.4
14822023-11-14T22:33:56.150Z Compiling similar v2.2.1
14832023-11-14T22:33:56.400Z Compiling zip v0.6.6
14842023-11-14T22:33:56.568Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14852023-11-14T22:33:56.649Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14862023-11-14T22:33:56.777Z Compiling crossterm v0.27.0
14872023-11-14T22:33:57.295Z Compiling bit-set v0.5.3
14882023-11-14T22:33:57.618Z Compiling console v0.15.7
14892023-11-14T22:33:58.934Z Compiling lalrpop-util v0.19.12
14902023-11-14T22:33:59.641Z Compiling diesel v2.1.3
14912023-11-14T22:34:03.170Z Compiling slog-async v2.8.0
14922023-11-14T22:34:03.259Z Compiling camino v1.1.6
14932023-11-14T22:34:04.534Z Compiling multer v2.1.0
14942023-11-14T22:34:06.640Z Compiling async-stream-impl v0.3.5
14952023-11-14T22:34:07.001Z Compiling ident_case v1.0.1
14962023-11-14T22:34:07.254Z Compiling paste v1.0.14
14972023-11-14T22:34:07.521Z Compiling darling_core v0.20.3
14982023-11-14T22:34:09.810Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14992023-11-14T22:34:10.259Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15002023-11-14T22:34:14.409Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15012023-11-14T22:34:15.120Z Compiling structmeta-derive v0.2.0
15022023-11-14T22:34:16.136Z Compiling regex-syntax v0.7.5
15032023-11-14T22:34:16.366Z Compiling darling_macro v0.20.3
15042023-11-14T22:34:17.957Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15052023-11-14T22:34:17.961Z Compiling darling v0.20.3
15062023-11-14T22:34:18.072Z Compiling serde_with_macros v2.3.3
15072023-11-14T22:34:19.539Z Compiling structmeta v0.2.0
15082023-11-14T22:34:22.143Z Compiling proc-macro-crate v1.3.1
15092023-11-14T22:34:23.538Z Compiling num_enum_derive v0.5.11
15102023-11-14T22:34:26.639Z Compiling parse-display-derive v0.8.2
15112023-11-14T22:34:27.893Z Compiling proc-macro-error-attr v1.0.4
15122023-11-14T22:34:32.804Z Compiling proc-macro-error v1.0.4
15132023-11-14T22:34:33.872Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15142023-11-14T22:34:34.976Z Compiling toml v0.8.8
15152023-11-14T22:34:36.081Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15162023-11-14T22:34:37.961Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15172023-11-14T22:34:41.026Z Compiling foreign-types-macros v0.2.3
15182023-11-14T22:34:50.643Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15192023-11-14T22:34:51.076Z Compiling crucible-workspace-hack v0.1.0
15202023-11-14T22:34:52.476Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15212023-11-14T22:34:57.448Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15222023-11-14T22:34:58.444Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15232023-11-14T22:35:01.911Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15242023-11-14T22:35:08.345Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15252023-11-14T22:35:08.989Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15262023-11-14T22:35:11.385Z Compiling heck v0.3.3
15272023-11-14T22:35:12.103Z Compiling libefi-sys v0.1.0
15282023-11-14T22:35:12.866Z Compiling structopt-derive v0.4.18
15292023-11-14T22:35:15.704Z Compiling zone_cfg_derive v0.3.0
15302023-11-14T22:35:18.834Z Compiling num-derive v0.4.0
15312023-11-14T22:35:26.312Z Compiling sha1 v0.10.6
15322023-11-14T22:35:26.713Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15332023-11-14T22:35:26.739Z Compiling atty v0.2.14
15342023-11-14T22:35:26.932Z Compiling match_cfg v0.1.0
15352023-11-14T22:35:27.095Z Compiling hostname v0.3.1
15362023-11-14T22:35:32.391Z Compiling dirs-sys-next v0.1.2
15372023-11-14T22:35:38.414Z Compiling dirs-next v2.0.0
15382023-11-14T22:35:42.183Z Compiling thread_local v1.1.7
15392023-11-14T22:35:42.528Z Compiling fastrand v2.0.0
15402023-11-14T22:35:43.101Z Compiling tempfile v3.8.0
15412023-11-14T22:35:43.433Z Compiling term v0.7.0
15422023-11-14T22:35:43.476Z Compiling crossbeam-channel v0.5.8
15432023-11-14T22:35:44.498Z Compiling instant v0.1.12
15442023-11-14T22:35:44.551Z Compiling take_mut v0.2.2
15452023-11-14T22:35:44.728Z Compiling slog-term v2.9.0
15462023-11-14T22:35:45.990Z Compiling slog-json v2.6.1
15472023-11-14T22:35:46.710Z Compiling atomic-waker v1.1.1
15482023-11-14T22:35:46.994Z Compiling waitgroup v0.1.2
15492023-11-14T22:35:47.079Z Compiling slog-bunyan v2.4.0
15502023-11-14T22:35:47.177Z Compiling async-stream v0.3.5
15512023-11-14T22:35:47.597Z Compiling serde_path_to_error v0.1.14
15522023-11-14T22:35:47.635Z Compiling debug-ignore v1.0.5
15532023-11-14T22:35:47.709Z Compiling platforms v3.0.2
15542023-11-14T22:35:48.107Z Compiling same-file v1.0.6
15552023-11-14T22:35:48.442Z Compiling walkdir v2.4.0
15562023-11-14T22:35:49.083Z Compiling strum v0.25.0
15572023-11-14T22:35:49.739Z Compiling toml v0.5.11
15582023-11-14T22:35:49.746Z Compiling semver-parser v0.10.2
15592023-11-14T22:35:49.752Z Compiling xattr v1.0.1
15602023-11-14T22:35:49.901Z Compiling filetime v0.2.22
15612023-11-14T22:35:50.476Z Compiling tar v0.4.40
15622023-11-14T22:35:51.383Z Compiling semver v0.11.0
15632023-11-14T22:35:51.496Z Compiling serde_with v2.3.3
15642023-11-14T22:35:52.790Z Compiling home v0.5.5
15652023-11-14T22:35:52.845Z Compiling curve25519-dalek v4.1.0
15662023-11-14T22:35:53.141Z Compiling toolchain_find v0.2.0
15672023-11-14T22:35:53.857Z Compiling backoff v0.4.0
15682023-11-14T22:35:53.964Z Compiling parse-display v0.8.2
15692023-11-14T22:35:54.175Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15702023-11-14T22:35:54.260Z Compiling macaddr v1.0.1
15712023-11-14T22:35:54.404Z Compiling rustfmt-wrapper v0.2.0
15722023-11-14T22:35:55.165Z Compiling omicron-zone-package v0.8.3
15732023-11-14T22:35:56.084Z Compiling num_enum v0.5.11
15742023-11-14T22:35:56.272Z Compiling curve25519-dalek-derive v0.1.0
15752023-11-14T22:35:57.334Z Compiling postcard-cobs v0.1.5-pre
15762023-11-14T22:35:57.365Z Compiling postcard v0.7.3
15772023-11-14T22:35:58.166Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15782023-11-14T22:35:58.521Z Compiling smoltcp v0.8.2
15792023-11-14T22:35:58.602Z Compiling num-rational v0.4.1
15802023-11-14T22:35:59.066Z Compiling getrandom v0.1.16
15812023-11-14T22:35:59.700Z Compiling convert_case v0.4.0
15822023-11-14T22:36:00.790Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15832023-11-14T22:36:00.940Z Compiling cfg-if v0.1.10
15842023-11-14T22:36:01.074Z Compiling foreign-types-shared v0.3.1
15852023-11-14T22:36:01.078Z Compiling derive_more v0.99.17
15862023-11-14T22:36:01.235Z Compiling foreign-types v0.5.0
15872023-11-14T22:36:02.516Z Compiling is-terminal v0.4.9
15882023-11-14T22:36:02.700Z Compiling cstr-argument v0.1.2
15892023-11-14T22:36:03.224Z Compiling pretty-hex v0.2.1
15902023-11-14T22:36:03.462Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15912023-11-14T22:36:03.510Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15922023-11-14T22:36:03.624Z Compiling colored v2.0.4
15932023-11-14T22:36:04.046Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15942023-11-14T22:36:05.198Z Compiling textwrap v0.11.0
15952023-11-14T22:36:05.453Z Compiling unicase v2.7.0
15962023-11-14T22:36:06.059Z Compiling parking_lot_core v0.8.6
15972023-11-14T22:36:06.213Z Compiling vec_map v0.8.2
15982023-11-14T22:36:06.736Z Compiling strsim v0.8.0
15992023-11-14T22:36:07.030Z Compiling ansi_term v0.12.1
16002023-11-14T22:36:07.787Z Compiling clap v2.34.0
16012023-11-14T22:36:07.917Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16022023-11-14T22:36:11.057Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
16032023-11-14T22:36:12.224Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
16042023-11-14T22:36:13.344Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16052023-11-14T22:36:14.964Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16062023-11-14T22:36:15.874Z Compiling structopt v0.3.26
16072023-11-14T22:36:16.113Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16082023-11-14T22:36:17.166Z Compiling zone v0.3.0
16092023-11-14T22:36:17.639Z Compiling smf v0.2.2
16102023-11-14T22:36:18.200Z Compiling slog-dtrace v0.2.3
16112023-11-14T22:36:18.353Z Compiling winapi v0.3.9
16122023-11-14T22:36:18.758Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16132023-11-14T22:36:19.809Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16142023-11-14T22:36:21.964Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16152023-11-14T22:36:22.593Z Compiling thiserror-impl-no-std v2.0.2
16162023-11-14T22:36:23.454Z Compiling base64ct v1.6.0
16172023-11-14T22:36:24.165Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16182023-11-14T22:36:24.232Z Compiling mime_guess v2.0.4
16192023-11-14T22:36:24.456Z Compiling hkdf v0.12.3
16202023-11-14T22:36:24.798Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16212023-11-14T22:36:25.554Z Compiling universal-hash v0.5.1
16222023-11-14T22:36:25.581Z Compiling opaque-debug v0.3.0
16232023-11-14T22:36:25.711Z Compiling keccak v0.1.4
16242023-11-14T22:36:25.840Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16252023-11-14T22:36:26.112Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16262023-11-14T22:36:26.133Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16272023-11-14T22:36:26.334Z Compiling sha3 v0.10.8
16282023-11-14T22:36:27.052Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16292023-11-14T22:36:27.425Z Compiling secrecy v0.8.0
16302023-11-14T22:36:27.643Z Compiling cancel-safe-futures v0.1.5
16312023-11-14T22:36:30.234Z Compiling linked-hash-map v0.5.6
16322023-11-14T22:36:30.301Z Compiling quick-error v1.2.3
16332023-11-14T22:36:30.476Z Compiling resolv-conf v0.7.0
16342023-11-14T22:36:30.718Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16352023-11-14T22:36:30.801Z Compiling lru-cache v0.1.2
16362023-11-14T22:36:31.090Z Compiling password-hash v0.5.0
16372023-11-14T22:36:32.947Z Compiling blake2 v0.10.6
16382023-11-14T22:36:33.498Z Compiling aead v0.5.2
16392023-11-14T22:36:33.954Z Compiling num-complex v0.4.4
16402023-11-14T22:36:34.559Z Compiling ff v0.13.0
16412023-11-14T22:36:34.888Z Compiling nibble_vec v0.1.0
16422023-11-14T22:36:35.204Z Compiling endian-type v0.1.2
16432023-11-14T22:36:35.567Z Compiling utf-8 v0.7.6
16442023-11-14T22:36:35.666Z Compiling glob v0.3.1
16452023-11-14T22:36:35.709Z Compiling arc-swap v1.6.0
16462023-11-14T22:36:36.947Z Compiling slog-scope v4.4.0
16472023-11-14T22:36:37.412Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
16482023-11-14T22:36:37.751Z Compiling tungstenite v0.20.1
16492023-11-14T22:36:38.112Z Compiling num v0.4.1
16502023-11-14T22:36:38.154Z Compiling radix_trie v0.2.1
16512023-11-14T22:36:39.281Z Compiling group v0.13.0
16522023-11-14T22:36:39.546Z Compiling argon2 v0.5.2
16532023-11-14T22:36:39.621Z Compiling rand_core v0.5.1
16542023-11-14T22:36:40.266Z Compiling trust-dns-resolver v0.22.0
16552023-11-14T22:36:41.375Z Compiling poly1305 v0.8.0
16562023-11-14T22:36:47.755Z Compiling chacha20 v0.9.1
16572023-11-14T22:36:47.902Z Compiling crypto-bigint v0.5.2
16582023-11-14T22:36:48.456Z Compiling option-ext v0.2.0
16592023-11-14T22:36:48.668Z Compiling ciborium-io v0.2.1
16602023-11-14T22:36:49.023Z Compiling base16ct v0.2.0
16612023-11-14T22:36:49.636Z Compiling half v1.8.2
16622023-11-14T22:36:50.495Z Compiling ciborium-ll v0.2.1
16632023-11-14T22:36:50.910Z Compiling elliptic-curve v0.13.5
16642023-11-14T22:36:51.144Z Compiling dirs-sys v0.4.1
16652023-11-14T22:36:51.868Z Compiling parking_lot v0.11.2
16662023-11-14T22:36:51.964Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16672023-11-14T22:36:52.063Z Compiling rand_chacha v0.2.2
16682023-11-14T22:36:52.416Z Compiling tokio-tungstenite v0.20.1
16692023-11-14T22:36:52.625Z Compiling trust-dns-client v0.22.0
16702023-11-14T22:36:53.285Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16712023-11-14T22:36:53.578Z Compiling slog-stdlog v4.1.1
16722023-11-14T22:36:54.141Z Compiling thiserror-no-std v2.0.2
16732023-11-14T22:36:54.196Z Compiling polyval v0.6.1
16742023-11-14T22:36:54.310Z Compiling password-hash v0.4.2
16752023-11-14T22:36:55.894Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16762023-11-14T22:36:56.353Z Compiling ed25519 v2.2.2
16772023-11-14T22:36:56.920Z Compiling aes v0.8.3
16782023-11-14T22:36:56.994Z Compiling ctr v0.9.2
16792023-11-14T22:36:57.478Z Compiling blowfish v0.9.1
16802023-11-14T22:36:57.654Z Compiling pbkdf2 v0.12.2
16812023-11-14T22:36:57.903Z Compiling fxhash v0.2.1
16822023-11-14T22:36:58.461Z Compiling sled v0.34.7
16832023-11-14T22:36:59.342Z Compiling bcrypt-pbkdf v0.10.0
16842023-11-14T22:36:59.399Z Compiling ed25519-dalek v2.0.0
16852023-11-14T22:37:01.432Z Compiling pbkdf2 v0.11.0
16862023-11-14T22:37:01.492Z Compiling russh-cryptovec v0.7.0
16872023-11-14T22:37:01.586Z Compiling trust-dns-server v0.22.1
16882023-11-14T22:37:01.968Z Compiling ghash v0.5.0
16892023-11-14T22:37:02.044Z Compiling vsss-rs v3.3.1
16902023-11-14T22:37:02.246Z Compiling slog-envlogger v2.2.0
16912023-11-14T22:37:04.208Z Compiling rand v0.7.3
16922023-11-14T22:37:05.395Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16932023-11-14T22:37:09.085Z Compiling dirs v5.0.1
16942023-11-14T22:37:22.991Z Compiling ciborium v0.2.1
16952023-11-14T22:37:23.320Z Compiling chacha20poly1305 v0.10.1
16962023-11-14T22:37:23.535Z Compiling camino-tempfile v1.0.2
16972023-11-14T22:37:23.632Z Compiling cbc v0.1.2
16982023-11-14T22:37:23.788Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
16992023-11-14T22:37:23.988Z Compiling headers-core v0.2.0
17002023-11-14T22:37:24.018Z Compiling kstat-rs v0.2.3
17012023-11-14T22:37:24.060Z Compiling pem v3.0.2
17022023-11-14T22:37:24.216Z Compiling pretty-hex v0.3.0
17032023-11-14T22:37:24.280Z Compiling http-range v0.1.5
17042023-11-14T22:37:24.338Z Compiling md5 v0.7.0
17052023-11-14T22:37:24.353Z Compiling base64 v0.13.1
17062023-11-14T22:37:24.401Z Compiling russh-keys v0.38.0
17072023-11-14T22:37:24.504Z Compiling hyper-staticfile v0.9.5
17082023-11-14T22:37:24.584Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17092023-11-14T22:37:24.764Z Compiling pem v1.1.1
17102023-11-14T22:37:24.841Z Compiling rcgen v0.11.3
17112023-11-14T22:37:24.896Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17122023-11-14T22:37:24.977Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
17132023-11-14T22:37:25.137Z Compiling headers v0.3.9
17142023-11-14T22:37:25.207Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17152023-11-14T22:37:32.573Z Compiling aes-gcm v0.10.3
17162023-11-14T22:37:34.365Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17172023-11-14T22:37:35.432Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315)
17182023-11-14T22:37:40.030Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17192023-11-14T22:37:42.018Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17202023-11-14T22:37:42.044Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17212023-11-14T22:37:42.780Z Compiling atomicwrites v0.4.2
17222023-11-14T22:37:43.332Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17232023-11-14T22:37:47.454Z Compiling subprocess v0.2.9
17242023-11-14T22:37:49.464Z Compiling hex-literal v0.4.1
17252023-11-14T22:37:49.969Z Compiling russh v0.39.0
17262023-11-14T22:37:51.010Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17272023-11-14T22:37:56.306Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17282023-11-14T22:38:15.220Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17292023-11-14T22:38:51.372Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17302023-11-14T22:40:13.562Z Finished dev [unoptimized + debuginfo] target(s) in 8m 37s
17312023-11-14T22:40:13.889Z
17322023-11-14T22:40:13.892Zreal 8:37.691197912
17332023-11-14T22:40:13.895Zuser 50:47.793121340
17342023-11-14T22:40:13.898Zsys 8:19.728945644
17352023-11-14T22:40:13.902Ztrap 2.084661341
17362023-11-14T22:40:13.904Ztflt 3.801710885
17372023-11-14T22:40:13.907Zdflt 7.359606788
17382023-11-14T22:40:13.910Zkflt 0.023910307
17392023-11-14T22:40:13.913Zlock 1:33:44.621050454
17402023-11-14T22:40:13.916Zslp 2:19:15.482540673
17412023-11-14T22:40:13.919Zlat 2:14.846913143
17422023-11-14T22:40:13.922Zstop 5:18.978903239
17432023-11-14T22:40:13.925Z+ mkdir -p /work/end-to-end-tests
17442023-11-14T22:40:13.928Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17452023-11-14T22:40:14.677Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17462023-11-14T22:40:14.680Z+ ptime -m gzip
17472023-11-14T22:40:14.683Z++ basename target/debug/bootstrap
17482023-11-14T22:40:29.904Z
17492023-11-14T22:40:29.910Zreal 15.199825231
17502023-11-14T22:40:29.913Zuser 15.011506727
17512023-11-14T22:40:29.916Zsys 0.166302372
17522023-11-14T22:40:29.919Ztrap 0.007550053
17532023-11-14T22:40:29.921Ztflt 0.000000000
17542023-11-14T22:40:29.925Zdflt 0.000000000
17552023-11-14T22:40:29.927Zkflt 0.000000000
17562023-11-14T22:40:29.931Zlock 0.000000000
17572023-11-14T22:40:29.933Zslp 0.000000000
17582023-11-14T22:40:29.936Zlat 0.014121801
17592023-11-14T22:40:29.939Zstop 0.000224594
17602023-11-14T22:40:29.941Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17612023-11-14T22:40:29.945Z+ ptime -m gzip
17622023-11-14T22:40:29.948Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-14470ed2888247c6
17632023-11-14T22:40:31.158Z
17642023-11-14T22:40:31.171Zreal 1.098837366
17652023-11-14T22:40:31.185Zuser 1.084545625
17662023-11-14T22:40:31.195Zsys 0.013526899
17672023-11-14T22:40:31.208Ztrap 0.000210550
17682023-11-14T22:40:31.213Ztflt 0.000000000
17692023-11-14T22:40:31.216Zdflt 0.000000000
17702023-11-14T22:40:31.220Zkflt 0.000000000
17712023-11-14T22:40:31.224Zlock 0.000000000
17722023-11-14T22:40:31.228Zslp 0.000000000
17732023-11-14T22:40:31.232Zlat 0.000209706
17742023-11-14T22:40:31.239Zstop 0.000221189
17752023-11-14T22:40:31.242Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17762023-11-14T22:40:31.247Z+ ptime -m gzip
17772023-11-14T22:40:31.250Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f2fa1e5548e7ba9
17782023-11-14T22:40:48.183Z
17792023-11-14T22:40:48.186Zreal 17.183504669
17802023-11-14T22:40:48.191Zuser 16.990003364
17812023-11-14T22:40:48.194Zsys 0.186439163
17822023-11-14T22:40:48.197Ztrap 0.004575377
17832023-11-14T22:40:48.200Ztflt 0.000000000
17842023-11-14T22:40:48.203Zdflt 0.000000000
17852023-11-14T22:40:48.206Zkflt 0.000000000
17862023-11-14T22:40:48.209Zlock 0.000000000
17872023-11-14T22:40:48.213Zslp 0.000000000
17882023-11-14T22:40:48.216Zlat 0.001962239
17892023-11-14T22:40:48.219Zstop 0.000403949
17902023-11-14T22:40:48.221Z+ banner caboose-util
17912023-11-14T22:40:48.224Z
17922023-11-14T22:40:48.228Z #### ## ##### #### #### #### ###### # # #####
17932023-11-14T22:40:48.231Z # # # # # # # # # # # # # # #
17942023-11-14T22:40:48.234Z # # # ##### # # # # #### ##### ##### # # #
17952023-11-14T22:40:48.237Z # ###### # # # # # # # # # # #
17962023-11-14T22:40:48.240Z # # # # # # # # # # # # # # # #
17972023-11-14T22:40:48.243Z #### # # ##### #### #### #### ###### #### #
17982023-11-14T22:40:48.246Z
17992023-11-14T22:40:48.249Z+ ptime -m cargo build --locked -p caboose-util --release
18002023-11-14T22:40:48.833Z Downloading crates ...
18012023-11-14T22:40:49.204Z Downloaded bitfield v0.14.0
18022023-11-14T22:40:49.207Z Downloaded path-slash v0.1.5
18032023-11-14T22:40:49.210Z Downloaded crc v3.0.1
18042023-11-14T22:40:49.212Z Downloaded packed_struct_codegen v0.10.1
18052023-11-14T22:40:49.215Z Downloaded env_logger v0.10.0
18062023-11-14T22:40:49.220Z Downloaded pem-rfc7468 v0.7.0
18072023-11-14T22:40:49.223Z Downloaded ron v0.8.1
18082023-11-14T22:40:49.234Z Downloaded nodrop v0.1.14
18092023-11-14T22:40:49.237Z Downloaded flagset v0.4.3
18102023-11-14T22:40:49.240Z Downloaded array-init v0.0.4
18112023-11-14T22:40:49.243Z Downloaded crc-catalog v2.2.0
18122023-11-14T22:40:49.245Z Downloaded wyz v0.5.1
18132023-11-14T22:40:49.250Z Downloaded radium v0.7.0
18142023-11-14T22:40:49.253Z Downloaded funty v2.0.0
18152023-11-14T22:40:49.256Z Downloaded maybe-uninit v2.0.0
18162023-11-14T22:40:49.259Z Downloaded packed_struct v0.10.1
18172023-11-14T22:40:49.261Z Downloaded smallvec v0.6.14
18182023-11-14T22:40:49.264Z Downloaded serde-hex v0.1.0
18192023-11-14T22:40:49.267Z Downloaded tap v1.0.1
18202023-11-14T22:40:49.270Z Downloaded crc-any v2.4.3
18212023-11-14T22:40:49.273Z Downloaded pkcs1 v0.7.5
18222023-11-14T22:40:49.276Z Downloaded rsa v0.9.2
18232023-11-14T22:40:49.285Z Downloaded x509-cert v0.2.4
18242023-11-14T22:40:49.296Z Downloaded num-bigint-dig v0.8.4
18252023-11-14T22:40:49.312Z Downloaded bitvec v1.0.1
18262023-11-14T22:40:49.335Z Downloaded object v0.30.4
18272023-11-14T22:40:49.349Z Downloaded der_derive v0.7.2
18282023-11-14T22:40:49.354Z Downloaded termcolor v1.2.0
18292023-11-14T22:40:49.518Z Compiling proc-macro2 v1.0.69
18302023-11-14T22:40:49.521Z Compiling unicode-ident v1.0.12
18312023-11-14T22:40:49.524Z Compiling libc v0.2.150
18322023-11-14T22:40:49.529Z Compiling autocfg v1.1.0
18332023-11-14T22:40:49.534Z Compiling serde v1.0.192
18342023-11-14T22:40:49.537Z Compiling cfg-if v1.0.0
18352023-11-14T22:40:49.567Z Compiling version_check v0.9.4
18362023-11-14T22:40:49.678Z Compiling parking_lot_core v0.9.8
18372023-11-14T22:40:49.693Z Compiling syn v1.0.109
18382023-11-14T22:40:49.776Z Compiling typenum v1.16.0
18392023-11-14T22:40:50.278Z Compiling libm v0.2.7
18402023-11-14T22:40:50.318Z Compiling futures-core v0.3.29
18412023-11-14T22:40:50.598Z Compiling generic-array v0.14.7
18422023-11-14T22:40:50.649Z Compiling lock_api v0.4.10
18432023-11-14T22:40:50.753Z Compiling num-traits v0.2.16
18442023-11-14T22:40:50.791Z Compiling once_cell v1.18.0
18452023-11-14T22:40:51.019Z Compiling pkg-config v0.3.27
18462023-11-14T22:40:51.078Z Compiling scopeguard v1.2.0
18472023-11-14T22:40:51.489Z Compiling slab v0.4.9
18482023-11-14T22:40:51.493Z Compiling futures-task v0.3.29
18492023-11-14T22:40:51.498Z Compiling futures-channel v0.3.29
18502023-11-14T22:40:51.917Z Compiling quote v1.0.33
18512023-11-14T22:40:51.999Z Compiling serde_json v1.0.108
18522023-11-14T22:40:52.128Z Compiling thiserror v1.0.49
18532023-11-14T22:40:52.464Z Compiling itoa v1.0.9
18542023-11-14T22:40:52.793Z Compiling syn v2.0.32
18552023-11-14T22:40:52.802Z Compiling cc v1.0.83
18562023-11-14T22:40:52.853Z Compiling getrandom v0.2.10
18572023-11-14T22:40:52.921Z Compiling memchr v2.6.3
18582023-11-14T22:40:53.382Z Compiling futures-util v0.3.29
18592023-11-14T22:40:53.490Z Compiling log v0.4.20
18602023-11-14T22:40:53.866Z Compiling smallvec v1.11.0
18612023-11-14T22:40:55.143Z Compiling vcpkg v0.2.15
18622023-11-14T22:40:55.263Z Compiling byteorder v1.5.0
18632023-11-14T22:40:55.787Z Compiling rand_core v0.6.4
18642023-11-14T22:40:56.079Z Compiling parking_lot v0.12.1
18652023-11-14T22:40:56.733Z Compiling pin-project-lite v0.2.13
18662023-11-14T22:40:57.024Z Compiling ring v0.17.5
18672023-11-14T22:40:57.593Z Compiling indexmap v1.9.3
18682023-11-14T22:40:58.019Z Compiling openssl-sys v0.9.93
18692023-11-14T22:40:58.972Z Compiling signal-hook-registry v1.4.1
18702023-11-14T22:40:59.709Z Compiling io-lifetimes v1.0.11
18712023-11-14T22:41:00.530Z Compiling ring v0.16.20
18722023-11-14T22:41:00.552Z Compiling mio v0.8.8
18732023-11-14T22:41:02.257Z Compiling num-integer v0.1.45
18742023-11-14T22:41:02.377Z Compiling const-oid v0.9.5
18752023-11-14T22:41:02.396Z Compiling ryu v1.0.15
18762023-11-14T22:41:02.632Z Compiling semver v1.0.20
18772023-11-14T22:41:03.717Z Compiling rustix v0.37.23
18782023-11-14T22:41:04.080Z Compiling spin v0.5.2
18792023-11-14T22:41:04.605Z Compiling socket2 v0.5.4
18802023-11-14T22:41:04.662Z Compiling num_cpus v1.16.0
18812023-11-14T22:41:04.817Z Compiling futures-sink v0.3.29
18822023-11-14T22:41:05.024Z Compiling heck v0.4.1
18832023-11-14T22:41:05.466Z Compiling openssl v0.10.57
18842023-11-14T22:41:05.639Z Compiling unicode-xid v0.2.4
18852023-11-14T22:41:05.873Z Compiling ucd-trie v0.1.6
18862023-11-14T22:41:06.034Z Compiling httparse v1.8.0
18872023-11-14T22:41:06.051Z Compiling synstructure v0.12.6
18882023-11-14T22:41:06.688Z Compiling tinyvec_macros v0.1.1
18892023-11-14T22:41:06.799Z Compiling tinyvec v1.6.0
18902023-11-14T22:41:07.747Z Compiling ppv-lite86 v0.2.17
18912023-11-14T22:41:07.890Z Compiling futures-io v0.3.29
18922023-11-14T22:41:07.919Z Compiling pin-utils v0.1.0
18932023-11-14T22:41:08.031Z Compiling native-tls v0.2.11
18942023-11-14T22:41:08.271Z Compiling crc32fast v1.3.2
18952023-11-14T22:41:08.559Z Compiling rustls v0.21.8
18962023-11-14T22:41:08.715Z Compiling bzip2-sys v0.1.11+1.0.8
18972023-11-14T22:41:09.335Z Compiling spin v0.9.8
18982023-11-14T22:41:09.345Z Compiling rand_chacha v0.3.1
18992023-11-14T22:41:09.354Z Compiling tracing-core v0.1.31
19002023-11-14T22:41:09.493Z Compiling unicode-normalization v0.1.22
19012023-11-14T22:41:09.631Z Compiling unicode-bidi v0.3.13
19022023-11-14T22:41:10.320Z Compiling subtle v2.5.0
19032023-11-14T22:41:10.831Z Compiling rand v0.8.5
19042023-11-14T22:41:11.865Z Compiling errno v0.3.2
19052023-11-14T22:41:11.905Z Compiling num-iter v0.1.43
19062023-11-14T22:41:11.995Z Compiling usdt-impl v0.3.5
19072023-11-14T22:41:12.186Z Compiling ahash v0.8.3
19082023-11-14T22:41:12.352Z Compiling schemars v0.8.13
19092023-11-14T22:41:12.603Z Compiling rustix v0.38.9
19102023-11-14T22:41:13.400Z Compiling base64 v0.21.5
19112023-11-14T22:41:13.566Z Compiling signal-hook v0.3.17
19122023-11-14T22:41:13.981Z Compiling serde_derive_internals v0.26.0
19132023-11-14T22:41:15.105Z Compiling serde_derive v1.0.192
19142023-11-14T22:41:15.245Z Compiling zeroize_derive v1.4.2
19152023-11-14T22:41:15.294Z Compiling tokio-macros v2.1.0
19162023-11-14T22:41:15.453Z Compiling thiserror-impl v1.0.49
19172023-11-14T22:41:15.937Z Compiling futures-macro v0.3.29
19182023-11-14T22:41:15.977Z Compiling tracing-attributes v0.1.26
19192023-11-14T22:41:17.561Z Compiling zeroize v1.6.0
19202023-11-14T22:41:17.750Z Compiling zerocopy-derive v0.2.0
19212023-11-14T22:41:19.073Z Compiling openssl-macros v0.1.1
19222023-11-14T22:41:20.331Z Compiling pest v2.7.2
19232023-11-14T22:41:20.355Z Compiling zerocopy-derive v0.6.4
19242023-11-14T22:41:20.374Z Compiling crypto-common v0.1.6
19252023-11-14T22:41:20.554Z Compiling block-buffer v0.10.4
19262023-11-14T22:41:20.904Z Compiling digest v0.10.7
19272023-11-14T22:41:21.377Z Compiling tracing v0.1.37
19282023-11-14T22:41:23.291Z Compiling bitflags v1.3.2
19292023-11-14T22:41:23.430Z Compiling fnv v1.0.7
19302023-11-14T22:41:23.800Z Compiling zerocopy v0.3.0
19312023-11-14T22:41:24.965Z Compiling pest_meta v2.7.2
19322023-11-14T22:41:24.992Z Compiling schemars_derive v0.8.13
19332023-11-14T22:41:26.080Z Compiling lazy_static v1.4.0
19342023-11-14T22:41:27.630Z Compiling pest_generator v2.7.2
19352023-11-14T22:41:29.624Z Compiling backtrace v0.3.69
19362023-11-14T22:41:29.631Z Compiling num-bigint v0.4.4
19372023-11-14T22:41:29.845Z Compiling memoffset v0.9.0
19382023-11-14T22:41:30.256Z Compiling foreign-types-shared v0.1.1
19392023-11-14T22:41:30.306Z Compiling iana-time-zone v0.1.57
19402023-11-14T22:41:30.329Z Compiling percent-encoding v2.3.0
19412023-11-14T22:41:30.390Z Compiling equivalent v1.0.1
19422023-11-14T22:41:30.535Z Compiling crossbeam-utils v0.8.16
19432023-11-14T22:41:30.653Z Compiling async-trait v0.1.74
19442023-11-14T22:41:30.812Z Compiling openssl-probe v0.1.5
19452023-11-14T22:41:30.834Z Compiling base64ct v1.6.0
19462023-11-14T22:41:31.208Z Compiling untrusted v0.9.0
19472023-11-14T22:41:31.226Z Compiling hashbrown v0.12.3
19482023-11-14T22:41:31.523Z Compiling untrusted v0.7.1
19492023-11-14T22:41:31.718Z Compiling pest_derive v2.7.2
19502023-11-14T22:41:32.233Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19512023-11-14T22:41:32.240Z Compiling smoltcp v0.9.1
19522023-11-14T22:41:32.736Z Compiling hashbrown v0.14.2
19532023-11-14T22:41:32.821Z Compiling dtrace-parser v0.1.14
19542023-11-14T22:41:33.091Z Compiling pem-rfc7468 v0.7.0
19552023-11-14T22:41:34.630Z Compiling foreign-types v0.3.2
19562023-11-14T22:41:35.148Z Compiling dof v0.1.5
19572023-11-14T22:41:35.509Z Compiling clap_derive v4.4.2
19582023-11-14T22:41:35.997Z Compiling der_derive v0.7.2
19592023-11-14T22:41:38.250Z Compiling bytes v1.5.0
19602023-11-14T22:41:39.497Z Compiling bitflags v2.4.0
19612023-11-14T22:41:39.869Z Compiling tokio v1.33.0
19622023-11-14T22:41:40.949Z Compiling rustc_version v0.4.0
19632023-11-14T22:41:41.952Z Compiling heapless v0.7.16
19642023-11-14T22:41:42.187Z Compiling http v0.2.9
19652023-11-14T22:41:42.539Z Compiling uuid v1.5.0
19662023-11-14T22:41:43.249Z Compiling indexmap v2.1.0
19672023-11-14T22:41:43.278Z Compiling chrono v0.4.31
19682023-11-14T22:41:45.632Z Compiling thread-id v4.2.0
19692023-11-14T22:41:45.774Z Compiling time-core v0.1.1
19702023-11-14T22:41:45.945Z Compiling anstyle v1.0.2
19712023-11-14T22:41:46.012Z Compiling rustversion v1.0.14
19722023-11-14T22:41:46.023Z Compiling adler v1.0.2
19732023-11-14T22:41:46.348Z Compiling utf8parse v0.2.1
19742023-11-14T22:41:46.586Z Compiling siphasher v0.3.11
19752023-11-14T22:41:46.912Z Compiling cpufeatures v0.2.9
19762023-11-14T22:41:47.044Z Compiling try-lock v0.2.4
19772023-11-14T22:41:47.338Z Compiling flagset v0.4.3
19782023-11-14T22:41:47.667Z Compiling der v0.7.8
19792023-11-14T22:41:49.298Z Compiling want v0.3.1
19802023-11-14T22:41:49.693Z Compiling sha2 v0.10.8
19812023-11-14T22:41:51.803Z Compiling anstyle-parse v0.2.1
19822023-11-14T22:41:52.408Z Compiling miniz_oxide v0.7.1
19832023-11-14T22:41:52.448Z Compiling time-macros v0.2.13
19842023-11-14T22:41:54.582Z Compiling tokio-util v0.7.10
19852023-11-14T22:41:56.984Z Compiling h2 v0.3.21
19862023-11-14T22:41:57.473Z Compiling http-body v0.4.5
19872023-11-14T22:41:59.939Z Compiling rustls-webpki v0.101.7
19882023-11-14T22:42:00.612Z Compiling serde_tokenstream v0.1.7
19892023-11-14T22:42:01.452Z Compiling sct v0.7.0
19902023-11-14T22:42:02.160Z Compiling form_urlencoded v1.2.0
19912023-11-14T22:42:02.479Z Compiling hubpack_derive v0.1.1
19922023-11-14T22:42:02.854Z Compiling socket2 v0.4.9
19932023-11-14T22:42:02.899Z Compiling crossbeam-epoch v0.9.15
19942023-11-14T22:42:04.223Z Compiling httpdate v1.0.3
19952023-11-14T22:42:04.626Z Compiling anstyle-query v1.0.0
19962023-11-14T22:42:04.821Z Compiling colorchoice v1.0.0
19972023-11-14T22:42:04.835Z Compiling anyhow v1.0.75
19982023-11-14T22:42:05.066Z Compiling slog v2.7.0
19992023-11-14T22:42:05.290Z Compiling radium v0.7.0
20002023-11-14T22:42:05.747Z Compiling tower-service v0.3.2
20012023-11-14T22:42:05.964Z Compiling anstream v0.5.0
20022023-11-14T22:42:12.146Z Compiling hyper v0.14.27
20032023-11-14T22:42:13.937Z Compiling terminal_size v0.2.6
20042023-11-14T22:42:16.666Z Compiling spki v0.7.2
20052023-11-14T22:42:17.570Z Compiling serde_spanned v0.6.4
20062023-11-14T22:42:17.898Z Compiling toml_datetime v0.6.5
20072023-11-14T22:42:18.545Z Compiling zerocopy v0.6.4
20082023-11-14T22:42:19.940Z Compiling rustls-pemfile v1.0.3
20092023-11-14T22:42:20.104Z Compiling md-5 v0.10.5
20102023-11-14T22:42:20.198Z Compiling hmac v0.12.1
20112023-11-14T22:42:20.504Z Compiling stringprep v0.1.3
20122023-11-14T22:42:20.611Z Compiling idna v0.4.0
20132023-11-14T22:42:21.117Z Compiling diesel_table_macro_syntax v0.1.0
20142023-11-14T22:42:21.587Z Compiling hash32 v0.2.1
20152023-11-14T22:42:21.710Z Compiling aho-corasick v1.0.4
20162023-11-14T22:42:21.870Z Compiling tap v1.0.1
20172023-11-14T22:42:22.045Z Compiling either v1.9.0
20182023-11-14T22:42:22.131Z Compiling stable_deref_trait v1.2.0
20192023-11-14T22:42:22.134Z Compiling fallible-iterator v0.2.0
20202023-11-14T22:42:22.269Z Compiling clap_lex v0.5.1
20212023-11-14T22:42:22.547Z Compiling winnow v0.5.15
20222023-11-14T22:42:23.285Z Compiling gimli v0.28.0
20232023-11-14T22:42:23.452Z Compiling strsim v0.10.0
20242023-11-14T22:42:24.176Z Compiling dyn-clone v1.0.13
20252023-11-14T22:42:24.479Z Compiling maybe-uninit v2.0.0
20262023-11-14T22:42:25.138Z Compiling regex-syntax v0.8.2
20272023-11-14T22:42:28.139Z Compiling clap_builder v4.4.2
20282023-11-14T22:42:28.588Z Compiling postgres-protocol v0.6.6
20292023-11-14T22:42:28.863Z Compiling url v2.4.1
20302023-11-14T22:42:30.550Z Compiling addr2line v0.21.0
20312023-11-14T22:42:30.777Z Compiling wyz v0.5.1
20322023-11-14T22:42:31.483Z Compiling regex-automata v0.4.3
20332023-11-14T22:42:31.617Z Compiling tokio-rustls v0.24.1
20342023-11-14T22:42:31.770Z Compiling diesel_derives v2.1.1
20352023-11-14T22:42:33.806Z Compiling rustls-native-certs v0.6.3
20362023-11-14T22:42:34.330Z Compiling strum_macros v0.25.2
20372023-11-14T22:42:34.601Z Compiling tokio-native-tls v0.3.1
20382023-11-14T22:42:40.499Z Compiling usdt-attr-macro v0.3.5
20392023-11-14T22:42:40.701Z Compiling usdt-macro v0.3.5
20402023-11-14T22:42:42.658Z Compiling phf_shared v0.11.2
20412023-11-14T22:42:43.834Z Compiling block-padding v0.3.3
20422023-11-14T22:42:44.138Z Compiling enum-as-inner v0.5.1
20432023-11-14T22:42:44.159Z Compiling serde_repr v0.1.16
20442023-11-14T22:42:45.170Z Compiling scheduled-thread-pool v0.2.7
20452023-11-14T22:42:45.628Z Compiling object v0.32.1
20462023-11-14T22:42:48.776Z Compiling regex-automata v0.1.10
20472023-11-14T22:42:50.779Z Compiling ipnet v2.8.0
20482023-11-14T22:42:52.702Z Compiling num-bigint-dig v0.8.4
20492023-11-14T22:42:52.960Z Compiling managed v0.8.0
20502023-11-14T22:42:53.686Z Compiling funty v2.0.0
20512023-11-14T22:42:53.925Z Compiling matches v0.1.10
20522023-11-14T22:42:54.045Z Compiling deranged v0.3.8
20532023-11-14T22:42:55.552Z Compiling num_threads v0.1.6
20542023-11-14T22:42:55.726Z Compiling bit-vec v0.6.3
20552023-11-14T22:42:56.770Z Compiling rustc-demangle v0.1.23
20562023-11-14T22:42:57.075Z Compiling packed_struct v0.10.1
20572023-11-14T22:42:57.491Z Compiling time v0.3.27
20582023-11-14T22:42:58.226Z Compiling bitvec v1.0.1
20592023-11-14T22:43:01.572Z Compiling idna v0.2.3
20602023-11-14T22:43:05.088Z Compiling bstr v0.2.17
20612023-11-14T22:43:05.174Z Compiling r2d2 v0.8.10
20622023-11-14T22:43:06.496Z Compiling inout v0.1.3
20632023-11-14T22:43:08.305Z Compiling phf v0.11.2
20642023-11-14T22:43:08.758Z Compiling regex v1.10.2
20652023-11-14T22:43:09.156Z Compiling hyper-tls v0.5.0
20662023-11-14T22:43:09.653Z Compiling clap v4.4.3
20672023-11-14T22:43:09.809Z Compiling hyper-rustls v0.24.2
20682023-11-14T22:43:10.143Z Compiling signal-hook-mio v0.2.3
20692023-11-14T22:43:10.362Z Compiling flate2 v1.0.28
20702023-11-14T22:43:10.398Z Compiling bzip2 v0.4.4
20712023-11-14T22:43:10.555Z Compiling ipnetwork v0.20.0
20722023-11-14T22:43:10.986Z Compiling postgres-types v0.2.6
20732023-11-14T22:43:11.759Z Compiling toml_edit v0.19.15
20742023-11-14T22:43:12.016Z Compiling itertools v0.11.0
20752023-11-14T22:43:12.296Z Compiling pkcs8 v0.10.2
20762023-11-14T22:43:13.503Z Compiling hubpack v0.1.2
20772023-11-14T22:43:14.348Z Compiling serde_urlencoded v0.7.1
20782023-11-14T22:43:14.371Z Compiling phf_shared v0.10.0
20792023-11-14T22:43:14.998Z Compiling futures-executor v0.3.29
20802023-11-14T22:43:16.498Z Compiling signature v2.1.0
20812023-11-14T22:43:17.190Z Compiling packed_struct_codegen v0.10.1
20822023-11-14T22:43:20.105Z Compiling float-cmp v0.9.0
20832023-11-14T22:43:20.893Z Compiling encoding_rs v0.8.33
20842023-11-14T22:43:21.030Z Compiling webpki-roots v0.25.2
20852023-11-14T22:43:21.264Z Compiling normalize-line-endings v0.3.0
20862023-11-14T22:43:21.432Z Compiling predicates-core v1.0.6
20872023-11-14T22:43:21.551Z Compiling fixedbitset v0.4.2
20882023-11-14T22:43:21.723Z Compiling new_debug_unreachable v1.0.4
20892023-11-14T22:43:22.163Z Compiling precomputed-hash v0.1.1
20902023-11-14T22:43:22.342Z Compiling whoami v1.4.1
20912023-11-14T22:43:22.480Z Compiling nodrop v0.1.14
20922023-11-14T22:43:22.653Z Compiling difflib v0.4.0
20932023-11-14T22:43:23.161Z Compiling regex-automata v0.3.8
20942023-11-14T22:43:23.492Z Compiling static_assertions v1.1.0
20952023-11-14T22:43:23.626Z Compiling mime v0.3.17
20962023-11-14T22:43:24.784Z Compiling unicode-width v0.1.11
20972023-11-14T22:43:25.009Z Compiling data-encoding v2.4.0
20982023-11-14T22:43:27.093Z Compiling crc-catalog v2.2.0
20992023-11-14T22:43:27.265Z Compiling unicode-segmentation v1.10.1
21002023-11-14T22:43:27.296Z Compiling crc v3.0.1
21012023-11-14T22:43:27.979Z Compiling bstr v1.6.0
21022023-11-14T22:43:28.458Z Compiling similar v2.2.1
21032023-11-14T22:43:28.685Z Compiling trust-dns-proto v0.22.0
21042023-11-14T22:43:31.953Z Compiling reqwest v0.11.22
21052023-11-14T22:43:36.610Z Compiling console v0.15.7
21062023-11-14T22:43:37.844Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21072023-11-14T22:43:41.038Z Compiling predicates v3.0.4
21082023-11-14T22:43:42.138Z Compiling tokio-postgres v0.7.10
21092023-11-14T22:43:43.510Z Compiling array-init v0.0.4
21102023-11-14T22:43:45.546Z Compiling string_cache v0.8.7
21112023-11-14T22:43:46.698Z Compiling petgraph v0.6.4
21122023-11-14T22:43:56.070Z Compiling toml v0.7.8
21132023-11-14T22:43:57.464Z Compiling futures v0.3.29
21142023-11-14T22:43:58.616Z Compiling pkcs1 v0.7.5
21152023-11-14T22:43:58.876Z Compiling smallvec v0.6.14
21162023-11-14T22:43:59.182Z Compiling zip v0.6.6
21172023-11-14T22:43:59.546Z Compiling diesel v2.1.3
21182023-11-14T22:43:59.614Z Compiling yasna v0.5.2
21192023-11-14T22:44:01.276Z Compiling crossterm v0.27.0
21202023-11-14T22:44:02.898Z Compiling cipher v0.4.4
21212023-11-14T22:44:03.612Z Compiling hashbrown v0.13.2
21222023-11-14T22:44:06.138Z Compiling bit-set v0.5.3
21232023-11-14T22:44:06.573Z Compiling usdt v0.3.5
21242023-11-14T22:44:06.946Z Compiling is-terminal v0.4.9
21252023-11-14T22:44:07.115Z Compiling toml_edit v0.21.0
21262023-11-14T22:44:10.139Z Compiling itertools v0.10.5
21272023-11-14T22:44:14.281Z Compiling tokio-stream v0.1.14
21282023-11-14T22:44:14.841Z Compiling openapiv3 v2.0.0-rc.1
21292023-11-14T22:44:15.797Z Compiling hex v0.4.3
21302023-11-14T22:44:26.577Z Compiling termcolor v1.2.0
21312023-11-14T22:44:28.767Z Compiling bitfield v0.14.0
21322023-11-14T22:44:28.779Z Compiling lalrpop-util v0.19.12
21332023-11-14T22:44:35.285Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21342023-11-14T22:44:35.944Z Compiling env_logger v0.10.0
21352023-11-14T22:44:53.675Z Compiling rsa v0.9.2
21362023-11-14T22:44:58.837Z Compiling serde-hex v0.1.0
21372023-11-14T22:45:03.951Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21382023-11-14T22:45:07.750Z Compiling x509-cert v0.2.4
21392023-11-14T22:45:08.580Z Compiling ron v0.8.1
21402023-11-14T22:45:08.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21412023-11-14T22:45:10.217Z Compiling crc-any v2.4.3
21422023-11-14T22:45:29.178Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21432023-11-14T22:45:36.741Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21442023-11-14T22:45:50.447Z Compiling object v0.30.4
21452023-11-14T22:46:01.522Z Compiling path-slash v0.1.5
21462023-11-14T22:46:02.386Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21472023-11-14T22:46:48.017Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21482023-11-14T22:46:49.239Z Finished release [optimized] target(s) in 6m 00s
21492023-11-14T22:46:49.326Z
21502023-11-14T22:46:49.329Zreal 6:01.138598316
21512023-11-14T22:46:49.332Zuser 42:01.485551568
21522023-11-14T22:46:49.336Zsys 3:39.370332179
21532023-11-14T22:46:49.339Ztrap 1.861897444
21542023-11-14T22:46:49.343Ztflt 1.136776976
21552023-11-14T22:46:49.346Zdflt 0.528192546
21562023-11-14T22:46:49.349Zkflt 0.006512464
21572023-11-14T22:46:49.351Zlock 1:33:26.569262829
21582023-11-14T22:46:49.354Zslp 1:58:40.171918390
21592023-11-14T22:46:49.357Zlat 1:50.077766278
21602023-11-14T22:46:49.360Zstop 1:15.080985878
21612023-11-14T22:46:49.363Z+ ptime -m gzip
21622023-11-14T22:46:50.002Z
21632023-11-14T22:46:50.005Zreal 0.671107676
21642023-11-14T22:46:50.008Zuser 0.660346720
21652023-11-14T22:46:50.012Zsys 0.010036252
21662023-11-14T22:46:50.015Ztrap 0.000116312
21672023-11-14T22:46:50.018Ztflt 0.000000000
21682023-11-14T22:46:50.021Zdflt 0.000000000
21692023-11-14T22:46:50.027Zkflt 0.000000000
21702023-11-14T22:46:50.030Zlock 0.000000000
21712023-11-14T22:46:50.034Zslp 0.000000000
21722023-11-14T22:46:50.037Zlat 0.000251794
21732023-11-14T22:46:50.041Zstop 0.000247964
21742023-11-14T22:46:50.045Z+ banner tufaceous
21752023-11-14T22:46:50.048Z
21762023-11-14T22:46:50.052Z ##### # # ###### ## #### ###### #### # # ####
21772023-11-14T22:46:50.054Z # # # # # # # # # # # # # #
21782023-11-14T22:46:50.057Z # # # ##### # # # ##### # # # # ####
21792023-11-14T22:46:50.060Z # # # # ###### # # # # # # #
21802023-11-14T22:46:50.063Z # # # # # # # # # # # # # # #
21812023-11-14T22:46:50.066Z # #### # # # #### ###### #### #### ####
21822023-11-14T22:46:50.069Z
21832023-11-14T22:46:50.073Z+ ptime -m cargo build --locked -p tufaceous --release
21842023-11-14T22:46:50.688Z Downloading crates ...
21852023-11-14T22:46:50.981Z Downloaded bytesize v1.3.0
21862023-11-14T22:46:50.984Z Downloaded doc-comment v0.3.3
21872023-11-14T22:46:50.986Z Downloaded path-absolutize v3.1.0
21882023-11-14T22:46:50.991Z Downloaded olpc-cjson v0.1.3
21892023-11-14T22:46:50.994Z Downloaded snafu-derive v0.7.5
21902023-11-14T22:46:50.997Z Downloaded fs-err v2.9.0
21912023-11-14T22:46:51.000Z Downloaded humantime v2.1.0
21922023-11-14T22:46:51.003Z Downloaded globset v0.4.13
21932023-11-14T22:46:51.006Z Downloaded path-dedot v3.1.0
21942023-11-14T22:46:51.009Z Downloaded serde_plain v1.0.2
21952023-11-14T22:46:51.012Z Downloaded tough v0.14.0
21962023-11-14T22:46:51.022Z Downloaded snafu v0.7.5
21972023-11-14T22:46:51.032Z Downloaded buf-list v1.0.3
21982023-11-14T22:46:51.217Z Compiling serde_tokenstream v0.2.0
21992023-11-14T22:46:51.221Z Compiling regress v0.7.1
22002023-11-14T22:46:51.233Z Compiling dirs-sys-next v0.1.2
22012023-11-14T22:46:51.236Z Compiling ident_case v1.0.1
22022023-11-14T22:46:51.263Z Compiling thread_local v1.1.7
22032023-11-14T22:46:51.266Z Compiling heck v0.4.1
22042023-11-14T22:46:51.271Z Compiling camino v1.1.6
22052023-11-14T22:46:51.504Z Compiling dirs-next v2.0.0
22062023-11-14T22:46:51.875Z Compiling darling_core v0.20.3
22072023-11-14T22:46:52.026Z Compiling slog-async v2.8.0
22082023-11-14T22:46:52.267Z Compiling term v0.7.0
22092023-11-14T22:46:52.632Z Compiling crossbeam-channel v0.5.8
22102023-11-14T22:46:52.778Z Compiling getopts v0.2.21
22112023-11-14T22:46:53.062Z Compiling structmeta-derive v0.2.0
22122023-11-14T22:46:53.273Z Compiling atty v0.2.14
22132023-11-14T22:46:53.448Z Compiling multer v2.1.0
22142023-11-14T22:46:53.906Z Compiling match_cfg v0.1.0
22152023-11-14T22:46:54.033Z Compiling doc-comment v0.3.3
22162023-11-14T22:46:54.165Z Compiling take_mut v0.2.2
22172023-11-14T22:46:54.388Z Compiling unsafe-libyaml v0.2.9
22182023-11-14T22:46:54.769Z Compiling paste v1.0.14
22192023-11-14T22:46:55.659Z Compiling hostname v0.3.1
22202023-11-14T22:46:56.100Z Compiling slog-term v2.9.0
22212023-11-14T22:46:57.410Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22222023-11-14T22:46:59.203Z Compiling structmeta v0.2.0
22232023-11-14T22:46:59.817Z Compiling serde_yaml v0.9.25
22242023-11-14T22:47:00.894Z Compiling darling_macro v0.20.3
22252023-11-14T22:47:01.122Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22262023-11-14T22:47:01.145Z Compiling slog-json v2.6.1
22272023-11-14T22:47:01.941Z Compiling async-stream-impl v0.3.5
22282023-11-14T22:47:02.330Z Compiling darling v0.20.3
22292023-11-14T22:47:02.520Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22302023-11-14T22:47:02.963Z Compiling atomic-waker v1.1.1
22312023-11-14T22:47:03.234Z Compiling regex-syntax v0.7.5
22322023-11-14T22:47:03.431Z Compiling fastrand v2.0.0
22332023-11-14T22:47:03.920Z Compiling async-stream v0.3.5
22342023-11-14T22:47:04.395Z Compiling tempfile v3.8.0
22352023-11-14T22:47:04.417Z Compiling waitgroup v0.1.2
22362023-11-14T22:47:04.582Z Compiling serde_with_macros v2.3.3
22372023-11-14T22:47:04.757Z Compiling slog-bunyan v2.4.0
22382023-11-14T22:47:07.718Z Compiling toml v0.8.8
22392023-11-14T22:47:08.078Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22402023-11-14T22:47:08.561Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22412023-11-14T22:47:09.692Z Compiling sha1 v0.10.6
22422023-11-14T22:47:10.234Z Compiling snafu-derive v0.7.5
22432023-11-14T22:47:11.002Z Compiling serde_path_to_error v0.1.14
22442023-11-14T22:47:11.208Z Compiling path-dedot v3.1.0
22452023-11-14T22:47:11.364Z Compiling instant v0.1.12
22462023-11-14T22:47:11.571Z Compiling base64 v0.13.1
22472023-11-14T22:47:11.636Z Compiling debug-ignore v1.0.5
22482023-11-14T22:47:11.831Z Compiling buf-list v1.0.3
22492023-11-14T22:47:12.642Z Compiling same-file v1.0.6
22502023-11-14T22:47:12.645Z Compiling arc-swap v1.6.0
22512023-11-14T22:47:12.943Z Compiling walkdir v2.4.0
22522023-11-14T22:47:13.158Z Compiling pem v1.1.1
22532023-11-14T22:47:13.852Z Compiling parse-display-derive v0.8.2
22542023-11-14T22:47:13.865Z Compiling slog-scope v4.4.0
22552023-11-14T22:47:15.593Z Compiling backoff v0.4.0
22562023-11-14T22:47:15.769Z Compiling path-absolutize v3.1.0
22572023-11-14T22:47:16.057Z Compiling serde_with v2.3.3
22582023-11-14T22:47:16.147Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592023-11-14T22:47:16.343Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22602023-11-14T22:47:16.998Z Compiling globset v0.4.13
22612023-11-14T22:47:17.226Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22622023-11-14T22:47:17.461Z Compiling strum v0.25.0
22632023-11-14T22:47:17.729Z Compiling olpc-cjson v0.1.3
22642023-11-14T22:47:18.465Z Compiling snafu v0.7.5
22652023-11-14T22:47:18.584Z Compiling macaddr v1.0.1
22662023-11-14T22:47:19.743Z Compiling serde_plain v1.0.2
22672023-11-14T22:47:20.094Z Compiling parse-display v0.8.2
22682023-11-14T22:47:20.392Z Compiling xattr v1.0.1
22692023-11-14T22:47:20.477Z Compiling filetime v0.2.22
22702023-11-14T22:47:20.570Z Compiling tough v0.14.0
22712023-11-14T22:47:20.825Z Compiling tar v0.4.40
22722023-11-14T22:47:20.967Z Compiling slog-stdlog v4.1.1
22732023-11-14T22:47:23.523Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22742023-11-14T22:47:23.715Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22752023-11-14T22:47:24.136Z Compiling camino-tempfile v1.0.2
22762023-11-14T22:47:25.422Z Compiling bytesize v1.3.0
22772023-11-14T22:47:26.342Z Compiling fs-err v2.9.0
22782023-11-14T22:47:27.720Z Compiling slog-envlogger v2.2.0
22792023-11-14T22:47:30.564Z Compiling humantime v2.1.0
22802023-11-14T22:47:34.488Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22812023-11-14T22:47:57.938Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22822023-11-14T22:47:58.229Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22832023-11-14T22:48:11.089Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22842023-11-14T22:48:13.294Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22852023-11-14T22:48:38.080Z Finished release [optimized] target(s) in 1m 47s
22862023-11-14T22:48:38.170Z
22872023-11-14T22:48:38.176Zreal 1:48.141595209
22882023-11-14T22:48:38.184Zuser 11:34.690545004
22892023-11-14T22:48:38.189Zsys 44.606222059
22902023-11-14T22:48:38.195Ztrap 0.481051321
22912023-11-14T22:48:38.200Ztflt 0.364091106
22922023-11-14T22:48:38.206Zdflt 0.844971976
22932023-11-14T22:48:38.213Zkflt 0.011624414
22942023-11-14T22:48:38.223Zlock 23:08.925156047
22952023-11-14T22:48:38.227Zslp 24:48.161976319
22962023-11-14T22:48:38.232Zlat 21.193843207
22972023-11-14T22:48:38.244Zstop 11.884593766
22982023-11-14T22:48:38.253Z+ ptime -m gzip
22992023-11-14T22:48:40.483Z
23002023-11-14T22:48:40.498Zreal 2.308119562
23012023-11-14T22:48:40.509Zuser 2.277011554
23022023-11-14T22:48:40.517Zsys 0.030094316
23032023-11-14T22:48:40.521Ztrap 0.000395013
23042023-11-14T22:48:40.524Ztflt 0.000000000
23052023-11-14T22:48:40.529Zdflt 0.000000000
23062023-11-14T22:48:40.532Zkflt 0.000000000
23072023-11-14T22:48:40.535Zlock 0.000000000
23082023-11-14T22:48:40.538Zslp 0.000000000
23092023-11-14T22:48:40.543Zlat 0.000286883
23102023-11-14T22:48:40.547Zstop 0.000225475
23112023-11-14T22:48:40.550Zprocess exited: duration 1174885 ms, exit code 0
 
23122023-11-14T22:48:40.558Zfound 5 output files
23132023-11-14T22:48:40.575Zuploading: /work/end-to-end-tests/bootstrap-14470ed2888247c6.gz (6360034 bytes)
23142023-11-14T22:48:43.592Zuploaded: /work/end-to-end-tests/bootstrap-14470ed2888247c6.gz
23152023-11-14T22:48:43.604Zuploading: /work/end-to-end-tests/bootstrap.gz (86855685 bytes)
23162023-11-14T22:49:15.562Zuploaded: /work/end-to-end-tests/bootstrap.gz
23172023-11-14T22:49:15.569Zuploading: /work/end-to-end-tests/end_to_end_tests-0f2fa1e5548e7ba9.gz (99488281 bytes)
23182023-11-14T22:50:03.620Zuploaded: /work/end-to-end-tests/end_to_end_tests-0f2fa1e5548e7ba9.gz
23192023-11-14T22:50:03.631Zuploading: /work/caboose-util.gz (4110311 bytes)
23202023-11-14T22:50:05.555Zuploaded: /work/caboose-util.gz
23212023-11-14T22:50:05.565Zuploading: /work/tufaceous.gz (14681501 bytes)
23222023-11-14T22:50:11.468Zuploaded: /work/tufaceous.gz