01HC8W6ZZXWR4YJH8EMSEM55WK: 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: 01HC8W7HNWMGR71DRQ2JDS668Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-09T00:10:19.716Zjob assigned to worker 01HC8W7SZDE4594JGXBYAS8WAC (queued for 1 m 34 s)
 
22023-10-09T00:10:20.196Zstarting task 0: "setup"
32023-10-09T00:10:20.253Z++ uname -s
42023-10-09T00:10:20.256Z+ kern=SunOS
52023-10-09T00:10:20.259Z+ case "$kern" in
62023-10-09T00:10:20.262Z+ groupadd -g 12345 build
72023-10-09T00:10:20.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-09T00:10:22.271Z+ zfs create -o mountpoint=/work rpool/work
92023-10-09T00:10:22.381Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-09T00:10:22.384Z+ home_fs=zfs
112023-10-09T00:10:22.387Z+ [[ zfs == autofs ]]
122023-10-09T00:10:22.390Z+ mkdir -p /home/build
132023-10-09T00:10:22.392Z+ chown build:build /home/build /work
142023-10-09T00:10:23.392Z+ chmod 0700 /home/build /work
152023-10-09T00:10:23.407Zprocess exited: duration 3193 ms, exit code 0
 
162023-10-09T00:10:23.425Zstarting task 1: "rust-toolchain"
172023-10-09T00:10:23.436Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-09T00:10:23.439Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-09T00:10:23.621Zinfo: downloading installer
202023-10-09T00:10:25.357Zwarning: it looks like you have an existing installation of Rust at:
212023-10-09T00:10:25.360Zwarning: /opt/ooce/bin
222023-10-09T00:10:25.365Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-09T00:10:25.368Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-09T00:10:25.371Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-09T00:10:25.374Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-09T00:10:25.377Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-09T00:10:25.380Zerror: cannot install while Rust is installed
282023-10-09T00:10:25.383Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-09T00:10:25.468Zinfo: profile set to 'default'
302023-10-09T00:10:25.471Zinfo: default host triple is x86_64-unknown-illumos
312023-10-09T00:10:25.475Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-09T00:10:25.653Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-09T00:10:25.656Zinfo: downloading component 'cargo'
342023-10-09T00:10:26.460Zinfo: downloading component 'clippy'
352023-10-09T00:10:26.741Zinfo: downloading component 'rust-docs'
362023-10-09T00:10:27.736Zinfo: downloading component 'rust-std'
372023-10-09T00:10:29.518Zinfo: downloading component 'rustc'
382023-10-09T00:10:33.810Zinfo: downloading component 'rustfmt'
392023-10-09T00:10:34.096Zinfo: installing component 'cargo'
402023-10-09T00:10:36.025Zinfo: installing component 'clippy'
412023-10-09T00:10:36.823Zinfo: installing component 'rust-docs'
422023-10-09T00:10:39.684Zinfo: installing component 'rust-std'
432023-10-09T00:10:43.260Zinfo: installing component 'rustc'
442023-10-09T00:10:51.182Zinfo: installing component 'rustfmt'
452023-10-09T00:10:51.824Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-09T00:10:51.827Z
472023-10-09T00:10:51.959Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-09T00:10:51.962Z
492023-10-09T00:10:51.965Z
502023-10-09T00:10:51.968ZRust is installed now. Great!
512023-10-09T00:10:51.971Z
522023-10-09T00:10:51.974ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-09T00:10:51.977Zenvironment variable. This has not been done automatically.
542023-10-09T00:10:51.980Z
552023-10-09T00:10:51.983ZTo configure your current shell, run:
562023-10-09T00:10:51.988Zsource "$HOME/.cargo/env"
572023-10-09T00:10:52.048Z+ rustc --version
582023-10-09T00:10:52.159Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-09T00:10:52.164Zprocess exited: duration 28738 ms, exit code 0
 
602023-10-09T00:10:52.170Zstarting task 2: "authentication"
612023-10-09T00:10:52.205Zprocess exited: duration 31 ms, exit code 0
 
622023-10-09T00:10:52.210Zstarting task 3: "clone repository"
632023-10-09T00:10:52.220Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-09T00:10:52.223Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-09T00:10:52.281ZCloning into '/work/oxidecomputer/omicron'...
662023-10-09T00:10:58.095Z+ cd /work/oxidecomputer/omicron
672023-10-09T00:10:58.105Z+ [[ -n dependabot/cargo/semver-1.0.19 ]]
682023-10-09T00:10:58.121Z+ git fetch origin dependabot/cargo/semver-1.0.19
692023-10-09T00:10:58.454ZFrom https://github.com/oxidecomputer/omicron
702023-10-09T00:10:58.461Z * branch dependabot/cargo/semver-1.0.19 -> FETCH_HEAD
712023-10-09T00:10:58.463Z+ git checkout -B dependabot/cargo/semver-1.0.19 remotes/origin/dependabot/cargo/semver-1.0.19
722023-10-09T00:10:58.545ZSwitched to a new branch 'dependabot/cargo/semver-1.0.19'
732023-10-09T00:10:58.549Zbranch 'dependabot/cargo/semver-1.0.19' set up to track 'origin/dependabot/cargo/semver-1.0.19'.
742023-10-09T00:10:58.553Z+ git reset --hard b474a8fd4c0203bb4d20331115e455d7e78fa30a
752023-10-09T00:10:58.566ZHEAD is now at b474a8fd Bump semver from 1.0.18 to 1.0.19
762023-10-09T00:10:58.590Zprocess exited: duration 6349 ms, exit code 0
 
