01HGKDKC1W423Q819W72HTQP6J: 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: 01HGKDKM768X1QMKGZFKBED5X6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-01T19:29:17.039Zjob assigned to worker 01HGKDKWYJNEYYCRTNPPXH7MJJ (queued for 1 m 38 s)
 
22023-12-01T19:29:17.938Zstarting task 0: "setup"
32023-12-01T19:29:17.997Z++ uname -s
42023-12-01T19:29:18.003Z+ kern=SunOS
52023-12-01T19:29:18.003Z+ case "$kern" in
62023-12-01T19:29:18.003Z+ groupadd -g 12345 build
72023-12-01T19:29:18.003Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-01T19:29:20.011Z+ zfs create -o mountpoint=/work rpool/work
92023-12-01T19:29:20.404Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-01T19:29:20.407Z+ home_fs=zfs
112023-12-01T19:29:20.407Z+ [[ zfs == autofs ]]
122023-12-01T19:29:20.407Z+ mkdir -p /home/build
132023-12-01T19:29:20.410Z+ chown build:build /home/build /work
142023-12-01T19:29:22.377Z+ chmod 0700 /home/build /work
152023-12-01T19:29:22.381Zprocess exited: duration 4444 ms, exit code 0
 
162023-12-01T19:29:22.387Zstarting task 1: "rust-toolchain"
172023-12-01T19:29:22.396Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-01T19:29:22.399Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-01T19:29:22.619Zinfo: downloading installer
202023-12-01T19:29:25.152Zwarning: it looks like you have an existing installation of Rust at:
212023-12-01T19:29:25.152Zwarning: /opt/ooce/bin
222023-12-01T19:29:25.152Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-01T19:29:25.152Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-01T19:29:25.152Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-01T19:29:25.152Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-01T19:29:25.152Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-01T19:29:25.152Zerror: cannot install while Rust is installed
282023-12-01T19:29:25.152Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-01T19:29:25.772Zinfo: profile set to 'default'
302023-12-01T19:29:25.772Zinfo: default host triple is x86_64-unknown-illumos
312023-12-01T19:29:25.781Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-01T19:29:25.930Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-01T19:29:25.931Zinfo: downloading component 'cargo'
342023-12-01T19:29:26.571Zinfo: downloading component 'clippy'
352023-12-01T19:29:26.802Zinfo: downloading component 'rust-docs'
362023-12-01T19:29:27.621Zinfo: downloading component 'rust-std'
372023-12-01T19:29:29.084Zinfo: downloading component 'rustc'
382023-12-01T19:29:33.313Zinfo: downloading component 'rustfmt'
392023-12-01T19:29:33.317Zinfo: installing component 'cargo'
402023-12-01T19:29:35.042Zinfo: installing component 'clippy'
412023-12-01T19:29:35.896Zinfo: installing component 'rust-docs'
422023-12-01T19:29:38.532Zinfo: installing component 'rust-std'
432023-12-01T19:29:42.884Zinfo: installing component 'rustc'
442023-12-01T19:29:51.105Zinfo: installing component 'rustfmt'
452023-12-01T19:29:51.552Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-01T19:29:51.552Z
472023-12-01T19:29:51.687Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-01T19:29:51.687Z
492023-12-01T19:29:51.690Z
502023-12-01T19:29:51.690ZRust is installed now. Great!
512023-12-01T19:29:51.690Z
522023-12-01T19:29:51.690ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-01T19:29:51.690Zenvironment variable. This has not been done automatically.
542023-12-01T19:29:51.690Z
552023-12-01T19:29:51.690ZTo configure your current shell, run:
562023-12-01T19:29:51.690Zsource "$HOME/.cargo/env"
572023-12-01T19:29:51.777Z+ rustc --version
582023-12-01T19:29:51.885Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-01T19:29:51.891Zprocess exited: duration 29503 ms, exit code 0
 
602023-12-01T19:29:51.896Zstarting task 2: "authentication"
612023-12-01T19:29:51.946Zprocess exited: duration 25 ms, exit code 0
 
622023-12-01T19:29:51.951Zstarting task 3: "clone repository"
632023-12-01T19:29:51.958Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-01T19:29:51.961Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-01T19:29:51.999ZCloning into '/work/oxidecomputer/omicron'...
662023-12-01T19:29:57.694Z+ cd /work/oxidecomputer/omicron
672023-12-01T19:29:57.694Z+ [[ -n oa3-2 ]]
682023-12-01T19:29:57.696Z+ git fetch origin oa3-2
692023-12-01T19:29:58.065ZFrom https://github.com/oxidecomputer/omicron
702023-12-01T19:29:58.065Z * branch oa3-2 -> FETCH_HEAD
712023-12-01T19:29:58.076Z+ git checkout -B oa3-2 remotes/origin/oa3-2
722023-12-01T19:29:58.175ZSwitched to a new branch 'oa3-2'
732023-12-01T19:29:58.178Zbranch 'oa3-2' set up to track 'origin/oa3-2'.
742023-12-01T19:29:58.178Z+ git reset --hard 0e75e51708e254209178161a28a203e175d399c2
752023-12-01T19:29:58.193ZHEAD is now at 0e75e517 Merge branch 'main' into oa3-2
762023-12-01T19:29:58.196Zprocess exited: duration 6243 ms, exit code 0
 
