01HDQ0ZPVB5Q3HKRHBBT4QTWJZ: 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: 01HDQ10GGQWNXFPSDTM86B04F9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-26T22:18:22.907Zjob assigned to worker 01HDQ10TM3C3KNMWNFXPCN1G4Z (queued for 1 m 1 s)
 
22023-10-26T22:18:23.893Zstarting task 0: "setup"
32023-10-26T22:18:23.956Z++ uname -s
42023-10-26T22:18:24.053Z+ kern=SunOS
52023-10-26T22:18:24.058Z+ case "$kern" in
62023-10-26T22:18:24.061Z+ groupadd -g 12345 build
72023-10-26T22:18:24.066Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-26T22:18:25.971Z+ zfs create -o mountpoint=/work rpool/work
92023-10-26T22:18:26.073Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-26T22:18:26.079Z+ home_fs=zfs
112023-10-26T22:18:26.115Z+ [[ zfs == autofs ]]
122023-10-26T22:18:26.120Z+ mkdir -p /home/build
132023-10-26T22:18:26.125Z+ chown build:build /home/build /work
142023-10-26T22:18:27.081Z+ chmod 0700 /home/build /work
152023-10-26T22:18:27.085Zprocess exited: duration 3185 ms, exit code 0
 
162023-10-26T22:18:27.090Zstarting task 1: "rust-toolchain"
172023-10-26T22:18:27.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-26T22:18:27.106Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-26T22:18:27.282Zinfo: downloading installer
202023-10-26T22:18:29.060Zwarning: it looks like you have an existing installation of Rust at:
212023-10-26T22:18:29.065Zwarning: /opt/ooce/bin
222023-10-26T22:18:29.068Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-26T22:18:29.071Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-26T22:18:29.075Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-26T22:18:29.079Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-26T22:18:29.085Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-26T22:18:29.089Zerror: cannot install while Rust is installed
282023-10-26T22:18:29.095Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-26T22:18:29.191Zinfo: profile set to 'default'
302023-10-26T22:18:29.195Zinfo: default host triple is x86_64-unknown-illumos
312023-10-26T22:18:29.199Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-26T22:18:29.362Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-26T22:18:29.367Zinfo: downloading component 'cargo'
342023-10-26T22:18:30.050Zinfo: downloading component 'clippy'
352023-10-26T22:18:30.329Zinfo: downloading component 'rust-docs'
362023-10-26T22:18:31.162Zinfo: downloading component 'rust-std'
372023-10-26T22:18:32.695Zinfo: downloading component 'rustc'
382023-10-26T22:18:36.413Zinfo: downloading component 'rustfmt'
392023-10-26T22:18:36.623Zinfo: installing component 'cargo'
402023-10-26T22:18:38.042Zinfo: installing component 'clippy'
412023-10-26T22:18:38.638Zinfo: installing component 'rust-docs'
422023-10-26T22:18:41.378Zinfo: installing component 'rust-std'
432023-10-26T22:18:44.471Zinfo: installing component 'rustc'
442023-10-26T22:18:51.121Zinfo: installing component 'rustfmt'
452023-10-26T22:18:51.562Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-26T22:18:51.566Z
472023-10-26T22:18:51.693Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-26T22:18:51.697Z
492023-10-26T22:18:51.700Z
502023-10-26T22:18:51.704ZRust is installed now. Great!
512023-10-26T22:18:51.713Z
522023-10-26T22:18:51.718ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-26T22:18:51.722Zenvironment variable. This has not been done automatically.
542023-10-26T22:18:51.727Z
552023-10-26T22:18:51.730ZTo configure your current shell, run:
562023-10-26T22:18:51.734Zsource "$HOME/.cargo/env"
572023-10-26T22:18:51.779Z+ rustc --version
582023-10-26T22:18:51.889Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-26T22:18:51.894Zprocess exited: duration 24799 ms, exit code 0
 
602023-10-26T22:18:51.902Zstarting task 2: "authentication"
612023-10-26T22:18:51.938Zprocess exited: duration 32 ms, exit code 0
 
622023-10-26T22:18:51.945Zstarting task 3: "clone repository"
632023-10-26T22:18:51.955Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-26T22:18:51.959Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-26T22:18:52.002ZCloning into '/work/oxidecomputer/omicron'...
662023-10-26T22:18:58.279Z+ cd /work/oxidecomputer/omicron
672023-10-26T22:18:58.290Z+ [[ -n dap/omdb-db-version ]]
682023-10-26T22:18:58.301Z+ git fetch origin dap/omdb-db-version
692023-10-26T22:18:58.687ZFrom https://github.com/oxidecomputer/omicron
702023-10-26T22:18:58.690Z * branch dap/omdb-db-version -> FETCH_HEAD
712023-10-26T22:18:58.706Z+ git checkout -B dap/omdb-db-version remotes/origin/dap/omdb-db-version
722023-10-26T22:18:58.783ZSwitched to a new branch 'dap/omdb-db-version'
732023-10-26T22:18:58.786Zbranch 'dap/omdb-db-version' set up to track 'origin/dap/omdb-db-version'.
742023-10-26T22:18:58.790Z+ git reset --hard b6fe409d74d32e43335b8545e1d089e5a88d42d9
752023-10-26T22:18:58.932ZHEAD is now at b6fe409d omdb could care less about the current database version
762023-10-26T22:18:58.937Zprocess exited: duration 6981 ms, exit code 0
 
