01HD1ZC0XHBQE02BJXVJYHZ2SY: helios / CI tools

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

Buildomat Job: 01HD1ZC9YXQZE64JQ9F8J7K20R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-18T18:06:13.686Zjob assigned to worker 01HD1ZCMZXN4RN603VFYSN3W3Q (queued for 1 m 26 s)
 
22023-10-18T18:06:14.336Zstarting task 0: "setup"
32023-10-18T18:06:14.392Z++ uname -s
42023-10-18T18:06:14.395Z+ kern=SunOS
52023-10-18T18:06:14.398Z+ case "$kern" in
62023-10-18T18:06:14.401Z+ groupadd -g 12345 build
72023-10-18T18:06:14.404Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-18T18:06:16.409Z+ zfs create -o mountpoint=/work rpool/work
92023-10-18T18:06:16.506Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-18T18:06:16.510Z+ home_fs=zfs
112023-10-18T18:06:16.512Z+ [[ zfs == autofs ]]
122023-10-18T18:06:16.515Z+ mkdir -p /home/build
132023-10-18T18:06:16.518Z+ chown build:build /home/build /work
142023-10-18T18:06:17.515Z+ chmod 0700 /home/build /work
152023-10-18T18:06:17.519Zprocess exited: duration 3180 ms, exit code 0
 
162023-10-18T18:06:17.525Zstarting task 1: "rust-toolchain"
172023-10-18T18:06:17.537Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-18T18:06:17.540Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-18T18:06:17.760Zinfo: downloading installer
202023-10-18T18:06:18.946Zwarning: it looks like you have an existing installation of Rust at:
212023-10-18T18:06:18.949Zwarning: /opt/ooce/bin
222023-10-18T18:06:18.952Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-18T18:06:18.955Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-18T18:06:18.958Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-18T18:06:18.962Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-18T18:06:18.964Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-18T18:06:18.968Zerror: cannot install while Rust is installed
282023-10-18T18:06:18.971Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-18T18:06:19.029Zinfo: profile set to 'default'
302023-10-18T18:06:19.032Zinfo: default host triple is x86_64-unknown-illumos
312023-10-18T18:06:19.036Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-18T18:06:19.187Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-18T18:06:19.192Zinfo: downloading component 'cargo'
342023-10-18T18:06:19.805Zinfo: downloading component 'clippy'
352023-10-18T18:06:20.021Zinfo: downloading component 'rust-docs'
362023-10-18T18:06:20.788Zinfo: downloading component 'rust-std'
372023-10-18T18:06:22.192Zinfo: downloading component 'rustc'
382023-10-18T18:06:25.459Zinfo: downloading component 'rustfmt'
392023-10-18T18:06:25.651Zinfo: installing component 'cargo'
402023-10-18T18:06:27.052Zinfo: installing component 'clippy'
412023-10-18T18:06:27.648Zinfo: installing component 'rust-docs'
422023-10-18T18:06:30.357Zinfo: installing component 'rust-std'
432023-10-18T18:06:34.885Zinfo: installing component 'rustc'
442023-10-18T18:06:45.213Zinfo: installing component 'rustfmt'
452023-10-18T18:06:45.661Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-18T18:06:45.664Z
472023-10-18T18:06:45.820Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-18T18:06:45.822Z
492023-10-18T18:06:45.825Z
502023-10-18T18:06:45.827ZRust is installed now. Great!
512023-10-18T18:06:45.830Z
522023-10-18T18:06:45.833ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-18T18:06:45.836Zenvironment variable. This has not been done automatically.
542023-10-18T18:06:45.839Z
552023-10-18T18:06:45.842ZTo configure your current shell, run:
562023-10-18T18:06:45.845Zsource "$HOME/.cargo/env"
572023-10-18T18:06:45.907Z+ rustc --version
582023-10-18T18:06:46.016Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-18T18:06:46.021Zprocess exited: duration 28494 ms, exit code 0
 
602023-10-18T18:06:46.027Zstarting task 2: "authentication"
612023-10-18T18:06:46.062Zprocess exited: duration 31 ms, exit code 0
 
622023-10-18T18:06:46.068Zstarting task 3: "clone repository"
632023-10-18T18:06:46.078Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-18T18:06:46.081Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-18T18:06:46.115ZCloning into '/work/oxidecomputer/omicron'...
662023-10-18T18:06:53.923Z+ cd /work/oxidecomputer/omicron
672023-10-18T18:06:53.929Z+ [[ -n wicketd-tuf-repo-multiple-rot-keys ]]
682023-10-18T18:06:53.932Z+ git fetch origin wicketd-tuf-repo-multiple-rot-keys
692023-10-18T18:06:54.311ZFrom https://github.com/oxidecomputer/omicron
702023-10-18T18:06:54.315Z * branch wicketd-tuf-repo-multiple-rot-keys -> FETCH_HEAD
712023-10-18T18:06:54.322Z+ git checkout -B wicketd-tuf-repo-multiple-rot-keys remotes/origin/wicketd-tuf-repo-multiple-rot-keys
722023-10-18T18:06:54.411ZSwitched to a new branch 'wicketd-tuf-repo-multiple-rot-keys'
732023-10-18T18:06:54.414Zbranch 'wicketd-tuf-repo-multiple-rot-keys' set up to track 'origin/wicketd-tuf-repo-multiple-rot-keys'.
742023-10-18T18:06:54.417Z+ git reset --hard 4302c93d91a66a1c969210cafdaa6db1eb87ddcd
752023-10-18T18:06:54.555ZHEAD is now at 4302c93d add log when we find a matching RoT archive
762023-10-18T18:06:54.558Zprocess exited: duration 8485 ms, exit code 0
 
