01HG9T11NGGB0XE8M8CZSYHR5T: 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: 01HG9T1RETM0A2FJF4EGXN3MB0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-28T01:54:21.225Zjob assigned to worker 01HG9T1KM3YC7JGG405BSDBBAP (queued for 1 m 41 s)
 
22023-11-28T01:54:21.316Zstarting task 0: "setup"
32023-11-28T01:54:21.542Z++ uname -s
42023-11-28T01:54:21.551Z+ kern=SunOS
52023-11-28T01:54:21.551Z+ case "$kern" in
62023-11-28T01:54:21.551Z+ groupadd -g 12345 build
72023-11-28T01:54:21.551Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-28T01:54:23.559Z+ zfs create -o mountpoint=/work rpool/work
92023-11-28T01:54:23.707Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-28T01:54:23.733Z+ home_fs=zfs
112023-11-28T01:54:23.733Z+ [[ zfs == autofs ]]
122023-11-28T01:54:23.733Z+ mkdir -p /home/build
132023-11-28T01:54:23.733Z+ chown build:build /home/build /work
142023-11-28T01:54:25.682Z+ chmod 0700 /home/build /work
152023-11-28T01:54:25.698Zprocess exited: duration 4361 ms, exit code 0
 
162023-11-28T01:54:26.166Zstarting task 1: "rust-toolchain"
172023-11-28T01:54:26.174Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-28T01:54:26.179Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-28T01:54:26.356Zinfo: downloading installer
202023-11-28T01:54:28.869Zwarning: it looks like you have an existing installation of Rust at:
212023-11-28T01:54:28.869Zwarning: /opt/ooce/bin
222023-11-28T01:54:28.869Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-28T01:54:28.869Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-28T01:54:28.869Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-28T01:54:28.869Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-28T01:54:28.869Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-28T01:54:28.869Zerror: cannot install while Rust is installed
282023-11-28T01:54:28.869Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-28T01:54:29.146Zinfo: profile set to 'default'
302023-11-28T01:54:29.146Zinfo: default host triple is x86_64-unknown-illumos
312023-11-28T01:54:29.151Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-28T01:54:29.319Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-28T01:54:29.731Zinfo: downloading component 'cargo'
342023-11-28T01:54:29.984Zinfo: downloading component 'clippy'
352023-11-28T01:54:30.235Zinfo: downloading component 'rust-docs'
362023-11-28T01:54:31.077Zinfo: downloading component 'rust-std'
372023-11-28T01:54:32.581Zinfo: downloading component 'rustc'
382023-11-28T01:54:36.211Zinfo: downloading component 'rustfmt'
392023-11-28T01:54:36.430Zinfo: installing component 'cargo'
402023-11-28T01:54:38.406Zinfo: installing component 'clippy'
412023-11-28T01:54:39.283Zinfo: installing component 'rust-docs'
422023-11-28T01:54:42.459Zinfo: installing component 'rust-std'
432023-11-28T01:54:45.777Zinfo: installing component 'rustc'
442023-11-28T01:54:55.942Zinfo: installing component 'rustfmt'
452023-11-28T01:54:56.499Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-28T01:54:56.499Z
472023-11-28T01:54:56.661Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-28T01:54:56.661Z
492023-11-28T01:54:56.664Z
502023-11-28T01:54:56.664ZRust is installed now. Great!
512023-11-28T01:54:56.664Z
522023-11-28T01:54:56.664ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-28T01:54:56.664Zenvironment variable. This has not been done automatically.
542023-11-28T01:54:56.664Z
552023-11-28T01:54:56.664ZTo configure your current shell, run:
562023-11-28T01:54:56.664Zsource "$HOME/.cargo/env"
572023-11-28T01:54:56.750Z+ rustc --version
582023-11-28T01:54:56.865Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-28T01:54:56.871Zprocess exited: duration 30703 ms, exit code 0
 
602023-11-28T01:54:56.899Zstarting task 2: "authentication"
612023-11-28T01:54:56.930Zprocess exited: duration 33 ms, exit code 0
 
622023-11-28T01:54:56.940Zstarting task 3: "clone repository"
632023-11-28T01:54:56.945Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-28T01:54:56.949Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-28T01:54:56.988ZCloning into '/work/oxidecomputer/omicron'...
662023-11-28T01:55:03.067Z+ cd /work/oxidecomputer/omicron
672023-11-28T01:55:03.071Z+ [[ -n '' ]]
682023-11-28T01:55:03.071Z+ git fetch origin d8329ac62bb1c4204af385baba4b0f02419b6af4
692023-11-28T01:55:03.470ZFrom https://github.com/oxidecomputer/omicron
702023-11-28T01:55:03.470Z * branch d8329ac62bb1c4204af385baba4b0f02419b6af4 -> FETCH_HEAD
712023-11-28T01:55:03.482Z+ git reset --hard d8329ac62bb1c4204af385baba4b0f02419b6af4
722023-11-28T01:55:03.642ZHEAD is now at d8329ac6 debug -> trace
732023-11-28T01:55:03.648Zprocess exited: duration 6706 ms, exit code 0
 