772023-10-26T22:18:58.945Zstarting task 4: "build"
782023-10-26T22:18:58.955Z+ cargo --version
792023-10-26T22:18:59.043Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-26T22:18:59.046Z+ rustc --version
812023-10-26T22:18:59.149Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-26T22:18:59.152Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-26T22:19:05.701Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-26T22:19:06.626Z Startup: Caching catalogs ... Done
852023-10-26T22:19:11.338ZPlanning: Solver setup ... Done (4.425s)
862023-10-26T22:19:11.455ZPlanning: Running solver ... Done (0.116s)
872023-10-26T22:19:11.505ZPlanning: Finding local manifests ... Done (0.002s)
882023-10-26T22:19:11.519ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-26T22:19:11.756ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-26T22:19:12.245ZPlanning: Package planning ... Done (0.079s)
912023-10-26T22:19:12.273ZPlanning: Merging actions ... Done (0.086s)
922023-10-26T22:19:13.115ZPlanning: Checking for conflicting actions ... Done (0.788s)
932023-10-26T22:19:13.126ZPlanning: Consolidating action changes ... Done (0.016s)
942023-10-26T22:19:19.029ZPlanning: Evaluating mediators ... Done (6.308s)
952023-10-26T22:19:19.053ZPlanning: Planning completed in 12.36 seconds
962023-10-26T22:19:19.067Z Packages to install: 4
972023-10-26T22:19:19.071Z Mediators to change: 2
982023-10-26T22:19:19.075Z Services to change: 1
992023-10-26T22:19:19.079Z Estimated space available: 149.39 GB
1002023-10-26T22:19:19.088ZEstimated space to be consumed: 1.37 GB
1012023-10-26T22:19:19.111Z Create boot environment: No
1022023-10-26T22:19:19.125ZCreate backup boot environment: No
1032023-10-26T22:19:19.133Z Rebuild boot archive: No
1042023-10-26T22:19:19.138Z
1052023-10-26T22:19:19.141ZChanged mediators:
1062023-10-26T22:19:19.147Z mediator clang:
1072023-10-26T22:19:19.151Z version: None -> 15 (system default)
1082023-10-26T22:19:19.157Z
1092023-10-26T22:19:19.161Z mediator llvm:
1102023-10-26T22:19:19.167Z version: 14 (system default) -> 15 (system default)
1112023-10-26T22:19:19.172Z
1122023-10-26T22:19:19.185ZChanged packages:
1132023-10-26T22:19:19.602Zhelios-dev
1142023-10-26T22:19:19.608Z developer/build-essential
1152023-10-26T22:19:20.025Z None -> 11-2.0
1162023-10-26T22:19:20.034Z library/libxmlsec1
1172023-10-26T22:19:20.042Z None -> 1.2.35-2.0
1182023-10-26T22:19:20.052Z ooce/developer/clang-15
1192023-10-26T22:19:20.062Z None -> 15.0.7-2.0
1202023-10-26T22:19:20.072Z ooce/developer/llvm-15
1212023-10-26T22:19:20.081Z None -> 15.0.7-2.0
1222023-10-26T22:19:20.090Z
1232023-10-26T22:19:20.098ZServices:
1242023-10-26T22:19:20.105Z restart_fmri:
1252023-10-26T22:19:20.113Z svc:/system/update-man-index:default
1262023-10-26T22:19:20.125Z
1272023-10-26T22:19:20.134ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-26T22:19:24.564ZDownload: 804/3290 items 4.5/212.6MB 2% complete (930k/s)
1292023-10-26T22:19:29.580ZDownload: 1658/3290 items 117.9/212.6MB 55% complete (12.0M/s)
1302023-10-26T22:19:40.948ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (11.5M/s)
1312023-10-26T22:19:45.750ZDownload: Completed 212.60 MB in 26.18 seconds (8.1M/s)
1322023-10-26T22:19:46.486Z Actions: 1/3687 actions (Installing new actions)
1332023-10-26T22:19:51.493Z Actions: 2486/3687 actions (Installing new actions)
1342023-10-26T22:19:55.061Z Actions: Completed 3687 actions in 8.58 seconds.
1352023-10-26T22:19:55.216Z Done (0.147s)
1362023-10-26T22:19:55.219Z Done (0.000s)
1372023-10-26T22:19:55.419Z Done (0.201s)
1382023-10-26T22:20:03.260Z Done (7.718s)
1392023-10-26T22:20:09.407Z Done (0.343s)
1402023-10-26T22:20:09.523Z Done (0.000s)
1412023-10-26T22:20:09.639Z Done (0.000s)
1422023-10-26T22:20:09.857ZPlanning: Evaluating mediator changes ... Done
1432023-10-26T22:20:10.012ZPlanning: Checking for conflicting actions ... Done
1442023-10-26T22:20:10.032ZPlanning: Consolidating action changes ... Done
1452023-10-26T22:20:10.076ZPlanning: Evaluating mediators ... Done
1462023-10-26T22:20:10.135ZPlanning: Planning completed in 0.73 seconds
1472023-10-26T22:20:10.364Z Mediators to change: 2
1482023-10-26T22:20:10.381Z Create boot environment: No
1492023-10-26T22:20:10.519ZCreate backup boot environment: No
1502023-10-26T22:20:10.563Z Done
1512023-10-26T22:20:10.574Z Done
1522023-10-26T22:20:10.586Z Done
1532023-10-26T22:20:11.519Z Done
1542023-10-26T22:20:11.623Z Done
1552023-10-26T22:20:12.501Z Done
1562023-10-26T22:20:12.510Z Done
1572023-10-26T22:20:12.751ZPlanning: Evaluating mediator changes ... Done
1582023-10-26T22:20:12.757ZPlanning: Merging actions ... Done
1592023-10-26T22:20:13.087ZPlanning: Checking for conflicting actions ... Done
1602023-10-26T22:20:13.093ZPlanning: Consolidating action changes ... Done
1612023-10-26T22:20:13.568ZPlanning: Evaluating mediators ... Done
1622023-10-26T22:20:13.641ZPlanning: Planning completed in 1.33 seconds
1632023-10-26T22:20:13.688Z Packages to change: 1
1642023-10-26T22:20:13.694Z Mediators to change: 1
1652023-10-26T22:20:13.698Z Services to change: 1
1662023-10-26T22:20:13.702Z Create boot environment: No
1672023-10-26T22:20:13.706ZCreate backup boot environment: Yes
1682023-10-26T22:20:16.078Z Actions: 1/6 actions (Updating modified actions)
1692023-10-26T22:20:16.082Z Actions: Completed 6 actions in 0.00 seconds.
1702023-10-26T22:20:16.085Z Done
1712023-10-26T22:20:16.097Z Done
1722023-10-26T22:20:16.530Z Done
1732023-10-26T22:20:22.236Z Done
1742023-10-26T22:20:22.281Z Done
1752023-10-26T22:20:22.294Z Done
1762023-10-26T22:20:22.310Z Done
1772023-10-26T22:20:22.917ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1782023-10-26T22:20:22.927Zclang system 15 system
1792023-10-26T22:20:22.939Zcsh system system illumos
1802023-10-26T22:20:22.995Zctags system system illumos
1812023-10-26T22:20:23.401Zgcc vendor 12 vendor
1822023-10-26T22:20:23.409Zgcc system 10 system
1832023-10-26T22:20:23.426Zgcc system 7 system
1842023-10-26T22:20:23.440Zgo system 1.20 system
1852023-10-26T22:20:23.449Zgo system 1.19 system
1862023-10-26T22:20:23.454Zllvm system 15 system
1872023-10-26T22:20:23.461Zllvm system 14 system
1882023-10-26T22:20:23.469Zmariadb system 10.6 system
1892023-10-26T22:20:23.474Zmta vendor vendor dma
1902023-10-26T22:20:23.481Zopenjdk system 17 system
1912023-10-26T22:20:23.490Zopenjdk system 11 system
1922023-10-26T22:20:23.498Zopenjdk system 1.8 system
1932023-10-26T22:20:23.506Zopenssl vendor 3 vendor
1942023-10-26T22:20:23.515Zperl system 5.36 system
1952023-10-26T22:20:23.524Zpostgresql system 15 system
1962023-10-26T22:20:23.534Zpostgresql system 13 system
1972023-10-26T22:20:23.543Zpython vendor 3 vendor
1982023-10-26T22:20:23.557Zpython system 2 system
1992023-10-26T22:20:23.565Zpython3 system 3.11 system
2002023-10-26T22:20:23.574Zruby system 3.0 system
2012023-10-26T22:20:23.586Zwords vendor vendor american-english
2022023-10-26T22:20:24.087Zwords system system australian-english
2032023-10-26T22:20:24.101Zwords system system british-english
2042023-10-26T22:20:24.118Zwords system system canadian-english
2052023-10-26T22:20:24.132Zwords system system french
2062023-10-26T22:20:24.149Zwords system system italian
2072023-10-26T22:20:24.156Zwords system system ngerman
2082023-10-26T22:20:24.159Zwords system system ogerman
2092023-10-26T22:20:24.268Zwords system system spanish
2102023-10-26T22:20:24.277ZFMRI IFO
2112023-10-26T22:20:24.285Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2122023-10-26T22:20:24.293Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2132023-10-26T22:20:24.733Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2142023-10-26T22:20:25.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2152023-10-26T22:20:25.962Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2162023-10-26T22:20:25.967Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2172023-10-26T22:20:25.970Z+ set -o errexit
2182023-10-26T22:20:25.973Z+++ dirname ./tools/ci_download_cockroachdb
2192023-10-26T22:20:25.976Z++ cd ./tools
2202023-10-26T22:20:25.979Z++ pwd
2212023-10-26T22:20:25.984Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2222023-10-26T22:20:25.996Z++ basename ./tools/ci_download_cockroachdb
2232023-10-26T22:20:26.000Z+ ARG0=ci_download_cockroachdb
2242023-10-26T22:20:26.008Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2252023-10-26T22:20:26.020Z+ CIDL_VERSION=v22.1.9
2262023-10-26T22:20:26.027Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2272023-10-26T22:20:26.036Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2282023-10-26T22:20:26.044Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2292023-10-26T22:20:26.048Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2302023-10-26T22:20:26.053Z+ TARGET_DIR=out
2312023-10-26T22:20:26.057Z+ DOWNLOAD_DIR=out/downloads
2322023-10-26T22:20:26.061Z+ DEST_DIR=./out/cockroachdb
2332023-10-26T22:20:26.065Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2342023-10-26T22:20:26.075Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2352023-10-26T22:20:26.078Z+ main
2362023-10-26T22:20:26.082Z+ [[ 0 != 0 ]]
2372023-10-26T22:20:26.086Z+ CIDL_OS=solaris2.11
2382023-10-26T22:20:26.090Z+ [[ 0 != 0 ]]
2392023-10-26T22:20:26.096Z+ configure_os solaris2.11
2402023-10-26T22:20:26.104Z+ echo 'current directory: /work/oxidecomputer/omicron'
2412023-10-26T22:20:26.109Zcurrent directory: /work/oxidecomputer/omicron
2422023-10-26T22:20:26.115Z+ echo 'configuring based on OS: "solaris2.11"'
2432023-10-26T22:20:26.119Z+ case "$1" in
2442023-10-26T22:20:26.124Zconfiguring based on OS: "solaris2.11"
2452023-10-26T22:20:26.162Z+ CIDL_BUILD=illumos
2462023-10-26T22:20:26.224Z+ CIDL_SUFFIX=tar.gz
2472023-10-26T22:20:26.241Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2482023-10-26T22:20:26.254Z+ CIDL_MD5FUNC=do_md5sum
2492023-10-26T22:20:26.265Z+ CIDL_URL_BASE=https://illumos.org/downloads
2502023-10-26T22:20:27.509Z+ CIDL_ASSEMBLE=do_assemble_illumos
2512023-10-26T22:20:27.513Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2522023-10-26T22:20:27.516Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2532023-10-26T22:20:27.518Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2542023-10-26T22:20:27.522Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2552023-10-26T22:20:27.525Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-26T22:20:27.528Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2572023-10-26T22:20:27.531Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2582023-10-26T22:20:27.534ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-26T22:20:27.537ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-26T22:20:27.540Z+ mkdir -p out/downloads
2612023-10-26T22:20:27.543Z+ mkdir -p ./out/cockroachdb
2622023-10-26T22:20:27.547Z+ local DO_DOWNLOAD=true
2632023-10-26T22:20:27.551ZDownloading...
2642023-10-26T22:20:27.554Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2652023-10-26T22:20:27.557Z+ '[' true == true ']'
2662023-10-26T22:20:27.560Z+ echo Downloading...
2672023-10-26T22:20:27.563Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-26T22:20:27.566Z+ 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
2692023-10-26T22:20:27.570Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-26T22:20:27.573Z++ md5sum
2712023-10-26T22:20:27.576Z++ awk '{print $1}'
2722023-10-26T22:20:27.579Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2732023-10-26T22:20:27.582Z+ [[ 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 ]]
2742023-10-26T22:20:27.585Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-26T22:20:27.589Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2762023-10-26T22:20:30.194Z+ do_assemble_illumos
2772023-10-26T22:20:30.198Z+ rm -r ./out/cockroachdb
2782023-10-26T22:20:30.202Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2792023-10-26T22:20:30.863Z+ ./out/cockroachdb/bin/cockroach version
2802023-10-26T22:20:31.189ZBuild Tag: v22.1.9-dirty
2812023-10-26T22:20:31.193ZBuild Time: 2022/10/26 21:17:46
2822023-10-26T22:20:31.197ZDistribution: OSS
2832023-10-26T22:20:31.202ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2842023-10-26T22:20:31.206ZGo Version: go1.17.13
2852023-10-26T22:20:31.211ZC Compiler: gcc 10.3.0
2862023-10-26T22:20:31.215ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2872023-10-26T22:20:31.220ZBuild Type: release
2882023-10-26T22:20:31.224Z+ set -o errexit
2892023-10-26T22:20:31.228Z+++ dirname ./tools/ci_download_clickhouse
2902023-10-26T22:20:31.232Z++ cd ./tools
2912023-10-26T22:20:31.236Z++ pwd
2922023-10-26T22:20:31.241Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2932023-10-26T22:20:31.245Z++ basename ./tools/ci_download_clickhouse
2942023-10-26T22:20:31.249Z+ ARG0=ci_download_clickhouse
2952023-10-26T22:20:31.254Z+ TARGET_DIR=out
2962023-10-26T22:20:31.260Z+ DOWNLOAD_DIR=out/downloads
2972023-10-26T22:20:31.272Z+ DEST_DIR=./out/clickhouse
2982023-10-26T22:20:31.280Z+ CIDL_VERSION=v22.8.9.24
2992023-10-26T22:20:31.295Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3002023-10-26T22:20:31.305Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3012023-10-26T22:20:31.314Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3022023-10-26T22:20:31.324Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3032023-10-26T22:20:31.732Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3042023-10-26T22:20:31.737Z+ main
3052023-10-26T22:20:31.742Z+ [[ 0 != 0 ]]
3062023-10-26T22:20:31.747Z+ CIDL_OS=solaris2.11
3072023-10-26T22:20:31.753Z+ [[ 0 != 0 ]]
3082023-10-26T22:20:31.756Z+ configure_os solaris2.11
3092023-10-26T22:20:31.771Z+ echo 'current directory: /work/oxidecomputer/omicron'
3102023-10-26T22:20:31.775Zcurrent directory: /work/oxidecomputer/omicron
3112023-10-26T22:20:31.782Z+ echo 'configuring based on OS: "solaris2.11"'
3122023-10-26T22:20:31.786Zconfiguring based on OS: "solaris2.11"
3132023-10-26T22:20:31.790Z+ CIDL_DASHREV=
3142023-10-26T22:20:31.794Z+ case "$1" in
3152023-10-26T22:20:31.798Z+ CIDL_PLATFORM=illumos
3162023-10-26T22:20:31.802Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3172023-10-26T22:20:31.808Z+ CIDL_MD5FUNC=do_md5sum
3182023-10-26T22:20:31.814Z+ CIDL_DASHREV=-1
3192023-10-26T22:20:31.827Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3202023-10-26T22:20:31.839Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3212023-10-26T22:20:31.848Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-10-26T22:20:31.858Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-10-26T22:20:31.868Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3242023-10-26T22:20:31.876ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-26T22:20:31.885Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3262023-10-26T22:20:31.899Z+ mkdir -p out/downloads
3272023-10-26T22:20:31.908ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-26T22:20:31.912Z+ mkdir -p ./out/clickhouse
3292023-10-26T22:20:31.917Z+ local DO_DOWNLOAD=true
3302023-10-26T22:20:31.922Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3312023-10-26T22:20:31.926Z+ '[' true == true ']'
3322023-10-26T22:20:31.930Z+ echo Downloading...
3332023-10-26T22:20:31.934ZDownloading...
3342023-10-26T22:20:31.938Z+ 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
3352023-10-26T22:20:31.942Z+ 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
3362023-10-26T22:20:33.190Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-10-26T22:20:33.194Z++ md5sum
3382023-10-26T22:20:33.201Z++ awk '{print $1}'
3392023-10-26T22:20:33.452Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3402023-10-26T22:20:33.457Z+ [[ 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 ]]
3412023-10-26T22:20:33.461Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3422023-10-26T22:20:33.466Z+ mkdir -p ./out/clickhouse
3432023-10-26T22:20:33.475Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3442023-10-26T22:20:38.274Z+ ./out/clickhouse/clickhouse server --version
3452023-10-26T22:20:38.321ZClickHouse server version 22.8.9.1.
3462023-10-26T22:20:38.345Z+ set -o errexit
3472023-10-26T22:20:38.359Z+++ dirname ./tools/ci_download_console
3482023-10-26T22:20:38.367Z++ cd ./tools
3492023-10-26T22:20:38.376Z++ pwd
3502023-10-26T22:20:38.387Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3512023-10-26T22:20:38.400Z++ basename ./tools/ci_download_console
3522023-10-26T22:20:38.411Z+ ARG0=ci_download_console
3532023-10-26T22:20:38.419Z+ TARGET_DIR=out
3542023-10-26T22:20:38.424Z+ DOWNLOAD_DIR=out/downloads
3552023-10-26T22:20:38.430Z+ DEST_DIR=./out/console-assets
3562023-10-26T22:20:38.436Z+ source /work/oxidecomputer/omicron/tools/console_version
3572023-10-26T22:20:38.447Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3582023-10-26T22:20:38.452Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3592023-10-26T22:20:38.457Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3602023-10-26T22:20:38.469Z+ TARBALL_FILE=out/downloads/console.tar.gz
3612023-10-26T22:20:38.492Z+ main
3622023-10-26T22:20:38.500Z+ [[ 0 != 0 ]]
3632023-10-26T22:20:38.508Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3642023-10-26T22:20:38.922ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3652023-10-26T22:20:39.333Z+ echo 'Local file: out/downloads/console.tar.gz'
3662023-10-26T22:20:39.346ZLocal file: out/downloads/console.tar.gz
3672023-10-26T22:20:39.359Z+ local DO_DOWNLOAD=true
3682023-10-26T22:20:39.400Z+ [[ -f out/downloads/console.tar.gz ]]
3692023-10-26T22:20:39.412Z+ mkdir -p out/downloads
3702023-10-26T22:20:39.421Z+ '[' true == true ']'
3712023-10-26T22:20:39.447Z+ echo Downloading...
3722023-10-26T22:20:39.457ZDownloading...
3732023-10-26T22:20:39.469Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3742023-10-26T22:20:39.478Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3752023-10-26T22:20:39.494Z++ do_sha256sum out/downloads/console.tar.gz
3762023-10-26T22:20:39.515Z++ case "$OSTYPE" in
3772023-10-26T22:20:39.536Z++ SHA=sha256sum
3782023-10-26T22:20:39.550Z++ sha256sum
3792023-10-26T22:20:39.562Z++ awk '{print $1}'
3802023-10-26T22:20:39.571Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3812023-10-26T22:20:39.586Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
3822023-10-26T22:20:39.599Z+ rm -rf ./out/console-assets
3832023-10-26T22:20:39.609Z+ mkdir -p ./out/console-assets
3842023-10-26T22:20:39.621Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3852023-10-26T22:20:39.629Z+ mkdir -p ./out/console-assets
3862023-10-26T22:20:39.640Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3872023-10-26T22:20:39.649Z+ set -o errexit
3882023-10-26T22:20:39.659Z+++ dirname ./tools/ci_download_maghemite_openapi
3892023-10-26T22:20:39.666Z++ cd ./tools
3902023-10-26T22:20:39.675Z++ pwd
3912023-10-26T22:20:39.682Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3922023-10-26T22:20:39.701Z++ basename ./tools/ci_download_maghemite_openapi
3932023-10-26T22:20:39.713Z+ ARG0=ci_download_maghemite_openapi
3942023-10-26T22:20:39.721Z+ TARGET_DIR=out
3952023-10-26T22:20:39.728Z+ DOWNLOAD_DIR=out/downloads
3962023-10-26T22:20:39.741Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3972023-10-26T22:20:39.754Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
3982023-10-26T22:20:39.765Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
3992023-10-26T22:20:39.777Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4002023-10-26T22:20:39.826Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4012023-10-26T22:20:39.845Z+ main
4022023-10-26T22:20:39.858Z+ [[ 0 != 0 ]]
4032023-10-26T22:20:39.872Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4042023-10-26T22:20:39.889ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4052023-10-26T22:20:39.912Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4062023-10-26T22:20:39.928ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4072023-10-26T22:20:39.936Z+ local DO_DOWNLOAD=true
4082023-10-26T22:20:39.954Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4092023-10-26T22:20:39.971Z+ mkdir -p out/downloads
4102023-10-26T22:20:39.989Z+ '[' true == true ']'
4112023-10-26T22:20:40.013Z+ echo Downloading...
4122023-10-26T22:20:40.442ZDownloading...
4132023-10-26T22:20:40.452Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4142023-10-26T22:20:40.462Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4152023-10-26T22:20:40.471Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4162023-10-26T22:20:40.488Z++ case "$OSTYPE" in
4172023-10-26T22:20:40.496Z++ SHA=sha256sum
4182023-10-26T22:20:40.508Z++ sha256sum
4192023-10-26T22:20:40.520Z++ awk '{print $1}'
4202023-10-26T22:20:40.538Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4212023-10-26T22:20:40.554Z+ [[ 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 ]]
4222023-10-26T22:20:40.969Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4232023-10-26T22:20:40.988Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4242023-10-26T22:20:40.996Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4252023-10-26T22:20:41.007Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4262023-10-26T22:20:41.018Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4272023-10-26T22:20:41.029Z+ main
4282023-10-26T22:20:41.037Z+ [[ 0 != 0 ]]
4292023-10-26T22:20:41.046Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4302023-10-26T22:20:41.059ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4312023-10-26T22:20:41.064Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4322023-10-26T22:20:41.071ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4332023-10-26T22:20:41.076Z+ local DO_DOWNLOAD=true
4342023-10-26T22:20:41.081ZDownloading...
4352023-10-26T22:20:41.086Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4362023-10-26T22:20:41.092Z+ mkdir -p out/downloads
4372023-10-26T22:20:41.100Z+ '[' true == true ']'
4382023-10-26T22:20:41.120Z+ echo Downloading...
4392023-10-26T22:20:41.126Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4402023-10-26T22:20:41.139Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4412023-10-26T22:20:41.148Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4422023-10-26T22:20:41.158ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4432023-10-26T22:20:41.172Z++ case "$OSTYPE" in
4442023-10-26T22:20:41.192ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4452023-10-26T22:20:41.607Z++ SHA=sha256sum
4462023-10-26T22:20:41.630ZDownloading...
4472023-10-26T22:20:41.648Z++ sha256sum
4482023-10-26T22:20:42.062Z++ awk '{print $1}'
4492023-10-26T22:20:42.486Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4502023-10-26T22:20:42.504Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4512023-10-26T22:20:42.516Z+ set -o errexit
4522023-10-26T22:20:42.523Z+++ dirname ./tools/ci_download_dendrite_openapi
4532023-10-26T22:20:42.527Z++ cd ./tools
4542023-10-26T22:20:42.536Z++ pwd
4552023-10-26T22:20:42.540Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4562023-10-26T22:20:42.543Z++ basename ./tools/ci_download_dendrite_openapi
4572023-10-26T22:20:42.547Z+ ARG0=ci_download_dendrite_openapi
4582023-10-26T22:20:42.551Z+ TARGET_DIR=out
4592023-10-26T22:20:42.554Z+ DOWNLOAD_DIR=out/downloads
4602023-10-26T22:20:42.558Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4612023-10-26T22:20:42.562Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4622023-10-26T22:20:42.566Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4632023-10-26T22:20:42.570Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4642023-10-26T22:20:42.574Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4652023-10-26T22:20:42.578Z+ main
4662023-10-26T22:20:42.584Z+ [[ 0 != 0 ]]
4672023-10-26T22:20:42.595Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4682023-10-26T22:20:42.600Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4692023-10-26T22:20:42.605Z+ local DO_DOWNLOAD=true
4702023-10-26T22:20:42.611Zcurrent directory: /work/oxidecomputer/omicron
4712023-10-26T22:20:42.618Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4722023-10-26T22:20:42.623Zconfiguring based on OS: "solaris2.11"
4732023-10-26T22:20:42.628Z+ mkdir -p out/downloads
4742023-10-26T22:20:42.635ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
4752023-10-26T22:20:42.643Z+ '[' true == true ']'
4762023-10-26T22:20:42.650ZLocal file: out/downloads/dendrite-stub.tar.gz
4772023-10-26T22:20:42.659Z+ echo Downloading...
4782023-10-26T22:20:42.671ZDownloading...
4792023-10-26T22:20:42.683Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4802023-10-26T22:20:42.694Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4812023-10-26T22:20:42.713Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4822023-10-26T22:20:42.733Z++ case "$OSTYPE" in
4832023-10-26T22:20:42.743Z++ SHA=sha256sum
4842023-10-26T22:20:42.751Z++ sha256sum
4852023-10-26T22:20:42.758Z++ awk '{print $1}'
4862023-10-26T22:20:42.770Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4872023-10-26T22:20:42.780Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
4882023-10-26T22:20:42.788Z+ set -o errexit
4892023-10-26T22:20:42.801Z+++ dirname ./tools/ci_download_dendrite_stub
4902023-10-26T22:20:42.807Z++ cd ./tools
4912023-10-26T22:20:42.819Z++ pwd
4922023-10-26T22:20:42.824Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4932023-10-26T22:20:42.833Z++ basename ./tools/ci_download_dendrite_stub
4942023-10-26T22:20:42.838Z+ ARG0=ci_download_dendrite_stub
4952023-10-26T22:20:42.842Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4962023-10-26T22:20:42.846Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
4972023-10-26T22:20:42.849Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
4982023-10-26T22:20:42.861Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
4992023-10-26T22:20:42.869Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5002023-10-26T22:20:42.882Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5012023-10-26T22:20:42.892Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5022023-10-26T22:20:42.900Z+ TARGET_DIR=out
5032023-10-26T22:20:42.904Z+ DOWNLOAD_DIR=out/downloads
5042023-10-26T22:20:42.908Z+ DEST_DIR=./out/dendrite-stub
5052023-10-26T22:20:42.920Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5062023-10-26T22:20:42.953Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5072023-10-26T22:20:42.963Z+ REPO=oxidecomputer/dendrite
5082023-10-26T22:20:42.973Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5092023-10-26T22:20:43.022Z+ main
5102023-10-26T22:20:43.032Z+ [[ 0 != 0 ]]
5112023-10-26T22:20:43.040Z+ CIDL_OS=solaris2.11
5122023-10-26T22:20:43.047Z+ [[ 0 != 0 ]]
5132023-10-26T22:20:43.059Z+ configure_os solaris2.11
5142023-10-26T22:20:43.071Z+ echo 'current directory: /work/oxidecomputer/omicron'
5152023-10-26T22:20:43.079Z+ echo 'configuring based on OS: "solaris2.11"'
5162023-10-26T22:20:43.095Z+ case "$1" in
5172023-10-26T22:20:43.103Z+ SET_BINARIES=
5182023-10-26T22:20:43.113Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5192023-10-26T22:20:43.149Z+ CIDL_SHA256FUNC=do_sha256sum
5202023-10-26T22:20:43.176Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5212023-10-26T22:20:43.189Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5222023-10-26T22:20:43.199Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5232023-10-26T22:20:43.206Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5242023-10-26T22:20:43.213Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5252023-10-26T22:20:43.219Z+ mkdir -p out/downloads
5262023-10-26T22:20:43.226Z+ mkdir -p ./out/dendrite-stub
5272023-10-26T22:20:43.231Z+ fetch_and_verify
5282023-10-26T22:20:43.237Z+ local DO_DOWNLOAD=true
5292023-10-26T22:20:43.243Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5302023-10-26T22:20:43.246Z+ '[' true == true ']'
5312023-10-26T22:20:43.250Z+ echo Downloading...
5322023-10-26T22:20:43.253Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5332023-10-26T22:20:43.258Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5342023-10-26T22:20:45.636Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5352023-10-26T22:20:45.640Z++ sha256sum
5362023-10-26T22:20:45.644Z++ awk '{print $1}'
5372023-10-26T22:20:45.730Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5382023-10-26T22:20:45.733Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5392023-10-26T22:20:45.737Z+ do_untar out/downloads/dendrite-stub.tar.gz
5402023-10-26T22:20:45.740Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5412023-10-26T22:20:46.641Z+ do_assemble
5422023-10-26T22:20:46.648Z+ rm -r ./out/dendrite-stub
5432023-10-26T22:20:46.657Z+ mkdir ./out/dendrite-stub
5442023-10-26T22:20:46.661Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5452023-10-26T22:20:46.773Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5462023-10-26T22:20:46.779Z+ set -o errexit
5472023-10-26T22:20:46.782Z+++ dirname ./tools/ci_download_maghemite_mgd
5482023-10-26T22:20:46.785Z++ cd ./tools
5492023-10-26T22:20:46.788Z++ pwd
5502023-10-26T22:20:46.792Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5512023-10-26T22:20:46.795Z++ basename ./tools/ci_download_maghemite_mgd
5522023-10-26T22:20:46.803Z+ ARG0=ci_download_maghemite_mgd
5532023-10-26T22:20:46.807Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5542023-10-26T22:20:46.812Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5552023-10-26T22:20:46.815Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5562023-10-26T22:20:46.818Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5572023-10-26T22:20:46.822Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5582023-10-26T22:20:46.824Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5592023-10-26T22:20:46.828Z+ TARGET_DIR=out
5602023-10-26T22:20:46.833Z+ DOWNLOAD_DIR=out/downloads
5612023-10-26T22:20:46.836Z+ DEST_DIR=./out/mgd
5622023-10-26T22:20:46.839Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5632023-10-26T22:20:46.851Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5642023-10-26T22:20:46.854Z+ REPO=oxidecomputer/maghemite
5652023-10-26T22:20:46.858Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5662023-10-26T22:20:46.861Z+ main
5672023-10-26T22:20:46.866Z+ [[ 0 != 0 ]]
5682023-10-26T22:20:46.870Z+ CIDL_OS=solaris2.11
5692023-10-26T22:20:46.873Z+ [[ 0 != 0 ]]
5702023-10-26T22:20:46.877Z+ configure_os solaris2.11
5712023-10-26T22:20:46.880Z+ echo 'current directory: /work/oxidecomputer/omicron'
5722023-10-26T22:20:46.884Zcurrent directory: /work/oxidecomputer/omicron
5732023-10-26T22:20:46.888Z+ echo 'configuring based on OS: "solaris2.11"'
5742023-10-26T22:20:46.893Zconfiguring based on OS: "solaris2.11"
5752023-10-26T22:20:46.898Z+ case "$1" in
5762023-10-26T22:20:46.907Z+ SET_BINARIES=
5772023-10-26T22:20:46.913Z+ CIDL_SHA256FUNC=do_sha256sum
5782023-10-26T22:20:46.922Z+ TARBALL_FILENAME=mgd.tar.gz
5792023-10-26T22:20:46.930Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5802023-10-26T22:20:46.936Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5812023-10-26T22:20:46.948Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
5822023-10-26T22:20:46.957ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5832023-10-26T22:20:46.968Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5842023-10-26T22:20:46.979ZLocal file: out/downloads/mgd.tar.gz
5852023-10-26T22:20:46.988Z+ mkdir -p out/downloads
5862023-10-26T22:20:46.997Z+ mkdir -p ./out/mgd
5872023-10-26T22:20:47.016Z+ fetch_and_verify
5882023-10-26T22:20:47.029Z+ local DO_DOWNLOAD=true
5892023-10-26T22:20:47.038Z+ [[ -f out/downloads/mgd.tar.gz ]]
5902023-10-26T22:20:47.052Z+ '[' true == true ']'
5912023-10-26T22:20:47.063Z+ echo Downloading...
5922023-10-26T22:20:47.073ZDownloading...
5932023-10-26T22:20:47.083Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
5942023-10-26T22:20:47.144Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5952023-10-26T22:20:55.324Z++ do_sha256sum out/downloads/mgd.tar.gz
5962023-10-26T22:20:55.336Z++ sha256sum
5972023-10-26T22:20:55.346Z++ awk '{print $1}'
5982023-10-26T22:20:55.401Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5992023-10-26T22:20:55.411Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6002023-10-26T22:20:55.420Z+ do_untar out/downloads/mgd.tar.gz
6012023-10-26T22:20:55.426Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6022023-10-26T22:20:56.074Z+ do_assemble
6032023-10-26T22:20:56.098Z+ rm -r ./out/mgd
6042023-10-26T22:20:56.111Z+ mkdir ./out/mgd
6052023-10-26T22:20:56.126Z+ cp -r out/downloads/root ./out/mgd/root
6062023-10-26T22:20:56.704Z+ set -o errexit
6072023-10-26T22:20:56.713Z+++ dirname ./tools/ci_download_transceiver_control
6082023-10-26T22:20:56.725Z++ cd ./tools
6092023-10-26T22:20:56.738Z++ pwd
6102023-10-26T22:20:56.744Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6112023-10-26T22:20:56.758Z++ basename ./tools/ci_download_transceiver_control
6122023-10-26T22:20:56.778Z+ ARG0=ci_download_transceiver_control
6132023-10-26T22:20:56.793Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6142023-10-26T22:20:57.219Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6152023-10-26T22:20:57.231Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6162023-10-26T22:20:57.244Z+ TARGET_DIR=out
6172023-10-26T22:20:57.260Z+ DOWNLOAD_DIR=out/downloads
6182023-10-26T22:20:57.278Z+ DEST_DIR=./out/transceiver-control
6192023-10-26T22:20:57.291Z+ BIN_DIR=/opt/oxide/bin
6202023-10-26T22:20:57.302Z+ BINARY=xcvradm
6212023-10-26T22:20:57.311Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6222023-10-26T22:20:57.320Z+ REPO=oxidecomputer/transceiver-control
6232023-10-26T22:20:57.330Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6242023-10-26T22:20:57.339Z+ main
6252023-10-26T22:20:57.354Z+ [[ 0 != 0 ]]
6262023-10-26T22:20:57.400Z+ CIDL_OS=solaris2.11
6272023-10-26T22:20:57.416Z+ [[ 0 != 0 ]]
6282023-10-26T22:20:57.421Z+ configure_os solaris2.11
6292023-10-26T22:20:57.433Z+ echo 'current directory: /work/oxidecomputer/omicron'
6302023-10-26T22:20:57.450Zcurrent directory: /work/oxidecomputer/omicron
6312023-10-26T22:20:57.459Z+ echo 'configuring based on OS: "solaris2.11"'
6322023-10-26T22:20:57.878Zconfiguring based on OS: "solaris2.11"
6332023-10-26T22:20:57.882Z+ case "$1" in
6342023-10-26T22:20:57.889Z+ SET_BINARIES=
6352023-10-26T22:20:57.893Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362023-10-26T22:20:57.897Z+ CIDL_SHA256FUNC=do_sha256sum
6372023-10-26T22:20:57.904Z+ ARCHIVE_FILENAME=xcvradm.gz
6382023-10-26T22:20:57.918Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6392023-10-26T22:20:57.943Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6402023-10-26T22:20:57.964Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6412023-10-26T22:20:57.982ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6422023-10-26T22:20:57.990ZLocal file: out/downloads/xcvradm.gz
6432023-10-26T22:20:57.995Z+ echo 'Local file: out/downloads/xcvradm.gz'
6442023-10-26T22:20:57.999Z+ mkdir -p out/downloads
6452023-10-26T22:20:58.003Z+ mkdir -p ./out/transceiver-control
6462023-10-26T22:20:58.008Z+ fetch_and_verify
6472023-10-26T22:20:58.011Z+ local DO_DOWNLOAD=true
6482023-10-26T22:20:58.014Z+ [[ -f out/downloads/xcvradm.gz ]]
6492023-10-26T22:20:58.018Z+ '[' true == true ']'
6502023-10-26T22:20:58.021Z+ echo Downloading...
6512023-10-26T22:20:58.026ZDownloading...
6522023-10-26T22:20:58.029Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6532023-10-26T22:20:58.034Z+ 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
6542023-10-26T22:20:59.032Z++ do_sha256sum out/downloads/xcvradm.gz
6552023-10-26T22:20:59.038Z++ sha256sum
6562023-10-26T22:20:59.042Z++ awk '{print $1}'
6572023-10-26T22:20:59.062Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6582023-10-26T22:20:59.065Z+ [[ 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 ]]
6592023-10-26T22:20:59.069Z+ do_unpack out/downloads/xcvradm.gz
6602023-10-26T22:20:59.072Z+ mkdir -p out/downloads/root//opt/oxide/bin
6612023-10-26T22:20:59.075Z+ gzip -dc out/downloads/xcvradm.gz
6622023-10-26T22:20:59.248Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6632023-10-26T22:20:59.265Z+ do_assemble
6642023-10-26T22:20:59.286Z+ rm -r ./out/transceiver-control
6652023-10-26T22:20:59.301Z+ mkdir ./out/transceiver-control
6662023-10-26T22:20:59.316Z+ cp -r out/downloads/root ./out/transceiver-control/root
6672023-10-26T22:20:59.481ZAll prerequisites installed successfully
6682023-10-26T22:20:59.484Z
6692023-10-26T22:20:59.488Zreal 2:00.293625263
6702023-10-26T22:20:59.491Zuser 52.163863380
6712023-10-26T22:20:59.493Zsys 9.815860243
6722023-10-26T22:20:59.498Ztrap 0.024319999
6732023-10-26T22:20:59.501Ztflt 0.145111654
6742023-10-26T22:20:59.504Zdflt 0.407019976
6752023-10-26T22:20:59.507Zkflt 0.172726379
6762023-10-26T22:20:59.510Zlock 1.935965051
6772023-10-26T22:20:59.514Zslp 3:42.794947210
6782023-10-26T22:20:59.517Zlat 3.341382559
6792023-10-26T22:20:59.520Zstop 0.077332566
6802023-10-26T22:20:59.524Z+ banner end-to-end-tests
6812023-10-26T22:20:59.700Z
6822023-10-26T22:21:00.109Z ###### # # ##### ##### #### ###### # # #####
6832023-10-26T22:21:00.114Z # ## # # # # # # # ## # # #
6842023-10-26T22:21:00.118Z ##### # # # # # ##### # # # ##### ##### # # # # #
6852023-10-26T22:21:00.123Z # # # # # # # # # # # # # # #
6862023-10-26T22:21:00.138Z # # ## # # # # # # # ## # #
6872023-10-26T22:21:00.149Z ###### # # ##### # #### ###### # # #####
6882023-10-26T22:21:00.166Z
6892023-10-26T22:21:00.171Z+ export CARGO_PROFILE_DEV_DEBUG=1
6902023-10-26T22:21:00.176Z+ CARGO_PROFILE_DEV_DEBUG=1
6912023-10-26T22:21:00.180Z+ export CARGO_PROFILE_TEST_DEBUG=1
6922023-10-26T22:21:00.185Z+ CARGO_PROFILE_TEST_DEBUG=1
6932023-10-26T22:21:00.191Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6942023-10-26T22:21:00.216Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6952023-10-26T22:21:00.421Z Updating crates.io index
6962023-10-26T22:21:00.498Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6972023-10-26T22:21:01.229Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6982023-10-26T22:21:03.104Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6992023-10-26T22:21:03.481Z Updating git repository `http://github.com/oxidecomputer/tofino`
7002023-10-26T22:21:03.846Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7012023-10-26T22:21:04.171Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7022023-10-26T22:21:04.470Z Updating git repository `https://github.com/oxidecomputer/propolis`
7032023-10-26T22:21:05.349Z Updating git repository `https://github.com/oxidecomputer/crucible`
7042023-10-26T22:21:06.902Z Updating git repository `https://github.com/oxidecomputer/opte`
7052023-10-26T22:21:07.816Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7062023-10-26T22:21:08.229Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7072023-10-26T22:21:08.499Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7082023-10-26T22:21:09.031Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7092023-10-26T22:21:11.769Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7102023-10-26T22:21:11.811Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7112023-10-26T22:21:11.824Z Updating git repository `https://github.com/njaremko/samael`
7122023-10-26T22:21:11.841Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7132023-10-26T22:21:11.856Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7142023-10-26T22:21:11.870Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7152023-10-26T22:21:12.030Z Updating git repository `https://github.com/jgallagher/nix`
7162023-10-26T22:21:13.272Z Updating git repository `https://github.com/cbiffle/hubpack`
7172023-10-26T22:21:13.598Z Updating git repository `https://github.com/oxidecomputer/omicron`
7182023-10-26T22:21:24.123Z Updating git repository `https://github.com/oxidecomputer/rfb`
7192023-10-26T22:21:24.606Z Updating git repository `https://github.com/oxidecomputer/typify`
7202023-10-26T22:21:25.611Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7212023-10-26T22:21:26.014Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7222023-10-26T22:21:26.375Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7232023-10-26T22:21:27.725Z Downloading crates ...
7242023-10-26T22:21:27.928Z Downloaded cfg-if v0.1.10
7252023-10-26T22:21:27.951Z Downloaded normalize-line-endings v0.3.0
7262023-10-26T22:21:27.954Z Downloaded mio v0.8.8
7272023-10-26T22:21:27.968Z Downloaded async-trait v0.1.74
7282023-10-26T22:21:27.976Z Downloaded block-buffer v0.10.4
7292023-10-26T22:21:27.980Z Downloaded once_cell v1.18.0
7302023-10-26T22:21:27.984Z Downloaded paste v1.0.14
7312023-10-26T22:21:27.991Z Downloaded derive_more v0.99.17
7322023-10-26T22:21:28.006Z Downloaded pem v1.1.1
7332023-10-26T22:21:28.013Z Downloaded bitstruct v0.1.1
7342023-10-26T22:21:28.017Z Downloaded chacha20poly1305 v0.10.1
7352023-10-26T22:21:28.022Z Downloaded miniz_oxide v0.7.1
7362023-10-26T22:21:28.028Z Downloaded autocfg v1.1.0
7372023-10-26T22:21:28.032Z Downloaded async-stream-impl v0.3.5
7382023-10-26T22:21:28.037Z Downloaded diesel_table_macro_syntax v0.1.0
7392023-10-26T22:21:28.041Z Downloaded bitvec v1.0.1
7402023-10-26T22:21:28.070Z Downloaded pretty-hex v0.2.1
7412023-10-26T22:21:28.077Z Downloaded bitflags v1.3.2
7422023-10-26T22:21:28.081Z Downloaded curve25519-dalek-derive v0.1.0
7432023-10-26T22:21:28.085Z Downloaded memoffset v0.7.1
7442023-10-26T22:21:28.088Z Downloaded proc-macro-error-attr v1.0.4
7452023-10-26T22:21:28.091Z Downloaded phf_shared v0.10.0
7462023-10-26T22:21:28.095Z Downloaded parse-display v0.7.0
7472023-10-26T22:21:28.099Z Downloaded pbkdf2 v0.12.2
7482023-10-26T22:21:28.103Z Downloaded convert_case v0.4.0
7492023-10-26T22:21:28.108Z Downloaded untrusted v0.7.1
7502023-10-26T22:21:28.112Z Downloaded thread_local v1.1.7
7512023-10-26T22:21:28.116Z Downloaded opaque-debug v0.3.0
7522023-10-26T22:21:28.121Z Downloaded bitflags v2.4.0
7532023-10-26T22:21:28.127Z Downloaded matches v0.1.10
7542023-10-26T22:21:28.132Z Downloaded password-hash v0.4.2
7552023-10-26T22:21:28.136Z Downloaded crucible-workspace-hack v0.1.0
7562023-10-26T22:21:28.141Z Downloaded new_debug_unreachable v1.0.4
7572023-10-26T22:21:28.144Z Downloaded fallible-streaming-iterator v0.1.9
7582023-10-26T22:21:28.148Z Downloaded tinyvec_macros v0.1.1
7592023-10-26T22:21:28.151Z Downloaded anstyle v1.0.2
7602023-10-26T22:21:28.155Z Downloaded anstream v0.5.0
7612023-10-26T22:21:28.159Z Downloaded bit_field v0.10.2
7622023-10-26T22:21:28.163Z Downloaded anstyle-query v1.0.0
7632023-10-26T22:21:28.167Z Downloaded password-hash v0.5.0
7642023-10-26T22:21:28.171Z Downloaded want v0.3.1
7652023-10-26T22:21:28.174Z Downloaded adler v1.0.2
7662023-10-26T22:21:28.179Z Downloaded pin-project-lite v0.2.13
7672023-10-26T22:21:28.183Z Downloaded cpufeatures v0.2.9
7682023-10-26T22:21:28.187Z Downloaded fnv v1.0.7
7692023-10-26T22:21:28.191Z Downloaded funty v2.0.0
7702023-10-26T22:21:28.195Z Downloaded equivalent v1.0.1
7712023-10-26T22:21:28.203Z Downloaded percent-encoding v2.3.0
7722023-10-26T22:21:28.208Z Downloaded proc-macro-error v1.0.4
7732023-10-26T22:21:28.212Z Downloaded r2d2 v0.8.10
7742023-10-26T22:21:28.215Z Downloaded predicates v3.0.4
7752023-10-26T22:21:28.219Z Downloaded toml_datetime v0.6.3
7762023-10-26T22:21:28.223Z Downloaded usdt v0.3.5
7772023-10-26T22:21:28.228Z Downloaded md-5 v0.10.5
7782023-10-26T22:21:28.232Z Downloaded pkcs8 v0.10.2
7792023-10-26T22:21:28.237Z Downloaded foreign-types v0.3.2
7802023-10-26T22:21:28.241Z Downloaded vec_map v0.8.2
7812023-10-26T22:21:28.245Z Downloaded try-lock v0.2.4
7822023-10-26T22:21:28.255Z Downloaded colored v2.0.4
7832023-10-26T22:21:28.262Z Downloaded tokio-tungstenite v0.20.1
7842023-10-26T22:21:28.274Z Downloaded foreign-types-macros v0.2.3
7852023-10-26T22:21:28.286Z Downloaded parking_lot v0.12.1
7862023-10-26T22:21:28.291Z Downloaded aes-gcm-siv v0.11.1
7872023-10-26T22:21:28.295Z Downloaded ahash v0.8.3
7882023-10-26T22:21:28.301Z Downloaded waitgroup v0.1.2
7892023-10-26T22:21:28.305Z Downloaded hex v0.4.3
7902023-10-26T22:21:28.310Z Downloaded clap_derive v4.4.2
7912023-10-26T22:21:28.315Z Downloaded usdt-attr-macro v0.3.5
7922023-10-26T22:21:28.320Z Downloaded platforms v3.0.2
7932023-10-26T22:21:28.323Z Downloaded dtrace-parser v0.1.14
7942023-10-26T22:21:28.328Z Downloaded crossbeam-utils v0.8.16
7952023-10-26T22:21:28.334Z Downloaded filetime v0.2.22
7962023-10-26T22:21:28.339Z Downloaded group v0.13.0
7972023-10-26T22:21:28.343Z Downloaded parse-display-derive v0.7.0
7982023-10-26T22:21:28.348Z Downloaded typenum v1.16.0
7992023-10-26T22:21:28.352Z Downloaded semver-parser v0.10.2
8002023-10-26T22:21:28.356Z Downloaded darling_core v0.20.3
8012023-10-26T22:21:28.361Z Downloaded hashlink v0.8.3
8022023-10-26T22:21:28.367Z Downloaded russh-cryptovec v0.7.0
8032023-10-26T22:21:28.373Z Downloaded secrecy v0.8.0
8042023-10-26T22:21:28.378Z Downloaded headers-core v0.2.0
8052023-10-26T22:21:28.384Z Downloaded rand_chacha v0.3.1
8062023-10-26T22:21:28.389Z Downloaded glob v0.3.1
8072023-10-26T22:21:28.392Z Downloaded ed25519 v2.2.2
8082023-10-26T22:21:28.396Z Downloaded slog-async v2.8.0
8092023-10-26T22:21:28.402Z Downloaded radium v0.7.0
8102023-10-26T22:21:28.406Z Downloaded enum-as-inner v0.5.1
8112023-10-26T22:21:28.410Z Downloaded dirs-next v2.0.0
8122023-10-26T22:21:28.415Z Downloaded zone_cfg_derive v0.2.0
8132023-10-26T22:21:28.419Z Downloaded proc-macro2 v1.0.67
8142023-10-26T22:21:28.423Z Downloaded float-cmp v0.9.0
8152023-10-26T22:21:28.426Z Downloaded clap v4.4.3
8162023-10-26T22:21:28.430Z Downloaded hubpack_derive v0.1.1
8172023-10-26T22:21:28.434Z Downloaded hostname v0.3.1
8182023-10-26T22:21:28.438Z Downloaded signature v2.1.0
8192023-10-26T22:21:28.442Z Downloaded home v0.5.5
8202023-10-26T22:21:28.446Z Downloaded futures-executor v0.3.28
8212023-10-26T22:21:28.450Z Downloaded whoami v1.4.1
8222023-10-26T22:21:28.454Z Downloaded version_check v0.9.4
8232023-10-26T22:21:28.460Z Downloaded smf v0.2.2
8242023-10-26T22:21:28.463Z Downloaded rustls-native-certs v0.6.3
8252023-10-26T22:21:28.467Z Downloaded arc-swap v1.6.0
8262023-10-26T22:21:28.470Z Downloaded lalrpop-util v0.19.12
8272023-10-26T22:21:28.474Z Downloaded hyper-staticfile v0.9.5
8282023-10-26T22:21:28.478Z Downloaded rcgen v0.10.0
8292023-10-26T22:21:28.481Z Downloaded url v2.4.1
8302023-10-26T22:21:28.484Z Downloaded time-core v0.1.1
8312023-10-26T22:21:28.488Z Downloaded heck v0.3.3
8322023-10-26T22:21:28.525Z Downloaded jobserver v0.1.26
8332023-10-26T22:21:28.530Z Downloaded russh-keys v0.38.0
8342023-10-26T22:21:28.533Z Downloaded libm v0.2.7
8352023-10-26T22:21:28.536Z Downloaded endian-type v0.1.2
8362023-10-26T22:21:28.539Z Downloaded hash32 v0.2.1
8372023-10-26T22:21:28.542Z Downloaded structopt-derive v0.4.18
8382023-10-26T22:21:28.552Z Downloaded serde_tokenstream v0.1.7
8392023-10-26T22:21:28.557Z Downloaded http-range v0.1.5
8402023-10-26T22:21:28.562Z Downloaded tap v1.0.1
8412023-10-26T22:21:28.566Z Downloaded stringprep v0.1.3
8422023-10-26T22:21:28.569Z Downloaded ghash v0.5.0
8432023-10-26T22:21:28.574Z Downloaded futures-macro v0.3.28
8442023-10-26T22:21:28.579Z Downloaded stable_deref_trait v1.2.0
8452023-10-26T22:21:28.583Z Downloaded dirs v5.0.1
8462023-10-26T22:21:28.587Z Downloaded xattr v1.0.1
8472023-10-26T22:21:28.591Z Downloaded dof v0.1.5
8482023-10-26T22:21:28.596Z Downloaded serde_repr v0.1.16
8492023-10-26T22:21:28.600Z Downloaded instant v0.1.12
8502023-10-26T22:21:28.606Z Downloaded crossbeam-channel v0.5.8
8512023-10-26T22:21:28.613Z Downloaded zerocopy v0.3.0
8522023-10-26T22:21:28.618Z Downloaded terminal_size v0.2.6
8532023-10-26T22:21:28.622Z Downloaded serde_derive v1.0.188
8542023-10-26T22:21:28.626Z Downloaded slog-envlogger v2.2.0
8552023-10-26T22:21:28.629Z Downloaded slog-bunyan v2.4.0
8562023-10-26T22:21:28.633Z Downloaded slab v0.4.9
8572023-10-26T22:21:28.639Z Downloaded slog-scope v4.4.0
8582023-10-26T22:21:28.642Z Downloaded tokio-native-tls v0.3.1
8592023-10-26T22:21:28.645Z Downloaded rustversion v1.0.14
8602023-10-26T22:21:28.649Z Downloaded hubpack v0.1.2
8612023-10-26T22:21:28.652Z Downloaded rustls-pemfile v1.0.3
8622023-10-26T22:21:28.655Z Downloaded same-file v1.0.6
8632023-10-26T22:21:28.660Z Downloaded thiserror-impl-no-std v2.0.2
8642023-10-26T22:21:28.664Z Downloaded serde_path_to_error v0.1.14
8652023-10-26T22:21:28.671Z Downloaded getrandom v0.1.16
8662023-10-26T22:21:28.678Z Downloaded indexmap v1.9.3
8672023-10-26T22:21:28.686Z Downloaded strum v0.25.0
8682023-10-26T22:21:28.714Z Downloaded futures-io v0.3.28
8692023-10-26T22:21:28.726Z Downloaded rand_chacha v0.2.2
8702023-10-26T22:21:28.736Z Downloaded unicase v2.7.0
8712023-10-26T22:21:28.746Z Downloaded zeroize_derive v1.4.2
8722023-10-26T22:21:29.160Z Downloaded tokio-stream v0.1.14
8732023-10-26T22:21:29.165Z Downloaded subtle v2.5.0
8742023-10-26T22:21:29.210Z Downloaded scheduled-thread-pool v0.2.7
8752023-10-26T22:21:29.215Z Downloaded similar v2.2.1
8762023-10-26T22:21:29.219Z Downloaded usdt-macro v0.3.5
8772023-10-26T22:21:29.224Z Downloaded ident_case v1.0.1
8782023-10-26T22:21:29.229Z Downloaded futures-task v0.3.28
8792023-10-26T22:21:29.233Z Downloaded httpdate v1.0.3
8802023-10-26T22:21:29.240Z Downloaded smallvec v1.11.0
8812023-10-26T22:21:29.246Z Downloaded hex-literal v0.4.1
8822023-10-26T22:21:29.250Z Downloaded structmeta-derive v0.1.6
8832023-10-26T22:21:29.255Z Downloaded rustfmt-wrapper v0.2.0
8842023-10-26T22:21:29.261Z Downloaded slog-json v2.6.1
8852023-10-26T22:21:29.265Z Downloaded tungstenite v0.18.0
8862023-10-26T22:21:29.277Z Downloaded vsss-rs v3.3.1
8872023-10-26T22:21:29.288Z Downloaded env_logger v0.9.3
8882023-10-26T22:21:29.292Z Downloaded vergen v8.2.4
8892023-10-26T22:21:29.297Z Downloaded spin v0.5.2
8902023-10-26T22:21:29.302Z Downloaded slog v2.7.0
8912023-10-26T22:21:29.306Z Downloaded serde_with_macros v2.3.3
8922023-10-26T22:21:29.313Z Downloaded signal-hook-registry v1.4.1
8932023-10-26T22:21:29.320Z Downloaded yasna v0.5.2
8942023-10-26T22:21:29.325Z Downloaded futures-channel v0.3.28
8952023-10-26T22:21:29.333Z Downloaded indexmap v2.0.0
8962023-10-26T22:21:29.344Z Downloaded semver v0.11.0
8972023-10-26T22:21:29.355Z Downloaded uuid v1.4.1
8982023-10-26T22:21:29.361Z Downloaded hyper-tls v0.5.0
8992023-10-26T22:21:29.367Z Downloaded trust-dns-server v0.22.1
9002023-10-26T22:21:29.372Z Downloaded strum_macros v0.25.2
9012023-10-26T22:21:29.377Z Downloaded unicode-xid v0.2.4
9022023-10-26T22:21:29.382Z Downloaded socket2 v0.4.9
9032023-10-26T22:21:29.386Z Downloaded dyn-clone v1.0.13
9042023-10-26T22:21:29.391Z Downloaded utf-8 v0.7.6
9052023-10-26T22:21:29.396Z Downloaded serde_derive_internals v0.26.0
9062023-10-26T22:21:29.403Z Downloaded unicode-bidi v0.3.13
9072023-10-26T22:21:29.408Z Downloaded spin v0.9.8
9082023-10-26T22:21:29.413Z Downloaded unicode-ident v1.0.12
9092023-10-26T22:21:29.417Z Downloaded regex-automata v0.1.10
9102023-10-26T22:21:29.422Z Downloaded unsafe-libyaml v0.2.9
9112023-10-26T22:21:29.426Z Downloaded semver v1.0.20
9122023-10-26T22:21:29.431Z Downloaded sct v0.7.0
9132023-10-26T22:21:29.437Z Downloaded structopt v0.3.26
9142023-10-26T22:21:29.442Z Downloaded itertools v0.10.5
9152023-10-26T22:21:29.446Z Downloaded rand v0.7.3
9162023-10-26T22:21:29.451Z Downloaded clap_builder v4.4.2
9172023-10-26T22:21:29.458Z Downloaded toml v0.5.11
9182023-10-26T22:21:29.462Z Downloaded zerocopy v0.6.4
9192023-10-26T22:21:29.468Z Downloaded unicode-normalization v0.1.22
9202023-10-26T22:21:29.472Z Downloaded subprocess v0.2.9
9212023-10-26T22:21:29.478Z Downloaded russh v0.38.0
9222023-10-26T22:21:29.486Z Downloaded petgraph v0.6.4
9232023-10-26T22:21:29.495Z Downloaded serde v1.0.188
9242023-10-26T22:21:29.503Z Downloaded hashbrown v0.12.3
9252023-10-26T22:21:29.513Z Downloaded tokio-util v0.7.10
9262023-10-26T22:21:29.547Z Downloaded h2 v0.3.21
9272023-10-26T22:21:29.559Z Downloaded itertools v0.11.0
9282023-10-26T22:21:29.565Z Downloaded rusqlite v0.29.0
9292023-10-26T22:21:29.577Z Downloaded hashbrown v0.14.0
9302023-10-26T22:21:29.585Z Downloaded hashbrown v0.13.2
9312023-10-26T22:21:29.593Z Downloaded vcpkg v0.2.15
9322023-10-26T22:21:29.601Z Downloaded time v0.3.27
9332023-10-26T22:21:29.608Z Downloaded serde_with v2.3.3
9342023-10-26T22:21:29.617Z Downloaded futures-util v0.3.28
9352023-10-26T22:21:29.624Z Downloaded regress v0.7.1
9362023-10-26T22:21:29.630Z Downloaded reqwest v0.11.20
9372023-10-26T22:21:29.638Z Downloaded winnow v0.5.15
9382023-10-26T22:21:29.647Z Downloaded syn v1.0.109
9392023-10-26T22:21:29.655Z Downloaded rustls-webpki v0.101.4
9402023-10-26T22:21:29.662Z Downloaded smoltcp v0.9.1
9412023-10-26T22:21:29.671Z Downloaded rustls v0.21.7
9422023-10-26T22:21:29.679Z Downloaded webpki-roots v0.25.2
9432023-10-26T22:21:29.686Z Downloaded smoltcp v0.8.2
9442023-10-26T22:21:29.695Z Downloaded radix_trie v0.2.1
9452023-10-26T22:21:29.730Z Downloaded openapiv3 v1.0.3
9462023-10-26T22:21:29.747Z Downloaded idna v0.4.0
9472023-10-26T22:21:29.798Z Downloaded gimli v0.28.0
9482023-10-26T22:21:29.809Z Downloaded rustix v0.38.9
9492023-10-26T22:21:29.819Z Downloaded rustix v0.37.23
9502023-10-26T22:21:29.828Z Downloaded zerocopy-derive v0.6.4
9512023-10-26T22:21:29.836Z Downloaded sled v0.34.7
9522023-10-26T22:21:29.844Z Downloaded zerocopy-derive v0.2.0
9532023-10-26T22:21:29.855Z Downloaded regex-automata v0.3.8
9542023-10-26T22:21:29.860Z Downloaded bzip2-sys v0.1.11+1.0.8
9552023-10-26T22:21:29.865Z Downloaded libc v0.2.149
9562023-10-26T22:21:29.872Z Downloaded tokio v1.33.0
9572023-10-26T22:21:29.878Z Downloaded trust-dns-proto v0.22.0
9582023-10-26T22:21:29.895Z Downloaded sha3 v0.10.8
9592023-10-26T22:21:29.901Z Downloaded bstr v1.6.0
9602023-10-26T22:21:29.908Z Downloaded idna v0.2.3
9612023-10-26T22:21:29.915Z Downloaded regex-syntax v0.7.5
9622023-10-26T22:21:29.942Z Downloaded regex-syntax v0.6.29
9632023-10-26T22:21:29.946Z Downloaded diesel v2.1.1
9642023-10-26T22:21:29.956Z Downloaded winapi v0.3.9
9652023-10-26T22:21:29.966Z Downloaded encoding_rs v0.8.33
9662023-10-26T22:21:29.976Z Downloaded syn v2.0.32
9672023-10-26T22:21:30.389Z Downloaded bstr v0.2.17
9682023-10-26T22:21:30.393Z Downloaded curve25519-dalek v4.1.0
9692023-10-26T22:21:30.416Z Downloaded libgit2-sys v0.15.2+1.6.4
9702023-10-26T22:21:30.430Z Downloaded hyper v0.14.27
9712023-10-26T22:21:30.448Z Downloaded git2 v0.17.2
9722023-10-26T22:21:30.463Z Downloaded nix v0.26.2
9732023-10-26T22:21:30.469Z Downloaded regex v1.9.5
9742023-10-26T22:21:30.474Z Downloaded serde_json v1.0.107
9752023-10-26T22:21:30.481Z Downloaded hkdf v0.12.3
9762023-10-26T22:21:30.490Z Downloaded chrono v0.4.31
9772023-10-26T22:21:30.493Z Downloaded clap v2.34.0
9782023-10-26T22:21:30.497Z Downloaded aho-corasick v1.0.4
9792023-10-26T22:21:30.501Z Downloaded aes-gcm v0.10.2
9802023-10-26T22:21:30.507Z Downloaded tar v0.4.40
9812023-10-26T22:21:30.511Z Downloaded http v0.2.9
9822023-10-26T22:21:30.514Z Downloaded heapless v0.7.16
9832023-10-26T22:21:30.528Z Downloaded toml_edit v0.20.0
9842023-10-26T22:21:30.533Z Downloaded openssl v0.10.57
9852023-10-26T22:21:30.538Z Downloaded ring v0.16.20
9862023-10-26T22:21:30.543Z Downloaded libz-sys v1.1.12
9872023-10-26T22:21:30.551Z Downloaded schemars v0.8.13
9882023-10-26T22:21:30.589Z Downloaded socket2 v0.5.4
9892023-10-26T22:21:30.593Z Downloaded trust-dns-resolver v0.22.0
9902023-10-26T22:21:30.599Z Downloaded tracing v0.1.37
9912023-10-26T22:21:30.603Z Downloaded toml_edit v0.19.15
9922023-10-26T22:21:30.607Z Downloaded num-bigint v0.4.4
9932023-10-26T22:21:30.612Z Downloaded strsim v0.10.0
9942023-10-26T22:21:30.616Z Downloaded ed25519-dalek v2.0.0
9952023-10-26T22:21:30.624Z Downloaded tungstenite v0.20.1
9962023-10-26T22:21:31.036Z Downloaded rand v0.8.5
9972023-10-26T22:21:31.040Z Downloaded futures v0.3.28
9982023-10-26T22:21:31.045Z Downloaded toml v0.8.0
9992023-10-26T22:21:31.052Z Downloaded toml v0.7.8
10002023-10-26T22:21:31.071Z Downloaded ryu v1.0.15
10012023-10-26T22:21:31.077Z Downloaded zip v0.6.6
10022023-10-26T22:21:31.081Z Downloaded tokio-postgres v0.7.10
10032023-10-26T22:21:31.084Z Downloaded structmeta v0.1.6
10042023-10-26T22:21:31.088Z Downloaded httparse v1.8.0
10052023-10-26T22:21:31.091Z Downloaded libsqlite3-sys v0.26.0
10062023-10-26T22:21:31.094Z Downloaded ucd-trie v0.1.6
10072023-10-26T22:21:31.098Z Downloaded half v1.8.2
10082023-10-26T22:21:31.101Z Downloaded aes v0.8.3
10092023-10-26T22:21:31.104Z Downloaded hyper-rustls v0.24.1
10102023-10-26T22:21:31.107Z Downloaded hmac v0.12.1
10112023-10-26T22:21:31.110Z Downloaded pest v2.7.2
10122023-10-26T22:21:31.114Z Downloaded unicode-segmentation v1.10.1
10132023-10-26T22:21:31.117Z Downloaded tokio-macros v2.1.0
10142023-10-26T22:21:31.120Z Downloaded thiserror-no-std v2.0.2
10152023-10-26T22:21:31.123Z Downloaded tempfile v3.8.0
10162023-10-26T22:21:31.127Z Downloaded usdt-impl v0.3.5
10172023-10-26T22:21:31.130Z Downloaded base64 v0.21.5
10182023-10-26T22:21:31.133Z Downloaded keccak v0.1.4
10192023-10-26T22:21:31.136Z Downloaded http-body v0.4.5
10202023-10-26T22:21:31.145Z Downloaded serde_tokenstream v0.2.0
10212023-10-26T22:21:31.149Z Downloaded rustc_version v0.4.0
10222023-10-26T22:21:31.152Z Downloaded unicode-width v0.1.11
10232023-10-26T22:21:31.156Z Downloaded slog-stdlog v4.1.1
10242023-10-26T22:21:31.160Z Downloaded flate2 v1.0.28
10252023-10-26T22:21:31.167Z Downloaded string_cache v0.8.7
10262023-10-26T22:21:31.171Z Downloaded serde_arrays v0.1.0
10272023-10-26T22:21:31.174Z Downloaded ff v0.13.0
10282023-10-26T22:21:31.180Z Downloaded slog-term v2.9.0
10292023-10-26T22:21:31.188Z Downloaded serde_yaml v0.9.25
10302023-10-26T22:21:31.195Z Downloaded tokio-rustls v0.24.1
10312023-10-26T22:21:31.202Z Downloaded termcolor v1.2.0
10322023-10-26T22:21:31.212Z Downloaded trust-dns-client v0.22.0
10332023-10-26T22:21:31.646Z Downloaded crypto-bigint v0.5.2
10342023-10-26T22:21:31.654Z Downloaded walkdir v2.4.0
10352023-10-26T22:21:31.662Z Downloaded futures-core v0.3.28
10362023-10-26T22:21:31.671Z Downloaded slog-dtrace v0.2.3
10372023-10-26T22:21:31.680Z Downloaded sha1 v0.10.5
10382023-10-26T22:21:31.688Z Downloaded iana-time-zone v0.1.57
10392023-10-26T22:21:31.696Z Downloaded backtrace v0.3.69
10402023-10-26T22:21:31.707Z Downloaded allocator-api2 v0.2.16
10412023-10-26T22:21:31.716Z Downloaded base64 v0.13.1
10422023-10-26T22:21:31.724Z Downloaded generic-array v0.14.7
10432023-10-26T22:21:31.732Z Downloaded form_urlencoded v1.2.0
10442023-10-26T22:21:31.740Z Downloaded wyz v0.5.1
10452023-10-26T22:21:31.749Z Downloaded schemars_derive v0.8.13
10462023-10-26T22:21:31.758Z Downloaded utf8parse v0.2.1
10472023-10-26T22:21:31.766Z Downloaded const_format v0.2.31
10482023-10-26T22:21:31.775Z Downloaded serde_spanned v0.6.3
10492023-10-26T22:21:31.785Z Downloaded inout v0.1.3
10502023-10-26T22:21:31.796Z Downloaded serde_urlencoded v0.7.1
10512023-10-26T22:21:31.806Z Downloaded itoa v1.0.9
10522023-10-26T22:21:31.815Z Downloaded io-lifetimes v1.0.11
10532023-10-26T22:21:31.832Z Downloaded resolv-conf v0.7.0
10542023-10-26T22:21:31.848Z Downloaded headers v0.3.9
10552023-10-26T22:21:31.858Z Downloaded elliptic-curve v0.13.5
10562023-10-26T22:21:31.868Z Downloaded sha2 v0.10.8
10572023-10-26T22:21:31.877Z Downloaded fixedbitset v0.4.2
10582023-10-26T22:21:31.882Z Downloaded openssl-sys v0.9.93
10592023-10-26T22:21:31.889Z Downloaded memchr v2.6.3
10602023-10-26T22:21:31.899Z Downloaded zone v0.2.0
10612023-10-26T22:21:31.904Z Downloaded ron v0.7.1
10622023-10-26T22:21:31.911Z Downloaded cc v1.0.83
10632023-10-26T22:21:31.916Z Downloaded humantime v2.1.0
10642023-10-26T22:21:31.922Z Downloaded strsim v0.8.0
10652023-10-26T22:21:31.930Z Downloaded spki v0.7.2
10662023-10-26T22:21:31.936Z Downloaded static_assertions v1.1.0
10672023-10-26T22:21:31.941Z Downloaded rand_core v0.6.4
10682023-10-26T22:21:31.947Z Downloaded siphasher v0.3.11
10692023-10-26T22:21:31.954Z Downloaded scopeguard v1.2.0
10702023-10-26T22:21:31.962Z Downloaded rand_core v0.5.1
10712023-10-26T22:21:31.967Z Downloaded ipnetwork v0.20.0
10722023-10-26T22:21:31.971Z Downloaded tracing-core v0.1.31
10732023-10-26T22:21:31.976Z Downloaded tracing-attributes v0.1.26
10742023-10-26T22:21:31.981Z Downloaded term v0.7.0
10752023-10-26T22:21:31.985Z Downloaded num-traits v0.2.16
10762023-10-26T22:21:31.989Z Downloaded crossbeam-epoch v0.9.15
10772023-10-26T22:21:31.993Z Downloaded is-terminal v0.4.9
10782023-10-26T22:21:31.996Z Downloaded addr2line v0.21.0
10792023-10-26T22:21:32.001Z Downloaded rustc-demangle v0.1.23
10802023-10-26T22:21:32.005Z Downloaded ipnet v2.8.0
10812023-10-26T22:21:32.009Z Downloaded universal-hash v0.5.1
10822023-10-26T22:21:32.012Z Downloaded dirs-sys-next v0.1.2
10832023-10-26T22:21:32.016Z Downloaded dirs-sys v0.4.1
10842023-10-26T22:21:32.034Z Downloaded der v0.7.8
10852023-10-26T22:21:32.038Z Downloaded synstructure v0.12.6
10862023-10-26T22:21:32.041Z Downloaded zeroize v1.6.0
10872023-10-26T22:21:32.044Z Downloaded const-oid v0.9.5
10882023-10-26T22:21:32.048Z Downloaded erased-serde v0.3.30
10892023-10-26T22:21:32.051Z Downloaded tinyvec v1.6.0
10902023-10-26T22:21:32.054Z Downloaded parking_lot_core v0.9.8
10912023-10-26T22:21:32.057Z Downloaded tokio-tungstenite v0.18.0
10922023-10-26T22:21:32.060Z Downloaded ringbuffer v0.15.0
10932023-10-26T22:21:32.065Z Downloaded postgres-types v0.2.6
10942023-10-26T22:21:32.068Z Downloaded diesel_derives v2.1.1
10952023-10-26T22:21:32.071Z Downloaded parking_lot v0.11.2
10962023-10-26T22:21:32.074Z Downloaded bzip2 v0.4.4
10972023-10-26T22:21:32.081Z Downloaded ansi_term v0.12.1
10982023-10-26T22:21:32.085Z Downloaded getrandom v0.2.10
10992023-10-26T22:21:32.088Z Downloaded num-rational v0.4.1
11002023-10-26T22:21:32.091Z Downloaded postcard v0.7.3
11012023-10-26T22:21:32.095Z Downloaded polyval v0.6.1
11022023-10-26T22:21:32.098Z Downloaded getopts v0.2.21
11032023-10-26T22:21:32.101Z Downloaded ciborium v0.2.1
11042023-10-26T22:21:32.104Z Downloaded cancel-safe-futures v0.1.2
11052023-10-26T22:21:32.107Z Downloaded crc32fast v1.3.2
11062023-10-26T22:21:32.111Z Downloaded data-encoding v2.4.0
11072023-10-26T22:21:32.118Z Downloaded thread-id v4.2.0
11082023-10-26T22:21:32.121Z Downloaded tower-service v0.3.2
11092023-10-26T22:21:32.124Z Downloaded toolchain_find v0.2.0
11102023-10-26T22:21:32.127Z Downloaded anstyle-parse v0.2.1
11112023-10-26T22:21:32.131Z Downloaded cbc v0.1.2
11122023-10-26T22:21:32.134Z Downloaded postgres-protocol v0.6.6
11132023-10-26T22:21:32.137Z Downloaded ascii v1.1.0
11142023-10-26T22:21:32.140Z Downloaded anyhow v1.0.75
11152023-10-26T22:21:32.146Z Downloaded base64ct v1.6.0
11162023-10-26T22:21:32.150Z Downloaded time-macros v0.2.13
11172023-10-26T22:21:32.153Z Downloaded byteorder v1.5.0
11182023-10-26T22:21:32.157Z Downloaded fallible-iterator v0.2.0
11192023-10-26T22:21:32.160Z Downloaded twox-hash v1.6.3
11202023-10-26T22:21:32.163Z Downloaded num_enum_derive v0.5.11
11212023-10-26T22:21:32.184Z Downloaded bincode v1.3.3
11222023-10-26T22:21:32.187Z Downloaded either v1.9.0
11232023-10-26T22:21:32.191Z Downloaded console v0.15.7
11242023-10-26T22:21:32.194Z Downloaded errno v0.3.2
11252023-10-26T22:21:32.198Z Downloaded digest v0.10.7
11262023-10-26T22:21:32.202Z Downloaded difflib v0.4.0
11272023-10-26T22:21:32.205Z Downloaded thiserror v1.0.49
11282023-10-26T22:21:32.215Z Downloaded textwrap v0.11.0
11292023-10-26T22:21:32.230Z Downloaded num_enum_derive v0.7.0
11302023-10-26T22:21:32.254Z Downloaded num-derive v0.4.0
11312023-10-26T22:21:32.266Z Downloaded native-tls v0.2.11
11322023-10-26T22:21:32.288Z Downloaded deranged v0.3.8
11332023-10-26T22:21:32.298Z Downloaded pbkdf2 v0.11.0
11342023-10-26T22:21:32.312Z Downloaded bit-vec v0.6.3
11352023-10-26T22:21:32.318Z Downloaded num_enum v0.5.11
11362023-10-26T22:21:32.322Z Downloaded num-iter v0.1.43
11372023-10-26T22:21:32.325Z Downloaded num-integer v0.1.45
11382023-10-26T22:21:32.328Z Downloaded ppv-lite86 v0.2.17
11392023-10-26T22:21:32.331Z Downloaded heck v0.4.1
11402023-10-26T22:21:32.334Z Downloaded bcrypt-pbkdf v0.10.0
11412023-10-26T22:21:32.337Z Downloaded option-ext v0.2.0
11422023-10-26T22:21:32.340Z Downloaded mime_guess v2.0.4
11432023-10-26T22:21:32.343Z Downloaded thiserror-impl v1.0.49
11442023-10-26T22:21:32.346Z Downloaded futures-sink v0.3.28
11452023-10-26T22:21:32.349Z Downloaded foreign-types v0.5.0
11462023-10-26T22:21:32.353Z Downloaded const_format_proc_macros v0.2.31
11472023-10-26T22:21:32.356Z Downloaded quick-error v1.2.3
11482023-10-26T22:21:32.359Z Downloaded debug-ignore v1.0.5
11492023-10-26T22:21:32.363Z Downloaded ciborium-ll v0.2.1
11502023-10-26T22:21:32.382Z Downloaded parking_lot_core v0.8.6
11512023-10-26T22:21:32.389Z Downloaded darling v0.20.3
11522023-10-26T22:21:32.393Z Downloaded poly1305 v0.8.0
11532023-10-26T22:21:32.397Z Downloaded fastrand v2.0.0
11542023-10-26T22:21:32.400Z Downloaded fxhash v0.2.1
11552023-10-26T22:21:32.403Z Downloaded foreign-types-shared v0.3.1
11562023-10-26T22:21:32.410Z Downloaded foreign-types-shared v0.1.1
11572023-10-26T22:21:32.414Z Downloaded quote v1.0.33
11582023-10-26T22:21:32.419Z Downloaded proc-macro-crate v1.3.1
11592023-10-26T22:21:32.423Z Downloaded phf v0.11.2
11602023-10-26T22:21:32.426Z Downloaded block-padding v0.3.3
11612023-10-26T22:21:32.430Z Downloaded predicates-core v1.0.6
11622023-10-26T22:21:32.433Z Downloaded argon2 v0.5.2
11632023-10-26T22:21:32.438Z Downloaded async-recursion v1.0.5
11642023-10-26T22:21:32.443Z Downloaded linked-hash-map v0.5.6
11652023-10-26T22:21:32.448Z Downloaded take_mut v0.2.2
11662023-10-26T22:21:32.453Z Downloaded pkg-config v0.3.27
11672023-10-26T22:21:32.457Z Downloaded pest_derive v2.7.2
11682023-10-26T22:21:32.462Z Downloaded mime v0.3.17
11692023-10-26T22:21:32.466Z Downloaded async-stream v0.3.5
11702023-10-26T22:21:32.474Z Downloaded bitstruct_derive v0.1.0
11712023-10-26T22:21:32.479Z Downloaded openssl-probe v0.1.5
11722023-10-26T22:21:32.485Z Downloaded openssl-macros v0.1.1
11732023-10-26T22:21:32.490Z Downloaded bit-set v0.5.3
11742023-10-26T22:21:32.494Z Downloaded atomicwrites v0.4.2
11752023-10-26T22:21:32.499Z Downloaded atomic-waker v1.1.1
11762023-10-26T22:21:32.503Z Downloaded pin-utils v0.1.0
11772023-10-26T22:21:32.509Z Downloaded cstr-argument v0.1.2
11782023-10-26T22:21:32.515Z Downloaded base16ct v0.2.0
11792023-10-26T22:21:32.528Z Downloaded blake2 v0.10.6
11802023-10-26T22:21:32.536Z Downloaded ctr v0.9.2
11812023-10-26T22:21:32.541Z Downloaded pretty-hex v0.3.0
11822023-10-26T22:21:32.553Z Downloaded postcard-cobs v0.1.5-pre
11832023-10-26T22:21:32.558Z Downloaded num_threads v0.1.6
11842023-10-26T22:21:32.562Z Downloaded lru-cache v0.1.2
11852023-10-26T22:21:32.568Z Downloaded camino-tempfile v1.0.2
11862023-10-26T22:21:32.577Z Downloaded atty v0.2.14
11872023-10-26T22:21:32.589Z Downloaded colorchoice v1.0.0
11882023-10-26T22:21:32.600Z Downloaded camino v1.1.6
11892023-10-26T22:21:32.611Z Downloaded object v0.32.1
11902023-10-26T22:21:32.617Z Downloaded log v0.4.20
11912023-10-26T22:21:32.625Z Downloaded lazy_static v1.4.0
11922023-10-26T22:21:32.711Z Downloaded bytes v1.5.0
11932023-10-26T22:21:32.739Z Downloaded omicron-zone-package v0.8.3
11942023-10-26T22:21:32.751Z Downloaded num_cpus v1.16.0
11952023-10-26T22:21:32.760Z Downloaded cipher v0.4.4
11962023-10-26T22:21:32.779Z Downloaded num-complex v0.4.4
11972023-10-26T22:21:32.783Z Downloaded lock_api v0.4.10
11982023-10-26T22:21:32.787Z Downloaded match_cfg v0.1.0
11992023-10-26T22:21:32.791Z Downloaded crypto-common v0.1.6
12002023-10-26T22:21:32.795Z Downloaded precomputed-hash v0.1.1
12012023-10-26T22:21:32.800Z Downloaded pest_meta v2.7.2
12022023-10-26T22:21:32.804Z Downloaded blowfish v0.9.1
12032023-10-26T22:21:32.810Z Downloaded darling_macro v0.20.3
12042023-10-26T22:21:32.814Z Downloaded libefi-sys v0.1.0
12052023-10-26T22:21:32.823Z Downloaded num_enum v0.7.0
12062023-10-26T22:21:32.827Z Downloaded clap_lex v0.5.1
12072023-10-26T22:21:32.831Z Downloaded nibble_vec v0.1.0
12082023-10-26T22:21:32.834Z Downloaded multer v2.1.0
12092023-10-26T22:21:32.839Z Downloaded memoffset v0.9.0
12102023-10-26T22:21:32.844Z Downloaded managed v0.8.0
12112023-10-26T22:21:32.848Z Downloaded cfg-if v1.0.0
12122023-10-26T22:21:32.851Z Downloaded backoff v0.4.0
12132023-10-26T22:21:32.856Z Downloaded aead v0.5.2
12142023-10-26T22:21:32.860Z Downloaded phf_shared v0.11.2
12152023-10-26T22:21:32.863Z Downloaded pest_generator v2.7.2
12162023-10-26T22:21:32.867Z Downloaded macaddr v1.0.1
12172023-10-26T22:21:32.870Z Downloaded num v0.4.1
12182023-10-26T22:21:32.875Z Downloaded md5 v0.7.0
12192023-10-26T22:21:32.878Z Downloaded ciborium-io v0.2.1
12202023-10-26T22:21:32.882Z Downloaded chacha20 v0.9.1
12212023-10-26T22:21:32.886Z Compiling proc-macro2 v1.0.67
12222023-10-26T22:21:32.890Z Compiling unicode-ident v1.0.12
12232023-10-26T22:21:32.893Z Compiling libc v0.2.149
12242023-10-26T22:21:32.897Z Compiling serde v1.0.188
12252023-10-26T22:21:32.901Z Compiling version_check v0.9.4
12262023-10-26T22:21:32.904Z Compiling autocfg v1.1.0
12272023-10-26T22:21:32.908Z Compiling cfg-if v1.0.0
12282023-10-26T22:21:32.912Z Compiling syn v1.0.109
12292023-10-26T22:21:32.915Z Compiling typenum v1.16.0
12302023-10-26T22:21:32.925Z Compiling once_cell v1.18.0
12312023-10-26T22:21:32.964Z Compiling thiserror v1.0.49
12322023-10-26T22:21:33.033Z Compiling generic-array v0.14.7
12332023-10-26T22:21:33.132Z Compiling lock_api v0.4.10
12342023-10-26T22:21:36.088Z Compiling parking_lot_core v0.9.8
12352023-10-26T22:21:36.168Z Compiling libm v0.2.7
12362023-10-26T22:21:36.268Z Compiling num-traits v0.2.16
12372023-10-26T22:21:36.414Z Compiling itoa v1.0.9
12382023-10-26T22:21:36.549Z Compiling memchr v2.6.3
12392023-10-26T22:21:36.675Z Compiling futures-core v0.3.28
12402023-10-26T22:21:36.695Z Compiling ahash v0.8.3
12412023-10-26T22:21:36.765Z Compiling serde_json v1.0.107
12422023-10-26T22:21:37.168Z Compiling log v0.4.20
12432023-10-26T22:21:37.227Z Compiling slab v0.4.9
12442023-10-26T22:21:37.282Z Compiling futures-channel v0.3.28
12452023-10-26T22:21:37.634Z Compiling quote v1.0.33
12462023-10-26T22:21:38.130Z Compiling futures-task v0.3.28
12472023-10-26T22:21:38.156Z Compiling futures-util v0.3.28
12482023-10-26T22:21:38.178Z Compiling pkg-config v0.3.27
12492023-10-26T22:21:38.195Z Compiling getrandom v0.2.10
12502023-10-26T22:21:38.333Z Compiling syn v2.0.32
12512023-10-26T22:21:38.802Z Compiling jobserver v0.1.26
12522023-10-26T22:21:38.873Z Compiling rand_core v0.6.4
12532023-10-26T22:21:39.078Z Compiling ryu v1.0.15
12542023-10-26T22:21:39.600Z Compiling cc v1.0.83
12552023-10-26T22:21:39.655Z Compiling vcpkg v0.2.15
12562023-10-26T22:21:39.754Z Compiling allocator-api2 v0.2.16
12572023-10-26T22:21:39.900Z Compiling schemars v0.8.13
12582023-10-26T22:21:39.919Z Compiling heck v0.4.1
12592023-10-26T22:21:40.407Z Compiling equivalent v1.0.1
12602023-10-26T22:21:40.555Z Compiling scopeguard v1.2.0
12612023-10-26T22:21:41.182Z Compiling hashbrown v0.14.0
12622023-10-26T22:21:41.566Z Compiling smallvec v1.11.0
12632023-10-26T22:21:42.725Z Compiling byteorder v1.5.0
12642023-10-26T22:21:43.213Z Compiling fnv v1.0.7
12652023-10-26T22:21:43.372Z Compiling httparse v1.8.0
12662023-10-26T22:21:43.396Z Compiling iana-time-zone v0.1.57
12672023-10-26T22:21:43.854Z Compiling pin-project-lite v0.2.13
12682023-10-26T22:21:44.320Z Compiling semver v1.0.20
12692023-10-26T22:21:44.327Z Compiling subtle v2.5.0
12702023-10-26T22:21:44.339Z Compiling ring v0.16.20
12712023-10-26T22:21:44.577Z Compiling indexmap v1.9.3
12722023-10-26T22:21:44.623Z Compiling parking_lot v0.12.1
12732023-10-26T22:21:44.762Z Compiling time-core v0.1.1
12742023-10-26T22:21:44.972Z Compiling dyn-clone v1.0.13
12752023-10-26T22:21:45.419Z Compiling tinyvec_macros v0.1.1
12762023-10-26T22:21:45.422Z Compiling time-macros v0.2.13
12772023-10-26T22:21:45.426Z Compiling tinyvec v1.6.0
12782023-10-26T22:21:45.429Z Compiling openssl-sys v0.9.93
12792023-10-26T22:21:45.433Z Compiling signal-hook-registry v1.4.1
12802023-10-26T22:21:46.321Z Compiling mio v0.8.8
12812023-10-26T22:21:46.591Z Compiling socket2 v0.5.4
12822023-10-26T22:21:46.761Z Compiling num_cpus v1.16.0
12832023-10-26T22:21:46.888Z Compiling rustls v0.21.7
12842023-10-26T22:21:47.247Z Compiling unicode-bidi v0.3.13
12852023-10-26T22:21:47.845Z Compiling unicode-normalization v0.1.22
12862023-10-26T22:21:48.363Z Compiling slog v2.7.0
12872023-10-26T22:21:48.934Z Compiling spin v0.5.2
12882023-10-26T22:21:49.404Z Compiling percent-encoding v2.3.0
12892023-10-26T22:21:49.510Z Compiling ucd-trie v0.1.6
12902023-10-26T22:21:49.680Z Compiling backtrace v0.3.69
12912023-10-26T22:21:49.911Z Compiling async-trait v0.1.74
12922023-10-26T22:21:50.179Z Compiling form_urlencoded v1.2.0
12932023-10-26T22:21:50.242Z Compiling aho-corasick v1.0.4
12942023-10-26T22:21:50.265Z Compiling openssl v0.10.57
12952023-10-26T22:21:50.495Z Compiling serde_derive_internals v0.26.0
12962023-10-26T22:21:50.614Z Compiling regex-syntax v0.7.5
12972023-10-26T22:21:50.717Z Compiling winnow v0.5.15
12982023-10-26T22:21:50.780Z Compiling futures-sink v0.3.28
12992023-10-26T22:21:51.025Z Compiling pin-utils v0.1.0
13002023-10-26T22:21:51.162Z Compiling anyhow v1.0.75
13012023-10-26T22:21:52.612Z Compiling idna v0.4.0
13022023-10-26T22:21:55.021Z Compiling native-tls v0.2.11
13032023-10-26T22:21:55.234Z Compiling url v2.4.1
13042023-10-26T22:21:55.471Z Compiling unicode-xid v0.2.4
13052023-10-26T22:21:56.412Z Compiling rustversion v1.0.14
13062023-10-26T22:21:56.706Z Compiling regex-automata v0.3.8
13072023-10-26T22:21:57.289Z Compiling futures-io v0.3.28
13082023-10-26T22:21:57.408Z Compiling const-oid v0.9.5
13092023-10-26T22:21:58.114Z Compiling hashbrown v0.13.2
13102023-10-26T22:21:58.612Z Compiling unicode-width v0.1.11
13112023-10-26T22:21:59.243Z Compiling synstructure v0.12.6
13122023-10-26T22:22:00.407Z Compiling crossbeam-utils v0.8.16
13132023-10-26T22:22:00.410Z Compiling cpufeatures v0.2.9
13142023-10-26T22:22:00.413Z Compiling tracing-core v0.1.31
13152023-10-26T22:22:00.625Z Compiling adler v1.0.2
13162023-10-26T22:22:00.695Z Compiling ppv-lite86 v0.2.17
13172023-10-26T22:22:01.056Z Compiling miniz_oxide v0.7.1
13182023-10-26T22:22:01.519Z Compiling rustix v0.38.9
13192023-10-26T22:22:02.019Z Compiling rand_chacha v0.3.1
13202023-10-26T22:22:02.666Z Compiling usdt-impl v0.3.5
13212023-10-26T22:22:03.280Z Compiling gimli v0.28.0
13222023-10-26T22:22:03.292Z Compiling bitflags v1.3.2
13232023-10-26T22:22:03.647Z Compiling rand v0.8.5
13242023-10-26T22:22:03.791Z Compiling object v0.32.1
13252023-10-26T22:22:03.816Z Compiling serde_derive v1.0.188
13262023-10-26T22:22:03.837Z Compiling zeroize_derive v1.4.2
13272023-10-26T22:22:03.917Z Compiling thiserror-impl v1.0.49
13282023-10-26T22:22:04.735Z Compiling tokio-macros v2.1.0
13292023-10-26T22:22:06.164Z Compiling futures-macro v0.3.28
13302023-10-26T22:22:06.697Z Compiling tracing-attributes v0.1.26
13312023-10-26T22:22:07.690Z Compiling schemars_derive v0.8.13
13322023-10-26T22:22:08.884Z Compiling zeroize v1.6.0
13332023-10-26T22:22:09.512Z Compiling pest v2.7.2
13342023-10-26T22:22:11.750Z Compiling openssl-macros v0.1.1
13352023-10-26T22:22:11.888Z Compiling crypto-common v0.1.6
13362023-10-26T22:22:12.302Z Compiling regex v1.9.5
13372023-10-26T22:22:12.789Z Compiling block-buffer v0.10.4
13382023-10-26T22:22:12.872Z Compiling digest v0.10.7
13392023-10-26T22:22:13.564Z Compiling zerocopy-derive v0.2.0
13402023-10-26T22:22:14.140Z Compiling pest_meta v2.7.2
13412023-10-26T22:22:14.635Z Compiling tracing v0.1.37
13422023-10-26T22:22:15.466Z Compiling addr2line v0.21.0
13432023-10-26T22:22:15.737Z Compiling deranged v0.3.8
13442023-10-26T22:22:16.243Z Compiling rustc-demangle v0.1.23
13452023-10-26T22:22:16.737Z Compiling pest_generator v2.7.2
13462023-10-26T22:22:17.159Z Compiling zerocopy v0.3.0
13472023-10-26T22:22:17.175Z Compiling num_threads v0.1.6
13482023-10-26T22:22:17.200Z Compiling thread-id v4.2.0
13492023-10-26T22:22:18.062Z Compiling dof v0.1.5
13502023-10-26T22:22:19.147Z Compiling time v0.3.27
13512023-10-26T22:22:19.650Z Compiling base64 v0.21.5
13522023-10-26T22:22:20.561Z Compiling lazy_static v1.4.0
13532023-10-26T22:22:21.898Z Compiling pest_derive v2.7.2
13542023-10-26T22:22:22.584Z Compiling untrusted v0.7.1
13552023-10-26T22:22:22.591Z Compiling strum_macros v0.25.2
13562023-10-26T22:22:23.035Z Compiling dtrace-parser v0.1.14
13572023-10-26T22:22:26.198Z Compiling strsim v0.10.0
13582023-10-26T22:22:26.828Z Compiling regress v0.7.1
13592023-10-26T22:22:27.557Z Compiling socket2 v0.4.9
13602023-10-26T22:22:28.531Z Compiling bytes v1.5.0
13612023-10-26T22:22:28.832Z Compiling indexmap v2.0.0
13622023-10-26T22:22:29.040Z Compiling chrono v0.4.31
13632023-10-26T22:22:29.132Z Compiling uuid v1.4.1
13642023-10-26T22:22:29.220Z Compiling serde_spanned v0.6.3
13652023-10-26T22:22:29.587Z Compiling toml_datetime v0.6.3
13662023-10-26T22:22:30.304Z Compiling http v0.2.9
13672023-10-26T22:22:30.367Z Compiling tokio v1.33.0
13682023-10-26T22:22:30.403Z Compiling bitflags v2.4.0
13692023-10-26T22:22:30.679Z Compiling rustc_version v0.4.0
13702023-10-26T22:22:31.027Z Compiling toml_edit v0.19.15
13712023-10-26T22:22:31.785Z Compiling serde_tokenstream v0.1.7
13722023-10-26T22:22:32.553Z Compiling openapiv3 v1.0.3
13732023-10-26T22:22:34.834Z Compiling serde_tokenstream v0.2.0
13742023-10-26T22:22:35.898Z Compiling hashbrown v0.12.3
13752023-10-26T22:22:36.312Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13762023-10-26T22:22:36.734Z Compiling sct v0.7.0
13772023-10-26T22:22:37.234Z Compiling rustls-webpki v0.101.4
13782023-10-26T22:22:37.494Z Compiling usdt-macro v0.3.5
13792023-10-26T22:22:37.810Z Compiling usdt-attr-macro v0.3.5
13802023-10-26T22:22:39.718Z Compiling httpdate v1.0.3
13812023-10-26T22:22:40.083Z Compiling try-lock v0.2.4
13822023-10-26T22:22:40.275Z Compiling want v0.3.1
13832023-10-26T22:22:40.734Z Compiling http-body v0.4.5
13842023-10-26T22:22:41.060Z Compiling rustls-pemfile v1.0.3
13852023-10-26T22:22:41.128Z Compiling foreign-types-shared v0.1.1
13862023-10-26T22:22:41.259Z Compiling tower-service v0.3.2
13872023-10-26T22:22:41.440Z Compiling openssl-probe v0.1.5
13882023-10-26T22:22:41.516Z Compiling mime v0.3.17
13892023-10-26T22:22:41.674Z Compiling foreign-types v0.3.2
13902023-10-26T22:22:41.989Z Compiling errno v0.3.2
13912023-10-26T22:22:42.117Z Compiling ipnet v2.8.0
13922023-10-26T22:22:42.542Z Compiling getopts v0.2.21
13932023-10-26T22:22:44.043Z Compiling tokio-util v0.7.10
13942023-10-26T22:22:44.306Z Compiling encoding_rs v0.8.33
13952023-10-26T22:22:44.407Z Compiling unsafe-libyaml v0.2.9
13962023-10-26T22:22:45.766Z Compiling rustls-native-certs v0.6.3
13972023-10-26T22:22:46.070Z Compiling h2 v0.3.21
13982023-10-26T22:22:46.535Z Compiling serde_urlencoded v0.7.1
13992023-10-26T22:22:47.436Z Compiling tokio-rustls v0.24.1
14002023-10-26T22:22:47.646Z Compiling serde_yaml v0.9.25
14012023-10-26T22:22:48.565Z Compiling webpki-roots v0.25.2
14022023-10-26T22:22:53.961Z Compiling hmac v0.12.1
14032023-10-26T22:22:54.171Z Compiling num-integer v0.1.45
14042023-10-26T22:22:54.283Z Compiling sha2 v0.10.8
14052023-10-26T22:22:54.626Z Compiling block-padding v0.3.3
14062023-10-26T22:22:55.774Z Compiling tokio-native-tls v0.3.1
14072023-10-26T22:22:56.218Z Compiling inout v0.1.3
14082023-10-26T22:22:56.632Z Compiling futures-executor v0.3.28
14092023-10-26T22:22:56.897Z Compiling cipher v0.4.4
14102023-10-26T22:22:57.638Z Compiling toml v0.7.8
14112023-10-26T22:22:57.774Z Compiling crc32fast v1.3.2
14122023-10-26T22:22:57.887Z Compiling fallible-iterator v0.2.0
14132023-10-26T22:22:58.417Z Compiling hyper v0.14.27
14142023-10-26T22:22:58.579Z Compiling futures v0.3.28
14152023-10-26T22:22:58.755Z Compiling ipnetwork v0.20.0
14162023-10-26T22:22:59.100Z Compiling spin v0.9.8
14172023-10-26T22:22:59.733Z Compiling siphasher v0.3.11
14182023-10-26T22:22:59.800Z Compiling usdt v0.3.5
14192023-10-26T22:23:00.668Z Compiling md-5 v0.10.5
14202023-10-26T22:23:01.064Z Compiling stringprep v0.1.3
14212023-10-26T22:23:02.126Z Compiling io-lifetimes v1.0.11
14222023-10-26T22:23:02.213Z Compiling postgres-protocol v0.6.6
14232023-10-26T22:23:02.429Z Compiling phf_shared v0.11.2
14242023-10-26T22:23:02.867Z Compiling hex v0.4.3
14252023-10-26T22:23:03.066Z Compiling enum-as-inner v0.5.1
14262023-10-26T22:23:03.715Z Compiling slog-async v2.8.0
14272023-10-26T22:23:03.886Z Compiling postgres-types v0.2.6
14282023-10-26T22:23:04.477Z Compiling phf v0.11.2
14292023-10-26T22:23:04.565Z Compiling num-bigint v0.4.4
14302023-10-26T22:23:04.983Z Compiling data-encoding v2.4.0
14312023-10-26T22:23:05.230Z Compiling whoami v1.4.1
14322023-10-26T22:23:05.376Z Compiling rustix v0.37.23
14332023-10-26T22:23:06.125Z Compiling tokio-postgres v0.7.10
14342023-10-26T22:23:06.461Z Compiling zerocopy-derive v0.6.4
14352023-10-26T22:23:06.624Z Compiling static_assertions v1.1.0
14362023-10-26T22:23:09.024Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14372023-10-26T22:23:09.824Z Compiling ident_case v1.0.1
14382023-10-26T22:23:10.231Z Compiling either v1.9.0
14392023-10-26T22:23:10.400Z Compiling darling_core v0.20.3
14402023-10-26T22:23:10.425Z Compiling hyper-tls v0.5.0
14412023-10-26T22:23:10.742Z Compiling hyper-rustls v0.24.1
14422023-10-26T22:23:12.037Z Compiling reqwest v0.11.20
14432023-10-26T22:23:12.207Z Compiling camino v1.1.6
14442023-10-26T22:23:12.403Z Compiling flate2 v1.0.28
14452023-10-26T22:23:13.088Z Compiling heapless v0.7.16
14462023-10-26T22:23:13.671Z Compiling bzip2-sys v0.1.11+1.0.8
14472023-10-26T22:23:14.144Z Compiling memoffset v0.9.0
14482023-10-26T22:23:14.304Z Compiling matches v0.1.10
14492023-10-26T22:23:14.435Z Compiling managed v0.8.0
14502023-10-26T22:23:14.602Z Compiling radium v0.7.0
14512023-10-26T22:23:15.188Z Compiling unicode-segmentation v1.10.1
14522023-10-26T22:23:15.590Z Compiling idna v0.2.3
14532023-10-26T22:23:16.531Z Compiling itertools v0.11.0
14542023-10-26T22:23:17.214Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14552023-10-26T22:23:17.232Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14562023-10-26T22:23:17.272Z Compiling multer v2.1.0
14572023-10-26T22:23:17.806Z Compiling trust-dns-proto v0.22.0
14582023-10-26T22:23:18.841Z Compiling async-stream-impl v0.3.5
14592023-10-26T22:23:20.390Z Compiling darling_macro v0.20.3
14602023-10-26T22:23:20.965Z Compiling crossbeam-epoch v0.9.15
14612023-10-26T22:23:21.979Z Compiling darling v0.20.3
14622023-10-26T22:23:22.803Z Compiling num-iter v0.1.43
14632023-10-26T22:23:22.806Z Compiling serde_with_macros v2.3.3
14642023-10-26T22:23:22.809Z Compiling utf8parse v0.2.1
14652023-10-26T22:23:22.814Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14662023-10-26T22:23:22.823Z Compiling smoltcp v0.9.1
14672023-10-26T22:23:22.925Z Compiling paste v1.0.14
14682023-10-26T22:23:23.061Z Compiling anstyle v1.0.2
14692023-10-26T22:23:23.572Z Compiling bit-vec v0.6.3
14702023-10-26T22:23:24.301Z Compiling anstyle-parse v0.2.1
14712023-10-26T22:23:26.660Z Compiling zerocopy v0.6.4
14722023-10-26T22:23:26.678Z Compiling signature v2.1.0
14732023-10-26T22:23:27.410Z Compiling hubpack_derive v0.1.1
14742023-10-26T22:23:27.422Z Compiling clap_derive v4.4.2
14752023-10-26T22:23:27.613Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14762023-10-26T22:23:28.022Z Compiling colorchoice v1.0.0
14772023-10-26T22:23:28.270Z Compiling anstyle-query v1.0.0
14782023-10-26T22:23:28.455Z Compiling anstream v0.5.0
14792023-10-26T22:23:29.113Z Compiling terminal_size v0.2.6
14802023-10-26T22:23:30.965Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14812023-10-26T22:23:31.390Z Compiling yasna v0.5.2
14822023-10-26T22:23:32.251Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14832023-10-26T22:23:33.023Z Compiling structmeta-derive v0.1.6
14842023-10-26T22:23:33.780Z Compiling diesel_table_macro_syntax v0.1.0
14852023-10-26T22:23:34.242Z Compiling hash32 v0.2.1
14862023-10-26T22:23:34.695Z Compiling stable_deref_trait v1.2.0
14872023-10-26T22:23:34.869Z Compiling tap v1.0.1
14882023-10-26T22:23:34.988Z Compiling clap_lex v0.5.1
14892023-10-26T22:23:35.153Z Compiling wyz v0.5.1
14902023-10-26T22:23:35.806Z Compiling clap_builder v4.4.2
14912023-10-26T22:23:35.920Z Compiling diesel_derives v2.1.1
14922023-10-26T22:23:36.839Z Compiling tokio-stream v0.1.14
14932023-10-26T22:23:37.489Z Compiling structmeta v0.1.6
14942023-10-26T22:23:38.440Z Compiling serde_repr v0.1.16
14952023-10-26T22:23:38.446Z Compiling scheduled-thread-pool v0.2.7
14962023-10-26T22:23:38.450Z Compiling regex-automata v0.1.10
14972023-10-26T22:23:38.555Z Compiling regex-syntax v0.6.29
14982023-10-26T22:23:39.145Z Compiling funty v2.0.0
14992023-10-26T22:23:39.303Z Compiling bstr v0.2.17
15002023-10-26T22:23:40.602Z Compiling r2d2 v0.8.10
15012023-10-26T22:23:41.236Z Compiling bitvec v1.0.1
15022023-10-26T22:23:42.616Z Compiling clap v4.4.3
15032023-10-26T22:23:42.783Z Compiling hubpack v0.1.2
15042023-10-26T22:23:44.348Z Compiling itertools v0.10.5
15052023-10-26T22:23:44.357Z Compiling phf_shared v0.10.0
15062023-10-26T22:23:45.754Z Compiling float-cmp v0.9.0
15072023-10-26T22:23:45.764Z Compiling fixedbitset v0.4.2
15082023-10-26T22:23:46.551Z Compiling normalize-line-endings v0.3.0
15092023-10-26T22:23:46.735Z Compiling new_debug_unreachable v1.0.4
15102023-10-26T22:23:46.878Z Compiling difflib v0.4.0
15112023-10-26T22:23:48.442Z Compiling parse-display-derive v0.7.0
15122023-10-26T22:23:48.825Z Compiling predicates-core v1.0.6
15132023-10-26T22:23:49.102Z Compiling precomputed-hash v0.1.1
15142023-10-26T22:23:49.204Z Compiling predicates v3.0.4
15152023-10-26T22:23:49.262Z Compiling string_cache v0.8.7
15162023-10-26T22:23:49.817Z Compiling petgraph v0.6.4
15172023-10-26T22:23:50.084Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15182023-10-26T22:23:52.165Z Compiling similar v2.2.1
15192023-10-26T22:23:53.594Z Compiling bit-set v0.5.3
15202023-10-26T22:23:53.857Z Compiling console v0.15.7
15212023-10-26T22:23:54.030Z Compiling bstr v1.6.0
15222023-10-26T22:23:55.008Z Compiling lalrpop-util v0.19.12
15232023-10-26T22:24:00.903Z Compiling diesel v2.1.1
15242023-10-26T22:24:06.308Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15252023-10-26T22:24:06.359Z Compiling proc-macro-crate v1.3.1
15262023-10-26T22:24:07.735Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15272023-10-26T22:24:17.021Z Compiling crucible-workspace-hack v0.1.0
15282023-10-26T22:24:37.702Z Compiling atty v0.2.14
15292023-10-26T22:24:41.099Z Compiling sha1 v0.10.5
15302023-10-26T22:24:41.190Z Compiling match_cfg v0.1.0
15312023-10-26T22:24:41.330Z Compiling hostname v0.3.1
15322023-10-26T22:24:47.647Z Compiling dirs-sys-next v0.1.2
15332023-10-26T22:24:48.718Z Compiling dirs-next v2.0.0
15342023-10-26T22:24:52.709Z Compiling thread_local v1.1.7
15352023-10-26T22:24:56.582Z Compiling term v0.7.0
15362023-10-26T22:24:56.606Z Compiling crossbeam-channel v0.5.8
15372023-10-26T22:24:58.231Z Compiling take_mut v0.2.2
15382023-10-26T22:24:58.637Z Compiling slog-term v2.9.0
15392023-10-26T22:24:59.775Z Compiling slog-json v2.6.1
15402023-10-26T22:25:00.436Z Compiling instant v0.1.12
15412023-10-26T22:25:00.856Z Compiling slog-bunyan v2.4.0
15422023-10-26T22:25:02.171Z Compiling strum v0.25.0
15432023-10-26T22:25:02.621Z Compiling atomic-waker v1.1.1
15442023-10-26T22:25:02.958Z Compiling waitgroup v0.1.2
15452023-10-26T22:25:03.272Z Compiling num_enum_derive v0.5.11
15462023-10-26T22:25:03.328Z Compiling serde_with v2.3.3
15472023-10-26T22:25:03.449Z Compiling async-stream v0.3.5
15482023-10-26T22:25:05.709Z Compiling serde_path_to_error v0.1.14
15492023-10-26T22:25:06.128Z Compiling libz-sys v1.1.12
15502023-10-26T22:25:06.132Z Compiling debug-ignore v1.0.5
15512023-10-26T22:25:06.136Z Compiling fastrand v2.0.0
15522023-10-26T22:25:07.211Z Compiling tempfile v3.8.0
15532023-10-26T22:25:08.940Z Compiling proc-macro-error-attr v1.0.4
15542023-10-26T22:25:09.126Z Compiling slog-dtrace v0.2.3
15552023-10-26T22:25:10.874Z Compiling backoff v0.4.0
15562023-10-26T22:25:11.440Z Compiling parse-display v0.7.0
15572023-10-26T22:25:12.279Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15582023-10-26T22:25:13.058Z Compiling macaddr v1.0.1
15592023-10-26T22:25:13.144Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15602023-10-26T22:25:13.479Z Compiling libgit2-sys v0.15.2+1.6.4
15612023-10-26T22:25:13.814Z Compiling proc-macro-error v1.0.4
15622023-10-26T22:25:14.261Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15632023-10-26T22:25:16.229Z Compiling libsqlite3-sys v0.26.0
15642023-10-26T22:25:16.679Z Compiling memoffset v0.7.1
15652023-10-26T22:25:16.916Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15662023-10-26T22:25:19.430Z Compiling foreign-types-macros v0.2.3
15672023-10-26T22:25:19.775Z Compiling vergen v8.2.4
15682023-10-26T22:25:20.248Z Compiling base64ct v1.6.0
15692023-10-26T22:25:23.548Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15702023-10-26T22:25:23.617Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15712023-10-26T22:25:30.243Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15722023-10-26T22:25:30.367Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15732023-10-26T22:25:30.469Z Compiling platforms v3.0.2
15742023-10-26T22:25:31.086Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15752023-10-26T22:25:31.507Z Compiling num_enum_derive v0.7.0
15762023-10-26T22:25:31.531Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15772023-10-26T22:25:31.773Z Compiling password-hash v0.5.0
15782023-10-26T22:25:32.369Z Compiling curve25519-dalek v4.1.0
15792023-10-26T22:25:32.437Z Compiling heck v0.3.3
15802023-10-26T22:25:32.926Z Compiling blake2 v0.10.6
15812023-10-26T22:25:33.034Z Compiling libefi-sys v0.1.0
15822023-10-26T22:25:33.283Z Compiling structopt-derive v0.4.18
15832023-10-26T22:25:33.520Z Compiling zone_cfg_derive v0.2.0
15842023-10-26T22:25:33.705Z Compiling argon2 v0.5.2
15852023-10-26T22:25:35.274Z Compiling curve25519-dalek-derive v0.1.0
15862023-10-26T22:25:35.758Z Compiling num-derive v0.4.0
15872023-10-26T22:25:35.790Z Compiling same-file v1.0.6
15882023-10-26T22:25:36.237Z Compiling walkdir v2.4.0
15892023-10-26T22:25:36.628Z Compiling toml v0.5.11
15902023-10-26T22:25:37.389Z Compiling semver-parser v0.10.2
15912023-10-26T22:25:37.638Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15922023-10-26T22:25:38.044Z Compiling filetime v0.2.22
15932023-10-26T22:25:38.179Z Compiling xattr v1.0.1
15942023-10-26T22:25:38.556Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
15952023-10-26T22:25:38.624Z Compiling getrandom v0.1.16
15962023-10-26T22:25:38.974Z Compiling erased-serde v0.3.30
15972023-10-26T22:25:39.360Z Compiling semver v0.11.0
15982023-10-26T22:25:39.453Z Compiling tar v0.4.40
15992023-10-26T22:25:39.771Z Compiling universal-hash v0.5.1
16002023-10-26T22:25:40.002Z Compiling bitstruct_derive v0.1.0
16012023-10-26T22:25:40.080Z Compiling async-recursion v1.0.5
16022023-10-26T22:25:40.534Z Compiling home v0.5.5
16032023-10-26T22:25:40.778Z Compiling opaque-debug v0.3.0
16042023-10-26T22:25:40.964Z Compiling toolchain_find v0.2.0
16052023-10-26T22:25:41.289Z Compiling num-rational v0.4.1
16062023-10-26T22:25:41.714Z Compiling unicase v2.7.0
16072023-10-26T22:25:41.741Z Compiling parking_lot_core v0.8.6
16082023-10-26T22:25:41.892Z Compiling rustfmt-wrapper v0.2.0
16092023-10-26T22:25:42.176Z Compiling omicron-zone-package v0.8.3
16102023-10-26T22:25:42.348Z Compiling num_enum v0.5.11
16112023-10-26T22:25:42.405Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16122023-10-26T22:25:42.580Z Compiling aead v0.5.2
16132023-10-26T22:25:43.043Z Compiling winapi v0.3.9
16142023-10-26T22:25:43.126Z Compiling postcard-cobs v0.1.5-pre
16152023-10-26T22:25:43.151Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16162023-10-26T22:25:43.415Z Compiling polyval v0.6.1
16172023-10-26T22:25:43.598Z Compiling postcard v0.7.3
16182023-10-26T22:25:43.840Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16192023-10-26T22:25:44.310Z Compiling smoltcp v0.8.2
16202023-10-26T22:25:44.447Z Compiling aes v0.8.3
16212023-10-26T22:25:44.468Z Compiling ctr v0.9.2
16222023-10-26T22:25:44.958Z Compiling thiserror-impl-no-std v2.0.2
16232023-10-26T22:25:45.023Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16242023-10-26T22:25:45.332Z Compiling foreign-types-shared v0.3.1
16252023-10-26T22:25:45.503Z Compiling cfg-if v0.1.10
16262023-10-26T22:25:45.797Z Compiling foreign-types v0.5.0
16272023-10-26T22:25:46.542Z Compiling mime_guess v2.0.4
16282023-10-26T22:25:49.326Z Compiling is-terminal v0.4.9
16292023-10-26T22:25:49.521Z Compiling toml_edit v0.20.0
16302023-10-26T22:25:49.825Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16312023-10-26T22:25:51.446Z Compiling hashlink v0.8.3
16322023-10-26T22:25:52.582Z Compiling cstr-argument v0.1.2
16332023-10-26T22:25:52.983Z Compiling pretty-hex v0.2.1
16342023-10-26T22:25:53.477Z Compiling fallible-streaming-iterator v0.1.9
16352023-10-26T22:25:53.903Z Compiling rusqlite v0.29.0
16362023-10-26T22:25:54.448Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16372023-10-26T22:25:55.020Z Compiling toml v0.8.0
16382023-10-26T22:25:57.526Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16392023-10-26T22:25:58.196Z Compiling colored v2.0.4
16402023-10-26T22:25:58.481Z Compiling nix v0.26.2
16412023-10-26T22:25:58.485Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16422023-10-26T22:26:00.336Z Compiling twox-hash v1.6.3
16432023-10-26T22:26:00.841Z Compiling hkdf v0.12.3
16442023-10-26T22:26:01.578Z Compiling textwrap v0.11.0
16452023-10-26T22:26:01.588Z Compiling const_format_proc_macros v0.2.31
16462023-10-26T22:26:02.494Z Compiling base64 v0.13.1
16472023-10-26T22:26:03.524Z Compiling vec_map v0.8.2
16482023-10-26T22:26:03.984Z Compiling strsim v0.8.0
16492023-10-26T22:26:04.559Z Compiling ansi_term v0.12.1
16502023-10-26T22:26:04.992Z Compiling linked-hash-map v0.5.6
16512023-10-26T22:26:05.396Z Compiling quick-error v1.2.3
16522023-10-26T22:26:05.568Z Compiling lru-cache v0.1.2
16532023-10-26T22:26:05.645Z Compiling resolv-conf v0.7.0
16542023-10-26T22:26:05.908Z Compiling clap v2.34.0
16552023-10-26T22:26:08.462Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16562023-10-26T22:26:08.776Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16572023-10-26T22:26:10.769Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16582023-10-26T22:26:12.462Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16592023-10-26T22:26:14.004Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16602023-10-26T22:26:15.982Z Compiling num_enum v0.7.0
16612023-10-26T22:26:16.183Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16622023-10-26T22:26:17.902Z Compiling bincode v1.3.3
16632023-10-26T22:26:18.301Z Compiling utf-8 v0.7.6
16642023-10-26T22:26:18.836Z Compiling termcolor v1.2.0
16652023-10-26T22:26:20.457Z Compiling cancel-safe-futures v0.1.2
16662023-10-26T22:26:21.042Z Compiling humantime v2.1.0
16672023-10-26T22:26:21.058Z Compiling keccak v0.1.4
16682023-10-26T22:26:21.331Z Compiling convert_case v0.4.0
16692023-10-26T22:26:21.593Z Compiling sha3 v0.10.8
16702023-10-26T22:26:22.436Z Compiling env_logger v0.9.3
16712023-10-26T22:26:22.631Z Compiling derive_more v0.99.17
16722023-10-26T22:26:23.699Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16732023-10-26T22:26:29.913Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16742023-10-26T22:26:31.908Z Compiling structopt v0.3.26
16752023-10-26T22:26:31.919Z Compiling trust-dns-resolver v0.22.0
16762023-10-26T22:26:35.526Z Compiling aes-gcm-siv v0.11.1
16772023-10-26T22:26:36.092Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16782023-10-26T22:26:36.678Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16792023-10-26T22:26:37.279Z Compiling zone v0.2.0
16802023-10-26T22:26:38.391Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16812023-10-26T22:26:38.994Z Compiling secrecy v0.8.0
16822023-10-26T22:26:39.233Z Compiling smf v0.2.2
16832023-10-26T22:26:39.428Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16842023-10-26T22:26:40.077Z Compiling ringbuffer v0.15.0
16852023-10-26T22:26:40.534Z Compiling ascii v1.1.0
16862023-10-26T22:26:42.193Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16872023-10-26T22:26:42.378Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16882023-10-26T22:26:42.566Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16892023-10-26T22:26:43.849Z Compiling bitstruct v0.1.1
16902023-10-26T22:26:45.659Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16912023-10-26T22:26:46.312Z Compiling serde_arrays v0.1.0
16922023-10-26T22:26:46.518Z Compiling ff v0.13.0
16932023-10-26T22:26:46.566Z Compiling nibble_vec v0.1.0
16942023-10-26T22:26:46.878Z Compiling endian-type v0.1.2
16952023-10-26T22:26:46.993Z Compiling arc-swap v1.6.0
16962023-10-26T22:26:47.267Z Compiling radix_trie v0.2.1
16972023-10-26T22:26:47.409Z Compiling group v0.13.0
16982023-10-26T22:26:47.936Z Compiling slog-scope v4.4.0
16992023-10-26T22:26:48.133Z Compiling rand_core v0.5.1
17002023-10-26T22:26:48.292Z Compiling tungstenite v0.20.1
17012023-10-26T22:26:48.985Z Compiling poly1305 v0.8.0
17022023-10-26T22:26:50.221Z Compiling chacha20 v0.9.1
17032023-10-26T22:26:50.883Z Compiling crypto-bigint v0.5.2
17042023-10-26T22:26:50.929Z Compiling num-complex v0.4.4
17052023-10-26T22:26:50.932Z Compiling base16ct v0.2.0
17062023-10-26T22:26:51.382Z Compiling half v1.8.2
17072023-10-26T22:26:51.525Z Compiling option-ext v0.2.0
17082023-10-26T22:26:51.568Z Compiling ciborium-io v0.2.1
17092023-10-26T22:26:51.759Z Compiling dirs-sys v0.4.1
17102023-10-26T22:26:52.108Z Compiling ciborium-ll v0.2.1
17112023-10-26T22:26:52.753Z Compiling num v0.4.1
17122023-10-26T22:26:52.840Z Compiling tokio-tungstenite v0.20.1
17132023-10-26T22:26:52.843Z Compiling parking_lot v0.11.2
17142023-10-26T22:26:52.913Z Compiling rand_chacha v0.2.2
17152023-10-26T22:26:53.037Z Compiling slog-stdlog v4.1.1
17162023-10-26T22:26:53.254Z Compiling trust-dns-client v0.22.0
17172023-10-26T22:26:53.439Z Compiling thiserror-no-std v2.0.2
17182023-10-26T22:26:54.613Z Compiling elliptic-curve v0.13.5
17192023-10-26T22:26:54.654Z Compiling password-hash v0.4.2
17202023-10-26T22:26:54.900Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17212023-10-26T22:26:55.340Z Compiling ed25519 v2.2.2
17222023-10-26T22:26:55.487Z Compiling blowfish v0.9.1
17232023-10-26T22:26:55.950Z Compiling pbkdf2 v0.12.2
17242023-10-26T22:26:56.197Z Compiling fxhash v0.2.1
17252023-10-26T22:26:56.758Z Compiling sled v0.34.7
17262023-10-26T22:26:56.761Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17272023-10-26T22:26:57.607Z Compiling bcrypt-pbkdf v0.10.0
17282023-10-26T22:26:57.614Z Compiling trust-dns-server v0.22.1
17292023-10-26T22:26:57.675Z Compiling ed25519-dalek v2.0.0
17302023-10-26T22:26:58.120Z Compiling pbkdf2 v0.11.0
17312023-10-26T22:26:58.453Z Compiling vsss-rs v3.3.1
17322023-10-26T22:26:58.681Z Compiling russh-cryptovec v0.7.0
17332023-10-26T22:27:00.186Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17342023-10-26T22:27:00.196Z Compiling rand v0.7.3
17352023-10-26T22:27:00.218Z Compiling slog-envlogger v2.2.0
17362023-10-26T22:27:02.232Z Compiling ciborium v0.2.1
17372023-10-26T22:27:02.296Z Compiling dirs v5.0.1
17382023-10-26T22:27:02.597Z Compiling chacha20poly1305 v0.10.1
17392023-10-26T22:27:02.908Z Compiling tungstenite v0.18.0
17402023-10-26T22:27:03.456Z Compiling const_format v0.2.31
17412023-10-26T22:27:04.538Z Compiling pem v1.1.1
17422023-10-26T22:27:04.972Z Compiling ron v0.7.1
17432023-10-26T22:27:06.153Z Compiling ghash v0.5.0
17442023-10-26T22:27:06.851Z Compiling camino-tempfile v1.0.2
17452023-10-26T22:27:07.939Z Compiling cbc v0.1.2
17462023-10-26T22:27:08.066Z Compiling headers-core v0.2.0
17472023-10-26T22:27:08.734Z Compiling md5 v0.7.0
17482023-10-26T22:27:08.783Z Compiling http-range v0.1.5
17492023-10-26T22:27:09.281Z Compiling bit_field v0.10.2
17502023-10-26T22:27:09.307Z Compiling pretty-hex v0.3.0
17512023-10-26T22:27:09.374Z Compiling russh-keys v0.38.0
17522023-10-26T22:27:09.606Z Compiling hyper-staticfile v0.9.5
17532023-10-26T22:27:10.420Z Compiling headers v0.3.9
17542023-10-26T22:27:14.806Z Compiling aes-gcm v0.10.2
17552023-10-26T22:27:15.331Z Compiling rcgen v0.10.0
17562023-10-26T22:27:15.489Z Compiling tokio-tungstenite v0.18.0
17572023-10-26T22:27:21.984Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17582023-10-26T22:27:22.232Z Compiling atomicwrites v0.4.2
17592023-10-26T22:27:22.876Z Compiling subprocess v0.2.9
17602023-10-26T22:27:23.470Z Compiling hex-literal v0.4.1
17612023-10-26T22:27:23.698Z Compiling glob v0.3.1
17622023-10-26T22:27:23.954Z Compiling russh v0.38.0
17632023-10-26T22:27:31.204Z Compiling bzip2 v0.4.4
17642023-10-26T22:27:31.815Z Compiling zip v0.6.6
17652023-10-26T22:27:34.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17662023-10-26T22:27:34.903Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17672023-10-26T22:27:34.958Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17682023-10-26T22:27:35.009Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17692023-10-26T22:27:35.110Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17702023-10-26T22:27:35.310Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17712023-10-26T22:27:35.559Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17722023-10-26T22:27:36.094Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17732023-10-26T22:27:36.254Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17742023-10-26T22:27:37.212Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17752023-10-26T22:27:49.165Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17762023-10-26T22:27:54.624Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17772023-10-26T22:28:00.139Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17782023-10-26T22:28:01.881Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17792023-10-26T22:28:15.925Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17802023-10-26T22:28:17.506Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17812023-10-26T22:28:23.201Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17822023-10-26T22:28:24.274Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17832023-10-26T22:28:29.577Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17842023-10-26T22:28:31.576Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17852023-10-26T22:28:47.566Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17862023-10-26T22:29:12.896Z Compiling git2 v0.17.2
17872023-10-26T22:29:19.421Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17882023-10-26T22:29:21.409Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17892023-10-26T22:29:33.969Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17902023-10-26T22:29:50.775Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17912023-10-26T22:29:51.105Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17922023-10-26T22:29:51.677Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17932023-10-26T22:29:55.428Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17942023-10-26T22:30:34.723Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17952023-10-26T22:32:17.051Z Finished dev [unoptimized + debuginfo] target(s) in 11m 17s
17962023-10-26T22:32:17.402Z
17972023-10-26T22:32:17.408Zreal 11:17.628974270
17982023-10-26T22:32:17.413Zuser 1:01:26.262500169
17992023-10-26T22:32:17.417Zsys 9:45.742305788
18002023-10-26T22:32:17.420Ztrap 2.417389359
18012023-10-26T22:32:17.424Ztflt 9.626382463
18022023-10-26T22:32:17.428Zdflt 12.006796740
18032023-10-26T22:32:17.434Zkflt 0.020952140
18042023-10-26T22:32:17.438Zlock 1:53:14.708939447
18052023-10-26T22:32:17.443Zslp 3:14:50.041322505
18062023-10-26T22:32:17.448Zlat 2:23.712519228
18072023-10-26T22:32:17.451Zstop 5:44.309657066
18082023-10-26T22:32:17.454Z+ mkdir -p /work/end-to-end-tests
18092023-10-26T22:32:17.459Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18102023-10-26T22:32:18.431Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18112023-10-26T22:32:18.434Z+ ptime -m gzip
18122023-10-26T22:32:18.437Z++ basename target/debug/bootstrap
18132023-10-26T22:32:35.534Z
18142023-10-26T22:32:35.538Zreal 17.063350862
18152023-10-26T22:32:35.543Zuser 16.896088945
18162023-10-26T22:32:35.546Zsys 0.158988771
18172023-10-26T22:32:35.549Ztrap 0.004274896
18182023-10-26T22:32:35.552Ztflt 0.000000000
18192023-10-26T22:32:35.554Zdflt 0.000000000
18202023-10-26T22:32:35.557Zkflt 0.000000000
18212023-10-26T22:32:35.560Zlock 0.000000000
18222023-10-26T22:32:35.563Zslp 0.000000000
18232023-10-26T22:32:35.566Zlat 0.003216537
18242023-10-26T22:32:35.569Zstop 0.000647891
18252023-10-26T22:32:35.588Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18262023-10-26T22:32:35.591Z+ ptime -m gzip
18272023-10-26T22:32:35.594Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce25c26538ce669c
18282023-10-26T22:32:36.617Z
18292023-10-26T22:32:37.029Zreal 1.104193212
18302023-10-26T22:32:37.032Zuser 1.091986795
18312023-10-26T22:32:37.035Zsys 0.011568813
18322023-10-26T22:32:37.038Ztrap 0.000123433
18332023-10-26T22:32:37.040Ztflt 0.000000000
18342023-10-26T22:32:37.044Zdflt 0.000000000
18352023-10-26T22:32:37.047Zkflt 0.000000000
18362023-10-26T22:32:37.055Zlock 0.000000000
18372023-10-26T22:32:37.469Zslp 0.000000000
18382023-10-26T22:32:37.472Zlat 0.000167508
18392023-10-26T22:32:37.477Zstop 0.000228469
18402023-10-26T22:32:37.484Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18412023-10-26T22:32:37.489Z+ ptime -m gzip
18422023-10-26T22:32:37.504Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bcb3df1a66c8d052
18432023-10-26T22:32:56.025Z
18442023-10-26T22:32:56.074Zreal 19.398120939
18452023-10-26T22:32:56.093Zuser 19.211334652
18462023-10-26T22:32:56.115Zsys 0.181334374
18472023-10-26T22:32:56.120Ztrap 0.003790880
18482023-10-26T22:32:56.128Ztflt 0.000000000
18492023-10-26T22:32:56.152Zdflt 0.000000000
18502023-10-26T22:32:56.160Zkflt 0.000000000
18512023-10-26T22:32:56.189Zlock 0.000000000
18522023-10-26T22:32:56.200Zslp 0.000000000
18532023-10-26T22:32:56.226Zlat 0.001316138
18542023-10-26T22:32:56.235Zstop 0.000229075
18552023-10-26T22:32:56.240Z+ banner caboose-util
18562023-10-26T22:32:56.253Z
18572023-10-26T22:32:56.260Z #### ## ##### #### #### #### ###### # # #####
18582023-10-26T22:32:56.267Z # # # # # # # # # # # # # # #
18592023-10-26T22:32:56.270Z # # # ##### # # # # #### ##### ##### # # #
18602023-10-26T22:32:56.273Z # ###### # # # # # # # # # # #
18612023-10-26T22:32:56.276Z # # # # # # # # # # # # # # # #
18622023-10-26T22:32:56.280Z #### # # ##### #### #### #### ###### #### #
18632023-10-26T22:32:56.283Z
18642023-10-26T22:32:56.289Z+ ptime -m cargo build --locked -p caboose-util --release
18652023-10-26T22:32:56.752Z Downloading crates ...
18662023-10-26T22:32:57.074Z Downloaded maybe-uninit v2.0.0
18672023-10-26T22:32:57.092Z Downloaded crc v3.0.1
18682023-10-26T22:32:57.099Z Downloaded smallvec v0.6.14
18692023-10-26T22:32:57.101Z Downloaded crc-catalog v2.2.0
18702023-10-26T22:32:57.106Z Downloaded path-slash v0.1.5
18712023-10-26T22:32:57.117Z Downloaded nodrop v0.1.14
18722023-10-26T22:32:57.537Z Downloaded serde-hex v0.1.0
18732023-10-26T22:32:57.544Z Downloaded flagset v0.4.3
18742023-10-26T22:32:57.554Z Downloaded pkcs1 v0.7.5
18752023-10-26T22:32:57.560Z Downloaded packed_struct v0.10.1
18762023-10-26T22:32:57.566Z Downloaded array-init v0.0.4
18772023-10-26T22:32:57.978Z Downloaded num-bigint-dig v0.8.4
18782023-10-26T22:32:57.986Z Downloaded ron v0.8.1
18792023-10-26T22:32:58.407Z Downloaded x509-cert v0.2.4
18802023-10-26T22:32:58.415Z Downloaded object v0.30.4
18812023-10-26T22:32:58.437Z Downloaded rsa v0.9.2
18822023-10-26T22:32:58.444Z Downloaded crc-any v2.4.3
18832023-10-26T22:32:58.453Z Downloaded env_logger v0.10.0
18842023-10-26T22:32:58.458Z Downloaded packed_struct_codegen v0.10.1
18852023-10-26T22:32:58.463Z Downloaded der_derive v0.7.2
18862023-10-26T22:32:58.469Z Downloaded pem-rfc7468 v0.7.0
18872023-10-26T22:32:58.474Z Downloaded bitfield v0.14.0
18882023-10-26T22:32:58.479Z Compiling proc-macro2 v1.0.67
18892023-10-26T22:32:58.484Z Compiling unicode-ident v1.0.12
18902023-10-26T22:32:58.488Z Compiling libc v0.2.149
18912023-10-26T22:32:58.493Z Compiling autocfg v1.1.0
18922023-10-26T22:32:58.504Z Compiling serde v1.0.188
18932023-10-26T22:32:58.508Z Compiling version_check v0.9.4
18942023-10-26T22:32:58.514Z Compiling cfg-if v1.0.0
18952023-10-26T22:32:58.524Z Compiling once_cell v1.18.0
18962023-10-26T22:32:58.529Z Compiling syn v1.0.109
18972023-10-26T22:32:58.543Z Compiling parking_lot_core v0.9.8
18982023-10-26T22:32:58.551Z Compiling typenum v1.16.0
18992023-10-26T22:32:58.568Z Compiling libm v0.2.7
19002023-10-26T22:32:58.988Z Compiling futures-core v0.3.28
19012023-10-26T22:32:58.994Z Compiling lock_api v0.4.10
19022023-10-26T22:32:58.997Z Compiling generic-array v0.14.7
19032023-10-26T22:32:59.003Z Compiling num-traits v0.2.16
19042023-10-26T22:32:59.006Z Compiling pkg-config v0.3.27
19052023-10-26T22:32:59.010Z Compiling slab v0.4.9
19062023-10-26T22:32:59.089Z Compiling futures-task v0.3.28
19072023-10-26T22:32:59.743Z Compiling futures-channel v0.3.28
19082023-10-26T22:33:00.169Z Compiling quote v1.0.33
19092023-10-26T22:33:00.173Z Compiling serde_json v1.0.107
19102023-10-26T22:33:00.181Z Compiling scopeguard v1.2.0
19112023-10-26T22:33:00.185Z Compiling thiserror v1.0.49
19122023-10-26T22:33:00.190Z Compiling futures-util v0.3.28
19132023-10-26T22:33:00.197Z Compiling memchr v2.6.3
19142023-10-26T22:33:00.489Z Compiling syn v2.0.32
19152023-10-26T22:33:00.493Z Compiling jobserver v0.1.26
19162023-10-26T22:33:00.611Z Compiling getrandom v0.2.10
19172023-10-26T22:33:00.774Z Compiling itoa v1.0.9
19182023-10-26T22:33:01.015Z Compiling cc v1.0.83
19192023-10-26T22:33:02.202Z Compiling ahash v0.8.3
19202023-10-26T22:33:02.380Z Compiling smallvec v1.11.0
19212023-10-26T22:33:02.653Z Compiling log v0.4.20
19222023-10-26T22:33:03.288Z Compiling vcpkg v0.2.15
19232023-10-26T22:33:03.996Z Compiling byteorder v1.5.0
19242023-10-26T22:33:04.215Z Compiling rand_core v0.6.4
19252023-10-26T22:33:05.340Z Compiling pin-project-lite v0.2.13
19262023-10-26T22:33:05.376Z Compiling parking_lot v0.12.1
19272023-10-26T22:33:05.689Z Compiling indexmap v1.9.3
19282023-10-26T22:33:06.003Z Compiling ring v0.16.20
19292023-10-26T22:33:06.426Z Compiling openssl-sys v0.9.93
19302023-10-26T22:33:07.872Z Compiling io-lifetimes v1.0.11
19312023-10-26T22:33:08.721Z Compiling num-integer v0.1.45
19322023-10-26T22:33:08.731Z Compiling ryu v1.0.15
19332023-10-26T22:33:09.131Z Compiling const-oid v0.9.5
19342023-10-26T22:33:09.189Z Compiling spin v0.5.2
19352023-10-26T22:33:09.574Z Compiling semver v1.0.20
19362023-10-26T22:33:10.798Z Compiling rustix v0.37.23
19372023-10-26T22:33:11.639Z Compiling mio v0.8.8
19382023-10-26T22:33:12.195Z Compiling signal-hook-registry v1.4.1
19392023-10-26T22:33:12.328Z Compiling num_cpus v1.16.0
19402023-10-26T22:33:12.490Z Compiling socket2 v0.5.4
19412023-10-26T22:33:12.870Z Compiling futures-sink v0.3.28
19422023-10-26T22:33:13.111Z Compiling ucd-trie v0.1.6
19432023-10-26T22:33:13.636Z Compiling unicode-xid v0.2.4
19442023-10-26T22:33:13.641Z Compiling openssl v0.10.57
19452023-10-26T22:33:13.644Z Compiling heck v0.4.1
19462023-10-26T22:33:13.871Z Compiling httparse v1.8.0
19472023-10-26T22:33:13.910Z Compiling synstructure v0.12.6
19482023-10-26T22:33:14.114Z Compiling tinyvec_macros v0.1.1
19492023-10-26T22:33:14.246Z Compiling tinyvec v1.6.0
19502023-10-26T22:33:15.638Z Compiling crc32fast v1.3.2
19512023-10-26T22:33:16.299Z Compiling ppv-lite86 v0.2.17
19522023-10-26T22:33:16.523Z Compiling pin-utils v0.1.0
19532023-10-26T22:33:16.649Z Compiling futures-io v0.3.28
19542023-10-26T22:33:17.007Z Compiling rustls v0.21.7
19552023-10-26T22:33:17.069Z Compiling radium v0.7.0
19562023-10-26T22:33:17.389Z Compiling native-tls v0.2.11
19572023-10-26T22:33:17.688Z Compiling rand_chacha v0.3.1
19582023-10-26T22:33:17.693Z Compiling unicode-normalization v0.1.22
19592023-10-26T22:33:17.744Z Compiling bzip2-sys v0.1.11+1.0.8
19602023-10-26T22:33:18.127Z Compiling tracing-core v0.1.31
19612023-10-26T22:33:18.287Z Compiling subtle v2.5.0
19622023-10-26T22:33:18.442Z Compiling unicode-bidi v0.3.13
19632023-10-26T22:33:19.466Z Compiling rand v0.8.5
19642023-10-26T22:33:20.793Z Compiling errno v0.3.2
19652023-10-26T22:33:20.840Z Compiling num-iter v0.1.43
19662023-10-26T22:33:21.154Z Compiling usdt-impl v0.3.5
19672023-10-26T22:33:21.251Z Compiling base64 v0.21.5
19682023-10-26T22:33:21.610Z Compiling schemars v0.8.13
19692023-10-26T22:33:22.579Z Compiling rustix v0.38.9
19702023-10-26T22:33:23.837Z Compiling serde_derive_internals v0.26.0
19712023-10-26T22:33:24.310Z Compiling serde_derive v1.0.188
19722023-10-26T22:33:24.359Z Compiling zeroize_derive v1.4.2
19732023-10-26T22:33:24.758Z Compiling tokio-macros v2.1.0
19742023-10-26T22:33:24.892Z Compiling thiserror-impl v1.0.49
19752023-10-26T22:33:25.018Z Compiling futures-macro v0.3.28
19762023-10-26T22:33:25.066Z Compiling tracing-attributes v0.1.26
19772023-10-26T22:33:26.666Z Compiling zeroize v1.6.0
19782023-10-26T22:33:27.917Z Compiling zerocopy-derive v0.2.0
19792023-10-26T22:33:28.274Z Compiling openssl-macros v0.1.1
19802023-10-26T22:33:29.760Z Compiling pest v2.7.2
19812023-10-26T22:33:29.786Z Compiling crypto-common v0.1.6
19822023-10-26T22:33:30.090Z Compiling block-buffer v0.10.4
19832023-10-26T22:33:30.482Z Compiling digest v0.10.7
19842023-10-26T22:33:30.781Z Compiling tracing v0.1.37
19852023-10-26T22:33:30.814Z Compiling zerocopy-derive v0.6.4
19862023-10-26T22:33:31.616Z Compiling untrusted v0.7.1
19872023-10-26T22:33:31.912Z Compiling bitflags v1.3.2
19882023-10-26T22:33:32.848Z Compiling fnv v1.0.7
19892023-10-26T22:33:37.933Z Compiling pest_meta v2.7.2
19902023-10-26T22:33:38.004Z Compiling zerocopy v0.3.0
19912023-10-26T22:33:38.035Z Compiling pest_generator v2.7.2
19922023-10-26T22:33:38.106Z Compiling schemars_derive v0.8.13
19932023-10-26T22:33:39.887Z Compiling lazy_static v1.4.0
19942023-10-26T22:33:40.587Z Compiling backtrace v0.3.69
19952023-10-26T22:33:40.678Z Compiling memoffset v0.9.0
19962023-10-26T22:33:41.127Z Compiling num-bigint v0.4.4
19972023-10-26T22:33:41.193Z Compiling hashbrown v0.12.3
19982023-10-26T22:33:41.444Z Compiling pest_derive v2.7.2
19992023-10-26T22:33:41.512Z Compiling crossbeam-utils v0.8.16
20002023-10-26T22:33:41.716Z Compiling foreign-types-shared v0.1.1
20012023-10-26T22:33:41.750Z Compiling iana-time-zone v0.1.57
20022023-10-26T22:33:41.862Z Compiling async-trait v0.1.74
20032023-10-26T22:33:42.191Z Compiling smoltcp v0.9.1
20042023-10-26T22:33:42.325Z Compiling percent-encoding v2.3.0
20052023-10-26T22:33:42.520Z Compiling openssl-probe v0.1.5
20062023-10-26T22:33:43.017Z Compiling base64ct v1.6.0
20072023-10-26T22:33:43.094Z Compiling allocator-api2 v0.2.16
20082023-10-26T22:33:43.172Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20092023-10-26T22:33:43.399Z Compiling pem-rfc7468 v0.7.0
20102023-10-26T22:33:43.885Z Compiling dtrace-parser v0.1.14
20112023-10-26T22:33:44.319Z Compiling foreign-types v0.3.2
20122023-10-26T22:33:44.347Z Compiling hashbrown v0.14.0
20132023-10-26T22:33:45.469Z Compiling dof v0.1.5
20142023-10-26T22:33:46.390Z Compiling clap_derive v4.4.2
20152023-10-26T22:33:46.418Z Compiling der_derive v0.7.2
20162023-10-26T22:33:46.839Z Compiling thread-id v4.2.0
20172023-10-26T22:33:46.986Z Compiling anstyle v1.0.2
20182023-10-26T22:33:47.170Z Compiling siphasher v0.3.11
20192023-10-26T22:33:47.359Z Compiling adler v1.0.2
20202023-10-26T22:33:47.856Z Compiling utf8parse v0.2.1
20212023-10-26T22:33:47.863Z Compiling try-lock v0.2.4
20222023-10-26T22:33:47.939Z Compiling cpufeatures v0.2.9
20232023-10-26T22:33:47.986Z Compiling rustversion v1.0.14
20242023-10-26T22:33:48.449Z Compiling time-core v0.1.1
20252023-10-26T22:33:50.542Z Compiling bytes v1.5.0
20262023-10-26T22:33:50.908Z Compiling bitflags v2.4.0
20272023-10-26T22:33:50.974Z Compiling uuid v1.4.1
20282023-10-26T22:33:51.390Z Compiling rustc_version v0.4.0
20292023-10-26T22:33:51.398Z Compiling tokio v1.33.0
20302023-10-26T22:33:51.459Z Compiling http v0.2.9
20312023-10-26T22:33:51.464Z Compiling heapless v0.7.16
20322023-10-26T22:33:51.489Z Compiling chrono v0.4.31
20332023-10-26T22:33:51.695Z Compiling flagset v0.4.3
20342023-10-26T22:33:53.742Z Compiling equivalent v1.0.1
20352023-10-26T22:33:53.834Z Compiling http-body v0.4.5
20362023-10-26T22:33:53.900Z Compiling indexmap v2.0.0
20372023-10-26T22:33:54.639Z Compiling der v0.7.8
20382023-10-26T22:33:58.170Z Compiling time-macros v0.2.13
20392023-10-26T22:34:00.295Z Compiling serde_tokenstream v0.1.7
20402023-10-26T22:34:03.851Z Compiling sha2 v0.10.8
20412023-10-26T22:34:04.261Z Compiling want v0.3.1
20422023-10-26T22:34:04.274Z Compiling anstyle-parse v0.2.1
20432023-10-26T22:34:04.297Z Compiling tokio-util v0.7.10
20442023-10-26T22:34:04.575Z Compiling miniz_oxide v0.7.1
20452023-10-26T22:34:06.670Z Compiling h2 v0.3.21
20462023-10-26T22:34:11.003Z Compiling form_urlencoded v1.2.0
20472023-10-26T22:34:11.476Z Compiling sct v0.7.0
20482023-10-26T22:34:11.821Z Compiling rustls-webpki v0.101.4
20492023-10-26T22:34:11.909Z Compiling hubpack_derive v0.1.1
20502023-10-26T22:34:13.023Z Compiling aho-corasick v1.0.4
20512023-10-26T22:34:13.259Z Compiling socket2 v0.4.9
20522023-10-26T22:34:14.672Z Compiling crossbeam-epoch v0.9.15
20532023-10-26T22:34:14.904Z Compiling colorchoice v1.0.0
20542023-10-26T22:34:14.918Z Compiling httpdate v1.0.3
20552023-10-26T22:34:15.165Z Compiling anstyle-query v1.0.0
20562023-10-26T22:34:15.264Z Compiling anyhow v1.0.75
20572023-10-26T22:34:15.377Z Compiling tap v1.0.1
20582023-10-26T22:34:15.879Z Compiling tower-service v0.3.2
20592023-10-26T22:34:16.053Z Compiling slog v2.7.0
20602023-10-26T22:34:16.567Z Compiling regex-syntax v0.7.5
20612023-10-26T22:34:19.302Z Compiling hyper v0.14.27
20622023-10-26T22:34:19.463Z Compiling wyz v0.5.1
20632023-10-26T22:34:20.272Z Compiling anstream v0.5.0
20642023-10-26T22:34:23.329Z Compiling regex-automata v0.3.8
20652023-10-26T22:34:28.088Z Compiling terminal_size v0.2.6
20662023-10-26T22:34:28.398Z Compiling spki v0.7.2
20672023-10-26T22:34:29.260Z Compiling zerocopy v0.6.4
20682023-10-26T22:34:30.746Z Compiling rustls-pemfile v1.0.3
20692023-10-26T22:34:30.795Z Compiling md-5 v0.10.5
20702023-10-26T22:34:31.167Z Compiling hmac v0.12.1
20712023-10-26T22:34:31.381Z Compiling idna v0.4.0
20722023-10-26T22:34:31.887Z Compiling stringprep v0.1.3
20732023-10-26T22:34:33.051Z Compiling diesel_table_macro_syntax v0.1.0
20742023-10-26T22:34:33.069Z Compiling hash32 v0.2.1
20752023-10-26T22:34:33.678Z Compiling spin v0.9.8
20762023-10-26T22:34:33.691Z Compiling funty v2.0.0
20772023-10-26T22:34:34.184Z Compiling strsim v0.10.0
20782023-10-26T22:34:34.270Z Compiling dyn-clone v1.0.13
20792023-10-26T22:34:34.575Z Compiling gimli v0.28.0
20802023-10-26T22:34:35.956Z Compiling stable_deref_trait v1.2.0
20812023-10-26T22:34:36.101Z Compiling maybe-uninit v2.0.0
20822023-10-26T22:34:36.914Z Compiling either v1.9.0
20832023-10-26T22:34:36.995Z Compiling fallible-iterator v0.2.0
20842023-10-26T22:34:37.644Z Compiling clap_lex v0.5.1
20852023-10-26T22:34:42.344Z Compiling postgres-protocol v0.6.6
20862023-10-26T22:34:42.570Z Compiling clap_builder v4.4.2
20872023-10-26T22:34:42.675Z Compiling bitvec v1.0.1
20882023-10-26T22:34:42.736Z Compiling diesel_derives v2.1.1
20892023-10-26T22:34:42.830Z Compiling url v2.4.1
20902023-10-26T22:34:42.854Z Compiling addr2line v0.21.0
20912023-10-26T22:34:43.157Z Compiling rustls-native-certs v0.6.3
20922023-10-26T22:34:43.720Z Compiling strum_macros v0.25.2
20932023-10-26T22:34:43.937Z Compiling tokio-rustls v0.24.1
20942023-10-26T22:34:44.592Z Compiling tokio-native-tls v0.3.1
20952023-10-26T22:34:48.837Z Compiling usdt-macro v0.3.5
20962023-10-26T22:34:49.893Z Compiling usdt-attr-macro v0.3.5
20972023-10-26T22:34:50.729Z Compiling toml_datetime v0.6.3
20982023-10-26T22:34:50.830Z Compiling serde_spanned v0.6.3
20992023-10-26T22:34:51.151Z Compiling phf_shared v0.11.2
21002023-10-26T22:34:52.003Z Compiling block-padding v0.3.3
21012023-10-26T22:34:52.018Z Compiling enum-as-inner v0.5.1
21022023-10-26T22:34:52.062Z Compiling serde_repr v0.1.16
21032023-10-26T22:34:53.617Z Compiling scheduled-thread-pool v0.2.7
21042023-10-26T22:34:53.764Z Compiling object v0.32.1
21052023-10-26T22:34:59.184Z Compiling packed_struct v0.10.1
21062023-10-26T22:34:59.768Z Compiling deranged v0.3.8
21072023-10-26T22:34:59.801Z Compiling num_threads v0.1.6
21082023-10-26T22:34:59.982Z Compiling winnow v0.5.15
21092023-10-26T22:35:02.139Z Compiling num-bigint-dig v0.8.4
21102023-10-26T22:35:02.528Z Compiling ipnet v2.8.0
21112023-10-26T22:35:04.401Z Compiling matches v0.1.10
21122023-10-26T22:35:05.948Z Compiling bit-vec v0.6.3
21132023-10-26T22:35:06.495Z Compiling rustc-demangle v0.1.23
21142023-10-26T22:35:06.944Z Compiling regex-automata v0.1.10
21152023-10-26T22:35:06.953Z Compiling managed v0.8.0
21162023-10-26T22:35:13.631Z Compiling bstr v0.2.17
21172023-10-26T22:35:13.695Z Compiling toml_edit v0.19.15
21182023-10-26T22:35:17.178Z Compiling idna v0.2.3
21192023-10-26T22:35:19.601Z Compiling time v0.3.27
21202023-10-26T22:35:27.225Z Compiling r2d2 v0.8.10
21212023-10-26T22:35:27.937Z Compiling inout v0.1.3
21222023-10-26T22:35:28.573Z Compiling phf v0.11.2
21232023-10-26T22:35:29.826Z Compiling clap v4.4.3
21242023-10-26T22:35:29.999Z Compiling hyper-tls v0.5.0
21252023-10-26T22:35:30.007Z Compiling hyper-rustls v0.24.1
21262023-10-26T22:35:31.050Z Compiling ipnetwork v0.20.0
21272023-10-26T22:35:31.244Z Compiling flate2 v1.0.28
21282023-10-26T22:35:31.375Z Compiling postgres-types v0.2.6
21292023-10-26T22:35:31.465Z Compiling itertools v0.11.0
21302023-10-26T22:35:31.977Z Compiling regex v1.9.5
21312023-10-26T22:35:33.119Z Compiling pkcs8 v0.10.2
21322023-10-26T22:35:34.326Z Compiling hubpack v0.1.2
21332023-10-26T22:35:39.880Z Compiling serde_urlencoded v0.7.1
21342023-10-26T22:35:40.187Z Compiling phf_shared v0.10.0
21352023-10-26T22:35:40.305Z Compiling futures-executor v0.3.28
21362023-10-26T22:35:40.452Z Compiling signature v2.1.0
21372023-10-26T22:35:41.080Z Compiling packed_struct_codegen v0.10.1
21382023-10-26T22:35:41.132Z Compiling float-cmp v0.9.0
21392023-10-26T22:35:41.140Z Compiling encoding_rs v0.8.33
21402023-10-26T22:35:41.156Z Compiling unicode-segmentation v1.10.1
21412023-10-26T22:35:41.552Z Compiling new_debug_unreachable v1.0.4
21422023-10-26T22:35:41.677Z Compiling difflib v0.4.0
21432023-10-26T22:35:41.688Z Compiling precomputed-hash v0.1.1
21442023-10-26T22:35:42.158Z Compiling unicode-width v0.1.11
21452023-10-26T22:35:42.295Z Compiling normalize-line-endings v0.3.0
21462023-10-26T22:35:42.408Z Compiling whoami v1.4.1
21472023-10-26T22:35:42.489Z Compiling mime v0.3.17
21482023-10-26T22:35:43.277Z Compiling fixedbitset v0.4.2
21492023-10-26T22:35:43.985Z Compiling crc-catalog v2.2.0
21502023-10-26T22:35:44.178Z Compiling predicates-core v1.0.6
21512023-10-26T22:35:44.690Z Compiling webpki-roots v0.25.2
21522023-10-26T22:35:44.951Z Compiling static_assertions v1.1.0
21532023-10-26T22:35:45.093Z Compiling data-encoding v2.4.0
21542023-10-26T22:35:46.025Z Compiling nodrop v0.1.14
21552023-10-26T22:35:46.204Z Compiling array-init v0.0.4
21562023-10-26T22:35:48.492Z Compiling trust-dns-proto v0.22.0
21572023-10-26T22:35:53.749Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21582023-10-26T22:35:53.817Z Compiling reqwest v0.11.20
21592023-10-26T22:35:54.206Z Compiling predicates v3.0.4
21602023-10-26T22:35:56.067Z Compiling crc v3.0.1
21612023-10-26T22:35:56.791Z Compiling petgraph v0.6.4
21622023-10-26T22:35:59.589Z Compiling tokio-postgres v0.7.10
21632023-10-26T22:36:02.246Z Compiling console v0.15.7
21642023-10-26T22:36:04.073Z Compiling string_cache v0.8.7
21652023-10-26T22:36:04.747Z Compiling similar v2.2.1
21662023-10-26T22:36:15.578Z Compiling futures v0.3.28
21672023-10-26T22:36:18.617Z Compiling pkcs1 v0.7.5
21682023-10-26T22:36:19.178Z Compiling yasna v0.5.2
21692023-10-26T22:36:19.353Z Compiling smallvec v0.6.14
21702023-10-26T22:36:23.529Z Compiling diesel v2.1.1
21712023-10-26T22:36:23.647Z Compiling cipher v0.4.4
21722023-10-26T22:36:23.776Z Compiling toml v0.7.8
21732023-10-26T22:36:25.311Z Compiling bit-set v0.5.3
21742023-10-26T22:36:25.726Z Compiling usdt v0.3.5
21752023-10-26T22:36:26.537Z Compiling is-terminal v0.4.9
21762023-10-26T22:36:26.606Z Compiling itertools v0.10.5
21772023-10-26T22:36:27.088Z Compiling bstr v1.6.0
21782023-10-26T22:36:28.705Z Compiling tokio-stream v0.1.14
21792023-10-26T22:36:29.980Z Compiling openapiv3 v1.0.3
21802023-10-26T22:36:30.288Z Compiling hex v0.4.3
21812023-10-26T22:36:34.496Z Compiling hashbrown v0.13.2
21822023-10-26T22:36:35.447Z Compiling bitfield v0.14.0
21832023-10-26T22:36:35.665Z Compiling termcolor v1.2.0
21842023-10-26T22:36:35.678Z Compiling lalrpop-util v0.19.12
21852023-10-26T22:36:42.777Z Compiling env_logger v0.10.0
21862023-10-26T22:36:42.975Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21872023-10-26T22:36:54.832Z Compiling rsa v0.9.2
21882023-10-26T22:37:05.262Z Compiling serde-hex v0.1.0
21892023-10-26T22:37:07.729Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21902023-10-26T22:37:16.321Z Compiling x509-cert v0.2.4
21912023-10-26T22:37:17.907Z Compiling ron v0.8.1
21922023-10-26T22:37:29.238Z Compiling crc-any v2.4.3
21932023-10-26T22:37:41.948Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21942023-10-26T22:37:51.513Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21952023-10-26T22:38:00.710Z Compiling object v0.30.4
21962023-10-26T22:38:13.580Z Compiling path-slash v0.1.5
21972023-10-26T22:38:32.276Z Compiling bzip2 v0.4.4
21982023-10-26T22:38:32.720Z Compiling zip v0.6.6
21992023-10-26T22:38:35.292Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22002023-10-26T22:38:35.500Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22012023-10-26T22:39:03.947Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22022023-10-26T22:39:05.035Z Finished release [optimized] target(s) in 6m 08s
22032023-10-26T22:39:05.120Z
22042023-10-26T22:39:05.128Zreal 6:09.058690911
22052023-10-26T22:39:05.136Zuser 42:35.564304009
22062023-10-26T22:39:05.143Zsys 3:45.161416823
22072023-10-26T22:39:05.149Ztrap 1.705443491
22082023-10-26T22:39:05.157Ztflt 1.177436351
22092023-10-26T22:39:05.164Zdflt 0.644283901
22102023-10-26T22:39:05.170Zkflt 0.015053999
22112023-10-26T22:39:05.175Zlock 1:38:29.342706280
22122023-10-26T22:39:05.179Zslp 2:28:07.416416959
22132023-10-26T22:39:05.184Zlat 1:44.035551855
22142023-10-26T22:39:05.195Zstop 1:26.148699201
22152023-10-26T22:39:05.212Z+ ptime -m gzip
22162023-10-26T22:39:05.788Z
22172023-10-26T22:39:05.794Zreal 0.658689528
22182023-10-26T22:39:05.804Zuser 0.649180935
22192023-10-26T22:39:05.813Zsys 0.008911288
22202023-10-26T22:39:05.822Ztrap 0.000090606
22212023-10-26T22:39:06.249Ztflt 0.000000000
22222023-10-26T22:39:06.252Zdflt 0.000000000
22232023-10-26T22:39:06.255Zkflt 0.000000000
22242023-10-26T22:39:06.258Zlock 0.000000000
22252023-10-26T22:39:06.262Zslp 0.000000000
22262023-10-26T22:39:06.265Zlat 0.000167236
22272023-10-26T22:39:06.269Zstop 0.000233484
22282023-10-26T22:39:06.273Z+ banner tufaceous
22292023-10-26T22:39:06.276Z
22302023-10-26T22:39:06.280Z ##### # # ###### ## #### ###### #### # # ####
22312023-10-26T22:39:06.283Z # # # # # # # # # # # # # #
22322023-10-26T22:39:06.285Z # # # ##### # # # ##### # # # # ####
22332023-10-26T22:39:06.291Z # # # # ###### # # # # # # #
22342023-10-26T22:39:06.295Z # # # # # # # # # # # # # # #
22352023-10-26T22:39:06.299Z # #### # # # #### ###### #### #### ####
22362023-10-26T22:39:06.302Z
22372023-10-26T22:39:06.305Z+ ptime -m cargo build --locked -p tufaceous --release
22382023-10-26T22:39:06.531Z Downloading crates ...
22392023-10-26T22:39:06.833Z Downloaded doc-comment v0.3.3
22402023-10-26T22:39:06.845Z Downloaded bytesize v1.3.0
22412023-10-26T22:39:06.851Z Downloaded serde_plain v1.0.2
22422023-10-26T22:39:06.858Z Downloaded snafu v0.7.5
22432023-10-26T22:39:06.864Z Downloaded fs-err v2.9.0
22442023-10-26T22:39:06.870Z Downloaded tough v0.12.5
22452023-10-26T22:39:06.879Z Downloaded snafu-derive v0.7.5
22462023-10-26T22:39:06.894Z Downloaded path-dedot v3.1.0
22472023-10-26T22:39:06.898Z Downloaded buf-list v1.0.3
22482023-10-26T22:39:06.905Z Downloaded globset v0.4.13
22492023-10-26T22:39:06.908Z Downloaded olpc-cjson v0.1.3
22502023-10-26T22:39:06.912Z Downloaded path-absolutize v3.1.0
22512023-10-26T22:39:07.048Z Compiling serde_tokenstream v0.2.0
22522023-10-26T22:39:07.127Z Compiling regress v0.7.1
22532023-10-26T22:39:07.137Z Compiling dirs-sys-next v0.1.2
22542023-10-26T22:39:07.148Z Compiling ident_case v1.0.1
22552023-10-26T22:39:07.162Z Compiling thread_local v1.1.7
22562023-10-26T22:39:07.171Z Compiling slog-async v2.8.0
22572023-10-26T22:39:07.585Z Compiling camino v1.1.6
22582023-10-26T22:39:07.593Z Compiling dirs-next v2.0.0
22592023-10-26T22:39:07.686Z Compiling darling_core v0.20.3
22602023-10-26T22:39:07.773Z Compiling heck v0.4.1
22612023-10-26T22:39:07.930Z Compiling term v0.7.0
22622023-10-26T22:39:08.044Z Compiling crossbeam-channel v0.5.8
22632023-10-26T22:39:08.491Z Compiling getopts v0.2.21
22642023-10-26T22:39:08.986Z Compiling structmeta-derive v0.1.6
22652023-10-26T22:39:09.977Z Compiling atty v0.2.14
22662023-10-26T22:39:09.989Z Compiling multer v2.1.0
22672023-10-26T22:39:10.218Z Compiling paste v1.0.14
22682023-10-26T22:39:10.383Z Compiling unsafe-libyaml v0.2.9
22692023-10-26T22:39:11.267Z Compiling take_mut v0.2.2
22702023-10-26T22:39:11.271Z Compiling doc-comment v0.3.3
22712023-10-26T22:39:11.274Z Compiling match_cfg v0.1.0
22722023-10-26T22:39:11.277Z Compiling hostname v0.3.1
22732023-10-26T22:39:12.181Z Compiling slog-term v2.9.0
22742023-10-26T22:39:13.511Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22752023-10-26T22:39:15.720Z Compiling structmeta v0.1.6
22762023-10-26T22:39:16.381Z Compiling serde_yaml v0.9.25
22772023-10-26T22:39:17.222Z Compiling darling_macro v0.20.3
22782023-10-26T22:39:17.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22792023-10-26T22:39:17.812Z Compiling slog-json v2.6.1
22802023-10-26T22:39:18.687Z Compiling darling v0.20.3
22812023-10-26T22:39:18.700Z Compiling async-stream-impl v0.3.5
22822023-10-26T22:39:18.948Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22832023-10-26T22:39:19.385Z Compiling regex-syntax v0.6.29
22842023-10-26T22:39:19.783Z Compiling atomic-waker v1.1.1
22852023-10-26T22:39:19.996Z Compiling fastrand v2.0.0
22862023-10-26T22:39:20.714Z Compiling async-stream v0.3.5
22872023-10-26T22:39:21.025Z Compiling tempfile v3.8.0
22882023-10-26T22:39:21.251Z Compiling waitgroup v0.1.2
22892023-10-26T22:39:21.413Z Compiling serde_with_macros v2.3.3
22902023-10-26T22:39:21.618Z Compiling slog-bunyan v2.4.0
22912023-10-26T22:39:24.725Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22922023-10-26T22:39:25.144Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22932023-10-26T22:39:25.472Z Compiling sha1 v0.10.5
22942023-10-26T22:39:26.356Z Compiling snafu-derive v0.7.5
22952023-10-26T22:39:27.016Z Compiling serde_path_to_error v0.1.14
22962023-10-26T22:39:27.306Z Compiling path-dedot v3.1.0
22972023-10-26T22:39:27.312Z Compiling instant v0.1.12
22982023-10-26T22:39:27.495Z Compiling debug-ignore v1.0.5
22992023-10-26T22:39:27.630Z Compiling base64 v0.13.1
23002023-10-26T22:39:27.711Z Compiling buf-list v1.0.3
23012023-10-26T22:39:28.073Z Compiling arc-swap v1.6.0
23022023-10-26T22:39:28.558Z Compiling same-file v1.0.6
23032023-10-26T22:39:28.857Z Compiling slog-scope v4.4.0
23042023-10-26T22:39:29.034Z Compiling walkdir v2.4.0
23052023-10-26T22:39:29.138Z Compiling pem v1.1.1
23062023-10-26T22:39:29.498Z Compiling parse-display-derive v0.7.0
23072023-10-26T22:39:30.492Z Compiling path-absolutize v3.1.0
23082023-10-26T22:39:30.792Z Compiling backoff v0.4.0
23092023-10-26T22:39:31.397Z Compiling serde_with v2.3.3
23102023-10-26T22:39:31.663Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112023-10-26T22:39:32.023Z Compiling globset v0.4.13
23122023-10-26T22:39:32.722Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23132023-10-26T22:39:32.822Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23142023-10-26T22:39:32.973Z Compiling strum v0.25.0
23152023-10-26T22:39:33.297Z Compiling olpc-cjson v0.1.3
23162023-10-26T22:39:34.242Z Compiling macaddr v1.0.1
23172023-10-26T22:39:35.126Z Compiling snafu v0.7.5
23182023-10-26T22:39:40.932Z Compiling serde_plain v1.0.2
23192023-10-26T22:39:41.023Z Compiling parse-display v0.7.0
23202023-10-26T22:39:41.055Z Compiling filetime v0.2.22
23212023-10-26T22:39:41.228Z Compiling xattr v1.0.1
23222023-10-26T22:39:41.289Z Compiling tar v0.4.40
23232023-10-26T22:39:41.318Z Compiling tough v0.12.5
23242023-10-26T22:39:41.334Z Compiling slog-stdlog v4.1.1
23252023-10-26T22:39:41.346Z Compiling camino-tempfile v1.0.2
23262023-10-26T22:39:41.371Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23272023-10-26T22:39:41.410Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23282023-10-26T22:39:41.469Z Compiling bytesize v1.3.0
23292023-10-26T22:39:41.936Z Compiling fs-err v2.9.0
23302023-10-26T22:39:43.349Z Compiling slog-envlogger v2.2.0
23312023-10-26T22:39:47.241Z Compiling humantime v2.1.0
23322023-10-26T22:39:52.232Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23332023-10-26T22:40:21.900Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23342023-10-26T22:40:22.129Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23352023-10-26T22:40:31.670Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23362023-10-26T22:40:33.908Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23372023-10-26T22:40:59.810Z Finished release [optimized] target(s) in 1m 53s
23382023-10-26T22:40:59.853Z
23392023-10-26T22:40:59.869Zreal 1:53.736642983
23402023-10-26T22:40:59.875Zuser 12:01.826621415
23412023-10-26T22:40:59.881Zsys 46.365821900
23422023-10-26T22:40:59.896Ztrap 0.439745348
23432023-10-26T22:40:59.903Ztflt 0.321321422
23442023-10-26T22:40:59.907Zdflt 0.701168262
23452023-10-26T22:40:59.911Zkflt 0.005769349
23462023-10-26T22:40:59.914Zlock 22:39.578486226
23472023-10-26T22:40:59.919Zslp 25:28.684095248
23482023-10-26T22:40:59.922Zlat 20.486341649
23492023-10-26T22:40:59.926Zstop 11.615936960
23502023-10-26T22:40:59.930Z+ ptime -m gzip
23512023-10-26T22:41:01.846Z
23522023-10-26T22:41:02.263Zreal 2.123255217
23532023-10-26T22:41:02.270Zuser 2.097573199
23542023-10-26T22:41:02.280Zsys 0.024950290
23552023-10-26T22:41:02.287Ztrap 0.000221867
23562023-10-26T22:41:02.291Ztflt 0.000000000
23572023-10-26T22:41:02.296Zdflt 0.000000000
23582023-10-26T22:41:02.314Zkflt 0.000000000
23592023-10-26T22:41:02.321Zlock 0.000000000
23602023-10-26T22:41:02.325Zslp 0.000000000
23612023-10-26T22:41:02.330Zlat 0.000167769
23622023-10-26T22:41:02.342Zstop 0.000234222
23632023-10-26T22:41:02.348Zprocess exited: duration 1322731 ms, exit code 0
 
