01HGE6X5W0AV7DNYTTN2QJ5ESX: 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: 01HGE6XHBG9RBPKHS6CJBR4RM9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-29T18:56:27.341Zjob assigned to worker 01HGE6XMTHZNH4R8WAV4D7YP1S (queued for 1 m 56 s)
 
22023-11-29T18:56:27.577Zstarting task 0: "setup"
32023-11-29T18:56:27.769Z++ uname -s
42023-11-29T18:56:27.782Z+ kern=SunOS
52023-11-29T18:56:27.782Z+ case "$kern" in
62023-11-29T18:56:27.782Z+ groupadd -g 12345 build
72023-11-29T18:56:27.782Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-29T18:56:29.784Z+ zfs create -o mountpoint=/work rpool/work
92023-11-29T18:56:29.921Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-29T18:56:29.925Z+ home_fs=zfs
112023-11-29T18:56:29.925Z+ [[ zfs == autofs ]]
122023-11-29T18:56:29.926Z+ mkdir -p /home/build
132023-11-29T18:56:29.926Z+ chown build:build /home/build /work
142023-11-29T18:56:31.928Z+ chmod 0700 /home/build /work
152023-11-29T18:56:31.931Zprocess exited: duration 4360 ms, exit code 0
 
162023-11-29T18:56:31.938Zstarting task 1: "rust-toolchain"
172023-11-29T18:56:31.946Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-29T18:56:31.949Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-29T18:56:32.123Zinfo: downloading installer
202023-11-29T18:56:34.457Zwarning: it looks like you have an existing installation of Rust at:
212023-11-29T18:56:34.457Zwarning: /opt/ooce/bin
222023-11-29T18:56:34.458Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-29T18:56:34.458Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-29T18:56:34.458Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-29T18:56:34.458Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-29T18:56:34.458Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-29T18:56:34.458Zerror: cannot install while Rust is installed
282023-11-29T18:56:34.458Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-29T18:56:34.796Zinfo: profile set to 'default'
302023-11-29T18:56:34.797Zinfo: default host triple is x86_64-unknown-illumos
312023-11-29T18:56:34.799Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-29T18:56:34.963Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-29T18:56:34.978Zinfo: downloading component 'cargo'
342023-11-29T18:56:35.546Zinfo: downloading component 'clippy'
352023-11-29T18:56:35.749Zinfo: downloading component 'rust-docs'
362023-11-29T18:56:36.895Zinfo: downloading component 'rust-std'
372023-11-29T18:56:41.833Zinfo: downloading component 'rustc'
382023-11-29T18:56:41.833Zinfo: downloading component 'rustfmt'
392023-11-29T18:56:41.833Zinfo: installing component 'cargo'
402023-11-29T18:56:43.254Zinfo: installing component 'clippy'
412023-11-29T18:56:44.353Zinfo: installing component 'rust-docs'
422023-11-29T18:56:47.533Zinfo: installing component 'rust-std'
432023-11-29T18:56:50.752Zinfo: installing component 'rustc'
442023-11-29T18:57:10.114Zinfo: installing component 'rustfmt'
452023-11-29T18:57:10.114Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-29T18:57:10.114Z
472023-11-29T18:57:10.771Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-29T18:57:10.771Z
492023-11-29T18:57:10.771Z
502023-11-29T18:57:10.771ZRust is installed now. Great!
512023-11-29T18:57:10.771Z
522023-11-29T18:57:10.771ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-29T18:57:10.771Zenvironment variable. This has not been done automatically.
542023-11-29T18:57:10.771Z
552023-11-29T18:57:10.771ZTo configure your current shell, run:
562023-11-29T18:57:10.771Zsource "$HOME/.cargo/env"
572023-11-29T18:57:10.771Z+ rustc --version
582023-11-29T18:57:10.771Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-29T18:57:10.771Zprocess exited: duration 31269 ms, exit code 0
 
602023-11-29T18:57:11.033Zstarting task 2: "authentication"
612023-11-29T18:57:11.058Zprocess exited: duration 67 ms, exit code 0
 
622023-11-29T18:57:11.125Zstarting task 3: "clone repository"
632023-11-29T18:57:11.166Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-29T18:57:11.166Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-29T18:57:11.234ZCloning into '/work/oxidecomputer/omicron'...
662023-11-29T18:57:17.983Z+ cd /work/oxidecomputer/omicron
672023-11-29T18:57:17.983Z+ [[ -n oximeter-self-stat-test-improvements ]]
682023-11-29T18:57:17.983Z+ git fetch origin oximeter-self-stat-test-improvements
692023-11-29T18:57:18.057ZFrom https://github.com/oxidecomputer/omicron
702023-11-29T18:57:18.057Z * branch oximeter-self-stat-test-improvements -> FETCH_HEAD
712023-11-29T18:57:18.067Z+ git checkout -B oximeter-self-stat-test-improvements remotes/origin/oximeter-self-stat-test-improvements
722023-11-29T18:57:18.172ZSwitched to a new branch 'oximeter-self-stat-test-improvements'
732023-11-29T18:57:18.175Zbranch 'oximeter-self-stat-test-improvements' set up to track 'origin/oximeter-self-stat-test-improvements'.
742023-11-29T18:57:18.175Z+ git reset --hard 5e76841eecc48b56f1f8de35e12255faa58c6632
752023-11-29T18:57:18.331ZHEAD is now at 5e76841e Constify the test wait period
762023-11-29T18:57:18.337Zprocess exited: duration 7239 ms, exit code 0
 
