01HDNM3G1690Q9KQ0V02K4PFN3: 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: 01HDNM68B74XHYYB71H4XMNM6H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-26T09:23:12.130Zjob assigned to worker 01HDNMM5ZTQYX19J1Z5YBEEKDK (queued for 9 m 8 s)
 
22023-10-26T09:23:12.251Zstarting task 0: "setup"
32023-10-26T09:23:12.468Z++ uname -s
42023-10-26T09:23:12.475Z+ kern=SunOS
52023-10-26T09:23:12.490Z+ case "$kern" in
62023-10-26T09:23:12.504Z+ groupadd -g 12345 build
72023-10-26T09:23:12.520Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-26T09:23:14.497Z+ zfs create -o mountpoint=/work rpool/work
92023-10-26T09:23:14.573Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-26T09:23:14.585Z+ home_fs=zfs
112023-10-26T09:23:14.596Z+ [[ zfs == autofs ]]
122023-10-26T09:23:14.607Z+ mkdir -p /home/build
132023-10-26T09:23:14.617Z+ chown build:build /home/build /work
142023-10-26T09:23:16.577Z+ chmod 0700 /home/build /work
152023-10-26T09:23:16.628Zprocess exited: duration 4297 ms, exit code 0
 
162023-10-26T09:23:16.669Zstarting task 1: "rust-toolchain"
172023-10-26T09:23:16.696Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-26T09:23:17.136Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-26T09:23:17.143Zinfo: downloading installer
202023-10-26T09:23:19.239Zwarning: it looks like you have an existing installation of Rust at:
212023-10-26T09:23:19.252Zwarning: /opt/ooce/bin
222023-10-26T09:23:19.265Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-26T09:23:19.277Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-26T09:23:19.705Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-26T09:23:19.710Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-26T09:23:19.720Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-26T09:23:19.727Zerror: cannot install while Rust is installed
282023-10-26T09:23:19.735Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-26T09:23:19.740Zinfo: profile set to 'default'
302023-10-26T09:23:19.745Zinfo: default host triple is x86_64-unknown-illumos
312023-10-26T09:23:19.751Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-26T09:23:19.759Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-26T09:23:19.830Zinfo: downloading component 'cargo'
342023-10-26T09:23:20.272Zinfo: downloading component 'clippy'
352023-10-26T09:23:20.489Zinfo: downloading component 'rust-docs'
362023-10-26T09:23:21.251Zinfo: downloading component 'rust-std'
372023-10-26T09:23:22.621Zinfo: downloading component 'rustc'
382023-10-26T09:23:25.987Zinfo: downloading component 'rustfmt'
392023-10-26T09:23:26.187Zinfo: installing component 'cargo'
402023-10-26T09:23:28.085Zinfo: installing component 'clippy'
412023-10-26T09:23:28.867Zinfo: installing component 'rust-docs'
422023-10-26T09:23:32.012Zinfo: installing component 'rust-std'
432023-10-26T09:23:35.279Zinfo: installing component 'rustc'
442023-10-26T09:23:45.173Zinfo: installing component 'rustfmt'
452023-10-26T09:23:45.345Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-26T09:23:45.642Z
472023-10-26T09:23:45.835Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-26T09:23:46.038Z
492023-10-26T09:23:46.214Z
502023-10-26T09:23:46.382ZRust is installed now. Great!
512023-10-26T09:23:46.702Z
522023-10-26T09:23:46.890ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-26T09:23:47.317Zenvironment variable. This has not been done automatically.
542023-10-26T09:23:47.561Z
552023-10-26T09:23:48.003ZTo configure your current shell, run:
562023-10-26T09:23:48.276Zsource "$HOME/.cargo/env"
572023-10-26T09:23:48.516Z+ rustc --version
582023-10-26T09:23:48.679Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-26T09:23:48.797Zprocess exited: duration 28458 ms, exit code 0
 
602023-10-26T09:23:49.047Zstarting task 2: "authentication"
612023-10-26T09:23:49.231Zprocess exited: duration 120 ms, exit code 0
 
622023-10-26T09:23:49.391Zstarting task 3: "clone repository"
632023-10-26T09:23:49.837Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-26T09:23:49.881Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-26T09:23:49.911ZCloning into '/work/oxidecomputer/omicron'...
662023-10-26T09:23:57.532Z+ cd /work/oxidecomputer/omicron
672023-10-26T09:23:57.556Z+ [[ -n renovate/oso-0.x ]]
682023-10-26T09:23:57.566Z+ git fetch origin renovate/oso-0.x
692023-10-26T09:23:57.884ZFrom https://github.com/oxidecomputer/omicron
702023-10-26T09:23:57.912Z * branch renovate/oso-0.x -> FETCH_HEAD
712023-10-26T09:23:57.920Z+ git checkout -B renovate/oso-0.x remotes/origin/renovate/oso-0.x
722023-10-26T09:23:57.983ZSwitched to a new branch 'renovate/oso-0.x'
732023-10-26T09:23:58.407Zbranch 'renovate/oso-0.x' set up to track 'origin/renovate/oso-0.x'.
742023-10-26T09:23:58.412Z+ git reset --hard ebbb23ef13f083fb7a73446258751e0ee5090b36
752023-10-26T09:23:58.428ZHEAD is now at ebbb23ef chore(deps): update rust crate oso to 0.27
762023-10-26T09:23:58.536Zprocess exited: duration 8183 ms, exit code 0
 
