01HEJPEBVM25MBW95NEZYPCZ4F: 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: 01HEJPEPE4N7GMQ0V4YE2Q00MG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-06T16:13:13.058Zjob assigned to worker 01HEJPET6360H89F7QHARWAGN3 (queued for 1 m 37 s)
 
22023-11-06T16:13:13.832Zstarting task 0: "setup"
32023-11-06T16:13:14.230Z++ uname -s
42023-11-06T16:13:14.233Z+ kern=SunOS
52023-11-06T16:13:14.236Z+ case "$kern" in
62023-11-06T16:13:14.240Z+ groupadd -g 12345 build
72023-11-06T16:13:14.243Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-06T16:13:16.247Z+ zfs create -o mountpoint=/work rpool/work
92023-11-06T16:13:16.355Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-06T16:13:16.358Z+ home_fs=zfs
112023-11-06T16:13:16.360Z+ [[ zfs == autofs ]]
122023-11-06T16:13:16.363Z+ mkdir -p /home/build
132023-11-06T16:13:16.366Z+ chown build:build /home/build /work
142023-11-06T16:13:17.363Z+ chmod 0700 /home/build /work
152023-11-06T16:13:17.367Zprocess exited: duration 3532 ms, exit code 0
 
162023-11-06T16:13:17.373Zstarting task 1: "rust-toolchain"
172023-11-06T16:13:17.388Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-06T16:13:17.391Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-06T16:13:17.578Zinfo: downloading installer
202023-11-06T16:13:21.102Zwarning: it looks like you have an existing installation of Rust at:
212023-11-06T16:13:21.106Zwarning: /opt/ooce/bin
222023-11-06T16:13:21.109Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-06T16:13:21.112Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-06T16:13:21.115Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-06T16:13:21.118Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-06T16:13:21.122Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-06T16:13:21.124Zerror: cannot install while Rust is installed
282023-11-06T16:13:21.132Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-06T16:13:21.326Zinfo: profile set to 'default'
302023-11-06T16:13:21.329Zinfo: default host triple is x86_64-unknown-illumos
312023-11-06T16:13:21.332Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-06T16:13:21.499Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-06T16:13:21.504Zinfo: downloading component 'cargo'
342023-11-06T16:13:22.191Zinfo: downloading component 'clippy'
352023-11-06T16:13:22.424Zinfo: downloading component 'rust-docs'
362023-11-06T16:13:23.283Zinfo: downloading component 'rust-std'
372023-11-06T16:13:24.806Zinfo: downloading component 'rustc'
382023-11-06T16:13:28.651Zinfo: downloading component 'rustfmt'
392023-11-06T16:13:28.872Zinfo: installing component 'cargo'
402023-11-06T16:13:31.618Zinfo: installing component 'clippy'
412023-11-06T16:13:32.912Zinfo: installing component 'rust-docs'
422023-11-06T16:13:35.563Zinfo: installing component 'rust-std'
432023-11-06T16:13:40.894Zinfo: installing component 'rustc'
442023-11-06T16:13:52.281Zinfo: installing component 'rustfmt'
452023-11-06T16:13:52.829Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-06T16:13:52.832Z
472023-11-06T16:13:52.963Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-06T16:13:52.969Z
492023-11-06T16:13:52.971Z
502023-11-06T16:13:52.974ZRust is installed now. Great!
512023-11-06T16:13:52.977Z
522023-11-06T16:13:52.980ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-06T16:13:52.983Zenvironment variable. This has not been done automatically.
542023-11-06T16:13:52.986Z
552023-11-06T16:13:52.990ZTo configure your current shell, run:
562023-11-06T16:13:52.993Zsource "$HOME/.cargo/env"
572023-11-06T16:13:53.063Z+ rustc --version
582023-11-06T16:13:53.171Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-06T16:13:53.177Zprocess exited: duration 35802 ms, exit code 0
 
602023-11-06T16:13:53.184Zstarting task 2: "authentication"
612023-11-06T16:13:53.220Zprocess exited: duration 32 ms, exit code 0
 
622023-11-06T16:13:53.226Zstarting task 3: "clone repository"
632023-11-06T16:13:53.236Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-06T16:13:53.240Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-06T16:13:53.326ZCloning into '/work/oxidecomputer/omicron'...
662023-11-06T16:14:01.017Z+ cd /work/oxidecomputer/omicron
672023-11-06T16:14:01.021Z+ [[ -n sled-agent-add-sled-to-rack-cluster ]]
682023-11-06T16:14:01.025Z+ git fetch origin sled-agent-add-sled-to-rack-cluster
692023-11-06T16:14:01.394ZFrom https://github.com/oxidecomputer/omicron
702023-11-06T16:14:01.397Z * branch sled-agent-add-sled-to-rack-cluster -> FETCH_HEAD
712023-11-06T16:14:01.411Z+ git checkout -B sled-agent-add-sled-to-rack-cluster remotes/origin/sled-agent-add-sled-to-rack-cluster
722023-11-06T16:14:01.521ZSwitched to a new branch 'sled-agent-add-sled-to-rack-cluster'
732023-11-06T16:14:01.525Zbranch 'sled-agent-add-sled-to-rack-cluster' set up to track 'origin/sled-agent-add-sled-to-rack-cluster'.
742023-11-06T16:14:01.528Z+ git reset --hard 52e4932c77815cff5598206a4c2b7b4c35e2136b
752023-11-06T16:14:01.574ZHEAD is now at 52e4932c Fix v0 deserialization
762023-11-06T16:14:01.580Zprocess exited: duration 8337 ms, exit code 0
 
