01HJ21EYSHP9VG2D7J0AA5C20A: 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: 01HJ21F767JZE22BSMYZERCVF1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-19T22:01:12.523Zjob assigned to worker 01HJ21FD6K6S313K5VQ50J5P9X (queued for 1 m 23 s)
 
22023-12-19T22:01:13.360Zstarting task 0: "setup"
32023-12-19T22:01:13.418Z++ uname -s
42023-12-19T22:01:13.421Z+ kern=SunOS
52023-12-19T22:01:13.421Z+ case "$kern" in
62023-12-19T22:01:13.421Z+ groupadd -g 12345 build
72023-12-19T22:01:13.424Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-19T22:01:15.441Z+ zfs create -o mountpoint=/work rpool/work
92023-12-19T22:01:15.562Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-19T22:01:15.568Z+ home_fs=zfs
112023-12-19T22:01:15.568Z+ [[ zfs == autofs ]]
122023-12-19T22:01:15.569Z+ mkdir -p /home/build
132023-12-19T22:01:15.570Z+ chown build:build /home/build /work
142023-12-19T22:01:17.567Z+ chmod 0700 /home/build /work
152023-12-19T22:01:17.579Zprocess exited: duration 4200 ms, exit code 0
 
162023-12-19T22:01:17.597Zstarting task 1: "rust-toolchain"
172023-12-19T22:01:17.604Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-19T22:01:17.613Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-19T22:01:17.791Zinfo: downloading installer
202023-12-19T22:01:19.452Zwarning: it looks like you have an existing installation of Rust at:
212023-12-19T22:01:19.453Zwarning: /opt/ooce/bin
222023-12-19T22:01:19.453Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-19T22:01:19.453Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-19T22:01:19.453Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-19T22:01:19.453Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-19T22:01:19.453Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-19T22:01:19.454Zerror: cannot install while Rust is installed
282023-12-19T22:01:19.454Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-19T22:01:19.587Zinfo: profile set to 'default'
302023-12-19T22:01:19.587Zinfo: default host triple is x86_64-unknown-illumos
312023-12-19T22:01:19.597Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-19T22:01:19.749Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-19T22:01:19.749Zinfo: downloading component 'cargo'
342023-12-19T22:01:20.394Zinfo: downloading component 'clippy'
352023-12-19T22:01:20.634Zinfo: downloading component 'rust-docs'
362023-12-19T22:01:21.472Zinfo: downloading component 'rust-std'
372023-12-19T22:01:22.990Zinfo: downloading component 'rustc'
382023-12-19T22:01:26.512Zinfo: downloading component 'rustfmt'
392023-12-19T22:01:26.776Zinfo: installing component 'cargo'
402023-12-19T22:01:28.858Zinfo: installing component 'clippy'
412023-12-19T22:01:29.804Zinfo: installing component 'rust-docs'
422023-12-19T22:01:32.531Zinfo: installing component 'rust-std'
432023-12-19T22:01:36.837Zinfo: installing component 'rustc'
442023-12-19T22:01:47.483Zinfo: installing component 'rustfmt'
452023-12-19T22:01:47.932Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-19T22:01:47.933Z
472023-12-19T22:01:48.059Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-19T22:01:48.060Z
492023-12-19T22:01:48.063Z
502023-12-19T22:01:48.064ZRust is installed now. Great!
512023-12-19T22:01:48.064Z
522023-12-19T22:01:48.064ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-19T22:01:48.064Zenvironment variable. This has not been done automatically.
542023-12-19T22:01:48.064Z
552023-12-19T22:01:48.064ZTo configure your current shell, run:
562023-12-19T22:01:48.064Zsource "$HOME/.cargo/env"
572023-12-19T22:01:48.170Z+ rustc --version
582023-12-19T22:01:48.295Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-19T22:01:48.375Zprocess exited: duration 30709 ms, exit code 0
 
602023-12-19T22:01:48.420Zstarting task 2: "authentication"
612023-12-19T22:01:48.851Zprocess exited: duration 455 ms, exit code 0
 
622023-12-19T22:01:48.878Zstarting task 3: "clone repository"
632023-12-19T22:01:48.911Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-19T22:01:48.912Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-19T22:01:48.930ZCloning into '/work/oxidecomputer/omicron'...
662023-12-19T22:02:02.776Z+ cd /work/oxidecomputer/omicron
672023-12-19T22:02:02.777Z+ [[ -n sled-uninit-list-fix-fake-pagination ]]
682023-12-19T22:02:02.777Z+ git fetch origin sled-uninit-list-fix-fake-pagination
692023-12-19T22:02:02.777ZFrom https://github.com/oxidecomputer/omicron
702023-12-19T22:02:02.777Z * branch sled-uninit-list-fix-fake-pagination -> FETCH_HEAD
712023-12-19T22:02:02.777Z+ git checkout -B sled-uninit-list-fix-fake-pagination remotes/origin/sled-uninit-list-fix-fake-pagination
722023-12-19T22:02:02.779ZSwitched to a new branch 'sled-uninit-list-fix-fake-pagination'
732023-12-19T22:02:02.779Zbranch 'sled-uninit-list-fix-fake-pagination' set up to track 'origin/sled-uninit-list-fix-fake-pagination'.
742023-12-19T22:02:02.779Z+ git reset --hard 06a385178b6b5ac06ab7c46eee164f19212f2f0d
752023-12-19T22:02:02.780ZHEAD is now at 06a38517 review fixes
762023-12-19T22:02:02.780Zprocess exited: duration 8402 ms, exit code 0
 
