01HBS9ZQFVAX2M4HSX1Z8Q8K76: 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: 01HBSA0WQVNJ9C3HAEFKNGDF1D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-02T23:12:42.132Zjob assigned to worker 01HBSAHD2DQW69RWZXV88WK675 (queued for 10 m 46 s)
 
22023-10-02T23:12:42.993Zstarting task 0: "setup"
32023-10-02T23:12:43.199Z++ uname -s
42023-10-02T23:12:43.203Z+ kern=SunOS
52023-10-02T23:12:43.206Z+ case "$kern" in
62023-10-02T23:12:43.208Z+ groupadd -g 12345 build
72023-10-02T23:12:43.212Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-02T23:12:45.217Z+ zfs create -o mountpoint=/work rpool/work
92023-10-02T23:12:45.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-02T23:12:45.318Z+ home_fs=zfs
112023-10-02T23:12:45.322Z+ [[ zfs == autofs ]]
122023-10-02T23:12:45.325Z+ mkdir -p /home/build
132023-10-02T23:12:45.328Z+ chown build:build /home/build /work
142023-10-02T23:12:47.329Z+ chmod 0700 /home/build /work
152023-10-02T23:12:47.348Zprocess exited: duration 4327 ms, exit code 0
 
162023-10-02T23:12:47.408Zstarting task 1: "rust-toolchain"
172023-10-02T23:12:47.437Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-02T23:12:47.450Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-02T23:12:47.602Zinfo: downloading installer
202023-10-02T23:12:49.322Zwarning: it looks like you have an existing installation of Rust at:
212023-10-02T23:12:49.325Zwarning: /opt/ooce/bin
222023-10-02T23:12:49.328Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-02T23:12:49.331Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-02T23:12:49.334Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-02T23:12:49.340Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-02T23:12:49.344Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-02T23:12:49.346Zerror: cannot install while Rust is installed
282023-10-02T23:12:49.349Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-02T23:12:49.606Zinfo: profile set to 'default'
302023-10-02T23:12:49.609Zinfo: default host triple is x86_64-unknown-illumos
312023-10-02T23:12:49.612Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-02T23:12:49.766Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-02T23:12:49.769Zinfo: downloading component 'cargo'
342023-10-02T23:12:50.385Zinfo: downloading component 'clippy'
352023-10-02T23:12:50.601Zinfo: downloading component 'rust-docs'
362023-10-02T23:12:51.374Zinfo: downloading component 'rust-std'
372023-10-02T23:12:52.750Zinfo: downloading component 'rustc'
382023-10-02T23:12:56.115Zinfo: downloading component 'rustfmt'
392023-10-02T23:12:56.307Zinfo: installing component 'cargo'
402023-10-02T23:12:58.306Zinfo: installing component 'clippy'
412023-10-02T23:12:59.136Zinfo: installing component 'rust-docs'
422023-10-02T23:13:01.879Zinfo: installing component 'rust-std'
432023-10-02T23:13:05.554Zinfo: installing component 'rustc'
442023-10-02T23:13:14.300Zinfo: installing component 'rustfmt'
452023-10-02T23:13:14.734Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-02T23:13:14.737Z
472023-10-02T23:13:14.883Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-02T23:13:14.889Z
492023-10-02T23:13:14.892Z
502023-10-02T23:13:14.895ZRust is installed now. Great!
512023-10-02T23:13:14.898Z
522023-10-02T23:13:14.902ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-02T23:13:14.905Zenvironment variable. This has not been done automatically.
542023-10-02T23:13:14.909Z
552023-10-02T23:13:14.914ZTo configure your current shell, run:
562023-10-02T23:13:14.918Zsource "$HOME/.cargo/env"
572023-10-02T23:13:14.960Z+ rustc --version
582023-10-02T23:13:15.074Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-02T23:13:15.080Zprocess exited: duration 27651 ms, exit code 0
 
602023-10-02T23:13:15.086Zstarting task 2: "authentication"
612023-10-02T23:13:15.114ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-10-02T23:13:25.342Zprocess exited: duration 10254 ms, exit code 0
 
632023-10-02T23:13:25.348Zstarting task 3: "clone repository"
642023-10-02T23:13:25.358Z+ mkdir -p /work/oxidecomputer/omicron
652023-10-02T23:13:25.362Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-10-02T23:13:25.399ZCloning into '/work/oxidecomputer/omicron'...
672023-10-02T23:13:30.772Z+ cd /work/oxidecomputer/omicron
682023-10-02T23:13:30.776Z+ [[ -n dependabot/cargo/hubtools-2481445 ]]
692023-10-02T23:13:30.779Z+ git fetch origin dependabot/cargo/hubtools-2481445
702023-10-02T23:13:31.697ZFrom https://github.com/oxidecomputer/omicron
712023-10-02T23:13:31.724Z * branch dependabot/cargo/hubtools-2481445 -> FETCH_HEAD
722023-10-02T23:13:31.750Z+ git checkout -B dependabot/cargo/hubtools-2481445 remotes/origin/dependabot/cargo/hubtools-2481445
732023-10-02T23:13:31.768ZSwitched to a new branch 'dependabot/cargo/hubtools-2481445'
742023-10-02T23:13:31.779Zbranch 'dependabot/cargo/hubtools-2481445' set up to track 'origin/dependabot/cargo/hubtools-2481445'.
752023-10-02T23:13:31.788Z+ git reset --hard 441864106bc9dce694bb955de25773ea182fb144
762023-10-02T23:13:31.795ZHEAD is now at 44186410 Bump hubtools from `0c642f6` to `2481445`
772023-10-02T23:13:31.802Zprocess exited: duration 5905 ms, exit code 0
 