23642023-10-26T22:41:02.367Zfound 5 output files
23652023-10-26T22:41:02.392Zuploading: /work/end-to-end-tests/bootstrap-ce25c26538ce669c.gz (6513924 bytes)
23662023-10-26T22:41:07.200Zuploaded: /work/end-to-end-tests/bootstrap-ce25c26538ce669c.gz
23672023-10-26T22:41:07.212Zuploading: /work/end-to-end-tests/bootstrap.gz (97824773 bytes)
23682023-10-26T22:41:48.306Zuploaded: /work/end-to-end-tests/bootstrap.gz
23692023-10-26T22:41:48.323Zuploading: /work/end-to-end-tests/end_to_end_tests-bcb3df1a66c8d052.gz (111873918 bytes)
23702023-10-26T22:42:32.569Zuploaded: /work/end-to-end-tests/end_to_end_tests-bcb3df1a66c8d052.gz
23712023-10-26T22:42:32.580Zuploading: /work/caboose-util.gz (4111314 bytes)
23722023-10-26T22:42:34.250Zuploaded: /work/caboose-util.gz
23732023-10-26T22:42:34.255Zuploading: /work/tufaceous.gz (13508918 bytes)
23742023-10-26T22:42:40.147Zuploaded: /work/tufaceous.gz