01HD85ZX4AHRZ004YX0QNBYKVT: 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: 01HD862R0NJCDNHESJ4Y7MS2VA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-21T04:05:34.522Zjob assigned to worker 01HD86EJ27PADEVGETWDCGJ7JX (queued for 8 m 13 s)
 
22023-10-21T04:05:34.613Zstarting task 0: "setup"
32023-10-21T04:05:34.965Z++ uname -s
42023-10-21T04:05:34.975Z+ kern=SunOS
52023-10-21T04:05:34.987Z+ case "$kern" in
62023-10-21T04:05:35.003Z+ groupadd -g 12345 build
72023-10-21T04:05:35.016Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-21T04:05:36.980Z+ zfs create -o mountpoint=/work rpool/work
92023-10-21T04:05:37.118Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-21T04:05:37.127Z+ home_fs=zfs
112023-10-21T04:05:37.137Z+ [[ zfs == autofs ]]
122023-10-21T04:05:37.149Z+ mkdir -p /home/build
132023-10-21T04:05:37.566Z+ chown build:build /home/build /work
142023-10-21T04:05:39.172Z+ chmod 0700 /home/build /work
152023-10-21T04:05:39.181Zprocess exited: duration 4551 ms, exit code 0
 
162023-10-21T04:05:39.203Zstarting task 1: "rust-toolchain"
172023-10-21T04:05:39.227Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-21T04:05:39.241Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-21T04:05:39.397Zinfo: downloading installer
202023-10-21T04:05:42.552Zwarning: it looks like you have an existing installation of Rust at:
212023-10-21T04:05:42.561Zwarning: /opt/ooce/bin
222023-10-21T04:05:42.571Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-21T04:05:42.579Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-21T04:05:42.588Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-21T04:05:42.594Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-21T04:05:42.598Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-21T04:05:42.604Zerror: cannot install while Rust is installed
282023-10-21T04:05:42.608Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-21T04:05:43.274Zinfo: profile set to 'default'
302023-10-21T04:05:43.293Zinfo: default host triple is x86_64-unknown-illumos
312023-10-21T04:05:43.310Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-21T04:05:43.479Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-21T04:05:43.500Zinfo: downloading component 'cargo'
342023-10-21T04:05:44.252Zinfo: downloading component 'clippy'
352023-10-21T04:05:44.527Zinfo: downloading component 'rust-docs'
362023-10-21T04:05:45.520Zinfo: downloading component 'rust-std'
372023-10-21T04:05:47.290Zinfo: downloading component 'rustc'
382023-10-21T04:05:51.571Zinfo: downloading component 'rustfmt'
392023-10-21T04:05:51.817Zinfo: installing component 'cargo'
402023-10-21T04:05:53.904Zinfo: installing component 'clippy'
412023-10-21T04:05:54.838Zinfo: installing component 'rust-docs'
422023-10-21T04:05:57.590Zinfo: installing component 'rust-std'
432023-10-21T04:06:01.528Zinfo: installing component 'rustc'
442023-10-21T04:06:10.862Zinfo: installing component 'rustfmt'
452023-10-21T04:06:11.320Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-21T04:06:11.330Z
472023-10-21T04:06:11.487Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-21T04:06:11.491Z
492023-10-21T04:06:11.494Z
502023-10-21T04:06:11.497ZRust is installed now. Great!
512023-10-21T04:06:11.501Z
522023-10-21T04:06:11.504ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-21T04:06:11.507Zenvironment variable. This has not been done automatically.
542023-10-21T04:06:11.509Z
552023-10-21T04:06:11.512ZTo configure your current shell, run:
562023-10-21T04:06:11.515Zsource "$HOME/.cargo/env"
572023-10-21T04:06:11.590Z+ rustc --version
582023-10-21T04:06:11.702Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-21T04:06:11.709Zprocess exited: duration 32500 ms, exit code 0
 
602023-10-21T04:06:11.734Zstarting task 2: "authentication"
612023-10-21T04:06:11.784Zprocess exited: duration 37 ms, exit code 0
 
622023-10-21T04:06:11.796Zstarting task 3: "clone repository"
632023-10-21T04:06:11.806Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-21T04:06:11.814Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-21T04:06:11.934ZCloning into '/work/oxidecomputer/omicron'...
662023-10-21T04:06:17.895Z+ cd /work/oxidecomputer/omicron
672023-10-21T04:06:17.911Z+ [[ -n renovate/tokio-util-0.x ]]
682023-10-21T04:06:17.919Z+ git fetch origin renovate/tokio-util-0.x
692023-10-21T04:06:18.258ZFrom https://github.com/oxidecomputer/omicron
702023-10-21T04:06:18.261Z * branch renovate/tokio-util-0.x -> FETCH_HEAD
712023-10-21T04:06:18.271Z+ git checkout -B renovate/tokio-util-0.x remotes/origin/renovate/tokio-util-0.x
722023-10-21T04:06:18.326ZSwitched to a new branch 'renovate/tokio-util-0.x'
732023-10-21T04:06:18.330Zbranch 'renovate/tokio-util-0.x' set up to track 'origin/renovate/tokio-util-0.x'.
742023-10-21T04:06:18.333Z+ git reset --hard eab24823f9f05a78acf3592b94a07f3e691638f9
752023-10-21T04:06:18.385ZHEAD is now at eab24823 Update Rust crate tokio-util to 0.7.9
762023-10-21T04:06:18.389Zprocess exited: duration 6587 ms, exit code 0
 