782023-10-02T23:13:31.815Zstarting task 4: "build"
792023-10-02T23:13:31.839Z+ cargo --version
802023-10-02T23:13:31.913Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-10-02T23:13:31.916Z+ rustc --version
822023-10-02T23:13:32.019Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-10-02T23:13:32.022Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
842023-10-02T23:13:39.105Z Startup: Refreshing catalog 'helios-dev' ... Done
852023-10-02T23:13:39.663Z Startup: Caching catalogs ... Done
862023-10-02T23:13:42.233ZPlanning: Solver setup ... Done (2.373s)
872023-10-02T23:13:42.309ZPlanning: Running solver ... Done (0.077s)
882023-10-02T23:13:42.342ZPlanning: Finding local manifests ... Done (0.003s)
892023-10-02T23:13:42.356ZPlanning: Fetching manifests: 0/4 0% complete
902023-10-02T23:13:42.589ZPlanning: Fetching manifests: 4/4 100% complete
912023-10-02T23:13:42.686ZPlanning: Package planning ... Done (0.085s)
922023-10-02T23:13:42.764ZPlanning: Merging actions ... Done (0.085s)
932023-10-02T23:13:43.436ZPlanning: Checking for conflicting actions ... Done (0.679s)
942023-10-02T23:13:43.454ZPlanning: Consolidating action changes ... Done (0.017s)
952023-10-02T23:13:47.086ZPlanning: Evaluating mediators ... Done (3.629s)
962023-10-02T23:13:47.101ZPlanning: Planning completed in 7.39 seconds
972023-10-02T23:13:47.129Z Packages to install: 4
982023-10-02T23:13:47.143Z Mediators to change: 2
992023-10-02T23:13:47.967Z Services to change: 1
1002023-10-02T23:13:47.977Z Estimated space available: 149.39 GB
1012023-10-02T23:13:47.986ZEstimated space to be consumed: 1.35 GB
1022023-10-02T23:13:47.995Z Create boot environment: No
1032023-10-02T23:13:48.000ZCreate backup boot environment: No
1042023-10-02T23:13:48.006Z Rebuild boot archive: No
1052023-10-02T23:13:48.019Z
1062023-10-02T23:13:48.025ZChanged mediators:
1072023-10-02T23:13:48.033Z mediator clang:
1082023-10-02T23:13:48.040Z version: None -> 15 (system default)
1092023-10-02T23:13:48.051Z
1102023-10-02T23:13:48.060Z mediator llvm:
1112023-10-02T23:13:48.066Z version: 14 (system default) -> 15 (system default)
1122023-10-02T23:13:48.072Z
1132023-10-02T23:13:48.076ZChanged packages:
1142023-10-02T23:13:48.080Zhelios-dev
1152023-10-02T23:13:48.085Z developer/build-essential
1162023-10-02T23:13:48.101Z None -> 11-2.0
1172023-10-02T23:13:48.109Z library/libxmlsec1
1182023-10-02T23:13:48.114Z None -> 1.2.35-2.0
1192023-10-02T23:13:48.117Z ooce/developer/clang-15
1202023-10-02T23:13:48.120Z None -> 15.0.7-2.0
1212023-10-02T23:13:48.123Z ooce/developer/llvm-15
1222023-10-02T23:13:48.126Z None -> 15.0.7-2.0
1232023-10-02T23:13:48.129Z
1242023-10-02T23:13:48.131ZServices:
1252023-10-02T23:13:48.136Z restart_fmri:
1262023-10-02T23:13:48.139Z svc:/system/update-man-index:default
1272023-10-02T23:13:48.142Z
1282023-10-02T23:13:48.145ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1292023-10-02T23:13:52.373ZDownload: 1305/3290 items 97.7/212.6MB 45% complete (19.8M/s)
1302023-10-02T23:13:57.780ZDownload: 3145/3290 items 141.7/212.6MB 66% complete (14.1M/s)
1312023-10-02T23:14:01.074ZDownload: Completed 212.60 MB in 13.71 seconds (15.5M/s)
1322023-10-02T23:14:01.299Z Actions: 1/3687 actions (Installing new actions)
1332023-10-02T23:14:06.379Z Actions: 2531/3687 actions (Installing new actions)
1342023-10-02T23:14:09.404Z Actions: Completed 3687 actions in 8.11 seconds.
1352023-10-02T23:14:09.517Z Done (0.106s)
1362023-10-02T23:14:09.520Z Done (0.000s)
1372023-10-02T23:14:09.698Z Done (0.131s)
1382023-10-02T23:14:17.320Z Done (7.564s)
1392023-10-02T23:14:17.544Z Done (0.126s)
1402023-10-02T23:14:17.547Z Done (0.000s)
1412023-10-02T23:14:17.764Z Done (0.000s)
1422023-10-02T23:14:18.400ZPlanning: Evaluating mediator changes ... Done
1432023-10-02T23:14:18.677ZPlanning: Checking for conflicting actions ... Done
1442023-10-02T23:14:18.680ZPlanning: Consolidating action changes ... Done
1452023-10-02T23:14:19.107ZPlanning: Evaluating mediators ... Done
1462023-10-02T23:14:19.109ZPlanning: Planning completed in 0.71 seconds
1472023-10-02T23:14:19.160Z Mediators to change: 2
1482023-10-02T23:14:19.163Z Create boot environment: No
1492023-10-02T23:14:19.167ZCreate backup boot environment: No
1502023-10-02T23:14:19.255Z Done
1512023-10-02T23:14:19.259Z Done
1522023-10-02T23:14:19.326Z Done
1532023-10-02T23:14:25.072Z Done
1542023-10-02T23:14:25.173Z Done
1552023-10-02T23:14:25.177Z Done
1562023-10-02T23:14:25.307Z Done
1572023-10-02T23:14:26.293ZPlanning: Evaluating mediator changes ... Done
1582023-10-02T23:14:26.297ZPlanning: Merging actions ... Done
1592023-10-02T23:14:26.637ZPlanning: Checking for conflicting actions ... Done
1602023-10-02T23:14:26.641ZPlanning: Consolidating action changes ... Done
1612023-10-02T23:14:27.045ZPlanning: Evaluating mediators ... Done
1622023-10-02T23:14:27.136ZPlanning: Planning completed in 1.28 seconds
1632023-10-02T23:14:27.193Z Packages to change: 1
1642023-10-02T23:14:27.197Z Mediators to change: 1
1652023-10-02T23:14:27.200Z Services to change: 1
1662023-10-02T23:14:27.203Z Create boot environment: No
1672023-10-02T23:14:27.206ZCreate backup boot environment: Yes
1682023-10-02T23:14:29.032Z Actions: 1/6 actions (Updating modified actions)
1692023-10-02T23:14:29.035Z Actions: Completed 6 actions in 0.00 seconds.
1702023-10-02T23:14:29.039Z Done
1712023-10-02T23:14:29.042Z Done
1722023-10-02T23:14:29.066Z Done
1732023-10-02T23:14:34.810Z Done
1742023-10-02T23:14:34.938Z Done
1752023-10-02T23:14:34.946Z Done
1762023-10-02T23:14:35.037Z Done
1772023-10-02T23:14:35.705ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1782023-10-02T23:14:35.711Zclang system 15 system
1792023-10-02T23:14:35.717Zcsh system system illumos
1802023-10-02T23:14:35.721Zctags system system illumos
1812023-10-02T23:14:35.724Zgcc vendor 12 vendor
1822023-10-02T23:14:35.727Zgcc system 10 system
1832023-10-02T23:14:35.730Zgcc system 7 system
1842023-10-02T23:14:35.733Zgo system 1.20 system
1852023-10-02T23:14:35.736Zgo system 1.19 system
1862023-10-02T23:14:35.738Zllvm system 15 system
1872023-10-02T23:14:35.741Zllvm system 14 system
1882023-10-02T23:14:35.744Zmariadb system 10.6 system
1892023-10-02T23:14:35.747Zmta vendor vendor dma
1902023-10-02T23:14:35.750Zopenjdk system 17 system
1912023-10-02T23:14:35.753Zopenjdk system 11 system
1922023-10-02T23:14:35.757Zopenjdk system 1.8 system
1932023-10-02T23:14:35.760Zopenssl vendor 3 vendor
1942023-10-02T23:14:35.765Zperl system 5.36 system
1952023-10-02T23:14:35.773Zpostgresql system 15 system
1962023-10-02T23:14:35.780Zpostgresql system 13 system
1972023-10-02T23:14:35.785Zpython vendor 3 vendor
1982023-10-02T23:14:35.793Zpython system 2 system
1992023-10-02T23:14:35.800Zpython3 system 3.11 system
2002023-10-02T23:14:35.807Zruby system 3.0 system
2012023-10-02T23:14:35.816Zwords vendor vendor american-english
2022023-10-02T23:14:35.824Zwords system system australian-english
2032023-10-02T23:14:35.837Zwords system system british-english
2042023-10-02T23:14:35.846Zwords system system canadian-english
2052023-10-02T23:14:35.855Zwords system system french
2062023-10-02T23:14:35.867Zwords system system italian
2072023-10-02T23:14:35.878Zwords system system ngerman
2082023-10-02T23:14:35.890Zwords system system ogerman
2092023-10-02T23:14:35.900Zwords system system spanish
2102023-10-02T23:14:36.240ZFMRI IFO
2112023-10-02T23:14:36.250Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2122023-10-02T23:14:36.267Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2132023-10-02T23:14:36.275Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2142023-10-02T23:14:36.282Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2152023-10-02T23:14:36.297Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2162023-10-02T23:14:36.314Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2172023-10-02T23:14:36.376Z+ set -o errexit
2182023-10-02T23:14:36.389Z+++ dirname ./tools/ci_download_cockroachdb
2192023-10-02T23:14:36.399Z++ cd ./tools
2202023-10-02T23:14:36.410Z++ pwd
2212023-10-02T23:14:36.425Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2222023-10-02T23:14:36.433Z++ basename ./tools/ci_download_cockroachdb
2232023-10-02T23:14:36.451Z+ ARG0=ci_download_cockroachdb
2242023-10-02T23:14:36.465Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2252023-10-02T23:14:36.477Z+ CIDL_VERSION=v22.1.9
2262023-10-02T23:14:36.487Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2272023-10-02T23:14:36.496Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2282023-10-02T23:14:36.506Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2292023-10-02T23:14:36.515Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2302023-10-02T23:14:36.521Z+ TARGET_DIR=out
2312023-10-02T23:14:36.528Z+ DOWNLOAD_DIR=out/downloads
2322023-10-02T23:14:36.532Z+ DEST_DIR=./out/cockroachdb
2332023-10-02T23:14:36.542Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2342023-10-02T23:14:36.549Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2352023-10-02T23:14:36.560Z+ main
2362023-10-02T23:14:36.568Z+ [[ 0 != 0 ]]
2372023-10-02T23:14:36.574Z+ CIDL_OS=solaris2.11
2382023-10-02T23:14:36.587Z+ [[ 0 != 0 ]]
2392023-10-02T23:14:36.594Z+ configure_os solaris2.11
2402023-10-02T23:14:36.600Z+ echo 'current directory: /work/oxidecomputer/omicron'
2412023-10-02T23:14:36.606Zcurrent directory: /work/oxidecomputer/omicron
2422023-10-02T23:14:36.620Z+ echo 'configuring based on OS: "solaris2.11"'
2432023-10-02T23:14:36.635Zconfiguring based on OS: "solaris2.11"
2442023-10-02T23:14:36.645Z+ case "$1" in
2452023-10-02T23:14:36.657Z+ CIDL_BUILD=illumos
2462023-10-02T23:14:36.671Z+ CIDL_SUFFIX=tar.gz
2472023-10-02T23:14:36.682Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2482023-10-02T23:14:36.689Z+ CIDL_MD5FUNC=do_md5sum
2492023-10-02T23:14:36.710Z+ CIDL_URL_BASE=https://illumos.org/downloads
2502023-10-02T23:14:36.721Z+ CIDL_ASSEMBLE=do_assemble_illumos
2512023-10-02T23:14:36.729Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2522023-10-02T23:14:36.735Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2532023-10-02T23:14:36.739Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2542023-10-02T23:14:36.747Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2552023-10-02T23:14:36.752Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-02T23:14:37.185Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2572023-10-02T23:14:37.200ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-02T23:14:37.215Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2592023-10-02T23:14:37.224ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-02T23:14:37.233Z+ mkdir -p out/downloads
2612023-10-02T23:14:37.244Z+ mkdir -p ./out/cockroachdb
2622023-10-02T23:14:37.259Z+ local DO_DOWNLOAD=true
2632023-10-02T23:14:37.281Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2642023-10-02T23:14:37.697Z+ '[' true == true ']'
2652023-10-02T23:14:37.703Z+ echo Downloading...
2662023-10-02T23:14:37.708ZDownloading...
2672023-10-02T23:14:37.715Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-02T23:14:37.731Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-02T23:14:38.792Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-02T23:14:38.796Z++ md5sum
2712023-10-02T23:14:38.801Z++ awk '{print $1}'
2722023-10-02T23:14:38.974Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2732023-10-02T23:14:38.988Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2742023-10-02T23:14:39.002Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-02T23:14:39.427Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2762023-10-02T23:14:42.352Z+ do_assemble_illumos
2772023-10-02T23:14:42.361Z+ rm -r ./out/cockroachdb
2782023-10-02T23:14:42.364Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2792023-10-02T23:14:42.982Z+ ./out/cockroachdb/bin/cockroach version
2802023-10-02T23:14:43.420ZBuild Tag: v22.1.9-dirty
2812023-10-02T23:14:43.424ZBuild Time: 2022/10/26 21:17:46
2822023-10-02T23:14:43.428ZDistribution: OSS
2832023-10-02T23:14:43.432ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2842023-10-02T23:14:43.437ZGo Version: go1.17.13
2852023-10-02T23:14:43.441ZC Compiler: gcc 10.3.0
2862023-10-02T23:14:43.446ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2872023-10-02T23:14:43.450ZBuild Type: release
2882023-10-02T23:14:43.460Z+ set -o errexit
2892023-10-02T23:14:43.464Z+++ dirname ./tools/ci_download_clickhouse
2902023-10-02T23:14:43.468Z++ cd ./tools
2912023-10-02T23:14:43.471Z++ pwd
2922023-10-02T23:14:43.474Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2932023-10-02T23:14:43.478Z++ basename ./tools/ci_download_clickhouse
2942023-10-02T23:14:43.483Z+ ARG0=ci_download_clickhouse
2952023-10-02T23:14:43.487Z+ TARGET_DIR=out
2962023-10-02T23:14:43.490Z+ DOWNLOAD_DIR=out/downloads
2972023-10-02T23:14:43.495Z+ DEST_DIR=./out/clickhouse
2982023-10-02T23:14:43.501Z+ CIDL_VERSION=v22.8.9.24
2992023-10-02T23:14:43.505Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3002023-10-02T23:14:43.510Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3012023-10-02T23:14:43.514Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3022023-10-02T23:14:43.517Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3032023-10-02T23:14:43.521Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3042023-10-02T23:14:43.525Z+ main
3052023-10-02T23:14:43.529Z+ [[ 0 != 0 ]]
3062023-10-02T23:14:43.533Z+ CIDL_OS=solaris2.11
3072023-10-02T23:14:43.537Z+ [[ 0 != 0 ]]
3082023-10-02T23:14:43.541Z+ configure_os solaris2.11
3092023-10-02T23:14:43.545Z+ echo 'current directory: /work/oxidecomputer/omicron'
3102023-10-02T23:14:43.549Zcurrent directory: /work/oxidecomputer/omicron
3112023-10-02T23:14:43.553Z+ echo 'configuring based on OS: "solaris2.11"'
3122023-10-02T23:14:43.556Z+ CIDL_DASHREV=
3132023-10-02T23:14:43.561Z+ case "$1" in
3142023-10-02T23:14:43.571Zconfiguring based on OS: "solaris2.11"
3152023-10-02T23:14:43.588Z+ CIDL_PLATFORM=illumos
3162023-10-02T23:14:43.610Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3172023-10-02T23:14:43.621Z+ CIDL_MD5FUNC=do_md5sum
3182023-10-02T23:14:43.632Z+ CIDL_DASHREV=-1
3192023-10-02T23:14:43.636Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3202023-10-02T23:14:43.669Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3212023-10-02T23:14:43.673Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-10-02T23:14:43.715Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-10-02T23:14:43.720Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3242023-10-02T23:14:43.726ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-02T23:14:43.730Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3262023-10-02T23:14:43.733ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-02T23:14:43.737Z+ mkdir -p out/downloads
3282023-10-02T23:14:43.746Z+ mkdir -p ./out/clickhouse
3292023-10-02T23:14:43.751Z+ local DO_DOWNLOAD=true
3302023-10-02T23:14:43.756Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3312023-10-02T23:14:43.761Z+ '[' true == true ']'
3322023-10-02T23:14:43.770Z+ echo Downloading...
3332023-10-02T23:14:43.777ZDownloading...
3342023-10-02T23:14:43.786Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-10-02T23:14:43.798Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-10-02T23:14:44.817Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-10-02T23:14:44.823Z++ md5sum
3382023-10-02T23:14:44.831Z++ awk '{print $1}'
3392023-10-02T23:14:45.079Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3402023-10-02T23:14:45.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 ]]
3412023-10-02T23:14:45.091Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3422023-10-02T23:14:45.101Z+ mkdir -p ./out/clickhouse
3432023-10-02T23:14:45.108Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3442023-10-02T23:14:49.850Z+ ./out/clickhouse/clickhouse server --version
3452023-10-02T23:14:49.905ZClickHouse server version 22.8.9.1.
3462023-10-02T23:14:49.928Z+ set -o errexit
3472023-10-02T23:14:49.930Z+++ dirname ./tools/ci_download_console
3482023-10-02T23:14:49.933Z++ cd ./tools
3492023-10-02T23:14:49.936Z++ pwd
3502023-10-02T23:14:49.939Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3512023-10-02T23:14:49.942Z++ basename ./tools/ci_download_console
3522023-10-02T23:14:49.944Z+ ARG0=ci_download_console
3532023-10-02T23:14:49.947Z+ TARGET_DIR=out
3542023-10-02T23:14:49.950Z+ DOWNLOAD_DIR=out/downloads
3552023-10-02T23:14:49.952Z+ DEST_DIR=./out/console-assets
3562023-10-02T23:14:49.956Z+ source /work/oxidecomputer/omicron/tools/console_version
3572023-10-02T23:14:49.958Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3582023-10-02T23:14:49.961Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3592023-10-02T23:14:49.964Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3602023-10-02T23:14:49.967Z+ TARBALL_FILE=out/downloads/console.tar.gz
3612023-10-02T23:14:49.970Z+ main
3622023-10-02T23:14:49.973Z+ [[ 0 != 0 ]]
3632023-10-02T23:14:49.976Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3642023-10-02T23:14:49.978ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3652023-10-02T23:14:49.981Z+ echo 'Local file: out/downloads/console.tar.gz'
3662023-10-02T23:14:49.984ZLocal file: out/downloads/console.tar.gz
3672023-10-02T23:14:49.987Z+ local DO_DOWNLOAD=true
3682023-10-02T23:14:49.990Z+ [[ -f out/downloads/console.tar.gz ]]
3692023-10-02T23:14:49.993Z+ mkdir -p out/downloads
3702023-10-02T23:14:49.996Z+ '[' true == true ']'
3712023-10-02T23:14:49.999Z+ echo Downloading...
3722023-10-02T23:14:50.003ZDownloading...
3732023-10-02T23:14:50.006Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3742023-10-02T23:14:50.009Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3752023-10-02T23:14:51.034Z++ do_sha256sum out/downloads/console.tar.gz
3762023-10-02T23:14:51.044Z++ case "$OSTYPE" in
3772023-10-02T23:14:51.055Z++ SHA=sha256sum
3782023-10-02T23:14:51.073Z++ sha256sum
3792023-10-02T23:14:51.086Z++ awk '{print $1}'
3802023-10-02T23:14:51.098Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3812023-10-02T23:14:51.111Z+ [[ 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 ]]
3822023-10-02T23:14:51.124Z+ rm -rf ./out/console-assets
3832023-10-02T23:14:51.129Z+ mkdir -p ./out/console-assets
3842023-10-02T23:14:51.135Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3852023-10-02T23:14:51.145Z+ mkdir -p ./out/console-assets
3862023-10-02T23:14:51.161Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3872023-10-02T23:14:51.176Z+ set -o errexit
3882023-10-02T23:14:51.185Z+++ dirname ./tools/ci_download_maghemite_openapi
3892023-10-02T23:14:51.191Z++ cd ./tools
3902023-10-02T23:14:51.201Z++ pwd
3912023-10-02T23:14:51.218Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3922023-10-02T23:14:51.638Z++ basename ./tools/ci_download_maghemite_openapi
3932023-10-02T23:14:51.649Z+ ARG0=ci_download_maghemite_openapi
3942023-10-02T23:14:51.659Z+ TARGET_DIR=out
3952023-10-02T23:14:51.667Z+ DOWNLOAD_DIR=out/downloads
3962023-10-02T23:14:51.677Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
3972023-10-02T23:14:51.684Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
3982023-10-02T23:14:51.698Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
3992023-10-02T23:14:51.714Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4002023-10-02T23:14:51.724Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4012023-10-02T23:14:51.733Z+ main
4022023-10-02T23:14:51.741Z+ [[ 0 != 0 ]]
4032023-10-02T23:14:51.747Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4042023-10-02T23:14:51.769ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4052023-10-02T23:14:51.775Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4062023-10-02T23:14:51.784ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4072023-10-02T23:14:51.794Z+ local DO_DOWNLOAD=true
4082023-10-02T23:14:51.803Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4092023-10-02T23:14:51.812Z+ mkdir -p out/downloads
4102023-10-02T23:14:51.823Z+ '[' true == true ']'
4112023-10-02T23:14:51.832Z+ echo Downloading...
4122023-10-02T23:14:51.844ZDownloading...
4132023-10-02T23:14:51.853Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4142023-10-02T23:14:51.864Z+ 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
4152023-10-02T23:14:51.872Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4162023-10-02T23:14:51.946Z++ case "$OSTYPE" in
4172023-10-02T23:14:51.974Z++ SHA=sha256sum
4182023-10-02T23:14:51.985Z++ sha256sum
4192023-10-02T23:14:51.996Z++ awk '{print $1}'
4202023-10-02T23:14:52.003Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4212023-10-02T23:14:52.013Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4222023-10-02T23:14:52.021Z+ set -o errexit
4232023-10-02T23:14:52.038Z+++ dirname ./tools/ci_download_dendrite_openapi
4242023-10-02T23:14:52.056Z++ cd ./tools
4252023-10-02T23:14:52.080Z++ pwd
4262023-10-02T23:14:52.090Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4272023-10-02T23:14:52.099Z++ basename ./tools/ci_download_dendrite_openapi
4282023-10-02T23:14:52.108Z+ ARG0=ci_download_dendrite_openapi
4292023-10-02T23:14:52.113Z+ TARGET_DIR=out
4302023-10-02T23:14:52.117Z+ DOWNLOAD_DIR=out/downloads
4312023-10-02T23:14:52.124Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4322023-10-02T23:14:52.131Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4332023-10-02T23:14:52.137Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4342023-10-02T23:14:52.144Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4352023-10-02T23:14:52.150Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4362023-10-02T23:14:52.159Z+ main
4372023-10-02T23:14:52.168Z+ [[ 0 != 0 ]]
4382023-10-02T23:14:52.177Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4392023-10-02T23:14:52.183ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4402023-10-02T23:14:52.197Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4412023-10-02T23:14:52.204ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4422023-10-02T23:14:52.208Z+ local DO_DOWNLOAD=true
4432023-10-02T23:14:52.212ZDownloading...
4442023-10-02T23:14:52.217Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4452023-10-02T23:14:52.224Z+ mkdir -p out/downloads
4462023-10-02T23:14:52.234Z+ '[' true == true ']'
4472023-10-02T23:14:52.244Z+ echo Downloading...
4482023-10-02T23:14:52.253Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4492023-10-02T23:14:52.272Z+ 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
4502023-10-02T23:14:52.278Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4512023-10-02T23:14:52.284Z++ case "$OSTYPE" in
4522023-10-02T23:14:52.289Z++ SHA=sha256sum
4532023-10-02T23:14:52.294Z++ sha256sum
4542023-10-02T23:14:52.303Z++ awk '{print $1}'
4552023-10-02T23:14:52.310Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4562023-10-02T23:14:52.319Z+ [[ 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 ]]
4572023-10-02T23:14:52.324Z+ set -o errexit
4582023-10-02T23:14:52.336Z+++ dirname ./tools/ci_download_dendrite_stub
4592023-10-02T23:14:52.340Z++ cd ./tools
4602023-10-02T23:14:52.350Z++ pwd
4612023-10-02T23:14:52.360Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4622023-10-02T23:14:52.375Z++ basename ./tools/ci_download_dendrite_stub
4632023-10-02T23:14:52.385Zcurrent directory: /work/oxidecomputer/omicron
4642023-10-02T23:14:52.395Z+ ARG0=ci_download_dendrite_stub
4652023-10-02T23:14:52.810Zconfiguring based on OS: "solaris2.11"
4662023-10-02T23:14:52.818Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4672023-10-02T23:14:52.825ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4682023-10-02T23:14:52.830Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4692023-10-02T23:14:52.837ZLocal file: out/downloads/dendrite-stub.tar.gz
4702023-10-02T23:14:52.848Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4712023-10-02T23:14:52.859ZDownloading...
4722023-10-02T23:14:52.883Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4732023-10-02T23:14:53.299Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-10-02T23:14:53.311Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4752023-10-02T23:14:53.321Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4762023-10-02T23:14:53.348Z+ TARGET_DIR=out
4772023-10-02T23:14:53.353Z+ DOWNLOAD_DIR=out/downloads
4782023-10-02T23:14:53.361Z+ DEST_DIR=./out/dendrite-stub
4792023-10-02T23:14:53.369Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4802023-10-02T23:14:53.380Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4812023-10-02T23:14:53.388Z+ REPO=oxidecomputer/dendrite
4822023-10-02T23:14:53.397Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4832023-10-02T23:14:53.404Z+ main
4842023-10-02T23:14:53.415Z+ [[ 0 != 0 ]]
4852023-10-02T23:14:53.425Z+ CIDL_OS=solaris2.11
4862023-10-02T23:14:53.436Z+ [[ 0 != 0 ]]
4872023-10-02T23:14:53.452Z+ configure_os solaris2.11
4882023-10-02T23:14:53.471Z+ echo 'current directory: /work/oxidecomputer/omicron'
4892023-10-02T23:14:53.488Z+ echo 'configuring based on OS: "solaris2.11"'
4902023-10-02T23:14:53.512Z+ case "$1" in
4912023-10-02T23:14:53.533Z+ SET_BINARIES=
4922023-10-02T23:14:53.551Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4932023-10-02T23:14:53.564Z+ CIDL_SHA256FUNC=do_sha256sum
4942023-10-02T23:14:53.574Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952023-10-02T23:14:53.585Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4962023-10-02T23:14:53.595Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972023-10-02T23:14:53.606Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
4982023-10-02T23:14:53.615Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4992023-10-02T23:14:53.675Z+ mkdir -p out/downloads
5002023-10-02T23:14:53.681Z+ mkdir -p ./out/dendrite-stub
5012023-10-02T23:14:53.688Z+ fetch_and_verify
5022023-10-02T23:14:53.695Z+ local DO_DOWNLOAD=true
5032023-10-02T23:14:53.704Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5042023-10-02T23:14:53.712Z+ '[' true == true ']'
5052023-10-02T23:14:53.721Z+ echo Downloading...
5062023-10-02T23:14:53.742Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5072023-10-02T23:14:53.749Z+ 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
5082023-10-02T23:15:01.740Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5092023-10-02T23:15:01.743Z++ sha256sum
5102023-10-02T23:15:01.747Z++ awk '{print $1}'
5112023-10-02T23:15:01.840Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5122023-10-02T23:15:01.844Z+ [[ 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 ]]
5132023-10-02T23:15:01.847Z+ do_untar out/downloads/dendrite-stub.tar.gz
5142023-10-02T23:15:01.851Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5152023-10-02T23:15:02.790Z+ do_assemble
5162023-10-02T23:15:02.793Z+ rm -r ./out/dendrite-stub
5172023-10-02T23:15:02.796Z+ mkdir ./out/dendrite-stub
5182023-10-02T23:15:02.799Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5192023-10-02T23:15:02.911Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5202023-10-02T23:15:02.923Z+ set -o errexit
5212023-10-02T23:15:02.926Z+++ dirname ./tools/ci_download_transceiver_control
5222023-10-02T23:15:02.931Z++ cd ./tools
5232023-10-02T23:15:02.936Z++ pwd
5242023-10-02T23:15:02.939Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5252023-10-02T23:15:02.942Z++ basename ./tools/ci_download_transceiver_control
5262023-10-02T23:15:02.945Z+ ARG0=ci_download_transceiver_control
5272023-10-02T23:15:02.949Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5282023-10-02T23:15:02.953Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5292023-10-02T23:15:02.958Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5302023-10-02T23:15:02.962Z+ TARGET_DIR=out
5312023-10-02T23:15:02.965Z+ DOWNLOAD_DIR=out/downloads
5322023-10-02T23:15:02.968Z+ DEST_DIR=./out/transceiver-control
5332023-10-02T23:15:02.972Z+ BIN_DIR=/opt/oxide/bin
5342023-10-02T23:15:02.975Z+ BINARY=xcvradm
5352023-10-02T23:15:02.978Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5362023-10-02T23:15:02.982Z+ REPO=oxidecomputer/transceiver-control
5372023-10-02T23:15:02.985Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5382023-10-02T23:15:03.001Z+ main
5392023-10-02T23:15:03.004Z+ [[ 0 != 0 ]]
5402023-10-02T23:15:03.007Z+ CIDL_OS=solaris2.11
5412023-10-02T23:15:03.010Z+ [[ 0 != 0 ]]
5422023-10-02T23:15:03.016Z+ configure_os solaris2.11
5432023-10-02T23:15:03.021Z+ echo 'current directory: /work/oxidecomputer/omicron'
5442023-10-02T23:15:03.025Zcurrent directory: /work/oxidecomputer/omicron
5452023-10-02T23:15:03.028Z+ echo 'configuring based on OS: "solaris2.11"'
5462023-10-02T23:15:03.031Zconfiguring based on OS: "solaris2.11"
5472023-10-02T23:15:03.036Z+ case "$1" in
5482023-10-02T23:15:03.040Z+ SET_BINARIES=
5492023-10-02T23:15:03.044Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5502023-10-02T23:15:03.050Z+ CIDL_SHA256FUNC=do_sha256sum
5512023-10-02T23:15:03.054Z+ ARCHIVE_FILENAME=xcvradm.gz
5522023-10-02T23:15:03.057Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5532023-10-02T23:15:03.061Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5542023-10-02T23:15:03.065Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5552023-10-02T23:15:03.071ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5562023-10-02T23:15:03.077Z+ echo 'Local file: out/downloads/xcvradm.gz'
5572023-10-02T23:15:03.094ZLocal file: out/downloads/xcvradm.gz
5582023-10-02T23:15:03.102Z+ mkdir -p out/downloads
5592023-10-02T23:15:03.116Z+ mkdir -p ./out/transceiver-control
5602023-10-02T23:15:03.125Z+ fetch_and_verify
5612023-10-02T23:15:03.129Z+ local DO_DOWNLOAD=true
5622023-10-02T23:15:03.134Z+ [[ -f out/downloads/xcvradm.gz ]]
5632023-10-02T23:15:03.138Z+ '[' true == true ']'
5642023-10-02T23:15:03.143Z+ echo Downloading...
5652023-10-02T23:15:03.150ZDownloading...
5662023-10-02T23:15:03.155Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5672023-10-02T23:15:03.161Z+ 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
5682023-10-02T23:15:04.998Z++ do_sha256sum out/downloads/xcvradm.gz
5692023-10-02T23:15:05.018Z++ sha256sum
5702023-10-02T23:15:05.034Z++ awk '{print $1}'
5712023-10-02T23:15:05.039Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5722023-10-02T23:15:05.044Z+ [[ 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 ]]
5732023-10-02T23:15:05.049Z+ do_unpack out/downloads/xcvradm.gz
5742023-10-02T23:15:05.054Z+ mkdir -p out/downloads/root//opt/oxide/bin
5752023-10-02T23:15:05.058Z+ gzip -dc out/downloads/xcvradm.gz
5762023-10-02T23:15:05.197Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5772023-10-02T23:15:05.205Z+ do_assemble
5782023-10-02T23:15:05.216Z+ rm -r ./out/transceiver-control
5792023-10-02T23:15:05.227Z+ mkdir ./out/transceiver-control
5802023-10-02T23:15:05.237Z+ cp -r out/downloads/root ./out/transceiver-control/root
5812023-10-02T23:15:05.351ZAll prerequisites installed successfully
5822023-10-02T23:15:05.362Z
5832023-10-02T23:15:05.373Zreal 1:33.294411657
5842023-10-02T23:15:05.385Zuser 47.732394387
5852023-10-02T23:15:05.401Zsys 8.935259825
5862023-10-02T23:15:05.419Ztrap 0.022904925
5872023-10-02T23:15:05.432Ztflt 0.120831684
5882023-10-02T23:15:05.443Zdflt 0.453210457
5892023-10-02T23:15:05.450Zkflt 0.191198258
5902023-10-02T23:15:05.458Zlock 1.605928822
5912023-10-02T23:15:05.467Zslp 2:46.282049742
5922023-10-02T23:15:05.479Zlat 3.087305952
5932023-10-02T23:15:05.490Zstop 0.067518764
5942023-10-02T23:15:05.501Z+ banner end-to-end-tests
5952023-10-02T23:15:05.508Z
5962023-10-02T23:15:05.517Z ###### # # ##### ##### #### ###### # # #####
5972023-10-02T23:15:05.527Z # ## # # # # # # # ## # # #
5982023-10-02T23:15:05.536Z ##### # # # # # ##### # # # ##### ##### # # # # #
5992023-10-02T23:15:05.544Z # # # # # # # # # # # # # # #
6002023-10-02T23:15:05.556Z # # ## # # # # # # # ## # #
6012023-10-02T23:15:05.566Z ###### # # ##### # #### ###### # # #####
6022023-10-02T23:15:05.585Z
6032023-10-02T23:15:05.598Z+ export CARGO_PROFILE_DEV_DEBUG=1
6042023-10-02T23:15:05.606Z+ CARGO_PROFILE_DEV_DEBUG=1
6052023-10-02T23:15:05.614Z+ export CARGO_PROFILE_TEST_DEBUG=1
6062023-10-02T23:15:05.623Z+ CARGO_PROFILE_TEST_DEBUG=1
6072023-10-02T23:15:05.632Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6082023-10-02T23:15:05.769Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6092023-10-02T23:15:06.152Z Updating crates.io index
6102023-10-02T23:15:06.178Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6112023-10-02T23:15:06.765Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6122023-10-02T23:15:07.935Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6132023-10-02T23:15:09.236Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6142023-10-02T23:15:09.863Z Updating git repository `http://github.com/oxidecomputer/tofino`
6152023-10-02T23:15:10.225Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6162023-10-02T23:15:10.512Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6172023-10-02T23:15:10.813Z Updating git repository `https://github.com/oxidecomputer/propolis`
6182023-10-02T23:15:11.671Z Updating git repository `https://github.com/oxidecomputer/opte`
6192023-10-02T23:15:12.655Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6202023-10-02T23:15:13.007Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6212023-10-02T23:15:13.328Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6222023-10-02T23:15:13.646Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6232023-10-02T23:15:13.998Z Updating git repository `https://github.com/njaremko/samael`
6242023-10-02T23:15:14.397Z Updating git repository `https://github.com/oxidecomputer/crucible`
6252023-10-02T23:15:16.031Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6262023-10-02T23:15:16.483Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6272023-10-02T23:15:17.154Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6282023-10-02T23:15:17.529Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6292023-10-02T23:15:17.883Z Updating git repository `https://github.com/oxidecomputer/omicron`
6302023-10-02T23:15:26.864Z Updating git repository `https://github.com/oxidecomputer/rfb`
6312023-10-02T23:15:27.386Z Updating git repository `https://github.com/jgallagher/nix`
6322023-10-02T23:15:28.581Z Updating git repository `https://github.com/cbiffle/hubpack`
6332023-10-02T23:15:28.948Z Updating git repository `https://github.com/oxidecomputer/typify`
6342023-10-02T23:15:30.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6352023-10-02T23:15:30.772Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6362023-10-02T23:15:31.151Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6372023-10-02T23:15:32.849Z Downloading crates ...
6382023-10-02T23:15:33.098Z Downloaded backoff v0.4.0
6392023-10-02T23:15:33.779Z Downloaded base64 v0.21.4
6402023-10-02T23:15:33.799Z Downloaded new_debug_unreachable v1.0.4
6412023-10-02T23:15:33.811Z Downloaded postcard-cobs v0.1.5-pre
6422023-10-02T23:15:33.820Z Downloaded bitstruct v0.1.1
6432023-10-02T23:15:33.830Z Downloaded md5 v0.7.0
6442023-10-02T23:15:33.834Z Downloaded predicates v3.0.3
6452023-10-02T23:15:33.840Z Downloaded const-oid v0.9.5
6462023-10-02T23:15:33.844Z Downloaded colorchoice v1.0.0
6472023-10-02T23:15:33.849Z Downloaded openssl-macros v0.1.1
6482023-10-02T23:15:33.854Z Downloaded crossbeam-utils v0.8.16
6492023-10-02T23:15:33.857Z Downloaded atomic-waker v1.1.1
6502023-10-02T23:15:33.862Z Downloaded option-ext v0.2.0
6512023-10-02T23:15:33.865Z Downloaded cstr-argument v0.1.2
6522023-10-02T23:15:33.868Z Downloaded deranged v0.3.8
6532023-10-02T23:15:33.871Z Downloaded pest_derive v2.7.2
6542023-10-02T23:15:33.874Z Downloaded mime v0.3.17
6552023-10-02T23:15:33.877Z Downloaded convert_case v0.4.0
6562023-10-02T23:15:33.880Z Downloaded base16ct v0.2.0
6572023-10-02T23:15:33.883Z Downloaded password-hash v0.5.0
6582023-10-02T23:15:33.886Z Downloaded diesel_table_macro_syntax v0.1.0
6592023-10-02T23:15:33.889Z Downloaded parking_lot v0.11.2
6602023-10-02T23:15:33.892Z Downloaded phf_shared v0.10.0
6612023-10-02T23:15:33.896Z Downloaded parse-display v0.7.0
6622023-10-02T23:15:33.899Z Downloaded opaque-debug v0.3.0
6632023-10-02T23:15:33.903Z Downloaded bincode v1.3.3
6642023-10-02T23:15:33.919Z Downloaded curve25519-dalek-derive v0.1.0
6652023-10-02T23:15:33.922Z Downloaded toolchain_find v0.2.0
6662023-10-02T23:15:33.926Z Downloaded multer v2.1.0
6672023-10-02T23:15:33.935Z Downloaded cpufeatures v0.2.9
6682023-10-02T23:15:33.939Z Downloaded thiserror-impl-no-std v2.0.2
6692023-10-02T23:15:33.943Z Downloaded const_format v0.2.31
6702023-10-02T23:15:33.947Z Downloaded bcrypt-pbkdf v0.10.0
6712023-10-02T23:15:33.950Z Downloaded num-iter v0.1.43
6722023-10-02T23:15:33.953Z Downloaded data-encoding v2.4.0
6732023-10-02T23:15:33.956Z Downloaded pem v1.1.1
6742023-10-02T23:15:33.959Z Downloaded platforms v3.0.2
6752023-10-02T23:15:33.962Z Downloaded lock_api v0.4.10
6762023-10-02T23:15:33.965Z Downloaded phf v0.11.2
6772023-10-02T23:15:33.969Z Downloaded foreign-types-macros v0.2.3
6782023-10-02T23:15:33.979Z Downloaded foreign-types v0.3.2
6792023-10-02T23:15:33.985Z Downloaded crossbeam-epoch v0.9.15
6802023-10-02T23:15:33.993Z Downloaded clap v4.4.3
6812023-10-02T23:15:33.999Z Downloaded async-trait v0.1.73
6822023-10-02T23:15:34.009Z Downloaded anyhow v1.0.75
6832023-10-02T23:15:34.015Z Downloaded want v0.3.1
6842023-10-02T23:15:34.020Z Downloaded http-range v0.1.5
6852023-10-02T23:15:34.023Z Downloaded bitflags v2.4.0
6862023-10-02T23:15:34.026Z Downloaded serde_spanned v0.6.3
6872023-10-02T23:15:34.036Z Downloaded slog-envlogger v2.2.0
6882023-10-02T23:15:34.039Z Downloaded strum v0.25.0
6892023-10-02T23:15:34.042Z Downloaded tower-service v0.3.2
6902023-10-02T23:15:34.046Z Downloaded postgres-protocol v0.6.6
6912023-10-02T23:15:34.049Z Downloaded darling v0.20.3
6922023-10-02T23:15:34.052Z Downloaded diesel_derives v2.1.1
6932023-10-02T23:15:34.054Z Downloaded heck v0.3.3
6942023-10-02T23:15:34.057Z Downloaded ahash v0.8.3
6952023-10-02T23:15:34.060Z Downloaded dirs-sys v0.4.1
6962023-10-02T23:15:34.063Z Downloaded slab v0.4.9
6972023-10-02T23:15:34.066Z Downloaded siphasher v0.3.11
6982023-10-02T23:15:34.069Z Downloaded structmeta v0.1.6
6992023-10-02T23:15:34.072Z Downloaded futures-macro v0.3.28
7002023-10-02T23:15:34.075Z Downloaded erased-serde v0.3.30
7012023-10-02T23:15:34.078Z Downloaded futures-executor v0.3.28
7022023-10-02T23:15:34.080Z Downloaded slog-scope v4.4.0
7032023-10-02T23:15:34.083Z Downloaded futures-core v0.3.28
7042023-10-02T23:15:34.086Z Downloaded semver-parser v0.10.2
7052023-10-02T23:15:34.089Z Downloaded slog-json v2.6.1
7062023-10-02T23:15:34.093Z Downloaded errno v0.3.2
7072023-10-02T23:15:34.096Z Downloaded base64 v0.13.1
7082023-10-02T23:15:34.098Z Downloaded instant v0.1.12
7092023-10-02T23:15:34.102Z Downloaded take_mut v0.2.2
7102023-10-02T23:15:34.105Z Downloaded universal-hash v0.5.1
7112023-10-02T23:15:34.109Z Downloaded rustls-native-certs v0.6.3
7122023-10-02T23:15:34.116Z Downloaded strum_macros v0.25.2
7132023-10-02T23:15:34.121Z Downloaded allocator-api2 v0.2.16
7142023-10-02T23:15:34.124Z Downloaded iana-time-zone v0.1.57
7152023-10-02T23:15:34.126Z Downloaded itoa v1.0.9
7162023-10-02T23:15:34.130Z Downloaded jobserver v0.1.26
7172023-10-02T23:15:34.133Z Downloaded scheduled-thread-pool v0.2.7
7182023-10-02T23:15:34.135Z Downloaded thiserror-impl v1.0.48
7192023-10-02T23:15:34.138Z Downloaded ringbuffer v0.14.2
7202023-10-02T23:15:34.141Z Downloaded rustversion v1.0.14
7212023-10-02T23:15:34.145Z Downloaded tinyvec_macros v0.1.1
7222023-10-02T23:15:34.152Z Downloaded same-file v1.0.6
7232023-10-02T23:15:34.160Z Downloaded russh-cryptovec v0.7.0
7242023-10-02T23:15:34.575Z Downloaded endian-type v0.1.2
7252023-10-02T23:15:34.578Z Downloaded rustc_version v0.4.0
7262023-10-02T23:15:34.580Z Downloaded secrecy v0.8.0
7272023-10-02T23:15:34.583Z Downloaded sha2 v0.10.7
7282023-10-02T23:15:34.590Z Downloaded hubpack_derive v0.1.1
7292023-10-02T23:15:34.593Z Downloaded termcolor v1.2.0
7302023-10-02T23:15:34.597Z Downloaded tinyvec v1.6.0
7312023-10-02T23:15:34.600Z Downloaded darling_core v0.20.3
7322023-10-02T23:15:34.604Z Downloaded precomputed-hash v0.1.1
7332023-10-02T23:15:34.607Z Downloaded schemars_derive v0.8.13
7342023-10-02T23:15:34.611Z Downloaded zerocopy v0.3.0
7352023-10-02T23:15:34.616Z Downloaded textwrap v0.11.0
7362023-10-02T23:15:34.619Z Downloaded openssl-sys v0.9.93
7372023-10-02T23:15:34.622Z Downloaded synstructure v0.12.6
7382023-10-02T23:15:34.625Z Downloaded utf-8 v0.7.6
7392023-10-02T23:15:34.630Z Downloaded ipnet v2.8.0
7402023-10-02T23:15:34.632Z Downloaded http-body v0.4.5
7412023-10-02T23:15:34.636Z Downloaded home v0.5.5
7422023-10-02T23:15:34.639Z Downloaded signature v2.1.0
7432023-10-02T23:15:34.642Z Downloaded time-core v0.1.1
7442023-10-02T23:15:34.646Z Downloaded hubpack v0.1.2
7452023-10-02T23:15:34.649Z Downloaded httpdate v1.0.3
7462023-10-02T23:15:34.653Z Downloaded headers-core v0.2.0
7472023-10-02T23:15:34.656Z Downloaded subtle v2.5.0
7482023-10-02T23:15:34.659Z Downloaded lalrpop-util v0.19.12
7492023-10-02T23:15:34.662Z Downloaded spki v0.7.2
7502023-10-02T23:15:34.665Z Downloaded pest_generator v2.7.2
7512023-10-02T23:15:34.672Z Downloaded either v1.9.0
7522023-10-02T23:15:34.675Z Downloaded thiserror v1.0.48
7532023-10-02T23:15:34.678Z Downloaded dirs v5.0.1
7542023-10-02T23:15:34.681Z Downloaded zone v0.2.0
7552023-10-02T23:15:34.684Z Downloaded enum-as-inner v0.5.1
7562023-10-02T23:15:34.690Z Downloaded usdt-attr-macro v0.3.5
7572023-10-02T23:15:34.695Z Downloaded vergen v8.2.4
7582023-10-02T23:15:34.707Z Downloaded enum-iterator v1.4.1
7592023-10-02T23:15:34.716Z Downloaded filetime v0.2.22
7602023-10-02T23:15:34.728Z Downloaded serde_path_to_error v0.1.14
7612023-10-02T23:15:34.746Z Downloaded tokio-native-tls v0.3.1
7622023-10-02T23:15:34.758Z Downloaded unicode-linebreak v0.1.5
7632023-10-02T23:15:35.166Z Downloaded try-lock v0.2.4
7642023-10-02T23:15:35.171Z Downloaded enum-iterator-derive v1.2.1
7652023-10-02T23:15:35.180Z Downloaded static_assertions v1.1.0
7662023-10-02T23:15:35.186Z Downloaded radium v0.7.0
7672023-10-02T23:15:35.191Z Downloaded proc-macro-crate v1.3.1
7682023-10-02T23:15:35.197Z Downloaded proc-macro2 v1.0.67
7692023-10-02T23:15:35.201Z Downloaded usdt-macro v0.3.5
7702023-10-02T23:15:35.207Z Downloaded toml_datetime v0.6.3
7712023-10-02T23:15:35.213Z Downloaded pest v2.7.2
7722023-10-02T23:15:35.218Z Downloaded rand v0.8.5
7732023-10-02T23:15:35.225Z Downloaded form_urlencoded v1.2.0
7742023-10-02T23:15:35.232Z Downloaded hostname v0.3.1
7752023-10-02T23:15:35.237Z Downloaded tracing-attributes v0.1.26
7762023-10-02T23:15:35.244Z Downloaded serde_yaml v0.9.25
7772023-10-02T23:15:35.258Z Downloaded foreign-types-shared v0.1.1
7782023-10-02T23:15:35.261Z Downloaded semver v0.11.0
7792023-10-02T23:15:35.265Z Downloaded terminal_size v0.2.6
7802023-10-02T23:15:35.269Z Downloaded version_check v0.9.4
7812023-10-02T23:15:35.272Z Downloaded toml v0.5.11
7822023-10-02T23:15:35.275Z Downloaded tokio-postgres v0.7.10
7832023-10-02T23:15:35.278Z Downloaded semver v1.0.18
7842023-10-02T23:15:35.281Z Downloaded serde_tokenstream v0.2.0
7852023-10-02T23:15:35.284Z Downloaded rand_core v0.6.4
7862023-10-02T23:15:35.287Z Downloaded keccak v0.1.4
7872023-10-02T23:15:35.290Z Downloaded serde_arrays v0.1.0
7882023-10-02T23:15:35.293Z Downloaded vsss-rs v3.3.1
7892023-10-02T23:15:35.295Z Downloaded trust-dns-server v0.22.1
7902023-10-02T23:15:35.298Z Downloaded slog-async v2.8.0
7912023-10-02T23:15:35.301Z Downloaded aes-gcm v0.10.2
7922023-10-02T23:15:35.305Z Downloaded dirs-next v2.0.0
7932023-10-02T23:15:35.307Z Downloaded structmeta-derive v0.1.6
7942023-10-02T23:15:35.331Z Downloaded unicode-bidi v0.3.13
7952023-10-02T23:15:35.339Z Downloaded indexmap v1.9.3
7962023-10-02T23:15:35.346Z Downloaded slog-stdlog v4.1.1
7972023-10-02T23:15:35.350Z Downloaded toml v0.7.8
7982023-10-02T23:15:35.353Z Downloaded zip v0.6.6
7992023-10-02T23:15:35.356Z Downloaded hashbrown v0.13.2
8002023-10-02T23:15:35.358Z Downloaded ucd-trie v0.1.6
8012023-10-02T23:15:35.362Z Downloaded indexmap v2.0.0
8022023-10-02T23:15:35.364Z Downloaded serde_json v1.0.107
8032023-10-02T23:15:35.367Z Downloaded getrandom v0.2.10
8042023-10-02T23:15:35.370Z Downloaded socket2 v0.5.3
8052023-10-02T23:15:35.377Z Downloaded structopt v0.3.26
8062023-10-02T23:15:35.380Z Downloaded spin v0.9.8
8072023-10-02T23:15:35.383Z Downloaded itertools v0.10.5
8082023-10-02T23:15:35.386Z Downloaded serde_with v2.3.3
8092023-10-02T23:15:35.389Z Downloaded rustls-webpki v0.101.4
8102023-10-02T23:15:35.393Z Downloaded textwrap v0.16.0
8112023-10-02T23:15:35.396Z Downloaded trust-dns-resolver v0.22.0
8122023-10-02T23:15:35.398Z Downloaded http v0.2.9
8132023-10-02T23:15:35.401Z Downloaded winnow v0.5.15
8142023-10-02T23:15:35.404Z Downloaded russh v0.38.0
8152023-10-02T23:15:35.407Z Downloaded smoltcp v0.8.2
8162023-10-02T23:15:35.409Z Downloaded regex-syntax v0.6.29
8172023-10-02T23:15:35.412Z Downloaded h2 v0.3.21
8182023-10-02T23:15:35.415Z Downloaded openapiv3 v1.0.3
8192023-10-02T23:15:35.418Z Downloaded regex v1.9.5
8202023-10-02T23:15:35.421Z Downloaded rusqlite v0.29.0
8212023-10-02T23:15:35.424Z Downloaded chrono v0.4.31
8222023-10-02T23:15:35.427Z Downloaded regex-syntax v0.7.5
8232023-10-02T23:15:35.429Z Downloaded hkdf v0.12.3
8242023-10-02T23:15:35.433Z Downloaded bstr v1.6.0
8252023-10-02T23:15:35.436Z Downloaded regex-automata v0.1.10
8262023-10-02T23:15:35.439Z Downloaded hyper v0.14.27
8272023-10-02T23:15:35.441Z Downloaded zerocopy-derive v0.2.0
8282023-10-02T23:15:35.444Z Downloaded bzip2-sys v0.1.11+1.0.8
8292023-10-02T23:15:35.447Z Downloaded reqwest v0.11.20
8302023-10-02T23:15:35.449Z Downloaded libc v0.2.148
8312023-10-02T23:15:35.452Z Downloaded petgraph v0.6.4
8322023-10-02T23:15:35.455Z Downloaded webpki-roots v0.25.2
8332023-10-02T23:15:35.457Z Downloaded object v0.32.1
8342023-10-02T23:15:35.460Z Downloaded openssl v0.10.57
8352023-10-02T23:15:35.465Z Downloaded syn v1.0.109
8362023-10-02T23:15:35.468Z Downloaded idna v0.4.0
8372023-10-02T23:15:35.471Z Downloaded regress v0.7.1
8382023-10-02T23:15:35.473Z Downloaded smoltcp v0.9.1
8392023-10-02T23:15:35.476Z Downloaded idna v0.2.3
8402023-10-02T23:15:35.479Z Downloaded rustix v0.37.23
8412023-10-02T23:15:35.482Z Downloaded rustix v0.38.9
8422023-10-02T23:15:35.485Z Downloaded libgit2-sys v0.15.2+1.6.4
8432023-10-02T23:15:35.488Z Downloaded diesel v2.1.1
8442023-10-02T23:15:35.491Z Downloaded gimli v0.28.0
8452023-10-02T23:15:35.493Z Downloaded sled v0.34.7
8462023-10-02T23:15:35.497Z Downloaded trust-dns-proto v0.22.0
8472023-10-02T23:15:35.499Z Downloaded radix_trie v0.2.1
8482023-10-02T23:15:35.502Z Downloaded rustls v0.21.7
8492023-10-02T23:15:35.505Z Downloaded curve25519-dalek v4.1.0
8502023-10-02T23:15:35.508Z Downloaded regex-automata v0.3.8
8512023-10-02T23:15:35.511Z Downloaded vcpkg v0.2.15
8522023-10-02T23:15:35.513Z Downloaded tokio v1.32.0
8532023-10-02T23:15:35.516Z Downloaded sha3 v0.10.8
8542023-10-02T23:15:35.519Z Downloaded libz-sys v1.1.12
8552023-10-02T23:15:35.522Z Downloaded git2 v0.17.2
8562023-10-02T23:15:35.524Z Downloaded zerocopy-derive v0.6.3
8572023-10-02T23:15:35.527Z Downloaded winapi v0.3.9
8582023-10-02T23:15:35.530Z Downloaded encoding_rs v0.8.33
8592023-10-02T23:15:35.533Z Downloaded syn v2.0.32
8602023-10-02T23:15:35.535Z Downloaded libsqlite3-sys v0.26.0
8612023-10-02T23:15:35.538Z Downloaded nix v0.26.2
8622023-10-02T23:15:35.542Z Downloaded hashbrown v0.14.0
8632023-10-02T23:15:35.556Z Downloaded bstr v0.2.17
8642023-10-02T23:15:35.560Z Downloaded hashbrown v0.12.3
8652023-10-02T23:15:35.564Z Downloaded ryu v1.0.15
8662023-10-02T23:15:35.567Z Downloaded futures-util v0.3.28
8672023-10-02T23:15:35.570Z Downloaded socket2 v0.4.9
8682023-10-02T23:15:35.573Z Downloaded tokio-util v0.7.8
8692023-10-02T23:15:35.576Z Downloaded rand v0.4.6
8702023-10-02T23:15:35.579Z Downloaded clap_builder v4.4.2
8712023-10-02T23:15:35.582Z Downloaded clap v2.34.0
8722023-10-02T23:15:35.585Z Downloaded unicode-normalization v0.1.22
8732023-10-02T23:15:35.588Z Downloaded itertools v0.11.0
8742023-10-02T23:15:35.591Z Downloaded bitvec v1.0.1
8752023-10-02T23:15:35.594Z Downloaded pbkdf2 v0.12.2
8762023-10-02T23:15:35.597Z Downloaded serde v1.0.188
8772023-10-02T23:15:35.600Z Downloaded tracing v0.1.37
8782023-10-02T23:15:35.605Z Downloaded slog v2.7.0
8792023-10-02T23:15:35.608Z Downloaded sct v0.7.0
8802023-10-02T23:15:35.611Z Downloaded serde_derive v1.0.188
8812023-10-02T23:15:35.614Z Downloaded ed25519-dalek v2.0.0
8822023-10-02T23:15:35.617Z Downloaded tracing-core v0.1.31
8832023-10-02T23:15:35.619Z Downloaded unicode-ident v1.0.12
8842023-10-02T23:15:35.622Z Downloaded russh-keys v0.38.0
8852023-10-02T23:15:35.628Z Downloaded pbkdf2 v0.11.0
8862023-10-02T23:15:35.631Z Downloaded smf v0.2.2
8872023-10-02T23:15:35.634Z Downloaded serde_repr v0.1.16
8882023-10-02T23:15:35.637Z Downloaded heapless v0.7.16
8892023-10-02T23:15:35.639Z Downloaded tokio-rustls v0.24.1
8902023-10-02T23:15:35.642Z Downloaded yasna v0.5.2
8912023-10-02T23:15:35.645Z Downloaded fastrand v2.0.0
8922023-10-02T23:15:35.648Z Downloaded fallible-iterator v0.2.0
8932023-10-02T23:15:35.651Z Downloaded zeroize v1.6.0
8942023-10-02T23:15:35.654Z Downloaded smawk v0.3.1
8952023-10-02T23:15:35.657Z Downloaded pin-project-lite v0.2.13
8962023-10-02T23:15:35.661Z Downloaded stringprep v0.1.3
8972023-10-02T23:15:35.665Z Downloaded rand v0.7.3
8982023-10-02T23:15:35.669Z Downloaded aes v0.8.3
8992023-10-02T23:15:35.673Z Downloaded tungstenite v0.17.3
9002023-10-02T23:15:35.676Z Downloaded ed25519 v2.2.2
9012023-10-02T23:15:35.679Z Downloaded xattr v1.0.1
9022023-10-02T23:15:35.683Z Downloaded wyz v0.5.1
9032023-10-02T23:15:35.686Z Downloaded similar v2.2.1
9042023-10-02T23:15:35.688Z Downloaded der v0.7.8
9052023-10-02T23:15:35.691Z Downloaded flate2 v1.0.27
9062023-10-02T23:15:35.695Z Downloaded serde_with_macros v2.3.3
9072023-10-02T23:15:35.698Z Downloaded ring v0.16.20
9082023-10-02T23:15:35.815Z Downloaded time v0.3.27
9092023-10-02T23:15:35.824Z Downloaded usdt-impl v0.3.5
9102023-10-02T23:15:35.829Z Downloaded untrusted v0.7.1
9112023-10-02T23:15:35.835Z Downloaded zeroize_derive v1.4.2
9122023-10-02T23:15:35.841Z Downloaded slog-bunyan v2.4.0
9132023-10-02T23:15:35.854Z Downloaded dyn-clone v1.0.13
9142023-10-02T23:15:35.860Z Downloaded time-macros v0.2.13
9152023-10-02T23:15:35.869Z Downloaded quote v1.0.33
9162023-10-02T23:15:35.879Z Downloaded trust-dns-client v0.22.0
9172023-10-02T23:15:35.889Z Downloaded strsim v0.10.0
9182023-10-02T23:15:35.903Z Downloaded strsim v0.8.0
9192023-10-02T23:15:35.910Z Downloaded unicase v2.7.0
9202023-10-02T23:15:35.915Z Downloaded structopt-derive v0.4.18
9212023-10-02T23:15:35.925Z Downloaded headers v0.3.9
9222023-10-02T23:15:35.933Z Downloaded unicode-segmentation v1.10.1
9232023-10-02T23:15:35.946Z Downloaded zone_cfg_derive v0.2.0
9242023-10-02T23:15:35.956Z Downloaded httparse v1.8.0
9252023-10-02T23:15:36.378Z Downloaded unsafe-libyaml v0.2.9
9262023-10-02T23:15:36.390Z Downloaded dtrace-parser v0.1.14
9272023-10-02T23:15:36.399Z Downloaded tokio-stream v0.1.14
9282023-10-02T23:15:36.407Z Downloaded signal-hook-registry v1.4.1
9292023-10-02T23:15:36.415Z Downloaded stable_deref_trait v1.2.0
9302023-10-02T23:15:36.424Z Downloaded thread-id v4.2.0
9312023-10-02T23:15:36.435Z Downloaded schemars v0.8.13
9322023-10-02T23:15:36.443Z Downloaded humantime v2.1.0
9332023-10-02T23:15:36.461Z Downloaded serde_tokenstream v0.1.7
9342023-10-02T23:15:36.469Z Downloaded toml_edit v0.19.15
9352023-10-02T23:15:36.484Z Downloaded rustc-demangle v0.1.23
9362023-10-02T23:15:36.494Z Downloaded string_cache v0.8.7
9372023-10-02T23:15:36.500Z Downloaded ff v0.13.0
9382023-10-02T23:15:36.505Z Downloaded spin v0.5.2
9392023-10-02T23:15:36.511Z Downloaded num-bigint v0.4.4
9402023-10-02T23:15:36.515Z Downloaded mio v0.8.8
9412023-10-02T23:15:36.518Z Downloaded crossbeam-channel v0.5.8
9422023-10-02T23:15:36.521Z Downloaded elliptic-curve v0.13.5
9432023-10-02T23:15:36.524Z Downloaded whoami v1.4.1
9442023-10-02T23:15:36.528Z Downloaded is-terminal v0.4.9
9452023-10-02T23:15:36.531Z Downloaded url v2.4.1
9462023-10-02T23:15:36.534Z Downloaded futures v0.3.28
9472023-10-02T23:15:36.537Z Downloaded serde_derive_internals v0.26.0
9482023-10-02T23:15:36.539Z Downloaded thiserror-no-std v2.0.2
9492023-10-02T23:15:36.542Z Downloaded hmac v0.12.1
9502023-10-02T23:15:36.545Z Downloaded half v1.8.2
9512023-10-02T23:15:36.548Z Downloaded hex v0.4.3
9522023-10-02T23:15:36.551Z Downloaded heck v0.4.1
9532023-10-02T23:15:36.554Z Downloaded getopts v0.2.21
9542023-10-02T23:15:36.558Z Downloaded funty v2.0.0
9552023-10-02T23:15:36.561Z Downloaded serde_urlencoded v0.7.1
9562023-10-02T23:15:36.563Z Downloaded rustfmt-wrapper v0.2.0
9572023-10-02T23:15:36.566Z Downloaded io-lifetimes v1.0.11
9582023-10-02T23:15:36.569Z Downloaded ron v0.7.1
9592023-10-02T23:15:36.572Z Downloaded subprocess v0.2.9
9602023-10-02T23:15:36.576Z Downloaded futures-channel v0.3.28
9612023-10-02T23:15:36.578Z Downloaded parking_lot_core v0.9.8
9622023-10-02T23:15:36.582Z Downloaded hyper-tls v0.5.0
9632023-10-02T23:15:36.585Z Downloaded scopeguard v1.2.0
9642023-10-02T23:15:36.588Z Downloaded waitgroup v0.1.2
9652023-10-02T23:15:36.592Z Downloaded smallvec v1.11.0
9662023-10-02T23:15:36.595Z Downloaded slog-term v2.9.0
9672023-10-02T23:15:36.598Z Downloaded hex-literal v0.4.1
9682023-10-02T23:15:36.601Z Downloaded tap v1.0.1
9692023-10-02T23:15:36.604Z Downloaded slog-dtrace v0.2.3
9702023-10-02T23:15:36.607Z Downloaded ipnetwork v0.20.0
9712023-10-02T23:15:36.609Z Downloaded backtrace v0.3.69
9722023-10-02T23:15:36.612Z Downloaded zerocopy v0.6.3
9732023-10-02T23:15:36.615Z Downloaded sha1 v0.10.5
9742023-10-02T23:15:36.620Z Downloaded sha-1 v0.10.1
9752023-10-02T23:15:36.623Z Downloaded inout v0.1.3
9762023-10-02T23:15:36.630Z Downloaded glob v0.3.1
9772023-10-02T23:15:36.633Z Downloaded uuid v1.4.1
9782023-10-02T23:15:36.636Z Downloaded tungstenite v0.18.0
9792023-10-02T23:15:36.640Z Downloaded getrandom v0.1.16
9802023-10-02T23:15:36.642Z Downloaded usdt v0.3.5
9812023-10-02T23:15:36.646Z Downloaded tar v0.4.40
9822023-10-02T23:15:36.649Z Downloaded password-hash v0.4.2
9832023-10-02T23:15:36.652Z Downloaded rcgen v0.10.0
9842023-10-02T23:15:36.658Z Downloaded fallible-streaming-iterator v0.1.9
9852023-10-02T23:15:36.668Z Downloaded ppv-lite86 v0.2.17
9862023-10-02T23:15:37.084Z Downloaded typenum v1.16.0
9872023-10-02T23:15:37.092Z Downloaded walkdir v2.4.0
9882023-10-02T23:15:37.097Z Downloaded hyper-staticfile v0.9.5
9892023-10-02T23:15:37.100Z Downloaded hyper-rustls v0.24.1
9902023-10-02T23:15:37.103Z Downloaded memchr v2.6.3
9912023-10-02T23:15:37.106Z Downloaded hashlink v0.8.3
9922023-10-02T23:15:37.109Z Downloaded phf_shared v0.11.2
9932023-10-02T23:15:37.112Z Downloaded rustls-pemfile v1.0.3
9942023-10-02T23:15:37.115Z Downloaded unicode-xid v0.2.4
9952023-10-02T23:15:37.118Z Downloaded poly1305 v0.8.0
9962023-10-02T23:15:37.122Z Downloaded derive_more v0.99.17
9972023-10-02T23:15:37.125Z Downloaded arc-swap v1.6.0
9982023-10-02T23:15:37.128Z Downloaded parse-display-derive v0.7.0
9992023-10-02T23:15:37.131Z Downloaded env_logger v0.9.3
10002023-10-02T23:15:37.140Z Downloaded pretty-hex v0.2.1
10012023-10-02T23:15:37.143Z Downloaded rand_chacha v0.2.2
10022023-10-02T23:15:37.147Z Downloaded group v0.13.0
10032023-10-02T23:15:37.152Z Downloaded generic-array v0.14.7
10042023-10-02T23:15:37.160Z Downloaded futures-io v0.3.28
10052023-10-02T23:15:37.163Z Downloaded fixedbitset v0.4.2
10062023-10-02T23:15:37.166Z Downloaded chacha20poly1305 v0.10.1
10072023-10-02T23:15:37.169Z Downloaded cc v1.0.83
10082023-10-02T23:15:37.172Z Downloaded num-traits v0.2.16
10092023-10-02T23:15:37.177Z Downloaded miniz_oxide v0.7.1
10102023-10-02T23:15:37.180Z Downloaded hash32 v0.2.1
10112023-10-02T23:15:37.183Z Downloaded ghash v0.5.0
10122023-10-02T23:15:37.187Z Downloaded libm v0.2.7
10132023-10-02T23:15:37.192Z Downloaded rand_core v0.5.1
10142023-10-02T23:15:37.198Z Downloaded futures-task v0.3.28
10152023-10-02T23:15:37.201Z Downloaded parking_lot_core v0.8.6
10162023-10-02T23:15:37.204Z Downloaded resolv-conf v0.7.0
10172023-10-02T23:15:37.208Z Downloaded rand_chacha v0.3.1
10182023-10-02T23:15:37.210Z Downloaded float-cmp v0.9.0
10192023-10-02T23:15:37.213Z Downloaded term v0.7.0
10202023-10-02T23:15:37.217Z Downloaded ident_case v1.0.1
10212023-10-02T23:15:37.220Z Downloaded pkcs8 v0.10.2
10222023-10-02T23:15:37.223Z Downloaded dirs-sys-next v0.1.2
10232023-10-02T23:15:37.226Z Downloaded tempfile v3.8.0
10242023-10-02T23:15:37.230Z Downloaded pest_meta v2.7.2
10252023-10-02T23:15:37.233Z Downloaded pkg-config v0.3.27
10262023-10-02T23:15:37.237Z Downloaded dof v0.1.5
10272023-10-02T23:15:37.240Z Downloaded addr2line v0.21.0
10282023-10-02T23:15:37.245Z Downloaded vec_map v0.8.2
10292023-10-02T23:15:37.249Z Downloaded proc-macro-error v1.0.4
10302023-10-02T23:15:37.253Z Downloaded log v0.4.20
10312023-10-02T23:15:37.258Z Downloaded paste v1.0.14
10322023-10-02T23:15:37.261Z Downloaded block-buffer v0.10.4
10332023-10-02T23:15:37.265Z Downloaded bit-vec v0.6.3
10342023-10-02T23:15:37.269Z Downloaded aes-gcm-siv v0.11.1
10352023-10-02T23:15:37.272Z Downloaded fxhash v0.2.1
10362023-10-02T23:15:37.276Z Downloaded futures-sink v0.3.28
10372023-10-02T23:15:37.279Z Downloaded utf8parse v0.2.1
10382023-10-02T23:15:37.282Z Downloaded unicode-width v0.1.10
10392023-10-02T23:15:37.285Z Downloaded twox-hash v1.6.3
10402023-10-02T23:15:37.289Z Downloaded tokio-macros v2.1.0
10412023-10-02T23:15:37.292Z Downloaded console v0.15.7
10422023-10-02T23:15:37.295Z Downloaded ascii v1.1.0
10432023-10-02T23:15:37.299Z Downloaded foreign-types-shared v0.3.1
10442023-10-02T23:15:37.302Z Downloaded foreign-types v0.5.0
10452023-10-02T23:15:37.305Z Downloaded tokio-tungstenite v0.18.0
10462023-10-02T23:15:37.309Z Downloaded tokio-tungstenite v0.17.2
10472023-10-02T23:15:37.312Z Downloaded thread_local v1.1.7
10482023-10-02T23:15:37.315Z Downloaded difflib v0.4.0
10492023-10-02T23:15:37.318Z Downloaded crc32fast v1.3.2
10502023-10-02T23:15:37.322Z Downloaded fnv v1.0.7
10512023-10-02T23:15:37.326Z Downloaded postgres-types v0.2.6
10522023-10-02T23:15:37.329Z Downloaded pin-utils v0.1.0
10532023-10-02T23:15:37.332Z Downloaded debug-ignore v1.0.5
10542023-10-02T23:15:37.335Z Downloaded polyval v0.6.1
10552023-10-02T23:15:37.338Z Downloaded crypto-common v0.1.6
10562023-10-02T23:15:37.343Z Downloaded base64ct v1.6.0
10572023-10-02T23:15:37.346Z Downloaded autocfg v1.1.0
10582023-10-02T23:15:37.349Z Downloaded ansi_term v0.12.1
10592023-10-02T23:15:37.352Z Downloaded argon2 v0.5.2
10602023-10-02T23:15:37.359Z Downloaded equivalent v1.0.1
10612023-10-02T23:15:37.362Z Downloaded num_enum_derive v0.5.11
10622023-10-02T23:15:37.389Z Downloaded anstyle-parse v0.2.1
10632023-10-02T23:15:37.395Z Downloaded num_enum v0.7.0
10642023-10-02T23:15:37.398Z Downloaded num-integer v0.1.45
10652023-10-02T23:15:37.402Z Downloaded num-complex v0.4.4
10662023-10-02T23:15:37.415Z Downloaded colored v2.0.4
10672023-10-02T23:15:37.418Z Downloaded anstyle v1.0.2
10682023-10-02T23:15:37.421Z Downloaded const_format_proc_macros v0.2.31
10692023-10-02T23:15:37.426Z Downloaded camino-tempfile v1.0.2
10702023-10-02T23:15:37.429Z Downloaded crypto-bigint v0.5.2
10712023-10-02T23:15:37.432Z Downloaded bitflags v1.3.2
10722023-10-02T23:15:37.435Z Downloaded r2d2 v0.8.10
10732023-10-02T23:15:37.438Z Downloaded camino v1.1.6
10742023-10-02T23:15:37.442Z Downloaded bytes v1.5.0
10752023-10-02T23:15:37.446Z Downloaded percent-encoding v2.3.0
10762023-10-02T23:15:37.450Z Downloaded openssl-probe v0.1.5
10772023-10-02T23:15:37.453Z Downloaded byteorder v1.4.3
10782023-10-02T23:15:37.456Z Downloaded async-stream v0.3.5
10792023-10-02T23:15:37.460Z Downloaded pretty-hex v0.3.0
10802023-10-02T23:15:37.463Z Downloaded darling_macro v0.20.3
10812023-10-02T23:15:37.466Z Downloaded anstream v0.5.0
10822023-10-02T23:15:37.469Z Downloaded adler v1.0.2
10832023-10-02T23:15:37.472Z Downloaded aead v0.5.2
10842023-10-02T23:15:37.475Z Downloaded num_enum v0.5.11
10852023-10-02T23:15:37.479Z Downloaded macaddr v1.0.1
10862023-10-02T23:15:37.482Z Downloaded num_threads v0.1.6
10872023-10-02T23:15:37.485Z Downloaded num_cpus v1.16.0
10882023-10-02T23:15:37.488Z Downloaded md-5 v0.10.5
10892023-10-02T23:15:37.491Z Downloaded digest v0.10.7
10902023-10-02T23:15:37.493Z Downloaded cfg-if v1.0.0
10912023-10-02T23:15:37.497Z Downloaded matches v0.1.10
10922023-10-02T23:15:37.500Z Downloaded once_cell v1.18.0
10932023-10-02T23:15:37.503Z Downloaded omicron-zone-package v0.8.3
10942023-10-02T23:15:37.506Z Downloaded mime_guess v2.0.4
10952023-10-02T23:15:37.511Z Downloaded block-padding v0.3.3
10962023-10-02T23:15:37.514Z Downloaded cancel-safe-futures v0.1.2
10972023-10-02T23:15:37.517Z Downloaded memoffset v0.9.0
10982023-10-02T23:15:37.520Z Downloaded async-recursion v1.0.5
10992023-10-02T23:15:37.524Z Downloaded proc-macro-error-attr v1.0.4
11002023-10-02T23:15:37.529Z Downloaded predicates-core v1.0.6
11012023-10-02T23:15:37.532Z Downloaded lazy_static v1.4.0
11022023-10-02T23:15:37.535Z Downloaded parking_lot v0.12.1
11032023-10-02T23:15:37.538Z Downloaded num-rational v0.4.1
11042023-10-02T23:15:37.545Z Downloaded lru-cache v0.1.2
11052023-10-02T23:15:37.548Z Downloaded ctr v0.9.2
11062023-10-02T23:15:37.551Z Downloaded bit-set v0.5.3
11072023-10-02T23:15:37.554Z Downloaded atty v0.2.14
11082023-10-02T23:15:37.558Z Downloaded native-tls v0.2.11
11092023-10-02T23:15:37.561Z Downloaded ciborium v0.2.1
11102023-10-02T23:15:37.564Z Downloaded clap_lex v0.5.1
11112023-10-02T23:15:37.567Z Downloaded num v0.4.1
11122023-10-02T23:15:37.572Z Downloaded anstyle-query v1.0.0
11132023-10-02T23:15:37.577Z Downloaded postcard v0.7.3
11142023-10-02T23:15:37.581Z Downloaded async-stream-impl v0.3.5
11152023-10-02T23:15:37.584Z Downloaded linked-hash-map v0.5.6
11162023-10-02T23:15:37.587Z Downloaded normalize-line-endings v0.3.0
11172023-10-02T23:15:37.590Z Downloaded ciborium-ll v0.2.1
11182023-10-02T23:15:37.593Z Downloaded ciborium-io v0.2.1
11192023-10-02T23:15:37.596Z Downloaded chacha20 v0.9.1
11202023-10-02T23:15:37.599Z Downloaded clap_derive v4.4.2
11212023-10-02T23:15:37.602Z Downloaded bzip2 v0.4.4
11222023-10-02T23:15:37.605Z Downloaded blake2 v0.10.6
11232023-10-02T23:15:37.610Z Downloaded bit_field v0.10.2
11242023-10-02T23:15:37.615Z Downloaded quick-error v1.2.3
11252023-10-02T23:15:37.619Z Downloaded num_enum_derive v0.7.0
11262023-10-02T23:15:37.628Z Downloaded aho-corasick v1.0.4
11272023-10-02T23:15:37.631Z Downloaded nibble_vec v0.1.0
11282023-10-02T23:15:37.634Z Downloaded managed v0.8.0
11292023-10-02T23:15:37.637Z Downloaded cipher v0.4.4
11302023-10-02T23:15:37.640Z Downloaded cfg-if v0.1.10
11312023-10-02T23:15:37.644Z Downloaded cbc v0.1.2
11322023-10-02T23:15:37.647Z Downloaded blowfish v0.9.1
11332023-10-02T23:15:37.654Z Downloaded libefi-sys v0.1.0
11342023-10-02T23:15:37.657Z Downloaded memoffset v0.7.1
11352023-10-02T23:15:37.660Z Downloaded match_cfg v0.1.0
11362023-10-02T23:15:37.663Z Downloaded bitstruct_derive v0.1.0
11372023-10-02T23:15:37.667Z Compiling proc-macro2 v1.0.67
11382023-10-02T23:15:37.670Z Compiling unicode-ident v1.0.12
11392023-10-02T23:15:37.673Z Compiling libc v0.2.148
11402023-10-02T23:15:37.676Z Compiling serde v1.0.188
11412023-10-02T23:15:37.679Z Compiling version_check v0.9.4
11422023-10-02T23:15:37.683Z Compiling autocfg v1.1.0
11432023-10-02T23:15:37.686Z Compiling cfg-if v1.0.0
11442023-10-02T23:15:37.689Z Compiling syn v1.0.109
11452023-10-02T23:15:37.692Z Compiling once_cell v1.18.0
11462023-10-02T23:15:37.695Z Compiling typenum v1.16.0
11472023-10-02T23:15:37.953Z Compiling thiserror v1.0.48
11482023-10-02T23:15:38.056Z Compiling generic-array v0.14.7
11492023-10-02T23:15:38.068Z Compiling lock_api v0.4.10
11502023-10-02T23:15:39.080Z Compiling parking_lot_core v0.9.8
11512023-10-02T23:15:39.176Z Compiling libm v0.2.7
11522023-10-02T23:15:39.204Z Compiling num-traits v0.2.16
11532023-10-02T23:15:39.263Z Compiling itoa v1.0.9
11542023-10-02T23:15:39.444Z Compiling ahash v0.8.3
11552023-10-02T23:15:39.654Z Compiling memchr v2.6.3
11562023-10-02T23:15:39.753Z Compiling futures-core v0.3.28
11572023-10-02T23:15:39.770Z Compiling serde_json v1.0.107
11582023-10-02T23:15:40.114Z Compiling log v0.4.20
11592023-10-02T23:15:40.303Z Compiling slab v0.4.9
11602023-10-02T23:15:40.324Z Compiling futures-channel v0.3.28
11612023-10-02T23:15:40.722Z Compiling quote v1.0.33
11622023-10-02T23:15:40.755Z Compiling futures-task v0.3.28
11632023-10-02T23:15:41.068Z Compiling futures-util v0.3.28
11642023-10-02T23:15:41.226Z Compiling pkg-config v0.3.27
11652023-10-02T23:15:41.505Z Compiling syn v2.0.32
11662023-10-02T23:15:41.862Z Compiling getrandom v0.2.10
11672023-10-02T23:15:41.900Z Compiling jobserver v0.1.26
11682023-10-02T23:15:41.973Z Compiling allocator-api2 v0.2.16
11692023-10-02T23:15:42.092Z Compiling ryu v1.0.15
11702023-10-02T23:15:42.451Z Compiling cc v1.0.83
11712023-10-02T23:15:42.664Z Compiling rand_core v0.6.4
11722023-10-02T23:15:42.984Z Compiling equivalent v1.0.1
11732023-10-02T23:15:43.010Z Compiling vcpkg v0.2.15
11742023-10-02T23:15:43.140Z Compiling hashbrown v0.14.0
11752023-10-02T23:15:43.268Z Compiling schemars v0.8.13
11762023-10-02T23:15:43.337Z Compiling scopeguard v1.2.0
11772023-10-02T23:15:45.166Z Compiling smallvec v1.11.0
11782023-10-02T23:15:45.314Z Compiling byteorder v1.4.3
11792023-10-02T23:15:45.850Z Compiling fnv v1.0.7
11802023-10-02T23:15:45.996Z Compiling httparse v1.8.0
11812023-10-02T23:15:46.040Z Compiling pin-project-lite v0.2.13
11822023-10-02T23:15:46.105Z Compiling iana-time-zone v0.1.57
11832023-10-02T23:15:46.655Z Compiling heck v0.4.1
11842023-10-02T23:15:46.667Z Compiling subtle v2.5.0
11852023-10-02T23:15:46.828Z Compiling parking_lot v0.12.1
11862023-10-02T23:15:47.092Z Compiling semver v1.0.18
11872023-10-02T23:15:47.182Z Compiling ring v0.16.20
11882023-10-02T23:15:47.307Z Compiling mio v0.8.8
11892023-10-02T23:15:47.373Z Compiling socket2 v0.5.3
11902023-10-02T23:15:47.809Z Compiling signal-hook-registry v1.4.1
11912023-10-02T23:15:48.091Z Compiling num_cpus v1.16.0
11922023-10-02T23:15:48.261Z Compiling indexmap v1.9.3
11932023-10-02T23:15:48.535Z Compiling dyn-clone v1.0.13
11942023-10-02T23:15:48.656Z Compiling tinyvec_macros v0.1.1
11952023-10-02T23:15:48.784Z Compiling winnow v0.5.15
11962023-10-02T23:15:48.901Z Compiling time-core v0.1.1
11972023-10-02T23:15:48.958Z Compiling tinyvec v1.6.0
11982023-10-02T23:15:49.131Z Compiling time-macros v0.2.13
11992023-10-02T23:15:49.283Z Compiling spin v0.5.2
12002023-10-02T23:15:49.326Z Compiling openssl-sys v0.9.93
12012023-10-02T23:15:49.975Z Compiling rustls v0.21.7
12022023-10-02T23:15:50.346Z Compiling unicode-bidi v0.3.13
12032023-10-02T23:15:50.938Z Compiling slog v2.7.0
12042023-10-02T23:15:51.462Z Compiling unicode-normalization v0.1.22
12052023-10-02T23:15:51.668Z Compiling ucd-trie v0.1.6
12062023-10-02T23:15:52.652Z Compiling percent-encoding v2.3.0
12072023-10-02T23:15:52.803Z Compiling backtrace v0.3.69
12082023-10-02T23:15:53.267Z Compiling serde_derive_internals v0.26.0
12092023-10-02T23:15:53.305Z Compiling futures-sink v0.3.28
12102023-10-02T23:15:53.386Z Compiling pin-utils v0.1.0
12112023-10-02T23:15:53.508Z Compiling async-trait v0.1.73
12122023-10-02T23:15:53.574Z Compiling form_urlencoded v1.2.0
12132023-10-02T23:15:53.827Z Compiling aho-corasick v1.0.4
12142023-10-02T23:15:54.151Z Compiling regex-syntax v0.7.5
12152023-10-02T23:15:54.277Z Compiling openssl v0.10.57
12162023-10-02T23:15:54.788Z Compiling anyhow v1.0.75
12172023-10-02T23:15:54.888Z Compiling idna v0.4.0
12182023-10-02T23:15:56.469Z Compiling native-tls v0.2.11
12192023-10-02T23:15:56.604Z Compiling futures-io v0.3.28
12202023-10-02T23:15:56.901Z Compiling const-oid v0.9.5
12212023-10-02T23:15:57.108Z Compiling url v2.4.1
12222023-10-02T23:15:57.268Z Compiling unicode-xid v0.2.4
12232023-10-02T23:15:57.503Z Compiling cpufeatures v0.2.9
12242023-10-02T23:15:57.579Z Compiling unicode-width v0.1.10
12252023-10-02T23:15:57.646Z Compiling hashbrown v0.13.2
12262023-10-02T23:15:57.819Z Compiling tracing-core v0.1.31
12272023-10-02T23:15:59.607Z Compiling synstructure v0.12.6
12282023-10-02T23:16:00.031Z Compiling crossbeam-utils v0.8.16
12292023-10-02T23:16:00.396Z Compiling regex-automata v0.3.8
12302023-10-02T23:16:00.460Z Compiling adler v1.0.2
12312023-10-02T23:16:00.709Z Compiling miniz_oxide v0.7.1
12322023-10-02T23:16:00.803Z Compiling ppv-lite86 v0.2.17
12332023-10-02T23:16:02.107Z Compiling usdt-impl v0.3.5
12342023-10-02T23:16:02.582Z Compiling gimli v0.28.0
12352023-10-02T23:16:02.724Z Compiling rustix v0.38.9
12362023-10-02T23:16:03.430Z Compiling bitflags v1.3.2
12372023-10-02T23:16:03.788Z Compiling rand_chacha v0.3.1
12382023-10-02T23:16:03.811Z Compiling object v0.32.1
12392023-10-02T23:16:05.216Z Compiling num_threads v0.1.6
12402023-10-02T23:16:05.391Z Compiling deranged v0.3.8
12412023-10-02T23:16:05.705Z Compiling rustc-demangle v0.1.23
12422023-10-02T23:16:06.298Z Compiling base64 v0.21.4
12432023-10-02T23:16:06.405Z Compiling serde_derive v1.0.188
12442023-10-02T23:16:07.123Z Compiling zeroize_derive v1.4.2
12452023-10-02T23:16:07.391Z Compiling thiserror-impl v1.0.48
12462023-10-02T23:16:07.562Z Compiling tokio-macros v2.1.0
12472023-10-02T23:16:08.529Z Compiling futures-macro v0.3.28
12482023-10-02T23:16:09.542Z Compiling tracing-attributes v0.1.26
12492023-10-02T23:16:10.015Z Compiling schemars_derive v0.8.13
12502023-10-02T23:16:11.318Z Compiling zeroize v1.6.0
12512023-10-02T23:16:12.243Z Compiling pest v2.7.2
12522023-10-02T23:16:14.178Z Compiling crypto-common v0.1.6
12532023-10-02T23:16:14.474Z Compiling openssl-macros v0.1.1
12542023-10-02T23:16:14.958Z Compiling block-buffer v0.10.4
12552023-10-02T23:16:15.323Z Compiling digest v0.10.7
12562023-10-02T23:16:15.502Z Compiling regex v1.9.5
12572023-10-02T23:16:15.612Z Compiling tracing v0.1.37
12582023-10-02T23:16:15.891Z Compiling zerocopy-derive v0.2.0
12592023-10-02T23:16:15.989Z Compiling addr2line v0.21.0
12602023-10-02T23:16:16.389Z Compiling pest_meta v2.7.2
12612023-10-02T23:16:17.419Z Compiling time v0.3.27
12622023-10-02T23:16:17.610Z Compiling rand v0.8.5
12632023-10-02T23:16:18.765Z Compiling pest_generator v2.7.2
12642023-10-02T23:16:19.069Z Compiling zerocopy v0.3.0
12652023-10-02T23:16:20.376Z Compiling dof v0.1.5
12662023-10-02T23:16:21.897Z Compiling lazy_static v1.4.0
12672023-10-02T23:16:22.064Z Compiling thread-id v4.2.0
12682023-10-02T23:16:23.063Z Compiling untrusted v0.7.1
12692023-10-02T23:16:23.819Z Compiling pest_derive v2.7.2
12702023-10-02T23:16:24.960Z Compiling dtrace-parser v0.1.14
12712023-10-02T23:16:25.490Z Compiling socket2 v0.4.9
12722023-10-02T23:16:26.132Z Compiling hashbrown v0.12.3
12732023-10-02T23:16:26.946Z Compiling strsim v0.10.0
12742023-10-02T23:16:26.998Z Compiling sct v0.7.0
12752023-10-02T23:16:27.166Z Compiling rustls-webpki v0.101.4
12762023-10-02T23:16:27.470Z Compiling try-lock v0.2.4
12772023-10-02T23:16:27.675Z Compiling httpdate v1.0.3
12782023-10-02T23:16:28.259Z Compiling want v0.3.1
12792023-10-02T23:16:28.697Z Compiling rustls-pemfile v1.0.3
12802023-10-02T23:16:29.195Z Compiling regress v0.7.1
12812023-10-02T23:16:29.361Z Compiling mime v0.3.17
12822023-10-02T23:16:29.458Z Compiling bytes v1.5.0
12832023-10-02T23:16:29.954Z Compiling indexmap v2.0.0
12842023-10-02T23:16:30.337Z Compiling chrono v0.4.31
12852023-10-02T23:16:30.422Z Compiling uuid v1.4.1
12862023-10-02T23:16:30.615Z Compiling toml_datetime v0.6.3
12872023-10-02T23:16:31.366Z Compiling serde_spanned v0.6.3
12882023-10-02T23:16:31.582Z Compiling http v0.2.9
12892023-10-02T23:16:31.623Z Compiling tokio v1.32.0
12902023-10-02T23:16:31.943Z Compiling toml_edit v0.19.15
12912023-10-02T23:16:33.020Z Compiling bitflags v2.4.0
12922023-10-02T23:16:33.698Z Compiling rustc_version v0.4.0
12932023-10-02T23:16:35.908Z Compiling openapiv3 v1.0.3
12942023-10-02T23:16:37.171Z Compiling serde_tokenstream v0.1.7
12952023-10-02T23:16:37.968Z Compiling serde_tokenstream v0.2.0
12962023-10-02T23:16:38.570Z Compiling http-body v0.4.5
12972023-10-02T23:16:38.775Z Compiling foreign-types-shared v0.1.1
12982023-10-02T23:16:38.989Z Compiling tower-service v0.3.2
12992023-10-02T23:16:39.165Z Compiling openssl-probe v0.1.5
13002023-10-02T23:16:39.699Z Compiling foreign-types v0.3.2
13012023-10-02T23:16:39.827Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13022023-10-02T23:16:39.986Z Compiling usdt-attr-macro v0.3.5
13032023-10-02T23:16:40.245Z Compiling usdt-macro v0.3.5
13042023-10-02T23:16:42.180Z Compiling ipnet v2.8.0
13052023-10-02T23:16:42.211Z Compiling errno v0.3.2
13062023-10-02T23:16:44.015Z Compiling encoding_rs v0.8.33
13072023-10-02T23:16:44.199Z Compiling rustls-native-certs v0.6.3
13082023-10-02T23:16:44.341Z Compiling serde_urlencoded v0.7.1
13092023-10-02T23:16:44.623Z Compiling getopts v0.2.21
13102023-10-02T23:16:44.813Z Compiling tokio-util v0.7.8
13112023-10-02T23:16:45.258Z Compiling tokio-rustls v0.24.1
13122023-10-02T23:16:45.820Z Compiling num-integer v0.1.45
13132023-10-02T23:16:45.881Z Compiling webpki-roots v0.25.2
13142023-10-02T23:16:46.123Z Compiling unsafe-libyaml v0.2.9
13152023-10-02T23:16:47.203Z Compiling h2 v0.3.21
13162023-10-02T23:16:47.540Z Compiling toml v0.7.8
13172023-10-02T23:16:49.278Z Compiling serde_yaml v0.9.25
13182023-10-02T23:16:50.468Z Compiling hmac v0.12.1
13192023-10-02T23:16:51.569Z Compiling sha2 v0.10.7
13202023-10-02T23:16:52.284Z Compiling block-padding v0.3.3
13212023-10-02T23:16:52.635Z Compiling crc32fast v1.3.2
13222023-10-02T23:16:52.998Z Compiling inout v0.1.3
13232023-10-02T23:16:53.382Z Compiling futures-executor v0.3.28
13242023-10-02T23:16:54.421Z Compiling cipher v0.4.4
13252023-10-02T23:16:55.148Z Compiling tokio-native-tls v0.3.1
13262023-10-02T23:16:55.568Z Compiling fallible-iterator v0.2.0
13272023-10-02T23:16:55.684Z Compiling futures v0.3.28
13282023-10-02T23:16:55.850Z Compiling ipnetwork v0.20.0
13292023-10-02T23:16:55.888Z Compiling spin v0.9.8
13302023-10-02T23:16:56.493Z Compiling io-lifetimes v1.0.11
13312023-10-02T23:16:56.705Z Compiling siphasher v0.3.11
13322023-10-02T23:16:57.307Z Compiling usdt v0.3.5
13332023-10-02T23:16:57.641Z Compiling enum-as-inner v0.5.1
13342023-10-02T23:16:58.788Z Compiling hyper v0.14.27
13352023-10-02T23:16:59.134Z Compiling md-5 v0.10.5
13362023-10-02T23:16:59.210Z Compiling stringprep v0.1.3
13372023-10-02T23:16:59.238Z Compiling num-bigint v0.4.4
13382023-10-02T23:16:59.470Z Compiling rustix v0.37.23
13392023-10-02T23:17:00.297Z Compiling postgres-protocol v0.6.6
13402023-10-02T23:17:00.416Z Compiling phf_shared v0.11.2
13412023-10-02T23:17:00.464Z Compiling hex v0.4.3
13422023-10-02T23:17:00.921Z Compiling zerocopy-derive v0.6.3
13432023-10-02T23:17:01.381Z Compiling phf v0.11.2
13442023-10-02T23:17:01.866Z Compiling postgres-types v0.2.6
13452023-10-02T23:17:02.371Z Compiling whoami v1.4.1
13462023-10-02T23:17:02.526Z Compiling rustversion v1.0.14
13472023-10-02T23:17:04.210Z Compiling tokio-postgres v0.7.10
13482023-10-02T23:17:04.470Z Compiling static_assertions v1.1.0
13492023-10-02T23:17:04.615Z Compiling slog-async v2.8.0
13502023-10-02T23:17:05.261Z Compiling data-encoding v2.4.0
13512023-10-02T23:17:07.684Z Compiling flate2 v1.0.27
13522023-10-02T23:17:07.911Z Compiling heapless v0.7.16
13532023-10-02T23:17:08.604Z Compiling bzip2-sys v0.1.11+1.0.8
13542023-10-02T23:17:08.877Z Compiling memoffset v0.9.0
13552023-10-02T23:17:09.288Z Compiling managed v0.8.0
13562023-10-02T23:17:09.305Z Compiling either v1.9.0
13572023-10-02T23:17:09.637Z Compiling radium v0.7.0
13582023-10-02T23:17:09.975Z Compiling matches v0.1.10
13592023-10-02T23:17:09.999Z Compiling unicode-segmentation v1.10.1
13602023-10-02T23:17:10.108Z Compiling idna v0.2.3
13612023-10-02T23:17:10.235Z Compiling hyper-rustls v0.24.1
13622023-10-02T23:17:10.651Z Compiling hyper-tls v0.5.0
13632023-10-02T23:17:10.931Z Compiling reqwest v0.11.20
13642023-10-02T23:17:11.303Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13652023-10-02T23:17:11.655Z Compiling trust-dns-proto v0.22.0
13662023-10-02T23:17:12.002Z Compiling crossbeam-epoch v0.9.15
13672023-10-02T23:17:12.588Z Compiling num-iter v0.1.43
13682023-10-02T23:17:12.891Z Compiling utf8parse v0.2.1
13692023-10-02T23:17:13.011Z Compiling smoltcp v0.9.1
13702023-10-02T23:17:13.033Z Compiling bit-vec v0.6.3
13712023-10-02T23:17:13.149Z Compiling anstyle v1.0.2
13722023-10-02T23:17:13.734Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13732023-10-02T23:17:13.862Z Compiling ident_case v1.0.1
13742023-10-02T23:17:14.022Z Compiling anstyle-parse v0.2.1
13752023-10-02T23:17:14.175Z Compiling darling_core v0.20.3
13762023-10-02T23:17:15.985Z Compiling zerocopy v0.6.3
13772023-10-02T23:17:17.311Z Compiling signature v2.1.0
13782023-10-02T23:17:17.412Z Compiling hubpack_derive v0.1.1
13792023-10-02T23:17:17.642Z Compiling clap_derive v4.4.2
13802023-10-02T23:17:18.798Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13812023-10-02T23:17:19.042Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13822023-10-02T23:17:20.208Z Compiling anstyle-query v1.0.0
13832023-10-02T23:17:20.391Z Compiling colorchoice v1.0.0
13842023-10-02T23:17:20.642Z Compiling camino v1.1.6
13852023-10-02T23:17:21.539Z Compiling anstream v0.5.0
13862023-10-02T23:17:21.964Z Compiling yasna v0.5.2
13872023-10-02T23:17:22.687Z Compiling terminal_size v0.2.6
13882023-10-02T23:17:22.975Z Compiling diesel_table_macro_syntax v0.1.0
13892023-10-02T23:17:23.303Z Compiling darling_macro v0.20.3
13902023-10-02T23:17:23.559Z Compiling hash32 v0.2.1
13912023-10-02T23:17:24.226Z Compiling stable_deref_trait v1.2.0
13922023-10-02T23:17:24.369Z Compiling tap v1.0.1
13932023-10-02T23:17:24.647Z Compiling clap_lex v0.5.1
13942023-10-02T23:17:24.781Z Compiling darling v0.20.3
13952023-10-02T23:17:24.940Z Compiling wyz v0.5.1
13962023-10-02T23:17:25.225Z Compiling clap_builder v4.4.2
13972023-10-02T23:17:25.530Z Compiling diesel_derives v2.1.1
13982023-10-02T23:17:26.293Z Compiling itertools v0.10.5
13992023-10-02T23:17:26.553Z Compiling tokio-stream v0.1.14
14002023-10-02T23:17:27.526Z Compiling serde_repr v0.1.16
14012023-10-02T23:17:28.123Z Compiling scheduled-thread-pool v0.2.7
14022023-10-02T23:17:29.131Z Compiling multer v2.1.0
14032023-10-02T23:17:29.292Z Compiling regex-automata v0.1.10
14042023-10-02T23:17:30.080Z Compiling funty v2.0.0
14052023-10-02T23:17:31.488Z Compiling clap v4.4.3
14062023-10-02T23:17:31.655Z Compiling bstr v0.2.17
14072023-10-02T23:17:32.035Z Compiling bitvec v1.0.1
14082023-10-02T23:17:32.530Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14092023-10-02T23:17:33.441Z Compiling r2d2 v0.8.10
14102023-10-02T23:17:35.423Z Compiling serde_with_macros v2.3.3
14112023-10-02T23:17:36.407Z Compiling hubpack v0.1.2
14122023-10-02T23:17:37.832Z Compiling phf_shared v0.10.0
14132023-10-02T23:17:38.003Z Compiling async-stream-impl v0.3.5
14142023-10-02T23:17:38.466Z Compiling float-cmp v0.9.0
14152023-10-02T23:17:38.820Z Compiling paste v1.0.14
14162023-10-02T23:17:39.004Z Compiling difflib v0.4.0
14172023-10-02T23:17:39.371Z Compiling smawk v0.3.1
14182023-10-02T23:17:39.463Z Compiling fixedbitset v0.4.2
14192023-10-02T23:17:39.625Z Compiling predicates-core v1.0.6
14202023-10-02T23:17:39.686Z Compiling normalize-line-endings v0.3.0
14212023-10-02T23:17:39.862Z Compiling unicode-linebreak v0.1.5
14222023-10-02T23:17:40.060Z Compiling precomputed-hash v0.1.1
14232023-10-02T23:17:40.199Z Compiling new_debug_unreachable v1.0.4
14242023-10-02T23:17:40.240Z Compiling predicates v3.0.3
14252023-10-02T23:17:40.324Z Compiling string_cache v0.8.7
14262023-10-02T23:17:40.723Z Compiling textwrap v0.16.0
14272023-10-02T23:17:41.093Z Compiling petgraph v0.6.4
14282023-10-02T23:17:41.904Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14292023-10-02T23:17:42.205Z Compiling similar v2.2.1
14302023-10-02T23:17:42.916Z Compiling bit-set v0.5.3
14312023-10-02T23:17:42.985Z Compiling console v0.15.7
14322023-10-02T23:17:43.111Z Compiling bstr v1.6.0
14332023-10-02T23:17:45.733Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14342023-10-02T23:17:45.834Z Compiling lalrpop-util v0.19.12
14352023-10-02T23:17:46.999Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14362023-10-02T23:17:47.995Z Compiling structmeta-derive v0.1.6
14372023-10-02T23:17:49.683Z Compiling diesel v2.1.1
14382023-10-02T23:17:50.511Z Compiling regex-syntax v0.6.29
14392023-10-02T23:17:50.840Z Compiling strum_macros v0.25.2
14402023-10-02T23:17:52.121Z Compiling proc-macro-crate v1.3.1
14412023-10-02T23:17:52.431Z Compiling structmeta v0.1.6
14422023-10-02T23:18:00.135Z Compiling parse-display-derive v0.7.0
14432023-10-02T23:18:04.648Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14442023-10-02T23:18:05.970Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14452023-10-02T23:18:07.548Z Compiling num_enum_derive v0.5.11
14462023-10-02T23:18:36.059Z Compiling atty v0.2.14
14472023-10-02T23:18:44.752Z Compiling match_cfg v0.1.0
14482023-10-02T23:18:44.886Z Compiling hostname v0.3.1
14492023-10-02T23:18:47.888Z Compiling dirs-sys-next v0.1.2
14502023-10-02T23:18:48.471Z Compiling dirs-next v2.0.0
14512023-10-02T23:18:49.314Z Compiling thread_local v1.1.7
14522023-10-02T23:18:50.906Z Compiling term v0.7.0
14532023-10-02T23:18:51.266Z Compiling crossbeam-channel v0.5.8
14542023-10-02T23:18:52.805Z Compiling sha1 v0.10.5
14552023-10-02T23:18:53.526Z Compiling take_mut v0.2.2
14562023-10-02T23:18:53.628Z Compiling slog-term v2.9.0
14572023-10-02T23:18:56.172Z Compiling slog-json v2.6.1
14582023-10-02T23:18:56.567Z Compiling instant v0.1.12
14592023-10-02T23:18:57.595Z Compiling slog-bunyan v2.4.0
14602023-10-02T23:18:58.994Z Compiling proc-macro-error-attr v1.0.4
14612023-10-02T23:18:59.512Z Compiling atomic-waker v1.1.1
14622023-10-02T23:18:59.926Z Compiling waitgroup v0.1.2
14632023-10-02T23:19:00.227Z Compiling async-stream v0.3.5
14642023-10-02T23:19:00.231Z Compiling serde_with v2.3.3
14652023-10-02T23:19:02.612Z Compiling serde_path_to_error v0.1.14
14662023-10-02T23:19:02.617Z Compiling proc-macro-error v1.0.4
14672023-10-02T23:19:02.620Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14682023-10-02T23:19:02.913Z Compiling debug-ignore v1.0.5
14692023-10-02T23:19:05.645Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14702023-10-02T23:19:06.294Z Compiling fastrand v2.0.0
14712023-10-02T23:19:07.595Z Compiling tempfile v3.8.0
14722023-10-02T23:19:10.043Z Compiling backoff v0.4.0
14732023-10-02T23:19:10.197Z Compiling parse-display v0.7.0
14742023-10-02T23:19:10.500Z Compiling strum v0.25.0
14752023-10-02T23:19:11.501Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14762023-10-02T23:19:11.722Z Compiling macaddr v1.0.1
14772023-10-02T23:19:12.348Z Compiling foreign-types-macros v0.2.3
14782023-10-02T23:19:12.432Z Compiling libz-sys v1.1.12
14792023-10-02T23:19:16.736Z Compiling slog-dtrace v0.2.3
14802023-10-02T23:19:16.836Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14812023-10-02T23:19:17.553Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14822023-10-02T23:19:22.282Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14832023-10-02T23:19:22.362Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14842023-10-02T23:19:22.965Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14852023-10-02T23:19:23.589Z Compiling libgit2-sys v0.15.2+1.6.4
14862023-10-02T23:19:23.615Z Compiling base64ct v1.6.0
14872023-10-02T23:19:23.816Z Compiling platforms v3.0.2
14882023-10-02T23:19:24.776Z Compiling libsqlite3-sys v0.26.0
14892023-10-02T23:19:24.806Z Compiling memoffset v0.7.1
14902023-10-02T23:19:24.822Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
14912023-10-02T23:19:24.951Z Compiling vergen v8.2.4
14922023-10-02T23:19:25.067Z Compiling num_enum v0.5.11
14932023-10-02T23:19:25.100Z Compiling heck v0.3.3
14942023-10-02T23:19:25.166Z Compiling libefi-sys v0.1.0
14952023-10-02T23:19:25.385Z Compiling zone_cfg_derive v0.2.0
14962023-10-02T23:19:25.697Z Compiling curve25519-dalek-derive v0.1.0
14972023-10-02T23:19:25.742Z Compiling cfg-if v0.1.10
14982023-10-02T23:19:25.819Z Compiling structopt-derive v0.4.18
14992023-10-02T23:19:25.834Z Compiling curve25519-dalek v4.1.0
15002023-10-02T23:19:25.864Z Compiling same-file v1.0.6
15012023-10-02T23:19:25.888Z Compiling password-hash v0.5.0
15022023-10-02T23:19:26.152Z Compiling walkdir v2.4.0
15032023-10-02T23:19:26.457Z Compiling toml v0.5.11
15042023-10-02T23:19:27.211Z Compiling semver-parser v0.10.2
15052023-10-02T23:19:27.577Z Compiling blake2 v0.10.6
15062023-10-02T23:19:27.697Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15072023-10-02T23:19:28.041Z Compiling getrandom v0.1.16
15082023-10-02T23:19:28.379Z Compiling argon2 v0.5.2
15092023-10-02T23:19:28.654Z Compiling semver v0.11.0
15102023-10-02T23:19:29.239Z Compiling num_enum_derive v0.7.0
15112023-10-02T23:19:30.399Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15122023-10-02T23:19:30.565Z Compiling filetime v0.2.22
15132023-10-02T23:19:31.781Z Compiling xattr v1.0.1
15142023-10-02T23:19:31.803Z Compiling home v0.5.5
15152023-10-02T23:19:31.857Z Compiling toolchain_find v0.2.0
15162023-10-02T23:19:31.883Z Compiling tar v0.4.40
15172023-10-02T23:19:32.026Z Compiling num-rational v0.4.1
15182023-10-02T23:19:32.181Z Compiling unicase v2.7.0
15192023-10-02T23:19:32.475Z Compiling parking_lot_core v0.8.6
15202023-10-02T23:19:34.228Z Compiling omicron-zone-package v0.8.3
15212023-10-02T23:19:34.258Z Compiling rustfmt-wrapper v0.2.0
15222023-10-02T23:19:34.344Z Compiling universal-hash v0.5.1
15232023-10-02T23:19:34.371Z Compiling opaque-debug v0.3.0
15242023-10-02T23:19:34.392Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
15252023-10-02T23:19:34.420Z Compiling postcard-cobs v0.1.5-pre
15262023-10-02T23:19:34.849Z Compiling erased-serde v0.3.30
15272023-10-02T23:19:34.867Z Compiling winapi v0.3.9
15282023-10-02T23:19:35.389Z Compiling base64 v0.13.1
15292023-10-02T23:19:35.399Z Compiling postcard v0.7.3
15302023-10-02T23:19:35.417Z Compiling smoltcp v0.8.2
15312023-10-02T23:19:35.449Z Compiling bitstruct_derive v0.1.0
15322023-10-02T23:19:35.879Z Compiling thiserror-impl-no-std v2.0.2
15332023-10-02T23:19:35.888Z Compiling async-recursion v1.0.5
15342023-10-02T23:19:35.916Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15352023-10-02T23:19:36.143Z Compiling foreign-types-shared v0.3.1
15362023-10-02T23:19:36.796Z Compiling foreign-types v0.5.0
15372023-10-02T23:19:36.960Z Compiling mime_guess v2.0.4
15382023-10-02T23:19:37.578Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15392023-10-02T23:19:37.846Z Compiling is-terminal v0.4.9
15402023-10-02T23:19:37.871Z Compiling aead v0.5.2
15412023-10-02T23:19:38.042Z Compiling cstr-argument v0.1.2
15422023-10-02T23:19:39.110Z Compiling pretty-hex v0.2.1
15432023-10-02T23:19:39.118Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15442023-10-02T23:19:39.131Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15452023-10-02T23:19:39.688Z Compiling colored v2.0.4
15462023-10-02T23:19:39.693Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15472023-10-02T23:19:39.916Z Compiling polyval v0.6.1
15482023-10-02T23:19:40.132Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15492023-10-02T23:19:40.579Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15502023-10-02T23:19:41.003Z Compiling ctr v0.9.2
15512023-10-02T23:19:41.041Z Compiling aes v0.8.3
15522023-10-02T23:19:41.279Z Compiling hkdf v0.12.3
15532023-10-02T23:19:41.655Z Compiling enum-iterator-derive v1.2.1
15542023-10-02T23:19:42.402Z Compiling textwrap v0.11.0
15552023-10-02T23:19:43.641Z Compiling const_format_proc_macros v0.2.31
15562023-10-02T23:19:44.231Z Compiling strsim v0.8.0
15572023-10-02T23:19:44.796Z Compiling linked-hash-map v0.5.6
15582023-10-02T23:19:44.918Z Compiling ansi_term v0.12.1
15592023-10-02T23:19:45.368Z Compiling vec_map v0.8.2
15602023-10-02T23:19:45.592Z Compiling quick-error v1.2.3
15612023-10-02T23:19:45.808Z Compiling clap v2.34.0
15622023-10-02T23:19:45.833Z Compiling resolv-conf v0.7.0
15632023-10-02T23:19:46.678Z Compiling lru-cache v0.1.2
15642023-10-02T23:19:46.715Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15652023-10-02T23:19:47.666Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
15662023-10-02T23:19:47.854Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
15672023-10-02T23:19:54.405Z Compiling hashlink v0.8.3
15682023-10-02T23:19:55.040Z Compiling rand v0.4.6
15692023-10-02T23:19:55.471Z Compiling fallible-streaming-iterator v0.1.9
15702023-10-02T23:19:56.952Z Compiling cancel-safe-futures v0.1.2
15712023-10-02T23:19:58.388Z Compiling utf-8 v0.7.6
15722023-10-02T23:19:58.681Z Compiling convert_case v0.4.0
15732023-10-02T23:19:58.915Z Compiling keccak v0.1.4
15742023-10-02T23:19:59.993Z Compiling derive_more v0.99.17
15752023-10-02T23:20:00.366Z Compiling sha3 v0.10.8
15762023-10-02T23:20:01.748Z Compiling twox-hash v1.6.3
15772023-10-02T23:20:02.876Z Compiling rusqlite v0.29.0
15782023-10-02T23:20:03.212Z Compiling structopt v0.3.26
15792023-10-02T23:20:03.450Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15802023-10-02T23:20:07.681Z Compiling nix v0.26.2
15812023-10-02T23:20:08.165Z Compiling trust-dns-resolver v0.22.0
15822023-10-02T23:20:11.587Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15832023-10-02T23:20:11.614Z Compiling zone v0.2.0
15842023-10-02T23:20:13.187Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15852023-10-02T23:20:14.334Z Compiling smf v0.2.2
15862023-10-02T23:20:14.918Z Compiling secrecy v0.8.0
15872023-10-02T23:20:17.634Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
15882023-10-02T23:20:18.051Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15892023-10-02T23:20:18.389Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15902023-10-02T23:20:18.756Z Compiling num_enum v0.7.0
15912023-10-02T23:20:22.307Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
15922023-10-02T23:20:23.884Z Compiling bincode v1.3.3
15932023-10-02T23:20:24.339Z Compiling sha-1 v0.10.1
15942023-10-02T23:20:24.751Z Compiling ff v0.13.0
15952023-10-02T23:20:25.072Z Compiling nibble_vec v0.1.0
15962023-10-02T23:20:26.502Z Compiling endian-type v0.1.2
15972023-10-02T23:20:26.580Z Compiling humantime v2.1.0
15982023-10-02T23:20:26.624Z Compiling termcolor v1.2.0
15992023-10-02T23:20:26.643Z Compiling arc-swap v1.6.0
16002023-10-02T23:20:26.659Z Compiling radix_trie v0.2.1
16012023-10-02T23:20:26.672Z Compiling group v0.13.0
16022023-10-02T23:20:26.684Z Compiling slog-scope v4.4.0
16032023-10-02T23:20:26.689Z Compiling env_logger v0.9.3
16042023-10-02T23:20:26.716Z Compiling tungstenite v0.17.3
16052023-10-02T23:20:27.087Z Compiling rand_core v0.5.1
16062023-10-02T23:20:27.744Z Compiling aes-gcm-siv v0.11.1
16072023-10-02T23:20:27.822Z Compiling poly1305 v0.8.0
16082023-10-02T23:20:29.253Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16092023-10-02T23:20:30.168Z Compiling itertools v0.11.0
16102023-10-02T23:20:31.035Z Compiling chacha20 v0.9.1
16112023-10-02T23:20:31.637Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16122023-10-02T23:20:31.880Z Compiling crypto-bigint v0.5.2
16132023-10-02T23:20:32.193Z Compiling num-complex v0.4.4
16142023-10-02T23:20:33.371Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16152023-10-02T23:20:33.568Z Compiling ringbuffer v0.14.2
16162023-10-02T23:20:33.682Z Compiling option-ext v0.2.0
16172023-10-02T23:20:34.029Z Compiling half v1.8.2
16182023-10-02T23:20:34.486Z Compiling ciborium-io v0.2.1
16192023-10-02T23:20:34.569Z Compiling ascii v1.1.0
16202023-10-02T23:20:34.778Z Compiling base16ct v0.2.0
16212023-10-02T23:20:35.158Z Compiling elliptic-curve v0.13.5
16222023-10-02T23:20:35.232Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16232023-10-02T23:20:35.522Z Compiling ciborium-ll v0.2.1
16242023-10-02T23:20:36.152Z Compiling dirs-sys v0.4.1
16252023-10-02T23:20:36.231Z Compiling num v0.4.1
16262023-10-02T23:20:36.367Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16272023-10-02T23:20:36.760Z Compiling parking_lot v0.11.2
16282023-10-02T23:20:37.204Z Compiling tokio-tungstenite v0.17.2
16292023-10-02T23:20:37.301Z Compiling rand_chacha v0.2.2
16302023-10-02T23:20:37.824Z Compiling slog-stdlog v4.1.1
16312023-10-02T23:20:37.987Z Compiling trust-dns-client v0.22.0
16322023-10-02T23:20:38.400Z Compiling thiserror-no-std v2.0.2
16332023-10-02T23:20:38.427Z Compiling bitstruct v0.1.1
16342023-10-02T23:20:39.803Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16352023-10-02T23:20:40.061Z Compiling password-hash v0.4.2
16362023-10-02T23:20:41.113Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16372023-10-02T23:20:41.624Z Compiling ed25519 v2.2.2
16382023-10-02T23:20:41.703Z Compiling blowfish v0.9.1
16392023-10-02T23:20:42.554Z Compiling serde_arrays v0.1.0
16402023-10-02T23:20:42.570Z Compiling pbkdf2 v0.12.2
16412023-10-02T23:20:42.585Z Compiling fxhash v0.2.1
16422023-10-02T23:20:43.630Z Compiling sled v0.34.7
16432023-10-02T23:20:43.635Z Compiling bcrypt-pbkdf v0.10.0
16442023-10-02T23:20:44.315Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16452023-10-02T23:20:44.375Z Compiling ed25519-dalek v2.0.0
16462023-10-02T23:20:44.557Z Compiling pbkdf2 v0.11.0
16472023-10-02T23:20:44.951Z Compiling trust-dns-server v0.22.1
16482023-10-02T23:20:45.272Z Compiling russh-cryptovec v0.7.0
16492023-10-02T23:20:45.754Z Compiling vsss-rs v3.3.1
16502023-10-02T23:20:45.898Z Compiling slog-envlogger v2.2.0
16512023-10-02T23:20:46.439Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16522023-10-02T23:20:46.461Z Compiling rand v0.7.3
16532023-10-02T23:20:47.156Z Compiling dirs v5.0.1
16542023-10-02T23:20:47.453Z Compiling ciborium v0.2.1
16552023-10-02T23:20:49.570Z Compiling chacha20poly1305 v0.10.1
16562023-10-02T23:20:49.753Z Compiling tungstenite v0.18.0
16572023-10-02T23:20:49.864Z Compiling const_format v0.2.31
16582023-10-02T23:20:50.017Z Compiling enum-iterator v1.4.1
16592023-10-02T23:20:50.912Z Compiling ghash v0.5.0
16602023-10-02T23:20:53.222Z Compiling ron v0.7.1
16612023-10-02T23:20:53.253Z Compiling pem v1.1.1
16622023-10-02T23:20:56.015Z Compiling cbc v0.1.2
16632023-10-02T23:20:56.104Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16642023-10-02T23:20:56.247Z Compiling headers-core v0.2.0
16652023-10-02T23:20:56.621Z Compiling md5 v0.7.0
16662023-10-02T23:20:57.137Z Compiling pretty-hex v0.3.0
16672023-10-02T23:20:57.162Z Compiling http-range v0.1.5
16682023-10-02T23:20:57.243Z Compiling bit_field v0.10.2
16692023-10-02T23:20:57.460Z Compiling hyper-staticfile v0.9.5
16702023-10-02T23:20:57.660Z Compiling russh-keys v0.38.0
16712023-10-02T23:20:57.681Z Compiling headers v0.3.9
16722023-10-02T23:21:02.452Z Compiling rcgen v0.10.0
16732023-10-02T23:21:02.560Z Compiling tokio-tungstenite v0.18.0
16742023-10-02T23:21:03.390Z Compiling aes-gcm v0.10.2
16752023-10-02T23:21:09.275Z Compiling camino-tempfile v1.0.2
16762023-10-02T23:21:09.980Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
16772023-10-02T23:21:10.673Z Compiling subprocess v0.2.9
16782023-10-02T23:21:10.896Z Compiling glob v0.3.1
16792023-10-02T23:21:10.994Z Compiling hex-literal v0.4.1
16802023-10-02T23:21:12.570Z Compiling russh v0.38.0
16812023-10-02T23:21:19.037Z Compiling bzip2 v0.4.4
16822023-10-02T23:21:19.633Z Compiling zip v0.6.6
16832023-10-02T23:21:21.931Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16842023-10-02T23:21:22.491Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16852023-10-02T23:21:22.525Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16862023-10-02T23:21:22.588Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16872023-10-02T23:21:22.669Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16882023-10-02T23:21:22.875Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
16892023-10-02T23:21:23.013Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16902023-10-02T23:21:23.515Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
16912023-10-02T23:21:23.777Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16922023-10-02T23:21:25.796Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16932023-10-02T23:21:33.272Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
16942023-10-02T23:21:40.566Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16952023-10-02T23:21:45.333Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16962023-10-02T23:21:47.140Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16972023-10-02T23:22:00.423Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16982023-10-02T23:22:00.796Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16992023-10-02T23:22:07.952Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17002023-10-02T23:22:11.860Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
17012023-10-02T23:22:12.735Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
17022023-10-02T23:22:13.671Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17032023-10-02T23:22:23.048Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17042023-10-02T23:22:49.656Z Compiling git2 v0.17.2
17052023-10-02T23:22:56.116Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17062023-10-02T23:22:58.033Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17072023-10-02T23:23:10.382Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17082023-10-02T23:23:26.154Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17092023-10-02T23:23:28.410Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17102023-10-02T23:24:04.560Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17112023-10-02T23:25:32.778Z Finished dev [unoptimized + debuginfo] target(s) in 10m 26s
17122023-10-02T23:25:33.194Z
17132023-10-02T23:25:33.200Zreal 10:27.248906159
17142023-10-02T23:25:33.870Zuser 57:36.189596465
17152023-10-02T23:25:33.874Zsys 9:15.255647256
17162023-10-02T23:25:33.877Ztrap 2.208964938
17172023-10-02T23:25:33.880Ztflt 2.378854916
17182023-10-02T23:25:33.891Zdflt 6.219111805
17192023-10-02T23:25:33.896Zkflt 0.020029229
17202023-10-02T23:25:33.899Zlock 1:43:45.125105184
17212023-10-02T23:25:33.903Zslp 2:59:04.508803345
17222023-10-02T23:25:33.907Zlat 2:22.516024572
17232023-10-02T23:25:33.911Zstop 6:07.283380187
17242023-10-02T23:25:33.914Z+ mkdir -p /work/end-to-end-tests
17252023-10-02T23:25:33.917Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17262023-10-02T23:25:33.922Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17272023-10-02T23:25:33.926Z+ ptime -m gzip
17282023-10-02T23:25:33.929Z++ basename target/debug/bootstrap
17292023-10-02T23:25:49.901Z
17302023-10-02T23:25:49.906Zreal 16.713823095
17312023-10-02T23:25:49.912Zuser 16.525675665
17322023-10-02T23:25:49.920Zsys 0.171082703
17332023-10-02T23:25:49.925Ztrap 0.006405422
17342023-10-02T23:25:49.930Ztflt 0.000000000
17352023-10-02T23:25:49.934Zdflt 0.000000000
17362023-10-02T23:25:49.946Zkflt 0.000000000
17372023-10-02T23:25:49.951Zlock 0.000000000
17382023-10-02T23:25:49.955Zslp 0.000000000
17392023-10-02T23:25:49.958Zlat 0.010315992
17402023-10-02T23:25:49.961Zstop 0.000229368
17412023-10-02T23:25:49.964Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17422023-10-02T23:25:49.967Z+ ptime -m gzip
17432023-10-02T23:25:49.971Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-67d7e7d9b3f91f65
17442023-10-02T23:25:50.991Z
17452023-10-02T23:25:51.006Zreal 1.079160844
17462023-10-02T23:25:51.016Zuser 1.067614895
17472023-10-02T23:25:51.026Zsys 0.010937135
17482023-10-02T23:25:51.038Ztrap 0.000109790
17492023-10-02T23:25:51.048Ztflt 0.000000000
17502023-10-02T23:25:51.058Zdflt 0.000000000
17512023-10-02T23:25:51.073Zkflt 0.000000000
17522023-10-02T23:25:51.084Zlock 0.000000000
17532023-10-02T23:25:51.095Zslp 0.000000000
17542023-10-02T23:25:51.110Zlat 0.000163285
17552023-10-02T23:25:51.522Zstop 0.000227746
17562023-10-02T23:25:51.530Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17572023-10-02T23:25:51.535Z+ ptime -m gzip
17582023-10-02T23:25:51.549Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a4c2a20f9530257a
17592023-10-02T23:26:09.860Z
17602023-10-02T23:26:09.864Zreal 18.862516238
17612023-10-02T23:26:09.867Zuser 18.681334642
17622023-10-02T23:26:09.870Zsys 0.175464512
17632023-10-02T23:26:09.873Ztrap 0.003914171
17642023-10-02T23:26:09.875Ztflt 0.000000000
17652023-10-02T23:26:09.878Zdflt 0.000000000
17662023-10-02T23:26:09.883Zkflt 0.000000000
17672023-10-02T23:26:09.887Zlock 0.000000000
17682023-10-02T23:26:09.889Zslp 0.000016569
17692023-10-02T23:26:09.892Zlat 0.001450802
17702023-10-02T23:26:09.895Zstop 0.000221618
17712023-10-02T23:26:09.899Z+ banner caboose-util
17722023-10-02T23:26:09.902Z
17732023-10-02T23:26:09.905Z #### ## ##### #### #### #### ###### # # #####
17742023-10-02T23:26:09.907Z # # # # # # # # # # # # # # #
17752023-10-02T23:26:09.910Z # # # ##### # # # # #### ##### ##### # # #
17762023-10-02T23:26:09.914Z # ###### # # # # # # # # # # #
17772023-10-02T23:26:09.918Z # # # # # # # # # # # # # # # #
17782023-10-02T23:26:09.921Z #### # # ##### #### #### #### ###### #### #
17792023-10-02T23:26:09.933Z
17802023-10-02T23:26:09.935Z+ ptime -m cargo build --locked -p caboose-util --release
17812023-10-02T23:26:10.570Z Downloading crates ...
17822023-10-02T23:26:10.888Z Downloaded flagset v0.4.3
17832023-10-02T23:26:10.901Z Downloaded pem-rfc7468 v0.7.0
17842023-10-02T23:26:10.909Z Downloaded packed_struct_codegen v0.10.1
17852023-10-02T23:26:10.920Z Downloaded maybe-uninit v2.0.0
17862023-10-02T23:26:11.330Z Downloaded smallvec v0.6.14
17872023-10-02T23:26:11.337Z Downloaded crc-catalog v2.2.0
17882023-10-02T23:26:11.345Z Downloaded serde-hex v0.1.0
17892023-10-02T23:26:11.352Z Downloaded path-slash v0.1.5
17902023-10-02T23:26:11.360Z Downloaded packed_struct v0.10.1
17912023-10-02T23:26:11.367Z Downloaded crc v3.0.1
17922023-10-02T23:26:11.372Z Downloaded array-init v0.0.4
17932023-10-02T23:26:11.378Z Downloaded rsa v0.9.2
17942023-10-02T23:26:11.386Z Downloaded nodrop v0.1.14
17952023-10-02T23:26:11.398Z Downloaded env_logger v0.10.0
17962023-10-02T23:26:11.411Z Downloaded der_derive v0.7.2
17972023-10-02T23:26:11.434Z Downloaded crc-any v2.4.3
17982023-10-02T23:26:11.445Z Downloaded pkcs1 v0.7.5
17992023-10-02T23:26:11.458Z Downloaded ron v0.8.1
18002023-10-02T23:26:11.462Z Downloaded x509-cert v0.2.4
18012023-10-02T23:26:11.467Z Downloaded object v0.30.4
18022023-10-02T23:26:11.471Z Downloaded num-bigint-dig v0.8.4
18032023-10-02T23:26:11.479Z Downloaded bitfield v0.14.0
18042023-10-02T23:26:11.486Z Compiling proc-macro2 v1.0.67
18052023-10-02T23:26:11.491Z Compiling unicode-ident v1.0.12
18062023-10-02T23:26:11.496Z Compiling libc v0.2.148
18072023-10-02T23:26:11.503Z Compiling autocfg v1.1.0
18082023-10-02T23:26:11.510Z Compiling serde v1.0.188
18092023-10-02T23:26:11.517Z Compiling version_check v0.9.4
18102023-10-02T23:26:11.526Z Compiling cfg-if v1.0.0
18112023-10-02T23:26:11.534Z Compiling parking_lot_core v0.9.8
18122023-10-02T23:26:11.545Z Compiling once_cell v1.18.0
18132023-10-02T23:26:11.555Z Compiling syn v1.0.109
18142023-10-02T23:26:11.902Z Compiling typenum v1.16.0
18152023-10-02T23:26:11.913Z Compiling libm v0.2.7
18162023-10-02T23:26:11.917Z Compiling futures-core v0.3.28
18172023-10-02T23:26:12.276Z Compiling generic-array v0.14.7
18182023-10-02T23:26:12.317Z Compiling lock_api v0.4.10
18192023-10-02T23:26:12.334Z Compiling num-traits v0.2.16
18202023-10-02T23:26:12.352Z Compiling pkg-config v0.3.27
18212023-10-02T23:26:12.697Z Compiling slab v0.4.9
18222023-10-02T23:26:12.719Z Compiling serde_json v1.0.107
18232023-10-02T23:26:13.104Z Compiling futures-task v0.3.28
18242023-10-02T23:26:13.162Z Compiling futures-channel v0.3.28
18252023-10-02T23:26:13.312Z Compiling quote v1.0.33
18262023-10-02T23:26:13.351Z Compiling scopeguard v1.2.0
18272023-10-02T23:26:13.540Z Compiling thiserror v1.0.48
18282023-10-02T23:26:13.586Z Compiling itoa v1.0.9
18292023-10-02T23:26:13.725Z Compiling futures-util v0.3.28
18302023-10-02T23:26:14.009Z Compiling syn v2.0.32
18312023-10-02T23:26:14.200Z Compiling jobserver v0.1.26
18322023-10-02T23:26:14.295Z Compiling getrandom v0.2.10
18332023-10-02T23:26:14.422Z Compiling memchr v2.6.3
18342023-10-02T23:26:14.648Z Compiling cc v1.0.83
18352023-10-02T23:26:15.858Z Compiling ahash v0.8.3
18362023-10-02T23:26:16.017Z Compiling smallvec v1.11.0
18372023-10-02T23:26:16.318Z Compiling log v0.4.20
18382023-10-02T23:26:16.743Z Compiling vcpkg v0.2.15
18392023-10-02T23:26:17.063Z Compiling byteorder v1.4.3
18402023-10-02T23:26:17.644Z Compiling rand_core v0.6.4
18412023-10-02T23:26:17.959Z Compiling pin-project-lite v0.2.13
18422023-10-02T23:26:18.761Z Compiling parking_lot v0.12.1
18432023-10-02T23:26:18.989Z Compiling indexmap v1.9.3
18442023-10-02T23:26:19.364Z Compiling ring v0.16.20
18452023-10-02T23:26:19.766Z Compiling openssl-sys v0.9.93
18462023-10-02T23:26:21.160Z Compiling io-lifetimes v1.0.11
18472023-10-02T23:26:21.921Z Compiling num-integer v0.1.45
18482023-10-02T23:26:21.931Z Compiling ryu v1.0.15
18492023-10-02T23:26:22.305Z Compiling spin v0.5.2
18502023-10-02T23:26:22.394Z Compiling const-oid v0.9.5
18512023-10-02T23:26:22.650Z Compiling semver v1.0.18
18522023-10-02T23:26:24.657Z Compiling rustix v0.37.23
18532023-10-02T23:26:25.235Z Compiling mio v0.8.8
18542023-10-02T23:26:25.292Z Compiling socket2 v0.5.3
18552023-10-02T23:26:25.495Z Compiling num_cpus v1.16.0
18562023-10-02T23:26:25.657Z Compiling signal-hook-registry v1.4.1
18572023-10-02T23:26:26.092Z Compiling unicode-xid v0.2.4
18582023-10-02T23:26:26.317Z Compiling futures-sink v0.3.28
18592023-10-02T23:26:26.328Z Compiling httparse v1.8.0
18602023-10-02T23:26:26.530Z Compiling ucd-trie v0.1.6
18612023-10-02T23:26:26.717Z Compiling openssl v0.10.57
18622023-10-02T23:26:26.849Z Compiling synstructure v0.12.6
18632023-10-02T23:26:27.667Z Compiling tinyvec_macros v0.1.1
18642023-10-02T23:26:27.673Z Compiling tinyvec v1.6.0
18652023-10-02T23:26:29.085Z Compiling native-tls v0.2.11
18662023-10-02T23:26:29.449Z Compiling pin-utils v0.1.0
18672023-10-02T23:26:29.525Z Compiling crc32fast v1.3.2
18682023-10-02T23:26:29.579Z Compiling radium v0.7.0
18692023-10-02T23:26:30.104Z Compiling futures-io v0.3.28
18702023-10-02T23:26:30.147Z Compiling rustls v0.21.7
18712023-10-02T23:26:30.161Z Compiling ppv-lite86 v0.2.17
18722023-10-02T23:26:30.504Z Compiling unicode-normalization v0.1.22
18732023-10-02T23:26:30.508Z Compiling bzip2-sys v0.1.11+1.0.8
18742023-10-02T23:26:30.805Z Compiling tracing-core v0.1.31
18752023-10-02T23:26:30.952Z Compiling heck v0.4.1
18762023-10-02T23:26:31.154Z Compiling unicode-bidi v0.3.13
18772023-10-02T23:26:31.885Z Compiling rand_chacha v0.3.1
18782023-10-02T23:26:31.891Z Compiling subtle v2.5.0
18792023-10-02T23:26:32.311Z Compiling rand v0.8.5
18802023-10-02T23:26:33.586Z Compiling errno v0.3.2
18812023-10-02T23:26:33.745Z Compiling num-iter v0.1.43
18822023-10-02T23:26:33.950Z Compiling usdt-impl v0.3.5
18832023-10-02T23:26:34.204Z Compiling schemars v0.8.13
18842023-10-02T23:26:34.221Z Compiling base64 v0.21.4
18852023-10-02T23:26:34.900Z Compiling rustix v0.38.9
18862023-10-02T23:26:36.268Z Compiling serde_derive_internals v0.26.0
18872023-10-02T23:26:36.382Z Compiling serde_derive v1.0.188
18882023-10-02T23:26:36.416Z Compiling zeroize_derive v1.4.2
18892023-10-02T23:26:36.925Z Compiling tokio-macros v2.1.0
18902023-10-02T23:26:37.038Z Compiling thiserror-impl v1.0.48
18912023-10-02T23:26:37.205Z Compiling futures-macro v0.3.28
18922023-10-02T23:26:38.089Z Compiling tracing-attributes v0.1.26
18932023-10-02T23:26:38.241Z Compiling zerocopy-derive v0.2.0
18942023-10-02T23:26:38.665Z Compiling zeroize v1.6.0
18952023-10-02T23:26:40.368Z Compiling openssl-macros v0.1.1
18962023-10-02T23:26:41.000Z Compiling zerocopy-derive v0.6.3
18972023-10-02T23:26:42.583Z Compiling pest v2.7.2
18982023-10-02T23:26:42.738Z Compiling crypto-common v0.1.6
18992023-10-02T23:26:42.816Z Compiling block-buffer v0.10.4
19002023-10-02T23:26:42.866Z Compiling digest v0.10.7
19012023-10-02T23:26:43.554Z Compiling tracing v0.1.37
19022023-10-02T23:26:44.190Z Compiling bitflags v1.3.2
19032023-10-02T23:26:44.292Z Compiling fnv v1.0.7
19042023-10-02T23:26:44.372Z Compiling untrusted v0.7.1
19052023-10-02T23:26:46.954Z Compiling pest_meta v2.7.2
19062023-10-02T23:26:48.637Z Compiling pest_generator v2.7.2
19072023-10-02T23:26:50.838Z Compiling zerocopy v0.3.0
19082023-10-02T23:26:51.653Z Compiling schemars_derive v0.8.13
19092023-10-02T23:26:52.095Z Compiling lazy_static v1.4.0
19102023-10-02T23:26:52.754Z Compiling backtrace v0.3.69
19112023-10-02T23:26:53.266Z Compiling num-bigint v0.4.4
19122023-10-02T23:26:53.288Z Compiling memoffset v0.9.0
19132023-10-02T23:26:53.313Z Compiling smoltcp v0.9.1
19142023-10-02T23:26:53.379Z Compiling allocator-api2 v0.2.16
19152023-10-02T23:26:53.397Z Compiling iana-time-zone v0.1.57
19162023-10-02T23:26:53.459Z Compiling pest_derive v2.7.2
19172023-10-02T23:26:53.986Z Compiling crossbeam-utils v0.8.16
19182023-10-02T23:26:54.067Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19192023-10-02T23:26:54.258Z Compiling openssl-probe v0.1.5
19202023-10-02T23:26:54.576Z Compiling async-trait v0.1.73
19212023-10-02T23:26:54.621Z Compiling hashbrown v0.12.3
19222023-10-02T23:26:54.674Z Compiling percent-encoding v2.3.0
19232023-10-02T23:26:55.083Z Compiling foreign-types-shared v0.1.1
19242023-10-02T23:26:55.187Z Compiling base64ct v1.6.0
19252023-10-02T23:26:55.237Z Compiling foreign-types v0.3.2
19262023-10-02T23:26:55.280Z Compiling dtrace-parser v0.1.14
19272023-10-02T23:26:55.356Z Compiling hashbrown v0.14.0
19282023-10-02T23:26:56.641Z Compiling pem-rfc7468 v0.7.0
19292023-10-02T23:26:57.331Z Compiling dof v0.1.5
19302023-10-02T23:26:57.807Z Compiling clap_derive v4.4.2
19312023-10-02T23:26:58.079Z Compiling der_derive v0.7.2
19322023-10-02T23:26:59.170Z Compiling thread-id v4.2.0
19332023-10-02T23:26:59.214Z Compiling utf8parse v0.2.1
19342023-10-02T23:26:59.318Z Compiling cpufeatures v0.2.9
19352023-10-02T23:26:59.454Z Compiling equivalent v1.0.1
19362023-10-02T23:26:59.483Z Compiling flagset v0.4.3
19372023-10-02T23:26:59.495Z Compiling siphasher v0.3.11
19382023-10-02T23:26:59.599Z Compiling bytes v1.5.0
19392023-10-02T23:27:00.521Z Compiling bitflags v2.4.0
19402023-10-02T23:27:00.680Z Compiling uuid v1.4.1
19412023-10-02T23:27:00.734Z Compiling rustc_version v0.4.0
19422023-10-02T23:27:01.703Z Compiling tokio v1.32.0
19432023-10-02T23:27:01.772Z Compiling heapless v0.7.16
19442023-10-02T23:27:02.112Z Compiling http v0.2.9
19452023-10-02T23:27:02.330Z Compiling chrono v0.4.31
19462023-10-02T23:27:04.237Z Compiling time-core v0.1.1
19472023-10-02T23:27:04.288Z Compiling anstyle v1.0.2
19482023-10-02T23:27:04.477Z Compiling adler v1.0.2
19492023-10-02T23:27:04.773Z Compiling try-lock v0.2.4
19502023-10-02T23:27:05.268Z Compiling want v0.3.1
19512023-10-02T23:27:05.634Z Compiling miniz_oxide v0.7.1
19522023-10-02T23:27:05.645Z Compiling http-body v0.4.5
19532023-10-02T23:27:06.011Z Compiling time-macros v0.2.13
19542023-10-02T23:27:08.431Z Compiling der v0.7.8
19552023-10-02T23:27:12.701Z Compiling indexmap v2.0.0
19562023-10-02T23:27:12.848Z Compiling serde_tokenstream v0.1.7
19572023-10-02T23:27:13.670Z Compiling sha2 v0.10.7
19582023-10-02T23:27:14.721Z Compiling tokio-util v0.7.8
19592023-10-02T23:27:15.156Z Compiling anstyle-parse v0.2.1
19602023-10-02T23:27:16.942Z Compiling h2 v0.3.21
19612023-10-02T23:27:22.413Z Compiling form_urlencoded v1.2.0
19622023-10-02T23:27:22.484Z Compiling sct v0.7.0
19632023-10-02T23:27:22.508Z Compiling rustls-webpki v0.101.4
19642023-10-02T23:27:22.539Z Compiling hubpack_derive v0.1.1
19652023-10-02T23:27:23.345Z Compiling aho-corasick v1.0.4
19662023-10-02T23:27:23.779Z Compiling socket2 v0.4.9
19672023-10-02T23:27:24.447Z Compiling crossbeam-epoch v0.9.15
19682023-10-02T23:27:25.163Z Compiling tap v1.0.1
19692023-10-02T23:27:25.407Z Compiling colorchoice v1.0.0
19702023-10-02T23:27:25.444Z Compiling slog v2.7.0
19712023-10-02T23:27:25.832Z Compiling httpdate v1.0.3
19722023-10-02T23:27:26.062Z Compiling anyhow v1.0.75
19732023-10-02T23:27:26.076Z Compiling regex-syntax v0.7.5
19742023-10-02T23:27:26.093Z Compiling tower-service v0.3.2
19752023-10-02T23:27:26.409Z Compiling anstyle-query v1.0.0
19762023-10-02T23:27:26.608Z Compiling anstream v0.5.0
19772023-10-02T23:27:28.312Z Compiling wyz v0.5.1
19782023-10-02T23:27:29.118Z Compiling hyper v0.14.27
19792023-10-02T23:27:32.567Z Compiling regex-automata v0.3.8
19802023-10-02T23:27:37.018Z Compiling terminal_size v0.2.6
19812023-10-02T23:27:37.201Z Compiling spki v0.7.2
19822023-10-02T23:27:37.793Z Compiling rustls-pemfile v1.0.3
19832023-10-02T23:27:38.061Z Compiling zerocopy v0.6.3
19842023-10-02T23:27:38.312Z Compiling md-5 v0.10.5
19852023-10-02T23:27:38.659Z Compiling hmac v0.12.1
19862023-10-02T23:27:39.372Z Compiling idna v0.4.0
19872023-10-02T23:27:39.556Z Compiling stringprep v0.1.3
19882023-10-02T23:27:41.123Z Compiling diesel_table_macro_syntax v0.1.0
19892023-10-02T23:27:41.707Z Compiling hash32 v0.2.1
19902023-10-02T23:27:41.847Z Compiling spin v0.9.8
19912023-10-02T23:27:42.012Z Compiling stable_deref_trait v1.2.0
19922023-10-02T23:27:42.290Z Compiling maybe-uninit v2.0.0
19932023-10-02T23:27:42.358Z Compiling fallible-iterator v0.2.0
19942023-10-02T23:27:42.378Z Compiling clap_lex v0.5.1
19952023-10-02T23:27:42.925Z Compiling gimli v0.28.0
19962023-10-02T23:27:43.539Z Compiling strsim v0.10.0
19972023-10-02T23:27:43.547Z Compiling dyn-clone v1.0.13
19982023-10-02T23:27:44.855Z Compiling funty v2.0.0
19992023-10-02T23:27:46.257Z Compiling clap_builder v4.4.2
20002023-10-02T23:27:46.993Z Compiling bitvec v1.0.1
20012023-10-02T23:27:47.470Z Compiling postgres-protocol v0.6.6
20022023-10-02T23:27:48.466Z Compiling diesel_derives v2.1.1
20032023-10-02T23:27:50.201Z Compiling addr2line v0.21.0
20042023-10-02T23:27:50.683Z Compiling url v2.4.1
20052023-10-02T23:27:51.213Z Compiling tokio-rustls v0.24.1
20062023-10-02T23:27:51.855Z Compiling rustls-native-certs v0.6.3
20072023-10-02T23:27:52.502Z Compiling tokio-native-tls v0.3.1
20082023-10-02T23:27:53.862Z Compiling usdt-attr-macro v0.3.5
20092023-10-02T23:27:55.517Z Compiling usdt-macro v0.3.5
20102023-10-02T23:27:57.350Z Compiling phf_shared v0.11.2
20112023-10-02T23:27:57.466Z Compiling serde_spanned v0.6.3
20122023-10-02T23:27:57.800Z Compiling toml_datetime v0.6.3
20132023-10-02T23:27:58.598Z Compiling block-padding v0.3.3
20142023-10-02T23:27:58.676Z Compiling enum-as-inner v0.5.1
20152023-10-02T23:27:58.978Z Compiling serde_repr v0.1.16
20162023-10-02T23:28:00.209Z Compiling scheduled-thread-pool v0.2.7
20172023-10-02T23:28:00.625Z Compiling object v0.32.1
20182023-10-02T23:28:06.460Z Compiling matches v0.1.10
20192023-10-02T23:28:06.580Z Compiling either v1.9.0
20202023-10-02T23:28:08.163Z Compiling unicode-width v0.1.10
20212023-10-02T23:28:11.400Z Compiling winnow v0.5.15
20222023-10-02T23:28:14.451Z Compiling managed v0.8.0
20232023-10-02T23:28:16.688Z Compiling regex-automata v0.1.10
20242023-10-02T23:28:17.487Z Compiling packed_struct v0.10.1
20252023-10-02T23:28:18.055Z Compiling num_threads v0.1.6
20262023-10-02T23:28:18.064Z Compiling ipnet v2.8.0
20272023-10-02T23:28:18.067Z Compiling bit-vec v0.6.3
20282023-10-02T23:28:18.070Z Compiling rustc-demangle v0.1.23
20292023-10-02T23:28:18.477Z Compiling deranged v0.3.8
20302023-10-02T23:28:19.385Z Compiling num-bigint-dig v0.8.4
20312023-10-02T23:28:19.787Z Compiling bstr v0.2.17
20322023-10-02T23:28:20.339Z Compiling toml_edit v0.19.15
20332023-10-02T23:28:21.671Z Compiling time v0.3.27
20342023-10-02T23:28:29.782Z Compiling itertools v0.10.5
20352023-10-02T23:28:29.917Z Compiling idna v0.2.3
20362023-10-02T23:28:32.353Z Compiling r2d2 v0.8.10
20372023-10-02T23:28:32.921Z Compiling inout v0.1.3
20382023-10-02T23:28:35.081Z Compiling phf v0.11.2
20392023-10-02T23:28:35.329Z Compiling hyper-tls v0.5.0
20402023-10-02T23:28:35.542Z Compiling clap v4.4.3
20412023-10-02T23:28:35.691Z Compiling hyper-rustls v0.24.1
20422023-10-02T23:28:35.829Z Compiling ipnetwork v0.20.0
20432023-10-02T23:28:36.753Z Compiling flate2 v1.0.27
20442023-10-02T23:28:37.050Z Compiling postgres-types v0.2.6
20452023-10-02T23:28:38.368Z Compiling regex v1.9.5
20462023-10-02T23:28:39.099Z Compiling pkcs8 v0.10.2
20472023-10-02T23:28:40.070Z Compiling hubpack v0.1.2
20482023-10-02T23:28:40.235Z Compiling serde_urlencoded v0.7.1
20492023-10-02T23:28:41.672Z Compiling phf_shared v0.10.0
20502023-10-02T23:28:41.883Z Compiling futures-executor v0.3.28
20512023-10-02T23:28:42.670Z Compiling signature v2.1.0
20522023-10-02T23:28:43.770Z Compiling packed_struct_codegen v0.10.1
20532023-10-02T23:28:46.621Z Compiling float-cmp v0.9.0
20542023-10-02T23:28:47.894Z Compiling encoding_rs v0.8.33
20552023-10-02T23:28:48.095Z Compiling nodrop v0.1.14
20562023-10-02T23:28:48.123Z Compiling fixedbitset v0.4.2
20572023-10-02T23:28:48.264Z Compiling crc-catalog v2.2.0
20582023-10-02T23:28:48.488Z Compiling normalize-line-endings v0.3.0
20592023-10-02T23:28:48.734Z Compiling webpki-roots v0.25.2
20602023-10-02T23:28:49.014Z Compiling precomputed-hash v0.1.1
20612023-10-02T23:28:49.163Z Compiling predicates-core v1.0.6
20622023-10-02T23:28:49.627Z Compiling difflib v0.4.0
20632023-10-02T23:28:49.907Z Compiling mime v0.3.17
20642023-10-02T23:28:50.751Z Compiling smawk v0.3.1
20652023-10-02T23:28:51.052Z Compiling whoami v1.4.1
20662023-10-02T23:28:51.930Z Compiling new_debug_unreachable v1.0.4
20672023-10-02T23:28:52.194Z Compiling unicode-linebreak v0.1.5
20682023-10-02T23:28:53.014Z Compiling unicode-segmentation v1.10.1
20692023-10-02T23:28:54.375Z Compiling static_assertions v1.1.0
20702023-10-02T23:28:54.448Z Compiling data-encoding v2.4.0
20712023-10-02T23:28:57.597Z Compiling trust-dns-proto v0.22.0
20722023-10-02T23:28:59.017Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20732023-10-02T23:29:00.591Z Compiling similar v2.2.1
20742023-10-02T23:29:04.037Z Compiling textwrap v0.16.0
20752023-10-02T23:29:05.488Z Compiling reqwest v0.11.20
20762023-10-02T23:29:05.807Z Compiling string_cache v0.8.7
20772023-10-02T23:29:06.453Z Compiling tokio-postgres v0.7.10
20782023-10-02T23:29:06.924Z Compiling predicates v3.0.3
20792023-10-02T23:29:09.420Z Compiling petgraph v0.6.4
20802023-10-02T23:29:10.541Z Compiling crc v3.0.1
20812023-10-02T23:29:12.849Z Compiling array-init v0.0.4
20822023-10-02T23:29:19.215Z Compiling futures v0.3.28
20832023-10-02T23:29:21.780Z Compiling pkcs1 v0.7.5
20842023-10-02T23:29:21.793Z Compiling smallvec v0.6.14
20852023-10-02T23:29:22.212Z Compiling yasna v0.5.2
20862023-10-02T23:29:22.503Z Compiling diesel v2.1.1
20872023-10-02T23:29:25.177Z Compiling cipher v0.4.4
20882023-10-02T23:29:26.330Z Compiling toml v0.7.8
20892023-10-02T23:29:28.507Z Compiling bit-set v0.5.3
20902023-10-02T23:29:28.903Z Compiling console v0.15.7
20912023-10-02T23:29:28.942Z Compiling usdt v0.3.5
20922023-10-02T23:29:29.330Z Compiling is-terminal v0.4.9
20932023-10-02T23:29:31.045Z Compiling bstr v1.6.0
20942023-10-02T23:29:31.233Z Compiling tokio-stream v0.1.14
20952023-10-02T23:29:31.832Z Compiling openapiv3 v1.0.3
20962023-10-02T23:29:33.126Z Compiling hex v0.4.3
20972023-10-02T23:29:35.124Z Compiling hashbrown v0.13.2
20982023-10-02T23:29:40.772Z Compiling lalrpop-util v0.19.12
20992023-10-02T23:29:40.918Z Compiling bitfield v0.14.0
21002023-10-02T23:29:41.116Z Compiling termcolor v1.2.0
21012023-10-02T23:29:42.047Z Compiling env_logger v0.10.0
21022023-10-02T23:29:43.009Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21032023-10-02T23:30:00.028Z Compiling rsa v0.9.2
21042023-10-02T23:30:07.621Z Compiling serde-hex v0.1.0
21052023-10-02T23:30:10.290Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21062023-10-02T23:30:16.121Z Compiling x509-cert v0.2.4
21072023-10-02T23:30:18.120Z Compiling ron v0.8.1
21082023-10-02T23:30:28.812Z Compiling crc-any v2.4.3
21092023-10-02T23:30:38.477Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21102023-10-02T23:30:46.963Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21112023-10-02T23:31:05.151Z Compiling object v0.30.4
21122023-10-02T23:31:10.472Z Compiling path-slash v0.1.5
21132023-10-02T23:31:17.687Z Compiling bzip2 v0.4.4
21142023-10-02T23:31:18.434Z Compiling zip v0.6.6
21152023-10-02T23:31:20.509Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21162023-10-02T23:31:23.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21172023-10-02T23:32:00.965Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21182023-10-02T23:32:02.014Z Finished release [optimized] target(s) in 5m 52s
21192023-10-02T23:32:02.097Z
21202023-10-02T23:32:02.101Zreal 5:52.214168628
21212023-10-02T23:32:02.107Zuser 40:27.312926683
21222023-10-02T23:32:02.111Zsys 3:33.774218460
21232023-10-02T23:32:02.117Ztrap 1.573022784
21242023-10-02T23:32:02.120Ztflt 1.103495312
21252023-10-02T23:32:02.125Zdflt 0.672101907
21262023-10-02T23:32:02.130Zkflt 0.007078010
21272023-10-02T23:32:02.134Zlock 1:32:51.770422337
21282023-10-02T23:32:02.145Zslp 2:16:17.096402371
21292023-10-02T23:32:02.151Zlat 1:36.349437706
21302023-10-02T23:32:02.155Zstop 1:15.039598260
21312023-10-02T23:32:02.161Z+ ptime -m gzip
21322023-10-02T23:32:02.774Z
21332023-10-02T23:32:02.781Zreal 0.657742566
21342023-10-02T23:32:02.824Zuser 0.648682631
21352023-10-02T23:32:02.853Zsys 0.008483557
21362023-10-02T23:32:02.881Ztrap 0.000068547
21372023-10-02T23:32:02.929Ztflt 0.000000000
21382023-10-02T23:32:02.941Zdflt 0.000000000
21392023-10-02T23:32:02.973Zkflt 0.000000000
21402023-10-02T23:32:02.991Zlock 0.000000000
21412023-10-02T23:32:02.997Zslp 0.000000000
21422023-10-02T23:32:03.411Zlat 0.000160548
21432023-10-02T23:32:03.418Zstop 0.000228779
21442023-10-02T23:32:03.423Z+ banner tufaceous
21452023-10-02T23:32:03.434Z
21462023-10-02T23:32:03.450Z ##### # # ###### ## #### ###### #### # # ####
21472023-10-02T23:32:03.464Z # # # # # # # # # # # # # #
21482023-10-02T23:32:03.472Z # # # ##### # # # ##### # # # # ####
21492023-10-02T23:32:03.476Z # # # # ###### # # # # # # #
21502023-10-02T23:32:03.479Z # # # # # # # # # # # # # # #
21512023-10-02T23:32:03.484Z # #### # # # #### ###### #### #### ####
21522023-10-02T23:32:03.491Z
21532023-10-02T23:32:03.495Z+ ptime -m cargo build --locked -p tufaceous --release
21542023-10-02T23:32:03.507Z Downloading crates ...
21552023-10-02T23:32:03.857Z Downloaded tough v0.12.5
21562023-10-02T23:32:03.872Z Downloaded globset v0.4.13
21572023-10-02T23:32:03.875Z Downloaded olpc-cjson v0.1.3
21582023-10-02T23:32:03.878Z Downloaded path-dedot v3.1.0
21592023-10-02T23:32:03.882Z Downloaded snafu v0.7.5
21602023-10-02T23:32:03.888Z Downloaded path-absolutize v3.1.0
21612023-10-02T23:32:03.891Z Downloaded serde_plain v1.0.2
21622023-10-02T23:32:03.894Z Downloaded snafu-derive v0.7.5
21632023-10-02T23:32:03.898Z Downloaded fs-err v2.9.0
21642023-10-02T23:32:03.903Z Downloaded doc-comment v0.3.3
21652023-10-02T23:32:03.906Z Downloaded buf-list v1.0.3
21662023-10-02T23:32:03.911Z Downloaded bytesize v1.3.0
21672023-10-02T23:32:04.058Z Compiling serde_tokenstream v0.2.0
21682023-10-02T23:32:04.080Z Compiling regress v0.7.1
21692023-10-02T23:32:04.096Z Compiling dirs-sys-next v0.1.2
21702023-10-02T23:32:04.109Z Compiling ident_case v1.0.1
21712023-10-02T23:32:04.134Z Compiling thread_local v1.1.7
21722023-10-02T23:32:04.146Z Compiling rustversion v1.0.14
21732023-10-02T23:32:04.154Z Compiling slog-async v2.8.0
21742023-10-02T23:32:04.572Z Compiling dirs-next v2.0.0
21752023-10-02T23:32:04.706Z Compiling darling_core v0.20.3
21762023-10-02T23:32:04.764Z Compiling heck v0.4.1
21772023-10-02T23:32:04.870Z Compiling camino v1.1.6
21782023-10-02T23:32:05.121Z Compiling term v0.7.0
21792023-10-02T23:32:05.356Z Compiling crossbeam-channel v0.5.8
21802023-10-02T23:32:05.736Z Compiling getopts v0.2.21
21812023-10-02T23:32:05.928Z Compiling structmeta-derive v0.1.6
21822023-10-02T23:32:07.191Z Compiling atty v0.2.14
21832023-10-02T23:32:07.196Z Compiling multer v2.1.0
21842023-10-02T23:32:07.683Z Compiling paste v1.0.14
21852023-10-02T23:32:07.688Z Compiling unsafe-libyaml v0.2.9
21862023-10-02T23:32:07.832Z Compiling doc-comment v0.3.3
21872023-10-02T23:32:08.180Z Compiling match_cfg v0.1.0
21882023-10-02T23:32:08.314Z Compiling take_mut v0.2.2
21892023-10-02T23:32:08.752Z Compiling hostname v0.3.1
21902023-10-02T23:32:10.550Z Compiling slog-term v2.9.0
21912023-10-02T23:32:10.553Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21922023-10-02T23:32:12.278Z Compiling structmeta v0.1.6
21932023-10-02T23:32:12.897Z Compiling serde_yaml v0.9.25
21942023-10-02T23:32:13.961Z Compiling darling_macro v0.20.3
21952023-10-02T23:32:14.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21962023-10-02T23:32:15.642Z Compiling darling v0.20.3
21972023-10-02T23:32:15.659Z Compiling slog-json v2.6.1
21982023-10-02T23:32:16.233Z Compiling async-stream-impl v0.3.5
21992023-10-02T23:32:16.317Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22002023-10-02T23:32:16.456Z Compiling regex-syntax v0.6.29
22012023-10-02T23:32:16.734Z Compiling fastrand v2.0.0
22022023-10-02T23:32:17.955Z Compiling atomic-waker v1.1.1
22032023-10-02T23:32:18.122Z Compiling tempfile v3.8.0
22042023-10-02T23:32:18.186Z Compiling async-stream v0.3.5
22052023-10-02T23:32:18.234Z Compiling waitgroup v0.1.2
22062023-10-02T23:32:18.668Z Compiling strum_macros v0.25.2
22072023-10-02T23:32:18.775Z Compiling slog-bunyan v2.4.0
22082023-10-02T23:32:19.195Z Compiling serde_with_macros v2.3.3
22092023-10-02T23:32:22.838Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22102023-10-02T23:32:23.251Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22112023-10-02T23:32:23.260Z Compiling sha1 v0.10.5
22122023-10-02T23:32:24.419Z Compiling snafu-derive v0.7.5
22132023-10-02T23:32:24.673Z Compiling serde_path_to_error v0.1.14
22142023-10-02T23:32:24.864Z Compiling path-dedot v3.1.0
22152023-10-02T23:32:25.235Z Compiling instant v0.1.12
22162023-10-02T23:32:25.450Z Compiling buf-list v1.0.3
22172023-10-02T23:32:25.873Z Compiling arc-swap v1.6.0
22182023-10-02T23:32:25.988Z Compiling parse-display-derive v0.7.0
22192023-10-02T23:32:26.084Z Compiling same-file v1.0.6
22202023-10-02T23:32:26.228Z Compiling debug-ignore v1.0.5
22212023-10-02T23:32:26.359Z Compiling base64 v0.13.1
22222023-10-02T23:32:26.549Z Compiling walkdir v2.4.0
22232023-10-02T23:32:26.781Z Compiling slog-scope v4.4.0
22242023-10-02T23:32:27.863Z Compiling pem v1.1.1
22252023-10-02T23:32:28.729Z Compiling backoff v0.4.0
22262023-10-02T23:32:28.734Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22272023-10-02T23:32:28.919Z Compiling path-absolutize v3.1.0
22282023-10-02T23:32:29.218Z Compiling strum v0.25.0
22292023-10-02T23:32:29.450Z Compiling serde_with v2.3.3
22302023-10-02T23:32:29.479Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22312023-10-02T23:32:30.708Z Compiling globset v0.4.13
22322023-10-02T23:32:30.713Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22332023-10-02T23:32:30.732Z Compiling olpc-cjson v0.1.3
22342023-10-02T23:32:31.583Z Compiling serde_plain v1.0.2
22352023-10-02T23:32:32.266Z Compiling parse-display v0.7.0
22362023-10-02T23:32:32.437Z Compiling macaddr v1.0.1
22372023-10-02T23:32:32.574Z Compiling filetime v0.2.22
22382023-10-02T23:32:32.780Z Compiling snafu v0.7.5
22392023-10-02T23:32:33.065Z Compiling xattr v1.0.1
22402023-10-02T23:32:33.506Z Compiling tar v0.4.40
22412023-10-02T23:32:33.612Z Compiling tough v0.12.5
22422023-10-02T23:32:34.864Z Compiling slog-stdlog v4.1.1
22432023-10-02T23:32:35.915Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22442023-10-02T23:32:36.517Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22452023-10-02T23:32:38.884Z Compiling camino-tempfile v1.0.2
22462023-10-02T23:32:40.168Z Compiling itertools v0.11.0
22472023-10-02T23:32:44.297Z Compiling bytesize v1.3.0
22482023-10-02T23:32:44.376Z Compiling fs-err v2.9.0
22492023-10-02T23:32:45.036Z Compiling slog-envlogger v2.2.0
22502023-10-02T23:32:45.689Z Compiling humantime v2.1.0
22512023-10-02T23:32:51.028Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22522023-10-02T23:33:17.819Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22532023-10-02T23:33:18.473Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22542023-10-02T23:33:25.014Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22552023-10-02T23:33:27.213Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22562023-10-02T23:33:49.343Z Finished release [optimized] target(s) in 1m 46s
22572023-10-02T23:33:49.430Z
22582023-10-02T23:33:49.434Zreal 1:46.639196232
22592023-10-02T23:33:49.442Zuser 11:30.338403479
22602023-10-02T23:33:49.452Zsys 44.186397809
22612023-10-02T23:33:49.464Ztrap 0.414632930
22622023-10-02T23:33:49.468Ztflt 0.293719547
22632023-10-02T23:33:49.473Zdflt 0.546862620
22642023-10-02T23:33:49.480Zkflt 0.000081095
22652023-10-02T23:33:49.483Zlock 21:53.701330999
22662023-10-02T23:33:49.487Zslp 24:53.327968942
22672023-10-02T23:33:49.490Zlat 22.210161062
22682023-10-02T23:33:49.505Zstop 11.023525747
22692023-10-02T23:33:49.510Z+ ptime -m gzip
22702023-10-02T23:33:52.371Z
22712023-10-02T23:33:52.634Zreal 2.106939186
22722023-10-02T23:33:52.704Zuser 2.082146278
22732023-10-02T23:33:52.713Zsys 0.024074038
22742023-10-02T23:33:52.723Ztrap 0.000208909
22752023-10-02T23:33:52.734Ztflt 0.000000000
22762023-10-02T23:33:52.748Zdflt 0.000000000
22772023-10-02T23:33:52.764Zkflt 0.000000000
22782023-10-02T23:33:52.787Zlock 0.000000000
22792023-10-02T23:33:53.345Zslp 0.000000000
22802023-10-02T23:33:53.364Zlat 0.000170768
22812023-10-02T23:33:53.371Zstop 0.000237759
22822023-10-02T23:33:53.379Zprocess exited: duration 1219758 ms, exit code 0
 