772023-12-19T22:02:03.322Zstarting task 4: "build"
782023-12-19T22:02:03.358Z+ cargo --version
792023-12-19T22:02:03.359Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-19T22:02:03.553Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-19T22:02:03.603Zinfo: downloading component 'cargo'
822023-12-19T22:02:04.533Zinfo: downloading component 'clippy'
832023-12-19T22:02:04.831Zinfo: downloading component 'rust-docs'
842023-12-19T22:02:06.048Zinfo: downloading component 'rust-std'
852023-12-19T22:02:08.103Zinfo: downloading component 'rustc'
862023-12-19T22:02:13.033Zinfo: downloading component 'rustfmt'
872023-12-19T22:02:13.304Zinfo: installing component 'cargo'
882023-12-19T22:02:14.594Zinfo: installing component 'clippy'
892023-12-19T22:02:15.053Zinfo: installing component 'rust-docs'
902023-12-19T22:02:17.906Zinfo: installing component 'rust-std'
912023-12-19T22:02:20.648Zinfo: installing component 'rustc'
922023-12-19T22:02:26.537Zinfo: installing component 'rustfmt'
932023-12-19T22:02:27.091Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-19T22:02:27.095Z+ rustc --version
952023-12-19T22:02:27.217Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-19T22:02:27.226Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-19T22:02:38.484Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-19T22:02:39.962Z Startup: Caching catalogs ... Done
992023-12-19T22:02:47.834ZPlanning: Solver setup ... Done (7.015s)
1002023-12-19T22:02:47.837ZPlanning: Running solver ... Done (0.157s)
1012023-12-19T22:02:47.837ZPlanning: Finding local manifests ... Done (0.004s)
1022023-12-19T22:02:47.837ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-19T22:02:47.918ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-19T22:02:48.008ZPlanning: Package planning ... Done (0.091s)
1052023-12-19T22:02:48.105ZPlanning: Merging actions ... Done (0.085s)
1062023-12-19T22:02:48.750ZPlanning: Checking for conflicting actions ... Done (0.648s)
1072023-12-19T22:02:48.769ZPlanning: Consolidating action changes ... Done (0.020s)
1082023-12-19T22:02:53.521ZPlanning: Evaluating mediators ... Done (4.142s)
1092023-12-19T22:02:53.544ZPlanning: Planning completed in 12.99 seconds
1102023-12-19T22:02:53.544Z Packages to install: 4
1112023-12-19T22:02:53.544Z Packages to update: 2
1122023-12-19T22:02:53.544Z Mediators to change: 2
1132023-12-19T22:02:53.544Z Services to change: 1
1142023-12-19T22:02:53.544Z Estimated space available: 148.88 GB
1152023-12-19T22:02:53.544ZEstimated space to be consumed: 1.43 GB
1162023-12-19T22:02:53.544Z Create boot environment: No
1172023-12-19T22:02:53.544ZCreate backup boot environment: Yes
1182023-12-19T22:02:53.544Z Rebuild boot archive: No
1192023-12-19T22:02:53.544Z
1202023-12-19T22:02:53.545ZChanged mediators:
1212023-12-19T22:02:53.545Z mediator clang:
1222023-12-19T22:02:53.545Z version: None -> 15 (system default)
1232023-12-19T22:02:53.545Z
1242023-12-19T22:02:53.545Z mediator llvm:
1252023-12-19T22:02:53.545Z version: 14 (system default) -> 15 (system default)
1262023-12-19T22:02:53.545Z
1272023-12-19T22:02:53.545ZChanged packages:
1282023-12-19T22:02:53.545Zhelios-dev
1292023-12-19T22:02:53.545Z developer/build-essential
1302023-12-19T22:02:53.545Z None -> 11-2.0
1312023-12-19T22:02:53.545Z library/libxmlsec1
1322023-12-19T22:02:53.546Z None -> 1.2.35-2.0
1332023-12-19T22:02:53.546Z ooce/developer/clang-15
1342023-12-19T22:02:53.546Z None -> 15.0.7-2.0
1352023-12-19T22:02:53.546Z ooce/developer/llvm-15
1362023-12-19T22:02:53.546Z None -> 15.0.7-2.0
1372023-12-19T22:02:53.547Z system/library/g++-runtime
1382023-12-19T22:02:53.547Z 12-2.0 -> 13-2.0
1392023-12-19T22:02:53.547Z system/library/gcc-runtime
1402023-12-19T22:02:53.547Z 12-2.0 -> 13-2.0
1412023-12-19T22:02:53.547Z
1422023-12-19T22:02:53.547ZServices:
1432023-12-19T22:02:53.547Z restart_fmri:
1442023-12-19T22:02:53.548Z svc:/system/update-man-index:default
1452023-12-19T22:02:53.548Z
1462023-12-19T22:02:53.548ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-19T22:02:58.468ZDownload: 1198/3330 items 76.7/221.1MB 34% complete (16.6M/s)
1482023-12-19T22:03:03.477ZDownload: 2197/3330 items 119.1/221.1MB 53% complete (12.0M/s)
1492023-12-19T22:03:08.479ZDownload: 2311/3330 items 119.8/221.1MB 54% complete (4.4M/s)
1502023-12-19T22:03:13.480ZDownload: 3205/3330 items 165.9/221.1MB 75% complete (4.6M/s)
1512023-12-19T22:03:19.093ZDownload: 3323/3330 items 220.4/221.1MB 99% complete (10.8M/s)
1522023-12-19T22:03:22.333ZDownload: Completed 221.11 MB in 29.07 seconds (7.6M/s)
1532023-12-19T22:03:24.795Z Actions: 1/3766 actions (Removing old actions)
1542023-12-19T22:03:24.797Z Actions: 5/3766 actions (Installing new actions)
1552023-12-19T22:03:29.388Z Actions: 3330/3766 actions (Installing new actions)
1562023-12-19T22:03:32.598Z Actions: 3729/3766 actions (Updating modified actions)
1572023-12-19T22:03:33.169Z Actions: Completed 3766 actions in 8.81 seconds.
1582023-12-19T22:03:33.385Z Done (0.208s)
1592023-12-19T22:03:33.388Z Done (0.000s)
1602023-12-19T22:03:33.676Z Done (0.290s)
1612023-12-19T22:03:41.230Z Done (7.424s)
1622023-12-19T22:03:41.485Z Done (0.150s)
1632023-12-19T22:03:41.896Z Done (0.000s)
1642023-12-19T22:03:41.896Z Done (0.000s)
1652023-12-19T22:03:42.424ZPlanning: Evaluating mediator changes ... Done
1662023-12-19T22:03:42.708ZPlanning: Checking for conflicting actions ... Done
1672023-12-19T22:03:42.713ZPlanning: Consolidating action changes ... Done
1682023-12-19T22:03:43.146ZPlanning: Evaluating mediators ... Done
1692023-12-19T22:03:43.150ZPlanning: Planning completed in 0.72 seconds
1702023-12-19T22:03:43.210Z Mediators to change: 2
1712023-12-19T22:03:43.210Z Create boot environment: No
1722023-12-19T22:03:43.221ZCreate backup boot environment: No
1732023-12-19T22:03:43.309Z Done
1742023-12-19T22:03:43.309Z Done
1752023-12-19T22:03:43.483Z Done
1762023-12-19T22:03:49.525Z Done
1772023-12-19T22:03:49.655Z Done
1782023-12-19T22:03:49.661Z Done
1792023-12-19T22:03:49.750Z Done
1802023-12-19T22:03:50.753ZPlanning: Evaluating mediator changes ... Done
1812023-12-19T22:03:50.759ZPlanning: Merging actions ... Done
1822023-12-19T22:03:51.095ZPlanning: Checking for conflicting actions ... Done
1832023-12-19T22:03:51.104ZPlanning: Consolidating action changes ... Done
1842023-12-19T22:03:51.545ZPlanning: Evaluating mediators ... Done
1852023-12-19T22:03:51.638ZPlanning: Planning completed in 1.31 seconds
1862023-12-19T22:03:51.747Z Packages to change: 1
1872023-12-19T22:03:51.747Z Mediators to change: 1
1882023-12-19T22:03:51.747Z Services to change: 1
1892023-12-19T22:03:51.756Z Create boot environment: No
1902023-12-19T22:03:51.756ZCreate backup boot environment: Yes
1912023-12-19T22:03:53.930Z Actions: 1/6 actions (Updating modified actions)
1922023-12-19T22:03:53.933Z Actions: Completed 6 actions in 0.00 seconds.
1932023-12-19T22:03:53.933Z Done
1942023-12-19T22:03:53.933Z Done
1952023-12-19T22:03:53.998Z Done
1962023-12-19T22:03:59.857Z Done
1972023-12-19T22:03:59.981Z Done
1982023-12-19T22:03:59.989Z Done
1992023-12-19T22:04:00.131Z Done
2002023-12-19T22:04:00.772ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012023-12-19T22:04:00.772Zclang system 15 system
2022023-12-19T22:04:00.772Zcsh system system illumos
2032023-12-19T22:04:00.773Zctags system system illumos
2042023-12-19T22:04:00.773Zgcc vendor 12 vendor
2052023-12-19T22:04:00.773Zgcc system 10 system
2062023-12-19T22:04:00.773Zgcc system 7 system
2072023-12-19T22:04:00.773Zgo system 1.20 system
2082023-12-19T22:04:00.773Zgo system 1.19 system
2092023-12-19T22:04:00.775Zllvm system 15 system
2102023-12-19T22:04:00.775Zllvm system 14 system
2112023-12-19T22:04:00.775Zmariadb system 10.6 system
2122023-12-19T22:04:00.775Zmta vendor vendor dma
2132023-12-19T22:04:00.775Zopenjdk system 17 system
2142023-12-19T22:04:00.775Zopenjdk system 11 system
2152023-12-19T22:04:00.776Zopenjdk system 1.8 system
2162023-12-19T22:04:00.776Zopenssl vendor 3 vendor
2172023-12-19T22:04:00.776Zperl system 5.36 system
2182023-12-19T22:04:00.776Zpostgresql system 15 system
2192023-12-19T22:04:00.777Zpostgresql system 13 system
2202023-12-19T22:04:00.777Zpython vendor 3 vendor
2212023-12-19T22:04:00.777Zpython system 2 system
2222023-12-19T22:04:00.777Zpython3 system 3.11 system
2232023-12-19T22:04:00.777Zruby system 3.0 system
2242023-12-19T22:04:00.777Zwords vendor vendor american-english
2252023-12-19T22:04:00.778Zwords system system australian-english
2262023-12-19T22:04:00.778Zwords system system british-english
2272023-12-19T22:04:00.778Zwords system system canadian-english
2282023-12-19T22:04:00.778Zwords system system french
2292023-12-19T22:04:00.778Zwords system system italian
2302023-12-19T22:04:00.778Zwords system system ngerman
2312023-12-19T22:04:00.778Zwords system system ogerman
2322023-12-19T22:04:00.778Zwords system system spanish
2332023-12-19T22:04:01.304ZFMRI IFO
2342023-12-19T22:04:01.304Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352023-12-19T22:04:01.304Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362023-12-19T22:04:01.304Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372023-12-19T22:04:01.304Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2382023-12-19T22:04:01.304Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392023-12-19T22:04:01.304Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2402023-12-19T22:04:01.305Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2412023-12-19T22:04:01.305Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2422023-12-19T22:04:01.386Z+ set -o errexit
2432023-12-19T22:04:01.390Z+++ dirname ./tools/ci_download_cockroachdb
2442023-12-19T22:04:01.390Z++ cd ./tools
2452023-12-19T22:04:01.391Z++ pwd
2462023-12-19T22:04:01.395Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2472023-12-19T22:04:01.395Z++ basename ./tools/ci_download_cockroachdb
2482023-12-19T22:04:01.395Z+ ARG0=ci_download_cockroachdb
2492023-12-19T22:04:01.399Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2502023-12-19T22:04:01.399Z+ CIDL_VERSION=v22.1.9
2512023-12-19T22:04:01.399Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2522023-12-19T22:04:01.399Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2532023-12-19T22:04:01.399Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2542023-12-19T22:04:01.399Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2552023-12-19T22:04:01.399Z+ TARGET_DIR=out
2562023-12-19T22:04:01.399Z+ DOWNLOAD_DIR=out/downloads
2572023-12-19T22:04:01.399Z+ DEST_DIR=./out/cockroachdb
2582023-12-19T22:04:01.399Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2592023-12-19T22:04:01.399Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2602023-12-19T22:04:01.399Z+ main
2612023-12-19T22:04:01.399Z+ [[ 0 != 0 ]]
2622023-12-19T22:04:01.399Z+ CIDL_OS=solaris2.11
2632023-12-19T22:04:01.399Z+ [[ 0 != 0 ]]
2642023-12-19T22:04:01.399Z+ configure_os solaris2.11
2652023-12-19T22:04:01.399Z+ echo 'current directory: /work/oxidecomputer/omicron'
2662023-12-19T22:04:01.399Zcurrent directory: /work/oxidecomputer/omicron
2672023-12-19T22:04:01.399Z+ echo 'configuring based on OS: "solaris2.11"'
2682023-12-19T22:04:01.399Zconfiguring based on OS: "solaris2.11"
2692023-12-19T22:04:01.399Z+ case "$1" in
2702023-12-19T22:04:01.399Z+ CIDL_BUILD=illumos
2712023-12-19T22:04:01.400Z+ CIDL_SUFFIX=tar.gz
2722023-12-19T22:04:01.400Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2732023-12-19T22:04:01.400Z+ CIDL_MD5FUNC=do_md5sum
2742023-12-19T22:04:01.400Z+ CIDL_URL_BASE=https://illumos.org/downloads
2752023-12-19T22:04:01.400Z+ CIDL_ASSEMBLE=do_assemble_illumos
2762023-12-19T22:04:01.400Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2772023-12-19T22:04:01.400Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2782023-12-19T22:04:01.400Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-12-19T22:04:01.400Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2802023-12-19T22:04:01.400Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-12-19T22:04:01.400Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822023-12-19T22:04:01.400ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-19T22:04:01.400ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-12-19T22:04:01.404Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852023-12-19T22:04:01.404Z+ mkdir -p out/downloads
2862023-12-19T22:04:01.404Z+ mkdir -p ./out/cockroachdb
2872023-12-19T22:04:01.404Z+ local DO_DOWNLOAD=true
2882023-12-19T22:04:01.404Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2892023-12-19T22:04:01.404Z+ '[' true == true ']'
2902023-12-19T22:04:01.404Z+ echo Downloading...
2912023-12-19T22:04:01.404ZDownloading...
2922023-12-19T22:04:01.404Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-12-19T22:04:01.404Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942023-12-19T22:04:05.856Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-12-19T22:04:05.859Z++ md5sum
2962023-12-19T22:04:05.859Z++ awk '{print $1}'
2972023-12-19T22:04:06.042Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2982023-12-19T22:04:06.042Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2992023-12-19T22:04:06.042Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-12-19T22:04:06.046Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3012023-12-19T22:04:09.379Z+ do_assemble_illumos
3022023-12-19T22:04:09.379Z+ rm -r ./out/cockroachdb
3032023-12-19T22:04:09.386Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3042023-12-19T22:04:10.069Z+ ./out/cockroachdb/bin/cockroach version
3052023-12-19T22:04:10.369ZBuild Tag: v22.1.9-dirty
3062023-12-19T22:04:10.369ZBuild Time: 2022/10/26 21:17:46
3072023-12-19T22:04:10.369ZDistribution: OSS
3082023-12-19T22:04:10.369ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3092023-12-19T22:04:10.369ZGo Version: go1.17.13
3102023-12-19T22:04:10.369ZC Compiler: gcc 10.3.0
3112023-12-19T22:04:10.369ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3122023-12-19T22:04:10.369ZBuild Type: release
3132023-12-19T22:04:10.397Z+ set -o errexit
3142023-12-19T22:04:10.402Z+++ dirname ./tools/ci_download_clickhouse
3152023-12-19T22:04:10.402Z++ cd ./tools
3162023-12-19T22:04:10.402Z++ pwd
3172023-12-19T22:04:10.402Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3182023-12-19T22:04:10.402Z++ basename ./tools/ci_download_clickhouse
3192023-12-19T22:04:10.402Z+ ARG0=ci_download_clickhouse
3202023-12-19T22:04:10.402Z+ TARGET_DIR=out
3212023-12-19T22:04:10.402Z+ DOWNLOAD_DIR=out/downloads
3222023-12-19T22:04:10.402Z+ DEST_DIR=./out/clickhouse
3232023-12-19T22:04:10.402Z+ CIDL_VERSION=v22.8.9.24
3242023-12-19T22:04:10.402Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3252023-12-19T22:04:10.402Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3262023-12-19T22:04:10.403Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3272023-12-19T22:04:10.403Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3282023-12-19T22:04:10.403Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3292023-12-19T22:04:10.410Z+ main
3302023-12-19T22:04:10.414Z+ [[ 0 != 0 ]]
3312023-12-19T22:04:10.414Z+ CIDL_OS=solaris2.11
3322023-12-19T22:04:10.414Z+ [[ 0 != 0 ]]
3332023-12-19T22:04:10.414Z+ configure_os solaris2.11
3342023-12-19T22:04:10.414Z+ echo 'current directory: /work/oxidecomputer/omicron'
3352023-12-19T22:04:10.414Zcurrent directory: /work/oxidecomputer/omicron
3362023-12-19T22:04:10.414Zconfiguring based on OS: "solaris2.11"
3372023-12-19T22:04:10.414Z+ echo 'configuring based on OS: "solaris2.11"'
3382023-12-19T22:04:10.414Z+ CIDL_DASHREV=
3392023-12-19T22:04:10.414Z+ case "$1" in
3402023-12-19T22:04:10.414Z+ CIDL_PLATFORM=illumos
3412023-12-19T22:04:10.414Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3422023-12-19T22:04:10.415Z+ CIDL_MD5FUNC=do_md5sum
3432023-12-19T22:04:10.415Z+ CIDL_DASHREV=-1
3442023-12-19T22:04:10.415Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3452023-12-19T22:04:10.415Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-12-19T22:04:10.415Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-12-19T22:04:10.415Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-19T22:04:10.415Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492023-12-19T22:04:10.415ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-19T22:04:10.415Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512023-12-19T22:04:10.415ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-12-19T22:04:10.415Z+ mkdir -p out/downloads
3532023-12-19T22:04:10.415Z+ mkdir -p ./out/clickhouse
3542023-12-19T22:04:10.423Z+ local DO_DOWNLOAD=true
3552023-12-19T22:04:10.423Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3562023-12-19T22:04:10.423Z+ '[' true == true ']'
3572023-12-19T22:04:10.423ZDownloading...
3582023-12-19T22:04:10.423Z+ echo Downloading...
3592023-12-19T22:04:10.423Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-12-19T22:04:10.424Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612023-12-19T22:04:12.031Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622023-12-19T22:04:12.035Z++ md5sum
3632023-12-19T22:04:12.035Z++ awk '{print $1}'
3642023-12-19T22:04:12.302Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3652023-12-19T22:04:12.302Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3662023-12-19T22:04:12.302Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3672023-12-19T22:04:12.321Z+ mkdir -p ./out/clickhouse
3682023-12-19T22:04:12.321Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3692023-12-19T22:04:17.131Z+ ./out/clickhouse/clickhouse server --version
3702023-12-19T22:04:17.184ZClickHouse server version 22.8.9.1.
3712023-12-19T22:04:17.206Z+ set -o errexit
3722023-12-19T22:04:17.209Z+++ dirname ./tools/ci_download_console
3732023-12-19T22:04:17.212Z++ cd ./tools
3742023-12-19T22:04:17.212Z++ pwd
3752023-12-19T22:04:17.213Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762023-12-19T22:04:17.216Z++ basename ./tools/ci_download_console
3772023-12-19T22:04:17.216Z+ ARG0=ci_download_console
3782023-12-19T22:04:17.216Z+ TARGET_DIR=out
3792023-12-19T22:04:17.216Z+ DOWNLOAD_DIR=out/downloads
3802023-12-19T22:04:17.216Z+ DEST_DIR=./out/console-assets
3812023-12-19T22:04:17.216Z+ source /work/oxidecomputer/omicron/tools/console_version
3822023-12-19T22:04:17.218Z++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e
3832023-12-19T22:04:17.218Z++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
3842023-12-19T22:04:17.218Z+ URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
3852023-12-19T22:04:17.218Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862023-12-19T22:04:17.218Z+ main
3872023-12-19T22:04:17.218Z+ [[ 0 != 0 ]]
3882023-12-19T22:04:17.218Z+ echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz'
3892023-12-19T22:04:17.218ZURL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
3902023-12-19T22:04:17.218Z+ echo 'Local file: out/downloads/console.tar.gz'
3912023-12-19T22:04:17.218ZLocal file: out/downloads/console.tar.gz
3922023-12-19T22:04:17.218Z+ local DO_DOWNLOAD=true
3932023-12-19T22:04:17.219Z+ [[ -f out/downloads/console.tar.gz ]]
3942023-12-19T22:04:17.219Z+ mkdir -p out/downloads
3952023-12-19T22:04:17.222Z+ '[' true == true ']'
3962023-12-19T22:04:17.222Z+ echo Downloading...
3972023-12-19T22:04:17.222ZDownloading...
3982023-12-19T22:04:17.222Z+ do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz
3992023-12-19T22:04:17.222Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
4002023-12-19T22:04:17.996Z++ do_sha256sum out/downloads/console.tar.gz
4012023-12-19T22:04:17.999Z++ case "$OSTYPE" in
4022023-12-19T22:04:17.999Z++ SHA=sha256sum
4032023-12-19T22:04:18.000Z++ sha256sum
4042023-12-19T22:04:18.000Z++ awk '{print $1}'
4052023-12-19T22:04:18.021Z+ calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
4062023-12-19T22:04:18.024Z+ [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]]
4072023-12-19T22:04:18.024Z+ rm -rf ./out/console-assets
4082023-12-19T22:04:18.024Z+ mkdir -p ./out/console-assets
4092023-12-19T22:04:18.027Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4102023-12-19T22:04:18.027Z+ mkdir -p ./out/console-assets
4112023-12-19T22:04:18.030Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4122023-12-19T22:04:18.162Z+ set -o errexit
4132023-12-19T22:04:18.166Z+++ dirname ./tools/ci_download_maghemite_openapi
4142023-12-19T22:04:18.169Z++ cd ./tools
4152023-12-19T22:04:18.169Z++ pwd
4162023-12-19T22:04:18.169Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172023-12-19T22:04:18.171Z++ basename ./tools/ci_download_maghemite_openapi
4182023-12-19T22:04:18.174Z+ ARG0=ci_download_maghemite_openapi
4192023-12-19T22:04:18.174Z+ TARGET_DIR=out
4202023-12-19T22:04:18.174Z+ DOWNLOAD_DIR=out/downloads
4212023-12-19T22:04:18.174Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4222023-12-19T22:04:18.174Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4232023-12-19T22:04:18.174Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4242023-12-19T22:04:18.174Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4252023-12-19T22:04:18.174Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4262023-12-19T22:04:18.174Z+ main
4272023-12-19T22:04:18.174Z+ [[ 0 != 0 ]]
4282023-12-19T22:04:18.175Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4292023-12-19T22:04:18.175ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4302023-12-19T22:04:18.175Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4312023-12-19T22:04:18.175ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4322023-12-19T22:04:18.175Z+ local DO_DOWNLOAD=true
4332023-12-19T22:04:18.175Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4342023-12-19T22:04:18.175Z+ mkdir -p out/downloads
4352023-12-19T22:04:18.175Z+ '[' true == true ']'
4362023-12-19T22:04:18.175Z+ echo Downloading...
4372023-12-19T22:04:18.175ZDownloading...
4382023-12-19T22:04:18.175Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4392023-12-19T22:04:18.175Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4402023-12-19T22:04:18.454Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4412023-12-19T22:04:18.463Z++ case "$OSTYPE" in
4422023-12-19T22:04:18.463Z++ SHA=sha256sum
4432023-12-19T22:04:18.463Z++ sha256sum
4442023-12-19T22:04:18.463Z++ awk '{print $1}'
4452023-12-19T22:04:18.464Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4462023-12-19T22:04:18.464Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4472023-12-19T22:04:18.464Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4482023-12-19T22:04:18.464Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4492023-12-19T22:04:18.464Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4502023-12-19T22:04:18.465Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4512023-12-19T22:04:18.465Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4522023-12-19T22:04:18.465Z+ main
4532023-12-19T22:04:18.465Z+ [[ 0 != 0 ]]
4542023-12-19T22:04:18.465Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4552023-12-19T22:04:18.466ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4562023-12-19T22:04:18.466Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4572023-12-19T22:04:18.466ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4582023-12-19T22:04:18.466Z+ local DO_DOWNLOAD=true
4592023-12-19T22:04:18.466Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4602023-12-19T22:04:18.469Z+ mkdir -p out/downloads
4612023-12-19T22:04:18.469Z+ '[' true == true ']'
4622023-12-19T22:04:18.469Z+ echo Downloading...
4632023-12-19T22:04:18.469ZDownloading...
4642023-12-19T22:04:18.470Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652023-12-19T22:04:18.470Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4662023-12-19T22:04:18.703Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4672023-12-19T22:04:18.714Z++ case "$OSTYPE" in
4682023-12-19T22:04:18.714Z++ SHA=sha256sum
4692023-12-19T22:04:18.714Z++ sha256sum
4702023-12-19T22:04:18.715Z++ awk '{print $1}'
4712023-12-19T22:04:18.715Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4722023-12-19T22:04:18.715Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4732023-12-19T22:04:18.721Z+ set -o errexit
4742023-12-19T22:04:18.721Z+++ dirname ./tools/ci_download_dendrite_openapi
4752023-12-19T22:04:18.727Z++ cd ./tools
4762023-12-19T22:04:18.727Z++ pwd
4772023-12-19T22:04:18.727Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782023-12-19T22:04:18.727Z++ basename ./tools/ci_download_dendrite_openapi
4792023-12-19T22:04:18.727Z+ ARG0=ci_download_dendrite_openapi
4802023-12-19T22:04:18.729Z+ TARGET_DIR=out
4812023-12-19T22:04:18.729Z+ DOWNLOAD_DIR=out/downloads
4822023-12-19T22:04:18.730Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4832023-12-19T22:04:18.730Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4842023-12-19T22:04:18.730Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4852023-12-19T22:04:18.730Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4862023-12-19T22:04:18.730Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4872023-12-19T22:04:18.731Z+ main
4882023-12-19T22:04:18.731Z+ [[ 0 != 0 ]]
4892023-12-19T22:04:18.731Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4902023-12-19T22:04:18.731ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4912023-12-19T22:04:18.731ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4922023-12-19T22:04:18.731Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4932023-12-19T22:04:18.731Z+ local DO_DOWNLOAD=true
4942023-12-19T22:04:18.732Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4952023-12-19T22:04:18.732Z+ mkdir -p out/downloads
4962023-12-19T22:04:18.738Z+ '[' true == true ']'
4972023-12-19T22:04:18.738Z+ echo Downloading...
4982023-12-19T22:04:18.739ZDownloading...
4992023-12-19T22:04:18.739Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5002023-12-19T22:04:18.739Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5012023-12-19T22:04:18.916Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5022023-12-19T22:04:18.926Z++ case "$OSTYPE" in
5032023-12-19T22:04:18.926Z++ SHA=sha256sum
5042023-12-19T22:04:18.926Z++ sha256sum
5052023-12-19T22:04:18.927Z++ awk '{print $1}'
5062023-12-19T22:04:18.927Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5072023-12-19T22:04:18.927Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5082023-12-19T22:04:18.935Z+ set -o errexit
5092023-12-19T22:04:18.935Z+++ dirname ./tools/ci_download_dendrite_stub
5102023-12-19T22:04:18.935Z++ cd ./tools
5112023-12-19T22:04:18.935Z++ pwd
5122023-12-19T22:04:18.941Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5132023-12-19T22:04:18.941Z++ basename ./tools/ci_download_dendrite_stub
5142023-12-19T22:04:18.942Z+ ARG0=ci_download_dendrite_stub
5152023-12-19T22:04:18.942Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5162023-12-19T22:04:18.942Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5172023-12-19T22:04:18.942Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5182023-12-19T22:04:18.942Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5192023-12-19T22:04:18.942Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5202023-12-19T22:04:18.942Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5212023-12-19T22:04:18.942Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5222023-12-19T22:04:18.942Z+ TARGET_DIR=out
5232023-12-19T22:04:18.944Z+ DOWNLOAD_DIR=out/downloads
5242023-12-19T22:04:18.944Z+ DEST_DIR=./out/dendrite-stub
5252023-12-19T22:04:18.944Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5262023-12-19T22:04:18.944Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5272023-12-19T22:04:18.944Z+ REPO=oxidecomputer/dendrite
5282023-12-19T22:04:18.944Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5292023-12-19T22:04:18.944Z+ main
5302023-12-19T22:04:18.944Z+ [[ 0 != 0 ]]
5312023-12-19T22:04:18.944Z+ CIDL_OS=solaris2.11
5322023-12-19T22:04:18.944Z+ [[ 0 != 0 ]]
5332023-12-19T22:04:18.944Z+ configure_os solaris2.11
5342023-12-19T22:04:18.944Z+ echo 'current directory: /work/oxidecomputer/omicron'
5352023-12-19T22:04:18.945Zcurrent directory: /work/oxidecomputer/omicron
5362023-12-19T22:04:18.945Z+ echo 'configuring based on OS: "solaris2.11"'
5372023-12-19T22:04:18.945Zconfiguring based on OS: "solaris2.11"
5382023-12-19T22:04:18.945Z+ case "$1" in
5392023-12-19T22:04:18.945Z+ SET_BINARIES=
5402023-12-19T22:04:18.946Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5412023-12-19T22:04:18.946Z+ CIDL_SHA256FUNC=do_sha256sum
5422023-12-19T22:04:18.946Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5432023-12-19T22:04:18.946Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5442023-12-19T22:04:18.946Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5452023-12-19T22:04:18.946Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5462023-12-19T22:04:18.946ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5472023-12-19T22:04:18.946Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5482023-12-19T22:04:18.946ZLocal file: out/downloads/dendrite-stub.tar.gz
5492023-12-19T22:04:18.946Z+ mkdir -p out/downloads
5502023-12-19T22:04:18.952Z+ mkdir -p ./out/dendrite-stub
5512023-12-19T22:04:18.952Z+ fetch_and_verify
5522023-12-19T22:04:18.952Z+ local DO_DOWNLOAD=true
5532023-12-19T22:04:18.952Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5542023-12-19T22:04:18.952Z+ '[' true == true ']'
5552023-12-19T22:04:18.952Z+ echo Downloading...
5562023-12-19T22:04:18.952ZDownloading...
5572023-12-19T22:04:18.952Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5582023-12-19T22:04:18.952Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5592023-12-19T22:04:26.226Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5602023-12-19T22:04:26.236Z++ sha256sum
5612023-12-19T22:04:26.236Z++ awk '{print $1}'
5622023-12-19T22:04:26.327Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5632023-12-19T22:04:26.327Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5642023-12-19T22:04:26.330Z+ do_untar out/downloads/dendrite-stub.tar.gz
5652023-12-19T22:04:26.330Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5662023-12-19T22:04:27.437Z+ do_assemble
5672023-12-19T22:04:27.438Z+ rm -r ./out/dendrite-stub
5682023-12-19T22:04:27.445Z+ mkdir ./out/dendrite-stub
5692023-12-19T22:04:27.445Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5702023-12-19T22:04:27.637Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5712023-12-19T22:04:27.650Z+ set -o errexit
5722023-12-19T22:04:27.653Z+++ dirname ./tools/ci_download_maghemite_mgd
5732023-12-19T22:04:27.656Z++ cd ./tools
5742023-12-19T22:04:27.656Z++ pwd
5752023-12-19T22:04:27.656Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5762023-12-19T22:04:27.656Z++ basename ./tools/ci_download_maghemite_mgd
5772023-12-19T22:04:27.660Z+ ARG0=ci_download_maghemite_mgd
5782023-12-19T22:04:27.660Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5792023-12-19T22:04:27.660Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5802023-12-19T22:04:27.660Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5812023-12-19T22:04:27.660Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5822023-12-19T22:04:27.661Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5832023-12-19T22:04:27.661Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5842023-12-19T22:04:27.661Z+ TARGET_DIR=out
5852023-12-19T22:04:27.661Z+ DOWNLOAD_DIR=out/downloads
5862023-12-19T22:04:27.661Z+ DEST_DIR=./out/mgd
5872023-12-19T22:04:27.661Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5882023-12-19T22:04:27.661Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5892023-12-19T22:04:27.661Z+ REPO=oxidecomputer/maghemite
5902023-12-19T22:04:27.661Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5912023-12-19T22:04:27.661Z+ main
5922023-12-19T22:04:27.661Z+ [[ 0 != 0 ]]
5932023-12-19T22:04:27.661Z+ CIDL_OS=solaris2.11
5942023-12-19T22:04:27.661Z+ [[ 0 != 0 ]]
5952023-12-19T22:04:27.661Z+ configure_os solaris2.11
5962023-12-19T22:04:27.661Z+ echo 'current directory: /work/oxidecomputer/omicron'
5972023-12-19T22:04:27.661Zcurrent directory: /work/oxidecomputer/omicron
5982023-12-19T22:04:27.661Z+ echo 'configuring based on OS: "solaris2.11"'
5992023-12-19T22:04:27.661Z+ case "$1" in
6002023-12-19T22:04:27.661Z+ SET_BINARIES=
6012023-12-19T22:04:27.661Zconfiguring based on OS: "solaris2.11"
6022023-12-19T22:04:27.661Z+ CIDL_SHA256FUNC=do_sha256sum
6032023-12-19T22:04:27.661Z+ TARBALL_FILENAME=mgd.tar.gz
6042023-12-19T22:04:27.661Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6052023-12-19T22:04:27.661Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6062023-12-19T22:04:27.662Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6072023-12-19T22:04:27.662ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6082023-12-19T22:04:27.662ZLocal file: out/downloads/mgd.tar.gz
6092023-12-19T22:04:27.662Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6102023-12-19T22:04:27.662Z+ mkdir -p out/downloads
6112023-12-19T22:04:27.669Z+ mkdir -p ./out/mgd
6122023-12-19T22:04:27.669Z+ fetch_and_verify
6132023-12-19T22:04:27.669Z+ local DO_DOWNLOAD=true
6142023-12-19T22:04:27.670Z+ [[ -f out/downloads/mgd.tar.gz ]]
6152023-12-19T22:04:27.670Z+ '[' true == true ']'
6162023-12-19T22:04:27.670Z+ echo Downloading...
6172023-12-19T22:04:27.670ZDownloading...
6182023-12-19T22:04:27.670Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6192023-12-19T22:04:27.670Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6202023-12-19T22:04:37.046Z++ do_sha256sum out/downloads/mgd.tar.gz
6212023-12-19T22:04:37.057Z++ sha256sum
6222023-12-19T22:04:37.057Z++ awk '{print $1}'
6232023-12-19T22:04:37.127Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6242023-12-19T22:04:37.127Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6252023-12-19T22:04:37.134Z+ do_untar out/downloads/mgd.tar.gz
6262023-12-19T22:04:37.134Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6272023-12-19T22:04:37.772Z+ do_assemble
6282023-12-19T22:04:37.772Z+ rm -r ./out/mgd
6292023-12-19T22:04:37.775Z+ mkdir ./out/mgd
6302023-12-19T22:04:37.778Z+ cp -r out/downloads/root ./out/mgd/root
6312023-12-19T22:04:37.999Z+ set -o errexit
6322023-12-19T22:04:38.009Z+++ dirname ./tools/ci_download_transceiver_control
6332023-12-19T22:04:38.009Z++ cd ./tools
6342023-12-19T22:04:38.010Z++ pwd
6352023-12-19T22:04:38.010Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6362023-12-19T22:04:38.010Z++ basename ./tools/ci_download_transceiver_control
6372023-12-19T22:04:38.010Z+ ARG0=ci_download_transceiver_control
6382023-12-19T22:04:38.010Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6392023-12-19T22:04:38.010Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402023-12-19T22:04:38.011Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6412023-12-19T22:04:38.011Z+ TARGET_DIR=out
6422023-12-19T22:04:38.011Z+ DOWNLOAD_DIR=out/downloads
6432023-12-19T22:04:38.012Z+ DEST_DIR=./out/transceiver-control
6442023-12-19T22:04:38.012Z+ BIN_DIR=/opt/oxide/bin
6452023-12-19T22:04:38.012Z+ BINARY=xcvradm
6462023-12-19T22:04:38.013Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6472023-12-19T22:04:38.013Z+ REPO=oxidecomputer/transceiver-control
6482023-12-19T22:04:38.013Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492023-12-19T22:04:38.013Z+ main
6502023-12-19T22:04:38.013Z+ [[ 0 != 0 ]]
6512023-12-19T22:04:38.013Z+ CIDL_OS=solaris2.11
6522023-12-19T22:04:38.013Z+ [[ 0 != 0 ]]
6532023-12-19T22:04:38.014Z+ configure_os solaris2.11
6542023-12-19T22:04:38.014Z+ echo 'current directory: /work/oxidecomputer/omicron'
6552023-12-19T22:04:38.014Zcurrent directory: /work/oxidecomputer/omicron
6562023-12-19T22:04:38.014Z+ echo 'configuring based on OS: "solaris2.11"'
6572023-12-19T22:04:38.014Zconfiguring based on OS: "solaris2.11"
6582023-12-19T22:04:38.014Z+ case "$1" in
6592023-12-19T22:04:38.014Z+ SET_BINARIES=
6602023-12-19T22:04:38.015Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612023-12-19T22:04:38.015Z+ CIDL_SHA256FUNC=do_sha256sum
6622023-12-19T22:04:38.015Z+ ARCHIVE_FILENAME=xcvradm.gz
6632023-12-19T22:04:38.015Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642023-12-19T22:04:38.015Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6652023-12-19T22:04:38.015Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6662023-12-19T22:04:38.016ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6672023-12-19T22:04:38.016Z+ echo 'Local file: out/downloads/xcvradm.gz'
6682023-12-19T22:04:38.017ZLocal file: out/downloads/xcvradm.gz
6692023-12-19T22:04:38.017Z+ mkdir -p out/downloads
6702023-12-19T22:04:38.022Z+ mkdir -p ./out/transceiver-control
6712023-12-19T22:04:38.022Z+ fetch_and_verify
6722023-12-19T22:04:38.022Z+ local DO_DOWNLOAD=true
6732023-12-19T22:04:38.022Z+ [[ -f out/downloads/xcvradm.gz ]]
6742023-12-19T22:04:38.022Z+ '[' true == true ']'
6752023-12-19T22:04:38.022Z+ echo Downloading...
6762023-12-19T22:04:38.022ZDownloading...
6772023-12-19T22:04:38.022Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6782023-12-19T22:04:38.022Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792023-12-19T22:04:39.723Z++ do_sha256sum out/downloads/xcvradm.gz
6802023-12-19T22:04:39.733Z++ sha256sum
6812023-12-19T22:04:39.733Z++ awk '{print $1}'
6822023-12-19T22:04:39.739Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6832023-12-19T22:04:39.753Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6842023-12-19T22:04:39.753Z+ do_unpack out/downloads/xcvradm.gz
6852023-12-19T22:04:39.753Z+ mkdir -p out/downloads/root//opt/oxide/bin
6862023-12-19T22:04:39.753Z+ gzip -dc out/downloads/xcvradm.gz
6872023-12-19T22:04:39.945Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6882023-12-19T22:04:39.955Z+ do_assemble
6892023-12-19T22:04:39.955Z+ rm -r ./out/transceiver-control
6902023-12-19T22:04:39.955Z+ mkdir ./out/transceiver-control
6912023-12-19T22:04:39.955Z+ cp -r out/downloads/root ./out/transceiver-control/root
6922023-12-19T22:04:40.162ZAll prerequisites installed successfully
6932023-12-19T22:04:40.171Z
6942023-12-19T22:04:40.171Zreal 2:12.938742517
6952023-12-19T22:04:40.171Zuser 56.890446523
6962023-12-19T22:04:40.171Zsys 10.522237200
6972023-12-19T22:04:40.171Ztrap 0.022019439
6982023-12-19T22:04:40.171Ztflt 0.152655168
6992023-12-19T22:04:40.171Zdflt 0.809589378
7002023-12-19T22:04:40.171Zkflt 0.277746593
7012023-12-19T22:04:40.172Zlock 1.977884051
7022023-12-19T22:04:40.172Zslp 4:04.819576474
7032023-12-19T22:04:40.172Zlat 3.460703829
7042023-12-19T22:04:40.172Zstop 0.072087175
7052023-12-19T22:04:40.172Z+ banner end-to-end-tests
7062023-12-19T22:04:40.270Z
7072023-12-19T22:04:40.270Z ###### # # ##### ##### #### ###### # # #####
7082023-12-19T22:04:40.270Z # ## # # # # # # # ## # # #
7092023-12-19T22:04:40.270Z ##### # # # # # ##### # # # ##### ##### # # # # #
7102023-12-19T22:04:40.270Z # # # # # # # # # # # # # # #
7112023-12-19T22:04:40.270Z # # ## # # # # # # # ## # #
7122023-12-19T22:04:40.270Z ###### # # ##### # #### ###### # # #####
7132023-12-19T22:04:40.270Z
7142023-12-19T22:04:40.296Z+ export CARGO_PROFILE_DEV_DEBUG=1
7152023-12-19T22:04:40.296Z+ CARGO_PROFILE_DEV_DEBUG=1
7162023-12-19T22:04:40.296Z+ export CARGO_PROFILE_TEST_DEBUG=1
7172023-12-19T22:04:40.297Z+ CARGO_PROFILE_TEST_DEBUG=1
7182023-12-19T22:04:40.297Z+ export CARGO_INCREMENTAL=0
7192023-12-19T22:04:40.297Z+ CARGO_INCREMENTAL=0
7202023-12-19T22:04:40.297Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7212023-12-19T22:04:40.608Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222023-12-19T22:04:40.968Z Updating crates.io index
7232023-12-19T22:04:40.973Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242023-12-19T22:04:41.976Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7252023-12-19T22:04:43.980Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7262023-12-19T22:04:44.822Z Updating git repository `http://github.com/oxidecomputer/tofino`
7272023-12-19T22:04:45.213Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7282023-12-19T22:04:45.487Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7292023-12-19T22:04:45.778Z Updating git repository `https://github.com/oxidecomputer/propolis`
7302023-12-19T22:04:46.638Z Updating git repository `https://github.com/oxidecomputer/crucible`
7312023-12-19T22:04:48.866Z Updating git repository `https://github.com/oxidecomputer/opte`
7322023-12-19T22:04:49.869Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7332023-12-19T22:04:50.239Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342023-12-19T22:04:50.854Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352023-12-19T22:04:51.218Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7362023-12-19T22:04:52.156Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372023-12-19T22:04:52.166Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382023-12-19T22:04:52.466Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392023-12-19T22:04:52.963Z Updating git repository `https://github.com/njaremko/samael`
7402023-12-19T22:04:53.415Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7412023-12-19T22:04:54.078Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7422023-12-19T22:04:54.494Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7432023-12-19T22:04:54.875Z Updating git repository `https://github.com/jgallagher/nix`
7442023-12-19T22:04:56.167Z Updating git repository `https://github.com/cbiffle/hubpack`
7452023-12-19T22:04:56.634Z Updating git repository `https://github.com/oxidecomputer/typify`
7462023-12-19T22:04:58.770Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472023-12-19T22:04:59.767Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482023-12-19T22:04:59.996Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492023-12-19T22:05:01.662Z Downloading crates ...
7502023-12-19T22:05:01.863Z Downloaded memoffset v0.9.0
7512023-12-19T22:05:01.870Z Downloaded ansi_term v0.12.1
7522023-12-19T22:05:01.874Z Downloaded darling_macro v0.20.3
7532023-12-19T22:05:01.877Z Downloaded opaque-debug v0.3.0
7542023-12-19T22:05:01.881Z Downloaded match_cfg v0.1.0
7552023-12-19T22:05:01.892Z Downloaded miniz_oxide v0.7.1
7562023-12-19T22:05:01.904Z Downloaded num v0.4.1
7572023-12-19T22:05:01.909Z Downloaded num-complex v0.4.4
7582023-12-19T22:05:01.914Z Downloaded async-stream-impl v0.3.5
7592023-12-19T22:05:01.917Z Downloaded aead v0.5.2
7602023-12-19T22:05:01.920Z Downloaded dirs-sys-next v0.1.2
7612023-12-19T22:05:01.923Z Downloaded colored v2.0.4
7622023-12-19T22:05:01.927Z Downloaded num_threads v0.1.6
7632023-12-19T22:05:01.931Z Downloaded precomputed-hash v0.1.1
7642023-12-19T22:05:01.935Z Downloaded rand_chacha v0.2.2
7652023-12-19T22:05:01.940Z Downloaded display-error-chain v0.2.0
7662023-12-19T22:05:01.944Z Downloaded atty v0.2.14
7672023-12-19T22:05:01.951Z Downloaded rand_chacha v0.3.1
7682023-12-19T22:05:01.951Z Downloaded rand_core v0.5.1
7692023-12-19T22:05:01.954Z Downloaded phf_shared v0.10.0
7702023-12-19T22:05:01.954Z Downloaded parse-display v0.8.2
7712023-12-19T22:05:01.958Z Downloaded adler v1.0.2
7722023-12-19T22:05:01.962Z Downloaded cfg-if v1.0.0
7732023-12-19T22:05:01.965Z Downloaded base16ct v0.2.0
7742023-12-19T22:05:01.969Z Downloaded r2d2 v0.8.10
7752023-12-19T22:05:01.973Z Downloaded parking_lot_core v0.8.6
7762023-12-19T22:05:01.977Z Downloaded parking_lot v0.12.1
7772023-12-19T22:05:01.982Z Downloaded defmt-macros v0.3.6
7782023-12-19T22:05:01.988Z Downloaded predicates v3.0.4
7792023-12-19T22:05:01.995Z Downloaded anstyle-query v1.0.0
7802023-12-19T22:05:01.998Z Downloaded pem-rfc7468 v0.7.0
7812023-12-19T22:05:02.005Z Downloaded postgres-protocol v0.6.6
7822023-12-19T22:05:02.008Z Downloaded bit-vec v0.6.3
7832023-12-19T22:05:02.013Z Downloaded autocfg v1.1.0
7842023-12-19T22:05:02.017Z Downloaded postgres-types v0.2.6
7852023-12-19T22:05:02.022Z Downloaded camino-tempfile v1.1.1
7862023-12-19T22:05:02.028Z Downloaded time-core v0.1.1
7872023-12-19T22:05:02.032Z Downloaded unicase v2.7.0
7882023-12-19T22:05:02.032Z Downloaded stable_deref_trait v1.2.0
7892023-12-19T22:05:02.035Z Downloaded num-derive v0.4.0
7902023-12-19T22:05:02.039Z Downloaded phf v0.11.2
7912023-12-19T22:05:02.042Z Downloaded ciborium v0.2.1
7922023-12-19T22:05:02.046Z Downloaded bzip2 v0.4.4
7932023-12-19T22:05:02.052Z Downloaded cipher v0.4.4
7942023-12-19T22:05:02.060Z Downloaded anyhow v1.0.75
7952023-12-19T22:05:02.070Z Downloaded log v0.4.20
7962023-12-19T22:05:02.080Z Downloaded addr2line v0.21.0
7972023-12-19T22:05:02.080Z Downloaded slog-scope v4.4.0
7982023-12-19T22:05:02.080Z Downloaded pkcs8 v0.10.2
7992023-12-19T22:05:02.084Z Downloaded pest v2.7.2
8002023-12-19T22:05:02.091Z Downloaded ecdsa v0.16.9
8012023-12-19T22:05:02.095Z Downloaded flagset v0.4.3
8022023-12-19T22:05:02.099Z Downloaded mime_guess v2.0.4
8032023-12-19T22:05:02.103Z Downloaded enum-as-inner v0.5.1
8042023-12-19T22:05:02.106Z Downloaded blake2 v0.10.6
8052023-12-19T22:05:02.111Z Downloaded equivalent v1.0.1
8062023-12-19T22:05:02.115Z Downloaded same-file v1.0.6
8072023-12-19T22:05:02.118Z Downloaded serde_derive v1.0.193
8082023-12-19T22:05:02.123Z Downloaded ipnet v2.8.0
8092023-12-19T22:05:02.128Z Downloaded clap v4.4.3
8102023-12-19T22:05:02.146Z Downloaded lock_api v0.4.10
8112023-12-19T22:05:02.151Z Downloaded instant v0.1.12
8122023-12-19T22:05:02.155Z Downloaded rcgen v0.11.3
8132023-12-19T22:05:02.161Z Downloaded slog-async v2.8.0
8142023-12-19T22:05:02.166Z Downloaded sha2 v0.10.8
8152023-12-19T22:05:02.171Z Downloaded sec1 v0.7.3
8162023-12-19T22:05:02.177Z Downloaded spki v0.7.2
8172023-12-19T22:05:02.183Z Downloaded strum v0.25.0
8182023-12-19T22:05:02.183Z Downloaded waitgroup v0.1.2
8192023-12-19T22:05:02.183Z Downloaded unicode-bidi v0.3.13
8202023-12-19T22:05:02.188Z Downloaded futures-executor v0.3.29
8212023-12-19T22:05:02.194Z Downloaded sha1 v0.10.6
8222023-12-19T22:05:02.194Z Downloaded xattr v1.0.1
8232023-12-19T22:05:02.200Z Downloaded chacha20poly1305 v0.10.1
8242023-12-19T22:05:02.205Z Downloaded group v0.13.0
8252023-12-19T22:05:02.205Z Downloaded textwrap v0.11.0
8262023-12-19T22:05:02.210Z Downloaded serde_tokenstream v0.2.0
8272023-12-19T22:05:02.216Z Downloaded getrandom v0.1.16
8282023-12-19T22:05:02.221Z Downloaded try-lock v0.2.4
8292023-12-19T22:05:02.228Z Downloaded headers-core v0.2.0
8302023-12-19T22:05:02.228Z Downloaded serde_spanned v0.6.4
8312023-12-19T22:05:02.228Z Downloaded thread_local v1.1.7
8322023-12-19T22:05:02.235Z Downloaded semver v1.0.20
8332023-12-19T22:05:02.235Z Downloaded swrite v0.1.0
8342023-12-19T22:05:02.241Z Downloaded scheduled-thread-pool v0.2.7
8352023-12-19T22:05:02.241Z Downloaded base64 v0.21.5
8362023-12-19T22:05:02.247Z Downloaded semver v0.11.0
8372023-12-19T22:05:02.252Z Downloaded siphasher v0.3.11
8382023-12-19T22:05:02.252Z Downloaded rand_core v0.6.4
8392023-12-19T22:05:02.258Z Downloaded foreign-types-macros v0.2.3
8402023-12-19T22:05:02.259Z Downloaded either v1.9.0
8412023-12-19T22:05:02.267Z Downloaded zerocopy v0.3.0
8422023-12-19T22:05:02.267Z Downloaded fnv v1.0.7
8432023-12-19T22:05:02.273Z Downloaded usdt-attr-macro v0.3.5
8442023-12-19T22:05:02.273Z Downloaded tower-service v0.3.2
8452023-12-19T22:05:02.273Z Downloaded toolchain_find v0.2.0
8462023-12-19T22:05:02.273Z Downloaded usdt-macro v0.3.5
8472023-12-19T22:05:02.278Z Downloaded zeroize v1.7.0
8482023-12-19T22:05:02.278Z Downloaded toml_datetime v0.6.5
8492023-12-19T22:05:02.278Z Downloaded schemars_derive v0.8.13
8502023-12-19T22:05:02.285Z Downloaded secrecy v0.8.0
8512023-12-19T22:05:02.285Z Downloaded glob v0.3.1
8522023-12-19T22:05:02.285Z Downloaded tokio-stream v0.1.14
8532023-12-19T22:05:02.293Z Downloaded io-lifetimes v1.0.11
8542023-12-19T22:05:02.298Z Downloaded snafu-derive v0.7.5
8552023-12-19T22:05:02.302Z Downloaded spin v0.9.8
8562023-12-19T22:05:02.307Z Downloaded take_mut v0.2.2
8572023-12-19T22:05:02.312Z Downloaded schemars v0.8.13
8582023-12-19T22:05:02.329Z Downloaded socket2 v0.5.5
8592023-12-19T22:05:02.334Z Downloaded socket2 v0.4.9
8602023-12-19T22:05:02.338Z Downloaded foreign-types v0.5.0
8612023-12-19T22:05:02.341Z Downloaded headers v0.3.9
8622023-12-19T22:05:02.350Z Downloaded trust-dns-server v0.22.1
8632023-12-19T22:05:02.361Z Downloaded signature v2.1.0
8642023-12-19T22:05:02.364Z Downloaded http v0.2.11
8652023-12-19T22:05:02.375Z Downloaded httparse v1.8.0
8662023-12-19T22:05:02.378Z Downloaded httpdate v1.0.3
8672023-12-19T22:05:02.383Z Downloaded rustversion v1.0.14
8682023-12-19T22:05:02.386Z Downloaded structmeta-derive v0.2.0
8692023-12-19T22:05:02.386Z Downloaded tracing-core v0.1.31
8702023-12-19T22:05:02.391Z Downloaded strsim v0.8.0
8712023-12-19T22:05:02.395Z Downloaded linked-hash-map v0.5.6
8722023-12-19T22:05:02.398Z Downloaded crossbeam-channel v0.5.8
8732023-12-19T22:05:02.404Z Downloaded hyper-staticfile v0.9.5
8742023-12-19T22:05:02.407Z Downloaded stringprep v0.1.3
8752023-12-19T22:05:02.411Z Downloaded structopt-derive v0.4.18
8762023-12-19T22:05:02.414Z Downloaded embedded-io v0.4.0
8772023-12-19T22:05:02.417Z Downloaded ed25519-dalek v2.0.0
8782023-12-19T22:05:02.426Z Downloaded smoltcp v0.9.1
8792023-12-19T22:05:02.443Z Downloaded tinyvec_macros v0.1.1
8802023-12-19T22:05:02.447Z Downloaded russh-cryptovec v0.7.0
8812023-12-19T22:05:02.447Z Downloaded vsss-rs v3.3.2
8822023-12-19T22:05:02.451Z Downloaded vcpkg v0.2.15
8832023-12-19T22:05:02.524Z Downloaded toml v0.5.11
8842023-12-19T22:05:02.529Z Downloaded hex v0.4.3
8852023-12-19T22:05:02.532Z Downloaded inout v0.1.3
8862023-12-19T22:05:02.539Z Downloaded scopeguard v1.2.0
8872023-12-19T22:05:02.539Z Downloaded structmeta v0.2.0
8882023-12-19T22:05:02.539Z Downloaded webpki-roots v0.25.2
8892023-12-19T22:05:02.546Z Downloaded smallvec v1.11.2
8902023-12-19T22:05:02.550Z Downloaded nom v7.1.3
8912023-12-19T22:05:02.562Z Downloaded vec_map v0.8.2
8922023-12-19T22:05:02.566Z Downloaded tempfile v3.8.1
8932023-12-19T22:05:02.569Z Downloaded strsim v0.10.0
8942023-12-19T22:05:02.569Z Downloaded sled v0.34.7
8952023-12-19T22:05:02.589Z Downloaded fxhash v0.2.1
8962023-12-19T22:05:02.593Z Downloaded zip v0.6.6
8972023-12-19T22:05:02.629Z Downloaded foreign-types v0.3.2
8982023-12-19T22:05:02.633Z Downloaded hex-literal v0.4.1
8992023-12-19T22:05:02.633Z Downloaded serde_urlencoded v0.7.1
9002023-12-19T22:05:02.633Z Downloaded http-body v0.4.5
9012023-12-19T22:05:02.633Z Downloaded ed25519 v2.2.2
9022023-12-19T22:05:02.633Z Downloaded uuid v1.6.1
9032023-12-19T22:05:02.633Z Downloaded sct v0.7.0
9042023-12-19T22:05:02.633Z Downloaded libc v0.2.151
9052023-12-19T22:05:02.683Z Downloaded spin v0.5.2
9062023-12-19T22:05:02.692Z Downloaded tracing-attributes v0.1.26
9072023-12-19T22:05:02.693Z Downloaded ghash v0.5.0
9082023-12-19T22:05:02.693Z Downloaded serde_tokenstream v0.1.7
9092023-12-19T22:05:02.693Z Downloaded futures-io v0.3.29
9102023-12-19T22:05:02.706Z Downloaded slog-term v2.9.0
9112023-12-19T22:05:02.706Z Downloaded utf8parse v0.2.1
9122023-12-19T22:05:02.707Z Downloaded generic-array v0.14.7
9132023-12-19T22:05:02.708Z Downloaded form_urlencoded v1.2.1
9142023-12-19T22:05:02.708Z Downloaded rustc_version v0.4.0
9152023-12-19T22:05:02.708Z Downloaded resolv-conf v0.7.0
9162023-12-19T22:05:02.709Z Downloaded ryu v1.0.15
9172023-12-19T22:05:02.715Z Downloaded winapi v0.3.9
9182023-12-19T22:05:02.782Z Downloaded usdt v0.3.5
9192023-12-19T22:05:02.786Z Downloaded futures-channel v0.3.29
9202023-12-19T22:05:02.792Z Downloaded russh-keys v0.40.1
9212023-12-19T22:05:02.796Z Downloaded encoding_rs v0.8.33
9222023-12-19T22:05:02.831Z Downloaded usdt-impl v0.3.5
9232023-12-19T22:05:02.835Z Downloaded aho-corasick v1.0.4
9242023-12-19T22:05:02.843Z Downloaded clap_builder v4.4.2
9252023-12-19T22:05:02.855Z Downloaded structopt v0.3.26
9262023-12-19T22:05:02.868Z Downloaded zerocopy v0.6.4
9272023-12-19T22:05:02.872Z Downloaded time v0.3.27
9282023-12-19T22:05:02.883Z Downloaded regex-automata v0.1.10
9292023-12-19T22:05:02.892Z Downloaded tracing v0.1.37
9302023-12-19T22:05:02.899Z Downloaded unicode-normalization v0.1.22
9312023-12-19T22:05:02.906Z Downloaded snafu v0.7.5
9322023-12-19T22:05:02.916Z Downloaded clap v2.34.0
9332023-12-19T22:05:02.928Z Downloaded hashbrown v0.12.3
9342023-12-19T22:05:02.937Z Downloaded itertools v0.10.5
9352023-12-19T22:05:02.946Z Downloaded trust-dns-client v0.22.0
9362023-12-19T22:05:02.956Z Downloaded elliptic-curve v0.13.8
9372023-12-19T22:05:02.965Z Downloaded winnow v0.5.15
9382023-12-19T22:05:02.976Z Downloaded serde_with v3.4.0
9392023-12-19T22:05:02.987Z Downloaded itertools v0.12.0
9402023-12-19T22:05:03.000Z Downloaded toml_edit v0.21.0
9412023-12-19T22:05:03.039Z Downloaded rustls-webpki v0.101.7
9422023-12-19T22:05:03.065Z Downloaded itoa v1.0.9
9432023-12-19T22:05:03.069Z Downloaded slog-bunyan v2.4.0
9442023-12-19T22:05:03.070Z Downloaded tokio-tungstenite v0.20.1
9452023-12-19T22:05:03.073Z Downloaded slog-envlogger v2.2.0
9462023-12-19T22:05:03.076Z Downloaded hashbrown v0.14.2
9472023-12-19T22:05:03.090Z Downloaded tokio-util v0.7.10
9482023-12-19T22:05:03.105Z Downloaded h2 v0.3.21
9492023-12-19T22:05:03.130Z Downloaded reqwest v0.11.22
9502023-12-19T22:05:03.158Z Downloaded errno v0.3.2
9512023-12-19T22:05:03.158Z Downloaded aes-gcm v0.10.3
9522023-12-19T22:05:03.158Z Downloaded hkdf v0.12.3
9532023-12-19T22:05:03.158Z Downloaded rustc-demangle v0.1.23
9542023-12-19T22:05:03.158Z Downloaded rustfmt-wrapper v0.2.0
9552023-12-19T22:05:03.158Z Downloaded keccak v0.1.4
9562023-12-19T22:05:03.158Z Downloaded slab v0.4.9
9572023-12-19T22:05:03.158Z Downloaded syn v2.0.32
9582023-12-19T22:05:03.181Z Downloaded rustls-pemfile v1.0.3
9592023-12-19T22:05:03.181Z Downloaded trust-dns-resolver v0.22.0
9602023-12-19T22:05:03.205Z Downloaded zerocopy v0.7.31
9612023-12-19T22:05:03.211Z Downloaded bstr v0.2.17
9622023-12-19T22:05:03.234Z Downloaded foreign-types-shared v0.3.1
9632023-12-19T22:05:03.252Z Downloaded gimli v0.28.0
9642023-12-19T22:05:03.252Z Downloaded regex v1.10.2
9652023-12-19T22:05:03.273Z Downloaded syn v1.0.109
9662023-12-19T22:05:03.291Z Downloaded trust-dns-proto v0.22.0
9672023-12-19T22:05:03.314Z Downloaded idna v0.2.3
9682023-12-19T22:05:03.327Z Downloaded rustix v0.37.23
9692023-12-19T22:05:03.364Z Downloaded smoltcp v0.10.0
9702023-12-19T22:05:03.386Z Downloaded regex-syntax v0.8.2
9712023-12-19T22:05:03.404Z Downloaded rustls v0.21.9
9722023-12-19T22:05:03.425Z Downloaded regex-syntax v0.7.5
9732023-12-19T22:05:03.443Z Downloaded bstr v1.6.0
9742023-12-19T22:05:03.463Z Downloaded rustix v0.38.25
9752023-12-19T22:05:03.503Z Downloaded regress v0.7.1
9762023-12-19T22:05:03.518Z Downloaded foreign-types-shared v0.1.1
9772023-12-19T22:05:03.527Z Downloaded idna v0.5.0
9782023-12-19T22:05:03.536Z Downloaded unicode-segmentation v1.10.1
9792023-12-19T22:05:03.546Z Downloaded smf v0.2.2
9802023-12-19T22:05:03.546Z Downloaded itertools v0.11.0
9812023-12-19T22:05:03.554Z Downloaded zerocopy-derive v0.7.31
9822023-12-19T22:05:03.574Z Downloaded aes v0.8.3
9832023-12-19T22:05:03.583Z Downloaded toml_edit v0.19.15
9842023-12-19T22:05:03.610Z Downloaded zerocopy-derive v0.2.0
9852023-12-19T22:05:03.678Z Downloaded regex-automata v0.3.8
9862023-12-19T22:05:03.683Z Downloaded regex-automata v0.4.3
9872023-12-19T22:05:03.692Z Downloaded bzip2-sys v0.1.11+1.0.8
9882023-12-19T22:05:03.719Z Downloaded sha3 v0.10.8
9892023-12-19T22:05:03.735Z Downloaded tokio v1.35.0
9902023-12-19T22:05:03.800Z Downloaded zerocopy-derive v0.6.4
9912023-12-19T22:05:03.822Z Downloaded signal-hook-registry v1.4.1
9922023-12-19T22:05:03.828Z Downloaded openapiv3 v2.0.0
9932023-12-19T22:05:03.845Z Downloaded diesel v2.1.4
9942023-12-19T22:05:03.879Z Downloaded ipnetwork v0.20.0
9952023-12-19T22:05:03.885Z Downloaded curve25519-dalek v4.1.1
9962023-12-19T22:05:03.898Z Downloaded minimal-lexical v0.2.1
9972023-12-19T22:05:03.906Z Downloaded http-range v0.1.5
9982023-12-19T22:05:03.913Z Downloaded typenum v1.16.0
9992023-12-19T22:05:03.918Z Downloaded serde_path_to_error v0.1.14
10002023-12-19T22:05:03.918Z Downloaded slog-json v2.6.1
10012023-12-19T22:05:03.926Z Downloaded fixedbitset v0.4.2
10022023-12-19T22:05:03.926Z Downloaded futures v0.3.29
10032023-12-19T22:05:03.934Z Downloaded hashbrown v0.13.2
10042023-12-19T22:05:03.939Z Downloaded serde_json v1.0.108
10052023-12-19T22:05:03.949Z Downloaded russh v0.40.1
10062023-12-19T22:05:03.957Z Downloaded futures-task v0.3.29
10072023-12-19T22:05:03.961Z Downloaded radix_trie v0.2.1
10082023-12-19T22:05:03.973Z Downloaded openssl v0.10.60
10092023-12-19T22:05:03.988Z Downloaded num-bigint v0.4.4
10102023-12-19T22:05:03.997Z Downloaded memchr v2.6.3
10112023-12-19T22:05:04.007Z Downloaded iana-time-zone v0.1.57
10122023-12-19T22:05:04.011Z Downloaded slog-dtrace v0.2.3
10132023-12-19T22:05:04.014Z Downloaded chrono v0.4.31
10142023-12-19T22:05:04.028Z Downloaded kstat-rs v0.2.3
10152023-12-19T22:05:04.032Z Downloaded unsafe-libyaml v0.2.9
10162023-12-19T22:05:04.037Z Downloaded tokio-postgres v0.7.10
10172023-12-19T22:05:04.043Z Downloaded toml v0.8.8
10182023-12-19T22:05:04.050Z Downloaded hash32 v0.2.1
10192023-12-19T22:05:04.053Z Downloaded hyper-tls v0.5.0
10202023-12-19T22:05:04.056Z Downloaded hubpack v0.1.2
10212023-12-19T22:05:04.056Z Downloaded yasna v0.5.2
10222023-12-19T22:05:04.059Z Downloaded serde_yaml v0.9.25
10232023-12-19T22:05:04.065Z Downloaded tinyvec v1.6.0
10242023-12-19T22:05:04.070Z Downloaded tar v0.4.40
10252023-12-19T22:05:04.075Z Downloaded crypto-bigint v0.5.2
10262023-12-19T22:05:04.090Z Downloaded serde_derive_internals v0.26.0
10272023-12-19T22:05:04.095Z Downloaded hyper-rustls v0.24.2
10282023-12-19T22:05:04.096Z Downloaded hyper v0.14.27
10292023-12-19T22:05:04.107Z Downloaded untrusted v0.7.1
10302023-12-19T22:05:04.110Z Downloaded toml v0.7.8
10312023-12-19T22:05:04.115Z Downloaded mio v0.8.9
10322023-12-19T22:05:04.124Z Downloaded subprocess v0.2.9
10332023-12-19T22:05:04.128Z Downloaded walkdir v2.4.0
10342023-12-19T22:05:04.131Z Downloaded similar v2.3.0
10352023-12-19T22:05:04.143Z Downloaded hmac v0.12.1
10362023-12-19T22:05:04.146Z Downloaded tokio-rustls v0.24.1
10372023-12-19T22:05:04.150Z Downloaded whoami v1.4.1
10382023-12-19T22:05:04.154Z Downloaded slog v2.7.0
10392023-12-19T22:05:04.158Z Downloaded lazy_static v1.4.0
10402023-12-19T22:05:04.161Z Downloaded strum_macros v0.25.2
10412023-12-19T22:05:04.168Z Downloaded zone v0.3.0
10422023-12-19T22:05:04.168Z Downloaded tokio-native-tls v0.3.1
10432023-12-19T22:05:04.171Z Downloaded half v1.8.2
10442023-12-19T22:05:04.171Z Downloaded serde_with_macros v3.4.0
10452023-12-19T22:05:04.174Z Downloaded linear-map v1.2.0
10462023-12-19T22:05:04.178Z Downloaded petgraph v0.6.4
10472023-12-19T22:05:04.201Z Downloaded der v0.7.8
10482023-12-19T22:05:04.209Z Downloaded utf-8 v0.7.6
10492023-12-19T22:05:04.213Z Downloaded thiserror-no-std v2.0.2
10502023-12-19T22:05:04.217Z Downloaded endian-type v0.1.2
10512023-12-19T22:05:04.221Z Downloaded subtle v2.5.0
10522023-12-19T22:05:04.221Z Downloaded want v0.3.1
10532023-12-19T22:05:04.224Z Downloaded terminal_size v0.2.6
10542023-12-19T22:05:04.225Z Downloaded openssl-sys v0.9.96
10552023-12-19T22:05:04.232Z Downloaded version_check v0.9.4
10562023-12-19T22:05:04.236Z Downloaded getrandom v0.2.10
10572023-12-19T22:05:04.240Z Downloaded getopts v0.2.21
10582023-12-19T22:05:04.243Z Downloaded zeroize_derive v1.4.2
10592023-12-19T22:05:04.246Z Downloaded term v0.7.0
10602023-12-19T22:05:04.253Z Downloaded futures-core v0.3.29
10612023-12-19T22:05:04.256Z Downloaded rustls-native-certs v0.6.3
10622023-12-19T22:05:04.256Z Downloaded unicode-ident v1.0.12
10632023-12-19T22:05:04.260Z Downloaded pest_meta v2.7.2
10642023-12-19T22:05:04.263Z Downloaded hubpack_derive v0.1.1
10652023-12-19T22:05:04.267Z Downloaded futures-util v0.3.29
10662023-12-19T22:05:04.289Z Downloaded ring v0.17.7
10672023-12-19T22:05:04.431Z Downloaded thiserror-impl-no-std v2.0.2
10682023-12-19T22:05:04.445Z Downloaded ident_case v1.0.1
10692023-12-19T22:05:04.445Z Downloaded rfc6979 v0.4.0
10702023-12-19T22:05:04.446Z Downloaded fastrand v2.0.0
10712023-12-19T22:05:04.446Z Downloaded libefi-sys v0.1.0
10722023-12-19T22:05:04.446Z Downloaded crc32fast v1.3.2
10732023-12-19T22:05:04.446Z Downloaded p256 v0.13.2
10742023-12-19T22:05:04.458Z Downloaded darling_core v0.20.3
10752023-12-19T22:05:04.458Z Downloaded thiserror v1.0.49
10762023-12-19T22:05:04.471Z Downloaded lalrpop-util v0.19.12
10772023-12-19T22:05:04.471Z Downloaded hostname v0.3.1
10782023-12-19T22:05:04.471Z Downloaded home v0.5.5
10792023-12-19T22:05:04.471Z Downloaded float-cmp v0.9.0
10802023-12-19T22:05:04.471Z Downloaded heck v0.4.1
10812023-12-19T22:05:04.488Z Downloaded num-traits v0.2.16
10822023-12-19T22:05:04.488Z Downloaded diesel_derives v2.1.2
10832023-12-19T22:05:04.488Z Downloaded ring v0.16.20
10842023-12-19T22:05:04.644Z Downloaded derive-where v1.2.6
10852023-12-19T22:05:04.659Z Downloaded tokio-macros v2.2.0
10862023-12-19T22:05:04.659Z Downloaded synstructure v0.12.6
10872023-12-19T22:05:04.660Z Downloaded thiserror-impl v1.0.49
10882023-12-19T22:05:04.660Z Downloaded libm v0.2.7
10892023-12-19T22:05:04.738Z Downloaded semver-parser v0.10.2
10902023-12-19T22:05:04.746Z Downloaded libsw v3.3.0
10912023-12-19T22:05:04.746Z Downloaded ahash v0.8.6
10922023-12-19T22:05:04.746Z Downloaded static_assertions v1.1.0
10932023-12-19T22:05:04.746Z Downloaded derive_more v0.99.17
10942023-12-19T22:05:04.746Z Downloaded bytes v1.5.0
10952023-12-19T22:05:04.746Z Downloaded thread-id v4.2.0
10962023-12-19T22:05:04.747Z Downloaded ff v0.13.0
10972023-12-19T22:05:04.747Z Downloaded serde_repr v0.1.16
10982023-12-19T22:05:04.747Z Downloaded is-terminal v0.4.9
10992023-12-19T22:05:04.747Z Downloaded fallible-iterator v0.2.0
11002023-12-19T22:05:04.747Z Downloaded futures-sink v0.3.29
11012023-12-19T22:05:04.747Z Downloaded time-macros v0.2.13
11022023-12-19T22:05:04.747Z Downloaded serde v1.0.193
11032023-12-19T22:05:04.747Z Downloaded heapless v0.7.16
11042023-12-19T22:05:04.747Z Downloaded url v2.5.0
11052023-12-19T22:05:04.747Z Downloaded pin-project-lite v0.2.13
11062023-12-19T22:05:04.747Z Downloaded omicron-zone-package v0.9.1
11072023-12-19T22:05:04.747Z Downloaded crossbeam-utils v0.8.16
11082023-12-19T22:05:04.747Z Downloaded chacha20 v0.9.1
11092023-12-19T22:05:04.750Z Downloaded dtrace-parser v0.1.14
11102023-12-19T22:05:04.750Z Downloaded indexmap v2.1.0
11112023-12-19T22:05:04.754Z Downloaded ucd-trie v0.1.6
11122023-12-19T22:05:04.758Z Downloaded indexmap v1.9.3
11132023-12-19T22:05:04.762Z Downloaded flate2 v1.0.28
11142023-12-19T22:05:04.771Z Downloaded rand v0.7.3
11152023-12-19T22:05:04.778Z Downloaded once_cell v1.19.0
11162023-12-19T22:05:04.782Z Downloaded num_cpus v1.16.0
11172023-12-19T22:05:04.786Z Downloaded num-rational v0.4.1
11182023-12-19T22:05:04.790Z Downloaded tungstenite v0.20.1
11192023-12-19T22:05:04.794Z Downloaded password-hash v0.4.2
11202023-12-19T22:05:04.798Z Downloaded const-oid v0.9.5
11212023-12-19T22:05:04.801Z Downloaded backtrace v0.3.69
11222023-12-19T22:05:04.809Z Downloaded dirs-next v2.0.0
11232023-12-19T22:05:05.819Z Downloaded heck v0.3.3
11242023-12-19T22:05:06.241Z Downloaded universal-hash v0.5.1
11252023-12-19T22:05:06.242Z Downloaded pretty-hex v0.2.1
11262023-12-19T22:05:06.242Z Downloaded filetime v0.2.23
11272023-12-19T22:05:06.242Z Downloaded dof v0.1.5
11282023-12-19T22:05:06.242Z Downloaded unicode-width v0.1.11
11292023-12-19T22:05:06.242Z Downloaded paste v1.0.14
11302023-12-19T22:05:06.242Z Downloaded cancel-safe-futures v0.1.5
11312023-12-19T22:05:06.242Z Downloaded postcard v1.0.8
11322023-12-19T22:05:06.242Z Downloaded debug-ignore v1.0.5
11332023-12-19T22:05:06.242Z Downloaded slog-stdlog v4.1.1
11342023-12-19T22:05:06.242Z Downloaded dyn-clone v1.0.13
11352023-12-19T22:05:06.242Z Downloaded untrusted v0.9.0
11362023-12-19T22:05:06.242Z Downloaded unicode-xid v0.2.4
11372023-12-19T22:05:06.242Z Downloaded der_derive v0.7.2
11382023-12-19T22:05:06.242Z Downloaded curve25519-dalek-derive v0.1.0
11392023-12-19T22:05:06.242Z Downloaded futures-macro v0.3.29
11402023-12-19T22:05:06.242Z Downloaded anstyle-parse v0.2.1
11412023-12-19T22:05:06.242Z Downloaded string_cache v0.8.7
11422023-12-19T22:05:06.242Z Downloaded zone_cfg_derive v0.3.0
11432023-12-19T22:05:06.242Z Downloaded dirs-sys v0.4.1
11442023-12-19T22:05:06.242Z Downloaded pbkdf2 v0.11.0
11452023-12-19T22:05:06.242Z Downloaded num-integer v0.1.45
11462023-12-19T22:05:06.242Z Downloaded rand v0.8.5
11472023-12-19T22:05:06.243Z Downloaded percent-encoding v2.3.1
11482023-12-19T22:05:06.243Z Downloaded deranged v0.3.8
11492023-12-19T22:05:06.243Z Downloaded defmt-parser v0.3.3
11502023-12-19T22:05:06.243Z Downloaded argon2 v0.5.2
11512023-12-19T22:05:06.243Z Downloaded parking_lot v0.11.2
11522023-12-19T22:05:06.243Z Downloaded owo-colors v3.5.0
11532023-12-19T22:05:06.243Z Downloaded digest v0.10.7
11542023-12-19T22:05:06.244Z Downloaded atomic-waker v1.1.1
11552023-12-19T22:05:06.244Z Downloaded openssl-macros v0.1.1
11562023-12-19T22:05:06.244Z Downloaded bcrypt-pbkdf v0.10.0
11572023-12-19T22:05:06.244Z Downloaded backoff v0.4.0
11582023-12-19T22:05:06.244Z Downloaded num_enum v0.5.11
11592023-12-19T22:05:06.244Z Downloaded cpufeatures v0.2.9
11602023-12-19T22:05:06.244Z Downloaded doc-comment v0.3.3
11612023-12-19T22:05:06.244Z Downloaded proc-macro2 v1.0.69
11622023-12-19T22:05:06.244Z Downloaded proc-macro-error v1.0.4
11632023-12-19T22:05:06.244Z Downloaded pest_generator v2.7.2
11642023-12-19T22:05:06.244Z Downloaded clap_derive v4.4.2
11652023-12-19T22:05:06.244Z Downloaded block-buffer v0.10.4
11662023-12-19T22:05:06.244Z Downloaded async-trait v0.1.74
11672023-12-19T22:05:06.244Z Downloaded phf_shared v0.11.2
11682023-12-19T22:05:06.244Z Downloaded pem v3.0.2
11692023-12-19T22:05:06.244Z Downloaded pbkdf2 v0.12.2
11702023-12-19T22:05:06.244Z Downloaded parse-display-derive v0.8.2
11712023-12-19T22:05:06.244Z Downloaded password-hash v0.5.0
11722023-12-19T22:05:06.244Z Downloaded pin-project-internal v1.1.3
11732023-12-19T22:05:06.244Z Downloaded parking_lot_core v0.9.8
11742023-12-19T22:05:06.244Z Downloaded bitflags v1.3.2
11752023-12-19T22:05:06.246Z Downloaded multer v2.1.0
11762023-12-19T22:05:06.246Z Downloaded mime v0.3.17
11772023-12-19T22:05:06.246Z Downloaded cstr-argument v0.1.2
11782023-12-19T22:05:06.246Z Downloaded cbc v0.1.2
11792023-12-19T22:05:06.246Z Downloaded quote v1.0.33
11802023-12-19T22:05:06.246Z Downloaded primeorder v0.13.6
11812023-12-19T22:05:06.246Z Downloaded lru-cache v0.1.2
11822023-12-19T22:05:06.246Z Downloaded dirs v5.0.1
11832023-12-19T22:05:06.246Z Downloaded difflib v0.4.0
11842023-12-19T22:05:06.246Z Downloaded poly1305 v0.8.0
11852023-12-19T22:05:06.247Z Downloaded managed v0.8.0
11862023-12-19T22:05:06.247Z Downloaded clap_lex v0.5.1
11872023-12-19T22:05:06.247Z Downloaded ciborium-ll v0.2.1
11882023-12-19T22:05:06.247Z Downloaded anstyle v1.0.2
11892023-12-19T22:05:06.247Z Downloaded macaddr v1.0.1
11902023-12-19T22:05:06.248Z Downloaded block-padding v0.3.3
11912023-12-19T22:05:06.248Z Downloaded anstream v0.5.0
11922023-12-19T22:05:06.248Z Downloaded pin-project v1.1.3
11932023-12-19T22:05:06.248Z Downloaded nibble_vec v0.1.0
11942023-12-19T22:05:06.248Z Downloaded bit-set v0.5.3
11952023-12-19T22:05:06.248Z Downloaded pkg-config v0.3.27
11962023-12-19T22:05:06.248Z Downloaded byteorder v1.5.0
11972023-12-19T22:05:06.248Z Downloaded openssl-probe v0.1.5
11982023-12-19T22:05:06.248Z Downloaded num-iter v0.1.43
11992023-12-19T22:05:06.248Z Downloaded async-stream v0.3.5
12002023-12-19T22:05:06.248Z Downloaded colorchoice v1.0.0
12012023-12-19T22:05:06.248Z Downloaded atomicwrites v0.4.2
12022023-12-19T22:05:06.248Z Downloaded platforms v3.0.2
12032023-12-19T22:05:06.248Z Downloaded crucible-workspace-hack v0.1.0
12042023-12-19T22:05:06.248Z Downloaded pest_derive v2.7.2
12052023-12-19T22:05:06.248Z Downloaded num_enum_derive v0.5.11
12062023-12-19T22:05:06.248Z Downloaded proc-macro-error-attr v1.0.4
12072023-12-19T22:05:06.248Z Downloaded predicates-core v1.0.6
12082023-12-19T22:05:06.248Z Downloaded blowfish v0.9.1
12092023-12-19T22:05:06.248Z Downloaded diesel_table_macro_syntax v0.1.0
12102023-12-19T22:05:06.248Z Downloaded normalize-line-endings v0.3.0
12112023-12-19T22:05:06.248Z Downloaded quick-error v1.2.3
12122023-12-19T22:05:06.248Z Downloaded ppv-lite86 v0.2.17
12132023-12-19T22:05:06.248Z Downloaded pin-utils v0.1.0
12142023-12-19T22:05:06.249Z Downloaded pretty-hex v0.4.0
12152023-12-19T22:05:06.249Z Downloaded proc-macro-crate v1.3.1
12162023-12-19T22:05:06.249Z Downloaded polyval v0.6.1
12172023-12-19T22:05:06.249Z Downloaded option-ext v0.2.0
12182023-12-19T22:05:06.249Z Downloaded object v0.32.1
12192023-12-19T22:05:06.249Z Downloaded cc v1.0.83
12202023-12-19T22:05:06.249Z Downloaded cobs v0.2.3
12212023-12-19T22:05:06.249Z Downloaded arc-swap v1.6.0
12222023-12-19T22:05:06.249Z Downloaded new_debug_unreachable v1.0.4
12232023-12-19T22:05:06.249Z Downloaded native-tls v0.2.11
12242023-12-19T22:05:06.256Z Downloaded defmt v0.3.5
12252023-12-19T22:05:06.256Z Downloaded crypto-common v0.1.6
12262023-12-19T22:05:06.256Z Downloaded crossbeam-epoch v0.9.15
12272023-12-19T22:05:06.256Z Downloaded console v0.15.7
12282023-12-19T22:05:06.256Z Downloaded bitflags v2.4.0
12292023-12-19T22:05:06.256Z Downloaded data-encoding v2.4.0
12302023-12-19T22:05:06.256Z Downloaded ctr v0.9.2
12312023-12-19T22:05:06.256Z Downloaded convert_case v0.4.0
12322023-12-19T22:05:06.256Z Downloaded camino v1.1.6
12332023-12-19T22:05:06.256Z Downloaded md5 v0.7.0
12342023-12-19T22:05:06.256Z Downloaded md-5 v0.10.5
12352023-12-19T22:05:06.256Z Downloaded matches v0.1.10
12362023-12-19T22:05:06.256Z Downloaded darling v0.20.3
12372023-12-19T22:05:06.256Z Downloaded base64ct v1.6.0
12382023-12-19T22:05:06.256Z Downloaded ciborium-io v0.2.1
12392023-12-19T22:05:06.256Z Compiling proc-macro2 v1.0.69
12402023-12-19T22:05:06.256Z Compiling unicode-ident v1.0.12
12412023-12-19T22:05:06.256Z Compiling libc v0.2.151
12422023-12-19T22:05:06.256Z Compiling serde v1.0.193
12432023-12-19T22:05:06.256Z Compiling autocfg v1.1.0
12442023-12-19T22:05:06.256Z Compiling version_check v0.9.4
12452023-12-19T22:05:06.256Z Compiling cfg-if v1.0.0
12462023-12-19T22:05:06.256Z Compiling syn v1.0.109
12472023-12-19T22:05:06.257Z Compiling typenum v1.16.0
12482023-12-19T22:05:06.257Z Compiling parking_lot_core v0.9.8
12492023-12-19T22:05:06.964Z Compiling generic-array v0.14.7
12502023-12-19T22:05:07.023Z Compiling lock_api v0.4.10
12512023-12-19T22:05:08.160Z Compiling libm v0.2.7
12522023-12-19T22:05:08.174Z Compiling once_cell v1.19.0
12532023-12-19T22:05:08.178Z Compiling num-traits v0.2.16
12542023-12-19T22:05:08.178Z Compiling thiserror v1.0.49
12552023-12-19T22:05:08.523Z Compiling futures-core v0.3.29
12562023-12-19T22:05:08.605Z Compiling serde_json v1.0.108
12572023-12-19T22:05:08.631Z Compiling slab v0.4.9
12582023-12-19T22:05:08.891Z Compiling futures-task v0.3.29
12592023-12-19T22:05:08.945Z Compiling memchr v2.6.3
12602023-12-19T22:05:08.979Z Compiling futures-channel v0.3.29
12612023-12-19T22:05:09.050Z Compiling futures-util v0.3.29
12622023-12-19T22:05:09.336Z Compiling itoa v1.0.9
12632023-12-19T22:05:09.534Z Compiling quote v1.0.33
12642023-12-19T22:05:09.552Z Compiling scopeguard v1.2.0
12652023-12-19T22:05:09.727Z Compiling pkg-config v0.3.27
12662023-12-19T22:05:10.710Z Compiling syn v2.0.32
12672023-12-19T22:05:10.758Z Compiling getrandom v0.2.10
12682023-12-19T22:05:11.016Z Compiling cc v1.0.83
12692023-12-19T22:05:11.169Z Compiling rand_core v0.6.4
12702023-12-19T22:05:12.027Z Compiling byteorder v1.5.0
12712023-12-19T22:05:12.248Z Compiling heck v0.4.1
12722023-12-19T22:05:12.348Z Compiling log v0.4.20
12732023-12-19T22:05:12.717Z Compiling ryu v1.0.15
12742023-12-19T22:05:12.979Z Compiling subtle v2.5.0
12752023-12-19T22:05:13.266Z Compiling smallvec v1.11.2
12762023-12-19T22:05:13.513Z Compiling semver v1.0.20
12772023-12-19T22:05:13.899Z Compiling schemars v0.8.13
12782023-12-19T22:05:13.948Z Compiling vcpkg v0.2.15
12792023-12-19T22:05:14.374Z Compiling httparse v1.8.0
12802023-12-19T22:05:15.282Z Compiling indexmap v1.9.3
12812023-12-19T22:05:15.395Z Compiling hashbrown v0.14.2
12822023-12-19T22:05:15.723Z Compiling pin-project-lite v0.2.13
12832023-12-19T22:05:15.900Z Compiling equivalent v1.0.1
12842023-12-19T22:05:16.080Z Compiling ring v0.17.7
12852023-12-19T22:05:16.112Z Compiling ring v0.16.20
12862023-12-19T22:05:17.416Z Compiling const-oid v0.9.5
12872023-12-19T22:05:17.433Z Compiling parking_lot v0.12.1
12882023-12-19T22:05:17.690Z Compiling openssl-sys v0.9.96
12892023-12-19T22:05:17.954Z Compiling ahash v0.8.6
12902023-12-19T22:05:17.985Z Compiling fnv v1.0.7
12912023-12-19T22:05:19.146Z Compiling openssl v0.10.60
12922023-12-19T22:05:19.350Z Compiling ucd-trie v0.1.6
12932023-12-19T22:05:19.914Z Compiling iana-time-zone v0.1.57
12942023-12-19T22:05:20.402Z Compiling rustls v0.21.9
12952023-12-19T22:05:20.618Z Compiling native-tls v0.2.11
12962023-12-19T22:05:20.797Z Compiling mio v0.8.9
12972023-12-19T22:05:21.220Z Compiling signal-hook-registry v1.4.1
12982023-12-19T22:05:21.220Z Compiling num_cpus v1.16.0
12992023-12-19T22:05:21.220Z Compiling socket2 v0.5.5
13002023-12-19T22:05:21.504Z Compiling spin v0.5.2
13012023-12-19T22:05:22.626Z Compiling serde_derive_internals v0.26.0
13022023-12-19T22:05:22.788Z Compiling async-trait v0.1.74
13032023-12-19T22:05:23.354Z Compiling dyn-clone v1.0.13
13042023-12-19T22:05:23.526Z Compiling futures-sink v0.3.29
13052023-12-19T22:05:23.673Z Compiling aho-corasick v1.0.4
13062023-12-19T22:05:23.831Z Compiling tinyvec_macros v0.1.1
13072023-12-19T22:05:23.855Z Compiling regex-syntax v0.8.2
13082023-12-19T22:05:23.954Z Compiling rustix v0.38.25
13092023-12-19T22:05:24.095Z Compiling tinyvec v1.6.0
13102023-12-19T22:05:25.114Z Compiling backtrace v0.3.69
13112023-12-19T22:05:25.785Z Compiling futures-io v0.3.29
13122023-12-19T22:05:26.240Z Compiling winnow v0.5.15
13132023-12-19T22:05:26.732Z Compiling pin-utils v0.1.0
13142023-12-19T22:05:26.857Z Compiling unicode-normalization v0.1.22
13152023-12-19T22:05:26.911Z Compiling spin v0.9.8
13162023-12-19T22:05:27.353Z Compiling tracing-core v0.1.31
13172023-12-19T22:05:27.797Z Compiling unicode-bidi v0.3.13
13182023-12-19T22:05:28.644Z Compiling cpufeatures v0.2.9
13192023-12-19T22:05:29.722Z Compiling regex-automata v0.4.3
13202023-12-19T22:05:31.361Z Compiling crc32fast v1.3.2
13212023-12-19T22:05:31.418Z Compiling anyhow v1.0.75
13222023-12-19T22:05:32.857Z Compiling base64 v0.21.5
13232023-12-19T22:05:33.083Z Compiling time-core v0.1.1
13242023-12-19T22:05:33.263Z Compiling time-macros v0.2.13
13252023-12-19T22:05:34.012Z Compiling num-integer v0.1.45
13262023-12-19T22:05:34.378Z Compiling serde_derive v1.0.193
13272023-12-19T22:05:34.403Z Compiling zeroize_derive v1.4.2
13282023-12-19T22:05:34.861Z Compiling thiserror-impl v1.0.49
13292023-12-19T22:05:35.368Z Compiling tokio-macros v2.2.0
13302023-12-19T22:05:37.070Z Compiling zeroize v1.7.0
13312023-12-19T22:05:37.420Z Compiling futures-macro v0.3.29
13322023-12-19T22:05:37.699Z Compiling tracing-attributes v0.1.26
13332023-12-19T22:05:38.570Z Compiling schemars_derive v0.8.13
13342023-12-19T22:05:39.739Z Compiling zerocopy-derive v0.7.31
13352023-12-19T22:05:40.135Z Compiling crypto-common v0.1.6
13362023-12-19T22:05:40.445Z Compiling block-buffer v0.10.4
13372023-12-19T22:05:40.577Z Compiling pest v2.7.2
13382023-12-19T22:05:40.823Z Compiling openssl-macros v0.1.1
13392023-12-19T22:05:40.945Z Compiling digest v0.10.7
13402023-12-19T22:05:43.760Z Compiling zerocopy v0.7.31
13412023-12-19T22:05:44.128Z Compiling regex v1.10.2
13422023-12-19T22:05:44.271Z Compiling tracing v0.1.37
13432023-12-19T22:05:45.323Z Compiling der_derive v0.7.2
13442023-12-19T22:05:46.030Z Compiling unicode-width v0.1.11
13452023-12-19T22:05:46.780Z Compiling hashbrown v0.12.3
13462023-12-19T22:05:46.784Z Compiling openssl-probe v0.1.5
13472023-12-19T22:05:47.161Z Compiling hashbrown v0.13.2
13482023-12-19T22:05:47.243Z Compiling untrusted v0.7.1
13492023-12-19T22:05:47.511Z Compiling slog v2.7.0
13502023-12-19T22:05:47.543Z Compiling unicode-xid v0.2.4
13512023-12-19T22:05:47.783Z Compiling foreign-types-shared v0.1.1
13522023-12-19T22:05:47.934Z Compiling percent-encoding v2.3.1
13532023-12-19T22:05:48.127Z Compiling untrusted v0.9.0
13542023-12-19T22:05:48.487Z Compiling foreign-types v0.3.2
13552023-12-19T22:05:48.616Z Compiling synstructure v0.12.6
13562023-12-19T22:05:51.750Z Compiling errno v0.3.2
13572023-12-19T22:05:52.078Z Compiling ppv-lite86 v0.2.17
13582023-12-19T22:05:52.156Z Compiling try-lock v0.2.4
13592023-12-19T22:05:52.357Z Compiling want v0.3.1
13602023-12-19T22:05:52.592Z Compiling sct v0.7.0
13612023-12-19T22:05:53.055Z Compiling zerocopy-derive v0.2.0
13622023-12-19T22:05:53.315Z Compiling rustls-webpki v0.101.7
13632023-12-19T22:05:53.908Z Compiling form_urlencoded v1.2.1
13642023-12-19T22:05:54.417Z Compiling pest_meta v2.7.2
13652023-12-19T22:05:55.174Z Compiling socket2 v0.4.9
13662023-12-19T22:05:55.781Z Compiling httpdate v1.0.3
13672023-12-19T22:05:56.323Z Compiling io-lifetimes v1.0.11
13682023-12-19T22:05:56.488Z Compiling tower-service v0.3.2
13692023-12-19T22:05:57.163Z Compiling pest_generator v2.7.2
13702023-12-19T22:05:57.978Z Compiling rustls-pemfile v1.0.3
13712023-12-19T22:05:58.548Z Compiling idna v0.5.0
13722023-12-19T22:05:59.301Z Compiling bytes v1.5.0
13732023-12-19T22:06:00.577Z Compiling indexmap v2.1.0
13742023-12-19T22:06:01.181Z Compiling uuid v1.6.1
13752023-12-19T22:06:01.371Z Compiling chrono v0.4.31
13762023-12-19T22:06:01.436Z Compiling tokio v1.35.0
13772023-12-19T22:06:01.890Z Compiling http v0.2.11
13782023-12-19T22:06:02.679Z Compiling rustc_version v0.4.0
13792023-12-19T22:06:03.692Z Compiling toml_datetime v0.6.5
13802023-12-19T22:06:03.956Z Compiling serde_spanned v0.6.4
13812023-12-19T22:06:04.279Z Compiling bitflags v2.4.0
13822023-12-19T22:06:04.483Z Compiling toml_edit v0.19.15
13832023-12-19T22:06:07.997Z Compiling http-body v0.4.5
13842023-12-19T22:06:08.601Z Compiling heapless v0.7.16
13852023-12-19T22:06:09.244Z Compiling openapiv3 v2.0.0
13862023-12-19T22:06:09.457Z Compiling lazy_static v1.4.0
13872023-12-19T22:06:10.220Z Compiling adler v1.0.2
13882023-12-19T22:06:10.562Z Compiling crossbeam-utils v0.8.16
13892023-12-19T22:06:12.108Z Compiling miniz_oxide v0.7.1
13902023-12-19T22:06:12.138Z Compiling pest_derive v2.7.2
13912023-12-19T22:06:13.322Z Compiling url v2.5.0
13922023-12-19T22:06:15.368Z Compiling tokio-util v0.7.10
13932023-12-19T22:06:17.418Z Compiling h2 v0.3.21
13942023-12-19T22:06:17.744Z Compiling tokio-native-tls v0.3.1
13952023-12-19T22:06:17.824Z Compiling tokio-rustls v0.24.1
13962023-12-19T22:06:18.437Z Compiling rustls-native-certs v0.6.3
13972023-12-19T22:06:18.441Z Compiling rand_chacha v0.3.1
13982023-12-19T22:06:19.042Z Compiling usdt-impl v0.3.5
13992023-12-19T22:06:19.271Z Compiling rustix v0.37.23
14002023-12-19T22:06:19.722Z Compiling ipnet v2.8.0
14012023-12-19T22:06:20.387Z Compiling rand v0.8.5
14022023-12-19T22:06:21.344Z Compiling serde_urlencoded v0.7.1
14032023-12-19T22:06:22.254Z Compiling encoding_rs v0.8.33
14042023-12-19T22:06:22.351Z Compiling mime v0.3.17
14052023-12-19T22:06:22.615Z Compiling webpki-roots v0.25.2
14062023-12-19T22:06:22.848Z Compiling gimli v0.28.0
14072023-12-19T22:06:24.411Z Compiling zerocopy v0.3.0
14082023-12-19T22:06:25.031Z Compiling object v0.32.1
14092023-12-19T22:06:25.761Z Compiling num-bigint v0.4.4
14102023-12-19T22:06:26.784Z Compiling rustc-demangle v0.1.23
14112023-12-19T22:06:27.634Z Compiling dof v0.1.5
14122023-12-19T22:06:28.144Z Compiling flate2 v1.0.28
14132023-12-19T22:06:28.610Z Compiling hyper v0.14.27
14142023-12-19T22:06:28.851Z Compiling dtrace-parser v0.1.14
14152023-12-19T22:06:29.377Z Compiling bzip2-sys v0.1.11+1.0.8
14162023-12-19T22:06:29.710Z Compiling thread-id v4.2.0
14172023-12-19T22:06:29.882Z Compiling addr2line v0.21.0
14182023-12-19T22:06:30.132Z Compiling rustversion v1.0.14
14192023-12-19T22:06:31.312Z Compiling toml v0.7.8
14202023-12-19T22:06:31.704Z Compiling toml_edit v0.21.0
14212023-12-19T22:06:32.193Z Compiling serde_tokenstream v0.2.0
14222023-12-19T22:06:33.022Z Compiling serde_tokenstream v0.1.7
14232023-12-19T22:06:33.830Z Compiling hex v0.4.3
14242023-12-19T22:06:33.893Z Compiling memoffset v0.9.0
14252023-12-19T22:06:34.323Z Compiling base64ct v1.6.0
14262023-12-19T22:06:34.522Z Compiling strsim v0.10.0
14272023-12-19T22:06:35.769Z Compiling regress v0.7.1
14282023-12-19T22:06:38.173Z Compiling bitflags v1.3.2
14292023-12-19T22:06:38.290Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14302023-12-19T22:06:39.092Z Compiling doc-comment v0.3.3
14312023-12-19T22:06:39.423Z Compiling smoltcp v0.9.1
14322023-12-19T22:06:39.988Z Compiling hyper-rustls v0.24.2
14332023-12-19T22:06:40.567Z Compiling hyper-tls v0.5.0
14342023-12-19T22:06:40.717Z Compiling pem-rfc7468 v0.7.0
14352023-12-19T22:06:41.073Z Compiling reqwest v0.11.22
14362023-12-19T22:06:41.283Z Compiling strum_macros v0.25.2
14372023-12-19T22:06:41.933Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14382023-12-19T22:06:41.957Z Compiling usdt-macro v0.3.5
14392023-12-19T22:06:42.365Z Compiling usdt-attr-macro v0.3.5
14402023-12-19T22:06:44.076Z Compiling hmac v0.12.1
14412023-12-19T22:06:45.065Z Compiling enum-as-inner v0.5.1
14422023-12-19T22:06:45.358Z Compiling crossbeam-epoch v0.9.15
14432023-12-19T22:06:46.013Z Compiling num-iter v0.1.43
14442023-12-19T22:06:46.456Z Compiling flagset v0.4.3
14452023-12-19T22:06:46.695Z Compiling siphasher v0.3.11
14462023-12-19T22:06:46.782Z Compiling unicode-segmentation v1.10.1
14472023-12-19T22:06:47.186Z Compiling der v0.7.8
14482023-12-19T22:06:48.355Z Compiling hubpack_derive v0.1.1
14492023-12-19T22:06:48.648Z Compiling zerocopy-derive v0.6.4
14502023-12-19T22:06:48.716Z Compiling pin-project-internal v1.1.3
14512023-12-19T22:06:50.803Z Compiling deranged v0.3.8
14522023-12-19T22:06:51.384Z Compiling anstyle v1.0.2
14532023-12-19T22:06:52.699Z Compiling num_threads v0.1.6
14542023-12-19T22:06:52.875Z Compiling utf8parse v0.2.1
14552023-12-19T22:06:53.122Z Compiling anstyle-parse v0.2.1
14562023-12-19T22:06:53.663Z Compiling time v0.3.27
14572023-12-19T22:06:53.766Z Compiling sha2 v0.10.8
14582023-12-19T22:06:53.910Z Compiling spki v0.7.2
14592023-12-19T22:06:56.854Z Compiling md-5 v0.10.5
14602023-12-19T22:06:57.259Z Compiling block-padding v0.3.3
14612023-12-19T22:06:57.630Z Compiling clap_derive v4.4.2
14622023-12-19T22:06:58.182Z Compiling stringprep v0.1.3
14632023-12-19T22:06:59.201Z Compiling diesel_table_macro_syntax v0.1.0
14642023-12-19T22:06:59.786Z Compiling hash32 v0.2.1
14652023-12-19T22:06:59.975Z Compiling either v1.9.0
14662023-12-19T22:07:00.232Z Compiling fallible-iterator v0.2.0
14672023-12-19T22:07:00.424Z Compiling stable_deref_trait v1.2.0
14682023-12-19T22:07:00.854Z Compiling colorchoice v1.0.0
14692023-12-19T22:07:00.857Z Compiling anstyle-query v1.0.0
14702023-12-19T22:07:00.870Z Compiling anstream v0.5.0
14712023-12-19T22:07:01.397Z Compiling postgres-protocol v0.6.6
14722023-12-19T22:07:02.774Z Compiling diesel_derives v2.1.2
14732023-12-19T22:07:03.405Z Compiling terminal_size v0.2.6
14742023-12-19T22:07:03.581Z Compiling inout v0.1.3
14752023-12-19T22:07:04.597Z Compiling pkcs8 v0.10.2
14762023-12-19T22:07:05.063Z Compiling phf_shared v0.11.2
14772023-12-19T22:07:06.254Z Compiling ff v0.13.0
14782023-12-19T22:07:06.438Z Compiling snafu-derive v0.7.5
14792023-12-19T22:07:06.606Z Compiling serde_repr v0.1.16
14802023-12-19T22:07:06.691Z Compiling scheduled-thread-pool v0.2.7
14812023-12-19T22:07:07.427Z Compiling bit-vec v0.6.3
14822023-12-19T22:07:08.142Z Compiling managed v0.8.0
14832023-12-19T22:07:08.162Z Compiling matches v0.1.10
14842023-12-19T22:07:08.473Z Compiling clap_lex v0.5.1
14852023-12-19T22:07:08.628Z Compiling base16ct v0.2.0
14862023-12-19T22:07:09.267Z Compiling regex-automata v0.1.10
14872023-12-19T22:07:09.743Z Compiling sec1 v0.7.3
14882023-12-19T22:07:10.081Z Compiling bstr v0.2.17
14892023-12-19T22:07:10.699Z Compiling clap_builder v4.4.2
14902023-12-19T22:07:12.839Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14912023-12-19T22:07:16.073Z Compiling idna v0.2.3
14922023-12-19T22:07:16.102Z Compiling r2d2 v0.8.10
14932023-12-19T22:07:17.087Z Compiling group v0.13.0
14942023-12-19T22:07:19.405Z Compiling phf v0.11.2
14952023-12-19T22:07:19.846Z Compiling bzip2 v0.4.4
14962023-12-19T22:07:20.505Z Compiling cipher v0.4.4
14972023-12-19T22:07:21.308Z Compiling postgres-types v0.2.6
14982023-12-19T22:07:21.395Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14992023-12-19T22:07:21.804Z Compiling itertools v0.11.0
15002023-12-19T22:07:22.414Z Compiling pin-project v1.1.3
15012023-12-19T22:07:22.588Z Compiling zerocopy v0.6.4
15022023-12-19T22:07:23.878Z Compiling hubpack v0.1.2
15032023-12-19T22:07:23.990Z Compiling phf_shared v0.10.0
15042023-12-19T22:07:24.765Z Compiling hkdf v0.12.3
15052023-12-19T22:07:24.809Z Compiling ipnetwork v0.20.0
15062023-12-19T22:07:25.208Z Compiling crypto-bigint v0.5.2
15072023-12-19T22:07:25.449Z Compiling futures-executor v0.3.29
15082023-12-19T22:07:26.324Z Compiling getopts v0.2.21
15092023-12-19T22:07:26.372Z Compiling float-cmp v0.9.0
15102023-12-19T22:07:26.724Z Compiling difflib v0.4.0
15112023-12-19T22:07:27.019Z Compiling static_assertions v1.1.0
15122023-12-19T22:07:27.164Z Compiling data-encoding v2.4.0
15132023-12-19T22:07:28.059Z Compiling unsafe-libyaml v0.2.9
15142023-12-19T22:07:29.382Z Compiling predicates-core v1.0.6
15152023-12-19T22:07:29.964Z Compiling precomputed-hash v0.1.1
15162023-12-19T22:07:31.152Z Compiling whoami v1.4.1
15172023-12-19T22:07:31.293Z Compiling new_debug_unreachable v1.0.4
15182023-12-19T22:07:31.423Z Compiling minimal-lexical v0.2.1
15192023-12-19T22:07:32.083Z Compiling regex-automata v0.3.8
15202023-12-19T22:07:32.128Z Compiling fixedbitset v0.4.2
15212023-12-19T22:07:32.262Z Compiling normalize-line-endings v0.3.0
15222023-12-19T22:07:32.287Z Compiling nom v7.1.3
15232023-12-19T22:07:32.433Z Compiling predicates v3.0.4
15242023-12-19T22:07:32.823Z Compiling petgraph v0.6.4
15252023-12-19T22:07:34.052Z Compiling tokio-postgres v0.7.10
15262023-12-19T22:07:34.345Z Compiling string_cache v0.8.7
15272023-12-19T22:07:35.112Z Compiling bstr v1.6.0
15282023-12-19T22:07:35.187Z Compiling trust-dns-proto v0.22.0
15292023-12-19T22:07:36.010Z Compiling serde_yaml v0.9.25
15302023-12-19T22:07:36.723Z Compiling diesel v2.1.4
15312023-12-19T22:07:38.661Z Compiling elliptic-curve v0.13.8
15322023-12-19T22:07:39.430Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15332023-12-19T22:07:39.893Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15342023-12-19T22:07:43.289Z Compiling futures v0.3.29
15352023-12-19T22:07:44.352Z Compiling yasna v0.5.2
15362023-12-19T22:07:47.574Z Compiling snafu v0.7.5
15372023-12-19T22:07:48.936Z Compiling zip v0.6.6
15382023-12-19T22:07:49.317Z Compiling clap v4.4.3
15392023-12-19T22:07:50.056Z Compiling similar v2.3.0
15402023-12-19T22:07:50.081Z Compiling bit-set v0.5.3
15412023-12-19T22:07:50.487Z Compiling itertools v0.10.5
15422023-12-19T22:07:51.382Z Compiling usdt v0.3.5
15432023-12-19T22:07:52.368Z Compiling tokio-stream v0.1.14
15442023-12-19T22:07:52.674Z Compiling console v0.15.7
15452023-12-19T22:07:53.923Z Compiling lalrpop-util v0.19.12
15462023-12-19T22:07:55.096Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15472023-12-19T22:08:43.892Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15482023-12-19T22:08:45.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15492023-12-19T22:08:46.068Z Compiling sha1 v0.10.6
15502023-12-19T22:08:56.749Z Compiling atty v0.2.14
15512023-12-19T22:08:56.934Z Compiling match_cfg v0.1.0
15522023-12-19T22:08:57.615Z Compiling hostname v0.3.1
15532023-12-19T22:08:57.640Z Compiling dirs-sys-next v0.1.2
15542023-12-19T22:08:57.968Z Compiling ident_case v1.0.1
15552023-12-19T22:08:58.236Z Compiling darling_core v0.20.3
15562023-12-19T22:08:58.644Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15572023-12-19T22:08:58.792Z Compiling dirs-next v2.0.0
15582023-12-19T22:08:58.976Z Compiling thread_local v1.1.7
15592023-12-19T22:08:59.059Z Compiling camino v1.1.6
15602023-12-19T22:08:59.913Z Compiling slog-async v2.8.0
15612023-12-19T22:09:00.249Z Compiling term v0.7.0
15622023-12-19T22:09:00.786Z Compiling crossbeam-channel v0.5.8
15632023-12-19T22:09:01.342Z Compiling multer v2.1.0
15642023-12-19T22:09:01.768Z Compiling instant v0.1.12
15652023-12-19T22:09:01.980Z Compiling take_mut v0.2.2
15662023-12-19T22:09:02.218Z Compiling paste v1.0.14
15672023-12-19T22:09:02.872Z Compiling slog-term v2.9.0
15682023-12-19T22:09:03.374Z Compiling slog-json v2.6.1
15692023-12-19T22:09:03.966Z Compiling async-stream-impl v0.3.5
15702023-12-19T22:09:04.671Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15712023-12-19T22:09:04.786Z Compiling atomic-waker v1.1.1
15722023-12-19T22:09:04.959Z Compiling debug-ignore v1.0.5
15732023-12-19T22:09:05.132Z Compiling waitgroup v0.1.2
15742023-12-19T22:09:05.167Z Compiling slog-bunyan v2.4.0
15752023-12-19T22:09:05.462Z Compiling toml v0.8.8
15762023-12-19T22:09:05.485Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15772023-12-19T22:09:06.284Z Compiling async-stream v0.3.5
15782023-12-19T22:09:06.763Z Compiling serde_path_to_error v0.1.14
15792023-12-19T22:09:06.981Z Compiling structmeta-derive v0.2.0
15802023-12-19T22:09:07.226Z Compiling strum v0.25.0
15812023-12-19T22:09:07.467Z Compiling regex-syntax v0.7.5
15822023-12-19T22:09:07.531Z Compiling backoff v0.4.0
15832023-12-19T22:09:08.054Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15842023-12-19T22:09:08.148Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15852023-12-19T22:09:08.304Z Compiling macaddr v1.0.1
15862023-12-19T22:09:08.372Z Compiling proc-macro-error-attr v1.0.4
15872023-12-19T22:09:08.539Z Compiling darling_macro v0.20.3
15882023-12-19T22:09:08.914Z Compiling proc-macro-crate v1.3.1
15892023-12-19T22:09:09.024Z Compiling proc-macro-error v1.0.4
15902023-12-19T22:09:09.667Z Compiling smoltcp v0.10.0
15912023-12-19T22:09:10.210Z Compiling darling v0.20.3
15922023-12-19T22:09:10.375Z Compiling serde_with_macros v3.4.0
15932023-12-19T22:09:10.643Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15942023-12-19T22:09:10.781Z Compiling num_enum_derive v0.5.11
15952023-12-19T22:09:11.186Z Compiling cobs v0.2.3
15962023-12-19T22:09:11.683Z Compiling fastrand v2.0.0
15972023-12-19T22:09:12.023Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15982023-12-19T22:09:12.046Z Compiling structmeta v0.2.0
15992023-12-19T22:09:12.439Z Compiling embedded-io v0.4.0
16002023-12-19T22:09:12.609Z Compiling tempfile v3.8.1
16012023-12-19T22:09:12.754Z Compiling postcard v1.0.8
16022023-12-19T22:09:13.949Z Compiling foreign-types-macros v0.2.3
16032023-12-19T22:09:14.118Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16042023-12-19T22:09:14.569Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16052023-12-19T22:09:14.755Z Compiling serde_with v3.4.0
16062023-12-19T22:09:15.232Z Compiling foreign-types-shared v0.3.1
16072023-12-19T22:09:15.236Z Compiling same-file v1.0.6
16082023-12-19T22:09:15.306Z Compiling num_enum v0.5.11
16092023-12-19T22:09:15.403Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16102023-12-19T22:09:15.525Z Compiling crucible-workspace-hack v0.1.0
16112023-12-19T22:09:15.872Z Compiling walkdir v2.4.0
16122023-12-19T22:09:16.057Z Compiling foreign-types v0.5.0
16132023-12-19T22:09:16.334Z Compiling is-terminal v0.4.9
16142023-12-19T22:09:16.530Z Compiling semver-parser v0.10.2
16152023-12-19T22:09:16.555Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16162023-12-19T22:09:17.111Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16172023-12-19T22:09:17.870Z Compiling cstr-argument v0.1.2
16182023-12-19T22:09:18.236Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16192023-12-19T22:09:18.568Z Compiling pretty-hex v0.2.1
16202023-12-19T22:09:18.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16212023-12-19T22:09:18.956Z Compiling parse-display-derive v0.8.2
16222023-12-19T22:09:20.812Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16232023-12-19T22:09:21.069Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16242023-12-19T22:09:21.501Z Compiling semver v0.11.0
16252023-12-19T22:09:21.517Z Compiling colored v2.0.4
16262023-12-19T22:09:21.798Z Compiling xattr v1.0.1
16272023-12-19T22:09:21.870Z Compiling filetime v0.2.23
16282023-12-19T22:09:21.953Z Compiling home v0.5.5
16292023-12-19T22:09:22.183Z Compiling toolchain_find v0.2.0
16302023-12-19T22:09:22.327Z Compiling tar v0.4.40
16312023-12-19T22:09:22.618Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16322023-12-19T22:09:22.721Z Compiling camino-tempfile v1.1.1
16332023-12-19T22:09:22.957Z Compiling zone_cfg_derive v0.3.0
16342023-12-19T22:09:23.116Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16352023-12-19T22:09:23.401Z Compiling textwrap v0.11.0
16362023-12-19T22:09:24.224Z Compiling heck v0.3.3
16372023-12-19T22:09:24.462Z Compiling toml v0.5.11
16382023-12-19T22:09:24.826Z Compiling num-derive v0.4.0
16392023-12-19T22:09:25.436Z Compiling strsim v0.8.0
16402023-12-19T22:09:25.747Z Compiling libefi-sys v0.1.0
16412023-12-19T22:09:25.803Z Compiling ansi_term v0.12.1
16422023-12-19T22:09:26.181Z Compiling vec_map v0.8.2
16432023-12-19T22:09:26.442Z Compiling platforms v3.0.2
16442023-12-19T22:09:26.517Z Compiling parse-display v0.8.2
16452023-12-19T22:09:26.616Z Compiling clap v2.34.0
16462023-12-19T22:09:26.701Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16472023-12-19T22:09:26.798Z Compiling zone v0.3.0
16482023-12-19T22:09:27.266Z Compiling structopt-derive v0.4.18
16492023-12-19T22:09:28.311Z Compiling rustfmt-wrapper v0.2.0
16502023-12-19T22:09:28.710Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
16512023-12-19T22:09:28.838Z Compiling omicron-zone-package v0.9.1
16522023-12-19T22:09:29.327Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16532023-12-19T22:09:30.058Z Compiling smf v0.2.2
16542023-12-19T22:09:30.411Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16552023-12-19T22:09:31.800Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16562023-12-19T22:09:32.006Z Compiling unicase v2.7.0
16572023-12-19T22:09:32.246Z Compiling curve25519-dalek v4.1.1
16582023-12-19T22:09:32.275Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16592023-12-19T22:09:32.348Z Compiling structopt v0.3.26
16602023-12-19T22:09:32.442Z Compiling universal-hash v0.5.1
16612023-12-19T22:09:32.730Z Compiling opaque-debug v0.3.0
16622023-12-19T22:09:32.788Z Compiling curve25519-dalek-derive v0.1.0
16632023-12-19T22:09:32.854Z Compiling num-rational v0.4.1
16642023-12-19T22:09:32.877Z Compiling getrandom v0.1.16
16652023-12-19T22:09:33.346Z Compiling signature v2.1.0
16662023-12-19T22:09:33.528Z Compiling quick-error v1.2.3
16672023-12-19T22:09:33.663Z Compiling keccak v0.1.4
16682023-12-19T22:09:33.707Z Compiling linked-hash-map v0.5.6
16692023-12-19T22:09:33.731Z Compiling parking_lot_core v0.8.6
16702023-12-19T22:09:34.260Z Compiling lru-cache v0.1.2
16712023-12-19T22:09:34.442Z Compiling sha3 v0.10.8
16722023-12-19T22:09:34.548Z Compiling resolv-conf v0.7.0
16732023-12-19T22:09:35.804Z Compiling password-hash v0.5.0
16742023-12-19T22:09:35.967Z Compiling blake2 v0.10.6
16752023-12-19T22:09:35.996Z Compiling aead v0.5.2
16762023-12-19T22:09:36.043Z Compiling secrecy v0.8.0
16772023-12-19T22:09:36.443Z Compiling num-complex v0.4.4
16782023-12-19T22:09:36.505Z Compiling nibble_vec v0.1.0
16792023-12-19T22:09:36.808Z Compiling slog-dtrace v0.2.3
16802023-12-19T22:09:37.245Z Compiling convert_case v0.4.0
16812023-12-19T22:09:37.552Z Compiling endian-type v0.1.2
16822023-12-19T22:09:37.825Z Compiling winapi v0.3.9
16832023-12-19T22:09:37.891Z Compiling cancel-safe-futures v0.1.5
16842023-12-19T22:09:38.227Z Compiling utf-8 v0.7.6
16852023-12-19T22:09:38.396Z Compiling arc-swap v1.6.0
16862023-12-19T22:09:38.451Z Compiling num v0.4.1
16872023-12-19T22:09:38.602Z Compiling tungstenite v0.20.1
16882023-12-19T22:09:38.687Z Compiling radix_trie v0.2.1
16892023-12-19T22:09:38.721Z Compiling derive_more v0.99.17
16902023-12-19T22:09:39.430Z Compiling slog-scope v4.4.0
16912023-12-19T22:09:39.616Z Compiling argon2 v0.5.2
16922023-12-19T22:09:39.780Z Compiling mime_guess v2.0.4
16932023-12-19T22:09:40.332Z Compiling trust-dns-resolver v0.22.0
16942023-12-19T22:09:41.973Z Compiling rand_core v0.5.1
16952023-12-19T22:09:42.291Z Compiling poly1305 v0.8.0
16962023-12-19T22:09:42.729Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16972023-12-19T22:09:42.891Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16982023-12-19T22:09:43.352Z Compiling chacha20 v0.9.1
16992023-12-19T22:09:44.060Z Compiling rfc6979 v0.4.0
17002023-12-19T22:09:44.332Z Compiling thiserror-impl-no-std v2.0.2
17012023-12-19T22:09:44.536Z Compiling ciborium-io v0.2.1
17022023-12-19T22:09:44.710Z Compiling option-ext v0.2.0
17032023-12-19T22:09:44.787Z Compiling half v1.8.2
17042023-12-19T22:09:44.897Z Compiling dirs-sys v0.4.1
17052023-12-19T22:09:46.399Z Compiling ecdsa v0.16.9
17062023-12-19T22:09:46.407Z Compiling ciborium-ll v0.2.1
17072023-12-19T22:09:46.407Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17082023-12-19T22:09:46.505Z Compiling rand_chacha v0.2.2
17092023-12-19T22:09:46.594Z Compiling parking_lot v0.11.2
17102023-12-19T22:09:47.031Z Compiling tokio-tungstenite v0.20.1
17112023-12-19T22:09:47.839Z Compiling slog-stdlog v4.1.1
17122023-12-19T22:09:48.551Z Compiling trust-dns-client v0.22.0
17132023-12-19T22:09:49.092Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17142023-12-19T22:09:49.779Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17152023-12-19T22:09:49.802Z Compiling thiserror-no-std v2.0.2
17162023-12-19T22:09:49.888Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17172023-12-19T22:09:50.014Z Compiling ed25519 v2.2.2
17182023-12-19T22:09:50.706Z Compiling polyval v0.6.1
17192023-12-19T22:09:50.988Z Compiling primeorder v0.13.6
17202023-12-19T22:09:51.350Z Compiling ctr v0.9.2
17212023-12-19T22:09:51.787Z Compiling aes v0.8.3
17222023-12-19T22:09:51.876Z Compiling blowfish v0.9.1
17232023-12-19T22:09:52.596Z Compiling password-hash v0.4.2
17242023-12-19T22:09:53.161Z Compiling libsw v3.3.0
17252023-12-19T22:09:53.638Z Compiling pbkdf2 v0.12.2
17262023-12-19T22:09:53.878Z Compiling derive-where v1.2.6
17272023-12-19T22:09:54.099Z Compiling fxhash v0.2.1
17282023-12-19T22:09:55.335Z Compiling swrite v0.1.0
17292023-12-19T22:09:55.508Z Compiling owo-colors v3.5.0
17302023-12-19T22:09:56.723Z Compiling linear-map v1.2.0
17312023-12-19T22:09:57.280Z Compiling glob v0.3.1
17322023-12-19T22:09:58.943Z Compiling trust-dns-server v0.22.1
17332023-12-19T22:09:59.886Z Compiling sled v0.34.7
17342023-12-19T22:09:59.966Z Compiling bcrypt-pbkdf v0.10.0
17352023-12-19T22:10:01.066Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17362023-12-19T22:10:03.079Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17372023-12-19T22:10:03.848Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17382023-12-19T22:10:04.471Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17392023-12-19T22:10:05.385Z Compiling pbkdf2 v0.11.0
17402023-12-19T22:10:05.945Z Compiling p256 v0.13.2
17412023-12-19T22:10:07.325Z Compiling ghash v0.5.0
17422023-12-19T22:10:07.588Z Compiling ed25519-dalek v2.0.0
17432023-12-19T22:10:09.315Z Compiling vsss-rs v3.3.2
17442023-12-19T22:10:11.184Z Compiling russh-cryptovec v0.7.0
17452023-12-19T22:10:11.669Z Compiling slog-envlogger v2.2.0
17462023-12-19T22:10:12.863Z Compiling rand v0.7.3
17472023-12-19T22:10:13.659Z Compiling ciborium v0.2.1
17482023-12-19T22:10:15.418Z Compiling dirs v5.0.1
17492023-12-19T22:10:15.701Z Compiling chacha20poly1305 v0.10.1
17502023-12-19T22:10:15.885Z Compiling cbc v0.1.2
17512023-12-19T22:10:16.030Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17522023-12-19T22:10:16.104Z Compiling pem v3.0.2
17532023-12-19T22:10:16.235Z Compiling headers-core v0.2.0
17542023-12-19T22:10:16.272Z Compiling kstat-rs v0.2.3
17552023-12-19T22:10:16.464Z Compiling md5 v0.7.0
17562023-12-19T22:10:16.582Z Compiling http-range v0.1.5
17572023-12-19T22:10:17.215Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17582023-12-19T22:10:17.277Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17592023-12-19T22:10:17.354Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17602023-12-19T22:10:17.376Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17612023-12-19T22:10:17.505Z Compiling pretty-hex v0.4.0
17622023-12-19T22:10:17.661Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17632023-12-19T22:10:17.829Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17642023-12-19T22:10:18.423Z Compiling hyper-staticfile v0.9.5
17652023-12-19T22:10:20.074Z Compiling russh-keys v0.40.1
17662023-12-19T22:10:20.219Z Compiling rcgen v0.11.3
17672023-12-19T22:10:23.046Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17682023-12-19T22:10:24.461Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17692023-12-19T22:10:25.165Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17702023-12-19T22:10:25.637Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17712023-12-19T22:10:28.654Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17722023-12-19T22:10:29.030Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17732023-12-19T22:10:30.505Z Compiling headers v0.3.9
17742023-12-19T22:10:32.428Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17752023-12-19T22:10:33.854Z Compiling aes-gcm v0.10.3
17762023-12-19T22:10:33.875Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17772023-12-19T22:10:34.290Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17782023-12-19T22:10:36.265Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17792023-12-19T22:10:44.288Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
17802023-12-19T22:10:45.724Z Compiling atomicwrites v0.4.2
17812023-12-19T22:10:46.268Z Compiling itertools v0.12.0
17822023-12-19T22:10:46.845Z Compiling subprocess v0.2.9
17832023-12-19T22:10:48.051Z Compiling hex-literal v0.4.1
17842023-12-19T22:10:48.283Z Compiling display-error-chain v0.2.0
17852023-12-19T22:10:48.518Z Compiling russh v0.40.1
17862023-12-19T22:10:50.370Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17872023-12-19T22:10:51.470Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17882023-12-19T22:10:53.688Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17892023-12-19T22:11:23.548Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17902023-12-19T22:12:43.701Z Finished dev [unoptimized + debuginfo] target(s) in 8m 03s
17912023-12-19T22:12:44.060Z
17922023-12-19T22:12:44.060Zreal 8:03.736779466
17932023-12-19T22:12:44.060Zuser 44:24.588922906
17942023-12-19T22:12:44.060Zsys 6:48.581571979
17952023-12-19T22:12:44.060Ztrap 1.669407302
17962023-12-19T22:12:44.060Ztflt 4.478054532
17972023-12-19T22:12:44.186Zdflt 7.709089198
17982023-12-19T22:12:44.186Zkflt 0.024106615
17992023-12-19T22:12:44.186Zlock 1:24:30.239117053
18002023-12-19T22:12:44.186Zslp 2:06:46.825384964
18012023-12-19T22:12:44.186Zlat 2:00.373708273
18022023-12-19T22:12:44.186Zstop 4:34.409254171
18032023-12-19T22:12:44.186Z+ mkdir -p /work/end-to-end-tests
18042023-12-19T22:12:44.186Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18052023-12-19T22:12:44.834Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18062023-12-19T22:12:44.835Z+ ptime -m gzip
18072023-12-19T22:12:44.925Z++ basename target/debug/bootstrap
18082023-12-19T22:13:06.956Z
18092023-12-19T22:13:06.957Zreal 16.948461406
18102023-12-19T22:13:07.137Zuser 16.784054891
18112023-12-19T22:13:07.137Zsys 0.158974608
18122023-12-19T22:13:07.137Ztrap 0.003987716
18132023-12-19T22:13:07.137Ztflt 0.000000000
18142023-12-19T22:13:07.137Zdflt 0.000000000
18152023-12-19T22:13:07.137Zkflt 0.000000000
18162023-12-19T22:13:07.137Zlock 0.000000000
18172023-12-19T22:13:07.137Zslp 0.000000000
18182023-12-19T22:13:07.137Zlat 0.001088358
18192023-12-19T22:13:07.137Zstop 0.000238409
18202023-12-19T22:13:07.137Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18212023-12-19T22:13:07.138Z+ ptime -m gzip
18222023-12-19T22:13:07.138Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8db5a4cac1990b57
18232023-12-19T22:13:07.138Z
18242023-12-19T22:13:07.138Zreal 1.091586565
18252023-12-19T22:13:07.138Zuser 1.078437805
18262023-12-19T22:13:07.138Zsys 0.011835671
18272023-12-19T22:13:07.138Ztrap 0.000416414
18282023-12-19T22:13:07.139Ztflt 0.000000000
18292023-12-19T22:13:07.139Zdflt 0.000000000
18302023-12-19T22:13:07.139Zkflt 0.000000000
18312023-12-19T22:13:07.139Zlock 0.000000000
18322023-12-19T22:13:07.139Zslp 0.000000000
18332023-12-19T22:13:07.139Zlat 0.000542384
18342023-12-19T22:13:07.139Zstop 0.000236123
18352023-12-19T22:13:07.139Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18362023-12-19T22:13:07.139Z+ ptime -m gzip
18372023-12-19T22:13:07.140Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e4a60fbd4bd87582
18382023-12-19T22:13:20.328Z
18392023-12-19T22:13:20.331Zreal 17.429731168
18402023-12-19T22:13:20.333Zuser 17.260326355
18412023-12-19T22:13:20.333Zsys 0.163794250
18422023-12-19T22:13:20.333Ztrap 0.004011121
18432023-12-19T22:13:20.333Ztflt 0.000000000
18442023-12-19T22:13:20.333Zdflt 0.000000000
18452023-12-19T22:13:20.333Zkflt 0.000000000
18462023-12-19T22:13:20.334Zlock 0.000000000
18472023-12-19T22:13:20.334Zslp 0.000000000
18482023-12-19T22:13:20.334Zlat 0.001253022
18492023-12-19T22:13:20.334Zstop 0.000229601
18502023-12-19T22:13:20.334Z+ banner caboose-util
18512023-12-19T22:13:20.334Z
18522023-12-19T22:13:20.334Z #### ## ##### #### #### #### ###### # # #####
18532023-12-19T22:13:20.334Z # # # # # # # # # # # # # # #
18542023-12-19T22:13:20.334Z # # # ##### # # # # #### ##### ##### # # #
18552023-12-19T22:13:20.334Z # ###### # # # # # # # # # # #
18562023-12-19T22:13:20.334Z # # # # # # # # # # # # # # # #
18572023-12-19T22:13:20.334Z #### # # ##### #### #### #### ###### #### #
18582023-12-19T22:13:20.334Z
18592023-12-19T22:13:20.334Z+ ptime -m cargo build --locked -p caboose-util --release
18602023-12-19T22:13:20.977Z Downloading crates ...
18612023-12-19T22:13:21.275Z Downloaded env_logger v0.10.0
18622023-12-19T22:13:21.280Z Downloaded tap v1.0.1
18632023-12-19T22:13:21.283Z Downloaded funty v2.0.0
18642023-12-19T22:13:21.287Z Downloaded smallvec v0.6.14
18652023-12-19T22:13:21.292Z Downloaded nodrop v0.1.14
18662023-12-19T22:13:21.295Z Downloaded radium v0.7.0
18672023-12-19T22:13:21.299Z Downloaded termcolor v1.2.0
18682023-12-19T22:13:21.302Z Downloaded bitfield v0.14.0
18692023-12-19T22:13:21.302Z Downloaded crc v3.0.1
18702023-12-19T22:13:21.305Z Downloaded maybe-uninit v2.0.0
18712023-12-19T22:13:21.309Z Downloaded packed_struct v0.10.1
18722023-12-19T22:13:21.310Z Downloaded crc-catalog v2.2.0
18732023-12-19T22:13:21.313Z Downloaded wyz v0.5.1
18742023-12-19T22:13:21.316Z Downloaded packed_struct_codegen v0.10.1
18752023-12-19T22:13:21.316Z Downloaded crc-any v2.4.3
18762023-12-19T22:13:21.319Z Downloaded pkcs1 v0.7.5
18772023-12-19T22:13:21.441Z Downloaded ron v0.8.1
18782023-12-19T22:13:21.448Z Downloaded serde-hex v0.1.0
18792023-12-19T22:13:21.448Z Downloaded rsa v0.9.2
18802023-12-19T22:13:21.448Z Downloaded num-bigint-dig v0.8.4
18812023-12-19T22:13:21.448Z Downloaded bitvec v1.0.1
18822023-12-19T22:13:21.448Z Downloaded object v0.30.4
18832023-12-19T22:13:21.449Z Downloaded x509-cert v0.2.4
18842023-12-19T22:13:21.449Z Downloaded path-slash v0.1.5
18852023-12-19T22:13:21.449Z Downloaded array-init v0.0.4
18862023-12-19T22:13:21.592Z Compiling proc-macro2 v1.0.69
18872023-12-19T22:13:21.592Z Compiling unicode-ident v1.0.12
18882023-12-19T22:13:21.595Z Compiling libc v0.2.151
18892023-12-19T22:13:21.595Z Compiling autocfg v1.1.0
18902023-12-19T22:13:21.596Z Compiling serde v1.0.193
18912023-12-19T22:13:21.596Z Compiling cfg-if v1.0.0
18922023-12-19T22:13:21.613Z Compiling version_check v0.9.4
18932023-12-19T22:13:21.726Z Compiling typenum v1.16.0
18942023-12-19T22:13:21.758Z Compiling syn v1.0.109
18952023-12-19T22:13:21.857Z Compiling parking_lot_core v0.9.8
18962023-12-19T22:13:22.410Z Compiling libm v0.2.7
18972023-12-19T22:13:22.437Z Compiling futures-core v0.3.29
18982023-12-19T22:13:22.599Z Compiling generic-array v0.14.7
18992023-12-19T22:13:22.682Z Compiling lock_api v0.4.10
19002023-12-19T22:13:22.891Z Compiling num-traits v0.2.16
19012023-12-19T22:13:22.902Z Compiling once_cell v1.19.0
19022023-12-19T22:13:23.072Z Compiling pkg-config v0.3.27
19032023-12-19T22:13:23.547Z Compiling scopeguard v1.2.0
19042023-12-19T22:13:23.547Z Compiling slab v0.4.9
19052023-12-19T22:13:23.547Z Compiling futures-channel v0.3.29
19062023-12-19T22:13:23.547Z Compiling futures-task v0.3.29
19072023-12-19T22:13:23.734Z Compiling quote v1.0.33
19082023-12-19T22:13:23.950Z Compiling serde_json v1.0.108
19092023-12-19T22:13:24.068Z Compiling memchr v2.6.3
19102023-12-19T22:13:24.131Z Compiling thiserror v1.0.49
19112023-12-19T22:13:24.379Z Compiling syn v2.0.32
19122023-12-19T22:13:24.684Z Compiling cc v1.0.83
19132023-12-19T22:13:24.713Z Compiling getrandom v0.2.10
19142023-12-19T22:13:25.277Z Compiling rand_core v0.6.4
19152023-12-19T22:13:25.973Z Compiling futures-util v0.3.29
19162023-12-19T22:13:26.062Z Compiling byteorder v1.5.0
19172023-12-19T22:13:26.430Z Compiling itoa v1.0.9
19182023-12-19T22:13:26.818Z Compiling smallvec v1.11.2
19192023-12-19T22:13:27.521Z Compiling log v0.4.20
19202023-12-19T22:13:27.576Z Compiling vcpkg v0.2.15
19212023-12-19T22:13:28.968Z Compiling pin-project-lite v0.2.13
19222023-12-19T22:13:29.389Z Compiling const-oid v0.9.5
19232023-12-19T22:13:29.483Z Compiling ring v0.17.7
19242023-12-19T22:13:30.110Z Compiling parking_lot v0.12.1
19252023-12-19T22:13:30.451Z Compiling openssl-sys v0.9.96
19262023-12-19T22:13:30.585Z Compiling indexmap v1.9.3
19272023-12-19T22:13:31.436Z Compiling io-lifetimes v1.0.11
19282023-12-19T22:13:31.772Z Compiling heck v0.4.1
19292023-12-19T22:13:32.127Z Compiling subtle v2.5.0
19302023-12-19T22:13:32.517Z Compiling ring v0.16.20
19312023-12-19T22:13:32.788Z Compiling num-integer v0.1.45
19322023-12-19T22:13:33.141Z Compiling ryu v1.0.15
19332023-12-19T22:13:33.215Z Compiling semver v1.0.20
19342023-12-19T22:13:34.089Z Compiling rustix v0.37.23
19352023-12-19T22:13:34.976Z Compiling spin v0.5.2
19362023-12-19T22:13:35.756Z Compiling mio v0.8.9
19372023-12-19T22:13:36.017Z Compiling num_cpus v1.16.0
19382023-12-19T22:13:36.176Z Compiling socket2 v0.5.5
19392023-12-19T22:13:36.271Z Compiling signal-hook-registry v1.4.1
19402023-12-19T22:13:37.114Z Compiling unicode-xid v0.2.4
19412023-12-19T22:13:37.118Z Compiling ucd-trie v0.1.6
19422023-12-19T22:13:37.257Z Compiling httparse v1.8.0
19432023-12-19T22:13:37.472Z Compiling futures-sink v0.3.29
19442023-12-19T22:13:37.521Z Compiling openssl v0.10.60
19452023-12-19T22:13:37.669Z Compiling synstructure v0.12.6
19462023-12-19T22:13:38.017Z Compiling tinyvec_macros v0.1.1
19472023-12-19T22:13:38.110Z Compiling tinyvec v1.6.0
19482023-12-19T22:13:39.011Z Compiling pin-utils v0.1.0
19492023-12-19T22:13:39.535Z Compiling native-tls v0.2.11
19502023-12-19T22:13:39.568Z Compiling rustls v0.21.9
19512023-12-19T22:13:40.153Z Compiling crc32fast v1.3.2
19522023-12-19T22:13:40.159Z Compiling ppv-lite86 v0.2.17
19532023-12-19T22:13:40.693Z Compiling futures-io v0.3.29
19542023-12-19T22:13:40.769Z Compiling unicode-normalization v0.1.22
19552023-12-19T22:13:41.075Z Compiling bzip2-sys v0.1.11+1.0.8
19562023-12-19T22:13:41.433Z Compiling rand_chacha v0.3.1
19572023-12-19T22:13:41.509Z Compiling spin v0.9.8
19582023-12-19T22:13:41.747Z Compiling tracing-core v0.1.31
19592023-12-19T22:13:41.946Z Compiling base64ct v1.6.0
19602023-12-19T22:13:42.068Z Compiling unicode-bidi v0.3.13
19612023-12-19T22:13:42.512Z Compiling rand v0.8.5
19622023-12-19T22:13:42.776Z Compiling pem-rfc7468 v0.7.0
19632023-12-19T22:13:44.401Z Compiling errno v0.3.2
19642023-12-19T22:13:44.664Z Compiling num-iter v0.1.43
19652023-12-19T22:13:44.755Z Compiling usdt-impl v0.3.5
19662023-12-19T22:13:44.886Z Compiling ahash v0.8.6
19672023-12-19T22:13:45.079Z Compiling base64 v0.21.5
19682023-12-19T22:13:45.217Z Compiling flagset v0.4.3
19692023-12-19T22:13:45.373Z Compiling rustix v0.38.25
19702023-12-19T22:13:45.880Z Compiling serde_derive v1.0.193
19712023-12-19T22:13:45.905Z Compiling zeroize_derive v1.4.2
19722023-12-19T22:13:45.986Z Compiling tokio-macros v2.2.0
19732023-12-19T22:13:46.035Z Compiling thiserror-impl v1.0.49
19742023-12-19T22:13:46.211Z Compiling futures-macro v0.3.29
19752023-12-19T22:13:46.303Z Compiling tracing-attributes v0.1.26
19762023-12-19T22:13:46.869Z Compiling der_derive v0.7.2
19772023-12-19T22:13:47.088Z Compiling zerocopy-derive v0.2.0
19782023-12-19T22:13:48.144Z Compiling zeroize v1.7.0
19792023-12-19T22:13:49.284Z Compiling openssl-macros v0.1.1
19802023-12-19T22:13:50.323Z Compiling zerocopy-derive v0.7.31
19812023-12-19T22:13:50.517Z Compiling zerocopy-derive v0.6.4
19822023-12-19T22:13:50.642Z Compiling pest v2.7.2
19832023-12-19T22:13:51.007Z Compiling crypto-common v0.1.6
19842023-12-19T22:13:51.571Z Compiling block-buffer v0.10.4
19852023-12-19T22:13:51.571Z Compiling digest v0.10.7
19862023-12-19T22:13:51.614Z Compiling tracing v0.1.37
19872023-12-19T22:13:52.305Z Compiling schemars v0.8.13
19882023-12-19T22:13:52.544Z Compiling der v0.7.8
19892023-12-19T22:13:53.613Z Compiling serde_derive_internals v0.26.0
19902023-12-19T22:13:55.187Z Compiling pest_meta v2.7.2
19912023-12-19T22:13:57.442Z Compiling pest_generator v2.7.2
19922023-12-19T22:14:00.346Z Compiling bitflags v1.3.2
19932023-12-19T22:14:00.416Z Compiling fnv v1.0.7
19942023-12-19T22:14:00.754Z Compiling schemars_derive v0.8.13
19952023-12-19T22:14:01.873Z Compiling pest_derive v2.7.2
19962023-12-19T22:14:02.547Z Compiling spki v0.7.2
19972023-12-19T22:14:03.400Z Compiling zerocopy v0.3.0
19982023-12-19T22:14:03.508Z Compiling lazy_static v1.4.0
19992023-12-19T22:14:05.558Z Compiling backtrace v0.3.69
20002023-12-19T22:14:05.724Z Compiling memoffset v0.9.0
20012023-12-19T22:14:06.130Z Compiling num-bigint v0.4.4
20022023-12-19T22:14:06.153Z Compiling untrusted v0.7.1
20032023-12-19T22:14:06.156Z Compiling async-trait v0.1.74
20042023-12-19T22:14:06.300Z Compiling hashbrown v0.12.3
20052023-12-19T22:14:06.424Z Compiling smoltcp v0.9.1
20062023-12-19T22:14:06.809Z Compiling doc-comment v0.3.3
20072023-12-19T22:14:06.878Z Compiling hashbrown v0.14.2
20082023-12-19T22:14:07.331Z Compiling untrusted v0.9.0
20092023-12-19T22:14:07.575Z Compiling foreign-types-shared v0.1.1
20102023-12-19T22:14:07.678Z Compiling crossbeam-utils v0.8.16
20112023-12-19T22:14:07.697Z Compiling equivalent v1.0.1
20122023-12-19T22:14:08.017Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20132023-12-19T22:14:08.152Z Compiling iana-time-zone v0.1.57
20142023-12-19T22:14:08.349Z Compiling bytes v1.5.0
20152023-12-19T22:14:08.928Z Compiling bitflags v2.4.0
20162023-12-19T22:14:08.999Z Compiling uuid v1.6.1
20172023-12-19T22:14:09.771Z Compiling tokio v1.35.0
20182023-12-19T22:14:10.101Z Compiling rustc_version v0.4.0
20192023-12-19T22:14:10.316Z Compiling http v0.2.11
20202023-12-19T22:14:10.455Z Compiling openssl-probe v0.1.5
20212023-12-19T22:14:10.847Z Compiling percent-encoding v2.3.1
20222023-12-19T22:14:11.319Z Compiling heapless v0.7.16
20232023-12-19T22:14:12.546Z Compiling indexmap v2.1.0
20242023-12-19T22:14:13.177Z Compiling chrono v0.4.31
20252023-12-19T22:14:14.015Z Compiling foreign-types v0.3.2
20262023-12-19T22:14:17.757Z Compiling dof v0.1.5
20272023-12-19T22:14:18.954Z Compiling dtrace-parser v0.1.14
20282023-12-19T22:14:19.044Z Compiling hmac v0.12.1
20292023-12-19T22:14:19.354Z Compiling clap_derive v4.4.2
20302023-12-19T22:14:21.224Z Compiling thread-id v4.2.0
20312023-12-19T22:14:21.366Z Compiling rustversion v1.0.14
20322023-12-19T22:14:21.594Z Compiling adler v1.0.2
20332023-12-19T22:14:21.836Z Compiling time-core v0.1.1
20342023-12-19T22:14:21.881Z Compiling siphasher v0.3.11
20352023-12-19T22:14:22.069Z Compiling try-lock v0.2.4
20362023-12-19T22:14:22.134Z Compiling cpufeatures v0.2.9
20372023-12-19T22:14:22.214Z Compiling anstyle v1.0.2
20382023-12-19T22:14:22.257Z Compiling utf8parse v0.2.1
20392023-12-19T22:14:22.341Z Compiling tokio-util v0.7.10
20402023-12-19T22:14:22.550Z Compiling anstyle-parse v0.2.1
20412023-12-19T22:14:23.101Z Compiling sha2 v0.10.8
20422023-12-19T22:14:23.261Z Compiling want v0.3.1
20432023-12-19T22:14:24.726Z Compiling h2 v0.3.21
20442023-12-19T22:14:27.005Z Compiling time-macros v0.2.13
20452023-12-19T22:14:27.656Z Compiling miniz_oxide v0.7.1
20462023-12-19T22:14:31.797Z Compiling sct v0.7.0
20472023-12-19T22:14:31.896Z Compiling rustls-webpki v0.101.7
20482023-12-19T22:14:32.519Z Compiling http-body v0.4.5
20492023-12-19T22:14:33.039Z Compiling form_urlencoded v1.2.1
20502023-12-19T22:14:33.476Z Compiling serde_tokenstream v0.1.7
20512023-12-19T22:14:34.639Z Compiling pkcs8 v0.10.2
20522023-12-19T22:14:34.655Z Compiling hubpack_derive v0.1.1
20532023-12-19T22:14:35.488Z Compiling pin-project-internal v1.1.3
20542023-12-19T22:14:36.028Z Compiling socket2 v0.4.9
20552023-12-19T22:14:36.039Z Compiling crossbeam-epoch v0.9.15
20562023-12-19T22:14:37.152Z Compiling anstyle-query v1.0.0
20572023-12-19T22:14:37.164Z Compiling anyhow v1.0.75
20582023-12-19T22:14:38.173Z Compiling httpdate v1.0.3
20592023-12-19T22:14:38.496Z Compiling radium v0.7.0
20602023-12-19T22:14:39.094Z Compiling colorchoice v1.0.0
20612023-12-19T22:14:39.354Z Compiling tower-service v0.3.2
20622023-12-19T22:14:39.520Z Compiling slog v2.7.0
20632023-12-19T22:14:39.824Z Compiling hyper v0.14.27
20642023-12-19T22:14:40.038Z Compiling anstream v0.5.0
20652023-12-19T22:14:47.644Z Compiling terminal_size v0.2.6
20662023-12-19T22:14:48.739Z Compiling serde_spanned v0.6.4
20672023-12-19T22:14:49.053Z Compiling toml_datetime v0.6.5
20682023-12-19T22:14:50.678Z Compiling rustls-pemfile v1.0.3
20692023-12-19T22:14:51.166Z Compiling zerocopy v0.6.4
20702023-12-19T22:14:52.210Z Compiling md-5 v0.10.5
20712023-12-19T22:14:52.960Z Compiling stringprep v0.1.3
20722023-12-19T22:14:53.016Z Compiling idna v0.5.0
20732023-12-19T22:14:54.442Z Compiling diesel_table_macro_syntax v0.1.0
20742023-12-19T22:14:54.675Z Compiling hash32 v0.2.1
20752023-12-19T22:14:54.991Z Compiling aho-corasick v1.0.4
20762023-12-19T22:14:55.445Z Compiling winnow v0.5.15
20772023-12-19T22:14:55.464Z Compiling clap_lex v0.5.1
20782023-12-19T22:14:55.577Z Compiling stable_deref_trait v1.2.0
20792023-12-19T22:14:55.872Z Compiling gimli v0.28.0
20802023-12-19T22:14:56.597Z Compiling dyn-clone v1.0.13
20812023-12-19T22:14:56.867Z Compiling tap v1.0.1
20822023-12-19T22:14:57.129Z Compiling strsim v0.10.0
20832023-12-19T22:14:57.271Z Compiling either v1.9.0
20842023-12-19T22:14:57.771Z Compiling fallible-iterator v0.2.0
20852023-12-19T22:14:57.923Z Compiling maybe-uninit v2.0.0
20862023-12-19T22:14:58.591Z Compiling regex-syntax v0.8.2
20872023-12-19T22:14:58.918Z Compiling postgres-protocol v0.6.6
20882023-12-19T22:14:58.933Z Compiling clap_builder v4.4.2
20892023-12-19T22:14:59.220Z Compiling wyz v0.5.1
20902023-12-19T22:15:01.437Z Compiling diesel_derives v2.1.2
20912023-12-19T22:15:01.549Z Compiling url v2.5.0
20922023-12-19T22:15:03.485Z Compiling addr2line v0.21.0
20932023-12-19T22:15:04.189Z Compiling tokio-rustls v0.24.1
20942023-12-19T22:15:04.461Z Compiling regex-automata v0.4.3
20952023-12-19T22:15:04.770Z Compiling rustls-native-certs v0.6.3
20962023-12-19T22:15:05.048Z Compiling strum_macros v0.25.2
20972023-12-19T22:15:08.846Z Compiling tokio-native-tls v0.3.1
20982023-12-19T22:15:12.122Z Compiling usdt-macro v0.3.5
20992023-12-19T22:15:12.792Z Compiling usdt-attr-macro v0.3.5
21002023-12-19T22:15:14.698Z Compiling phf_shared v0.11.2
21012023-12-19T22:15:15.701Z Compiling zerocopy v0.7.31
21022023-12-19T22:15:16.073Z Compiling block-padding v0.3.3
21032023-12-19T22:15:16.399Z Compiling enum-as-inner v0.5.1
21042023-12-19T22:15:17.877Z Compiling snafu-derive v0.7.5
21052023-12-19T22:15:18.087Z Compiling serde_repr v0.1.16
21062023-12-19T22:15:18.804Z Compiling ff v0.13.0
21072023-12-19T22:15:19.134Z Compiling scheduled-thread-pool v0.2.7
21082023-12-19T22:15:19.719Z Compiling object v0.32.1
21092023-12-19T22:15:30.687Z Compiling num_threads v0.1.6
21102023-12-19T22:15:30.742Z Compiling rustc-demangle v0.1.23
21112023-12-19T22:15:30.742Z Compiling funty v2.0.0
21122023-12-19T22:15:30.742Z Compiling deranged v0.3.8
21132023-12-19T22:15:30.742Z Compiling base16ct v0.2.0
21142023-12-19T22:15:30.742Z Compiling packed_struct v0.10.1
21152023-12-19T22:15:30.742Z Compiling managed v0.8.0
21162023-12-19T22:15:30.743Z Compiling regex-automata v0.1.10
21172023-12-19T22:15:30.743Z Compiling num-bigint-dig v0.8.4
21182023-12-19T22:15:30.743Z Compiling bit-vec v0.6.3
21192023-12-19T22:15:30.743Z Compiling ipnet v2.8.0
21202023-12-19T22:15:30.743Z Compiling matches v0.1.10
21212023-12-19T22:15:30.743Z Compiling idna v0.2.3
21222023-12-19T22:15:30.913Z Compiling time v0.3.27
21232023-12-19T22:15:31.002Z Compiling bstr v0.2.17
21242023-12-19T22:15:32.517Z Compiling bitvec v1.0.1
21252023-12-19T22:15:35.622Z Compiling sec1 v0.7.3
21262023-12-19T22:15:36.635Z Compiling r2d2 v0.8.10
21272023-12-19T22:15:37.198Z Compiling group v0.13.0
21282023-12-19T22:15:38.840Z Compiling inout v0.1.3
21292023-12-19T22:15:41.667Z Compiling phf v0.11.2
21302023-12-19T22:15:42.109Z Compiling regex v1.10.2
21312023-12-19T22:15:42.538Z Compiling hyper-tls v0.5.0
21322023-12-19T22:15:43.064Z Compiling hyper-rustls v0.24.2
21332023-12-19T22:15:43.793Z Compiling clap v4.4.3
21342023-12-19T22:15:43.821Z Compiling flate2 v1.0.28
21352023-12-19T22:15:43.950Z Compiling ipnetwork v0.20.0
21362023-12-19T22:15:44.760Z Compiling bzip2 v0.4.4
21372023-12-19T22:15:44.951Z Compiling toml_edit v0.19.15
21382023-12-19T22:15:45.160Z Compiling postgres-types v0.2.6
21392023-12-19T22:15:45.319Z Compiling itertools v0.11.0
21402023-12-19T22:15:45.499Z Compiling pin-project v1.1.3
21412023-12-19T22:15:45.939Z Compiling hubpack v0.1.2
21422023-12-19T22:15:46.060Z Compiling serde_urlencoded v0.7.1
21432023-12-19T22:15:46.626Z Compiling phf_shared v0.10.0
21442023-12-19T22:15:46.858Z Compiling hkdf v0.12.3
21452023-12-19T22:15:47.413Z Compiling futures-executor v0.3.29
21462023-12-19T22:15:49.939Z Compiling crypto-bigint v0.5.2
21472023-12-19T22:15:50.885Z Compiling packed_struct_codegen v0.10.1
21482023-12-19T22:15:52.516Z Compiling float-cmp v0.9.0
21492023-12-19T22:15:53.130Z Compiling encoding_rs v0.8.33
21502023-12-19T22:15:55.071Z Compiling whoami v1.4.1
21512023-12-19T22:15:55.882Z Compiling difflib v0.4.0
21522023-12-19T22:15:57.046Z Compiling fixedbitset v0.4.2
21532023-12-19T22:15:57.896Z Compiling normalize-line-endings v0.3.0
21542023-12-19T22:15:58.062Z Compiling unicode-width v0.1.11
21552023-12-19T22:15:58.293Z Compiling crc-catalog v2.2.0
21562023-12-19T22:15:58.488Z Compiling new_debug_unreachable v1.0.4
21572023-12-19T22:15:58.619Z Compiling nodrop v0.1.14
21582023-12-19T22:15:58.801Z Compiling precomputed-hash v0.1.1
21592023-12-19T22:15:58.915Z Compiling regex-automata v0.3.8
21602023-12-19T22:15:58.941Z Compiling predicates-core v1.0.6
21612023-12-19T22:15:59.308Z Compiling mime v0.3.17
21622023-12-19T22:15:59.378Z Compiling data-encoding v2.4.0
21632023-12-19T22:16:00.126Z Compiling minimal-lexical v0.2.1
21642023-12-19T22:16:00.872Z Compiling static_assertions v1.1.0
21652023-12-19T22:16:01.003Z Compiling unicode-segmentation v1.10.1
21662023-12-19T22:16:02.275Z Compiling webpki-roots v0.25.2
21672023-12-19T22:16:02.412Z Compiling similar v2.3.0
21682023-12-19T22:16:02.507Z Compiling reqwest v0.11.22
21692023-12-19T22:16:02.619Z Compiling bstr v1.6.0
21702023-12-19T22:16:05.535Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21712023-12-19T22:16:05.804Z Compiling nom v7.1.3
21722023-12-19T22:16:06.436Z Compiling trust-dns-proto v0.22.0
21732023-12-19T22:16:09.181Z Compiling predicates v3.0.4
21742023-12-19T22:16:12.040Z Compiling string_cache v0.8.7
21752023-12-19T22:16:14.394Z Compiling array-init v0.0.4
21762023-12-19T22:16:15.033Z Compiling crc v3.0.1
21772023-12-19T22:16:16.165Z Compiling console v0.15.7
21782023-12-19T22:16:16.496Z Compiling petgraph v0.6.4
21792023-12-19T22:16:18.313Z Compiling tokio-postgres v0.7.10
21802023-12-19T22:16:23.007Z Compiling elliptic-curve v0.13.8
21812023-12-19T22:16:26.024Z Compiling toml v0.7.8
21822023-12-19T22:16:27.459Z Compiling futures v0.3.29
21832023-12-19T22:16:28.496Z Compiling snafu v0.7.5
21842023-12-19T22:16:29.361Z Compiling smallvec v0.6.14
21852023-12-19T22:16:29.733Z Compiling zip v0.6.6
21862023-12-19T22:16:29.980Z Compiling diesel v2.1.4
21872023-12-19T22:16:30.003Z Compiling yasna v0.5.2
21882023-12-19T22:16:32.182Z Compiling hashbrown v0.13.2
21892023-12-19T22:16:32.720Z Compiling cipher v0.4.4
21902023-12-19T22:16:36.331Z Compiling bit-set v0.5.3
21912023-12-19T22:16:37.175Z Compiling usdt v0.3.5
21922023-12-19T22:16:37.183Z Compiling is-terminal v0.4.9
21932023-12-19T22:16:37.328Z Compiling toml_edit v0.21.0
21942023-12-19T22:16:38.631Z Compiling itertools v0.10.5
21952023-12-19T22:16:40.500Z Compiling pkcs1 v0.7.5
21962023-12-19T22:16:43.635Z Compiling tokio-stream v0.1.14
21972023-12-19T22:16:44.800Z Compiling openapiv3 v2.0.0
21982023-12-19T22:16:46.614Z Compiling hex v0.4.3
21992023-12-19T22:16:49.130Z Compiling signature v2.1.0
22002023-12-19T22:16:55.710Z Compiling lalrpop-util v0.19.12
22012023-12-19T22:16:56.215Z Compiling bitfield v0.14.0
22022023-12-19T22:16:57.471Z Compiling termcolor v1.2.0
22032023-12-19T22:17:04.734Z Compiling env_logger v0.10.0
22042023-12-19T22:17:06.294Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22052023-12-19T22:17:29.765Z Compiling rsa v0.9.2
22062023-12-19T22:17:31.097Z Compiling serde-hex v0.1.0
22072023-12-19T22:17:33.755Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22082023-12-19T22:17:38.789Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22092023-12-19T22:17:39.680Z Compiling ron v0.8.1
22102023-12-19T22:17:39.690Z Compiling x509-cert v0.2.4
22112023-12-19T22:17:53.320Z Compiling crc-any v2.4.3
22122023-12-19T22:17:54.499Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22132023-12-19T22:18:13.780Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22142023-12-19T22:18:21.757Z Compiling object v0.30.4
22152023-12-19T22:18:29.278Z Compiling path-slash v0.1.5
22162023-12-19T22:18:36.372Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22172023-12-19T22:19:20.820Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22182023-12-19T22:19:21.970Z Finished release [optimized] target(s) in 6m 01s
22192023-12-19T22:19:22.062Z
22202023-12-19T22:19:22.477Zreal 6:01.715551590
22212023-12-19T22:19:22.478Zuser 41:46.676758939
22222023-12-19T22:19:22.478Zsys 3:37.700154428
22232023-12-19T22:19:22.478Ztrap 1.682268488
22242023-12-19T22:19:22.478Ztflt 0.895530598
22252023-12-19T22:19:22.478Zdflt 0.397959495
22262023-12-19T22:19:22.478Zkflt 0.006786986
22272023-12-19T22:19:22.478Zlock 1:32:08.823342838
22282023-12-19T22:19:22.478Zslp 1:57:29.121661280
22292023-12-19T22:19:22.478Zlat 1:48.037640192
22302023-12-19T22:19:22.478Zstop 1:24.417366625
22312023-12-19T22:19:22.478Z+ ptime -m gzip
22322023-12-19T22:19:22.716Z
22332023-12-19T22:19:22.716Zreal 0.654745958
22342023-12-19T22:19:22.716Zuser 0.645652404
22352023-12-19T22:19:22.716Zsys 0.008506659
22362023-12-19T22:19:22.716Ztrap 0.000066099
22372023-12-19T22:19:22.717Ztflt 0.000000000
22382023-12-19T22:19:22.717Zdflt 0.000000000
22392023-12-19T22:19:22.720Zkflt 0.000000000
22402023-12-19T22:19:22.720Zlock 0.000000000
22412023-12-19T22:19:22.720Zslp 0.000000000
22422023-12-19T22:19:22.720Zlat 0.000182422
22432023-12-19T22:19:22.720Zstop 0.000232105
22442023-12-19T22:19:22.720Z+ banner tufaceous
22452023-12-19T22:19:22.720Z
22462023-12-19T22:19:22.720Z ##### # # ###### ## #### ###### #### # # ####
22472023-12-19T22:19:22.720Z # # # # # # # # # # # # # #
22482023-12-19T22:19:22.720Z # # # ##### # # # ##### # # # # ####
22492023-12-19T22:19:22.720Z # # # # ###### # # # # # # #
22502023-12-19T22:19:22.721Z # # # # # # # # # # # # # # #
22512023-12-19T22:19:22.721Z # #### # # # #### ###### #### #### ####
22522023-12-19T22:19:22.721Z
22532023-12-19T22:19:22.721Z+ ptime -m cargo build --locked -p tufaceous --release
22542023-12-19T22:19:23.827Z Downloading crates ...
22552023-12-19T22:19:23.835Z Downloaded humantime v2.1.0
22562023-12-19T22:19:23.835Z Downloaded serde_plain v1.0.2
22572023-12-19T22:19:23.835Z Downloaded bytesize v1.3.0
22582023-12-19T22:19:23.835Z Downloaded async-recursion v1.0.5
22592023-12-19T22:19:23.835Z Downloaded globset v0.4.13
22602023-12-19T22:19:23.835Z Downloaded fs-err v2.11.0
22612023-12-19T22:19:23.836Z Downloaded olpc-cjson v0.1.3
22622023-12-19T22:19:23.836Z Downloaded buf-list v1.0.3
22632023-12-19T22:19:23.836Z Downloaded typed-path v0.7.0
22642023-12-19T22:19:23.836Z Downloaded tough v0.16.0
22652023-12-19T22:19:23.969Z Compiling serde_tokenstream v0.2.0
22662023-12-19T22:19:23.992Z Compiling regress v0.7.1
22672023-12-19T22:19:24.011Z Compiling dirs-sys-next v0.1.2
22682023-12-19T22:19:24.023Z Compiling ident_case v1.0.1
22692023-12-19T22:19:24.030Z Compiling thread_local v1.1.7
22702023-12-19T22:19:24.034Z Compiling heck v0.4.1
22712023-12-19T22:19:24.080Z Compiling camino v1.1.6
22722023-12-19T22:19:24.222Z Compiling dirs-next v2.0.0
22732023-12-19T22:19:24.572Z Compiling darling_core v0.20.3
22742023-12-19T22:19:24.724Z Compiling slog-async v2.8.0
22752023-12-19T22:19:24.872Z Compiling term v0.7.0
22762023-12-19T22:19:25.277Z Compiling crossbeam-channel v0.5.8
22772023-12-19T22:19:25.451Z Compiling getopts v0.2.21
22782023-12-19T22:19:25.744Z Compiling structmeta-derive v0.2.0
22792023-12-19T22:19:25.974Z Compiling atty v0.2.14
22802023-12-19T22:19:26.175Z Compiling multer v2.1.0
22812023-12-19T22:19:26.592Z Compiling take_mut v0.2.2
22822023-12-19T22:19:26.793Z Compiling match_cfg v0.1.0
22832023-12-19T22:19:26.808Z Compiling unsafe-libyaml v0.2.9
22842023-12-19T22:19:26.919Z Compiling paste v1.0.14
22852023-12-19T22:19:27.668Z Compiling hostname v0.3.1
22862023-12-19T22:19:28.142Z Compiling slog-term v2.9.0
22872023-12-19T22:19:29.639Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22882023-12-19T22:19:31.743Z Compiling structmeta v0.2.0
22892023-12-19T22:19:32.335Z Compiling serde_yaml v0.9.25
22902023-12-19T22:19:33.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22912023-12-19T22:19:33.325Z Compiling slog-json v2.6.1
22922023-12-19T22:19:33.357Z Compiling darling_macro v0.20.3
22932023-12-19T22:19:34.066Z Compiling async-stream-impl v0.3.5
22942023-12-19T22:19:34.758Z Compiling darling v0.20.3
22952023-12-19T22:19:34.906Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22962023-12-19T22:19:35.379Z Compiling regex-syntax v0.7.5
22972023-12-19T22:19:35.778Z Compiling fastrand v2.0.0
22982023-12-19T22:19:35.997Z Compiling atomic-waker v1.1.1
22992023-12-19T22:19:36.273Z Compiling waitgroup v0.1.2
23002023-12-19T22:19:36.614Z Compiling tempfile v3.8.1
23012023-12-19T22:19:36.617Z Compiling async-stream v0.3.5
23022023-12-19T22:19:36.908Z Compiling serde_with_macros v3.4.0
23032023-12-19T22:19:37.071Z Compiling slog-bunyan v2.4.0
23042023-12-19T22:19:39.843Z Compiling toml v0.8.8
23052023-12-19T22:19:40.297Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23062023-12-19T22:19:40.722Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23072023-12-19T22:19:42.122Z Compiling sha1 v0.10.6
23082023-12-19T22:19:42.396Z Compiling serde_path_to_error v0.1.14
23092023-12-19T22:19:43.112Z Compiling fs-err v2.11.0
23102023-12-19T22:19:43.534Z Compiling instant v0.1.12
23112023-12-19T22:19:43.568Z Compiling arc-swap v1.6.0
23122023-12-19T22:19:43.646Z Compiling debug-ignore v1.0.5
23132023-12-19T22:19:43.783Z Compiling buf-list v1.0.3
23142023-12-19T22:19:43.842Z Compiling same-file v1.0.6
23152023-12-19T22:19:44.064Z Compiling walkdir v2.4.0
23162023-12-19T22:19:54.039Z Compiling slog-scope v4.4.0
23172023-12-19T22:19:54.189Z Compiling backoff v0.4.0
23182023-12-19T22:19:54.189Z Compiling serde_with v3.4.0
23192023-12-19T22:19:54.189Z Compiling parse-display-derive v0.8.2
23202023-12-19T22:19:54.190Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212023-12-19T22:19:54.190Z Compiling globset v0.4.13
23222023-12-19T22:19:54.190Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23232023-12-19T22:19:54.191Z Compiling strum v0.25.0
23242023-12-19T22:19:54.191Z Compiling olpc-cjson v0.1.3
23252023-12-19T22:19:54.274Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23262023-12-19T22:19:54.275Z Compiling pem v3.0.2
23272023-12-19T22:19:54.275Z Compiling serde_plain v1.0.2
23282023-12-19T22:19:54.305Z Compiling macaddr v1.0.1
23292023-12-19T22:19:54.306Z Compiling async-recursion v1.0.5
23302023-12-19T22:19:54.306Z Compiling xattr v1.0.1
23312023-12-19T22:19:54.306Z Compiling filetime v0.2.23
23322023-12-19T22:19:54.306Z Compiling parse-display v0.8.2
23332023-12-19T22:19:54.306Z Compiling typed-path v0.7.0
23342023-12-19T22:19:54.306Z Compiling tar v0.4.40
23352023-12-19T22:19:54.307Z Compiling slog-stdlog v4.1.1
23362023-12-19T22:19:54.741Z Compiling camino-tempfile v1.1.1
23372023-12-19T22:19:55.170Z Compiling itertools v0.12.0
23382023-12-19T22:19:55.558Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23392023-12-19T22:19:55.742Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23402023-12-19T22:20:01.021Z Compiling tough v0.16.0
23412023-12-19T22:20:01.637Z Compiling bytesize v1.3.0
23422023-12-19T22:20:01.696Z Compiling slog-envlogger v2.2.0
23432023-12-19T22:20:02.608Z Compiling humantime v2.1.0
23442023-12-19T22:20:06.626Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23452023-12-19T22:20:30.976Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23462023-12-19T22:20:31.269Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23472023-12-19T22:20:41.498Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23482023-12-19T22:20:43.776Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23492023-12-19T22:21:12.904Z Finished release [optimized] target(s) in 1m 50s
23502023-12-19T22:21:12.991Z
23512023-12-19T22:21:12.995Zreal 1:50.249683605
23522023-12-19T22:21:12.995Zuser 11:40.986199673
23532023-12-19T22:21:12.996Zsys 44.961381850
23542023-12-19T22:21:12.996Ztrap 0.426938738
23552023-12-19T22:21:12.996Ztflt 0.383601951
23562023-12-19T22:21:12.996Zdflt 0.836650357
23572023-12-19T22:21:12.996Zkflt 0.000048776
23582023-12-19T22:21:12.996Zlock 21:34.438849085
23592023-12-19T22:21:12.996Zslp 23:29.052435085
23602023-12-19T22:21:12.996Zlat 22.448321626
23612023-12-19T22:21:12.996Zstop 11.037020219
23622023-12-19T22:21:12.996Z+ ptime -m gzip
23632023-12-19T22:21:15.334Z
23642023-12-19T22:21:15.337Zreal 2.336162395
23652023-12-19T22:21:15.337Zuser 2.316589195
23662023-12-19T22:21:15.337Zsys 0.018760715
23672023-12-19T22:21:15.337Ztrap 0.000232403
23682023-12-19T22:21:15.337Ztflt 0.000000000
23692023-12-19T22:21:15.337Zdflt 0.000000000
23702023-12-19T22:21:15.338Zkflt 0.000000000
23712023-12-19T22:21:15.338Zlock 0.000000000
23722023-12-19T22:21:15.338Zslp 0.000000000
23732023-12-19T22:21:15.338Zlat 0.000242505
23742023-12-19T22:21:15.338Zstop 0.000231166
23752023-12-19T22:21:15.338Zprocess exited: duration 1152093 ms, exit code 0
 