772023-10-09T00:10:58.625Zstarting task 4: "build"
782023-10-09T00:10:58.657Z+ cargo --version
792023-10-09T00:10:58.739Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-09T00:10:58.741Z+ rustc --version
812023-10-09T00:10:58.842Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-09T00:10:58.846Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-09T00:11:06.310Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-09T00:11:06.904Z Startup: Caching catalogs ... Done
852023-10-09T00:11:09.590ZPlanning: Solver setup ... Done (2.484s)
862023-10-09T00:11:09.781ZPlanning: Running solver ... Done (0.161s)
872023-10-09T00:11:09.784ZPlanning: Finding local manifests ... Done (0.003s)
882023-10-09T00:11:09.794ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-09T00:11:10.022ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-09T00:11:10.113ZPlanning: Package planning ... Done (0.083s)
912023-10-09T00:11:10.201ZPlanning: Merging actions ... Done (0.084s)
922023-10-09T00:11:11.044ZPlanning: Checking for conflicting actions ... Done (0.854s)
932023-10-09T00:11:11.069ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-09T00:11:16.651ZPlanning: Evaluating mediators ... Done (5.590s)
952023-10-09T00:11:16.667ZPlanning: Planning completed in 9.71 seconds
962023-10-09T00:11:18.535Z Packages to install: 4
972023-10-09T00:11:18.542Z Mediators to change: 2
982023-10-09T00:11:18.547Z Services to change: 1
992023-10-09T00:11:18.553Z Estimated space available: 149.40 GB
1002023-10-09T00:11:18.560ZEstimated space to be consumed: 1.35 GB
1012023-10-09T00:11:18.566Z Create boot environment: No
1022023-10-09T00:11:18.573ZCreate backup boot environment: No
1032023-10-09T00:11:18.579Z Rebuild boot archive: No
1042023-10-09T00:11:18.586Z
1052023-10-09T00:11:18.594ZChanged mediators:
1062023-10-09T00:11:18.600Z mediator clang:
1072023-10-09T00:11:18.608Z version: None -> 15 (system default)
1082023-10-09T00:11:18.616Z
1092023-10-09T00:11:18.625Z mediator llvm:
1102023-10-09T00:11:18.632Z version: 14 (system default) -> 15 (system default)
1112023-10-09T00:11:18.640Z
1122023-10-09T00:11:18.649ZChanged packages:
1132023-10-09T00:11:18.656Zhelios-dev
1142023-10-09T00:11:18.664Z developer/build-essential
1152023-10-09T00:11:18.673Z None -> 11-2.0
1162023-10-09T00:11:18.681Z library/libxmlsec1
1172023-10-09T00:11:18.691Z None -> 1.2.35-2.0
1182023-10-09T00:11:18.700Z ooce/developer/clang-15
1192023-10-09T00:11:18.709Z None -> 15.0.7-2.0
1202023-10-09T00:11:18.717Z ooce/developer/llvm-15
1212023-10-09T00:11:18.724Z None -> 15.0.7-2.0
1222023-10-09T00:11:18.731Z
1232023-10-09T00:11:18.739ZServices:
1242023-10-09T00:11:18.747Z restart_fmri:
1252023-10-09T00:11:18.754Z svc:/system/update-man-index:default
1262023-10-09T00:11:18.762Z
1272023-10-09T00:11:18.772ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-09T00:11:25.365ZDownload: 213/3290 items 1.3/212.6MB 0% complete (793k/s)
1292023-10-09T00:11:30.368ZDownload: 868/3290 items 18.8/212.6MB 8% complete (1.8M/s)
1302023-10-09T00:11:38.385ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (10.7M/s)
1312023-10-09T00:11:43.388ZDownload: 2041/3290 items 118.7/212.6MB 55% complete (6.6M/s)
1322023-10-09T00:11:48.397ZDownload: 2285/3290 items 119.5/212.6MB 56% complete (3.6M/s)
1332023-10-09T00:11:54.243ZDownload: 3244/3290 items 203.0/212.6MB 95% complete (8.4M/s)
1342023-10-09T00:12:00.637ZDownload: 3246/3290 items 203.0/212.6MB 95% complete (8.4M/s)
1352023-10-09T00:12:02.098ZDownload: Completed 212.60 MB in 42.94 seconds (5.0M/s)
1362023-10-09T00:12:02.537Z Actions: 1/3687 actions (Installing new actions)
1372023-10-09T00:12:07.048Z Actions: 2292/3687 actions (Installing new actions)
1382023-10-09T00:12:10.313Z Actions: Completed 3687 actions in 8.27 seconds.
1392023-10-09T00:12:10.728Z Done (0.051s)
1402023-10-09T00:12:10.738Z Done (0.000s)
1412023-10-09T00:12:10.754Z Done (0.137s)
1422023-10-09T00:12:17.806Z Done (7.185s)
1432023-10-09T00:12:18.439Z Done (0.095s)
1442023-10-09T00:12:18.452Z Done (0.000s)
1452023-10-09T00:12:18.467Z Done (0.000s)
1462023-10-09T00:12:18.882ZPlanning: Evaluating mediator changes ... Done
1472023-10-09T00:12:19.153ZPlanning: Checking for conflicting actions ... Done
1482023-10-09T00:12:19.159ZPlanning: Consolidating action changes ... Done
1492023-10-09T00:12:19.585ZPlanning: Evaluating mediators ... Done
1502023-10-09T00:12:19.593ZPlanning: Planning completed in 0.71 seconds
1512023-10-09T00:12:19.640Z Mediators to change: 2
1522023-10-09T00:12:19.650Z Create boot environment: No
1532023-10-09T00:12:19.658ZCreate backup boot environment: No
1542023-10-09T00:12:19.752Z Done
1552023-10-09T00:12:19.773Z Done
1562023-10-09T00:12:19.828Z Done
1572023-10-09T00:12:25.596Z Done
1582023-10-09T00:12:25.716Z Done
1592023-10-09T00:12:25.719Z Done
1602023-10-09T00:12:25.818Z Done
1612023-10-09T00:12:26.810ZPlanning: Evaluating mediator changes ... Done
1622023-10-09T00:12:26.815ZPlanning: Merging actions ... Done
1632023-10-09T00:12:27.136ZPlanning: Checking for conflicting actions ... Done
1642023-10-09T00:12:27.139ZPlanning: Consolidating action changes ... Done
1652023-10-09T00:12:27.563ZPlanning: Evaluating mediators ... Done
1662023-10-09T00:12:27.656ZPlanning: Planning completed in 1.28 seconds
1672023-10-09T00:12:27.721Z Packages to change: 1
1682023-10-09T00:12:27.724Z Mediators to change: 1
1692023-10-09T00:12:27.727Z Services to change: 1
1702023-10-09T00:12:27.730Z Create boot environment: No
1712023-10-09T00:12:27.733ZCreate backup boot environment: Yes
1722023-10-09T00:12:29.641Z Actions: 1/6 actions (Updating modified actions)
1732023-10-09T00:12:29.644Z Actions: Completed 6 actions in 0.00 seconds.
1742023-10-09T00:12:29.647Z Done
1752023-10-09T00:12:29.650Z Done
1762023-10-09T00:12:29.672Z Done
1772023-10-09T00:12:35.556Z Done
1782023-10-09T00:12:35.680Z Done
1792023-10-09T00:12:35.682Z Done
1802023-10-09T00:12:35.817Z Done
1812023-10-09T00:12:36.495ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1822023-10-09T00:12:36.500Zclang system 15 system
1832023-10-09T00:12:36.503Zcsh system system illumos
1842023-10-09T00:12:36.506Zctags system system illumos
1852023-10-09T00:12:36.511Zgcc vendor 12 vendor
1862023-10-09T00:12:36.514Zgcc system 10 system
1872023-10-09T00:12:36.518Zgcc system 7 system
1882023-10-09T00:12:36.522Zgo system 1.20 system
1892023-10-09T00:12:36.531Zgo system 1.19 system
1902023-10-09T00:12:36.533Zllvm system 15 system
1912023-10-09T00:12:36.536Zllvm system 14 system
1922023-10-09T00:12:36.539Zmariadb system 10.6 system
1932023-10-09T00:12:36.543Zmta vendor vendor dma
1942023-10-09T00:12:36.546Zopenjdk system 17 system
1952023-10-09T00:12:36.549Zopenjdk system 11 system
1962023-10-09T00:12:36.553Zopenjdk system 1.8 system
1972023-10-09T00:12:36.558Zopenssl vendor 3 vendor
1982023-10-09T00:12:36.563Zperl system 5.36 system
1992023-10-09T00:12:36.566Zpostgresql system 15 system
2002023-10-09T00:12:36.569Zpostgresql system 13 system
2012023-10-09T00:12:36.572Zpython vendor 3 vendor
2022023-10-09T00:12:36.576Zpython system 2 system
2032023-10-09T00:12:36.579Zpython3 system 3.11 system
2042023-10-09T00:12:36.582Zruby system 3.0 system
2052023-10-09T00:12:36.586Zwords vendor vendor american-english
2062023-10-09T00:12:36.590Zwords system system australian-english
2072023-10-09T00:12:36.594Zwords system system british-english
2082023-10-09T00:12:36.597Zwords system system canadian-english
2092023-10-09T00:12:36.601Zwords system system french
2102023-10-09T00:12:36.614Zwords system system italian
2112023-10-09T00:12:36.617Zwords system system ngerman
2122023-10-09T00:12:36.620Zwords system system ogerman
2132023-10-09T00:12:36.623Zwords system system spanish
2142023-10-09T00:12:37.059ZFMRI IFO
2152023-10-09T00:12:37.077Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2162023-10-09T00:12:37.102Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2172023-10-09T00:12:37.129Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2182023-10-09T00:12:37.150Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2192023-10-09T00:12:37.175Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2202023-10-09T00:12:37.216Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2212023-10-09T00:12:37.242Z+ set -o errexit
2222023-10-09T00:12:37.265Z+++ dirname ./tools/ci_download_cockroachdb
2232023-10-09T00:12:37.270Z++ cd ./tools
2242023-10-09T00:12:37.275Z++ pwd
2252023-10-09T00:12:37.279Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2262023-10-09T00:12:37.285Z++ basename ./tools/ci_download_cockroachdb
2272023-10-09T00:12:37.289Z+ ARG0=ci_download_cockroachdb
2282023-10-09T00:12:37.294Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2292023-10-09T00:12:37.298Z+ CIDL_VERSION=v22.1.9
2302023-10-09T00:12:37.302Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2312023-10-09T00:12:37.308Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2322023-10-09T00:12:37.311Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2332023-10-09T00:12:37.316Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2342023-10-09T00:12:37.320Z+ TARGET_DIR=out
2352023-10-09T00:12:37.323Z+ DOWNLOAD_DIR=out/downloads
2362023-10-09T00:12:37.326Z+ DEST_DIR=./out/cockroachdb
2372023-10-09T00:12:37.328Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2382023-10-09T00:12:37.331Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2392023-10-09T00:12:37.334Z+ main
2402023-10-09T00:12:37.337Z+ [[ 0 != 0 ]]
2412023-10-09T00:12:37.340Z+ CIDL_OS=solaris2.11
2422023-10-09T00:12:37.344Z+ [[ 0 != 0 ]]
2432023-10-09T00:12:37.346Z+ configure_os solaris2.11
2442023-10-09T00:12:37.350Z+ echo 'current directory: /work/oxidecomputer/omicron'
2452023-10-09T00:12:37.353Zcurrent directory: /work/oxidecomputer/omicron
2462023-10-09T00:12:37.358Z+ echo 'configuring based on OS: "solaris2.11"'
2472023-10-09T00:12:37.361Zconfiguring based on OS: "solaris2.11"
2482023-10-09T00:12:37.364Z+ case "$1" in
2492023-10-09T00:12:37.368Z+ CIDL_BUILD=illumos
2502023-10-09T00:12:37.371Z+ CIDL_SUFFIX=tar.gz
2512023-10-09T00:12:37.374Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2522023-10-09T00:12:37.377Z+ CIDL_MD5FUNC=do_md5sum
2532023-10-09T00:12:37.379Z+ CIDL_URL_BASE=https://illumos.org/downloads
2542023-10-09T00:12:37.382Z+ CIDL_ASSEMBLE=do_assemble_illumos
2552023-10-09T00:12:37.385Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2562023-10-09T00:12:37.388Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2572023-10-09T00:12:37.391Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-09T00:12:37.394Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2592023-10-09T00:12:37.396Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-09T00:12:37.399Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-09T00:12:37.402ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-09T00:12:37.405Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-10-09T00:12:37.407ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-09T00:12:37.410Z+ mkdir -p out/downloads
2652023-10-09T00:12:37.413Z+ mkdir -p ./out/cockroachdb
2662023-10-09T00:12:37.415Z+ local DO_DOWNLOAD=true
2672023-10-09T00:12:37.418Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2682023-10-09T00:12:37.420Z+ '[' true == true ']'
2692023-10-09T00:12:37.423Z+ echo Downloading...
2702023-10-09T00:12:37.426ZDownloading...
2712023-10-09T00:12:37.428Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-10-09T00:12:37.431Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-10-09T00:12:42.474Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-09T00:12:42.482Z++ md5sum
2752023-10-09T00:12:42.489Z++ awk '{print $1}'
2762023-10-09T00:12:42.653Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2772023-10-09T00:12:42.659Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2782023-10-09T00:12:42.665Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-09T00:12:42.688Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2802023-10-09T00:12:46.288Z+ do_assemble_illumos
2812023-10-09T00:12:46.301Z+ rm -r ./out/cockroachdb
2822023-10-09T00:12:46.314Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2832023-10-09T00:12:46.863Z+ ./out/cockroachdb/bin/cockroach version
2842023-10-09T00:12:47.080ZBuild Tag: v22.1.9-dirty
2852023-10-09T00:12:47.093ZBuild Time: 2022/10/26 21:17:46
2862023-10-09T00:12:47.097ZDistribution: OSS
2872023-10-09T00:12:47.101ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2882023-10-09T00:12:47.104ZGo Version: go1.17.13
2892023-10-09T00:12:47.107ZC Compiler: gcc 10.3.0
2902023-10-09T00:12:47.111ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2912023-10-09T00:12:47.114ZBuild Type: release
2922023-10-09T00:12:47.120Z+ set -o errexit
2932023-10-09T00:12:47.127Z+++ dirname ./tools/ci_download_clickhouse
2942023-10-09T00:12:47.138Z++ cd ./tools
2952023-10-09T00:12:47.142Z++ pwd
2962023-10-09T00:12:47.145Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2972023-10-09T00:12:47.149Z++ basename ./tools/ci_download_clickhouse
2982023-10-09T00:12:47.153Z+ ARG0=ci_download_clickhouse
2992023-10-09T00:12:47.156Z+ TARGET_DIR=out
3002023-10-09T00:12:47.161Z+ DOWNLOAD_DIR=out/downloads
3012023-10-09T00:12:47.166Z+ DEST_DIR=./out/clickhouse
3022023-10-09T00:12:47.174Z+ CIDL_VERSION=v22.8.9.24
3032023-10-09T00:12:47.179Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3042023-10-09T00:12:47.185Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3052023-10-09T00:12:47.192Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3062023-10-09T00:12:47.198Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3072023-10-09T00:12:47.203Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3082023-10-09T00:12:47.208Z+ main
3092023-10-09T00:12:47.212Z+ [[ 0 != 0 ]]
3102023-10-09T00:12:47.217Z+ CIDL_OS=solaris2.11
3112023-10-09T00:12:47.221Z+ [[ 0 != 0 ]]
3122023-10-09T00:12:47.227Z+ configure_os solaris2.11
3132023-10-09T00:12:47.232Z+ echo 'current directory: /work/oxidecomputer/omicron'
3142023-10-09T00:12:47.237Zcurrent directory: /work/oxidecomputer/omicron
3152023-10-09T00:12:47.244Z+ echo 'configuring based on OS: "solaris2.11"'
3162023-10-09T00:12:47.249Zconfiguring based on OS: "solaris2.11"
3172023-10-09T00:12:47.254Z+ CIDL_DASHREV=
3182023-10-09T00:12:47.260Z+ case "$1" in
3192023-10-09T00:12:47.267Z+ CIDL_PLATFORM=illumos
3202023-10-09T00:12:47.274Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3212023-10-09T00:12:47.278Z+ CIDL_MD5FUNC=do_md5sum
3222023-10-09T00:12:47.283Z+ CIDL_DASHREV=-1
3232023-10-09T00:12:47.288Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3242023-10-09T00:12:47.303Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-09T00:12:47.317Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-09T00:12:47.329Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-09T00:12:47.337Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-10-09T00:12:47.366ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-09T00:12:47.381Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3302023-10-09T00:12:47.802ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-09T00:12:47.817Z+ mkdir -p out/downloads
3322023-10-09T00:12:47.821Z+ mkdir -p ./out/clickhouse
3332023-10-09T00:12:48.237Z+ local DO_DOWNLOAD=true
3342023-10-09T00:12:48.240Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3352023-10-09T00:12:48.244Z+ '[' true == true ']'
3362023-10-09T00:12:48.248Z+ echo Downloading...
3372023-10-09T00:12:48.252ZDownloading...
3382023-10-09T00:12:48.257Z+ 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
3392023-10-09T00:12:48.269Z+ 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
3402023-10-09T00:12:48.691Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-10-09T00:12:48.700Z++ md5sum
3422023-10-09T00:12:48.705Z++ awk '{print $1}'
3432023-10-09T00:12:48.947Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3442023-10-09T00:12:48.955Z+ [[ 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 ]]
3452023-10-09T00:12:48.960Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3462023-10-09T00:12:48.966Z+ mkdir -p ./out/clickhouse
3472023-10-09T00:12:48.969Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3482023-10-09T00:12:54.155Z+ ./out/clickhouse/clickhouse server --version
3492023-10-09T00:12:54.203ZClickHouse server version 22.8.9.1.
3502023-10-09T00:12:54.226Z+ set -o errexit
3512023-10-09T00:12:54.235Z+++ dirname ./tools/ci_download_console
3522023-10-09T00:12:54.243Z++ cd ./tools
3532023-10-09T00:12:54.255Z++ pwd
3542023-10-09T00:12:54.262Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3552023-10-09T00:12:54.270Z++ basename ./tools/ci_download_console
3562023-10-09T00:12:54.278Z+ ARG0=ci_download_console
3572023-10-09T00:12:54.286Z+ TARGET_DIR=out
3582023-10-09T00:12:54.298Z+ DOWNLOAD_DIR=out/downloads
3592023-10-09T00:12:54.306Z+ DEST_DIR=./out/console-assets
3602023-10-09T00:12:54.314Z+ source /work/oxidecomputer/omicron/tools/console_version
3612023-10-09T00:12:54.324Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3622023-10-09T00:12:54.741Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3632023-10-09T00:12:54.749Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3642023-10-09T00:12:54.757Z+ TARBALL_FILE=out/downloads/console.tar.gz
3652023-10-09T00:12:54.764Z+ main
3662023-10-09T00:12:54.772Z+ [[ 0 != 0 ]]
3672023-10-09T00:12:54.786Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3682023-10-09T00:12:54.796ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3692023-10-09T00:12:54.806Z+ echo 'Local file: out/downloads/console.tar.gz'
3702023-10-09T00:12:54.816ZLocal file: out/downloads/console.tar.gz
3712023-10-09T00:12:54.827Z+ local DO_DOWNLOAD=true
3722023-10-09T00:12:54.841Z+ [[ -f out/downloads/console.tar.gz ]]
3732023-10-09T00:12:54.853Z+ mkdir -p out/downloads
3742023-10-09T00:12:54.884Z+ '[' true == true ']'
3752023-10-09T00:12:54.896Z+ echo Downloading...
3762023-10-09T00:12:54.907ZDownloading...
3772023-10-09T00:12:54.913Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3782023-10-09T00:12:54.917Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3792023-10-09T00:12:54.921Z++ do_sha256sum out/downloads/console.tar.gz
3802023-10-09T00:12:54.925Z++ case "$OSTYPE" in
3812023-10-09T00:12:54.929Z++ SHA=sha256sum
3822023-10-09T00:12:54.934Z++ sha256sum
3832023-10-09T00:12:54.938Z++ awk '{print $1}'
3842023-10-09T00:12:54.942Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3852023-10-09T00:12:54.946Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3862023-10-09T00:12:54.950Z+ rm -rf ./out/console-assets
3872023-10-09T00:12:54.954Z+ mkdir -p ./out/console-assets
3882023-10-09T00:12:54.958Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3892023-10-09T00:12:54.961Z+ mkdir -p ./out/console-assets
3902023-10-09T00:12:54.965Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3912023-10-09T00:12:54.975Z+ set -o errexit
3922023-10-09T00:12:54.979Z+++ dirname ./tools/ci_download_maghemite_openapi
3932023-10-09T00:12:54.983Z++ cd ./tools
3942023-10-09T00:12:54.987Z++ pwd
3952023-10-09T00:12:54.991Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3962023-10-09T00:12:54.995Z++ basename ./tools/ci_download_maghemite_openapi
3972023-10-09T00:12:54.999Z+ ARG0=ci_download_maghemite_openapi
3982023-10-09T00:12:55.005Z+ TARGET_DIR=out
3992023-10-09T00:12:55.010Z+ DOWNLOAD_DIR=out/downloads
4002023-10-09T00:12:55.013Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4012023-10-09T00:12:55.016Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4022023-10-09T00:12:55.019Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4032023-10-09T00:12:55.023Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4042023-10-09T00:12:55.026Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4052023-10-09T00:12:55.031Z+ main
4062023-10-09T00:12:55.039Z+ [[ 0 != 0 ]]
4072023-10-09T00:12:55.043Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4082023-10-09T00:12:55.046ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4092023-10-09T00:12:55.049Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4102023-10-09T00:12:55.052ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4112023-10-09T00:12:55.055Z+ local DO_DOWNLOAD=true
4122023-10-09T00:12:55.058Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4132023-10-09T00:12:55.065Z+ mkdir -p out/downloads
4142023-10-09T00:12:55.071Z+ '[' true == true ']'
4152023-10-09T00:12:55.082Z+ echo Downloading...
4162023-10-09T00:12:55.091ZDownloading...
4172023-10-09T00:12:55.108Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4182023-10-09T00:12:55.536Z+ 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
4192023-10-09T00:12:55.629Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4202023-10-09T00:12:55.632Z++ case "$OSTYPE" in
4212023-10-09T00:12:55.634Z++ SHA=sha256sum
4222023-10-09T00:12:55.637Z++ sha256sum
4232023-10-09T00:12:55.640Z++ awk '{print $1}'
4242023-10-09T00:12:55.643Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4252023-10-09T00:12:55.646Z+ [[ 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 ]]
4262023-10-09T00:12:55.649Z+ set -o errexit
4272023-10-09T00:12:55.651Z+++ dirname ./tools/ci_download_dendrite_openapi
4282023-10-09T00:12:55.654Z++ cd ./tools
4292023-10-09T00:12:55.659Z++ pwd
4302023-10-09T00:12:55.662Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312023-10-09T00:12:55.665Z++ basename ./tools/ci_download_dendrite_openapi
4322023-10-09T00:12:55.668Z+ ARG0=ci_download_dendrite_openapi
4332023-10-09T00:12:55.671Z+ TARGET_DIR=out
4342023-10-09T00:12:55.674Z+ DOWNLOAD_DIR=out/downloads
4352023-10-09T00:12:55.678Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4362023-10-09T00:12:55.681Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4372023-10-09T00:12:55.684Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4382023-10-09T00:12:55.687Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4392023-10-09T00:12:55.690Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4402023-10-09T00:12:55.693Z+ main
4412023-10-09T00:12:55.695Z+ [[ 0 != 0 ]]
4422023-10-09T00:12:55.698Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4432023-10-09T00:12:55.701ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4442023-10-09T00:12:55.704Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4452023-10-09T00:12:55.707ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4462023-10-09T00:12:55.709Z+ local DO_DOWNLOAD=true
4472023-10-09T00:12:55.712Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4482023-10-09T00:12:55.716Z+ mkdir -p out/downloads
4492023-10-09T00:12:55.719Z+ '[' true == true ']'
4502023-10-09T00:12:55.722Z+ echo Downloading...
4512023-10-09T00:12:55.725ZDownloading...
4522023-10-09T00:12:55.727Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4532023-10-09T00:12:55.730Z+ 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
4542023-10-09T00:12:55.802Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4552023-10-09T00:12:55.805Z++ case "$OSTYPE" in
4562023-10-09T00:12:55.808Z++ SHA=sha256sum
4572023-10-09T00:12:55.811Z++ sha256sum
4582023-10-09T00:12:55.814Z++ awk '{print $1}'
4592023-10-09T00:12:55.816Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4602023-10-09T00:12:55.819Z+ [[ 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 ]]
4612023-10-09T00:12:55.822Z+ set -o errexit
4622023-10-09T00:12:55.825Z+++ dirname ./tools/ci_download_dendrite_stub
4632023-10-09T00:12:55.827Z++ cd ./tools
4642023-10-09T00:12:55.830Z++ pwd
4652023-10-09T00:12:55.833Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-10-09T00:12:55.835Z++ basename ./tools/ci_download_dendrite_stub
4672023-10-09T00:12:55.838Z+ ARG0=ci_download_dendrite_stub
4682023-10-09T00:12:55.841Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4692023-10-09T00:12:55.843Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4702023-10-09T00:12:55.846Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4712023-10-09T00:12:55.849Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4722023-10-09T00:12:55.852Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-10-09T00:12:55.855Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4742023-10-09T00:12:55.858Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4752023-10-09T00:12:55.862Z+ TARGET_DIR=out
4762023-10-09T00:12:55.865Z+ DOWNLOAD_DIR=out/downloads
4772023-10-09T00:12:55.869Z+ DEST_DIR=./out/dendrite-stub
4782023-10-09T00:12:55.871Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4792023-10-09T00:12:55.874Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4802023-10-09T00:12:55.877Z+ REPO=oxidecomputer/dendrite
4812023-10-09T00:12:55.880Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4822023-10-09T00:12:55.883Z+ main
4832023-10-09T00:12:55.922Z+ [[ 0 != 0 ]]
4842023-10-09T00:12:55.924Z+ CIDL_OS=solaris2.11
4852023-10-09T00:12:55.927Z+ [[ 0 != 0 ]]
4862023-10-09T00:12:55.929Z+ configure_os solaris2.11
4872023-10-09T00:12:55.932Z+ echo 'current directory: /work/oxidecomputer/omicron'
4882023-10-09T00:12:55.935Zcurrent directory: /work/oxidecomputer/omicron
4892023-10-09T00:12:55.938Zconfiguring based on OS: "solaris2.11"
4902023-10-09T00:12:55.941Z+ echo 'configuring based on OS: "solaris2.11"'
4912023-10-09T00:12:55.944Z+ case "$1" in
4922023-10-09T00:12:55.948Z+ SET_BINARIES=
4932023-10-09T00:12:55.951Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4942023-10-09T00:12:55.954Z+ CIDL_SHA256FUNC=do_sha256sum
4952023-10-09T00:12:55.957Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4962023-10-09T00:12:55.960Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4972023-10-09T00:12:55.963Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4982023-10-09T00:12:55.970Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
4992023-10-09T00:12:56.003ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5002023-10-09T00:12:56.018Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5012023-10-09T00:12:56.038ZLocal file: out/downloads/dendrite-stub.tar.gz
5022023-10-09T00:12:56.047Z+ mkdir -p out/downloads
5032023-10-09T00:12:56.057Z+ mkdir -p ./out/dendrite-stub
5042023-10-09T00:12:56.067Z+ fetch_and_verify
5052023-10-09T00:12:56.085Z+ local DO_DOWNLOAD=true
5062023-10-09T00:12:56.090Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5072023-10-09T00:12:56.094Z+ '[' true == true ']'
5082023-10-09T00:12:56.105Z+ echo Downloading...
5092023-10-09T00:12:56.158ZDownloading...
5102023-10-09T00:12:56.162Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5112023-10-09T00:12:56.170Z+ 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
5122023-10-09T00:13:05.605Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5132023-10-09T00:13:05.612Z++ sha256sum
5142023-10-09T00:13:05.621Z++ awk '{print $1}'
5152023-10-09T00:13:05.628Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5162023-10-09T00:13:05.634Z+ [[ 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 ]]
5172023-10-09T00:13:05.639Z+ do_untar out/downloads/dendrite-stub.tar.gz
5182023-10-09T00:13:05.643Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5192023-10-09T00:13:06.546Z+ do_assemble
5202023-10-09T00:13:06.548Z+ rm -r ./out/dendrite-stub
5212023-10-09T00:13:06.551Z+ mkdir ./out/dendrite-stub
5222023-10-09T00:13:06.554Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5232023-10-09T00:13:06.663Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5242023-10-09T00:13:06.680Z+ set -o errexit
5252023-10-09T00:13:06.696Z+++ dirname ./tools/ci_download_transceiver_control
5262023-10-09T00:13:06.729Z++ cd ./tools
5272023-10-09T00:13:07.155Z++ pwd
5282023-10-09T00:13:07.159Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292023-10-09T00:13:07.162Z++ basename ./tools/ci_download_transceiver_control
5302023-10-09T00:13:07.165Z+ ARG0=ci_download_transceiver_control
5312023-10-09T00:13:07.177Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5322023-10-09T00:13:07.184Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5332023-10-09T00:13:07.194Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5342023-10-09T00:13:07.208Z+ TARGET_DIR=out
5352023-10-09T00:13:07.219Z+ DOWNLOAD_DIR=out/downloads
5362023-10-09T00:13:07.231Z+ DEST_DIR=./out/transceiver-control
5372023-10-09T00:13:07.246Z+ BIN_DIR=/opt/oxide/bin
5382023-10-09T00:13:07.252Z+ BINARY=xcvradm
5392023-10-09T00:13:07.258Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5402023-10-09T00:13:07.265Z+ REPO=oxidecomputer/transceiver-control
5412023-10-09T00:13:07.273Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5422023-10-09T00:13:07.279Z+ main
5432023-10-09T00:13:07.285Z+ [[ 0 != 0 ]]
5442023-10-09T00:13:07.297Z+ CIDL_OS=solaris2.11
5452023-10-09T00:13:07.304Z+ [[ 0 != 0 ]]
5462023-10-09T00:13:07.309Z+ configure_os solaris2.11
5472023-10-09T00:13:07.315Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482023-10-09T00:13:07.350Zcurrent directory: /work/oxidecomputer/omicron
5492023-10-09T00:13:07.355Z+ echo 'configuring based on OS: "solaris2.11"'
5502023-10-09T00:13:07.360Zconfiguring based on OS: "solaris2.11"
5512023-10-09T00:13:07.367Z+ case "$1" in
5522023-10-09T00:13:07.375Z+ SET_BINARIES=
5532023-10-09T00:13:07.381Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5542023-10-09T00:13:07.384Z+ CIDL_SHA256FUNC=do_sha256sum
5552023-10-09T00:13:07.386Z+ ARCHIVE_FILENAME=xcvradm.gz
5562023-10-09T00:13:07.389Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5572023-10-09T00:13:07.392Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5582023-10-09T00:13:07.394Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5592023-10-09T00:13:07.397ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5602023-10-09T00:13:07.400Z+ echo 'Local file: out/downloads/xcvradm.gz'
5612023-10-09T00:13:07.403ZLocal file: out/downloads/xcvradm.gz
5622023-10-09T00:13:07.406Z+ mkdir -p out/downloads
5632023-10-09T00:13:07.409Z+ mkdir -p ./out/transceiver-control
5642023-10-09T00:13:07.414Z+ fetch_and_verify
5652023-10-09T00:13:07.422Z+ local DO_DOWNLOAD=true
5662023-10-09T00:13:07.432Z+ [[ -f out/downloads/xcvradm.gz ]]
5672023-10-09T00:13:07.443Z+ '[' true == true ']'
5682023-10-09T00:13:07.457Z+ echo Downloading...
5692023-10-09T00:13:07.470ZDownloading...
5702023-10-09T00:13:07.488Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5712023-10-09T00:13:07.498Z+ 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
5722023-10-09T00:13:07.571Z++ do_sha256sum out/downloads/xcvradm.gz
5732023-10-09T00:13:07.574Z++ sha256sum
5742023-10-09T00:13:07.576Z++ awk '{print $1}'
5752023-10-09T00:13:07.596Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5762023-10-09T00:13:07.600Z+ [[ 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 ]]
5772023-10-09T00:13:07.603Z+ do_unpack out/downloads/xcvradm.gz
5782023-10-09T00:13:07.606Z+ mkdir -p out/downloads/root//opt/oxide/bin
5792023-10-09T00:13:07.608Z+ gzip -dc out/downloads/xcvradm.gz
5802023-10-09T00:13:07.771Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5812023-10-09T00:13:07.774Z+ do_assemble
5822023-10-09T00:13:07.777Z+ rm -r ./out/transceiver-control
5832023-10-09T00:13:07.779Z+ mkdir ./out/transceiver-control
5842023-10-09T00:13:07.782Z+ cp -r out/downloads/root ./out/transceiver-control/root
5852023-10-09T00:13:07.920ZAll prerequisites installed successfully
5862023-10-09T00:13:07.923Z
5872023-10-09T00:13:07.926Zreal 2:09.079221377
5882023-10-09T00:13:07.929Zuser 48.106016475
5892023-10-09T00:13:07.932Zsys 9.873393641
5902023-10-09T00:13:07.935Ztrap 0.026231766
5912023-10-09T00:13:07.938Ztflt 0.154996466
5922023-10-09T00:13:07.941Zdflt 0.484543601
5932023-10-09T00:13:07.944Zkflt 0.152071707
5942023-10-09T00:13:07.951Zlock 1.666940896
5952023-10-09T00:13:07.954Zslp 3:58.409007627
5962023-10-09T00:13:07.956Zlat 3.842758045
5972023-10-09T00:13:07.959Zstop 0.073314576
5982023-10-09T00:13:07.962Z+ banner end-to-end-tests
5992023-10-09T00:13:07.965Z
6002023-10-09T00:13:07.969Z ###### # # ##### ##### #### ###### # # #####
6012023-10-09T00:13:07.972Z # ## # # # # # # # ## # # #
6022023-10-09T00:13:07.975Z ##### # # # # # ##### # # # ##### ##### # # # # #
6032023-10-09T00:13:07.977Z # # # # # # # # # # # # # # #
6042023-10-09T00:13:07.980Z # # ## # # # # # # # ## # #
6052023-10-09T00:13:07.984Z ###### # # ##### # #### ###### # # #####
6062023-10-09T00:13:07.988Z
6072023-10-09T00:13:08.003Z+ export CARGO_PROFILE_DEV_DEBUG=1
6082023-10-09T00:13:08.022Z+ CARGO_PROFILE_DEV_DEBUG=1
6092023-10-09T00:13:08.027Z+ export CARGO_PROFILE_TEST_DEBUG=1
6102023-10-09T00:13:08.030Z+ CARGO_PROFILE_TEST_DEBUG=1
6112023-10-09T00:13:08.033Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6122023-10-09T00:13:08.320Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6132023-10-09T00:13:08.799Z Updating crates.io index
6142023-10-09T00:13:08.802Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6152023-10-09T00:13:09.676Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6162023-10-09T00:13:11.359Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6172023-10-09T00:13:11.946Z Updating git repository `http://github.com/oxidecomputer/tofino`
6182023-10-09T00:13:12.401Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6192023-10-09T00:13:13.120Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6202023-10-09T00:13:13.134Z Updating git repository `https://github.com/oxidecomputer/propolis`
6212023-10-09T00:13:13.854Z Updating git repository `https://github.com/oxidecomputer/opte`
6222023-10-09T00:13:14.786Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6232023-10-09T00:13:15.150Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6242023-10-09T00:13:15.534Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6252023-10-09T00:13:16.127Z Updating git repository `https://github.com/oxidecomputer/crucible`
6262023-10-09T00:13:17.808Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6272023-10-09T00:13:18.132Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6282023-10-09T00:13:18.535Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6292023-10-09T00:13:18.837Z Updating git repository `https://github.com/njaremko/samael`
6302023-10-09T00:13:19.436Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6312023-10-09T00:13:19.949Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6322023-10-09T00:13:20.363Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6332023-10-09T00:13:20.684Z Updating git repository `https://github.com/jgallagher/nix`
6342023-10-09T00:13:21.959Z Updating git repository `https://github.com/cbiffle/hubpack`
6352023-10-09T00:13:22.302Z Updating git repository `https://github.com/oxidecomputer/omicron`
6362023-10-09T00:13:31.232Z Updating git repository `https://github.com/oxidecomputer/rfb`
6372023-10-09T00:13:31.699Z Updating git repository `https://github.com/oxidecomputer/typify`
6382023-10-09T00:13:32.791Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6392023-10-09T00:13:33.194Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6402023-10-09T00:13:33.519Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6412023-10-09T00:13:34.953Z Downloading crates ...
6422023-10-09T00:13:35.623Z Downloaded cfg-if v1.0.0
6432023-10-09T00:13:35.639Z Downloaded convert_case v0.4.0
6442023-10-09T00:13:35.653Z Downloaded camino v1.1.6
6452023-10-09T00:13:35.663Z Downloaded mime_guess v2.0.4
6462023-10-09T00:13:35.669Z Downloaded deranged v0.3.8
6472023-10-09T00:13:35.673Z Downloaded derive_more v0.99.17
6482023-10-09T00:13:35.679Z Downloaded parse-display-derive v0.7.0
6492023-10-09T00:13:35.683Z Downloaded parking_lot_core v0.8.6
6502023-10-09T00:13:35.687Z Downloaded bitstruct v0.1.1
6512023-10-09T00:13:35.691Z Downloaded atomicwrites v0.4.1
6522023-10-09T00:13:35.698Z Downloaded match_cfg v0.1.0
6532023-10-09T00:13:35.702Z Downloaded clap_lex v0.5.1
6542023-10-09T00:13:35.707Z Downloaded num_threads v0.1.6
6552023-10-09T00:13:35.711Z Downloaded crypto-common v0.1.6
6562023-10-09T00:13:35.714Z Downloaded take_mut v0.2.2
6572023-10-09T00:13:35.718Z Downloaded cpufeatures v0.2.9
6582023-10-09T00:13:35.723Z Downloaded async-stream v0.3.5
6592023-10-09T00:13:35.727Z Downloaded precomputed-hash v0.1.1
6602023-10-09T00:13:35.731Z Downloaded dirs v5.0.1
6612023-10-09T00:13:35.739Z Downloaded xattr v1.0.1
6622023-10-09T00:13:35.745Z Downloaded pretty-hex v0.3.0
6632023-10-09T00:13:35.749Z Downloaded terminal_size v0.2.6
6642023-10-09T00:13:35.753Z Downloaded bytes v1.5.0
6652023-10-09T00:13:35.761Z Downloaded colored v2.0.4
6662023-10-09T00:13:36.174Z Downloaded num-iter v0.1.43
6672023-10-09T00:13:36.181Z Downloaded byteorder v1.4.3
6682023-10-09T00:13:36.187Z Downloaded bincode v1.3.3
6692023-10-09T00:13:36.199Z Downloaded vec_map v0.8.2
6702023-10-09T00:13:36.214Z Downloaded hex v0.4.3
6712023-10-09T00:13:36.647Z Downloaded heck v0.3.3
6722023-10-09T00:13:37.063Z Downloaded http-body v0.4.5
6732023-10-09T00:13:37.067Z Downloaded wyz v0.5.1
6742023-10-09T00:13:37.075Z Downloaded hash32 v0.2.1
6752023-10-09T00:13:37.086Z Downloaded anstyle-parse v0.2.1
6762023-10-09T00:13:37.513Z Downloaded anyhow v1.0.75
6772023-10-09T00:13:37.942Z Downloaded option-ext v0.2.0
6782023-10-09T00:13:37.947Z Downloaded dof v0.1.5
6792023-10-09T00:13:37.950Z Downloaded pkcs8 v0.10.2
6802023-10-09T00:13:37.954Z Downloaded pest_derive v2.7.2
6812023-10-09T00:13:37.957Z Downloaded ident_case v1.0.1
6822023-10-09T00:13:37.962Z Downloaded bzip2 v0.4.4
6832023-10-09T00:13:37.967Z Downloaded lalrpop-util v0.19.12
6842023-10-09T00:13:37.973Z Downloaded darling v0.20.3
6852023-10-09T00:13:37.977Z Downloaded russh-cryptovec v0.7.0
6862023-10-09T00:13:37.981Z Downloaded futures-sink v0.3.28
6872023-10-09T00:13:37.987Z Downloaded walkdir v2.4.0
6882023-10-09T00:13:37.992Z Downloaded toml_datetime v0.6.3
6892023-10-09T00:13:37.997Z Downloaded tokio-native-tls v0.3.1
6902023-10-09T00:13:38.003Z Downloaded spki v0.7.2
6912023-10-09T00:13:38.009Z Downloaded ed25519 v2.2.2
6922023-10-09T00:13:38.014Z Downloaded blake2 v0.10.6
6932023-10-09T00:13:38.018Z Downloaded tokio-tungstenite v0.20.1
6942023-10-09T00:13:38.022Z Downloaded futures-task v0.3.28
6952023-10-09T00:13:38.026Z Downloaded dirs-next v2.0.0
6962023-10-09T00:13:38.030Z Downloaded equivalent v1.0.1
6972023-10-09T00:13:38.034Z Downloaded signature v2.1.0
6982023-10-09T00:13:38.038Z Downloaded ghash v0.5.0
6992023-10-09T00:13:38.043Z Downloaded strum v0.25.0
7002023-10-09T00:13:38.047Z Downloaded sha1 v0.10.5
7012023-10-09T00:13:38.059Z Downloaded foreign-types v0.5.0
7022023-10-09T00:13:38.076Z Downloaded crossbeam-utils v0.8.16
7032023-10-09T00:13:38.093Z Downloaded arc-swap v1.6.0
7042023-10-09T00:13:38.507Z Downloaded unicode-width v0.1.10
7052023-10-09T00:13:38.512Z Downloaded hyper-tls v0.5.0
7062023-10-09T00:13:38.516Z Downloaded utf8parse v0.2.1
7072023-10-09T00:13:38.524Z Downloaded allocator-api2 v0.2.16
7082023-10-09T00:13:38.539Z Downloaded http-range v0.1.5
7092023-10-09T00:13:38.972Z Downloaded subtle v2.5.0
7102023-10-09T00:13:38.990Z Downloaded termcolor v1.2.0
7112023-10-09T00:13:39.006Z Downloaded itoa v1.0.9
7122023-10-09T00:13:39.034Z Downloaded chacha20poly1305 v0.10.1
7132023-10-09T00:13:39.051Z Downloaded getrandom v0.2.10
7142023-10-09T00:13:39.073Z Downloaded dirs-sys v0.4.1
7152023-10-09T00:13:39.499Z Downloaded smf v0.2.2
7162023-10-09T00:13:39.513Z Downloaded hubpack_derive v0.1.1
7172023-10-09T00:13:39.538Z Downloaded zerocopy v0.3.0
7182023-10-09T00:13:39.552Z Downloaded semver-parser v0.10.2
7192023-10-09T00:13:39.565Z Downloaded pkg-config v0.3.27
7202023-10-09T00:13:39.578Z Downloaded strum_macros v0.25.2
7212023-10-09T00:13:40.002Z Downloaded scopeguard v1.2.0
7222023-10-09T00:13:40.016Z Downloaded synstructure v0.12.6
7232023-10-09T00:13:40.028Z Downloaded tower-service v0.3.2
7242023-10-09T00:13:40.037Z Downloaded instant v0.1.12
7252023-10-09T00:13:40.054Z Downloaded stringprep v0.1.3
7262023-10-09T00:13:40.063Z Downloaded openssl-macros v0.1.1
7272023-10-09T00:13:40.074Z Downloaded toolchain_find v0.2.0
7282023-10-09T00:13:40.093Z Downloaded tungstenite v0.20.1
7292023-10-09T00:13:40.108Z Downloaded usdt v0.3.5
7302023-10-09T00:13:40.125Z Downloaded siphasher v0.3.11
7312023-10-09T00:13:40.578Z Downloaded tinyvec v1.6.0
7322023-10-09T00:13:40.594Z Downloaded erased-serde v0.3.30
7332023-10-09T00:13:40.606Z Downloaded sha2 v0.10.7
7342023-10-09T00:13:40.623Z Downloaded foreign-types v0.3.2
7352023-10-09T00:13:40.641Z Downloaded twox-hash v1.6.3
7362023-10-09T00:13:40.665Z Downloaded futures-executor v0.3.28
7372023-10-09T00:13:40.675Z Downloaded thiserror-impl-no-std v2.0.2
7382023-10-09T00:13:40.685Z Downloaded form_urlencoded v1.2.0
7392023-10-09T00:13:40.707Z Downloaded thiserror-no-std v2.0.2
7402023-10-09T00:13:40.719Z Downloaded dtrace-parser v0.1.14
7412023-10-09T00:13:40.726Z Downloaded endian-type v0.1.2
7422023-10-09T00:13:40.733Z Downloaded static_assertions v1.1.0
7432023-10-09T00:13:40.742Z Downloaded slog-stdlog v4.1.1
7442023-10-09T00:13:40.750Z Downloaded serde_tokenstream v0.1.7
7452023-10-09T00:13:40.756Z Downloaded waitgroup v0.1.2
7462023-10-09T00:13:40.770Z Downloaded rand_chacha v0.3.1
7472023-10-09T00:13:40.779Z Downloaded proc-macro-error-attr v1.0.4
7482023-10-09T00:13:40.785Z Downloaded structmeta v0.1.6
7492023-10-09T00:13:40.801Z Downloaded version_check v0.9.4
7502023-10-09T00:13:40.804Z Downloaded utf-8 v0.7.6
7512023-10-09T00:13:40.807Z Downloaded structmeta-derive v0.1.6
7522023-10-09T00:13:40.810Z Downloaded postcard v0.7.3
7532023-10-09T00:13:40.812Z Downloaded tokio-postgres v0.7.10
7542023-10-09T00:13:40.815Z Downloaded fallible-iterator v0.2.0
7552023-10-09T00:13:40.820Z Downloaded smawk v0.3.1
7562023-10-09T00:13:40.822Z Downloaded hyper-staticfile v0.9.5
7572023-10-09T00:13:40.825Z Downloaded foreign-types-shared v0.1.1
7582023-10-09T00:13:40.828Z Downloaded iana-time-zone v0.1.57
7592023-10-09T00:13:40.831Z Downloaded foreign-types-macros v0.2.3
7602023-10-09T00:13:40.834Z Downloaded serde_urlencoded v0.7.1
7612023-10-09T00:13:40.837Z Downloaded semver v1.0.19
7622023-10-09T00:13:40.839Z Downloaded foreign-types-shared v0.3.1
7632023-10-09T00:13:40.842Z Downloaded is-terminal v0.4.9
7642023-10-09T00:13:40.846Z Downloaded funty v2.0.0
7652023-10-09T00:13:40.849Z Downloaded same-file v1.0.6
7662023-10-09T00:13:40.852Z Downloaded ipnet v2.8.0
7672023-10-09T00:13:40.855Z Downloaded signal-hook-registry v1.4.1
7682023-10-09T00:13:40.872Z Downloaded string_cache v0.8.7
7692023-10-09T00:13:40.881Z Downloaded pest_generator v2.7.2
7702023-10-09T00:13:40.896Z Downloaded parse-display v0.7.0
7712023-10-09T00:13:40.910Z Downloaded rcgen v0.10.0
7722023-10-09T00:13:40.922Z Downloaded inout v0.1.3
7732023-10-09T00:13:40.936Z Downloaded socket2 v0.5.3
7742023-10-09T00:13:41.353Z Downloaded vsss-rs v3.3.1
7752023-10-09T00:13:41.356Z Downloaded serde_with_macros v2.3.3
7762023-10-09T00:13:41.359Z Downloaded structopt-derive v0.4.18
7772023-10-09T00:13:41.364Z Downloaded thread-id v4.2.0
7782023-10-09T00:13:41.369Z Downloaded typenum v1.16.0
7792023-10-09T00:13:41.377Z Downloaded aes-gcm v0.10.2
7802023-10-09T00:13:41.396Z Downloaded rustls-pemfile v1.0.3
7812023-10-09T00:13:41.405Z Downloaded ryu v1.0.15
7822023-10-09T00:13:41.416Z Downloaded scheduled-thread-pool v0.2.7
7832023-10-09T00:13:41.419Z Downloaded httpdate v1.0.3
7842023-10-09T00:13:41.425Z Downloaded spin v0.5.2
7852023-10-09T00:13:41.496Z Downloaded ron v0.7.1
7862023-10-09T00:13:41.517Z Downloaded hubpack v0.1.2
7872023-10-09T00:13:41.530Z Downloaded group v0.13.0
7882023-10-09T00:13:41.542Z Downloaded uuid v1.4.1
7892023-10-09T00:13:41.554Z Downloaded rustls-native-certs v0.6.3
7902023-10-09T00:13:41.558Z Downloaded io-lifetimes v1.0.11
7912023-10-09T00:13:41.563Z Downloaded aes v0.8.3
7922023-10-09T00:13:41.569Z Downloaded unicase v2.7.0
7932023-10-09T00:13:41.575Z Downloaded spin v0.9.8
7942023-10-09T00:13:41.581Z Downloaded elliptic-curve v0.13.5
7952023-10-09T00:13:41.600Z Downloaded rustc-demangle v0.1.23
7962023-10-09T00:13:41.616Z Downloaded indexmap v1.9.3
7972023-10-09T00:13:41.623Z Downloaded http v0.2.9
7982023-10-09T00:13:41.629Z Downloaded futures v0.3.28
7992023-10-09T00:13:41.635Z Downloaded slog v2.7.0
8002023-10-09T00:13:41.642Z Downloaded structopt v0.3.26
8012023-10-09T00:13:41.647Z Downloaded indexmap v2.0.0
8022023-10-09T00:13:41.656Z Downloaded socket2 v0.4.9
8032023-10-09T00:13:41.663Z Downloaded heapless v0.7.16
8042023-10-09T00:13:41.669Z Downloaded serde_with v2.3.3
8052023-10-09T00:13:41.676Z Downloaded trust-dns-resolver v0.22.0
8062023-10-09T00:13:41.683Z Downloaded aho-corasick v1.0.4
8072023-10-09T00:13:41.689Z Downloaded trust-dns-server v0.22.1
8082023-10-09T00:13:41.695Z Downloaded rand v0.7.3
8092023-10-09T00:13:41.700Z Downloaded regex-automata v0.1.10
8102023-10-09T00:13:41.705Z Downloaded russh v0.38.0
8112023-10-09T00:13:41.712Z Downloaded toml_edit v0.19.15
8122023-10-09T00:13:41.725Z Downloaded itertools v0.11.0
8132023-10-09T00:13:41.732Z Downloaded itertools v0.10.5
8142023-10-09T00:13:41.745Z Downloaded h2 v0.3.21
8152023-10-09T00:13:41.753Z Downloaded clap v2.34.0
8162023-10-09T00:13:41.762Z Downloaded rusqlite v0.29.0
8172023-10-09T00:13:41.767Z Downloaded petgraph v0.6.4
8182023-10-09T00:13:41.774Z Downloaded idna v0.4.0
8192023-10-09T00:13:41.790Z Downloaded vcpkg v0.2.15
8202023-10-09T00:13:41.807Z Downloaded git2 v0.17.2
8212023-10-09T00:13:41.813Z Downloaded bstr v0.2.17
8222023-10-09T00:13:41.822Z Downloaded serde_json v1.0.107
8232023-10-09T00:13:41.830Z Downloaded regress v0.7.1
8242023-10-09T00:13:41.836Z Downloaded regex-syntax v0.6.29
8252023-10-09T00:13:41.853Z Downloaded rustix v0.37.23
8262023-10-09T00:13:41.861Z Downloaded regex v1.9.5
8272023-10-09T00:13:41.869Z Downloaded syn v2.0.32
8282023-10-09T00:13:41.884Z Downloaded tokio v1.32.0
8292023-10-09T00:13:41.892Z Downloaded diesel v2.1.1
8302023-10-09T00:13:41.900Z Downloaded encoding_rs v0.8.33
8312023-10-09T00:13:41.924Z Downloaded rustls v0.21.7
8322023-10-09T00:13:41.930Z Downloaded smoltcp v0.9.1
8332023-10-09T00:13:41.959Z Downloaded rustix v0.38.9
8342023-10-09T00:13:42.387Z Downloaded regex-syntax v0.7.5
8352023-10-09T00:13:42.394Z Downloaded bstr v1.6.0
8362023-10-09T00:13:42.400Z Downloaded smoltcp v0.8.2
8372023-10-09T00:13:42.405Z Downloaded radix_trie v0.2.1
8382023-10-09T00:13:42.412Z Downloaded openapiv3 v1.0.3
8392023-10-09T00:13:42.419Z Downloaded reqwest v0.11.20
8402023-10-09T00:13:42.425Z Downloaded gimli v0.28.0
8412023-10-09T00:13:42.431Z Downloaded hyper v0.14.27
8422023-10-09T00:13:42.441Z Downloaded zerocopy-derive v0.2.0
8432023-10-09T00:13:42.451Z Downloaded sled v0.34.7
8442023-10-09T00:13:42.464Z Downloaded zerocopy-derive v0.6.3
8452023-10-09T00:13:42.523Z Downloaded bzip2-sys v0.1.11+1.0.8
8462023-10-09T00:13:42.533Z Downloaded libc v0.2.148
8472023-10-09T00:13:42.552Z Downloaded regex-automata v0.3.8
8482023-10-09T00:13:42.558Z Downloaded trust-dns-proto v0.22.0
8492023-10-09T00:13:42.567Z Downloaded webpki-roots v0.25.2
8502023-10-09T00:13:42.577Z Downloaded rustls-webpki v0.101.4
8512023-10-09T00:13:42.590Z Downloaded futures-util v0.3.28
8522023-10-09T00:13:42.603Z Downloaded curve25519-dalek v4.1.0
8532023-10-09T00:13:43.021Z Downloaded sha3 v0.10.8
8542023-10-09T00:13:43.025Z Downloaded nix v0.26.2
8552023-10-09T00:13:43.028Z Downloaded idna v0.2.3
8562023-10-09T00:13:43.031Z Downloaded syn v1.0.109
8572023-10-09T00:13:43.034Z Downloaded object v0.32.1
8582023-10-09T00:13:43.037Z Downloaded bitvec v1.0.1
8592023-10-09T00:13:43.041Z Downloaded winapi v0.3.9
8602023-10-09T00:13:43.045Z Downloaded hkdf v0.12.3
8612023-10-09T00:13:43.048Z Downloaded chrono v0.4.31
8622023-10-09T00:13:43.051Z Downloaded tokio-util v0.7.8
8632023-10-09T00:13:43.054Z Downloaded unicode-normalization v0.1.22
8642023-10-09T00:13:43.057Z Downloaded winnow v0.5.15
8652023-10-09T00:13:43.060Z Downloaded toml_edit v0.20.0
8662023-10-09T00:13:43.065Z Downloaded hashbrown v0.14.0
8672023-10-09T00:13:43.068Z Downloaded url v2.4.1
8682023-10-09T00:13:43.071Z Downloaded unicode-segmentation v1.10.1
8692023-10-09T00:13:43.074Z Downloaded tracing v0.1.37
8702023-10-09T00:13:43.077Z Downloaded hashbrown v0.12.3
8712023-10-09T00:13:43.080Z Downloaded hashbrown v0.13.2
8722023-10-09T00:13:43.087Z Downloaded trust-dns-client v0.22.0
8732023-10-09T00:13:43.092Z Downloaded toml v0.5.11
8742023-10-09T00:13:43.103Z Downloaded libgit2-sys v0.15.2+1.6.4
8752023-10-09T00:13:43.119Z Downloaded memchr v2.6.3
8762023-10-09T00:13:43.135Z Downloaded clap_builder v4.4.2
8772023-10-09T00:13:43.146Z Downloaded strsim v0.8.0
8782023-10-09T00:13:43.159Z Downloaded ipnetwork v0.20.0
8792023-10-09T00:13:43.165Z Downloaded slog-bunyan v2.4.0
8802023-10-09T00:13:43.173Z Downloaded tracing-attributes v0.1.26
8812023-10-09T00:13:43.179Z Downloaded tokio-rustls v0.24.1
8822023-10-09T00:13:43.187Z Downloaded russh-keys v0.38.0
8832023-10-09T00:13:43.191Z Downloaded zip v0.6.6
8842023-10-09T00:13:43.194Z Downloaded sct v0.7.0
8852023-10-09T00:13:43.197Z Downloaded rand v0.8.5
8862023-10-09T00:13:43.227Z Downloaded time v0.3.27
8872023-10-09T00:13:43.236Z Downloaded resolv-conf v0.7.0
8882023-10-09T00:13:43.241Z Downloaded serde_path_to_error v0.1.14
8892023-10-09T00:13:43.245Z Downloaded futures-channel v0.3.28
8902023-10-09T00:13:43.248Z Downloaded vergen v8.2.4
8912023-10-09T00:13:43.252Z Downloaded time-macros v0.2.13
8922023-10-09T00:13:43.256Z Downloaded slog-json v2.6.1
8932023-10-09T00:13:43.264Z Downloaded textwrap v0.16.0
8942023-10-09T00:13:43.270Z Downloaded half v1.8.2
8952023-10-09T00:13:43.273Z Downloaded schemars v0.8.13
8962023-10-09T00:13:43.281Z Downloaded flate2 v1.0.27
8972023-10-09T00:13:43.285Z Downloaded ed25519-dalek v2.0.0
8982023-10-09T00:13:43.290Z Downloaded subprocess v0.2.9
8992023-10-09T00:13:43.294Z Downloaded paste v1.0.14
9002023-10-09T00:13:43.297Z Downloaded whoami v1.4.1
9012023-10-09T00:13:43.301Z Downloaded serde_spanned v0.6.3
9022023-10-09T00:13:43.309Z Downloaded thread_local v1.1.7
9032023-10-09T00:13:43.322Z Downloaded rustversion v1.0.14
9042023-10-09T00:13:43.332Z Downloaded unicode-linebreak v0.1.5
9052023-10-09T00:13:43.342Z Downloaded similar v2.2.1
9062023-10-09T00:13:43.357Z Downloaded serde v1.0.188
9072023-10-09T00:13:43.388Z Downloaded headers v0.3.9
9082023-10-09T00:13:43.418Z Downloaded ucd-trie v0.1.6
9092023-10-09T00:13:43.432Z Downloaded rustc_version v0.4.0
9102023-10-09T00:13:43.438Z Downloaded glob v0.3.1
9112023-10-09T00:13:43.442Z Downloaded rustfmt-wrapper v0.2.0
9122023-10-09T00:13:43.446Z Downloaded quote v1.0.33
9132023-10-09T00:13:43.449Z Downloaded toml v0.8.0
9142023-10-09T00:13:43.452Z Downloaded strsim v0.10.0
9152023-10-09T00:13:43.455Z Downloaded dyn-clone v1.0.13
9162023-10-09T00:13:43.458Z Downloaded usdt-macro v0.3.5
9172023-10-09T00:13:43.462Z Downloaded httparse v1.8.0
9182023-10-09T00:13:43.465Z Downloaded tar v0.4.40
9192023-10-09T00:13:43.468Z Downloaded stable_deref_trait v1.2.0
9202023-10-09T00:13:43.471Z Downloaded jobserver v0.1.26
9212023-10-09T00:13:43.474Z Downloaded libm v0.2.7
9222023-10-09T00:13:43.477Z Downloaded libz-sys v1.1.12
9232023-10-09T00:13:43.480Z Downloaded rand_core v0.6.4
9242023-10-09T00:13:43.483Z Downloaded humantime v2.1.0
9252023-10-09T00:13:43.486Z Downloaded smallvec v1.11.0
9262023-10-09T00:13:43.489Z Downloaded slog-term v2.9.0
9272023-10-09T00:13:43.493Z Downloaded openssl v0.10.57
9282023-10-09T00:13:43.498Z Downloaded try-lock v0.2.4
9292023-10-09T00:13:43.501Z Downloaded serde_derive v1.0.188
9302023-10-09T00:13:43.504Z Downloaded unsafe-libyaml v0.2.9
9312023-10-09T00:13:43.507Z Downloaded serde_yaml v0.9.25
9322023-10-09T00:13:43.512Z Downloaded crossbeam-channel v0.5.8
9332023-10-09T00:13:43.540Z Downloaded term v0.7.0
9342023-10-09T00:13:43.551Z Downloaded openssl-sys v0.9.93
9352023-10-09T00:13:43.564Z Downloaded der v0.7.8
9362023-10-09T00:13:43.578Z Downloaded keccak v0.1.4
9372023-10-09T00:13:43.599Z Downloaded zerocopy v0.6.3
9382023-10-09T00:13:44.021Z Downloaded futures-macro v0.3.28
9392023-10-09T00:13:44.024Z Downloaded either v1.9.0
9402023-10-09T00:13:44.028Z Downloaded dirs-sys-next v0.1.2
9412023-10-09T00:13:44.031Z Downloaded zone v0.2.0
9422023-10-09T00:13:44.035Z Downloaded textwrap v0.11.0
9432023-10-09T00:13:44.040Z Downloaded tempfile v3.8.0
9442023-10-09T00:13:44.046Z Downloaded tungstenite v0.18.0
9452023-10-09T00:13:44.053Z Downloaded toml v0.7.8
9462023-10-09T00:13:44.060Z Downloaded tracing-core v0.1.31
9472023-10-09T00:13:44.065Z Downloaded num-bigint v0.4.4
9482023-10-09T00:13:44.069Z Downloaded crypto-bigint v0.5.2
9492023-10-09T00:13:44.073Z Downloaded errno v0.3.2
9502023-10-09T00:13:44.076Z Downloaded const_format v0.2.31
9512023-10-09T00:13:44.080Z Downloaded mio v0.8.8
9522023-10-09T00:13:44.084Z Downloaded ciborium v0.2.1
9532023-10-09T00:13:44.087Z Downloaded semver v0.11.0
9542023-10-09T00:13:44.092Z Downloaded schemars_derive v0.8.13
9552023-10-09T00:13:44.117Z Downloaded slab v0.4.9
9562023-10-09T00:13:44.123Z Downloaded slog-async v2.8.0
9572023-10-09T00:13:44.129Z Downloaded secrecy v0.8.0
9582023-10-09T00:13:44.133Z Downloaded ringbuffer v0.15.0
9592023-10-09T00:13:44.138Z Downloaded tokio-tungstenite v0.18.0
9602023-10-09T00:13:44.143Z Downloaded tokio-stream v0.1.14
9612023-10-09T00:13:44.147Z Downloaded hyper-rustls v0.24.1
9622023-10-09T00:13:44.151Z Downloaded hmac v0.12.1
9632023-10-09T00:13:44.154Z Downloaded hashlink v0.8.3
9642023-10-09T00:13:44.158Z Downloaded filetime v0.2.22
9652023-10-09T00:13:44.162Z Downloaded zeroize v1.6.0
9662023-10-09T00:13:44.166Z Downloaded serde_repr v0.1.16
9672023-10-09T00:13:44.172Z Downloaded rand_core v0.5.1
9682023-10-09T00:13:44.176Z Downloaded rand_chacha v0.2.2
9692023-10-09T00:13:44.180Z Downloaded float-cmp v0.9.0
9702023-10-09T00:13:44.184Z Downloaded env_logger v0.9.3
9712023-10-09T00:13:44.188Z Downloaded untrusted v0.7.1
9722023-10-09T00:13:44.191Z Downloaded yasna v0.5.2
9732023-10-09T00:13:44.195Z Downloaded unicode-ident v1.0.12
9742023-10-09T00:13:44.199Z Downloaded futures-core v0.3.28
9752023-10-09T00:13:44.204Z Downloaded libsqlite3-sys v0.26.0
9762023-10-09T00:13:44.210Z Downloaded ring v0.16.20
9772023-10-09T00:13:44.218Z Downloaded diesel_derives v2.1.1
9782023-10-09T00:13:44.223Z Downloaded unicode-bidi v0.3.13
9792023-10-09T00:13:44.232Z Downloaded clap v4.4.3
9802023-10-09T00:13:44.237Z Downloaded parking_lot v0.11.2
9812023-10-09T00:13:44.260Z Downloaded proc-macro2 v1.0.67
9822023-10-09T00:13:44.267Z Downloaded pest_meta v2.7.2
9832023-10-09T00:13:44.273Z Downloaded crossbeam-epoch v0.9.15
9842023-10-09T00:13:44.278Z Downloaded serde_arrays v0.1.0
9852023-10-09T00:13:44.285Z Downloaded postgres-types v0.2.6
9862023-10-09T00:13:44.290Z Downloaded console v0.15.7
9872023-10-09T00:13:44.301Z Downloaded poly1305 v0.8.0
9882023-10-09T00:13:44.307Z Downloaded parking_lot_core v0.9.8
9892023-10-09T00:13:44.313Z Downloaded serde_derive_internals v0.26.0
9902023-10-09T00:13:44.319Z Downloaded hex-literal v0.4.1
9912023-10-09T00:13:44.326Z Downloaded serde_tokenstream v0.2.0
9922023-10-09T00:13:44.332Z Downloaded r2d2 v0.8.10
9932023-10-09T00:13:44.338Z Downloaded zeroize_derive v1.4.2
9942023-10-09T00:13:44.348Z Downloaded num-traits v0.2.16
9952023-10-09T00:13:44.354Z Downloaded hostname v0.3.1
9962023-10-09T00:13:44.360Z Downloaded headers-core v0.2.0
9972023-10-09T00:13:44.368Z Downloaded getrandom v0.1.16
9982023-10-09T00:13:44.372Z Downloaded getopts v0.2.21
9992023-10-09T00:13:44.377Z Downloaded generic-array v0.14.7
10002023-10-09T00:13:44.392Z Downloaded fnv v1.0.7
10012023-10-09T00:13:44.397Z Downloaded fixedbitset v0.4.2
10022023-10-09T00:13:44.401Z Downloaded ahash v0.8.3
10032023-10-09T00:13:44.406Z Downloaded futures-io v0.3.28
10042023-10-09T00:13:44.410Z Downloaded slog-scope v4.4.0
10052023-10-09T00:13:44.414Z Downloaded slog-envlogger v2.2.0
10062023-10-09T00:13:44.417Z Downloaded slog-dtrace v0.2.3
10072023-10-09T00:13:44.421Z Downloaded aes-gcm-siv v0.11.1
10082023-10-09T00:13:44.425Z Downloaded ff v0.13.0
10092023-10-09T00:13:44.429Z Downloaded fastrand v2.0.0
10102023-10-09T00:13:44.433Z Downloaded miniz_oxide v0.7.1
10112023-10-09T00:13:44.437Z Downloaded fallible-streaming-iterator v0.1.9
10122023-10-09T00:13:44.442Z Downloaded quick-error v1.2.3
10132023-10-09T00:13:44.446Z Downloaded phf_shared v0.11.2
10142023-10-09T00:13:44.450Z Downloaded password-hash v0.4.2
10152023-10-09T00:13:44.454Z Downloaded platforms v3.0.2
10162023-10-09T00:13:44.458Z Downloaded pin-project-lite v0.2.13
10172023-10-09T00:13:44.462Z Downloaded thiserror v1.0.49
10182023-10-09T00:13:44.465Z Downloaded base64 v0.21.4
10192023-10-09T00:13:44.469Z Downloaded password-hash v0.5.0
10202023-10-09T00:13:44.473Z Downloaded zone_cfg_derive v0.2.0
10212023-10-09T00:13:44.476Z Downloaded tinyvec_macros v0.1.1
10222023-10-09T00:13:44.481Z Downloaded omicron-zone-package v0.8.3
10232023-10-09T00:13:44.484Z Downloaded num_enum v0.5.11
10242023-10-09T00:13:44.488Z Downloaded bitflags v2.4.0
10252023-10-09T00:13:44.492Z Downloaded clap_derive v4.4.2
10262023-10-09T00:13:44.500Z Downloaded backoff v0.4.0
10272023-10-09T00:13:44.507Z Downloaded ascii v1.1.0
10282023-10-09T00:13:44.516Z Downloaded cc v1.0.83
10292023-10-09T00:13:44.520Z Downloaded ahash v0.7.6
10302023-10-09T00:13:44.523Z Downloaded universal-hash v0.5.1
10312023-10-09T00:13:44.527Z Downloaded darling_core v0.20.3
10322023-10-09T00:13:44.533Z Downloaded digest v0.10.7
10332023-10-09T00:13:44.537Z Downloaded usdt-impl v0.3.5
10342023-10-09T00:13:44.571Z Downloaded unicode-xid v0.2.4
10352023-10-09T00:13:44.575Z Downloaded async-trait v0.1.73
10362023-10-09T00:13:44.582Z Downloaded home v0.5.5
10372023-10-09T00:13:44.589Z Downloaded heck v0.4.1
10382023-10-09T00:13:44.597Z Downloaded fxhash v0.2.1
10392023-10-09T00:13:44.600Z Downloaded tap v1.0.1
10402023-10-09T00:13:44.604Z Downloaded md-5 v0.10.5
10412023-10-09T00:13:44.608Z Downloaded tokio-macros v2.1.0
10422023-10-09T00:13:44.612Z Downloaded time-core v0.1.1
10432023-10-09T00:13:44.617Z Downloaded enum-as-inner v0.5.1
10442023-10-09T00:13:44.622Z Downloaded difflib v0.4.0
10452023-10-09T00:13:44.634Z Downloaded num_enum_derive v0.7.0
10462023-10-09T00:13:44.647Z Downloaded managed v0.8.0
10472023-10-09T00:13:44.659Z Downloaded lru-cache v0.1.2
10482023-10-09T00:13:44.664Z Downloaded ciborium-ll v0.2.1
10492023-10-09T00:13:44.669Z Downloaded cancel-safe-futures v0.1.2
10502023-10-09T00:13:44.674Z Downloaded bit-vec v0.6.3
10512023-10-09T00:13:44.679Z Downloaded bitflags v1.3.2
10522023-10-09T00:13:44.686Z Downloaded base64ct v1.6.0
10532023-10-09T00:13:44.692Z Downloaded block-buffer v0.10.4
10542023-10-09T00:13:44.697Z Downloaded camino-tempfile v1.0.2
10552023-10-09T00:13:44.704Z Downloaded anstream v0.5.0
10562023-10-09T00:13:44.709Z Downloaded ansi_term v0.12.1
10572023-10-09T00:13:44.716Z Downloaded async-recursion v1.0.5
10582023-10-09T00:13:44.722Z Downloaded thiserror-impl v1.0.49
10592023-10-09T00:13:44.729Z Downloaded base16ct v0.2.0
10602023-10-09T00:13:44.757Z Downloaded argon2 v0.5.2
10612023-10-09T00:13:44.769Z Downloaded pem v1.1.1
10622023-10-09T00:13:44.779Z Downloaded pbkdf2 v0.12.2
10632023-10-09T00:13:44.790Z Downloaded pbkdf2 v0.11.0
10642023-10-09T00:13:44.801Z Downloaded want v0.3.1
10652023-10-09T00:13:44.811Z Downloaded usdt-attr-macro v0.3.5
10662023-10-09T00:13:44.819Z Downloaded anstyle-query v1.0.0
10672023-10-09T00:13:44.827Z Downloaded adler v1.0.2
10682023-10-09T00:13:44.834Z Downloaded multer v2.1.0
10692023-10-09T00:13:44.842Z Downloaded memoffset v0.7.1
10702023-10-09T00:13:44.853Z Downloaded block-padding v0.3.3
10712023-10-09T00:13:44.863Z Downloaded num-integer v0.1.45
10722023-10-09T00:13:44.871Z Downloaded normalize-line-endings v0.3.0
10732023-10-09T00:13:44.882Z Downloaded curve25519-dalek-derive v0.1.0
10742023-10-09T00:13:44.891Z Downloaded chacha20 v0.9.1
10752023-10-09T00:13:44.900Z Downloaded bit_field v0.10.2
10762023-10-09T00:13:44.908Z Downloaded async-stream-impl v0.3.5
10772023-10-09T00:13:44.916Z Downloaded opaque-debug v0.3.0
10782023-10-09T00:13:44.925Z Downloaded atty v0.2.14
10792023-10-09T00:13:44.932Z Downloaded bitstruct_derive v0.1.0
10802023-10-09T00:13:44.939Z Downloaded anstyle v1.0.2
10812023-10-09T00:13:44.946Z Downloaded pest v2.7.2
10822023-10-09T00:13:44.972Z Downloaded radium v0.7.0
10832023-10-09T00:13:44.981Z Downloaded ppv-lite86 v0.2.17
10842023-10-09T00:13:44.993Z Downloaded pin-utils v0.1.0
10852023-10-09T00:13:45.010Z Downloaded mime v0.3.17
10862023-10-09T00:13:45.021Z Downloaded log v0.4.20
10872023-10-09T00:13:45.029Z Downloaded parking_lot v0.12.1
10882023-10-09T00:13:45.034Z Downloaded once_cell v1.18.0
10892023-10-09T00:13:45.039Z Downloaded num-rational v0.4.1
10902023-10-09T00:13:45.053Z Downloaded autocfg v1.1.0
10912023-10-09T00:13:45.059Z Downloaded aead v0.5.2
10922023-10-09T00:13:45.066Z Downloaded bcrypt-pbkdf v0.10.0
10932023-10-09T00:13:45.073Z Downloaded proc-macro-error v1.0.4
10942023-10-09T00:13:45.077Z Downloaded proc-macro-crate v1.3.1
10952023-10-09T00:13:45.084Z Downloaded predicates-core v1.0.6
10962023-10-09T00:13:45.091Z Downloaded predicates v3.0.3
10972023-10-09T00:13:45.095Z Downloaded postcard-cobs v0.1.5-pre
10982023-10-09T00:13:45.099Z Downloaded polyval v0.6.1
10992023-10-09T00:13:45.106Z Downloaded phf v0.11.2
11002023-10-09T00:13:45.112Z Downloaded num-complex v0.4.4
11012023-10-09T00:13:45.116Z Downloaded memoffset v0.9.0
11022023-10-09T00:13:45.127Z Downloaded num_enum_derive v0.5.11
11032023-10-09T00:13:45.131Z Downloaded num_enum v0.7.0
11042023-10-09T00:13:45.135Z Downloaded num_cpus v1.16.0
11052023-10-09T00:13:45.140Z Downloaded pretty-hex v0.2.1
11062023-10-09T00:13:45.143Z Downloaded postgres-protocol v0.6.6
11072023-10-09T00:13:45.150Z Downloaded phf_shared v0.10.0
11082023-10-09T00:13:45.156Z Downloaded native-tls v0.2.11
11092023-10-09T00:13:45.161Z Downloaded md5 v0.7.0
11102023-10-09T00:13:45.169Z Downloaded cstr-argument v0.1.2
11112023-10-09T00:13:45.176Z Downloaded ciborium-io v0.2.1
11122023-10-09T00:13:45.180Z Downloaded percent-encoding v2.3.0
11132023-10-09T00:13:45.188Z Downloaded openssl-probe v0.1.5
11142023-10-09T00:13:45.192Z Downloaded matches v0.1.10
11152023-10-09T00:13:45.196Z Downloaded macaddr v1.0.1
11162023-10-09T00:13:45.208Z Downloaded linked-hash-map v0.5.6
11172023-10-09T00:13:45.212Z Downloaded lazy_static v1.4.0
11182023-10-09T00:13:45.216Z Downloaded const-oid v0.9.5
11192023-10-09T00:13:45.223Z Downloaded bit-set v0.5.3
11202023-10-09T00:13:45.228Z Downloaded atomic-waker v1.1.1
11212023-10-09T00:13:45.232Z Downloaded num v0.4.1
11222023-10-09T00:13:45.238Z Downloaded nibble_vec v0.1.0
11232023-10-09T00:13:45.241Z Downloaded lock_api v0.4.10
11242023-10-09T00:13:45.245Z Downloaded debug-ignore v1.0.5
11252023-10-09T00:13:45.250Z Downloaded data-encoding v2.4.0
11262023-10-09T00:13:45.256Z Downloaded ctr v0.9.2
11272023-10-09T00:13:45.261Z Downloaded crc32fast v1.3.2
11282023-10-09T00:13:45.267Z Downloaded const_format_proc_macros v0.2.31
11292023-10-09T00:13:45.272Z Downloaded addr2line v0.21.0
11302023-10-09T00:13:45.276Z Downloaded libefi-sys v0.1.0
11312023-10-09T00:13:45.280Z Downloaded new_debug_unreachable v1.0.4
11322023-10-09T00:13:45.283Z Downloaded diesel_table_macro_syntax v0.1.0
11332023-10-09T00:13:45.288Z Downloaded darling_macro v0.20.3
11342023-10-09T00:13:45.290Z Downloaded cipher v0.4.4
11352023-10-09T00:13:45.295Z Downloaded cbc v0.1.2
11362023-10-09T00:13:45.299Z Downloaded blowfish v0.9.1
11372023-10-09T00:13:45.304Z Downloaded colorchoice v1.0.0
11382023-10-09T00:13:45.308Z Downloaded cfg-if v0.1.10
11392023-10-09T00:13:45.311Z Downloaded base64 v0.13.1
11402023-10-09T00:13:45.314Z Downloaded backtrace v0.3.69
11412023-10-09T00:13:45.317Z Compiling proc-macro2 v1.0.67
11422023-10-09T00:13:45.321Z Compiling unicode-ident v1.0.12
11432023-10-09T00:13:45.324Z Compiling libc v0.2.148
11442023-10-09T00:13:45.328Z Compiling serde v1.0.188
11452023-10-09T00:13:45.337Z Compiling version_check v0.9.4
11462023-10-09T00:13:45.340Z Compiling autocfg v1.1.0
11472023-10-09T00:13:45.343Z Compiling cfg-if v1.0.0
11482023-10-09T00:13:45.350Z Compiling syn v1.0.109
11492023-10-09T00:13:45.353Z Compiling typenum v1.16.0
11502023-10-09T00:13:45.356Z Compiling once_cell v1.18.0
11512023-10-09T00:13:45.360Z Compiling parking_lot_core v0.9.8
11522023-10-09T00:13:45.362Z Compiling generic-array v0.14.7
11532023-10-09T00:13:45.365Z Compiling lock_api v0.4.10
11542023-10-09T00:13:45.368Z Compiling thiserror v1.0.49
11552023-10-09T00:13:45.372Z Compiling libm v0.2.7
11562023-10-09T00:13:45.374Z Compiling num-traits v0.2.16
11572023-10-09T00:13:45.378Z Compiling itoa v1.0.9
11582023-10-09T00:13:45.382Z Compiling futures-core v0.3.28
11592023-10-09T00:13:45.386Z Compiling ahash v0.8.3
11602023-10-09T00:13:45.390Z Compiling memchr v2.6.3
11612023-10-09T00:13:45.393Z Compiling serde_json v1.0.107
11622023-10-09T00:13:45.398Z Compiling log v0.4.20
11632023-10-09T00:13:45.401Z Compiling slab v0.4.9
11642023-10-09T00:13:45.406Z Compiling quote v1.0.33
11652023-10-09T00:13:45.410Z Compiling futures-channel v0.3.28
11662023-10-09T00:13:45.414Z Compiling futures-task v0.3.28
11672023-10-09T00:13:45.418Z Compiling getrandom v0.2.10
11682023-10-09T00:13:45.421Z Compiling jobserver v0.1.26
11692023-10-09T00:13:45.424Z Compiling syn v2.0.32
11702023-10-09T00:13:45.428Z Compiling cc v1.0.83
11712023-10-09T00:13:45.431Z Compiling rand_core v0.6.4
11722023-10-09T00:13:45.435Z Compiling futures-util v0.3.28
11732023-10-09T00:13:45.438Z Compiling pkg-config v0.3.27
11742023-10-09T00:13:45.442Z Compiling ryu v1.0.15
11752023-10-09T00:13:45.447Z Compiling allocator-api2 v0.2.16
11762023-10-09T00:13:45.454Z Compiling vcpkg v0.2.15
11772023-10-09T00:13:45.963Z Compiling schemars v0.8.13
11782023-10-09T00:13:46.027Z Compiling equivalent v1.0.1
11792023-10-09T00:13:46.159Z Compiling hashbrown v0.14.0
11802023-10-09T00:13:46.283Z Compiling byteorder v1.4.3
11812023-10-09T00:13:47.134Z Compiling httparse v1.8.0
11822023-10-09T00:13:47.712Z Compiling ahash v0.7.6
11832023-10-09T00:13:48.166Z Compiling semver v1.0.19
11842023-10-09T00:13:48.189Z Compiling scopeguard v1.2.0
11852023-10-09T00:13:48.303Z Compiling iana-time-zone v0.1.57
11862023-10-09T00:13:48.787Z Compiling smallvec v1.11.0
11872023-10-09T00:13:48.899Z Compiling fnv v1.0.7
11882023-10-09T00:13:48.993Z Compiling ring v0.16.20
11892023-10-09T00:13:49.080Z Compiling heck v0.4.1
11902023-10-09T00:13:49.110Z Compiling indexmap v1.9.3
11912023-10-09T00:13:49.469Z Compiling time-core v0.1.1
11922023-10-09T00:13:49.530Z Compiling dyn-clone v1.0.13
11932023-10-09T00:13:49.550Z Compiling pin-project-lite v0.2.13
11942023-10-09T00:13:49.713Z Compiling time-macros v0.2.13
11952023-10-09T00:13:49.783Z Compiling openssl-sys v0.9.93
11962023-10-09T00:13:49.848Z Compiling subtle v2.5.0
11972023-10-09T00:13:49.915Z Compiling winnow v0.5.15
11982023-10-09T00:13:50.376Z Compiling ucd-trie v0.1.6
11992023-10-09T00:13:51.040Z Compiling parking_lot v0.12.1
12002023-10-09T00:13:51.304Z Compiling slog v2.7.0
12012023-10-09T00:13:51.902Z Compiling openssl v0.10.57
12022023-10-09T00:13:52.208Z Compiling rustls v0.21.7
12032023-10-09T00:13:52.302Z Compiling ppv-lite86 v0.2.17
12042023-10-09T00:13:52.413Z Compiling tinyvec_macros v0.1.1
12052023-10-09T00:13:52.541Z Compiling tinyvec v1.6.0
12062023-10-09T00:13:52.600Z Compiling socket2 v0.5.3
12072023-10-09T00:13:53.530Z Compiling num_cpus v1.16.0
12082023-10-09T00:13:53.711Z Compiling signal-hook-registry v1.4.1
12092023-10-09T00:13:54.109Z Compiling mio v0.8.8
12102023-10-09T00:13:54.625Z Compiling unicode-bidi v0.3.13
12112023-10-09T00:13:55.121Z Compiling unicode-normalization v0.1.22
12122023-10-09T00:13:55.196Z Compiling native-tls v0.2.11
12132023-10-09T00:13:55.697Z Compiling rand_chacha v0.3.1
12142023-10-09T00:13:56.233Z Compiling unicode-xid v0.2.4
12152023-10-09T00:13:56.265Z Compiling spin v0.5.2
12162023-10-09T00:13:56.476Z Compiling rand v0.8.5
12172023-10-09T00:13:56.500Z Compiling percent-encoding v2.3.0
12182023-10-09T00:13:56.609Z Compiling futures-sink v0.3.28
12192023-10-09T00:13:56.822Z Compiling serde_derive_internals v0.26.0
12202023-10-09T00:13:57.059Z Compiling form_urlencoded v1.2.0
12212023-10-09T00:13:57.096Z Compiling synstructure v0.12.6
12222023-10-09T00:13:57.265Z Compiling backtrace v0.3.69
12232023-10-09T00:13:57.560Z Compiling async-trait v0.1.73
12242023-10-09T00:13:57.842Z Compiling crossbeam-utils v0.8.16
12252023-10-09T00:13:58.182Z Compiling pin-utils v0.1.0
12262023-10-09T00:13:58.367Z Compiling idna v0.4.0
12272023-10-09T00:13:59.252Z Compiling aho-corasick v1.0.4
12282023-10-09T00:13:59.278Z Compiling regex-syntax v0.7.5
12292023-10-09T00:13:59.424Z Compiling const-oid v0.9.5
12302023-10-09T00:13:59.622Z Compiling futures-io v0.3.28
12312023-10-09T00:14:00.096Z Compiling url v2.4.1
12322023-10-09T00:14:00.832Z Compiling hashbrown v0.12.3
12332023-10-09T00:14:01.225Z Compiling unicode-width v0.1.10
12342023-10-09T00:14:01.464Z Compiling anyhow v1.0.75
12352023-10-09T00:14:02.549Z Compiling deranged v0.3.8
12362023-10-09T00:14:02.685Z Compiling num_threads v0.1.6
12372023-10-09T00:14:02.748Z Compiling usdt-impl v0.3.5
12382023-10-09T00:14:02.857Z Compiling thread-id v4.2.0
12392023-10-09T00:14:03.015Z Compiling tracing-core v0.1.31
12402023-10-09T00:14:03.409Z Compiling hashbrown v0.13.2
12412023-10-09T00:14:04.135Z Compiling cpufeatures v0.2.9
12422023-10-09T00:14:04.273Z Compiling adler v1.0.2
12432023-10-09T00:14:04.621Z Compiling miniz_oxide v0.7.1
12442023-10-09T00:14:05.293Z Compiling lazy_static v1.4.0
12452023-10-09T00:14:05.453Z Compiling regex-automata v0.3.8
12462023-10-09T00:14:05.584Z Compiling rustix v0.38.9
12472023-10-09T00:14:05.819Z Compiling time v0.3.27
12482023-10-09T00:14:06.673Z Compiling bitflags v1.3.2
12492023-10-09T00:14:07.405Z Compiling gimli v0.28.0
12502023-10-09T00:14:08.402Z Compiling serde_derive v1.0.188
12512023-10-09T00:14:09.714Z Compiling zeroize_derive v1.4.2
12522023-10-09T00:14:10.909Z Compiling thiserror-impl v1.0.49
12532023-10-09T00:14:11.359Z Compiling tokio-macros v2.1.0
12542023-10-09T00:14:11.483Z Compiling futures-macro v0.3.28
12552023-10-09T00:14:12.115Z Compiling tracing-attributes v0.1.26
12562023-10-09T00:14:13.825Z Compiling schemars_derive v0.8.13
12572023-10-09T00:14:14.711Z Compiling zeroize v1.6.0
12582023-10-09T00:14:15.316Z Compiling openssl-macros v0.1.1
12592023-10-09T00:14:16.231Z Compiling pest v2.7.2
12602023-10-09T00:14:16.243Z Compiling zerocopy-derive v0.2.0
12612023-10-09T00:14:17.544Z Compiling crypto-common v0.1.6
12622023-10-09T00:14:17.723Z Compiling block-buffer v0.10.4
12632023-10-09T00:14:18.064Z Compiling digest v0.10.7
12642023-10-09T00:14:18.757Z Compiling regex v1.9.5
12652023-10-09T00:14:18.822Z Compiling tracing v0.1.37
12662023-10-09T00:14:18.897Z Compiling zerocopy v0.3.0
12672023-10-09T00:14:20.212Z Compiling pest_meta v2.7.2
12682023-10-09T00:14:20.234Z Compiling dof v0.1.5
12692023-10-09T00:14:20.871Z Compiling addr2line v0.21.0
12702023-10-09T00:14:21.879Z Compiling object v0.32.1
12712023-10-09T00:14:21.903Z Compiling siphasher v0.3.11
12722023-10-09T00:14:22.586Z Compiling pest_generator v2.7.2
12732023-10-09T00:14:23.095Z Compiling rustc-demangle v0.1.23
12742023-10-09T00:14:24.240Z Compiling base64 v0.21.4
12752023-10-09T00:14:24.823Z Compiling untrusted v0.7.1
12762023-10-09T00:14:25.541Z Compiling socket2 v0.4.9
12772023-10-09T00:14:26.502Z Compiling phf_shared v0.11.2
12782023-10-09T00:14:26.867Z Compiling try-lock v0.2.4
12792023-10-09T00:14:27.009Z Compiling httpdate v1.0.3
12802023-10-09T00:14:27.077Z Compiling want v0.3.1
12812023-10-09T00:14:27.108Z Compiling strsim v0.10.0
12822023-10-09T00:14:27.523Z Compiling tower-service v0.3.2
12832023-10-09T00:14:27.778Z Compiling mime v0.3.17
12842023-10-09T00:14:27.806Z Compiling pest_derive v2.7.2
12852023-10-09T00:14:27.905Z Compiling openssl-probe v0.1.5
12862023-10-09T00:14:28.413Z Compiling foreign-types-shared v0.1.1
12872023-10-09T00:14:28.439Z Compiling rustls-webpki v0.101.4
12882023-10-09T00:14:28.587Z Compiling foreign-types v0.3.2
12892023-10-09T00:14:28.714Z Compiling sct v0.7.0
12902023-10-09T00:14:28.943Z Compiling dtrace-parser v0.1.14
12912023-10-09T00:14:29.194Z Compiling ipnet v2.8.0
12922023-10-09T00:14:31.632Z Compiling bytes v1.5.0
12932023-10-09T00:14:32.099Z Compiling indexmap v2.0.0
12942023-10-09T00:14:32.163Z Compiling chrono v0.4.31
12952023-10-09T00:14:32.301Z Compiling uuid v1.4.1
12962023-10-09T00:14:33.367Z Compiling serde_spanned v0.6.3
12972023-10-09T00:14:33.442Z Compiling toml_datetime v0.6.3
12982023-10-09T00:14:34.137Z Compiling http v0.2.9
12992023-10-09T00:14:34.143Z Compiling tokio v1.32.0
13002023-10-09T00:14:34.178Z Compiling toml_edit v0.19.15
13012023-10-09T00:14:34.193Z Compiling bitflags v2.4.0
13022023-10-09T00:14:34.862Z Compiling openapiv3 v1.0.3
13032023-10-09T00:14:38.105Z Compiling serde_tokenstream v0.1.7
13042023-10-09T00:14:38.488Z Compiling rustc_version v0.4.0
13052023-10-09T00:14:38.935Z Compiling usdt-attr-macro v0.3.5
13062023-10-09T00:14:39.126Z Compiling usdt-macro v0.3.5
13072023-10-09T00:14:41.102Z Compiling http-body v0.4.5
13082023-10-09T00:14:41.664Z Compiling serde_tokenstream v0.2.0
13092023-10-09T00:14:43.016Z Compiling rustls-pemfile v1.0.3
13102023-10-09T00:14:43.205Z Compiling regress v0.7.1
13112023-10-09T00:14:44.202Z Compiling encoding_rs v0.8.33
13122023-10-09T00:14:44.733Z Compiling rustls-native-certs v0.6.3
13132023-10-09T00:14:45.479Z Compiling serde_urlencoded v0.7.1
13142023-10-09T00:14:46.975Z Compiling tokio-util v0.7.8
13152023-10-09T00:14:47.508Z Compiling tokio-rustls v0.24.1
13162023-10-09T00:14:47.686Z Compiling errno v0.3.2
13172023-10-09T00:14:47.987Z Compiling webpki-roots v0.25.2
13182023-10-09T00:14:48.022Z Compiling getopts v0.2.21
13192023-10-09T00:14:48.120Z Compiling unsafe-libyaml v0.2.9
13202023-10-09T00:14:48.411Z Compiling futures-executor v0.3.28
13212023-10-09T00:14:49.370Z Compiling h2 v0.3.21
13222023-10-09T00:14:49.394Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13232023-10-09T00:14:51.358Z Compiling serde_yaml v0.9.25
13242023-10-09T00:14:53.533Z Compiling tokio-native-tls v0.3.1
13252023-10-09T00:14:53.942Z Compiling hmac v0.12.1
13262023-10-09T00:14:54.278Z Compiling num-integer v0.1.45
13272023-10-09T00:14:54.383Z Compiling rustversion v1.0.14
13282023-10-09T00:14:54.713Z Compiling usdt v0.3.5
13292023-10-09T00:14:55.132Z Compiling hex v0.4.3
13302023-10-09T00:14:55.360Z Compiling sha2 v0.10.7
13312023-10-09T00:14:56.252Z Compiling block-padding v0.3.3
13322023-10-09T00:14:56.730Z Compiling inout v0.1.3
13332023-10-09T00:14:57.132Z Compiling cipher v0.4.4
13342023-10-09T00:14:57.750Z Compiling toml v0.7.8
13352023-10-09T00:14:59.579Z Compiling crc32fast v1.3.2
13362023-10-09T00:14:59.874Z Compiling fallible-iterator v0.2.0
13372023-10-09T00:15:00.639Z Compiling futures v0.3.28
13382023-10-09T00:15:00.692Z Compiling ipnetwork v0.20.0
13392023-10-09T00:15:00.995Z Compiling spin v0.9.8
13402023-10-09T00:15:01.137Z Compiling io-lifetimes v1.0.11
13412023-10-09T00:15:01.505Z Compiling hyper v0.14.27
13422023-10-09T00:15:01.598Z Compiling either v1.9.0
13432023-10-09T00:15:02.154Z Compiling md-5 v0.10.5
13442023-10-09T00:15:02.518Z Compiling stringprep v0.1.3
13452023-10-09T00:15:02.543Z Compiling rustix v0.37.23
13462023-10-09T00:15:02.926Z Compiling enum-as-inner v0.5.1
13472023-10-09T00:15:03.558Z Compiling postgres-protocol v0.6.6
13482023-10-09T00:15:04.506Z Compiling slog-async v2.8.0
13492023-10-09T00:15:05.031Z Compiling postgres-types v0.2.6
13502023-10-09T00:15:05.277Z Compiling phf v0.11.2
13512023-10-09T00:15:05.733Z Compiling console v0.15.7
13522023-10-09T00:15:06.164Z Compiling num-bigint v0.4.4
13532023-10-09T00:15:06.171Z Compiling data-encoding v2.4.0
13542023-10-09T00:15:06.411Z Compiling whoami v1.4.1
13552023-10-09T00:15:07.607Z Compiling tokio-postgres v0.7.10
13562023-10-09T00:15:08.371Z Compiling zerocopy-derive v0.6.3
13572023-10-09T00:15:10.415Z Compiling static_assertions v1.1.0
13582023-10-09T00:15:11.566Z Compiling ident_case v1.0.1
13592023-10-09T00:15:11.831Z Compiling darling_core v0.20.3
13602023-10-09T00:15:12.716Z Compiling camino v1.1.6
13612023-10-09T00:15:13.292Z Compiling hyper-tls v0.5.0
13622023-10-09T00:15:13.510Z Compiling hyper-rustls v0.24.1
13632023-10-09T00:15:14.071Z Compiling flate2 v1.0.27
13642023-10-09T00:15:14.727Z Compiling reqwest v0.11.20
13652023-10-09T00:15:16.581Z Compiling strum_macros v0.25.2
13662023-10-09T00:15:17.357Z Compiling heapless v0.7.16
13672023-10-09T00:15:17.954Z Compiling bzip2-sys v0.1.11+1.0.8
13682023-10-09T00:15:18.594Z Compiling memoffset v0.9.0
13692023-10-09T00:15:18.843Z Compiling radium v0.7.0
13702023-10-09T00:15:19.029Z Compiling managed v0.8.0
13712023-10-09T00:15:19.466Z Compiling matches v0.1.10
13722023-10-09T00:15:19.597Z Compiling unicode-segmentation v1.10.1
13732023-10-09T00:15:20.161Z Compiling idna v0.2.3
13742023-10-09T00:15:21.093Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13752023-10-09T00:15:21.149Z Compiling darling_macro v0.20.3
13762023-10-09T00:15:22.659Z Compiling darling v0.20.3
13772023-10-09T00:15:22.810Z Compiling multer v2.1.0
13782023-10-09T00:15:22.844Z Compiling serde_with_macros v2.3.3
13792023-10-09T00:15:23.310Z Compiling trust-dns-proto v0.22.0
13802023-10-09T00:15:23.641Z Compiling async-stream-impl v0.3.5
13812023-10-09T00:15:25.745Z Compiling num-iter v0.1.43
13822023-10-09T00:15:25.788Z Compiling crossbeam-epoch v0.9.15
13832023-10-09T00:15:26.256Z Compiling utf8parse v0.2.1
13842023-10-09T00:15:26.389Z Compiling bit-vec v0.6.3
13852023-10-09T00:15:26.761Z Compiling smoltcp v0.9.1
13862023-10-09T00:15:26.836Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13872023-10-09T00:15:27.130Z Compiling anstyle v1.0.2
13882023-10-09T00:15:27.186Z Compiling paste v1.0.14
13892023-10-09T00:15:27.921Z Compiling anstyle-parse v0.2.1
13902023-10-09T00:15:28.535Z Compiling zerocopy v0.6.3
13912023-10-09T00:15:28.593Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13922023-10-09T00:15:28.788Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13932023-10-09T00:15:29.935Z Compiling signature v2.1.0
13942023-10-09T00:15:30.367Z Compiling hubpack_derive v0.1.1
13952023-10-09T00:15:31.180Z Compiling clap_derive v4.4.2
13962023-10-09T00:15:31.658Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
13972023-10-09T00:15:32.006Z Compiling colorchoice v1.0.0
13982023-10-09T00:15:32.073Z Compiling anstyle-query v1.0.0
13992023-10-09T00:15:32.269Z Compiling anstream v0.5.0
14002023-10-09T00:15:33.414Z Compiling yasna v0.5.2
14012023-10-09T00:15:34.032Z Compiling terminal_size v0.2.6
14022023-10-09T00:15:34.317Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14032023-10-09T00:15:34.494Z Compiling structmeta-derive v0.1.6
14042023-10-09T00:15:35.701Z Compiling diesel_table_macro_syntax v0.1.0
14052023-10-09T00:15:36.296Z Compiling hash32 v0.2.1
14062023-10-09T00:15:36.907Z Compiling tap v1.0.1
14072023-10-09T00:15:37.192Z Compiling stable_deref_trait v1.2.0
14082023-10-09T00:15:37.323Z Compiling clap_lex v0.5.1
14092023-10-09T00:15:37.724Z Compiling wyz v0.5.1
14102023-10-09T00:15:38.162Z Compiling clap_builder v4.4.2
14112023-10-09T00:15:38.193Z Compiling diesel_derives v2.1.1
14122023-10-09T00:15:38.973Z Compiling itertools v0.10.5
14132023-10-09T00:15:39.024Z Compiling structmeta v0.1.6
14142023-10-09T00:15:39.336Z Compiling tokio-stream v0.1.14
14152023-10-09T00:15:39.400Z Compiling serde_repr v0.1.16
14162023-10-09T00:15:39.657Z Compiling scheduled-thread-pool v0.2.7
14172023-10-09T00:15:40.451Z Compiling funty v2.0.0
14182023-10-09T00:15:40.722Z Compiling regex-automata v0.1.10
14192023-10-09T00:15:41.041Z Compiling regex-syntax v0.6.29
14202023-10-09T00:15:41.222Z Compiling r2d2 v0.8.10
14212023-10-09T00:15:41.548Z Compiling bstr v0.2.17
14222023-10-09T00:15:42.101Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14232023-10-09T00:15:43.838Z Compiling bitvec v1.0.1
14242023-10-09T00:15:44.561Z Compiling clap v4.4.3
14252023-10-09T00:15:44.726Z Compiling hubpack v0.1.2
14262023-10-09T00:15:45.608Z Compiling phf_shared v0.10.0
14272023-10-09T00:15:45.634Z Compiling float-cmp v0.9.0
14282023-10-09T00:15:45.965Z Compiling unicode-linebreak v0.1.5
14292023-10-09T00:15:46.053Z Compiling predicates-core v1.0.6
14302023-10-09T00:15:46.248Z Compiling difflib v0.4.0
14312023-10-09T00:15:47.064Z Compiling new_debug_unreachable v1.0.4
14322023-10-09T00:15:47.089Z Compiling normalize-line-endings v0.3.0
14332023-10-09T00:15:47.104Z Compiling smawk v0.3.1
14342023-10-09T00:15:47.115Z Compiling fixedbitset v0.4.2
14352023-10-09T00:15:47.163Z Compiling precomputed-hash v0.1.1
14362023-10-09T00:15:47.331Z Compiling string_cache v0.8.7
14372023-10-09T00:15:47.668Z Compiling petgraph v0.6.4
14382023-10-09T00:15:48.531Z Compiling textwrap v0.16.0
14392023-10-09T00:15:49.118Z Compiling predicates v3.0.3
14402023-10-09T00:15:50.402Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14412023-10-09T00:15:50.831Z Compiling parse-display-derive v0.7.0
14422023-10-09T00:15:51.493Z Compiling similar v2.2.1
14432023-10-09T00:15:52.020Z Compiling bit-set v0.5.3
14442023-10-09T00:15:52.634Z Compiling bstr v1.6.0
14452023-10-09T00:15:54.655Z Compiling lalrpop-util v0.19.12
14462023-10-09T00:16:02.475Z Compiling diesel v2.1.1
14472023-10-09T00:16:14.718Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14482023-10-09T00:16:15.418Z Compiling proc-macro-crate v1.3.1
14492023-10-09T00:16:20.796Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14502023-10-09T00:16:45.202Z Compiling atty v0.2.14
14512023-10-09T00:16:48.688Z Compiling sha1 v0.10.5
14522023-10-09T00:16:49.304Z Compiling match_cfg v0.1.0
14532023-10-09T00:16:49.442Z Compiling hostname v0.3.1
14542023-10-09T00:16:50.482Z Compiling dirs-sys-next v0.1.2
14552023-10-09T00:16:50.925Z Compiling dirs-next v2.0.0
14562023-10-09T00:16:52.119Z Compiling thread_local v1.1.7
14572023-10-09T00:16:54.029Z Compiling term v0.7.0
14582023-10-09T00:16:54.053Z Compiling crossbeam-channel v0.5.8
14592023-10-09T00:16:55.279Z Compiling take_mut v0.2.2
14602023-10-09T00:16:56.026Z Compiling slog-term v2.9.0
14612023-10-09T00:16:57.968Z Compiling slog-json v2.6.1
14622023-10-09T00:16:58.216Z Compiling instant v0.1.12
14632023-10-09T00:16:58.601Z Compiling slog-bunyan v2.4.0
14642023-10-09T00:17:00.023Z Compiling strum v0.25.0
14652023-10-09T00:17:00.595Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
14662023-10-09T00:17:00.711Z Compiling atomic-waker v1.1.1
14672023-10-09T00:17:01.051Z Compiling waitgroup v0.1.2
14682023-10-09T00:17:01.256Z Compiling num_enum_derive v0.5.11
14692023-10-09T00:17:01.384Z Compiling serde_with v2.3.3
14702023-10-09T00:17:01.737Z Compiling async-stream v0.3.5
14712023-10-09T00:17:02.795Z Compiling serde_path_to_error v0.1.14
14722023-10-09T00:17:03.701Z Compiling libz-sys v1.1.12
14732023-10-09T00:17:03.909Z Compiling debug-ignore v1.0.5
14742023-10-09T00:17:04.059Z Compiling fastrand v2.0.0
14752023-10-09T00:17:04.571Z Compiling tempfile v3.8.0
14762023-10-09T00:17:08.363Z Compiling proc-macro-error-attr v1.0.4
14772023-10-09T00:17:08.525Z Compiling slog-dtrace v0.2.3
14782023-10-09T00:17:09.836Z Compiling backoff v0.4.0
14792023-10-09T00:17:10.423Z Compiling parse-display v0.7.0
14802023-10-09T00:17:12.343Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14812023-10-09T00:17:12.607Z Compiling macaddr v1.0.1
14822023-10-09T00:17:12.723Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14832023-10-09T00:17:12.997Z Compiling libgit2-sys v0.15.2+1.6.4
14842023-10-09T00:17:13.035Z Compiling proc-macro-error v1.0.4
14852023-10-09T00:17:13.585Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14862023-10-09T00:17:15.611Z Compiling libsqlite3-sys v0.26.0
14872023-10-09T00:17:16.111Z Compiling memoffset v0.7.1
14882023-10-09T00:17:16.257Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14892023-10-09T00:17:18.521Z Compiling vergen v8.2.4
14902023-10-09T00:17:18.919Z Compiling foreign-types-macros v0.2.3
14912023-10-09T00:17:19.385Z Compiling base64ct v1.6.0
14922023-10-09T00:17:22.438Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14932023-10-09T00:17:23.262Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14942023-10-09T00:17:27.076Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14952023-10-09T00:17:28.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14962023-10-09T00:17:28.549Z Compiling platforms v3.0.2
14972023-10-09T00:17:29.064Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
14982023-10-09T00:17:29.492Z Compiling num_enum_derive v0.7.0
14992023-10-09T00:17:29.587Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15002023-10-09T00:17:29.814Z Compiling password-hash v0.5.0
15012023-10-09T00:17:30.412Z Compiling curve25519-dalek v4.1.0
15022023-10-09T00:17:30.649Z Compiling heck v0.3.3
15032023-10-09T00:17:31.046Z Compiling blake2 v0.10.6
15042023-10-09T00:17:31.221Z Compiling libefi-sys v0.1.0
15052023-10-09T00:17:31.293Z Compiling structopt-derive v0.4.18
15062023-10-09T00:17:31.677Z Compiling zone_cfg_derive v0.2.0
15072023-10-09T00:17:31.743Z Compiling argon2 v0.5.2
15082023-10-09T00:17:33.321Z Compiling curve25519-dalek-derive v0.1.0
15092023-10-09T00:17:33.671Z Compiling same-file v1.0.6
15102023-10-09T00:17:33.905Z Compiling toml v0.5.11
15112023-10-09T00:17:34.031Z Compiling walkdir v2.4.0
15122023-10-09T00:17:34.194Z Compiling semver-parser v0.10.2
15132023-10-09T00:17:35.147Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15142023-10-09T00:17:35.648Z Compiling filetime v0.2.22
15152023-10-09T00:17:35.742Z Compiling xattr v1.0.1
15162023-10-09T00:17:36.301Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15172023-10-09T00:17:36.312Z Compiling erased-serde v0.3.30
15182023-10-09T00:17:36.789Z Compiling getrandom v0.1.16
15192023-10-09T00:17:36.793Z Compiling tar v0.4.40
15202023-10-09T00:17:36.936Z Compiling semver v0.11.0
15212023-10-09T00:17:37.004Z Compiling universal-hash v0.5.1
15222023-10-09T00:17:37.277Z Compiling bitstruct_derive v0.1.0
15232023-10-09T00:17:37.323Z Compiling async-recursion v1.0.5
15242023-10-09T00:17:37.620Z Compiling home v0.5.5
15252023-10-09T00:17:37.995Z Compiling opaque-debug v0.3.0
15262023-10-09T00:17:38.062Z Compiling toolchain_find v0.2.0
15272023-10-09T00:17:38.450Z Compiling num-rational v0.4.1
15282023-10-09T00:17:38.875Z Compiling unicase v2.7.0
15292023-10-09T00:17:38.878Z Compiling parking_lot_core v0.8.6
15302023-10-09T00:17:39.125Z Compiling rustfmt-wrapper v0.2.0
15312023-10-09T00:17:39.259Z Compiling omicron-zone-package v0.8.3
15322023-10-09T00:17:39.523Z Compiling num_enum v0.5.11
15332023-10-09T00:17:39.746Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
15342023-10-09T00:17:39.769Z Compiling aead v0.5.2
15352023-10-09T00:17:40.130Z Compiling postcard-cobs v0.1.5-pre
15362023-10-09T00:17:40.330Z Compiling winapi v0.3.9
15372023-10-09T00:17:40.430Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
15382023-10-09T00:17:40.526Z Compiling postcard v0.7.3
15392023-10-09T00:17:40.692Z Compiling polyval v0.6.1
15402023-10-09T00:17:41.085Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15412023-10-09T00:17:41.573Z Compiling smoltcp v0.8.2
15422023-10-09T00:17:41.578Z Compiling aes v0.8.3
15432023-10-09T00:17:41.778Z Compiling ctr v0.9.2
15442023-10-09T00:17:42.087Z Compiling thiserror-impl-no-std v2.0.2
15452023-10-09T00:17:42.233Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15462023-10-09T00:17:42.521Z Compiling cfg-if v0.1.10
15472023-10-09T00:17:42.549Z Compiling foreign-types-shared v0.3.1
15482023-10-09T00:17:42.728Z Compiling foreign-types v0.5.0
15492023-10-09T00:17:43.539Z Compiling mime_guess v2.0.4
15502023-10-09T00:17:46.119Z Compiling is-terminal v0.4.9
15512023-10-09T00:17:46.312Z Compiling toml_edit v0.20.0
15522023-10-09T00:17:46.734Z Compiling hashlink v0.8.3
15532023-10-09T00:17:47.843Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15542023-10-09T00:17:48.401Z Compiling cstr-argument v0.1.2
15552023-10-09T00:17:49.126Z Compiling fallible-streaming-iterator v0.1.9
15562023-10-09T00:17:49.535Z Compiling pretty-hex v0.2.1
15572023-10-09T00:17:50.486Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15582023-10-09T00:17:51.365Z Compiling toml v0.8.0
15592023-10-09T00:17:51.411Z Compiling rusqlite v0.29.0
15602023-10-09T00:17:54.431Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15612023-10-09T00:17:54.532Z Compiling colored v2.0.4
15622023-10-09T00:17:54.747Z Compiling nix v0.26.2
15632023-10-09T00:17:55.363Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15642023-10-09T00:17:57.357Z Compiling twox-hash v1.6.3
15652023-10-09T00:17:57.648Z Compiling hkdf v0.12.3
15662023-10-09T00:17:58.358Z Compiling textwrap v0.11.0
15672023-10-09T00:17:58.498Z Compiling const_format_proc_macros v0.2.31
15682023-10-09T00:17:59.270Z Compiling base64 v0.13.1
15692023-10-09T00:18:00.289Z Compiling quick-error v1.2.3
15702023-10-09T00:18:00.551Z Compiling vec_map v0.8.2
15712023-10-09T00:18:00.715Z Compiling ansi_term v0.12.1
15722023-10-09T00:18:01.019Z Compiling linked-hash-map v0.5.6
15732023-10-09T00:18:01.629Z Compiling strsim v0.8.0
15742023-10-09T00:18:01.877Z Compiling lru-cache v0.1.2
15752023-10-09T00:18:02.014Z Compiling clap v2.34.0
15762023-10-09T00:18:02.868Z Compiling resolv-conf v0.7.0
15772023-10-09T00:18:05.356Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15782023-10-09T00:18:05.383Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15792023-10-09T00:18:07.126Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15802023-10-09T00:18:08.332Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
15812023-10-09T00:18:10.225Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
15822023-10-09T00:18:11.390Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15832023-10-09T00:18:13.148Z Compiling num_enum v0.7.0
15842023-10-09T00:18:14.068Z Compiling bincode v1.3.3
15852023-10-09T00:18:14.822Z Compiling termcolor v1.2.0
15862023-10-09T00:18:15.842Z Compiling keccak v0.1.4
15872023-10-09T00:18:16.042Z Compiling convert_case v0.4.0
15882023-10-09T00:18:16.372Z Compiling humantime v2.1.0
15892023-10-09T00:18:17.348Z Compiling utf-8 v0.7.6
15902023-10-09T00:18:17.850Z Compiling cancel-safe-futures v0.1.2
15912023-10-09T00:18:18.361Z Compiling derive_more v0.99.17
15922023-10-09T00:18:18.545Z Compiling env_logger v0.9.3
15932023-10-09T00:18:18.745Z Compiling sha3 v0.10.8
15942023-10-09T00:18:19.882Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15952023-10-09T00:18:25.315Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15962023-10-09T00:18:26.755Z Compiling structopt v0.3.26
15972023-10-09T00:18:28.412Z Compiling trust-dns-resolver v0.22.0
15982023-10-09T00:18:31.352Z Compiling aes-gcm-siv v0.11.1
15992023-10-09T00:18:31.942Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16002023-10-09T00:18:32.658Z Compiling zone v0.2.0
16012023-10-09T00:18:33.057Z Compiling itertools v0.11.0
16022023-10-09T00:18:33.918Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16032023-10-09T00:18:34.942Z Compiling smf v0.2.2
16042023-10-09T00:18:36.344Z Compiling secrecy v0.8.0
16052023-10-09T00:18:36.657Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16062023-10-09T00:18:36.871Z Compiling ascii v1.1.0
16072023-10-09T00:18:37.538Z Compiling ringbuffer v0.15.0
16082023-10-09T00:18:38.235Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16092023-10-09T00:18:38.296Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16102023-10-09T00:18:39.083Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16112023-10-09T00:18:40.021Z Compiling bitstruct v0.1.1
16122023-10-09T00:18:40.901Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16132023-10-09T00:18:42.148Z Compiling serde_arrays v0.1.0
16142023-10-09T00:18:42.561Z Compiling ff v0.13.0
16152023-10-09T00:18:42.736Z Compiling nibble_vec v0.1.0
16162023-10-09T00:18:42.807Z Compiling endian-type v0.1.2
16172023-10-09T00:18:42.895Z Compiling arc-swap v1.6.0
16182023-10-09T00:18:43.179Z Compiling radix_trie v0.2.1
16192023-10-09T00:18:44.002Z Compiling slog-scope v4.4.0
16202023-10-09T00:18:44.166Z Compiling group v0.13.0
16212023-10-09T00:18:44.424Z Compiling rand_core v0.5.1
16222023-10-09T00:18:44.851Z Compiling tungstenite v0.20.1
16232023-10-09T00:18:45.463Z Compiling poly1305 v0.8.0
16242023-10-09T00:18:46.355Z Compiling chacha20 v0.9.1
16252023-10-09T00:18:46.973Z Compiling crypto-bigint v0.5.2
16262023-10-09T00:18:47.145Z Compiling num-complex v0.4.4
16272023-10-09T00:18:47.205Z Compiling ciborium-io v0.2.1
16282023-10-09T00:18:47.266Z Compiling half v1.8.2
16292023-10-09T00:18:47.385Z Compiling base16ct v0.2.0
16302023-10-09T00:18:48.327Z Compiling option-ext v0.2.0
16312023-10-09T00:18:48.331Z Compiling ciborium-ll v0.2.1
16322023-10-09T00:18:48.576Z Compiling dirs-sys v0.4.1
16332023-10-09T00:18:48.828Z Compiling num v0.4.1
16342023-10-09T00:18:48.861Z Compiling tokio-tungstenite v0.20.1
16352023-10-09T00:18:48.985Z Compiling parking_lot v0.11.2
16362023-10-09T00:18:49.046Z Compiling rand_chacha v0.2.2
16372023-10-09T00:18:49.301Z Compiling slog-stdlog v4.1.1
16382023-10-09T00:18:49.522Z Compiling trust-dns-client v0.22.0
16392023-10-09T00:18:49.694Z Compiling thiserror-no-std v2.0.2
16402023-10-09T00:18:50.680Z Compiling elliptic-curve v0.13.5
16412023-10-09T00:18:50.809Z Compiling password-hash v0.4.2
16422023-10-09T00:18:51.043Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16432023-10-09T00:18:51.428Z Compiling ed25519 v2.2.2
16442023-10-09T00:18:51.517Z Compiling blowfish v0.9.1
16452023-10-09T00:18:51.973Z Compiling pbkdf2 v0.12.2
16462023-10-09T00:18:52.207Z Compiling fxhash v0.2.1
16472023-10-09T00:18:52.876Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16482023-10-09T00:18:53.025Z Compiling sled v0.34.7
16492023-10-09T00:18:53.441Z Compiling bcrypt-pbkdf v0.10.0
16502023-10-09T00:18:53.599Z Compiling trust-dns-server v0.22.1
16512023-10-09T00:18:53.686Z Compiling ed25519-dalek v2.0.0
16522023-10-09T00:18:54.097Z Compiling pbkdf2 v0.11.0
16532023-10-09T00:18:54.122Z Compiling vsss-rs v3.3.1
16542023-10-09T00:18:54.710Z Compiling russh-cryptovec v0.7.0
16552023-10-09T00:18:55.412Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16562023-10-09T00:18:55.746Z Compiling slog-envlogger v2.2.0
16572023-10-09T00:18:56.026Z Compiling rand v0.7.3
16582023-10-09T00:18:57.652Z Compiling dirs v5.0.1
16592023-10-09T00:18:58.180Z Compiling ciborium v0.2.1
16602023-10-09T00:18:58.912Z Compiling chacha20poly1305 v0.10.1
16612023-10-09T00:18:58.921Z Compiling tungstenite v0.18.0
16622023-10-09T00:18:59.341Z Compiling const_format v0.2.31
16632023-10-09T00:19:00.446Z Compiling pem v1.1.1
16642023-10-09T00:19:00.812Z Compiling ron v0.7.1
16652023-10-09T00:19:01.705Z Compiling ghash v0.5.0
16662023-10-09T00:19:02.494Z Compiling camino-tempfile v1.0.2
16672023-10-09T00:19:03.592Z Compiling cbc v0.1.2
16682023-10-09T00:19:03.627Z Compiling headers-core v0.2.0
16692023-10-09T00:19:04.279Z Compiling md5 v0.7.0
16702023-10-09T00:19:04.479Z Compiling pretty-hex v0.3.0
16712023-10-09T00:19:04.758Z Compiling http-range v0.1.5
16722023-10-09T00:19:04.860Z Compiling bit_field v0.10.2
16732023-10-09T00:19:05.372Z Compiling russh-keys v0.38.0
16742023-10-09T00:19:05.387Z Compiling hyper-staticfile v0.9.5
16752023-10-09T00:19:05.850Z Compiling headers v0.3.9
16762023-10-09T00:19:10.096Z Compiling aes-gcm v0.10.2
16772023-10-09T00:19:10.637Z Compiling rcgen v0.10.0
16782023-10-09T00:19:10.662Z Compiling tokio-tungstenite v0.18.0
16792023-10-09T00:19:17.264Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
16802023-10-09T00:19:17.514Z Compiling atomicwrites v0.4.1
16812023-10-09T00:19:18.030Z Compiling subprocess v0.2.9
16822023-10-09T00:19:18.062Z Compiling hex-literal v0.4.1
16832023-10-09T00:19:18.321Z Compiling glob v0.3.1
16842023-10-09T00:19:19.228Z Compiling russh v0.38.0
16852023-10-09T00:19:25.865Z Compiling bzip2 v0.4.4
16862023-10-09T00:19:26.318Z Compiling zip v0.6.6
16872023-10-09T00:19:28.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16882023-10-09T00:19:29.281Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16892023-10-09T00:19:29.325Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16902023-10-09T00:19:29.394Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16912023-10-09T00:19:29.426Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16922023-10-09T00:19:29.527Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16932023-10-09T00:19:29.932Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16942023-10-09T00:19:30.162Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16952023-10-09T00:19:30.609Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16962023-10-09T00:19:32.414Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16972023-10-09T00:19:40.287Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
16982023-10-09T00:19:47.756Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16992023-10-09T00:19:52.732Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17002023-10-09T00:19:54.631Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17012023-10-09T00:20:06.416Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17022023-10-09T00:20:09.543Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17032023-10-09T00:20:09.963Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17042023-10-09T00:20:16.767Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17052023-10-09T00:20:18.579Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17062023-10-09T00:20:19.505Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17072023-10-09T00:20:38.380Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17082023-10-09T00:21:01.041Z Compiling git2 v0.17.2
17092023-10-09T00:21:07.663Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17102023-10-09T00:21:09.607Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17112023-10-09T00:21:21.829Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17122023-10-09T00:21:37.873Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17132023-10-09T00:21:38.202Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17142023-10-09T00:21:38.743Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17152023-10-09T00:21:42.650Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17162023-10-09T00:22:18.620Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17172023-10-09T00:23:46.878Z Finished dev [unoptimized + debuginfo] target(s) in 10m 38s
17182023-10-09T00:23:47.223Z
17192023-10-09T00:23:47.226Zreal 10:39.232047257
17202023-10-09T00:23:47.229Zuser 58:31.121852127
17212023-10-09T00:23:47.232Zsys 9:37.730421482
17222023-10-09T00:23:47.234Ztrap 2.536966561
17232023-10-09T00:23:47.238Ztflt 2.948201572
17242023-10-09T00:23:47.241Zdflt 7.346981067
17252023-10-09T00:23:47.243Zkflt 0.026187829
17262023-10-09T00:23:47.246Zlock 1:49:41.772160972
17272023-10-09T00:23:47.249Zslp 3:05:11.236954270
17282023-10-09T00:23:47.252Zlat 2:31.405283324
17292023-10-09T00:23:47.255Zstop 5:50.544533370
17302023-10-09T00:23:47.257Z+ mkdir -p /work/end-to-end-tests
17312023-10-09T00:23:47.261Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17322023-10-09T00:23:47.568Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17332023-10-09T00:23:47.571Z+ ptime -m gzip
17342023-10-09T00:23:47.573Z++ basename target/debug/bootstrap
17352023-10-09T00:24:04.370Z
17362023-10-09T00:24:04.373Zreal 16.795201975
17372023-10-09T00:24:04.376Zuser 16.607486942
17382023-10-09T00:24:04.380Zsys 0.174242153
17392023-10-09T00:24:04.383Ztrap 0.006578534
17402023-10-09T00:24:04.386Ztflt 0.000000000
17412023-10-09T00:24:04.389Zdflt 0.000000000
17422023-10-09T00:24:04.393Zkflt 0.000000000
17432023-10-09T00:24:04.396Zlock 0.000000000
17442023-10-09T00:24:04.400Zslp 0.000000000
17452023-10-09T00:24:04.403Zlat 0.006559349
17462023-10-09T00:24:04.406Zstop 0.000222642
17472023-10-09T00:24:04.409Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17482023-10-09T00:24:04.412Z+ ptime -m gzip
17492023-10-09T00:24:04.415Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-17104205d2dd33c1
17502023-10-09T00:24:05.462Z
17512023-10-09T00:24:05.465Zreal 1.082648689
17522023-10-09T00:24:05.468Zuser 1.070471382
17532023-10-09T00:24:05.470Zsys 0.010979789
17542023-10-09T00:24:05.473Ztrap 0.000448825
17552023-10-09T00:24:05.476Ztflt 0.000000000
17562023-10-09T00:24:05.479Zdflt 0.000000000
17572023-10-09T00:24:05.482Zkflt 0.000000000
17582023-10-09T00:24:05.485Zlock 0.000000000
17592023-10-09T00:24:05.488Zslp 0.000000000
17602023-10-09T00:24:05.493Zlat 0.000391135
17612023-10-09T00:24:05.498Zstop 0.000241040
17622023-10-09T00:24:05.501Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17632023-10-09T00:24:05.504Z+ ptime -m gzip
17642023-10-09T00:24:05.510Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c8a971e4f85bcd88
17652023-10-09T00:24:24.545Z
17662023-10-09T00:24:24.548Zreal 19.075695330
17672023-10-09T00:24:24.551Zuser 18.894755812
17682023-10-09T00:24:24.553Zsys 0.175868055
17692023-10-09T00:24:24.563Ztrap 0.003438067
17702023-10-09T00:24:24.566Ztflt 0.000000000
17712023-10-09T00:24:24.569Zdflt 0.000000000
17722023-10-09T00:24:24.571Zkflt 0.000000000
17732023-10-09T00:24:24.574Zlock 0.000000000
17742023-10-09T00:24:24.577Zslp 0.000000000
17752023-10-09T00:24:24.581Zlat 0.001157028
17762023-10-09T00:24:24.584Zstop 0.000363297
17772023-10-09T00:24:24.586Z+ banner caboose-util
17782023-10-09T00:24:24.589Z
17792023-10-09T00:24:24.592Z #### ## ##### #### #### #### ###### # # #####
17802023-10-09T00:24:24.595Z # # # # # # # # # # # # # # #
17812023-10-09T00:24:24.598Z # # # ##### # # # # #### ##### ##### # # #
17822023-10-09T00:24:24.602Z # ###### # # # # # # # # # # #
17832023-10-09T00:24:24.604Z # # # # # # # # # # # # # # # #
17842023-10-09T00:24:24.607Z #### # # ##### #### #### #### ###### #### #
17852023-10-09T00:24:24.610Z
17862023-10-09T00:24:24.612Z+ ptime -m cargo build --locked -p caboose-util --release
17872023-10-09T00:24:25.267Z Downloading crates ...
17882023-10-09T00:24:25.559Z Downloaded pkcs1 v0.7.5
17892023-10-09T00:24:25.566Z Downloaded crc-catalog v2.2.0
17902023-10-09T00:24:25.568Z Downloaded nodrop v0.1.14
17912023-10-09T00:24:25.572Z Downloaded serde-hex v0.1.0
17922023-10-09T00:24:25.574Z Downloaded pem-rfc7468 v0.7.0
17932023-10-09T00:24:25.577Z Downloaded array-init v0.0.4
17942023-10-09T00:24:25.579Z Downloaded path-slash v0.1.5
17952023-10-09T00:24:25.582Z Downloaded flagset v0.4.3
17962023-10-09T00:24:25.585Z Downloaded smallvec v0.6.14
17972023-10-09T00:24:25.588Z Downloaded packed_struct v0.10.1
17982023-10-09T00:24:25.591Z Downloaded packed_struct_codegen v0.10.1
17992023-10-09T00:24:25.594Z Downloaded crc v3.0.1
18002023-10-09T00:24:25.597Z Downloaded bitfield v0.14.0
18012023-10-09T00:24:25.601Z Downloaded maybe-uninit v2.0.0
18022023-10-09T00:24:25.604Z Downloaded env_logger v0.10.0
18032023-10-09T00:24:25.607Z Downloaded ron v0.8.1
18042023-10-09T00:24:25.612Z Downloaded rsa v0.9.2
18052023-10-09T00:24:25.622Z Downloaded num-bigint-dig v0.8.4
18062023-10-09T00:24:25.634Z Downloaded object v0.30.4
18072023-10-09T00:24:25.650Z Downloaded x509-cert v0.2.4
18082023-10-09T00:24:25.659Z Downloaded der_derive v0.7.2
18092023-10-09T00:24:25.663Z Downloaded crc-any v2.4.3
18102023-10-09T00:24:25.822Z Compiling proc-macro2 v1.0.67
18112023-10-09T00:24:25.825Z Compiling unicode-ident v1.0.12
18122023-10-09T00:24:25.828Z Compiling libc v0.2.148
18132023-10-09T00:24:25.830Z Compiling serde v1.0.188
18142023-10-09T00:24:25.833Z Compiling autocfg v1.1.0
18152023-10-09T00:24:25.844Z Compiling version_check v0.9.4
18162023-10-09T00:24:25.846Z Compiling cfg-if v1.0.0
18172023-10-09T00:24:25.985Z Compiling once_cell v1.18.0
18182023-10-09T00:24:25.996Z Compiling parking_lot_core v0.9.8
18192023-10-09T00:24:26.093Z Compiling syn v1.0.109
18202023-10-09T00:24:26.567Z Compiling typenum v1.16.0
18212023-10-09T00:24:26.578Z Compiling libm v0.2.7
18222023-10-09T00:24:26.624Z Compiling futures-core v0.3.28
18232023-10-09T00:24:27.044Z Compiling lock_api v0.4.10
18242023-10-09T00:24:27.047Z Compiling generic-array v0.14.7
18252023-10-09T00:24:27.054Z Compiling num-traits v0.2.16
18262023-10-09T00:24:27.376Z Compiling pkg-config v0.3.27
18272023-10-09T00:24:27.379Z Compiling slab v0.4.9
18282023-10-09T00:24:27.382Z Compiling serde_json v1.0.107
18292023-10-09T00:24:27.750Z Compiling futures-channel v0.3.28
18302023-10-09T00:24:27.785Z Compiling futures-task v0.3.28
18312023-10-09T00:24:27.805Z Compiling thiserror v1.0.49
18322023-10-09T00:24:28.030Z Compiling quote v1.0.33
18332023-10-09T00:24:28.189Z Compiling scopeguard v1.2.0
18342023-10-09T00:24:28.384Z Compiling itoa v1.0.9
18352023-10-09T00:24:28.421Z Compiling futures-util v0.3.28
18362023-10-09T00:24:28.461Z Compiling memchr v2.6.3
18372023-10-09T00:24:28.703Z Compiling syn v2.0.32
18382023-10-09T00:24:28.855Z Compiling jobserver v0.1.26
18392023-10-09T00:24:29.077Z Compiling getrandom v0.2.10
18402023-10-09T00:24:29.725Z Compiling cc v1.0.83
18412023-10-09T00:24:30.428Z Compiling ahash v0.7.6
18422023-10-09T00:24:30.536Z Compiling ahash v0.8.3
18432023-10-09T00:24:30.893Z Compiling smallvec v1.11.0
18442023-10-09T00:24:30.992Z Compiling vcpkg v0.2.15
18452023-10-09T00:24:31.647Z Compiling log v0.4.20
18462023-10-09T00:24:32.398Z Compiling byteorder v1.4.3
18472023-10-09T00:24:32.644Z Compiling rand_core v0.6.4
18482023-10-09T00:24:33.415Z Compiling pin-project-lite v0.2.13
18492023-10-09T00:24:33.718Z Compiling parking_lot v0.12.1
18502023-10-09T00:24:33.975Z Compiling indexmap v1.9.3
18512023-10-09T00:24:34.531Z Compiling openssl-sys v0.9.93
18522023-10-09T00:24:34.992Z Compiling ring v0.16.20
18532023-10-09T00:24:35.960Z Compiling io-lifetimes v1.0.11
18542023-10-09T00:24:36.773Z Compiling num-integer v0.1.45
18552023-10-09T00:24:36.790Z Compiling semver v1.0.19
18562023-10-09T00:24:37.173Z Compiling spin v0.5.2
18572023-10-09T00:24:37.419Z Compiling ryu v1.0.15
18582023-10-09T00:24:37.541Z Compiling const-oid v0.9.5
18592023-10-09T00:24:38.931Z Compiling rustix v0.37.23
18602023-10-09T00:24:39.745Z Compiling mio v0.8.8
18612023-10-09T00:24:39.856Z Compiling num_cpus v1.16.0
18622023-10-09T00:24:40.009Z Compiling signal-hook-registry v1.4.1
18632023-10-09T00:24:40.595Z Compiling socket2 v0.5.3
18642023-10-09T00:24:41.164Z Compiling openssl v0.10.57
18652023-10-09T00:24:41.288Z Compiling httparse v1.8.0
18662023-10-09T00:24:41.504Z Compiling futures-sink v0.3.28
18672023-10-09T00:24:41.596Z Compiling ucd-trie v0.1.6
18682023-10-09T00:24:41.714Z Compiling unicode-xid v0.2.4
18692023-10-09T00:24:41.966Z Compiling tinyvec_macros v0.1.1
18702023-10-09T00:24:42.081Z Compiling tinyvec v1.6.0
18712023-10-09T00:24:42.377Z Compiling synstructure v0.12.6
18722023-10-09T00:24:43.869Z Compiling radium v0.7.0
18732023-10-09T00:24:44.430Z Compiling ppv-lite86 v0.2.17
18742023-10-09T00:24:44.740Z Compiling crc32fast v1.3.2
18752023-10-09T00:24:44.914Z Compiling futures-io v0.3.28
18762023-10-09T00:24:45.376Z Compiling rustls v0.21.7
18772023-10-09T00:24:45.379Z Compiling pin-utils v0.1.0
18782023-10-09T00:24:45.466Z Compiling native-tls v0.2.11
18792023-10-09T00:24:45.506Z Compiling unicode-normalization v0.1.22
18802023-10-09T00:24:45.681Z Compiling bzip2-sys v0.1.11+1.0.8
18812023-10-09T00:24:45.789Z Compiling rand_chacha v0.3.1
18822023-10-09T00:24:45.913Z Compiling tracing-core v0.1.31
18832023-10-09T00:24:45.982Z Compiling subtle v2.5.0
18842023-10-09T00:24:46.052Z Compiling heck v0.4.1
18852023-10-09T00:24:46.464Z Compiling unicode-bidi v0.3.13
18862023-10-09T00:24:47.262Z Compiling rand v0.8.5
18872023-10-09T00:24:48.778Z Compiling errno v0.3.2
18882023-10-09T00:24:48.806Z Compiling num-iter v0.1.43
18892023-10-09T00:24:48.817Z Compiling usdt-impl v0.3.5
18902023-10-09T00:24:49.204Z Compiling schemars v0.8.13
18912023-10-09T00:24:49.772Z Compiling base64 v0.21.4
18922023-10-09T00:24:50.116Z Compiling rustix v0.38.9
18932023-10-09T00:24:51.300Z Compiling serde_derive v1.0.188
18942023-10-09T00:24:51.747Z Compiling zeroize_derive v1.4.2
18952023-10-09T00:24:51.813Z Compiling tokio-macros v2.1.0
18962023-10-09T00:24:51.911Z Compiling thiserror-impl v1.0.49
18972023-10-09T00:24:52.335Z Compiling futures-macro v0.3.28
18982023-10-09T00:24:52.589Z Compiling tracing-attributes v0.1.26
18992023-10-09T00:24:52.755Z Compiling openssl-macros v0.1.1
19002023-10-09T00:24:52.942Z Compiling zerocopy-derive v0.2.0
19012023-10-09T00:24:53.808Z Compiling zerocopy-derive v0.6.3
19022023-10-09T00:24:53.973Z Compiling zeroize v1.6.0
19032023-10-09T00:24:56.722Z Compiling pest v2.7.2
19042023-10-09T00:24:57.102Z Compiling crypto-common v0.1.6
19052023-10-09T00:24:57.402Z Compiling block-buffer v0.10.4
19062023-10-09T00:24:57.771Z Compiling digest v0.10.7
19072023-10-09T00:24:58.025Z Compiling tracing v0.1.37
19082023-10-09T00:24:58.444Z Compiling serde_derive_internals v0.26.0
19092023-10-09T00:24:59.252Z Compiling bitflags v1.3.2
19102023-10-09T00:24:59.397Z Compiling fnv v1.0.7
19112023-10-09T00:25:01.546Z Compiling pest_meta v2.7.2
19122023-10-09T00:25:03.579Z Compiling untrusted v0.7.1
19132023-10-09T00:25:03.680Z Compiling pest_generator v2.7.2
19142023-10-09T00:25:05.762Z Compiling schemars_derive v0.8.13
19152023-10-09T00:25:07.328Z Compiling hashbrown v0.12.3
19162023-10-09T00:25:07.502Z Compiling zerocopy v0.3.0
19172023-10-09T00:25:08.505Z Compiling pest_derive v2.7.2
19182023-10-09T00:25:09.243Z Compiling lazy_static v1.4.0
19192023-10-09T00:25:09.591Z Compiling backtrace v0.3.69
19202023-10-09T00:25:09.664Z Compiling memoffset v0.9.0
19212023-10-09T00:25:09.820Z Compiling num-bigint v0.4.4
19222023-10-09T00:25:10.079Z Compiling crossbeam-utils v0.8.16
19232023-10-09T00:25:10.183Z Compiling foreign-types-shared v0.1.1
19242023-10-09T00:25:10.305Z Compiling openssl-probe v0.1.5
19252023-10-09T00:25:10.355Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19262023-10-09T00:25:10.516Z Compiling iana-time-zone v0.1.57
19272023-10-09T00:25:10.713Z Compiling percent-encoding v2.3.0
19282023-10-09T00:25:10.774Z Compiling async-trait v0.1.73
19292023-10-09T00:25:10.900Z Compiling allocator-api2 v0.2.16
19302023-10-09T00:25:11.043Z Compiling base64ct v1.6.0
19312023-10-09T00:25:11.068Z Compiling smoltcp v0.9.1
19322023-10-09T00:25:11.226Z Compiling foreign-types v0.3.2
19332023-10-09T00:25:11.375Z Compiling dtrace-parser v0.1.14
19342023-10-09T00:25:11.639Z Compiling dof v0.1.5
19352023-10-09T00:25:11.984Z Compiling pem-rfc7468 v0.7.0
19362023-10-09T00:25:12.169Z Compiling hashbrown v0.14.0
19372023-10-09T00:25:12.286Z Compiling der_derive v0.7.2
19382023-10-09T00:25:12.991Z Compiling clap_derive v4.4.2
19392023-10-09T00:25:14.294Z Compiling thread-id v4.2.0
19402023-10-09T00:25:14.554Z Compiling adler v1.0.2
19412023-10-09T00:25:14.731Z Compiling bytes v1.5.0
19422023-10-09T00:25:15.150Z Compiling bitflags v2.4.0
19432023-10-09T00:25:15.857Z Compiling rustc_version v0.4.0
19442023-10-09T00:25:15.958Z Compiling uuid v1.4.1
19452023-10-09T00:25:16.214Z Compiling tokio v1.32.0
19462023-10-09T00:25:16.995Z Compiling heapless v0.7.16
19472023-10-09T00:25:17.516Z Compiling http v0.2.9
19482023-10-09T00:25:17.817Z Compiling chrono v0.4.31
19492023-10-09T00:25:19.359Z Compiling anstyle v1.0.2
19502023-10-09T00:25:19.883Z Compiling equivalent v1.0.1
19512023-10-09T00:25:20.039Z Compiling siphasher v0.3.11
19522023-10-09T00:25:20.342Z Compiling utf8parse v0.2.1
19532023-10-09T00:25:20.609Z Compiling cpufeatures v0.2.9
19542023-10-09T00:25:20.728Z Compiling time-core v0.1.1
19552023-10-09T00:25:20.754Z Compiling try-lock v0.2.4
19562023-10-09T00:25:20.948Z Compiling flagset v0.4.3
19572023-10-09T00:25:21.377Z Compiling der v0.7.8
19582023-10-09T00:25:21.401Z Compiling time-macros v0.2.13
19592023-10-09T00:25:24.571Z Compiling want v0.3.1
19602023-10-09T00:25:24.982Z Compiling sha2 v0.10.7
19612023-10-09T00:25:26.528Z Compiling anstyle-parse v0.2.1
19622023-10-09T00:25:27.168Z Compiling indexmap v2.0.0
19632023-10-09T00:25:28.117Z Compiling http-body v0.4.5
19642023-10-09T00:25:31.145Z Compiling tokio-util v0.7.8
19652023-10-09T00:25:31.381Z Compiling miniz_oxide v0.7.1
19662023-10-09T00:25:33.382Z Compiling h2 v0.3.21
19672023-10-09T00:25:33.584Z Compiling serde_tokenstream v0.1.7
19682023-10-09T00:25:36.178Z Compiling form_urlencoded v1.2.0
19692023-10-09T00:25:36.424Z Compiling rustls-webpki v0.101.4
19702023-10-09T00:25:36.623Z Compiling sct v0.7.0
19712023-10-09T00:25:37.068Z Compiling hubpack_derive v0.1.1
19722023-10-09T00:25:38.668Z Compiling aho-corasick v1.0.4
19732023-10-09T00:25:39.215Z Compiling socket2 v0.4.9
19742023-10-09T00:25:39.218Z Compiling crossbeam-epoch v0.9.15
19752023-10-09T00:25:39.642Z Compiling colorchoice v1.0.0
19762023-10-09T00:25:40.054Z Compiling tap v1.0.1
19772023-10-09T00:25:40.562Z Compiling anyhow v1.0.75
19782023-10-09T00:25:40.772Z Compiling tower-service v0.3.2
19792023-10-09T00:25:41.076Z Compiling regex-syntax v0.7.5
19802023-10-09T00:25:41.154Z Compiling anstyle-query v1.0.0
19812023-10-09T00:25:41.276Z Compiling slog v2.7.0
19822023-10-09T00:25:41.356Z Compiling httpdate v1.0.3
19832023-10-09T00:25:42.873Z Compiling anstream v0.5.0
19842023-10-09T00:25:44.979Z Compiling wyz v0.5.1
19852023-10-09T00:25:45.110Z Compiling hyper v0.14.27
19862023-10-09T00:25:48.092Z Compiling regex-automata v0.3.8
19872023-10-09T00:25:51.416Z Compiling terminal_size v0.2.6
19882023-10-09T00:25:51.726Z Compiling spki v0.7.2
19892023-10-09T00:25:53.045Z Compiling rustls-pemfile v1.0.3
19902023-10-09T00:25:53.165Z Compiling hmac v0.12.1
19912023-10-09T00:25:53.502Z Compiling md-5 v0.10.5
19922023-10-09T00:25:53.856Z Compiling zerocopy v0.6.3
19932023-10-09T00:25:54.402Z Compiling idna v0.4.0
19942023-10-09T00:25:54.545Z Compiling stringprep v0.1.3
19952023-10-09T00:25:56.195Z Compiling diesel_table_macro_syntax v0.1.0
19962023-10-09T00:25:56.775Z Compiling hash32 v0.2.1
19972023-10-09T00:25:56.839Z Compiling spin v0.9.8
19982023-10-09T00:25:57.434Z Compiling gimli v0.28.0
19992023-10-09T00:25:57.586Z Compiling dyn-clone v1.0.13
20002023-10-09T00:25:58.673Z Compiling clap_lex v0.5.1
20012023-10-09T00:25:59.860Z Compiling fallible-iterator v0.2.0
20022023-10-09T00:26:01.085Z Compiling stable_deref_trait v1.2.0
20032023-10-09T00:26:01.123Z Compiling maybe-uninit v2.0.0
20042023-10-09T00:26:01.237Z Compiling funty v2.0.0
20052023-10-09T00:26:01.241Z Compiling strsim v0.10.0
20062023-10-09T00:26:01.847Z Compiling clap_builder v4.4.2
20072023-10-09T00:26:03.680Z Compiling bitvec v1.0.1
20082023-10-09T00:26:04.224Z Compiling postgres-protocol v0.6.6
20092023-10-09T00:26:04.869Z Compiling addr2line v0.21.0
20102023-10-09T00:26:05.897Z Compiling tokio-rustls v0.24.1
20112023-10-09T00:26:05.909Z Compiling diesel_derives v2.1.1
20122023-10-09T00:26:06.498Z Compiling url v2.4.1
20132023-10-09T00:26:07.830Z Compiling rustls-native-certs v0.6.3
20142023-10-09T00:26:09.365Z Compiling tokio-native-tls v0.3.1
20152023-10-09T00:26:09.766Z Compiling usdt-macro v0.3.5
20162023-10-09T00:26:10.569Z Compiling usdt-attr-macro v0.3.5
20172023-10-09T00:26:12.669Z Compiling phf_shared v0.11.2
20182023-10-09T00:26:13.248Z Compiling toml_datetime v0.6.3
20192023-10-09T00:26:13.269Z Compiling serde_spanned v0.6.3
20202023-10-09T00:26:14.169Z Compiling block-padding v0.3.3
20212023-10-09T00:26:14.285Z Compiling enum-as-inner v0.5.1
20222023-10-09T00:26:14.514Z Compiling serde_repr v0.1.16
20232023-10-09T00:26:15.849Z Compiling scheduled-thread-pool v0.2.7
20242023-10-09T00:26:16.184Z Compiling object v0.32.1
20252023-10-09T00:26:21.160Z Compiling packed_struct v0.10.1
20262023-10-09T00:26:21.747Z Compiling either v1.9.0
20272023-10-09T00:26:22.624Z Compiling ipnet v2.8.0
20282023-10-09T00:26:24.287Z Compiling managed v0.8.0
20292023-10-09T00:26:25.183Z Compiling matches v0.1.10
20302023-10-09T00:26:25.509Z Compiling rustc-demangle v0.1.23
20312023-10-09T00:26:26.960Z Compiling winnow v0.5.15
20322023-10-09T00:26:27.809Z Compiling unicode-width v0.1.10
20332023-10-09T00:26:28.045Z Compiling num-bigint-dig v0.8.4
20342023-10-09T00:26:30.092Z Compiling bit-vec v0.6.3
20352023-10-09T00:26:30.804Z Compiling regex-automata v0.1.10
20362023-10-09T00:26:30.928Z Compiling deranged v0.3.8
20372023-10-09T00:26:31.598Z Compiling num_threads v0.1.6
20382023-10-09T00:26:31.782Z Compiling bstr v0.2.17
20392023-10-09T00:26:33.353Z Compiling toml_edit v0.19.15
20402023-10-09T00:26:34.058Z Compiling time v0.3.27
20412023-10-09T00:26:42.395Z Compiling idna v0.2.3
20422023-10-09T00:26:45.233Z Compiling itertools v0.10.5
20432023-10-09T00:26:47.344Z Compiling r2d2 v0.8.10
20442023-10-09T00:26:47.951Z Compiling inout v0.1.3
20452023-10-09T00:26:51.238Z Compiling phf v0.11.2
20462023-10-09T00:26:51.697Z Compiling hyper-tls v0.5.0
20472023-10-09T00:26:51.876Z Compiling clap v4.4.3
20482023-10-09T00:26:52.041Z Compiling hyper-rustls v0.24.1
20492023-10-09T00:26:52.231Z Compiling ipnetwork v0.20.0
20502023-10-09T00:26:53.132Z Compiling flate2 v1.0.27
20512023-10-09T00:26:53.467Z Compiling postgres-types v0.2.6
20522023-10-09T00:26:54.051Z Compiling regex v1.9.5
20532023-10-09T00:26:54.615Z Compiling pkcs8 v0.10.2
20542023-10-09T00:26:55.862Z Compiling hubpack v0.1.2
20552023-10-09T00:26:56.044Z Compiling serde_urlencoded v0.7.1
20562023-10-09T00:26:56.398Z Compiling phf_shared v0.10.0
20572023-10-09T00:26:57.014Z Compiling futures-executor v0.3.28
20582023-10-09T00:26:57.820Z Compiling signature v2.1.0
20592023-10-09T00:26:58.554Z Compiling packed_struct_codegen v0.10.1
20602023-10-09T00:27:00.043Z Compiling float-cmp v0.9.0
20612023-10-09T00:27:01.168Z Compiling encoding_rs v0.8.33
20622023-10-09T00:27:01.551Z Compiling predicates-core v1.0.6
20632023-10-09T00:27:02.054Z Compiling smawk v0.3.1
20642023-10-09T00:27:02.878Z Compiling webpki-roots v0.25.2
20652023-10-09T00:27:02.890Z Compiling data-encoding v2.4.0
20662023-10-09T00:27:03.134Z Compiling unicode-segmentation v1.10.1
20672023-10-09T00:27:04.532Z Compiling difflib v0.4.0
20682023-10-09T00:27:04.879Z Compiling whoami v1.4.1
20692023-10-09T00:27:05.429Z Compiling precomputed-hash v0.1.1
20702023-10-09T00:27:05.787Z Compiling crc-catalog v2.2.0
20712023-10-09T00:27:05.900Z Compiling fixedbitset v0.4.2
20722023-10-09T00:27:06.589Z Compiling normalize-line-endings v0.3.0
20732023-10-09T00:27:06.718Z Compiling unicode-linebreak v0.1.5
20742023-10-09T00:27:06.801Z Compiling mime v0.3.17
20752023-10-09T00:27:07.573Z Compiling new_debug_unreachable v1.0.4
20762023-10-09T00:27:07.640Z Compiling static_assertions v1.1.0
20772023-10-09T00:27:07.706Z Compiling nodrop v0.1.14
20782023-10-09T00:27:07.720Z Compiling string_cache v0.8.7
20792023-10-09T00:27:07.779Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20802023-10-09T00:27:07.884Z Compiling array-init v0.0.4
20812023-10-09T00:27:08.370Z Compiling textwrap v0.16.0
20822023-10-09T00:27:09.960Z Compiling reqwest v0.11.20
20832023-10-09T00:27:10.122Z Compiling predicates v3.0.3
20842023-10-09T00:27:13.174Z Compiling petgraph v0.6.4
20852023-10-09T00:27:18.142Z Compiling crc v3.0.1
20862023-10-09T00:27:19.293Z Compiling tokio-postgres v0.7.10
20872023-10-09T00:27:25.268Z Compiling similar v2.2.1
20882023-10-09T00:27:27.878Z Compiling trust-dns-proto v0.22.0
20892023-10-09T00:27:37.099Z Compiling futures v0.3.28
20902023-10-09T00:27:38.443Z Compiling pkcs1 v0.7.5
20912023-10-09T00:27:39.334Z Compiling smallvec v0.6.14
20922023-10-09T00:27:39.650Z Compiling diesel v2.1.1
20932023-10-09T00:27:40.098Z Compiling yasna v0.5.2
20942023-10-09T00:27:40.745Z Compiling cipher v0.4.4
20952023-10-09T00:27:44.777Z Compiling toml v0.7.8
20962023-10-09T00:27:46.001Z Compiling bit-set v0.5.3
20972023-10-09T00:27:46.335Z Compiling console v0.15.7
20982023-10-09T00:27:46.460Z Compiling usdt v0.3.5
20992023-10-09T00:27:46.864Z Compiling is-terminal v0.4.9
21002023-10-09T00:27:48.112Z Compiling bstr v1.6.0
21012023-10-09T00:27:48.527Z Compiling tokio-stream v0.1.14
21022023-10-09T00:27:49.403Z Compiling openapiv3 v1.0.3
21032023-10-09T00:27:50.082Z Compiling hex v0.4.3
21042023-10-09T00:27:51.529Z Compiling hashbrown v0.13.2
21052023-10-09T00:27:54.402Z Compiling bitfield v0.14.0
21062023-10-09T00:27:57.365Z Compiling lalrpop-util v0.19.12
21072023-10-09T00:27:57.898Z Compiling termcolor v1.2.0
21082023-10-09T00:27:59.434Z Compiling env_logger v0.10.0
21092023-10-09T00:28:06.012Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21102023-10-09T00:28:16.062Z Compiling rsa v0.9.2
21112023-10-09T00:28:24.869Z Compiling serde-hex v0.1.0
21122023-10-09T00:28:26.224Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21132023-10-09T00:28:32.478Z Compiling x509-cert v0.2.4
21142023-10-09T00:28:34.129Z Compiling ron v0.8.1
21152023-10-09T00:28:37.696Z Compiling crc-any v2.4.3
21162023-10-09T00:28:56.715Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21172023-10-09T00:29:08.757Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21182023-10-09T00:29:20.697Z Compiling object v0.30.4
21192023-10-09T00:29:30.667Z Compiling path-slash v0.1.5
21202023-10-09T00:29:35.762Z Compiling bzip2 v0.4.4
21212023-10-09T00:29:36.345Z Compiling zip v0.6.6
21222023-10-09T00:29:38.433Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21232023-10-09T00:29:42.550Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21242023-10-09T00:30:17.880Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21252023-10-09T00:30:18.976Z Finished release [optimized] target(s) in 5m 54s
21262023-10-09T00:30:19.073Z
21272023-10-09T00:30:19.082Zreal 5:54.511039403
21282023-10-09T00:30:19.090Zuser 40:38.250912401
21292023-10-09T00:30:19.098Zsys 3:40.337573462
21302023-10-09T00:30:19.106Ztrap 1.761674628
21312023-10-09T00:30:19.112Ztflt 1.126322995
21322023-10-09T00:30:19.118Zdflt 0.566384126
21332023-10-09T00:30:19.124Zkflt 0.006348849
21342023-10-09T00:30:19.131Zlock 1:37:25.782246855
21352023-10-09T00:30:19.137Zslp 2:20:52.803964561
21362023-10-09T00:30:19.145Zlat 1:45.490619670
21372023-10-09T00:30:19.150Zstop 1:22.360338287
21382023-10-09T00:30:19.153Z+ ptime -m gzip
21392023-10-09T00:30:19.734Z
21402023-10-09T00:30:19.738Zreal 0.659510442
21412023-10-09T00:30:19.741Zuser 0.649945858
21422023-10-09T00:30:19.744Zsys 0.008948212
21432023-10-09T00:30:19.746Ztrap 0.000073427
21442023-10-09T00:30:19.749Ztflt 0.000000000
21452023-10-09T00:30:19.752Zdflt 0.000000000
21462023-10-09T00:30:19.755Zkflt 0.000000000
21472023-10-09T00:30:19.758Zlock 0.000000000
21482023-10-09T00:30:19.761Zslp 0.000000000
21492023-10-09T00:30:19.763Zlat 0.000210798
21502023-10-09T00:30:19.766Zstop 0.000221296
21512023-10-09T00:30:19.769Z+ banner tufaceous
21522023-10-09T00:30:19.772Z
21532023-10-09T00:30:19.774Z ##### # # ###### ## #### ###### #### # # ####
21542023-10-09T00:30:19.777Z # # # # # # # # # # # # # #
21552023-10-09T00:30:19.780Z # # # ##### # # # ##### # # # # ####
21562023-10-09T00:30:19.783Z # # # # ###### # # # # # # #
21572023-10-09T00:30:19.785Z # # # # # # # # # # # # # # #
21582023-10-09T00:30:19.788Z # #### # # # #### ###### #### #### ####
21592023-10-09T00:30:19.791Z
21602023-10-09T00:30:19.794Z+ ptime -m cargo build --locked -p tufaceous --release
21612023-10-09T00:30:20.486Z Downloading crates ...
21622023-10-09T00:30:20.824Z Downloaded fs-err v2.9.0
21632023-10-09T00:30:20.827Z Downloaded path-dedot v3.1.0
21642023-10-09T00:30:20.834Z Downloaded path-absolutize v3.1.0
21652023-10-09T00:30:20.837Z Downloaded doc-comment v0.3.3
21662023-10-09T00:30:20.840Z Downloaded olpc-cjson v0.1.3
21672023-10-09T00:30:20.843Z Downloaded snafu-derive v0.7.5
21682023-10-09T00:30:20.845Z Downloaded snafu v0.7.5
21692023-10-09T00:30:20.855Z Downloaded bytesize v1.3.0
21702023-10-09T00:30:20.858Z Downloaded tough v0.12.5
21712023-10-09T00:30:20.869Z Downloaded serde_plain v1.0.2
21722023-10-09T00:30:20.872Z Downloaded globset v0.4.13
21732023-10-09T00:30:20.912Z Downloaded buf-list v1.0.3
21742023-10-09T00:30:21.065Z Compiling serde_tokenstream v0.2.0
21752023-10-09T00:30:21.112Z Compiling regress v0.7.1
21762023-10-09T00:30:21.124Z Compiling dirs-sys-next v0.1.2
21772023-10-09T00:30:21.128Z Compiling ident_case v1.0.1
21782023-10-09T00:30:21.132Z Compiling thread_local v1.1.7
21792023-10-09T00:30:21.135Z Compiling camino v1.1.6
21802023-10-09T00:30:21.142Z Compiling slog-async v2.8.0
21812023-10-09T00:30:21.363Z Compiling dirs-next v2.0.0
21822023-10-09T00:30:21.753Z Compiling darling_core v0.20.3
21832023-10-09T00:30:21.786Z Compiling rustversion v1.0.14
21842023-10-09T00:30:21.906Z Compiling heck v0.4.1
21852023-10-09T00:30:22.147Z Compiling term v0.7.0
21862023-10-09T00:30:22.411Z Compiling crossbeam-channel v0.5.8
21872023-10-09T00:30:22.786Z Compiling getopts v0.2.21
21882023-10-09T00:30:22.937Z Compiling structmeta-derive v0.1.6
21892023-10-09T00:30:23.995Z Compiling atty v0.2.14
21902023-10-09T00:30:24.204Z Compiling multer v2.1.0
21912023-10-09T00:30:24.236Z Compiling doc-comment v0.3.3
21922023-10-09T00:30:24.606Z Compiling match_cfg v0.1.0
21932023-10-09T00:30:24.751Z Compiling take_mut v0.2.2
21942023-10-09T00:30:24.952Z Compiling unsafe-libyaml v0.2.9
21952023-10-09T00:30:25.006Z Compiling paste v1.0.14
21962023-10-09T00:30:25.808Z Compiling hostname v0.3.1
21972023-10-09T00:30:26.285Z Compiling slog-term v2.9.0
21982023-10-09T00:30:27.335Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21992023-10-09T00:30:29.410Z Compiling structmeta v0.1.6
22002023-10-09T00:30:30.060Z Compiling serde_yaml v0.9.25
22012023-10-09T00:30:31.149Z Compiling darling_macro v0.20.3
22022023-10-09T00:30:32.579Z Compiling darling v0.20.3
22032023-10-09T00:30:32.774Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22042023-10-09T00:30:32.787Z Compiling slog-json v2.6.1
22052023-10-09T00:30:32.803Z Compiling async-stream-impl v0.3.5
22062023-10-09T00:30:33.620Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22072023-10-09T00:30:34.033Z Compiling atomic-waker v1.1.1
22082023-10-09T00:30:34.246Z Compiling fastrand v2.0.0
22092023-10-09T00:30:34.316Z Compiling regex-syntax v0.6.29
22102023-10-09T00:30:34.744Z Compiling async-stream v0.3.5
22112023-10-09T00:30:35.191Z Compiling tempfile v3.8.0
22122023-10-09T00:30:35.421Z Compiling waitgroup v0.1.2
22132023-10-09T00:30:35.519Z Compiling slog-bunyan v2.4.0
22142023-10-09T00:30:35.915Z Compiling serde_with_macros v2.3.3
22152023-10-09T00:30:35.919Z Compiling strum_macros v0.25.2
22162023-10-09T00:30:39.915Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22172023-10-09T00:30:39.937Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22182023-10-09T00:30:40.263Z Compiling sha1 v0.10.5
22192023-10-09T00:30:41.598Z Compiling snafu-derive v0.7.5
22202023-10-09T00:30:41.768Z Compiling serde_path_to_error v0.1.14
22212023-10-09T00:30:42.137Z Compiling path-dedot v3.1.0
22222023-10-09T00:30:42.294Z Compiling instant v0.1.12
22232023-10-09T00:30:42.489Z Compiling debug-ignore v1.0.5
22242023-10-09T00:30:42.519Z Compiling base64 v0.13.1
22252023-10-09T00:30:42.707Z Compiling buf-list v1.0.3
22262023-10-09T00:30:43.207Z Compiling arc-swap v1.6.0
22272023-10-09T00:30:43.471Z Compiling same-file v1.0.6
22282023-10-09T00:30:43.597Z Compiling pem v1.1.1
22292023-10-09T00:30:43.950Z Compiling walkdir v2.4.0
22302023-10-09T00:30:43.999Z Compiling slog-scope v4.4.0
22312023-10-09T00:30:44.052Z Compiling parse-display-derive v0.7.0
22322023-10-09T00:30:45.621Z Compiling backoff v0.4.0
22332023-10-09T00:30:46.074Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22342023-10-09T00:30:46.087Z Compiling path-absolutize v3.1.0
22352023-10-09T00:30:46.198Z Compiling strum v0.25.0
22362023-10-09T00:30:46.388Z Compiling serde_with v2.3.3
22372023-10-09T00:30:46.469Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22382023-10-09T00:30:46.866Z Compiling globset v0.4.13
22392023-10-09T00:30:47.491Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22402023-10-09T00:30:47.730Z Compiling olpc-cjson v0.1.3
22412023-10-09T00:30:48.633Z Compiling serde_plain v1.0.2
22422023-10-09T00:30:49.484Z Compiling macaddr v1.0.1
22432023-10-09T00:30:49.791Z Compiling snafu v0.7.5
22442023-10-09T00:30:50.355Z Compiling parse-display v0.7.0
22452023-10-09T00:30:50.676Z Compiling filetime v0.2.22
22462023-10-09T00:30:50.696Z Compiling xattr v1.0.1
22472023-10-09T00:30:51.152Z Compiling tar v0.4.40
22482023-10-09T00:30:51.178Z Compiling tough v0.12.5
22492023-10-09T00:30:51.860Z Compiling slog-stdlog v4.1.1
22502023-10-09T00:30:53.177Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22512023-10-09T00:30:53.374Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22522023-10-09T00:30:56.040Z Compiling camino-tempfile v1.0.2
22532023-10-09T00:30:57.311Z Compiling itertools v0.11.0
22542023-10-09T00:31:00.983Z Compiling bytesize v1.3.0
22552023-10-09T00:31:01.678Z Compiling fs-err v2.9.0
22562023-10-09T00:31:01.960Z Compiling slog-envlogger v2.2.0
22572023-10-09T00:31:02.868Z Compiling humantime v2.1.0
22582023-10-09T00:31:04.395Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22592023-10-09T00:31:28.173Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22602023-10-09T00:31:28.477Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22612023-10-09T00:31:40.476Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22622023-10-09T00:31:42.462Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22632023-10-09T00:32:05.583Z Finished release [optimized] target(s) in 1m 45s
22642023-10-09T00:32:05.700Z
22652023-10-09T00:32:05.703Zreal 1:45.943836236
22662023-10-09T00:32:05.706Zuser 11:37.185570403
22672023-10-09T00:32:05.709Zsys 48.618416480
22682023-10-09T00:32:05.719Ztrap 0.453119154
22692023-10-09T00:32:05.723Ztflt 0.299961616
22702023-10-09T00:32:05.726Zdflt 0.766625869
22712023-10-09T00:32:05.728Zkflt 0.000348124
22722023-10-09T00:32:05.731Zlock 23:01.544271291
22732023-10-09T00:32:05.734Zslp 25:14.587167066
22742023-10-09T00:32:05.737Zlat 23.219466060
22752023-10-09T00:32:05.740Zstop 13.041382632
22762023-10-09T00:32:05.743Z+ ptime -m gzip
22772023-10-09T00:32:07.853Z
22782023-10-09T00:32:07.858Zreal 2.138031916
22792023-10-09T00:32:07.861Zuser 2.112985452
22802023-10-09T00:32:07.864Zsys 0.024099312
22812023-10-09T00:32:07.870Ztrap 0.000217889
22822023-10-09T00:32:07.885Ztflt 0.000000000
22832023-10-09T00:32:07.891Zdflt 0.000000000
22842023-10-09T00:32:07.897Zkflt 0.000000000
22852023-10-09T00:32:07.901Zlock 0.000000000
22862023-10-09T00:32:07.909Zslp 0.000000000
22872023-10-09T00:32:07.918Zlat 0.000222499
22882023-10-09T00:32:07.927Zstop 0.000405295
22892023-10-09T00:32:07.933Zprocess exited: duration 1269297 ms, exit code 0
 
