01HEM2VQ8C4G0J6CK3V86P07NG: 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: 01HEM2WQ42S81TNG1G168A0KEX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-07T05:09:27.090Zjob assigned to worker 01HEM2VVXVBNZJR2TACEW3B8QQ (queued for 1 m 14 s)
 
22023-11-07T05:09:27.773Zstarting task 0: "setup"
32023-11-07T05:09:28.131Z++ uname -s
42023-11-07T05:09:28.149Z+ kern=SunOS
52023-11-07T05:09:28.160Z+ case "$kern" in
62023-11-07T05:09:28.165Z+ groupadd -g 12345 build
72023-11-07T05:09:28.169Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-07T05:09:30.153Z+ zfs create -o mountpoint=/work rpool/work
92023-11-07T05:09:30.340Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-07T05:09:30.361Z+ home_fs=zfs
112023-11-07T05:09:30.375Z+ [[ zfs == autofs ]]
122023-11-07T05:09:30.384Z+ mkdir -p /home/build
132023-11-07T05:09:31.357Z+ chown build:build /home/build /work
142023-11-07T05:09:32.387Z+ chmod 0700 /home/build /work
152023-11-07T05:09:32.456Zprocess exited: duration 4565 ms, exit code 0
 
162023-11-07T05:09:32.491Zstarting task 1: "rust-toolchain"
172023-11-07T05:09:32.516Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-07T05:09:32.521Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-07T05:09:32.860Zinfo: downloading installer
202023-11-07T05:09:36.589Zwarning: it looks like you have an existing installation of Rust at:
212023-11-07T05:09:36.732Zwarning: /opt/ooce/bin
222023-11-07T05:09:36.766Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-07T05:09:36.782Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-07T05:09:36.798Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-07T05:09:36.807Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-07T05:09:36.823Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-07T05:09:36.842Zerror: cannot install while Rust is installed
282023-11-07T05:09:36.862Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-07T05:09:37.336Zinfo: profile set to 'default'
302023-11-07T05:09:37.353Zinfo: default host triple is x86_64-unknown-illumos
312023-11-07T05:09:37.391Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-07T05:09:37.417Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-07T05:09:37.427Zinfo: downloading component 'cargo'
342023-11-07T05:09:37.442Zinfo: downloading component 'clippy'
352023-11-07T05:09:37.603Zinfo: downloading component 'rust-docs'
362023-11-07T05:09:38.479Zinfo: downloading component 'rust-std'
372023-11-07T05:09:39.978Zinfo: downloading component 'rustc'
382023-11-07T05:09:43.694Zinfo: downloading component 'rustfmt'
392023-11-07T05:09:43.906Zinfo: installing component 'cargo'
402023-11-07T05:09:46.081Zinfo: installing component 'clippy'
412023-11-07T05:09:47.079Zinfo: installing component 'rust-docs'
422023-11-07T05:09:50.014Zinfo: installing component 'rust-std'
432023-11-07T05:09:54.171Zinfo: installing component 'rustc'
442023-11-07T05:10:02.814Zinfo: installing component 'rustfmt'
452023-11-07T05:10:03.321Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-07T05:10:03.329Z
472023-11-07T05:10:03.480Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-07T05:10:03.501Z
492023-11-07T05:10:03.529Z
502023-11-07T05:10:03.561ZRust is installed now. Great!
512023-11-07T05:10:04.020Z
522023-11-07T05:10:04.051ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-07T05:10:04.060Zenvironment variable. This has not been done automatically.
542023-11-07T05:10:04.068Z
552023-11-07T05:10:04.076ZTo configure your current shell, run:
562023-11-07T05:10:04.081Zsource "$HOME/.cargo/env"
572023-11-07T05:10:04.086Z+ rustc --version
582023-11-07T05:10:04.089Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-07T05:10:04.093Zprocess exited: duration 31171 ms, exit code 0
 
602023-11-07T05:10:04.102Zstarting task 2: "authentication"
612023-11-07T05:10:04.144Zprocess exited: duration 38 ms, exit code 0
 
622023-11-07T05:10:04.153Zstarting task 3: "clone repository"
632023-11-07T05:10:04.165Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-07T05:10:04.169Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-07T05:10:04.257ZCloning into '/work/oxidecomputer/omicron'...
662023-11-07T05:10:11.719Z+ cd /work/oxidecomputer/omicron
672023-11-07T05:10:11.732Z+ [[ -n renovate/swatinem-rust-cache-2.x ]]
682023-11-07T05:10:11.774Z+ git fetch origin renovate/swatinem-rust-cache-2.x
692023-11-07T05:10:12.212ZFrom https://github.com/oxidecomputer/omicron
702023-11-07T05:10:12.238Z * branch renovate/swatinem-rust-cache-2.x -> FETCH_HEAD
712023-11-07T05:10:12.242Z+ git checkout -B renovate/swatinem-rust-cache-2.x remotes/origin/renovate/swatinem-rust-cache-2.x
722023-11-07T05:10:12.249ZSwitched to a new branch 'renovate/swatinem-rust-cache-2.x'
732023-11-07T05:10:12.259Zbranch 'renovate/swatinem-rust-cache-2.x' set up to track 'origin/renovate/swatinem-rust-cache-2.x'.
742023-11-07T05:10:12.281Z+ git reset --hard 755c8947f3d5c107708a3f974a69df7dd783b181
752023-11-07T05:10:12.340ZHEAD is now at 755c8947 chore(deps): update swatinem/rust-cache action to v2.7.1
762023-11-07T05:10:12.367Zprocess exited: duration 8177 ms, exit code 0
 