23762023-12-19T22:21:15.346Zfound 5 output files
23772023-12-19T22:21:15.346Zuploading: /work/end-to-end-tests/bootstrap-8db5a4cac1990b57.gz (6420384 bytes)
23782023-12-19T22:21:18.297Zuploaded: /work/end-to-end-tests/bootstrap-8db5a4cac1990b57.gz
23792023-12-19T22:21:18.297Zuploading: /work/end-to-end-tests/bootstrap.gz (97792253 bytes)
23802023-12-19T22:22:07.955Zuploaded: /work/end-to-end-tests/bootstrap.gz
23812023-12-19T22:22:07.955Zuploading: /work/end-to-end-tests/end_to_end_tests-e4a60fbd4bd87582.gz (101229882 bytes)
23822023-12-19T22:22:39.480Zuploaded: /work/end-to-end-tests/end_to_end_tests-e4a60fbd4bd87582.gz
23832023-12-19T22:22:39.480Zuploading: /work/caboose-util.gz (4089924 bytes)
23842023-12-19T22:22:41.183Zuploaded: /work/caboose-util.gz
23852023-12-19T22:22:41.183Zuploading: /work/tufaceous.gz (14967379 bytes)
23862023-12-19T22:22:46.409Zuploaded: /work/tufaceous.gz