772023-10-18T18:06:54.564Zstarting task 4: "build"
782023-10-18T18:06:54.574Z+ cargo --version
792023-10-18T18:06:54.661Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-18T18:06:54.663Z+ rustc --version
812023-10-18T18:06:54.762Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-18T18:06:54.766Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-18T18:07:05.273Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-18T18:07:06.072Z Startup: Caching catalogs ... Done
852023-10-18T18:07:10.416ZPlanning: Solver setup ... Done (4.090s)
862023-10-18T18:07:10.523ZPlanning: Running solver ... Done (0.106s)
872023-10-18T18:07:10.569ZPlanning: Finding local manifests ... Done (0.003s)
882023-10-18T18:07:10.594ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-18T18:07:11.333ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-18T18:07:11.413ZPlanning: Package planning ... Done (0.080s)
912023-10-18T18:07:11.498ZPlanning: Merging actions ... Done (0.085s)
922023-10-18T18:07:12.721ZPlanning: Checking for conflicting actions ... Done (1.223s)
932023-10-18T18:07:12.740ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-18T18:07:18.632ZPlanning: Evaluating mediators ... Done (5.893s)
952023-10-18T18:07:18.671ZPlanning: Planning completed in 12.52 seconds
962023-10-18T18:07:22.170Z Packages to install: 4
972023-10-18T18:07:22.176Z Mediators to change: 2
982023-10-18T18:07:22.181Z Services to change: 1
992023-10-18T18:07:22.183Z Estimated space available: 149.39 GB
1002023-10-18T18:07:22.186ZEstimated space to be consumed: 1.36 GB
1012023-10-18T18:07:22.190Z Create boot environment: No
1022023-10-18T18:07:22.196ZCreate backup boot environment: No
1032023-10-18T18:07:22.198Z Rebuild boot archive: No
1042023-10-18T18:07:22.202Z
1052023-10-18T18:07:22.205ZChanged mediators:
1062023-10-18T18:07:22.208Z mediator clang:
1072023-10-18T18:07:22.210Z version: None -> 15 (system default)
1082023-10-18T18:07:22.213Z
1092023-10-18T18:07:22.216Z mediator llvm:
1102023-10-18T18:07:22.219Z version: 14 (system default) -> 15 (system default)
1112023-10-18T18:07:22.221Z
1122023-10-18T18:07:22.225ZChanged packages:
1132023-10-18T18:07:22.228Zhelios-dev
1142023-10-18T18:07:22.231Z developer/build-essential
1152023-10-18T18:07:22.233Z None -> 11-2.0
1162023-10-18T18:07:22.236Z library/libxmlsec1
1172023-10-18T18:07:22.239Z None -> 1.2.35-2.0
1182023-10-18T18:07:22.242Z ooce/developer/clang-15
1192023-10-18T18:07:22.245Z None -> 15.0.7-2.0
1202023-10-18T18:07:22.248Z ooce/developer/llvm-15
1212023-10-18T18:07:22.251Z None -> 15.0.7-2.0
1222023-10-18T18:07:22.254Z
1232023-10-18T18:07:22.257ZServices:
1242023-10-18T18:07:22.260Z restart_fmri:
1252023-10-18T18:07:22.263Z svc:/system/update-man-index:default
1262023-10-18T18:07:22.390Z
1272023-10-18T18:07:22.394ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-18T18:07:27.394ZDownload: 822/3290 items 18.6/212.6MB 8% complete (3.8M/s)
1292023-10-18T18:07:32.479ZDownload: 1198/3290 items 83.4/212.6MB 39% complete (10.6M/s)
1302023-10-18T18:07:37.479ZDownload: 2558/3290 items 120.4/212.6MB 56% complete (10.2M/s)
1312023-10-18T18:07:43.798ZDownload: 3278/3290 items 209.0/212.6MB 98% complete (12.8M/s)
1322023-10-18T18:07:53.411ZDownload: 3285/3290 items 211.5/212.6MB 99% complete (9.2M/s)
1332023-10-18T18:07:53.475ZDownload: Completed 212.60 MB in 31.09 seconds (6.8M/s)
1342023-10-18T18:07:53.701Z Actions: 1/3687 actions (Installing new actions)
1352023-10-18T18:07:58.703Z Actions: 3135/3687 actions (Installing new actions)
1362023-10-18T18:08:02.083Z Actions: Completed 3687 actions in 8.38 seconds.
1372023-10-18T18:08:02.164Z Done (0.073s)
1382023-10-18T18:08:02.167Z Done (0.000s)
1392023-10-18T18:08:02.351Z Done (0.187s)
1402023-10-18T18:08:09.623Z Done (7.163s)
1412023-10-18T18:08:09.866Z Done (0.144s)
1422023-10-18T18:08:09.869Z Done (0.000s)
1432023-10-18T18:08:10.088Z Done (0.000s)
1442023-10-18T18:08:10.768ZPlanning: Evaluating mediator changes ... Done
1452023-10-18T18:08:11.048ZPlanning: Checking for conflicting actions ... Done
1462023-10-18T18:08:11.051ZPlanning: Consolidating action changes ... Done
1472023-10-18T18:08:11.489ZPlanning: Evaluating mediators ... Done
1482023-10-18T18:08:11.493ZPlanning: Planning completed in 0.72 seconds
1492023-10-18T18:08:11.544Z Mediators to change: 2
1502023-10-18T18:08:11.547Z Create boot environment: No
1512023-10-18T18:08:11.549ZCreate backup boot environment: No
1522023-10-18T18:08:11.646Z Done
1532023-10-18T18:08:11.649Z Done
1542023-10-18T18:08:11.750Z Done
1552023-10-18T18:08:17.582Z Done
1562023-10-18T18:08:17.706Z Done
1572023-10-18T18:08:17.709Z Done
1582023-10-18T18:08:17.808Z Done
1592023-10-18T18:08:18.813ZPlanning: Evaluating mediator changes ... Done
1602023-10-18T18:08:18.816ZPlanning: Merging actions ... Done
1612023-10-18T18:08:19.144ZPlanning: Checking for conflicting actions ... Done
1622023-10-18T18:08:19.146ZPlanning: Consolidating action changes ... Done
1632023-10-18T18:08:19.576ZPlanning: Evaluating mediators ... Done
1642023-10-18T18:08:19.669ZPlanning: Planning completed in 1.29 seconds
1652023-10-18T18:08:19.725Z Packages to change: 1
1662023-10-18T18:08:19.727Z Mediators to change: 1
1672023-10-18T18:08:19.730Z Services to change: 1
1682023-10-18T18:08:19.735Z Create boot environment: No
1692023-10-18T18:08:19.738ZCreate backup boot environment: Yes
1702023-10-18T18:08:21.728Z Actions: 1/6 actions (Updating modified actions)
1712023-10-18T18:08:21.731Z Actions: Completed 6 actions in 0.00 seconds.
1722023-10-18T18:08:21.734Z Done
1732023-10-18T18:08:21.737Z Done
1742023-10-18T18:08:22.216Z Done
1752023-10-18T18:08:27.450Z Done
1762023-10-18T18:08:27.983Z Done
1772023-10-18T18:08:27.992Z Done
1782023-10-18T18:08:27.999Z Done
1792023-10-18T18:08:28.350ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1802023-10-18T18:08:28.353Zclang system 15 system
1812023-10-18T18:08:28.356Zcsh system system illumos
1822023-10-18T18:08:28.381Zctags system system illumos
1832023-10-18T18:08:28.385Zgcc vendor 12 vendor
1842023-10-18T18:08:28.388Zgcc system 10 system
1852023-10-18T18:08:28.390Zgcc system 7 system
1862023-10-18T18:08:28.393Zgo system 1.20 system
1872023-10-18T18:08:28.397Zgo system 1.19 system
1882023-10-18T18:08:28.399Zllvm system 15 system
1892023-10-18T18:08:28.403Zllvm system 14 system
1902023-10-18T18:08:28.406Zmariadb system 10.6 system
1912023-10-18T18:08:28.409Zmta vendor vendor dma
1922023-10-18T18:08:28.413Zopenjdk system 17 system
1932023-10-18T18:08:28.415Zopenjdk system 11 system
1942023-10-18T18:08:28.418Zopenjdk system 1.8 system
1952023-10-18T18:08:28.421Zopenssl vendor 3 vendor
1962023-10-18T18:08:28.424Zperl system 5.36 system
1972023-10-18T18:08:28.427Zpostgresql system 15 system
1982023-10-18T18:08:28.431Zpostgresql system 13 system
1992023-10-18T18:08:28.434Zpython vendor 3 vendor
2002023-10-18T18:08:28.436Zpython system 2 system
2012023-10-18T18:08:28.440Zpython3 system 3.11 system
2022023-10-18T18:08:28.442Zruby system 3.0 system
2032023-10-18T18:08:28.445Zwords vendor vendor american-english
2042023-10-18T18:08:28.448Zwords system system australian-english
2052023-10-18T18:08:28.452Zwords system system british-english
2062023-10-18T18:08:28.455Zwords system system canadian-english
2072023-10-18T18:08:28.458Zwords system system french
2082023-10-18T18:08:28.461Zwords system system italian
2092023-10-18T18:08:28.464Zwords system system ngerman
2102023-10-18T18:08:28.467Zwords system system ogerman
2112023-10-18T18:08:28.471Zwords system system spanish
2122023-10-18T18:08:28.881ZFMRI IFO
2132023-10-18T18:08:28.884Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2142023-10-18T18:08:28.887Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2152023-10-18T18:08:28.890Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2162023-10-18T18:08:28.894Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2172023-10-18T18:08:28.897Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2182023-10-18T18:08:28.899Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2192023-10-18T18:08:28.953Z+ set -o errexit
2202023-10-18T18:08:28.957Z+++ dirname ./tools/ci_download_cockroachdb
2212023-10-18T18:08:28.959Z++ cd ./tools
2222023-10-18T18:08:28.962Z++ pwd
2232023-10-18T18:08:28.965Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2242023-10-18T18:08:28.970Z++ basename ./tools/ci_download_cockroachdb
2252023-10-18T18:08:28.973Z+ ARG0=ci_download_cockroachdb
2262023-10-18T18:08:28.976Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2272023-10-18T18:08:28.979Z+ CIDL_VERSION=v22.1.9
2282023-10-18T18:08:28.981Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2292023-10-18T18:08:28.989Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2302023-10-18T18:08:28.993Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2312023-10-18T18:08:28.995Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2322023-10-18T18:08:28.998Z+ TARGET_DIR=out
2332023-10-18T18:08:29.003Z+ DOWNLOAD_DIR=out/downloads
2342023-10-18T18:08:29.005Z+ DEST_DIR=./out/cockroachdb
2352023-10-18T18:08:29.008Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2362023-10-18T18:08:29.011Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2372023-10-18T18:08:29.014Z+ main
2382023-10-18T18:08:29.017Z+ [[ 0 != 0 ]]
2392023-10-18T18:08:29.020Z+ CIDL_OS=solaris2.11
2402023-10-18T18:08:29.023Z+ [[ 0 != 0 ]]
2412023-10-18T18:08:29.026Z+ configure_os solaris2.11
2422023-10-18T18:08:29.029Z+ echo 'current directory: /work/oxidecomputer/omicron'
2432023-10-18T18:08:29.031Zcurrent directory: /work/oxidecomputer/omicron
2442023-10-18T18:08:29.035Z+ echo 'configuring based on OS: "solaris2.11"'
2452023-10-18T18:08:29.037Zconfiguring based on OS: "solaris2.11"
2462023-10-18T18:08:29.041Z+ case "$1" in
2472023-10-18T18:08:29.044Z+ CIDL_BUILD=illumos
2482023-10-18T18:08:29.046Z+ CIDL_SUFFIX=tar.gz
2492023-10-18T18:08:29.049Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2502023-10-18T18:08:29.052Z+ CIDL_MD5FUNC=do_md5sum
2512023-10-18T18:08:29.055Z+ CIDL_URL_BASE=https://illumos.org/downloads
2522023-10-18T18:08:29.057Z+ CIDL_ASSEMBLE=do_assemble_illumos
2532023-10-18T18:08:29.060Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2542023-10-18T18:08:29.063Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2552023-10-18T18:08:29.066Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-18T18:08:29.072Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2572023-10-18T18:08:29.076Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-18T18:08:29.081Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2592023-10-18T18:08:29.084ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-18T18:08:29.089Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-18T18:08:29.093ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-18T18:08:29.101Z+ mkdir -p out/downloads
2632023-10-18T18:08:29.105Z+ mkdir -p ./out/cockroachdb
2642023-10-18T18:08:29.110Z+ local DO_DOWNLOAD=true
2652023-10-18T18:08:29.117Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2662023-10-18T18:08:29.121Z+ '[' true == true ']'
2672023-10-18T18:08:29.126Z+ echo Downloading...
2682023-10-18T18:08:29.133ZDownloading...
2692023-10-18T18:08:29.138Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-18T18:08:29.144Z+ 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
2712023-10-18T18:08:34.390Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-10-18T18:08:34.393Z++ md5sum
2732023-10-18T18:08:34.396Z++ awk '{print $1}'
2742023-10-18T18:08:34.577Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2752023-10-18T18:08:34.581Z+ [[ 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 ]]
2762023-10-18T18:08:34.584Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-18T18:08:34.587Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2782023-10-18T18:08:37.899Z+ do_assemble_illumos
2792023-10-18T18:08:37.902Z+ rm -r ./out/cockroachdb
2802023-10-18T18:08:37.905Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2812023-10-18T18:08:38.488Z+ ./out/cockroachdb/bin/cockroach version
2822023-10-18T18:08:38.696ZBuild Tag: v22.1.9-dirty
2832023-10-18T18:08:38.699ZBuild Time: 2022/10/26 21:17:46
2842023-10-18T18:08:38.705ZDistribution: OSS
2852023-10-18T18:08:38.708ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2862023-10-18T18:08:38.711ZGo Version: go1.17.13
2872023-10-18T18:08:38.714ZC Compiler: gcc 10.3.0
2882023-10-18T18:08:38.717ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2892023-10-18T18:08:38.721ZBuild Type: release
2902023-10-18T18:08:38.724Z+ set -o errexit
2912023-10-18T18:08:38.727Z+++ dirname ./tools/ci_download_clickhouse
2922023-10-18T18:08:38.729Z++ cd ./tools
2932023-10-18T18:08:38.732Z++ pwd
2942023-10-18T18:08:38.735Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2952023-10-18T18:08:38.738Z++ basename ./tools/ci_download_clickhouse
2962023-10-18T18:08:38.741Z+ ARG0=ci_download_clickhouse
2972023-10-18T18:08:38.744Z+ TARGET_DIR=out
2982023-10-18T18:08:38.746Z+ DOWNLOAD_DIR=out/downloads
2992023-10-18T18:08:38.749Z+ DEST_DIR=./out/clickhouse
3002023-10-18T18:08:38.752Z+ CIDL_VERSION=v22.8.9.24
3012023-10-18T18:08:38.755Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3022023-10-18T18:08:38.759Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3032023-10-18T18:08:38.762Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3042023-10-18T18:08:38.765Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3052023-10-18T18:08:38.768Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3062023-10-18T18:08:38.770Z+ main
3072023-10-18T18:08:38.773Z+ [[ 0 != 0 ]]
3082023-10-18T18:08:38.776Z+ CIDL_OS=solaris2.11
3092023-10-18T18:08:38.780Z+ [[ 0 != 0 ]]
3102023-10-18T18:08:38.783Z+ configure_os solaris2.11
3112023-10-18T18:08:38.793Z+ echo 'current directory: /work/oxidecomputer/omicron'
3122023-10-18T18:08:38.822Zcurrent directory: /work/oxidecomputer/omicron
3132023-10-18T18:08:38.839Z+ echo 'configuring based on OS: "solaris2.11"'
3142023-10-18T18:08:38.844Zconfiguring based on OS: "solaris2.11"
3152023-10-18T18:08:38.848Z+ CIDL_DASHREV=
3162023-10-18T18:08:38.851Z+ case "$1" in
3172023-10-18T18:08:38.856Z+ CIDL_PLATFORM=illumos
3182023-10-18T18:08:38.861Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3192023-10-18T18:08:38.865Z+ CIDL_MD5FUNC=do_md5sum
3202023-10-18T18:08:38.868Z+ CIDL_DASHREV=-1
3212023-10-18T18:08:38.871Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3222023-10-18T18:08:38.873Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-10-18T18:08:38.876Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-18T18:08:38.879Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-18T18:08:38.881Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3262023-10-18T18:08:38.884ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-18T18:08:38.886Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-10-18T18:08:38.889ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-18T18:08:38.892Z+ mkdir -p out/downloads
3302023-10-18T18:08:38.895Z+ mkdir -p ./out/clickhouse
3312023-10-18T18:08:38.898Z+ local DO_DOWNLOAD=true
3322023-10-18T18:08:38.900Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3332023-10-18T18:08:38.903Z+ '[' true == true ']'
3342023-10-18T18:08:38.906Z+ echo Downloading...
3352023-10-18T18:08:38.908ZDownloading...
3362023-10-18T18:08:38.911Z+ 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
3372023-10-18T18:08:38.914Z+ 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
3382023-10-18T18:08:40.886Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-10-18T18:08:40.889Z++ md5sum
3402023-10-18T18:08:40.892Z++ awk '{print $1}'
3412023-10-18T18:08:41.150Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3422023-10-18T18:08:41.152Z+ [[ 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 ]]
3432023-10-18T18:08:41.155Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3442023-10-18T18:08:41.158Z+ mkdir -p ./out/clickhouse
3452023-10-18T18:08:41.162Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3462023-10-18T18:08:46.043Z+ ./out/clickhouse/clickhouse server --version
3472023-10-18T18:08:46.097ZClickHouse server version 22.8.9.1.
3482023-10-18T18:08:46.118Z+ set -o errexit
3492023-10-18T18:08:46.122Z+++ dirname ./tools/ci_download_console
3502023-10-18T18:08:46.124Z++ cd ./tools
3512023-10-18T18:08:46.127Z++ pwd
3522023-10-18T18:08:46.130Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3532023-10-18T18:08:46.133Z++ basename ./tools/ci_download_console
3542023-10-18T18:08:46.136Z+ ARG0=ci_download_console
3552023-10-18T18:08:46.139Z+ TARGET_DIR=out
3562023-10-18T18:08:46.142Z+ DOWNLOAD_DIR=out/downloads
3572023-10-18T18:08:46.145Z+ DEST_DIR=./out/console-assets
3582023-10-18T18:08:46.147Z+ source /work/oxidecomputer/omicron/tools/console_version
3592023-10-18T18:08:46.150Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3602023-10-18T18:08:46.153Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3612023-10-18T18:08:46.155Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3622023-10-18T18:08:46.158Z+ TARBALL_FILE=out/downloads/console.tar.gz
3632023-10-18T18:08:46.161Z+ main
3642023-10-18T18:08:46.163Z+ [[ 0 != 0 ]]
3652023-10-18T18:08:46.166Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3662023-10-18T18:08:46.169ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3672023-10-18T18:08:46.172ZLocal file: out/downloads/console.tar.gz
3682023-10-18T18:08:46.175Z+ echo 'Local file: out/downloads/console.tar.gz'
3692023-10-18T18:08:46.177Z+ local DO_DOWNLOAD=true
3702023-10-18T18:08:46.180Z+ [[ -f out/downloads/console.tar.gz ]]
3712023-10-18T18:08:46.182Z+ mkdir -p out/downloads
3722023-10-18T18:08:46.185Z+ '[' true == true ']'
3732023-10-18T18:08:46.188Z+ echo Downloading...
3742023-10-18T18:08:46.190ZDownloading...
3752023-10-18T18:08:46.193Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3762023-10-18T18:08:46.195Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3772023-10-18T18:08:46.897Z++ do_sha256sum out/downloads/console.tar.gz
3782023-10-18T18:08:46.900Z++ case "$OSTYPE" in
3792023-10-18T18:08:46.903Z++ SHA=sha256sum
3802023-10-18T18:08:46.906Z++ sha256sum
3812023-10-18T18:08:46.909Z++ awk '{print $1}'
3822023-10-18T18:08:46.922Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3832023-10-18T18:08:46.925Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3842023-10-18T18:08:46.928Z+ rm -rf ./out/console-assets
3852023-10-18T18:08:46.931Z+ mkdir -p ./out/console-assets
3862023-10-18T18:08:46.934Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3872023-10-18T18:08:46.936Z+ mkdir -p ./out/console-assets
3882023-10-18T18:08:46.940Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3892023-10-18T18:08:47.068Z+ set -o errexit
3902023-10-18T18:08:47.072Z+++ dirname ./tools/ci_download_maghemite_openapi
3912023-10-18T18:08:47.074Z++ cd ./tools
3922023-10-18T18:08:47.077Z++ pwd
3932023-10-18T18:08:47.080Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3942023-10-18T18:08:47.083Z++ basename ./tools/ci_download_maghemite_openapi
3952023-10-18T18:08:47.086Z+ ARG0=ci_download_maghemite_openapi
3962023-10-18T18:08:47.090Z+ TARGET_DIR=out
3972023-10-18T18:08:47.093Z+ DOWNLOAD_DIR=out/downloads
3982023-10-18T18:08:47.096Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
3992023-10-18T18:08:47.098Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4002023-10-18T18:08:47.102Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4012023-10-18T18:08:47.104Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4022023-10-18T18:08:47.107Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4032023-10-18T18:08:47.110Z+ main
4042023-10-18T18:08:47.112Z+ [[ 0 != 0 ]]
4052023-10-18T18:08:47.115Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4062023-10-18T18:08:47.118ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4072023-10-18T18:08:47.121Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4082023-10-18T18:08:47.124ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4092023-10-18T18:08:47.127Z+ local DO_DOWNLOAD=true
4102023-10-18T18:08:47.130Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4112023-10-18T18:08:47.133Z+ mkdir -p out/downloads
4122023-10-18T18:08:47.136Z+ '[' true == true ']'
4132023-10-18T18:08:47.139Z+ echo Downloading...
4142023-10-18T18:08:47.142ZDownloading...
4152023-10-18T18:08:47.145Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4162023-10-18T18:08:47.148Z+ 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
4172023-10-18T18:08:47.383Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4182023-10-18T18:08:47.387Z++ case "$OSTYPE" in
4192023-10-18T18:08:47.389Z++ SHA=sha256sum
4202023-10-18T18:08:47.393Z++ sha256sum
4212023-10-18T18:08:47.395Z++ awk '{print $1}'
4222023-10-18T18:08:47.398Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4232023-10-18T18:08:47.401Z+ [[ 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 ]]
4242023-10-18T18:08:47.403Z+ set -o errexit
4252023-10-18T18:08:47.406Z+++ dirname ./tools/ci_download_dendrite_openapi
4262023-10-18T18:08:47.409Z++ cd ./tools
4272023-10-18T18:08:47.412Z++ pwd
4282023-10-18T18:08:47.415Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4292023-10-18T18:08:47.418Z++ basename ./tools/ci_download_dendrite_openapi
4302023-10-18T18:08:47.420Z+ ARG0=ci_download_dendrite_openapi
4312023-10-18T18:08:47.423Z+ TARGET_DIR=out
4322023-10-18T18:08:47.426Z+ DOWNLOAD_DIR=out/downloads
4332023-10-18T18:08:47.430Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4342023-10-18T18:08:47.443Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4352023-10-18T18:08:47.448Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4362023-10-18T18:08:47.452Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4372023-10-18T18:08:47.455Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4382023-10-18T18:08:47.458Z+ main
4392023-10-18T18:08:47.461Z+ [[ 0 != 0 ]]
4402023-10-18T18:08:47.464Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4412023-10-18T18:08:47.467ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4422023-10-18T18:08:47.470Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4432023-10-18T18:08:47.473ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4442023-10-18T18:08:47.476Z+ local DO_DOWNLOAD=true
4452023-10-18T18:08:47.479Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4462023-10-18T18:08:47.482Z+ mkdir -p out/downloads
4472023-10-18T18:08:47.485Z+ '[' true == true ']'
4482023-10-18T18:08:47.488Z+ echo Downloading...
4492023-10-18T18:08:47.491ZDownloading...
4502023-10-18T18:08:47.493Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4512023-10-18T18:08:47.496Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4522023-10-18T18:08:47.552Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4532023-10-18T18:08:47.555Z++ case "$OSTYPE" in
4542023-10-18T18:08:47.558Z++ SHA=sha256sum
4552023-10-18T18:08:47.561Z++ sha256sum
4562023-10-18T18:08:47.563Z++ awk '{print $1}'
4572023-10-18T18:08:47.566Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4582023-10-18T18:08:47.570Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4592023-10-18T18:08:47.573Z+ set -o errexit
4602023-10-18T18:08:47.576Z+++ dirname ./tools/ci_download_dendrite_stub
4612023-10-18T18:08:47.579Z++ cd ./tools
4622023-10-18T18:08:47.582Z++ pwd
4632023-10-18T18:08:47.586Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4642023-10-18T18:08:47.589Z++ basename ./tools/ci_download_dendrite_stub
4652023-10-18T18:08:47.592Z+ ARG0=ci_download_dendrite_stub
4662023-10-18T18:08:47.596Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4672023-10-18T18:08:47.599Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4682023-10-18T18:08:47.602Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4692023-10-18T18:08:47.607Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4702023-10-18T18:08:47.611Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4712023-10-18T18:08:47.614Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4722023-10-18T18:08:47.616Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4732023-10-18T18:08:47.620Z+ TARGET_DIR=out
4742023-10-18T18:08:47.623Z+ DOWNLOAD_DIR=out/downloads
4752023-10-18T18:08:47.627Z+ DEST_DIR=./out/dendrite-stub
4762023-10-18T18:08:47.630Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4772023-10-18T18:08:47.633Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4782023-10-18T18:08:47.637Z+ REPO=oxidecomputer/dendrite
4792023-10-18T18:08:47.645Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4802023-10-18T18:08:47.648Z+ main
4812023-10-18T18:08:47.653Z+ [[ 0 != 0 ]]
4822023-10-18T18:08:47.656Z+ CIDL_OS=solaris2.11
4832023-10-18T18:08:47.660Z+ [[ 0 != 0 ]]
4842023-10-18T18:08:47.663Z+ configure_os solaris2.11
4852023-10-18T18:08:47.668Z+ echo 'current directory: /work/oxidecomputer/omicron'
4862023-10-18T18:08:47.672Zcurrent directory: /work/oxidecomputer/omicron
4872023-10-18T18:08:47.676Z+ echo 'configuring based on OS: "solaris2.11"'
4882023-10-18T18:08:47.680Z+ case "$1" in
4892023-10-18T18:08:47.683Zconfiguring based on OS: "solaris2.11"
4902023-10-18T18:08:47.686Z+ SET_BINARIES=
4912023-10-18T18:08:47.689Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4922023-10-18T18:08:47.692Z+ CIDL_SHA256FUNC=do_sha256sum
4932023-10-18T18:08:47.694Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4942023-10-18T18:08:47.697Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4952023-10-18T18:08:47.701Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4962023-10-18T18:08:47.704Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
4972023-10-18T18:08:47.707ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4982023-10-18T18:08:47.710Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4992023-10-18T18:08:47.713ZLocal file: out/downloads/dendrite-stub.tar.gz
5002023-10-18T18:08:47.716Z+ mkdir -p out/downloads
5012023-10-18T18:08:47.720Z+ mkdir -p ./out/dendrite-stub
5022023-10-18T18:08:47.722Z+ fetch_and_verify
5032023-10-18T18:08:47.725Z+ local DO_DOWNLOAD=true
5042023-10-18T18:08:47.728ZDownloading...
5052023-10-18T18:08:47.731Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5062023-10-18T18:08:47.734Z+ '[' true == true ']'
5072023-10-18T18:08:47.737Z+ echo Downloading...
5082023-10-18T18:08:47.740Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5092023-10-18T18:08:47.743Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5102023-10-18T18:08:56.131Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5112023-10-18T18:08:56.139Z++ sha256sum
5122023-10-18T18:08:56.142Z++ awk '{print $1}'
5132023-10-18T18:08:56.214Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5142023-10-18T18:08:56.220Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5152023-10-18T18:08:56.223Z+ do_untar out/downloads/dendrite-stub.tar.gz
5162023-10-18T18:08:56.226Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5172023-10-18T18:08:57.137Z+ do_assemble
5182023-10-18T18:08:57.140Z+ rm -r ./out/dendrite-stub
5192023-10-18T18:08:57.142Z+ mkdir ./out/dendrite-stub
5202023-10-18T18:08:57.145Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5212023-10-18T18:08:57.251Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5222023-10-18T18:08:57.275Z+ set -o errexit
5232023-10-18T18:08:57.279Z+++ dirname ./tools/ci_download_transceiver_control
5242023-10-18T18:08:57.283Z++ cd ./tools
5252023-10-18T18:08:57.286Z++ pwd
5262023-10-18T18:08:57.289Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5272023-10-18T18:08:57.291Z++ basename ./tools/ci_download_transceiver_control
5282023-10-18T18:08:57.296Z+ ARG0=ci_download_transceiver_control
5292023-10-18T18:08:57.300Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5302023-10-18T18:08:57.308Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5312023-10-18T18:08:57.312Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5322023-10-18T18:08:57.316Z+ TARGET_DIR=out
5332023-10-18T18:08:57.321Z+ DOWNLOAD_DIR=out/downloads
5342023-10-18T18:08:57.326Z+ DEST_DIR=./out/transceiver-control
5352023-10-18T18:08:57.330Z+ BIN_DIR=/opt/oxide/bin
5362023-10-18T18:08:57.333Z+ BINARY=xcvradm
5372023-10-18T18:08:57.337Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5382023-10-18T18:08:57.342Z+ REPO=oxidecomputer/transceiver-control
5392023-10-18T18:08:57.348Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5402023-10-18T18:08:57.352Z+ main
5412023-10-18T18:08:57.356Z+ [[ 0 != 0 ]]
5422023-10-18T18:08:57.361Z+ CIDL_OS=solaris2.11
5432023-10-18T18:08:57.365Z+ [[ 0 != 0 ]]
5442023-10-18T18:08:57.369Z+ configure_os solaris2.11
5452023-10-18T18:08:57.372Z+ echo 'current directory: /work/oxidecomputer/omicron'
5462023-10-18T18:08:57.376Zcurrent directory: /work/oxidecomputer/omicron
5472023-10-18T18:08:57.380Z+ echo 'configuring based on OS: "solaris2.11"'
5482023-10-18T18:08:57.384Z+ case "$1" in
5492023-10-18T18:08:57.393Zconfiguring based on OS: "solaris2.11"
5502023-10-18T18:08:57.412Z+ SET_BINARIES=
5512023-10-18T18:08:57.823Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5522023-10-18T18:08:57.831Z+ CIDL_SHA256FUNC=do_sha256sum
5532023-10-18T18:08:57.841Z+ ARCHIVE_FILENAME=xcvradm.gz
5542023-10-18T18:08:57.847Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5552023-10-18T18:08:57.859Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5562023-10-18T18:08:58.274Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5572023-10-18T18:08:58.278ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5582023-10-18T18:08:58.281Z+ echo 'Local file: out/downloads/xcvradm.gz'
5592023-10-18T18:08:58.284ZLocal file: out/downloads/xcvradm.gz
5602023-10-18T18:08:58.287Z+ mkdir -p out/downloads
5612023-10-18T18:08:58.291Z+ mkdir -p ./out/transceiver-control
5622023-10-18T18:08:58.308Z+ fetch_and_verify
5632023-10-18T18:08:58.316Z+ local DO_DOWNLOAD=true
5642023-10-18T18:08:58.324Z+ [[ -f out/downloads/xcvradm.gz ]]
5652023-10-18T18:08:58.745Z+ '[' true == true ']'
5662023-10-18T18:08:59.158Z+ echo Downloading...
5672023-10-18T18:08:59.162ZDownloading...
5682023-10-18T18:08:59.165Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5692023-10-18T18:08:59.169Z+ 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
5702023-10-18T18:08:59.176Z++ do_sha256sum out/downloads/xcvradm.gz
5712023-10-18T18:08:59.183Z++ sha256sum
5722023-10-18T18:08:59.191Z++ awk '{print $1}'
5732023-10-18T18:08:59.199Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5742023-10-18T18:08:59.207Z+ [[ 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 ]]
5752023-10-18T18:08:59.214Z+ do_unpack out/downloads/xcvradm.gz
5762023-10-18T18:08:59.219Z+ mkdir -p out/downloads/root//opt/oxide/bin
5772023-10-18T18:08:59.223Z+ gzip -dc out/downloads/xcvradm.gz
5782023-10-18T18:08:59.226Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5792023-10-18T18:08:59.228Z+ do_assemble
5802023-10-18T18:08:59.231Z+ rm -r ./out/transceiver-control
5812023-10-18T18:08:59.234Z+ mkdir ./out/transceiver-control
5822023-10-18T18:08:59.237Z+ cp -r out/downloads/root ./out/transceiver-control/root
5832023-10-18T18:08:59.240ZAll prerequisites installed successfully
5842023-10-18T18:08:59.243Z
5852023-10-18T18:08:59.246Zreal 2:04.452104340
5862023-10-18T18:08:59.249Zuser 50.311562999
5872023-10-18T18:08:59.252Zsys 9.106250788
5882023-10-18T18:08:59.255Ztrap 0.023802482
5892023-10-18T18:08:59.258Ztflt 0.187542340
5902023-10-18T18:08:59.282Zdflt 1.028017021
5912023-10-18T18:08:59.289Zkflt 0.227280779
5922023-10-18T18:08:59.292Zlock 1.607808457
5932023-10-18T18:08:59.295Zslp 3:46.915119587
5942023-10-18T18:08:59.298Zlat 2.964143332
5952023-10-18T18:08:59.303Zstop 0.071377877
5962023-10-18T18:08:59.307Z+ banner end-to-end-tests
5972023-10-18T18:08:59.383Z
5982023-10-18T18:08:59.386Z ###### # # ##### ##### #### ###### # # #####
5992023-10-18T18:08:59.389Z # ## # # # # # # # ## # # #
6002023-10-18T18:08:59.392Z ##### # # # # # ##### # # # ##### ##### # # # # #
6012023-10-18T18:08:59.395Z # # # # # # # # # # # # # # #
6022023-10-18T18:08:59.400Z # # ## # # # # # # # ## # #
6032023-10-18T18:08:59.403Z ###### # # ##### # #### ###### # # #####
6042023-10-18T18:08:59.406Z
6052023-10-18T18:08:59.409Z+ export CARGO_PROFILE_DEV_DEBUG=1
6062023-10-18T18:08:59.412Z+ CARGO_PROFILE_DEV_DEBUG=1
6072023-10-18T18:08:59.414Z+ export CARGO_PROFILE_TEST_DEBUG=1
6082023-10-18T18:08:59.418Z+ CARGO_PROFILE_TEST_DEBUG=1
6092023-10-18T18:08:59.420Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6102023-10-18T18:08:59.746Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6112023-10-18T18:09:00.106Z Updating crates.io index
6122023-10-18T18:09:00.119Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6132023-10-18T18:09:00.985Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6142023-10-18T18:09:03.735Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6152023-10-18T18:09:03.988Z Updating git repository `http://github.com/oxidecomputer/tofino`
6162023-10-18T18:09:04.348Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6172023-10-18T18:09:04.643Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6182023-10-18T18:09:04.990Z Updating git repository `https://github.com/oxidecomputer/propolis`
6192023-10-18T18:09:05.879Z Updating git repository `https://github.com/oxidecomputer/crucible`
6202023-10-18T18:09:07.737Z Updating git repository `https://github.com/oxidecomputer/opte`
6212023-10-18T18:09:09.743Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6222023-10-18T18:09:10.124Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6232023-10-18T18:09:10.585Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6242023-10-18T18:09:11.109Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6252023-10-18T18:09:11.426Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6262023-10-18T18:09:12.860Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6272023-10-18T18:09:13.147Z Updating git repository `https://github.com/njaremko/samael`
6282023-10-18T18:09:13.578Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6292023-10-18T18:09:14.339Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6302023-10-18T18:09:14.728Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6312023-10-18T18:09:15.043Z Updating git repository `https://github.com/jgallagher/nix`
6322023-10-18T18:09:16.316Z Updating git repository `https://github.com/cbiffle/hubpack`
6332023-10-18T18:09:16.691Z Updating git repository `https://github.com/oxidecomputer/omicron`
6342023-10-18T18:09:25.357Z Updating git repository `https://github.com/oxidecomputer/rfb`
6352023-10-18T18:09:25.849Z Updating git repository `https://github.com/oxidecomputer/typify`
6362023-10-18T18:09:26.874Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6372023-10-18T18:09:27.295Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6382023-10-18T18:09:27.685Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6392023-10-18T18:09:29.266Z Downloading crates ...
6402023-10-18T18:09:29.584Z Downloaded openssl-probe v0.1.5
6412023-10-18T18:09:29.587Z Downloaded openssl-macros v0.1.1
6422023-10-18T18:09:29.601Z Downloaded adler v1.0.2
6432023-10-18T18:09:29.605Z Downloaded openssl-sys v0.9.93
6442023-10-18T18:09:29.619Z Downloaded nibble_vec v0.1.0
6452023-10-18T18:09:29.626Z Downloaded async-recursion v1.0.5
6462023-10-18T18:09:29.631Z Downloaded async-stream-impl v0.3.5
6472023-10-18T18:09:29.634Z Downloaded bitstruct_derive v0.1.0
6482023-10-18T18:09:29.637Z Downloaded parking_lot_core v0.9.8
6492023-10-18T18:09:29.644Z Downloaded anstyle v1.0.2
6502023-10-18T18:09:29.646Z Downloaded aes v0.8.3
6512023-10-18T18:09:29.654Z Downloaded atty v0.2.14
6522023-10-18T18:09:29.658Z Downloaded bit-set v0.5.3
6532023-10-18T18:09:29.661Z Downloaded anstyle-query v1.0.0
6542023-10-18T18:09:29.667Z Downloaded lazy_static v1.4.0
6552023-10-18T18:09:29.672Z Downloaded matches v0.1.10
6562023-10-18T18:09:29.675Z Downloaded autocfg v1.1.0
6572023-10-18T18:09:29.681Z Downloaded base16ct v0.2.0
6582023-10-18T18:09:29.686Z Downloaded block-buffer v0.10.4
6592023-10-18T18:09:29.689Z Downloaded cfg-if v1.0.0
6602023-10-18T18:09:29.693Z Downloaded bitstruct v0.1.1
6612023-10-18T18:09:29.697Z Downloaded md5 v0.7.0
6622023-10-18T18:09:29.700Z Downloaded colorchoice v1.0.0
6632023-10-18T18:09:29.704Z Downloaded new_debug_unreachable v1.0.4
6642023-10-18T18:09:29.709Z Downloaded ciborium-io v0.2.1
6652023-10-18T18:09:29.712Z Downloaded num_threads v0.1.6
6662023-10-18T18:09:29.715Z Downloaded blowfish v0.9.1
6672023-10-18T18:09:29.718Z Downloaded memoffset v0.7.1
6682023-10-18T18:09:29.721Z Downloaded proc-macro-crate v1.3.1
6692023-10-18T18:09:29.724Z Downloaded base64ct v1.6.0
6702023-10-18T18:09:29.729Z Downloaded mime_guess v2.0.4
6712023-10-18T18:09:29.732Z Downloaded num_enum v0.7.0
6722023-10-18T18:09:29.746Z Downloaded convert_case v0.4.0
6732023-10-18T18:09:29.750Z Downloaded anstream v0.5.0
6742023-10-18T18:09:29.755Z Downloaded num-rational v0.4.1
6752023-10-18T18:09:29.759Z Downloaded num v0.4.1
6762023-10-18T18:09:29.761Z Downloaded usdt-macro v0.3.5
6772023-10-18T18:09:29.764Z Downloaded num_enum_derive v0.5.11
6782023-10-18T18:09:29.767Z Downloaded num-derive v0.4.0
6792023-10-18T18:09:29.770Z Downloaded ghash v0.5.0
6802023-10-18T18:09:29.773Z Downloaded http-body v0.4.5
6812023-10-18T18:09:29.777Z Downloaded macaddr v1.0.1
6822023-10-18T18:09:29.782Z Downloaded md-5 v0.10.5
6832023-10-18T18:09:29.785Z Downloaded bitflags v2.4.0
6842023-10-18T18:09:29.792Z Downloaded sha1 v0.10.5
6852023-10-18T18:09:29.796Z Downloaded http-range v0.1.5
6862023-10-18T18:09:29.801Z Downloaded tokio-native-tls v0.3.1
6872023-10-18T18:09:29.804Z Downloaded num-complex v0.4.4
6882023-10-18T18:09:29.808Z Downloaded const_format_proc_macros v0.2.31
6892023-10-18T18:09:29.814Z Downloaded password-hash v0.4.2
6902023-10-18T18:09:29.819Z Downloaded crc32fast v1.3.2
6912023-10-18T18:09:29.824Z Downloaded ringbuffer v0.15.0
6922023-10-18T18:09:29.829Z Downloaded is-terminal v0.4.9
6932023-10-18T18:09:29.832Z Downloaded strum v0.25.0
6942023-10-18T18:09:29.834Z Downloaded pbkdf2 v0.12.2
6952023-10-18T18:09:29.837Z Downloaded serde_derive_internals v0.26.0
6962023-10-18T18:09:29.841Z Downloaded zone_cfg_derive v0.2.0
6972023-10-18T18:09:29.844Z Downloaded omicron-zone-package v0.8.3
6982023-10-18T18:09:29.849Z Downloaded sha2 v0.10.7
6992023-10-18T18:09:29.854Z Downloaded time-core v0.1.1
7002023-10-18T18:09:29.858Z Downloaded derive_more v0.99.17
7012023-10-18T18:09:29.868Z Downloaded same-file v1.0.6
7022023-10-18T18:09:29.871Z Downloaded smf v0.2.2
7032023-10-18T18:09:29.873Z Downloaded ff v0.13.0
7042023-10-18T18:09:29.877Z Downloaded serde_spanned v0.6.3
7052023-10-18T18:09:29.880Z Downloaded zerocopy v0.6.4
7062023-10-18T18:09:29.885Z Downloaded usdt v0.3.5
7072023-10-18T18:09:29.889Z Downloaded dirs-next v2.0.0
7082023-10-18T18:09:29.892Z Downloaded ident_case v1.0.1
7092023-10-18T18:09:29.895Z Downloaded instant v0.1.12
7102023-10-18T18:09:29.898Z Downloaded serde_urlencoded v0.7.1
7112023-10-18T18:09:29.900Z Downloaded strum_macros v0.25.2
7122023-10-18T18:09:29.903Z Downloaded wyz v0.5.1
7132023-10-18T18:09:29.906Z Downloaded slog-envlogger v2.2.0
7142023-10-18T18:09:29.909Z Downloaded textwrap v0.16.0
7152023-10-18T18:09:29.915Z Downloaded difflib v0.4.0
7162023-10-18T18:09:29.917Z Downloaded string_cache v0.8.7
7172023-10-18T18:09:29.920Z Downloaded zone v0.2.0
7182023-10-18T18:09:29.923Z Downloaded zerocopy v0.3.0
7192023-10-18T18:09:29.925Z Downloaded dirs-sys-next v0.1.2
7202023-10-18T18:09:29.929Z Downloaded stringprep v0.1.3
7212023-10-18T18:09:29.932Z Downloaded dirs-sys v0.4.1
7222023-10-18T18:09:29.935Z Downloaded fxhash v0.2.1
7232023-10-18T18:09:29.937Z Downloaded serde_tokenstream v0.1.7
7242023-10-18T18:09:29.940Z Downloaded signal-hook-registry v1.4.1
7252023-10-18T18:09:29.943Z Downloaded structmeta-derive v0.1.6
7262023-10-18T18:09:29.946Z Downloaded headers-core v0.2.0
7272023-10-18T18:09:29.949Z Downloaded thiserror-no-std v2.0.2
7282023-10-18T18:09:29.955Z Downloaded rand_chacha v0.3.1
7292023-10-18T18:09:29.958Z Downloaded signature v2.1.0
7302023-10-18T18:09:29.961Z Downloaded toml v0.5.11
7312023-10-18T18:09:29.967Z Downloaded slog-json v2.6.1
7322023-10-18T18:09:29.972Z Downloaded static_assertions v1.1.0
7332023-10-18T18:09:29.975Z Downloaded heck v0.4.1
7342023-10-18T18:09:29.978Z Downloaded toolchain_find v0.2.0
7352023-10-18T18:09:29.981Z Downloaded const_format v0.2.31
7362023-10-18T18:09:29.988Z Downloaded form_urlencoded v1.2.0
7372023-10-18T18:09:29.990Z Downloaded futures-core v0.3.28
7382023-10-18T18:09:29.993Z Downloaded whoami v1.4.1
7392023-10-18T18:09:29.996Z Downloaded itoa v1.0.9
7402023-10-18T18:09:29.999Z Downloaded slog-term v2.9.0
7412023-10-18T18:09:30.003Z Downloaded thiserror-impl v1.0.49
7422023-10-18T18:09:30.009Z Downloaded slog v2.7.0
7432023-10-18T18:09:30.012Z Downloaded slog-async v2.8.0
7442023-10-18T18:09:30.015Z Downloaded hyper-tls v0.5.0
7452023-10-18T18:09:30.044Z Downloaded terminal_size v0.2.6
7462023-10-18T18:09:30.048Z Downloaded slog-stdlog v4.1.1
7472023-10-18T18:09:30.050Z Downloaded try-lock v0.2.4
7482023-10-18T18:09:30.053Z Downloaded spin v0.5.2
7492023-10-18T18:09:30.056Z Downloaded vergen v8.2.4
7502023-10-18T18:09:30.059Z Downloaded schemars_derive v0.8.13
7512023-10-18T18:09:30.062Z Downloaded hostname v0.3.1
7522023-10-18T18:09:30.065Z Downloaded heck v0.3.3
7532023-10-18T18:09:30.068Z Downloaded serde_with_macros v2.3.3
7542023-10-18T18:09:30.071Z Downloaded rustc_version v0.4.0
7552023-10-18T18:09:30.074Z Downloaded backtrace v0.3.69
7562023-10-18T18:09:30.076Z Downloaded home v0.5.5
7572023-10-18T18:09:30.079Z Downloaded zeroize_derive v1.4.2
7582023-10-18T18:09:30.082Z Downloaded slog-bunyan v2.4.0
7592023-10-18T18:09:30.085Z Downloaded httparse v1.8.0
7602023-10-18T18:09:30.088Z Downloaded tower-service v0.3.2
7612023-10-18T18:09:30.091Z Downloaded keccak v0.1.4
7622023-10-18T18:09:30.094Z Downloaded russh-keys v0.38.0
7632023-10-18T18:09:30.096Z Downloaded hubpack_derive v0.1.1
7642023-10-18T18:09:30.099Z Downloaded rustc-demangle v0.1.23
7652023-10-18T18:09:30.102Z Downloaded tokio-macros v2.1.0
7662023-10-18T18:09:30.105Z Downloaded funty v2.0.0
7672023-10-18T18:09:30.108Z Downloaded tokio-postgres v0.7.10
7682023-10-18T18:09:30.111Z Downloaded slog-scope v4.4.0
7692023-10-18T18:09:30.115Z Downloaded either v1.9.0
7702023-10-18T18:09:30.119Z Downloaded resolv-conf v0.7.0
7712023-10-18T18:09:30.122Z Downloaded crossbeam-channel v0.5.8
7722023-10-18T18:09:30.125Z Downloaded glob v0.3.1
7732023-10-18T18:09:30.128Z Downloaded universal-hash v0.5.1
7742023-10-18T18:09:30.131Z Downloaded hashlink v0.8.3
7752023-10-18T18:09:30.134Z Downloaded scopeguard v1.2.0
7762023-10-18T18:09:30.137Z Downloaded ryu v1.0.15
7772023-10-18T18:09:30.140Z Downloaded strsim v0.8.0
7782023-10-18T18:09:30.144Z Downloaded rand_core v0.6.4
7792023-10-18T18:09:30.147Z Downloaded rand v0.8.5
7802023-10-18T18:09:30.150Z Downloaded walkdir v2.4.0
7812023-10-18T18:09:30.152Z Downloaded term v0.7.0
7822023-10-18T18:09:30.155Z Downloaded humantime v2.1.0
7832023-10-18T18:09:30.158Z Downloaded time v0.3.27
7842023-10-18T18:09:30.162Z Downloaded env_logger v0.9.3
7852023-10-18T18:09:30.165Z Downloaded socket2 v0.5.4
7862023-10-18T18:09:30.167Z Downloaded rand_chacha v0.2.2
7872023-10-18T18:09:30.171Z Downloaded unicode-ident v1.0.12
7882023-10-18T18:09:30.174Z Downloaded hashbrown v0.14.0
7892023-10-18T18:09:30.184Z Downloaded flate2 v1.0.27
7902023-10-18T18:09:30.193Z Downloaded similar v2.2.1
7912023-10-18T18:09:30.202Z Downloaded headers v0.3.9
7922023-10-18T18:09:30.212Z Downloaded ed25519-dalek v2.0.0
7932023-10-18T18:09:30.218Z Downloaded unsafe-libyaml v0.2.9
7942023-10-18T18:09:30.224Z Downloaded elliptic-curve v0.13.5
7952023-10-18T18:09:30.232Z Downloaded trust-dns-server v0.22.1
7962023-10-18T18:09:30.242Z Downloaded winnow v0.5.15
7972023-10-18T18:09:30.257Z Downloaded trust-dns-client v0.22.0
7982023-10-18T18:09:30.268Z Downloaded heapless v0.7.16
7992023-10-18T18:09:30.275Z Downloaded regex-automata v0.1.10
8002023-10-18T18:09:30.285Z Downloaded serde_json v1.0.107
8012023-10-18T18:09:30.300Z Downloaded toml_edit v0.19.15
8022023-10-18T18:09:30.331Z Downloaded rusqlite v0.29.0
8032023-10-18T18:09:30.342Z Downloaded unicode-normalization v0.1.22
8042023-10-18T18:09:30.350Z Downloaded hkdf v0.12.3
8052023-10-18T18:09:30.355Z Downloaded reqwest v0.11.20
8062023-10-18T18:09:30.369Z Downloaded rustls-webpki v0.101.4
8072023-10-18T18:09:30.397Z Downloaded syn v2.0.32
8082023-10-18T18:09:30.418Z Downloaded hyper v0.14.27
8092023-10-18T18:09:30.434Z Downloaded futures-util v0.3.28
8102023-10-18T18:09:30.456Z Downloaded git2 v0.17.2
8112023-10-18T18:09:30.475Z Downloaded smoltcp v0.8.2
8122023-10-18T18:09:30.491Z Downloaded idna v0.2.3
8132023-10-18T18:09:30.504Z Downloaded regress v0.7.1
8142023-10-18T18:09:30.534Z Downloaded webpki-roots v0.25.2
8152023-10-18T18:09:30.542Z Downloaded trust-dns-proto v0.22.0
8162023-10-18T18:09:30.565Z Downloaded rustix v0.38.9
8172023-10-18T18:09:30.605Z Downloaded zerocopy-derive v0.6.4
8182023-10-18T18:09:30.626Z Downloaded sled v0.34.7
8192023-10-18T18:09:30.646Z Downloaded zerocopy-derive v0.2.0
8202023-10-18T18:09:30.666Z Downloaded regex-syntax v0.7.5
8212023-10-18T18:09:30.683Z Downloaded sha3 v0.10.8
8222023-10-18T18:09:30.696Z Downloaded smoltcp v0.9.1
8232023-10-18T18:09:30.717Z Downloaded regex v1.9.5
8242023-10-18T18:09:30.741Z Downloaded rustix v0.37.23
8252023-10-18T18:09:30.778Z Downloaded regex-automata v0.3.8
8262023-10-18T18:09:30.812Z Downloaded bzip2-sys v0.1.11+1.0.8
8272023-10-18T18:09:30.836Z Downloaded openapiv3 v1.0.3
8282023-10-18T18:09:30.859Z Downloaded libc v0.2.149
8292023-10-18T18:09:30.910Z Downloaded bstr v0.2.17
8302023-10-18T18:09:30.930Z Downloaded object v0.32.1
8312023-10-18T18:09:30.951Z Downloaded tokio v1.32.0
8322023-10-18T18:09:31.019Z Downloaded regex-syntax v0.6.29
8332023-10-18T18:09:31.035Z Downloaded syn v1.0.109
8342023-10-18T18:09:31.066Z Downloaded gimli v0.28.0
8352023-10-18T18:09:31.079Z Downloaded diesel v2.1.1
8362023-10-18T18:09:31.113Z Downloaded bstr v1.6.0
8372023-10-18T18:09:31.135Z Downloaded vcpkg v0.2.15
8382023-10-18T18:09:31.208Z Downloaded ring v0.16.20
8392023-10-18T18:09:31.372Z Downloaded winapi v0.3.9
8402023-10-18T18:09:31.447Z Downloaded rustls v0.21.7
8412023-10-18T18:09:31.469Z Downloaded encoding_rs v0.8.33
8422023-10-18T18:09:31.513Z Downloaded idna v0.4.0
8432023-10-18T18:09:31.526Z Downloaded curve25519-dalek v4.1.0
8442023-10-18T18:09:31.544Z Downloaded radix_trie v0.2.1
8452023-10-18T18:09:31.553Z Downloaded nix v0.26.2
8462023-10-18T18:09:31.574Z Downloaded h2 v0.3.21
8472023-10-18T18:09:31.586Z Downloaded libgit2-sys v0.15.2+1.6.4
8482023-10-18T18:09:31.692Z Downloaded chrono v0.4.31
8492023-10-18T18:09:31.707Z Downloaded bitvec v1.0.1
8502023-10-18T18:09:31.735Z Downloaded clap_builder v4.4.2
8512023-10-18T18:09:31.747Z Downloaded toml_edit v0.20.0
8522023-10-18T18:09:31.777Z Downloaded russh v0.38.0
8532023-10-18T18:09:31.785Z Downloaded itertools v0.11.0
8542023-10-18T18:09:31.798Z Downloaded itertools v0.10.5
8552023-10-18T18:09:31.810Z Downloaded clap v2.34.0
8562023-10-18T18:09:31.824Z Downloaded serde_with v2.3.3
8572023-10-18T18:09:31.835Z Downloaded serde v1.0.188
8582023-10-18T18:09:31.841Z Downloaded indexmap v2.0.0
8592023-10-18T18:09:31.848Z Downloaded trust-dns-resolver v0.22.0
8602023-10-18T18:09:31.856Z Downloaded rand v0.7.3
8612023-10-18T18:09:31.865Z Downloaded socket2 v0.4.9
8622023-10-18T18:09:31.868Z Downloaded url v2.4.1
8632023-10-18T18:09:31.874Z Downloaded libz-sys v1.1.12
8642023-10-18T18:09:31.997Z Downloaded hashbrown v0.12.3
8652023-10-18T18:09:32.004Z Downloaded rcgen v0.10.0
8662023-10-18T18:09:32.008Z Downloaded schemars v0.8.13
8672023-10-18T18:09:32.028Z Downloaded tinyvec v1.6.0
8682023-10-18T18:09:32.033Z Downloaded http v0.2.9
8692023-10-18T18:09:32.040Z Downloaded hashbrown v0.13.2
8702023-10-18T18:09:32.048Z Downloaded tokio-tungstenite v0.18.0
8712023-10-18T18:09:32.052Z Downloaded unicode-segmentation v1.10.1
8722023-10-18T18:09:32.059Z Downloaded utf8parse v0.2.1
8732023-10-18T18:09:32.061Z Downloaded half v1.8.2
8742023-10-18T18:09:32.065Z Downloaded uuid v1.4.1
8752023-10-18T18:09:32.093Z Downloaded version_check v0.9.4
8762023-10-18T18:09:32.096Z Downloaded fixedbitset v0.4.2
8772023-10-18T18:09:32.099Z Downloaded structmeta v0.1.6
8782023-10-18T18:09:32.103Z Downloaded errno v0.3.2
8792023-10-18T18:09:32.106Z Downloaded subtle v2.5.0
8802023-10-18T18:09:32.109Z Downloaded sct v0.7.0
8812023-10-18T18:09:32.112Z Downloaded futures v0.3.28
8822023-10-18T18:09:32.115Z Downloaded tokio-stream v0.1.14
8832023-10-18T18:09:32.118Z Downloaded libsqlite3-sys v0.26.0
8842023-10-18T18:09:32.249Z Downloaded tungstenite v0.18.0
8852023-10-18T18:09:32.253Z Downloaded petgraph v0.6.4
8862023-10-18T18:09:32.277Z Downloaded hubpack v0.1.2
8872023-10-18T18:09:32.280Z Downloaded dof v0.1.5
8882023-10-18T18:09:32.283Z Downloaded group v0.13.0
8892023-10-18T18:09:32.290Z Downloaded zip v0.6.6
8902023-10-18T18:09:32.295Z Downloaded unicode-bidi v0.3.13
8912023-10-18T18:09:32.297Z Downloaded libm v0.2.7
8922023-10-18T18:09:32.309Z Downloaded yasna v0.5.2
8932023-10-18T18:09:32.312Z Downloaded serde_yaml v0.9.25
8942023-10-18T18:09:32.318Z Downloaded tokio-util v0.7.8
8952023-10-18T18:09:32.328Z Downloaded tokio-rustls v0.24.1
8962023-10-18T18:09:32.332Z Downloaded filetime v0.2.22
8972023-10-18T18:09:32.335Z Downloaded toml_datetime v0.6.3
8982023-10-18T18:09:32.338Z Downloaded fallible-iterator v0.2.0
8992023-10-18T18:09:32.341Z Downloaded aes-gcm v0.10.2
9002023-10-18T18:09:32.344Z Downloaded httpdate v1.0.3
9012023-10-18T18:09:32.348Z Downloaded rand_core v0.5.1
9022023-10-18T18:09:32.354Z Downloaded subprocess v0.2.9
9032023-10-18T18:09:32.359Z Downloaded rand v0.4.6
9042023-10-18T18:09:32.362Z Downloaded tinyvec_macros v0.1.1
9052023-10-18T18:09:32.365Z Downloaded unicode-linebreak v0.1.5
9062023-10-18T18:09:32.368Z Downloaded mio v0.8.8
9072023-10-18T18:09:32.370Z Downloaded pest v2.7.2
9082023-10-18T18:09:32.379Z Downloaded russh-cryptovec v0.7.0
9092023-10-18T18:09:32.381Z Downloaded thiserror v1.0.49
9102023-10-18T18:09:32.386Z Downloaded num-bigint v0.4.4
9112023-10-18T18:09:32.394Z Downloaded toml v0.8.0
9122023-10-18T18:09:32.399Z Downloaded spin v0.9.8
9132023-10-18T18:09:32.403Z Downloaded time-macros v0.2.13
9142023-10-18T18:09:32.406Z Downloaded futures-channel v0.3.28
9152023-10-18T18:09:32.409Z Downloaded io-lifetimes v1.0.11
9162023-10-18T18:09:32.414Z Downloaded erased-serde v0.3.30
9172023-10-18T18:09:32.417Z Downloaded futures-task v0.3.28
9182023-10-18T18:09:32.420Z Downloaded tempfile v3.8.0
9192023-10-18T18:09:32.423Z Downloaded base64 v0.21.4
9202023-10-18T18:09:32.429Z Downloaded structopt v0.3.26
9212023-10-18T18:09:32.441Z Downloaded ron v0.7.1
9222023-10-18T18:09:32.449Z Downloaded rustversion v1.0.14
9232023-10-18T18:09:32.454Z Downloaded hmac v0.12.1
9242023-10-18T18:09:32.457Z Downloaded ucd-trie v0.1.6
9252023-10-18T18:09:32.460Z Downloaded generic-array v0.14.7
9262023-10-18T18:09:32.463Z Downloaded memchr v2.6.3
9272023-10-18T18:09:32.471Z Downloaded indexmap v1.9.3
9282023-10-18T18:09:32.476Z Downloaded getrandom v0.1.16
9292023-10-18T18:09:32.480Z Downloaded vec_map v0.8.2
9302023-10-18T18:09:32.483Z Downloaded fallible-streaming-iterator v0.1.9
9312023-10-18T18:09:32.485Z Downloaded semver-parser v0.10.2
9322023-10-18T18:09:32.489Z Downloaded inout v0.1.3
9332023-10-18T18:09:32.492Z Downloaded der v0.7.8
9342023-10-18T18:09:32.496Z Downloaded serde_arrays v0.1.0
9352023-10-18T18:09:32.499Z Downloaded semver v1.0.18
9362023-10-18T18:09:32.501Z Downloaded crypto-bigint v0.5.2
9372023-10-18T18:09:32.511Z Downloaded tracing v0.1.37
9382023-10-18T18:09:32.518Z Downloaded smallvec v1.11.0
9392023-10-18T18:09:32.522Z Downloaded futures-executor v0.3.28
9402023-10-18T18:09:32.525Z Downloaded jobserver v0.1.26
9412023-10-18T18:09:32.527Z Downloaded serde_path_to_error v0.1.14
9422023-10-18T18:09:32.530Z Downloaded serde_derive v1.0.188
9432023-10-18T18:09:32.534Z Downloaded iana-time-zone v0.1.57
9442023-10-18T18:09:32.537Z Downloaded getopts v0.2.21
9452023-10-18T18:09:32.540Z Downloaded usdt-attr-macro v0.3.5
9462023-10-18T18:09:32.543Z Downloaded untrusted v0.7.1
9472023-10-18T18:09:32.546Z Downloaded termcolor v1.2.0
9482023-10-18T18:09:32.548Z Downloaded synstructure v0.12.6
9492023-10-18T18:09:32.551Z Downloaded tar v0.4.40
9502023-10-18T18:09:32.555Z Downloaded rustls-native-certs v0.6.3
9512023-10-18T18:09:32.557Z Downloaded float-cmp v0.9.0
9522023-10-18T18:09:32.560Z Downloaded ipnet v2.8.0
9532023-10-18T18:09:32.563Z Downloaded serde_repr v0.1.16
9542023-10-18T18:09:32.565Z Downloaded xattr v1.0.1
9552023-10-18T18:09:32.568Z Downloaded foreign-types-shared v0.3.1
9562023-10-18T18:09:32.611Z Downloaded serde_tokenstream v0.2.0
9572023-10-18T18:09:32.614Z Downloaded crossbeam-epoch v0.9.15
9582023-10-18T18:09:32.618Z Downloaded lalrpop-util v0.19.12
9592023-10-18T18:09:32.621Z Downloaded hyper-staticfile v0.9.5
9602023-10-18T18:09:32.624Z Downloaded parking_lot v0.12.1
9612023-10-18T18:09:32.628Z Downloaded arc-swap v1.6.0
9622023-10-18T18:09:32.631Z Downloaded miniz_oxide v0.7.1
9632023-10-18T18:09:32.635Z Downloaded tungstenite v0.20.1
9642023-10-18T18:09:32.638Z Downloaded tracing-core v0.1.31
9652023-10-18T18:09:32.641Z Downloaded toml v0.7.8
9662023-10-18T18:09:32.644Z Downloaded clap v4.4.3
9672023-10-18T18:09:32.662Z Downloaded chacha20poly1305 v0.10.1
9682023-10-18T18:09:32.666Z Downloaded tokio-tungstenite v0.20.1
9692023-10-18T18:09:32.671Z Downloaded thiserror-impl-no-std v2.0.2
9702023-10-18T18:09:32.675Z Downloaded hash32 v0.2.1
9712023-10-18T18:09:32.678Z Downloaded ed25519 v2.2.2
9722023-10-18T18:09:32.682Z Downloaded slab v0.4.9
9732023-10-18T18:09:32.687Z Downloaded radium v0.7.0
9742023-10-18T18:09:32.690Z Downloaded getrandom v0.2.10
9752023-10-18T18:09:32.697Z Downloaded structopt-derive v0.4.18
9762023-10-18T18:09:32.700Z Downloaded openssl v0.10.57
9772023-10-18T18:09:32.722Z Downloaded rustls-pemfile v1.0.3
9782023-10-18T18:09:32.726Z Downloaded zeroize v1.6.0
9792023-10-18T18:09:32.728Z Downloaded unicase v2.7.0
9802023-10-18T18:09:32.731Z Downloaded strsim v0.10.0
9812023-10-18T18:09:32.734Z Downloaded stable_deref_trait v1.2.0
9822023-10-18T18:09:32.737Z Downloaded equivalent v1.0.1
9832023-10-18T18:09:32.740Z Downloaded take_mut v0.2.2
9842023-10-18T18:09:32.743Z Downloaded hex-literal v0.4.1
9852023-10-18T18:09:32.747Z Downloaded spki v0.7.2
9862023-10-18T18:09:32.751Z Downloaded siphasher v0.3.11
9872023-10-18T18:09:32.754Z Downloaded crossbeam-utils v0.8.16
9882023-10-18T18:09:32.757Z Downloaded const-oid v0.9.5
9892023-10-18T18:09:32.760Z Downloaded num-traits v0.2.16
9902023-10-18T18:09:32.762Z Downloaded foreign-types-shared v0.1.1
9912023-10-18T18:09:32.766Z Downloaded slog-dtrace v0.2.3
9922023-10-18T18:09:32.769Z Downloaded vsss-rs v3.3.1
9932023-10-18T18:09:32.771Z Downloaded hex v0.4.3
9942023-10-18T18:09:32.774Z Downloaded fnv v1.0.7
9952023-10-18T18:09:32.777Z Downloaded utf-8 v0.7.6
9962023-10-18T18:09:32.780Z Downloaded typenum v1.16.0
9972023-10-18T18:09:32.783Z Downloaded thread-id v4.2.0
9982023-10-18T18:09:32.785Z Downloaded textwrap v0.11.0
9992023-10-18T18:09:32.788Z Downloaded proc-macro2 v1.0.67
10002023-10-18T18:09:32.791Z Downloaded darling v0.20.3
10012023-10-18T18:09:32.794Z Downloaded want v0.3.1
10022023-10-18T18:09:32.798Z Downloaded smawk v0.3.1
10032023-10-18T18:09:32.801Z Downloaded secrecy v0.8.0
10042023-10-18T18:09:32.804Z Downloaded camino v1.1.6
10052023-10-18T18:09:32.807Z Downloaded semver v0.11.0
10062023-10-18T18:09:32.810Z Downloaded scheduled-thread-pool v0.2.7
10072023-10-18T18:09:32.813Z Downloaded digest v0.10.7
10082023-10-18T18:09:32.816Z Downloaded hyper-rustls v0.24.1
10092023-10-18T18:09:32.818Z Downloaded ipnetwork v0.20.0
10102023-10-18T18:09:32.821Z Downloaded foreign-types v0.3.2
10112023-10-18T18:09:32.824Z Downloaded dirs v5.0.1
10122023-10-18T18:09:32.827Z Downloaded futures-macro v0.3.28
10132023-10-18T18:09:32.830Z Downloaded dyn-clone v1.0.13
10142023-10-18T18:09:32.832Z Downloaded usdt-impl v0.3.5
10152023-10-18T18:09:32.835Z Downloaded unicode-width v0.1.10
10162023-10-18T18:09:32.838Z Downloaded chacha20 v0.9.1
10172023-10-18T18:09:32.840Z Downloaded cc v1.0.83
10182023-10-18T18:09:32.843Z Downloaded crypto-common v0.1.6
10192023-10-18T18:09:32.846Z Downloaded once_cell v1.18.0
10202023-10-18T18:09:32.848Z Downloaded multer v2.1.0
10212023-10-18T18:09:32.851Z Downloaded unicode-xid v0.2.4
10222023-10-18T18:09:32.854Z Downloaded num-iter v0.1.43
10232023-10-18T18:09:32.859Z Downloaded console v0.15.7
10242023-10-18T18:09:32.863Z Downloaded clap_derive v4.4.2
10252023-10-18T18:09:32.865Z Downloaded proc-macro-error v1.0.4
10262023-10-18T18:09:32.868Z Downloaded parking_lot_core v0.8.6
10272023-10-18T18:09:32.871Z Downloaded twox-hash v1.6.3
10282023-10-18T18:09:32.874Z Downloaded tracing-attributes v0.1.26
10292023-10-18T18:09:32.877Z Downloaded thread_local v1.1.7
10302023-10-18T18:09:32.880Z Downloaded tap v1.0.1
10312023-10-18T18:09:32.883Z Downloaded futures-io v0.3.28
10322023-10-18T18:09:32.885Z Downloaded foreign-types v0.5.0
10332023-10-18T18:09:32.888Z Downloaded fastrand v2.0.0
10342023-10-18T18:09:32.891Z Downloaded endian-type v0.1.2
10352023-10-18T18:09:32.894Z Downloaded dtrace-parser v0.1.14
10362023-10-18T18:09:32.897Z Downloaded r2d2 v0.8.10
10372023-10-18T18:09:32.900Z Downloaded postgres-types v0.2.6
10382023-10-18T18:09:32.902Z Downloaded pin-project-lite v0.2.13
10392023-10-18T18:09:32.905Z Downloaded quote v1.0.33
10402023-10-18T18:09:32.908Z Downloaded bzip2 v0.4.4
10412023-10-18T18:09:32.911Z Downloaded log v0.4.20
10422023-10-18T18:09:32.913Z Downloaded blake2 v0.10.6
10432023-10-18T18:09:32.916Z Downloaded rustfmt-wrapper v0.2.0
10442023-10-18T18:09:32.919Z Downloaded foreign-types-macros v0.2.3
10452023-10-18T18:09:32.922Z Downloaded waitgroup v0.1.2
10462023-10-18T18:09:32.925Z Downloaded proc-macro-error-attr v1.0.4
10472023-10-18T18:09:32.928Z Downloaded predicates v3.0.4
10482023-10-18T18:09:32.931Z Downloaded paste v1.0.14
10492023-10-18T18:09:32.934Z Downloaded num_cpus v1.16.0
10502023-10-18T18:09:32.937Z Downloaded ciborium v0.2.1
10512023-10-18T18:09:32.940Z Downloaded futures-sink v0.3.28
10522023-10-18T18:09:32.942Z Downloaded enum-as-inner v0.5.1
10532023-10-18T18:09:32.945Z Downloaded diesel_derives v2.1.1
10542023-10-18T18:09:32.948Z Downloaded postcard v0.7.3
10552023-10-18T18:09:32.951Z Downloaded ctr v0.9.2
10562023-10-18T18:09:32.954Z Downloaded block-padding v0.3.3
10572023-10-18T18:09:32.957Z Downloaded managed v0.8.0
10582023-10-18T18:09:32.964Z Downloaded lru-cache v0.1.2
10592023-10-18T18:09:32.967Z Downloaded cipher v0.4.4
10602023-10-18T18:09:32.970Z Downloaded num_enum_derive v0.7.0
10612023-10-18T18:09:32.973Z Downloaded num_enum v0.5.11
10622023-10-18T18:09:32.976Z Downloaded num-integer v0.1.45
10632023-10-18T18:09:32.979Z Downloaded linked-hash-map v0.5.6
10642023-10-18T18:09:32.982Z Downloaded async-trait v0.1.73
10652023-10-18T18:09:32.985Z Downloaded base64 v0.13.1
10662023-10-18T18:09:32.987Z Downloaded aho-corasick v1.0.4
10672023-10-18T18:09:32.990Z Downloaded normalize-line-endings v0.3.0
10682023-10-18T18:09:32.993Z Downloaded native-tls v0.2.11
10692023-10-18T18:09:32.996Z Downloaded cstr-argument v0.1.2
10702023-10-18T18:09:32.999Z Downloaded mime v0.3.17
10712023-10-18T18:09:33.002Z Downloaded memoffset v0.9.0
10722023-10-18T18:09:33.005Z Downloaded byteorder v1.4.3
10732023-10-18T18:09:33.008Z Downloaded lock_api v0.4.10
10742023-10-18T18:09:33.011Z Downloaded quick-error v1.2.3
10752023-10-18T18:09:33.014Z Downloaded phf_shared v0.11.2
10762023-10-18T18:09:33.017Z Downloaded pretty-hex v0.2.1
10772023-10-18T18:09:33.020Z Downloaded debug-ignore v1.0.5
10782023-10-18T18:09:33.023Z Downloaded ppv-lite86 v0.2.17
10792023-10-18T18:09:33.026Z Downloaded opaque-debug v0.3.0
10802023-10-18T18:09:33.029Z Downloaded curve25519-dalek-derive v0.1.0
10812023-10-18T18:09:33.032Z Downloaded crucible-workspace-hack v0.1.0
10822023-10-18T18:09:33.035Z Downloaded libefi-sys v0.1.0
10832023-10-18T18:09:33.038Z Downloaded bit_field v0.10.2
10842023-10-18T18:09:33.041Z Downloaded backoff v0.4.0
10852023-10-18T18:09:33.043Z Downloaded pretty-hex v0.3.0
10862023-10-18T18:09:33.049Z Downloaded poly1305 v0.8.0
10872023-10-18T18:09:33.051Z Downloaded argon2 v0.5.2
10882023-10-18T18:09:33.054Z Downloaded darling_core v0.20.3
10892023-10-18T18:09:33.057Z Downloaded match_cfg v0.1.0
10902023-10-18T18:09:33.060Z Downloaded bincode v1.3.3
10912023-10-18T18:09:33.062Z Downloaded precomputed-hash v0.1.1
10922023-10-18T18:09:33.065Z Downloaded polyval v0.6.1
10932023-10-18T18:09:33.068Z Downloaded atomic-waker v1.1.1
10942023-10-18T18:09:33.071Z Downloaded postgres-protocol v0.6.6
10952023-10-18T18:09:33.074Z Downloaded deranged v0.3.8
10962023-10-18T18:09:33.077Z Downloaded predicates-core v1.0.6
10972023-10-18T18:09:33.080Z Downloaded bytes v1.5.0
10982023-10-18T18:09:33.083Z Downloaded async-stream v0.3.5
10992023-10-18T18:09:33.086Z Downloaded ciborium-ll v0.2.1
11002023-10-18T18:09:33.088Z Downloaded cbc v0.1.2
11012023-10-18T18:09:33.091Z Downloaded aes-gcm-siv v0.11.1
11022023-10-18T18:09:33.118Z Downloaded pkcs8 v0.10.2
11032023-10-18T18:09:33.123Z Downloaded pest_derive v2.7.2
11042023-10-18T18:09:33.127Z Downloaded data-encoding v2.4.0
11052023-10-18T18:09:33.132Z Downloaded cpufeatures v0.2.9
11062023-10-18T18:09:33.136Z Downloaded clap_lex v0.5.1
11072023-10-18T18:09:33.141Z Downloaded diesel_table_macro_syntax v0.1.0
11082023-10-18T18:09:33.144Z Downloaded bit-vec v0.6.3
11092023-10-18T18:09:33.147Z Downloaded bcrypt-pbkdf v0.10.0
11102023-10-18T18:09:33.150Z Downloaded postcard-cobs v0.1.5-pre
11112023-10-18T18:09:33.154Z Downloaded platforms v3.0.2
11122023-10-18T18:09:33.157Z Downloaded colored v2.0.4
11132023-10-18T18:09:33.160Z Downloaded bitflags v1.3.2
11142023-10-18T18:09:33.164Z Downloaded pkg-config v0.3.27
11152023-10-18T18:09:33.166Z Downloaded phf v0.11.2
11162023-10-18T18:09:33.169Z Downloaded percent-encoding v2.3.0
11172023-10-18T18:09:33.172Z Downloaded password-hash v0.5.0
11182023-10-18T18:09:33.175Z Downloaded parse-display-derive v0.7.0
11192023-10-18T18:09:33.177Z Downloaded darling_macro v0.20.3
11202023-10-18T18:09:33.180Z Downloaded allocator-api2 v0.2.16
11212023-10-18T18:09:33.183Z Downloaded atomicwrites v0.4.2
11222023-10-18T18:09:33.186Z Downloaded phf_shared v0.10.0
11232023-10-18T18:09:33.189Z Downloaded parse-display v0.7.0
11242023-10-18T18:09:33.192Z Downloaded pin-utils v0.1.0
11252023-10-18T18:09:33.195Z Downloaded pest_meta v2.7.2
11262023-10-18T18:09:33.198Z Downloaded pem v1.1.1
11272023-10-18T18:09:33.200Z Downloaded pbkdf2 v0.11.0
11282023-10-18T18:09:33.204Z Downloaded parking_lot v0.11.2
11292023-10-18T18:09:33.206Z Downloaded cfg-if v0.1.10
11302023-10-18T18:09:33.209Z Downloaded pest_generator v2.7.2
11312023-10-18T18:09:33.212Z Downloaded cancel-safe-futures v0.1.2
11322023-10-18T18:09:33.219Z Downloaded camino-tempfile v1.0.2
11332023-10-18T18:09:33.222Z Downloaded option-ext v0.2.0
11342023-10-18T18:09:33.224Z Downloaded anyhow v1.0.75
11352023-10-18T18:09:33.227Z Downloaded anstyle-parse v0.2.1
11362023-10-18T18:09:33.230Z Downloaded ansi_term v0.12.1
11372023-10-18T18:09:33.232Z Downloaded ascii v1.1.0
11382023-10-18T18:09:33.235Z Downloaded aead v0.5.2
11392023-10-18T18:09:33.238Z Downloaded ahash v0.8.3
11402023-10-18T18:09:33.241Z Downloaded addr2line v0.21.0
11412023-10-18T18:09:33.684Z Compiling proc-macro2 v1.0.67
11422023-10-18T18:09:33.687Z Compiling unicode-ident v1.0.12
11432023-10-18T18:09:33.689Z Compiling libc v0.2.149
11442023-10-18T18:09:33.692Z Compiling serde v1.0.188
11452023-10-18T18:09:33.695Z Compiling version_check v0.9.4
11462023-10-18T18:09:33.698Z Compiling autocfg v1.1.0
11472023-10-18T18:09:33.718Z Compiling cfg-if v1.0.0
11482023-10-18T18:09:33.747Z Compiling syn v1.0.109
11492023-10-18T18:09:34.101Z Compiling typenum v1.16.0
11502023-10-18T18:09:34.147Z Compiling once_cell v1.18.0
11512023-10-18T18:09:34.730Z Compiling generic-array v0.14.7
11522023-10-18T18:09:34.775Z Compiling thiserror v1.0.49
11532023-10-18T18:09:34.887Z Compiling lock_api v0.4.10
11542023-10-18T18:09:35.745Z Compiling parking_lot_core v0.9.8
11552023-10-18T18:09:35.750Z Compiling libm v0.2.7
11562023-10-18T18:09:35.778Z Compiling num-traits v0.2.16
11572023-10-18T18:09:36.028Z Compiling itoa v1.0.9
11582023-10-18T18:09:36.234Z Compiling memchr v2.6.3
11592023-10-18T18:09:36.309Z Compiling futures-core v0.3.28
11602023-10-18T18:09:36.336Z Compiling ahash v0.8.3
11612023-10-18T18:09:36.372Z Compiling serde_json v1.0.107
11622023-10-18T18:09:36.762Z Compiling log v0.4.20
11632023-10-18T18:09:36.845Z Compiling slab v0.4.9
11642023-10-18T18:09:36.944Z Compiling futures-channel v0.3.28
11652023-10-18T18:09:37.239Z Compiling quote v1.0.33
11662023-10-18T18:09:37.273Z Compiling futures-task v0.3.28
11672023-10-18T18:09:37.518Z Compiling futures-util v0.3.28
11682023-10-18T18:09:37.706Z Compiling pkg-config v0.3.27
11692023-10-18T18:09:38.072Z Compiling syn v2.0.32
11702023-10-18T18:09:38.617Z Compiling getrandom v0.2.10
11712023-10-18T18:09:38.636Z Compiling jobserver v0.1.26
11722023-10-18T18:09:38.692Z Compiling ryu v1.0.15
11732023-10-18T18:09:39.216Z Compiling cc v1.0.83
11742023-10-18T18:09:39.266Z Compiling rand_core v0.6.4
11752023-10-18T18:09:39.589Z Compiling vcpkg v0.2.15
11762023-10-18T18:09:39.635Z Compiling allocator-api2 v0.2.16
11772023-10-18T18:09:40.010Z Compiling schemars v0.8.13
11782023-10-18T18:09:40.027Z Compiling heck v0.4.1
11792023-10-18T18:09:40.490Z Compiling scopeguard v1.2.0
11802023-10-18T18:09:40.775Z Compiling hashbrown v0.14.0
11812023-10-18T18:09:40.947Z Compiling equivalent v1.0.1
11822023-10-18T18:09:41.828Z Compiling smallvec v1.11.0
11832023-10-18T18:09:42.487Z Compiling byteorder v1.4.3
11842023-10-18T18:09:42.510Z Compiling fnv v1.0.7
11852023-10-18T18:09:42.748Z Compiling httparse v1.8.0
11862023-10-18T18:09:42.834Z Compiling iana-time-zone v0.1.57
11872023-10-18T18:09:43.316Z Compiling pin-project-lite v0.2.13
11882023-10-18T18:09:43.367Z Compiling semver v1.0.18
11892023-10-18T18:09:43.510Z Compiling subtle v2.5.0
11902023-10-18T18:09:43.984Z Compiling indexmap v1.9.3
11912023-10-18T18:09:44.008Z Compiling ring v0.16.20
11922023-10-18T18:09:44.042Z Compiling parking_lot v0.12.1
11932023-10-18T18:09:44.265Z Compiling tinyvec_macros v0.1.1
11942023-10-18T18:09:44.299Z Compiling time-core v0.1.1
11952023-10-18T18:09:44.393Z Compiling dyn-clone v1.0.13
11962023-10-18T18:09:44.401Z Compiling tinyvec v1.6.0
11972023-10-18T18:09:44.555Z Compiling time-macros v0.2.13
11982023-10-18T18:09:44.633Z Compiling openssl-sys v0.9.93
11992023-10-18T18:09:44.683Z Compiling num_cpus v1.16.0
12002023-10-18T18:09:44.852Z Compiling signal-hook-registry v1.4.1
12012023-10-18T18:09:45.722Z Compiling socket2 v0.5.4
12022023-10-18T18:09:45.924Z Compiling mio v0.8.8
12032023-10-18T18:09:46.254Z Compiling rustls v0.21.7
12042023-10-18T18:09:46.559Z Compiling unicode-bidi v0.3.13
12052023-10-18T18:09:46.943Z Compiling unicode-normalization v0.1.22
12062023-10-18T18:09:47.863Z Compiling spin v0.5.2
12072023-10-18T18:09:48.187Z Compiling slog v2.7.0
12082023-10-18T18:09:48.492Z Compiling ucd-trie v0.1.6
12092023-10-18T18:09:48.622Z Compiling percent-encoding v2.3.0
12102023-10-18T18:09:48.894Z Compiling backtrace v0.3.69
12112023-10-18T18:09:49.088Z Compiling async-trait v0.1.73
12122023-10-18T18:09:49.193Z Compiling form_urlencoded v1.2.0
12132023-10-18T18:09:49.455Z Compiling aho-corasick v1.0.4
12142023-10-18T18:09:49.516Z Compiling openssl v0.10.57
12152023-10-18T18:09:49.556Z Compiling regex-syntax v0.7.5
12162023-10-18T18:09:49.678Z Compiling futures-sink v0.3.28
12172023-10-18T18:09:49.750Z Compiling winnow v0.5.15
12182023-10-18T18:09:49.886Z Compiling pin-utils v0.1.0
12192023-10-18T18:09:50.020Z Compiling anyhow v1.0.75
12202023-10-18T18:09:50.078Z Compiling idna v0.4.0
12212023-10-18T18:09:50.712Z Compiling serde_derive_internals v0.26.0
12222023-10-18T18:09:52.947Z Compiling native-tls v0.2.11
12232023-10-18T18:09:52.970Z Compiling url v2.4.1
12242023-10-18T18:09:53.402Z Compiling unicode-xid v0.2.4
12252023-10-18T18:09:54.774Z Compiling rustversion v1.0.14
12262023-10-18T18:09:55.147Z Compiling futures-io v0.3.28
12272023-10-18T18:09:55.631Z Compiling regex-automata v0.3.8
12282023-10-18T18:09:56.246Z Compiling const-oid v0.9.5
12292023-10-18T18:09:56.293Z Compiling unicode-width v0.1.10
12302023-10-18T18:09:56.526Z Compiling hashbrown v0.13.2
12312023-10-18T18:09:57.464Z Compiling synstructure v0.12.6
12322023-10-18T18:09:58.524Z Compiling cpufeatures v0.2.9
12332023-10-18T18:09:58.637Z Compiling crossbeam-utils v0.8.16
12342023-10-18T18:09:58.662Z Compiling tracing-core v0.1.31
12352023-10-18T18:09:59.322Z Compiling adler v1.0.2
12362023-10-18T18:09:59.431Z Compiling rustix v0.38.9
12372023-10-18T18:09:59.670Z Compiling miniz_oxide v0.7.1
12382023-10-18T18:10:00.010Z Compiling usdt-impl v0.3.5
12392023-10-18T18:10:00.461Z Compiling bitflags v1.3.2
12402023-10-18T18:10:00.916Z Compiling ppv-lite86 v0.2.17
12412023-10-18T18:10:01.228Z Compiling gimli v0.28.0
12422023-10-18T18:10:01.464Z Compiling object v0.32.1
12432023-10-18T18:10:01.709Z Compiling rustc-demangle v0.1.23
12442023-10-18T18:10:02.201Z Compiling num_threads v0.1.6
12452023-10-18T18:10:02.351Z Compiling deranged v0.3.8
12462023-10-18T18:10:02.373Z Compiling thread-id v4.2.0
12472023-10-18T18:10:03.323Z Compiling serde_derive v1.0.188
12482023-10-18T18:10:03.398Z Compiling zeroize_derive v1.4.2
12492023-10-18T18:10:04.417Z Compiling thiserror-impl v1.0.49
12502023-10-18T18:10:05.582Z Compiling tokio-macros v2.1.0
12512023-10-18T18:10:05.603Z Compiling futures-macro v0.3.28
12522023-10-18T18:10:05.765Z Compiling tracing-attributes v0.1.26
12532023-10-18T18:10:08.100Z Compiling schemars_derive v0.8.13
12542023-10-18T18:10:08.859Z Compiling zeroize v1.6.0
12552023-10-18T18:10:09.453Z Compiling pest v2.7.2
12562023-10-18T18:10:10.013Z Compiling openssl-macros v0.1.1
12572023-10-18T18:10:11.417Z Compiling regex v1.9.5
12582023-10-18T18:10:11.627Z Compiling crypto-common v0.1.6
12592023-10-18T18:10:11.929Z Compiling block-buffer v0.10.4
12602023-10-18T18:10:13.159Z Compiling digest v0.10.7
12612023-10-18T18:10:13.212Z Compiling zerocopy-derive v0.2.0
12622023-10-18T18:10:13.293Z Compiling tracing v0.1.37
12632023-10-18T18:10:13.799Z Compiling pest_meta v2.7.2
12642023-10-18T18:10:14.107Z Compiling addr2line v0.21.0
12652023-10-18T18:10:14.495Z Compiling time v0.3.27
12662023-10-18T18:10:14.791Z Compiling rand_chacha v0.3.1
12672023-10-18T18:10:15.164Z Compiling base64 v0.21.4
12682023-10-18T18:10:16.092Z Compiling pest_generator v2.7.2
12692023-10-18T18:10:16.431Z Compiling zerocopy v0.3.0
12702023-10-18T18:10:17.784Z Compiling dof v0.1.5
12712023-10-18T18:10:19.350Z Compiling rand v0.8.5
12722023-10-18T18:10:21.359Z Compiling pest_derive v2.7.2
12732023-10-18T18:10:21.421Z Compiling lazy_static v1.4.0
12742023-10-18T18:10:21.583Z Compiling untrusted v0.7.1
12752023-10-18T18:10:21.687Z Compiling strum_macros v0.25.2
12762023-10-18T18:10:22.480Z Compiling dtrace-parser v0.1.14
12772023-10-18T18:10:22.918Z Compiling strsim v0.10.0
12782023-10-18T18:10:24.225Z Compiling regress v0.7.1
12792023-10-18T18:10:25.012Z Compiling socket2 v0.4.9
12802023-10-18T18:10:26.085Z Compiling hashbrown v0.12.3
12812023-10-18T18:10:26.706Z Compiling sct v0.7.0
12822023-10-18T18:10:27.202Z Compiling bytes v1.5.0
12832023-10-18T18:10:27.433Z Compiling indexmap v2.0.0
12842023-10-18T18:10:27.488Z Compiling chrono v0.4.31
12852023-10-18T18:10:27.969Z Compiling uuid v1.4.1
12862023-10-18T18:10:28.493Z Compiling serde_spanned v0.6.3
12872023-10-18T18:10:28.842Z Compiling http v0.2.9
12882023-10-18T18:10:29.022Z Compiling tokio v1.32.0
12892023-10-18T18:10:29.257Z Compiling toml_datetime v0.6.3
12902023-10-18T18:10:29.383Z Compiling bitflags v2.4.0
12912023-10-18T18:10:29.521Z Compiling rustc_version v0.4.0
12922023-10-18T18:10:30.006Z Compiling toml_edit v0.19.15
12932023-10-18T18:10:30.530Z Compiling openapiv3 v1.0.3
12942023-10-18T18:10:33.319Z Compiling serde_tokenstream v0.1.7
12952023-10-18T18:10:33.943Z Compiling serde_tokenstream v0.2.0
12962023-10-18T18:10:34.289Z Compiling rustls-webpki v0.101.4
12972023-10-18T18:10:34.758Z Compiling httpdate v1.0.3
12982023-10-18T18:10:35.431Z Compiling usdt-macro v0.3.5
12992023-10-18T18:10:35.513Z Compiling usdt-attr-macro v0.3.5
13002023-10-18T18:10:35.516Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13012023-10-18T18:10:37.400Z Compiling try-lock v0.2.4
13022023-10-18T18:10:37.622Z Compiling want v0.3.1
13032023-10-18T18:10:37.808Z Compiling http-body v0.4.5
13042023-10-18T18:10:38.463Z Compiling rustls-pemfile v1.0.3
13052023-10-18T18:10:38.597Z Compiling tower-service v0.3.2
13062023-10-18T18:10:38.778Z Compiling openssl-probe v0.1.5
13072023-10-18T18:10:38.803Z Compiling foreign-types-shared v0.1.1
13082023-10-18T18:10:38.977Z Compiling mime v0.3.17
13092023-10-18T18:10:39.057Z Compiling foreign-types v0.3.2
13102023-10-18T18:10:39.316Z Compiling errno v0.3.2
13112023-10-18T18:10:39.467Z Compiling ipnet v2.8.0
13122023-10-18T18:10:39.894Z Compiling getopts v0.2.21
13132023-10-18T18:10:41.293Z Compiling encoding_rs v0.8.33
13142023-10-18T18:10:41.647Z Compiling unsafe-libyaml v0.2.9
13152023-10-18T18:10:41.670Z Compiling rustls-native-certs v0.6.3
13162023-10-18T18:10:42.344Z Compiling tokio-util v0.7.8
13172023-10-18T18:10:44.139Z Compiling h2 v0.3.21
13182023-10-18T18:10:44.807Z Compiling tokio-rustls v0.24.1
13192023-10-18T18:10:44.903Z Compiling serde_yaml v0.9.25
13202023-10-18T18:10:45.421Z Compiling serde_urlencoded v0.7.1
13212023-10-18T18:10:46.693Z Compiling webpki-roots v0.25.2
13222023-10-18T18:10:50.765Z Compiling hmac v0.12.1
13232023-10-18T18:10:51.089Z Compiling num-integer v0.1.45
13242023-10-18T18:10:51.538Z Compiling sha2 v0.10.7
13252023-10-18T18:10:52.868Z Compiling block-padding v0.3.3
13262023-10-18T18:10:53.211Z Compiling tokio-native-tls v0.3.1
13272023-10-18T18:10:53.618Z Compiling inout v0.1.3
13282023-10-18T18:10:53.638Z Compiling futures-executor v0.3.28
13292023-10-18T18:10:54.001Z Compiling cipher v0.4.4
13302023-10-18T18:10:54.600Z Compiling toml v0.7.8
13312023-10-18T18:10:54.744Z Compiling crc32fast v1.3.2
13322023-10-18T18:10:54.931Z Compiling fallible-iterator v0.2.0
13332023-10-18T18:10:55.160Z Compiling futures v0.3.28
13342023-10-18T18:10:55.464Z Compiling ipnetwork v0.20.0
13352023-10-18T18:10:56.015Z Compiling hyper v0.14.27
13362023-10-18T18:10:56.136Z Compiling spin v0.9.8
13372023-10-18T18:10:56.692Z Compiling siphasher v0.3.11
13382023-10-18T18:10:56.714Z Compiling usdt v0.3.5
13392023-10-18T18:10:57.691Z Compiling md-5 v0.10.5
13402023-10-18T18:10:58.066Z Compiling stringprep v0.1.3
13412023-10-18T18:10:58.982Z Compiling io-lifetimes v1.0.11
13422023-10-18T18:10:59.004Z Compiling postgres-protocol v0.6.6
13432023-10-18T18:10:59.669Z Compiling phf_shared v0.11.2
13442023-10-18T18:10:59.807Z Compiling hex v0.4.3
13452023-10-18T18:11:00.095Z Compiling enum-as-inner v0.5.1
13462023-10-18T18:11:00.674Z Compiling slog-async v2.8.0
13472023-10-18T18:11:00.814Z Compiling postgres-types v0.2.6
13482023-10-18T18:11:01.293Z Compiling phf v0.11.2
13492023-10-18T18:11:01.426Z Compiling num-bigint v0.4.4
13502023-10-18T18:11:01.646Z Compiling rustix v0.37.23
13512023-10-18T18:11:02.053Z Compiling data-encoding v2.4.0
13522023-10-18T18:11:02.338Z Compiling whoami v1.4.1
13532023-10-18T18:11:02.883Z Compiling tokio-postgres v0.7.10
13542023-10-18T18:11:03.501Z Compiling zerocopy-derive v0.6.4
13552023-10-18T18:11:03.779Z Compiling static_assertions v1.1.0
13562023-10-18T18:11:06.780Z Compiling ident_case v1.0.1
13572023-10-18T18:11:07.058Z Compiling either v1.9.0
13582023-10-18T18:11:07.169Z Compiling darling_core v0.20.3
13592023-10-18T18:11:07.220Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13602023-10-18T18:11:07.758Z Compiling hyper-rustls v0.24.1
13612023-10-18T18:11:08.511Z Compiling hyper-tls v0.5.0
13622023-10-18T18:11:08.732Z Compiling camino v1.1.6
13632023-10-18T18:11:08.966Z Compiling reqwest v0.11.20
13642023-10-18T18:11:09.054Z Compiling flate2 v1.0.27
13652023-10-18T18:11:09.605Z Compiling heapless v0.7.16
13662023-10-18T18:11:10.167Z Compiling bzip2-sys v0.1.11+1.0.8
13672023-10-18T18:11:10.644Z Compiling memoffset v0.9.0
13682023-10-18T18:11:10.789Z Compiling unicode-segmentation v1.10.1
13692023-10-18T18:11:11.054Z Compiling matches v0.1.10
13702023-10-18T18:11:11.189Z Compiling managed v0.8.0
13712023-10-18T18:11:11.928Z Compiling radium v0.7.0
13722023-10-18T18:11:11.952Z Compiling idna v0.2.3
13732023-10-18T18:11:12.700Z Compiling itertools v0.11.0
13742023-10-18T18:11:13.861Z Compiling multer v2.1.0
13752023-10-18T18:11:14.465Z Compiling trust-dns-proto v0.22.0
13762023-10-18T18:11:14.755Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13772023-10-18T18:11:14.943Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13782023-10-18T18:11:15.113Z Compiling async-stream-impl v0.3.5
13792023-10-18T18:11:16.363Z Compiling darling_macro v0.20.3
13802023-10-18T18:11:17.102Z Compiling crossbeam-epoch v0.9.15
13812023-10-18T18:11:17.732Z Compiling num-iter v0.1.43
13822023-10-18T18:11:17.760Z Compiling smoltcp v0.9.1
13832023-10-18T18:11:17.935Z Compiling darling v0.20.3
13842023-10-18T18:11:18.098Z Compiling serde_with_macros v2.3.3
13852023-10-18T18:11:18.146Z Compiling utf8parse v0.2.1
13862023-10-18T18:11:18.391Z Compiling bit-vec v0.6.3
13872023-10-18T18:11:18.652Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13882023-10-18T18:11:19.090Z Compiling paste v1.0.14
13892023-10-18T18:11:19.665Z Compiling anstyle v1.0.2
13902023-10-18T18:11:20.079Z Compiling anstyle-parse v0.2.1
13912023-10-18T18:11:21.944Z Compiling zerocopy v0.6.4
13922023-10-18T18:11:22.080Z Compiling signature v2.1.0
13932023-10-18T18:11:22.406Z Compiling hubpack_derive v0.1.1
13942023-10-18T18:11:23.210Z Compiling clap_derive v4.4.2
13952023-10-18T18:11:23.337Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
13962023-10-18T18:11:23.731Z Compiling colorchoice v1.0.0
13972023-10-18T18:11:24.597Z Compiling anstyle-query v1.0.0
13982023-10-18T18:11:24.791Z Compiling anstream v0.5.0
13992023-10-18T18:11:25.141Z Compiling terminal_size v0.2.6
14002023-10-18T18:11:25.423Z Compiling yasna v0.5.2
14012023-10-18T18:11:27.260Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14022023-10-18T18:11:28.576Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14032023-10-18T18:11:28.746Z Compiling structmeta-derive v0.1.6
14042023-10-18T18:11:28.790Z Compiling diesel_table_macro_syntax v0.1.0
14052023-10-18T18:11:29.346Z Compiling hash32 v0.2.1
14062023-10-18T18:11:29.387Z Compiling tap v1.0.1
14072023-10-18T18:11:29.649Z Compiling stable_deref_trait v1.2.0
14082023-10-18T18:11:29.797Z Compiling clap_lex v0.5.1
14092023-10-18T18:11:30.596Z Compiling clap_builder v4.4.2
14102023-10-18T18:11:31.172Z Compiling wyz v0.5.1
14112023-10-18T18:11:31.288Z Compiling diesel_derives v2.1.1
14122023-10-18T18:11:32.714Z Compiling tokio-stream v0.1.14
14132023-10-18T18:11:32.786Z Compiling serde_repr v0.1.16
14142023-10-18T18:11:33.225Z Compiling structmeta v0.1.6
14152023-10-18T18:11:33.843Z Compiling scheduled-thread-pool v0.2.7
14162023-10-18T18:11:34.333Z Compiling regex-automata v0.1.10
14172023-10-18T18:11:34.433Z Compiling funty v2.0.0
14182023-10-18T18:11:34.792Z Compiling regex-syntax v0.6.29
14192023-10-18T18:11:36.153Z Compiling bstr v0.2.17
14202023-10-18T18:11:36.156Z Compiling r2d2 v0.8.10
14212023-10-18T18:11:37.235Z Compiling clap v4.4.3
14222023-10-18T18:11:37.396Z Compiling bitvec v1.0.1
14232023-10-18T18:11:38.276Z Compiling hubpack v0.1.2
14242023-10-18T18:11:39.469Z Compiling itertools v0.10.5
14252023-10-18T18:11:39.885Z Compiling phf_shared v0.10.0
14262023-10-18T18:11:41.250Z Compiling float-cmp v0.9.0
14272023-10-18T18:11:41.418Z Compiling unicode-linebreak v0.1.5
14282023-10-18T18:11:41.614Z Compiling smawk v0.3.1
14292023-10-18T18:11:41.925Z Compiling fixedbitset v0.4.2
14302023-10-18T18:11:42.634Z Compiling difflib v0.4.0
14312023-10-18T18:11:44.328Z Compiling precomputed-hash v0.1.1
14322023-10-18T18:11:44.473Z Compiling parse-display-derive v0.7.0
14332023-10-18T18:11:44.495Z Compiling normalize-line-endings v0.3.0
14342023-10-18T18:11:44.662Z Compiling predicates-core v1.0.6
14352023-10-18T18:11:44.865Z Compiling new_debug_unreachable v1.0.4
14362023-10-18T18:11:44.996Z Compiling string_cache v0.8.7
14372023-10-18T18:11:45.124Z Compiling predicates v3.0.4
14382023-10-18T18:11:45.396Z Compiling petgraph v0.6.4
14392023-10-18T18:11:45.760Z Compiling textwrap v0.16.0
14402023-10-18T18:11:47.917Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14412023-10-18T18:11:48.044Z Compiling similar v2.2.1
14422023-10-18T18:11:49.489Z Compiling bit-set v0.5.3
14432023-10-18T18:11:49.917Z Compiling console v0.15.7
14442023-10-18T18:11:50.303Z Compiling bstr v1.6.0
14452023-10-18T18:11:50.899Z Compiling lalrpop-util v0.19.12
14462023-10-18T18:11:55.573Z Compiling diesel v2.1.1
14472023-10-18T18:12:01.567Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14482023-10-18T18:12:02.186Z Compiling proc-macro-crate v1.3.1
14492023-10-18T18:12:03.301Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14502023-10-18T18:12:13.334Z Compiling crucible-workspace-hack v0.1.0
14512023-10-18T18:12:32.914Z Compiling atty v0.2.14
14522023-10-18T18:12:36.243Z Compiling sha1 v0.10.5
14532023-10-18T18:12:36.890Z Compiling match_cfg v0.1.0
14542023-10-18T18:12:37.032Z Compiling hostname v0.3.1
14552023-10-18T18:12:41.406Z Compiling dirs-sys-next v0.1.2
14562023-10-18T18:12:43.391Z Compiling dirs-next v2.0.0
14572023-10-18T18:12:47.755Z Compiling thread_local v1.1.7
14582023-10-18T18:12:50.095Z Compiling term v0.7.0
14592023-10-18T18:12:51.038Z Compiling crossbeam-channel v0.5.8
14602023-10-18T18:12:52.746Z Compiling take_mut v0.2.2
14612023-10-18T18:12:52.870Z Compiling slog-term v2.9.0
14622023-10-18T18:12:54.450Z Compiling slog-json v2.6.1
14632023-10-18T18:12:55.007Z Compiling instant v0.1.12
14642023-10-18T18:12:55.206Z Compiling slog-bunyan v2.4.0
14652023-10-18T18:12:56.242Z Compiling strum v0.25.0
14662023-10-18T18:12:56.909Z Compiling atomic-waker v1.1.1
14672023-10-18T18:12:57.187Z Compiling waitgroup v0.1.2
14682023-10-18T18:12:57.216Z Compiling num_enum_derive v0.5.11
14692023-10-18T18:12:57.513Z Compiling serde_with v2.3.3
14702023-10-18T18:12:57.516Z Compiling async-stream v0.3.5
14712023-10-18T18:12:59.679Z Compiling serde_path_to_error v0.1.14
14722023-10-18T18:12:59.777Z Compiling libz-sys v1.1.12
14732023-10-18T18:12:59.799Z Compiling fastrand v2.0.0
14742023-10-18T18:13:00.687Z Compiling debug-ignore v1.0.5
14752023-10-18T18:13:01.188Z Compiling tempfile v3.8.0
14762023-10-18T18:13:02.739Z Compiling slog-dtrace v0.2.3
14772023-10-18T18:13:02.902Z Compiling proc-macro-error-attr v1.0.4
14782023-10-18T18:13:04.663Z Compiling backoff v0.4.0
14792023-10-18T18:13:05.206Z Compiling parse-display v0.7.0
14802023-10-18T18:13:06.625Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14812023-10-18T18:13:06.853Z Compiling macaddr v1.0.1
14822023-10-18T18:13:07.225Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14832023-10-18T18:13:07.337Z Compiling libgit2-sys v0.15.2+1.6.4
14842023-10-18T18:13:07.613Z Compiling proc-macro-error v1.0.4
14852023-10-18T18:13:08.222Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14862023-10-18T18:13:10.099Z Compiling libsqlite3-sys v0.26.0
14872023-10-18T18:13:10.412Z Compiling memoffset v0.7.1
14882023-10-18T18:13:10.747Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14892023-10-18T18:13:13.214Z Compiling foreign-types-macros v0.2.3
14902023-10-18T18:13:13.610Z Compiling vergen v8.2.4
14912023-10-18T18:13:14.613Z Compiling base64ct v1.6.0
14922023-10-18T18:13:17.247Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14932023-10-18T18:13:18.357Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14942023-10-18T18:13:23.550Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14952023-10-18T18:13:23.817Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14962023-10-18T18:13:24.228Z Compiling platforms v3.0.2
14972023-10-18T18:13:24.806Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
14982023-10-18T18:13:25.055Z Compiling num_enum_derive v0.7.0
14992023-10-18T18:13:25.210Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15002023-10-18T18:13:25.264Z Compiling cfg-if v0.1.10
15012023-10-18T18:13:25.402Z Compiling password-hash v0.5.0
15022023-10-18T18:13:25.831Z Compiling curve25519-dalek v4.1.0
15032023-10-18T18:13:26.360Z Compiling heck v0.3.3
15042023-10-18T18:13:26.392Z Compiling blake2 v0.10.6
15052023-10-18T18:13:26.563Z Compiling libefi-sys v0.1.0
15062023-10-18T18:13:26.895Z Compiling structopt-derive v0.4.18
15072023-10-18T18:13:27.029Z Compiling zone_cfg_derive v0.2.0
15082023-10-18T18:13:27.135Z Compiling argon2 v0.5.2
15092023-10-18T18:13:28.825Z Compiling curve25519-dalek-derive v0.1.0
15102023-10-18T18:13:29.334Z Compiling num-derive v0.4.0
15112023-10-18T18:13:29.361Z Compiling same-file v1.0.6
15122023-10-18T18:13:29.703Z Compiling walkdir v2.4.0
15132023-10-18T18:13:30.209Z Compiling toml v0.5.11
15142023-10-18T18:13:30.782Z Compiling semver-parser v0.10.2
15152023-10-18T18:13:31.087Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15162023-10-18T18:13:31.515Z Compiling xattr v1.0.1
15172023-10-18T18:13:31.620Z Compiling filetime v0.2.22
15182023-10-18T18:13:31.933Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
15192023-10-18T18:13:32.130Z Compiling getrandom v0.1.16
15202023-10-18T18:13:32.355Z Compiling erased-serde v0.3.30
15212023-10-18T18:13:32.725Z Compiling semver v0.11.0
15222023-10-18T18:13:32.801Z Compiling tar v0.4.40
15232023-10-18T18:13:33.210Z Compiling universal-hash v0.5.1
15242023-10-18T18:13:33.351Z Compiling bitstruct_derive v0.1.0
15252023-10-18T18:13:33.510Z Compiling async-recursion v1.0.5
15262023-10-18T18:13:33.863Z Compiling opaque-debug v0.3.0
15272023-10-18T18:13:34.003Z Compiling home v0.5.5
15282023-10-18T18:13:34.227Z Compiling toolchain_find v0.2.0
15292023-10-18T18:13:34.653Z Compiling num-rational v0.4.1
15302023-10-18T18:13:35.036Z Compiling unicase v2.7.0
15312023-10-18T18:13:35.055Z Compiling parking_lot_core v0.8.6
15322023-10-18T18:13:35.247Z Compiling rustfmt-wrapper v0.2.0
15332023-10-18T18:13:35.356Z Compiling omicron-zone-package v0.8.3
15342023-10-18T18:13:35.646Z Compiling num_enum v0.5.11
15352023-10-18T18:13:35.737Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
15362023-10-18T18:13:35.881Z Compiling aead v0.5.2
15372023-10-18T18:13:36.333Z Compiling winapi v0.3.9
15382023-10-18T18:13:36.447Z Compiling postcard-cobs v0.1.5-pre
15392023-10-18T18:13:36.470Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
15402023-10-18T18:13:36.771Z Compiling postcard v0.7.3
15412023-10-18T18:13:36.879Z Compiling polyval v0.6.1
15422023-10-18T18:13:37.101Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15432023-10-18T18:13:37.620Z Compiling smoltcp v0.8.2
15442023-10-18T18:13:37.800Z Compiling aes v0.8.3
15452023-10-18T18:13:37.822Z Compiling ctr v0.9.2
15462023-10-18T18:13:38.311Z Compiling thiserror-impl-no-std v2.0.2
15472023-10-18T18:13:38.386Z Compiling foreign-types-shared v0.3.1
15482023-10-18T18:13:38.568Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15492023-10-18T18:13:38.982Z Compiling foreign-types v0.5.0
15502023-10-18T18:13:39.653Z Compiling mime_guess v2.0.4
15512023-10-18T18:13:42.272Z Compiling is-terminal v0.4.9
15522023-10-18T18:13:42.490Z Compiling toml_edit v0.20.0
15532023-10-18T18:13:42.973Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15542023-10-18T18:13:44.291Z Compiling hashlink v0.8.3
15552023-10-18T18:13:45.331Z Compiling cstr-argument v0.1.2
15562023-10-18T18:13:45.722Z Compiling rand v0.4.6
15572023-10-18T18:13:46.594Z Compiling fallible-streaming-iterator v0.1.9
15582023-10-18T18:13:47.455Z Compiling pretty-hex v0.2.1
15592023-10-18T18:13:47.460Z Compiling twox-hash v1.6.3
15602023-10-18T18:13:47.736Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15612023-10-18T18:13:48.291Z Compiling toml v0.8.0
15622023-10-18T18:13:48.769Z Compiling rusqlite v0.29.0
15632023-10-18T18:13:50.979Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15642023-10-18T18:13:51.502Z Compiling colored v2.0.4
15652023-10-18T18:13:51.754Z Compiling nix v0.26.2
15662023-10-18T18:13:51.903Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15672023-10-18T18:13:54.004Z Compiling hkdf v0.12.3
15682023-10-18T18:13:54.709Z Compiling textwrap v0.11.0
15692023-10-18T18:13:54.738Z Compiling const_format_proc_macros v0.2.31
15702023-10-18T18:13:56.526Z Compiling strsim v0.8.0
15712023-10-18T18:13:57.634Z Compiling linked-hash-map v0.5.6
15722023-10-18T18:13:58.228Z Compiling base64 v0.13.1
15732023-10-18T18:13:58.374Z Compiling ansi_term v0.12.1
15742023-10-18T18:13:58.581Z Compiling quick-error v1.2.3
15752023-10-18T18:13:58.687Z Compiling vec_map v0.8.2
15762023-10-18T18:13:58.803Z Compiling resolv-conf v0.7.0
15772023-10-18T18:13:59.105Z Compiling clap v2.34.0
15782023-10-18T18:13:59.805Z Compiling lru-cache v0.1.2
15792023-10-18T18:14:01.888Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15802023-10-18T18:14:02.248Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15812023-10-18T18:14:03.656Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15822023-10-18T18:14:05.528Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
15832023-10-18T18:14:05.548Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
15842023-10-18T18:14:08.901Z Compiling num_enum v0.7.0
15852023-10-18T18:14:09.157Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
15862023-10-18T18:14:11.075Z Compiling bincode v1.3.3
15872023-10-18T18:14:12.198Z Compiling keccak v0.1.4
15882023-10-18T18:14:12.742Z Compiling utf-8 v0.7.6
15892023-10-18T18:14:13.082Z Compiling termcolor v1.2.0
15902023-10-18T18:14:13.683Z Compiling humantime v2.1.0
15912023-10-18T18:14:14.546Z Compiling convert_case v0.4.0
15922023-10-18T18:14:14.550Z Compiling cancel-safe-futures v0.1.2
15932023-10-18T18:14:15.063Z Compiling env_logger v0.9.3
15942023-10-18T18:14:15.830Z Compiling derive_more v0.99.17
15952023-10-18T18:14:17.035Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15962023-10-18T18:14:17.309Z Compiling sha3 v0.10.8
15972023-10-18T18:14:24.563Z Compiling structopt v0.3.26
15982023-10-18T18:14:24.813Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15992023-10-18T18:14:25.667Z Compiling trust-dns-resolver v0.22.0
16002023-10-18T18:14:28.141Z Compiling aes-gcm-siv v0.11.1
16012023-10-18T18:14:28.553Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16022023-10-18T18:14:28.715Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16032023-10-18T18:14:29.289Z Compiling zone v0.2.0
16042023-10-18T18:14:30.981Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16052023-10-18T18:14:31.571Z Compiling smf v0.2.2
16062023-10-18T18:14:31.634Z Compiling secrecy v0.8.0
16072023-10-18T18:14:31.638Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16082023-10-18T18:14:32.607Z Compiling ringbuffer v0.15.0
16092023-10-18T18:14:33.343Z Compiling ascii v1.1.0
16102023-10-18T18:14:34.156Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16112023-10-18T18:14:34.409Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16122023-10-18T18:14:34.438Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16132023-10-18T18:14:35.976Z Compiling bitstruct v0.1.1
16142023-10-18T18:14:37.441Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16152023-10-18T18:14:38.298Z Compiling serde_arrays v0.1.0
16162023-10-18T18:14:38.573Z Compiling ff v0.13.0
16172023-10-18T18:14:38.595Z Compiling nibble_vec v0.1.0
16182023-10-18T18:14:38.896Z Compiling arc-swap v1.6.0
16192023-10-18T18:14:38.920Z Compiling endian-type v0.1.2
16202023-10-18T18:14:39.124Z Compiling group v0.13.0
16212023-10-18T18:14:39.287Z Compiling radix_trie v0.2.1
16222023-10-18T18:14:39.647Z Compiling slog-scope v4.4.0
16232023-10-18T18:14:39.975Z Compiling rand_core v0.5.1
16242023-10-18T18:14:40.428Z Compiling tungstenite v0.20.1
16252023-10-18T18:14:40.789Z Compiling poly1305 v0.8.0
16262023-10-18T18:14:42.211Z Compiling chacha20 v0.9.1
16272023-10-18T18:14:42.631Z Compiling crypto-bigint v0.5.2
16282023-10-18T18:14:42.844Z Compiling num-complex v0.4.4
16292023-10-18T18:14:42.885Z Compiling half v1.8.2
16302023-10-18T18:14:43.631Z Compiling base16ct v0.2.0
16312023-10-18T18:14:43.682Z Compiling option-ext v0.2.0
16322023-10-18T18:14:43.685Z Compiling ciborium-io v0.2.1
16332023-10-18T18:14:43.878Z Compiling ciborium-ll v0.2.1
16342023-10-18T18:14:43.943Z Compiling dirs-sys v0.4.1
16352023-10-18T18:14:44.333Z Compiling tokio-tungstenite v0.20.1
16362023-10-18T18:14:44.650Z Compiling num v0.4.1
16372023-10-18T18:14:44.808Z Compiling parking_lot v0.11.2
16382023-10-18T18:14:44.866Z Compiling rand_chacha v0.2.2
16392023-10-18T18:14:44.979Z Compiling trust-dns-client v0.22.0
16402023-10-18T18:14:45.063Z Compiling slog-stdlog v4.1.1
16412023-10-18T18:14:45.154Z Compiling thiserror-no-std v2.0.2
16422023-10-18T18:14:45.645Z Compiling elliptic-curve v0.13.5
16432023-10-18T18:14:46.474Z Compiling password-hash v0.4.2
16442023-10-18T18:14:46.505Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16452023-10-18T18:14:46.607Z Compiling ed25519 v2.2.2
16462023-10-18T18:14:47.172Z Compiling blowfish v0.9.1
16472023-10-18T18:14:47.927Z Compiling pbkdf2 v0.12.2
16482023-10-18T18:14:48.004Z Compiling fxhash v0.2.1
16492023-10-18T18:14:48.492Z Compiling sled v0.34.7
16502023-10-18T18:14:48.735Z Compiling bcrypt-pbkdf v0.10.0
16512023-10-18T18:14:48.948Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16522023-10-18T18:14:49.282Z Compiling trust-dns-server v0.22.1
16532023-10-18T18:14:49.326Z Compiling pbkdf2 v0.11.0
16542023-10-18T18:14:49.428Z Compiling ed25519-dalek v2.0.0
16552023-10-18T18:14:49.933Z Compiling vsss-rs v3.3.1
16562023-10-18T18:14:50.330Z Compiling russh-cryptovec v0.7.0
16572023-10-18T18:14:50.799Z Compiling rand v0.7.3
16582023-10-18T18:14:51.301Z Compiling slog-envlogger v2.2.0
16592023-10-18T18:14:51.432Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16602023-10-18T18:14:53.758Z Compiling ciborium v0.2.1
16612023-10-18T18:14:54.163Z Compiling dirs v5.0.1
16622023-10-18T18:14:54.215Z Compiling chacha20poly1305 v0.10.1
16632023-10-18T18:14:54.467Z Compiling tungstenite v0.18.0
16642023-10-18T18:14:54.517Z Compiling ron v0.7.1
16652023-10-18T18:14:56.390Z Compiling pem v1.1.1
16662023-10-18T18:14:57.146Z Compiling const_format v0.2.31
16672023-10-18T18:14:57.866Z Compiling ghash v0.5.0
16682023-10-18T18:14:58.696Z Compiling camino-tempfile v1.0.2
16692023-10-18T18:14:59.231Z Compiling cbc v0.1.2
16702023-10-18T18:14:59.402Z Compiling headers-core v0.2.0
16712023-10-18T18:14:59.783Z Compiling md5 v0.7.0
16722023-10-18T18:15:00.007Z Compiling bit_field v0.10.2
16732023-10-18T18:15:00.143Z Compiling pretty-hex v0.3.0
16742023-10-18T18:15:00.355Z Compiling http-range v0.1.5
16752023-10-18T18:15:00.440Z Compiling russh-keys v0.38.0
16762023-10-18T18:15:00.805Z Compiling hyper-staticfile v0.9.5
16772023-10-18T18:15:01.496Z Compiling headers v0.3.9
16782023-10-18T18:15:05.550Z Compiling aes-gcm v0.10.2
16792023-10-18T18:15:06.081Z Compiling rcgen v0.10.0
16802023-10-18T18:15:06.257Z Compiling tokio-tungstenite v0.18.0
16812023-10-18T18:15:13.134Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16822023-10-18T18:15:13.202Z Compiling atomicwrites v0.4.2
16832023-10-18T18:15:13.762Z Compiling subprocess v0.2.9
16842023-10-18T18:15:13.787Z Compiling glob v0.3.1
16852023-10-18T18:15:13.810Z Compiling hex-literal v0.4.1
16862023-10-18T18:15:15.475Z Compiling russh v0.38.0
16872023-10-18T18:15:21.399Z Compiling bzip2 v0.4.4
16882023-10-18T18:15:21.860Z Compiling zip v0.6.6
16892023-10-18T18:15:24.061Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902023-10-18T18:15:24.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16912023-10-18T18:15:24.666Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16922023-10-18T18:15:24.715Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16932023-10-18T18:15:24.766Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16942023-10-18T18:15:25.079Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16952023-10-18T18:15:25.286Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16962023-10-18T18:15:25.559Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16972023-10-18T18:15:25.868Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16982023-10-18T18:15:28.041Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16992023-10-18T18:15:38.033Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17002023-10-18T18:15:43.071Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17012023-10-18T18:15:44.472Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17022023-10-18T18:15:46.016Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17032023-10-18T18:16:00.425Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17042023-10-18T18:16:00.760Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17052023-10-18T18:16:04.416Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17062023-10-18T18:16:12.648Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17072023-10-18T18:16:14.126Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17082023-10-18T18:16:14.503Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17092023-10-18T18:16:24.985Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17102023-10-18T18:16:56.964Z Compiling git2 v0.17.2
17112023-10-18T18:17:03.459Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17122023-10-18T18:17:05.377Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17132023-10-18T18:17:17.451Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17142023-10-18T18:17:33.541Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17152023-10-18T18:17:33.837Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17162023-10-18T18:17:34.380Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17172023-10-18T18:17:36.851Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17182023-10-18T18:18:13.327Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17192023-10-18T18:19:44.140Z Finished dev [unoptimized + debuginfo] target(s) in 10m 44s
17202023-10-18T18:19:44.489Z
17212023-10-18T18:19:44.492Zreal 10:45.050203853
17222023-10-18T18:19:44.495Zuser 58:59.453838613
17232023-10-18T18:19:44.498Zsys 9:23.945747265
17242023-10-18T18:19:44.501Ztrap 2.252845787
17252023-10-18T18:19:44.504Ztflt 3.448050140
17262023-10-18T18:19:44.507Zdflt 7.197357758
17272023-10-18T18:19:44.510Zkflt 0.038378982
17282023-10-18T18:19:44.514Zlock 1:48:38.417362301
17292023-10-18T18:19:44.517Zslp 3:06:33.499502388
17302023-10-18T18:19:44.520Zlat 2:22.734816324
17312023-10-18T18:19:44.524Zstop 5:48.220523365
17322023-10-18T18:19:44.527Z+ mkdir -p /work/end-to-end-tests
17332023-10-18T18:19:44.530Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17342023-10-18T18:19:45.431Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17352023-10-18T18:19:45.434Z+ ptime -m gzip
17362023-10-18T18:19:45.437Z++ basename target/debug/bootstrap
17372023-10-18T18:20:02.430Z
17382023-10-18T18:20:02.435Zreal 16.991624877
17392023-10-18T18:20:02.438Zuser 16.783473388
17402023-10-18T18:20:02.441Zsys 0.190168277
17412023-10-18T18:20:02.444Ztrap 0.006748612
17422023-10-18T18:20:02.447Ztflt 0.000000000
17432023-10-18T18:20:02.451Zdflt 0.000000000
17442023-10-18T18:20:02.454Zkflt 0.000000000
17452023-10-18T18:20:02.457Zlock 0.000000000
17462023-10-18T18:20:02.460Zslp 0.000000000
17472023-10-18T18:20:02.463Zlat 0.010902572
17482023-10-18T18:20:02.468Zstop 0.000219292
17492023-10-18T18:20:02.472Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17502023-10-18T18:20:02.476Z+ ptime -m gzip
17512023-10-18T18:20:02.479Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d925b23e976736e
17522023-10-18T18:20:03.523Z
17532023-10-18T18:20:03.527Zreal 1.083671468
17542023-10-18T18:20:03.531Zuser 1.071167965
17552023-10-18T18:20:03.534Zsys 0.011200504
17562023-10-18T18:20:03.539Ztrap 0.000438015
17572023-10-18T18:20:03.550Ztflt 0.000000000
17582023-10-18T18:20:03.554Zdflt 0.000000000
17592023-10-18T18:20:03.559Zkflt 0.000000000
17602023-10-18T18:20:03.563Zlock 0.000000000
17612023-10-18T18:20:03.566Zslp 0.000000000
17622023-10-18T18:20:03.568Zlat 0.000421797
17632023-10-18T18:20:03.571Zstop 0.000324238
17642023-10-18T18:20:03.575Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17652023-10-18T18:20:03.578Z+ ptime -m gzip
17662023-10-18T18:20:03.583Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9d1a76d5368d1fd3
17672023-10-18T18:20:22.577Z
17682023-10-18T18:20:22.581Zreal 19.023340320
17692023-10-18T18:20:22.584Zuser 18.846949341
17702023-10-18T18:20:22.588Zsys 0.172161723
17712023-10-18T18:20:22.591Ztrap 0.003222319
17722023-10-18T18:20:22.594Ztflt 0.000000000
17732023-10-18T18:20:22.597Zdflt 0.000000000
17742023-10-18T18:20:22.600Zkflt 0.000000000
17752023-10-18T18:20:22.603Zlock 0.000000000
17762023-10-18T18:20:22.606Zslp 0.000000000
17772023-10-18T18:20:22.609Zlat 0.000648105
17782023-10-18T18:20:22.612Zstop 0.000242556
17792023-10-18T18:20:22.615Z+ banner caboose-util
17802023-10-18T18:20:22.617Z
17812023-10-18T18:20:22.620Z #### ## ##### #### #### #### ###### # # #####
17822023-10-18T18:20:22.623Z # # # # # # # # # # # # # # #
17832023-10-18T18:20:22.627Z # # # ##### # # # # #### ##### ##### # # #
17842023-10-18T18:20:22.630Z # ###### # # # # # # # # # # #
17852023-10-18T18:20:22.632Z # # # # # # # # # # # # # # # #
17862023-10-18T18:20:22.635Z #### # # ##### #### #### #### ###### #### #
17872023-10-18T18:20:22.638Z
17882023-10-18T18:20:22.641Z+ ptime -m cargo build --locked -p caboose-util --release
17892023-10-18T18:20:23.281Z Downloading crates ...
17902023-10-18T18:20:23.533Z Downloaded crc v3.0.1
17912023-10-18T18:20:23.539Z Downloaded crc-catalog v2.2.0
17922023-10-18T18:20:23.548Z Downloaded packed_struct_codegen v0.10.1
17932023-10-18T18:20:23.551Z Downloaded path-slash v0.1.5
17942023-10-18T18:20:23.554Z Downloaded nodrop v0.1.14
17952023-10-18T18:20:23.557Z Downloaded num-bigint-dig v0.8.4
17962023-10-18T18:20:23.563Z Downloaded array-init v0.0.4
17972023-10-18T18:20:23.566Z Downloaded env_logger v0.10.0
17982023-10-18T18:20:23.570Z Downloaded serde-hex v0.1.0
17992023-10-18T18:20:23.573Z Downloaded der_derive v0.7.2
18002023-10-18T18:20:23.575Z Downloaded rsa v0.9.2
18012023-10-18T18:20:23.601Z Downloaded smallvec v0.6.14
18022023-10-18T18:20:23.604Z Downloaded flagset v0.4.3
18032023-10-18T18:20:23.610Z Downloaded x509-cert v0.2.4
18042023-10-18T18:20:23.613Z Downloaded object v0.30.4
18052023-10-18T18:20:23.616Z Downloaded crc-any v2.4.3
18062023-10-18T18:20:23.619Z Downloaded ron v0.8.1
18072023-10-18T18:20:23.627Z Downloaded pkcs1 v0.7.5
18082023-10-18T18:20:23.631Z Downloaded pem-rfc7468 v0.7.0
18092023-10-18T18:20:23.634Z Downloaded bitfield v0.14.0
18102023-10-18T18:20:23.637Z Downloaded packed_struct v0.10.1
18112023-10-18T18:20:23.640Z Downloaded maybe-uninit v2.0.0
18122023-10-18T18:20:23.805Z Compiling proc-macro2 v1.0.67
18132023-10-18T18:20:23.808Z Compiling unicode-ident v1.0.12
18142023-10-18T18:20:23.811Z Compiling libc v0.2.149
18152023-10-18T18:20:23.815Z Compiling autocfg v1.1.0
18162023-10-18T18:20:23.818Z Compiling serde v1.0.188
18172023-10-18T18:20:23.825Z Compiling version_check v0.9.4
18182023-10-18T18:20:23.831Z Compiling cfg-if v1.0.0
18192023-10-18T18:20:23.934Z Compiling parking_lot_core v0.9.8
18202023-10-18T18:20:23.946Z Compiling syn v1.0.109
18212023-10-18T18:20:24.075Z Compiling once_cell v1.18.0
18222023-10-18T18:20:24.459Z Compiling typenum v1.16.0
18232023-10-18T18:20:24.730Z Compiling libm v0.2.7
18242023-10-18T18:20:24.733Z Compiling futures-core v0.3.28
18252023-10-18T18:20:24.752Z Compiling pkg-config v0.3.27
18262023-10-18T18:20:24.984Z Compiling lock_api v0.4.10
18272023-10-18T18:20:25.063Z Compiling generic-array v0.14.7
18282023-10-18T18:20:25.124Z Compiling num-traits v0.2.16
18292023-10-18T18:20:25.440Z Compiling slab v0.4.9
18302023-10-18T18:20:25.515Z Compiling futures-task v0.3.28
18312023-10-18T18:20:25.844Z Compiling quote v1.0.33
18322023-10-18T18:20:25.915Z Compiling futures-channel v0.3.28
18332023-10-18T18:20:25.948Z Compiling serde_json v1.0.107
18342023-10-18T18:20:26.016Z Compiling thiserror v1.0.49
18352023-10-18T18:20:26.370Z Compiling scopeguard v1.2.0
18362023-10-18T18:20:26.501Z Compiling syn v2.0.32
18372023-10-18T18:20:26.563Z Compiling itoa v1.0.9
18382023-10-18T18:20:26.677Z Compiling memchr v2.6.3
18392023-10-18T18:20:26.838Z Compiling jobserver v0.1.26
18402023-10-18T18:20:27.030Z Compiling getrandom v0.2.10
18412023-10-18T18:20:27.384Z Compiling cc v1.0.83
18422023-10-18T18:20:27.713Z Compiling futures-util v0.3.28
18432023-10-18T18:20:28.923Z Compiling ahash v0.8.3
18442023-10-18T18:20:28.983Z Compiling smallvec v1.11.0
18452023-10-18T18:20:29.374Z Compiling vcpkg v0.2.15
18462023-10-18T18:20:29.574Z Compiling log v0.4.20
18472023-10-18T18:20:29.762Z Compiling byteorder v1.4.3
18482023-10-18T18:20:30.541Z Compiling rand_core v0.6.4
18492023-10-18T18:20:31.288Z Compiling pin-project-lite v0.2.13
18502023-10-18T18:20:31.771Z Compiling parking_lot v0.12.1
18512023-10-18T18:20:31.804Z Compiling indexmap v1.9.3
18522023-10-18T18:20:32.269Z Compiling ring v0.16.20
18532023-10-18T18:20:32.378Z Compiling openssl-sys v0.9.93
18542023-10-18T18:20:33.971Z Compiling io-lifetimes v1.0.11
18552023-10-18T18:20:34.819Z Compiling num-integer v0.1.45
18562023-10-18T18:20:35.070Z Compiling spin v0.5.2
18572023-10-18T18:20:35.203Z Compiling ryu v1.0.15
18582023-10-18T18:20:35.437Z Compiling const-oid v0.9.5
18592023-10-18T18:20:35.663Z Compiling semver v1.0.18
18602023-10-18T18:20:36.983Z Compiling rustix v0.37.23
18612023-10-18T18:20:37.851Z Compiling mio v0.8.8
18622023-10-18T18:20:37.864Z Compiling num_cpus v1.16.0
18632023-10-18T18:20:38.205Z Compiling signal-hook-registry v1.4.1
18642023-10-18T18:20:38.352Z Compiling socket2 v0.5.4
18652023-10-18T18:20:39.122Z Compiling futures-sink v0.3.28
18662023-10-18T18:20:39.274Z Compiling httparse v1.8.0
18672023-10-18T18:20:39.278Z Compiling unicode-xid v0.2.4
18682023-10-18T18:20:39.332Z Compiling heck v0.4.1
18692023-10-18T18:20:39.625Z Compiling ucd-trie v0.1.6
18702023-10-18T18:20:39.776Z Compiling openssl v0.10.57
18712023-10-18T18:20:39.794Z Compiling synstructure v0.12.6
18722023-10-18T18:20:40.216Z Compiling tinyvec_macros v0.1.1
18732023-10-18T18:20:40.318Z Compiling tinyvec v1.6.0
18742023-10-18T18:20:41.487Z Compiling futures-io v0.3.28
18752023-10-18T18:20:41.894Z Compiling rustls v0.21.7
18762023-10-18T18:20:42.326Z Compiling radium v0.7.0
18772023-10-18T18:20:42.481Z Compiling pin-utils v0.1.0
18782023-10-18T18:20:42.644Z Compiling ppv-lite86 v0.2.17
18792023-10-18T18:20:42.977Z Compiling native-tls v0.2.11
18802023-10-18T18:20:43.076Z Compiling crc32fast v1.3.2
18812023-10-18T18:20:43.397Z Compiling unicode-normalization v0.1.22
18822023-10-18T18:20:43.669Z Compiling bzip2-sys v0.1.11+1.0.8
18832023-10-18T18:20:43.955Z Compiling rand_chacha v0.3.1
18842023-10-18T18:20:44.011Z Compiling tracing-core v0.1.31
18852023-10-18T18:20:44.270Z Compiling subtle v2.5.0
18862023-10-18T18:20:44.288Z Compiling unicode-bidi v0.3.13
18872023-10-18T18:20:44.763Z Compiling rand v0.8.5
18882023-10-18T18:20:46.647Z Compiling errno v0.3.2
18892023-10-18T18:20:46.776Z Compiling num-iter v0.1.43
18902023-10-18T18:20:46.917Z Compiling usdt-impl v0.3.5
18912023-10-18T18:20:47.428Z Compiling schemars v0.8.13
18922023-10-18T18:20:47.779Z Compiling base64 v0.21.4
18932023-10-18T18:20:47.936Z Compiling rustix v0.38.9
18942023-10-18T18:20:49.359Z Compiling serde_derive v1.0.188
18952023-10-18T18:20:49.423Z Compiling zeroize_derive v1.4.2
18962023-10-18T18:20:49.453Z Compiling tokio-macros v2.1.0
18972023-10-18T18:20:49.537Z Compiling thiserror-impl v1.0.49
18982023-10-18T18:20:49.710Z Compiling futures-macro v0.3.28
18992023-10-18T18:20:50.339Z Compiling tracing-attributes v0.1.26
19002023-10-18T18:20:50.387Z Compiling zerocopy-derive v0.2.0
19012023-10-18T18:20:50.782Z Compiling openssl-macros v0.1.1
19022023-10-18T18:20:51.691Z Compiling zeroize v1.6.0
19032023-10-18T18:20:51.859Z Compiling zerocopy-derive v0.6.4
19042023-10-18T18:20:54.346Z Compiling pest v2.7.2
19052023-10-18T18:20:54.684Z Compiling crypto-common v0.1.6
19062023-10-18T18:20:54.964Z Compiling block-buffer v0.10.4
19072023-10-18T18:20:55.366Z Compiling digest v0.10.7
19082023-10-18T18:20:55.827Z Compiling serde_derive_internals v0.26.0
19092023-10-18T18:20:55.839Z Compiling tracing v0.1.37
19102023-10-18T18:20:59.228Z Compiling pest_meta v2.7.2
19112023-10-18T18:20:59.939Z Compiling bitflags v1.3.2
19122023-10-18T18:21:01.153Z Compiling untrusted v0.7.1
19132023-10-18T18:21:01.233Z Compiling fnv v1.0.7
19142023-10-18T18:21:01.416Z Compiling pest_generator v2.7.2
19152023-10-18T18:21:03.185Z Compiling schemars_derive v0.8.13
19162023-10-18T18:21:04.831Z Compiling zerocopy v0.3.0
19172023-10-18T18:21:05.925Z Compiling lazy_static v1.4.0
19182023-10-18T18:21:06.182Z Compiling backtrace v0.3.69
19192023-10-18T18:21:06.274Z Compiling pest_derive v2.7.2
19202023-10-18T18:21:06.516Z Compiling memoffset v0.9.0
19212023-10-18T18:21:06.757Z Compiling num-bigint v0.4.4
19222023-10-18T18:21:06.928Z Compiling openssl-probe v0.1.5
19232023-10-18T18:21:07.006Z Compiling percent-encoding v2.3.0
19242023-10-18T18:21:07.224Z Compiling hashbrown v0.12.3
19252023-10-18T18:21:07.327Z Compiling foreign-types-shared v0.1.1
19262023-10-18T18:21:07.368Z Compiling crossbeam-utils v0.8.16
19272023-10-18T18:21:07.387Z Compiling iana-time-zone v0.1.57
19282023-10-18T18:21:07.472Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19292023-10-18T18:21:07.995Z Compiling smoltcp v0.9.1
19302023-10-18T18:21:08.036Z Compiling allocator-api2 v0.2.16
19312023-10-18T18:21:08.168Z Compiling async-trait v0.1.73
19322023-10-18T18:21:08.539Z Compiling base64ct v1.6.0
19332023-10-18T18:21:08.925Z Compiling foreign-types v0.3.2
19342023-10-18T18:21:08.989Z Compiling dtrace-parser v0.1.14
19352023-10-18T18:21:09.313Z Compiling hashbrown v0.14.0
19362023-10-18T18:21:09.369Z Compiling pem-rfc7468 v0.7.0
19372023-10-18T18:21:10.737Z Compiling dof v0.1.5
19382023-10-18T18:21:10.903Z Compiling der_derive v0.7.2
19392023-10-18T18:21:11.276Z Compiling clap_derive v4.4.2
19402023-10-18T18:21:12.262Z Compiling thread-id v4.2.0
19412023-10-18T18:21:12.352Z Compiling equivalent v1.0.1
19422023-10-18T18:21:12.399Z Compiling try-lock v0.2.4
19432023-10-18T18:21:12.414Z Compiling rustversion v1.0.14
19442023-10-18T18:21:12.491Z Compiling flagset v0.4.3
19452023-10-18T18:21:12.836Z Compiling bytes v1.5.0
19462023-10-18T18:21:13.312Z Compiling bitflags v2.4.0
19472023-10-18T18:21:14.267Z Compiling tokio v1.32.0
19482023-10-18T18:21:14.508Z Compiling rustc_version v0.4.0
19492023-10-18T18:21:14.791Z Compiling http v0.2.9
19502023-10-18T18:21:15.094Z Compiling uuid v1.4.1
19512023-10-18T18:21:16.150Z Compiling heapless v0.7.16
19522023-10-18T18:21:16.707Z Compiling chrono v0.4.31
19532023-10-18T18:21:16.999Z Compiling adler v1.0.2
19542023-10-18T18:21:17.118Z Compiling anstyle v1.0.2
19552023-10-18T18:21:17.298Z Compiling cpufeatures v0.2.9
19562023-10-18T18:21:17.456Z Compiling utf8parse v0.2.1
19572023-10-18T18:21:17.767Z Compiling time-core v0.1.1
19582023-10-18T18:21:18.019Z Compiling siphasher v0.3.11
19592023-10-18T18:21:18.645Z Compiling time-macros v0.2.13
19602023-10-18T18:21:19.138Z Compiling anstyle-parse v0.2.1
19612023-10-18T18:21:19.773Z Compiling sha2 v0.10.7
19622023-10-18T18:21:21.844Z Compiling http-body v0.4.5
19632023-10-18T18:21:22.492Z Compiling miniz_oxide v0.7.1
19642023-10-18T18:21:24.723Z Compiling der v0.7.8
19652023-10-18T18:21:26.159Z Compiling serde_tokenstream v0.1.7
19662023-10-18T18:21:26.943Z Compiling indexmap v2.0.0
19672023-10-18T18:21:27.372Z Compiling tokio-util v0.7.8
19682023-10-18T18:21:29.674Z Compiling h2 v0.3.21
19692023-10-18T18:21:32.225Z Compiling want v0.3.1
19702023-10-18T18:21:33.998Z Compiling form_urlencoded v1.2.0
19712023-10-18T18:21:34.455Z Compiling sct v0.7.0
19722023-10-18T18:21:34.893Z Compiling rustls-webpki v0.101.4
19732023-10-18T18:21:35.947Z Compiling hubpack_derive v0.1.1
19742023-10-18T18:21:37.233Z Compiling aho-corasick v1.0.4
19752023-10-18T18:21:37.269Z Compiling socket2 v0.4.9
19762023-10-18T18:21:37.298Z Compiling crossbeam-epoch v0.9.15
19772023-10-18T18:21:38.076Z Compiling colorchoice v1.0.0
19782023-10-18T18:21:38.323Z Compiling slog v2.7.0
19792023-10-18T18:21:38.594Z Compiling httpdate v1.0.3
19802023-10-18T18:21:38.883Z Compiling anstyle-query v1.0.0
19812023-10-18T18:21:38.975Z Compiling regex-syntax v0.7.5
19822023-10-18T18:21:39.084Z Compiling tap v1.0.1
19832023-10-18T18:21:39.993Z Compiling tower-service v0.3.2
19842023-10-18T18:21:40.153Z Compiling anyhow v1.0.75
19852023-10-18T18:21:40.686Z Compiling wyz v0.5.1
19862023-10-18T18:21:41.399Z Compiling hyper v0.14.27
19872023-10-18T18:21:42.103Z Compiling anstream v0.5.0
19882023-10-18T18:21:46.303Z Compiling regex-automata v0.3.8
19892023-10-18T18:21:50.012Z Compiling terminal_size v0.2.6
19902023-10-18T18:21:50.124Z Compiling spki v0.7.2
19912023-10-18T18:21:51.018Z Compiling rustls-pemfile v1.0.3
19922023-10-18T18:21:51.527Z Compiling hmac v0.12.1
19932023-10-18T18:21:51.841Z Compiling md-5 v0.10.5
19942023-10-18T18:21:52.200Z Compiling zerocopy v0.6.4
19952023-10-18T18:21:52.869Z Compiling idna v0.4.0
19962023-10-18T18:21:53.108Z Compiling stringprep v0.1.3
19972023-10-18T18:21:54.769Z Compiling diesel_table_macro_syntax v0.1.0
19982023-10-18T18:21:55.267Z Compiling hash32 v0.2.1
19992023-10-18T18:21:55.356Z Compiling spin v0.9.8
20002023-10-18T18:21:55.844Z Compiling strsim v0.10.0
20012023-10-18T18:21:55.856Z Compiling gimli v0.28.0
20022023-10-18T18:21:55.958Z Compiling clap_lex v0.5.1
20032023-10-18T18:21:57.144Z Compiling dyn-clone v1.0.13
20042023-10-18T18:21:57.422Z Compiling either v1.9.0
20052023-10-18T18:21:57.824Z Compiling stable_deref_trait v1.2.0
20062023-10-18T18:21:57.960Z Compiling maybe-uninit v2.0.0
20072023-10-18T18:21:58.010Z Compiling funty v2.0.0
20082023-10-18T18:21:58.590Z Compiling fallible-iterator v0.2.0
20092023-10-18T18:21:59.745Z Compiling postgres-protocol v0.6.6
20102023-10-18T18:22:00.437Z Compiling bitvec v1.0.1
20112023-10-18T18:22:02.284Z Compiling clap_builder v4.4.2
20122023-10-18T18:22:02.393Z Compiling tokio-rustls v0.24.1
20132023-10-18T18:22:02.883Z Compiling diesel_derives v2.1.1
20142023-10-18T18:22:03.396Z Compiling addr2line v0.21.0
20152023-10-18T18:22:04.351Z Compiling url v2.4.1
20162023-10-18T18:22:04.801Z Compiling strum_macros v0.25.2
20172023-10-18T18:22:07.112Z Compiling rustls-native-certs v0.6.3
20182023-10-18T18:22:07.294Z Compiling tokio-native-tls v0.3.1
20192023-10-18T18:22:09.211Z Compiling usdt-macro v0.3.5
20202023-10-18T18:22:10.781Z Compiling usdt-attr-macro v0.3.5
20212023-10-18T18:22:12.533Z Compiling phf_shared v0.11.2
20222023-10-18T18:22:12.842Z Compiling toml_datetime v0.6.3
20232023-10-18T18:22:12.953Z Compiling serde_spanned v0.6.3
20242023-10-18T18:22:13.504Z Compiling block-padding v0.3.3
20252023-10-18T18:22:13.517Z Compiling enum-as-inner v0.5.1
20262023-10-18T18:22:13.762Z Compiling serde_repr v0.1.16
20272023-10-18T18:22:13.885Z Compiling scheduled-thread-pool v0.2.7
20282023-10-18T18:22:14.680Z Compiling object v0.32.1
20292023-10-18T18:22:18.305Z Compiling num-bigint-dig v0.8.4
20302023-10-18T18:22:19.102Z Compiling winnow v0.5.15
20312023-10-18T18:22:22.330Z Compiling packed_struct v0.10.1
20322023-10-18T18:22:22.924Z Compiling matches v0.1.10
20332023-10-18T18:22:24.779Z Compiling unicode-width v0.1.10
20342023-10-18T18:22:25.019Z Compiling regex-automata v0.1.10
20352023-10-18T18:22:25.539Z Compiling bit-vec v0.6.3
20362023-10-18T18:22:25.854Z Compiling managed v0.8.0
20372023-10-18T18:22:26.312Z Compiling rustc-demangle v0.1.23
20382023-10-18T18:22:26.810Z Compiling ipnet v2.8.0
20392023-10-18T18:22:27.238Z Compiling deranged v0.3.8
20402023-10-18T18:22:27.857Z Compiling num_threads v0.1.6
20412023-10-18T18:22:30.587Z Compiling time v0.3.27
20422023-10-18T18:22:33.074Z Compiling bstr v0.2.17
20432023-10-18T18:22:34.055Z Compiling toml_edit v0.19.15
20442023-10-18T18:22:37.065Z Compiling idna v0.2.3
20452023-10-18T18:22:46.216Z Compiling r2d2 v0.8.10
20462023-10-18T18:22:47.515Z Compiling inout v0.1.3
20472023-10-18T18:22:49.224Z Compiling phf v0.11.2
20482023-10-18T18:22:49.411Z Compiling clap v4.4.3
20492023-10-18T18:22:49.552Z Compiling hyper-tls v0.5.0
20502023-10-18T18:22:49.658Z Compiling hyper-rustls v0.24.1
20512023-10-18T18:22:50.074Z Compiling ipnetwork v0.20.0
20522023-10-18T18:22:50.151Z Compiling flate2 v1.0.27
20532023-10-18T18:22:50.849Z Compiling postgres-types v0.2.6
20542023-10-18T18:22:51.316Z Compiling itertools v0.11.0
20552023-10-18T18:22:51.683Z Compiling regex v1.9.5
20562023-10-18T18:22:53.202Z Compiling pkcs8 v0.10.2
20572023-10-18T18:22:53.914Z Compiling hubpack v0.1.2
20582023-10-18T18:22:53.950Z Compiling serde_urlencoded v0.7.1
20592023-10-18T18:22:54.604Z Compiling phf_shared v0.10.0
20602023-10-18T18:22:55.300Z Compiling futures-executor v0.3.28
20612023-10-18T18:22:56.307Z Compiling signature v2.1.0
20622023-10-18T18:22:56.942Z Compiling packed_struct_codegen v0.10.1
20632023-10-18T18:22:58.415Z Compiling float-cmp v0.9.0
20642023-10-18T18:22:59.494Z Compiling encoding_rs v0.8.33
20652023-10-18T18:22:59.938Z Compiling predicates-core v1.0.6
20662023-10-18T18:23:01.374Z Compiling whoami v1.4.1
20672023-10-18T18:23:01.975Z Compiling webpki-roots v0.25.2
20682023-10-18T18:23:02.221Z Compiling data-encoding v2.4.0
20692023-10-18T18:23:02.381Z Compiling nodrop v0.1.14
20702023-10-18T18:23:02.614Z Compiling precomputed-hash v0.1.1
20712023-10-18T18:23:02.769Z Compiling crc-catalog v2.2.0
20722023-10-18T18:23:02.984Z Compiling mime v0.3.17
20732023-10-18T18:23:03.794Z Compiling unicode-linebreak v0.1.5
20742023-10-18T18:23:03.860Z Compiling fixedbitset v0.4.2
20752023-10-18T18:23:05.263Z Compiling unicode-segmentation v1.10.1
20762023-10-18T18:23:05.895Z Compiling normalize-line-endings v0.3.0
20772023-10-18T18:23:05.898Z Compiling static_assertions v1.1.0
20782023-10-18T18:23:06.037Z Compiling difflib v0.4.0
20792023-10-18T18:23:06.069Z Compiling smawk v0.3.1
20802023-10-18T18:23:06.370Z Compiling new_debug_unreachable v1.0.4
20812023-10-18T18:23:06.494Z Compiling string_cache v0.8.7
20822023-10-18T18:23:06.678Z Compiling predicates v3.0.4
20832023-10-18T18:23:07.155Z Compiling similar v2.2.1
20842023-10-18T18:23:08.196Z Compiling textwrap v0.16.0
20852023-10-18T18:23:09.184Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20862023-10-18T18:23:11.248Z Compiling petgraph v0.6.4
20872023-10-18T18:23:14.477Z Compiling reqwest v0.11.20
20882023-10-18T18:23:15.733Z Compiling trust-dns-proto v0.22.0
20892023-10-18T18:23:16.010Z Compiling crc v3.0.1
20902023-10-18T18:23:17.177Z Compiling array-init v0.0.4
20912023-10-18T18:23:19.361Z Compiling tokio-postgres v0.7.10
20922023-10-18T18:23:35.530Z Compiling futures v0.3.28
20932023-10-18T18:23:37.019Z Compiling pkcs1 v0.7.5
20942023-10-18T18:23:37.290Z Compiling yasna v0.5.2
20952023-10-18T18:23:37.668Z Compiling smallvec v0.6.14
20962023-10-18T18:23:37.722Z Compiling diesel v2.1.1
20972023-10-18T18:23:38.392Z Compiling cipher v0.4.4
20982023-10-18T18:23:43.634Z Compiling toml v0.7.8
20992023-10-18T18:23:45.505Z Compiling bit-set v0.5.3
21002023-10-18T18:23:45.624Z Compiling console v0.15.7
21012023-10-18T18:23:45.910Z Compiling usdt v0.3.5
21022023-10-18T18:23:46.195Z Compiling is-terminal v0.4.9
21032023-10-18T18:23:47.133Z Compiling itertools v0.10.5
21042023-10-18T18:23:47.817Z Compiling bstr v1.6.0
21052023-10-18T18:23:48.639Z Compiling openapiv3 v1.0.3
21062023-10-18T18:23:49.064Z Compiling tokio-stream v0.1.14
21072023-10-18T18:23:50.576Z Compiling hex v0.4.3
21082023-10-18T18:23:52.002Z Compiling hashbrown v0.13.2
21092023-10-18T18:23:55.095Z Compiling bitfield v0.14.0
21102023-10-18T18:23:56.647Z Compiling lalrpop-util v0.19.12
21112023-10-18T18:23:57.166Z Compiling termcolor v1.2.0
21122023-10-18T18:23:59.088Z Compiling env_logger v0.10.0
21132023-10-18T18:24:03.837Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21142023-10-18T18:24:13.697Z Compiling rsa v0.9.2
21152023-10-18T18:24:22.605Z Compiling serde-hex v0.1.0
21162023-10-18T18:24:26.034Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21172023-10-18T18:24:33.498Z Compiling x509-cert v0.2.4
21182023-10-18T18:24:34.688Z Compiling ron v0.8.1
21192023-10-18T18:24:36.087Z Compiling crc-any v2.4.3
21202023-10-18T18:24:57.863Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21212023-10-18T18:25:04.256Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21222023-10-18T18:25:21.501Z Compiling object v0.30.4
21232023-10-18T18:25:31.295Z Compiling path-slash v0.1.5
21242023-10-18T18:25:34.996Z Compiling bzip2 v0.4.4
21252023-10-18T18:25:35.598Z Compiling zip v0.6.6
21262023-10-18T18:25:37.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21272023-10-18T18:25:51.033Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21282023-10-18T18:26:17.847Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21292023-10-18T18:26:18.894Z Finished release [optimized] target(s) in 5m 56s
21302023-10-18T18:26:18.977Z
21312023-10-18T18:26:18.980Zreal 5:56.402277634
21322023-10-18T18:26:18.983Zuser 41:15.343244466
21332023-10-18T18:26:18.986Zsys 3:35.573457234
21342023-10-18T18:26:18.989Ztrap 1.591834823
21352023-10-18T18:26:18.992Ztflt 1.062693701
21362023-10-18T18:26:18.995Zdflt 0.661996413
21372023-10-18T18:26:18.998Zkflt 0.000311535
21382023-10-18T18:26:19.001Zlock 1:35:25.710031512
21392023-10-18T18:26:19.004Zslp 2:22:58.685175686
21402023-10-18T18:26:19.007Zlat 1:42.322656282
21412023-10-18T18:26:19.010Zstop 1:22.557962738
21422023-10-18T18:26:19.012Z+ ptime -m gzip
21432023-10-18T18:26:19.640Z
21442023-10-18T18:26:19.648Zreal 0.655096921
21452023-10-18T18:26:19.656Zuser 0.647997814
21462023-10-18T18:26:19.664Zsys 0.006486932
21472023-10-18T18:26:19.670Ztrap 0.000065769
21482023-10-18T18:26:19.675Ztflt 0.000000000
21492023-10-18T18:26:19.680Zdflt 0.000000000
21502023-10-18T18:26:19.684Zkflt 0.000000000
21512023-10-18T18:26:19.692Zlock 0.000000000
21522023-10-18T18:26:19.698Zslp 0.000000000
21532023-10-18T18:26:19.706Zlat 0.000155732
21542023-10-18T18:26:19.718Zstop 0.000271893
21552023-10-18T18:26:19.722Z+ banner tufaceous
21562023-10-18T18:26:19.725Z
21572023-10-18T18:26:19.728Z ##### # # ###### ## #### ###### #### # # ####
21582023-10-18T18:26:19.731Z # # # # # # # # # # # # # #
21592023-10-18T18:26:19.734Z # # # ##### # # # ##### # # # # ####
21602023-10-18T18:26:19.737Z # # # # ###### # # # # # # #
21612023-10-18T18:26:19.740Z # # # # # # # # # # # # # # #
21622023-10-18T18:26:19.749Z # #### # # # #### ###### #### #### ####
21632023-10-18T18:26:19.758Z
21642023-10-18T18:26:19.763Z+ ptime -m cargo build --locked -p tufaceous --release
21652023-10-18T18:26:20.372Z Downloading crates ...
21662023-10-18T18:26:20.676Z Downloaded bytesize v1.3.0
21672023-10-18T18:26:20.679Z Downloaded doc-comment v0.3.3
21682023-10-18T18:26:20.687Z Downloaded path-absolutize v3.1.0
21692023-10-18T18:26:20.691Z Downloaded snafu v0.7.5
21702023-10-18T18:26:20.699Z Downloaded globset v0.4.13
21712023-10-18T18:26:20.703Z Downloaded serde_plain v1.0.2
21722023-10-18T18:26:20.706Z Downloaded snafu-derive v0.7.5
21732023-10-18T18:26:20.709Z Downloaded buf-list v1.0.3
21742023-10-18T18:26:20.713Z Downloaded olpc-cjson v0.1.3
21752023-10-18T18:26:20.717Z Downloaded fs-err v2.9.0
21762023-10-18T18:26:20.720Z Downloaded path-dedot v3.1.0
21772023-10-18T18:26:20.723Z Downloaded tough v0.12.5
21782023-10-18T18:26:20.880Z Compiling serde_tokenstream v0.2.0
21792023-10-18T18:26:20.902Z Compiling regress v0.7.1
21802023-10-18T18:26:20.916Z Compiling dirs-sys-next v0.1.2
21812023-10-18T18:26:20.919Z Compiling ident_case v1.0.1
21822023-10-18T18:26:20.942Z Compiling thread_local v1.1.7
21832023-10-18T18:26:20.945Z Compiling heck v0.4.1
21842023-10-18T18:26:20.954Z Compiling slog-async v2.8.0
21852023-10-18T18:26:21.159Z Compiling dirs-next v2.0.0
21862023-10-18T18:26:21.521Z Compiling darling_core v0.20.3
21872023-10-18T18:26:21.577Z Compiling camino v1.1.6
21882023-10-18T18:26:21.770Z Compiling term v0.7.0
21892023-10-18T18:26:22.211Z Compiling crossbeam-channel v0.5.8
21902023-10-18T18:26:22.444Z Compiling getopts v0.2.21
21912023-10-18T18:26:22.743Z Compiling structmeta-derive v0.1.6
21922023-10-18T18:26:22.957Z Compiling atty v0.2.14
21932023-10-18T18:26:23.152Z Compiling multer v2.1.0
21942023-10-18T18:26:23.549Z Compiling take_mut v0.2.2
21952023-10-18T18:26:23.786Z Compiling unsafe-libyaml v0.2.9
21962023-10-18T18:26:23.931Z Compiling paste v1.0.14
21972023-10-18T18:26:24.561Z Compiling doc-comment v0.3.3
21982023-10-18T18:26:25.143Z Compiling match_cfg v0.1.0
21992023-10-18T18:26:25.270Z Compiling hostname v0.3.1
22002023-10-18T18:26:25.717Z Compiling slog-term v2.9.0
22012023-10-18T18:26:26.844Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22022023-10-18T18:26:29.173Z Compiling structmeta v0.1.6
22032023-10-18T18:26:29.798Z Compiling serde_yaml v0.9.25
22042023-10-18T18:26:30.709Z Compiling darling_macro v0.20.3
22052023-10-18T18:26:30.760Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22062023-10-18T18:26:31.413Z Compiling slog-json v2.6.1
22072023-10-18T18:26:32.114Z Compiling darling v0.20.3
22082023-10-18T18:26:32.258Z Compiling async-stream-impl v0.3.5
22092023-10-18T18:26:32.272Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22102023-10-18T18:26:32.748Z Compiling atomic-waker v1.1.1
22112023-10-18T18:26:33.027Z Compiling regex-syntax v0.6.29
22122023-10-18T18:26:33.295Z Compiling fastrand v2.0.0
22132023-10-18T18:26:34.232Z Compiling async-stream v0.3.5
22142023-10-18T18:26:34.514Z Compiling tempfile v3.8.0
22152023-10-18T18:26:34.551Z Compiling waitgroup v0.1.2
22162023-10-18T18:26:34.897Z Compiling serde_with_macros v2.3.3
22172023-10-18T18:26:34.916Z Compiling slog-bunyan v2.4.0
22182023-10-18T18:26:37.933Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22192023-10-18T18:26:37.994Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22202023-10-18T18:26:38.874Z Compiling sha1 v0.10.5
22212023-10-18T18:26:39.582Z Compiling snafu-derive v0.7.5
22222023-10-18T18:26:40.742Z Compiling serde_path_to_error v0.1.14
22232023-10-18T18:26:40.746Z Compiling path-dedot v3.1.0
22242023-10-18T18:26:40.749Z Compiling instant v0.1.12
22252023-10-18T18:26:40.753Z Compiling buf-list v1.0.3
22262023-10-18T18:26:40.757Z Compiling debug-ignore v1.0.5
22272023-10-18T18:26:40.939Z Compiling same-file v1.0.6
22282023-10-18T18:26:41.258Z Compiling arc-swap v1.6.0
22292023-10-18T18:26:41.367Z Compiling base64 v0.13.1
22302023-10-18T18:26:41.464Z Compiling walkdir v2.4.0
22312023-10-18T18:26:42.037Z Compiling slog-scope v4.4.0
22322023-10-18T18:26:42.509Z Compiling pem v1.1.1
22332023-10-18T18:26:42.870Z Compiling parse-display-derive v0.7.0
22342023-10-18T18:26:43.673Z Compiling path-absolutize v3.1.0
22352023-10-18T18:26:43.971Z Compiling backoff v0.4.0
22362023-10-18T18:26:44.481Z Compiling serde_with v2.3.3
22372023-10-18T18:26:44.990Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22382023-10-18T18:26:44.998Z Compiling globset v0.4.13
22392023-10-18T18:26:45.420Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22402023-10-18T18:26:45.538Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22412023-10-18T18:26:45.775Z Compiling strum v0.25.0
22422023-10-18T18:26:46.046Z Compiling olpc-cjson v0.1.3
22432023-10-18T18:26:46.933Z Compiling macaddr v1.0.1
22442023-10-18T18:26:48.039Z Compiling snafu v0.7.5
22452023-10-18T18:26:48.156Z Compiling serde_plain v1.0.2
22462023-10-18T18:26:48.993Z Compiling filetime v0.2.22
22472023-10-18T18:26:49.175Z Compiling parse-display v0.7.0
22482023-10-18T18:26:49.488Z Compiling xattr v1.0.1
22492023-10-18T18:26:49.513Z Compiling tough v0.12.5
22502023-10-18T18:26:49.922Z Compiling tar v0.4.40
22512023-10-18T18:26:50.039Z Compiling slog-stdlog v4.1.1
22522023-10-18T18:26:52.292Z Compiling camino-tempfile v1.0.2
22532023-10-18T18:26:52.735Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22542023-10-18T18:26:52.929Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22552023-10-18T18:26:53.676Z Compiling bytesize v1.3.0
22562023-10-18T18:26:55.051Z Compiling fs-err v2.9.0
22572023-10-18T18:26:55.960Z Compiling slog-envlogger v2.2.0
22582023-10-18T18:26:59.743Z Compiling humantime v2.1.0
22592023-10-18T18:27:02.314Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22602023-10-18T18:27:37.475Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22612023-10-18T18:27:37.655Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22622023-10-18T18:27:41.082Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22632023-10-18T18:27:43.147Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22642023-10-18T18:28:06.450Z Finished release [optimized] target(s) in 1m 46s
22652023-10-18T18:28:06.540Z
22662023-10-18T18:28:06.543Zreal 1:46.872266046
22672023-10-18T18:28:06.554Zuser 11:28.110641093
22682023-10-18T18:28:06.558Zsys 43.830380185
22692023-10-18T18:28:06.560Ztrap 0.419345407
22702023-10-18T18:28:06.563Ztflt 0.334040223
22712023-10-18T18:28:06.566Zdflt 0.519902576
22722023-10-18T18:28:06.569Zkflt 0.000135200
22732023-10-18T18:28:06.572Zlock 22:40.112659108
22742023-10-18T18:28:06.574Zslp 24:22.955930057
22752023-10-18T18:28:06.577Zlat 21.447110465
22762023-10-18T18:28:06.580Zstop 10.707036426
22772023-10-18T18:28:06.582Z+ ptime -m gzip
22782023-10-18T18:28:08.662Z
22792023-10-18T18:28:08.665Zreal 2.116014588
22802023-10-18T18:28:08.668Zuser 2.093656575
22812023-10-18T18:28:08.670Zsys 0.020315238
22822023-10-18T18:28:08.673Ztrap 0.000742613
22832023-10-18T18:28:08.676Ztflt 0.000000000
22842023-10-18T18:28:08.679Zdflt 0.000000000
22852023-10-18T18:28:08.682Zkflt 0.000000000
22862023-10-18T18:28:08.684Zlock 0.000000000
22872023-10-18T18:28:08.687Zslp 0.000000000
22882023-10-18T18:28:08.690Zlat 0.000953160
22892023-10-18T18:28:08.693Zstop 0.000227592
22902023-10-18T18:28:08.696Zprocess exited: duration 1274143 ms, exit code 0
 