22832023-10-02T23:33:53.590Zfound 5 output files
22842023-10-02T23:33:53.711Zuploading: /work/end-to-end-tests/bootstrap-67d7e7d9b3f91f65.gz (6377321 bytes)
22852023-10-02T23:33:57.002Zuploaded: /work/end-to-end-tests/bootstrap-67d7e7d9b3f91f65.gz
22862023-10-02T23:33:57.016Zuploading: /work/end-to-end-tests/bootstrap.gz (95412711 bytes)
22872023-10-02T23:35:00.004Zuploaded: /work/end-to-end-tests/bootstrap.gz
22882023-10-02T23:35:00.180Zuploading: /work/end-to-end-tests/end_to_end_tests-a4c2a20f9530257a.gz (109041331 bytes)
22892023-10-02T23:36:08.825Zuploaded: /work/end-to-end-tests/end_to_end_tests-a4c2a20f9530257a.gz
22902023-10-02T23:36:09.171Zuploading: /work/caboose-util.gz (4110080 bytes)
22912023-10-02T23:36:16.683Zuploaded: /work/caboose-util.gz
22922023-10-02T23:36:16.902Zuploading: /work/tufaceous.gz (13433546 bytes)
22932023-10-02T23:36:25.143Zuploaded: /work/tufaceous.gz