01HBY79RFME5PZFVST0VEVCBJ5: 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: 01HBY7AE1YK4HWWN29R69EQBJ6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-04T20:52:20.856Zjob assigned to worker 01HBY7AE6AZ5GQBVPQ9WJRXX6P (queued for 1 m 25 s)
 
22023-10-04T20:52:21.835Zstarting task 0: "setup"
32023-10-04T20:52:21.896Z++ uname -s
42023-10-04T20:52:21.901Z+ kern=SunOS
52023-10-04T20:52:21.905Z+ case "$kern" in
62023-10-04T20:52:21.909Z+ groupadd -g 12345 build
72023-10-04T20:52:21.913Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-04T20:52:23.928Z+ zfs create -o mountpoint=/work rpool/work
92023-10-04T20:52:24.012Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-04T20:52:24.015Z+ home_fs=zfs
112023-10-04T20:52:24.019Z+ [[ zfs == autofs ]]
122023-10-04T20:52:24.021Z+ mkdir -p /home/build
132023-10-04T20:52:24.024Z+ chown build:build /home/build /work
142023-10-04T20:52:26.021Z+ chmod 0700 /home/build /work
152023-10-04T20:52:26.024Zprocess exited: duration 4182 ms, exit code 0
 
162023-10-04T20:52:26.031Zstarting task 1: "rust-toolchain"
172023-10-04T20:52:26.043Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-04T20:52:26.046Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-04T20:52:26.219Zinfo: downloading installer
202023-10-04T20:52:29.532Zwarning: it looks like you have an existing installation of Rust at:
212023-10-04T20:52:29.536Zwarning: /opt/ooce/bin
222023-10-04T20:52:29.556Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-04T20:52:29.560Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-04T20:52:29.566Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-04T20:52:29.569Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-04T20:52:29.573Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-04T20:52:29.576Zerror: cannot install while Rust is installed
282023-10-04T20:52:29.579Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-04T20:52:30.022Zinfo: profile set to 'default'
302023-10-04T20:52:30.026Zinfo: default host triple is x86_64-unknown-illumos
312023-10-04T20:52:30.030Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-04T20:52:30.203Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-04T20:52:30.206Zinfo: downloading component 'cargo'
342023-10-04T20:52:30.987Zinfo: downloading component 'clippy'
352023-10-04T20:52:31.266Zinfo: downloading component 'rust-docs'
362023-10-04T20:52:32.262Zinfo: downloading component 'rust-std'
372023-10-04T20:52:34.015Zinfo: downloading component 'rustc'
382023-10-04T20:52:38.426Zinfo: downloading component 'rustfmt'
392023-10-04T20:52:38.679Zinfo: installing component 'cargo'
402023-10-04T20:52:40.601Zinfo: installing component 'clippy'
412023-10-04T20:52:41.427Zinfo: installing component 'rust-docs'
422023-10-04T20:52:44.139Zinfo: installing component 'rust-std'
432023-10-04T20:52:48.004Zinfo: installing component 'rustc'
442023-10-04T20:52:57.324Zinfo: installing component 'rustfmt'
452023-10-04T20:52:57.731Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-04T20:52:57.734Z
472023-10-04T20:52:57.897Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-04T20:52:57.900Z
492023-10-04T20:52:57.905Z
502023-10-04T20:52:57.908ZRust is installed now. Great!
512023-10-04T20:52:57.911Z
522023-10-04T20:52:57.913ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-04T20:52:57.916Zenvironment variable. This has not been done automatically.
542023-10-04T20:52:57.919Z
552023-10-04T20:52:57.922ZTo configure your current shell, run:
562023-10-04T20:52:57.925Zsource "$HOME/.cargo/env"
572023-10-04T20:52:57.982Z+ rustc --version
582023-10-04T20:52:58.105Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-04T20:52:58.114Zprocess exited: duration 32067 ms, exit code 0
 
602023-10-04T20:52:58.122Zstarting task 2: "authentication"
612023-10-04T20:52:58.158Zprocess exited: duration 31 ms, exit code 0
 
622023-10-04T20:52:58.164Zstarting task 3: "clone repository"
632023-10-04T20:52:58.173Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-04T20:52:58.176Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-04T20:52:58.239ZCloning into '/work/oxidecomputer/omicron'...
662023-10-04T20:53:05.668Z+ cd /work/oxidecomputer/omicron
672023-10-04T20:53:05.671Z+ [[ -n alan/new-c-bull ]]
682023-10-04T20:53:05.674Z+ git fetch origin alan/new-c-bull
692023-10-04T20:53:06.081ZFrom https://github.com/oxidecomputer/omicron
702023-10-04T20:53:06.087Z * branch alan/new-c-bull -> FETCH_HEAD
712023-10-04T20:53:06.096Z+ git checkout -B alan/new-c-bull remotes/origin/alan/new-c-bull
722023-10-04T20:53:06.174ZSwitched to a new branch 'alan/new-c-bull'
732023-10-04T20:53:06.177Zbranch 'alan/new-c-bull' set up to track 'origin/alan/new-c-bull'.
742023-10-04T20:53:06.180Z+ git reset --hard e1d680b7673239f44095a466b28550625604c412
752023-10-04T20:53:06.191ZHEAD is now at e1d680b7 Use the Default
762023-10-04T20:53:06.201Zprocess exited: duration 8026 ms, exit code 0
 
