01HAW4X02T6DVQ69JV3W5JC72V: 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.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HAW4XNSCFSDBMPY02G3X2K22

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-09-21T15:16:19.641Zjob assigned to worker 01HAW4XSR6FEJKC5V7EFBMSEH4 (queued for 1 m 30 s)
 
22023-09-21T15:16:20.881Zstarting task 0: "setup"
32023-09-21T15:16:20.950Z++ uname -s
42023-09-21T15:16:20.957Z+ kern=SunOS
52023-09-21T15:16:20.973Z+ case "$kern" in
62023-09-21T15:16:20.976Z+ groupadd -g 12345 build
72023-09-21T15:16:20.979Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-09-21T15:16:22.967Z+ zfs create -o mountpoint=/work rpool/work
92023-09-21T15:16:23.072Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-09-21T15:16:23.077Z+ home_fs=zfs
112023-09-21T15:16:23.084Z+ [[ zfs == autofs ]]
122023-09-21T15:16:23.089Z+ mkdir -p /home/build
132023-09-21T15:16:23.095Z+ chown build:build /home/build /work
142023-09-21T15:16:24.080Z+ chmod 0700 /home/build /work
152023-09-21T15:16:24.084Zprocess exited: duration 3199 ms, exit code 0
 
162023-09-21T15:16:24.089Zstarting task 1: "rust-toolchain"
172023-09-21T15:16:24.101Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-09-21T15:16:24.104Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.0 --profile default
192023-09-21T15:16:24.257Zinfo: downloading installer
202023-09-21T15:16:26.559Zwarning: it looks like you have an existing installation of Rust at:
212023-09-21T15:16:26.562Zwarning: /opt/ooce/bin
222023-09-21T15:16:26.565Zwarning: It is recommended that rustup be the primary Rust installation.
232023-09-21T15:16:26.568Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-09-21T15:16:26.571Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-09-21T15:16:26.574Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-09-21T15:16:26.582Zwarning: or pass `-y' to ignore all ignorable checks.
272023-09-21T15:16:26.585Zerror: cannot install while Rust is installed
282023-09-21T15:16:26.589Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-09-21T15:16:26.871Zinfo: profile set to 'default'
302023-09-21T15:16:26.875Zinfo: default host triple is x86_64-unknown-illumos
312023-09-21T15:16:26.878Zinfo: syncing channel updates for '1.72.0-x86_64-unknown-illumos'
322023-09-21T15:16:27.042Zinfo: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23)
332023-09-21T15:16:27.045Zinfo: downloading component 'cargo'
342023-09-21T15:16:27.700Zinfo: downloading component 'clippy'
352023-09-21T15:16:28.028Zinfo: downloading component 'rust-docs'
362023-09-21T15:16:28.854Zinfo: downloading component 'rust-std'
372023-09-21T15:16:30.307Zinfo: downloading component 'rustc'
382023-09-21T15:16:33.795Zinfo: downloading component 'rustfmt'
392023-09-21T15:16:34.004Zinfo: installing component 'cargo'
402023-09-21T15:16:35.700Zinfo: installing component 'clippy'
412023-09-21T15:16:36.455Zinfo: installing component 'rust-docs'
422023-09-21T15:16:39.190Zinfo: installing component 'rust-std'
432023-09-21T15:16:42.757Zinfo: installing component 'rustc'
442023-09-21T15:16:50.346Zinfo: installing component 'rustfmt'
452023-09-21T15:16:50.961Zinfo: default toolchain set to '1.72.0-x86_64-unknown-illumos'
462023-09-21T15:16:50.963Z
472023-09-21T15:16:51.091Z 1.72.0-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23)
482023-09-21T15:16:51.102Z
492023-09-21T15:16:51.105Z
502023-09-21T15:16:51.108ZRust is installed now. Great!
512023-09-21T15:16:51.111Z
522023-09-21T15:16:51.113ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-09-21T15:16:51.117Zenvironment variable. This has not been done automatically.
542023-09-21T15:16:51.120Z
552023-09-21T15:16:51.123ZTo configure your current shell, run:
562023-09-21T15:16:51.126Zsource "$HOME/.cargo/env"
572023-09-21T15:16:51.183Z+ rustc --version
582023-09-21T15:16:51.293Zrustc 1.72.0 (5680fa18f 2023-08-23)
592023-09-21T15:16:51.299Zprocess exited: duration 27209 ms, exit code 0
 
602023-09-21T15:16:51.304Zstarting task 2: "authentication"
612023-09-21T15:16:51.341Zprocess exited: duration 31 ms, exit code 0
 
622023-09-21T15:16:51.347Zstarting task 3: "clone repository"
632023-09-21T15:16:51.356Z+ mkdir -p /work/oxidecomputer/omicron
642023-09-21T15:16:51.359Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-09-21T15:16:51.451ZCloning into '/work/oxidecomputer/omicron'...
662023-09-21T15:16:56.736Z+ cd /work/oxidecomputer/omicron
672023-09-21T15:16:56.741Z+ [[ -n gjcolombo/instance-networking-module ]]
682023-09-21T15:16:56.747Z+ git fetch origin gjcolombo/instance-networking-module
692023-09-21T15:16:57.729ZFrom https://github.com/oxidecomputer/omicron
702023-09-21T15:16:57.733Z * branch gjcolombo/instance-networking-module -> FETCH_HEAD
712023-09-21T15:16:57.736Z+ git checkout -B gjcolombo/instance-networking-module remotes/origin/gjcolombo/instance-networking-module
722023-09-21T15:16:57.739ZSwitched to a new branch 'gjcolombo/instance-networking-module'
732023-09-21T15:16:57.742Zbranch 'gjcolombo/instance-networking-module' set up to track 'origin/gjcolombo/instance-networking-module'.
742023-09-21T15:16:57.745Z+ git reset --hard 60d36faee3642d2940d17fbe4a4467d640b91853
752023-09-21T15:16:57.747ZHEAD is now at 60d36fae improve logging statement; remove unnecessary clone
762023-09-21T15:16:57.754Zprocess exited: duration 6087 ms, exit code 0
 
772023-09-21T15:16:57.761Zstarting task 4: "build"
782023-09-21T15:16:57.771Z+ cargo --version
792023-09-21T15:16:57.870Zcargo 1.72.0 (103a7ff2e 2023-08-15)
802023-09-21T15:16:57.887Z+ rustc --version
812023-09-21T15:16:57.965Zrustc 1.72.0 (5680fa18f 2023-08-23)
822023-09-21T15:16:57.969Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-09-21T15:17:05.905Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-09-21T15:17:06.358Z Startup: Caching catalogs ... Done
852023-09-21T15:17:08.546ZPlanning: Solver setup ... Done (2.010s)
862023-09-21T15:17:08.613ZPlanning: Running solver ... Done (0.067s)
872023-09-21T15:17:08.640ZPlanning: Finding local manifests ... Done (0.003s)
882023-09-21T15:17:08.654ZPlanning: Fetching manifests: 0/4 0% complete
892023-09-21T15:17:08.891ZPlanning: Fetching manifests: 4/4 100% complete
902023-09-21T15:17:09.008ZPlanning: Package planning ... Done (0.123s)
912023-09-21T15:17:09.093ZPlanning: Merging actions ... Done (0.085s)
922023-09-21T15:17:10.304ZPlanning: Checking for conflicting actions ... Done (1.211s)
932023-09-21T15:17:10.331ZPlanning: Consolidating action changes ... Done (0.017s)
942023-09-21T15:17:17.581ZPlanning: Evaluating mediators ... Done (7.260s)
952023-09-21T15:17:17.596ZPlanning: Planning completed in 11.19 seconds
962023-09-21T15:17:17.626Z Packages to install: 4
972023-09-21T15:17:17.630Z Mediators to change: 2
982023-09-21T15:17:17.632Z Services to change: 1
992023-09-21T15:17:17.635Z Estimated space available: 149.40 GB
1002023-09-21T15:17:17.637ZEstimated space to be consumed: 1.34 GB
1012023-09-21T15:17:17.640Z Create boot environment: No
1022023-09-21T15:17:17.643ZCreate backup boot environment: No
1032023-09-21T15:17:17.645Z Rebuild boot archive: No
1042023-09-21T15:17:17.648Z
1052023-09-21T15:17:17.651ZChanged mediators:
1062023-09-21T15:17:17.653Z mediator clang:
1072023-09-21T15:17:17.656Z version: None -> 15 (system default)
1082023-09-21T15:17:17.658Z
1092023-09-21T15:17:17.661Z mediator llvm:
1102023-09-21T15:17:17.665Z version: 14 (system default) -> 15 (system default)
1112023-09-21T15:17:17.668Z
1122023-09-21T15:17:17.671ZChanged packages:
1132023-09-21T15:17:17.673Zhelios-dev
1142023-09-21T15:17:17.676Z developer/build-essential
1152023-09-21T15:17:17.678Z None -> 11-2.0
1162023-09-21T15:17:17.681Z library/libxmlsec1
1172023-09-21T15:17:17.684Z None -> 1.2.35-2.0
1182023-09-21T15:17:17.688Z ooce/developer/clang-15
1192023-09-21T15:17:17.690Z None -> 15.0.7-2.0
1202023-09-21T15:17:17.694Z ooce/developer/llvm-15
1212023-09-21T15:17:17.697Z None -> 15.0.7-2.0
1222023-09-21T15:17:17.700Z
1232023-09-21T15:17:17.703ZServices:
1242023-09-21T15:17:17.706Z restart_fmri:
1252023-09-21T15:17:17.708Z svc:/system/update-man-index:default
1262023-09-21T15:17:17.839Z
1272023-09-21T15:17:17.844ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-09-21T15:17:23.977ZDownload: 209/3290 items 1.3/212.6MB 0% complete (571k/s)
1292023-09-21T15:17:29.012ZDownload: 747/3290 items 18.3/212.6MB 8% complete (1.8M/s)
1302023-09-21T15:17:34.029ZDownload: 1187/3290 items 56.1/212.6MB 26% complete (5.5M/s)
1312023-09-21T15:17:44.017ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.1M/s)
1322023-09-21T15:17:49.037ZDownload: 1700/3290 items 117.4/212.6MB 55% complete (7.2M/s)
1332023-09-21T15:17:54.055ZDownload: 2199/3290 items 119.1/212.6MB 56% complete (3.7M/s)
1342023-09-21T15:17:59.040ZDownload: 3210/3290 items 159.5/212.6MB 75% complete (4.1M/s)
1352023-09-21T15:18:01.347ZDownload: Completed 212.60 MB in 43.51 seconds (4.9M/s)
1362023-09-21T15:18:06.888Z Actions: 1/3687 actions (Installing new actions)
1372023-09-21T15:18:12.050Z Actions: 2794/3687 actions (Installing new actions)
1382023-09-21T15:18:15.366Z Actions: Completed 3687 actions in 8.48 seconds.
1392023-09-21T15:18:15.421Z Done (0.042s)
1402023-09-21T15:18:15.432Z Done (0.000s)
1412023-09-21T15:18:15.526Z Done (0.113s)
1422023-09-21T15:18:23.747Z Done (8.123s)
1432023-09-21T15:18:24.103Z Done (0.251s)
1442023-09-21T15:18:24.116Z Done (0.000s)
1452023-09-21T15:18:24.333Z Done (0.000s)
1462023-09-21T15:18:25.043ZPlanning: Evaluating mediator changes ... Done
1472023-09-21T15:18:25.268ZPlanning: Checking for conflicting actions ... Done
1482023-09-21T15:18:25.272ZPlanning: Consolidating action changes ... Done
1492023-09-21T15:18:25.711ZPlanning: Evaluating mediators ... Done
1502023-09-21T15:18:25.714ZPlanning: Planning completed in 0.73 seconds
1512023-09-21T15:18:25.771Z Mediators to change: 2
1522023-09-21T15:18:25.783Z Create boot environment: No
1532023-09-21T15:18:25.797ZCreate backup boot environment: No
1542023-09-21T15:18:25.866Z Done
1552023-09-21T15:18:25.874Z Done
1562023-09-21T15:18:25.924Z Done
1572023-09-21T15:18:31.930Z Done
1582023-09-21T15:18:32.053Z Done
1592023-09-21T15:18:32.056Z Done
1602023-09-21T15:18:32.161Z Done
1612023-09-21T15:18:33.175ZPlanning: Evaluating mediator changes ... Done
1622023-09-21T15:18:33.178ZPlanning: Merging actions ... Done
1632023-09-21T15:18:33.514ZPlanning: Checking for conflicting actions ... Done
1642023-09-21T15:18:33.519ZPlanning: Consolidating action changes ... Done
1652023-09-21T15:18:33.945ZPlanning: Evaluating mediators ... Done
1662023-09-21T15:18:34.038ZPlanning: Planning completed in 1.30 seconds
1672023-09-21T15:18:34.096Z Packages to change: 1
1682023-09-21T15:18:34.101Z Mediators to change: 1
1692023-09-21T15:18:34.106Z Services to change: 1
1702023-09-21T15:18:34.113Z Create boot environment: No
1712023-09-21T15:18:34.119ZCreate backup boot environment: Yes
1722023-09-21T15:18:35.994Z Actions: 1/6 actions (Updating modified actions)
1732023-09-21T15:18:35.997Z Actions: Completed 6 actions in 0.00 seconds.
1742023-09-21T15:18:36.001Z Done
1752023-09-21T15:18:36.004Z Done
1762023-09-21T15:18:36.026Z Done
1772023-09-21T15:18:41.970Z Done
1782023-09-21T15:18:42.102Z Done
1792023-09-21T15:18:42.106Z Done
1802023-09-21T15:18:42.209Z Done
1812023-09-21T15:18:42.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1822023-09-21T15:18:42.947Zclang system 15 system
1832023-09-21T15:18:42.950Zcsh system system illumos
1842023-09-21T15:18:42.953Zctags system system illumos
1852023-09-21T15:18:42.957Zgcc vendor 12 vendor
1862023-09-21T15:18:42.981Zgcc system 10 system
1872023-09-21T15:18:42.985Zgcc system 7 system
1882023-09-21T15:18:42.988Zgo system 1.20 system
1892023-09-21T15:18:42.992Zgo system 1.19 system
1902023-09-21T15:18:42.995Zllvm system 15 system
1912023-09-21T15:18:42.998Zllvm system 14 system
1922023-09-21T15:18:43.002Zmariadb system 10.6 system
1932023-09-21T15:18:43.005Zmta vendor vendor dma
1942023-09-21T15:18:43.008Zopenjdk system 17 system
1952023-09-21T15:18:43.012Zopenjdk system 11 system
1962023-09-21T15:18:43.015Zopenjdk system 1.8 system
1972023-09-21T15:18:43.019Zopenssl vendor 3 vendor
1982023-09-21T15:18:43.022Zperl system 5.36 system
1992023-09-21T15:18:43.026Zpostgresql system 15 system
2002023-09-21T15:18:43.029Zpostgresql system 13 system
2012023-09-21T15:18:43.033Zpython vendor 3 vendor
2022023-09-21T15:18:43.036Zpython system 2 system
2032023-09-21T15:18:43.040Zpython3 system 3.11 system
2042023-09-21T15:18:43.043Zruby system 3.0 system
2052023-09-21T15:18:43.046Zwords vendor vendor american-english
2062023-09-21T15:18:43.051Zwords system system australian-english
2072023-09-21T15:18:43.055Zwords system system british-english
2082023-09-21T15:18:43.058Zwords system system canadian-english
2092023-09-21T15:18:43.064Zwords system system french
2102023-09-21T15:18:43.067Zwords system system italian
2112023-09-21T15:18:43.070Zwords system system ngerman
2122023-09-21T15:18:43.074Zwords system system ogerman
2132023-09-21T15:18:43.077Zwords system system spanish
2142023-09-21T15:18:43.496ZFMRI IFO
2152023-09-21T15:18:43.501Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2162023-09-21T15:18:43.503Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2172023-09-21T15:18:43.506Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2182023-09-21T15:18:43.511Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2192023-09-21T15:18:43.513Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2202023-09-21T15:18:43.516Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2212023-09-21T15:18:43.569Z+ set -o errexit
2222023-09-21T15:18:43.572Z+++ dirname ./tools/ci_download_cockroachdb
2232023-09-21T15:18:43.575Z++ cd ./tools
2242023-09-21T15:18:43.578Z++ pwd
2252023-09-21T15:18:43.581Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2262023-09-21T15:18:43.583Z++ basename ./tools/ci_download_cockroachdb
2272023-09-21T15:18:43.586Z+ ARG0=ci_download_cockroachdb
2282023-09-21T15:18:43.589Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2292023-09-21T15:18:43.591Z+ CIDL_VERSION=v22.1.9
2302023-09-21T15:18:43.594Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2312023-09-21T15:18:43.597Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2322023-09-21T15:18:43.599Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2332023-09-21T15:18:43.602Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2342023-09-21T15:18:43.605Z+ TARGET_DIR=out
2352023-09-21T15:18:43.608Z+ DOWNLOAD_DIR=out/downloads
2362023-09-21T15:18:43.610Z+ DEST_DIR=./out/cockroachdb
2372023-09-21T15:18:43.613Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2382023-09-21T15:18:43.616Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2392023-09-21T15:18:43.619Z+ main
2402023-09-21T15:18:43.622Z+ [[ 0 != 0 ]]
2412023-09-21T15:18:43.625Z+ CIDL_OS=solaris2.11
2422023-09-21T15:18:43.627Z+ [[ 0 != 0 ]]
2432023-09-21T15:18:43.630Z+ configure_os solaris2.11
2442023-09-21T15:18:43.635Z+ echo 'current directory: /work/oxidecomputer/omicron'
2452023-09-21T15:18:43.648Zcurrent directory: /work/oxidecomputer/omicron
2462023-09-21T15:18:43.652Z+ echo 'configuring based on OS: "solaris2.11"'
2472023-09-21T15:18:43.655Zconfiguring based on OS: "solaris2.11"
2482023-09-21T15:18:43.657Z+ case "$1" in
2492023-09-21T15:18:43.660Z+ CIDL_BUILD=illumos
2502023-09-21T15:18:43.663Z+ CIDL_SUFFIX=tar.gz
2512023-09-21T15:18:43.666Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2522023-09-21T15:18:43.669Z+ CIDL_MD5FUNC=do_md5sum
2532023-09-21T15:18:43.671Z+ CIDL_URL_BASE=https://illumos.org/downloads
2542023-09-21T15:18:43.674Z+ CIDL_ASSEMBLE=do_assemble_illumos
2552023-09-21T15:18:43.677Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2562023-09-21T15:18:43.680Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2572023-09-21T15:18:43.682Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-09-21T15:18:43.686Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2592023-09-21T15:18:43.689Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-09-21T15:18:43.691Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-09-21T15:18:43.694ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-09-21T15:18:43.697Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-09-21T15:18:43.700ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-09-21T15:18:43.703Z+ mkdir -p out/downloads
2652023-09-21T15:18:43.706Z+ mkdir -p ./out/cockroachdb
2662023-09-21T15:18:43.709Z+ local DO_DOWNLOAD=true
2672023-09-21T15:18:43.711Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2682023-09-21T15:18:43.714Z+ '[' true == true ']'
2692023-09-21T15:18:43.721Z+ echo Downloading...
2702023-09-21T15:18:44.127ZDownloading...
2712023-09-21T15:18:44.130Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-09-21T15:18:44.133Z+ 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
2732023-09-21T15:18:46.024Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-09-21T15:18:46.035Z++ md5sum
2752023-09-21T15:18:46.047Z++ awk '{print $1}'
2762023-09-21T15:18:46.123Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2772023-09-21T15:18:46.140Z+ [[ 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 ]]
2782023-09-21T15:18:46.152Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-09-21T15:18:46.170Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2802023-09-21T15:18:49.498Z+ do_assemble_illumos
2812023-09-21T15:18:49.501Z+ rm -r ./out/cockroachdb
2822023-09-21T15:18:49.504Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2832023-09-21T15:18:50.111Z+ ./out/cockroachdb/bin/cockroach version
2842023-09-21T15:18:50.347ZBuild Tag: v22.1.9-dirty
2852023-09-21T15:18:50.352ZBuild Time: 2022/10/26 21:17:46
2862023-09-21T15:18:50.357ZDistribution: OSS
2872023-09-21T15:18:50.360ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2882023-09-21T15:18:50.364ZGo Version: go1.17.13
2892023-09-21T15:18:50.367ZC Compiler: gcc 10.3.0
2902023-09-21T15:18:50.370ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2912023-09-21T15:18:50.374ZBuild Type: release
2922023-09-21T15:18:50.378Z+ set -o errexit
2932023-09-21T15:18:50.381Z+++ dirname ./tools/ci_download_clickhouse
2942023-09-21T15:18:50.385Z++ cd ./tools
2952023-09-21T15:18:50.388Z++ pwd
2962023-09-21T15:18:50.391Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2972023-09-21T15:18:50.394Z++ basename ./tools/ci_download_clickhouse
2982023-09-21T15:18:50.397Z+ ARG0=ci_download_clickhouse
2992023-09-21T15:18:50.400Z+ TARGET_DIR=out
3002023-09-21T15:18:50.403Z+ DOWNLOAD_DIR=out/downloads
3012023-09-21T15:18:50.432Z+ DEST_DIR=./out/clickhouse
3022023-09-21T15:18:50.435Z+ CIDL_VERSION=v22.8.9.24
3032023-09-21T15:18:50.438Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3042023-09-21T15:18:50.441Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3052023-09-21T15:18:50.445Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3062023-09-21T15:18:50.448Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3072023-09-21T15:18:50.451Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3082023-09-21T15:18:50.455Z+ main
3092023-09-21T15:18:50.458Z+ [[ 0 != 0 ]]
3102023-09-21T15:18:50.465Z+ CIDL_OS=solaris2.11
3112023-09-21T15:18:50.468Z+ [[ 0 != 0 ]]
3122023-09-21T15:18:50.472Z+ configure_os solaris2.11
3132023-09-21T15:18:50.477Z+ echo 'current directory: /work/oxidecomputer/omicron'
3142023-09-21T15:18:50.480Zcurrent directory: /work/oxidecomputer/omicron
3152023-09-21T15:18:50.483Z+ echo 'configuring based on OS: "solaris2.11"'
3162023-09-21T15:18:50.486Zconfiguring based on OS: "solaris2.11"
3172023-09-21T15:18:50.489Z+ CIDL_DASHREV=
3182023-09-21T15:18:50.492Z+ case "$1" in
3192023-09-21T15:18:50.495Z+ CIDL_PLATFORM=illumos
3202023-09-21T15:18:50.499Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3212023-09-21T15:18:50.502Z+ CIDL_MD5FUNC=do_md5sum
3222023-09-21T15:18:50.506Z+ CIDL_DASHREV=-1
3232023-09-21T15:18:50.509Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3242023-09-21T15:18:50.513Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-09-21T15:18:50.516Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-09-21T15:18:50.520Z+ TARBALL_DIR=out/downloads/clickhouse-v22.8.9.24
3272023-09-21T15:18:50.524Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-09-21T15:18:50.528Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3292023-09-21T15:18:50.531ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-09-21T15:18:50.534Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3312023-09-21T15:18:50.537ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-09-21T15:18:50.540Z+ mkdir -p out/downloads
3332023-09-21T15:18:50.543Z+ mkdir -p ./out/clickhouse
3342023-09-21T15:18:50.548Z+ local DO_DOWNLOAD=true
3352023-09-21T15:18:50.551Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3362023-09-21T15:18:50.554Z+ '[' true == true ']'
3372023-09-21T15:18:50.557Z+ echo Downloading...
3382023-09-21T15:18:50.560ZDownloading...
3392023-09-21T15:18:50.564Z+ 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
3402023-09-21T15:18:50.567Z+ 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
3412023-09-21T15:18:52.056Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-09-21T15:18:52.060Z++ md5sum
3432023-09-21T15:18:52.068Z++ awk '{print $1}'
3442023-09-21T15:18:52.315Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3452023-09-21T15:18:52.318Z+ [[ 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 ]]
3462023-09-21T15:18:52.322Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3472023-09-21T15:18:52.325Z+ mkdir -p ./out/clickhouse
3482023-09-21T15:18:52.328Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3492023-09-21T15:18:57.133Z+ ./out/clickhouse/clickhouse server --version
3502023-09-21T15:18:57.188ZClickHouse server version 22.8.9.1.
3512023-09-21T15:18:57.212Z+ set -o errexit
3522023-09-21T15:18:57.216Z+++ dirname ./tools/ci_download_console
3532023-09-21T15:18:57.220Z++ cd ./tools
3542023-09-21T15:18:57.225Z++ pwd
3552023-09-21T15:18:57.232Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3562023-09-21T15:18:57.240Z++ basename ./tools/ci_download_console
3572023-09-21T15:18:57.247Z+ ARG0=ci_download_console
3582023-09-21T15:18:57.251Z+ TARGET_DIR=out
3592023-09-21T15:18:57.256Z+ DOWNLOAD_DIR=out/downloads
3602023-09-21T15:18:57.261Z+ DEST_DIR=./out/console-assets
3612023-09-21T15:18:57.265Z+ URL_BASE=https://dl.oxide.computer/releases/console
3622023-09-21T15:18:57.269Z+ source /work/oxidecomputer/omicron/tools/console_version
3632023-09-21T15:18:57.273Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3642023-09-21T15:18:57.279Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3652023-09-21T15:18:57.289Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3662023-09-21T15:18:57.299Z+ TARBALL_FILE=out/downloads/console.tar.gz
3672023-09-21T15:18:57.307Z+ main
3682023-09-21T15:18:57.319Z+ [[ 0 != 0 ]]
3692023-09-21T15:18:57.323Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3702023-09-21T15:18:57.327ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3712023-09-21T15:18:57.332Z+ echo 'Local file: out/downloads/console.tar.gz'
3722023-09-21T15:18:57.337ZLocal file: out/downloads/console.tar.gz
3732023-09-21T15:18:57.341Z+ local DO_DOWNLOAD=true
3742023-09-21T15:18:57.346Z+ [[ -f out/downloads/console.tar.gz ]]
3752023-09-21T15:18:57.351Z+ mkdir -p out/downloads
3762023-09-21T15:18:57.355Z+ '[' true == true ']'
3772023-09-21T15:18:57.359Z+ echo Downloading...
3782023-09-21T15:18:57.363ZDownloading...
3792023-09-21T15:18:57.368Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3802023-09-21T15:18:57.375Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3812023-09-21T15:18:58.196Z++ do_sha256sum out/downloads/console.tar.gz
3822023-09-21T15:18:58.207Z++ case "$OSTYPE" in
3832023-09-21T15:18:58.219Z++ SHA=sha256sum
3842023-09-21T15:18:58.236Z++ sha256sum
3852023-09-21T15:18:58.671Z++ awk '{print $1}'
3862023-09-21T15:18:58.695Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3872023-09-21T15:18:58.703Z+ [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]]
3882023-09-21T15:18:58.714Z+ rm -rf ./out/console-assets
3892023-09-21T15:18:58.722Z+ mkdir -p ./out/console-assets
3902023-09-21T15:18:58.739Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3912023-09-21T15:18:58.744Z+ mkdir -p ./out/console-assets
3922023-09-21T15:18:58.752Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3932023-09-21T15:18:58.759Z+ set -o errexit
3942023-09-21T15:18:58.766Z+++ dirname ./tools/ci_download_maghemite_openapi
3952023-09-21T15:18:58.770Z++ cd ./tools
3962023-09-21T15:18:58.774Z++ pwd
3972023-09-21T15:18:58.777Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3982023-09-21T15:18:58.779Z++ basename ./tools/ci_download_maghemite_openapi
3992023-09-21T15:18:58.782Z+ ARG0=ci_download_maghemite_openapi
4002023-09-21T15:18:58.786Z+ TARGET_DIR=out
4012023-09-21T15:18:58.789Z+ DOWNLOAD_DIR=out/downloads
4022023-09-21T15:18:58.792Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4032023-09-21T15:18:58.795Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4042023-09-21T15:18:58.798Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4052023-09-21T15:18:58.801Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4062023-09-21T15:18:58.804Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4072023-09-21T15:18:58.807Z+ main
4082023-09-21T15:18:58.810Z+ [[ 0 != 0 ]]
4092023-09-21T15:18:58.813Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4102023-09-21T15:18:58.815ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4112023-09-21T15:18:58.819Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4122023-09-21T15:18:58.821ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4132023-09-21T15:18:58.824Z+ local DO_DOWNLOAD=true
4142023-09-21T15:18:58.826Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4152023-09-21T15:18:58.829Z+ mkdir -p out/downloads
4162023-09-21T15:18:58.833Z+ '[' true == true ']'
4172023-09-21T15:18:58.835Z+ echo Downloading...
4182023-09-21T15:18:58.838ZDownloading...
4192023-09-21T15:18:58.841Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4202023-09-21T15:18:58.844Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4212023-09-21T15:18:58.846Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4222023-09-21T15:18:58.849Z++ case "$OSTYPE" in
4232023-09-21T15:18:58.852Z++ SHA=sha256sum
4242023-09-21T15:18:58.854Z++ sha256sum
4252023-09-21T15:18:58.857Z++ awk '{print $1}'
4262023-09-21T15:18:58.860Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4272023-09-21T15:18:58.863Z+ [[ 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 ]]
4282023-09-21T15:18:58.866Z+ set -o errexit
4292023-09-21T15:18:58.868Z+++ dirname ./tools/ci_download_dendrite_openapi
4302023-09-21T15:18:58.871Z++ cd ./tools
4312023-09-21T15:18:58.874Z++ pwd
4322023-09-21T15:18:58.876Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4332023-09-21T15:18:58.879Z++ basename ./tools/ci_download_dendrite_openapi
4342023-09-21T15:18:58.882Z+ ARG0=ci_download_dendrite_openapi
4352023-09-21T15:18:58.885Z+ TARGET_DIR=out
4362023-09-21T15:18:58.887Z+ DOWNLOAD_DIR=out/downloads
4372023-09-21T15:18:58.890Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4382023-09-21T15:18:58.893Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4392023-09-21T15:18:58.896Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4402023-09-21T15:18:58.900Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4412023-09-21T15:18:58.902Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4422023-09-21T15:18:58.905Z+ main
4432023-09-21T15:18:58.911Z+ [[ 0 != 0 ]]
4442023-09-21T15:18:58.914Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4452023-09-21T15:18:58.918ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4462023-09-21T15:18:58.922Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4472023-09-21T15:18:58.926ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4482023-09-21T15:18:58.932Z+ local DO_DOWNLOAD=true
4492023-09-21T15:18:58.935ZDownloading...
4502023-09-21T15:18:58.938Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4512023-09-21T15:18:58.941Zcurrent directory: /work/oxidecomputer/omicron
4522023-09-21T15:18:58.943Z+ mkdir -p out/downloads
4532023-09-21T15:18:58.946Zconfiguring based on OS: "solaris2.11"
4542023-09-21T15:18:58.950Z+ '[' true == true ']'
4552023-09-21T15:18:58.953ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4562023-09-21T15:18:58.956Z+ echo Downloading...
4572023-09-21T15:18:58.958ZLocal file: out/downloads/dendrite-stub.tar.gz
4582023-09-21T15:18:58.961Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4592023-09-21T15:18:58.964ZDownloading...
4602023-09-21T15:18:58.967Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4612023-09-21T15:18:58.970Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4622023-09-21T15:18:58.973Z++ case "$OSTYPE" in
4632023-09-21T15:18:58.978Z++ SHA=sha256sum
4642023-09-21T15:18:58.980Z++ sha256sum
4652023-09-21T15:18:58.984Z++ awk '{print $1}'
4662023-09-21T15:18:58.987Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4672023-09-21T15:18:58.989Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4682023-09-21T15:18:58.992Z+ set -o errexit
4692023-09-21T15:18:58.995Z+++ dirname ./tools/ci_download_dendrite_stub
4702023-09-21T15:18:58.998Z++ cd ./tools
4712023-09-21T15:18:59.001Z++ pwd
4722023-09-21T15:18:59.004Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4732023-09-21T15:18:59.006Z++ basename ./tools/ci_download_dendrite_stub
4742023-09-21T15:18:59.009Z+ ARG0=ci_download_dendrite_stub
4752023-09-21T15:18:59.012Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4762023-09-21T15:18:59.015Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4772023-09-21T15:18:59.028Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4782023-09-21T15:18:59.038Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4792023-09-21T15:18:59.052Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4802023-09-21T15:18:59.062Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4812023-09-21T15:18:59.067Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4822023-09-21T15:18:59.072Z+ TARGET_DIR=out
4832023-09-21T15:18:59.076Z+ DOWNLOAD_DIR=out/downloads
4842023-09-21T15:18:59.079Z+ DEST_DIR=./out/dendrite-stub
4852023-09-21T15:18:59.082Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4862023-09-21T15:18:59.085Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4872023-09-21T15:18:59.087Z+ REPO=oxidecomputer/dendrite
4882023-09-21T15:18:59.090Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4892023-09-21T15:18:59.095Z+ main
4902023-09-21T15:18:59.099Z+ [[ 0 != 0 ]]
4912023-09-21T15:18:59.102Z+ CIDL_OS=solaris2.11
4922023-09-21T15:18:59.106Z+ [[ 0 != 0 ]]
4932023-09-21T15:18:59.108Z+ configure_os solaris2.11
4942023-09-21T15:18:59.111Z+ echo 'current directory: /work/oxidecomputer/omicron'
4952023-09-21T15:18:59.114Z+ echo 'configuring based on OS: "solaris2.11"'
4962023-09-21T15:18:59.117Z+ case "$1" in
4972023-09-21T15:18:59.120Z+ SET_BINARIES=
4982023-09-21T15:18:59.125Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4992023-09-21T15:18:59.544Z+ CIDL_SHA256FUNC=do_sha256sum
5002023-09-21T15:18:59.548Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5012023-09-21T15:18:59.552Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5022023-09-21T15:18:59.556Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5032023-09-21T15:18:59.567Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5042023-09-21T15:18:59.580Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5052023-09-21T15:18:59.595Z+ mkdir -p out/downloads
5062023-09-21T15:18:59.608Z+ mkdir -p ./out/dendrite-stub
5072023-09-21T15:18:59.616Z+ fetch_and_verify
5082023-09-21T15:18:59.625Z+ local DO_DOWNLOAD=true
5092023-09-21T15:18:59.639Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5102023-09-21T15:18:59.648Z+ '[' true == true ']'
5112023-09-21T15:18:59.663Z+ echo Downloading...
5122023-09-21T15:18:59.676Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5132023-09-21T15:18:59.683Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5142023-09-21T15:19:09.245Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5152023-09-21T15:19:09.250Z++ sha256sum
5162023-09-21T15:19:09.254Z++ awk '{print $1}'
5172023-09-21T15:19:09.349Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5182023-09-21T15:19:09.361Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5192023-09-21T15:19:09.370Z+ do_untar out/downloads/dendrite-stub.tar.gz
5202023-09-21T15:19:09.383Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5212023-09-21T15:19:10.299Z+ do_assemble
5222023-09-21T15:19:10.311Z+ rm -r ./out/dendrite-stub
5232023-09-21T15:19:10.325Z+ mkdir ./out/dendrite-stub
5242023-09-21T15:19:10.349Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5252023-09-21T15:19:10.418Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5262023-09-21T15:19:10.874Z+ set -o errexit
5272023-09-21T15:19:10.888Z+++ dirname ./tools/ci_download_transceiver_control
5282023-09-21T15:19:11.331Z++ cd ./tools
5292023-09-21T15:19:11.353Z++ pwd
5302023-09-21T15:19:11.367Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5312023-09-21T15:19:11.378Z++ basename ./tools/ci_download_transceiver_control
5322023-09-21T15:19:11.392Z+ ARG0=ci_download_transceiver_control
5332023-09-21T15:19:11.815Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5342023-09-21T15:19:11.819Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5352023-09-21T15:19:11.822Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5362023-09-21T15:19:11.831Z+ TARGET_DIR=out
5372023-09-21T15:19:11.838Z+ DOWNLOAD_DIR=out/downloads
5382023-09-21T15:19:11.846Z+ DEST_DIR=./out/transceiver-control
5392023-09-21T15:19:11.853Z+ BIN_DIR=/opt/oxide/bin
5402023-09-21T15:19:11.864Z+ BINARY=xcvradm
5412023-09-21T15:19:11.872Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422023-09-21T15:19:11.879Z+ REPO=oxidecomputer/transceiver-control
5432023-09-21T15:19:11.884Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5442023-09-21T15:19:11.888Z+ main
5452023-09-21T15:19:11.892Z+ [[ 0 != 0 ]]
5462023-09-21T15:19:11.896Z+ CIDL_OS=solaris2.11
5472023-09-21T15:19:11.900Z+ [[ 0 != 0 ]]
5482023-09-21T15:19:11.903Z+ configure_os solaris2.11
5492023-09-21T15:19:11.912Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502023-09-21T15:19:11.918Zcurrent directory: /work/oxidecomputer/omicron
5512023-09-21T15:19:11.925Zconfiguring based on OS: "solaris2.11"
5522023-09-21T15:19:11.929Z+ echo 'configuring based on OS: "solaris2.11"'
5532023-09-21T15:19:11.934Z+ case "$1" in
5542023-09-21T15:19:11.943Z+ SET_BINARIES=
5552023-09-21T15:19:11.948Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5562023-09-21T15:19:11.953Z+ CIDL_SHA256FUNC=do_sha256sum
5572023-09-21T15:19:12.364Z+ ARCHIVE_FILENAME=xcvradm.gz
5582023-09-21T15:19:12.373Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5592023-09-21T15:19:12.383Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5602023-09-21T15:19:12.396Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5612023-09-21T15:19:12.417ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5622023-09-21T15:19:12.435ZLocal file: out/downloads/xcvradm.gz
5632023-09-21T15:19:12.452Z+ echo 'Local file: out/downloads/xcvradm.gz'
5642023-09-21T15:19:12.874Z+ mkdir -p out/downloads
5652023-09-21T15:19:12.882Z+ mkdir -p ./out/transceiver-control
5662023-09-21T15:19:12.892Z+ fetch_and_verify
5672023-09-21T15:19:12.902Z+ local DO_DOWNLOAD=true
5682023-09-21T15:19:12.914Z+ [[ -f out/downloads/xcvradm.gz ]]
5692023-09-21T15:19:12.935Z+ '[' true == true ']'
5702023-09-21T15:19:12.955Z+ echo Downloading...
5712023-09-21T15:19:12.964ZDownloading...
5722023-09-21T15:19:12.989Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5732023-09-21T15:19:13.020Z+ 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
5742023-09-21T15:19:13.567Z++ do_sha256sum out/downloads/xcvradm.gz
5752023-09-21T15:19:13.581Z++ sha256sum
5762023-09-21T15:19:13.596Z++ awk '{print $1}'
5772023-09-21T15:19:13.607Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5782023-09-21T15:19:13.615Z+ [[ 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 ]]
5792023-09-21T15:19:13.622Z+ do_unpack out/downloads/xcvradm.gz
5802023-09-21T15:19:13.632Z+ mkdir -p out/downloads/root//opt/oxide/bin
5812023-09-21T15:19:13.641Z+ gzip -dc out/downloads/xcvradm.gz
5822023-09-21T15:19:13.774Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5832023-09-21T15:19:13.792Z+ do_assemble
5842023-09-21T15:19:13.811Z+ rm -r ./out/transceiver-control
5852023-09-21T15:19:13.826Z+ mkdir ./out/transceiver-control
5862023-09-21T15:19:13.843Z+ cp -r out/downloads/root ./out/transceiver-control/root
5872023-09-21T15:19:13.895ZAll prerequisites installed successfully
5882023-09-21T15:19:13.917Z
5892023-09-21T15:19:13.940Zreal 2:15.895086466
5902023-09-21T15:19:13.971Zuser 48.225724825
5912023-09-21T15:19:13.996Zsys 9.186629465
5922023-09-21T15:19:14.018Ztrap 0.023048324
5932023-09-21T15:19:14.040Ztflt 0.182869734
5942023-09-21T15:19:14.058Zdflt 0.529329637
5952023-09-21T15:19:14.085Zkflt 0.114997290
5962023-09-21T15:19:14.107Zlock 1.819641283
5972023-09-21T15:19:14.130Zslp 4:12.118710216
5982023-09-21T15:19:14.151Zlat 3.099511230
5992023-09-21T15:19:14.173Zstop 0.060219908
6002023-09-21T15:19:14.191Z+ banner end-to-end-tests
6012023-09-21T15:19:14.206Z
6022023-09-21T15:19:14.215Z ###### # # ##### ##### #### ###### # # #####
6032023-09-21T15:19:14.640Z # ## # # # # # # # ## # # #
6042023-09-21T15:19:14.654Z ##### # # # # # ##### # # # ##### ##### # # # # #
6052023-09-21T15:19:14.667Z # # # # # # # # # # # # # # #
6062023-09-21T15:19:14.680Z # # ## # # # # # # # ## # #
6072023-09-21T15:19:15.118Z ###### # # ##### # #### ###### # # #####
6082023-09-21T15:19:15.146Z
6092023-09-21T15:19:15.155Z+ export CARGO_PROFILE_DEV_DEBUG=1
6102023-09-21T15:19:15.167Z+ CARGO_PROFILE_DEV_DEBUG=1
6112023-09-21T15:19:15.181Z+ export CARGO_PROFILE_TEST_DEBUG=1
6122023-09-21T15:19:15.191Z+ CARGO_PROFILE_TEST_DEBUG=1
6132023-09-21T15:19:15.604Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6142023-09-21T15:19:15.619Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6152023-09-21T15:19:15.624Z Updating crates.io index
6162023-09-21T15:19:15.637Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6172023-09-21T15:19:15.642Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6182023-09-21T15:19:17.375Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6192023-09-21T15:19:19.177Z Updating git repository `http://github.com/oxidecomputer/tofino`
6202023-09-21T15:19:19.547Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6212023-09-21T15:19:20.343Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6222023-09-21T15:19:20.348Z Updating git repository `https://github.com/oxidecomputer/propolis`
6232023-09-21T15:19:21.186Z Updating git repository `https://github.com/oxidecomputer/opte`
6242023-09-21T15:19:22.061Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6252023-09-21T15:19:22.443Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6262023-09-21T15:19:22.797Z Updating git repository `https://github.com/oxidecomputer/crucible`
6272023-09-21T15:19:24.842Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6282023-09-21T15:19:25.176Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6292023-09-21T15:19:25.510Z Updating git repository `https://github.com/njaremko/samael`
6302023-09-21T15:19:25.915Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6312023-09-21T15:19:26.465Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6322023-09-21T15:19:26.998Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6332023-09-21T15:19:27.704Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6342023-09-21T15:19:28.124Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6352023-09-21T15:19:28.547Z Updating git repository `https://github.com/oxidecomputer/omicron`
6362023-09-21T15:19:36.429Z Updating git repository `https://github.com/oxidecomputer/rfb`
6372023-09-21T15:19:36.867Z Updating git repository `https://github.com/jgallagher/nix`
6382023-09-21T15:19:38.141Z Updating git repository `https://github.com/cbiffle/hubpack`
6392023-09-21T15:19:38.670Z Updating git repository `https://github.com/oxidecomputer/typify`
6402023-09-21T15:19:39.602Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6412023-09-21T15:19:40.145Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6422023-09-21T15:19:40.508Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6432023-09-21T15:19:42.164Z Downloading crates ...
6442023-09-21T15:19:42.350Z Downloaded aead v0.5.2
6452023-09-21T15:19:42.355Z Downloaded cfg-if v1.0.0
6462023-09-21T15:19:42.358Z Downloaded anstyle v1.0.2
6472023-09-21T15:19:42.362Z Downloaded cc v1.0.83
6482023-09-21T15:19:42.369Z Downloaded bitstruct_derive v0.1.0
6492023-09-21T15:19:42.374Z Downloaded convert_case v0.4.0
6502023-09-21T15:19:42.377Z Downloaded cancel-safe-futures v0.1.2
6512023-09-21T15:19:42.384Z Downloaded mime_guess v2.0.4
6522023-09-21T15:19:42.389Z Downloaded num_cpus v1.16.0
6532023-09-21T15:19:42.407Z Downloaded byteorder v1.4.3
6542023-09-21T15:19:42.421Z Downloaded darling v0.20.3
6552023-09-21T15:19:42.431Z Downloaded openssl-probe v0.1.5
6562023-09-21T15:19:42.435Z Downloaded anstyle-query v1.0.0
6572023-09-21T15:19:42.438Z Downloaded atty v0.2.14
6582023-09-21T15:19:42.441Z Downloaded autocfg v1.1.0
6592023-09-21T15:19:42.444Z Downloaded try-lock v0.2.4
6602023-09-21T15:19:42.454Z Downloaded rustfmt-wrapper v0.2.0
6612023-09-21T15:19:42.465Z Downloaded zone_cfg_derive v0.2.0
6622023-09-21T15:19:42.468Z Downloaded rand_core v0.5.1
6632023-09-21T15:19:42.472Z Downloaded async-recursion v1.0.5
6642023-09-21T15:19:42.475Z Downloaded pretty-hex v0.3.0
6652023-09-21T15:19:42.478Z Downloaded vec_map v0.8.2
6662023-09-21T15:19:42.480Z Downloaded wyz v0.5.1
6672023-09-21T15:19:42.483Z Downloaded pretty-hex v0.2.1
6682023-09-21T15:19:42.486Z Downloaded dyn-clone v1.0.13
6692023-09-21T15:19:42.488Z Downloaded rand_core v0.6.4
6702023-09-21T15:19:42.491Z Downloaded unicode-bidi v0.3.13
6712023-09-21T15:19:42.494Z Downloaded filetime v0.2.22
6722023-09-21T15:19:42.496Z Downloaded unicase v2.7.0
6732023-09-21T15:19:42.499Z Downloaded opaque-debug v0.3.0
6742023-09-21T15:19:42.502Z Downloaded async-stream v0.3.5
6752023-09-21T15:19:42.504Z Downloaded base64ct v1.6.0
6762023-09-21T15:19:42.507Z Downloaded percent-encoding v2.3.0
6772023-09-21T15:19:42.510Z Downloaded aes-gcm-siv v0.11.1
6782023-09-21T15:19:42.513Z Downloaded dtrace-parser v0.1.14
6792023-09-21T15:19:42.517Z Downloaded futures-sink v0.3.28
6802023-09-21T15:19:42.520Z Downloaded openssl-macros v0.1.1
6812023-09-21T15:19:42.523Z Downloaded equivalent v1.0.1
6822023-09-21T15:19:42.525Z Downloaded proc-macro2 v1.0.66
6832023-09-21T15:19:42.530Z Downloaded resolv-conf v0.7.0
6842023-09-21T15:19:42.540Z Downloaded colored v2.0.4
6852023-09-21T15:19:42.543Z Downloaded ciborium v0.2.1
6862023-09-21T15:19:42.547Z Downloaded memoffset v0.9.0
6872023-09-21T15:19:42.550Z Downloaded anstream v0.5.0
6882023-09-21T15:19:42.555Z Downloaded num_enum v0.7.0
6892023-09-21T15:19:42.566Z Downloaded match_cfg v0.1.0
6902023-09-21T15:19:42.568Z Downloaded subtle v2.5.0
6912023-09-21T15:19:42.571Z Downloaded is-terminal v0.4.9
6922023-09-21T15:19:42.575Z Downloaded fastrand v2.0.0
6932023-09-21T15:19:42.578Z Downloaded foreign-types v0.5.0
6942023-09-21T15:19:42.584Z Downloaded const_format_proc_macros v0.2.31
6952023-09-21T15:19:42.588Z Downloaded const_format v0.2.31
6962023-09-21T15:19:42.598Z Downloaded parking_lot_core v0.9.8
6972023-09-21T15:19:42.603Z Downloaded strum v0.25.0
6982023-09-21T15:19:42.606Z Downloaded spki v0.7.2
6992023-09-21T15:19:42.610Z Downloaded blake2 v0.10.6
7002023-09-21T15:19:42.613Z Downloaded tinyvec_macros v0.1.1
7012023-09-21T15:19:42.616Z Downloaded time-core v0.1.1
7022023-09-21T15:19:42.618Z Downloaded untrusted v0.7.1
7032023-09-21T15:19:42.621Z Downloaded platforms v3.0.2
7042023-09-21T15:19:42.624Z Downloaded keccak v0.1.4
7052023-09-21T15:19:42.627Z Downloaded native-tls v0.2.11
7062023-09-21T15:19:42.631Z Downloaded sha2 v0.10.7
7072023-09-21T15:19:42.635Z Downloaded futures-io v0.3.28
7082023-09-21T15:19:42.638Z Downloaded darling_core v0.20.3
7092023-09-21T15:19:42.646Z Downloaded md5 v0.7.0
7102023-09-21T15:19:42.649Z Downloaded enum-iterator v1.4.1
7112023-09-21T15:19:42.651Z Downloaded thiserror v1.0.48
7122023-09-21T15:19:42.659Z Downloaded libefi-sys v0.1.0
7132023-09-21T15:19:42.661Z Downloaded thiserror-impl v1.0.48
7142023-09-21T15:19:42.664Z Downloaded base64 v0.21.4
7152023-09-21T15:19:42.672Z Downloaded thread_local v1.1.7
7162023-09-21T15:19:42.675Z Downloaded httparse v1.8.0
7172023-09-21T15:19:42.681Z Downloaded structopt-derive v0.4.18
7182023-09-21T15:19:42.683Z Downloaded static_assertions v1.1.0
7192023-09-21T15:19:42.686Z Downloaded num-traits v0.2.16
7202023-09-21T15:19:42.692Z Downloaded hyper-staticfile v0.9.5
7212023-09-21T15:19:42.695Z Downloaded inout v0.1.3
7222023-09-21T15:19:42.698Z Downloaded endian-type v0.1.2
7232023-09-21T15:19:42.702Z Downloaded thread-id v4.2.0
7242023-09-21T15:19:42.705Z Downloaded managed v0.8.0
7252023-09-21T15:19:42.708Z Downloaded openssl-sys v0.9.93
7262023-09-21T15:19:42.713Z Downloaded hyper-tls v0.5.0
7272023-09-21T15:19:42.716Z Downloaded hyper-rustls v0.24.1
7282023-09-21T15:19:42.721Z Downloaded want v0.3.1
7292023-09-21T15:19:42.724Z Downloaded arc-swap v1.6.0
7302023-09-21T15:19:42.731Z Downloaded headers-core v0.2.0
7312023-09-21T15:19:42.734Z Downloaded unicode-width v0.1.10
7322023-09-21T15:19:42.737Z Downloaded fallible-streaming-iterator v0.1.9
7332023-09-21T15:19:42.740Z Downloaded serde_urlencoded v0.7.1
7342023-09-21T15:19:42.742Z Downloaded ed25519-dalek v2.0.0
7352023-09-21T15:19:42.746Z Downloaded toolchain_find v0.2.0
7362023-09-21T15:19:42.748Z Downloaded der v0.7.8
7372023-09-21T15:19:42.760Z Downloaded ghash v0.5.0
7382023-09-21T15:19:42.762Z Downloaded tokio-macros v2.1.0
7392023-09-21T15:19:42.766Z Downloaded serde_with_macros v2.3.3
7402023-09-21T15:19:42.770Z Downloaded semver-parser v0.10.2
7412023-09-21T15:19:42.774Z Downloaded tinyvec v1.6.0
7422023-09-21T15:19:42.780Z Downloaded lru-cache v0.1.2
7432023-09-21T15:19:42.791Z Downloaded waitgroup v0.1.2
7442023-09-21T15:19:42.798Z Downloaded macaddr v1.0.1
7452023-09-21T15:19:42.803Z Downloaded lazy_static v1.4.0
7462023-09-21T15:19:42.809Z Downloaded tokio-tungstenite v0.18.0
7472023-09-21T15:19:42.817Z Downloaded russh-keys v0.38.0
7482023-09-21T15:19:42.825Z Downloaded semver v0.11.0
7492023-09-21T15:19:42.832Z Downloaded usdt-macro v0.3.5
7502023-09-21T15:19:42.841Z Downloaded elliptic-curve v0.13.5
7512023-09-21T15:19:42.849Z Downloaded serde_tokenstream v0.2.0
7522023-09-21T15:19:42.865Z Downloaded sha1 v0.10.5
7532023-09-21T15:19:42.876Z Downloaded getrandom v0.1.16
7542023-09-21T15:19:42.879Z Downloaded strsim v0.10.0
7552023-09-21T15:19:42.882Z Downloaded hex-literal v0.4.1
7562023-09-21T15:19:42.885Z Downloaded sct v0.7.0
7572023-09-21T15:19:42.888Z Downloaded yasna v0.5.2
7582023-09-21T15:19:42.890Z Downloaded getrandom v0.2.10
7592023-09-21T15:19:42.893Z Downloaded signature v2.1.0
7602023-09-21T15:19:42.896Z Downloaded mio v0.8.8
7612023-09-21T15:19:42.898Z Downloaded toml_datetime v0.6.3
7622023-09-21T15:19:42.902Z Downloaded subprocess v0.2.9
7632023-09-21T15:19:42.906Z Downloaded slog-term v2.9.0
7642023-09-21T15:19:42.915Z Downloaded serde_tokenstream v0.1.7
7652023-09-21T15:19:42.939Z Downloaded unsafe-libyaml v0.2.9
7662023-09-21T15:19:42.944Z Downloaded winnow v0.5.15
7672023-09-21T15:19:42.946Z Downloaded indexmap v2.0.0
7682023-09-21T15:19:42.949Z Downloaded slog v2.7.0
7692023-09-21T15:19:42.951Z Downloaded vsss-rs v3.3.1
7702023-09-21T15:19:42.954Z Downloaded trust-dns-resolver v0.22.0
7712023-09-21T15:19:42.957Z Downloaded half v1.8.2
7722023-09-21T15:19:42.959Z Downloaded url v2.4.1
7732023-09-21T15:19:42.962Z Downloaded aes-gcm v0.10.2
7742023-09-21T15:19:42.964Z Downloaded memchr v2.6.3
7752023-09-21T15:19:42.967Z Downloaded toml_edit v0.19.15
7762023-09-21T15:19:42.976Z Downloaded serde_with v2.3.3
7772023-09-21T15:19:42.988Z Downloaded hashbrown v0.12.3
7782023-09-21T15:19:42.996Z Downloaded clap v2.34.0
7792023-09-21T15:19:43.011Z Downloaded hashbrown v0.14.0
7802023-09-21T15:19:43.020Z Downloaded vcpkg v0.2.15
7812023-09-21T15:19:43.098Z Downloaded unicode-normalization v0.1.22
7822023-09-21T15:19:43.106Z Downloaded git2 v0.17.2
7832023-09-21T15:19:43.123Z Downloaded object v0.32.1
7842023-09-21T15:19:43.143Z Downloaded hkdf v0.12.3
7852023-09-21T15:19:43.148Z Downloaded nix v0.26.2
7862023-09-21T15:19:43.170Z Downloaded serde_json v1.0.106
7872023-09-21T15:19:43.184Z Downloaded smoltcp v0.8.2
7882023-09-21T15:19:43.203Z Downloaded curve25519-dalek v4.1.0
7892023-09-21T15:19:43.220Z Downloaded syn v1.0.109
7902023-09-21T15:19:43.241Z Downloaded syn v2.0.32
7912023-09-21T15:19:43.263Z Downloaded openssl v0.10.57
7922023-09-21T15:19:43.281Z Downloaded idna v0.4.0
7932023-09-21T15:19:43.295Z Downloaded regex-syntax v0.7.5
7942023-09-21T15:19:43.312Z Downloaded idna v0.2.3
7952023-09-21T15:19:43.326Z Downloaded zerocopy-derive v0.6.3
7962023-09-21T15:19:43.348Z Downloaded trust-dns-proto v0.22.0
7972023-09-21T15:19:43.370Z Downloaded zerocopy-derive v0.2.0
7982023-09-21T15:19:43.389Z Downloaded tokio v1.32.0
7992023-09-21T15:19:43.460Z Downloaded sled v0.34.7
8002023-09-21T15:19:43.481Z Downloaded sha3 v0.10.8
8012023-09-21T15:19:43.493Z Downloaded regex-automata v0.3.8
8022023-09-21T15:19:43.527Z Downloaded openapiv3 v1.0.3
8032023-09-21T15:19:43.551Z Downloaded libc v0.2.147
8042023-09-21T15:19:43.600Z Downloaded winapi v0.3.9
8052023-09-21T15:19:43.686Z Downloaded gimli v0.28.0
8062023-09-21T15:19:43.703Z Downloaded regex-syntax v0.6.29
8072023-09-21T15:19:43.727Z Downloaded rustix v0.38.9
8082023-09-21T15:19:43.770Z Downloaded webpki-roots v0.25.2
8092023-09-21T15:19:43.778Z Downloaded h2 v0.3.21
8102023-09-21T15:19:43.793Z Downloaded hyper v0.14.27
8112023-09-21T15:19:43.809Z Downloaded libz-sys v1.1.12
8122023-09-21T15:19:43.935Z Downloaded rustls v0.21.7
8132023-09-21T15:19:43.961Z Downloaded regress v0.7.1
8142023-09-21T15:19:43.972Z Downloaded rustls-webpki v0.101.4
8152023-09-21T15:19:44.001Z Downloaded chrono v0.4.30
8162023-09-21T15:19:44.015Z Downloaded http v0.2.9
8172023-09-21T15:19:44.023Z Downloaded encoding_rs v0.8.33
8182023-09-21T15:19:44.068Z Downloaded itertools v0.11.0
8192023-09-21T15:19:44.080Z Downloaded libm v0.2.7
8202023-09-21T15:19:44.098Z Downloaded reqwest v0.11.20
8212023-09-21T15:19:44.116Z Downloaded regex v1.9.5
8222023-09-21T15:19:44.142Z Downloaded radix_trie v0.2.1
8232023-09-21T15:19:44.150Z Downloaded bitvec v1.0.1
8242023-09-21T15:19:44.176Z Downloaded libgit2-sys v0.15.2+1.6.4
8252023-09-21T15:19:44.287Z Downloaded hashbrown v0.13.2
8262023-09-21T15:19:44.300Z Downloaded itertools v0.10.5
8272023-09-21T15:19:44.307Z Downloaded rusqlite v0.29.0
8282023-09-21T15:19:44.318Z Downloaded trust-dns-server v0.22.1
8292023-09-21T15:19:44.329Z Downloaded futures-util v0.3.28
8302023-09-21T15:19:44.353Z Downloaded unicode-segmentation v1.10.1
8312023-09-21T15:19:44.359Z Downloaded aho-corasick v1.0.4
8322023-09-21T15:19:44.370Z Downloaded time v0.3.27
8332023-09-21T15:19:44.383Z Downloaded serde_derive v1.0.188
8342023-09-21T15:19:44.388Z Downloaded tokio-util v0.7.8
8352023-09-21T15:19:44.399Z Downloaded serde v1.0.188
8362023-09-21T15:19:44.406Z Downloaded serde_yaml v0.9.25
8372023-09-21T15:19:44.413Z Downloaded toml v0.5.11
8382023-09-21T15:19:44.418Z Downloaded tokio-postgres v0.7.10
8392023-09-21T15:19:44.428Z Downloaded hashlink v0.8.3
8402023-09-21T15:19:44.431Z Downloaded tracing v0.1.37
8412023-09-21T15:19:44.439Z Downloaded utf8parse v0.2.1
8422023-09-21T15:19:44.441Z Downloaded jobserver v0.1.26
8432023-09-21T15:19:44.444Z Downloaded headers v0.3.9
8442023-09-21T15:19:44.455Z Downloaded walkdir v2.4.0
8452023-09-21T15:19:44.458Z Downloaded tracing-core v0.1.31
8462023-09-21T15:19:44.464Z Downloaded enum-as-inner v0.5.1
8472023-09-21T15:19:44.467Z Downloaded structmeta v0.1.6
8482023-09-21T15:19:44.469Z Downloaded thiserror-impl-no-std v2.0.2
8492023-09-21T15:19:44.472Z Downloaded tokio-stream v0.1.14
8502023-09-21T15:19:44.477Z Downloaded vergen v8.2.4
8512023-09-21T15:19:44.486Z Downloaded log v0.4.20
8522023-09-21T15:19:44.489Z Downloaded env_logger v0.9.3
8532023-09-21T15:19:44.493Z Downloaded version_check v0.9.4
8542023-09-21T15:19:44.496Z Downloaded fallible-iterator v0.2.0
8552023-09-21T15:19:44.499Z Downloaded utf-8 v0.7.6
8562023-09-21T15:19:44.502Z Downloaded usdt v0.3.5
8572023-09-21T15:19:44.506Z Downloaded pest v2.7.2
8582023-09-21T15:19:44.513Z Downloaded aes v0.8.3
8592023-09-21T15:19:44.518Z Downloaded errno v0.3.2
8602023-09-21T15:19:44.521Z Downloaded tokio-tungstenite v0.17.2
8612023-09-21T15:19:44.526Z Downloaded hmac v0.12.1
8622023-09-21T15:19:44.528Z Downloaded zerocopy v0.6.3
8632023-09-21T15:19:44.534Z Downloaded toml v0.7.6
8642023-09-21T15:19:44.538Z Downloaded tokio-rustls v0.24.1
8652023-09-21T15:19:44.543Z Downloaded serde_derive_internals v0.26.0
8662023-09-21T15:19:44.546Z Downloaded rand v0.8.5
8672023-09-21T15:19:44.553Z Downloaded rand v0.4.6
8682023-09-21T15:19:44.559Z Downloaded serde_path_to_error v0.1.14
8692023-09-21T15:19:44.562Z Downloaded tracing-attributes v0.1.26
8702023-09-21T15:19:44.568Z Downloaded signal-hook-registry v1.4.1
8712023-09-21T15:19:44.571Z Downloaded hex v0.4.3
8722023-09-21T15:19:44.574Z Downloaded getopts v0.2.21
8732023-09-21T15:19:44.577Z Downloaded zerocopy v0.3.0
8742023-09-21T15:19:44.580Z Downloaded xattr v1.0.1
8752023-09-21T15:19:44.583Z Downloaded flate2 v1.0.27
8762023-09-21T15:19:44.592Z Downloaded fxhash v0.2.1
8772023-09-21T15:19:44.596Z Downloaded indexmap v1.9.3
8782023-09-21T15:19:44.601Z Downloaded uuid v1.4.1
8792023-09-21T15:19:44.607Z Downloaded futures v0.3.28
8802023-09-21T15:19:44.616Z Downloaded trust-dns-client v0.22.0
8812023-09-21T15:19:44.630Z Downloaded semver v1.0.18
8822023-09-21T15:19:44.642Z Downloaded socket2 v0.5.3
8832023-09-21T15:19:44.653Z Downloaded ucd-trie v0.1.6
8842023-09-21T15:19:44.663Z Downloaded secrecy v0.8.0
8852023-09-21T15:19:44.666Z Downloaded heck v0.4.1
8862023-09-21T15:19:44.668Z Downloaded chacha20poly1305 v0.10.1
8872023-09-21T15:19:44.671Z Downloaded crypto-bigint v0.5.2
8882023-09-21T15:19:44.678Z Downloaded scopeguard v1.2.0
8892023-09-21T15:19:44.681Z Downloaded schemars_derive v0.8.13
8902023-09-21T15:19:44.687Z Downloaded smf v0.2.2
8912023-09-21T15:19:44.689Z Downloaded term v0.7.0
8922023-09-21T15:19:44.692Z Downloaded ipnet v2.8.0
8932023-09-21T15:19:44.696Z Downloaded tungstenite v0.18.0
8942023-09-21T15:19:44.699Z Downloaded tar v0.4.40
8952023-09-21T15:19:44.702Z Downloaded schemars v0.8.13
8962023-09-21T15:19:44.705Z Downloaded num-bigint v0.4.4
8972023-09-21T15:19:44.714Z Downloaded typenum v1.16.0
8982023-09-21T15:19:44.719Z Downloaded libsqlite3-sys v0.26.0
8992023-09-21T15:19:44.864Z Downloaded ring v0.16.20
9002023-09-21T15:19:45.032Z Downloaded stringprep v0.1.3
9012023-09-21T15:19:45.035Z Downloaded ryu v1.0.15
9022023-09-21T15:19:45.039Z Downloaded thiserror-no-std v2.0.2
9032023-09-21T15:19:45.046Z Downloaded unicode-ident v1.0.11
9042023-09-21T15:19:45.054Z Downloaded tap v1.0.1
9052023-09-21T15:19:45.064Z Downloaded tokio-native-tls v0.3.1
9062023-09-21T15:19:45.071Z Downloaded structopt v0.3.26
9072023-09-21T15:19:45.073Z Downloaded socket2 v0.4.9
9082023-09-21T15:19:45.076Z Downloaded slog-json v2.6.1
9092023-09-21T15:19:45.078Z Downloaded heck v0.3.3
9102023-09-21T15:19:45.081Z Downloaded enum-iterator-derive v1.2.1
9112023-09-21T15:19:45.084Z Downloaded generic-array v0.14.7
9122023-09-21T15:19:45.087Z Downloaded structmeta-derive v0.1.6
9132023-09-21T15:19:45.090Z Downloaded linked-hash-map v0.5.6
9142023-09-21T15:19:45.093Z Downloaded slog-stdlog v4.1.1
9152023-09-21T15:19:45.095Z Downloaded slog-bunyan v2.4.0
9162023-09-21T15:19:45.098Z Downloaded humantime v2.1.0
9172023-09-21T15:19:45.101Z Downloaded glob v0.3.1
9182023-09-21T15:19:45.103Z Downloaded base64 v0.13.1
9192023-09-21T15:19:45.106Z Downloaded ff v0.13.0
9202023-09-21T15:19:45.111Z Downloaded clap_builder v4.4.2
9212023-09-21T15:19:45.113Z Downloaded slog-scope v4.4.0
9222023-09-21T15:19:45.116Z Downloaded zeroize_derive v1.4.2
9232023-09-21T15:19:45.118Z Downloaded smallvec v1.11.0
9242023-09-21T15:19:45.121Z Downloaded strum_macros v0.25.2
9252023-09-21T15:19:45.124Z Downloaded form_urlencoded v1.2.0
9262023-09-21T15:19:45.126Z Downloaded rustversion v1.0.14
9272023-09-21T15:19:45.129Z Downloaded http-range v0.1.5
9282023-09-21T15:19:45.131Z Downloaded lock_api v0.4.10
9292023-09-21T15:19:45.134Z Downloaded itoa v1.0.9
9302023-09-21T15:19:45.137Z Downloaded zeroize v1.6.0
9312023-09-21T15:19:45.140Z Downloaded termcolor v1.2.0
9322023-09-21T15:19:45.142Z Downloaded sha-1 v0.10.1
9332023-09-21T15:19:45.145Z Downloaded time-macros v0.2.13
9342023-09-21T15:19:45.148Z Downloaded tower-service v0.3.2
9352023-09-21T15:19:45.150Z Downloaded twox-hash v1.6.3
9362023-09-21T15:19:45.153Z Downloaded cbc v0.1.2
9372023-09-21T15:19:45.155Z Downloaded slab v0.4.9
9382023-09-21T15:19:45.158Z Downloaded siphasher v0.3.11
9392023-09-21T15:19:45.161Z Downloaded instant v0.1.12
9402023-09-21T15:19:45.164Z Downloaded ident_case v1.0.1
9412023-09-21T15:19:45.166Z Downloaded http-body v0.4.5
9422023-09-21T15:19:45.169Z Downloaded strsim v0.8.0
9432023-09-21T15:19:45.172Z Downloaded anyhow v1.0.75
9442023-09-21T15:19:45.175Z Downloaded ahash v0.8.3
9452023-09-21T15:19:45.178Z Downloaded textwrap v0.11.0
9462023-09-21T15:19:45.180Z Downloaded fnv v1.0.7
9472023-09-21T15:19:45.183Z Downloaded allocator-api2 v0.2.16
9482023-09-21T15:19:45.186Z Downloaded foreign-types-macros v0.2.3
9492023-09-21T15:19:45.190Z Downloaded foreign-types-shared v0.3.1
9502023-09-21T15:19:45.193Z Downloaded serde_spanned v0.6.3
9512023-09-21T15:19:45.196Z Downloaded postcard v0.7.3
9522023-09-21T15:19:45.198Z Downloaded hostname v0.3.1
9532023-09-21T15:19:45.201Z Downloaded miniz_oxide v0.7.1
9542023-09-21T15:19:45.217Z Downloaded crossbeam-utils v0.8.16
9552023-09-21T15:19:45.220Z Downloaded home v0.5.5
9562023-09-21T15:19:45.223Z Downloaded futures-task v0.3.28
9572023-09-21T15:19:45.227Z Downloaded russh v0.38.0
9582023-09-21T15:19:45.230Z Downloaded funty v2.0.0
9592023-09-21T15:19:45.232Z Downloaded slog-envlogger v2.2.0
9602023-09-21T15:19:45.238Z Downloaded slog-async v2.8.0
9612023-09-21T15:19:45.241Z Downloaded rustls-pemfile v1.0.3
9622023-09-21T15:19:45.244Z Downloaded md-5 v0.10.5
9632023-09-21T15:19:45.247Z Downloaded tempfile v3.8.0
9642023-09-21T15:19:45.249Z Downloaded rand v0.7.3
9652023-09-21T15:19:45.252Z Downloaded ciborium-ll v0.2.1
9662023-09-21T15:19:45.255Z Downloaded httpdate v1.0.3
9672023-09-21T15:19:45.258Z Downloaded group v0.13.0
9682023-09-21T15:19:45.261Z Downloaded synstructure v0.12.6
9692023-09-21T15:19:45.264Z Downloaded futures-channel v0.3.28
9702023-09-21T15:19:45.266Z Downloaded slog-dtrace v0.2.3
9712023-09-21T15:19:45.269Z Downloaded serde_arrays v0.1.0
9722023-09-21T15:19:45.272Z Downloaded same-file v1.0.6
9732023-09-21T15:19:45.274Z Downloaded ipnetwork v0.20.0
9742023-09-21T15:19:45.277Z Downloaded russh-cryptovec v0.7.0
9752023-09-21T15:19:45.280Z Downloaded parking_lot v0.12.1
9762023-09-21T15:19:45.283Z Downloaded cpufeatures v0.2.9
9772023-09-21T15:19:45.287Z Downloaded pbkdf2 v0.12.2
9782023-09-21T15:19:45.289Z Downloaded password-hash v0.4.2
9792023-09-21T15:19:45.292Z Downloaded omicron-zone-package v0.8.3
9802023-09-21T15:19:45.295Z Downloaded rustc-demangle v0.1.23
9812023-09-21T15:19:45.297Z Downloaded rcgen v0.10.0
9822023-09-21T15:19:45.300Z Downloaded parking_lot_core v0.8.6
9832023-09-21T15:19:45.303Z Downloaded bcrypt-pbkdf v0.10.0
9842023-09-21T15:19:45.306Z Downloaded foreign-types v0.3.2
9852023-09-21T15:19:45.309Z Downloaded futures-macro v0.3.28
9862023-09-21T15:19:45.312Z Downloaded zone v0.2.0
9872023-09-21T15:19:45.314Z Downloaded num_enum_derive v0.7.0
9882023-09-21T15:19:45.317Z Downloaded num_enum_derive v0.5.11
9892023-09-21T15:19:45.320Z Downloaded num-complex v0.4.4
9902023-09-21T15:19:45.323Z Downloaded nibble_vec v0.1.0
9912023-09-21T15:19:45.326Z Downloaded spin v0.5.2
9922023-09-21T15:19:45.330Z Downloaded matches v0.1.10
9932023-09-21T15:19:45.333Z Downloaded take_mut v0.2.2
9942023-09-21T15:19:45.336Z Downloaded num-integer v0.1.45
9952023-09-21T15:19:45.339Z Downloaded iana-time-zone v0.1.57
9962023-09-21T15:19:45.342Z Downloaded erased-serde v0.3.30
9972023-09-21T15:19:45.346Z Downloaded futures-executor v0.3.28
9982023-09-21T15:19:45.349Z Downloaded futures-core v0.3.28
9992023-09-21T15:19:45.351Z Downloaded whoami v1.4.1
10002023-09-21T15:19:45.354Z Downloaded crc32fast v1.3.2
10012023-09-21T15:19:45.357Z Downloaded clap_lex v0.5.1
10022023-09-21T15:19:45.359Z Downloaded bincode v1.3.3
10032023-09-21T15:19:45.362Z Downloaded num-iter v0.1.43
10042023-09-21T15:19:45.365Z Downloaded mime v0.3.17
10052023-09-21T15:19:45.368Z Downloaded dirs-sys-next v0.1.2
10062023-09-21T15:19:45.372Z Downloaded dirs-sys v0.4.1
10072023-09-21T15:19:45.375Z Downloaded crypto-common v0.1.6
10082023-09-21T15:19:45.378Z Downloaded password-hash v0.5.0
10092023-09-21T15:19:45.381Z Downloaded foreign-types-shared v0.1.1
10102023-09-21T15:19:45.384Z Downloaded universal-hash v0.5.1
10112023-09-21T15:19:45.387Z Downloaded ringbuffer v0.14.2
10122023-09-21T15:19:45.390Z Downloaded num v0.4.1
10132023-09-21T15:19:45.393Z Downloaded ed25519 v2.2.2
10142023-09-21T15:19:45.396Z Downloaded either v1.9.0
10152023-09-21T15:19:45.399Z Downloaded data-encoding v2.4.0
10162023-09-21T15:19:45.402Z Downloaded ctr v0.9.2
10172023-09-21T15:19:45.405Z Downloaded poly1305 v0.8.0
10182023-09-21T15:19:45.408Z Downloaded pest_meta v2.7.2
10192023-09-21T15:19:45.411Z Downloaded ascii v1.1.0
10202023-09-21T15:19:45.414Z Downloaded ron v0.7.1
10212023-09-21T15:19:45.418Z Downloaded polyval v0.6.1
10222023-09-21T15:19:45.420Z Downloaded phf v0.11.2
10232023-09-21T15:19:45.423Z Downloaded block-padding v0.3.3
10242023-09-21T15:19:45.425Z Downloaded bitflags v1.3.2
10252023-09-21T15:19:45.428Z Downloaded radium v0.7.0
10262023-09-21T15:19:45.431Z Downloaded rand_chacha v0.2.2
10272023-09-21T15:19:45.434Z Downloaded postgres-protocol v0.6.6
10282023-09-21T15:19:45.437Z Downloaded parse-display-derive v0.7.0
10292023-09-21T15:19:45.440Z Downloaded debug-ignore v1.0.5
10302023-09-21T15:19:45.442Z Downloaded rustc_version v0.4.0
10312023-09-21T15:19:45.445Z Downloaded quote v1.0.33
10322023-09-21T15:19:45.448Z Downloaded proc-macro-error v1.0.4
10332023-09-21T15:19:45.451Z Downloaded proc-macro-crate v1.3.1
10342023-09-21T15:19:45.454Z Downloaded pkg-config v0.3.27
10352023-09-21T15:19:45.458Z Downloaded pin-project-lite v0.2.13
10362023-09-21T15:19:45.461Z Downloaded phf_shared v0.11.2
10372023-09-21T15:19:45.464Z Downloaded pem v1.1.1
10382023-09-21T15:19:45.468Z Downloaded ppv-lite86 v0.2.17
10392023-09-21T15:19:45.474Z Downloaded rand_chacha v0.3.1
10402023-09-21T15:19:45.477Z Downloaded postgres-types v0.2.6
10412023-09-21T15:19:45.482Z Downloaded num_enum v0.5.11
10422023-09-21T15:19:45.485Z Downloaded num-rational v0.4.1
10432023-09-21T15:19:45.496Z Downloaded block-buffer v0.10.4
10442023-09-21T15:19:45.522Z Downloaded argon2 v0.5.2
10452023-09-21T15:19:45.527Z Downloaded pest_generator v2.7.2
10462023-09-21T15:19:45.532Z Downloaded crossbeam-channel v0.5.8
10472023-09-21T15:19:45.536Z Downloaded bit-vec v0.6.3
10482023-09-21T15:19:45.540Z Downloaded option-ext v0.2.0
10492023-09-21T15:19:45.545Z Downloaded num_threads v0.1.6
10502023-09-21T15:19:45.550Z Downloaded darling_macro v0.20.3
10512023-09-21T15:19:45.554Z Downloaded dof v0.1.5
10522023-09-21T15:19:45.559Z Downloaded pest_derive v2.7.2
10532023-09-21T15:19:45.564Z Downloaded crossbeam-epoch v0.9.15
10542023-09-21T15:19:45.569Z Downloaded colorchoice v1.0.0
10552023-09-21T15:19:45.573Z Downloaded deranged v0.3.8
10562023-09-21T15:19:45.577Z Downloaded base16ct v0.2.0
10572023-09-21T15:19:46.024Z Downloaded async-trait v0.1.73
10582023-09-21T15:19:46.027Z Downloaded once_cell v1.18.0
10592023-09-21T15:19:46.031Z Downloaded backtrace v0.3.69
10602023-09-21T15:19:46.035Z Downloaded adler v1.0.2
10612023-09-21T15:19:46.038Z Downloaded anstyle-parse v0.2.1
10622023-09-21T15:19:46.041Z Downloaded atomic-waker v1.1.1
10632023-09-21T15:19:46.043Z Downloaded quick-error v1.2.3
10642023-09-21T15:19:46.046Z Downloaded parse-display v0.7.0
10652023-09-21T15:19:46.049Z Downloaded paste v1.0.14
10662023-09-21T15:19:46.051Z Downloaded usdt-impl v0.3.5
10672023-09-21T15:19:46.054Z Downloaded tungstenite v0.17.3
10682023-09-21T15:19:46.056Z Downloaded usdt-attr-macro v0.3.5
10692023-09-21T15:19:46.059Z Downloaded dirs-next v2.0.0
10702023-09-21T15:19:46.062Z Downloaded curve25519-dalek-derive v0.1.0
10712023-09-21T15:19:46.065Z Downloaded ansi_term v0.12.1
10722023-09-21T15:19:46.068Z Downloaded pin-utils v0.1.0
10732023-09-21T15:19:46.071Z Downloaded postcard-cobs v0.1.5-pre
10742023-09-21T15:19:46.074Z Downloaded unicode-xid v0.2.4
10752023-09-21T15:19:46.076Z Downloaded pbkdf2 v0.11.0
10762023-09-21T15:19:46.079Z Downloaded dirs v5.0.1
10772023-09-21T15:19:46.082Z Downloaded pkcs8 v0.10.2
10782023-09-21T15:19:46.084Z Downloaded proc-macro-error-attr v1.0.4
10792023-09-21T15:19:46.087Z Downloaded parking_lot v0.11.2
10802023-09-21T15:19:46.090Z Downloaded memoffset v0.7.1
10812023-09-21T15:19:46.092Z Downloaded derive_more v0.99.17
10822023-09-21T15:19:46.097Z Downloaded cipher v0.4.4
10832023-09-21T15:19:46.099Z Downloaded bit_field v0.10.2
10842023-09-21T15:19:46.104Z Downloaded cstr-argument v0.1.2
10852023-09-21T15:19:46.180Z Downloaded const-oid v0.9.5
10862023-09-21T15:19:46.191Z Downloaded cfg-if v0.1.10
10872023-09-21T15:19:46.216Z Downloaded blowfish v0.9.1
10882023-09-21T15:19:46.219Z Downloaded bitstruct v0.1.1
10892023-09-21T15:19:46.229Z Downloaded async-stream-impl v0.3.5
10902023-09-21T15:19:46.234Z Downloaded addr2line v0.21.0
10912023-09-21T15:19:46.237Z Downloaded clap_derive v4.4.2
10922023-09-21T15:19:46.240Z Downloaded clap v4.4.2
10932023-09-21T15:19:46.245Z Downloaded ciborium-io v0.2.1
10942023-09-21T15:19:46.251Z Downloaded chacha20 v0.9.1
10952023-09-21T15:19:46.254Z Downloaded bytes v1.5.0
10962023-09-21T15:19:46.258Z Downloaded bitflags v2.4.0
10972023-09-21T15:19:46.271Z Downloaded backoff v0.4.0
10982023-09-21T15:19:46.274Z Downloaded digest v0.10.7
10992023-09-21T15:19:46.277Z Downloaded camino-tempfile v1.0.2
11002023-09-21T15:19:46.281Z Downloaded camino v1.1.6
11012023-09-21T15:19:46.284Z Compiling proc-macro2 v1.0.66
11022023-09-21T15:19:46.288Z Compiling unicode-ident v1.0.11
11032023-09-21T15:19:46.291Z Compiling libc v0.2.147
11042023-09-21T15:19:46.294Z Compiling version_check v0.9.4
11052023-09-21T15:19:46.298Z Compiling autocfg v1.1.0
11062023-09-21T15:19:46.301Z Compiling serde v1.0.188
11072023-09-21T15:19:46.306Z Compiling cfg-if v1.0.0
11082023-09-21T15:19:46.312Z Compiling syn v1.0.109
11092023-09-21T15:19:46.462Z Compiling once_cell v1.18.0
11102023-09-21T15:19:47.202Z Compiling typenum v1.16.0
11112023-09-21T15:19:47.420Z Compiling thiserror v1.0.48
11122023-09-21T15:19:47.458Z Compiling generic-array v0.14.7
11132023-09-21T15:19:48.317Z Compiling itoa v1.0.9
11142023-09-21T15:19:48.321Z Compiling lock_api v0.4.10
11152023-09-21T15:19:48.426Z Compiling parking_lot_core v0.9.8
11162023-09-21T15:19:48.651Z Compiling futures-core v0.3.28
11172023-09-21T15:19:48.698Z Compiling serde_json v1.0.106
11182023-09-21T15:19:48.827Z Compiling libm v0.2.7
11192023-09-21T15:19:48.923Z Compiling num-traits v0.2.16
11202023-09-21T15:19:49.003Z Compiling memchr v2.6.3
11212023-09-21T15:19:49.141Z Compiling slab v0.4.9
11222023-09-21T15:19:49.327Z Compiling futures-task v0.3.28
11232023-09-21T15:19:49.467Z Compiling ryu v1.0.15
11242023-09-21T15:19:49.571Z Compiling quote v1.0.33
11252023-09-21T15:19:49.994Z Compiling equivalent v1.0.1
11262023-09-21T15:19:50.041Z Compiling futures-channel v0.3.28
11272023-09-21T15:19:50.146Z Compiling ahash v0.8.3
11282023-09-21T15:19:50.477Z Compiling syn v2.0.32
11292023-09-21T15:19:50.604Z Compiling jobserver v0.1.26
11302023-09-21T15:19:50.806Z Compiling futures-util v0.3.28
11312023-09-21T15:19:51.073Z Compiling cc v1.0.83
11322023-09-21T15:19:51.190Z Compiling getrandom v0.2.10
11332023-09-21T15:19:51.448Z Compiling fnv v1.0.7
11342023-09-21T15:19:51.639Z Compiling hashbrown v0.14.0
11352023-09-21T15:19:51.783Z Compiling pkg-config v0.3.27
11362023-09-21T15:19:51.817Z Compiling vcpkg v0.2.15
11372023-09-21T15:19:51.851Z Compiling iana-time-zone v0.1.57
11382023-09-21T15:19:52.233Z Compiling httparse v1.8.0
11392023-09-21T15:19:52.563Z Compiling schemars v0.8.13
11402023-09-21T15:19:52.828Z Compiling heck v0.4.1
11412023-09-21T15:19:53.047Z Compiling indexmap v1.9.3
11422023-09-21T15:19:53.503Z Compiling dyn-clone v1.0.13
11432023-09-21T15:19:53.623Z Compiling log v0.4.20
11442023-09-21T15:19:53.642Z Compiling rustls v0.21.7
11452023-09-21T15:19:53.836Z Compiling pin-project-lite v0.2.13
11462023-09-21T15:19:54.008Z Compiling smallvec v1.11.0
11472023-09-21T15:19:54.045Z Compiling rand_core v0.6.4
11482023-09-21T15:19:54.301Z Compiling scopeguard v1.2.0
11492023-09-21T15:19:54.683Z Compiling byteorder v1.4.3
11502023-09-21T15:19:54.780Z Compiling slog v2.7.0
11512023-09-21T15:19:55.262Z Compiling aho-corasick v1.0.4
11522023-09-21T15:19:55.498Z Compiling bytes v1.5.0
11532023-09-21T15:19:55.521Z Compiling regex-syntax v0.7.5
11542023-09-21T15:19:55.881Z Compiling ring v0.16.20
11552023-09-21T15:19:56.061Z Compiling openssl-sys v0.9.93
11562023-09-21T15:19:57.390Z Compiling parking_lot v0.12.1
11572023-09-21T15:19:57.440Z Compiling signal-hook-registry v1.4.1
11582023-09-21T15:19:58.851Z Compiling num_cpus v1.16.0
11592023-09-21T15:19:58.991Z Compiling mio v0.8.8
11602023-09-21T15:19:59.041Z Compiling socket2 v0.5.3
11612023-09-21T15:19:59.212Z Compiling time-core v0.1.1
11622023-09-21T15:19:59.486Z Compiling chrono v0.4.30
11632023-09-21T15:20:00.830Z Compiling hashbrown v0.13.2
11642023-09-21T15:20:01.533Z Compiling serde_derive_internals v0.26.0
11652023-09-21T15:20:02.796Z Compiling regex-automata v0.3.8
11662023-09-21T15:20:02.846Z Compiling regress v0.7.1
11672023-09-21T15:20:03.599Z Compiling async-trait v0.1.73
11682023-09-21T15:20:04.918Z Compiling ucd-trie v0.1.6
11692023-09-21T15:20:05.309Z Compiling uuid v1.4.1
11702023-09-21T15:20:05.963Z Compiling http v0.2.9
11712023-09-21T15:20:06.271Z Compiling tinyvec_macros v0.1.1
11722023-09-21T15:20:06.409Z Compiling tinyvec v1.6.0
11732023-09-21T15:20:06.506Z Compiling semver v1.0.18
11742023-09-21T15:20:07.156Z Compiling openssl v0.10.57
11752023-09-21T15:20:07.644Z Compiling unicode-width v0.1.10
11762023-09-21T15:20:07.907Z Compiling time-macros v0.2.13
11772023-09-21T15:20:07.910Z Compiling native-tls v0.2.11
11782023-09-21T15:20:08.329Z Compiling winnow v0.5.15
11792023-09-21T15:20:10.481Z Compiling regex v1.9.5
11802023-09-21T15:20:12.314Z Compiling serde_derive v1.0.188
11812023-09-21T15:20:12.392Z Compiling zeroize_derive v1.4.2
11822023-09-21T15:20:12.447Z Compiling thiserror-impl v1.0.48
11832023-09-21T15:20:12.627Z Compiling tokio-macros v2.1.0
11842023-09-21T15:20:13.089Z Compiling futures-macro v0.3.28
11852023-09-21T15:20:14.701Z Compiling schemars_derive v0.8.13
11862023-09-21T15:20:14.734Z Compiling tracing-attributes v0.1.26
11872023-09-21T15:20:15.056Z Compiling openssl-macros v0.1.1
11882023-09-21T15:20:16.113Z Compiling zeroize v1.6.0
11892023-09-21T15:20:17.326Z Compiling pest v2.7.2
11902023-09-21T15:20:18.845Z Compiling percent-encoding v2.3.0
11912023-09-21T15:20:19.216Z Compiling pin-utils v0.1.0
11922023-09-21T15:20:19.329Z Compiling futures-sink v0.3.28
11932023-09-21T15:20:19.460Z Compiling getopts v0.2.21
11942023-09-21T15:20:19.565Z Compiling unicode-xid v0.2.4
11952023-09-21T15:20:19.623Z Compiling form_urlencoded v1.2.0
11962023-09-21T15:20:19.728Z Compiling unsafe-libyaml v0.2.9
11972023-09-21T15:20:20.257Z Compiling backtrace v0.3.69
11982023-09-21T15:20:20.621Z Compiling synstructure v0.12.6
11992023-09-21T15:20:20.886Z Compiling crypto-common v0.1.6
12002023-09-21T15:20:21.072Z Compiling tracing-core v0.1.31
12012023-09-21T15:20:21.261Z Compiling anyhow v1.0.75
12022023-09-21T15:20:21.347Z Compiling crossbeam-utils v0.8.16
12032023-09-21T15:20:21.977Z Compiling pest_meta v2.7.2
12042023-09-21T15:20:22.202Z Compiling subtle v2.5.0
12052023-09-21T15:20:22.717Z Compiling usdt-impl v0.3.5
12062023-09-21T15:20:23.234Z Compiling zerocopy-derive v0.2.0
12072023-09-21T15:20:23.433Z Compiling thread-id v4.2.0
12082023-09-21T15:20:24.096Z Compiling pest_generator v2.7.2
12092023-09-21T15:20:26.033Z Compiling zerocopy v0.3.0
12102023-09-21T15:20:27.391Z Compiling dof v0.1.5
12112023-09-21T15:20:29.303Z Compiling bitflags v2.4.0
12122023-09-21T15:20:29.425Z Compiling pest_derive v2.7.2
12132023-09-21T15:20:29.589Z Compiling rustversion v1.0.14
12142023-09-21T15:20:29.755Z Compiling untrusted v0.7.1
12152023-09-21T15:20:29.987Z Compiling strsim v0.10.0
12162023-09-21T15:20:30.082Z Compiling slog-async v2.8.0
12172023-09-21T15:20:30.514Z Compiling dtrace-parser v0.1.14
12182023-09-21T15:20:30.539Z Compiling spin v0.5.2
12192023-09-21T15:20:32.468Z Compiling ident_case v1.0.1
12202023-09-21T15:20:32.806Z Compiling hashbrown v0.12.3
12212023-09-21T15:20:32.919Z Compiling darling_core v0.20.3
12222023-09-21T15:20:33.351Z Compiling socket2 v0.4.9
12232023-09-21T15:20:34.375Z Compiling rustls-webpki v0.101.4
12242023-09-21T15:20:34.824Z Compiling sct v0.7.0
12252023-09-21T15:20:35.317Z Compiling base64 v0.21.4
12262023-09-21T15:20:36.078Z Compiling indexmap v2.0.0
12272023-09-21T15:20:36.669Z Compiling serde_tokenstream v0.2.0
12282023-09-21T15:20:37.533Z Compiling serde_tokenstream v0.1.7
12292023-09-21T15:20:37.582Z Compiling toml_datetime v0.6.3
12302023-09-21T15:20:37.882Z Compiling tokio v1.32.0
12312023-09-21T15:20:38.209Z Compiling serde_yaml v0.9.25
12322023-09-21T15:20:38.358Z Compiling serde_spanned v0.6.3
12332023-09-21T15:20:38.730Z Compiling toml_edit v0.19.15
12342023-09-21T15:20:38.752Z Compiling camino v1.1.6
12352023-09-21T15:20:41.024Z Compiling openapiv3 v1.0.3
12362023-09-21T15:20:43.479Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
12372023-09-21T15:20:44.896Z Compiling darling_macro v0.20.3
12382023-09-21T15:20:45.200Z Compiling usdt-attr-macro v0.3.5
12392023-09-21T15:20:45.224Z Compiling usdt-macro v0.3.5
12402023-09-21T15:20:47.125Z Compiling block-buffer v0.10.4
12412023-09-21T15:20:47.380Z Compiling cpufeatures v0.2.9
12422023-09-21T15:20:47.510Z Compiling try-lock v0.2.4
12432023-09-21T15:20:47.535Z Compiling httpdate v1.0.3
12442023-09-21T15:20:47.735Z Compiling want v0.3.1
12452023-09-21T15:20:48.207Z Compiling digest v0.10.7
12462023-09-21T15:20:48.318Z Compiling darling v0.20.3
12472023-09-21T15:20:48.889Z Compiling futures-io v0.3.28
12482023-09-21T15:20:49.095Z Compiling tower-service v0.3.2
12492023-09-21T15:20:49.429Z Compiling serde_with_macros v2.3.3
12502023-09-21T15:20:50.746Z Compiling async-stream-impl v0.3.5
12512023-09-21T15:20:51.999Z Compiling paste v1.0.14
12522023-09-21T15:20:52.665Z Compiling ppv-lite86 v0.2.17
12532023-09-21T15:20:53.404Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
12542023-09-21T15:20:57.226Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
12552023-09-21T15:21:00.206Z Compiling structmeta-derive v0.1.6
12562023-09-21T15:21:01.274Z Compiling ipnet v2.8.0
12572023-09-21T15:21:01.573Z Compiling rand_chacha v0.3.1
12582023-09-21T15:21:01.780Z Compiling rustls-pemfile v1.0.3
12592023-09-21T15:21:03.476Z Compiling tracing v0.1.37
12602023-09-21T15:21:03.507Z Compiling unicode-normalization v0.1.22
12612023-09-21T15:21:03.842Z Compiling deranged v0.3.8
12622023-09-21T15:21:03.962Z Compiling mime v0.3.17
12632023-09-21T15:21:04.154Z Compiling unicode-bidi v0.3.13
12642023-09-21T15:21:04.253Z Compiling num_threads v0.1.6
12652023-09-21T15:21:04.448Z Compiling regex-syntax v0.6.29
12662023-09-21T15:21:04.750Z Compiling structmeta v0.1.6
12672023-09-21T15:21:05.514Z Compiling rand v0.8.5
12682023-09-21T15:21:06.033Z Compiling strum_macros v0.25.2
12692023-09-21T15:21:06.922Z Compiling lazy_static v1.4.0
12702023-09-21T15:21:07.958Z Compiling adler v1.0.2
12712023-09-21T15:21:08.337Z Compiling miniz_oxide v0.7.1
12722023-09-21T15:21:09.633Z Compiling proc-macro-crate v1.3.1
12732023-09-21T15:21:11.131Z Compiling encoding_rs v0.8.33
12742023-09-21T15:21:11.859Z Compiling webpki-roots v0.25.2
12752023-09-21T15:21:12.735Z Compiling idna v0.4.0
12762023-09-21T15:21:12.761Z Compiling rustix v0.38.9
12772023-09-21T15:21:13.956Z Compiling tokio-util v0.7.8
12782023-09-21T15:21:14.315Z Compiling parse-display-derive v0.7.0
12792023-09-21T15:21:15.642Z Compiling url v2.4.1
12802023-09-21T15:21:15.739Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
12812023-09-21T15:21:16.291Z Compiling allocator-api2 v0.2.16
12822023-09-21T15:21:22.457Z Compiling h2 v0.3.21
12832023-09-21T15:21:22.543Z Compiling num_enum_derive v0.5.11
12842023-09-21T15:21:22.926Z Compiling http-body v0.4.5
12852023-09-21T15:21:23.220Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
12862023-09-21T15:21:23.436Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
12872023-09-21T15:21:24.507Z Compiling foreign-types-shared v0.1.1
12882023-09-21T15:21:24.679Z Compiling foreign-types v0.3.2
12892023-09-21T15:21:26.832Z Compiling time v0.3.27
12902023-09-21T15:21:33.688Z Compiling hyper v0.14.27
12912023-09-21T15:21:34.410Z Compiling tokio-rustls v0.24.1
12922023-09-21T15:21:37.033Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
12932023-09-21T15:21:39.391Z Compiling openssl-probe v0.1.5
12942023-09-21T15:21:44.339Z Compiling tokio-native-tls v0.3.1
12952023-09-21T15:21:46.826Z Compiling serde_urlencoded v0.7.1
12962023-09-21T15:21:47.517Z Compiling errno v0.3.2
12972023-09-21T15:21:47.703Z Compiling bitflags v1.3.2
12982023-09-21T15:21:47.824Z Compiling gimli v0.28.0
12992023-09-21T15:21:47.941Z Compiling hyper-tls v0.5.0
13002023-09-21T15:21:48.027Z Compiling hyper-rustls v0.24.1
13012023-09-21T15:21:48.570Z Compiling object v0.32.1
13022023-09-21T15:21:49.326Z Compiling atty v0.2.14
13032023-09-21T15:21:57.195Z Compiling addr2line v0.21.0
13042023-09-21T15:21:57.931Z Compiling rustc-demangle v0.1.23
13052023-09-21T15:21:59.332Z Compiling reqwest v0.11.20
13062023-09-21T15:22:01.933Z Compiling futures-executor v0.3.28
13072023-09-21T15:22:09.445Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
13082023-09-21T15:22:15.215Z Compiling rustc_version v0.4.0
13092023-09-21T15:22:16.296Z Compiling hmac v0.12.1
13102023-09-21T15:22:16.653Z Compiling match_cfg v0.1.0
13112023-09-21T15:22:16.798Z Compiling hostname v0.3.1
13122023-09-21T15:22:20.680Z Compiling futures v0.3.28
13132023-09-21T15:22:21.468Z Compiling sha2 v0.10.7
13142023-09-21T15:22:22.503Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
13152023-09-21T15:22:22.918Z Compiling dirs-sys-next v0.1.2
13162023-09-21T15:22:23.963Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
13172023-09-21T15:22:24.129Z Compiling dirs-next v2.0.0
13182023-09-21T15:22:27.907Z Compiling num-integer v0.1.45
13192023-09-21T15:22:28.339Z Compiling thread_local v1.1.7
13202023-09-21T15:22:31.569Z Compiling term v0.7.0
13212023-09-21T15:22:32.184Z Compiling crossbeam-channel v0.5.8
13222023-09-21T15:22:32.950Z Compiling sha1 v0.10.5
13232023-09-21T15:22:34.484Z Compiling take_mut v0.2.2
13242023-09-21T15:22:34.730Z Compiling fallible-iterator v0.2.0
13252023-09-21T15:22:35.201Z Compiling toml v0.7.6
13262023-09-21T15:22:35.810Z Compiling slog-term v2.9.0
13272023-09-21T15:22:38.214Z Compiling usdt v0.3.5
13282023-09-21T15:22:38.449Z Compiling slog-json v2.6.1
13292023-09-21T15:22:38.647Z Compiling ipnetwork v0.20.0
13302023-09-21T15:22:39.778Z Compiling instant v0.1.12
13312023-09-21T15:22:40.141Z Compiling slog-bunyan v2.4.0
13322023-09-21T15:22:42.117Z Compiling stringprep v0.1.3
13332023-09-21T15:22:42.147Z Compiling md-5 v0.10.5
13342023-09-21T15:22:42.876Z Compiling proc-macro-error-attr v1.0.4
13352023-09-21T15:22:43.295Z Compiling atomic-waker v1.1.1
13362023-09-21T15:22:43.675Z Compiling siphasher v0.3.11
13372023-09-21T15:22:43.879Z Compiling waitgroup v0.1.2
13382023-09-21T15:22:44.112Z Compiling postgres-protocol v0.6.6
13392023-09-21T15:22:44.232Z Compiling phf_shared v0.11.2
13402023-09-21T15:22:44.360Z Compiling serde_with v2.3.3
13412023-09-21T15:22:44.845Z Compiling async-stream v0.3.5
13422023-09-21T15:22:45.336Z Compiling serde_path_to_error v0.1.14
13432023-09-21T15:22:45.897Z Compiling hex v0.4.3
13442023-09-21T15:22:46.848Z Compiling proc-macro-error v1.0.4
13452023-09-21T15:22:47.095Z Compiling crc32fast v1.3.2
13462023-09-21T15:22:47.269Z Compiling fastrand v2.0.0
13472023-09-21T15:22:47.773Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13482023-09-21T15:22:48.007Z Compiling debug-ignore v1.0.5
13492023-09-21T15:22:48.785Z Compiling postgres-types v0.2.6
13502023-09-21T15:22:49.069Z Compiling phf v0.11.2
13512023-09-21T15:22:51.268Z Compiling whoami v1.4.1
13522023-09-21T15:22:51.618Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13532023-09-21T15:22:52.063Z Compiling tokio-postgres v0.7.10
13542023-09-21T15:22:53.164Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
13552023-09-21T15:22:53.261Z Compiling backoff v0.4.0
13562023-09-21T15:22:53.401Z Compiling parse-display v0.7.0
13572023-09-21T15:22:53.493Z Compiling strum v0.25.0
13582023-09-21T15:22:53.763Z Compiling macaddr v1.0.1
13592023-09-21T15:22:53.786Z Compiling enum-as-inner v0.5.1
13602023-09-21T15:22:54.515Z Compiling foreign-types-macros v0.2.3
13612023-09-21T15:22:54.540Z Compiling zerocopy-derive v0.6.3
13622023-09-21T15:22:54.983Z Compiling libz-sys v1.1.12
13632023-09-21T15:22:57.721Z Compiling slog-dtrace v0.2.3
13642023-09-21T15:22:57.799Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
13652023-09-21T15:22:58.383Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
13662023-09-21T15:22:58.669Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
13672023-09-21T15:22:58.810Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
13682023-09-21T15:22:59.296Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
13692023-09-21T15:22:59.853Z Compiling libgit2-sys v0.15.2+1.6.4
13702023-09-21T15:23:00.095Z Compiling base64ct v1.6.0
13712023-09-21T15:23:00.357Z Compiling platforms v3.0.2
13722023-09-21T15:23:01.395Z Compiling libsqlite3-sys v0.26.0
13732023-09-21T15:23:01.760Z Compiling memoffset v0.7.1
13742023-09-21T15:23:02.116Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
13752023-09-21T15:23:04.067Z Compiling vergen v8.2.4
13762023-09-21T15:23:04.204Z Compiling block-padding v0.3.3
13772023-09-21T15:23:04.576Z Compiling unicode-segmentation v1.10.1
13782023-09-21T15:23:05.048Z Compiling inout v0.1.3
13792023-09-21T15:23:05.159Z Compiling curve25519-dalek v4.1.0
13802023-09-21T15:23:05.735Z Compiling heck v0.3.3
13812023-09-21T15:23:06.005Z Compiling num_enum v0.5.11
13822023-09-21T15:23:06.471Z Compiling libefi-sys v0.1.0
13832023-09-21T15:23:06.915Z Compiling structopt-derive v0.4.18
13842023-09-21T15:23:07.210Z Compiling cipher v0.4.4
13852023-09-21T15:23:07.473Z Compiling zone_cfg_derive v0.2.0
13862023-09-21T15:23:07.975Z Compiling curve25519-dalek-derive v0.1.0
13872023-09-21T15:23:08.614Z Compiling same-file v1.0.6
13882023-09-21T15:23:08.974Z Compiling walkdir v2.4.0
13892023-09-21T15:23:10.107Z Compiling password-hash v0.5.0
13902023-09-21T15:23:10.197Z Compiling blake2 v0.10.6
13912023-09-21T15:23:10.467Z Compiling semver-parser v0.10.2
13922023-09-21T15:23:11.922Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
13932023-09-21T15:23:12.180Z Compiling num-bigint v0.4.4
13942023-09-21T15:23:12.468Z Compiling getrandom v0.1.16
13952023-09-21T15:23:12.755Z Compiling semver v0.11.0
13962023-09-21T15:23:13.487Z Compiling tempfile v3.8.0
13972023-09-21T15:23:13.769Z Compiling argon2 v0.5.2
13982023-09-21T15:23:13.878Z Compiling flate2 v1.0.27
13992023-09-21T15:23:14.603Z Compiling num_enum_derive v0.7.0
14002023-09-21T15:23:15.572Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14012023-09-21T15:23:15.654Z Compiling xattr v1.0.1
14022023-09-21T15:23:16.085Z Compiling filetime v0.2.22
14032023-09-21T15:23:16.604Z Compiling home v0.5.5
14042023-09-21T15:23:16.667Z Compiling tar v0.4.40
14052023-09-21T15:23:16.995Z Compiling toolchain_find v0.2.0
14062023-09-21T15:23:17.814Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
14072023-09-21T15:23:19.160Z Compiling toml v0.5.11
14082023-09-21T15:23:19.727Z Compiling num-rational v0.4.1
14092023-09-21T15:23:19.768Z Compiling memoffset v0.9.0
14102023-09-21T15:23:20.637Z Compiling num-iter v0.1.43
14112023-09-21T15:23:20.651Z Compiling unicase v2.7.0
14122023-09-21T15:23:20.671Z Compiling parking_lot_core v0.8.6
14132023-09-21T15:23:22.205Z Compiling rustfmt-wrapper v0.2.0
14142023-09-21T15:23:23.255Z Compiling universal-hash v0.5.1
14152023-09-21T15:23:23.584Z Compiling data-encoding v2.4.0
14162023-09-21T15:23:23.630Z Compiling opaque-debug v0.3.0
14172023-09-21T15:23:23.782Z Compiling either v1.9.0
14182023-09-21T15:23:24.666Z Compiling crossbeam-epoch v0.9.15
14192023-09-21T15:23:25.298Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
14202023-09-21T15:23:25.727Z Compiling postcard-cobs v0.1.5-pre
14212023-09-21T15:23:25.840Z Compiling base64 v0.13.1
14222023-09-21T15:23:26.720Z Compiling winapi v0.3.9
14232023-09-21T15:23:26.813Z Compiling managed v0.8.0
14242023-09-21T15:23:26.895Z Compiling erased-serde v0.3.30
14252023-09-21T15:23:27.539Z Compiling radium v0.7.0
14262023-09-21T15:23:27.578Z Compiling matches v0.1.10
14272023-09-21T15:23:27.728Z Compiling idna v0.2.3
14282023-09-21T15:23:28.216Z Compiling smoltcp v0.8.2
14292023-09-21T15:23:28.357Z Compiling postcard v0.7.3
14302023-09-21T15:23:29.635Z Compiling thiserror-impl-no-std v2.0.2
14312023-09-21T15:23:30.179Z Compiling bitstruct_derive v0.1.0
14322023-09-21T15:23:30.590Z Compiling async-recursion v1.0.5
14332023-09-21T15:23:31.175Z Compiling clap_derive v4.4.2
14342023-09-21T15:23:32.234Z Compiling omicron-zone-package v0.8.3
14352023-09-21T15:23:34.106Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14362023-09-21T15:23:34.287Z Compiling cfg-if v0.1.10
14372023-09-21T15:23:34.590Z Compiling foreign-types-shared v0.3.1
14382023-09-21T15:23:35.159Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14392023-09-21T15:23:36.833Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14402023-09-21T15:23:38.031Z Compiling foreign-types v0.5.0
14412023-09-21T15:23:38.175Z Compiling mime_guess v2.0.4
14422023-09-21T15:23:39.065Z Compiling trust-dns-proto v0.22.0
14432023-09-21T15:23:40.041Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
14442023-09-21T15:23:40.745Z Compiling is-terminal v0.4.9
14452023-09-21T15:23:40.868Z Compiling zerocopy v0.6.3
14462023-09-21T15:23:41.590Z Compiling aead v0.5.2
14472023-09-21T15:23:42.048Z Compiling cstr-argument v0.1.2
14482023-09-21T15:23:42.456Z Compiling pretty-hex v0.2.1
14492023-09-21T15:23:42.643Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14502023-09-21T15:23:42.750Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14512023-09-21T15:23:43.607Z Compiling colored v2.0.4
14522023-09-21T15:23:43.662Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
14532023-09-21T15:23:44.198Z Compiling polyval v0.6.1
14542023-09-21T15:23:44.344Z Compiling aes v0.8.3
14552023-09-21T15:23:44.488Z Compiling ctr v0.9.2
14562023-09-21T15:23:44.987Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14572023-09-21T15:23:46.045Z Compiling hkdf v0.12.3
14582023-09-21T15:23:46.147Z Compiling const_format_proc_macros v0.2.31
14592023-09-21T15:23:46.461Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
14602023-09-21T15:23:46.684Z Compiling enum-iterator-derive v1.2.1
14612023-09-21T15:23:46.805Z Compiling textwrap v0.11.0
14622023-09-21T15:23:47.402Z Compiling strsim v0.8.0
14632023-09-21T15:23:47.705Z Compiling linked-hash-map v0.5.6
14642023-09-21T15:23:48.271Z Compiling vec_map v0.8.2
14652023-09-21T15:23:48.381Z Compiling quick-error v1.2.3
14662023-09-21T15:23:48.490Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
14672023-09-21T15:23:48.606Z Compiling static_assertions v1.1.0
14682023-09-21T15:23:48.753Z Compiling ansi_term v0.12.1
14692023-09-21T15:23:48.776Z Compiling resolv-conf v0.7.0
14702023-09-21T15:23:49.065Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
14712023-09-21T15:23:49.462Z Compiling clap v2.34.0
14722023-09-21T15:23:49.511Z Compiling lru-cache v0.1.2
14732023-09-21T15:23:52.222Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
14742023-09-21T15:23:52.248Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
14752023-09-21T15:23:52.260Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14762023-09-21T15:23:53.122Z Compiling itertools v0.10.5
14772023-09-21T15:23:57.833Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
14782023-09-21T15:23:58.235Z Compiling hashlink v0.8.3
14792023-09-21T15:23:58.534Z Compiling rand v0.4.6
14802023-09-21T15:24:00.262Z Compiling fallible-streaming-iterator v0.1.9
14812023-09-21T15:24:00.296Z Compiling cancel-safe-futures v0.1.2
14822023-09-21T15:24:00.696Z Compiling keccak v0.1.4
14832023-09-21T15:24:00.795Z Compiling utf-8 v0.7.6
14842023-09-21T15:24:01.398Z Compiling convert_case v0.4.0
14852023-09-21T15:24:01.798Z Compiling utf8parse v0.2.1
14862023-09-21T15:24:02.289Z Compiling anstyle-parse v0.2.1
14872023-09-21T15:24:02.733Z Compiling derive_more v0.99.17
14882023-09-21T15:24:03.034Z Compiling sha3 v0.10.8
14892023-09-21T15:24:04.295Z Compiling rusqlite v0.29.0
14902023-09-21T15:24:05.787Z Compiling twox-hash v1.6.3
14912023-09-21T15:24:08.495Z Compiling zone v0.2.0
14922023-09-21T15:24:09.401Z Compiling nix v0.26.2
14932023-09-21T15:24:11.013Z Compiling structopt v0.3.26
14942023-09-21T15:24:11.308Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
14952023-09-21T15:24:12.510Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14962023-09-21T15:24:13.012Z Compiling trust-dns-resolver v0.22.0
14972023-09-21T15:24:15.815Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14982023-09-21T15:24:16.674Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
14992023-09-21T15:24:17.845Z Compiling smf v0.2.2
15002023-09-21T15:24:18.623Z Compiling secrecy v0.8.0
15012023-09-21T15:24:19.049Z Compiling anstyle v1.0.2
15022023-09-21T15:24:19.432Z Compiling anstyle-query v1.0.0
15032023-09-21T15:24:19.753Z Compiling colorchoice v1.0.0
15042023-09-21T15:24:20.013Z Compiling anstream v0.5.0
15052023-09-21T15:24:21.334Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
15062023-09-21T15:24:21.392Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
15072023-09-21T15:24:22.282Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
15082023-09-21T15:24:23.244Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15092023-09-21T15:24:24.774Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15102023-09-21T15:24:31.585Z Compiling num_enum v0.7.0
15112023-09-21T15:24:32.652Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
15122023-09-21T15:24:33.416Z Compiling sha-1 v0.10.1
15132023-09-21T15:24:33.470Z Compiling bincode v1.3.3
15142023-09-21T15:24:34.283Z Compiling ff v0.13.0
15152023-09-21T15:24:35.067Z Compiling nibble_vec v0.1.0
15162023-09-21T15:24:35.185Z Compiling endian-type v0.1.2
15172023-09-21T15:24:35.340Z Compiling humantime v2.1.0
15182023-09-21T15:24:35.534Z Compiling termcolor v1.2.0
15192023-09-21T15:24:35.672Z Compiling bit-vec v0.6.3
15202023-09-21T15:24:36.380Z Compiling arc-swap v1.6.0
15212023-09-21T15:24:36.458Z Compiling clap_lex v0.5.1
15222023-09-21T15:24:36.954Z Compiling clap_builder v4.4.2
15232023-09-21T15:24:37.144Z Compiling slog-scope v4.4.0
15242023-09-21T15:24:37.499Z Compiling env_logger v0.9.3
15252023-09-21T15:24:37.567Z Compiling yasna v0.5.2
15262023-09-21T15:24:38.045Z Compiling radix_trie v0.2.1
15272023-09-21T15:24:39.790Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15282023-09-21T15:24:40.747Z Compiling group v0.13.0
15292023-09-21T15:24:40.822Z Compiling tungstenite v0.17.3
15302023-09-21T15:24:42.502Z Compiling rand_core v0.5.1
15312023-09-21T15:24:43.537Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
15322023-09-21T15:24:44.415Z Compiling aes-gcm-siv v0.11.1
15332023-09-21T15:24:44.863Z Compiling itertools v0.11.0
15342023-09-21T15:24:48.818Z Compiling poly1305 v0.8.0
15352023-09-21T15:24:50.900Z Compiling chacha20 v0.9.1
15362023-09-21T15:24:51.427Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15372023-09-21T15:24:51.839Z Compiling num-complex v0.4.4
15382023-09-21T15:24:52.279Z Compiling crypto-bigint v0.5.2
15392023-09-21T15:24:52.372Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15402023-09-21T15:24:52.584Z Compiling ciborium-io v0.2.1
15412023-09-21T15:24:52.634Z Compiling half v1.8.2
15422023-09-21T15:24:53.158Z Compiling ascii v1.1.0
15432023-09-21T15:24:53.274Z Compiling tap v1.0.1
15442023-09-21T15:24:53.602Z Compiling signature v2.1.0
15452023-09-21T15:24:53.932Z Compiling base16ct v0.2.0
15462023-09-21T15:24:54.380Z Compiling option-ext v0.2.0
15472023-09-21T15:24:54.576Z Compiling ringbuffer v0.14.2
15482023-09-21T15:24:55.527Z Compiling elliptic-curve v0.13.5
15492023-09-21T15:24:55.553Z Compiling dirs-sys v0.4.1
15502023-09-21T15:24:56.068Z Compiling ed25519 v2.2.2
15512023-09-21T15:24:56.433Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15522023-09-21T15:24:56.615Z Compiling wyz v0.5.1
15532023-09-21T15:24:56.640Z Compiling num v0.4.1
15542023-09-21T15:24:56.808Z Compiling ciborium-ll v0.2.1
15552023-09-21T15:25:00.017Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15562023-09-21T15:25:00.097Z Compiling parking_lot v0.11.2
15572023-09-21T15:25:00.107Z Compiling clap v4.4.2
15582023-09-21T15:25:00.152Z Compiling rand_chacha v0.2.2
15592023-09-21T15:25:00.215Z Compiling tokio-tungstenite v0.17.2
15602023-09-21T15:25:00.265Z Compiling trust-dns-client v0.22.0
15612023-09-21T15:25:00.287Z Compiling slog-stdlog v4.1.1
15622023-09-21T15:25:00.297Z Compiling thiserror-no-std v2.0.2
15632023-09-21T15:25:00.311Z Compiling bitstruct v0.1.1
15642023-09-21T15:25:04.706Z Compiling blowfish v0.9.1
15652023-09-21T15:25:04.730Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15662023-09-21T15:25:04.745Z Compiling password-hash v0.4.2
15672023-09-21T15:25:04.763Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
15682023-09-21T15:25:04.771Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15692023-09-21T15:25:04.781Z Compiling pbkdf2 v0.12.2
15702023-09-21T15:25:04.819Z Compiling serde_arrays v0.1.0
15712023-09-21T15:25:05.544Z Compiling fxhash v0.2.1
15722023-09-21T15:25:05.878Z Compiling funty v2.0.0
15732023-09-21T15:25:07.882Z Compiling bitvec v1.0.1
15742023-09-21T15:25:07.934Z Compiling trust-dns-server v0.22.1
15752023-09-21T15:25:09.469Z Compiling sled v0.34.7
15762023-09-21T15:25:09.616Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15772023-09-21T15:25:09.720Z Compiling bcrypt-pbkdf v0.10.0
15782023-09-21T15:25:10.438Z Compiling pbkdf2 v0.11.0
15792023-09-21T15:25:11.250Z Compiling russh-cryptovec v0.7.0
15802023-09-21T15:25:11.594Z Compiling vsss-rs v3.3.1
15812023-09-21T15:25:11.717Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15822023-09-21T15:25:12.039Z Compiling rand v0.7.3
15832023-09-21T15:25:12.396Z Compiling slog-envlogger v2.2.0
15842023-09-21T15:25:15.387Z Compiling ciborium v0.2.1
15852023-09-21T15:25:15.534Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
15862023-09-21T15:25:16.026Z Compiling ed25519-dalek v2.0.0
15872023-09-21T15:25:16.988Z Compiling dirs v5.0.1
15882023-09-21T15:25:17.887Z Compiling chacha20poly1305 v0.10.1
15892023-09-21T15:25:18.058Z Compiling tungstenite v0.18.0
15902023-09-21T15:25:18.198Z Compiling enum-iterator v1.4.1
15912023-09-21T15:25:19.014Z Compiling const_format v0.2.31
15922023-09-21T15:25:19.431Z Compiling ghash v0.5.0
15932023-09-21T15:25:21.488Z Compiling pem v1.1.1
15942023-09-21T15:25:21.515Z Compiling ron v0.7.1
15952023-09-21T15:25:22.660Z Compiling cbc v0.1.2
15962023-09-21T15:25:23.026Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15972023-09-21T15:25:24.243Z Compiling headers-core v0.2.0
15982023-09-21T15:25:24.525Z Compiling tokio-stream v0.1.14
15992023-09-21T15:25:26.035Z Compiling md5 v0.7.0
16002023-09-21T15:25:26.087Z Compiling bit_field v0.10.2
16012023-09-21T15:25:26.168Z Compiling pretty-hex v0.3.0
16022023-09-21T15:25:26.500Z Compiling http-range v0.1.5
16032023-09-21T15:25:26.545Z Compiling russh-keys v0.38.0
16042023-09-21T15:25:26.631Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16052023-09-21T15:25:27.103Z Compiling hyper-staticfile v0.9.5
16062023-09-21T15:25:31.657Z Compiling headers v0.3.9
16072023-09-21T15:25:32.244Z Compiling rcgen v0.10.0
16082023-09-21T15:25:34.145Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
16092023-09-21T15:25:36.058Z Compiling tokio-tungstenite v0.18.0
16102023-09-21T15:25:36.433Z Compiling aes-gcm v0.10.2
16112023-09-21T15:25:40.875Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
16122023-09-21T15:25:41.281Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
16132023-09-21T15:25:48.370Z Compiling camino-tempfile v1.0.2
16142023-09-21T15:25:48.858Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
16152023-09-21T15:25:50.522Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
16162023-09-21T15:25:51.681Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
16172023-09-21T15:25:53.296Z Compiling subprocess v0.2.9
16182023-09-21T15:25:55.714Z Compiling glob v0.3.1
16192023-09-21T15:25:55.741Z Compiling hex-literal v0.4.1
16202023-09-21T15:25:56.171Z Compiling russh v0.38.0
16212023-09-21T15:26:00.952Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16222023-09-21T15:26:09.403Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
16232023-09-21T15:26:41.578Z Compiling git2 v0.17.2
16242023-09-21T15:26:48.612Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
16252023-09-21T15:26:50.462Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
16262023-09-21T15:27:07.788Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16272023-09-21T15:27:26.458Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16282023-09-21T15:27:28.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
16292023-09-21T15:28:06.486Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
16302023-09-21T15:29:32.476Z Finished dev [unoptimized + debuginfo] target(s) in 10m 18s
16312023-09-21T15:29:32.818Z
16322023-09-21T15:29:32.821Zreal 10:18.873647889
16332023-09-21T15:29:32.825Zuser 57:45.192702978
16342023-09-21T15:29:32.827Zsys 9:19.066396041
16352023-09-21T15:29:32.830Ztrap 2.270669023
16362023-09-21T15:29:32.833Ztflt 2.611861699
16372023-09-21T15:29:32.836Zdflt 6.715329825
16382023-09-21T15:29:32.839Zkflt 0.028944832
16392023-09-21T15:29:32.841Zlock 1:46:24.554101824
16402023-09-21T15:29:32.844Zslp 2:46:47.978813408
16412023-09-21T15:29:32.847Zlat 2:23.499459181
16422023-09-21T15:29:32.850Zstop 5:39.578730766
16432023-09-21T15:29:32.853Z+ mkdir -p /work/end-to-end-tests
16442023-09-21T15:29:32.855Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
16452023-09-21T15:29:33.504Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
16462023-09-21T15:29:33.507Z+ ptime -m gzip
16472023-09-21T15:29:33.510Z++ basename target/debug/bootstrap
16482023-09-21T15:29:49.813Z
16492023-09-21T15:29:49.816Zreal 16.302529538
16502023-09-21T15:29:49.818Zuser 16.119895869
16512023-09-21T15:29:49.822Zsys 0.166975200
16522023-09-21T15:29:49.825Ztrap 0.005697826
16532023-09-21T15:29:49.828Ztflt 0.000000000
16542023-09-21T15:29:49.831Zdflt 0.000000000
16552023-09-21T15:29:49.833Zkflt 0.000000000
16562023-09-21T15:29:49.836Zlock 0.000000000
16572023-09-21T15:29:49.839Zslp 0.000000000
16582023-09-21T15:29:49.842Zlat 0.009617992
16592023-09-21T15:29:49.846Zstop 0.000227659
16602023-09-21T15:29:49.849Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
16612023-09-21T15:29:49.851Z+ ptime -m gzip
16622023-09-21T15:29:49.854Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1bfac08a7c9d25d4
16632023-09-21T15:29:50.902Z
16642023-09-21T15:29:50.904Zreal 1.079993424
16652023-09-21T15:29:50.907Zuser 1.068632003
16662023-09-21T15:29:50.910Zsys 0.010674090
16672023-09-21T15:29:50.913Ztrap 0.000103514
16682023-09-21T15:29:50.916Ztflt 0.000000000
16692023-09-21T15:29:50.918Zdflt 0.000000000
16702023-09-21T15:29:50.921Zkflt 0.000000000
16712023-09-21T15:29:50.924Zlock 0.000000000
16722023-09-21T15:29:50.926Zslp 0.000000000
16732023-09-21T15:29:50.929Zlat 0.000168736
16742023-09-21T15:29:50.932Zstop 0.000267167
16752023-09-21T15:29:50.935Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
16762023-09-21T15:29:50.938Z+ ptime -m gzip
16772023-09-21T15:29:50.940Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-768880fca284458b
16782023-09-21T15:30:09.412Z
16792023-09-21T15:30:09.416Zreal 18.503402707
16802023-09-21T15:30:09.419Zuser 18.302974588
16812023-09-21T15:30:09.422Zsys 0.193367447
16822023-09-21T15:30:09.425Ztrap 0.004640618
16832023-09-21T15:30:09.428Ztflt 0.000000000
16842023-09-21T15:30:09.430Zdflt 0.000000000
16852023-09-21T15:30:09.436Zkflt 0.000000000
16862023-09-21T15:30:09.439Zlock 0.000000000
16872023-09-21T15:30:09.441Zslp 0.000019447
16882023-09-21T15:30:09.444Zlat 0.002015334
16892023-09-21T15:30:09.447Zstop 0.000272056
16902023-09-21T15:30:09.449Z+ banner caboose-util
16912023-09-21T15:30:09.452Z
16922023-09-21T15:30:09.455Z #### ## ##### #### #### #### ###### # # #####
16932023-09-21T15:30:09.458Z # # # # # # # # # # # # # # #
16942023-09-21T15:30:09.460Z # # # ##### # # # # #### ##### ##### # # #
16952023-09-21T15:30:09.463Z # ###### # # # # # # # # # # #
16962023-09-21T15:30:09.467Z # # # # # # # # # # # # # # # #
16972023-09-21T15:30:09.471Z #### # # ##### #### #### #### ###### #### #
16982023-09-21T15:30:09.473Z
16992023-09-21T15:30:09.476Z+ ptime -m cargo build --locked -p caboose-util --release
17002023-09-21T15:30:10.110Z Downloading crates ...
17012023-09-21T15:30:10.380Z Downloaded io-lifetimes v1.0.11
17022023-09-21T15:30:10.388Z Downloaded ron v0.8.1
17032023-09-21T15:30:10.404Z Downloaded crc v3.0.1
17042023-09-21T15:30:10.411Z Downloaded crc-catalog v2.2.0
17052023-09-21T15:30:10.420Z Downloaded nodrop v0.1.14
17062023-09-21T15:30:10.423Z Downloaded array-init v0.0.4
17072023-09-21T15:30:10.426Z Downloaded smallvec v0.6.14
17082023-09-21T15:30:10.429Z Downloaded serde-hex v0.1.0
17092023-09-21T15:30:10.432Z Downloaded der_derive v0.7.2
17102023-09-21T15:30:10.435Z Downloaded bitfield v0.14.0
17112023-09-21T15:30:10.438Z Downloaded bzip2 v0.4.4
17122023-09-21T15:30:10.441Z Downloaded packed_struct_codegen v0.10.1
17132023-09-21T15:30:10.445Z Downloaded env_logger v0.10.0
17142023-09-21T15:30:10.448Z Downloaded pem-rfc7468 v0.7.0
17152023-09-21T15:30:10.451Z Downloaded crc-any v2.4.3
17162023-09-21T15:30:10.455Z Downloaded rsa v0.9.2
17172023-09-21T15:30:10.459Z Downloaded x509-cert v0.2.4
17182023-09-21T15:30:10.462Z Downloaded num-bigint-dig v0.8.4
17192023-09-21T15:30:10.466Z Downloaded pkcs1 v0.7.5
17202023-09-21T15:30:10.470Z Downloaded zip v0.6.6
17212023-09-21T15:30:10.477Z Downloaded terminal_size v0.2.6
17222023-09-21T15:30:10.487Z Downloaded flagset v0.4.3
17232023-09-21T15:30:10.895Z Downloaded object v0.30.4
17242023-09-21T15:30:10.903Z Downloaded rustix v0.37.23
17252023-09-21T15:30:10.907Z Downloaded bzip2-sys v0.1.11+1.0.8
17262023-09-21T15:30:10.910Z Downloaded maybe-uninit v2.0.0
17272023-09-21T15:30:10.913Z Downloaded packed_struct v0.10.1
17282023-09-21T15:30:10.915Z Downloaded path-slash v0.1.5
17292023-09-21T15:30:10.918Z Compiling proc-macro2 v1.0.66
17302023-09-21T15:30:10.921Z Compiling unicode-ident v1.0.11
17312023-09-21T15:30:10.924Z Compiling libc v0.2.147
17322023-09-21T15:30:10.927Z Compiling serde v1.0.188
17332023-09-21T15:30:10.930Z Compiling autocfg v1.1.0
17342023-09-21T15:30:10.933Z Compiling version_check v0.9.4
17352023-09-21T15:30:10.935Z Compiling cfg-if v1.0.0
17362023-09-21T15:30:10.938Z Compiling const-oid v0.9.5
17372023-09-21T15:30:10.941Z Compiling typenum v1.16.0
17382023-09-21T15:30:11.408Z Compiling io-lifetimes v1.0.11
17392023-09-21T15:30:11.426Z Compiling base64ct v1.6.0
17402023-09-21T15:30:11.730Z Compiling generic-array v0.14.7
17412023-09-21T15:30:11.784Z Compiling zeroize v1.6.0
17422023-09-21T15:30:12.633Z Compiling libm v0.2.7
17432023-09-21T15:30:13.043Z Compiling pem-rfc7468 v0.7.0
17442023-09-21T15:30:13.046Z Compiling num-traits v0.2.16
17452023-09-21T15:30:13.064Z Compiling quote v1.0.33
17462023-09-21T15:30:13.136Z Compiling flagset v0.4.3
17472023-09-21T15:30:13.211Z Compiling rustix v0.37.23
17482023-09-21T15:30:13.483Z Compiling byteorder v1.4.3
17492023-09-21T15:30:14.000Z Compiling syn v2.0.32
17502023-09-21T15:30:14.054Z Compiling errno v0.3.2
17512023-09-21T15:30:14.120Z Compiling getrandom v0.2.10
17522023-09-21T15:30:14.658Z Compiling rand_core v0.6.4
17532023-09-21T15:30:15.216Z Compiling num-integer v0.1.45
17542023-09-21T15:30:15.419Z Compiling utf8parse v0.2.1
17552023-09-21T15:30:15.555Z Compiling radium v0.7.0
17562023-09-21T15:30:15.568Z Compiling bitflags v1.3.2
17572023-09-21T15:30:15.666Z Compiling syn v1.0.109
17582023-09-21T15:30:15.719Z Compiling anstyle-parse v0.2.1
17592023-09-21T15:30:16.186Z Compiling cc v1.0.83
17602023-09-21T15:30:16.273Z Compiling num-iter v0.1.43
17612023-09-21T15:30:16.675Z Compiling rustix v0.38.9
17622023-09-21T15:30:17.500Z Compiling crypto-common v0.1.6
17632023-09-21T15:30:17.513Z Compiling block-buffer v0.10.4
17642023-09-21T15:30:17.532Z Compiling colorchoice v1.0.0
17652023-09-21T15:30:17.771Z Compiling pkg-config v0.3.27
17662023-09-21T15:30:17.782Z Compiling tap v1.0.1
17672023-09-21T15:30:17.863Z Compiling maybe-uninit v2.0.0
17682023-09-21T15:30:18.048Z Compiling anstyle-query v1.0.0
17692023-09-21T15:30:18.245Z Compiling anstyle v1.0.2
17702023-09-21T15:30:18.519Z Compiling ppv-lite86 v0.2.17
17712023-09-21T15:30:18.655Z Compiling wyz v0.5.1
17722023-09-21T15:30:19.207Z Compiling anstream v0.5.0
17732023-09-21T15:30:19.247Z Compiling digest v0.10.7
17742023-09-21T15:30:19.425Z Compiling terminal_size v0.2.6
17752023-09-21T15:30:19.867Z Compiling rand_chacha v0.3.1
17762023-09-21T15:30:20.409Z Compiling bzip2-sys v0.1.11+1.0.8
17772023-09-21T15:30:20.600Z Compiling ahash v0.8.3
17782023-09-21T15:30:20.868Z Compiling clap_lex v0.5.1
17792023-09-21T15:30:20.886Z Compiling num-bigint-dig v0.8.4
17802023-09-21T15:30:21.025Z Compiling spin v0.5.2
17812023-09-21T15:30:21.065Z Compiling packed_struct v0.10.1
17822023-09-21T15:30:21.324Z Compiling heck v0.4.1
17832023-09-21T15:30:21.417Z Compiling strsim v0.10.0
17842023-09-21T15:30:21.619Z Compiling funty v2.0.0
17852023-09-21T15:30:21.706Z Compiling crc32fast v1.3.2
17862023-09-21T15:30:21.831Z Compiling clap_builder v4.4.2
17872023-09-21T15:30:22.002Z Compiling lazy_static v1.4.0
17882023-09-21T15:30:22.414Z Compiling rand v0.8.5
17892023-09-21T15:30:22.646Z Compiling indexmap v1.9.3
17902023-09-21T15:30:23.037Z Compiling smallvec v1.11.0
17912023-09-21T15:30:23.797Z Compiling bitvec v1.0.1
17922023-09-21T15:30:24.502Z Compiling nodrop v0.1.14
17932023-09-21T15:30:24.676Z Compiling thiserror v1.0.48
17942023-09-21T15:30:24.788Z Compiling once_cell v1.18.0
17952023-09-21T15:30:25.231Z Compiling crc-catalog v2.2.0
17962023-09-21T15:30:25.337Z Compiling cpufeatures v0.2.9
17972023-09-21T15:30:25.441Z Compiling hashbrown v0.14.0
17982023-09-21T15:30:25.474Z Compiling equivalent v1.0.1
17992023-09-21T15:30:25.624Z Compiling sha2 v0.10.7
18002023-09-21T15:30:26.519Z Compiling crc v3.0.1
18012023-09-21T15:30:27.648Z Compiling indexmap v2.0.0
18022023-09-21T15:30:28.900Z Compiling array-init v0.0.4
18032023-09-21T15:30:29.924Z Compiling smallvec v0.6.14
18042023-09-21T15:30:31.021Z Compiling signature v2.1.0
18052023-09-21T15:30:31.058Z Compiling subtle v2.5.0
18062023-09-21T15:30:31.335Z Compiling bitfield v0.14.0
18072023-09-21T15:30:31.410Z Compiling base64 v0.21.4
18082023-09-21T15:30:31.501Z Compiling log v0.4.20
18092023-09-21T15:30:31.504Z Compiling hashbrown v0.12.3
18102023-09-21T15:30:31.815Z Compiling termcolor v1.2.0
18112023-09-21T15:30:31.878Z Compiling winnow v0.5.15
18122023-09-21T15:30:32.491Z Compiling bzip2 v0.4.4
18132023-09-21T15:30:33.219Z Compiling hashbrown v0.13.2
18142023-09-21T15:30:33.418Z Compiling crc-any v2.4.3
18152023-09-21T15:30:33.991Z Compiling memchr v2.6.3
18162023-09-21T15:30:35.061Z Compiling serde_derive v1.0.188
18172023-09-21T15:30:35.086Z Compiling der_derive v0.7.2
18182023-09-21T15:30:35.304Z Compiling zerocopy-derive v0.6.3
18192023-09-21T15:30:35.356Z Compiling clap_derive v4.4.2
18202023-09-21T15:30:36.267Z Compiling packed_struct_codegen v0.10.1
18212023-09-21T15:30:38.518Z Compiling zerocopy v0.6.3
18222023-09-21T15:30:39.390Z Compiling der v0.7.8
18232023-09-21T15:30:39.402Z Compiling thiserror-impl v1.0.48
18242023-09-21T15:30:39.802Z Compiling anyhow v1.0.75
18252023-09-21T15:30:40.039Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18262023-09-21T15:30:40.522Z Compiling hex v0.4.3
18272023-09-21T15:30:40.582Z Compiling object v0.30.4
18282023-09-21T15:30:41.133Z Compiling zip v0.6.6
18292023-09-21T15:30:41.708Z Compiling path-slash v0.1.5
18302023-09-21T15:30:43.273Z Compiling spki v0.7.2
18312023-09-21T15:30:43.674Z Compiling clap v4.4.2
18322023-09-21T15:30:43.828Z Compiling pkcs8 v0.10.2
18332023-09-21T15:30:44.157Z Compiling x509-cert v0.2.4
18342023-09-21T15:30:44.518Z Compiling pkcs1 v0.7.5
18352023-09-21T15:30:57.926Z Compiling bitflags v2.4.0
18362023-09-21T15:30:57.929Z Compiling serde_spanned v0.6.3
18372023-09-21T15:30:57.931Z Compiling toml_datetime v0.6.3
18382023-09-21T15:30:57.934Z Compiling serde-hex v0.1.0
18392023-09-21T15:30:58.346Z Compiling toml_edit v0.19.15
18402023-09-21T15:30:58.861Z Compiling ron v0.8.1
18412023-09-21T15:31:00.908Z Compiling is-terminal v0.4.9
18422023-09-21T15:31:00.915Z Compiling env_logger v0.10.0
18432023-09-21T15:31:01.714Z Compiling rsa v0.9.2
18442023-09-21T15:31:01.991Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18452023-09-21T15:31:05.082Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18462023-09-21T15:31:05.376Z Compiling toml v0.7.6
18472023-09-21T15:31:22.705Z Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18482023-09-21T15:31:24.788Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
18492023-09-21T15:31:52.713Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
18502023-09-21T15:31:52.722Z Finished release [optimized] target(s) in 1m 42s
18512023-09-21T15:31:52.731Z
18522023-09-21T15:31:52.735Zreal 1:43.029018725
18532023-09-21T15:31:52.741Zuser 9:03.008813135
18542023-09-21T15:31:52.749Zsys 48.381320111
18552023-09-21T15:31:52.755Ztrap 0.358007426
18562023-09-21T15:31:52.772Ztflt 0.298366396
18572023-09-21T15:31:52.784Zdflt 0.705229727
18582023-09-21T15:31:52.796Zkflt 0.000227718
18592023-09-21T15:31:52.802Zlock 16:22.568934634
18602023-09-21T15:31:52.806Zslp 20:33.296899731
18612023-09-21T15:31:52.809Zlat 19.211786342
18622023-09-21T15:31:52.812Zstop 14.810293668
18632023-09-21T15:31:52.815Z+ ptime -m gzip
18642023-09-21T15:31:53.069Z
18652023-09-21T15:31:53.072Zreal 0.601879672
18662023-09-21T15:31:53.075Zuser 0.593341520
18672023-09-21T15:31:53.078Zsys 0.007934720
18682023-09-21T15:31:53.084Ztrap 0.000078700
18692023-09-21T15:31:53.096Ztflt 0.000000000
18702023-09-21T15:31:53.099Zdflt 0.000000000
18712023-09-21T15:31:53.102Zkflt 0.000000000
18722023-09-21T15:31:53.105Zlock 0.000000000
18732023-09-21T15:31:53.108Zslp 0.000000000
18742023-09-21T15:31:53.111Zlat 0.000196421
18752023-09-21T15:31:53.114Zstop 0.000225760
18762023-09-21T15:31:53.117Z+ banner tufaceous
18772023-09-21T15:31:53.120Z
18782023-09-21T15:31:53.123Z ##### # # ###### ## #### ###### #### # # ####
18792023-09-21T15:31:53.126Z # # # # # # # # # # # # # #
18802023-09-21T15:31:53.129Z # # # ##### # # # ##### # # # # ####
18812023-09-21T15:31:53.132Z # # # # ###### # # # # # # #
18822023-09-21T15:31:53.134Z # # # # # # # # # # # # # # #
18832023-09-21T15:31:53.137Z # #### # # # #### ###### #### #### ####
18842023-09-21T15:31:53.140Z
18852023-09-21T15:31:53.143Z+ ptime -m cargo build --locked -p tufaceous --release
18862023-09-21T15:31:53.732Z Downloading crates ...
18872023-09-21T15:31:54.004Z Downloaded bytesize v1.3.0
18882023-09-21T15:31:54.011Z Downloaded snafu v0.7.5
18892023-09-21T15:31:54.023Z Downloaded path-dedot v3.1.0
18902023-09-21T15:31:54.026Z Downloaded snafu-derive v0.7.5
18912023-09-21T15:31:54.028Z Downloaded olpc-cjson v0.1.3
18922023-09-21T15:31:54.031Z Downloaded globset v0.4.13
18932023-09-21T15:31:54.037Z Downloaded doc-comment v0.3.3
18942023-09-21T15:31:54.045Z Downloaded console v0.15.7
18952023-09-21T15:31:54.048Z Downloaded tough v0.12.5
18962023-09-21T15:31:54.057Z Downloaded bstr v1.6.0
18972023-09-21T15:31:54.075Z Downloaded fs-err v2.9.0
18982023-09-21T15:31:54.078Z Downloaded buf-list v1.0.3
18992023-09-21T15:31:54.084Z Downloaded serde_plain v1.0.2
19002023-09-21T15:31:54.087Z Downloaded path-absolutize v3.1.0
19012023-09-21T15:31:54.192Z Compiling syn v1.0.109
19022023-09-21T15:31:54.199Z Compiling once_cell v1.18.0
19032023-09-21T15:31:54.203Z Compiling libc v0.2.147
19042023-09-21T15:31:54.206Z Compiling serde_json v1.0.106
19052023-09-21T15:31:54.211Z Compiling memchr v2.6.3
19062023-09-21T15:31:54.215Z Compiling itoa v1.0.9
19072023-09-21T15:31:54.221Z Compiling syn v2.0.32
19082023-09-21T15:31:54.799Z Compiling serde v1.0.188
19092023-09-21T15:31:54.901Z Compiling thiserror v1.0.48
19102023-09-21T15:31:54.914Z Compiling pin-project-lite v0.2.13
19112023-09-21T15:31:55.065Z Compiling bytes v1.5.0
19122023-09-21T15:31:55.359Z Compiling futures-core v0.3.28
19132023-09-21T15:31:55.505Z Compiling ryu v1.0.15
19142023-09-21T15:31:56.186Z Compiling cc v1.0.83
19152023-09-21T15:31:56.305Z Compiling lock_api v0.4.10
19162023-09-21T15:31:56.700Z Compiling parking_lot_core v0.9.8
19172023-09-21T15:31:57.367Z Compiling scopeguard v1.2.0
19182023-09-21T15:31:57.938Z Compiling schemars v0.8.13
19192023-09-21T15:31:58.333Z Compiling parking_lot v0.12.1
19202023-09-21T15:31:58.379Z Compiling num_cpus v1.16.0
19212023-09-21T15:31:58.542Z Compiling socket2 v0.5.3
19222023-09-21T15:31:58.929Z Compiling mio v0.8.8
19232023-09-21T15:31:59.531Z Compiling signal-hook-registry v1.4.1
19242023-09-21T15:31:59.585Z Compiling slab v0.4.9
19252023-09-21T15:32:00.013Z Compiling futures-sink v0.3.28
19262023-09-21T15:32:00.442Z Compiling futures-task v0.3.28
19272023-09-21T15:32:00.935Z Compiling futures-channel v0.3.28
19282023-09-21T15:32:01.470Z Compiling ring v0.16.20
19292023-09-21T15:32:01.740Z Compiling futures-util v0.3.28
19302023-09-21T15:32:02.215Z Compiling tinyvec_macros v0.1.1
19312023-09-21T15:32:02.228Z Compiling digest v0.10.7
19322023-09-21T15:32:02.308Z Compiling tinyvec v1.6.0
19332023-09-21T15:32:02.931Z Compiling num-traits v0.2.16
19342023-09-21T15:32:02.943Z Compiling pin-utils v0.1.0
19352023-09-21T15:32:02.985Z Compiling unicode-xid v0.2.4
19362023-09-21T15:32:03.068Z Compiling ucd-trie v0.1.6
19372023-09-21T15:32:03.223Z Compiling futures-io v0.3.28
19382023-09-21T15:32:03.329Z Compiling fnv v1.0.7
19392023-09-21T15:32:03.582Z Compiling ahash v0.8.3
19402023-09-21T15:32:03.734Z Compiling tracing-core v0.1.31
19412023-09-21T15:32:03.753Z Compiling proc-macro2 v1.0.66
19422023-09-21T15:32:03.833Z Compiling iana-time-zone v0.1.57
19432023-09-21T15:32:03.844Z Compiling untrusted v0.7.1
19442023-09-21T15:32:04.182Z Compiling unicode-ident v1.0.11
19452023-09-21T15:32:04.482Z Compiling cfg-if v1.0.0
19462023-09-21T15:32:04.940Z Compiling tracing v0.1.37
19472023-09-21T15:32:05.127Z Compiling unicode-normalization v0.1.22
19482023-09-21T15:32:06.131Z Compiling serde_derive_internals v0.26.0
19492023-09-21T15:32:07.442Z Compiling synstructure v0.12.6
19502023-09-21T15:32:07.759Z Compiling http v0.2.9
19512023-09-21T15:32:08.331Z Compiling unicode-bidi v0.3.13
19522023-09-21T15:32:10.065Z Compiling ppv-lite86 v0.2.17
19532023-09-21T15:32:10.230Z Compiling slog v2.7.0
19542023-09-21T15:32:10.961Z Compiling chrono v0.4.30
19552023-09-21T15:32:11.468Z Compiling rand_chacha v0.3.1
19562023-09-21T15:32:13.980Z Compiling quote v1.0.33
19572023-09-21T15:32:14.235Z Compiling hashbrown v0.13.2
19582023-09-21T15:32:14.455Z Compiling percent-encoding v2.3.0
19592023-09-21T15:32:14.720Z Compiling httparse v1.8.0
19602023-09-21T15:32:15.274Z Compiling dyn-clone v1.0.13
19612023-09-21T15:32:15.312Z Compiling uuid v1.4.1
19622023-09-21T15:32:15.482Z Compiling serde_derive v1.0.188
19632023-09-21T15:32:15.561Z Compiling thiserror-impl v1.0.48
19642023-09-21T15:32:16.217Z Compiling tokio-macros v2.1.0
19652023-09-21T15:32:16.247Z Compiling futures-macro v0.3.28
19662023-09-21T15:32:16.250Z Compiling schemars_derive v0.8.13
19672023-09-21T15:32:16.506Z Compiling zerocopy-derive v0.2.0
19682023-09-21T15:32:17.120Z Compiling rustls v0.21.7
19692023-09-21T15:32:17.715Z Compiling regress v0.7.1
19702023-09-21T15:32:18.629Z Compiling tokio v1.32.0
19712023-09-21T15:32:19.291Z Compiling sct v0.7.0
19722023-09-21T15:32:20.132Z Compiling rustls-webpki v0.101.4
19732023-09-21T15:32:20.631Z Compiling pest v2.7.2
19742023-09-21T15:32:22.053Z Compiling rand v0.8.5
19752023-09-21T15:32:25.621Z Compiling pest_meta v2.7.2
19762023-09-21T15:32:25.923Z Compiling aho-corasick v1.0.4
19772023-09-21T15:32:26.159Z Compiling usdt-impl v0.3.5
19782023-09-21T15:32:26.621Z Compiling regex-syntax v0.7.5
19792023-09-21T15:32:27.617Z Compiling try-lock v0.2.4
19802023-09-21T15:32:27.837Z Compiling pest_generator v2.7.2
19812023-09-21T15:32:28.299Z Compiling log v0.4.20
19822023-09-21T15:32:31.014Z Compiling rustix v0.38.9
19832023-09-21T15:32:31.435Z Compiling want v0.3.1
19842023-09-21T15:32:31.950Z Compiling tokio-util v0.7.8
19852023-09-21T15:32:32.763Z Compiling pest_derive v2.7.2
19862023-09-21T15:32:33.834Z Compiling h2 v0.3.21
19872023-09-21T15:32:34.341Z Compiling regex-automata v0.3.8
19882023-09-21T15:32:48.347Z Compiling serde_tokenstream v0.2.0
19892023-09-21T15:32:50.974Z Compiling bitflags v2.4.0
19902023-09-21T15:32:51.973Z Compiling indexmap v2.0.0
19912023-09-21T15:32:54.409Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
19922023-09-21T15:32:57.275Z Compiling der_derive v0.7.2
19932023-09-21T15:33:02.407Z Compiling form_urlencoded v1.2.0
19942023-09-21T15:33:02.435Z Compiling http-body v0.4.5
19952023-09-21T15:33:02.450Z Compiling socket2 v0.4.9
19962023-09-21T15:33:02.471Z Compiling tower-service v0.3.2
19972023-09-21T15:33:03.172Z Compiling httpdate v1.0.3
19982023-09-21T15:33:03.617Z Compiling time-core v0.1.1
19992023-09-21T15:33:03.900Z Compiling byteorder v1.4.3
20002023-09-21T15:33:04.470Z Compiling time-macros v0.2.13
20012023-09-21T15:33:04.727Z Compiling zerocopy v0.3.0
20022023-09-21T15:33:06.008Z Compiling der v0.7.8
20032023-09-21T15:33:07.113Z Compiling hyper v0.14.27
20042023-09-21T15:33:13.411Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
20052023-09-21T15:33:20.448Z Compiling tokio-rustls v0.24.1
20062023-09-21T15:33:20.682Z Compiling regex v1.9.5
20072023-09-21T15:33:21.066Z Compiling sha2 v0.10.7
20082023-09-21T15:33:21.231Z Compiling hashbrown v0.14.0
20092023-09-21T15:33:23.195Z Compiling adler v1.0.2
20102023-09-21T15:33:23.681Z Compiling equivalent v1.0.1
20112023-09-21T15:33:23.833Z Compiling crossbeam-utils v0.8.16
20122023-09-21T15:33:24.239Z Compiling deranged v0.3.8
20132023-09-21T15:33:24.804Z Compiling num_threads v0.1.6
20142023-09-21T15:33:24.993Z Compiling miniz_oxide v0.7.1
20152023-09-21T15:33:27.042Z Compiling spki v0.7.2
20162023-09-21T15:33:27.360Z Compiling dof v0.1.5
20172023-09-21T15:33:27.757Z Compiling serde_urlencoded v0.7.1
20182023-09-21T15:33:27.885Z Compiling time v0.3.27
20192023-09-21T15:33:27.973Z Compiling dtrace-parser v0.1.14
20202023-09-21T15:33:28.739Z Compiling idna v0.4.0
20212023-09-21T15:33:28.938Z Compiling rustls-pemfile v1.0.3
20222023-09-21T15:33:30.030Z Compiling thread-id v4.2.0
20232023-09-21T15:33:30.105Z Compiling dirs-sys-next v0.1.2
20242023-09-21T15:33:30.186Z Compiling strsim v0.10.0
20252023-09-21T15:33:31.245Z Compiling ident_case v1.0.1
20262023-09-21T15:33:31.508Z Compiling darling_core v0.20.3
20272023-09-21T15:33:31.979Z Compiling dirs-next v2.0.0
20282023-09-21T15:33:32.358Z Compiling bzip2-sys v0.1.11+1.0.8
20292023-09-21T15:33:32.960Z Compiling url v2.4.1
20302023-09-21T15:33:36.105Z Compiling hyper-rustls v0.24.1
20312023-09-21T15:33:36.504Z Compiling serde_tokenstream v0.1.7
20322023-09-21T15:33:36.701Z Compiling serde_spanned v0.6.3
20332023-09-21T15:33:37.144Z Compiling toml_datetime v0.6.3
20342023-09-21T15:33:37.364Z Compiling hex v0.4.3
20352023-09-21T15:33:38.424Z Compiling zerocopy-derive v0.6.3
20362023-09-21T15:33:39.395Z Compiling thread_local v1.1.7
20372023-09-21T15:33:40.769Z Compiling encoding_rs v0.8.33
20382023-09-21T15:33:40.960Z Compiling slog-async v2.8.0
20392023-09-21T15:33:41.661Z Compiling webpki-roots v0.25.2
20402023-09-21T15:33:41.691Z Compiling async-trait v0.1.73
20412023-09-21T15:33:41.925Z Compiling camino v1.1.6
20422023-09-21T15:33:42.740Z Compiling unicode-width v0.1.10
20432023-09-21T15:33:42.926Z Compiling ipnet v2.8.0
20442023-09-21T15:33:42.979Z Compiling mime v0.3.17
20452023-09-21T15:33:43.207Z Compiling rustversion v1.0.14
20462023-09-21T15:33:44.083Z Compiling heck v0.4.1
20472023-09-21T15:33:44.280Z Compiling clap_builder v4.4.2
20482023-09-21T15:33:45.209Z Compiling reqwest v0.11.20
20492023-09-21T15:33:47.599Z Compiling getopts v0.2.21
20502023-09-21T15:33:49.002Z Compiling toml_edit v0.19.15
20512023-09-21T15:33:49.266Z Compiling zerocopy v0.6.3
20522023-09-21T15:33:50.903Z Compiling darling_macro v0.20.3
20532023-09-21T15:33:55.059Z Compiling crossbeam-channel v0.5.8
20542023-09-21T15:34:02.816Z Compiling term v0.7.0
20552023-09-21T15:34:06.699Z Compiling pkcs8 v0.10.2
20562023-09-21T15:34:09.791Z Compiling openapiv3 v1.0.3
20572023-09-21T15:34:11.345Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
20582023-09-21T15:34:18.186Z Compiling packed_struct_codegen v0.10.1
20592023-09-21T15:34:22.645Z Compiling structmeta-derive v0.1.6
20602023-09-21T15:34:26.839Z Compiling clap_derive v4.4.2
20612023-09-21T15:34:27.090Z Compiling stringprep v0.1.3
20622023-09-21T15:34:31.399Z Compiling hmac v0.12.1
20632023-09-21T15:34:31.738Z Compiling md-5 v0.10.5
20642023-09-21T15:34:31.987Z Compiling backtrace v0.3.69
20652023-09-21T15:34:32.119Z Compiling atty v0.2.14
20662023-09-21T15:34:32.504Z Compiling doc-comment v0.3.3
20672023-09-21T15:34:32.821Z Compiling siphasher v0.3.11
20682023-09-21T15:34:32.908Z Compiling take_mut v0.2.2
20692023-09-21T15:34:33.154Z Compiling gimli v0.28.0
20702023-09-21T15:34:33.239Z Compiling match_cfg v0.1.0
20712023-09-21T15:34:33.378Z Compiling unsafe-libyaml v0.2.9
20722023-09-21T15:34:33.640Z Compiling paste v1.0.14
20732023-09-21T15:34:34.269Z Compiling fallible-iterator v0.2.0
20742023-09-21T15:34:34.764Z Compiling clap v4.4.2
20752023-09-21T15:34:35.012Z Compiling hostname v0.3.1
20762023-09-21T15:34:35.390Z Compiling phf_shared v0.11.2
20772023-09-21T15:34:35.576Z Compiling postgres-protocol v0.6.6
20782023-09-21T15:34:36.177Z Compiling serde_yaml v0.9.25
20792023-09-21T15:34:42.715Z Compiling addr2line v0.21.0
20802023-09-21T15:34:44.041Z Compiling slog-term v2.9.0
20812023-09-21T15:34:44.447Z Compiling structmeta v0.1.6
20822023-09-21T15:34:45.081Z Compiling packed_struct v0.10.1
20832023-09-21T15:34:45.442Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
20842023-09-21T15:34:49.025Z Compiling pkcs1 v0.7.5
20852023-09-21T15:34:53.214Z Compiling num-bigint-dig v0.8.4
20862023-09-21T15:34:55.408Z Compiling toml v0.7.6
20872023-09-21T15:34:56.667Z Compiling darling v0.20.3
20882023-09-21T15:35:02.133Z Compiling usdt-attr-macro v0.3.5
20892023-09-21T15:35:02.994Z Compiling usdt-macro v0.3.5
20902023-09-21T15:35:03.301Z Compiling slog-json v2.6.1
20912023-09-21T15:35:04.154Z Compiling is-terminal v0.4.9
20922023-09-21T15:35:04.281Z Compiling futures-executor v0.3.28
20932023-09-21T15:35:04.349Z Compiling async-stream-impl v0.3.5
20942023-09-21T15:35:04.689Z Compiling signature v2.1.0
20952023-09-21T15:35:04.835Z Compiling object v0.32.1
20962023-09-21T15:35:05.048Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
20972023-09-21T15:35:05.463Z Compiling fastrand v2.0.0
20982023-09-21T15:35:06.307Z Compiling regex-syntax v0.6.29
20992023-09-21T15:35:06.417Z Compiling anyhow v1.0.75
21002023-09-21T15:35:06.693Z Compiling semver v1.0.18
21012023-09-21T15:35:07.125Z Compiling rustc-demangle v0.1.23
21022023-09-21T15:35:07.340Z Compiling atomic-waker v1.1.1
21032023-09-21T15:35:07.631Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
21042023-09-21T15:35:09.268Z Compiling waitgroup v0.1.2
21052023-09-21T15:35:10.274Z Compiling env_logger v0.10.0
21062023-09-21T15:35:11.555Z Compiling async-stream v0.3.5
21072023-09-21T15:35:12.182Z Compiling tempfile v3.8.0
21082023-09-21T15:35:14.230Z Compiling rsa v0.9.2
21092023-09-21T15:35:15.589Z Compiling usdt v0.3.5
21102023-09-21T15:35:16.182Z Compiling parse-display-derive v0.7.0
21112023-09-21T15:35:16.373Z Compiling futures v0.3.28
21122023-09-21T15:35:16.541Z Compiling slog-bunyan v2.4.0
21132023-09-21T15:35:16.825Z Compiling strum_macros v0.25.2
21142023-09-21T15:35:20.490Z Compiling serde_with_macros v2.3.3
21152023-09-21T15:35:25.279Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
21162023-09-21T15:35:25.403Z Compiling serde-hex v0.1.0
21172023-09-21T15:35:25.486Z Compiling bzip2 v0.4.4
21182023-09-21T15:35:25.507Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21192023-09-21T15:35:25.519Z Compiling postgres-types v0.2.6
21202023-09-21T15:35:25.522Z Compiling phf v0.11.2
21212023-09-21T15:35:27.212Z Compiling flate2 v1.0.27
21222023-09-21T15:35:28.689Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
21232023-09-21T15:35:29.537Z Compiling x509-cert v0.2.4
21242023-09-21T15:35:31.081Z Compiling ron v0.8.1
21252023-09-21T15:35:32.070Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
21262023-09-21T15:35:35.336Z Compiling serde_path_to_error v0.1.14
21272023-09-21T15:35:35.871Z Compiling snafu-derive v0.7.5
21282023-09-21T15:35:37.085Z Compiling sha1 v0.10.5
21292023-09-21T15:35:38.533Z Compiling bstr v1.6.0
21302023-09-21T15:35:41.456Z Compiling path-dedot v3.1.0
21312023-09-21T15:35:41.830Z Compiling instant v0.1.12
21322023-09-21T15:35:42.040Z Compiling debug-ignore v1.0.5
21332023-09-21T15:35:42.060Z Compiling base64 v0.13.1
21342023-09-21T15:35:42.258Z Compiling buf-list v1.0.3
21352023-09-21T15:35:43.045Z Compiling arc-swap v1.6.0
21362023-09-21T15:35:43.514Z Compiling whoami v1.4.1
21372023-09-21T15:35:44.211Z Compiling same-file v1.0.6
21382023-09-21T15:35:44.314Z Compiling snafu v0.7.5
21392023-09-21T15:35:44.676Z Compiling walkdir v2.4.0
21402023-09-21T15:35:45.015Z Compiling tokio-postgres v0.7.10
21412023-09-21T15:35:46.329Z Compiling slog-scope v4.4.0
21422023-09-21T15:35:47.412Z Compiling pem v1.1.1
21432023-09-21T15:35:47.912Z Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
21442023-09-21T15:35:49.948Z Compiling backoff v0.4.0
21452023-09-21T15:35:50.520Z Compiling path-absolutize v3.1.0
21462023-09-21T15:35:50.822Z Compiling globset v0.4.13
21472023-09-21T15:35:51.689Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
21482023-09-21T15:35:51.976Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21492023-09-21T15:35:52.594Z Compiling zip v0.6.6
21502023-09-21T15:35:55.044Z Compiling serde_with v2.3.3
21512023-09-21T15:35:57.918Z Compiling strum v0.25.0
21522023-09-21T15:35:58.197Z Compiling parse-display v0.7.0
21532023-09-21T15:36:03.076Z Compiling object v0.30.4
21542023-09-21T15:36:04.581Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21552023-09-21T15:36:04.838Z Compiling ipnetwork v0.20.0
21562023-09-21T15:36:05.879Z Compiling olpc-cjson v0.1.3
21572023-09-21T15:36:06.809Z Compiling macaddr v1.0.1
21582023-09-21T15:36:08.017Z Compiling serde_plain v1.0.2
21592023-09-21T15:36:08.589Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21602023-09-21T15:36:08.901Z Compiling filetime v0.2.22
21612023-09-21T15:36:09.417Z Compiling xattr v1.0.1
21622023-09-21T15:36:09.663Z Compiling either v1.9.0
21632023-09-21T15:36:09.904Z Compiling tar v0.4.40
21642023-09-21T15:36:10.264Z Compiling itertools v0.11.0
21652023-09-21T15:36:11.115Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21662023-09-21T15:36:15.953Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
21672023-09-21T15:36:18.704Z Compiling tough v0.12.5
21682023-09-21T15:36:21.453Z Compiling slog-stdlog v4.1.1
21692023-09-21T15:36:21.914Z Compiling camino-tempfile v1.0.2
21702023-09-21T15:36:23.038Z Compiling bytesize v1.3.0
21712023-09-21T15:36:23.228Z Compiling fs-err v2.9.0
21722023-09-21T15:36:23.980Z Compiling slog-envlogger v2.2.0
21732023-09-21T15:36:24.585Z Compiling console v0.15.7
21742023-09-21T15:36:28.028Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21752023-09-21T15:36:28.567Z Compiling humantime v2.1.0
21762023-09-21T15:36:33.191Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21772023-09-21T15:37:04.003Z Finished release [optimized] target(s) in 5m 10s
21782023-09-21T15:37:04.084Z
21792023-09-21T15:37:04.087Zreal 5:11.013428838
21802023-09-21T15:37:04.089Zuser 37:55.888952228
21812023-09-21T15:37:04.092Zsys 2:22.398600260
21822023-09-21T15:37:04.096Ztrap 1.488001520
21832023-09-21T15:37:04.119Ztflt 1.074178629
21842023-09-21T15:37:04.122Zdflt 0.563396679
21852023-09-21T15:37:04.125Zkflt 0.000636071
21862023-09-21T15:37:04.128Zlock 1:34:15.144985779
21872023-09-21T15:37:04.130Zslp 1:48:36.811185956
21882023-09-21T15:37:04.133Zlat 1:24.219483101
21892023-09-21T15:37:04.136Zstop 42.530858065
21902023-09-21T15:37:04.139Z+ ptime -m gzip
21912023-09-21T15:37:06.088Z
21922023-09-21T15:37:06.091Zreal 1.999419366
21932023-09-21T15:37:06.099Zuser 1.974989101
21942023-09-21T15:37:06.102Zsys 0.022605565
21952023-09-21T15:37:06.107Ztrap 0.000508912
21962023-09-21T15:37:06.110Ztflt 0.000000000
21972023-09-21T15:37:06.112Zdflt 0.000000000
21982023-09-21T15:37:06.115Zkflt 0.000000000
21992023-09-21T15:37:06.117Zlock 0.000000000
22002023-09-21T15:37:06.120Zslp 0.000000000
22012023-09-21T15:37:06.123Zlat 0.000984584
22022023-09-21T15:37:06.125Zstop 0.000227334
22032023-09-21T15:37:06.128Zprocess exited: duration 1208449 ms, exit code 0
 
22042023-09-21T15:37:06.165Zfound 5 output files
22052023-09-21T15:37:06.176Zuploading: /work/end-to-end-tests/bootstrap-1bfac08a7c9d25d4.gz (6383420 bytes)
22062023-09-21T15:37:10.327Zuploaded: /work/end-to-end-tests/bootstrap-1bfac08a7c9d25d4.gz
22072023-09-21T15:37:10.390Zuploading: /work/end-to-end-tests/bootstrap.gz (93538549 bytes)
22082023-09-21T15:37:42.658Zuploaded: /work/end-to-end-tests/bootstrap.gz
22092023-09-21T15:37:42.670Zuploading: /work/end-to-end-tests/end_to_end_tests-768880fca284458b.gz (107118151 bytes)
22102023-09-21T15:38:18.554Zuploaded: /work/end-to-end-tests/end_to_end_tests-768880fca284458b.gz
22112023-09-21T15:38:18.560Zuploading: /work/caboose-util.gz (3756619 bytes)
22122023-09-21T15:38:20.087Zuploaded: /work/caboose-util.gz
22132023-09-21T15:38:20.092Zuploading: /work/tufaceous.gz (12694210 bytes)
22142023-09-21T15:38:25.700Zuploaded: /work/tufaceous.gz