01HDWPFJM7WGN2JJ5FG2QRBT6F: 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: 01HDWPFZPQCV1DSWMGMST7ZBWH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-29T03:10:24.397Zjob assigned to worker 01HDWPG0C27T2XGW19HJPVY0J5 (queued for 1 m 23 s)
 
22023-10-29T03:10:24.744Zstarting task 0: "setup"
32023-10-29T03:10:24.806Z++ uname -s
42023-10-29T03:10:24.809Z+ kern=SunOS
52023-10-29T03:10:24.813Z+ case "$kern" in
62023-10-29T03:10:24.817Z+ groupadd -g 12345 build
72023-10-29T03:10:24.820Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-29T03:10:26.827Z+ zfs create -o mountpoint=/work rpool/work
92023-10-29T03:10:26.907Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-29T03:10:26.914Z+ home_fs=zfs
112023-10-29T03:10:26.919Z+ [[ zfs == autofs ]]
122023-10-29T03:10:26.923Z+ mkdir -p /home/build
132023-10-29T03:10:26.928Z+ chown build:build /home/build /work
142023-10-29T03:10:28.910Z+ chmod 0700 /home/build /work
152023-10-29T03:10:28.916Zprocess exited: duration 4165 ms, exit code 0
 
162023-10-29T03:10:28.925Zstarting task 1: "rust-toolchain"
172023-10-29T03:10:28.937Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-29T03:10:28.941Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-29T03:10:29.134Zinfo: downloading installer
202023-10-29T03:10:30.330Zwarning: it looks like you have an existing installation of Rust at:
212023-10-29T03:10:30.333Zwarning: /opt/ooce/bin
222023-10-29T03:10:30.336Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-29T03:10:30.339Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-29T03:10:30.347Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-29T03:10:30.351Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-29T03:10:30.354Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-29T03:10:30.360Zerror: cannot install while Rust is installed
282023-10-29T03:10:30.363Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-29T03:10:30.471Zinfo: profile set to 'default'
302023-10-29T03:10:30.476Zinfo: default host triple is x86_64-unknown-illumos
312023-10-29T03:10:30.481Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-29T03:10:30.635Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-29T03:10:30.648Zinfo: downloading component 'cargo'
342023-10-29T03:10:31.235Zinfo: downloading component 'clippy'
352023-10-29T03:10:31.506Zinfo: downloading component 'rust-docs'
362023-10-29T03:10:32.221Zinfo: downloading component 'rust-std'
372023-10-29T03:10:33.579Zinfo: downloading component 'rustc'
382023-10-29T03:10:36.817Zinfo: downloading component 'rustfmt'
392023-10-29T03:10:37.008Zinfo: installing component 'cargo'
402023-10-29T03:10:39.150Zinfo: installing component 'clippy'
412023-10-29T03:10:40.490Zinfo: installing component 'rust-docs'
422023-10-29T03:10:42.774Zinfo: installing component 'rust-std'
432023-10-29T03:10:46.351Zinfo: installing component 'rustc'
442023-10-29T03:10:55.576Zinfo: installing component 'rustfmt'
452023-10-29T03:10:55.961Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-29T03:10:55.971Z
472023-10-29T03:10:56.105Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-29T03:10:56.121Z
492023-10-29T03:10:56.132Z
502023-10-29T03:10:56.143ZRust is installed now. Great!
512023-10-29T03:10:56.566Z
522023-10-29T03:10:56.621ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-29T03:10:56.637Zenvironment variable. This has not been done automatically.
542023-10-29T03:10:56.646Z
552023-10-29T03:10:57.064ZTo configure your current shell, run:
562023-10-29T03:10:57.080Zsource "$HOME/.cargo/env"
572023-10-29T03:10:57.093Z+ rustc --version
582023-10-29T03:10:57.106Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-29T03:10:57.126Zprocess exited: duration 27394 ms, exit code 0
 
602023-10-29T03:10:57.155Zstarting task 2: "authentication"
612023-10-29T03:10:57.213Zprocess exited: duration 44 ms, exit code 0
 
622023-10-29T03:10:57.236Zstarting task 3: "clone repository"
632023-10-29T03:10:57.255Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-29T03:10:57.275Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-29T03:10:57.301ZCloning into '/work/oxidecomputer/omicron'...
662023-10-29T03:11:04.412Z+ cd /work/oxidecomputer/omicron
672023-10-29T03:11:04.426Z+ [[ -n renovate/rcgen-0.x ]]
682023-10-29T03:11:04.438Z+ git fetch origin renovate/rcgen-0.x
692023-10-29T03:11:04.766ZFrom https://github.com/oxidecomputer/omicron
702023-10-29T03:11:04.776Z * branch renovate/rcgen-0.x -> FETCH_HEAD
712023-10-29T03:11:04.788Z+ git checkout -B renovate/rcgen-0.x remotes/origin/renovate/rcgen-0.x
722023-10-29T03:11:04.840ZSwitched to a new branch 'renovate/rcgen-0.x'
732023-10-29T03:11:04.844Zbranch 'renovate/rcgen-0.x' set up to track 'origin/renovate/rcgen-0.x'.
742023-10-29T03:11:04.849Z+ git reset --hard 88517ab5d164f4c84d509fb2377cae481de5492e
752023-10-29T03:11:04.956ZHEAD is now at 88517ab5 chore(deps): update rust crate rcgen to 0.11.3
762023-10-29T03:11:04.973Zprocess exited: duration 7706 ms, exit code 0
 