772023-10-04T20:53:06.208Zstarting task 4: "build"
782023-10-04T20:53:06.220Z+ cargo --version
792023-10-04T20:53:06.305Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-04T20:53:06.308Z+ rustc --version
812023-10-04T20:53:06.411Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-04T20:53:06.414Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-04T20:53:15.145Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-04T20:53:15.737Z Startup: Caching catalogs ... Done
852023-10-04T20:53:18.506ZPlanning: Solver setup ... Done (2.556s)
862023-10-04T20:53:18.677ZPlanning: Running solver ... Done (0.171s)
872023-10-04T20:53:18.710ZPlanning: Finding local manifests ... Done (0.004s)
882023-10-04T20:53:18.768ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-04T20:53:19.059ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-04T20:53:19.142ZPlanning: Package planning ... Done (0.084s)
912023-10-04T20:53:19.226ZPlanning: Merging actions ... Done (0.084s)
922023-10-04T20:53:19.994ZPlanning: Checking for conflicting actions ... Done (0.768s)
932023-10-04T20:53:20.012ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-04T20:53:24.197ZPlanning: Evaluating mediators ... Done (4.185s)
952023-10-04T20:53:24.213ZPlanning: Planning completed in 8.42 seconds
962023-10-04T20:53:24.268Z Packages to install: 4
972023-10-04T20:53:24.271Z Mediators to change: 2
982023-10-04T20:53:24.275Z Services to change: 1
992023-10-04T20:53:24.278Z Estimated space available: 149.39 GB
1002023-10-04T20:53:24.281ZEstimated space to be consumed: 1.35 GB
1012023-10-04T20:53:24.284Z Create boot environment: No
1022023-10-04T20:53:24.288ZCreate backup boot environment: No
1032023-10-04T20:53:24.291Z Rebuild boot archive: No
1042023-10-04T20:53:24.296Z
1052023-10-04T20:53:24.299ZChanged mediators:
1062023-10-04T20:53:24.302Z mediator clang:
1072023-10-04T20:53:24.306Z version: None -> 15 (system default)
1082023-10-04T20:53:24.309Z
1092023-10-04T20:53:24.312Z mediator llvm:
1102023-10-04T20:53:24.315Z version: 14 (system default) -> 15 (system default)
1112023-10-04T20:53:24.318Z
1122023-10-04T20:53:24.321ZChanged packages:
1132023-10-04T20:53:24.325Zhelios-dev
1142023-10-04T20:53:24.328Z developer/build-essential
1152023-10-04T20:53:24.332Z None -> 11-2.0
1162023-10-04T20:53:24.336Z library/libxmlsec1
1172023-10-04T20:53:24.339Z None -> 1.2.35-2.0
1182023-10-04T20:53:24.343Z ooce/developer/clang-15
1192023-10-04T20:53:24.346Z None -> 15.0.7-2.0
1202023-10-04T20:53:24.350Z ooce/developer/llvm-15
1212023-10-04T20:53:24.354Z None -> 15.0.7-2.0
1222023-10-04T20:53:24.357Z
1232023-10-04T20:53:24.360ZServices:
1242023-10-04T20:53:24.363Z restart_fmri:
1252023-10-04T20:53:24.366Z svc:/system/update-man-index:default
1262023-10-04T20:53:24.531Z
1272023-10-04T20:53:24.534ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-04T20:53:29.530ZDownload: 404/3290 items 16.5/212.6MB 7% complete (3.4M/s)
1292023-10-04T20:53:34.530ZDownload: 1135/3290 items 43.9/212.6MB 20% complete (4.3M/s)
1302023-10-04T20:53:39.932ZDownload: 1197/3290 items 83.3/212.6MB 39% complete (8.2M/s)
1312023-10-04T20:53:44.935ZDownload: 1791/3290 items 117.7/212.6MB 55% complete (5.7M/s)
1322023-10-04T20:53:50.078ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (5.0M/s)
1332023-10-04T20:53:55.104ZDownload: 2623/3290 items 120.6/212.6MB 56% complete (306k/s)
1342023-10-04T20:54:00.103ZDownload: 3126/3290 items 138.0/212.6MB 64% complete (1.8M/s)
1352023-10-04T20:54:05.181ZDownload: 3246/3290 items 203.0/212.6MB 95% complete (8.3M/s)
1362023-10-04T20:54:15.670ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1372023-10-04T20:54:16.808ZDownload: Completed 212.60 MB in 52.28 seconds (4.1M/s)
1382023-10-04T20:54:17.109Z Actions: 1/3687 actions (Installing new actions)
1392023-10-04T20:54:22.131Z Actions: 2506/3687 actions (Installing new actions)
1402023-10-04T20:54:25.281Z Actions: Completed 3687 actions in 8.13 seconds.
1412023-10-04T20:54:25.292Z Done (0.053s)
1422023-10-04T20:54:25.295Z Done (0.000s)
1432023-10-04T20:54:25.431Z Done (0.138s)
1442023-10-04T20:54:33.138Z Done (7.604s)
1452023-10-04T20:54:33.431Z Done (0.195s)
1462023-10-04T20:54:33.446Z Done (0.000s)
1472023-10-04T20:54:33.681Z Done (0.000s)
1482023-10-04T20:54:34.321ZPlanning: Evaluating mediator changes ... Done
1492023-10-04T20:54:34.600ZPlanning: Checking for conflicting actions ... Done
1502023-10-04T20:54:34.604ZPlanning: Consolidating action changes ... Done
1512023-10-04T20:54:35.029ZPlanning: Evaluating mediators ... Done
1522023-10-04T20:54:35.032ZPlanning: Planning completed in 0.71 seconds
1532023-10-04T20:54:35.083Z Mediators to change: 2
1542023-10-04T20:54:35.086Z Create boot environment: No
1552023-10-04T20:54:35.089ZCreate backup boot environment: No
1562023-10-04T20:54:35.173Z Done
1572023-10-04T20:54:35.592Z Done
1582023-10-04T20:54:35.595Z Done
1592023-10-04T20:54:41.052Z Done
1602023-10-04T20:54:41.168Z Done
1612023-10-04T20:54:41.171Z Done
1622023-10-04T20:54:41.287Z Done
1632023-10-04T20:54:42.306ZPlanning: Evaluating mediator changes ... Done
1642023-10-04T20:54:42.309ZPlanning: Merging actions ... Done
1652023-10-04T20:54:42.637ZPlanning: Checking for conflicting actions ... Done
1662023-10-04T20:54:42.640ZPlanning: Consolidating action changes ... Done
1672023-10-04T20:54:43.064ZPlanning: Evaluating mediators ... Done
1682023-10-04T20:54:43.155ZPlanning: Planning completed in 1.30 seconds
1692023-10-04T20:54:43.210Z Packages to change: 1
1702023-10-04T20:54:43.213Z Mediators to change: 1
1712023-10-04T20:54:43.216Z Services to change: 1
1722023-10-04T20:54:43.219Z Create boot environment: No
1732023-10-04T20:54:43.223ZCreate backup boot environment: Yes
1742023-10-04T20:54:45.800Z Actions: 1/6 actions (Updating modified actions)
1752023-10-04T20:54:45.803Z Actions: Completed 6 actions in 0.00 seconds.
1762023-10-04T20:54:45.806Z Done
1772023-10-04T20:54:45.809Z Done
1782023-10-04T20:54:45.812Z Done
1792023-10-04T20:54:51.685Z Done
1802023-10-04T20:54:51.804Z Done
1812023-10-04T20:54:51.807Z Done
1822023-10-04T20:54:51.903Z Done
1832023-10-04T20:54:52.564ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842023-10-04T20:54:52.568Zclang system 15 system
1852023-10-04T20:54:52.571Zcsh system system illumos
1862023-10-04T20:54:52.574Zctags system system illumos
1872023-10-04T20:54:52.577Zgcc vendor 12 vendor
1882023-10-04T20:54:52.580Zgcc system 10 system
1892023-10-04T20:54:52.583Zgcc system 7 system
1902023-10-04T20:54:52.586Zgo system 1.20 system
1912023-10-04T20:54:52.589Zgo system 1.19 system
1922023-10-04T20:54:52.592Zllvm system 15 system
1932023-10-04T20:54:52.596Zllvm system 14 system
1942023-10-04T20:54:52.599Zmariadb system 10.6 system
1952023-10-04T20:54:52.602Zmta vendor vendor dma
1962023-10-04T20:54:52.605Zopenjdk system 17 system
1972023-10-04T20:54:52.608Zopenjdk system 11 system
1982023-10-04T20:54:52.611Zopenjdk system 1.8 system
1992023-10-04T20:54:52.615Zopenssl vendor 3 vendor
2002023-10-04T20:54:52.618Zperl system 5.36 system
2012023-10-04T20:54:52.621Zpostgresql system 15 system
2022023-10-04T20:54:52.624Zpostgresql system 13 system
2032023-10-04T20:54:52.627Zpython vendor 3 vendor
2042023-10-04T20:54:52.630Zpython system 2 system
2052023-10-04T20:54:52.633Zpython3 system 3.11 system
2062023-10-04T20:54:52.635Zruby system 3.0 system
2072023-10-04T20:54:52.639Zwords vendor vendor american-english
2082023-10-04T20:54:52.641Zwords system system australian-english
2092023-10-04T20:54:52.644Zwords system system british-english
2102023-10-04T20:54:52.647Zwords system system canadian-english
2112023-10-04T20:54:52.650Zwords system system french
2122023-10-04T20:54:52.654Zwords system system italian
2132023-10-04T20:54:52.658Zwords system system ngerman
2142023-10-04T20:54:52.661Zwords system system ogerman
2152023-10-04T20:54:52.664Zwords system system spanish
2162023-10-04T20:54:53.170ZFMRI IFO
2172023-10-04T20:54:53.179Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2182023-10-04T20:54:53.182Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2192023-10-04T20:54:53.186Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2202023-10-04T20:54:53.190Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2212023-10-04T20:54:53.193Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222023-10-04T20:54:53.199Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2232023-10-04T20:54:53.207Z+ set -o errexit
2242023-10-04T20:54:53.217Z+++ dirname ./tools/ci_download_cockroachdb
2252023-10-04T20:54:53.220Z++ cd ./tools
2262023-10-04T20:54:53.224Z++ pwd
2272023-10-04T20:54:53.238Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2282023-10-04T20:54:53.278Z++ basename ./tools/ci_download_cockroachdb
2292023-10-04T20:54:53.280Z+ ARG0=ci_download_cockroachdb
2302023-10-04T20:54:53.284Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2312023-10-04T20:54:53.287Z+ CIDL_VERSION=v22.1.9
2322023-10-04T20:54:53.293Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2332023-10-04T20:54:53.299Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2342023-10-04T20:54:53.303Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2352023-10-04T20:54:53.306Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2362023-10-04T20:54:53.310Z+ TARGET_DIR=out
2372023-10-04T20:54:53.313Z+ DOWNLOAD_DIR=out/downloads
2382023-10-04T20:54:53.316Z+ DEST_DIR=./out/cockroachdb
2392023-10-04T20:54:53.320Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2402023-10-04T20:54:53.323Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2412023-10-04T20:54:53.326Z+ main
2422023-10-04T20:54:53.329Z+ [[ 0 != 0 ]]
2432023-10-04T20:54:53.332Z+ CIDL_OS=solaris2.11
2442023-10-04T20:54:53.336Z+ [[ 0 != 0 ]]
2452023-10-04T20:54:53.339Z+ configure_os solaris2.11
2462023-10-04T20:54:53.342Z+ echo 'current directory: /work/oxidecomputer/omicron'
2472023-10-04T20:54:53.346Zcurrent directory: /work/oxidecomputer/omicron
2482023-10-04T20:54:53.350Z+ echo 'configuring based on OS: "solaris2.11"'
2492023-10-04T20:54:53.354Zconfiguring based on OS: "solaris2.11"
2502023-10-04T20:54:53.357Z+ case "$1" in
2512023-10-04T20:54:53.360Z+ CIDL_BUILD=illumos
2522023-10-04T20:54:53.364Z+ CIDL_SUFFIX=tar.gz
2532023-10-04T20:54:53.370Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2542023-10-04T20:54:53.374Z+ CIDL_MD5FUNC=do_md5sum
2552023-10-04T20:54:53.377Z+ CIDL_URL_BASE=https://illumos.org/downloads
2562023-10-04T20:54:53.381Z+ CIDL_ASSEMBLE=do_assemble_illumos
2572023-10-04T20:54:53.385Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2582023-10-04T20:54:53.388Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2592023-10-04T20:54:53.391Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-04T20:54:53.395Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2612023-10-04T20:54:53.398Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-04T20:54:53.401Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-10-04T20:54:53.404ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-04T20:54:53.408Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2652023-10-04T20:54:53.411ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2662023-10-04T20:54:53.415Z+ mkdir -p out/downloads
2672023-10-04T20:54:53.418Z+ mkdir -p ./out/cockroachdb
2682023-10-04T20:54:53.421Z+ local DO_DOWNLOAD=true
2692023-10-04T20:54:53.428Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2702023-10-04T20:54:53.431Z+ '[' true == true ']'
2712023-10-04T20:54:53.435Z+ echo Downloading...
2722023-10-04T20:54:53.438ZDownloading...
2732023-10-04T20:54:53.441Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-04T20:54:53.445Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-04T20:54:59.957Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-10-04T20:54:59.960Z++ md5sum
2772023-10-04T20:54:59.963Z++ awk '{print $1}'
2782023-10-04T20:55:00.142Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2792023-10-04T20:55:00.145Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2802023-10-04T20:55:00.148Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-10-04T20:55:00.151Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2822023-10-04T20:55:03.546Z+ do_assemble_illumos
2832023-10-04T20:55:03.575Z+ rm -r ./out/cockroachdb
2842023-10-04T20:55:03.582Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2852023-10-04T20:55:04.139Z+ ./out/cockroachdb/bin/cockroach version
2862023-10-04T20:55:04.352ZBuild Tag: v22.1.9-dirty
2872023-10-04T20:55:04.361ZBuild Time: 2022/10/26 21:17:46
2882023-10-04T20:55:04.368ZDistribution: OSS
2892023-10-04T20:55:04.373ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2902023-10-04T20:55:04.382ZGo Version: go1.17.13
2912023-10-04T20:55:04.396ZC Compiler: gcc 10.3.0
2922023-10-04T20:55:04.406ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2932023-10-04T20:55:04.416ZBuild Type: release
2942023-10-04T20:55:04.435Z+ set -o errexit
2952023-10-04T20:55:04.859Z+++ dirname ./tools/ci_download_clickhouse
2962023-10-04T20:55:04.864Z++ cd ./tools
2972023-10-04T20:55:04.871Z++ pwd
2982023-10-04T20:55:05.289Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2992023-10-04T20:55:05.293Z++ basename ./tools/ci_download_clickhouse
3002023-10-04T20:55:05.296Z+ ARG0=ci_download_clickhouse
3012023-10-04T20:55:05.300Z+ TARGET_DIR=out
3022023-10-04T20:55:05.305Z+ DOWNLOAD_DIR=out/downloads
3032023-10-04T20:55:05.312Z+ DEST_DIR=./out/clickhouse
3042023-10-04T20:55:05.317Z+ CIDL_VERSION=v22.8.9.24
3052023-10-04T20:55:05.321Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3062023-10-04T20:55:05.325Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3072023-10-04T20:55:05.329Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3082023-10-04T20:55:05.333Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3092023-10-04T20:55:05.336Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3102023-10-04T20:55:05.339Z+ main
3112023-10-04T20:55:05.344Z+ [[ 0 != 0 ]]
3122023-10-04T20:55:05.349Z+ CIDL_OS=solaris2.11
3132023-10-04T20:55:05.353Z+ [[ 0 != 0 ]]
3142023-10-04T20:55:05.358Z+ configure_os solaris2.11
3152023-10-04T20:55:05.366Z+ echo 'current directory: /work/oxidecomputer/omicron'
3162023-10-04T20:55:05.376Zcurrent directory: /work/oxidecomputer/omicron
3172023-10-04T20:55:05.393Z+ echo 'configuring based on OS: "solaris2.11"'
3182023-10-04T20:55:05.408Zconfiguring based on OS: "solaris2.11"
3192023-10-04T20:55:05.824Z+ CIDL_DASHREV=
3202023-10-04T20:55:05.833Z+ case "$1" in
3212023-10-04T20:55:05.841Z+ CIDL_PLATFORM=illumos
3222023-10-04T20:55:05.850Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3232023-10-04T20:55:05.856Z+ CIDL_MD5FUNC=do_md5sum
3242023-10-04T20:55:05.864Z+ CIDL_DASHREV=-1
3252023-10-04T20:55:05.875Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3262023-10-04T20:55:05.883Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-04T20:55:05.890Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-04T20:55:05.899Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-04T20:55:05.908Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3302023-10-04T20:55:05.914ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-04T20:55:05.921Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3322023-10-04T20:55:05.972ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3332023-10-04T20:55:05.979Z+ mkdir -p out/downloads
3342023-10-04T20:55:05.986Z+ mkdir -p ./out/clickhouse
3352023-10-04T20:55:05.989Z+ local DO_DOWNLOAD=true
3362023-10-04T20:55:05.994Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3372023-10-04T20:55:05.999Z+ '[' true == true ']'
3382023-10-04T20:55:06.006Z+ echo Downloading...
3392023-10-04T20:55:06.011ZDownloading...
3402023-10-04T20:55:06.016Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-10-04T20:55:06.020Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-10-04T20:55:06.024Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-10-04T20:55:06.028Z++ md5sum
3442023-10-04T20:55:06.033Z++ awk '{print $1}'
3452023-10-04T20:55:06.079Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3462023-10-04T20:55:06.084Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3472023-10-04T20:55:06.087Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3482023-10-04T20:55:06.091Z+ mkdir -p ./out/clickhouse
3492023-10-04T20:55:06.094Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3502023-10-04T20:55:11.066Z+ ./out/clickhouse/clickhouse server --version
3512023-10-04T20:55:11.188ZClickHouse server version 22.8.9.1.
3522023-10-04T20:55:11.202Z+ set -o errexit
3532023-10-04T20:55:11.222Z+++ dirname ./tools/ci_download_console
3542023-10-04T20:55:11.234Z++ cd ./tools
3552023-10-04T20:55:11.251Z++ pwd
3562023-10-04T20:55:11.261Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3572023-10-04T20:55:11.265Z++ basename ./tools/ci_download_console
3582023-10-04T20:55:11.269Z+ ARG0=ci_download_console
3592023-10-04T20:55:11.274Z+ TARGET_DIR=out
3602023-10-04T20:55:11.280Z+ DOWNLOAD_DIR=out/downloads
3612023-10-04T20:55:11.285Z+ DEST_DIR=./out/console-assets
3622023-10-04T20:55:11.288Z+ source /work/oxidecomputer/omicron/tools/console_version
3632023-10-04T20:55:11.295Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3642023-10-04T20:55:11.299Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3652023-10-04T20:55:11.304Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3662023-10-04T20:55:11.313Z+ TARBALL_FILE=out/downloads/console.tar.gz
3672023-10-04T20:55:11.317Z+ main
3682023-10-04T20:55:11.321Z+ [[ 0 != 0 ]]
3692023-10-04T20:55:11.325Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3702023-10-04T20:55:11.329ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3712023-10-04T20:55:11.333Z+ echo 'Local file: out/downloads/console.tar.gz'
3722023-10-04T20:55:11.336ZLocal file: out/downloads/console.tar.gz
3732023-10-04T20:55:11.340Z+ local DO_DOWNLOAD=true
3742023-10-04T20:55:11.344Z+ [[ -f out/downloads/console.tar.gz ]]
3752023-10-04T20:55:11.350Z+ mkdir -p out/downloads
3762023-10-04T20:55:11.392Z+ '[' true == true ']'
3772023-10-04T20:55:11.418Z+ echo Downloading...
3782023-10-04T20:55:11.429ZDownloading...
3792023-10-04T20:55:11.852Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3802023-10-04T20:55:11.864Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3812023-10-04T20:55:11.901Z++ do_sha256sum out/downloads/console.tar.gz
3822023-10-04T20:55:11.913Z++ case "$OSTYPE" in
3832023-10-04T20:55:11.924Z++ SHA=sha256sum
3842023-10-04T20:55:11.934Z++ sha256sum
3852023-10-04T20:55:11.943Z++ awk '{print $1}'
3862023-10-04T20:55:11.952Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3872023-10-04T20:55:11.964Z+ [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]]
3882023-10-04T20:55:11.974Z+ rm -rf ./out/console-assets
3892023-10-04T20:55:11.986Z+ mkdir -p ./out/console-assets
3902023-10-04T20:55:12.400Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3912023-10-04T20:55:12.404Z+ mkdir -p ./out/console-assets
3922023-10-04T20:55:12.408Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3932023-10-04T20:55:12.412Z+ set -o errexit
3942023-10-04T20:55:12.416Z+++ dirname ./tools/ci_download_maghemite_openapi
3952023-10-04T20:55:12.420Z++ cd ./tools
3962023-10-04T20:55:12.425Z++ pwd
3972023-10-04T20:55:12.430Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3982023-10-04T20:55:12.436Z++ basename ./tools/ci_download_maghemite_openapi
3992023-10-04T20:55:12.442Z+ ARG0=ci_download_maghemite_openapi
4002023-10-04T20:55:12.449Z+ TARGET_DIR=out
4012023-10-04T20:55:12.462Z+ DOWNLOAD_DIR=out/downloads
4022023-10-04T20:55:12.476Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4032023-10-04T20:55:12.495Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4042023-10-04T20:55:12.502Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4052023-10-04T20:55:12.512Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4062023-10-04T20:55:12.523Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4072023-10-04T20:55:12.533Z+ main
4082023-10-04T20:55:12.551Z+ [[ 0 != 0 ]]
4092023-10-04T20:55:12.559Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4102023-10-04T20:55:12.582ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4112023-10-04T20:55:12.723Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4122023-10-04T20:55:12.752ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4132023-10-04T20:55:13.179Z+ local DO_DOWNLOAD=true
4142023-10-04T20:55:13.600Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4152023-10-04T20:55:13.653Z+ mkdir -p out/downloads
4162023-10-04T20:55:13.675Z+ '[' true == true ']'
4172023-10-04T20:55:14.103Z+ echo Downloading...
4182023-10-04T20:55:14.119ZDownloading...
4192023-10-04T20:55:14.135Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4202023-10-04T20:55:14.159Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4212023-10-04T20:55:14.213Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4222023-10-04T20:55:14.233Z++ case "$OSTYPE" in
4232023-10-04T20:55:14.251Z++ SHA=sha256sum
4242023-10-04T20:55:14.267Z++ sha256sum
4252023-10-04T20:55:14.280Z++ awk '{print $1}'
4262023-10-04T20:55:14.370Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4272023-10-04T20:55:14.395Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4282023-10-04T20:55:14.415Z+ set -o errexit
4292023-10-04T20:55:14.427Z+++ dirname ./tools/ci_download_dendrite_openapi
4302023-10-04T20:55:14.450Z++ cd ./tools
4312023-10-04T20:55:14.485Z++ pwd
4322023-10-04T20:55:14.506Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4332023-10-04T20:55:14.535Z++ basename ./tools/ci_download_dendrite_openapi
4342023-10-04T20:55:14.549Z+ ARG0=ci_download_dendrite_openapi
4352023-10-04T20:55:14.569Z+ TARGET_DIR=out
4362023-10-04T20:55:14.612Z+ DOWNLOAD_DIR=out/downloads
4372023-10-04T20:55:14.634Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4382023-10-04T20:55:14.649Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4392023-10-04T20:55:14.667Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4402023-10-04T20:55:14.684Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4412023-10-04T20:55:14.698Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4422023-10-04T20:55:14.708Z+ main
4432023-10-04T20:55:14.725Z+ [[ 0 != 0 ]]
4442023-10-04T20:55:14.740Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4452023-10-04T20:55:14.751ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4462023-10-04T20:55:14.769Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4472023-10-04T20:55:14.783ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4482023-10-04T20:55:14.791Z+ local DO_DOWNLOAD=true
4492023-10-04T20:55:14.798Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4502023-10-04T20:55:14.809Z+ mkdir -p out/downloads
4512023-10-04T20:55:14.822Z+ '[' true == true ']'
4522023-10-04T20:55:15.257Z+ echo Downloading...
4532023-10-04T20:55:15.272ZDownloading...
4542023-10-04T20:55:15.281Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4552023-10-04T20:55:15.288Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4562023-10-04T20:55:15.292Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4572023-10-04T20:55:15.296Z++ case "$OSTYPE" in
4582023-10-04T20:55:15.301Z++ SHA=sha256sum
4592023-10-04T20:55:15.361Z++ sha256sum
4602023-10-04T20:55:15.419Z++ awk '{print $1}'
4612023-10-04T20:55:15.429Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4622023-10-04T20:55:15.435Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4632023-10-04T20:55:15.443Z+ set -o errexit
4642023-10-04T20:55:15.449Z+++ dirname ./tools/ci_download_dendrite_stub
4652023-10-04T20:55:15.454Z++ cd ./tools
4662023-10-04T20:55:15.478Z++ pwd
4672023-10-04T20:55:15.497Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682023-10-04T20:55:15.929Z++ basename ./tools/ci_download_dendrite_stub
4692023-10-04T20:55:16.757Z+ ARG0=ci_download_dendrite_stub
4702023-10-04T20:55:16.774Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4712023-10-04T20:55:16.790Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4722023-10-04T20:55:16.804Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4732023-10-04T20:55:16.817Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4742023-10-04T20:55:16.830Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4752023-10-04T20:55:16.838Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4762023-10-04T20:55:16.846Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4772023-10-04T20:55:16.854Z+ TARGET_DIR=out
4782023-10-04T20:55:16.858Zcurrent directory: /work/oxidecomputer/omicron
4792023-10-04T20:55:16.865Z+ DOWNLOAD_DIR=out/downloads
4802023-10-04T20:55:16.870Zconfiguring based on OS: "solaris2.11"
4812023-10-04T20:55:16.874Z+ DEST_DIR=./out/dendrite-stub
4822023-10-04T20:55:16.884ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4832023-10-04T20:55:16.889Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4842023-10-04T20:55:16.892ZLocal file: out/downloads/dendrite-stub.tar.gz
4852023-10-04T20:55:16.897Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4862023-10-04T20:55:16.901ZDownloading...
4872023-10-04T20:55:16.905Z+ REPO=oxidecomputer/dendrite
4882023-10-04T20:55:16.918Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4892023-10-04T20:55:17.349Z+ main
4902023-10-04T20:55:17.359Z+ [[ 0 != 0 ]]
4912023-10-04T20:55:17.364Z+ CIDL_OS=solaris2.11
4922023-10-04T20:55:17.381Z+ [[ 0 != 0 ]]
4932023-10-04T20:55:17.386Z+ configure_os solaris2.11
4942023-10-04T20:55:17.400Z+ echo 'current directory: /work/oxidecomputer/omicron'
4952023-10-04T20:55:17.407Z+ echo 'configuring based on OS: "solaris2.11"'
4962023-10-04T20:55:17.414Z+ case "$1" in
4972023-10-04T20:55:17.423Z+ SET_BINARIES=
4982023-10-04T20:55:17.433Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4992023-10-04T20:55:17.437Z+ CIDL_SHA256FUNC=do_sha256sum
5002023-10-04T20:55:17.441Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5012023-10-04T20:55:17.445Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5022023-10-04T20:55:17.452Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5032023-10-04T20:55:17.489Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5042023-10-04T20:55:17.494Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5052023-10-04T20:55:17.508Z+ mkdir -p out/downloads
5062023-10-04T20:55:17.512Z+ mkdir -p ./out/dendrite-stub
5072023-10-04T20:55:17.515Z+ fetch_and_verify
5082023-10-04T20:55:17.525Z+ local DO_DOWNLOAD=true
5092023-10-04T20:55:17.534Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5102023-10-04T20:55:17.555Z+ '[' true == true ']'
5112023-10-04T20:55:17.566Z+ echo Downloading...
5122023-10-04T20:55:17.577Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5132023-10-04T20:55:17.590Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5142023-10-04T20:55:24.221Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5152023-10-04T20:55:24.225Z++ sha256sum
5162023-10-04T20:55:24.229Z++ awk '{print $1}'
5172023-10-04T20:55:24.320Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5182023-10-04T20:55:24.323Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5192023-10-04T20:55:24.327Z+ do_untar out/downloads/dendrite-stub.tar.gz
5202023-10-04T20:55:24.330Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5212023-10-04T20:55:25.272Z+ do_assemble
5222023-10-04T20:55:25.280Z+ rm -r ./out/dendrite-stub
5232023-10-04T20:55:25.290Z+ mkdir ./out/dendrite-stub
5242023-10-04T20:55:25.719Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5252023-10-04T20:55:25.753Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5262023-10-04T20:55:25.774Z+ set -o errexit
5272023-10-04T20:55:26.209Z+++ dirname ./tools/ci_download_transceiver_control
5282023-10-04T20:55:26.628Z++ cd ./tools
5292023-10-04T20:55:26.644Z++ pwd
5302023-10-04T20:55:26.660Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5312023-10-04T20:55:26.676Z++ basename ./tools/ci_download_transceiver_control
5322023-10-04T20:55:27.114Z+ ARG0=ci_download_transceiver_control
5332023-10-04T20:55:27.151Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5342023-10-04T20:55:27.164Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5352023-10-04T20:55:27.173Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5362023-10-04T20:55:27.177Z+ TARGET_DIR=out
5372023-10-04T20:55:27.190Z+ DOWNLOAD_DIR=out/downloads
5382023-10-04T20:55:27.195Z+ DEST_DIR=./out/transceiver-control
5392023-10-04T20:55:27.199Z+ BIN_DIR=/opt/oxide/bin
5402023-10-04T20:55:27.206Z+ BINARY=xcvradm
5412023-10-04T20:55:27.217Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422023-10-04T20:55:27.224Z+ REPO=oxidecomputer/transceiver-control
5432023-10-04T20:55:27.229Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5442023-10-04T20:55:27.238Z+ main
5452023-10-04T20:55:27.247Z+ [[ 0 != 0 ]]
5462023-10-04T20:55:27.256Z+ CIDL_OS=solaris2.11
5472023-10-04T20:55:27.262Z+ [[ 0 != 0 ]]
5482023-10-04T20:55:27.267Z+ configure_os solaris2.11
5492023-10-04T20:55:27.274Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502023-10-04T20:55:27.285Zcurrent directory: /work/oxidecomputer/omicron
5512023-10-04T20:55:27.299Z+ echo 'configuring based on OS: "solaris2.11"'
5522023-10-04T20:55:27.306Zconfiguring based on OS: "solaris2.11"
5532023-10-04T20:55:27.313Z+ case "$1" in
5542023-10-04T20:55:27.320Z+ SET_BINARIES=
5552023-10-04T20:55:27.326Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5562023-10-04T20:55:27.336Z+ CIDL_SHA256FUNC=do_sha256sum
5572023-10-04T20:55:27.343Z+ ARCHIVE_FILENAME=xcvradm.gz
5582023-10-04T20:55:27.356Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5592023-10-04T20:55:27.363Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5602023-10-04T20:55:27.370Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5612023-10-04T20:55:27.378ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5622023-10-04T20:55:27.385Z+ echo 'Local file: out/downloads/xcvradm.gz'
5632023-10-04T20:55:27.397ZLocal file: out/downloads/xcvradm.gz
5642023-10-04T20:55:27.408Z+ mkdir -p out/downloads
5652023-10-04T20:55:27.420Z+ mkdir -p ./out/transceiver-control
5662023-10-04T20:55:27.449Z+ fetch_and_verify
5672023-10-04T20:55:27.466Z+ local DO_DOWNLOAD=true
5682023-10-04T20:55:27.480Z+ [[ -f out/downloads/xcvradm.gz ]]
5692023-10-04T20:55:27.496Z+ '[' true == true ']'
5702023-10-04T20:55:27.517Z+ echo Downloading...
5712023-10-04T20:55:27.538ZDownloading...
5722023-10-04T20:55:27.549Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5732023-10-04T20:55:27.567Z+ 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
5742023-10-04T20:55:27.584Z++ do_sha256sum out/downloads/xcvradm.gz
5752023-10-04T20:55:27.602Z++ sha256sum
5762023-10-04T20:55:27.623Z++ awk '{print $1}'
5772023-10-04T20:55:27.642Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5782023-10-04T20:55:27.660Z+ [[ 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 ]]
5792023-10-04T20:55:27.677Z+ do_unpack out/downloads/xcvradm.gz
5802023-10-04T20:55:27.698Z+ mkdir -p out/downloads/root//opt/oxide/bin
5812023-10-04T20:55:27.719Z+ gzip -dc out/downloads/xcvradm.gz
5822023-10-04T20:55:27.739Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5832023-10-04T20:55:27.759Z+ do_assemble
5842023-10-04T20:55:28.185Z+ rm -r ./out/transceiver-control
5852023-10-04T20:55:28.197Z+ mkdir ./out/transceiver-control
5862023-10-04T20:55:28.207Z+ cp -r out/downloads/root ./out/transceiver-control/root
5872023-10-04T20:55:28.216ZAll prerequisites installed successfully
5882023-10-04T20:55:28.634Z
5892023-10-04T20:55:28.639Zreal 2:20.888321279
5902023-10-04T20:55:28.644Zuser 48.598187397
5912023-10-04T20:55:28.648Zsys 9.285079791
5922023-10-04T20:55:28.653Ztrap 0.018101878
5932023-10-04T20:55:28.664Ztflt 0.168284195
5942023-10-04T20:55:28.667Zdflt 0.615477353
5952023-10-04T20:55:28.671Zkflt 0.122428068
5962023-10-04T20:55:28.685Zlock 1.581569678
5972023-10-04T20:55:29.097Zslp 4:25.653094743
5982023-10-04T20:55:29.100Zlat 3.172603119
5992023-10-04T20:55:29.104Zstop 0.065876508
6002023-10-04T20:55:29.107Z+ banner end-to-end-tests
6012023-10-04T20:55:29.110Z
6022023-10-04T20:55:29.113Z ###### # # ##### ##### #### ###### # # #####
6032023-10-04T20:55:29.117Z # ## # # # # # # # ## # # #
6042023-10-04T20:55:29.128Z ##### # # # # # ##### # # # ##### ##### # # # # #
6052023-10-04T20:55:29.148Z # # # # # # # # # # # # # # #
6062023-10-04T20:55:29.569Z # # ## # # # # # # # ## # #
6072023-10-04T20:55:29.572Z ###### # # ##### # #### ###### # # #####
6082023-10-04T20:55:29.577Z
6092023-10-04T20:55:29.590Z+ export CARGO_PROFILE_DEV_DEBUG=1
6102023-10-04T20:55:29.609Z+ CARGO_PROFILE_DEV_DEBUG=1
6112023-10-04T20:55:29.627Z+ export CARGO_PROFILE_TEST_DEBUG=1
6122023-10-04T20:55:29.646Z+ CARGO_PROFILE_TEST_DEBUG=1
6132023-10-04T20:55:29.662Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6142023-10-04T20:55:29.693Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6152023-10-04T20:55:29.709Z Updating crates.io index
6162023-10-04T20:55:29.727Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6172023-10-04T20:55:29.743Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6182023-10-04T20:55:30.627Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6192023-10-04T20:55:31.264Z Updating git repository `http://github.com/oxidecomputer/tofino`
6202023-10-04T20:55:31.612Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6212023-10-04T20:55:31.924Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6222023-10-04T20:55:32.217Z Updating git repository `https://github.com/oxidecomputer/propolis`
6232023-10-04T20:55:33.423Z Updating git repository `https://github.com/oxidecomputer/opte`
6242023-10-04T20:55:34.624Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6252023-10-04T20:55:35.102Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6262023-10-04T20:55:35.417Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6272023-10-04T20:55:35.765Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6282023-10-04T20:55:36.091Z Updating git repository `https://github.com/njaremko/samael`
6292023-10-04T20:55:36.460Z Updating git repository `https://github.com/oxidecomputer/crucible`
6302023-10-04T20:55:38.188Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6312023-10-04T20:55:38.807Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6322023-10-04T20:55:39.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6332023-10-04T20:55:40.019Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6342023-10-04T20:55:40.535Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6352023-10-04T20:55:40.958Z Updating git repository `https://github.com/oxidecomputer/omicron`
6362023-10-04T20:55:49.722Z Updating git repository `https://github.com/oxidecomputer/rfb`
6372023-10-04T20:55:50.105Z Updating git repository `https://github.com/jgallagher/nix`
6382023-10-04T20:55:51.386Z Updating git repository `https://github.com/cbiffle/hubpack`
6392023-10-04T20:55:51.802Z Updating git repository `https://github.com/oxidecomputer/typify`
6402023-10-04T20:55:52.841Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6412023-10-04T20:55:53.324Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6422023-10-04T20:55:53.656Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6432023-10-04T20:55:55.208Z Downloading crates ...
6442023-10-04T20:55:55.461Z Downloaded autocfg v1.1.0
6452023-10-04T20:55:55.479Z Downloaded ciborium-ll v0.2.1
6462023-10-04T20:55:55.489Z Downloaded curve25519-dalek-derive v0.1.0
6472023-10-04T20:55:55.496Z Downloaded colorchoice v1.0.0
6482023-10-04T20:55:55.500Z Downloaded clap_lex v0.5.1
6492023-10-04T20:55:55.505Z Downloaded password-hash v0.4.2
6502023-10-04T20:55:55.513Z Downloaded proc-macro-crate v1.3.1
6512023-10-04T20:55:55.517Z Downloaded polyval v0.6.1
6522023-10-04T20:55:55.523Z Downloaded num_enum_derive v0.7.0
6532023-10-04T20:55:55.532Z Downloaded parse-display v0.7.0
6542023-10-04T20:55:55.541Z Downloaded cstr-argument v0.1.2
6552023-10-04T20:55:55.548Z Downloaded cpufeatures v0.2.9
6562023-10-04T20:55:55.556Z Downloaded num_cpus v1.16.0
6572023-10-04T20:55:55.565Z Downloaded atty v0.2.14
6582023-10-04T20:55:55.569Z Downloaded parking_lot v0.11.2
6592023-10-04T20:55:55.576Z Downloaded crypto-bigint v0.5.2
6602023-10-04T20:55:55.592Z Downloaded diesel_table_macro_syntax v0.1.0
6612023-10-04T20:55:55.595Z Downloaded parse-display-derive v0.7.0
6622023-10-04T20:55:55.598Z Downloaded pkcs8 v0.10.2
6632023-10-04T20:55:55.605Z Downloaded proc-macro-error v1.0.4
6642023-10-04T20:55:55.614Z Downloaded pkg-config v0.3.27
6652023-10-04T20:55:55.620Z Downloaded blake2 v0.10.6
6662023-10-04T20:55:55.626Z Downloaded data-encoding v2.4.0
6672023-10-04T20:55:55.629Z Downloaded block-padding v0.3.3
6682023-10-04T20:55:55.633Z Downloaded time-core v0.1.1
6692023-10-04T20:55:55.638Z Downloaded block-buffer v0.10.4
6702023-10-04T20:55:55.641Z Downloaded aes-gcm-siv v0.11.1
6712023-10-04T20:55:55.644Z Downloaded pbkdf2 v0.11.0
6722023-10-04T20:55:55.649Z Downloaded multer v2.1.0
6732023-10-04T20:55:55.656Z Downloaded crossbeam-epoch v0.9.15
6742023-10-04T20:55:55.664Z Downloaded pest_meta v2.7.2
6752023-10-04T20:55:55.673Z Downloaded chacha20poly1305 v0.10.1
6762023-10-04T20:55:55.682Z Downloaded nibble_vec v0.1.0
6772023-10-04T20:55:55.688Z Downloaded instant v0.1.12
6782023-10-04T20:55:55.692Z Downloaded password-hash v0.5.0
6792023-10-04T20:55:55.697Z Downloaded ed25519 v2.2.2
6802023-10-04T20:55:55.703Z Downloaded pest_derive v2.7.2
6812023-10-04T20:55:55.710Z Downloaded foreign-types-shared v0.3.1
6822023-10-04T20:55:55.713Z Downloaded hash32 v0.2.1
6832023-10-04T20:55:55.716Z Downloaded group v0.13.0
6842023-10-04T20:55:55.719Z Downloaded zone_cfg_derive v0.2.0
6852023-10-04T20:55:55.722Z Downloaded tower-service v0.3.2
6862023-10-04T20:55:55.726Z Downloaded ahash v0.8.3
6872023-10-04T20:55:55.732Z Downloaded iana-time-zone v0.1.57
6882023-10-04T20:55:55.737Z Downloaded http-range v0.1.5
6892023-10-04T20:55:55.740Z Downloaded thiserror-impl v1.0.49
6902023-10-04T20:55:55.745Z Downloaded static_assertions v1.1.0
6912023-10-04T20:55:55.748Z Downloaded secrecy v0.8.0
6922023-10-04T20:55:55.751Z Downloaded argon2 v0.5.2
6932023-10-04T20:55:55.755Z Downloaded crossbeam-utils v0.8.16
6942023-10-04T20:55:55.761Z Downloaded generic-array v0.14.7
6952023-10-04T20:55:55.765Z Downloaded whoami v1.4.1
6962023-10-04T20:55:55.770Z Downloaded smf v0.2.2
6972023-10-04T20:55:55.773Z Downloaded derive_more v0.99.17
6982023-10-04T20:55:55.786Z Downloaded home v0.5.5
6992023-10-04T20:55:55.789Z Downloaded allocator-api2 v0.2.16
7002023-10-04T20:55:55.866Z Downloaded ipnetwork v0.20.0
7012023-10-04T20:55:55.873Z Downloaded lazy_static v1.4.0
7022023-10-04T20:55:55.877Z Downloaded httpdate v1.0.3
7032023-10-04T20:55:55.880Z Downloaded semver v1.0.18
7042023-10-04T20:55:55.883Z Downloaded slog-async v2.8.0
7052023-10-04T20:55:55.886Z Downloaded serde_derive_internals v0.26.0
7062023-10-04T20:55:55.889Z Downloaded spin v0.5.2
7072023-10-04T20:55:55.892Z Downloaded russh-cryptovec v0.7.0
7082023-10-04T20:55:55.895Z Downloaded diesel_derives v2.1.1
7092023-10-04T20:55:55.898Z Downloaded backtrace v0.3.69
7102023-10-04T20:55:55.901Z Downloaded enum-as-inner v0.5.1
7112023-10-04T20:55:55.903Z Downloaded thiserror-impl-no-std v2.0.2
7122023-10-04T20:55:55.906Z Downloaded hyper-tls v0.5.0
7132023-10-04T20:55:55.909Z Downloaded spki v0.7.2
7142023-10-04T20:55:55.912Z Downloaded filetime v0.2.22
7152023-10-04T20:55:55.915Z Downloaded strum_macros v0.25.2
7162023-10-04T20:55:55.918Z Downloaded http-body v0.4.5
7172023-10-04T20:55:55.921Z Downloaded semver v0.11.0
7182023-10-04T20:55:55.926Z Downloaded fallible-streaming-iterator v0.1.9
7192023-10-04T20:55:55.930Z Downloaded zeroize v1.6.0
7202023-10-04T20:55:55.933Z Downloaded slog-dtrace v0.2.3
7212023-10-04T20:55:55.937Z Downloaded rustfmt-wrapper v0.2.0
7222023-10-04T20:55:55.940Z Downloaded stringprep v0.1.3
7232023-10-04T20:55:55.943Z Downloaded rand_core v0.6.4
7242023-10-04T20:55:55.946Z Downloaded slog-stdlog v4.1.1
7252023-10-04T20:55:55.949Z Downloaded siphasher v0.3.11
7262023-10-04T20:55:55.952Z Downloaded serde_tokenstream v0.1.7
7272023-10-04T20:55:55.955Z Downloaded either v1.9.0
7282023-10-04T20:55:55.959Z Downloaded is-terminal v0.4.9
7292023-10-04T20:55:55.962Z Downloaded humantime v2.1.0
7302023-10-04T20:55:55.964Z Downloaded zerocopy v0.6.3
7312023-10-04T20:55:55.967Z Downloaded futures-executor v0.3.28
7322023-10-04T20:55:55.970Z Downloaded futures-core v0.3.28
7332023-10-04T20:55:55.973Z Downloaded hyper-staticfile v0.9.5
7342023-10-04T20:55:55.976Z Downloaded tinyvec_macros v0.1.1
7352023-10-04T20:55:55.980Z Downloaded usdt-attr-macro v0.3.5
7362023-10-04T20:55:55.983Z Downloaded ringbuffer v0.15.0
7372023-10-04T20:55:55.986Z Downloaded synstructure v0.12.6
7382023-10-04T20:55:55.989Z Downloaded env_logger v0.9.3
7392023-10-04T20:55:56.054Z Downloaded rand_chacha v0.2.2
7402023-10-04T20:55:56.058Z Downloaded slog-scope v4.4.0
7412023-10-04T20:55:56.062Z Downloaded sha2 v0.10.7
7422023-10-04T20:55:56.066Z Downloaded headers v0.3.9
7432023-10-04T20:55:56.068Z Downloaded dtrace-parser v0.1.14
7442023-10-04T20:55:56.072Z Downloaded socket2 v0.4.9
7452023-10-04T20:55:56.134Z Downloaded serde_urlencoded v0.7.1
7462023-10-04T20:55:56.137Z Downloaded socket2 v0.5.3
7472023-10-04T20:55:56.140Z Downloaded der v0.7.8
7482023-10-04T20:55:56.144Z Downloaded rustc_version v0.4.0
7492023-10-04T20:55:56.147Z Downloaded base64 v0.21.4
7502023-10-04T20:55:56.154Z Downloaded rand_chacha v0.3.1
7512023-10-04T20:55:56.157Z Downloaded ident_case v1.0.1
7522023-10-04T20:55:56.160Z Downloaded utf8parse v0.2.1
7532023-10-04T20:55:56.163Z Downloaded usdt v0.3.5
7542023-10-04T20:55:56.182Z Downloaded resolv-conf v0.7.0
7552023-10-04T20:55:56.192Z Downloaded ryu v1.0.15
7562023-10-04T20:55:56.198Z Downloaded typenum v1.16.0
7572023-10-04T20:55:56.202Z Downloaded foreign-types v0.3.2
7582023-10-04T20:55:56.206Z Downloaded unicode-ident v1.0.12
7592023-10-04T20:55:56.212Z Downloaded itoa v1.0.9
7602023-10-04T20:55:56.327Z Downloaded ff v0.13.0
7612023-10-04T20:55:56.452Z Downloaded rustc-demangle v0.1.23
7622023-10-04T20:55:56.533Z Downloaded slog v2.7.0
7632023-10-04T20:55:56.544Z Downloaded fixedbitset v0.4.2
7642023-10-04T20:55:56.554Z Downloaded untrusted v0.7.1
7652023-10-04T20:55:56.624Z Downloaded zerocopy v0.3.0
7662023-10-04T20:55:56.635Z Downloaded unicode-segmentation v1.10.1
7672023-10-04T20:55:56.643Z Downloaded signature v2.1.0
7682023-10-04T20:55:56.646Z Downloaded string_cache v0.8.7
7692023-10-04T20:55:56.652Z Downloaded slog-term v2.9.0
7702023-10-04T20:55:56.655Z Downloaded slog-envlogger v2.2.0
7712023-10-04T20:55:56.660Z Downloaded glob v0.3.1
7722023-10-04T20:55:56.666Z Downloaded subtle v2.5.0
7732023-10-04T20:55:56.743Z Downloaded structmeta v0.1.6
7742023-10-04T20:55:56.754Z Downloaded rand v0.4.6
7752023-10-04T20:55:56.758Z Downloaded serde v1.0.188
7762023-10-04T20:55:56.762Z Downloaded tokio-tungstenite v0.20.1
7772023-10-04T20:55:56.765Z Downloaded rcgen v0.10.0
7782023-10-04T20:55:56.768Z Downloaded scopeguard v1.2.0
7792023-10-04T20:55:56.771Z Downloaded smallvec v1.11.0
7802023-10-04T20:55:56.777Z Downloaded hyper-rustls v0.24.1
7812023-10-04T20:55:56.782Z Downloaded winnow v0.5.15
7822023-10-04T20:55:56.786Z Downloaded tokio-stream v0.1.14
7832023-10-04T20:55:56.789Z Downloaded uuid v1.4.1
7842023-10-04T20:55:56.792Z Downloaded tungstenite v0.20.1
7852023-10-04T20:55:56.795Z Downloaded lalrpop-util v0.19.12
7862023-10-04T20:55:56.798Z Downloaded trust-dns-resolver v0.22.0
7872023-10-04T20:55:56.857Z Downloaded indexmap v1.9.3
7882023-10-04T20:55:56.874Z Downloaded zip v0.6.6
7892023-10-04T20:55:56.883Z Downloaded schemars v0.8.13
7902023-10-04T20:55:56.900Z Downloaded url v2.4.1
7912023-10-04T20:55:56.908Z Downloaded toml_edit v0.20.0
7922023-10-04T20:55:56.925Z Downloaded unsafe-libyaml v0.2.9
7932023-10-04T20:55:56.932Z Downloaded toml_edit v0.19.15
7942023-10-04T20:55:56.938Z Downloaded trust-dns-client v0.22.0
7952023-10-04T20:55:57.012Z Downloaded clap_builder v4.4.2
7962023-10-04T20:55:57.019Z Downloaded time v0.3.27
7972023-10-04T20:55:57.023Z Downloaded hashbrown v0.14.0
7982023-10-04T20:55:57.028Z Downloaded rand v0.7.3
7992023-10-04T20:55:57.039Z Downloaded hashbrown v0.13.2
8002023-10-04T20:55:57.042Z Downloaded rustls-webpki v0.101.4
8012023-10-04T20:55:57.045Z Downloaded serde_json v1.0.107
8022023-10-04T20:55:57.048Z Downloaded git2 v0.17.2
8032023-10-04T20:55:57.051Z Downloaded unicode-normalization v0.1.22
8042023-10-04T20:55:57.055Z Downloaded webpki-roots v0.25.2
8052023-10-04T20:55:57.058Z Downloaded hyper v0.14.27
8062023-10-04T20:55:57.062Z Downloaded syn v1.0.109
8072023-10-04T20:55:57.065Z Downloaded vcpkg v0.2.15
8082023-10-04T20:55:57.068Z Downloaded gimli v0.28.0
8092023-10-04T20:55:57.071Z Downloaded trust-dns-proto v0.22.0
8102023-10-04T20:55:57.074Z Downloaded rustix v0.37.23
8112023-10-04T20:55:57.077Z Downloaded rustix v0.38.9
8122023-10-04T20:55:57.080Z Downloaded regress v0.7.1
8132023-10-04T20:55:57.083Z Downloaded rustls v0.21.7
8142023-10-04T20:55:57.086Z Downloaded regex-syntax v0.6.29
8152023-10-04T20:55:57.089Z Downloaded idna v0.2.3
8162023-10-04T20:55:57.093Z Downloaded zerocopy-derive v0.6.3
8172023-10-04T20:55:57.096Z Downloaded openapiv3 v1.0.3
8182023-10-04T20:55:57.100Z Downloaded libc v0.2.148
8192023-10-04T20:55:57.104Z Downloaded idna v0.4.0
8202023-10-04T20:55:57.107Z Downloaded zerocopy-derive v0.2.0
8212023-10-04T20:55:57.110Z Downloaded sled v0.34.7
8222023-10-04T20:55:57.113Z Downloaded regex-automata v0.3.8
8232023-10-04T20:55:57.116Z Downloaded tokio v1.32.0
8242023-10-04T20:55:57.119Z Downloaded sha3 v0.10.8
8252023-10-04T20:55:57.122Z Downloaded bzip2-sys v0.1.11+1.0.8
8262023-10-04T20:55:57.125Z Downloaded regex-syntax v0.7.5
8272023-10-04T20:55:57.128Z Downloaded winapi v0.3.9
8282023-10-04T20:55:57.131Z Downloaded bstr v1.6.0
8292023-10-04T20:55:57.192Z Downloaded smoltcp v0.8.2
8302023-10-04T20:55:57.199Z Downloaded encoding_rs v0.8.33
8312023-10-04T20:55:57.203Z Downloaded libgit2-sys v0.15.2+1.6.4
8322023-10-04T20:55:57.304Z Downloaded bstr v0.2.17
8332023-10-04T20:55:57.323Z Downloaded syn v2.0.32
8342023-10-04T20:55:57.434Z Downloaded diesel v2.1.1
8352023-10-04T20:55:57.437Z Downloaded smoltcp v0.9.1
8362023-10-04T20:55:57.521Z Downloaded regex v1.9.5
8372023-10-04T20:55:57.525Z Downloaded openssl v0.10.57
8382023-10-04T20:55:57.530Z Downloaded nix v0.26.2
8392023-10-04T20:55:57.533Z Downloaded object v0.32.1
8402023-10-04T20:55:57.537Z Downloaded hkdf v0.12.3
8412023-10-04T20:55:57.540Z Downloaded curve25519-dalek v4.1.0
8422023-10-04T20:55:57.543Z Downloaded itertools v0.11.0
8432023-10-04T20:55:57.547Z Downloaded bitvec v1.0.1
8442023-10-04T20:55:57.551Z Downloaded itertools v0.10.5
8452023-10-04T20:55:57.556Z Downloaded serde_with v2.3.3
8462023-10-04T20:55:57.565Z Downloaded reqwest v0.11.20
8472023-10-04T20:55:57.578Z Downloaded radix_trie v0.2.1
8482023-10-04T20:55:57.588Z Downloaded rusqlite v0.29.0
8492023-10-04T20:55:57.657Z Downloaded chrono v0.4.31
8502023-10-04T20:55:57.660Z Downloaded h2 v0.3.21
8512023-10-04T20:55:57.664Z Downloaded aho-corasick v1.0.4
8522023-10-04T20:55:57.667Z Downloaded clap v2.34.0
8532023-10-04T20:55:57.671Z Downloaded aes-gcm v0.10.2
8542023-10-04T20:55:57.674Z Downloaded futures-util v0.3.28
8552023-10-04T20:55:57.680Z Downloaded regex-automata v0.1.10
8562023-10-04T20:55:57.689Z Downloaded tinyvec v1.6.0
8572023-10-04T20:55:57.695Z Downloaded russh v0.38.0
8582023-10-04T20:55:57.704Z Downloaded subprocess v0.2.9
8592023-10-04T20:55:57.708Z Downloaded petgraph v0.6.4
8602023-10-04T20:55:57.733Z Downloaded toml v0.5.11
8612023-10-04T20:55:57.778Z Downloaded http v0.2.9
8622023-10-04T20:55:57.782Z Downloaded rand v0.8.5
8632023-10-04T20:55:57.849Z Downloaded hashbrown v0.12.3
8642023-10-04T20:55:57.857Z Downloaded libz-sys v1.1.12
8652023-10-04T20:55:57.884Z Downloaded libm v0.2.7
8662023-10-04T20:55:57.900Z Downloaded elliptic-curve v0.13.5
8672023-10-04T20:55:57.907Z Downloaded ron v0.7.1
8682023-10-04T20:55:57.916Z Downloaded aes v0.8.3
8692023-10-04T20:55:57.923Z Downloaded vergen v8.2.4
8702023-10-04T20:55:57.928Z Downloaded similar v2.2.1
8712023-10-04T20:55:57.995Z Downloaded tungstenite v0.18.0
8722023-10-04T20:55:57.999Z Downloaded tokio-util v0.7.8
8732023-10-04T20:55:58.003Z Downloaded strsim v0.10.0
8742023-10-04T20:55:58.006Z Downloaded schemars_derive v0.8.13
8752023-10-04T20:55:58.009Z Downloaded scheduled-thread-pool v0.2.7
8762023-10-04T20:55:58.071Z Downloaded tokio-rustls v0.24.1
8772023-10-04T20:55:58.080Z Downloaded keccak v0.1.4
8782023-10-04T20:55:58.086Z Downloaded serde_yaml v0.9.25
8792023-10-04T20:55:58.089Z Downloaded same-file v1.0.6
8802023-10-04T20:55:58.093Z Downloaded tap v1.0.1
8812023-10-04T20:55:58.096Z Downloaded vec_map v0.8.2
8822023-10-04T20:55:58.099Z Downloaded indexmap v2.0.0
8832023-10-04T20:55:58.102Z Downloaded pest v2.7.2
8842023-10-04T20:55:58.106Z Downloaded dirs-sys v0.4.1
8852023-10-04T20:55:58.109Z Downloaded serde_tokenstream v0.2.0
8862023-10-04T20:55:58.116Z Downloaded ipnet v2.8.0
8872023-10-04T20:55:58.119Z Downloaded tracing-core v0.1.31
8882023-10-04T20:55:58.123Z Downloaded sct v0.7.0
8892023-10-04T20:55:58.126Z Downloaded unicode-bidi v0.3.13
8902023-10-04T20:55:58.129Z Downloaded termcolor v1.2.0
8912023-10-04T20:55:58.132Z Downloaded tempfile v3.8.0
8922023-10-04T20:55:58.134Z Downloaded serde_with_macros v2.3.3
8932023-10-04T20:55:58.140Z Downloaded structopt v0.3.26
8942023-10-04T20:55:58.143Z Downloaded serde_derive v1.0.188
8952023-10-04T20:55:58.146Z Downloaded rustversion v1.0.14
8962023-10-04T20:55:58.150Z Downloaded slog-json v2.6.1
8972023-10-04T20:55:58.153Z Downloaded futures-channel v0.3.28
8982023-10-04T20:55:58.157Z Downloaded stable_deref_trait v1.2.0
8992023-10-04T20:55:58.160Z Downloaded signal-hook-registry v1.4.1
9002023-10-04T20:55:58.163Z Downloaded sha1 v0.10.5
9012023-10-04T20:55:58.166Z Downloaded futures-io v0.3.28
9022023-10-04T20:55:58.169Z Downloaded crossbeam-channel v0.5.8
9032023-10-04T20:55:58.172Z Downloaded tracing v0.1.37
9042023-10-04T20:55:58.175Z Downloaded heapless v0.7.16
9052023-10-04T20:55:58.178Z Downloaded tokio-postgres v0.7.10
9062023-10-04T20:55:58.181Z Downloaded want v0.3.1
9072023-10-04T20:55:58.188Z Downloaded fastrand v2.0.0
9082023-10-04T20:55:58.199Z Downloaded structopt-derive v0.4.18
9092023-10-04T20:55:58.204Z Downloaded tokio-macros v2.1.0
9102023-10-04T20:55:58.207Z Downloaded dirs-sys-next v0.1.2
9112023-10-04T20:55:58.214Z Downloaded twox-hash v1.6.3
9122023-10-04T20:55:58.217Z Downloaded rustls-native-certs v0.6.3
9132023-10-04T20:55:58.314Z Downloaded toml v0.7.8
9142023-10-04T20:55:58.318Z Downloaded libsqlite3-sys v0.26.0
9152023-10-04T20:55:58.322Z Downloaded ring v0.16.20
9162023-10-04T20:55:58.437Z Downloaded xattr v1.0.1
9172023-10-04T20:55:58.440Z Downloaded const_format v0.2.31
9182023-10-04T20:55:58.446Z Downloaded half v1.8.2
9192023-10-04T20:55:58.449Z Downloaded ed25519-dalek v2.0.0
9202023-10-04T20:55:58.454Z Downloaded jobserver v0.1.26
9212023-10-04T20:55:58.458Z Downloaded tar v0.4.40
9222023-10-04T20:55:58.462Z Downloaded io-lifetimes v1.0.11
9232023-10-04T20:55:58.466Z Downloaded rustls-pemfile v1.0.3
9242023-10-04T20:55:58.469Z Downloaded terminal_size v0.2.6
9252023-10-04T20:55:58.472Z Downloaded hubpack_derive v0.1.1
9262023-10-04T20:55:58.476Z Downloaded futures v0.3.28
9272023-10-04T20:55:58.481Z Downloaded trust-dns-server v0.22.1
9282023-10-04T20:55:58.489Z Downloaded rand_core v0.5.1
9292023-10-04T20:55:58.550Z Downloaded getrandom v0.1.16
9302023-10-04T20:55:58.554Z Downloaded flate2 v1.0.27
9312023-10-04T20:55:58.557Z Downloaded yasna v0.5.2
9322023-10-04T20:55:58.560Z Downloaded heck v0.4.1
9332023-10-04T20:55:58.562Z Downloaded ghash v0.5.0
9342023-10-04T20:55:58.565Z Downloaded hubpack v0.1.2
9352023-10-04T20:55:58.568Z Downloaded spin v0.9.8
9362023-10-04T20:55:58.571Z Downloaded httparse v1.8.0
9372023-10-04T20:55:58.574Z Downloaded dof v0.1.5
9382023-10-04T20:55:58.637Z Downloaded fallible-iterator v0.2.0
9392023-10-04T20:55:58.640Z Downloaded russh-keys v0.38.0
9402023-10-04T20:55:58.644Z Downloaded tokio-tungstenite v0.18.0
9412023-10-04T20:55:58.647Z Downloaded arc-swap v1.6.0
9422023-10-04T20:55:58.650Z Downloaded num-bigint v0.4.4
9432023-10-04T20:55:58.652Z Downloaded memchr v2.6.3
9442023-10-04T20:55:58.655Z Downloaded hmac v0.12.1
9452023-10-04T20:55:58.658Z Downloaded thiserror-no-std v2.0.2
9462023-10-04T20:55:58.661Z Downloaded structmeta-derive v0.1.6
9472023-10-04T20:55:58.664Z Downloaded serde_repr v0.1.16
9482023-10-04T20:55:58.667Z Downloaded serde_arrays v0.1.0
9492023-10-04T20:55:58.670Z Downloaded openssl-sys v0.9.93
9502023-10-04T20:55:58.674Z Downloaded slab v0.4.9
9512023-10-04T20:55:58.684Z Downloaded foreign-types-macros v0.2.3
9522023-10-04T20:55:58.687Z Downloaded digest v0.10.7
9532023-10-04T20:55:58.689Z Downloaded walkdir v2.4.0
9542023-10-04T20:55:58.692Z Downloaded unicode-linebreak v0.1.5
9552023-10-04T20:55:58.695Z Downloaded endian-type v0.1.2
9562023-10-04T20:55:58.756Z Downloaded semver-parser v0.10.2
9572023-10-04T20:55:58.759Z Downloaded inout v0.1.3
9582023-10-04T20:55:58.762Z Downloaded ucd-trie v0.1.6
9592023-10-04T20:55:58.768Z Downloaded futures-macro v0.3.28
9602023-10-04T20:55:58.771Z Downloaded toml v0.8.0
9612023-10-04T20:55:58.774Z Downloaded thread_local v1.1.7
9622023-10-04T20:55:58.777Z Downloaded foreign-types-shared v0.1.1
9632023-10-04T20:55:58.779Z Downloaded foreign-types v0.5.0
9642023-10-04T20:55:58.783Z Downloaded form_urlencoded v1.2.0
9652023-10-04T20:55:58.786Z Downloaded version_check v0.9.4
9662023-10-04T20:55:58.789Z Downloaded cc v1.0.83
9672023-10-04T20:55:58.791Z Downloaded bytes v1.5.0
9682023-10-04T20:55:58.898Z Downloaded hostname v0.3.1
9692023-10-04T20:55:58.901Z Downloaded getrandom v0.2.10
9702023-10-04T20:55:58.904Z Downloaded futures-sink v0.3.28
9712023-10-04T20:55:58.907Z Downloaded textwrap v0.16.0
9722023-10-04T20:55:58.910Z Downloaded ahash v0.7.6
9732023-10-04T20:55:58.913Z Downloaded strum v0.25.0
9742023-10-04T20:55:58.916Z Downloaded serde_spanned v0.6.3
9752023-10-04T20:55:58.919Z Downloaded postgres-types v0.2.6
9762023-10-04T20:55:58.922Z Downloaded smawk v0.3.1
9772023-10-04T20:55:58.925Z Downloaded getopts v0.2.21
9782023-10-04T20:55:58.928Z Downloaded erased-serde v0.3.30
9792023-10-04T20:55:58.931Z Downloaded vsss-rs v3.3.1
9802023-10-04T20:55:58.934Z Downloaded ppv-lite86 v0.2.17
9812023-10-04T20:55:58.937Z Downloaded poly1305 v0.8.0
9822023-10-04T20:55:58.942Z Downloaded pin-project-lite v0.2.13
9832023-10-04T20:55:58.946Z Downloaded pest_generator v2.7.2
9842023-10-04T20:55:58.949Z Downloaded miniz_oxide v0.7.1
9852023-10-04T20:55:58.952Z Downloaded thiserror v1.0.49
9862023-10-04T20:55:58.955Z Downloaded slog-bunyan v2.4.0
9872023-10-04T20:55:58.958Z Downloaded base64 v0.13.1
9882023-10-04T20:55:58.961Z Downloaded hashlink v0.8.3
9892023-10-04T20:55:58.963Z Downloaded dirs-next v2.0.0
9902023-10-04T20:55:59.030Z Downloaded tracing-attributes v0.1.26
9912023-10-04T20:55:59.034Z Downloaded toolchain_find v0.2.0
9922023-10-04T20:55:59.039Z Downloaded serde_path_to_error v0.1.14
9932023-10-04T20:55:59.042Z Downloaded parking_lot_core v0.9.8
9942023-10-04T20:55:59.044Z Downloaded parking_lot_core v0.8.6
9952023-10-04T20:55:59.047Z Downloaded num_enum v0.5.11
9962023-10-04T20:55:59.050Z Downloaded float-cmp v0.9.0
9972023-10-04T20:55:59.053Z Downloaded hex v0.4.3
9982023-10-04T20:55:59.055Z Downloaded universal-hash v0.5.1
9992023-10-04T20:55:59.058Z Downloaded zone v0.2.0
10002023-10-04T20:55:59.061Z Downloaded phf v0.11.2
10012023-10-04T20:55:59.066Z Downloaded heck v0.3.3
10022023-10-04T20:55:59.069Z Downloaded fxhash v0.2.1
10032023-10-04T20:55:59.072Z Downloaded futures-task v0.3.28
10042023-10-04T20:55:59.075Z Downloaded errno v0.3.2
10052023-10-04T20:55:59.078Z Downloaded bitflags v2.4.0
10062023-10-04T20:55:59.081Z Downloaded anyhow v1.0.75
10072023-10-04T20:55:59.084Z Downloaded textwrap v0.11.0
10082023-10-04T20:55:59.147Z Downloaded term v0.7.0
10092023-10-04T20:55:59.153Z Downloaded r2d2 v0.8.10
10102023-10-04T20:55:59.156Z Downloaded unicase v2.7.0
10112023-10-04T20:55:59.159Z Downloaded blowfish v0.9.1
10122023-10-04T20:55:59.163Z Downloaded hex-literal v0.4.1
10132023-10-04T20:55:59.165Z Downloaded funty v2.0.0
10142023-10-04T20:55:59.168Z Downloaded dyn-clone v1.0.13
10152023-10-04T20:55:59.233Z Downloaded addr2line v0.21.0
10162023-10-04T20:55:59.240Z Downloaded fnv v1.0.7
10172023-10-04T20:55:59.244Z Downloaded dirs v5.0.1
10182023-10-04T20:55:59.246Z Downloaded zeroize_derive v1.4.2
10192023-10-04T20:55:59.249Z Downloaded tokio-native-tls v0.3.1
10202023-10-04T20:55:59.252Z Downloaded radium v0.7.0
10212023-10-04T20:55:59.255Z Downloaded quick-error v1.2.3
10222023-10-04T20:55:59.258Z Downloaded proc-macro-error-attr v1.0.4
10232023-10-04T20:55:59.261Z Downloaded predicates-core v1.0.6
10242023-10-04T20:55:59.264Z Downloaded postcard-cobs v0.1.5-pre
10252023-10-04T20:55:59.267Z Downloaded pin-utils v0.1.0
10262023-10-04T20:55:59.270Z Downloaded strsim v0.8.0
10272023-10-04T20:55:59.272Z Downloaded wyz v0.5.1
10282023-10-04T20:55:59.275Z Downloaded utf-8 v0.7.6
10292023-10-04T20:55:59.278Z Downloaded usdt-impl v0.3.5
10302023-10-04T20:55:59.281Z Downloaded unicode-xid v0.2.4
10312023-10-04T20:55:59.284Z Downloaded toml_datetime v0.6.3
10322023-10-04T20:55:59.287Z Downloaded time-macros v0.2.13
10332023-10-04T20:55:59.290Z Downloaded phf_shared v0.11.2
10342023-10-04T20:55:59.293Z Downloaded ciborium v0.2.1
10352023-10-04T20:55:59.296Z Downloaded ansi_term v0.12.1
10362023-10-04T20:55:59.299Z Downloaded unicode-width v0.1.10
10372023-10-04T20:55:59.302Z Downloaded thread-id v4.2.0
10382023-10-04T20:55:59.305Z Downloaded num_enum v0.7.0
10392023-10-04T20:55:59.309Z Downloaded console v0.15.7
10402023-10-04T20:55:59.312Z Downloaded camino v1.1.6
10412023-10-04T20:55:59.315Z Downloaded byteorder v1.4.3
10422023-10-04T20:55:59.381Z Downloaded num-complex v0.4.4
10432023-10-04T20:55:59.434Z Downloaded mime_guess v2.0.4
10442023-10-04T20:55:59.450Z Downloaded crc32fast v1.3.2
10452023-10-04T20:55:59.453Z Downloaded bzip2 v0.4.4
10462023-10-04T20:55:59.456Z Downloaded bcrypt-pbkdf v0.10.0
10472023-10-04T20:55:59.459Z Downloaded cbc v0.1.2
10482023-10-04T20:55:59.462Z Downloaded bincode v1.3.3
10492023-10-04T20:55:59.468Z Downloaded const_format_proc_macros v0.2.31
10502023-10-04T20:55:59.473Z Downloaded cipher v0.4.4
10512023-10-04T20:55:59.476Z Downloaded anstream v0.5.0
10522023-10-04T20:55:59.479Z Downloaded chacha20 v0.9.1
10532023-10-04T20:55:59.482Z Downloaded bit-vec v0.6.3
10542023-10-04T20:55:59.486Z Downloaded async-recursion v1.0.5
10552023-10-04T20:55:59.489Z Downloaded libefi-sys v0.1.0
10562023-10-04T20:55:59.492Z Downloaded clap_derive v4.4.2
10572023-10-04T20:55:59.495Z Downloaded take_mut v0.2.2
10582023-10-04T20:55:59.498Z Downloaded openssl-macros v0.1.1
10592023-10-04T20:55:59.501Z Downloaded cancel-safe-futures v0.1.2
10602023-10-04T20:55:59.506Z Downloaded base64ct v1.6.0
10612023-10-04T20:55:59.509Z Downloaded difflib v0.4.0
10622023-10-04T20:55:59.512Z Downloaded backoff v0.4.0
10632023-10-04T20:55:59.516Z Downloaded bitflags v1.3.2
10642023-10-04T20:55:59.519Z Downloaded headers-core v0.2.0
10652023-10-04T20:55:59.523Z Downloaded equivalent v1.0.1
10662023-10-04T20:55:59.528Z Downloaded waitgroup v0.1.2
10672023-10-04T20:55:59.532Z Downloaded usdt-macro v0.3.5
10682023-10-04T20:55:59.535Z Downloaded try-lock v0.2.4
10692023-10-04T20:55:59.538Z Downloaded pretty-hex v0.3.0
10702023-10-04T20:55:59.541Z Downloaded phf_shared v0.10.0
10712023-10-04T20:55:59.544Z Downloaded once_cell v1.18.0
10722023-10-04T20:55:59.546Z Downloaded managed v0.8.0
10732023-10-04T20:55:59.550Z Downloaded percent-encoding v2.3.0
10742023-10-04T20:55:59.553Z Downloaded num_enum_derive v0.5.11
10752023-10-04T20:55:59.556Z Downloaded deranged v0.3.8
10762023-10-04T20:55:59.559Z Downloaded parking_lot v0.12.1
10772023-10-04T20:55:59.562Z Downloaded bit-set v0.5.3
10782023-10-04T20:55:59.565Z Downloaded num-rational v0.4.1
10792023-10-04T20:55:59.568Z Downloaded darling_core v0.20.3
10802023-10-04T20:55:59.571Z Downloaded darling v0.20.3
10812023-10-04T20:55:59.574Z Downloaded const-oid v0.9.5
10822023-10-04T20:55:59.577Z Downloaded async-stream v0.3.5
10832023-10-04T20:55:59.580Z Downloaded num-traits v0.2.16
10842023-10-04T20:55:59.583Z Downloaded openssl-probe v0.1.5
10852023-10-04T20:55:59.586Z Downloaded base16ct v0.2.0
10862023-10-04T20:55:59.589Z Downloaded aead v0.5.2
10872023-10-04T20:55:59.592Z Downloaded pretty-hex v0.2.1
10882023-10-04T20:55:59.595Z Downloaded pbkdf2 v0.12.2
10892023-10-04T20:55:59.598Z Downloaded option-ext v0.2.0
10902023-10-04T20:55:59.601Z Downloaded native-tls v0.2.11
10912023-10-04T20:55:59.604Z Downloaded md5 v0.7.0
10922023-10-04T20:55:59.606Z Downloaded async-trait v0.1.73
10932023-10-04T20:55:59.609Z Downloaded postgres-protocol v0.6.6
10942023-10-04T20:55:59.612Z Downloaded bit_field v0.10.2
10952023-10-04T20:55:59.615Z Downloaded cfg-if v0.1.10
10962023-10-04T20:55:59.618Z Downloaded anstyle v1.0.2
10972023-10-04T20:55:59.620Z Downloaded async-stream-impl v0.3.5
10982023-10-04T20:55:59.623Z Downloaded num-integer v0.1.45
10992023-10-04T20:55:59.626Z Downloaded memoffset v0.9.0
11002023-10-04T20:55:59.630Z Downloaded num v0.4.1
11012023-10-04T20:55:59.633Z Downloaded mime v0.3.17
11022023-10-04T20:55:59.636Z Downloaded lru-cache v0.1.2
11032023-10-04T20:55:59.639Z Downloaded atomic-waker v1.1.1
11042023-10-04T20:55:59.642Z Downloaded anstyle-query v1.0.0
11052023-10-04T20:55:59.646Z Downloaded adler v1.0.2
11062023-10-04T20:55:59.650Z Downloaded bitstruct_derive v0.1.0
11072023-10-04T20:55:59.653Z Downloaded opaque-debug v0.3.0
11082023-10-04T20:55:59.656Z Downloaded new_debug_unreachable v1.0.4
11092023-10-04T20:55:59.659Z Downloaded num_threads v0.1.6
11102023-10-04T20:55:59.662Z Downloaded quote v1.0.33
11112023-10-04T20:55:59.665Z Downloaded precomputed-hash v0.1.1
11122023-10-04T20:55:59.668Z Downloaded postcard v0.7.3
11132023-10-04T20:55:59.670Z Downloaded normalize-line-endings v0.3.0
11142023-10-04T20:55:59.675Z Downloaded memoffset v0.7.1
11152023-10-04T20:55:59.681Z Downloaded matches v0.1.10
11162023-10-04T20:55:59.684Z Downloaded linked-hash-map v0.5.6
11172023-10-04T20:55:59.687Z Downloaded proc-macro2 v1.0.67
11182023-10-04T20:55:59.690Z Downloaded predicates v3.0.3
11192023-10-04T20:55:59.693Z Downloaded mio v0.8.8
11202023-10-04T20:55:59.695Z Downloaded md-5 v0.10.5
11212023-10-04T20:55:59.698Z Downloaded lock_api v0.4.10
11222023-10-04T20:55:59.701Z Downloaded clap v4.4.3
11232023-10-04T20:55:59.704Z Downloaded platforms v3.0.2
11242023-10-04T20:55:59.707Z Downloaded pem v1.1.1
11252023-10-04T20:55:59.710Z Downloaded paste v1.0.14
11262023-10-04T20:55:59.713Z Downloaded macaddr v1.0.1
11272023-10-04T20:55:59.716Z Downloaded log v0.4.20
11282023-10-04T20:55:59.719Z Downloaded debug-ignore v1.0.5
11292023-10-04T20:55:59.724Z Downloaded ctr v0.9.2
11302023-10-04T20:55:59.727Z Downloaded convert_case v0.4.0
11312023-10-04T20:55:59.730Z Downloaded cfg-if v1.0.0
11322023-10-04T20:55:59.733Z Downloaded omicron-zone-package v0.8.3
11332023-10-04T20:55:59.736Z Downloaded num-iter v0.1.43
11342023-10-04T20:55:59.739Z Downloaded match_cfg v0.1.0
11352023-10-04T20:55:59.742Z Downloaded darling_macro v0.20.3
11362023-10-04T20:55:59.745Z Downloaded crypto-common v0.1.6
11372023-10-04T20:55:59.748Z Downloaded ciborium-io v0.2.1
11382023-10-04T20:55:59.751Z Downloaded camino-tempfile v1.0.2
11392023-10-04T20:55:59.754Z Downloaded colored v2.0.4
11402023-10-04T20:55:59.757Z Downloaded ascii v1.1.0
11412023-10-04T20:55:59.760Z Downloaded bitstruct v0.1.1
11422023-10-04T20:55:59.763Z Downloaded anstyle-parse v0.2.1
11432023-10-04T20:55:59.766Z Compiling proc-macro2 v1.0.67
11442023-10-04T20:55:59.770Z Compiling unicode-ident v1.0.12
11452023-10-04T20:55:59.773Z Compiling libc v0.2.148
11462023-10-04T20:55:59.776Z Compiling serde v1.0.188
11472023-10-04T20:55:59.779Z Compiling version_check v0.9.4
11482023-10-04T20:55:59.782Z Compiling autocfg v1.1.0
11492023-10-04T20:55:59.786Z Compiling cfg-if v1.0.0
11502023-10-04T20:55:59.789Z Compiling syn v1.0.109
11512023-10-04T20:55:59.944Z Compiling typenum v1.16.0
11522023-10-04T20:56:00.543Z Compiling generic-array v0.14.7
11532023-10-04T20:56:00.558Z Compiling once_cell v1.18.0
11542023-10-04T20:56:01.135Z Compiling lock_api v0.4.10
11552023-10-04T20:56:01.756Z Compiling parking_lot_core v0.9.8
11562023-10-04T20:56:01.884Z Compiling thiserror v1.0.49
11572023-10-04T20:56:01.913Z Compiling libm v0.2.7
11582023-10-04T20:56:02.053Z Compiling num-traits v0.2.16
11592023-10-04T20:56:02.058Z Compiling itoa v1.0.9
11602023-10-04T20:56:02.286Z Compiling futures-core v0.3.28
11612023-10-04T20:56:02.422Z Compiling ahash v0.8.3
11622023-10-04T20:56:02.436Z Compiling memchr v2.6.3
11632023-10-04T20:56:02.726Z Compiling serde_json v1.0.107
11642023-10-04T20:56:03.018Z Compiling log v0.4.20
11652023-10-04T20:56:03.045Z Compiling slab v0.4.9
11662023-10-04T20:56:03.192Z Compiling quote v1.0.33
11672023-10-04T20:56:03.489Z Compiling futures-channel v0.3.28
11682023-10-04T20:56:03.522Z Compiling futures-task v0.3.28
11692023-10-04T20:56:03.780Z Compiling syn v2.0.32
11702023-10-04T20:56:03.966Z Compiling getrandom v0.2.10
11712023-10-04T20:56:04.303Z Compiling jobserver v0.1.26
11722023-10-04T20:56:04.553Z Compiling rand_core v0.6.4
11732023-10-04T20:56:04.701Z Compiling futures-util v0.3.28
11742023-10-04T20:56:04.819Z Compiling cc v1.0.83
11752023-10-04T20:56:04.872Z Compiling pkg-config v0.3.27
11762023-10-04T20:56:05.387Z Compiling ryu v1.0.15
11772023-10-04T20:56:05.560Z Compiling vcpkg v0.2.15
11782023-10-04T20:56:05.900Z Compiling allocator-api2 v0.2.16
11792023-10-04T20:56:06.575Z Compiling schemars v0.8.13
11802023-10-04T20:56:06.731Z Compiling equivalent v1.0.1
11812023-10-04T20:56:06.887Z Compiling byteorder v1.4.3
11822023-10-04T20:56:07.155Z Compiling hashbrown v0.14.0
11832023-10-04T20:56:07.724Z Compiling httparse v1.8.0
11842023-10-04T20:56:08.278Z Compiling ahash v0.7.6
11852023-10-04T20:56:08.559Z Compiling scopeguard v1.2.0
11862023-10-04T20:56:08.766Z Compiling semver v1.0.18
11872023-10-04T20:56:08.888Z Compiling iana-time-zone v0.1.57
11882023-10-04T20:56:09.511Z Compiling smallvec v1.11.0
11892023-10-04T20:56:09.597Z Compiling fnv v1.0.7
11902023-10-04T20:56:09.689Z Compiling ring v0.16.20
11912023-10-04T20:56:09.786Z Compiling heck v0.4.1
11922023-10-04T20:56:09.835Z Compiling indexmap v1.9.3
11932023-10-04T20:56:10.134Z Compiling time-core v0.1.1
11942023-10-04T20:56:10.157Z Compiling pin-project-lite v0.2.13
11952023-10-04T20:56:10.272Z Compiling dyn-clone v1.0.13
11962023-10-04T20:56:10.350Z Compiling openssl-sys v0.9.93
11972023-10-04T20:56:10.404Z Compiling time-macros v0.2.13
11982023-10-04T20:56:10.537Z Compiling subtle v2.5.0
11992023-10-04T20:56:10.592Z Compiling winnow v0.5.15
12002023-10-04T20:56:11.056Z Compiling ucd-trie v0.1.6
12012023-10-04T20:56:11.716Z Compiling parking_lot v0.12.1
12022023-10-04T20:56:12.044Z Compiling slog v2.7.0
12032023-10-04T20:56:12.760Z Compiling openssl v0.10.57
12042023-10-04T20:56:13.119Z Compiling tinyvec_macros v0.1.1
12052023-10-04T20:56:13.232Z Compiling rustls v0.21.7
12062023-10-04T20:56:13.259Z Compiling tinyvec v1.6.0
12072023-10-04T20:56:13.419Z Compiling ppv-lite86 v0.2.17
12082023-10-04T20:56:13.593Z Compiling socket2 v0.5.3
12092023-10-04T20:56:14.581Z Compiling mio v0.8.8
12102023-10-04T20:56:15.097Z Compiling signal-hook-registry v1.4.1
12112023-10-04T20:56:15.117Z Compiling num_cpus v1.16.0
12122023-10-04T20:56:15.290Z Compiling native-tls v0.2.11
12132023-10-04T20:56:15.680Z Compiling unicode-normalization v0.1.22
12142023-10-04T20:56:15.765Z Compiling unicode-bidi v0.3.13
12152023-10-04T20:56:16.568Z Compiling spin v0.5.2
12162023-10-04T20:56:16.607Z Compiling unicode-xid v0.2.4
12172023-10-04T20:56:16.740Z Compiling serde_derive_internals v0.26.0
12182023-10-04T20:56:16.833Z Compiling rand_chacha v0.3.1
12192023-10-04T20:56:16.915Z Compiling percent-encoding v2.3.0
12202023-10-04T20:56:17.497Z Compiling rand v0.8.5
12212023-10-04T20:56:17.643Z Compiling form_urlencoded v1.2.0
12222023-10-04T20:56:18.085Z Compiling futures-sink v0.3.28
12232023-10-04T20:56:18.149Z Compiling synstructure v0.12.6
12242023-10-04T20:56:18.254Z Compiling backtrace v0.3.69
12252023-10-04T20:56:18.445Z Compiling pin-utils v0.1.0
12262023-10-04T20:56:18.616Z Compiling crossbeam-utils v0.8.16
12272023-10-04T20:56:18.629Z Compiling async-trait v0.1.73
12282023-10-04T20:56:19.266Z Compiling idna v0.4.0
12292023-10-04T20:56:20.264Z Compiling aho-corasick v1.0.4
12302023-10-04T20:56:20.269Z Compiling regex-syntax v0.7.5
12312023-10-04T20:56:20.590Z Compiling const-oid v0.9.5
12322023-10-04T20:56:20.717Z Compiling futures-io v0.3.28
12332023-10-04T20:56:20.724Z Compiling hashbrown v0.12.3
12342023-10-04T20:56:21.203Z Compiling url v2.4.1
12352023-10-04T20:56:22.126Z Compiling anyhow v1.0.75
12362023-10-04T20:56:22.683Z Compiling unicode-width v0.1.10
12372023-10-04T20:56:23.335Z Compiling num_threads v0.1.6
12382023-10-04T20:56:23.351Z Compiling deranged v0.3.8
12392023-10-04T20:56:23.428Z Compiling usdt-impl v0.3.5
12402023-10-04T20:56:23.813Z Compiling thread-id v4.2.0
12412023-10-04T20:56:23.969Z Compiling tracing-core v0.1.31
12422023-10-04T20:56:24.072Z Compiling hashbrown v0.13.2
12432023-10-04T20:56:25.140Z Compiling cpufeatures v0.2.9
12442023-10-04T20:56:25.288Z Compiling adler v1.0.2
12452023-10-04T20:56:25.633Z Compiling miniz_oxide v0.7.1
12462023-10-04T20:56:26.014Z Compiling lazy_static v1.4.0
12472023-10-04T20:56:26.184Z Compiling time v0.3.27
12482023-10-04T20:56:26.532Z Compiling regex-automata v0.3.8
12492023-10-04T20:56:28.119Z Compiling rustix v0.38.9
12502023-10-04T20:56:29.057Z Compiling bitflags v1.3.2
12512023-10-04T20:56:29.087Z Compiling serde_derive v1.0.188
12522023-10-04T20:56:29.201Z Compiling zeroize_derive v1.4.2
12532023-10-04T20:56:30.127Z Compiling thiserror-impl v1.0.49
12542023-10-04T20:56:30.678Z Compiling tokio-macros v2.1.0
12552023-10-04T20:56:31.366Z Compiling futures-macro v0.3.28
12562023-10-04T20:56:31.612Z Compiling tracing-attributes v0.1.26
12572023-10-04T20:56:32.554Z Compiling schemars_derive v0.8.13
12582023-10-04T20:56:33.192Z Compiling zeroize v1.6.0
12592023-10-04T20:56:34.608Z Compiling openssl-macros v0.1.1
12602023-10-04T20:56:34.938Z Compiling pest v2.7.2
12612023-10-04T20:56:35.670Z Compiling zerocopy-derive v0.2.0
12622023-10-04T20:56:36.182Z Compiling crypto-common v0.1.6
12632023-10-04T20:56:36.566Z Compiling block-buffer v0.10.4
12642023-10-04T20:56:36.854Z Compiling digest v0.10.7
12652023-10-04T20:56:37.532Z Compiling regex v1.9.5
12662023-10-04T20:56:37.564Z Compiling tracing v0.1.37
12672023-10-04T20:56:38.513Z Compiling zerocopy v0.3.0
12682023-10-04T20:56:38.924Z Compiling gimli v0.28.0
12692023-10-04T20:56:39.387Z Compiling pest_meta v2.7.2
12702023-10-04T20:56:39.881Z Compiling dof v0.1.5
12712023-10-04T20:56:41.417Z Compiling object v0.32.1
12722023-10-04T20:56:41.494Z Compiling siphasher v0.3.11
12732023-10-04T20:56:42.178Z Compiling pest_generator v2.7.2
12742023-10-04T20:56:45.219Z Compiling rustc-demangle v0.1.23
12752023-10-04T20:56:45.339Z Compiling untrusted v0.7.1
12762023-10-04T20:56:45.655Z Compiling base64 v0.21.4
12772023-10-04T20:56:46.187Z Compiling addr2line v0.21.0
12782023-10-04T20:56:46.871Z Compiling pest_derive v2.7.2
12792023-10-04T20:56:46.970Z Compiling socket2 v0.4.9
12802023-10-04T20:56:47.604Z Compiling phf_shared v0.11.2
12812023-10-04T20:56:47.997Z Compiling try-lock v0.2.4
12822023-10-04T20:56:48.016Z Compiling dtrace-parser v0.1.14
12832023-10-04T20:56:48.210Z Compiling httpdate v1.0.3
12842023-10-04T20:56:48.237Z Compiling want v0.3.1
12852023-10-04T20:56:48.667Z Compiling mime v0.3.17
12862023-10-04T20:56:48.682Z Compiling tower-service v0.3.2
12872023-10-04T20:56:48.857Z Compiling strsim v0.10.0
12882023-10-04T20:56:48.966Z Compiling foreign-types-shared v0.1.1
12892023-10-04T20:56:49.121Z Compiling openssl-probe v0.1.5
12902023-10-04T20:56:49.630Z Compiling foreign-types v0.3.2
12912023-10-04T20:56:49.968Z Compiling ipnet v2.8.0
12922023-10-04T20:56:50.943Z Compiling rustls-webpki v0.101.4
12932023-10-04T20:56:51.482Z Compiling sct v0.7.0
12942023-10-04T20:56:52.095Z Compiling rustls-pemfile v1.0.3
12952023-10-04T20:56:52.207Z Compiling regress v0.7.1
12962023-10-04T20:56:52.700Z Compiling bytes v1.5.0
12972023-10-04T20:56:53.003Z Compiling indexmap v2.0.0
12982023-10-04T20:56:53.168Z Compiling chrono v0.4.31
12992023-10-04T20:56:53.374Z Compiling uuid v1.4.1
13002023-10-04T20:56:54.525Z Compiling toml_datetime v0.6.3
13012023-10-04T20:56:54.871Z Compiling serde_spanned v0.6.3
13022023-10-04T20:56:55.025Z Compiling http v0.2.9
13032023-10-04T20:56:55.246Z Compiling toml_edit v0.19.15
13042023-10-04T20:56:55.286Z Compiling tokio v1.32.0
13052023-10-04T20:56:57.805Z Compiling openapiv3 v1.0.3
13062023-10-04T20:56:59.401Z Compiling serde_tokenstream v0.1.7
13072023-10-04T20:56:59.940Z Compiling bitflags v2.4.0
13082023-10-04T20:57:00.199Z Compiling rustc_version v0.4.0
13092023-10-04T20:57:01.481Z Compiling usdt-macro v0.3.5
13102023-10-04T20:57:01.801Z Compiling usdt-attr-macro v0.3.5
13112023-10-04T20:57:02.816Z Compiling http-body v0.4.5
13122023-10-04T20:57:02.978Z Compiling serde_tokenstream v0.2.0
13132023-10-04T20:57:04.186Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13142023-10-04T20:57:04.194Z Compiling encoding_rs v0.8.33
13152023-10-04T20:57:04.681Z Compiling serde_urlencoded v0.7.1
13162023-10-04T20:57:05.534Z Compiling rustls-native-certs v0.6.3
13172023-10-04T20:57:06.264Z Compiling webpki-roots v0.25.2
13182023-10-04T20:57:06.516Z Compiling errno v0.3.2
13192023-10-04T20:57:06.796Z Compiling getopts v0.2.21
13202023-10-04T20:57:07.684Z Compiling unsafe-libyaml v0.2.9
13212023-10-04T20:57:08.539Z Compiling tokio-util v0.7.8
13222023-10-04T20:57:09.258Z Compiling futures-executor v0.3.28
13232023-10-04T20:57:10.275Z Compiling h2 v0.3.21
13242023-10-04T20:57:10.847Z Compiling tokio-rustls v0.24.1
13252023-10-04T20:57:11.012Z Compiling serde_yaml v0.9.25
13262023-10-04T20:57:15.930Z Compiling tokio-native-tls v0.3.1
13272023-10-04T20:57:16.348Z Compiling hmac v0.12.1
13282023-10-04T20:57:16.669Z Compiling num-integer v0.1.45
13292023-10-04T20:57:17.078Z Compiling rustversion v1.0.14
13302023-10-04T20:57:17.429Z Compiling usdt v0.3.5
13312023-10-04T20:57:17.835Z Compiling hex v0.4.3
13322023-10-04T20:57:18.076Z Compiling sha2 v0.10.7
13332023-10-04T20:57:18.602Z Compiling block-padding v0.3.3
13342023-10-04T20:57:18.888Z Compiling inout v0.1.3
13352023-10-04T20:57:19.070Z Compiling toml v0.7.8
13362023-10-04T20:57:19.272Z Compiling cipher v0.4.4
13372023-10-04T20:57:21.563Z Compiling fallible-iterator v0.2.0
13382023-10-04T20:57:21.589Z Compiling crc32fast v1.3.2
13392023-10-04T20:57:22.008Z Compiling hyper v0.14.27
13402023-10-04T20:57:22.317Z Compiling futures v0.3.28
13412023-10-04T20:57:22.481Z Compiling ipnetwork v0.20.0
13422023-10-04T20:57:22.877Z Compiling spin v0.9.8
13432023-10-04T20:57:23.332Z Compiling either v1.9.0
13442023-10-04T20:57:23.869Z Compiling md-5 v0.10.5
13452023-10-04T20:57:23.958Z Compiling stringprep v0.1.3
13462023-10-04T20:57:24.228Z Compiling io-lifetimes v1.0.11
13472023-10-04T20:57:24.900Z Compiling postgres-protocol v0.6.6
13482023-10-04T20:57:25.378Z Compiling enum-as-inner v0.5.1
13492023-10-04T20:57:25.968Z Compiling slog-async v2.8.0
13502023-10-04T20:57:27.022Z Compiling postgres-types v0.2.6
13512023-10-04T20:57:27.197Z Compiling phf v0.11.2
13522023-10-04T20:57:27.223Z Compiling console v0.15.7
13532023-10-04T20:57:27.268Z Compiling num-bigint v0.4.4
13542023-10-04T20:57:27.667Z Compiling whoami v1.4.1
13552023-10-04T20:57:27.926Z Compiling rustix v0.37.23
13562023-10-04T20:57:28.783Z Compiling data-encoding v2.4.0
13572023-10-04T20:57:28.843Z Compiling tokio-postgres v0.7.10
13582023-10-04T20:57:29.783Z Compiling zerocopy-derive v0.6.3
13592023-10-04T20:57:31.188Z Compiling static_assertions v1.1.0
13602023-10-04T20:57:33.494Z Compiling hyper-rustls v0.24.1
13612023-10-04T20:57:34.111Z Compiling hyper-tls v0.5.0
13622023-10-04T20:57:34.410Z Compiling ident_case v1.0.1
13632023-10-04T20:57:34.653Z Compiling reqwest v0.11.20
13642023-10-04T20:57:34.691Z Compiling darling_core v0.20.3
13652023-10-04T20:57:35.259Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13662023-10-04T20:57:36.137Z Compiling camino v1.1.6
13672023-10-04T20:57:37.149Z Compiling flate2 v1.0.27
13682023-10-04T20:57:37.813Z Compiling strum_macros v0.25.2
13692023-10-04T20:57:38.791Z Compiling heapless v0.7.16
13702023-10-04T20:57:39.325Z Compiling bzip2-sys v0.1.11+1.0.8
13712023-10-04T20:57:39.397Z Compiling memoffset v0.9.0
13722023-10-04T20:57:39.930Z Compiling unicode-segmentation v1.10.1
13732023-10-04T20:57:39.965Z Compiling managed v0.8.0
13742023-10-04T20:57:40.696Z Compiling matches v0.1.10
13752023-10-04T20:57:40.850Z Compiling radium v0.7.0
13762023-10-04T20:57:41.495Z Compiling idna v0.2.3
13772023-10-04T20:57:42.821Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13782023-10-04T20:57:43.018Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13792023-10-04T20:57:43.877Z Compiling darling_macro v0.20.3
13802023-10-04T20:57:44.014Z Compiling multer v2.1.0
13812023-10-04T20:57:44.020Z Compiling trust-dns-proto v0.22.0
13822023-10-04T20:57:44.834Z Compiling async-stream-impl v0.3.5
13832023-10-04T20:57:45.309Z Compiling darling v0.20.3
13842023-10-04T20:57:45.466Z Compiling serde_with_macros v2.3.3
13852023-10-04T20:57:46.559Z Compiling crossbeam-epoch v0.9.15
13862023-10-04T20:57:46.678Z Compiling num-iter v0.1.43
13872023-10-04T20:57:46.914Z Compiling smoltcp v0.9.1
13882023-10-04T20:57:47.143Z Compiling anstyle v1.0.2
13892023-10-04T20:57:47.817Z Compiling bit-vec v0.6.3
13902023-10-04T20:57:47.888Z Compiling paste v1.0.14
13912023-10-04T20:57:48.159Z Compiling utf8parse v0.2.1
13922023-10-04T20:57:48.423Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13932023-10-04T20:57:48.541Z Compiling anstyle-parse v0.2.1
13942023-10-04T20:57:50.392Z Compiling zerocopy v0.6.3
13952023-10-04T20:57:52.146Z Compiling signature v2.1.0
13962023-10-04T20:57:52.490Z Compiling hubpack_derive v0.1.1
13972023-10-04T20:57:52.935Z Compiling clap_derive v4.4.2
13982023-10-04T20:57:53.275Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
13992023-10-04T20:57:53.679Z Compiling anstyle-query v1.0.0
14002023-10-04T20:57:53.764Z Compiling colorchoice v1.0.0
14012023-10-04T20:57:53.972Z Compiling anstream v0.5.0
14022023-10-04T20:57:54.015Z Compiling terminal_size v0.2.6
14032023-10-04T20:57:54.302Z Compiling yasna v0.5.2
14042023-10-04T20:57:55.284Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14052023-10-04T20:57:56.322Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14062023-10-04T20:57:56.812Z Compiling structmeta-derive v0.1.6
14072023-10-04T20:57:57.615Z Compiling diesel_table_macro_syntax v0.1.0
14082023-10-04T20:57:57.658Z Compiling hash32 v0.2.1
14092023-10-04T20:57:58.198Z Compiling tap v1.0.1
14102023-10-04T20:57:58.466Z Compiling clap_lex v0.5.1
14112023-10-04T20:57:58.640Z Compiling stable_deref_trait v1.2.0
14122023-10-04T20:57:58.803Z Compiling wyz v0.5.1
14132023-10-04T20:57:58.868Z Compiling clap_builder v4.4.2
14142023-10-04T20:57:59.264Z Compiling diesel_derives v2.1.1
14152023-10-04T20:58:00.380Z Compiling itertools v0.10.5
14162023-10-04T20:58:00.484Z Compiling tokio-stream v0.1.14
14172023-10-04T20:58:00.724Z Compiling serde_repr v0.1.16
14182023-10-04T20:58:00.874Z Compiling scheduled-thread-pool v0.2.7
14192023-10-04T20:58:01.295Z Compiling structmeta v0.1.6
14202023-10-04T20:58:01.875Z Compiling funty v2.0.0
14212023-10-04T20:58:01.933Z Compiling regex-syntax v0.6.29
14222023-10-04T20:58:02.155Z Compiling regex-automata v0.1.10
14232023-10-04T20:58:02.506Z Compiling r2d2 v0.8.10
14242023-10-04T20:58:03.007Z Compiling bstr v0.2.17
14252023-10-04T20:58:05.229Z Compiling clap v4.4.3
14262023-10-04T20:58:05.304Z Compiling bitvec v1.0.1
14272023-10-04T20:58:06.077Z Compiling hubpack v0.1.2
14282023-10-04T20:58:06.911Z Compiling phf_shared v0.10.0
14292023-10-04T20:58:07.092Z Compiling float-cmp v0.9.0
14302023-10-04T20:58:07.306Z Compiling unicode-linebreak v0.1.5
14312023-10-04T20:58:07.451Z Compiling predicates-core v1.0.6
14322023-10-04T20:58:07.545Z Compiling fixedbitset v0.4.2
14332023-10-04T20:58:08.025Z Compiling smawk v0.3.1
14342023-10-04T20:58:08.190Z Compiling precomputed-hash v0.1.1
14352023-10-04T20:58:08.283Z Compiling difflib v0.4.0
14362023-10-04T20:58:08.350Z Compiling normalize-line-endings v0.3.0
14372023-10-04T20:58:08.353Z Compiling new_debug_unreachable v1.0.4
14382023-10-04T20:58:08.531Z Compiling string_cache v0.8.7
14392023-10-04T20:58:08.540Z Compiling textwrap v0.16.0
14402023-10-04T20:58:09.284Z Compiling predicates v3.0.3
14412023-10-04T20:58:10.758Z Compiling petgraph v0.6.4
14422023-10-04T20:58:11.149Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14432023-10-04T20:58:11.637Z Compiling parse-display-derive v0.7.0
14442023-10-04T20:58:12.214Z Compiling similar v2.2.1
14452023-10-04T20:58:12.871Z Compiling bit-set v0.5.3
14462023-10-04T20:58:13.495Z Compiling bstr v1.6.0
14472023-10-04T20:58:16.265Z Compiling lalrpop-util v0.19.12
14482023-10-04T20:58:23.420Z Compiling diesel v2.1.1
14492023-10-04T20:58:32.970Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14502023-10-04T20:58:33.353Z Compiling proc-macro-crate v1.3.1
14512023-10-04T20:58:41.624Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14522023-10-04T20:59:05.836Z Compiling atty v0.2.14
14532023-10-04T20:59:07.144Z Compiling sha1 v0.10.5
14542023-10-04T20:59:07.832Z Compiling match_cfg v0.1.0
14552023-10-04T20:59:07.962Z Compiling hostname v0.3.1
14562023-10-04T20:59:10.033Z Compiling dirs-sys-next v0.1.2
14572023-10-04T20:59:10.590Z Compiling dirs-next v2.0.0
14582023-10-04T20:59:11.384Z Compiling thread_local v1.1.7
14592023-10-04T20:59:12.601Z Compiling term v0.7.0
14602023-10-04T20:59:13.251Z Compiling crossbeam-channel v0.5.8
14612023-10-04T20:59:14.318Z Compiling take_mut v0.2.2
14622023-10-04T20:59:15.124Z Compiling slog-term v2.9.0
14632023-10-04T20:59:16.742Z Compiling slog-json v2.6.1
14642023-10-04T20:59:17.292Z Compiling instant v0.1.12
14652023-10-04T20:59:17.509Z Compiling slog-bunyan v2.4.0
14662023-10-04T20:59:19.028Z Compiling strum v0.25.0
14672023-10-04T20:59:19.394Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
14682023-10-04T20:59:19.640Z Compiling atomic-waker v1.1.1
14692023-10-04T20:59:19.925Z Compiling waitgroup v0.1.2
14702023-10-04T20:59:20.268Z Compiling num_enum_derive v0.5.11
14712023-10-04T20:59:20.402Z Compiling serde_with v2.3.3
14722023-10-04T20:59:21.078Z Compiling async-stream v0.3.5
14732023-10-04T20:59:22.476Z Compiling serde_path_to_error v0.1.14
14742023-10-04T20:59:23.164Z Compiling libz-sys v1.1.12
14752023-10-04T20:59:23.587Z Compiling debug-ignore v1.0.5
14762023-10-04T20:59:25.865Z Compiling proc-macro-error-attr v1.0.4
14772023-10-04T20:59:26.274Z Compiling slog-dtrace v0.2.3
14782023-10-04T20:59:27.298Z Compiling fastrand v2.0.0
14792023-10-04T20:59:28.201Z Compiling tempfile v3.8.0
14802023-10-04T20:59:30.969Z Compiling backoff v0.4.0
14812023-10-04T20:59:31.331Z Compiling parse-display v0.7.0
14822023-10-04T20:59:32.519Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14832023-10-04T20:59:32.750Z Compiling macaddr v1.0.1
14842023-10-04T20:59:32.876Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14852023-10-04T20:59:33.483Z Compiling libgit2-sys v0.15.2+1.6.4
14862023-10-04T20:59:33.676Z Compiling proc-macro-error v1.0.4
14872023-10-04T20:59:33.957Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14882023-10-04T20:59:36.023Z Compiling libsqlite3-sys v0.26.0
14892023-10-04T20:59:36.129Z Compiling memoffset v0.7.1
14902023-10-04T20:59:36.664Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14912023-10-04T20:59:38.681Z Compiling vergen v8.2.4
14922023-10-04T20:59:38.915Z Compiling foreign-types-macros v0.2.3
14932023-10-04T20:59:39.330Z Compiling base64ct v1.6.0
14942023-10-04T20:59:42.061Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14952023-10-04T20:59:42.170Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14962023-10-04T20:59:46.562Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14972023-10-04T20:59:47.760Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14982023-10-04T20:59:48.105Z Compiling platforms v3.0.2
14992023-10-04T20:59:48.985Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15002023-10-04T20:59:49.126Z Compiling num_enum_derive v0.7.0
15012023-10-04T20:59:49.194Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15022023-10-04T20:59:49.422Z Compiling cfg-if v0.1.10
15032023-10-04T20:59:49.573Z Compiling password-hash v0.5.0
15042023-10-04T20:59:49.990Z Compiling curve25519-dalek v4.1.0
15052023-10-04T20:59:50.545Z Compiling heck v0.3.3
15062023-10-04T20:59:50.842Z Compiling blake2 v0.10.6
15072023-10-04T20:59:51.159Z Compiling libefi-sys v0.1.0
15082023-10-04T20:59:51.328Z Compiling structopt-derive v0.4.18
15092023-10-04T20:59:51.579Z Compiling argon2 v0.5.2
15102023-10-04T20:59:52.108Z Compiling zone_cfg_derive v0.2.0
15112023-10-04T20:59:53.332Z Compiling curve25519-dalek-derive v0.1.0
15122023-10-04T20:59:53.336Z Compiling same-file v1.0.6
15132023-10-04T20:59:53.707Z Compiling walkdir v2.4.0
15142023-10-04T20:59:53.984Z Compiling toml v0.5.11
15152023-10-04T20:59:54.289Z Compiling semver-parser v0.10.2
15162023-10-04T20:59:54.774Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15172023-10-04T20:59:55.315Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15182023-10-04T20:59:55.570Z Compiling erased-serde v0.3.30
15192023-10-04T20:59:55.824Z Compiling getrandom v0.1.16
15202023-10-04T20:59:55.957Z Compiling semver v0.11.0
15212023-10-04T20:59:56.467Z Compiling universal-hash v0.5.1
15222023-10-04T20:59:56.556Z Compiling bitstruct_derive v0.1.0
15232023-10-04T20:59:56.759Z Compiling async-recursion v1.0.5
15242023-10-04T20:59:57.032Z Compiling xattr v1.0.1
15252023-10-04T20:59:57.069Z Compiling filetime v0.2.22
15262023-10-04T20:59:57.455Z Compiling home v0.5.5
15272023-10-04T20:59:57.561Z Compiling opaque-debug v0.3.0
15282023-10-04T20:59:57.658Z Compiling toolchain_find v0.2.0
15292023-10-04T20:59:57.703Z Compiling tar v0.4.40
15302023-10-04T20:59:58.109Z Compiling num-rational v0.4.1
15312023-10-04T20:59:58.300Z Compiling unicase v2.7.0
15322023-10-04T20:59:58.525Z Compiling parking_lot_core v0.8.6
15332023-10-04T20:59:58.619Z Compiling rustfmt-wrapper v0.2.0
15342023-10-04T20:59:58.845Z Compiling num_enum v0.5.11
15352023-10-04T20:59:59.024Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
15362023-10-04T20:59:59.069Z Compiling aead v0.5.2
15372023-10-04T20:59:59.096Z Compiling postcard-cobs v0.1.5-pre
15382023-10-04T20:59:59.157Z Compiling omicron-zone-package v0.8.3
15392023-10-04T20:59:59.533Z Compiling winapi v0.3.9
15402023-10-04T20:59:59.628Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
15412023-10-04T20:59:59.714Z Compiling postcard v0.7.3
15422023-10-04T21:00:00.543Z Compiling polyval v0.6.1
15432023-10-04T21:00:00.613Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15442023-10-04T21:00:01.447Z Compiling smoltcp v0.8.2
15452023-10-04T21:00:01.504Z Compiling aes v0.8.3
15462023-10-04T21:00:01.657Z Compiling ctr v0.9.2
15472023-10-04T21:00:01.999Z Compiling thiserror-impl-no-std v2.0.2
15482023-10-04T21:00:02.179Z Compiling foreign-types-shared v0.3.1
15492023-10-04T21:00:02.427Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15502023-10-04T21:00:02.830Z Compiling foreign-types v0.5.0
15512023-10-04T21:00:03.547Z Compiling mime_guess v2.0.4
15522023-10-04T21:00:06.068Z Compiling is-terminal v0.4.9
15532023-10-04T21:00:06.245Z Compiling toml_edit v0.20.0
15542023-10-04T21:00:06.681Z Compiling hashlink v0.8.3
15552023-10-04T21:00:07.752Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15562023-10-04T21:00:08.246Z Compiling cstr-argument v0.1.2
15572023-10-04T21:00:08.635Z Compiling rand v0.4.6
15582023-10-04T21:00:11.366Z Compiling fallible-streaming-iterator v0.1.9
15592023-10-04T21:00:11.446Z Compiling pretty-hex v0.2.1
15602023-10-04T21:00:11.753Z Compiling rusqlite v0.29.0
15612023-10-04T21:00:12.077Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15622023-10-04T21:00:12.625Z Compiling toml v0.8.0
15632023-10-04T21:00:14.673Z Compiling twox-hash v1.6.3
15642023-10-04T21:00:15.475Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15652023-10-04T21:00:15.606Z Compiling colored v2.0.4
15662023-10-04T21:00:15.843Z Compiling nix v0.26.2
15672023-10-04T21:00:16.364Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15682023-10-04T21:00:18.091Z Compiling hkdf v0.12.3
15692023-10-04T21:00:18.465Z Compiling textwrap v0.11.0
15702023-10-04T21:00:18.750Z Compiling const_format_proc_macros v0.2.31
15712023-10-04T21:00:20.648Z Compiling linked-hash-map v0.5.6
15722023-10-04T21:00:21.238Z Compiling ansi_term v0.12.1
15732023-10-04T21:00:21.921Z Compiling quick-error v1.2.3
15742023-10-04T21:00:22.099Z Compiling vec_map v0.8.2
15752023-10-04T21:00:22.125Z Compiling strsim v0.8.0
15762023-10-04T21:00:22.425Z Compiling base64 v0.13.1
15772023-10-04T21:00:22.545Z Compiling clap v2.34.0
15782023-10-04T21:00:23.033Z Compiling resolv-conf v0.7.0
15792023-10-04T21:00:23.169Z Compiling lru-cache v0.1.2
15802023-10-04T21:00:25.409Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15812023-10-04T21:00:25.543Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15822023-10-04T21:00:27.924Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15832023-10-04T21:00:28.950Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
15842023-10-04T21:00:29.274Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
15852023-10-04T21:00:32.245Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15862023-10-04T21:00:34.504Z Compiling num_enum v0.7.0
15872023-10-04T21:00:35.102Z Compiling bincode v1.3.3
15882023-10-04T21:00:36.074Z Compiling cancel-safe-futures v0.1.2
15892023-10-04T21:00:36.209Z Compiling convert_case v0.4.0
15902023-10-04T21:00:36.800Z Compiling keccak v0.1.4
15912023-10-04T21:00:38.253Z Compiling utf-8 v0.7.6
15922023-10-04T21:00:38.470Z Compiling humantime v2.1.0
15932023-10-04T21:00:38.503Z Compiling termcolor v1.2.0
15942023-10-04T21:00:38.762Z Compiling derive_more v0.99.17
15952023-10-04T21:00:39.341Z Compiling env_logger v0.9.3
15962023-10-04T21:00:40.055Z Compiling sha3 v0.10.8
15972023-10-04T21:00:42.065Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15982023-10-04T21:00:48.878Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15992023-10-04T21:00:49.516Z Compiling structopt v0.3.26
16002023-10-04T21:00:49.764Z Compiling trust-dns-resolver v0.22.0
16012023-10-04T21:00:51.303Z Compiling aes-gcm-siv v0.11.1
16022023-10-04T21:00:51.874Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16032023-10-04T21:00:52.650Z Compiling zone v0.2.0
16042023-10-04T21:00:53.266Z Compiling itertools v0.11.0
16052023-10-04T21:00:54.026Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16062023-10-04T21:00:54.894Z Compiling smf v0.2.2
16072023-10-04T21:00:55.915Z Compiling secrecy v0.8.0
16082023-10-04T21:00:56.378Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16092023-10-04T21:00:57.099Z Compiling ascii v1.1.0
16102023-10-04T21:00:57.314Z Compiling ringbuffer v0.15.0
16112023-10-04T21:00:59.468Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16122023-10-04T21:00:59.598Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16132023-10-04T21:00:59.699Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16142023-10-04T21:01:00.363Z Compiling bitstruct v0.1.1
16152023-10-04T21:01:01.279Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16162023-10-04T21:01:02.342Z Compiling serde_arrays v0.1.0
16172023-10-04T21:01:02.583Z Compiling ff v0.13.0
16182023-10-04T21:01:02.910Z Compiling nibble_vec v0.1.0
16192023-10-04T21:01:03.166Z Compiling arc-swap v1.6.0
16202023-10-04T21:01:03.221Z Compiling endian-type v0.1.2
16212023-10-04T21:01:03.557Z Compiling radix_trie v0.2.1
16222023-10-04T21:01:03.994Z Compiling slog-scope v4.4.0
16232023-10-04T21:01:04.490Z Compiling group v0.13.0
16242023-10-04T21:01:04.699Z Compiling rand_core v0.5.1
16252023-10-04T21:01:04.854Z Compiling tungstenite v0.20.1
16262023-10-04T21:01:06.227Z Compiling poly1305 v0.8.0
16272023-10-04T21:01:06.381Z Compiling chacha20 v0.9.1
16282023-10-04T21:01:07.073Z Compiling crypto-bigint v0.5.2
16292023-10-04T21:01:07.243Z Compiling num-complex v0.4.4
16302023-10-04T21:01:07.507Z Compiling half v1.8.2
16312023-10-04T21:01:07.540Z Compiling ciborium-io v0.2.1
16322023-10-04T21:01:07.993Z Compiling base16ct v0.2.0
16332023-10-04T21:01:08.304Z Compiling option-ext v0.2.0
16342023-10-04T21:01:08.503Z Compiling dirs-sys v0.4.1
16352023-10-04T21:01:08.528Z Compiling ciborium-ll v0.2.1
16362023-10-04T21:01:08.727Z Compiling tokio-tungstenite v0.20.1
16372023-10-04T21:01:08.817Z Compiling num v0.4.1
16382023-10-04T21:01:09.010Z Compiling parking_lot v0.11.2
16392023-10-04T21:01:09.590Z Compiling rand_chacha v0.2.2
16402023-10-04T21:01:09.600Z Compiling slog-stdlog v4.1.1
16412023-10-04T21:01:09.614Z Compiling trust-dns-client v0.22.0
16422023-10-04T21:01:09.633Z Compiling thiserror-no-std v2.0.2
16432023-10-04T21:01:10.252Z Compiling elliptic-curve v0.13.5
16442023-10-04T21:01:10.952Z Compiling password-hash v0.4.2
16452023-10-04T21:01:11.094Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16462023-10-04T21:01:11.260Z Compiling ed25519 v2.2.2
16472023-10-04T21:01:12.208Z Compiling blowfish v0.9.1
16482023-10-04T21:01:12.302Z Compiling pbkdf2 v0.12.2
16492023-10-04T21:01:12.495Z Compiling fxhash v0.2.1
16502023-10-04T21:01:13.044Z Compiling sled v0.34.7
16512023-10-04T21:01:13.051Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16522023-10-04T21:01:13.458Z Compiling bcrypt-pbkdf v0.10.0
16532023-10-04T21:01:13.857Z Compiling trust-dns-server v0.22.1
16542023-10-04T21:01:13.946Z Compiling pbkdf2 v0.11.0
16552023-10-04T21:01:14.214Z Compiling ed25519-dalek v2.0.0
16562023-10-04T21:01:14.541Z Compiling vsss-rs v3.3.1
16572023-10-04T21:01:15.017Z Compiling rand v0.7.3
16582023-10-04T21:01:15.877Z Compiling russh-cryptovec v0.7.0
16592023-10-04T21:01:15.942Z Compiling slog-envlogger v2.2.0
16602023-10-04T21:01:16.452Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16612023-10-04T21:01:18.211Z Compiling ciborium v0.2.1
16622023-10-04T21:01:18.278Z Compiling dirs v5.0.1
16632023-10-04T21:01:18.371Z Compiling chacha20poly1305 v0.10.1
16642023-10-04T21:01:18.572Z Compiling tungstenite v0.18.0
16652023-10-04T21:01:18.666Z Compiling pem v1.1.1
16662023-10-04T21:01:19.786Z Compiling ron v0.7.1
16672023-10-04T21:01:20.850Z Compiling const_format v0.2.31
16682023-10-04T21:01:22.034Z Compiling ghash v0.5.0
16692023-10-04T21:01:23.537Z Compiling cbc v0.1.2
16702023-10-04T21:01:23.823Z Compiling headers-core v0.2.0
16712023-10-04T21:01:23.876Z Compiling bit_field v0.10.2
16722023-10-04T21:01:24.019Z Compiling http-range v0.1.5
16732023-10-04T21:01:24.069Z Compiling md5 v0.7.0
16742023-10-04T21:01:24.333Z Compiling pretty-hex v0.3.0
16752023-10-04T21:01:24.585Z Compiling russh-keys v0.38.0
16762023-10-04T21:01:24.613Z Compiling hyper-staticfile v0.9.5
16772023-10-04T21:01:25.088Z Compiling headers v0.3.9
16782023-10-04T21:01:29.520Z Compiling aes-gcm v0.10.2
16792023-10-04T21:01:29.996Z Compiling tokio-tungstenite v0.18.0
16802023-10-04T21:01:30.146Z Compiling rcgen v0.10.0
16812023-10-04T21:01:36.541Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
16822023-10-04T21:01:37.012Z Compiling camino-tempfile v1.0.2
16832023-10-04T21:01:37.602Z Compiling subprocess v0.2.9
16842023-10-04T21:01:38.259Z Compiling glob v0.3.1
16852023-10-04T21:01:38.291Z Compiling hex-literal v0.4.1
16862023-10-04T21:01:38.515Z Compiling russh v0.38.0
16872023-10-04T21:01:46.278Z Compiling bzip2 v0.4.4
16882023-10-04T21:01:46.575Z Compiling zip v0.6.6
16892023-10-04T21:01:49.682Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902023-10-04T21:01:49.969Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16912023-10-04T21:01:50.224Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16922023-10-04T21:01:50.379Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16932023-10-04T21:01:50.690Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16942023-10-04T21:01:50.793Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
16952023-10-04T21:01:50.974Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16962023-10-04T21:01:50.985Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
16972023-10-04T21:01:51.013Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16982023-10-04T21:01:52.476Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16992023-10-04T21:02:00.191Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
17002023-10-04T21:02:07.408Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
17012023-10-04T21:02:07.509Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17022023-10-04T21:02:12.593Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17032023-10-04T21:02:26.499Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17042023-10-04T21:02:29.385Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17052023-10-04T21:02:34.760Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
17062023-10-04T21:02:36.237Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17072023-10-04T21:02:39.919Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17082023-10-04T21:02:41.917Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
17092023-10-04T21:02:50.323Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17102023-10-04T21:03:17.475Z Compiling git2 v0.17.2
17112023-10-04T21:03:23.883Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17122023-10-04T21:03:25.831Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17132023-10-04T21:03:37.768Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17142023-10-04T21:03:53.933Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17152023-10-04T21:03:54.207Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17162023-10-04T21:03:54.723Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17172023-10-04T21:03:58.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17182023-10-04T21:04:34.950Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17192023-10-04T21:06:02.611Z Finished dev [unoptimized + debuginfo] target(s) in 10m 35s
17202023-10-04T21:06:02.964Z
17212023-10-04T21:06:02.968Zreal 10:35.481893324
17222023-10-04T21:06:02.971Zuser 58:16.959892708
17232023-10-04T21:06:02.974Zsys 9:24.198567369
17242023-10-04T21:06:02.977Ztrap 2.248908017
17252023-10-04T21:06:02.981Ztflt 4.046622813
17262023-10-04T21:06:02.984Zdflt 7.318576633
17272023-10-04T21:06:02.988Zkflt 0.019911915
17282023-10-04T21:06:02.991Zlock 1:47:23.455490931
17292023-10-04T21:06:02.995Zslp 3:02:36.110095717
17302023-10-04T21:06:02.998Zlat 2:26.753472434
17312023-10-04T21:06:03.002Zstop 6:17.960055501
17322023-10-04T21:06:03.005Z+ mkdir -p /work/end-to-end-tests
17332023-10-04T21:06:03.008Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17342023-10-04T21:06:03.565Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17352023-10-04T21:06:03.568Z+ ptime -m gzip
17362023-10-04T21:06:03.571Z++ basename target/debug/bootstrap
17372023-10-04T21:06:20.264Z
17382023-10-04T21:06:20.268Zreal 16.692476808
17392023-10-04T21:06:20.271Zuser 16.505424899
17402023-10-04T21:06:20.273Zsys 0.165554794
17412023-10-04T21:06:20.276Ztrap 0.006253832
17422023-10-04T21:06:20.279Ztflt 0.000000000
17432023-10-04T21:06:20.282Zdflt 0.000000000
17442023-10-04T21:06:20.284Zkflt 0.000000000
17452023-10-04T21:06:20.287Zlock 0.000000000
17462023-10-04T21:06:20.291Zslp 0.000000000
17472023-10-04T21:06:20.294Zlat 0.014871849
17482023-10-04T21:06:20.297Zstop 0.000270928
17492023-10-04T21:06:20.300Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17502023-10-04T21:06:20.303Z+ ptime -m gzip
17512023-10-04T21:06:20.305Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ac529dfcb46b38db
17522023-10-04T21:06:21.360Z
17532023-10-04T21:06:21.363Zreal 1.086830348
17542023-10-04T21:06:21.366Zuser 1.073875450
17552023-10-04T21:06:21.369Zsys 0.011544160
17562023-10-04T21:06:21.372Ztrap 0.000614696
17572023-10-04T21:06:21.375Ztflt 0.000000000
17582023-10-04T21:06:21.377Zdflt 0.000000000
17592023-10-04T21:06:21.380Zkflt 0.000000000
17602023-10-04T21:06:21.383Zlock 0.000000000
17612023-10-04T21:06:21.387Zslp 0.000000000
17622023-10-04T21:06:21.390Zlat 0.000411979
17632023-10-04T21:06:21.393Zstop 0.000265861
17642023-10-04T21:06:21.396Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17652023-10-04T21:06:21.399Z+ ptime -m gzip
17662023-10-04T21:06:21.402Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-945f15bf4d3e823e
17672023-10-04T21:06:40.341Z
17682023-10-04T21:06:40.344Zreal 18.972675122
17692023-10-04T21:06:40.347Zuser 18.792728030
17702023-10-04T21:06:40.350Zsys 0.175973905
17712023-10-04T21:06:40.353Ztrap 0.002865237
17722023-10-04T21:06:40.355Ztflt 0.000000000
17732023-10-04T21:06:40.358Zdflt 0.000000000
17742023-10-04T21:06:40.361Zkflt 0.000000000
17752023-10-04T21:06:40.364Zlock 0.000000000
17762023-10-04T21:06:40.367Zslp 0.000000000
17772023-10-04T21:06:40.370Zlat 0.000701205
17782023-10-04T21:06:40.373Zstop 0.000279065
17792023-10-04T21:06:40.376Z+ banner caboose-util
17802023-10-04T21:06:40.380Z
17812023-10-04T21:06:40.383Z #### ## ##### #### #### #### ###### # # #####
17822023-10-04T21:06:40.386Z # # # # # # # # # # # # # # #
17832023-10-04T21:06:40.389Z # # # ##### # # # # #### ##### ##### # # #
17842023-10-04T21:06:40.392Z # ###### # # # # # # # # # # #
17852023-10-04T21:06:40.395Z # # # # # # # # # # # # # # # #
17862023-10-04T21:06:40.398Z #### # # ##### #### #### #### ###### #### #
17872023-10-04T21:06:40.401Z
17882023-10-04T21:06:40.404Z+ ptime -m cargo build --locked -p caboose-util --release
17892023-10-04T21:06:41.080Z Downloading crates ...
17902023-10-04T21:06:41.353Z Downloaded array-init v0.0.4
17912023-10-04T21:06:41.370Z Downloaded path-slash v0.1.5
17922023-10-04T21:06:41.374Z Downloaded nodrop v0.1.14
17932023-10-04T21:06:41.381Z Downloaded crc v3.0.1
17942023-10-04T21:06:41.384Z Downloaded maybe-uninit v2.0.0
17952023-10-04T21:06:41.387Z Downloaded smallvec v0.6.14
17962023-10-04T21:06:41.390Z Downloaded packed_struct_codegen v0.10.1
17972023-10-04T21:06:41.393Z Downloaded der_derive v0.7.2
17982023-10-04T21:06:41.396Z Downloaded bitfield v0.14.0
17992023-10-04T21:06:41.400Z Downloaded flagset v0.4.3
18002023-10-04T21:06:41.403Z Downloaded pkcs1 v0.7.5
18012023-10-04T21:06:41.406Z Downloaded packed_struct v0.10.1
18022023-10-04T21:06:41.409Z Downloaded crc-any v2.4.3
18032023-10-04T21:06:41.412Z Downloaded rsa v0.9.2
18042023-10-04T21:06:41.415Z Downloaded ron v0.8.1
18052023-10-04T21:06:41.429Z Downloaded num-bigint-dig v0.8.4
18062023-10-04T21:06:41.437Z Downloaded object v0.30.4
18072023-10-04T21:06:41.453Z Downloaded x509-cert v0.2.4
18082023-10-04T21:06:41.463Z Downloaded serde-hex v0.1.0
18092023-10-04T21:06:41.466Z Downloaded env_logger v0.10.0
18102023-10-04T21:06:41.469Z Downloaded crc-catalog v2.2.0
18112023-10-04T21:06:41.473Z Downloaded pem-rfc7468 v0.7.0
18122023-10-04T21:06:41.638Z Compiling proc-macro2 v1.0.67
18132023-10-04T21:06:41.654Z Compiling unicode-ident v1.0.12
18142023-10-04T21:06:41.674Z Compiling libc v0.2.148
18152023-10-04T21:06:41.678Z Compiling serde v1.0.188
18162023-10-04T21:06:41.683Z Compiling autocfg v1.1.0
18172023-10-04T21:06:41.686Z Compiling version_check v0.9.4
18182023-10-04T21:06:41.691Z Compiling cfg-if v1.0.0
18192023-10-04T21:06:41.764Z Compiling once_cell v1.18.0
18202023-10-04T21:06:41.803Z Compiling syn v1.0.109
18212023-10-04T21:06:41.901Z Compiling parking_lot_core v0.9.8
18222023-10-04T21:06:42.374Z Compiling typenum v1.16.0
18232023-10-04T21:06:42.444Z Compiling libm v0.2.7
18242023-10-04T21:06:42.716Z Compiling generic-array v0.14.7
18252023-10-04T21:06:42.924Z Compiling lock_api v0.4.10
18262023-10-04T21:06:42.927Z Compiling num-traits v0.2.16
18272023-10-04T21:06:43.101Z Compiling futures-core v0.3.28
18282023-10-04T21:06:43.153Z Compiling pkg-config v0.3.27
18292023-10-04T21:06:43.176Z Compiling slab v0.4.9
18302023-10-04T21:06:43.244Z Compiling serde_json v1.0.107
18312023-10-04T21:06:43.537Z Compiling futures-task v0.3.28
18322023-10-04T21:06:43.579Z Compiling futures-channel v0.3.28
18332023-10-04T21:06:43.682Z Compiling scopeguard v1.2.0
18342023-10-04T21:06:43.841Z Compiling quote v1.0.33
18352023-10-04T21:06:43.859Z Compiling thiserror v1.0.49
18362023-10-04T21:06:44.007Z Compiling memchr v2.6.3
18372023-10-04T21:06:44.140Z Compiling futures-util v0.3.28
18382023-10-04T21:06:44.512Z Compiling syn v2.0.32
18392023-10-04T21:06:44.575Z Compiling jobserver v0.1.26
18402023-10-04T21:06:44.882Z Compiling getrandom v0.2.10
18412023-10-04T21:06:45.130Z Compiling cc v1.0.83
18422023-10-04T21:06:45.531Z Compiling itoa v1.0.9
18432023-10-04T21:06:46.313Z Compiling ahash v0.7.6
18442023-10-04T21:06:46.456Z Compiling ahash v0.8.3
18452023-10-04T21:06:46.661Z Compiling smallvec v1.11.0
18462023-10-04T21:06:46.918Z Compiling log v0.4.20
18472023-10-04T21:06:47.399Z Compiling vcpkg v0.2.15
18482023-10-04T21:06:48.185Z Compiling byteorder v1.4.3
18492023-10-04T21:06:48.615Z Compiling rand_core v0.6.4
18502023-10-04T21:06:49.382Z Compiling pin-project-lite v0.2.13
18512023-10-04T21:06:49.501Z Compiling parking_lot v0.12.1
18522023-10-04T21:06:49.865Z Compiling indexmap v1.9.3
18532023-10-04T21:06:50.005Z Compiling ring v0.16.20
18542023-10-04T21:06:50.350Z Compiling openssl-sys v0.9.93
18552023-10-04T21:06:51.897Z Compiling io-lifetimes v1.0.11
18562023-10-04T21:06:52.508Z Compiling num-integer v0.1.45
18572023-10-04T21:06:52.649Z Compiling const-oid v0.9.5
18582023-10-04T21:06:52.914Z Compiling semver v1.0.18
18592023-10-04T21:06:53.656Z Compiling ryu v1.0.15
18602023-10-04T21:06:53.993Z Compiling spin v0.5.2
18612023-10-04T21:06:54.834Z Compiling rustix v0.37.23
18622023-10-04T21:06:55.719Z Compiling mio v0.8.8
18632023-10-04T21:06:55.973Z Compiling signal-hook-registry v1.4.1
18642023-10-04T21:06:56.287Z Compiling num_cpus v1.16.0
18652023-10-04T21:06:56.414Z Compiling socket2 v0.5.3
18662023-10-04T21:06:56.470Z Compiling openssl v0.10.57
18672023-10-04T21:06:57.010Z Compiling ucd-trie v0.1.6
18682023-10-04T21:06:57.023Z Compiling unicode-xid v0.2.4
18692023-10-04T21:06:57.253Z Compiling futures-sink v0.3.28
18702023-10-04T21:06:57.328Z Compiling httparse v1.8.0
18712023-10-04T21:06:57.784Z Compiling tinyvec_macros v0.1.1
18722023-10-04T21:06:57.899Z Compiling tinyvec v1.6.0
18732023-10-04T21:06:58.242Z Compiling synstructure v0.12.6
18742023-10-04T21:06:59.553Z Compiling pin-utils v0.1.0
18752023-10-04T21:06:59.915Z Compiling radium v0.7.0
18762023-10-04T21:07:00.505Z Compiling crc32fast v1.3.2
18772023-10-04T21:07:00.565Z Compiling futures-io v0.3.28
18782023-10-04T21:07:00.840Z Compiling native-tls v0.2.11
18792023-10-04T21:07:00.993Z Compiling rustls v0.21.7
18802023-10-04T21:07:01.153Z Compiling ppv-lite86 v0.2.17
18812023-10-04T21:07:01.185Z Compiling unicode-normalization v0.1.22
18822023-10-04T21:07:01.262Z Compiling bzip2-sys v0.1.11+1.0.8
18832023-10-04T21:07:01.352Z Compiling tracing-core v0.1.31
18842023-10-04T21:07:01.356Z Compiling unicode-bidi v0.3.13
18852023-10-04T21:07:01.875Z Compiling subtle v2.5.0
18862023-10-04T21:07:02.374Z Compiling heck v0.4.1
18872023-10-04T21:07:02.496Z Compiling rand_chacha v0.3.1
18882023-10-04T21:07:03.484Z Compiling rand v0.8.5
18892023-10-04T21:07:04.083Z Compiling errno v0.3.2
18902023-10-04T21:07:04.278Z Compiling num-iter v0.1.43
18912023-10-04T21:07:04.410Z Compiling usdt-impl v0.3.5
18922023-10-04T21:07:04.676Z Compiling base64 v0.21.4
18932023-10-04T21:07:04.871Z Compiling rustix v0.38.9
18942023-10-04T21:07:06.632Z Compiling schemars v0.8.13
18952023-10-04T21:07:07.126Z Compiling serde_derive v1.0.188
18962023-10-04T21:07:07.433Z Compiling zeroize_derive v1.4.2
18972023-10-04T21:07:07.492Z Compiling tokio-macros v2.1.0
18982023-10-04T21:07:07.823Z Compiling thiserror-impl v1.0.49
18992023-10-04T21:07:08.308Z Compiling futures-macro v0.3.28
19002023-10-04T21:07:08.608Z Compiling tracing-attributes v0.1.26
19012023-10-04T21:07:08.807Z Compiling zerocopy-derive v0.2.0
19022023-10-04T21:07:08.874Z Compiling openssl-macros v0.1.1
19032023-10-04T21:07:09.677Z Compiling zeroize v1.6.0
19042023-10-04T21:07:09.901Z Compiling zerocopy-derive v0.6.3
19052023-10-04T21:07:12.584Z Compiling pest v2.7.2
19062023-10-04T21:07:12.818Z Compiling crypto-common v0.1.6
19072023-10-04T21:07:12.846Z Compiling block-buffer v0.10.4
19082023-10-04T21:07:13.235Z Compiling digest v0.10.7
19092023-10-04T21:07:13.993Z Compiling serde_derive_internals v0.26.0
19102023-10-04T21:07:14.028Z Compiling tracing v0.1.37
19112023-10-04T21:07:14.789Z Compiling bitflags v1.3.2
19122023-10-04T21:07:17.410Z Compiling pest_meta v2.7.2
19132023-10-04T21:07:18.041Z Compiling fnv v1.0.7
19142023-10-04T21:07:19.205Z Compiling untrusted v0.7.1
19152023-10-04T21:07:19.360Z Compiling schemars_derive v0.8.13
19162023-10-04T21:07:21.627Z Compiling pest_generator v2.7.2
19172023-10-04T21:07:23.334Z Compiling zerocopy v0.3.0
19182023-10-04T21:07:24.303Z Compiling hashbrown v0.12.3
19192023-10-04T21:07:24.604Z Compiling lazy_static v1.4.0
19202023-10-04T21:07:24.630Z Compiling pest_derive v2.7.2
19212023-10-04T21:07:25.267Z Compiling backtrace v0.3.69
19222023-10-04T21:07:25.279Z Compiling memoffset v0.9.0
19232023-10-04T21:07:25.685Z Compiling num-bigint v0.4.4
19242023-10-04T21:07:25.757Z Compiling openssl-probe v0.1.5
19252023-10-04T21:07:25.850Z Compiling iana-time-zone v0.1.57
19262023-10-04T21:07:26.184Z Compiling foreign-types-shared v0.1.1
19272023-10-04T21:07:26.242Z Compiling allocator-api2 v0.2.16
19282023-10-04T21:07:26.256Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19292023-10-04T21:07:26.327Z Compiling async-trait v0.1.73
19302023-10-04T21:07:26.351Z Compiling crossbeam-utils v0.8.16
19312023-10-04T21:07:26.522Z Compiling base64ct v1.6.0
19322023-10-04T21:07:26.526Z Compiling smoltcp v0.9.1
19332023-10-04T21:07:26.945Z Compiling percent-encoding v2.3.0
19342023-10-04T21:07:27.072Z Compiling foreign-types v0.3.2
19352023-10-04T21:07:27.196Z Compiling dtrace-parser v0.1.14
19362023-10-04T21:07:27.420Z Compiling hashbrown v0.14.0
19372023-10-04T21:07:27.461Z Compiling pem-rfc7468 v0.7.0
19382023-10-04T21:07:27.533Z Compiling dof v0.1.5
19392023-10-04T21:07:27.769Z Compiling der_derive v0.7.2
19402023-10-04T21:07:28.827Z Compiling clap_derive v4.4.2
19412023-10-04T21:07:30.131Z Compiling thread-id v4.2.0
19422023-10-04T21:07:30.237Z Compiling try-lock v0.2.4
19432023-10-04T21:07:30.281Z Compiling flagset v0.4.3
19442023-10-04T21:07:30.451Z Compiling bytes v1.5.0
19452023-10-04T21:07:30.943Z Compiling bitflags v2.4.0
19462023-10-04T21:07:31.539Z Compiling rustc_version v0.4.0
19472023-10-04T21:07:31.871Z Compiling tokio v1.32.0
19482023-10-04T21:07:32.575Z Compiling heapless v0.7.16
19492023-10-04T21:07:32.605Z Compiling http v0.2.9
19502023-10-04T21:07:32.673Z Compiling uuid v1.4.1
19512023-10-04T21:07:34.749Z Compiling chrono v0.4.31
19522023-10-04T21:07:35.578Z Compiling anstyle v1.0.2
19532023-10-04T21:07:36.475Z Compiling equivalent v1.0.1
19542023-10-04T21:07:36.494Z Compiling adler v1.0.2
19552023-10-04T21:07:36.570Z Compiling time-core v0.1.1
19562023-10-04T21:07:36.698Z Compiling utf8parse v0.2.1
19572023-10-04T21:07:36.807Z Compiling siphasher v0.3.11
19582023-10-04T21:07:36.967Z Compiling cpufeatures v0.2.9
19592023-10-04T21:07:37.109Z Compiling sha2 v0.10.7
19602023-10-04T21:07:37.435Z Compiling anstyle-parse v0.2.1
19612023-10-04T21:07:38.069Z Compiling time-macros v0.2.13
19622023-10-04T21:07:40.289Z Compiling miniz_oxide v0.7.1
19632023-10-04T21:07:41.257Z Compiling indexmap v2.0.0
19642023-10-04T21:07:42.530Z Compiling http-body v0.4.5
19652023-10-04T21:07:43.132Z Compiling der v0.7.8
19662023-10-04T21:07:45.161Z Compiling tokio-util v0.7.8
19672023-10-04T21:07:45.427Z Compiling serde_tokenstream v0.1.7
19682023-10-04T21:07:45.494Z Compiling want v0.3.1
19692023-10-04T21:07:47.411Z Compiling h2 v0.3.21
19702023-10-04T21:07:50.145Z Compiling form_urlencoded v1.2.0
19712023-10-04T21:07:50.607Z Compiling sct v0.7.0
19722023-10-04T21:07:51.087Z Compiling rustls-webpki v0.101.4
19732023-10-04T21:07:54.005Z Compiling hubpack_derive v0.1.1
19742023-10-04T21:07:54.560Z Compiling aho-corasick v1.0.4
19752023-10-04T21:07:54.737Z Compiling socket2 v0.4.9
19762023-10-04T21:07:55.651Z Compiling crossbeam-epoch v0.9.15
19772023-10-04T21:07:55.974Z Compiling anstyle-query v1.0.0
19782023-10-04T21:07:56.136Z Compiling anyhow v1.0.75
19792023-10-04T21:07:57.037Z Compiling tap v1.0.1
19802023-10-04T21:07:57.240Z Compiling httpdate v1.0.3
19812023-10-04T21:07:57.302Z Compiling regex-syntax v0.7.5
19822023-10-04T21:07:57.316Z Compiling tower-service v0.3.2
19832023-10-04T21:07:57.613Z Compiling colorchoice v1.0.0
19842023-10-04T21:07:58.036Z Compiling slog v2.7.0
19852023-10-04T21:07:58.437Z Compiling anstream v0.5.0
19862023-10-04T21:07:59.919Z Compiling hyper v0.14.27
19872023-10-04T21:08:00.140Z Compiling wyz v0.5.1
19882023-10-04T21:08:05.817Z Compiling regex-automata v0.3.8
19892023-10-04T21:08:17.495Z Compiling terminal_size v0.2.6
19902023-10-04T21:08:18.126Z Compiling spki v0.7.2
19912023-10-04T21:08:18.397Z Compiling rustls-pemfile v1.0.3
19922023-10-04T21:08:18.424Z Compiling md-5 v0.10.5
19932023-10-04T21:08:18.699Z Compiling hmac v0.12.1
19942023-10-04T21:08:18.755Z Compiling zerocopy v0.6.3
19952023-10-04T21:08:18.765Z Compiling stringprep v0.1.3
19962023-10-04T21:08:18.844Z Compiling idna v0.4.0
19972023-10-04T21:08:18.862Z Compiling diesel_table_macro_syntax v0.1.0
19982023-10-04T21:08:18.955Z Compiling hash32 v0.2.1
19992023-10-04T21:08:19.119Z Compiling spin v0.9.8
20002023-10-04T21:08:19.164Z Compiling maybe-uninit v2.0.0
20012023-10-04T21:08:19.319Z Compiling dyn-clone v1.0.13
20022023-10-04T21:08:19.352Z Compiling funty v2.0.0
20032023-10-04T21:08:19.529Z Compiling fallible-iterator v0.2.0
20042023-10-04T21:08:19.729Z Compiling gimli v0.28.0
20052023-10-04T21:08:19.863Z Compiling strsim v0.10.0
20062023-10-04T21:08:19.906Z Compiling stable_deref_trait v1.2.0
20072023-10-04T21:08:19.968Z Compiling clap_lex v0.5.1
20082023-10-04T21:08:20.004Z Compiling clap_builder v4.4.2
20092023-10-04T21:08:20.016Z Compiling bitvec v1.0.1
20102023-10-04T21:08:20.035Z Compiling postgres-protocol v0.6.6
20112023-10-04T21:08:20.171Z Compiling tokio-rustls v0.24.1
20122023-10-04T21:08:20.445Z Compiling url v2.4.1
20132023-10-04T21:08:20.913Z Compiling addr2line v0.21.0
20142023-10-04T21:08:20.928Z Compiling diesel_derives v2.1.1
20152023-10-04T21:08:23.543Z Compiling rustls-native-certs v0.6.3
20162023-10-04T21:08:24.092Z Compiling tokio-native-tls v0.3.1
20172023-10-04T21:08:26.558Z Compiling usdt-macro v0.3.5
20182023-10-04T21:08:27.866Z Compiling usdt-attr-macro v0.3.5
20192023-10-04T21:08:29.085Z Compiling phf_shared v0.11.2
20202023-10-04T21:08:29.677Z Compiling serde_spanned v0.6.3
20212023-10-04T21:08:29.989Z Compiling toml_datetime v0.6.3
20222023-10-04T21:08:30.750Z Compiling block-padding v0.3.3
20232023-10-04T21:08:30.899Z Compiling enum-as-inner v0.5.1
20242023-10-04T21:08:31.117Z Compiling serde_repr v0.1.16
20252023-10-04T21:08:32.381Z Compiling scheduled-thread-pool v0.2.7
20262023-10-04T21:08:32.732Z Compiling object v0.32.1
20272023-10-04T21:08:33.162Z Compiling regex-automata v0.1.10
20282023-10-04T21:08:33.984Z Compiling rustc-demangle v0.1.23
20292023-10-04T21:08:35.434Z Compiling num-bigint-dig v0.8.4
20302023-10-04T21:08:37.160Z Compiling deranged v0.3.8
20312023-10-04T21:08:40.366Z Compiling packed_struct v0.10.1
20322023-10-04T21:08:43.384Z Compiling matches v0.1.10
20332023-10-04T21:08:43.522Z Compiling managed v0.8.0
20342023-10-04T21:08:44.218Z Compiling bit-vec v0.6.3
20352023-10-04T21:08:44.367Z Compiling num_threads v0.1.6
20362023-10-04T21:08:44.614Z Compiling either v1.9.0
20372023-10-04T21:08:44.704Z Compiling ipnet v2.8.0
20382023-10-04T21:08:44.858Z Compiling unicode-width v0.1.10
20392023-10-04T21:08:45.082Z Compiling winnow v0.5.15
20402023-10-04T21:08:51.728Z Compiling toml_edit v0.19.15
20412023-10-04T21:08:52.016Z Compiling itertools v0.10.5
20422023-10-04T21:08:54.845Z Compiling time v0.3.27
20432023-10-04T21:08:59.737Z Compiling idna v0.2.3
20442023-10-04T21:09:03.207Z Compiling bstr v0.2.17
20452023-10-04T21:09:04.204Z Compiling r2d2 v0.8.10
20462023-10-04T21:09:05.404Z Compiling inout v0.1.3
20472023-10-04T21:09:06.838Z Compiling phf v0.11.2
20482023-10-04T21:09:06.902Z Compiling hyper-tls v0.5.0
20492023-10-04T21:09:07.284Z Compiling hyper-rustls v0.24.1
20502023-10-04T21:09:07.413Z Compiling ipnetwork v0.20.0
20512023-10-04T21:09:07.537Z Compiling flate2 v1.0.27
20522023-10-04T21:09:08.349Z Compiling clap v4.4.3
20532023-10-04T21:09:08.648Z Compiling postgres-types v0.2.6
20542023-10-04T21:09:08.652Z Compiling regex v1.9.5
20552023-10-04T21:09:09.088Z Compiling pkcs8 v0.10.2
20562023-10-04T21:09:10.172Z Compiling hubpack v0.1.2
20572023-10-04T21:09:10.303Z Compiling serde_urlencoded v0.7.1
20582023-10-04T21:09:10.887Z Compiling phf_shared v0.10.0
20592023-10-04T21:09:11.408Z Compiling futures-executor v0.3.28
20602023-10-04T21:09:12.167Z Compiling signature v2.1.0
20612023-10-04T21:09:12.834Z Compiling packed_struct_codegen v0.10.1
20622023-10-04T21:09:14.283Z Compiling float-cmp v0.9.0
20632023-10-04T21:09:15.373Z Compiling encoding_rs v0.8.33
20642023-10-04T21:09:15.876Z Compiling smawk v0.3.1
20652023-10-04T21:09:16.284Z Compiling unicode-linebreak v0.1.5
20662023-10-04T21:09:29.978Z Compiling difflib v0.4.0
20672023-10-04T21:09:31.113Z Compiling fixedbitset v0.4.2
20682023-10-04T21:09:31.364Z Compiling predicates-core v1.0.6
20692023-10-04T21:09:31.638Z Compiling crc-catalog v2.2.0
20702023-10-04T21:09:31.912Z Compiling data-encoding v2.4.0
20712023-10-04T21:09:31.945Z Compiling precomputed-hash v0.1.1
20722023-10-04T21:09:32.302Z Compiling static_assertions v1.1.0
20732023-10-04T21:09:32.534Z Compiling new_debug_unreachable v1.0.4
20742023-10-04T21:09:32.816Z Compiling normalize-line-endings v0.3.0
20752023-10-04T21:09:33.051Z Compiling webpki-roots v0.25.2
20762023-10-04T21:09:33.199Z Compiling mime v0.3.17
20772023-10-04T21:09:33.392Z Compiling unicode-segmentation v1.10.1
20782023-10-04T21:09:33.584Z Compiling nodrop v0.1.14
20792023-10-04T21:09:33.668Z Compiling whoami v1.4.1
20802023-10-04T21:09:33.748Z Compiling similar v2.2.1
20812023-10-04T21:09:33.870Z Compiling tokio-postgres v0.7.10
20822023-10-04T21:09:33.949Z Compiling array-init v0.0.4
20832023-10-04T21:09:34.031Z Compiling reqwest v0.11.20
20842023-10-04T21:09:34.151Z Compiling predicates v3.0.3
20852023-10-04T21:09:34.254Z Compiling string_cache v0.8.7
20862023-10-04T21:09:34.287Z Compiling trust-dns-proto v0.22.0
20872023-10-04T21:09:34.356Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20882023-10-04T21:09:40.407Z Compiling crc v3.0.1
20892023-10-04T21:09:40.927Z Compiling petgraph v0.6.4
20902023-10-04T21:09:43.539Z Compiling textwrap v0.16.0
20912023-10-04T21:09:49.130Z Compiling futures v0.3.28
20922023-10-04T21:09:50.653Z Compiling yasna v0.5.2
20932023-10-04T21:09:51.201Z Compiling pkcs1 v0.7.5
20942023-10-04T21:09:52.795Z Compiling smallvec v0.6.14
20952023-10-04T21:09:53.526Z Compiling diesel v2.1.1
20962023-10-04T21:09:53.543Z Compiling cipher v0.4.4
20972023-10-04T21:09:57.609Z Compiling toml v0.7.8
20982023-10-04T21:09:57.989Z Compiling console v0.15.7
20992023-10-04T21:10:00.125Z Compiling bit-set v0.5.3
21002023-10-04T21:10:00.232Z Compiling usdt v0.3.5
21012023-10-04T21:10:00.595Z Compiling is-terminal v0.4.9
21022023-10-04T21:10:01.523Z Compiling bstr v1.6.0
21032023-10-04T21:10:02.375Z Compiling tokio-stream v0.1.14
21042023-10-04T21:10:03.035Z Compiling openapiv3 v1.0.3
21052023-10-04T21:10:03.960Z Compiling hex v0.4.3
21062023-10-04T21:10:05.811Z Compiling hashbrown v0.13.2
21072023-10-04T21:10:11.167Z Compiling bitfield v0.14.0
21082023-10-04T21:10:11.667Z Compiling lalrpop-util v0.19.12
21092023-10-04T21:10:14.253Z Compiling termcolor v1.2.0
21102023-10-04T21:10:15.029Z Compiling env_logger v0.10.0
21112023-10-04T21:10:22.415Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21122023-10-04T21:10:31.209Z Compiling rsa v0.9.2
21132023-10-04T21:10:38.347Z Compiling serde-hex v0.1.0
21142023-10-04T21:10:40.144Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21152023-10-04T21:10:47.936Z Compiling x509-cert v0.2.4
21162023-10-04T21:10:48.810Z Compiling ron v0.8.1
21172023-10-04T21:11:03.475Z Compiling crc-any v2.4.3
21182023-10-04T21:11:04.247Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21192023-10-04T21:11:18.271Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21202023-10-04T21:11:34.936Z Compiling object v0.30.4
21212023-10-04T21:11:44.917Z Compiling path-slash v0.1.5
21222023-10-04T21:11:56.760Z Compiling bzip2 v0.4.4
21232023-10-04T21:11:57.389Z Compiling zip v0.6.6
21242023-10-04T21:11:59.527Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21252023-10-04T21:11:59.928Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21262023-10-04T21:12:32.565Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21272023-10-04T21:12:33.621Z Finished release [optimized] target(s) in 5m 53s
21282023-10-04T21:12:33.709Z
21292023-10-04T21:12:33.713Zreal 5:53.349164985
21302023-10-04T21:12:33.717Zuser 40:39.629423957
21312023-10-04T21:12:33.720Zsys 3:36.264519906
21322023-10-04T21:12:33.730Ztrap 1.623271180
21332023-10-04T21:12:33.733Ztflt 1.224077294
21342023-10-04T21:12:33.735Zdflt 0.566775565
21352023-10-04T21:12:33.740Zkflt 0.000876473
21362023-10-04T21:12:33.743Zlock 1:33:52.074332452
21372023-10-04T21:12:33.746Zslp 2:21:22.213989957
21382023-10-04T21:12:33.750Zlat 1:42.492464986
21392023-10-04T21:12:33.753Zstop 1:19.862856409
21402023-10-04T21:12:33.756Z+ ptime -m gzip
21412023-10-04T21:12:34.373Z
21422023-10-04T21:12:34.379Zreal 0.657103561
21432023-10-04T21:12:34.387Zuser 0.647911555
21442023-10-04T21:12:34.391Zsys 0.008611152
21452023-10-04T21:12:34.399Ztrap 0.000065698
21462023-10-04T21:12:34.411Ztflt 0.000000000
21472023-10-04T21:12:34.418Zdflt 0.000000000
21482023-10-04T21:12:34.432Zkflt 0.000000000
21492023-10-04T21:12:34.440Zlock 0.000000000
21502023-10-04T21:12:34.445Zslp 0.000000000
21512023-10-04T21:12:34.451Zlat 0.000177048
21522023-10-04T21:12:34.459Zstop 0.000233126
21532023-10-04T21:12:34.500Z+ banner tufaceous
21542023-10-04T21:12:34.507Z
21552023-10-04T21:12:34.521Z ##### # # ###### ## #### ###### #### # # ####
21562023-10-04T21:12:34.534Z # # # # # # # # # # # # # #
21572023-10-04T21:12:34.540Z # # # ##### # # # ##### # # # # ####
21582023-10-04T21:12:34.543Z # # # # ###### # # # # # # #
21592023-10-04T21:12:34.547Z # # # # # # # # # # # # # # #
21602023-10-04T21:12:34.561Z # #### # # # #### ###### #### #### ####
21612023-10-04T21:12:34.566Z
21622023-10-04T21:12:34.623Z+ ptime -m cargo build --locked -p tufaceous --release
21632023-10-04T21:12:35.517Z Downloading crates ...
21642023-10-04T21:12:35.529Z Downloaded serde_plain v1.0.2
21652023-10-04T21:12:35.542Z Downloaded globset v0.4.13
21662023-10-04T21:12:35.551Z Downloaded doc-comment v0.3.3
21672023-10-04T21:12:35.961Z Downloaded olpc-cjson v0.1.3
21682023-10-04T21:12:35.965Z Downloaded fs-err v2.9.0
21692023-10-04T21:12:35.971Z Downloaded path-absolutize v3.1.0
21702023-10-04T21:12:35.975Z Downloaded bytesize v1.3.0
21712023-10-04T21:12:35.978Z Downloaded path-dedot v3.1.0
21722023-10-04T21:12:35.981Z Downloaded buf-list v1.0.3
21732023-10-04T21:12:35.984Z Downloaded snafu v0.7.5
21742023-10-04T21:12:35.988Z Downloaded tough v0.12.5
21752023-10-04T21:12:35.991Z Downloaded snafu-derive v0.7.5
21762023-10-04T21:12:35.995Z Compiling serde_tokenstream v0.2.0
21772023-10-04T21:12:35.999Z Compiling regress v0.7.1
21782023-10-04T21:12:36.004Z Compiling dirs-sys-next v0.1.2
21792023-10-04T21:12:36.007Z Compiling ident_case v1.0.1
21802023-10-04T21:12:36.012Z Compiling thread_local v1.1.7
21812023-10-04T21:12:36.019Z Compiling heck v0.4.1
21822023-10-04T21:12:36.040Z Compiling rustversion v1.0.14
21832023-10-04T21:12:36.058Z Compiling dirs-next v2.0.0
21842023-10-04T21:12:36.316Z Compiling darling_core v0.20.3
21852023-10-04T21:12:36.466Z Compiling slog-async v2.8.0
21862023-10-04T21:12:36.583Z Compiling camino v1.1.6
21872023-10-04T21:12:37.039Z Compiling term v0.7.0
21882023-10-04T21:12:37.189Z Compiling crossbeam-channel v0.5.8
21892023-10-04T21:12:37.444Z Compiling getopts v0.2.21
21902023-10-04T21:12:37.476Z Compiling structmeta-derive v0.1.6
21912023-10-04T21:12:37.697Z Compiling atty v0.2.14
21922023-10-04T21:12:38.312Z Compiling multer v2.1.0
21932023-10-04T21:12:38.322Z Compiling match_cfg v0.1.0
21942023-10-04T21:12:38.455Z Compiling doc-comment v0.3.3
21952023-10-04T21:12:38.941Z Compiling take_mut v0.2.2
21962023-10-04T21:12:39.132Z Compiling unsafe-libyaml v0.2.9
21972023-10-04T21:12:39.174Z Compiling paste v1.0.14
21982023-10-04T21:12:40.136Z Compiling hostname v0.3.1
21992023-10-04T21:12:40.591Z Compiling slog-term v2.9.0
22002023-10-04T21:12:41.830Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22012023-10-04T21:12:44.009Z Compiling structmeta v0.1.6
22022023-10-04T21:12:44.629Z Compiling serde_yaml v0.9.25
22032023-10-04T21:12:45.507Z Compiling darling_macro v0.20.3
22042023-10-04T21:12:45.966Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22052023-10-04T21:12:46.989Z Compiling darling v0.20.3
22062023-10-04T21:12:47.197Z Compiling slog-json v2.6.1
22072023-10-04T21:12:47.664Z Compiling async-stream-impl v0.3.5
22082023-10-04T21:12:48.043Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22092023-10-04T21:12:48.378Z Compiling regex-syntax v0.6.29
22102023-10-04T21:12:48.453Z Compiling atomic-waker v1.1.1
22112023-10-04T21:12:48.744Z Compiling fastrand v2.0.0
22122023-10-04T21:12:49.577Z Compiling async-stream v0.3.5
22132023-10-04T21:12:49.653Z Compiling tempfile v3.8.0
22142023-10-04T21:12:49.895Z Compiling waitgroup v0.1.2
22152023-10-04T21:12:50.243Z Compiling strum_macros v0.25.2
22162023-10-04T21:12:50.254Z Compiling slog-bunyan v2.4.0
22172023-10-04T21:12:50.643Z Compiling serde_with_macros v2.3.3
22182023-10-04T21:12:54.241Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22192023-10-04T21:12:54.608Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22202023-10-04T21:12:54.919Z Compiling sha1 v0.10.5
22212023-10-04T21:12:56.156Z Compiling snafu-derive v0.7.5
22222023-10-04T21:12:56.433Z Compiling serde_path_to_error v0.1.14
22232023-10-04T21:12:56.468Z Compiling path-dedot v3.1.0
22242023-10-04T21:12:56.817Z Compiling instant v0.1.12
22252023-10-04T21:12:56.995Z Compiling arc-swap v1.6.0
22262023-10-04T21:12:57.046Z Compiling base64 v0.13.1
22272023-10-04T21:12:57.519Z Compiling buf-list v1.0.3
22282023-10-04T21:12:58.097Z Compiling same-file v1.0.6
22292023-10-04T21:12:58.105Z Compiling parse-display-derive v0.7.0
22302023-10-04T21:12:58.225Z Compiling debug-ignore v1.0.5
22312023-10-04T21:12:58.393Z Compiling walkdir v2.4.0
22322023-10-04T21:12:58.511Z Compiling pem v1.1.1
22332023-10-04T21:12:58.570Z Compiling slog-scope v4.4.0
22342023-10-04T21:13:00.080Z Compiling backoff v0.4.0
22352023-10-04T21:13:00.177Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22362023-10-04T21:13:00.714Z Compiling path-absolutize v3.1.0
22372023-10-04T21:13:00.961Z Compiling strum v0.25.0
22382023-10-04T21:13:01.036Z Compiling serde_with v2.3.3
22392023-10-04T21:13:01.232Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22402023-10-04T21:13:01.355Z Compiling globset v0.4.13
22412023-10-04T21:13:02.252Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22422023-10-04T21:13:02.505Z Compiling olpc-cjson v0.1.3
22432023-10-04T21:13:03.411Z Compiling macaddr v1.0.1
22442023-10-04T21:13:04.434Z Compiling snafu v0.7.5
22452023-10-04T21:13:04.454Z Compiling parse-display v0.7.0
22462023-10-04T21:13:04.570Z Compiling serde_plain v1.0.2
22472023-10-04T21:13:04.756Z Compiling filetime v0.2.22
22482023-10-04T21:13:05.248Z Compiling xattr v1.0.1
22492023-10-04T21:13:05.409Z Compiling tough v0.12.5
22502023-10-04T21:13:05.764Z Compiling tar v0.4.40
22512023-10-04T21:13:06.489Z Compiling slog-stdlog v4.1.1
22522023-10-04T21:13:07.371Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22532023-10-04T21:13:07.899Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22542023-10-04T21:13:10.517Z Compiling camino-tempfile v1.0.2
22552023-10-04T21:13:11.846Z Compiling itertools v0.11.0
22562023-10-04T21:13:15.735Z Compiling bytesize v1.3.0
22572023-10-04T21:13:15.993Z Compiling fs-err v2.9.0
22582023-10-04T21:13:16.682Z Compiling slog-envlogger v2.2.0
22592023-10-04T21:13:17.332Z Compiling humantime v2.1.0
22602023-10-04T21:13:18.622Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22612023-10-04T21:13:39.453Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22622023-10-04T21:13:39.754Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22632023-10-04T21:13:52.618Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22642023-10-04T21:13:55.283Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22652023-10-04T21:14:17.797Z Finished release [optimized] target(s) in 1m 43s
22662023-10-04T21:14:17.899Z
22672023-10-04T21:14:17.919Zreal 1:43.487134525
22682023-10-04T21:14:17.925Zuser 11:37.003014544
22692023-10-04T21:14:17.988Zsys 46.643939400
22702023-10-04T21:14:17.997Ztrap 0.424780173
22712023-10-04T21:14:18.018Ztflt 0.311681223
22722023-10-04T21:14:18.037Zdflt 0.448258328
22732023-10-04T21:14:18.055Zkflt 0.000063374
22742023-10-04T21:14:18.080Zlock 23:05.880917690
22752023-10-04T21:14:18.089Zslp 24:58.550730079
22762023-10-04T21:14:18.105Zlat 21.726986864
22772023-10-04T21:14:18.112Zstop 12.709126836
22782023-10-04T21:14:18.120Z+ ptime -m gzip
22792023-10-04T21:14:19.996Z
22802023-10-04T21:14:20.000Zreal 2.103945501
22812023-10-04T21:14:20.003Zuser 2.079436227
22822023-10-04T21:14:20.006Zsys 0.023776130
22832023-10-04T21:14:20.011Ztrap 0.000219447
22842023-10-04T21:14:20.063Ztflt 0.000000000
22852023-10-04T21:14:20.068Zdflt 0.000000000
22862023-10-04T21:14:20.072Zkflt 0.000000000
22872023-10-04T21:14:20.075Zlock 0.000000000
22882023-10-04T21:14:20.078Zslp 0.000000000
22892023-10-04T21:14:20.082Zlat 0.000175601
22902023-10-04T21:14:20.086Zstop 0.000232677
22912023-10-04T21:14:20.091Zprocess exited: duration 1273850 ms, exit code 0
 
22922023-10-04T21:14:20.110Zfound 5 output files
22932023-10-04T21:14:20.120Zuploading: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz (6376902 bytes)
22942023-10-04T21:14:24.498Zuploaded: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz
22952023-10-04T21:14:24.509Zuploading: /work/end-to-end-tests/bootstrap.gz (95902248 bytes)
22962023-10-04T21:15:05.344Zuploaded: /work/end-to-end-tests/bootstrap.gz
22972023-10-04T21:15:05.349Zuploading: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz (109500143 bytes)
22982023-10-04T21:15:43.057Zuploaded: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz
22992023-10-04T21:15:43.135Zuploading: /work/caboose-util.gz (4109461 bytes)
23002023-10-04T21:15:45.017Zuploaded: /work/caboose-util.gz
23012023-10-04T21:15:45.031Zuploading: /work/tufaceous.gz (13402378 bytes)
23022023-10-04T21:15:48.259Zuploaded: /work/tufaceous.gz