772023-10-26T09:23:58.578Zstarting task 4: "build"
782023-10-26T09:23:58.603Z+ cargo --version
792023-10-26T09:23:58.693Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-26T09:23:59.116Z+ rustc --version
812023-10-26T09:23:59.128Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-26T09:23:59.144Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-26T09:24:08.925Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-26T09:24:09.867Z Startup: Caching catalogs ... Done
852023-10-26T09:24:14.447ZPlanning: Solver setup ... Done (4.296s)
862023-10-26T09:24:15.020ZPlanning: Running solver ... Done (0.111s)
872023-10-26T09:24:15.033ZPlanning: Finding local manifests ... Done (0.002s)
882023-10-26T09:24:15.045ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-26T09:24:15.054ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-26T09:24:15.065ZPlanning: Package planning ... Done (0.080s)
912023-10-26T09:24:15.100ZPlanning: Merging actions ... Done (0.085s)
922023-10-26T09:24:15.737ZPlanning: Checking for conflicting actions ... Done (0.555s)
932023-10-26T09:24:15.756ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-26T09:24:26.994ZPlanning: Evaluating mediators ... Done (3.701s)
952023-10-26T09:24:27.419ZPlanning: Planning completed in 9.47 seconds
962023-10-26T09:24:27.662Z Packages to install: 4
972023-10-26T09:24:28.266Z Mediators to change: 2
982023-10-26T09:24:28.552Z Services to change: 1
992023-10-26T09:24:28.836Z Estimated space available: 149.39 GB
1002023-10-26T09:24:29.061ZEstimated space to be consumed: 1.37 GB
1012023-10-26T09:24:29.260Z Create boot environment: No
1022023-10-26T09:24:29.427ZCreate backup boot environment: No
1032023-10-26T09:24:29.500Z Rebuild boot archive: No
1042023-10-26T09:24:29.559Z
1052023-10-26T09:24:29.604ZChanged mediators:
1062023-10-26T09:24:29.728Z mediator clang:
1072023-10-26T09:24:29.868Z version: None -> 15 (system default)
1082023-10-26T09:24:30.029Z
1092023-10-26T09:24:30.215Z mediator llvm:
1102023-10-26T09:24:30.756Z version: 14 (system default) -> 15 (system default)
1112023-10-26T09:24:31.021Z
1122023-10-26T09:24:31.171ZChanged packages:
1132023-10-26T09:24:31.507Zhelios-dev
1142023-10-26T09:24:31.696Z developer/build-essential
1152023-10-26T09:24:31.840Z None -> 11-2.0
1162023-10-26T09:24:32.018Z library/libxmlsec1
1172023-10-26T09:24:32.112Z None -> 1.2.35-2.0
1182023-10-26T09:24:32.284Z ooce/developer/clang-15
1192023-10-26T09:24:32.600Z None -> 15.0.7-2.0
1202023-10-26T09:24:32.708Z ooce/developer/llvm-15
1212023-10-26T09:24:32.752Z None -> 15.0.7-2.0
1222023-10-26T09:24:32.850Z
1232023-10-26T09:24:32.889ZServices:
1242023-10-26T09:24:32.911Z restart_fmri:
1252023-10-26T09:24:32.927Z svc:/system/update-man-index:default
1262023-10-26T09:24:32.948Z
1272023-10-26T09:24:32.963ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-26T09:24:32.992ZDownload: 1416/3290 items 96.9/212.6MB 45% complete (19.6M/s)
1292023-10-26T09:24:33.014ZDownload: 3206/3290 items 153.0/212.6MB 71% complete (15.3M/s)
1302023-10-26T09:24:36.485ZDownload: 3281/3290 items 211.1/212.6MB 99% complete (11.4M/s)
1312023-10-26T09:24:36.967ZDownload: Completed 212.60 MB in 15.56 seconds (13.7M/s)
1322023-10-26T09:24:37.392Z Actions: 1/3687 actions (Installing new actions)
1332023-10-26T09:24:43.469Z Actions: 2208/3687 actions (Installing new actions)
1342023-10-26T09:24:45.745Z Actions: Completed 3687 actions in 8.34 seconds.
1352023-10-26T09:24:45.829Z Done (0.082s)
1362023-10-26T09:24:45.854Z Done (0.000s)
1372023-10-26T09:24:46.110Z Done (0.203s)
1382023-10-26T09:24:53.570Z Done (7.411s)
1392023-10-26T09:24:53.783Z Done (0.128s)
1402023-10-26T09:24:53.812Z Done (0.000s)
1412023-10-26T09:24:54.006Z Done (0.000s)
1422023-10-26T09:24:54.681ZPlanning: Evaluating mediator changes ... Done
1432023-10-26T09:24:54.960ZPlanning: Checking for conflicting actions ... Done
1442023-10-26T09:24:54.963ZPlanning: Consolidating action changes ... Done
1452023-10-26T09:24:55.828ZPlanning: Evaluating mediators ... Done
1462023-10-26T09:24:55.840ZPlanning: Planning completed in 0.72 seconds
1472023-10-26T09:24:55.853Z Mediators to change: 2
1482023-10-26T09:24:55.871Z Create boot environment: No
1492023-10-26T09:24:56.285ZCreate backup boot environment: No
1502023-10-26T09:24:56.294Z Done
1512023-10-26T09:24:56.302Z Done
1522023-10-26T09:24:56.308Z Done
1532023-10-26T09:25:02.062Z Done
1542023-10-26T09:25:02.122Z Done
1552023-10-26T09:25:04.230Z Done
1562023-10-26T09:25:04.368Z Done
1572023-10-26T09:25:04.438ZPlanning: Evaluating mediator changes ... Done
1582023-10-26T09:25:04.481ZPlanning: Merging actions ... Done
1592023-10-26T09:25:04.914ZPlanning: Checking for conflicting actions ... Done
1602023-10-26T09:25:04.947ZPlanning: Consolidating action changes ... Done
1612023-10-26T09:25:04.976ZPlanning: Evaluating mediators ... Done
1622023-10-26T09:25:05.011ZPlanning: Planning completed in 1.30 seconds
1632023-10-26T09:25:05.366Z Packages to change: 1
1642023-10-26T09:25:05.443Z Mediators to change: 1
1652023-10-26T09:25:05.452Z Services to change: 1
1662023-10-26T09:25:05.475Z Create boot environment: No
1672023-10-26T09:25:05.497ZCreate backup boot environment: Yes
1682023-10-26T09:25:05.758Z Actions: 1/6 actions (Updating modified actions)
1692023-10-26T09:25:05.762Z Actions: Completed 6 actions in 0.00 seconds.
1702023-10-26T09:25:05.766Z Done
1712023-10-26T09:25:05.769Z Done
1722023-10-26T09:25:05.781Z Done
1732023-10-26T09:25:11.797Z Done
1742023-10-26T09:25:11.929Z Done
1752023-10-26T09:25:11.966Z Done
1762023-10-26T09:25:12.022Z Done
1772023-10-26T09:25:12.693ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1782023-10-26T09:25:12.707Zclang system 15 system
1792023-10-26T09:25:12.724Zcsh system system illumos
1802023-10-26T09:25:12.750Zctags system system illumos
1812023-10-26T09:25:12.773Zgcc vendor 12 vendor
1822023-10-26T09:25:13.197Zgcc system 10 system
1832023-10-26T09:25:13.212Zgcc system 7 system
1842023-10-26T09:25:13.228Zgo system 1.20 system
1852023-10-26T09:25:13.238Zgo system 1.19 system
1862023-10-26T09:25:13.248Zllvm system 15 system
1872023-10-26T09:25:13.261Zllvm system 14 system
1882023-10-26T09:25:13.276Zmariadb system 10.6 system
1892023-10-26T09:25:13.289Zmta vendor vendor dma
1902023-10-26T09:25:13.304Zopenjdk system 17 system
1912023-10-26T09:25:13.333Zopenjdk system 11 system
1922023-10-26T09:25:13.353Zopenjdk system 1.8 system
1932023-10-26T09:25:13.369Zopenssl vendor 3 vendor
1942023-10-26T09:25:13.380Zperl system 5.36 system
1952023-10-26T09:25:13.394Zpostgresql system 15 system
1962023-10-26T09:25:13.405Zpostgresql system 13 system
1972023-10-26T09:25:13.410Zpython vendor 3 vendor
1982023-10-26T09:25:13.418Zpython system 2 system
1992023-10-26T09:25:13.437Zpython3 system 3.11 system
2002023-10-26T09:25:13.456Zruby system 3.0 system
2012023-10-26T09:25:13.461Zwords vendor vendor american-english
2022023-10-26T09:25:13.466Zwords system system australian-english
2032023-10-26T09:25:13.472Zwords system system british-english
2042023-10-26T09:25:13.478Zwords system system canadian-english
2052023-10-26T09:25:13.484Zwords system system french
2062023-10-26T09:25:13.491Zwords system system italian
2072023-10-26T09:25:13.506Zwords system system ngerman
2082023-10-26T09:25:13.569Zwords system system ogerman
2092023-10-26T09:25:13.582Zwords system system spanish
2102023-10-26T09:25:13.601ZFMRI IFO
2112023-10-26T09:25:13.628Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2122023-10-26T09:25:13.635Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2132023-10-26T09:25:13.646Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2142023-10-26T09:25:13.661Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2152023-10-26T09:25:13.671Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2162023-10-26T09:25:14.095Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2172023-10-26T09:25:14.132Z+ set -o errexit
2182023-10-26T09:25:14.151Z+++ dirname ./tools/ci_download_cockroachdb
2192023-10-26T09:25:14.165Z++ cd ./tools
2202023-10-26T09:25:14.176Z++ pwd
2212023-10-26T09:25:14.188Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2222023-10-26T09:25:14.201Z++ basename ./tools/ci_download_cockroachdb
2232023-10-26T09:25:14.214Z+ ARG0=ci_download_cockroachdb
2242023-10-26T09:25:14.233Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2252023-10-26T09:25:14.250Z+ CIDL_VERSION=v22.1.9
2262023-10-26T09:25:14.272Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2272023-10-26T09:25:14.298Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2282023-10-26T09:25:14.731Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2292023-10-26T09:25:14.743Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2302023-10-26T09:25:14.753Z+ TARGET_DIR=out
2312023-10-26T09:25:14.763Z+ DOWNLOAD_DIR=out/downloads
2322023-10-26T09:25:14.774Z+ DEST_DIR=./out/cockroachdb
2332023-10-26T09:25:14.783Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2342023-10-26T09:25:14.794Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2352023-10-26T09:25:14.809Z+ main
2362023-10-26T09:25:14.820Z+ [[ 0 != 0 ]]
2372023-10-26T09:25:15.237Z+ CIDL_OS=solaris2.11
2382023-10-26T09:25:15.245Z+ [[ 0 != 0 ]]
2392023-10-26T09:25:15.251Z+ configure_os solaris2.11
2402023-10-26T09:25:15.276Z+ echo 'current directory: /work/oxidecomputer/omicron'
2412023-10-26T09:25:15.288Zcurrent directory: /work/oxidecomputer/omicron
2422023-10-26T09:25:15.304Z+ echo 'configuring based on OS: "solaris2.11"'
2432023-10-26T09:25:15.318Zconfiguring based on OS: "solaris2.11"
2442023-10-26T09:25:15.334Z+ case "$1" in
2452023-10-26T09:25:15.345Z+ CIDL_BUILD=illumos
2462023-10-26T09:25:15.358Z+ CIDL_SUFFIX=tar.gz
2472023-10-26T09:25:15.375Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2482023-10-26T09:25:15.413Z+ CIDL_MD5FUNC=do_md5sum
2492023-10-26T09:25:15.426Z+ CIDL_URL_BASE=https://illumos.org/downloads
2502023-10-26T09:25:15.437Z+ CIDL_ASSEMBLE=do_assemble_illumos
2512023-10-26T09:25:15.446Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2522023-10-26T09:25:15.876Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2532023-10-26T09:25:15.887Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2542023-10-26T09:25:15.892Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2552023-10-26T09:25:15.899ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-26T09:25:15.904Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-10-26T09:25:15.913ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-26T09:25:15.920Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2592023-10-26T09:25:15.924ZDownloading...
2602023-10-26T09:25:15.928Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-26T09:25:15.932Z+ mkdir -p out/downloads
2622023-10-26T09:25:15.936Z+ mkdir -p ./out/cockroachdb
2632023-10-26T09:25:15.939Z+ local DO_DOWNLOAD=true
2642023-10-26T09:25:15.943Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2652023-10-26T09:25:15.953Z+ '[' true == true ']'
2662023-10-26T09:25:15.960Z+ echo Downloading...
2672023-10-26T09:25:15.970Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-26T09:25:15.978Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-26T09:25:16.330Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-26T09:25:16.347Z++ md5sum
2712023-10-26T09:25:16.356Z++ awk '{print $1}'
2722023-10-26T09:25:16.511Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2732023-10-26T09:25:16.518Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2742023-10-26T09:25:16.525Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-26T09:25:16.531Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2762023-10-26T09:25:19.874Z+ do_assemble_illumos
2772023-10-26T09:25:19.880Z+ rm -r ./out/cockroachdb
2782023-10-26T09:25:19.891Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2792023-10-26T09:25:20.521Z+ ./out/cockroachdb/bin/cockroach version
2802023-10-26T09:25:20.870ZBuild Tag: v22.1.9-dirty
2812023-10-26T09:25:20.875ZBuild Time: 2022/10/26 21:17:46
2822023-10-26T09:25:20.885ZDistribution: OSS
2832023-10-26T09:25:21.331ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2842023-10-26T09:25:21.336ZGo Version: go1.17.13
2852023-10-26T09:25:21.339ZC Compiler: gcc 10.3.0
2862023-10-26T09:25:21.343ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2872023-10-26T09:25:21.360ZBuild Type: release
2882023-10-26T09:25:21.367Z+ set -o errexit
2892023-10-26T09:25:21.375Z+++ dirname ./tools/ci_download_clickhouse
2902023-10-26T09:25:21.381Z++ cd ./tools
2912023-10-26T09:25:21.387Z++ pwd
2922023-10-26T09:25:21.394Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2932023-10-26T09:25:21.405Z++ basename ./tools/ci_download_clickhouse
2942023-10-26T09:25:21.414Z+ ARG0=ci_download_clickhouse
2952023-10-26T09:25:21.427Z+ TARGET_DIR=out
2962023-10-26T09:25:21.442Z+ DOWNLOAD_DIR=out/downloads
2972023-10-26T09:25:21.458Z+ DEST_DIR=./out/clickhouse
2982023-10-26T09:25:21.877Z+ CIDL_VERSION=v22.8.9.24
2992023-10-26T09:25:21.894Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3002023-10-26T09:25:21.910Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3012023-10-26T09:25:21.921Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3022023-10-26T09:25:21.932Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3032023-10-26T09:25:21.953Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3042023-10-26T09:25:21.964Z+ main
3052023-10-26T09:25:21.973Z+ [[ 0 != 0 ]]
3062023-10-26T09:25:21.983Z+ CIDL_OS=solaris2.11
3072023-10-26T09:25:22.408Z+ [[ 0 != 0 ]]
3082023-10-26T09:25:22.419Z+ configure_os solaris2.11
3092023-10-26T09:25:22.444Z+ echo 'current directory: /work/oxidecomputer/omicron'
3102023-10-26T09:25:22.452Zcurrent directory: /work/oxidecomputer/omicron
3112023-10-26T09:25:22.464Z+ echo 'configuring based on OS: "solaris2.11"'
3122023-10-26T09:25:22.487Zconfiguring based on OS: "solaris2.11"
3132023-10-26T09:25:22.502Z+ CIDL_DASHREV=
3142023-10-26T09:25:22.524Z+ case "$1" in
3152023-10-26T09:25:22.536Z+ CIDL_PLATFORM=illumos
3162023-10-26T09:25:22.949Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3172023-10-26T09:25:22.961Z+ CIDL_MD5FUNC=do_md5sum
3182023-10-26T09:25:22.974Z+ CIDL_DASHREV=-1
3192023-10-26T09:25:22.990Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3202023-10-26T09:25:23.005Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3212023-10-26T09:25:23.026Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-10-26T09:25:23.440Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-10-26T09:25:23.465Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3242023-10-26T09:25:23.491ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-26T09:25:23.506Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3262023-10-26T09:25:23.605ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-26T09:25:23.625Z+ mkdir -p out/downloads
3282023-10-26T09:25:23.630Z+ mkdir -p ./out/clickhouse
3292023-10-26T09:25:23.634Z+ local DO_DOWNLOAD=true
3302023-10-26T09:25:23.679Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3312023-10-26T09:25:23.690Z+ '[' true == true ']'
3322023-10-26T09:25:23.695Z+ echo Downloading...
3332023-10-26T09:25:23.702ZDownloading...
3342023-10-26T09:25:23.707Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-10-26T09:25:23.712Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-10-26T09:25:23.720Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-10-26T09:25:23.724Z++ md5sum
3382023-10-26T09:25:23.728Z++ awk '{print $1}'
3392023-10-26T09:25:23.753Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3402023-10-26T09:25:23.783Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3412023-10-26T09:25:23.794Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3422023-10-26T09:25:23.805Z+ mkdir -p ./out/clickhouse
3432023-10-26T09:25:23.809Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3442023-10-26T09:25:28.015Z+ ./out/clickhouse/clickhouse server --version
3452023-10-26T09:25:28.065ZClickHouse server version 22.8.9.1.
3462023-10-26T09:25:28.102Z+ set -o errexit
3472023-10-26T09:25:28.118Z+++ dirname ./tools/ci_download_console
3482023-10-26T09:25:28.125Z++ cd ./tools
3492023-10-26T09:25:28.132Z++ pwd
3502023-10-26T09:25:28.146Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3512023-10-26T09:25:28.162Z++ basename ./tools/ci_download_console
3522023-10-26T09:25:28.183Z+ ARG0=ci_download_console
3532023-10-26T09:25:28.231Z+ TARGET_DIR=out
3542023-10-26T09:25:28.238Z+ DOWNLOAD_DIR=out/downloads
3552023-10-26T09:25:28.242Z+ DEST_DIR=./out/console-assets
3562023-10-26T09:25:28.246Z+ source /work/oxidecomputer/omicron/tools/console_version
3572023-10-26T09:25:28.256Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3582023-10-26T09:25:28.272Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3592023-10-26T09:25:28.291Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3602023-10-26T09:25:28.298Z+ TARBALL_FILE=out/downloads/console.tar.gz
3612023-10-26T09:25:28.302Z+ main
3622023-10-26T09:25:28.306Z+ [[ 0 != 0 ]]
3632023-10-26T09:25:28.319Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3642023-10-26T09:25:28.349ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3652023-10-26T09:25:28.358Z+ echo 'Local file: out/downloads/console.tar.gz'
3662023-10-26T09:25:28.362ZLocal file: out/downloads/console.tar.gz
3672023-10-26T09:25:28.366Z+ local DO_DOWNLOAD=true
3682023-10-26T09:25:28.382Z+ [[ -f out/downloads/console.tar.gz ]]
3692023-10-26T09:25:28.392Z+ mkdir -p out/downloads
3702023-10-26T09:25:28.395Z+ '[' true == true ']'
3712023-10-26T09:25:28.399Z+ echo Downloading...
3722023-10-26T09:25:28.403ZDownloading...
3732023-10-26T09:25:28.410Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3742023-10-26T09:25:28.414Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3752023-10-26T09:25:28.796Z++ do_sha256sum out/downloads/console.tar.gz
3762023-10-26T09:25:28.802Z++ case "$OSTYPE" in
3772023-10-26T09:25:28.806Z++ SHA=sha256sum
3782023-10-26T09:25:28.813Z++ sha256sum
3792023-10-26T09:25:28.819Z++ awk '{print $1}'
3802023-10-26T09:25:28.825Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3812023-10-26T09:25:28.833Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
3822023-10-26T09:25:28.841Z+ rm -rf ./out/console-assets
3832023-10-26T09:25:28.848Z+ mkdir -p ./out/console-assets
3842023-10-26T09:25:28.856Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3852023-10-26T09:25:28.859Z+ mkdir -p ./out/console-assets
3862023-10-26T09:25:28.862Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3872023-10-26T09:25:28.982Z+ set -o errexit
3882023-10-26T09:25:29.011Z+++ dirname ./tools/ci_download_maghemite_openapi
3892023-10-26T09:25:29.043Z++ cd ./tools
3902023-10-26T09:25:29.067Z++ pwd
3912023-10-26T09:25:29.086Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3922023-10-26T09:25:29.108Z++ basename ./tools/ci_download_maghemite_openapi
3932023-10-26T09:25:29.120Z+ ARG0=ci_download_maghemite_openapi
3942023-10-26T09:25:29.132Z+ TARGET_DIR=out
3952023-10-26T09:25:29.137Z+ DOWNLOAD_DIR=out/downloads
3962023-10-26T09:25:29.143Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3972023-10-26T09:25:29.149Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
3982023-10-26T09:25:29.155Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
3992023-10-26T09:25:29.161Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4002023-10-26T09:25:29.165Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4012023-10-26T09:25:29.170Z+ main
4022023-10-26T09:25:29.181Z+ [[ 0 != 0 ]]
4032023-10-26T09:25:29.186Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4042023-10-26T09:25:29.190ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4052023-10-26T09:25:29.196Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4062023-10-26T09:25:29.200ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4072023-10-26T09:25:29.210Z+ local DO_DOWNLOAD=true
4082023-10-26T09:25:29.218Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4092023-10-26T09:25:29.232Z+ mkdir -p out/downloads
4102023-10-26T09:25:29.245Z+ '[' true == true ']'
4112023-10-26T09:25:29.251Z+ echo Downloading...
4122023-10-26T09:25:29.258ZDownloading...
4132023-10-26T09:25:29.271Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4142023-10-26T09:25:29.278Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4152023-10-26T09:25:29.288Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4162023-10-26T09:25:29.303Z++ case "$OSTYPE" in
4172023-10-26T09:25:29.348Z++ SHA=sha256sum
4182023-10-26T09:25:29.359Z++ sha256sum
4192023-10-26T09:25:29.384Z++ awk '{print $1}'
4202023-10-26T09:25:29.402Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4212023-10-26T09:25:29.412Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4222023-10-26T09:25:29.421Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4232023-10-26T09:25:29.426Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4242023-10-26T09:25:29.432Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4252023-10-26T09:25:29.438Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4262023-10-26T09:25:29.455Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4272023-10-26T09:25:29.890Z+ main
4282023-10-26T09:25:29.909Z+ [[ 0 != 0 ]]
4292023-10-26T09:25:29.930Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4302023-10-26T09:25:29.946ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4312023-10-26T09:25:29.964Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4322023-10-26T09:25:29.994ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4332023-10-26T09:25:30.015Z+ local DO_DOWNLOAD=true
4342023-10-26T09:25:30.439Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4352023-10-26T09:25:30.858Z+ mkdir -p out/downloads
4362023-10-26T09:25:30.876Z+ '[' true == true ']'
4372023-10-26T09:25:30.901Z+ echo Downloading...
4382023-10-26T09:25:30.922ZDownloading...
4392023-10-26T09:25:30.935Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4402023-10-26T09:25:30.951Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4412023-10-26T09:25:30.962Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4422023-10-26T09:25:30.976Z++ case "$OSTYPE" in
4432023-10-26T09:25:30.992Z++ SHA=sha256sum
4442023-10-26T09:25:31.008Z++ sha256sum
4452023-10-26T09:25:31.038Z++ awk '{print $1}'
4462023-10-26T09:25:31.060Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4472023-10-26T09:25:31.072Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4482023-10-26T09:25:31.084Z+ set -o errexit
4492023-10-26T09:25:31.100Z+++ dirname ./tools/ci_download_dendrite_openapi
4502023-10-26T09:25:31.119Z++ cd ./tools
4512023-10-26T09:25:31.136Z++ pwd
4522023-10-26T09:25:31.149Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4532023-10-26T09:25:31.157Z++ basename ./tools/ci_download_dendrite_openapi
4542023-10-26T09:25:31.171Z+ ARG0=ci_download_dendrite_openapi
4552023-10-26T09:25:31.186Z+ TARGET_DIR=out
4562023-10-26T09:25:31.203Z+ DOWNLOAD_DIR=out/downloads
4572023-10-26T09:25:31.216Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4582023-10-26T09:25:31.230Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4592023-10-26T09:25:31.241Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4602023-10-26T09:25:31.251Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4612023-10-26T09:25:31.259Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4622023-10-26T09:25:31.268Z+ main
4632023-10-26T09:25:31.302Z+ [[ 0 != 0 ]]
4642023-10-26T09:25:31.313Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4652023-10-26T09:25:31.326ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4662023-10-26T09:25:31.341Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4672023-10-26T09:25:31.352ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4682023-10-26T09:25:31.365Z+ local DO_DOWNLOAD=true
4692023-10-26T09:25:31.384Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4702023-10-26T09:25:31.408Z+ mkdir -p out/downloads
4712023-10-26T09:25:31.433Z+ '[' true == true ']'
4722023-10-26T09:25:31.470Z+ echo Downloading...
4732023-10-26T09:25:31.502ZDownloading...
4742023-10-26T09:25:31.536Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4752023-10-26T09:25:31.583Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4762023-10-26T09:25:31.602Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4772023-10-26T09:25:31.620Z++ case "$OSTYPE" in
4782023-10-26T09:25:31.632Z++ SHA=sha256sum
4792023-10-26T09:25:31.650Z++ sha256sum
4802023-10-26T09:25:32.079Z++ awk '{print $1}'
4812023-10-26T09:25:32.110Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4822023-10-26T09:25:32.128Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
4832023-10-26T09:25:32.142Z+ set -o errexit
4842023-10-26T09:25:32.154Z+++ dirname ./tools/ci_download_dendrite_stub
4852023-10-26T09:25:32.167Z++ cd ./tools
4862023-10-26T09:25:32.177Z++ pwd
4872023-10-26T09:25:32.189Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882023-10-26T09:25:32.206Z++ basename ./tools/ci_download_dendrite_stub
4892023-10-26T09:25:32.220Z+ ARG0=ci_download_dendrite_stub
4902023-10-26T09:25:32.247Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4912023-10-26T09:25:32.266Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
4922023-10-26T09:25:32.281Zcurrent directory: /work/oxidecomputer/omicron
4932023-10-26T09:25:32.317Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
4942023-10-26T09:25:32.326Zconfiguring based on OS: "solaris2.11"
4952023-10-26T09:25:32.340Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
4962023-10-26T09:25:32.349ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
4972023-10-26T09:25:32.766Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4982023-10-26T09:25:32.786ZLocal file: out/downloads/dendrite-stub.tar.gz
4992023-10-26T09:25:32.798Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5002023-10-26T09:25:32.814ZDownloading...
5012023-10-26T09:25:32.824Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5022023-10-26T09:25:32.843Z+ TARGET_DIR=out
5032023-10-26T09:25:32.854Z+ DOWNLOAD_DIR=out/downloads
5042023-10-26T09:25:32.913Z+ DEST_DIR=./out/dendrite-stub
5052023-10-26T09:25:32.947Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5062023-10-26T09:25:32.956Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5072023-10-26T09:25:32.968Z+ REPO=oxidecomputer/dendrite
5082023-10-26T09:25:32.986Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5092023-10-26T09:25:33.422Z+ main
5102023-10-26T09:25:33.426Z+ [[ 0 != 0 ]]
5112023-10-26T09:25:33.435Z+ CIDL_OS=solaris2.11
5122023-10-26T09:25:33.441Z+ [[ 0 != 0 ]]
5132023-10-26T09:25:33.446Z+ configure_os solaris2.11
5142023-10-26T09:25:33.454Z+ echo 'current directory: /work/oxidecomputer/omicron'
5152023-10-26T09:25:33.475Z+ echo 'configuring based on OS: "solaris2.11"'
5162023-10-26T09:25:33.484Z+ case "$1" in
5172023-10-26T09:25:33.490Z+ SET_BINARIES=
5182023-10-26T09:25:33.495Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5192023-10-26T09:25:33.504Z+ CIDL_SHA256FUNC=do_sha256sum
5202023-10-26T09:25:33.512Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5212023-10-26T09:25:33.526Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5222023-10-26T09:25:33.534Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5232023-10-26T09:25:33.547Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5242023-10-26T09:25:33.568Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5252023-10-26T09:25:33.582Z+ mkdir -p out/downloads
5262023-10-26T09:25:33.601Z+ mkdir -p ./out/dendrite-stub
5272023-10-26T09:25:33.620Z+ fetch_and_verify
5282023-10-26T09:25:33.646Z+ local DO_DOWNLOAD=true
5292023-10-26T09:25:33.679Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5302023-10-26T09:25:34.102Z+ '[' true == true ']'
5312023-10-26T09:25:34.114Z+ echo Downloading...
5322023-10-26T09:25:34.122Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5332023-10-26T09:25:34.140Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5342023-10-26T09:25:47.926Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5352023-10-26T09:25:47.931Z++ sha256sum
5362023-10-26T09:25:47.936Z++ awk '{print $1}'
5372023-10-26T09:25:48.026Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5382023-10-26T09:25:48.051Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5392023-10-26T09:25:48.484Z+ do_untar out/downloads/dendrite-stub.tar.gz
5402023-10-26T09:25:48.505Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5412023-10-26T09:25:48.920Z+ do_assemble
5422023-10-26T09:25:49.349Z+ rm -r ./out/dendrite-stub
5432023-10-26T09:25:49.382Z+ mkdir ./out/dendrite-stub
5442023-10-26T09:25:49.406Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5452023-10-26T09:25:49.902Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5462023-10-26T09:25:50.327Z+ set -o errexit
5472023-10-26T09:25:50.341Z+++ dirname ./tools/ci_download_maghemite_mgd
5482023-10-26T09:25:50.359Z++ cd ./tools
5492023-10-26T09:25:50.372Z++ pwd
5502023-10-26T09:25:50.385Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5512023-10-26T09:25:50.405Z++ basename ./tools/ci_download_maghemite_mgd
5522023-10-26T09:25:50.428Z+ ARG0=ci_download_maghemite_mgd
5532023-10-26T09:25:50.447Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5542023-10-26T09:25:50.470Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5552023-10-26T09:25:50.477Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5562023-10-26T09:25:50.485Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5572023-10-26T09:25:50.494Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5582023-10-26T09:25:50.501Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5592023-10-26T09:25:50.507Z+ TARGET_DIR=out
5602023-10-26T09:25:50.514Z+ DOWNLOAD_DIR=out/downloads
5612023-10-26T09:25:50.520Z+ DEST_DIR=./out/mgd
5622023-10-26T09:25:50.528Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5632023-10-26T09:25:50.535Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5642023-10-26T09:25:50.543Z+ REPO=oxidecomputer/maghemite
5652023-10-26T09:25:50.550Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5662023-10-26T09:25:50.557Z+ main
5672023-10-26T09:25:50.566Z+ [[ 0 != 0 ]]
5682023-10-26T09:25:50.573Z+ CIDL_OS=solaris2.11
5692023-10-26T09:25:50.580Z+ [[ 0 != 0 ]]
5702023-10-26T09:25:50.588Z+ configure_os solaris2.11
5712023-10-26T09:25:50.601Z+ echo 'current directory: /work/oxidecomputer/omicron'
5722023-10-26T09:25:50.611Zcurrent directory: /work/oxidecomputer/omicron
5732023-10-26T09:25:50.625Zconfiguring based on OS: "solaris2.11"
5742023-10-26T09:25:50.637Z+ echo 'configuring based on OS: "solaris2.11"'
5752023-10-26T09:25:50.729Z+ case "$1" in
5762023-10-26T09:25:50.765Z+ SET_BINARIES=
5772023-10-26T09:25:51.178Z+ CIDL_SHA256FUNC=do_sha256sum
5782023-10-26T09:25:51.195Z+ TARBALL_FILENAME=mgd.tar.gz
5792023-10-26T09:25:51.204Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5802023-10-26T09:25:51.217Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5812023-10-26T09:25:51.238Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
5822023-10-26T09:25:51.250ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5832023-10-26T09:25:52.594Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5842023-10-26T09:25:52.599ZLocal file: out/downloads/mgd.tar.gz
5852023-10-26T09:25:52.604Z+ mkdir -p out/downloads
5862023-10-26T09:25:52.609Z+ mkdir -p ./out/mgd
5872023-10-26T09:25:52.620Z+ fetch_and_verify
5882023-10-26T09:25:52.632Z+ local DO_DOWNLOAD=true
5892023-10-26T09:25:52.641Z+ [[ -f out/downloads/mgd.tar.gz ]]
5902023-10-26T09:25:52.655Z+ '[' true == true ']'
5912023-10-26T09:25:52.668Z+ echo Downloading...
5922023-10-26T09:25:52.682ZDownloading...
5932023-10-26T09:25:52.690Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
5942023-10-26T09:25:52.698Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5952023-10-26T09:26:04.128Z++ do_sha256sum out/downloads/mgd.tar.gz
5962023-10-26T09:26:04.144Z++ sha256sum
5972023-10-26T09:26:04.156Z++ awk '{print $1}'
5982023-10-26T09:26:04.196Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5992023-10-26T09:26:04.216Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6002023-10-26T09:26:04.240Z+ do_untar out/downloads/mgd.tar.gz
6012023-10-26T09:26:04.249Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6022023-10-26T09:26:04.858Z+ do_assemble
6032023-10-26T09:26:04.868Z+ rm -r ./out/mgd
6042023-10-26T09:26:04.873Z+ mkdir ./out/mgd
6052023-10-26T09:26:04.880Z+ cp -r out/downloads/root ./out/mgd/root
6062023-10-26T09:26:05.089Z+ set -o errexit
6072023-10-26T09:26:05.107Z+++ dirname ./tools/ci_download_transceiver_control
6082023-10-26T09:26:05.128Z++ cd ./tools
6092023-10-26T09:26:06.138Z++ pwd
6102023-10-26T09:26:06.143Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6112023-10-26T09:26:06.318Z++ basename ./tools/ci_download_transceiver_control
6122023-10-26T09:26:06.345Z+ ARG0=ci_download_transceiver_control
6132023-10-26T09:26:06.352Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6142023-10-26T09:26:06.774Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6152023-10-26T09:26:06.782Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6162023-10-26T09:26:06.787Z+ TARGET_DIR=out
6172023-10-26T09:26:06.791Z+ DOWNLOAD_DIR=out/downloads
6182023-10-26T09:26:06.797Z+ DEST_DIR=./out/transceiver-control
6192023-10-26T09:26:06.801Z+ BIN_DIR=/opt/oxide/bin
6202023-10-26T09:26:06.805Z+ BINARY=xcvradm
6212023-10-26T09:26:06.810Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6222023-10-26T09:26:06.815Z+ REPO=oxidecomputer/transceiver-control
6232023-10-26T09:26:06.820Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6242023-10-26T09:26:06.823Z+ main
6252023-10-26T09:26:06.828Z+ [[ 0 != 0 ]]
6262023-10-26T09:26:06.833Z+ CIDL_OS=solaris2.11
6272023-10-26T09:26:06.839Z+ [[ 0 != 0 ]]
6282023-10-26T09:26:06.845Z+ configure_os solaris2.11
6292023-10-26T09:26:06.851Z+ echo 'current directory: /work/oxidecomputer/omicron'
6302023-10-26T09:26:06.856Zcurrent directory: /work/oxidecomputer/omicron
6312023-10-26T09:26:06.862Zconfiguring based on OS: "solaris2.11"
6322023-10-26T09:26:06.869Z+ echo 'configuring based on OS: "solaris2.11"'
6332023-10-26T09:26:06.876Z+ case "$1" in
6342023-10-26T09:26:06.893Z+ SET_BINARIES=
6352023-10-26T09:26:06.900Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362023-10-26T09:26:06.907Z+ CIDL_SHA256FUNC=do_sha256sum
6372023-10-26T09:26:06.917Z+ ARCHIVE_FILENAME=xcvradm.gz
6382023-10-26T09:26:06.927Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6392023-10-26T09:26:06.938Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6402023-10-26T09:26:06.947Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6412023-10-26T09:26:06.965ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6422023-10-26T09:26:06.982Z+ echo 'Local file: out/downloads/xcvradm.gz'
6432023-10-26T09:26:06.991ZLocal file: out/downloads/xcvradm.gz
6442023-10-26T09:26:07.003Z+ mkdir -p out/downloads
6452023-10-26T09:26:07.021Z+ mkdir -p ./out/transceiver-control
6462023-10-26T09:26:07.048Z+ fetch_and_verify
6472023-10-26T09:26:07.466Z+ local DO_DOWNLOAD=true
6482023-10-26T09:26:07.566Z+ [[ -f out/downloads/xcvradm.gz ]]
6492023-10-26T09:26:07.583Z+ '[' true == true ']'
6502023-10-26T09:26:07.595Z+ echo Downloading...
6512023-10-26T09:26:07.604ZDownloading...
6522023-10-26T09:26:07.613Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6532023-10-26T09:26:07.621Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542023-10-26T09:26:07.633Z++ do_sha256sum out/downloads/xcvradm.gz
6552023-10-26T09:26:07.645Z++ sha256sum
6562023-10-26T09:26:07.661Z++ awk '{print $1}'
6572023-10-26T09:26:07.670Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6582023-10-26T09:26:07.682Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6592023-10-26T09:26:07.700Z+ do_unpack out/downloads/xcvradm.gz
6602023-10-26T09:26:07.731Z+ mkdir -p out/downloads/root//opt/oxide/bin
6612023-10-26T09:26:08.154Z+ gzip -dc out/downloads/xcvradm.gz
6622023-10-26T09:26:08.161Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6632023-10-26T09:26:08.166Z+ do_assemble
6642023-10-26T09:26:08.174Z+ rm -r ./out/transceiver-control
6652023-10-26T09:26:08.183Z+ mkdir ./out/transceiver-control
6662023-10-26T09:26:08.195Z+ cp -r out/downloads/root ./out/transceiver-control/root
6672023-10-26T09:26:08.201ZAll prerequisites installed successfully
6682023-10-26T09:26:08.210Z
6692023-10-26T09:26:08.215Zreal 2:09.183149084
6702023-10-26T09:26:08.221Zuser 51.977238550
6712023-10-26T09:26:08.228Zsys 9.720921118
6722023-10-26T09:26:08.235Ztrap 0.022813259
6732023-10-26T09:26:08.243Ztflt 0.307964630
6742023-10-26T09:26:08.250Zdflt 0.422539752
6752023-10-26T09:26:08.259Zkflt 0.162096443
6762023-10-26T09:26:08.266Zlock 2.168404962
6772023-10-26T09:26:08.276Zslp 4:19.499967990
6782023-10-26T09:26:08.286Zlat 3.406951170
6792023-10-26T09:26:08.295Zstop 0.074362638
6802023-10-26T09:26:08.334Z+ banner end-to-end-tests
6812023-10-26T09:26:08.349Z
6822023-10-26T09:26:08.359Z ###### # # ##### ##### #### ###### # # #####
6832023-10-26T09:26:08.367Z # ## # # # # # # # ## # # #
6842023-10-26T09:26:08.376Z ##### # # # # # ##### # # # ##### ##### # # # # #
6852023-10-26T09:26:08.383Z # # # # # # # # # # # # # # #
6862023-10-26T09:26:08.390Z # # ## # # # # # # # ## # #
6872023-10-26T09:26:08.398Z ###### # # ##### # #### ###### # # #####
6882023-10-26T09:26:08.409Z
6892023-10-26T09:26:08.418Z+ export CARGO_PROFILE_DEV_DEBUG=1
6902023-10-26T09:26:08.428Z+ CARGO_PROFILE_DEV_DEBUG=1
6912023-10-26T09:26:08.436Z+ export CARGO_PROFILE_TEST_DEBUG=1
6922023-10-26T09:26:08.444Z+ CARGO_PROFILE_TEST_DEBUG=1
6932023-10-26T09:26:08.454Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6942023-10-26T09:26:08.463Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6952023-10-26T09:26:08.779Z Updating crates.io index
6962023-10-26T09:26:08.835Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6972023-10-26T09:26:09.650Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6982023-10-26T09:26:11.543Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6992023-10-26T09:26:12.234Z Updating git repository `http://github.com/oxidecomputer/tofino`
7002023-10-26T09:26:12.558Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7012023-10-26T09:26:12.914Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7022023-10-26T09:26:13.381Z Updating git repository `https://github.com/oxidecomputer/propolis`
7032023-10-26T09:26:14.276Z Updating git repository `https://github.com/oxidecomputer/crucible`
7042023-10-26T09:26:16.015Z Updating git repository `https://github.com/oxidecomputer/opte`
7052023-10-26T09:26:17.003Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7062023-10-26T09:26:17.325Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7072023-10-26T09:26:18.092Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7082023-10-26T09:26:18.211Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7092023-10-26T09:26:18.665Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7102023-10-26T09:26:19.904Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7112023-10-26T09:26:19.950Z Updating git repository `https://github.com/njaremko/samael`
7122023-10-26T09:26:19.992Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7132023-10-26T09:26:20.558Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7142023-10-26T09:26:21.026Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7152023-10-26T09:26:21.424Z Updating git repository `https://github.com/jgallagher/nix`
7162023-10-26T09:26:22.633Z Updating git repository `https://github.com/cbiffle/hubpack`
7172023-10-26T09:26:23.018Z Updating git repository `https://github.com/oxidecomputer/omicron`
7182023-10-26T09:26:32.167Z Updating git repository `https://github.com/oxidecomputer/rfb`
7192023-10-26T09:26:33.081Z Updating git repository `https://github.com/oxidecomputer/typify`
7202023-10-26T09:26:33.641Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7212023-10-26T09:26:34.024Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7222023-10-26T09:26:34.388Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7232023-10-26T09:26:35.809Z Downloading crates ...
7242023-10-26T09:26:36.030Z Downloaded blowfish v0.9.1
7252023-10-26T09:26:36.047Z Downloaded colorchoice v1.0.0
7262023-10-26T09:26:36.059Z Downloaded crossbeam-epoch v0.9.15
7272023-10-26T09:26:36.068Z Downloaded ciborium-io v0.2.1
7282023-10-26T09:26:36.071Z Downloaded linked-hash-map v0.5.6
7292023-10-26T09:26:36.075Z Downloaded num-derive v0.4.0
7302023-10-26T09:26:36.081Z Downloaded num v0.4.1
7312023-10-26T09:26:36.087Z Downloaded phf_shared v0.10.0
7322023-10-26T09:26:36.102Z Downloaded mime v0.3.17
7332023-10-26T09:26:36.114Z Downloaded precomputed-hash v0.1.1
7342023-10-26T09:26:36.132Z Downloaded clap v4.4.3
7352023-10-26T09:26:36.144Z Downloaded debug-ignore v1.0.5
7362023-10-26T09:26:36.155Z Downloaded diesel_table_macro_syntax v0.1.0
7372023-10-26T09:26:36.167Z Downloaded crucible-workspace-hack v0.1.0
7382023-10-26T09:26:36.177Z Downloaded atomicwrites v0.4.2
7392023-10-26T09:26:36.184Z Downloaded block-padding v0.3.3
7402023-10-26T09:26:36.191Z Downloaded curve25519-dalek-derive v0.1.0
7412023-10-26T09:26:36.198Z Downloaded darling_macro v0.20.3
7422023-10-26T09:26:36.213Z Downloaded md5 v0.7.0
7432023-10-26T09:26:36.223Z Downloaded base16ct v0.2.0
7442023-10-26T09:26:36.232Z Downloaded async-stream v0.3.5
7452023-10-26T09:26:36.240Z Downloaded pest_derive v2.7.2
7462023-10-26T09:26:36.245Z Downloaded anstream v0.5.0
7472023-10-26T09:26:36.252Z Downloaded utf-8 v0.7.6
7482023-10-26T09:26:36.668Z Downloaded managed v0.8.0
7492023-10-26T09:26:36.675Z Downloaded paste v1.0.14
7502023-10-26T09:26:36.683Z Downloaded predicates-core v1.0.6
7512023-10-26T09:26:36.696Z Downloaded dirs-sys v0.4.1
7522023-10-26T09:26:36.710Z Downloaded ppv-lite86 v0.2.17
7532023-10-26T09:26:36.723Z Downloaded bit-set v0.5.3
7542023-10-26T09:26:36.743Z Downloaded base64ct v1.6.0
7552023-10-26T09:26:37.184Z Downloaded phf v0.11.2
7562023-10-26T09:26:37.600Z Downloaded filetime v0.2.22
7572023-10-26T09:26:37.608Z Downloaded pin-project-lite v0.2.13
7582023-10-26T09:26:37.668Z Downloaded crc32fast v1.3.2
7592023-10-26T09:26:37.686Z Downloaded proc-macro-error v1.0.4
7602023-10-26T09:26:37.693Z Downloaded time-core v0.1.1
7612023-10-26T09:26:37.701Z Downloaded poly1305 v0.8.0
7622023-10-26T09:26:37.704Z Downloaded quote v1.0.33
7632023-10-26T09:26:37.707Z Downloaded serde_spanned v0.6.3
7642023-10-26T09:26:37.709Z Downloaded heck v0.3.3
7652023-10-26T09:26:37.712Z Downloaded thiserror-impl v1.0.49
7662023-10-26T09:26:37.715Z Downloaded hex v0.4.3
7672023-10-26T09:26:37.717Z Downloaded password-hash v0.4.2
7682023-10-26T09:26:37.720Z Downloaded ciborium v0.2.1
7692023-10-26T09:26:37.724Z Downloaded omicron-zone-package v0.8.3
7702023-10-26T09:26:37.727Z Downloaded zerocopy v0.6.4
7712023-10-26T09:26:37.730Z Downloaded erased-serde v0.3.30
7722023-10-26T09:26:37.733Z Downloaded endian-type v0.1.2
7732023-10-26T09:26:37.736Z Downloaded ringbuffer v0.15.0
7742023-10-26T09:26:37.739Z Downloaded unicase v2.7.0
7752023-10-26T09:26:37.742Z Downloaded structmeta v0.1.6
7762023-10-26T09:26:37.745Z Downloaded strsim v0.8.0
7772023-10-26T09:26:37.748Z Downloaded futures-core v0.3.28
7782023-10-26T09:26:37.751Z Downloaded equivalent v1.0.1
7792023-10-26T09:26:37.753Z Downloaded terminal_size v0.2.6
7802023-10-26T09:26:37.759Z Downloaded thread_local v1.1.7
7812023-10-26T09:26:37.784Z Downloaded hmac v0.12.1
7822023-10-26T09:26:37.793Z Downloaded getrandom v0.2.10
7832023-10-26T09:26:37.800Z Downloaded zone_cfg_derive v0.2.0
7842023-10-26T09:26:37.807Z Downloaded typenum v1.16.0
7852023-10-26T09:26:37.811Z Downloaded toml v0.7.8
7862023-10-26T09:26:37.815Z Downloaded tinyvec v1.6.0
7872023-10-26T09:26:37.820Z Downloaded thiserror v1.0.49
7882023-10-26T09:26:37.824Z Downloaded either v1.9.0
7892023-10-26T09:26:37.829Z Downloaded termcolor v1.2.0
7902023-10-26T09:26:37.836Z Downloaded stable_deref_trait v1.2.0
7912023-10-26T09:26:37.840Z Downloaded rand_chacha v0.3.1
7922023-10-26T09:26:37.854Z Downloaded radium v0.7.0
7932023-10-26T09:26:37.857Z Downloaded macaddr v1.0.1
7942023-10-26T09:26:37.860Z Downloaded spin v0.5.2
7952023-10-26T09:26:37.863Z Downloaded libefi-sys v0.1.0
7962023-10-26T09:26:37.867Z Downloaded fastrand v2.0.0
7972023-10-26T09:26:37.870Z Downloaded crypto-bigint v0.5.2
7982023-10-26T09:26:37.873Z Downloaded hubpack_derive v0.1.1
7992023-10-26T09:26:37.877Z Downloaded argon2 v0.5.2
8002023-10-26T09:26:37.881Z Downloaded thiserror-no-std v2.0.2
8012023-10-26T09:26:37.883Z Downloaded hostname v0.3.1
8022023-10-26T09:26:37.886Z Downloaded synstructure v0.12.6
8032023-10-26T09:26:37.889Z Downloaded ff v0.13.0
8042023-10-26T09:26:37.891Z Downloaded tap v1.0.1
8052023-10-26T09:26:37.894Z Downloaded slog-async v2.8.0
8062023-10-26T09:26:37.897Z Downloaded rcgen v0.10.0
8072023-10-26T09:26:37.900Z Downloaded pest_generator v2.7.2
8082023-10-26T09:26:37.903Z Downloaded pbkdf2 v0.12.2
8092023-10-26T09:26:37.906Z Downloaded instant v0.1.12
8102023-10-26T09:26:37.909Z Downloaded env_logger v0.9.3
8112023-10-26T09:26:37.921Z Downloaded rustfmt-wrapper v0.2.0
8122023-10-26T09:26:37.924Z Downloaded zip v0.6.6
8132023-10-26T09:26:37.929Z Downloaded usdt-macro v0.3.5
8142023-10-26T09:26:37.932Z Downloaded anyhow v1.0.75
8152023-10-26T09:26:37.935Z Downloaded schemars_derive v0.8.13
8162023-10-26T09:26:37.939Z Downloaded dirs v5.0.1
8172023-10-26T09:26:37.942Z Downloaded scheduled-thread-pool v0.2.7
8182023-10-26T09:26:37.945Z Downloaded tokio-macros v2.1.0
8192023-10-26T09:26:37.950Z Downloaded serde_repr v0.1.16
8202023-10-26T09:26:37.953Z Downloaded elliptic-curve v0.13.5
8212023-10-26T09:26:37.956Z Downloaded is-terminal v0.4.9
8222023-10-26T09:26:37.960Z Downloaded headers-core v0.2.0
8232023-10-26T09:26:37.965Z Downloaded fallible-iterator v0.2.0
8242023-10-26T09:26:37.974Z Downloaded futures-executor v0.3.28
8252023-10-26T09:26:37.978Z Downloaded static_assertions v1.1.0
8262023-10-26T09:26:37.987Z Downloaded heapless v0.7.16
8272023-10-26T09:26:37.994Z Downloaded usdt-impl v0.3.5
8282023-10-26T09:26:37.999Z Downloaded want v0.3.1
8292023-10-26T09:26:38.008Z Downloaded dtrace-parser v0.1.14
8302023-10-26T09:26:38.018Z Downloaded semver-parser v0.10.2
8312023-10-26T09:26:38.028Z Downloaded pbkdf2 v0.11.0
8322023-10-26T09:26:38.039Z Downloaded lalrpop-util v0.19.12
8332023-10-26T09:26:38.050Z Downloaded hashlink v0.8.3
8342023-10-26T09:26:38.063Z Downloaded pretty-hex v0.3.0
8352023-10-26T09:26:38.076Z Downloaded sha1 v0.10.5
8362023-10-26T09:26:38.089Z Downloaded russh-cryptovec v0.7.0
8372023-10-26T09:26:38.099Z Downloaded waitgroup v0.1.2
8382023-10-26T09:26:38.107Z Downloaded tar v0.4.40
8392023-10-26T09:26:38.115Z Downloaded fnv v1.0.7
8402023-10-26T09:26:38.127Z Downloaded tungstenite v0.18.0
8412023-10-26T09:26:38.138Z Downloaded crossbeam-channel v0.5.8
8422023-10-26T09:26:38.147Z Downloaded try-lock v0.2.4
8432023-10-26T09:26:38.161Z Downloaded iana-time-zone v0.1.57
8442023-10-26T09:26:38.173Z Downloaded indexmap v2.0.0
8452023-10-26T09:26:38.184Z Downloaded inout v0.1.3
8462023-10-26T09:26:38.610Z Downloaded foreign-types-shared v0.3.1
8472023-10-26T09:26:38.621Z Downloaded pin-utils v0.1.0
8482023-10-26T09:26:38.633Z Downloaded subtle v2.5.0
8492023-10-26T09:26:38.645Z Downloaded serde_tokenstream v0.1.7
8502023-10-26T09:26:38.655Z Downloaded foreign-types-shared v0.1.1
8512023-10-26T09:26:39.072Z Downloaded serde_path_to_error v0.1.14
8522023-10-26T09:26:39.086Z Downloaded pretty-hex v0.2.1
8532023-10-26T09:26:39.101Z Downloaded walkdir v2.4.0
8542023-10-26T09:26:39.111Z Downloaded yasna v0.5.2
8552023-10-26T09:26:39.123Z Downloaded rand_core v0.6.4
8562023-10-26T09:26:39.135Z Downloaded rustversion v1.0.14
8572023-10-26T09:26:39.148Z Downloaded slog-term v2.9.0
8582023-10-26T09:26:39.163Z Downloaded http-range v0.1.5
8592023-10-26T09:26:39.183Z Downloaded serde_tokenstream v0.2.0
8602023-10-26T09:26:39.198Z Downloaded tracing-attributes v0.1.26
8612023-10-26T09:26:39.220Z Downloaded stringprep v0.1.3
8622023-10-26T09:26:39.243Z Downloaded humantime v2.1.0
8632023-10-26T09:26:39.258Z Downloaded ipnetwork v0.20.0
8642023-10-26T09:26:39.273Z Downloaded home v0.5.5
8652023-10-26T09:26:39.289Z Downloaded toml_datetime v0.6.3
8662023-10-26T09:26:39.309Z Downloaded itoa v1.0.9
8672023-10-26T09:26:39.320Z Downloaded structopt-derive v0.4.18
8682023-10-26T09:26:39.333Z Downloaded resolv-conf v0.7.0
8692023-10-26T09:26:39.343Z Downloaded secrecy v0.8.0
8702023-10-26T09:26:39.351Z Downloaded signal-hook-registry v1.4.1
8712023-10-26T09:26:39.366Z Downloaded slog v2.7.0
8722023-10-26T09:26:39.375Z Downloaded smallvec v1.11.0
8732023-10-26T09:26:39.389Z Downloaded serde_derive_internals v0.26.0
8742023-10-26T09:26:39.394Z Downloaded tracing v0.1.37
8752023-10-26T09:26:39.398Z Downloaded uuid v1.4.1
8762023-10-26T09:26:39.402Z Downloaded russh-keys v0.38.0
8772023-10-26T09:26:39.412Z Downloaded serde_with_macros v2.3.3
8782023-10-26T09:26:39.430Z Downloaded unicode-bidi v0.3.13
8792023-10-26T09:26:39.439Z Downloaded unicode-ident v1.0.12
8802023-10-26T09:26:39.448Z Downloaded sct v0.7.0
8812023-10-26T09:26:39.457Z Downloaded socket2 v0.5.4
8822023-10-26T09:26:39.466Z Downloaded toml v0.8.0
8832023-10-26T09:26:39.478Z Downloaded spin v0.9.8
8842023-10-26T09:26:39.486Z Downloaded url v2.4.1
8852023-10-26T09:26:39.495Z Downloaded unicode-normalization v0.1.22
8862023-10-26T09:26:39.506Z Downloaded serde_derive v1.0.188
8872023-10-26T09:26:39.515Z Downloaded tungstenite v0.20.1
8882023-10-26T09:26:39.524Z Downloaded tokio-util v0.7.10
8892023-10-26T09:26:39.533Z Downloaded rusqlite v0.29.0
8902023-10-26T09:26:39.543Z Downloaded trust-dns-client v0.22.0
8912023-10-26T09:26:39.553Z Downloaded ucd-trie v0.1.6
8922023-10-26T09:26:39.563Z Downloaded ron v0.7.1
8932023-10-26T09:26:39.573Z Downloaded trust-dns-server v0.22.1
8942023-10-26T09:26:39.587Z Downloaded serde_yaml v0.9.25
8952023-10-26T09:26:39.599Z Downloaded russh v0.38.0
8962023-10-26T09:26:39.607Z Downloaded toml_edit v0.20.0
8972023-10-26T09:26:39.644Z Downloaded rand v0.7.3
8982023-10-26T09:26:40.072Z Downloaded futures-util v0.3.28
8992023-10-26T09:26:40.897Z Downloaded serde_with v2.3.3
9002023-10-26T09:26:40.912Z Downloaded itertools v0.11.0
9012023-10-26T09:26:40.926Z Downloaded reqwest v0.11.20
9022023-10-26T09:26:41.341Z Downloaded h2 v0.3.21
9032023-10-26T09:26:41.349Z Downloaded git2 v0.17.2
9042023-10-26T09:26:41.357Z Downloaded winnow v0.5.15
9052023-10-26T09:26:41.364Z Downloaded regex v1.9.5
9062023-10-26T09:26:41.371Z Downloaded curve25519-dalek v4.1.0
9072023-10-26T09:26:41.379Z Downloaded radix_trie v0.2.1
9082023-10-26T09:26:41.383Z Downloaded vcpkg v0.2.15
9092023-10-26T09:26:41.387Z Downloaded syn v1.0.109
9102023-10-26T09:26:41.394Z Downloaded bstr v1.6.0
9112023-10-26T09:26:41.399Z Downloaded regex-syntax v0.6.29
9122023-10-26T09:26:41.405Z Downloaded regex-syntax v0.7.5
9132023-10-26T09:26:41.410Z Downloaded idna v0.4.0
9142023-10-26T09:26:41.420Z Downloaded rustix v0.37.23
9152023-10-26T09:26:41.958Z Downloaded regress v0.7.1
9162023-10-26T09:26:41.974Z Downloaded zerocopy-derive v0.2.0
9172023-10-26T09:26:41.991Z Downloaded sled v0.34.7
9182023-10-26T09:26:42.010Z Downloaded zerocopy-derive v0.6.4
9192023-10-26T09:26:42.028Z Downloaded regex-automata v0.3.8
9202023-10-26T09:26:42.045Z Downloaded bzip2-sys v0.1.11+1.0.8
9212023-10-26T09:26:42.058Z Downloaded webpki-roots v0.25.2
9222023-10-26T09:26:42.076Z Downloaded rustls v0.21.7
9232023-10-26T09:26:42.092Z Downloaded rustix v0.38.9
9242023-10-26T09:26:42.114Z Downloaded encoding_rs v0.8.33
9252023-10-26T09:26:42.140Z Downloaded tokio v1.33.0
9262023-10-26T09:26:42.170Z Downloaded libc v0.2.149
9272023-10-26T09:26:42.596Z Downloaded openapiv3 v1.0.3
9282023-10-26T09:26:42.612Z Downloaded sha3 v0.10.8
9292023-10-26T09:26:42.618Z Downloaded smoltcp v0.9.1
9302023-10-26T09:26:42.628Z Downloaded diesel v2.1.1
9312023-10-26T09:26:42.633Z Downloaded syn v2.0.32
9322023-10-26T09:26:42.638Z Downloaded trust-dns-proto v0.22.0
9332023-10-26T09:26:42.643Z Downloaded idna v0.2.3
9342023-10-26T09:26:42.650Z Downloaded winapi v0.3.9
9352023-10-26T09:26:42.657Z Downloaded smoltcp v0.8.2
9362023-10-26T09:26:42.667Z Downloaded gimli v0.28.0
9372023-10-26T09:26:42.676Z Downloaded bstr v0.2.17
9382023-10-26T09:26:42.686Z Downloaded hyper v0.14.27
9392023-10-26T09:26:42.695Z Downloaded openssl v0.10.57
9402023-10-26T09:26:42.704Z Downloaded ring v0.16.20
9412023-10-26T09:26:42.715Z Downloaded libgit2-sys v0.15.2+1.6.4
9422023-10-26T09:26:42.730Z Downloaded object v0.32.1
9432023-10-26T09:26:42.750Z Downloaded nix v0.26.2
9442023-10-26T09:26:42.766Z Downloaded serde_json v1.0.107
9452023-10-26T09:26:42.783Z Downloaded bitvec v1.0.1
9462023-10-26T09:26:42.794Z Downloaded clap v2.34.0
9472023-10-26T09:26:42.805Z Downloaded petgraph v0.6.4
9482023-10-26T09:26:42.818Z Downloaded rustls-webpki v0.101.4
9492023-10-26T09:26:42.828Z Downloaded itertools v0.10.5
9502023-10-26T09:26:42.840Z Downloaded hashbrown v0.14.0
9512023-10-26T09:26:42.852Z Downloaded hkdf v0.12.3
9522023-10-26T09:26:42.864Z Downloaded tracing-core v0.1.31
9532023-10-26T09:26:42.871Z Downloaded hashbrown v0.13.2
9542023-10-26T09:26:42.874Z Downloaded serde v1.0.188
9552023-10-26T09:26:42.887Z Downloaded hashbrown v0.12.3
9562023-10-26T09:26:42.897Z Downloaded rand v0.8.5
9572023-10-26T09:26:42.902Z Downloaded time v0.3.27
9582023-10-26T09:26:42.907Z Downloaded chrono v0.4.31
9592023-10-26T09:26:42.912Z Downloaded libz-sys v1.1.12
9602023-10-26T09:26:42.917Z Downloaded unicode-segmentation v1.10.1
9612023-10-26T09:26:42.921Z Downloaded clap_builder v4.4.2
9622023-10-26T09:26:42.924Z Downloaded aho-corasick v1.0.4
9632023-10-26T09:26:42.929Z Downloaded indexmap v1.9.3
9642023-10-26T09:26:42.933Z Downloaded serde_urlencoded v0.7.1
9652023-10-26T09:26:42.936Z Downloaded regex-automata v0.1.10
9662023-10-26T09:26:42.939Z Downloaded similar v2.2.1
9672023-10-26T09:26:42.942Z Downloaded half v1.8.2
9682023-10-26T09:26:42.979Z Downloaded aes-gcm v0.10.2
9692023-10-26T09:26:42.990Z Downloaded subprocess v0.2.9
9702023-10-26T09:26:42.994Z Downloaded headers v0.3.9
9712023-10-26T09:26:42.999Z Downloaded schemars v0.8.13
9722023-10-26T09:26:43.005Z Downloaded trust-dns-resolver v0.22.0
9732023-10-26T09:26:43.010Z Downloaded enum-as-inner v0.5.1
9742023-10-26T09:26:43.015Z Downloaded rustc-demangle v0.1.23
9752023-10-26T09:26:43.020Z Downloaded vergen v8.2.4
9762023-10-26T09:26:43.025Z Downloaded sha2 v0.10.8
9772023-10-26T09:26:43.031Z Downloaded serde_arrays v0.1.0
9782023-10-26T09:26:43.035Z Downloaded strum_macros v0.25.2
9792023-10-26T09:26:43.039Z Downloaded semver v0.11.0
9802023-10-26T09:26:43.044Z Downloaded fallible-streaming-iterator v0.1.9
9812023-10-26T09:26:43.048Z Downloaded rustls-native-certs v0.6.3
9822023-10-26T09:26:43.052Z Downloaded toml_edit v0.19.15
9832023-10-26T09:26:43.056Z Downloaded libsqlite3-sys v0.26.0
9842023-10-26T09:26:43.060Z Downloaded num-bigint v0.4.4
9852023-10-26T09:26:43.064Z Downloaded diesel_derives v2.1.1
9862023-10-26T09:26:43.068Z Downloaded hubpack v0.1.2
9872023-10-26T09:26:43.072Z Downloaded httparse v1.8.0
9882023-10-26T09:26:43.089Z Downloaded form_urlencoded v1.2.0
9892023-10-26T09:26:43.094Z Downloaded float-cmp v0.9.0
9902023-10-26T09:26:43.100Z Downloaded http v0.2.9
9912023-10-26T09:26:43.104Z Downloaded mio v0.8.8
9922023-10-26T09:26:43.112Z Downloaded ed25519-dalek v2.0.0
9932023-10-26T09:26:43.118Z Downloaded arc-swap v1.6.0
9942023-10-26T09:26:43.123Z Downloaded rand_core v0.5.1
9952023-10-26T09:26:43.128Z Downloaded jobserver v0.1.26
9962023-10-26T09:26:43.133Z Downloaded spki v0.7.2
9972023-10-26T09:26:43.138Z Downloaded dof v0.1.5
9982023-10-26T09:26:43.144Z Downloaded hash32 v0.2.1
9992023-10-26T09:26:43.150Z Downloaded io-lifetimes v1.0.11
10002023-10-26T09:26:43.158Z Downloaded tokio-stream v0.1.14
10012023-10-26T09:26:43.169Z Downloaded signature v2.1.0
10022023-10-26T09:26:43.175Z Downloaded rustc_version v0.4.0
10032023-10-26T09:26:43.186Z Downloaded tokio-native-tls v0.3.1
10042023-10-26T09:26:43.191Z Downloaded slog-dtrace v0.2.3
10052023-10-26T09:26:43.194Z Downloaded parking_lot_core v0.8.6
10062023-10-26T09:26:43.200Z Downloaded unsafe-libyaml v0.2.9
10072023-10-26T09:26:43.207Z Downloaded slog-bunyan v2.4.0
10082023-10-26T09:26:43.214Z Downloaded siphasher v0.3.11
10092023-10-26T09:26:43.236Z Downloaded rustls-pemfile v1.0.3
10102023-10-26T09:26:43.262Z Downloaded slab v0.4.9
10112023-10-26T09:26:43.287Z Downloaded dyn-clone v1.0.13
10122023-10-26T09:26:43.308Z Downloaded keccak v0.1.4
10132023-10-26T09:26:43.323Z Downloaded foreign-types v0.3.2
10142023-10-26T09:26:43.741Z Downloaded ryu v1.0.15
10152023-10-26T09:26:43.775Z Downloaded aes v0.8.3
10162023-10-26T09:26:43.780Z Downloaded flate2 v1.0.28
10172023-10-26T09:26:43.784Z Downloaded tempfile v3.8.0
10182023-10-26T09:26:43.787Z Downloaded rand_chacha v0.2.2
10192023-10-26T09:26:43.791Z Downloaded difflib v0.4.0
10202023-10-26T09:26:43.794Z Downloaded zeroize_derive v1.4.2
10212023-10-26T09:26:43.797Z Downloaded xattr v1.0.1
10222023-10-26T09:26:43.800Z Downloaded untrusted v0.7.1
10232023-10-26T09:26:43.803Z Downloaded semver v1.0.20
10242023-10-26T09:26:43.806Z Downloaded structopt v0.3.26
10252023-10-26T09:26:43.809Z Downloaded tokio-tungstenite v0.18.0
10262023-10-26T09:26:43.812Z Downloaded cc v1.0.83
10272023-10-26T09:26:43.816Z Downloaded base64 v0.21.5
10282023-10-26T09:26:43.819Z Downloaded tokio-postgres v0.7.10
10292023-10-26T09:26:43.823Z Downloaded libm v0.2.7
10302023-10-26T09:26:43.827Z Downloaded funty v2.0.0
10312023-10-26T09:26:43.830Z Downloaded socket2 v0.4.9
10322023-10-26T09:26:43.834Z Downloaded hyper-rustls v0.24.1
10332023-10-26T09:26:43.838Z Downloaded ed25519 v2.2.2
10342023-10-26T09:26:43.843Z Downloaded unicode-width v0.1.11
10352023-10-26T09:26:43.846Z Downloaded string_cache v0.8.7
10362023-10-26T09:26:43.849Z Downloaded base64 v0.13.1
10372023-10-26T09:26:43.853Z Downloaded tokio-tungstenite v0.20.1
10382023-10-26T09:26:43.856Z Downloaded http-body v0.4.5
10392023-10-26T09:26:43.871Z Downloaded allocator-api2 v0.2.16
10402023-10-26T09:26:43.876Z Downloaded memchr v2.6.3
10412023-10-26T09:26:43.879Z Downloaded digest v0.10.7
10422023-10-26T09:26:43.883Z Downloaded derive_more v0.99.17
10432023-10-26T09:26:43.891Z Downloaded bincode v1.3.3
10442023-10-26T09:26:43.903Z Downloaded same-file v1.0.6
10452023-10-26T09:26:43.910Z Downloaded ipnet v2.8.0
10462023-10-26T09:26:43.917Z Downloaded bitflags v2.4.0
10472023-10-26T09:26:43.921Z Downloaded cpufeatures v0.2.9
10482023-10-26T09:26:43.926Z Downloaded bytes v1.5.0
10492023-10-26T09:26:43.937Z Downloaded pkg-config v0.3.27
10502023-10-26T09:26:43.941Z Downloaded phf_shared v0.11.2
10512023-10-26T09:26:43.948Z Downloaded tokio-rustls v0.24.1
10522023-10-26T09:26:43.954Z Downloaded usdt v0.3.5
10532023-10-26T09:26:43.959Z Downloaded futures-task v0.3.28
10542023-10-26T09:26:43.963Z Downloaded scopeguard v1.2.0
10552023-10-26T09:26:43.969Z Downloaded hyper-staticfile v0.9.5
10562023-10-26T09:26:43.975Z Downloaded strsim v0.10.0
10572023-10-26T09:26:44.033Z Downloaded getrandom v0.1.16
10582023-10-26T09:26:44.049Z Downloaded term v0.7.0
10592023-10-26T09:26:44.053Z Downloaded pest v2.7.2
10602023-10-26T09:26:44.058Z Downloaded tinyvec_macros v0.1.1
10612023-10-26T09:26:44.065Z Downloaded aead v0.5.2
10622023-10-26T09:26:44.070Z Downloaded fixedbitset v0.4.2
10632023-10-26T09:26:44.074Z Downloaded num-traits v0.2.16
10642023-10-26T09:26:44.079Z Downloaded console v0.15.7
10652023-10-26T09:26:44.083Z Downloaded clap_derive v4.4.2
10662023-10-26T09:26:44.092Z Downloaded cipher v0.4.4
10672023-10-26T09:26:44.107Z Downloaded cancel-safe-futures v0.1.2
10682023-10-26T09:26:44.125Z Downloaded camino v1.1.6
10692023-10-26T09:26:44.155Z Downloaded blake2 v0.10.6
10702023-10-26T09:26:44.171Z Downloaded async-trait v0.1.74
10712023-10-26T09:26:44.589Z Downloaded whoami v1.4.1
10722023-10-26T09:26:44.594Z Downloaded wyz v0.5.1
10732023-10-26T09:26:44.599Z Downloaded group v0.13.0
10742023-10-26T09:26:44.603Z Downloaded vec_map v0.8.2
10752023-10-26T09:26:44.607Z Downloaded futures-io v0.3.28
10762023-10-26T09:26:44.614Z Downloaded darling_core v0.20.3
10772023-10-26T09:26:44.619Z Downloaded backoff v0.4.0
10782023-10-26T09:26:44.625Z Downloaded zerocopy v0.3.0
10792023-10-26T09:26:44.634Z Downloaded universal-hash v0.5.1
10802023-10-26T09:26:44.646Z Downloaded unicode-xid v0.2.4
10812023-10-26T09:26:44.658Z Downloaded openssl-probe v0.1.5
10822023-10-26T09:26:44.673Z Downloaded lock_api v0.4.10
10832023-10-26T09:26:44.682Z Downloaded ascii v1.1.0
10842023-10-26T09:26:44.697Z Downloaded ahash v0.8.3
10852023-10-26T09:26:44.707Z Downloaded num-complex v0.4.4
10862023-10-26T09:26:44.717Z Downloaded data-encoding v2.4.0
10872023-10-26T09:26:44.735Z Downloaded backtrace v0.3.69
10882023-10-26T09:26:44.745Z Downloaded ansi_term v0.12.1
10892023-10-26T09:26:44.752Z Downloaded const_format v0.2.31
10902023-10-26T09:26:44.762Z Downloaded futures-sink v0.3.28
10912023-10-26T09:26:44.772Z Downloaded futures-macro v0.3.28
10922023-10-26T09:26:44.780Z Downloaded slog-scope v4.4.0
10932023-10-26T09:26:44.789Z Downloaded der v0.7.8
10942023-10-26T09:26:44.807Z Downloaded ident_case v1.0.1
10952023-10-26T09:26:44.817Z Downloaded strum v0.25.0
10962023-10-26T09:26:44.844Z Downloaded toml v0.5.11
10972023-10-26T09:26:44.848Z Downloaded num_enum_derive v0.5.11
10982023-10-26T09:26:44.852Z Downloaded num-rational v0.4.1
10992023-10-26T09:26:44.856Z Downloaded zeroize v1.6.0
11002023-10-26T09:26:44.865Z Downloaded once_cell v1.18.0
11012023-10-26T09:26:44.872Z Downloaded bit-vec v0.6.3
11022023-10-26T09:26:44.875Z Downloaded smf v0.2.2
11032023-10-26T09:26:44.879Z Downloaded slog-stdlog v4.1.1
11042023-10-26T09:26:44.882Z Downloaded slog-json v2.6.1
11052023-10-26T09:26:44.887Z Downloaded slog-envlogger v2.2.0
11062023-10-26T09:26:44.896Z Downloaded futures v0.3.28
11072023-10-26T09:26:44.899Z Downloaded bitflags v1.3.2
11082023-10-26T09:26:44.903Z Downloaded thread-id v4.2.0
11092023-10-26T09:26:44.906Z Downloaded futures-channel v0.3.28
11102023-10-26T09:26:44.912Z Downloaded r2d2 v0.8.10
11112023-10-26T09:26:44.918Z Downloaded hyper-tls v0.5.0
11122023-10-26T09:26:44.922Z Downloaded vsss-rs v3.3.1
11132023-10-26T09:26:44.927Z Downloaded glob v0.3.1
11142023-10-26T09:26:44.931Z Downloaded heck v0.4.1
11152023-10-26T09:26:44.935Z Downloaded ghash v0.5.0
11162023-10-26T09:26:44.941Z Downloaded ctr v0.9.2
11172023-10-26T09:26:44.945Z Downloaded getopts v0.2.21
11182023-10-26T09:26:44.950Z Downloaded generic-array v0.14.7
11192023-10-26T09:26:44.953Z Downloaded postcard-cobs v0.1.5-pre
11202023-10-26T09:26:44.959Z Downloaded httpdate v1.0.3
11212023-10-26T09:26:44.968Z Downloaded foreign-types-macros v0.2.3
11222023-10-26T09:26:44.974Z Downloaded foreign-types v0.5.0
11232023-10-26T09:26:44.980Z Downloaded parse-display v0.7.0
11242023-10-26T09:26:44.986Z Downloaded mime_guess v2.0.4
11252023-10-26T09:26:44.993Z Downloaded crossbeam-utils v0.8.16
11262023-10-26T09:26:44.999Z Downloaded dirs-next v2.0.0
11272023-10-26T09:26:45.014Z Downloaded structmeta-derive v0.1.6
11282023-10-26T09:26:45.021Z Downloaded dirs-sys-next v0.1.2
11292023-10-26T09:26:45.028Z Downloaded zone v0.2.0
11302023-10-26T09:26:45.090Z Downloaded utf8parse v0.2.1
11312023-10-26T09:26:45.119Z Downloaded twox-hash v1.6.3
11322023-10-26T09:26:45.141Z Downloaded time-macros v0.2.13
11332023-10-26T09:26:45.164Z Downloaded openssl-sys v0.9.93
11342023-10-26T09:26:45.181Z Downloaded proc-macro2 v1.0.67
11352023-10-26T09:26:45.196Z Downloaded pkcs8 v0.10.2
11362023-10-26T09:26:45.204Z Downloaded pest_meta v2.7.2
11372023-10-26T09:26:45.210Z Downloaded errno v0.3.2
11382023-10-26T09:26:45.215Z Downloaded thiserror-impl-no-std v2.0.2
11392023-10-26T09:26:45.223Z Downloaded textwrap v0.11.0
11402023-10-26T09:26:45.230Z Downloaded colored v2.0.4
11412023-10-26T09:26:45.235Z Downloaded cfg-if v1.0.0
11422023-10-26T09:26:45.247Z Downloaded byteorder v1.5.0
11432023-10-26T09:26:45.257Z Downloaded password-hash v0.5.0
11442023-10-26T09:26:45.273Z Downloaded hex-literal v0.4.1
11452023-10-26T09:26:45.304Z Downloaded autocfg v1.1.0
11462023-10-26T09:26:45.318Z Downloaded anstyle-parse v0.2.1
11472023-10-26T09:26:45.329Z Downloaded anstyle-query v1.0.0
11482023-10-26T09:26:45.339Z Downloaded async-recursion v1.0.5
11492023-10-26T09:26:45.352Z Downloaded fxhash v0.2.1
11502023-10-26T09:26:45.366Z Downloaded chacha20poly1305 v0.10.1
11512023-10-26T09:26:45.381Z Downloaded usdt-attr-macro v0.3.5
11522023-10-26T09:26:45.809Z Downloaded toolchain_find v0.2.0
11532023-10-26T09:26:45.817Z Downloaded deranged v0.3.8
11542023-10-26T09:26:45.829Z Downloaded aes-gcm-siv v0.11.1
11552023-10-26T09:26:45.841Z Downloaded miniz_oxide v0.7.1
11562023-10-26T09:26:45.855Z Downloaded num_enum v0.5.11
11572023-10-26T09:26:45.875Z Downloaded darling v0.20.3
11582023-10-26T09:26:46.293Z Downloaded atomic-waker v1.1.1
11592023-10-26T09:26:46.302Z Downloaded version_check v0.9.4
11602023-10-26T09:26:46.311Z Downloaded num-integer v0.1.45
11612023-10-26T09:26:46.323Z Downloaded tower-service v0.3.2
11622023-10-26T09:26:46.328Z Downloaded multer v2.1.0
11632023-10-26T09:26:46.331Z Downloaded convert_case v0.4.0
11642023-10-26T09:26:46.336Z Downloaded parking_lot_core v0.9.8
11652023-10-26T09:26:46.339Z Downloaded num_enum v0.7.0
11662023-10-26T09:26:46.343Z Downloaded const_format_proc_macros v0.2.31
11672023-10-26T09:26:46.347Z Downloaded addr2line v0.21.0
11682023-10-26T09:26:46.350Z Downloaded postgres-protocol v0.6.6
11692023-10-26T09:26:46.358Z Downloaded parking_lot v0.12.1
11702023-10-26T09:26:46.362Z Downloaded md-5 v0.10.5
11712023-10-26T09:26:46.368Z Downloaded lru-cache v0.1.2
11722023-10-26T09:26:46.374Z Downloaded take_mut v0.2.2
11732023-10-26T09:26:46.380Z Downloaded option-ext v0.2.0
11742023-10-26T09:26:46.386Z Downloaded bitstruct v0.1.1
11752023-10-26T09:26:46.391Z Downloaded bcrypt-pbkdf v0.10.0
11762023-10-26T09:26:46.397Z Downloaded bitstruct_derive v0.1.0
11772023-10-26T09:26:46.403Z Downloaded predicates v3.0.4
11782023-10-26T09:26:46.412Z Downloaded postgres-types v0.2.6
11792023-10-26T09:26:46.418Z Downloaded async-stream-impl v0.3.5
11802023-10-26T09:26:46.424Z Downloaded atty v0.2.14
11812023-10-26T09:26:46.430Z Downloaded memoffset v0.9.0
11822023-10-26T09:26:46.434Z Downloaded cstr-argument v0.1.2
11832023-10-26T09:26:46.439Z Downloaded parking_lot v0.11.2
11842023-10-26T09:26:46.443Z Downloaded crypto-common v0.1.6
11852023-10-26T09:26:46.447Z Downloaded anstyle v1.0.2
11862023-10-26T09:26:46.450Z Downloaded quick-error v1.2.3
11872023-10-26T09:26:46.455Z Downloaded proc-macro-error-attr v1.0.4
11882023-10-26T09:26:46.461Z Downloaded postcard v0.7.3
11892023-10-26T09:26:46.467Z Downloaded polyval v0.6.1
11902023-10-26T09:26:46.476Z Downloaded platforms v3.0.2
11912023-10-26T09:26:46.482Z Downloaded proc-macro-crate v1.3.1
11922023-10-26T09:26:46.488Z Downloaded percent-encoding v2.3.0
11932023-10-26T09:26:46.494Z Downloaded pem v1.1.1
11942023-10-26T09:26:46.507Z Downloaded parse-display-derive v0.7.0
11952023-10-26T09:26:46.925Z Downloaded opaque-debug v0.3.0
11962023-10-26T09:26:46.966Z Downloaded num_threads v0.1.6
11972023-10-26T09:26:46.974Z Downloaded log v0.4.20
11982023-10-26T09:26:46.983Z Downloaded matches v0.1.10
11992023-10-26T09:26:46.991Z Downloaded match_cfg v0.1.0
12002023-10-26T09:26:47.001Z Downloaded openssl-macros v0.1.1
12012023-10-26T09:26:47.004Z Downloaded num_enum_derive v0.7.0
12022023-10-26T09:26:47.007Z Downloaded num_cpus v1.16.0
12032023-10-26T09:26:47.010Z Downloaded num-iter v0.1.43
12042023-10-26T09:26:47.014Z Downloaded normalize-line-endings v0.3.0
12052023-10-26T09:26:47.017Z Downloaded new_debug_unreachable v1.0.4
12062023-10-26T09:26:47.021Z Downloaded native-tls v0.2.11
12072023-10-26T09:26:47.024Z Downloaded memoffset v0.7.1
12082023-10-26T09:26:47.028Z Downloaded clap_lex v0.5.1
12092023-10-26T09:26:47.031Z Downloaded cbc v0.1.2
12102023-10-26T09:26:47.035Z Downloaded bzip2 v0.4.4
12112023-10-26T09:26:47.038Z Downloaded nibble_vec v0.1.0
12122023-10-26T09:26:47.042Z Downloaded const-oid v0.9.5
12132023-10-26T09:26:47.045Z Downloaded lazy_static v1.4.0
12142023-10-26T09:26:47.048Z Downloaded cfg-if v0.1.10
12152023-10-26T09:26:47.052Z Downloaded ciborium-ll v0.2.1
12162023-10-26T09:26:47.059Z Downloaded chacha20 v0.9.1
12172023-10-26T09:26:47.066Z Downloaded camino-tempfile v1.0.2
12182023-10-26T09:26:47.074Z Downloaded block-buffer v0.10.4
12192023-10-26T09:26:47.086Z Downloaded bit_field v0.10.2
12202023-10-26T09:26:47.497Z Downloaded adler v1.0.2
12212023-10-26T09:26:47.500Z Compiling proc-macro2 v1.0.67
12222023-10-26T09:26:47.510Z Compiling unicode-ident v1.0.12
12232023-10-26T09:26:47.514Z Compiling libc v0.2.149
12242023-10-26T09:26:47.517Z Compiling serde v1.0.188
12252023-10-26T09:26:47.521Z Compiling version_check v0.9.4
12262023-10-26T09:26:47.524Z Compiling autocfg v1.1.0
12272023-10-26T09:26:47.527Z Compiling cfg-if v1.0.0
12282023-10-26T09:26:47.530Z Compiling syn v1.0.109
12292023-10-26T09:26:47.533Z Compiling typenum v1.16.0
12302023-10-26T09:26:47.536Z Compiling once_cell v1.18.0
12312023-10-26T09:26:47.539Z Compiling thiserror v1.0.49
12322023-10-26T09:26:47.546Z Compiling generic-array v0.14.7
12332023-10-26T09:26:47.550Z Compiling lock_api v0.4.10
12342023-10-26T09:26:47.553Z Compiling libm v0.2.7
12352023-10-26T09:26:47.559Z Compiling parking_lot_core v0.9.8
12362023-10-26T09:26:47.562Z Compiling num-traits v0.2.16
12372023-10-26T09:26:47.582Z Compiling itoa v1.0.9
12382023-10-26T09:26:47.586Z Compiling memchr v2.6.3
12392023-10-26T09:26:47.589Z Compiling futures-core v0.3.28
12402023-10-26T09:26:47.594Z Compiling ahash v0.8.3
12412023-10-26T09:26:47.598Z Compiling serde_json v1.0.107
12422023-10-26T09:26:47.620Z Compiling log v0.4.20
12432023-10-26T09:26:47.629Z Compiling slab v0.4.9
12442023-10-26T09:26:47.656Z Compiling futures-channel v0.3.28
12452023-10-26T09:26:47.674Z Compiling quote v1.0.33
12462023-10-26T09:26:47.683Z Compiling futures-task v0.3.28
12472023-10-26T09:26:47.701Z Compiling futures-util v0.3.28
12482023-10-26T09:26:48.117Z Compiling pkg-config v0.3.27
12492023-10-26T09:26:48.122Z Compiling getrandom v0.2.10
12502023-10-26T09:26:48.129Z Compiling syn v2.0.32
12512023-10-26T09:26:48.136Z Compiling jobserver v0.1.26
12522023-10-26T09:26:48.146Z Compiling rand_core v0.6.4
12532023-10-26T09:26:48.154Z Compiling ryu v1.0.15
12542023-10-26T09:26:48.206Z Compiling cc v1.0.83
12552023-10-26T09:26:48.219Z Compiling vcpkg v0.2.15
12562023-10-26T09:26:48.227Z Compiling schemars v0.8.13
12572023-10-26T09:26:48.238Z Compiling allocator-api2 v0.2.16
12582023-10-26T09:26:48.253Z Compiling heck v0.4.1
12592023-10-26T09:26:48.268Z Compiling scopeguard v1.2.0
12602023-10-26T09:26:48.283Z Compiling equivalent v1.0.1
12612023-10-26T09:26:48.295Z Compiling hashbrown v0.14.0
12622023-10-26T09:26:48.306Z Compiling smallvec v1.11.0
12632023-10-26T09:26:48.740Z Compiling byteorder v1.5.0
12642023-10-26T09:26:49.251Z Compiling httparse v1.8.0
12652023-10-26T09:26:49.464Z Compiling fnv v1.0.7
12662023-10-26T09:26:49.647Z Compiling iana-time-zone v0.1.57
12672023-10-26T09:26:49.787Z Compiling pin-project-lite v0.2.13
12682023-10-26T09:26:49.807Z Compiling semver v1.0.20
12692023-10-26T09:26:50.387Z Compiling subtle v2.5.0
12702023-10-26T09:26:50.555Z Compiling indexmap v1.9.3
12712023-10-26T09:26:50.844Z Compiling parking_lot v0.12.1
12722023-10-26T09:26:50.941Z Compiling time-core v0.1.1
12732023-10-26T09:26:50.949Z Compiling ring v0.16.20
12742023-10-26T09:26:51.072Z Compiling tinyvec_macros v0.1.1
12752023-10-26T09:26:51.170Z Compiling dyn-clone v1.0.13
12762023-10-26T09:26:51.194Z Compiling tinyvec v1.6.0
12772023-10-26T09:26:51.202Z Compiling time-macros v0.2.13
12782023-10-26T09:26:51.475Z Compiling openssl-sys v0.9.93
12792023-10-26T09:26:51.498Z Compiling mio v0.8.8
12802023-10-26T09:26:52.568Z Compiling num_cpus v1.16.0
12812023-10-26T09:26:52.735Z Compiling signal-hook-registry v1.4.1
12822023-10-26T09:26:52.843Z Compiling socket2 v0.5.4
12832023-10-26T09:26:53.517Z Compiling rustls v0.21.7
12842023-10-26T09:26:53.871Z Compiling unicode-normalization v0.1.22
12852023-10-26T09:26:54.323Z Compiling unicode-bidi v0.3.13
12862023-10-26T09:26:54.385Z Compiling spin v0.5.2
12872023-10-26T09:26:54.646Z Compiling slog v2.7.0
12882023-10-26T09:26:55.572Z Compiling percent-encoding v2.3.0
12892023-10-26T09:26:55.622Z Compiling ucd-trie v0.1.6
12902023-10-26T09:26:55.693Z Compiling backtrace v0.3.69
12912023-10-26T09:26:56.075Z Compiling async-trait v0.1.74
12922023-10-26T09:26:56.104Z Compiling form_urlencoded v1.2.0
12932023-10-26T09:26:56.202Z Compiling aho-corasick v1.0.4
12942023-10-26T09:26:56.277Z Compiling regex-syntax v0.7.5
12952023-10-26T09:26:56.521Z Compiling openssl v0.10.57
12962023-10-26T09:26:56.619Z Compiling winnow v0.5.15
12972023-10-26T09:26:56.777Z Compiling pin-utils v0.1.0
12982023-10-26T09:26:56.906Z Compiling anyhow v1.0.75
12992023-10-26T09:26:57.057Z Compiling serde_derive_internals v0.26.0
13002023-10-26T09:26:57.617Z Compiling futures-sink v0.3.28
13012023-10-26T09:26:58.393Z Compiling idna v0.4.0
13022023-10-26T09:27:00.706Z Compiling native-tls v0.2.11
13032023-10-26T09:27:01.111Z Compiling url v2.4.1
13042023-10-26T09:27:01.174Z Compiling unicode-xid v0.2.4
13052023-10-26T09:27:01.897Z Compiling futures-io v0.3.28
13062023-10-26T09:27:02.314Z Compiling regex-automata v0.3.8
13072023-10-26T09:27:02.353Z Compiling rustversion v1.0.14
13082023-10-26T09:27:02.833Z Compiling const-oid v0.9.5
13092023-10-26T09:27:04.507Z Compiling hashbrown v0.13.2
13102023-10-26T09:27:04.532Z Compiling unicode-width v0.1.11
13112023-10-26T09:27:04.697Z Compiling synstructure v0.12.6
13122023-10-26T09:27:05.521Z Compiling cpufeatures v0.2.9
13132023-10-26T09:27:05.660Z Compiling crossbeam-utils v0.8.16
13142023-10-26T09:27:06.035Z Compiling tracing-core v0.1.31
13152023-10-26T09:27:06.044Z Compiling ppv-lite86 v0.2.17
13162023-10-26T09:27:06.385Z Compiling adler v1.0.2
13172023-10-26T09:27:06.734Z Compiling miniz_oxide v0.7.1
13182023-10-26T09:27:07.284Z Compiling rustix v0.38.9
13192023-10-26T09:27:07.336Z Compiling rand_chacha v0.3.1
13202023-10-26T09:27:08.310Z Compiling usdt-impl v0.3.5
13212023-10-26T09:27:08.397Z Compiling gimli v0.28.0
13222023-10-26T09:27:08.440Z Compiling bitflags v1.3.2
13232023-10-26T09:27:09.172Z Compiling rand v0.8.5
13242023-10-26T09:27:09.189Z Compiling object v0.32.1
13252023-10-26T09:27:09.386Z Compiling deranged v0.3.8
13262023-10-26T09:27:09.479Z Compiling num_threads v0.1.6
13272023-10-26T09:27:09.658Z Compiling rustc-demangle v0.1.23
13282023-10-26T09:27:09.933Z Compiling serde_derive v1.0.188
13292023-10-26T09:27:11.138Z Compiling zeroize_derive v1.4.2
13302023-10-26T09:27:11.468Z Compiling thiserror-impl v1.0.49
13312023-10-26T09:27:11.541Z Compiling tokio-macros v2.1.0
13322023-10-26T09:27:12.644Z Compiling futures-macro v0.3.28
13332023-10-26T09:27:13.541Z Compiling tracing-attributes v0.1.26
13342023-10-26T09:27:14.048Z Compiling schemars_derive v0.8.13
13352023-10-26T09:27:15.921Z Compiling zeroize v1.6.0
13362023-10-26T09:27:16.534Z Compiling pest v2.7.2
13372023-10-26T09:27:18.723Z Compiling crypto-common v0.1.6
13382023-10-26T09:27:19.007Z Compiling openssl-macros v0.1.1
13392023-10-26T09:27:19.032Z Compiling regex v1.9.5
13402023-10-26T09:27:19.158Z Compiling block-buffer v0.10.4
13412023-10-26T09:27:20.135Z Compiling digest v0.10.7
13422023-10-26T09:27:20.864Z Compiling pest_meta v2.7.2
13432023-10-26T09:27:20.986Z Compiling zerocopy-derive v0.2.0
13442023-10-26T09:27:21.099Z Compiling tracing v0.1.37
13452023-10-26T09:27:21.121Z Compiling addr2line v0.21.0
13462023-10-26T09:27:21.165Z Compiling time v0.3.27
13472023-10-26T09:27:21.675Z Compiling thread-id v4.2.0
13482023-10-26T09:27:21.892Z Compiling base64 v0.21.5
13492023-10-26T09:27:23.983Z Compiling pest_generator v2.7.2
13502023-10-26T09:27:24.796Z Compiling zerocopy v0.3.0
13512023-10-26T09:27:26.149Z Compiling dof v0.1.5
13522023-10-26T09:27:28.237Z Compiling pest_derive v2.7.2
13532023-10-26T09:27:28.309Z Compiling lazy_static v1.4.0
13542023-10-26T09:27:28.731Z Compiling untrusted v0.7.1
13552023-10-26T09:27:28.843Z Compiling strum_macros v0.25.2
13562023-10-26T09:27:29.357Z Compiling dtrace-parser v0.1.14
13572023-10-26T09:27:30.023Z Compiling strsim v0.10.0
13582023-10-26T09:27:31.366Z Compiling regress v0.7.1
13592023-10-26T09:27:31.538Z Compiling socket2 v0.4.9
13602023-10-26T09:27:33.876Z Compiling hashbrown v0.12.3
13612023-10-26T09:27:33.886Z Compiling rustls-webpki v0.101.4
13622023-10-26T09:27:33.905Z Compiling bytes v1.5.0
13632023-10-26T09:27:34.451Z Compiling indexmap v2.0.0
13642023-10-26T09:27:34.730Z Compiling chrono v0.4.31
13652023-10-26T09:27:35.046Z Compiling uuid v1.4.1
13662023-10-26T09:27:35.490Z Compiling http v0.2.9
13672023-10-26T09:27:35.942Z Compiling tokio v1.33.0
13682023-10-26T09:27:36.567Z Compiling toml_datetime v0.6.3
13692023-10-26T09:27:36.666Z Compiling serde_spanned v0.6.3
13702023-10-26T09:27:37.443Z Compiling toml_edit v0.19.15
13712023-10-26T09:27:37.452Z Compiling bitflags v2.4.0
13722023-10-26T09:27:37.482Z Compiling rustc_version v0.4.0
13732023-10-26T09:27:37.970Z Compiling openapiv3 v1.0.3
13742023-10-26T09:27:40.681Z Compiling serde_tokenstream v0.1.7
13752023-10-26T09:27:40.968Z Compiling serde_tokenstream v0.2.0
13762023-10-26T09:27:41.597Z Compiling sct v0.7.0
13772023-10-26T09:27:41.774Z Compiling httpdate v1.0.3
13782023-10-26T09:27:42.087Z Compiling try-lock v0.2.4
13792023-10-26T09:27:42.299Z Compiling want v0.3.1
13802023-10-26T09:27:42.531Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13812023-10-26T09:27:42.970Z Compiling http-body v0.4.5
13822023-10-26T09:27:43.083Z Compiling usdt-macro v0.3.5
13832023-10-26T09:27:43.587Z Compiling usdt-attr-macro v0.3.5
13842023-10-26T09:27:45.643Z Compiling rustls-pemfile v1.0.3
13852023-10-26T09:27:45.862Z Compiling mime v0.3.17
13862023-10-26T09:27:46.259Z Compiling foreign-types-shared v0.1.1
13872023-10-26T09:27:46.277Z Compiling tower-service v0.3.2
13882023-10-26T09:27:46.416Z Compiling openssl-probe v0.1.5
13892023-10-26T09:27:46.456Z Compiling foreign-types v0.3.2
13902023-10-26T09:27:46.586Z Compiling errno v0.3.2
13912023-10-26T09:27:46.866Z Compiling ipnet v2.8.0
13922023-10-26T09:27:46.949Z Compiling getopts v0.2.21
13932023-10-26T09:27:48.539Z Compiling encoding_rs v0.8.33
13942023-10-26T09:27:48.968Z Compiling unsafe-libyaml v0.2.9
13952023-10-26T09:27:48.998Z Compiling rustls-native-certs v0.6.3
13962023-10-26T09:27:49.673Z Compiling tokio-util v0.7.10
13972023-10-26T09:27:51.043Z Compiling tokio-rustls v0.24.1
13982023-10-26T09:27:51.678Z Compiling h2 v0.3.21
13992023-10-26T09:27:52.196Z Compiling serde_yaml v0.9.25
14002023-10-26T09:27:52.217Z Compiling serde_urlencoded v0.7.1
14012023-10-26T09:27:53.535Z Compiling webpki-roots v0.25.2
14022023-10-26T09:27:58.226Z Compiling hmac v0.12.1
14032023-10-26T09:27:58.546Z Compiling num-integer v0.1.45
14042023-10-26T09:27:58.673Z Compiling sha2 v0.10.8
14052023-10-26T09:27:59.221Z Compiling block-padding v0.3.3
14062023-10-26T09:27:59.589Z Compiling tokio-native-tls v0.3.1
14072023-10-26T09:28:00.002Z Compiling inout v0.1.3
14082023-10-26T09:28:00.126Z Compiling futures-executor v0.3.28
14092023-10-26T09:28:00.393Z Compiling cipher v0.4.4
14102023-10-26T09:28:01.365Z Compiling toml v0.7.8
14112023-10-26T09:28:01.407Z Compiling crc32fast v1.3.2
14122023-10-26T09:28:01.854Z Compiling fallible-iterator v0.2.0
14132023-10-26T09:28:02.463Z Compiling futures v0.3.28
14142023-10-26T09:28:02.540Z Compiling ipnetwork v0.20.0
14152023-10-26T09:28:02.641Z Compiling spin v0.9.8
14162023-10-26T09:28:03.017Z Compiling siphasher v0.3.11
14172023-10-26T09:28:03.256Z Compiling hyper v0.14.27
14182023-10-26T09:28:03.675Z Compiling usdt v0.3.5
14192023-10-26T09:28:04.369Z Compiling md-5 v0.10.5
14202023-10-26T09:28:04.719Z Compiling stringprep v0.1.3
14212023-10-26T09:28:05.599Z Compiling io-lifetimes v1.0.11
14222023-10-26T09:28:05.857Z Compiling postgres-protocol v0.6.6
14232023-10-26T09:28:06.204Z Compiling phf_shared v0.11.2
14242023-10-26T09:28:06.489Z Compiling hex v0.4.3
14252023-10-26T09:28:06.741Z Compiling enum-as-inner v0.5.1
14262023-10-26T09:28:07.204Z Compiling slog-async v2.8.0
14272023-10-26T09:28:07.490Z Compiling postgres-types v0.2.6
14282023-10-26T09:28:07.938Z Compiling phf v0.11.2
14292023-10-26T09:28:08.089Z Compiling num-bigint v0.4.4
14302023-10-26T09:28:08.261Z Compiling whoami v1.4.1
14312023-10-26T09:28:08.725Z Compiling data-encoding v2.4.0
14322023-10-26T09:28:09.003Z Compiling rustix v0.37.23
14332023-10-26T09:28:09.684Z Compiling tokio-postgres v0.7.10
14342023-10-26T09:28:10.228Z Compiling zerocopy-derive v0.6.4
14352023-10-26T09:28:10.644Z Compiling static_assertions v1.1.0
14362023-10-26T09:28:13.653Z Compiling ident_case v1.0.1
14372023-10-26T09:28:13.899Z Compiling either v1.9.0
14382023-10-26T09:28:13.922Z Compiling darling_core v0.20.3
14392023-10-26T09:28:14.232Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14402023-10-26T09:28:14.435Z Compiling camino v1.1.6
14412023-10-26T09:28:15.245Z Compiling hyper-rustls v0.24.1
14422023-10-26T09:28:15.503Z Compiling hyper-tls v0.5.0
14432023-10-26T09:28:16.041Z Compiling reqwest v0.11.20
14442023-10-26T09:28:16.066Z Compiling flate2 v1.0.28
14452023-10-26T09:28:16.551Z Compiling heapless v0.7.16
14462023-10-26T09:28:17.131Z Compiling bzip2-sys v0.1.11+1.0.8
14472023-10-26T09:28:17.663Z Compiling memoffset v0.9.0
14482023-10-26T09:28:17.773Z Compiling unicode-segmentation v1.10.1
14492023-10-26T09:28:18.101Z Compiling radium v0.7.0
14502023-10-26T09:28:18.666Z Compiling matches v0.1.10
14512023-10-26T09:28:18.793Z Compiling managed v0.8.0
14522023-10-26T09:28:19.275Z Compiling idna v0.2.3
14532023-10-26T09:28:20.159Z Compiling itertools v0.11.0
14542023-10-26T09:28:21.614Z Compiling multer v2.1.0
14552023-10-26T09:28:21.783Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14562023-10-26T09:28:21.984Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14572023-10-26T09:28:22.547Z Compiling trust-dns-proto v0.22.0
14582023-10-26T09:28:22.559Z Compiling async-stream-impl v0.3.5
14592023-10-26T09:28:23.021Z Compiling darling_macro v0.20.3
14602023-10-26T09:28:24.510Z Compiling crossbeam-epoch v0.9.15
14612023-10-26T09:28:24.518Z Compiling darling v0.20.3
14622023-10-26T09:28:24.696Z Compiling serde_with_macros v2.3.3
14632023-10-26T09:28:25.143Z Compiling num-iter v0.1.43
14642023-10-26T09:28:25.215Z Compiling utf8parse v0.2.1
14652023-10-26T09:28:25.884Z Compiling bit-vec v0.6.3
14662023-10-26T09:28:25.889Z Compiling paste v1.0.14
14672023-10-26T09:28:26.268Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14682023-10-26T09:28:26.305Z Compiling smoltcp v0.9.1
14692023-10-26T09:28:27.205Z Compiling anstyle v1.0.2
14702023-10-26T09:28:27.718Z Compiling anstyle-parse v0.2.1
14712023-10-26T09:28:28.711Z Compiling zerocopy v0.6.4
14722023-10-26T09:28:29.752Z Compiling signature v2.1.0
14732023-10-26T09:28:30.068Z Compiling hubpack_derive v0.1.1
14742023-10-26T09:28:30.087Z Compiling clap_derive v4.4.2
14752023-10-26T09:28:30.525Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14762023-10-26T09:28:31.435Z Compiling colorchoice v1.0.0
14772023-10-26T09:28:31.629Z Compiling anstyle-query v1.0.0
14782023-10-26T09:28:31.828Z Compiling anstream v0.5.0
14792023-10-26T09:28:32.584Z Compiling yasna v0.5.2
14802023-10-26T09:28:33.020Z Compiling terminal_size v0.2.6
14812023-10-26T09:28:35.606Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14822023-10-26T09:28:35.633Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14832023-10-26T09:28:36.345Z Compiling structmeta-derive v0.1.6
14842023-10-26T09:28:36.821Z Compiling diesel_table_macro_syntax v0.1.0
14852023-10-26T09:28:37.072Z Compiling hash32 v0.2.1
14862023-10-26T09:28:37.427Z Compiling tap v1.0.1
14872023-10-26T09:28:37.658Z Compiling clap_lex v0.5.1
14882023-10-26T09:28:37.711Z Compiling stable_deref_trait v1.2.0
14892023-10-26T09:28:38.482Z Compiling clap_builder v4.4.2
14902023-10-26T09:28:38.505Z Compiling wyz v0.5.1
14912023-10-26T09:28:39.312Z Compiling diesel_derives v2.1.1
14922023-10-26T09:28:40.071Z Compiling tokio-stream v0.1.14
14932023-10-26T09:28:40.662Z Compiling serde_repr v0.1.16
14942023-10-26T09:28:40.828Z Compiling structmeta v0.1.6
14952023-10-26T09:28:41.459Z Compiling scheduled-thread-pool v0.2.7
14962023-10-26T09:28:41.653Z Compiling regex-syntax v0.6.29
14972023-10-26T09:28:41.738Z Compiling regex-automata v0.1.10
14982023-10-26T09:28:43.172Z Compiling funty v2.0.0
14992023-10-26T09:28:43.187Z Compiling bstr v0.2.17
15002023-10-26T09:28:43.345Z Compiling r2d2 v0.8.10
15012023-10-26T09:28:44.909Z Compiling bitvec v1.0.1
15022023-10-26T09:28:45.386Z Compiling clap v4.4.3
15032023-10-26T09:28:45.777Z Compiling hubpack v0.1.2
15042023-10-26T09:28:46.939Z Compiling itertools v0.10.5
15052023-10-26T09:28:47.381Z Compiling phf_shared v0.10.0
15062023-10-26T09:28:48.043Z Compiling float-cmp v0.9.0
15072023-10-26T09:28:48.776Z Compiling normalize-line-endings v0.3.0
15082023-10-26T09:28:49.204Z Compiling new_debug_unreachable v1.0.4
15092023-10-26T09:28:49.215Z Compiling fixedbitset v0.4.2
15102023-10-26T09:28:49.650Z Compiling predicates-core v1.0.6
15112023-10-26T09:28:50.246Z Compiling difflib v0.4.0
15122023-10-26T09:28:50.856Z Compiling precomputed-hash v0.1.1
15132023-10-26T09:28:51.009Z Compiling string_cache v0.8.7
15142023-10-26T09:28:51.467Z Compiling parse-display-derive v0.7.0
15152023-10-26T09:28:51.727Z Compiling predicates v3.0.4
15162023-10-26T09:28:51.745Z Compiling petgraph v0.6.4
15172023-10-26T09:28:53.123Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15182023-10-26T09:28:54.554Z Compiling similar v2.2.1
15192023-10-26T09:28:55.130Z Compiling bit-set v0.5.3
15202023-10-26T09:28:55.610Z Compiling console v0.15.7
15212023-10-26T09:28:56.815Z Compiling bstr v1.6.0
15222023-10-26T09:28:57.867Z Compiling lalrpop-util v0.19.12
15232023-10-26T09:29:02.975Z Compiling diesel v2.1.1
15242023-10-26T09:29:08.772Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15252023-10-26T09:29:08.828Z Compiling proc-macro-crate v1.3.1
15262023-10-26T09:29:09.377Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15272023-10-26T09:29:19.168Z Compiling crucible-workspace-hack v0.1.0
15282023-10-26T09:29:45.469Z Compiling atty v0.2.14
15292023-10-26T09:29:45.735Z Compiling sha1 v0.10.5
15302023-10-26T09:29:46.142Z Compiling match_cfg v0.1.0
15312023-10-26T09:29:46.294Z Compiling hostname v0.3.1
15322023-10-26T09:29:48.873Z Compiling dirs-sys-next v0.1.2
15332023-10-26T09:29:49.884Z Compiling dirs-next v2.0.0
15342023-10-26T09:29:53.785Z Compiling thread_local v1.1.7
15352023-10-26T09:29:56.493Z Compiling term v0.7.0
15362023-10-26T09:29:56.669Z Compiling crossbeam-channel v0.5.8
15372023-10-26T09:29:58.740Z Compiling take_mut v0.2.2
15382023-10-26T09:29:59.295Z Compiling slog-term v2.9.0
15392023-10-26T09:30:00.910Z Compiling slog-json v2.6.1
15402023-10-26T09:30:00.974Z Compiling instant v0.1.12
15412023-10-26T09:30:01.528Z Compiling slog-bunyan v2.4.0
15422023-10-26T09:30:02.255Z Compiling strum v0.25.0
15432023-10-26T09:30:03.040Z Compiling atomic-waker v1.1.1
15442023-10-26T09:30:03.320Z Compiling waitgroup v0.1.2
15452023-10-26T09:30:03.449Z Compiling num_enum_derive v0.5.11
15462023-10-26T09:30:03.661Z Compiling serde_with v2.3.3
15472023-10-26T09:30:03.886Z Compiling async-stream v0.3.5
15482023-10-26T09:30:06.056Z Compiling serde_path_to_error v0.1.14
15492023-10-26T09:30:06.109Z Compiling libz-sys v1.1.12
15502023-10-26T09:30:06.413Z Compiling debug-ignore v1.0.5
15512023-10-26T09:30:06.651Z Compiling fastrand v2.0.0
15522023-10-26T09:30:07.452Z Compiling tempfile v3.8.0
15532023-10-26T09:30:09.378Z Compiling slog-dtrace v0.2.3
15542023-10-26T09:30:09.397Z Compiling proc-macro-error-attr v1.0.4
15552023-10-26T09:30:11.191Z Compiling backoff v0.4.0
15562023-10-26T09:30:11.757Z Compiling parse-display v0.7.0
15572023-10-26T09:30:12.368Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15582023-10-26T09:30:13.156Z Compiling macaddr v1.0.1
15592023-10-26T09:30:13.337Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15602023-10-26T09:30:13.604Z Compiling libgit2-sys v0.15.2+1.6.4
15612023-10-26T09:30:13.940Z Compiling proc-macro-error v1.0.4
15622023-10-26T09:30:14.518Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15632023-10-26T09:30:16.406Z Compiling libsqlite3-sys v0.26.0
15642023-10-26T09:30:16.778Z Compiling memoffset v0.7.1
15652023-10-26T09:30:17.104Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15662023-10-26T09:30:32.006Z Compiling foreign-types-macros v0.2.3
15672023-10-26T09:30:32.318Z Compiling vergen v8.2.4
15682023-10-26T09:30:32.884Z Compiling base64ct v1.6.0
15692023-10-26T09:30:33.194Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15702023-10-26T09:30:33.473Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15712023-10-26T09:30:33.589Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15722023-10-26T09:30:33.919Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15732023-10-26T09:30:34.060Z Compiling platforms v3.0.2
15742023-10-26T09:30:34.425Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15752023-10-26T09:30:34.495Z Compiling num_enum_derive v0.7.0
15762023-10-26T09:30:34.623Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15772023-10-26T09:30:34.731Z Compiling password-hash v0.5.0
15782023-10-26T09:30:34.772Z Compiling curve25519-dalek v4.1.0
15792023-10-26T09:30:34.802Z Compiling heck v0.3.3
15802023-10-26T09:30:34.828Z Compiling blake2 v0.10.6
15812023-10-26T09:30:34.840Z Compiling libefi-sys v0.1.0
15822023-10-26T09:30:34.854Z Compiling structopt-derive v0.4.18
15832023-10-26T09:30:34.874Z Compiling zone_cfg_derive v0.2.0
15842023-10-26T09:30:34.894Z Compiling argon2 v0.5.2
15852023-10-26T09:30:34.953Z Compiling num-derive v0.4.0
15862023-10-26T09:30:35.007Z Compiling curve25519-dalek-derive v0.1.0
15872023-10-26T09:30:35.267Z Compiling same-file v1.0.6
15882023-10-26T09:30:35.571Z Compiling toml v0.5.11
15892023-10-26T09:30:35.699Z Compiling walkdir v2.4.0
15902023-10-26T09:30:36.798Z Compiling semver-parser v0.10.2
15912023-10-26T09:30:37.423Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15922023-10-26T09:30:37.444Z Compiling filetime v0.2.22
15932023-10-26T09:30:37.914Z Compiling xattr v1.0.1
15942023-10-26T09:30:37.938Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
15952023-10-26T09:30:38.322Z Compiling getrandom v0.1.16
15962023-10-26T09:30:38.360Z Compiling erased-serde v0.3.30
15972023-10-26T09:30:38.929Z Compiling tar v0.4.40
15982023-10-26T09:30:38.958Z Compiling semver v0.11.0
15992023-10-26T09:30:39.319Z Compiling universal-hash v0.5.1
16002023-10-26T09:30:39.646Z Compiling bitstruct_derive v0.1.0
16012023-10-26T09:30:39.804Z Compiling async-recursion v1.0.5
16022023-10-26T09:30:40.124Z Compiling opaque-debug v0.3.0
16032023-10-26T09:30:40.171Z Compiling home v0.5.5
16042023-10-26T09:30:40.608Z Compiling toolchain_find v0.2.0
16052023-10-26T09:30:40.638Z Compiling num-rational v0.4.1
16062023-10-26T09:30:40.949Z Compiling unicase v2.7.0
16072023-10-26T09:30:41.200Z Compiling parking_lot_core v0.8.6
16082023-10-26T09:30:41.481Z Compiling rustfmt-wrapper v0.2.0
16092023-10-26T09:30:41.661Z Compiling omicron-zone-package v0.8.3
16102023-10-26T09:30:41.812Z Compiling num_enum v0.5.11
16112023-10-26T09:30:41.850Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16122023-10-26T09:30:42.040Z Compiling aead v0.5.2
16132023-10-26T09:30:42.143Z Compiling postcard-cobs v0.1.5-pre
16142023-10-26T09:30:42.525Z Compiling winapi v0.3.9
16152023-10-26T09:30:42.548Z Compiling postcard v0.7.3
16162023-10-26T09:30:42.573Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16172023-10-26T09:30:42.637Z Compiling polyval v0.6.1
16182023-10-26T09:30:43.235Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16192023-10-26T09:30:43.546Z Compiling smoltcp v0.8.2
16202023-10-26T09:30:43.759Z Compiling ctr v0.9.2
16212023-10-26T09:30:43.913Z Compiling aes v0.8.3
16222023-10-26T09:30:44.127Z Compiling thiserror-impl-no-std v2.0.2
16232023-10-26T09:30:44.244Z Compiling cfg-if v0.1.10
16242023-10-26T09:30:44.378Z Compiling foreign-types-shared v0.3.1
16252023-10-26T09:30:44.503Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16262023-10-26T09:30:44.775Z Compiling foreign-types v0.5.0
16272023-10-26T09:30:45.695Z Compiling mime_guess v2.0.4
16282023-10-26T09:30:48.901Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16292023-10-26T09:30:48.929Z Compiling is-terminal v0.4.9
16302023-10-26T09:30:49.538Z Compiling toml_edit v0.20.0
16312023-10-26T09:30:50.205Z Compiling hashlink v0.8.3
16322023-10-26T09:30:51.308Z Compiling cstr-argument v0.1.2
16332023-10-26T09:30:51.861Z Compiling pretty-hex v0.2.1
16342023-10-26T09:30:52.157Z Compiling fallible-streaming-iterator v0.1.9
16352023-10-26T09:30:52.830Z Compiling rusqlite v0.29.0
16362023-10-26T09:30:52.907Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16372023-10-26T09:30:53.472Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16382023-10-26T09:30:54.447Z Compiling toml v0.8.0
16392023-10-26T09:30:57.115Z Compiling colored v2.0.4
16402023-10-26T09:30:57.268Z Compiling nix v0.26.2
16412023-10-26T09:30:57.440Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16422023-10-26T09:30:59.047Z Compiling twox-hash v1.6.3
16432023-10-26T09:30:59.746Z Compiling hkdf v0.12.3
16442023-10-26T09:31:00.194Z Compiling textwrap v0.11.0
16452023-10-26T09:31:00.496Z Compiling const_format_proc_macros v0.2.31
16462023-10-26T09:31:01.118Z Compiling strsim v0.8.0
16472023-10-26T09:31:04.197Z Compiling vec_map v0.8.2
16482023-10-26T09:31:04.266Z Compiling linked-hash-map v0.5.6
16492023-10-26T09:31:04.360Z Compiling ansi_term v0.12.1
16502023-10-26T09:31:04.423Z Compiling base64 v0.13.1
16512023-10-26T09:31:04.471Z Compiling quick-error v1.2.3
16522023-10-26T09:31:04.509Z Compiling resolv-conf v0.7.0
16532023-10-26T09:31:04.593Z Compiling clap v2.34.0
16542023-10-26T09:31:04.911Z Compiling lru-cache v0.1.2
16552023-10-26T09:31:06.784Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16562023-10-26T09:31:07.450Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16572023-10-26T09:31:09.157Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16582023-10-26T09:31:10.828Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16592023-10-26T09:31:12.182Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16602023-10-26T09:31:14.279Z Compiling num_enum v0.7.0
16612023-10-26T09:31:14.539Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16622023-10-26T09:31:16.220Z Compiling bincode v1.3.3
16632023-10-26T09:31:16.684Z Compiling keccak v0.1.4
16642023-10-26T09:31:16.909Z Compiling convert_case v0.4.0
16652023-10-26T09:31:17.842Z Compiling utf-8 v0.7.6
16662023-10-26T09:31:18.151Z Compiling cancel-safe-futures v0.1.2
16672023-10-26T09:31:18.625Z Compiling termcolor v1.2.0
16682023-10-26T09:31:20.153Z Compiling humantime v2.1.0
16692023-10-26T09:31:20.861Z Compiling env_logger v0.9.3
16702023-10-26T09:31:21.078Z Compiling derive_more v0.99.17
16712023-10-26T09:31:21.618Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16722023-10-26T09:31:23.077Z Compiling sha3 v0.10.8
16732023-10-26T09:31:27.384Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16742023-10-26T09:31:30.266Z Compiling structopt v0.3.26
16752023-10-26T09:31:30.534Z Compiling trust-dns-resolver v0.22.0
16762023-10-26T09:31:33.731Z Compiling aes-gcm-siv v0.11.1
16772023-10-26T09:31:34.161Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16782023-10-26T09:31:34.307Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16792023-10-26T09:31:35.087Z Compiling zone v0.2.0
16802023-10-26T09:31:36.616Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16812023-10-26T09:31:36.793Z Compiling smf v0.2.2
16822023-10-26T09:31:37.055Z Compiling secrecy v0.8.0
16832023-10-26T09:31:37.471Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16842023-10-26T09:31:38.373Z Compiling ascii v1.1.0
16852023-10-26T09:31:38.452Z Compiling ringbuffer v0.15.0
16862023-10-26T09:31:39.129Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16872023-10-26T09:31:39.653Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16882023-10-26T09:31:40.372Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16892023-10-26T09:31:41.412Z Compiling bitstruct v0.1.1
16902023-10-26T09:31:42.694Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16912023-10-26T09:31:43.856Z Compiling serde_arrays v0.1.0
16922023-10-26T09:31:44.006Z Compiling ff v0.13.0
16932023-10-26T09:31:44.105Z Compiling nibble_vec v0.1.0
16942023-10-26T09:31:44.357Z Compiling endian-type v0.1.2
16952023-10-26T09:31:44.405Z Compiling arc-swap v1.6.0
16962023-10-26T09:31:44.716Z Compiling radix_trie v0.2.1
16972023-10-26T09:31:44.807Z Compiling group v0.13.0
16982023-10-26T09:31:45.130Z Compiling slog-scope v4.4.0
16992023-10-26T09:31:45.499Z Compiling rand_core v0.5.1
17002023-10-26T09:31:45.839Z Compiling tungstenite v0.20.1
17012023-10-26T09:31:46.317Z Compiling poly1305 v0.8.0
17022023-10-26T09:31:47.643Z Compiling chacha20 v0.9.1
17032023-10-26T09:31:48.154Z Compiling crypto-bigint v0.5.2
17042023-10-26T09:31:48.276Z Compiling num-complex v0.4.4
17052023-10-26T09:31:48.352Z Compiling half v1.8.2
17062023-10-26T09:31:48.667Z Compiling ciborium-io v0.2.1
17072023-10-26T09:31:48.864Z Compiling option-ext v0.2.0
17082023-10-26T09:31:49.056Z Compiling base16ct v0.2.0
17092023-10-26T09:31:49.082Z Compiling ciborium-ll v0.2.1
17102023-10-26T09:31:49.427Z Compiling dirs-sys v0.4.1
17112023-10-26T09:31:49.791Z Compiling tokio-tungstenite v0.20.1
17122023-10-26T09:31:49.941Z Compiling num v0.4.1
17132023-10-26T09:31:50.059Z Compiling parking_lot v0.11.2
17142023-10-26T09:31:50.109Z Compiling rand_chacha v0.2.2
17152023-10-26T09:31:50.495Z Compiling slog-stdlog v4.1.1
17162023-10-26T09:31:50.583Z Compiling trust-dns-client v0.22.0
17172023-10-26T09:31:50.622Z Compiling thiserror-no-std v2.0.2
17182023-10-26T09:31:51.828Z Compiling elliptic-curve v0.13.5
17192023-10-26T09:31:51.871Z Compiling password-hash v0.4.2
17202023-10-26T09:31:51.961Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17212023-10-26T09:31:52.547Z Compiling ed25519 v2.2.2
17222023-10-26T09:31:52.606Z Compiling blowfish v0.9.1
17232023-10-26T09:31:53.101Z Compiling pbkdf2 v0.12.2
17242023-10-26T09:31:53.318Z Compiling fxhash v0.2.1
17252023-10-26T09:31:53.954Z Compiling sled v0.34.7
17262023-10-26T09:31:54.397Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17272023-10-26T09:31:54.403Z Compiling bcrypt-pbkdf v0.10.0
17282023-10-26T09:31:54.492Z Compiling trust-dns-server v0.22.1
17292023-10-26T09:31:54.816Z Compiling ed25519-dalek v2.0.0
17302023-10-26T09:31:54.837Z Compiling pbkdf2 v0.11.0
17312023-10-26T09:31:55.088Z Compiling vsss-rs v3.3.1
17322023-10-26T09:31:55.746Z Compiling russh-cryptovec v0.7.0
17332023-10-26T09:31:56.261Z Compiling slog-envlogger v2.2.0
17342023-10-26T09:31:56.902Z Compiling rand v0.7.3
17352023-10-26T09:31:57.058Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17362023-10-26T09:31:59.616Z Compiling dirs v5.0.1
17372023-10-26T09:31:59.625Z Compiling ciborium v0.2.1
17382023-10-26T09:31:59.660Z Compiling chacha20poly1305 v0.10.1
17392023-10-26T09:31:59.975Z Compiling tungstenite v0.18.0
17402023-10-26T09:32:00.256Z Compiling pem v1.1.1
17412023-10-26T09:32:01.470Z Compiling ron v0.7.1
17422023-10-26T09:32:02.142Z Compiling const_format v0.2.31
17432023-10-26T09:32:02.741Z Compiling ghash v0.5.0
17442023-10-26T09:32:03.714Z Compiling camino-tempfile v1.0.2
17452023-10-26T09:32:04.706Z Compiling cbc v0.1.2
17462023-10-26T09:32:04.709Z Compiling headers-core v0.2.0
17472023-10-26T09:32:05.443Z Compiling md5 v0.7.0
17482023-10-26T09:32:05.597Z Compiling http-range v0.1.5
17492023-10-26T09:32:05.700Z Compiling bit_field v0.10.2
17502023-10-26T09:32:06.030Z Compiling pretty-hex v0.3.0
17512023-10-26T09:32:06.060Z Compiling russh-keys v0.38.0
17522023-10-26T09:32:06.108Z Compiling hyper-staticfile v0.9.5
17532023-10-26T09:32:07.710Z Compiling headers v0.3.9
17542023-10-26T09:32:11.413Z Compiling aes-gcm v0.10.2
17552023-10-26T09:32:11.880Z Compiling tokio-tungstenite v0.18.0
17562023-10-26T09:32:12.121Z Compiling rcgen v0.10.0
17572023-10-26T09:32:18.472Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17582023-10-26T09:32:19.110Z Compiling atomicwrites v0.4.2
17592023-10-26T09:32:19.664Z Compiling subprocess v0.2.9
17602023-10-26T09:32:19.730Z Compiling hex-literal v0.4.1
17612023-10-26T09:32:20.314Z Compiling glob v0.3.1
17622023-10-26T09:32:21.135Z Compiling russh v0.38.0
17632023-10-26T09:32:27.011Z Compiling bzip2 v0.4.4
17642023-10-26T09:32:27.643Z Compiling zip v0.6.6
17652023-10-26T09:32:29.753Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17662023-10-26T09:32:30.303Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17672023-10-26T09:32:30.601Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17682023-10-26T09:32:30.723Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17692023-10-26T09:32:30.870Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17702023-10-26T09:32:31.291Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17712023-10-26T09:32:31.405Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17722023-10-26T09:32:32.021Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17732023-10-26T09:32:32.026Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17742023-10-26T09:32:34.273Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17752023-10-26T09:32:52.308Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17762023-10-26T09:32:52.853Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17772023-10-26T09:32:55.433Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17782023-10-26T09:32:56.712Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17792023-10-26T09:33:08.280Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17802023-10-26T09:33:11.381Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17812023-10-26T09:33:17.388Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17822023-10-26T09:33:22.247Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17832023-10-26T09:33:23.422Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17842023-10-26T09:33:24.696Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17852023-10-26T09:33:52.121Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17862023-10-26T09:34:05.710Z Compiling git2 v0.17.2
17872023-10-26T09:34:12.512Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17882023-10-26T09:34:14.075Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17892023-10-26T09:34:26.430Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17902023-10-26T09:34:49.524Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17912023-10-26T09:34:49.982Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17922023-10-26T09:34:50.242Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17932023-10-26T09:34:50.304Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17942023-10-26T09:35:24.664Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17952023-10-26T09:37:00.421Z Finished dev [unoptimized + debuginfo] target(s) in 10m 52s
17962023-10-26T09:37:00.869Z
17972023-10-26T09:37:00.879Zreal 10:52.800708972
17982023-10-26T09:37:00.888Zuser 59:23.392713607
17992023-10-26T09:37:00.896Zsys 9:30.401028536
18002023-10-26T09:37:00.902Ztrap 2.384631945
18012023-10-26T09:37:00.908Ztflt 4.254140946
18022023-10-26T09:37:00.913Zdflt 8.015809913
18032023-10-26T09:37:00.919Zkflt 0.018944931
18042023-10-26T09:37:00.927Zlock 1:51:18.274819867
18052023-10-26T09:37:00.934Zslp 3:07:28.055052768
18062023-10-26T09:37:00.941Zlat 2:25.017126802
18072023-10-26T09:37:00.946Zstop 5:43.071330135
18082023-10-26T09:37:00.953Z+ mkdir -p /work/end-to-end-tests
18092023-10-26T09:37:00.965Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18102023-10-26T09:37:01.571Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18112023-10-26T09:37:01.578Z+ ptime -m gzip
18122023-10-26T09:37:01.589Z++ basename target/debug/bootstrap
18132023-10-26T09:37:24.877Z
18142023-10-26T09:37:25.145Zreal 16.952288545
18152023-10-26T09:37:25.341Zuser 16.778300006
18162023-10-26T09:37:25.424Zsys 0.168164054
18172023-10-26T09:37:25.473Ztrap 0.003458262
18182023-10-26T09:37:25.919Ztflt 0.000000000
18192023-10-26T09:37:25.999Zdflt 0.000000000
18202023-10-26T09:37:26.050Zkflt 0.000000000
18212023-10-26T09:37:26.127Zlock 0.000000000
18222023-10-26T09:37:26.260Zslp 0.000000000
18232023-10-26T09:37:26.316Zlat 0.002019473
18242023-10-26T09:37:26.385Zstop 0.000229197
18252023-10-26T09:37:26.465Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18262023-10-26T09:37:26.532Z+ ptime -m gzip
18272023-10-26T09:37:26.579Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce25c26538ce669c
18282023-10-26T09:37:26.587Z
18292023-10-26T09:37:26.597Zreal 1.101262022
18302023-10-26T09:37:26.607Zuser 1.089653767
18312023-10-26T09:37:26.622Zsys 0.010987081
18322023-10-26T09:37:26.660Ztrap 0.000104238
18332023-10-26T09:37:26.687Ztflt 0.000000000
18342023-10-26T09:37:26.841Zdflt 0.000000000
18352023-10-26T09:37:26.860Zkflt 0.000000000
18362023-10-26T09:37:26.871Zlock 0.000000000
18372023-10-26T09:37:26.884Zslp 0.000000000
18382023-10-26T09:37:26.905Zlat 0.000175515
18392023-10-26T09:37:26.930Zstop 0.000225513
18402023-10-26T09:37:26.952Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18412023-10-26T09:37:27.407Z+ ptime -m gzip
18422023-10-26T09:37:27.495Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bcb3df1a66c8d052
18432023-10-26T09:37:38.981Z
18442023-10-26T09:37:38.992Zreal 19.315153373
18452023-10-26T09:37:38.997Zuser 19.124383026
18462023-10-26T09:37:39.005Zsys 0.185060882
18472023-10-26T09:37:39.019Ztrap 0.003932546
18482023-10-26T09:37:39.440Ztflt 0.000000000
18492023-10-26T09:37:39.454Zdflt 0.000000000
18502023-10-26T09:37:39.470Zkflt 0.000000000
18512023-10-26T09:37:39.571Zlock 0.000000000
18522023-10-26T09:37:39.596Zslp 0.000000000
18532023-10-26T09:37:39.609Zlat 0.001436062
18542023-10-26T09:37:39.620Zstop 0.000225690
18552023-10-26T09:37:39.629Z+ banner caboose-util
18562023-10-26T09:37:39.645Z
18572023-10-26T09:37:39.655Z #### ## ##### #### #### #### ###### # # #####
18582023-10-26T09:37:39.668Z # # # # # # # # # # # # # # #
18592023-10-26T09:37:39.682Z # # # ##### # # # # #### ##### ##### # # #
18602023-10-26T09:37:39.692Z # ###### # # # # # # # # # # #
18612023-10-26T09:37:39.696Z # # # # # # # # # # # # # # # #
18622023-10-26T09:37:39.700Z #### # # ##### #### #### #### ###### #### #
18632023-10-26T09:37:39.705Z
18642023-10-26T09:37:39.720Z+ ptime -m cargo build --locked -p caboose-util --release
18652023-10-26T09:37:39.729Z Downloading crates ...
18662023-10-26T09:37:39.958Z Downloaded crc v3.0.1
18672023-10-26T09:37:39.961Z Downloaded serde-hex v0.1.0
18682023-10-26T09:37:39.969Z Downloaded packed_struct_codegen v0.10.1
18692023-10-26T09:37:39.988Z Downloaded path-slash v0.1.5
18702023-10-26T09:37:39.995Z Downloaded nodrop v0.1.14
18712023-10-26T09:37:40.014Z Downloaded packed_struct v0.10.1
18722023-10-26T09:37:40.026Z Downloaded crc-catalog v2.2.0
18732023-10-26T09:37:40.033Z Downloaded maybe-uninit v2.0.0
18742023-10-26T09:37:40.038Z Downloaded array-init v0.0.4
18752023-10-26T09:37:40.041Z Downloaded smallvec v0.6.14
18762023-10-26T09:37:40.044Z Downloaded der_derive v0.7.2
18772023-10-26T09:37:40.046Z Downloaded bitfield v0.14.0
18782023-10-26T09:37:40.049Z Downloaded pem-rfc7468 v0.7.0
18792023-10-26T09:37:40.052Z Downloaded pkcs1 v0.7.5
18802023-10-26T09:37:40.061Z Downloaded env_logger v0.10.0
18812023-10-26T09:37:40.064Z Downloaded crc-any v2.4.3
18822023-10-26T09:37:40.067Z Downloaded ron v0.8.1
18832023-10-26T09:37:40.070Z Downloaded x509-cert v0.2.4
18842023-10-26T09:37:40.073Z Downloaded object v0.30.4
18852023-10-26T09:37:40.076Z Downloaded num-bigint-dig v0.8.4
18862023-10-26T09:37:40.082Z Downloaded rsa v0.9.2
18872023-10-26T09:37:40.094Z Downloaded flagset v0.4.3
18882023-10-26T09:37:40.248Z Compiling proc-macro2 v1.0.67
18892023-10-26T09:37:40.252Z Compiling unicode-ident v1.0.12
18902023-10-26T09:37:40.255Z Compiling libc v0.2.149
18912023-10-26T09:37:40.261Z Compiling autocfg v1.1.0
18922023-10-26T09:37:40.266Z Compiling serde v1.0.188
18932023-10-26T09:37:40.269Z Compiling version_check v0.9.4
18942023-10-26T09:37:40.275Z Compiling cfg-if v1.0.0
18952023-10-26T09:37:40.400Z Compiling syn v1.0.109
18962023-10-26T09:37:40.440Z Compiling once_cell v1.18.0
18972023-10-26T09:37:40.958Z Compiling parking_lot_core v0.9.8
18982023-10-26T09:37:41.104Z Compiling typenum v1.16.0
18992023-10-26T09:37:41.141Z Compiling libm v0.2.7
19002023-10-26T09:37:41.172Z Compiling futures-core v0.3.28
19012023-10-26T09:37:41.339Z Compiling generic-array v0.14.7
19022023-10-26T09:37:41.486Z Compiling lock_api v0.4.10
19032023-10-26T09:37:41.581Z Compiling num-traits v0.2.16
19042023-10-26T09:37:41.619Z Compiling pkg-config v0.3.27
19052023-10-26T09:37:41.955Z Compiling slab v0.4.9
19062023-10-26T09:37:41.981Z Compiling serde_json v1.0.107
19072023-10-26T09:37:42.288Z Compiling futures-channel v0.3.28
19082023-10-26T09:37:42.424Z Compiling quote v1.0.33
19092023-10-26T09:37:42.447Z Compiling futures-task v0.3.28
19102023-10-26T09:37:42.575Z Compiling scopeguard v1.2.0
19112023-10-26T09:37:42.745Z Compiling thiserror v1.0.49
19122023-10-26T09:37:42.892Z Compiling futures-util v0.3.28
19132023-10-26T09:37:43.389Z Compiling memchr v2.6.3
19142023-10-26T09:37:43.411Z Compiling syn v2.0.32
19152023-10-26T09:37:43.435Z Compiling jobserver v0.1.26
19162023-10-26T09:37:43.446Z Compiling getrandom v0.2.10
19172023-10-26T09:37:43.604Z Compiling itoa v1.0.9
19182023-10-26T09:37:44.238Z Compiling cc v1.0.83
19192023-10-26T09:37:45.054Z Compiling ahash v0.8.3
19202023-10-26T09:37:45.225Z Compiling smallvec v1.11.0
19212023-10-26T09:37:45.520Z Compiling log v0.4.20
19222023-10-26T09:37:46.043Z Compiling vcpkg v0.2.15
19232023-10-26T09:37:46.696Z Compiling byteorder v1.5.0
19242023-10-26T09:37:46.999Z Compiling rand_core v0.6.4
19252023-10-26T09:37:47.530Z Compiling pin-project-lite v0.2.13
19262023-10-26T09:37:49.077Z Compiling parking_lot v0.12.1
19272023-10-26T09:37:49.125Z Compiling indexmap v1.9.3
19282023-10-26T09:37:49.146Z Compiling ring v0.16.20
19292023-10-26T09:37:49.165Z Compiling openssl-sys v0.9.93
19302023-10-26T09:37:50.475Z Compiling io-lifetimes v1.0.11
19312023-10-26T09:37:51.363Z Compiling num-integer v0.1.45
19322023-10-26T09:37:51.387Z Compiling semver v1.0.20
19332023-10-26T09:37:52.251Z Compiling const-oid v0.9.5
19342023-10-26T09:37:52.288Z Compiling spin v0.5.2
19352023-10-26T09:37:52.381Z Compiling ryu v1.0.15
19362023-10-26T09:37:53.480Z Compiling rustix v0.37.23
19372023-10-26T09:37:54.280Z Compiling mio v0.8.8
19382023-10-26T09:37:54.713Z Compiling num_cpus v1.16.0
19392023-10-26T09:37:54.853Z Compiling signal-hook-registry v1.4.1
19402023-10-26T09:37:54.893Z Compiling socket2 v0.5.4
19412023-10-26T09:37:55.705Z Compiling futures-sink v0.3.28
19422023-10-26T09:37:55.823Z Compiling ucd-trie v0.1.6
19432023-10-26T09:37:55.905Z Compiling httparse v1.8.0
19442023-10-26T09:37:55.943Z Compiling openssl v0.10.57
19452023-10-26T09:37:56.122Z Compiling heck v0.4.1
19462023-10-26T09:37:56.335Z Compiling unicode-xid v0.2.4
19472023-10-26T09:37:56.585Z Compiling synstructure v0.12.6
19482023-10-26T09:37:56.633Z Compiling tinyvec_macros v0.1.1
19492023-10-26T09:37:56.745Z Compiling tinyvec v1.6.0
19502023-10-26T09:37:58.854Z Compiling native-tls v0.2.11
19512023-10-26T09:37:58.887Z Compiling futures-io v0.3.28
19522023-10-26T09:37:59.449Z Compiling ppv-lite86 v0.2.17
19532023-10-26T09:37:59.501Z Compiling pin-utils v0.1.0
19542023-10-26T09:37:59.518Z Compiling rustls v0.21.7
19552023-10-26T09:37:59.537Z Compiling crc32fast v1.3.2
19562023-10-26T09:37:59.795Z Compiling radium v0.7.0
19572023-10-26T09:37:59.966Z Compiling unicode-normalization v0.1.22
19582023-10-26T09:38:00.072Z Compiling bzip2-sys v0.1.11+1.0.8
19592023-10-26T09:38:00.492Z Compiling tracing-core v0.1.31
19602023-10-26T09:38:00.666Z Compiling rand_chacha v0.3.1
19612023-10-26T09:38:00.784Z Compiling unicode-bidi v0.3.13
19622023-10-26T09:38:00.854Z Compiling subtle v2.5.0
19632023-10-26T09:38:01.359Z Compiling rand v0.8.5
19642023-10-26T09:38:03.259Z Compiling errno v0.3.2
19652023-10-26T09:38:03.375Z Compiling num-iter v0.1.43
19662023-10-26T09:38:03.392Z Compiling usdt-impl v0.3.5
19672023-10-26T09:38:03.791Z Compiling rustix v0.38.9
19682023-10-26T09:38:04.530Z Compiling schemars v0.8.13
19692023-10-26T09:38:04.570Z Compiling base64 v0.21.5
19702023-10-26T09:38:05.954Z Compiling serde_derive v1.0.188
19712023-10-26T09:38:06.231Z Compiling zeroize_derive v1.4.2
19722023-10-26T09:38:06.743Z Compiling tokio-macros v2.1.0
19732023-10-26T09:38:06.764Z Compiling thiserror-impl v1.0.49
19742023-10-26T09:38:06.830Z Compiling futures-macro v0.3.28
19752023-10-26T09:38:06.845Z Compiling tracing-attributes v0.1.26
19762023-10-26T09:38:07.123Z Compiling zerocopy-derive v0.2.0
19772023-10-26T09:38:07.817Z Compiling openssl-macros v0.1.1
19782023-10-26T09:38:08.502Z Compiling zeroize v1.6.0
19792023-10-26T09:38:09.189Z Compiling zerocopy-derive v0.6.4
19802023-10-26T09:38:11.250Z Compiling pest v2.7.2
19812023-10-26T09:38:11.347Z Compiling crypto-common v0.1.6
19822023-10-26T09:38:11.667Z Compiling block-buffer v0.10.4
19832023-10-26T09:38:12.059Z Compiling digest v0.10.7
19842023-10-26T09:38:12.322Z Compiling tracing v0.1.37
19852023-10-26T09:38:12.342Z Compiling serde_derive_internals v0.26.0
19862023-10-26T09:38:14.398Z Compiling bitflags v1.3.2
19872023-10-26T09:38:16.075Z Compiling pest_meta v2.7.2
19882023-10-26T09:38:16.723Z Compiling fnv v1.0.7
19892023-10-26T09:38:16.740Z Compiling untrusted v0.7.1
19902023-10-26T09:38:17.778Z Compiling schemars_derive v0.8.13
19912023-10-26T09:38:20.699Z Compiling pest_generator v2.7.2
19922023-10-26T09:38:21.875Z Compiling zerocopy v0.3.0
19932023-10-26T09:38:23.015Z Compiling lazy_static v1.4.0
19942023-10-26T09:38:23.208Z Compiling backtrace v0.3.69
19952023-10-26T09:38:23.673Z Compiling memoffset v0.9.0
19962023-10-26T09:38:23.966Z Compiling num-bigint v0.4.4
19972023-10-26T09:38:24.078Z Compiling smoltcp v0.9.1
19982023-10-26T09:38:24.238Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19992023-10-26T09:38:24.473Z Compiling allocator-api2 v0.2.16
20002023-10-26T09:38:24.798Z Compiling openssl-probe v0.1.5
20012023-10-26T09:38:24.999Z Compiling pest_derive v2.7.2
20022023-10-26T09:38:25.192Z Compiling foreign-types-shared v0.1.1
20032023-10-26T09:38:25.254Z Compiling hashbrown v0.12.3
20042023-10-26T09:38:25.424Z Compiling crossbeam-utils v0.8.16
20052023-10-26T09:38:25.583Z Compiling async-trait v0.1.74
20062023-10-26T09:38:25.842Z Compiling percent-encoding v2.3.0
20072023-10-26T09:38:26.049Z Compiling iana-time-zone v0.1.57
20082023-10-26T09:38:26.343Z Compiling base64ct v1.6.0
20092023-10-26T09:38:26.641Z Compiling dtrace-parser v0.1.14
20102023-10-26T09:38:27.094Z Compiling hashbrown v0.14.0
20112023-10-26T09:38:39.270Z Compiling foreign-types v0.3.2
20122023-10-26T09:38:39.689Z Compiling dof v0.1.5
20132023-10-26T09:38:39.776Z Compiling pem-rfc7468 v0.7.0
20142023-10-26T09:38:40.044Z Compiling clap_derive v4.4.2
20152023-10-26T09:38:40.213Z Compiling der_derive v0.7.2
20162023-10-26T09:38:40.346Z Compiling thread-id v4.2.0
20172023-10-26T09:38:40.489Z Compiling cpufeatures v0.2.9
20182023-10-26T09:38:40.560Z Compiling bytes v1.5.0
20192023-10-26T09:38:40.661Z Compiling bitflags v2.4.0
20202023-10-26T09:38:40.741Z Compiling tokio v1.33.0
20212023-10-26T09:38:40.849Z Compiling rustc_version v0.4.0
20222023-10-26T09:38:41.063Z Compiling http v0.2.9
20232023-10-26T09:38:41.235Z Compiling heapless v0.7.16
20242023-10-26T09:38:41.300Z Compiling uuid v1.4.1
20252023-10-26T09:38:41.344Z Compiling chrono v0.4.31
20262023-10-26T09:38:41.364Z Compiling try-lock v0.2.4
20272023-10-26T09:38:41.434Z Compiling equivalent v1.0.1
20282023-10-26T09:38:41.533Z Compiling adler v1.0.2
20292023-10-26T09:38:41.573Z Compiling rustversion v1.0.14
20302023-10-26T09:38:41.635Z Compiling utf8parse v0.2.1
20312023-10-26T09:38:41.719Z Compiling anstyle v1.0.2
20322023-10-26T09:38:41.793Z Compiling time-core v0.1.1
20332023-10-26T09:38:41.837Z Compiling siphasher v0.3.11
20342023-10-26T09:38:41.859Z Compiling flagset v0.4.3
20352023-10-26T09:38:41.871Z Compiling time-macros v0.2.13
20362023-10-26T09:38:41.896Z Compiling der v0.7.8
20372023-10-26T09:38:41.908Z Compiling anstyle-parse v0.2.1
20382023-10-26T09:38:41.923Z Compiling miniz_oxide v0.7.1
20392023-10-26T09:38:41.945Z Compiling indexmap v2.0.0
20402023-10-26T09:38:41.949Z Compiling want v0.3.1
20412023-10-26T09:38:41.958Z Compiling http-body v0.4.5
20422023-10-26T09:38:42.931Z Compiling sha2 v0.10.8
20432023-10-26T09:38:43.703Z Compiling serde_tokenstream v0.1.7
20442023-10-26T09:38:44.606Z Compiling tokio-util v0.7.10
20452023-10-26T09:38:47.077Z Compiling h2 v0.3.21
20462023-10-26T09:38:52.502Z Compiling form_urlencoded v1.2.0
20472023-10-26T09:38:52.611Z Compiling rustls-webpki v0.101.4
20482023-10-26T09:38:52.988Z Compiling sct v0.7.0
20492023-10-26T09:38:53.434Z Compiling hubpack_derive v0.1.1
20502023-10-26T09:38:53.945Z Compiling aho-corasick v1.0.4
20512023-10-26T09:38:54.258Z Compiling socket2 v0.4.9
20522023-10-26T09:38:54.681Z Compiling crossbeam-epoch v0.9.15
20532023-10-26T09:38:54.825Z Compiling httpdate v1.0.3
20542023-10-26T09:38:55.464Z Compiling slog v2.7.0
20552023-10-26T09:38:55.575Z Compiling anyhow v1.0.75
20562023-10-26T09:38:56.291Z Compiling tower-service v0.3.2
20572023-10-26T09:38:56.382Z Compiling anstyle-query v1.0.0
20582023-10-26T09:38:56.412Z Compiling colorchoice v1.0.0
20592023-10-26T09:38:56.582Z Compiling tap v1.0.1
20602023-10-26T09:38:57.020Z Compiling regex-syntax v0.7.5
20612023-10-26T09:38:57.316Z Compiling wyz v0.5.1
20622023-10-26T09:38:58.049Z Compiling anstream v0.5.0
20632023-10-26T09:38:59.785Z Compiling hyper v0.14.27
20642023-10-26T09:39:07.570Z Compiling regex-automata v0.3.8
20652023-10-26T09:39:07.908Z Compiling terminal_size v0.2.6
20662023-10-26T09:39:10.895Z Compiling spki v0.7.2
20672023-10-26T09:39:10.972Z Compiling rustls-pemfile v1.0.3
20682023-10-26T09:39:11.201Z Compiling md-5 v0.10.5
20692023-10-26T09:39:11.298Z Compiling hmac v0.12.1
20702023-10-26T09:39:11.395Z Compiling zerocopy v0.6.4
20712023-10-26T09:39:11.483Z Compiling stringprep v0.1.3
20722023-10-26T09:39:11.540Z Compiling idna v0.4.0
20732023-10-26T09:39:12.274Z Compiling diesel_table_macro_syntax v0.1.0
20742023-10-26T09:39:12.489Z Compiling hash32 v0.2.1
20752023-10-26T09:39:12.796Z Compiling spin v0.9.8
20762023-10-26T09:39:13.057Z Compiling fallible-iterator v0.2.0
20772023-10-26T09:39:13.192Z Compiling stable_deref_trait v1.2.0
20782023-10-26T09:39:13.333Z Compiling clap_lex v0.5.1
20792023-10-26T09:39:14.252Z Compiling gimli v0.28.0
20802023-10-26T09:39:14.270Z Compiling dyn-clone v1.0.13
20812023-10-26T09:39:14.490Z Compiling maybe-uninit v2.0.0
20822023-10-26T09:39:14.562Z Compiling strsim v0.10.0
20832023-10-26T09:39:15.357Z Compiling funty v2.0.0
20842023-10-26T09:39:16.232Z Compiling either v1.9.0
20852023-10-26T09:39:18.106Z Compiling bitvec v1.0.1
20862023-10-26T09:39:18.113Z Compiling clap_builder v4.4.2
20872023-10-26T09:39:18.700Z Compiling postgres-protocol v0.6.6
20882023-10-26T09:39:20.058Z Compiling diesel_derives v2.1.1
20892023-10-26T09:39:20.262Z Compiling url v2.4.1
20902023-10-26T09:39:21.660Z Compiling addr2line v0.21.0
20912023-10-26T09:39:22.618Z Compiling tokio-rustls v0.24.1
20922023-10-26T09:39:23.125Z Compiling strum_macros v0.25.2
20932023-10-26T09:39:23.247Z Compiling rustls-native-certs v0.6.3
20942023-10-26T09:39:23.671Z Compiling tokio-native-tls v0.3.1
20952023-10-26T09:39:27.676Z Compiling usdt-attr-macro v0.3.5
20962023-10-26T09:39:29.252Z Compiling usdt-macro v0.3.5
20972023-10-26T09:39:30.536Z Compiling phf_shared v0.11.2
20982023-10-26T09:39:31.555Z Compiling toml_datetime v0.6.3
20992023-10-26T09:39:31.559Z Compiling serde_spanned v0.6.3
21002023-10-26T09:39:31.778Z Compiling block-padding v0.3.3
21012023-10-26T09:39:31.818Z Compiling enum-as-inner v0.5.1
21022023-10-26T09:39:31.885Z Compiling serde_repr v0.1.16
21032023-10-26T09:39:33.349Z Compiling scheduled-thread-pool v0.2.7
21042023-10-26T09:39:33.369Z Compiling object v0.32.1
21052023-10-26T09:39:36.903Z Compiling bit-vec v0.6.3
21062023-10-26T09:39:36.957Z Compiling deranged v0.3.8
21072023-10-26T09:39:37.564Z Compiling winnow v0.5.15
21082023-10-26T09:39:40.273Z Compiling regex-automata v0.1.10
21092023-10-26T09:39:42.324Z Compiling num-bigint-dig v0.8.4
21102023-10-26T09:39:42.706Z Compiling num_threads v0.1.6
21112023-10-26T09:39:42.884Z Compiling ipnet v2.8.0
21122023-10-26T09:39:44.046Z Compiling rustc-demangle v0.1.23
21132023-10-26T09:39:44.727Z Compiling packed_struct v0.10.1
21142023-10-26T09:39:45.145Z Compiling managed v0.8.0
21152023-10-26T09:39:46.124Z Compiling matches v0.1.10
21162023-10-26T09:39:46.261Z Compiling idna v0.2.3
21172023-10-26T09:39:55.888Z Compiling toml_edit v0.19.15
21182023-10-26T09:40:00.162Z Compiling time v0.3.27
21192023-10-26T09:40:04.333Z Compiling bstr v0.2.17
21202023-10-26T09:40:04.382Z Compiling r2d2 v0.8.10
21212023-10-26T09:40:05.755Z Compiling inout v0.1.3
21222023-10-26T09:40:08.112Z Compiling phf v0.11.2
21232023-10-26T09:40:08.583Z Compiling clap v4.4.3
21242023-10-26T09:40:08.749Z Compiling hyper-tls v0.5.0
21252023-10-26T09:40:08.804Z Compiling hyper-rustls v0.24.1
21262023-10-26T09:40:09.008Z Compiling flate2 v1.0.28
21272023-10-26T09:40:09.288Z Compiling ipnetwork v0.20.0
21282023-10-26T09:40:09.880Z Compiling postgres-types v0.2.6
21292023-10-26T09:40:10.641Z Compiling itertools v0.11.0
21302023-10-26T09:40:10.718Z Compiling regex v1.9.5
21312023-10-26T09:40:11.994Z Compiling pkcs8 v0.10.2
21322023-10-26T09:40:12.736Z Compiling hubpack v0.1.2
21332023-10-26T09:40:12.845Z Compiling serde_urlencoded v0.7.1
21342023-10-26T09:40:13.463Z Compiling phf_shared v0.10.0
21352023-10-26T09:40:14.490Z Compiling futures-executor v0.3.28
21362023-10-26T09:40:15.720Z Compiling signature v2.1.0
21372023-10-26T09:40:16.087Z Compiling packed_struct_codegen v0.10.1
21382023-10-26T09:40:17.790Z Compiling float-cmp v0.9.0
21392023-10-26T09:40:18.895Z Compiling encoding_rs v0.8.33
21402023-10-26T09:40:20.405Z Compiling fixedbitset v0.4.2
21412023-10-26T09:40:20.974Z Compiling unicode-segmentation v1.10.1
21422023-10-26T09:40:21.165Z Compiling predicates-core v1.0.6
21432023-10-26T09:40:21.351Z Compiling precomputed-hash v0.1.1
21442023-10-26T09:40:21.588Z Compiling data-encoding v2.4.0
21452023-10-26T09:40:21.617Z Compiling new_debug_unreachable v1.0.4
21462023-10-26T09:40:21.653Z Compiling unicode-width v0.1.11
21472023-10-26T09:40:21.744Z Compiling static_assertions v1.1.0
21482023-10-26T09:40:22.008Z Compiling whoami v1.4.1
21492023-10-26T09:40:22.319Z Compiling nodrop v0.1.14
21502023-10-26T09:40:22.789Z Compiling webpki-roots v0.25.2
21512023-10-26T09:40:22.839Z Compiling normalize-line-endings v0.3.0
21522023-10-26T09:40:22.911Z Compiling mime v0.3.17
21532023-10-26T09:40:22.922Z Compiling crc-catalog v2.2.0
21542023-10-26T09:40:22.934Z Compiling difflib v0.4.0
21552023-10-26T09:40:31.954Z Compiling predicates v3.0.4
21562023-10-26T09:40:32.359Z Compiling reqwest v0.11.20
21572023-10-26T09:40:36.359Z Compiling crc v3.0.1
21582023-10-26T09:40:36.566Z Compiling trust-dns-proto v0.22.0
21592023-10-26T09:40:36.814Z Compiling tokio-postgres v0.7.10
21602023-10-26T09:40:37.151Z Compiling similar v2.2.1
21612023-10-26T09:40:41.528Z Compiling array-init v0.0.4
21622023-10-26T09:40:42.043Z Compiling console v0.15.7
21632023-10-26T09:40:42.598Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21642023-10-26T09:40:44.242Z Compiling string_cache v0.8.7
21652023-10-26T09:40:44.927Z Compiling petgraph v0.6.4
21662023-10-26T09:40:53.730Z Compiling futures v0.3.28
21672023-10-26T09:40:55.050Z Compiling pkcs1 v0.7.5
21682023-10-26T09:40:55.447Z Compiling smallvec v0.6.14
21692023-10-26T09:40:55.806Z Compiling yasna v0.5.2
21702023-10-26T09:40:55.880Z Compiling diesel v2.1.1
21712023-10-26T09:40:56.159Z Compiling cipher v0.4.4
21722023-10-26T09:40:58.609Z Compiling toml v0.7.8
21732023-10-26T09:41:01.581Z Compiling bit-set v0.5.3
21742023-10-26T09:41:01.962Z Compiling usdt v0.3.5
21752023-10-26T09:41:02.481Z Compiling is-terminal v0.4.9
21762023-10-26T09:41:02.726Z Compiling itertools v0.10.5
21772023-10-26T09:41:04.932Z Compiling bstr v1.6.0
21782023-10-26T09:41:05.059Z Compiling tokio-stream v0.1.14
21792023-10-26T09:41:06.642Z Compiling openapiv3 v1.0.3
21802023-10-26T09:41:07.555Z Compiling hex v0.4.3
21812023-10-26T09:41:09.081Z Compiling hashbrown v0.13.2
21822023-10-26T09:41:12.461Z Compiling bitfield v0.14.0
21832023-10-26T09:41:13.724Z Compiling termcolor v1.2.0
21842023-10-26T09:41:14.736Z Compiling lalrpop-util v0.19.12
21852023-10-26T09:41:15.936Z Compiling env_logger v0.10.0
21862023-10-26T09:41:19.273Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21872023-10-26T09:41:32.943Z Compiling rsa v0.9.2
21882023-10-26T09:41:39.888Z Compiling serde-hex v0.1.0
21892023-10-26T09:41:43.431Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21902023-10-26T09:41:50.630Z Compiling x509-cert v0.2.4
21912023-10-26T09:41:51.658Z Compiling ron v0.8.1
21922023-10-26T09:41:53.855Z Compiling crc-any v2.4.3
21932023-10-26T09:42:30.420Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21942023-10-26T09:42:31.061Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21952023-10-26T09:42:51.589Z Compiling object v0.30.4
21962023-10-26T09:42:51.849Z Compiling path-slash v0.1.5
21972023-10-26T09:42:53.645Z Compiling bzip2 v0.4.4
21982023-10-26T09:42:54.378Z Compiling zip v0.6.6
21992023-10-26T09:42:56.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22002023-10-26T09:43:06.233Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22012023-10-26T09:43:35.018Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22022023-10-26T09:43:36.120Z Finished release [optimized] target(s) in 5m 57s
22032023-10-26T09:43:36.211Z
22042023-10-26T09:43:36.222Zreal 5:57.242567477
22052023-10-26T09:43:36.639Zuser 41:07.917064561
22062023-10-26T09:43:36.654Zsys 3:38.649946678
22072023-10-26T09:43:36.669Ztrap 1.688284009
22082023-10-26T09:43:36.681Ztflt 1.067230906
22092023-10-26T09:43:36.688Zdflt 0.548167110
22102023-10-26T09:43:36.703Zkflt 0.008384417
22112023-10-26T09:43:36.711Zlock 1:38:42.212719868
22122023-10-26T09:43:36.720Zslp 2:22:41.063706921
22132023-10-26T09:43:36.733Zlat 1:40.832185861
22142023-10-26T09:43:36.751Zstop 1:21.242238207
22152023-10-26T09:43:37.609Z+ ptime -m gzip
22162023-10-26T09:43:37.641Z
22172023-10-26T09:43:37.646Zreal 0.655731213
22182023-10-26T09:43:37.651Zuser 0.648359014
22192023-10-26T09:43:37.654Zsys 0.006739016
22202023-10-26T09:43:37.657Ztrap 0.000130618
22212023-10-26T09:43:37.660Ztflt 0.000000000
22222023-10-26T09:43:37.663Zdflt 0.000000000
22232023-10-26T09:43:37.667Zkflt 0.000000000
22242023-10-26T09:43:37.670Zlock 0.000000000
22252023-10-26T09:43:37.673Zslp 0.000000000
22262023-10-26T09:43:37.679Zlat 0.000172051
22272023-10-26T09:43:37.683Zstop 0.000227163
22282023-10-26T09:43:37.687Z+ banner tufaceous
22292023-10-26T09:43:37.690Z
22302023-10-26T09:43:37.693Z ##### # # ###### ## #### ###### #### # # ####
22312023-10-26T09:43:37.696Z # # # # # # # # # # # # # #
22322023-10-26T09:43:37.702Z # # # ##### # # # ##### # # # # ####
22332023-10-26T09:43:38.132Z # # # # ###### # # # # # # #
22342023-10-26T09:43:38.147Z # # # # # # # # # # # # # # #
22352023-10-26T09:43:38.157Z # #### # # # #### ###### #### #### ####
22362023-10-26T09:43:38.166Z
22372023-10-26T09:43:38.172Z+ ptime -m cargo build --locked -p tufaceous --release
22382023-10-26T09:43:38.177Z Downloading crates ...
22392023-10-26T09:43:38.182Z Downloaded bytesize v1.3.0
22402023-10-26T09:43:38.187Z Downloaded globset v0.4.13
22412023-10-26T09:43:38.192Z Downloaded doc-comment v0.3.3
22422023-10-26T09:43:38.200Z Downloaded serde_plain v1.0.2
22432023-10-26T09:43:38.205Z Downloaded path-dedot v3.1.0
22442023-10-26T09:43:38.624Z Downloaded buf-list v1.0.3
22452023-10-26T09:43:38.647Z Downloaded path-absolutize v3.1.0
22462023-10-26T09:43:38.697Z Downloaded olpc-cjson v0.1.3
22472023-10-26T09:43:38.705Z Downloaded snafu-derive v0.7.5
22482023-10-26T09:43:38.717Z Downloaded fs-err v2.9.0
22492023-10-26T09:43:38.733Z Downloaded tough v0.12.5
22502023-10-26T09:43:38.745Z Downloaded snafu v0.7.5
22512023-10-26T09:43:38.752Z Compiling serde_tokenstream v0.2.0
22522023-10-26T09:43:38.774Z Compiling regress v0.7.1
22532023-10-26T09:43:38.791Z Compiling dirs-sys-next v0.1.2
22542023-10-26T09:43:38.800Z Compiling ident_case v1.0.1
22552023-10-26T09:43:38.808Z Compiling thread_local v1.1.7
22562023-10-26T09:43:38.817Z Compiling camino v1.1.6
22572023-10-26T09:43:38.821Z Compiling heck v0.4.1
22582023-10-26T09:43:38.827Z Compiling dirs-next v2.0.0
22592023-10-26T09:43:38.830Z Compiling darling_core v0.20.3
22602023-10-26T09:43:38.934Z Compiling slog-async v2.8.0
22612023-10-26T09:43:39.048Z Compiling term v0.7.0
22622023-10-26T09:43:39.436Z Compiling crossbeam-channel v0.5.8
22632023-10-26T09:43:39.646Z Compiling getopts v0.2.21
22642023-10-26T09:43:40.011Z Compiling structmeta-derive v0.1.6
22652023-10-26T09:43:40.209Z Compiling atty v0.2.14
22662023-10-26T09:43:40.429Z Compiling multer v2.1.0
22672023-10-26T09:43:40.886Z Compiling paste v1.0.14
22682023-10-26T09:43:41.382Z Compiling match_cfg v0.1.0
22692023-10-26T09:43:41.389Z Compiling take_mut v0.2.2
22702023-10-26T09:43:41.528Z Compiling unsafe-libyaml v0.2.9
22712023-10-26T09:43:41.559Z Compiling doc-comment v0.3.3
22722023-10-26T09:43:42.488Z Compiling hostname v0.3.1
22732023-10-26T09:43:42.958Z Compiling slog-term v2.9.0
22742023-10-26T09:43:44.303Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22752023-10-26T09:43:46.470Z Compiling structmeta v0.1.6
22762023-10-26T09:43:47.495Z Compiling serde_yaml v0.9.25
22772023-10-26T09:43:48.164Z Compiling darling_macro v0.20.3
22782023-10-26T09:43:48.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22792023-10-26T09:43:48.321Z Compiling slog-json v2.6.1
22802023-10-26T09:43:49.163Z Compiling async-stream-impl v0.3.5
22812023-10-26T09:43:49.599Z Compiling darling v0.20.3
22822023-10-26T09:43:49.769Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22832023-10-26T09:43:50.187Z Compiling regex-syntax v0.6.29
22842023-10-26T09:43:50.937Z Compiling atomic-waker v1.1.1
22852023-10-26T09:43:50.941Z Compiling fastrand v2.0.0
22862023-10-26T09:43:51.231Z Compiling async-stream v0.3.5
22872023-10-26T09:43:51.589Z Compiling tempfile v3.8.0
22882023-10-26T09:43:51.854Z Compiling waitgroup v0.1.2
22892023-10-26T09:43:52.141Z Compiling serde_with_macros v2.3.3
22902023-10-26T09:43:52.218Z Compiling slog-bunyan v2.4.0
22912023-10-26T09:43:54.960Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22922023-10-26T09:43:55.361Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22932023-10-26T09:43:56.055Z Compiling sha1 v0.10.5
22942023-10-26T09:43:56.720Z Compiling snafu-derive v0.7.5
22952023-10-26T09:43:57.566Z Compiling serde_path_to_error v0.1.14
22962023-10-26T09:43:57.718Z Compiling path-dedot v3.1.0
22972023-10-26T09:43:57.848Z Compiling instant v0.1.12
22982023-10-26T09:43:58.049Z Compiling base64 v0.13.1
22992023-10-26T09:43:58.084Z Compiling arc-swap v1.6.0
23002023-10-26T09:43:58.259Z Compiling same-file v1.0.6
23012023-10-26T09:43:58.734Z Compiling debug-ignore v1.0.5
23022023-10-26T09:43:58.943Z Compiling buf-list v1.0.3
23032023-10-26T09:43:59.326Z Compiling slog-scope v4.4.0
23042023-10-26T09:43:59.469Z Compiling pem v1.1.1
23052023-10-26T09:43:59.990Z Compiling walkdir v2.4.0
23062023-10-26T09:43:59.995Z Compiling parse-display-derive v0.7.0
23072023-10-26T09:44:00.949Z Compiling path-absolutize v3.1.0
23082023-10-26T09:44:01.270Z Compiling backoff v0.4.0
23092023-10-26T09:44:02.808Z Compiling serde_with v2.3.3
23102023-10-26T09:44:02.828Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112023-10-26T09:44:03.046Z Compiling globset v0.4.13
23122023-10-26T09:44:03.199Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23132023-10-26T09:44:03.210Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23142023-10-26T09:44:03.318Z Compiling strum v0.25.0
23152023-10-26T09:44:03.604Z Compiling olpc-cjson v0.1.3
23162023-10-26T09:44:04.543Z Compiling macaddr v1.0.1
23172023-10-26T09:44:05.065Z Compiling snafu v0.7.5
23182023-10-26T09:44:05.723Z Compiling serde_plain v1.0.2
23192023-10-26T09:44:06.359Z Compiling parse-display v0.7.0
23202023-10-26T09:44:06.622Z Compiling filetime v0.2.22
23212023-10-26T09:44:07.086Z Compiling xattr v1.0.1
23222023-10-26T09:44:07.175Z Compiling tar v0.4.40
23232023-10-26T09:44:07.261Z Compiling tough v0.12.5
23242023-10-26T09:44:08.877Z Compiling slog-stdlog v4.1.1
23252023-10-26T09:44:09.788Z Compiling camino-tempfile v1.0.2
23262023-10-26T09:44:10.363Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23272023-10-26T09:44:10.603Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23282023-10-26T09:44:11.145Z Compiling bytesize v1.3.0
23292023-10-26T09:44:12.087Z Compiling fs-err v2.9.0
23302023-10-26T09:44:13.455Z Compiling slog-envlogger v2.2.0
23312023-10-26T09:44:17.153Z Compiling humantime v2.1.0
23322023-10-26T09:44:21.780Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23332023-10-26T09:44:50.642Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23342023-10-26T09:44:50.805Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23352023-10-26T09:45:01.212Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23362023-10-26T09:45:08.763Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23372023-10-26T09:45:46.892Z Finished release [optimized] target(s) in 1m 50s
23382023-10-26T09:45:47.195Z
23392023-10-26T09:45:47.733Zreal 1:50.579031111
23402023-10-26T09:45:47.872Zuser 11:34.819485227
23412023-10-26T09:45:48.026Zsys 45.267257231
23422023-10-26T09:45:48.219Ztrap 0.440281646
23432023-10-26T09:45:48.372Ztflt 0.273269707
23442023-10-26T09:45:48.500Zdflt 0.561004359
23452023-10-26T09:45:48.918Zkflt 0.000115803
23462023-10-26T09:45:48.929Zlock 21:58.022139705
23472023-10-26T09:45:48.982Zslp 24:27.258429581
23482023-10-26T09:45:48.999Zlat 19.373445590
23492023-10-26T09:45:49.014Zstop 10.129226765
23502023-10-26T09:45:49.026Z+ ptime -m gzip
23512023-10-26T09:45:49.040Z
23522023-10-26T09:45:49.047Zreal 2.121418778
23532023-10-26T09:45:49.059Zuser 2.094442624
23542023-10-26T09:45:49.066Zsys 0.026214718
23552023-10-26T09:45:49.085Ztrap 0.000256290
23562023-10-26T09:45:49.104Ztflt 0.000000000
23572023-10-26T09:45:49.521Zdflt 0.000000000
23582023-10-26T09:45:49.536Zkflt 0.000000000
23592023-10-26T09:45:49.957Zlock 0.000000000
23602023-10-26T09:45:49.969Zslp 0.000000000
23612023-10-26T09:45:49.983Zlat 0.000173216
23622023-10-26T09:45:50.413Zstop 0.000228090
23632023-10-26T09:45:50.424Zprocess exited: duration 1291124 ms, exit code 0
 