772023-10-29T03:11:05.065Zstarting task 4: "build"
782023-10-29T03:11:05.090Z+ cargo --version
792023-10-29T03:11:05.177Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-29T03:11:05.183Z+ rustc --version
812023-10-29T03:11:05.282Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-29T03:11:05.287Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-29T03:11:14.104Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-29T03:11:15.055Z Startup: Caching catalogs ... Done
852023-10-29T03:11:20.446ZPlanning: Solver setup ... Done (4.533s)
862023-10-29T03:11:20.449ZPlanning: Running solver ... Done (0.118s)
872023-10-29T03:11:20.455ZPlanning: Finding local manifests ... Done (0.005s)
882023-10-29T03:11:20.457ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-29T03:11:20.460ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-29T03:11:20.544ZPlanning: Package planning ... Done (0.084s)
912023-10-29T03:11:20.640ZPlanning: Merging actions ... Done (0.086s)
922023-10-29T03:11:21.619ZPlanning: Checking for conflicting actions ... Done (0.985s)
932023-10-29T03:11:21.635ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-29T03:11:27.130ZPlanning: Evaluating mediators ... Done (5.494s)
952023-10-29T03:11:27.149ZPlanning: Planning completed in 12.04 seconds
962023-10-29T03:11:27.190Z Packages to install: 4
972023-10-29T03:11:27.203Z Mediators to change: 2
982023-10-29T03:11:27.211Z Services to change: 1
992023-10-29T03:11:27.225Z Estimated space available: 149.39 GB
1002023-10-29T03:11:27.234ZEstimated space to be consumed: 1.37 GB
1012023-10-29T03:11:27.245Z Create boot environment: No
1022023-10-29T03:11:27.255ZCreate backup boot environment: No
1032023-10-29T03:11:27.263Z Rebuild boot archive: No
1042023-10-29T03:11:27.280Z
1052023-10-29T03:11:27.289ZChanged mediators:
1062023-10-29T03:11:27.305Z mediator clang:
1072023-10-29T03:11:27.318Z version: None -> 15 (system default)
1082023-10-29T03:11:27.331Z
1092023-10-29T03:11:27.351Z mediator llvm:
1102023-10-29T03:11:27.360Z version: 14 (system default) -> 15 (system default)
1112023-10-29T03:11:27.374Z
1122023-10-29T03:11:27.382ZChanged packages:
1132023-10-29T03:11:27.394Zhelios-dev
1142023-10-29T03:11:27.404Z developer/build-essential
1152023-10-29T03:11:27.420Z None -> 11-2.0
1162023-10-29T03:11:27.433Z library/libxmlsec1
1172023-10-29T03:11:27.447Z None -> 1.2.35-2.0
1182023-10-29T03:11:27.463Z ooce/developer/clang-15
1192023-10-29T03:11:27.480Z None -> 15.0.7-2.0
1202023-10-29T03:11:27.487Z ooce/developer/llvm-15
1212023-10-29T03:11:27.494Z None -> 15.0.7-2.0
1222023-10-29T03:11:27.497Z
1232023-10-29T03:11:27.500ZServices:
1242023-10-29T03:11:27.503Z restart_fmri:
1252023-10-29T03:11:27.507Z svc:/system/update-man-index:default
1262023-10-29T03:11:27.510Z
1272023-10-29T03:11:27.513ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-29T03:11:32.367ZDownload: 621/3290 items 17.6/212.6MB 8% complete (3.7M/s)
1292023-10-29T03:11:37.363ZDownload: 1168/3290 items 49.2/212.6MB 23% complete (5.0M/s)
1302023-10-29T03:11:45.483ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1312023-10-29T03:11:59.677ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1322023-10-29T03:12:04.710ZDownload: 1425/3290 items 116.5/212.6MB 54% complete (7.3M/s)
1332023-10-29T03:12:09.750ZDownload: 1746/3290 items 118.1/212.6MB 55% complete (3.6M/s)
1342023-10-29T03:12:14.785ZDownload: 2132/3290 items 118.9/212.6MB 55% complete (258k/s)
1352023-10-29T03:12:20.151ZDownload: 2388/3290 items 119.8/212.6MB 56% complete (163k/s)
1362023-10-29T03:12:25.660ZDownload: 3247/3290 items 168.8/212.6MB 79% complete (4.9M/s)
1372023-10-29T03:12:27.858ZDownload: Completed 212.60 MB in 60.51 seconds (3.5M/s)
1382023-10-29T03:12:28.269Z Actions: 1/3687 actions (Installing new actions)
1392023-10-29T03:12:33.296Z Actions: 2684/3687 actions (Installing new actions)
1402023-10-29T03:12:36.571Z Actions: Completed 3687 actions in 8.30 seconds.
1412023-10-29T03:12:36.731Z Done (0.151s)
1422023-10-29T03:12:36.738Z Done (0.000s)
1432023-10-29T03:12:36.930Z Done (0.195s)
1442023-10-29T03:12:44.779Z Done (7.742s)
1452023-10-29T03:12:44.993Z Done (0.107s)
1462023-10-29T03:12:44.996Z Done (0.000s)
1472023-10-29T03:12:45.226Z Done (0.000s)
1482023-10-29T03:12:45.930ZPlanning: Evaluating mediator changes ... Done
1492023-10-29T03:12:46.237ZPlanning: Checking for conflicting actions ... Done
1502023-10-29T03:12:46.242ZPlanning: Consolidating action changes ... Done
1512023-10-29T03:12:46.660ZPlanning: Evaluating mediators ... Done
1522023-10-29T03:12:46.664ZPlanning: Planning completed in 0.73 seconds
1532023-10-29T03:12:46.715Z Mediators to change: 2
1542023-10-29T03:12:46.718Z Create boot environment: No
1552023-10-29T03:12:46.721ZCreate backup boot environment: No
1562023-10-29T03:12:46.851Z Done
1572023-10-29T03:12:46.854Z Done
1582023-10-29T03:12:46.983Z Done
1592023-10-29T03:12:53.129Z Done
1602023-10-29T03:12:53.254Z Done
1612023-10-29T03:12:53.256Z Done
1622023-10-29T03:12:53.370Z Done
1632023-10-29T03:12:54.426ZPlanning: Evaluating mediator changes ... Done
1642023-10-29T03:12:54.429ZPlanning: Merging actions ... Done
1652023-10-29T03:12:54.776ZPlanning: Checking for conflicting actions ... Done
1662023-10-29T03:12:54.781ZPlanning: Consolidating action changes ... Done
1672023-10-29T03:12:55.235ZPlanning: Evaluating mediators ... Done
1682023-10-29T03:12:55.335ZPlanning: Planning completed in 1.37 seconds
1692023-10-29T03:12:55.389Z Packages to change: 1
1702023-10-29T03:12:55.393Z Mediators to change: 1
1712023-10-29T03:12:55.395Z Services to change: 1
1722023-10-29T03:12:55.398Z Create boot environment: No
1732023-10-29T03:12:55.401ZCreate backup boot environment: Yes
1742023-10-29T03:12:57.563Z Actions: 1/6 actions (Updating modified actions)
1752023-10-29T03:12:57.566Z Actions: Completed 6 actions in 0.00 seconds.
1762023-10-29T03:12:57.569Z Done
1772023-10-29T03:12:57.578Z Done
1782023-10-29T03:12:57.589Z Done
1792023-10-29T03:13:03.654Z Done
1802023-10-29T03:13:03.777Z Done
1812023-10-29T03:13:03.780Z Done
1822023-10-29T03:13:03.910Z Done
1832023-10-29T03:13:04.610ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842023-10-29T03:13:04.614Zclang system 15 system
1852023-10-29T03:13:04.620Zcsh system system illumos
1862023-10-29T03:13:04.626Zctags system system illumos
1872023-10-29T03:13:04.635Zgcc vendor 12 vendor
1882023-10-29T03:13:04.639Zgcc system 10 system
1892023-10-29T03:13:04.643Zgcc system 7 system
1902023-10-29T03:13:04.647Zgo system 1.20 system
1912023-10-29T03:13:04.651Zgo system 1.19 system
1922023-10-29T03:13:04.655Zllvm system 15 system
1932023-10-29T03:13:04.658Zllvm system 14 system
1942023-10-29T03:13:04.663Zmariadb system 10.6 system
1952023-10-29T03:13:04.667Zmta vendor vendor dma
1962023-10-29T03:13:04.671Zopenjdk system 17 system
1972023-10-29T03:13:04.675Zopenjdk system 11 system
1982023-10-29T03:13:04.678Zopenjdk system 1.8 system
1992023-10-29T03:13:04.681Zopenssl vendor 3 vendor
2002023-10-29T03:13:04.684Zperl system 5.36 system
2012023-10-29T03:13:04.688Zpostgresql system 15 system
2022023-10-29T03:13:04.692Zpostgresql system 13 system
2032023-10-29T03:13:04.697Zpython vendor 3 vendor
2042023-10-29T03:13:04.700Zpython system 2 system
2052023-10-29T03:13:04.704Zpython3 system 3.11 system
2062023-10-29T03:13:04.707Zruby system 3.0 system
2072023-10-29T03:13:04.710Zwords vendor vendor american-english
2082023-10-29T03:13:04.714Zwords system system australian-english
2092023-10-29T03:13:04.718Zwords system system british-english
2102023-10-29T03:13:04.721Zwords system system canadian-english
2112023-10-29T03:13:04.749Zwords system system french
2122023-10-29T03:13:04.759Zwords system system italian
2132023-10-29T03:13:04.763Zwords system system ngerman
2142023-10-29T03:13:04.767Zwords system system ogerman
2152023-10-29T03:13:04.771Zwords system system spanish
2162023-10-29T03:13:05.158ZFMRI IFO
2172023-10-29T03:13:05.162Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2182023-10-29T03:13:05.165Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2192023-10-29T03:13:05.170Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2202023-10-29T03:13:05.173Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2212023-10-29T03:13:05.177Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222023-10-29T03:13:05.180Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2232023-10-29T03:13:05.243Z+ set -o errexit
2242023-10-29T03:13:05.246Z+++ dirname ./tools/ci_download_cockroachdb
2252023-10-29T03:13:05.250Z++ cd ./tools
2262023-10-29T03:13:05.253Z++ pwd
2272023-10-29T03:13:05.257Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2282023-10-29T03:13:05.262Z++ basename ./tools/ci_download_cockroachdb
2292023-10-29T03:13:05.267Z+ ARG0=ci_download_cockroachdb
2302023-10-29T03:13:05.272Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2312023-10-29T03:13:05.275Z+ CIDL_VERSION=v22.1.9
2322023-10-29T03:13:05.278Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2332023-10-29T03:13:05.281Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2342023-10-29T03:13:05.284Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2352023-10-29T03:13:05.287Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2362023-10-29T03:13:05.290Z+ TARGET_DIR=out
2372023-10-29T03:13:05.293Z+ DOWNLOAD_DIR=out/downloads
2382023-10-29T03:13:05.297Z+ DEST_DIR=./out/cockroachdb
2392023-10-29T03:13:05.301Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2402023-10-29T03:13:05.304Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2412023-10-29T03:13:05.306Z+ main
2422023-10-29T03:13:05.310Z+ [[ 0 != 0 ]]
2432023-10-29T03:13:05.314Z+ CIDL_OS=solaris2.11
2442023-10-29T03:13:05.318Z+ [[ 0 != 0 ]]
2452023-10-29T03:13:05.321Z+ configure_os solaris2.11
2462023-10-29T03:13:05.324Z+ echo 'current directory: /work/oxidecomputer/omicron'
2472023-10-29T03:13:05.327Zcurrent directory: /work/oxidecomputer/omicron
2482023-10-29T03:13:05.332Z+ echo 'configuring based on OS: "solaris2.11"'
2492023-10-29T03:13:06.340Zconfiguring based on OS: "solaris2.11"
2502023-10-29T03:13:06.343Z+ case "$1" in
2512023-10-29T03:13:06.346Z+ CIDL_BUILD=illumos
2522023-10-29T03:13:06.350Z+ CIDL_SUFFIX=tar.gz
2532023-10-29T03:13:06.353Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2542023-10-29T03:13:06.356Z+ CIDL_MD5FUNC=do_md5sum
2552023-10-29T03:13:06.359Z+ CIDL_URL_BASE=https://illumos.org/downloads
2562023-10-29T03:13:06.364Z+ CIDL_ASSEMBLE=do_assemble_illumos
2572023-10-29T03:13:06.366Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2582023-10-29T03:13:06.371Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2592023-10-29T03:13:06.374Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-29T03:13:06.376Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2612023-10-29T03:13:06.379Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-29T03:13:06.382Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-10-29T03:13:06.385ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-29T03:13:06.388ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-29T03:13:06.391Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2662023-10-29T03:13:06.393Z+ mkdir -p out/downloads
2672023-10-29T03:13:06.396Z+ mkdir -p ./out/cockroachdb
2682023-10-29T03:13:06.399Z+ local DO_DOWNLOAD=true
2692023-10-29T03:13:06.402Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2702023-10-29T03:13:06.406Z+ '[' true == true ']'
2712023-10-29T03:13:06.409Z+ echo Downloading...
2722023-10-29T03:13:06.412ZDownloading...
2732023-10-29T03:13:06.415Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-29T03:13:06.418Z+ 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
2752023-10-29T03:13:10.018Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-10-29T03:13:10.021Z++ md5sum
2772023-10-29T03:13:10.024Z++ awk '{print $1}'
2782023-10-29T03:13:10.202Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2792023-10-29T03:13:10.205Z+ [[ 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 ]]
2802023-10-29T03:13:10.208Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-10-29T03:13:10.211Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2822023-10-29T03:13:13.581Z+ do_assemble_illumos
2832023-10-29T03:13:13.584Z+ rm -r ./out/cockroachdb
2842023-10-29T03:13:13.587Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2852023-10-29T03:13:14.268Z+ ./out/cockroachdb/bin/cockroach version
2862023-10-29T03:13:14.523ZBuild Tag: v22.1.9-dirty
2872023-10-29T03:13:14.526ZBuild Time: 2022/10/26 21:17:46
2882023-10-29T03:13:14.529ZDistribution: OSS
2892023-10-29T03:13:14.532ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2902023-10-29T03:13:14.535ZGo Version: go1.17.13
2912023-10-29T03:13:14.538ZC Compiler: gcc 10.3.0
2922023-10-29T03:13:14.542ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2932023-10-29T03:13:14.549ZBuild Type: release
2942023-10-29T03:13:14.558Z+ set -o errexit
2952023-10-29T03:13:14.566Z+++ dirname ./tools/ci_download_clickhouse
2962023-10-29T03:13:14.572Z++ cd ./tools
2972023-10-29T03:13:14.578Z++ pwd
2982023-10-29T03:13:14.581Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2992023-10-29T03:13:14.583Z++ basename ./tools/ci_download_clickhouse
3002023-10-29T03:13:14.587Z+ ARG0=ci_download_clickhouse
3012023-10-29T03:13:14.590Z+ TARGET_DIR=out
3022023-10-29T03:13:14.593Z+ DOWNLOAD_DIR=out/downloads
3032023-10-29T03:13:14.596Z+ DEST_DIR=./out/clickhouse
3042023-10-29T03:13:14.600Z+ CIDL_VERSION=v22.8.9.24
3052023-10-29T03:13:14.609Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3062023-10-29T03:13:14.623Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3072023-10-29T03:13:14.637Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3082023-10-29T03:13:14.640Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3092023-10-29T03:13:14.644Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3102023-10-29T03:13:14.650Z+ main
3112023-10-29T03:13:14.654Z+ [[ 0 != 0 ]]
3122023-10-29T03:13:14.660Z+ CIDL_OS=solaris2.11
3132023-10-29T03:13:14.671Z+ [[ 0 != 0 ]]
3142023-10-29T03:13:14.684Z+ configure_os solaris2.11
3152023-10-29T03:13:14.691Z+ echo 'current directory: /work/oxidecomputer/omicron'
3162023-10-29T03:13:14.699Zcurrent directory: /work/oxidecomputer/omicron
3172023-10-29T03:13:14.705Z+ echo 'configuring based on OS: "solaris2.11"'
3182023-10-29T03:13:14.712Zconfiguring based on OS: "solaris2.11"
3192023-10-29T03:13:14.718Z+ CIDL_DASHREV=
3202023-10-29T03:13:14.724Z+ case "$1" in
3212023-10-29T03:13:14.730Z+ CIDL_PLATFORM=illumos
3222023-10-29T03:13:14.736Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3232023-10-29T03:13:14.739Z+ CIDL_MD5FUNC=do_md5sum
3242023-10-29T03:13:14.744Z+ CIDL_DASHREV=-1
3252023-10-29T03:13:14.754Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3262023-10-29T03:13:14.758Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-29T03:13:14.762Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-29T03:13:14.766Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-29T03:13:14.770Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3302023-10-29T03:13:14.774ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-29T03:13:14.778Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3322023-10-29T03:13:14.782ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3332023-10-29T03:13:14.786Z+ mkdir -p out/downloads
3342023-10-29T03:13:14.793Z+ mkdir -p ./out/clickhouse
3352023-10-29T03:13:14.801Z+ local DO_DOWNLOAD=true
3362023-10-29T03:13:14.808Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3372023-10-29T03:13:14.826Z+ '[' true == true ']'
3382023-10-29T03:13:14.842Z+ echo Downloading...
3392023-10-29T03:13:14.853ZDownloading...
3402023-10-29T03:13:14.862Z+ 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
3412023-10-29T03:13:14.872Z+ 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
3422023-10-29T03:13:16.258Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-10-29T03:13:16.267Z++ md5sum
3442023-10-29T03:13:16.282Z++ awk '{print $1}'
3452023-10-29T03:13:16.929Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3462023-10-29T03:13:16.934Z+ [[ 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 ]]
3472023-10-29T03:13:16.937Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3482023-10-29T03:13:16.947Z+ mkdir -p ./out/clickhouse
3492023-10-29T03:13:16.957Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3502023-10-29T03:13:21.485Z+ ./out/clickhouse/clickhouse server --version
3512023-10-29T03:13:21.540ZClickHouse server version 22.8.9.1.
3522023-10-29T03:13:21.560Z+ set -o errexit
3532023-10-29T03:13:21.572Z+++ dirname ./tools/ci_download_console
3542023-10-29T03:13:21.581Z++ cd ./tools
3552023-10-29T03:13:21.590Z++ pwd
3562023-10-29T03:13:21.598Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3572023-10-29T03:13:21.602Z++ basename ./tools/ci_download_console
3582023-10-29T03:13:21.607Z+ ARG0=ci_download_console
3592023-10-29T03:13:21.611Z+ TARGET_DIR=out
3602023-10-29T03:13:21.617Z+ DOWNLOAD_DIR=out/downloads
3612023-10-29T03:13:21.625Z+ DEST_DIR=./out/console-assets
3622023-10-29T03:13:21.630Z+ source /work/oxidecomputer/omicron/tools/console_version
3632023-10-29T03:13:21.634Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3642023-10-29T03:13:21.642Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3652023-10-29T03:13:21.650Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3662023-10-29T03:13:21.660Z+ TARBALL_FILE=out/downloads/console.tar.gz
3672023-10-29T03:13:21.665Z+ main
3682023-10-29T03:13:21.672Z+ [[ 0 != 0 ]]
3692023-10-29T03:13:21.679Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3702023-10-29T03:13:21.683ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3712023-10-29T03:13:21.689Z+ echo 'Local file: out/downloads/console.tar.gz'
3722023-10-29T03:13:21.693ZLocal file: out/downloads/console.tar.gz
3732023-10-29T03:13:21.697Z+ local DO_DOWNLOAD=true
3742023-10-29T03:13:21.702Z+ [[ -f out/downloads/console.tar.gz ]]
3752023-10-29T03:13:21.721Z+ mkdir -p out/downloads
3762023-10-29T03:13:21.730Z+ '[' true == true ']'
3772023-10-29T03:13:21.744Z+ echo Downloading...
3782023-10-29T03:13:21.751ZDownloading...
3792023-10-29T03:13:21.758Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3802023-10-29T03:13:21.763Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3812023-10-29T03:13:22.281Z++ do_sha256sum out/downloads/console.tar.gz
3822023-10-29T03:13:22.284Z++ case "$OSTYPE" in
3832023-10-29T03:13:22.287Z++ SHA=sha256sum
3842023-10-29T03:13:22.290Z++ sha256sum
3852023-10-29T03:13:22.293Z++ awk '{print $1}'
3862023-10-29T03:13:22.349Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3872023-10-29T03:13:22.359Z+ [[ 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 ]]
3882023-10-29T03:13:22.367Z+ rm -rf ./out/console-assets
3892023-10-29T03:13:22.406Z+ mkdir -p ./out/console-assets
3902023-10-29T03:13:22.417Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3912023-10-29T03:13:22.425Z+ mkdir -p ./out/console-assets
3922023-10-29T03:13:22.435Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3932023-10-29T03:13:22.456Z+ set -o errexit
3942023-10-29T03:13:22.472Z+++ dirname ./tools/ci_download_maghemite_openapi
3952023-10-29T03:13:22.477Z++ cd ./tools
3962023-10-29T03:13:22.485Z++ pwd
3972023-10-29T03:13:22.494Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3982023-10-29T03:13:22.500Z++ basename ./tools/ci_download_maghemite_openapi
3992023-10-29T03:13:22.505Z+ ARG0=ci_download_maghemite_openapi
4002023-10-29T03:13:22.509Z+ TARGET_DIR=out
4012023-10-29T03:13:22.513Z+ DOWNLOAD_DIR=out/downloads
4022023-10-29T03:13:22.518Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4032023-10-29T03:13:22.527Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4042023-10-29T03:13:22.530Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4052023-10-29T03:13:22.535Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4062023-10-29T03:13:22.538Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4072023-10-29T03:13:22.544Z+ main
4082023-10-29T03:13:22.549Z+ [[ 0 != 0 ]]
4092023-10-29T03:13:22.552Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4102023-10-29T03:13:22.555ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4112023-10-29T03:13:22.559Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4122023-10-29T03:13:22.568ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4132023-10-29T03:13:22.578Z+ local DO_DOWNLOAD=true
4142023-10-29T03:13:22.586Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4152023-10-29T03:13:22.593Z+ mkdir -p out/downloads
4162023-10-29T03:13:22.602Z+ '[' true == true ']'
4172023-10-29T03:13:22.610ZDownloading...
4182023-10-29T03:13:22.620Z+ echo Downloading...
4192023-10-29T03:13:22.627Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4202023-10-29T03:13:22.635Z+ 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
4212023-10-29T03:13:22.746Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4222023-10-29T03:13:22.751Z++ case "$OSTYPE" in
4232023-10-29T03:13:22.755Z++ SHA=sha256sum
4242023-10-29T03:13:22.763Z++ sha256sum
4252023-10-29T03:13:22.772Z++ awk '{print $1}'
4262023-10-29T03:13:22.783Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4272023-10-29T03:13:22.787Z+ [[ 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 ]]
4282023-10-29T03:13:22.804Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4292023-10-29T03:13:22.807Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4302023-10-29T03:13:22.811Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4312023-10-29T03:13:22.835Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4322023-10-29T03:13:22.845Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4332023-10-29T03:13:22.849Z+ main
4342023-10-29T03:13:22.852Z+ [[ 0 != 0 ]]
4352023-10-29T03:13:22.855Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4362023-10-29T03:13:22.858ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4372023-10-29T03:13:22.861Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4382023-10-29T03:13:22.866ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4392023-10-29T03:13:22.869Z+ local DO_DOWNLOAD=true
4402023-10-29T03:13:22.872Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4412023-10-29T03:13:22.875Z+ mkdir -p out/downloads
4422023-10-29T03:13:22.878Z+ '[' true == true ']'
4432023-10-29T03:13:22.881Z+ echo Downloading...
4442023-10-29T03:13:22.884ZDownloading...
4452023-10-29T03:13:22.888Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4462023-10-29T03:13:22.891Z+ 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
4472023-10-29T03:13:22.920Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4482023-10-29T03:13:22.931Z++ case "$OSTYPE" in
4492023-10-29T03:13:22.936Z++ SHA=sha256sum
4502023-10-29T03:13:22.940Z++ sha256sum
4512023-10-29T03:13:22.943Z++ awk '{print $1}'
4522023-10-29T03:13:22.946Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4532023-10-29T03:13:22.950Z+ [[ 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 ]]
4542023-10-29T03:13:22.955Z+ set -o errexit
4552023-10-29T03:13:22.960Z+++ dirname ./tools/ci_download_dendrite_openapi
4562023-10-29T03:13:22.964Z++ cd ./tools
4572023-10-29T03:13:22.969Z++ pwd
4582023-10-29T03:13:22.973Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4592023-10-29T03:13:22.976Z++ basename ./tools/ci_download_dendrite_openapi
4602023-10-29T03:13:22.981Z+ ARG0=ci_download_dendrite_openapi
4612023-10-29T03:13:22.984Z+ TARGET_DIR=out
4622023-10-29T03:13:22.987Z+ DOWNLOAD_DIR=out/downloads
4632023-10-29T03:13:22.990Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4642023-10-29T03:13:22.993Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4652023-10-29T03:13:22.996Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4662023-10-29T03:13:22.999Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4672023-10-29T03:13:23.002Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4682023-10-29T03:13:23.017Z+ main
4692023-10-29T03:13:23.020Z+ [[ 0 != 0 ]]
4702023-10-29T03:13:23.024Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4712023-10-29T03:13:23.027ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4722023-10-29T03:13:23.029Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4732023-10-29T03:13:23.032ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4742023-10-29T03:13:23.035Z+ local DO_DOWNLOAD=true
4752023-10-29T03:13:23.038Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4762023-10-29T03:13:23.041Z+ mkdir -p out/downloads
4772023-10-29T03:13:23.045Z+ '[' true == true ']'
4782023-10-29T03:13:23.048Z+ echo Downloading...
4792023-10-29T03:13:23.056ZDownloading...
4802023-10-29T03:13:23.059Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4812023-10-29T03:13:23.062Z+ 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
4822023-10-29T03:13:23.110Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4832023-10-29T03:13:23.115Z++ case "$OSTYPE" in
4842023-10-29T03:13:23.125Z++ SHA=sha256sum
4852023-10-29T03:13:23.132Z++ sha256sum
4862023-10-29T03:13:23.143Z++ awk '{print $1}'
4872023-10-29T03:13:23.164Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4882023-10-29T03:13:23.173Z+ [[ 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 ]]
4892023-10-29T03:13:23.183Z+ set -o errexit
4902023-10-29T03:13:23.190Z+++ dirname ./tools/ci_download_dendrite_stub
4912023-10-29T03:13:23.196Z++ cd ./tools
4922023-10-29T03:13:23.209Z++ pwd
4932023-10-29T03:13:23.232Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4942023-10-29T03:13:23.263Z++ basename ./tools/ci_download_dendrite_stub
4952023-10-29T03:13:23.686Z+ ARG0=ci_download_dendrite_stub
4962023-10-29T03:13:23.700Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4972023-10-29T03:13:23.713Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
4982023-10-29T03:13:23.727Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
4992023-10-29T03:13:23.737Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
5002023-10-29T03:13:23.759Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5012023-10-29T03:13:23.775Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5022023-10-29T03:13:23.788Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5032023-10-29T03:13:23.801Z+ TARGET_DIR=out
5042023-10-29T03:13:23.816Z+ DOWNLOAD_DIR=out/downloads
5052023-10-29T03:13:23.827Z+ DEST_DIR=./out/dendrite-stub
5062023-10-29T03:13:23.833Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5072023-10-29T03:13:23.841Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5082023-10-29T03:13:23.853Z+ REPO=oxidecomputer/dendrite
5092023-10-29T03:13:23.864Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5102023-10-29T03:13:23.873Z+ main
5112023-10-29T03:13:23.884Z+ [[ 0 != 0 ]]
5122023-10-29T03:13:23.898Z+ CIDL_OS=solaris2.11
5132023-10-29T03:13:23.907Z+ [[ 0 != 0 ]]
5142023-10-29T03:13:23.921Z+ configure_os solaris2.11
5152023-10-29T03:13:24.339Z+ echo 'current directory: /work/oxidecomputer/omicron'
5162023-10-29T03:13:24.360Zcurrent directory: /work/oxidecomputer/omicron
5172023-10-29T03:13:24.370Zconfiguring based on OS: "solaris2.11"
5182023-10-29T03:13:24.383Z+ echo 'configuring based on OS: "solaris2.11"'
5192023-10-29T03:13:24.392Z+ case "$1" in
5202023-10-29T03:13:24.467Z+ SET_BINARIES=
5212023-10-29T03:13:24.886Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5222023-10-29T03:13:24.926Z+ CIDL_SHA256FUNC=do_sha256sum
5232023-10-29T03:13:24.942Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5242023-10-29T03:13:24.959Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5252023-10-29T03:13:24.974Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5262023-10-29T03:13:24.986Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5272023-10-29T03:13:24.997ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5282023-10-29T03:13:25.011Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5292023-10-29T03:13:25.029ZLocal file: out/downloads/dendrite-stub.tar.gz
5302023-10-29T03:13:25.048Z+ mkdir -p out/downloads
5312023-10-29T03:13:25.513Z+ mkdir -p ./out/dendrite-stub
5322023-10-29T03:13:25.526Z+ fetch_and_verify
5332023-10-29T03:13:25.537Z+ local DO_DOWNLOAD=true
5342023-10-29T03:13:25.555Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5352023-10-29T03:13:25.568Z+ '[' true == true ']'
5362023-10-29T03:13:25.579Z+ echo Downloading...
5372023-10-29T03:13:25.589ZDownloading...
5382023-10-29T03:13:25.599Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5392023-10-29T03:13:25.610Z+ 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
5402023-10-29T03:13:30.963Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5412023-10-29T03:13:30.966Z++ sha256sum
5422023-10-29T03:13:30.969Z++ awk '{print $1}'
5432023-10-29T03:13:31.062Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5442023-10-29T03:13:31.074Z+ [[ 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 ]]
5452023-10-29T03:13:31.083Z+ do_untar out/downloads/dendrite-stub.tar.gz
5462023-10-29T03:13:31.091Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5472023-10-29T03:13:31.965Z+ do_assemble
5482023-10-29T03:13:32.386Z+ rm -r ./out/dendrite-stub
5492023-10-29T03:13:32.393Z+ mkdir ./out/dendrite-stub
5502023-10-29T03:13:32.404Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5512023-10-29T03:13:32.415Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5522023-10-29T03:13:32.431Z+ set -o errexit
5532023-10-29T03:13:32.438Z+++ dirname ./tools/ci_download_maghemite_mgd
5542023-10-29T03:13:32.445Z++ cd ./tools
5552023-10-29T03:13:32.452Z++ pwd
5562023-10-29T03:13:32.456Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5572023-10-29T03:13:32.461Z++ basename ./tools/ci_download_maghemite_mgd
5582023-10-29T03:13:32.464Z+ ARG0=ci_download_maghemite_mgd
5592023-10-29T03:13:32.468Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5602023-10-29T03:13:32.471Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5612023-10-29T03:13:32.475Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5622023-10-29T03:13:32.479Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5632023-10-29T03:13:32.482Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5642023-10-29T03:13:32.485Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5652023-10-29T03:13:32.488Z+ TARGET_DIR=out
5662023-10-29T03:13:32.491Z+ DOWNLOAD_DIR=out/downloads
5672023-10-29T03:13:32.494Z+ DEST_DIR=./out/mgd
5682023-10-29T03:13:32.497Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5692023-10-29T03:13:32.500Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5702023-10-29T03:13:32.502Z+ REPO=oxidecomputer/maghemite
5712023-10-29T03:13:32.507Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5722023-10-29T03:13:32.510Z+ main
5732023-10-29T03:13:32.512Z+ [[ 0 != 0 ]]
5742023-10-29T03:13:32.516Z+ CIDL_OS=solaris2.11
5752023-10-29T03:13:32.529Z+ [[ 0 != 0 ]]
5762023-10-29T03:13:32.543Z+ configure_os solaris2.11
5772023-10-29T03:13:32.564Z+ echo 'current directory: /work/oxidecomputer/omicron'
5782023-10-29T03:13:32.581Zcurrent directory: /work/oxidecomputer/omicron
5792023-10-29T03:13:32.588Z+ echo 'configuring based on OS: "solaris2.11"'
5802023-10-29T03:13:32.601Zconfiguring based on OS: "solaris2.11"
5812023-10-29T03:13:32.621Z+ case "$1" in
5822023-10-29T03:13:32.643Z+ SET_BINARIES=
5832023-10-29T03:13:32.656Z+ CIDL_SHA256FUNC=do_sha256sum
5842023-10-29T03:13:32.666Z+ TARBALL_FILENAME=mgd.tar.gz
5852023-10-29T03:13:32.687Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5862023-10-29T03:13:33.111Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5872023-10-29T03:13:33.121Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
5882023-10-29T03:13:33.137ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5892023-10-29T03:13:33.142Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5902023-10-29T03:13:33.149ZLocal file: out/downloads/mgd.tar.gz
5912023-10-29T03:13:33.164Z+ mkdir -p out/downloads
5922023-10-29T03:13:33.168Z+ mkdir -p ./out/mgd
5932023-10-29T03:13:33.177Z+ fetch_and_verify
5942023-10-29T03:13:33.182Z+ local DO_DOWNLOAD=true
5952023-10-29T03:13:33.191Z+ [[ -f out/downloads/mgd.tar.gz ]]
5962023-10-29T03:13:33.195Z+ '[' true == true ']'
5972023-10-29T03:13:33.204Z+ echo Downloading...
5982023-10-29T03:13:33.214ZDownloading...
5992023-10-29T03:13:33.226Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
6002023-10-29T03:13:33.233Z+ 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
6012023-10-29T03:13:40.041Z++ do_sha256sum out/downloads/mgd.tar.gz
6022023-10-29T03:13:40.053Z++ sha256sum
6032023-10-29T03:13:40.065Z++ awk '{print $1}'
6042023-10-29T03:13:40.119Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
6052023-10-29T03:13:40.133Z+ [[ 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 ]]
6062023-10-29T03:13:40.143Z+ do_untar out/downloads/mgd.tar.gz
6072023-10-29T03:13:40.151Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6082023-10-29T03:13:40.783Z+ do_assemble
6092023-10-29T03:13:40.788Z+ rm -r ./out/mgd
6102023-10-29T03:13:40.791Z+ mkdir ./out/mgd
6112023-10-29T03:13:40.794Z+ cp -r out/downloads/root ./out/mgd/root
6122023-10-29T03:13:40.999Z+ set -o errexit
6132023-10-29T03:13:41.013Z+++ dirname ./tools/ci_download_transceiver_control
6142023-10-29T03:13:41.022Z++ cd ./tools
6152023-10-29T03:13:41.035Z++ pwd
6162023-10-29T03:13:41.465Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6172023-10-29T03:13:41.469Z++ basename ./tools/ci_download_transceiver_control
6182023-10-29T03:13:41.473Z+ ARG0=ci_download_transceiver_control
6192023-10-29T03:13:41.480Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6202023-10-29T03:13:41.485Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6212023-10-29T03:13:41.488Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6222023-10-29T03:13:41.491Z+ TARGET_DIR=out
6232023-10-29T03:13:41.494Z+ DOWNLOAD_DIR=out/downloads
6242023-10-29T03:13:41.497Z+ DEST_DIR=./out/transceiver-control
6252023-10-29T03:13:41.500Z+ BIN_DIR=/opt/oxide/bin
6262023-10-29T03:13:41.503Z+ BINARY=xcvradm
6272023-10-29T03:13:41.508Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6282023-10-29T03:13:41.512Z+ REPO=oxidecomputer/transceiver-control
6292023-10-29T03:13:41.529Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302023-10-29T03:13:41.945Z+ main
6312023-10-29T03:13:41.952Z+ [[ 0 != 0 ]]
6322023-10-29T03:13:41.960Z+ CIDL_OS=solaris2.11
6332023-10-29T03:13:42.380Z+ [[ 0 != 0 ]]
6342023-10-29T03:13:42.392Z+ configure_os solaris2.11
6352023-10-29T03:13:42.403Z+ echo 'current directory: /work/oxidecomputer/omicron'
6362023-10-29T03:13:42.824Zcurrent directory: /work/oxidecomputer/omicron
6372023-10-29T03:13:42.833Z+ echo 'configuring based on OS: "solaris2.11"'
6382023-10-29T03:13:43.247Zconfiguring based on OS: "solaris2.11"
6392023-10-29T03:13:43.251Z+ case "$1" in
6402023-10-29T03:13:43.255Z+ SET_BINARIES=
6412023-10-29T03:13:43.261Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6422023-10-29T03:13:43.305Z+ CIDL_SHA256FUNC=do_sha256sum
6432023-10-29T03:13:43.318Z+ ARCHIVE_FILENAME=xcvradm.gz
6442023-10-29T03:13:43.743Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6452023-10-29T03:13:43.747Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6462023-10-29T03:13:43.751Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6472023-10-29T03:13:43.755ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6482023-10-29T03:13:43.760Z+ echo 'Local file: out/downloads/xcvradm.gz'
6492023-10-29T03:13:43.764ZLocal file: out/downloads/xcvradm.gz
6502023-10-29T03:13:43.767Z+ mkdir -p out/downloads
6512023-10-29T03:13:43.769Z+ mkdir -p ./out/transceiver-control
6522023-10-29T03:13:43.772Z+ fetch_and_verify
6532023-10-29T03:13:43.774Z+ local DO_DOWNLOAD=true
6542023-10-29T03:13:43.777Z+ [[ -f out/downloads/xcvradm.gz ]]
6552023-10-29T03:13:43.780Z+ '[' true == true ']'
6562023-10-29T03:13:43.783Z+ echo Downloading...
6572023-10-29T03:13:43.785ZDownloading...
6582023-10-29T03:13:43.788Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6592023-10-29T03:13:43.791Z+ 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
6602023-10-29T03:13:43.794Z++ do_sha256sum out/downloads/xcvradm.gz
6612023-10-29T03:13:43.797Z++ sha256sum
6622023-10-29T03:13:43.800Z++ awk '{print $1}'
6632023-10-29T03:13:43.803Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6642023-10-29T03:13:43.806Z+ [[ 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 ]]
6652023-10-29T03:13:43.810Z+ do_unpack out/downloads/xcvradm.gz
6662023-10-29T03:13:43.818Z+ mkdir -p out/downloads/root//opt/oxide/bin
6672023-10-29T03:13:43.822Z+ gzip -dc out/downloads/xcvradm.gz
6682023-10-29T03:13:43.826Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6692023-10-29T03:13:43.829Z+ do_assemble
6702023-10-29T03:13:43.832Z+ rm -r ./out/transceiver-control
6712023-10-29T03:13:43.837Z+ mkdir ./out/transceiver-control
6722023-10-29T03:13:43.845Z+ cp -r out/downloads/root ./out/transceiver-control/root
6732023-10-29T03:13:43.849ZAll prerequisites installed successfully
6742023-10-29T03:13:43.854Z
6752023-10-29T03:13:43.858Zreal 2:38.325742108
6762023-10-29T03:13:43.862Zuser 53.713834361
6772023-10-29T03:13:43.866Zsys 10.279680884
6782023-10-29T03:13:43.869Ztrap 0.028637467
6792023-10-29T03:13:43.875Ztflt 0.133027387
6802023-10-29T03:13:43.878Zdflt 0.473045470
6812023-10-29T03:13:43.882Zkflt 0.115679895
6822023-10-29T03:13:43.889Zlock 1.894427706
6832023-10-29T03:13:43.894Zslp 4:59.544462204
6842023-10-29T03:13:43.897Zlat 3.479552768
6852023-10-29T03:13:43.900Zstop 0.067115279
6862023-10-29T03:13:43.903Z+ banner end-to-end-tests
6872023-10-29T03:13:43.906Z
6882023-10-29T03:13:43.909Z ###### # # ##### ##### #### ###### # # #####
6892023-10-29T03:13:43.912Z # ## # # # # # # # ## # # #
6902023-10-29T03:13:43.916Z ##### # # # # # ##### # # # ##### ##### # # # # #
6912023-10-29T03:13:43.921Z # # # # # # # # # # # # # # #
6922023-10-29T03:13:43.924Z # # ## # # # # # # # ## # #
6932023-10-29T03:13:43.928Z ###### # # ##### # #### ###### # # #####
6942023-10-29T03:13:43.933Z
6952023-10-29T03:13:43.939Z+ export CARGO_PROFILE_DEV_DEBUG=1
6962023-10-29T03:13:43.944Z+ CARGO_PROFILE_DEV_DEBUG=1
6972023-10-29T03:13:43.948Z+ export CARGO_PROFILE_TEST_DEBUG=1
6982023-10-29T03:13:43.951Z+ CARGO_PROFILE_TEST_DEBUG=1
6992023-10-29T03:13:43.955Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7002023-10-29T03:13:44.091Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7012023-10-29T03:13:44.437Z Updating crates.io index
7022023-10-29T03:13:44.500Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7032023-10-29T03:13:45.280Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7042023-10-29T03:13:47.036Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7052023-10-29T03:13:47.648Z Updating git repository `http://github.com/oxidecomputer/tofino`
7062023-10-29T03:13:47.996Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7072023-10-29T03:13:48.283Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7082023-10-29T03:13:48.611Z Updating git repository `https://github.com/oxidecomputer/propolis`
7092023-10-29T03:13:49.514Z Updating git repository `https://github.com/oxidecomputer/crucible`
7102023-10-29T03:13:51.132Z Updating git repository `https://github.com/oxidecomputer/opte`
7112023-10-29T03:13:52.107Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7122023-10-29T03:13:52.445Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7132023-10-29T03:13:52.794Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7142023-10-29T03:13:53.373Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7152023-10-29T03:13:53.738Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7162023-10-29T03:13:54.073Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7172023-10-29T03:13:54.378Z Updating git repository `https://github.com/njaremko/samael`
7182023-10-29T03:13:54.837Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7192023-10-29T03:13:55.569Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7202023-10-29T03:13:55.909Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7212023-10-29T03:13:56.265Z Updating git repository `https://github.com/jgallagher/nix`
7222023-10-29T03:13:57.602Z Updating git repository `https://github.com/cbiffle/hubpack`
7232023-10-29T03:13:57.953Z Updating git repository `https://github.com/oxidecomputer/omicron`
7242023-10-29T03:14:08.139Z Updating git repository `https://github.com/oxidecomputer/rfb`
7252023-10-29T03:14:08.630Z Updating git repository `https://github.com/oxidecomputer/typify`
7262023-10-29T03:14:09.685Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7272023-10-29T03:14:10.081Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7282023-10-29T03:14:10.379Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7292023-10-29T03:14:12.073Z Downloading crates ...
7302023-10-29T03:14:12.309Z Downloaded blowfish v0.9.1
7312023-10-29T03:14:12.317Z Downloaded camino v1.1.6
7322023-10-29T03:14:12.322Z Downloaded cfg-if v1.0.0
7332023-10-29T03:14:12.327Z Downloaded camino-tempfile v1.0.2
7342023-10-29T03:14:12.332Z Downloaded clap v4.4.3
7352023-10-29T03:14:12.356Z Downloaded openssl-probe v0.1.5
7362023-10-29T03:14:12.363Z Downloaded crypto-common v0.1.6
7372023-10-29T03:14:12.366Z Downloaded num_cpus v1.16.0
7382023-10-29T03:14:12.374Z Downloaded pin-project-lite v0.2.13
7392023-10-29T03:14:12.398Z Downloaded debug-ignore v1.0.5
7402023-10-29T03:14:12.408Z Downloaded pest_meta v2.7.2
7412023-10-29T03:14:12.415Z Downloaded phf_shared v0.11.2
7422023-10-29T03:14:12.419Z Downloaded diesel_table_macro_syntax v0.1.0
7432023-10-29T03:14:12.423Z Downloaded omicron-zone-package v0.8.3
7442023-10-29T03:14:12.430Z Downloaded precomputed-hash v0.1.1
7452023-10-29T03:14:12.433Z Downloaded proc-macro-error-attr v1.0.4
7462023-10-29T03:14:12.436Z Downloaded match_cfg v0.1.0
7472023-10-29T03:14:12.440Z Downloaded md-5 v0.10.5
7482023-10-29T03:14:12.444Z Downloaded ciborium-ll v0.2.1
7492023-10-29T03:14:12.450Z Downloaded linked-hash-map v0.5.6
7502023-10-29T03:14:12.453Z Downloaded data-encoding v2.4.0
7512023-10-29T03:14:12.456Z Downloaded thiserror-impl-no-std v2.0.2
7522023-10-29T03:14:12.459Z Downloaded proc-macro-crate v1.3.1
7532023-10-29T03:14:12.462Z Downloaded mime v0.3.17
7542023-10-29T03:14:12.465Z Downloaded postcard-cobs v0.1.5-pre
7552023-10-29T03:14:12.469Z Downloaded lazy_static v1.4.0
7562023-10-29T03:14:12.473Z Downloaded foreign-types v0.5.0
7572023-10-29T03:14:12.477Z Downloaded bit_field v0.10.2
7582023-10-29T03:14:12.480Z Downloaded ghash v0.5.0
7592023-10-29T03:14:12.486Z Downloaded anstyle v1.0.2
7602023-10-29T03:14:12.489Z Downloaded macaddr v1.0.1
7612023-10-29T03:14:12.492Z Downloaded tap v1.0.1
7622023-10-29T03:14:12.495Z Downloaded byteorder v1.5.0
7632023-10-29T03:14:12.498Z Downloaded pkg-config v0.3.27
7642023-10-29T03:14:12.501Z Downloaded argon2 v0.5.2
7652023-10-29T03:14:12.504Z Downloaded async-trait v0.1.74
7662023-10-29T03:14:12.512Z Downloaded dyn-clone v1.0.13
7672023-10-29T03:14:12.517Z Downloaded ident_case v1.0.1
7682023-10-29T03:14:12.519Z Downloaded vec_map v0.8.2
7692023-10-29T03:14:12.522Z Downloaded fxhash v0.2.1
7702023-10-29T03:14:12.525Z Downloaded instant v0.1.12
7712023-10-29T03:14:12.528Z Downloaded futures-sink v0.3.29
7722023-10-29T03:14:12.531Z Downloaded fallible-iterator v0.2.0
7732023-10-29T03:14:12.534Z Downloaded managed v0.8.0
7742023-10-29T03:14:12.536Z Downloaded glob v0.3.1
7752023-10-29T03:14:12.541Z Downloaded futures-executor v0.3.29
7762023-10-29T03:14:12.545Z Downloaded dtrace-parser v0.1.14
7772023-10-29T03:14:12.548Z Downloaded log v0.4.20
7782023-10-29T03:14:12.551Z Downloaded heck v0.3.3
7792023-10-29T03:14:12.554Z Downloaded endian-type v0.1.2
7802023-10-29T03:14:12.557Z Downloaded diesel_derives v2.1.1
7812023-10-29T03:14:12.560Z Downloaded russh-cryptovec v0.7.0
7822023-10-29T03:14:12.563Z Downloaded stringprep v0.1.3
7832023-10-29T03:14:12.566Z Downloaded strum v0.25.0
7842023-10-29T03:14:12.569Z Downloaded num_enum v0.5.11
7852023-10-29T03:14:12.580Z Downloaded either v1.9.0
7862023-10-29T03:14:12.583Z Downloaded itoa v1.0.9
7872023-10-29T03:14:12.586Z Downloaded getrandom v0.1.16
7882023-10-29T03:14:12.591Z Downloaded bincode v1.3.3
7892023-10-29T03:14:12.596Z Downloaded http-range v0.1.5
7902023-10-29T03:14:12.599Z Downloaded enum-as-inner v0.5.1
7912023-10-29T03:14:12.602Z Downloaded resolv-conf v0.7.0
7922023-10-29T03:14:12.606Z Downloaded keccak v0.1.4
7932023-10-29T03:14:12.610Z Downloaded dirs v5.0.1
7942023-10-29T03:14:12.614Z Downloaded ringbuffer v0.15.0
7952023-10-29T03:14:12.617Z Downloaded time-core v0.1.1
7962023-10-29T03:14:12.619Z Downloaded ucd-trie v0.1.6
7972023-10-29T03:14:12.623Z Downloaded sct v0.7.0
7982023-10-29T03:14:12.632Z Downloaded jobserver v0.1.26
7992023-10-29T03:14:12.636Z Downloaded spin v0.5.2
8002023-10-29T03:14:12.641Z Downloaded usdt-impl v0.3.5
8012023-10-29T03:14:12.665Z Downloaded slog-dtrace v0.2.3
8022023-10-29T03:14:12.670Z Downloaded zerocopy v0.6.4
8032023-10-29T03:14:12.673Z Downloaded same-file v1.0.6
8042023-10-29T03:14:12.679Z Downloaded httpdate v1.0.3
8052023-10-29T03:14:12.684Z Downloaded const_format v0.2.31
8062023-10-29T03:14:12.687Z Downloaded toolchain_find v0.2.0
8072023-10-29T03:14:12.690Z Downloaded try-lock v0.2.4
8082023-10-29T03:14:12.693Z Downloaded dirs-next v2.0.0
8092023-10-29T03:14:12.696Z Downloaded russh-keys v0.38.0
8102023-10-29T03:14:12.699Z Downloaded structopt-derive v0.4.18
8112023-10-29T03:14:12.702Z Downloaded structmeta-derive v0.1.6
8122023-10-29T03:14:12.707Z Downloaded schemars v0.8.13
8132023-10-29T03:14:12.710Z Downloaded schemars_derive v0.8.13
8142023-10-29T03:14:12.714Z Downloaded slog-bunyan v2.4.0
8152023-10-29T03:14:12.716Z Downloaded unicase v2.7.0
8162023-10-29T03:14:12.719Z Downloaded half v1.8.2
8172023-10-29T03:14:12.723Z Downloaded is-terminal v0.4.9
8182023-10-29T03:14:12.726Z Downloaded heck v0.4.1
8192023-10-29T03:14:12.729Z Downloaded signal-hook-registry v1.4.1
8202023-10-29T03:14:12.731Z Downloaded futures-core v0.3.29
8212023-10-29T03:14:12.734Z Downloaded strsim v0.10.0
8222023-10-29T03:14:12.737Z Downloaded httparse v1.8.0
8232023-10-29T03:14:12.745Z Downloaded difflib v0.4.0
8242023-10-29T03:14:12.748Z Downloaded unsafe-libyaml v0.2.9
8252023-10-29T03:14:12.751Z Downloaded zeroize_derive v1.4.2
8262023-10-29T03:14:12.754Z Downloaded sha2 v0.10.8
8272023-10-29T03:14:12.759Z Downloaded scopeguard v1.2.0
8282023-10-29T03:14:12.761Z Downloaded hyper-tls v0.5.0
8292023-10-29T03:14:12.764Z Downloaded hyper-staticfile v0.9.5
8302023-10-29T03:14:12.768Z Downloaded want v0.3.1
8312023-10-29T03:14:12.771Z Downloaded equivalent v1.0.1
8322023-10-29T03:14:12.774Z Downloaded futures-task v0.3.29
8332023-10-29T03:14:12.777Z Downloaded serde_repr v0.1.16
8342023-10-29T03:14:12.780Z Downloaded thread-id v4.2.0
8352023-10-29T03:14:12.783Z Downloaded parking_lot_core v0.9.8
8362023-10-29T03:14:12.786Z Downloaded url v2.4.1
8372023-10-29T03:14:12.792Z Downloaded structmeta v0.1.6
8382023-10-29T03:14:12.795Z Downloaded tokio-stream v0.1.14
8392023-10-29T03:14:12.802Z Downloaded semver v0.11.0
8402023-10-29T03:14:12.805Z Downloaded take_mut v0.2.2
8412023-10-29T03:14:12.808Z Downloaded serde_arrays v0.1.0
8422023-10-29T03:14:12.812Z Downloaded tokio-util v0.7.10
8432023-10-29T03:14:12.823Z Downloaded iana-time-zone v0.1.57
8442023-10-29T03:14:12.827Z Downloaded textwrap v0.11.0
8452023-10-29T03:14:12.830Z Downloaded http-body v0.4.5
8462023-10-29T03:14:12.833Z Downloaded hashlink v0.8.3
8472023-10-29T03:14:12.836Z Downloaded strum_macros v0.25.2
8482023-10-29T03:14:12.841Z Downloaded group v0.13.0
8492023-10-29T03:14:12.844Z Downloaded hash32 v0.2.1
8502023-10-29T03:14:12.848Z Downloaded futures-macro v0.3.29
8512023-10-29T03:14:12.851Z Downloaded ryu v1.0.15
8522023-10-29T03:14:12.855Z Downloaded float-cmp v0.9.0
8532023-10-29T03:14:12.858Z Downloaded rand_chacha v0.3.1
8542023-10-29T03:14:12.861Z Downloaded serde_path_to_error v0.1.14
8552023-10-29T03:14:12.864Z Downloaded fnv v1.0.7
8562023-10-29T03:14:12.866Z Downloaded smf v0.2.2
8572023-10-29T03:14:12.869Z Downloaded serde_with_macros v2.3.3
8582023-10-29T03:14:12.872Z Downloaded tokio-rustls v0.24.1
8592023-10-29T03:14:12.876Z Downloaded form_urlencoded v1.2.0
8602023-10-29T03:14:12.879Z Downloaded tracing-core v0.1.31
8612023-10-29T03:14:12.883Z Downloaded futures-channel v0.3.29
8622023-10-29T03:14:12.888Z Downloaded tungstenite v0.20.1
8632023-10-29T03:14:12.894Z Downloaded getrandom v0.2.10
8642023-10-29T03:14:12.900Z Downloaded serde_derive_internals v0.26.0
8652023-10-29T03:14:12.904Z Downloaded serde_derive v1.0.188
8662023-10-29T03:14:12.910Z Downloaded russh v0.38.0
8672023-10-29T03:14:12.919Z Downloaded socket2 v0.5.4
8682023-10-29T03:14:12.923Z Downloaded trust-dns-resolver v0.22.0
8692023-10-29T03:14:12.938Z Downloaded vsss-rs v3.3.1
8702023-10-29T03:14:12.944Z Downloaded trust-dns-client v0.22.0
8712023-10-29T03:14:12.948Z Downloaded headers v0.3.9
8722023-10-29T03:14:12.959Z Downloaded serde v1.0.188
8732023-10-29T03:14:12.966Z Downloaded heapless v0.7.16
8742023-10-29T03:14:12.974Z Downloaded hashbrown v0.13.2
8752023-10-29T03:14:12.984Z Downloaded toml_edit v0.20.0
8762023-10-29T03:14:13.018Z Downloaded flate2 v1.0.28
8772023-10-29T03:14:13.028Z Downloaded http v0.2.9
8782023-10-29T03:14:13.036Z Downloaded rusqlite v0.29.0
8792023-10-29T03:14:13.049Z Downloaded h2 v0.3.21
8802023-10-29T03:14:13.063Z Downloaded futures-util v0.3.29
8812023-10-29T03:14:13.087Z Downloaded reqwest v0.11.20
8822023-10-29T03:14:13.103Z Downloaded serde_json v1.0.107
8832023-10-29T03:14:13.120Z Downloaded rustls-webpki v0.101.7
8842023-10-29T03:14:13.149Z Downloaded vcpkg v0.2.15
8852023-10-29T03:14:13.231Z Downloaded smoltcp v0.8.2
8862023-10-29T03:14:13.244Z Downloaded winnow v0.5.15
8872023-10-29T03:14:13.260Z Downloaded hyper v0.14.27
8882023-10-29T03:14:13.278Z Downloaded rustls v0.21.8
8892023-10-29T03:14:13.301Z Downloaded syn v1.0.109
8902023-10-29T03:14:13.323Z Downloaded rustix v0.38.9
8912023-10-29T03:14:13.362Z Downloaded smoltcp v0.9.1
8922023-10-29T03:14:13.382Z Downloaded webpki-roots v0.25.2
8932023-10-29T03:14:13.389Z Downloaded idna v0.2.3
8942023-10-29T03:14:13.401Z Downloaded regex-syntax v0.6.29
8952023-10-29T03:14:13.415Z Downloaded trust-dns-proto v0.22.0
8962023-10-29T03:14:13.437Z Downloaded regex-syntax v0.7.5
8972023-10-29T03:14:13.453Z Downloaded bzip2-sys v0.1.11+1.0.8
8982023-10-29T03:14:13.478Z Downloaded zerocopy-derive v0.6.4
8992023-10-29T03:14:13.496Z Downloaded idna v0.4.0
9002023-10-29T03:14:13.509Z Downloaded openapiv3 v1.0.3
9012023-10-29T03:14:13.532Z Downloaded zerocopy-derive v0.2.0
9022023-10-29T03:14:13.549Z Downloaded sled v0.34.7
9032023-10-29T03:14:13.568Z Downloaded sha3 v0.10.8
9042023-10-29T03:14:13.582Z Downloaded bstr v0.2.17
9052023-10-29T03:14:13.600Z Downloaded rustix v0.37.23
9062023-10-29T03:14:13.636Z Downloaded object v0.32.1
9072023-10-29T03:14:13.654Z Downloaded regex-automata v0.3.8
9082023-10-29T03:14:13.685Z Downloaded libc v0.2.149
9092023-10-29T03:14:13.734Z Downloaded winapi v0.3.9
9102023-10-29T03:14:13.810Z Downloaded tokio v1.33.0
9112023-10-29T03:14:13.908Z Downloaded regex v1.9.5
9122023-10-29T03:14:13.937Z Downloaded diesel v2.1.3
9132023-10-29T03:14:13.973Z Downloaded regress v0.7.1
9142023-10-29T03:14:13.988Z Downloaded gimli v0.28.0
9152023-10-29T03:14:14.009Z Downloaded openssl v0.10.57
9162023-10-29T03:14:14.030Z Downloaded curve25519-dalek v4.1.0
9172023-10-29T03:14:14.050Z Downloaded radix_trie v0.2.1
9182023-10-29T03:14:14.061Z Downloaded encoding_rs v0.8.33
9192023-10-29T03:14:14.108Z Downloaded nix v0.26.2
9202023-10-29T03:14:14.131Z Downloaded chrono v0.4.31
9212023-10-29T03:14:14.145Z Downloaded hkdf v0.12.3
9222023-10-29T03:14:14.158Z Downloaded clap v2.34.0
9232023-10-29T03:14:14.169Z Downloaded libgit2-sys v0.15.2+1.6.4
9242023-10-29T03:14:14.285Z Downloaded bitvec v1.0.1
9252023-10-29T03:14:14.316Z Downloaded syn v2.0.32
9262023-10-29T03:14:14.339Z Downloaded git2 v0.17.2
9272023-10-29T03:14:14.353Z Downloaded serde_with v2.3.3
9282023-10-29T03:14:14.364Z Downloaded itertools v0.11.0
9292023-10-29T03:14:14.380Z Downloaded itertools v0.10.5
9302023-10-29T03:14:14.391Z Downloaded time v0.3.27
9312023-10-29T03:14:14.405Z Downloaded aho-corasick v1.0.4
9322023-10-29T03:14:14.416Z Downloaded libz-sys v1.1.12
9332023-10-29T03:14:14.535Z Downloaded toml_edit v0.19.15
9342023-10-29T03:14:14.571Z Downloaded indexmap v1.9.3
9352023-10-29T03:14:14.578Z Downloaded ring v0.17.5
9362023-10-29T03:14:14.714Z Downloaded trust-dns-server v0.22.1
9372023-10-29T03:14:14.733Z Downloaded unicode-normalization v0.1.22
9382023-10-29T03:14:14.737Z Downloaded num-bigint v0.4.4
9392023-10-29T03:14:14.745Z Downloaded hashbrown v0.14.0
9402023-10-29T03:14:14.759Z Downloaded aes-gcm v0.10.3
9412023-10-29T03:14:14.764Z Downloaded rand v0.7.3
9422023-10-29T03:14:14.775Z Downloaded regex-automata v0.1.10
9432023-10-29T03:14:14.790Z Downloaded ring v0.16.20
9442023-10-29T03:14:14.957Z Downloaded libsqlite3-sys v0.26.0
9452023-10-29T03:14:15.101Z Downloaded rcgen v0.11.3
9462023-10-29T03:14:15.105Z Downloaded similar v2.2.1
9472023-10-29T03:14:15.114Z Downloaded ed25519-dalek v2.0.0
9482023-10-29T03:14:15.118Z Downloaded mio v0.8.8
9492023-10-29T03:14:15.127Z Downloaded aes v0.8.3
9502023-10-29T03:14:15.133Z Downloaded futures v0.3.29
9512023-10-29T03:14:15.142Z Downloaded hashbrown v0.12.3
9522023-10-29T03:14:15.149Z Downloaded zip v0.6.6
9532023-10-29T03:14:15.156Z Downloaded serde_yaml v0.9.25
9542023-10-29T03:14:15.163Z Downloaded home v0.5.5
9552023-10-29T03:14:15.166Z Downloaded twox-hash v1.6.3
9562023-10-29T03:14:15.168Z Downloaded tokio-native-tls v0.3.1
9572023-10-29T03:14:15.171Z Downloaded tokio-postgres v0.7.10
9582023-10-29T03:14:15.178Z Downloaded futures-io v0.3.29
9592023-10-29T03:14:15.180Z Downloaded smallvec v1.11.0
9602023-10-29T03:14:15.184Z Downloaded rand v0.8.5
9612023-10-29T03:14:15.188Z Downloaded r2d2 v0.8.10
9622023-10-29T03:14:15.193Z Downloaded xattr v1.0.1
9632023-10-29T03:14:15.195Z Downloaded wyz v0.5.1
9642023-10-29T03:14:15.199Z Downloaded funty v2.0.0
9652023-10-29T03:14:15.201Z Downloaded thiserror-no-std v2.0.2
9662023-10-29T03:14:15.204Z Downloaded terminal_size v0.2.6
9672023-10-29T03:14:15.207Z Downloaded subtle v2.5.0
9682023-10-29T03:14:15.211Z Downloaded hostname v0.3.1
9692023-10-29T03:14:15.213Z Downloaded inout v0.1.3
9702023-10-29T03:14:15.216Z Downloaded io-lifetimes v1.0.11
9712023-10-29T03:14:15.219Z Downloaded subprocess v0.2.9
9722023-10-29T03:14:15.222Z Downloaded spin v0.9.8
9732023-10-29T03:14:15.225Z Downloaded unicode-bidi v0.3.13
9742023-10-29T03:14:15.228Z Downloaded libm v0.2.7
9752023-10-29T03:14:15.243Z Downloaded unicode-segmentation v1.10.1
9762023-10-29T03:14:15.249Z Downloaded bstr v1.6.0
9772023-10-29T03:14:15.283Z Downloaded dirs-sys-next v0.1.2
9782023-10-29T03:14:15.288Z Downloaded secrecy v0.8.0
9792023-10-29T03:14:15.291Z Downloaded rand_core v0.6.4
9802023-10-29T03:14:15.294Z Downloaded rand_core v0.5.1
9812023-10-29T03:14:15.296Z Downloaded indexmap v2.0.0
9822023-10-29T03:14:15.299Z Downloaded fallible-streaming-iterator v0.1.9
9832023-10-29T03:14:15.302Z Downloaded signature v2.1.0
9842023-10-29T03:14:15.305Z Downloaded headers-core v0.2.0
9852023-10-29T03:14:15.309Z Downloaded ipnet v2.8.0
9862023-10-29T03:14:15.312Z Downloaded socket2 v0.4.9
9872023-10-29T03:14:15.315Z Downloaded memchr v2.6.3
9882023-10-29T03:14:15.318Z Downloaded synstructure v0.12.6
9892023-10-29T03:14:15.320Z Downloaded dirs-sys v0.4.1
9902023-10-29T03:14:15.324Z Downloaded walkdir v2.4.0
9912023-10-29T03:14:15.327Z Downloaded serde_urlencoded v0.7.1
9922023-10-29T03:14:15.331Z Downloaded serde_tokenstream v0.2.0
9932023-10-29T03:14:15.335Z Downloaded serde_tokenstream v0.1.7
9942023-10-29T03:14:15.338Z Downloaded hmac v0.12.1
9952023-10-29T03:14:15.340Z Downloaded unicode-ident v1.0.12
9962023-10-29T03:14:15.343Z Downloaded crossbeam-channel v0.5.8
9972023-10-29T03:14:15.346Z Downloaded structopt v0.3.26
9982023-10-29T03:14:15.351Z Downloaded slog v2.7.0
9992023-10-29T03:14:15.354Z Downloaded elliptic-curve v0.13.5
10002023-10-29T03:14:15.361Z Downloaded tracing v0.1.37
10012023-10-29T03:14:15.367Z Downloaded zerocopy v0.3.0
10022023-10-29T03:14:15.370Z Downloaded serde_spanned v0.6.3
10032023-10-29T03:14:15.373Z Downloaded universal-hash v0.5.1
10042023-10-29T03:14:15.376Z Downloaded unicode-xid v0.2.4
10052023-10-29T03:14:15.379Z Downloaded tokio-tungstenite v0.18.0
10062023-10-29T03:14:15.382Z Downloaded lalrpop-util v0.19.12
10072023-10-29T03:14:15.385Z Downloaded humantime v2.1.0
10082023-10-29T03:14:15.388Z Downloaded foreign-types-macros v0.2.3
10092023-10-29T03:14:15.390Z Downloaded ron v0.7.1
10102023-10-29T03:14:15.393Z Downloaded scheduled-thread-pool v0.2.7
10112023-10-29T03:14:15.396Z Downloaded rustversion v1.0.14
10122023-10-29T03:14:15.399Z Downloaded slab v0.4.9
10132023-10-29T03:14:15.402Z Downloaded strsim v0.8.0
10142023-10-29T03:14:15.405Z Downloaded predicates v3.0.4
10152023-10-29T03:14:15.408Z Downloaded siphasher v0.3.11
10162023-10-29T03:14:15.411Z Downloaded hyper-rustls v0.24.2
10172023-10-29T03:14:15.414Z Downloaded uuid v1.4.1
10182023-10-29T03:14:15.418Z Downloaded chacha20poly1305 v0.10.1
10192023-10-29T03:14:15.421Z Downloaded postcard v0.7.3
10202023-10-29T03:14:15.424Z Downloaded arc-swap v1.6.0
10212023-10-29T03:14:15.429Z Downloaded ipnetwork v0.20.0
10222023-10-29T03:14:15.432Z Downloaded static_assertions v1.1.0
10232023-10-29T03:14:15.435Z Downloaded slog-async v2.8.0
10242023-10-29T03:14:15.438Z Downloaded yasna v0.5.2
10252023-10-29T03:14:15.441Z Downloaded slog-json v2.6.1
10262023-10-29T03:14:15.445Z Downloaded zone_cfg_derive v0.2.0
10272023-10-29T03:14:15.447Z Downloaded time-macros v0.2.13
10282023-10-29T03:14:15.450Z Downloaded rustls-native-certs v0.6.3
10292023-10-29T03:14:15.452Z Downloaded zeroize v1.6.0
10302023-10-29T03:14:15.455Z Downloaded thread_local v1.1.7
10312023-10-29T03:14:15.458Z Downloaded digest v0.10.7
10322023-10-29T03:14:15.461Z Downloaded zone v0.2.0
10332023-10-29T03:14:15.464Z Downloaded sha1 v0.10.5
10342023-10-29T03:14:15.470Z Downloaded hubpack_derive v0.1.1
10352023-10-29T03:14:15.473Z Downloaded hubpack v0.1.2
10362023-10-29T03:14:15.476Z Downloaded tokio-macros v2.1.0
10372023-10-29T03:14:15.479Z Downloaded rustls-pemfile v1.0.3
10382023-10-29T03:14:15.481Z Downloaded slog-stdlog v4.1.1
10392023-10-29T03:14:15.485Z Downloaded slog-scope v4.4.0
10402023-10-29T03:14:15.488Z Downloaded rustfmt-wrapper v0.2.0
10412023-10-29T03:14:15.491Z Downloaded hex-literal v0.4.1
10422023-10-29T03:14:15.493Z Downloaded hex v0.4.3
10432023-10-29T03:14:15.496Z Downloaded env_logger v0.9.3
10442023-10-29T03:14:15.499Z Downloaded toml v0.8.0
10452023-10-29T03:14:15.502Z Downloaded toml v0.7.8
10462023-10-29T03:14:15.505Z Downloaded base64 v0.21.5
10472023-10-29T03:14:15.508Z Downloaded crypto-bigint v0.5.2
10482023-10-29T03:14:15.512Z Downloaded pest v2.7.2
10492023-10-29T03:14:15.521Z Downloaded tungstenite v0.18.0
10502023-10-29T03:14:15.526Z Downloaded utf8parse v0.2.1
10512023-10-29T03:14:15.528Z Downloaded untrusted v0.7.1
10522023-10-29T03:14:15.531Z Downloaded toml v0.5.11
10532023-10-29T03:14:15.534Z Downloaded vergen v8.2.4
10542023-10-29T03:14:15.538Z Downloaded crossbeam-epoch v0.9.15
10552023-10-29T03:14:15.543Z Downloaded parking_lot v0.11.2
10562023-10-29T03:14:15.546Z Downloaded backtrace v0.3.69
10572023-10-29T03:14:15.555Z Downloaded slog-term v2.9.0
10582023-10-29T03:14:15.559Z Downloaded utf-8 v0.7.6
10592023-10-29T03:14:15.562Z Downloaded slog-envlogger v2.2.0
10602023-10-29T03:14:15.565Z Downloaded miniz_oxide v0.7.1
10612023-10-29T03:14:15.568Z Downloaded quote v1.0.33
10622023-10-29T03:14:15.571Z Downloaded polyval v0.6.1
10632023-10-29T03:14:15.574Z Downloaded platforms v3.0.2
10642023-10-29T03:14:15.577Z Downloaded num_enum v0.7.0
10652023-10-29T03:14:15.585Z Downloaded spki v0.7.2
10662023-10-29T03:14:15.589Z Downloaded der v0.7.8
10672023-10-29T03:14:15.597Z Downloaded semver v1.0.20
10682023-10-29T03:14:15.601Z Downloaded base64 v0.13.1
10692023-10-29T03:14:15.606Z Downloaded addr2line v0.21.0
10702023-10-29T03:14:15.610Z Downloaded tar v0.4.40
10712023-10-29T03:14:15.615Z Downloaded darling_core v0.20.3
10722023-10-29T03:14:15.623Z Downloaded dof v0.1.5
10732023-10-29T03:14:15.626Z Downloaded whoami v1.4.1
10742023-10-29T03:14:15.632Z Downloaded term v0.7.0
10752023-10-29T03:14:15.635Z Downloaded tempfile v3.8.0
10762023-10-29T03:14:15.638Z Downloaded semver-parser v0.10.2
10772023-10-29T03:14:15.641Z Downloaded derive_more v0.99.17
10782023-10-29T03:14:15.648Z Downloaded errno v0.3.2
10792023-10-29T03:14:15.650Z Downloaded erased-serde v0.3.30
10802023-10-29T03:14:15.654Z Downloaded lock_api v0.4.10
10812023-10-29T03:14:15.656Z Downloaded bytes v1.5.0
10822023-10-29T03:14:15.662Z Downloaded typenum v1.16.0
10832023-10-29T03:14:15.667Z Downloaded ed25519 v2.2.2
10842023-10-29T03:14:15.670Z Downloaded usdt-macro v0.3.5
10852023-10-29T03:14:15.674Z Downloaded usdt-attr-macro v0.3.5
10862023-10-29T03:14:15.678Z Downloaded version_check v0.9.4
10872023-10-29T03:14:15.681Z Downloaded getopts v0.2.21
10882023-10-29T03:14:15.684Z Downloaded generic-array v0.14.7
10892023-10-29T03:14:15.687Z Downloaded ciborium v0.2.1
10902023-10-29T03:14:15.691Z Downloaded tracing-attributes v0.1.26
10912023-10-29T03:14:15.694Z Downloaded tokio-tungstenite v0.20.1
10922023-10-29T03:14:15.697Z Downloaded tinyvec v1.6.0
10932023-10-29T03:14:15.701Z Downloaded string_cache v0.8.7
10942023-10-29T03:14:15.703Z Downloaded ff v0.13.0
10952023-10-29T03:14:15.707Z Downloaded stable_deref_trait v1.2.0
10962023-10-29T03:14:15.710Z Downloaded fixedbitset v0.4.2
10972023-10-29T03:14:15.713Z Downloaded filetime v0.2.22
10982023-10-29T03:14:15.716Z Downloaded fastrand v2.0.0
10992023-10-29T03:14:15.720Z Downloaded toml_datetime v0.6.3
11002023-10-29T03:14:15.723Z Downloaded bitflags v2.4.0
11012023-10-29T03:14:15.726Z Downloaded backoff v0.4.0
11022023-10-29T03:14:15.735Z Downloaded ascii v1.1.0
11032023-10-29T03:14:15.738Z Downloaded ansi_term v0.12.1
11042023-10-29T03:14:15.742Z Downloaded aes-gcm-siv v0.11.1
11052023-10-29T03:14:15.745Z Downloaded multer v2.1.0
11062023-10-29T03:14:15.748Z Downloaded waitgroup v0.1.2
11072023-10-29T03:14:15.751Z Downloaded cancel-safe-futures v0.1.5
11082023-10-29T03:14:15.754Z Downloaded rustc-demangle v0.1.23
11092023-10-29T03:14:15.756Z Downloaded proc-macro-error v1.0.4
11102023-10-29T03:14:15.759Z Downloaded postgres-protocol v0.6.6
11112023-10-29T03:14:15.762Z Downloaded poly1305 v0.8.0
11122023-10-29T03:14:15.765Z Downloaded once_cell v1.18.0
11132023-10-29T03:14:15.768Z Downloaded proc-macro2 v1.0.67
11142023-10-29T03:14:15.771Z Downloaded anyhow v1.0.75
11152023-10-29T03:14:15.774Z Downloaded base64ct v1.6.0
11162023-10-29T03:14:15.776Z Downloaded async-recursion v1.0.5
11172023-10-29T03:14:15.779Z Downloaded paste v1.0.14
11182023-10-29T03:14:15.782Z Downloaded ahash v0.8.3
11192023-10-29T03:14:15.784Z Downloaded cipher v0.4.4
11202023-10-29T03:14:15.790Z Downloaded bitflags v1.3.2
11212023-10-29T03:14:15.793Z Downloaded predicates-core v1.0.6
11222023-10-29T03:14:15.796Z Downloaded pkcs8 v0.10.2
11232023-10-29T03:14:15.799Z Downloaded pem v1.1.1
11242023-10-29T03:14:15.802Z Downloaded usdt v0.3.5
11252023-10-29T03:14:15.805Z Downloaded unicode-width v0.1.11
11262023-10-29T03:14:15.808Z Downloaded tower-service v0.3.2
11272023-10-29T03:14:15.810Z Downloaded num-traits v0.2.16
11282023-10-29T03:14:15.814Z Downloaded const-oid v0.9.5
11292023-10-29T03:14:15.818Z Downloaded foreign-types-shared v0.3.1
11302023-10-29T03:14:15.822Z Downloaded foreign-types v0.3.2
11312023-10-29T03:14:15.825Z Downloaded libefi-sys v0.1.0
11322023-10-29T03:14:15.829Z Downloaded bit-set v0.5.3
11332023-10-29T03:14:15.832Z Downloaded thiserror v1.0.49
11342023-10-29T03:14:15.834Z Downloaded termcolor v1.2.0
11352023-10-29T03:14:15.837Z Downloaded password-hash v0.5.0
11362023-10-29T03:14:15.840Z Downloaded quick-error v1.2.3
11372023-10-29T03:14:15.843Z Downloaded blake2 v0.10.6
11382023-10-29T03:14:15.846Z Downloaded num-complex v0.4.4
11392023-10-29T03:14:15.848Z Downloaded rustc_version v0.4.0
11402023-10-29T03:14:15.851Z Downloaded ppv-lite86 v0.2.17
11412023-10-29T03:14:15.854Z Downloaded cbc v0.1.2
11422023-10-29T03:14:15.857Z Downloaded radium v0.7.0
11432023-10-29T03:14:15.860Z Downloaded num-rational v0.4.1
11442023-10-29T03:14:15.862Z Downloaded num-iter v0.1.43
11452023-10-29T03:14:15.865Z Downloaded num-integer v0.1.45
11462023-10-29T03:14:15.868Z Downloaded foreign-types-shared v0.1.1
11472023-10-29T03:14:15.871Z Downloaded untrusted v0.9.0
11482023-10-29T03:14:15.874Z Downloaded chacha20 v0.9.1
11492023-10-29T03:14:15.877Z Downloaded async-stream v0.3.5
11502023-10-29T03:14:15.879Z Downloaded anstream v0.5.0
11512023-10-29T03:14:15.882Z Downloaded bitstruct_derive v0.1.0
11522023-10-29T03:14:15.885Z Downloaded pbkdf2 v0.12.2
11532023-10-29T03:14:15.888Z Downloaded bit-vec v0.6.3
11542023-10-29T03:14:15.891Z Downloaded adler v1.0.2
11552023-10-29T03:14:15.894Z Downloaded rand_chacha v0.2.2
11562023-10-29T03:14:15.897Z Downloaded mime_guess v2.0.4
11572023-10-29T03:14:15.900Z Downloaded pretty-hex v0.3.0
11582023-10-29T03:14:15.902Z Downloaded opaque-debug v0.3.0
11592023-10-29T03:14:15.905Z Downloaded tinyvec_macros v0.1.1
11602023-10-29T03:14:15.908Z Downloaded console v0.15.7
11612023-10-29T03:14:15.911Z Downloaded openssl-macros v0.1.1
11622023-10-29T03:14:15.913Z Downloaded petgraph v0.6.4
11632023-10-29T03:14:15.916Z Downloaded thiserror-impl v1.0.49
11642023-10-29T03:14:15.919Z Downloaded matches v0.1.10
11652023-10-29T03:14:15.922Z Downloaded anstyle-parse v0.2.1
11662023-10-29T03:14:15.924Z Downloaded async-stream-impl v0.3.5
11672023-10-29T03:14:15.928Z Downloaded num-derive v0.4.0
11682023-10-29T03:14:15.931Z Downloaded native-tls v0.2.11
11692023-10-29T03:14:15.934Z Downloaded bcrypt-pbkdf v0.10.0
11702023-10-29T03:14:15.937Z Downloaded block-buffer v0.10.4
11712023-10-29T03:14:15.939Z Downloaded atomic-waker v1.1.1
11722023-10-29T03:14:15.943Z Downloaded num_enum_derive v0.5.11
11732023-10-29T03:14:15.946Z Downloaded memoffset v0.9.0
11742023-10-29T03:14:15.949Z Downloaded deranged v0.3.8
11752023-10-29T03:14:15.952Z Downloaded crc32fast v1.3.2
11762023-10-29T03:14:15.955Z Downloaded postgres-types v0.2.6
11772023-10-29T03:14:15.958Z Downloaded pbkdf2 v0.11.0
11782023-10-29T03:14:15.961Z Downloaded memoffset v0.7.1
11792023-10-29T03:14:15.964Z Downloaded ctr v0.9.2
11802023-10-29T03:14:15.967Z Downloaded pest_generator v2.7.2
11812023-10-29T03:14:15.971Z Downloaded ciborium-io v0.2.1
11822023-10-29T03:14:15.975Z Downloaded bitstruct v0.1.1
11832023-10-29T03:14:15.983Z Downloaded base16ct v0.2.0
11842023-10-29T03:14:15.985Z Downloaded aead v0.5.2
11852023-10-29T03:14:15.988Z Downloaded nibble_vec v0.1.0
11862023-10-29T03:14:15.991Z Downloaded new_debug_unreachable v1.0.4
11872023-10-29T03:14:15.994Z Downloaded pest_derive v2.7.2
11882023-10-29T03:14:15.999Z Downloaded num_enum_derive v0.7.0
11892023-10-29T03:14:16.002Z Downloaded cstr-argument v0.1.2
11902023-10-29T03:14:16.006Z Downloaded autocfg v1.1.0
11912023-10-29T03:14:16.008Z Downloaded pretty-hex v0.2.1
11922023-10-29T03:14:16.012Z Downloaded parse-display v0.7.0
11932023-10-29T03:14:16.015Z Downloaded parking_lot v0.12.1
11942023-10-29T03:14:16.018Z Downloaded openssl-sys v0.9.93
11952023-10-29T03:14:16.021Z Downloaded pin-utils v0.1.0
11962023-10-29T03:14:16.023Z Downloaded num v0.4.1
11972023-10-29T03:14:16.026Z Downloaded lru-cache v0.1.2
11982023-10-29T03:14:16.029Z Downloaded const_format_proc_macros v0.2.31
11992023-10-29T03:14:16.032Z Downloaded clap_lex v0.5.1
12002023-10-29T03:14:16.035Z Downloaded phf_shared v0.10.0
12012023-10-29T03:14:16.038Z Downloaded phf v0.11.2
12022023-10-29T03:14:16.041Z Downloaded percent-encoding v2.3.0
12032023-10-29T03:14:16.043Z Downloaded pem v3.0.2
12042023-10-29T03:14:16.046Z Downloaded password-hash v0.4.2
12052023-10-29T03:14:16.049Z Downloaded curve25519-dalek-derive v0.1.0
12062023-10-29T03:14:16.052Z Downloaded atty v0.2.14
12072023-10-29T03:14:16.055Z Downloaded atomicwrites v0.4.2
12082023-10-29T03:14:16.057Z Downloaded anstyle-query v1.0.0
12092023-10-29T03:14:16.060Z Downloaded num_threads v0.1.6
12102023-10-29T03:14:16.063Z Downloaded normalize-line-endings v0.3.0
12112023-10-29T03:14:16.066Z Downloaded md5 v0.7.0
12122023-10-29T03:14:16.068Z Downloaded darling v0.20.3
12132023-10-29T03:14:16.075Z Downloaded colored v2.0.4
12142023-10-29T03:14:16.078Z Downloaded parse-display-derive v0.7.0
12152023-10-29T03:14:16.081Z Downloaded parking_lot_core v0.8.6
12162023-10-29T03:14:16.083Z Downloaded option-ext v0.2.0
12172023-10-29T03:14:16.087Z Downloaded darling_macro v0.20.3
12182023-10-29T03:14:16.090Z Downloaded clap_builder v4.4.2
12192023-10-29T03:14:16.094Z Downloaded crucible-workspace-hack v0.1.0
12202023-10-29T03:14:16.097Z Downloaded crossbeam-utils v0.8.16
12212023-10-29T03:14:16.101Z Downloaded cpufeatures v0.2.9
12222023-10-29T03:14:16.105Z Downloaded convert_case v0.4.0
12232023-10-29T03:14:16.108Z Downloaded colorchoice v1.0.0
12242023-10-29T03:14:16.112Z Downloaded clap_derive v4.4.2
12252023-10-29T03:14:16.115Z Downloaded cfg-if v0.1.10
12262023-10-29T03:14:16.117Z Downloaded cc v1.0.83
12272023-10-29T03:14:16.120Z Downloaded block-padding v0.3.3
12282023-10-29T03:14:16.123Z Downloaded allocator-api2 v0.2.16
12292023-10-29T03:14:16.126Z Downloaded bzip2 v0.4.4
12302023-10-29T03:14:16.525Z Compiling proc-macro2 v1.0.67
12312023-10-29T03:14:16.530Z Compiling unicode-ident v1.0.12
12322023-10-29T03:14:16.535Z Compiling libc v0.2.149
12332023-10-29T03:14:16.538Z Compiling serde v1.0.188
12342023-10-29T03:14:16.541Z Compiling version_check v0.9.4
12352023-10-29T03:14:16.544Z Compiling autocfg v1.1.0
12362023-10-29T03:14:16.548Z Compiling cfg-if v1.0.0
12372023-10-29T03:14:16.768Z Compiling syn v1.0.109
12382023-10-29T03:14:16.771Z Compiling typenum v1.16.0
12392023-10-29T03:14:17.536Z Compiling generic-array v0.14.7
12402023-10-29T03:14:17.616Z Compiling lock_api v0.4.10
12412023-10-29T03:14:18.377Z Compiling once_cell v1.18.0
12422023-10-29T03:14:18.496Z Compiling thiserror v1.0.49
12432023-10-29T03:14:18.534Z Compiling libm v0.2.7
12442023-10-29T03:14:18.589Z Compiling parking_lot_core v0.9.8
12452023-10-29T03:14:18.890Z Compiling num-traits v0.2.16
12462023-10-29T03:14:19.086Z Compiling itoa v1.0.9
12472023-10-29T03:14:19.190Z Compiling memchr v2.6.3
12482023-10-29T03:14:19.384Z Compiling futures-core v0.3.29
12492023-10-29T03:14:19.491Z Compiling ahash v0.8.3
12502023-10-29T03:14:19.960Z Compiling serde_json v1.0.107
12512023-10-29T03:14:19.985Z Compiling log v0.4.20
12522023-10-29T03:14:20.192Z Compiling quote v1.0.33
12532023-10-29T03:14:20.443Z Compiling slab v0.4.9
12542023-10-29T03:14:20.652Z Compiling futures-channel v0.3.29
12552023-10-29T03:14:20.753Z Compiling futures-task v0.3.29
12562023-10-29T03:14:20.878Z Compiling syn v2.0.32
12572023-10-29T03:14:21.331Z Compiling getrandom v0.2.10
12582023-10-29T03:14:21.519Z Compiling jobserver v0.1.26
12592023-10-29T03:14:21.754Z Compiling futures-util v0.3.29
12602023-10-29T03:14:21.891Z Compiling pkg-config v0.3.27
12612023-10-29T03:14:21.970Z Compiling cc v1.0.83
12622023-10-29T03:14:21.996Z Compiling rand_core v0.6.4
12632023-10-29T03:14:22.623Z Compiling ryu v1.0.15
12642023-10-29T03:14:22.970Z Compiling vcpkg v0.2.15
12652023-10-29T03:14:23.191Z Compiling scopeguard v1.2.0
12662023-10-29T03:14:23.316Z Compiling allocator-api2 v0.2.16
12672023-10-29T03:14:23.393Z Compiling schemars v0.8.13
12682023-10-29T03:14:23.957Z Compiling heck v0.4.1
12692023-10-29T03:14:24.667Z Compiling hashbrown v0.14.0
12702023-10-29T03:14:24.753Z Compiling equivalent v1.0.1
12712023-10-29T03:14:24.913Z Compiling smallvec v1.11.0
12722023-10-29T03:14:25.612Z Compiling byteorder v1.5.0
12732023-10-29T03:14:26.132Z Compiling httparse v1.8.0
12742023-10-29T03:14:26.405Z Compiling fnv v1.0.7
12752023-10-29T03:14:26.627Z Compiling iana-time-zone v0.1.57
12762023-10-29T03:14:26.733Z Compiling pin-project-lite v0.2.13
12772023-10-29T03:14:26.776Z Compiling semver v1.0.20
12782023-10-29T03:14:27.000Z Compiling ring v0.16.20
12792023-10-29T03:14:27.333Z Compiling ring v0.17.5
12802023-10-29T03:14:27.496Z Compiling subtle v2.5.0
12812023-10-29T03:14:27.763Z Compiling parking_lot v0.12.1
12822023-10-29T03:14:27.954Z Compiling indexmap v1.9.3
12832023-10-29T03:14:28.079Z Compiling time-core v0.1.1
12842023-10-29T03:14:28.170Z Compiling tinyvec_macros v0.1.1
12852023-10-29T03:14:28.306Z Compiling dyn-clone v1.0.13
12862023-10-29T03:14:28.349Z Compiling time-macros v0.2.13
12872023-10-29T03:14:28.414Z Compiling tinyvec v1.6.0
12882023-10-29T03:14:28.648Z Compiling openssl-sys v0.9.93
12892023-10-29T03:14:29.064Z Compiling socket2 v0.5.4
12902023-10-29T03:14:29.409Z Compiling num_cpus v1.16.0
12912023-10-29T03:14:29.595Z Compiling signal-hook-registry v1.4.1
12922023-10-29T03:14:30.004Z Compiling mio v0.8.8
12932023-10-29T03:14:30.681Z Compiling unicode-bidi v0.3.13
12942023-10-29T03:14:30.935Z Compiling rustls v0.21.8
12952023-10-29T03:14:31.169Z Compiling unicode-normalization v0.1.22
12962023-10-29T03:14:31.561Z Compiling slog v2.7.0
12972023-10-29T03:14:32.320Z Compiling spin v0.5.2
12982023-10-29T03:14:32.408Z Compiling ucd-trie v0.1.6
12992023-10-29T03:14:32.687Z Compiling percent-encoding v2.3.0
13002023-10-29T03:14:33.050Z Compiling backtrace v0.3.69
13012023-10-29T03:14:33.290Z Compiling async-trait v0.1.74
13022023-10-29T03:14:33.319Z Compiling form_urlencoded v1.2.0
13032023-10-29T03:14:33.343Z Compiling aho-corasick v1.0.4
13042023-10-29T03:14:33.486Z Compiling serde_derive_internals v0.26.0
13052023-10-29T03:14:33.688Z Compiling regex-syntax v0.7.5
13062023-10-29T03:14:33.848Z Compiling openssl v0.10.57
13072023-10-29T03:14:34.087Z Compiling winnow v0.5.15
13082023-10-29T03:14:34.466Z Compiling anyhow v1.0.75
13092023-10-29T03:14:34.783Z Compiling pin-utils v0.1.0
13102023-10-29T03:14:34.911Z Compiling futures-sink v0.3.29
13112023-10-29T03:14:35.170Z Compiling idna v0.4.0
13122023-10-29T03:14:36.459Z Compiling native-tls v0.2.11
13132023-10-29T03:14:36.950Z Compiling url v2.4.1
13142023-10-29T03:14:37.733Z Compiling unicode-xid v0.2.4
13152023-10-29T03:14:38.701Z Compiling rustversion v1.0.14
13162023-10-29T03:14:39.065Z Compiling futures-io v0.3.29
13172023-10-29T03:14:39.558Z Compiling const-oid v0.9.5
13182023-10-29T03:14:40.391Z Compiling regex-automata v0.3.8
13192023-10-29T03:14:40.858Z Compiling hashbrown v0.13.2
13202023-10-29T03:14:41.756Z Compiling unicode-width v0.1.11
13212023-10-29T03:14:41.929Z Compiling synstructure v0.12.6
13222023-10-29T03:14:42.012Z Compiling cpufeatures v0.2.9
13232023-10-29T03:14:42.158Z Compiling crossbeam-utils v0.8.16
13242023-10-29T03:14:42.760Z Compiling tracing-core v0.1.31
13252023-10-29T03:14:42.786Z Compiling ppv-lite86 v0.2.17
13262023-10-29T03:14:42.892Z Compiling adler v1.0.2
13272023-10-29T03:14:43.258Z Compiling miniz_oxide v0.7.1
13282023-10-29T03:14:44.167Z Compiling rustix v0.38.9
13292023-10-29T03:14:44.621Z Compiling rand_chacha v0.3.1
13302023-10-29T03:14:45.309Z Compiling usdt-impl v0.3.5
13312023-10-29T03:14:45.785Z Compiling gimli v0.28.0
13322023-10-29T03:14:45.840Z Compiling bitflags v1.3.2
13332023-10-29T03:14:46.128Z Compiling rand v0.8.5
13342023-10-29T03:14:46.225Z Compiling object v0.32.1
13352023-10-29T03:14:46.331Z Compiling base64 v0.21.5
13362023-10-29T03:14:46.575Z Compiling num_threads v0.1.6
13372023-10-29T03:14:46.763Z Compiling deranged v0.3.8
13382023-10-29T03:14:47.283Z Compiling serde_derive v1.0.188
13392023-10-29T03:14:47.630Z Compiling zeroize_derive v1.4.2
13402023-10-29T03:14:48.137Z Compiling thiserror-impl v1.0.49
13412023-10-29T03:14:48.546Z Compiling tokio-macros v2.1.0
13422023-10-29T03:14:50.176Z Compiling futures-macro v0.3.29
13432023-10-29T03:14:50.205Z Compiling tracing-attributes v0.1.26
13442023-10-29T03:14:51.218Z Compiling schemars_derive v0.8.13
13452023-10-29T03:14:53.216Z Compiling zeroize v1.6.0
13462023-10-29T03:14:53.442Z Compiling pest v2.7.2
13472023-10-29T03:14:56.012Z Compiling openssl-macros v0.1.1
13482023-10-29T03:14:56.202Z Compiling crypto-common v0.1.6
13492023-10-29T03:14:56.369Z Compiling regex v1.9.5
13502023-10-29T03:14:56.503Z Compiling block-buffer v0.10.4
13512023-10-29T03:14:57.151Z Compiling digest v0.10.7
13522023-10-29T03:14:57.859Z Compiling pest_meta v2.7.2
13532023-10-29T03:14:58.273Z Compiling zerocopy-derive v0.2.0
13542023-10-29T03:14:58.348Z Compiling tracing v0.1.37
13552023-10-29T03:14:58.758Z Compiling addr2line v0.21.0
13562023-10-29T03:14:58.951Z Compiling rustc-demangle v0.1.23
13572023-10-29T03:15:00.009Z Compiling time v0.3.27
13582023-10-29T03:15:00.103Z Compiling spin v0.9.8
13592023-10-29T03:15:00.738Z Compiling pest_generator v2.7.2
13602023-10-29T03:15:00.766Z Compiling thread-id v4.2.0
13612023-10-29T03:15:03.968Z Compiling zerocopy v0.3.0
13622023-10-29T03:15:05.350Z Compiling dof v0.1.5
13632023-10-29T03:15:05.719Z Compiling pest_derive v2.7.2
13642023-10-29T03:15:06.465Z Compiling lazy_static v1.4.0
13652023-10-29T03:15:06.873Z Compiling dtrace-parser v0.1.14
13662023-10-29T03:15:06.898Z Compiling strum_macros v0.25.2
13672023-10-29T03:15:07.840Z Compiling untrusted v0.7.1
13682023-10-29T03:15:07.989Z Compiling strsim v0.10.0
13692023-10-29T03:15:10.072Z Compiling untrusted v0.9.0
13702023-10-29T03:15:10.208Z Compiling regress v0.7.1
13712023-10-29T03:15:10.353Z Compiling socket2 v0.4.9
13722023-10-29T03:15:10.696Z Compiling hashbrown v0.12.3
13732023-10-29T03:15:11.763Z Compiling bytes v1.5.0
13742023-10-29T03:15:12.094Z Compiling indexmap v2.0.0
13752023-10-29T03:15:12.510Z Compiling chrono v0.4.31
13762023-10-29T03:15:12.662Z Compiling uuid v1.4.1
13772023-10-29T03:15:13.489Z Compiling http v0.2.9
13782023-10-29T03:15:13.823Z Compiling tokio v1.33.0
13792023-10-29T03:15:14.182Z Compiling serde_spanned v0.6.3
13802023-10-29T03:15:14.573Z Compiling toml_datetime v0.6.3
13812023-10-29T03:15:15.361Z Compiling toml_edit v0.19.15
13822023-10-29T03:15:15.408Z Compiling bitflags v2.4.0
13832023-10-29T03:15:15.854Z Compiling rustc_version v0.4.0
13842023-10-29T03:15:16.114Z Compiling openapiv3 v1.0.3
13852023-10-29T03:15:19.589Z Compiling serde_tokenstream v0.1.7
13862023-10-29T03:15:19.693Z Compiling serde_tokenstream v0.2.0
13872023-10-29T03:15:20.153Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13882023-10-29T03:15:20.536Z Compiling sct v0.7.0
13892023-10-29T03:15:21.045Z Compiling httpdate v1.0.3
13902023-10-29T03:15:21.307Z Compiling usdt-macro v0.3.5
13912023-10-29T03:15:21.845Z Compiling usdt-attr-macro v0.3.5
13922023-10-29T03:15:21.918Z Compiling try-lock v0.2.4
13932023-10-29T03:15:22.141Z Compiling want v0.3.1
13942023-10-29T03:15:22.601Z Compiling http-body v0.4.5
13952023-10-29T03:15:23.278Z Compiling rustls-pemfile v1.0.3
13962023-10-29T03:15:23.403Z Compiling openssl-probe v0.1.5
13972023-10-29T03:15:23.456Z Compiling mime v0.3.17
13982023-10-29T03:15:23.950Z Compiling foreign-types-shared v0.1.1
13992023-10-29T03:15:23.984Z Compiling tower-service v0.3.2
14002023-10-29T03:15:24.165Z Compiling foreign-types v0.3.2
14012023-10-29T03:15:24.306Z Compiling errno v0.3.2
14022023-10-29T03:15:24.496Z Compiling ipnet v2.8.0
14032023-10-29T03:15:24.804Z Compiling getopts v0.2.21
14042023-10-29T03:15:24.925Z Compiling encoding_rs v0.8.33
14052023-10-29T03:15:26.259Z Compiling unsafe-libyaml v0.2.9
14062023-10-29T03:15:26.667Z Compiling rustls-native-certs v0.6.3
14072023-10-29T03:15:26.719Z Compiling serde_urlencoded v0.7.1
14082023-10-29T03:15:27.594Z Compiling tokio-util v0.7.10
14092023-10-29T03:15:27.886Z Compiling webpki-roots v0.25.2
14102023-10-29T03:15:29.565Z Compiling h2 v0.3.21
14112023-10-29T03:15:29.968Z Compiling serde_yaml v0.9.25
14122023-10-29T03:15:31.366Z Compiling hmac v0.12.1
14132023-10-29T03:15:31.683Z Compiling num-integer v0.1.45
14142023-10-29T03:15:33.677Z Compiling sha2 v0.10.8
14152023-10-29T03:15:33.729Z Compiling block-padding v0.3.3
14162023-10-29T03:15:35.239Z Compiling inout v0.1.3
14172023-10-29T03:15:35.653Z Compiling futures-executor v0.3.29
14182023-10-29T03:15:36.603Z Compiling cipher v0.4.4
14192023-10-29T03:15:36.651Z Compiling toml v0.7.8
14202023-10-29T03:15:36.691Z Compiling crc32fast v1.3.2
14212023-10-29T03:15:37.363Z Compiling fallible-iterator v0.2.0
14222023-10-29T03:15:38.334Z Compiling tokio-native-tls v0.3.1
14232023-10-29T03:15:38.724Z Compiling futures v0.3.29
14242023-10-29T03:15:38.769Z Compiling ipnetwork v0.20.0
14252023-10-29T03:15:38.906Z Compiling siphasher v0.3.11
14262023-10-29T03:15:39.586Z Compiling usdt v0.3.5
14272023-10-29T03:15:40.352Z Compiling md-5 v0.10.5
14282023-10-29T03:15:40.726Z Compiling stringprep v0.1.3
14292023-10-29T03:15:41.385Z Compiling io-lifetimes v1.0.11
14302023-10-29T03:15:41.728Z Compiling postgres-protocol v0.6.6
14312023-10-29T03:15:42.147Z Compiling hyper v0.14.27
14322023-10-29T03:15:42.462Z Compiling phf_shared v0.11.2
14332023-10-29T03:15:42.550Z Compiling hex v0.4.3
14342023-10-29T03:15:42.614Z Compiling enum-as-inner v0.5.1
14352023-10-29T03:15:43.494Z Compiling slog-async v2.8.0
14362023-10-29T03:15:43.645Z Compiling postgres-types v0.2.6
14372023-10-29T03:15:44.044Z Compiling phf v0.11.2
14382023-10-29T03:15:44.249Z Compiling num-bigint v0.4.4
14392023-10-29T03:15:44.326Z Compiling rustix v0.37.23
14402023-10-29T03:15:44.513Z Compiling data-encoding v2.4.0
14412023-10-29T03:15:45.212Z Compiling whoami v1.4.1
14422023-10-29T03:15:45.665Z Compiling tokio-postgres v0.7.10
14432023-10-29T03:15:46.799Z Compiling zerocopy-derive v0.6.4
14442023-10-29T03:15:48.861Z Compiling static_assertions v1.1.0
14452023-10-29T03:15:50.318Z Compiling ident_case v1.0.1
14462023-10-29T03:15:50.432Z Compiling either v1.9.0
14472023-10-29T03:15:50.594Z Compiling darling_core v0.20.3
14482023-10-29T03:15:51.151Z Compiling camino v1.1.6
14492023-10-29T03:15:52.099Z Compiling flate2 v1.0.28
14502023-10-29T03:15:52.139Z Compiling heapless v0.7.16
14512023-10-29T03:15:52.751Z Compiling bzip2-sys v0.1.11+1.0.8
14522023-10-29T03:15:53.327Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14532023-10-29T03:15:53.425Z Compiling memoffset v0.9.0
14542023-10-29T03:15:53.803Z Compiling managed v0.8.0
14552023-10-29T03:15:53.918Z Compiling radium v0.7.0
14562023-10-29T03:15:54.565Z Compiling hyper-tls v0.5.0
14572023-10-29T03:15:54.772Z Compiling matches v0.1.10
14582023-10-29T03:15:54.914Z Compiling unicode-segmentation v1.10.1
14592023-10-29T03:15:55.117Z Compiling idna v0.2.3
14602023-10-29T03:15:56.139Z Compiling itertools v0.11.0
14612023-10-29T03:15:57.725Z Compiling multer v2.1.0
14622023-10-29T03:15:58.168Z Compiling trust-dns-proto v0.22.0
14632023-10-29T03:15:58.556Z Compiling async-stream-impl v0.3.5
14642023-10-29T03:15:59.615Z Compiling darling_macro v0.20.3
14652023-10-29T03:16:00.262Z Compiling num-iter v0.1.43
14662023-10-29T03:16:00.690Z Compiling crossbeam-epoch v0.9.15
14672023-10-29T03:16:00.716Z Compiling paste v1.0.14
14682023-10-29T03:16:01.153Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14692023-10-29T03:16:01.241Z Compiling darling v0.20.3
14702023-10-29T03:16:01.345Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14712023-10-29T03:16:01.367Z Compiling anstyle v1.0.2
14722023-10-29T03:16:01.371Z Compiling utf8parse v0.2.1
14732023-10-29T03:16:01.420Z Compiling smoltcp v0.9.1
14742023-10-29T03:16:01.445Z Compiling serde_with_macros v2.3.3
14752023-10-29T03:16:01.641Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14762023-10-29T03:16:02.125Z Compiling bit-vec v0.6.3
14772023-10-29T03:16:02.395Z Compiling anstyle-parse v0.2.1
14782023-10-29T03:16:04.879Z Compiling zerocopy v0.6.4
14792023-10-29T03:16:05.640Z Compiling signature v2.1.0
14802023-10-29T03:16:05.680Z Compiling hubpack_derive v0.1.1
14812023-10-29T03:16:06.003Z Compiling clap_derive v4.4.2
14822023-10-29T03:16:06.088Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14832023-10-29T03:16:06.313Z Compiling anstyle-query v1.0.0
14842023-10-29T03:16:06.511Z Compiling colorchoice v1.0.0
14852023-10-29T03:16:06.769Z Compiling anstream v0.5.0
14862023-10-29T03:16:07.348Z Compiling terminal_size v0.2.6
14872023-10-29T03:16:07.642Z Compiling yasna v0.5.2
14882023-10-29T03:16:09.805Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14892023-10-29T03:16:11.150Z Compiling structmeta-derive v0.1.6
14902023-10-29T03:16:11.298Z Compiling diesel_table_macro_syntax v0.1.0
14912023-10-29T03:16:11.615Z Compiling hash32 v0.2.1
14922023-10-29T03:16:12.043Z Compiling stable_deref_trait v1.2.0
14932023-10-29T03:16:12.210Z Compiling tap v1.0.1
14942023-10-29T03:16:12.289Z Compiling clap_lex v0.5.1
14952023-10-29T03:16:12.494Z Compiling wyz v0.5.1
14962023-10-29T03:16:13.143Z Compiling clap_builder v4.4.2
14972023-10-29T03:16:13.763Z Compiling diesel_derives v2.1.1
14982023-10-29T03:16:14.396Z Compiling tokio-stream v0.1.14
14992023-10-29T03:16:15.496Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15002023-10-29T03:16:15.848Z Compiling serde_repr v0.1.16
15012023-10-29T03:16:15.870Z Compiling structmeta v0.1.6
15022023-10-29T03:16:16.019Z Compiling scheduled-thread-pool v0.2.7
15032023-10-29T03:16:16.051Z Compiling regex-automata v0.1.10
15042023-10-29T03:16:16.520Z Compiling regex-syntax v0.6.29
15052023-10-29T03:16:16.846Z Compiling funty v2.0.0
15062023-10-29T03:16:17.037Z Compiling bstr v0.2.17
15072023-10-29T03:16:17.965Z Compiling r2d2 v0.8.10
15082023-10-29T03:16:19.678Z Compiling clap v4.4.3
15092023-10-29T03:16:19.850Z Compiling bitvec v1.0.1
15102023-10-29T03:16:20.449Z Compiling hubpack v0.1.2
15112023-10-29T03:16:21.775Z Compiling itertools v0.10.5
15122023-10-29T03:16:22.066Z Compiling phf_shared v0.10.0
15132023-10-29T03:16:22.725Z Compiling float-cmp v0.9.0
15142023-10-29T03:16:23.309Z Compiling difflib v0.4.0
15152023-10-29T03:16:25.647Z Compiling fixedbitset v0.4.2
15162023-10-29T03:16:26.283Z Compiling predicates-core v1.0.6
15172023-10-29T03:16:26.444Z Compiling normalize-line-endings v0.3.0
15182023-10-29T03:16:26.536Z Compiling parse-display-derive v0.7.0
15192023-10-29T03:16:26.644Z Compiling precomputed-hash v0.1.1
15202023-10-29T03:16:26.883Z Compiling new_debug_unreachable v1.0.4
15212023-10-29T03:16:26.907Z Compiling predicates v3.0.4
15222023-10-29T03:16:27.005Z Compiling string_cache v0.8.7
15232023-10-29T03:16:27.750Z Compiling petgraph v0.6.4
15242023-10-29T03:16:27.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15252023-10-29T03:16:29.885Z Compiling similar v2.2.1
15262023-10-29T03:16:30.985Z Compiling bit-set v0.5.3
15272023-10-29T03:16:31.432Z Compiling console v0.15.7
15282023-10-29T03:16:31.458Z Compiling bstr v1.6.0
15292023-10-29T03:16:33.223Z Compiling lalrpop-util v0.19.12
15302023-10-29T03:16:38.858Z Compiling diesel v2.1.3
15312023-10-29T03:16:45.358Z Compiling proc-macro-crate v1.3.1
15322023-10-29T03:16:52.955Z Compiling crucible-workspace-hack v0.1.0
15332023-10-29T03:17:12.475Z Compiling atty v0.2.14
15342023-10-29T03:17:15.673Z Compiling sha1 v0.10.5
15352023-10-29T03:17:15.771Z Compiling match_cfg v0.1.0
15362023-10-29T03:17:15.915Z Compiling hostname v0.3.1
15372023-10-29T03:17:18.910Z Compiling dirs-sys-next v0.1.2
15382023-10-29T03:17:19.697Z Compiling dirs-next v2.0.0
15392023-10-29T03:17:20.486Z Compiling thread_local v1.1.7
15402023-10-29T03:17:26.892Z Compiling term v0.7.0
15412023-10-29T03:17:28.544Z Compiling crossbeam-channel v0.5.8
15422023-10-29T03:17:30.180Z Compiling take_mut v0.2.2
15432023-10-29T03:17:30.569Z Compiling slog-term v2.9.0
15442023-10-29T03:17:32.661Z Compiling slog-json v2.6.1
15452023-10-29T03:17:32.809Z Compiling instant v0.1.12
15462023-10-29T03:17:33.317Z Compiling slog-bunyan v2.4.0
15472023-10-29T03:17:34.626Z Compiling strum v0.25.0
15482023-10-29T03:17:34.902Z Compiling atomic-waker v1.1.1
15492023-10-29T03:17:35.305Z Compiling waitgroup v0.1.2
15502023-10-29T03:17:35.493Z Compiling num_enum_derive v0.5.11
15512023-10-29T03:17:35.650Z Compiling serde_with v2.3.3
15522023-10-29T03:17:35.677Z Compiling async-stream v0.3.5
15532023-10-29T03:17:38.100Z Compiling serde_path_to_error v0.1.14
15542023-10-29T03:17:38.131Z Compiling libz-sys v1.1.12
15552023-10-29T03:17:38.335Z Compiling debug-ignore v1.0.5
15562023-10-29T03:17:38.860Z Compiling fastrand v2.0.0
15572023-10-29T03:17:39.530Z Compiling tempfile v3.8.0
15582023-10-29T03:17:41.279Z Compiling proc-macro-error-attr v1.0.4
15592023-10-29T03:17:41.328Z Compiling slog-dtrace v0.2.3
15602023-10-29T03:17:42.842Z Compiling backoff v0.4.0
15612023-10-29T03:17:43.024Z Compiling parse-display v0.7.0
15622023-10-29T03:17:43.666Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15632023-10-29T03:17:44.469Z Compiling macaddr v1.0.1
15642023-10-29T03:17:44.511Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15652023-10-29T03:17:44.915Z Compiling libgit2-sys v0.15.2+1.6.4
15662023-10-29T03:17:45.243Z Compiling proc-macro-error v1.0.4
15672023-10-29T03:17:45.655Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15682023-10-29T03:17:47.212Z Compiling libsqlite3-sys v0.26.0
15692023-10-29T03:17:47.530Z Compiling memoffset v0.7.1
15702023-10-29T03:17:47.945Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15712023-10-29T03:17:50.584Z Compiling foreign-types-macros v0.2.3
15722023-10-29T03:17:50.744Z Compiling vergen v8.2.4
15732023-10-29T03:17:50.927Z Compiling base64ct v1.6.0
15742023-10-29T03:17:54.025Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-10-29T03:17:54.625Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15762023-10-29T03:17:59.920Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15772023-10-29T03:18:01.105Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15782023-10-29T03:18:01.186Z Compiling platforms v3.0.2
15792023-10-29T03:18:01.482Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15802023-10-29T03:18:01.770Z Compiling num_enum_derive v0.7.0
15812023-10-29T03:18:01.937Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15822023-10-29T03:18:02.503Z Compiling password-hash v0.5.0
15832023-10-29T03:18:02.602Z Compiling curve25519-dalek v4.1.0
15842023-10-29T03:18:03.183Z Compiling heck v0.3.3
15852023-10-29T03:18:03.285Z Compiling blake2 v0.10.6
15862023-10-29T03:18:03.660Z Compiling libefi-sys v0.1.0
15872023-10-29T03:18:03.776Z Compiling structopt-derive v0.4.18
15882023-10-29T03:18:04.192Z Compiling argon2 v0.5.2
15892023-10-29T03:18:04.482Z Compiling zone_cfg_derive v0.2.0
15902023-10-29T03:18:06.172Z Compiling curve25519-dalek-derive v0.1.0
15912023-10-29T03:18:06.203Z Compiling num-derive v0.4.0
15922023-10-29T03:18:06.763Z Compiling same-file v1.0.6
15932023-10-29T03:18:06.890Z Compiling toml v0.5.11
15942023-10-29T03:18:07.136Z Compiling walkdir v2.4.0
15952023-10-29T03:18:08.301Z Compiling semver-parser v0.10.2
15962023-10-29T03:18:08.515Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15972023-10-29T03:18:08.632Z Compiling filetime v0.2.22
15982023-10-29T03:18:09.113Z Compiling xattr v1.0.1
15992023-10-29T03:18:09.253Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16002023-10-29T03:18:09.563Z Compiling getrandom v0.1.16
16012023-10-29T03:18:09.664Z Compiling erased-serde v0.3.30
16022023-10-29T03:18:10.025Z Compiling semver v0.11.0
16032023-10-29T03:18:10.152Z Compiling tar v0.4.40
16042023-10-29T03:18:10.372Z Compiling universal-hash v0.5.1
16052023-10-29T03:18:10.425Z Compiling bitstruct_derive v0.1.0
16062023-10-29T03:18:10.691Z Compiling async-recursion v1.0.5
16072023-10-29T03:18:11.182Z Compiling home v0.5.5
16082023-10-29T03:18:11.550Z Compiling opaque-debug v0.3.0
16092023-10-29T03:18:11.698Z Compiling toolchain_find v0.2.0
16102023-10-29T03:18:12.131Z Compiling num-rational v0.4.1
16112023-10-29T03:18:12.327Z Compiling unicase v2.7.0
16122023-10-29T03:18:12.492Z Compiling parking_lot_core v0.8.6
16132023-10-29T03:18:12.543Z Compiling rustfmt-wrapper v0.2.0
16142023-10-29T03:18:12.945Z Compiling num_enum v0.5.11
16152023-10-29T03:18:13.044Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16162023-10-29T03:18:13.109Z Compiling aead v0.5.2
16172023-10-29T03:18:13.195Z Compiling postcard-cobs v0.1.5-pre
16182023-10-29T03:18:13.599Z Compiling winapi v0.3.9
16192023-10-29T03:18:13.623Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16202023-10-29T03:18:13.649Z Compiling postcard v0.7.3
16212023-10-29T03:18:13.757Z Compiling polyval v0.6.1
16222023-10-29T03:18:14.545Z Compiling smoltcp v0.8.2
16232023-10-29T03:18:14.575Z Compiling ctr v0.9.2
16242023-10-29T03:18:14.603Z Compiling aes v0.8.3
16252023-10-29T03:18:14.928Z Compiling thiserror-impl-no-std v2.0.2
16262023-10-29T03:18:15.095Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16272023-10-29T03:18:15.156Z Compiling cfg-if v0.1.10
16282023-10-29T03:18:15.303Z Compiling foreign-types-shared v0.3.1
16292023-10-29T03:18:15.484Z Compiling foreign-types v0.5.0
16302023-10-29T03:18:15.520Z Compiling mime_guess v2.0.4
16312023-10-29T03:18:17.393Z Compiling is-terminal v0.4.9
16322023-10-29T03:18:17.534Z Compiling toml_edit v0.20.0
16332023-10-29T03:18:17.540Z Compiling hashlink v0.8.3
16342023-10-29T03:18:17.588Z Compiling cstr-argument v0.1.2
16352023-10-29T03:18:18.435Z Compiling fallible-streaming-iterator v0.1.9
16362023-10-29T03:18:18.659Z Compiling pretty-hex v0.2.1
16372023-10-29T03:18:18.996Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16382023-10-29T03:18:19.322Z Compiling rusqlite v0.29.0
16392023-10-29T03:18:19.571Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16402023-10-29T03:18:19.712Z Compiling colored v2.0.4
16412023-10-29T03:18:19.799Z Compiling nix v0.26.2
16422023-10-29T03:18:20.503Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16432023-10-29T03:18:20.954Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16442023-10-29T03:18:23.798Z Compiling toml v0.8.0
16452023-10-29T03:18:25.960Z Compiling twox-hash v1.6.3
16462023-10-29T03:18:26.328Z Compiling hkdf v0.12.3
16472023-10-29T03:18:26.922Z Compiling textwrap v0.11.0
16482023-10-29T03:18:27.077Z Compiling const_format_proc_macros v0.2.31
16492023-10-29T03:18:27.134Z Compiling ansi_term v0.12.1
16502023-10-29T03:18:27.593Z Compiling quick-error v1.2.3
16512023-10-29T03:18:27.811Z Compiling linked-hash-map v0.5.6
16522023-10-29T03:18:28.051Z Compiling strsim v0.8.0
16532023-10-29T03:18:28.244Z Compiling vec_map v0.8.2
16542023-10-29T03:18:28.695Z Compiling clap v2.34.0
16552023-10-29T03:18:29.146Z Compiling lru-cache v0.1.2
16562023-10-29T03:18:29.462Z Compiling resolv-conf v0.7.0
16572023-10-29T03:18:30.963Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16582023-10-29T03:18:33.795Z Compiling num_enum v0.7.0
16592023-10-29T03:18:34.009Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16602023-10-29T03:18:35.322Z Compiling bincode v1.3.3
16612023-10-29T03:18:35.625Z Compiling convert_case v0.4.0
16622023-10-29T03:18:35.879Z Compiling keccak v0.1.4
16632023-10-29T03:18:36.972Z Compiling humantime v2.1.0
16642023-10-29T03:18:37.354Z Compiling termcolor v1.2.0
16652023-10-29T03:18:37.640Z Compiling base64 v0.13.1
16662023-10-29T03:18:37.845Z Compiling utf-8 v0.7.6
16672023-10-29T03:18:38.386Z Compiling cancel-safe-futures v0.1.5
16682023-10-29T03:18:38.971Z Compiling env_logger v0.9.3
16692023-10-29T03:18:39.037Z Compiling derive_more v0.99.17
16702023-10-29T03:18:39.180Z Compiling sha3 v0.10.8
16712023-10-29T03:18:40.356Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16722023-10-29T03:18:41.073Z Compiling structopt v0.3.26
16732023-10-29T03:18:41.584Z Compiling trust-dns-resolver v0.22.0
16742023-10-29T03:18:41.898Z Compiling aes-gcm-siv v0.11.1
16752023-10-29T03:18:42.351Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16762023-10-29T03:18:43.533Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16772023-10-29T03:18:45.257Z Compiling zone v0.2.0
16782023-10-29T03:18:47.405Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16792023-10-29T03:18:47.892Z Compiling secrecy v0.8.0
16802023-10-29T03:18:48.009Z Compiling smf v0.2.2
16812023-10-29T03:18:48.313Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16822023-10-29T03:18:49.330Z Compiling ascii v1.1.0
16832023-10-29T03:18:50.443Z Compiling ringbuffer v0.15.0
16842023-10-29T03:18:51.417Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16852023-10-29T03:18:51.632Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16862023-10-29T03:18:51.892Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16872023-10-29T03:18:53.199Z Compiling bitstruct v0.1.1
16882023-10-29T03:18:54.214Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16892023-10-29T03:18:55.413Z Compiling serde_arrays v0.1.0
16902023-10-29T03:18:55.663Z Compiling ff v0.13.0
16912023-10-29T03:18:55.839Z Compiling nibble_vec v0.1.0
16922023-10-29T03:18:56.162Z Compiling arc-swap v1.6.0
16932023-10-29T03:18:56.288Z Compiling endian-type v0.1.2
16942023-10-29T03:18:56.635Z Compiling radix_trie v0.2.1
16952023-10-29T03:18:57.083Z Compiling slog-scope v4.4.0
16962023-10-29T03:18:57.365Z Compiling group v0.13.0
16972023-10-29T03:18:57.655Z Compiling rand_core v0.5.1
16982023-10-29T03:18:57.948Z Compiling tungstenite v0.20.1
16992023-10-29T03:18:58.848Z Compiling poly1305 v0.8.0
17002023-10-29T03:19:00.082Z Compiling chacha20 v0.9.1
17012023-10-29T03:19:00.866Z Compiling crypto-bigint v0.5.2
17022023-10-29T03:19:00.997Z Compiling num-complex v0.4.4
17032023-10-29T03:19:01.086Z Compiling option-ext v0.2.0
17042023-10-29T03:19:01.277Z Compiling half v1.8.2
17052023-10-29T03:19:01.585Z Compiling base16ct v0.2.0
17062023-10-29T03:19:01.803Z Compiling ciborium-io v0.2.1
17072023-10-29T03:19:01.996Z Compiling ciborium-ll v0.2.1
17082023-10-29T03:19:02.030Z Compiling dirs-sys v0.4.1
17092023-10-29T03:19:02.734Z Compiling num v0.4.1
17102023-10-29T03:19:02.824Z Compiling tokio-tungstenite v0.20.1
17112023-10-29T03:19:02.898Z Compiling parking_lot v0.11.2
17122023-10-29T03:19:03.089Z Compiling rand_chacha v0.2.2
17132023-10-29T03:19:03.162Z Compiling slog-stdlog v4.1.1
17142023-10-29T03:19:03.207Z Compiling trust-dns-client v0.22.0
17152023-10-29T03:19:03.661Z Compiling thiserror-no-std v2.0.2
17162023-10-29T03:19:04.697Z Compiling elliptic-curve v0.13.5
17172023-10-29T03:19:04.878Z Compiling password-hash v0.4.2
17182023-10-29T03:19:05.565Z Compiling ed25519 v2.2.2
17192023-10-29T03:19:06.125Z Compiling blowfish v0.9.1
17202023-10-29T03:19:06.542Z Compiling pbkdf2 v0.12.2
17212023-10-29T03:19:06.568Z Compiling fxhash v0.2.1
17222023-10-29T03:19:06.915Z Compiling sled v0.34.7
17232023-10-29T03:19:07.320Z Compiling bcrypt-pbkdf v0.10.0
17242023-10-29T03:19:07.987Z Compiling ed25519-dalek v2.0.0
17252023-10-29T03:19:08.051Z Compiling pbkdf2 v0.11.0
17262023-10-29T03:19:08.077Z Compiling trust-dns-server v0.22.1
17272023-10-29T03:19:08.292Z Compiling vsss-rs v3.3.1
17282023-10-29T03:19:08.782Z Compiling russh-cryptovec v0.7.0
17292023-10-29T03:19:08.967Z Compiling rand v0.7.3
17302023-10-29T03:19:09.491Z Compiling slog-envlogger v2.2.0
17312023-10-29T03:19:10.659Z Compiling ciborium v0.2.1
17322023-10-29T03:19:11.005Z Compiling dirs v5.0.1
17332023-10-29T03:19:11.314Z Compiling chacha20poly1305 v0.10.1
17342023-10-29T03:19:11.639Z Compiling ron v0.7.1
17352023-10-29T03:19:11.824Z Compiling tungstenite v0.18.0
17362023-10-29T03:19:12.457Z Compiling const_format v0.2.31
17372023-10-29T03:19:13.909Z Compiling ghash v0.5.0
17382023-10-29T03:19:15.193Z Compiling camino-tempfile v1.0.2
17392023-10-29T03:19:15.888Z Compiling cbc v0.1.2
17402023-10-29T03:19:15.932Z Compiling headers-core v0.2.0
17412023-10-29T03:19:16.022Z Compiling pem v3.0.2
17422023-10-29T03:19:16.254Z Compiling http-range v0.1.5
17432023-10-29T03:19:16.499Z Compiling md5 v0.7.0
17442023-10-29T03:19:16.562Z Compiling pretty-hex v0.3.0
17452023-10-29T03:19:16.594Z Compiling bit_field v0.10.2
17462023-10-29T03:19:16.873Z Compiling hyper-staticfile v0.9.5
17472023-10-29T03:19:16.876Z Compiling rcgen v0.11.3
17482023-10-29T03:19:17.049Z Compiling russh-keys v0.38.0
17492023-10-29T03:19:17.391Z Compiling headers v0.3.9
17502023-10-29T03:19:21.807Z Compiling aes-gcm v0.10.3
17512023-10-29T03:19:22.285Z Compiling tokio-tungstenite v0.18.0
17522023-10-29T03:19:25.778Z Compiling pem v1.1.1
17532023-10-29T03:19:27.349Z Compiling atomicwrites v0.4.2
17542023-10-29T03:19:27.966Z Compiling subprocess v0.2.9
17552023-10-29T03:19:28.469Z Compiling hex-literal v0.4.1
17562023-10-29T03:19:28.581Z Compiling glob v0.3.1
17572023-10-29T03:19:29.302Z Compiling russh v0.38.0
17582023-10-29T03:19:34.674Z Compiling bzip2 v0.4.4
17592023-10-29T03:19:35.139Z Compiling zip v0.6.6
17602023-10-29T03:19:41.799Z Compiling rustls-webpki v0.101.7
17612023-10-29T03:19:48.616Z Compiling tokio-rustls v0.24.1
17622023-10-29T03:19:49.075Z Compiling hyper-rustls v0.24.2
17632023-10-29T03:19:49.328Z Compiling git2 v0.17.2
17642023-10-29T03:19:49.809Z Compiling reqwest v0.11.20
17652023-10-29T03:19:54.619Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17662023-10-29T03:19:55.304Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17672023-10-29T03:19:55.558Z Compiling omicron-zone-package v0.8.3
17682023-10-29T03:19:55.634Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17692023-10-29T03:19:58.123Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17702023-10-29T03:20:01.486Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17712023-10-29T03:20:02.498Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17722023-10-29T03:20:03.770Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17732023-10-29T03:20:06.430Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17742023-10-29T03:20:13.396Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17752023-10-29T03:20:13.768Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17762023-10-29T03:20:16.202Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17772023-10-29T03:20:16.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17782023-10-29T03:20:18.407Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17792023-10-29T03:20:20.398Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17802023-10-29T03:20:21.071Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17812023-10-29T03:20:21.439Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17822023-10-29T03:20:21.468Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17832023-10-29T03:20:21.636Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17842023-10-29T03:20:22.103Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17852023-10-29T03:20:23.112Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17862023-10-29T03:20:26.193Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17872023-10-29T03:20:34.618Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17882023-10-29T03:20:38.584Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17892023-10-29T03:20:39.187Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17902023-10-29T03:20:40.076Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17912023-10-29T03:20:46.392Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17922023-10-29T03:20:46.891Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17932023-10-29T03:20:57.689Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17942023-10-29T03:21:01.357Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17952023-10-29T03:21:09.321Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17962023-10-29T03:21:13.151Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17972023-10-29T03:21:14.593Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17982023-10-29T03:21:16.923Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17992023-10-29T03:21:25.195Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18002023-10-29T03:21:26.643Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18012023-10-29T03:21:32.256Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18022023-10-29T03:21:33.509Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18032023-10-29T03:21:42.802Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18042023-10-29T03:21:57.748Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18052023-10-29T03:22:06.944Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18062023-10-29T03:22:50.296Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18072023-10-29T03:24:23.942Z Finished dev [unoptimized + debuginfo] target(s) in 10m 40s
18082023-10-29T03:24:24.351Z
18092023-10-29T03:24:24.354Zreal 10:40.681104920
18102023-10-29T03:24:24.357Zuser 1:02:10.192378035
18112023-10-29T03:24:24.364Zsys 9:34.749597331
18122023-10-29T03:24:24.367Ztrap 2.619315423
18132023-10-29T03:24:24.370Ztflt 2.151037204
18142023-10-29T03:24:24.373Zdflt 5.430826621
18152023-10-29T03:24:24.376Zkflt 0.035019061
18162023-10-29T03:24:24.380Zlock 1:59:13.230492789
18172023-10-29T03:24:24.383Zslp 3:32:01.484212434
18182023-10-29T03:24:24.385Zlat 2:32.821089030
18192023-10-29T03:24:24.388Zstop 6:43.301256046
18202023-10-29T03:24:24.391Z+ mkdir -p /work/end-to-end-tests
18212023-10-29T03:24:24.394Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18222023-10-29T03:24:24.881Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18232023-10-29T03:24:24.884Z+ ptime -m gzip
18242023-10-29T03:24:24.887Z++ basename target/debug/bootstrap
18252023-10-29T03:24:41.997Z
18262023-10-29T03:24:42.001Zreal 17.109253694
18272023-10-29T03:24:42.004Zuser 16.923331006
18282023-10-29T03:24:42.006Zsys 0.180464739
18292023-10-29T03:24:42.010Ztrap 0.003673335
18302023-10-29T03:24:42.012Ztflt 0.000000000
18312023-10-29T03:24:42.015Zdflt 0.000000000
18322023-10-29T03:24:42.018Zkflt 0.000000000
18332023-10-29T03:24:42.021Zlock 0.000000000
18342023-10-29T03:24:42.025Zslp 0.000000000
18352023-10-29T03:24:42.028Zlat 0.001432345
18362023-10-29T03:24:42.031Zstop 0.000229915
18372023-10-29T03:24:42.033Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18382023-10-29T03:24:42.037Z+ ptime -m gzip
18392023-10-29T03:24:42.040Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-14d6b030e12c027b
18402023-10-29T03:24:43.107Z
18412023-10-29T03:24:43.111Zreal 1.101814649
18422023-10-29T03:24:43.114Zuser 1.089856586
18432023-10-29T03:24:43.117Zsys 0.011308616
18442023-10-29T03:24:43.120Ztrap 0.000121468
18452023-10-29T03:24:43.123Ztflt 0.000000000
18462023-10-29T03:24:43.125Zdflt 0.000000000
18472023-10-29T03:24:43.128Zkflt 0.000000000
18482023-10-29T03:24:43.131Zlock 0.000000000
18492023-10-29T03:24:43.134Zslp 0.000000000
18502023-10-29T03:24:43.137Zlat 0.000172601
18512023-10-29T03:24:43.139Zstop 0.000238063
18522023-10-29T03:24:43.142Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18532023-10-29T03:24:43.145Z+ ptime -m gzip
18542023-10-29T03:24:43.148Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e13f5e2b300997c0
18552023-10-29T03:25:02.632Z
18562023-10-29T03:25:02.642Zreal 19.516879994
18572023-10-29T03:25:02.646Zuser 19.310067601
18582023-10-29T03:25:02.649Zsys 0.201505828
18592023-10-29T03:25:02.654Ztrap 0.003626903
18602023-10-29T03:25:02.657Ztflt 0.000000000
18612023-10-29T03:25:02.660Zdflt 0.000000000
18622023-10-29T03:25:02.663Zkflt 0.000000000
18632023-10-29T03:25:02.666Zlock 0.000000000
18642023-10-29T03:25:02.668Zslp 0.000000000
18652023-10-29T03:25:02.671Zlat 0.001299691
18662023-10-29T03:25:02.676Zstop 0.000262763
18672023-10-29T03:25:02.679Z+ banner caboose-util
18682023-10-29T03:25:02.682Z
18692023-10-29T03:25:02.685Z #### ## ##### #### #### #### ###### # # #####
18702023-10-29T03:25:02.688Z # # # # # # # # # # # # # # #
18712023-10-29T03:25:02.691Z # # # ##### # # # # #### ##### ##### # # #
18722023-10-29T03:25:02.694Z # ###### # # # # # # # # # # #
18732023-10-29T03:25:02.698Z # # # # # # # # # # # # # # # #
18742023-10-29T03:25:02.702Z #### # # ##### #### #### #### ###### #### #
18752023-10-29T03:25:02.705Z
18762023-10-29T03:25:02.708Z+ ptime -m cargo build --locked -p caboose-util --release
18772023-10-29T03:25:03.353Z Downloading crates ...
18782023-10-29T03:25:03.747Z Downloaded ron v0.8.1
18792023-10-29T03:25:03.757Z Downloaded path-slash v0.1.5
18802023-10-29T03:25:03.762Z Downloaded nodrop v0.1.14
18812023-10-29T03:25:03.765Z Downloaded crc v3.0.1
18822023-10-29T03:25:03.768Z Downloaded serde-hex v0.1.0
18832023-10-29T03:25:03.771Z Downloaded crc-catalog v2.2.0
18842023-10-29T03:25:03.775Z Downloaded bitfield v0.14.0
18852023-10-29T03:25:03.777Z Downloaded packed_struct_codegen v0.10.1
18862023-10-29T03:25:03.781Z Downloaded array-init v0.0.4
18872023-10-29T03:25:03.785Z Downloaded env_logger v0.10.0
18882023-10-29T03:25:03.788Z Downloaded smallvec v0.6.14
18892023-10-29T03:25:03.792Z Downloaded pem-rfc7468 v0.7.0
18902023-10-29T03:25:03.795Z Downloaded flagset v0.4.3
18912023-10-29T03:25:03.798Z Downloaded rsa v0.9.2
18922023-10-29T03:25:03.802Z Downloaded x509-cert v0.2.4
18932023-10-29T03:25:03.811Z Downloaded object v0.30.4
18942023-10-29T03:25:03.828Z Downloaded num-bigint-dig v0.8.4
18952023-10-29T03:25:03.837Z Downloaded crc-any v2.4.3
18962023-10-29T03:25:03.840Z Downloaded maybe-uninit v2.0.0
18972023-10-29T03:25:03.844Z Downloaded pkcs1 v0.7.5
18982023-10-29T03:25:03.846Z Downloaded packed_struct v0.10.1
18992023-10-29T03:25:03.849Z Downloaded der_derive v0.7.2
19002023-10-29T03:25:04.024Z Compiling proc-macro2 v1.0.67
19012023-10-29T03:25:04.027Z Compiling unicode-ident v1.0.12
19022023-10-29T03:25:04.031Z Compiling libc v0.2.149
19032023-10-29T03:25:04.034Z Compiling autocfg v1.1.0
19042023-10-29T03:25:04.037Z Compiling serde v1.0.188
19052023-10-29T03:25:04.040Z Compiling cfg-if v1.0.0
19062023-10-29T03:25:04.045Z Compiling version_check v0.9.4
19072023-10-29T03:25:04.186Z Compiling parking_lot_core v0.9.8
19082023-10-29T03:25:04.197Z Compiling syn v1.0.109
19092023-10-29T03:25:04.302Z Compiling once_cell v1.18.0
19102023-10-29T03:25:04.794Z Compiling typenum v1.16.0
19112023-10-29T03:25:04.805Z Compiling libm v0.2.7
19122023-10-29T03:25:04.898Z Compiling futures-core v0.3.29
19132023-10-29T03:25:05.152Z Compiling generic-array v0.14.7
19142023-10-29T03:25:05.229Z Compiling lock_api v0.4.10
19152023-10-29T03:25:05.271Z Compiling num-traits v0.2.16
19162023-10-29T03:25:05.442Z Compiling pkg-config v0.3.27
19172023-10-29T03:25:05.575Z Compiling scopeguard v1.2.0
19182023-10-29T03:25:05.785Z Compiling slab v0.4.9
19192023-10-29T03:25:06.196Z Compiling quote v1.0.33
19202023-10-29T03:25:06.323Z Compiling futures-task v0.3.29
19212023-10-29T03:25:06.359Z Compiling futures-channel v0.3.29
19222023-10-29T03:25:06.770Z Compiling syn v2.0.32
19232023-10-29T03:25:06.915Z Compiling serde_json v1.0.107
19242023-10-29T03:25:07.219Z Compiling jobserver v0.1.26
19252023-10-29T03:25:07.273Z Compiling getrandom v0.2.10
19262023-10-29T03:25:07.553Z Compiling thiserror v1.0.49
19272023-10-29T03:25:07.893Z Compiling cc v1.0.83
19282023-10-29T03:25:07.955Z Compiling futures-util v0.3.29
19292023-10-29T03:25:08.193Z Compiling memchr v2.6.3
19302023-10-29T03:25:08.410Z Compiling itoa v1.0.9
19312023-10-29T03:25:08.413Z Compiling ahash v0.8.3
19322023-10-29T03:25:08.732Z Compiling smallvec v1.11.0
19332023-10-29T03:25:08.949Z Compiling vcpkg v0.2.15
19342023-10-29T03:25:09.272Z Compiling log v0.4.20
19352023-10-29T03:25:10.269Z Compiling byteorder v1.5.0
19362023-10-29T03:25:11.088Z Compiling rand_core v0.6.4
19372023-10-29T03:25:11.470Z Compiling pin-project-lite v0.2.13
19382023-10-29T03:25:11.828Z Compiling parking_lot v0.12.1
19392023-10-29T03:25:12.003Z Compiling indexmap v1.9.3
19402023-10-29T03:25:12.818Z Compiling openssl-sys v0.9.93
19412023-10-29T03:25:13.279Z Compiling ring v0.17.5
19422023-10-29T03:25:14.579Z Compiling io-lifetimes v1.0.11
19432023-10-29T03:25:14.980Z Compiling ring v0.16.20
19442023-10-29T03:25:15.461Z Compiling num-integer v0.1.45
19452023-10-29T03:25:15.858Z Compiling semver v1.0.20
19462023-10-29T03:25:16.498Z Compiling const-oid v0.9.5
19472023-10-29T03:25:16.564Z Compiling ryu v1.0.15
19482023-10-29T03:25:17.393Z Compiling spin v0.5.2
19492023-10-29T03:25:17.734Z Compiling rustix v0.37.23
19502023-10-29T03:25:18.537Z Compiling mio v0.8.8
19512023-10-29T03:25:18.573Z Compiling num_cpus v1.16.0
19522023-10-29T03:25:19.058Z Compiling socket2 v0.5.4
19532023-10-29T03:25:19.110Z Compiling signal-hook-registry v1.4.1
19542023-10-29T03:25:19.855Z Compiling unicode-xid v0.2.4
19552023-10-29T03:25:20.104Z Compiling futures-sink v0.3.29
19562023-10-29T03:25:20.223Z Compiling openssl v0.10.57
19572023-10-29T03:25:20.226Z Compiling httparse v1.8.0
19582023-10-29T03:25:20.316Z Compiling heck v0.4.1
19592023-10-29T03:25:20.344Z Compiling ucd-trie v0.1.6
19602023-10-29T03:25:20.496Z Compiling synstructure v0.12.6
19612023-10-29T03:25:20.965Z Compiling tinyvec_macros v0.1.1
19622023-10-29T03:25:21.148Z Compiling tinyvec v1.6.0
19632023-10-29T03:25:22.513Z Compiling ppv-lite86 v0.2.17
19642023-10-29T03:25:23.051Z Compiling crc32fast v1.3.2
19652023-10-29T03:25:23.688Z Compiling rustls v0.21.8
19662023-10-29T03:25:23.920Z Compiling futures-io v0.3.29
19672023-10-29T03:25:23.933Z Compiling native-tls v0.2.11
19682023-10-29T03:25:24.342Z Compiling radium v0.7.0
19692023-10-29T03:25:24.346Z Compiling pin-utils v0.1.0
19702023-10-29T03:25:24.365Z Compiling rand_chacha v0.3.1
19712023-10-29T03:25:24.376Z Compiling unicode-normalization v0.1.22
19722023-10-29T03:25:24.474Z Compiling bzip2-sys v0.1.11+1.0.8
19732023-10-29T03:25:24.988Z Compiling spin v0.9.8
19742023-10-29T03:25:25.107Z Compiling tracing-core v0.1.31
19752023-10-29T03:25:25.277Z Compiling subtle v2.5.0
19762023-10-29T03:25:25.392Z Compiling unicode-bidi v0.3.13
19772023-10-29T03:25:27.030Z Compiling rand v0.8.5
19782023-10-29T03:25:27.412Z Compiling errno v0.3.2
19792023-10-29T03:25:27.424Z Compiling num-iter v0.1.43
19802023-10-29T03:25:27.530Z Compiling usdt-impl v0.3.5
19812023-10-29T03:25:27.559Z Compiling rustix v0.38.9
19822023-10-29T03:25:27.988Z Compiling schemars v0.8.13
19832023-10-29T03:25:28.515Z Compiling base64 v0.21.5
19842023-10-29T03:25:29.821Z Compiling serde_derive v1.0.188
19852023-10-29T03:25:30.042Z Compiling zeroize_derive v1.4.2
19862023-10-29T03:25:30.227Z Compiling tokio-macros v2.1.0
19872023-10-29T03:25:30.285Z Compiling thiserror-impl v1.0.49
19882023-10-29T03:25:30.577Z Compiling futures-macro v0.3.29
19892023-10-29T03:25:30.905Z Compiling tracing-attributes v0.1.26
19902023-10-29T03:25:30.957Z Compiling zerocopy-derive v0.2.0
19912023-10-29T03:25:31.539Z Compiling openssl-macros v0.1.1
19922023-10-29T03:25:32.358Z Compiling zeroize v1.6.0
19932023-10-29T03:25:32.680Z Compiling zerocopy-derive v0.6.4
19942023-10-29T03:25:33.728Z Compiling serde_derive_internals v0.26.0
19952023-10-29T03:25:35.183Z Compiling pest v2.7.2
19962023-10-29T03:25:35.553Z Compiling crypto-common v0.1.6
19972023-10-29T03:25:35.616Z Compiling block-buffer v0.10.4
19982023-10-29T03:25:35.921Z Compiling digest v0.10.7
19992023-10-29T03:25:36.388Z Compiling tracing v0.1.37
20002023-10-29T03:25:37.523Z Compiling bitflags v1.3.2
20012023-10-29T03:25:37.676Z Compiling fnv v1.0.7
20022023-10-29T03:25:37.865Z Compiling schemars_derive v0.8.13
20032023-10-29T03:25:40.067Z Compiling pest_meta v2.7.2
20042023-10-29T03:25:40.543Z Compiling zerocopy v0.3.0
20052023-10-29T03:25:41.807Z Compiling lazy_static v1.4.0
20062023-10-29T03:25:42.968Z Compiling pest_generator v2.7.2
20072023-10-29T03:25:44.473Z Compiling backtrace v0.3.69
20082023-10-29T03:25:44.549Z Compiling num-bigint v0.4.4
20092023-10-29T03:25:45.047Z Compiling memoffset v0.9.0
20102023-10-29T03:25:45.198Z Compiling async-trait v0.1.74
20112023-10-29T03:25:45.221Z Compiling untrusted v0.7.1
20122023-10-29T03:25:45.461Z Compiling hashbrown v0.12.3
20132023-10-29T03:25:45.509Z Compiling base64ct v1.6.0
20142023-10-29T03:25:45.838Z Compiling untrusted v0.9.0
20152023-10-29T03:25:46.057Z Compiling iana-time-zone v0.1.57
20162023-10-29T03:25:46.107Z Compiling crossbeam-utils v0.8.16
20172023-10-29T03:25:46.613Z Compiling foreign-types-shared v0.1.1
20182023-10-29T03:25:46.758Z Compiling openssl-probe v0.1.5
20192023-10-29T03:25:46.771Z Compiling smoltcp v0.9.1
20202023-10-29T03:25:46.885Z Compiling percent-encoding v2.3.0
20212023-10-29T03:25:47.043Z Compiling pest_derive v2.7.2
20222023-10-29T03:25:47.196Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20232023-10-29T03:25:47.312Z Compiling allocator-api2 v0.2.16
20242023-10-29T03:25:48.139Z Compiling dtrace-parser v0.1.14
20252023-10-29T03:25:48.246Z Compiling foreign-types v0.3.2
20262023-10-29T03:25:48.273Z Compiling pem-rfc7468 v0.7.0
20272023-10-29T03:25:48.463Z Compiling hashbrown v0.14.0
20282023-10-29T03:25:50.558Z Compiling dof v0.1.5
20292023-10-29T03:25:51.024Z Compiling der_derive v0.7.2
20302023-10-29T03:25:51.249Z Compiling clap_derive v4.4.2
20312023-10-29T03:25:53.678Z Compiling bytes v1.5.0
20322023-10-29T03:25:54.877Z Compiling bitflags v2.4.0
20332023-10-29T03:25:55.086Z Compiling rustc_version v0.4.0
20342023-10-29T03:25:55.242Z Compiling tokio v1.33.0
20352023-10-29T03:25:56.504Z Compiling heapless v0.7.16
20362023-10-29T03:25:57.088Z Compiling http v0.2.9
20372023-10-29T03:25:57.793Z Compiling uuid v1.4.1
20382023-10-29T03:25:58.607Z Compiling chrono v0.4.31
20392023-10-29T03:25:58.851Z Compiling thread-id v4.2.0
20402023-10-29T03:25:59.016Z Compiling rustversion v1.0.14
20412023-10-29T03:25:59.145Z Compiling equivalent v1.0.1
20422023-10-29T03:25:59.297Z Compiling siphasher v0.3.11
20432023-10-29T03:25:59.909Z Compiling utf8parse v0.2.1
20442023-10-29T03:25:59.941Z Compiling cpufeatures v0.2.9
20452023-10-29T03:26:00.086Z Compiling flagset v0.4.3
20462023-10-29T03:26:00.435Z Compiling try-lock v0.2.4
20472023-10-29T03:26:00.504Z Compiling anstyle v1.0.2
20482023-10-29T03:26:00.642Z Compiling adler v1.0.2
20492023-10-29T03:26:00.962Z Compiling time-core v0.1.1
20502023-10-29T03:26:01.219Z Compiling time-macros v0.2.13
20512023-10-29T03:26:01.651Z Compiling miniz_oxide v0.7.1
20522023-10-29T03:26:03.741Z Compiling want v0.3.1
20532023-10-29T03:26:04.047Z Compiling der v0.7.8
20542023-10-29T03:26:04.186Z Compiling anstyle-parse v0.2.1
20552023-10-29T03:26:04.830Z Compiling sha2 v0.10.8
20562023-10-29T03:26:05.030Z Compiling http-body v0.4.5
20572023-10-29T03:26:05.704Z Compiling indexmap v2.0.0
20582023-10-29T03:26:09.060Z Compiling tokio-util v0.7.10
20592023-10-29T03:26:10.317Z Compiling serde_tokenstream v0.1.7
20602023-10-29T03:26:11.126Z Compiling h2 v0.3.21
20612023-10-29T03:26:11.411Z Compiling sct v0.7.0
20622023-10-29T03:26:14.377Z Compiling form_urlencoded v1.2.0
20632023-10-29T03:26:14.436Z Compiling hubpack_derive v0.1.1
20642023-10-29T03:26:15.214Z Compiling aho-corasick v1.0.4
20652023-10-29T03:26:15.690Z Compiling socket2 v0.4.9
20662023-10-29T03:26:16.869Z Compiling crossbeam-epoch v0.9.15
20672023-10-29T03:26:17.492Z Compiling tower-service v0.3.2
20682023-10-29T03:26:17.667Z Compiling colorchoice v1.0.0
20692023-10-29T03:26:18.962Z Compiling httpdate v1.0.3
20702023-10-29T03:26:19.123Z Compiling regex-syntax v0.7.5
20712023-10-29T03:26:19.586Z Compiling slog v2.7.0
20722023-10-29T03:26:19.612Z Compiling anyhow v1.0.75
20732023-10-29T03:26:20.176Z Compiling anstyle-query v1.0.0
20742023-10-29T03:26:20.263Z Compiling tap v1.0.1
20752023-10-29T03:26:20.386Z Compiling anstream v0.5.0
20762023-10-29T03:26:20.542Z Compiling wyz v0.5.1
20772023-10-29T03:26:23.554Z Compiling hyper v0.14.27
20782023-10-29T03:26:29.062Z Compiling regex-automata v0.3.8
20792023-10-29T03:26:30.426Z Compiling terminal_size v0.2.6
20802023-10-29T03:26:30.751Z Compiling spki v0.7.2
20812023-10-29T03:26:31.980Z Compiling rustls-pemfile v1.0.3
20822023-10-29T03:26:32.523Z Compiling md-5 v0.10.5
20832023-10-29T03:26:32.888Z Compiling hmac v0.12.1
20842023-10-29T03:26:33.209Z Compiling zerocopy v0.6.4
20852023-10-29T03:26:33.616Z Compiling stringprep v0.1.3
20862023-10-29T03:26:34.291Z Compiling idna v0.4.0
20872023-10-29T03:26:35.351Z Compiling diesel_table_macro_syntax v0.1.0
20882023-10-29T03:26:35.941Z Compiling hash32 v0.2.1
20892023-10-29T03:26:36.565Z Compiling strsim v0.10.0
20902023-10-29T03:26:37.394Z Compiling either v1.9.0
20912023-10-29T03:26:37.929Z Compiling gimli v0.28.0
20922023-10-29T03:26:38.065Z Compiling stable_deref_trait v1.2.0
20932023-10-29T03:26:38.206Z Compiling dyn-clone v1.0.13
20942023-10-29T03:26:38.737Z Compiling maybe-uninit v2.0.0
20952023-10-29T03:26:39.242Z Compiling fallible-iterator v0.2.0
20962023-10-29T03:26:39.453Z Compiling funty v2.0.0
20972023-10-29T03:26:40.023Z Compiling clap_lex v0.5.1
20982023-10-29T03:26:40.519Z Compiling postgres-protocol v0.6.6
20992023-10-29T03:26:41.201Z Compiling clap_builder v4.4.2
21002023-10-29T03:26:42.549Z Compiling bitvec v1.0.1
21012023-10-29T03:26:44.756Z Compiling diesel_derives v2.1.1
21022023-10-29T03:26:44.921Z Compiling url v2.4.1
21032023-10-29T03:26:45.524Z Compiling addr2line v0.21.0
21042023-10-29T03:26:47.798Z Compiling strum_macros v0.25.2
21052023-10-29T03:26:48.318Z Compiling rustls-native-certs v0.6.3
21062023-10-29T03:26:50.074Z Compiling tokio-native-tls v0.3.1
21072023-10-29T03:26:53.595Z Compiling usdt-attr-macro v0.3.5
21082023-10-29T03:26:54.039Z Compiling usdt-macro v0.3.5
21092023-10-29T03:26:55.542Z Compiling phf_shared v0.11.2
21102023-10-29T03:26:55.830Z Compiling toml_datetime v0.6.3
21112023-10-29T03:26:56.114Z Compiling serde_spanned v0.6.3
21122023-10-29T03:26:56.498Z Compiling block-padding v0.3.3
21132023-10-29T03:26:56.516Z Compiling enum-as-inner v0.5.1
21142023-10-29T03:26:56.848Z Compiling serde_repr v0.1.16
21152023-10-29T03:26:57.879Z Compiling scheduled-thread-pool v0.2.7
21162023-10-29T03:26:58.015Z Compiling object v0.32.1
21172023-10-29T03:26:59.442Z Compiling ipnet v2.8.0
21182023-10-29T03:27:01.287Z Compiling packed_struct v0.10.1
21192023-10-29T03:27:01.626Z Compiling num_threads v0.1.6
21202023-10-29T03:27:01.811Z Compiling matches v0.1.10
21212023-10-29T03:27:01.939Z Compiling managed v0.8.0
21222023-10-29T03:27:02.960Z Compiling rustc-demangle v0.1.23
21232023-10-29T03:27:08.910Z Compiling deranged v0.3.8
21242023-10-29T03:27:09.207Z Compiling bit-vec v0.6.3
21252023-10-29T03:27:09.784Z Compiling winnow v0.5.15
21262023-10-29T03:27:09.916Z Compiling regex-automata v0.1.10
21272023-10-29T03:27:10.727Z Compiling num-bigint-dig v0.8.4
21282023-10-29T03:27:11.146Z Compiling bstr v0.2.17
21292023-10-29T03:27:12.111Z Compiling time v0.3.27
21302023-10-29T03:27:16.305Z Compiling toml_edit v0.19.15
21312023-10-29T03:27:27.125Z Compiling idna v0.2.3
21322023-10-29T03:27:28.489Z Compiling r2d2 v0.8.10
21332023-10-29T03:27:29.913Z Compiling inout v0.1.3
21342023-10-29T03:27:31.549Z Compiling phf v0.11.2
21352023-10-29T03:27:32.026Z Compiling hyper-tls v0.5.0
21362023-10-29T03:27:32.153Z Compiling clap v4.4.3
21372023-10-29T03:27:32.318Z Compiling flate2 v1.0.28
21382023-10-29T03:27:32.557Z Compiling ipnetwork v0.20.0
21392023-10-29T03:27:32.603Z Compiling postgres-types v0.2.6
21402023-10-29T03:27:33.852Z Compiling itertools v0.11.0
21412023-10-29T03:27:33.960Z Compiling regex v1.9.5
21422023-10-29T03:27:34.244Z Compiling pkcs8 v0.10.2
21432023-10-29T03:27:35.694Z Compiling hubpack v0.1.2
21442023-10-29T03:27:35.736Z Compiling serde_urlencoded v0.7.1
21452023-10-29T03:27:35.867Z Compiling phf_shared v0.10.0
21462023-10-29T03:27:36.412Z Compiling futures-executor v0.3.29
21472023-10-29T03:27:37.228Z Compiling signature v2.1.0
21482023-10-29T03:27:38.024Z Compiling packed_struct_codegen v0.10.1
21492023-10-29T03:27:39.207Z Compiling float-cmp v0.9.0
21502023-10-29T03:27:39.637Z Compiling encoding_rs v0.8.33
21512023-10-29T03:27:40.048Z Compiling whoami v1.4.1
21522023-10-29T03:27:40.052Z Compiling webpki-roots v0.25.2
21532023-10-29T03:27:40.448Z Compiling normalize-line-endings v0.3.0
21542023-10-29T03:27:40.642Z Compiling new_debug_unreachable v1.0.4
21552023-10-29T03:27:40.775Z Compiling mime v0.3.17
21562023-10-29T03:27:40.872Z Compiling data-encoding v2.4.0
21572023-10-29T03:27:42.351Z Compiling unicode-width v0.1.11
21582023-10-29T03:27:42.464Z Compiling fixedbitset v0.4.2
21592023-10-29T03:27:42.591Z Compiling precomputed-hash v0.1.1
21602023-10-29T03:27:42.753Z Compiling difflib v0.4.0
21612023-10-29T03:27:43.125Z Compiling predicates-core v1.0.6
21622023-10-29T03:27:43.610Z Compiling unicode-segmentation v1.10.1
21632023-10-29T03:27:43.892Z Compiling static_assertions v1.1.0
21642023-10-29T03:27:44.037Z Compiling nodrop v0.1.14
21652023-10-29T03:27:44.579Z Compiling crc-catalog v2.2.0
21662023-10-29T03:27:44.973Z Compiling similar v2.2.1
21672023-10-29T03:27:45.107Z Compiling crc v3.0.1
21682023-10-29T03:27:48.615Z Compiling array-init v0.0.4
21692023-10-29T03:27:52.250Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21702023-10-29T03:27:52.282Z Compiling predicates v3.0.4
21712023-10-29T03:27:54.180Z Compiling petgraph v0.6.4
21722023-10-29T03:27:54.828Z Compiling string_cache v0.8.7
21732023-10-29T03:27:55.502Z Compiling console v0.15.7
21742023-10-29T03:27:56.435Z Compiling trust-dns-proto v0.22.0
21752023-10-29T03:27:57.681Z Compiling tokio-postgres v0.7.10
21762023-10-29T03:28:06.247Z Compiling futures v0.3.29
21772023-10-29T03:28:08.540Z Compiling pkcs1 v0.7.5
21782023-10-29T03:28:08.886Z Compiling yasna v0.5.2
21792023-10-29T03:28:09.225Z Compiling smallvec v0.6.14
21802023-10-29T03:28:09.627Z Compiling diesel v2.1.3
21812023-10-29T03:28:09.974Z Compiling cipher v0.4.4
21822023-10-29T03:28:11.779Z Compiling toml v0.7.8
21832023-10-29T03:28:15.093Z Compiling bit-set v0.5.3
21842023-10-29T03:28:15.361Z Compiling usdt v0.3.5
21852023-10-29T03:28:15.527Z Compiling is-terminal v0.4.9
21862023-10-29T03:28:15.772Z Compiling itertools v0.10.5
21872023-10-29T03:28:18.141Z Compiling bstr v1.6.0
21882023-10-29T03:28:20.689Z Compiling tokio-stream v0.1.14
21892023-10-29T03:28:20.951Z Compiling openapiv3 v1.0.3
21902023-10-29T03:28:20.983Z Compiling hex v0.4.3
21912023-10-29T03:28:23.518Z Compiling hashbrown v0.13.2
21922023-10-29T03:28:27.546Z Compiling termcolor v1.2.0
21932023-10-29T03:28:27.929Z Compiling bitfield v0.14.0
21942023-10-29T03:28:29.668Z Compiling lalrpop-util v0.19.12
21952023-10-29T03:28:36.014Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21962023-10-29T03:28:40.333Z Compiling env_logger v0.10.0
21972023-10-29T03:28:51.363Z Compiling rsa v0.9.2
21982023-10-29T03:28:57.359Z Compiling serde-hex v0.1.0
21992023-10-29T03:29:00.610Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22002023-10-29T03:29:07.562Z Compiling x509-cert v0.2.4
22012023-10-29T03:29:08.207Z Compiling ron v0.8.1
22022023-10-29T03:29:15.055Z Compiling crc-any v2.4.3
22032023-10-29T03:29:31.267Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22042023-10-29T03:29:32.385Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22052023-10-29T03:29:49.292Z Compiling object v0.30.4
22062023-10-29T03:29:59.060Z Compiling path-slash v0.1.5
22072023-10-29T03:30:03.874Z Compiling bzip2 v0.4.4
22082023-10-29T03:30:04.465Z Compiling zip v0.6.6
22092023-10-29T03:30:09.832Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22102023-10-29T03:30:17.972Z Compiling rustls-webpki v0.101.7
22112023-10-29T03:30:31.337Z Compiling tokio-rustls v0.24.1
22122023-10-29T03:30:31.750Z Compiling hyper-rustls v0.24.2
22132023-10-29T03:30:32.868Z Compiling reqwest v0.11.20
22142023-10-29T03:30:56.561Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22152023-10-29T03:31:02.214Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22162023-10-29T03:31:03.301Z Finished release [optimized] target(s) in 6m 00s
22172023-10-29T03:31:03.380Z
22182023-10-29T03:31:03.383Zreal 6:00.746846912
22192023-10-29T03:31:03.387Zuser 42:28.447029613
22202023-10-29T03:31:03.393Zsys 3:52.744234386
22212023-10-29T03:31:03.397Ztrap 1.765320861
22222023-10-29T03:31:03.400Ztflt 1.177145281
22232023-10-29T03:31:03.403Zdflt 1.045710661
22242023-10-29T03:31:03.431Zkflt 0.007570195
22252023-10-29T03:31:03.434Zlock 1:33:34.466891726
22262023-10-29T03:31:03.437Zslp 2:55:32.188646593
22272023-10-29T03:31:03.440Zlat 1:42.726104402
22282023-10-29T03:31:03.443Zstop 1:36.439684402
22292023-10-29T03:31:03.446Z+ ptime -m gzip
22302023-10-29T03:31:04.063Z
22312023-10-29T03:31:04.069Zreal 0.677146464
22322023-10-29T03:31:04.073Zuser 0.666660042
22332023-10-29T03:31:04.076Zsys 0.008318936
22342023-10-29T03:31:04.079Ztrap 0.000714307
22352023-10-29T03:31:04.082Ztflt 0.000000000
22362023-10-29T03:31:04.085Zdflt 0.000000000
22372023-10-29T03:31:04.088Zkflt 0.000000000
22382023-10-29T03:31:04.094Zlock 0.000000000
22392023-10-29T03:31:04.098Zslp 0.000000000
22402023-10-29T03:31:04.102Zlat 0.001098274
22412023-10-29T03:31:04.105Zstop 0.000228916
22422023-10-29T03:31:04.107Z+ banner tufaceous
22432023-10-29T03:31:04.111Z
22442023-10-29T03:31:04.114Z ##### # # ###### ## #### ###### #### # # ####
22452023-10-29T03:31:04.117Z # # # # # # # # # # # # # #
22462023-10-29T03:31:04.120Z # # # ##### # # # ##### # # # # ####
22472023-10-29T03:31:04.123Z # # # # ###### # # # # # # #
22482023-10-29T03:31:04.126Z # # # # # # # # # # # # # # #
22492023-10-29T03:31:04.129Z # #### # # # #### ###### #### #### ####
22502023-10-29T03:31:04.132Z
22512023-10-29T03:31:04.135Z+ ptime -m cargo build --locked -p tufaceous --release
22522023-10-29T03:31:04.796Z Downloading crates ...
22532023-10-29T03:31:05.157Z Downloaded doc-comment v0.3.3
22542023-10-29T03:31:05.160Z Downloaded buf-list v1.0.3
22552023-10-29T03:31:05.166Z Downloaded fs-err v2.9.0
22562023-10-29T03:31:05.174Z Downloaded snafu-derive v0.7.5
22572023-10-29T03:31:05.177Z Downloaded snafu v0.7.5
22582023-10-29T03:31:05.186Z Downloaded bytesize v1.3.0
22592023-10-29T03:31:05.189Z Downloaded globset v0.4.13
22602023-10-29T03:31:05.192Z Downloaded path-dedot v3.1.0
22612023-10-29T03:31:05.195Z Downloaded olpc-cjson v0.1.3
22622023-10-29T03:31:05.198Z Downloaded tough v0.12.5
22632023-10-29T03:31:05.206Z Downloaded path-absolutize v3.1.0
22642023-10-29T03:31:05.209Z Downloaded serde_plain v1.0.2
22652023-10-29T03:31:05.360Z Compiling serde_tokenstream v0.2.0
22662023-10-29T03:31:05.381Z Compiling regress v0.7.1
22672023-10-29T03:31:05.396Z Compiling dirs-sys-next v0.1.2
22682023-10-29T03:31:05.399Z Compiling ident_case v1.0.1
22692023-10-29T03:31:05.421Z Compiling thread_local v1.1.7
22702023-10-29T03:31:05.424Z Compiling slog-async v2.8.0
22712023-10-29T03:31:05.433Z Compiling heck v0.4.1
22722023-10-29T03:31:05.638Z Compiling dirs-next v2.0.0
22732023-10-29T03:31:06.013Z Compiling darling_core v0.20.3
22742023-10-29T03:31:06.067Z Compiling camino v1.1.6
22752023-10-29T03:31:06.248Z Compiling term v0.7.0
22762023-10-29T03:31:06.679Z Compiling crossbeam-channel v0.5.8
22772023-10-29T03:31:06.935Z Compiling getopts v0.2.21
22782023-10-29T03:31:07.271Z Compiling structmeta-derive v0.1.6
22792023-10-29T03:31:07.472Z Compiling atty v0.2.14
22802023-10-29T03:31:07.680Z Compiling multer v2.1.0
22812023-10-29T03:31:08.088Z Compiling unsafe-libyaml v0.2.9
22822023-10-29T03:31:08.424Z Compiling paste v1.0.14
22832023-10-29T03:31:09.125Z Compiling match_cfg v0.1.0
22842023-10-29T03:31:09.264Z Compiling doc-comment v0.3.3
22852023-10-29T03:31:10.041Z Compiling take_mut v0.2.2
22862023-10-29T03:31:10.196Z Compiling hostname v0.3.1
22872023-10-29T03:31:10.573Z Compiling serde_yaml v0.9.25
22882023-10-29T03:31:11.144Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22892023-10-29T03:31:13.643Z Compiling structmeta v0.1.6
22902023-10-29T03:31:14.499Z Compiling slog-term v2.9.0
22912023-10-29T03:31:15.340Z Compiling darling_macro v0.20.3
22922023-10-29T03:31:16.803Z Compiling darling v0.20.3
22932023-10-29T03:31:16.995Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942023-10-29T03:31:17.020Z Compiling slog-json v2.6.1
22952023-10-29T03:31:17.233Z Compiling async-stream-impl v0.3.5
22962023-10-29T03:31:17.789Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22972023-10-29T03:31:17.868Z Compiling regex-syntax v0.6.29
22982023-10-29T03:31:18.216Z Compiling atomic-waker v1.1.1
22992023-10-29T03:31:18.501Z Compiling fastrand v2.0.0
23002023-10-29T03:31:19.222Z Compiling async-stream v0.3.5
23012023-10-29T03:31:19.519Z Compiling tempfile v3.8.0
23022023-10-29T03:31:19.623Z Compiling waitgroup v0.1.2
23032023-10-29T03:31:19.838Z Compiling slog-bunyan v2.4.0
23042023-10-29T03:31:19.992Z Compiling serde_with_macros v2.3.3
23052023-10-29T03:31:22.139Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23062023-10-29T03:31:22.904Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23072023-10-29T03:31:23.939Z Compiling sha1 v0.10.5
23082023-10-29T03:31:24.194Z Compiling snafu-derive v0.7.5
23092023-10-29T03:31:25.114Z Compiling serde_path_to_error v0.1.14
23102023-10-29T03:31:25.350Z Compiling path-dedot v3.1.0
23112023-10-29T03:31:25.469Z Compiling instant v0.1.12
23122023-10-29T03:31:25.542Z Compiling buf-list v1.0.3
23132023-10-29T03:31:25.675Z Compiling base64 v0.13.1
23142023-10-29T03:31:25.696Z Compiling arc-swap v1.6.0
23152023-10-29T03:31:27.096Z Compiling debug-ignore v1.0.5
23162023-10-29T03:31:27.101Z Compiling same-file v1.0.6
23172023-10-29T03:31:27.107Z Compiling walkdir v2.4.0
23182023-10-29T03:31:27.114Z Compiling slog-scope v4.4.0
23192023-10-29T03:31:27.165Z Compiling pem v1.1.1
23202023-10-29T03:31:27.815Z Compiling parse-display-derive v0.7.0
23212023-10-29T03:31:28.713Z Compiling backoff v0.4.0
23222023-10-29T03:31:29.399Z Compiling path-absolutize v3.1.0
23232023-10-29T03:31:29.650Z Compiling serde_with v2.3.3
23242023-10-29T03:31:29.694Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23252023-10-29T03:31:29.763Z Compiling globset v0.4.13
23262023-10-29T03:31:30.138Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23272023-10-29T03:31:30.722Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23282023-10-29T03:31:30.973Z Compiling strum v0.25.0
23292023-10-29T03:31:31.255Z Compiling olpc-cjson v0.1.3
23302023-10-29T03:31:32.145Z Compiling serde_plain v1.0.2
23312023-10-29T03:31:32.549Z Compiling snafu v0.7.5
23322023-10-29T03:31:33.011Z Compiling macaddr v1.0.1
23332023-10-29T03:31:34.243Z Compiling filetime v0.2.22
23342023-10-29T03:31:34.262Z Compiling parse-display v0.7.0
23352023-10-29T03:31:34.571Z Compiling xattr v1.0.1
23362023-10-29T03:31:34.636Z Compiling tough v0.12.5
23372023-10-29T03:31:35.027Z Compiling tar v0.4.40
23382023-10-29T03:31:36.549Z Compiling slog-stdlog v4.1.1
23392023-10-29T03:31:37.607Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23402023-10-29T03:31:37.800Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23412023-10-29T03:31:38.138Z Compiling camino-tempfile v1.0.2
23422023-10-29T03:31:39.501Z Compiling bytesize v1.3.0
23432023-10-29T03:31:40.452Z Compiling fs-err v2.9.0
23442023-10-29T03:31:41.882Z Compiling slog-envlogger v2.2.0
23452023-10-29T03:31:44.677Z Compiling humantime v2.1.0
23462023-10-29T03:31:48.624Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23472023-10-29T03:32:16.411Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23482023-10-29T03:32:16.707Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23492023-10-29T03:32:26.848Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23502023-10-29T03:32:29.229Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23512023-10-29T03:32:54.035Z Finished release [optimized] target(s) in 1m 49s
23522023-10-29T03:32:54.126Z
23532023-10-29T03:32:54.129Zreal 1:50.041058339
23542023-10-29T03:32:54.140Zuser 11:40.308050498
23552023-10-29T03:32:54.147Zsys 43.903562766
23562023-10-29T03:32:54.151Ztrap 0.438512009
23572023-10-29T03:32:54.153Ztflt 0.476103022
23582023-10-29T03:32:54.157Zdflt 0.427283224
23592023-10-29T03:32:54.160Zkflt 0.005181255
23602023-10-29T03:32:54.163Zlock 21:53.281721888
23612023-10-29T03:32:54.166Zslp 24:57.163135919
23622023-10-29T03:32:54.170Zlat 19.807493330
23632023-10-29T03:32:54.173Zstop 11.280516055
23642023-10-29T03:32:54.176Z+ ptime -m gzip
23652023-10-29T03:32:56.415Z
23662023-10-29T03:32:56.427Zreal 2.283422095
23672023-10-29T03:32:56.468Zuser 2.255385213
23682023-10-29T03:32:56.471Zsys 0.027166521
23692023-10-29T03:32:56.474Ztrap 0.000287989
23702023-10-29T03:32:56.477Ztflt 0.000000000
23712023-10-29T03:32:56.480Zdflt 0.000000000
23722023-10-29T03:32:56.483Zkflt 0.000000000
23732023-10-29T03:32:56.486Zlock 0.000000000
23742023-10-29T03:32:56.489Zslp 0.000000000
23752023-10-29T03:32:56.493Zlat 0.000176725
23762023-10-29T03:32:56.496Zstop 0.000301675
23772023-10-29T03:32:56.499Zprocess exited: duration 1311471 ms, exit code 0
 
23782023-10-29T03:32:56.506Zfound 5 output files
23792023-10-29T03:32:56.521Zuploading: /work/end-to-end-tests/bootstrap-14d6b030e12c027b.gz (6513533 bytes)
23802023-10-29T03:32:59.347Zuploaded: /work/end-to-end-tests/bootstrap-14d6b030e12c027b.gz
23812023-10-29T03:32:59.359Zuploading: /work/end-to-end-tests/bootstrap.gz (98761144 bytes)
23822023-10-29T03:33:26.090Zuploaded: /work/end-to-end-tests/bootstrap.gz
23832023-10-29T03:33:26.096Zuploading: /work/end-to-end-tests/end_to_end_tests-e13f5e2b300997c0.gz (112931135 bytes)
23842023-10-29T03:33:54.216Zuploaded: /work/end-to-end-tests/end_to_end_tests-e13f5e2b300997c0.gz
23852023-10-29T03:33:54.227Zuploading: /work/caboose-util.gz (4111192 bytes)
23862023-10-29T03:33:57.094Zuploaded: /work/caboose-util.gz
23872023-10-29T03:33:57.099Zuploading: /work/tufaceous.gz (14451516 bytes)
23882023-10-29T03:34:01.387Zuploaded: /work/tufaceous.gz