01HHGTSZ6MB2ED26MJ5CGQTNQE: 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: 01HHGTTD42NMXW3JJM3VYM0Z26

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-13T05:37:32.603Zjob assigned to worker 01HHGTTJKEATYTBG8FGY1DVTJE (queued for 1 m 2 s)
 
22023-12-13T05:37:33.436Zstarting task 0: "setup"
32023-12-13T05:37:33.502Z++ uname -s
42023-12-13T05:37:33.517Z+ kern=SunOS
52023-12-13T05:37:33.518Z+ case "$kern" in
62023-12-13T05:37:33.518Z+ groupadd -g 12345 build
72023-12-13T05:37:33.518Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-13T05:37:35.550Z+ zfs create -o mountpoint=/work rpool/work
92023-12-13T05:37:35.679Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-13T05:37:35.721Z+ home_fs=zfs
112023-12-13T05:37:35.722Z+ [[ zfs == autofs ]]
122023-12-13T05:37:35.722Z+ mkdir -p /home/build
132023-12-13T05:37:35.722Z+ chown build:build /home/build /work
142023-12-13T05:37:49.166Z+ chmod 0700 /home/build /work
152023-12-13T05:37:49.855Zprocess exited: duration 4253 ms, exit code 0
 
162023-12-13T05:37:51.445Zstarting task 1: "rust-toolchain"
172023-12-13T05:37:51.886Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-13T05:37:51.886Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-13T05:37:51.887Zinfo: downloading installer
202023-12-13T05:37:52.774Zwarning: it looks like you have an existing installation of Rust at:
212023-12-13T05:37:52.774Zwarning: /opt/ooce/bin
222023-12-13T05:37:52.774Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-13T05:37:52.774Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-13T05:37:52.774Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-13T05:37:52.774Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-13T05:37:52.775Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-13T05:37:52.775Zerror: cannot install while Rust is installed
282023-12-13T05:37:52.775Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-13T05:37:53.174Zinfo: profile set to 'default'
302023-12-13T05:37:53.174Zinfo: default host triple is x86_64-unknown-illumos
312023-12-13T05:37:53.272Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-13T05:37:53.272Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-13T05:37:53.273Zinfo: downloading component 'cargo'
342023-12-13T05:37:53.892Zinfo: downloading component 'clippy'
352023-12-13T05:37:54.191Zinfo: downloading component 'rust-docs'
362023-12-13T05:37:54.941Zinfo: downloading component 'rust-std'
372023-12-13T05:37:56.525Zinfo: downloading component 'rustc'
382023-12-13T05:38:00.060Zinfo: downloading component 'rustfmt'
392023-12-13T05:38:15.561Zinfo: installing component 'cargo'
402023-12-13T05:38:15.562Zinfo: installing component 'clippy'
412023-12-13T05:38:15.566Zinfo: installing component 'rust-docs'
422023-12-13T05:38:16.122Zinfo: installing component 'rust-std'
432023-12-13T05:38:16.123Zinfo: installing component 'rustc'
442023-12-13T05:38:18.233Zinfo: installing component 'rustfmt'
452023-12-13T05:38:18.892Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-13T05:38:18.893Z
472023-12-13T05:38:19.027Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-13T05:38:19.027Z
492023-12-13T05:38:19.038Z
502023-12-13T05:38:19.038ZRust is installed now. Great!
512023-12-13T05:38:19.040Z
522023-12-13T05:38:19.040ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-13T05:38:19.040Zenvironment variable. This has not been done automatically.
542023-12-13T05:38:19.040Z
552023-12-13T05:38:19.040ZTo configure your current shell, run:
562023-12-13T05:38:19.040Zsource "$HOME/.cargo/env"
572023-12-13T05:38:19.126Z+ rustc --version
582023-12-13T05:38:19.248Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-13T05:38:19.258Zprocess exited: duration 28717 ms, exit code 0
 
602023-12-13T05:38:19.292Zstarting task 2: "authentication"
612023-12-13T05:38:19.326ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-12-13T05:38:25.372Zprocess exited: duration 6086 ms, exit code 0
 
632023-12-13T05:38:25.380Zstarting task 3: "clone repository"
642023-12-13T05:38:25.388Z+ mkdir -p /work/oxidecomputer/omicron
652023-12-13T05:38:25.391Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-12-13T05:38:25.524ZCloning into '/work/oxidecomputer/omicron'...
672023-12-13T05:38:33.894Z+ cd /work/oxidecomputer/omicron
682023-12-13T05:38:33.894Z+ [[ -n renovate/russh-monorepo ]]
692023-12-13T05:38:33.898Z+ git fetch origin renovate/russh-monorepo
702023-12-13T05:38:34.296ZFrom https://github.com/oxidecomputer/omicron
712023-12-13T05:38:34.296Z * branch renovate/russh-monorepo -> FETCH_HEAD
722023-12-13T05:38:34.309Z+ git checkout -B renovate/russh-monorepo remotes/origin/renovate/russh-monorepo
732023-12-13T05:38:34.412ZSwitched to a new branch 'renovate/russh-monorepo'
742023-12-13T05:38:34.416Zbranch 'renovate/russh-monorepo' set up to track 'origin/renovate/russh-monorepo'.
752023-12-13T05:38:34.416Z+ git reset --hard 02238756702c56bb05c4e099c22b8000a469a56a
762023-12-13T05:38:34.431ZHEAD is now at 02238756 Update russh monorepo to 0.40.1
772023-12-13T05:38:34.437Zprocess exited: duration 9052 ms, exit code 0
 