772023-11-07T05:10:12.811Zstarting task 4: "build"
782023-11-07T05:10:12.847Z+ cargo --version
792023-11-07T05:10:12.859Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-07T05:10:13.068Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-07T05:10:13.079Zinfo: downloading component 'cargo'
822023-11-07T05:10:13.971Zinfo: downloading component 'clippy'
832023-11-07T05:10:14.292Zinfo: downloading component 'rust-docs'
842023-11-07T05:10:15.555Zinfo: downloading component 'rust-std'
852023-11-07T05:10:17.309Zinfo: downloading component 'rustc'
862023-11-07T05:10:22.475Zinfo: downloading component 'rustfmt'
872023-11-07T05:10:23.163Zinfo: installing component 'cargo'
882023-11-07T05:10:23.960Zinfo: installing component 'clippy'
892023-11-07T05:10:24.450Zinfo: installing component 'rust-docs'
902023-11-07T05:10:27.226Zinfo: installing component 'rust-std'
912023-11-07T05:10:29.689Zinfo: installing component 'rustc'
922023-11-07T05:10:35.837Zinfo: installing component 'rustfmt'
932023-11-07T05:10:36.392Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-07T05:10:36.415Z+ rustc --version
952023-11-07T05:10:36.578Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-07T05:10:36.646Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-07T05:10:50.450Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-07T05:10:51.160Z Startup: Caching catalogs ... Done
992023-11-07T05:11:00.729ZPlanning: Solver setup ... Done (4.492s)
1002023-11-07T05:11:00.910ZPlanning: Running solver ... Done (0.118s)
1012023-11-07T05:11:01.509ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-07T05:11:01.527ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-07T05:11:01.546ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-07T05:11:01.562ZPlanning: Package planning ... Done (0.082s)
1052023-11-07T05:11:01.586ZPlanning: Merging actions ... Done (0.156s)
1062023-11-07T05:11:01.605ZPlanning: Checking for conflicting actions ... Done (1.233s)
1072023-11-07T05:11:01.622ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-07T05:11:05.337ZPlanning: Evaluating mediators ... Done (7.512s)
1092023-11-07T05:11:05.363ZPlanning: Planning completed in 14.15 seconds
1102023-11-07T05:11:08.902Z Packages to install: 4
1112023-11-07T05:11:08.921Z Mediators to change: 2
1122023-11-07T05:11:08.935Z Services to change: 1
1132023-11-07T05:11:08.955Z Estimated space available: 148.90 GB
1142023-11-07T05:11:08.973ZEstimated space to be consumed: 1.37 GB
1152023-11-07T05:11:08.988Z Create boot environment: No
1162023-11-07T05:11:08.996ZCreate backup boot environment: No
1172023-11-07T05:11:09.007Z Rebuild boot archive: No
1182023-11-07T05:11:09.016Z
1192023-11-07T05:11:09.021ZChanged mediators:
1202023-11-07T05:11:09.030Z mediator clang:
1212023-11-07T05:11:09.043Z version: None -> 15 (system default)
1222023-11-07T05:11:09.050Z
1232023-11-07T05:11:09.122Z mediator llvm:
1242023-11-07T05:11:09.161Z version: 14 (system default) -> 15 (system default)
1252023-11-07T05:11:09.177Z
1262023-11-07T05:11:09.191ZChanged packages:
1272023-11-07T05:11:09.219Zhelios-dev
1282023-11-07T05:11:09.239Z developer/build-essential
1292023-11-07T05:11:09.248Z None -> 11-2.0
1302023-11-07T05:11:09.259Z library/libxmlsec1
1312023-11-07T05:11:09.303Z None -> 1.2.35-2.0
1322023-11-07T05:11:09.342Z ooce/developer/clang-15
1332023-11-07T05:11:09.767Z None -> 15.0.7-2.0
1342023-11-07T05:11:09.778Z ooce/developer/llvm-15
1352023-11-07T05:11:09.789Z None -> 15.0.7-2.0
1362023-11-07T05:11:09.812Z
1372023-11-07T05:11:09.833ZServices:
1382023-11-07T05:11:09.845Z restart_fmri:
1392023-11-07T05:11:09.869Z svc:/system/update-man-index:default
1402023-11-07T05:11:09.880Z
1412023-11-07T05:11:09.886ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-07T05:11:15.708ZDownload: 213/3290 items 1.3/212.6MB 0% complete (778k/s)
1432023-11-07T05:11:20.706ZDownload: 901/3290 items 18.9/212.6MB 8% complete (1.8M/s)
1442023-11-07T05:11:25.707ZDownload: 1270/3290 items 111.8/212.6MB 52% complete (11.0M/s)
1452023-11-07T05:11:30.731ZDownload: 2217/3290 items 119.2/212.6MB 56% complete (10.0M/s)
1462023-11-07T05:11:35.728ZDownload: 2758/3290 items 120.6/212.6MB 56% complete (1.8M/s)
1472023-11-07T05:11:40.774ZDownload: 3186/3290 items 186.0/212.6MB 87% complete (6.6M/s)
1482023-11-07T05:11:45.770ZDownload: 3268/3290 items 208.6/212.6MB 98% complete (8.7M/s)
1492023-11-07T05:11:46.644ZDownload: Completed 212.60 MB in 37.55 seconds (5.7M/s)
1502023-11-07T05:11:46.852Z Actions: 1/3687 actions (Installing new actions)
1512023-11-07T05:11:51.857Z Actions: 2769/3687 actions (Installing new actions)
1522023-11-07T05:11:55.066Z Actions: Completed 3687 actions in 8.21 seconds.
1532023-11-07T05:11:55.232Z Done (0.165s)
1542023-11-07T05:11:55.242Z Done (0.000s)
1552023-11-07T05:11:55.446Z Done (0.211s)
1562023-11-07T05:12:03.319Z Done (7.474s)
1572023-11-07T05:12:03.328Z Done (0.104s)
1582023-11-07T05:12:03.342Z Done (0.000s)
1592023-11-07T05:12:03.768Z Done (0.000s)
1602023-11-07T05:12:04.166ZPlanning: Evaluating mediator changes ... Done
1612023-11-07T05:12:04.838ZPlanning: Checking for conflicting actions ... Done
1622023-11-07T05:12:05.268ZPlanning: Consolidating action changes ... Done
1632023-11-07T05:12:05.694ZPlanning: Evaluating mediators ... Done
1642023-11-07T05:12:05.715ZPlanning: Planning completed in 0.72 seconds
1652023-11-07T05:12:05.737Z Mediators to change: 2
1662023-11-07T05:12:05.759Z Create boot environment: No
1672023-11-07T05:12:05.776ZCreate backup boot environment: No
1682023-11-07T05:12:05.794Z Done
1692023-11-07T05:12:05.818Z Done
1702023-11-07T05:12:05.891Z Done
1712023-11-07T05:12:11.935Z Done
1722023-11-07T05:12:12.086Z Done
1732023-11-07T05:12:12.179Z Done
1742023-11-07T05:12:12.713Z Done
1752023-11-07T05:12:12.750ZPlanning: Evaluating mediator changes ... Done
1762023-11-07T05:12:12.801ZPlanning: Merging actions ... Done
1772023-11-07T05:12:12.852ZPlanning: Checking for conflicting actions ... Done
1782023-11-07T05:12:12.879ZPlanning: Consolidating action changes ... Done
1792023-11-07T05:12:13.061ZPlanning: Evaluating mediators ... Done
1802023-11-07T05:12:13.123ZPlanning: Planning completed in 1.33 seconds
1812023-11-07T05:12:13.140Z Packages to change: 1
1822023-11-07T05:12:13.172Z Mediators to change: 1
1832023-11-07T05:12:13.180Z Services to change: 1
1842023-11-07T05:12:13.195Z Create boot environment: No
1852023-11-07T05:12:13.205ZCreate backup boot environment: Yes
1862023-11-07T05:12:15.089Z Actions: 1/6 actions (Updating modified actions)
1872023-11-07T05:12:15.099Z Actions: Completed 6 actions in 0.00 seconds.
1882023-11-07T05:12:15.109Z Done
1892023-11-07T05:12:15.122Z Done
1902023-11-07T05:12:15.186Z Done
1912023-11-07T05:12:21.026Z Done
1922023-11-07T05:12:21.471Z Done
1932023-11-07T05:12:21.480Z Done
1942023-11-07T05:12:21.487Z Done
1952023-11-07T05:12:21.944ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962023-11-07T05:12:21.983Zclang system 15 system
1972023-11-07T05:12:22.022Zcsh system system illumos
1982023-11-07T05:12:22.031Zctags system system illumos
1992023-11-07T05:12:22.040Zgcc vendor 12 vendor
2002023-11-07T05:12:22.052Zgcc system 10 system
2012023-11-07T05:12:22.074Zgcc system 7 system
2022023-11-07T05:12:22.093Zgo system 1.20 system
2032023-11-07T05:12:22.111Zgo system 1.19 system
2042023-11-07T05:12:22.128Zllvm system 15 system
2052023-11-07T05:12:22.148Zllvm system 14 system
2062023-11-07T05:12:22.182Zmariadb system 10.6 system
2072023-11-07T05:12:22.196Zmta vendor vendor dma
2082023-11-07T05:12:22.211Zopenjdk system 17 system
2092023-11-07T05:12:22.639Zopenjdk system 11 system
2102023-11-07T05:12:22.645Zopenjdk system 1.8 system
2112023-11-07T05:12:22.731Zopenssl vendor 3 vendor
2122023-11-07T05:12:22.746Zperl system 5.36 system
2132023-11-07T05:12:22.781Zpostgresql system 15 system
2142023-11-07T05:12:22.804Zpostgresql system 13 system
2152023-11-07T05:12:27.262Zpython vendor 3 vendor
2162023-11-07T05:12:27.344Zpython system 2 system
2172023-11-07T05:12:27.525Zpython3 system 3.11 system
2182023-11-07T05:12:27.638Zruby system 3.0 system
2192023-11-07T05:12:27.754Zwords vendor vendor american-english
2202023-11-07T05:12:27.969Zwords system system australian-english
2212023-11-07T05:12:28.209Zwords system system british-english
2222023-11-07T05:12:28.308Zwords system system canadian-english
2232023-11-07T05:12:28.339Zwords system system french
2242023-11-07T05:12:28.390Zwords system system italian
2252023-11-07T05:12:28.420Zwords system system ngerman
2262023-11-07T05:12:28.473Zwords system system ogerman
2272023-11-07T05:12:29.026Zwords system system spanish
2282023-11-07T05:12:29.080ZFMRI IFO
2292023-11-07T05:12:29.128Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302023-11-07T05:12:29.191Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312023-11-07T05:12:29.360Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322023-11-07T05:12:29.446Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2332023-11-07T05:12:29.495Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342023-11-07T05:12:29.519Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2352023-11-07T05:12:29.547Z+ set -o errexit
2362023-11-07T05:12:29.593Z+++ dirname ./tools/ci_download_cockroachdb
2372023-11-07T05:12:29.624Z++ cd ./tools
2382023-11-07T05:12:29.655Z++ pwd
2392023-11-07T05:12:29.682Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402023-11-07T05:12:30.136Z++ basename ./tools/ci_download_cockroachdb
2412023-11-07T05:12:30.151Z+ ARG0=ci_download_cockroachdb
2422023-11-07T05:12:30.173Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432023-11-07T05:12:30.599Z+ CIDL_VERSION=v22.1.9
2442023-11-07T05:12:30.607Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452023-11-07T05:12:30.615Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462023-11-07T05:12:30.624Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472023-11-07T05:12:30.630Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482023-11-07T05:12:30.638Z+ TARGET_DIR=out
2492023-11-07T05:12:30.649Z+ DOWNLOAD_DIR=out/downloads
2502023-11-07T05:12:30.661Z+ DEST_DIR=./out/cockroachdb
2512023-11-07T05:12:31.081Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522023-11-07T05:12:31.107Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532023-11-07T05:12:31.123Z+ main
2542023-11-07T05:12:31.145Z+ [[ 0 != 0 ]]
2552023-11-07T05:12:31.166Z+ CIDL_OS=solaris2.11
2562023-11-07T05:12:31.176Z+ [[ 0 != 0 ]]
2572023-11-07T05:12:31.209Z+ configure_os solaris2.11
2582023-11-07T05:12:31.226Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592023-11-07T05:12:31.244Zcurrent directory: /work/oxidecomputer/omicron
2602023-11-07T05:12:31.257Z+ echo 'configuring based on OS: "solaris2.11"'
2612023-11-07T05:12:31.266Zconfiguring based on OS: "solaris2.11"
2622023-11-07T05:12:31.276Z+ case "$1" in
2632023-11-07T05:12:31.296Z+ CIDL_BUILD=illumos
2642023-11-07T05:12:31.311Z+ CIDL_SUFFIX=tar.gz
2652023-11-07T05:12:31.318Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662023-11-07T05:12:31.328Z+ CIDL_MD5FUNC=do_md5sum
2672023-11-07T05:12:31.337Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682023-11-07T05:12:31.354Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692023-11-07T05:12:31.381Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702023-11-07T05:12:31.388Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712023-11-07T05:12:31.402Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-07T05:12:31.827Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732023-11-07T05:12:31.849Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-07T05:12:31.861ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-11-07T05:12:31.873Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762023-11-07T05:12:31.881ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-07T05:12:31.893Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782023-11-07T05:12:31.910ZDownloading...
2792023-11-07T05:12:31.925Z+ mkdir -p out/downloads
2802023-11-07T05:12:31.942Z+ mkdir -p ./out/cockroachdb
2812023-11-07T05:12:31.957Z+ local DO_DOWNLOAD=true
2822023-11-07T05:12:31.974Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832023-11-07T05:12:31.994Z+ '[' true == true ']'
2842023-11-07T05:12:32.008Z+ echo Downloading...
2852023-11-07T05:12:32.021Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-11-07T05:12:32.031Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872023-11-07T05:12:32.040Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-11-07T05:12:32.048Z++ md5sum
2892023-11-07T05:12:32.058Z++ awk '{print $1}'
2902023-11-07T05:12:32.066Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912023-11-07T05:12:32.075Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2922023-11-07T05:12:32.135Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-11-07T05:12:32.184Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942023-11-07T05:12:32.197Z+ do_assemble_illumos
2952023-11-07T05:12:32.204Z+ rm -r ./out/cockroachdb
2962023-11-07T05:12:32.215Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972023-11-07T05:12:32.308Z+ ./out/cockroachdb/bin/cockroach version
2982023-11-07T05:12:32.327ZBuild Tag: v22.1.9-dirty
2992023-11-07T05:12:32.343ZBuild Time: 2022/10/26 21:17:46
3002023-11-07T05:12:32.358ZDistribution: OSS
3012023-11-07T05:12:32.381ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022023-11-07T05:12:32.401ZGo Version: go1.17.13
3032023-11-07T05:12:32.842ZC Compiler: gcc 10.3.0
3042023-11-07T05:12:32.849ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052023-11-07T05:12:32.875ZBuild Type: release
3062023-11-07T05:12:32.882Z+ set -o errexit
3072023-11-07T05:12:32.904Z+++ dirname ./tools/ci_download_clickhouse
3082023-11-07T05:12:32.911Z++ cd ./tools
3092023-11-07T05:12:32.916Z++ pwd
3102023-11-07T05:12:32.920Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112023-11-07T05:12:32.932Z++ basename ./tools/ci_download_clickhouse
3122023-11-07T05:12:32.937Z+ ARG0=ci_download_clickhouse
3132023-11-07T05:12:32.954Z+ TARGET_DIR=out
3142023-11-07T05:12:32.969Z+ DOWNLOAD_DIR=out/downloads
3152023-11-07T05:12:32.979Z+ DEST_DIR=./out/clickhouse
3162023-11-07T05:12:32.987Z+ CIDL_VERSION=v22.8.9.24
3172023-11-07T05:12:32.997Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182023-11-07T05:12:33.008Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3192023-11-07T05:12:33.018Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3202023-11-07T05:12:33.034Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3212023-11-07T05:12:33.048Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222023-11-07T05:12:33.055Z+ main
3232023-11-07T05:12:33.066Z+ [[ 0 != 0 ]]
3242023-11-07T05:12:33.078Z+ CIDL_OS=solaris2.11
3252023-11-07T05:12:33.102Z+ [[ 0 != 0 ]]
3262023-11-07T05:12:33.117Z+ configure_os solaris2.11
3272023-11-07T05:12:33.143Zcurrent directory: /work/oxidecomputer/omicron
3282023-11-07T05:12:33.167Zconfiguring based on OS: "solaris2.11"
3292023-11-07T05:12:33.202Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302023-11-07T05:12:33.221Z+ echo 'configuring based on OS: "solaris2.11"'
3312023-11-07T05:12:33.238Z+ CIDL_DASHREV=
3322023-11-07T05:12:33.251Z+ case "$1" in
3332023-11-07T05:12:33.264Z+ CIDL_PLATFORM=illumos
3342023-11-07T05:12:33.279Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3352023-11-07T05:12:33.704Z+ CIDL_MD5FUNC=do_md5sum
3362023-11-07T05:12:33.724Z+ CIDL_DASHREV=-1
3372023-11-07T05:12:33.772Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3382023-11-07T05:12:33.804Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-07T05:12:33.896Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-11-07T05:12:33.910ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-07T05:12:33.929Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-07T05:12:33.935ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-11-07T05:12:33.944Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442023-11-07T05:12:33.959ZDownloading...
3452023-11-07T05:12:33.974Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3462023-11-07T05:12:33.985Z+ mkdir -p out/downloads
3472023-11-07T05:12:33.992Z+ mkdir -p ./out/clickhouse
3482023-11-07T05:12:33.999Z+ local DO_DOWNLOAD=true
3492023-11-07T05:12:34.007Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3502023-11-07T05:12:34.015Z+ '[' true == true ']'
3512023-11-07T05:12:34.027Z+ echo Downloading...
3522023-11-07T05:12:34.031Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-11-07T05:12:34.036Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542023-11-07T05:12:34.041Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552023-11-07T05:12:34.050Z++ md5sum
3562023-11-07T05:12:34.053Z++ awk '{print $1}'
3572023-11-07T05:12:34.055Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3582023-11-07T05:12:34.058Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3592023-11-07T05:12:34.064Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3602023-11-07T05:12:34.069Z+ mkdir -p ./out/clickhouse
3612023-11-07T05:12:34.079Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3622023-11-07T05:12:38.778Z+ ./out/clickhouse/clickhouse server --version
3632023-11-07T05:12:38.813ZClickHouse server version 22.8.9.1.
3642023-11-07T05:12:38.859Z+ set -o errexit
3652023-11-07T05:12:38.886Z+++ dirname ./tools/ci_download_console
3662023-11-07T05:12:39.316Z++ cd ./tools
3672023-11-07T05:12:39.341Z++ pwd
3682023-11-07T05:12:39.464Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692023-11-07T05:12:39.479Z++ basename ./tools/ci_download_console
3702023-11-07T05:12:39.497Z+ ARG0=ci_download_console
3712023-11-07T05:12:39.514Z+ TARGET_DIR=out
3722023-11-07T05:12:39.933Z+ DOWNLOAD_DIR=out/downloads
3732023-11-07T05:12:40.197Z+ DEST_DIR=./out/console-assets
3742023-11-07T05:12:40.221Z+ source /work/oxidecomputer/omicron/tools/console_version
3752023-11-07T05:12:40.241Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3762023-11-07T05:12:40.262Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3772023-11-07T05:12:40.278Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3782023-11-07T05:12:40.302Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792023-11-07T05:12:40.319Z+ main
3802023-11-07T05:12:40.346Z+ [[ 0 != 0 ]]
3812023-11-07T05:12:40.367Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3822023-11-07T05:12:40.395ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3832023-11-07T05:12:40.420Z+ echo 'Local file: out/downloads/console.tar.gz'
3842023-11-07T05:12:40.441ZLocal file: out/downloads/console.tar.gz
3852023-11-07T05:12:40.549Z+ local DO_DOWNLOAD=true
3862023-11-07T05:12:40.562Z+ [[ -f out/downloads/console.tar.gz ]]
3872023-11-07T05:12:40.576Z+ mkdir -p out/downloads
3882023-11-07T05:12:40.589Z+ '[' true == true ']'
3892023-11-07T05:12:40.603Z+ echo Downloading...
3902023-11-07T05:12:40.614ZDownloading...
3912023-11-07T05:12:40.625Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3922023-11-07T05:12:40.651Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3932023-11-07T05:12:40.677Z++ do_sha256sum out/downloads/console.tar.gz
3942023-11-07T05:12:40.698Z++ case "$OSTYPE" in
3952023-11-07T05:12:40.713Z++ SHA=sha256sum
3962023-11-07T05:12:40.739Z++ sha256sum
3972023-11-07T05:12:40.766Z++ awk '{print $1}'
3982023-11-07T05:12:40.794Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3992023-11-07T05:12:40.817Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4002023-11-07T05:12:40.838Z+ rm -rf ./out/console-assets
4012023-11-07T05:12:40.854Z+ mkdir -p ./out/console-assets
4022023-11-07T05:12:40.875Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032023-11-07T05:12:40.889Z+ mkdir -p ./out/console-assets
4042023-11-07T05:12:40.911Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052023-11-07T05:12:40.932Z+ set -o errexit
4062023-11-07T05:12:40.964Z+++ dirname ./tools/ci_download_maghemite_openapi
4072023-11-07T05:12:40.978Z++ cd ./tools
4082023-11-07T05:12:40.991Z++ pwd
4092023-11-07T05:12:41.003Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102023-11-07T05:12:41.031Z++ basename ./tools/ci_download_maghemite_openapi
4112023-11-07T05:12:41.046Z+ ARG0=ci_download_maghemite_openapi
4122023-11-07T05:12:41.061Z+ TARGET_DIR=out
4132023-11-07T05:12:41.080Z+ DOWNLOAD_DIR=out/downloads
4142023-11-07T05:12:41.105Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4152023-11-07T05:12:41.119Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4162023-11-07T05:12:41.133Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4172023-11-07T05:12:41.147Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4182023-11-07T05:12:41.164Z+ LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4192023-11-07T05:12:41.179Z+ main
4202023-11-07T05:12:42.015Z+ [[ 0 != 0 ]]
4212023-11-07T05:12:42.026Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json'
4222023-11-07T05:12:42.044ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4232023-11-07T05:12:42.056Z+ echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4242023-11-07T05:12:42.077ZLocal file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4252023-11-07T05:12:42.086Z+ local DO_DOWNLOAD=true
4262023-11-07T05:12:42.502Z+ [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4272023-11-07T05:12:42.510Z+ mkdir -p out/downloads
4282023-11-07T05:12:42.515Z+ '[' true == true ']'
4292023-11-07T05:12:42.523Z+ echo Downloading...
4302023-11-07T05:12:42.531ZDownloading...
4312023-11-07T05:12:42.539Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4322023-11-07T05:12:42.549Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4332023-11-07T05:12:42.561Z++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4342023-11-07T05:12:42.576Z++ case "$OSTYPE" in
4352023-11-07T05:12:42.591Z++ SHA=sha256sum
4362023-11-07T05:12:42.616Z++ sha256sum
4372023-11-07T05:12:42.632Z++ awk '{print $1}'
4382023-11-07T05:12:42.649Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4392023-11-07T05:12:42.668Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4402023-11-07T05:12:42.676Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4412023-11-07T05:12:42.770Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4422023-11-07T05:12:42.801Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4432023-11-07T05:12:42.811Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4442023-11-07T05:12:42.860Z+ LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4452023-11-07T05:12:42.881Z+ main
4462023-11-07T05:12:42.897Z+ [[ 0 != 0 ]]
4472023-11-07T05:12:42.924Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json'
4482023-11-07T05:12:42.950ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4492023-11-07T05:12:42.973Z+ echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4502023-11-07T05:12:43.395ZLocal file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4512023-11-07T05:12:43.421Z+ local DO_DOWNLOAD=true
4522023-11-07T05:12:43.439Z+ [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4532023-11-07T05:12:43.445Z+ mkdir -p out/downloads
4542023-11-07T05:12:43.476Z+ '[' true == true ']'
4552023-11-07T05:12:43.504Z+ echo Downloading...
4562023-11-07T05:12:43.528ZDownloading...
4572023-11-07T05:12:43.554Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4582023-11-07T05:12:43.586Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4592023-11-07T05:12:43.610Z++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4602023-11-07T05:12:43.639Z++ case "$OSTYPE" in
4612023-11-07T05:12:43.653Z++ SHA=sha256sum
4622023-11-07T05:12:43.673Z++ sha256sum
4632023-11-07T05:12:43.698Z++ awk '{print $1}'
4642023-11-07T05:12:43.716Z+ calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4652023-11-07T05:12:43.743Z+ [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]]
4662023-11-07T05:12:43.759Z+ set -o errexit
4672023-11-07T05:12:43.780Z+++ dirname ./tools/ci_download_dendrite_openapi
4682023-11-07T05:12:43.796Z++ cd ./tools
4692023-11-07T05:12:43.906Z++ pwd
4702023-11-07T05:12:43.937Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712023-11-07T05:12:43.953Z++ basename ./tools/ci_download_dendrite_openapi
4722023-11-07T05:12:43.973Z+ ARG0=ci_download_dendrite_openapi
4732023-11-07T05:12:43.992Z+ TARGET_DIR=out
4742023-11-07T05:12:44.436Z+ DOWNLOAD_DIR=out/downloads
4752023-11-07T05:12:44.448Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762023-11-07T05:12:44.461Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
4772023-11-07T05:12:44.482Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4782023-11-07T05:12:44.504Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4792023-11-07T05:12:44.516Z+ LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4802023-11-07T05:12:44.534Z+ main
4812023-11-07T05:12:44.554Z+ [[ 0 != 0 ]]
4822023-11-07T05:12:44.574Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json'
4832023-11-07T05:12:45.123ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4842023-11-07T05:12:45.178Z+ echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json'
4852023-11-07T05:12:45.222ZLocal file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4862023-11-07T05:12:45.244Z+ local DO_DOWNLOAD=true
4872023-11-07T05:12:45.265Z+ [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]]
4882023-11-07T05:12:45.282Z+ mkdir -p out/downloads
4892023-11-07T05:12:45.297Z+ '[' true == true ']'
4902023-11-07T05:12:45.315Z+ echo Downloading...
4912023-11-07T05:12:45.336ZDownloading...
4922023-11-07T05:12:45.760Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4932023-11-07T05:12:45.792Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4942023-11-07T05:12:45.818Z++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4952023-11-07T05:12:46.264Z++ case "$OSTYPE" in
4962023-11-07T05:12:46.304Z++ SHA=sha256sum
4972023-11-07T05:12:46.321Z++ sha256sum
4982023-11-07T05:12:46.339Z++ awk '{print $1}'
4992023-11-07T05:12:46.369Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5002023-11-07T05:12:46.806Z+ [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]]
5012023-11-07T05:12:46.821Z+ set -o errexit
5022023-11-07T05:12:46.833Z+++ dirname ./tools/ci_download_dendrite_stub
5032023-11-07T05:12:46.859Z++ cd ./tools
5042023-11-07T05:12:46.897Z++ pwd
5052023-11-07T05:12:47.383Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062023-11-07T05:12:47.407Z++ basename ./tools/ci_download_dendrite_stub
5072023-11-07T05:12:47.426Z+ ARG0=ci_download_dendrite_stub
5082023-11-07T05:12:47.452Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5092023-11-07T05:12:47.880Z++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5102023-11-07T05:12:47.902Z++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec
5112023-11-07T05:12:48.331Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5122023-11-07T05:12:48.350Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132023-11-07T05:12:48.535Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5142023-11-07T05:12:48.604Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5152023-11-07T05:12:48.633Z+ TARGET_DIR=out
5162023-11-07T05:12:48.664Z+ DOWNLOAD_DIR=out/downloads
5172023-11-07T05:12:48.695Z+ DEST_DIR=./out/dendrite-stub
5182023-11-07T05:12:48.706Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5192023-11-07T05:12:48.730Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5202023-11-07T05:12:48.738Z+ REPO=oxidecomputer/dendrite
5212023-11-07T05:12:48.758Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949
5222023-11-07T05:12:48.770Z+ main
5232023-11-07T05:12:48.784Z+ [[ 0 != 0 ]]
5242023-11-07T05:12:48.798Z+ CIDL_OS=solaris2.11
5252023-11-07T05:12:48.812Z+ [[ 0 != 0 ]]
5262023-11-07T05:12:48.827Z+ configure_os solaris2.11
5272023-11-07T05:12:48.844Z+ echo 'current directory: /work/oxidecomputer/omicron'
5282023-11-07T05:12:48.862Zcurrent directory: /work/oxidecomputer/omicron
5292023-11-07T05:12:48.874Z+ echo 'configuring based on OS: "solaris2.11"'
5302023-11-07T05:12:48.895Zconfiguring based on OS: "solaris2.11"
5312023-11-07T05:12:48.907Z+ case "$1" in
5322023-11-07T05:12:48.916ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5332023-11-07T05:12:48.921Z+ SET_BINARIES=
5342023-11-07T05:12:49.338ZLocal file: out/downloads/dendrite-stub.tar.gz
5352023-11-07T05:12:49.349Z+ CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5362023-11-07T05:12:49.366ZDownloading...
5372023-11-07T05:12:49.378Z+ CIDL_SHA256FUNC=do_sha256sum
5382023-11-07T05:12:49.389Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5392023-11-07T05:12:49.396Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5402023-11-07T05:12:49.403Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5412023-11-07T05:12:49.410Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz'
5422023-11-07T05:12:49.419Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5432023-11-07T05:12:49.429Z+ mkdir -p out/downloads
5442023-11-07T05:12:49.438Z+ mkdir -p ./out/dendrite-stub
5452023-11-07T05:12:49.472Z+ fetch_and_verify
5462023-11-07T05:12:49.492Z+ local DO_DOWNLOAD=true
5472023-11-07T05:12:49.588Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5482023-11-07T05:12:49.629Z+ '[' true == true ']'
5492023-11-07T05:12:49.644Z+ echo Downloading...
5502023-11-07T05:12:49.663Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5512023-11-07T05:12:49.689Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5522023-11-07T05:13:05.488Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5532023-11-07T05:13:05.510Z++ sha256sum
5542023-11-07T05:13:05.530Z++ awk '{print $1}'
5552023-11-07T05:13:05.557Z+ calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5562023-11-07T05:13:05.579Z+ [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]]
5572023-11-07T05:13:05.597Z+ do_untar out/downloads/dendrite-stub.tar.gz
5582023-11-07T05:13:06.026Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5592023-11-07T05:13:06.522Z+ do_assemble
5602023-11-07T05:13:06.541Z+ rm -r ./out/dendrite-stub
5612023-11-07T05:13:06.564Z+ mkdir ./out/dendrite-stub
5622023-11-07T05:13:06.586Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5632023-11-07T05:13:06.642Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5642023-11-07T05:13:06.657Z+ set -o errexit
5652023-11-07T05:13:06.694Z+++ dirname ./tools/ci_download_maghemite_mgd
5662023-11-07T05:13:06.703Z++ cd ./tools
5672023-11-07T05:13:06.733Z++ pwd
5682023-11-07T05:13:06.746Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692023-11-07T05:13:06.754Z++ basename ./tools/ci_download_maghemite_mgd
5702023-11-07T05:13:06.766Z+ ARG0=ci_download_maghemite_mgd
5712023-11-07T05:13:06.774Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5722023-11-07T05:13:06.784Z++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
5732023-11-07T05:13:06.799Z++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c
5742023-11-07T05:13:06.810Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5752023-11-07T05:13:06.823Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
5762023-11-07T05:13:06.835Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
5772023-11-07T05:13:06.856Z+ TARGET_DIR=out
5782023-11-07T05:13:06.870Z+ DOWNLOAD_DIR=out/downloads
5792023-11-07T05:13:06.895Z+ DEST_DIR=./out/mgd
5802023-11-07T05:13:06.905Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5812023-11-07T05:13:06.925Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822023-11-07T05:13:06.941Z+ REPO=oxidecomputer/maghemite
5832023-11-07T05:13:06.953Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877
5842023-11-07T05:13:06.964Z+ main
5852023-11-07T05:13:06.980Z+ [[ 0 != 0 ]]
5862023-11-07T05:13:06.987Z+ CIDL_OS=solaris2.11
5872023-11-07T05:13:07.002Z+ [[ 0 != 0 ]]
5882023-11-07T05:13:07.017Z+ configure_os solaris2.11
5892023-11-07T05:13:07.029Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902023-11-07T05:13:07.034Zcurrent directory: /work/oxidecomputer/omicron
5912023-11-07T05:13:07.038Z+ echo 'configuring based on OS: "solaris2.11"'
5922023-11-07T05:13:07.044Zconfiguring based on OS: "solaris2.11"
5932023-11-07T05:13:07.049Z+ case "$1" in
5942023-11-07T05:13:07.055Z+ SET_BINARIES=
5952023-11-07T05:13:07.064Z+ CIDL_SHA256FUNC=do_sha256sum
5962023-11-07T05:13:07.080Z+ TARBALL_FILENAME=mgd.tar.gz
5972023-11-07T05:13:07.087Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
5982023-11-07T05:13:07.090Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5992023-11-07T05:13:07.093Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz'
6002023-11-07T05:13:07.096ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6012023-11-07T05:13:07.099Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6022023-11-07T05:13:07.101ZLocal file: out/downloads/mgd.tar.gz
6032023-11-07T05:13:07.104Z+ mkdir -p out/downloads
6042023-11-07T05:13:07.107Z+ mkdir -p ./out/mgd
6052023-11-07T05:13:07.111Z+ fetch_and_verify
6062023-11-07T05:13:07.114Z+ local DO_DOWNLOAD=true
6072023-11-07T05:13:07.120Z+ [[ -f out/downloads/mgd.tar.gz ]]
6082023-11-07T05:13:07.123Z+ '[' true == true ']'
6092023-11-07T05:13:07.130Z+ echo Downloading...
6102023-11-07T05:13:07.148ZDownloading...
6112023-11-07T05:13:07.157Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz
6122023-11-07T05:13:07.163Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6132023-11-07T05:13:20.017Z++ do_sha256sum out/downloads/mgd.tar.gz
6142023-11-07T05:13:20.033Z++ sha256sum
6152023-11-07T05:13:20.058Z++ awk '{print $1}'
6162023-11-07T05:13:20.065Z+ calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
6172023-11-07T05:13:20.073Z+ [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]]
6182023-11-07T05:13:20.084Z+ do_untar out/downloads/mgd.tar.gz
6192023-11-07T05:13:20.088Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6202023-11-07T05:13:20.782Z+ do_assemble
6212023-11-07T05:13:20.786Z+ rm -r ./out/mgd
6222023-11-07T05:13:20.790Z+ mkdir ./out/mgd
6232023-11-07T05:13:20.793Z+ cp -r out/downloads/root ./out/mgd/root
6242023-11-07T05:13:20.996Z+ set -o errexit
6252023-11-07T05:13:21.008Z+++ dirname ./tools/ci_download_transceiver_control
6262023-11-07T05:13:21.020Z++ cd ./tools
6272023-11-07T05:13:21.035Z++ pwd
6282023-11-07T05:13:21.065Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6292023-11-07T05:13:21.069Z++ basename ./tools/ci_download_transceiver_control
6302023-11-07T05:13:21.081Z+ ARG0=ci_download_transceiver_control
6312023-11-07T05:13:21.096Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6322023-11-07T05:13:21.113Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6332023-11-07T05:13:21.134Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342023-11-07T05:13:21.175Z+ TARGET_DIR=out
6352023-11-07T05:13:21.194Z+ DOWNLOAD_DIR=out/downloads
6362023-11-07T05:13:21.216Z+ DEST_DIR=./out/transceiver-control
6372023-11-07T05:13:21.229Z+ BIN_DIR=/opt/oxide/bin
6382023-11-07T05:13:21.259Z+ BINARY=xcvradm
6392023-11-07T05:13:21.277Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402023-11-07T05:13:21.288Z+ REPO=oxidecomputer/transceiver-control
6412023-11-07T05:13:21.298Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422023-11-07T05:13:21.311Z+ main
6432023-11-07T05:13:21.322Z+ [[ 0 != 0 ]]
6442023-11-07T05:13:21.336Z+ CIDL_OS=solaris2.11
6452023-11-07T05:13:21.347Z+ [[ 0 != 0 ]]
6462023-11-07T05:13:21.362Z+ configure_os solaris2.11
6472023-11-07T05:13:21.373Z+ echo 'current directory: /work/oxidecomputer/omicron'
6482023-11-07T05:13:21.403Zcurrent directory: /work/oxidecomputer/omicron
6492023-11-07T05:13:21.425Zconfiguring based on OS: "solaris2.11"
6502023-11-07T05:13:21.446Z+ echo 'configuring based on OS: "solaris2.11"'
6512023-11-07T05:13:21.461Z+ case "$1" in
6522023-11-07T05:13:21.582Z+ SET_BINARIES=
6532023-11-07T05:13:21.604Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542023-11-07T05:13:21.610Z+ CIDL_SHA256FUNC=do_sha256sum
6552023-11-07T05:13:21.617Z+ ARCHIVE_FILENAME=xcvradm.gz
6562023-11-07T05:13:21.626Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572023-11-07T05:13:21.635Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582023-11-07T05:13:21.650Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592023-11-07T05:13:21.659ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602023-11-07T05:13:21.682ZLocal file: out/downloads/xcvradm.gz
6612023-11-07T05:13:21.699Z+ echo 'Local file: out/downloads/xcvradm.gz'
6622023-11-07T05:13:21.714Z+ mkdir -p out/downloads
6632023-11-07T05:13:21.724Z+ mkdir -p ./out/transceiver-control
6642023-11-07T05:13:21.742Z+ fetch_and_verify
6652023-11-07T05:13:21.801Z+ local DO_DOWNLOAD=true
6662023-11-07T05:13:22.244Z+ [[ -f out/downloads/xcvradm.gz ]]
6672023-11-07T05:13:22.255Z+ '[' true == true ']'
6682023-11-07T05:13:22.272Z+ echo Downloading...
6692023-11-07T05:13:22.292ZDownloading...
6702023-11-07T05:13:22.320Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6712023-11-07T05:13:22.346Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6722023-11-07T05:13:26.583Z++ do_sha256sum out/downloads/xcvradm.gz
6732023-11-07T05:13:26.596Z++ sha256sum
6742023-11-07T05:13:26.635Z++ awk '{print $1}'
6752023-11-07T05:13:26.652Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762023-11-07T05:13:27.066Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6772023-11-07T05:13:27.081Z+ do_unpack out/downloads/xcvradm.gz
6782023-11-07T05:13:27.531Z+ mkdir -p out/downloads/root//opt/oxide/bin
6792023-11-07T05:13:27.558Z+ gzip -dc out/downloads/xcvradm.gz
6802023-11-07T05:13:27.583Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6812023-11-07T05:13:27.607Z+ do_assemble
6822023-11-07T05:13:28.027Z+ rm -r ./out/transceiver-control
6832023-11-07T05:13:28.039Z+ mkdir ./out/transceiver-control
6842023-11-07T05:13:28.048Z+ cp -r out/downloads/root ./out/transceiver-control/root
6852023-11-07T05:13:28.054ZAll prerequisites installed successfully
6862023-11-07T05:13:28.064Z
6872023-11-07T05:13:28.763Zreal 2:50.476581615
6882023-11-07T05:13:28.778Zuser 52.469661412
6892023-11-07T05:13:28.790Zsys 10.803097031
6902023-11-07T05:13:28.807Ztrap 0.021935146
6912023-11-07T05:13:29.238Ztflt 0.232475943
6922023-11-07T05:13:29.248Zdflt 1.006724818
6932023-11-07T05:13:29.260Zkflt 0.209345173
6942023-11-07T05:13:29.277Zlock 1.947431403
6952023-11-07T05:13:29.293Zslp 5:49.360424247
6962023-11-07T05:13:29.300Zlat 4.290384913
6972023-11-07T05:13:29.311Zstop 0.071173228
6982023-11-07T05:13:29.318Z+ banner end-to-end-tests
6992023-11-07T05:13:29.335Z
7002023-11-07T05:13:29.342Z ###### # # ##### ##### #### ###### # # #####
7012023-11-07T05:13:30.211Z # ## # # # # # # # ## # # #
7022023-11-07T05:13:30.231Z ##### # # # # # ##### # # # ##### ##### # # # # #
7032023-11-07T05:13:30.250Z # # # # # # # # # # # # # # #
7042023-11-07T05:13:30.269Z # # ## # # # # # # # ## # #
7052023-11-07T05:13:30.295Z ###### # # ##### # #### ###### # # #####
7062023-11-07T05:13:30.316Z
7072023-11-07T05:13:30.340Z+ export CARGO_PROFILE_DEV_DEBUG=1
7082023-11-07T05:13:30.359Z+ CARGO_PROFILE_DEV_DEBUG=1
7092023-11-07T05:13:30.378Z+ export CARGO_PROFILE_TEST_DEBUG=1
7102023-11-07T05:13:30.398Z+ CARGO_PROFILE_TEST_DEBUG=1
7112023-11-07T05:13:30.416Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7122023-11-07T05:13:30.433Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7132023-11-07T05:13:30.453Z Updating crates.io index
7142023-11-07T05:13:30.468Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7152023-11-07T05:13:30.483Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7162023-11-07T05:13:30.499Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7172023-11-07T05:13:30.524Z Updating git repository `http://github.com/oxidecomputer/tofino`
7182023-11-07T05:13:30.924Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7192023-11-07T05:13:31.160Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7202023-11-07T05:13:31.604Z Updating git repository `https://github.com/oxidecomputer/propolis`
7212023-11-07T05:13:32.984Z Updating git repository `https://github.com/oxidecomputer/crucible`
7222023-11-07T05:13:34.130Z Updating git repository `https://github.com/oxidecomputer/opte`
7232023-11-07T05:13:35.068Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7242023-11-07T05:13:35.454Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7252023-11-07T05:13:35.777Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7262023-11-07T05:13:36.363Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7272023-11-07T05:13:36.671Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7282023-11-07T05:13:37.134Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7292023-11-07T05:13:37.466Z Updating git repository `https://github.com/njaremko/samael`
7302023-11-07T05:13:38.027Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7312023-11-07T05:13:39.574Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7322023-11-07T05:13:39.975Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7332023-11-07T05:13:40.359Z Updating git repository `https://github.com/jgallagher/nix`
7342023-11-07T05:13:41.658Z Updating git repository `https://github.com/cbiffle/hubpack`
7352023-11-07T05:13:41.990Z Updating git repository `https://github.com/oxidecomputer/omicron`
7362023-11-07T05:13:51.225Z Updating git repository `https://github.com/oxidecomputer/rfb`
7372023-11-07T05:13:51.703Z Updating git repository `https://github.com/oxidecomputer/typify`
7382023-11-07T05:13:52.858Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7392023-11-07T05:13:53.253Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7402023-11-07T05:13:53.618Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7412023-11-07T05:13:55.019Z Downloading crates ...
7422023-11-07T05:13:55.281Z Downloaded num v0.4.1
7432023-11-07T05:13:55.290Z Downloaded bcrypt-pbkdf v0.10.0
7442023-11-07T05:13:55.296Z Downloaded nibble_vec v0.1.0
7452023-11-07T05:13:55.303Z Downloaded memoffset v0.7.1
7462023-11-07T05:13:55.318Z Downloaded num-iter v0.1.43
7472023-11-07T05:13:55.333Z Downloaded num_enum v0.7.0
7482023-11-07T05:13:55.341Z Downloaded pem v1.1.1
7492023-11-07T05:13:55.348Z Downloaded num_cpus v1.16.0
7502023-11-07T05:13:55.362Z Downloaded atomicwrites v0.4.2
7512023-11-07T05:13:55.382Z Downloaded parking_lot_core v0.9.8
7522023-11-07T05:13:55.393Z Downloaded aead v0.5.2
7532023-11-07T05:13:55.410Z Downloaded pkcs8 v0.10.2
7542023-11-07T05:13:55.420Z Downloaded pin-utils v0.1.0
7552023-11-07T05:13:55.429Z Downloaded bytes v1.5.0
7562023-11-07T05:13:55.436Z Downloaded once_cell v1.18.0
7572023-11-07T05:13:55.442Z Downloaded atty v0.2.14
7582023-11-07T05:13:55.446Z Downloaded ciborium-io v0.2.1
7592023-11-07T05:13:55.461Z Downloaded omicron-zone-package v0.8.3
7602023-11-07T05:13:55.487Z Downloaded cpufeatures v0.2.9
7612023-11-07T05:13:56.322Z Downloaded convert_case v0.4.0
7622023-11-07T05:13:56.329Z Downloaded async-stream v0.3.5
7632023-11-07T05:13:56.336Z Downloaded managed v0.8.0
7642023-11-07T05:13:56.348Z Downloaded lru-cache v0.1.2
7652023-11-07T05:13:56.353Z Downloaded match_cfg v0.1.0
7662023-11-07T05:13:56.357Z Downloaded num_threads v0.1.6
7672023-11-07T05:13:56.359Z Downloaded option-ext v0.2.0
7682023-11-07T05:13:56.362Z Downloaded pretty-hex v0.2.1
7692023-11-07T05:13:56.365Z Downloaded miniz_oxide v0.7.1
7702023-11-07T05:13:56.368Z Downloaded num-traits v0.2.16
7712023-11-07T05:13:56.371Z Downloaded normalize-line-endings v0.3.0
7722023-11-07T05:13:56.374Z Downloaded tinyvec_macros v0.1.1
7732023-11-07T05:13:56.376Z Downloaded pest_generator v2.7.2
7742023-11-07T05:13:56.380Z Downloaded anstream v0.5.0
7752023-11-07T05:13:56.383Z Downloaded pest_meta v2.7.2
7762023-11-07T05:13:56.386Z Downloaded bitflags v1.3.2
7772023-11-07T05:13:56.389Z Downloaded futures-sink v0.3.29
7782023-11-07T05:13:56.397Z Downloaded ahash v0.8.3
7792023-11-07T05:13:56.400Z Downloaded lazy_static v1.4.0
7802023-11-07T05:13:56.403Z Downloaded memoffset v0.9.0
7812023-11-07T05:13:56.406Z Downloaded form_urlencoded v1.2.0
7822023-11-07T05:13:56.409Z Downloaded num_enum v0.5.11
7832023-11-07T05:13:56.412Z Downloaded foreign-types v0.3.2
7842023-11-07T05:13:56.415Z Downloaded digest v0.10.7
7852023-11-07T05:13:56.418Z Downloaded proc-macro-error v1.0.4
7862023-11-07T05:13:56.421Z Downloaded backoff v0.4.0
7872023-11-07T05:13:56.424Z Downloaded float-cmp v0.9.0
7882023-11-07T05:13:56.429Z Downloaded crypto-bigint v0.5.2
7892023-11-07T05:13:56.433Z Downloaded version_check v0.9.4
7902023-11-07T05:13:56.438Z Downloaded md-5 v0.10.5
7912023-11-07T05:13:56.442Z Downloaded log v0.4.20
7922023-11-07T05:13:56.446Z Downloaded vec_map v0.8.2
7932023-11-07T05:13:56.470Z Downloaded time-core v0.1.1
7942023-11-07T05:13:56.477Z Downloaded vsss-rs v3.3.1
7952023-11-07T05:13:56.483Z Downloaded const-oid v0.9.5
7962023-11-07T05:13:56.493Z Downloaded funty v2.0.0
7972023-11-07T05:13:56.506Z Downloaded ascii v1.1.0
7982023-11-07T05:13:56.526Z Downloaded group v0.13.0
7992023-11-07T05:13:56.554Z Downloaded futures-task v0.3.29
8002023-11-07T05:13:56.567Z Downloaded try-lock v0.2.4
8012023-11-07T05:13:56.580Z Downloaded russh-cryptovec v0.7.0
8022023-11-07T05:13:56.591Z Downloaded signal-hook-registry v1.4.1
8032023-11-07T05:13:56.598Z Downloaded filetime v0.2.22
8042023-11-07T05:13:56.604Z Downloaded strsim v0.8.0
8052023-11-07T05:13:56.612Z Downloaded foreign-types-macros v0.2.3
8062023-11-07T05:13:56.620Z Downloaded tokio-rustls v0.24.1
8072023-11-07T05:13:56.631Z Downloaded base64 v0.13.1
8082023-11-07T05:13:56.640Z Downloaded instant v0.1.12
8092023-11-07T05:13:57.138Z Downloaded rand_chacha v0.2.2
8102023-11-07T05:13:57.169Z Downloaded typenum v1.16.0
8112023-11-07T05:13:57.190Z Downloaded sct v0.7.0
8122023-11-07T05:13:57.222Z Downloaded futures-io v0.3.29
8132023-11-07T05:13:57.269Z Downloaded spin v0.5.2
8142023-11-07T05:13:57.272Z Downloaded serde_path_to_error v0.1.14
8152023-11-07T05:13:57.275Z Downloaded httparse v1.8.0
8162023-11-07T05:13:57.279Z Downloaded term v0.7.0
8172023-11-07T05:13:57.283Z Downloaded foreign-types v0.5.0
8182023-11-07T05:13:57.433Z Downloaded vergen v8.2.4
8192023-11-07T05:13:57.934Z Downloaded take_mut v0.2.2
8202023-11-07T05:14:01.739Z Downloaded futures-core v0.3.29
8212023-11-07T05:14:01.975Z Downloaded structopt v0.3.26
8222023-11-07T05:14:02.059Z Downloaded slog-envlogger v2.2.0
8232023-11-07T05:14:02.140Z Downloaded hubpack v0.1.2
8242023-11-07T05:14:02.279Z Downloaded slog-bunyan v2.4.0
8252023-11-07T05:14:02.300Z Downloaded hex-literal v0.4.1
8262023-11-07T05:14:02.348Z Downloaded toolchain_find v0.2.0
8272023-11-07T05:14:03.151Z Downloaded siphasher v0.3.11
8282023-11-07T05:14:03.249Z Downloaded errno v0.3.2
8292023-11-07T05:14:03.358Z Downloaded tokio-tungstenite v0.18.0
8302023-11-07T05:14:03.420Z Downloaded io-lifetimes v1.0.11
8312023-11-07T05:14:03.508Z Downloaded keccak v0.1.4
8322023-11-07T05:14:03.627Z Downloaded unicase v2.7.0
8332023-11-07T05:14:03.679Z Downloaded strum v0.25.0
8342023-11-07T05:14:03.743Z Downloaded arc-swap v1.6.0
8352023-11-07T05:14:03.780Z Downloaded humantime v2.1.0
8362023-11-07T05:14:03.830Z Downloaded slog-async v2.8.0
8372023-11-07T05:14:03.859Z Downloaded schemars_derive v0.8.13
8382023-11-07T05:14:03.886Z Downloaded foreign-types-shared v0.3.1
8392023-11-07T05:14:03.908Z Downloaded usdt-macro v0.3.5
8402023-11-07T05:14:03.933Z Downloaded usdt-attr-macro v0.3.5
8412023-11-07T05:14:03.962Z Downloaded rustversion v1.0.14
8422023-11-07T05:14:03.987Z Downloaded endian-type v0.1.2
8432023-11-07T05:14:04.414Z Downloaded heck v0.4.1
8442023-11-07T05:14:04.440Z Downloaded rcgen v0.11.3
8452023-11-07T05:14:04.872Z Downloaded hostname v0.3.1
8462023-11-07T05:14:04.894Z Downloaded rustc-demangle v0.1.23
8472023-11-07T05:14:04.910Z Downloaded thiserror v1.0.49
8482023-11-07T05:14:04.926Z Downloaded slog-json v2.6.1
8492023-11-07T05:14:04.938Z Downloaded subprocess v0.2.9
8502023-11-07T05:14:04.959Z Downloaded fallible-iterator v0.2.0
8512023-11-07T05:14:04.977Z Downloaded hyper-tls v0.5.0
8522023-11-07T05:14:04.987Z Downloaded string_cache v0.8.7
8532023-11-07T05:14:05.003Z Downloaded erased-serde v0.3.30
8542023-11-07T05:14:05.435Z Downloaded fxhash v0.2.1
8552023-11-07T05:14:05.463Z Downloaded dtrace-parser v0.1.14
8562023-11-07T05:14:05.887Z Downloaded wyz v0.5.1
8572023-11-07T05:14:05.894Z Downloaded dyn-clone v1.0.13
8582023-11-07T05:14:05.901Z Downloaded dirs-next v2.0.0
8592023-11-07T05:14:05.908Z Downloaded inout v0.1.3
8602023-11-07T05:14:05.920Z Downloaded untrusted v0.9.0
8612023-11-07T05:14:05.930Z Downloaded heck v0.3.3
8622023-11-07T05:14:05.940Z Downloaded usdt v0.3.5
8632023-11-07T05:14:05.954Z Downloaded futures-macro v0.3.29
8642023-11-07T05:14:05.966Z Downloaded unicode-xid v0.2.4
8652023-11-07T05:14:05.979Z Downloaded either v1.9.0
8662023-11-07T05:14:06.406Z Downloaded radium v0.7.0
8672023-11-07T05:14:06.423Z Downloaded hex v0.4.3
8682023-11-07T05:14:06.437Z Downloaded ed25519 v2.2.2
8692023-11-07T05:14:06.452Z Downloaded thread_local v1.1.7
8702023-11-07T05:14:06.474Z Downloaded time-macros v0.2.13
8712023-11-07T05:14:06.494Z Downloaded generic-array v0.14.7
8722023-11-07T05:14:06.512Z Downloaded tempfile v3.8.0
8732023-11-07T05:14:06.529Z Downloaded rustc_version v0.4.0
8742023-11-07T05:14:06.548Z Downloaded thiserror-impl-no-std v2.0.2
8752023-11-07T05:14:06.569Z Downloaded ringbuffer v0.15.0
8762023-11-07T05:14:06.595Z Downloaded zip v0.6.6
8772023-11-07T05:14:06.621Z Downloaded futures-channel v0.3.29
8782023-11-07T05:14:06.643Z Downloaded httpdate v1.0.3
8792023-11-07T05:14:06.655Z Downloaded ucd-trie v0.1.6
8802023-11-07T05:14:06.664Z Downloaded memchr v2.6.3
8812023-11-07T05:14:06.682Z Downloaded serde_derive v1.0.188
8822023-11-07T05:14:06.694Z Downloaded stringprep v0.1.3
8832023-11-07T05:14:06.702Z Downloaded semver-parser v0.10.2
8842023-11-07T05:14:06.719Z Downloaded winnow v0.5.15
8852023-11-07T05:14:06.731Z Downloaded tap v1.0.1
8862023-11-07T05:14:06.749Z Downloaded signature v2.1.0
8872023-11-07T05:14:06.781Z Downloaded scheduled-thread-pool v0.2.7
8882023-11-07T05:14:06.806Z Downloaded same-file v1.0.6
8892023-11-07T05:14:06.825Z Downloaded indexmap v1.9.3
8902023-11-07T05:14:06.836Z Downloaded hashbrown v0.14.2
8912023-11-07T05:14:06.851Z Downloaded half v1.8.2
8922023-11-07T05:14:06.867Z Downloaded indexmap v2.1.0
8932023-11-07T05:14:07.304Z Downloaded similar v2.2.1
8942023-11-07T05:14:07.793Z Downloaded trust-dns-client v0.22.0
8952023-11-07T05:14:07.808Z Downloaded http v0.2.9
8962023-11-07T05:14:07.826Z Downloaded elliptic-curve v0.13.5
8972023-11-07T05:14:07.842Z Downloaded h2 v0.3.21
8982023-11-07T05:14:07.863Z Downloaded hashbrown v0.13.2
8992023-11-07T05:14:07.883Z Downloaded regex-automata v0.1.10
9002023-11-07T05:14:07.900Z Downloaded itertools v0.10.5
9012023-11-07T05:14:07.912Z Downloaded toml v0.5.11
9022023-11-07T05:14:07.923Z Downloaded vcpkg v0.2.15
9032023-11-07T05:14:07.933Z Downloaded headers v0.3.9
9042023-11-07T05:14:07.950Z Downloaded rand v0.8.5
9052023-11-07T05:14:07.968Z Downloaded object v0.32.1
9062023-11-07T05:14:07.975Z Downloaded hkdf v0.12.3
9072023-11-07T05:14:07.984Z Downloaded aes v0.8.3
9082023-11-07T05:14:07.994Z Downloaded unicode-segmentation v1.10.1
9092023-11-07T05:14:08.004Z Downloaded tokio-util v0.7.10
9102023-11-07T05:14:08.013Z Downloaded ed25519-dalek v2.0.0
9112023-11-07T05:14:08.028Z Downloaded libm v0.2.7
9122023-11-07T05:14:08.041Z Downloaded unicode-normalization v0.1.22
9132023-11-07T05:14:08.055Z Downloaded curve25519-dalek v4.1.0
9142023-11-07T05:14:08.067Z Downloaded syn v1.0.109
9152023-11-07T05:14:08.083Z Downloaded regress v0.7.1
9162023-11-07T05:14:08.103Z Downloaded radix_trie v0.2.1
9172023-11-07T05:14:08.122Z Downloaded russh v0.38.0
9182023-11-07T05:14:08.158Z Downloaded rand v0.7.3
9192023-11-07T05:14:08.173Z Downloaded regex-syntax v0.8.2
9202023-11-07T05:14:08.188Z Downloaded rusqlite v0.29.0
9212023-11-07T05:14:08.198Z Downloaded regex-syntax v0.7.5
9222023-11-07T05:14:08.650Z Downloaded rustls-webpki v0.101.7
9232023-11-07T05:14:08.688Z Downloaded sled v0.34.7
9242023-11-07T05:14:08.706Z Downloaded zerocopy-derive v0.6.4
9252023-11-07T05:14:08.785Z Downloaded git2 v0.17.2
9262023-11-07T05:14:08.820Z Downloaded bitvec v1.0.1
9272023-11-07T05:14:08.831Z Downloaded tokio v1.33.0
9282023-11-07T05:14:08.843Z Downloaded nix v0.26.2
9292023-11-07T05:14:08.861Z Downloaded sha3 v0.10.8
9302023-11-07T05:14:08.885Z Downloaded winapi v0.3.9
9312023-11-07T05:14:08.901Z Downloaded syn v2.0.32
9322023-11-07T05:14:09.781Z Downloaded hyper v0.14.27
9332023-11-07T05:14:09.818Z Downloaded smoltcp v0.9.1
9342023-11-07T05:14:09.841Z Downloaded bstr v0.2.17
9352023-11-07T05:14:10.274Z Downloaded rustix v0.38.9
9362023-11-07T05:14:10.287Z Downloaded gimli v0.28.0
9372023-11-07T05:14:10.309Z Downloaded rustix v0.37.23
9382023-11-07T05:14:10.327Z Downloaded bstr v1.6.0
9392023-11-07T05:14:10.340Z Downloaded smoltcp v0.8.2
9402023-11-07T05:14:10.353Z Downloaded regex v1.10.2
9412023-11-07T05:14:10.380Z Downloaded rustls v0.21.8
9422023-11-07T05:14:10.403Z Downloaded openssl v0.10.57
9432023-11-07T05:14:10.503Z Downloaded zerocopy-derive v0.2.0
9442023-11-07T05:14:10.922Z Downloaded futures-util v0.3.29
9452023-11-07T05:14:11.342Z Downloaded chrono v0.4.31
9462023-11-07T05:14:11.352Z Downloaded ring v0.16.20
9472023-11-07T05:14:11.358Z Downloaded idna v0.2.3
9482023-11-07T05:14:11.369Z Downloaded bzip2-sys v0.1.11+1.0.8
9492023-11-07T05:14:11.385Z Downloaded regex-automata v0.4.3
9502023-11-07T05:14:11.401Z Downloaded regex-automata v0.3.8
9512023-11-07T05:14:11.410Z Downloaded libc v0.2.150
9522023-11-07T05:14:11.422Z Downloaded regex-syntax v0.6.29
9532023-11-07T05:14:11.436Z Downloaded trust-dns-proto v0.22.0
9542023-11-07T05:14:11.448Z Downloaded openapiv3 v1.0.3
9552023-11-07T05:14:11.455Z Downloaded serde_json v1.0.108
9562023-11-07T05:14:11.463Z Downloaded reqwest v0.11.20
9572023-11-07T05:14:11.470Z Downloaded diesel v2.1.3
9582023-11-07T05:14:11.478Z Downloaded itertools v0.11.0
9592023-11-07T05:14:11.486Z Downloaded aho-corasick v1.0.4
9602023-11-07T05:14:11.498Z Downloaded idna v0.4.0
9612023-11-07T05:14:11.573Z Downloaded webpki-roots v0.25.2
9622023-11-07T05:14:11.601Z Downloaded toml_edit v0.19.15
9632023-11-07T05:14:12.013Z Downloaded serde_with v2.3.3
9642023-11-07T05:14:12.017Z Downloaded trust-dns-server v0.22.1
9652023-11-07T05:14:12.021Z Downloaded heapless v0.7.16
9662023-11-07T05:14:12.033Z Downloaded clap v2.34.0
9672023-11-07T05:14:12.452Z Downloaded schemars v0.8.13
9682023-11-07T05:14:12.470Z Downloaded toml_edit v0.20.7
9692023-11-07T05:14:12.488Z Downloaded serde v1.0.188
9702023-11-07T05:14:12.542Z Downloaded getrandom v0.1.16
9712023-11-07T05:14:12.553Z Downloaded tungstenite v0.20.1
9722023-11-07T05:14:12.567Z Downloaded clap_builder v4.4.2
9732023-11-07T05:14:12.580Z Downloaded encoding_rs v0.8.33
9742023-11-07T05:14:12.702Z Downloaded serde_yaml v0.9.25
9752023-11-07T05:14:12.715Z Downloaded time v0.3.27
9762023-11-07T05:14:12.743Z Downloaded getrandom v0.2.10
9772023-11-07T05:14:12.752Z Downloaded stable_deref_trait v1.2.0
9782023-11-07T05:14:12.761Z Downloaded slog v2.7.0
9792023-11-07T05:14:12.772Z Downloaded url v2.4.1
9802023-11-07T05:14:12.786Z Downloaded hashbrown v0.12.3
9812023-11-07T05:14:12.805Z Downloaded enum-as-inner v0.5.1
9822023-11-07T05:14:12.814Z Downloaded backtrace v0.3.69
9832023-11-07T05:14:12.844Z Downloaded libgit2-sys v0.15.2+1.6.4
9842023-11-07T05:14:12.870Z Downloaded serde_with_macros v2.3.3
9852023-11-07T05:14:12.885Z Downloaded hmac v0.12.1
9862023-11-07T05:14:12.897Z Downloaded hyper-rustls v0.24.2
9872023-11-07T05:14:12.908Z Downloaded quick-error v1.2.3
9882023-11-07T05:14:12.918Z Downloaded whoami v1.4.1
9892023-11-07T05:14:12.928Z Downloaded itoa v1.0.9
9902023-11-07T05:14:12.941Z Downloaded ron v0.7.1
9912023-11-07T05:14:12.952Z Downloaded serde_tokenstream v0.2.0
9922023-11-07T05:14:12.964Z Downloaded serde_derive_internals v0.26.0
9932023-11-07T05:14:12.983Z Downloaded structmeta v0.2.0
9942023-11-07T05:14:12.993Z Downloaded secrecy v0.8.0
9952023-11-07T05:14:13.011Z Downloaded hash32 v0.2.1
9962023-11-07T05:14:13.024Z Downloaded dof v0.1.5
9972023-11-07T05:14:13.446Z Downloaded rand_core v0.6.4
9982023-11-07T05:14:13.472Z Downloaded structmeta-derive v0.1.6
9992023-11-07T05:14:13.494Z Downloaded usdt-impl v0.3.5
10002023-11-07T05:14:13.516Z Downloaded russh-keys v0.38.0
10012023-11-07T05:14:13.533Z Downloaded spin v0.9.8
10022023-11-07T05:14:14.361Z Downloaded dirs-sys v0.4.1
10032023-11-07T05:14:14.375Z Downloaded serde_spanned v0.6.4
10042023-11-07T05:14:14.812Z Downloaded home v0.5.5
10052023-11-07T05:14:14.858Z Downloaded trust-dns-resolver v0.22.0
10062023-11-07T05:14:14.885Z Downloaded env_logger v0.9.3
10072023-11-07T05:14:14.919Z Downloaded static_assertions v1.1.0
10082023-11-07T05:14:14.938Z Downloaded getopts v0.2.21
10092023-11-07T05:14:14.960Z Downloaded rustfmt-wrapper v0.2.0
10102023-11-07T05:14:14.986Z Downloaded tokio-postgres v0.7.10
10112023-11-07T05:14:15.017Z Downloaded slog-scope v4.4.0
10122023-11-07T05:14:15.039Z Downloaded futures v0.3.29
10132023-11-07T05:14:15.050Z Downloaded base64 v0.21.5
10142023-11-07T05:14:15.062Z Downloaded socket2 v0.4.9
10152023-11-07T05:14:15.088Z Downloaded rustls-native-certs v0.6.3
10162023-11-07T05:14:15.094Z Downloaded semver v1.0.20
10172023-11-07T05:14:15.102Z Downloaded rand_core v0.5.1
10182023-11-07T05:14:15.108Z Downloaded thiserror-impl v1.0.49
10192023-11-07T05:14:15.114Z Downloaded smf v0.2.2
10202023-11-07T05:14:15.121Z Downloaded flate2 v1.0.28
10212023-11-07T05:14:15.128Z Downloaded num-bigint v0.4.4
10222023-11-07T05:14:15.138Z Downloaded resolv-conf v0.7.0
10232023-11-07T05:14:15.149Z Downloaded slog-dtrace v0.2.3
10242023-11-07T05:14:15.157Z Downloaded walkdir v2.4.0
10252023-11-07T05:14:15.167Z Downloaded slog-term v2.9.0
10262023-11-07T05:14:15.179Z Downloaded r2d2 v0.8.10
10272023-11-07T05:14:15.187Z Downloaded strum_macros v0.25.2
10282023-11-07T05:14:15.198Z Downloaded tokio-tungstenite v0.20.1
10292023-11-07T05:14:15.207Z Downloaded tracing-core v0.1.31
10302023-11-07T05:14:15.216Z Downloaded toml v0.8.6
10312023-11-07T05:14:15.228Z Downloaded tungstenite v0.18.0
10322023-11-07T05:14:15.240Z Downloaded socket2 v0.5.4
10332023-11-07T05:14:15.654Z Downloaded diesel_derives v2.1.1
10342023-11-07T05:14:15.661Z Downloaded futures-executor v0.3.29
10352023-11-07T05:14:15.667Z Downloaded unicode-width v0.1.11
10362023-11-07T05:14:15.672Z Downloaded semver v0.11.0
10372023-11-07T05:14:15.680Z Downloaded rustls-pemfile v1.0.3
10382023-11-07T05:14:15.688Z Downloaded twox-hash v1.6.3
10392023-11-07T05:14:15.692Z Downloaded fallible-streaming-iterator v0.1.9
10402023-11-07T05:14:15.696Z Downloaded scopeguard v1.2.0
10412023-11-07T05:14:15.700Z Downloaded http-range v0.1.5
10422023-11-07T05:14:15.703Z Downloaded blake2 v0.10.6
10432023-11-07T05:14:15.708Z Downloaded tar v0.4.40
10442023-11-07T05:14:15.716Z Downloaded der v0.7.8
10452023-11-07T05:14:15.723Z Downloaded tracing v0.1.37
10462023-11-07T05:14:15.733Z Downloaded ipnet v2.8.0
10472023-11-07T05:14:15.760Z Downloaded lalrpop-util v0.19.12
10482023-11-07T05:14:16.206Z Downloaded jobserver v0.1.26
10492023-11-07T05:14:16.232Z Downloaded ff v0.13.0
10502023-11-07T05:14:16.647Z Downloaded fastrand v2.0.0
10512023-11-07T05:14:16.663Z Downloaded structmeta v0.1.6
10522023-11-07T05:14:16.674Z Downloaded unsafe-libyaml v0.2.9
10532023-11-07T05:14:16.685Z Downloaded toml v0.7.8
10542023-11-07T05:14:16.699Z Downloaded fixedbitset v0.4.2
10552023-11-07T05:14:16.711Z Downloaded spki v0.7.2
10562023-11-07T05:14:17.129Z Downloaded ipnetwork v0.20.0
10572023-11-07T05:14:17.136Z Downloaded uuid v1.5.0
10582023-11-07T05:14:17.143Z Downloaded http-body v0.4.5
10592023-11-07T05:14:17.160Z Downloaded libz-sys v1.1.12
10602023-11-07T05:14:17.173Z Downloaded tokio-native-tls v0.3.1
10612023-11-07T05:14:17.191Z Downloaded crossbeam-channel v0.5.8
10622023-11-07T05:14:17.210Z Downloaded textwrap v0.11.0
10632023-11-07T05:14:17.223Z Downloaded sha2 v0.10.8
10642023-11-07T05:14:17.232Z Downloaded serde_repr v0.1.16
10652023-11-07T05:14:17.254Z Downloaded ghash v0.5.0
10662023-11-07T05:14:17.276Z Downloaded unicode-ident v1.0.12
10672023-11-07T05:14:17.329Z Downloaded unicode-bidi v0.3.13
10682023-11-07T05:14:17.341Z Downloaded strsim v0.10.0
10692023-11-07T05:14:17.360Z Downloaded toml_datetime v0.6.5
10702023-11-07T05:14:17.384Z Downloaded fnv v1.0.7
10712023-11-07T05:14:17.396Z Downloaded chacha20poly1305 v0.10.1
10722023-11-07T05:14:17.408Z Downloaded equivalent v1.0.1
10732023-11-07T05:14:17.426Z Downloaded smallvec v1.11.0
10742023-11-07T05:14:17.437Z Downloaded serde_urlencoded v0.7.1
10752023-11-07T05:14:17.476Z Downloaded serde_tokenstream v0.1.7
10762023-11-07T05:14:17.543Z Downloaded serde_arrays v0.1.0
10772023-11-07T05:14:17.553Z Downloaded quote v1.0.33
10782023-11-07T05:14:17.572Z Downloaded hubpack_derive v0.1.1
10792023-11-07T05:14:17.581Z Downloaded slog-stdlog v4.1.1
10802023-11-07T05:14:17.593Z Downloaded ryu v1.0.15
10812023-11-07T05:14:17.608Z Downloaded zerocopy v0.6.4
10822023-11-07T05:14:17.626Z Downloaded tokio-stream v0.1.14
10832023-11-07T05:14:17.644Z Downloaded hashlink v0.8.3
10842023-11-07T05:14:17.668Z Downloaded yasna v0.5.2
10852023-11-07T05:14:17.692Z Downloaded tinyvec v1.6.0
10862023-11-07T05:14:17.710Z Downloaded is-terminal v0.4.9
10872023-11-07T05:14:18.378Z Downloaded openssl-sys v0.9.93
10882023-11-07T05:14:18.474Z Downloaded glob v0.3.1
10892023-11-07T05:14:18.493Z Downloaded camino v1.1.6
10902023-11-07T05:14:18.546Z Downloaded thiserror-no-std v2.0.2
10912023-11-07T05:14:18.575Z Downloaded tokio-macros v2.1.0
10922023-11-07T05:14:18.621Z Downloaded termcolor v1.2.0
10932023-11-07T05:14:18.658Z Downloaded subtle v2.5.0
10942023-11-07T05:14:18.699Z Downloaded postgres-types v0.2.6
10952023-11-07T05:14:18.771Z Downloaded derive_more v0.99.17
10962023-11-07T05:14:18.796Z Downloaded crossbeam-utils v0.8.16
10972023-11-07T05:14:18.840Z Downloaded const_format_proc_macros v0.2.31
10982023-11-07T05:14:18.870Z Downloaded dirs-sys-next v0.1.2
10992023-11-07T05:14:18.930Z Downloaded utf-8 v0.7.6
11002023-11-07T05:14:18.965Z Downloaded slab v0.4.9
11012023-11-07T05:14:23.250Z Downloaded pest v2.7.2
11022023-11-07T05:14:23.486Z Downloaded dirs v5.0.1
11032023-11-07T05:14:23.854Z Downloaded iana-time-zone v0.1.57
11042023-11-07T05:14:24.058Z Downloaded structmeta-derive v0.2.0
11052023-11-07T05:14:24.162Z Downloaded parking_lot_core v0.8.6
11062023-11-07T05:14:24.196Z Downloaded ring v0.17.5
11072023-11-07T05:14:24.712Z Downloaded hyper-staticfile v0.9.5
11082023-11-07T05:14:24.773Z Downloaded clap_derive v4.4.2
11092023-11-07T05:14:25.196Z Downloaded allocator-api2 v0.2.16
11102023-11-07T05:14:25.235Z Downloaded rand_chacha v0.3.1
11112023-11-07T05:14:25.260Z Downloaded bincode v1.3.3
11122023-11-07T05:14:25.675Z Downloaded headers-core v0.2.0
11132023-11-07T05:14:25.688Z Downloaded zeroize_derive v1.4.2
11142023-11-07T05:14:26.924Z Downloaded zerocopy v0.3.0
11152023-11-07T05:14:26.945Z Downloaded xattr v1.0.1
11162023-11-07T05:14:26.964Z Downloaded universal-hash v0.5.1
11172023-11-07T05:14:26.985Z Downloaded tracing-attributes v0.1.26
11182023-11-07T05:14:27.429Z Downloaded proc-macro2 v1.0.67
11192023-11-07T05:14:27.865Z Downloaded libsqlite3-sys v0.26.0
11202023-11-07T05:14:28.796Z Downloaded const_format v0.2.31
11212023-11-07T05:14:28.813Z Downloaded synstructure v0.12.6
11222023-11-07T05:14:28.825Z Downloaded anstyle-parse v0.2.1
11232023-11-07T05:14:28.839Z Downloaded zeroize v1.6.0
11242023-11-07T05:14:28.857Z Downloaded postcard v0.7.3
11252023-11-07T05:14:28.867Z Downloaded bit-vec v0.6.3
11262023-11-07T05:14:28.885Z Downloaded foreign-types-shared v0.1.1
11272023-11-07T05:14:28.896Z Downloaded block-buffer v0.10.4
11282023-11-07T05:14:28.905Z Downloaded structopt-derive v0.4.18
11292023-11-07T05:14:29.320Z Downloaded proc-macro-crate v1.3.1
11302023-11-07T05:14:29.337Z Downloaded data-encoding v2.4.0
11312023-11-07T05:14:29.351Z Downloaded clap_lex v0.5.1
11322023-11-07T05:14:29.395Z Downloaded sha1 v0.10.5
11332023-11-07T05:14:29.473Z Downloaded libefi-sys v0.1.0
11342023-11-07T05:14:29.494Z Downloaded bit-set v0.5.3
11352023-11-07T05:14:29.518Z Downloaded ansi_term v0.12.1
11362023-11-07T05:14:29.960Z Downloaded argon2 v0.5.2
11372023-11-07T05:14:30.376Z Downloaded ident_case v1.0.1
11382023-11-07T05:14:30.392Z Downloaded tower-service v0.3.2
11392023-11-07T05:14:30.425Z Downloaded cipher v0.4.4
11402023-11-07T05:14:30.564Z Downloaded anyhow v1.0.75
11412023-11-07T05:14:30.655Z Downloaded aes-gcm-siv v0.11.1
11422023-11-07T05:14:30.711Z Downloaded want v0.3.1
11432023-11-07T05:14:30.787Z Downloaded untrusted v0.7.1
11442023-11-07T05:14:30.807Z Downloaded zone_cfg_derive v0.3.0
11452023-11-07T05:14:30.819Z Downloaded zone v0.3.0
11462023-11-07T05:14:31.124Z Downloaded waitgroup v0.1.2
11472023-11-07T05:14:31.575Z Downloaded utf8parse v0.2.1
11482023-11-07T05:14:31.602Z Downloaded predicates v3.0.4
11492023-11-07T05:14:31.633Z Downloaded poly1305 v0.8.0
11502023-11-07T05:14:31.654Z Downloaded bit_field v0.10.2
11512023-11-07T05:14:31.675Z Downloaded base64ct v1.6.0
11522023-11-07T05:14:31.704Z Downloaded anstyle v1.0.2
11532023-11-07T05:14:31.743Z Downloaded difflib v0.4.0
11542023-11-07T05:14:31.780Z Downloaded parking_lot v0.11.2
11552023-11-07T05:14:31.823Z Downloaded pretty-hex v0.3.0
11562023-11-07T05:14:36.002Z Downloaded polyval v0.6.1
11572023-11-07T05:14:36.352Z Downloaded platforms v3.0.2
11582023-11-07T05:14:36.547Z Downloaded pkg-config v0.3.27
11592023-11-07T05:14:36.662Z Downloaded phf v0.11.2
11602023-11-07T05:14:36.703Z Downloaded autocfg v1.1.0
11612023-11-07T05:14:36.731Z Downloaded ppv-lite86 v0.2.17
11622023-11-07T05:14:36.759Z Downloaded postgres-protocol v0.6.6
11632023-11-07T05:14:36.831Z Downloaded debug-ignore v1.0.5
11642023-11-07T05:14:36.872Z Downloaded darling v0.20.3
11652023-11-07T05:14:36.926Z Downloaded aes-gcm v0.10.3
11662023-11-07T05:14:36.970Z Downloaded thread-id v4.2.0
11672023-11-07T05:14:37.449Z Downloaded terminal_size v0.2.6
11682023-11-07T05:14:37.493Z Downloaded predicates-core v1.0.6
11692023-11-07T05:14:37.525Z Downloaded postcard-cobs v0.1.5-pre
11702023-11-07T05:14:37.955Z Downloaded pbkdf2 v0.12.2
11712023-11-07T05:14:37.969Z Downloaded deranged v0.3.8
11722023-11-07T05:14:37.983Z Downloaded num_enum_derive v0.7.0
11732023-11-07T05:14:37.995Z Downloaded num-complex v0.4.4
11742023-11-07T05:14:38.025Z Downloaded bzip2 v0.4.4
11752023-11-07T05:14:38.058Z Downloaded addr2line v0.21.0
11762023-11-07T05:14:38.082Z Downloaded num-integer v0.1.45
11772023-11-07T05:14:38.104Z Downloaded multer v2.1.0
11782023-11-07T05:14:38.219Z Downloaded proc-macro-error-attr v1.0.4
11792023-11-07T05:14:38.254Z Downloaded pin-project-lite v0.2.13
11802023-11-07T05:14:38.266Z Downloaded password-hash v0.5.0
11812023-11-07T05:14:38.700Z Downloaded openssl-probe v0.1.5
11822023-11-07T05:14:38.728Z Downloaded matches v0.1.10
11832023-11-07T05:14:39.160Z Downloaded cc v1.0.83
11842023-11-07T05:14:39.178Z Downloaded precomputed-hash v0.1.1
11852023-11-07T05:14:39.190Z Downloaded crypto-common v0.1.6
11862023-11-07T05:14:39.204Z Downloaded macaddr v1.0.1
11872023-11-07T05:14:39.304Z Downloaded cstr-argument v0.1.2
11882023-11-07T05:14:39.348Z Downloaded colored v2.0.4
11892023-11-07T05:14:39.363Z Downloaded crucible-workspace-hack v0.1.0
11902023-11-07T05:14:39.381Z Downloaded byteorder v1.5.0
11912023-11-07T05:14:39.401Z Downloaded async-trait v0.1.74
11922023-11-07T05:14:39.426Z Downloaded anstyle-query v1.0.0
11932023-11-07T05:14:39.447Z Downloaded darling_macro v0.20.3
11942023-11-07T05:14:39.476Z Downloaded mime v0.3.17
11952023-11-07T05:14:39.499Z Downloaded cfg-if v0.1.10
11962023-11-07T05:14:39.526Z Downloaded base16ct v0.2.0
11972023-11-07T05:14:39.540Z Downloaded pem v3.0.2
11982023-11-07T05:14:39.556Z Downloaded bitflags v2.4.0
11992023-11-07T05:14:39.586Z Downloaded atomic-waker v1.1.1
12002023-11-07T05:14:39.608Z Downloaded ciborium-ll v0.2.1
12012023-11-07T05:14:39.630Z Downloaded diesel_table_macro_syntax v0.1.0
12022023-11-07T05:14:39.647Z Downloaded adler v1.0.2
12032023-11-07T05:14:39.669Z Downloaded phf_shared v0.10.0
12042023-11-07T05:14:39.682Z Downloaded parse-display v0.8.2
12052023-11-07T05:14:39.692Z Downloaded parse-display v0.7.0
12062023-11-07T05:14:39.721Z Downloaded num-derive v0.4.0
12072023-11-07T05:14:39.745Z Downloaded curve25519-dalek-derive v0.1.0
12082023-11-07T05:14:39.762Z Downloaded async-recursion v1.0.5
12092023-11-07T05:14:40.188Z Downloaded ctr v0.9.2
12102023-11-07T05:14:40.205Z Downloaded paste v1.0.14
12112023-11-07T05:14:40.221Z Downloaded crc32fast v1.3.2
12122023-11-07T05:14:40.236Z Downloaded crossbeam-epoch v0.9.15
12132023-11-07T05:14:40.250Z Downloaded clap v4.4.3
12142023-11-07T05:14:40.270Z Downloaded async-stream-impl v0.3.5
12152023-11-07T05:14:40.285Z Downloaded phf_shared v0.11.2
12162023-11-07T05:14:40.311Z Downloaded percent-encoding v2.3.0
12172023-11-07T05:14:40.412Z Downloaded parse-display-derive v0.8.2
12182023-11-07T05:14:40.437Z Downloaded num-rational v0.4.1
12192023-11-07T05:14:40.461Z Downloaded native-tls v0.2.11
12202023-11-07T05:14:40.487Z Downloaded blowfish v0.9.1
12212023-11-07T05:14:40.506Z Downloaded password-hash v0.4.2
12222023-11-07T05:14:40.535Z Downloaded parking_lot v0.12.1
12232023-11-07T05:14:40.983Z Downloaded mio v0.8.8
12242023-11-07T05:14:40.999Z Downloaded pest_derive v2.7.2
12252023-11-07T05:14:41.016Z Downloaded petgraph v0.6.4
12262023-11-07T05:14:41.035Z Downloaded parse-display-derive v0.7.0
12272023-11-07T05:14:41.532Z Downloaded opaque-debug v0.3.0
12282023-11-07T05:14:41.549Z Downloaded new_debug_unreachable v1.0.4
12292023-11-07T05:14:42.394Z Downloaded colorchoice v1.0.0
12302023-11-07T05:14:42.423Z Downloaded ciborium v0.2.1
12312023-11-07T05:14:42.859Z Downloaded cancel-safe-futures v0.1.5
12322023-11-07T05:14:43.305Z Downloaded block-padding v0.3.3
12332023-11-07T05:14:43.388Z Downloaded openssl-macros v0.1.1
12342023-11-07T05:14:43.406Z Downloaded num_enum_derive v0.5.11
12352023-11-07T05:14:43.415Z Downloaded cbc v0.1.2
12362023-11-07T05:14:43.424Z Downloaded console v0.15.7
12372023-11-07T05:14:43.439Z Downloaded pbkdf2 v0.11.0
12382023-11-07T05:14:43.454Z Downloaded lock_api v0.4.10
12392023-11-07T05:14:43.466Z Downloaded darling_core v0.20.3
12402023-11-07T05:14:43.483Z Downloaded chacha20 v0.9.1
12412023-11-07T05:14:43.914Z Downloaded cfg-if v1.0.0
12422023-11-07T05:14:43.940Z Downloaded camino-tempfile v1.0.2
12432023-11-07T05:14:43.966Z Downloaded mime_guess v2.0.4
12442023-11-07T05:14:44.003Z Downloaded linked-hash-map v0.5.6
12452023-11-07T05:14:44.022Z Downloaded bitstruct_derive v0.1.0
12462023-11-07T05:14:44.041Z Downloaded md5 v0.7.0
12472023-11-07T05:14:44.464Z Downloaded bitstruct v0.1.1
12482023-11-07T05:14:44.488Z Compiling proc-macro2 v1.0.67
12492023-11-07T05:14:44.502Z Compiling unicode-ident v1.0.12
12502023-11-07T05:14:44.510Z Compiling libc v0.2.150
12512023-11-07T05:14:44.523Z Compiling serde v1.0.188
12522023-11-07T05:14:44.540Z Compiling version_check v0.9.4
12532023-11-07T05:14:45.889Z Compiling autocfg v1.1.0
12542023-11-07T05:14:45.913Z Compiling cfg-if v1.0.0
12552023-11-07T05:14:45.945Z Compiling syn v1.0.109
12562023-11-07T05:14:45.966Z Compiling once_cell v1.18.0
12572023-11-07T05:14:45.984Z Compiling typenum v1.16.0
12582023-11-07T05:14:46.013Z Compiling thiserror v1.0.49
12592023-11-07T05:14:46.036Z Compiling generic-array v0.14.7
12602023-11-07T05:14:46.053Z Compiling lock_api v0.4.10
12612023-11-07T05:14:46.070Z Compiling parking_lot_core v0.9.8
12622023-11-07T05:14:46.084Z Compiling libm v0.2.7
12632023-11-07T05:14:46.096Z Compiling num-traits v0.2.16
12642023-11-07T05:14:46.111Z Compiling itoa v1.0.9
12652023-11-07T05:14:46.147Z Compiling memchr v2.6.3
12662023-11-07T05:14:46.181Z Compiling futures-core v0.3.29
12672023-11-07T05:14:46.600Z Compiling ahash v0.8.3
12682023-11-07T05:14:46.617Z Compiling serde_json v1.0.108
12692023-11-07T05:14:46.628Z Compiling log v0.4.20
12702023-11-07T05:14:46.640Z Compiling slab v0.4.9
12712023-11-07T05:14:47.065Z Compiling quote v1.0.33
12722023-11-07T05:14:47.074Z Compiling futures-channel v0.3.29
12732023-11-07T05:14:47.083Z Compiling futures-task v0.3.29
12742023-11-07T05:14:47.089Z Compiling syn v2.0.32
12752023-11-07T05:14:47.095Z Compiling getrandom v0.2.10
12762023-11-07T05:14:47.099Z Compiling jobserver v0.1.26
12772023-11-07T05:14:47.104Z Compiling futures-util v0.3.29
12782023-11-07T05:14:47.111Z Compiling pkg-config v0.3.27
12792023-11-07T05:14:47.119Z Compiling rand_core v0.6.4
12802023-11-07T05:14:47.132Z Compiling cc v1.0.83
12812023-11-07T05:14:47.155Z Compiling ryu v1.0.15
12822023-11-07T05:14:47.171Z Compiling vcpkg v0.2.15
12832023-11-07T05:14:47.595Z Compiling scopeguard v1.2.0
12842023-11-07T05:14:47.611Z Compiling allocator-api2 v0.2.16
12852023-11-07T05:14:47.621Z Compiling schemars v0.8.13
12862023-11-07T05:14:47.643Z Compiling heck v0.4.1
12872023-11-07T05:14:47.655Z Compiling hashbrown v0.14.2
12882023-11-07T05:14:47.663Z Compiling equivalent v1.0.1
12892023-11-07T05:14:48.117Z Compiling smallvec v1.11.0
12902023-11-07T05:14:48.156Z Compiling byteorder v1.5.0
12912023-11-07T05:14:48.170Z Compiling httparse v1.8.0
12922023-11-07T05:14:48.184Z Compiling fnv v1.0.7
12932023-11-07T05:14:48.217Z Compiling iana-time-zone v0.1.57
12942023-11-07T05:14:48.229Z Compiling pin-project-lite v0.2.13
12952023-11-07T05:14:48.248Z Compiling semver v1.0.20
12962023-11-07T05:14:48.274Z Compiling subtle v2.5.0
12972023-11-07T05:14:48.300Z Compiling ring v0.16.20
12982023-11-07T05:14:48.319Z Compiling ring v0.17.5
12992023-11-07T05:14:48.338Z Compiling parking_lot v0.12.1
13002023-11-07T05:14:48.353Z Compiling indexmap v1.9.3
13012023-11-07T05:14:48.369Z Compiling tinyvec_macros v0.1.1
13022023-11-07T05:14:48.396Z Compiling dyn-clone v1.0.13
13032023-11-07T05:14:48.812Z Compiling time-core v0.1.1
13042023-11-07T05:14:48.825Z Compiling tinyvec v1.6.0
13052023-11-07T05:14:48.835Z Compiling time-macros v0.2.13
13062023-11-07T05:14:48.863Z Compiling openssl-sys v0.9.93
13072023-11-07T05:14:49.308Z Compiling mio v0.8.8
13082023-11-07T05:14:49.317Z Compiling socket2 v0.5.4
13092023-11-07T05:14:49.323Z Compiling signal-hook-registry v1.4.1
13102023-11-07T05:14:49.332Z Compiling unicode-normalization v0.1.22
13112023-11-07T05:14:49.339Z Compiling num_cpus v1.16.0
13122023-11-07T05:14:49.344Z Compiling rustls v0.21.8
13132023-11-07T05:14:49.349Z Compiling unicode-bidi v0.3.13
13142023-11-07T05:14:49.355Z Compiling slog v2.7.0
13152023-11-07T05:14:49.360Z Compiling aho-corasick v1.0.4
13162023-11-07T05:14:49.365Z Compiling regex-syntax v0.8.2
13172023-11-07T05:14:49.370Z Compiling serde_derive_internals v0.26.0
13182023-11-07T05:14:49.375Z Compiling ucd-trie v0.1.6
13192023-11-07T05:14:49.378Z Compiling percent-encoding v2.3.0
13202023-11-07T05:14:49.383Z Compiling spin v0.5.2
13212023-11-07T05:14:49.388Z Compiling backtrace v0.3.69
13222023-11-07T05:14:49.396Z Compiling async-trait v0.1.74
13232023-11-07T05:14:49.416Z Compiling form_urlencoded v1.2.0
13242023-11-07T05:14:49.423Z Compiling openssl v0.10.57
13252023-11-07T05:14:49.428Z Compiling anyhow v1.0.75
13262023-11-07T05:14:49.443Z Compiling futures-sink v0.3.29
13272023-11-07T05:14:49.454Z Compiling pin-utils v0.1.0
13282023-11-07T05:14:49.460Z Compiling winnow v0.5.15
13292023-11-07T05:14:49.470Z Compiling idna v0.4.0
13302023-11-07T05:14:49.498Z Compiling native-tls v0.2.11
13312023-11-07T05:14:49.515Z Compiling url v2.4.1
13322023-11-07T05:14:49.538Z Compiling unicode-xid v0.2.4
13332023-11-07T05:14:49.560Z Compiling regex-automata v0.4.3
13342023-11-07T05:14:49.566Z Compiling futures-io v0.3.29
13352023-11-07T05:14:49.583Z Compiling rustversion v1.0.14
13362023-11-07T05:14:49.599Z Compiling const-oid v0.9.5
13372023-11-07T05:14:49.609Z Compiling hashbrown v0.13.2
13382023-11-07T05:14:49.626Z Compiling unicode-width v0.1.11
13392023-11-07T05:14:49.632Z Compiling synstructure v0.12.6
13402023-11-07T05:14:49.641Z Compiling cpufeatures v0.2.9
13412023-11-07T05:14:49.650Z Compiling crossbeam-utils v0.8.16
13422023-11-07T05:14:49.657Z Compiling tracing-core v0.1.31
13432023-11-07T05:14:49.671Z Compiling ppv-lite86 v0.2.17
13442023-11-07T05:14:49.675Z Compiling adler v1.0.2
13452023-11-07T05:14:49.680Z Compiling miniz_oxide v0.7.1
13462023-11-07T05:14:49.683Z Compiling rustix v0.38.9
13472023-11-07T05:14:49.687Z Compiling rand_chacha v0.3.1
13482023-11-07T05:14:49.690Z Compiling usdt-impl v0.3.5
13492023-11-07T05:14:49.693Z Compiling serde_derive v1.0.188
13502023-11-07T05:14:49.696Z Compiling zeroize_derive v1.4.2
13512023-11-07T05:14:49.699Z Compiling thiserror-impl v1.0.49
13522023-11-07T05:14:49.702Z Compiling tokio-macros v2.1.0
13532023-11-07T05:14:49.705Z Compiling futures-macro v0.3.29
13542023-11-07T05:14:49.708Z Compiling tracing-attributes v0.1.26
13552023-11-07T05:14:49.712Z Compiling schemars_derive v0.8.13
13562023-11-07T05:14:49.725Z Compiling zeroize v1.6.0
13572023-11-07T05:14:49.737Z Compiling regex v1.10.2
13582023-11-07T05:14:49.746Z Compiling openssl-macros v0.1.1
13592023-11-07T05:14:49.749Z Compiling pest v2.7.2
13602023-11-07T05:14:49.752Z Compiling crypto-common v0.1.6
13612023-11-07T05:14:49.755Z Compiling block-buffer v0.10.4
13622023-11-07T05:14:49.759Z Compiling digest v0.10.7
13632023-11-07T05:14:49.762Z Compiling zerocopy-derive v0.2.0
13642023-11-07T05:14:49.765Z Compiling tracing v0.1.37
13652023-11-07T05:14:49.769Z Compiling bitflags v1.3.2
13662023-11-07T05:14:49.774Z Compiling gimli v0.28.0
13672023-11-07T05:14:49.778Z Compiling rand v0.8.5
13682023-11-07T05:14:49.781Z Compiling object v0.32.1
13692023-11-07T05:14:49.785Z Compiling pest_meta v2.7.2
13702023-11-07T05:14:50.798Z Compiling zerocopy v0.3.0
13712023-11-07T05:14:50.810Z Compiling rustc-demangle v0.1.23
13722023-11-07T05:14:50.819Z Compiling base64 v0.21.5
13732023-11-07T05:14:50.830Z Compiling deranged v0.3.8
13742023-11-07T05:14:50.840Z Compiling pest_generator v2.7.2
13752023-11-07T05:14:50.852Z Compiling num_threads v0.1.6
13762023-11-07T05:14:50.865Z Compiling time v0.3.27
13772023-11-07T05:14:51.286Z Compiling addr2line v0.21.0
13782023-11-07T05:14:51.300Z Compiling dof v0.1.5
13792023-11-07T05:14:51.723Z Compiling spin v0.9.8
13802023-11-07T05:14:52.154Z Compiling thread-id v4.2.0
13812023-11-07T05:14:52.215Z Compiling pest_derive v2.7.2
13822023-11-07T05:14:52.229Z Compiling lazy_static v1.4.0
13832023-11-07T05:14:52.246Z Compiling strum_macros v0.25.2
13842023-11-07T05:14:52.670Z Compiling dtrace-parser v0.1.14
13852023-11-07T05:14:52.675Z Compiling untrusted v0.7.1
13862023-11-07T05:14:52.680Z Compiling strsim v0.10.0
13872023-11-07T05:14:52.685Z Compiling untrusted v0.9.0
13882023-11-07T05:14:52.691Z Compiling bytes v1.5.0
13892023-11-07T05:14:52.706Z Compiling indexmap v2.1.0
13902023-11-07T05:14:52.722Z Compiling chrono v0.4.31
13912023-11-07T05:14:52.757Z Compiling uuid v1.5.0
13922023-11-07T05:14:53.344Z Compiling http v0.2.9
13932023-11-07T05:14:53.930Z Compiling tokio v1.33.0
13942023-11-07T05:14:54.472Z Compiling serde_spanned v0.6.4
13952023-11-07T05:14:54.664Z Compiling toml_datetime v0.6.5
13962023-11-07T05:14:54.817Z Compiling bitflags v2.4.0
13972023-11-07T05:14:55.299Z Compiling toml_edit v0.19.15
13982023-11-07T05:14:55.436Z Compiling rustc_version v0.4.0
13992023-11-07T05:14:55.504Z Compiling openapiv3 v1.0.3
14002023-11-07T05:14:57.617Z Compiling serde_tokenstream v0.1.7
14012023-11-07T05:14:58.151Z Compiling serde_tokenstream v0.2.0
14022023-11-07T05:14:58.390Z Compiling regress v0.7.1
14032023-11-07T05:14:58.938Z Compiling socket2 v0.4.9
14042023-11-07T05:14:59.188Z Compiling hashbrown v0.12.3
14052023-11-07T05:15:00.363Z Compiling usdt-macro v0.3.5
14062023-11-07T05:15:00.387Z Compiling usdt-attr-macro v0.3.5
14072023-11-07T05:15:02.376Z Compiling sct v0.7.0
14082023-11-07T05:15:02.510Z Compiling try-lock v0.2.4
14092023-11-07T05:15:02.649Z Compiling httpdate v1.0.3
14102023-11-07T05:15:02.683Z Compiling want v0.3.1
14112023-11-07T05:15:02.736Z Compiling http-body v0.4.5
14122023-11-07T05:15:02.858Z Compiling rustls-pemfile v1.0.3
14132023-11-07T05:15:03.149Z Compiling foreign-types-shared v0.1.1
14142023-11-07T05:15:03.271Z Compiling mime v0.3.17
14152023-11-07T05:15:03.779Z Compiling openssl-probe v0.1.5
14162023-11-07T05:15:03.786Z Compiling tower-service v0.3.2
14172023-11-07T05:15:03.803Z Compiling foreign-types v0.3.2
14182023-11-07T05:15:03.818Z Compiling errno v0.3.2
14192023-11-07T05:15:03.869Z Compiling ipnet v2.8.0
14202023-11-07T05:15:04.108Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14212023-11-07T05:15:04.261Z Compiling getopts v0.2.21
14222023-11-07T05:15:05.639Z Compiling encoding_rs v0.8.33
14232023-11-07T05:15:05.980Z Compiling regex-syntax v0.6.29
14242023-11-07T05:15:06.032Z Compiling unsafe-libyaml v0.2.9
14252023-11-07T05:15:07.945Z Compiling tokio-util v0.7.10
14262023-11-07T05:15:09.275Z Compiling serde_yaml v0.9.25
14272023-11-07T05:15:09.330Z Compiling rustls-native-certs v0.6.3
14282023-11-07T05:15:10.394Z Compiling h2 v0.3.21
14292023-11-07T05:15:10.463Z Compiling serde_urlencoded v0.7.1
14302023-11-07T05:15:11.998Z Compiling webpki-roots v0.25.2
14312023-11-07T05:15:14.995Z Compiling hmac v0.12.1
14322023-11-07T05:15:15.322Z Compiling num-integer v0.1.45
14332023-11-07T05:15:15.599Z Compiling sha2 v0.10.8
14342023-11-07T05:15:15.847Z Compiling block-padding v0.3.3
14352023-11-07T05:15:17.053Z Compiling tokio-native-tls v0.3.1
14362023-11-07T05:15:17.405Z Compiling inout v0.1.3
14372023-11-07T05:15:17.473Z Compiling futures-executor v0.3.29
14382023-11-07T05:15:17.783Z Compiling cipher v0.4.4
14392023-11-07T05:15:18.483Z Compiling toml v0.7.8
14402023-11-07T05:15:18.922Z Compiling fallible-iterator v0.2.0
14412023-11-07T05:15:19.563Z Compiling crc32fast v1.3.2
14422023-11-07T05:15:19.587Z Compiling futures v0.3.29
14432023-11-07T05:15:20.110Z Compiling ipnetwork v0.20.0
14442023-11-07T05:15:20.220Z Compiling siphasher v0.3.11
14452023-11-07T05:15:20.319Z Compiling usdt v0.3.5
14462023-11-07T05:15:21.262Z Compiling md-5 v0.10.5
14472023-11-07T05:15:21.414Z Compiling stringprep v0.1.3
14482023-11-07T05:15:22.658Z Compiling hyper v0.14.27
14492023-11-07T05:15:22.666Z Compiling io-lifetimes v1.0.11
14502023-11-07T05:15:22.669Z Compiling postgres-protocol v0.6.6
14512023-11-07T05:15:22.721Z Compiling phf_shared v0.11.2
14522023-11-07T05:15:23.105Z Compiling hex v0.4.3
14532023-11-07T05:15:23.324Z Compiling enum-as-inner v0.5.1
14542023-11-07T05:15:23.999Z Compiling slog-async v2.8.0
14552023-11-07T05:15:24.113Z Compiling postgres-types v0.2.6
14562023-11-07T05:15:24.705Z Compiling phf v0.11.2
14572023-11-07T05:15:24.776Z Compiling num-bigint v0.4.4
14582023-11-07T05:15:24.904Z Compiling rustix v0.37.23
14592023-11-07T05:15:25.151Z Compiling whoami v1.4.1
14602023-11-07T05:15:25.781Z Compiling data-encoding v2.4.0
14612023-11-07T05:15:26.173Z Compiling tokio-postgres v0.7.10
14622023-11-07T05:15:26.819Z Compiling zerocopy-derive v0.6.4
14632023-11-07T05:15:29.076Z Compiling static_assertions v1.1.0
14642023-11-07T05:15:30.284Z Compiling either v1.9.0
14652023-11-07T05:15:30.799Z Compiling ident_case v1.0.1
14662023-11-07T05:15:30.871Z Compiling camino v1.1.6
14672023-11-07T05:15:31.034Z Compiling darling_core v0.20.3
14682023-11-07T05:15:31.961Z Compiling flate2 v1.0.28
14692023-11-07T05:15:32.542Z Compiling heapless v0.7.16
14702023-11-07T05:15:32.750Z Compiling bzip2-sys v0.1.11+1.0.8
14712023-11-07T05:15:33.440Z Compiling memoffset v0.9.0
14722023-11-07T05:15:33.583Z Compiling hyper-tls v0.5.0
14732023-11-07T05:15:34.130Z Compiling managed v0.8.0
14742023-11-07T05:15:34.615Z Compiling matches v0.1.10
14752023-11-07T05:15:34.627Z Compiling radium v0.7.0
14762023-11-07T05:15:34.887Z Compiling unicode-segmentation v1.10.1
14772023-11-07T05:15:34.944Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14782023-11-07T05:15:34.983Z Compiling idna v0.2.3
14792023-11-07T05:15:35.358Z Compiling itertools v0.11.0
14802023-11-07T05:15:37.830Z Compiling multer v2.1.0
14812023-11-07T05:15:38.397Z Compiling trust-dns-proto v0.22.0
14822023-11-07T05:15:39.350Z Compiling async-stream-impl v0.3.5
14832023-11-07T05:15:39.365Z Compiling num-iter v0.1.43
14842023-11-07T05:15:39.733Z Compiling crossbeam-epoch v0.9.15
14852023-11-07T05:15:39.793Z Compiling darling_macro v0.20.3
14862023-11-07T05:15:40.363Z Compiling anstyle v1.0.2
14872023-11-07T05:15:40.369Z Compiling smoltcp v0.9.1
14882023-11-07T05:15:40.959Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14892023-11-07T05:15:41.038Z Compiling utf8parse v0.2.1
14902023-11-07T05:15:41.395Z Compiling paste v1.0.14
14912023-11-07T05:15:41.496Z Compiling bit-vec v0.6.3
14922023-11-07T05:15:41.544Z Compiling darling v0.20.3
14932023-11-07T05:15:41.568Z Compiling serde_with_macros v2.3.3
14942023-11-07T05:15:42.129Z Compiling anstyle-parse v0.2.1
14952023-11-07T05:15:42.471Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14962023-11-07T05:15:42.663Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14972023-11-07T05:15:44.108Z Compiling zerocopy v0.6.4
14982023-11-07T05:15:44.639Z Compiling signature v2.1.0
14992023-11-07T05:15:44.815Z Compiling hubpack_derive v0.1.1
15002023-11-07T05:15:45.008Z Compiling clap_derive v4.4.2
15012023-11-07T05:15:45.421Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15022023-11-07T05:15:45.884Z Compiling colorchoice v1.0.0
15032023-11-07T05:15:46.110Z Compiling anstyle-query v1.0.0
15042023-11-07T05:15:48.627Z Compiling anstream v0.5.0
15052023-11-07T05:15:49.076Z Compiling terminal_size v0.2.6
15062023-11-07T05:15:50.062Z Compiling yasna v0.5.2
15072023-11-07T05:15:50.272Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15082023-11-07T05:15:50.408Z Compiling diesel_table_macro_syntax v0.1.0
15092023-11-07T05:15:50.582Z Compiling hash32 v0.2.1
15102023-11-07T05:15:50.882Z Compiling stable_deref_trait v1.2.0
15112023-11-07T05:15:50.917Z Compiling clap_lex v0.5.1
15122023-11-07T05:15:50.984Z Compiling tap v1.0.1
15132023-11-07T05:15:51.315Z Compiling wyz v0.5.1
15142023-11-07T05:15:51.788Z Compiling clap_builder v4.4.2
15152023-11-07T05:15:52.008Z Compiling diesel_derives v2.1.1
15162023-11-07T05:15:52.864Z Compiling tokio-stream v0.1.14
15172023-11-07T05:15:53.488Z Compiling serde_repr v0.1.16
15182023-11-07T05:15:53.611Z Compiling scheduled-thread-pool v0.2.7
15192023-11-07T05:15:54.328Z Compiling funty v2.0.0
15202023-11-07T05:15:54.602Z Compiling regex-automata v0.1.10
15212023-11-07T05:15:55.407Z Compiling bstr v0.2.17
15222023-11-07T05:15:55.649Z Compiling r2d2 v0.8.10
15232023-11-07T05:15:55.793Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15242023-11-07T05:15:57.388Z Compiling bitvec v1.0.1
15252023-11-07T05:15:57.668Z Compiling hubpack v0.1.2
15262023-11-07T05:15:58.619Z Compiling itertools v0.10.5
15272023-11-07T05:15:58.692Z Compiling clap v4.4.3
15282023-11-07T05:15:58.719Z Compiling phf_shared v0.10.0
15292023-11-07T05:15:59.065Z Compiling float-cmp v0.9.0
15302023-11-07T05:15:59.195Z Compiling regex-automata v0.3.8
15312023-11-07T05:15:59.403Z Compiling new_debug_unreachable v1.0.4
15322023-11-07T05:15:59.540Z Compiling precomputed-hash v0.1.1
15332023-11-07T05:15:59.931Z Compiling difflib v0.4.0
15342023-11-07T05:15:59.951Z Compiling predicates-core v1.0.6
15352023-11-07T05:16:00.496Z Compiling fixedbitset v0.4.2
15362023-11-07T05:16:03.147Z Compiling normalize-line-endings v0.3.0
15372023-11-07T05:16:03.181Z Compiling bstr v1.6.0
15382023-11-07T05:16:03.206Z Compiling predicates v3.0.4
15392023-11-07T05:16:03.313Z Compiling petgraph v0.6.4
15402023-11-07T05:16:04.573Z Compiling string_cache v0.8.7
15412023-11-07T05:16:05.326Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15422023-11-07T05:16:05.492Z Compiling similar v2.2.1
15432023-11-07T05:16:05.701Z Compiling bit-set v0.5.3
15442023-11-07T05:16:06.183Z Compiling console v0.15.7
15452023-11-07T05:16:07.665Z Compiling lalrpop-util v0.19.12
15462023-11-07T05:16:16.015Z Compiling diesel v2.1.3
15472023-11-07T05:16:19.911Z Compiling proc-macro-crate v1.3.1
15482023-11-07T05:16:28.006Z Compiling crucible-workspace-hack v0.1.0
15492023-11-07T05:16:45.932Z Compiling atty v0.2.14
15502023-11-07T05:16:47.018Z Compiling structmeta-derive v0.2.0
15512023-11-07T05:16:49.967Z Compiling toml_edit v0.20.7
15522023-11-07T05:16:51.381Z Compiling sha1 v0.10.5
15532023-11-07T05:16:51.530Z Compiling structmeta v0.2.0
15542023-11-07T05:16:51.709Z Compiling regex-syntax v0.7.5
15552023-11-07T05:16:51.901Z Compiling match_cfg v0.1.0
15562023-11-07T05:16:52.048Z Compiling hostname v0.3.1
15572023-11-07T05:17:18.216Z Compiling toml v0.8.6
15582023-11-07T05:17:19.103Z Compiling parse-display-derive v0.8.2
15592023-11-07T05:17:20.230Z Compiling dirs-sys-next v0.1.2
15602023-11-07T05:17:20.455Z Compiling dirs-next v2.0.0
15612023-11-07T05:17:20.641Z Compiling thread_local v1.1.7
15622023-11-07T05:17:20.760Z Compiling term v0.7.0
15632023-11-07T05:17:21.044Z Compiling crossbeam-channel v0.5.8
15642023-11-07T05:17:21.209Z Compiling take_mut v0.2.2
15652023-11-07T05:17:21.399Z Compiling slog-term v2.9.0
15662023-11-07T05:17:21.475Z Compiling slog-json v2.6.1
15672023-11-07T05:17:21.674Z Compiling instant v0.1.12
15682023-11-07T05:17:21.815Z Compiling slog-bunyan v2.4.0
15692023-11-07T05:17:22.328Z Compiling structmeta-derive v0.1.6
15702023-11-07T05:17:22.822Z Compiling strum v0.25.0
15712023-11-07T05:17:22.882Z Compiling atomic-waker v1.1.1
15722023-11-07T05:17:22.958Z Compiling waitgroup v0.1.2
15732023-11-07T05:17:23.096Z Compiling num_enum_derive v0.5.11
15742023-11-07T05:17:23.231Z Compiling serde_with v2.3.3
15752023-11-07T05:17:23.482Z Compiling async-stream v0.3.5
15762023-11-07T05:17:23.764Z Compiling serde_path_to_error v0.1.14
15772023-11-07T05:17:25.854Z Compiling structmeta v0.1.6
15782023-11-07T05:17:26.105Z Compiling libz-sys v1.1.12
15792023-11-07T05:17:26.279Z Compiling fastrand v2.0.0
15802023-11-07T05:17:26.431Z Compiling parse-display-derive v0.7.0
15812023-11-07T05:17:26.486Z Compiling debug-ignore v1.0.5
15822023-11-07T05:17:26.549Z Compiling tempfile v3.8.0
15832023-11-07T05:17:26.595Z Compiling slog-dtrace v0.2.3
15842023-11-07T05:17:26.642Z Compiling proc-macro-error-attr v1.0.4
15852023-11-07T05:17:27.166Z Compiling backoff v0.4.0
15862023-11-07T05:17:27.202Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15872023-11-07T05:17:27.230Z Compiling macaddr v1.0.1
15882023-11-07T05:17:27.269Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15892023-11-07T05:17:27.300Z Compiling libgit2-sys v0.15.2+1.6.4
15902023-11-07T05:17:27.363Z Compiling proc-macro-error v1.0.4
15912023-11-07T05:17:27.380Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15922023-11-07T05:17:27.400Z Compiling libsqlite3-sys v0.26.0
15932023-11-07T05:17:27.414Z Compiling memoffset v0.7.1
15942023-11-07T05:17:27.426Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15952023-11-07T05:17:29.660Z Compiling foreign-types-macros v0.2.3
15962023-11-07T05:17:29.776Z Compiling vergen v8.2.4
15972023-11-07T05:17:30.638Z Compiling base64ct v1.6.0
15982023-11-07T05:17:34.138Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15992023-11-07T05:17:34.641Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16002023-11-07T05:17:40.429Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16012023-11-07T05:17:41.276Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16022023-11-07T05:17:41.740Z Compiling platforms v3.0.2
16032023-11-07T05:17:42.278Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16042023-11-07T05:17:43.087Z Compiling num_enum_derive v0.7.0
16052023-11-07T05:17:43.121Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16062023-11-07T05:17:43.141Z Compiling password-hash v0.5.0
16072023-11-07T05:17:43.157Z Compiling heck v0.3.3
16082023-11-07T05:17:43.459Z Compiling curve25519-dalek v4.1.0
16092023-11-07T05:17:43.503Z Compiling blake2 v0.10.6
16102023-11-07T05:17:44.078Z Compiling libefi-sys v0.1.0
16112023-11-07T05:17:44.409Z Compiling argon2 v0.5.2
16122023-11-07T05:17:44.494Z Compiling structopt-derive v0.4.18
16132023-11-07T05:17:44.591Z Compiling zone_cfg_derive v0.3.0
16142023-11-07T05:17:46.244Z Compiling num-derive v0.4.0
16152023-11-07T05:17:46.911Z Compiling curve25519-dalek-derive v0.1.0
16162023-11-07T05:17:46.934Z Compiling same-file v1.0.6
16172023-11-07T05:17:47.282Z Compiling walkdir v2.4.0
16182023-11-07T05:17:47.639Z Compiling toml v0.5.11
16192023-11-07T05:17:48.371Z Compiling semver-parser v0.10.2
16202023-11-07T05:17:49.038Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16212023-11-07T05:17:49.224Z Compiling xattr v1.0.1
16222023-11-07T05:17:49.636Z Compiling filetime v0.2.22
16232023-11-07T05:17:49.676Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16242023-11-07T05:17:49.839Z Compiling getrandom v0.1.16
16252023-11-07T05:17:49.995Z Compiling erased-serde v0.3.30
16262023-11-07T05:17:50.115Z Compiling tar v0.4.40
16272023-11-07T05:17:50.886Z Compiling semver v0.11.0
16282023-11-07T05:17:50.918Z Compiling parse-display v0.8.2
16292023-11-07T05:17:50.997Z Compiling universal-hash v0.5.1
16302023-11-07T05:17:51.023Z Compiling bitstruct_derive v0.1.0
16312023-11-07T05:17:51.103Z Compiling async-recursion v1.0.5
16322023-11-07T05:17:51.702Z Compiling home v0.5.5
16332023-11-07T05:17:51.757Z Compiling opaque-debug v0.3.0
16342023-11-07T05:17:52.061Z Compiling toolchain_find v0.2.0
16352023-11-07T05:17:52.328Z Compiling num-rational v0.4.1
16362023-11-07T05:17:52.496Z Compiling unicase v2.7.0
16372023-11-07T05:17:52.778Z Compiling parking_lot_core v0.8.6
16382023-11-07T05:17:52.942Z Compiling rustfmt-wrapper v0.2.0
16392023-11-07T05:17:53.232Z Compiling parse-display v0.7.0
16402023-11-07T05:17:53.267Z Compiling num_enum v0.5.11
16412023-11-07T05:17:53.421Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16422023-11-07T05:17:53.537Z Compiling aead v0.5.2
16432023-11-07T05:17:53.819Z Compiling postcard-cobs v0.1.5-pre
16442023-11-07T05:17:53.846Z Compiling winapi v0.3.9
16452023-11-07T05:17:53.944Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16462023-11-07T05:17:54.085Z Compiling postcard v0.7.3
16472023-11-07T05:17:54.110Z Compiling polyval v0.6.1
16482023-11-07T05:17:54.763Z Compiling smoltcp v0.8.2
16492023-11-07T05:17:54.792Z Compiling aes v0.8.3
16502023-11-07T05:17:54.829Z Compiling ctr v0.9.2
16512023-11-07T05:17:55.221Z Compiling thiserror-impl-no-std v2.0.2
16522023-11-07T05:17:55.315Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16532023-11-07T05:17:55.366Z Compiling cfg-if v0.1.10
16542023-11-07T05:17:55.432Z Compiling foreign-types-shared v0.3.1
16552023-11-07T05:17:55.589Z Compiling foreign-types v0.5.0
16562023-11-07T05:17:56.126Z Compiling mime_guess v2.0.4
16572023-11-07T05:17:57.900Z Compiling is-terminal v0.4.9
16582023-11-07T05:17:58.030Z Compiling hashlink v0.8.3
16592023-11-07T05:17:58.033Z Compiling cstr-argument v0.1.2
16602023-11-07T05:17:58.037Z Compiling fallible-streaming-iterator v0.1.9
16612023-11-07T05:17:58.226Z Compiling pretty-hex v0.2.1
16622023-11-07T05:17:58.507Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16632023-11-07T05:17:58.716Z Compiling rusqlite v0.29.0
16642023-11-07T05:17:58.790Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16652023-11-07T05:17:59.075Z Compiling colored v2.0.4
16662023-11-07T05:17:59.715Z Compiling nix v0.26.2
16672023-11-07T05:17:59.750Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16682023-11-07T05:18:00.070Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16692023-11-07T05:18:01.720Z Compiling twox-hash v1.6.3
16702023-11-07T05:18:03.200Z Compiling hkdf v0.12.3
16712023-11-07T05:18:03.545Z Compiling textwrap v0.11.0
16722023-11-07T05:18:03.674Z Compiling const_format_proc_macros v0.2.31
16732023-11-07T05:18:03.793Z Compiling quick-error v1.2.3
16742023-11-07T05:18:04.017Z Compiling linked-hash-map v0.5.6
16752023-11-07T05:18:04.568Z Compiling ansi_term v0.12.1
16762023-11-07T05:18:04.690Z Compiling vec_map v0.8.2
16772023-11-07T05:18:04.720Z Compiling strsim v0.8.0
16782023-11-07T05:18:05.136Z Compiling clap v2.34.0
16792023-11-07T05:18:05.728Z Compiling lru-cache v0.1.2
16802023-11-07T05:18:06.032Z Compiling resolv-conf v0.7.0
16812023-11-07T05:18:06.187Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16822023-11-07T05:18:08.696Z Compiling num_enum v0.7.0
16832023-11-07T05:18:08.931Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16842023-11-07T05:18:09.912Z Compiling bincode v1.3.3
16852023-11-07T05:18:10.373Z Compiling utf-8 v0.7.6
16862023-11-07T05:18:10.544Z Compiling base64 v0.13.1
16872023-11-07T05:18:10.654Z Compiling cancel-safe-futures v0.1.5
16882023-11-07T05:18:11.169Z Compiling humantime v2.1.0
16892023-11-07T05:18:11.577Z Compiling convert_case v0.4.0
16902023-11-07T05:18:11.593Z Compiling keccak v0.1.4
16912023-11-07T05:18:12.582Z Compiling termcolor v1.2.0
16922023-11-07T05:18:13.124Z Compiling derive_more v0.99.17
16932023-11-07T05:18:13.134Z Compiling sha3 v0.10.8
16942023-11-07T05:18:14.011Z Compiling env_logger v0.9.3
16952023-11-07T05:18:14.562Z Compiling structopt v0.3.26
16962023-11-07T05:18:14.806Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16972023-11-07T05:18:16.201Z Compiling trust-dns-resolver v0.22.0
16982023-11-07T05:18:16.406Z Compiling aes-gcm-siv v0.11.1
16992023-11-07T05:18:16.809Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17002023-11-07T05:18:17.924Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17012023-11-07T05:18:19.585Z Compiling zone v0.3.0
17022023-11-07T05:18:22.247Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17032023-11-07T05:18:22.475Z Compiling smf v0.2.2
17042023-11-07T05:18:22.817Z Compiling secrecy v0.8.0
17052023-11-07T05:18:23.231Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17062023-11-07T05:18:23.924Z Compiling ringbuffer v0.15.0
17072023-11-07T05:18:24.014Z Compiling ascii v1.1.0
17082023-11-07T05:18:25.970Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17092023-11-07T05:18:26.112Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17102023-11-07T05:18:26.605Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17112023-11-07T05:18:27.272Z Compiling bitstruct v0.1.1
17122023-11-07T05:18:30.968Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17132023-11-07T05:18:31.442Z Compiling serde_arrays v0.1.0
17142023-11-07T05:18:32.056Z Compiling ff v0.13.0
17152023-11-07T05:18:32.523Z Compiling nibble_vec v0.1.0
17162023-11-07T05:18:33.246Z Compiling arc-swap v1.6.0
17172023-11-07T05:18:34.382Z Compiling endian-type v0.1.2
17182023-11-07T05:18:34.672Z Compiling radix_trie v0.2.1
17192023-11-07T05:18:35.517Z Compiling slog-scope v4.4.0
17202023-11-07T05:18:36.207Z Compiling group v0.13.0
17212023-11-07T05:18:36.984Z Compiling rand_core v0.5.1
17222023-11-07T05:18:38.342Z Compiling tungstenite v0.20.1
17232023-11-07T05:18:40.602Z Compiling poly1305 v0.8.0
17242023-11-07T05:18:42.647Z Compiling chacha20 v0.9.1
17252023-11-07T05:19:01.783Z Compiling crypto-bigint v0.5.2
17262023-11-07T05:19:02.639Z Compiling num-complex v0.4.4
17272023-11-07T05:19:02.743Z Compiling half v1.8.2
17282023-11-07T05:19:03.012Z Compiling option-ext v0.2.0
17292023-11-07T05:19:03.111Z Compiling ciborium-io v0.2.1
17302023-11-07T05:19:03.235Z Compiling base16ct v0.2.0
17312023-11-07T05:19:03.403Z Compiling dirs-sys v0.4.1
17322023-11-07T05:19:03.467Z Compiling ciborium-ll v0.2.1
17332023-11-07T05:19:03.583Z Compiling num v0.4.1
17342023-11-07T05:19:04.326Z Compiling tokio-tungstenite v0.20.1
17352023-11-07T05:19:04.509Z Compiling parking_lot v0.11.2
17362023-11-07T05:19:04.670Z Compiling rand_chacha v0.2.2
17372023-11-07T05:19:04.761Z Compiling slog-stdlog v4.1.1
17382023-11-07T05:19:04.829Z Compiling trust-dns-client v0.22.0
17392023-11-07T05:19:04.869Z Compiling thiserror-no-std v2.0.2
17402023-11-07T05:19:04.939Z Compiling elliptic-curve v0.13.5
17412023-11-07T05:19:04.988Z Compiling password-hash v0.4.2
17422023-11-07T05:19:05.038Z Compiling ed25519 v2.2.2
17432023-11-07T05:19:05.081Z Compiling blowfish v0.9.1
17442023-11-07T05:19:05.119Z Compiling pbkdf2 v0.12.2
17452023-11-07T05:19:05.164Z Compiling fxhash v0.2.1
17462023-11-07T05:19:05.223Z Compiling sled v0.34.7
17472023-11-07T05:19:05.242Z Compiling bcrypt-pbkdf v0.10.0
17482023-11-07T05:19:05.311Z Compiling trust-dns-server v0.22.1
17492023-11-07T05:19:05.360Z Compiling pbkdf2 v0.11.0
17502023-11-07T05:19:05.432Z Compiling ed25519-dalek v2.0.0
17512023-11-07T05:19:05.466Z Compiling vsss-rs v3.3.1
17522023-11-07T05:19:05.574Z Compiling russh-cryptovec v0.7.0
17532023-11-07T05:19:06.074Z Compiling rand v0.7.3
17542023-11-07T05:19:06.164Z Compiling slog-envlogger v2.2.0
17552023-11-07T05:19:06.313Z Compiling ciborium v0.2.1
17562023-11-07T05:19:06.439Z Compiling dirs v5.0.1
17572023-11-07T05:19:06.475Z Compiling chacha20poly1305 v0.10.1
17582023-11-07T05:19:06.563Z Compiling ron v0.7.1
17592023-11-07T05:19:06.629Z Compiling tungstenite v0.18.0
17602023-11-07T05:19:06.672Z Compiling const_format v0.2.31
17612023-11-07T05:19:06.755Z Compiling ghash v0.5.0
17622023-11-07T05:19:06.809Z Compiling camino-tempfile v1.0.2
17632023-11-07T05:19:06.898Z Compiling cbc v0.1.2
17642023-11-07T05:19:06.962Z Compiling headers-core v0.2.0
17652023-11-07T05:19:07.053Z Compiling pem v3.0.2
17662023-11-07T05:19:07.127Z Compiling http-range v0.1.5
17672023-11-07T05:19:07.214Z Compiling pretty-hex v0.3.0
17682023-11-07T05:19:07.242Z Compiling bit_field v0.10.2
17692023-11-07T05:19:07.292Z Compiling md5 v0.7.0
17702023-11-07T05:19:07.372Z Compiling rcgen v0.11.3
17712023-11-07T05:19:07.490Z Compiling hyper-staticfile v0.9.5
17722023-11-07T05:19:07.532Z Compiling russh-keys v0.38.0
17732023-11-07T05:19:07.571Z Compiling headers v0.3.9
17742023-11-07T05:19:07.646Z Compiling aes-gcm v0.10.3
17752023-11-07T05:19:07.683Z Compiling tokio-tungstenite v0.18.0
17762023-11-07T05:19:07.831Z Compiling pem v1.1.1
17772023-11-07T05:19:07.997Z Compiling atomicwrites v0.4.2
17782023-11-07T05:19:08.051Z Compiling subprocess v0.2.9
17792023-11-07T05:19:08.091Z Compiling glob v0.3.1
17802023-11-07T05:19:08.188Z Compiling hex-literal v0.4.1
17812023-11-07T05:19:08.256Z Compiling russh v0.38.0
17822023-11-07T05:19:08.302Z Compiling bzip2 v0.4.4
17832023-11-07T05:19:09.011Z Compiling zip v0.6.6
17842023-11-07T05:19:14.895Z Compiling rustls-webpki v0.101.7
17852023-11-07T05:19:21.762Z Compiling tokio-rustls v0.24.1
17862023-11-07T05:19:22.164Z Compiling hyper-rustls v0.24.2
17872023-11-07T05:19:22.834Z Compiling reqwest v0.11.20
17882023-11-07T05:19:22.986Z Compiling git2 v0.17.2
17892023-11-07T05:19:27.671Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17902023-11-07T05:19:28.226Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17912023-11-07T05:19:28.333Z Compiling omicron-zone-package v0.8.3
17922023-11-07T05:19:28.550Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17932023-11-07T05:19:31.503Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17942023-11-07T05:19:34.048Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17952023-11-07T05:19:35.405Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17962023-11-07T05:19:35.659Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17972023-11-07T05:19:42.415Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17982023-11-07T05:19:46.080Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17992023-11-07T05:19:48.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002023-11-07T05:19:49.393Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18012023-11-07T05:19:49.887Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18022023-11-07T05:19:51.019Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18032023-11-07T05:19:51.031Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18042023-11-07T05:19:51.221Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18052023-11-07T05:19:51.792Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18062023-11-07T05:19:51.909Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18072023-11-07T05:19:52.611Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18082023-11-07T05:19:53.264Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18092023-11-07T05:20:01.079Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18102023-11-07T05:20:01.613Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18112023-11-07T05:20:10.956Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18122023-11-07T05:20:15.758Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18132023-11-07T05:20:17.479Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18142023-11-07T05:20:20.024Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18152023-11-07T05:20:20.386Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18162023-11-07T05:20:32.011Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18172023-11-07T05:20:38.914Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18182023-11-07T05:20:39.065Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18192023-11-07T05:20:44.054Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18202023-11-07T05:20:44.776Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18212023-11-07T05:20:44.895Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18222023-11-07T05:20:46.014Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18232023-11-07T05:21:12.748Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18242023-11-07T05:21:13.519Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18252023-11-07T05:21:24.876Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18262023-11-07T05:21:25.720Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18272023-11-07T05:21:26.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18282023-11-07T05:21:33.326Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18292023-11-07T05:21:36.640Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18302023-11-07T05:22:20.932Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18312023-11-07T05:23:54.880Z Finished dev [unoptimized + debuginfo] target(s) in 10m 23s
18322023-11-07T05:23:55.383Z
18332023-11-07T05:23:55.451Zreal 10:24.122126178
18342023-11-07T05:23:55.477Zuser 1:00:09.420784358
18352023-11-07T05:23:55.487Zsys 9:35.804431658
18362023-11-07T05:23:55.525Ztrap 2.646244491
18372023-11-07T05:23:55.534Ztflt 5.647526700
18382023-11-07T05:23:55.579Zdflt 8.305323748
18392023-11-07T05:23:55.605Zkflt 0.026174435
18402023-11-07T05:23:55.612Zlock 1:54:57.084777730
18412023-11-07T05:23:55.627Zslp 3:26:08.904654931
18422023-11-07T05:23:55.640Zlat 2:34.450496153
18432023-11-07T05:23:55.662Zstop 6:54.558557125
18442023-11-07T05:23:55.673Z+ mkdir -p /work/end-to-end-tests
18452023-11-07T05:23:55.693Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18462023-11-07T05:23:55.701Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18472023-11-07T05:23:55.712Z+ ptime -m gzip
18482023-11-07T05:23:55.737Z++ basename target/debug/bootstrap
18492023-11-07T05:24:09.261Z
18502023-11-07T05:24:09.265Zreal 17.301487436
18512023-11-07T05:24:09.268Zuser 17.097158559
18522023-11-07T05:24:09.271Zsys 0.197666404
18532023-11-07T05:24:09.275Ztrap 0.004718929
18542023-11-07T05:24:09.279Ztflt 0.000000000
18552023-11-07T05:24:09.283Zdflt 0.000000000
18562023-11-07T05:24:09.286Zkflt 0.000000000
18572023-11-07T05:24:09.289Zlock 0.000000000
18582023-11-07T05:24:09.293Zslp 0.000000000
18592023-11-07T05:24:09.297Zlat 0.001597051
18602023-11-07T05:24:09.318Zstop 0.000228536
18612023-11-07T05:24:09.324Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18622023-11-07T05:24:09.328Z+ ptime -m gzip
18632023-11-07T05:24:09.332Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-750ee284a2fe677d
18642023-11-07T05:24:10.355Z
18652023-11-07T05:24:10.359Zreal 1.086749556
18662023-11-07T05:24:10.364Zuser 1.072865448
18672023-11-07T05:24:10.367Zsys 0.013070943
18682023-11-07T05:24:10.372Ztrap 0.000202330
18692023-11-07T05:24:10.379Ztflt 0.000000000
18702023-11-07T05:24:10.387Zdflt 0.000000000
18712023-11-07T05:24:10.835Zkflt 0.000000000
18722023-11-07T05:24:10.847Zlock 0.000000000
18732023-11-07T05:24:10.859Zslp 0.000000000
18742023-11-07T05:24:10.867Zlat 0.000266370
18752023-11-07T05:24:10.876Zstop 0.000226957
18762023-11-07T05:24:10.883Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18772023-11-07T05:24:10.889Z+ ptime -m gzip
18782023-11-07T05:24:10.903Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-13628b0bfef9b756
18792023-11-07T05:24:30.073Z
18802023-11-07T05:24:30.080Zreal 19.707996471
18812023-11-07T05:24:30.085Zuser 19.485110875
18822023-11-07T05:24:30.094Zsys 0.215878329
18832023-11-07T05:24:30.098Ztrap 0.005414548
18842023-11-07T05:24:30.103Ztflt 0.000000000
18852023-11-07T05:24:30.110Zdflt 0.000000000
18862023-11-07T05:24:30.115Zkflt 0.000000000
18872023-11-07T05:24:30.119Zlock 0.000000000
18882023-11-07T05:24:30.122Zslp 0.000000000
18892023-11-07T05:24:30.126Zlat 0.001246032
18902023-11-07T05:24:30.129Zstop 0.000228671
18912023-11-07T05:24:30.132Z+ banner caboose-util
18922023-11-07T05:24:30.138Z
18932023-11-07T05:24:30.141Z #### ## ##### #### #### #### ###### # # #####
18942023-11-07T05:24:30.145Z # # # # # # # # # # # # # # #
18952023-11-07T05:24:30.148Z # # # ##### # # # # #### ##### ##### # # #
18962023-11-07T05:24:30.152Z # ###### # # # # # # # # # # #
18972023-11-07T05:24:30.155Z # # # # # # # # # # # # # # # #
18982023-11-07T05:24:30.158Z #### # # ##### #### #### #### ###### #### #
18992023-11-07T05:24:30.162Z
19002023-11-07T05:24:30.181Z+ ptime -m cargo build --locked -p caboose-util --release
19012023-11-07T05:24:30.836Z Downloading crates ...
19022023-11-07T05:24:31.116Z Downloaded bitfield v0.14.0
19032023-11-07T05:24:31.543Z Downloaded env_logger v0.10.0
19042023-11-07T05:24:31.548Z Downloaded packed_struct v0.10.1
19052023-11-07T05:24:31.561Z Downloaded smallvec v0.6.14
19062023-11-07T05:24:31.609Z Downloaded path-slash v0.1.5
19072023-11-07T05:24:31.620Z Downloaded array-init v0.0.4
19082023-11-07T05:24:31.634Z Downloaded crc-catalog v2.2.0
19092023-11-07T05:24:31.645Z Downloaded nodrop v0.1.14
19102023-11-07T05:24:31.653Z Downloaded serde-hex v0.1.0
19112023-11-07T05:24:31.659Z Downloaded flagset v0.4.3
19122023-11-07T05:24:31.665Z Downloaded maybe-uninit v2.0.0
19132023-11-07T05:24:31.671Z Downloaded packed_struct_codegen v0.10.1
19142023-11-07T05:24:31.678Z Downloaded pkcs1 v0.7.5
19152023-11-07T05:24:31.684Z Downloaded pem-rfc7468 v0.7.0
19162023-11-07T05:24:31.691Z Downloaded crc-any v2.4.3
19172023-11-07T05:24:31.697Z Downloaded der_derive v0.7.2
19182023-11-07T05:24:31.703Z Downloaded ron v0.8.1
19192023-11-07T05:24:31.709Z Downloaded x509-cert v0.2.4
19202023-11-07T05:24:31.716Z Downloaded object v0.30.4
19212023-11-07T05:24:31.723Z Downloaded rsa v0.9.2
19222023-11-07T05:24:31.730Z Downloaded num-bigint-dig v0.8.4
19232023-11-07T05:24:31.735Z Downloaded crc v3.0.1
19242023-11-07T05:24:31.741Z Compiling proc-macro2 v1.0.67
19252023-11-07T05:24:31.769Z Compiling unicode-ident v1.0.12
19262023-11-07T05:24:31.794Z Compiling libc v0.2.150
19272023-11-07T05:24:31.809Z Compiling autocfg v1.1.0
19282023-11-07T05:24:31.823Z Compiling serde v1.0.188
19292023-11-07T05:24:31.836Z Compiling version_check v0.9.4
19302023-11-07T05:24:31.845Z Compiling cfg-if v1.0.0
19312023-11-07T05:24:31.857Z Compiling parking_lot_core v0.9.8
19322023-11-07T05:24:31.870Z Compiling syn v1.0.109
19332023-11-07T05:24:31.890Z Compiling once_cell v1.18.0
19342023-11-07T05:24:32.164Z Compiling typenum v1.16.0
19352023-11-07T05:24:32.195Z Compiling libm v0.2.7
19362023-11-07T05:24:32.301Z Compiling futures-core v0.3.29
19372023-11-07T05:24:32.485Z Compiling generic-array v0.14.7
19382023-11-07T05:24:32.557Z Compiling lock_api v0.4.10
19392023-11-07T05:24:32.684Z Compiling num-traits v0.2.16
19402023-11-07T05:24:32.775Z Compiling pkg-config v0.3.27
19412023-11-07T05:24:32.979Z Compiling scopeguard v1.2.0
19422023-11-07T05:24:33.157Z Compiling slab v0.4.9
19432023-11-07T05:24:33.587Z Compiling quote v1.0.33
19442023-11-07T05:24:33.613Z Compiling futures-task v0.3.29
19452023-11-07T05:24:33.834Z Compiling serde_json v1.0.108
19462023-11-07T05:24:33.967Z Compiling futures-channel v0.3.29
19472023-11-07T05:24:34.278Z Compiling syn v2.0.32
19482023-11-07T05:24:34.514Z Compiling thiserror v1.0.49
19492023-11-07T05:24:34.518Z Compiling jobserver v0.1.26
19502023-11-07T05:24:34.585Z Compiling getrandom v0.2.10
19512023-11-07T05:24:35.001Z Compiling cc v1.0.83
19522023-11-07T05:24:35.226Z Compiling memchr v2.6.3
19532023-11-07T05:24:35.243Z Compiling futures-util v0.3.29
19542023-11-07T05:24:35.717Z Compiling itoa v1.0.9
19552023-11-07T05:24:35.871Z Compiling ahash v0.8.3
19562023-11-07T05:24:36.048Z Compiling smallvec v1.11.0
19572023-11-07T05:24:36.390Z Compiling vcpkg v0.2.15
19582023-11-07T05:24:36.502Z Compiling log v0.4.20
19592023-11-07T05:24:36.958Z Compiling byteorder v1.5.0
19602023-11-07T05:24:37.935Z Compiling rand_core v0.6.4
19612023-11-07T05:24:38.465Z Compiling pin-project-lite v0.2.13
19622023-11-07T05:24:39.003Z Compiling parking_lot v0.12.1
19632023-11-07T05:24:39.282Z Compiling indexmap v1.9.3
19642023-11-07T05:24:39.757Z Compiling openssl-sys v0.9.93
19652023-11-07T05:24:40.425Z Compiling ring v0.17.5
19662023-11-07T05:24:41.964Z Compiling io-lifetimes v1.0.11
19672023-11-07T05:24:42.127Z Compiling ring v0.16.20
19682023-11-07T05:24:42.431Z Compiling num-integer v0.1.45
19692023-11-07T05:24:42.854Z Compiling ryu v1.0.15
19702023-11-07T05:24:43.314Z Compiling semver v1.0.20
19712023-11-07T05:24:43.721Z Compiling const-oid v0.9.5
19722023-11-07T05:24:44.683Z Compiling rustix v0.37.23
19732023-11-07T05:24:45.627Z Compiling spin v0.5.2
19742023-11-07T05:24:46.008Z Compiling mio v0.8.8
19752023-11-07T05:24:46.083Z Compiling num_cpus v1.16.0
19762023-11-07T05:24:46.523Z Compiling signal-hook-registry v1.4.1
19772023-11-07T05:24:46.534Z Compiling socket2 v0.5.4
19782023-11-07T05:24:46.808Z Compiling heck v0.4.1
19792023-11-07T05:24:47.225Z Compiling httparse v1.8.0
19802023-11-07T05:24:47.527Z Compiling futures-sink v0.3.29
19812023-11-07T05:24:47.576Z Compiling unicode-xid v0.2.4
19822023-11-07T05:24:47.686Z Compiling ucd-trie v0.1.6
19832023-11-07T05:24:47.720Z Compiling openssl v0.10.57
19842023-11-07T05:24:47.814Z Compiling synstructure v0.12.6
19852023-11-07T05:24:48.687Z Compiling tinyvec_macros v0.1.1
19862023-11-07T05:24:48.708Z Compiling tinyvec v1.6.0
19872023-11-07T05:24:49.287Z Compiling ppv-lite86 v0.2.17
19882023-11-07T05:24:50.328Z Compiling futures-io v0.3.29
19892023-11-07T05:24:50.698Z Compiling pin-utils v0.1.0
19902023-11-07T05:24:50.726Z Compiling native-tls v0.2.11
19912023-11-07T05:24:50.771Z Compiling rustls v0.21.8
19922023-11-07T05:24:50.984Z Compiling crc32fast v1.3.2
19932023-11-07T05:24:51.192Z Compiling radium v0.7.0
19942023-11-07T05:24:51.448Z Compiling unicode-normalization v0.1.22
19952023-11-07T05:24:51.690Z Compiling rand_chacha v0.3.1
19962023-11-07T05:24:51.834Z Compiling bzip2-sys v0.1.11+1.0.8
19972023-11-07T05:24:51.923Z Compiling spin v0.9.8
19982023-11-07T05:24:52.273Z Compiling tracing-core v0.1.31
19992023-11-07T05:24:52.506Z Compiling unicode-bidi v0.3.13
20002023-11-07T05:24:52.930Z Compiling subtle v2.5.0
20012023-11-07T05:24:53.356Z Compiling rand v0.8.5
20022023-11-07T05:24:54.636Z Compiling errno v0.3.2
20032023-11-07T05:24:54.671Z Compiling num-iter v0.1.43
20042023-11-07T05:24:54.694Z Compiling usdt-impl v0.3.5
20052023-11-07T05:24:54.963Z Compiling rustix v0.38.9
20062023-11-07T05:24:55.209Z Compiling schemars v0.8.13
20072023-11-07T05:24:55.632Z Compiling base64 v0.21.5
20082023-11-07T05:24:59.369Z Compiling serde_derive v1.0.188
20092023-11-07T05:24:59.544Z Compiling zeroize_derive v1.4.2
20102023-11-07T05:24:59.669Z Compiling tokio-macros v2.1.0
20112023-11-07T05:24:59.736Z Compiling thiserror-impl v1.0.49
20122023-11-07T05:24:59.783Z Compiling futures-macro v0.3.29
20132023-11-07T05:24:59.837Z Compiling tracing-attributes v0.1.26
20142023-11-07T05:24:59.960Z Compiling zerocopy-derive v0.2.0
20152023-11-07T05:24:59.966Z Compiling zeroize v1.6.0
20162023-11-07T05:25:00.021Z Compiling openssl-macros v0.1.1
20172023-11-07T05:25:00.662Z Compiling zerocopy-derive v0.6.4
20182023-11-07T05:25:02.071Z Compiling pest v2.7.2
20192023-11-07T05:25:02.184Z Compiling crypto-common v0.1.6
20202023-11-07T05:25:02.235Z Compiling block-buffer v0.10.4
20212023-11-07T05:25:02.620Z Compiling digest v0.10.7
20222023-11-07T05:25:03.373Z Compiling serde_derive_internals v0.26.0
20232023-11-07T05:25:03.651Z Compiling tracing v0.1.37
20242023-11-07T05:25:05.604Z Compiling fnv v1.0.7
20252023-11-07T05:25:05.785Z Compiling bitflags v1.3.2
20262023-11-07T05:25:06.984Z Compiling pest_meta v2.7.2
20272023-11-07T05:25:07.410Z Compiling schemars_derive v0.8.13
20282023-11-07T05:25:07.916Z Compiling zerocopy v0.3.0
20292023-11-07T05:25:08.899Z Compiling lazy_static v1.4.0
20302023-11-07T05:25:10.843Z Compiling pest_generator v2.7.2
20312023-11-07T05:25:11.951Z Compiling backtrace v0.3.69
20322023-11-07T05:25:12.400Z Compiling memoffset v0.9.0
20332023-11-07T05:25:12.435Z Compiling num-bigint v0.4.4
20342023-11-07T05:25:13.052Z Compiling hashbrown v0.12.3
20352023-11-07T05:25:13.064Z Compiling smoltcp v0.9.1
20362023-11-07T05:25:13.127Z Compiling untrusted v0.9.0
20372023-11-07T05:25:13.262Z Compiling allocator-api2 v0.2.16
20382023-11-07T05:25:13.862Z Compiling foreign-types-shared v0.1.1
20392023-11-07T05:25:13.949Z Compiling untrusted v0.7.1
20402023-11-07T05:25:13.954Z Compiling pest_derive v2.7.2
20412023-11-07T05:25:13.993Z Compiling base64ct v1.6.0
20422023-11-07T05:25:14.243Z Compiling openssl-probe v0.1.5
20432023-11-07T05:25:14.792Z Compiling crossbeam-utils v0.8.16
20442023-11-07T05:25:14.822Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20452023-11-07T05:25:14.829Z Compiling iana-time-zone v0.1.57
20462023-11-07T05:25:15.088Z Compiling async-trait v0.1.74
20472023-11-07T05:25:15.231Z Compiling percent-encoding v2.3.0
20482023-11-07T05:25:15.263Z Compiling dtrace-parser v0.1.14
20492023-11-07T05:25:15.767Z Compiling pem-rfc7468 v0.7.0
20502023-11-07T05:25:15.777Z Compiling hashbrown v0.14.2
20512023-11-07T05:25:17.222Z Compiling foreign-types v0.3.2
20522023-11-07T05:25:17.577Z Compiling dof v0.1.5
20532023-11-07T05:25:17.931Z Compiling clap_derive v4.4.2
20542023-11-07T05:25:18.156Z Compiling der_derive v0.7.2
20552023-11-07T05:25:20.780Z Compiling bytes v1.5.0
20562023-11-07T05:25:22.027Z Compiling bitflags v2.4.0
20572023-11-07T05:25:22.804Z Compiling tokio v1.33.0
20582023-11-07T05:25:22.967Z Compiling rustc_version v0.4.0
20592023-11-07T05:25:23.985Z Compiling heapless v0.7.16
20602023-11-07T05:25:25.443Z Compiling http v0.2.9
20612023-11-07T05:25:25.772Z Compiling uuid v1.5.0
20622023-11-07T05:25:25.856Z Compiling chrono v0.4.31
20632023-11-07T05:25:27.288Z Compiling thread-id v4.2.0
20642023-11-07T05:25:27.434Z Compiling utf8parse v0.2.1
20652023-11-07T05:25:27.703Z Compiling try-lock v0.2.4
20662023-11-07T05:25:27.910Z Compiling anstyle v1.0.2
20672023-11-07T05:25:28.894Z Compiling siphasher v0.3.11
20682023-11-07T05:25:29.289Z Compiling cpufeatures v0.2.9
20692023-11-07T05:25:29.341Z Compiling adler v1.0.2
20702023-11-07T05:25:29.434Z Compiling equivalent v1.0.1
20712023-11-07T05:25:29.508Z Compiling time-core v0.1.1
20722023-11-07T05:25:29.592Z Compiling rustversion v1.0.14
20732023-11-07T05:25:29.634Z Compiling flagset v0.4.3
20742023-11-07T05:25:29.946Z Compiling der v0.7.8
20752023-11-07T05:25:30.590Z Compiling time-macros v0.2.13
20762023-11-07T05:25:30.972Z Compiling indexmap v2.1.0
20772023-11-07T05:25:31.862Z Compiling miniz_oxide v0.7.1
20782023-11-07T05:25:33.190Z Compiling sha2 v0.10.8
20792023-11-07T05:25:35.652Z Compiling http-body v0.4.5
20802023-11-07T05:25:36.342Z Compiling tokio-util v0.7.10
20812023-11-07T05:25:36.726Z Compiling want v0.3.1
20822023-11-07T05:25:37.122Z Compiling anstyle-parse v0.2.1
20832023-11-07T05:25:38.522Z Compiling h2 v0.3.21
20842023-11-07T05:25:40.287Z Compiling serde_tokenstream v0.1.7
20852023-11-07T05:25:41.077Z Compiling sct v0.7.0
20862023-11-07T05:25:42.624Z Compiling form_urlencoded v1.2.0
20872023-11-07T05:25:43.078Z Compiling hubpack_derive v0.1.1
20882023-11-07T05:25:44.221Z Compiling socket2 v0.4.9
20892023-11-07T05:25:44.314Z Compiling crossbeam-epoch v0.9.15
20902023-11-07T05:25:44.631Z Compiling anstyle-query v1.0.0
20912023-11-07T05:25:44.955Z Compiling colorchoice v1.0.0
20922023-11-07T05:25:45.471Z Compiling anyhow v1.0.75
20932023-11-07T05:25:45.489Z Compiling slog v2.7.0
20942023-11-07T05:25:45.627Z Compiling tower-service v0.3.2
20952023-11-07T05:25:45.642Z Compiling tap v1.0.1
20962023-11-07T05:25:45.905Z Compiling httpdate v1.0.3
20972023-11-07T05:25:47.868Z Compiling wyz v0.5.1
20982023-11-07T05:25:50.851Z Compiling hyper v0.14.27
20992023-11-07T05:25:52.909Z Compiling anstream v0.5.0
21002023-11-07T05:25:55.854Z Compiling terminal_size v0.2.6
21012023-11-07T05:25:56.386Z Compiling spki v0.7.2
21022023-11-07T05:25:57.092Z Compiling rustls-pemfile v1.0.3
21032023-11-07T05:25:57.112Z Compiling zerocopy v0.6.4
21042023-11-07T05:25:57.574Z Compiling md-5 v0.10.5
21052023-11-07T05:25:57.939Z Compiling hmac v0.12.1
21062023-11-07T05:25:58.640Z Compiling stringprep v0.1.3
21072023-11-07T05:25:58.666Z Compiling idna v0.4.0
21082023-11-07T05:25:59.769Z Compiling diesel_table_macro_syntax v0.1.0
21092023-11-07T05:26:00.039Z Compiling hash32 v0.2.1
21102023-11-07T05:26:00.357Z Compiling aho-corasick v1.0.4
21112023-11-07T05:26:00.628Z Compiling dyn-clone v1.0.13
21122023-11-07T05:26:00.943Z Compiling fallible-iterator v0.2.0
21132023-11-07T05:26:01.031Z Compiling gimli v0.28.0
21142023-11-07T05:26:01.161Z Compiling either v1.9.0
21152023-11-07T05:26:02.081Z Compiling regex-syntax v0.8.2
21162023-11-07T05:26:02.102Z Compiling clap_lex v0.5.1
21172023-11-07T05:26:02.110Z Compiling maybe-uninit v2.0.0
21182023-11-07T05:26:02.980Z Compiling stable_deref_trait v1.2.0
21192023-11-07T05:26:03.086Z Compiling funty v2.0.0
21202023-11-07T05:26:03.121Z Compiling strsim v0.10.0
21212023-11-07T05:26:06.614Z Compiling bitvec v1.0.1
21222023-11-07T05:26:06.847Z Compiling clap_builder v4.4.2
21232023-11-07T05:26:08.035Z Compiling regex-automata v0.4.3
21242023-11-07T05:26:09.151Z Compiling addr2line v0.21.0
21252023-11-07T05:26:09.489Z Compiling postgres-protocol v0.6.6
21262023-11-07T05:26:10.594Z Compiling diesel_derives v2.1.1
21272023-11-07T05:26:11.102Z Compiling url v2.4.1
21282023-11-07T05:26:13.349Z Compiling strum_macros v0.25.2
21292023-11-07T05:26:14.775Z Compiling rustls-native-certs v0.6.3
21302023-11-07T05:26:15.581Z Compiling tokio-native-tls v0.3.1
21312023-11-07T05:26:25.128Z Compiling usdt-macro v0.3.5
21322023-11-07T05:26:25.298Z Compiling usdt-attr-macro v0.3.5
21332023-11-07T05:26:25.411Z Compiling phf_shared v0.11.2
21342023-11-07T05:26:25.465Z Compiling toml_datetime v0.6.5
21352023-11-07T05:26:25.522Z Compiling serde_spanned v0.6.4
21362023-11-07T05:26:25.595Z Compiling block-padding v0.3.3
21372023-11-07T05:26:26.040Z Compiling enum-as-inner v0.5.1
21382023-11-07T05:26:26.056Z Compiling serde_repr v0.1.16
21392023-11-07T05:26:26.119Z Compiling scheduled-thread-pool v0.2.7
21402023-11-07T05:26:26.156Z Compiling object v0.32.1
21412023-11-07T05:26:26.176Z Compiling bit-vec v0.6.3
21422023-11-07T05:26:26.550Z Compiling deranged v0.3.8
21432023-11-07T05:26:26.627Z Compiling winnow v0.5.15
21442023-11-07T05:26:26.819Z Compiling managed v0.8.0
21452023-11-07T05:26:27.536Z Compiling num_threads v0.1.6
21462023-11-07T05:26:27.712Z Compiling num-bigint-dig v0.8.4
21472023-11-07T05:26:28.175Z Compiling packed_struct v0.10.1
21482023-11-07T05:26:28.785Z Compiling matches v0.1.10
21492023-11-07T05:26:29.837Z Compiling rustc-demangle v0.1.23
21502023-11-07T05:26:31.721Z Compiling ipnet v2.8.0
21512023-11-07T05:26:31.748Z Compiling regex-automata v0.1.10
21522023-11-07T05:26:33.149Z Compiling toml_edit v0.19.15
21532023-11-07T05:26:34.835Z Compiling bstr v0.2.17
21542023-11-07T05:26:35.023Z Compiling time v0.3.27
21552023-11-07T05:26:39.385Z Compiling idna v0.2.3
21562023-11-07T05:26:43.516Z Compiling r2d2 v0.8.10
21572023-11-07T05:26:45.035Z Compiling inout v0.1.3
21582023-11-07T05:26:45.513Z Compiling phf v0.11.2
21592023-11-07T05:26:45.919Z Compiling hyper-tls v0.5.0
21602023-11-07T05:26:45.967Z Compiling regex v1.10.2
21612023-11-07T05:26:46.467Z Compiling flate2 v1.0.28
21622023-11-07T05:26:46.861Z Compiling clap v4.4.3
21632023-11-07T05:26:47.026Z Compiling ipnetwork v0.20.0
21642023-11-07T05:26:47.678Z Compiling postgres-types v0.2.6
21652023-11-07T05:26:48.154Z Compiling itertools v0.11.0
21662023-11-07T05:26:48.297Z Compiling pkcs8 v0.10.2
21672023-11-07T05:26:50.542Z Compiling hubpack v0.1.2
21682023-11-07T05:26:50.977Z Compiling serde_urlencoded v0.7.1
21692023-11-07T05:26:51.225Z Compiling phf_shared v0.10.0
21702023-11-07T05:26:51.828Z Compiling futures-executor v0.3.29
21712023-11-07T05:26:53.105Z Compiling signature v2.1.0
21722023-11-07T05:26:53.833Z Compiling packed_struct_codegen v0.10.1
21732023-11-07T05:26:55.535Z Compiling float-cmp v0.9.0
21742023-11-07T05:26:55.967Z Compiling encoding_rs v0.8.33
21752023-11-07T05:26:56.296Z Compiling mime v0.3.17
21762023-11-07T05:26:57.144Z Compiling static_assertions v1.1.0
21772023-11-07T05:26:57.583Z Compiling whoami v1.4.1
21782023-11-07T05:26:58.430Z Compiling nodrop v0.1.14
21792023-11-07T05:26:58.486Z Compiling unicode-segmentation v1.10.1
21802023-11-07T05:26:58.595Z Compiling fixedbitset v0.4.2
21812023-11-07T05:26:58.868Z Compiling normalize-line-endings v0.3.0
21822023-11-07T05:26:59.031Z Compiling predicates-core v1.0.6
21832023-11-07T05:26:59.207Z Compiling precomputed-hash v0.1.1
21842023-11-07T05:26:59.511Z Compiling new_debug_unreachable v1.0.4
21852023-11-07T05:26:59.920Z Compiling webpki-roots v0.25.2
21862023-11-07T05:27:00.851Z Compiling crc-catalog v2.2.0
21872023-11-07T05:27:01.057Z Compiling regex-automata v0.3.8
21882023-11-07T05:27:02.370Z Compiling data-encoding v2.4.0
21892023-11-07T05:27:02.694Z Compiling difflib v0.4.0
21902023-11-07T05:27:04.806Z Compiling unicode-width v0.1.11
21912023-11-07T05:27:05.055Z Compiling console v0.15.7
21922023-11-07T05:27:05.577Z Compiling bstr v1.6.0
21932023-11-07T05:27:08.039Z Compiling predicates v3.0.4
21942023-11-07T05:27:08.167Z Compiling trust-dns-proto v0.22.0
21952023-11-07T05:27:10.440Z Compiling crc v3.0.1
21962023-11-07T05:27:11.618Z Compiling similar v2.2.1
21972023-11-07T05:27:15.097Z Compiling string_cache v0.8.7
21982023-11-07T05:27:16.367Z Compiling petgraph v0.6.4
21992023-11-07T05:27:16.831Z Compiling array-init v0.0.4
22002023-11-07T05:27:18.111Z Compiling tokio-postgres v0.7.10
22012023-11-07T05:27:21.247Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22022023-11-07T05:27:30.205Z Compiling futures v0.3.29
22032023-11-07T05:27:31.548Z Compiling yasna v0.5.2
22042023-11-07T05:27:32.493Z Compiling pkcs1 v0.7.5
22052023-11-07T05:27:32.999Z Compiling smallvec v0.6.14
22062023-11-07T05:27:33.698Z Compiling diesel v2.1.3
22072023-11-07T05:27:34.403Z Compiling cipher v0.4.4
22082023-11-07T05:27:38.741Z Compiling toml v0.7.8
22092023-11-07T05:27:39.454Z Compiling bit-set v0.5.3
22102023-11-07T05:27:39.881Z Compiling usdt v0.3.5
22112023-11-07T05:27:40.270Z Compiling is-terminal v0.4.9
22122023-11-07T05:27:41.354Z Compiling itertools v0.10.5
22132023-11-07T05:27:43.718Z Compiling tokio-stream v0.1.14
22142023-11-07T05:27:45.257Z Compiling openapiv3 v1.0.3
22152023-11-07T05:27:46.148Z Compiling hex v0.4.3
22162023-11-07T05:27:48.059Z Compiling hashbrown v0.13.2
22172023-11-07T05:27:52.781Z Compiling lalrpop-util v0.19.12
22182023-11-07T05:27:56.265Z Compiling termcolor v1.2.0
22192023-11-07T05:27:56.919Z Compiling bitfield v0.14.0
22202023-11-07T05:27:57.710Z Compiling regex-syntax v0.6.29
22212023-11-07T05:27:58.443Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22222023-11-07T05:28:05.601Z Compiling env_logger v0.10.0
22232023-11-07T05:28:22.840Z Compiling rsa v0.9.2
22242023-11-07T05:28:23.185Z Compiling serde-hex v0.1.0
22252023-11-07T05:28:32.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22262023-11-07T05:28:36.119Z Compiling x509-cert v0.2.4
22272023-11-07T05:28:37.609Z Compiling ron v0.8.1
22282023-11-07T05:28:48.829Z Compiling crc-any v2.4.3
22292023-11-07T05:28:52.417Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22302023-11-07T05:29:07.247Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22312023-11-07T05:29:15.347Z Compiling object v0.30.4
22322023-11-07T05:29:22.862Z Compiling path-slash v0.1.5
22332023-11-07T05:29:36.083Z Compiling bzip2 v0.4.4
22342023-11-07T05:29:36.683Z Compiling zip v0.6.6
22352023-11-07T05:29:43.765Z Compiling rustls-webpki v0.101.7
22362023-11-07T05:30:04.356Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22372023-11-07T05:30:04.395Z Compiling tokio-rustls v0.24.1
22382023-11-07T05:30:04.430Z Compiling hyper-rustls v0.24.2
22392023-11-07T05:30:04.486Z Compiling reqwest v0.11.20
22402023-11-07T05:30:22.220Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22412023-11-07T05:30:26.483Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22422023-11-07T05:30:28.086Z Finished release [optimized] target(s) in 5m 57s
22432023-11-07T05:30:28.096Z
22442023-11-07T05:30:28.110Zreal 5:57.710235099
22452023-11-07T05:30:28.125Zuser 42:01.791236857
22462023-11-07T05:30:28.141Zsys 3:55.387919720
22472023-11-07T05:30:28.147Ztrap 1.920014369
22482023-11-07T05:30:28.159Ztflt 1.141737601
22492023-11-07T05:30:28.163Zdflt 1.153514426
22502023-11-07T05:30:28.169Zkflt 0.000327938
22512023-11-07T05:30:28.175Zlock 1:38:30.403346437
22522023-11-07T05:30:28.179Zslp 2:54:57.414850382
22532023-11-07T05:30:28.183Zlat 1:42.639323777
22542023-11-07T05:30:28.187Zstop 1:41.108146288
22552023-11-07T05:30:28.197Z+ ptime -m gzip
22562023-11-07T05:30:28.474Z
22572023-11-07T05:30:28.483Zreal 0.665562035
22582023-11-07T05:30:28.490Zuser 0.657758719
22592023-11-07T05:30:28.496Zsys 0.007072398
22602023-11-07T05:30:28.502Ztrap 0.000104697
22612023-11-07T05:30:28.505Ztflt 0.000000000
22622023-11-07T05:30:28.509Zdflt 0.000000000
22632023-11-07T05:30:28.513Zkflt 0.000000000
22642023-11-07T05:30:28.517Zlock 0.000000000
22652023-11-07T05:30:28.522Zslp 0.000000000
22662023-11-07T05:30:28.539Zlat 0.000258432
22672023-11-07T05:30:28.552Zstop 0.000260636
22682023-11-07T05:30:28.561Z+ banner tufaceous
22692023-11-07T05:30:28.573Z
22702023-11-07T05:30:28.585Z ##### # # ###### ## #### ###### #### # # ####
22712023-11-07T05:30:28.594Z # # # # # # # # # # # # # #
22722023-11-07T05:30:28.611Z # # # ##### # # # ##### # # # # ####
22732023-11-07T05:30:28.621Z # # # # ###### # # # # # # #
22742023-11-07T05:30:28.629Z # # # # # # # # # # # # # # #
22752023-11-07T05:30:28.634Z # #### # # # #### ###### #### #### ####
22762023-11-07T05:30:28.638Z
22772023-11-07T05:30:28.642Z+ ptime -m cargo build --locked -p tufaceous --release
22782023-11-07T05:30:29.237Z Downloading crates ...
22792023-11-07T05:30:29.640Z Downloaded path-absolutize v3.1.0
22802023-11-07T05:30:29.649Z Downloaded bytesize v1.3.0
22812023-11-07T05:30:29.658Z Downloaded snafu-derive v0.7.5
22822023-11-07T05:30:29.667Z Downloaded snafu v0.7.5
22832023-11-07T05:30:29.675Z Downloaded globset v0.4.13
22842023-11-07T05:30:29.684Z Downloaded serde_plain v1.0.2
22852023-11-07T05:30:29.694Z Downloaded buf-list v1.0.3
22862023-11-07T05:30:29.704Z Downloaded tough v0.14.0
22872023-11-07T05:30:29.714Z Downloaded olpc-cjson v0.1.3
22882023-11-07T05:30:29.723Z Downloaded fs-err v2.9.0
22892023-11-07T05:30:29.732Z Downloaded doc-comment v0.3.3
22902023-11-07T05:30:29.743Z Downloaded path-dedot v3.1.0
22912023-11-07T05:30:29.857Z Compiling serde_tokenstream v0.2.0
22922023-11-07T05:30:29.881Z Compiling regress v0.7.1
22932023-11-07T05:30:29.895Z Compiling dirs-sys-next v0.1.2
22942023-11-07T05:30:29.900Z Compiling ident_case v1.0.1
22952023-11-07T05:30:29.924Z Compiling thread_local v1.1.7
22962023-11-07T05:30:29.952Z Compiling heck v0.4.1
22972023-11-07T05:30:30.383Z Compiling slog-async v2.8.0
22982023-11-07T05:30:30.798Z Compiling darling_core v0.20.3
22992023-11-07T05:30:30.808Z Compiling dirs-next v2.0.0
23002023-11-07T05:30:31.386Z Compiling camino v1.1.6
23012023-11-07T05:30:31.409Z Compiling term v0.7.0
23022023-11-07T05:30:31.698Z Compiling crossbeam-channel v0.5.8
23032023-11-07T05:30:31.830Z Compiling getopts v0.2.21
23042023-11-07T05:30:31.859Z Compiling structmeta-derive v0.2.0
23052023-11-07T05:30:31.875Z Compiling atty v0.2.14
23062023-11-07T05:30:32.497Z Compiling multer v2.1.0
23072023-11-07T05:30:32.522Z Compiling paste v1.0.14
23082023-11-07T05:30:33.208Z Compiling unsafe-libyaml v0.2.9
23092023-11-07T05:30:33.279Z Compiling match_cfg v0.1.0
23102023-11-07T05:30:33.410Z Compiling doc-comment v0.3.3
23112023-11-07T05:30:34.221Z Compiling take_mut v0.2.2
23122023-11-07T05:30:34.781Z Compiling hostname v0.3.1
23132023-11-07T05:30:35.303Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23142023-11-07T05:30:36.318Z Compiling structmeta v0.2.0
23152023-11-07T05:30:36.944Z Compiling serde_yaml v0.9.25
23162023-11-07T05:30:38.023Z Compiling slog-term v2.9.0
23172023-11-07T05:30:39.477Z Compiling darling_macro v0.20.3
23182023-11-07T05:30:40.934Z Compiling darling v0.20.3
23192023-11-07T05:30:41.091Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23202023-11-07T05:30:41.114Z Compiling slog-json v2.6.1
23212023-11-07T05:30:42.422Z Compiling async-stream-impl v0.3.5
23222023-11-07T05:30:43.499Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23232023-11-07T05:30:43.502Z Compiling regex-syntax v0.7.5
23242023-11-07T05:30:43.506Z Compiling fastrand v2.0.0
23252023-11-07T05:30:43.509Z Compiling atomic-waker v1.1.1
23262023-11-07T05:30:43.513Z Compiling slog-bunyan v2.4.0
23272023-11-07T05:30:43.655Z Compiling waitgroup v0.1.2
23282023-11-07T05:30:43.871Z Compiling tempfile v3.8.0
23292023-11-07T05:30:44.011Z Compiling async-stream v0.3.5
23302023-11-07T05:30:44.132Z Compiling serde_with_macros v2.3.3
23312023-11-07T05:30:46.378Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23322023-11-07T05:30:47.323Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23332023-11-07T05:30:48.185Z Compiling toml_edit v0.20.7
23342023-11-07T05:30:48.776Z Compiling sha1 v0.10.5
23352023-11-07T05:30:49.337Z Compiling snafu-derive v0.7.5
23362023-11-07T05:30:49.785Z Compiling serde_path_to_error v0.1.14
23372023-11-07T05:30:49.810Z Compiling path-dedot v3.1.0
23382023-11-07T05:30:50.178Z Compiling instant v0.1.12
23392023-11-07T05:30:50.324Z Compiling same-file v1.0.6
23402023-11-07T05:30:50.377Z Compiling debug-ignore v1.0.5
23412023-11-07T05:30:50.592Z Compiling arc-swap v1.6.0
23422023-11-07T05:30:50.779Z Compiling base64 v0.13.1
23432023-11-07T05:30:51.505Z Compiling buf-list v1.0.3
23442023-11-07T05:30:51.874Z Compiling pem v1.1.1
23452023-11-07T05:30:52.302Z Compiling slog-scope v4.4.0
23462023-11-07T05:30:53.538Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23472023-11-07T05:30:53.778Z Compiling toml v0.8.6
23482023-11-07T05:30:53.907Z Compiling parse-display-derive v0.8.2
23492023-11-07T05:30:54.427Z Compiling walkdir v2.4.0
23502023-11-07T05:30:57.454Z Compiling backoff v0.4.0
23512023-11-07T05:30:57.742Z Compiling snafu v0.7.5
23522023-11-07T05:30:58.425Z Compiling path-absolutize v3.1.0
23532023-11-07T05:30:58.434Z Compiling serde_with v2.3.3
23542023-11-07T05:30:59.807Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23552023-11-07T05:31:00.320Z Compiling parse-display v0.8.2
23562023-11-07T05:31:00.647Z Compiling globset v0.4.13
23572023-11-07T05:31:00.875Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23582023-11-07T05:31:01.072Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23592023-11-07T05:31:03.192Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23602023-11-07T05:31:03.441Z Compiling strum v0.25.0
23612023-11-07T05:31:03.714Z Compiling olpc-cjson v0.1.3
23622023-11-07T05:31:04.591Z Compiling serde_plain v1.0.2
23632023-11-07T05:31:05.501Z Compiling macaddr v1.0.1
23642023-11-07T05:31:06.422Z Compiling filetime v0.2.22
23652023-11-07T05:31:06.757Z Compiling xattr v1.0.1
23662023-11-07T05:31:07.330Z Compiling tough v0.14.0
23672023-11-07T05:31:07.336Z Compiling tar v0.4.40
23682023-11-07T05:31:11.977Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23692023-11-07T05:31:15.895Z Compiling slog-stdlog v4.1.1
23702023-11-07T05:31:17.495Z Compiling camino-tempfile v1.0.2
23712023-11-07T05:31:18.840Z Compiling bytesize v1.3.0
23722023-11-07T05:31:18.993Z Compiling fs-err v2.9.0
23732023-11-07T05:31:19.829Z Compiling slog-envlogger v2.2.0
23742023-11-07T05:31:20.331Z Compiling humantime v2.1.0
23752023-11-07T05:31:35.159Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23762023-11-07T05:31:35.452Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23772023-11-07T05:31:52.076Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23782023-11-07T05:32:12.461Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23792023-11-07T05:32:20.048Z Finished release [optimized] target(s) in 1m 51s
23802023-11-07T05:32:20.140Z
23812023-11-07T05:32:20.143Zreal 1:51.642537468
23822023-11-07T05:32:20.146Zuser 12:26.066666218
23832023-11-07T05:32:20.155Zsys 46.413611626
23842023-11-07T05:32:20.165Ztrap 0.527292133
23852023-11-07T05:32:20.592Ztflt 0.312581993
23862023-11-07T05:32:20.609Zdflt 0.628099663
23872023-11-07T05:32:20.621Zkflt 0.000105388
23882023-11-07T05:32:20.631Zlock 26:42.603654238
23892023-11-07T05:32:20.654Zslp 28:31.283761783
23902023-11-07T05:32:20.711Zlat 23.036483280
23912023-11-07T05:32:20.779Zstop 12.761929801
23922023-11-07T05:32:20.790Z+ ptime -m gzip
23932023-11-07T05:32:22.470Z
23942023-11-07T05:32:22.905Zreal 2.319554377
23952023-11-07T05:32:22.915Zuser 2.292404750
23962023-11-07T05:32:22.922Zsys 0.025127005
23972023-11-07T05:32:22.926Ztrap 0.000908656
23982023-11-07T05:32:22.931Ztflt 0.000000000
23992023-11-07T05:32:22.935Zdflt 0.000000000
24002023-11-07T05:32:22.957Zkflt 0.000000000
24012023-11-07T05:32:22.960Zlock 0.000000000
24022023-11-07T05:32:22.964Zslp 0.000000000
24032023-11-07T05:32:22.968Zlat 0.000691044
24042023-11-07T05:32:22.971Zstop 0.000317764
24052023-11-07T05:32:22.976Zprocess exited: duration 1329720 ms, exit code 0
 
24062023-11-07T05:32:23.421Zfound 5 output files
24072023-11-07T05:32:23.451Zuploading: /work/end-to-end-tests/bootstrap-750ee284a2fe677d.gz (6358525 bytes)
24082023-11-07T05:32:26.929Zuploaded: /work/end-to-end-tests/bootstrap-750ee284a2fe677d.gz
24092023-11-07T05:32:26.941Zuploading: /work/end-to-end-tests/bootstrap.gz (99254501 bytes)
24102023-11-07T05:32:59.751Zuploaded: /work/end-to-end-tests/bootstrap.gz
24112023-11-07T05:32:59.809Zuploading: /work/end-to-end-tests/end_to_end_tests-13628b0bfef9b756.gz (113687769 bytes)
24122023-11-07T05:34:10.346Zuploaded: /work/end-to-end-tests/end_to_end_tests-13628b0bfef9b756.gz
24132023-11-07T05:34:10.380Zuploading: /work/caboose-util.gz (4106011 bytes)
24142023-11-07T05:34:12.151Zuploaded: /work/caboose-util.gz
24152023-11-07T05:34:12.167Zuploading: /work/tufaceous.gz (14678000 bytes)
24162023-11-07T05:34:18.914Zuploaded: /work/tufaceous.gz