772023-11-29T18:57:18.346Zstarting task 4: "build"
782023-11-29T18:57:18.354Z+ cargo --version
792023-11-29T18:57:18.360Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-11-29T18:57:18.529Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-11-29T18:57:18.533Zinfo: downloading component 'cargo'
822023-11-29T18:57:19.191Zinfo: downloading component 'clippy'
832023-11-29T18:57:19.402Zinfo: downloading component 'rust-docs'
842023-11-29T18:57:20.225Zinfo: downloading component 'rust-std'
852023-11-29T18:57:21.556Zinfo: downloading component 'rustc'
862023-11-29T18:57:24.897Zinfo: downloading component 'rustfmt'
872023-11-29T18:57:25.090Zinfo: installing component 'cargo'
882023-11-29T18:57:26.393Zinfo: installing component 'clippy'
892023-11-29T18:57:26.838Zinfo: installing component 'rust-docs'
902023-11-29T18:57:29.693Zinfo: installing component 'rust-std'
912023-11-29T18:57:32.301Zinfo: installing component 'rustc'
922023-11-29T18:57:38.491Zinfo: installing component 'rustfmt'
932023-11-29T18:57:39.061Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-11-29T18:57:39.063Z+ rustc --version
952023-11-29T18:57:39.196Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-11-29T18:57:39.203Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-29T18:57:57.098Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-29T18:57:57.131Z Startup: Caching catalogs ... Done
992023-11-29T18:58:00.603ZPlanning: Solver setup ... Done (5.279s)
1002023-11-29T18:58:00.733ZPlanning: Running solver ... Done (0.130s)
1012023-11-29T18:58:00.791ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-29T18:58:00.806ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-29T18:58:01.030ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-29T18:58:01.111ZPlanning: Package planning ... Done (0.080s)
1052023-11-29T18:58:01.197ZPlanning: Merging actions ... Done (0.086s)
1062023-11-29T18:58:02.302ZPlanning: Checking for conflicting actions ... Done (1.105s)
1072023-11-29T18:58:02.380ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-29T18:58:10.052ZPlanning: Evaluating mediators ... Done (7.725s)
1092023-11-29T18:58:10.062ZPlanning: Planning completed in 15.04 seconds
1102023-11-29T18:58:10.091Z Packages to install: 4
1112023-11-29T18:58:10.091Z Mediators to change: 2
1122023-11-29T18:58:10.103Z Services to change: 1
1132023-11-29T18:58:10.103Z Estimated space available: 148.88 GB
1142023-11-29T18:58:10.103ZEstimated space to be consumed: 1.38 GB
1152023-11-29T18:58:10.103Z Create boot environment: No
1162023-11-29T18:58:10.103ZCreate backup boot environment: No
1172023-11-29T18:58:10.103Z Rebuild boot archive: No
1182023-11-29T18:58:10.103Z
1192023-11-29T18:58:10.103ZChanged mediators:
1202023-11-29T18:58:10.103Z mediator clang:
1212023-11-29T18:58:10.103Z version: None -> 15 (system default)
1222023-11-29T18:58:10.103Z
1232023-11-29T18:58:10.103Z mediator llvm:
1242023-11-29T18:58:10.103Z version: 14 (system default) -> 15 (system default)
1252023-11-29T18:58:10.103Z
1262023-11-29T18:58:10.103ZChanged packages:
1272023-11-29T18:58:10.103Zhelios-dev
1282023-11-29T18:58:10.104Z developer/build-essential
1292023-11-29T18:58:10.104Z None -> 11-2.0
1302023-11-29T18:58:10.104Z library/libxmlsec1
1312023-11-29T18:58:10.104Z None -> 1.2.35-2.0
1322023-11-29T18:58:10.106Z ooce/developer/clang-15
1332023-11-29T18:58:10.106Z None -> 15.0.7-2.0
1342023-11-29T18:58:10.106Z ooce/developer/llvm-15
1352023-11-29T18:58:10.106Z None -> 15.0.7-2.0
1362023-11-29T18:58:10.106Z
1372023-11-29T18:58:10.106ZServices:
1382023-11-29T18:58:10.106Z restart_fmri:
1392023-11-29T18:58:10.106Z svc:/system/update-man-index:default
1402023-11-29T18:58:10.304Z
1412023-11-29T18:58:10.304ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-29T18:58:16.423ZDownload: 212/3290 items 1.3/212.6MB 0% complete (540k/s)
1432023-11-29T18:58:21.436ZDownload: 946/3290 items 19.1/212.6MB 8% complete (1.9M/s)
1442023-11-29T18:58:31.050ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (10.0M/s)
1452023-11-29T18:58:35.298ZDownload: 1802/3290 items 117.8/212.6MB 55% complete (3.5M/s)
1462023-11-29T18:58:40.583ZDownload: 2218/3290 items 118.5/212.6MB 55% complete (3.8M/s)
1472023-11-29T18:58:45.584ZDownload: 2290/3290 items 119.8/212.6MB 56% complete (190k/s)
1482023-11-29T18:58:51.248ZDownload: 3246/3290 items 172.5/212.6MB 81% complete (5.5M/s)
1492023-11-29T18:58:54.515ZDownload: Completed 212.60 MB in 44.21 seconds (4.8M/s)
1502023-11-29T18:58:54.779Z Actions: 1/3687 actions (Installing new actions)
1512023-11-29T18:58:59.842Z Actions: 2436/3687 actions (Installing new actions)
1522023-11-29T18:59:03.076Z Actions: Completed 3687 actions in 8.30 seconds.
1532023-11-29T18:59:03.266Z Done (0.182s)
1542023-11-29T18:59:03.266Z Done (0.000s)
1552023-11-29T18:59:03.500Z Done (0.235s)
1562023-11-29T18:59:11.082Z Done (7.467s)
1572023-11-29T18:59:11.311Z Done (0.131s)
1582023-11-29T18:59:11.314Z Done (0.000s)
1592023-11-29T18:59:11.611Z Done (0.000s)
1602023-11-29T18:59:12.307ZPlanning: Evaluating mediator changes ... Done
1612023-11-29T18:59:12.586ZPlanning: Checking for conflicting actions ... Done
1622023-11-29T18:59:12.589ZPlanning: Consolidating action changes ... Done
1632023-11-29T18:59:13.014ZPlanning: Evaluating mediators ... Done
1642023-11-29T18:59:13.016ZPlanning: Planning completed in 0.71 seconds
1652023-11-29T18:59:13.070Z Mediators to change: 2
1662023-11-29T18:59:13.576Z Create boot environment: No
1672023-11-29T18:59:13.576ZCreate backup boot environment: No
1682023-11-29T18:59:13.576Z Done
1692023-11-29T18:59:13.577Z Done
1702023-11-29T18:59:13.577Z Done
1712023-11-29T18:59:19.155Z Done
1722023-11-29T18:59:19.271Z Done
1732023-11-29T18:59:19.274Z Done
1742023-11-29T18:59:19.396Z Done
1752023-11-29T18:59:20.393ZPlanning: Evaluating mediator changes ... Done
1762023-11-29T18:59:20.400ZPlanning: Merging actions ... Done
1772023-11-29T18:59:20.729ZPlanning: Checking for conflicting actions ... Done
1782023-11-29T18:59:20.735ZPlanning: Consolidating action changes ... Done
1792023-11-29T18:59:21.157ZPlanning: Evaluating mediators ... Done
1802023-11-29T18:59:21.250ZPlanning: Planning completed in 1.29 seconds
1812023-11-29T18:59:21.307Z Packages to change: 1
1822023-11-29T18:59:21.310Z Mediators to change: 1
1832023-11-29T18:59:21.310Z Services to change: 1
1842023-11-29T18:59:21.310Z Create boot environment: No
1852023-11-29T18:59:21.310ZCreate backup boot environment: Yes
1862023-11-29T18:59:23.448Z Actions: 1/6 actions (Updating modified actions)
1872023-11-29T18:59:23.451Z Actions: Completed 6 actions in 0.00 seconds.
1882023-11-29T18:59:23.451Z Done
1892023-11-29T18:59:23.451Z Done
1902023-11-29T18:59:23.509Z Done
1912023-11-29T18:59:29.259Z Done
1922023-11-29T18:59:29.380Z Done
1932023-11-29T18:59:29.383Z Done
1942023-11-29T18:59:29.490Z Done
1952023-11-29T18:59:30.155ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962023-11-29T18:59:30.155Zclang system 15 system
1972023-11-29T18:59:30.155Zcsh system system illumos
1982023-11-29T18:59:30.155Zctags system system illumos
1992023-11-29T18:59:30.155Zgcc vendor 12 vendor
2002023-11-29T18:59:30.155Zgcc system 10 system
2012023-11-29T18:59:30.155Zgcc system 7 system
2022023-11-29T18:59:30.155Zgo system 1.20 system
2032023-11-29T18:59:30.155Zgo system 1.19 system
2042023-11-29T18:59:30.155Zllvm system 15 system
2052023-11-29T18:59:30.155Zllvm system 14 system
2062023-11-29T18:59:30.155Zmariadb system 10.6 system
2072023-11-29T18:59:30.155Zmta vendor vendor dma
2082023-11-29T18:59:30.155Zopenjdk system 17 system
2092023-11-29T18:59:30.155Zopenjdk system 11 system
2102023-11-29T18:59:30.155Zopenjdk system 1.8 system
2112023-11-29T18:59:30.155Zopenssl vendor 3 vendor
2122023-11-29T18:59:30.156Zperl system 5.36 system
2132023-11-29T18:59:30.157Zpostgresql system 15 system
2142023-11-29T18:59:30.157Zpostgresql system 13 system
2152023-11-29T18:59:30.157Zpython vendor 3 vendor
2162023-11-29T18:59:30.157Zpython system 2 system
2172023-11-29T18:59:30.157Zpython3 system 3.11 system
2182023-11-29T18:59:30.157Zruby system 3.0 system
2192023-11-29T18:59:30.157Zwords vendor vendor american-english
2202023-11-29T18:59:30.157Zwords system system australian-english
2212023-11-29T18:59:30.157Zwords system system british-english
2222023-11-29T18:59:30.157Zwords system system canadian-english
2232023-11-29T18:59:30.157Zwords system system french
2242023-11-29T18:59:30.157Zwords system system italian
2252023-11-29T18:59:30.157Zwords system system ngerman
2262023-11-29T18:59:30.157Zwords system system ogerman
2272023-11-29T18:59:30.157Zwords system system spanish
2282023-11-29T18:59:30.693ZFMRI IFO
2292023-11-29T18:59:30.693Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302023-11-29T18:59:30.693Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312023-11-29T18:59:30.693Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322023-11-29T18:59:30.693Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2332023-11-29T18:59:30.693Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342023-11-29T18:59:30.693Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2352023-11-29T18:59:30.776Z+ set -o errexit
2362023-11-29T18:59:30.788Z+++ dirname ./tools/ci_download_cockroachdb
2372023-11-29T18:59:30.788Z++ cd ./tools
2382023-11-29T18:59:30.788Z++ pwd
2392023-11-29T18:59:30.788Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402023-11-29T18:59:30.788Z++ basename ./tools/ci_download_cockroachdb
2412023-11-29T18:59:30.788Z+ ARG0=ci_download_cockroachdb
2422023-11-29T18:59:30.788Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432023-11-29T18:59:30.788Z+ CIDL_VERSION=v22.1.9
2442023-11-29T18:59:30.788Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452023-11-29T18:59:30.788Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462023-11-29T18:59:30.788Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472023-11-29T18:59:30.788Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482023-11-29T18:59:30.788Z+ TARGET_DIR=out
2492023-11-29T18:59:30.789Z+ DOWNLOAD_DIR=out/downloads
2502023-11-29T18:59:30.790Z+ DEST_DIR=./out/cockroachdb
2512023-11-29T18:59:30.790Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522023-11-29T18:59:30.790Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532023-11-29T18:59:30.790Z+ main
2542023-11-29T18:59:30.790Z+ [[ 0 != 0 ]]
2552023-11-29T18:59:30.790Z+ CIDL_OS=solaris2.11
2562023-11-29T18:59:30.790Z+ [[ 0 != 0 ]]
2572023-11-29T18:59:30.790Z+ configure_os solaris2.11
2582023-11-29T18:59:30.790Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592023-11-29T18:59:30.790Zcurrent directory: /work/oxidecomputer/omicron
2602023-11-29T18:59:30.790Z+ echo 'configuring based on OS: "solaris2.11"'
2612023-11-29T18:59:30.790Z+ case "$1" in
2622023-11-29T18:59:30.791Z+ CIDL_BUILD=illumos
2632023-11-29T18:59:30.791Zconfiguring based on OS: "solaris2.11"
2642023-11-29T18:59:30.791Z+ CIDL_SUFFIX=tar.gz
2652023-11-29T18:59:30.791Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662023-11-29T18:59:30.791Z+ CIDL_MD5FUNC=do_md5sum
2672023-11-29T18:59:30.791Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682023-11-29T18:59:30.791Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692023-11-29T18:59:30.791Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702023-11-29T18:59:30.791Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712023-11-29T18:59:30.791Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-29T18:59:30.791Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732023-11-29T18:59:30.791Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-29T18:59:30.791Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752023-11-29T18:59:30.791ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-11-29T18:59:30.791ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-29T18:59:30.792Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782023-11-29T18:59:30.792Z+ mkdir -p out/downloads
2792023-11-29T18:59:30.805Z+ mkdir -p ./out/cockroachdb
2802023-11-29T18:59:30.805Z+ local DO_DOWNLOAD=true
2812023-11-29T18:59:30.805Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822023-11-29T18:59:30.805Z+ '[' true == true ']'
2832023-11-29T18:59:30.805Z+ echo Downloading...
2842023-11-29T18:59:30.805ZDownloading...
2852023-11-29T18:59:30.805Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-11-29T18:59:30.805Z+ 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
2872023-11-29T18:59:35.579Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-11-29T18:59:35.582Z++ md5sum
2892023-11-29T18:59:35.582Z++ awk '{print $1}'
2902023-11-29T18:59:35.769Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912023-11-29T18:59:35.769Z+ [[ 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 ]]
2922023-11-29T18:59:35.769Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-11-29T18:59:35.782Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942023-11-29T18:59:39.110Z+ do_assemble_illumos
2952023-11-29T18:59:39.110Z+ rm -r ./out/cockroachdb
2962023-11-29T18:59:39.113Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972023-11-29T18:59:39.813Z+ ./out/cockroachdb/bin/cockroach version
2982023-11-29T18:59:40.070ZBuild Tag: v22.1.9-dirty
2992023-11-29T18:59:40.070ZBuild Time: 2022/10/26 21:17:46
3002023-11-29T18:59:40.070ZDistribution: OSS
3012023-11-29T18:59:40.071ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022023-11-29T18:59:40.071ZGo Version: go1.17.13
3032023-11-29T18:59:40.071ZC Compiler: gcc 10.3.0
3042023-11-29T18:59:40.071ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052023-11-29T18:59:40.071ZBuild Type: release
3062023-11-29T18:59:40.104Z+ set -o errexit
3072023-11-29T18:59:40.129Z+++ dirname ./tools/ci_download_clickhouse
3082023-11-29T18:59:40.129Z++ cd ./tools
3092023-11-29T18:59:40.129Z++ pwd
3102023-11-29T18:59:40.129Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112023-11-29T18:59:40.129Z++ basename ./tools/ci_download_clickhouse
3122023-11-29T18:59:40.129Z+ ARG0=ci_download_clickhouse
3132023-11-29T18:59:40.129Z+ TARGET_DIR=out
3142023-11-29T18:59:40.129Z+ DOWNLOAD_DIR=out/downloads
3152023-11-29T18:59:40.130Z+ DEST_DIR=./out/clickhouse
3162023-11-29T18:59:40.130Z+ CIDL_VERSION=v22.8.9.24
3172023-11-29T18:59:40.130Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182023-11-29T18:59:40.130Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3192023-11-29T18:59:40.130Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3202023-11-29T18:59:40.130Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3212023-11-29T18:59:40.130Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222023-11-29T18:59:40.130Z+ main
3232023-11-29T18:59:40.130Z+ [[ 0 != 0 ]]
3242023-11-29T18:59:40.130Z+ CIDL_OS=solaris2.11
3252023-11-29T18:59:40.130Z+ [[ 0 != 0 ]]
3262023-11-29T18:59:40.130Z+ configure_os solaris2.11
3272023-11-29T18:59:40.130Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282023-11-29T18:59:40.130Zcurrent directory: /work/oxidecomputer/omicron
3292023-11-29T18:59:40.130Zconfiguring based on OS: "solaris2.11"
3302023-11-29T18:59:40.130Z+ echo 'configuring based on OS: "solaris2.11"'
3312023-11-29T18:59:40.130Z+ CIDL_DASHREV=
3322023-11-29T18:59:40.132Z+ case "$1" in
3332023-11-29T18:59:40.132Z+ CIDL_PLATFORM=illumos
3342023-11-29T18:59:40.132Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3352023-11-29T18:59:40.132Z+ CIDL_MD5FUNC=do_md5sum
3362023-11-29T18:59:40.132Z+ CIDL_DASHREV=-1
3372023-11-29T18:59:40.132Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3382023-11-29T18:59:40.132Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-29T18:59:40.132Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-11-29T18:59:40.132Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-29T18:59:40.132Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422023-11-29T18:59:40.132ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-11-29T18:59:40.132ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-11-29T18:59:40.132Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3452023-11-29T18:59:40.132Z+ mkdir -p out/downloads
3462023-11-29T18:59:40.132Z+ mkdir -p ./out/clickhouse
3472023-11-29T18:59:40.132Z+ local DO_DOWNLOAD=true
3482023-11-29T18:59:40.132Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3492023-11-29T18:59:40.132Z+ '[' true == true ']'
3502023-11-29T18:59:40.133Z+ echo Downloading...
3512023-11-29T18:59:40.133ZDownloading...
3522023-11-29T18:59:40.133Z+ 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
3532023-11-29T18:59:40.133Z+ 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
3542023-11-29T18:59:41.678Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552023-11-29T18:59:41.682Z++ md5sum
3562023-11-29T18:59:41.682Z++ awk '{print $1}'
3572023-11-29T18:59:41.980Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3582023-11-29T18:59:41.980Z+ [[ 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 ]]
3592023-11-29T18:59:41.980Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3602023-11-29T18:59:41.988Z+ mkdir -p ./out/clickhouse
3612023-11-29T18:59:41.988Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3622023-11-29T18:59:46.874Z+ ./out/clickhouse/clickhouse server --version
3632023-11-29T18:59:46.923ZClickHouse server version 22.8.9.1.
3642023-11-29T18:59:46.947Z+ set -o errexit
3652023-11-29T18:59:46.951Z+++ dirname ./tools/ci_download_console
3662023-11-29T18:59:46.951Z++ cd ./tools
3672023-11-29T18:59:46.951Z++ pwd
3682023-11-29T18:59:46.951Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692023-11-29T18:59:46.951Z++ basename ./tools/ci_download_console
3702023-11-29T18:59:46.954Z+ ARG0=ci_download_console
3712023-11-29T18:59:46.954Z+ TARGET_DIR=out
3722023-11-29T18:59:46.954Z+ DOWNLOAD_DIR=out/downloads
3732023-11-29T18:59:46.954Z+ DEST_DIR=./out/console-assets
3742023-11-29T18:59:46.954Z+ source /work/oxidecomputer/omicron/tools/console_version
3752023-11-29T18:59:46.956Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3762023-11-29T18:59:46.956Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3772023-11-29T18:59:46.956Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3782023-11-29T18:59:46.956Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792023-11-29T18:59:46.956Z+ main
3802023-11-29T18:59:46.956Z+ [[ 0 != 0 ]]
3812023-11-29T18:59:46.956Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3822023-11-29T18:59:46.956ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3832023-11-29T18:59:46.956Z+ echo 'Local file: out/downloads/console.tar.gz'
3842023-11-29T18:59:46.956ZLocal file: out/downloads/console.tar.gz
3852023-11-29T18:59:46.956Z+ local DO_DOWNLOAD=true
3862023-11-29T18:59:46.956Z+ [[ -f out/downloads/console.tar.gz ]]
3872023-11-29T18:59:46.956Z+ mkdir -p out/downloads
3882023-11-29T18:59:46.959Z+ '[' true == true ']'
3892023-11-29T18:59:46.959Z+ echo Downloading...
3902023-11-29T18:59:46.959ZDownloading...
3912023-11-29T18:59:46.959Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3922023-11-29T18:59:46.959Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3932023-11-29T18:59:47.651Z++ do_sha256sum out/downloads/console.tar.gz
3942023-11-29T18:59:47.670Z++ case "$OSTYPE" in
3952023-11-29T18:59:47.670Z++ SHA=sha256sum
3962023-11-29T18:59:47.670Z++ sha256sum
3972023-11-29T18:59:47.670Z++ awk '{print $1}'
3982023-11-29T18:59:47.670Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3992023-11-29T18:59:47.670Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4002023-11-29T18:59:47.670Z+ rm -rf ./out/console-assets
4012023-11-29T18:59:47.671Z+ mkdir -p ./out/console-assets
4022023-11-29T18:59:47.671Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032023-11-29T18:59:47.681Z+ mkdir -p ./out/console-assets
4042023-11-29T18:59:47.681Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052023-11-29T18:59:47.703Z+ set -o errexit
4062023-11-29T18:59:47.713Z+++ dirname ./tools/ci_download_maghemite_openapi
4072023-11-29T18:59:47.713Z++ cd ./tools
4082023-11-29T18:59:47.713Z++ pwd
4092023-11-29T18:59:47.713Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102023-11-29T18:59:47.713Z++ basename ./tools/ci_download_maghemite_openapi
4112023-11-29T18:59:47.713Z+ ARG0=ci_download_maghemite_openapi
4122023-11-29T18:59:47.713Z+ TARGET_DIR=out
4132023-11-29T18:59:47.713Z+ DOWNLOAD_DIR=out/downloads
4142023-11-29T18:59:47.713Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4152023-11-29T18:59:47.713Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4162023-11-29T18:59:47.713Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4172023-11-29T18:59:47.713Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4182023-11-29T18:59:47.713Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4192023-11-29T18:59:47.713Z+ main
4202023-11-29T18:59:47.713Z+ [[ 0 != 0 ]]
4212023-11-29T18:59:47.713Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4222023-11-29T18:59:47.730ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4232023-11-29T18:59:47.731Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4242023-11-29T18:59:47.731Z+ local DO_DOWNLOAD=true
4252023-11-29T18:59:47.731ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4262023-11-29T18:59:47.731Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4272023-11-29T18:59:47.731Z+ mkdir -p out/downloads
4282023-11-29T18:59:47.731Z+ '[' true == true ']'
4292023-11-29T18:59:47.731Z+ echo Downloading...
4302023-11-29T18:59:47.731ZDownloading...
4312023-11-29T18:59:47.731Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4322023-11-29T18:59:47.731Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4332023-11-29T18:59:47.867Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4342023-11-29T18:59:47.869Z++ case "$OSTYPE" in
4352023-11-29T18:59:47.869Z++ SHA=sha256sum
4362023-11-29T18:59:47.869Z++ sha256sum
4372023-11-29T18:59:47.869Z++ awk '{print $1}'
4382023-11-29T18:59:47.873Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4392023-11-29T18:59:47.873Z+ [[ 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 ]]
4402023-11-29T18:59:47.878Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4412023-11-29T18:59:47.878Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4422023-11-29T18:59:47.878Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4432023-11-29T18:59:47.878Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4442023-11-29T18:59:47.878Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4452023-11-29T18:59:47.878Z+ main
4462023-11-29T18:59:47.878Z+ [[ 0 != 0 ]]
4472023-11-29T18:59:47.878Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4482023-11-29T18:59:47.878ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4492023-11-29T18:59:47.878Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4502023-11-29T18:59:47.878ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4512023-11-29T18:59:47.878Z+ local DO_DOWNLOAD=true
4522023-11-29T18:59:47.878Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4532023-11-29T18:59:47.878Z+ mkdir -p out/downloads
4542023-11-29T18:59:47.878Z+ '[' true == true ']'
4552023-11-29T18:59:47.878Z+ echo Downloading...
4562023-11-29T18:59:47.878ZDownloading...
4572023-11-29T18:59:47.878Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4582023-11-29T18:59:47.878Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4592023-11-29T18:59:48.040Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4602023-11-29T18:59:48.042Z++ case "$OSTYPE" in
4612023-11-29T18:59:48.043Z++ SHA=sha256sum
4622023-11-29T18:59:48.043Z++ sha256sum
4632023-11-29T18:59:48.043Z++ awk '{print $1}'
4642023-11-29T18:59:48.045Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4652023-11-29T18:59:48.045Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4662023-11-29T18:59:48.055Z+ set -o errexit
4672023-11-29T18:59:48.058Z+++ dirname ./tools/ci_download_dendrite_openapi
4682023-11-29T18:59:48.061Z++ cd ./tools
4692023-11-29T18:59:48.061Z++ pwd
4702023-11-29T18:59:48.061Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712023-11-29T18:59:48.064Z++ basename ./tools/ci_download_dendrite_openapi
4722023-11-29T18:59:48.064Z+ ARG0=ci_download_dendrite_openapi
4732023-11-29T18:59:48.064Z+ TARGET_DIR=out
4742023-11-29T18:59:48.064Z+ DOWNLOAD_DIR=out/downloads
4752023-11-29T18:59:48.064Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762023-11-29T18:59:48.064Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4772023-11-29T18:59:48.064Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4782023-11-29T18:59:48.064Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4792023-11-29T18:59:48.064Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4802023-11-29T18:59:48.064Z+ main
4812023-11-29T18:59:48.064Z+ [[ 0 != 0 ]]
4822023-11-29T18:59:48.064Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4832023-11-29T18:59:48.064ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4842023-11-29T18:59:48.064Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4852023-11-29T18:59:48.064ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4862023-11-29T18:59:48.064Z+ local DO_DOWNLOAD=true
4872023-11-29T18:59:48.064Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4882023-11-29T18:59:48.064Z+ mkdir -p out/downloads
4892023-11-29T18:59:48.068Z+ '[' true == true ']'
4902023-11-29T18:59:48.068Z+ echo Downloading...
4912023-11-29T18:59:48.068ZDownloading...
4922023-11-29T18:59:48.069Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4932023-11-29T18:59:48.069Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4942023-11-29T18:59:48.274Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4952023-11-29T18:59:48.278Z++ case "$OSTYPE" in
4962023-11-29T18:59:48.278Z++ SHA=sha256sum
4972023-11-29T18:59:48.278Z++ sha256sum
4982023-11-29T18:59:48.278Z++ awk '{print $1}'
4992023-11-29T18:59:48.286Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5002023-11-29T18:59:48.286Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5012023-11-29T18:59:48.291Z+ set -o errexit
5022023-11-29T18:59:48.295Z+++ dirname ./tools/ci_download_dendrite_stub
5032023-11-29T18:59:48.295Z++ cd ./tools
5042023-11-29T18:59:48.295Z++ pwd
5052023-11-29T18:59:48.295Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062023-11-29T18:59:48.298Z++ basename ./tools/ci_download_dendrite_stub
5072023-11-29T18:59:48.298Z+ ARG0=ci_download_dendrite_stub
5082023-11-29T18:59:48.298Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5092023-11-29T18:59:48.298Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5102023-11-29T18:59:48.298Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5112023-11-29T18:59:48.298Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5122023-11-29T18:59:48.300Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132023-11-29T18:59:48.301Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5142023-11-29T18:59:48.301Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5152023-11-29T18:59:48.301Z+ TARGET_DIR=out
5162023-11-29T18:59:48.301Z+ DOWNLOAD_DIR=out/downloads
5172023-11-29T18:59:48.301Z+ DEST_DIR=./out/dendrite-stub
5182023-11-29T18:59:48.301Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5192023-11-29T18:59:48.301Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5202023-11-29T18:59:48.301Z+ REPO=oxidecomputer/dendrite
5212023-11-29T18:59:48.301Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5222023-11-29T18:59:48.304Z+ main
5232023-11-29T18:59:48.304Z+ [[ 0 != 0 ]]
5242023-11-29T18:59:48.304Z+ CIDL_OS=solaris2.11
5252023-11-29T18:59:48.304Z+ [[ 0 != 0 ]]
5262023-11-29T18:59:48.304Z+ configure_os solaris2.11
5272023-11-29T18:59:48.304Z+ echo 'current directory: /work/oxidecomputer/omicron'
5282023-11-29T18:59:48.304Zcurrent directory: /work/oxidecomputer/omicron
5292023-11-29T18:59:48.304Z+ echo 'configuring based on OS: "solaris2.11"'
5302023-11-29T18:59:48.304Zconfiguring based on OS: "solaris2.11"
5312023-11-29T18:59:48.304Z+ case "$1" in
5322023-11-29T18:59:48.304Z+ SET_BINARIES=
5332023-11-29T18:59:48.304Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5342023-11-29T18:59:48.304Z+ CIDL_SHA256FUNC=do_sha256sum
5352023-11-29T18:59:48.304Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5362023-11-29T18:59:48.304Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5372023-11-29T18:59:48.306Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5382023-11-29T18:59:48.306Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5392023-11-29T18:59:48.306ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5402023-11-29T18:59:48.306Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5412023-11-29T18:59:48.306Z+ mkdir -p out/downloads
5422023-11-29T18:59:48.306ZLocal file: out/downloads/dendrite-stub.tar.gz
5432023-11-29T18:59:48.306Z+ mkdir -p ./out/dendrite-stub
5442023-11-29T18:59:48.306Z+ fetch_and_verify
5452023-11-29T18:59:48.306Z+ local DO_DOWNLOAD=true
5462023-11-29T18:59:48.306Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5472023-11-29T18:59:48.306Z+ '[' true == true ']'
5482023-11-29T18:59:48.306Z+ echo Downloading...
5492023-11-29T18:59:48.306ZDownloading...
5502023-11-29T18:59:48.306Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5512023-11-29T18:59:48.311Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5522023-11-29T18:59:58.492Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5532023-11-29T18:59:58.498Z++ sha256sum
5542023-11-29T18:59:58.498Z++ awk '{print $1}'
5552023-11-29T18:59:58.602Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5562023-11-29T18:59:58.602Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5572023-11-29T18:59:58.606Z+ do_untar out/downloads/dendrite-stub.tar.gz
5582023-11-29T18:59:58.606Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5592023-11-29T18:59:59.675Z+ do_assemble
5602023-11-29T18:59:59.675Z+ rm -r ./out/dendrite-stub
5612023-11-29T18:59:59.684Z+ mkdir ./out/dendrite-stub
5622023-11-29T18:59:59.684Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5632023-11-29T18:59:59.820Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5642023-11-29T18:59:59.832Z+ set -o errexit
5652023-11-29T18:59:59.836Z+++ dirname ./tools/ci_download_maghemite_mgd
5662023-11-29T18:59:59.840Z++ cd ./tools
5672023-11-29T18:59:59.840Z++ pwd
5682023-11-29T18:59:59.840Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692023-11-29T18:59:59.840Z++ basename ./tools/ci_download_maghemite_mgd
5702023-11-29T18:59:59.840Z+ ARG0=ci_download_maghemite_mgd
5712023-11-29T18:59:59.840Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5722023-11-29T18:59:59.840Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5732023-11-29T18:59:59.840Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5742023-11-29T18:59:59.840Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5752023-11-29T18:59:59.840Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5762023-11-29T18:59:59.840Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5772023-11-29T18:59:59.840Z+ TARGET_DIR=out
5782023-11-29T18:59:59.840Z+ DOWNLOAD_DIR=out/downloads
5792023-11-29T18:59:59.840Z+ DEST_DIR=./out/mgd
5802023-11-29T18:59:59.840Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5812023-11-29T18:59:59.840Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822023-11-29T18:59:59.840Z+ REPO=oxidecomputer/maghemite
5832023-11-29T18:59:59.840Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5842023-11-29T18:59:59.843Z+ main
5852023-11-29T18:59:59.843Z+ [[ 0 != 0 ]]
5862023-11-29T18:59:59.843Z+ CIDL_OS=solaris2.11
5872023-11-29T18:59:59.844Z+ [[ 0 != 0 ]]
5882023-11-29T18:59:59.844Z+ configure_os solaris2.11
5892023-11-29T18:59:59.844Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902023-11-29T18:59:59.844Zcurrent directory: /work/oxidecomputer/omicron
5912023-11-29T18:59:59.844Zconfiguring based on OS: "solaris2.11"
5922023-11-29T18:59:59.844Z+ echo 'configuring based on OS: "solaris2.11"'
5932023-11-29T18:59:59.844Z+ case "$1" in
5942023-11-29T18:59:59.844Z+ SET_BINARIES=
5952023-11-29T18:59:59.844Z+ CIDL_SHA256FUNC=do_sha256sum
5962023-11-29T18:59:59.844Z+ TARBALL_FILENAME=mgd.tar.gz
5972023-11-29T18:59:59.844Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5982023-11-29T18:59:59.844Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5992023-11-29T18:59:59.844Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
6002023-11-29T18:59:59.844ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6012023-11-29T18:59:59.844Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6022023-11-29T18:59:59.844Z+ mkdir -p out/downloads
6032023-11-29T18:59:59.844ZLocal file: out/downloads/mgd.tar.gz
6042023-11-29T18:59:59.844Z+ mkdir -p ./out/mgd
6052023-11-29T18:59:59.854Z+ fetch_and_verify
6062023-11-29T18:59:59.854Z+ local DO_DOWNLOAD=true
6072023-11-29T18:59:59.855Z+ [[ -f out/downloads/mgd.tar.gz ]]
6082023-11-29T18:59:59.855Z+ '[' true == true ']'
6092023-11-29T18:59:59.855Z+ echo Downloading...
6102023-11-29T18:59:59.855ZDownloading...
6112023-11-29T18:59:59.855Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6122023-11-29T18:59:59.857Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6132023-11-29T19:00:09.197Z++ do_sha256sum out/downloads/mgd.tar.gz
6142023-11-29T19:00:09.200Z++ sha256sum
6152023-11-29T19:00:09.200Z++ awk '{print $1}'
6162023-11-29T19:00:09.284Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6172023-11-29T19:00:09.284Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6182023-11-29T19:00:09.305Z+ do_untar out/downloads/mgd.tar.gz
6192023-11-29T19:00:09.305Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6202023-11-29T19:00:09.945Z+ do_assemble
6212023-11-29T19:00:09.945Z+ rm -r ./out/mgd
6222023-11-29T19:00:09.950Z+ mkdir ./out/mgd
6232023-11-29T19:00:09.950Z+ cp -r out/downloads/root ./out/mgd/root
6242023-11-29T19:00:10.181Z+ set -o errexit
6252023-11-29T19:00:10.192Z+++ dirname ./tools/ci_download_transceiver_control
6262023-11-29T19:00:10.192Z++ cd ./tools
6272023-11-29T19:00:10.192Z++ pwd
6282023-11-29T19:00:10.192Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6292023-11-29T19:00:10.192Z++ basename ./tools/ci_download_transceiver_control
6302023-11-29T19:00:10.192Z+ ARG0=ci_download_transceiver_control
6312023-11-29T19:00:10.192Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6322023-11-29T19:00:10.192Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6332023-11-29T19:00:10.192Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342023-11-29T19:00:10.192Z+ TARGET_DIR=out
6352023-11-29T19:00:10.192Z+ DOWNLOAD_DIR=out/downloads
6362023-11-29T19:00:10.192Z+ DEST_DIR=./out/transceiver-control
6372023-11-29T19:00:10.192Z+ BIN_DIR=/opt/oxide/bin
6382023-11-29T19:00:10.192Z+ BINARY=xcvradm
6392023-11-29T19:00:10.192Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402023-11-29T19:00:10.192Z+ REPO=oxidecomputer/transceiver-control
6412023-11-29T19:00:10.192Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422023-11-29T19:00:10.192Z+ main
6432023-11-29T19:00:10.192Z+ [[ 0 != 0 ]]
6442023-11-29T19:00:10.192Z+ CIDL_OS=solaris2.11
6452023-11-29T19:00:10.192Z+ [[ 0 != 0 ]]
6462023-11-29T19:00:10.192Z+ configure_os solaris2.11
6472023-11-29T19:00:10.192Z+ echo 'current directory: /work/oxidecomputer/omicron'
6482023-11-29T19:00:10.192Zcurrent directory: /work/oxidecomputer/omicron
6492023-11-29T19:00:10.192Z+ echo 'configuring based on OS: "solaris2.11"'
6502023-11-29T19:00:10.193Zconfiguring based on OS: "solaris2.11"
6512023-11-29T19:00:10.193Z+ case "$1" in
6522023-11-29T19:00:10.193Z+ SET_BINARIES=
6532023-11-29T19:00:10.193Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542023-11-29T19:00:10.193Z+ CIDL_SHA256FUNC=do_sha256sum
6552023-11-29T19:00:10.193Z+ ARCHIVE_FILENAME=xcvradm.gz
6562023-11-29T19:00:10.193Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572023-11-29T19:00:10.193Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582023-11-29T19:00:10.193Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592023-11-29T19:00:10.193ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602023-11-29T19:00:10.193Z+ echo 'Local file: out/downloads/xcvradm.gz'
6612023-11-29T19:00:10.193ZLocal file: out/downloads/xcvradm.gz
6622023-11-29T19:00:10.193Z+ mkdir -p out/downloads
6632023-11-29T19:00:10.230Z+ mkdir -p ./out/transceiver-control
6642023-11-29T19:00:10.230Z+ fetch_and_verify
6652023-11-29T19:00:10.230Z+ local DO_DOWNLOAD=true
6662023-11-29T19:00:10.230Z+ [[ -f out/downloads/xcvradm.gz ]]
6672023-11-29T19:00:10.230Z+ '[' true == true ']'
6682023-11-29T19:00:10.230Z+ echo Downloading...
6692023-11-29T19:00:10.230ZDownloading...
6702023-11-29T19:00:10.230Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6712023-11-29T19:00:10.230Z+ 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
6722023-11-29T19:00:11.010Z++ do_sha256sum out/downloads/xcvradm.gz
6732023-11-29T19:00:11.019Z++ sha256sum
6742023-11-29T19:00:11.020Z++ awk '{print $1}'
6752023-11-29T19:00:11.033Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762023-11-29T19:00:11.042Z+ [[ 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 ]]
6772023-11-29T19:00:11.042Z+ do_unpack out/downloads/xcvradm.gz
6782023-11-29T19:00:11.042Z+ mkdir -p out/downloads/root//opt/oxide/bin
6792023-11-29T19:00:11.042Z+ gzip -dc out/downloads/xcvradm.gz
6802023-11-29T19:00:11.223Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6812023-11-29T19:00:11.259Z+ do_assemble
6822023-11-29T19:00:11.259Z+ rm -r ./out/transceiver-control
6832023-11-29T19:00:11.259Z+ mkdir ./out/transceiver-control
6842023-11-29T19:00:11.259Z+ cp -r out/downloads/root ./out/transceiver-control/root
6852023-11-29T19:00:11.472ZAll prerequisites installed successfully
6862023-11-29T19:00:11.477Z
6872023-11-29T19:00:11.477Zreal 2:32.180218438
6882023-11-29T19:00:11.477Zuser 53.565229074
6892023-11-29T19:00:11.477Zsys 10.147528995
6902023-11-29T19:00:11.477Ztrap 0.020097253
6912023-11-29T19:00:11.477Ztflt 0.262333761
6922023-11-29T19:00:11.477Zdflt 0.874558482
6932023-11-29T19:00:11.477Zkflt 0.263892191
6942023-11-29T19:00:11.477Zlock 2.022153162
6952023-11-29T19:00:11.477Zslp 4:48.829785475
6962023-11-29T19:00:11.477Zlat 3.525630845
6972023-11-29T19:00:11.477Zstop 0.070425713
6982023-11-29T19:00:11.477Z+ banner end-to-end-tests
6992023-11-29T19:00:11.558Z
7002023-11-29T19:00:11.558Z ###### # # ##### ##### #### ###### # # #####
7012023-11-29T19:00:11.558Z # ## # # # # # # # ## # # #
7022023-11-29T19:00:11.558Z ##### # # # # # ##### # # # ##### ##### # # # # #
7032023-11-29T19:00:11.558Z # # # # # # # # # # # # # # #
7042023-11-29T19:00:11.558Z # # ## # # # # # # # ## # #
7052023-11-29T19:00:11.558Z ###### # # ##### # #### ###### # # #####
7062023-11-29T19:00:11.559Z
7072023-11-29T19:00:11.566Z+ export CARGO_PROFILE_DEV_DEBUG=1
7082023-11-29T19:00:11.566Z+ CARGO_PROFILE_DEV_DEBUG=1
7092023-11-29T19:00:11.570Z+ export CARGO_PROFILE_TEST_DEBUG=1
7102023-11-29T19:00:11.570Z+ CARGO_PROFILE_TEST_DEBUG=1
7112023-11-29T19:00:11.570Z+ export CARGO_INCREMENTAL=0
7122023-11-29T19:00:11.570Z+ CARGO_INCREMENTAL=0
7132023-11-29T19:00:11.570Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7142023-11-29T19:00:11.893Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7152023-11-29T19:00:12.324Z Updating crates.io index
7162023-11-29T19:00:12.408Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172023-11-29T19:00:13.198Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182023-11-29T19:00:16.093Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192023-11-29T19:00:16.750Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202023-11-29T19:00:17.080Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212023-11-29T19:00:17.388Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222023-11-29T19:00:17.701Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232023-11-29T19:00:18.640Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242023-11-29T19:00:20.626Z Updating git repository `https://github.com/oxidecomputer/opte`
7252023-11-29T19:00:21.707Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262023-11-29T19:00:22.033Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272023-11-29T19:00:22.717Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282023-11-29T19:00:23.061Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7292023-11-29T19:00:23.430Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7302023-11-29T19:00:23.862Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7312023-11-29T19:00:24.191Z Updating git repository `https://github.com/njaremko/samael`
7322023-11-29T19:00:24.763Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7332023-11-29T19:00:25.372Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7342023-11-29T19:00:26.019Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7352023-11-29T19:00:26.383Z Updating git repository `https://github.com/jgallagher/nix`
7362023-11-29T19:00:27.592Z Updating git repository `https://github.com/cbiffle/hubpack`
7372023-11-29T19:00:28.129Z Updating git repository `https://github.com/oxidecomputer/typify`
7382023-11-29T19:00:29.146Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7392023-11-29T19:00:29.576Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7402023-11-29T19:00:29.894Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7412023-11-29T19:00:31.310Z Downloading crates ...
7422023-11-29T19:00:31.624Z Downloaded difflib v0.4.0
7432023-11-29T19:00:31.626Z Downloaded cfg-if v0.1.10
7442023-11-29T19:00:31.635Z Downloaded percent-encoding v2.3.0
7452023-11-29T19:00:31.638Z Downloaded pest_generator v2.7.2
7462023-11-29T19:00:31.644Z Downloaded clap v4.4.3
7472023-11-29T19:00:31.660Z Downloaded camino v1.1.6
7482023-11-29T19:00:31.666Z Downloaded memoffset v0.9.0
7492023-11-29T19:00:31.671Z Downloaded num-integer v0.1.45
7502023-11-29T19:00:31.674Z Downloaded ciborium-io v0.2.1
7512023-11-29T19:00:31.678Z Downloaded bcrypt-pbkdf v0.10.0
7522023-11-29T19:00:31.681Z Downloaded bitflags v1.3.2
7532023-11-29T19:00:31.689Z Downloaded cfg-if v1.0.0
7542023-11-29T19:00:31.693Z Downloaded poly1305 v0.8.0
7552023-11-29T19:00:31.704Z Downloaded byteorder v1.5.0
7562023-11-29T19:00:31.710Z Downloaded bit-vec v0.6.3
7572023-11-29T19:00:31.719Z Downloaded postgres-protocol v0.6.6
7582023-11-29T19:00:31.726Z Downloaded diesel_table_macro_syntax v0.1.0
7592023-11-29T19:00:31.742Z Downloaded darling_macro v0.20.3
7602023-11-29T19:00:31.742Z Downloaded multer v2.1.0
7612023-11-29T19:00:31.742Z Downloaded quick-error v1.2.3
7622023-11-29T19:00:31.756Z Downloaded pretty-hex v0.3.0
7632023-11-29T19:00:31.756Z Downloaded precomputed-hash v0.1.1
7642023-11-29T19:00:31.756Z Downloaded toolchain_find v0.2.0
7652023-11-29T19:00:31.756Z Downloaded pkcs8 v0.10.2
7662023-11-29T19:00:31.765Z Downloaded crc32fast v1.3.2
7672023-11-29T19:00:31.765Z Downloaded pin-project-lite v0.2.13
7682023-11-29T19:00:31.771Z Downloaded anstyle-query v1.0.0
7692023-11-29T19:00:31.771Z Downloaded match_cfg v0.1.0
7702023-11-29T19:00:31.771Z Downloaded tower-service v0.3.2
7712023-11-29T19:00:31.776Z Downloaded base16ct v0.2.0
7722023-11-29T19:00:31.777Z Downloaded pbkdf2 v0.12.2
7732023-11-29T19:00:31.780Z Downloaded block-padding v0.3.3
7742023-11-29T19:00:31.786Z Downloaded dof v0.1.5
7752023-11-29T19:00:31.786Z Downloaded foreign-types-macros v0.2.3
7762023-11-29T19:00:31.797Z Downloaded hubpack_derive v0.1.1
7772023-11-29T19:00:31.799Z Downloaded r2d2 v0.8.10
7782023-11-29T19:00:31.799Z Downloaded postcard-cobs v0.1.5-pre
7792023-11-29T19:00:31.803Z Downloaded predicates v3.0.4
7802023-11-29T19:00:31.803Z Downloaded ppv-lite86 v0.2.17
7812023-11-29T19:00:31.803Z Downloaded rustls-native-certs v0.6.3
7822023-11-29T19:00:31.806Z Downloaded fallible-iterator v0.2.0
7832023-11-29T19:00:31.810Z Downloaded tokio-stream v0.1.14
7842023-11-29T19:00:31.815Z Downloaded quote v1.0.33
7852023-11-29T19:00:31.820Z Downloaded ctr v0.9.2
7862023-11-29T19:00:31.824Z Downloaded platforms v3.0.2
7872023-11-29T19:00:31.829Z Downloaded postcard v0.7.3
7882023-11-29T19:00:31.832Z Downloaded zone_cfg_derive v0.3.0
7892023-11-29T19:00:31.835Z Downloaded async-trait v0.1.74
7902023-11-29T19:00:31.840Z Downloaded rand v0.8.5
7912023-11-29T19:00:31.847Z Downloaded futures-core v0.3.29
7922023-11-29T19:00:31.850Z Downloaded instant v0.1.12
7932023-11-29T19:00:31.853Z Downloaded waitgroup v0.1.2
7942023-11-29T19:00:31.856Z Downloaded home v0.5.5
7952023-11-29T19:00:31.859Z Downloaded structmeta-derive v0.2.0
7962023-11-29T19:00:31.861Z Downloaded zeroize v1.6.0
7972023-11-29T19:00:31.864Z Downloaded managed v0.8.0
7982023-11-29T19:00:31.866Z Downloaded bytes v1.5.0
7992023-11-29T19:00:31.873Z Downloaded proc-macro2 v1.0.69
8002023-11-29T19:00:31.878Z Downloaded tinyvec_macros v0.1.1
8012023-11-29T19:00:31.880Z Downloaded bstr v0.2.17
8022023-11-29T19:00:31.899Z Downloaded libefi-sys v0.1.0
8032023-11-29T19:00:31.906Z Downloaded slog-async v2.8.0
8042023-11-29T19:00:31.906Z Downloaded serde_path_to_error v0.1.14
8052023-11-29T19:00:31.910Z Downloaded ident_case v1.0.1
8062023-11-29T19:00:31.910Z Downloaded smf v0.2.2
8072023-11-29T19:00:31.919Z Downloaded rustc-demangle v0.1.23
8082023-11-29T19:00:31.922Z Downloaded md-5 v0.10.5
8092023-11-29T19:00:31.922Z Downloaded want v0.3.1
8102023-11-29T19:00:31.922Z Downloaded hyper-staticfile v0.9.5
8112023-11-29T19:00:31.931Z Downloaded endian-type v0.1.2
8122023-11-29T19:00:31.931Z Downloaded slab v0.4.9
8132023-11-29T19:00:31.931Z Downloaded strsim v0.8.0
8142023-11-29T19:00:31.931Z Downloaded filetime v0.2.22
8152023-11-29T19:00:31.933Z Downloaded walkdir v2.4.0
8162023-11-29T19:00:31.936Z Downloaded ahash v0.8.3
8172023-11-29T19:00:31.941Z Downloaded thiserror-impl-no-std v2.0.2
8182023-11-29T19:00:31.944Z Downloaded thiserror-impl v1.0.49
8192023-11-29T19:00:31.947Z Downloaded time-macros v0.2.13
8202023-11-29T19:00:31.950Z Downloaded synstructure v0.12.6
8212023-11-29T19:00:31.953Z Downloaded float-cmp v0.9.0
8222023-11-29T19:00:31.955Z Downloaded hubpack v0.1.2
8232023-11-29T19:00:31.958Z Downloaded diesel_derives v2.1.1
8242023-11-29T19:00:31.964Z Downloaded serde_tokenstream v0.1.7
8252023-11-29T19:00:31.970Z Downloaded secrecy v0.8.0
8262023-11-29T19:00:31.973Z Downloaded serde_urlencoded v0.7.1
8272023-11-29T19:00:31.976Z Downloaded siphasher v0.3.11
8282023-11-29T19:00:31.979Z Downloaded schemars_derive v0.8.13
8292023-11-29T19:00:31.982Z Downloaded group v0.13.0
8302023-11-29T19:00:31.985Z Downloaded zeroize_derive v1.4.2
8312023-11-29T19:00:31.988Z Downloaded serde_tokenstream v0.2.0
8322023-11-29T19:00:31.994Z Downloaded russh-cryptovec v0.7.0
8332023-11-29T19:00:31.997Z Downloaded errno v0.3.2
8342023-11-29T19:00:32.001Z Downloaded foreign-types-shared v0.3.1
8352023-11-29T19:00:32.001Z Downloaded rustc_version v0.4.0
8362023-11-29T19:00:32.004Z Downloaded signature v2.1.0
8372023-11-29T19:00:32.007Z Downloaded smallvec v1.11.0
8382023-11-29T19:00:32.010Z Downloaded slog-bunyan v2.4.0
8392023-11-29T19:00:32.013Z Downloaded sha1 v0.10.6
8402023-11-29T19:00:32.016Z Downloaded utf-8 v0.7.6
8412023-11-29T19:00:32.019Z Downloaded ipnet v2.8.0
8422023-11-29T19:00:32.022Z Downloaded form_urlencoded v1.2.0
8432023-11-29T19:00:32.024Z Downloaded semver v0.11.0
8442023-11-29T19:00:32.027Z Downloaded fixedbitset v0.4.2
8452023-11-29T19:00:32.031Z Downloaded rustversion v1.0.14
8462023-11-29T19:00:32.034Z Downloaded textwrap v0.11.0
8472023-11-29T19:00:32.036Z Downloaded lazy_static v1.4.0
8482023-11-29T19:00:32.039Z Downloaded is-terminal v0.4.9
8492023-11-29T19:00:32.042Z Downloaded ipnetwork v0.20.0
8502023-11-29T19:00:32.045Z Downloaded inout v0.1.3
8512023-11-29T19:00:32.048Z Downloaded whoami v1.4.1
8522023-11-29T19:00:32.050Z Downloaded thread-id v4.2.0
8532023-11-29T19:00:32.053Z Downloaded httpdate v1.0.3
8542023-11-29T19:00:33.059Z Downloaded md5 v0.7.0
8552023-11-29T19:00:33.059Z Downloaded ed25519 v2.2.2
8562023-11-29T19:00:33.064Z Downloaded hex-literal v0.4.1
8572023-11-29T19:00:33.064Z Downloaded foreign-types v0.3.2
8582023-11-29T19:00:33.064Z Downloaded slog-scope v4.4.0
8592023-11-29T19:00:33.064Z Downloaded num-bigint v0.4.4
8602023-11-29T19:00:33.064Z Downloaded matches v0.1.10
8612023-11-29T19:00:33.064Z Downloaded getopts v0.2.21
8622023-11-29T19:00:33.064Z Downloaded elliptic-curve v0.13.5
8632023-11-29T19:00:33.064Z Downloaded try-lock v0.2.4
8642023-11-29T19:00:33.064Z Downloaded xattr v1.0.1
8652023-11-29T19:00:33.064Z Downloaded term v0.7.0
8662023-11-29T19:00:33.064Z Downloaded take_mut v0.2.2
8672023-11-29T19:00:33.064Z Downloaded strum v0.25.0
8682023-11-29T19:00:33.064Z Downloaded terminal_size v0.2.6
8692023-11-29T19:00:33.064Z Downloaded structopt v0.3.26
8702023-11-29T19:00:33.064Z Downloaded fxhash v0.2.1
8712023-11-29T19:00:33.064Z Downloaded usdt-attr-macro v0.3.5
8722023-11-29T19:00:33.064Z Downloaded foreign-types-shared v0.1.1
8732023-11-29T19:00:33.064Z Downloaded serde_spanned v0.6.4
8742023-11-29T19:00:33.064Z Downloaded universal-hash v0.5.1
8752023-11-29T19:00:33.064Z Downloaded serde_repr v0.1.16
8762023-11-29T19:00:33.064Z Downloaded thread_local v1.1.7
8772023-11-29T19:00:33.064Z Downloaded structmeta v0.2.0
8782023-11-29T19:00:33.064Z Downloaded tempfile v3.8.1
8792023-11-29T19:00:33.064Z Downloaded vsss-rs v3.3.1
8802023-11-29T19:00:33.064Z Downloaded lru-cache v0.1.2
8812023-11-29T19:00:33.064Z Downloaded ryu v1.0.15
8822023-11-29T19:00:33.064Z Downloaded kstat-rs v0.2.3
8832023-11-29T19:00:33.064Z Downloaded untrusted v0.7.1
8842023-11-29T19:00:33.064Z Downloaded slog-stdlog v4.1.1
8852023-11-29T19:00:33.064Z Downloaded lock_api v0.4.10
8862023-11-29T19:00:33.064Z Downloaded strum_macros v0.25.2
8872023-11-29T19:00:33.064Z Downloaded getrandom v0.1.16
8882023-11-29T19:00:33.064Z Downloaded indexmap v2.1.0
8892023-11-29T19:00:33.064Z Downloaded utf8parse v0.2.1
8902023-11-29T19:00:33.064Z Downloaded unicode-normalization v0.1.22
8912023-11-29T19:00:33.064Z Downloaded yasna v0.5.2
8922023-11-29T19:00:33.064Z Downloaded trust-dns-server v0.22.1
8932023-11-29T19:00:33.064Z Downloaded typenum v1.16.0
8942023-11-29T19:00:33.064Z Downloaded toml v0.7.8
8952023-11-29T19:00:33.064Z Downloaded sha2 v0.10.8
8962023-11-29T19:00:33.064Z Downloaded uuid v1.6.1
8972023-11-29T19:00:33.064Z Downloaded hashbrown v0.13.2
8982023-11-29T19:00:33.064Z Downloaded tungstenite v0.20.1
8992023-11-29T19:00:33.064Z Downloaded ucd-trie v0.1.6
9002023-11-29T19:00:33.064Z Downloaded serde v1.0.192
9012023-11-29T19:00:33.064Z Downloaded hyper-rustls v0.24.2
9022023-11-29T19:00:33.064Z Downloaded memchr v2.6.3
9032023-11-29T19:00:33.064Z Downloaded sct v0.7.0
9042023-11-29T19:00:33.064Z Downloaded petgraph v0.6.4
9052023-11-29T19:00:33.064Z Downloaded schemars v0.8.13
9062023-11-29T19:00:33.064Z Downloaded tracing-core v0.1.31
9072023-11-29T19:00:33.064Z Downloaded http v0.2.11
9082023-11-29T19:00:33.064Z Downloaded ed25519-dalek v2.0.0
9092023-11-29T19:00:33.064Z Downloaded libm v0.2.7
9102023-11-29T19:00:33.064Z Downloaded heapless v0.7.16
9112023-11-29T19:00:33.064Z Downloaded hashbrown v0.12.3
9122023-11-29T19:00:33.064Z Downloaded time v0.3.27
9132023-11-29T19:00:33.065Z Downloaded clap_builder v4.4.2
9142023-11-29T19:00:33.065Z Downloaded trust-dns-client v0.22.0
9152023-11-29T19:00:33.065Z Downloaded rustls-webpki v0.101.7
9162023-11-29T19:00:33.066Z Downloaded serde_json v1.0.108
9172023-11-29T19:00:33.066Z Downloaded hashbrown v0.14.2
9182023-11-29T19:00:33.066Z Downloaded tokio-util v0.7.10
9192023-11-29T19:00:33.066Z Downloaded smoltcp v0.8.2
9202023-11-29T19:00:33.066Z Downloaded idna v0.4.0
9212023-11-29T19:00:33.066Z Downloaded vcpkg v0.2.15
9222023-11-29T19:00:33.066Z Downloaded hyper v0.14.27
9232023-11-29T19:00:33.066Z Downloaded regex-syntax v0.8.2
9242023-11-29T19:00:33.066Z Downloaded webpki-roots v0.25.2
9252023-11-29T19:00:33.066Z Downloaded syn v1.0.109
9262023-11-29T19:00:33.066Z Downloaded rustix v0.37.23
9272023-11-29T19:00:33.066Z Downloaded idna v0.2.3
9282023-11-29T19:00:33.066Z Downloaded rustls v0.21.9
9292023-11-29T19:00:33.066Z Downloaded bstr v1.6.0
9302023-11-29T19:00:33.066Z Downloaded openapiv3 v2.0.0-rc.1
9312023-11-29T19:00:33.066Z Downloaded rustix v0.38.25
9322023-11-29T19:00:33.066Z Downloaded zerocopy-derive v0.2.0
9332023-11-29T19:00:33.066Z Downloaded zerocopy-derive v0.6.4
9342023-11-29T19:00:33.066Z Downloaded sled v0.34.7
9352023-11-29T19:00:33.066Z Downloaded encoding_rs v0.8.33
9362023-11-29T19:00:33.066Z Downloaded regex-automata v0.4.3
9372023-11-29T19:00:33.066Z Downloaded regex-automata v0.3.8
9382023-11-29T19:00:33.066Z Downloaded bzip2-sys v0.1.11+1.0.8
9392023-11-29T19:00:33.066Z Downloaded libc v0.2.150
9402023-11-29T19:00:33.066Z Downloaded tokio v1.34.0
9412023-11-29T19:00:33.067Z Downloaded sha3 v0.10.8
9422023-11-29T19:00:33.067Z Downloaded regex-syntax v0.7.5
9432023-11-29T19:00:33.067Z Downloaded smoltcp v0.9.1
9442023-11-29T19:00:33.069Z Downloaded syn v2.0.32
9452023-11-29T19:00:33.084Z Downloaded openssl v0.10.57
9462023-11-29T19:00:33.112Z Downloaded winapi v0.3.9
9472023-11-29T19:00:33.184Z Downloaded curve25519-dalek v4.1.0
9482023-11-29T19:00:33.199Z Downloaded object v0.32.1
9492023-11-29T19:00:33.216Z Downloaded regex v1.10.2
9502023-11-29T19:00:33.239Z Downloaded gimli v0.28.0
9512023-11-29T19:00:33.272Z Downloaded trust-dns-proto v0.22.0
9522023-11-29T19:00:33.276Z Downloaded itertools v0.12.0
9532023-11-29T19:00:33.284Z Downloaded diesel v2.1.4
9542023-11-29T19:00:33.314Z Downloaded chrono v0.4.31
9552023-11-29T19:00:33.327Z Downloaded clap v2.34.0
9562023-11-29T19:00:33.339Z Downloaded hkdf v0.12.3
9572023-11-29T19:00:33.343Z Downloaded regress v0.7.1
9582023-11-29T19:00:33.355Z Downloaded radix_trie v0.2.1
9592023-11-29T19:00:33.364Z Downloaded aho-corasick v1.0.4
9602023-11-29T19:00:33.375Z Downloaded aes-gcm v0.10.3
9612023-11-29T19:00:33.381Z Downloaded h2 v0.3.21
9622023-11-29T19:00:33.393Z Downloaded serde_with v2.3.3
9632023-11-29T19:00:33.403Z Downloaded unicode-segmentation v1.10.1
9642023-11-29T19:00:33.413Z Downloaded snafu v0.7.5
9652023-11-29T19:00:33.419Z Downloaded reqwest v0.11.22
9662023-11-29T19:00:33.432Z Downloaded crossterm v0.27.0
9672023-11-29T19:00:33.444Z Downloaded pest v2.7.2
9682023-11-29T19:00:33.457Z Downloaded itertools v0.11.0
9692023-11-29T19:00:33.471Z Downloaded itertools v0.10.5
9702023-11-29T19:00:33.482Z Downloaded futures-util v0.3.29
9712023-11-29T19:00:33.506Z Downloaded indexmap v1.9.3
9722023-11-29T19:00:33.915Z Downloaded russh v0.39.0
9732023-11-29T19:00:33.915Z Downloaded winnow v0.5.15
9742023-11-29T19:00:33.915Z Downloaded socket2 v0.5.5
9752023-11-29T19:00:33.915Z Downloaded serde_derive v1.0.192
9762023-11-29T19:00:33.915Z Downloaded semver v1.0.20
9772023-11-29T19:00:33.915Z Downloaded socket2 v0.4.9
9782023-11-29T19:00:33.915Z Downloaded headers v0.3.9
9792023-11-29T19:00:33.915Z Downloaded toml_edit v0.19.15
9802023-11-29T19:00:33.915Z Downloaded log v0.4.20
9812023-11-29T19:00:33.915Z Downloaded signal-hook v0.3.17
9822023-11-29T19:00:33.915Z Downloaded toml_edit v0.21.0
9832023-11-29T19:00:33.915Z Downloaded rustls-pemfile v1.0.3
9842023-11-29T19:00:33.915Z Downloaded macaddr v1.0.1
9852023-11-29T19:00:33.915Z Downloaded ghash v0.5.0
9862023-11-29T19:00:33.915Z Downloaded ring v0.17.5
9872023-11-29T19:00:33.915Z Downloaded flate2 v1.0.28
9882023-11-29T19:00:33.915Z Downloaded openssl-sys v0.9.93
9892023-11-29T19:00:33.915Z Downloaded regex-automata v0.1.10
9902023-11-29T19:00:33.915Z Downloaded subprocess v0.2.9
9912023-11-29T19:00:33.915Z Downloaded rand v0.7.3
9922023-11-29T19:00:33.915Z Downloaded half v1.8.2
9932023-11-29T19:00:33.915Z Downloaded tracing v0.1.37
9942023-11-29T19:00:33.915Z Downloaded ring v0.16.20
9952023-11-29T19:00:33.979Z Downloaded tokio-postgres v0.7.10
9962023-11-29T19:00:33.988Z Downloaded generic-array v0.14.7
9972023-11-29T19:00:33.988Z Downloaded slog-dtrace v0.2.3
9982023-11-29T19:00:33.999Z Downloaded serde_with_macros v2.3.3
9992023-11-29T19:00:33.999Z Downloaded similar v2.2.1
10002023-11-29T19:00:34.006Z Downloaded hyper-tls v0.5.0
10012023-11-29T19:00:34.006Z Downloaded hash32 v0.2.1
10022023-11-29T19:00:34.006Z Downloaded signal-hook-mio v0.2.3
10032023-11-29T19:00:34.006Z Downloaded rustfmt-wrapper v0.2.0
10042023-11-29T19:00:34.006Z Downloaded futures-sink v0.3.29
10052023-11-29T19:00:34.019Z Downloaded futures-macro v0.3.29
10062023-11-29T19:00:34.019Z Downloaded futures-executor v0.3.29
10072023-11-29T19:00:34.019Z Downloaded serde_derive_internals v0.26.0
10082023-11-29T19:00:34.019Z Downloaded anyhow v1.0.75
10092023-11-29T19:00:34.026Z Downloaded serde_yaml v0.9.25
10102023-11-29T19:00:34.026Z Downloaded unicase v2.7.0
10112023-11-29T19:00:34.026Z Downloaded futures v0.3.29
10122023-11-29T19:00:34.034Z Downloaded hmac v0.12.1
10132023-11-29T19:00:34.039Z Downloaded url v2.4.1
10142023-11-29T19:00:34.042Z Downloaded zip v0.6.6
10152023-11-29T19:00:34.050Z Downloaded base64 v0.21.5
10162023-11-29T19:00:34.055Z Downloaded slog-json v2.6.1
10172023-11-29T19:00:34.059Z Downloaded itoa v1.0.9
10182023-11-29T19:00:34.063Z Downloaded slog-term v2.9.0
10192023-11-29T19:00:34.066Z Downloaded hex v0.4.3
10202023-11-29T19:00:34.069Z Downloaded semver-parser v0.10.2
10212023-11-29T19:00:34.069Z Downloaded io-lifetimes v1.0.11
10222023-11-29T19:00:34.072Z Downloaded http-body v0.4.5
10232023-11-29T19:00:34.075Z Downloaded scheduled-thread-pool v0.2.7
10242023-11-29T19:00:34.078Z Downloaded toml v0.8.8
10252023-11-29T19:00:34.082Z Downloaded iana-time-zone v0.1.57
10262023-11-29T19:00:34.085Z Downloaded spki v0.7.2
10272023-11-29T19:00:34.088Z Downloaded subtle v2.5.0
10282023-11-29T19:00:34.092Z Downloaded slog v2.7.0
10292023-11-29T19:00:34.094Z Downloaded tokio-tungstenite v0.20.1
10302023-11-29T19:00:34.098Z Downloaded trust-dns-resolver v0.22.0
10312023-11-29T19:00:34.105Z Downloaded pin-project v1.1.3
10322023-11-29T19:00:34.124Z Downloaded equivalent v1.0.1
10332023-11-29T19:00:34.127Z Downloaded headers-core v0.2.0
10342023-11-29T19:00:34.127Z Downloaded arc-swap v1.6.0
10352023-11-29T19:00:34.132Z Downloaded spin v0.9.8
10362023-11-29T19:00:34.136Z Downloaded tokio-rustls v0.24.1
10372023-11-29T19:00:34.140Z Downloaded crossbeam-channel v0.5.8
10382023-11-29T19:00:34.147Z Downloaded tar v0.4.40
10392023-11-29T19:00:34.152Z Downloaded enum-as-inner v0.5.1
10402023-11-29T19:00:34.154Z Downloaded pest_meta v2.7.2
10412023-11-29T19:00:34.158Z Downloaded hostname v0.3.1
10422023-11-29T19:00:34.160Z Downloaded futures-channel v0.3.29
10432023-11-29T19:00:34.163Z Downloaded unicode-ident v1.0.12
10442023-11-29T19:00:34.168Z Downloaded heck v0.3.3
10452023-11-29T19:00:34.170Z Downloaded signal-hook-registry v1.4.1
10462023-11-29T19:00:34.173Z Downloaded futures-io v0.3.29
10472023-11-29T19:00:34.173Z Downloaded slog-envlogger v2.2.0
10482023-11-29T19:00:34.175Z Downloaded either v1.9.0
10492023-11-29T19:00:34.178Z Downloaded unicode-bidi v0.3.13
10502023-11-29T19:00:34.184Z Downloaded rcgen v0.11.3
10512023-11-29T19:00:34.195Z Downloaded glob v0.3.1
10522023-11-29T19:00:34.195Z Downloaded httparse v1.8.0
10532023-11-29T19:00:34.199Z Downloaded tinyvec v1.6.0
10542023-11-29T19:00:34.199Z Downloaded snafu-derive v0.7.5
10552023-11-29T19:00:34.202Z Downloaded unsafe-libyaml v0.2.9
10562023-11-29T19:00:34.206Z Downloaded scopeguard v1.2.0
10572023-11-29T19:00:34.206Z Downloaded der v0.7.8
10582023-11-29T19:00:34.215Z Downloaded darling_core v0.20.3
10592023-11-29T19:00:34.222Z Downloaded tracing-attributes v0.1.26
10602023-11-29T19:00:34.226Z Downloaded structopt-derive v0.4.18
10612023-11-29T19:00:34.228Z Downloaded spin v0.5.2
10622023-11-29T19:00:34.231Z Downloaded chacha20poly1305 v0.10.1
10632023-11-29T19:00:34.233Z Downloaded thiserror v1.0.49
10642023-11-29T19:00:34.239Z Downloaded russh-keys v0.38.0
10652023-11-29T19:00:34.243Z Downloaded usdt v0.3.5
10662023-11-29T19:00:34.245Z Downloaded unicode-width v0.1.11
10672023-11-29T19:00:34.247Z Downloaded addr2line v0.21.0
10682023-11-29T19:00:34.250Z Downloaded crossbeam-utils v0.8.16
10692023-11-29T19:00:34.254Z Downloaded heck v0.4.1
10702023-11-29T19:00:34.257Z Downloaded num-complex v0.4.4
10712023-11-29T19:00:34.260Z Downloaded lalrpop-util v0.19.12
10722023-11-29T19:00:34.262Z Downloaded linked-hash-map v0.5.6
10732023-11-29T19:00:34.262Z Downloaded thiserror-no-std v2.0.2
10742023-11-29T19:00:34.268Z Downloaded blake2 v0.10.6
10752023-11-29T19:00:34.300Z Downloaded getrandom v0.2.10
10762023-11-29T19:00:34.303Z Downloaded untrusted v0.9.0
10772023-11-29T19:00:34.303Z Downloaded unicode-xid v0.2.4
10782023-11-29T19:00:34.303Z Downloaded tokio-native-tls v0.3.1
10792023-11-29T19:00:34.303Z Downloaded backtrace v0.3.69
10802023-11-29T19:00:34.303Z Downloaded password-hash v0.5.0
10812023-11-29T19:00:34.303Z Downloaded backoff v0.4.0
10822023-11-29T19:00:34.303Z Downloaded zerocopy v0.6.4
10832023-11-29T19:00:34.303Z Downloaded time-core v0.1.1
10842023-11-29T19:00:34.307Z Downloaded pest_derive v2.7.2
10852023-11-29T19:00:34.307Z Downloaded bitflags v2.4.0
10862023-11-29T19:00:34.311Z Downloaded ansi_term v0.12.1
10872023-11-29T19:00:34.318Z Downloaded darling v0.20.3
10882023-11-29T19:00:34.322Z Downloaded colored v2.0.4
10892023-11-29T19:00:34.325Z Downloaded native-tls v0.2.11
10902023-11-29T19:00:34.327Z Downloaded argon2 v0.5.2
10912023-11-29T19:00:34.329Z Downloaded keccak v0.1.4
10922023-11-29T19:00:34.333Z Downloaded same-file v1.0.6
10932023-11-29T19:00:34.333Z Downloaded strsim v0.10.0
10942023-11-29T19:00:34.335Z Downloaded static_assertions v1.1.0
10952023-11-29T19:00:34.338Z Downloaded stringprep v0.1.3
10962023-11-29T19:00:34.340Z Downloaded string_cache v0.8.7
10972023-11-29T19:00:34.343Z Downloaded stable_deref_trait v1.2.0
10982023-11-29T19:00:34.345Z Downloaded zone v0.3.0
10992023-11-29T19:00:34.345Z Downloaded usdt-macro v0.3.5
11002023-11-29T19:00:34.348Z Downloaded once_cell v1.18.0
11012023-11-29T19:00:34.350Z Downloaded usdt-impl v0.3.5
11022023-11-29T19:00:34.353Z Downloaded http-range v0.1.5
11032023-11-29T19:00:34.355Z Downloaded fnv v1.0.7
11042023-11-29T19:00:34.355Z Downloaded parking_lot_core v0.9.8
11052023-11-29T19:00:34.358Z Downloaded futures-task v0.3.29
11062023-11-29T19:00:34.360Z Downloaded num-traits v0.2.16
11072023-11-29T19:00:34.364Z Downloaded miniz_oxide v0.7.1
11082023-11-29T19:00:34.368Z Downloaded mio v0.8.9
11092023-11-29T19:00:34.378Z Downloaded version_check v0.9.4
11102023-11-29T19:00:34.381Z Downloaded vec_map v0.8.2
11112023-11-29T19:00:34.381Z Downloaded crossbeam-epoch v0.9.15
11122023-11-29T19:00:34.386Z Downloaded ff v0.13.0
11132023-11-29T19:00:34.416Z Downloaded fastrand v2.0.0
11142023-11-29T19:00:34.416Z Downloaded postgres-types v0.2.6
11152023-11-29T19:00:34.416Z Downloaded polyval v0.6.1
11162023-11-29T19:00:34.437Z Downloaded chacha20 v0.9.1
11172023-11-29T19:00:34.438Z Downloaded mime_guess v2.0.4
11182023-11-29T19:00:34.438Z Downloaded ciborium v0.2.1
11192023-11-29T19:00:34.438Z Downloaded pin-project-internal v1.1.3
11202023-11-29T19:00:34.438Z Downloaded pkg-config v0.3.27
11212023-11-29T19:00:34.438Z Downloaded password-hash v0.4.2
11222023-11-29T19:00:34.438Z Downloaded parse-display-derive v0.8.2
11232023-11-29T19:00:34.438Z Downloaded parking_lot v0.12.1
11242023-11-29T19:00:34.438Z Downloaded parking_lot_core v0.8.6
11252023-11-29T19:00:34.438Z Downloaded derive_more v0.99.17
11262023-11-29T19:00:34.467Z Downloaded console v0.15.7
11272023-11-29T19:00:34.467Z Downloaded proc-macro-error v1.0.4
11282023-11-29T19:00:34.467Z Downloaded paste v1.0.14
11292023-11-29T19:00:34.474Z Downloaded phf v0.11.2
11302023-11-29T19:00:34.474Z Downloaded zerocopy v0.3.0
11312023-11-29T19:00:34.474Z Downloaded pem v1.1.1
11322023-11-29T19:00:34.474Z Downloaded dirs-next v2.0.0
11332023-11-29T19:00:34.474Z Downloaded crypto-common v0.1.6
11342023-11-29T19:00:34.474Z Downloaded async-stream v0.3.5
11352023-11-29T19:00:34.481Z Downloaded adler v1.0.2
11362023-11-29T19:00:34.481Z Downloaded cc v1.0.83
11372023-11-29T19:00:34.486Z Downloaded rand_chacha v0.2.2
11382023-11-29T19:00:34.495Z Downloaded anstyle v1.0.2
11392023-11-29T19:00:34.501Z Downloaded omicron-zone-package v0.9.1
11402023-11-29T19:00:34.501Z Downloaded foreign-types v0.5.0
11412023-11-29T19:00:34.501Z Downloaded blowfish v0.9.1
11422023-11-29T19:00:34.509Z Downloaded proc-macro-error-attr v1.0.4
11432023-11-29T19:00:34.509Z Downloaded anstyle-parse v0.2.1
11442023-11-29T19:00:34.509Z Downloaded pem v3.0.2
11452023-11-29T19:00:34.518Z Downloaded aead v0.5.2
11462023-11-29T19:00:34.518Z Downloaded num-rational v0.4.1
11472023-11-29T19:00:34.523Z Downloaded cpufeatures v0.2.9
11482023-11-29T19:00:34.523Z Downloaded rand_core v0.6.4
11492023-11-29T19:00:34.532Z Downloaded predicates-core v1.0.6
11502023-11-29T19:00:34.532Z Downloaded dirs-sys v0.4.1
11512023-11-29T19:00:34.544Z Downloaded digest v0.10.7
11522023-11-29T19:00:34.544Z Downloaded deranged v0.3.8
11532023-11-29T19:00:34.544Z Downloaded resolv-conf v0.7.0
11542023-11-29T19:00:34.553Z Downloaded dirs v5.0.1
11552023-11-29T19:00:34.553Z Downloaded proc-macro-crate v1.3.1
11562023-11-29T19:00:34.553Z Downloaded pin-utils v0.1.0
11572023-11-29T19:00:34.553Z Downloaded cbc v0.1.2
11582023-11-29T19:00:34.564Z Downloaded camino-tempfile v1.1.1
11592023-11-29T19:00:34.564Z Downloaded rand_chacha v0.3.1
11602023-11-29T19:00:34.564Z Downloaded autocfg v1.1.0
11612023-11-29T19:00:34.565Z Downloaded anstream v0.5.0
11622023-11-29T19:00:34.573Z Downloaded debug-ignore v1.0.5
11632023-11-29T19:00:34.573Z Downloaded data-encoding v2.4.0
11642023-11-29T19:00:34.573Z Downloaded bzip2 v0.4.4
11652023-11-29T19:00:34.573Z Downloaded curve25519-dalek-derive v0.1.0
11662023-11-29T19:00:34.574Z Downloaded pretty-hex v0.2.1
11672023-11-29T19:00:34.580Z Downloaded dtrace-parser v0.1.14
11682023-11-29T19:00:34.580Z Downloaded atomicwrites v0.4.2
11692023-11-29T19:00:34.580Z Downloaded doc-comment v0.3.3
11702023-11-29T19:00:34.580Z Downloaded async-stream-impl v0.3.5
11712023-11-29T19:00:34.580Z Downloaded parse-display v0.8.2
11722023-11-29T19:00:34.580Z Downloaded mime v0.3.17
11732023-11-29T19:00:34.588Z Downloaded rand_core v0.5.1
11742023-11-29T19:00:34.588Z Downloaded phf_shared v0.10.0
11752023-11-29T19:00:34.588Z Downloaded clap_derive v4.4.2
11762023-11-29T19:00:34.598Z Downloaded const-oid v0.9.5
11772023-11-29T19:00:34.598Z Downloaded phf_shared v0.11.2
11782023-11-29T19:00:34.598Z Downloaded num_enum_derive v0.5.11
11792023-11-29T19:00:34.598Z Downloaded toml v0.5.11
11802023-11-29T19:00:34.608Z Downloaded bit-set v0.5.3
11812023-11-29T19:00:34.608Z Downloaded block-buffer v0.10.4
11822023-11-29T19:00:34.608Z Downloaded pbkdf2 v0.11.0
11832023-11-29T19:00:34.619Z Downloaded base64 v0.13.1
11842023-11-29T19:00:34.619Z Downloaded parking_lot v0.11.2
11852023-11-29T19:00:34.628Z Downloaded option-ext v0.2.0
11862023-11-29T19:00:34.629Z Downloaded openssl-macros v0.1.1
11872023-11-29T19:00:34.629Z Downloaded num_enum v0.5.11
11882023-11-29T19:00:34.630Z Downloaded num v0.4.1
11892023-11-29T19:00:34.630Z Downloaded crypto-bigint v0.5.2
11902023-11-29T19:00:34.647Z Downloaded num-iter v0.1.43
11912023-11-29T19:00:34.654Z Downloaded dirs-sys-next v0.1.2
11922023-11-29T19:00:34.654Z Downloaded base64ct v1.6.0
11932023-11-29T19:00:34.654Z Downloaded clap_lex v0.5.1
11942023-11-29T19:00:34.654Z Downloaded num-derive v0.4.0
11952023-11-29T19:00:34.655Z Downloaded cancel-safe-futures v0.1.5
11962023-11-29T19:00:34.663Z Downloaded num_cpus v1.16.0
11972023-11-29T19:00:34.663Z Downloaded new_debug_unreachable v1.0.4
11982023-11-29T19:00:34.663Z Downloaded colorchoice v1.0.0
11992023-11-29T19:00:34.666Z Downloaded openssl-probe v0.1.5
12002023-11-29T19:00:34.666Z Downloaded opaque-debug v0.3.0
12012023-11-29T19:00:34.666Z Downloaded normalize-line-endings v0.3.0
12022023-11-29T19:00:34.666Z Downloaded nibble_vec v0.1.0
12032023-11-29T19:00:34.669Z Downloaded cipher v0.4.4
12042023-11-29T19:00:34.672Z Downloaded ciborium-ll v0.2.1
12052023-11-29T19:00:34.672Z Downloaded toml_datetime v0.6.5
12062023-11-29T19:00:34.676Z Downloaded tokio-macros v2.2.0
12072023-11-29T19:00:34.676Z Downloaded atty v0.2.14
12082023-11-29T19:00:34.678Z Downloaded atomic-waker v1.1.1
12092023-11-29T19:00:34.679Z Downloaded num_threads v0.1.6
12102023-11-29T19:00:34.682Z Downloaded crucible-workspace-hack v0.1.0
12112023-11-29T19:00:34.682Z Downloaded dyn-clone v1.0.13
12122023-11-29T19:00:34.685Z Downloaded convert_case v0.4.0
12132023-11-29T19:00:34.685Z Downloaded aes v0.8.3
12142023-11-29T19:00:34.693Z Downloaded cstr-argument v0.1.2
12152023-11-29T19:00:35.102Z Compiling proc-macro2 v1.0.69
12162023-11-29T19:00:35.102Z Compiling unicode-ident v1.0.12
12172023-11-29T19:00:35.109Z Compiling libc v0.2.150
12182023-11-29T19:00:35.109Z Compiling serde v1.0.192
12192023-11-29T19:00:35.110Z Compiling autocfg v1.1.0
12202023-11-29T19:00:35.111Z Compiling version_check v0.9.4
12212023-11-29T19:00:35.111Z Compiling cfg-if v1.0.0
12222023-11-29T19:00:35.126Z Compiling syn v1.0.109
12232023-11-29T19:00:35.500Z Compiling parking_lot_core v0.9.8
12242023-11-29T19:00:35.532Z Compiling typenum v1.16.0
12252023-11-29T19:00:36.373Z Compiling libm v0.2.7
12262023-11-29T19:00:36.491Z Compiling lock_api v0.4.10
12272023-11-29T19:00:37.257Z Compiling generic-array v0.14.7
12282023-11-29T19:00:37.260Z Compiling once_cell v1.18.0
12292023-11-29T19:00:37.260Z Compiling num-traits v0.2.16
12302023-11-29T19:00:37.490Z Compiling thiserror v1.0.49
12312023-11-29T19:00:37.587Z Compiling futures-core v0.3.29
12322023-11-29T19:00:37.667Z Compiling serde_json v1.0.108
12332023-11-29T19:00:37.773Z Compiling slab v0.4.9
12342023-11-29T19:00:37.881Z Compiling futures-channel v0.3.29
12352023-11-29T19:00:38.123Z Compiling futures-task v0.3.29
12362023-11-29T19:00:38.142Z Compiling memchr v2.6.3
12372023-11-29T19:00:38.212Z Compiling futures-util v0.3.29
12382023-11-29T19:00:38.255Z Compiling itoa v1.0.9
12392023-11-29T19:00:38.467Z Compiling pkg-config v0.3.27
12402023-11-29T19:00:38.599Z Compiling quote v1.0.33
12412023-11-29T19:00:38.907Z Compiling scopeguard v1.2.0
12422023-11-29T19:00:39.088Z Compiling log v0.4.20
12432023-11-29T19:00:39.199Z Compiling syn v2.0.32
12442023-11-29T19:00:39.813Z Compiling cc v1.0.83
12452023-11-29T19:00:40.148Z Compiling getrandom v0.2.10
12462023-11-29T19:00:40.627Z Compiling rand_core v0.6.4
12472023-11-29T19:00:41.477Z Compiling heck v0.4.1
12482023-11-29T19:00:42.061Z Compiling ryu v1.0.15
12492023-11-29T19:00:42.343Z Compiling smallvec v1.11.0
12502023-11-29T19:00:43.021Z Compiling schemars v0.8.13
12512023-11-29T19:00:43.097Z Compiling vcpkg v0.2.15
12522023-11-29T19:00:43.392Z Compiling subtle v2.5.0
12532023-11-29T19:00:43.499Z Compiling httparse v1.8.0
12542023-11-29T19:00:44.103Z Compiling indexmap v1.9.3
12552023-11-29T19:00:44.518Z Compiling equivalent v1.0.1
12562023-11-29T19:00:44.541Z Compiling hashbrown v0.14.2
12572023-11-29T19:00:44.597Z Compiling pin-project-lite v0.2.13
12582023-11-29T19:00:44.952Z Compiling ring v0.17.5
12592023-11-29T19:00:45.533Z Compiling ring v0.16.20
12602023-11-29T19:00:45.775Z Compiling semver v1.0.20
12612023-11-29T19:00:46.598Z Compiling parking_lot v0.12.1
12622023-11-29T19:00:46.852Z Compiling openssl-sys v0.9.93
12632023-11-29T19:00:46.875Z Compiling ahash v0.8.3
12642023-11-29T19:00:47.333Z Compiling fnv v1.0.7
12652023-11-29T19:00:48.222Z Compiling openssl v0.10.57
12662023-11-29T19:00:48.370Z Compiling signal-hook-registry v1.4.1
12672023-11-29T19:00:48.455Z Compiling ucd-trie v0.1.6
12682023-11-29T19:00:48.564Z Compiling rustls v0.21.9
12692023-11-29T19:00:48.821Z Compiling iana-time-zone v0.1.57
12702023-11-29T19:00:49.488Z Compiling mio v0.8.9
12712023-11-29T19:00:49.822Z Compiling native-tls v0.2.11
12722023-11-29T19:00:50.410Z Compiling socket2 v0.5.5
12732023-11-29T19:00:50.430Z Compiling num_cpus v1.16.0
12742023-11-29T19:00:50.635Z Compiling spin v0.5.2
12752023-11-29T19:00:50.961Z Compiling byteorder v1.5.0
12762023-11-29T19:00:51.555Z Compiling serde_derive_internals v0.26.0
12772023-11-29T19:00:51.753Z Compiling futures-sink v0.3.29
12782023-11-29T19:00:51.813Z Compiling async-trait v0.1.74
12792023-11-29T19:00:51.859Z Compiling dyn-clone v1.0.13
12802023-11-29T19:00:52.146Z Compiling aho-corasick v1.0.4
12812023-11-29T19:00:52.622Z Compiling rustix v0.38.25
12822023-11-29T19:00:52.649Z Compiling regex-syntax v0.8.2
12832023-11-29T19:00:52.655Z Compiling tinyvec_macros v0.1.1
12842023-11-29T19:00:52.757Z Compiling const-oid v0.9.5
12852023-11-29T19:00:53.783Z Compiling tinyvec v1.6.0
12862023-11-29T19:00:54.250Z Compiling hashbrown v0.13.2
12872023-11-29T19:00:56.345Z Compiling backtrace v0.3.69
12882023-11-29T19:00:56.425Z Compiling winnow v0.5.15
12892023-11-29T19:00:56.730Z Compiling pin-utils v0.1.0
12902023-11-29T19:00:56.851Z Compiling futures-io v0.3.29
12912023-11-29T19:00:56.988Z Compiling unicode-normalization v0.1.22
12922023-11-29T19:00:57.201Z Compiling spin v0.9.8
12932023-11-29T19:00:57.334Z Compiling tracing-core v0.1.31
12942023-11-29T19:00:58.035Z Compiling unicode-bidi v0.3.13
12952023-11-29T19:00:58.792Z Compiling regex-automata v0.4.3
12962023-11-29T19:01:00.090Z Compiling cpufeatures v0.2.9
12972023-11-29T19:01:00.219Z Compiling crc32fast v1.3.2
12982023-11-29T19:01:00.556Z Compiling anyhow v1.0.75
12992023-11-29T19:01:01.871Z Compiling base64 v0.21.5
13002023-11-29T19:01:02.625Z Compiling time-core v0.1.1
13012023-11-29T19:01:03.027Z Compiling time-macros v0.2.13
13022023-11-29T19:01:03.183Z Compiling serde_derive v1.0.192
13032023-11-29T19:01:03.329Z Compiling zeroize_derive v1.4.2
13042023-11-29T19:01:03.726Z Compiling thiserror-impl v1.0.49
13052023-11-29T19:01:04.060Z Compiling tokio-macros v2.2.0
13062023-11-29T19:01:06.049Z Compiling futures-macro v0.3.29
13072023-11-29T19:01:06.829Z Compiling zeroize v1.6.0
13082023-11-29T19:01:06.854Z Compiling tracing-attributes v0.1.26
13092023-11-29T19:01:08.576Z Compiling schemars_derive v0.8.13
13102023-11-29T19:01:09.237Z Compiling openssl-macros v0.1.1
13112023-11-29T19:01:09.360Z Compiling pest v2.7.2
13122023-11-29T19:01:09.831Z Compiling crypto-common v0.1.6
13132023-11-29T19:01:09.859Z Compiling block-buffer v0.10.4
13142023-11-29T19:01:10.252Z Compiling digest v0.10.7
13152023-11-29T19:01:11.042Z Compiling regex v1.10.2
13162023-11-29T19:01:13.531Z Compiling tracing v0.1.37
13172023-11-29T19:01:14.330Z Compiling num-integer v0.1.45
13182023-11-29T19:01:14.536Z Compiling slog v2.7.0
13192023-11-29T19:01:14.674Z Compiling untrusted v0.9.0
13202023-11-29T19:01:14.837Z Compiling unicode-xid v0.2.4
13212023-11-29T19:01:14.890Z Compiling foreign-types-shared v0.1.1
13222023-11-29T19:01:14.924Z Compiling percent-encoding v2.3.0
13232023-11-29T19:01:15.042Z Compiling unicode-width v0.1.11
13242023-11-29T19:01:15.068Z Compiling hashbrown v0.12.3
13252023-11-29T19:01:15.096Z Compiling openssl-probe v0.1.5
13262023-11-29T19:01:15.277Z Compiling untrusted v0.7.1
13272023-11-29T19:01:15.298Z Compiling synstructure v0.12.6
13282023-11-29T19:01:15.492Z Compiling foreign-types v0.3.2
13292023-11-29T19:01:18.798Z Compiling errno v0.3.2
13302023-11-29T19:01:19.224Z Compiling ppv-lite86 v0.2.17
13312023-11-29T19:01:20.527Z Compiling try-lock v0.2.4
13322023-11-29T19:01:20.692Z Compiling want v0.3.1
13332023-11-29T19:01:20.719Z Compiling rustls-webpki v0.101.7
13342023-11-29T19:01:21.746Z Compiling sct v0.7.0
13352023-11-29T19:01:22.089Z Compiling zerocopy-derive v0.2.0
13362023-11-29T19:01:22.202Z Compiling form_urlencoded v1.2.0
13372023-11-29T19:01:22.268Z Compiling pest_meta v2.7.2
13382023-11-29T19:01:22.924Z Compiling socket2 v0.4.9
13392023-11-29T19:01:22.974Z Compiling httpdate v1.0.3
13402023-11-29T19:01:23.813Z Compiling tower-service v0.3.2
13412023-11-29T19:01:23.898Z Compiling io-lifetimes v1.0.11
13422023-11-29T19:01:24.298Z Compiling pest_generator v2.7.2
13432023-11-29T19:01:25.208Z Compiling rustls-pemfile v1.0.3
13442023-11-29T19:01:25.533Z Compiling idna v0.4.0
13452023-11-29T19:01:25.778Z Compiling lazy_static v1.4.0
13462023-11-29T19:01:25.973Z Compiling crossbeam-utils v0.8.16
13472023-11-29T19:01:27.345Z Compiling bytes v1.5.0
13482023-11-29T19:01:27.623Z Compiling indexmap v2.1.0
13492023-11-29T19:01:28.157Z Compiling chrono v0.4.31
13502023-11-29T19:01:29.431Z Compiling uuid v1.6.1
13512023-11-29T19:01:29.553Z Compiling tokio v1.34.0
13522023-11-29T19:01:29.761Z Compiling http v0.2.11
13532023-11-29T19:01:30.733Z Compiling toml_datetime v0.6.5
13542023-11-29T19:01:31.439Z Compiling bitflags v2.4.0
13552023-11-29T19:01:32.034Z Compiling serde_spanned v0.6.4
13562023-11-29T19:01:32.484Z Compiling toml_edit v0.19.15
13572023-11-29T19:01:33.929Z Compiling rustc_version v0.4.0
13582023-11-29T19:01:34.867Z Compiling http-body v0.4.5
13592023-11-29T19:01:35.504Z Compiling openapiv3 v2.0.0-rc.1
13602023-11-29T19:01:38.134Z Compiling adler v1.0.2
13612023-11-29T19:01:38.229Z Compiling pest_derive v2.7.2
13622023-11-29T19:01:38.477Z Compiling miniz_oxide v0.7.1
13632023-11-29T19:01:42.859Z Compiling tokio-util v0.7.10
13642023-11-29T19:01:42.886Z Compiling tokio-rustls v0.24.1
13652023-11-29T19:01:43.497Z Compiling url v2.4.1
13662023-11-29T19:01:44.164Z Compiling rustls-native-certs v0.6.3
13672023-11-29T19:01:44.877Z Compiling h2 v0.3.21
13682023-11-29T19:01:46.038Z Compiling tokio-native-tls v0.3.1
13692023-11-29T19:01:46.114Z Compiling rand_chacha v0.3.1
13702023-11-29T19:01:46.324Z Compiling usdt-impl v0.3.5
13712023-11-29T19:01:46.445Z Compiling rustix v0.37.23
13722023-11-29T19:01:46.801Z Compiling ipnet v2.8.0
13732023-11-29T19:01:48.834Z Compiling rand v0.8.5
13742023-11-29T19:01:49.086Z Compiling serde_urlencoded v0.7.1
13752023-11-29T19:01:49.495Z Compiling encoding_rs v0.8.33
13762023-11-29T19:01:49.616Z Compiling gimli v0.28.0
13772023-11-29T19:01:49.901Z Compiling webpki-roots v0.25.2
13782023-11-29T19:01:50.120Z Compiling mime v0.3.17
13792023-11-29T19:01:52.142Z Compiling zerocopy v0.3.0
13802023-11-29T19:01:52.980Z Compiling object v0.32.1
13812023-11-29T19:01:53.360Z Compiling num-bigint v0.4.4
13822023-11-29T19:01:54.683Z Compiling rustc-demangle v0.1.23
13832023-11-29T19:01:55.058Z Compiling dof v0.1.5
13842023-11-29T19:01:55.288Z Compiling flate2 v1.0.28
13852023-11-29T19:01:56.237Z Compiling hyper v0.14.27
13862023-11-29T19:01:56.269Z Compiling dtrace-parser v0.1.14
13872023-11-29T19:01:56.617Z Compiling heapless v0.7.16
13882023-11-29T19:01:56.892Z Compiling addr2line v0.21.0
13892023-11-29T19:01:57.240Z Compiling serde_tokenstream v0.2.0
13902023-11-29T19:01:57.925Z Compiling bzip2-sys v0.1.11+1.0.8
13912023-11-29T19:01:58.043Z Compiling thread-id v4.2.0
13922023-11-29T19:01:58.188Z Compiling rustversion v1.0.14
13932023-11-29T19:01:59.125Z Compiling signal-hook v0.3.17
13942023-11-29T19:01:59.648Z Compiling toml v0.7.8
13952023-11-29T19:02:00.070Z Compiling toml_edit v0.21.0
13962023-11-29T19:02:05.539Z Compiling serde_tokenstream v0.1.7
13972023-11-29T19:02:05.651Z Compiling hex v0.4.3
13982023-11-29T19:02:05.651Z Compiling zerocopy-derive v0.6.4
13992023-11-29T19:02:05.651Z Compiling regress v0.7.1
14002023-11-29T19:02:05.692Z Compiling memoffset v0.9.0
14012023-11-29T19:02:05.692Z Compiling strsim v0.10.0
14022023-11-29T19:02:06.360Z Compiling bitflags v1.3.2
14032023-11-29T19:02:06.645Z Compiling smoltcp v0.9.1
14042023-11-29T19:02:07.741Z Compiling hyper-rustls v0.24.2
14052023-11-29T19:02:08.580Z Compiling hyper-tls v0.5.0
14062023-11-29T19:02:08.606Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14072023-11-29T19:02:08.702Z Compiling doc-comment v0.3.3
14082023-11-29T19:02:09.055Z Compiling reqwest v0.11.22
14092023-11-29T19:02:09.095Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14102023-11-29T19:02:10.376Z Compiling strum_macros v0.25.2
14112023-11-29T19:02:11.611Z Compiling usdt-attr-macro v0.3.5
14122023-11-29T19:02:12.239Z Compiling usdt-macro v0.3.5
14132023-11-29T19:02:13.959Z Compiling enum-as-inner v0.5.1
14142023-11-29T19:02:14.342Z Compiling num-iter v0.1.43
14152023-11-29T19:02:14.848Z Compiling crossbeam-epoch v0.9.15
14162023-11-29T19:02:15.302Z Compiling siphasher v0.3.11
14172023-11-29T19:02:15.532Z Compiling unicode-segmentation v1.10.1
14182023-11-29T19:02:16.169Z Compiling hubpack_derive v0.1.1
14192023-11-29T19:02:16.985Z Compiling pin-project-internal v1.1.3
14202023-11-29T19:02:17.567Z Compiling deranged v0.3.8
14212023-11-29T19:02:17.832Z Compiling utf8parse v0.2.1
14222023-11-29T19:02:18.391Z Compiling anstyle v1.0.2
14232023-11-29T19:02:18.863Z Compiling num_threads v0.1.6
14242023-11-29T19:02:20.557Z Compiling time v0.3.27
14252023-11-29T19:02:21.812Z Compiling anstyle-parse v0.2.1
14262023-11-29T19:02:22.213Z Compiling sha2 v0.10.8
14272023-11-29T19:02:23.000Z Compiling md-5 v0.10.5
14282023-11-29T19:02:23.389Z Compiling hmac v0.12.1
14292023-11-29T19:02:23.931Z Compiling block-padding v0.3.3
14302023-11-29T19:02:24.303Z Compiling clap_derive v4.4.2
14312023-11-29T19:02:24.763Z Compiling stringprep v0.1.3
14322023-11-29T19:02:24.862Z Compiling hash32 v0.2.1
14332023-11-29T19:02:25.440Z Compiling diesel_table_macro_syntax v0.1.0
14342023-11-29T19:02:26.266Z Compiling colorchoice v1.0.0
14352023-11-29T19:02:26.389Z Compiling anstyle-query v1.0.0
14362023-11-29T19:02:26.430Z Compiling fallible-iterator v0.2.0
14372023-11-29T19:02:26.573Z Compiling either v1.9.0
14382023-11-29T19:02:26.898Z Compiling stable_deref_trait v1.2.0
14392023-11-29T19:02:27.596Z Compiling postgres-protocol v0.6.6
14402023-11-29T19:02:28.644Z Compiling anstream v0.5.0
14412023-11-29T19:02:29.758Z Compiling diesel_derives v2.1.1
14422023-11-29T19:02:30.036Z Compiling terminal_size v0.2.6
14432023-11-29T19:02:30.063Z Compiling inout v0.1.3
14442023-11-29T19:02:31.692Z Compiling phf_shared v0.11.2
14452023-11-29T19:02:33.039Z Compiling getopts v0.2.21
14462023-11-29T19:02:33.536Z Compiling snafu-derive v0.7.5
14472023-11-29T19:02:33.539Z Compiling serde_repr v0.1.16
14482023-11-29T19:02:33.595Z Compiling scheduled-thread-pool v0.2.7
14492023-11-29T19:02:34.555Z Compiling clap_lex v0.5.1
14502023-11-29T19:02:34.712Z Compiling bit-vec v0.6.3
14512023-11-29T19:02:34.754Z Compiling managed v0.8.0
14522023-11-29T19:02:35.528Z Compiling matches v0.1.10
14532023-11-29T19:02:35.660Z Compiling regex-automata v0.1.10
14542023-11-29T19:02:35.789Z Compiling unsafe-libyaml v0.2.9
14552023-11-29T19:02:35.981Z Compiling idna v0.2.3
14562023-11-29T19:02:36.414Z Compiling bstr v0.2.17
14572023-11-29T19:02:38.669Z Compiling serde_yaml v0.9.25
14582023-11-29T19:02:38.996Z Compiling clap_builder v4.4.2
14592023-11-29T19:02:39.765Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14602023-11-29T19:02:42.625Z Compiling r2d2 v0.8.10
14612023-11-29T19:02:46.607Z Compiling phf v0.11.2
14622023-11-29T19:02:47.052Z Compiling signal-hook-mio v0.2.3
14632023-11-29T19:02:47.677Z Compiling cipher v0.4.4
14642023-11-29T19:02:48.501Z Compiling bzip2 v0.4.4
14652023-11-29T19:02:48.523Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14662023-11-29T19:02:48.710Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14672023-11-29T19:02:49.114Z Compiling postgres-types v0.2.6
14682023-11-29T19:02:50.250Z Compiling itertools v0.11.0
14692023-11-29T19:02:51.044Z Compiling pin-project v1.1.3
14702023-11-29T19:02:51.258Z Compiling hubpack v0.1.2
14712023-11-29T19:02:54.644Z Compiling phf_shared v0.10.0
14722023-11-29T19:02:54.718Z Compiling zerocopy v0.6.4
14732023-11-29T19:02:54.718Z Compiling ipnetwork v0.20.0
14742023-11-29T19:02:54.718Z Compiling futures-executor v0.3.29
14752023-11-29T19:02:54.800Z Compiling float-cmp v0.9.0
14762023-11-29T19:02:55.313Z Compiling precomputed-hash v0.1.1
14772023-11-29T19:02:55.463Z Compiling data-encoding v2.4.0
14782023-11-29T19:02:55.661Z Compiling fixedbitset v0.4.2
14792023-11-29T19:02:56.329Z Compiling normalize-line-endings v0.3.0
14802023-11-29T19:02:56.507Z Compiling whoami v1.4.1
14812023-11-29T19:02:56.824Z Compiling predicates-core v1.0.6
14822023-11-29T19:02:57.382Z Compiling new_debug_unreachable v1.0.4
14832023-11-29T19:02:57.460Z Compiling difflib v0.4.0
14842023-11-29T19:02:57.530Z Compiling regex-automata v0.3.8
14852023-11-29T19:02:59.936Z Compiling static_assertions v1.1.0
14862023-11-29T19:03:00.081Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14872023-11-29T19:03:00.155Z Compiling predicates v3.0.4
14882023-11-29T19:03:01.528Z Compiling bstr v1.6.0
14892023-11-29T19:03:01.592Z Compiling string_cache v0.8.7
14902023-11-29T19:03:01.858Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14912023-11-29T19:03:02.328Z Compiling tokio-postgres v0.7.10
14922023-11-29T19:03:02.972Z Compiling diesel v2.1.4
14932023-11-29T19:03:03.062Z Compiling trust-dns-proto v0.22.0
14942023-11-29T19:03:03.104Z Compiling petgraph v0.6.4
14952023-11-29T19:03:09.515Z Compiling futures v0.3.29
14962023-11-29T19:03:11.387Z Compiling snafu v0.7.5
14972023-11-29T19:03:11.548Z Compiling yasna v0.5.2
14982023-11-29T19:03:12.755Z Compiling zip v0.6.6
14992023-11-29T19:03:14.802Z Compiling crossterm v0.27.0
15002023-11-29T19:03:15.201Z Compiling clap v4.4.3
15012023-11-29T19:03:16.166Z Compiling similar v2.2.1
15022023-11-29T19:03:17.242Z Compiling bit-set v0.5.3
15032023-11-29T19:03:17.663Z Compiling itertools v0.10.5
15042023-11-29T19:03:20.400Z Compiling usdt v0.3.5
15052023-11-29T19:03:21.193Z Compiling signature v2.1.0
15062023-11-29T19:03:21.383Z Compiling tokio-stream v0.1.14
15072023-11-29T19:03:21.547Z Compiling console v0.15.7
15082023-11-29T19:03:22.517Z Compiling lalrpop-util v0.19.12
15092023-11-29T19:04:04.325Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15102023-11-29T19:04:10.944Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15112023-11-29T19:04:11.813Z Compiling sha1 v0.10.6
15122023-11-29T19:04:12.569Z Compiling atty v0.2.14
15132023-11-29T19:04:12.903Z Compiling match_cfg v0.1.0
15142023-11-29T19:04:19.435Z Compiling hostname v0.3.1
15152023-11-29T19:04:20.166Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15162023-11-29T19:04:23.352Z Compiling dirs-sys-next v0.1.2
15172023-11-29T19:04:24.427Z Compiling dirs-next v2.0.0
15182023-11-29T19:04:24.769Z Compiling thread_local v1.1.7
15192023-11-29T19:04:24.836Z Compiling camino v1.1.6
15202023-11-29T19:04:24.903Z Compiling slog-async v2.8.0
15212023-11-29T19:04:25.200Z Compiling ident_case v1.0.1
15222023-11-29T19:04:25.464Z Compiling darling_core v0.20.3
15232023-11-29T19:04:25.877Z Compiling term v0.7.0
15242023-11-29T19:04:25.877Z Compiling crossbeam-channel v0.5.8
15252023-11-29T19:04:25.879Z Compiling multer v2.1.0
15262023-11-29T19:04:25.888Z Compiling instant v0.1.12
15272023-11-29T19:04:26.082Z Compiling paste v1.0.14
15282023-11-29T19:04:26.280Z Compiling take_mut v0.2.2
15292023-11-29T19:04:26.515Z Compiling slog-term v2.9.0
15302023-11-29T19:04:27.694Z Compiling slog-json v2.6.1
15312023-11-29T19:04:28.262Z Compiling async-stream-impl v0.3.5
15322023-11-29T19:04:28.292Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15332023-11-29T19:04:28.522Z Compiling atomic-waker v1.1.1
15342023-11-29T19:04:28.555Z Compiling slog-bunyan v2.4.0
15352023-11-29T19:04:28.791Z Compiling waitgroup v0.1.2
15362023-11-29T19:04:29.094Z Compiling toml v0.8.8
15372023-11-29T19:04:29.118Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15382023-11-29T19:04:29.307Z Compiling serde_path_to_error v0.1.14
15392023-11-29T19:04:30.582Z Compiling async-stream v0.3.5
15402023-11-29T19:04:30.697Z Compiling structmeta-derive v0.2.0
15412023-11-29T19:04:30.809Z Compiling debug-ignore v1.0.5
15422023-11-29T19:04:30.884Z Compiling strum v0.25.0
15432023-11-29T19:04:31.004Z Compiling regex-syntax v0.7.5
15442023-11-29T19:04:31.063Z Compiling backoff v0.4.0
15452023-11-29T19:04:31.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15462023-11-29T19:04:31.577Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15472023-11-29T19:04:31.867Z Compiling macaddr v1.0.1
15482023-11-29T19:04:31.959Z Compiling proc-macro-error-attr v1.0.4
15492023-11-29T19:04:32.303Z Compiling proc-macro-crate v1.3.1
15502023-11-29T19:04:32.481Z Compiling proc-macro-error v1.0.4
15512023-11-29T19:04:33.153Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15522023-11-29T19:04:33.698Z Compiling fastrand v2.0.0
15532023-11-29T19:04:34.065Z Compiling num_enum_derive v0.5.11
15542023-11-29T19:04:34.603Z Compiling postcard-cobs v0.1.5-pre
15552023-11-29T19:04:35.055Z Compiling same-file v1.0.6
15562023-11-29T19:04:35.128Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15572023-11-29T19:04:35.404Z Compiling walkdir v2.4.0
15582023-11-29T19:04:35.588Z Compiling postcard v0.7.3
15592023-11-29T19:04:35.713Z Compiling darling_macro v0.20.3
15602023-11-29T19:04:35.833Z Compiling structmeta v0.2.0
15612023-11-29T19:04:36.365Z Compiling tempfile v3.8.1
15622023-11-29T19:04:36.518Z Compiling smoltcp v0.8.2
15632023-11-29T19:04:36.677Z Compiling semver-parser v0.10.2
15642023-11-29T19:04:37.335Z Compiling darling v0.20.3
15652023-11-29T19:04:37.503Z Compiling serde_with_macros v2.3.3
15662023-11-29T19:04:37.745Z Compiling foreign-types-macros v0.2.3
15672023-11-29T19:04:38.668Z Compiling num_enum v0.5.11
15682023-11-29T19:04:38.898Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15692023-11-29T19:04:39.345Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15702023-11-29T19:04:39.913Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15712023-11-29T19:04:40.324Z Compiling crucible-workspace-hack v0.1.0
15722023-11-29T19:04:40.423Z Compiling cfg-if v0.1.10
15732023-11-29T19:04:40.554Z Compiling foreign-types-shared v0.3.1
15742023-11-29T19:04:40.740Z Compiling foreign-types v0.5.0
15752023-11-29T19:04:41.272Z Compiling semver v0.11.0
15762023-11-29T19:04:41.421Z Compiling is-terminal v0.4.9
15772023-11-29T19:04:41.610Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15782023-11-29T19:04:42.027Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15792023-11-29T19:04:42.053Z Compiling serde_with v2.3.3
15802023-11-29T19:04:42.147Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15812023-11-29T19:04:42.657Z Compiling parse-display-derive v0.8.2
15822023-11-29T19:04:43.105Z Compiling cstr-argument v0.1.2
15832023-11-29T19:04:43.471Z Compiling xattr v1.0.1
15842023-11-29T19:04:43.496Z Compiling filetime v0.2.22
15852023-11-29T19:04:43.860Z Compiling home v0.5.5
15862023-11-29T19:04:43.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15872023-11-29T19:04:44.238Z Compiling pretty-hex v0.2.1
15882023-11-29T19:04:44.596Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15892023-11-29T19:04:44.828Z Compiling toolchain_find v0.2.0
15902023-11-29T19:04:45.148Z Compiling tar v0.4.40
15912023-11-29T19:04:45.808Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15922023-11-29T19:04:45.830Z Compiling colored v2.0.4
15932023-11-29T19:04:46.218Z Compiling textwrap v0.11.0
15942023-11-29T19:04:46.235Z Compiling heck v0.3.3
15952023-11-29T19:04:46.872Z Compiling toml v0.5.11
15962023-11-29T19:04:46.943Z Compiling ansi_term v0.12.1
15972023-11-29T19:04:47.057Z Compiling strsim v0.8.0
15982023-11-29T19:04:47.325Z Compiling vec_map v0.8.2
15992023-11-29T19:04:47.783Z Compiling libefi-sys v0.1.0
16002023-11-29T19:04:47.815Z Compiling platforms v3.0.2
16012023-11-29T19:04:48.084Z Compiling clap v2.34.0
16022023-11-29T19:04:48.341Z Compiling structopt-derive v0.4.18
16032023-11-29T19:04:48.544Z Compiling omicron-zone-package v0.9.1
16042023-11-29T19:04:48.892Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16052023-11-29T19:04:50.112Z Compiling parse-display v0.8.2
16062023-11-29T19:04:50.405Z Compiling rustfmt-wrapper v0.2.0
16072023-11-29T19:04:51.440Z Compiling camino-tempfile v1.1.1
16082023-11-29T19:04:51.851Z Compiling zone_cfg_derive v0.3.0
16092023-11-29T19:04:52.116Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16102023-11-29T19:04:53.246Z Compiling num-derive v0.4.0
16112023-11-29T19:04:53.393Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16122023-11-29T19:04:53.964Z Compiling base64ct v1.6.0
16132023-11-29T19:04:54.286Z Compiling zone v0.3.0
16142023-11-29T19:04:55.207Z Compiling structopt v0.3.26
16152023-11-29T19:04:55.268Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16162023-11-29T19:04:55.446Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16172023-11-29T19:04:55.903Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16182023-11-29T19:04:56.595Z Compiling smf v0.2.2
16192023-11-29T19:04:56.684Z Compiling unicase v2.7.0
16202023-11-29T19:04:56.821Z Compiling curve25519-dalek v4.1.0
16212023-11-29T19:04:57.002Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16222023-11-29T19:04:57.097Z Compiling universal-hash v0.5.1
16232023-11-29T19:04:57.251Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16242023-11-29T19:04:57.392Z Compiling opaque-debug v0.3.0
16252023-11-29T19:04:57.529Z Compiling hkdf v0.12.3
16262023-11-29T19:04:57.556Z Compiling curve25519-dalek-derive v0.1.0
16272023-11-29T19:04:57.718Z Compiling num-rational v0.4.1
16282023-11-29T19:04:57.826Z Compiling getrandom v0.1.16
16292023-11-29T19:04:58.191Z Compiling quick-error v1.2.3
16302023-11-29T19:04:58.399Z Compiling parking_lot_core v0.8.6
16312023-11-29T19:04:58.526Z Compiling linked-hash-map v0.5.6
16322023-11-29T19:04:58.800Z Compiling keccak v0.1.4
16332023-11-29T19:04:59.082Z Compiling lru-cache v0.1.2
16342023-11-29T19:04:59.112Z Compiling resolv-conf v0.7.0
16352023-11-29T19:04:59.366Z Compiling sha3 v0.10.8
16362023-11-29T19:05:00.369Z Compiling password-hash v0.5.0
16372023-11-29T19:05:00.495Z Compiling blake2 v0.10.6
16382023-11-29T19:05:00.526Z Compiling aead v0.5.2
16392023-11-29T19:05:01.010Z Compiling secrecy v0.8.0
16402023-11-29T19:05:01.049Z Compiling num-complex v0.4.4
16412023-11-29T19:05:01.406Z Compiling ff v0.13.0
16422023-11-29T19:05:01.746Z Compiling nibble_vec v0.1.0
16432023-11-29T19:05:01.845Z Compiling slog-dtrace v0.2.3
16442023-11-29T19:05:02.064Z Compiling winapi v0.3.9
16452023-11-29T19:05:02.101Z Compiling endian-type v0.1.2
16462023-11-29T19:05:02.272Z Compiling arc-swap v1.6.0
16472023-11-29T19:05:02.450Z Compiling convert_case v0.4.0
16482023-11-29T19:05:02.871Z Compiling utf-8 v0.7.6
16492023-11-29T19:05:03.403Z Compiling slog-scope v4.4.0
16502023-11-29T19:05:03.411Z Compiling tungstenite v0.20.1
16512023-11-29T19:05:03.411Z Compiling num v0.4.1
16522023-11-29T19:05:03.460Z Compiling radix_trie v0.2.1
16532023-11-29T19:05:03.609Z Compiling group v0.13.0
16542023-11-29T19:05:03.735Z Compiling argon2 v0.5.2
16552023-11-29T19:05:03.844Z Compiling mime_guess v2.0.4
16562023-11-29T19:05:03.868Z Compiling trust-dns-resolver v0.22.0
16572023-11-29T19:05:03.962Z Compiling derive_more v0.99.17
16582023-11-29T19:05:04.529Z Compiling rand_core v0.5.1
16592023-11-29T19:05:06.019Z Compiling poly1305 v0.8.0
16602023-11-29T19:05:06.653Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16612023-11-29T19:05:07.008Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16622023-11-29T19:05:07.467Z Compiling chacha20 v0.9.1
16632023-11-29T19:05:08.198Z Compiling crypto-bigint v0.5.2
16642023-11-29T19:05:08.447Z Compiling thiserror-impl-no-std v2.0.2
16652023-11-29T19:05:08.868Z Compiling ciborium-io v0.2.1
16662023-11-29T19:05:08.950Z Compiling base16ct v0.2.0
16672023-11-29T19:05:09.450Z Compiling option-ext v0.2.0
16682023-11-29T19:05:09.462Z Compiling half v1.8.2
16692023-11-29T19:05:09.462Z Compiling dirs-sys v0.4.1
16702023-11-29T19:05:10.259Z Compiling ciborium-ll v0.2.1
16712023-11-29T19:05:10.424Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16722023-11-29T19:05:11.010Z Compiling parking_lot v0.11.2
16732023-11-29T19:05:11.487Z Compiling elliptic-curve v0.13.5
16742023-11-29T19:05:12.388Z Compiling tokio-tungstenite v0.20.1
16752023-11-29T19:05:12.620Z Compiling rand_chacha v0.2.2
16762023-11-29T19:05:13.210Z Compiling trust-dns-client v0.22.0
16772023-11-29T19:05:14.032Z Compiling thiserror-no-std v2.0.2
16782023-11-29T19:05:14.192Z Compiling slog-stdlog v4.1.1
16792023-11-29T19:05:14.577Z Compiling polyval v0.6.1
16802023-11-29T19:05:14.766Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16812023-11-29T19:05:14.899Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16822023-11-29T19:05:15.034Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16832023-11-29T19:05:15.058Z Compiling password-hash v0.4.2
16842023-11-29T19:05:15.226Z Compiling ed25519 v2.2.2
16852023-11-29T19:05:15.930Z Compiling aes v0.8.3
16862023-11-29T19:05:16.674Z Compiling ctr v0.9.2
16872023-11-29T19:05:17.238Z Compiling blowfish v0.9.1
16882023-11-29T19:05:18.252Z Compiling pbkdf2 v0.12.2
16892023-11-29T19:05:18.488Z Compiling fxhash v0.2.1
16902023-11-29T19:05:18.904Z Compiling glob v0.3.1
16912023-11-29T19:05:19.244Z Compiling cancel-safe-futures v0.1.5
16922023-11-29T19:05:20.621Z Compiling sled v0.34.7
16932023-11-29T19:05:20.969Z Compiling trust-dns-server v0.22.1
16942023-11-29T19:05:23.401Z Compiling bcrypt-pbkdf v0.10.0
16952023-11-29T19:05:24.320Z Compiling pbkdf2 v0.11.0
16962023-11-29T19:05:24.376Z Compiling ed25519-dalek v2.0.0
16972023-11-29T19:05:25.051Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16982023-11-29T19:05:26.061Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16992023-11-29T19:05:26.697Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17002023-11-29T19:05:28.529Z Compiling ghash v0.5.0
17012023-11-29T19:05:28.804Z Compiling slog-envlogger v2.2.0
17022023-11-29T19:05:29.059Z Compiling vsss-rs v3.3.1
17032023-11-29T19:05:30.080Z Compiling russh-cryptovec v0.7.0
17042023-11-29T19:05:30.539Z Compiling rand v0.7.3
17052023-11-29T19:05:34.647Z Compiling ciborium v0.2.1
17062023-11-29T19:05:35.401Z Compiling dirs v5.0.1
17072023-11-29T19:05:35.699Z Compiling chacha20poly1305 v0.10.1
17082023-11-29T19:05:36.044Z Compiling cbc v0.1.2
17092023-11-29T19:05:36.428Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17102023-11-29T19:05:37.023Z Compiling pem v3.0.2
17112023-11-29T19:05:37.295Z Compiling headers-core v0.2.0
17122023-11-29T19:05:37.524Z Compiling kstat-rs v0.2.3
17132023-11-29T19:05:37.566Z Compiling base64 v0.13.1
17142023-11-29T19:05:38.269Z Compiling pretty-hex v0.3.0
17152023-11-29T19:05:38.505Z Compiling http-range v0.1.5
17162023-11-29T19:05:38.567Z Compiling md5 v0.7.0
17172023-11-29T19:05:38.580Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17182023-11-29T19:05:39.069Z Compiling russh-keys v0.38.0
17192023-11-29T19:05:39.389Z Compiling hyper-staticfile v0.9.5
17202023-11-29T19:05:40.547Z Compiling pem v1.1.1
17212023-11-29T19:05:41.049Z Compiling rcgen v0.11.3
17222023-11-29T19:05:41.063Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17232023-11-29T19:05:41.063Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17242023-11-29T19:05:41.205Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17252023-11-29T19:05:41.628Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17262023-11-29T19:05:44.024Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17272023-11-29T19:05:45.172Z Compiling headers v0.3.9
17282023-11-29T19:05:48.639Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17292023-11-29T19:05:49.212Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17302023-11-29T19:05:49.671Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17312023-11-29T19:05:49.931Z Compiling aes-gcm v0.10.3
17322023-11-29T19:05:50.430Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17332023-11-29T19:05:52.804Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17342023-11-29T19:05:54.453Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17352023-11-29T19:05:56.883Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17362023-11-29T19:05:58.673Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17372023-11-29T19:06:02.622Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17382023-11-29T19:06:04.413Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17392023-11-29T19:06:06.959Z Compiling atomicwrites v0.4.2
17402023-11-29T19:06:07.507Z Compiling itertools v0.12.0
17412023-11-29T19:06:12.093Z Compiling subprocess v0.2.9
17422023-11-29T19:06:12.098Z Compiling hex-literal v0.4.1
17432023-11-29T19:06:12.098Z Compiling russh v0.39.0
17442023-11-29T19:06:12.544Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17452023-11-29T19:06:14.377Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17462023-11-29T19:06:15.214Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17472023-11-29T19:06:42.097Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17482023-11-29T19:08:00.256Z Finished dev [unoptimized + debuginfo] target(s) in 7m 48s
17492023-11-29T19:08:00.589Z
17502023-11-29T19:08:00.593Zreal 7:48.970449924
17512023-11-29T19:08:00.593Zuser 43:11.286561755
17522023-11-29T19:08:00.593Zsys 6:35.105907918
17532023-11-29T19:08:00.593Ztrap 1.603812729
17542023-11-29T19:08:00.593Ztflt 4.680962294
17552023-11-29T19:08:00.593Zdflt 6.684380079
17562023-11-29T19:08:00.593Zkflt 0.024903709
17572023-11-29T19:08:00.593Zlock 1:22:29.367737384
17582023-11-29T19:08:00.593Zslp 2:03:13.553734423
17592023-11-29T19:08:00.593Zlat 1:58.307545693
17602023-11-29T19:08:00.593Zstop 4:28.935425752
17612023-11-29T19:08:00.593Z+ mkdir -p /work/end-to-end-tests
17622023-11-29T19:08:00.596Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17632023-11-29T19:08:01.634Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17642023-11-29T19:08:01.634Z+ ptime -m gzip
17652023-11-29T19:08:01.636Z++ basename target/debug/bootstrap
17662023-11-29T19:08:18.174Z
17672023-11-29T19:08:18.177Zreal 16.533365807
17682023-11-29T19:08:18.177Zuser 16.352840208
17692023-11-29T19:08:18.177Zsys 0.169270443
17702023-11-29T19:08:18.177Ztrap 0.005788016
17712023-11-29T19:08:18.177Ztflt 0.000000000
17722023-11-29T19:08:18.177Zdflt 0.000000000
17732023-11-29T19:08:18.177Zkflt 0.000000000
17742023-11-29T19:08:18.177Zlock 0.000000000
17752023-11-29T19:08:18.177Zslp 0.000000000
17762023-11-29T19:08:18.177Zlat 0.005109459
17772023-11-29T19:08:18.177Zstop 0.000239409
17782023-11-29T19:08:18.177Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17792023-11-29T19:08:18.178Z+ ptime -m gzip
17802023-11-29T19:08:18.181Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fe3b4babdbd1397e
17812023-11-29T19:08:19.262Z
17822023-11-29T19:08:19.265Zreal 1.079354892
17832023-11-29T19:08:19.265Zuser 1.066653978
17842023-11-29T19:08:19.265Zsys 0.011072372
17852023-11-29T19:08:19.265Ztrap 0.000570330
17862023-11-29T19:08:19.265Ztflt 0.000000000
17872023-11-29T19:08:19.265Zdflt 0.000000000
17882023-11-29T19:08:19.265Zkflt 0.000000000
17892023-11-29T19:08:19.265Zlock 0.000000000
17902023-11-29T19:08:19.265Zslp 0.000000000
17912023-11-29T19:08:19.265Zlat 0.000705309
17922023-11-29T19:08:19.265Zstop 0.000228740
17932023-11-29T19:08:19.265Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17942023-11-29T19:08:19.265Z+ ptime -m gzip
17952023-11-29T19:08:19.268Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29e4ffcd832e7ef8
17962023-11-29T19:08:36.195Z
17972023-11-29T19:08:36.195Zreal 16.925058978
17982023-11-29T19:08:36.195Zuser 16.765703261
17992023-11-29T19:08:36.195Zsys 0.153201707
18002023-11-29T19:08:36.195Ztrap 0.003341848
18012023-11-29T19:08:36.195Ztflt 0.000000000
18022023-11-29T19:08:36.195Zdflt 0.000000000
18032023-11-29T19:08:36.195Zkflt 0.000000000
18042023-11-29T19:08:36.195Zlock 0.000000000
18052023-11-29T19:08:36.199Zslp 0.000000000
18062023-11-29T19:08:36.199Zlat 0.002466042
18072023-11-29T19:08:36.199Zstop 0.000229897
18082023-11-29T19:08:36.199Z+ banner caboose-util
18092023-11-29T19:08:36.199Z
18102023-11-29T19:08:36.199Z #### ## ##### #### #### #### ###### # # #####
18112023-11-29T19:08:36.199Z # # # # # # # # # # # # # # #
18122023-11-29T19:08:36.199Z # # # ##### # # # # #### ##### ##### # # #
18132023-11-29T19:08:36.199Z # ###### # # # # # # # # # # #
18142023-11-29T19:08:36.199Z # # # # # # # # # # # # # # # #
18152023-11-29T19:08:36.199Z #### # # ##### #### #### #### ###### #### #
18162023-11-29T19:08:36.199Z
18172023-11-29T19:08:36.199Z+ ptime -m cargo build --locked -p caboose-util --release
18182023-11-29T19:08:36.828Z Downloading crates ...
18192023-11-29T19:08:37.169Z Downloaded crc-catalog v2.2.0
18202023-11-29T19:08:37.184Z Downloaded env_logger v0.10.0
18212023-11-29T19:08:37.190Z Downloaded packed_struct_codegen v0.10.1
18222023-11-29T19:08:37.190Z Downloaded radium v0.7.0
18232023-11-29T19:08:37.190Z Downloaded pem-rfc7468 v0.7.0
18242023-11-29T19:08:37.193Z Downloaded pkcs1 v0.7.5
18252023-11-29T19:08:37.197Z Downloaded path-slash v0.1.5
18262023-11-29T19:08:37.199Z Downloaded crc v3.0.1
18272023-11-29T19:08:37.202Z Downloaded smallvec v0.6.14
18282023-11-29T19:08:37.204Z Downloaded bitfield v0.14.0
18292023-11-29T19:08:37.206Z Downloaded funty v2.0.0
18302023-11-29T19:08:37.210Z Downloaded nodrop v0.1.14
18312023-11-29T19:08:37.215Z Downloaded tap v1.0.1
18322023-11-29T19:08:37.215Z Downloaded wyz v0.5.1
18332023-11-29T19:08:37.217Z Downloaded serde-hex v0.1.0
18342023-11-29T19:08:37.217Z Downloaded flagset v0.4.3
18352023-11-29T19:08:37.217Z Downloaded termcolor v1.2.0
18362023-11-29T19:08:37.220Z Downloaded packed_struct v0.10.1
18372023-11-29T19:08:37.223Z Downloaded der_derive v0.7.2
18382023-11-29T19:08:37.225Z Downloaded crc-any v2.4.3
18392023-11-29T19:08:37.228Z Downloaded maybe-uninit v2.0.0
18402023-11-29T19:08:37.230Z Downloaded array-init v0.0.4
18412023-11-29T19:08:37.233Z Downloaded ron v0.8.1
18422023-11-29T19:08:37.241Z Downloaded rsa v0.9.2
18432023-11-29T19:08:37.249Z Downloaded num-bigint-dig v0.8.4
18442023-11-29T19:08:37.258Z Downloaded bitvec v1.0.1
18452023-11-29T19:08:37.284Z Downloaded object v0.30.4
18462023-11-29T19:08:37.300Z Downloaded x509-cert v0.2.4
18472023-11-29T19:08:37.476Z Compiling proc-macro2 v1.0.69
18482023-11-29T19:08:37.478Z Compiling unicode-ident v1.0.12
18492023-11-29T19:08:37.478Z Compiling libc v0.2.150
18502023-11-29T19:08:37.478Z Compiling autocfg v1.1.0
18512023-11-29T19:08:37.478Z Compiling serde v1.0.192
18522023-11-29T19:08:37.495Z Compiling cfg-if v1.0.0
18532023-11-29T19:08:37.498Z Compiling version_check v0.9.4
18542023-11-29T19:08:37.601Z Compiling syn v1.0.109
18552023-11-29T19:08:37.634Z Compiling parking_lot_core v0.9.8
18562023-11-29T19:08:37.759Z Compiling typenum v1.16.0
18572023-11-29T19:08:38.211Z Compiling futures-core v0.3.29
18582023-11-29T19:08:38.274Z Compiling libm v0.2.7
18592023-11-29T19:08:38.493Z Compiling generic-array v0.14.7
18602023-11-29T19:08:38.577Z Compiling lock_api v0.4.10
18612023-11-29T19:08:38.655Z Compiling num-traits v0.2.16
18622023-11-29T19:08:38.719Z Compiling once_cell v1.18.0
18632023-11-29T19:08:38.893Z Compiling pkg-config v0.3.27
18642023-11-29T19:08:38.993Z Compiling scopeguard v1.2.0
18652023-11-29T19:08:39.346Z Compiling slab v0.4.9
18662023-11-29T19:08:39.420Z Compiling serde_json v1.0.108
18672023-11-29T19:08:39.436Z Compiling futures-channel v0.3.29
18682023-11-29T19:08:39.787Z Compiling quote v1.0.33
18692023-11-29T19:08:39.856Z Compiling futures-task v0.3.29
18702023-11-29T19:08:40.034Z Compiling thiserror v1.0.49
18712023-11-29T19:08:40.305Z Compiling memchr v2.6.3
18722023-11-29T19:08:40.637Z Compiling syn v2.0.32
18732023-11-29T19:08:40.650Z Compiling cc v1.0.83
18742023-11-29T19:08:40.680Z Compiling getrandom v0.2.10
18752023-11-29T19:08:40.994Z Compiling itoa v1.0.9
18762023-11-29T19:08:41.274Z Compiling futures-util v0.3.29
18772023-11-29T19:08:41.325Z Compiling smallvec v1.11.0
18782023-11-29T19:08:41.739Z Compiling log v0.4.20
18792023-11-29T19:08:42.752Z Compiling vcpkg v0.2.15
18802023-11-29T19:08:42.848Z Compiling byteorder v1.5.0
18812023-11-29T19:08:43.027Z Compiling rand_core v0.6.4
18822023-11-29T19:08:44.080Z Compiling parking_lot v0.12.1
18832023-11-29T19:08:44.317Z Compiling pin-project-lite v0.2.13
18842023-11-29T19:08:44.756Z Compiling ring v0.17.5
18852023-11-29T19:08:44.842Z Compiling indexmap v1.9.3
18862023-11-29T19:08:45.597Z Compiling openssl-sys v0.9.93
18872023-11-29T19:08:46.955Z Compiling signal-hook-registry v1.4.1
18882023-11-29T19:08:47.363Z Compiling io-lifetimes v1.0.11
18892023-11-29T19:08:48.092Z Compiling heck v0.4.1
18902023-11-29T19:08:48.403Z Compiling ring v0.16.20
18912023-11-29T19:08:48.705Z Compiling mio v0.8.9
18922023-11-29T19:08:49.299Z Compiling num-integer v0.1.45
18932023-11-29T19:08:49.710Z Compiling ryu v1.0.15
18942023-11-29T19:08:49.970Z Compiling semver v1.0.20
18952023-11-29T19:08:50.135Z Compiling const-oid v0.9.5
18962023-11-29T19:08:50.794Z Compiling spin v0.5.2
18972023-11-29T19:08:51.133Z Compiling rustix v0.37.23
18982023-11-29T19:08:52.349Z Compiling socket2 v0.5.5
18992023-11-29T19:08:52.385Z Compiling num_cpus v1.16.0
19002023-11-29T19:08:52.540Z Compiling unicode-xid v0.2.4
19012023-11-29T19:08:52.772Z Compiling httparse v1.8.0
19022023-11-29T19:08:53.026Z Compiling futures-sink v0.3.29
19032023-11-29T19:08:53.232Z Compiling ucd-trie v0.1.6
19042023-11-29T19:08:53.319Z Compiling openssl v0.10.57
19052023-11-29T19:08:53.710Z Compiling synstructure v0.12.6
19062023-11-29T19:08:53.912Z Compiling tinyvec_macros v0.1.1
19072023-11-29T19:08:54.023Z Compiling tinyvec v1.6.0
19082023-11-29T19:08:55.223Z Compiling crc32fast v1.3.2
19092023-11-29T19:08:55.239Z Compiling ppv-lite86 v0.2.17
19102023-11-29T19:08:55.466Z Compiling futures-io v0.3.29
19112023-11-29T19:08:55.843Z Compiling rustls v0.21.9
19122023-11-29T19:08:55.854Z Compiling pin-utils v0.1.0
19132023-11-29T19:08:56.182Z Compiling native-tls v0.2.11
19142023-11-29T19:08:56.210Z Compiling bzip2-sys v0.1.11+1.0.8
19152023-11-29T19:08:56.244Z Compiling spin v0.9.8
19162023-11-29T19:08:56.560Z Compiling rand_chacha v0.3.1
19172023-11-29T19:08:56.637Z Compiling unicode-normalization v0.1.22
19182023-11-29T19:08:56.814Z Compiling tracing-core v0.1.31
19192023-11-29T19:08:56.827Z Compiling subtle v2.5.0
19202023-11-29T19:08:56.920Z Compiling unicode-bidi v0.3.13
19212023-11-29T19:08:58.402Z Compiling rand v0.8.5
19222023-11-29T19:08:59.054Z Compiling errno v0.3.2
19232023-11-29T19:08:59.206Z Compiling num-iter v0.1.43
19242023-11-29T19:08:59.440Z Compiling ahash v0.8.3
19252023-11-29T19:08:59.453Z Compiling usdt-impl v0.3.5
19262023-11-29T19:08:59.620Z Compiling rustix v0.38.25
19272023-11-29T19:09:00.550Z Compiling base64 v0.21.5
19282023-11-29T19:09:00.867Z Compiling schemars v0.8.13
19292023-11-29T19:09:00.870Z Compiling signal-hook v0.3.17
19302023-11-29T19:09:01.348Z Compiling serde_derive_internals v0.26.0
19312023-11-29T19:09:02.228Z Compiling serde_derive v1.0.192
19322023-11-29T19:09:02.304Z Compiling zeroize_derive v1.4.2
19332023-11-29T19:09:02.519Z Compiling tokio-macros v2.2.0
19342023-11-29T19:09:02.555Z Compiling thiserror-impl v1.0.49
19352023-11-29T19:09:02.971Z Compiling futures-macro v0.3.29
19362023-11-29T19:09:03.478Z Compiling tracing-attributes v0.1.26
19372023-11-29T19:09:04.605Z Compiling zeroize v1.6.0
19382023-11-29T19:09:05.228Z Compiling zerocopy-derive v0.2.0
19392023-11-29T19:09:06.039Z Compiling openssl-macros v0.1.1
19402023-11-29T19:09:07.124Z Compiling zerocopy-derive v0.6.4
19412023-11-29T19:09:07.214Z Compiling pest v2.7.2
19422023-11-29T19:09:07.546Z Compiling crypto-common v0.1.6
19432023-11-29T19:09:07.839Z Compiling block-buffer v0.10.4
19442023-11-29T19:09:08.613Z Compiling digest v0.10.7
19452023-11-29T19:09:08.787Z Compiling tracing v0.1.37
19462023-11-29T19:09:10.224Z Compiling bitflags v1.3.2
19472023-11-29T19:09:10.362Z Compiling fnv v1.0.7
19482023-11-29T19:09:10.838Z Compiling zerocopy v0.3.0
19492023-11-29T19:09:11.818Z Compiling pest_meta v2.7.2
19502023-11-29T19:09:11.895Z Compiling schemars_derive v0.8.13
19512023-11-29T19:09:13.414Z Compiling lazy_static v1.4.0
19522023-11-29T19:09:15.754Z Compiling pest_generator v2.7.2
19532023-11-29T19:09:16.834Z Compiling backtrace v0.3.69
19542023-11-29T19:09:16.846Z Compiling num-bigint v0.4.4
19552023-11-29T19:09:17.068Z Compiling memoffset v0.9.0
19562023-11-29T19:09:17.454Z Compiling smoltcp v0.9.1
19572023-11-29T19:09:17.469Z Compiling iana-time-zone v0.1.57
19582023-11-29T19:09:17.497Z Compiling crossbeam-utils v0.8.16
19592023-11-29T19:09:18.140Z Compiling openssl-probe v0.1.5
19602023-11-29T19:09:18.175Z Compiling hashbrown v0.14.2
19612023-11-29T19:09:18.346Z Compiling base64ct v1.6.0
19622023-11-29T19:09:18.526Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19632023-11-29T19:09:18.539Z Compiling async-trait v0.1.74
19642023-11-29T19:09:18.796Z Compiling pest_derive v2.7.2
19652023-11-29T19:09:19.229Z Compiling hashbrown v0.12.3
19662023-11-29T19:09:19.356Z Compiling percent-encoding v2.3.0
19672023-11-29T19:09:19.620Z Compiling untrusted v0.7.1
19682023-11-29T19:09:19.671Z Compiling untrusted v0.9.0
19692023-11-29T19:09:19.860Z Compiling foreign-types-shared v0.1.1
19702023-11-29T19:09:19.901Z Compiling equivalent v1.0.1
19712023-11-29T19:09:19.949Z Compiling doc-comment v0.3.3
19722023-11-29T19:09:20.010Z Compiling foreign-types v0.3.2
19732023-11-29T19:09:20.037Z Compiling dtrace-parser v0.1.14
19742023-11-29T19:09:20.774Z Compiling pem-rfc7468 v0.7.0
19752023-11-29T19:09:22.790Z Compiling dof v0.1.5
19762023-11-29T19:09:23.665Z Compiling clap_derive v4.4.2
19772023-11-29T19:09:23.687Z Compiling der_derive v0.7.2
19782023-11-29T19:09:25.372Z Compiling bytes v1.5.0
19792023-11-29T19:09:25.878Z Compiling bitflags v2.4.0
19802023-11-29T19:09:27.278Z Compiling tokio v1.34.0
19812023-11-29T19:09:27.338Z Compiling rustc_version v0.4.0
19822023-11-29T19:09:28.322Z Compiling heapless v0.7.16
19832023-11-29T19:09:28.904Z Compiling http v0.2.11
19842023-11-29T19:09:28.961Z Compiling uuid v1.6.1
19852023-11-29T19:09:30.160Z Compiling indexmap v2.1.0
19862023-11-29T19:09:30.893Z Compiling chrono v0.4.31
19872023-11-29T19:09:32.217Z Compiling thread-id v4.2.0
19882023-11-29T19:09:32.676Z Compiling rustversion v1.0.14
19892023-11-29T19:09:32.899Z Compiling try-lock v0.2.4
19902023-11-29T19:09:33.265Z Compiling siphasher v0.3.11
19912023-11-29T19:09:33.381Z Compiling anstyle v1.0.2
19922023-11-29T19:09:33.543Z Compiling utf8parse v0.2.1
19932023-11-29T19:09:33.821Z Compiling flagset v0.4.3
19942023-11-29T19:09:34.202Z Compiling time-core v0.1.1
19952023-11-29T19:09:34.314Z Compiling cpufeatures v0.2.9
19962023-11-29T19:09:34.421Z Compiling adler v1.0.2
19972023-11-29T19:09:34.445Z Compiling time-macros v0.2.13
19982023-11-29T19:09:34.714Z Compiling miniz_oxide v0.7.1
19992023-11-29T19:09:36.774Z Compiling sha2 v0.10.8
20002023-11-29T19:09:36.836Z Compiling der v0.7.8
20012023-11-29T19:09:38.598Z Compiling anstyle-parse v0.2.1
20022023-11-29T19:09:39.470Z Compiling want v0.3.1
20032023-11-29T19:09:39.792Z Compiling tokio-util v0.7.10
20042023-11-29T19:09:42.139Z Compiling h2 v0.3.21
20052023-11-29T19:09:43.104Z Compiling http-body v0.4.5
20062023-11-29T19:09:47.534Z Compiling serde_tokenstream v0.1.7
20072023-11-29T19:09:48.588Z Compiling sct v0.7.0
20082023-11-29T19:09:49.000Z Compiling rustls-webpki v0.101.7
20092023-11-29T19:09:49.330Z Compiling form_urlencoded v1.2.0
20102023-11-29T19:09:49.790Z Compiling hubpack_derive v0.1.1
20112023-11-29T19:09:50.424Z Compiling pin-project-internal v1.1.3
20122023-11-29T19:09:51.222Z Compiling socket2 v0.4.9
20132023-11-29T19:09:51.233Z Compiling crossbeam-epoch v0.9.15
20142023-11-29T19:09:51.878Z Compiling tower-service v0.3.2
20152023-11-29T19:09:52.113Z Compiling anyhow v1.0.75
20162023-11-29T19:09:52.445Z Compiling radium v0.7.0
20172023-11-29T19:09:52.849Z Compiling anstyle-query v1.0.0
20182023-11-29T19:09:53.049Z Compiling slog v2.7.0
20192023-11-29T19:09:53.681Z Compiling colorchoice v1.0.0
20202023-11-29T19:09:54.060Z Compiling httpdate v1.0.3
20212023-11-29T19:09:54.541Z Compiling hyper v0.14.27
20222023-11-29T19:09:54.740Z Compiling anstream v0.5.0
20232023-11-29T19:10:01.905Z Compiling terminal_size v0.2.6
20242023-11-29T19:10:02.220Z Compiling spki v0.7.2
20252023-11-29T19:10:05.271Z Compiling serde_spanned v0.6.4
20262023-11-29T19:10:05.594Z Compiling toml_datetime v0.6.5
20272023-11-29T19:10:06.244Z Compiling rustls-pemfile v1.0.3
20282023-11-29T19:10:06.745Z Compiling zerocopy v0.6.4
20292023-11-29T19:10:07.977Z Compiling hmac v0.12.1
20302023-11-29T19:10:08.291Z Compiling md-5 v0.10.5
20312023-11-29T19:10:08.517Z Compiling stringprep v0.1.3
20322023-11-29T19:10:08.529Z Compiling idna v0.4.0
20332023-11-29T19:10:09.885Z Compiling diesel_table_macro_syntax v0.1.0
20342023-11-29T19:10:09.892Z Compiling hash32 v0.2.1
20352023-11-29T19:10:09.905Z Compiling aho-corasick v1.0.4
20362023-11-29T19:10:10.389Z Compiling winnow v0.5.15
20372023-11-29T19:10:10.451Z Compiling either v1.9.0
20382023-11-29T19:10:10.464Z Compiling maybe-uninit v2.0.0
20392023-11-29T19:10:10.947Z Compiling stable_deref_trait v1.2.0
20402023-11-29T19:10:11.103Z Compiling tap v1.0.1
20412023-11-29T19:10:11.345Z Compiling dyn-clone v1.0.13
20422023-11-29T19:10:11.465Z Compiling fallible-iterator v0.2.0
20432023-11-29T19:10:11.610Z Compiling gimli v0.28.0
20442023-11-29T19:10:11.762Z Compiling regex-syntax v0.8.2
20452023-11-29T19:10:11.894Z Compiling clap_lex v0.5.1
20462023-11-29T19:10:12.635Z Compiling strsim v0.10.0
20472023-11-29T19:10:13.015Z Compiling clap_builder v4.4.2
20482023-11-29T19:10:15.428Z Compiling postgres-protocol v0.6.6
20492023-11-29T19:10:16.054Z Compiling wyz v0.5.1
20502023-11-29T19:10:16.853Z Compiling diesel_derives v2.1.1
20512023-11-29T19:10:16.977Z Compiling url v2.4.1
20522023-11-29T19:10:18.646Z Compiling regex-automata v0.4.3
20532023-11-29T19:10:19.082Z Compiling addr2line v0.21.0
20542023-11-29T19:10:20.228Z Compiling tokio-rustls v0.24.1
20552023-11-29T19:10:20.821Z Compiling rustls-native-certs v0.6.3
20562023-11-29T19:10:21.332Z Compiling strum_macros v0.25.2
20572023-11-29T19:10:27.334Z Compiling tokio-native-tls v0.3.1
20582023-11-29T19:10:28.065Z Compiling usdt-macro v0.3.5
20592023-11-29T19:10:28.455Z Compiling usdt-attr-macro v0.3.5
20602023-11-29T19:10:29.922Z Compiling phf_shared v0.11.2
20612023-11-29T19:10:31.039Z Compiling block-padding v0.3.3
20622023-11-29T19:10:31.350Z Compiling enum-as-inner v0.5.1
20632023-11-29T19:10:31.360Z Compiling snafu-derive v0.7.5
20642023-11-29T19:10:31.493Z Compiling serde_repr v0.1.16
20652023-11-29T19:10:32.846Z Compiling scheduled-thread-pool v0.2.7
20662023-11-29T19:10:33.134Z Compiling object v0.32.1
20672023-11-29T19:10:36.436Z Compiling ipnet v2.8.0
20682023-11-29T19:10:38.252Z Compiling funty v2.0.0
20692023-11-29T19:10:40.402Z Compiling num_threads v0.1.6
20702023-11-29T19:10:40.500Z Compiling num-bigint-dig v0.8.4
20712023-11-29T19:10:41.344Z Compiling managed v0.8.0
20722023-11-29T19:10:42.002Z Compiling deranged v0.3.8
20732023-11-29T19:10:42.161Z Compiling rustc-demangle v0.1.23
20742023-11-29T19:10:42.901Z Compiling bit-vec v0.6.3
20752023-11-29T19:10:43.541Z Compiling packed_struct v0.10.1
20762023-11-29T19:10:44.483Z Compiling regex-automata v0.1.10
20772023-11-29T19:10:44.874Z Compiling matches v0.1.10
20782023-11-29T19:10:44.998Z Compiling idna v0.2.3
20792023-11-29T19:10:45.096Z Compiling time v0.3.27
20802023-11-29T19:10:45.276Z Compiling bstr v0.2.17
20812023-11-29T19:10:51.155Z Compiling bitvec v1.0.1
20822023-11-29T19:10:52.463Z Compiling r2d2 v0.8.10
20832023-11-29T19:10:53.736Z Compiling inout v0.1.3
20842023-11-29T19:10:55.939Z Compiling phf v0.11.2
20852023-11-29T19:10:56.385Z Compiling hyper-tls v0.5.0
20862023-11-29T19:10:56.871Z Compiling regex v1.10.2
20872023-11-29T19:10:58.530Z Compiling signal-hook-mio v0.2.3
20882023-11-29T19:10:58.543Z Compiling hyper-rustls v0.24.2
20892023-11-29T19:10:58.754Z Compiling flate2 v1.0.28
20902023-11-29T19:10:58.894Z Compiling bzip2 v0.4.4
20912023-11-29T19:10:59.256Z Compiling clap v4.4.3
20922023-11-29T19:10:59.300Z Compiling ipnetwork v0.20.0
20932023-11-29T19:10:59.469Z Compiling postgres-types v0.2.6
20942023-11-29T19:10:59.481Z Compiling toml_edit v0.19.15
20952023-11-29T19:10:59.532Z Compiling itertools v0.11.0
20962023-11-29T19:11:00.267Z Compiling pkcs8 v0.10.2
20972023-11-29T19:11:00.531Z Compiling pin-project v1.1.3
20982023-11-29T19:11:01.191Z Compiling hubpack v0.1.2
20992023-11-29T19:11:01.729Z Compiling serde_urlencoded v0.7.1
21002023-11-29T19:11:01.884Z Compiling phf_shared v0.10.0
21012023-11-29T19:11:02.555Z Compiling futures-executor v0.3.29
21022023-11-29T19:11:04.777Z Compiling signature v2.1.0
21032023-11-29T19:11:05.131Z Compiling packed_struct_codegen v0.10.1
21042023-11-29T19:11:07.106Z Compiling float-cmp v0.9.0
21052023-11-29T19:11:08.145Z Compiling encoding_rs v0.8.33
21062023-11-29T19:11:08.963Z Compiling unicode-segmentation v1.10.1
21072023-11-29T19:11:10.368Z Compiling fixedbitset v0.4.2
21082023-11-29T19:11:10.654Z Compiling new_debug_unreachable v1.0.4
21092023-11-29T19:11:10.991Z Compiling webpki-roots v0.25.2
21102023-11-29T19:11:11.068Z Compiling predicates-core v1.0.6
21112023-11-29T19:11:11.218Z Compiling nodrop v0.1.14
21122023-11-29T19:11:11.520Z Compiling static_assertions v1.1.0
21132023-11-29T19:11:11.544Z Compiling precomputed-hash v0.1.1
21142023-11-29T19:11:11.600Z Compiling data-encoding v2.4.0
21152023-11-29T19:11:11.646Z Compiling unicode-width v0.1.11
21162023-11-29T19:11:11.684Z Compiling crc-catalog v2.2.0
21172023-11-29T19:11:11.887Z Compiling difflib v0.4.0
21182023-11-29T19:11:13.962Z Compiling whoami v1.4.1
21192023-11-29T19:11:14.420Z Compiling normalize-line-endings v0.3.0
21202023-11-29T19:11:14.524Z Compiling regex-automata v0.3.8
21212023-11-29T19:11:14.578Z Compiling mime v0.3.17
21222023-11-29T19:11:14.828Z Compiling predicates v3.0.4
21232023-11-29T19:11:15.390Z Compiling reqwest v0.11.22
21242023-11-29T19:11:17.297Z Compiling bstr v1.6.0
21252023-11-29T19:11:20.483Z Compiling tokio-postgres v0.7.10
21262023-11-29T19:11:21.025Z Compiling trust-dns-proto v0.22.0
21272023-11-29T19:11:23.515Z Compiling crc v3.0.1
21282023-11-29T19:11:24.666Z Compiling console v0.15.7
21292023-11-29T19:11:26.739Z Compiling string_cache v0.8.7
21302023-11-29T19:11:27.392Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21312023-11-29T19:11:30.259Z Compiling array-init v0.0.4
21322023-11-29T19:11:32.414Z Compiling petgraph v0.6.4
21332023-11-29T19:11:35.339Z Compiling similar v2.2.1
21342023-11-29T19:11:42.401Z Compiling toml v0.7.8
21352023-11-29T19:11:44.744Z Compiling futures v0.3.29
21362023-11-29T19:11:45.487Z Compiling snafu v0.7.5
21372023-11-29T19:11:46.012Z Compiling pkcs1 v0.7.5
21382023-11-29T19:11:46.147Z Compiling zip v0.6.6
21392023-11-29T19:11:46.303Z Compiling diesel v2.1.4
21402023-11-29T19:11:46.700Z Compiling smallvec v0.6.14
21412023-11-29T19:11:47.396Z Compiling crossterm v0.27.0
21422023-11-29T19:11:47.634Z Compiling yasna v0.5.2
21432023-11-29T19:11:48.679Z Compiling cipher v0.4.4
21442023-11-29T19:11:49.448Z Compiling hashbrown v0.13.2
21452023-11-29T19:11:53.049Z Compiling bit-set v0.5.3
21462023-11-29T19:11:53.484Z Compiling usdt v0.3.5
21472023-11-29T19:11:53.867Z Compiling is-terminal v0.4.9
21482023-11-29T19:11:54.039Z Compiling toml_edit v0.21.0
21492023-11-29T19:11:57.127Z Compiling itertools v0.10.5
21502023-11-29T19:12:00.310Z Compiling tokio-stream v0.1.14
21512023-11-29T19:12:01.896Z Compiling openapiv3 v2.0.0-rc.1
21522023-11-29T19:12:01.932Z Compiling hex v0.4.3
21532023-11-29T19:12:08.080Z Compiling bitfield v0.14.0
21542023-11-29T19:12:10.122Z Compiling lalrpop-util v0.19.12
21552023-11-29T19:12:12.263Z Compiling termcolor v1.2.0
21562023-11-29T19:12:20.892Z Compiling env_logger v0.10.0
21572023-11-29T19:12:25.268Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21582023-11-29T19:12:38.406Z Compiling rsa v0.9.2
21592023-11-29T19:12:46.113Z Compiling serde-hex v0.1.0
21602023-11-29T19:12:49.294Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21612023-11-29T19:12:53.893Z Compiling x509-cert v0.2.4
21622023-11-29T19:12:54.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21632023-11-29T19:12:54.846Z Compiling ron v0.8.1
21642023-11-29T19:12:59.026Z Compiling crc-any v2.4.3
21652023-11-29T19:13:24.427Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21662023-11-29T19:13:24.427Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21672023-11-29T19:13:37.428Z Compiling object v0.30.4
21682023-11-29T19:13:48.310Z Compiling path-slash v0.1.5
21692023-11-29T19:13:58.669Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21702023-11-29T19:14:34.420Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21712023-11-29T19:14:35.499Z Finished release [optimized] target(s) in 5m 59s
21722023-11-29T19:14:35.582Z
21732023-11-29T19:14:35.585Zreal 5:59.366685558
21742023-11-29T19:14:35.585Zuser 41:50.910618551
21752023-11-29T19:14:35.585Zsys 3:36.312351408
21762023-11-29T19:14:35.585Ztrap 1.666249940
21772023-11-29T19:14:35.585Ztflt 0.925446306
21782023-11-29T19:14:35.585Zdflt 0.450999481
21792023-11-29T19:14:35.585Zkflt 0.000178934
21802023-11-29T19:14:35.585Zlock 1:33:38.422012771
21812023-11-29T19:14:35.585Zslp 1:58:45.625460661
21822023-11-29T19:14:35.585Zlat 1:44.737187830
21832023-11-29T19:14:35.585Zstop 1:14.105251538
21842023-11-29T19:14:35.585Z+ ptime -m gzip
21852023-11-29T19:14:36.244Z
21862023-11-29T19:14:36.244Zreal 0.656714205
21872023-11-29T19:14:36.244Zuser 0.647560521
21882023-11-29T19:14:36.244Zsys 0.008533868
21892023-11-29T19:14:36.244Ztrap 0.000079786
21902023-11-29T19:14:36.247Ztflt 0.000000000
21912023-11-29T19:14:36.247Zdflt 0.000000000
21922023-11-29T19:14:36.247Zkflt 0.000000000
21932023-11-29T19:14:36.247Zlock 0.000000000
21942023-11-29T19:14:36.247Zslp 0.000000000
21952023-11-29T19:14:36.247Zlat 0.000202911
21962023-11-29T19:14:36.247Zstop 0.000233113
21972023-11-29T19:14:36.247Z+ banner tufaceous
21982023-11-29T19:14:36.248Z
21992023-11-29T19:14:36.248Z ##### # # ###### ## #### ###### #### # # ####
22002023-11-29T19:14:36.248Z # # # # # # # # # # # # # #
22012023-11-29T19:14:36.248Z # # # ##### # # # ##### # # # # ####
22022023-11-29T19:14:36.248Z # # # # ###### # # # # # # #
22032023-11-29T19:14:36.248Z # # # # # # # # # # # # # # #
22042023-11-29T19:14:36.248Z # #### # # # #### ###### #### #### ####
22052023-11-29T19:14:36.248Z
22062023-11-29T19:14:36.251Z+ ptime -m cargo build --locked -p tufaceous --release
22072023-11-29T19:14:36.894Z Downloading crates ...
22082023-11-29T19:14:37.342Z Downloaded serde_plain v1.0.2
22092023-11-29T19:14:37.342Z Downloaded bytesize v1.3.0
22102023-11-29T19:14:37.342Z Downloaded async-recursion v1.0.5
22112023-11-29T19:14:37.342Z Downloaded fs-err v2.11.0
22122023-11-29T19:14:37.342Z Downloaded humantime v2.1.0
22132023-11-29T19:14:37.342Z Downloaded buf-list v1.0.3
22142023-11-29T19:14:37.342Z Downloaded globset v0.4.13
22152023-11-29T19:14:37.342Z Downloaded olpc-cjson v0.1.3
22162023-11-29T19:14:37.342Z Downloaded tough v0.15.0
22172023-11-29T19:14:37.342Z Downloaded typed-path v0.6.0
22182023-11-29T19:14:37.440Z Compiling serde_tokenstream v0.2.0
22192023-11-29T19:14:37.461Z Compiling regress v0.7.1
22202023-11-29T19:14:37.475Z Compiling dirs-sys-next v0.1.2
22212023-11-29T19:14:37.478Z Compiling ident_case v1.0.1
22222023-11-29T19:14:37.503Z Compiling thread_local v1.1.7
22232023-11-29T19:14:37.506Z Compiling slog-async v2.8.0
22242023-11-29T19:14:37.513Z Compiling camino v1.1.6
22252023-11-29T19:14:38.138Z Compiling dirs-next v2.0.0
22262023-11-29T19:14:38.204Z Compiling darling_core v0.20.3
22272023-11-29T19:14:38.259Z Compiling heck v0.4.1
22282023-11-29T19:14:38.488Z Compiling term v0.7.0
22292023-11-29T19:14:38.831Z Compiling crossbeam-channel v0.5.8
22302023-11-29T19:14:39.218Z Compiling getopts v0.2.21
22312023-11-29T19:14:39.251Z Compiling structmeta-derive v0.2.0
22322023-11-29T19:14:40.215Z Compiling atty v0.2.14
22332023-11-29T19:14:40.419Z Compiling multer v2.1.0
22342023-11-29T19:14:40.607Z Compiling take_mut v0.2.2
22352023-11-29T19:14:40.824Z Compiling unsafe-libyaml v0.2.9
22362023-11-29T19:14:40.845Z Compiling paste v1.0.14
22372023-11-29T19:14:41.500Z Compiling match_cfg v0.1.0
22382023-11-29T19:14:41.629Z Compiling hostname v0.3.1
22392023-11-29T19:14:41.991Z Compiling slog-term v2.9.0
22402023-11-29T19:14:43.536Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22412023-11-29T19:14:45.282Z Compiling structmeta v0.2.0
22422023-11-29T19:14:45.847Z Compiling serde_yaml v0.9.25
22432023-11-29T19:14:47.013Z Compiling darling_macro v0.20.3
22442023-11-29T19:14:47.174Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22452023-11-29T19:14:47.196Z Compiling slog-json v2.6.1
22462023-11-29T19:14:47.977Z Compiling async-stream-impl v0.3.5
22472023-11-29T19:14:48.426Z Compiling darling v0.20.3
22482023-11-29T19:14:48.579Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22492023-11-29T19:14:49.012Z Compiling fastrand v2.0.0
22502023-11-29T19:14:49.644Z Compiling regex-syntax v0.7.5
22512023-11-29T19:14:49.931Z Compiling atomic-waker v1.1.1
22522023-11-29T19:14:50.086Z Compiling waitgroup v0.1.2
22532023-11-29T19:14:50.196Z Compiling async-stream v0.3.5
22542023-11-29T19:14:50.459Z Compiling tempfile v3.8.1
22552023-11-29T19:14:50.656Z Compiling serde_with_macros v2.3.3
22562023-11-29T19:14:50.669Z Compiling slog-bunyan v2.4.0
22572023-11-29T19:14:53.600Z Compiling toml v0.8.8
22582023-11-29T19:14:53.795Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22592023-11-29T19:14:54.507Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22602023-11-29T19:14:55.525Z Compiling sha1 v0.10.6
22612023-11-29T19:14:56.030Z Compiling serde_path_to_error v0.1.14
22622023-11-29T19:14:56.849Z Compiling instant v0.1.12
22632023-11-29T19:14:56.987Z Compiling fs-err v2.11.0
22642023-11-29T19:14:57.030Z Compiling same-file v1.0.6
22652023-11-29T19:14:57.053Z Compiling debug-ignore v1.0.5
22662023-11-29T19:14:57.258Z Compiling buf-list v1.0.3
22672023-11-29T19:14:57.415Z Compiling arc-swap v1.6.0
22682023-11-29T19:14:57.684Z Compiling walkdir v2.4.0
22692023-11-29T19:14:58.129Z Compiling backoff v0.4.0
22702023-11-29T19:14:58.601Z Compiling slog-scope v4.4.0
22712023-11-29T19:14:58.670Z Compiling serde_with v2.3.3
22722023-11-29T19:14:59.882Z Compiling parse-display-derive v0.8.2
22732023-11-29T19:15:00.071Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742023-11-29T19:15:00.906Z Compiling globset v0.4.13
22752023-11-29T19:15:01.120Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22762023-11-29T19:15:01.360Z Compiling strum v0.25.0
22772023-11-29T19:15:01.620Z Compiling olpc-cjson v0.1.3
22782023-11-29T19:15:02.537Z Compiling pem v3.0.2
22792023-11-29T19:15:02.544Z Compiling serde_plain v1.0.2
22802023-11-29T19:15:02.767Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22812023-11-29T19:15:03.355Z Compiling macaddr v1.0.1
22822023-11-29T19:15:04.516Z Compiling async-recursion v1.0.5
22832023-11-29T19:15:05.208Z Compiling xattr v1.0.1
22842023-11-29T19:15:05.636Z Compiling filetime v0.2.22
22852023-11-29T19:15:05.979Z Compiling typed-path v0.6.0
22862023-11-29T19:15:06.113Z Compiling parse-display v0.8.2
22872023-11-29T19:15:06.155Z Compiling tar v0.4.40
22882023-11-29T19:15:06.411Z Compiling slog-stdlog v4.1.1
22892023-11-29T19:15:08.094Z Compiling camino-tempfile v1.1.1
22902023-11-29T19:15:09.357Z Compiling itertools v0.12.0
22912023-11-29T19:15:09.385Z Compiling bytesize v1.3.0
22922023-11-29T19:15:09.842Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22932023-11-29T19:15:10.055Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22942023-11-29T19:15:15.213Z Compiling tough v0.15.0
22952023-11-29T19:15:15.622Z Compiling slog-envlogger v2.2.0
22962023-11-29T19:15:15.731Z Compiling humantime v2.1.0
22972023-11-29T19:15:20.811Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22982023-11-29T19:15:45.966Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22992023-11-29T19:15:45.967Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23002023-11-29T19:15:54.791Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23012023-11-29T19:15:57.151Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23022023-11-29T19:16:25.765Z Finished release [optimized] target(s) in 1m 49s
23032023-11-29T19:16:25.854Z
23042023-11-29T19:16:25.880Zreal 1:49.579081342
23052023-11-29T19:16:25.880Zuser 11:43.727462810
23062023-11-29T19:16:25.880Zsys 43.203908446
23072023-11-29T19:16:25.880Ztrap 0.428995534
23082023-11-29T19:16:25.880Ztflt 0.338348298
23092023-11-29T19:16:25.880Zdflt 0.525151780
23102023-11-29T19:16:25.880Zkflt 0.004420580
23112023-11-29T19:16:25.880Zlock 21:39.094601876
23122023-11-29T19:16:25.880Zslp 23:13.263875767
23132023-11-29T19:16:25.880Zlat 20.195819562
23142023-11-29T19:16:25.880Zstop 9.638204091
23152023-11-29T19:16:25.880Z+ ptime -m gzip
23162023-11-29T19:16:28.207Z
23172023-11-29T19:16:28.208Zreal 2.346371294
23182023-11-29T19:16:28.208Zuser 2.319581667
23192023-11-29T19:16:28.208Zsys 0.025926668
23202023-11-29T19:16:28.208Ztrap 0.000289961
23212023-11-29T19:16:28.208Ztflt 0.000000000
23222023-11-29T19:16:28.217Zdflt 0.000000000
23232023-11-29T19:16:28.217Zkflt 0.000000000
23242023-11-29T19:16:28.217Zlock 0.000000000
23252023-11-29T19:16:28.217Zslp 0.000000000
23262023-11-29T19:16:28.217Zlat 0.000227449
23272023-11-29T19:16:28.217Zstop 0.000242511
23282023-11-29T19:16:28.217Zprocess exited: duration 1149900 ms, exit code 0
 
23292023-11-29T19:16:28.246Zfound 5 output files
23302023-11-29T19:16:28.246Zuploading: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz (6319438 bytes)
23312023-11-29T19:16:32.991Zuploaded: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz
23322023-11-29T19:16:32.991Zuploading: /work/end-to-end-tests/bootstrap.gz (95347434 bytes)
23332023-11-29T19:17:01.642Zuploaded: /work/end-to-end-tests/bootstrap.gz
23342023-11-29T19:17:01.642Zuploading: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz (98620698 bytes)
23352023-11-29T19:17:27.831Zuploaded: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz
23362023-11-29T19:17:27.831Zuploading: /work/caboose-util.gz (4093412 bytes)
23372023-11-29T19:17:29.891Zuploaded: /work/caboose-util.gz
23382023-11-29T19:17:29.891Zuploading: /work/tufaceous.gz (14956288 bytes)
23392023-11-29T19:17:32.252Zuploaded: /work/tufaceous.gz