772023-10-21T04:06:18.399Zstarting task 4: "build"
782023-10-21T04:06:18.413Z+ cargo --version
792023-10-21T04:06:18.545Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-21T04:06:18.560Z+ rustc --version
812023-10-21T04:06:18.602Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-21T04:06:18.608Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-21T04:06:27.497Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-21T04:06:28.464Z Startup: Caching catalogs ... Done
852023-10-21T04:06:33.489ZPlanning: Solver setup ... Done (4.329s)
862023-10-21T04:06:33.498ZPlanning: Running solver ... Done (0.114s)
872023-10-21T04:06:33.510ZPlanning: Finding local manifests ... Done (0.054s)
882023-10-21T04:06:33.525ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-21T04:06:33.587ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-21T04:06:33.668ZPlanning: Package planning ... Done (0.080s)
912023-10-21T04:06:33.757ZPlanning: Merging actions ... Done (0.087s)
922023-10-21T04:06:34.471ZPlanning: Checking for conflicting actions ... Done (0.705s)
932023-10-21T04:06:34.491ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-21T04:06:38.965ZPlanning: Evaluating mediators ... Done (4.485s)
952023-10-21T04:06:38.978ZPlanning: Planning completed in 10.46 seconds
962023-10-21T04:06:39.002Z Packages to install: 4
972023-10-21T04:06:39.031Z Mediators to change: 2
982023-10-21T04:06:39.039Z Services to change: 1
992023-10-21T04:06:39.048Z Estimated space available: 149.39 GB
1002023-10-21T04:06:39.055ZEstimated space to be consumed: 1.37 GB
1012023-10-21T04:06:39.064Z Create boot environment: No
1022023-10-21T04:06:39.074ZCreate backup boot environment: No
1032023-10-21T04:06:39.083Z Rebuild boot archive: No
1042023-10-21T04:06:39.101Z
1052023-10-21T04:06:39.109ZChanged mediators:
1062023-10-21T04:06:39.118Z mediator clang:
1072023-10-21T04:06:39.128Z version: None -> 15 (system default)
1082023-10-21T04:06:39.141Z
1092023-10-21T04:06:39.153Z mediator llvm:
1102023-10-21T04:06:39.172Z version: 14 (system default) -> 15 (system default)
1112023-10-21T04:06:39.193Z
1122023-10-21T04:06:39.218ZChanged packages:
1132023-10-21T04:06:39.639Zhelios-dev
1142023-10-21T04:06:39.645Z developer/build-essential
1152023-10-21T04:06:39.649Z None -> 11-2.0
1162023-10-21T04:06:39.651Z library/libxmlsec1
1172023-10-21T04:06:39.655Z None -> 1.2.35-2.0
1182023-10-21T04:06:39.660Z ooce/developer/clang-15
1192023-10-21T04:06:39.666Z None -> 15.0.7-2.0
1202023-10-21T04:06:39.674Z ooce/developer/llvm-15
1212023-10-21T04:06:39.681Z None -> 15.0.7-2.0
1222023-10-21T04:06:39.693Z
1232023-10-21T04:06:39.703ZServices:
1242023-10-21T04:06:39.717Z restart_fmri:
1252023-10-21T04:06:39.732Z svc:/system/update-man-index:default
1262023-10-21T04:06:39.743Z
1272023-10-21T04:06:39.747ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-21T04:06:44.240ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.4M/s)
1292023-10-21T04:06:50.929ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (13.7M/s)
1302023-10-21T04:06:55.708ZDownload: Completed 212.60 MB in 16.46 seconds (12.9M/s)
1312023-10-21T04:06:56.649Z Actions: 1/3687 actions (Installing new actions)
1322023-10-21T04:07:01.805Z Actions: 2398/3687 actions (Installing new actions)
1332023-10-21T04:07:04.934Z Actions: Completed 3687 actions in 8.29 seconds.
1342023-10-21T04:07:05.016Z Done (0.075s)
1352023-10-21T04:07:05.019Z Done (0.000s)
1362023-10-21T04:07:05.231Z Done (0.191s)
1372023-10-21T04:07:13.237Z Done (7.915s)
1382023-10-21T04:07:13.509Z Done (0.126s)
1392023-10-21T04:07:13.528Z Done (0.000s)
1402023-10-21T04:07:13.777Z Done (0.000s)
1412023-10-21T04:07:14.541ZPlanning: Evaluating mediator changes ... Done
1422023-10-21T04:07:14.816ZPlanning: Checking for conflicting actions ... Done
1432023-10-21T04:07:14.825ZPlanning: Consolidating action changes ... Done
1442023-10-21T04:07:15.266ZPlanning: Evaluating mediators ... Done
1452023-10-21T04:07:15.293ZPlanning: Planning completed in 0.73 seconds
1462023-10-21T04:07:15.317Z Mediators to change: 2
1472023-10-21T04:07:15.326Z Create boot environment: No
1482023-10-21T04:07:15.331ZCreate backup boot environment: No
1492023-10-21T04:07:15.410Z Done
1502023-10-21T04:07:15.413Z Done
1512023-10-21T04:07:15.567Z Done
1522023-10-21T04:07:21.532Z Done
1532023-10-21T04:07:21.654Z Done
1542023-10-21T04:07:21.659Z Done
1552023-10-21T04:07:21.761Z Done
1562023-10-21T04:07:22.795ZPlanning: Evaluating mediator changes ... Done
1572023-10-21T04:07:22.799ZPlanning: Merging actions ... Done
1582023-10-21T04:07:23.134ZPlanning: Checking for conflicting actions ... Done
1592023-10-21T04:07:23.153ZPlanning: Consolidating action changes ... Done
1602023-10-21T04:07:23.662ZPlanning: Evaluating mediators ... Done
1612023-10-21T04:07:23.680ZPlanning: Planning completed in 1.32 seconds
1622023-10-21T04:07:23.735Z Packages to change: 1
1632023-10-21T04:07:24.159Z Mediators to change: 1
1642023-10-21T04:07:24.169Z Services to change: 1
1652023-10-21T04:07:24.175Z Create boot environment: No
1662023-10-21T04:07:24.180ZCreate backup boot environment: Yes
1672023-10-21T04:07:26.151Z Actions: 1/6 actions (Updating modified actions)
1682023-10-21T04:07:26.153Z Actions: Completed 6 actions in 0.00 seconds.
1692023-10-21T04:07:26.156Z Done
1702023-10-21T04:07:26.159Z Done
1712023-10-21T04:07:26.204Z Done
1722023-10-21T04:07:32.243Z Done
1732023-10-21T04:07:32.368Z Done
1742023-10-21T04:07:32.372Z Done
1752023-10-21T04:07:32.466Z Done
1762023-10-21T04:07:33.159ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1772023-10-21T04:07:33.185Zclang system 15 system
1782023-10-21T04:07:33.263Zcsh system system illumos
1792023-10-21T04:07:33.290Zctags system system illumos
1802023-10-21T04:07:33.304Zgcc vendor 12 vendor
1812023-10-21T04:07:33.310Zgcc system 10 system
1822023-10-21T04:07:33.319Zgcc system 7 system
1832023-10-21T04:07:33.325Zgo system 1.20 system
1842023-10-21T04:07:33.332Zgo system 1.19 system
1852023-10-21T04:07:33.336Zllvm system 15 system
1862023-10-21T04:07:33.341Zllvm system 14 system
1872023-10-21T04:07:33.346Zmariadb system 10.6 system
1882023-10-21T04:07:33.351Zmta vendor vendor dma
1892023-10-21T04:07:33.354Zopenjdk system 17 system
1902023-10-21T04:07:33.358Zopenjdk system 11 system
1912023-10-21T04:07:33.361Zopenjdk system 1.8 system
1922023-10-21T04:07:33.364Zopenssl vendor 3 vendor
1932023-10-21T04:07:33.366Zperl system 5.36 system
1942023-10-21T04:07:33.369Zpostgresql system 15 system
1952023-10-21T04:07:33.372Zpostgresql system 13 system
1962023-10-21T04:07:33.374Zpython vendor 3 vendor
1972023-10-21T04:07:33.377Zpython system 2 system
1982023-10-21T04:07:33.380Zpython3 system 3.11 system
1992023-10-21T04:07:33.383Zruby system 3.0 system
2002023-10-21T04:07:33.385Zwords vendor vendor american-english
2012023-10-21T04:07:33.392Zwords system system australian-english
2022023-10-21T04:07:33.403Zwords system system british-english
2032023-10-21T04:07:33.408Zwords system system canadian-english
2042023-10-21T04:07:33.412Zwords system system french
2052023-10-21T04:07:33.416Zwords system system italian
2062023-10-21T04:07:33.419Zwords system system ngerman
2072023-10-21T04:07:33.433Zwords system system ogerman
2082023-10-21T04:07:33.438Zwords system system spanish
2092023-10-21T04:07:34.097ZFMRI IFO
2102023-10-21T04:07:34.105Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2112023-10-21T04:07:34.519Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2122023-10-21T04:07:34.524Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2132023-10-21T04:07:34.528Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2142023-10-21T04:07:34.533Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2152023-10-21T04:07:34.538Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2162023-10-21T04:07:34.542Z+ set -o errexit
2172023-10-21T04:07:34.556Z+++ dirname ./tools/ci_download_cockroachdb
2182023-10-21T04:07:34.567Z++ cd ./tools
2192023-10-21T04:07:34.581Z++ pwd
2202023-10-21T04:07:34.586Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2212023-10-21T04:07:34.590Z++ basename ./tools/ci_download_cockroachdb
2222023-10-21T04:07:34.597Z+ ARG0=ci_download_cockroachdb
2232023-10-21T04:07:34.601Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2242023-10-21T04:07:34.611Z+ CIDL_VERSION=v22.1.9
2252023-10-21T04:07:34.616Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2262023-10-21T04:07:34.633Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2272023-10-21T04:07:34.639Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2282023-10-21T04:07:34.645Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2292023-10-21T04:07:34.650Z+ TARGET_DIR=out
2302023-10-21T04:07:34.654Z+ DOWNLOAD_DIR=out/downloads
2312023-10-21T04:07:34.660Z+ DEST_DIR=./out/cockroachdb
2322023-10-21T04:07:34.664Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2332023-10-21T04:07:34.670Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2342023-10-21T04:07:34.675Z+ main
2352023-10-21T04:07:34.680Z+ [[ 0 != 0 ]]
2362023-10-21T04:07:34.685Z+ CIDL_OS=solaris2.11
2372023-10-21T04:07:34.689Z+ [[ 0 != 0 ]]
2382023-10-21T04:07:34.696Z+ configure_os solaris2.11
2392023-10-21T04:07:34.704Z+ echo 'current directory: /work/oxidecomputer/omicron'
2402023-10-21T04:07:34.708Zcurrent directory: /work/oxidecomputer/omicron
2412023-10-21T04:07:34.713Zconfiguring based on OS: "solaris2.11"
2422023-10-21T04:07:34.717Z+ echo 'configuring based on OS: "solaris2.11"'
2432023-10-21T04:07:34.722Z+ case "$1" in
2442023-10-21T04:07:34.726Z+ CIDL_BUILD=illumos
2452023-10-21T04:07:34.730Z+ CIDL_SUFFIX=tar.gz
2462023-10-21T04:07:34.736Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2472023-10-21T04:07:34.741Z+ CIDL_MD5FUNC=do_md5sum
2482023-10-21T04:07:34.745Z+ CIDL_URL_BASE=https://illumos.org/downloads
2492023-10-21T04:07:34.749Z+ CIDL_ASSEMBLE=do_assemble_illumos
2502023-10-21T04:07:34.755Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2512023-10-21T04:07:34.761Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2522023-10-21T04:07:34.765Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2532023-10-21T04:07:34.770Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2542023-10-21T04:07:34.777Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2552023-10-21T04:07:34.783Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2562023-10-21T04:07:34.788ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-10-21T04:07:34.795Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2582023-10-21T04:07:34.801ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-21T04:07:34.808Z+ mkdir -p out/downloads
2602023-10-21T04:07:34.814Z+ mkdir -p ./out/cockroachdb
2612023-10-21T04:07:34.822Z+ local DO_DOWNLOAD=true
2622023-10-21T04:07:34.832Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2632023-10-21T04:07:34.843Z+ '[' true == true ']'
2642023-10-21T04:07:34.856Z+ echo Downloading...
2652023-10-21T04:07:35.318ZDownloading...
2662023-10-21T04:07:35.742Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-21T04:07:35.749Z+ 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
2682023-10-21T04:07:36.163Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-21T04:07:36.179Z++ md5sum
2702023-10-21T04:07:36.187Z++ awk '{print $1}'
2712023-10-21T04:07:36.211Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2722023-10-21T04:07:36.234Z+ [[ 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 ]]
2732023-10-21T04:07:36.251Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-21T04:07:36.262Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2752023-10-21T04:07:39.551Z+ do_assemble_illumos
2762023-10-21T04:07:39.562Z+ rm -r ./out/cockroachdb
2772023-10-21T04:07:39.569Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2782023-10-21T04:07:40.149Z+ ./out/cockroachdb/bin/cockroach version
2792023-10-21T04:07:40.362ZBuild Tag: v22.1.9-dirty
2802023-10-21T04:07:40.366ZBuild Time: 2022/10/26 21:17:46
2812023-10-21T04:07:40.369ZDistribution: OSS
2822023-10-21T04:07:40.373ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2832023-10-21T04:07:40.377ZGo Version: go1.17.13
2842023-10-21T04:07:40.381ZC Compiler: gcc 10.3.0
2852023-10-21T04:07:40.384ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2862023-10-21T04:07:40.387ZBuild Type: release
2872023-10-21T04:07:40.391Z+ set -o errexit
2882023-10-21T04:07:40.395Z+++ dirname ./tools/ci_download_clickhouse
2892023-10-21T04:07:40.399Z++ cd ./tools
2902023-10-21T04:07:40.403Z++ pwd
2912023-10-21T04:07:40.407Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2922023-10-21T04:07:40.410Z++ basename ./tools/ci_download_clickhouse
2932023-10-21T04:07:40.413Z+ ARG0=ci_download_clickhouse
2942023-10-21T04:07:40.416Z+ TARGET_DIR=out
2952023-10-21T04:07:40.420Z+ DOWNLOAD_DIR=out/downloads
2962023-10-21T04:07:40.425Z+ DEST_DIR=./out/clickhouse
2972023-10-21T04:07:40.428Z+ CIDL_VERSION=v22.8.9.24
2982023-10-21T04:07:40.466Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
2992023-10-21T04:07:40.470Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3002023-10-21T04:07:40.475Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3012023-10-21T04:07:40.478Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3022023-10-21T04:07:40.484Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3032023-10-21T04:07:40.487Z+ main
3042023-10-21T04:07:40.493Z+ [[ 0 != 0 ]]
3052023-10-21T04:07:40.497Z+ CIDL_OS=solaris2.11
3062023-10-21T04:07:40.501Z+ [[ 0 != 0 ]]
3072023-10-21T04:07:40.507Z+ configure_os solaris2.11
3082023-10-21T04:07:40.511Z+ echo 'current directory: /work/oxidecomputer/omicron'
3092023-10-21T04:07:40.515Zcurrent directory: /work/oxidecomputer/omicron
3102023-10-21T04:07:40.521Z+ echo 'configuring based on OS: "solaris2.11"'
3112023-10-21T04:07:40.527Z+ CIDL_DASHREV=
3122023-10-21T04:07:40.531Zconfiguring based on OS: "solaris2.11"
3132023-10-21T04:07:40.534Z+ case "$1" in
3142023-10-21T04:07:40.539Z+ CIDL_PLATFORM=illumos
3152023-10-21T04:07:40.543Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3162023-10-21T04:07:40.550Z+ CIDL_MD5FUNC=do_md5sum
3172023-10-21T04:07:40.553Z+ CIDL_DASHREV=-1
3182023-10-21T04:07:40.558Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3192023-10-21T04:07:40.570Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3202023-10-21T04:07:40.577Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3212023-10-21T04:07:40.584Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-10-21T04:07:40.592Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3232023-10-21T04:07:40.601ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-21T04:07:40.611Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3252023-10-21T04:07:40.622Z+ mkdir -p out/downloads
3262023-10-21T04:07:40.633ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-21T04:07:40.646Z+ mkdir -p ./out/clickhouse
3282023-10-21T04:07:40.657Z+ local DO_DOWNLOAD=true
3292023-10-21T04:07:40.669Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3302023-10-21T04:07:40.683Z+ '[' true == true ']'
3312023-10-21T04:07:40.696Z+ echo Downloading...
3322023-10-21T04:07:40.723ZDownloading...
3332023-10-21T04:07:40.757Z+ 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
3342023-10-21T04:07:40.796Z+ 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
3352023-10-21T04:07:41.892Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-10-21T04:07:41.896Z++ md5sum
3372023-10-21T04:07:41.901Z++ awk '{print $1}'
3382023-10-21T04:07:42.162Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3392023-10-21T04:07:42.165Z+ [[ 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 ]]
3402023-10-21T04:07:42.168Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3412023-10-21T04:07:42.171Z+ mkdir -p ./out/clickhouse
3422023-10-21T04:07:42.174Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3432023-10-21T04:07:47.004Z+ ./out/clickhouse/clickhouse server --version
3442023-10-21T04:07:47.060ZClickHouse server version 22.8.9.1.
3452023-10-21T04:07:47.479Z+ set -o errexit
3462023-10-21T04:07:47.484Z+++ dirname ./tools/ci_download_console
3472023-10-21T04:07:47.488Z++ cd ./tools
3482023-10-21T04:07:47.492Z++ pwd
3492023-10-21T04:07:47.495Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3502023-10-21T04:07:47.498Z++ basename ./tools/ci_download_console
3512023-10-21T04:07:47.501Z+ ARG0=ci_download_console
3522023-10-21T04:07:47.504Z+ TARGET_DIR=out
3532023-10-21T04:07:47.507Z+ DOWNLOAD_DIR=out/downloads
3542023-10-21T04:07:47.510Z+ DEST_DIR=./out/console-assets
3552023-10-21T04:07:47.514Z+ source /work/oxidecomputer/omicron/tools/console_version
3562023-10-21T04:07:47.519Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3572023-10-21T04:07:47.522Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3582023-10-21T04:07:47.525Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3592023-10-21T04:07:47.528Z+ TARBALL_FILE=out/downloads/console.tar.gz
3602023-10-21T04:07:47.531Z+ main
3612023-10-21T04:07:47.534Z+ [[ 0 != 0 ]]
3622023-10-21T04:07:47.537Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3632023-10-21T04:07:47.540ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3642023-10-21T04:07:47.544ZLocal file: out/downloads/console.tar.gz
3652023-10-21T04:07:47.547Z+ echo 'Local file: out/downloads/console.tar.gz'
3662023-10-21T04:07:47.550Z+ local DO_DOWNLOAD=true
3672023-10-21T04:07:47.554Z+ [[ -f out/downloads/console.tar.gz ]]
3682023-10-21T04:07:47.557Z+ mkdir -p out/downloads
3692023-10-21T04:07:47.560Z+ '[' true == true ']'
3702023-10-21T04:07:47.563Z+ echo Downloading...
3712023-10-21T04:07:47.566ZDownloading...
3722023-10-21T04:07:47.569Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3732023-10-21T04:07:47.572Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3742023-10-21T04:07:47.750Z++ do_sha256sum out/downloads/console.tar.gz
3752023-10-21T04:07:47.758Z++ case "$OSTYPE" in
3762023-10-21T04:07:47.762Z++ SHA=sha256sum
3772023-10-21T04:07:47.766Z++ sha256sum
3782023-10-21T04:07:47.769Z++ awk '{print $1}'
3792023-10-21T04:07:47.775Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3802023-10-21T04:07:47.778Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3812023-10-21T04:07:47.782Z+ rm -rf ./out/console-assets
3822023-10-21T04:07:47.786Z+ mkdir -p ./out/console-assets
3832023-10-21T04:07:47.789Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3842023-10-21T04:07:47.792Z+ mkdir -p ./out/console-assets
3852023-10-21T04:07:47.795Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3862023-10-21T04:07:47.918Z+ set -o errexit
3872023-10-21T04:07:47.930Z+++ dirname ./tools/ci_download_maghemite_openapi
3882023-10-21T04:07:47.935Z++ cd ./tools
3892023-10-21T04:07:47.939Z++ pwd
3902023-10-21T04:07:47.942Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3912023-10-21T04:07:47.948Z++ basename ./tools/ci_download_maghemite_openapi
3922023-10-21T04:07:47.951Z+ ARG0=ci_download_maghemite_openapi
3932023-10-21T04:07:47.955Z+ TARGET_DIR=out
3942023-10-21T04:07:47.959Z+ DOWNLOAD_DIR=out/downloads
3952023-10-21T04:07:47.963Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3962023-10-21T04:07:47.967Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
3972023-10-21T04:07:47.975Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
3982023-10-21T04:07:47.992Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
3992023-10-21T04:07:48.406Z+ LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4002023-10-21T04:07:48.409Z+ main
4012023-10-21T04:07:48.412Z+ [[ 0 != 0 ]]
4022023-10-21T04:07:48.418Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json'
4032023-10-21T04:07:48.431ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4042023-10-21T04:07:48.442Z+ echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json'
4052023-10-21T04:07:48.461ZLocal file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4062023-10-21T04:07:48.482Z+ local DO_DOWNLOAD=true
4072023-10-21T04:07:48.497Z+ [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4082023-10-21T04:07:48.514Z+ mkdir -p out/downloads
4092023-10-21T04:07:48.525Z+ '[' true == true ']'
4102023-10-21T04:07:48.533Z+ echo Downloading...
4112023-10-21T04:07:48.537ZDownloading...
4122023-10-21T04:07:48.543Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4132023-10-21T04:07:48.548Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4142023-10-21T04:07:48.554Z++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4152023-10-21T04:07:48.565Z++ case "$OSTYPE" in
4162023-10-21T04:07:48.570Z++ SHA=sha256sum
4172023-10-21T04:07:48.575Z++ sha256sum
4182023-10-21T04:07:48.580Z++ awk '{print $1}'
4192023-10-21T04:07:48.590Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4202023-10-21T04:07:48.597Z+ [[ 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 ]]
4212023-10-21T04:07:48.604Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4222023-10-21T04:07:48.616Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4232023-10-21T04:07:48.624Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4242023-10-21T04:07:48.628Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4252023-10-21T04:07:48.634Z+ LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4262023-10-21T04:07:48.643Z+ main
4272023-10-21T04:07:48.652Z+ [[ 0 != 0 ]]
4282023-10-21T04:07:48.667Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json'
4292023-10-21T04:07:49.088ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4302023-10-21T04:07:49.107Z+ echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json'
4312023-10-21T04:07:49.114ZLocal file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4322023-10-21T04:07:49.122Z+ local DO_DOWNLOAD=true
4332023-10-21T04:07:49.133Z+ [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4342023-10-21T04:07:49.148Z+ mkdir -p out/downloads
4352023-10-21T04:07:49.153Z+ '[' true == true ']'
4362023-10-21T04:07:49.167Z+ echo Downloading...
4372023-10-21T04:07:49.171ZDownloading...
4382023-10-21T04:07:49.175Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4392023-10-21T04:07:49.179Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4402023-10-21T04:07:49.184Z++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4412023-10-21T04:07:49.194Z++ case "$OSTYPE" in
4422023-10-21T04:07:49.209Z++ SHA=sha256sum
4432023-10-21T04:07:49.218Z++ sha256sum
4442023-10-21T04:07:49.238Z++ awk '{print $1}'
4452023-10-21T04:07:49.247Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4462023-10-21T04:07:49.256Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4472023-10-21T04:07:49.266Z+ set -o errexit
4482023-10-21T04:07:49.279Z+++ dirname ./tools/ci_download_dendrite_openapi
4492023-10-21T04:07:49.298Z++ cd ./tools
4502023-10-21T04:07:49.311Z++ pwd
4512023-10-21T04:07:49.319Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4522023-10-21T04:07:49.328Z++ basename ./tools/ci_download_dendrite_openapi
4532023-10-21T04:07:49.341Z+ ARG0=ci_download_dendrite_openapi
4542023-10-21T04:07:49.353Z+ TARGET_DIR=out
4552023-10-21T04:07:49.795Z+ DOWNLOAD_DIR=out/downloads
4562023-10-21T04:07:49.810Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4572023-10-21T04:07:49.814Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4582023-10-21T04:07:49.825Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4592023-10-21T04:07:49.841Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4602023-10-21T04:07:49.853Z+ LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4612023-10-21T04:07:49.865Z+ main
4622023-10-21T04:07:49.883Z+ [[ 0 != 0 ]]
4632023-10-21T04:07:49.891Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json'
4642023-10-21T04:07:49.908ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4652023-10-21T04:07:49.923Z+ echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json'
4662023-10-21T04:07:49.942ZLocal file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4672023-10-21T04:07:49.963Z+ local DO_DOWNLOAD=true
4682023-10-21T04:07:49.970ZDownloading...
4692023-10-21T04:07:49.976Z+ [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]]
4702023-10-21T04:07:49.982Z+ mkdir -p out/downloads
4712023-10-21T04:07:49.986Z+ '[' true == true ']'
4722023-10-21T04:07:49.992Z+ echo Downloading...
4732023-10-21T04:07:49.998Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4742023-10-21T04:07:50.007Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4752023-10-21T04:07:50.017Z++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4762023-10-21T04:07:50.022Z++ case "$OSTYPE" in
4772023-10-21T04:07:50.028Z++ SHA=sha256sum
4782023-10-21T04:07:50.033Z++ sha256sum
4792023-10-21T04:07:50.039Z++ awk '{print $1}'
4802023-10-21T04:07:50.046Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4812023-10-21T04:07:50.052Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4822023-10-21T04:07:50.058Z+ set -o errexit
4832023-10-21T04:07:50.065Z+++ dirname ./tools/ci_download_dendrite_stub
4842023-10-21T04:07:50.074Z++ cd ./tools
4852023-10-21T04:07:50.081Z++ pwd
4862023-10-21T04:07:50.087Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4872023-10-21T04:07:50.101Z++ basename ./tools/ci_download_dendrite_stub
4882023-10-21T04:07:50.106Z+ ARG0=ci_download_dendrite_stub
4892023-10-21T04:07:50.112Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4902023-10-21T04:07:50.119Z++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
4912023-10-21T04:07:50.126Z++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51
4922023-10-21T04:07:50.133Z++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba
4932023-10-21T04:07:50.140Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4942023-10-21T04:07:50.145Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4952023-10-21T04:07:50.152Zcurrent directory: /work/oxidecomputer/omicron
4962023-10-21T04:07:50.159Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4972023-10-21T04:07:50.166Zconfiguring based on OS: "solaris2.11"
4982023-10-21T04:07:50.173Z+ TARGET_DIR=out
4992023-10-21T04:07:50.187ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5002023-10-21T04:07:50.212Z+ DOWNLOAD_DIR=out/downloads
5012023-10-21T04:07:50.223ZLocal file: out/downloads/dendrite-stub.tar.gz
5022023-10-21T04:07:50.235Z+ DEST_DIR=./out/dendrite-stub
5032023-10-21T04:07:50.242ZDownloading...
5042023-10-21T04:07:50.255Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5052023-10-21T04:07:50.273Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5062023-10-21T04:07:50.295Z+ REPO=oxidecomputer/dendrite
5072023-10-21T04:07:50.306Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686
5082023-10-21T04:07:50.317Z+ main
5092023-10-21T04:07:50.328Z+ [[ 0 != 0 ]]
5102023-10-21T04:07:50.340Z+ CIDL_OS=solaris2.11
5112023-10-21T04:07:50.346Z+ [[ 0 != 0 ]]
5122023-10-21T04:07:50.355Z+ configure_os solaris2.11
5132023-10-21T04:07:50.367Z+ echo 'current directory: /work/oxidecomputer/omicron'
5142023-10-21T04:07:50.377Z+ echo 'configuring based on OS: "solaris2.11"'
5152023-10-21T04:07:50.840Z+ case "$1" in
5162023-10-21T04:07:50.850Z+ SET_BINARIES=
5172023-10-21T04:07:50.862Z+ CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5182023-10-21T04:07:50.875Z+ CIDL_SHA256FUNC=do_sha256sum
5192023-10-21T04:07:50.883Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5202023-10-21T04:07:50.893Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5212023-10-21T04:07:50.898Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5222023-10-21T04:07:50.903Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz'
5232023-10-21T04:07:50.908Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5242023-10-21T04:07:50.912Z+ mkdir -p out/downloads
5252023-10-21T04:07:50.922Z+ mkdir -p ./out/dendrite-stub
5262023-10-21T04:07:50.925Z+ fetch_and_verify
5272023-10-21T04:07:50.930Z+ local DO_DOWNLOAD=true
5282023-10-21T04:07:50.934Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5292023-10-21T04:07:50.937Z+ '[' true == true ']'
5302023-10-21T04:07:50.942Z+ echo Downloading...
5312023-10-21T04:07:50.946Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5322023-10-21T04:07:50.948Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5332023-10-21T04:07:57.340Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5342023-10-21T04:07:57.347Z++ sha256sum
5352023-10-21T04:07:57.359Z++ awk '{print $1}'
5362023-10-21T04:07:57.434Z+ calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5372023-10-21T04:07:57.437Z+ [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]]
5382023-10-21T04:07:57.440Z+ do_untar out/downloads/dendrite-stub.tar.gz
5392023-10-21T04:07:57.443Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5402023-10-21T04:07:58.344Z+ do_assemble
5412023-10-21T04:07:58.348Z+ rm -r ./out/dendrite-stub
5422023-10-21T04:07:58.351Z+ mkdir ./out/dendrite-stub
5432023-10-21T04:07:58.354Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5442023-10-21T04:07:58.457Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5452023-10-21T04:07:58.470Z+ set -o errexit
5462023-10-21T04:07:58.473Z+++ dirname ./tools/ci_download_maghemite_mgd
5472023-10-21T04:07:58.476Z++ cd ./tools
5482023-10-21T04:07:58.479Z++ pwd
5492023-10-21T04:07:58.481Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5502023-10-21T04:07:58.484Z++ basename ./tools/ci_download_maghemite_mgd
5512023-10-21T04:07:58.489Z+ ARG0=ci_download_maghemite_mgd
5522023-10-21T04:07:58.499Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5532023-10-21T04:07:58.503Z++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
5542023-10-21T04:07:58.507Z++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d
5552023-10-21T04:07:58.512Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5562023-10-21T04:07:58.515Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
5572023-10-21T04:07:58.518Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5582023-10-21T04:07:58.523Z+ TARGET_DIR=out
5592023-10-21T04:07:58.526Z+ DOWNLOAD_DIR=out/downloads
5602023-10-21T04:07:58.528Z+ DEST_DIR=./out/mgd
5612023-10-21T04:07:58.534Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5622023-10-21T04:07:58.537Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5632023-10-21T04:07:58.546Z+ REPO=oxidecomputer/maghemite
5642023-10-21T04:07:58.549Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a
5652023-10-21T04:07:58.566Z+ main
5662023-10-21T04:07:58.570Z+ [[ 0 != 0 ]]
5672023-10-21T04:07:58.573Z+ CIDL_OS=solaris2.11
5682023-10-21T04:07:58.578Z+ [[ 0 != 0 ]]
5692023-10-21T04:07:58.583Z+ configure_os solaris2.11
5702023-10-21T04:07:58.590Z+ echo 'current directory: /work/oxidecomputer/omicron'
5712023-10-21T04:07:58.595Zcurrent directory: /work/oxidecomputer/omicron
5722023-10-21T04:07:58.609Zconfiguring based on OS: "solaris2.11"
5732023-10-21T04:07:58.618Z+ echo 'configuring based on OS: "solaris2.11"'
5742023-10-21T04:07:58.622Z+ case "$1" in
5752023-10-21T04:07:58.627Z+ SET_BINARIES=
5762023-10-21T04:07:58.630Z+ CIDL_SHA256FUNC=do_sha256sum
5772023-10-21T04:07:58.634Z+ TARBALL_FILENAME=mgd.tar.gz
5782023-10-21T04:07:58.637Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5792023-10-21T04:07:58.640Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5802023-10-21T04:07:58.645Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz'
5812023-10-21T04:07:58.648ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5822023-10-21T04:07:58.653Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5832023-10-21T04:07:58.656ZLocal file: out/downloads/mgd.tar.gz
5842023-10-21T04:07:58.658Z+ mkdir -p out/downloads
5852023-10-21T04:07:58.664Z+ mkdir -p ./out/mgd
5862023-10-21T04:07:58.666Z+ fetch_and_verify
5872023-10-21T04:07:58.669Z+ local DO_DOWNLOAD=true
5882023-10-21T04:07:58.672Z+ [[ -f out/downloads/mgd.tar.gz ]]
5892023-10-21T04:07:58.677Z+ '[' true == true ']'
5902023-10-21T04:07:58.688Z+ echo Downloading...
5912023-10-21T04:07:59.106ZDownloading...
5922023-10-21T04:07:59.115Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz
5932023-10-21T04:07:59.123Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5942023-10-21T04:08:04.669Z++ do_sha256sum out/downloads/mgd.tar.gz
5952023-10-21T04:08:04.673Z++ sha256sum
5962023-10-21T04:08:04.676Z++ awk '{print $1}'
5972023-10-21T04:08:04.748Z+ calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
5982023-10-21T04:08:04.752Z+ [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]]
5992023-10-21T04:08:04.754Z+ do_untar out/downloads/mgd.tar.gz
6002023-10-21T04:08:04.759Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6012023-10-21T04:08:05.424Z+ do_assemble
6022023-10-21T04:08:05.428Z+ rm -r ./out/mgd
6032023-10-21T04:08:05.431Z+ mkdir ./out/mgd
6042023-10-21T04:08:05.434Z+ cp -r out/downloads/root ./out/mgd/root
6052023-10-21T04:08:05.644Z+ set -o errexit
6062023-10-21T04:08:05.648Z+++ dirname ./tools/ci_download_transceiver_control
6072023-10-21T04:08:05.652Z++ cd ./tools
6082023-10-21T04:08:05.658Z++ pwd
6092023-10-21T04:08:05.674Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6102023-10-21T04:08:05.677Z++ basename ./tools/ci_download_transceiver_control
6112023-10-21T04:08:05.689Z+ ARG0=ci_download_transceiver_control
6122023-10-21T04:08:05.694Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6132023-10-21T04:08:05.703Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6142023-10-21T04:08:05.709Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6152023-10-21T04:08:05.720Z+ TARGET_DIR=out
6162023-10-21T04:08:05.726Z+ DOWNLOAD_DIR=out/downloads
6172023-10-21T04:08:05.744Z+ DEST_DIR=./out/transceiver-control
6182023-10-21T04:08:05.751Z+ BIN_DIR=/opt/oxide/bin
6192023-10-21T04:08:05.756Z+ BINARY=xcvradm
6202023-10-21T04:08:05.760Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6212023-10-21T04:08:05.766Z+ REPO=oxidecomputer/transceiver-control
6222023-10-21T04:08:05.770Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6232023-10-21T04:08:05.775Z+ main
6242023-10-21T04:08:05.779Z+ [[ 0 != 0 ]]
6252023-10-21T04:08:05.782Z+ CIDL_OS=solaris2.11
6262023-10-21T04:08:05.804Z+ [[ 0 != 0 ]]
6272023-10-21T04:08:05.815Z+ configure_os solaris2.11
6282023-10-21T04:08:05.823Z+ echo 'current directory: /work/oxidecomputer/omicron'
6292023-10-21T04:08:05.828Zcurrent directory: /work/oxidecomputer/omicron
6302023-10-21T04:08:05.835Z+ echo 'configuring based on OS: "solaris2.11"'
6312023-10-21T04:08:05.847Zconfiguring based on OS: "solaris2.11"
6322023-10-21T04:08:05.860Z+ case "$1" in
6332023-10-21T04:08:05.873Z+ SET_BINARIES=
6342023-10-21T04:08:05.890Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6352023-10-21T04:08:05.905Z+ CIDL_SHA256FUNC=do_sha256sum
6362023-10-21T04:08:05.912Z+ ARCHIVE_FILENAME=xcvradm.gz
6372023-10-21T04:08:05.918Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6382023-10-21T04:08:05.926Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6392023-10-21T04:08:05.934Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6402023-10-21T04:08:05.943ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6412023-10-21T04:08:05.950Z+ echo 'Local file: out/downloads/xcvradm.gz'
6422023-10-21T04:08:05.956ZLocal file: out/downloads/xcvradm.gz
6432023-10-21T04:08:05.963Z+ mkdir -p out/downloads
6442023-10-21T04:08:05.970Z+ mkdir -p ./out/transceiver-control
6452023-10-21T04:08:05.976Z+ fetch_and_verify
6462023-10-21T04:08:05.984Z+ local DO_DOWNLOAD=true
6472023-10-21T04:08:05.992Z+ [[ -f out/downloads/xcvradm.gz ]]
6482023-10-21T04:08:06.003Z+ '[' true == true ']'
6492023-10-21T04:08:06.007Z+ echo Downloading...
6502023-10-21T04:08:06.010ZDownloading...
6512023-10-21T04:08:06.013Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6522023-10-21T04:08:06.016Z+ 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
6532023-10-21T04:08:08.013Z++ do_sha256sum out/downloads/xcvradm.gz
6542023-10-21T04:08:08.016Z++ sha256sum
6552023-10-21T04:08:08.022Z++ awk '{print $1}'
6562023-10-21T04:08:08.039Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572023-10-21T04:08:08.042Z+ [[ 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 ]]
6582023-10-21T04:08:08.045Z+ do_unpack out/downloads/xcvradm.gz
6592023-10-21T04:08:08.048Z+ mkdir -p out/downloads/root//opt/oxide/bin
6602023-10-21T04:08:08.052Z+ gzip -dc out/downloads/xcvradm.gz
6612023-10-21T04:08:08.215Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6622023-10-21T04:08:08.218Z+ do_assemble
6632023-10-21T04:08:08.222Z+ rm -r ./out/transceiver-control
6642023-10-21T04:08:08.225Z+ mkdir ./out/transceiver-control
6652023-10-21T04:08:08.229Z+ cp -r out/downloads/root ./out/transceiver-control/root
6662023-10-21T04:08:08.406ZAll prerequisites installed successfully
6672023-10-21T04:08:08.409Z
6682023-10-21T04:08:08.412Zreal 1:49.751997729
6692023-10-21T04:08:08.415Zuser 52.651219666
6702023-10-21T04:08:08.419Zsys 9.866735352
6712023-10-21T04:08:08.422Ztrap 0.022375034
6722023-10-21T04:08:08.425Ztflt 0.189779925
6732023-10-21T04:08:08.428Zdflt 0.700325693
6742023-10-21T04:08:08.431Zkflt 0.128806947
6752023-10-21T04:08:08.434Zlock 1.704841503
6762023-10-21T04:08:08.437Zslp 3:19.502227061
6772023-10-21T04:08:08.440Zlat 3.299768653
6782023-10-21T04:08:08.443Zstop 0.070820755
6792023-10-21T04:08:08.446Z+ banner end-to-end-tests
6802023-10-21T04:08:08.490Z
6812023-10-21T04:08:08.495Z ###### # # ##### ##### #### ###### # # #####
6822023-10-21T04:08:08.502Z # ## # # # # # # # ## # # #
6832023-10-21T04:08:08.508Z ##### # # # # # ##### # # # ##### ##### # # # # #
6842023-10-21T04:08:08.513Z # # # # # # # # # # # # # # #
6852023-10-21T04:08:08.517Z # # ## # # # # # # # ## # #
6862023-10-21T04:08:08.535Z ###### # # ##### # #### ###### # # #####
6872023-10-21T04:08:08.540Z
6882023-10-21T04:08:08.544Z+ export CARGO_PROFILE_DEV_DEBUG=1
6892023-10-21T04:08:08.550Z+ CARGO_PROFILE_DEV_DEBUG=1
6902023-10-21T04:08:08.556Z+ export CARGO_PROFILE_TEST_DEBUG=1
6912023-10-21T04:08:08.565Z+ CARGO_PROFILE_TEST_DEBUG=1
6922023-10-21T04:08:08.568Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6932023-10-21T04:08:08.859Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6942023-10-21T04:08:09.243Z Updating crates.io index
6952023-10-21T04:08:09.311Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6962023-10-21T04:08:10.101Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6972023-10-21T04:08:11.937Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6982023-10-21T04:08:12.587Z Updating git repository `http://github.com/oxidecomputer/tofino`
6992023-10-21T04:08:12.919Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7002023-10-21T04:08:13.175Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7012023-10-21T04:08:13.484Z Updating git repository `https://github.com/oxidecomputer/propolis`
7022023-10-21T04:08:14.384Z Updating git repository `https://github.com/oxidecomputer/crucible`
7032023-10-21T04:08:16.076Z Updating git repository `https://github.com/oxidecomputer/opte`
7042023-10-21T04:08:17.018Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7052023-10-21T04:08:17.405Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7062023-10-21T04:08:17.728Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7072023-10-21T04:08:18.391Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7082023-10-21T04:08:18.714Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7092023-10-21T04:08:19.151Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7102023-10-21T04:08:19.678Z Updating git repository `https://github.com/njaremko/samael`
7112023-10-21T04:08:20.282Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7122023-10-21T04:08:20.865Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7132023-10-21T04:08:21.254Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7142023-10-21T04:08:21.607Z Updating git repository `https://github.com/jgallagher/nix`
7152023-10-21T04:08:22.904Z Updating git repository `https://github.com/cbiffle/hubpack`
7162023-10-21T04:08:23.316Z Updating git repository `https://github.com/oxidecomputer/omicron`
7172023-10-21T04:08:32.204Z Updating git repository `https://github.com/oxidecomputer/rfb`
7182023-10-21T04:08:32.868Z Updating git repository `https://github.com/oxidecomputer/typify`
7192023-10-21T04:08:33.856Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7202023-10-21T04:08:34.225Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7212023-10-21T04:08:34.523Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7222023-10-21T04:08:36.372Z Downloading crates ...
7232023-10-21T04:08:36.691Z Downloaded cfg-if v1.0.0
7242023-10-21T04:08:36.698Z Downloaded managed v0.8.0
7252023-10-21T04:08:36.702Z Downloaded block-buffer v0.10.4
7262023-10-21T04:08:36.706Z Downloaded lru-cache v0.1.2
7272023-10-21T04:08:36.710Z Downloaded num_enum v0.7.0
7282023-10-21T04:08:36.716Z Downloaded matches v0.1.10
7292023-10-21T04:08:36.722Z Downloaded macaddr v1.0.1
7302023-10-21T04:08:36.725Z Downloaded linked-hash-map v0.5.6
7312023-10-21T04:08:36.728Z Downloaded cbc v0.1.2
7322023-10-21T04:08:36.731Z Downloaded num-integer v0.1.45
7332023-10-21T04:08:36.736Z Downloaded multer v2.1.0
7342023-10-21T04:08:36.739Z Downloaded const_format v0.2.31
7352023-10-21T04:08:36.742Z Downloaded num_threads v0.1.6
7362023-10-21T04:08:36.745Z Downloaded aead v0.5.2
7372023-10-21T04:08:36.749Z Downloaded crossbeam-epoch v0.9.15
7382023-10-21T04:08:36.752Z Downloaded option-ext v0.2.0
7392023-10-21T04:08:36.757Z Downloaded num_cpus v1.16.0
7402023-10-21T04:08:36.760Z Downloaded pem v1.1.1
7412023-10-21T04:08:36.766Z Downloaded deranged v0.3.8
7422023-10-21T04:08:36.769Z Downloaded autocfg v1.1.0
7432023-10-21T04:08:36.772Z Downloaded parse-display v0.7.0
7442023-10-21T04:08:36.778Z Downloaded parse-display-derive v0.7.0
7452023-10-21T04:08:36.782Z Downloaded atty v0.2.14
7462023-10-21T04:08:36.786Z Downloaded darling_core v0.20.3
7472023-10-21T04:08:36.791Z Downloaded password-hash v0.4.2
7482023-10-21T04:08:36.794Z Downloaded parking_lot v0.12.1
7492023-10-21T04:08:36.798Z Downloaded ahash v0.8.3
7502023-10-21T04:08:36.802Z Downloaded parking_lot v0.11.2
7512023-10-21T04:08:36.807Z Downloaded diesel_table_macro_syntax v0.1.0
7522023-10-21T04:08:36.811Z Downloaded ciborium-io v0.2.1
7532023-10-21T04:08:36.814Z Downloaded pest_generator v2.7.2
7542023-10-21T04:08:36.817Z Downloaded postgres-protocol v0.6.6
7552023-10-21T04:08:36.819Z Downloaded adler v1.0.2
7562023-10-21T04:08:36.822Z Downloaded password-hash v0.5.0
7572023-10-21T04:08:36.825Z Downloaded aes-gcm-siv v0.11.1
7582023-10-21T04:08:36.830Z Downloaded byteorder v1.4.3
7592023-10-21T04:08:36.835Z Downloaded bitflags v1.3.2
7602023-10-21T04:08:36.841Z Downloaded hyper-tls v0.5.0
7612023-10-21T04:08:36.845Z Downloaded base16ct v0.2.0
7622023-10-21T04:08:36.848Z Downloaded bit-set v0.5.3
7632023-10-21T04:08:36.851Z Downloaded bcrypt-pbkdf v0.10.0
7642023-10-21T04:08:36.855Z Downloaded utf8parse v0.2.1
7652023-10-21T04:08:36.858Z Downloaded tokio-macros v2.1.0
7662023-10-21T04:08:36.861Z Downloaded thiserror-impl-no-std v2.0.2
7672023-10-21T04:08:36.864Z Downloaded http-body v0.4.5
7682023-10-21T04:08:36.868Z Downloaded miniz_oxide v0.7.1
7692023-10-21T04:08:36.871Z Downloaded omicron-zone-package v0.8.3
7702023-10-21T04:08:36.878Z Downloaded async-stream v0.3.5
7712023-10-21T04:08:36.885Z Downloaded async-trait v0.1.73
7722023-10-21T04:08:36.896Z Downloaded lazy_static v1.4.0
7732023-10-21T04:08:36.912Z Downloaded camino v1.1.6
7742023-10-21T04:08:36.923Z Downloaded bzip2 v0.4.4
7752023-10-21T04:08:36.937Z Downloaded blake2 v0.10.6
7762023-10-21T04:08:36.942Z Downloaded futures-io v0.3.28
7772023-10-21T04:08:36.946Z Downloaded futures-core v0.3.28
7782023-10-21T04:08:36.951Z Downloaded russh-cryptovec v0.7.0
7792023-10-21T04:08:36.955Z Downloaded paste v1.0.14
7802023-10-21T04:08:36.961Z Downloaded keccak v0.1.4
7812023-10-21T04:08:36.964Z Downloaded once_cell v1.18.0
7822023-10-21T04:08:36.967Z Downloaded ciborium v0.2.1
7832023-10-21T04:08:36.970Z Downloaded ipnetwork v0.20.0
7842023-10-21T04:08:36.974Z Downloaded base64ct v1.6.0
7852023-10-21T04:08:36.977Z Downloaded jobserver v0.1.26
7862023-10-21T04:08:36.980Z Downloaded hex v0.4.3
7872023-10-21T04:08:36.983Z Downloaded errno v0.3.2
7882023-10-21T04:08:36.986Z Downloaded memchr v2.6.3
7892023-10-21T04:08:36.988Z Downloaded textwrap v0.11.0
7902023-10-21T04:08:36.991Z Downloaded structmeta-derive v0.1.6
7912023-10-21T04:08:36.994Z Downloaded difflib v0.4.0
7922023-10-21T04:08:36.997Z Downloaded serde_arrays v0.1.0
7932023-10-21T04:08:37.000Z Downloaded zone_cfg_derive v0.2.0
7942023-10-21T04:08:37.003Z Downloaded derive_more v0.99.17
7952023-10-21T04:08:37.007Z Downloaded ghash v0.5.0
7962023-10-21T04:08:37.010Z Downloaded want v0.3.1
7972023-10-21T04:08:37.013Z Downloaded rustfmt-wrapper v0.2.0
7982023-10-21T04:08:37.017Z Downloaded time-core v0.1.1
7992023-10-21T04:08:37.020Z Downloaded slab v0.4.9
8002023-10-21T04:08:37.025Z Downloaded glob v0.3.1
8012023-10-21T04:08:37.028Z Downloaded term v0.7.0
8022023-10-21T04:08:37.031Z Downloaded sha1 v0.10.5
8032023-10-21T04:08:37.034Z Downloaded futures v0.3.28
8042023-10-21T04:08:37.037Z Downloaded dirs v5.0.1
8052023-10-21T04:08:37.040Z Downloaded fallible-streaming-iterator v0.1.9
8062023-10-21T04:08:37.043Z Downloaded serde_path_to_error v0.1.14
8072023-10-21T04:08:37.046Z Downloaded semver-parser v0.10.2
8082023-10-21T04:08:37.049Z Downloaded siphasher v0.3.11
8092023-10-21T04:08:37.054Z Downloaded endian-type v0.1.2
8102023-10-21T04:08:37.057Z Downloaded fxhash v0.2.1
8112023-10-21T04:08:37.060Z Downloaded vec_map v0.8.2
8122023-10-21T04:08:37.063Z Downloaded fastrand v2.0.0
8132023-10-21T04:08:37.066Z Downloaded foreign-types-shared v0.1.1
8142023-10-21T04:08:37.069Z Downloaded group v0.13.0
8152023-10-21T04:08:37.072Z Downloaded radium v0.7.0
8162023-10-21T04:08:37.076Z Downloaded slog-json v2.6.1
8172023-10-21T04:08:37.079Z Downloaded lalrpop-util v0.19.12
8182023-10-21T04:08:37.082Z Downloaded signal-hook-registry v1.4.1
8192023-10-21T04:08:37.085Z Downloaded headers v0.3.9
8202023-10-21T04:08:37.088Z Downloaded serde_derive_internals v0.26.0
8212023-10-21T04:08:37.092Z Downloaded thiserror-impl v1.0.49
8222023-10-21T04:08:37.094Z Downloaded ed25519 v2.2.2
8232023-10-21T04:08:37.098Z Downloaded serde_spanned v0.6.3
8242023-10-21T04:08:37.101Z Downloaded thiserror-no-std v2.0.2
8252023-10-21T04:08:37.104Z Downloaded tinyvec_macros v0.1.1
8262023-10-21T04:08:37.107Z Downloaded fnv v1.0.7
8272023-10-21T04:08:37.110Z Downloaded fixedbitset v0.4.2
8282023-10-21T04:08:37.112Z Downloaded rustls-pemfile v1.0.3
8292023-10-21T04:08:37.115Z Downloaded rustc-demangle v0.1.23
8302023-10-21T04:08:37.118Z Downloaded strsim v0.10.0
8312023-10-21T04:08:37.121Z Downloaded ringbuffer v0.15.0
8322023-10-21T04:08:37.125Z Downloaded slog-bunyan v2.4.0
8332023-10-21T04:08:37.128Z Downloaded rustversion v1.0.14
8342023-10-21T04:08:37.132Z Downloaded dirs-next v2.0.0
8352023-10-21T04:08:37.136Z Downloaded structmeta v0.1.6
8362023-10-21T04:08:37.140Z Downloaded walkdir v2.4.0
8372023-10-21T04:08:37.143Z Downloaded toolchain_find v0.2.0
8382023-10-21T04:08:37.146Z Downloaded scopeguard v1.2.0
8392023-10-21T04:08:37.149Z Downloaded scheduled-thread-pool v0.2.7
8402023-10-21T04:08:37.152Z Downloaded aes v0.8.3
8412023-10-21T04:08:37.155Z Downloaded foreign-types-shared v0.3.1
8422023-10-21T04:08:37.159Z Downloaded serde_urlencoded v0.7.1
8432023-10-21T04:08:37.162Z Downloaded stable_deref_trait v1.2.0
8442023-10-21T04:08:37.165Z Downloaded usdt-impl v0.3.5
8452023-10-21T04:08:37.168Z Downloaded dyn-clone v1.0.13
8462023-10-21T04:08:37.172Z Downloaded strum v0.25.0
8472023-10-21T04:08:37.176Z Downloaded time-macros v0.2.13
8482023-10-21T04:08:37.179Z Downloaded typenum v1.16.0
8492023-10-21T04:08:37.182Z Downloaded strsim v0.8.0
8502023-10-21T04:08:37.185Z Downloaded dtrace-parser v0.1.14
8512023-10-21T04:08:37.189Z Downloaded slog-term v2.9.0
8522023-10-21T04:08:37.193Z Downloaded thiserror v1.0.49
8532023-10-21T04:08:37.195Z Downloaded subtle v2.5.0
8542023-10-21T04:08:37.198Z Downloaded resolv-conf v0.7.0
8552023-10-21T04:08:37.201Z Downloaded itertools v0.10.5
8562023-10-21T04:08:37.204Z Downloaded enum-as-inner v0.5.1
8572023-10-21T04:08:37.207Z Downloaded twox-hash v1.6.3
8582023-10-21T04:08:37.212Z Downloaded unicode-xid v0.2.4
8592023-10-21T04:08:37.216Z Downloaded rand_core v0.6.4
8602023-10-21T04:08:37.219Z Downloaded strum_macros v0.25.2
8612023-10-21T04:08:37.223Z Downloaded itertools v0.11.0
8622023-10-21T04:08:37.226Z Downloaded spki v0.7.2
8632023-10-21T04:08:37.230Z Downloaded spin v0.5.2
8642023-10-21T04:08:37.234Z Downloaded smallvec v1.11.0
8652023-10-21T04:08:37.237Z Downloaded textwrap v0.16.0
8662023-10-21T04:08:37.242Z Downloaded tinyvec v1.6.0
8672023-10-21T04:08:37.246Z Downloaded socket2 v0.5.4
8682023-10-21T04:08:37.249Z Downloaded ryu v1.0.15
8692023-10-21T04:08:37.252Z Downloaded dirs-sys v0.4.1
8702023-10-21T04:08:37.255Z Downloaded rcgen v0.10.0
8712023-10-21T04:08:37.258Z Downloaded subprocess v0.2.9
8722023-10-21T04:08:37.261Z Downloaded form_urlencoded v1.2.0
8732023-10-21T04:08:37.264Z Downloaded flate2 v1.0.27
8742023-10-21T04:08:37.271Z Downloaded tokio-stream v0.1.14
8752023-10-21T04:08:37.278Z Downloaded tracing v0.1.37
8762023-10-21T04:08:37.286Z Downloaded openssl v0.10.57
8772023-10-21T04:08:37.305Z Downloaded tungstenite v0.20.1
8782023-10-21T04:08:37.309Z Downloaded env_logger v0.9.3
8792023-10-21T04:08:37.313Z Downloaded uuid v1.4.1
8802023-10-21T04:08:37.321Z Downloaded trust-dns-resolver v0.22.0
8812023-10-21T04:08:37.331Z Downloaded hyper v0.14.27
8822023-10-21T04:08:37.356Z Downloaded toml v0.7.8
8832023-10-21T04:08:37.374Z Downloaded russh v0.38.0
8842023-10-21T04:08:37.379Z Downloaded tokio-postgres v0.7.10
8852023-10-21T04:08:37.382Z Downloaded serde_json v1.0.107
8862023-10-21T04:08:37.387Z Downloaded toml_edit v0.20.0
8872023-10-21T04:08:37.413Z Downloaded tokio-util v0.7.9
8882023-10-21T04:08:37.425Z Downloaded chrono v0.4.31
8892023-10-21T04:08:37.443Z Downloaded serde_with v2.3.3
8902023-10-21T04:08:37.453Z Downloaded winnow v0.5.15
8912023-10-21T04:08:37.469Z Downloaded regress v0.7.1
8922023-10-21T04:08:37.484Z Downloaded radix_trie v0.2.1
8932023-10-21T04:08:37.494Z Downloaded diesel v2.1.1
8942023-10-21T04:08:37.527Z Downloaded syn v2.0.32
8952023-10-21T04:08:37.551Z Downloaded regex v1.9.5
8962023-10-21T04:08:37.572Z Downloaded smoltcp v0.9.1
8972023-10-21T04:08:37.593Z Downloaded rustls-webpki v0.101.4
8982023-10-21T04:08:37.621Z Downloaded webpki-roots v0.25.2
8992023-10-21T04:08:37.630Z Downloaded sled v0.34.7
9002023-10-21T04:08:37.649Z Downloaded syn v1.0.109
9012023-10-21T04:08:37.670Z Downloaded idna v0.2.3
9022023-10-21T04:08:37.684Z Downloaded nix v0.26.2
9032023-10-21T04:08:37.718Z Downloaded zerocopy-derive v0.2.0
9042023-10-21T04:08:37.723Z Downloaded rustix v0.38.9
9052023-10-21T04:08:37.763Z Downloaded bstr v1.6.0
9062023-10-21T04:08:37.791Z Downloaded regex-syntax v0.7.5
9072023-10-21T04:08:38.204Z Downloaded openapiv3 v1.0.3
9082023-10-21T04:08:38.209Z Downloaded regex-syntax v0.6.29
9092023-10-21T04:08:38.213Z Downloaded rustix v0.37.23
9102023-10-21T04:08:38.220Z Downloaded winapi v0.3.9
9112023-10-21T04:08:38.238Z Downloaded encoding_rs v0.8.33
9122023-10-21T04:08:38.259Z Downloaded zerocopy-derive v0.6.4
9132023-10-21T04:08:38.266Z Downloaded bzip2-sys v0.1.11+1.0.8
9142023-10-21T04:08:38.270Z Downloaded regex-automata v0.3.8
9152023-10-21T04:08:38.276Z Downloaded libc v0.2.149
9162023-10-21T04:08:38.281Z Downloaded idna v0.4.0
9172023-10-21T04:08:38.286Z Downloaded tokio v1.32.0
9182023-10-21T04:08:38.289Z Downloaded trust-dns-proto v0.22.0
9192023-10-21T04:08:38.294Z Downloaded sha3 v0.10.8
9202023-10-21T04:08:38.300Z Downloaded bstr v0.2.17
9212023-10-21T04:08:38.308Z Downloaded vcpkg v0.2.15
9222023-10-21T04:08:38.332Z Downloaded rustls v0.21.7
9232023-10-21T04:08:38.354Z Downloaded git2 v0.17.2
9242023-10-21T04:08:38.368Z Downloaded gimli v0.28.0
9252023-10-21T04:08:38.383Z Downloaded smoltcp v0.8.2
9262023-10-21T04:08:38.400Z Downloaded clap v2.34.0
9272023-10-21T04:08:38.413Z Downloaded ring v0.16.20
9282023-10-21T04:08:38.573Z Downloaded hashbrown v0.12.3
9292023-10-21T04:08:38.580Z Downloaded h2 v0.3.21
9302023-10-21T04:08:38.592Z Downloaded libgit2-sys v0.15.2+1.6.4
9312023-10-21T04:08:39.114Z Downloaded futures-util v0.3.28
9322023-10-21T04:08:39.119Z Downloaded regex-automata v0.1.10
9332023-10-21T04:08:39.122Z Downloaded rusqlite v0.29.0
9342023-10-21T04:08:39.126Z Downloaded aho-corasick v1.0.4
9352023-10-21T04:08:39.129Z Downloaded toml v0.8.0
9362023-10-21T04:08:39.133Z Downloaded reqwest v0.11.20
9372023-10-21T04:08:39.136Z Downloaded clap_builder v4.4.2
9382023-10-21T04:08:39.140Z Downloaded trust-dns-server v0.22.1
9392023-10-21T04:08:39.144Z Downloaded hkdf v0.12.3
9402023-10-21T04:08:39.147Z Downloaded curve25519-dalek v4.1.0
9412023-10-21T04:08:39.152Z Downloaded bitvec v1.0.1
9422023-10-21T04:08:39.157Z Downloaded unicode-normalization v0.1.22
9432023-10-21T04:08:39.160Z Downloaded unicode-segmentation v1.10.1
9442023-10-21T04:08:39.163Z Downloaded pest v2.7.2
9452023-10-21T04:08:39.166Z Downloaded toml v0.5.11
9462023-10-21T04:08:39.171Z Downloaded trust-dns-client v0.22.0
9472023-10-21T04:08:39.174Z Downloaded url v2.4.1
9482023-10-21T04:08:39.177Z Downloaded object v0.32.1
9492023-10-21T04:08:39.180Z Downloaded rand v0.7.3
9502023-10-21T04:08:39.184Z Downloaded heapless v0.7.16
9512023-10-21T04:08:39.187Z Downloaded ed25519-dalek v2.0.0
9522023-10-21T04:08:39.191Z Downloaded serde_yaml v0.9.25
9532023-10-21T04:08:39.197Z Downloaded schemars v0.8.13
9542023-10-21T04:08:39.202Z Downloaded sct v0.7.0
9552023-10-21T04:08:39.205Z Downloaded libz-sys v1.1.12
9562023-10-21T04:08:39.212Z Downloaded aes-gcm v0.10.2
9572023-10-21T04:08:39.216Z Downloaded hashbrown v0.14.0
9582023-10-21T04:08:39.220Z Downloaded petgraph v0.6.4
9592023-10-21T04:08:39.223Z Downloaded num-bigint v0.4.4
9602023-10-21T04:08:39.227Z Downloaded secrecy v0.8.0
9612023-10-21T04:08:39.230Z Downloaded socket2 v0.4.9
9622023-10-21T04:08:39.234Z Downloaded serde v1.0.188
9632023-10-21T04:08:39.238Z Downloaded rand v0.8.5
9642023-10-21T04:08:39.241Z Downloaded getrandom v0.2.10
9652023-10-21T04:08:39.245Z Downloaded zerocopy v0.6.4
9662023-10-21T04:08:39.249Z Downloaded vergen v8.2.4
9672023-10-21T04:08:39.252Z Downloaded libm v0.2.7
9682023-10-21T04:08:39.255Z Downloaded stringprep v0.1.3
9692023-10-21T04:08:39.258Z Downloaded tokio-native-tls v0.3.1
9702023-10-21T04:08:39.261Z Downloaded schemars_derive v0.8.13
9712023-10-21T04:08:39.264Z Downloaded ucd-trie v0.1.6
9722023-10-21T04:08:39.267Z Downloaded similar v2.2.1
9732023-10-21T04:08:39.271Z Downloaded ron v0.7.1
9742023-10-21T04:08:39.277Z Downloaded same-file v1.0.6
9752023-10-21T04:08:39.281Z Downloaded semver v0.11.0
9762023-10-21T04:08:39.283Z Downloaded hashbrown v0.13.2
9772023-10-21T04:08:39.286Z Downloaded indexmap v2.0.0
9782023-10-21T04:08:39.289Z Downloaded zip v0.6.6
9792023-10-21T04:08:39.293Z Downloaded universal-hash v0.5.1
9802023-10-21T04:08:39.296Z Downloaded serde_with_macros v2.3.3
9812023-10-21T04:08:39.300Z Downloaded smawk v0.3.1
9822023-10-21T04:08:39.303Z Downloaded serde_tokenstream v0.1.7
9832023-10-21T04:08:39.307Z Downloaded libsqlite3-sys v0.26.0
9842023-10-21T04:08:39.361Z Downloaded untrusted v0.7.1
9852023-10-21T04:08:39.365Z Downloaded getrandom v0.1.16
9862023-10-21T04:08:39.368Z Downloaded vsss-rs v3.3.1
9872023-10-21T04:08:39.374Z Downloaded serde_tokenstream v0.2.0
9882023-10-21T04:08:39.377Z Downloaded serde_derive v1.0.188
9892023-10-21T04:08:39.384Z Downloaded russh-keys v0.38.0
9902023-10-21T04:08:39.388Z Downloaded mio v0.8.8
9912023-10-21T04:08:39.392Z Downloaded slog-scope v4.4.0
9922023-10-21T04:08:39.399Z Downloaded slog-async v2.8.0
9932023-10-21T04:08:39.405Z Downloaded unicode-linebreak v0.1.5
9942023-10-21T04:08:39.408Z Downloaded time v0.3.27
9952023-10-21T04:08:39.414Z Downloaded indexmap v1.9.3
9962023-10-21T04:08:39.418Z Downloaded rustls-native-certs v0.6.3
9972023-10-21T04:08:39.424Z Downloaded foreign-types-macros v0.2.3
9982023-10-21T04:08:39.428Z Downloaded float-cmp v0.9.0
9992023-10-21T04:08:39.431Z Downloaded filetime v0.2.22
10002023-10-21T04:08:39.441Z Downloaded tokio-rustls v0.24.1
10012023-10-21T04:08:39.453Z Downloaded slog-stdlog v4.1.1
10022023-10-21T04:08:39.883Z Downloaded slog-envlogger v2.2.0
10032023-10-21T04:08:40.293Z Downloaded thread-id v4.2.0
10042023-10-21T04:08:40.298Z Downloaded serde_repr v0.1.16
10052023-10-21T04:08:40.309Z Downloaded getopts v0.2.21
10062023-10-21T04:08:40.726Z Downloaded sha2 v0.10.7
10072023-10-21T04:08:40.736Z Downloaded xattr v1.0.1
10082023-10-21T04:08:40.759Z Downloaded hyper-rustls v0.24.1
10092023-10-21T04:08:40.831Z Downloaded ff v0.13.0
10102023-10-21T04:08:40.838Z Downloaded usdt-attr-macro v0.3.5
10112023-10-21T04:08:40.843Z Downloaded semver v1.0.18
10122023-10-21T04:08:40.854Z Downloaded generic-array v0.14.7
10132023-10-21T04:08:40.870Z Downloaded elliptic-curve v0.13.5
10142023-10-21T04:08:40.883Z Downloaded digest v0.10.7
10152023-10-21T04:08:40.889Z Downloaded rand_chacha v0.3.1
10162023-10-21T04:08:40.892Z Downloaded base64 v0.21.4
10172023-10-21T04:08:40.923Z Downloaded http v0.2.9
10182023-10-21T04:08:40.965Z Downloaded tar v0.4.40
10192023-10-21T04:08:40.971Z Downloaded structopt v0.3.26
10202023-10-21T04:08:40.976Z Downloaded slog-dtrace v0.2.3
10212023-10-21T04:08:40.979Z Downloaded half v1.8.2
10222023-10-21T04:08:40.984Z Downloaded wyz v0.5.1
10232023-10-21T04:08:40.990Z Downloaded unicode-width v0.1.10
10242023-10-21T04:08:40.994Z Downloaded unsafe-libyaml v0.2.9
10252023-10-21T04:08:40.999Z Downloaded tower-service v0.3.2
10262023-10-21T04:08:41.010Z Downloaded rand_chacha v0.2.2
10272023-10-21T04:08:41.016Z Downloaded heck v0.3.3
10282023-10-21T04:08:41.021Z Downloaded zeroize v1.6.0
10292023-10-21T04:08:41.026Z Downloaded rand_core v0.5.1
10302023-10-21T04:08:41.030Z Downloaded hash32 v0.2.1
10312023-10-21T04:08:41.035Z Downloaded futures-task v0.3.28
10322023-10-21T04:08:41.038Z Downloaded signature v2.1.0
10332023-10-21T04:08:41.041Z Downloaded slog v2.7.0
10342023-10-21T04:08:41.046Z Downloaded inout v0.1.3
10352023-10-21T04:08:41.049Z Downloaded tempfile v3.8.0
10362023-10-21T04:08:41.053Z Downloaded spin v0.9.8
10372023-10-21T04:08:41.058Z Downloaded bytes v1.5.0
10382023-10-21T04:08:41.063Z Downloaded ipnet v2.8.0
10392023-10-21T04:08:41.067Z Downloaded rustc_version v0.4.0
10402023-10-21T04:08:41.072Z Downloaded backtrace v0.3.69
10412023-10-21T04:08:41.080Z Downloaded heck v0.4.1
10422023-10-21T04:08:41.083Z Downloaded version_check v0.9.4
10432023-10-21T04:08:41.088Z Downloaded structopt-derive v0.4.18
10442023-10-21T04:08:41.097Z Downloaded static_assertions v1.1.0
10452023-10-21T04:08:41.101Z Downloaded smf v0.2.2
10462023-10-21T04:08:41.104Z Downloaded base64 v0.13.1
10472023-10-21T04:08:41.108Z Downloaded hex-literal v0.4.1
10482023-10-21T04:08:41.113Z Downloaded toml_edit v0.19.15
10492023-10-21T04:08:41.121Z Downloaded allocator-api2 v0.2.16
10502023-10-21T04:08:41.533Z Downloaded arc-swap v1.6.0
10512023-10-21T04:08:41.536Z Downloaded hashlink v0.8.3
10522023-10-21T04:08:41.541Z Downloaded futures-channel v0.3.28
10532023-10-21T04:08:41.544Z Downloaded erased-serde v0.3.30
10542023-10-21T04:08:41.548Z Downloaded zeroize_derive v1.4.2
10552023-10-21T04:08:41.551Z Downloaded utf-8 v0.7.6
10562023-10-21T04:08:41.554Z Downloaded postgres-types v0.2.6
10572023-10-21T04:08:41.559Z Downloaded clap v4.4.3
10582023-10-21T04:08:41.563Z Downloaded tap v1.0.1
10592023-10-21T04:08:41.566Z Downloaded string_cache v0.8.7
10602023-10-21T04:08:41.570Z Downloaded iana-time-zone v0.1.57
10612023-10-21T04:08:41.575Z Downloaded hyper-staticfile v0.9.5
10622023-10-21T04:08:41.578Z Downloaded darling v0.20.3
10632023-10-21T04:08:41.581Z Downloaded either v1.9.0
10642023-10-21T04:08:41.588Z Downloaded yasna v0.5.2
10652023-10-21T04:08:41.591Z Downloaded tungstenite v0.18.0
10662023-10-21T04:08:41.595Z Downloaded tracing-core v0.1.31
10672023-10-21T04:08:41.598Z Downloaded io-lifetimes v1.0.11
10682023-10-21T04:08:41.601Z Downloaded headers-core v0.2.0
10692023-10-21T04:08:41.604Z Downloaded futures-macro v0.3.28
10702023-10-21T04:08:41.607Z Downloaded futures-executor v0.3.28
10712023-10-21T04:08:41.612Z Downloaded funty v2.0.0
10722023-10-21T04:08:41.616Z Downloaded pest_derive v2.7.2
10732023-10-21T04:08:41.619Z Downloaded anyhow v1.0.75
10742023-10-21T04:08:41.623Z Downloaded hostname v0.3.1
10752023-10-21T04:08:41.627Z Downloaded dof v0.1.5
10762023-10-21T04:08:41.631Z Downloaded zerocopy v0.3.0
10772023-10-21T04:08:41.635Z Downloaded tokio-tungstenite v0.18.0
10782023-10-21T04:08:41.638Z Downloaded clap_derive v4.4.2
10792023-10-21T04:08:41.641Z Downloaded itoa v1.0.9
10802023-10-21T04:08:41.645Z Downloaded dirs-sys-next v0.1.2
10812023-10-21T04:08:41.648Z Downloaded waitgroup v0.1.2
10822023-10-21T04:08:41.651Z Downloaded const-oid v0.9.5
10832023-10-21T04:08:41.655Z Downloaded bit-vec v0.6.3
10842023-10-21T04:08:41.660Z Downloaded bitflags v2.4.0
10852023-10-21T04:08:41.663Z Downloaded backoff v0.4.0
10862023-10-21T04:08:41.666Z Downloaded hubpack_derive v0.1.1
10872023-10-21T04:08:41.670Z Downloaded hubpack v0.1.2
10882023-10-21T04:08:41.674Z Downloaded camino-tempfile v1.0.2
10892023-10-21T04:08:41.678Z Downloaded bincode v1.3.3
10902023-10-21T04:08:41.683Z Downloaded is-terminal v0.4.9
10912023-10-21T04:08:41.686Z Downloaded equivalent v1.0.1
10922023-10-21T04:08:41.691Z Downloaded zone v0.2.0
10932023-10-21T04:08:41.698Z Downloaded unicode-ident v1.0.12
10942023-10-21T04:08:41.704Z Downloaded predicates v3.0.4
10952023-10-21T04:08:41.712Z Downloaded openssl-macros v0.1.1
10962023-10-21T04:08:41.716Z Downloaded cc v1.0.83
10972023-10-21T04:08:41.720Z Downloaded ident_case v1.0.1
10982023-10-21T04:08:41.724Z Downloaded http-range v0.1.5
10992023-10-21T04:08:41.731Z Downloaded unicode-bidi v0.3.13
11002023-10-21T04:08:41.735Z Downloaded tokio-tungstenite v0.20.1
11012023-10-21T04:08:41.739Z Downloaded ppv-lite86 v0.2.17
11022023-10-21T04:08:41.744Z Downloaded hmac v0.12.1
11032023-10-21T04:08:41.750Z Downloaded tracing-attributes v0.1.26
11042023-10-21T04:08:41.753Z Downloaded block-padding v0.3.3
11052023-10-21T04:08:41.757Z Downloaded pbkdf2 v0.12.2
11062023-10-21T04:08:41.761Z Downloaded ascii v1.1.0
11072023-10-21T04:08:41.765Z Downloaded argon2 v0.5.2
11082023-10-21T04:08:41.770Z Downloaded instant v0.1.12
11092023-10-21T04:08:41.776Z Downloaded humantime v2.1.0
11102023-10-21T04:08:41.783Z Downloaded httparse v1.8.0
11112023-10-21T04:08:41.786Z Downloaded whoami v1.4.1
11122023-10-21T04:08:41.789Z Downloaded unicase v2.7.0
11132023-10-21T04:08:41.793Z Downloaded convert_case v0.4.0
11142023-10-21T04:08:41.797Z Downloaded fallible-iterator v0.2.0
11152023-10-21T04:08:41.800Z Downloaded usdt-macro v0.3.5
11162023-10-21T04:08:41.810Z Downloaded thread_local v1.1.7
11172023-10-21T04:08:42.221Z Downloaded take_mut v0.2.2
11182023-10-21T04:08:42.226Z Downloaded proc-macro-error-attr v1.0.4
11192023-10-21T04:08:42.229Z Downloaded pretty-hex v0.2.1
11202023-10-21T04:08:42.233Z Downloaded curve25519-dalek-derive v0.1.0
11212023-10-21T04:08:42.236Z Downloaded crucible-workspace-hack v0.1.0
11222023-10-21T04:08:42.247Z Downloaded termcolor v1.2.0
11232023-10-21T04:08:42.666Z Downloaded synstructure v0.12.6
11242023-10-21T04:08:42.672Z Downloaded proc-macro2 v1.0.67
11252023-10-21T04:08:42.683Z Downloaded num_enum v0.5.11
11262023-10-21T04:08:42.691Z Downloaded cpufeatures v0.2.9
11272023-10-21T04:08:42.700Z Downloaded colored v2.0.4
11282023-10-21T04:08:42.712Z Downloaded cipher v0.4.4
11292023-10-21T04:08:42.720Z Downloaded poly1305 v0.8.0
11302023-10-21T04:08:42.734Z Downloaded num-complex v0.4.4
11312023-10-21T04:08:42.747Z Downloaded usdt v0.3.5
11322023-10-21T04:08:42.759Z Downloaded httpdate v1.0.3
11332023-10-21T04:08:42.766Z Downloaded num v0.4.1
11342023-10-21T04:08:42.773Z Downloaded clap_lex v0.5.1
11352023-10-21T04:08:42.787Z Downloaded ciborium-ll v0.2.1
11362023-10-21T04:08:42.802Z Downloaded try-lock v0.2.4
11372023-10-21T04:08:42.810Z Downloaded toml_datetime v0.6.3
11382023-10-21T04:08:42.820Z Downloaded bit_field v0.10.2
11392023-10-21T04:08:42.832Z Downloaded home v0.5.5
11402023-10-21T04:08:42.842Z Downloaded futures-sink v0.3.28
11412023-10-21T04:08:42.853Z Downloaded foreign-types v0.5.0
11422023-10-21T04:08:42.859Z Downloaded foreign-types v0.3.2
11432023-10-21T04:08:42.957Z Downloaded quote v1.0.33
11442023-10-21T04:08:42.961Z Downloaded native-tls v0.2.11
11452023-10-21T04:08:42.964Z Downloaded diesel_derives v2.1.1
11462023-10-21T04:08:42.968Z Downloaded anstream v0.5.0
11472023-10-21T04:08:42.971Z Downloaded precomputed-hash v0.1.1
11482023-10-21T04:08:42.975Z Downloaded num-traits v0.2.16
11492023-10-21T04:08:42.979Z Downloaded der v0.7.8
11502023-10-21T04:08:42.982Z Downloaded cancel-safe-futures v0.1.2
11512023-10-21T04:08:42.989Z Downloaded terminal_size v0.2.6
11522023-10-21T04:08:42.994Z Downloaded r2d2 v0.8.10
11532023-10-21T04:08:42.999Z Downloaded proc-macro-error v1.0.4
11542023-10-21T04:08:43.004Z Downloaded pkcs8 v0.10.2
11552023-10-21T04:08:43.007Z Downloaded pin-project-lite v0.2.13
11562023-10-21T04:08:43.010Z Downloaded pest_meta v2.7.2
11572023-10-21T04:08:43.013Z Downloaded openssl-sys v0.9.93
11582023-10-21T04:08:43.017Z Downloaded proc-macro-crate v1.3.1
11592023-10-21T04:08:43.022Z Downloaded postcard-cobs v0.1.5-pre
11602023-10-21T04:08:43.026Z Downloaded bitstruct v0.1.1
11612023-10-21T04:08:43.030Z Downloaded postcard v0.7.3
11622023-10-21T04:08:43.034Z Downloaded polyval v0.6.1
11632023-10-21T04:08:43.039Z Downloaded platforms v3.0.2
11642023-10-21T04:08:43.045Z Downloaded pkg-config v0.3.27
11652023-10-21T04:08:43.050Z Downloaded phf_shared v0.11.2
11662023-10-21T04:08:43.055Z Downloaded phf v0.11.2
11672023-10-21T04:08:43.069Z Downloaded percent-encoding v2.3.0
11682023-10-21T04:08:43.074Z Downloaded darling_macro v0.20.3
11692023-10-21T04:08:43.077Z Downloaded pin-utils v0.1.0
11702023-10-21T04:08:43.081Z Downloaded crossbeam-channel v0.5.8
11712023-10-21T04:08:43.084Z Downloaded quick-error v1.2.3
11722023-10-21T04:08:43.091Z Downloaded pretty-hex v0.3.0
11732023-10-21T04:08:43.095Z Downloaded crypto-bigint v0.5.2
11742023-10-21T04:08:43.099Z Downloaded atomic-waker v1.1.1
11752023-10-21T04:08:43.102Z Downloaded anstyle-parse v0.2.1
11762023-10-21T04:08:43.106Z Downloaded predicates-core v1.0.6
11772023-10-21T04:08:43.109Z Downloaded normalize-line-endings v0.3.0
11782023-10-21T04:08:43.112Z Downloaded num-rational v0.4.1
11792023-10-21T04:08:43.115Z Downloaded colorchoice v1.0.0
11802023-10-21T04:08:43.119Z Downloaded bitstruct_derive v0.1.0
11812023-10-21T04:08:43.124Z Downloaded phf_shared v0.10.0
11822023-10-21T04:08:43.129Z Downloaded parking_lot_core v0.9.8
11832023-10-21T04:08:43.135Z Downloaded atomicwrites v0.4.2
11842023-10-21T04:08:43.145Z Downloaded ansi_term v0.12.1
11852023-10-21T04:08:43.553Z Downloaded chacha20poly1305 v0.10.1
11862023-10-21T04:08:43.556Z Downloaded debug-ignore v1.0.5
11872023-10-21T04:08:43.559Z Downloaded data-encoding v2.4.0
11882023-10-21T04:08:43.564Z Downloaded parking_lot_core v0.8.6
11892023-10-21T04:08:43.579Z Downloaded async-recursion v1.0.5
11902023-10-21T04:08:43.596Z Downloaded anstyle-query v1.0.0
11912023-10-21T04:08:43.617Z Downloaded ctr v0.9.2
11922023-10-21T04:08:43.628Z Downloaded pbkdf2 v0.11.0
11932023-10-21T04:08:43.634Z Downloaded async-stream-impl v0.3.5
11942023-10-21T04:08:43.641Z Downloaded anstyle v1.0.2
11952023-10-21T04:08:43.649Z Downloaded nibble_vec v0.1.0
11962023-10-21T04:08:43.654Z Downloaded log v0.4.20
11972023-10-21T04:08:43.659Z Downloaded cstr-argument v0.1.2
11982023-10-21T04:08:43.664Z Downloaded openssl-probe v0.1.5
11992023-10-21T04:08:43.668Z Downloaded opaque-debug v0.3.0
12002023-10-21T04:08:43.672Z Downloaded num-iter v0.1.43
12012023-10-21T04:08:43.675Z Downloaded memoffset v0.7.1
12022023-10-21T04:08:43.678Z Downloaded crc32fast v1.3.2
12032023-10-21T04:08:43.681Z Downloaded num_enum_derive v0.7.0
12042023-10-21T04:08:43.685Z Downloaded num_enum_derive v0.5.11
12052023-10-21T04:08:43.688Z Downloaded num-derive v0.4.0
12062023-10-21T04:08:43.692Z Downloaded new_debug_unreachable v1.0.4
12072023-10-21T04:08:43.696Z Downloaded lock_api v0.4.10
12082023-10-21T04:08:43.700Z Downloaded crypto-common v0.1.6
12092023-10-21T04:08:43.703Z Downloaded crossbeam-utils v0.8.16
12102023-10-21T04:08:43.707Z Downloaded console v0.15.7
12112023-10-21T04:08:43.715Z Downloaded chacha20 v0.9.1
12122023-10-21T04:08:43.718Z Downloaded addr2line v0.21.0
12132023-10-21T04:08:43.721Z Downloaded mime_guess v2.0.4
12142023-10-21T04:08:43.726Z Downloaded md-5 v0.10.5
12152023-10-21T04:08:43.728Z Downloaded libefi-sys v0.1.0
12162023-10-21T04:08:43.734Z Downloaded const_format_proc_macros v0.2.31
12172023-10-21T04:08:43.738Z Downloaded blowfish v0.9.1
12182023-10-21T04:08:43.742Z Downloaded mime v0.3.17
12192023-10-21T04:08:43.745Z Downloaded memoffset v0.9.0
12202023-10-21T04:08:43.753Z Downloaded match_cfg v0.1.0
12212023-10-21T04:08:43.758Z Downloaded cfg-if v0.1.10
12222023-10-21T04:08:43.761Z Downloaded md5 v0.7.0
12232023-10-21T04:08:43.765Z Compiling proc-macro2 v1.0.67
12242023-10-21T04:08:43.772Z Compiling unicode-ident v1.0.12
12252023-10-21T04:08:43.776Z Compiling libc v0.2.149
12262023-10-21T04:08:43.780Z Compiling serde v1.0.188
12272023-10-21T04:08:43.783Z Compiling version_check v0.9.4
12282023-10-21T04:08:43.786Z Compiling autocfg v1.1.0
12292023-10-21T04:08:43.791Z Compiling cfg-if v1.0.0
12302023-10-21T04:08:43.794Z Compiling syn v1.0.109
12312023-10-21T04:08:43.797Z Compiling typenum v1.16.0
12322023-10-21T04:08:43.802Z Compiling once_cell v1.18.0
12332023-10-21T04:08:43.809Z Compiling thiserror v1.0.49
12342023-10-21T04:08:43.831Z Compiling generic-array v0.14.7
12352023-10-21T04:08:43.847Z Compiling lock_api v0.4.10
12362023-10-21T04:08:43.872Z Compiling parking_lot_core v0.9.8
12372023-10-21T04:08:43.875Z Compiling libm v0.2.7
12382023-10-21T04:08:43.878Z Compiling num-traits v0.2.16
12392023-10-21T04:08:43.881Z Compiling itoa v1.0.9
12402023-10-21T04:08:43.884Z Compiling memchr v2.6.3
12412023-10-21T04:08:43.890Z Compiling futures-core v0.3.28
12422023-10-21T04:08:43.895Z Compiling ahash v0.8.3
12432023-10-21T04:08:43.899Z Compiling serde_json v1.0.107
12442023-10-21T04:08:43.915Z Compiling log v0.4.20
12452023-10-21T04:08:43.997Z Compiling slab v0.4.9
12462023-10-21T04:08:44.099Z Compiling quote v1.0.33
12472023-10-21T04:08:44.418Z Compiling futures-task v0.3.28
12482023-10-21T04:08:44.524Z Compiling futures-channel v0.3.28
12492023-10-21T04:08:44.691Z Compiling syn v2.0.32
12502023-10-21T04:08:44.985Z Compiling getrandom v0.2.10
12512023-10-21T04:08:45.295Z Compiling jobserver v0.1.26
12522023-10-21T04:08:45.705Z Compiling futures-util v0.3.28
12532023-10-21T04:08:45.709Z Compiling pkg-config v0.3.27
12542023-10-21T04:08:45.712Z Compiling rand_core v0.6.4
12552023-10-21T04:08:46.013Z Compiling cc v1.0.83
12562023-10-21T04:08:46.432Z Compiling ryu v1.0.15
12572023-10-21T04:08:46.491Z Compiling vcpkg v0.2.15
12582023-10-21T04:08:46.538Z Compiling schemars v0.8.13
12592023-10-21T04:08:46.990Z Compiling allocator-api2 v0.2.16
12602023-10-21T04:08:47.055Z Compiling heck v0.4.1
12612023-10-21T04:08:47.546Z Compiling equivalent v1.0.1
12622023-10-21T04:08:47.704Z Compiling scopeguard v1.2.0
12632023-10-21T04:08:48.451Z Compiling hashbrown v0.14.0
12642023-10-21T04:08:48.662Z Compiling smallvec v1.11.0
12652023-10-21T04:08:49.344Z Compiling byteorder v1.4.3
12662023-10-21T04:08:49.484Z Compiling fnv v1.0.7
12672023-10-21T04:08:49.682Z Compiling httparse v1.8.0
12682023-10-21T04:08:50.168Z Compiling iana-time-zone v0.1.57
12692023-10-21T04:08:50.277Z Compiling pin-project-lite v0.2.13
12702023-10-21T04:08:50.462Z Compiling semver v1.0.18
12712023-10-21T04:08:50.863Z Compiling ring v0.16.20
12722023-10-21T04:08:50.883Z Compiling subtle v2.5.0
12732023-10-21T04:08:51.206Z Compiling parking_lot v0.12.1
12742023-10-21T04:08:51.377Z Compiling indexmap v1.9.3
12752023-10-21T04:08:51.458Z Compiling tinyvec_macros v0.1.1
12762023-10-21T04:08:51.595Z Compiling time-core v0.1.1
12772023-10-21T04:08:51.699Z Compiling dyn-clone v1.0.13
12782023-10-21T04:08:51.814Z Compiling tinyvec v1.6.0
12792023-10-21T04:08:51.859Z Compiling time-macros v0.2.13
12802023-10-21T04:08:51.887Z Compiling openssl-sys v0.9.93
12812023-10-21T04:08:52.021Z Compiling signal-hook-registry v1.4.1
12822023-10-21T04:08:52.971Z Compiling mio v0.8.8
12832023-10-21T04:08:53.244Z Compiling num_cpus v1.16.0
12842023-10-21T04:08:53.403Z Compiling socket2 v0.5.4
12852023-10-21T04:08:53.849Z Compiling unicode-bidi v0.3.13
12862023-10-21T04:08:54.310Z Compiling unicode-normalization v0.1.22
12872023-10-21T04:08:54.965Z Compiling rustls v0.21.7
12882023-10-21T04:08:55.281Z Compiling slog v2.7.0
12892023-10-21T04:08:55.307Z Compiling spin v0.5.2
12902023-10-21T04:08:56.029Z Compiling percent-encoding v2.3.0
12912023-10-21T04:08:56.054Z Compiling ucd-trie v0.1.6
12922023-10-21T04:08:56.057Z Compiling backtrace v0.3.69
12932023-10-21T04:08:56.323Z Compiling async-trait v0.1.73
12942023-10-21T04:08:56.554Z Compiling form_urlencoded v1.2.0
12952023-10-21T04:08:56.699Z Compiling aho-corasick v1.0.4
12962023-10-21T04:08:56.758Z Compiling openssl v0.10.57
12972023-10-21T04:08:56.983Z Compiling serde_derive_internals v0.26.0
12982023-10-21T04:08:57.109Z Compiling regex-syntax v0.7.5
12992023-10-21T04:08:57.162Z Compiling pin-utils v0.1.0
13002023-10-21T04:08:57.308Z Compiling winnow v0.5.15
13012023-10-21T04:08:57.367Z Compiling futures-sink v0.3.28
13022023-10-21T04:08:57.600Z Compiling anyhow v1.0.75
13032023-10-21T04:08:58.437Z Compiling idna v0.4.0
13042023-10-21T04:08:59.570Z Compiling native-tls v0.2.11
13052023-10-21T04:09:00.060Z Compiling url v2.4.1
13062023-10-21T04:09:01.043Z Compiling unicode-xid v0.2.4
13072023-10-21T04:09:02.004Z Compiling futures-io v0.3.28
13082023-10-21T04:09:02.306Z Compiling rustversion v1.0.14
13092023-10-21T04:09:02.505Z Compiling unicode-width v0.1.10
13102023-10-21T04:09:02.751Z Compiling const-oid v0.9.5
13112023-10-21T04:09:03.288Z Compiling regex-automata v0.3.8
13122023-10-21T04:09:03.899Z Compiling hashbrown v0.13.2
13132023-10-21T04:09:05.015Z Compiling synstructure v0.12.6
13142023-10-21T04:09:05.647Z Compiling crossbeam-utils v0.8.16
13152023-10-21T04:09:05.785Z Compiling cpufeatures v0.2.9
13162023-10-21T04:09:05.928Z Compiling tracing-core v0.1.31
13172023-10-21T04:09:05.978Z Compiling ppv-lite86 v0.2.17
13182023-10-21T04:09:06.374Z Compiling adler v1.0.2
13192023-10-21T04:09:06.744Z Compiling miniz_oxide v0.7.1
13202023-10-21T04:09:07.402Z Compiling rustix v0.38.9
13212023-10-21T04:09:07.506Z Compiling rand_chacha v0.3.1
13222023-10-21T04:09:08.507Z Compiling usdt-impl v0.3.5
13232023-10-21T04:09:08.534Z Compiling gimli v0.28.0
13242023-10-21T04:09:09.368Z Compiling bitflags v1.3.2
13252023-10-21T04:09:09.577Z Compiling rand v0.8.5
13262023-10-21T04:09:09.607Z Compiling object v0.32.1
13272023-10-21T04:09:09.772Z Compiling deranged v0.3.8
13282023-10-21T04:09:09.899Z Compiling rustc-demangle v0.1.23
13292023-10-21T04:09:10.655Z Compiling serde_derive v1.0.188
13302023-10-21T04:09:11.408Z Compiling zeroize_derive v1.4.2
13312023-10-21T04:09:11.730Z Compiling thiserror-impl v1.0.49
13322023-10-21T04:09:11.988Z Compiling tokio-macros v2.1.0
13332023-10-21T04:09:13.116Z Compiling futures-macro v0.3.28
13342023-10-21T04:09:13.782Z Compiling tracing-attributes v0.1.26
13352023-10-21T04:09:14.516Z Compiling schemars_derive v0.8.13
13362023-10-21T04:09:16.417Z Compiling zeroize v1.6.0
13372023-10-21T04:09:16.755Z Compiling pest v2.7.2
13382023-10-21T04:09:17.315Z Compiling openssl-macros v0.1.1
13392023-10-21T04:09:19.325Z Compiling crypto-common v0.1.6
13402023-10-21T04:09:19.355Z Compiling regex v1.9.5
13412023-10-21T04:09:19.612Z Compiling block-buffer v0.10.4
13422023-10-21T04:09:20.085Z Compiling digest v0.10.7
13432023-10-21T04:09:24.451Z Compiling zerocopy-derive v0.2.0
13442023-10-21T04:09:24.633Z Compiling pest_meta v2.7.2
13452023-10-21T04:09:24.760Z Compiling tracing v0.1.37
13462023-10-21T04:09:24.849Z Compiling addr2line v0.21.0
13472023-10-21T04:09:24.981Z Compiling num_threads v0.1.6
13482023-10-21T04:09:25.135Z Compiling thread-id v4.2.0
13492023-10-21T04:09:25.237Z Compiling time v0.3.27
13502023-10-21T04:09:25.477Z Compiling base64 v0.21.4
13512023-10-21T04:09:25.638Z Compiling pest_generator v2.7.2
13522023-10-21T04:09:25.727Z Compiling zerocopy v0.3.0
13532023-10-21T04:09:25.770Z Compiling dof v0.1.5
13542023-10-21T04:09:27.973Z Compiling lazy_static v1.4.0
13552023-10-21T04:09:28.653Z Compiling untrusted v0.7.1
13562023-10-21T04:09:28.869Z Compiling pest_derive v2.7.2
13572023-10-21T04:09:29.349Z Compiling strum_macros v0.25.2
13582023-10-21T04:09:30.019Z Compiling dtrace-parser v0.1.14
13592023-10-21T04:09:31.139Z Compiling strsim v0.10.0
13602023-10-21T04:09:32.466Z Compiling regress v0.7.1
13612023-10-21T04:09:32.544Z Compiling socket2 v0.4.9
13622023-10-21T04:09:33.809Z Compiling hashbrown v0.12.3
13632023-10-21T04:09:34.043Z Compiling sct v0.7.0
13642023-10-21T04:09:34.419Z Compiling rustls-webpki v0.101.4
13652023-10-21T04:09:34.533Z Compiling bytes v1.5.0
13662023-10-21T04:09:35.635Z Compiling indexmap v2.0.0
13672023-10-21T04:09:35.715Z Compiling chrono v0.4.31
13682023-10-21T04:09:35.742Z Compiling uuid v1.4.1
13692023-10-21T04:09:36.129Z Compiling http v0.2.9
13702023-10-21T04:09:36.749Z Compiling tokio v1.32.0
13712023-10-21T04:09:37.702Z Compiling serde_spanned v0.6.3
13722023-10-21T04:09:38.021Z Compiling toml_datetime v0.6.3
13732023-10-21T04:09:38.078Z Compiling bitflags v2.4.0
13742023-10-21T04:09:38.210Z Compiling rustc_version v0.4.0
13752023-10-21T04:09:38.776Z Compiling toml_edit v0.19.15
13762023-10-21T04:09:38.795Z Compiling openapiv3 v1.0.3
13772023-10-21T04:09:41.375Z Compiling serde_tokenstream v0.1.7
13782023-10-21T04:09:42.188Z Compiling serde_tokenstream v0.2.0
13792023-10-21T04:09:42.752Z Compiling try-lock v0.2.4
13802023-10-21T04:09:42.965Z Compiling httpdate v1.0.3
13812023-10-21T04:09:43.016Z Compiling want v0.3.1
13822023-10-21T04:09:43.463Z Compiling http-body v0.4.5
13832023-10-21T04:09:43.690Z Compiling usdt-macro v0.3.5
13842023-10-21T04:09:43.714Z Compiling usdt-attr-macro v0.3.5
13852023-10-21T04:09:43.783Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13862023-10-21T04:09:45.974Z Compiling rustls-pemfile v1.0.3
13872023-10-21T04:09:46.521Z Compiling mime v0.3.17
13882023-10-21T04:09:46.976Z Compiling foreign-types-shared v0.1.1
13892023-10-21T04:09:47.139Z Compiling tower-service v0.3.2
13902023-10-21T04:09:47.219Z Compiling openssl-probe v0.1.5
13912023-10-21T04:09:47.322Z Compiling foreign-types v0.3.2
13922023-10-21T04:09:47.468Z Compiling errno v0.3.2
13932023-10-21T04:09:47.519Z Compiling ipnet v2.8.0
13942023-10-21T04:09:47.799Z Compiling getopts v0.2.21
13952023-10-21T04:09:49.543Z Compiling encoding_rs v0.8.33
13962023-10-21T04:09:49.728Z Compiling unsafe-libyaml v0.2.9
13972023-10-21T04:09:49.753Z Compiling rustls-native-certs v0.6.3
13982023-10-21T04:09:50.465Z Compiling tokio-util v0.7.9
13992023-10-21T04:09:53.004Z Compiling h2 v0.3.21
14002023-10-21T04:09:53.069Z Compiling tokio-rustls v0.24.1
14012023-10-21T04:09:53.091Z Compiling serde_yaml v0.9.25
14022023-10-21T04:09:53.715Z Compiling serde_urlencoded v0.7.1
14032023-10-21T04:09:55.071Z Compiling webpki-roots v0.25.2
14042023-10-21T04:09:59.358Z Compiling hmac v0.12.1
14052023-10-21T04:09:59.512Z Compiling num-integer v0.1.45
14062023-10-21T04:10:00.113Z Compiling sha2 v0.10.7
14072023-10-21T04:10:00.832Z Compiling tokio-native-tls v0.3.1
14082023-10-21T04:10:00.941Z Compiling block-padding v0.3.3
14092023-10-21T04:10:01.354Z Compiling inout v0.1.3
14102023-10-21T04:10:01.589Z Compiling futures-executor v0.3.28
14112023-10-21T04:10:01.771Z Compiling cipher v0.4.4
14122023-10-21T04:10:02.524Z Compiling toml v0.7.8
14132023-10-21T04:10:02.587Z Compiling crc32fast v1.3.2
14142023-10-21T04:10:03.342Z Compiling fallible-iterator v0.2.0
14152023-10-21T04:10:03.517Z Compiling futures v0.3.28
14162023-10-21T04:10:03.693Z Compiling ipnetwork v0.20.0
14172023-10-21T04:10:03.741Z Compiling spin v0.9.8
14182023-10-21T04:10:04.369Z Compiling siphasher v0.3.11
14192023-10-21T04:10:04.533Z Compiling usdt v0.3.5
14202023-10-21T04:10:05.469Z Compiling hyper v0.14.27
14212023-10-21T04:10:05.492Z Compiling md-5 v0.10.5
14222023-10-21T04:10:05.843Z Compiling stringprep v0.1.3
14232023-10-21T04:10:06.983Z Compiling io-lifetimes v1.0.11
14242023-10-21T04:10:07.117Z Compiling postgres-protocol v0.6.6
14252023-10-21T04:10:07.648Z Compiling phf_shared v0.11.2
14262023-10-21T04:10:07.680Z Compiling hex v0.4.3
14272023-10-21T04:10:08.139Z Compiling enum-as-inner v0.5.1
14282023-10-21T04:10:08.676Z Compiling slog-async v2.8.0
14292023-10-21T04:10:08.735Z Compiling postgres-types v0.2.6
14302023-10-21T04:10:09.370Z Compiling phf v0.11.2
14312023-10-21T04:10:09.399Z Compiling num-bigint v0.4.4
14322023-10-21T04:10:09.712Z Compiling rustix v0.37.23
14332023-10-21T04:10:09.824Z Compiling whoami v1.4.1
14342023-10-21T04:10:10.632Z Compiling data-encoding v2.4.0
14352023-10-21T04:10:11.005Z Compiling tokio-postgres v0.7.10
14362023-10-21T04:10:11.661Z Compiling zerocopy-derive v0.6.4
14372023-10-21T04:10:11.837Z Compiling static_assertions v1.1.0
14382023-10-21T04:10:15.175Z Compiling ident_case v1.0.1
14392023-10-21T04:10:15.554Z Compiling either v1.9.0
14402023-10-21T04:10:15.612Z Compiling darling_core v0.20.3
14412023-10-21T04:10:15.884Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14422023-10-21T04:10:16.204Z Compiling camino v1.1.6
14432023-10-21T04:10:17.046Z Compiling hyper-tls v0.5.0
14442023-10-21T04:10:17.102Z Compiling hyper-rustls v0.24.1
14452023-10-21T04:10:17.464Z Compiling flate2 v1.0.27
14462023-10-21T04:10:17.582Z Compiling heapless v0.7.16
14472023-10-21T04:10:18.169Z Compiling reqwest v0.11.20
14482023-10-21T04:10:18.340Z Compiling bzip2-sys v0.1.11+1.0.8
14492023-10-21T04:10:18.987Z Compiling memoffset v0.9.0
14502023-10-21T04:10:19.113Z Compiling unicode-segmentation v1.10.1
14512023-10-21T04:10:20.200Z Compiling matches v0.1.10
14522023-10-21T04:10:20.345Z Compiling managed v0.8.0
14532023-10-21T04:10:20.655Z Compiling radium v0.7.0
14542023-10-21T04:10:20.729Z Compiling idna v0.2.3
14552023-10-21T04:10:21.506Z Compiling itertools v0.11.0
14562023-10-21T04:10:23.384Z Compiling multer v2.1.0
14572023-10-21T04:10:23.564Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14582023-10-21T04:10:23.753Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14592023-10-21T04:10:23.787Z Compiling trust-dns-proto v0.22.0
14602023-10-21T04:10:24.226Z Compiling async-stream-impl v0.3.5
14612023-10-21T04:10:25.044Z Compiling darling_macro v0.20.3
14622023-10-21T04:10:26.365Z Compiling crossbeam-epoch v0.9.15
14632023-10-21T04:10:26.589Z Compiling darling v0.20.3
14642023-10-21T04:10:26.648Z Compiling num-iter v0.1.43
14652023-10-21T04:10:26.745Z Compiling serde_with_macros v2.3.3
14662023-10-21T04:10:26.989Z Compiling paste v1.0.14
14672023-10-21T04:10:27.045Z Compiling smoltcp v0.9.1
14682023-10-21T04:10:27.649Z Compiling bit-vec v0.6.3
14692023-10-21T04:10:27.978Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14702023-10-21T04:10:28.397Z Compiling utf8parse v0.2.1
14712023-10-21T04:10:28.651Z Compiling anstyle v1.0.2
14722023-10-21T04:10:29.132Z Compiling anstyle-parse v0.2.1
14732023-10-21T04:10:30.724Z Compiling zerocopy v0.6.4
14742023-10-21T04:10:31.299Z Compiling signature v2.1.0
14752023-10-21T04:10:31.678Z Compiling hubpack_derive v0.1.1
14762023-10-21T04:10:32.143Z Compiling clap_derive v4.4.2
14772023-10-21T04:10:32.243Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14782023-10-21T04:10:32.668Z Compiling colorchoice v1.0.0
14792023-10-21T04:10:32.922Z Compiling anstyle-query v1.0.0
14802023-10-21T04:10:33.115Z Compiling anstream v0.5.0
14812023-10-21T04:10:34.277Z Compiling yasna v0.5.2
14822023-10-21T04:10:34.701Z Compiling terminal_size v0.2.6
14832023-10-21T04:10:37.518Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14842023-10-21T04:10:37.723Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14852023-10-21T04:10:37.920Z Compiling structmeta-derive v0.1.6
14862023-10-21T04:10:38.746Z Compiling diesel_table_macro_syntax v0.1.0
14872023-10-21T04:10:38.834Z Compiling hash32 v0.2.1
14882023-10-21T04:10:39.340Z Compiling stable_deref_trait v1.2.0
14892023-10-21T04:10:39.496Z Compiling tap v1.0.1
14902023-10-21T04:10:39.594Z Compiling clap_lex v0.5.1
14912023-10-21T04:10:39.780Z Compiling wyz v0.5.1
14922023-10-21T04:10:40.199Z Compiling clap_builder v4.4.2
14932023-10-21T04:10:40.503Z Compiling diesel_derives v2.1.1
14942023-10-21T04:10:41.872Z Compiling tokio-stream v0.1.14
14952023-10-21T04:10:42.364Z Compiling structmeta v0.1.6
14962023-10-21T04:10:43.006Z Compiling serde_repr v0.1.16
14972023-10-21T04:10:43.279Z Compiling scheduled-thread-pool v0.2.7
14982023-10-21T04:10:43.453Z Compiling funty v2.0.0
14992023-10-21T04:10:44.170Z Compiling regex-automata v0.1.10
15002023-10-21T04:10:44.256Z Compiling regex-syntax v0.6.29
15012023-10-21T04:10:44.981Z Compiling bstr v0.2.17
15022023-10-21T04:10:49.085Z Compiling bitvec v1.0.1
15032023-10-21T04:10:49.255Z Compiling r2d2 v0.8.10
15042023-10-21T04:10:49.470Z Compiling clap v4.4.3
15052023-10-21T04:10:49.756Z Compiling hubpack v0.1.2
15062023-10-21T04:10:49.959Z Compiling itertools v0.10.5
15072023-10-21T04:10:50.083Z Compiling phf_shared v0.10.0
15082023-10-21T04:10:51.039Z Compiling float-cmp v0.9.0
15092023-10-21T04:10:51.403Z Compiling fixedbitset v0.4.2
15102023-10-21T04:10:52.170Z Compiling predicates-core v1.0.6
15112023-10-21T04:10:52.819Z Compiling precomputed-hash v0.1.1
15122023-10-21T04:10:52.911Z Compiling new_debug_unreachable v1.0.4
15132023-10-21T04:10:53.051Z Compiling unicode-linebreak v0.1.5
15142023-10-21T04:10:53.288Z Compiling smawk v0.3.1
15152023-10-21T04:10:53.605Z Compiling difflib v0.4.0
15162023-10-21T04:10:53.820Z Compiling normalize-line-endings v0.3.0
15172023-10-21T04:10:53.917Z Compiling textwrap v0.16.0
15182023-10-21T04:10:53.985Z Compiling parse-display-derive v0.7.0
15192023-10-21T04:10:54.418Z Compiling string_cache v0.8.7
15202023-10-21T04:10:54.428Z Compiling petgraph v0.6.4
15212023-10-21T04:10:55.216Z Compiling predicates v3.0.4
15222023-10-21T04:10:56.558Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15232023-10-21T04:10:57.716Z Compiling similar v2.2.1
15242023-10-21T04:10:57.786Z Compiling bit-set v0.5.3
15252023-10-21T04:10:58.642Z Compiling console v0.15.7
15262023-10-21T04:11:00.430Z Compiling bstr v1.6.0
15272023-10-21T04:11:00.473Z Compiling lalrpop-util v0.19.12
15282023-10-21T04:11:05.247Z Compiling diesel v2.1.1
15292023-10-21T04:11:11.505Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15302023-10-21T04:11:12.116Z Compiling proc-macro-crate v1.3.1
15312023-10-21T04:11:13.515Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15322023-10-21T04:11:22.780Z Compiling crucible-workspace-hack v0.1.0
15332023-10-21T04:11:43.090Z Compiling atty v0.2.14
15342023-10-21T04:11:46.509Z Compiling sha1 v0.10.5
15352023-10-21T04:11:47.196Z Compiling match_cfg v0.1.0
15362023-10-21T04:11:47.340Z Compiling hostname v0.3.1
15372023-10-21T04:11:53.073Z Compiling dirs-sys-next v0.1.2
15382023-10-21T04:11:53.710Z Compiling dirs-next v2.0.0
15392023-10-21T04:11:58.109Z Compiling thread_local v1.1.7
15402023-10-21T04:12:00.690Z Compiling term v0.7.0
15412023-10-21T04:12:01.307Z Compiling crossbeam-channel v0.5.8
15422023-10-21T04:12:03.311Z Compiling take_mut v0.2.2
15432023-10-21T04:12:03.395Z Compiling slog-term v2.9.0
15442023-10-21T04:12:04.983Z Compiling slog-json v2.6.1
15452023-10-21T04:12:05.553Z Compiling instant v0.1.12
15462023-10-21T04:12:05.775Z Compiling slog-bunyan v2.4.0
15472023-10-21T04:12:06.851Z Compiling strum v0.25.0
15482023-10-21T04:12:07.609Z Compiling atomic-waker v1.1.1
15492023-10-21T04:12:07.871Z Compiling waitgroup v0.1.2
15502023-10-21T04:12:07.898Z Compiling num_enum_derive v0.5.11
15512023-10-21T04:12:08.213Z Compiling serde_with v2.3.3
15522023-10-21T04:12:08.283Z Compiling async-stream v0.3.5
15532023-10-21T04:12:10.388Z Compiling serde_path_to_error v0.1.14
15542023-10-21T04:12:10.527Z Compiling libz-sys v1.1.12
15552023-10-21T04:12:10.843Z Compiling debug-ignore v1.0.5
15562023-10-21T04:12:11.068Z Compiling fastrand v2.0.0
15572023-10-21T04:12:11.778Z Compiling tempfile v3.8.0
15582023-10-21T04:12:13.438Z Compiling proc-macro-error-attr v1.0.4
15592023-10-21T04:12:13.681Z Compiling slog-dtrace v0.2.3
15602023-10-21T04:12:15.422Z Compiling backoff v0.4.0
15612023-10-21T04:12:15.455Z Compiling parse-display v0.7.0
15622023-10-21T04:12:16.110Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15632023-10-21T04:12:16.992Z Compiling macaddr v1.0.1
15642023-10-21T04:12:17.409Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15652023-10-21T04:12:17.620Z Compiling libgit2-sys v0.15.2+1.6.4
15662023-10-21T04:12:17.779Z Compiling proc-macro-error v1.0.4
15672023-10-21T04:12:18.416Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15682023-10-21T04:12:20.394Z Compiling libsqlite3-sys v0.26.0
15692023-10-21T04:12:20.622Z Compiling memoffset v0.7.1
15702023-10-21T04:12:21.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15712023-10-21T04:12:23.757Z Compiling foreign-types-macros v0.2.3
15722023-10-21T04:12:24.173Z Compiling vergen v8.2.4
15732023-10-21T04:12:25.231Z Compiling base64ct v1.6.0
15742023-10-21T04:12:28.059Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-10-21T04:12:28.226Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15762023-10-21T04:12:33.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15772023-10-21T04:12:34.334Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15782023-10-21T04:12:35.298Z Compiling platforms v3.0.2
15792023-10-21T04:12:35.653Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15802023-10-21T04:12:35.709Z Compiling num_enum_derive v0.7.0
15812023-10-21T04:12:35.951Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15822023-10-21T04:12:36.086Z Compiling password-hash v0.5.0
15832023-10-21T04:12:36.797Z Compiling curve25519-dalek v4.1.0
15842023-10-21T04:12:37.361Z Compiling heck v0.3.3
15852023-10-21T04:12:37.399Z Compiling blake2 v0.10.6
15862023-10-21T04:12:37.435Z Compiling libefi-sys v0.1.0
15872023-10-21T04:12:37.902Z Compiling zone_cfg_derive v0.2.0
15882023-10-21T04:12:37.927Z Compiling structopt-derive v0.4.18
15892023-10-21T04:12:38.127Z Compiling argon2 v0.5.2
15902023-10-21T04:12:39.651Z Compiling num-derive v0.4.0
15912023-10-21T04:12:39.943Z Compiling curve25519-dalek-derive v0.1.0
15922023-10-21T04:12:40.163Z Compiling same-file v1.0.6
15932023-10-21T04:12:40.518Z Compiling walkdir v2.4.0
15942023-10-21T04:12:41.200Z Compiling toml v0.5.11
15952023-10-21T04:12:41.715Z Compiling semver-parser v0.10.2
15962023-10-21T04:12:42.229Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15972023-10-21T04:12:42.531Z Compiling xattr v1.0.1
15982023-10-21T04:12:42.763Z Compiling filetime v0.2.22
15992023-10-21T04:12:42.949Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16002023-10-21T04:12:43.278Z Compiling erased-serde v0.3.30
16012023-10-21T04:12:43.380Z Compiling getrandom v0.1.16
16022023-10-21T04:12:43.658Z Compiling tar v0.4.40
16032023-10-21T04:12:43.850Z Compiling semver v0.11.0
16042023-10-21T04:12:44.045Z Compiling universal-hash v0.5.1
16052023-10-21T04:12:44.220Z Compiling bitstruct_derive v0.1.0
16062023-10-21T04:12:44.368Z Compiling async-recursion v1.0.5
16072023-10-21T04:12:44.975Z Compiling home v0.5.5
16082023-10-21T04:12:45.117Z Compiling opaque-debug v0.3.0
16092023-10-21T04:12:45.259Z Compiling toolchain_find v0.2.0
16102023-10-21T04:12:45.660Z Compiling num-rational v0.4.1
16112023-10-21T04:12:45.957Z Compiling unicase v2.7.0
16122023-10-21T04:12:46.092Z Compiling parking_lot_core v0.8.6
16132023-10-21T04:12:46.257Z Compiling rustfmt-wrapper v0.2.0
16142023-10-21T04:12:46.265Z Compiling omicron-zone-package v0.8.3
16152023-10-21T04:12:46.719Z Compiling num_enum v0.5.11
16162023-10-21T04:12:46.843Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16172023-10-21T04:12:46.968Z Compiling aead v0.5.2
16182023-10-21T04:12:47.448Z Compiling winapi v0.3.9
16192023-10-21T04:12:47.496Z Compiling postcard-cobs v0.1.5-pre
16202023-10-21T04:12:47.560Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16212023-10-21T04:12:47.942Z Compiling postcard v0.7.3
16222023-10-21T04:12:48.026Z Compiling polyval v0.6.1
16232023-10-21T04:12:48.209Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16242023-10-21T04:12:48.771Z Compiling smoltcp v0.8.2
16252023-10-21T04:12:48.881Z Compiling aes v0.8.3
16262023-10-21T04:12:48.902Z Compiling ctr v0.9.2
16272023-10-21T04:12:49.384Z Compiling thiserror-impl-no-std v2.0.2
16282023-10-21T04:12:49.635Z Compiling cfg-if v0.1.10
16292023-10-21T04:12:49.787Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16302023-10-21T04:12:49.856Z Compiling foreign-types-shared v0.3.1
16312023-10-21T04:12:50.046Z Compiling foreign-types v0.5.0
16322023-10-21T04:12:50.852Z Compiling mime_guess v2.0.4
16332023-10-21T04:12:53.563Z Compiling is-terminal v0.4.9
16342023-10-21T04:12:53.758Z Compiling toml_edit v0.20.0
16352023-10-21T04:12:54.268Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16362023-10-21T04:12:55.636Z Compiling hashlink v0.8.3
16372023-10-21T04:12:56.792Z Compiling cstr-argument v0.1.2
16382023-10-21T04:12:57.665Z Compiling pretty-hex v0.2.1
16392023-10-21T04:12:57.975Z Compiling fallible-streaming-iterator v0.1.9
16402023-10-21T04:12:58.130Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16412023-10-21T04:12:58.352Z Compiling rusqlite v0.29.0
16422023-10-21T04:12:58.888Z Compiling toml v0.8.0
16432023-10-21T04:13:01.950Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16442023-10-21T04:13:02.442Z Compiling colored v2.0.4
16452023-10-21T04:13:02.536Z Compiling nix v0.26.2
16462023-10-21T04:13:02.930Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16472023-10-21T04:13:04.894Z Compiling twox-hash v1.6.3
16482023-10-21T04:13:05.107Z Compiling hkdf v0.12.3
16492023-10-21T04:13:05.878Z Compiling textwrap v0.11.0
16502023-10-21T04:13:06.090Z Compiling const_format_proc_macros v0.2.31
16512023-10-21T04:13:06.811Z Compiling base64 v0.13.1
16522023-10-21T04:13:08.125Z Compiling linked-hash-map v0.5.6
16532023-10-21T04:13:08.160Z Compiling vec_map v0.8.2
16542023-10-21T04:13:08.722Z Compiling ansi_term v0.12.1
16552023-10-21T04:13:09.454Z Compiling quick-error v1.2.3
16562023-10-21T04:13:09.460Z Compiling strsim v0.8.0
16572023-10-21T04:13:09.482Z Compiling resolv-conf v0.7.0
16582023-10-21T04:13:10.020Z Compiling clap v2.34.0
16592023-10-21T04:13:10.463Z Compiling lru-cache v0.1.2
16602023-10-21T04:13:12.514Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16612023-10-21T04:13:13.022Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16622023-10-21T04:13:14.256Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16632023-10-21T04:13:16.490Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16642023-10-21T04:13:17.304Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16652023-10-21T04:13:19.615Z Compiling num_enum v0.7.0
16662023-10-21T04:13:19.882Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16672023-10-21T04:13:21.814Z Compiling bincode v1.3.3
16682023-10-21T04:13:22.898Z Compiling convert_case v0.4.0
16692023-10-21T04:13:22.926Z Compiling humantime v2.1.0
16702023-10-21T04:13:23.809Z Compiling utf-8 v0.7.6
16712023-10-21T04:13:24.339Z Compiling cancel-safe-futures v0.1.2
16722023-10-21T04:13:24.597Z Compiling termcolor v1.2.0
16732023-10-21T04:13:24.829Z Compiling keccak v0.1.4
16742023-10-21T04:13:26.171Z Compiling env_logger v0.9.3
16752023-10-21T04:13:26.365Z Compiling sha3 v0.10.8
16762023-10-21T04:13:26.530Z Compiling derive_more v0.99.17
16772023-10-21T04:13:27.496Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16782023-10-21T04:13:33.021Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16792023-10-21T04:13:36.465Z Compiling structopt v0.3.26
16802023-10-21T04:13:36.718Z Compiling trust-dns-resolver v0.22.0
16812023-10-21T04:13:39.319Z Compiling aes-gcm-siv v0.11.1
16822023-10-21T04:13:39.750Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16832023-10-21T04:13:40.199Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16842023-10-21T04:13:40.895Z Compiling zone v0.2.0
16852023-10-21T04:13:42.116Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16862023-10-21T04:13:42.634Z Compiling secrecy v0.8.0
16872023-10-21T04:13:42.689Z Compiling smf v0.2.2
16882023-10-21T04:13:43.054Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16892023-10-21T04:13:43.457Z Compiling ringbuffer v0.15.0
16902023-10-21T04:13:44.280Z Compiling ascii v1.1.0
16912023-10-21T04:13:45.064Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16922023-10-21T04:13:45.840Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16932023-10-21T04:13:45.871Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16942023-10-21T04:13:47.529Z Compiling bitstruct v0.1.1
16952023-10-21T04:13:49.140Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16962023-10-21T04:13:49.954Z Compiling serde_arrays v0.1.0
16972023-10-21T04:13:50.171Z Compiling ff v0.13.0
16982023-10-21T04:13:50.195Z Compiling nibble_vec v0.1.0
16992023-10-21T04:13:50.385Z Compiling arc-swap v1.6.0
17002023-10-21T04:13:50.550Z Compiling endian-type v0.1.2
17012023-10-21T04:13:50.907Z Compiling radix_trie v0.2.1
17022023-10-21T04:13:50.955Z Compiling group v0.13.0
17032023-10-21T04:13:51.223Z Compiling slog-scope v4.4.0
17042023-10-21T04:13:51.608Z Compiling rand_core v0.5.1
17052023-10-21T04:13:52.114Z Compiling tungstenite v0.20.1
17062023-10-21T04:13:52.438Z Compiling poly1305 v0.8.0
17072023-10-21T04:13:53.818Z Compiling chacha20 v0.9.1
17082023-10-21T04:13:54.284Z Compiling crypto-bigint v0.5.2
17092023-10-21T04:13:54.388Z Compiling num-complex v0.4.4
17102023-10-21T04:13:54.522Z Compiling half v1.8.2
17112023-10-21T04:13:54.862Z Compiling base16ct v0.2.0
17122023-10-21T04:13:54.998Z Compiling option-ext v0.2.0
17132023-10-21T04:13:55.303Z Compiling ciborium-io v0.2.1
17142023-10-21T04:13:55.320Z Compiling dirs-sys v0.4.1
17152023-10-21T04:13:55.494Z Compiling ciborium-ll v0.2.1
17162023-10-21T04:13:56.120Z Compiling num v0.4.1
17172023-10-21T04:13:56.164Z Compiling tokio-tungstenite v0.20.1
17182023-10-21T04:13:56.257Z Compiling parking_lot v0.11.2
17192023-10-21T04:13:56.330Z Compiling rand_chacha v0.2.2
17202023-10-21T04:13:56.459Z Compiling trust-dns-client v0.22.0
17212023-10-21T04:13:56.755Z Compiling slog-stdlog v4.1.1
17222023-10-21T04:13:56.889Z Compiling thiserror-no-std v2.0.2
17232023-10-21T04:13:58.001Z Compiling elliptic-curve v0.13.5
17242023-10-21T04:13:58.060Z Compiling password-hash v0.4.2
17252023-10-21T04:13:58.221Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17262023-10-21T04:13:58.832Z Compiling ed25519 v2.2.2
17272023-10-21T04:13:58.861Z Compiling blowfish v0.9.1
17282023-10-21T04:13:59.408Z Compiling pbkdf2 v0.12.2
17292023-10-21T04:13:59.632Z Compiling fxhash v0.2.1
17302023-10-21T04:14:00.250Z Compiling sled v0.34.7
17312023-10-21T04:14:00.349Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17322023-10-21T04:14:00.814Z Compiling bcrypt-pbkdf v0.10.0
17332023-10-21T04:14:00.834Z Compiling ed25519-dalek v2.0.0
17342023-10-21T04:14:01.159Z Compiling trust-dns-server v0.22.1
17352023-10-21T04:14:01.458Z Compiling pbkdf2 v0.11.0
17362023-10-21T04:14:01.558Z Compiling vsss-rs v3.3.1
17372023-10-21T04:14:02.059Z Compiling russh-cryptovec v0.7.0
17382023-10-21T04:14:02.732Z Compiling slog-envlogger v2.2.0
17392023-10-21T04:14:03.142Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17402023-10-21T04:14:03.332Z Compiling rand v0.7.3
17412023-10-21T04:14:04.886Z Compiling ciborium v0.2.1
17422023-10-21T04:14:05.703Z Compiling dirs v5.0.1
17432023-10-21T04:14:06.017Z Compiling chacha20poly1305 v0.10.1
17442023-10-21T04:14:06.366Z Compiling tungstenite v0.18.0
17452023-10-21T04:14:06.767Z Compiling const_format v0.2.31
17462023-10-21T04:14:07.509Z Compiling pem v1.1.1
17472023-10-21T04:14:07.819Z Compiling ron v0.7.1
17482023-10-21T04:14:09.504Z Compiling ghash v0.5.0
17492023-10-21T04:14:10.045Z Compiling camino-tempfile v1.0.2
17502023-10-21T04:14:11.036Z Compiling cbc v0.1.2
17512023-10-21T04:14:11.135Z Compiling headers-core v0.2.0
17522023-10-21T04:14:11.805Z Compiling md5 v0.7.0
17532023-10-21T04:14:11.927Z Compiling bit_field v0.10.2
17542023-10-21T04:14:12.120Z Compiling pretty-hex v0.3.0
17552023-10-21T04:14:12.367Z Compiling http-range v0.1.5
17562023-10-21T04:14:12.395Z Compiling russh-keys v0.38.0
17572023-10-21T04:14:12.964Z Compiling hyper-staticfile v0.9.5
17582023-10-21T04:14:13.615Z Compiling headers v0.3.9
17592023-10-21T04:14:17.665Z Compiling aes-gcm v0.10.2
17602023-10-21T04:14:18.191Z Compiling tokio-tungstenite v0.18.0
17612023-10-21T04:14:18.345Z Compiling rcgen v0.10.0
17622023-10-21T04:14:25.118Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17632023-10-21T04:14:25.437Z Compiling atomicwrites v0.4.2
17642023-10-21T04:14:25.830Z Compiling subprocess v0.2.9
17652023-10-21T04:14:25.833Z Compiling hex-literal v0.4.1
17662023-10-21T04:14:26.064Z Compiling glob v0.3.1
17672023-10-21T04:14:27.571Z Compiling russh v0.38.0
17682023-10-21T04:14:33.740Z Compiling bzip2 v0.4.4
17692023-10-21T04:14:34.241Z Compiling zip v0.6.6
17702023-10-21T04:14:36.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712023-10-21T04:14:37.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17722023-10-21T04:14:37.260Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17732023-10-21T04:14:37.317Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17742023-10-21T04:14:37.349Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17752023-10-21T04:14:37.950Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17762023-10-21T04:14:37.979Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17772023-10-21T04:14:38.472Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17782023-10-21T04:14:38.525Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17792023-10-21T04:14:40.672Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17802023-10-21T04:14:49.665Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17812023-10-21T04:14:57.087Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17822023-10-21T04:15:06.552Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17832023-10-21T04:15:07.205Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17842023-10-21T04:15:16.775Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17852023-10-21T04:15:17.687Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17862023-10-21T04:15:22.752Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17872023-10-21T04:15:25.408Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17882023-10-21T04:15:30.770Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17892023-10-21T04:15:30.969Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17902023-10-21T04:15:51.955Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17912023-10-21T04:16:13.589Z Compiling git2 v0.17.2
17922023-10-21T04:16:20.046Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17932023-10-21T04:16:22.052Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17942023-10-21T04:16:34.180Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17952023-10-21T04:16:51.044Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17962023-10-21T04:16:51.381Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17972023-10-21T04:16:51.931Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17982023-10-21T04:16:55.548Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17992023-10-21T04:17:33.841Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18002023-10-21T04:19:11.709Z Finished dev [unoptimized + debuginfo] target(s) in 11m 03s
18012023-10-21T04:19:12.082Z
18022023-10-21T04:19:12.086Zreal 11:03.551525435
18032023-10-21T04:19:12.089Zuser 1:00:29.478389093
18042023-10-21T04:19:12.092Zsys 9:47.571978906
18052023-10-21T04:19:12.095Ztrap 2.423001141
18062023-10-21T04:19:12.098Ztflt 2.347711985
18072023-10-21T04:19:12.101Zdflt 6.838656089
18082023-10-21T04:19:12.105Zkflt 0.016127615
18092023-10-21T04:19:12.108Zlock 1:55:30.551649157
18102023-10-21T04:19:12.111Zslp 3:10:26.728789335
18112023-10-21T04:19:12.115Zlat 2:29.512504854
18122023-10-21T04:19:12.118Zstop 6:16.592449060
18132023-10-21T04:19:12.121Z+ mkdir -p /work/end-to-end-tests
18142023-10-21T04:19:12.124Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18152023-10-21T04:19:12.710Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18162023-10-21T04:19:12.717Z+ ptime -m gzip
18172023-10-21T04:19:12.722Z++ basename target/debug/bootstrap
18182023-10-21T04:19:29.683Z
18192023-10-21T04:19:29.687Zreal 16.968191609
18202023-10-21T04:19:29.705Zuser 16.793226243
18212023-10-21T04:19:29.711Zsys 0.169162826
18222023-10-21T04:19:29.714Ztrap 0.003603600
18232023-10-21T04:19:29.717Ztflt 0.000000000
18242023-10-21T04:19:29.720Zdflt 0.000000000
18252023-10-21T04:19:29.724Zkflt 0.000000000
18262023-10-21T04:19:29.728Zlock 0.000000000
18272023-10-21T04:19:29.731Zslp 0.000000000
18282023-10-21T04:19:29.735Zlat 0.001859883
18292023-10-21T04:19:29.739Zstop 0.000225826
18302023-10-21T04:19:29.743Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18312023-10-21T04:19:29.746Z+ ptime -m gzip
18322023-10-21T04:19:29.749Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3172ea7afe1e1275
18332023-10-21T04:19:30.798Z
18342023-10-21T04:19:30.810Zreal 1.101815139
18352023-10-21T04:19:30.815Zuser 1.090002820
18362023-10-21T04:19:30.819Zsys 0.011180620
18372023-10-21T04:19:30.822Ztrap 0.000114167
18382023-10-21T04:19:30.825Ztflt 0.000000000
18392023-10-21T04:19:30.828Zdflt 0.000000000
18402023-10-21T04:19:30.832Zkflt 0.000000000
18412023-10-21T04:19:30.835Zlock 0.000000000
18422023-10-21T04:19:30.840Zslp 0.000000000
18432023-10-21T04:19:30.844Zlat 0.000169830
18442023-10-21T04:19:30.849Zstop 0.000236600
18452023-10-21T04:19:30.852Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18462023-10-21T04:19:30.855Z+ ptime -m gzip
18472023-10-21T04:19:30.860Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-03d495de171b1ad9
18482023-10-21T04:19:50.125Z
18492023-10-21T04:19:50.128Zreal 19.318648499
18502023-10-21T04:19:50.131Zuser 19.126094158
18512023-10-21T04:19:50.134Zsys 0.187614323
18522023-10-21T04:19:50.137Ztrap 0.003478146
18532023-10-21T04:19:50.140Ztflt 0.000000000
18542023-10-21T04:19:50.143Zdflt 0.000000000
18552023-10-21T04:19:50.146Zkflt 0.000000000
18562023-10-21T04:19:50.149Zlock 0.000000000
18572023-10-21T04:19:50.153Zslp 0.000000000
18582023-10-21T04:19:50.158Zlat 0.001121795
18592023-10-21T04:19:50.161Zstop 0.000226421
18602023-10-21T04:19:50.164Z+ banner caboose-util
18612023-10-21T04:19:50.167Z
18622023-10-21T04:19:50.170Z #### ## ##### #### #### #### ###### # # #####
18632023-10-21T04:19:50.173Z # # # # # # # # # # # # # # #
18642023-10-21T04:19:50.176Z # # # ##### # # # # #### ##### ##### # # #
18652023-10-21T04:19:50.180Z # ###### # # # # # # # # # # #
18662023-10-21T04:19:50.182Z # # # # # # # # # # # # # # # #
18672023-10-21T04:19:50.185Z #### # # ##### #### #### #### ###### #### #
18682023-10-21T04:19:50.189Z
18692023-10-21T04:19:50.193Z+ ptime -m cargo build --locked -p caboose-util --release
18702023-10-21T04:19:50.849Z Downloading crates ...
18712023-10-21T04:19:51.142Z Downloaded array-init v0.0.4
18722023-10-21T04:19:51.166Z Downloaded nodrop v0.1.14
18732023-10-21T04:19:51.169Z Downloaded path-slash v0.1.5
18742023-10-21T04:19:51.172Z Downloaded crc-catalog v2.2.0
18752023-10-21T04:19:51.175Z Downloaded der_derive v0.7.2
18762023-10-21T04:19:51.179Z Downloaded bitfield v0.14.0
18772023-10-21T04:19:51.182Z Downloaded pkcs1 v0.7.5
18782023-10-21T04:19:51.185Z Downloaded pem-rfc7468 v0.7.0
18792023-10-21T04:19:51.188Z Downloaded smallvec v0.6.14
18802023-10-21T04:19:51.191Z Downloaded num-bigint-dig v0.8.4
18812023-10-21T04:19:51.197Z Downloaded ron v0.8.1
18822023-10-21T04:19:51.211Z Downloaded x509-cert v0.2.4
18832023-10-21T04:19:51.220Z Downloaded object v0.30.4
18842023-10-21T04:19:51.237Z Downloaded rsa v0.9.2
18852023-10-21T04:19:51.248Z Downloaded crc-any v2.4.3
18862023-10-21T04:19:51.252Z Downloaded env_logger v0.10.0
18872023-10-21T04:19:51.256Z Downloaded packed_struct v0.10.1
18882023-10-21T04:19:51.259Z Downloaded flagset v0.4.3
18892023-10-21T04:19:51.263Z Downloaded serde-hex v0.1.0
18902023-10-21T04:19:51.268Z Downloaded crc v3.0.1
18912023-10-21T04:19:51.271Z Downloaded packed_struct_codegen v0.10.1
18922023-10-21T04:19:51.275Z Downloaded maybe-uninit v2.0.0
18932023-10-21T04:19:51.439Z Compiling proc-macro2 v1.0.67
18942023-10-21T04:19:51.442Z Compiling unicode-ident v1.0.12
18952023-10-21T04:19:51.446Z Compiling libc v0.2.149
18962023-10-21T04:19:51.450Z Compiling autocfg v1.1.0
18972023-10-21T04:19:51.453Z Compiling serde v1.0.188
18982023-10-21T04:19:51.456Z Compiling version_check v0.9.4
18992023-10-21T04:19:51.461Z Compiling cfg-if v1.0.0
19002023-10-21T04:19:51.603Z Compiling parking_lot_core v0.9.8
19012023-10-21T04:19:51.621Z Compiling syn v1.0.109
19022023-10-21T04:19:51.719Z Compiling once_cell v1.18.0
19032023-10-21T04:19:52.209Z Compiling typenum v1.16.0
19042023-10-21T04:19:52.223Z Compiling libm v0.2.7
19052023-10-21T04:19:52.333Z Compiling futures-core v0.3.28
19062023-10-21T04:19:52.542Z Compiling generic-array v0.14.7
19072023-10-21T04:19:52.635Z Compiling lock_api v0.4.10
19082023-10-21T04:19:52.655Z Compiling num-traits v0.2.16
19092023-10-21T04:19:52.754Z Compiling pkg-config v0.3.27
19102023-10-21T04:19:53.026Z Compiling slab v0.4.9
19112023-10-21T04:19:53.053Z Compiling serde_json v1.0.107
19122023-10-21T04:19:53.445Z Compiling futures-task v0.3.28
19132023-10-21T04:19:53.481Z Compiling futures-channel v0.3.28
19142023-10-21T04:19:53.642Z Compiling quote v1.0.33
19152023-10-21T04:19:53.677Z Compiling thiserror v1.0.49
19162023-10-21T04:19:53.884Z Compiling scopeguard v1.2.0
19172023-10-21T04:19:54.080Z Compiling memchr v2.6.3
19182023-10-21T04:19:54.109Z Compiling futures-util v0.3.28
19192023-10-21T04:19:54.332Z Compiling syn v2.0.32
19202023-10-21T04:19:54.518Z Compiling jobserver v0.1.26
19212023-10-21T04:19:54.966Z Compiling getrandom v0.2.10
19222023-10-21T04:19:54.978Z Compiling cc v1.0.83
19232023-10-21T04:19:55.295Z Compiling itoa v1.0.9
19242023-10-21T04:19:56.475Z Compiling ahash v0.8.3
19252023-10-21T04:19:56.518Z Compiling smallvec v1.11.0
19262023-10-21T04:19:56.806Z Compiling log v0.4.20
19272023-10-21T04:19:56.956Z Compiling vcpkg v0.2.15
19282023-10-21T04:19:57.800Z Compiling byteorder v1.4.3
19292023-10-21T04:19:58.170Z Compiling rand_core v0.6.4
19302023-10-21T04:19:58.945Z Compiling pin-project-lite v0.2.13
19312023-10-21T04:19:59.115Z Compiling parking_lot v0.12.1
19322023-10-21T04:19:59.535Z Compiling indexmap v1.9.3
19332023-10-21T04:19:59.819Z Compiling ring v0.16.20
19342023-10-21T04:19:59.958Z Compiling openssl-sys v0.9.93
19352023-10-21T04:20:01.519Z Compiling io-lifetimes v1.0.11
19362023-10-21T04:20:02.377Z Compiling num-integer v0.1.45
19372023-10-21T04:20:02.418Z Compiling const-oid v0.9.5
19382023-10-21T04:20:02.782Z Compiling ryu v1.0.15
19392023-10-21T04:20:03.267Z Compiling spin v0.5.2
19402023-10-21T04:20:03.612Z Compiling semver v1.0.18
19412023-10-21T04:20:05.195Z Compiling rustix v0.37.23
19422023-10-21T04:20:05.892Z Compiling mio v0.8.8
19432023-10-21T04:20:06.033Z Compiling signal-hook-registry v1.4.1
19442023-10-21T04:20:06.042Z Compiling socket2 v0.5.4
19452023-10-21T04:20:06.232Z Compiling num_cpus v1.16.0
19462023-10-21T04:20:06.454Z Compiling unicode-xid v0.2.4
19472023-10-21T04:20:06.701Z Compiling ucd-trie v0.1.6
19482023-10-21T04:20:06.873Z Compiling httparse v1.8.0
19492023-10-21T04:20:07.168Z Compiling heck v0.4.1
19502023-10-21T04:20:08.656Z Compiling futures-sink v0.3.28
19512023-10-21T04:20:08.797Z Compiling openssl v0.10.57
19522023-10-21T04:20:08.883Z Compiling synstructure v0.12.6
19532023-10-21T04:20:08.968Z Compiling tinyvec_macros v0.1.1
19542023-10-21T04:20:09.392Z Compiling tinyvec v1.6.0
19552023-10-21T04:20:09.417Z Compiling ppv-lite86 v0.2.17
19562023-10-21T04:20:10.180Z Compiling native-tls v0.2.11
19572023-10-21T04:20:10.645Z Compiling pin-utils v0.1.0
19582023-10-21T04:20:10.753Z Compiling crc32fast v1.3.2
19592023-10-21T04:20:10.767Z Compiling futures-io v0.3.28
19602023-10-21T04:20:10.805Z Compiling radium v0.7.0
19612023-10-21T04:20:11.427Z Compiling rustls v0.21.7
19622023-10-21T04:20:11.441Z Compiling rand_chacha v0.3.1
19632023-10-21T04:20:11.452Z Compiling unicode-normalization v0.1.22
19642023-10-21T04:20:11.502Z Compiling bzip2-sys v0.1.11+1.0.8
19652023-10-21T04:20:11.896Z Compiling tracing-core v0.1.31
19662023-10-21T04:20:12.040Z Compiling unicode-bidi v0.3.13
19672023-10-21T04:20:12.146Z Compiling subtle v2.5.0
19682023-10-21T04:20:13.150Z Compiling rand v0.8.5
19692023-10-21T04:20:14.460Z Compiling errno v0.3.2
19702023-10-21T04:20:14.496Z Compiling num-iter v0.1.43
19712023-10-21T04:20:14.790Z Compiling usdt-impl v0.3.5
19722023-10-21T04:20:14.899Z Compiling rustix v0.38.9
19732023-10-21T04:20:15.260Z Compiling schemars v0.8.13
19742023-10-21T04:20:16.003Z Compiling base64 v0.21.4
19752023-10-21T04:20:17.465Z Compiling serde_derive v1.0.188
19762023-10-21T04:20:17.470Z Compiling zeroize_derive v1.4.2
19772023-10-21T04:20:17.830Z Compiling tokio-macros v2.1.0
19782023-10-21T04:20:17.983Z Compiling thiserror-impl v1.0.49
19792023-10-21T04:20:18.156Z Compiling futures-macro v0.3.28
19802023-10-21T04:20:18.359Z Compiling tracing-attributes v0.1.26
19812023-10-21T04:20:18.596Z Compiling zerocopy-derive v0.2.0
19822023-10-21T04:20:18.697Z Compiling openssl-macros v0.1.1
19832023-10-21T04:20:19.772Z Compiling zerocopy-derive v0.6.4
19842023-10-21T04:20:19.790Z Compiling zeroize v1.6.0
19852023-10-21T04:20:23.239Z Compiling pest v2.7.2
19862023-10-21T04:20:23.264Z Compiling crypto-common v0.1.6
19872023-10-21T04:20:23.271Z Compiling block-buffer v0.10.4
19882023-10-21T04:20:23.275Z Compiling serde_derive_internals v0.26.0
19892023-10-21T04:20:23.391Z Compiling digest v0.10.7
19902023-10-21T04:20:23.987Z Compiling tracing v0.1.37
19912023-10-21T04:20:27.257Z Compiling pest_meta v2.7.2
19922023-10-21T04:20:28.888Z Compiling fnv v1.0.7
19932023-10-21T04:20:29.075Z Compiling bitflags v1.3.2
19942023-10-21T04:20:29.218Z Compiling untrusted v0.7.1
19952023-10-21T04:20:29.432Z Compiling schemars_derive v0.8.13
19962023-10-21T04:20:29.517Z Compiling pest_generator v2.7.2
19972023-10-21T04:20:33.060Z Compiling zerocopy v0.3.0
19982023-10-21T04:20:34.140Z Compiling lazy_static v1.4.0
19992023-10-21T04:20:34.448Z Compiling backtrace v0.3.69
20002023-10-21T04:20:34.478Z Compiling pest_derive v2.7.2
20012023-10-21T04:20:34.565Z Compiling num-bigint v0.4.4
20022023-10-21T04:20:34.708Z Compiling memoffset v0.9.0
20032023-10-21T04:20:35.027Z Compiling percent-encoding v2.3.0
20042023-10-21T04:20:35.120Z Compiling hashbrown v0.12.3
20052023-10-21T04:20:35.177Z Compiling openssl-probe v0.1.5
20062023-10-21T04:20:35.525Z Compiling iana-time-zone v0.1.57
20072023-10-21T04:20:35.546Z Compiling base64ct v1.6.0
20082023-10-21T04:20:35.565Z Compiling allocator-api2 v0.2.16
20092023-10-21T04:20:36.067Z Compiling async-trait v0.1.73
20102023-10-21T04:20:36.792Z Compiling smoltcp v0.9.1
20112023-10-21T04:20:36.849Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20122023-10-21T04:20:36.912Z Compiling crossbeam-utils v0.8.16
20132023-10-21T04:20:37.171Z Compiling foreign-types-shared v0.1.1
20142023-10-21T04:20:37.333Z Compiling foreign-types v0.3.2
20152023-10-21T04:20:37.583Z Compiling hashbrown v0.14.0
20162023-10-21T04:20:37.651Z Compiling pem-rfc7468 v0.7.0
20172023-10-21T04:20:37.777Z Compiling dtrace-parser v0.1.14
20182023-10-21T04:20:38.890Z Compiling dof v0.1.5
20192023-10-21T04:20:39.386Z Compiling der_derive v0.7.2
20202023-10-21T04:20:39.636Z Compiling clap_derive v4.4.2
20212023-10-21T04:20:40.907Z Compiling thread-id v4.2.0
20222023-10-21T04:20:40.949Z Compiling time-core v0.1.1
20232023-10-21T04:20:40.961Z Compiling utf8parse v0.2.1
20242023-10-21T04:20:40.972Z Compiling siphasher v0.3.11
20252023-10-21T04:20:41.008Z Compiling try-lock v0.2.4
20262023-10-21T04:20:41.122Z Compiling bytes v1.5.0
20272023-10-21T04:20:41.585Z Compiling bitflags v2.4.0
20282023-10-21T04:20:42.220Z Compiling uuid v1.4.1
20292023-10-21T04:20:42.721Z Compiling tokio v1.32.0
20302023-10-21T04:20:43.299Z Compiling rustc_version v0.4.0
20312023-10-21T04:20:43.352Z Compiling http v0.2.9
20322023-10-21T04:20:44.142Z Compiling chrono v0.4.31
20332023-10-21T04:20:45.909Z Compiling heapless v0.7.16
20342023-10-21T04:20:46.535Z Compiling equivalent v1.0.1
20352023-10-21T04:20:46.620Z Compiling adler v1.0.2
20362023-10-21T04:20:46.682Z Compiling flagset v0.4.3
20372023-10-21T04:20:46.927Z Compiling anstyle v1.0.2
20382023-10-21T04:20:47.000Z Compiling cpufeatures v0.2.9
20392023-10-21T04:20:47.287Z Compiling rustversion v1.0.14
20402023-10-21T04:20:47.573Z Compiling sha2 v0.10.7
20412023-10-21T04:20:47.879Z Compiling der v0.7.8
20422023-10-21T04:20:48.246Z Compiling miniz_oxide v0.7.1
20432023-10-21T04:20:50.487Z Compiling indexmap v2.0.0
20442023-10-21T04:20:52.596Z Compiling http-body v0.4.5
20452023-10-21T04:20:55.955Z Compiling want v0.3.1
20462023-10-21T04:20:56.411Z Compiling tokio-util v0.7.9
20472023-10-21T04:20:58.741Z Compiling h2 v0.3.21
20482023-10-21T04:20:59.543Z Compiling serde_tokenstream v0.1.7
20492023-10-21T04:21:00.387Z Compiling anstyle-parse v0.2.1
20502023-10-21T04:21:01.023Z Compiling time-macros v0.2.13
20512023-10-21T04:21:04.999Z Compiling form_urlencoded v1.2.0
20522023-10-21T04:21:05.073Z Compiling rustls-webpki v0.101.4
20532023-10-21T04:21:05.089Z Compiling sct v0.7.0
20542023-10-21T04:21:05.549Z Compiling hubpack_derive v0.1.1
20552023-10-21T04:21:06.420Z Compiling aho-corasick v1.0.4
20562023-10-21T04:21:06.504Z Compiling socket2 v0.4.9
20572023-10-21T04:21:06.850Z Compiling crossbeam-epoch v0.9.15
20582023-10-21T04:21:07.462Z Compiling tap v1.0.1
20592023-10-21T04:21:07.805Z Compiling anstyle-query v1.0.0
20602023-10-21T04:21:08.022Z Compiling tower-service v0.3.2
20612023-10-21T04:21:08.176Z Compiling slog v2.7.0
20622023-10-21T04:21:08.801Z Compiling anyhow v1.0.75
20632023-10-21T04:21:08.897Z Compiling regex-syntax v0.7.5
20642023-10-21T04:21:08.967Z Compiling httpdate v1.0.3
20652023-10-21T04:21:09.053Z Compiling colorchoice v1.0.0
20662023-10-21T04:21:09.287Z Compiling anstream v0.5.0
20672023-10-21T04:21:11.032Z Compiling hyper v0.14.27
20682023-10-21T04:21:12.741Z Compiling wyz v0.5.1
20692023-10-21T04:21:16.538Z Compiling regex-automata v0.3.8
20702023-10-21T04:21:19.746Z Compiling terminal_size v0.2.6
20712023-10-21T04:21:19.810Z Compiling spki v0.7.2
20722023-10-21T04:21:20.710Z Compiling rustls-pemfile v1.0.3
20732023-10-21T04:21:21.234Z Compiling hmac v0.12.1
20742023-10-21T04:21:21.571Z Compiling md-5 v0.10.5
20752023-10-21T04:21:21.936Z Compiling zerocopy v0.6.4
20762023-10-21T04:21:22.540Z Compiling stringprep v0.1.3
20772023-10-21T04:21:22.679Z Compiling idna v0.4.0
20782023-10-21T04:21:23.995Z Compiling diesel_table_macro_syntax v0.1.0
20792023-10-21T04:21:24.608Z Compiling hash32 v0.2.1
20802023-10-21T04:21:25.074Z Compiling spin v0.9.8
20812023-10-21T04:21:25.172Z Compiling fallible-iterator v0.2.0
20822023-10-21T04:21:25.916Z Compiling strsim v0.10.0
20832023-10-21T04:21:26.007Z Compiling either v1.9.0
20842023-10-21T04:21:26.568Z Compiling dyn-clone v1.0.13
20852023-10-21T04:21:26.668Z Compiling maybe-uninit v2.0.0
20862023-10-21T04:21:26.862Z Compiling funty v2.0.0
20872023-10-21T04:21:27.322Z Compiling clap_lex v0.5.1
20882023-10-21T04:21:27.382Z Compiling stable_deref_trait v1.2.0
20892023-10-21T04:21:27.526Z Compiling gimli v0.28.0
20902023-10-21T04:21:29.369Z Compiling bitvec v1.0.1
20912023-10-21T04:21:29.710Z Compiling clap_builder v4.4.2
20922023-10-21T04:21:31.405Z Compiling postgres-protocol v0.6.6
20932023-10-21T04:21:31.967Z Compiling diesel_derives v2.1.1
20942023-10-21T04:21:32.330Z Compiling url v2.4.1
20952023-10-21T04:21:32.828Z Compiling tokio-rustls v0.24.1
20962023-10-21T04:21:35.087Z Compiling addr2line v0.21.0
20972023-10-21T04:21:35.990Z Compiling strum_macros v0.25.2
20982023-10-21T04:21:36.075Z Compiling rustls-native-certs v0.6.3
20992023-10-21T04:21:36.645Z Compiling tokio-native-tls v0.3.1
21002023-10-21T04:21:37.990Z Compiling usdt-attr-macro v0.3.5
21012023-10-21T04:21:38.298Z Compiling usdt-macro v0.3.5
21022023-10-21T04:21:41.770Z Compiling phf_shared v0.11.2
21032023-10-21T04:21:42.291Z Compiling toml_datetime v0.6.3
21042023-10-21T04:21:42.382Z Compiling serde_spanned v0.6.3
21052023-10-21T04:21:43.230Z Compiling block-padding v0.3.3
21062023-10-21T04:21:43.444Z Compiling enum-as-inner v0.5.1
21072023-10-21T04:21:43.940Z Compiling serde_repr v0.1.16
21082023-10-21T04:21:43.944Z Compiling scheduled-thread-pool v0.2.7
21092023-10-21T04:21:44.926Z Compiling object v0.32.1
21102023-10-21T04:21:48.209Z Compiling regex-automata v0.1.10
21112023-10-21T04:21:48.332Z Compiling ipnet v2.8.0
21122023-10-21T04:21:50.126Z Compiling num-bigint-dig v0.8.4
21132023-10-21T04:21:50.477Z Compiling num_threads v0.1.6
21142023-10-21T04:21:50.519Z Compiling bit-vec v0.6.3
21152023-10-21T04:21:50.648Z Compiling unicode-width v0.1.10
21162023-10-21T04:21:50.895Z Compiling matches v0.1.10
21172023-10-21T04:21:51.179Z Compiling deranged v0.3.8
21182023-10-21T04:21:53.312Z Compiling rustc-demangle v0.1.23
21192023-10-21T04:21:54.821Z Compiling packed_struct v0.10.1
21202023-10-21T04:21:55.402Z Compiling managed v0.8.0
21212023-10-21T04:21:56.205Z Compiling winnow v0.5.15
21222023-10-21T04:22:05.016Z Compiling toml_edit v0.19.15
21232023-10-21T04:22:05.779Z Compiling time v0.3.27
21242023-10-21T04:22:14.216Z Compiling idna v0.2.3
21252023-10-21T04:22:16.835Z Compiling bstr v0.2.17
21262023-10-21T04:22:17.557Z Compiling r2d2 v0.8.10
21272023-10-21T04:22:18.166Z Compiling inout v0.1.3
21282023-10-21T04:22:21.087Z Compiling phf v0.11.2
21292023-10-21T04:22:21.101Z Compiling hyper-tls v0.5.0
21302023-10-21T04:22:21.115Z Compiling hyper-rustls v0.24.1
21312023-10-21T04:22:21.126Z Compiling clap v4.4.3
21322023-10-21T04:22:21.138Z Compiling ipnetwork v0.20.0
21332023-10-21T04:22:21.143Z Compiling flate2 v1.0.27
21342023-10-21T04:22:21.223Z Compiling postgres-types v0.2.6
21352023-10-21T04:22:22.252Z Compiling itertools v0.11.0
21362023-10-21T04:22:22.346Z Compiling regex v1.9.5
21372023-10-21T04:22:23.596Z Compiling pkcs8 v0.10.2
21382023-10-21T04:22:24.672Z Compiling hubpack v0.1.2
21392023-10-21T04:22:24.877Z Compiling serde_urlencoded v0.7.1
21402023-10-21T04:22:26.152Z Compiling phf_shared v0.10.0
21412023-10-21T04:22:26.682Z Compiling futures-executor v0.3.28
21422023-10-21T04:22:27.455Z Compiling signature v2.1.0
21432023-10-21T04:22:27.792Z Compiling packed_struct_codegen v0.10.1
21442023-10-21T04:22:29.446Z Compiling float-cmp v0.9.0
21452023-10-21T04:22:30.536Z Compiling encoding_rs v0.8.33
21462023-10-21T04:22:30.769Z Compiling smawk v0.3.1
21472023-10-21T04:22:32.233Z Compiling static_assertions v1.1.0
21482023-10-21T04:22:32.614Z Compiling precomputed-hash v0.1.1
21492023-10-21T04:22:32.699Z Compiling mime v0.3.17
21502023-10-21T04:22:32.773Z Compiling whoami v1.4.1
21512023-10-21T04:22:32.906Z Compiling predicates-core v1.0.6
21522023-10-21T04:22:33.418Z Compiling normalize-line-endings v0.3.0
21532023-10-21T04:22:33.595Z Compiling fixedbitset v0.4.2
21542023-10-21T04:22:33.666Z Compiling crc-catalog v2.2.0
21552023-10-21T04:22:33.895Z Compiling nodrop v0.1.14
21562023-10-21T04:22:34.078Z Compiling unicode-linebreak v0.1.5
21572023-10-21T04:22:34.240Z Compiling data-encoding v2.4.0
21582023-10-21T04:22:34.315Z Compiling difflib v0.4.0
21592023-10-21T04:22:35.595Z Compiling unicode-segmentation v1.10.1
21602023-10-21T04:22:37.098Z Compiling webpki-roots v0.25.2
21612023-10-21T04:22:37.110Z Compiling new_debug_unreachable v1.0.4
21622023-10-21T04:22:37.230Z Compiling string_cache v0.8.7
21632023-10-21T04:22:37.284Z Compiling similar v2.2.1
21642023-10-21T04:22:37.350Z Compiling reqwest v0.11.20
21652023-10-21T04:22:40.834Z Compiling trust-dns-proto v0.22.0
21662023-10-21T04:22:42.873Z Compiling predicates v3.0.4
21672023-10-21T04:22:45.717Z Compiling textwrap v0.16.0
21682023-10-21T04:22:46.691Z Compiling array-init v0.0.4
21692023-10-21T04:22:47.222Z Compiling petgraph v0.6.4
21702023-10-21T04:22:48.917Z Compiling crc v3.0.1
21712023-10-21T04:22:48.983Z Compiling tokio-postgres v0.7.10
21722023-10-21T04:22:57.259Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21732023-10-21T04:23:05.332Z Compiling futures v0.3.28
21742023-10-21T04:23:07.470Z Compiling pkcs1 v0.7.5
21752023-10-21T04:23:08.638Z Compiling yasna v0.5.2
21762023-10-21T04:23:08.763Z Compiling smallvec v0.6.14
21772023-10-21T04:23:09.507Z Compiling diesel v2.1.1
21782023-10-21T04:23:11.531Z Compiling cipher v0.4.4
21792023-10-21T04:23:13.947Z Compiling toml v0.7.8
21802023-10-21T04:23:15.508Z Compiling bit-set v0.5.3
21812023-10-21T04:23:15.875Z Compiling console v0.15.7
21822023-10-21T04:23:15.951Z Compiling usdt v0.3.5
21832023-10-21T04:23:16.376Z Compiling is-terminal v0.4.9
21842023-10-21T04:23:16.550Z Compiling itertools v0.10.5
21852023-10-21T04:23:18.908Z Compiling bstr v1.6.0
21862023-10-21T04:23:18.962Z Compiling tokio-stream v0.1.14
21872023-10-21T04:23:20.580Z Compiling openapiv3 v1.0.3
21882023-10-21T04:23:21.494Z Compiling hex v0.4.3
21892023-10-21T04:23:22.854Z Compiling hashbrown v0.13.2
21902023-10-21T04:23:25.863Z Compiling termcolor v1.2.0
21912023-10-21T04:23:26.255Z Compiling lalrpop-util v0.19.12
21922023-10-21T04:23:28.338Z Compiling bitfield v0.14.0
21932023-10-21T04:23:30.039Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21942023-10-21T04:23:33.506Z Compiling env_logger v0.10.0
21952023-10-21T04:23:45.656Z Compiling rsa v0.9.2
21962023-10-21T04:23:55.344Z Compiling serde-hex v0.1.0
21972023-10-21T04:23:57.656Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21982023-10-21T04:24:06.498Z Compiling x509-cert v0.2.4
21992023-10-21T04:24:07.727Z Compiling ron v0.8.1
22002023-10-21T04:24:08.494Z Compiling crc-any v2.4.3
22012023-10-21T04:24:30.449Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22022023-10-21T04:24:32.631Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22032023-10-21T04:24:55.097Z Compiling object v0.30.4
22042023-10-21T04:25:04.272Z Compiling path-slash v0.1.5
22052023-10-21T04:25:16.424Z Compiling bzip2 v0.4.4
22062023-10-21T04:25:17.181Z Compiling zip v0.6.6
22072023-10-21T04:25:22.483Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22082023-10-21T04:25:25.514Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22092023-10-21T04:25:51.986Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22102023-10-21T04:25:53.071Z Finished release [optimized] target(s) in 6m 02s
22112023-10-21T04:25:53.159Z
22122023-10-21T04:25:53.162Zreal 6:03.027137140
22132023-10-21T04:25:53.164Zuser 41:58.923875606
22142023-10-21T04:25:53.167Zsys 3:41.208584234
22152023-10-21T04:25:53.171Ztrap 1.741549399
22162023-10-21T04:25:53.174Ztflt 1.217945145
22172023-10-21T04:25:53.178Zdflt 0.629372242
22182023-10-21T04:25:53.180Zkflt 0.006065920
22192023-10-21T04:25:53.184Zlock 1:33:52.263376219
22202023-10-21T04:25:53.187Zslp 2:26:19.955026624
22212023-10-21T04:25:53.189Zlat 1:45.009467387
22222023-10-21T04:25:53.192Zstop 1:25.361276001
22232023-10-21T04:25:53.195Z+ ptime -m gzip
22242023-10-21T04:25:53.825Z
22252023-10-21T04:25:53.828Zreal 0.660726381
22262023-10-21T04:25:53.831Zuser 0.651015376
22272023-10-21T04:25:53.834Zsys 0.008998194
22282023-10-21T04:25:53.837Ztrap 0.000080628
22292023-10-21T04:25:53.840Ztflt 0.000000000
22302023-10-21T04:25:53.843Zdflt 0.000000000
22312023-10-21T04:25:53.846Zkflt 0.000000000
22322023-10-21T04:25:53.849Zlock 0.000000000
22332023-10-21T04:25:53.852Zslp 0.000027178
22342023-10-21T04:25:53.854Zlat 0.000195272
22352023-10-21T04:25:53.857Zstop 0.000307738
22362023-10-21T04:25:53.859Z+ banner tufaceous
22372023-10-21T04:25:53.862Z
22382023-10-21T04:25:53.865Z ##### # # ###### ## #### ###### #### # # ####
22392023-10-21T04:25:53.868Z # # # # # # # # # # # # # #
22402023-10-21T04:25:53.871Z # # # ##### # # # ##### # # # # ####
22412023-10-21T04:25:53.873Z # # # # ###### # # # # # # #
22422023-10-21T04:25:53.876Z # # # # # # # # # # # # # # #
22432023-10-21T04:25:53.879Z # #### # # # #### ###### #### #### ####
22442023-10-21T04:25:53.881Z
22452023-10-21T04:25:53.884Z+ ptime -m cargo build --locked -p tufaceous --release
22462023-10-21T04:25:54.564Z Downloading crates ...
22472023-10-21T04:25:54.912Z Downloaded globset v0.4.13
22482023-10-21T04:25:54.918Z Downloaded buf-list v1.0.3
22492023-10-21T04:25:54.922Z Downloaded path-dedot v3.1.0
22502023-10-21T04:25:54.925Z Downloaded path-absolutize v3.1.0
22512023-10-21T04:25:54.931Z Downloaded snafu-derive v0.7.5
22522023-10-21T04:25:54.934Z Downloaded tough v0.12.5
22532023-10-21T04:25:54.947Z Downloaded doc-comment v0.3.3
22542023-10-21T04:25:54.950Z Downloaded fs-err v2.9.0
22552023-10-21T04:25:54.953Z Downloaded serde_plain v1.0.2
22562023-10-21T04:25:54.956Z Downloaded olpc-cjson v0.1.3
22572023-10-21T04:25:54.959Z Downloaded snafu v0.7.5
22582023-10-21T04:25:54.965Z Downloaded bytesize v1.3.0
22592023-10-21T04:25:55.121Z Compiling serde_tokenstream v0.2.0
22602023-10-21T04:25:55.144Z Compiling regress v0.7.1
22612023-10-21T04:25:55.160Z Compiling dirs-sys-next v0.1.2
22622023-10-21T04:25:55.163Z Compiling ident_case v1.0.1
22632023-10-21T04:25:55.188Z Compiling thread_local v1.1.7
22642023-10-21T04:25:55.198Z Compiling slog-async v2.8.0
22652023-10-21T04:25:55.201Z Compiling camino v1.1.6
22662023-10-21T04:25:55.747Z Compiling dirs-next v2.0.0
22672023-10-21T04:25:55.799Z Compiling darling_core v0.20.3
22682023-10-21T04:25:55.865Z Compiling heck v0.4.1
22692023-10-21T04:25:56.032Z Compiling term v0.7.0
22702023-10-21T04:25:56.072Z Compiling crossbeam-channel v0.5.8
22712023-10-21T04:25:56.472Z Compiling getopts v0.2.21
22722023-10-21T04:25:57.061Z Compiling structmeta-derive v0.1.6
22732023-10-21T04:25:57.972Z Compiling atty v0.2.14
22742023-10-21T04:25:58.013Z Compiling multer v2.1.0
22752023-10-21T04:25:58.195Z Compiling unsafe-libyaml v0.2.9
22762023-10-21T04:25:58.419Z Compiling doc-comment v0.3.3
22772023-10-21T04:25:59.056Z Compiling paste v1.0.14
22782023-10-21T04:25:59.156Z Compiling take_mut v0.2.2
22792023-10-21T04:25:59.398Z Compiling match_cfg v0.1.0
22802023-10-21T04:25:59.539Z Compiling hostname v0.3.1
22812023-10-21T04:26:00.232Z Compiling slog-term v2.9.0
22822023-10-21T04:26:01.341Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22832023-10-21T04:26:03.500Z Compiling structmeta v0.1.6
22842023-10-21T04:26:04.134Z Compiling serde_yaml v0.9.25
22852023-10-21T04:26:05.267Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22862023-10-21T04:26:05.321Z Compiling darling_macro v0.20.3
22872023-10-21T04:26:05.870Z Compiling slog-json v2.6.1
22882023-10-21T04:26:06.707Z Compiling async-stream-impl v0.3.5
22892023-10-21T04:26:06.781Z Compiling darling v0.20.3
22902023-10-21T04:26:06.957Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22912023-10-21T04:26:07.378Z Compiling regex-syntax v0.6.29
22922023-10-21T04:26:07.668Z Compiling atomic-waker v1.1.1
22932023-10-21T04:26:07.948Z Compiling fastrand v2.0.0
22942023-10-21T04:26:08.695Z Compiling async-stream v0.3.5
22952023-10-21T04:26:09.040Z Compiling tempfile v3.8.0
22962023-10-21T04:26:09.107Z Compiling waitgroup v0.1.2
22972023-10-21T04:26:09.387Z Compiling serde_with_macros v2.3.3
22982023-10-21T04:26:09.468Z Compiling slog-bunyan v2.4.0
22992023-10-21T04:26:12.456Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23002023-10-21T04:26:12.607Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23012023-10-21T04:26:13.369Z Compiling sha1 v0.10.5
23022023-10-21T04:26:14.232Z Compiling snafu-derive v0.7.5
23032023-10-21T04:26:14.881Z Compiling serde_path_to_error v0.1.14
23042023-10-21T04:26:14.958Z Compiling path-dedot v3.1.0
23052023-10-21T04:26:15.145Z Compiling instant v0.1.12
23062023-10-21T04:26:15.324Z Compiling same-file v1.0.6
23072023-10-21T04:26:15.380Z Compiling buf-list v1.0.3
23082023-10-21T04:26:15.767Z Compiling debug-ignore v1.0.5
23092023-10-21T04:26:15.829Z Compiling arc-swap v1.6.0
23102023-10-21T04:26:15.988Z Compiling base64 v0.13.1
23112023-10-21T04:26:16.628Z Compiling slog-scope v4.4.0
23122023-10-21T04:26:17.142Z Compiling pem v1.1.1
23132023-10-21T04:26:17.275Z Compiling parse-display-derive v0.7.0
23142023-10-21T04:26:17.509Z Compiling walkdir v2.4.0
23152023-10-21T04:26:18.190Z Compiling backoff v0.4.0
23162023-10-21T04:26:18.765Z Compiling path-absolutize v3.1.0
23172023-10-21T04:26:19.073Z Compiling serde_with v2.3.3
23182023-10-21T04:26:19.622Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192023-10-21T04:26:20.296Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23202023-10-21T04:26:20.484Z Compiling globset v0.4.13
23212023-10-21T04:26:20.666Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23222023-10-21T04:26:20.920Z Compiling strum v0.25.0
23232023-10-21T04:26:21.204Z Compiling olpc-cjson v0.1.3
23242023-10-21T04:26:22.126Z Compiling serde_plain v1.0.2
23252023-10-21T04:26:22.755Z Compiling snafu v0.7.5
23262023-10-21T04:26:22.987Z Compiling macaddr v1.0.1
23272023-10-21T04:26:23.668Z Compiling parse-display v0.7.0
23282023-10-21T04:26:24.011Z Compiling filetime v0.2.22
23292023-10-21T04:26:24.134Z Compiling xattr v1.0.1
23302023-10-21T04:26:24.523Z Compiling tar v0.4.40
23312023-10-21T04:26:24.587Z Compiling tough v0.12.5
23322023-10-21T04:26:24.822Z Compiling slog-stdlog v4.1.1
23332023-10-21T04:26:27.085Z Compiling camino-tempfile v1.0.2
23342023-10-21T04:26:27.784Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23352023-10-21T04:26:27.986Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23362023-10-21T04:26:28.429Z Compiling bytesize v1.3.0
23372023-10-21T04:26:29.368Z Compiling fs-err v2.9.0
23382023-10-21T04:26:30.756Z Compiling slog-envlogger v2.2.0
23392023-10-21T04:26:34.554Z Compiling humantime v2.1.0
23402023-10-21T04:26:37.959Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23412023-10-21T04:27:02.237Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23422023-10-21T04:27:02.544Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23432023-10-21T04:27:15.014Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23442023-10-21T04:27:17.506Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23452023-10-21T04:27:42.594Z Finished release [optimized] target(s) in 1m 48s
23462023-10-21T04:27:42.682Z
23472023-10-21T04:27:42.686Zreal 1:48.829924124
23482023-10-21T04:27:42.689Zuser 11:45.060962241
23492023-10-21T04:27:42.693Zsys 47.060142153
23502023-10-21T04:27:42.696Ztrap 0.430647069
23512023-10-21T04:27:42.698Ztflt 0.351626294
23522023-10-21T04:27:42.701Zdflt 0.740922729
23532023-10-21T04:27:42.705Zkflt 0.004921506
23542023-10-21T04:27:42.708Zlock 22:12.352412938
23552023-10-21T04:27:42.711Zslp 24:32.033927545
23562023-10-21T04:27:42.714Zlat 20.235192103
23572023-10-21T04:27:42.717Zstop 11.002002361
23582023-10-21T04:27:42.720Z+ ptime -m gzip
23592023-10-21T04:27:44.808Z
23602023-10-21T04:27:44.811Zreal 2.118860921
23612023-10-21T04:27:44.815Zuser 2.093742360
23622023-10-21T04:27:44.818Zsys 0.024395588
23632023-10-21T04:27:44.821Ztrap 0.000213769
23642023-10-21T04:27:44.824Ztflt 0.000000000
23652023-10-21T04:27:44.828Zdflt 0.000000000
23662023-10-21T04:27:44.831Zkflt 0.000000000
23672023-10-21T04:27:44.834Zlock 0.000000000
23682023-10-21T04:27:44.837Zslp 0.000000000
23692023-10-21T04:27:44.839Zlat 0.000167343
23702023-10-21T04:27:44.842Zstop 0.000226429
23712023-10-21T04:27:44.845Zprocess exited: duration 1286491 ms, exit code 0
 
23722023-10-21T04:27:44.852Zfound 5 output files
23732023-10-21T04:27:44.868Zuploading: /work/end-to-end-tests/bootstrap-3172ea7afe1e1275.gz (6513483 bytes)
23742023-10-21T04:27:47.864Zuploaded: /work/end-to-end-tests/bootstrap-3172ea7afe1e1275.gz
23752023-10-21T04:27:47.876Zuploading: /work/end-to-end-tests/bootstrap.gz (97645495 bytes)
23762023-10-21T04:28:26.766Zuploaded: /work/end-to-end-tests/bootstrap.gz
23772023-10-21T04:28:26.777Zuploading: /work/end-to-end-tests/end_to_end_tests-03d495de171b1ad9.gz (111637990 bytes)
23782023-10-21T04:29:22.580Zuploaded: /work/end-to-end-tests/end_to_end_tests-03d495de171b1ad9.gz
23792023-10-21T04:29:22.592Zuploading: /work/caboose-util.gz (4110723 bytes)
23802023-10-21T04:29:25.503Zuploaded: /work/caboose-util.gz
23812023-10-21T04:29:25.528Zuploading: /work/tufaceous.gz (13498515 bytes)
23822023-10-21T04:29:30.577Zuploaded: /work/tufaceous.gz