782023-12-13T05:38:34.445Zstarting task 4: "build"
792023-12-13T05:38:34.453Z+ cargo --version
802023-12-13T05:38:34.461Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
812023-12-13T05:38:34.665Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
822023-12-13T05:38:35.102Zinfo: downloading component 'cargo'
832023-12-13T05:38:35.400Zinfo: downloading component 'clippy'
842023-12-13T05:38:35.628Zinfo: downloading component 'rust-docs'
852023-12-13T05:38:36.536Zinfo: downloading component 'rust-std'
862023-12-13T05:38:38.024Zinfo: downloading component 'rustc'
872023-12-13T05:38:41.849Zinfo: downloading component 'rustfmt'
882023-12-13T05:38:42.029Zinfo: installing component 'cargo'
892023-12-13T05:38:43.579Zinfo: installing component 'clippy'
902023-12-13T05:38:44.065Zinfo: installing component 'rust-docs'
912023-12-13T05:38:47.048Zinfo: installing component 'rust-std'
922023-12-13T05:38:51.244Zinfo: installing component 'rustc'
932023-12-13T05:38:56.136Zinfo: installing component 'rustfmt'
942023-12-13T05:38:56.718Zcargo 1.74.0 (ecb9851af 2023-10-18)
952023-12-13T05:38:56.729Z+ rustc --version
962023-12-13T05:38:56.878Zrustc 1.74.0 (79e9716c9 2023-11-13)
972023-12-13T05:38:56.887Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982023-12-13T05:39:09.201Z Startup: Refreshing catalog 'helios-dev' ... Done
992023-12-13T05:39:09.610Z Startup: Caching catalogs ... Done
1002023-12-13T05:39:17.056ZPlanning: Solver setup ... Done (6.987s)
1012023-12-13T05:39:17.211ZPlanning: Running solver ... Done (0.154s)
1022023-12-13T05:39:17.306ZPlanning: Finding local manifests ... Done (0.004s)
1032023-12-13T05:39:17.350ZPlanning: Fetching manifests: 0/6 0% complete
1042023-12-13T05:39:19.530ZPlanning: Fetching manifests: 6/6 100% complete
1052023-12-13T05:39:19.585ZPlanning: Package planning ... Done (0.093s)
1062023-12-13T05:39:19.586ZPlanning: Merging actions ... Done (0.085s)
1072023-12-13T05:39:19.604ZPlanning: Checking for conflicting actions ... Done (0.808s)
1082023-12-13T05:39:19.605ZPlanning: Consolidating action changes ... Done (0.018s)
1092023-12-13T05:39:24.337ZPlanning: Evaluating mediators ... Done (5.330s)
1102023-12-13T05:39:24.447ZPlanning: Planning completed in 14.77 seconds
1112023-12-13T05:39:27.776Z Packages to install: 4
1122023-12-13T05:39:27.776Z Packages to update: 2
1132023-12-13T05:39:27.777Z Mediators to change: 2
1142023-12-13T05:39:27.777Z Services to change: 1
1152023-12-13T05:39:27.800Z Estimated space available: 148.88 GB
1162023-12-13T05:39:27.801ZEstimated space to be consumed: 1.43 GB
1172023-12-13T05:39:27.802Z Create boot environment: No
1182023-12-13T05:39:27.803ZCreate backup boot environment: Yes
1192023-12-13T05:39:27.803Z Rebuild boot archive: No
1202023-12-13T05:39:27.804Z
1212023-12-13T05:39:27.804ZChanged mediators:
1222023-12-13T05:39:27.804Z mediator clang:
1232023-12-13T05:39:27.804Z version: None -> 15 (system default)
1242023-12-13T05:39:27.804Z
1252023-12-13T05:39:27.804Z mediator llvm:
1262023-12-13T05:39:27.804Z version: 14 (system default) -> 15 (system default)
1272023-12-13T05:39:27.804Z
1282023-12-13T05:39:27.804ZChanged packages:
1292023-12-13T05:39:27.804Zhelios-dev
1302023-12-13T05:39:27.805Z developer/build-essential
1312023-12-13T05:39:27.805Z None -> 11-2.0
1322023-12-13T05:39:27.805Z library/libxmlsec1
1332023-12-13T05:39:27.806Z None -> 1.2.35-2.0
1342023-12-13T05:39:27.822Z ooce/developer/clang-15
1352023-12-13T05:39:27.823Z None -> 15.0.7-2.0
1362023-12-13T05:39:27.823Z ooce/developer/llvm-15
1372023-12-13T05:39:27.824Z None -> 15.0.7-2.0
1382023-12-13T05:39:27.825Z system/library/g++-runtime
1392023-12-13T05:39:27.825Z 12-2.0 -> 13-2.0
1402023-12-13T05:39:27.826Z system/library/gcc-runtime
1412023-12-13T05:39:27.827Z 12-2.0 -> 13-2.0
1422023-12-13T05:39:27.827Z
1432023-12-13T05:39:27.828ZServices:
1442023-12-13T05:39:27.829Z restart_fmri:
1452023-12-13T05:39:27.829Z svc:/system/update-man-index:default
1462023-12-13T05:39:28.002Z
1472023-12-13T05:39:28.002ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1482023-12-13T05:39:32.998ZDownload: 1116/3330 items 27.1/221.1MB 12% complete (5.3M/s)
1492023-12-13T05:39:38.413ZDownload: 1274/3330 items 101.5/221.1MB 45% complete (10.1M/s)
1502023-12-13T05:39:43.233ZDownload: 2224/3330 items 119.2/221.1MB 53% complete (10.0M/s)
1512023-12-13T05:39:48.852ZDownload: 3248/3330 items 185.1/221.1MB 83% complete (8.3M/s)
1522023-12-13T05:39:51.986ZDownload: Completed 221.11 MB in 23.98 seconds (9.2M/s)
1532023-12-13T05:39:53.253Z Actions: 1/3766 actions (Removing old actions)
1542023-12-13T05:39:53.253Z Actions: 5/3766 actions (Installing new actions)
1552023-12-13T05:39:58.249Z Actions: 2903/3766 actions (Installing new actions)
1562023-12-13T05:40:01.503Z Actions: 3729/3766 actions (Updating modified actions)
1572023-12-13T05:40:02.133Z Actions: Completed 3766 actions in 8.88 seconds.
1582023-12-13T05:40:02.251Z Done (0.118s)
1592023-12-13T05:40:02.257Z Done (0.000s)
1602023-12-13T05:40:02.537Z Done (0.285s)
1612023-12-13T05:40:10.744Z Done (8.063s)
1622023-12-13T05:40:11.022Z Done (0.148s)
1632023-12-13T05:40:11.029Z Done (0.000s)
1642023-12-13T05:40:11.333Z Done (0.000s)
1652023-12-13T05:40:12.139ZPlanning: Evaluating mediator changes ... Done
1662023-12-13T05:40:12.444ZPlanning: Checking for conflicting actions ... Done
1672023-12-13T05:40:12.452ZPlanning: Consolidating action changes ... Done
1682023-12-13T05:40:12.908ZPlanning: Evaluating mediators ... Done
1692023-12-13T05:40:12.914ZPlanning: Planning completed in 0.76 seconds
1702023-12-13T05:40:13.410Z Mediators to change: 2
1712023-12-13T05:40:13.411Z Create boot environment: No
1722023-12-13T05:40:13.411ZCreate backup boot environment: No
1732023-12-13T05:40:13.411Z Done
1742023-12-13T05:40:13.412Z Done
1752023-12-13T05:40:13.412Z Done
1762023-12-13T05:40:19.545Z Done
1772023-12-13T05:40:19.690Z Done
1782023-12-13T05:40:19.704Z Done
1792023-12-13T05:40:19.844Z Done
1802023-12-13T05:40:20.955ZPlanning: Evaluating mediator changes ... Done
1812023-12-13T05:40:20.973ZPlanning: Merging actions ... Done
1822023-12-13T05:40:21.280ZPlanning: Checking for conflicting actions ... Done
1832023-12-13T05:40:21.291ZPlanning: Consolidating action changes ... Done
1842023-12-13T05:40:21.733ZPlanning: Evaluating mediators ... Done
1852023-12-13T05:40:21.829ZPlanning: Planning completed in 1.38 seconds
1862023-12-13T05:40:21.900Z Packages to change: 1
1872023-12-13T05:40:21.900Z Mediators to change: 1
1882023-12-13T05:40:21.900Z Services to change: 1
1892023-12-13T05:40:21.905Z Create boot environment: No
1902023-12-13T05:40:21.905ZCreate backup boot environment: Yes
1912023-12-13T05:40:24.137Z Actions: 1/6 actions (Updating modified actions)
1922023-12-13T05:40:24.148Z Actions: Completed 6 actions in 0.00 seconds.
1932023-12-13T05:40:24.149Z Done
1942023-12-13T05:40:24.149Z Done
1952023-12-13T05:40:24.257Z Done
1962023-12-13T05:40:30.626Z Done
1972023-12-13T05:40:30.764Z Done
1982023-12-13T05:40:30.779Z Done
1992023-12-13T05:40:30.930Z Done
2002023-12-13T05:40:31.651ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012023-12-13T05:40:31.651Zclang system 15 system
2022023-12-13T05:40:31.651Zcsh system system illumos
2032023-12-13T05:40:31.652Zctags system system illumos
2042023-12-13T05:40:31.653Zgcc vendor 12 vendor
2052023-12-13T05:40:31.653Zgcc system 10 system
2062023-12-13T05:40:31.653Zgcc system 7 system
2072023-12-13T05:40:31.653Zgo system 1.20 system
2082023-12-13T05:40:31.653Zgo system 1.19 system
2092023-12-13T05:40:31.653Zllvm system 15 system
2102023-12-13T05:40:31.653Zllvm system 14 system
2112023-12-13T05:40:31.653Zmariadb system 10.6 system
2122023-12-13T05:40:31.653Zmta vendor vendor dma
2132023-12-13T05:40:31.653Zopenjdk system 17 system
2142023-12-13T05:40:31.653Zopenjdk system 11 system
2152023-12-13T05:40:31.653Zopenjdk system 1.8 system
2162023-12-13T05:40:31.653Zopenssl vendor 3 vendor
2172023-12-13T05:40:31.654Zperl system 5.36 system
2182023-12-13T05:40:31.654Zpostgresql system 15 system
2192023-12-13T05:40:31.654Zpostgresql system 13 system
2202023-12-13T05:40:31.654Zpython vendor 3 vendor
2212023-12-13T05:40:31.654Zpython system 2 system
2222023-12-13T05:40:31.654Zpython3 system 3.11 system
2232023-12-13T05:40:31.654Zruby system 3.0 system
2242023-12-13T05:40:31.654Zwords vendor vendor american-english
2252023-12-13T05:40:31.654Zwords system system australian-english
2262023-12-13T05:40:31.654Zwords system system british-english
2272023-12-13T05:40:31.655Zwords system system canadian-english
2282023-12-13T05:40:31.655Zwords system system french
2292023-12-13T05:40:31.655Zwords system system italian
2302023-12-13T05:40:31.656Zwords system system ngerman
2312023-12-13T05:40:31.656Zwords system system ogerman
2322023-12-13T05:40:31.656Zwords system system spanish
2332023-12-13T05:40:32.226ZFMRI IFO
2342023-12-13T05:40:32.226Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352023-12-13T05:40:32.227Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362023-12-13T05:40:32.227Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372023-12-13T05:40:32.227Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2382023-12-13T05:40:32.227Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392023-12-13T05:40:32.227Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2402023-12-13T05:40:32.228Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2412023-12-13T05:40:32.228Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2422023-12-13T05:40:32.309Z+ set -o errexit
2432023-12-13T05:40:32.319Z+++ dirname ./tools/ci_download_cockroachdb
2442023-12-13T05:40:32.319Z++ cd ./tools
2452023-12-13T05:40:32.319Z++ pwd
2462023-12-13T05:40:32.319Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2472023-12-13T05:40:32.319Z++ basename ./tools/ci_download_cockroachdb
2482023-12-13T05:40:32.319Z+ ARG0=ci_download_cockroachdb
2492023-12-13T05:40:32.319Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2502023-12-13T05:40:32.333Z+ CIDL_VERSION=v22.1.9
2512023-12-13T05:40:32.333Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2522023-12-13T05:40:32.333Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2532023-12-13T05:40:32.333Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2542023-12-13T05:40:32.333Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2552023-12-13T05:40:32.333Z+ TARGET_DIR=out
2562023-12-13T05:40:32.333Z+ DOWNLOAD_DIR=out/downloads
2572023-12-13T05:40:32.334Z+ DEST_DIR=./out/cockroachdb
2582023-12-13T05:40:32.334Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2592023-12-13T05:40:32.334Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2602023-12-13T05:40:32.334Z+ main
2612023-12-13T05:40:32.334Z+ [[ 0 != 0 ]]
2622023-12-13T05:40:32.334Z+ CIDL_OS=solaris2.11
2632023-12-13T05:40:32.334Z+ [[ 0 != 0 ]]
2642023-12-13T05:40:32.334Z+ configure_os solaris2.11
2652023-12-13T05:40:32.335Z+ echo 'current directory: /work/oxidecomputer/omicron'
2662023-12-13T05:40:32.335Zcurrent directory: /work/oxidecomputer/omicron
2672023-12-13T05:40:32.335Z+ echo 'configuring based on OS: "solaris2.11"'
2682023-12-13T05:40:32.335Z+ case "$1" in
2692023-12-13T05:40:32.335Zconfiguring based on OS: "solaris2.11"
2702023-12-13T05:40:32.335Z+ CIDL_BUILD=illumos
2712023-12-13T05:40:32.335Z+ CIDL_SUFFIX=tar.gz
2722023-12-13T05:40:32.335Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2732023-12-13T05:40:32.335Z+ CIDL_MD5FUNC=do_md5sum
2742023-12-13T05:40:32.335Z+ CIDL_URL_BASE=https://illumos.org/downloads
2752023-12-13T05:40:32.335Z+ CIDL_ASSEMBLE=do_assemble_illumos
2762023-12-13T05:40:32.336Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2772023-12-13T05:40:32.336Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2782023-12-13T05:40:32.336Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-12-13T05:40:32.337Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2802023-12-13T05:40:32.337Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-12-13T05:40:32.337ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-12-13T05:40:32.337ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-13T05:40:32.337Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842023-12-13T05:40:32.337Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852023-12-13T05:40:32.337Z+ mkdir -p out/downloads
2862023-12-13T05:40:32.337Z+ mkdir -p ./out/cockroachdb
2872023-12-13T05:40:32.337Z+ local DO_DOWNLOAD=true
2882023-12-13T05:40:32.338Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2892023-12-13T05:40:32.338Z+ '[' true == true ']'
2902023-12-13T05:40:32.338Z+ echo Downloading...
2912023-12-13T05:40:32.338ZDownloading...
2922023-12-13T05:40:32.338Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-12-13T05:40:32.338Z+ 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
2942023-12-13T05:40:35.461Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-12-13T05:40:35.889Z++ md5sum
2962023-12-13T05:40:35.889Z++ awk '{print $1}'
2972023-12-13T05:40:35.889Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2982023-12-13T05:40:35.889Z+ [[ 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 ]]
2992023-12-13T05:40:35.889Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-12-13T05:40:35.890Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3012023-12-13T05:40:39.014Z+ do_assemble_illumos
3022023-12-13T05:40:39.014Z+ rm -r ./out/cockroachdb
3032023-12-13T05:40:39.024Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3042023-12-13T05:40:39.826Z+ ./out/cockroachdb/bin/cockroach version
3052023-12-13T05:40:40.095ZBuild Tag: v22.1.9-dirty
3062023-12-13T05:40:40.095ZBuild Time: 2022/10/26 21:17:46
3072023-12-13T05:40:40.095ZDistribution: OSS
3082023-12-13T05:40:40.095ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3092023-12-13T05:40:40.097ZGo Version: go1.17.13
3102023-12-13T05:40:40.097ZC Compiler: gcc 10.3.0
3112023-12-13T05:40:40.097ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3122023-12-13T05:40:40.097ZBuild Type: release
3132023-12-13T05:40:40.125Z+ set -o errexit
3142023-12-13T05:40:40.128Z+++ dirname ./tools/ci_download_clickhouse
3152023-12-13T05:40:40.132Z++ cd ./tools
3162023-12-13T05:40:40.132Z++ pwd
3172023-12-13T05:40:40.132Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3182023-12-13T05:40:40.135Z++ basename ./tools/ci_download_clickhouse
3192023-12-13T05:40:40.135Z+ ARG0=ci_download_clickhouse
3202023-12-13T05:40:40.135Z+ TARGET_DIR=out
3212023-12-13T05:40:40.135Z+ DOWNLOAD_DIR=out/downloads
3222023-12-13T05:40:40.135Z+ DEST_DIR=./out/clickhouse
3232023-12-13T05:40:40.135Z+ CIDL_VERSION=v22.8.9.24
3242023-12-13T05:40:40.135Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3252023-12-13T05:40:40.135Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3262023-12-13T05:40:40.135Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3272023-12-13T05:40:40.136Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3282023-12-13T05:40:40.136Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3292023-12-13T05:40:40.139Z+ main
3302023-12-13T05:40:40.139Z+ [[ 0 != 0 ]]
3312023-12-13T05:40:40.139Z+ CIDL_OS=solaris2.11
3322023-12-13T05:40:40.139Z+ [[ 0 != 0 ]]
3332023-12-13T05:40:40.140Z+ configure_os solaris2.11
3342023-12-13T05:40:40.140Z+ echo 'current directory: /work/oxidecomputer/omicron'
3352023-12-13T05:40:40.140Zcurrent directory: /work/oxidecomputer/omicron
3362023-12-13T05:40:40.140Z+ echo 'configuring based on OS: "solaris2.11"'
3372023-12-13T05:40:40.140Z+ CIDL_DASHREV=
3382023-12-13T05:40:40.140Z+ case "$1" in
3392023-12-13T05:40:40.140Zconfiguring based on OS: "solaris2.11"
3402023-12-13T05:40:40.140Z+ CIDL_PLATFORM=illumos
3412023-12-13T05:40:40.140Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3422023-12-13T05:40:40.140Z+ CIDL_MD5FUNC=do_md5sum
3432023-12-13T05:40:40.140Z+ CIDL_DASHREV=-1
3442023-12-13T05:40:40.140Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3452023-12-13T05:40:40.141Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-12-13T05:40:40.141Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-12-13T05:40:40.141Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-13T05:40:40.141Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492023-12-13T05:40:40.141Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502023-12-13T05:40:40.141ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-12-13T05:40:40.141Z+ mkdir -p out/downloads
3522023-12-13T05:40:40.141ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-12-13T05:40:40.141Z+ mkdir -p ./out/clickhouse
3542023-12-13T05:40:40.145Z+ local DO_DOWNLOAD=true
3552023-12-13T05:40:40.145Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3562023-12-13T05:40:40.145Z+ '[' true == true ']'
3572023-12-13T05:40:40.145Z+ echo Downloading...
3582023-12-13T05:40:40.145ZDownloading...
3592023-12-13T05:40:40.145Z+ 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
3602023-12-13T05:40:40.145Z+ 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
3612023-12-13T05:40:42.055Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622023-12-13T05:40:42.072Z++ md5sum
3632023-12-13T05:40:42.072Z++ awk '{print $1}'
3642023-12-13T05:40:42.302Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3652023-12-13T05:40:42.303Z+ [[ 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 ]]
3662023-12-13T05:40:42.303Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3672023-12-13T05:40:42.315Z+ mkdir -p ./out/clickhouse
3682023-12-13T05:40:42.317Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3692023-12-13T05:40:47.173Z+ ./out/clickhouse/clickhouse server --version
3702023-12-13T05:40:47.224ZClickHouse server version 22.8.9.1.
3712023-12-13T05:40:47.254Z+ set -o errexit
3722023-12-13T05:40:47.278Z+++ dirname ./tools/ci_download_console
3732023-12-13T05:40:47.278Z++ cd ./tools
3742023-12-13T05:40:47.279Z++ pwd
3752023-12-13T05:40:47.279Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762023-12-13T05:40:47.279Z++ basename ./tools/ci_download_console
3772023-12-13T05:40:47.279Z+ ARG0=ci_download_console
3782023-12-13T05:40:47.280Z+ TARGET_DIR=out
3792023-12-13T05:40:47.280Z+ DOWNLOAD_DIR=out/downloads
3802023-12-13T05:40:47.280Z+ DEST_DIR=./out/console-assets
3812023-12-13T05:40:47.280Z+ source /work/oxidecomputer/omicron/tools/console_version
3822023-12-13T05:40:47.281Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
3832023-12-13T05:40:47.281Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
3842023-12-13T05:40:47.281Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3852023-12-13T05:40:47.282Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862023-12-13T05:40:47.282Z+ main
3872023-12-13T05:40:47.282Z+ [[ 0 != 0 ]]
3882023-12-13T05:40:47.283Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
3892023-12-13T05:40:47.284ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3902023-12-13T05:40:47.284Z+ echo 'Local file: out/downloads/console.tar.gz'
3912023-12-13T05:40:47.284ZLocal file: out/downloads/console.tar.gz
3922023-12-13T05:40:47.286Z+ local DO_DOWNLOAD=true
3932023-12-13T05:40:47.286Z+ [[ -f out/downloads/console.tar.gz ]]
3942023-12-13T05:40:47.286Z+ mkdir -p out/downloads
3952023-12-13T05:40:47.286Z+ '[' true == true ']'
3962023-12-13T05:40:47.287Z+ echo Downloading...
3972023-12-13T05:40:47.287ZDownloading...
3982023-12-13T05:40:47.287Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
3992023-12-13T05:40:47.287Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4002023-12-13T05:40:48.225Z++ do_sha256sum out/downloads/console.tar.gz
4012023-12-13T05:40:48.226Z++ case "$OSTYPE" in
4022023-12-13T05:40:48.226Z++ SHA=sha256sum
4032023-12-13T05:40:48.659Z++ sha256sum
4042023-12-13T05:40:48.659Z++ awk '{print $1}'
4052023-12-13T05:40:49.100Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4062023-12-13T05:40:49.100Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4072023-12-13T05:40:49.100Z+ rm -rf ./out/console-assets
4082023-12-13T05:40:49.101Z+ mkdir -p ./out/console-assets
4092023-12-13T05:40:49.101Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4102023-12-13T05:40:49.101Z+ mkdir -p ./out/console-assets
4112023-12-13T05:40:49.101Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4122023-12-13T05:40:49.102Z+ set -o errexit
4132023-12-13T05:40:49.102Z+++ dirname ./tools/ci_download_maghemite_openapi
4142023-12-13T05:40:49.102Z++ cd ./tools
4152023-12-13T05:40:49.102Z++ pwd
4162023-12-13T05:40:49.102Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172023-12-13T05:40:49.102Z++ basename ./tools/ci_download_maghemite_openapi
4182023-12-13T05:40:49.102Z+ ARG0=ci_download_maghemite_openapi
4192023-12-13T05:40:49.103Z+ TARGET_DIR=out
4202023-12-13T05:40:49.103Z+ DOWNLOAD_DIR=out/downloads
4212023-12-13T05:40:49.103Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4222023-12-13T05:40:49.104Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4232023-12-13T05:40:49.104Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4242023-12-13T05:40:49.104Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4252023-12-13T05:40:49.104Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4262023-12-13T05:40:49.104Z+ main
4272023-12-13T05:40:49.105Z+ [[ 0 != 0 ]]
4282023-12-13T05:40:49.105Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4292023-12-13T05:40:49.105ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4302023-12-13T05:40:49.105Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4312023-12-13T05:40:49.105Z+ local DO_DOWNLOAD=true
4322023-12-13T05:40:49.105ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4332023-12-13T05:40:49.105Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4342023-12-13T05:40:49.105Z+ mkdir -p out/downloads
4352023-12-13T05:40:49.105Z+ '[' true == true ']'
4362023-12-13T05:40:49.105Z+ echo Downloading...
4372023-12-13T05:40:49.105ZDownloading...
4382023-12-13T05:40:49.105Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4392023-12-13T05:40:49.105Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4402023-12-13T05:40:49.125Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4412023-12-13T05:40:49.126Z++ case "$OSTYPE" in
4422023-12-13T05:40:49.126Z++ SHA=sha256sum
4432023-12-13T05:40:49.126Z++ sha256sum
4442023-12-13T05:40:49.126Z++ awk '{print $1}'
4452023-12-13T05:40:49.126Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4462023-12-13T05:40:49.126Z+ [[ 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 ]]
4472023-12-13T05:40:49.126Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4482023-12-13T05:40:49.126Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4492023-12-13T05:40:49.126Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4502023-12-13T05:40:49.126Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4512023-12-13T05:40:49.126Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4522023-12-13T05:40:49.126Z+ main
4532023-12-13T05:40:49.126Z+ [[ 0 != 0 ]]
4542023-12-13T05:40:49.126Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4552023-12-13T05:40:49.127ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4562023-12-13T05:40:49.127Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4572023-12-13T05:40:49.127ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4582023-12-13T05:40:49.127Z+ local DO_DOWNLOAD=true
4592023-12-13T05:40:49.127Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4602023-12-13T05:40:49.127Z+ mkdir -p out/downloads
4612023-12-13T05:40:49.127Z+ '[' true == true ']'
4622023-12-13T05:40:49.127Z+ echo Downloading...
4632023-12-13T05:40:49.127ZDownloading...
4642023-12-13T05:40:49.127Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652023-12-13T05:40:49.129Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4662023-12-13T05:40:49.405Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4672023-12-13T05:40:49.422Z++ case "$OSTYPE" in
4682023-12-13T05:40:49.422Z++ SHA=sha256sum
4692023-12-13T05:40:49.423Z++ sha256sum
4702023-12-13T05:40:49.423Z++ awk '{print $1}'
4712023-12-13T05:40:49.423Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4722023-12-13T05:40:49.423Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4732023-12-13T05:40:49.439Z+ set -o errexit
4742023-12-13T05:40:49.439Z+++ dirname ./tools/ci_download_dendrite_openapi
4752023-12-13T05:40:49.440Z++ cd ./tools
4762023-12-13T05:40:49.440Z++ pwd
4772023-12-13T05:40:49.440Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782023-12-13T05:40:49.440Z++ basename ./tools/ci_download_dendrite_openapi
4792023-12-13T05:40:49.441Z+ ARG0=ci_download_dendrite_openapi
4802023-12-13T05:40:49.441Z+ TARGET_DIR=out
4812023-12-13T05:40:49.441Z+ DOWNLOAD_DIR=out/downloads
4822023-12-13T05:40:49.441Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4832023-12-13T05:40:49.443Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
4842023-12-13T05:40:49.443Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4852023-12-13T05:40:49.443Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4862023-12-13T05:40:49.444Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4872023-12-13T05:40:49.444Z+ main
4882023-12-13T05:40:49.444Z+ [[ 0 != 0 ]]
4892023-12-13T05:40:49.445Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
4902023-12-13T05:40:49.445ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4912023-12-13T05:40:49.446Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
4922023-12-13T05:40:49.447ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4932023-12-13T05:40:49.447Z+ local DO_DOWNLOAD=true
4942023-12-13T05:40:49.448Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
4952023-12-13T05:40:49.448Z+ mkdir -p out/downloads
4962023-12-13T05:40:49.448Z+ '[' true == true ']'
4972023-12-13T05:40:49.449Z+ echo Downloading...
4982023-12-13T05:40:49.449ZDownloading...
4992023-12-13T05:40:49.449Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5002023-12-13T05:40:49.449Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5012023-12-13T05:40:49.752Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5022023-12-13T05:40:49.757Z++ case "$OSTYPE" in
5032023-12-13T05:40:49.757Z++ SHA=sha256sum
5042023-12-13T05:40:49.757Z++ sha256sum
5052023-12-13T05:40:49.757Z++ awk '{print $1}'
5062023-12-13T05:40:49.763Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5072023-12-13T05:40:49.763Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5082023-12-13T05:40:49.772Z+ set -o errexit
5092023-12-13T05:40:49.778Z+++ dirname ./tools/ci_download_dendrite_stub
5102023-12-13T05:40:49.778Z++ cd ./tools
5112023-12-13T05:40:49.779Z++ pwd
5122023-12-13T05:40:49.785Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5132023-12-13T05:40:49.786Z++ basename ./tools/ci_download_dendrite_stub
5142023-12-13T05:40:49.786Z+ ARG0=ci_download_dendrite_stub
5152023-12-13T05:40:49.786Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5162023-12-13T05:40:49.786Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5172023-12-13T05:40:49.786Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5182023-12-13T05:40:49.787Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5192023-12-13T05:40:49.787Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5202023-12-13T05:40:49.787Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5212023-12-13T05:40:49.787Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5222023-12-13T05:40:49.787Z+ TARGET_DIR=out
5232023-12-13T05:40:49.789Z+ DOWNLOAD_DIR=out/downloads
5242023-12-13T05:40:49.789Z+ DEST_DIR=./out/dendrite-stub
5252023-12-13T05:40:49.790Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5262023-12-13T05:40:49.790Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5272023-12-13T05:40:49.790Z+ REPO=oxidecomputer/dendrite
5282023-12-13T05:40:49.790Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5292023-12-13T05:40:49.790Z+ main
5302023-12-13T05:40:49.790Z+ [[ 0 != 0 ]]
5312023-12-13T05:40:49.791Z+ CIDL_OS=solaris2.11
5322023-12-13T05:40:49.791Z+ [[ 0 != 0 ]]
5332023-12-13T05:40:49.791Z+ configure_os solaris2.11
5342023-12-13T05:40:49.791Z+ echo 'current directory: /work/oxidecomputer/omicron'
5352023-12-13T05:40:49.791Zcurrent directory: /work/oxidecomputer/omicron
5362023-12-13T05:40:49.793Z+ echo 'configuring based on OS: "solaris2.11"'
5372023-12-13T05:40:49.793Z+ case "$1" in
5382023-12-13T05:40:49.793Zconfiguring based on OS: "solaris2.11"
5392023-12-13T05:40:49.793Z+ SET_BINARIES=
5402023-12-13T05:40:49.793Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5412023-12-13T05:40:49.794Z+ CIDL_SHA256FUNC=do_sha256sum
5422023-12-13T05:40:49.794Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5432023-12-13T05:40:49.794Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5442023-12-13T05:40:49.794ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5452023-12-13T05:40:49.794ZLocal file: out/downloads/dendrite-stub.tar.gz
5462023-12-13T05:40:49.794Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5472023-12-13T05:40:49.794Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5482023-12-13T05:40:49.796Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5492023-12-13T05:40:49.796Z+ mkdir -p out/downloads
5502023-12-13T05:40:49.802Z+ mkdir -p ./out/dendrite-stub
5512023-12-13T05:40:49.802Z+ fetch_and_verify
5522023-12-13T05:40:49.802Z+ local DO_DOWNLOAD=true
5532023-12-13T05:40:49.802Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5542023-12-13T05:40:49.803Z+ '[' true == true ']'
5552023-12-13T05:40:49.803Z+ echo Downloading...
5562023-12-13T05:40:49.803ZDownloading...
5572023-12-13T05:40:49.803Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5582023-12-13T05:40:49.803Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5592023-12-13T05:41:04.334Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5602023-12-13T05:41:04.338Z++ sha256sum
5612023-12-13T05:41:04.339Z++ awk '{print $1}'
5622023-12-13T05:41:04.444Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5632023-12-13T05:41:04.444Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5642023-12-13T05:41:04.448Z+ do_untar out/downloads/dendrite-stub.tar.gz
5652023-12-13T05:41:04.448Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5662023-12-13T05:41:05.639Z+ do_assemble
5672023-12-13T05:41:05.640Z+ rm -r ./out/dendrite-stub
5682023-12-13T05:41:05.693Z+ mkdir ./out/dendrite-stub
5692023-12-13T05:41:05.693Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5702023-12-13T05:41:05.772Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5712023-12-13T05:41:05.787Z+ set -o errexit
5722023-12-13T05:41:05.807Z+++ dirname ./tools/ci_download_maghemite_mgd
5732023-12-13T05:41:05.808Z++ cd ./tools
5742023-12-13T05:41:05.808Z++ pwd
5752023-12-13T05:41:05.809Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5762023-12-13T05:41:05.810Z++ basename ./tools/ci_download_maghemite_mgd
5772023-12-13T05:41:05.810Z+ ARG0=ci_download_maghemite_mgd
5782023-12-13T05:41:05.811Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5792023-12-13T05:41:05.811Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5802023-12-13T05:41:05.812Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5812023-12-13T05:41:05.812Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5822023-12-13T05:41:05.812Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5832023-12-13T05:41:05.813Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5842023-12-13T05:41:05.813Z+ TARGET_DIR=out
5852023-12-13T05:41:05.813Z+ DOWNLOAD_DIR=out/downloads
5862023-12-13T05:41:05.814Z+ DEST_DIR=./out/mgd
5872023-12-13T05:41:05.814Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5882023-12-13T05:41:05.814Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5892023-12-13T05:41:05.814Z+ REPO=oxidecomputer/maghemite
5902023-12-13T05:41:05.815Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5912023-12-13T05:41:05.815Z+ main
5922023-12-13T05:41:05.817Z+ [[ 0 != 0 ]]
5932023-12-13T05:41:05.817Z+ CIDL_OS=solaris2.11
5942023-12-13T05:41:05.818Z+ [[ 0 != 0 ]]
5952023-12-13T05:41:05.818Z+ configure_os solaris2.11
5962023-12-13T05:41:05.818Z+ echo 'current directory: /work/oxidecomputer/omicron'
5972023-12-13T05:41:05.818Zcurrent directory: /work/oxidecomputer/omicron
5982023-12-13T05:41:05.819Z+ echo 'configuring based on OS: "solaris2.11"'
5992023-12-13T05:41:05.819Z+ case "$1" in
6002023-12-13T05:41:05.819Zconfiguring based on OS: "solaris2.11"
6012023-12-13T05:41:05.819Z+ SET_BINARIES=
6022023-12-13T05:41:05.819Z+ CIDL_SHA256FUNC=do_sha256sum
6032023-12-13T05:41:05.820Z+ TARBALL_FILENAME=mgd.tar.gz
6042023-12-13T05:41:05.820Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6052023-12-13T05:41:05.820Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6062023-12-13T05:41:05.820Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6072023-12-13T05:41:05.821ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6082023-12-13T05:41:05.821Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6092023-12-13T05:41:05.822Z+ mkdir -p out/downloads
6102023-12-13T05:41:05.822ZLocal file: out/downloads/mgd.tar.gz
6112023-12-13T05:41:05.822Z+ mkdir -p ./out/mgd
6122023-12-13T05:41:05.823Z+ fetch_and_verify
6132023-12-13T05:41:05.823Z+ local DO_DOWNLOAD=true
6142023-12-13T05:41:05.823Z+ [[ -f out/downloads/mgd.tar.gz ]]
6152023-12-13T05:41:05.823Z+ '[' true == true ']'
6162023-12-13T05:41:05.824Z+ echo Downloading...
6172023-12-13T05:41:05.824ZDownloading...
6182023-12-13T05:41:05.825Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6192023-12-13T05:41:05.826Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6202023-12-13T05:41:14.318Z++ do_sha256sum out/downloads/mgd.tar.gz
6212023-12-13T05:41:14.329Z++ sha256sum
6222023-12-13T05:41:14.329Z++ awk '{print $1}'
6232023-12-13T05:41:14.394Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6242023-12-13T05:41:14.394Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6252023-12-13T05:41:14.407Z+ do_untar out/downloads/mgd.tar.gz
6262023-12-13T05:41:14.407Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6272023-12-13T05:41:15.069Z+ do_assemble
6282023-12-13T05:41:15.069Z+ rm -r ./out/mgd
6292023-12-13T05:41:15.077Z+ mkdir ./out/mgd
6302023-12-13T05:41:15.077Z+ cp -r out/downloads/root ./out/mgd/root
6312023-12-13T05:41:15.309Z+ set -o errexit
6322023-12-13T05:41:16.174Z+++ dirname ./tools/ci_download_transceiver_control
6332023-12-13T05:41:16.174Z++ cd ./tools
6342023-12-13T05:41:16.174Z++ pwd
6352023-12-13T05:41:16.174Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6362023-12-13T05:41:16.174Z++ basename ./tools/ci_download_transceiver_control
6372023-12-13T05:41:16.174Z+ ARG0=ci_download_transceiver_control
6382023-12-13T05:41:16.174Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6392023-12-13T05:41:16.175Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402023-12-13T05:41:16.175Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6412023-12-13T05:41:16.175Z+ TARGET_DIR=out
6422023-12-13T05:41:16.176Z+ DOWNLOAD_DIR=out/downloads
6432023-12-13T05:41:16.176Z+ DEST_DIR=./out/transceiver-control
6442023-12-13T05:41:16.177Z+ BIN_DIR=/opt/oxide/bin
6452023-12-13T05:41:16.177Z+ BINARY=xcvradm
6462023-12-13T05:41:16.177Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6472023-12-13T05:41:16.177Z+ REPO=oxidecomputer/transceiver-control
6482023-12-13T05:41:16.177Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492023-12-13T05:41:16.177Z+ main
6502023-12-13T05:41:16.177Z+ [[ 0 != 0 ]]
6512023-12-13T05:41:16.177Z+ CIDL_OS=solaris2.11
6522023-12-13T05:41:16.178Z+ [[ 0 != 0 ]]
6532023-12-13T05:41:16.178Z+ configure_os solaris2.11
6542023-12-13T05:41:16.178Z+ echo 'current directory: /work/oxidecomputer/omicron'
6552023-12-13T05:41:16.178Zcurrent directory: /work/oxidecomputer/omicron
6562023-12-13T05:41:16.178Zconfiguring based on OS: "solaris2.11"
6572023-12-13T05:41:16.178Z+ echo 'configuring based on OS: "solaris2.11"'
6582023-12-13T05:41:16.178Z+ case "$1" in
6592023-12-13T05:41:16.178Z+ SET_BINARIES=
6602023-12-13T05:41:16.178Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612023-12-13T05:41:16.178Z+ CIDL_SHA256FUNC=do_sha256sum
6622023-12-13T05:41:16.179Z+ ARCHIVE_FILENAME=xcvradm.gz
6632023-12-13T05:41:16.179Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642023-12-13T05:41:16.179Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6652023-12-13T05:41:16.179Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6662023-12-13T05:41:16.179Z+ echo 'Local file: out/downloads/xcvradm.gz'
6672023-12-13T05:41:16.181ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682023-12-13T05:41:16.181ZLocal file: out/downloads/xcvradm.gz
6692023-12-13T05:41:16.181Z+ mkdir -p out/downloads
6702023-12-13T05:41:16.182Z+ mkdir -p ./out/transceiver-control
6712023-12-13T05:41:16.182Z+ fetch_and_verify
6722023-12-13T05:41:16.182Z+ local DO_DOWNLOAD=true
6732023-12-13T05:41:16.182Z+ [[ -f out/downloads/xcvradm.gz ]]
6742023-12-13T05:41:16.182Z+ '[' true == true ']'
6752023-12-13T05:41:16.182Z+ echo Downloading...
6762023-12-13T05:41:16.182ZDownloading...
6772023-12-13T05:41:16.182Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6782023-12-13T05:41:16.183Z+ 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
6792023-12-13T05:41:17.954Z++ do_sha256sum out/downloads/xcvradm.gz
6802023-12-13T05:41:17.961Z++ sha256sum
6812023-12-13T05:41:17.961Z++ awk '{print $1}'
6822023-12-13T05:41:17.978Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6832023-12-13T05:41:17.978Z+ [[ 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 ]]
6842023-12-13T05:41:17.985Z+ do_unpack out/downloads/xcvradm.gz
6852023-12-13T05:41:17.985Z+ mkdir -p out/downloads/root//opt/oxide/bin
6862023-12-13T05:41:17.985Z+ gzip -dc out/downloads/xcvradm.gz
6872023-12-13T05:41:18.235Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6882023-12-13T05:41:18.255Z+ do_assemble
6892023-12-13T05:41:18.257Z+ rm -r ./out/transceiver-control
6902023-12-13T05:41:18.257Z+ mkdir ./out/transceiver-control
6912023-12-13T05:41:18.257Z+ cp -r out/downloads/root ./out/transceiver-control/root
6922023-12-13T05:41:18.444ZAll prerequisites installed successfully
6932023-12-13T05:41:18.449Z
6942023-12-13T05:41:18.449Zreal 2:21.524333016
6952023-12-13T05:41:18.449Zuser 59.083134893
6962023-12-13T05:41:18.449Zsys 11.492346269
6972023-12-13T05:41:18.449Ztrap 0.023875305
6982023-12-13T05:41:18.449Ztflt 0.245075230
6992023-12-13T05:41:18.449Zdflt 0.721691844
7002023-12-13T05:41:18.449Zkflt 0.159340095
7012023-12-13T05:41:18.449Zlock 2.346987854
7022023-12-13T05:41:18.449Zslp 4:26.571839592
7032023-12-13T05:41:18.449Zlat 3.682898620
7042023-12-13T05:41:18.450Zstop 0.063903651
7052023-12-13T05:41:18.450Z+ banner end-to-end-tests
7062023-12-13T05:41:18.516Z
7072023-12-13T05:41:18.516Z ###### # # ##### ##### #### ###### # # #####
7082023-12-13T05:41:18.516Z # ## # # # # # # # ## # # #
7092023-12-13T05:41:18.517Z ##### # # # # # ##### # # # ##### ##### # # # # #
7102023-12-13T05:41:18.517Z # # # # # # # # # # # # # # #
7112023-12-13T05:41:18.517Z # # ## # # # # # # # ## # #
7122023-12-13T05:41:18.517Z ###### # # ##### # #### ###### # # #####
7132023-12-13T05:41:18.517Z
7142023-12-13T05:41:18.522Z+ export CARGO_PROFILE_DEV_DEBUG=1
7152023-12-13T05:41:18.522Z+ CARGO_PROFILE_DEV_DEBUG=1
7162023-12-13T05:41:18.522Z+ export CARGO_PROFILE_TEST_DEBUG=1
7172023-12-13T05:41:18.522Z+ CARGO_PROFILE_TEST_DEBUG=1
7182023-12-13T05:41:18.522Z+ export CARGO_INCREMENTAL=0
7192023-12-13T05:41:18.522Z+ CARGO_INCREMENTAL=0
7202023-12-13T05:41:18.522Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7212023-12-13T05:41:18.885Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222023-12-13T05:41:19.354Z Updating crates.io index
7232023-12-13T05:41:19.375Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242023-12-13T05:41:20.473Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7252023-12-13T05:41:22.483Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7262023-12-13T05:41:23.051Z Updating git repository `http://github.com/oxidecomputer/tofino`
7272023-12-13T05:41:23.409Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7282023-12-13T05:41:23.813Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7292023-12-13T05:41:24.046Z Updating git repository `https://github.com/oxidecomputer/propolis`
7302023-12-13T05:41:25.015Z Updating git repository `https://github.com/oxidecomputer/crucible`
7312023-12-13T05:41:27.283Z Updating git repository `https://github.com/oxidecomputer/opte`
7322023-12-13T05:41:29.046Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7332023-12-13T05:41:29.409Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342023-12-13T05:41:29.966Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352023-12-13T05:41:30.321Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362023-12-13T05:41:30.628Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372023-12-13T05:41:31.096Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382023-12-13T05:41:31.391Z Updating git repository `https://github.com/njaremko/samael`
7392023-12-13T05:41:31.853Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402023-12-13T05:41:32.515Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7412023-12-13T05:41:32.897Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422023-12-13T05:41:33.222Z Updating git repository `https://github.com/jgallagher/nix`
7432023-12-13T05:41:34.487Z Updating git repository `https://github.com/cbiffle/hubpack`
7442023-12-13T05:41:34.938Z Updating git repository `https://github.com/oxidecomputer/typify`
7452023-12-13T05:41:36.044Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462023-12-13T05:41:36.365Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472023-12-13T05:41:36.670Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482023-12-13T05:41:38.361Z Downloading crates ...
7492023-12-13T05:41:38.990Z Downloaded aead v0.5.2
7502023-12-13T05:41:38.991Z Downloaded adler v1.0.2
7512023-12-13T05:41:38.991Z Downloaded mime v0.3.17
7522023-12-13T05:41:38.991Z Downloaded md5 v0.7.0
7532023-12-13T05:41:38.991Z Downloaded async-stream-impl v0.3.5
7542023-12-13T05:41:38.991Z Downloaded atomicwrites v0.4.2
7552023-12-13T05:41:38.992Z Downloaded nibble_vec v0.1.0
7562023-12-13T05:41:38.992Z Downloaded addr2line v0.21.0
7572023-12-13T05:41:38.992Z Downloaded curve25519-dalek-derive v0.1.0
7582023-12-13T05:41:38.992Z Downloaded bit-vec v0.6.3
7592023-12-13T05:41:38.992Z Downloaded bcrypt-pbkdf v0.10.0
7602023-12-13T05:41:38.992Z Downloaded num v0.4.1
7612023-12-13T05:41:38.993Z Downloaded der v0.7.8
7622023-12-13T05:41:38.993Z Downloaded console v0.15.7
7632023-12-13T05:41:38.993Z Downloaded defmt v0.3.5
7642023-12-13T05:41:38.994Z Downloaded openssl-probe v0.1.5
7652023-12-13T05:41:38.995Z Downloaded colorchoice v1.0.0
7662023-12-13T05:41:38.995Z Downloaded block-buffer v0.10.4
7672023-12-13T05:41:38.995Z Downloaded arc-swap v1.6.0
7682023-12-13T05:41:38.995Z Downloaded display-error-chain v0.2.0
7692023-12-13T05:41:38.995Z Downloaded cfg-if v1.0.0
7702023-12-13T05:41:38.996Z Downloaded ciborium-ll v0.2.1
7712023-12-13T05:41:38.996Z Downloaded blowfish v0.9.1
7722023-12-13T05:41:38.996Z Downloaded num_enum_derive v0.5.11
7732023-12-13T05:41:38.996Z Downloaded colored v2.0.4
7742023-12-13T05:41:38.996Z Downloaded chacha20 v0.9.1
7752023-12-13T05:41:38.996Z Downloaded option-ext v0.2.0
7762023-12-13T05:41:38.997Z Downloaded matches v0.1.10
7772023-12-13T05:41:38.997Z Downloaded block-padding v0.3.3
7782023-12-13T05:41:38.997Z Downloaded quote v1.0.33
7792023-12-13T05:41:38.997Z Downloaded pbkdf2 v0.11.0
7802023-12-13T05:41:38.998Z Downloaded pretty-hex v0.4.0
7812023-12-13T05:41:38.998Z Downloaded phf_shared v0.10.0
7822023-12-13T05:41:38.998Z Downloaded crucible-workspace-hack v0.1.0
7832023-12-13T05:41:38.998Z Downloaded bit-set v0.5.3
7842023-12-13T05:41:38.998Z Downloaded anstyle-parse v0.2.1
7852023-12-13T05:41:38.998Z Downloaded waitgroup v0.1.2
7862023-12-13T05:41:38.999Z Downloaded match_cfg v0.1.0
7872023-12-13T05:41:38.999Z Downloaded cstr-argument v0.1.2
7882023-12-13T05:41:38.999Z Downloaded pretty-hex v0.2.1
7892023-12-13T05:41:38.999Z Downloaded usdt-macro v0.3.5
7902023-12-13T05:41:38.999Z Downloaded cpufeatures v0.2.9
7912023-12-13T05:41:38.999Z Downloaded phf_shared v0.11.2
7922023-12-13T05:41:39.000Z Downloaded pbkdf2 v0.12.2
7932023-12-13T05:41:39.000Z Downloaded paste v1.0.14
7942023-12-13T05:41:39.000Z Downloaded dtrace-parser v0.1.14
7952023-12-13T05:41:39.000Z Downloaded parking_lot_core v0.9.8
7962023-12-13T05:41:39.000Z Downloaded dirs-sys-next v0.1.2
7972023-12-13T05:41:39.000Z Downloaded phf v0.11.2
7982023-12-13T05:41:39.001Z Downloaded time-core v0.1.1
7992023-12-13T05:41:39.001Z Downloaded ctr v0.9.2
8002023-12-13T05:41:39.001Z Downloaded lru-cache v0.1.2
8012023-12-13T05:41:39.001Z Downloaded pem v3.0.2
8022023-12-13T05:41:39.001Z Downloaded dyn-clone v1.0.13
8032023-12-13T05:41:39.002Z Downloaded defmt-macros v0.3.6
8042023-12-13T05:41:39.002Z Downloaded version_check v0.9.4
8052023-12-13T05:41:39.002Z Downloaded crypto-common v0.1.6
8062023-12-13T05:41:39.002Z Downloaded platforms v3.0.2
8072023-12-13T05:41:39.002Z Downloaded hubpack_derive v0.1.1
8082023-12-13T05:41:39.003Z Downloaded postgres-protocol v0.6.6
8092023-12-13T05:41:39.003Z Downloaded pkcs8 v0.10.2
8102023-12-13T05:41:39.003Z Downloaded stable_deref_trait v1.2.0
8112023-12-13T05:41:39.003Z Downloaded structopt-derive v0.4.18
8122023-12-13T05:41:39.003Z Downloaded primeorder v0.13.6
8132023-12-13T05:41:39.004Z Downloaded ident_case v1.0.1
8142023-12-13T05:41:39.004Z Downloaded darling v0.20.3
8152023-12-13T05:41:39.004Z Downloaded headers-core v0.2.0
8162023-12-13T05:41:39.004Z Downloaded native-tls v0.2.11
8172023-12-13T05:41:39.005Z Downloaded thread-id v4.2.0
8182023-12-13T05:41:39.005Z Downloaded crossbeam-epoch v0.9.15
8192023-12-13T05:41:39.005Z Downloaded siphasher v0.3.11
8202023-12-13T05:41:39.007Z Downloaded unicode-xid v0.2.4
8212023-12-13T05:41:39.007Z Downloaded cc v1.0.83
8222023-12-13T05:41:39.007Z Downloaded slog-async v2.8.0
8232023-12-13T05:41:39.007Z Downloaded home v0.5.5
8242023-12-13T05:41:39.008Z Downloaded slog-dtrace v0.2.3
8252023-12-13T05:41:39.009Z Downloaded scopeguard v1.2.0
8262023-12-13T05:41:39.009Z Downloaded slog-bunyan v2.4.0
8272023-12-13T05:41:39.009Z Downloaded tinyvec_macros v0.1.1
8282023-12-13T05:41:39.009Z Downloaded smf v0.2.2
8292023-12-13T05:41:39.009Z Downloaded crossbeam-utils v0.8.16
8302023-12-13T05:41:39.010Z Downloaded foreign-types-shared v0.3.1
8312023-12-13T05:41:39.010Z Downloaded zone_cfg_derive v0.3.0
8322023-12-13T05:41:39.010Z Downloaded libefi-sys v0.1.0
8332023-12-13T05:41:39.010Z Downloaded hash32 v0.2.1
8342023-12-13T05:41:39.010Z Downloaded foreign-types v0.5.0
8352023-12-13T05:41:39.011Z Downloaded instant v0.1.12
8362023-12-13T05:41:39.011Z Downloaded slab v0.4.9
8372023-12-13T05:41:39.011Z Downloaded walkdir v2.4.0
8382023-12-13T05:41:39.011Z Downloaded usdt-attr-macro v0.3.5
8392023-12-13T05:41:39.011Z Downloaded serde_tokenstream v0.2.0
8402023-12-13T05:41:39.012Z Downloaded slog-json v2.6.1
8412023-12-13T05:41:39.012Z Downloaded strum v0.25.0
8422023-12-13T05:41:39.012Z Downloaded sct v0.7.0
8432023-12-13T05:41:39.012Z Downloaded spin v0.9.8
8442023-12-13T05:41:39.012Z Downloaded thread_local v1.1.7
8452023-12-13T05:41:39.013Z Downloaded try-lock v0.2.4
8462023-12-13T05:41:39.013Z Downloaded lazy_static v1.4.0
8472023-12-13T05:41:39.013Z Downloaded signal-hook-registry v1.4.1
8482023-12-13T05:41:39.015Z Downloaded rustc_version v0.4.0
8492023-12-13T05:41:39.023Z Downloaded hyper-tls v0.5.0
8502023-12-13T05:41:39.023Z Downloaded pin-project v1.1.3
8512023-12-13T05:41:39.023Z Downloaded doc-comment v0.3.3
8522023-12-13T05:41:39.023Z Downloaded zerocopy v0.3.0
8532023-12-13T05:41:39.024Z Downloaded xattr v1.0.1
8542023-12-13T05:41:39.024Z Downloaded utf8parse v0.2.1
8552023-12-13T05:41:39.024Z Downloaded sec1 v0.7.3
8562023-12-13T05:41:39.024Z Downloaded sha1 v0.10.6
8572023-12-13T05:41:39.024Z Downloaded structmeta-derive v0.2.0
8582023-12-13T05:41:39.025Z Downloaded textwrap v0.11.0
8592023-12-13T05:41:39.025Z Downloaded rustc-demangle v0.1.23
8602023-12-13T05:41:39.025Z Downloaded tracing v0.1.37
8612023-12-13T05:41:39.025Z Downloaded form_urlencoded v1.2.1
8622023-12-13T05:41:39.025Z Downloaded structmeta v0.2.0
8632023-12-13T05:41:39.025Z Downloaded strsim v0.8.0
8642023-12-13T05:41:39.025Z Downloaded subtle v2.5.0
8652023-12-13T05:41:39.026Z Downloaded inout v0.1.3
8662023-12-13T05:41:39.026Z Downloaded tracing-attributes v0.1.26
8672023-12-13T05:41:39.026Z Downloaded ghash v0.5.0
8682023-12-13T05:41:39.026Z Downloaded take_mut v0.2.2
8692023-12-13T05:41:39.027Z Downloaded string_cache v0.8.7
8702023-12-13T05:41:39.044Z Downloaded half v1.8.2
8712023-12-13T05:41:39.044Z Downloaded endian-type v0.1.2
8722023-12-13T05:41:39.045Z Downloaded http-body v0.4.5
8732023-12-13T05:41:39.045Z Downloaded serde_path_to_error v0.1.14
8742023-12-13T05:41:39.067Z Downloaded tokio-native-tls v0.3.1
8752023-12-13T05:41:39.067Z Downloaded serde_derive v1.0.193
8762023-12-13T05:41:39.068Z Downloaded whoami v1.4.1
8772023-12-13T05:41:39.069Z Downloaded rustls-native-certs v0.6.3
8782023-12-13T05:41:39.069Z Downloaded futures-macro v0.3.29
8792023-12-13T05:41:39.082Z Downloaded slog-envlogger v2.2.0
8802023-12-13T05:41:39.083Z Downloaded ed25519-dalek v2.0.0
8812023-12-13T05:41:39.083Z Downloaded spin v0.5.2
8822023-12-13T05:41:39.083Z Downloaded hex-literal v0.4.1
8832023-12-13T05:41:39.083Z Downloaded synstructure v0.12.6
8842023-12-13T05:41:39.083Z Downloaded signature v2.1.0
8852023-12-13T05:41:39.083Z Downloaded secrecy v0.8.0
8862023-12-13T05:41:39.091Z Downloaded either v1.9.0
8872023-12-13T05:41:39.091Z Downloaded futures-task v0.3.29
8882023-12-13T05:41:39.091Z Downloaded group v0.13.0
8892023-12-13T05:41:39.103Z Downloaded socket2 v0.5.5
8902023-12-13T05:41:39.104Z Downloaded httparse v1.8.0
8912023-12-13T05:41:39.116Z Downloaded strsim v0.10.0
8922023-12-13T05:41:39.116Z Downloaded libsw v3.3.0
8932023-12-13T05:41:39.116Z Downloaded futures v0.3.29
8942023-12-13T05:41:39.135Z Downloaded snafu v0.7.5
8952023-12-13T05:41:39.145Z Downloaded futures-sink v0.3.29
8962023-12-13T05:41:39.145Z Downloaded slog-term v2.9.0
8972023-12-13T05:41:39.146Z Downloaded zip v0.6.6
8982023-12-13T05:41:39.152Z Downloaded snafu-derive v0.7.5
8992023-12-13T05:41:39.152Z Downloaded toml_edit v0.19.15
9002023-12-13T05:41:39.182Z Downloaded ipnet v2.8.0
9012023-12-13T05:41:39.191Z Downloaded tracing-core v0.1.31
9022023-12-13T05:41:39.199Z Downloaded tar v0.4.40
9032023-12-13T05:41:39.200Z Downloaded tungstenite v0.20.1
9042023-12-13T05:41:39.205Z Downloaded trust-dns-client v0.22.0
9052023-12-13T05:41:39.212Z Downloaded rcgen v0.11.3
9062023-12-13T05:41:39.221Z Downloaded unicode-segmentation v1.10.1
9072023-12-13T05:41:39.225Z Downloaded itertools v0.10.5
9082023-12-13T05:41:39.239Z Downloaded serde_yaml v0.9.25
9092023-12-13T05:41:39.246Z Downloaded flate2 v1.0.28
9102023-12-13T05:41:39.257Z Downloaded url v2.5.0
9112023-12-13T05:41:39.263Z Downloaded zerocopy v0.7.26
9122023-12-13T05:41:39.296Z Downloaded hashbrown v0.13.2
9132023-12-13T05:41:39.305Z Downloaded http v0.2.11
9142023-12-13T05:41:39.312Z Downloaded itertools v0.11.0
9152023-12-13T05:41:39.323Z Downloaded unicode-normalization v0.1.22
9162023-12-13T05:41:39.333Z Downloaded serde_json v1.0.108
9172023-12-13T05:41:39.351Z Downloaded serde_with v3.4.0
9182023-12-13T05:41:39.417Z Downloaded petgraph v0.6.4
9192023-12-13T05:41:39.423Z Downloaded itertools v0.12.0
9202023-12-13T05:41:39.426Z Downloaded hashbrown v0.14.2
9212023-12-13T05:41:39.426Z Downloaded regex-automata v0.1.10
9222023-12-13T05:41:39.433Z Downloaded h2 v0.3.21
9232023-12-13T05:41:39.437Z Downloaded winnow v0.5.15
9242023-12-13T05:41:39.455Z Downloaded hyper v0.14.27
9252023-12-13T05:41:39.469Z Downloaded hkdf v0.12.3
9262023-12-13T05:41:39.474Z Downloaded object v0.32.1
9272023-12-13T05:41:39.498Z Downloaded syn v1.0.109
9282023-12-13T05:41:39.522Z Downloaded smoltcp v0.9.1
9292023-12-13T05:41:39.540Z Downloaded regex v1.10.2
9302023-12-13T05:41:39.563Z Downloaded vcpkg v0.2.15
9312023-12-13T05:41:39.659Z Downloaded regex-syntax v0.8.2
9322023-12-13T05:41:39.676Z Downloaded bstr v1.6.0
9332023-12-13T05:41:39.699Z Downloaded trust-dns-proto v0.22.0
9342023-12-13T05:41:39.726Z Downloaded regex-syntax v0.7.5
9352023-12-13T05:41:39.746Z Downloaded openapiv3 v2.0.0
9362023-12-13T05:41:39.781Z Downloaded tokio v1.35.0
9372023-12-13T05:41:39.847Z Downloaded libc v0.2.151
9382023-12-13T05:41:39.910Z Downloaded sha3 v0.10.8
9392023-12-13T05:41:39.930Z Downloaded rustix v0.38.25
9402023-12-13T05:41:39.960Z Downloaded sled v0.34.7
9412023-12-13T05:41:39.980Z Downloaded zerocopy-derive v0.6.4
9422023-12-13T05:41:40.014Z Downloaded regex-automata v0.4.3
9432023-12-13T05:41:40.043Z Downloaded bzip2-sys v0.1.11+1.0.8
9442023-12-13T05:41:40.070Z Downloaded regex-automata v0.3.8
9452023-12-13T05:41:40.109Z Downloaded zerocopy-derive v0.7.26
9462023-12-13T05:41:40.138Z Downloaded zerocopy-derive v0.2.0
9472023-12-13T05:41:40.158Z Downloaded diesel v2.1.4
9482023-12-13T05:41:40.584Z Downloaded smoltcp v0.10.0
9492023-12-13T05:41:40.607Z Downloaded webpki-roots v0.25.2
9502023-12-13T05:41:40.608Z Downloaded rustix v0.37.23
9512023-12-13T05:41:40.608Z Downloaded syn v2.0.32
9522023-12-13T05:41:40.608Z Downloaded gimli v0.28.0
9532023-12-13T05:41:40.608Z Downloaded regress v0.7.1
9542023-12-13T05:41:40.608Z Downloaded winapi v0.3.9
9552023-12-13T05:41:40.608Z Downloaded idna v0.2.3
9562023-12-13T05:41:40.608Z Downloaded rustls v0.21.9
9572023-12-13T05:41:40.608Z Downloaded encoding_rs v0.8.33
9582023-12-13T05:41:40.608Z Downloaded bstr v0.2.17
9592023-12-13T05:41:40.609Z Downloaded idna v0.5.0
9602023-12-13T05:41:40.609Z Downloaded openssl v0.10.60
9612023-12-13T05:41:40.609Z Downloaded libm v0.2.7
9622023-12-13T05:41:40.609Z Downloaded rustls-webpki v0.101.7
9632023-12-13T05:41:40.609Z Downloaded reqwest v0.11.22
9642023-12-13T05:41:40.609Z Downloaded chrono v0.4.31
9652023-12-13T05:41:40.609Z Downloaded clap v2.34.0
9662023-12-13T05:41:40.609Z Downloaded futures-util v0.3.29
9672023-12-13T05:41:40.623Z Downloaded toml_edit v0.21.0
9682023-12-13T05:41:40.652Z Downloaded tokio-util v0.7.10
9692023-12-13T05:41:40.669Z Downloaded time v0.3.27
9702023-12-13T05:41:40.681Z Downloaded clap_builder v4.4.2
9712023-12-13T05:41:40.691Z Downloaded aes-gcm v0.10.3
9722023-12-13T05:41:40.696Z Downloaded tokio-stream v0.1.14
9732023-12-13T05:41:40.703Z Downloaded elliptic-curve v0.13.8
9742023-12-13T05:41:40.712Z Downloaded hashbrown v0.12.3
9752023-12-13T05:41:40.722Z Downloaded memchr v2.6.3
9762023-12-13T05:41:40.735Z Downloaded pest v2.7.2
9772023-12-13T05:41:40.753Z Downloaded tempfile v3.8.1
9782023-12-13T05:41:40.764Z Downloaded serde_with_macros v3.4.0
9792023-12-13T05:41:40.764Z Downloaded futures-channel v0.3.29
9802023-12-13T05:41:40.764Z Downloaded getrandom v0.1.16
9812023-12-13T05:41:40.771Z Downloaded schemars v0.8.13
9822023-12-13T05:41:40.792Z Downloaded russh v0.40.1
9832023-12-13T05:41:40.803Z Downloaded serde v1.0.193
9842023-12-13T05:41:40.813Z Downloaded heapless v0.7.16
9852023-12-13T05:41:40.813Z Downloaded static_assertions v1.1.0
9862023-12-13T05:41:40.813Z Downloaded ucd-trie v0.1.6
9872023-12-13T05:41:40.821Z Downloaded getopts v0.2.21
9882023-12-13T05:41:40.821Z Downloaded ryu v1.0.15
9892023-12-13T05:41:40.828Z Downloaded socket2 v0.4.9
9902023-12-13T05:41:40.828Z Downloaded similar v2.3.0
9912023-12-13T05:41:40.839Z Downloaded serde_spanned v0.6.4
9922023-12-13T05:41:40.839Z Downloaded itoa v1.0.9
9932023-12-13T05:41:40.845Z Downloaded ipnetwork v0.20.0
9942023-12-13T05:41:40.846Z Downloaded futures-core v0.3.29
9952023-12-13T05:41:40.846Z Downloaded structopt v0.3.26
9962023-12-13T05:41:40.858Z Downloaded equivalent v1.0.1
9972023-12-13T05:41:40.875Z Downloaded headers v0.3.9
9982023-12-13T05:41:40.879Z Downloaded toolchain_find v0.2.0
9992023-12-13T05:41:40.879Z Downloaded io-lifetimes v1.0.11
10002023-12-13T05:41:40.879Z Downloaded subprocess v0.2.9
10012023-12-13T05:41:40.879Z Downloaded typenum v1.16.0
10022023-12-13T05:41:40.883Z Downloaded ring v0.17.7
10032023-12-13T05:41:41.032Z Downloaded strum_macros v0.25.2
10042023-12-13T05:41:41.054Z Downloaded usdt v0.3.5
10052023-12-13T05:41:41.054Z Downloaded toml_datetime v0.6.5
10062023-12-13T05:41:41.054Z Downloaded uuid v1.6.1
10072023-12-13T05:41:41.054Z Downloaded thiserror v1.0.49
10082023-12-13T05:41:41.054Z Downloaded semver v0.11.0
10092023-12-13T05:41:41.054Z Downloaded glob v0.3.1
10102023-12-13T05:41:41.055Z Downloaded term v0.7.0
10112023-12-13T05:41:41.069Z Downloaded is-terminal v0.4.9
10122023-12-13T05:41:41.070Z Downloaded futures-io v0.3.29
10132023-12-13T05:41:41.070Z Downloaded futures-executor v0.3.29
10142023-12-13T05:41:41.071Z Downloaded unsafe-libyaml v0.2.9
10152023-12-13T05:41:41.072Z Downloaded zerocopy v0.6.4
10162023-12-13T05:41:41.073Z Downloaded universal-hash v0.5.1
10172023-12-13T05:41:41.095Z Downloaded slog-scope v4.4.0
10182023-12-13T05:41:41.095Z Downloaded ring v0.16.20
10192023-12-13T05:41:41.236Z Downloaded sha2 v0.10.8
10202023-12-13T05:41:41.258Z Downloaded mio v0.8.9
10212023-12-13T05:41:41.258Z Downloaded getrandom v0.2.10
10222023-12-13T05:41:41.258Z Downloaded aho-corasick v1.0.4
10232023-12-13T05:41:41.270Z Downloaded generic-array v0.14.7
10242023-12-13T05:41:41.271Z Downloaded russh-keys v0.40.1
10252023-12-13T05:41:41.271Z Downloaded hyper-rustls v0.24.2
10262023-12-13T05:41:41.271Z Downloaded vsss-rs v3.3.2
10272023-12-13T05:41:41.271Z Downloaded crossbeam-channel v0.5.8
10282023-12-13T05:41:41.283Z Downloaded errno v0.3.2
10292023-12-13T05:41:41.284Z Downloaded same-file v1.0.6
10302023-12-13T05:41:41.284Z Downloaded rustversion v1.0.14
10312023-12-13T05:41:41.295Z Downloaded fnv v1.0.7
10322023-12-13T05:41:41.296Z Downloaded unicode-width v0.1.11
10332023-12-13T05:41:41.296Z Downloaded trust-dns-resolver v0.22.0
10342023-12-13T05:41:41.306Z Downloaded hmac v0.12.1
10352023-12-13T05:41:41.307Z Downloaded trust-dns-server v0.22.1
10362023-12-13T05:41:41.316Z Downloaded tokio-postgres v0.7.10
10372023-12-13T05:41:41.316Z Downloaded indexmap v1.9.3
10382023-12-13T05:41:41.332Z Downloaded smallvec v1.11.2
10392023-12-13T05:41:41.332Z Downloaded stringprep v0.1.3
10402023-12-13T05:41:41.332Z Downloaded lock_api v0.4.10
10412023-12-13T05:41:41.332Z Downloaded spki v0.7.2
10422023-12-13T05:41:41.343Z Downloaded serde_urlencoded v0.7.1
10432023-12-13T05:41:41.343Z Downloaded serde_tokenstream v0.1.7
10442023-12-13T05:41:41.345Z Downloaded vec_map v0.8.2
10452023-12-13T05:41:41.345Z Downloaded slog v2.7.0
10462023-12-13T05:41:41.355Z Downloaded semver v1.0.20
10472023-12-13T05:41:41.355Z Downloaded p256 v0.13.2
10482023-12-13T05:41:41.366Z Downloaded curve25519-dalek v4.1.1
10492023-12-13T05:41:41.373Z Downloaded toml v0.5.11
10502023-12-13T05:41:41.384Z Downloaded slog-stdlog v4.1.1
10512023-12-13T05:41:41.384Z Downloaded rustls-pemfile v1.0.3
10522023-12-13T05:41:41.394Z Downloaded usdt-impl v0.3.5
10532023-12-13T05:41:41.395Z Downloaded enum-as-inner v0.5.1
10542023-12-13T05:41:41.395Z Downloaded zone v0.3.0
10552023-12-13T05:41:41.395Z Downloaded chacha20poly1305 v0.10.1
10562023-12-13T05:41:41.406Z Downloaded indexmap v2.1.0
10572023-12-13T05:41:41.407Z Downloaded crypto-bigint v0.5.2
10582023-12-13T05:41:41.425Z Downloaded toml v0.8.8
10592023-12-13T05:41:41.426Z Downloaded serde_derive_internals v0.26.0
10602023-12-13T05:41:41.426Z Downloaded linked-hash-map v0.5.6
10612023-12-13T05:41:41.445Z Downloaded heck v0.4.1
10622023-12-13T05:41:41.445Z Downloaded rand_core v0.6.4
10632023-12-13T05:41:41.446Z Downloaded dof v0.1.5
10642023-12-13T05:41:41.446Z Downloaded semver-parser v0.10.2
10652023-12-13T05:41:41.446Z Downloaded postcard v1.0.8
10662023-12-13T05:41:41.446Z Downloaded darling_core v0.20.3
10672023-12-13T05:41:41.474Z Downloaded heck v0.3.3
10682023-12-13T05:41:41.474Z Downloaded zeroize_derive v1.4.2
10692023-12-13T05:41:41.474Z Downloaded scheduled-thread-pool v0.2.7
10702023-12-13T05:41:41.474Z Downloaded base64 v0.21.5
10712023-12-13T05:41:41.474Z Downloaded kstat-rs v0.2.3
10722023-12-13T05:41:41.476Z Downloaded const-oid v0.9.5
10732023-12-13T05:41:41.476Z Downloaded tokio-tungstenite v0.20.1
10742023-12-13T05:41:41.510Z Downloaded openssl-sys v0.9.96
10752023-12-13T05:41:41.510Z Downloaded hostname v0.3.1
10762023-12-13T05:41:41.510Z Downloaded hex v0.4.3
10772023-12-13T05:41:41.511Z Downloaded embedded-io v0.4.0
10782023-12-13T05:41:41.511Z Downloaded serde_repr v0.1.16
10792023-12-13T05:41:41.511Z Downloaded float-cmp v0.9.0
10802023-12-13T05:41:41.511Z Downloaded fastrand v2.0.0
10812023-12-13T05:41:41.511Z Downloaded unicode-ident v1.0.12
10822023-12-13T05:41:41.511Z Downloaded thiserror-impl v1.0.49
10832023-12-13T05:41:41.543Z Downloaded pin-project-lite v0.2.13
10842023-12-13T05:41:41.544Z Downloaded tinyvec v1.6.0
10852023-12-13T05:41:41.544Z Downloaded ecdsa v0.16.9
10862023-12-13T05:41:41.544Z Downloaded unicode-bidi v0.3.13
10872023-12-13T05:41:41.544Z Downloaded bytes v1.5.0
10882023-12-13T05:41:41.544Z Downloaded num-traits v0.2.16
10892023-12-13T05:41:41.545Z Downloaded linear-map v1.2.0
10902023-12-13T05:41:41.708Z Downloaded keccak v0.1.4
10912023-12-13T05:41:41.708Z Downloaded hyper-staticfile v0.9.5
10922023-12-13T05:41:41.708Z Downloaded swrite v0.1.0
10932023-12-13T05:41:41.708Z Downloaded lalrpop-util v0.19.12
10942023-12-13T05:41:41.708Z Downloaded parking_lot v0.12.1
10952023-12-13T05:41:41.709Z Downloaded rand v0.8.5
10962023-12-13T05:41:41.709Z Downloaded toml v0.7.8
10972023-12-13T05:41:41.709Z Downloaded diesel_derives v2.1.2
10982023-12-13T05:41:41.709Z Downloaded derive-where v1.2.6
10992023-12-13T05:41:41.745Z Downloaded resolv-conf v0.7.0
11002023-12-13T05:41:41.745Z Downloaded clap v4.4.3
11012023-12-13T05:41:41.745Z Downloaded flagset v0.4.3
11022023-12-13T05:41:41.746Z Downloaded fallible-iterator v0.2.0
11032023-12-13T05:41:41.746Z Downloaded schemars_derive v0.8.13
11042023-12-13T05:41:41.747Z Downloaded der_derive v0.7.2
11052023-12-13T05:41:41.747Z Downloaded poly1305 v0.8.0
11062023-12-13T05:41:41.747Z Downloaded pin-project-internal v1.1.3
11072023-12-13T05:41:41.747Z Downloaded pest_meta v2.7.2
11082023-12-13T05:41:41.747Z Downloaded pest_generator v2.7.2
11092023-12-13T05:41:41.747Z Downloaded pest_derive v2.7.2
11102023-12-13T05:41:41.747Z Downloaded yasna v0.5.2
11112023-12-13T05:41:41.747Z Downloaded iana-time-zone v0.1.57
11122023-12-13T05:41:41.750Z Downloaded want v0.3.1
11132023-12-13T05:41:41.750Z Downloaded data-encoding v2.4.0
11142023-12-13T05:41:41.751Z Downloaded http-range v0.1.5
11152023-12-13T05:41:41.751Z Downloaded tokio-rustls v0.24.1
11162023-12-13T05:41:41.751Z Downloaded num-complex v0.4.4
11172023-12-13T05:41:41.751Z Downloaded mime_guess v2.0.4
11182023-12-13T05:41:41.751Z Downloaded tokio-macros v2.2.0
11192023-12-13T05:41:41.751Z Downloaded rfc6979 v0.4.0
11202023-12-13T05:41:41.752Z Downloaded time-macros v0.2.13
11212023-12-13T05:41:41.752Z Downloaded foreign-types v0.3.2
11222023-12-13T05:41:41.752Z Downloaded pem-rfc7468 v0.7.0
11232023-12-13T05:41:41.752Z Downloaded password-hash v0.4.2
11242023-12-13T05:41:41.752Z Downloaded password-hash v0.5.0
11252023-12-13T05:41:41.752Z Downloaded parking_lot v0.11.2
11262023-12-13T05:41:41.752Z Downloaded crc32fast v1.3.2
11272023-12-13T05:41:41.753Z Downloaded once_cell v1.19.0
11282023-12-13T05:41:41.753Z Downloaded backtrace v0.3.69
11292023-12-13T05:41:41.753Z Downloaded parking_lot_core v0.8.6
11302023-12-13T05:41:41.753Z Downloaded omicron-zone-package v0.9.1
11312023-12-13T05:41:41.753Z Downloaded derive_more v0.99.17
11322023-12-13T05:41:41.753Z Downloaded untrusted v0.9.0
11332023-12-13T05:41:41.753Z Downloaded unicase v2.7.0
11342023-12-13T05:41:41.753Z Downloaded ff v0.13.0
11352023-12-13T05:41:41.753Z Downloaded rustfmt-wrapper v0.2.0
11362023-12-13T05:41:41.753Z Downloaded hubpack v0.1.2
11372023-12-13T05:41:41.753Z Downloaded httpdate v1.0.3
11382023-12-13T05:41:41.754Z Downloaded foreign-types-macros v0.2.3
11392023-12-13T05:41:41.754Z Downloaded fixedbitset v0.4.2
11402023-12-13T05:41:41.754Z Downloaded num-rational v0.4.1
11412023-12-13T05:41:41.754Z Downloaded nom v7.1.3
11422023-12-13T05:41:41.754Z Downloaded debug-ignore v1.0.5
11432023-12-13T05:41:41.754Z Downloaded bitflags v2.4.0
11442023-12-13T05:41:41.754Z Downloaded bzip2 v0.4.4
11452023-12-13T05:41:41.754Z Downloaded blake2 v0.10.6
11462023-12-13T05:41:41.754Z Downloaded thiserror-impl-no-std v2.0.2
11472023-12-13T05:41:41.774Z Downloaded russh-cryptovec v0.7.0
11482023-12-13T05:41:41.774Z Downloaded filetime v0.2.23
11492023-12-13T05:41:41.774Z Downloaded ed25519 v2.2.2
11502023-12-13T05:41:41.775Z Downloaded r2d2 v0.8.10
11512023-12-13T05:41:41.775Z Downloaded owo-colors v3.5.0
11522023-12-13T05:41:41.775Z Downloaded multer v2.1.0
11532023-12-13T05:41:41.775Z Downloaded log v0.4.20
11542023-12-13T05:41:41.775Z Downloaded thiserror-no-std v2.0.2
11552023-12-13T05:41:41.775Z Downloaded proc-macro-error-attr v1.0.4
11562023-12-13T05:41:41.775Z Downloaded ciborium v0.2.1
11572023-12-13T05:41:41.775Z Downloaded proc-macro-crate v1.3.1
11582023-12-13T05:41:41.777Z Downloaded camino-tempfile v1.1.1
11592023-12-13T05:41:41.777Z Downloaded zeroize v1.7.0
11602023-12-13T05:41:41.777Z Downloaded utf-8 v0.7.6
11612023-12-13T05:41:41.789Z Downloaded untrusted v0.7.1
11622023-12-13T05:41:41.789Z Downloaded radix_trie v0.2.1
11632023-12-13T05:41:41.789Z Downloaded clap_derive v4.4.2
11642023-12-13T05:41:41.790Z Downloaded num-bigint v0.4.4
11652023-12-13T05:41:41.809Z Downloaded miniz_oxide v0.7.1
11662023-12-13T05:41:41.810Z Downloaded parse-display-derive v0.8.2
11672023-12-13T05:41:41.810Z Downloaded num_cpus v1.16.0
11682023-12-13T05:41:41.823Z Downloaded num-integer v0.1.45
11692023-12-13T05:41:41.823Z Downloaded num-derive v0.4.0
11702023-12-13T05:41:41.824Z Downloaded polyval v0.6.1
11712023-12-13T05:41:41.824Z Downloaded pkg-config v0.3.27
11722023-12-13T05:41:41.824Z Downloaded dirs v5.0.1
11732023-12-13T05:41:41.824Z Downloaded digest v0.10.7
11742023-12-13T05:41:41.824Z Downloaded aes v0.8.3
11752023-12-13T05:41:41.839Z Downloaded fxhash v0.2.1
11762023-12-13T05:41:41.839Z Downloaded foreign-types-shared v0.1.1
11772023-12-13T05:41:41.839Z Downloaded openssl-macros v0.1.1
11782023-12-13T05:41:41.839Z Downloaded convert_case v0.4.0
11792023-12-13T05:41:41.840Z Downloaded cipher v0.4.4
11802023-12-13T05:41:41.840Z Downloaded camino v1.1.6
11812023-12-13T05:41:41.840Z Downloaded base64ct v1.6.0
11822023-12-13T05:41:41.862Z Downloaded num_enum v0.5.11
11832023-12-13T05:41:41.862Z Downloaded dirs-sys v0.4.1
11842023-12-13T05:41:41.862Z Downloaded difflib v0.4.0
11852023-12-13T05:41:41.863Z Downloaded tower-service v0.3.2
11862023-12-13T05:41:41.863Z Downloaded pin-utils v0.1.0
11872023-12-13T05:41:41.863Z Downloaded macaddr v1.0.1
11882023-12-13T05:41:41.879Z Downloaded percent-encoding v2.3.1
11892023-12-13T05:41:41.879Z Downloaded managed v0.8.0
11902023-12-13T05:41:41.879Z Downloaded cobs v0.2.3
11912023-12-13T05:41:41.879Z Downloaded clap_lex v0.5.1
11922023-12-13T05:41:41.879Z Downloaded anstyle v1.0.2
11932023-12-13T05:41:41.879Z Downloaded bitflags v1.3.2
11942023-12-13T05:41:41.879Z Downloaded rand_chacha v0.3.1
11952023-12-13T05:41:41.879Z Downloaded ppv-lite86 v0.2.17
11962023-12-13T05:41:41.879Z Downloaded num-iter v0.1.43
11972023-12-13T05:41:41.879Z Downloaded deranged v0.3.8
11982023-12-13T05:41:41.895Z Downloaded base16ct v0.2.0
11992023-12-13T05:41:41.895Z Downloaded async-trait v0.1.74
12002023-12-13T05:41:41.896Z Downloaded rand_core v0.5.1
12012023-12-13T05:41:41.896Z Downloaded dirs-next v2.0.0
12022023-12-13T05:41:41.896Z Downloaded precomputed-hash v0.1.1
12032023-12-13T05:41:41.896Z Downloaded cbc v0.1.2
12042023-12-13T05:41:41.896Z Downloaded byteorder v1.5.0
12052023-12-13T05:41:41.916Z Downloaded rand_chacha v0.2.2
12062023-12-13T05:41:41.916Z Downloaded parse-display v0.8.2
12072023-12-13T05:41:41.917Z Downloaded opaque-debug v0.3.0
12082023-12-13T05:41:41.917Z Downloaded num_threads v0.1.6
12092023-12-13T05:41:41.917Z Downloaded new_debug_unreachable v1.0.4
12102023-12-13T05:41:41.917Z Downloaded diesel_table_macro_syntax v0.1.0
12112023-12-13T05:41:41.918Z Downloaded darling_macro v0.20.3
12122023-12-13T05:41:41.918Z Downloaded rand v0.7.3
12132023-12-13T05:41:41.937Z Downloaded predicates-core v1.0.6
12142023-12-13T05:41:41.937Z Downloaded md-5 v0.10.5
12152023-12-13T05:41:41.937Z Downloaded cancel-safe-futures v0.1.5
12162023-12-13T05:41:41.937Z Downloaded backoff v0.4.0
12172023-12-13T05:41:41.937Z Downloaded anyhow v1.0.75
12182023-12-13T05:41:41.945Z Downloaded proc-macro2 v1.0.69
12192023-12-13T05:41:41.945Z Downloaded postgres-types v0.2.6
12202023-12-13T05:41:41.946Z Downloaded ciborium-io v0.2.1
12212023-12-13T05:41:41.946Z Downloaded argon2 v0.5.2
12222023-12-13T05:41:41.946Z Downloaded ansi_term v0.12.1
12232023-12-13T05:41:41.946Z Downloaded terminal_size v0.2.6
12242023-12-13T05:41:41.953Z Downloaded quick-error v1.2.3
12252023-12-13T05:41:41.953Z Downloaded proc-macro-error v1.0.4
12262023-12-13T05:41:41.961Z Downloaded predicates v3.0.4
12272023-12-13T05:41:41.961Z Downloaded minimal-lexical v0.2.1
12282023-12-13T05:41:41.967Z Downloaded atty v0.2.14
12292023-12-13T05:41:41.968Z Downloaded anstream v0.5.0
12302023-12-13T05:41:41.984Z Downloaded autocfg v1.1.0
12312023-12-13T05:41:41.984Z Downloaded async-stream v0.3.5
12322023-12-13T05:41:41.984Z Downloaded atomic-waker v1.1.1
12332023-12-13T05:41:41.984Z Downloaded anstyle-query v1.0.0
12342023-12-13T05:41:41.992Z Downloaded ahash v0.8.6
12352023-12-13T05:41:41.992Z Downloaded memoffset v0.9.0
12362023-12-13T05:41:41.992Z Downloaded normalize-line-endings v0.3.0
12372023-12-13T05:41:41.993Z Downloaded defmt-parser v0.3.3
12382023-12-13T05:41:42.416Z Compiling proc-macro2 v1.0.69
12392023-12-13T05:41:42.416Z Compiling unicode-ident v1.0.12
12402023-12-13T05:41:42.428Z Compiling libc v0.2.151
12412023-12-13T05:41:42.428Z Compiling serde v1.0.193
12422023-12-13T05:41:42.428Z Compiling autocfg v1.1.0
12432023-12-13T05:41:42.441Z Compiling version_check v0.9.4
12442023-12-13T05:41:42.459Z Compiling cfg-if v1.0.0
12452023-12-13T05:41:42.770Z Compiling syn v1.0.109
12462023-12-13T05:41:42.780Z Compiling typenum v1.16.0
12472023-12-13T05:41:42.790Z Compiling parking_lot_core v0.9.8
12482023-12-13T05:41:43.626Z Compiling generic-array v0.14.7
12492023-12-13T05:41:43.697Z Compiling lock_api v0.4.10
12502023-12-13T05:41:44.524Z Compiling libm v0.2.7
12512023-12-13T05:41:44.534Z Compiling once_cell v1.19.0
12522023-12-13T05:41:44.546Z Compiling num-traits v0.2.16
12532023-12-13T05:41:45.005Z Compiling thiserror v1.0.49
12542023-12-13T05:41:45.024Z Compiling futures-core v0.3.29
12552023-12-13T05:41:45.138Z Compiling serde_json v1.0.108
12562023-12-13T05:41:45.184Z Compiling slab v0.4.9
12572023-12-13T05:41:45.377Z Compiling futures-channel v0.3.29
12582023-12-13T05:41:45.504Z Compiling memchr v2.6.3
12592023-12-13T05:41:45.724Z Compiling futures-task v0.3.29
12602023-12-13T05:41:45.739Z Compiling futures-util v0.3.29
12612023-12-13T05:41:45.970Z Compiling itoa v1.0.9
12622023-12-13T05:41:46.209Z Compiling quote v1.0.33
12632023-12-13T05:41:46.380Z Compiling scopeguard v1.2.0
12642023-12-13T05:41:46.578Z Compiling pkg-config v0.3.27
12652023-12-13T05:41:47.401Z Compiling syn v2.0.32
12662023-12-13T05:41:47.437Z Compiling getrandom v0.2.10
12672023-12-13T05:41:47.745Z Compiling cc v1.0.83
12682023-12-13T05:41:47.865Z Compiling rand_core v0.6.4
12692023-12-13T05:41:48.912Z Compiling byteorder v1.5.0
12702023-12-13T05:41:49.118Z Compiling log v0.4.20
12712023-12-13T05:41:49.186Z Compiling heck v0.4.1
12722023-12-13T05:41:49.645Z Compiling ryu v1.0.15
12732023-12-13T05:41:49.949Z Compiling subtle v2.5.0
12742023-12-13T05:41:50.247Z Compiling smallvec v1.11.2
12752023-12-13T05:41:50.505Z Compiling semver v1.0.20
12762023-12-13T05:41:50.923Z Compiling vcpkg v0.2.15
12772023-12-13T05:41:50.971Z Compiling schemars v0.8.13
12782023-12-13T05:41:51.494Z Compiling httparse v1.8.0
12792023-12-13T05:41:52.273Z Compiling indexmap v1.9.3
12802023-12-13T05:41:52.485Z Compiling equivalent v1.0.1
12812023-12-13T05:41:52.684Z Compiling pin-project-lite v0.2.13
12822023-12-13T05:41:52.796Z Compiling hashbrown v0.14.2
12832023-12-13T05:41:53.104Z Compiling ring v0.17.7
12842023-12-13T05:41:53.844Z Compiling ring v0.16.20
12852023-12-13T05:41:54.022Z Compiling const-oid v0.9.5
12862023-12-13T05:41:54.923Z Compiling openssl-sys v0.9.96
12872023-12-13T05:41:55.007Z Compiling parking_lot v0.12.1
12882023-12-13T05:41:55.293Z Compiling ahash v0.8.6
12892023-12-13T05:41:55.824Z Compiling fnv v1.0.7
12902023-12-13T05:41:56.629Z Compiling openssl v0.10.60
12912023-12-13T05:41:56.664Z Compiling ucd-trie v0.1.6
12922023-12-13T05:41:57.282Z Compiling iana-time-zone v0.1.57
12932023-12-13T05:41:57.445Z Compiling rustls v0.21.9
12942023-12-13T05:41:57.603Z Compiling native-tls v0.2.11
12952023-12-13T05:41:57.980Z Compiling mio v0.8.9
12962023-12-13T05:41:58.222Z Compiling num_cpus v1.16.0
12972023-12-13T05:41:58.289Z Compiling socket2 v0.5.5
12982023-12-13T05:41:58.316Z Compiling signal-hook-registry v1.4.1
12992023-12-13T05:41:58.898Z Compiling spin v0.5.2
13002023-12-13T05:42:00.427Z Compiling serde_derive_internals v0.26.0
13012023-12-13T05:42:00.445Z Compiling futures-sink v0.3.29
13022023-12-13T05:42:00.446Z Compiling async-trait v0.1.74
13032023-12-13T05:42:00.975Z Compiling dyn-clone v1.0.13
13042023-12-13T05:42:01.282Z Compiling aho-corasick v1.0.4
13052023-12-13T05:42:01.437Z Compiling regex-syntax v0.8.2
13062023-12-13T05:42:01.517Z Compiling rustix v0.38.25
13072023-12-13T05:42:01.637Z Compiling tinyvec_macros v0.1.1
13082023-12-13T05:42:02.182Z Compiling tinyvec v1.6.0
13092023-12-13T05:42:02.973Z Compiling backtrace v0.3.69
13102023-12-13T05:42:04.058Z Compiling pin-utils v0.1.0
13112023-12-13T05:42:04.199Z Compiling futures-io v0.3.29
13122023-12-13T05:42:04.332Z Compiling winnow v0.5.15
13132023-12-13T05:42:04.493Z Compiling unicode-normalization v0.1.22
13142023-12-13T05:42:04.691Z Compiling spin v0.9.8
13152023-12-13T05:42:05.030Z Compiling tracing-core v0.1.31
13162023-12-13T05:42:05.677Z Compiling unicode-bidi v0.3.13
13172023-12-13T05:42:06.597Z Compiling cpufeatures v0.2.9
13182023-12-13T05:42:08.248Z Compiling regex-automata v0.4.3
13192023-12-13T05:42:09.436Z Compiling anyhow v1.0.75
13202023-12-13T05:42:09.515Z Compiling crc32fast v1.3.2
13212023-12-13T05:42:11.014Z Compiling base64 v0.21.5
13222023-12-13T05:42:11.151Z Compiling time-core v0.1.1
13232023-12-13T05:42:11.276Z Compiling time-macros v0.2.13
13242023-12-13T05:42:12.232Z Compiling num-integer v0.1.45
13252023-12-13T05:42:12.691Z Compiling slog v2.7.0
13262023-12-13T05:42:12.820Z Compiling serde_derive v1.0.193
13272023-12-13T05:42:13.452Z Compiling zeroize_derive v1.4.2
13282023-12-13T05:42:13.473Z Compiling thiserror-impl v1.0.49
13292023-12-13T05:42:13.614Z Compiling tokio-macros v2.2.0
13302023-12-13T05:42:14.620Z Compiling futures-macro v0.3.29
13312023-12-13T05:42:16.194Z Compiling tracing-attributes v0.1.26
13322023-12-13T05:42:16.802Z Compiling zeroize v1.7.0
13332023-12-13T05:42:16.814Z Compiling schemars_derive v0.8.13
13342023-12-13T05:42:17.204Z Compiling zerocopy-derive v0.7.26
13352023-12-13T05:42:18.333Z Compiling openssl-macros v0.1.1
13362023-12-13T05:42:19.525Z Compiling crypto-common v0.1.6
13372023-12-13T05:42:19.599Z Compiling pest v2.7.2
13382023-12-13T05:42:19.630Z Compiling block-buffer v0.10.4
13392023-12-13T05:42:20.123Z Compiling digest v0.10.7
13402023-12-13T05:42:21.160Z Compiling zerocopy v0.7.26
13412023-12-13T05:42:22.489Z Compiling regex v1.10.2
13422023-12-13T05:42:23.161Z Compiling tracing v0.1.37
13432023-12-13T05:42:24.430Z Compiling der_derive v0.7.2
13442023-12-13T05:42:24.678Z Compiling hashbrown v0.13.2
13452023-12-13T05:42:24.762Z Compiling unicode-width v0.1.11
13462023-12-13T05:42:25.033Z Compiling hashbrown v0.12.3
13472023-12-13T05:42:25.726Z Compiling untrusted v0.9.0
13482023-12-13T05:42:26.005Z Compiling foreign-types-shared v0.1.1
13492023-12-13T05:42:26.178Z Compiling percent-encoding v2.3.1
13502023-12-13T05:42:26.522Z Compiling openssl-probe v0.1.5
13512023-12-13T05:42:26.948Z Compiling unicode-xid v0.2.4
13522023-12-13T05:42:26.948Z Compiling untrusted v0.7.1
13532023-12-13T05:42:26.995Z Compiling synstructure v0.12.6
13542023-12-13T05:42:27.057Z Compiling foreign-types v0.3.2
13552023-12-13T05:42:30.290Z Compiling errno v0.3.2
13562023-12-13T05:42:30.633Z Compiling ppv-lite86 v0.2.17
13572023-12-13T05:42:31.572Z Compiling try-lock v0.2.4
13582023-12-13T05:42:31.798Z Compiling want v0.3.1
13592023-12-13T05:42:31.829Z Compiling rustls-webpki v0.101.7
13602023-12-13T05:42:31.987Z Compiling sct v0.7.0
13612023-12-13T05:42:32.507Z Compiling zerocopy-derive v0.2.0
13622023-12-13T05:42:33.549Z Compiling form_urlencoded v1.2.1
13632023-12-13T05:42:33.699Z Compiling pest_meta v2.7.2
13642023-12-13T05:42:34.110Z Compiling socket2 v0.4.9
13652023-12-13T05:42:35.593Z Compiling io-lifetimes v1.0.11
13662023-12-13T05:42:35.786Z Compiling tower-service v0.3.2
13672023-12-13T05:42:36.394Z Compiling httpdate v1.0.3
13682023-12-13T05:42:36.402Z Compiling pest_generator v2.7.2
13692023-12-13T05:42:37.515Z Compiling rustls-pemfile v1.0.3
13702023-12-13T05:42:38.123Z Compiling idna v0.5.0
13712023-12-13T05:42:38.842Z Compiling bytes v1.5.0
13722023-12-13T05:42:39.278Z Compiling indexmap v2.1.0
13732023-12-13T05:42:40.760Z Compiling uuid v1.6.1
13742023-12-13T05:42:40.970Z Compiling chrono v0.4.31
13752023-12-13T05:42:41.168Z Compiling tokio v1.35.0
13762023-12-13T05:42:41.189Z Compiling http v0.2.11
13772023-12-13T05:42:41.457Z Compiling rustc_version v0.4.0
13782023-12-13T05:42:42.771Z Compiling serde_spanned v0.6.4
13792023-12-13T05:42:43.190Z Compiling toml_datetime v0.6.5
13802023-12-13T05:42:43.538Z Compiling bitflags v2.4.0
13812023-12-13T05:42:44.136Z Compiling toml_edit v0.19.15
13822023-12-13T05:42:47.840Z Compiling http-body v0.4.5
13832023-12-13T05:42:48.541Z Compiling heapless v0.7.16
13842023-12-13T05:42:49.211Z Compiling openapiv3 v2.0.0
13852023-12-13T05:42:49.327Z Compiling lazy_static v1.4.0
13862023-12-13T05:42:50.161Z Compiling crossbeam-utils v0.8.16
13872023-12-13T05:42:51.703Z Compiling adler v1.0.2
13882023-12-13T05:42:52.068Z Compiling miniz_oxide v0.7.1
13892023-12-13T05:42:52.598Z Compiling pest_derive v2.7.2
13902023-12-13T05:42:53.900Z Compiling url v2.5.0
13912023-12-13T05:42:56.660Z Compiling tokio-util v0.7.10
13922023-12-13T05:42:58.140Z Compiling tokio-native-tls v0.3.1
13932023-12-13T05:42:58.167Z Compiling tokio-rustls v0.24.1
13942023-12-13T05:42:58.602Z Compiling h2 v0.3.21
13952023-12-13T05:42:58.934Z Compiling rustls-native-certs v0.6.3
13962023-12-13T05:42:59.053Z Compiling rand_chacha v0.3.1
13972023-12-13T05:42:59.244Z Compiling usdt-impl v0.3.5
13982023-12-13T05:42:59.798Z Compiling rustix v0.37.23
13992023-12-13T05:42:59.889Z Compiling ipnet v2.8.0
14002023-12-13T05:43:01.490Z Compiling rand v0.8.5
14012023-12-13T05:43:02.100Z Compiling serde_urlencoded v0.7.1
14022023-12-13T05:43:02.561Z Compiling encoding_rs v0.8.33
14032023-12-13T05:43:02.701Z Compiling gimli v0.28.0
14042023-12-13T05:43:02.996Z Compiling mime v0.3.17
14052023-12-13T05:43:04.046Z Compiling webpki-roots v0.25.2
14062023-12-13T05:43:05.381Z Compiling zerocopy v0.3.0
14072023-12-13T05:43:06.144Z Compiling object v0.32.1
14082023-12-13T05:43:06.726Z Compiling num-bigint v0.4.4
14092023-12-13T05:43:08.066Z Compiling rustc-demangle v0.1.23
14102023-12-13T05:43:08.712Z Compiling dof v0.1.5
14112023-12-13T05:43:09.614Z Compiling flate2 v1.0.28
14122023-12-13T05:43:09.967Z Compiling addr2line v0.21.0
14132023-12-13T05:43:10.062Z Compiling dtrace-parser v0.1.14
14142023-12-13T05:43:10.429Z Compiling hyper v0.14.27
14152023-12-13T05:43:11.044Z Compiling bzip2-sys v0.1.11+1.0.8
14162023-12-13T05:43:11.250Z Compiling thread-id v4.2.0
14172023-12-13T05:43:11.416Z Compiling rustversion v1.0.14
14182023-12-13T05:43:12.300Z Compiling toml v0.7.8
14192023-12-13T05:43:12.658Z Compiling toml_edit v0.21.0
14202023-12-13T05:43:13.502Z Compiling serde_tokenstream v0.2.0
14212023-12-13T05:43:14.406Z Compiling hex v0.4.3
14222023-12-13T05:43:14.580Z Compiling serde_tokenstream v0.1.7
14232023-12-13T05:43:15.410Z Compiling memoffset v0.9.0
14242023-12-13T05:43:15.753Z Compiling strsim v0.10.0
14252023-12-13T05:43:15.788Z Compiling base64ct v1.6.0
14262023-12-13T05:43:17.118Z Compiling regress v0.7.1
14272023-12-13T05:43:19.914Z Compiling bitflags v1.3.2
14282023-12-13T05:43:19.945Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14292023-12-13T05:43:20.710Z Compiling smoltcp v0.9.1
14302023-12-13T05:43:21.311Z Compiling doc-comment v0.3.3
14312023-12-13T05:43:21.963Z Compiling pem-rfc7468 v0.7.0
14322023-12-13T05:43:22.194Z Compiling hyper-tls v0.5.0
14332023-12-13T05:43:22.630Z Compiling hyper-rustls v0.24.2
14342023-12-13T05:43:23.091Z Compiling reqwest v0.11.22
14352023-12-13T05:43:23.597Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14362023-12-13T05:43:23.601Z Compiling strum_macros v0.25.2
14372023-12-13T05:43:23.951Z Compiling usdt-macro v0.3.5
14382023-12-13T05:43:24.479Z Compiling usdt-attr-macro v0.3.5
14392023-12-13T05:43:26.239Z Compiling hmac v0.12.1
14402023-12-13T05:43:27.043Z Compiling enum-as-inner v0.5.1
14412023-12-13T05:43:27.940Z Compiling crossbeam-epoch v0.9.15
14422023-12-13T05:43:28.652Z Compiling num-iter v0.1.43
14432023-12-13T05:43:28.761Z Compiling unicode-segmentation v1.10.1
14442023-12-13T05:43:29.151Z Compiling siphasher v0.3.11
14452023-12-13T05:43:29.329Z Compiling flagset v0.4.3
14462023-12-13T05:43:29.609Z Compiling der v0.7.8
14472023-12-13T05:43:30.641Z Compiling hubpack_derive v0.1.1
14482023-12-13T05:43:30.915Z Compiling zerocopy-derive v0.6.4
14492023-12-13T05:43:31.432Z Compiling pin-project-internal v1.1.3
14502023-12-13T05:43:33.184Z Compiling num_threads v0.1.6
14512023-12-13T05:43:34.888Z Compiling deranged v0.3.8
14522023-12-13T05:43:35.534Z Compiling anstyle v1.0.2
14532023-12-13T05:43:35.590Z Compiling utf8parse v0.2.1
14542023-12-13T05:43:36.030Z Compiling sha2 v0.10.8
14552023-12-13T05:43:36.257Z Compiling anstyle-parse v0.2.1
14562023-12-13T05:43:36.981Z Compiling spki v0.7.2
14572023-12-13T05:43:38.106Z Compiling time v0.3.27
14582023-12-13T05:43:38.975Z Compiling md-5 v0.10.5
14592023-12-13T05:43:39.547Z Compiling block-padding v0.3.3
14602023-12-13T05:43:40.135Z Compiling clap_derive v4.4.2
14612023-12-13T05:43:40.609Z Compiling stringprep v0.1.3
14622023-12-13T05:43:42.101Z Compiling diesel_table_macro_syntax v0.1.0
14632023-12-13T05:43:42.291Z Compiling hash32 v0.2.1
14642023-12-13T05:43:42.548Z Compiling stable_deref_trait v1.2.0
14652023-12-13T05:43:42.714Z Compiling either v1.9.0
14662023-12-13T05:43:42.803Z Compiling colorchoice v1.0.0
14672023-12-13T05:43:42.841Z Compiling fallible-iterator v0.2.0
14682023-12-13T05:43:43.161Z Compiling anstyle-query v1.0.0
14692023-12-13T05:43:43.348Z Compiling anstream v0.5.0
14702023-12-13T05:43:44.020Z Compiling postgres-protocol v0.6.6
14712023-12-13T05:43:44.518Z Compiling diesel_derives v2.1.2
14722023-12-13T05:43:46.537Z Compiling terminal_size v0.2.6
14732023-12-13T05:43:47.712Z Compiling inout v0.1.3
14742023-12-13T05:43:48.829Z Compiling pkcs8 v0.10.2
14752023-12-13T05:43:48.833Z Compiling phf_shared v0.11.2
14762023-12-13T05:43:49.631Z Compiling ff v0.13.0
14772023-12-13T05:43:50.080Z Compiling snafu-derive v0.7.5
14782023-12-13T05:43:50.138Z Compiling serde_repr v0.1.16
14792023-12-13T05:43:50.213Z Compiling scheduled-thread-pool v0.2.7
14802023-12-13T05:43:50.442Z Compiling regex-automata v0.1.10
14812023-12-13T05:43:51.138Z Compiling base16ct v0.2.0
14822023-12-13T05:43:51.171Z Compiling clap_lex v0.5.1
14832023-12-13T05:43:51.685Z Compiling managed v0.8.0
14842023-12-13T05:43:51.768Z Compiling bit-vec v0.6.3
14852023-12-13T05:43:52.032Z Compiling matches v0.1.10
14862023-12-13T05:43:53.123Z Compiling idna v0.2.3
14872023-12-13T05:43:53.328Z Compiling clap_builder v4.4.2
14882023-12-13T05:43:55.514Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14892023-12-13T05:43:56.007Z Compiling sec1 v0.7.3
14902023-12-13T05:43:56.435Z Compiling bstr v0.2.17
14912023-12-13T05:43:59.032Z Compiling r2d2 v0.8.10
14922023-12-13T05:44:02.954Z Compiling group v0.13.0
14932023-12-13T05:44:04.613Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14942023-12-13T05:44:05.079Z Compiling phf v0.11.2
14952023-12-13T05:44:05.589Z Compiling bzip2 v0.4.4
14962023-12-13T05:44:05.591Z Compiling cipher v0.4.4
14972023-12-13T05:44:06.223Z Compiling postgres-types v0.2.6
14982023-12-13T05:44:06.421Z Compiling itertools v0.11.0
14992023-12-13T05:44:07.471Z Compiling pin-project v1.1.3
15002023-12-13T05:44:07.662Z Compiling zerocopy v0.6.4
15012023-12-13T05:44:09.079Z Compiling hubpack v0.1.2
15022023-12-13T05:44:09.108Z Compiling phf_shared v0.10.0
15032023-12-13T05:44:09.967Z Compiling hkdf v0.12.3
15042023-12-13T05:44:10.436Z Compiling ipnetwork v0.20.0
15052023-12-13T05:44:10.444Z Compiling crypto-bigint v0.5.2
15062023-12-13T05:44:10.444Z Compiling futures-executor v0.3.29
15072023-12-13T05:44:11.356Z Compiling getopts v0.2.21
15082023-12-13T05:44:11.467Z Compiling float-cmp v0.9.0
15092023-12-13T05:44:11.673Z Compiling unsafe-libyaml v0.2.9
15102023-12-13T05:44:11.843Z Compiling whoami v1.4.1
15112023-12-13T05:44:12.878Z Compiling new_debug_unreachable v1.0.4
15122023-12-13T05:44:12.915Z Compiling data-encoding v2.4.0
15132023-12-13T05:44:13.420Z Compiling minimal-lexical v0.2.1
15142023-12-13T05:44:14.032Z Compiling regex-automata v0.3.8
15152023-12-13T05:44:15.068Z Compiling static_assertions v1.1.0
15162023-12-13T05:44:17.088Z Compiling predicates-core v1.0.6
15172023-12-13T05:44:17.141Z Compiling fixedbitset v0.4.2
15182023-12-13T05:44:17.710Z Compiling precomputed-hash v0.1.1
15192023-12-13T05:44:17.888Z Compiling difflib v0.4.0
15202023-12-13T05:44:17.892Z Compiling normalize-line-endings v0.3.0
15212023-12-13T05:44:18.048Z Compiling string_cache v0.8.7
15222023-12-13T05:44:18.106Z Compiling petgraph v0.6.4
15232023-12-13T05:44:18.216Z Compiling bstr v1.6.0
15242023-12-13T05:44:18.573Z Compiling predicates v3.0.4
15252023-12-13T05:44:18.870Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15262023-12-13T05:44:18.987Z Compiling trust-dns-proto v0.22.0
15272023-12-13T05:44:19.556Z Compiling serde_yaml v0.9.25
15282023-12-13T05:44:20.700Z Compiling nom v7.1.3
15292023-12-13T05:44:20.959Z Compiling elliptic-curve v0.13.8
15302023-12-13T05:44:22.255Z Compiling diesel v2.1.4
15312023-12-13T05:44:25.043Z Compiling tokio-postgres v0.7.10
15322023-12-13T05:44:27.065Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15332023-12-13T05:44:29.118Z Compiling futures v0.3.29
15342023-12-13T05:44:30.609Z Compiling snafu v0.7.5
15352023-12-13T05:44:32.100Z Compiling zip v0.6.6
15362023-12-13T05:44:33.784Z Compiling yasna v0.5.2
15372023-12-13T05:44:34.613Z Compiling clap v4.4.3
15382023-12-13T05:44:34.807Z Compiling similar v2.3.0
15392023-12-13T05:44:35.294Z Compiling bit-set v0.5.3
15402023-12-13T05:44:35.745Z Compiling itertools v0.10.5
15412023-12-13T05:44:37.188Z Compiling usdt v0.3.5
15422023-12-13T05:44:38.260Z Compiling tokio-stream v0.1.14
15432023-12-13T05:44:38.637Z Compiling console v0.15.7
15442023-12-13T05:44:39.940Z Compiling lalrpop-util v0.19.12
15452023-12-13T05:44:40.745Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15462023-12-13T05:45:32.156Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15472023-12-13T05:45:34.446Z Compiling sha1 v0.10.6
15482023-12-13T05:45:35.085Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15492023-12-13T05:45:47.092Z Compiling atty v0.2.14
15502023-12-13T05:45:47.288Z Compiling match_cfg v0.1.0
15512023-12-13T05:45:47.443Z Compiling hostname v0.3.1
15522023-12-13T05:45:47.793Z Compiling dirs-sys-next v0.1.2
15532023-12-13T05:45:47.893Z Compiling ident_case v1.0.1
15542023-12-13T05:45:48.167Z Compiling dirs-next v2.0.0
15552023-12-13T05:45:48.472Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15562023-12-13T05:45:48.596Z Compiling darling_core v0.20.3
15572023-12-13T05:45:48.822Z Compiling thread_local v1.1.7
15582023-12-13T05:45:48.878Z Compiling slog-async v2.8.0
15592023-12-13T05:45:48.894Z Compiling camino v1.1.6
15602023-12-13T05:45:49.862Z Compiling term v0.7.0
15612023-12-13T05:45:49.983Z Compiling crossbeam-channel v0.5.8
15622023-12-13T05:45:50.038Z Compiling multer v2.1.0
15632023-12-13T05:45:50.517Z Compiling instant v0.1.12
15642023-12-13T05:45:50.744Z Compiling take_mut v0.2.2
15652023-12-13T05:45:50.996Z Compiling paste v1.0.14
15662023-12-13T05:45:51.879Z Compiling slog-term v2.9.0
15672023-12-13T05:45:52.534Z Compiling slog-json v2.6.1
15682023-12-13T05:45:53.146Z Compiling async-stream-impl v0.3.5
15692023-12-13T05:45:53.704Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15702023-12-13T05:45:53.941Z Compiling debug-ignore v1.0.5
15712023-12-13T05:45:54.004Z Compiling atomic-waker v1.1.1
15722023-12-13T05:45:54.169Z Compiling slog-bunyan v2.4.0
15732023-12-13T05:45:54.308Z Compiling waitgroup v0.1.2
15742023-12-13T05:45:54.716Z Compiling toml v0.8.8
15752023-12-13T05:45:55.323Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15762023-12-13T05:45:55.597Z Compiling async-stream v0.3.5
15772023-12-13T05:45:56.126Z Compiling serde_path_to_error v0.1.14
15782023-12-13T05:45:56.193Z Compiling structmeta-derive v0.2.0
15792023-12-13T05:45:56.588Z Compiling strum v0.25.0
15802023-12-13T05:45:56.860Z Compiling regex-syntax v0.7.5
15812023-12-13T05:45:57.625Z Compiling backoff v0.4.0
15822023-12-13T05:45:57.696Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15832023-12-13T05:45:58.022Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15842023-12-13T05:45:58.208Z Compiling macaddr v1.0.1
15852023-12-13T05:45:58.282Z Compiling proc-macro-error-attr v1.0.4
15862023-12-13T05:45:58.849Z Compiling proc-macro-crate v1.3.1
15872023-12-13T05:45:58.885Z Compiling proc-macro-error v1.0.4
15882023-12-13T05:45:59.326Z Compiling darling_macro v0.20.3
15892023-12-13T05:45:59.595Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902023-12-13T05:46:00.221Z Compiling smoltcp v0.10.0
15912023-12-13T05:46:00.774Z Compiling num_enum_derive v0.5.11
15922023-12-13T05:46:01.126Z Compiling darling v0.20.3
15932023-12-13T05:46:01.319Z Compiling serde_with_macros v3.4.0
15942023-12-13T05:46:01.474Z Compiling structmeta v0.2.0
15952023-12-13T05:46:01.579Z Compiling embedded-io v0.4.0
15962023-12-13T05:46:01.689Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15972023-12-13T05:46:01.889Z Compiling fastrand v2.0.0
15982023-12-13T05:46:02.117Z Compiling cobs v0.2.3
15992023-12-13T05:46:02.664Z Compiling tempfile v3.8.1
16002023-12-13T05:46:02.850Z Compiling postcard v1.0.8
16012023-12-13T05:46:04.186Z Compiling foreign-types-macros v0.2.3
16022023-12-13T05:46:04.364Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16032023-12-13T05:46:04.901Z Compiling crucible-workspace-hack v0.1.0
16042023-12-13T05:46:05.270Z Compiling foreign-types-shared v0.3.1
16052023-12-13T05:46:05.520Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16062023-12-13T05:46:05.618Z Compiling num_enum v0.5.11
16072023-12-13T05:46:05.781Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16082023-12-13T05:46:05.867Z Compiling same-file v1.0.6
16092023-12-13T05:46:06.151Z Compiling serde_with v3.4.0
16102023-12-13T05:46:06.237Z Compiling walkdir v2.4.0
16112023-12-13T05:46:06.434Z Compiling foreign-types v0.5.0
16122023-12-13T05:46:06.739Z Compiling is-terminal v0.4.9
16132023-12-13T05:46:06.916Z Compiling semver-parser v0.10.2
16142023-12-13T05:46:06.932Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16152023-12-13T05:46:07.563Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16162023-12-13T05:46:08.341Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16172023-12-13T05:46:09.053Z Compiling parse-display-derive v0.8.2
16182023-12-13T05:46:09.084Z Compiling cstr-argument v0.1.2
16192023-12-13T05:46:09.442Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16202023-12-13T05:46:09.994Z Compiling pretty-hex v0.2.1
16212023-12-13T05:46:11.109Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16222023-12-13T05:46:11.230Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16232023-12-13T05:46:11.948Z Compiling semver v0.11.0
16242023-12-13T05:46:12.196Z Compiling colored v2.0.4
16252023-12-13T05:46:12.318Z Compiling filetime v0.2.23
16262023-12-13T05:46:12.380Z Compiling xattr v1.0.1
16272023-12-13T05:46:12.795Z Compiling home v0.5.5
16282023-12-13T05:46:13.219Z Compiling toolchain_find v0.2.0
16292023-12-13T05:46:13.298Z Compiling tar v0.4.40
16302023-12-13T05:46:13.363Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16312023-12-13T05:46:13.497Z Compiling camino-tempfile v1.1.1
16322023-12-13T05:46:13.777Z Compiling zone_cfg_derive v0.3.0
16332023-12-13T05:46:14.196Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16342023-12-13T05:46:14.229Z Compiling textwrap v0.11.0
16352023-12-13T05:46:14.968Z Compiling heck v0.3.3
16362023-12-13T05:46:15.647Z Compiling toml v0.5.11
16372023-12-13T05:46:15.767Z Compiling num-derive v0.4.0
16382023-12-13T05:46:16.354Z Compiling ansi_term v0.12.1
16392023-12-13T05:46:16.642Z Compiling platforms v3.0.2
16402023-12-13T05:46:16.854Z Compiling libefi-sys v0.1.0
16412023-12-13T05:46:17.011Z Compiling parse-display v0.8.2
16422023-12-13T05:46:17.179Z Compiling vec_map v0.8.2
16432023-12-13T05:46:17.289Z Compiling strsim v0.8.0
16442023-12-13T05:46:17.389Z Compiling zone v0.3.0
16452023-12-13T05:46:17.421Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16462023-12-13T05:46:17.639Z Compiling clap v2.34.0
16472023-12-13T05:46:18.343Z Compiling structopt-derive v0.4.18
16482023-12-13T05:46:19.084Z Compiling rustfmt-wrapper v0.2.0
16492023-12-13T05:46:19.929Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
16502023-12-13T05:46:20.019Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16512023-12-13T05:46:20.143Z Compiling omicron-zone-package v0.9.1
16522023-12-13T05:46:20.758Z Compiling smf v0.2.2
16532023-12-13T05:46:21.647Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16542023-12-13T05:46:23.063Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16552023-12-13T05:46:23.134Z Compiling unicase v2.7.0
16562023-12-13T05:46:23.357Z Compiling curve25519-dalek v4.1.1
16572023-12-13T05:46:23.491Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16582023-12-13T05:46:23.618Z Compiling universal-hash v0.5.1
16592023-12-13T05:46:23.648Z Compiling structopt v0.3.26
16602023-12-13T05:46:23.931Z Compiling opaque-debug v0.3.0
16612023-12-13T05:46:24.066Z Compiling curve25519-dalek-derive v0.1.0
16622023-12-13T05:46:24.094Z Compiling num-rational v0.4.1
16632023-12-13T05:46:24.180Z Compiling getrandom v0.1.16
16642023-12-13T05:46:24.768Z Compiling signature v2.1.0
16652023-12-13T05:46:24.799Z Compiling quick-error v1.2.3
16662023-12-13T05:46:25.018Z Compiling parking_lot_core v0.8.6
16672023-12-13T05:46:25.046Z Compiling keccak v0.1.4
16682023-12-13T05:46:25.189Z Compiling linked-hash-map v0.5.6
16692023-12-13T05:46:25.762Z Compiling lru-cache v0.1.2
16702023-12-13T05:46:25.802Z Compiling sha3 v0.10.8
16712023-12-13T05:46:26.272Z Compiling resolv-conf v0.7.0
16722023-12-13T05:46:27.389Z Compiling password-hash v0.5.0
16732023-12-13T05:46:27.452Z Compiling blake2 v0.10.6
16742023-12-13T05:46:27.481Z Compiling aead v0.5.2
16752023-12-13T05:46:27.684Z Compiling secrecy v0.8.0
16762023-12-13T05:46:28.025Z Compiling num-complex v0.4.4
16772023-12-13T05:46:28.140Z Compiling nibble_vec v0.1.0
16782023-12-13T05:46:28.468Z Compiling slog-dtrace v0.2.3
16792023-12-13T05:46:28.944Z Compiling endian-type v0.1.2
16802023-12-13T05:46:29.142Z Compiling winapi v0.3.9
16812023-12-13T05:46:29.199Z Compiling arc-swap v1.6.0
16822023-12-13T05:46:29.318Z Compiling convert_case v0.4.0
16832023-12-13T05:46:29.982Z Compiling cancel-safe-futures v0.1.5
16842023-12-13T05:46:30.070Z Compiling utf-8 v0.7.6
16852023-12-13T05:46:30.348Z Compiling slog-scope v4.4.0
16862023-12-13T05:46:30.566Z Compiling tungstenite v0.20.1
16872023-12-13T05:46:30.595Z Compiling num v0.4.1
16882023-12-13T05:46:30.757Z Compiling radix_trie v0.2.1
16892023-12-13T05:46:30.915Z Compiling derive_more v0.99.17
16902023-12-13T05:46:31.086Z Compiling argon2 v0.5.2
16912023-12-13T05:46:31.256Z Compiling mime_guess v2.0.4
16922023-12-13T05:46:31.934Z Compiling trust-dns-resolver v0.22.0
16932023-12-13T05:46:33.504Z Compiling rand_core v0.5.1
16942023-12-13T05:46:34.323Z Compiling poly1305 v0.8.0
16952023-12-13T05:46:34.612Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16962023-12-13T05:46:34.734Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16972023-12-13T05:46:35.230Z Compiling chacha20 v0.9.1
16982023-12-13T05:46:35.988Z Compiling rfc6979 v0.4.0
16992023-12-13T05:46:36.278Z Compiling thiserror-impl-no-std v2.0.2
17002023-12-13T05:46:36.400Z Compiling ciborium-io v0.2.1
17012023-12-13T05:46:36.578Z Compiling half v1.8.2
17022023-12-13T05:46:36.615Z Compiling option-ext v0.2.0
17032023-12-13T05:46:36.886Z Compiling dirs-sys v0.4.1
17042023-12-13T05:46:37.339Z Compiling ciborium-ll v0.2.1
17052023-12-13T05:46:37.653Z Compiling ecdsa v0.16.9
17062023-12-13T05:46:37.865Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17072023-12-13T05:46:38.358Z Compiling parking_lot v0.11.2
17082023-12-13T05:46:38.699Z Compiling rand_chacha v0.2.2
17092023-12-13T05:46:39.182Z Compiling tokio-tungstenite v0.20.1
17102023-12-13T05:46:40.062Z Compiling trust-dns-client v0.22.0
17112023-12-13T05:46:41.177Z Compiling slog-stdlog v4.1.1
17122023-12-13T05:46:41.810Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17132023-12-13T05:46:41.968Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17142023-12-13T05:46:42.003Z Compiling thiserror-no-std v2.0.2
17152023-12-13T05:46:42.159Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17162023-12-13T05:46:42.199Z Compiling ed25519 v2.2.2
17172023-12-13T05:46:42.969Z Compiling polyval v0.6.1
17182023-12-13T05:46:43.050Z Compiling primeorder v0.13.6
17192023-12-13T05:46:43.681Z Compiling ctr v0.9.2
17202023-12-13T05:46:43.923Z Compiling aes v0.8.3
17212023-12-13T05:46:44.246Z Compiling blowfish v0.9.1
17222023-12-13T05:46:45.059Z Compiling password-hash v0.4.2
17232023-12-13T05:46:45.343Z Compiling libsw v3.3.0
17242023-12-13T05:46:46.084Z Compiling pbkdf2 v0.12.2
17252023-12-13T05:46:46.360Z Compiling derive-where v1.2.6
17262023-12-13T05:46:46.587Z Compiling fxhash v0.2.1
17272023-12-13T05:46:47.939Z Compiling glob v0.3.1
17282023-12-13T05:46:49.028Z Compiling linear-map v1.2.0
17292023-12-13T05:46:49.596Z Compiling owo-colors v3.5.0
17302023-12-13T05:46:49.756Z Compiling swrite v0.1.0
17312023-12-13T05:46:49.961Z Compiling trust-dns-server v0.22.1
17322023-12-13T05:46:52.778Z Compiling sled v0.34.7
17332023-12-13T05:46:54.171Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17342023-12-13T05:46:56.213Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17352023-12-13T05:46:57.384Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17362023-12-13T05:46:58.038Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17372023-12-13T05:46:58.631Z Compiling bcrypt-pbkdf v0.10.0
17382023-12-13T05:46:59.649Z Compiling pbkdf2 v0.11.0
17392023-12-13T05:47:00.275Z Compiling p256 v0.13.2
17402023-12-13T05:47:01.790Z Compiling ghash v0.5.0
17412023-12-13T05:47:02.124Z Compiling ed25519-dalek v2.0.0
17422023-12-13T05:47:02.525Z Compiling vsss-rs v3.3.2
17432023-12-13T05:47:03.961Z Compiling slog-envlogger v2.2.0
17442023-12-13T05:47:05.188Z Compiling russh-cryptovec v0.7.0
17452023-12-13T05:47:05.699Z Compiling rand v0.7.3
17462023-12-13T05:47:07.801Z Compiling ciborium v0.2.1
17472023-12-13T05:47:08.828Z Compiling dirs v5.0.1
17482023-12-13T05:47:08.970Z Compiling chacha20poly1305 v0.10.1
17492023-12-13T05:47:09.124Z Compiling cbc v0.1.2
17502023-12-13T05:47:09.321Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17512023-12-13T05:47:09.523Z Compiling pem v3.0.2
17522023-12-13T05:47:09.968Z Compiling headers-core v0.2.0
17532023-12-13T05:47:10.174Z Compiling kstat-rs v0.2.3
17542023-12-13T05:47:10.250Z Compiling pretty-hex v0.4.0
17552023-12-13T05:47:10.511Z Compiling http-range v0.1.5
17562023-12-13T05:47:10.627Z Compiling md5 v0.7.0
17572023-12-13T05:47:10.656Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17582023-12-13T05:47:11.047Z Compiling russh-keys v0.40.1
17592023-12-13T05:47:11.106Z Compiling hyper-staticfile v0.9.5
17602023-12-13T05:47:11.171Z Compiling rcgen v0.11.3
17612023-12-13T05:47:11.395Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17622023-12-13T05:47:11.499Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17632023-12-13T05:47:12.748Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17642023-12-13T05:47:12.781Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17652023-12-13T05:47:14.479Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17662023-12-13T05:47:15.765Z Compiling headers v0.3.9
17672023-12-13T05:47:16.925Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17682023-12-13T05:47:19.453Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17692023-12-13T05:47:22.229Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17702023-12-13T05:47:22.902Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17712023-12-13T05:47:24.330Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17722023-12-13T05:47:24.510Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17732023-12-13T05:47:27.717Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17742023-12-13T05:47:28.254Z Compiling aes-gcm v0.10.3
17752023-12-13T05:47:28.755Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17762023-12-13T05:47:30.496Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17772023-12-13T05:47:34.428Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17782023-12-13T05:47:40.053Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
17792023-12-13T05:47:42.734Z Compiling atomicwrites v0.4.2
17802023-12-13T05:47:42.737Z Compiling itertools v0.12.0
17812023-12-13T05:47:43.293Z Compiling subprocess v0.2.9
17822023-12-13T05:47:44.715Z Compiling display-error-chain v0.2.0
17832023-12-13T05:47:44.996Z Compiling hex-literal v0.4.1
17842023-12-13T05:47:45.245Z Compiling russh v0.40.1
17852023-12-13T05:47:47.533Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17862023-12-13T05:47:48.078Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17872023-12-13T05:47:50.937Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17882023-12-13T05:48:20.177Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17892023-12-13T05:49:46.279Z Finished dev [unoptimized + debuginfo] target(s) in 8m 27s
17902023-12-13T05:49:46.672Z
17912023-12-13T05:49:46.673Zreal 8:28.082415742
17922023-12-13T05:49:46.673Zuser 46:32.348242510
17932023-12-13T05:49:46.673Zsys 7:23.222154529
17942023-12-13T05:49:46.673Ztrap 1.776198293
17952023-12-13T05:49:46.673Ztflt 2.618286650
17962023-12-13T05:49:46.673Zdflt 6.408829910
17972023-12-13T05:49:46.673Zkflt 0.023743135
17982023-12-13T05:49:46.677Zlock 1:29:08.953265956
17992023-12-13T05:49:46.677Zslp 2:12:25.942875014
18002023-12-13T05:49:46.677Zlat 2:04.088529023
18012023-12-13T05:49:46.677Zstop 5:32.092383446
18022023-12-13T05:49:46.679Z+ mkdir -p /work/end-to-end-tests
18032023-12-13T05:49:46.682Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18042023-12-13T05:49:47.434Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18052023-12-13T05:49:47.434Z+ ptime -m gzip
18062023-12-13T05:49:47.438Z++ basename target/debug/bootstrap
18072023-12-13T05:50:04.448Z
18082023-12-13T05:50:04.448Zreal 17.005446414
18092023-12-13T05:50:04.448Zuser 16.798296320
18102023-12-13T05:50:04.448Zsys 0.185779821
18112023-12-13T05:50:04.449Ztrap 0.005705731
18122023-12-13T05:50:04.449Ztflt 0.000000000
18132023-12-13T05:50:04.449Zdflt 0.000000000
18142023-12-13T05:50:04.449Zkflt 0.000000000
18152023-12-13T05:50:04.452Zlock 0.000000000
18162023-12-13T05:50:04.452Zslp 0.000000000
18172023-12-13T05:50:04.452Zlat 0.015288659
18182023-12-13T05:50:04.452Zstop 0.000248745
18192023-12-13T05:50:04.452Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18202023-12-13T05:50:04.453Z+ ptime -m gzip
18212023-12-13T05:50:04.453Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b98d9b3a65a4fd47
18222023-12-13T05:50:05.554Z
18232023-12-13T05:50:05.560Zreal 1.095830839
18242023-12-13T05:50:05.560Zuser 1.080962483
18252023-12-13T05:50:05.560Zsys 0.013086598
18262023-12-13T05:50:05.560Ztrap 0.000538517
18272023-12-13T05:50:05.560Ztflt 0.000000000
18282023-12-13T05:50:05.560Zdflt 0.000000000
18292023-12-13T05:50:05.560Zkflt 0.000000000
18302023-12-13T05:50:05.560Zlock 0.000000000
18312023-12-13T05:50:05.560Zslp 0.000000000
18322023-12-13T05:50:05.560Zlat 0.000867546
18332023-12-13T05:50:05.560Zstop 0.000249317
18342023-12-13T05:50:05.564Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18352023-12-13T05:50:05.564Z+ ptime -m gzip
18362023-12-13T05:50:05.564Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e373b32ce9650dc1
18372023-12-13T05:50:23.114Z
18382023-12-13T05:50:23.114Zreal 17.550925520
18392023-12-13T05:50:23.114Zuser 17.340646097
18402023-12-13T05:50:23.114Zsys 0.204524094
18412023-12-13T05:50:23.114Ztrap 0.003505568
18422023-12-13T05:50:23.115Ztflt 0.000000000
18432023-12-13T05:50:23.118Zdflt 0.000000000
18442023-12-13T05:50:23.118Zkflt 0.000000000
18452023-12-13T05:50:23.118Zlock 0.000000000
18462023-12-13T05:50:23.118Zslp 0.000000000
18472023-12-13T05:50:23.119Zlat 0.001873488
18482023-12-13T05:50:23.119Zstop 0.000245538
18492023-12-13T05:50:23.119Z+ banner caboose-util
18502023-12-13T05:50:23.119Z
18512023-12-13T05:50:23.119Z #### ## ##### #### #### #### ###### # # #####
18522023-12-13T05:50:23.119Z # # # # # # # # # # # # # # #
18532023-12-13T05:50:23.119Z # # # ##### # # # # #### ##### ##### # # #
18542023-12-13T05:50:23.119Z # ###### # # # # # # # # # # #
18552023-12-13T05:50:23.119Z # # # # # # # # # # # # # # # #
18562023-12-13T05:50:23.119Z #### # # ##### #### #### #### ###### #### #
18572023-12-13T05:50:23.119Z
18582023-12-13T05:50:23.119Z+ ptime -m cargo build --locked -p caboose-util --release
18592023-12-13T05:50:23.803Z Downloading crates ...
18602023-12-13T05:50:24.147Z Downloaded crc-catalog v2.2.0
18612023-12-13T05:50:24.153Z Downloaded path-slash v0.1.5
18622023-12-13T05:50:24.162Z Downloaded radium v0.7.0
18632023-12-13T05:50:24.166Z Downloaded serde-hex v0.1.0
18642023-12-13T05:50:24.170Z Downloaded array-init v0.0.4
18652023-12-13T05:50:24.174Z Downloaded wyz v0.5.1
18662023-12-13T05:50:24.174Z Downloaded crc v3.0.1
18672023-12-13T05:50:24.178Z Downloaded funty v2.0.0
18682023-12-13T05:50:24.178Z Downloaded smallvec v0.6.14
18692023-12-13T05:50:24.181Z Downloaded tap v1.0.1
18702023-12-13T05:50:24.185Z Downloaded termcolor v1.2.0
18712023-12-13T05:50:24.185Z Downloaded maybe-uninit v2.0.0
18722023-12-13T05:50:24.189Z Downloaded packed_struct_codegen v0.10.1
18732023-12-13T05:50:24.189Z Downloaded pkcs1 v0.7.5
18742023-12-13T05:50:24.193Z Downloaded packed_struct v0.10.1
18752023-12-13T05:50:24.197Z Downloaded env_logger v0.10.0
18762023-12-13T05:50:24.202Z Downloaded crc-any v2.4.3
18772023-12-13T05:50:24.206Z Downloaded rsa v0.9.2
18782023-12-13T05:50:24.229Z Downloaded ron v0.8.1
18792023-12-13T05:50:24.232Z Downloaded bitvec v1.0.1
18802023-12-13T05:50:24.259Z Downloaded object v0.30.4
18812023-12-13T05:50:24.288Z Downloaded num-bigint-dig v0.8.4
18822023-12-13T05:50:24.293Z Downloaded x509-cert v0.2.4
18832023-12-13T05:50:24.297Z Downloaded bitfield v0.14.0
18842023-12-13T05:50:24.297Z Downloaded nodrop v0.1.14
18852023-12-13T05:50:24.472Z Compiling proc-macro2 v1.0.69
18862023-12-13T05:50:24.472Z Compiling unicode-ident v1.0.12
18872023-12-13T05:50:24.476Z Compiling libc v0.2.151
18882023-12-13T05:50:24.476Z Compiling autocfg v1.1.0
18892023-12-13T05:50:24.476Z Compiling serde v1.0.193
18902023-12-13T05:50:24.477Z Compiling cfg-if v1.0.0
18912023-12-13T05:50:24.477Z Compiling version_check v0.9.4
18922023-12-13T05:50:24.624Z Compiling typenum v1.16.0
18932023-12-13T05:50:24.652Z Compiling syn v1.0.109
18942023-12-13T05:50:24.767Z Compiling parking_lot_core v0.9.8
18952023-12-13T05:50:25.380Z Compiling libm v0.2.7
18962023-12-13T05:50:25.462Z Compiling futures-core v0.3.29
18972023-12-13T05:50:25.552Z Compiling generic-array v0.14.7
18982023-12-13T05:50:25.707Z Compiling lock_api v0.4.10
18992023-12-13T05:50:25.837Z Compiling num-traits v0.2.16
19002023-12-13T05:50:25.941Z Compiling once_cell v1.19.0
19012023-12-13T05:50:25.972Z Compiling pkg-config v0.3.27
19022023-12-13T05:50:26.131Z Compiling scopeguard v1.2.0
19032023-12-13T05:50:26.285Z Compiling slab v0.4.9
19042023-12-13T05:50:26.523Z Compiling futures-task v0.3.29
19052023-12-13T05:50:26.555Z Compiling serde_json v1.0.108
19062023-12-13T05:50:26.764Z Compiling quote v1.0.33
19072023-12-13T05:50:27.025Z Compiling futures-channel v0.3.29
19082023-12-13T05:50:27.084Z Compiling memchr v2.6.3
19092023-12-13T05:50:27.299Z Compiling thiserror v1.0.49
19102023-12-13T05:50:27.574Z Compiling syn v2.0.32
19112023-12-13T05:50:27.824Z Compiling cc v1.0.83
19122023-12-13T05:50:27.850Z Compiling getrandom v0.2.10
19132023-12-13T05:50:28.579Z Compiling rand_core v0.6.4
19142023-12-13T05:50:29.345Z Compiling futures-util v0.3.29
19152023-12-13T05:50:29.576Z Compiling itoa v1.0.9
19162023-12-13T05:50:29.742Z Compiling byteorder v1.5.0
19172023-12-13T05:50:29.860Z Compiling smallvec v1.11.2
19182023-12-13T05:50:31.102Z Compiling vcpkg v0.2.15
19192023-12-13T05:50:31.322Z Compiling log v0.4.20
19202023-12-13T05:50:32.921Z Compiling pin-project-lite v0.2.13
19212023-12-13T05:50:33.190Z Compiling const-oid v0.9.5
19222023-12-13T05:50:33.399Z Compiling ring v0.17.7
19232023-12-13T05:50:33.399Z Compiling indexmap v1.9.3
19242023-12-13T05:50:33.708Z Compiling parking_lot v0.12.1
19252023-12-13T05:50:34.076Z Compiling openssl-sys v0.9.96
19262023-12-13T05:50:35.752Z Compiling subtle v2.5.0
19272023-12-13T05:50:36.289Z Compiling heck v0.4.1
19282023-12-13T05:50:36.289Z Compiling io-lifetimes v1.0.11
19292023-12-13T05:50:36.609Z Compiling ring v0.16.20
19302023-12-13T05:50:36.609Z Compiling num-integer v0.1.45
19312023-12-13T05:50:36.609Z Compiling semver v1.0.20
19322023-12-13T05:50:56.274Z Compiling ryu v1.0.15
19332023-12-13T05:50:57.251Z Compiling rustix v0.37.23
19342023-12-13T05:50:57.757Z Compiling spin v0.5.2
19352023-12-13T05:50:57.757Z Compiling mio v0.8.9
19362023-12-13T05:50:57.757Z Compiling socket2 v0.5.5
19372023-12-13T05:50:57.757Z Compiling signal-hook-registry v1.4.1
19382023-12-13T05:50:57.757Z Compiling num_cpus v1.16.0
19392023-12-13T05:50:57.758Z Compiling openssl v0.10.60
19402023-12-13T05:50:57.758Z Compiling ucd-trie v0.1.6
19412023-12-13T05:50:57.758Z Compiling unicode-xid v0.2.4
19422023-12-13T05:50:57.758Z Compiling futures-sink v0.3.29
19432023-12-13T05:50:57.758Z Compiling httparse v1.8.0
19442023-12-13T05:50:57.758Z Compiling synstructure v0.12.6
19452023-12-13T05:50:57.758Z Compiling tinyvec_macros v0.1.1
19462023-12-13T05:50:57.758Z Compiling tinyvec v1.6.0
19472023-12-13T05:50:57.758Z Compiling futures-io v0.3.29
19482023-12-13T05:50:57.758Z Compiling crc32fast v1.3.2
19492023-12-13T05:50:57.758Z Compiling pin-utils v0.1.0
19502023-12-13T05:50:57.758Z Compiling ppv-lite86 v0.2.17
19512023-12-13T05:50:57.758Z Compiling native-tls v0.2.11
19522023-12-13T05:50:57.758Z Compiling rustls v0.21.9
19532023-12-13T05:50:57.758Z Compiling unicode-normalization v0.1.22
19542023-12-13T05:50:57.758Z Compiling bzip2-sys v0.1.11+1.0.8
19552023-12-13T05:50:57.758Z Compiling spin v0.9.8
19562023-12-13T05:50:57.759Z Compiling rand_chacha v0.3.1
19572023-12-13T05:50:57.759Z Compiling tracing-core v0.1.31
19582023-12-13T05:50:57.759Z Compiling base64ct v1.6.0
19592023-12-13T05:50:57.759Z Compiling unicode-bidi v0.3.13
19602023-12-13T05:50:57.759Z Compiling pem-rfc7468 v0.7.0
19612023-12-13T05:50:57.759Z Compiling rand v0.8.5
19622023-12-13T05:50:57.760Z Compiling errno v0.3.2
19632023-12-13T05:50:57.760Z Compiling num-iter v0.1.43
19642023-12-13T05:50:57.760Z Compiling ahash v0.8.6
19652023-12-13T05:50:57.760Z Compiling usdt-impl v0.3.5
19662023-12-13T05:50:57.760Z Compiling rustix v0.38.25
19672023-12-13T05:50:57.760Z Compiling schemars v0.8.13
19682023-12-13T05:50:57.760Z Compiling serde_derive v1.0.193
19692023-12-13T05:50:57.760Z Compiling zeroize_derive v1.4.2
19702023-12-13T05:50:57.760Z Compiling tokio-macros v2.2.0
19712023-12-13T05:50:57.760Z Compiling thiserror-impl v1.0.49
19722023-12-13T05:50:57.760Z Compiling futures-macro v0.3.29
19732023-12-13T05:50:57.760Z Compiling tracing-attributes v0.1.26
19742023-12-13T05:50:57.760Z Compiling der_derive v0.7.2
19752023-12-13T05:50:57.760Z Compiling zerocopy-derive v0.2.0
19762023-12-13T05:50:57.760Z Compiling zeroize v1.7.0
19772023-12-13T05:50:57.760Z Compiling openssl-macros v0.1.1
19782023-12-13T05:50:57.761Z Compiling zerocopy-derive v0.7.26
19792023-12-13T05:50:57.761Z Compiling zerocopy-derive v0.6.4
19802023-12-13T05:50:57.761Z Compiling pest v2.7.2
19812023-12-13T05:50:57.761Z Compiling crypto-common v0.1.6
19822023-12-13T05:50:57.761Z Compiling block-buffer v0.10.4
19832023-12-13T05:50:57.761Z Compiling digest v0.10.7
19842023-12-13T05:50:57.761Z Compiling tracing v0.1.37
19852023-12-13T05:50:57.761Z Compiling base64 v0.21.5
19862023-12-13T05:50:57.761Z Compiling flagset v0.4.3
19872023-12-13T05:50:57.950Z Compiling der v0.7.8
19882023-12-13T05:50:59.059Z Compiling serde_derive_internals v0.26.0
19892023-12-13T05:50:59.648Z Compiling pest_meta v2.7.2
19902023-12-13T05:51:03.115Z Compiling pest_generator v2.7.2
19912023-12-13T05:51:06.219Z Compiling fnv v1.0.7
19922023-12-13T05:51:06.248Z Compiling bitflags v1.3.2
19932023-12-13T05:51:06.397Z Compiling schemars_derive v0.8.13
19942023-12-13T05:51:06.633Z Compiling pest_derive v2.7.2
19952023-12-13T05:51:07.764Z Compiling spki v0.7.2
19962023-12-13T05:51:08.638Z Compiling zerocopy v0.3.0
19972023-12-13T05:51:09.384Z Compiling lazy_static v1.4.0
19982023-12-13T05:51:10.857Z Compiling backtrace v0.3.69
19992023-12-13T05:51:11.578Z Compiling memoffset v0.9.0
20002023-12-13T05:51:11.582Z Compiling num-bigint v0.4.4
20012023-12-13T05:51:11.602Z Compiling hashbrown v0.12.3
20022023-12-13T05:51:11.991Z Compiling foreign-types-shared v0.1.1
20032023-12-13T05:51:12.068Z Compiling hashbrown v0.14.2
20042023-12-13T05:51:12.153Z Compiling crossbeam-utils v0.8.16
20052023-12-13T05:51:12.209Z Compiling async-trait v0.1.74
20062023-12-13T05:51:12.877Z Compiling percent-encoding v2.3.1
20072023-12-13T05:51:12.894Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20082023-12-13T05:51:13.399Z Compiling iana-time-zone v0.1.57
20092023-12-13T05:51:13.773Z Compiling equivalent v1.0.1
20102023-12-13T05:51:13.934Z Compiling bytes v1.5.0
20112023-12-13T05:51:14.213Z Compiling bitflags v2.4.0
20122023-12-13T05:51:14.277Z Compiling uuid v1.6.1
20132023-12-13T05:51:14.768Z Compiling rustc_version v0.4.0
20142023-12-13T05:51:14.900Z Compiling smoltcp v0.9.1
20152023-12-13T05:51:15.191Z Compiling openssl-probe v0.1.5
20162023-12-13T05:51:15.639Z Compiling tokio v1.35.0
20172023-12-13T05:51:15.860Z Compiling heapless v0.7.16
20182023-12-13T05:51:16.282Z Compiling http v0.2.11
20192023-12-13T05:51:16.470Z Compiling untrusted v0.7.1
20202023-12-13T05:51:16.750Z Compiling doc-comment v0.3.3
20212023-12-13T05:51:16.789Z Compiling untrusted v0.9.0
20222023-12-13T05:51:20.384Z Compiling indexmap v2.1.0
20232023-12-13T05:51:20.962Z Compiling chrono v0.4.31
20242023-12-13T05:51:24.471Z Compiling foreign-types v0.3.2
20252023-12-13T05:51:24.702Z Compiling dof v0.1.5
20262023-12-13T05:51:24.900Z Compiling dtrace-parser v0.1.14
20272023-12-13T05:51:26.072Z Compiling hmac v0.12.1
20282023-12-13T05:51:26.415Z Compiling clap_derive v4.4.2
20292023-12-13T05:51:27.605Z Compiling thread-id v4.2.0
20302023-12-13T05:51:27.771Z Compiling siphasher v0.3.11
20312023-12-13T05:51:27.856Z Compiling anstyle v1.0.2
20322023-12-13T05:51:28.696Z Compiling cpufeatures v0.2.9
20332023-12-13T05:51:28.755Z Compiling time-core v0.1.1
20342023-12-13T05:51:28.827Z Compiling tokio-util v0.7.10
20352023-12-13T05:51:28.846Z Compiling utf8parse v0.2.1
20362023-12-13T05:51:29.015Z Compiling rustversion v1.0.14
20372023-12-13T05:51:29.122Z Compiling try-lock v0.2.4
20382023-12-13T05:51:29.137Z Compiling adler v1.0.2
20392023-12-13T05:51:29.334Z Compiling miniz_oxide v0.7.1
20402023-12-13T05:51:29.431Z Compiling want v0.3.1
20412023-12-13T05:51:29.925Z Compiling anstyle-parse v0.2.1
20422023-12-13T05:51:30.056Z Compiling time-macros v0.2.13
20432023-12-13T05:51:31.338Z Compiling h2 v0.3.21
20442023-12-13T05:51:32.920Z Compiling sha2 v0.10.8
20452023-12-13T05:51:39.721Z Compiling sct v0.7.0
20462023-12-13T05:51:39.886Z Compiling rustls-webpki v0.101.7
20472023-12-13T05:51:40.168Z Compiling http-body v0.4.5
20482023-12-13T05:51:41.179Z Compiling serde_tokenstream v0.1.7
20492023-12-13T05:51:42.004Z Compiling form_urlencoded v1.2.1
20502023-12-13T05:51:42.442Z Compiling pkcs8 v0.10.2
20512023-12-13T05:51:42.854Z Compiling hubpack_derive v0.1.1
20522023-12-13T05:51:43.268Z Compiling pin-project-internal v1.1.3
20532023-12-13T05:51:43.523Z Compiling socket2 v0.4.9
20542023-12-13T05:51:44.198Z Compiling crossbeam-epoch v0.9.15
20552023-12-13T05:51:44.911Z Compiling tower-service v0.3.2
20562023-12-13T05:51:45.489Z Compiling slog v2.7.0
20572023-12-13T05:51:45.913Z Compiling colorchoice v1.0.0
20582023-12-13T05:51:46.128Z Compiling httpdate v1.0.3
20592023-12-13T05:51:46.325Z Compiling radium v0.7.0
20602023-12-13T05:51:47.067Z Compiling anyhow v1.0.75
20612023-12-13T05:51:47.186Z Compiling anstyle-query v1.0.0
20622023-12-13T05:51:47.398Z Compiling anstream v0.5.0
20632023-12-13T05:51:48.403Z Compiling hyper v0.14.27
20642023-12-13T05:51:54.291Z Compiling terminal_size v0.2.6
20652023-12-13T05:51:57.545Z Compiling serde_spanned v0.6.4
20662023-12-13T05:51:57.636Z Compiling toml_datetime v0.6.5
20672023-12-13T05:51:58.343Z Compiling rustls-pemfile v1.0.3
20682023-12-13T05:51:58.884Z Compiling zerocopy v0.6.4
20692023-12-13T05:52:00.523Z Compiling md-5 v0.10.5
20702023-12-13T05:52:01.081Z Compiling stringprep v0.1.3
20712023-12-13T05:52:01.155Z Compiling idna v0.5.0
20722023-12-13T05:52:02.715Z Compiling diesel_table_macro_syntax v0.1.0
20732023-12-13T05:52:03.308Z Compiling hash32 v0.2.1
20742023-12-13T05:52:03.454Z Compiling aho-corasick v1.0.4
20752023-12-13T05:52:03.987Z Compiling strsim v0.10.0
20762023-12-13T05:52:04.464Z Compiling maybe-uninit v2.0.0
20772023-12-13T05:52:04.957Z Compiling tap v1.0.1
20782023-12-13T05:52:05.073Z Compiling regex-syntax v0.8.2
20792023-12-13T05:52:05.183Z Compiling clap_lex v0.5.1
20802023-12-13T05:52:05.245Z Compiling dyn-clone v1.0.13
20812023-12-13T05:52:05.549Z Compiling winnow v0.5.15
20822023-12-13T05:52:06.390Z Compiling stable_deref_trait v1.2.0
20832023-12-13T05:52:06.514Z Compiling gimli v0.28.0
20842023-12-13T05:52:06.737Z Compiling either v1.9.0
20852023-12-13T05:52:07.008Z Compiling fallible-iterator v0.2.0
20862023-12-13T05:52:07.549Z Compiling clap_builder v4.4.2
20872023-12-13T05:52:08.227Z Compiling postgres-protocol v0.6.6
20882023-12-13T05:52:09.472Z Compiling wyz v0.5.1
20892023-12-13T05:52:10.273Z Compiling diesel_derives v2.1.2
20902023-12-13T05:52:10.486Z Compiling url v2.5.0
20912023-12-13T05:52:11.747Z Compiling regex-automata v0.4.3
20922023-12-13T05:52:13.781Z Compiling tokio-rustls v0.24.1
20932023-12-13T05:52:14.413Z Compiling addr2line v0.21.0
20942023-12-13T05:52:14.984Z Compiling rustls-native-certs v0.6.3
20952023-12-13T05:52:15.496Z Compiling strum_macros v0.25.2
20962023-12-13T05:52:16.842Z Compiling tokio-native-tls v0.3.1
20972023-12-13T05:52:21.865Z Compiling usdt-attr-macro v0.3.5
20982023-12-13T05:52:22.045Z Compiling usdt-macro v0.3.5
20992023-12-13T05:52:24.027Z Compiling phf_shared v0.11.2
21002023-12-13T05:52:25.326Z Compiling zerocopy v0.7.26
21012023-12-13T05:52:25.729Z Compiling block-padding v0.3.3
21022023-12-13T05:52:26.059Z Compiling snafu-derive v0.7.5
21032023-12-13T05:52:26.090Z Compiling enum-as-inner v0.5.1
21042023-12-13T05:52:27.687Z Compiling serde_repr v0.1.16
21052023-12-13T05:52:28.371Z Compiling ff v0.13.0
21062023-12-13T05:52:28.825Z Compiling scheduled-thread-pool v0.2.7
21072023-12-13T05:52:29.426Z Compiling object v0.32.1
21082023-12-13T05:52:32.563Z Compiling bit-vec v0.6.3
21092023-12-13T05:52:33.271Z Compiling packed_struct v0.10.1
21102023-12-13T05:52:33.911Z Compiling regex-automata v0.1.10
21112023-12-13T05:52:34.834Z Compiling deranged v0.3.8
21122023-12-13T05:52:35.000Z Compiling num_threads v0.1.6
21132023-12-13T05:52:36.229Z Compiling matches v0.1.10
21142023-12-13T05:52:36.366Z Compiling base16ct v0.2.0
21152023-12-13T05:52:36.845Z Compiling num-bigint-dig v0.8.4
21162023-12-13T05:52:37.134Z Compiling rustc-demangle v0.1.23
21172023-12-13T05:52:37.300Z Compiling ipnet v2.8.0
21182023-12-13T05:52:38.597Z Compiling managed v0.8.0
21192023-12-13T05:52:38.679Z Compiling funty v2.0.0
21202023-12-13T05:52:40.706Z Compiling bitvec v1.0.1
21212023-12-13T05:52:46.469Z Compiling time v0.3.27
21222023-12-13T05:52:47.254Z Compiling sec1 v0.7.3
21232023-12-13T05:52:57.029Z Compiling idna v0.2.3
21242023-12-13T05:52:57.248Z Compiling bstr v0.2.17
21252023-12-13T05:52:57.371Z Compiling r2d2 v0.8.10
21262023-12-13T05:52:57.371Z Compiling group v0.13.0
21272023-12-13T05:52:57.410Z Compiling inout v0.1.3
21282023-12-13T05:52:57.410Z Compiling phf v0.11.2
21292023-12-13T05:52:57.410Z Compiling regex v1.10.2
21302023-12-13T05:52:57.410Z Compiling hyper-tls v0.5.0
21312023-12-13T05:52:57.410Z Compiling hyper-rustls v0.24.2
21322023-12-13T05:52:57.411Z Compiling clap v4.4.3
21332023-12-13T05:52:57.411Z Compiling flate2 v1.0.28
21342023-12-13T05:52:57.411Z Compiling ipnetwork v0.20.0
21352023-12-13T05:52:57.411Z Compiling toml_edit v0.19.15
21362023-12-13T05:52:57.411Z Compiling bzip2 v0.4.4
21372023-12-13T05:52:57.411Z Compiling postgres-types v0.2.6
21382023-12-13T05:52:57.411Z Compiling itertools v0.11.0
21392023-12-13T05:52:57.444Z Compiling pin-project v1.1.3
21402023-12-13T05:52:57.895Z Compiling hubpack v0.1.2
21412023-12-13T05:52:57.977Z Compiling serde_urlencoded v0.7.1
21422023-12-13T05:52:58.599Z Compiling phf_shared v0.10.0
21432023-12-13T05:52:58.809Z Compiling hkdf v0.12.3
21442023-12-13T05:52:59.771Z Compiling futures-executor v0.3.29
21452023-12-13T05:53:02.825Z Compiling crypto-bigint v0.5.2
21462023-12-13T05:53:03.446Z Compiling packed_struct_codegen v0.10.1
21472023-12-13T05:53:04.741Z Compiling float-cmp v0.9.0
21482023-12-13T05:53:05.490Z Compiling encoding_rs v0.8.33
21492023-12-13T05:53:06.441Z Compiling whoami v1.4.1
21502023-12-13T05:53:07.345Z Compiling predicates-core v1.0.6
21512023-12-13T05:53:07.866Z Compiling unicode-width v0.1.11
21522023-12-13T05:53:08.348Z Compiling data-encoding v2.4.0
21532023-12-13T05:53:09.106Z Compiling fixedbitset v0.4.2
21542023-12-13T05:53:09.374Z Compiling minimal-lexical v0.2.1
21552023-12-13T05:53:10.221Z Compiling precomputed-hash v0.1.1
21562023-12-13T05:53:10.392Z Compiling unicode-segmentation v1.10.1
21572023-12-13T05:53:11.344Z Compiling static_assertions v1.1.0
21582023-12-13T05:53:11.836Z Compiling crc-catalog v2.2.0
21592023-12-13T05:53:11.840Z Compiling regex-automata v0.3.8
21602023-12-13T05:53:11.970Z Compiling new_debug_unreachable v1.0.4
21612023-12-13T05:53:12.059Z Compiling mime v0.3.17
21622023-12-13T05:53:12.126Z Compiling nodrop v0.1.14
21632023-12-13T05:53:12.328Z Compiling webpki-roots v0.25.2
21642023-12-13T05:53:12.569Z Compiling normalize-line-endings v0.3.0
21652023-12-13T05:53:12.754Z Compiling difflib v0.4.0
21662023-12-13T05:53:12.963Z Compiling reqwest v0.11.22
21672023-12-13T05:53:14.852Z Compiling bstr v1.6.0
21682023-12-13T05:53:17.369Z Compiling predicates v3.0.4
21692023-12-13T05:53:17.415Z Compiling array-init v0.0.4
21702023-12-13T05:53:18.161Z Compiling string_cache v0.8.7
21712023-12-13T05:53:18.862Z Compiling crc v3.0.1
21722023-12-13T05:53:19.889Z Compiling similar v2.3.0
21732023-12-13T05:53:20.127Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21742023-12-13T05:53:23.398Z Compiling nom v7.1.3
21752023-12-13T05:53:29.894Z Compiling trust-dns-proto v0.22.0
21762023-12-13T05:53:29.999Z Compiling petgraph v0.6.4
21772023-12-13T05:53:32.978Z Compiling console v0.15.7
21782023-12-13T05:53:36.763Z Compiling tokio-postgres v0.7.10
21792023-12-13T05:53:36.830Z Compiling elliptic-curve v0.13.8
21802023-12-13T05:53:42.197Z Compiling toml v0.7.8
21812023-12-13T05:53:42.750Z Compiling futures v0.3.29
21822023-12-13T05:53:44.800Z Compiling snafu v0.7.5
21832023-12-13T05:53:45.030Z Compiling zip v0.6.6
21842023-12-13T05:53:45.119Z Compiling smallvec v0.6.14
21852023-12-13T05:53:45.412Z Compiling diesel v2.1.4
21862023-12-13T05:53:45.911Z Compiling yasna v0.5.2
21872023-12-13T05:53:46.061Z Compiling hashbrown v0.13.2
21882023-12-13T05:53:46.439Z Compiling cipher v0.4.4
21892023-12-13T05:53:49.350Z Compiling bit-set v0.5.3
21902023-12-13T05:53:49.849Z Compiling usdt v0.3.5
21912023-12-13T05:53:50.284Z Compiling is-terminal v0.4.9
21922023-12-13T05:53:52.957Z Compiling toml_edit v0.21.0
21932023-12-13T05:53:53.045Z Compiling itertools v0.10.5
21942023-12-13T05:53:57.850Z Compiling pkcs1 v0.7.5
21952023-12-13T05:53:57.902Z Compiling tokio-stream v0.1.14
21962023-12-13T05:53:59.521Z Compiling openapiv3 v2.0.0
21972023-12-13T05:54:04.475Z Compiling hex v0.4.3
21982023-12-13T05:54:06.361Z Compiling signature v2.1.0
21992023-12-13T05:54:09.205Z Compiling bitfield v0.14.0
22002023-12-13T05:54:09.711Z Compiling lalrpop-util v0.19.12
22012023-12-13T05:54:10.429Z Compiling termcolor v1.2.0
22022023-12-13T05:54:13.837Z Compiling env_logger v0.10.0
22032023-12-13T05:54:22.971Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22042023-12-13T05:54:34.060Z Compiling rsa v0.9.2
22052023-12-13T05:54:43.779Z Compiling serde-hex v0.1.0
22062023-12-13T05:55:08.564Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22072023-12-13T05:55:08.840Z Compiling ron v0.8.1
22082023-12-13T05:55:08.841Z Compiling x509-cert v0.2.4
22092023-12-13T05:55:09.078Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22102023-12-13T05:55:09.079Z Compiling crc-any v2.4.3
22112023-12-13T05:55:23.078Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22122023-12-13T05:55:32.514Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22132023-12-13T05:55:48.620Z Compiling object v0.30.4
22142023-12-13T05:55:55.317Z Compiling path-slash v0.1.5
22152023-12-13T05:55:55.663Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22162023-12-13T05:56:42.624Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22172023-12-13T05:56:43.795Z Finished release [optimized] target(s) in 6m 20s
22182023-12-13T05:56:43.891Z
22192023-12-13T05:56:43.903Zreal 6:20.745845564
22202023-12-13T05:56:43.903Zuser 43:40.740913181
22212023-12-13T05:56:43.903Zsys 4:01.085124932
22222023-12-13T05:56:43.903Ztrap 1.754487247
22232023-12-13T05:56:43.903Ztflt 1.168956689
22242023-12-13T05:56:43.903Zdflt 0.605640867
22252023-12-13T05:56:43.903Zkflt 0.000368440
22262023-12-13T05:56:43.904Zlock 1:37:38.565357924
22272023-12-13T05:56:43.904Zslp 2:03:30.839366479
22282023-12-13T05:56:43.904Zlat 1:57.064707524
22292023-12-13T05:56:43.904Zstop 1:48.468451295
22302023-12-13T05:56:43.904Z+ ptime -m gzip
22312023-12-13T05:56:44.556Z
22322023-12-13T05:56:44.560Zreal 0.657998697
22332023-12-13T05:56:44.561Zuser 0.647308298
22342023-12-13T05:56:44.561Zsys 0.010007695
22352023-12-13T05:56:44.561Ztrap 0.000106696
22362023-12-13T05:56:44.561Ztflt 0.000000000
22372023-12-13T05:56:44.561Zdflt 0.000000000
22382023-12-13T05:56:44.561Zkflt 0.000000000
22392023-12-13T05:56:44.561Zlock 0.000000000
22402023-12-13T05:56:44.561Zslp 0.000000000
22412023-12-13T05:56:44.561Zlat 0.000214575
22422023-12-13T05:56:44.561Zstop 0.000247249
22432023-12-13T05:56:44.561Z+ banner tufaceous
22442023-12-13T05:56:44.561Z
22452023-12-13T05:56:44.561Z ##### # # ###### ## #### ###### #### # # ####
22462023-12-13T05:56:44.561Z # # # # # # # # # # # # # #
22472023-12-13T05:56:44.561Z # # # ##### # # # ##### # # # # ####
22482023-12-13T05:56:44.561Z # # # # ###### # # # # # # #
22492023-12-13T05:56:44.561Z # # # # # # # # # # # # # # #
22502023-12-13T05:56:44.561Z # #### # # # #### ###### #### #### ####
22512023-12-13T05:56:44.561Z
22522023-12-13T05:56:44.561Z+ ptime -m cargo build --locked -p tufaceous --release
22532023-12-13T05:56:45.270Z Downloading crates ...
22542023-12-13T05:56:45.651Z Downloaded serde_plain v1.0.2
22552023-12-13T05:56:45.656Z Downloaded bytesize v1.3.0
22562023-12-13T05:56:45.663Z Downloaded fs-err v2.11.0
22572023-12-13T05:56:45.671Z Downloaded globset v0.4.13
22582023-12-13T05:56:45.674Z Downloaded humantime v2.1.0
22592023-12-13T05:56:45.674Z Downloaded buf-list v1.0.3
22602023-12-13T05:56:45.679Z Downloaded olpc-cjson v0.1.3
22612023-12-13T05:56:45.683Z Downloaded tough v0.16.0
22622023-12-13T05:56:45.693Z Downloaded typed-path v0.7.0
22632023-12-13T05:56:45.703Z Downloaded async-recursion v1.0.5
22642023-12-13T05:56:45.867Z Compiling serde_tokenstream v0.2.0
22652023-12-13T05:56:45.899Z Compiling regress v0.7.1
22662023-12-13T05:56:45.910Z Compiling dirs-sys-next v0.1.2
22672023-12-13T05:56:45.918Z Compiling ident_case v1.0.1
22682023-12-13T05:56:45.931Z Compiling thread_local v1.1.7
22692023-12-13T05:56:45.937Z Compiling heck v0.4.1
22702023-12-13T05:56:45.942Z Compiling camino v1.1.6
22712023-12-13T05:56:46.154Z Compiling dirs-next v2.0.0
22722023-12-13T05:56:46.554Z Compiling darling_core v0.20.3
22732023-12-13T05:56:46.686Z Compiling slog-async v2.8.0
22742023-12-13T05:56:46.836Z Compiling term v0.7.0
22752023-12-13T05:56:47.238Z Compiling crossbeam-channel v0.5.8
22762023-12-13T05:56:47.556Z Compiling getopts v0.2.21
22772023-12-13T05:56:47.754Z Compiling structmeta-derive v0.2.0
22782023-12-13T05:56:47.946Z Compiling atty v0.2.14
22792023-12-13T05:56:48.176Z Compiling multer v2.1.0
22802023-12-13T05:56:48.632Z Compiling unsafe-libyaml v0.2.9
22812023-12-13T05:56:48.936Z Compiling take_mut v0.2.2
22822023-12-13T05:56:49.184Z Compiling paste v1.0.14
22832023-12-13T05:56:49.924Z Compiling match_cfg v0.1.0
22842023-12-13T05:56:50.069Z Compiling hostname v0.3.1
22852023-12-13T05:56:50.553Z Compiling slog-term v2.9.0
22862023-12-13T05:56:51.621Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22872023-12-13T05:56:54.050Z Compiling structmeta v0.2.0
22882023-12-13T05:56:54.715Z Compiling serde_yaml v0.9.25
22892023-12-13T05:56:55.699Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22902023-12-13T05:56:55.722Z Compiling slog-json v2.6.1
22912023-12-13T05:56:55.788Z Compiling darling_macro v0.20.3
22922023-12-13T05:56:56.571Z Compiling async-stream-impl v0.3.5
22932023-12-13T05:56:57.261Z Compiling darling v0.20.3
22942023-12-13T05:56:57.423Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22952023-12-13T05:56:57.907Z Compiling regex-syntax v0.7.5
22962023-12-13T05:56:58.326Z Compiling atomic-waker v1.1.1
22972023-12-13T05:56:58.633Z Compiling fastrand v2.0.0
22982023-12-13T05:56:58.653Z Compiling async-stream v0.3.5
22992023-12-13T05:56:59.134Z Compiling waitgroup v0.1.2
23002023-12-13T05:56:59.435Z Compiling tempfile v3.8.1
23012023-12-13T05:56:59.626Z Compiling serde_with_macros v3.4.0
23022023-12-13T05:57:00.137Z Compiling slog-bunyan v2.4.0
23032023-12-13T05:57:02.837Z Compiling toml v0.8.8
23042023-12-13T05:57:03.114Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23052023-12-13T05:57:03.699Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23062023-12-13T05:57:04.829Z Compiling sha1 v0.10.6
23072023-12-13T05:57:05.583Z Compiling serde_path_to_error v0.1.14
23082023-12-13T05:57:06.218Z Compiling instant v0.1.12
23092023-12-13T05:57:06.406Z Compiling fs-err v2.11.0
23102023-12-13T05:57:06.442Z Compiling buf-list v1.0.3
23112023-12-13T05:57:06.465Z Compiling arc-swap v1.6.0
23122023-12-13T05:57:06.898Z Compiling same-file v1.0.6
23132023-12-13T05:57:07.297Z Compiling debug-ignore v1.0.5
23142023-12-13T05:57:07.354Z Compiling slog-scope v4.4.0
23152023-12-13T05:57:07.395Z Compiling walkdir v2.4.0
23162023-12-13T05:57:07.942Z Compiling backoff v0.4.0
23172023-12-13T05:57:08.523Z Compiling serde_with v3.4.0
23182023-12-13T05:57:08.537Z Compiling parse-display-derive v0.8.2
23192023-12-13T05:57:08.860Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202023-12-13T05:57:10.045Z Compiling globset v0.4.13
23212023-12-13T05:57:10.417Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23222023-12-13T05:57:10.677Z Compiling strum v0.25.0
23232023-12-13T05:57:10.968Z Compiling olpc-cjson v0.1.3
23242023-12-13T05:57:11.521Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23252023-12-13T05:57:11.874Z Compiling pem v3.0.2
23262023-12-13T05:57:11.915Z Compiling serde_plain v1.0.2
23272023-12-13T05:57:12.757Z Compiling macaddr v1.0.1
23282023-12-13T05:57:13.987Z Compiling async-recursion v1.0.5
23292023-12-13T05:57:14.606Z Compiling xattr v1.0.1
23302023-12-13T05:57:15.081Z Compiling filetime v0.2.23
23312023-12-13T05:57:15.111Z Compiling parse-display v0.8.2
23322023-12-13T05:57:15.424Z Compiling typed-path v0.7.0
23332023-12-13T05:57:15.628Z Compiling tar v0.4.40
23342023-12-13T05:57:16.698Z Compiling slog-stdlog v4.1.1
23352023-12-13T05:57:18.261Z Compiling camino-tempfile v1.1.1
23362023-12-13T05:57:18.913Z Compiling itertools v0.12.0
23372023-12-13T05:57:19.027Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23382023-12-13T05:57:19.228Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23392023-12-13T05:57:25.064Z Compiling tough v0.16.0
23402023-12-13T05:57:25.389Z Compiling bytesize v1.3.0
23412023-12-13T05:57:25.610Z Compiling slog-envlogger v2.2.0
23422023-12-13T05:57:26.407Z Compiling humantime v2.1.0
23432023-12-13T05:57:30.462Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23442023-12-13T05:57:59.963Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23452023-12-13T05:58:00.024Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23462023-12-13T05:58:06.809Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23472023-12-13T05:58:09.180Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23482023-12-13T05:58:39.292Z Finished release [optimized] target(s) in 1m 54s
23492023-12-13T05:58:39.730Z
23502023-12-13T05:58:39.730Zreal 1:54.794698872
23512023-12-13T05:58:39.731Zuser 12:13.538835313
23522023-12-13T05:58:39.731Zsys 48.376504049
23532023-12-13T05:58:39.731Ztrap 0.444116428
23542023-12-13T05:58:39.731Ztflt 0.368811243
23552023-12-13T05:58:39.731Zdflt 0.640660265
23562023-12-13T05:58:39.731Zkflt 0.000011038
23572023-12-13T05:58:39.731Zlock 23:02.077767859
23582023-12-13T05:58:39.732Zslp 24:50.245111399
23592023-12-13T05:58:39.732Zlat 23.159765737
23602023-12-13T05:58:39.733Zstop 14.875533432
23612023-12-13T05:58:39.734Z+ ptime -m gzip
23622023-12-13T05:58:41.744Z
23632023-12-13T05:58:41.745Zreal 2.355264971
23642023-12-13T05:58:41.745Zuser 2.330566782
23652023-12-13T05:58:41.745Zsys 0.022305334
23662023-12-13T05:58:41.748Ztrap 0.000568585
23672023-12-13T05:58:41.748Ztflt 0.000000000
23682023-12-13T05:58:41.748Zdflt 0.000000000
23692023-12-13T05:58:41.748Zkflt 0.000000000
23702023-12-13T05:58:41.748Zlock 0.000000000
23712023-12-13T05:58:41.748Zslp 0.000000000
23722023-12-13T05:58:41.748Zlat 0.001457908
23732023-12-13T05:58:41.748Zstop 0.000254536
23742023-12-13T05:58:41.748Zprocess exited: duration 1207336 ms, exit code 0
 