22902023-10-09T00:32:07.967Zfound 5 output files
22912023-10-09T00:32:07.974Zuploading: /work/end-to-end-tests/bootstrap-17104205d2dd33c1.gz (6375509 bytes)
22922023-10-09T00:32:11.434Zuploaded: /work/end-to-end-tests/bootstrap-17104205d2dd33c1.gz
22932023-10-09T00:32:11.455Zuploading: /work/end-to-end-tests/bootstrap.gz (96436323 bytes)
22942023-10-09T00:32:27.560Zuploaded: /work/end-to-end-tests/bootstrap.gz
22952023-10-09T00:32:27.571Zuploading: /work/end-to-end-tests/end_to_end_tests-c8a971e4f85bcd88.gz (110164541 bytes)
22962023-10-09T00:32:42.950Zuploaded: /work/end-to-end-tests/end_to_end_tests-c8a971e4f85bcd88.gz
22972023-10-09T00:32:42.964Zuploading: /work/caboose-util.gz (4116394 bytes)
22982023-10-09T00:32:44.494Zuploaded: /work/caboose-util.gz
22992023-10-09T00:32:44.499Zuploading: /work/tufaceous.gz (13413052 bytes)
23002023-10-09T00:32:47.142Zuploaded: /work/tufaceous.gz