23642023-10-26T09:45:50.455Zfound 5 output files
23652023-10-26T09:45:50.597Zuploading: /work/end-to-end-tests/bootstrap-ce25c26538ce669c.gz (6513924 bytes)
23662023-10-26T09:45:55.372Zuploaded: /work/end-to-end-tests/bootstrap-ce25c26538ce669c.gz
23672023-10-26T09:45:55.389Zuploading: /work/end-to-end-tests/bootstrap.gz (97824773 bytes)
23682023-10-26T09:46:55.016Zuploaded: /work/end-to-end-tests/bootstrap.gz
23692023-10-26T09:46:55.039Zuploading: /work/end-to-end-tests/end_to_end_tests-bcb3df1a66c8d052.gz (111873918 bytes)
23702023-10-26T09:47:50.953Zuploaded: /work/end-to-end-tests/end_to_end_tests-bcb3df1a66c8d052.gz
23712023-10-26T09:47:50.986Zuploading: /work/caboose-util.gz (4111314 bytes)
23722023-10-26T09:47:55.078Zuploaded: /work/caboose-util.gz
23732023-10-26T09:47:55.092Zuploading: /work/tufaceous.gz (13508918 bytes)
23742023-10-26T09:48:03.842Zuploaded: /work/tufaceous.gz