22912023-10-18T18:28:08.702Zfound 5 output files
22922023-10-18T18:28:08.718Zuploading: /work/end-to-end-tests/bootstrap-0d925b23e976736e.gz (6377717 bytes)
22932023-10-18T18:28:11.157Zuploaded: /work/end-to-end-tests/bootstrap-0d925b23e976736e.gz
22942023-10-18T18:28:11.168Zuploading: /work/end-to-end-tests/bootstrap.gz (96770034 bytes)
22952023-10-18T18:28:42.255Zuploaded: /work/end-to-end-tests/bootstrap.gz
22962023-10-18T18:28:42.266Zuploading: /work/end-to-end-tests/end_to_end_tests-9d1a76d5368d1fd3.gz (110395737 bytes)
22972023-10-18T18:29:17.227Zuploaded: /work/end-to-end-tests/end_to_end_tests-9d1a76d5368d1fd3.gz
22982023-10-18T18:29:17.231Zuploading: /work/caboose-util.gz (4110618 bytes)
22992023-10-18T18:29:19.543Zuploaded: /work/caboose-util.gz
23002023-10-18T18:29:19.548Zuploading: /work/tufaceous.gz (13429199 bytes)
23012023-10-18T18:29:24.187Zuploaded: /work/tufaceous.gz