23752023-12-13T05:58:41.765Zfound 5 output files
23762023-12-13T05:58:41.766Zuploading: /work/end-to-end-tests/bootstrap-b98d9b3a65a4fd47.gz (6420638 bytes)
23772023-12-13T05:58:44.934Zuploaded: /work/end-to-end-tests/bootstrap-b98d9b3a65a4fd47.gz
23782023-12-13T05:58:44.934Zuploading: /work/end-to-end-tests/bootstrap.gz (97668292 bytes)
23792023-12-13T05:59:16.043Zuploaded: /work/end-to-end-tests/bootstrap.gz
23802023-12-13T05:59:16.044Zuploading: /work/end-to-end-tests/end_to_end_tests-e373b32ce9650dc1.gz (101150098 bytes)
23812023-12-13T06:00:04.358Zuploaded: /work/end-to-end-tests/end_to_end_tests-e373b32ce9650dc1.gz
23822023-12-13T06:00:04.358Zuploading: /work/caboose-util.gz (4089959 bytes)
23832023-12-13T06:00:06.370Zuploaded: /work/caboose-util.gz
23842023-12-13T06:00:06.371Zuploading: /work/tufaceous.gz (14966022 bytes)
23852023-12-13T06:00:14.795Zuploaded: /work/tufaceous.gz