772023-12-01T19:29:58.201Zstarting task 4: "build"
782023-12-01T19:29:58.208Z+ cargo --version
792023-12-01T19:29:58.216Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-01T19:29:58.423Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-01T19:29:58.427Zinfo: downloading component 'cargo'
822023-12-01T19:29:59.280Zinfo: downloading component 'clippy'
832023-12-01T19:29:59.547Zinfo: downloading component 'rust-docs'
842023-12-01T19:30:00.600Zinfo: downloading component 'rust-std'
852023-12-01T19:30:02.445Zinfo: downloading component 'rustc'
862023-12-01T19:30:06.863Zinfo: downloading component 'rustfmt'
872023-12-01T19:30:07.113Zinfo: installing component 'cargo'
882023-12-01T19:30:08.427Zinfo: installing component 'clippy'
892023-12-01T19:30:08.876Zinfo: installing component 'rust-docs'
902023-12-01T19:30:11.753Zinfo: installing component 'rust-std'
912023-12-01T19:30:14.422Zinfo: installing component 'rustc'
922023-12-01T19:30:20.693Zinfo: installing component 'rustfmt'
932023-12-01T19:30:21.233Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-01T19:30:21.236Z+ rustc --version
952023-12-01T19:30:21.388Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-01T19:30:21.395Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-01T19:30:34.590Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-01T19:30:35.842Z Startup: Caching catalogs ... Done
992023-12-01T19:30:42.005ZPlanning: Solver setup ... Done (5.833s)
1002023-12-01T19:30:42.143ZPlanning: Running solver ... Done (0.138s)
1012023-12-01T19:30:42.207ZPlanning: Finding local manifests ... Done (0.003s)
1022023-12-01T19:30:42.222ZPlanning: Fetching manifests: 0/4 0% complete
1032023-12-01T19:30:42.450ZPlanning: Fetching manifests: 4/4 100% complete
1042023-12-01T19:30:42.531ZPlanning: Package planning ... Done (0.081s)
1052023-12-01T19:30:42.615ZPlanning: Merging actions ... Done (0.084s)
1062023-12-01T19:30:43.785ZPlanning: Checking for conflicting actions ... Done (1.166s)
1072023-12-01T19:30:43.800ZPlanning: Consolidating action changes ... Done (0.018s)
1082023-12-01T19:30:51.144ZPlanning: Evaluating mediators ... Done (7.344s)
1092023-12-01T19:30:51.159ZPlanning: Planning completed in 15.26 seconds
1102023-12-01T19:30:51.182Z Packages to install: 4
1112023-12-01T19:30:51.183Z Mediators to change: 2
1122023-12-01T19:30:51.186Z Services to change: 1
1132023-12-01T19:30:51.186Z Estimated space available: 148.88 GB
1142023-12-01T19:30:51.186ZEstimated space to be consumed: 1.38 GB
1152023-12-01T19:30:51.186Z Create boot environment: No
1162023-12-01T19:30:51.186ZCreate backup boot environment: No
1172023-12-01T19:30:51.186Z Rebuild boot archive: No
1182023-12-01T19:30:51.186Z
1192023-12-01T19:30:51.186ZChanged mediators:
1202023-12-01T19:30:51.186Z mediator clang:
1212023-12-01T19:30:51.186Z version: None -> 15 (system default)
1222023-12-01T19:30:51.186Z
1232023-12-01T19:30:51.186Z mediator llvm:
1242023-12-01T19:30:51.186Z version: 14 (system default) -> 15 (system default)
1252023-12-01T19:30:51.186Z
1262023-12-01T19:30:51.186ZChanged packages:
1272023-12-01T19:30:51.186Zhelios-dev
1282023-12-01T19:30:51.186Z developer/build-essential
1292023-12-01T19:30:51.186Z None -> 11-2.0
1302023-12-01T19:30:51.186Z library/libxmlsec1
1312023-12-01T19:30:51.186Z None -> 1.2.35-2.0
1322023-12-01T19:30:51.186Z ooce/developer/clang-15
1332023-12-01T19:30:51.186Z None -> 15.0.7-2.0
1342023-12-01T19:30:51.186Z ooce/developer/llvm-15
1352023-12-01T19:30:51.186Z None -> 15.0.7-2.0
1362023-12-01T19:30:51.186Z
1372023-12-01T19:30:51.186ZServices:
1382023-12-01T19:30:51.186Z restart_fmri:
1392023-12-01T19:30:51.186Z svc:/system/update-man-index:default
1402023-12-01T19:30:51.609Z
1412023-12-01T19:30:51.610ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-12-01T19:30:56.610ZDownload: 1263/3290 items 95.1/212.6MB 44% complete (18.9M/s)
1432023-12-01T19:31:01.625ZDownload: 2273/3290 items 119.5/212.6MB 56% complete (12.3M/s)
1442023-12-01T19:31:06.627ZDownload: 2798/3290 items 120.7/212.6MB 56% complete (3.0M/s)
1452023-12-01T19:31:12.104ZDownload: 3276/3290 items 209.0/212.6MB 98% complete (8.9M/s)
1462023-12-01T19:31:16.965ZDownload: Completed 212.60 MB in 25.36 seconds (8.4M/s)
1472023-12-01T19:31:17.224Z Actions: 1/3687 actions (Installing new actions)
1482023-12-01T19:31:22.230Z Actions: 2459/3687 actions (Installing new actions)
1492023-12-01T19:31:26.142Z Actions: Completed 3687 actions in 8.92 seconds.
1502023-12-01T19:31:26.341Z Done (0.193s)
1512023-12-01T19:31:26.341Z Done (0.000s)
1522023-12-01T19:31:26.591Z Done (0.249s)
1532023-12-01T19:31:35.395Z Done (8.685s)
1542023-12-01T19:31:35.803Z Done (0.309s)
1552023-12-01T19:31:35.806Z Done (0.000s)
1562023-12-01T19:31:36.029Z Done (0.000s)
1572023-12-01T19:31:36.783ZPlanning: Evaluating mediator changes ... Done
1582023-12-01T19:31:37.072ZPlanning: Checking for conflicting actions ... Done
1592023-12-01T19:31:37.076ZPlanning: Consolidating action changes ... Done
1602023-12-01T19:31:37.507ZPlanning: Evaluating mediators ... Done
1612023-12-01T19:31:37.510ZPlanning: Planning completed in 0.73 seconds
1622023-12-01T19:31:37.562Z Mediators to change: 2
1632023-12-01T19:31:37.565Z Create boot environment: No
1642023-12-01T19:31:37.565ZCreate backup boot environment: No
1652023-12-01T19:31:37.664Z Done
1662023-12-01T19:31:37.664Z Done
1672023-12-01T19:31:37.813Z Done
1682023-12-01T19:31:43.602Z Done
1692023-12-01T19:31:43.724Z Done
1702023-12-01T19:31:43.727Z Done
1712023-12-01T19:31:43.842Z Done
1722023-12-01T19:31:44.857ZPlanning: Evaluating mediator changes ... Done
1732023-12-01T19:31:44.862ZPlanning: Merging actions ... Done
1742023-12-01T19:31:45.191ZPlanning: Checking for conflicting actions ... Done
1752023-12-01T19:31:45.194ZPlanning: Consolidating action changes ... Done
1762023-12-01T19:31:45.653ZPlanning: Evaluating mediators ... Done
1772023-12-01T19:31:45.718ZPlanning: Planning completed in 1.31 seconds
1782023-12-01T19:31:45.777Z Packages to change: 1
1792023-12-01T19:31:45.777Z Mediators to change: 1
1802023-12-01T19:31:45.780Z Services to change: 1
1812023-12-01T19:31:45.780Z Create boot environment: No
1822023-12-01T19:31:45.780ZCreate backup boot environment: Yes
1832023-12-01T19:31:46.783Z Actions: 1/6 actions (Updating modified actions)
1842023-12-01T19:31:46.786Z Actions: Completed 6 actions in 0.00 seconds.
1852023-12-01T19:31:46.786Z Done
1862023-12-01T19:31:46.786Z Done
1872023-12-01T19:31:46.843Z Done
1882023-12-01T19:31:52.635Z Done
1892023-12-01T19:31:52.756Z Done
1902023-12-01T19:31:52.761Z Done
1912023-12-01T19:31:52.883Z Done
1922023-12-01T19:31:53.534ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932023-12-01T19:31:53.534Zclang system 15 system
1942023-12-01T19:31:53.534Zcsh system system illumos
1952023-12-01T19:31:53.534Zctags system system illumos
1962023-12-01T19:31:53.534Zgcc vendor 12 vendor
1972023-12-01T19:31:53.534Zgcc system 10 system
1982023-12-01T19:31:53.534Zgcc system 7 system
1992023-12-01T19:31:53.534Zgo system 1.20 system
2002023-12-01T19:31:53.534Zgo system 1.19 system
2012023-12-01T19:31:53.534Zllvm system 15 system
2022023-12-01T19:31:53.534Zllvm system 14 system
2032023-12-01T19:31:53.534Zmariadb system 10.6 system
2042023-12-01T19:31:53.534Zmta vendor vendor dma
2052023-12-01T19:31:53.534Zopenjdk system 17 system
2062023-12-01T19:31:53.534Zopenjdk system 11 system
2072023-12-01T19:31:53.534Zopenjdk system 1.8 system
2082023-12-01T19:31:53.534Zopenssl vendor 3 vendor
2092023-12-01T19:31:53.534Zperl system 5.36 system
2102023-12-01T19:31:53.534Zpostgresql system 15 system
2112023-12-01T19:31:53.534Zpostgresql system 13 system
2122023-12-01T19:31:53.535Zpython vendor 3 vendor
2132023-12-01T19:31:53.535Zpython system 2 system
2142023-12-01T19:31:53.537Zpython3 system 3.11 system
2152023-12-01T19:31:53.537Zruby system 3.0 system
2162023-12-01T19:31:53.537Zwords vendor vendor american-english
2172023-12-01T19:31:53.537Zwords system system australian-english
2182023-12-01T19:31:53.537Zwords system system british-english
2192023-12-01T19:31:53.537Zwords system system canadian-english
2202023-12-01T19:31:53.537Zwords system system french
2212023-12-01T19:31:53.537Zwords system system italian
2222023-12-01T19:31:53.537Zwords system system ngerman
2232023-12-01T19:31:53.537Zwords system system ogerman
2242023-12-01T19:31:53.537Zwords system system spanish
2252023-12-01T19:31:54.072ZFMRI IFO
2262023-12-01T19:31:54.072Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272023-12-01T19:31:54.072Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282023-12-01T19:31:54.072Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292023-12-01T19:31:54.072Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2302023-12-01T19:31:54.072Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312023-12-01T19:31:54.072Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2322023-12-01T19:31:54.147Z+ set -o errexit
2332023-12-01T19:31:54.149Z+++ dirname ./tools/ci_download_cockroachdb
2342023-12-01T19:31:54.149Z++ cd ./tools
2352023-12-01T19:31:54.149Z++ pwd
2362023-12-01T19:31:54.152Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2372023-12-01T19:31:54.152Z++ basename ./tools/ci_download_cockroachdb
2382023-12-01T19:31:54.155Z+ ARG0=ci_download_cockroachdb
2392023-12-01T19:31:54.155Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2402023-12-01T19:31:54.158Z+ CIDL_VERSION=v22.1.9
2412023-12-01T19:31:54.158Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2422023-12-01T19:31:54.158Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2432023-12-01T19:31:54.158Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2442023-12-01T19:31:54.158Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2452023-12-01T19:31:54.158Z+ TARGET_DIR=out
2462023-12-01T19:31:54.158Z+ DOWNLOAD_DIR=out/downloads
2472023-12-01T19:31:54.158Z+ DEST_DIR=./out/cockroachdb
2482023-12-01T19:31:54.158Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2492023-12-01T19:31:54.158Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2502023-12-01T19:31:54.158Z+ main
2512023-12-01T19:31:54.158Z+ [[ 0 != 0 ]]
2522023-12-01T19:31:54.158Z+ CIDL_OS=solaris2.11
2532023-12-01T19:31:54.159Z+ [[ 0 != 0 ]]
2542023-12-01T19:31:54.159Z+ configure_os solaris2.11
2552023-12-01T19:31:54.159Z+ echo 'current directory: /work/oxidecomputer/omicron'
2562023-12-01T19:31:54.159Zcurrent directory: /work/oxidecomputer/omicron
2572023-12-01T19:31:54.159Zconfiguring based on OS: "solaris2.11"
2582023-12-01T19:31:54.159Z+ echo 'configuring based on OS: "solaris2.11"'
2592023-12-01T19:31:54.159Z+ case "$1" in
2602023-12-01T19:31:54.159Z+ CIDL_BUILD=illumos
2612023-12-01T19:31:54.159Z+ CIDL_SUFFIX=tar.gz
2622023-12-01T19:31:54.159Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2632023-12-01T19:31:54.159Z+ CIDL_MD5FUNC=do_md5sum
2642023-12-01T19:31:54.159Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652023-12-01T19:31:54.159Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662023-12-01T19:31:54.159Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672023-12-01T19:31:54.159Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682023-12-01T19:31:54.159Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-12-01T19:31:54.159Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702023-12-01T19:31:54.159Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-12-01T19:31:54.159Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722023-12-01T19:31:54.159ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-12-01T19:31:54.159Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742023-12-01T19:31:54.159ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-12-01T19:31:54.159Z+ mkdir -p out/downloads
2762023-12-01T19:31:54.162Z+ mkdir -p ./out/cockroachdb
2772023-12-01T19:31:54.162Z+ local DO_DOWNLOAD=true
2782023-12-01T19:31:54.162Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792023-12-01T19:31:54.163Z+ '[' true == true ']'
2802023-12-01T19:31:54.163Z+ echo Downloading...
2812023-12-01T19:31:54.163ZDownloading...
2822023-12-01T19:31:54.163Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-01T19:31:54.166Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-12-01T19:31:56.963Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-12-01T19:31:56.966Z++ md5sum
2862023-12-01T19:31:56.966Z++ awk '{print $1}'
2872023-12-01T19:31:57.148Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2882023-12-01T19:31:57.148Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2892023-12-01T19:31:57.148Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-12-01T19:31:57.151Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2912023-12-01T19:32:00.546Z+ do_assemble_illumos
2922023-12-01T19:32:00.546Z+ rm -r ./out/cockroachdb
2932023-12-01T19:32:00.550Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2942023-12-01T19:32:01.175Z+ ./out/cockroachdb/bin/cockroach version
2952023-12-01T19:32:01.392ZBuild Tag: v22.1.9-dirty
2962023-12-01T19:32:01.392ZBuild Time: 2022/10/26 21:17:46
2972023-12-01T19:32:01.392ZDistribution: OSS
2982023-12-01T19:32:01.392ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2992023-12-01T19:32:01.392ZGo Version: go1.17.13
3002023-12-01T19:32:01.392ZC Compiler: gcc 10.3.0
3012023-12-01T19:32:01.392ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3022023-12-01T19:32:01.392ZBuild Type: release
3032023-12-01T19:32:01.417Z+ set -o errexit
3042023-12-01T19:32:01.420Z+++ dirname ./tools/ci_download_clickhouse
3052023-12-01T19:32:01.423Z++ cd ./tools
3062023-12-01T19:32:01.423Z++ pwd
3072023-12-01T19:32:01.423Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082023-12-01T19:32:01.426Z++ basename ./tools/ci_download_clickhouse
3092023-12-01T19:32:01.428Z+ ARG0=ci_download_clickhouse
3102023-12-01T19:32:01.428Z+ TARGET_DIR=out
3112023-12-01T19:32:01.428Z+ DOWNLOAD_DIR=out/downloads
3122023-12-01T19:32:01.428Z+ DEST_DIR=./out/clickhouse
3132023-12-01T19:32:01.428Z+ CIDL_VERSION=v22.8.9.24
3142023-12-01T19:32:01.428Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152023-12-01T19:32:01.428Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162023-12-01T19:32:01.428Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172023-12-01T19:32:01.428Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182023-12-01T19:32:01.428Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192023-12-01T19:32:01.428Z+ main
3202023-12-01T19:32:01.428Z+ [[ 0 != 0 ]]
3212023-12-01T19:32:01.429Z+ CIDL_OS=solaris2.11
3222023-12-01T19:32:01.429Z+ [[ 0 != 0 ]]
3232023-12-01T19:32:01.429Z+ configure_os solaris2.11
3242023-12-01T19:32:01.429Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252023-12-01T19:32:01.429Zcurrent directory: /work/oxidecomputer/omicron
3262023-12-01T19:32:01.429Z+ echo 'configuring based on OS: "solaris2.11"'
3272023-12-01T19:32:01.429Z+ CIDL_DASHREV=
3282023-12-01T19:32:01.429Z+ case "$1" in
3292023-12-01T19:32:01.429Zconfiguring based on OS: "solaris2.11"
3302023-12-01T19:32:01.429Z+ CIDL_PLATFORM=illumos
3312023-12-01T19:32:01.429Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322023-12-01T19:32:01.429Z+ CIDL_MD5FUNC=do_md5sum
3332023-12-01T19:32:01.429Z+ CIDL_DASHREV=-1
3342023-12-01T19:32:01.429Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352023-12-01T19:32:01.429Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-12-01T19:32:01.429Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-12-01T19:32:01.431Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-12-01T19:32:01.431Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-12-01T19:32:01.431ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-12-01T19:32:01.431ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-12-01T19:32:01.431Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422023-12-01T19:32:01.431Z+ mkdir -p out/downloads
3432023-12-01T19:32:01.435Z+ mkdir -p ./out/clickhouse
3442023-12-01T19:32:01.435Z+ local DO_DOWNLOAD=true
3452023-12-01T19:32:01.435Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462023-12-01T19:32:01.435Z+ '[' true == true ']'
3472023-12-01T19:32:01.435Z+ echo Downloading...
3482023-12-01T19:32:01.435ZDownloading...
3492023-12-01T19:32:01.435Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-01T19:32:01.435Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-12-01T19:32:04.359Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-12-01T19:32:04.363Z++ md5sum
3532023-12-01T19:32:04.363Z++ awk '{print $1}'
3542023-12-01T19:32:04.620Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552023-12-01T19:32:04.620Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3562023-12-01T19:32:04.620Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572023-12-01T19:32:04.623Z+ mkdir -p ./out/clickhouse
3582023-12-01T19:32:04.623Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592023-12-01T19:32:09.459Z+ ./out/clickhouse/clickhouse server --version
3602023-12-01T19:32:09.512ZClickHouse server version 22.8.9.1.
3612023-12-01T19:32:09.534Z+ set -o errexit
3622023-12-01T19:32:09.537Z+++ dirname ./tools/ci_download_console
3632023-12-01T19:32:09.539Z++ cd ./tools
3642023-12-01T19:32:09.539Z++ pwd
3652023-12-01T19:32:09.539Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662023-12-01T19:32:09.542Z++ basename ./tools/ci_download_console
3672023-12-01T19:32:09.542Z+ ARG0=ci_download_console
3682023-12-01T19:32:09.542Z+ TARGET_DIR=out
3692023-12-01T19:32:09.542Z+ DOWNLOAD_DIR=out/downloads
3702023-12-01T19:32:09.542Z+ DEST_DIR=./out/console-assets
3712023-12-01T19:32:09.542Z+ source /work/oxidecomputer/omicron/tools/console_version
3722023-12-01T19:32:09.543Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3732023-12-01T19:32:09.543Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3742023-12-01T19:32:09.543Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3752023-12-01T19:32:09.543Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762023-12-01T19:32:09.546Z+ main
3772023-12-01T19:32:09.546Z+ [[ 0 != 0 ]]
3782023-12-01T19:32:09.546Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3792023-12-01T19:32:09.546ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3802023-12-01T19:32:09.546Z+ echo 'Local file: out/downloads/console.tar.gz'
3812023-12-01T19:32:09.547ZLocal file: out/downloads/console.tar.gz
3822023-12-01T19:32:09.547Z+ local DO_DOWNLOAD=true
3832023-12-01T19:32:09.547Z+ [[ -f out/downloads/console.tar.gz ]]
3842023-12-01T19:32:09.547Z+ mkdir -p out/downloads
3852023-12-01T19:32:09.547Z+ '[' true == true ']'
3862023-12-01T19:32:09.547Z+ echo Downloading...
3872023-12-01T19:32:09.547ZDownloading...
3882023-12-01T19:32:09.547Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3892023-12-01T19:32:09.547Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3902023-12-01T19:32:10.178Z++ do_sha256sum out/downloads/console.tar.gz
3912023-12-01T19:32:10.181Z++ case "$OSTYPE" in
3922023-12-01T19:32:10.181Z++ SHA=sha256sum
3932023-12-01T19:32:10.181Z++ sha256sum
3942023-12-01T19:32:10.181Z++ awk '{print $1}'
3952023-12-01T19:32:10.202Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3962023-12-01T19:32:10.204Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
3972023-12-01T19:32:10.207Z+ rm -rf ./out/console-assets
3982023-12-01T19:32:10.207Z+ mkdir -p ./out/console-assets
3992023-12-01T19:32:10.209Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002023-12-01T19:32:10.209Z+ mkdir -p ./out/console-assets
4012023-12-01T19:32:10.212Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022023-12-01T19:32:10.348Z+ set -o errexit
4032023-12-01T19:32:10.351Z+++ dirname ./tools/ci_download_maghemite_openapi
4042023-12-01T19:32:10.353Z++ cd ./tools
4052023-12-01T19:32:10.353Z++ pwd
4062023-12-01T19:32:10.353Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072023-12-01T19:32:10.356Z++ basename ./tools/ci_download_maghemite_openapi
4082023-12-01T19:32:10.356Z+ ARG0=ci_download_maghemite_openapi
4092023-12-01T19:32:10.356Z+ TARGET_DIR=out
4102023-12-01T19:32:10.356Z+ DOWNLOAD_DIR=out/downloads
4112023-12-01T19:32:10.356Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122023-12-01T19:32:10.356Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4132023-12-01T19:32:10.356Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4142023-12-01T19:32:10.356Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4152023-12-01T19:32:10.356Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4162023-12-01T19:32:10.356Z+ main
4172023-12-01T19:32:10.356Z+ [[ 0 != 0 ]]
4182023-12-01T19:32:10.356Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4192023-12-01T19:32:10.356ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4202023-12-01T19:32:10.356Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4212023-12-01T19:32:10.356ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4222023-12-01T19:32:10.356Z+ local DO_DOWNLOAD=true
4232023-12-01T19:32:10.359Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4242023-12-01T19:32:10.359Z+ mkdir -p out/downloads
4252023-12-01T19:32:10.359Z+ '[' true == true ']'
4262023-12-01T19:32:10.359Z+ echo Downloading...
4272023-12-01T19:32:10.359ZDownloading...
4282023-12-01T19:32:10.359Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4292023-12-01T19:32:10.359Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4302023-12-01T19:32:10.584Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4312023-12-01T19:32:10.584Z++ case "$OSTYPE" in
4322023-12-01T19:32:10.587Z++ SHA=sha256sum
4332023-12-01T19:32:10.587Z++ sha256sum
4342023-12-01T19:32:10.587Z++ awk '{print $1}'
4352023-12-01T19:32:10.590Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4362023-12-01T19:32:10.593Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4372023-12-01T19:32:10.593Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382023-12-01T19:32:10.593Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4392023-12-01T19:32:10.593Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4402023-12-01T19:32:10.593Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4412023-12-01T19:32:10.594Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4422023-12-01T19:32:10.594Z+ main
4432023-12-01T19:32:10.594Z+ [[ 0 != 0 ]]
4442023-12-01T19:32:10.594Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4452023-12-01T19:32:10.594ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4462023-12-01T19:32:10.594ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4472023-12-01T19:32:10.594Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4482023-12-01T19:32:10.594Z+ local DO_DOWNLOAD=true
4492023-12-01T19:32:10.594Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4502023-12-01T19:32:10.594Z+ mkdir -p out/downloads
4512023-12-01T19:32:10.597Z+ '[' true == true ']'
4522023-12-01T19:32:10.598Z+ echo Downloading...
4532023-12-01T19:32:10.598ZDownloading...
4542023-12-01T19:32:10.598Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4552023-12-01T19:32:10.598Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4562023-12-01T19:32:10.729Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4572023-12-01T19:32:10.732Z++ case "$OSTYPE" in
4582023-12-01T19:32:10.732Z++ SHA=sha256sum
4592023-12-01T19:32:10.732Z++ sha256sum
4602023-12-01T19:32:10.732Z++ awk '{print $1}'
4612023-12-01T19:32:10.735Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4622023-12-01T19:32:10.735Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4632023-12-01T19:32:10.745Z+ set -o errexit
4642023-12-01T19:32:10.747Z+++ dirname ./tools/ci_download_dendrite_openapi
4652023-12-01T19:32:10.750Z++ cd ./tools
4662023-12-01T19:32:10.751Z++ pwd
4672023-12-01T19:32:10.751Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682023-12-01T19:32:10.754Z++ basename ./tools/ci_download_dendrite_openapi
4692023-12-01T19:32:10.754Z+ ARG0=ci_download_dendrite_openapi
4702023-12-01T19:32:10.754Z+ TARGET_DIR=out
4712023-12-01T19:32:10.754Z+ DOWNLOAD_DIR=out/downloads
4722023-12-01T19:32:10.754Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-12-01T19:32:10.754Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
4742023-12-01T19:32:10.754Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4752023-12-01T19:32:10.754Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4762023-12-01T19:32:10.754Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4772023-12-01T19:32:10.754Z+ main
4782023-12-01T19:32:10.754Z+ [[ 0 != 0 ]]
4792023-12-01T19:32:10.754Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
4802023-12-01T19:32:10.754ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4812023-12-01T19:32:10.754ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4822023-12-01T19:32:10.755Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
4832023-12-01T19:32:10.755Z+ local DO_DOWNLOAD=true
4842023-12-01T19:32:10.755Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
4852023-12-01T19:32:10.755Z+ mkdir -p out/downloads
4862023-12-01T19:32:10.758Z+ '[' true == true ']'
4872023-12-01T19:32:10.758Z+ echo Downloading...
4882023-12-01T19:32:10.758ZDownloading...
4892023-12-01T19:32:10.758Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4902023-12-01T19:32:10.758Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4912023-12-01T19:32:10.911Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4922023-12-01T19:32:10.911Z++ case "$OSTYPE" in
4932023-12-01T19:32:10.911Z++ SHA=sha256sum
4942023-12-01T19:32:10.914Z++ sha256sum
4952023-12-01T19:32:10.914Z++ awk '{print $1}'
4962023-12-01T19:32:10.918Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4972023-12-01T19:32:10.918Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
4982023-12-01T19:32:10.927Z+ set -o errexit
4992023-12-01T19:32:10.930Z+++ dirname ./tools/ci_download_dendrite_stub
5002023-12-01T19:32:10.933Z++ cd ./tools
5012023-12-01T19:32:10.933Z++ pwd
5022023-12-01T19:32:10.933Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032023-12-01T19:32:10.936Z++ basename ./tools/ci_download_dendrite_stub
5042023-12-01T19:32:10.936Z+ ARG0=ci_download_dendrite_stub
5052023-12-01T19:32:10.936Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062023-12-01T19:32:10.936Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5072023-12-01T19:32:10.936Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5082023-12-01T19:32:10.936Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5092023-12-01T19:32:10.936Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102023-12-01T19:32:10.936Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5112023-12-01T19:32:10.936Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5122023-12-01T19:32:10.936Z+ TARGET_DIR=out
5132023-12-01T19:32:10.936Z+ DOWNLOAD_DIR=out/downloads
5142023-12-01T19:32:10.936Z+ DEST_DIR=./out/dendrite-stub
5152023-12-01T19:32:10.936Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162023-12-01T19:32:10.936Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172023-12-01T19:32:10.936Z+ REPO=oxidecomputer/dendrite
5182023-12-01T19:32:10.936Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5192023-12-01T19:32:10.939Z+ main
5202023-12-01T19:32:10.939Z+ [[ 0 != 0 ]]
5212023-12-01T19:32:10.939Z+ CIDL_OS=solaris2.11
5222023-12-01T19:32:10.939Z+ [[ 0 != 0 ]]
5232023-12-01T19:32:10.939Z+ configure_os solaris2.11
5242023-12-01T19:32:10.939Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252023-12-01T19:32:10.939Zcurrent directory: /work/oxidecomputer/omicron
5262023-12-01T19:32:10.939Z+ echo 'configuring based on OS: "solaris2.11"'
5272023-12-01T19:32:10.939Zconfiguring based on OS: "solaris2.11"
5282023-12-01T19:32:10.939Z+ case "$1" in
5292023-12-01T19:32:10.939Z+ SET_BINARIES=
5302023-12-01T19:32:10.942Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5312023-12-01T19:32:10.942Z+ CIDL_SHA256FUNC=do_sha256sum
5322023-12-01T19:32:10.942Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332023-12-01T19:32:10.942Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5342023-12-01T19:32:10.942Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352023-12-01T19:32:10.942Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5362023-12-01T19:32:10.942Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5372023-12-01T19:32:10.942ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5382023-12-01T19:32:10.942ZLocal file: out/downloads/dendrite-stub.tar.gz
5392023-12-01T19:32:10.942Z+ mkdir -p out/downloads
5402023-12-01T19:32:10.942Z+ mkdir -p ./out/dendrite-stub
5412023-12-01T19:32:10.945Z+ fetch_and_verify
5422023-12-01T19:32:10.945Z+ local DO_DOWNLOAD=true
5432023-12-01T19:32:10.945Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5442023-12-01T19:32:10.945Z+ '[' true == true ']'
5452023-12-01T19:32:10.945Z+ echo Downloading...
5462023-12-01T19:32:10.945ZDownloading...
5472023-12-01T19:32:10.945Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482023-12-01T19:32:10.945Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5492023-12-01T19:32:19.770Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502023-12-01T19:32:19.779Z++ sha256sum
5512023-12-01T19:32:19.779Z++ awk '{print $1}'
5522023-12-01T19:32:19.863Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5532023-12-01T19:32:19.863Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5542023-12-01T19:32:19.866Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552023-12-01T19:32:19.866Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562023-12-01T19:32:20.856Z+ do_assemble
5572023-12-01T19:32:20.856Z+ rm -r ./out/dendrite-stub
5582023-12-01T19:32:20.866Z+ mkdir ./out/dendrite-stub
5592023-12-01T19:32:20.866Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602023-12-01T19:32:20.997Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612023-12-01T19:32:21.005Z+ set -o errexit
5622023-12-01T19:32:21.009Z+++ dirname ./tools/ci_download_maghemite_mgd
5632023-12-01T19:32:21.009Z++ cd ./tools
5642023-12-01T19:32:21.555Z++ pwd
5652023-12-01T19:32:21.555Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662023-12-01T19:32:21.555Z++ basename ./tools/ci_download_maghemite_mgd
5672023-12-01T19:32:21.555Z+ ARG0=ci_download_maghemite_mgd
5682023-12-01T19:32:21.557Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692023-12-01T19:32:21.557Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5702023-12-01T19:32:21.558Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5712023-12-01T19:32:21.558Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722023-12-01T19:32:21.558Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5732023-12-01T19:32:21.558Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5742023-12-01T19:32:21.558Z+ TARGET_DIR=out
5752023-12-01T19:32:21.558Z+ DOWNLOAD_DIR=out/downloads
5762023-12-01T19:32:21.558Z+ DEST_DIR=./out/mgd
5772023-12-01T19:32:21.558Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782023-12-01T19:32:21.558Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792023-12-01T19:32:21.558Z+ REPO=oxidecomputer/maghemite
5802023-12-01T19:32:21.558Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5812023-12-01T19:32:21.558Z+ main
5822023-12-01T19:32:21.558Z+ [[ 0 != 0 ]]
5832023-12-01T19:32:21.558Z+ CIDL_OS=solaris2.11
5842023-12-01T19:32:21.558Z+ [[ 0 != 0 ]]
5852023-12-01T19:32:21.558Z+ configure_os solaris2.11
5862023-12-01T19:32:21.558Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872023-12-01T19:32:21.558Zcurrent directory: /work/oxidecomputer/omicron
5882023-12-01T19:32:21.558Z+ echo 'configuring based on OS: "solaris2.11"'
5892023-12-01T19:32:21.559Z+ case "$1" in
5902023-12-01T19:32:21.559Z+ SET_BINARIES=
5912023-12-01T19:32:21.559Zconfiguring based on OS: "solaris2.11"
5922023-12-01T19:32:21.559Z+ CIDL_SHA256FUNC=do_sha256sum
5932023-12-01T19:32:21.559Z+ TARBALL_FILENAME=mgd.tar.gz
5942023-12-01T19:32:21.560Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5952023-12-01T19:32:21.560Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962023-12-01T19:32:21.560Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
5972023-12-01T19:32:21.560Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5982023-12-01T19:32:21.560ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5992023-12-01T19:32:21.560ZLocal file: out/downloads/mgd.tar.gz
6002023-12-01T19:32:21.560Z+ mkdir -p out/downloads
6012023-12-01T19:32:21.560Z+ mkdir -p ./out/mgd
6022023-12-01T19:32:21.568Z+ fetch_and_verify
6032023-12-01T19:32:21.568Z+ local DO_DOWNLOAD=true
6042023-12-01T19:32:21.568Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052023-12-01T19:32:21.569Z+ '[' true == true ']'
6062023-12-01T19:32:21.569Z+ echo Downloading...
6072023-12-01T19:32:21.569ZDownloading...
6082023-12-01T19:32:21.569Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6092023-12-01T19:32:21.569Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6102023-12-01T19:32:26.634Z++ do_sha256sum out/downloads/mgd.tar.gz
6112023-12-01T19:32:26.636Z++ sha256sum
6122023-12-01T19:32:26.636Z++ awk '{print $1}'
6132023-12-01T19:32:26.710Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6142023-12-01T19:32:26.713Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6152023-12-01T19:32:26.713Z+ do_untar out/downloads/mgd.tar.gz
6162023-12-01T19:32:26.713Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172023-12-01T19:32:27.379Z+ do_assemble
6182023-12-01T19:32:27.379Z+ rm -r ./out/mgd
6192023-12-01T19:32:27.382Z+ mkdir ./out/mgd
6202023-12-01T19:32:27.385Z+ cp -r out/downloads/root ./out/mgd/root
6212023-12-01T19:32:27.607Z+ set -o errexit
6222023-12-01T19:32:28.246Z+++ dirname ./tools/ci_download_transceiver_control
6232023-12-01T19:32:28.246Z++ cd ./tools
6242023-12-01T19:32:28.246Z++ pwd
6252023-12-01T19:32:28.246Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262023-12-01T19:32:28.246Z++ basename ./tools/ci_download_transceiver_control
6272023-12-01T19:32:28.246Z+ ARG0=ci_download_transceiver_control
6282023-12-01T19:32:28.246Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292023-12-01T19:32:28.246Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302023-12-01T19:32:28.246Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312023-12-01T19:32:28.246Z+ TARGET_DIR=out
6322023-12-01T19:32:28.246Z+ DOWNLOAD_DIR=out/downloads
6332023-12-01T19:32:28.246Z+ DEST_DIR=./out/transceiver-control
6342023-12-01T19:32:28.246Z+ BIN_DIR=/opt/oxide/bin
6352023-12-01T19:32:28.246Z+ BINARY=xcvradm
6362023-12-01T19:32:28.246Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372023-12-01T19:32:28.246Z+ REPO=oxidecomputer/transceiver-control
6382023-12-01T19:32:28.246Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392023-12-01T19:32:28.246Z+ main
6402023-12-01T19:32:28.246Z+ [[ 0 != 0 ]]
6412023-12-01T19:32:28.246Z+ CIDL_OS=solaris2.11
6422023-12-01T19:32:28.246Z+ [[ 0 != 0 ]]
6432023-12-01T19:32:28.246Z+ configure_os solaris2.11
6442023-12-01T19:32:28.246Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452023-12-01T19:32:28.246Zcurrent directory: /work/oxidecomputer/omicron
6462023-12-01T19:32:28.246Z+ echo 'configuring based on OS: "solaris2.11"'
6472023-12-01T19:32:28.246Zconfiguring based on OS: "solaris2.11"
6482023-12-01T19:32:28.246Z+ case "$1" in
6492023-12-01T19:32:28.246Z+ SET_BINARIES=
6502023-12-01T19:32:28.246Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512023-12-01T19:32:28.246Z+ CIDL_SHA256FUNC=do_sha256sum
6522023-12-01T19:32:28.246Z+ ARCHIVE_FILENAME=xcvradm.gz
6532023-12-01T19:32:28.246Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542023-12-01T19:32:28.248Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552023-12-01T19:32:28.248Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562023-12-01T19:32:28.248Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572023-12-01T19:32:28.248ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582023-12-01T19:32:28.248ZLocal file: out/downloads/xcvradm.gz
6592023-12-01T19:32:28.248Z+ mkdir -p out/downloads
6602023-12-01T19:32:28.248Z+ mkdir -p ./out/transceiver-control
6612023-12-01T19:32:28.251Z+ fetch_and_verify
6622023-12-01T19:32:28.251Z+ local DO_DOWNLOAD=true
6632023-12-01T19:32:28.251Z+ [[ -f out/downloads/xcvradm.gz ]]
6642023-12-01T19:32:28.251Z+ '[' true == true ']'
6652023-12-01T19:32:28.251Z+ echo Downloading...
6662023-12-01T19:32:28.253ZDownloading...
6672023-12-01T19:32:28.253Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682023-12-01T19:32:28.253Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6692023-12-01T19:32:28.626Z++ do_sha256sum out/downloads/xcvradm.gz
6702023-12-01T19:32:28.631Z++ sha256sum
6712023-12-01T19:32:28.631Z++ awk '{print $1}'
6722023-12-01T19:32:28.652Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732023-12-01T19:32:28.652Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6742023-12-01T19:32:28.656Z+ do_unpack out/downloads/xcvradm.gz
6752023-12-01T19:32:28.656Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762023-12-01T19:32:28.656Z+ gzip -dc out/downloads/xcvradm.gz
6772023-12-01T19:32:28.835Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782023-12-01T19:32:28.837Z+ do_assemble
6792023-12-01T19:32:28.837Z+ rm -r ./out/transceiver-control
6802023-12-01T19:32:28.840Z+ mkdir ./out/transceiver-control
6812023-12-01T19:32:28.843Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822023-12-01T19:32:29.097ZAll prerequisites installed successfully
6832023-12-01T19:32:29.100Z
6842023-12-01T19:32:29.100Zreal 2:07.699051720
6852023-12-01T19:32:29.100Zuser 54.095732223
6862023-12-01T19:32:29.100Zsys 10.095429423
6872023-12-01T19:32:29.100Ztrap 0.019338922
6882023-12-01T19:32:29.100Ztflt 0.310737834
6892023-12-01T19:32:29.100Zdflt 1.065748773
6902023-12-01T19:32:29.100Zkflt 0.385035051
6912023-12-01T19:32:29.100Zlock 1.707083586
6922023-12-01T19:32:29.100Zslp 3:53.319174505
6932023-12-01T19:32:29.100Zlat 3.448496714
6942023-12-01T19:32:29.100Zstop 0.073695416
6952023-12-01T19:32:29.100Z+ banner end-to-end-tests
6962023-12-01T19:32:29.191Z
6972023-12-01T19:32:29.191Z ###### # # ##### ##### #### ###### # # #####
6982023-12-01T19:32:29.191Z # ## # # # # # # # ## # # #
6992023-12-01T19:32:29.191Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002023-12-01T19:32:29.191Z # # # # # # # # # # # # # # #
7012023-12-01T19:32:29.191Z # # ## # # # # # # # ## # #
7022023-12-01T19:32:29.191Z ###### # # ##### # #### ###### # # #####
7032023-12-01T19:32:29.191Z
7042023-12-01T19:32:29.194Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052023-12-01T19:32:29.194Z+ CARGO_PROFILE_DEV_DEBUG=1
7062023-12-01T19:32:29.194Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072023-12-01T19:32:29.194Z+ CARGO_PROFILE_TEST_DEBUG=1
7082023-12-01T19:32:29.194Z+ export CARGO_INCREMENTAL=0
7092023-12-01T19:32:29.194Z+ CARGO_INCREMENTAL=0
7102023-12-01T19:32:29.194Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112023-12-01T19:32:29.531Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122023-12-01T19:32:30.035Z Updating crates.io index
7132023-12-01T19:32:30.142Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7142023-12-01T19:32:31.013Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7152023-12-01T19:32:32.901Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7162023-12-01T19:32:33.344Z Updating git repository `http://github.com/oxidecomputer/tofino`
7172023-12-01T19:32:33.898Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7182023-12-01T19:32:34.300Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7192023-12-01T19:32:34.732Z Updating git repository `https://github.com/oxidecomputer/propolis`
7202023-12-01T19:32:35.740Z Updating git repository `https://github.com/oxidecomputer/crucible`
7212023-12-01T19:32:37.634Z Updating git repository `https://github.com/oxidecomputer/opte`
7222023-12-01T19:32:38.697Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7232023-12-01T19:32:39.285Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7242023-12-01T19:32:40.196Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7252023-12-01T19:32:40.685Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7262023-12-01T19:32:41.183Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7272023-12-01T19:32:41.688Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7282023-12-01T19:32:42.256Z Updating git repository `https://github.com/njaremko/samael`
7292023-12-01T19:32:43.093Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7302023-12-01T19:32:43.683Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7312023-12-01T19:32:44.097Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7322023-12-01T19:32:44.412Z Updating git repository `https://github.com/jgallagher/nix`
7332023-12-01T19:32:45.725Z Updating git repository `https://github.com/cbiffle/hubpack`
7342023-12-01T19:32:46.226Z Updating git repository `https://github.com/oxidecomputer/typify`
7352023-12-01T19:32:47.300Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7362023-12-01T19:32:47.739Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7372023-12-01T19:32:48.075Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7382023-12-01T19:32:49.809Z Downloading crates ...
7392023-12-01T19:32:50.032Z Downloaded password-hash v0.4.2
7402023-12-01T19:32:50.038Z Downloaded paste v1.0.14
7412023-12-01T19:32:50.051Z Downloaded cpufeatures v0.2.9
7422023-12-01T19:32:50.057Z Downloaded ciborium-io v0.2.1
7432023-12-01T19:32:50.059Z Downloaded normalize-line-endings v0.3.0
7442023-12-01T19:32:50.062Z Downloaded phf v0.11.2
7452023-12-01T19:32:50.065Z Downloaded memoffset v0.9.0
7462023-12-01T19:32:50.068Z Downloaded clap_lex v0.5.1
7472023-12-01T19:32:50.071Z Downloaded dyn-clone v1.0.13
7482023-12-01T19:32:50.075Z Downloaded crucible-workspace-hack v0.1.0
7492023-12-01T19:32:50.077Z Downloaded parse-display v0.8.2
7502023-12-01T19:32:50.080Z Downloaded difflib v0.4.0
7512023-12-01T19:32:50.082Z Downloaded doc-comment v0.3.3
7522023-12-01T19:32:50.086Z Downloaded dtrace-parser v0.1.14
7532023-12-01T19:32:50.089Z Downloaded atty v0.2.14
7542023-12-01T19:32:50.097Z Downloaded bit-vec v0.6.3
7552023-12-01T19:32:50.103Z Downloaded precomputed-hash v0.1.1
7562023-12-01T19:32:50.107Z Downloaded predicates v3.0.4
7572023-12-01T19:32:50.114Z Downloaded pretty-hex v0.4.0
7582023-12-01T19:32:50.119Z Downloaded deranged v0.3.8
7592023-12-01T19:32:50.124Z Downloaded parking_lot v0.12.1
7602023-12-01T19:32:50.131Z Downloaded rand_chacha v0.2.2
7612023-12-01T19:32:50.134Z Downloaded clap v4.4.3
7622023-12-01T19:32:50.154Z Downloaded proc-macro-crate v1.3.1
7632023-12-01T19:32:50.158Z Downloaded pretty-hex v0.2.1
7642023-12-01T19:32:50.161Z Downloaded postgres-protocol v0.6.6
7652023-12-01T19:32:50.165Z Downloaded http-range v0.1.5
7662023-12-01T19:32:50.168Z Downloaded colored v2.0.4
7672023-12-01T19:32:50.172Z Downloaded bit-set v0.5.3
7682023-12-01T19:32:50.175Z Downloaded percent-encoding v2.3.1
7692023-12-01T19:32:50.177Z Downloaded num-iter v0.1.43
7702023-12-01T19:32:50.180Z Downloaded pem v1.1.1
7712023-12-01T19:32:50.183Z Downloaded ctr v0.9.2
7722023-12-01T19:32:50.188Z Downloaded proc-macro-error-attr v1.0.4
7732023-12-01T19:32:50.190Z Downloaded adler v1.0.2
7742023-12-01T19:32:50.194Z Downloaded foreign-types-shared v0.3.1
7752023-12-01T19:32:50.197Z Downloaded resolv-conf v0.7.0
7762023-12-01T19:32:50.199Z Downloaded parking_lot_core v0.8.6
7772023-12-01T19:32:50.204Z Downloaded base16ct v0.2.0
7782023-12-01T19:32:50.207Z Downloaded omicron-zone-package v0.9.1
7792023-12-01T19:32:50.212Z Downloaded ident_case v1.0.1
7802023-12-01T19:32:50.215Z Downloaded fallible-iterator v0.2.0
7812023-12-01T19:32:50.218Z Downloaded mime_guess v2.0.4
7822023-12-01T19:32:50.221Z Downloaded home v0.5.5
7832023-12-01T19:32:50.224Z Downloaded http-body v0.4.5
7842023-12-01T19:32:50.229Z Downloaded lru-cache v0.1.2
7852023-12-01T19:32:50.229Z Downloaded quote v1.0.33
7862023-12-01T19:32:50.235Z Downloaded once_cell v1.18.0
7872023-12-01T19:32:50.239Z Downloaded postcard v0.7.3
7882023-12-01T19:32:50.244Z Downloaded errno v0.3.2
7892023-12-01T19:32:50.246Z Downloaded proc-macro2 v1.0.69
7902023-12-01T19:32:50.252Z Downloaded secrecy v0.8.0
7912023-12-01T19:32:50.254Z Downloaded hostname v0.3.1
7922023-12-01T19:32:50.257Z Downloaded foreign-types-macros v0.2.3
7932023-12-01T19:32:50.260Z Downloaded hubpack_derive v0.1.1
7942023-12-01T19:32:50.263Z Downloaded platforms v3.0.2
7952023-12-01T19:32:50.265Z Downloaded siphasher v0.3.11
7962023-12-01T19:32:50.269Z Downloaded futures-executor v0.3.29
7972023-12-01T19:32:50.271Z Downloaded filetime v0.2.22
7982023-12-01T19:32:50.275Z Downloaded thread_local v1.1.7
7992023-12-01T19:32:50.278Z Downloaded strum v0.25.0
8002023-12-01T19:32:50.280Z Downloaded getrandom v0.1.16
8012023-12-01T19:32:50.284Z Downloaded rcgen v0.11.3
8022023-12-01T19:32:50.290Z Downloaded crossbeam-utils v0.8.16
8032023-12-01T19:32:50.296Z Downloaded slog-envlogger v2.2.0
8042023-12-01T19:32:50.299Z Downloaded tinyvec_macros v0.1.1
8052023-12-01T19:32:50.302Z Downloaded zone_cfg_derive v0.3.0
8062023-12-01T19:32:50.304Z Downloaded foreign-types-shared v0.1.1
8072023-12-01T19:32:50.307Z Downloaded slog-async v2.8.0
8082023-12-01T19:32:50.309Z Downloaded futures-core v0.3.29
8092023-12-01T19:32:50.312Z Downloaded usdt-attr-macro v0.3.5
8102023-12-01T19:32:50.312Z Downloaded foreign-types v0.5.0
8112023-12-01T19:32:50.315Z Downloaded managed v0.8.0
8122023-12-01T19:32:50.319Z Downloaded semver-parser v0.10.2
8132023-12-01T19:32:50.321Z Downloaded semver v0.11.0
8142023-12-01T19:32:50.324Z Downloaded hubpack v0.1.2
8152023-12-01T19:32:50.327Z Downloaded glob v0.3.1
8162023-12-01T19:32:50.330Z Downloaded strsim v0.8.0
8172023-12-01T19:32:50.333Z Downloaded toml v0.5.11
8182023-12-01T19:32:50.338Z Downloaded diesel_derives v2.1.2
8192023-12-01T19:32:50.345Z Downloaded ucd-trie v0.1.6
8202023-12-01T19:32:50.348Z Downloaded libefi-sys v0.1.0
8212023-12-01T19:32:50.351Z Downloaded arc-swap v1.6.0
8222023-12-01T19:32:50.358Z Downloaded want v0.3.1
8232023-12-01T19:32:50.361Z Downloaded instant v0.1.12
8242023-12-01T19:32:50.364Z Downloaded waitgroup v0.1.2
8252023-12-01T19:32:50.366Z Downloaded headers-core v0.2.0
8262023-12-01T19:32:50.369Z Downloaded flate2 v1.0.28
8272023-12-01T19:32:50.377Z Downloaded rustversion v1.0.14
8282023-12-01T19:32:50.382Z Downloaded slog-scope v4.4.0
8292023-12-01T19:32:50.385Z Downloaded slab v0.4.9
8302023-12-01T19:32:50.387Z Downloaded tower-service v0.3.2
8312023-12-01T19:32:50.390Z Downloaded matches v0.1.10
8322023-12-01T19:32:50.393Z Downloaded thiserror-no-std v2.0.2
8332023-12-01T19:32:50.398Z Downloaded spki v0.7.2
8342023-12-01T19:32:50.402Z Downloaded tinyvec v1.6.0
8352023-12-01T19:32:50.408Z Downloaded unicase v2.7.0
8362023-12-01T19:32:50.411Z Downloaded walkdir v2.4.0
8372023-12-01T19:32:50.414Z Downloaded zip v0.6.6
8382023-12-01T19:32:50.422Z Downloaded heck v0.4.1
8392023-12-01T19:32:50.425Z Downloaded whoami v1.4.1
8402023-12-01T19:32:50.427Z Downloaded serde_spanned v0.6.4
8412023-12-01T19:32:50.430Z Downloaded trust-dns-client v0.22.0
8422023-12-01T19:32:50.439Z Downloaded iana-time-zone v0.1.57
8432023-12-01T19:32:50.443Z Downloaded usdt-impl v0.3.5
8442023-12-01T19:32:50.446Z Downloaded term v0.7.0
8452023-12-01T19:32:50.452Z Downloaded getopts v0.2.21
8462023-12-01T19:32:50.454Z Downloaded take_mut v0.2.2
8472023-12-01T19:32:50.457Z Downloaded usdt-macro v0.3.5
8482023-12-01T19:32:50.460Z Downloaded try-lock v0.2.4
8492023-12-01T19:32:50.460Z Downloaded subprocess v0.2.9
8502023-12-01T19:32:50.464Z Downloaded time-macros v0.2.13
8512023-12-01T19:32:50.467Z Downloaded inout v0.1.3
8522023-12-01T19:32:50.470Z Downloaded md-5 v0.10.5
8532023-12-01T19:32:50.472Z Downloaded unicode-bidi v0.3.13
8542023-12-01T19:32:50.476Z Downloaded serde_tokenstream v0.1.7
8552023-12-01T19:32:50.482Z Downloaded fnv v1.0.7
8562023-12-01T19:32:50.485Z Downloaded macaddr v1.0.1
8572023-12-01T19:32:50.488Z Downloaded zerocopy v0.3.0
8582023-12-01T19:32:50.492Z Downloaded slog-bunyan v2.4.0
8592023-12-01T19:32:50.492Z Downloaded stable_deref_trait v1.2.0
8602023-12-01T19:32:50.494Z Downloaded futures-channel v0.3.29
8612023-12-01T19:32:50.497Z Downloaded fixedbitset v0.4.2
8622023-12-01T19:32:50.500Z Downloaded zerocopy v0.6.4
8632023-12-01T19:32:50.504Z Downloaded smallvec v1.11.0
8642023-12-01T19:32:50.507Z Downloaded vec_map v0.8.2
8652023-12-01T19:32:50.509Z Downloaded untrusted v0.9.0
8662023-12-01T19:32:50.512Z Downloaded version_check v0.9.4
8672023-12-01T19:32:50.515Z Downloaded structmeta v0.2.0
8682023-12-01T19:32:50.517Z Downloaded is-terminal v0.4.9
8692023-12-01T19:32:50.517Z Downloaded rustfmt-wrapper v0.2.0
8702023-12-01T19:32:50.520Z Downloaded lalrpop-util v0.19.12
8712023-12-01T19:32:50.523Z Downloaded strsim v0.10.0
8722023-12-01T19:32:50.526Z Downloaded tempfile v3.8.1
8732023-12-01T19:32:50.529Z Downloaded tracing-attributes v0.1.26
8742023-12-01T19:32:50.533Z Downloaded headers v0.3.9
8752023-12-01T19:32:50.543Z Downloaded utf8parse v0.2.1
8762023-12-01T19:32:50.546Z Downloaded string_cache v0.8.7
8772023-12-01T19:32:50.548Z Downloaded hashbrown v0.12.3
8782023-12-01T19:32:50.556Z Downloaded serde_yaml v0.9.25
8792023-12-01T19:32:50.562Z Downloaded tokio-native-tls v0.3.1
8802023-12-01T19:32:50.565Z Downloaded serde_derive v1.0.192
8812023-12-01T19:32:50.570Z Downloaded indexmap v2.1.0
8822023-12-01T19:32:50.577Z Downloaded signal-hook v0.3.17
8832023-12-01T19:32:50.582Z Downloaded aes v0.8.3
8842023-12-01T19:32:50.589Z Downloaded static_assertions v1.1.0
8852023-12-01T19:32:50.591Z Downloaded indexmap v1.9.3
8862023-12-01T19:32:50.597Z Downloaded snafu v0.7.5
8872023-12-01T19:32:50.608Z Downloaded tracing v0.1.37
8882023-12-01T19:32:50.615Z Downloaded reqwest v0.11.22
8892023-12-01T19:32:50.629Z Downloaded trust-dns-resolver v0.22.0
8902023-12-01T19:32:50.637Z Downloaded itertools v0.12.0
8912023-12-01T19:32:50.649Z Downloaded memchr v2.6.3
8922023-12-01T19:32:50.659Z Downloaded tokio-postgres v0.7.10
8932023-12-01T19:32:50.680Z Downloaded time v0.3.27
8942023-12-01T19:32:50.692Z Downloaded libm v0.2.7
8952023-12-01T19:32:50.710Z Downloaded hkdf v0.12.3
8962023-12-01T19:32:50.714Z Downloaded unicode-normalization v0.1.22
8972023-12-01T19:32:50.721Z Downloaded itertools v0.11.0
8982023-12-01T19:32:50.734Z Downloaded regex v1.10.2
8992023-12-01T19:32:50.758Z Downloaded hashbrown v0.13.2
9002023-12-01T19:32:50.766Z Downloaded hashbrown v0.14.2
9012023-12-01T19:32:50.776Z Downloaded idna v0.2.3
9022023-12-01T19:32:50.788Z Downloaded regress v0.7.1
9032023-12-01T19:32:50.801Z Downloaded rustls v0.21.9
9042023-12-01T19:32:50.822Z Downloaded smoltcp v0.8.2
9052023-12-01T19:32:50.839Z Downloaded vcpkg v0.2.15
9062023-12-01T19:32:50.915Z Downloaded syn v1.0.109
9072023-12-01T19:32:50.945Z Downloaded bstr v1.6.0
9082023-12-01T19:32:50.956Z Downloaded trust-dns-proto v0.22.0
9092023-12-01T19:32:50.978Z Downloaded rustix v0.38.25
9102023-12-01T19:32:51.020Z Downloaded webpki-roots v0.25.2
9112023-12-01T19:32:51.027Z Downloaded diesel v2.1.4
9122023-12-01T19:32:51.060Z Downloaded rustix v0.37.23
9132023-12-01T19:32:51.096Z Downloaded openapiv3 v2.0.0-rc.1
9142023-12-01T19:32:51.117Z Downloaded bstr v0.2.17
9152023-12-01T19:32:51.134Z Downloaded regex-automata v0.4.3
9162023-12-01T19:32:51.166Z Downloaded sled v0.34.7
9172023-12-01T19:32:51.185Z Downloaded libc v0.2.150
9182023-12-01T19:32:51.233Z Downloaded tokio v1.34.0
9192023-12-01T19:32:51.302Z Downloaded bzip2-sys v0.1.11+1.0.8
9202023-12-01T19:32:51.324Z Downloaded zerocopy-derive v0.6.4
9212023-12-01T19:32:51.343Z Downloaded encoding_rs v0.8.33
9222023-12-01T19:32:51.384Z Downloaded sha3 v0.10.8
9232023-12-01T19:32:51.396Z Downloaded zerocopy-derive v0.2.0
9242023-12-01T19:32:51.411Z Downloaded winapi v0.3.9
9252023-12-01T19:32:51.484Z Downloaded regex-automata v0.3.8
9262023-12-01T19:32:51.513Z Downloaded idna v0.5.0
9272023-12-01T19:32:51.525Z Downloaded openssl v0.10.60
9282023-12-01T19:32:51.542Z Downloaded gimli v0.28.0
9292023-12-01T19:32:51.556Z Downloaded object v0.32.1
9302023-12-01T19:32:51.574Z Downloaded curve25519-dalek v4.1.0
9312023-12-01T19:32:51.589Z Downloaded smoltcp v0.9.1
9322023-12-01T19:32:51.608Z Downloaded regex-syntax v0.8.2
9332023-12-01T19:32:51.623Z Downloaded regex-syntax v0.7.5
9342023-12-01T19:32:51.637Z Downloaded hyper v0.14.27
9352023-12-01T19:32:51.651Z Downloaded syn v2.0.32
9362023-12-01T19:32:51.669Z Downloaded serde_json v1.0.108
9372023-12-01T19:32:51.682Z Downloaded h2 v0.3.21
9382023-12-01T19:32:51.693Z Downloaded rustls-webpki v0.101.7
9392023-12-01T19:32:51.719Z Downloaded futures-util v0.3.29
9402023-12-01T19:32:51.742Z Downloaded chrono v0.4.31
9412023-12-01T19:32:51.762Z Downloaded aho-corasick v1.0.4
9422023-12-01T19:32:51.780Z Downloaded radix_trie v0.2.1
9432023-12-01T19:32:51.802Z Downloaded itertools v0.10.5
9442023-12-01T19:32:51.820Z Downloaded aes-gcm v0.10.3
9452023-12-01T19:32:51.826Z Downloaded ed25519-dalek v2.0.0
9462023-12-01T19:32:51.832Z Downloaded clap v2.34.0
9472023-12-01T19:32:51.846Z Downloaded serde_with v2.3.3
9482023-12-01T19:32:51.856Z Downloaded petgraph v0.6.4
9492023-12-01T19:32:51.879Z Downloaded socket2 v0.4.9
9502023-12-01T19:32:51.882Z Downloaded unsafe-libyaml v0.2.9
9512023-12-01T19:32:51.891Z Downloaded futures v0.3.29
9522023-12-01T19:32:51.896Z Downloaded toml_edit v0.19.15
9532023-12-01T19:32:51.927Z Downloaded ring v0.17.5
9542023-12-01T19:32:52.070Z Downloaded winnow v0.5.15
9552023-12-01T19:32:52.084Z Downloaded tar v0.4.40
9562023-12-01T19:32:52.088Z Downloaded tracing-core v0.1.31
9572023-12-01T19:32:52.093Z Downloaded crossterm v0.27.0
9582023-12-01T19:32:52.105Z Downloaded russh v0.39.0
9592023-12-01T19:32:52.114Z Downloaded ring v0.16.20
9602023-12-01T19:32:52.290Z Downloaded log v0.4.20
9612023-12-01T19:32:52.294Z Downloaded num-bigint v0.4.4
9622023-12-01T19:32:52.303Z Downloaded serde v1.0.192
9632023-12-01T19:32:52.309Z Downloaded trust-dns-server v0.22.1
9642023-12-01T19:32:52.319Z Downloaded unicode-ident v1.0.12
9652023-12-01T19:32:52.323Z Downloaded clap_builder v4.4.2
9662023-12-01T19:32:52.336Z Downloaded rand v0.7.3
9672023-12-01T19:32:52.346Z Downloaded unicode-segmentation v1.10.1
9682023-12-01T19:32:52.352Z Downloaded heapless v0.7.16
9692023-12-01T19:32:52.359Z Downloaded regex-automata v0.1.10
9702023-12-01T19:32:52.369Z Downloaded schemars v0.8.13
9712023-12-01T19:32:52.390Z Downloaded http v0.2.11
9722023-12-01T19:32:52.397Z Downloaded snafu-derive v0.7.5
9732023-12-01T19:32:52.400Z Downloaded tokio-util v0.7.10
9742023-12-01T19:32:52.412Z Downloaded rustc-demangle v0.1.23
9752023-12-01T19:32:52.415Z Downloaded russh-keys v0.38.0
9762023-12-01T19:32:52.419Z Downloaded slog v2.7.0
9772023-12-01T19:32:52.423Z Downloaded structopt v0.3.26
9782023-12-01T19:32:52.436Z Downloaded pest v2.7.2
9792023-12-01T19:32:52.445Z Downloaded uuid v1.6.1
9802023-12-01T19:32:52.451Z Downloaded crossbeam-channel v0.5.8
9812023-12-01T19:32:52.459Z Downloaded url v2.5.0
9822023-12-01T19:32:52.464Z Downloaded group v0.13.0
9832023-12-01T19:32:52.466Z Downloaded match_cfg v0.1.0
9842023-12-01T19:32:52.469Z Downloaded socket2 v0.5.5
9852023-12-01T19:32:52.471Z Downloaded tungstenite v0.20.1
9862023-12-01T19:32:52.476Z Downloaded ipnet v2.8.0
9872023-12-01T19:32:52.479Z Downloaded io-lifetimes v1.0.11
9882023-12-01T19:32:52.482Z Downloaded universal-hash v0.5.1
9892023-12-01T19:32:52.486Z Downloaded slog-json v2.6.1
9902023-12-01T19:32:52.488Z Downloaded yasna v0.5.2
9912023-12-01T19:32:52.491Z Downloaded lazy_static v1.4.0
9922023-12-01T19:32:52.494Z Downloaded ryu v1.0.15
9932023-12-01T19:32:52.497Z Downloaded stringprep v0.1.3
9942023-12-01T19:32:52.499Z Downloaded toml v0.8.8
9952023-12-01T19:32:52.505Z Downloaded toml_edit v0.21.0
9962023-12-01T19:32:52.544Z Downloaded hmac v0.12.1
9972023-12-01T19:32:52.547Z Downloaded ed25519 v2.2.2
9982023-12-01T19:32:52.549Z Downloaded zeroize_derive v1.4.2
9992023-12-01T19:32:52.552Z Downloaded synstructure v0.12.6
10002023-12-01T19:32:52.554Z Downloaded rustc_version v0.4.0
10012023-12-01T19:32:52.557Z Downloaded toml_datetime v0.6.5
10022023-12-01T19:32:52.557Z Downloaded lock_api v0.4.10
10032023-12-01T19:32:52.560Z Downloaded toml v0.7.8
10042023-12-01T19:32:52.564Z Downloaded serde_tokenstream v0.2.0
10052023-12-01T19:32:52.569Z Downloaded kstat-rs v0.2.3
10062023-12-01T19:32:52.572Z Downloaded thread-id v4.2.0
10072023-12-01T19:32:52.575Z Downloaded hyper-tls v0.5.0
10082023-12-01T19:32:52.577Z Downloaded untrusted v0.7.1
10092023-12-01T19:32:52.577Z Downloaded slog-term v2.9.0
10102023-12-01T19:32:52.580Z Downloaded slog-stdlog v4.1.1
10112023-12-01T19:32:52.583Z Downloaded hex v0.4.3
10122023-12-01T19:32:52.585Z Downloaded generic-array v0.14.7
10132023-12-01T19:32:52.588Z Downloaded futures-macro v0.3.29
10142023-12-01T19:32:52.591Z Downloaded tokio-tungstenite v0.20.1
10152023-12-01T19:32:52.593Z Downloaded spin v0.9.8
10162023-12-01T19:32:52.596Z Downloaded serde_urlencoded v0.7.1
10172023-12-01T19:32:52.599Z Downloaded signal-hook-mio v0.2.3
10182023-12-01T19:32:52.601Z Downloaded sha1 v0.10.6
10192023-12-01T19:32:52.604Z Downloaded serde_repr v0.1.16
10202023-12-01T19:32:52.606Z Downloaded hex-literal v0.4.1
10212023-12-01T19:32:52.609Z Downloaded thiserror-impl-no-std v2.0.2
10222023-12-01T19:32:52.613Z Downloaded thiserror-impl v1.0.49
10232023-12-01T19:32:52.614Z Downloaded vsss-rs v3.3.1
10242023-12-01T19:32:52.616Z Downloaded textwrap v0.11.0
10252023-12-01T19:32:52.619Z Downloaded unicode-xid v0.2.4
10262023-12-01T19:32:52.627Z Downloaded structmeta-derive v0.2.0
10272023-12-01T19:32:52.627Z Downloaded rand v0.8.5
10282023-12-01T19:32:52.630Z Downloaded linked-hash-map v0.5.6
10292023-12-01T19:32:52.630Z Downloaded tokio-stream v0.1.14
10302023-12-01T19:32:52.637Z Downloaded thiserror v1.0.49
10312023-12-01T19:32:52.643Z Downloaded httparse v1.8.0
10322023-12-01T19:32:52.647Z Downloaded hyper-rustls v0.24.2
10332023-12-01T19:32:52.651Z Downloaded openssl-sys v0.9.96
10342023-12-01T19:32:52.659Z Downloaded elliptic-curve v0.13.5
10352023-12-01T19:32:52.666Z Downloaded md5 v0.7.0
10362023-12-01T19:32:52.668Z Downloaded spin v0.5.2
10372023-12-01T19:32:52.671Z Downloaded smf v0.2.2
10382023-12-01T19:32:52.671Z Downloaded serde_with_macros v2.3.3
10392023-12-01T19:32:52.674Z Downloaded enum-as-inner v0.5.1
10402023-12-01T19:32:52.676Z Downloaded ghash v0.5.0
10412023-12-01T19:32:52.679Z Downloaded zone v0.3.0
10422023-12-01T19:32:52.681Z Downloaded signal-hook-registry v1.4.1
10432023-12-01T19:32:52.681Z Downloaded sha2 v0.10.8
10442023-12-01T19:32:52.685Z Downloaded serde_path_to_error v0.1.14
10452023-12-01T19:32:52.688Z Downloaded serde_derive_internals v0.26.0
10462023-12-01T19:32:52.690Z Downloaded terminal_size v0.2.6
10472023-12-01T19:32:52.693Z Downloaded keccak v0.1.4
10482023-12-01T19:32:52.695Z Downloaded base64 v0.21.5
10492023-12-01T19:32:52.701Z Downloaded crossbeam-epoch v0.9.15
10502023-12-01T19:32:52.705Z Downloaded darling_core v0.20.3
10512023-12-01T19:32:52.712Z Downloaded pin-project v1.1.3
10522023-12-01T19:32:52.733Z Downloaded zeroize v1.7.0
10532023-12-01T19:32:52.736Z Downloaded httpdate v1.0.3
10542023-12-01T19:32:52.739Z Downloaded structopt-derive v0.4.18
10552023-12-01T19:32:52.739Z Downloaded half v1.8.2
10562023-12-01T19:32:52.742Z Downloaded hyper-staticfile v0.9.5
10572023-12-01T19:32:52.745Z Downloaded rustls-native-certs v0.6.3
10582023-12-01T19:32:52.749Z Downloaded getrandom v0.2.10
10592023-12-01T19:32:52.754Z Downloaded similar v2.2.1
10602023-12-01T19:32:52.762Z Downloaded itoa v1.0.9
10612023-12-01T19:32:52.765Z Downloaded postgres-types v0.2.6
10622023-12-01T19:32:52.768Z Downloaded subtle v2.5.0
10632023-12-01T19:32:52.771Z Downloaded strum_macros v0.25.2
10642023-12-01T19:32:52.774Z Downloaded typenum v1.16.0
10652023-12-01T19:32:52.777Z Downloaded semver v1.0.20
10662023-12-01T19:32:52.781Z Downloaded sct v0.7.0
10672023-12-01T19:32:52.787Z Downloaded postcard-cobs v0.1.5-pre
10682023-12-01T19:32:52.790Z Downloaded signature v2.1.0
10692023-12-01T19:32:52.793Z Downloaded schemars_derive v0.8.13
10702023-12-01T19:32:52.796Z Downloaded scheduled-thread-pool v0.2.7
10712023-12-01T19:32:52.796Z Downloaded crypto-bigint v0.5.2
10722023-12-01T19:32:52.805Z Downloaded fastrand v2.0.0
10732023-12-01T19:32:52.808Z Downloaded utf-8 v0.7.6
10742023-12-01T19:32:52.811Z Downloaded same-file v1.0.6
10752023-12-01T19:32:52.813Z Downloaded pin-project-internal v1.1.3
10762023-12-01T19:32:52.816Z Downloaded anyhow v1.0.75
10772023-12-01T19:32:52.820Z Downloaded password-hash v0.5.0
10782023-12-01T19:32:52.823Z Downloaded ahash v0.8.3
10792023-12-01T19:32:52.827Z Downloaded num-traits v0.2.16
10802023-12-01T19:32:52.832Z Downloaded slog-dtrace v0.2.3
10812023-12-01T19:32:52.834Z Downloaded native-tls v0.2.11
10822023-12-01T19:32:52.837Z Downloaded scopeguard v1.2.0
10832023-12-01T19:32:52.839Z Downloaded ff v0.13.0
10842023-12-01T19:32:52.842Z Downloaded rustls-pemfile v1.0.3
10852023-12-01T19:32:52.844Z Downloaded hash32 v0.2.1
10862023-12-01T19:32:52.848Z Downloaded futures-io v0.3.29
10872023-12-01T19:32:52.850Z Downloaded bytes v1.5.0
10882023-12-01T19:32:52.854Z Downloaded futures-task v0.3.29
10892023-12-01T19:32:52.856Z Downloaded tokio-rustls v0.24.1
10902023-12-01T19:32:52.861Z Downloaded time-core v0.1.1
10912023-12-01T19:32:52.861Z Downloaded ipnetwork v0.20.0
10922023-12-01T19:32:52.863Z Downloaded foreign-types v0.3.2
10932023-12-01T19:32:52.866Z Downloaded equivalent v1.0.1
10942023-12-01T19:32:52.866Z Downloaded russh-cryptovec v0.7.0
10952023-12-01T19:32:52.868Z Downloaded endian-type v0.1.2
10962023-12-01T19:32:52.868Z Downloaded backtrace v0.3.69
10972023-12-01T19:32:52.875Z Downloaded const-oid v0.9.5
10982023-12-01T19:32:52.879Z Downloaded chacha20poly1305 v0.10.1
10992023-12-01T19:32:52.882Z Downloaded futures-sink v0.3.29
11002023-12-01T19:32:52.884Z Downloaded form_urlencoded v1.2.1
11012023-12-01T19:32:52.884Z Downloaded pest_derive v2.7.2
11022023-12-01T19:32:52.888Z Downloaded argon2 v0.5.2
11032023-12-01T19:32:52.890Z Downloaded base64ct v1.6.0
11042023-12-01T19:32:52.894Z Downloaded ansi_term v0.12.1
11052023-12-01T19:32:52.897Z Downloaded multer v2.1.0
11062023-12-01T19:32:52.901Z Downloaded pkcs8 v0.10.2
11072023-12-01T19:32:52.906Z Downloaded pest_meta v2.7.2
11082023-12-01T19:32:52.909Z Downloaded proc-macro-error v1.0.4
11092023-12-01T19:32:52.914Z Downloaded predicates-core v1.0.6
11102023-12-01T19:32:52.917Z Downloaded async-trait v0.1.74
11112023-12-01T19:32:52.921Z Downloaded float-cmp v0.9.0
11122023-12-01T19:32:52.924Z Downloaded rand_core v0.5.1
11132023-12-01T19:32:52.926Z Downloaded darling v0.20.3
11142023-12-01T19:32:52.931Z Downloaded either v1.9.0
11152023-12-01T19:32:52.935Z Downloaded xattr v1.0.1
11162023-12-01T19:32:52.935Z Downloaded cancel-safe-futures v0.1.5
11172023-12-01T19:32:52.940Z Downloaded heck v0.3.3
11182023-12-01T19:32:52.943Z Downloaded unicode-width v0.1.11
11192023-12-01T19:32:52.946Z Downloaded ppv-lite86 v0.2.17
11202023-12-01T19:32:52.948Z Downloaded fxhash v0.2.1
11212023-12-01T19:32:52.948Z Downloaded num-complex v0.4.4
11222023-12-01T19:32:52.951Z Downloaded usdt v0.3.5
11232023-12-01T19:32:52.953Z Downloaded tokio-macros v2.2.0
11242023-12-01T19:32:52.953Z Downloaded pkg-config v0.3.27
11252023-12-01T19:32:52.956Z Downloaded quick-error v1.2.3
11262023-12-01T19:32:52.960Z Downloaded poly1305 v0.8.0
11272023-12-01T19:32:52.963Z Downloaded parking_lot v0.11.2
11282023-12-01T19:32:52.965Z Downloaded num-rational v0.4.1
11292023-12-01T19:32:52.968Z Downloaded base64 v0.13.1
11302023-12-01T19:32:52.973Z Downloaded rand_core v0.6.4
11312023-12-01T19:32:52.975Z Downloaded parse-display-derive v0.8.2
11322023-12-01T19:32:53.008Z Downloaded clap_derive v4.4.2
11332023-12-01T19:32:53.012Z Downloaded r2d2 v0.8.10
11342023-12-01T19:32:53.012Z Downloaded rand_chacha v0.3.1
11352023-12-01T19:32:53.012Z Downloaded block-padding v0.3.3
11362023-12-01T19:32:53.012Z Downloaded bitflags v1.3.2
11372023-12-01T19:32:53.012Z Downloaded num-integer v0.1.45
11382023-12-01T19:32:53.012Z Downloaded pbkdf2 v0.11.0
11392023-12-01T19:32:53.012Z Downloaded pbkdf2 v0.12.2
11402023-12-01T19:32:53.012Z Downloaded debug-ignore v1.0.5
11412023-12-01T19:32:53.012Z Downloaded crc32fast v1.3.2
11422023-12-01T19:32:53.012Z Downloaded aead v0.5.2
11432023-12-01T19:32:53.013Z Downloaded mime v0.3.17
11442023-12-01T19:32:53.013Z Downloaded digest v0.10.7
11452023-12-01T19:32:53.015Z Downloaded cc v1.0.83
11462023-12-01T19:32:53.019Z Downloaded pest_generator v2.7.2
11472023-12-01T19:32:53.019Z Downloaded camino v1.1.6
11482023-12-01T19:32:53.022Z Downloaded num_enum v0.5.11
11492023-12-01T19:32:53.030Z Downloaded blake2 v0.10.6
11502023-12-01T19:32:53.033Z Downloaded bcrypt-pbkdf v0.10.0
11512023-12-01T19:32:53.036Z Downloaded backoff v0.4.0
11522023-12-01T19:32:53.039Z Downloaded num_cpus v1.16.0
11532023-12-01T19:32:53.043Z Downloaded nibble_vec v0.1.0
11542023-12-01T19:32:53.045Z Downloaded data-encoding v2.4.0
11552023-12-01T19:32:53.048Z Downloaded cipher v0.4.4
11562023-12-01T19:32:53.050Z Downloaded phf_shared v0.11.2
11572023-12-01T19:32:53.050Z Downloaded autocfg v1.1.0
11582023-12-01T19:32:53.053Z Downloaded cstr-argument v0.1.2
11592023-12-01T19:32:53.055Z Downloaded num v0.4.1
11602023-12-01T19:32:53.056Z Downloaded dirs-sys-next v0.1.2
11612023-12-01T19:32:53.058Z Downloaded crypto-common v0.1.6
11622023-12-01T19:32:53.058Z Downloaded toolchain_find v0.2.0
11632023-12-01T19:32:53.061Z Downloaded num_threads v0.1.6
11642023-12-01T19:32:53.061Z Downloaded dirs v5.0.1
11652023-12-01T19:32:53.064Z Downloaded miniz_oxide v0.7.1
11662023-12-01T19:32:53.067Z Downloaded polyval v0.6.1
11672023-12-01T19:32:53.069Z Downloaded parking_lot_core v0.9.8
11682023-12-01T19:32:53.073Z Downloaded anstyle-parse v0.2.1
11692023-12-01T19:32:53.076Z Downloaded bitflags v2.4.0
11702023-12-01T19:32:53.080Z Downloaded num-derive v0.4.0
11712023-12-01T19:32:53.082Z Downloaded console v0.15.7
11722023-12-01T19:32:53.087Z Downloaded chacha20 v0.9.1
11732023-12-01T19:32:53.090Z Downloaded dof v0.1.5
11742023-12-01T19:32:53.093Z Downloaded diesel_table_macro_syntax v0.1.0
11752023-12-01T19:32:53.093Z Downloaded convert_case v0.4.0
11762023-12-01T19:32:53.095Z Downloaded ciborium v0.2.1
11772023-12-01T19:32:53.099Z Downloaded dirs-next v2.0.0
11782023-12-01T19:32:53.101Z Downloaded cfg-if v0.1.10
11792023-12-01T19:32:53.104Z Downloaded atomicwrites v0.4.2
11802023-12-01T19:32:53.104Z Downloaded opaque-debug v0.3.0
11812023-12-01T19:32:53.106Z Downloaded darling_macro v0.20.3
11822023-12-01T19:32:53.106Z Downloaded dirs-sys v0.4.1
11832023-12-01T19:32:53.109Z Downloaded cfg-if v1.0.0
11842023-12-01T19:32:53.109Z Downloaded anstream v0.5.0
11852023-12-01T19:32:53.112Z Downloaded openssl-probe v0.1.5
11862023-12-01T19:32:53.114Z Downloaded curve25519-dalek-derive v0.1.0
11872023-12-01T19:32:53.117Z Downloaded async-stream-impl v0.3.5
11882023-12-01T19:32:53.117Z Downloaded async-stream v0.3.5
11892023-12-01T19:32:53.120Z Downloaded anstyle v1.0.2
11902023-12-01T19:32:53.122Z Downloaded anstyle-query v1.0.0
11912023-12-01T19:32:53.126Z Downloaded openssl-macros v0.1.1
11922023-12-01T19:32:53.126Z Downloaded new_debug_unreachable v1.0.4
11932023-12-01T19:32:53.126Z Downloaded phf_shared v0.10.0
11942023-12-01T19:32:53.126Z Downloaded block-buffer v0.10.4
11952023-12-01T19:32:53.129Z Downloaded pem v3.0.2
11962023-12-01T19:32:53.131Z Downloaded option-ext v0.2.0
11972023-12-01T19:32:53.131Z Downloaded num_enum_derive v0.5.11
11982023-12-01T19:32:53.134Z Downloaded derive_more v0.99.17
11992023-12-01T19:32:53.141Z Downloaded atomic-waker v1.1.1
12002023-12-01T19:32:53.144Z Downloaded mio v0.8.9
12012023-12-01T19:32:53.152Z Downloaded der v0.7.8
12022023-12-01T19:32:53.161Z Downloaded cbc v0.1.2
12032023-12-01T19:32:53.164Z Downloaded pin-project-lite v0.2.13
12042023-12-01T19:32:53.171Z Downloaded addr2line v0.21.0
12052023-12-01T19:32:53.175Z Downloaded bzip2 v0.4.4
12062023-12-01T19:32:53.177Z Downloaded byteorder v1.5.0
12072023-12-01T19:32:53.180Z Downloaded ciborium-ll v0.2.1
12082023-12-01T19:32:53.182Z Downloaded blowfish v0.9.1
12092023-12-01T19:32:53.185Z Downloaded pin-utils v0.1.0
12102023-12-01T19:32:53.188Z Downloaded colorchoice v1.0.0
12112023-12-01T19:32:53.188Z Downloaded camino-tempfile v1.1.1
12122023-12-01T19:32:53.569Z Compiling proc-macro2 v1.0.69
12132023-12-01T19:32:53.569Z Compiling unicode-ident v1.0.12
12142023-12-01T19:32:53.572Z Compiling libc v0.2.150
12152023-12-01T19:32:53.572Z Compiling serde v1.0.192
12162023-12-01T19:32:53.572Z Compiling autocfg v1.1.0
12172023-12-01T19:32:53.572Z Compiling version_check v0.9.4
12182023-12-01T19:32:53.601Z Compiling cfg-if v1.0.0
12192023-12-01T19:32:53.605Z Compiling syn v1.0.109
12202023-12-01T19:32:53.953Z Compiling parking_lot_core v0.9.8
12212023-12-01T19:32:54.675Z Compiling typenum v1.16.0
12222023-12-01T19:32:54.708Z Compiling lock_api v0.4.10
12232023-12-01T19:32:57.126Z Compiling libm v0.2.7
12242023-12-01T19:32:57.142Z Compiling generic-array v0.14.7
12252023-12-01T19:32:57.142Z Compiling once_cell v1.18.0
12262023-12-01T19:32:57.262Z Compiling num-traits v0.2.16
12272023-12-01T19:32:57.351Z Compiling thiserror v1.0.49
12282023-12-01T19:32:57.601Z Compiling futures-core v0.3.29
12292023-12-01T19:32:57.671Z Compiling serde_json v1.0.108
12302023-12-01T19:32:57.800Z Compiling slab v0.4.9
12312023-12-01T19:32:57.835Z Compiling futures-task v0.3.29
12322023-12-01T19:32:58.112Z Compiling futures-channel v0.3.29
12332023-12-01T19:32:58.156Z Compiling memchr v2.6.3
12342023-12-01T19:32:58.159Z Compiling futures-util v0.3.29
12352023-12-01T19:32:58.233Z Compiling itoa v1.0.9
12362023-12-01T19:32:58.323Z Compiling pkg-config v0.3.27
12372023-12-01T19:32:58.570Z Compiling quote v1.0.33
12382023-12-01T19:32:59.150Z Compiling syn v2.0.32
12392023-12-01T19:32:59.718Z Compiling cc v1.0.83
12402023-12-01T19:32:59.984Z Compiling getrandom v0.2.10
12412023-12-01T19:33:00.554Z Compiling rand_core v0.6.4
12422023-12-01T19:33:00.727Z Compiling log v0.4.20
12432023-12-01T19:33:00.866Z Compiling scopeguard v1.2.0
12442023-12-01T19:33:01.383Z Compiling heck v0.4.1
12452023-12-01T19:33:02.187Z Compiling ryu v1.0.15
12462023-12-01T19:33:02.402Z Compiling smallvec v1.11.0
12472023-12-01T19:33:02.779Z Compiling schemars v0.8.13
12482023-12-01T19:33:03.026Z Compiling vcpkg v0.2.15
12492023-12-01T19:33:03.262Z Compiling httparse v1.8.0
12502023-12-01T19:33:03.508Z Compiling subtle v2.5.0
12512023-12-01T19:33:03.863Z Compiling indexmap v1.9.3
12522023-12-01T19:33:04.019Z Compiling equivalent v1.0.1
12532023-12-01T19:33:04.173Z Compiling hashbrown v0.14.2
12542023-12-01T19:33:04.335Z Compiling pin-project-lite v0.2.13
12552023-12-01T19:33:04.519Z Compiling semver v1.0.20
12562023-12-01T19:33:04.902Z Compiling ring v0.17.5
12572023-12-01T19:33:05.326Z Compiling ring v0.16.20
12582023-12-01T19:33:06.274Z Compiling parking_lot v0.12.1
12592023-12-01T19:33:06.819Z Compiling openssl-sys v0.9.96
12602023-12-01T19:33:06.847Z Compiling ahash v0.8.3
12612023-12-01T19:33:07.172Z Compiling fnv v1.0.7
12622023-12-01T19:33:07.970Z Compiling openssl v0.10.60
12632023-12-01T19:33:08.480Z Compiling signal-hook-registry v1.4.1
12642023-12-01T19:33:08.572Z Compiling iana-time-zone v0.1.57
12652023-12-01T19:33:08.602Z Compiling rustls v0.21.9
12662023-12-01T19:33:08.782Z Compiling ucd-trie v0.1.6
12672023-12-01T19:33:09.223Z Compiling mio v0.8.9
12682023-12-01T19:33:09.611Z Compiling native-tls v0.2.11
12692023-12-01T19:33:10.100Z Compiling socket2 v0.5.5
12702023-12-01T19:33:10.124Z Compiling num_cpus v1.16.0
12712023-12-01T19:33:10.465Z Compiling spin v0.5.2
12722023-12-01T19:33:10.701Z Compiling byteorder v1.5.0
12732023-12-01T19:33:11.428Z Compiling async-trait v0.1.74
12742023-12-01T19:33:11.451Z Compiling futures-sink v0.3.29
12752023-12-01T19:33:11.652Z Compiling serde_derive_internals v0.26.0
12762023-12-01T19:33:11.675Z Compiling dyn-clone v1.0.13
12772023-12-01T19:33:12.055Z Compiling aho-corasick v1.0.4
12782023-12-01T19:33:12.539Z Compiling rustix v0.38.25
12792023-12-01T19:33:12.587Z Compiling regex-syntax v0.8.2
12802023-12-01T19:33:12.608Z Compiling tinyvec_macros v0.1.1
12812023-12-01T19:33:13.079Z Compiling const-oid v0.9.5
12822023-12-01T19:33:13.189Z Compiling tinyvec v1.6.0
12832023-12-01T19:33:14.084Z Compiling hashbrown v0.13.2
12842023-12-01T19:33:16.281Z Compiling backtrace v0.3.69
12852023-12-01T19:33:16.450Z Compiling pin-utils v0.1.0
12862023-12-01T19:33:16.527Z Compiling winnow v0.5.15
12872023-12-01T19:33:16.582Z Compiling futures-io v0.3.29
12882023-12-01T19:33:16.953Z Compiling unicode-normalization v0.1.22
12892023-12-01T19:33:17.072Z Compiling spin v0.9.8
12902023-12-01T19:33:17.262Z Compiling tracing-core v0.1.31
12912023-12-01T19:33:17.652Z Compiling unicode-bidi v0.3.13
12922023-12-01T19:33:18.773Z Compiling regex-automata v0.4.3
12932023-12-01T19:33:20.147Z Compiling anyhow v1.0.75
12942023-12-01T19:33:20.180Z Compiling crc32fast v1.3.2
12952023-12-01T19:33:20.826Z Compiling cpufeatures v0.2.9
12962023-12-01T19:33:22.052Z Compiling base64 v0.21.5
12972023-12-01T19:33:22.656Z Compiling time-core v0.1.1
12982023-12-01T19:33:23.119Z Compiling time-macros v0.2.13
12992023-12-01T19:33:23.217Z Compiling serde_derive v1.0.192
13002023-12-01T19:33:23.504Z Compiling zeroize_derive v1.4.2
13012023-12-01T19:33:23.733Z Compiling thiserror-impl v1.0.49
13022023-12-01T19:33:24.570Z Compiling tokio-macros v2.2.0
13032023-12-01T19:33:25.024Z Compiling futures-macro v0.3.29
13042023-12-01T19:33:25.911Z Compiling zeroize v1.7.0
13052023-12-01T19:33:26.449Z Compiling tracing-attributes v0.1.26
13062023-12-01T19:33:28.469Z Compiling schemars_derive v0.8.13
13072023-12-01T19:33:28.499Z Compiling openssl-macros v0.1.1
13082023-12-01T19:33:29.142Z Compiling pest v2.7.2
13092023-12-01T19:33:29.627Z Compiling crypto-common v0.1.6
13102023-12-01T19:33:29.893Z Compiling block-buffer v0.10.4
13112023-12-01T19:33:30.282Z Compiling digest v0.10.7
13122023-12-01T19:33:31.417Z Compiling regex v1.10.2
13132023-12-01T19:33:33.113Z Compiling tracing v0.1.37
13142023-12-01T19:33:34.132Z Compiling num-integer v0.1.45
13152023-12-01T19:33:34.364Z Compiling slog v2.7.0
13162023-12-01T19:33:34.564Z Compiling percent-encoding v2.3.1
13172023-12-01T19:33:34.721Z Compiling openssl-probe v0.1.5
13182023-12-01T19:33:34.806Z Compiling untrusted v0.9.0
13192023-12-01T19:33:35.071Z Compiling unicode-width v0.1.11
13202023-12-01T19:33:35.121Z Compiling untrusted v0.7.1
13212023-12-01T19:33:35.143Z Compiling hashbrown v0.12.3
13222023-12-01T19:33:35.200Z Compiling foreign-types-shared v0.1.1
13232023-12-01T19:33:35.304Z Compiling unicode-xid v0.2.4
13242023-12-01T19:33:35.348Z Compiling foreign-types v0.3.2
13252023-12-01T19:33:35.539Z Compiling synstructure v0.12.6
13262023-12-01T19:33:39.376Z Compiling errno v0.3.2
13272023-12-01T19:33:39.772Z Compiling try-lock v0.2.4
13282023-12-01T19:33:39.971Z Compiling ppv-lite86 v0.2.17
13292023-12-01T19:33:41.247Z Compiling sct v0.7.0
13302023-12-01T19:33:41.278Z Compiling want v0.3.1
13312023-12-01T19:33:41.718Z Compiling rustls-webpki v0.101.7
13322023-12-01T19:33:42.084Z Compiling zerocopy-derive v0.2.0
13332023-12-01T19:33:42.881Z Compiling form_urlencoded v1.2.1
13342023-12-01T19:33:43.373Z Compiling pest_meta v2.7.2
13352023-12-01T19:33:43.592Z Compiling socket2 v0.4.9
13362023-12-01T19:33:43.981Z Compiling httpdate v1.0.3
13372023-12-01T19:33:44.824Z Compiling tower-service v0.3.2
13382023-12-01T19:33:44.980Z Compiling io-lifetimes v1.0.11
13392023-12-01T19:33:45.396Z Compiling pest_generator v2.7.2
13402023-12-01T19:33:45.886Z Compiling rustls-pemfile v1.0.3
13412023-12-01T19:33:45.991Z Compiling idna v0.5.0
13422023-12-01T19:33:46.440Z Compiling lazy_static v1.4.0
13432023-12-01T19:33:46.590Z Compiling adler v1.0.2
13442023-12-01T19:33:46.975Z Compiling bytes v1.5.0
13452023-12-01T19:33:47.617Z Compiling indexmap v2.1.0
13462023-12-01T19:33:48.718Z Compiling uuid v1.6.1
13472023-12-01T19:33:49.114Z Compiling chrono v0.4.31
13482023-12-01T19:33:49.542Z Compiling http v0.2.11
13492023-12-01T19:33:49.669Z Compiling tokio v1.34.0
13502023-12-01T19:33:51.353Z Compiling serde_spanned v0.6.4
13512023-12-01T19:33:51.727Z Compiling toml_datetime v0.6.5
13522023-12-01T19:33:51.930Z Compiling bitflags v2.4.0
13532023-12-01T19:33:52.606Z Compiling toml_edit v0.19.15
13542023-12-01T19:33:52.707Z Compiling rustc_version v0.4.0
13552023-12-01T19:33:55.752Z Compiling http-body v0.4.5
13562023-12-01T19:33:56.376Z Compiling openapiv3 v2.0.0-rc.1
13572023-12-01T19:33:59.051Z Compiling crossbeam-utils v0.8.16
13582023-12-01T19:33:59.994Z Compiling pest_derive v2.7.2
13592023-12-01T19:34:01.271Z Compiling url v2.5.0
13602023-12-01T19:34:03.121Z Compiling tokio-util v0.7.10
13612023-12-01T19:34:05.175Z Compiling h2 v0.3.21
13622023-12-01T19:34:05.440Z Compiling tokio-native-tls v0.3.1
13632023-12-01T19:34:05.623Z Compiling tokio-rustls v0.24.1
13642023-12-01T19:34:06.239Z Compiling miniz_oxide v0.7.1
13652023-12-01T19:34:06.258Z Compiling rustls-native-certs v0.6.3
13662023-12-01T19:34:06.500Z Compiling rand_chacha v0.3.1
13672023-12-01T19:34:06.954Z Compiling usdt-impl v0.3.5
13682023-12-01T19:34:08.482Z Compiling ipnet v2.8.0
13692023-12-01T19:34:08.507Z Compiling rustix v0.37.23
13702023-12-01T19:34:09.483Z Compiling rand v0.8.5
13712023-12-01T19:34:09.564Z Compiling serde_urlencoded v0.7.1
13722023-12-01T19:34:10.316Z Compiling encoding_rs v0.8.33
13732023-12-01T19:34:10.370Z Compiling webpki-roots v0.25.2
13742023-12-01T19:34:10.573Z Compiling gimli v0.28.0
13752023-12-01T19:34:10.604Z Compiling mime v0.3.17
13762023-12-01T19:34:13.406Z Compiling zerocopy v0.3.0
13772023-12-01T19:34:14.065Z Compiling object v0.32.1
13782023-12-01T19:34:14.668Z Compiling num-bigint v0.4.4
13792023-12-01T19:34:15.379Z Compiling rustc-demangle v0.1.23
13802023-12-01T19:34:16.007Z Compiling dof v0.1.5
13812023-12-01T19:34:16.025Z Compiling flate2 v1.0.28
13822023-12-01T19:34:16.802Z Compiling hyper v0.14.27
13832023-12-01T19:34:17.044Z Compiling dtrace-parser v0.1.14
13842023-12-01T19:34:17.558Z Compiling heapless v0.7.16
13852023-12-01T19:34:17.698Z Compiling serde_tokenstream v0.2.0
13862023-12-01T19:34:18.190Z Compiling addr2line v0.21.0
13872023-12-01T19:34:18.808Z Compiling bzip2-sys v0.1.11+1.0.8
13882023-12-01T19:34:18.953Z Compiling thread-id v4.2.0
13892023-12-01T19:34:19.108Z Compiling signal-hook v0.3.17
13902023-12-01T19:34:19.129Z Compiling rustversion v1.0.14
13912023-12-01T19:34:20.385Z Compiling toml v0.7.8
13922023-12-01T19:34:20.792Z Compiling toml_edit v0.21.0
13932023-12-01T19:34:23.044Z Compiling serde_tokenstream v0.1.7
13942023-12-01T19:34:23.285Z Compiling hex v0.4.3
13952023-12-01T19:34:23.363Z Compiling zerocopy-derive v0.6.4
13962023-12-01T19:34:23.389Z Compiling regress v0.7.1
13972023-12-01T19:34:23.887Z Compiling memoffset v0.9.0
13982023-12-01T19:34:24.780Z Compiling strsim v0.10.0
13992023-12-01T19:34:27.553Z Compiling smoltcp v0.9.1
14002023-12-01T19:34:28.648Z Compiling hyper-rustls v0.24.2
14012023-12-01T19:34:29.501Z Compiling hyper-tls v0.5.0
14022023-12-01T19:34:29.704Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14032023-12-01T19:34:29.762Z Compiling bitflags v1.3.2
14042023-12-01T19:34:29.902Z Compiling doc-comment v0.3.3
14052023-12-01T19:34:30.018Z Compiling reqwest v0.11.22
14062023-12-01T19:34:30.698Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14072023-12-01T19:34:31.792Z Compiling strum_macros v0.25.2
14082023-12-01T19:34:32.668Z Compiling usdt-macro v0.3.5
14092023-12-01T19:34:33.208Z Compiling usdt-attr-macro v0.3.5
14102023-12-01T19:34:34.783Z Compiling enum-as-inner v0.5.1
14112023-12-01T19:34:35.626Z Compiling crossbeam-epoch v0.9.15
14122023-12-01T19:34:36.196Z Compiling num-iter v0.1.43
14132023-12-01T19:34:36.312Z Compiling siphasher v0.3.11
14142023-12-01T19:34:36.416Z Compiling unicode-segmentation v1.10.1
14152023-12-01T19:34:37.214Z Compiling hubpack_derive v0.1.1
14162023-12-01T19:34:37.967Z Compiling pin-project-internal v1.1.3
14172023-12-01T19:34:38.846Z Compiling deranged v0.3.8
14182023-12-01T19:34:38.876Z Compiling anstyle v1.0.2
14192023-12-01T19:34:39.936Z Compiling utf8parse v0.2.1
14202023-12-01T19:34:40.171Z Compiling num_threads v0.1.6
14212023-12-01T19:34:40.343Z Compiling anstyle-parse v0.2.1
14222023-12-01T19:34:41.902Z Compiling time v0.3.27
14232023-12-01T19:34:42.784Z Compiling sha2 v0.10.8
14242023-12-01T19:34:43.979Z Compiling md-5 v0.10.5
14252023-12-01T19:34:44.375Z Compiling hmac v0.12.1
14262023-12-01T19:34:44.900Z Compiling block-padding v0.3.3
14272023-12-01T19:34:45.287Z Compiling clap_derive v4.4.2
14282023-12-01T19:34:45.706Z Compiling stringprep v0.1.3
14292023-12-01T19:34:45.839Z Compiling hash32 v0.2.1
14302023-12-01T19:34:46.434Z Compiling diesel_table_macro_syntax v0.1.0
14312023-12-01T19:34:47.112Z Compiling stable_deref_trait v1.2.0
14322023-12-01T19:34:47.286Z Compiling anstyle-query v1.0.0
14332023-12-01T19:34:47.399Z Compiling either v1.9.0
14342023-12-01T19:34:47.468Z Compiling colorchoice v1.0.0
14352023-12-01T19:34:47.471Z Compiling fallible-iterator v0.2.0
14362023-12-01T19:34:48.640Z Compiling postgres-protocol v0.6.6
14372023-12-01T19:34:49.211Z Compiling anstream v0.5.0
14382023-12-01T19:34:50.895Z Compiling diesel_derives v2.1.2
14392023-12-01T19:34:51.094Z Compiling terminal_size v0.2.6
14402023-12-01T19:34:51.242Z Compiling inout v0.1.3
14412023-12-01T19:34:52.748Z Compiling phf_shared v0.11.2
14422023-12-01T19:34:54.081Z Compiling getopts v0.2.21
14432023-12-01T19:34:54.313Z Compiling snafu-derive v0.7.5
14442023-12-01T19:34:54.423Z Compiling serde_repr v0.1.16
14452023-12-01T19:34:55.055Z Compiling scheduled-thread-pool v0.2.7
14462023-12-01T19:34:55.918Z Compiling bit-vec v0.6.3
14472023-12-01T19:34:55.987Z Compiling regex-automata v0.1.10
14482023-12-01T19:34:56.269Z Compiling managed v0.8.0
14492023-12-01T19:34:56.748Z Compiling clap_lex v0.5.1
14502023-12-01T19:34:56.886Z Compiling matches v0.1.10
14512023-12-01T19:34:57.051Z Compiling unsafe-libyaml v0.2.9
14522023-12-01T19:34:57.146Z Compiling idna v0.2.3
14532023-12-01T19:34:57.596Z Compiling clap_builder v4.4.2
14542023-12-01T19:35:00.014Z Compiling serde_yaml v0.9.25
14552023-12-01T19:35:01.274Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14562023-12-01T19:35:04.327Z Compiling bstr v0.2.17
14572023-12-01T19:35:06.973Z Compiling r2d2 v0.8.10
14582023-12-01T19:35:09.657Z Compiling phf v0.11.2
14592023-12-01T19:35:10.011Z Compiling signal-hook-mio v0.2.3
14602023-12-01T19:35:10.030Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14612023-12-01T19:35:10.217Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14622023-12-01T19:35:10.241Z Compiling cipher v0.4.4
14632023-12-01T19:35:10.705Z Compiling bzip2 v0.4.4
14642023-12-01T19:35:11.060Z Compiling postgres-types v0.2.6
14652023-12-01T19:35:11.297Z Compiling itertools v0.11.0
14662023-12-01T19:35:13.678Z Compiling pin-project v1.1.3
14672023-12-01T19:35:13.893Z Compiling hubpack v0.1.2
14682023-12-01T19:35:14.135Z Compiling phf_shared v0.10.0
14692023-12-01T19:35:14.820Z Compiling zerocopy v0.6.4
14702023-12-01T19:35:14.943Z Compiling ipnetwork v0.20.0
14712023-12-01T19:35:16.191Z Compiling futures-executor v0.3.29
14722023-12-01T19:35:16.280Z Compiling float-cmp v0.9.0
14732023-12-01T19:35:16.628Z Compiling fixedbitset v0.4.2
14742023-12-01T19:35:17.177Z Compiling predicates-core v1.0.6
14752023-12-01T19:35:17.353Z Compiling regex-automata v0.3.8
14762023-12-01T19:35:17.746Z Compiling difflib v0.4.0
14772023-12-01T19:35:18.455Z Compiling data-encoding v2.4.0
14782023-12-01T19:35:18.655Z Compiling normalize-line-endings v0.3.0
14792023-12-01T19:35:20.483Z Compiling whoami v1.4.1
14802023-12-01T19:35:21.105Z Compiling precomputed-hash v0.1.1
14812023-12-01T19:35:21.266Z Compiling new_debug_unreachable v1.0.4
14822023-12-01T19:35:21.400Z Compiling static_assertions v1.1.0
14832023-12-01T19:35:21.492Z Compiling string_cache v0.8.7
14842023-12-01T19:35:21.545Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14852023-12-01T19:35:22.241Z Compiling tokio-postgres v0.7.10
14862023-12-01T19:35:22.505Z Compiling bstr v1.6.0
14872023-12-01T19:35:23.444Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14882023-12-01T19:35:24.281Z Compiling trust-dns-proto v0.22.0
14892023-12-01T19:35:25.486Z Compiling predicates v3.0.4
14902023-12-01T19:35:25.658Z Compiling diesel v2.1.4
14912023-12-01T19:35:28.345Z Compiling petgraph v0.6.4
14922023-12-01T19:35:30.692Z Compiling futures v0.3.29
14932023-12-01T19:35:32.890Z Compiling snafu v0.7.5
14942023-12-01T19:35:34.311Z Compiling yasna v0.5.2
14952023-12-01T19:35:35.119Z Compiling zip v0.6.6
14962023-12-01T19:35:37.496Z Compiling crossterm v0.27.0
14972023-12-01T19:35:38.451Z Compiling similar v2.2.1
14982023-12-01T19:35:38.508Z Compiling clap v4.4.3
14992023-12-01T19:35:38.666Z Compiling bit-set v0.5.3
15002023-12-01T19:35:39.097Z Compiling itertools v0.10.5
15012023-12-01T19:35:41.637Z Compiling usdt v0.3.5
15022023-12-01T19:35:42.661Z Compiling signature v2.1.0
15032023-12-01T19:35:42.717Z Compiling tokio-stream v0.1.14
15042023-12-01T19:35:43.031Z Compiling console v0.15.7
15052023-12-01T19:35:44.011Z Compiling lalrpop-util v0.19.12
15062023-12-01T19:36:26.522Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15072023-12-01T19:36:34.172Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15082023-12-01T19:36:34.523Z Compiling sha1 v0.10.6
15092023-12-01T19:36:35.036Z Compiling atty v0.2.14
15102023-12-01T19:36:36.378Z Compiling match_cfg v0.1.0
15112023-12-01T19:36:41.245Z Compiling hostname v0.3.1
15122023-12-01T19:36:42.716Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15132023-12-01T19:36:44.964Z Compiling dirs-sys-next v0.1.2
15142023-12-01T19:36:45.994Z Compiling dirs-next v2.0.0
15152023-12-01T19:36:46.205Z Compiling thread_local v1.1.7
15162023-12-01T19:36:46.262Z Compiling slog-async v2.8.0
15172023-12-01T19:36:46.506Z Compiling camino v1.1.6
15182023-12-01T19:36:48.063Z Compiling ident_case v1.0.1
15192023-12-01T19:36:48.066Z Compiling darling_core v0.20.3
15202023-12-01T19:36:48.066Z Compiling term v0.7.0
15212023-12-01T19:36:48.066Z Compiling crossbeam-channel v0.5.8
15222023-12-01T19:36:48.066Z Compiling multer v2.1.0
15232023-12-01T19:36:48.066Z Compiling instant v0.1.12
15242023-12-01T19:36:48.235Z Compiling paste v1.0.14
15252023-12-01T19:36:48.997Z Compiling take_mut v0.2.2
15262023-12-01T19:36:49.381Z Compiling slog-term v2.9.0
15272023-12-01T19:36:50.274Z Compiling slog-json v2.6.1
15282023-12-01T19:36:50.588Z Compiling async-stream-impl v0.3.5
15292023-12-01T19:36:50.648Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15302023-12-01T19:36:50.859Z Compiling atomic-waker v1.1.1
15312023-12-01T19:36:51.136Z Compiling waitgroup v0.1.2
15322023-12-01T19:36:51.188Z Compiling slog-bunyan v2.4.0
15332023-12-01T19:36:51.450Z Compiling toml v0.8.8
15342023-12-01T19:36:51.475Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15352023-12-01T19:36:51.714Z Compiling serde_path_to_error v0.1.14
15362023-12-01T19:36:52.918Z Compiling async-stream v0.3.5
15372023-12-01T19:36:53.113Z Compiling structmeta-derive v0.2.0
15382023-12-01T19:36:53.136Z Compiling debug-ignore v1.0.5
15392023-12-01T19:36:53.338Z Compiling strum v0.25.0
15402023-12-01T19:36:53.392Z Compiling regex-syntax v0.7.5
15412023-12-01T19:36:53.507Z Compiling backoff v0.4.0
15422023-12-01T19:36:53.588Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15432023-12-01T19:36:54.038Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15442023-12-01T19:36:54.259Z Compiling macaddr v1.0.1
15452023-12-01T19:36:54.373Z Compiling proc-macro-error-attr v1.0.4
15462023-12-01T19:36:54.746Z Compiling proc-macro-crate v1.3.1
15472023-12-01T19:36:54.911Z Compiling proc-macro-error v1.0.4
15482023-12-01T19:36:55.556Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15492023-12-01T19:36:56.109Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15502023-12-01T19:36:56.539Z Compiling same-file v1.0.6
15512023-12-01T19:36:56.583Z Compiling num_enum_derive v0.5.11
15522023-12-01T19:36:56.989Z Compiling postcard-cobs v0.1.5-pre
15532023-12-01T19:36:57.436Z Compiling fastrand v2.0.0
15542023-12-01T19:36:57.590Z Compiling postcard v0.7.3
15552023-12-01T19:36:57.789Z Compiling darling_macro v0.20.3
15562023-12-01T19:36:58.234Z Compiling structmeta v0.2.0
15572023-12-01T19:36:58.313Z Compiling tempfile v3.8.1
15582023-12-01T19:36:58.381Z Compiling walkdir v2.4.0
15592023-12-01T19:36:58.943Z Compiling smoltcp v0.8.2
15602023-12-01T19:36:59.409Z Compiling darling v0.20.3
15612023-12-01T19:36:59.577Z Compiling serde_with_macros v2.3.3
15622023-12-01T19:36:59.672Z Compiling semver-parser v0.10.2
15632023-12-01T19:36:59.700Z Compiling foreign-types-macros v0.2.3
15642023-12-01T19:37:01.258Z Compiling num_enum v0.5.11
15652023-12-01T19:37:01.492Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15662023-12-01T19:37:01.798Z Compiling crucible-workspace-hack v0.1.0
15672023-12-01T19:37:02.006Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15682023-12-01T19:37:02.226Z Compiling foreign-types-shared v0.3.1
15692023-12-01T19:37:02.423Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15702023-12-01T19:37:02.706Z Compiling cfg-if v0.1.10
15712023-12-01T19:37:02.880Z Compiling foreign-types v0.5.0
15722023-12-01T19:37:03.432Z Compiling semver v0.11.0
15732023-12-01T19:37:03.985Z Compiling is-terminal v0.4.9
15742023-12-01T19:37:04.163Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15752023-12-01T19:37:04.215Z Compiling serde_with v2.3.3
15762023-12-01T19:37:04.469Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15772023-12-01T19:37:04.777Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15782023-12-01T19:37:05.146Z Compiling parse-display-derive v0.8.2
15792023-12-01T19:37:05.493Z Compiling cstr-argument v0.1.2
15802023-12-01T19:37:05.855Z Compiling filetime v0.2.22
15812023-12-01T19:37:06.225Z Compiling xattr v1.0.1
15822023-12-01T19:37:06.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15832023-12-01T19:37:06.622Z Compiling home v0.5.5
15842023-12-01T19:37:06.774Z Compiling pretty-hex v0.2.1
15852023-12-01T19:37:07.084Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15862023-12-01T19:37:07.110Z Compiling toolchain_find v0.2.0
15872023-12-01T19:37:07.991Z Compiling tar v0.4.40
15882023-12-01T19:37:08.091Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15892023-12-01T19:37:08.345Z Compiling colored v2.0.4
15902023-12-01T19:37:08.699Z Compiling textwrap v0.11.0
15912023-12-01T19:37:08.974Z Compiling heck v0.3.3
15922023-12-01T19:37:09.499Z Compiling toml v0.5.11
15932023-12-01T19:37:09.529Z Compiling platforms v3.0.2
15942023-12-01T19:37:09.604Z Compiling strsim v0.8.0
15952023-12-01T19:37:09.626Z Compiling libefi-sys v0.1.0
15962023-12-01T19:37:10.012Z Compiling ansi_term v0.12.1
15972023-12-01T19:37:10.055Z Compiling vec_map v0.8.2
15982023-12-01T19:37:10.515Z Compiling clap v2.34.0
15992023-12-01T19:37:10.702Z Compiling structopt-derive v0.4.18
16002023-12-01T19:37:11.127Z Compiling omicron-zone-package v0.9.1
16012023-12-01T19:37:11.479Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16022023-12-01T19:37:12.863Z Compiling parse-display v0.8.2
16032023-12-01T19:37:13.150Z Compiling rustfmt-wrapper v0.2.0
16042023-12-01T19:37:14.156Z Compiling camino-tempfile v1.1.1
16052023-12-01T19:37:14.417Z Compiling zone_cfg_derive v0.3.0
16062023-12-01T19:37:14.848Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16072023-12-01T19:37:15.810Z Compiling num-derive v0.4.0
16082023-12-01T19:37:16.017Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16092023-12-01T19:37:16.529Z Compiling base64ct v1.6.0
16102023-12-01T19:37:16.932Z Compiling zone v0.3.0
16112023-12-01T19:37:17.798Z Compiling structopt v0.3.26
16122023-12-01T19:37:17.822Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16132023-12-01T19:37:18.035Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16142023-12-01T19:37:18.457Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16152023-12-01T19:37:19.155Z Compiling smf v0.2.2
16162023-12-01T19:37:19.361Z Compiling unicase v2.7.0
16172023-12-01T19:37:19.468Z Compiling curve25519-dalek v4.1.0
16182023-12-01T19:37:19.564Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16192023-12-01T19:37:19.777Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16202023-12-01T19:37:19.805Z Compiling universal-hash v0.5.1
16212023-12-01T19:37:20.094Z Compiling opaque-debug v0.3.0
16222023-12-01T19:37:20.120Z Compiling hkdf v0.12.3
16232023-12-01T19:37:20.231Z Compiling curve25519-dalek-derive v0.1.0
16242023-12-01T19:37:20.412Z Compiling num-rational v0.4.1
16252023-12-01T19:37:20.493Z Compiling getrandom v0.1.16
16262023-12-01T19:37:20.805Z Compiling keccak v0.1.4
16272023-12-01T19:37:21.229Z Compiling quick-error v1.2.3
16282023-12-01T19:37:21.346Z Compiling parking_lot_core v0.8.6
16292023-12-01T19:37:21.349Z Compiling linked-hash-map v0.5.6
16302023-12-01T19:37:21.435Z Compiling resolv-conf v0.7.0
16312023-12-01T19:37:21.928Z Compiling lru-cache v0.1.2
16322023-12-01T19:37:22.121Z Compiling sha3 v0.10.8
16332023-12-01T19:37:22.502Z Compiling password-hash v0.5.0
16342023-12-01T19:37:22.890Z Compiling blake2 v0.10.6
16352023-12-01T19:37:23.085Z Compiling aead v0.5.2
16362023-12-01T19:37:23.607Z Compiling secrecy v0.8.0
16372023-12-01T19:37:23.689Z Compiling num-complex v0.4.4
16382023-12-01T19:37:24.017Z Compiling ff v0.13.0
16392023-12-01T19:37:24.225Z Compiling nibble_vec v0.1.0
16402023-12-01T19:37:24.343Z Compiling slog-dtrace v0.2.3
16412023-12-01T19:37:24.513Z Compiling utf-8 v0.7.6
16422023-12-01T19:37:24.785Z Compiling arc-swap v1.6.0
16432023-12-01T19:37:25.004Z Compiling endian-type v0.1.2
16442023-12-01T19:37:25.264Z Compiling convert_case v0.4.0
16452023-12-01T19:37:25.339Z Compiling winapi v0.3.9
16462023-12-01T19:37:25.366Z Compiling num v0.4.1
16472023-12-01T19:37:25.491Z Compiling radix_trie v0.2.1
16482023-12-01T19:37:25.513Z Compiling slog-scope v4.4.0
16492023-12-01T19:37:25.784Z Compiling tungstenite v0.20.1
16502023-12-01T19:37:25.955Z Compiling group v0.13.0
16512023-12-01T19:37:26.182Z Compiling argon2 v0.5.2
16522023-12-01T19:37:26.373Z Compiling mime_guess v2.0.4
16532023-12-01T19:37:26.565Z Compiling trust-dns-resolver v0.22.0
16542023-12-01T19:37:26.860Z Compiling derive_more v0.99.17
16552023-12-01T19:37:28.157Z Compiling rand_core v0.5.1
16562023-12-01T19:37:28.607Z Compiling poly1305 v0.8.0
16572023-12-01T19:37:29.201Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16582023-12-01T19:37:29.466Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16592023-12-01T19:37:29.935Z Compiling chacha20 v0.9.1
16602023-12-01T19:37:30.670Z Compiling crypto-bigint v0.5.2
16612023-12-01T19:37:31.081Z Compiling thiserror-impl-no-std v2.0.2
16622023-12-01T19:37:31.466Z Compiling ciborium-io v0.2.1
16632023-12-01T19:37:31.491Z Compiling option-ext v0.2.0
16642023-12-01T19:37:31.650Z Compiling half v1.8.2
16652023-12-01T19:37:31.674Z Compiling base16ct v0.2.0
16662023-12-01T19:37:32.119Z Compiling dirs-sys v0.4.1
16672023-12-01T19:37:32.693Z Compiling ciborium-ll v0.2.1
16682023-12-01T19:37:33.136Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16692023-12-01T19:37:33.633Z Compiling rand_chacha v0.2.2
16702023-12-01T19:37:33.992Z Compiling elliptic-curve v0.13.5
16712023-12-01T19:37:34.888Z Compiling parking_lot v0.11.2
16722023-12-01T19:37:36.043Z Compiling tokio-tungstenite v0.20.1
16732023-12-01T19:37:36.599Z Compiling trust-dns-client v0.22.0
16742023-12-01T19:37:36.683Z Compiling thiserror-no-std v2.0.2
16752023-12-01T19:37:36.902Z Compiling slog-stdlog v4.1.1
16762023-12-01T19:37:36.925Z Compiling polyval v0.6.1
16772023-12-01T19:37:37.362Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16782023-12-01T19:37:37.477Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16792023-12-01T19:37:37.578Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16802023-12-01T19:37:37.602Z Compiling password-hash v0.4.2
16812023-12-01T19:37:37.700Z Compiling ed25519 v2.2.2
16822023-12-01T19:37:38.439Z Compiling ctr v0.9.2
16832023-12-01T19:37:38.991Z Compiling aes v0.8.3
16842023-12-01T19:37:39.182Z Compiling blowfish v0.9.1
16852023-12-01T19:37:41.534Z Compiling pbkdf2 v0.12.2
16862023-12-01T19:37:41.681Z Compiling fxhash v0.2.1
16872023-12-01T19:37:42.232Z Compiling glob v0.3.1
16882023-12-01T19:37:42.518Z Compiling cancel-safe-futures v0.1.5
16892023-12-01T19:37:43.077Z Compiling trust-dns-server v0.22.1
16902023-12-01T19:37:44.027Z Compiling sled v0.34.7
16912023-12-01T19:37:46.326Z Compiling bcrypt-pbkdf v0.10.0
16922023-12-01T19:37:47.294Z Compiling pbkdf2 v0.11.0
16932023-12-01T19:37:47.544Z Compiling ed25519-dalek v2.0.0
16942023-12-01T19:37:48.015Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16952023-12-01T19:37:49.188Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16962023-12-01T19:37:51.517Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16972023-12-01T19:37:51.656Z Compiling ghash v0.5.0
16982023-12-01T19:37:51.957Z Compiling slog-envlogger v2.2.0
16992023-12-01T19:37:52.166Z Compiling vsss-rs v3.3.1
17002023-12-01T19:37:53.180Z Compiling russh-cryptovec v0.7.0
17012023-12-01T19:37:53.634Z Compiling rand v0.7.3
17022023-12-01T19:37:56.683Z Compiling ciborium v0.2.1
17032023-12-01T19:37:58.708Z Compiling dirs v5.0.1
17042023-12-01T19:37:59.016Z Compiling chacha20poly1305 v0.10.1
17052023-12-01T19:37:59.312Z Compiling cbc v0.1.2
17062023-12-01T19:37:59.356Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17072023-12-01T19:37:59.705Z Compiling pem v3.0.2
17082023-12-01T19:37:59.965Z Compiling headers-core v0.2.0
17092023-12-01T19:38:00.208Z Compiling kstat-rs v0.2.3
17102023-12-01T19:38:00.488Z Compiling http-range v0.1.5
17112023-12-01T19:38:01.020Z Compiling base64 v0.13.1
17122023-12-01T19:38:01.045Z Compiling md5 v0.7.0
17132023-12-01T19:38:01.311Z Compiling pretty-hex v0.4.0
17142023-12-01T19:38:01.654Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17152023-12-01T19:38:01.875Z Compiling pem v1.1.1
17162023-12-01T19:38:02.027Z Compiling russh-keys v0.38.0
17172023-12-01T19:38:02.963Z Compiling hyper-staticfile v0.9.5
17182023-12-01T19:38:03.487Z Compiling rcgen v0.11.3
17192023-12-01T19:38:03.624Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17202023-12-01T19:38:04.185Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17212023-12-01T19:38:04.286Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17222023-12-01T19:38:04.528Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17232023-12-01T19:38:07.219Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17242023-12-01T19:38:08.071Z Compiling headers v0.3.9
17252023-12-01T19:38:11.529Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17262023-12-01T19:38:11.834Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17272023-12-01T19:38:12.727Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17282023-12-01T19:38:13.025Z Compiling aes-gcm v0.10.3
17292023-12-01T19:38:13.491Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17302023-12-01T19:38:16.272Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17312023-12-01T19:38:19.773Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17322023-12-01T19:38:20.919Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17332023-12-01T19:38:22.243Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17342023-12-01T19:38:24.164Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17352023-12-01T19:38:28.329Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17362023-12-01T19:38:30.936Z Compiling atomicwrites v0.4.2
17372023-12-01T19:38:31.488Z Compiling itertools v0.12.0
17382023-12-01T19:38:34.856Z Compiling subprocess v0.2.9
17392023-12-01T19:38:35.154Z Compiling hex-literal v0.4.1
17402023-12-01T19:38:35.377Z Compiling russh v0.39.0
17412023-12-01T19:38:36.122Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17422023-12-01T19:38:36.753Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17432023-12-01T19:38:38.389Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17442023-12-01T19:39:07.406Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17452023-12-01T19:40:26.513Z Finished dev [unoptimized + debuginfo] target(s) in 7m 57s
17462023-12-01T19:40:26.922Z
17472023-12-01T19:40:26.925Zreal 7:57.615984219
17482023-12-01T19:40:26.925Zuser 43:46.860131112
17492023-12-01T19:40:26.925Zsys 6:37.589666284
17502023-12-01T19:40:26.925Ztrap 1.612372647
17512023-12-01T19:40:26.928Ztflt 8.439692635
17522023-12-01T19:40:26.928Zdflt 9.595943342
17532023-12-01T19:40:26.928Zkflt 0.025711723
17542023-12-01T19:40:26.928Zlock 1:23:44.389018704
17552023-12-01T19:40:26.928Zslp 2:06:11.979189802
17562023-12-01T19:40:26.928Zlat 1:57.729572967
17572023-12-01T19:40:26.928Zstop 4:19.778392984
17582023-12-01T19:40:26.928Z+ mkdir -p /work/end-to-end-tests
17592023-12-01T19:40:26.931Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17602023-12-01T19:40:27.871Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17612023-12-01T19:40:27.872Z+ ptime -m gzip
17622023-12-01T19:40:27.874Z++ basename target/debug/bootstrap
17632023-12-01T19:40:44.379Z
17642023-12-01T19:40:44.382Zreal 16.499378579
17652023-12-01T19:40:44.382Zuser 16.339146340
17662023-12-01T19:40:44.382Zsys 0.155144280
17672023-12-01T19:40:44.383Ztrap 0.003368735
17682023-12-01T19:40:44.383Ztflt 0.000000000
17692023-12-01T19:40:44.383Zdflt 0.000000000
17702023-12-01T19:40:44.383Zkflt 0.000000000
17712023-12-01T19:40:44.383Zlock 0.000000000
17722023-12-01T19:40:44.384Zslp 0.000015834
17732023-12-01T19:40:44.384Zlat 0.001344007
17742023-12-01T19:40:44.384Zstop 0.000239226
17752023-12-01T19:40:44.384Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17762023-12-01T19:40:44.384Z+ ptime -m gzip
17772023-12-01T19:40:44.386Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7a35cfb1c9365afc
17782023-12-01T19:40:45.463Z
17792023-12-01T19:40:45.466Zreal 1.075535952
17802023-12-01T19:40:45.466Zuser 1.064046235
17812023-12-01T19:40:45.467Zsys 0.010832017
17822023-12-01T19:40:45.467Ztrap 0.000112801
17832023-12-01T19:40:45.467Ztflt 0.000000000
17842023-12-01T19:40:45.467Zdflt 0.000000000
17852023-12-01T19:40:45.467Zkflt 0.000000000
17862023-12-01T19:40:45.467Zlock 0.000000000
17872023-12-01T19:40:45.467Zslp 0.000000000
17882023-12-01T19:40:45.467Zlat 0.000181544
17892023-12-01T19:40:45.467Zstop 0.000238776
17902023-12-01T19:40:45.467Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17912023-12-01T19:40:45.467Z+ ptime -m gzip
17922023-12-01T19:40:45.470Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-be479211b7b081a6
17932023-12-01T19:41:02.604Z
17942023-12-01T19:41:02.607Zreal 17.131598640
17952023-12-01T19:41:02.607Zuser 16.950112109
17962023-12-01T19:41:02.607Zsys 0.174486881
17972023-12-01T19:41:02.607Ztrap 0.004529116
17982023-12-01T19:41:02.607Ztflt 0.000000000
17992023-12-01T19:41:02.607Zdflt 0.000000000
18002023-12-01T19:41:02.607Zkflt 0.000000000
18012023-12-01T19:41:02.607Zlock 0.000000000
18022023-12-01T19:41:02.607Zslp 0.000000000
18032023-12-01T19:41:02.608Zlat 0.002078182
18042023-12-01T19:41:02.608Zstop 0.000274165
18052023-12-01T19:41:02.608Z+ banner caboose-util
18062023-12-01T19:41:02.612Z
18072023-12-01T19:41:02.612Z #### ## ##### #### #### #### ###### # # #####
18082023-12-01T19:41:02.612Z # # # # # # # # # # # # # # #
18092023-12-01T19:41:02.612Z # # # ##### # # # # #### ##### ##### # # #
18102023-12-01T19:41:02.612Z # ###### # # # # # # # # # # #
18112023-12-01T19:41:02.612Z # # # # # # # # # # # # # # # #
18122023-12-01T19:41:02.612Z #### # # ##### #### #### #### ###### #### #
18132023-12-01T19:41:02.612Z
18142023-12-01T19:41:02.612Z+ ptime -m cargo build --locked -p caboose-util --release
18152023-12-01T19:41:03.261Z Downloading crates ...
18162023-12-01T19:41:03.539Z Downloaded funty v2.0.0
18172023-12-01T19:41:03.547Z Downloaded pkcs1 v0.7.5
18182023-12-01T19:41:03.552Z Downloaded crc v3.0.1
18192023-12-01T19:41:03.556Z Downloaded path-slash v0.1.5
18202023-12-01T19:41:03.559Z Downloaded nodrop v0.1.14
18212023-12-01T19:41:03.567Z Downloaded wyz v0.5.1
18222023-12-01T19:41:03.570Z Downloaded bitfield v0.14.0
18232023-12-01T19:41:03.574Z Downloaded radium v0.7.0
18242023-12-01T19:41:03.577Z Downloaded tap v1.0.1
18252023-12-01T19:41:03.580Z Downloaded crc-catalog v2.2.0
18262023-12-01T19:41:03.580Z Downloaded termcolor v1.2.0
18272023-12-01T19:41:03.583Z Downloaded serde-hex v0.1.0
18282023-12-01T19:41:03.587Z Downloaded maybe-uninit v2.0.0
18292023-12-01T19:41:03.591Z Downloaded smallvec v0.6.14
18302023-12-01T19:41:03.593Z Downloaded pem-rfc7468 v0.7.0
18312023-12-01T19:41:03.597Z Downloaded der_derive v0.7.2
18322023-12-01T19:41:03.597Z Downloaded crc-any v2.4.3
18332023-12-01T19:41:03.600Z Downloaded env_logger v0.10.0
18342023-12-01T19:41:03.604Z Downloaded ron v0.8.1
18352023-12-01T19:41:03.615Z Downloaded x509-cert v0.2.4
18362023-12-01T19:41:03.625Z Downloaded bitvec v1.0.1
18372023-12-01T19:41:03.652Z Downloaded object v0.30.4
18382023-12-01T19:41:03.669Z Downloaded rsa v0.9.2
18392023-12-01T19:41:03.676Z Downloaded num-bigint-dig v0.8.4
18402023-12-01T19:41:03.684Z Downloaded array-init v0.0.4
18412023-12-01T19:41:03.689Z Downloaded packed_struct_codegen v0.10.1
18422023-12-01T19:41:03.692Z Downloaded flagset v0.4.3
18432023-12-01T19:41:03.692Z Downloaded packed_struct v0.10.1
18442023-12-01T19:41:03.859Z Compiling proc-macro2 v1.0.69
18452023-12-01T19:41:03.863Z Compiling unicode-ident v1.0.12
18462023-12-01T19:41:03.863Z Compiling libc v0.2.150
18472023-12-01T19:41:03.863Z Compiling autocfg v1.1.0
18482023-12-01T19:41:03.863Z Compiling serde v1.0.192
18492023-12-01T19:41:03.881Z Compiling cfg-if v1.0.0
18502023-12-01T19:41:03.884Z Compiling version_check v0.9.4
18512023-12-01T19:41:03.977Z Compiling syn v1.0.109
18522023-12-01T19:41:03.998Z Compiling parking_lot_core v0.9.8
18532023-12-01T19:41:04.117Z Compiling typenum v1.16.0
18542023-12-01T19:41:04.545Z Compiling futures-core v0.3.29
18552023-12-01T19:41:04.708Z Compiling libm v0.2.7
18562023-12-01T19:41:04.882Z Compiling generic-array v0.14.7
18572023-12-01T19:41:04.957Z Compiling lock_api v0.4.10
18582023-12-01T19:41:05.005Z Compiling num-traits v0.2.16
18592023-12-01T19:41:05.155Z Compiling once_cell v1.18.0
18602023-12-01T19:41:05.273Z Compiling pkg-config v0.3.27
18612023-12-01T19:41:05.368Z Compiling scopeguard v1.2.0
18622023-12-01T19:41:05.702Z Compiling slab v0.4.9
18632023-12-01T19:41:05.713Z Compiling futures-task v0.3.29
18642023-12-01T19:41:05.745Z Compiling futures-channel v0.3.29
18652023-12-01T19:41:06.131Z Compiling quote v1.0.33
18662023-12-01T19:41:06.164Z Compiling serde_json v1.0.108
18672023-12-01T19:41:06.295Z Compiling thiserror v1.0.49
18682023-12-01T19:41:06.605Z Compiling futures-util v0.3.29
18692023-12-01T19:41:06.991Z Compiling syn v2.0.32
18702023-12-01T19:41:07.045Z Compiling cc v1.0.83
18712023-12-01T19:41:07.126Z Compiling getrandom v0.2.10
18722023-12-01T19:41:07.234Z Compiling itoa v1.0.9
18732023-12-01T19:41:07.380Z Compiling memchr v2.6.3
18742023-12-01T19:41:07.689Z Compiling log v0.4.20
18752023-12-01T19:41:07.750Z Compiling smallvec v1.11.0
18762023-12-01T19:41:09.186Z Compiling vcpkg v0.2.15
18772023-12-01T19:41:09.320Z Compiling byteorder v1.5.0
18782023-12-01T19:41:10.139Z Compiling parking_lot v0.12.1
18792023-12-01T19:41:10.182Z Compiling rand_core v0.6.4
18802023-12-01T19:41:11.126Z Compiling pin-project-lite v0.2.13
18812023-12-01T19:41:11.180Z Compiling ring v0.17.5
18822023-12-01T19:41:11.575Z Compiling indexmap v1.9.3
18832023-12-01T19:41:12.021Z Compiling openssl-sys v0.9.96
18842023-12-01T19:41:13.285Z Compiling signal-hook-registry v1.4.1
18852023-12-01T19:41:13.786Z Compiling heck v0.4.1
18862023-12-01T19:41:14.286Z Compiling io-lifetimes v1.0.11
18872023-12-01T19:41:14.386Z Compiling ring v0.16.20
18882023-12-01T19:41:15.023Z Compiling mio v0.8.9
18892023-12-01T19:41:16.014Z Compiling num-integer v0.1.45
18902023-12-01T19:41:16.024Z Compiling ryu v1.0.15
18912023-12-01T19:41:16.431Z Compiling const-oid v0.9.5
18922023-12-01T19:41:16.434Z Compiling semver v1.0.20
18932023-12-01T19:41:17.558Z Compiling spin v0.5.2
18942023-12-01T19:41:17.909Z Compiling rustix v0.37.23
18952023-12-01T19:41:18.712Z Compiling socket2 v0.5.5
18962023-12-01T19:41:18.972Z Compiling num_cpus v1.16.0
18972023-12-01T19:41:19.129Z Compiling openssl v0.10.60
18982023-12-01T19:41:19.675Z Compiling futures-sink v0.3.29
18992023-12-01T19:41:19.688Z Compiling httparse v1.8.0
19002023-12-01T19:41:19.881Z Compiling unicode-xid v0.2.4
19012023-12-01T19:41:20.052Z Compiling ucd-trie v0.1.6
19022023-12-01T19:41:20.117Z Compiling synstructure v0.12.6
19032023-12-01T19:41:20.285Z Compiling tinyvec_macros v0.1.1
19042023-12-01T19:41:20.722Z Compiling tinyvec v1.6.0
19052023-12-01T19:41:21.664Z Compiling pin-utils v0.1.0
19062023-12-01T19:41:21.675Z Compiling crc32fast v1.3.2
19072023-12-01T19:41:21.816Z Compiling rustls v0.21.9
19082023-12-01T19:41:22.278Z Compiling futures-io v0.3.29
19092023-12-01T19:41:22.332Z Compiling ppv-lite86 v0.2.17
19102023-12-01T19:41:22.407Z Compiling native-tls v0.2.11
19112023-12-01T19:41:22.634Z Compiling bzip2-sys v0.1.11+1.0.8
19122023-12-01T19:41:22.667Z Compiling spin v0.9.8
19132023-12-01T19:41:23.073Z Compiling tracing-core v0.1.31
19142023-12-01T19:41:23.266Z Compiling unicode-normalization v0.1.22
19152023-12-01T19:41:23.475Z Compiling subtle v2.5.0
19162023-12-01T19:41:23.671Z Compiling rand_chacha v0.3.1
19172023-12-01T19:41:23.963Z Compiling unicode-bidi v0.3.13
19182023-12-01T19:41:24.445Z Compiling rand v0.8.5
19192023-12-01T19:41:25.703Z Compiling errno v0.3.2
19202023-12-01T19:41:26.064Z Compiling num-iter v0.1.43
19212023-12-01T19:41:26.079Z Compiling ahash v0.8.3
19222023-12-01T19:41:26.202Z Compiling usdt-impl v0.3.5
19232023-12-01T19:41:26.310Z Compiling rustix v0.38.25
19242023-12-01T19:41:26.482Z Compiling base64 v0.21.5
19252023-12-01T19:41:26.670Z Compiling schemars v0.8.13
19262023-12-01T19:41:27.003Z Compiling signal-hook v0.3.17
19272023-12-01T19:41:27.860Z Compiling serde_derive_internals v0.26.0
19282023-12-01T19:41:28.810Z Compiling zerocopy-derive v0.2.0
19292023-12-01T19:41:28.852Z Compiling serde_derive v1.0.192
19302023-12-01T19:41:29.764Z Compiling zeroize_derive v1.4.2
19312023-12-01T19:41:30.039Z Compiling tokio-macros v2.2.0
19322023-12-01T19:41:30.101Z Compiling thiserror-impl v1.0.49
19332023-12-01T19:41:31.610Z Compiling futures-macro v0.3.29
19342023-12-01T19:41:31.699Z Compiling tracing-attributes v0.1.26
19352023-12-01T19:41:32.124Z Compiling zeroize v1.7.0
19362023-12-01T19:41:32.717Z Compiling openssl-macros v0.1.1
19372023-12-01T19:41:32.948Z Compiling zerocopy-derive v0.6.4
19382023-12-01T19:41:34.507Z Compiling fnv v1.0.7
19392023-12-01T19:41:34.830Z Compiling pest v2.7.2
19402023-12-01T19:41:35.075Z Compiling crypto-common v0.1.6
19412023-12-01T19:41:35.376Z Compiling block-buffer v0.10.4
19422023-12-01T19:41:35.748Z Compiling digest v0.10.7
19432023-12-01T19:41:36.453Z Compiling bitflags v1.3.2
19442023-12-01T19:41:36.856Z Compiling schemars_derive v0.8.13
19452023-12-01T19:41:37.029Z Compiling tracing v0.1.37
19462023-12-01T19:41:37.790Z Compiling zerocopy v0.3.0
19472023-12-01T19:41:38.881Z Compiling pest_meta v2.7.2
19482023-12-01T19:41:39.498Z Compiling lazy_static v1.4.0
19492023-12-01T19:41:40.975Z Compiling pest_generator v2.7.2
19502023-12-01T19:41:41.725Z Compiling backtrace v0.3.69
19512023-12-01T19:41:42.377Z Compiling num-bigint v0.4.4
19522023-12-01T19:41:42.893Z Compiling memoffset v0.9.0
19532023-12-01T19:41:43.139Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19542023-12-01T19:41:43.311Z Compiling foreign-types-shared v0.1.1
19552023-12-01T19:41:43.459Z Compiling hashbrown v0.12.3
19562023-12-01T19:41:44.144Z Compiling untrusted v0.7.1
19572023-12-01T19:41:44.426Z Compiling untrusted v0.9.0
19582023-12-01T19:41:44.654Z Compiling iana-time-zone v0.1.57
19592023-12-01T19:41:44.712Z Compiling crossbeam-utils v0.8.16
19602023-12-01T19:41:45.195Z Compiling smoltcp v0.9.1
19612023-12-01T19:41:45.375Z Compiling hashbrown v0.14.2
19622023-12-01T19:41:45.519Z Compiling percent-encoding v2.3.1
19632023-12-01T19:41:45.544Z Compiling pest_derive v2.7.2
19642023-12-01T19:41:45.797Z Compiling doc-comment v0.3.3
19652023-12-01T19:41:45.997Z Compiling openssl-probe v0.1.5
19662023-12-01T19:41:46.073Z Compiling base64ct v1.6.0
19672023-12-01T19:41:46.396Z Compiling async-trait v0.1.74
19682023-12-01T19:41:46.500Z Compiling equivalent v1.0.1
19692023-12-01T19:41:46.617Z Compiling dtrace-parser v0.1.14
19702023-12-01T19:41:47.174Z Compiling pem-rfc7468 v0.7.0
19712023-12-01T19:41:48.135Z Compiling foreign-types v0.3.2
19722023-12-01T19:41:48.957Z Compiling dof v0.1.5
19732023-12-01T19:41:49.334Z Compiling der_derive v0.7.2
19742023-12-01T19:41:50.088Z Compiling clap_derive v4.4.2
19752023-12-01T19:41:51.998Z Compiling bytes v1.5.0
19762023-12-01T19:41:53.044Z Compiling bitflags v2.4.0
19772023-12-01T19:41:53.832Z Compiling tokio v1.34.0
19782023-12-01T19:41:53.928Z Compiling rustc_version v0.4.0
19792023-12-01T19:41:54.909Z Compiling heapless v0.7.16
19802023-12-01T19:41:55.500Z Compiling http v0.2.11
19812023-12-01T19:41:55.814Z Compiling uuid v1.6.1
19822023-12-01T19:41:56.987Z Compiling chrono v0.4.31
19832023-12-01T19:41:57.690Z Compiling indexmap v2.1.0
19842023-12-01T19:41:59.358Z Compiling thread-id v4.2.0
19852023-12-01T19:41:59.494Z Compiling flagset v0.4.3
19862023-12-01T19:41:59.820Z Compiling try-lock v0.2.4
19872023-12-01T19:41:59.881Z Compiling cpufeatures v0.2.9
19882023-12-01T19:42:00.013Z Compiling time-core v0.1.1
19892023-12-01T19:42:00.016Z Compiling siphasher v0.3.11
19902023-12-01T19:42:00.252Z Compiling utf8parse v0.2.1
19912023-12-01T19:42:00.624Z Compiling adler v1.0.2
19922023-12-01T19:42:00.687Z Compiling rustversion v1.0.14
19932023-12-01T19:42:00.915Z Compiling anstyle v1.0.2
19942023-12-01T19:42:01.614Z Compiling miniz_oxide v0.7.1
19952023-12-01T19:42:02.856Z Compiling anstyle-parse v0.2.1
19962023-12-01T19:42:03.480Z Compiling time-macros v0.2.13
19972023-12-01T19:42:03.868Z Compiling sha2 v0.10.8
19982023-12-01T19:42:04.328Z Compiling want v0.3.1
19992023-12-01T19:42:04.700Z Compiling der v0.7.8
20002023-12-01T19:42:08.357Z Compiling tokio-util v0.7.10
20012023-12-01T19:42:10.185Z Compiling h2 v0.3.21
20022023-12-01T19:42:10.298Z Compiling http-body v0.4.5
20032023-12-01T19:42:12.466Z Compiling serde_tokenstream v0.1.7
20042023-12-01T19:42:13.255Z Compiling rustls-webpki v0.101.7
20052023-12-01T19:42:13.343Z Compiling sct v0.7.0
20062023-12-01T19:42:16.089Z Compiling form_urlencoded v1.2.1
20072023-12-01T19:42:16.125Z Compiling pin-project-internal v1.1.3
20082023-12-01T19:42:16.519Z Compiling hubpack_derive v0.1.1
20092023-12-01T19:42:16.954Z Compiling socket2 v0.4.9
20102023-12-01T19:42:17.768Z Compiling crossbeam-epoch v0.9.15
20112023-12-01T19:42:18.305Z Compiling radium v0.7.0
20122023-12-01T19:42:18.383Z Compiling slog v2.7.0
20132023-12-01T19:42:18.917Z Compiling colorchoice v1.0.0
20142023-12-01T19:42:18.978Z Compiling httpdate v1.0.3
20152023-12-01T19:42:19.030Z Compiling anstyle-query v1.0.0
20162023-12-01T19:42:19.824Z Compiling tower-service v0.3.2
20172023-12-01T19:42:19.956Z Compiling anyhow v1.0.75
20182023-12-01T19:42:21.879Z Compiling hyper v0.14.27
20192023-12-01T19:42:24.370Z Compiling anstream v0.5.0
20202023-12-01T19:42:29.999Z Compiling terminal_size v0.2.6
20212023-12-01T19:42:30.290Z Compiling spki v0.7.2
20222023-12-01T19:42:33.322Z Compiling serde_spanned v0.6.4
20232023-12-01T19:42:33.660Z Compiling toml_datetime v0.6.5
20242023-12-01T19:42:34.311Z Compiling rustls-pemfile v1.0.3
20252023-12-01T19:42:34.793Z Compiling md-5 v0.10.5
20262023-12-01T19:42:34.946Z Compiling hmac v0.12.1
20272023-12-01T19:42:35.135Z Compiling zerocopy v0.6.4
20282023-12-01T19:42:35.428Z Compiling stringprep v0.1.3
20292023-12-01T19:42:35.546Z Compiling idna v0.5.0
20302023-12-01T19:42:36.774Z Compiling diesel_table_macro_syntax v0.1.0
20312023-12-01T19:42:36.790Z Compiling hash32 v0.2.1
20322023-12-01T19:42:36.819Z Compiling aho-corasick v1.0.4
20332023-12-01T19:42:37.134Z Compiling gimli v0.28.0
20342023-12-01T19:42:37.350Z Compiling stable_deref_trait v1.2.0
20352023-12-01T19:42:37.477Z Compiling clap_lex v0.5.1
20362023-12-01T19:42:37.531Z Compiling strsim v0.10.0
20372023-12-01T19:42:37.967Z Compiling maybe-uninit v2.0.0
20382023-12-01T19:42:38.568Z Compiling tap v1.0.1
20392023-12-01T19:42:38.627Z Compiling winnow v0.5.15
20402023-12-01T19:42:38.630Z Compiling fallible-iterator v0.2.0
20412023-12-01T19:42:38.824Z Compiling dyn-clone v1.0.13
20422023-12-01T19:42:39.092Z Compiling either v1.9.0
20432023-12-01T19:42:39.790Z Compiling regex-syntax v0.8.2
20442023-12-01T19:42:40.820Z Compiling postgres-protocol v0.6.6
20452023-12-01T19:42:41.325Z Compiling wyz v0.5.1
20462023-12-01T19:42:42.183Z Compiling clap_builder v4.4.2
20472023-12-01T19:42:42.778Z Compiling diesel_derives v2.1.2
20482023-12-01T19:42:43.184Z Compiling url v2.5.0
20492023-12-01T19:42:44.423Z Compiling addr2line v0.21.0
20502023-12-01T19:42:45.948Z Compiling regex-automata v0.4.3
20512023-12-01T19:42:46.510Z Compiling rustls-native-certs v0.6.3
20522023-12-01T19:42:47.080Z Compiling tokio-rustls v0.24.1
20532023-12-01T19:42:47.682Z Compiling strum_macros v0.25.2
20542023-12-01T19:42:52.941Z Compiling tokio-native-tls v0.3.1
20552023-12-01T19:42:53.812Z Compiling usdt-attr-macro v0.3.5
20562023-12-01T19:42:54.254Z Compiling usdt-macro v0.3.5
20572023-12-01T19:42:56.085Z Compiling phf_shared v0.11.2
20582023-12-01T19:42:57.977Z Compiling block-padding v0.3.3
20592023-12-01T19:42:58.053Z Compiling serde_repr v0.1.16
20602023-12-01T19:42:58.308Z Compiling snafu-derive v0.7.5
20612023-12-01T19:42:58.778Z Compiling enum-as-inner v0.5.1
20622023-12-01T19:42:59.964Z Compiling scheduled-thread-pool v0.2.7
20632023-12-01T19:43:00.276Z Compiling object v0.32.1
20642023-12-01T19:43:04.514Z Compiling num-bigint-dig v0.8.4
20652023-12-01T19:43:06.472Z Compiling matches v0.1.10
20662023-12-01T19:43:06.537Z Compiling bit-vec v0.6.3
20672023-12-01T19:43:06.591Z Compiling rustc-demangle v0.1.23
20682023-12-01T19:43:08.066Z Compiling funty v2.0.0
20692023-12-01T19:43:08.512Z Compiling regex-automata v0.1.10
20702023-12-01T19:43:09.303Z Compiling managed v0.8.0
20712023-12-01T19:43:09.512Z Compiling deranged v0.3.8
20722023-12-01T19:43:10.019Z Compiling packed_struct v0.10.1
20732023-12-01T19:43:10.616Z Compiling num_threads v0.1.6
20742023-12-01T19:43:10.783Z Compiling ipnet v2.8.0
20752023-12-01T19:43:12.557Z Compiling time v0.3.27
20762023-12-01T19:43:12.936Z Compiling bitvec v1.0.1
20772023-12-01T19:43:14.325Z Compiling bstr v0.2.17
20782023-12-01T19:43:16.752Z Compiling idna v0.2.3
20792023-12-01T19:43:19.113Z Compiling r2d2 v0.8.10
20802023-12-01T19:43:20.451Z Compiling inout v0.1.3
20812023-12-01T19:43:22.669Z Compiling phf v0.11.2
20822023-12-01T19:43:23.115Z Compiling hyper-tls v0.5.0
20832023-12-01T19:43:23.360Z Compiling regex v1.10.2
20842023-12-01T19:43:23.593Z Compiling clap v4.4.3
20852023-12-01T19:43:23.748Z Compiling hyper-rustls v0.24.2
20862023-12-01T19:43:24.663Z Compiling signal-hook-mio v0.2.3
20872023-12-01T19:43:24.749Z Compiling flate2 v1.0.28
20882023-12-01T19:43:25.063Z Compiling ipnetwork v0.20.0
20892023-12-01T19:43:25.511Z Compiling toml_edit v0.19.15
20902023-12-01T19:43:26.292Z Compiling bzip2 v0.4.4
20912023-12-01T19:43:26.407Z Compiling postgres-types v0.2.6
20922023-12-01T19:43:26.444Z Compiling itertools v0.11.0
20932023-12-01T19:43:26.853Z Compiling pkcs8 v0.10.2
20942023-12-01T19:43:28.762Z Compiling pin-project v1.1.3
20952023-12-01T19:43:29.006Z Compiling hubpack v0.1.2
20962023-12-01T19:43:29.111Z Compiling serde_urlencoded v0.7.1
20972023-12-01T19:43:29.691Z Compiling phf_shared v0.10.0
20982023-12-01T19:43:29.899Z Compiling futures-executor v0.3.29
20992023-12-01T19:43:30.290Z Compiling signature v2.1.0
21002023-12-01T19:43:32.007Z Compiling packed_struct_codegen v0.10.1
21012023-12-01T19:43:33.020Z Compiling float-cmp v0.9.0
21022023-12-01T19:43:34.050Z Compiling encoding_rs v0.8.33
21032023-12-01T19:43:36.337Z Compiling webpki-roots v0.25.2
21042023-12-01T19:43:36.399Z Compiling new_debug_unreachable v1.0.4
21052023-12-01T19:43:36.522Z Compiling data-encoding v2.4.0
21062023-12-01T19:43:36.568Z Compiling static_assertions v1.1.0
21072023-12-01T19:43:36.582Z Compiling regex-automata v0.3.8
21082023-12-01T19:43:36.700Z Compiling normalize-line-endings v0.3.0
21092023-12-01T19:43:38.213Z Compiling nodrop v0.1.14
21102023-12-01T19:43:38.389Z Compiling difflib v0.4.0
21112023-12-01T19:43:39.561Z Compiling unicode-width v0.1.11
21122023-12-01T19:43:39.796Z Compiling whoami v1.4.1
21132023-12-01T19:43:40.234Z Compiling crc-catalog v2.2.0
21142023-12-01T19:43:40.440Z Compiling unicode-segmentation v1.10.1
21152023-12-01T19:43:40.518Z Compiling precomputed-hash v0.1.1
21162023-12-01T19:43:40.693Z Compiling fixedbitset v0.4.2
21172023-12-01T19:43:41.037Z Compiling mime v0.3.17
21182023-12-01T19:43:41.340Z Compiling predicates-core v1.0.6
21192023-12-01T19:43:41.811Z Compiling predicates v3.0.4
21202023-12-01T19:43:41.839Z Compiling similar v2.2.1
21212023-12-01T19:43:41.859Z Compiling reqwest v0.11.22
21222023-12-01T19:43:45.252Z Compiling petgraph v0.6.4
21232023-12-01T19:43:52.910Z Compiling string_cache v0.8.7
21242023-12-01T19:43:53.055Z Compiling crc v3.0.1
21252023-12-01T19:43:53.551Z Compiling tokio-postgres v0.7.10
21262023-12-01T19:43:54.199Z Compiling console v0.15.7
21272023-12-01T19:43:55.716Z Compiling bstr v1.6.0
21282023-12-01T19:43:56.315Z Compiling array-init v0.0.4
21292023-12-01T19:43:58.508Z Compiling trust-dns-proto v0.22.0
21302023-12-01T19:44:01.305Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21312023-12-01T19:44:11.194Z Compiling toml v0.7.8
21322023-12-01T19:44:11.365Z Compiling futures v0.3.29
21332023-12-01T19:44:13.741Z Compiling snafu v0.7.5
21342023-12-01T19:44:14.153Z Compiling pkcs1 v0.7.5
21352023-12-01T19:44:14.211Z Compiling zip v0.6.6
21362023-12-01T19:44:14.420Z Compiling smallvec v0.6.14
21372023-12-01T19:44:14.866Z Compiling diesel v2.1.4
21382023-12-01T19:44:14.963Z Compiling yasna v0.5.2
21392023-12-01T19:44:15.135Z Compiling crossterm v0.27.0
21402023-12-01T19:44:16.757Z Compiling hashbrown v0.13.2
21412023-12-01T19:44:17.858Z Compiling cipher v0.4.4
21422023-12-01T19:44:21.031Z Compiling bit-set v0.5.3
21432023-12-01T19:44:21.436Z Compiling usdt v0.3.5
21442023-12-01T19:44:21.511Z Compiling is-terminal v0.4.9
21452023-12-01T19:44:21.837Z Compiling toml_edit v0.21.0
21462023-12-01T19:44:24.180Z Compiling itertools v0.10.5
21472023-12-01T19:44:28.105Z Compiling tokio-stream v0.1.14
21482023-12-01T19:44:28.884Z Compiling openapiv3 v2.0.0-rc.1
21492023-12-01T19:44:29.678Z Compiling hex v0.4.3
21502023-12-01T19:44:37.242Z Compiling termcolor v1.2.0
21512023-12-01T19:44:38.192Z Compiling lalrpop-util v0.19.12
21522023-12-01T19:44:38.714Z Compiling bitfield v0.14.0
21532023-12-01T19:44:48.720Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21542023-12-01T19:44:49.863Z Compiling env_logger v0.10.0
21552023-12-01T19:45:06.736Z Compiling rsa v0.9.2
21562023-12-01T19:45:13.744Z Compiling serde-hex v0.1.0
21572023-12-01T19:45:16.940Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21582023-12-01T19:45:22.672Z Compiling x509-cert v0.2.4
21592023-12-01T19:45:22.999Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21602023-12-01T19:45:23.421Z Compiling ron v0.8.1
21612023-12-01T19:45:25.516Z Compiling crc-any v2.4.3
21622023-12-01T19:45:44.899Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21632023-12-01T19:45:45.365Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21642023-12-01T19:46:05.317Z Compiling object v0.30.4
21652023-12-01T19:46:17.445Z Compiling path-slash v0.1.5
21662023-12-01T19:46:17.755Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21672023-12-01T19:47:01.818Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21682023-12-01T19:47:02.970Z Finished release [optimized] target(s) in 6m 00s
21692023-12-01T19:47:03.053Z
21702023-12-01T19:47:03.053Zreal 6:00.421532805
21712023-12-01T19:47:03.053Zuser 42:04.532063257
21722023-12-01T19:47:03.053Zsys 3:37.319376362
21732023-12-01T19:47:03.053Ztrap 1.655139540
21742023-12-01T19:47:03.053Ztflt 0.994866098
21752023-12-01T19:47:03.057Zdflt 0.429169138
21762023-12-01T19:47:03.057Zkflt 0.000648796
21772023-12-01T19:47:03.057Zlock 1:34:17.181114895
21782023-12-01T19:47:03.057Zslp 1:59:05.342851406
21792023-12-01T19:47:03.057Zlat 1:47.717858701
21802023-12-01T19:47:03.057Zstop 1:19.852423707
21812023-12-01T19:47:03.057Z+ ptime -m gzip
21822023-12-01T19:47:03.712Z
21832023-12-01T19:47:03.712Zreal 0.653360490
21842023-12-01T19:47:03.716Zuser 0.646136994
21852023-12-01T19:47:03.716Zsys 0.006626811
21862023-12-01T19:47:03.716Ztrap 0.000071298
21872023-12-01T19:47:03.716Ztflt 0.000000000
21882023-12-01T19:47:03.716Zdflt 0.000000000
21892023-12-01T19:47:03.717Zkflt 0.000000000
21902023-12-01T19:47:03.717Zlock 0.000000000
21912023-12-01T19:47:03.717Zslp 0.000000000
21922023-12-01T19:47:03.717Zlat 0.000183367
21932023-12-01T19:47:03.717Zstop 0.000237431
21942023-12-01T19:47:03.717Z+ banner tufaceous
21952023-12-01T19:47:03.717Z
21962023-12-01T19:47:03.717Z ##### # # ###### ## #### ###### #### # # ####
21972023-12-01T19:47:03.717Z # # # # # # # # # # # # # #
21982023-12-01T19:47:03.717Z # # # ##### # # # ##### # # # # ####
21992023-12-01T19:47:03.717Z # # # # ###### # # # # # # #
22002023-12-01T19:47:03.717Z # # # # # # # # # # # # # # #
22012023-12-01T19:47:03.717Z # #### # # # #### ###### #### #### ####
22022023-12-01T19:47:03.717Z
22032023-12-01T19:47:03.720Z+ ptime -m cargo build --locked -p tufaceous --release
22042023-12-01T19:47:04.355Z Downloading crates ...
22052023-12-01T19:47:04.704Z Downloaded humantime v2.1.0
22062023-12-01T19:47:04.718Z Downloaded async-recursion v1.0.5
22072023-12-01T19:47:04.721Z Downloaded tough v0.15.0
22082023-12-01T19:47:04.735Z Downloaded fs-err v2.11.0
22092023-12-01T19:47:04.740Z Downloaded globset v0.4.13
22102023-12-01T19:47:04.743Z Downloaded olpc-cjson v0.1.3
22112023-12-01T19:47:04.743Z Downloaded bytesize v1.3.0
22122023-12-01T19:47:04.745Z Downloaded buf-list v1.0.3
22132023-12-01T19:47:04.748Z Downloaded typed-path v0.6.0
22142023-12-01T19:47:04.757Z Downloaded serde_plain v1.0.2
22152023-12-01T19:47:04.915Z Compiling serde_tokenstream v0.2.0
22162023-12-01T19:47:04.937Z Compiling regress v0.7.1
22172023-12-01T19:47:04.971Z Compiling dirs-sys-next v0.1.2
22182023-12-01T19:47:04.975Z Compiling ident_case v1.0.1
22192023-12-01T19:47:04.975Z Compiling thread_local v1.1.7
22202023-12-01T19:47:04.978Z Compiling slog-async v2.8.0
22212023-12-01T19:47:04.978Z Compiling camino v1.1.6
22222023-12-01T19:47:05.168Z Compiling dirs-next v2.0.0
22232023-12-01T19:47:05.514Z Compiling darling_core v0.20.3
22242023-12-01T19:47:05.614Z Compiling heck v0.4.1
22252023-12-01T19:47:05.778Z Compiling term v0.7.0
22262023-12-01T19:47:05.845Z Compiling crossbeam-channel v0.5.8
22272023-12-01T19:47:06.228Z Compiling getopts v0.2.21
22282023-12-01T19:47:06.736Z Compiling structmeta-derive v0.2.0
22292023-12-01T19:47:07.691Z Compiling atty v0.2.14
22302023-12-01T19:47:07.703Z Compiling multer v2.1.0
22312023-12-01T19:47:07.894Z Compiling match_cfg v0.1.0
22322023-12-01T19:47:08.028Z Compiling take_mut v0.2.2
22332023-12-01T19:47:08.123Z Compiling unsafe-libyaml v0.2.9
22342023-12-01T19:47:08.255Z Compiling paste v1.0.14
22352023-12-01T19:47:09.088Z Compiling hostname v0.3.1
22362023-12-01T19:47:09.426Z Compiling slog-term v2.9.0
22372023-12-01T19:47:10.963Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22382023-12-01T19:47:12.950Z Compiling structmeta v0.2.0
22392023-12-01T19:47:13.555Z Compiling serde_yaml v0.9.25
22402023-12-01T19:47:14.341Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22412023-12-01T19:47:14.364Z Compiling slog-json v2.6.1
22422023-12-01T19:47:14.558Z Compiling darling_macro v0.20.3
22432023-12-01T19:47:15.146Z Compiling async-stream-impl v0.3.5
22442023-12-01T19:47:16.009Z Compiling darling v0.20.3
22452023-12-01T19:47:16.166Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22462023-12-01T19:47:16.608Z Compiling atomic-waker v1.1.1
22472023-12-01T19:47:16.903Z Compiling fastrand v2.0.0
22482023-12-01T19:47:17.056Z Compiling regex-syntax v0.7.5
22492023-12-01T19:47:17.164Z Compiling async-stream v0.3.5
22502023-12-01T19:47:17.612Z Compiling tempfile v3.8.1
22512023-12-01T19:47:17.777Z Compiling waitgroup v0.1.2
22522023-12-01T19:47:18.050Z Compiling serde_with_macros v2.3.3
22532023-12-01T19:47:18.120Z Compiling slog-bunyan v2.4.0
22542023-12-01T19:47:20.840Z Compiling toml v0.8.8
22552023-12-01T19:47:21.642Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22562023-12-01T19:47:21.929Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22572023-12-01T19:47:23.438Z Compiling sha1 v0.10.6
22582023-12-01T19:47:23.611Z Compiling serde_path_to_error v0.1.14
22592023-12-01T19:47:24.313Z Compiling instant v0.1.12
22602023-12-01T19:47:24.539Z Compiling fs-err v2.11.0
22612023-12-01T19:47:24.835Z Compiling arc-swap v1.6.0
22622023-12-01T19:47:24.967Z Compiling buf-list v1.0.3
22632023-12-01T19:47:24.970Z Compiling same-file v1.0.6
22642023-12-01T19:47:25.264Z Compiling debug-ignore v1.0.5
22652023-12-01T19:47:25.417Z Compiling walkdir v2.4.0
22662023-12-01T19:47:25.847Z Compiling slog-scope v4.4.0
22672023-12-01T19:47:26.187Z Compiling backoff v0.4.0
22682023-12-01T19:47:26.753Z Compiling serde_with v2.3.3
22692023-12-01T19:47:27.320Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702023-12-01T19:47:27.410Z Compiling parse-display-derive v0.8.2
22712023-12-01T19:47:28.343Z Compiling globset v0.4.13
22722023-12-01T19:47:28.382Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732023-12-01T19:47:28.617Z Compiling strum v0.25.0
22742023-12-01T19:47:28.877Z Compiling olpc-cjson v0.1.3
22752023-12-01T19:47:29.771Z Compiling pem v3.0.2
22762023-12-01T19:47:29.925Z Compiling macaddr v1.0.1
22772023-12-01T19:47:30.080Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22782023-12-01T19:47:31.070Z Compiling serde_plain v1.0.2
22792023-12-01T19:47:31.953Z Compiling async-recursion v1.0.5
22802023-12-01T19:47:32.461Z Compiling xattr v1.0.1
22812023-12-01T19:47:32.897Z Compiling filetime v0.2.22
22822023-12-01T19:47:33.372Z Compiling typed-path v0.6.0
22832023-12-01T19:47:33.432Z Compiling tar v0.4.40
22842023-12-01T19:47:33.674Z Compiling parse-display v0.8.2
22852023-12-01T19:47:34.531Z Compiling slog-stdlog v4.1.1
22862023-12-01T19:47:36.051Z Compiling camino-tempfile v1.1.1
22872023-12-01T19:47:37.095Z Compiling itertools v0.12.0
22882023-12-01T19:47:37.287Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22892023-12-01T19:47:37.477Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22902023-12-01T19:47:43.087Z Compiling tough v0.15.0
22912023-12-01T19:47:43.090Z Compiling bytesize v1.3.0
22922023-12-01T19:47:43.194Z Compiling slog-envlogger v2.2.0
22932023-12-01T19:47:44.012Z Compiling humantime v2.1.0
22942023-12-01T19:47:47.275Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22952023-12-01T19:48:11.784Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22962023-12-01T19:48:12.083Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972023-12-01T19:48:22.602Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22982023-12-01T19:48:24.974Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22992023-12-01T19:48:54.215Z Finished release [optimized] target(s) in 1m 50s
23002023-12-01T19:48:54.304Z
23012023-12-01T19:48:54.305Zreal 1:50.560368353
23022023-12-01T19:48:54.305Zuser 11:51.228375615
23032023-12-01T19:48:54.305Zsys 44.921547147
23042023-12-01T19:48:54.305Ztrap 0.436482197
23052023-12-01T19:48:54.305Ztflt 0.389214304
23062023-12-01T19:48:54.308Zdflt 0.484271862
23072023-12-01T19:48:54.308Zkflt 0.000396280
23082023-12-01T19:48:54.308Zlock 21:58.551918793
23092023-12-01T19:48:54.308Zslp 23:39.904845018
23102023-12-01T19:48:54.308Zlat 21.679861765
23112023-12-01T19:48:54.308Zstop 11.448096449
23122023-12-01T19:48:54.308Z+ ptime -m gzip
23132023-12-01T19:48:56.681Z
23142023-12-01T19:48:56.681Zreal 2.371305663
23152023-12-01T19:48:56.681Zuser 2.342717640
23162023-12-01T19:48:56.681Zsys 0.027739623
23172023-12-01T19:48:56.681Ztrap 0.000309177
23182023-12-01T19:48:56.681Ztflt 0.000000000
23192023-12-01T19:48:56.681Zdflt 0.000000000
23202023-12-01T19:48:56.684Zkflt 0.000000000
23212023-12-01T19:48:56.685Zlock 0.000000000
23222023-12-01T19:48:56.685Zslp 0.000000000
23232023-12-01T19:48:56.685Zlat 0.000181171
23242023-12-01T19:48:56.685Zstop 0.000237228
23252023-12-01T19:48:56.685Zprocess exited: duration 1138503 ms, exit code 0
 
23262023-12-01T19:48:56.704Zfound 5 output files
23272023-12-01T19:48:56.704Zuploading: /work/end-to-end-tests/bootstrap-7a35cfb1c9365afc.gz (6319260 bytes)
23282023-12-01T19:49:00.387Zuploaded: /work/end-to-end-tests/bootstrap-7a35cfb1c9365afc.gz
23292023-12-01T19:49:00.387Zuploading: /work/end-to-end-tests/bootstrap.gz (95846511 bytes)
23302023-12-01T19:49:32.536Zuploaded: /work/end-to-end-tests/bootstrap.gz
23312023-12-01T19:49:32.536Zuploading: /work/end-to-end-tests/end_to_end_tests-be479211b7b081a6.gz (99129568 bytes)
23322023-12-01T19:50:01.369Zuploaded: /work/end-to-end-tests/end_to_end_tests-be479211b7b081a6.gz
23332023-12-01T19:50:01.369Zuploading: /work/caboose-util.gz (4091465 bytes)
23342023-12-01T19:50:04.135Zuploaded: /work/caboose-util.gz
23352023-12-01T19:50:04.136Zuploading: /work/tufaceous.gz (14958995 bytes)
23362023-12-01T19:50:10.452Zuploaded: /work/tufaceous.gz