742023-11-28T01:55:03.655Zstarting task 4: "build"
752023-11-28T01:55:03.662Z+ cargo --version
762023-11-28T01:55:03.669Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
772023-11-28T01:55:03.903Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
782023-11-28T01:55:03.908Zinfo: downloading component 'cargo'
792023-11-28T01:55:04.758Zinfo: downloading component 'clippy'
802023-11-28T01:55:05.026Zinfo: downloading component 'rust-docs'
812023-11-28T01:55:06.093Zinfo: downloading component 'rust-std'
822023-11-28T01:55:07.829Zinfo: downloading component 'rustc'
832023-11-28T01:55:12.165Zinfo: downloading component 'rustfmt'
842023-11-28T01:55:12.424Zinfo: installing component 'cargo'
852023-11-28T01:55:13.712Zinfo: installing component 'clippy'
862023-11-28T01:55:14.175Zinfo: installing component 'rust-docs'
872023-11-28T01:55:17.093Zinfo: installing component 'rust-std'
882023-11-28T01:55:19.659Zinfo: installing component 'rustc'
892023-11-28T01:55:25.845Zinfo: installing component 'rustfmt'
902023-11-28T01:55:26.388Zcargo 1.74.0 (ecb9851af 2023-10-18)
912023-11-28T01:55:26.392Z+ rustc --version
922023-11-28T01:55:26.519Zrustc 1.74.0 (79e9716c9 2023-11-13)
932023-11-28T01:55:26.525Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942023-11-28T01:55:35.579Z Startup: Refreshing catalog 'helios-dev' ... Done
952023-11-28T01:55:36.637Z Startup: Caching catalogs ... Done
962023-11-28T01:55:42.018ZPlanning: Solver setup ... Done (5.034s)
972023-11-28T01:55:42.144ZPlanning: Running solver ... Done (0.125s)
982023-11-28T01:55:42.205ZPlanning: Finding local manifests ... Done (0.003s)
992023-11-28T01:55:42.214ZPlanning: Fetching manifests: 0/4 0% complete
1002023-11-28T01:55:42.494ZPlanning: Fetching manifests: 4/4 100% complete
1012023-11-28T01:55:42.576ZPlanning: Package planning ... Done (0.079s)
1022023-11-28T01:55:42.655ZPlanning: Merging actions ... Done (0.083s)
1032023-11-28T01:55:43.302ZPlanning: Checking for conflicting actions ... Done (0.648s)
1042023-11-28T01:55:43.320ZPlanning: Consolidating action changes ... Done (0.017s)
1052023-11-28T01:55:46.742ZPlanning: Evaluating mediators ... Done (3.421s)
1062023-11-28T01:55:46.757ZPlanning: Planning completed in 10.07 seconds
1072023-11-28T01:55:46.783Z Packages to install: 4
1082023-11-28T01:55:46.783Z Mediators to change: 2
1092023-11-28T01:55:46.812Z Services to change: 1
1102023-11-28T01:55:46.812Z Estimated space available: 148.88 GB
1112023-11-28T01:55:46.813ZEstimated space to be consumed: 1.37 GB
1122023-11-28T01:55:46.813Z Create boot environment: No
1132023-11-28T01:55:46.813ZCreate backup boot environment: No
1142023-11-28T01:55:46.813Z Rebuild boot archive: No
1152023-11-28T01:55:46.813Z
1162023-11-28T01:55:46.813ZChanged mediators:
1172023-11-28T01:55:46.813Z mediator clang:
1182023-11-28T01:55:46.813Z version: None -> 15 (system default)
1192023-11-28T01:55:46.813Z
1202023-11-28T01:55:46.813Z mediator llvm:
1212023-11-28T01:55:46.813Z version: 14 (system default) -> 15 (system default)
1222023-11-28T01:55:46.813Z
1232023-11-28T01:55:46.813ZChanged packages:
1242023-11-28T01:55:46.813Zhelios-dev
1252023-11-28T01:55:46.813Z developer/build-essential
1262023-11-28T01:55:46.813Z None -> 11-2.0
1272023-11-28T01:55:46.813Z library/libxmlsec1
1282023-11-28T01:55:46.813Z None -> 1.2.35-2.0
1292023-11-28T01:55:46.815Z ooce/developer/clang-15
1302023-11-28T01:55:46.815Z None -> 15.0.7-2.0
1312023-11-28T01:55:46.815Z ooce/developer/llvm-15
1322023-11-28T01:55:46.815Z None -> 15.0.7-2.0
1332023-11-28T01:55:46.815Z
1342023-11-28T01:55:46.815ZServices:
1352023-11-28T01:55:46.815Z restart_fmri:
1362023-11-28T01:55:46.821Z svc:/system/update-man-index:default
1372023-11-28T01:55:46.950Z
1382023-11-28T01:55:46.951ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392023-11-28T01:55:51.958ZDownload: 1195/3290 items 75.5/212.6MB 35% complete (15.3M/s)
1402023-11-28T01:55:56.946ZDownload: 1660/3290 items 117.9/212.6MB 55% complete (12.1M/s)
1412023-11-28T01:56:07.739ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (9.7M/s)
1422023-11-28T01:56:13.044ZDownload: 3246/3290 items 203.0/212.6MB 95% complete (18.0M/s)
1432023-11-28T01:56:20.352ZDownload: 3287/3290 items 212.6/212.6MB 99% complete (12.3M/s)
1442023-11-28T01:56:20.399ZDownload: Completed 212.60 MB in 33.46 seconds (6.3M/s)
1452023-11-28T01:56:21.037Z Actions: 1/3687 actions (Installing new actions)
1462023-11-28T01:56:25.703Z Actions: 3006/3687 actions (Installing new actions)
1472023-11-28T01:56:28.888Z Actions: Completed 3687 actions in 8.26 seconds.
1482023-11-28T01:56:28.984Z Done (0.091s)
1492023-11-28T01:56:28.984Z Done (0.000s)
1502023-11-28T01:56:29.207Z Done (0.227s)
1512023-11-28T01:56:36.491Z Done (7.169s)
1522023-11-28T01:56:36.776Z Done (0.130s)
1532023-11-28T01:56:36.786Z Done (0.000s)
1542023-11-28T01:56:36.938Z Done (0.000s)
1552023-11-28T01:56:37.634ZPlanning: Evaluating mediator changes ... Done
1562023-11-28T01:56:37.915ZPlanning: Checking for conflicting actions ... Done
1572023-11-28T01:56:37.920ZPlanning: Consolidating action changes ... Done
1582023-11-28T01:56:38.363ZPlanning: Evaluating mediators ... Done
1592023-11-28T01:56:38.383ZPlanning: Planning completed in 0.72 seconds
1602023-11-28T01:56:38.412Z Mediators to change: 2
1612023-11-28T01:56:38.412Z Create boot environment: No
1622023-11-28T01:56:38.430ZCreate backup boot environment: No
1632023-11-28T01:56:38.517Z Done
1642023-11-28T01:56:38.517Z Done
1652023-11-28T01:56:38.659Z Done
1662023-11-28T01:56:44.469Z Done
1672023-11-28T01:56:44.602Z Done
1682023-11-28T01:56:44.618Z Done
1692023-11-28T01:56:44.699Z Done
1702023-11-28T01:56:45.725ZPlanning: Evaluating mediator changes ... Done
1712023-11-28T01:56:45.740ZPlanning: Merging actions ... Done
1722023-11-28T01:56:46.055ZPlanning: Checking for conflicting actions ... Done
1732023-11-28T01:56:46.071ZPlanning: Consolidating action changes ... Done
1742023-11-28T01:56:46.489ZPlanning: Evaluating mediators ... Done
1752023-11-28T01:56:46.583ZPlanning: Planning completed in 1.31 seconds
1762023-11-28T01:56:46.652Z Packages to change: 1
1772023-11-28T01:56:46.652Z Mediators to change: 1
1782023-11-28T01:56:46.663Z Services to change: 1
1792023-11-28T01:56:46.663Z Create boot environment: No
1802023-11-28T01:56:46.663ZCreate backup boot environment: Yes
1812023-11-28T01:56:49.254Z Actions: 1/6 actions (Updating modified actions)
1822023-11-28T01:56:49.261Z Actions: Completed 6 actions in 0.00 seconds.
1832023-11-28T01:56:49.261Z Done
1842023-11-28T01:56:49.261Z Done
1852023-11-28T01:56:49.310Z Done
1862023-11-28T01:56:55.047Z Done
1872023-11-28T01:56:55.171Z Done
1882023-11-28T01:56:55.183Z Done
1892023-11-28T01:56:55.291Z Done
1902023-11-28T01:56:55.968ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912023-11-28T01:56:55.968Zclang system 15 system
1922023-11-28T01:56:55.969Zcsh system system illumos
1932023-11-28T01:56:55.969Zctags system system illumos
1942023-11-28T01:56:55.969Zgcc vendor 12 vendor
1952023-11-28T01:56:55.969Zgcc system 10 system
1962023-11-28T01:56:55.969Zgcc system 7 system
1972023-11-28T01:56:55.969Zgo system 1.20 system
1982023-11-28T01:56:55.969Zgo system 1.19 system
1992023-11-28T01:56:55.969Zllvm system 15 system
2002023-11-28T01:56:55.969Zllvm system 14 system
2012023-11-28T01:56:55.969Zmariadb system 10.6 system
2022023-11-28T01:56:55.969Zmta vendor vendor dma
2032023-11-28T01:56:55.969Zopenjdk system 17 system
2042023-11-28T01:56:55.969Zopenjdk system 11 system
2052023-11-28T01:56:55.969Zopenjdk system 1.8 system
2062023-11-28T01:56:55.969Zopenssl vendor 3 vendor
2072023-11-28T01:56:55.969Zperl system 5.36 system
2082023-11-28T01:56:55.969Zpostgresql system 15 system
2092023-11-28T01:56:55.969Zpostgresql system 13 system
2102023-11-28T01:56:55.969Zpython vendor 3 vendor
2112023-11-28T01:56:55.969Zpython system 2 system
2122023-11-28T01:56:55.969Zpython3 system 3.11 system
2132023-11-28T01:56:55.969Zruby system 3.0 system
2142023-11-28T01:56:55.969Zwords vendor vendor american-english
2152023-11-28T01:56:55.969Zwords system system australian-english
2162023-11-28T01:56:55.969Zwords system system british-english
2172023-11-28T01:56:55.969Zwords system system canadian-english
2182023-11-28T01:56:55.969Zwords system system french
2192023-11-28T01:56:55.971Zwords system system italian
2202023-11-28T01:56:55.971Zwords system system ngerman
2212023-11-28T01:56:55.971Zwords system system ogerman
2222023-11-28T01:56:55.971Zwords system system spanish
2232023-11-28T01:56:56.495ZFMRI IFO
2242023-11-28T01:56:56.495Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252023-11-28T01:56:56.495Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262023-11-28T01:56:56.495Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272023-11-28T01:56:56.495Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2282023-11-28T01:56:56.495Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292023-11-28T01:56:56.495Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2302023-11-28T01:56:56.985Z+ set -o errexit
2312023-11-28T01:56:57.413Z+++ dirname ./tools/ci_download_cockroachdb
2322023-11-28T01:56:57.413Z++ cd ./tools
2332023-11-28T01:56:57.413Z++ pwd
2342023-11-28T01:56:57.413Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2352023-11-28T01:56:57.414Z++ basename ./tools/ci_download_cockroachdb
2362023-11-28T01:56:57.414Z+ ARG0=ci_download_cockroachdb
2372023-11-28T01:56:57.414Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2382023-11-28T01:56:57.414Z+ CIDL_VERSION=v22.1.9
2392023-11-28T01:56:57.414Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2402023-11-28T01:56:57.414Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2412023-11-28T01:56:57.414Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2422023-11-28T01:56:57.414Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2432023-11-28T01:56:57.414Z+ TARGET_DIR=out
2442023-11-28T01:56:57.414Z+ DOWNLOAD_DIR=out/downloads
2452023-11-28T01:56:57.414Z+ DEST_DIR=./out/cockroachdb
2462023-11-28T01:56:57.414Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2472023-11-28T01:56:57.414Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2482023-11-28T01:56:57.414Z+ main
2492023-11-28T01:56:57.414Z+ [[ 0 != 0 ]]
2502023-11-28T01:56:57.414Z+ CIDL_OS=solaris2.11
2512023-11-28T01:56:57.414Z+ [[ 0 != 0 ]]
2522023-11-28T01:56:57.414Z+ configure_os solaris2.11
2532023-11-28T01:56:57.415Z+ echo 'current directory: /work/oxidecomputer/omicron'
2542023-11-28T01:56:57.415Zcurrent directory: /work/oxidecomputer/omicron
2552023-11-28T01:56:57.415Zconfiguring based on OS: "solaris2.11"
2562023-11-28T01:56:57.415Z+ echo 'configuring based on OS: "solaris2.11"'
2572023-11-28T01:56:57.415Z+ case "$1" in
2582023-11-28T01:56:57.415Z+ CIDL_BUILD=illumos
2592023-11-28T01:56:57.415Z+ CIDL_SUFFIX=tar.gz
2602023-11-28T01:56:57.415Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2612023-11-28T01:56:57.415Z+ CIDL_MD5FUNC=do_md5sum
2622023-11-28T01:56:57.415Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632023-11-28T01:56:57.416Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642023-11-28T01:56:57.416Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652023-11-28T01:56:57.416Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662023-11-28T01:56:57.416Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-11-28T01:56:57.416Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682023-11-28T01:56:57.416Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-11-28T01:56:57.416Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2702023-11-28T01:56:57.416ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-11-28T01:56:57.416ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-28T01:56:57.416Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732023-11-28T01:56:57.416Z+ mkdir -p out/downloads
2742023-11-28T01:56:57.416Z+ mkdir -p ./out/cockroachdb
2752023-11-28T01:56:57.416Z+ local DO_DOWNLOAD=true
2762023-11-28T01:56:57.416Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2772023-11-28T01:56:57.416Z+ '[' true == true ']'
2782023-11-28T01:56:57.416Z+ echo Downloading...
2792023-11-28T01:56:57.416ZDownloading...
2802023-11-28T01:56:57.416Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-11-28T01:56:57.416Z+ 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
2822023-11-28T01:56:58.595Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-11-28T01:56:58.602Z++ md5sum
2842023-11-28T01:56:58.602Z++ awk '{print $1}'
2852023-11-28T01:56:58.789Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2862023-11-28T01:56:58.789Z+ [[ 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 ]]
2872023-11-28T01:56:58.789Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-11-28T01:56:58.796Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2892023-11-28T01:57:02.188Z+ do_assemble_illumos
2902023-11-28T01:57:02.188Z+ rm -r ./out/cockroachdb
2912023-11-28T01:57:02.198Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2922023-11-28T01:57:02.786Z+ ./out/cockroachdb/bin/cockroach version
2932023-11-28T01:57:02.998ZBuild Tag: v22.1.9-dirty
2942023-11-28T01:57:02.998ZBuild Time: 2022/10/26 21:17:46
2952023-11-28T01:57:02.998ZDistribution: OSS
2962023-11-28T01:57:02.998ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2972023-11-28T01:57:02.998ZGo Version: go1.17.13
2982023-11-28T01:57:02.998ZC Compiler: gcc 10.3.0
2992023-11-28T01:57:02.998ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3002023-11-28T01:57:02.998ZBuild Type: release
3012023-11-28T01:57:03.018Z+ set -o errexit
3022023-11-28T01:57:03.022Z+++ dirname ./tools/ci_download_clickhouse
3032023-11-28T01:57:03.026Z++ cd ./tools
3042023-11-28T01:57:03.026Z++ pwd
3052023-11-28T01:57:03.026Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3062023-11-28T01:57:03.026Z++ basename ./tools/ci_download_clickhouse
3072023-11-28T01:57:03.026Z+ ARG0=ci_download_clickhouse
3082023-11-28T01:57:03.026Z+ TARGET_DIR=out
3092023-11-28T01:57:03.026Z+ DOWNLOAD_DIR=out/downloads
3102023-11-28T01:57:03.026Z+ DEST_DIR=./out/clickhouse
3112023-11-28T01:57:03.026Z+ CIDL_VERSION=v22.8.9.24
3122023-11-28T01:57:03.026Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3132023-11-28T01:57:03.026Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3142023-11-28T01:57:03.026Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3152023-11-28T01:57:03.026Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3162023-11-28T01:57:03.026Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3172023-11-28T01:57:03.030Z+ main
3182023-11-28T01:57:03.030Z+ [[ 0 != 0 ]]
3192023-11-28T01:57:03.030Z+ CIDL_OS=solaris2.11
3202023-11-28T01:57:03.030Z+ [[ 0 != 0 ]]
3212023-11-28T01:57:03.030Z+ configure_os solaris2.11
3222023-11-28T01:57:03.030Z+ echo 'current directory: /work/oxidecomputer/omicron'
3232023-11-28T01:57:03.030Zcurrent directory: /work/oxidecomputer/omicron
3242023-11-28T01:57:03.030Zconfiguring based on OS: "solaris2.11"
3252023-11-28T01:57:03.030Z+ echo 'configuring based on OS: "solaris2.11"'
3262023-11-28T01:57:03.030Z+ CIDL_DASHREV=
3272023-11-28T01:57:03.030Z+ case "$1" in
3282023-11-28T01:57:03.030Z+ CIDL_PLATFORM=illumos
3292023-11-28T01:57:03.031Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3302023-11-28T01:57:03.031Z+ CIDL_MD5FUNC=do_md5sum
3312023-11-28T01:57:03.031Z+ CIDL_DASHREV=-1
3322023-11-28T01:57:03.031Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3332023-11-28T01:57:03.031Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-11-28T01:57:03.031Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-11-28T01:57:03.031Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-11-28T01:57:03.031Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3372023-11-28T01:57:03.031ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-28T01:57:03.031ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-28T01:57:03.031Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402023-11-28T01:57:03.031Z+ mkdir -p out/downloads
3412023-11-28T01:57:03.031Z+ mkdir -p ./out/clickhouse
3422023-11-28T01:57:03.034Z+ local DO_DOWNLOAD=true
3432023-11-28T01:57:03.035Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3442023-11-28T01:57:03.035Z+ '[' true == true ']'
3452023-11-28T01:57:03.035Z+ echo Downloading...
3462023-11-28T01:57:03.035ZDownloading...
3472023-11-28T01:57:03.035Z+ 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
3482023-11-28T01:57:03.035Z+ 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
3492023-11-28T01:57:04.493Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-11-28T01:57:04.496Z++ md5sum
3512023-11-28T01:57:04.496Z++ awk '{print $1}'
3522023-11-28T01:57:04.775Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3532023-11-28T01:57:04.775Z+ [[ 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 ]]
3542023-11-28T01:57:04.775Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3552023-11-28T01:57:04.787Z+ mkdir -p ./out/clickhouse
3562023-11-28T01:57:04.787Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3572023-11-28T01:57:09.680Z+ ./out/clickhouse/clickhouse server --version
3582023-11-28T01:57:09.740ZClickHouse server version 22.8.9.1.
3592023-11-28T01:57:09.766Z+ set -o errexit
3602023-11-28T01:57:09.773Z+++ dirname ./tools/ci_download_console
3612023-11-28T01:57:09.773Z++ cd ./tools
3622023-11-28T01:57:09.774Z++ pwd
3632023-11-28T01:57:09.774Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3642023-11-28T01:57:09.774Z++ basename ./tools/ci_download_console
3652023-11-28T01:57:09.774Z+ ARG0=ci_download_console
3662023-11-28T01:57:09.774Z+ TARGET_DIR=out
3672023-11-28T01:57:09.774Z+ DOWNLOAD_DIR=out/downloads
3682023-11-28T01:57:09.774Z+ DEST_DIR=./out/console-assets
3692023-11-28T01:57:09.774Z+ source /work/oxidecomputer/omicron/tools/console_version
3702023-11-28T01:57:09.774Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3712023-11-28T01:57:09.774Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3722023-11-28T01:57:09.774Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3732023-11-28T01:57:09.774Z+ TARBALL_FILE=out/downloads/console.tar.gz
3742023-11-28T01:57:09.774Z+ main
3752023-11-28T01:57:09.774Z+ [[ 0 != 0 ]]
3762023-11-28T01:57:09.774Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3772023-11-28T01:57:09.774ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3782023-11-28T01:57:09.774Z+ echo 'Local file: out/downloads/console.tar.gz'
3792023-11-28T01:57:09.774ZLocal file: out/downloads/console.tar.gz
3802023-11-28T01:57:09.774Z+ local DO_DOWNLOAD=true
3812023-11-28T01:57:09.774Z+ [[ -f out/downloads/console.tar.gz ]]
3822023-11-28T01:57:09.774Z+ mkdir -p out/downloads
3832023-11-28T01:57:09.783Z+ '[' true == true ']'
3842023-11-28T01:57:09.783Z+ echo Downloading...
3852023-11-28T01:57:09.784ZDownloading...
3862023-11-28T01:57:09.784Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3872023-11-28T01:57:09.784Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3882023-11-28T01:57:10.551Z++ do_sha256sum out/downloads/console.tar.gz
3892023-11-28T01:57:10.563Z++ case "$OSTYPE" in
3902023-11-28T01:57:10.564Z++ SHA=sha256sum
3912023-11-28T01:57:10.564Z++ sha256sum
3922023-11-28T01:57:10.564Z++ awk '{print $1}'
3932023-11-28T01:57:10.577Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3942023-11-28T01:57:10.577Z+ [[ 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 ]]
3952023-11-28T01:57:10.577Z+ rm -rf ./out/console-assets
3962023-11-28T01:57:10.591Z+ mkdir -p ./out/console-assets
3972023-11-28T01:57:10.592Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3982023-11-28T01:57:10.592Z+ mkdir -p ./out/console-assets
3992023-11-28T01:57:10.592Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4002023-11-28T01:57:10.713Z+ set -o errexit
4012023-11-28T01:57:10.721Z+++ dirname ./tools/ci_download_maghemite_openapi
4022023-11-28T01:57:10.721Z++ cd ./tools
4032023-11-28T01:57:10.721Z++ pwd
4042023-11-28T01:57:10.721Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4052023-11-28T01:57:10.722Z++ basename ./tools/ci_download_maghemite_openapi
4062023-11-28T01:57:10.722Z+ ARG0=ci_download_maghemite_openapi
4072023-11-28T01:57:10.722Z+ TARGET_DIR=out
4082023-11-28T01:57:10.722Z+ DOWNLOAD_DIR=out/downloads
4092023-11-28T01:57:10.722Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4102023-11-28T01:57:10.730Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4112023-11-28T01:57:10.730Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4122023-11-28T01:57:10.730Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4132023-11-28T01:57:10.730Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4142023-11-28T01:57:10.730Z+ main
4152023-11-28T01:57:10.730Z+ [[ 0 != 0 ]]
4162023-11-28T01:57:10.730Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4172023-11-28T01:57:10.730ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4182023-11-28T01:57:10.730ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4192023-11-28T01:57:10.730Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4202023-11-28T01:57:10.730Z+ local DO_DOWNLOAD=true
4212023-11-28T01:57:10.730Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4222023-11-28T01:57:10.730Z+ mkdir -p out/downloads
4232023-11-28T01:57:10.730Z+ '[' true == true ']'
4242023-11-28T01:57:10.730Z+ echo Downloading...
4252023-11-28T01:57:10.730ZDownloading...
4262023-11-28T01:57:10.730Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4272023-11-28T01:57:10.730Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4282023-11-28T01:57:11.080Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4292023-11-28T01:57:11.098Z++ case "$OSTYPE" in
4302023-11-28T01:57:11.098Z++ SHA=sha256sum
4312023-11-28T01:57:11.099Z++ sha256sum
4322023-11-28T01:57:11.099Z++ awk '{print $1}'
4332023-11-28T01:57:11.099Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4342023-11-28T01:57:11.100Z+ [[ 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 ]]
4352023-11-28T01:57:11.100Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4362023-11-28T01:57:11.100Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4372023-11-28T01:57:11.100Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4382023-11-28T01:57:11.100Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4392023-11-28T01:57:11.100Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4402023-11-28T01:57:11.100Z+ main
4412023-11-28T01:57:11.100Z+ [[ 0 != 0 ]]
4422023-11-28T01:57:11.100Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4432023-11-28T01:57:11.100ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4442023-11-28T01:57:11.100Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4452023-11-28T01:57:11.100ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4462023-11-28T01:57:11.100Z+ local DO_DOWNLOAD=true
4472023-11-28T01:57:11.100Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4482023-11-28T01:57:11.100Z+ mkdir -p out/downloads
4492023-11-28T01:57:11.100Z+ '[' true == true ']'
4502023-11-28T01:57:11.100Z+ echo Downloading...
4512023-11-28T01:57:11.100ZDownloading...
4522023-11-28T01:57:11.100Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4532023-11-28T01:57:11.100Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4542023-11-28T01:57:11.236Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4552023-11-28T01:57:11.239Z++ case "$OSTYPE" in
4562023-11-28T01:57:11.239Z++ SHA=sha256sum
4572023-11-28T01:57:11.239Z++ sha256sum
4582023-11-28T01:57:11.239Z++ awk '{print $1}'
4592023-11-28T01:57:11.242Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4602023-11-28T01:57:11.242Z+ [[ 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 ]]
4612023-11-28T01:57:11.252Z+ set -o errexit
4622023-11-28T01:57:11.256Z+++ dirname ./tools/ci_download_dendrite_openapi
4632023-11-28T01:57:11.256Z++ cd ./tools
4642023-11-28T01:57:11.257Z++ pwd
4652023-11-28T01:57:11.260Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-11-28T01:57:11.260Z++ basename ./tools/ci_download_dendrite_openapi
4672023-11-28T01:57:11.260Z+ ARG0=ci_download_dendrite_openapi
4682023-11-28T01:57:11.260Z+ TARGET_DIR=out
4692023-11-28T01:57:11.260Z+ DOWNLOAD_DIR=out/downloads
4702023-11-28T01:57:11.260Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4712023-11-28T01:57:11.260Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4722023-11-28T01:57:11.260Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4732023-11-28T01:57:11.260Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4742023-11-28T01:57:11.260Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4752023-11-28T01:57:11.260Z+ main
4762023-11-28T01:57:11.264Z+ [[ 0 != 0 ]]
4772023-11-28T01:57:11.264Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4782023-11-28T01:57:11.267ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4792023-11-28T01:57:11.267Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4802023-11-28T01:57:11.267ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4812023-11-28T01:57:11.267Z+ local DO_DOWNLOAD=true
4822023-11-28T01:57:11.267Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4832023-11-28T01:57:11.267Z+ mkdir -p out/downloads
4842023-11-28T01:57:11.267Z+ '[' true == true ']'
4852023-11-28T01:57:11.267Z+ echo Downloading...
4862023-11-28T01:57:11.267ZDownloading...
4872023-11-28T01:57:11.267Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4882023-11-28T01:57:11.267Z+ 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
4892023-11-28T01:57:11.413Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4902023-11-28T01:57:11.417Z++ case "$OSTYPE" in
4912023-11-28T01:57:11.417Z++ SHA=sha256sum
4922023-11-28T01:57:11.417Z++ sha256sum
4932023-11-28T01:57:11.417Z++ awk '{print $1}'
4942023-11-28T01:57:11.420Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4952023-11-28T01:57:11.423Z+ [[ 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 ]]
4962023-11-28T01:57:11.429Z+ set -o errexit
4972023-11-28T01:57:11.432Z+++ dirname ./tools/ci_download_dendrite_stub
4982023-11-28T01:57:11.435Z++ cd ./tools
4992023-11-28T01:57:11.436Z++ pwd
5002023-11-28T01:57:11.436Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5012023-11-28T01:57:11.439Z++ basename ./tools/ci_download_dendrite_stub
5022023-11-28T01:57:11.439Z+ ARG0=ci_download_dendrite_stub
5032023-11-28T01:57:11.439Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5042023-11-28T01:57:11.439Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5052023-11-28T01:57:11.439Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5062023-11-28T01:57:11.439Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5072023-11-28T01:57:11.439Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5082023-11-28T01:57:11.439Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5092023-11-28T01:57:11.439Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5102023-11-28T01:57:11.439Z+ TARGET_DIR=out
5112023-11-28T01:57:11.439Z+ DOWNLOAD_DIR=out/downloads
5122023-11-28T01:57:11.439Z+ DEST_DIR=./out/dendrite-stub
5132023-11-28T01:57:11.439Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5142023-11-28T01:57:11.439Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5152023-11-28T01:57:11.439Z+ REPO=oxidecomputer/dendrite
5162023-11-28T01:57:11.439Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5172023-11-28T01:57:11.439Z+ main
5182023-11-28T01:57:11.439Z+ [[ 0 != 0 ]]
5192023-11-28T01:57:11.439Z+ CIDL_OS=solaris2.11
5202023-11-28T01:57:11.439Z+ [[ 0 != 0 ]]
5212023-11-28T01:57:11.439Z+ configure_os solaris2.11
5222023-11-28T01:57:11.439Z+ echo 'current directory: /work/oxidecomputer/omicron'
5232023-11-28T01:57:11.439Zcurrent directory: /work/oxidecomputer/omicron
5242023-11-28T01:57:11.442Z+ echo 'configuring based on OS: "solaris2.11"'
5252023-11-28T01:57:11.442Z+ case "$1" in
5262023-11-28T01:57:11.442Zconfiguring based on OS: "solaris2.11"
5272023-11-28T01:57:11.442Z+ SET_BINARIES=
5282023-11-28T01:57:11.442Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5292023-11-28T01:57:11.442Z+ CIDL_SHA256FUNC=do_sha256sum
5302023-11-28T01:57:11.442Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5312023-11-28T01:57:11.442Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5322023-11-28T01:57:11.443Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5332023-11-28T01:57:11.443Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5342023-11-28T01:57:11.443ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5352023-11-28T01:57:11.443Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5362023-11-28T01:57:11.443Z+ mkdir -p out/downloads
5372023-11-28T01:57:11.443ZLocal file: out/downloads/dendrite-stub.tar.gz
5382023-11-28T01:57:11.443Z+ mkdir -p ./out/dendrite-stub
5392023-11-28T01:57:11.446Z+ fetch_and_verify
5402023-11-28T01:57:11.446Z+ local DO_DOWNLOAD=true
5412023-11-28T01:57:11.446Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5422023-11-28T01:57:11.446Z+ '[' true == true ']'
5432023-11-28T01:57:11.446Z+ echo Downloading...
5442023-11-28T01:57:11.446ZDownloading...
5452023-11-28T01:57:11.446Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5462023-11-28T01:57:11.446Z+ 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
5472023-11-28T01:57:19.226Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5482023-11-28T01:57:19.228Z++ sha256sum
5492023-11-28T01:57:19.228Z++ awk '{print $1}'
5502023-11-28T01:57:19.334Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5512023-11-28T01:57:19.334Z+ [[ 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 ]]
5522023-11-28T01:57:19.337Z+ do_untar out/downloads/dendrite-stub.tar.gz
5532023-11-28T01:57:19.337Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5542023-11-28T01:57:20.382Z+ do_assemble
5552023-11-28T01:57:20.382Z+ rm -r ./out/dendrite-stub
5562023-11-28T01:57:20.388Z+ mkdir ./out/dendrite-stub
5572023-11-28T01:57:20.393Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5582023-11-28T01:57:20.509Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5592023-11-28T01:57:20.540Z+ set -o errexit
5602023-11-28T01:57:20.555Z+++ dirname ./tools/ci_download_maghemite_mgd
5612023-11-28T01:57:20.555Z++ cd ./tools
5622023-11-28T01:57:20.555Z++ pwd
5632023-11-28T01:57:20.555Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5642023-11-28T01:57:20.555Z++ basename ./tools/ci_download_maghemite_mgd
5652023-11-28T01:57:20.555Z+ ARG0=ci_download_maghemite_mgd
5662023-11-28T01:57:20.555Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5672023-11-28T01:57:20.555Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5682023-11-28T01:57:20.555Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5692023-11-28T01:57:20.555Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5702023-11-28T01:57:20.555Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5712023-11-28T01:57:20.555Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5722023-11-28T01:57:20.555Z+ TARGET_DIR=out
5732023-11-28T01:57:20.555Z+ DOWNLOAD_DIR=out/downloads
5742023-11-28T01:57:20.555Z+ DEST_DIR=./out/mgd
5752023-11-28T01:57:20.556Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5762023-11-28T01:57:20.556Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5772023-11-28T01:57:20.556Z+ REPO=oxidecomputer/maghemite
5782023-11-28T01:57:20.556Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5792023-11-28T01:57:20.556Z+ main
5802023-11-28T01:57:20.556Z+ [[ 0 != 0 ]]
5812023-11-28T01:57:20.556Z+ CIDL_OS=solaris2.11
5822023-11-28T01:57:20.556Z+ [[ 0 != 0 ]]
5832023-11-28T01:57:20.556Z+ configure_os solaris2.11
5842023-11-28T01:57:20.556Z+ echo 'current directory: /work/oxidecomputer/omicron'
5852023-11-28T01:57:20.556Zcurrent directory: /work/oxidecomputer/omicron
5862023-11-28T01:57:20.556Z+ echo 'configuring based on OS: "solaris2.11"'
5872023-11-28T01:57:20.556Z+ case "$1" in
5882023-11-28T01:57:20.556Z+ SET_BINARIES=
5892023-11-28T01:57:20.556Zconfiguring based on OS: "solaris2.11"
5902023-11-28T01:57:20.556Z+ CIDL_SHA256FUNC=do_sha256sum
5912023-11-28T01:57:20.556Z+ TARBALL_FILENAME=mgd.tar.gz
5922023-11-28T01:57:20.556Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5932023-11-28T01:57:20.557Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5942023-11-28T01:57:20.557Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
5952023-11-28T01:57:20.557ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5962023-11-28T01:57:20.557Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5972023-11-28T01:57:20.557Z+ mkdir -p out/downloads
5982023-11-28T01:57:20.558ZLocal file: out/downloads/mgd.tar.gz
5992023-11-28T01:57:20.558Z+ mkdir -p ./out/mgd
6002023-11-28T01:57:20.558Z+ fetch_and_verify
6012023-11-28T01:57:20.558Z+ local DO_DOWNLOAD=true
6022023-11-28T01:57:20.558Z+ [[ -f out/downloads/mgd.tar.gz ]]
6032023-11-28T01:57:20.558Z+ '[' true == true ']'
6042023-11-28T01:57:20.558Z+ echo Downloading...
6052023-11-28T01:57:20.558ZDownloading...
6062023-11-28T01:57:20.558Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6072023-11-28T01:57:20.558Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6082023-11-28T01:57:28.472Z++ do_sha256sum out/downloads/mgd.tar.gz
6092023-11-28T01:57:28.600Z++ sha256sum
6102023-11-28T01:57:28.601Z++ awk '{print $1}'
6112023-11-28T01:57:28.651Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6122023-11-28T01:57:28.651Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6132023-11-28T01:57:28.651Z+ do_untar out/downloads/mgd.tar.gz
6142023-11-28T01:57:28.651Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6152023-11-28T01:57:29.199Z+ do_assemble
6162023-11-28T01:57:29.199Z+ rm -r ./out/mgd
6172023-11-28T01:57:29.211Z+ mkdir ./out/mgd
6182023-11-28T01:57:29.211Z+ cp -r out/downloads/root ./out/mgd/root
6192023-11-28T01:57:29.408Z+ set -o errexit
6202023-11-28T01:57:29.411Z+++ dirname ./tools/ci_download_transceiver_control
6212023-11-28T01:57:29.414Z++ cd ./tools
6222023-11-28T01:57:29.414Z++ pwd
6232023-11-28T01:57:29.414Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6242023-11-28T01:57:29.417Z++ basename ./tools/ci_download_transceiver_control
6252023-11-28T01:57:29.417Z+ ARG0=ci_download_transceiver_control
6262023-11-28T01:57:29.417Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6272023-11-28T01:57:29.417Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6282023-11-28T01:57:29.417Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292023-11-28T01:57:29.417Z+ TARGET_DIR=out
6302023-11-28T01:57:29.417Z+ DOWNLOAD_DIR=out/downloads
6312023-11-28T01:57:29.417Z+ DEST_DIR=./out/transceiver-control
6322023-11-28T01:57:29.417Z+ BIN_DIR=/opt/oxide/bin
6332023-11-28T01:57:29.417Z+ BINARY=xcvradm
6342023-11-28T01:57:29.417Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6352023-11-28T01:57:29.417Z+ REPO=oxidecomputer/transceiver-control
6362023-11-28T01:57:29.417Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6372023-11-28T01:57:29.417Z+ main
6382023-11-28T01:57:29.417Z+ [[ 0 != 0 ]]
6392023-11-28T01:57:29.417Z+ CIDL_OS=solaris2.11
6402023-11-28T01:57:29.417Z+ [[ 0 != 0 ]]
6412023-11-28T01:57:29.417Z+ configure_os solaris2.11
6422023-11-28T01:57:29.421Z+ echo 'current directory: /work/oxidecomputer/omicron'
6432023-11-28T01:57:29.421Zcurrent directory: /work/oxidecomputer/omicron
6442023-11-28T01:57:29.421Z+ echo 'configuring based on OS: "solaris2.11"'
6452023-11-28T01:57:29.421Z+ case "$1" in
6462023-11-28T01:57:29.421Z+ SET_BINARIES=
6472023-11-28T01:57:29.421Zconfiguring based on OS: "solaris2.11"
6482023-11-28T01:57:29.421Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6492023-11-28T01:57:29.421Z+ CIDL_SHA256FUNC=do_sha256sum
6502023-11-28T01:57:29.421Z+ ARCHIVE_FILENAME=xcvradm.gz
6512023-11-28T01:57:29.421Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6522023-11-28T01:57:29.421Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6532023-11-28T01:57:29.421Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6542023-11-28T01:57:29.422ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6552023-11-28T01:57:29.422ZLocal file: out/downloads/xcvradm.gz
6562023-11-28T01:57:29.422Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572023-11-28T01:57:29.422Z+ mkdir -p out/downloads
6582023-11-28T01:57:29.422Z+ mkdir -p ./out/transceiver-control
6592023-11-28T01:57:29.424Z+ fetch_and_verify
6602023-11-28T01:57:29.424Z+ local DO_DOWNLOAD=true
6612023-11-28T01:57:29.425Z+ [[ -f out/downloads/xcvradm.gz ]]
6622023-11-28T01:57:29.425Z+ '[' true == true ']'
6632023-11-28T01:57:29.425Z+ echo Downloading...
6642023-11-28T01:57:29.425ZDownloading...
6652023-11-28T01:57:29.425Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6662023-11-28T01:57:29.425Z+ 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
6672023-11-28T01:57:31.808Z++ do_sha256sum out/downloads/xcvradm.gz
6682023-11-28T01:57:31.811Z++ sha256sum
6692023-11-28T01:57:31.811Z++ awk '{print $1}'
6702023-11-28T01:57:31.833Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712023-11-28T01:57:31.833Z+ [[ 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 ]]
6722023-11-28T01:57:31.836Z+ do_unpack out/downloads/xcvradm.gz
6732023-11-28T01:57:31.836Z+ mkdir -p out/downloads/root//opt/oxide/bin
6742023-11-28T01:57:31.836Z+ gzip -dc out/downloads/xcvradm.gz
6752023-11-28T01:57:32.450Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6762023-11-28T01:57:32.458Z+ do_assemble
6772023-11-28T01:57:32.458Z+ rm -r ./out/transceiver-control
6782023-11-28T01:57:32.458Z+ mkdir ./out/transceiver-control
6792023-11-28T01:57:32.458Z+ cp -r out/downloads/root ./out/transceiver-control/root
6802023-11-28T01:57:32.458ZAll prerequisites installed successfully
6812023-11-28T01:57:32.458Z
6822023-11-28T01:57:32.459Zreal 2:05.753026901
6832023-11-28T01:57:32.459Zuser 53.279711483
6842023-11-28T01:57:32.459Zsys 10.186378680
6852023-11-28T01:57:32.459Ztrap 0.025636985
6862023-11-28T01:57:32.459Ztflt 0.215530662
6872023-11-28T01:57:32.459Zdflt 0.552096777
6882023-11-28T01:57:32.459Zkflt 0.140058331
6892023-11-28T01:57:32.459Zlock 1.560451167
6902023-11-28T01:57:32.459Zslp 3:51.950738651
6912023-11-28T01:57:32.459Zlat 3.495317722
6922023-11-28T01:57:32.459Zstop 0.062054315
6932023-11-28T01:57:32.459Z+ banner end-to-end-tests
6942023-11-28T01:57:32.459Z
6952023-11-28T01:57:32.459Z ###### # # ##### ##### #### ###### # # #####
6962023-11-28T01:57:32.459Z # ## # # # # # # # ## # # #
6972023-11-28T01:57:32.460Z ##### # # # # # ##### # # # ##### ##### # # # # #
6982023-11-28T01:57:32.460Z # # # # # # # # # # # # # # #
6992023-11-28T01:57:32.460Z # # ## # # # # # # # ## # #
7002023-11-28T01:57:32.460Z ###### # # ##### # #### ###### # # #####
7012023-11-28T01:57:32.460Z
7022023-11-28T01:57:32.461Z+ export CARGO_PROFILE_DEV_DEBUG=1
7032023-11-28T01:57:32.461Z+ CARGO_PROFILE_DEV_DEBUG=1
7042023-11-28T01:57:32.461Z+ export CARGO_PROFILE_TEST_DEBUG=1
7052023-11-28T01:57:32.461Z+ CARGO_PROFILE_TEST_DEBUG=1
7062023-11-28T01:57:32.461Z+ export CARGO_INCREMENTAL=0
7072023-11-28T01:57:32.461Z+ CARGO_INCREMENTAL=0
7082023-11-28T01:57:32.461Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7092023-11-28T01:57:32.694Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7102023-11-28T01:57:33.075Z Updating crates.io index
7112023-11-28T01:57:33.078Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7122023-11-28T01:57:33.907Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7132023-11-28T01:57:35.713Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7142023-11-28T01:57:36.830Z Updating git repository `http://github.com/oxidecomputer/tofino`
7152023-11-28T01:57:36.830Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7162023-11-28T01:57:36.941Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7172023-11-28T01:57:37.275Z Updating git repository `https://github.com/oxidecomputer/propolis`
7182023-11-28T01:57:38.153Z Updating git repository `https://github.com/oxidecomputer/crucible`
7192023-11-28T01:57:40.179Z Updating git repository `https://github.com/oxidecomputer/opte`
7202023-11-28T01:57:41.208Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7212023-11-28T01:57:41.648Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7222023-11-28T01:57:42.288Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7232023-11-28T01:57:42.683Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7242023-11-28T01:57:42.981Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7252023-11-28T01:57:43.514Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7262023-11-28T01:57:43.834Z Updating git repository `https://github.com/njaremko/samael`
7272023-11-28T01:57:44.691Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7282023-11-28T01:57:44.987Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7292023-11-28T01:57:45.414Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7302023-11-28T01:57:45.754Z Updating git repository `https://github.com/jgallagher/nix`
7312023-11-28T01:57:46.977Z Updating git repository `https://github.com/cbiffle/hubpack`
7322023-11-28T01:57:47.444Z Updating git repository `https://github.com/oxidecomputer/typify`
7332023-11-28T01:57:48.566Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7342023-11-28T01:57:48.957Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7352023-11-28T01:57:49.277Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7362023-11-28T01:57:50.914Z Downloading crates ...
7372023-11-28T01:57:51.168Z Downloaded atty v0.2.14
7382023-11-28T01:57:51.182Z Downloaded doc-comment v0.3.3
7392023-11-28T01:57:51.182Z Downloaded async-stream-impl v0.3.5
7402023-11-28T01:57:51.607Z Downloaded crucible-workspace-hack v0.1.0
7412023-11-28T01:57:51.607Z Downloaded async-stream v0.3.5
7422023-11-28T01:57:51.607Z Downloaded phf_shared v0.10.0
7432023-11-28T01:57:51.607Z Downloaded cancel-safe-futures v0.1.5
7442023-11-28T01:57:51.620Z Downloaded ciborium-io v0.2.1
7452023-11-28T01:57:51.623Z Downloaded cfg-if v1.0.0
7462023-11-28T01:57:51.623Z Downloaded openssl-probe v0.1.5
7472023-11-28T01:57:51.623Z Downloaded parse-display v0.8.2
7482023-11-28T01:57:51.623Z Downloaded option-ext v0.2.0
7492023-11-28T01:57:51.623Z Downloaded anstyle-query v1.0.0
7502023-11-28T01:57:51.623Z Downloaded phf_shared v0.11.2
7512023-11-28T01:57:51.623Z Downloaded polyval v0.6.1
7522023-11-28T01:57:51.623Z Downloaded paste v1.0.14
7532023-11-28T01:57:51.623Z Downloaded cstr-argument v0.1.2
7542023-11-28T01:57:51.623Z Downloaded darling_macro v0.20.3
7552023-11-28T01:57:51.623Z Downloaded normalize-line-endings v0.3.0
7562023-11-28T01:57:51.623Z Downloaded predicates-core v1.0.6
7572023-11-28T01:57:51.623Z Downloaded new_debug_unreachable v1.0.4
7582023-11-28T01:57:51.623Z Downloaded percent-encoding v2.3.0
7592023-11-28T01:57:51.623Z Downloaded pem v1.1.1
7602023-11-28T01:57:51.623Z Downloaded camino v1.1.6
7612023-11-28T01:57:51.623Z Downloaded openssl-macros v0.1.1
7622023-11-28T01:57:51.623Z Downloaded phf v0.11.2
7632023-11-28T01:57:51.623Z Downloaded num-iter v0.1.43
7642023-11-28T01:57:51.623Z Downloaded curve25519-dalek-derive v0.1.0
7652023-11-28T01:57:51.623Z Downloaded difflib v0.4.0
7662023-11-28T01:57:51.623Z Downloaded cbc v0.1.2
7672023-11-28T01:57:51.623Z Downloaded pin-utils v0.1.0
7682023-11-28T01:57:51.623Z Downloaded num_threads v0.1.6
7692023-11-28T01:57:51.623Z Downloaded ciborium-ll v0.2.1
7702023-11-28T01:57:51.623Z Downloaded byteorder v1.5.0
7712023-11-28T01:57:51.623Z Downloaded atomicwrites v0.4.2
7722023-11-28T01:57:51.623Z Downloaded num_enum_derive v0.5.11
7732023-11-28T01:57:51.627Z Downloaded clap_derive v4.4.2
7742023-11-28T01:57:51.627Z Downloaded pretty-hex v0.2.1
7752023-11-28T01:57:51.627Z Downloaded num_cpus v1.16.0
7762023-11-28T01:57:51.627Z Downloaded poly1305 v0.8.0
7772023-11-28T01:57:51.627Z Downloaded foreign-types-shared v0.1.1
7782023-11-28T01:57:51.627Z Downloaded take_mut v0.2.2
7792023-11-28T01:57:51.627Z Downloaded usdt-macro v0.3.5
7802023-11-28T01:57:51.627Z Downloaded http-range v0.1.5
7812023-11-28T01:57:51.627Z Downloaded cpufeatures v0.2.9
7822023-11-28T01:57:51.627Z Downloaded dyn-clone v1.0.13
7832023-11-28T01:57:51.627Z Downloaded tower-service v0.3.2
7842023-11-28T01:57:51.627Z Downloaded anstream v0.5.0
7852023-11-28T01:57:51.627Z Downloaded deranged v0.3.8
7862023-11-28T01:57:51.627Z Downloaded proc-macro-error-attr v1.0.4
7872023-11-28T01:57:51.627Z Downloaded block-buffer v0.10.4
7882023-11-28T01:57:51.627Z Downloaded adler v1.0.2
7892023-11-28T01:57:51.627Z Downloaded pkg-config v0.3.27
7902023-11-28T01:57:51.627Z Downloaded rand_core v0.5.1
7912023-11-28T01:57:51.627Z Downloaded parse-display-derive v0.8.2
7922023-11-28T01:57:51.627Z Downloaded num_enum v0.5.11
7932023-11-28T01:57:51.627Z Downloaded match_cfg v0.1.0
7942023-11-28T01:57:51.627Z Downloaded unicode-width v0.1.11
7952023-11-28T01:57:51.627Z Downloaded rand_core v0.6.4
7962023-11-28T01:57:51.627Z Downloaded cipher v0.4.4
7972023-11-28T01:57:51.627Z Downloaded parking_lot v0.12.1
7982023-11-28T01:57:51.627Z Downloaded anstyle-parse v0.2.1
7992023-11-28T01:57:51.627Z Downloaded unicase v2.7.0
8002023-11-28T01:57:51.627Z Downloaded fastrand v2.0.0
8012023-11-28T01:57:51.628Z Downloaded base64ct v1.6.0
8022023-11-28T01:57:51.628Z Downloaded hubpack_derive v0.1.1
8032023-11-28T01:57:51.628Z Downloaded hubpack v0.1.2
8042023-11-28T01:57:51.628Z Downloaded rcgen v0.11.3
8052023-11-28T01:57:51.628Z Downloaded usdt-impl v0.3.5
8062023-11-28T01:57:51.628Z Downloaded num-integer v0.1.45
8072023-11-28T01:57:51.628Z Downloaded platforms v3.0.2
8082023-11-28T01:57:51.628Z Downloaded untrusted v0.9.0
8092023-11-28T01:57:51.628Z Downloaded home v0.5.5
8102023-11-28T01:57:51.628Z Downloaded proc-macro-error v1.0.4
8112023-11-28T01:57:51.628Z Downloaded slog-dtrace v0.2.3
8122023-11-28T01:57:51.628Z Downloaded keccak v0.1.4
8132023-11-28T01:57:51.628Z Downloaded utf8parse v0.2.1
8142023-11-28T01:57:51.628Z Downloaded crossbeam-utils v0.8.16
8152023-11-28T01:57:51.628Z Downloaded native-tls v0.2.11
8162023-11-28T01:57:51.628Z Downloaded instant v0.1.12
8172023-11-28T01:57:51.628Z Downloaded anyhow v1.0.75
8182023-11-28T01:57:51.629Z Downloaded tinyvec_macros v0.1.1
8192023-11-28T01:57:51.629Z Downloaded ff v0.13.0
8202023-11-28T01:57:51.629Z Downloaded strum_macros v0.25.2
8212023-11-28T01:57:51.629Z Downloaded ident_case v1.0.1
8222023-11-28T01:57:51.629Z Downloaded strum v0.25.0
8232023-11-28T01:57:51.629Z Downloaded lru-cache v0.1.2
8242023-11-28T01:57:51.629Z Downloaded slab v0.4.9
8252023-11-28T01:57:51.629Z Downloaded md-5 v0.10.5
8262023-11-28T01:57:51.629Z Downloaded tempfile v3.8.0
8272023-11-28T01:57:51.629Z Downloaded num-traits v0.2.16
8282023-11-28T01:57:51.629Z Downloaded either v1.9.0
8292023-11-28T01:57:51.629Z Downloaded usdt-attr-macro v0.3.5
8302023-11-28T01:57:51.629Z Downloaded thiserror-impl-no-std v2.0.2
8312023-11-28T01:57:51.629Z Downloaded schemars_derive v0.8.13
8322023-11-28T01:57:51.629Z Downloaded want v0.3.1
8332023-11-28T01:57:51.629Z Downloaded tracing-attributes v0.1.26
8342023-11-28T01:57:51.629Z Downloaded futures-task v0.3.29
8352023-11-28T01:57:51.629Z Downloaded toml_datetime v0.6.5
8362023-11-28T01:57:51.629Z Downloaded zerocopy v0.3.0
8372023-11-28T01:57:51.629Z Downloaded derive_more v0.99.17
8382023-11-28T01:57:51.629Z Downloaded siphasher v0.3.11
8392023-11-28T01:57:51.629Z Downloaded foreign-types-macros v0.2.3
8402023-11-28T01:57:51.629Z Downloaded foreign-types v0.3.2
8412023-11-28T01:57:51.629Z Downloaded thiserror-impl v1.0.49
8422023-11-28T01:57:51.629Z Downloaded rand v0.8.5
8432023-11-28T01:57:51.629Z Downloaded inout v0.1.3
8442023-11-28T01:57:52.039Z Downloaded crc32fast v1.3.2
8452023-11-28T01:57:52.039Z Downloaded signal-hook-registry v1.4.1
8462023-11-28T01:57:52.039Z Downloaded synstructure v0.12.6
8472023-11-28T01:57:52.039Z Downloaded stringprep v0.1.3
8482023-11-28T01:57:52.039Z Downloaded smallvec v1.11.0
8492023-11-28T01:57:52.039Z Downloaded zone_cfg_derive v0.3.0
8502023-11-28T01:57:52.039Z Downloaded float-cmp v0.9.0
8512023-11-28T01:57:52.039Z Downloaded zone v0.3.0
8522023-11-28T01:57:52.039Z Downloaded serde_repr v0.1.16
8532023-11-28T01:57:52.039Z Downloaded thread_local v1.1.7
8542023-11-28T01:57:52.039Z Downloaded httparse v1.8.0
8552023-11-28T01:57:52.039Z Downloaded fxhash v0.2.1
8562023-11-28T01:57:52.039Z Downloaded subprocess v0.2.9
8572023-11-28T01:57:52.039Z Downloaded fallible-iterator v0.2.0
8582023-11-28T01:57:52.039Z Downloaded openssl-sys v0.9.93
8592023-11-28T01:57:52.039Z Downloaded futures-io v0.3.29
8602023-11-28T01:57:52.039Z Downloaded subtle v2.5.0
8612023-11-28T01:57:52.039Z Downloaded futures-channel v0.3.29
8622023-11-28T01:57:52.039Z Downloaded foreign-types-shared v0.3.1
8632023-11-28T01:57:52.039Z Downloaded endian-type v0.1.2
8642023-11-28T01:57:52.039Z Downloaded kstat-rs v0.2.3
8652023-11-28T01:57:52.039Z Downloaded lalrpop-util v0.19.12
8662023-11-28T01:57:52.039Z Downloaded semver v0.11.0
8672023-11-28T01:57:52.039Z Downloaded hex v0.4.3
8682023-11-28T01:57:52.039Z Downloaded russh-keys v0.38.0
8692023-11-28T01:57:52.039Z Downloaded unicode-bidi v0.3.13
8702023-11-28T01:57:52.039Z Downloaded futures-core v0.3.29
8712023-11-28T01:57:52.039Z Downloaded slog v2.7.0
8722023-11-28T01:57:52.039Z Downloaded headers-core v0.2.0
8732023-11-28T01:57:52.039Z Downloaded untrusted v0.7.1
8742023-11-28T01:57:52.039Z Downloaded structmeta v0.2.0
8752023-11-28T01:57:52.039Z Downloaded strsim v0.10.0
8762023-11-28T01:57:52.043Z Downloaded try-lock v0.2.4
8772023-11-28T01:57:52.043Z Downloaded spin v0.5.2
8782023-11-28T01:57:52.043Z Downloaded vec_map v0.8.2
8792023-11-28T01:57:52.043Z Downloaded generic-array v0.14.7
8802023-11-28T01:57:52.043Z Downloaded universal-hash v0.5.1
8812023-11-28T01:57:52.043Z Downloaded hyper-tls v0.5.0
8822023-11-28T01:57:52.043Z Downloaded http-body v0.4.5
8832023-11-28T01:57:52.043Z Downloaded ghash v0.5.0
8842023-11-28T01:57:52.043Z Downloaded trust-dns-resolver v0.22.0
8852023-11-28T01:57:52.043Z Downloaded time-core v0.1.1
8862023-11-28T01:57:52.043Z Downloaded ipnetwork v0.20.0
8872023-11-28T01:57:52.043Z Downloaded ed25519-dalek v2.0.0
8882023-11-28T01:57:52.043Z Downloaded hostname v0.3.1
8892023-11-28T01:57:52.043Z Downloaded signal-hook-mio v0.2.3
8902023-11-28T01:57:52.043Z Downloaded matches v0.1.10
8912023-11-28T01:57:52.043Z Downloaded tar v0.4.40
8922023-11-28T01:57:52.043Z Downloaded usdt v0.3.5
8932023-11-28T01:57:52.043Z Downloaded aes v0.8.3
8942023-11-28T01:57:52.043Z Downloaded fnv v1.0.7
8952023-11-28T01:57:52.044Z Downloaded serde_path_to_error v0.1.14
8962023-11-28T01:57:52.044Z Downloaded managed v0.8.0
8972023-11-28T01:57:52.044Z Downloaded indexmap v1.9.3
8982023-11-28T01:57:52.044Z Downloaded serde_spanned v0.6.4
8992023-11-28T01:57:52.044Z Downloaded foreign-types v0.5.0
9002023-11-28T01:57:52.044Z Downloaded rustc-demangle v0.1.23
9012023-11-28T01:57:52.044Z Downloaded structopt-derive v0.4.18
9022023-11-28T01:57:52.044Z Downloaded serde_yaml v0.9.25
9032023-11-28T01:57:52.044Z Downloaded sha2 v0.10.8
9042023-11-28T01:57:52.044Z Downloaded httpdate v1.0.3
9052023-11-28T01:57:52.044Z Downloaded thiserror v1.0.49
9062023-11-28T01:57:52.044Z Downloaded itoa v1.0.9
9072023-11-28T01:57:52.044Z Downloaded rustls-pemfile v1.0.3
9082023-11-28T01:57:52.044Z Downloaded zeroize_derive v1.4.2
9092023-11-28T01:57:52.044Z Downloaded structopt v0.3.26
9102023-11-28T01:57:52.044Z Downloaded slog-envlogger v2.2.0
9112023-11-28T01:57:52.044Z Downloaded unicode-xid v0.2.4
9122023-11-28T01:57:52.044Z Downloaded getrandom v0.2.10
9132023-11-28T01:57:52.044Z Downloaded macaddr v1.0.1
9142023-11-28T01:57:52.044Z Downloaded is-terminal v0.4.9
9152023-11-28T01:57:52.044Z Downloaded strsim v0.8.0
9162023-11-28T01:57:52.044Z Downloaded same-file v1.0.6
9172023-11-28T01:57:52.044Z Downloaded zeroize v1.6.0
9182023-11-28T01:57:52.044Z Downloaded serde_tokenstream v0.1.7
9192023-11-28T01:57:52.044Z Downloaded semver-parser v0.10.2
9202023-11-28T01:57:52.044Z Downloaded slog-json v2.6.1
9212023-11-28T01:57:52.044Z Downloaded vsss-rs v3.3.1
9222023-11-28T01:57:52.044Z Downloaded serde_urlencoded v0.7.1
9232023-11-28T01:57:52.044Z Downloaded fixedbitset v0.4.2
9242023-11-28T01:57:52.044Z Downloaded sct v0.7.0
9252023-11-28T01:57:52.044Z Downloaded tracing-core v0.1.31
9262023-11-28T01:57:52.044Z Downloaded tinyvec v1.6.0
9272023-11-28T01:57:52.044Z Downloaded indexmap v2.1.0
9282023-11-28T01:57:52.044Z Downloaded rustls-native-certs v0.6.3
9292023-11-28T01:57:52.044Z Downloaded socket2 v0.4.9
9302023-11-28T01:57:52.044Z Downloaded serde_derive v1.0.192
9312023-11-28T01:57:52.044Z Downloaded textwrap v0.11.0
9322023-11-28T01:57:52.044Z Downloaded signal-hook v0.3.17
9332023-11-28T01:57:52.044Z Downloaded hmac v0.12.1
9342023-11-28T01:57:52.044Z Downloaded zip v0.6.6
9352023-11-28T01:57:52.044Z Downloaded term v0.7.0
9362023-11-28T01:57:52.044Z Downloaded num-bigint v0.4.4
9372023-11-28T01:57:52.044Z Downloaded socket2 v0.5.5
9382023-11-28T01:57:52.044Z Downloaded clap_builder v4.4.2
9392023-11-28T01:57:52.044Z Downloaded ucd-trie v0.1.6
9402023-11-28T01:57:52.045Z Downloaded trust-dns-server v0.22.1
9412023-11-28T01:57:52.045Z Downloaded uuid v1.6.1
9422023-11-28T01:57:52.045Z Downloaded reqwest v0.11.22
9432023-11-28T01:57:52.045Z Downloaded libm v0.2.7
9442023-11-28T01:57:52.045Z Downloaded elliptic-curve v0.13.5
9452023-11-28T01:57:52.045Z Downloaded hashbrown v0.12.3
9462023-11-28T01:57:52.045Z Downloaded http v0.2.11
9472023-11-28T01:57:52.045Z Downloaded toml_edit v0.19.15
9482023-11-28T01:57:52.045Z Downloaded time v0.3.27
9492023-11-28T01:57:52.045Z Downloaded unicode-normalization v0.1.22
9502023-11-28T01:57:52.045Z Downloaded itertools v0.10.5
9512023-11-28T01:57:52.048Z Downloaded unicode-segmentation v1.10.1
9522023-11-28T01:57:52.048Z Downloaded itertools v0.11.0
9532023-11-28T01:57:52.048Z Downloaded serde_with v2.3.3
9542023-11-28T01:57:52.052Z Downloaded tokio-util v0.7.10
9552023-11-28T01:57:52.059Z Downloaded chrono v0.4.31
9562023-11-28T01:57:52.075Z Downloaded h2 v0.3.21
9572023-11-28T01:57:52.088Z Downloaded hyper v0.14.27
9582023-11-28T01:57:52.103Z Downloaded serde_json v1.0.108
9592023-11-28T01:57:52.115Z Downloaded vcpkg v0.2.15
9602023-11-28T01:57:52.196Z Downloaded regex v1.10.2
9612023-11-28T01:57:52.213Z Downloaded syn v1.0.109
9622023-11-28T01:57:52.232Z Downloaded idna v0.4.0
9632023-11-28T01:57:52.244Z Downloaded bstr v0.2.17
9642023-11-28T01:57:52.265Z Downloaded diesel v2.1.4
9652023-11-28T01:57:52.296Z Downloaded syn v2.0.32
9662023-11-28T01:57:52.315Z Downloaded webpki-roots v0.25.2
9672023-11-28T01:57:52.322Z Downloaded openapiv3 v2.0.0-rc.1
9682023-11-28T01:57:52.344Z Downloaded trust-dns-proto v0.22.0
9692023-11-28T01:57:52.366Z Downloaded rustix v0.38.9
9702023-11-28T01:57:52.406Z Downloaded rustix v0.37.23
9712023-11-28T01:57:52.442Z Downloaded sha3 v0.10.8
9722023-11-28T01:57:52.454Z Downloaded tokio v1.34.0
9732023-11-28T01:57:52.521Z Downloaded zerocopy-derive v0.6.4
9742023-11-28T01:57:52.540Z Downloaded regex-syntax v0.7.5
9752023-11-28T01:57:52.556Z Downloaded bzip2-sys v0.1.11+1.0.8
9762023-11-28T01:57:52.580Z Downloaded zerocopy-derive v0.2.0
9772023-11-28T01:57:52.596Z Downloaded regex-automata v0.4.3
9782023-11-28T01:57:52.636Z Downloaded regex-automata v0.3.8
9792023-11-28T01:57:52.661Z Downloaded sled v0.34.7
9802023-11-28T01:57:52.681Z Downloaded regex-syntax v0.8.2
9812023-11-28T01:57:52.696Z Downloaded libc v0.2.150
9822023-11-28T01:57:52.746Z Downloaded bstr v1.6.0
9832023-11-28T01:57:52.766Z Downloaded idna v0.2.3
9842023-11-28T01:57:52.880Z Downloaded rustls v0.21.9
9852023-11-28T01:57:52.889Z Downloaded smoltcp v0.9.1
9862023-11-28T01:57:52.889Z Downloaded smoltcp v0.8.2
9872023-11-28T01:57:52.889Z Downloaded regress v0.7.1
9882023-11-28T01:57:52.889Z Downloaded object v0.32.1
9892023-11-28T01:57:52.889Z Downloaded gimli v0.28.0
9902023-11-28T01:57:52.890Z Downloaded radix_trie v0.2.1
9912023-11-28T01:57:52.913Z Downloaded hkdf v0.12.3
9922023-11-28T01:57:52.924Z Downloaded futures-util v0.3.29
9932023-11-28T01:57:52.924Z Downloaded winapi v0.3.9
9942023-11-28T01:57:53.057Z Downloaded encoding_rs v0.8.33
9952023-11-28T01:57:53.113Z Downloaded openssl v0.10.57
9962023-11-28T01:57:53.113Z Downloaded rustls-webpki v0.101.7
9972023-11-28T01:57:53.138Z Downloaded curve25519-dalek v4.1.0
9982023-11-28T01:57:53.138Z Downloaded itertools v0.12.0
9992023-11-28T01:57:53.138Z Downloaded aho-corasick v1.0.4
10002023-11-28T01:57:53.138Z Downloaded hashbrown v0.14.2
10012023-11-28T01:57:53.145Z Downloaded winnow v0.5.15
10022023-11-28T01:57:53.148Z Downloaded aes-gcm v0.10.3
10032023-11-28T01:57:53.152Z Downloaded hashbrown v0.13.2
10042023-11-28T01:57:53.161Z Downloaded memchr v2.6.3
10052023-11-28T01:57:53.170Z Downloaded petgraph v0.6.4
10062023-11-28T01:57:53.194Z Downloaded toml_edit v0.21.0
10072023-11-28T01:57:53.234Z Downloaded russh v0.39.0
10082023-11-28T01:57:53.242Z Downloaded heapless v0.7.16
10092023-11-28T01:57:53.249Z Downloaded trust-dns-client v0.22.0
10102023-11-28T01:57:53.260Z Downloaded flate2 v1.0.28
10112023-11-28T01:57:53.268Z Downloaded tokio-postgres v0.7.10
10122023-11-28T01:57:53.278Z Downloaded regex-automata v0.1.10
10132023-11-28T01:57:53.288Z Downloaded slog-stdlog v4.1.1
10142023-11-28T01:57:53.291Z Downloaded getrandom v0.1.16
10152023-11-28T01:57:53.295Z Downloaded serde_with_macros v2.3.3
10162023-11-28T01:57:53.298Z Downloaded snafu-derive v0.7.5
10172023-11-28T01:57:53.302Z Downloaded typenum v1.16.0
10182023-11-28T01:57:53.305Z Downloaded yasna v0.5.2
10192023-11-28T01:57:53.309Z Downloaded form_urlencoded v1.2.0
10202023-11-28T01:57:53.313Z Downloaded glob v0.3.1
10212023-11-28T01:57:53.316Z Downloaded scheduled-thread-pool v0.2.7
10222023-11-28T01:57:53.316Z Downloaded schemars v0.8.13
10232023-11-28T01:57:53.336Z Downloaded rustversion v1.0.14
10242023-11-28T01:57:53.340Z Downloaded ed25519 v2.2.2
10252023-11-28T01:57:53.345Z Downloaded futures-macro v0.3.29
10262023-11-28T01:57:53.345Z Downloaded ryu v1.0.15
10272023-11-28T01:57:53.350Z Downloaded unsafe-libyaml v0.2.9
10282023-11-28T01:57:53.357Z Downloaded snafu v0.7.5
10292023-11-28T01:57:53.368Z Downloaded pest v2.7.2
10302023-11-28T01:57:53.377Z Downloaded mio v0.8.9
10312023-11-28T01:57:53.388Z Downloaded group v0.13.0
10322023-11-28T01:57:53.391Z Downloaded slog-bunyan v2.4.0
10332023-11-28T01:57:53.394Z Downloaded whoami v1.4.1
10342023-11-28T01:57:53.398Z Downloaded zerocopy v0.6.4
10352023-11-28T01:57:53.401Z Downloaded serde v1.0.192
10362023-11-28T01:57:53.405Z Downloaded tungstenite v0.20.1
10372023-11-28T01:57:53.412Z Downloaded tracing v0.1.37
10382023-11-28T01:57:53.419Z Downloaded smf v0.2.2
10392023-11-28T01:57:53.423Z Downloaded half v1.8.2
10402023-11-28T01:57:53.426Z Downloaded terminal_size v0.2.6
10412023-11-28T01:57:53.429Z Downloaded structmeta-derive v0.2.0
10422023-11-28T01:57:53.432Z Downloaded string_cache v0.8.7
10432023-11-28T01:57:53.435Z Downloaded semver v1.0.20
10442023-11-28T01:57:53.439Z Downloaded futures v0.3.29
10452023-11-28T01:57:53.446Z Downloaded linked-hash-map v0.5.6
10462023-11-28T01:57:53.449Z Downloaded rustc_version v0.4.0
10472023-11-28T01:57:53.452Z Downloaded signature v2.1.0
10482023-11-28T01:57:53.455Z Downloaded futures-sink v0.3.29
10492023-11-28T01:57:53.455Z Downloaded crossbeam-channel v0.5.8
10502023-11-28T01:57:53.463Z Downloaded url v2.4.1
10512023-11-28T01:57:53.469Z Downloaded similar v2.2.1
10522023-11-28T01:57:53.478Z Downloaded toml v0.8.8
10532023-11-28T01:57:53.484Z Downloaded hex-literal v0.4.1
10542023-11-28T01:57:53.488Z Downloaded futures-executor v0.3.29
10552023-11-28T01:57:53.492Z Downloaded serde_derive_internals v0.26.0
10562023-11-28T01:57:53.498Z Downloaded unicode-ident v1.0.12
10572023-11-28T01:57:53.498Z Downloaded slog-term v2.9.0
10582023-11-28T01:57:53.530Z Downloaded rand v0.7.3
10592023-11-28T01:57:53.534Z Downloaded headers v0.3.9
10602023-11-28T01:57:53.534Z Downloaded ring v0.17.5
10612023-11-28T01:57:53.659Z Downloaded der v0.7.8
10622023-11-28T01:57:53.668Z Downloaded serde_tokenstream v0.2.0
10632023-11-28T01:57:53.674Z Downloaded heck v0.4.1
10642023-11-28T01:57:53.677Z Downloaded heck v0.3.3
10652023-11-28T01:57:53.691Z Downloaded rustfmt-wrapper v0.2.0
10662023-11-28T01:57:53.691Z Downloaded scopeguard v1.2.0
10672023-11-28T01:57:53.691Z Downloaded xattr v1.0.1
10682023-11-28T01:57:53.691Z Downloaded lazy_static v1.4.0
10692023-11-28T01:57:53.691Z Downloaded enum-as-inner v0.5.1
10702023-11-28T01:57:53.691Z Downloaded filetime v0.2.22
10712023-11-28T01:57:53.699Z Downloaded io-lifetimes v1.0.11
10722023-11-28T01:57:53.699Z Downloaded errno v0.3.2
10732023-11-28T01:57:53.704Z Downloaded tokio-tungstenite v0.20.1
10742023-11-28T01:57:53.707Z Downloaded pin-project v1.1.3
10752023-11-28T01:57:53.723Z Downloaded ring v0.16.20
10762023-11-28T01:57:53.889Z Downloaded spin v0.9.8
10772023-11-28T01:57:53.892Z Downloaded tokio-rustls v0.24.1
10782023-11-28T01:57:53.896Z Downloaded secrecy v0.8.0
10792023-11-28T01:57:53.900Z Downloaded stable_deref_trait v1.2.0
10802023-11-28T01:57:53.900Z Downloaded darling_core v0.20.3
10812023-11-28T01:57:53.909Z Downloaded chacha20poly1305 v0.10.1
10822023-11-28T01:57:53.913Z Downloaded diesel_derives v2.1.1
10832023-11-28T01:57:53.917Z Downloaded arc-swap v1.6.0
10842023-11-28T01:57:53.972Z Downloaded libefi-sys v0.1.0
10852023-11-28T01:57:53.977Z Downloaded getopts v0.2.21
10862023-11-28T01:57:53.977Z Downloaded ipnet v2.8.0
10872023-11-28T01:57:53.977Z Downloaded log v0.4.20
10882023-11-28T01:57:53.977Z Downloaded lock_api v0.4.10
10892023-11-28T01:57:53.977Z Downloaded cc v1.0.83
10902023-11-28T01:57:53.977Z Downloaded crossterm v0.27.0
10912023-11-28T01:57:53.977Z Downloaded time-macros v0.2.13
10922023-11-28T01:57:53.977Z Downloaded hyper-rustls v0.24.2
10932023-11-28T01:57:53.978Z Downloaded slog-scope v4.4.0
10942023-11-28T01:57:53.978Z Downloaded thread-id v4.2.0
10952023-11-28T01:57:53.978Z Downloaded thiserror-no-std v2.0.2
10962023-11-28T01:57:53.978Z Downloaded spki v0.7.2
10972023-11-28T01:57:53.978Z Downloaded backtrace v0.3.69
10982023-11-28T01:57:53.989Z Downloaded static_assertions v1.1.0
10992023-11-28T01:57:54.010Z Downloaded toml v0.5.11
11002023-11-28T01:57:54.010Z Downloaded const-oid v0.9.5
11012023-11-28T01:57:54.010Z Downloaded crypto-bigint v0.5.2
11022023-11-28T01:57:54.010Z Downloaded base64 v0.13.1
11032023-11-28T01:57:54.031Z Downloaded num-rational v0.4.1
11042023-11-28T01:57:54.031Z Downloaded tokio-native-tls v0.3.1
11052023-11-28T01:57:54.031Z Downloaded postgres-types v0.2.6
11062023-11-28T01:57:54.067Z Downloaded md5 v0.7.0
11072023-11-28T01:57:54.067Z Downloaded base64 v0.21.5
11082023-11-28T01:57:54.067Z Downloaded clap v2.34.0
11092023-11-28T01:57:54.067Z Downloaded walkdir v2.4.0
11102023-11-28T01:57:54.067Z Downloaded sha1 v0.10.6
11112023-11-28T01:57:54.067Z Downloaded miniz_oxide v0.7.1
11122023-11-28T01:57:54.067Z Downloaded toml v0.7.8
11132023-11-28T01:57:54.067Z Downloaded darling v0.20.3
11142023-11-28T01:57:54.067Z Downloaded crossbeam-epoch v0.9.15
11152023-11-28T01:57:54.067Z Downloaded rand_chacha v0.3.1
11162023-11-28T01:57:54.082Z Downloaded version_check v0.9.4
11172023-11-28T01:57:54.082Z Downloaded digest v0.10.7
11182023-11-28T01:57:54.082Z Downloaded slog-async v2.8.0
11192023-11-28T01:57:54.082Z Downloaded clap v4.4.3
11202023-11-28T01:57:54.090Z Downloaded rand_chacha v0.2.2
11212023-11-28T01:57:54.091Z Downloaded dirs-sys-next v0.1.2
11222023-11-28T01:57:54.091Z Downloaded tokio-stream v0.1.14
11232023-11-28T01:57:54.509Z Downloaded crypto-common v0.1.6
11242023-11-28T01:57:54.509Z Downloaded postgres-protocol v0.6.6
11252023-11-28T01:57:54.509Z Downloaded proc-macro2 v1.0.69
11262023-11-28T01:57:54.509Z Downloaded parking_lot v0.11.2
11272023-11-28T01:57:54.509Z Downloaded iana-time-zone v0.1.57
11282023-11-28T01:57:54.509Z Downloaded hyper-staticfile v0.9.5
11292023-11-28T01:57:54.510Z Downloaded hash32 v0.2.1
11302023-11-28T01:57:54.510Z Downloaded utf-8 v0.7.6
11312023-11-28T01:57:54.511Z Downloaded bytes v1.5.0
11322023-11-28T01:57:54.511Z Downloaded russh-cryptovec v0.7.0
11332023-11-28T01:57:54.511Z Downloaded ansi_term v0.12.1
11342023-11-28T01:57:54.511Z Downloaded omicron-zone-package v0.9.1
11352023-11-28T01:57:54.511Z Downloaded password-hash v0.5.0
11362023-11-28T01:57:54.511Z Downloaded once_cell v1.18.0
11372023-11-28T01:57:54.511Z Downloaded mime_guess v2.0.4
11382023-11-28T01:57:54.511Z Downloaded resolv-conf v0.7.0
11392023-11-28T01:57:54.511Z Downloaded ciborium v0.2.1
11402023-11-28T01:57:54.511Z Downloaded quick-error v1.2.3
11412023-11-28T01:57:54.511Z Downloaded num-complex v0.4.4
11422023-11-28T01:57:54.512Z Downloaded multer v2.1.0
11432023-11-28T01:57:54.512Z Downloaded console v0.15.7
11442023-11-28T01:57:54.512Z Downloaded bzip2 v0.4.4
11452023-11-28T01:57:54.512Z Downloaded dirs v5.0.1
11462023-11-28T01:57:54.512Z Downloaded predicates v3.0.4
11472023-11-28T01:57:54.512Z Downloaded dirs-sys v0.4.1
11482023-11-28T01:57:54.512Z Downloaded pest_generator v2.7.2
11492023-11-28T01:57:54.512Z Downloaded ctr v0.9.2
11502023-11-28T01:57:54.512Z Downloaded tokio-macros v2.2.0
11512023-11-28T01:57:54.512Z Downloaded atomic-waker v1.1.1
11522023-11-28T01:57:54.512Z Downloaded proc-macro-crate v1.3.1
11532023-11-28T01:57:54.512Z Downloaded aead v0.5.2
11542023-11-28T01:57:54.512Z Downloaded num-derive v0.4.0
11552023-11-28T01:57:54.512Z Downloaded num v0.4.1
11562023-11-28T01:57:54.512Z Downloaded dirs-next v2.0.0
11572023-11-28T01:57:54.512Z Downloaded debug-ignore v1.0.5
11582023-11-28T01:57:54.512Z Downloaded bit-set v0.5.3
11592023-11-28T01:57:54.512Z Downloaded postcard-cobs v0.1.5-pre
11602023-11-28T01:57:54.512Z Downloaded dof v0.1.5
11612023-11-28T01:57:54.512Z Downloaded colored v2.0.4
11622023-11-28T01:57:54.512Z Downloaded toolchain_find v0.2.0
11632023-11-28T01:57:54.512Z Downloaded addr2line v0.21.0
11642023-11-28T01:57:54.512Z Downloaded pest_derive v2.7.2
11652023-11-28T01:57:54.512Z Downloaded blake2 v0.10.6
11662023-11-28T01:57:54.512Z Downloaded async-trait v0.1.74
11672023-11-28T01:57:54.512Z Downloaded postcard v0.7.3
11682023-11-28T01:57:54.512Z Downloaded pest_meta v2.7.2
11692023-11-28T01:57:54.512Z Downloaded data-encoding v2.4.0
11702023-11-28T01:57:54.512Z Downloaded chacha20 v0.9.1
11712023-11-28T01:57:54.512Z Downloaded equivalent v1.0.1
11722023-11-28T01:57:54.512Z Downloaded mime v0.3.17
11732023-11-28T01:57:54.512Z Downloaded precomputed-hash v0.1.1
11742023-11-28T01:57:54.512Z Downloaded pkcs8 v0.10.2
11752023-11-28T01:57:54.512Z Downloaded password-hash v0.4.2
11762023-11-28T01:57:54.513Z Downloaded bitflags v2.4.0
11772023-11-28T01:57:54.513Z Downloaded waitgroup v0.1.2
11782023-11-28T01:57:54.513Z Downloaded parking_lot_core v0.9.8
11792023-11-28T01:57:54.513Z Downloaded clap_lex v0.5.1
11802023-11-28T01:57:54.513Z Downloaded bit-vec v0.6.3
11812023-11-28T01:57:54.513Z Downloaded base16ct v0.2.0
11822023-11-28T01:57:54.513Z Downloaded pem v3.0.2
11832023-11-28T01:57:54.513Z Downloaded pin-project-lite v0.2.13
11842023-11-28T01:57:54.513Z Downloaded pin-project-internal v1.1.3
11852023-11-28T01:57:54.513Z Downloaded parking_lot_core v0.8.6
11862023-11-28T01:57:54.513Z Downloaded r2d2 v0.8.10
11872023-11-28T01:57:54.514Z Downloaded pbkdf2 v0.11.0
11882023-11-28T01:57:54.514Z Downloaded quote v1.0.33
11892023-11-28T01:57:54.514Z Downloaded ahash v0.8.3
11902023-11-28T01:57:54.514Z Downloaded dtrace-parser v0.1.14
11912023-11-28T01:57:54.514Z Downloaded pretty-hex v0.3.0
11922023-11-28T01:57:54.516Z Downloaded cfg-if v0.1.10
11932023-11-28T01:57:54.516Z Downloaded ppv-lite86 v0.2.17
11942023-11-28T01:57:54.516Z Downloaded nibble_vec v0.1.0
11952023-11-28T01:57:54.516Z Downloaded memoffset v0.9.0
11962023-11-28T01:57:54.516Z Downloaded convert_case v0.4.0
11972023-11-28T01:57:54.516Z Downloaded bitflags v1.3.2
11982023-11-28T01:57:54.516Z Downloaded anstyle v1.0.2
11992023-11-28T01:57:54.516Z Downloaded autocfg v1.1.0
12002023-11-28T01:57:54.516Z Downloaded colorchoice v1.0.0
12012023-11-28T01:57:54.516Z Downloaded diesel_table_macro_syntax v0.1.0
12022023-11-28T01:57:54.516Z Downloaded pbkdf2 v0.12.2
12032023-11-28T01:57:54.516Z Downloaded backoff v0.4.0
12042023-11-28T01:57:54.516Z Downloaded camino-tempfile v1.0.2
12052023-11-28T01:57:54.517Z Downloaded argon2 v0.5.2
12062023-11-28T01:57:54.517Z Downloaded opaque-debug v0.3.0
12072023-11-28T01:57:54.517Z Downloaded blowfish v0.9.1
12082023-11-28T01:57:54.517Z Downloaded bcrypt-pbkdf v0.10.0
12092023-11-28T01:57:54.517Z Downloaded block-padding v0.3.3
12102023-11-28T01:57:54.830Z Compiling proc-macro2 v1.0.69
12112023-11-28T01:57:54.830Z Compiling unicode-ident v1.0.12
12122023-11-28T01:57:54.834Z Compiling libc v0.2.150
12132023-11-28T01:57:54.834Z Compiling serde v1.0.192
12142023-11-28T01:57:54.834Z Compiling autocfg v1.1.0
12152023-11-28T01:57:54.863Z Compiling version_check v0.9.4
12162023-11-28T01:57:54.870Z Compiling cfg-if v1.0.0
12172023-11-28T01:57:54.881Z Compiling syn v1.0.109
12182023-11-28T01:57:55.181Z Compiling parking_lot_core v0.9.8
12192023-11-28T01:57:55.210Z Compiling typenum v1.16.0
12202023-11-28T01:57:56.191Z Compiling libm v0.2.7
12212023-11-28T01:57:56.220Z Compiling lock_api v0.4.10
12222023-11-28T01:57:57.170Z Compiling generic-array v0.14.7
12232023-11-28T01:57:57.170Z Compiling once_cell v1.18.0
12242023-11-28T01:57:57.267Z Compiling num-traits v0.2.16
12252023-11-28T01:57:57.271Z Compiling thiserror v1.0.49
12262023-11-28T01:57:57.577Z Compiling futures-core v0.3.29
12272023-11-28T01:57:57.603Z Compiling serde_json v1.0.108
12282023-11-28T01:57:57.625Z Compiling slab v0.4.9
12292023-11-28T01:57:57.760Z Compiling futures-channel v0.3.29
12302023-11-28T01:57:57.971Z Compiling futures-task v0.3.29
12312023-11-28T01:57:58.054Z Compiling memchr v2.6.3
12322023-11-28T01:57:58.080Z Compiling futures-util v0.3.29
12332023-11-28T01:57:58.080Z Compiling itoa v1.0.9
12342023-11-28T01:57:58.232Z Compiling pkg-config v0.3.27
12352023-11-28T01:57:58.554Z Compiling quote v1.0.33
12362023-11-28T01:57:58.951Z Compiling scopeguard v1.2.0
12372023-11-28T01:57:59.140Z Compiling syn v2.0.32
12382023-11-28T01:57:59.726Z Compiling cc v1.0.83
12392023-11-28T01:58:00.141Z Compiling getrandom v0.2.10
12402023-11-28T01:58:00.597Z Compiling rand_core v0.6.4
12412023-11-28T01:58:00.980Z Compiling log v0.4.20
12422023-11-28T01:58:01.414Z Compiling heck v0.4.1
12432023-11-28T01:58:02.068Z Compiling ryu v1.0.15
12442023-11-28T01:58:02.346Z Compiling smallvec v1.11.0
12452023-11-28T01:58:02.647Z Compiling schemars v0.8.13
12462023-11-28T01:58:02.980Z Compiling vcpkg v0.2.15
12472023-11-28T01:58:03.184Z Compiling subtle v2.5.0
12482023-11-28T01:58:03.319Z Compiling httparse v1.8.0
12492023-11-28T01:58:03.681Z Compiling indexmap v1.9.3
12502023-11-28T01:58:03.932Z Compiling hashbrown v0.14.2
12512023-11-28T01:58:04.109Z Compiling equivalent v1.0.1
12522023-11-28T01:58:04.286Z Compiling pin-project-lite v0.2.13
12532023-11-28T01:58:04.491Z Compiling semver v1.0.20
12542023-11-28T01:58:04.866Z Compiling ring v0.17.5
12552023-11-28T01:58:05.403Z Compiling ring v0.16.20
12562023-11-28T01:58:06.006Z Compiling parking_lot v0.12.1
12572023-11-28T01:58:06.737Z Compiling openssl-sys v0.9.93
12582023-11-28T01:58:06.807Z Compiling ahash v0.8.3
12592023-11-28T01:58:07.216Z Compiling fnv v1.0.7
12602023-11-28T01:58:07.847Z Compiling openssl v0.10.57
12612023-11-28T01:58:08.313Z Compiling signal-hook-registry v1.4.1
12622023-11-28T01:58:08.472Z Compiling ucd-trie v0.1.6
12632023-11-28T01:58:08.489Z Compiling rustls v0.21.9
12642023-11-28T01:58:08.688Z Compiling iana-time-zone v0.1.57
12652023-11-28T01:58:09.336Z Compiling mio v0.8.9
12662023-11-28T01:58:09.536Z Compiling native-tls v0.2.11
12672023-11-28T01:58:10.006Z Compiling socket2 v0.5.5
12682023-11-28T01:58:10.030Z Compiling num_cpus v1.16.0
12692023-11-28T01:58:10.371Z Compiling byteorder v1.5.0
12702023-11-28T01:58:10.725Z Compiling spin v0.5.2
12712023-11-28T01:58:11.386Z Compiling async-trait v0.1.74
12722023-11-28T01:58:11.392Z Compiling futures-sink v0.3.29
12732023-11-28T01:58:11.517Z Compiling dyn-clone v1.0.13
12742023-11-28T01:58:11.615Z Compiling serde_derive_internals v0.26.0
12752023-11-28T01:58:11.814Z Compiling aho-corasick v1.0.4
12762023-11-28T01:58:12.388Z Compiling rustix v0.38.9
12772023-11-28T01:58:12.418Z Compiling const-oid v0.9.5
12782023-11-28T01:58:12.492Z Compiling tinyvec_macros v0.1.1
12792023-11-28T01:58:12.625Z Compiling regex-syntax v0.8.2
12802023-11-28T01:58:13.488Z Compiling tinyvec v1.6.0
12812023-11-28T01:58:15.485Z Compiling hashbrown v0.13.2
12822023-11-28T01:58:15.727Z Compiling backtrace v0.3.69
12832023-11-28T01:58:16.094Z Compiling winnow v0.5.15
12842023-11-28T01:58:16.342Z Compiling futures-io v0.3.29
12852023-11-28T01:58:16.384Z Compiling pin-utils v0.1.0
12862023-11-28T01:58:16.808Z Compiling unicode-normalization v0.1.22
12872023-11-28T01:58:17.066Z Compiling spin v0.9.8
12882023-11-28T01:58:17.386Z Compiling tracing-core v0.1.31
12892023-11-28T01:58:18.018Z Compiling unicode-bidi v0.3.13
12902023-11-28T01:58:18.613Z Compiling regex-automata v0.4.3
12912023-11-28T01:58:20.060Z Compiling crc32fast v1.3.2
12922023-11-28T01:58:20.178Z Compiling anyhow v1.0.75
12932023-11-28T01:58:20.756Z Compiling cpufeatures v0.2.9
12942023-11-28T01:58:21.733Z Compiling time-core v0.1.1
12952023-11-28T01:58:21.970Z Compiling base64 v0.21.5
12962023-11-28T01:58:22.105Z Compiling time-macros v0.2.13
12972023-11-28T01:58:23.335Z Compiling serde_derive v1.0.192
12982023-11-28T01:58:23.970Z Compiling zeroize_derive v1.4.2
12992023-11-28T01:58:24.008Z Compiling thiserror-impl v1.0.49
13002023-11-28T01:58:24.580Z Compiling tokio-macros v2.2.0
13012023-11-28T01:58:25.690Z Compiling futures-macro v0.3.29
13022023-11-28T01:58:26.778Z Compiling zeroize v1.6.0
13032023-11-28T01:58:27.304Z Compiling tracing-attributes v0.1.26
13042023-11-28T01:58:27.431Z Compiling schemars_derive v0.8.13
13052023-11-28T01:58:27.858Z Compiling openssl-macros v0.1.1
13062023-11-28T01:58:29.803Z Compiling crypto-common v0.1.6
13072023-11-28T01:58:29.885Z Compiling pest v2.7.2
13082023-11-28T01:58:30.301Z Compiling block-buffer v0.10.4
13092023-11-28T01:58:31.129Z Compiling digest v0.10.7
13102023-11-28T01:58:31.474Z Compiling regex v1.10.2
13112023-11-28T01:58:33.602Z Compiling num-integer v0.1.45
13122023-11-28T01:58:33.847Z Compiling unicode-xid v0.2.4
13132023-11-28T01:58:33.917Z Compiling tracing v0.1.37
13142023-11-28T01:58:34.033Z Compiling openssl-probe v0.1.5
13152023-11-28T01:58:34.096Z Compiling untrusted v0.7.1
13162023-11-28T01:58:34.463Z Compiling hashbrown v0.12.3
13172023-11-28T01:58:34.631Z Compiling untrusted v0.9.0
13182023-11-28T01:58:34.634Z Compiling foreign-types-shared v0.1.1
13192023-11-28T01:58:34.783Z Compiling slog v2.7.0
13202023-11-28T01:58:34.827Z Compiling unicode-width v0.1.11
13212023-11-28T01:58:34.866Z Compiling percent-encoding v2.3.0
13222023-11-28T01:58:35.082Z Compiling foreign-types v0.3.2
13232023-11-28T01:58:35.429Z Compiling synstructure v0.12.6
13242023-11-28T01:58:38.548Z Compiling errno v0.3.2
13252023-11-28T01:58:38.916Z Compiling try-lock v0.2.4
13262023-11-28T01:58:39.133Z Compiling ppv-lite86 v0.2.17
13272023-11-28T01:58:39.455Z Compiling want v0.3.1
13282023-11-28T01:58:40.646Z Compiling zerocopy-derive v0.2.0
13292023-11-28T01:58:41.395Z Compiling sct v0.7.0
13302023-11-28T01:58:41.521Z Compiling rustls-webpki v0.101.7
13312023-11-28T01:58:41.551Z Compiling form_urlencoded v1.2.0
13322023-11-28T01:58:41.872Z Compiling pest_meta v2.7.2
13332023-11-28T01:58:42.324Z Compiling socket2 v0.4.9
13342023-11-28T01:58:43.429Z Compiling httpdate v1.0.3
13352023-11-28T01:58:43.695Z Compiling io-lifetimes v1.0.11
13362023-11-28T01:58:43.934Z Compiling tower-service v0.3.2
13372023-11-28T01:58:44.086Z Compiling pest_generator v2.7.2
13382023-11-28T01:58:44.783Z Compiling rustls-pemfile v1.0.3
13392023-11-28T01:58:45.352Z Compiling idna v0.4.0
13402023-11-28T01:58:45.429Z Compiling lazy_static v1.4.0
13412023-11-28T01:58:45.597Z Compiling crossbeam-utils v0.8.16
13422023-11-28T01:58:46.852Z Compiling adler v1.0.2
13432023-11-28T01:58:46.996Z Compiling url v2.4.1
13442023-11-28T01:58:47.188Z Compiling miniz_oxide v0.7.1
13452023-11-28T01:58:48.095Z Compiling bytes v1.5.0
13462023-11-28T01:58:49.303Z Compiling indexmap v2.1.0
13472023-11-28T01:58:49.848Z Compiling uuid v1.6.1
13482023-11-28T01:58:50.180Z Compiling chrono v0.4.31
13492023-11-28T01:58:50.425Z Compiling http v0.2.11
13502023-11-28T01:58:50.449Z Compiling tokio v1.34.0
13512023-11-28T01:58:51.390Z Compiling serde_spanned v0.6.4
13522023-11-28T01:58:51.747Z Compiling toml_datetime v0.6.5
13532023-11-28T01:58:52.440Z Compiling bitflags v2.4.0
13542023-11-28T01:58:53.109Z Compiling toml_edit v0.19.15
13552023-11-28T01:58:53.467Z Compiling rustc_version v0.4.0
13562023-11-28T01:58:54.777Z Compiling http-body v0.4.5
13572023-11-28T01:58:56.753Z Compiling openapiv3 v2.0.0-rc.1
13582023-11-28T01:58:58.227Z Compiling pest_derive v2.7.2
13592023-11-28T01:59:00.830Z Compiling rustls-native-certs v0.6.3
13602023-11-28T01:59:01.479Z Compiling rand_chacha v0.3.1
13612023-11-28T01:59:02.004Z Compiling usdt-impl v0.3.5
13622023-11-28T01:59:02.502Z Compiling rustix v0.37.23
13632023-11-28T01:59:04.431Z Compiling tokio-util v0.7.10
13642023-11-28T01:59:06.336Z Compiling h2 v0.3.21
13652023-11-28T01:59:06.354Z Compiling tokio-native-tls v0.3.1
13662023-11-28T01:59:06.631Z Compiling tokio-rustls v0.24.1
13672023-11-28T01:59:06.781Z Compiling ipnet v2.8.0
13682023-11-28T01:59:06.885Z Compiling rand v0.8.5
13692023-11-28T01:59:07.267Z Compiling serde_urlencoded v0.7.1
13702023-11-28T01:59:08.360Z Compiling encoding_rs v0.8.33
13712023-11-28T01:59:08.838Z Compiling gimli v0.28.0
13722023-11-28T01:59:09.857Z Compiling mime v0.3.17
13732023-11-28T01:59:10.662Z Compiling webpki-roots v0.25.2
13742023-11-28T01:59:11.105Z Compiling zerocopy v0.3.0
13752023-11-28T01:59:11.778Z Compiling object v0.32.1
13762023-11-28T01:59:15.954Z Compiling num-bigint v0.4.4
13772023-11-28T01:59:18.217Z Compiling rustc-demangle v0.1.23
13782023-11-28T01:59:18.217Z Compiling dof v0.1.5
13792023-11-28T01:59:18.218Z Compiling flate2 v1.0.28
13802023-11-28T01:59:18.218Z Compiling addr2line v0.21.0
13812023-11-28T01:59:19.737Z Compiling dtrace-parser v0.1.14
13822023-11-28T01:59:19.737Z Compiling heapless v0.7.16
13832023-11-28T01:59:19.737Z Compiling serde_tokenstream v0.2.0
13842023-11-28T01:59:19.737Z Compiling bzip2-sys v0.1.11+1.0.8
13852023-11-28T01:59:19.737Z Compiling hyper v0.14.27
13862023-11-28T01:59:19.737Z Compiling thread-id v4.2.0
13872023-11-28T01:59:19.737Z Compiling signal-hook v0.3.17
13882023-11-28T01:59:19.737Z Compiling rustversion v1.0.14
13892023-11-28T01:59:41.957Z Compiling toml v0.7.8
13902023-11-28T01:59:42.738Z Compiling toml_edit v0.21.0
13912023-11-28T01:59:43.005Z Compiling hex v0.4.3
13922023-11-28T01:59:43.005Z Compiling serde_tokenstream v0.1.7
13932023-11-28T01:59:43.005Z Compiling zerocopy-derive v0.6.4
13942023-11-28T01:59:43.005Z Compiling regress v0.7.1
13952023-11-28T01:59:43.005Z Compiling memoffset v0.9.0
13962023-11-28T01:59:43.005Z Compiling strsim v0.10.0
13972023-11-28T01:59:43.005Z Compiling bitflags v1.3.2
13982023-11-28T01:59:43.005Z Compiling smoltcp v0.9.1
13992023-11-28T01:59:43.005Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14002023-11-28T01:59:43.005Z Compiling doc-comment v0.3.3
14012023-11-28T01:59:43.005Z Compiling hyper-tls v0.5.0
14022023-11-28T01:59:43.005Z Compiling hyper-rustls v0.24.2
14032023-11-28T01:59:43.005Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14042023-11-28T01:59:43.005Z Compiling strum_macros v0.25.2
14052023-11-28T01:59:43.005Z Compiling reqwest v0.11.22
14062023-11-28T01:59:43.005Z Compiling usdt-macro v0.3.5
14072023-11-28T01:59:43.005Z Compiling usdt-attr-macro v0.3.5
14082023-11-28T01:59:43.005Z Compiling enum-as-inner v0.5.1
14092023-11-28T01:59:43.005Z Compiling num-iter v0.1.43
14102023-11-28T01:59:43.005Z Compiling crossbeam-epoch v0.9.15
14112023-11-28T01:59:43.005Z Compiling siphasher v0.3.11
14122023-11-28T01:59:43.005Z Compiling unicode-segmentation v1.10.1
14132023-11-28T01:59:43.005Z Compiling hubpack_derive v0.1.1
14142023-11-28T01:59:43.005Z Compiling pin-project-internal v1.1.3
14152023-11-28T01:59:43.005Z Compiling anstyle v1.0.2
14162023-11-28T01:59:43.005Z Compiling deranged v0.3.8
14172023-11-28T01:59:43.005Z Compiling num_threads v0.1.6
14182023-11-28T01:59:43.005Z Compiling utf8parse v0.2.1
14192023-11-28T01:59:43.005Z Compiling anstyle-parse v0.2.1
14202023-11-28T01:59:43.005Z Compiling sha2 v0.10.8
14212023-11-28T01:59:43.005Z Compiling time v0.3.27
14222023-11-28T01:59:43.005Z Compiling hmac v0.12.1
14232023-11-28T01:59:43.005Z Compiling md-5 v0.10.5
14242023-11-28T01:59:43.308Z Compiling block-padding v0.3.3
14252023-11-28T01:59:43.697Z Compiling clap_derive v4.4.2
14262023-11-28T01:59:43.858Z Compiling stringprep v0.1.3
14272023-11-28T01:59:44.220Z Compiling hash32 v0.2.1
14282023-11-28T01:59:44.776Z Compiling diesel_table_macro_syntax v0.1.0
14292023-11-28T01:59:45.418Z Compiling fallible-iterator v0.2.0
14302023-11-28T01:59:46.472Z Compiling stable_deref_trait v1.2.0
14312023-11-28T01:59:46.611Z Compiling either v1.9.0
14322023-11-28T01:59:46.639Z Compiling colorchoice v1.0.0
14332023-11-28T01:59:46.854Z Compiling anstyle-query v1.0.0
14342023-11-28T01:59:47.036Z Compiling anstream v0.5.0
14352023-11-28T01:59:47.853Z Compiling postgres-protocol v0.6.6
14362023-11-28T01:59:49.471Z Compiling diesel_derives v2.1.1
14372023-11-28T01:59:50.290Z Compiling terminal_size v0.2.6
14382023-11-28T01:59:50.557Z Compiling inout v0.1.3
14392023-11-28T01:59:52.081Z Compiling phf_shared v0.11.2
14402023-11-28T01:59:53.170Z Compiling getopts v0.2.21
14412023-11-28T01:59:53.202Z Compiling snafu-derive v0.7.5
14422023-11-28T01:59:53.319Z Compiling serde_repr v0.1.16
14432023-11-28T01:59:53.512Z Compiling scheduled-thread-pool v0.2.7
14442023-11-28T01:59:54.835Z Compiling regex-automata v0.1.10
14452023-11-28T01:59:54.900Z Compiling unsafe-libyaml v0.2.9
14462023-11-28T01:59:55.198Z Compiling clap_lex v0.5.1
14472023-11-28T01:59:56.161Z Compiling bit-vec v0.6.3
14482023-11-28T01:59:56.834Z Compiling matches v0.1.10
14492023-11-28T01:59:57.195Z Compiling managed v0.8.0
14502023-11-28T01:59:57.316Z Compiling serde_yaml v0.9.25
14512023-11-28T01:59:58.050Z Compiling idna v0.2.3
14522023-11-28T02:00:00.708Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14532023-11-28T02:00:00.822Z Compiling clap_builder v4.4.2
14542023-11-28T02:00:01.653Z Compiling bstr v0.2.17
14552023-11-28T02:00:04.303Z Compiling r2d2 v0.8.10
14562023-11-28T02:00:07.055Z Compiling phf v0.11.2
14572023-11-28T02:00:07.514Z Compiling signal-hook-mio v0.2.3
14582023-11-28T02:00:07.713Z Compiling cipher v0.4.4
14592023-11-28T02:00:08.551Z Compiling bzip2 v0.4.4
14602023-11-28T02:00:08.947Z Compiling postgres-types v0.2.6
14612023-11-28T02:00:09.173Z Compiling itertools v0.11.0
14622023-11-28T02:00:09.342Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14632023-11-28T02:00:09.557Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14642023-11-28T02:00:11.574Z Compiling pin-project v1.1.3
14652023-11-28T02:00:11.638Z Compiling hubpack v0.1.2
14662023-11-28T02:00:12.598Z Compiling phf_shared v0.10.0
14672023-11-28T02:00:13.407Z Compiling zerocopy v0.6.4
14682023-11-28T02:00:13.981Z Compiling ipnetwork v0.20.0
14692023-11-28T02:00:14.016Z Compiling futures-executor v0.3.29
14702023-11-28T02:00:14.996Z Compiling float-cmp v0.9.0
14712023-11-28T02:00:15.351Z Compiling data-encoding v2.4.0
14722023-11-28T02:00:15.485Z Compiling fixedbitset v0.4.2
14732023-11-28T02:00:16.188Z Compiling predicates-core v1.0.6
14742023-11-28T02:00:16.890Z Compiling whoami v1.4.1
14752023-11-28T02:00:17.201Z Compiling normalize-line-endings v0.3.0
14762023-11-28T02:00:17.377Z Compiling precomputed-hash v0.1.1
14772023-11-28T02:00:17.534Z Compiling new_debug_unreachable v1.0.4
14782023-11-28T02:00:17.669Z Compiling regex-automata v0.3.8
14792023-11-28T02:00:19.418Z Compiling difflib v0.4.0
14802023-11-28T02:00:20.030Z Compiling static_assertions v1.1.0
14812023-11-28T02:00:20.771Z Compiling bstr v1.6.0
14822023-11-28T02:00:21.856Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14832023-11-28T02:00:22.135Z Compiling predicates v3.0.4
14842023-11-28T02:00:22.260Z Compiling trust-dns-proto v0.22.0
14852023-11-28T02:00:22.456Z Compiling string_cache v0.8.7
14862023-11-28T02:00:22.687Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14872023-11-28T02:00:23.052Z Compiling tokio-postgres v0.7.10
14882023-11-28T02:00:23.175Z Compiling diesel v2.1.4
14892023-11-28T02:00:23.386Z Compiling petgraph v0.6.4
14902023-11-28T02:00:30.447Z Compiling futures v0.3.29
14912023-11-28T02:00:31.498Z Compiling snafu v0.7.5
14922023-11-28T02:00:32.718Z Compiling yasna v0.5.2
14932023-11-28T02:00:32.944Z Compiling zip v0.6.6
14942023-11-28T02:00:35.277Z Compiling crossterm v0.27.0
14952023-11-28T02:00:35.972Z Compiling clap v4.4.3
14962023-11-28T02:00:36.852Z Compiling similar v2.2.1
14972023-11-28T02:00:36.920Z Compiling bit-set v0.5.3
14982023-11-28T02:00:37.337Z Compiling itertools v0.10.5
14992023-11-28T02:00:41.081Z Compiling usdt v0.3.5
15002023-11-28T02:00:41.602Z Compiling signature v2.1.0
15012023-11-28T02:00:41.818Z Compiling tokio-stream v0.1.14
15022023-11-28T02:00:41.959Z Compiling console v0.15.7
15032023-11-28T02:00:42.375Z Compiling lalrpop-util v0.19.12
15042023-11-28T02:01:24.998Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15052023-11-28T02:01:31.025Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15062023-11-28T02:01:32.310Z Compiling sha1 v0.10.6
15072023-11-28T02:01:32.808Z Compiling atty v0.2.14
15082023-11-28T02:01:33.139Z Compiling match_cfg v0.1.0
15092023-11-28T02:01:39.441Z Compiling hostname v0.3.1
15102023-11-28T02:01:41.119Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15112023-11-28T02:01:51.456Z Compiling dirs-sys-next v0.1.2
15122023-11-28T02:01:51.648Z Compiling dirs-next v2.0.0
15132023-11-28T02:01:51.648Z Compiling thread_local v1.1.7
15142023-11-28T02:01:51.648Z Compiling camino v1.1.6
15152023-11-28T02:01:51.648Z Compiling ident_case v1.0.1
15162023-11-28T02:01:51.648Z Compiling slog-async v2.8.0
15172023-11-28T02:01:51.648Z Compiling darling_core v0.20.3
15182023-11-28T02:01:51.705Z Compiling term v0.7.0
15192023-11-28T02:01:51.705Z Compiling crossbeam-channel v0.5.8
15202023-11-28T02:01:51.705Z Compiling multer v2.1.0
15212023-11-28T02:01:51.705Z Compiling instant v0.1.12
15222023-11-28T02:01:51.705Z Compiling take_mut v0.2.2
15232023-11-28T02:01:51.705Z Compiling paste v1.0.14
15242023-11-28T02:01:51.705Z Compiling slog-term v2.9.0
15252023-11-28T02:01:51.705Z Compiling slog-json v2.6.1
15262023-11-28T02:01:51.705Z Compiling async-stream-impl v0.3.5
15272023-11-28T02:01:51.705Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15282023-11-28T02:01:51.705Z Compiling atomic-waker v1.1.1
15292023-11-28T02:01:51.705Z Compiling slog-bunyan v2.4.0
15302023-11-28T02:01:51.705Z Compiling waitgroup v0.1.2
15312023-11-28T02:01:51.705Z Compiling toml v0.8.8
15322023-11-28T02:01:51.705Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15332023-11-28T02:01:51.705Z Compiling serde_path_to_error v0.1.14
15342023-11-28T02:01:51.705Z Compiling async-stream v0.3.5
15352023-11-28T02:01:51.705Z Compiling structmeta-derive v0.2.0
15362023-11-28T02:01:51.706Z Compiling debug-ignore v1.0.5
15372023-11-28T02:01:51.706Z Compiling strum v0.25.0
15382023-11-28T02:01:52.178Z Compiling regex-syntax v0.7.5
15392023-11-28T02:01:52.178Z Compiling backoff v0.4.0
15402023-11-28T02:01:52.178Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15412023-11-28T02:01:52.288Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15422023-11-28T02:01:52.526Z Compiling macaddr v1.0.1
15432023-11-28T02:01:52.740Z Compiling proc-macro-error-attr v1.0.4
15442023-11-28T02:01:53.078Z Compiling proc-macro-crate v1.3.1
15452023-11-28T02:01:53.243Z Compiling proc-macro-error v1.0.4
15462023-11-28T02:01:53.896Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15472023-11-28T02:01:54.528Z Compiling same-file v1.0.6
15482023-11-28T02:01:54.871Z Compiling postcard-cobs v0.1.5-pre
15492023-11-28T02:01:54.947Z Compiling num_enum_derive v0.5.11
15502023-11-28T02:01:55.319Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15512023-11-28T02:01:55.785Z Compiling postcard v0.7.3
15522023-11-28T02:01:55.828Z Compiling walkdir v2.4.0
15532023-11-28T02:01:56.258Z Compiling darling_macro v0.20.3
15542023-11-28T02:01:56.579Z Compiling structmeta v0.2.0
15552023-11-28T02:01:56.610Z Compiling smoltcp v0.8.2
15562023-11-28T02:01:57.103Z Compiling semver-parser v0.10.2
15572023-11-28T02:01:57.214Z Compiling foreign-types-macros v0.2.3
15582023-11-28T02:01:57.862Z Compiling darling v0.20.3
15592023-11-28T02:01:59.442Z Compiling serde_with_macros v2.3.3
15602023-11-28T02:01:59.468Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15612023-11-28T02:01:59.594Z Compiling num_enum v0.5.11
15622023-11-28T02:01:59.793Z Compiling cfg-if v0.1.10
15632023-11-28T02:01:59.818Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15642023-11-28T02:01:59.933Z Compiling crucible-workspace-hack v0.1.0
15652023-11-28T02:02:00.247Z Compiling foreign-types-shared v0.3.1
15662023-11-28T02:02:00.359Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15672023-11-28T02:02:00.420Z Compiling fastrand v2.0.0
15682023-11-28T02:02:00.645Z Compiling foreign-types v0.5.0
15692023-11-28T02:02:00.877Z Compiling semver v0.11.0
15702023-11-28T02:02:01.189Z Compiling tempfile v3.8.0
15712023-11-28T02:02:01.608Z Compiling is-terminal v0.4.9
15722023-11-28T02:02:01.796Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15732023-11-28T02:02:02.181Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15742023-11-28T02:02:02.571Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-11-28T02:02:02.615Z Compiling serde_with v2.3.3
15762023-11-28T02:02:03.317Z Compiling parse-display-derive v0.8.2
15772023-11-28T02:02:03.522Z Compiling cstr-argument v0.1.2
15782023-11-28T02:02:03.885Z Compiling xattr v1.0.1
15792023-11-28T02:02:04.057Z Compiling filetime v0.2.22
15802023-11-28T02:02:04.387Z Compiling pretty-hex v0.2.1
15812023-11-28T02:02:04.610Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15822023-11-28T02:02:04.663Z Compiling home v0.5.5
15832023-11-28T02:02:05.053Z Compiling toolchain_find v0.2.0
15842023-11-28T02:02:05.084Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15852023-11-28T02:02:05.448Z Compiling tar v0.4.40
15862023-11-28T02:02:05.930Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15872023-11-28T02:02:06.213Z Compiling colored v2.0.4
15882023-11-28T02:02:06.389Z Compiling textwrap v0.11.0
15892023-11-28T02:02:06.873Z Compiling heck v0.3.3
15902023-11-28T02:02:07.240Z Compiling toml v0.5.11
15912023-11-28T02:02:07.368Z Compiling ansi_term v0.12.1
15922023-11-28T02:02:07.494Z Compiling libefi-sys v0.1.0
15932023-11-28T02:02:07.859Z Compiling strsim v0.8.0
15942023-11-28T02:02:07.926Z Compiling platforms v3.0.2
15952023-11-28T02:02:08.228Z Compiling vec_map v0.8.2
15962023-11-28T02:02:08.684Z Compiling clap v2.34.0
15972023-11-28T02:02:08.787Z Compiling structopt-derive v0.4.18
15982023-11-28T02:02:08.860Z Compiling omicron-zone-package v0.9.1
15992023-11-28T02:02:09.610Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16002023-11-28T02:02:10.994Z Compiling parse-display v0.8.2
16012023-11-28T02:02:11.282Z Compiling rustfmt-wrapper v0.2.0
16022023-11-28T02:02:12.281Z Compiling zone_cfg_derive v0.3.0
16032023-11-28T02:02:12.599Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16042023-11-28T02:02:13.625Z Compiling num-derive v0.4.0
16052023-11-28T02:02:13.773Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16062023-11-28T02:02:14.410Z Compiling base64ct v1.6.0
16072023-11-28T02:02:14.817Z Compiling zone v0.3.0
16082023-11-28T02:02:15.988Z Compiling structopt v0.3.26
16092023-11-28T02:02:15.991Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16102023-11-28T02:02:15.991Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16112023-11-28T02:02:16.296Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16122023-11-28T02:02:16.758Z Compiling smf v0.2.2
16132023-11-28T02:02:17.252Z Compiling unicase v2.7.0
16142023-11-28T02:02:17.275Z Compiling curve25519-dalek v4.1.0
16152023-11-28T02:02:17.416Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16162023-11-28T02:02:17.570Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16172023-11-28T02:02:17.702Z Compiling universal-hash v0.5.1
16182023-11-28T02:02:17.955Z Compiling opaque-debug v0.3.0
16192023-11-28T02:02:17.994Z Compiling hkdf v0.12.3
16202023-11-28T02:02:18.098Z Compiling curve25519-dalek-derive v0.1.0
16212023-11-28T02:02:18.197Z Compiling num-rational v0.4.1
16222023-11-28T02:02:18.323Z Compiling getrandom v0.1.16
16232023-11-28T02:02:18.664Z Compiling keccak v0.1.4
16242023-11-28T02:02:19.009Z Compiling linked-hash-map v0.5.6
16252023-11-28T02:02:19.192Z Compiling parking_lot_core v0.8.6
16262023-11-28T02:02:19.448Z Compiling quick-error v1.2.3
16272023-11-28T02:02:19.653Z Compiling resolv-conf v0.7.0
16282023-11-28T02:02:19.656Z Compiling lru-cache v0.1.2
16292023-11-28T02:02:19.959Z Compiling sha3 v0.10.8
16302023-11-28T02:02:21.449Z Compiling password-hash v0.5.0
16312023-11-28T02:02:21.455Z Compiling blake2 v0.10.6
16322023-11-28T02:02:21.455Z Compiling aead v0.5.2
16332023-11-28T02:02:21.522Z Compiling secrecy v0.8.0
16342023-11-28T02:02:21.865Z Compiling num-complex v0.4.4
16352023-11-28T02:02:21.921Z Compiling ff v0.13.0
16362023-11-28T02:02:22.248Z Compiling nibble_vec v0.1.0
16372023-11-28T02:02:22.562Z Compiling slog-dtrace v0.2.3
16382023-11-28T02:02:22.769Z Compiling winapi v0.3.9
16392023-11-28T02:02:23.003Z Compiling convert_case v0.4.0
16402023-11-28T02:02:23.471Z Compiling arc-swap v1.6.0
16412023-11-28T02:02:23.685Z Compiling endian-type v0.1.2
16422023-11-28T02:02:23.733Z Compiling utf-8 v0.7.6
16432023-11-28T02:02:23.879Z Compiling num v0.4.1
16442023-11-28T02:02:24.008Z Compiling radix_trie v0.2.1
16452023-11-28T02:02:24.164Z Compiling tungstenite v0.20.1
16462023-11-28T02:02:24.271Z Compiling slog-scope v4.4.0
16472023-11-28T02:02:24.444Z Compiling group v0.13.0
16482023-11-28T02:02:24.543Z Compiling derive_more v0.99.17
16492023-11-28T02:02:24.546Z Compiling argon2 v0.5.2
16502023-11-28T02:02:24.695Z Compiling mime_guess v2.0.4
16512023-11-28T02:02:25.102Z Compiling rand_core v0.5.1
16522023-11-28T02:02:25.160Z Compiling trust-dns-resolver v0.22.0
16532023-11-28T02:02:26.858Z Compiling poly1305 v0.8.0
16542023-11-28T02:02:27.251Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16552023-11-28T02:02:27.866Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16562023-11-28T02:02:28.334Z Compiling chacha20 v0.9.1
16572023-11-28T02:02:29.051Z Compiling crypto-bigint v0.5.2
16582023-11-28T02:02:29.071Z Compiling thiserror-impl-no-std v2.0.2
16592023-11-28T02:02:29.703Z Compiling ciborium-io v0.2.1
16602023-11-28T02:02:29.706Z Compiling option-ext v0.2.0
16612023-11-28T02:02:29.900Z Compiling half v1.8.2
16622023-11-28T02:02:29.906Z Compiling base16ct v0.2.0
16632023-11-28T02:02:30.334Z Compiling dirs-sys v0.4.1
16642023-11-28T02:02:30.930Z Compiling ciborium-ll v0.2.1
16652023-11-28T02:02:31.363Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16662023-11-28T02:02:31.872Z Compiling parking_lot v0.11.2
16672023-11-28T02:02:32.188Z Compiling elliptic-curve v0.13.5
16682023-11-28T02:02:33.088Z Compiling tokio-tungstenite v0.20.1
16692023-11-28T02:02:33.517Z Compiling rand_chacha v0.2.2
16702023-11-28T02:02:33.885Z Compiling trust-dns-client v0.22.0
16712023-11-28T02:02:34.677Z Compiling thiserror-no-std v2.0.2
16722023-11-28T02:02:34.799Z Compiling slog-stdlog v4.1.1
16732023-11-28T02:02:35.386Z Compiling polyval v0.6.1
16742023-11-28T02:02:35.440Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16752023-11-28T02:02:35.887Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16762023-11-28T02:02:35.915Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16772023-11-28T02:02:35.937Z Compiling password-hash v0.4.2
16782023-11-28T02:02:36.052Z Compiling ed25519 v2.2.2
16792023-11-28T02:02:36.800Z Compiling blowfish v0.9.1
16802023-11-28T02:02:37.501Z Compiling ctr v0.9.2
16812023-11-28T02:02:37.531Z Compiling aes v0.8.3
16822023-11-28T02:02:39.052Z Compiling pbkdf2 v0.12.2
16832023-11-28T02:02:39.209Z Compiling fxhash v0.2.1
16842023-11-28T02:02:39.856Z Compiling cancel-safe-futures v0.1.5
16852023-11-28T02:02:39.937Z Compiling glob v0.3.1
16862023-11-28T02:02:41.675Z Compiling trust-dns-server v0.22.1
16872023-11-28T02:02:42.442Z Compiling sled v0.34.7
16882023-11-28T02:02:43.949Z Compiling bcrypt-pbkdf v0.10.0
16892023-11-28T02:02:44.453Z Compiling pbkdf2 v0.11.0
16902023-11-28T02:02:44.909Z Compiling ed25519-dalek v2.0.0
16912023-11-28T02:02:45.035Z Compiling ghash v0.5.0
16922023-11-28T02:02:45.307Z Compiling slog-envlogger v2.2.0
16932023-11-28T02:02:46.570Z Compiling russh-cryptovec v0.7.0
16942023-11-28T02:02:46.647Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16952023-11-28T02:02:47.022Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16962023-11-28T02:02:49.344Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16972023-11-28T02:02:49.678Z Compiling vsss-rs v3.3.1
16982023-11-28T02:02:49.975Z Compiling rand v0.7.3
16992023-11-28T02:02:54.838Z Compiling ciborium v0.2.1
17002023-11-28T02:02:55.125Z Compiling dirs v5.0.1
17012023-11-28T02:02:55.426Z Compiling chacha20poly1305 v0.10.1
17022023-11-28T02:02:55.777Z Compiling camino-tempfile v1.0.2
17032023-11-28T02:02:56.505Z Compiling cbc v0.1.2
17042023-11-28T02:02:56.864Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17052023-11-28T02:02:57.464Z Compiling pem v3.0.2
17062023-11-28T02:02:57.519Z Compiling headers-core v0.2.0
17072023-11-28T02:02:57.763Z Compiling kstat-rs v0.2.3
17082023-11-28T02:02:58.217Z Compiling pretty-hex v0.3.0
17092023-11-28T02:02:58.520Z Compiling base64 v0.13.1
17102023-11-28T02:02:58.788Z Compiling md5 v0.7.0
17112023-11-28T02:02:58.920Z Compiling http-range v0.1.5
17122023-11-28T02:02:59.483Z Compiling hyper-staticfile v0.9.5
17132023-11-28T02:02:59.507Z Compiling russh-keys v0.38.0
17142023-11-28T02:02:59.618Z Compiling pem v1.1.1
17152023-11-28T02:03:00.725Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17162023-11-28T02:03:01.081Z Compiling rcgen v0.11.3
17172023-11-28T02:03:01.613Z Compiling headers v0.3.9
17182023-11-28T02:03:01.836Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17192023-11-28T02:03:02.500Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17202023-11-28T02:03:02.693Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17212023-11-28T02:03:03.800Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17222023-11-28T02:03:04.764Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17232023-11-28T02:03:05.636Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17242023-11-28T02:03:10.835Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17252023-11-28T02:03:11.085Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17262023-11-28T02:03:11.821Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17272023-11-28T02:03:14.825Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17282023-11-28T02:03:15.849Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17292023-11-28T02:03:19.459Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17302023-11-28T02:03:22.529Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17312023-11-28T02:03:22.899Z Compiling aes-gcm v0.10.3
17322023-11-28T02:03:24.218Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17332023-11-28T02:03:24.271Z Compiling atomicwrites v0.4.2
17342023-11-28T02:03:24.314Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17352023-11-28T02:03:24.795Z Compiling itertools v0.12.0
17362023-11-28T02:03:26.841Z Compiling subprocess v0.2.9
17372023-11-28T02:03:29.847Z Compiling hex-literal v0.4.1
17382023-11-28T02:03:30.075Z Compiling russh v0.39.0
17392023-11-28T02:03:30.379Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17402023-11-28T02:03:33.841Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17412023-11-28T02:03:38.235Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17422023-11-28T02:04:04.074Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17432023-11-28T02:05:22.609Z Finished dev [unoptimized + debuginfo] target(s) in 7m 50s
17442023-11-28T02:05:22.937Z
17452023-11-28T02:05:22.942Zreal 7:50.522369897
17462023-11-28T02:05:22.942Zuser 43:23.003422158
17472023-11-28T02:05:22.942Zsys 6:37.014300463
17482023-11-28T02:05:22.942Ztrap 1.633739020
17492023-11-28T02:05:22.944Ztflt 2.376099375
17502023-11-28T02:05:22.944Zdflt 6.082089999
17512023-11-28T02:05:22.944Zkflt 0.020926938
17522023-11-28T02:05:22.944Zlock 1:22:49.088176369
17532023-11-28T02:05:22.944Zslp 2:03:43.487993505
17542023-11-28T02:05:22.944Zlat 1:58.158977843
17552023-11-28T02:05:22.944Zstop 4:28.230854209
17562023-11-28T02:05:22.944Z+ mkdir -p /work/end-to-end-tests
17572023-11-28T02:05:22.948Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17582023-11-28T02:05:23.835Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17592023-11-28T02:05:23.836Z+ ptime -m gzip
17602023-11-28T02:05:23.840Z++ basename target/debug/bootstrap
17612023-11-28T02:05:40.463Z
17622023-11-28T02:05:40.467Zreal 16.620536827
17632023-11-28T02:05:40.467Zuser 16.444178384
17642023-11-28T02:05:40.467Zsys 0.158503706
17652023-11-28T02:05:40.467Ztrap 0.007539329
17662023-11-28T02:05:40.467Ztflt 0.000000000
17672023-11-28T02:05:40.467Zdflt 0.000000000
17682023-11-28T02:05:40.467Zkflt 0.000000000
17692023-11-28T02:05:40.467Zlock 0.000000000
17702023-11-28T02:05:40.467Zslp 0.000000000
17712023-11-28T02:05:40.467Zlat 0.009943652
17722023-11-28T02:05:40.467Zstop 0.000256269
17732023-11-28T02:05:40.467Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17742023-11-28T02:05:40.467Z+ ptime -m gzip
17752023-11-28T02:05:40.467Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41a12dce93961f06
17762023-11-28T02:05:42.766Z
17772023-11-28T02:05:42.769Zreal 1.077459119
17782023-11-28T02:05:42.769Zuser 1.065683027
17792023-11-28T02:05:42.769Zsys 0.011039543
17802023-11-28T02:05:42.769Ztrap 0.000121958
17812023-11-28T02:05:42.769Ztflt 0.000000000
17822023-11-28T02:05:42.769Zdflt 0.000000000
17832023-11-28T02:05:42.769Zkflt 0.000000000
17842023-11-28T02:05:42.769Zlock 0.000000000
17852023-11-28T02:05:42.769Zslp 0.000000000
17862023-11-28T02:05:42.771Zlat 0.000234065
17872023-11-28T02:05:42.771Zstop 0.000263012
17882023-11-28T02:05:42.771Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17892023-11-28T02:05:42.771Z+ ptime -m gzip
17902023-11-28T02:05:42.771Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-753e572f61c39789
17912023-11-28T02:05:58.560Z
17922023-11-28T02:05:58.560Zreal 17.003731747
17932023-11-28T02:05:58.560Zuser 16.842739090
17942023-11-28T02:05:58.560Zsys 0.156879048
17952023-11-28T02:05:58.560Ztrap 0.002681329
17962023-11-28T02:05:58.560Ztflt 0.000000000
17972023-11-28T02:05:58.563Zdflt 0.000000000
17982023-11-28T02:05:58.563Zkflt 0.000000000
17992023-11-28T02:05:58.563Zlock 0.000000000
18002023-11-28T02:05:58.563Zslp 0.000000000
18012023-11-28T02:05:58.563Zlat 0.001085919
18022023-11-28T02:05:58.563Zstop 0.000231894
18032023-11-28T02:05:58.563Z+ banner caboose-util
18042023-11-28T02:05:58.564Z
18052023-11-28T02:05:58.564Z #### ## ##### #### #### #### ###### # # #####
18062023-11-28T02:05:58.564Z # # # # # # # # # # # # # # #
18072023-11-28T02:05:58.564Z # # # ##### # # # # #### ##### ##### # # #
18082023-11-28T02:05:58.564Z # ###### # # # # # # # # # # #
18092023-11-28T02:05:58.564Z # # # # # # # # # # # # # # # #
18102023-11-28T02:05:58.564Z #### # # ##### #### #### #### ###### #### #
18112023-11-28T02:05:58.564Z
18122023-11-28T02:05:58.564Z+ ptime -m cargo build --locked -p caboose-util --release
18132023-11-28T02:05:59.210Z Downloading crates ...
18142023-11-28T02:05:59.571Z Downloaded path-slash v0.1.5
18152023-11-28T02:05:59.583Z Downloaded radium v0.7.0
18162023-11-28T02:05:59.588Z Downloaded nodrop v0.1.14
18172023-11-28T02:05:59.592Z Downloaded crc-catalog v2.2.0
18182023-11-28T02:05:59.592Z Downloaded funty v2.0.0
18192023-11-28T02:05:59.592Z Downloaded packed_struct_codegen v0.10.1
18202023-11-28T02:05:59.592Z Downloaded termcolor v1.2.0
18212023-11-28T02:05:59.595Z Downloaded wyz v0.5.1
18222023-11-28T02:05:59.598Z Downloaded array-init v0.0.4
18232023-11-28T02:05:59.600Z Downloaded smallvec v0.6.14
18242023-11-28T02:05:59.603Z Downloaded serde-hex v0.1.0
18252023-11-28T02:05:59.603Z Downloaded pkcs1 v0.7.5
18262023-11-28T02:05:59.608Z Downloaded env_logger v0.10.0
18272023-11-28T02:05:59.612Z Downloaded der_derive v0.7.2
18282023-11-28T02:05:59.616Z Downloaded ron v0.8.1
18292023-11-28T02:05:59.625Z Downloaded num-bigint-dig v0.8.4
18302023-11-28T02:05:59.635Z Downloaded object v0.30.4
18312023-11-28T02:05:59.650Z Downloaded x509-cert v0.2.4
18322023-11-28T02:05:59.660Z Downloaded rsa v0.9.2
18332023-11-28T02:05:59.668Z Downloaded crc-any v2.4.3
18342023-11-28T02:05:59.673Z Downloaded bitvec v1.0.1
18352023-11-28T02:05:59.697Z Downloaded bitfield v0.14.0
18362023-11-28T02:05:59.700Z Downloaded tap v1.0.1
18372023-11-28T02:05:59.703Z Downloaded pem-rfc7468 v0.7.0
18382023-11-28T02:05:59.705Z Downloaded maybe-uninit v2.0.0
18392023-11-28T02:05:59.708Z Downloaded packed_struct v0.10.1
18402023-11-28T02:05:59.710Z Downloaded flagset v0.4.3
18412023-11-28T02:05:59.710Z Downloaded crc v3.0.1
18422023-11-28T02:05:59.878Z Compiling proc-macro2 v1.0.69
18432023-11-28T02:05:59.881Z Compiling unicode-ident v1.0.12
18442023-11-28T02:05:59.881Z Compiling libc v0.2.150
18452023-11-28T02:05:59.881Z Compiling autocfg v1.1.0
18462023-11-28T02:05:59.881Z Compiling serde v1.0.192
18472023-11-28T02:05:59.881Z Compiling cfg-if v1.0.0
18482023-11-28T02:05:59.900Z Compiling version_check v0.9.4
18492023-11-28T02:06:00.083Z Compiling syn v1.0.109
18502023-11-28T02:06:00.087Z Compiling parking_lot_core v0.9.8
18512023-11-28T02:06:00.138Z Compiling typenum v1.16.0
18522023-11-28T02:06:00.627Z Compiling libm v0.2.7
18532023-11-28T02:06:00.659Z Compiling futures-core v0.3.29
18542023-11-28T02:06:00.907Z Compiling generic-array v0.14.7
18552023-11-28T02:06:00.979Z Compiling lock_api v0.4.10
18562023-11-28T02:06:01.100Z Compiling num-traits v0.2.16
18572023-11-28T02:06:01.110Z Compiling once_cell v1.18.0
18582023-11-28T02:06:01.296Z Compiling pkg-config v0.3.27
18592023-11-28T02:06:01.390Z Compiling scopeguard v1.2.0
18602023-11-28T02:06:01.705Z Compiling slab v0.4.9
18612023-11-28T02:06:01.726Z Compiling serde_json v1.0.108
18622023-11-28T02:06:01.872Z Compiling futures-channel v0.3.29
18632023-11-28T02:06:02.525Z Compiling quote v1.0.33
18642023-11-28T02:06:02.963Z Compiling futures-task v0.3.29
18652023-11-28T02:06:02.963Z Compiling thiserror v1.0.49
18662023-11-28T02:06:03.011Z Compiling memchr v2.6.3
18672023-11-28T02:06:03.011Z Compiling syn v2.0.32
18682023-11-28T02:06:03.011Z Compiling cc v1.0.83
18692023-11-28T02:06:03.055Z Compiling getrandom v0.2.10
18702023-11-28T02:06:03.350Z Compiling futures-util v0.3.29
18712023-11-28T02:06:03.575Z Compiling itoa v1.0.9
18722023-11-28T02:06:03.803Z Compiling log v0.4.20
18732023-11-28T02:06:04.053Z Compiling smallvec v1.11.0
18742023-11-28T02:06:06.193Z Compiling vcpkg v0.2.15
18752023-11-28T02:06:06.543Z Compiling byteorder v1.5.0
18762023-11-28T02:06:06.543Z Compiling rand_core v0.6.4
18772023-11-28T02:06:06.543Z Compiling parking_lot v0.12.1
18782023-11-28T02:06:07.221Z Compiling pin-project-lite v0.2.13
18792023-11-28T02:06:07.572Z Compiling ring v0.17.5
18802023-11-28T02:06:07.910Z Compiling indexmap v1.9.3
18812023-11-28T02:06:08.437Z Compiling openssl-sys v0.9.93
18822023-11-28T02:06:09.855Z Compiling signal-hook-registry v1.4.1
18832023-11-28T02:06:10.114Z Compiling heck v0.4.1
18842023-11-28T02:06:11.432Z Compiling io-lifetimes v1.0.11
18852023-11-28T02:06:11.705Z Compiling ring v0.16.20
18862023-11-28T02:06:11.705Z Compiling mio v0.8.9
18872023-11-28T02:06:31.854Z Compiling num-integer v0.1.45
18882023-11-28T02:06:32.445Z Compiling ryu v1.0.15
18892023-11-28T02:06:32.445Z Compiling semver v1.0.20
18902023-11-28T02:06:32.445Z Compiling const-oid v0.9.5
18912023-11-28T02:06:32.445Z Compiling spin v0.5.2
18922023-11-28T02:06:32.445Z Compiling rustix v0.37.23
18932023-11-28T02:06:32.445Z Compiling socket2 v0.5.5
18942023-11-28T02:06:32.445Z Compiling num_cpus v1.16.0
18952023-11-28T02:06:32.445Z Compiling futures-sink v0.3.29
18962023-11-28T02:06:32.445Z Compiling httparse v1.8.0
18972023-11-28T02:06:32.445Z Compiling unicode-xid v0.2.4
18982023-11-28T02:06:32.445Z Compiling ucd-trie v0.1.6
18992023-11-28T02:06:32.445Z Compiling openssl v0.10.57
19002023-11-28T02:06:32.445Z Compiling synstructure v0.12.6
19012023-11-28T02:06:32.922Z Compiling tinyvec_macros v0.1.1
19022023-11-28T02:06:32.923Z Compiling tinyvec v1.6.0
19032023-11-28T02:06:32.923Z Compiling ppv-lite86 v0.2.17
19042023-11-28T02:06:32.923Z Compiling futures-io v0.3.29
19052023-11-28T02:06:32.923Z Compiling native-tls v0.2.11
19062023-11-28T02:06:32.923Z Compiling rustls v0.21.9
19072023-11-28T02:06:32.923Z Compiling pin-utils v0.1.0
19082023-11-28T02:06:32.923Z Compiling crc32fast v1.3.2
19092023-11-28T02:06:32.923Z Compiling bzip2-sys v0.1.11+1.0.8
19102023-11-28T02:06:32.923Z Compiling spin v0.9.8
19112023-11-28T02:06:32.923Z Compiling rand_chacha v0.3.1
19122023-11-28T02:06:32.923Z Compiling unicode-normalization v0.1.22
19132023-11-28T02:06:32.923Z Compiling tracing-core v0.1.31
19142023-11-28T02:06:32.923Z Compiling subtle v2.5.0
19152023-11-28T02:06:32.923Z Compiling unicode-bidi v0.3.13
19162023-11-28T02:06:32.923Z Compiling rand v0.8.5
19172023-11-28T02:06:32.923Z Compiling errno v0.3.2
19182023-11-28T02:06:32.923Z Compiling num-iter v0.1.43
19192023-11-28T02:06:32.923Z Compiling usdt-impl v0.3.5
19202023-11-28T02:06:32.923Z Compiling ahash v0.8.3
19212023-11-28T02:06:32.923Z Compiling signal-hook v0.3.17
19222023-11-28T02:06:32.923Z Compiling schemars v0.8.13
19232023-11-28T02:06:32.923Z Compiling base64 v0.21.5
19242023-11-28T02:06:32.923Z Compiling rustix v0.38.9
19252023-11-28T02:06:32.923Z Compiling serde_derive_internals v0.26.0
19262023-11-28T02:06:32.923Z Compiling serde_derive v1.0.192
19272023-11-28T02:06:32.923Z Compiling zeroize_derive v1.4.2
19282023-11-28T02:06:32.923Z Compiling tokio-macros v2.2.0
19292023-11-28T02:06:32.923Z Compiling thiserror-impl v1.0.49
19302023-11-28T02:06:32.923Z Compiling futures-macro v0.3.29
19312023-11-28T02:06:32.923Z Compiling tracing-attributes v0.1.26
19322023-11-28T02:06:32.923Z Compiling zeroize v1.6.0
19332023-11-28T02:06:32.929Z Compiling zerocopy-derive v0.2.0
19342023-11-28T02:06:32.929Z Compiling openssl-macros v0.1.1
19352023-11-28T02:06:32.929Z Compiling pest v2.7.2
19362023-11-28T02:06:32.929Z Compiling zerocopy-derive v0.6.4
19372023-11-28T02:06:32.929Z Compiling crypto-common v0.1.6
19382023-11-28T02:06:32.929Z Compiling block-buffer v0.10.4
19392023-11-28T02:06:32.929Z Compiling digest v0.10.7
19402023-11-28T02:06:32.929Z Compiling tracing v0.1.37
19412023-11-28T02:06:32.929Z Compiling fnv v1.0.7
19422023-11-28T02:06:32.929Z Compiling bitflags v1.3.2
19432023-11-28T02:06:33.672Z Compiling pest_meta v2.7.2
19442023-11-28T02:06:34.223Z Compiling zerocopy v0.3.0
19452023-11-28T02:06:34.268Z Compiling schemars_derive v0.8.13
19462023-11-28T02:06:35.867Z Compiling pest_generator v2.7.2
19472023-11-28T02:06:38.203Z Compiling lazy_static v1.4.0
19482023-11-28T02:06:39.094Z Compiling backtrace v0.3.69
19492023-11-28T02:06:39.105Z Compiling num-bigint v0.4.4
19502023-11-28T02:06:39.269Z Compiling memoffset v0.9.0
19512023-11-28T02:06:39.684Z Compiling async-trait v0.1.74
19522023-11-28T02:06:39.702Z Compiling untrusted v0.9.0
19532023-11-28T02:06:39.761Z Compiling doc-comment v0.3.3
19542023-11-28T02:06:39.956Z Compiling openssl-probe v0.1.5
19552023-11-28T02:06:40.319Z Compiling untrusted v0.7.1
19562023-11-28T02:06:40.368Z Compiling hashbrown v0.12.3
19572023-11-28T02:06:40.425Z Compiling pest_derive v2.7.2
19582023-11-28T02:06:40.461Z Compiling iana-time-zone v0.1.57
19592023-11-28T02:06:40.595Z Compiling base64ct v1.6.0
19602023-11-28T02:06:40.986Z Compiling foreign-types-shared v0.1.1
19612023-11-28T02:06:41.122Z Compiling hashbrown v0.14.2
19622023-11-28T02:06:41.879Z Compiling equivalent v1.0.1
19632023-11-28T02:06:41.883Z Compiling percent-encoding v2.3.0
19642023-11-28T02:06:41.883Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19652023-11-28T02:06:42.147Z Compiling crossbeam-utils v0.8.16
19662023-11-28T02:06:42.461Z Compiling smoltcp v0.9.1
19672023-11-28T02:06:42.835Z Compiling dtrace-parser v0.1.14
19682023-11-28T02:06:43.174Z Compiling pem-rfc7468 v0.7.0
19692023-11-28T02:06:43.460Z Compiling foreign-types v0.3.2
19702023-11-28T02:06:44.846Z Compiling dof v0.1.5
19712023-11-28T02:06:45.515Z Compiling clap_derive v4.4.2
19722023-11-28T02:06:46.116Z Compiling der_derive v0.7.2
19732023-11-28T02:06:47.413Z Compiling bytes v1.5.0
19742023-11-28T02:06:48.669Z Compiling bitflags v2.4.0
19752023-11-28T02:06:49.367Z Compiling tokio v1.34.0
19762023-11-28T02:06:50.212Z Compiling rustc_version v0.4.0
19772023-11-28T02:06:51.188Z Compiling heapless v0.7.16
19782023-11-28T02:06:51.532Z Compiling http v0.2.11
19792023-11-28T02:06:51.766Z Compiling uuid v1.6.1
19802023-11-28T02:06:52.909Z Compiling chrono v0.4.31
19812023-11-28T02:06:53.130Z Compiling indexmap v2.1.0
19822023-11-28T02:06:55.140Z Compiling thread-id v4.2.0
19832023-11-28T02:06:55.394Z Compiling flagset v0.4.3
19842023-11-28T02:06:55.465Z Compiling siphasher v0.3.11
19852023-11-28T02:06:55.658Z Compiling rustversion v1.0.14
19862023-11-28T02:06:55.722Z Compiling adler v1.0.2
19872023-11-28T02:06:56.024Z Compiling try-lock v0.2.4
19882023-11-28T02:06:56.087Z Compiling time-core v0.1.1
19892023-11-28T02:06:56.209Z Compiling utf8parse v0.2.1
19902023-11-28T02:06:56.321Z Compiling cpufeatures v0.2.9
19912023-11-28T02:06:56.471Z Compiling anstyle v1.0.2
19922023-11-28T02:06:56.606Z Compiling sha2 v0.10.8
19932023-11-28T02:06:57.400Z Compiling anstyle-parse v0.2.1
19942023-11-28T02:06:58.026Z Compiling time-macros v0.2.13
19952023-11-28T02:06:58.768Z Compiling want v0.3.1
19962023-11-28T02:06:59.145Z Compiling miniz_oxide v0.7.1
19972023-11-28T02:07:01.098Z Compiling der v0.7.8
19982023-11-28T02:07:02.606Z Compiling tokio-util v0.7.10
19992023-11-28T02:07:04.942Z Compiling h2 v0.3.21
20002023-11-28T02:07:05.412Z Compiling http-body v0.4.5
20012023-11-28T02:07:09.105Z Compiling rustls-webpki v0.101.7
20022023-11-28T02:07:09.613Z Compiling serde_tokenstream v0.1.7
20032023-11-28T02:07:11.393Z Compiling sct v0.7.0
20042023-11-28T02:07:11.795Z Compiling form_urlencoded v1.2.0
20052023-11-28T02:07:11.911Z Compiling hubpack_derive v0.1.1
20062023-11-28T02:07:12.220Z Compiling pin-project-internal v1.1.3
20072023-11-28T02:07:13.379Z Compiling socket2 v0.4.9
20082023-11-28T02:07:13.394Z Compiling crossbeam-epoch v0.9.15
20092023-11-28T02:07:14.687Z Compiling anyhow v1.0.75
20102023-11-28T02:07:15.007Z Compiling httpdate v1.0.3
20112023-11-28T02:07:15.394Z Compiling tower-service v0.3.2
20122023-11-28T02:07:15.546Z Compiling colorchoice v1.0.0
20132023-11-28T02:07:15.621Z Compiling radium v0.7.0
20142023-11-28T02:07:15.800Z Compiling anstyle-query v1.0.0
20152023-11-28T02:07:16.231Z Compiling slog v2.7.0
20162023-11-28T02:07:16.705Z Compiling hyper v0.14.27
20172023-11-28T02:07:17.830Z Compiling anstream v0.5.0
20182023-11-28T02:07:23.522Z Compiling terminal_size v0.2.6
20192023-11-28T02:07:44.516Z Compiling spki v0.7.2
20202023-11-28T02:07:44.876Z Compiling serde_spanned v0.6.4
20212023-11-28T02:07:44.876Z Compiling toml_datetime v0.6.5
20222023-11-28T02:07:44.876Z Compiling rustls-pemfile v1.0.3
20232023-11-28T02:07:44.876Z Compiling zerocopy v0.6.4
20242023-11-28T02:07:44.876Z Compiling hmac v0.12.1
20252023-11-28T02:07:44.876Z Compiling md-5 v0.10.5
20262023-11-28T02:07:45.076Z Compiling stringprep v0.1.3
20272023-11-28T02:07:45.076Z Compiling idna v0.4.0
20282023-11-28T02:07:45.076Z Compiling diesel_table_macro_syntax v0.1.0
20292023-11-28T02:07:45.076Z Compiling hash32 v0.2.1
20302023-11-28T02:07:45.076Z Compiling aho-corasick v1.0.4
20312023-11-28T02:07:45.076Z Compiling maybe-uninit v2.0.0
20322023-11-28T02:07:45.076Z Compiling strsim v0.10.0
20332023-11-28T02:07:45.076Z Compiling winnow v0.5.15
20342023-11-28T02:07:45.076Z Compiling regex-syntax v0.8.2
20352023-11-28T02:07:45.076Z Compiling either v1.9.0
20362023-11-28T02:07:45.076Z Compiling dyn-clone v1.0.13
20372023-11-28T02:07:45.076Z Compiling stable_deref_trait v1.2.0
20382023-11-28T02:07:45.076Z Compiling clap_lex v0.5.1
20392023-11-28T02:07:45.076Z Compiling tap v1.0.1
20402023-11-28T02:07:45.076Z Compiling fallible-iterator v0.2.0
20412023-11-28T02:07:45.076Z Compiling gimli v0.28.0
20422023-11-28T02:07:45.076Z Compiling postgres-protocol v0.6.6
20432023-11-28T02:07:45.076Z Compiling wyz v0.5.1
20442023-11-28T02:07:45.076Z Compiling clap_builder v4.4.2
20452023-11-28T02:07:45.076Z Compiling regex-automata v0.4.3
20462023-11-28T02:07:45.076Z Compiling diesel_derives v2.1.1
20472023-11-28T02:07:45.076Z Compiling url v2.4.1
20482023-11-28T02:07:45.076Z Compiling addr2line v0.21.0
20492023-11-28T02:07:45.076Z Compiling tokio-rustls v0.24.1
20502023-11-28T02:07:45.076Z Compiling rustls-native-certs v0.6.3
20512023-11-28T02:07:45.076Z Compiling strum_macros v0.25.2
20522023-11-28T02:07:49.135Z Compiling tokio-native-tls v0.3.1
20532023-11-28T02:07:50.237Z Compiling usdt-attr-macro v0.3.5
20542023-11-28T02:07:50.475Z Compiling usdt-macro v0.3.5
20552023-11-28T02:07:52.313Z Compiling phf_shared v0.11.2
20562023-11-28T02:07:53.256Z Compiling block-padding v0.3.3
20572023-11-28T02:07:53.302Z Compiling snafu-derive v0.7.5
20582023-11-28T02:07:53.456Z Compiling enum-as-inner v0.5.1
20592023-11-28T02:07:53.558Z Compiling serde_repr v0.1.16
20602023-11-28T02:07:54.958Z Compiling scheduled-thread-pool v0.2.7
20612023-11-28T02:07:55.225Z Compiling object v0.32.1
20622023-11-28T02:07:59.306Z Compiling deranged v0.3.8
20632023-11-28T02:08:01.402Z Compiling bit-vec v0.6.3
20642023-11-28T02:08:02.220Z Compiling funty v2.0.0
20652023-11-28T02:08:02.272Z Compiling rustc-demangle v0.1.23
20662023-11-28T02:08:02.513Z Compiling matches v0.1.10
20672023-11-28T02:08:03.875Z Compiling packed_struct v0.10.1
20682023-11-28T02:08:04.513Z Compiling ipnet v2.8.0
20692023-11-28T02:08:05.186Z Compiling managed v0.8.0
20702023-11-28T02:08:05.894Z Compiling num_threads v0.1.6
20712023-11-28T02:08:06.063Z Compiling regex-automata v0.1.10
20722023-11-28T02:08:06.380Z Compiling num-bigint-dig v0.8.4
20732023-11-28T02:08:06.808Z Compiling bstr v0.2.17
20742023-11-28T02:08:07.096Z Compiling time v0.3.27
20752023-11-28T02:08:10.679Z Compiling bitvec v1.0.1
20762023-11-28T02:08:14.050Z Compiling idna v0.2.3
20772023-11-28T02:08:15.215Z Compiling r2d2 v0.8.10
20782023-11-28T02:08:17.042Z Compiling inout v0.1.3
20792023-11-28T02:08:18.026Z Compiling phf v0.11.2
20802023-11-28T02:08:18.481Z Compiling hyper-tls v0.5.0
20812023-11-28T02:08:18.978Z Compiling regex v1.10.2
20822023-11-28T02:08:19.340Z Compiling hyper-rustls v0.24.2
20832023-11-28T02:08:19.686Z Compiling clap v4.4.3
20842023-11-28T02:08:19.835Z Compiling signal-hook-mio v0.2.3
20852023-11-28T02:08:20.056Z Compiling flate2 v1.0.28
20862023-11-28T02:08:20.093Z Compiling ipnetwork v0.20.0
20872023-11-28T02:08:21.068Z Compiling bzip2 v0.4.4
20882023-11-28T02:08:21.240Z Compiling toml_edit v0.19.15
20892023-11-28T02:08:21.503Z Compiling postgres-types v0.2.6
20902023-11-28T02:08:21.909Z Compiling itertools v0.11.0
20912023-11-28T02:08:22.953Z Compiling pkcs8 v0.10.2
20922023-11-28T02:08:23.623Z Compiling pin-project v1.1.3
20932023-11-28T02:08:23.965Z Compiling hubpack v0.1.2
20942023-11-28T02:08:24.006Z Compiling serde_urlencoded v0.7.1
20952023-11-28T02:08:24.657Z Compiling phf_shared v0.10.0
20962023-11-28T02:08:24.917Z Compiling futures-executor v0.3.29
20972023-11-28T02:08:26.438Z Compiling signature v2.1.0
20982023-11-28T02:08:27.503Z Compiling packed_struct_codegen v0.10.1
20992023-11-28T02:08:29.167Z Compiling float-cmp v0.9.0
21002023-11-28T02:08:30.197Z Compiling encoding_rs v0.8.33
21012023-11-28T02:08:31.315Z Compiling normalize-line-endings v0.3.0
21022023-11-28T02:08:31.438Z Compiling unicode-width v0.1.11
21032023-11-28T02:08:31.648Z Compiling mime v0.3.17
21042023-11-28T02:08:31.778Z Compiling new_debug_unreachable v1.0.4
21052023-11-28T02:08:31.899Z Compiling static_assertions v1.1.0
21062023-11-28T02:08:31.967Z Compiling predicates-core v1.0.6
21072023-11-28T02:08:32.438Z Compiling precomputed-hash v0.1.1
21082023-11-28T02:08:32.458Z Compiling nodrop v0.1.14
21092023-11-28T02:08:32.583Z Compiling regex-automata v0.3.8
21102023-11-28T02:08:32.626Z Compiling difflib v0.4.0
21112023-11-28T02:08:32.843Z Compiling data-encoding v2.4.0
21122023-11-28T02:08:34.651Z Compiling crc-catalog v2.2.0
21132023-11-28T02:08:34.883Z Compiling unicode-segmentation v1.10.1
21142023-11-28T02:08:35.742Z Compiling webpki-roots v0.25.2
21152023-11-28T02:08:35.965Z Compiling whoami v1.4.1
21162023-11-28T02:08:36.340Z Compiling fixedbitset v0.4.2
21172023-11-28T02:08:36.802Z Compiling petgraph v0.6.4
21182023-11-28T02:08:36.955Z Compiling tokio-postgres v0.7.10
21192023-11-28T02:08:45.654Z Compiling similar v2.2.1
21202023-11-28T02:08:45.788Z Compiling reqwest v0.11.22
21212023-11-28T02:08:45.829Z Compiling bstr v1.6.0
21222023-11-28T02:08:48.203Z Compiling crc v3.0.1
21232023-11-28T02:08:48.412Z Compiling trust-dns-proto v0.22.0
21242023-11-28T02:08:48.992Z Compiling predicates v3.0.4
21252023-11-28T02:08:49.364Z Compiling array-init v0.0.4
21262023-11-28T02:08:51.498Z Compiling string_cache v0.8.7
21272023-11-28T02:08:51.519Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21282023-11-28T02:09:00.085Z Compiling console v0.15.7
21292023-11-28T02:09:10.821Z Compiling toml v0.7.8
21302023-11-28T02:09:10.832Z Compiling futures v0.3.29
21312023-11-28T02:09:10.832Z Compiling snafu v0.7.5
21322023-11-28T02:09:10.832Z Compiling pkcs1 v0.7.5
21332023-11-28T02:09:10.832Z Compiling smallvec v0.6.14
21342023-11-28T02:09:10.832Z Compiling yasna v0.5.2
21352023-11-28T02:09:10.832Z Compiling zip v0.6.6
21362023-11-28T02:09:10.832Z Compiling diesel v2.1.4
21372023-11-28T02:09:10.832Z Compiling crossterm v0.27.0
21382023-11-28T02:09:10.956Z Compiling cipher v0.4.4
21392023-11-28T02:09:11.379Z Compiling hashbrown v0.13.2
21402023-11-28T02:09:15.485Z Compiling bit-set v0.5.3
21412023-11-28T02:09:15.566Z Compiling usdt v0.3.5
21422023-11-28T02:09:15.876Z Compiling is-terminal v0.4.9
21432023-11-28T02:09:16.048Z Compiling toml_edit v0.21.0
21442023-11-28T02:09:19.076Z Compiling itertools v0.10.5
21452023-11-28T02:09:22.537Z Compiling tokio-stream v0.1.14
21462023-11-28T02:09:23.557Z Compiling openapiv3 v2.0.0-rc.1
21472023-11-28T02:09:24.036Z Compiling hex v0.4.3
21482023-11-28T02:09:34.819Z Compiling bitfield v0.14.0
21492023-11-28T02:09:36.195Z Compiling lalrpop-util v0.19.12
21502023-11-28T02:09:36.268Z Compiling termcolor v1.2.0
21512023-11-28T02:09:38.423Z Compiling env_logger v0.10.0
21522023-11-28T02:09:44.734Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21532023-11-28T02:09:59.794Z Compiling rsa v0.9.2
21542023-11-28T02:10:08.266Z Compiling serde-hex v0.1.0
21552023-11-28T02:10:11.569Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21562023-11-28T02:10:16.487Z Compiling x509-cert v0.2.4
21572023-11-28T02:10:17.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21582023-11-28T02:10:17.293Z Compiling ron v0.8.1
21592023-11-28T02:10:20.275Z Compiling crc-any v2.4.3
21602023-11-28T02:10:35.735Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21612023-11-28T02:10:42.326Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21622023-11-28T02:11:00.992Z Compiling object v0.30.4
21632023-11-28T02:11:09.817Z Compiling path-slash v0.1.5
21642023-11-28T02:11:18.292Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21652023-11-28T02:11:59.118Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21662023-11-28T02:12:00.212Z Finished release [optimized] target(s) in 6m 01s
21672023-11-28T02:12:00.299Z
21682023-11-28T02:12:00.303Zreal 6:01.708216119
21692023-11-28T02:12:00.303Zuser 41:49.036173938
21702023-11-28T02:12:00.303Zsys 3:36.665329196
21712023-11-28T02:12:00.303Ztrap 1.688385671
21722023-11-28T02:12:00.303Ztflt 0.893052640
21732023-11-28T02:12:00.303Zdflt 0.436313638
21742023-11-28T02:12:00.303Zkflt 0.000351913
21752023-11-28T02:12:00.303Zlock 1:33:41.246575114
21762023-11-28T02:12:00.303Zslp 1:57:40.743262526
21772023-11-28T02:12:00.303Zlat 1:46.648813335
21782023-11-28T02:12:00.303Zstop 1:17.563231527
21792023-11-28T02:12:00.306Z+ ptime -m gzip
21802023-11-28T02:12:00.958Z
21812023-11-28T02:12:00.959Zreal 0.653737571
21822023-11-28T02:12:00.959Zuser 0.646365154
21832023-11-28T02:12:00.959Zsys 0.006788974
21842023-11-28T02:12:01.376Ztrap 0.000063416
21852023-11-28T02:12:01.376Ztflt 0.000000000
21862023-11-28T02:12:01.376Zdflt 0.000000000
21872023-11-28T02:12:01.376Zkflt 0.000000000
21882023-11-28T02:12:01.376Zlock 0.000000000
21892023-11-28T02:12:01.376Zslp 0.000000000
21902023-11-28T02:12:01.376Zlat 0.000181451
21912023-11-28T02:12:01.376Zstop 0.000234747
21922023-11-28T02:12:01.376Z+ banner tufaceous
21932023-11-28T02:12:01.377Z
21942023-11-28T02:12:01.377Z ##### # # ###### ## #### ###### #### # # ####
21952023-11-28T02:12:01.377Z # # # # # # # # # # # # # #
21962023-11-28T02:12:01.377Z # # # ##### # # # ##### # # # # ####
21972023-11-28T02:12:01.377Z # # # # ###### # # # # # # #
21982023-11-28T02:12:01.377Z # # # # # # # # # # # # # # #
21992023-11-28T02:12:01.377Z # #### # # # #### ###### #### #### ####
22002023-11-28T02:12:01.377Z
22012023-11-28T02:12:01.377Z+ ptime -m cargo build --locked -p tufaceous --release
22022023-11-28T02:12:01.618Z Downloading crates ...
22032023-11-28T02:12:01.940Z Downloaded globset v0.4.13
22042023-11-28T02:12:01.958Z Downloaded olpc-cjson v0.1.3
22052023-11-28T02:12:01.958Z Downloaded humantime v2.1.0
22062023-11-28T02:12:01.959Z Downloaded fs-err v2.11.0
22072023-11-28T02:12:01.981Z Downloaded buf-list v1.0.3
22082023-11-28T02:12:01.981Z Downloaded async-recursion v1.0.5
22092023-11-28T02:12:01.981Z Downloaded serde_plain v1.0.2
22102023-11-28T02:12:01.981Z Downloaded tough v0.15.0
22112023-11-28T02:12:02.406Z Downloaded typed-path v0.6.0
22122023-11-28T02:12:02.406Z Downloaded bytesize v1.3.0
22132023-11-28T02:12:02.415Z Compiling serde_tokenstream v0.2.0
22142023-11-28T02:12:02.415Z Compiling regress v0.7.1
22152023-11-28T02:12:02.415Z Compiling dirs-sys-next v0.1.2
22162023-11-28T02:12:02.415Z Compiling ident_case v1.0.1
22172023-11-28T02:12:02.415Z Compiling thread_local v1.1.7
22182023-11-28T02:12:02.415Z Compiling slog-async v2.8.0
22192023-11-28T02:12:02.415Z Compiling heck v0.4.1
22202023-11-28T02:12:02.415Z Compiling dirs-next v2.0.0
22212023-11-28T02:12:02.768Z Compiling darling_core v0.20.3
22222023-11-28T02:12:02.869Z Compiling camino v1.1.6
22232023-11-28T02:12:03.026Z Compiling term v0.7.0
22242023-11-28T02:12:03.470Z Compiling crossbeam-channel v0.5.8
22252023-11-28T02:12:03.720Z Compiling getopts v0.2.21
22262023-11-28T02:12:03.978Z Compiling structmeta-derive v0.2.0
22272023-11-28T02:12:04.231Z Compiling atty v0.2.14
22282023-11-28T02:12:04.738Z Compiling multer v2.1.0
22292023-11-28T02:12:04.879Z Compiling match_cfg v0.1.0
22302023-11-28T02:12:05.012Z Compiling take_mut v0.2.2
22312023-11-28T02:12:05.160Z Compiling unsafe-libyaml v0.2.9
22322023-11-28T02:12:05.220Z Compiling paste v1.0.14
22332023-11-28T02:12:06.745Z Compiling hostname v0.3.1
22342023-11-28T02:12:06.781Z Compiling slog-term v2.9.0
22352023-11-28T02:12:07.993Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22362023-11-28T02:12:10.082Z Compiling structmeta v0.2.0
22372023-11-28T02:12:10.686Z Compiling serde_yaml v0.9.25
22382023-11-28T02:12:11.731Z Compiling darling_macro v0.20.3
22392023-11-28T02:12:11.753Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22402023-11-28T02:12:11.781Z Compiling slog-json v2.6.1
22412023-11-28T02:12:12.547Z Compiling async-stream-impl v0.3.5
22422023-11-28T02:12:13.154Z Compiling darling v0.20.3
22432023-11-28T02:12:13.311Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22442023-11-28T02:12:13.767Z Compiling atomic-waker v1.1.1
22452023-11-28T02:12:14.033Z Compiling regex-syntax v0.7.5
22462023-11-28T02:12:14.062Z Compiling fastrand v2.0.0
22472023-11-28T02:12:14.536Z Compiling async-stream v0.3.5
22482023-11-28T02:12:14.937Z Compiling tempfile v3.8.0
22492023-11-28T02:12:15.011Z Compiling waitgroup v0.1.2
22502023-11-28T02:12:15.176Z Compiling serde_with_macros v2.3.3
22512023-11-28T02:12:15.348Z Compiling slog-bunyan v2.4.0
22522023-11-28T02:12:18.089Z Compiling toml v0.8.8
22532023-11-28T02:12:18.744Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22542023-11-28T02:12:19.050Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22552023-11-28T02:12:20.714Z Compiling sha1 v0.10.6
22562023-11-28T02:12:20.794Z Compiling serde_path_to_error v0.1.14
22572023-11-28T02:12:21.474Z Compiling instant v0.1.12
22582023-11-28T02:12:21.688Z Compiling fs-err v2.11.0
22592023-11-28T02:12:21.957Z Compiling debug-ignore v1.0.5
22602023-11-28T02:12:22.131Z Compiling arc-swap v1.6.0
22612023-11-28T02:12:22.162Z Compiling buf-list v1.0.3
22622023-11-28T02:12:22.232Z Compiling same-file v1.0.6
22632023-11-28T02:12:22.472Z Compiling walkdir v2.4.0
22642023-11-28T02:12:23.043Z Compiling slog-scope v4.4.0
22652023-11-28T02:12:23.498Z Compiling backoff v0.4.0
22662023-11-28T02:12:24.058Z Compiling serde_with v2.3.3
22672023-11-28T02:12:24.281Z Compiling parse-display-derive v0.8.2
22682023-11-28T02:12:24.573Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22692023-11-28T02:12:25.324Z Compiling globset v0.4.13
22702023-11-28T02:12:25.554Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712023-11-28T02:12:25.791Z Compiling strum v0.25.0
22722023-11-28T02:12:26.055Z Compiling olpc-cjson v0.1.3
22732023-11-28T02:12:26.944Z Compiling pem v3.0.2
22742023-11-28T02:12:27.100Z Compiling macaddr v1.0.1
22752023-11-28T02:12:27.127Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22762023-11-28T02:12:28.203Z Compiling serde_plain v1.0.2
22772023-11-28T02:12:29.041Z Compiling async-recursion v1.0.5
22782023-11-28T02:12:29.617Z Compiling filetime v0.2.22
22792023-11-28T02:12:30.106Z Compiling xattr v1.0.1
22802023-11-28T02:12:30.567Z Compiling typed-path v0.6.0
22812023-11-28T02:12:30.573Z Compiling parse-display v0.8.2
22822023-11-28T02:12:30.573Z Compiling tar v0.4.40
22832023-11-28T02:12:31.738Z Compiling slog-stdlog v4.1.1
22842023-11-28T02:12:33.252Z Compiling camino-tempfile v1.0.2
22852023-11-28T02:12:33.913Z Compiling itertools v0.12.0
22862023-11-28T02:12:34.222Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22872023-11-28T02:12:34.417Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22882023-11-28T02:12:39.797Z Compiling tough v0.15.0
22892023-11-28T02:12:40.147Z Compiling bytesize v1.3.0
22902023-11-28T02:12:40.214Z Compiling slog-envlogger v2.2.0
22912023-11-28T02:12:41.064Z Compiling humantime v2.1.0
22922023-11-28T02:12:45.121Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22932023-11-28T02:13:10.088Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22942023-11-28T02:13:10.381Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952023-11-28T02:13:19.931Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22962023-11-28T02:13:23.476Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22972023-11-28T02:13:52.335Z Finished release [optimized] target(s) in 1m 50s
22982023-11-28T02:13:52.852Z
22992023-11-28T02:13:52.852Zreal 1:50.376228868
23002023-11-28T02:13:52.852Zuser 11:43.921854775
23012023-11-28T02:13:52.852Zsys 43.903399777
23022023-11-28T02:13:52.852Ztrap 0.455229926
23032023-11-28T02:13:52.852Ztflt 0.227824615
23042023-11-28T02:13:52.852Zdflt 0.576094784
23052023-11-28T02:13:52.852Zkflt 0.000000000
23062023-11-28T02:13:52.852Zlock 22:05.296010389
23072023-11-28T02:13:52.852Zslp 23:22.958102384
23082023-11-28T02:13:52.852Zlat 19.844866611
23092023-11-28T02:13:52.852Zstop 10.854851218
23102023-11-28T02:13:52.852Z+ ptime -m gzip
23112023-11-28T02:13:53.731Z
23122023-11-28T02:13:54.049Zreal 2.364933348
23132023-11-28T02:13:54.049Zuser 2.338434560
23142023-11-28T02:13:54.049Zsys 0.025722774
23152023-11-28T02:13:54.049Ztrap 0.000235296
23162023-11-28T02:13:54.049Ztflt 0.000000000
23172023-11-28T02:13:54.049Zdflt 0.000000000
23182023-11-28T02:13:54.049Zkflt 0.000000000
23192023-11-28T02:13:54.049Zlock 0.000000000
23202023-11-28T02:13:54.049Zslp 0.000000000
23212023-11-28T02:13:54.049Zlat 0.000181382
23222023-11-28T02:13:54.049Zstop 0.000257057
23232023-11-28T02:13:54.049Zprocess exited: duration 1130101 ms, exit code 0
 
23242023-11-28T02:13:54.254Zfound 5 output files
23252023-11-28T02:13:54.254Zuploading: /work/end-to-end-tests/bootstrap-41a12dce93961f06.gz (6319409 bytes)
23262023-11-28T02:14:12.066Zuploaded: /work/end-to-end-tests/bootstrap-41a12dce93961f06.gz
23272023-11-28T02:14:12.066Zuploading: /work/end-to-end-tests/bootstrap.gz (95332308 bytes)
23282023-11-28T02:14:36.993Zuploaded: /work/end-to-end-tests/bootstrap.gz
23292023-11-28T02:14:36.994Zuploading: /work/end-to-end-tests/end_to_end_tests-753e572f61c39789.gz (98605910 bytes)
23302023-11-28T02:15:03.016Zuploaded: /work/end-to-end-tests/end_to_end_tests-753e572f61c39789.gz
23312023-11-28T02:15:03.016Zuploading: /work/caboose-util.gz (4090965 bytes)
23322023-11-28T02:15:05.055Zuploaded: /work/caboose-util.gz
23332023-11-28T02:15:05.055Zuploading: /work/tufaceous.gz (14954309 bytes)
23342023-11-28T02:15:10.594Zuploaded: /work/tufaceous.gz