772023-11-06T16:14:01.587Zstarting task 4: "build"
782023-11-06T16:14:01.598Z+ cargo --version
792023-11-06T16:14:01.688Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-11-06T16:14:01.691Z+ rustc --version
812023-11-06T16:14:01.794Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-11-06T16:14:01.799Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-11-06T16:14:11.443Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-11-06T16:14:12.446Z Startup: Caching catalogs ... Done
852023-11-06T16:14:17.228ZPlanning: Solver setup ... Done (4.497s)
862023-11-06T16:14:17.346ZPlanning: Running solver ... Done (0.118s)
872023-11-06T16:14:17.401ZPlanning: Finding local manifests ... Done (0.003s)
882023-11-06T16:14:17.435ZPlanning: Fetching manifests: 0/4 0% complete
892023-11-06T16:14:17.674ZPlanning: Fetching manifests: 4/4 100% complete
902023-11-06T16:14:17.816ZPlanning: Package planning ... Done (0.141s)
912023-11-06T16:14:17.900ZPlanning: Merging actions ... Done (0.084s)
922023-11-06T16:14:19.206ZPlanning: Checking for conflicting actions ... Done (1.306s)
932023-11-06T16:14:19.223ZPlanning: Consolidating action changes ... Done (0.017s)
942023-11-06T16:14:29.467ZPlanning: Evaluating mediators ... Done (10.244s)
952023-11-06T16:14:29.483ZPlanning: Planning completed in 16.98 seconds
962023-11-06T16:14:31.333Z Packages to install: 4
972023-11-06T16:14:31.336Z Mediators to change: 2
982023-11-06T16:14:31.339Z Services to change: 1
992023-11-06T16:14:31.342Z Estimated space available: 149.39 GB
1002023-11-06T16:14:31.345ZEstimated space to be consumed: 1.37 GB
1012023-11-06T16:14:31.349Z Create boot environment: No
1022023-11-06T16:14:31.352ZCreate backup boot environment: No
1032023-11-06T16:14:31.355Z Rebuild boot archive: No
1042023-11-06T16:14:31.363Z
1052023-11-06T16:14:31.366ZChanged mediators:
1062023-11-06T16:14:31.369Z mediator clang:
1072023-11-06T16:14:31.372Z version: None -> 15 (system default)
1082023-11-06T16:14:31.376Z
1092023-11-06T16:14:31.379Z mediator llvm:
1102023-11-06T16:14:31.382Z version: 14 (system default) -> 15 (system default)
1112023-11-06T16:14:31.385Z
1122023-11-06T16:14:31.387ZChanged packages:
1132023-11-06T16:14:31.393Zhelios-dev
1142023-11-06T16:14:31.397Z developer/build-essential
1152023-11-06T16:14:31.400Z None -> 11-2.0
1162023-11-06T16:14:31.403Z library/libxmlsec1
1172023-11-06T16:14:31.406Z None -> 1.2.35-2.0
1182023-11-06T16:14:31.408Z ooce/developer/clang-15
1192023-11-06T16:14:31.411Z None -> 15.0.7-2.0
1202023-11-06T16:14:31.414Z ooce/developer/llvm-15
1212023-11-06T16:14:31.420Z None -> 15.0.7-2.0
1222023-11-06T16:14:31.423Z
1232023-11-06T16:14:31.428ZServices:
1242023-11-06T16:14:31.430Z restart_fmri:
1252023-11-06T16:14:31.433Z svc:/system/update-man-index:default
1262023-11-06T16:14:31.742Z
1272023-11-06T16:14:31.745ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-11-06T16:14:36.742ZDownload: 1197/3290 items 83.2/212.6MB 39% complete (17.0M/s)
1292023-11-06T16:14:41.742ZDownload: 1875/3290 items 118.5/212.6MB 55% complete (12.0M/s)
1302023-11-06T16:14:46.746ZDownload: 2369/3290 items 119.7/212.6MB 56% complete (4.0M/s)
1312023-11-06T16:14:51.747ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1322023-11-06T16:14:54.962ZDownload: Completed 212.60 MB in 23.22 seconds (9.2M/s)
1332023-11-06T16:14:55.326Z Actions: 1/3687 actions (Installing new actions)
1342023-11-06T16:15:00.360Z Actions: 2488/3687 actions (Installing new actions)
1352023-11-06T16:15:03.597Z Actions: Completed 3687 actions in 8.27 seconds.
1362023-11-06T16:15:03.762Z Done (0.158s)
1372023-11-06T16:15:03.766Z Done (0.000s)
1382023-11-06T16:15:03.973Z Done (0.207s)
1392023-11-06T16:15:11.617Z Done (7.531s)
1402023-11-06T16:15:11.936Z Done (0.219s)
1412023-11-06T16:15:11.944Z Done (0.000s)
1422023-11-06T16:15:12.161Z Done (0.000s)
1432023-11-06T16:15:12.834ZPlanning: Evaluating mediator changes ... Done
1442023-11-06T16:15:13.113ZPlanning: Checking for conflicting actions ... Done
1452023-11-06T16:15:13.124ZPlanning: Consolidating action changes ... Done
1462023-11-06T16:15:13.613ZPlanning: Evaluating mediators ... Done
1472023-11-06T16:15:13.620ZPlanning: Planning completed in 0.71 seconds
1482023-11-06T16:15:13.629Z Mediators to change: 2
1492023-11-06T16:15:13.656Z Create boot environment: No
1502023-11-06T16:15:13.664ZCreate backup boot environment: No
1512023-11-06T16:15:13.705Z Done
1522023-11-06T16:15:13.711Z Done
1532023-11-06T16:15:13.832Z Done
1542023-11-06T16:15:19.615Z Done
1552023-11-06T16:15:19.735Z Done
1562023-11-06T16:15:19.739Z Done
1572023-11-06T16:15:19.833Z Done
1582023-11-06T16:15:20.824ZPlanning: Evaluating mediator changes ... Done
1592023-11-06T16:15:20.827ZPlanning: Merging actions ... Done
1602023-11-06T16:15:21.154ZPlanning: Checking for conflicting actions ... Done
1612023-11-06T16:15:21.156ZPlanning: Consolidating action changes ... Done
1622023-11-06T16:15:21.579ZPlanning: Evaluating mediators ... Done
1632023-11-06T16:15:21.665ZPlanning: Planning completed in 1.28 seconds
1642023-11-06T16:15:21.722Z Packages to change: 1
1652023-11-06T16:15:21.725Z Mediators to change: 1
1662023-11-06T16:15:21.728Z Services to change: 1
1672023-11-06T16:15:21.731Z Create boot environment: No
1682023-11-06T16:15:21.734ZCreate backup boot environment: Yes
1692023-11-06T16:15:24.795Z Actions: 1/6 actions (Updating modified actions)
1702023-11-06T16:15:24.798Z Actions: Completed 6 actions in 0.00 seconds.
1712023-11-06T16:15:24.801Z Done
1722023-11-06T16:15:24.804Z Done
1732023-11-06T16:15:24.850Z Done
1742023-11-06T16:15:30.585Z Done
1752023-11-06T16:15:30.706Z Done
1762023-11-06T16:15:30.710Z Done
1772023-11-06T16:15:30.882Z Done
1782023-11-06T16:15:31.556ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1792023-11-06T16:15:31.559Zclang system 15 system
1802023-11-06T16:15:31.562Zcsh system system illumos
1812023-11-06T16:15:31.565Zctags system system illumos
1822023-11-06T16:15:31.570Zgcc vendor 12 vendor
1832023-11-06T16:15:31.573Zgcc system 10 system
1842023-11-06T16:15:31.576Zgcc system 7 system
1852023-11-06T16:15:31.579Zgo system 1.20 system
1862023-11-06T16:15:31.582Zgo system 1.19 system
1872023-11-06T16:15:31.585Zllvm system 15 system
1882023-11-06T16:15:31.588Zllvm system 14 system
1892023-11-06T16:15:31.591Zmariadb system 10.6 system
1902023-11-06T16:15:31.594Zmta vendor vendor dma
1912023-11-06T16:15:31.597Zopenjdk system 17 system
1922023-11-06T16:15:31.600Zopenjdk system 11 system
1932023-11-06T16:15:31.603Zopenjdk system 1.8 system
1942023-11-06T16:15:31.606Zopenssl vendor 3 vendor
1952023-11-06T16:15:31.609Zperl system 5.36 system
1962023-11-06T16:15:31.613Zpostgresql system 15 system
1972023-11-06T16:15:31.616Zpostgresql system 13 system
1982023-11-06T16:15:31.619Zpython vendor 3 vendor
1992023-11-06T16:15:31.622Zpython system 2 system
2002023-11-06T16:15:31.625Zpython3 system 3.11 system
2012023-11-06T16:15:31.628Zruby system 3.0 system
2022023-11-06T16:15:31.631Zwords vendor vendor american-english
2032023-11-06T16:15:31.634Zwords system system australian-english
2042023-11-06T16:15:31.637Zwords system system british-english
2052023-11-06T16:15:31.640Zwords system system canadian-english
2062023-11-06T16:15:31.643Zwords system system french
2072023-11-06T16:15:31.646Zwords system system italian
2082023-11-06T16:15:31.650Zwords system system ngerman
2092023-11-06T16:15:31.653Zwords system system ogerman
2102023-11-06T16:15:31.657Zwords system system spanish
2112023-11-06T16:15:32.099ZFMRI IFO
2122023-11-06T16:15:32.102Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2132023-11-06T16:15:32.105Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2142023-11-06T16:15:32.108Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2152023-11-06T16:15:32.110Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2162023-11-06T16:15:32.113Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2172023-11-06T16:15:32.117Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2182023-11-06T16:15:32.174Z+ set -o errexit
2192023-11-06T16:15:32.177Z+++ dirname ./tools/ci_download_cockroachdb
2202023-11-06T16:15:32.180Z++ cd ./tools
2212023-11-06T16:15:32.183Z++ pwd
2222023-11-06T16:15:32.186Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2232023-11-06T16:15:32.189Z++ basename ./tools/ci_download_cockroachdb
2242023-11-06T16:15:32.192Z+ ARG0=ci_download_cockroachdb
2252023-11-06T16:15:32.195Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2262023-11-06T16:15:32.198Z+ CIDL_VERSION=v22.1.9
2272023-11-06T16:15:32.201Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2282023-11-06T16:15:32.204Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2292023-11-06T16:15:32.207Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2302023-11-06T16:15:32.210Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2312023-11-06T16:15:32.213Z+ TARGET_DIR=out
2322023-11-06T16:15:32.218Z+ DOWNLOAD_DIR=out/downloads
2332023-11-06T16:15:32.221Z+ DEST_DIR=./out/cockroachdb
2342023-11-06T16:15:32.223Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2352023-11-06T16:15:32.227Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2362023-11-06T16:15:32.232Z+ main
2372023-11-06T16:15:32.235Z+ [[ 0 != 0 ]]
2382023-11-06T16:15:32.238Z+ CIDL_OS=solaris2.11
2392023-11-06T16:15:32.241Z+ [[ 0 != 0 ]]
2402023-11-06T16:15:32.243Z+ configure_os solaris2.11
2412023-11-06T16:15:32.246Z+ echo 'current directory: /work/oxidecomputer/omicron'
2422023-11-06T16:15:32.249Zcurrent directory: /work/oxidecomputer/omicron
2432023-11-06T16:15:32.252Z+ echo 'configuring based on OS: "solaris2.11"'
2442023-11-06T16:15:32.255Zconfiguring based on OS: "solaris2.11"
2452023-11-06T16:15:32.257Z+ case "$1" in
2462023-11-06T16:15:32.260Z+ CIDL_BUILD=illumos
2472023-11-06T16:15:32.263Z+ CIDL_SUFFIX=tar.gz
2482023-11-06T16:15:32.267Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2492023-11-06T16:15:32.270Z+ CIDL_MD5FUNC=do_md5sum
2502023-11-06T16:15:32.274Z+ CIDL_URL_BASE=https://illumos.org/downloads
2512023-11-06T16:15:32.278Z+ CIDL_ASSEMBLE=do_assemble_illumos
2522023-11-06T16:15:32.282Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2532023-11-06T16:15:32.288Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2542023-11-06T16:15:32.297Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2552023-11-06T16:15:32.310Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2562023-11-06T16:15:32.324Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-11-06T16:15:32.333Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2582023-11-06T16:15:32.336ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-11-06T16:15:32.339Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2602023-11-06T16:15:32.342ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-11-06T16:15:32.345Z+ mkdir -p out/downloads
2622023-11-06T16:15:32.348Z+ mkdir -p ./out/cockroachdb
2632023-11-06T16:15:32.350Z+ local DO_DOWNLOAD=true
2642023-11-06T16:15:32.353Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2652023-11-06T16:15:32.356Z+ '[' true == true ']'
2662023-11-06T16:15:32.359Z+ echo Downloading...
2672023-11-06T16:15:32.365ZDownloading...
2682023-11-06T16:15:32.369Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-11-06T16:15:32.371Z+ 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
2702023-11-06T16:15:35.352Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-11-06T16:15:35.355Z++ md5sum
2722023-11-06T16:15:35.358Z++ awk '{print $1}'
2732023-11-06T16:15:35.536Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2742023-11-06T16:15:35.540Z+ [[ 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 ]]
2752023-11-06T16:15:35.545Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-11-06T16:15:35.548Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2772023-11-06T16:15:39.133Z+ do_assemble_illumos
2782023-11-06T16:15:39.137Z+ rm -r ./out/cockroachdb
2792023-11-06T16:15:39.141Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2802023-11-06T16:15:39.788Z+ ./out/cockroachdb/bin/cockroach version
2812023-11-06T16:15:40.135ZBuild Tag: v22.1.9-dirty
2822023-11-06T16:15:40.149ZBuild Time: 2022/10/26 21:17:46
2832023-11-06T16:15:40.157ZDistribution: OSS
2842023-11-06T16:15:40.165ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2852023-11-06T16:15:40.172ZGo Version: go1.17.13
2862023-11-06T16:15:40.178ZC Compiler: gcc 10.3.0
2872023-11-06T16:15:40.182ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2882023-11-06T16:15:40.186ZBuild Type: release
2892023-11-06T16:15:40.189Z+ set -o errexit
2902023-11-06T16:15:40.193Z+++ dirname ./tools/ci_download_clickhouse
2912023-11-06T16:15:40.196Z++ cd ./tools
2922023-11-06T16:15:40.200Z++ pwd
2932023-11-06T16:15:40.203Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2942023-11-06T16:15:40.207Z++ basename ./tools/ci_download_clickhouse
2952023-11-06T16:15:40.212Z+ ARG0=ci_download_clickhouse
2962023-11-06T16:15:40.216Z+ TARGET_DIR=out
2972023-11-06T16:15:40.220Z+ DOWNLOAD_DIR=out/downloads
2982023-11-06T16:15:40.226Z+ DEST_DIR=./out/clickhouse
2992023-11-06T16:15:40.253Z+ CIDL_VERSION=v22.8.9.24
3002023-11-06T16:15:40.256Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3012023-11-06T16:15:40.259Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3022023-11-06T16:15:40.262Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3032023-11-06T16:15:40.265Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3042023-11-06T16:15:40.268Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3052023-11-06T16:15:40.271Z+ main
3062023-11-06T16:15:40.274Z+ [[ 0 != 0 ]]
3072023-11-06T16:15:40.277Z+ CIDL_OS=solaris2.11
3082023-11-06T16:15:40.281Z+ [[ 0 != 0 ]]
3092023-11-06T16:15:40.284Z+ configure_os solaris2.11
3102023-11-06T16:15:40.287Z+ echo 'current directory: /work/oxidecomputer/omicron'
3112023-11-06T16:15:40.290Zcurrent directory: /work/oxidecomputer/omicron
3122023-11-06T16:15:40.293Z+ echo 'configuring based on OS: "solaris2.11"'
3132023-11-06T16:15:40.295Zconfiguring based on OS: "solaris2.11"
3142023-11-06T16:15:40.298Z+ CIDL_DASHREV=
3152023-11-06T16:15:40.301Z+ case "$1" in
3162023-11-06T16:15:40.304Z+ CIDL_PLATFORM=illumos
3172023-11-06T16:15:40.307Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3182023-11-06T16:15:40.310Z+ CIDL_MD5FUNC=do_md5sum
3192023-11-06T16:15:40.313Z+ CIDL_DASHREV=-1
3202023-11-06T16:15:40.316Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3212023-11-06T16:15:40.319Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-11-06T16:15:40.322Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-11-06T16:15:40.325Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-11-06T16:15:40.328Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3252023-11-06T16:15:40.331ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-11-06T16:15:40.334Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3272023-11-06T16:15:40.337ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-11-06T16:15:40.340Z+ mkdir -p out/downloads
3292023-11-06T16:15:40.346Z+ mkdir -p ./out/clickhouse
3302023-11-06T16:15:40.348Z+ local DO_DOWNLOAD=true
3312023-11-06T16:15:40.351Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3322023-11-06T16:15:40.354Z+ '[' true == true ']'
3332023-11-06T16:15:40.357Z+ echo Downloading...
3342023-11-06T16:15:40.360ZDownloading...
3352023-11-06T16:15:40.363Z+ 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
3362023-11-06T16:15:40.366Z+ 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
3372023-11-06T16:15:41.648Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-06T16:15:41.651Z++ md5sum
3392023-11-06T16:15:41.658Z++ awk '{print $1}'
3402023-11-06T16:15:41.909Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3412023-11-06T16:15:41.912Z+ [[ 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 ]]
3422023-11-06T16:15:41.917Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3432023-11-06T16:15:41.920Z+ mkdir -p ./out/clickhouse
3442023-11-06T16:15:41.922Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3452023-11-06T16:15:47.040Z+ ./out/clickhouse/clickhouse server --version
3462023-11-06T16:15:47.091ZClickHouse server version 22.8.9.1.
3472023-11-06T16:15:47.113Z+ set -o errexit
3482023-11-06T16:15:47.116Z+++ dirname ./tools/ci_download_console
3492023-11-06T16:15:47.119Z++ cd ./tools
3502023-11-06T16:15:47.122Z++ pwd
3512023-11-06T16:15:47.127Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3522023-11-06T16:15:47.130Z++ basename ./tools/ci_download_console
3532023-11-06T16:15:47.134Z+ ARG0=ci_download_console
3542023-11-06T16:15:47.136Z+ TARGET_DIR=out
3552023-11-06T16:15:47.140Z+ DOWNLOAD_DIR=out/downloads
3562023-11-06T16:15:47.143Z+ DEST_DIR=./out/console-assets
3572023-11-06T16:15:47.146Z+ source /work/oxidecomputer/omicron/tools/console_version
3582023-11-06T16:15:47.149Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3592023-11-06T16:15:47.152Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3602023-11-06T16:15:47.155Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3612023-11-06T16:15:47.157Z+ TARBALL_FILE=out/downloads/console.tar.gz
3622023-11-06T16:15:47.161Z+ main
3632023-11-06T16:15:47.164Z+ [[ 0 != 0 ]]
3642023-11-06T16:15:47.167Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3652023-11-06T16:15:47.170ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3662023-11-06T16:15:47.173Z+ echo 'Local file: out/downloads/console.tar.gz'
3672023-11-06T16:15:47.176ZLocal file: out/downloads/console.tar.gz
3682023-11-06T16:15:47.179Z+ local DO_DOWNLOAD=true
3692023-11-06T16:15:47.183Z+ [[ -f out/downloads/console.tar.gz ]]
3702023-11-06T16:15:47.186Z+ mkdir -p out/downloads
3712023-11-06T16:15:47.189Z+ '[' true == true ']'
3722023-11-06T16:15:47.192Z+ echo Downloading...
3732023-11-06T16:15:47.195ZDownloading...
3742023-11-06T16:15:47.198Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3752023-11-06T16:15:47.201Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3762023-11-06T16:15:47.816Z++ do_sha256sum out/downloads/console.tar.gz
3772023-11-06T16:15:47.819Z++ case "$OSTYPE" in
3782023-11-06T16:15:47.822Z++ SHA=sha256sum
3792023-11-06T16:15:47.825Z++ sha256sum
3802023-11-06T16:15:47.828Z++ awk '{print $1}'
3812023-11-06T16:15:47.841Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3822023-11-06T16:15:47.843Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
3832023-11-06T16:15:47.846Z+ rm -rf ./out/console-assets
3842023-11-06T16:15:47.849Z+ mkdir -p ./out/console-assets
3852023-11-06T16:15:47.854Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3862023-11-06T16:15:47.859Z+ mkdir -p ./out/console-assets
3872023-11-06T16:15:47.862Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3882023-11-06T16:15:47.997Z+ set -o errexit
3892023-11-06T16:15:48.001Z+++ dirname ./tools/ci_download_maghemite_openapi
3902023-11-06T16:15:48.004Z++ cd ./tools
3912023-11-06T16:15:48.008Z++ pwd
3922023-11-06T16:15:48.011Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3932023-11-06T16:15:48.016Z++ basename ./tools/ci_download_maghemite_openapi
3942023-11-06T16:15:48.019Z+ ARG0=ci_download_maghemite_openapi
3952023-11-06T16:15:48.022Z+ TARGET_DIR=out
3962023-11-06T16:15:48.025Z+ DOWNLOAD_DIR=out/downloads
3972023-11-06T16:15:48.030Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3982023-11-06T16:15:48.033Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
3992023-11-06T16:15:48.036Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4002023-11-06T16:15:48.039Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4012023-11-06T16:15:48.042Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4022023-11-06T16:15:48.045Z+ main
4032023-11-06T16:15:48.048Z+ [[ 0 != 0 ]]
4042023-11-06T16:15:48.051Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4052023-11-06T16:15:48.054ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4062023-11-06T16:15:48.057Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4072023-11-06T16:15:48.060ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4082023-11-06T16:15:48.063Z+ local DO_DOWNLOAD=true
4092023-11-06T16:15:48.066Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4102023-11-06T16:15:48.069Z+ mkdir -p out/downloads
4112023-11-06T16:15:48.072Z+ '[' true == true ']'
4122023-11-06T16:15:48.076Z+ echo Downloading...
4132023-11-06T16:15:48.079ZDownloading...
4142023-11-06T16:15:48.082Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4152023-11-06T16:15:48.085Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4162023-11-06T16:15:48.317Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4172023-11-06T16:15:48.321Z++ case "$OSTYPE" in
4182023-11-06T16:15:48.324Z++ SHA=sha256sum
4192023-11-06T16:15:48.326Z++ sha256sum
4202023-11-06T16:15:48.329Z++ awk '{print $1}'
4212023-11-06T16:15:48.332Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4222023-11-06T16:15:48.335Z+ [[ 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 ]]
4232023-11-06T16:15:48.338Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4242023-11-06T16:15:48.343Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4252023-11-06T16:15:48.347Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4262023-11-06T16:15:48.350Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4272023-11-06T16:15:48.353Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4282023-11-06T16:15:48.356Z+ main
4292023-11-06T16:15:48.359Z+ [[ 0 != 0 ]]
4302023-11-06T16:15:48.362Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4312023-11-06T16:15:48.366ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4322023-11-06T16:15:48.369Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4332023-11-06T16:15:48.372ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4342023-11-06T16:15:48.375Z+ local DO_DOWNLOAD=true
4352023-11-06T16:15:48.378Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4362023-11-06T16:15:48.381Z+ mkdir -p out/downloads
4372023-11-06T16:15:48.384Z+ '[' true == true ']'
4382023-11-06T16:15:48.387Z+ echo Downloading...
4392023-11-06T16:15:48.389ZDownloading...
4402023-11-06T16:15:48.393Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4412023-11-06T16:15:48.396Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4422023-11-06T16:15:48.496Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4432023-11-06T16:15:48.499Z++ case "$OSTYPE" in
4442023-11-06T16:15:48.502Z++ SHA=sha256sum
4452023-11-06T16:15:48.505Z++ sha256sum
4462023-11-06T16:15:48.508Z++ awk '{print $1}'
4472023-11-06T16:15:48.512Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4482023-11-06T16:15:48.516Z+ [[ 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 ]]
4492023-11-06T16:15:48.521Z+ set -o errexit
4502023-11-06T16:15:48.525Z+++ dirname ./tools/ci_download_dendrite_openapi
4512023-11-06T16:15:48.528Z++ cd ./tools
4522023-11-06T16:15:48.531Z++ pwd
4532023-11-06T16:15:48.536Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4542023-11-06T16:15:48.539Z++ basename ./tools/ci_download_dendrite_openapi
4552023-11-06T16:15:48.543Z+ ARG0=ci_download_dendrite_openapi
4562023-11-06T16:15:48.546Z+ TARGET_DIR=out
4572023-11-06T16:15:48.548Z+ DOWNLOAD_DIR=out/downloads
4582023-11-06T16:15:48.551Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4592023-11-06T16:15:48.556Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4602023-11-06T16:15:48.559Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4612023-11-06T16:15:48.562Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4622023-11-06T16:15:48.565Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4632023-11-06T16:15:48.569Z+ main
4642023-11-06T16:15:48.572Z+ [[ 0 != 0 ]]
4652023-11-06T16:15:48.575Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4662023-11-06T16:15:48.578ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4672023-11-06T16:15:48.580Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4682023-11-06T16:15:48.583ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4692023-11-06T16:15:48.586Z+ local DO_DOWNLOAD=true
4702023-11-06T16:15:48.589Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4712023-11-06T16:15:48.593Z+ mkdir -p out/downloads
4722023-11-06T16:15:48.596Z+ '[' true == true ']'
4732023-11-06T16:15:48.599Z+ echo Downloading...
4742023-11-06T16:15:48.603ZDownloading...
4752023-11-06T16:15:48.606Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4762023-11-06T16:15:48.609Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4772023-11-06T16:15:48.700Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4782023-11-06T16:15:48.704Z++ case "$OSTYPE" in
4792023-11-06T16:15:48.706Z++ SHA=sha256sum
4802023-11-06T16:15:48.710Z++ sha256sum
4812023-11-06T16:15:48.712Z++ awk '{print $1}'
4822023-11-06T16:15:48.715Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4832023-11-06T16:15:48.718Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
4842023-11-06T16:15:48.721Z+ set -o errexit
4852023-11-06T16:15:48.724Z+++ dirname ./tools/ci_download_dendrite_stub
4862023-11-06T16:15:48.727Z++ cd ./tools
4872023-11-06T16:15:48.730Z++ pwd
4882023-11-06T16:15:48.733Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4892023-11-06T16:15:48.736Z++ basename ./tools/ci_download_dendrite_stub
4902023-11-06T16:15:48.739Z+ ARG0=ci_download_dendrite_stub
4912023-11-06T16:15:48.741Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4922023-11-06T16:15:48.745Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
4932023-11-06T16:15:48.750Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
4942023-11-06T16:15:48.753Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
4952023-11-06T16:15:48.756Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4962023-11-06T16:15:48.759Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4972023-11-06T16:15:48.763Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4982023-11-06T16:15:48.767Z+ TARGET_DIR=out
4992023-11-06T16:15:48.770Z+ DOWNLOAD_DIR=out/downloads
5002023-11-06T16:15:48.773Z+ DEST_DIR=./out/dendrite-stub
5012023-11-06T16:15:48.776Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5022023-11-06T16:15:48.779Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5032023-11-06T16:15:48.782Z+ REPO=oxidecomputer/dendrite
5042023-11-06T16:15:48.785Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5052023-11-06T16:15:48.788Z+ main
5062023-11-06T16:15:48.791Z+ [[ 0 != 0 ]]
5072023-11-06T16:15:48.794Z+ CIDL_OS=solaris2.11
5082023-11-06T16:15:48.797Z+ [[ 0 != 0 ]]
5092023-11-06T16:15:48.800Z+ configure_os solaris2.11
5102023-11-06T16:15:48.803Z+ echo 'current directory: /work/oxidecomputer/omicron'
5112023-11-06T16:15:48.805Zcurrent directory: /work/oxidecomputer/omicron
5122023-11-06T16:15:48.808Zconfiguring based on OS: "solaris2.11"
5132023-11-06T16:15:48.811Z+ echo 'configuring based on OS: "solaris2.11"'
5142023-11-06T16:15:48.814Z+ case "$1" in
5152023-11-06T16:15:48.817Z+ SET_BINARIES=
5162023-11-06T16:15:48.820Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5172023-11-06T16:15:48.823Z+ CIDL_SHA256FUNC=do_sha256sum
5182023-11-06T16:15:48.826Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5192023-11-06T16:15:48.829Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5202023-11-06T16:15:48.835Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5212023-11-06T16:15:48.839Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5222023-11-06T16:15:48.844ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5232023-11-06T16:15:48.847Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5242023-11-06T16:15:48.851ZLocal file: out/downloads/dendrite-stub.tar.gz
5252023-11-06T16:15:48.855Z+ mkdir -p out/downloads
5262023-11-06T16:15:48.859Z+ mkdir -p ./out/dendrite-stub
5272023-11-06T16:15:48.863Z+ fetch_and_verify
5282023-11-06T16:15:48.874Z+ local DO_DOWNLOAD=true
5292023-11-06T16:15:48.895Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5302023-11-06T16:15:48.912Z+ '[' true == true ']'
5312023-11-06T16:15:48.920Z+ echo Downloading...
5322023-11-06T16:15:48.924ZDownloading...
5332023-11-06T16:15:48.933Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5342023-11-06T16:15:48.938Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5352023-11-06T16:15:56.440Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5362023-11-06T16:15:56.451Z++ sha256sum
5372023-11-06T16:15:56.458Z++ awk '{print $1}'
5382023-11-06T16:15:56.530Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5392023-11-06T16:15:56.534Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5402023-11-06T16:15:56.538Z+ do_untar out/downloads/dendrite-stub.tar.gz
5412023-11-06T16:15:56.541Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5422023-11-06T16:15:57.472Z+ do_assemble
5432023-11-06T16:15:57.475Z+ rm -r ./out/dendrite-stub
5442023-11-06T16:15:57.478Z+ mkdir ./out/dendrite-stub
5452023-11-06T16:15:57.481Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5462023-11-06T16:15:57.610Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5472023-11-06T16:15:57.625Z+ set -o errexit
5482023-11-06T16:15:57.628Z+++ dirname ./tools/ci_download_maghemite_mgd
5492023-11-06T16:15:57.631Z++ cd ./tools
5502023-11-06T16:15:57.635Z++ pwd
5512023-11-06T16:15:57.639Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5522023-11-06T16:15:57.641Z++ basename ./tools/ci_download_maghemite_mgd
5532023-11-06T16:15:57.645Z+ ARG0=ci_download_maghemite_mgd
5542023-11-06T16:15:57.648Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5552023-11-06T16:15:57.651Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5562023-11-06T16:15:57.655Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5572023-11-06T16:15:57.659Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5582023-11-06T16:15:57.663Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5592023-11-06T16:15:57.666Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5602023-11-06T16:15:57.669Z+ TARGET_DIR=out
5612023-11-06T16:15:57.672Z+ DOWNLOAD_DIR=out/downloads
5622023-11-06T16:15:57.676Z+ DEST_DIR=./out/mgd
5632023-11-06T16:15:57.680Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5642023-11-06T16:15:57.687Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5652023-11-06T16:15:57.693Z+ REPO=oxidecomputer/maghemite
5662023-11-06T16:15:57.698Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5672023-11-06T16:15:57.703Z+ main
5682023-11-06T16:15:57.708Z+ [[ 0 != 0 ]]
5692023-11-06T16:15:57.714Z+ CIDL_OS=solaris2.11
5702023-11-06T16:15:57.717Z+ [[ 0 != 0 ]]
5712023-11-06T16:15:57.720Z+ configure_os solaris2.11
5722023-11-06T16:15:57.723Z+ echo 'current directory: /work/oxidecomputer/omicron'
5732023-11-06T16:15:57.726Zcurrent directory: /work/oxidecomputer/omicron
5742023-11-06T16:15:57.729Z+ echo 'configuring based on OS: "solaris2.11"'
5752023-11-06T16:15:57.732Zconfiguring based on OS: "solaris2.11"
5762023-11-06T16:15:57.735Z+ case "$1" in
5772023-11-06T16:15:57.738Z+ SET_BINARIES=
5782023-11-06T16:15:57.742Z+ CIDL_SHA256FUNC=do_sha256sum
5792023-11-06T16:15:57.745Z+ TARBALL_FILENAME=mgd.tar.gz
5802023-11-06T16:15:57.748Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5812023-11-06T16:15:57.753Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5822023-11-06T16:15:57.756Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
5832023-11-06T16:15:57.760Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5842023-11-06T16:15:57.763ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5852023-11-06T16:15:57.767ZLocal file: out/downloads/mgd.tar.gz
5862023-11-06T16:15:57.828Z+ mkdir -p out/downloads
5872023-11-06T16:15:57.843Z+ mkdir -p ./out/mgd
5882023-11-06T16:15:57.856Z+ fetch_and_verify
5892023-11-06T16:15:57.868Z+ local DO_DOWNLOAD=true
5902023-11-06T16:15:57.877Z+ [[ -f out/downloads/mgd.tar.gz ]]
5912023-11-06T16:15:57.886Z+ '[' true == true ']'
5922023-11-06T16:15:57.896Z+ echo Downloading...
5932023-11-06T16:15:57.904ZDownloading...
5942023-11-06T16:15:57.914Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
5952023-11-06T16:15:57.922Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5962023-11-06T16:16:03.941Z++ do_sha256sum out/downloads/mgd.tar.gz
5972023-11-06T16:16:03.966Z++ sha256sum
5982023-11-06T16:16:04.017Z++ awk '{print $1}'
5992023-11-06T16:16:04.025Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
6002023-11-06T16:16:04.028Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6012023-11-06T16:16:04.031Z+ do_untar out/downloads/mgd.tar.gz
6022023-11-06T16:16:04.034Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6032023-11-06T16:16:04.707Z+ do_assemble
6042023-11-06T16:16:04.711Z+ rm -r ./out/mgd
6052023-11-06T16:16:04.714Z+ mkdir ./out/mgd
6062023-11-06T16:16:04.718Z+ cp -r out/downloads/root ./out/mgd/root
6072023-11-06T16:16:04.942Z+ set -o errexit
6082023-11-06T16:16:04.945Z+++ dirname ./tools/ci_download_transceiver_control
6092023-11-06T16:16:04.948Z++ cd ./tools
6102023-11-06T16:16:04.951Z++ pwd
6112023-11-06T16:16:04.954Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6122023-11-06T16:16:04.958Z++ basename ./tools/ci_download_transceiver_control
6132023-11-06T16:16:04.961Z+ ARG0=ci_download_transceiver_control
6142023-11-06T16:16:04.965Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6152023-11-06T16:16:04.968Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6162023-11-06T16:16:04.972Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6172023-11-06T16:16:04.977Z+ TARGET_DIR=out
6182023-11-06T16:16:04.980Z+ DOWNLOAD_DIR=out/downloads
6192023-11-06T16:16:04.983Z+ DEST_DIR=./out/transceiver-control
6202023-11-06T16:16:04.989Z+ BIN_DIR=/opt/oxide/bin
6212023-11-06T16:16:04.992Z+ BINARY=xcvradm
6222023-11-06T16:16:04.995Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6232023-11-06T16:16:04.999Z+ REPO=oxidecomputer/transceiver-control
6242023-11-06T16:16:05.002Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6252023-11-06T16:16:05.005Z+ main
6262023-11-06T16:16:05.009Z+ [[ 0 != 0 ]]
6272023-11-06T16:16:05.012Z+ CIDL_OS=solaris2.11
6282023-11-06T16:16:05.044Z+ [[ 0 != 0 ]]
6292023-11-06T16:16:05.048Z+ configure_os solaris2.11
6302023-11-06T16:16:05.051Z+ echo 'current directory: /work/oxidecomputer/omicron'
6312023-11-06T16:16:05.055Zcurrent directory: /work/oxidecomputer/omicron
6322023-11-06T16:16:05.058Zconfiguring based on OS: "solaris2.11"
6332023-11-06T16:16:05.061Z+ echo 'configuring based on OS: "solaris2.11"'
6342023-11-06T16:16:05.066Z+ case "$1" in
6352023-11-06T16:16:05.072Z+ SET_BINARIES=
6362023-11-06T16:16:05.075Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372023-11-06T16:16:05.079Z+ CIDL_SHA256FUNC=do_sha256sum
6382023-11-06T16:16:05.083Z+ ARCHIVE_FILENAME=xcvradm.gz
6392023-11-06T16:16:05.087Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6402023-11-06T16:16:05.091Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6412023-11-06T16:16:05.094Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6422023-11-06T16:16:05.097ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6432023-11-06T16:16:05.101Z+ echo 'Local file: out/downloads/xcvradm.gz'
6442023-11-06T16:16:05.104ZLocal file: out/downloads/xcvradm.gz
6452023-11-06T16:16:05.107Z+ mkdir -p out/downloads
6462023-11-06T16:16:05.112Z+ mkdir -p ./out/transceiver-control
6472023-11-06T16:16:05.115Z+ fetch_and_verify
6482023-11-06T16:16:05.118Z+ local DO_DOWNLOAD=true
6492023-11-06T16:16:05.121Z+ [[ -f out/downloads/xcvradm.gz ]]
6502023-11-06T16:16:05.124Z+ '[' true == true ']'
6512023-11-06T16:16:05.128Z+ echo Downloading...
6522023-11-06T16:16:05.132ZDownloading...
6532023-11-06T16:16:05.135Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6542023-11-06T16:16:05.138Z+ 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
6552023-11-06T16:16:08.241Z++ do_sha256sum out/downloads/xcvradm.gz
6562023-11-06T16:16:08.244Z++ sha256sum
6572023-11-06T16:16:08.247Z++ awk '{print $1}'
6582023-11-06T16:16:08.267Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592023-11-06T16:16:08.271Z+ [[ 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 ]]
6602023-11-06T16:16:08.274Z+ do_unpack out/downloads/xcvradm.gz
6612023-11-06T16:16:08.276Z+ mkdir -p out/downloads/root//opt/oxide/bin
6622023-11-06T16:16:08.279Z+ gzip -dc out/downloads/xcvradm.gz
6632023-11-06T16:16:08.863Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6642023-11-06T16:16:08.867Z+ do_assemble
6652023-11-06T16:16:08.870Z+ rm -r ./out/transceiver-control
6662023-11-06T16:16:08.873Z+ mkdir ./out/transceiver-control
6672023-11-06T16:16:08.876Z+ cp -r out/downloads/root ./out/transceiver-control/root
6682023-11-06T16:16:08.880ZAll prerequisites installed successfully
6692023-11-06T16:16:08.884Z
6702023-11-06T16:16:08.890Zreal 2:06.879833977
6712023-11-06T16:16:08.893Zuser 51.917109477
6722023-11-06T16:16:08.895Zsys 10.517689440
6732023-11-06T16:16:08.899Ztrap 0.022326331
6742023-11-06T16:16:08.905Ztflt 0.196251970
6752023-11-06T16:16:08.908Zdflt 0.640679825
6762023-11-06T16:16:08.911Zkflt 0.141195988
6772023-11-06T16:16:08.914Zlock 2.126217188
6782023-11-06T16:16:08.916Zslp 3:55.699955859
6792023-11-06T16:16:08.920Zlat 4.232222766
6802023-11-06T16:16:08.923Zstop 0.111522254
6812023-11-06T16:16:08.926Z+ banner end-to-end-tests
6822023-11-06T16:16:08.929Z
6832023-11-06T16:16:08.933Z ###### # # ##### ##### #### ###### # # #####
6842023-11-06T16:16:08.936Z # ## # # # # # # # ## # # #
6852023-11-06T16:16:08.939Z ##### # # # # # ##### # # # ##### ##### # # # # #
6862023-11-06T16:16:08.942Z # # # # # # # # # # # # # # #
6872023-11-06T16:16:08.945Z # # ## # # # # # # # ## # #
6882023-11-06T16:16:08.950Z ###### # # ##### # #### ###### # # #####
6892023-11-06T16:16:08.961Z
6902023-11-06T16:16:08.966Z+ export CARGO_PROFILE_DEV_DEBUG=1
6912023-11-06T16:16:08.969Z+ CARGO_PROFILE_DEV_DEBUG=1
6922023-11-06T16:16:08.973Z+ export CARGO_PROFILE_TEST_DEBUG=1
6932023-11-06T16:16:08.976Z+ CARGO_PROFILE_TEST_DEBUG=1
6942023-11-06T16:16:08.979Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6952023-11-06T16:16:09.078Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6962023-11-06T16:16:09.454Z Updating crates.io index
6972023-11-06T16:16:09.458Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6982023-11-06T16:16:10.392Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6992023-11-06T16:16:12.187Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7002023-11-06T16:16:12.880Z Updating git repository `http://github.com/oxidecomputer/tofino`
7012023-11-06T16:16:13.288Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7022023-11-06T16:16:13.575Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7032023-11-06T16:16:13.896Z Updating git repository `https://github.com/oxidecomputer/propolis`
7042023-11-06T16:16:14.811Z Updating git repository `https://github.com/oxidecomputer/crucible`
7052023-11-06T16:16:16.586Z Updating git repository `https://github.com/oxidecomputer/opte`
7062023-11-06T16:16:17.600Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7072023-11-06T16:16:17.978Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7082023-11-06T16:16:18.344Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7092023-11-06T16:16:18.943Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7102023-11-06T16:16:19.283Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7112023-11-06T16:16:19.697Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7122023-11-06T16:16:20.055Z Updating git repository `https://github.com/njaremko/samael`
7132023-11-06T16:16:20.492Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7142023-11-06T16:16:21.153Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7152023-11-06T16:16:21.570Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7162023-11-06T16:16:21.912Z Updating git repository `https://github.com/jgallagher/nix`
7172023-11-06T16:16:23.341Z Updating git repository `https://github.com/cbiffle/hubpack`
7182023-11-06T16:16:23.696Z Updating git repository `https://github.com/oxidecomputer/omicron`
7192023-11-06T16:16:33.691Z Updating git repository `https://github.com/oxidecomputer/rfb`
7202023-11-06T16:16:34.141Z Updating git repository `https://github.com/oxidecomputer/typify`
7212023-11-06T16:16:35.335Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7222023-11-06T16:16:35.794Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7232023-11-06T16:16:36.117Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7242023-11-06T16:16:37.718Z Downloading crates ...
7252023-11-06T16:16:37.980Z Downloaded allocator-api2 v0.2.16
7262023-11-06T16:16:37.992Z Downloaded colorchoice v1.0.0
7272023-11-06T16:16:37.999Z Downloaded normalize-line-endings v0.3.0
7282023-11-06T16:16:38.003Z Downloaded linked-hash-map v0.5.6
7292023-11-06T16:16:38.009Z Downloaded password-hash v0.5.0
7302023-11-06T16:16:38.016Z Downloaded openssl-macros v0.1.1
7312023-11-06T16:16:38.019Z Downloaded darling_macro v0.20.3
7322023-11-06T16:16:38.022Z Downloaded native-tls v0.2.11
7332023-11-06T16:16:38.026Z Downloaded phf_shared v0.10.0
7342023-11-06T16:16:38.034Z Downloaded matches v0.1.10
7352023-11-06T16:16:38.037Z Downloaded percent-encoding v2.3.0
7362023-11-06T16:16:38.040Z Downloaded async-stream-impl v0.3.5
7372023-11-06T16:16:38.043Z Downloaded atomicwrites v0.4.2
7382023-11-06T16:16:38.046Z Downloaded option-ext v0.2.0
7392023-11-06T16:16:38.050Z Downloaded num-integer v0.1.45
7402023-11-06T16:16:38.055Z Downloaded openssl-probe v0.1.5
7412023-11-06T16:16:38.060Z Downloaded macaddr v1.0.1
7422023-11-06T16:16:38.066Z Downloaded parse-display v0.7.0
7432023-11-06T16:16:38.069Z Downloaded clap_derive v4.4.2
7442023-11-06T16:16:38.074Z Downloaded curve25519-dalek-derive v0.1.0
7452023-11-06T16:16:38.077Z Downloaded ciborium-io v0.2.1
7462023-11-06T16:16:38.080Z Downloaded diesel_table_macro_syntax v0.1.0
7472023-11-06T16:16:38.083Z Downloaded num_enum v0.5.11
7482023-11-06T16:16:38.096Z Downloaded tower-service v0.3.2
7492023-11-06T16:16:38.101Z Downloaded num_enum v0.7.0
7502023-11-06T16:16:38.112Z Downloaded bit-set v0.5.3
7512023-11-06T16:16:38.115Z Downloaded password-hash v0.4.2
7522023-11-06T16:16:38.120Z Downloaded camino-tempfile v1.0.2
7532023-11-06T16:16:38.126Z Downloaded dtrace-parser v0.1.14
7542023-11-06T16:16:38.129Z Downloaded chacha20 v0.9.1
7552023-11-06T16:16:38.133Z Downloaded bit-vec v0.6.3
7562023-11-06T16:16:38.137Z Downloaded usdt-macro v0.3.5
7572023-11-06T16:16:38.140Z Downloaded autocfg v1.1.0
7582023-11-06T16:16:38.145Z Downloaded cfg-if v0.1.10
7592023-11-06T16:16:38.148Z Downloaded blowfish v0.9.1
7602023-11-06T16:16:38.151Z Downloaded thiserror-impl-no-std v2.0.2
7612023-11-06T16:16:38.155Z Downloaded openssl-sys v0.9.93
7622023-11-06T16:16:38.163Z Downloaded const_format_proc_macros v0.2.31
7632023-11-06T16:16:38.169Z Downloaded heck v0.3.3
7642023-11-06T16:16:38.172Z Downloaded ascii v1.1.0
7652023-11-06T16:16:38.176Z Downloaded itoa v1.0.9
7662023-11-06T16:16:38.180Z Downloaded headers-core v0.2.0
7672023-11-06T16:16:38.183Z Downloaded async-trait v0.1.74
7682023-11-06T16:16:38.188Z Downloaded heck v0.4.1
7692023-11-06T16:16:38.191Z Downloaded zerocopy v0.3.0
7702023-11-06T16:16:38.194Z Downloaded digest v0.10.7
7712023-11-06T16:16:38.198Z Downloaded postgres-types v0.2.6
7722023-11-06T16:16:38.202Z Downloaded try-lock v0.2.4
7732023-11-06T16:16:38.205Z Downloaded multer v2.1.0
7742023-11-06T16:16:38.209Z Downloaded async-stream v0.3.5
7752023-11-06T16:16:38.213Z Downloaded dirs-sys v0.4.1
7762023-11-06T16:16:38.216Z Downloaded walkdir v2.4.0
7772023-11-06T16:16:38.219Z Downloaded slog-dtrace v0.2.3
7782023-11-06T16:16:38.223Z Downloaded zeroize_derive v1.4.2
7792023-11-06T16:16:38.225Z Downloaded russh-cryptovec v0.7.0
7802023-11-06T16:16:38.228Z Downloaded pbkdf2 v0.11.0
7812023-11-06T16:16:38.231Z Downloaded untrusted v0.7.1
7822023-11-06T16:16:38.234Z Downloaded foreign-types-shared v0.3.1
7832023-11-06T16:16:38.237Z Downloaded foreign-types-macros v0.2.3
7842023-11-06T16:16:38.240Z Downloaded keccak v0.1.4
7852023-11-06T16:16:38.243Z Downloaded version_check v0.9.4
7862023-11-06T16:16:38.246Z Downloaded usdt-impl v0.3.5
7872023-11-06T16:16:38.249Z Downloaded fxhash v0.2.1
7882023-11-06T16:16:38.253Z Downloaded anyhow v1.0.75
7892023-11-06T16:16:38.256Z Downloaded hyper-staticfile v0.9.5
7902023-11-06T16:16:38.260Z Downloaded bytes v1.5.0
7912023-11-06T16:16:38.268Z Downloaded ringbuffer v0.15.0
7922023-11-06T16:16:38.272Z Downloaded radium v0.7.0
7932023-11-06T16:16:38.278Z Downloaded fixedbitset v0.4.2
7942023-11-06T16:16:38.282Z Downloaded blake2 v0.10.6
7952023-11-06T16:16:38.285Z Downloaded foreign-types v0.3.2
7962023-11-06T16:16:38.288Z Downloaded serde_spanned v0.6.3
7972023-11-06T16:16:38.291Z Downloaded dyn-clone v1.0.13
7982023-11-06T16:16:38.294Z Downloaded inout v0.1.3
7992023-11-06T16:16:38.297Z Downloaded getopts v0.2.21
8002023-11-06T16:16:38.300Z Downloaded thiserror-impl v1.0.49
8012023-11-06T16:16:38.304Z Downloaded dof v0.1.5
8022023-11-06T16:16:38.307Z Downloaded endian-type v0.1.2
8032023-11-06T16:16:38.310Z Downloaded is-terminal v0.4.9
8042023-11-06T16:16:38.313Z Downloaded foreign-types-shared v0.1.1
8052023-11-06T16:16:38.315Z Downloaded futures-macro v0.3.29
8062023-11-06T16:16:38.318Z Downloaded tinyvec_macros v0.1.1
8072023-11-06T16:16:38.321Z Downloaded zerocopy v0.6.4
8082023-11-06T16:16:38.324Z Downloaded serde_urlencoded v0.7.1
8092023-11-06T16:16:38.328Z Downloaded generic-array v0.14.7
8102023-11-06T16:16:38.331Z Downloaded futures-task v0.3.29
8112023-11-06T16:16:38.335Z Downloaded crypto-bigint v0.5.2
8122023-11-06T16:16:38.337Z Downloaded foreign-types v0.5.0
8132023-11-06T16:16:38.340Z Downloaded same-file v1.0.6
8142023-11-06T16:16:38.344Z Downloaded serde_tokenstream v0.2.0
8152023-11-06T16:16:38.349Z Downloaded ident_case v1.0.1
8162023-11-06T16:16:38.352Z Downloaded http-range v0.1.5
8172023-11-06T16:16:38.355Z Downloaded semver-parser v0.10.2
8182023-11-06T16:16:38.358Z Downloaded scopeguard v1.2.0
8192023-11-06T16:16:38.361Z Downloaded rustfmt-wrapper v0.2.0
8202023-11-06T16:16:38.364Z Downloaded tokio-stream v0.1.14
8212023-11-06T16:16:38.372Z Downloaded futures-sink v0.3.29
8222023-11-06T16:16:38.375Z Downloaded hex v0.4.3
8232023-11-06T16:16:38.378Z Downloaded zone_cfg_derive v0.2.0
8242023-11-06T16:16:38.380Z Downloaded russh-keys v0.38.0
8252023-11-06T16:16:38.383Z Downloaded hubpack_derive v0.1.1
8262023-11-06T16:16:38.386Z Downloaded stringprep v0.1.3
8272023-11-06T16:16:38.389Z Downloaded semver v1.0.20
8282023-11-06T16:16:38.392Z Downloaded slog-scope v4.4.0
8292023-11-06T16:16:38.395Z Downloaded either v1.9.0
8302023-11-06T16:16:38.398Z Downloaded cc v1.0.83
8312023-11-06T16:16:38.407Z Downloaded base64 v0.21.5
8322023-11-06T16:16:38.415Z Downloaded equivalent v1.0.1
8332023-11-06T16:16:38.418Z Downloaded ron v0.7.1
8342023-11-06T16:16:38.423Z Downloaded thread-id v4.2.0
8352023-11-06T16:16:38.426Z Downloaded slog-stdlog v4.1.1
8362023-11-06T16:16:38.428Z Downloaded uuid v1.4.1
8372023-11-06T16:16:38.436Z Downloaded ghash v0.5.0
8382023-11-06T16:16:38.439Z Downloaded rustc-demangle v0.1.23
8392023-11-06T16:16:38.442Z Downloaded hashlink v0.8.3
8402023-11-06T16:16:38.445Z Downloaded zone v0.2.0
8412023-11-06T16:16:38.448Z Downloaded lalrpop-util v0.19.12
8422023-11-06T16:16:38.451Z Downloaded indexmap v1.9.3
8432023-11-06T16:16:38.455Z Downloaded tempfile v3.8.0
8442023-11-06T16:16:38.459Z Downloaded serde_arrays v0.1.0
8452023-11-06T16:16:38.463Z Downloaded jobserver v0.1.26
8462023-11-06T16:16:38.466Z Downloaded vsss-rs v3.3.1
8472023-11-06T16:16:38.470Z Downloaded humantime v2.1.0
8482023-11-06T16:16:38.473Z Downloaded httpdate v1.0.3
8492023-11-06T16:16:38.476Z Downloaded thread_local v1.1.7
8502023-11-06T16:16:38.479Z Downloaded strum v0.25.0
8512023-11-06T16:16:38.482Z Downloaded ed25519 v2.2.2
8522023-11-06T16:16:38.485Z Downloaded tokio-native-tls v0.3.1
8532023-11-06T16:16:38.488Z Downloaded utf8parse v0.2.1
8542023-11-06T16:16:38.491Z Downloaded terminal_size v0.2.6
8552023-11-06T16:16:38.494Z Downloaded funty v2.0.0
8562023-11-06T16:16:38.497Z Downloaded filetime v0.2.22
8572023-11-06T16:16:38.500Z Downloaded tokio-tungstenite v0.18.0
8582023-11-06T16:16:38.503Z Downloaded structopt v0.3.26
8592023-11-06T16:16:38.519Z Downloaded enum-as-inner v0.5.1
8602023-11-06T16:16:38.527Z Downloaded tokio-macros v2.1.0
8612023-11-06T16:16:38.530Z Downloaded memchr v2.6.3
8622023-11-06T16:16:38.533Z Downloaded indexmap v2.0.0
8632023-11-06T16:16:38.537Z Downloaded hash32 v0.2.1
8642023-11-06T16:16:38.540Z Downloaded instant v0.1.12
8652023-11-06T16:16:38.543Z Downloaded siphasher v0.3.11
8662023-11-06T16:16:38.546Z Downloaded smallvec v1.11.0
8672023-11-06T16:16:38.550Z Downloaded strsim v0.10.0
8682023-11-06T16:16:38.552Z Downloaded ff v0.13.0
8692023-11-06T16:16:38.555Z Downloaded futures-io v0.3.29
8702023-11-06T16:16:38.559Z Downloaded ryu v1.0.15
8712023-11-06T16:16:38.562Z Downloaded mio v0.8.8
8722023-11-06T16:16:38.572Z Downloaded group v0.13.0
8732023-11-06T16:16:38.575Z Downloaded httparse v1.8.0
8742023-11-06T16:16:38.580Z Downloaded fastrand v2.0.0
8752023-11-06T16:16:38.583Z Downloaded toml_datetime v0.6.3
8762023-11-06T16:16:38.586Z Downloaded unicode-bidi v0.3.13
8772023-11-06T16:16:38.589Z Downloaded unicode-segmentation v1.10.1
8782023-11-06T16:16:38.595Z Downloaded futures-channel v0.3.29
8792023-11-06T16:16:38.598Z Downloaded unicode-ident v1.0.12
8802023-11-06T16:16:38.603Z Downloaded heapless v0.7.16
8812023-11-06T16:16:38.611Z Downloaded errno v0.3.2
8822023-11-06T16:16:38.614Z Downloaded zeroize v1.6.0
8832023-11-06T16:16:38.617Z Downloaded unsafe-libyaml v0.2.9
8842023-11-06T16:16:38.622Z Downloaded http v0.2.9
8852023-11-06T16:16:38.630Z Downloaded rand v0.7.3
8862023-11-06T16:16:38.639Z Downloaded secrecy v0.8.0
8872023-11-06T16:16:38.642Z Downloaded tracing-attributes v0.1.26
8882023-11-06T16:16:38.647Z Downloaded tracing v0.1.37
8892023-11-06T16:16:38.654Z Downloaded flate2 v1.0.28
8902023-11-06T16:16:38.664Z Downloaded socket2 v0.5.4
8912023-11-06T16:16:38.667Z Downloaded futures v0.3.29
8922023-11-06T16:16:38.676Z Downloaded half v1.8.2
8932023-11-06T16:16:38.681Z Downloaded pest v2.7.2
8942023-11-06T16:16:38.690Z Downloaded hashbrown v0.12.3
8952023-11-06T16:16:38.700Z Downloaded rusqlite v0.29.0
8962023-11-06T16:16:38.718Z Downloaded rand v0.8.5
8972023-11-06T16:16:38.723Z Downloaded tungstenite v0.20.1
8982023-11-06T16:16:38.726Z Downloaded serde_with v2.3.3
8992023-11-06T16:16:38.735Z Downloaded toml v0.8.0
9002023-11-06T16:16:38.745Z Downloaded hashbrown v0.13.2
9012023-11-06T16:16:38.749Z Downloaded toml_edit v0.19.15
9022023-11-06T16:16:38.780Z Downloaded trust-dns-client v0.22.0
9032023-11-06T16:16:38.790Z Downloaded ed25519-dalek v2.0.0
9042023-11-06T16:16:38.795Z Downloaded zip v0.6.6
9052023-11-06T16:16:38.803Z Downloaded tracing-core v0.1.31
9062023-11-06T16:16:38.809Z Downloaded syn v1.0.109
9072023-11-06T16:16:38.829Z Downloaded serde v1.0.188
9082023-11-06T16:16:38.834Z Downloaded aho-corasick v1.0.4
9092023-11-06T16:16:38.849Z Downloaded aes-gcm v0.10.3
9102023-11-06T16:16:38.852Z Downloaded tokio-util v0.7.10
9112023-11-06T16:16:38.868Z Downloaded winnow v0.5.15
9122023-11-06T16:16:38.879Z Downloaded object v0.32.1
9132023-11-06T16:16:38.898Z Downloaded openssl v0.10.57
9142023-11-06T16:16:38.915Z Downloaded futures-util v0.3.29
9152023-11-06T16:16:38.962Z Downloaded serde_json v1.0.107
9162023-11-06T16:16:38.966Z Downloaded reqwest v0.11.20
9172023-11-06T16:16:38.971Z Downloaded hkdf v0.12.3
9182023-11-06T16:16:38.974Z Downloaded regex v1.10.2
9192023-11-06T16:16:38.992Z Downloaded hyper v0.14.27
9202023-11-06T16:16:39.005Z Downloaded h2 v0.3.21
9212023-11-06T16:16:39.017Z Downloaded idna v0.4.0
9222023-11-06T16:16:39.032Z Downloaded idna v0.2.3
9232023-11-06T16:16:39.042Z Downloaded nix v0.26.2
9242023-11-06T16:16:39.060Z Downloaded openapiv3 v1.0.3
9252023-11-06T16:16:39.082Z Downloaded regex-syntax v0.8.2
9262023-11-06T16:16:39.097Z Downloaded regress v0.7.1
9272023-11-06T16:16:39.111Z Downloaded smoltcp v0.9.1
9282023-11-06T16:16:39.131Z Downloaded vcpkg v0.2.15
9292023-11-06T16:16:39.203Z Downloaded gimli v0.28.0
9302023-11-06T16:16:39.220Z Downloaded regex-syntax v0.6.29
9312023-11-06T16:16:39.242Z Downloaded rustix v0.38.9
9322023-11-06T16:16:39.275Z Downloaded bstr v1.6.0
9332023-11-06T16:16:39.296Z Downloaded bzip2-sys v0.1.11+1.0.8
9342023-11-06T16:16:39.320Z Downloaded rustix v0.37.23
9352023-11-06T16:16:39.356Z Downloaded zerocopy-derive v0.6.4
9362023-11-06T16:16:39.377Z Downloaded tokio v1.33.0
9372023-11-06T16:16:39.445Z Downloaded zerocopy-derive v0.2.0
9382023-11-06T16:16:39.462Z Downloaded sha3 v0.10.8
9392023-11-06T16:16:39.474Z Downloaded libc v0.2.149
9402023-11-06T16:16:39.524Z Downloaded regex-automata v0.4.3
9412023-11-06T16:16:39.556Z Downloaded regex-automata v0.3.8
9422023-11-06T16:16:39.588Z Downloaded winapi v0.3.9
9432023-11-06T16:16:39.664Z Downloaded sled v0.34.7
9442023-11-06T16:16:39.706Z Downloaded rustls v0.21.8
9452023-11-06T16:16:39.734Z Downloaded syn v2.0.32
9462023-11-06T16:16:39.756Z Downloaded bstr v0.2.17
9472023-11-06T16:16:39.779Z Downloaded webpki-roots v0.25.2
9482023-11-06T16:16:39.785Z Downloaded diesel v2.1.3
9492023-11-06T16:16:39.821Z Downloaded bitvec v1.0.1
9502023-11-06T16:16:39.852Z Downloaded trust-dns-proto v0.22.0
9512023-11-06T16:16:39.877Z Downloaded git2 v0.17.2
9522023-11-06T16:16:39.895Z Downloaded curve25519-dalek v4.1.0
9532023-11-06T16:16:39.919Z Downloaded rustls-webpki v0.101.7
9542023-11-06T16:16:39.940Z Downloaded encoding_rs v0.8.33
9552023-11-06T16:16:39.986Z Downloaded radix_trie v0.2.1
9562023-11-06T16:16:39.996Z Downloaded smoltcp v0.8.2
9572023-11-06T16:16:40.012Z Downloaded chrono v0.4.31
9582023-11-06T16:16:40.029Z Downloaded libz-sys v1.1.12
9592023-11-06T16:16:40.158Z Downloaded libgit2-sys v0.15.2+1.6.4
9602023-11-06T16:16:40.273Z Downloaded clap v2.34.0
9612023-11-06T16:16:40.288Z Downloaded clap_builder v4.4.2
9622023-11-06T16:16:40.302Z Downloaded unicode-normalization v0.1.22
9632023-11-06T16:16:40.310Z Downloaded itertools v0.11.0
9642023-11-06T16:16:40.325Z Downloaded regex-automata v0.1.10
9652023-11-06T16:16:40.335Z Downloaded time v0.3.27
9662023-11-06T16:16:40.355Z Downloaded hashbrown v0.14.0
9672023-11-06T16:16:40.365Z Downloaded petgraph v0.6.4
9682023-11-06T16:16:40.387Z Downloaded libm v0.2.7
9692023-11-06T16:16:40.403Z Downloaded headers v0.3.9
9702023-11-06T16:16:40.417Z Downloaded url v2.4.1
9712023-11-06T16:16:40.421Z Downloaded toml_edit v0.20.0
9722023-11-06T16:16:40.446Z Downloaded ring v0.16.20
9732023-11-06T16:16:40.598Z Downloaded subprocess v0.2.9
9742023-11-06T16:16:40.606Z Downloaded serde_yaml v0.9.25
9752023-11-06T16:16:40.612Z Downloaded elliptic-curve v0.13.5
9762023-11-06T16:16:40.615Z Downloaded itertools v0.10.5
9772023-11-06T16:16:40.624Z Downloaded russh v0.38.0
9782023-11-06T16:16:40.632Z Downloaded tar v0.4.40
9792023-11-06T16:16:40.636Z Downloaded trust-dns-resolver v0.22.0
9802023-11-06T16:16:40.643Z Downloaded rustls-pemfile v1.0.3
9812023-11-06T16:16:40.647Z Downloaded thiserror v1.0.49
9822023-11-06T16:16:40.653Z Downloaded structmeta v0.1.6
9832023-11-06T16:16:40.656Z Downloaded erased-serde v0.3.30
9842023-11-06T16:16:40.659Z Downloaded rcgen v0.11.3
9852023-11-06T16:16:40.663Z Downloaded schemars v0.8.13
9862023-11-06T16:16:40.684Z Downloaded structmeta-derive v0.1.6
9872023-11-06T16:16:40.686Z Downloaded serde_with_macros v2.3.3
9882023-11-06T16:16:40.691Z Downloaded subtle v2.5.0
9892023-11-06T16:16:40.694Z Downloaded hex-literal v0.4.1
9902023-11-06T16:16:40.697Z Downloaded semver v0.11.0
9912023-11-06T16:16:40.699Z Downloaded rustls-native-certs v0.6.3
9922023-11-06T16:16:40.702Z Downloaded fallible-streaming-iterator v0.1.9
9932023-11-06T16:16:40.705Z Downloaded fallible-iterator v0.2.0
9942023-11-06T16:16:40.708Z Downloaded rand_chacha v0.2.2
9952023-11-06T16:16:40.711Z Downloaded hyper-tls v0.5.0
9962023-11-06T16:16:40.713Z Downloaded serde_repr v0.1.16
9972023-11-06T16:16:40.716Z Downloaded ipnetwork v0.20.0
9982023-11-06T16:16:40.719Z Downloaded strsim v0.8.0
9992023-11-06T16:16:40.722Z Downloaded slog-envlogger v2.2.0
10002023-11-06T16:16:40.725Z Downloaded dirs v5.0.1
10012023-11-06T16:16:40.730Z Downloaded rand_core v0.5.1
10022023-11-06T16:16:40.732Z Downloaded rand_chacha v0.3.1
10032023-11-06T16:16:40.736Z Downloaded hyper-rustls v0.24.2
10042023-11-06T16:16:40.739Z Downloaded sha2 v0.10.8
10052023-11-06T16:16:40.742Z Downloaded slog-term v2.9.0
10062023-11-06T16:16:40.745Z Downloaded hmac v0.12.1
10072023-11-06T16:16:40.748Z Downloaded tungstenite v0.18.0
10082023-11-06T16:16:40.751Z Downloaded similar v2.2.1
10092023-11-06T16:16:40.753Z Downloaded getrandom v0.2.10
10102023-11-06T16:16:40.756Z Downloaded futures-executor v0.3.29
10112023-11-06T16:16:40.759Z Downloaded sct v0.7.0
10122023-11-06T16:16:40.762Z Downloaded crossbeam-channel v0.5.8
10132023-11-06T16:16:40.768Z Downloaded trust-dns-server v0.22.1
10142023-11-06T16:16:40.872Z Downloaded slab v0.4.9
10152023-11-06T16:16:40.878Z Downloaded vec_map v0.8.2
10162023-11-06T16:16:40.882Z Downloaded typenum v1.16.0
10172023-11-06T16:16:40.885Z Downloaded home v0.5.5
10182023-11-06T16:16:40.888Z Downloaded termcolor v1.2.0
10192023-11-06T16:16:40.891Z Downloaded hubpack v0.1.2
10202023-11-06T16:16:40.894Z Downloaded float-cmp v0.9.0
10212023-11-06T16:16:40.897Z Downloaded env_logger v0.9.3
10222023-11-06T16:16:40.900Z Downloaded vergen v8.2.4
10232023-11-06T16:16:40.903Z Downloaded smf v0.2.2
10242023-11-06T16:16:40.906Z Downloaded rand_core v0.6.4
10252023-11-06T16:16:40.910Z Downloaded iana-time-zone v0.1.57
10262023-11-06T16:16:40.913Z Downloaded slog v2.7.0
10272023-11-06T16:16:40.917Z Downloaded ring v0.17.5
10282023-11-06T16:16:40.948Z Downloaded slog-json v2.6.1
10292023-11-06T16:16:40.952Z Downloaded r2d2 v0.8.10
10302023-11-06T16:16:40.954Z Downloaded serde_derive v1.0.188
10312023-11-06T16:16:40.958Z Downloaded unicode-xid v0.2.4
10322023-11-06T16:16:40.960Z Downloaded arc-swap v1.6.0
10332023-11-06T16:16:40.966Z Downloaded const_format v0.2.31
10342023-11-06T16:16:40.974Z Downloaded libsqlite3-sys v0.26.0
10352023-11-06T16:16:41.115Z Downloaded universal-hash v0.5.1
10362023-11-06T16:16:41.118Z Downloaded structopt-derive v0.4.18
10372023-11-06T16:16:41.121Z Downloaded tokio-tungstenite v0.20.1
10382023-11-06T16:16:41.124Z Downloaded futures-core v0.3.29
10392023-11-06T16:16:41.127Z Downloaded tokio-postgres v0.7.10
10402023-11-06T16:16:41.132Z Downloaded const-oid v0.9.5
10412023-11-06T16:16:41.135Z Downloaded socket2 v0.4.9
10422023-11-06T16:16:41.138Z Downloaded ucd-trie v0.1.6
10432023-11-06T16:16:41.142Z Downloaded form_urlencoded v1.2.0
10442023-11-06T16:16:41.145Z Downloaded signature v2.1.0
10452023-11-06T16:16:41.148Z Downloaded getrandom v0.1.16
10462023-11-06T16:16:41.151Z Downloaded hostname v0.3.1
10472023-11-06T16:16:41.154Z Downloaded io-lifetimes v1.0.11
10482023-11-06T16:16:41.157Z Downloaded untrusted v0.9.0
10492023-11-06T16:16:41.160Z Downloaded signal-hook-registry v1.4.1
10502023-11-06T16:16:41.163Z Downloaded static_assertions v1.1.0
10512023-11-06T16:16:41.165Z Downloaded fnv v1.0.7
10522023-11-06T16:16:41.169Z Downloaded num-bigint v0.4.4
10532023-11-06T16:16:41.171Z Downloaded scheduled-thread-pool v0.2.7
10542023-11-06T16:16:41.174Z Downloaded resolv-conf v0.7.0
10552023-11-06T16:16:41.177Z Downloaded backtrace v0.3.69
10562023-11-06T16:16:41.183Z Downloaded sha1 v0.10.5
10572023-11-06T16:16:41.186Z Downloaded http-body v0.4.5
10582023-11-06T16:16:41.188Z Downloaded der v0.7.8
10592023-11-06T16:16:41.196Z Downloaded base64 v0.13.1
10602023-11-06T16:16:41.201Z Downloaded proc-macro2 v1.0.67
10612023-11-06T16:16:41.205Z Downloaded rustversion v1.0.14
10622023-11-06T16:16:41.209Z Downloaded glob v0.3.1
10632023-11-06T16:16:41.212Z Downloaded serde_derive_internals v0.26.0
10642023-11-06T16:16:41.215Z Downloaded ipnet v2.8.0
10652023-11-06T16:16:41.218Z Downloaded serde_tokenstream v0.1.7
10662023-11-06T16:16:41.222Z Downloaded schemars_derive v0.8.13
10672023-11-06T16:16:41.224Z Downloaded synstructure v0.12.6
10682023-11-06T16:16:41.227Z Downloaded crossbeam-utils v0.8.16
10692023-11-06T16:16:41.230Z Downloaded spin v0.9.8
10702023-11-06T16:16:41.234Z Downloaded twox-hash v1.6.3
10712023-11-06T16:16:41.237Z Downloaded ciborium v0.2.1
10722023-11-06T16:16:41.241Z Downloaded crossbeam-epoch v0.9.15
10732023-11-06T16:16:41.245Z Downloaded toml v0.7.8
10742023-11-06T16:16:41.251Z Downloaded unicode-width v0.1.11
10752023-11-06T16:16:41.254Z Downloaded unicase v2.7.0
10762023-11-06T16:16:41.256Z Downloaded rustc_version v0.4.0
10772023-11-06T16:16:41.259Z Downloaded darling_core v0.20.3
10782023-11-06T16:16:41.266Z Downloaded cancel-safe-futures v0.1.5
10792023-11-06T16:16:41.270Z Downloaded slog-bunyan v2.4.0
10802023-11-06T16:16:41.272Z Downloaded toml v0.5.11
10812023-11-06T16:16:41.276Z Downloaded tinyvec v1.6.0
10822023-11-06T16:16:41.281Z Downloaded miniz_oxide v0.7.1
10832023-11-06T16:16:41.284Z Downloaded parking_lot v0.12.1
10842023-11-06T16:16:41.288Z Downloaded stable_deref_trait v1.2.0
10852023-11-06T16:16:41.291Z Downloaded spin v0.5.2
10862023-11-06T16:16:41.294Z Downloaded yasna v0.5.2
10872023-11-06T16:16:41.297Z Downloaded once_cell v1.18.0
10882023-11-06T16:16:41.300Z Downloaded num-traits v0.2.16
10892023-11-06T16:16:41.303Z Downloaded backoff v0.4.0
10902023-11-06T16:16:41.307Z Downloaded slog-async v2.8.0
10912023-11-06T16:16:41.309Z Downloaded strum_macros v0.25.2
10922023-11-06T16:16:41.312Z Downloaded utf-8 v0.7.6
10932023-11-06T16:16:41.315Z Downloaded time-core v0.1.1
10942023-11-06T16:16:41.318Z Downloaded take_mut v0.2.2
10952023-11-06T16:16:41.321Z Downloaded string_cache v0.8.7
10962023-11-06T16:16:41.323Z Downloaded serde_path_to_error v0.1.14
10972023-11-06T16:16:41.326Z Downloaded num-complex v0.4.4
10982023-11-06T16:16:41.329Z Downloaded usdt v0.3.5
10992023-11-06T16:16:41.332Z Downloaded tokio-rustls v0.24.1
11002023-11-06T16:16:41.335Z Downloaded quote v1.0.33
11012023-11-06T16:16:41.338Z Downloaded num-rational v0.4.1
11022023-11-06T16:16:41.341Z Downloaded log v0.4.20
11032023-11-06T16:16:41.344Z Downloaded term v0.7.0
11042023-11-06T16:16:41.348Z Downloaded proc-macro-error v1.0.4
11052023-11-06T16:16:41.351Z Downloaded poly1305 v0.8.0
11062023-11-06T16:16:41.354Z Downloaded platforms v3.0.2
11072023-11-06T16:16:41.357Z Downloaded pkcs8 v0.10.2
11082023-11-06T16:16:41.361Z Downloaded wyz v0.5.1
11092023-11-06T16:16:41.364Z Downloaded bitflags v2.4.0
11102023-11-06T16:16:41.367Z Downloaded whoami v1.4.1
11112023-11-06T16:16:41.370Z Downloaded time-macros v0.2.13
11122023-11-06T16:16:41.373Z Downloaded pin-utils v0.1.0
11132023-11-06T16:16:41.376Z Downloaded spki v0.7.2
11142023-11-06T16:16:41.378Z Downloaded dirs-next v2.0.0
11152023-11-06T16:16:41.381Z Downloaded xattr v1.0.1
11162023-11-06T16:16:41.384Z Downloaded darling v0.20.3
11172023-11-06T16:16:41.387Z Downloaded camino v1.1.6
11182023-11-06T16:16:41.390Z Downloaded argon2 v0.5.2
11192023-11-06T16:16:41.393Z Downloaded ahash v0.8.3
11202023-11-06T16:16:41.397Z Downloaded addr2line v0.21.0
11212023-11-06T16:16:41.400Z Downloaded dirs-sys-next v0.1.2
11222023-11-06T16:16:41.403Z Downloaded anstyle-parse v0.2.1
11232023-11-06T16:16:41.406Z Downloaded libefi-sys v0.1.0
11242023-11-06T16:16:41.410Z Downloaded diesel_derives v2.1.1
11252023-11-06T16:16:41.412Z Downloaded predicates v3.0.4
11262023-11-06T16:16:41.416Z Downloaded paste v1.0.14
11272023-11-06T16:16:41.425Z Downloaded nibble_vec v0.1.0
11282023-11-06T16:16:41.430Z Downloaded bitflags v1.3.2
11292023-11-06T16:16:41.436Z Downloaded bincode v1.3.3
11302023-11-06T16:16:41.440Z Downloaded thiserror-no-std v2.0.2
11312023-11-06T16:16:41.443Z Downloaded predicates-core v1.0.6
11322023-11-06T16:16:41.447Z Downloaded memoffset v0.9.0
11332023-11-06T16:16:41.451Z Downloaded usdt-attr-macro v0.3.5
11342023-11-06T16:16:41.454Z Downloaded quick-error v1.2.3
11352023-11-06T16:16:41.456Z Downloaded proc-macro-error-attr v1.0.4
11362023-11-06T16:16:41.459Z Downloaded proc-macro-crate v1.3.1
11372023-11-06T16:16:41.463Z Downloaded colored v2.0.4
11382023-11-06T16:16:41.467Z Downloaded textwrap v0.11.0
11392023-11-06T16:16:41.470Z Downloaded ppv-lite86 v0.2.17
11402023-11-06T16:16:41.474Z Downloaded clap v4.4.3
11412023-11-06T16:16:41.477Z Downloaded chacha20poly1305 v0.10.1
11422023-11-06T16:16:41.481Z Downloaded cfg-if v1.0.0
11432023-11-06T16:16:41.484Z Downloaded base64ct v1.6.0
11442023-11-06T16:16:41.487Z Downloaded difflib v0.4.0
11452023-11-06T16:16:41.490Z Downloaded postcard-cobs v0.1.5-pre
11462023-11-06T16:16:41.495Z Downloaded pest_meta v2.7.2
11472023-11-06T16:16:41.499Z Downloaded bit_field v0.10.2
11482023-11-06T16:16:41.504Z Downloaded aes-gcm-siv v0.11.1
11492023-11-06T16:16:41.507Z Downloaded want v0.3.1
11502023-11-06T16:16:41.510Z Downloaded waitgroup v0.1.2
11512023-11-06T16:16:41.513Z Downloaded console v0.15.7
11522023-11-06T16:16:41.516Z Downloaded anstream v0.5.0
11532023-11-06T16:16:41.519Z Downloaded anstyle v1.0.2
11542023-11-06T16:16:41.523Z Downloaded md-5 v0.10.5
11552023-11-06T16:16:41.526Z Downloaded lru-cache v0.1.2
11562023-11-06T16:16:41.529Z Downloaded data-encoding v2.4.0
11572023-11-06T16:16:41.532Z Downloaded adler v1.0.2
11582023-11-06T16:16:41.536Z Downloaded aead v0.5.2
11592023-11-06T16:16:41.544Z Downloaded async-recursion v1.0.5
11602023-11-06T16:16:41.547Z Downloaded toolchain_find v0.2.0
11612023-11-06T16:16:41.550Z Downloaded pretty-hex v0.3.0
11622023-11-06T16:16:41.553Z Downloaded pretty-hex v0.2.1
11632023-11-06T16:16:41.562Z Downloaded precomputed-hash v0.1.1
11642023-11-06T16:16:41.567Z Downloaded opaque-debug v0.3.0
11652023-11-06T16:16:41.572Z Downloaded mime_guess v2.0.4
11662023-11-06T16:16:41.575Z Downloaded convert_case v0.4.0
11672023-11-06T16:16:41.579Z Downloaded pest_generator v2.7.2
11682023-11-06T16:16:41.582Z Downloaded pest_derive v2.7.2
11692023-11-06T16:16:41.585Z Downloaded cpufeatures v0.2.9
11702023-11-06T16:16:41.588Z Downloaded pin-project-lite v0.2.13
11712023-11-06T16:16:41.592Z Downloaded crypto-common v0.1.6
11722023-11-06T16:16:41.596Z Downloaded postcard v0.7.3
11732023-11-06T16:16:41.599Z Downloaded parking_lot_core v0.9.8
11742023-11-06T16:16:41.608Z Downloaded parking_lot_core v0.8.6
11752023-11-06T16:16:41.611Z Downloaded parking_lot v0.11.2
11762023-11-06T16:16:41.614Z Downloaded bitstruct v0.1.1
11772023-11-06T16:16:41.617Z Downloaded num_enum_derive v0.7.0
11782023-11-06T16:16:41.620Z Downloaded tap v1.0.1
11792023-11-06T16:16:41.622Z Downloaded phf_shared v0.11.2
11802023-11-06T16:16:41.625Z Downloaded omicron-zone-package v0.8.3
11812023-11-06T16:16:41.629Z Downloaded num v0.4.1
11822023-11-06T16:16:41.632Z Downloaded lock_api v0.4.10
11832023-11-06T16:16:41.635Z Downloaded crc32fast v1.3.2
11842023-11-06T16:16:41.640Z Downloaded postgres-protocol v0.6.6
11852023-11-06T16:16:41.648Z Downloaded polyval v0.6.1
11862023-11-06T16:16:41.651Z Downloaded new_debug_unreachable v1.0.4
11872023-11-06T16:16:41.657Z Downloaded num_cpus v1.16.0
11882023-11-06T16:16:41.663Z Downloaded base16ct v0.2.0
11892023-11-06T16:16:41.667Z Downloaded mime v0.3.17
11902023-11-06T16:16:41.670Z Downloaded cipher v0.4.4
11912023-11-06T16:16:41.673Z Downloaded memoffset v0.7.1
11922023-11-06T16:16:41.676Z Downloaded bcrypt-pbkdf v0.10.0
11932023-11-06T16:16:41.679Z Downloaded atty v0.2.14
11942023-11-06T16:16:41.681Z Downloaded anstyle-query v1.0.0
11952023-11-06T16:16:41.684Z Downloaded num-derive v0.4.0
11962023-11-06T16:16:41.687Z Downloaded atomic-waker v1.1.1
11972023-11-06T16:16:41.690Z Downloaded pkg-config v0.3.27
11982023-11-06T16:16:41.693Z Downloaded phf v0.11.2
11992023-11-06T16:16:41.696Z Downloaded parse-display-derive v0.7.0
12002023-11-06T16:16:41.699Z Downloaded match_cfg v0.1.0
12012023-11-06T16:16:41.702Z Downloaded pem v1.1.1
12022023-11-06T16:16:41.705Z Downloaded pbkdf2 v0.12.2
12032023-11-06T16:16:41.709Z Downloaded num_enum_derive v0.5.11
12042023-11-06T16:16:41.712Z Downloaded deranged v0.3.8
12052023-11-06T16:16:41.720Z Downloaded pem v3.0.2
12062023-11-06T16:16:41.723Z Downloaded num_threads v0.1.6
12072023-11-06T16:16:41.726Z Downloaded num-iter v0.1.43
12082023-11-06T16:16:41.729Z Downloaded cstr-argument v0.1.2
12092023-11-06T16:16:41.733Z Downloaded managed v0.8.0
12102023-11-06T16:16:41.736Z Downloaded clap_lex v0.5.1
12112023-11-06T16:16:41.739Z Downloaded bzip2 v0.4.4
12122023-11-06T16:16:41.743Z Downloaded byteorder v1.5.0
12132023-11-06T16:16:41.746Z Downloaded ciborium-ll v0.2.1
12142023-11-06T16:16:41.749Z Downloaded aes v0.8.3
12152023-11-06T16:16:41.752Z Downloaded lazy_static v1.4.0
12162023-11-06T16:16:41.755Z Downloaded derive_more v0.99.17
12172023-11-06T16:16:41.759Z Downloaded debug-ignore v1.0.5
12182023-11-06T16:16:41.763Z Downloaded block-buffer v0.10.4
12192023-11-06T16:16:41.766Z Downloaded md5 v0.7.0
12202023-11-06T16:16:41.769Z Downloaded ctr v0.9.2
12212023-11-06T16:16:41.772Z Downloaded crucible-workspace-hack v0.1.0
12222023-11-06T16:16:41.775Z Downloaded cbc v0.1.2
12232023-11-06T16:16:41.778Z Downloaded block-padding v0.3.3
12242023-11-06T16:16:41.781Z Downloaded bitstruct_derive v0.1.0
12252023-11-06T16:16:41.784Z Downloaded ansi_term v0.12.1
12262023-11-06T16:16:42.096Z Compiling proc-macro2 v1.0.67
12272023-11-06T16:16:42.099Z Compiling unicode-ident v1.0.12
12282023-11-06T16:16:42.102Z Compiling libc v0.2.149
12292023-11-06T16:16:42.105Z Compiling serde v1.0.188
12302023-11-06T16:16:42.108Z Compiling version_check v0.9.4
12312023-11-06T16:16:42.118Z Compiling autocfg v1.1.0
12322023-11-06T16:16:42.122Z Compiling cfg-if v1.0.0
12332023-11-06T16:16:42.339Z Compiling syn v1.0.109
12342023-11-06T16:16:42.360Z Compiling typenum v1.16.0
12352023-11-06T16:16:42.473Z Compiling once_cell v1.18.0
12362023-11-06T16:16:43.062Z Compiling thiserror v1.0.49
12372023-11-06T16:16:43.178Z Compiling generic-array v0.14.7
12382023-11-06T16:16:43.206Z Compiling lock_api v0.4.10
12392023-11-06T16:16:44.209Z Compiling parking_lot_core v0.9.8
12402023-11-06T16:16:44.234Z Compiling libm v0.2.7
12412023-11-06T16:16:44.284Z Compiling num-traits v0.2.16
12422023-11-06T16:16:44.430Z Compiling itoa v1.0.9
12432023-11-06T16:16:44.595Z Compiling memchr v2.6.3
12442023-11-06T16:16:44.859Z Compiling futures-core v0.3.29
12452023-11-06T16:16:44.947Z Compiling ahash v0.8.3
12462023-11-06T16:16:44.969Z Compiling serde_json v1.0.107
12472023-11-06T16:16:45.383Z Compiling log v0.4.20
12482023-11-06T16:16:45.505Z Compiling slab v0.4.9
12492023-11-06T16:16:45.639Z Compiling quote v1.0.33
12502023-11-06T16:16:45.974Z Compiling futures-channel v0.3.29
12512023-11-06T16:16:46.159Z Compiling futures-task v0.3.29
12522023-11-06T16:16:46.307Z Compiling syn v2.0.32
12532023-11-06T16:16:46.792Z Compiling getrandom v0.2.10
12542023-11-06T16:16:46.990Z Compiling jobserver v0.1.26
12552023-11-06T16:16:47.402Z Compiling futures-util v0.3.29
12562023-11-06T16:16:47.488Z Compiling pkg-config v0.3.27
12572023-11-06T16:16:47.549Z Compiling rand_core v0.6.4
12582023-11-06T16:16:47.623Z Compiling cc v1.0.83
12592023-11-06T16:16:48.189Z Compiling ryu v1.0.15
12602023-11-06T16:16:48.690Z Compiling vcpkg v0.2.15
12612023-11-06T16:16:48.752Z Compiling scopeguard v1.2.0
12622023-11-06T16:16:48.871Z Compiling schemars v0.8.13
12632023-11-06T16:16:48.951Z Compiling allocator-api2 v0.2.16
12642023-11-06T16:16:49.899Z Compiling heck v0.4.1
12652023-11-06T16:16:50.342Z Compiling hashbrown v0.14.0
12662023-11-06T16:16:50.662Z Compiling equivalent v1.0.1
12672023-11-06T16:16:50.814Z Compiling smallvec v1.11.0
12682023-11-06T16:16:51.484Z Compiling byteorder v1.5.0
12692023-11-06T16:16:51.770Z Compiling httparse v1.8.0
12702023-11-06T16:16:52.251Z Compiling fnv v1.0.7
12712023-11-06T16:16:52.349Z Compiling iana-time-zone v0.1.57
12722023-11-06T16:16:52.371Z Compiling pin-project-lite v0.2.13
12732023-11-06T16:16:52.443Z Compiling semver v1.0.20
12742023-11-06T16:16:52.468Z Compiling ring v0.16.20
12752023-11-06T16:16:52.536Z Compiling ring v0.17.5
12762023-11-06T16:16:53.150Z Compiling subtle v2.5.0
12772023-11-06T16:16:53.319Z Compiling indexmap v1.9.3
12782023-11-06T16:16:53.615Z Compiling parking_lot v0.12.1
12792023-11-06T16:16:53.689Z Compiling dyn-clone v1.0.13
12802023-11-06T16:16:53.714Z Compiling tinyvec_macros v0.1.1
12812023-11-06T16:16:53.837Z Compiling time-core v0.1.1
12822023-11-06T16:16:54.005Z Compiling tinyvec v1.6.0
12832023-11-06T16:16:54.087Z Compiling time-macros v0.2.13
12842023-11-06T16:16:54.166Z Compiling openssl-sys v0.9.93
12852023-11-06T16:16:55.183Z Compiling mio v0.8.8
12862023-11-06T16:16:55.521Z Compiling signal-hook-registry v1.4.1
12872023-11-06T16:16:56.221Z Compiling unicode-normalization v0.1.22
12882023-11-06T16:16:56.651Z Compiling socket2 v0.5.4
12892023-11-06T16:16:57.146Z Compiling num_cpus v1.16.0
12902023-11-06T16:16:57.317Z Compiling rustls v0.21.8
12912023-11-06T16:16:57.688Z Compiling unicode-bidi v0.3.13
12922023-11-06T16:16:57.998Z Compiling serde_derive_internals v0.26.0
12932023-11-06T16:16:58.199Z Compiling slog v2.7.0
12942023-11-06T16:16:58.552Z Compiling spin v0.5.2
12952023-11-06T16:16:58.786Z Compiling ucd-trie v0.1.6
12962023-11-06T16:16:58.888Z Compiling percent-encoding v2.3.0
12972023-11-06T16:16:58.933Z Compiling backtrace v0.3.69
12982023-11-06T16:16:59.520Z Compiling async-trait v0.1.74
12992023-11-06T16:16:59.583Z Compiling form_urlencoded v1.2.0
13002023-11-06T16:16:59.649Z Compiling openssl v0.10.57
13012023-11-06T16:16:59.890Z Compiling aho-corasick v1.0.4
13022023-11-06T16:17:00.151Z Compiling futures-sink v0.3.29
13032023-11-06T16:17:00.281Z Compiling winnow v0.5.15
13042023-11-06T16:17:00.314Z Compiling regex-syntax v0.8.2
13052023-11-06T16:17:00.351Z Compiling anyhow v1.0.75
13062023-11-06T16:17:00.378Z Compiling pin-utils v0.1.0
13072023-11-06T16:17:00.506Z Compiling idna v0.4.0
13082023-11-06T16:17:02.015Z Compiling native-tls v0.2.11
13092023-11-06T16:17:02.292Z Compiling url v2.4.1
13102023-11-06T16:17:02.484Z Compiling unicode-xid v0.2.4
13112023-11-06T16:17:03.696Z Compiling rustversion v1.0.14
13122023-11-06T16:17:03.898Z Compiling futures-io v0.3.29
13132023-11-06T16:17:04.368Z Compiling const-oid v0.9.5
13142023-11-06T16:17:05.628Z Compiling hashbrown v0.13.2
13152023-11-06T16:17:06.687Z Compiling regex-automata v0.4.3
13162023-11-06T16:17:06.848Z Compiling unicode-width v0.1.11
13172023-11-06T16:17:07.090Z Compiling synstructure v0.12.6
13182023-11-06T16:17:07.492Z Compiling crossbeam-utils v0.8.16
13192023-11-06T16:17:07.564Z Compiling cpufeatures v0.2.9
13202023-11-06T16:17:07.699Z Compiling tracing-core v0.1.31
13212023-11-06T16:17:07.921Z Compiling adler v1.0.2
13222023-11-06T16:17:08.179Z Compiling ppv-lite86 v0.2.17
13232023-11-06T16:17:08.275Z Compiling miniz_oxide v0.7.1
13242023-11-06T16:17:09.519Z Compiling rustix v0.38.9
13252023-11-06T16:17:09.646Z Compiling rand_chacha v0.3.1
13262023-11-06T16:17:10.292Z Compiling usdt-impl v0.3.5
13272023-11-06T16:17:10.764Z Compiling bitflags v1.3.2
13282023-11-06T16:17:10.900Z Compiling gimli v0.28.0
13292023-11-06T16:17:11.046Z Compiling rand v0.8.5
13302023-11-06T16:17:11.241Z Compiling object v0.32.1
13312023-11-06T16:17:11.539Z Compiling rustc-demangle v0.1.23
13322023-11-06T16:17:11.856Z Compiling serde_derive v1.0.188
13332023-11-06T16:17:11.961Z Compiling zeroize_derive v1.4.2
13342023-11-06T16:17:12.615Z Compiling thiserror-impl v1.0.49
13352023-11-06T16:17:13.194Z Compiling tokio-macros v2.1.0
13362023-11-06T16:17:13.429Z Compiling futures-macro v0.3.29
13372023-11-06T16:17:14.281Z Compiling tracing-attributes v0.1.26
13382023-11-06T16:17:15.758Z Compiling schemars_derive v0.8.13
13392023-11-06T16:17:16.731Z Compiling zeroize v1.6.0
13402023-11-06T16:17:17.461Z Compiling pest v2.7.2
13412023-11-06T16:17:19.606Z Compiling crypto-common v0.1.6
13422023-11-06T16:17:19.962Z Compiling openssl-macros v0.1.1
13432023-11-06T16:17:20.003Z Compiling regex v1.10.2
13442023-11-06T16:17:20.762Z Compiling block-buffer v0.10.4
13452023-11-06T16:17:21.126Z Compiling digest v0.10.7
13462023-11-06T16:17:21.806Z Compiling pest_meta v2.7.2
13472023-11-06T16:17:21.826Z Compiling zerocopy-derive v0.2.0
13482023-11-06T16:17:22.457Z Compiling tracing v0.1.37
13492023-11-06T16:17:22.904Z Compiling addr2line v0.21.0
13502023-11-06T16:17:23.269Z Compiling num_threads v0.1.6
13512023-11-06T16:17:23.443Z Compiling deranged v0.3.8
13522023-11-06T16:17:23.736Z Compiling base64 v0.21.5
13532023-11-06T16:17:23.962Z Compiling pest_generator v2.7.2
13542023-11-06T16:17:24.696Z Compiling zerocopy v0.3.0
13552023-11-06T16:17:26.090Z Compiling dof v0.1.5
13562023-11-06T16:17:26.663Z Compiling time v0.3.27
13572023-11-06T16:17:27.144Z Compiling spin v0.9.8
13582023-11-06T16:17:27.692Z Compiling thread-id v4.2.0
13592023-11-06T16:17:29.324Z Compiling pest_derive v2.7.2
13602023-11-06T16:17:30.141Z Compiling lazy_static v1.4.0
13612023-11-06T16:17:30.495Z Compiling dtrace-parser v0.1.14
13622023-11-06T16:17:30.744Z Compiling strum_macros v0.25.2
13632023-11-06T16:17:31.457Z Compiling untrusted v0.7.1
13642023-11-06T16:17:31.786Z Compiling strsim v0.10.0
13652023-11-06T16:17:33.866Z Compiling untrusted v0.9.0
13662023-11-06T16:17:34.037Z Compiling regress v0.7.1
13672023-11-06T16:17:34.138Z Compiling socket2 v0.4.9
13682023-11-06T16:17:35.628Z Compiling bytes v1.5.0
13692023-11-06T16:17:35.717Z Compiling indexmap v2.0.0
13702023-11-06T16:17:35.865Z Compiling chrono v0.4.31
13712023-11-06T16:17:36.223Z Compiling uuid v1.4.1
13722023-11-06T16:17:37.339Z Compiling http v0.2.9
13732023-11-06T16:17:37.779Z Compiling tokio v1.33.0
13742023-11-06T16:17:37.803Z Compiling toml_datetime v0.6.3
13752023-11-06T16:17:38.273Z Compiling serde_spanned v0.6.3
13762023-11-06T16:17:38.572Z Compiling toml_edit v0.19.15
13772023-11-06T16:17:38.653Z Compiling bitflags v2.4.0
13782023-11-06T16:17:39.034Z Compiling rustc_version v0.4.0
13792023-11-06T16:17:39.344Z Compiling openapiv3 v1.0.3
13802023-11-06T16:17:42.772Z Compiling serde_tokenstream v0.1.7
13812023-11-06T16:17:43.011Z Compiling serde_tokenstream v0.2.0
13822023-11-06T16:17:43.564Z Compiling hashbrown v0.12.3
13832023-11-06T16:17:43.580Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13842023-11-06T16:17:43.791Z Compiling sct v0.7.0
13852023-11-06T16:17:44.276Z Compiling try-lock v0.2.4
13862023-11-06T16:17:44.485Z Compiling httpdate v1.0.3
13872023-11-06T16:17:44.727Z Compiling usdt-macro v0.3.5
13882023-11-06T16:17:45.276Z Compiling usdt-attr-macro v0.3.5
13892023-11-06T16:17:46.375Z Compiling want v0.3.1
13902023-11-06T16:17:46.708Z Compiling http-body v0.4.5
13912023-11-06T16:17:46.817Z Compiling rustls-pemfile v1.0.3
13922023-11-06T16:17:46.896Z Compiling foreign-types-shared v0.1.1
13932023-11-06T16:17:47.056Z Compiling mime v0.3.17
13942023-11-06T16:17:47.341Z Compiling tower-service v0.3.2
13952023-11-06T16:17:47.432Z Compiling openssl-probe v0.1.5
13962023-11-06T16:17:47.542Z Compiling foreign-types v0.3.2
13972023-11-06T16:17:47.680Z Compiling errno v0.3.2
13982023-11-06T16:17:47.970Z Compiling ipnet v2.8.0
13992023-11-06T16:17:48.432Z Compiling getopts v0.2.21
14002023-11-06T16:17:48.436Z Compiling encoding_rs v0.8.33
14012023-11-06T16:17:49.560Z Compiling unsafe-libyaml v0.2.9
14022023-11-06T16:17:49.984Z Compiling rustls-native-certs v0.6.3
14032023-11-06T16:17:50.182Z Compiling serde_urlencoded v0.7.1
14042023-11-06T16:17:51.017Z Compiling tokio-util v0.7.10
14052023-11-06T16:17:51.159Z Compiling webpki-roots v0.25.2
14062023-11-06T16:17:52.571Z Compiling serde_yaml v0.9.25
14072023-11-06T16:17:52.793Z Compiling h2 v0.3.21
14082023-11-06T16:17:54.569Z Compiling hmac v0.12.1
14092023-11-06T16:17:54.916Z Compiling num-integer v0.1.45
14102023-11-06T16:17:56.688Z Compiling sha2 v0.10.8
14112023-11-06T16:17:56.796Z Compiling block-padding v0.3.3
14122023-11-06T16:17:58.131Z Compiling inout v0.1.3
14132023-11-06T16:17:58.492Z Compiling futures-executor v0.3.29
14142023-11-06T16:17:58.780Z Compiling cipher v0.4.4
14152023-11-06T16:17:59.469Z Compiling toml v0.7.8
14162023-11-06T16:17:59.507Z Compiling crc32fast v1.3.2
14172023-11-06T16:17:59.615Z Compiling fallible-iterator v0.2.0
14182023-11-06T16:18:00.828Z Compiling tokio-native-tls v0.3.1
14192023-11-06T16:18:01.285Z Compiling futures v0.3.29
14202023-11-06T16:18:01.294Z Compiling ipnetwork v0.20.0
14212023-11-06T16:18:01.425Z Compiling siphasher v0.3.11
14222023-11-06T16:18:02.097Z Compiling usdt v0.3.5
14232023-11-06T16:18:02.772Z Compiling md-5 v0.10.5
14242023-11-06T16:18:03.130Z Compiling stringprep v0.1.3
14252023-11-06T16:18:04.255Z Compiling io-lifetimes v1.0.11
14262023-11-06T16:18:04.375Z Compiling postgres-protocol v0.6.6
14272023-11-06T16:18:04.882Z Compiling hyper v0.14.27
14282023-11-06T16:18:04.904Z Compiling phf_shared v0.11.2
14292023-11-06T16:18:05.077Z Compiling hex v0.4.3
14302023-11-06T16:18:05.460Z Compiling enum-as-inner v0.5.1
14312023-11-06T16:18:05.860Z Compiling slog-async v2.8.0
14322023-11-06T16:18:06.109Z Compiling postgres-types v0.2.6
14332023-11-06T16:18:06.602Z Compiling phf v0.11.2
14342023-11-06T16:18:06.629Z Compiling num-bigint v0.4.4
14352023-11-06T16:18:06.966Z Compiling data-encoding v2.4.0
14362023-11-06T16:18:07.053Z Compiling rustix v0.37.23
14372023-11-06T16:18:07.861Z Compiling whoami v1.4.1
14382023-11-06T16:18:08.624Z Compiling tokio-postgres v0.7.10
14392023-11-06T16:18:08.894Z Compiling zerocopy-derive v0.6.4
14402023-11-06T16:18:11.113Z Compiling static_assertions v1.1.0
14412023-11-06T16:18:12.344Z Compiling ident_case v1.0.1
14422023-11-06T16:18:12.419Z Compiling either v1.9.0
14432023-11-06T16:18:12.610Z Compiling darling_core v0.20.3
14442023-11-06T16:18:13.113Z Compiling camino v1.1.6
14452023-11-06T16:18:13.997Z Compiling flate2 v1.0.28
14462023-11-06T16:18:14.215Z Compiling heapless v0.7.16
14472023-11-06T16:18:14.988Z Compiling bzip2-sys v0.1.11+1.0.8
14482023-11-06T16:18:15.090Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14492023-11-06T16:18:15.535Z Compiling memoffset v0.9.0
14502023-11-06T16:18:15.703Z Compiling matches v0.1.10
14512023-11-06T16:18:15.844Z Compiling radium v0.7.0
14522023-11-06T16:18:15.894Z Compiling managed v0.8.0
14532023-11-06T16:18:16.428Z Compiling hyper-tls v0.5.0
14542023-11-06T16:18:16.653Z Compiling unicode-segmentation v1.10.1
14552023-11-06T16:18:17.205Z Compiling idna v0.2.3
14562023-11-06T16:18:18.151Z Compiling itertools v0.11.0
14572023-11-06T16:18:18.898Z Compiling multer v2.1.0
14582023-11-06T16:18:19.438Z Compiling trust-dns-proto v0.22.0
14592023-11-06T16:18:20.397Z Compiling async-stream-impl v0.3.5
14602023-11-06T16:18:21.485Z Compiling darling_macro v0.20.3
14612023-11-06T16:18:22.151Z Compiling num-iter v0.1.43
14622023-11-06T16:18:22.394Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14632023-11-06T16:18:22.445Z Compiling crossbeam-epoch v0.9.15
14642023-11-06T16:18:22.555Z Compiling paste v1.0.14
14652023-11-06T16:18:22.605Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14662023-11-06T16:18:22.952Z Compiling darling v0.20.3
14672023-11-06T16:18:23.095Z Compiling anstyle v1.0.2
14682023-11-06T16:18:23.163Z Compiling serde_with_macros v2.3.3
14692023-11-06T16:18:23.234Z Compiling bit-vec v0.6.3
14702023-11-06T16:18:23.310Z Compiling smoltcp v0.9.1
14712023-11-06T16:18:23.860Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14722023-11-06T16:18:23.944Z Compiling utf8parse v0.2.1
14732023-11-06T16:18:24.194Z Compiling anstyle-parse v0.2.1
14742023-11-06T16:18:26.496Z Compiling zerocopy v0.6.4
14752023-11-06T16:18:27.151Z Compiling signature v2.1.0
14762023-11-06T16:18:27.280Z Compiling hubpack_derive v0.1.1
14772023-11-06T16:18:27.473Z Compiling clap_derive v4.4.2
14782023-11-06T16:18:27.661Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14792023-11-06T16:18:27.879Z Compiling colorchoice v1.0.0
14802023-11-06T16:18:28.062Z Compiling anstyle-query v1.0.0
14812023-11-06T16:18:28.258Z Compiling anstream v0.5.0
14822023-11-06T16:18:28.887Z Compiling terminal_size v0.2.6
14832023-11-06T16:18:29.414Z Compiling yasna v0.5.2
14842023-11-06T16:18:31.579Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14852023-11-06T16:18:32.091Z Compiling structmeta-derive v0.1.6
14862023-11-06T16:18:32.688Z Compiling diesel_table_macro_syntax v0.1.0
14872023-11-06T16:18:32.730Z Compiling hash32 v0.2.1
14882023-11-06T16:18:33.274Z Compiling tap v1.0.1
14892023-11-06T16:18:33.339Z Compiling clap_lex v0.5.1
14902023-11-06T16:18:33.549Z Compiling stable_deref_trait v1.2.0
14912023-11-06T16:18:34.180Z Compiling clap_builder v4.4.2
14922023-11-06T16:18:34.845Z Compiling wyz v0.5.1
14932023-11-06T16:18:35.273Z Compiling diesel_derives v2.1.1
14942023-11-06T16:18:35.551Z Compiling tokio-stream v0.1.14
14952023-11-06T16:18:36.084Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14962023-11-06T16:18:36.504Z Compiling serde_repr v0.1.16
14972023-11-06T16:18:36.581Z Compiling structmeta v0.1.6
14982023-11-06T16:18:36.860Z Compiling scheduled-thread-pool v0.2.7
14992023-11-06T16:18:37.084Z Compiling funty v2.0.0
15002023-11-06T16:18:37.233Z Compiling regex-automata v0.1.10
15012023-11-06T16:18:37.874Z Compiling regex-syntax v0.6.29
15022023-11-06T16:18:38.034Z Compiling bstr v0.2.17
15032023-11-06T16:18:38.824Z Compiling r2d2 v0.8.10
15042023-11-06T16:18:39.003Z Compiling bitvec v1.0.1
15052023-11-06T16:18:40.493Z Compiling clap v4.4.3
15062023-11-06T16:18:41.414Z Compiling hubpack v0.1.2
15072023-11-06T16:18:42.421Z Compiling itertools v0.10.5
15082023-11-06T16:18:42.592Z Compiling phf_shared v0.10.0
15092023-11-06T16:18:43.928Z Compiling float-cmp v0.9.0
15102023-11-06T16:18:44.295Z Compiling normalize-line-endings v0.3.0
15112023-11-06T16:18:44.330Z Compiling new_debug_unreachable v1.0.4
15122023-11-06T16:18:44.459Z Compiling predicates-core v1.0.6
15132023-11-06T16:18:44.483Z Compiling precomputed-hash v0.1.1
15142023-11-06T16:18:44.643Z Compiling difflib v0.4.0
15152023-11-06T16:18:45.269Z Compiling regex-automata v0.3.8
15162023-11-06T16:18:46.751Z Compiling fixedbitset v0.4.2
15172023-11-06T16:18:47.463Z Compiling petgraph v0.6.4
15182023-11-06T16:18:47.521Z Compiling parse-display-derive v0.7.0
15192023-11-06T16:18:47.553Z Compiling predicates v3.0.4
15202023-11-06T16:18:49.518Z Compiling bstr v1.6.0
15212023-11-06T16:18:50.451Z Compiling string_cache v0.8.7
15222023-11-06T16:18:51.217Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15232023-11-06T16:18:51.493Z Compiling similar v2.2.1
15242023-11-06T16:18:52.268Z Compiling bit-set v0.5.3
15252023-11-06T16:18:52.704Z Compiling console v0.15.7
15262023-11-06T16:18:53.906Z Compiling lalrpop-util v0.19.12
15272023-11-06T16:18:59.313Z Compiling diesel v2.1.3
15282023-11-06T16:19:02.580Z Compiling proc-macro-crate v1.3.1
15292023-11-06T16:19:15.374Z Compiling crucible-workspace-hack v0.1.0
15302023-11-06T16:19:31.638Z Compiling atty v0.2.14
15312023-11-06T16:19:33.732Z Compiling sha1 v0.10.5
15322023-11-06T16:19:34.336Z Compiling match_cfg v0.1.0
15332023-11-06T16:19:34.451Z Compiling hostname v0.3.1
15342023-11-06T16:19:38.021Z Compiling dirs-sys-next v0.1.2
15352023-11-06T16:19:38.895Z Compiling dirs-next v2.0.0
15362023-11-06T16:19:39.553Z Compiling thread_local v1.1.7
15372023-11-06T16:19:46.431Z Compiling term v0.7.0
15382023-11-06T16:19:47.108Z Compiling crossbeam-channel v0.5.8
15392023-11-06T16:19:49.084Z Compiling take_mut v0.2.2
15402023-11-06T16:19:49.214Z Compiling slog-term v2.9.0
15412023-11-06T16:19:51.298Z Compiling slog-json v2.6.1
15422023-11-06T16:19:51.506Z Compiling instant v0.1.12
15432023-11-06T16:19:51.935Z Compiling slog-bunyan v2.4.0
15442023-11-06T16:19:52.880Z Compiling strum v0.25.0
15452023-11-06T16:19:53.295Z Compiling atomic-waker v1.1.1
15462023-11-06T16:19:53.576Z Compiling waitgroup v0.1.2
15472023-11-06T16:19:53.864Z Compiling num_enum_derive v0.5.11
15482023-11-06T16:19:53.905Z Compiling serde_with v2.3.3
15492023-11-06T16:19:53.925Z Compiling async-stream v0.3.5
15502023-11-06T16:19:56.188Z Compiling serde_path_to_error v0.1.14
15512023-11-06T16:19:56.323Z Compiling libz-sys v1.1.12
15522023-11-06T16:19:56.699Z Compiling fastrand v2.0.0
15532023-11-06T16:19:57.106Z Compiling debug-ignore v1.0.5
15542023-11-06T16:19:57.315Z Compiling tempfile v3.8.0
15552023-11-06T16:19:59.096Z Compiling slog-dtrace v0.2.3
15562023-11-06T16:19:59.503Z Compiling proc-macro-error-attr v1.0.4
15572023-11-06T16:20:00.773Z Compiling backoff v0.4.0
15582023-11-06T16:20:01.231Z Compiling parse-display v0.7.0
15592023-11-06T16:20:01.645Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15602023-11-06T16:20:02.190Z Compiling macaddr v1.0.1
15612023-11-06T16:20:02.413Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15622023-11-06T16:20:02.842Z Compiling libgit2-sys v0.15.2+1.6.4
15632023-11-06T16:20:02.949Z Compiling proc-macro-error v1.0.4
15642023-11-06T16:20:03.375Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15652023-11-06T16:20:05.035Z Compiling libsqlite3-sys v0.26.0
15662023-11-06T16:20:05.383Z Compiling memoffset v0.7.1
15672023-11-06T16:20:05.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15682023-11-06T16:20:08.238Z Compiling foreign-types-macros v0.2.3
15692023-11-06T16:20:08.541Z Compiling vergen v8.2.4
15702023-11-06T16:20:08.727Z Compiling base64ct v1.6.0
15712023-11-06T16:20:11.772Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15722023-11-06T16:20:13.086Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15732023-11-06T16:20:17.705Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15742023-11-06T16:20:18.272Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15752023-11-06T16:20:18.411Z Compiling platforms v3.0.2
15762023-11-06T16:20:19.069Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15772023-11-06T16:20:19.510Z Compiling num_enum_derive v0.7.0
15782023-11-06T16:20:19.529Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15792023-11-06T16:20:19.552Z Compiling password-hash v0.5.0
15802023-11-06T16:20:20.376Z Compiling heck v0.3.3
15812023-11-06T16:20:20.398Z Compiling curve25519-dalek v4.1.0
15822023-11-06T16:20:20.947Z Compiling blake2 v0.10.6
15832023-11-06T16:20:20.969Z Compiling libefi-sys v0.1.0
15842023-11-06T16:20:21.342Z Compiling structopt-derive v0.4.18
15852023-11-06T16:20:21.423Z Compiling zone_cfg_derive v0.2.0
15862023-11-06T16:20:22.571Z Compiling argon2 v0.5.2
15872023-11-06T16:20:23.096Z Compiling num-derive v0.4.0
15882023-11-06T16:20:23.155Z Compiling curve25519-dalek-derive v0.1.0
15892023-11-06T16:20:23.679Z Compiling same-file v1.0.6
15902023-11-06T16:20:24.028Z Compiling walkdir v2.4.0
15912023-11-06T16:20:25.215Z Compiling toml v0.5.11
15922023-11-06T16:20:25.473Z Compiling semver-parser v0.10.2
15932023-11-06T16:20:25.627Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15942023-11-06T16:20:25.904Z Compiling xattr v1.0.1
15952023-11-06T16:20:26.153Z Compiling filetime v0.2.22
15962023-11-06T16:20:26.322Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
15972023-11-06T16:20:26.655Z Compiling erased-serde v0.3.30
15982023-11-06T16:20:26.746Z Compiling getrandom v0.1.16
15992023-11-06T16:20:27.030Z Compiling semver v0.11.0
16002023-11-06T16:20:27.371Z Compiling tar v0.4.40
16012023-11-06T16:20:27.523Z Compiling universal-hash v0.5.1
16022023-11-06T16:20:27.829Z Compiling bitstruct_derive v0.1.0
16032023-11-06T16:20:28.056Z Compiling async-recursion v1.0.5
16042023-11-06T16:20:28.166Z Compiling home v0.5.5
16052023-11-06T16:20:28.534Z Compiling opaque-debug v0.3.0
16062023-11-06T16:20:28.678Z Compiling toolchain_find v0.2.0
16072023-11-06T16:20:29.112Z Compiling num-rational v0.4.1
16082023-11-06T16:20:29.138Z Compiling unicase v2.7.0
16092023-11-06T16:20:29.498Z Compiling parking_lot_core v0.8.6
16102023-11-06T16:20:29.673Z Compiling rustfmt-wrapper v0.2.0
16112023-11-06T16:20:29.944Z Compiling num_enum v0.5.11
16122023-11-06T16:20:30.108Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16132023-11-06T16:20:30.179Z Compiling aead v0.5.2
16142023-11-06T16:20:30.246Z Compiling postcard-cobs v0.1.5-pre
16152023-11-06T16:20:30.697Z Compiling winapi v0.3.9
16162023-11-06T16:20:30.768Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16172023-11-06T16:20:30.772Z Compiling postcard v0.7.3
16182023-11-06T16:20:31.095Z Compiling polyval v0.6.1
16192023-11-06T16:20:31.676Z Compiling smoltcp v0.8.2
16202023-11-06T16:20:31.707Z Compiling ctr v0.9.2
16212023-11-06T16:20:31.766Z Compiling aes v0.8.3
16222023-11-06T16:20:32.084Z Compiling thiserror-impl-no-std v2.0.2
16232023-11-06T16:20:32.183Z Compiling foreign-types-shared v0.3.1
16242023-11-06T16:20:32.272Z Compiling cfg-if v0.1.10
16252023-11-06T16:20:32.296Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16262023-11-06T16:20:32.401Z Compiling foreign-types v0.5.0
16272023-11-06T16:20:32.551Z Compiling mime_guess v2.0.4
16282023-11-06T16:20:34.392Z Compiling is-terminal v0.4.9
16292023-11-06T16:20:34.508Z Compiling toml_edit v0.20.0
16302023-11-06T16:20:34.586Z Compiling hashlink v0.8.3
16312023-11-06T16:20:34.868Z Compiling cstr-argument v0.1.2
16322023-11-06T16:20:35.390Z Compiling fallible-streaming-iterator v0.1.9
16332023-11-06T16:20:35.968Z Compiling pretty-hex v0.2.1
16342023-11-06T16:20:36.153Z Compiling rusqlite v0.29.0
16352023-11-06T16:20:36.322Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16362023-11-06T16:20:36.412Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16372023-11-06T16:20:36.714Z Compiling colored v2.0.4
16382023-11-06T16:20:36.879Z Compiling nix v0.26.2
16392023-11-06T16:20:37.354Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16402023-11-06T16:20:37.887Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16412023-11-06T16:20:40.504Z Compiling toml v0.8.0
16422023-11-06T16:20:42.796Z Compiling twox-hash v1.6.3
16432023-11-06T16:20:43.302Z Compiling hkdf v0.12.3
16442023-11-06T16:20:43.655Z Compiling textwrap v0.11.0
16452023-11-06T16:20:43.833Z Compiling const_format_proc_macros v0.2.31
16462023-11-06T16:20:43.957Z Compiling quick-error v1.2.3
16472023-11-06T16:20:44.183Z Compiling strsim v0.8.0
16482023-11-06T16:20:44.186Z Compiling ansi_term v0.12.1
16492023-11-06T16:20:44.976Z Compiling vec_map v0.8.2
16502023-11-06T16:20:45.314Z Compiling linked-hash-map v0.5.6
16512023-11-06T16:20:45.433Z Compiling clap v2.34.0
16522023-11-06T16:20:45.862Z Compiling lru-cache v0.1.2
16532023-11-06T16:20:46.164Z Compiling resolv-conf v0.7.0
16542023-11-06T16:20:48.551Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16552023-11-06T16:20:50.501Z Compiling num_enum v0.7.0
16562023-11-06T16:20:50.555Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16572023-11-06T16:20:52.174Z Compiling bincode v1.3.3
16582023-11-06T16:20:52.206Z Compiling termcolor v1.2.0
16592023-11-06T16:20:52.857Z Compiling utf-8 v0.7.6
16602023-11-06T16:20:53.642Z Compiling keccak v0.1.4
16612023-11-06T16:20:53.825Z Compiling humantime v2.1.0
16622023-11-06T16:20:54.175Z Compiling convert_case v0.4.0
16632023-11-06T16:20:54.956Z Compiling cancel-safe-futures v0.1.5
16642023-11-06T16:20:55.119Z Compiling base64 v0.13.1
16652023-11-06T16:20:55.471Z Compiling derive_more v0.99.17
16662023-11-06T16:20:55.954Z Compiling env_logger v0.9.3
16672023-11-06T16:20:56.102Z Compiling sha3 v0.10.8
16682023-11-06T16:20:57.008Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16692023-11-06T16:20:57.203Z Compiling structopt v0.3.26
16702023-11-06T16:20:58.174Z Compiling trust-dns-resolver v0.22.0
16712023-11-06T16:20:58.520Z Compiling aes-gcm-siv v0.11.1
16722023-11-06T16:20:58.956Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16732023-11-06T16:21:00.132Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16742023-11-06T16:21:01.778Z Compiling zone v0.2.0
16752023-11-06T16:21:03.199Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16762023-11-06T16:21:04.107Z Compiling smf v0.2.2
16772023-11-06T16:21:04.131Z Compiling secrecy v0.8.0
16782023-11-06T16:21:04.536Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16792023-11-06T16:21:04.768Z Compiling ringbuffer v0.15.0
16802023-11-06T16:21:05.453Z Compiling ascii v1.1.0
16812023-11-06T16:21:07.226Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16822023-11-06T16:21:08.001Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16832023-11-06T16:21:08.027Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16842023-11-06T16:21:09.343Z Compiling bitstruct v0.1.1
16852023-11-06T16:21:10.251Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16862023-11-06T16:21:11.411Z Compiling serde_arrays v0.1.0
16872023-11-06T16:21:11.731Z Compiling ff v0.13.0
16882023-11-06T16:21:12.011Z Compiling nibble_vec v0.1.0
16892023-11-06T16:21:12.074Z Compiling arc-swap v1.6.0
16902023-11-06T16:21:12.322Z Compiling endian-type v0.1.2
16912023-11-06T16:21:12.659Z Compiling radix_trie v0.2.1
16922023-11-06T16:21:13.075Z Compiling slog-scope v4.4.0
16932023-11-06T16:21:13.370Z Compiling group v0.13.0
16942023-11-06T16:21:13.634Z Compiling rand_core v0.5.1
16952023-11-06T16:21:13.956Z Compiling tungstenite v0.20.1
16962023-11-06T16:21:14.757Z Compiling poly1305 v0.8.0
16972023-11-06T16:21:15.887Z Compiling chacha20 v0.9.1
16982023-11-06T16:21:16.701Z Compiling crypto-bigint v0.5.2
16992023-11-06T16:21:16.818Z Compiling num-complex v0.4.4
17002023-11-06T16:21:16.843Z Compiling ciborium-io v0.2.1
17012023-11-06T16:21:17.027Z Compiling half v1.8.2
17022023-11-06T16:21:17.370Z Compiling base16ct v0.2.0
17032023-11-06T16:21:17.431Z Compiling option-ext v0.2.0
17042023-11-06T16:21:17.641Z Compiling dirs-sys v0.4.1
17052023-11-06T16:21:17.781Z Compiling ciborium-ll v0.2.1
17062023-11-06T16:21:18.328Z Compiling tokio-tungstenite v0.20.1
17072023-11-06T16:21:18.447Z Compiling num v0.4.1
17082023-11-06T16:21:18.680Z Compiling parking_lot v0.11.2
17092023-11-06T16:21:18.704Z Compiling rand_chacha v0.2.2
17102023-11-06T16:21:19.109Z Compiling slog-stdlog v4.1.1
17112023-11-06T16:21:19.133Z Compiling trust-dns-client v0.22.0
17122023-11-06T16:21:19.414Z Compiling thiserror-no-std v2.0.2
17132023-11-06T16:21:19.716Z Compiling elliptic-curve v0.13.5
17142023-11-06T16:21:20.480Z Compiling password-hash v0.4.2
17152023-11-06T16:21:20.909Z Compiling ed25519 v2.2.2
17162023-11-06T16:21:21.466Z Compiling blowfish v0.9.1
17172023-11-06T16:21:21.938Z Compiling pbkdf2 v0.12.2
17182023-11-06T16:21:22.092Z Compiling fxhash v0.2.1
17192023-11-06T16:21:23.005Z Compiling sled v0.34.7
17202023-11-06T16:21:23.054Z Compiling bcrypt-pbkdf v0.10.0
17212023-11-06T16:21:23.438Z Compiling trust-dns-server v0.22.1
17222023-11-06T16:21:23.633Z Compiling pbkdf2 v0.11.0
17232023-11-06T16:21:23.744Z Compiling ed25519-dalek v2.0.0
17242023-11-06T16:21:24.237Z Compiling vsss-rs v3.3.1
17252023-11-06T16:21:24.621Z Compiling russh-cryptovec v0.7.0
17262023-11-06T16:21:24.646Z Compiling slog-envlogger v2.2.0
17272023-11-06T16:21:25.412Z Compiling rand v0.7.3
17282023-11-06T16:21:25.974Z Compiling ciborium v0.2.1
17292023-11-06T16:21:26.490Z Compiling dirs v5.0.1
17302023-11-06T16:21:26.788Z Compiling chacha20poly1305 v0.10.1
17312023-11-06T16:21:27.103Z Compiling ron v0.7.1
17322023-11-06T16:21:27.235Z Compiling tungstenite v0.18.0
17332023-11-06T16:21:28.528Z Compiling const_format v0.2.31
17342023-11-06T16:21:29.928Z Compiling ghash v0.5.0
17352023-11-06T16:21:30.800Z Compiling camino-tempfile v1.0.2
17362023-11-06T16:21:31.349Z Compiling cbc v0.1.2
17372023-11-06T16:21:31.374Z Compiling headers-core v0.2.0
17382023-11-06T16:21:31.520Z Compiling pem v3.0.2
17392023-11-06T16:21:31.693Z Compiling md5 v0.7.0
17402023-11-06T16:21:31.977Z Compiling bit_field v0.10.2
17412023-11-06T16:21:32.051Z Compiling pretty-hex v0.3.0
17422023-11-06T16:21:32.139Z Compiling http-range v0.1.5
17432023-11-06T16:21:32.255Z Compiling russh-keys v0.38.0
17442023-11-06T16:21:32.340Z Compiling rcgen v0.11.3
17452023-11-06T16:21:32.756Z Compiling hyper-staticfile v0.9.5
17462023-11-06T16:21:32.827Z Compiling headers v0.3.9
17472023-11-06T16:21:37.041Z Compiling aes-gcm v0.10.3
17482023-11-06T16:21:37.476Z Compiling tokio-tungstenite v0.18.0
17492023-11-06T16:21:40.841Z Compiling pem v1.1.1
17502023-11-06T16:21:42.249Z Compiling atomicwrites v0.4.2
17512023-11-06T16:21:43.049Z Compiling subprocess v0.2.9
17522023-11-06T16:21:43.140Z Compiling hex-literal v0.4.1
17532023-11-06T16:21:43.787Z Compiling glob v0.3.1
17542023-11-06T16:21:44.958Z Compiling russh v0.38.0
17552023-11-06T16:21:50.444Z Compiling bzip2 v0.4.4
17562023-11-06T16:21:50.980Z Compiling zip v0.6.6
17572023-11-06T16:21:56.006Z Compiling rustls-webpki v0.101.7
17582023-11-06T16:22:02.946Z Compiling tokio-rustls v0.24.1
17592023-11-06T16:22:03.444Z Compiling hyper-rustls v0.24.2
17602023-11-06T16:22:04.176Z Compiling reqwest v0.11.20
17612023-11-06T16:22:05.381Z Compiling git2 v0.17.2
17622023-11-06T16:22:08.354Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17632023-11-06T16:22:09.169Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17642023-11-06T16:22:09.531Z Compiling omicron-zone-package v0.8.3
17652023-11-06T16:22:09.698Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17662023-11-06T16:22:11.786Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17672023-11-06T16:22:15.855Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17682023-11-06T16:22:17.358Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17692023-11-06T16:22:18.215Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17702023-11-06T16:22:24.073Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17712023-11-06T16:22:27.217Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17722023-11-06T16:22:30.313Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17732023-11-06T16:22:30.316Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17742023-11-06T16:22:30.978Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17752023-11-06T16:22:31.878Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17762023-11-06T16:22:32.263Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17772023-11-06T16:22:33.242Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17782023-11-06T16:22:33.810Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17792023-11-06T16:22:33.853Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17802023-11-06T16:22:34.272Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17812023-11-06T16:22:34.662Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17822023-11-06T16:22:38.164Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17832023-11-06T16:22:41.095Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17842023-11-06T16:22:48.616Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17852023-11-06T16:22:52.065Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17862023-11-06T16:22:53.936Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17872023-11-06T16:22:56.342Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17882023-11-06T16:22:58.886Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17892023-11-06T16:22:59.725Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17902023-11-06T16:23:13.539Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17912023-11-06T16:23:19.994Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17922023-11-06T16:23:21.499Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17932023-11-06T16:23:22.830Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17942023-11-06T16:23:25.441Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17952023-11-06T16:23:37.763Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17962023-11-06T16:23:38.125Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17972023-11-06T16:23:41.106Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17982023-11-06T16:23:41.990Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17992023-11-06T16:23:47.857Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18002023-11-06T16:23:57.807Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18012023-11-06T16:24:12.428Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18022023-11-06T16:24:17.115Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18032023-11-06T16:25:00.250Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18042023-11-06T16:26:28.686Z Finished dev [unoptimized + debuginfo] target(s) in 10m 19s
18052023-11-06T16:26:29.048Z
18062023-11-06T16:26:29.052Zreal 10:20.272386853
18072023-11-06T16:26:29.055Zuser 1:00:10.150370257
18082023-11-06T16:26:29.058Zsys 9:22.494266580
18092023-11-06T16:26:29.061Ztrap 2.576201202
18102023-11-06T16:26:29.065Ztflt 4.106685269
18112023-11-06T16:26:29.070Zdflt 6.780149929
18122023-11-06T16:26:29.072Zkflt 0.035604286
18132023-11-06T16:26:29.075Zlock 1:55:26.497176601
18142023-11-06T16:26:29.078Zslp 3:26:01.187936747
18152023-11-06T16:26:29.081Zlat 2:36.090974831
18162023-11-06T16:26:29.085Zstop 6:27.467042579
18172023-11-06T16:26:29.088Z+ mkdir -p /work/end-to-end-tests
18182023-11-06T16:26:29.091Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18192023-11-06T16:26:29.814Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18202023-11-06T16:26:29.817Z+ ptime -m gzip
18212023-11-06T16:26:29.820Z++ basename target/debug/bootstrap
18222023-11-06T16:26:46.982Z
18232023-11-06T16:26:46.985Zreal 17.157279374
18242023-11-06T16:26:46.988Zuser 16.969870472
18252023-11-06T16:26:46.991Zsys 0.173847744
18262023-11-06T16:26:46.994Ztrap 0.006800869
18272023-11-06T16:26:46.997Ztflt 0.000000000
18282023-11-06T16:26:47.002Zdflt 0.000000000
18292023-11-06T16:26:47.004Zkflt 0.000000000
18302023-11-06T16:26:47.007Zlock 0.000000000
18312023-11-06T16:26:47.010Zslp 0.000000000
18322023-11-06T16:26:47.095Zlat 0.005347802
18332023-11-06T16:26:47.098Zstop 0.001306808
18342023-11-06T16:26:47.101Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18352023-11-06T16:26:47.104Z+ ptime -m gzip
18362023-11-06T16:26:47.107Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-00f20c85209291d2
18372023-11-06T16:26:48.097Z
18382023-11-06T16:26:48.100Zreal 1.105449244
18392023-11-06T16:26:48.103Zuser 1.091503273
18402023-11-06T16:26:48.105Zsys 0.013124418
18412023-11-06T16:26:48.108Ztrap 0.000162688
18422023-11-06T16:26:48.111Ztflt 0.000000000
18432023-11-06T16:26:48.114Zdflt 0.000000000
18442023-11-06T16:26:48.117Zkflt 0.000000000
18452023-11-06T16:26:48.120Zlock 0.000000000
18462023-11-06T16:26:48.123Zslp 0.000000000
18472023-11-06T16:26:48.126Zlat 0.000213670
18482023-11-06T16:26:48.129Zstop 0.000330056
18492023-11-06T16:26:48.132Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18502023-11-06T16:26:48.135Z+ ptime -m gzip
18512023-11-06T16:26:48.138Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2a5726111815475a
18522023-11-06T16:27:07.532Z
18532023-11-06T16:27:07.535Zreal 19.427504916
18542023-11-06T16:27:07.538Zuser 19.225221395
18552023-11-06T16:27:07.542Zsys 0.196151783
18562023-11-06T16:27:07.545Ztrap 0.004063213
18572023-11-06T16:27:07.548Ztflt 0.000000000
18582023-11-06T16:27:07.551Zdflt 0.000000000
18592023-11-06T16:27:07.554Zkflt 0.000000000
18602023-11-06T16:27:07.557Zlock 0.000000000
18612023-11-06T16:27:07.560Zslp 0.000000000
18622023-11-06T16:27:07.563Zlat 0.001590460
18632023-11-06T16:27:07.566Zstop 0.000364097
18642023-11-06T16:27:07.569Z+ banner caboose-util
18652023-11-06T16:27:07.572Z
18662023-11-06T16:27:07.577Z #### ## ##### #### #### #### ###### # # #####
18672023-11-06T16:27:07.580Z # # # # # # # # # # # # # # #
18682023-11-06T16:27:07.583Z # # # ##### # # # # #### ##### ##### # # #
18692023-11-06T16:27:07.586Z # ###### # # # # # # # # # # #
18702023-11-06T16:27:07.590Z # # # # # # # # # # # # # # # #
18712023-11-06T16:27:07.593Z #### # # ##### #### #### #### ###### #### #
18722023-11-06T16:27:07.596Z
18732023-11-06T16:27:07.600Z+ ptime -m cargo build --locked -p caboose-util --release
18742023-11-06T16:27:08.255Z Downloading crates ...
18752023-11-06T16:27:08.580Z Downloaded path-slash v0.1.5
18762023-11-06T16:27:08.584Z Downloaded nodrop v0.1.14
18772023-11-06T16:27:08.589Z Downloaded pkcs1 v0.7.5
18782023-11-06T16:27:08.593Z Downloaded serde-hex v0.1.0
18792023-11-06T16:27:08.596Z Downloaded packed_struct_codegen v0.10.1
18802023-11-06T16:27:08.598Z Downloaded pem-rfc7468 v0.7.0
18812023-11-06T16:27:08.602Z Downloaded smallvec v0.6.14
18822023-11-06T16:27:08.605Z Downloaded packed_struct v0.10.1
18832023-11-06T16:27:08.608Z Downloaded crc-catalog v2.2.0
18842023-11-06T16:27:08.611Z Downloaded crc v3.0.1
18852023-11-06T16:27:08.614Z Downloaded bitfield v0.14.0
18862023-11-06T16:27:08.617Z Downloaded maybe-uninit v2.0.0
18872023-11-06T16:27:08.620Z Downloaded flagset v0.4.3
18882023-11-06T16:27:08.626Z Downloaded array-init v0.0.4
18892023-11-06T16:27:08.629Z Downloaded der_derive v0.7.2
18902023-11-06T16:27:08.631Z Downloaded crc-any v2.4.3
18912023-11-06T16:27:08.634Z Downloaded env_logger v0.10.0
18922023-11-06T16:27:08.637Z Downloaded rsa v0.9.2
18932023-11-06T16:27:08.642Z Downloaded x509-cert v0.2.4
18942023-11-06T16:27:08.652Z Downloaded num-bigint-dig v0.8.4
18952023-11-06T16:27:08.660Z Downloaded object v0.30.4
18962023-11-06T16:27:08.676Z Downloaded ron v0.8.1
18972023-11-06T16:27:08.847Z Compiling proc-macro2 v1.0.67
18982023-11-06T16:27:08.850Z Compiling unicode-ident v1.0.12
18992023-11-06T16:27:08.853Z Compiling libc v0.2.149
19002023-11-06T16:27:08.856Z Compiling autocfg v1.1.0
19012023-11-06T16:27:08.859Z Compiling serde v1.0.188
19022023-11-06T16:27:08.862Z Compiling cfg-if v1.0.0
19032023-11-06T16:27:08.869Z Compiling version_check v0.9.4
19042023-11-06T16:27:09.010Z Compiling parking_lot_core v0.9.8
19052023-11-06T16:27:09.025Z Compiling syn v1.0.109
19062023-11-06T16:27:09.125Z Compiling once_cell v1.18.0
19072023-11-06T16:27:09.610Z Compiling typenum v1.16.0
19082023-11-06T16:27:09.622Z Compiling libm v0.2.7
19092023-11-06T16:27:09.756Z Compiling futures-core v0.3.29
19102023-11-06T16:27:10.017Z Compiling generic-array v0.14.7
19112023-11-06T16:27:10.092Z Compiling lock_api v0.4.10
19122023-11-06T16:27:10.115Z Compiling num-traits v0.2.16
19132023-11-06T16:27:10.232Z Compiling pkg-config v0.3.27
19142023-11-06T16:27:10.479Z Compiling scopeguard v1.2.0
19152023-11-06T16:27:10.659Z Compiling slab v0.4.9
19162023-11-06T16:27:11.064Z Compiling quote v1.0.33
19172023-11-06T16:27:11.080Z Compiling serde_json v1.0.107
19182023-11-06T16:27:11.330Z Compiling futures-channel v0.3.29
19192023-11-06T16:27:11.410Z Compiling futures-task v0.3.29
19202023-11-06T16:27:11.699Z Compiling syn v2.0.32
19212023-11-06T16:27:11.841Z Compiling thiserror v1.0.49
19222023-11-06T16:27:12.025Z Compiling jobserver v0.1.26
19232023-11-06T16:27:12.070Z Compiling getrandom v0.2.10
19242023-11-06T16:27:12.489Z Compiling cc v1.0.83
19252023-11-06T16:27:12.712Z Compiling memchr v2.6.3
19262023-11-06T16:27:12.736Z Compiling futures-util v0.3.29
19272023-11-06T16:27:13.094Z Compiling itoa v1.0.9
19282023-11-06T16:27:13.188Z Compiling ahash v0.8.3
19292023-11-06T16:27:13.417Z Compiling smallvec v1.11.0
19302023-11-06T16:27:13.620Z Compiling log v0.4.20
19312023-11-06T16:27:13.933Z Compiling vcpkg v0.2.15
19322023-11-06T16:27:14.916Z Compiling byteorder v1.5.0
19332023-11-06T16:27:15.504Z Compiling rand_core v0.6.4
19342023-11-06T16:27:15.781Z Compiling pin-project-lite v0.2.13
19352023-11-06T16:27:16.277Z Compiling parking_lot v0.12.1
19362023-11-06T16:27:16.656Z Compiling indexmap v1.9.3
19372023-11-06T16:27:17.311Z Compiling openssl-sys v0.9.93
19382023-11-06T16:27:17.709Z Compiling ring v0.17.5
19392023-11-06T16:27:19.331Z Compiling io-lifetimes v1.0.11
19402023-11-06T16:27:19.646Z Compiling ring v0.16.20
19412023-11-06T16:27:20.243Z Compiling num-integer v0.1.45
19422023-11-06T16:27:20.641Z Compiling semver v1.0.20
19432023-11-06T16:27:21.237Z Compiling ryu v1.0.15
19442023-11-06T16:27:21.305Z Compiling const-oid v0.9.5
19452023-11-06T16:27:22.023Z Compiling spin v0.5.2
19462023-11-06T16:27:22.399Z Compiling rustix v0.37.23
19472023-11-06T16:27:23.011Z Compiling mio v0.8.8
19482023-11-06T16:27:23.582Z Compiling signal-hook-registry v1.4.1
19492023-11-06T16:27:23.617Z Compiling num_cpus v1.16.0
19502023-11-06T16:27:23.778Z Compiling socket2 v0.5.4
19512023-11-06T16:27:24.609Z Compiling unicode-xid v0.2.4
19522023-11-06T16:27:24.662Z Compiling httparse v1.8.0
19532023-11-06T16:27:24.839Z Compiling futures-sink v0.3.29
19542023-11-06T16:27:24.907Z Compiling ucd-trie v0.1.6
19552023-11-06T16:27:24.942Z Compiling heck v0.4.1
19562023-11-06T16:27:25.049Z Compiling openssl v0.10.57
19572023-11-06T16:27:25.231Z Compiling synstructure v0.12.6
19582023-11-06T16:27:25.651Z Compiling tinyvec_macros v0.1.1
19592023-11-06T16:27:25.766Z Compiling tinyvec v1.6.0
19602023-11-06T16:27:26.919Z Compiling native-tls v0.2.11
19612023-11-06T16:27:27.362Z Compiling radium v0.7.0
19622023-11-06T16:27:27.766Z Compiling crc32fast v1.3.2
19632023-11-06T16:27:27.970Z Compiling pin-utils v0.1.0
19642023-11-06T16:27:28.326Z Compiling rustls v0.21.8
19652023-11-06T16:27:28.394Z Compiling ppv-lite86 v0.2.17
19662023-11-06T16:27:28.456Z Compiling futures-io v0.3.29
19672023-11-06T16:27:28.697Z Compiling unicode-normalization v0.1.22
19682023-11-06T16:27:28.863Z Compiling bzip2-sys v0.1.11+1.0.8
19692023-11-06T16:27:29.108Z Compiling spin v0.9.8
19702023-11-06T16:27:29.508Z Compiling tracing-core v0.1.31
19712023-11-06T16:27:29.673Z Compiling subtle v2.5.0
19722023-11-06T16:27:29.690Z Compiling unicode-bidi v0.3.13
19732023-11-06T16:27:29.768Z Compiling rand_chacha v0.3.1
19742023-11-06T16:27:30.597Z Compiling rand v0.8.5
19752023-11-06T16:27:32.105Z Compiling errno v0.3.2
19762023-11-06T16:27:32.184Z Compiling num-iter v0.1.43
19772023-11-06T16:27:32.349Z Compiling usdt-impl v0.3.5
19782023-11-06T16:27:32.484Z Compiling base64 v0.21.5
19792023-11-06T16:27:32.971Z Compiling schemars v0.8.13
19802023-11-06T16:27:33.424Z Compiling rustix v0.38.9
19812023-11-06T16:27:34.458Z Compiling serde_derive_internals v0.26.0
19822023-11-06T16:27:34.505Z Compiling zerocopy-derive v0.2.0
19832023-11-06T16:27:34.543Z Compiling serde_derive v1.0.188
19842023-11-06T16:27:34.547Z Compiling zeroize_derive v1.4.2
19852023-11-06T16:27:35.059Z Compiling tokio-macros v2.1.0
19862023-11-06T16:27:35.586Z Compiling thiserror-impl v1.0.49
19872023-11-06T16:27:35.756Z Compiling futures-macro v0.3.29
19882023-11-06T16:27:35.883Z Compiling tracing-attributes v0.1.26
19892023-11-06T16:27:36.837Z Compiling zeroize v1.6.0
19902023-11-06T16:27:37.496Z Compiling openssl-macros v0.1.1
19912023-11-06T16:27:38.481Z Compiling zerocopy-derive v0.6.4
19922023-11-06T16:27:39.892Z Compiling crypto-common v0.1.6
19932023-11-06T16:27:40.236Z Compiling block-buffer v0.10.4
19942023-11-06T16:27:40.450Z Compiling pest v2.7.2
19952023-11-06T16:27:40.591Z Compiling digest v0.10.7
19962023-11-06T16:27:41.264Z Compiling tracing v0.1.37
19972023-11-06T16:27:41.616Z Compiling bitflags v1.3.2
19982023-11-06T16:27:41.801Z Compiling fnv v1.0.7
19992023-11-06T16:27:42.217Z Compiling schemars_derive v0.8.13
20002023-11-06T16:27:44.493Z Compiling pest_meta v2.7.2
20012023-11-06T16:27:45.296Z Compiling zerocopy v0.3.0
20022023-11-06T16:27:46.549Z Compiling lazy_static v1.4.0
20032023-11-06T16:27:46.711Z Compiling pest_generator v2.7.2
20042023-11-06T16:27:48.846Z Compiling backtrace v0.3.69
20052023-11-06T16:27:49.352Z Compiling memoffset v0.9.0
20062023-11-06T16:27:49.424Z Compiling num-bigint v0.4.4
20072023-11-06T16:27:49.722Z Compiling hashbrown v0.12.3
20082023-11-06T16:27:50.111Z Compiling foreign-types-shared v0.1.1
20092023-11-06T16:27:50.257Z Compiling percent-encoding v2.3.0
20102023-11-06T16:27:50.442Z Compiling untrusted v0.7.1
20112023-11-06T16:27:50.737Z Compiling async-trait v0.1.74
20122023-11-06T16:27:50.783Z Compiling untrusted v0.9.0
20132023-11-06T16:27:51.033Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20142023-11-06T16:27:51.062Z Compiling allocator-api2 v0.2.16
20152023-11-06T16:27:51.379Z Compiling openssl-probe v0.1.5
20162023-11-06T16:27:51.579Z Compiling pest_derive v2.7.2
20172023-11-06T16:27:51.638Z Compiling iana-time-zone v0.1.57
20182023-11-06T16:27:51.815Z Compiling base64ct v1.6.0
20192023-11-06T16:27:51.842Z Compiling smoltcp v0.9.1
20202023-11-06T16:27:52.183Z Compiling crossbeam-utils v0.8.16
20212023-11-06T16:27:52.195Z Compiling hashbrown v0.14.0
20222023-11-06T16:27:52.643Z Compiling dtrace-parser v0.1.14
20232023-11-06T16:27:52.714Z Compiling pem-rfc7468 v0.7.0
20242023-11-06T16:27:53.980Z Compiling foreign-types v0.3.2
20252023-11-06T16:27:54.257Z Compiling dof v0.1.5
20262023-11-06T16:27:54.395Z Compiling clap_derive v4.4.2
20272023-11-06T16:27:55.436Z Compiling der_derive v0.7.2
20282023-11-06T16:27:58.002Z Compiling bytes v1.5.0
20292023-11-06T16:27:59.271Z Compiling bitflags v2.4.0
20302023-11-06T16:28:00.018Z Compiling tokio v1.33.0
20312023-11-06T16:28:00.205Z Compiling rustc_version v0.4.0
20322023-11-06T16:28:01.216Z Compiling heapless v0.7.16
20332023-11-06T16:28:02.259Z Compiling http v0.2.9
20342023-11-06T16:28:02.721Z Compiling uuid v1.4.1
20352023-11-06T16:28:03.074Z Compiling chrono v0.4.31
20362023-11-06T16:28:04.042Z Compiling thread-id v4.2.0
20372023-11-06T16:28:04.194Z Compiling anstyle v1.0.2
20382023-11-06T16:28:04.624Z Compiling time-core v0.1.1
20392023-11-06T16:28:04.926Z Compiling siphasher v0.3.11
20402023-11-06T16:28:05.184Z Compiling try-lock v0.2.4
20412023-11-06T16:28:05.383Z Compiling rustversion v1.0.14
20422023-11-06T16:28:05.532Z Compiling adler v1.0.2
20432023-11-06T16:28:06.140Z Compiling equivalent v1.0.1
20442023-11-06T16:28:06.211Z Compiling cpufeatures v0.2.9
20452023-11-06T16:28:06.290Z Compiling flagset v0.4.3
20462023-11-06T16:28:06.350Z Compiling utf8parse v0.2.1
20472023-11-06T16:28:06.626Z Compiling anstyle-parse v0.2.1
20482023-11-06T16:28:06.846Z Compiling der v0.7.8
20492023-11-06T16:28:07.270Z Compiling sha2 v0.10.8
20502023-11-06T16:28:09.224Z Compiling indexmap v2.0.0
20512023-11-06T16:28:09.427Z Compiling miniz_oxide v0.7.1
20522023-11-06T16:28:11.274Z Compiling want v0.3.1
20532023-11-06T16:28:11.682Z Compiling time-macros v0.2.13
20542023-11-06T16:28:11.687Z Compiling http-body v0.4.5
20552023-11-06T16:28:13.466Z Compiling tokio-util v0.7.10
20562023-11-06T16:28:15.374Z Compiling h2 v0.3.21
20572023-11-06T16:28:16.868Z Compiling serde_tokenstream v0.1.7
20582023-11-06T16:28:17.851Z Compiling sct v0.7.0
20592023-11-06T16:28:19.074Z Compiling form_urlencoded v1.2.0
20602023-11-06T16:28:19.529Z Compiling hubpack_derive v0.1.1
20612023-11-06T16:28:21.033Z Compiling socket2 v0.4.9
20622023-11-06T16:28:21.044Z Compiling crossbeam-epoch v0.9.15
20632023-11-06T16:28:21.444Z Compiling colorchoice v1.0.0
20642023-11-06T16:28:21.625Z Compiling anyhow v1.0.75
20652023-11-06T16:28:21.697Z Compiling slog v2.7.0
20662023-11-06T16:28:22.238Z Compiling anstyle-query v1.0.0
20672023-11-06T16:28:22.791Z Compiling httpdate v1.0.3
20682023-11-06T16:28:22.895Z Compiling tower-service v0.3.2
20692023-11-06T16:28:23.208Z Compiling tap v1.0.1
20702023-11-06T16:28:23.479Z Compiling wyz v0.5.1
20712023-11-06T16:28:28.617Z Compiling hyper v0.14.27
20722023-11-06T16:28:29.179Z Compiling anstream v0.5.0
20732023-11-06T16:28:32.728Z Compiling terminal_size v0.2.6
20742023-11-06T16:28:32.765Z Compiling spki v0.7.2
20752023-11-06T16:28:33.471Z Compiling rustls-pemfile v1.0.3
20762023-11-06T16:28:33.631Z Compiling zerocopy v0.6.4
20772023-11-06T16:28:33.980Z Compiling hmac v0.12.1
20782023-11-06T16:28:34.314Z Compiling md-5 v0.10.5
20792023-11-06T16:28:35.078Z Compiling idna v0.4.0
20802023-11-06T16:28:35.187Z Compiling stringprep v0.1.3
20812023-11-06T16:28:36.059Z Compiling diesel_table_macro_syntax v0.1.0
20822023-11-06T16:28:36.612Z Compiling hash32 v0.2.1
20832023-11-06T16:28:36.657Z Compiling aho-corasick v1.0.4
20842023-11-06T16:28:37.732Z Compiling either v1.9.0
20852023-11-06T16:28:37.759Z Compiling gimli v0.28.0
20862023-11-06T16:28:37.997Z Compiling stable_deref_trait v1.2.0
20872023-11-06T16:28:38.137Z Compiling clap_lex v0.5.1
20882023-11-06T16:28:38.292Z Compiling fallible-iterator v0.2.0
20892023-11-06T16:28:38.479Z Compiling regex-syntax v0.8.2
20902023-11-06T16:28:39.282Z Compiling strsim v0.10.0
20912023-11-06T16:28:39.479Z Compiling maybe-uninit v2.0.0
20922023-11-06T16:28:40.159Z Compiling funty v2.0.0
20932023-11-06T16:28:42.943Z Compiling dyn-clone v1.0.13
20942023-11-06T16:28:43.421Z Compiling bitvec v1.0.1
20952023-11-06T16:28:43.563Z Compiling clap_builder v4.4.2
20962023-11-06T16:28:44.782Z Compiling regex-automata v0.4.3
20972023-11-06T16:28:45.076Z Compiling addr2line v0.21.0
20982023-11-06T16:28:45.091Z Compiling postgres-protocol v0.6.6
20992023-11-06T16:28:47.089Z Compiling diesel_derives v2.1.1
21002023-11-06T16:28:47.146Z Compiling url v2.4.1
21012023-11-06T16:28:49.932Z Compiling strum_macros v0.25.2
21022023-11-06T16:28:50.276Z Compiling rustls-native-certs v0.6.3
21032023-11-06T16:28:51.957Z Compiling tokio-native-tls v0.3.1
21042023-11-06T16:28:53.303Z Compiling usdt-attr-macro v0.3.5
21052023-11-06T16:28:55.266Z Compiling usdt-macro v0.3.5
21062023-11-06T16:28:56.795Z Compiling phf_shared v0.11.2
21072023-11-06T16:28:57.125Z Compiling toml_datetime v0.6.3
21082023-11-06T16:28:57.361Z Compiling serde_spanned v0.6.3
21092023-11-06T16:28:58.004Z Compiling block-padding v0.3.3
21102023-11-06T16:28:58.110Z Compiling serde_repr v0.1.16
21112023-11-06T16:28:58.332Z Compiling enum-as-inner v0.5.1
21122023-11-06T16:28:58.853Z Compiling scheduled-thread-pool v0.2.7
21132023-11-06T16:28:59.642Z Compiling object v0.32.1
21142023-11-06T16:28:59.834Z Compiling rustc-demangle v0.1.23
21152023-11-06T16:29:01.330Z Compiling matches v0.1.10
21162023-11-06T16:29:01.470Z Compiling bit-vec v0.6.3
21172023-11-06T16:29:02.144Z Compiling num-bigint-dig v0.8.4
21182023-11-06T16:29:02.605Z Compiling num_threads v0.1.6
21192023-11-06T16:29:02.691Z Compiling winnow v0.5.15
21202023-11-06T16:29:06.020Z Compiling packed_struct v0.10.1
21212023-11-06T16:29:06.797Z Compiling managed v0.8.0
21222023-11-06T16:29:07.498Z Compiling deranged v0.3.8
21232023-11-06T16:29:10.818Z Compiling ipnet v2.8.0
21242023-11-06T16:29:10.822Z Compiling regex-automata v0.1.10
21252023-11-06T16:29:11.085Z Compiling time v0.3.27
21262023-11-06T16:29:11.637Z Compiling bstr v0.2.17
21272023-11-06T16:29:16.903Z Compiling toml_edit v0.19.15
21282023-11-06T16:29:18.978Z Compiling idna v0.2.3
21292023-11-06T16:29:21.155Z Compiling r2d2 v0.8.10
21302023-11-06T16:29:21.739Z Compiling inout v0.1.3
21312023-11-06T16:29:22.590Z Compiling phf v0.11.2
21322023-11-06T16:29:23.048Z Compiling hyper-tls v0.5.0
21332023-11-06T16:29:23.586Z Compiling regex v1.10.2
21342023-11-06T16:29:23.812Z Compiling clap v4.4.3
21352023-11-06T16:29:23.984Z Compiling flate2 v1.0.28
21362023-11-06T16:29:24.393Z Compiling postgres-types v0.2.6
21372023-11-06T16:29:24.708Z Compiling ipnetwork v0.20.0
21382023-11-06T16:29:25.498Z Compiling itertools v0.11.0
21392023-11-06T16:29:25.536Z Compiling pkcs8 v0.10.2
21402023-11-06T16:29:26.705Z Compiling hubpack v0.1.2
21412023-11-06T16:29:26.858Z Compiling serde_urlencoded v0.7.1
21422023-11-06T16:29:27.423Z Compiling phf_shared v0.10.0
21432023-11-06T16:29:28.023Z Compiling futures-executor v0.3.29
21442023-11-06T16:29:28.850Z Compiling signature v2.1.0
21452023-11-06T16:29:29.619Z Compiling packed_struct_codegen v0.10.1
21462023-11-06T16:29:30.707Z Compiling float-cmp v0.9.0
21472023-11-06T16:29:31.450Z Compiling encoding_rs v0.8.33
21482023-11-06T16:29:31.514Z Compiling mime v0.3.17
21492023-11-06T16:29:33.876Z Compiling unicode-width v0.1.11
21502023-11-06T16:29:33.961Z Compiling data-encoding v2.4.0
21512023-11-06T16:29:34.122Z Compiling regex-automata v0.3.8
21522023-11-06T16:29:34.257Z Compiling nodrop v0.1.14
21532023-11-06T16:29:34.434Z Compiling fixedbitset v0.4.2
21542023-11-06T16:29:35.140Z Compiling precomputed-hash v0.1.1
21552023-11-06T16:29:36.967Z Compiling new_debug_unreachable v1.0.4
21562023-11-06T16:29:37.096Z Compiling webpki-roots v0.25.2
21572023-11-06T16:29:37.343Z Compiling predicates-core v1.0.6
21582023-11-06T16:29:37.867Z Compiling unicode-segmentation v1.10.1
21592023-11-06T16:29:37.913Z Compiling static_assertions v1.1.0
21602023-11-06T16:29:38.027Z Compiling difflib v0.4.0
21612023-11-06T16:29:38.042Z Compiling normalize-line-endings v0.3.0
21622023-11-06T16:29:39.253Z Compiling whoami v1.4.1
21632023-11-06T16:29:39.582Z Compiling crc-catalog v2.2.0
21642023-11-06T16:29:39.825Z Compiling crc v3.0.1
21652023-11-06T16:29:40.163Z Compiling tokio-postgres v0.7.10
21662023-11-06T16:29:46.607Z Compiling similar v2.2.1
21672023-11-06T16:29:48.439Z Compiling predicates v3.0.4
21682023-11-06T16:29:48.852Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21692023-11-06T16:29:50.132Z Compiling string_cache v0.8.7
21702023-11-06T16:29:50.799Z Compiling bstr v1.6.0
21712023-11-06T16:29:53.305Z Compiling trust-dns-proto v0.22.0
21722023-11-06T16:29:55.303Z Compiling petgraph v0.6.4
21732023-11-06T16:29:58.714Z Compiling array-init v0.0.4
21742023-11-06T16:29:58.731Z Compiling console v0.15.7
21752023-11-06T16:30:06.427Z Compiling futures v0.3.29
21762023-11-06T16:30:08.327Z Compiling yasna v0.5.2
21772023-11-06T16:30:08.988Z Compiling pkcs1 v0.7.5
21782023-11-06T16:30:09.006Z Compiling smallvec v0.6.14
21792023-11-06T16:30:09.087Z Compiling diesel v2.1.3
21802023-11-06T16:30:11.210Z Compiling cipher v0.4.4
21812023-11-06T16:30:11.943Z Compiling toml v0.7.8
21822023-11-06T16:30:14.676Z Compiling bit-set v0.5.3
21832023-11-06T16:30:15.136Z Compiling usdt v0.3.5
21842023-11-06T16:30:15.480Z Compiling is-terminal v0.4.9
21852023-11-06T16:30:15.651Z Compiling itertools v0.10.5
21862023-11-06T16:30:18.590Z Compiling tokio-stream v0.1.14
21872023-11-06T16:30:18.679Z Compiling openapiv3 v1.0.3
21882023-11-06T16:30:20.097Z Compiling hex v0.4.3
21892023-11-06T16:30:22.085Z Compiling hashbrown v0.13.2
21902023-11-06T16:30:25.791Z Compiling termcolor v1.2.0
21912023-11-06T16:30:27.219Z Compiling bitfield v0.14.0
21922023-11-06T16:30:27.937Z Compiling lalrpop-util v0.19.12
21932023-11-06T16:30:34.758Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21942023-11-06T16:30:39.536Z Compiling env_logger v0.10.0
21952023-11-06T16:30:58.111Z Compiling rsa v0.9.2
21962023-11-06T16:30:59.181Z Compiling serde-hex v0.1.0
21972023-11-06T16:31:07.074Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21982023-11-06T16:31:09.199Z Compiling x509-cert v0.2.4
21992023-11-06T16:31:10.127Z Compiling ron v0.8.1
22002023-11-06T16:31:23.061Z Compiling crc-any v2.4.3
22012023-11-06T16:31:26.146Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22022023-11-06T16:31:42.907Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22032023-11-06T16:31:50.303Z Compiling object v0.30.4
22042023-11-06T16:31:57.258Z Compiling path-slash v0.1.5
22052023-11-06T16:31:59.838Z Compiling bzip2 v0.4.4
22062023-11-06T16:32:00.415Z Compiling zip v0.6.6
22072023-11-06T16:32:08.194Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22082023-11-06T16:32:24.237Z Compiling rustls-webpki v0.101.7
22092023-11-06T16:32:30.752Z Compiling tokio-rustls v0.24.1
22102023-11-06T16:32:31.385Z Compiling hyper-rustls v0.24.2
22112023-11-06T16:32:32.211Z Compiling reqwest v0.11.20
22122023-11-06T16:32:44.251Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22132023-11-06T16:33:02.424Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22142023-11-06T16:33:03.544Z Finished release [optimized] target(s) in 5m 55s
22152023-11-06T16:33:03.586Z
22162023-11-06T16:33:03.589Zreal 5:56.032823684
22172023-11-06T16:33:03.592Zuser 41:35.773331734
22182023-11-06T16:33:03.595Zsys 3:53.050843207
22192023-11-06T16:33:03.598Ztrap 1.788941180
22202023-11-06T16:33:03.601Ztflt 1.150569808
22212023-11-06T16:33:03.604Zdflt 1.761699804
22222023-11-06T16:33:03.607Zkflt 0.001464063
22232023-11-06T16:33:03.610Zlock 1:36:17.268361961
22242023-11-06T16:33:03.613Zslp 2:51:57.464156226
22252023-11-06T16:33:03.616Zlat 1:44.268600169
22262023-11-06T16:33:03.619Zstop 1:33.213518770
22272023-11-06T16:33:03.623Z+ ptime -m gzip
22282023-11-06T16:33:04.249Z
22292023-11-06T16:33:04.253Zreal 0.656513964
22302023-11-06T16:33:04.256Zuser 0.648958303
22312023-11-06T16:33:04.259Zsys 0.006847088
22322023-11-06T16:33:04.263Ztrap 0.000091150
22332023-11-06T16:33:04.266Ztflt 0.000000000
22342023-11-06T16:33:04.268Zdflt 0.000000000
22352023-11-06T16:33:04.272Zkflt 0.000000000
22362023-11-06T16:33:04.276Zlock 0.000000000
22372023-11-06T16:33:04.282Zslp 0.000000000
22382023-11-06T16:33:04.285Zlat 0.000221790
22392023-11-06T16:33:04.288Zstop 0.000294987
22402023-11-06T16:33:04.292Z+ banner tufaceous
22412023-11-06T16:33:04.296Z
22422023-11-06T16:33:04.299Z ##### # # ###### ## #### ###### #### # # ####
22432023-11-06T16:33:04.302Z # # # # # # # # # # # # # #
22442023-11-06T16:33:04.305Z # # # ##### # # # ##### # # # # ####
22452023-11-06T16:33:04.309Z # # # # ###### # # # # # # #
22462023-11-06T16:33:04.312Z # # # # # # # # # # # # # # #
22472023-11-06T16:33:04.316Z # #### # # # #### ###### #### #### ####
22482023-11-06T16:33:04.320Z
22492023-11-06T16:33:04.324Z+ ptime -m cargo build --locked -p tufaceous --release
22502023-11-06T16:33:04.997Z Downloading crates ...
22512023-11-06T16:33:05.270Z Downloaded path-dedot v3.1.0
22522023-11-06T16:33:05.278Z Downloaded serde_plain v1.0.2
22532023-11-06T16:33:05.281Z Downloaded buf-list v1.0.3
22542023-11-06T16:33:05.293Z Downloaded snafu v0.7.5
22552023-11-06T16:33:05.296Z Downloaded olpc-cjson v0.1.3
22562023-11-06T16:33:05.301Z Downloaded doc-comment v0.3.3
22572023-11-06T16:33:05.304Z Downloaded snafu-derive v0.7.5
22582023-11-06T16:33:05.306Z Downloaded tough v0.12.5
22592023-11-06T16:33:05.311Z Downloaded globset v0.4.13
22602023-11-06T16:33:05.318Z Downloaded fs-err v2.9.0
22612023-11-06T16:33:05.321Z Downloaded path-absolutize v3.1.0
22622023-11-06T16:33:05.325Z Downloaded bytesize v1.3.0
22632023-11-06T16:33:05.470Z Compiling serde_tokenstream v0.2.0
22642023-11-06T16:33:05.493Z Compiling regress v0.7.1
22652023-11-06T16:33:05.504Z Compiling dirs-sys-next v0.1.2
22662023-11-06T16:33:05.506Z Compiling ident_case v1.0.1
22672023-11-06T16:33:05.528Z Compiling thread_local v1.1.7
22682023-11-06T16:33:05.541Z Compiling heck v0.4.1
22692023-11-06T16:33:05.544Z Compiling camino v1.1.6
22702023-11-06T16:33:06.267Z Compiling dirs-next v2.0.0
22712023-11-06T16:33:06.308Z Compiling darling_core v0.20.3
22722023-11-06T16:33:06.642Z Compiling slog-async v2.8.0
22732023-11-06T16:33:06.759Z Compiling term v0.7.0
22742023-11-06T16:33:07.218Z Compiling crossbeam-channel v0.5.8
22752023-11-06T16:33:07.254Z Compiling getopts v0.2.21
22762023-11-06T16:33:07.276Z Compiling structmeta-derive v0.1.6
22772023-11-06T16:33:07.287Z Compiling atty v0.2.14
22782023-11-06T16:33:07.492Z Compiling multer v2.1.0
22792023-11-06T16:33:07.890Z Compiling unsafe-libyaml v0.2.9
22802023-11-06T16:33:08.685Z Compiling paste v1.0.14
22812023-11-06T16:33:09.330Z Compiling match_cfg v0.1.0
22822023-11-06T16:33:09.479Z Compiling doc-comment v0.3.3
22832023-11-06T16:33:10.186Z Compiling take_mut v0.2.2
22842023-11-06T16:33:10.442Z Compiling serde_yaml v0.9.25
22852023-11-06T16:33:10.970Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22862023-11-06T16:33:13.535Z Compiling structmeta v0.1.6
22872023-11-06T16:33:14.190Z Compiling hostname v0.3.1
22882023-11-06T16:33:14.787Z Compiling slog-term v2.9.0
22892023-11-06T16:33:15.520Z Compiling darling_macro v0.20.3
22902023-11-06T16:33:16.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22912023-11-06T16:33:16.963Z Compiling slog-json v2.6.1
22922023-11-06T16:33:16.997Z Compiling darling v0.20.3
22932023-11-06T16:33:17.160Z Compiling async-stream-impl v0.3.5
22942023-11-06T16:33:17.805Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22952023-11-06T16:33:18.220Z Compiling fastrand v2.0.0
22962023-11-06T16:33:18.242Z Compiling regex-syntax v0.6.29
22972023-11-06T16:33:19.126Z Compiling atomic-waker v1.1.1
22982023-11-06T16:33:19.359Z Compiling waitgroup v0.1.2
22992023-11-06T16:33:19.422Z Compiling async-stream v0.3.5
23002023-11-06T16:33:19.735Z Compiling tempfile v3.8.0
23012023-11-06T16:33:19.857Z Compiling slog-bunyan v2.4.0
23022023-11-06T16:33:20.001Z Compiling serde_with_macros v2.3.3
23032023-11-06T16:33:22.065Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23042023-11-06T16:33:23.075Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23052023-11-06T16:33:23.886Z Compiling sha1 v0.10.5
23062023-11-06T16:33:24.092Z Compiling snafu-derive v0.7.5
23072023-11-06T16:33:25.251Z Compiling serde_path_to_error v0.1.14
23082023-11-06T16:33:25.317Z Compiling path-dedot v3.1.0
23092023-11-06T16:33:25.457Z Compiling instant v0.1.12
23102023-11-06T16:33:25.475Z Compiling base64 v0.13.1
23112023-11-06T16:33:25.682Z Compiling buf-list v1.0.3
23122023-11-06T16:33:25.685Z Compiling arc-swap v1.6.0
23132023-11-06T16:33:26.485Z Compiling same-file v1.0.6
23142023-11-06T16:33:26.922Z Compiling debug-ignore v1.0.5
23152023-11-06T16:33:26.953Z Compiling walkdir v2.4.0
23162023-11-06T16:33:26.969Z Compiling slog-scope v4.4.0
23172023-11-06T16:33:27.069Z Compiling pem v1.1.1
23182023-11-06T16:33:28.049Z Compiling parse-display-derive v0.7.0
23192023-11-06T16:33:28.591Z Compiling backoff v0.4.0
23202023-11-06T16:33:29.176Z Compiling path-absolutize v3.1.0
23212023-11-06T16:33:29.475Z Compiling serde_with v2.3.3
23222023-11-06T16:33:29.542Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232023-11-06T16:33:29.823Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23242023-11-06T16:33:29.880Z Compiling globset v0.4.13
23252023-11-06T16:33:30.583Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23262023-11-06T16:33:30.832Z Compiling strum v0.25.0
23272023-11-06T16:33:31.106Z Compiling olpc-cjson v0.1.3
23282023-11-06T16:33:31.996Z Compiling serde_plain v1.0.2
23292023-11-06T16:33:32.465Z Compiling snafu v0.7.5
23302023-11-06T16:33:32.862Z Compiling macaddr v1.0.1
23312023-11-06T16:33:34.071Z Compiling xattr v1.0.1
23322023-11-06T16:33:34.412Z Compiling parse-display v0.7.0
23332023-11-06T16:33:34.518Z Compiling filetime v0.2.22
23342023-11-06T16:33:34.530Z Compiling tough v0.12.5
23352023-11-06T16:33:34.776Z Compiling slog-stdlog v4.1.1
23362023-11-06T16:33:35.077Z Compiling tar v0.4.40
23372023-11-06T16:33:37.095Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23382023-11-06T16:33:37.298Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23392023-11-06T16:33:38.057Z Compiling camino-tempfile v1.0.2
23402023-11-06T16:33:39.335Z Compiling bytesize v1.3.0
23412023-11-06T16:33:40.309Z Compiling fs-err v2.9.0
23422023-11-06T16:33:41.655Z Compiling slog-envlogger v2.2.0
23432023-11-06T16:33:44.932Z Compiling humantime v2.1.0
23442023-11-06T16:33:48.489Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23452023-11-06T16:34:16.424Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23462023-11-06T16:34:16.722Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23472023-11-06T16:34:26.478Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23482023-11-06T16:34:28.538Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23492023-11-06T16:34:52.542Z Finished release [optimized] target(s) in 1m 48s
23502023-11-06T16:34:52.633Z
23512023-11-06T16:34:52.638Zreal 1:48.353802993
23522023-11-06T16:34:52.644Zuser 11:35.783803836
23532023-11-06T16:34:52.650Zsys 46.857336376
23542023-11-06T16:34:52.655Ztrap 0.447186135
23552023-11-06T16:34:52.660Ztflt 0.445743308
23562023-11-06T16:34:52.668Zdflt 0.835563167
23572023-11-06T16:34:52.673Zkflt 0.000979915
23582023-11-06T16:34:52.679Zlock 22:18.381710261
23592023-11-06T16:34:52.684Zslp 24:46.380949224
23602023-11-06T16:34:52.689Zlat 21.200377946
23612023-11-06T16:34:52.694Zstop 11.192039255
23622023-11-06T16:34:52.699Z+ ptime -m gzip
23632023-11-06T16:34:54.912Z
23642023-11-06T16:34:54.915Zreal 2.274179909
23652023-11-06T16:34:54.920Zuser 2.246920830
23662023-11-06T16:34:54.923Zsys 0.025091452
23672023-11-06T16:34:54.927Ztrap 0.000878421
23682023-11-06T16:34:54.930Ztflt 0.000000000
23692023-11-06T16:34:54.933Zdflt 0.000000000
23702023-11-06T16:34:54.936Zkflt 0.000000000
23712023-11-06T16:34:54.939Zlock 0.000000000
23722023-11-06T16:34:54.942Zslp 0.000000000
23732023-11-06T16:34:54.945Zlat 0.000903202
23742023-11-06T16:34:54.948Zstop 0.000219501
23752023-11-06T16:34:54.951Zprocess exited: duration 1253373 ms, exit code 0
 
23762023-11-06T16:34:54.958Zfound 5 output files
23772023-11-06T16:34:54.974Zuploading: /work/end-to-end-tests/bootstrap-00f20c85209291d2.gz (6513927 bytes)
23782023-11-06T16:34:58.969Zuploaded: /work/end-to-end-tests/bootstrap-00f20c85209291d2.gz
23792023-11-06T16:34:58.978Zuploading: /work/end-to-end-tests/bootstrap.gz (98644951 bytes)
23802023-11-06T16:35:30.958Zuploaded: /work/end-to-end-tests/bootstrap.gz
23812023-11-06T16:35:30.970Zuploading: /work/end-to-end-tests/end_to_end_tests-2a5726111815475a.gz (112852216 bytes)
23822023-11-06T16:36:19.945Zuploaded: /work/end-to-end-tests/end_to_end_tests-2a5726111815475a.gz
23832023-11-06T16:36:19.974Zuploading: /work/caboose-util.gz (4111030 bytes)
23842023-11-06T16:36:24.042Zuploaded: /work/caboose-util.gz
23852023-11-06T16:36:24.047Zuploading: /work/tufaceous.gz (14488655 bytes)
23862023-11-06T16:36:28.465Zuploaded: /work/tufaceous.gz