01HDHPCZC1JMZ1G9SESXW4TE2Y: 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: 01HDHPD9G99FW614RFB6SMTNVR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-24T20:37:20.018Zjob assigned to worker 01HDHPDHNGRQ6C9N7AB4ZHRXA2 (queued for 1 m 26 s)
 
22023-10-24T20:37:20.708Zstarting task 0: "setup"
32023-10-24T20:37:20.775Z++ uname -s
42023-10-24T20:37:20.782Z+ kern=SunOS
52023-10-24T20:37:20.789Z+ case "$kern" in
62023-10-24T20:37:20.794Z+ groupadd -g 12345 build
72023-10-24T20:37:20.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-24T20:37:22.797Z+ zfs create -o mountpoint=/work rpool/work
92023-10-24T20:37:22.998Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-24T20:37:23.007Z+ home_fs=zfs
112023-10-24T20:37:23.019Z+ [[ zfs == autofs ]]
122023-10-24T20:37:23.027Z+ mkdir -p /home/build
132023-10-24T20:37:23.033Z+ chown build:build /home/build /work
142023-10-24T20:37:23.990Z+ chmod 0700 /home/build /work
152023-10-24T20:37:23.994Zprocess exited: duration 3280 ms, exit code 0
 
162023-10-24T20:37:24.003Zstarting task 1: "rust-toolchain"
172023-10-24T20:37:24.015Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-24T20:37:24.025Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-24T20:37:24.208Zinfo: downloading installer
202023-10-24T20:37:25.454Zwarning: it looks like you have an existing installation of Rust at:
212023-10-24T20:37:25.457Zwarning: /opt/ooce/bin
222023-10-24T20:37:25.460Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-24T20:37:25.464Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-24T20:37:25.467Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-24T20:37:25.474Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-24T20:37:25.488Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-24T20:37:25.494Zerror: cannot install while Rust is installed
282023-10-24T20:37:25.496Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-24T20:37:25.597Zinfo: profile set to 'default'
302023-10-24T20:37:25.600Zinfo: default host triple is x86_64-unknown-illumos
312023-10-24T20:37:25.604Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-24T20:37:25.759Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-24T20:37:25.762Zinfo: downloading component 'cargo'
342023-10-24T20:37:26.366Zinfo: downloading component 'clippy'
352023-10-24T20:37:26.582Zinfo: downloading component 'rust-docs'
362023-10-24T20:37:27.346Zinfo: downloading component 'rust-std'
372023-10-24T20:37:28.726Zinfo: downloading component 'rustc'
382023-10-24T20:37:32.038Zinfo: downloading component 'rustfmt'
392023-10-24T20:37:32.260Zinfo: installing component 'cargo'
402023-10-24T20:37:33.661Zinfo: installing component 'clippy'
412023-10-24T20:37:35.294Zinfo: installing component 'rust-docs'
422023-10-24T20:37:37.618Zinfo: installing component 'rust-std'
432023-10-24T20:37:42.510Zinfo: installing component 'rustc'
442023-10-24T20:37:54.458Zinfo: installing component 'rustfmt'
452023-10-24T20:37:55.253Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-24T20:37:55.256Z
472023-10-24T20:37:55.408Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-24T20:37:55.412Z
492023-10-24T20:37:55.415Z
502023-10-24T20:37:55.420ZRust is installed now. Great!
512023-10-24T20:37:55.423Z
522023-10-24T20:37:55.426ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-24T20:37:55.429Zenvironment variable. This has not been done automatically.
542023-10-24T20:37:55.432Z
552023-10-24T20:37:55.435ZTo configure your current shell, run:
562023-10-24T20:37:55.438Zsource "$HOME/.cargo/env"
572023-10-24T20:37:55.484Z+ rustc --version
582023-10-24T20:37:55.591Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-24T20:37:55.596Zprocess exited: duration 31594 ms, exit code 0
 
602023-10-24T20:37:55.603Zstarting task 2: "authentication"
612023-10-24T20:37:55.637Zprocess exited: duration 28 ms, exit code 0
 
622023-10-24T20:37:55.645Zstarting task 3: "clone repository"
632023-10-24T20:37:55.656Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-24T20:37:55.659Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-24T20:37:55.842ZCloning into '/work/oxidecomputer/omicron'...
662023-10-24T20:38:03.380Z+ cd /work/oxidecomputer/omicron
672023-10-24T20:38:03.388Z+ [[ -n improve-oximeter-error-reporting ]]
682023-10-24T20:38:03.394Z+ git fetch origin improve-oximeter-error-reporting
692023-10-24T20:38:03.730ZFrom https://github.com/oxidecomputer/omicron
702023-10-24T20:38:03.741Z * branch improve-oximeter-error-reporting -> FETCH_HEAD
712023-10-24T20:38:03.752Z+ git checkout -B improve-oximeter-error-reporting remotes/origin/improve-oximeter-error-reporting
722023-10-24T20:38:03.840ZSwitched to a new branch 'improve-oximeter-error-reporting'
732023-10-24T20:38:03.852Zbranch 'improve-oximeter-error-reporting' set up to track 'origin/improve-oximeter-error-reporting'.
742023-10-24T20:38:03.862Z+ git reset --hard c1b28752080cab696126f1d104ce379ec0a0cf78
752023-10-24T20:38:03.978ZHEAD is now at c1b28752 Improve comment around locking schema map
762023-10-24T20:38:03.982Zprocess exited: duration 8332 ms, exit code 0
 
772023-10-24T20:38:03.990Zstarting task 4: "build"
782023-10-24T20:38:04.044Z+ cargo --version
792023-10-24T20:38:04.089Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-24T20:38:04.093Z+ rustc --version
812023-10-24T20:38:04.192Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-24T20:38:04.196Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-24T20:38:16.924Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-24T20:38:18.056Z Startup: Caching catalogs ... Done
852023-10-24T20:38:22.580ZPlanning: Solver setup ... Done (4.241s)
862023-10-24T20:38:22.689ZPlanning: Running solver ... Done (0.111s)
872023-10-24T20:38:22.740ZPlanning: Finding local manifests ... Done (0.004s)
882023-10-24T20:38:22.755ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-24T20:38:22.979ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-24T20:38:23.058ZPlanning: Package planning ... Done (0.078s)
912023-10-24T20:38:23.148ZPlanning: Merging actions ... Done (0.084s)
922023-10-24T20:38:24.277ZPlanning: Checking for conflicting actions ... Done (1.134s)
932023-10-24T20:38:24.294ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-24T20:38:33.927ZPlanning: Evaluating mediators ... Done (9.634s)
952023-10-24T20:38:33.943ZPlanning: Planning completed in 15.83 seconds
962023-10-24T20:38:33.968Z Packages to install: 4
972023-10-24T20:38:33.971Z Mediators to change: 2
982023-10-24T20:38:33.974Z Services to change: 1
992023-10-24T20:38:33.977Z Estimated space available: 149.39 GB
1002023-10-24T20:38:33.980ZEstimated space to be consumed: 1.37 GB
1012023-10-24T20:38:33.983Z Create boot environment: No
1022023-10-24T20:38:33.986ZCreate backup boot environment: No
1032023-10-24T20:38:33.989Z Rebuild boot archive: No
1042023-10-24T20:38:33.992Z
1052023-10-24T20:38:33.996ZChanged mediators:
1062023-10-24T20:38:33.999Z mediator clang:
1072023-10-24T20:38:34.002Z version: None -> 15 (system default)
1082023-10-24T20:38:34.005Z
1092023-10-24T20:38:34.007Z mediator llvm:
1102023-10-24T20:38:34.011Z version: 14 (system default) -> 15 (system default)
1112023-10-24T20:38:34.014Z
1122023-10-24T20:38:34.017ZChanged packages:
1132023-10-24T20:38:34.020Zhelios-dev
1142023-10-24T20:38:34.023Z developer/build-essential
1152023-10-24T20:38:34.026Z None -> 11-2.0
1162023-10-24T20:38:34.029Z library/libxmlsec1
1172023-10-24T20:38:34.032Z None -> 1.2.35-2.0
1182023-10-24T20:38:34.035Z ooce/developer/clang-15
1192023-10-24T20:38:34.037Z None -> 15.0.7-2.0
1202023-10-24T20:38:34.041Z ooce/developer/llvm-15
1212023-10-24T20:38:34.044Z None -> 15.0.7-2.0
1222023-10-24T20:38:34.047Z
1232023-10-24T20:38:34.050ZServices:
1242023-10-24T20:38:34.053Z restart_fmri:
1252023-10-24T20:38:34.056Z svc:/system/update-man-index:default
1262023-10-24T20:38:34.830Z
1272023-10-24T20:38:34.834ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-24T20:38:39.838ZDownload: 1197/3290 items 63.1/212.6MB 29% complete (13.2M/s)
1292023-10-24T20:38:44.835ZDownload: 2305/3290 items 119.6/212.6MB 56% complete (12.2M/s)
1302023-10-24T20:38:49.841ZDownload: 3244/3290 items 201.3/212.6MB 94% complete (13.8M/s)
1312023-10-24T20:38:55.298ZDownload: 3285/3290 items 211.4/212.6MB 99% complete (9.2M/s)
1322023-10-24T20:38:58.551ZDownload: Completed 212.60 MB in 23.72 seconds (9.0M/s)
1332023-10-24T20:38:58.863Z Actions: 1/3687 actions (Installing new actions)
1342023-10-24T20:39:04.273Z Actions: 3121/3687 actions (Installing new actions)
1352023-10-24T20:39:08.325Z Actions: Completed 3687 actions in 9.46 seconds.
1362023-10-24T20:39:08.411Z Done (0.079s)
1372023-10-24T20:39:08.420Z Done (0.000s)
1382023-10-24T20:39:08.611Z Done (0.200s)
1392023-10-24T20:39:17.781Z Done (9.000s)
1402023-10-24T20:39:18.473Z Done (0.618s)
1412023-10-24T20:39:18.476Z Done (0.000s)
1422023-10-24T20:39:18.716Z Done (0.000s)
1432023-10-24T20:39:19.399ZPlanning: Evaluating mediator changes ... Done
1442023-10-24T20:39:19.678ZPlanning: Checking for conflicting actions ... Done
1452023-10-24T20:39:19.681ZPlanning: Consolidating action changes ... Done
1462023-10-24T20:39:20.115ZPlanning: Evaluating mediators ... Done
1472023-10-24T20:39:20.118ZPlanning: Planning completed in 0.72 seconds
1482023-10-24T20:39:20.171Z Mediators to change: 2
1492023-10-24T20:39:20.175Z Create boot environment: No
1502023-10-24T20:39:20.178ZCreate backup boot environment: No
1512023-10-24T20:39:20.689Z Done
1522023-10-24T20:39:20.696Z Done
1532023-10-24T20:39:20.701Z Done
1542023-10-24T20:39:26.015Z Done
1552023-10-24T20:39:26.129Z Done
1562023-10-24T20:39:26.132Z Done
1572023-10-24T20:39:26.250Z Done
1582023-10-24T20:39:27.258ZPlanning: Evaluating mediator changes ... Done
1592023-10-24T20:39:27.261ZPlanning: Merging actions ... Done
1602023-10-24T20:39:27.588ZPlanning: Checking for conflicting actions ... Done
1612023-10-24T20:39:27.594ZPlanning: Consolidating action changes ... Done
1622023-10-24T20:39:28.020ZPlanning: Evaluating mediators ... Done
1632023-10-24T20:39:28.111ZPlanning: Planning completed in 1.29 seconds
1642023-10-24T20:39:28.168Z Packages to change: 1
1652023-10-24T20:39:28.173Z Mediators to change: 1
1662023-10-24T20:39:28.176Z Services to change: 1
1672023-10-24T20:39:28.179Z Create boot environment: No
1682023-10-24T20:39:28.182ZCreate backup boot environment: Yes
1692023-10-24T20:39:30.394Z Actions: 1/6 actions (Updating modified actions)
1702023-10-24T20:39:30.397Z Actions: Completed 6 actions in 0.00 seconds.
1712023-10-24T20:39:30.400Z Done
1722023-10-24T20:39:30.402Z Done
1732023-10-24T20:39:30.445Z Done
1742023-10-24T20:39:36.117Z Done
1752023-10-24T20:39:36.235Z Done
1762023-10-24T20:39:36.238Z Done
1772023-10-24T20:39:36.359Z Done
1782023-10-24T20:39:37.033ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1792023-10-24T20:39:37.036Zclang system 15 system
1802023-10-24T20:39:37.038Zcsh system system illumos
1812023-10-24T20:39:37.041Zctags system system illumos
1822023-10-24T20:39:37.044Zgcc vendor 12 vendor
1832023-10-24T20:39:37.046Zgcc system 10 system
1842023-10-24T20:39:37.049Zgcc system 7 system
1852023-10-24T20:39:37.052Zgo system 1.20 system
1862023-10-24T20:39:37.055Zgo system 1.19 system
1872023-10-24T20:39:37.058Zllvm system 15 system
1882023-10-24T20:39:37.061Zllvm system 14 system
1892023-10-24T20:39:37.064Zmariadb system 10.6 system
1902023-10-24T20:39:37.067Zmta vendor vendor dma
1912023-10-24T20:39:37.070Zopenjdk system 17 system
1922023-10-24T20:39:37.072Zopenjdk system 11 system
1932023-10-24T20:39:37.075Zopenjdk system 1.8 system
1942023-10-24T20:39:37.078Zopenssl vendor 3 vendor
1952023-10-24T20:39:37.081Zperl system 5.36 system
1962023-10-24T20:39:37.084Zpostgresql system 15 system
1972023-10-24T20:39:37.087Zpostgresql system 13 system
1982023-10-24T20:39:37.090Zpython vendor 3 vendor
1992023-10-24T20:39:37.092Zpython system 2 system
2002023-10-24T20:39:37.095Zpython3 system 3.11 system
2012023-10-24T20:39:37.098Zruby system 3.0 system
2022023-10-24T20:39:37.101Zwords vendor vendor american-english
2032023-10-24T20:39:37.103Zwords system system australian-english
2042023-10-24T20:39:37.106Zwords system system british-english
2052023-10-24T20:39:37.109Zwords system system canadian-english
2062023-10-24T20:39:37.112Zwords system system french
2072023-10-24T20:39:37.115Zwords system system italian
2082023-10-24T20:39:37.117Zwords system system ngerman
2092023-10-24T20:39:37.120Zwords system system ogerman
2102023-10-24T20:39:37.123Zwords system system spanish
2112023-10-24T20:39:37.569ZFMRI IFO
2122023-10-24T20:39:37.573Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2132023-10-24T20:39:37.575Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2142023-10-24T20:39:37.579Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2152023-10-24T20:39:37.582Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2162023-10-24T20:39:37.584Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2172023-10-24T20:39:37.587Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2182023-10-24T20:39:37.643Z+ set -o errexit
2192023-10-24T20:39:37.646Z+++ dirname ./tools/ci_download_cockroachdb
2202023-10-24T20:39:37.648Z++ cd ./tools
2212023-10-24T20:39:37.651Z++ pwd
2222023-10-24T20:39:37.656Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2232023-10-24T20:39:37.659Z++ basename ./tools/ci_download_cockroachdb
2242023-10-24T20:39:37.662Z+ ARG0=ci_download_cockroachdb
2252023-10-24T20:39:37.664Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2262023-10-24T20:39:37.667Z+ CIDL_VERSION=v22.1.9
2272023-10-24T20:39:37.670Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2282023-10-24T20:39:37.672Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2292023-10-24T20:39:37.675Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2302023-10-24T20:39:37.678Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2312023-10-24T20:39:37.680Z+ TARGET_DIR=out
2322023-10-24T20:39:37.683Z+ DOWNLOAD_DIR=out/downloads
2332023-10-24T20:39:37.686Z+ DEST_DIR=./out/cockroachdb
2342023-10-24T20:39:37.689Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2352023-10-24T20:39:37.692Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2362023-10-24T20:39:37.695Z+ main
2372023-10-24T20:39:37.698Z+ [[ 0 != 0 ]]
2382023-10-24T20:39:37.701Z+ CIDL_OS=solaris2.11
2392023-10-24T20:39:37.704Z+ [[ 0 != 0 ]]
2402023-10-24T20:39:37.707Z+ configure_os solaris2.11
2412023-10-24T20:39:37.709Z+ echo 'current directory: /work/oxidecomputer/omicron'
2422023-10-24T20:39:37.712Zcurrent directory: /work/oxidecomputer/omicron
2432023-10-24T20:39:37.715Z+ echo 'configuring based on OS: "solaris2.11"'
2442023-10-24T20:39:37.718Zconfiguring based on OS: "solaris2.11"
2452023-10-24T20:39:37.721Z+ case "$1" in
2462023-10-24T20:39:37.723Z+ CIDL_BUILD=illumos
2472023-10-24T20:39:37.727Z+ CIDL_SUFFIX=tar.gz
2482023-10-24T20:39:37.730Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2492023-10-24T20:39:37.734Z+ CIDL_MD5FUNC=do_md5sum
2502023-10-24T20:39:37.736Z+ CIDL_URL_BASE=https://illumos.org/downloads
2512023-10-24T20:39:37.739Z+ CIDL_ASSEMBLE=do_assemble_illumos
2522023-10-24T20:39:37.742Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2532023-10-24T20:39:37.745Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2542023-10-24T20:39:37.748Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2552023-10-24T20:39:37.751ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-24T20:39:37.754Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2572023-10-24T20:39:37.756Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-24T20:39:37.759Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2592023-10-24T20:39:37.762Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2602023-10-24T20:39:37.764ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-24T20:39:37.767Z+ mkdir -p out/downloads
2622023-10-24T20:39:37.769Z+ mkdir -p ./out/cockroachdb
2632023-10-24T20:39:37.772Z+ local DO_DOWNLOAD=true
2642023-10-24T20:39:37.775Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2652023-10-24T20:39:37.778Z+ '[' true == true ']'
2662023-10-24T20:39:37.781Z+ echo Downloading...
2672023-10-24T20:39:37.784ZDownloading...
2682023-10-24T20:39:37.787Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-24T20:39:37.790Z+ 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-10-24T20:39:40.458Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-10-24T20:39:40.467Z++ md5sum
2722023-10-24T20:39:40.472Z++ awk '{print $1}'
2732023-10-24T20:39:40.639Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2742023-10-24T20:39:40.642Z+ [[ 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-10-24T20:39:40.645Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-10-24T20:39:40.648Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2772023-10-24T20:39:44.243Z+ do_assemble_illumos
2782023-10-24T20:39:44.245Z+ rm -r ./out/cockroachdb
2792023-10-24T20:39:44.249Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2802023-10-24T20:39:44.843Z+ ./out/cockroachdb/bin/cockroach version
2812023-10-24T20:39:45.199ZBuild Tag: v22.1.9-dirty
2822023-10-24T20:39:45.202ZBuild Time: 2022/10/26 21:17:46
2832023-10-24T20:39:45.205ZDistribution: OSS
2842023-10-24T20:39:45.208ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2852023-10-24T20:39:45.211ZGo Version: go1.17.13
2862023-10-24T20:39:45.214ZC Compiler: gcc 10.3.0
2872023-10-24T20:39:45.216ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2882023-10-24T20:39:45.220ZBuild Type: release
2892023-10-24T20:39:45.224Z+ set -o errexit
2902023-10-24T20:39:45.227Z+++ dirname ./tools/ci_download_clickhouse
2912023-10-24T20:39:45.233Z++ cd ./tools
2922023-10-24T20:39:45.667Z++ pwd
2932023-10-24T20:39:45.683Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2942023-10-24T20:39:45.712Z++ basename ./tools/ci_download_clickhouse
2952023-10-24T20:39:45.724Z+ ARG0=ci_download_clickhouse
2962023-10-24T20:39:45.732Z+ TARGET_DIR=out
2972023-10-24T20:39:45.739Z+ DOWNLOAD_DIR=out/downloads
2982023-10-24T20:39:45.745Z+ DEST_DIR=./out/clickhouse
2992023-10-24T20:39:45.752Z+ CIDL_VERSION=v22.8.9.24
3002023-10-24T20:39:45.759Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3012023-10-24T20:39:45.766Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3022023-10-24T20:39:45.773Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3032023-10-24T20:39:45.779Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3042023-10-24T20:39:45.786Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3052023-10-24T20:39:45.792Z+ main
3062023-10-24T20:39:45.799Z+ [[ 0 != 0 ]]
3072023-10-24T20:39:45.805Z+ CIDL_OS=solaris2.11
3082023-10-24T20:39:45.813Z+ [[ 0 != 0 ]]
3092023-10-24T20:39:45.820Z+ configure_os solaris2.11
3102023-10-24T20:39:45.828Z+ echo 'current directory: /work/oxidecomputer/omicron'
3112023-10-24T20:39:45.835Zcurrent directory: /work/oxidecomputer/omicron
3122023-10-24T20:39:45.843Z+ echo 'configuring based on OS: "solaris2.11"'
3132023-10-24T20:39:45.851Zconfiguring based on OS: "solaris2.11"
3142023-10-24T20:39:45.858Z+ CIDL_DASHREV=
3152023-10-24T20:39:45.864Z+ case "$1" in
3162023-10-24T20:39:45.871Z+ CIDL_PLATFORM=illumos
3172023-10-24T20:39:45.879Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3182023-10-24T20:39:45.886Z+ CIDL_MD5FUNC=do_md5sum
3192023-10-24T20:39:45.893Z+ CIDL_DASHREV=-1
3202023-10-24T20:39:45.907Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3212023-10-24T20:39:45.915Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-10-24T20:39:45.923Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-10-24T20:39:45.930Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-24T20:39:45.939Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3252023-10-24T20:39:45.947ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-24T20:39:45.957Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3272023-10-24T20:39:45.966ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-24T20:39:45.975Z+ mkdir -p out/downloads
3292023-10-24T20:39:45.983Z+ mkdir -p ./out/clickhouse
3302023-10-24T20:39:45.991Z+ local DO_DOWNLOAD=true
3312023-10-24T20:39:46.003Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3322023-10-24T20:39:46.012Z+ '[' true == true ']'
3332023-10-24T20:39:46.020Z+ echo Downloading...
3342023-10-24T20:39:46.029ZDownloading...
3352023-10-24T20:39:46.038Z+ 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-10-24T20:39:46.047Z+ 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-10-24T20:39:51.999Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-10-24T20:39:52.006Z++ md5sum
3392023-10-24T20:39:52.011Z++ awk '{print $1}'
3402023-10-24T20:39:52.262Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3412023-10-24T20:39:52.265Z+ [[ 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-10-24T20:39:52.268Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3432023-10-24T20:39:52.271Z+ mkdir -p ./out/clickhouse
3442023-10-24T20:39:52.274Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3452023-10-24T20:39:57.346Z+ ./out/clickhouse/clickhouse server --version
3462023-10-24T20:39:57.396ZClickHouse server version 22.8.9.1.
3472023-10-24T20:39:57.418Z+ set -o errexit
3482023-10-24T20:39:57.422Z+++ dirname ./tools/ci_download_console
3492023-10-24T20:39:57.426Z++ cd ./tools
3502023-10-24T20:39:57.429Z++ pwd
3512023-10-24T20:39:57.433Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3522023-10-24T20:39:57.437Z++ basename ./tools/ci_download_console
3532023-10-24T20:39:57.440Z+ ARG0=ci_download_console
3542023-10-24T20:39:57.443Z+ TARGET_DIR=out
3552023-10-24T20:39:57.447Z+ DOWNLOAD_DIR=out/downloads
3562023-10-24T20:39:57.450Z+ DEST_DIR=./out/console-assets
3572023-10-24T20:39:57.453Z+ source /work/oxidecomputer/omicron/tools/console_version
3582023-10-24T20:39:57.456Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3592023-10-24T20:39:57.459Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3602023-10-24T20:39:57.462Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3612023-10-24T20:39:57.465Z+ TARBALL_FILE=out/downloads/console.tar.gz
3622023-10-24T20:39:57.469Z+ main
3632023-10-24T20:39:57.473Z+ [[ 0 != 0 ]]
3642023-10-24T20:39:57.476Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3652023-10-24T20:39:57.479ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3662023-10-24T20:39:57.483Z+ echo 'Local file: out/downloads/console.tar.gz'
3672023-10-24T20:39:57.488ZLocal file: out/downloads/console.tar.gz
3682023-10-24T20:39:57.491Z+ local DO_DOWNLOAD=true
3692023-10-24T20:39:57.494Z+ [[ -f out/downloads/console.tar.gz ]]
3702023-10-24T20:39:57.497Z+ mkdir -p out/downloads
3712023-10-24T20:39:57.500Z+ '[' true == true ']'
3722023-10-24T20:39:57.503Z+ echo Downloading...
3732023-10-24T20:39:57.506ZDownloading...
3742023-10-24T20:39:57.509Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3752023-10-24T20:39:57.514Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3762023-10-24T20:39:58.144Z++ do_sha256sum out/downloads/console.tar.gz
3772023-10-24T20:39:58.147Z++ case "$OSTYPE" in
3782023-10-24T20:39:58.151Z++ SHA=sha256sum
3792023-10-24T20:39:58.153Z++ sha256sum
3802023-10-24T20:39:58.156Z++ awk '{print $1}'
3812023-10-24T20:39:58.170Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3822023-10-24T20:39:58.173Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3832023-10-24T20:39:58.176Z+ rm -rf ./out/console-assets
3842023-10-24T20:39:58.178Z+ mkdir -p ./out/console-assets
3852023-10-24T20:39:58.182Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3862023-10-24T20:39:58.184Z+ mkdir -p ./out/console-assets
3872023-10-24T20:39:58.188Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3882023-10-24T20:39:58.325Z+ set -o errexit
3892023-10-24T20:39:58.328Z+++ dirname ./tools/ci_download_maghemite_openapi
3902023-10-24T20:39:58.331Z++ cd ./tools
3912023-10-24T20:39:58.334Z++ pwd
3922023-10-24T20:39:58.337Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3932023-10-24T20:39:58.340Z++ basename ./tools/ci_download_maghemite_openapi
3942023-10-24T20:39:58.342Z+ ARG0=ci_download_maghemite_openapi
3952023-10-24T20:39:58.345Z+ TARGET_DIR=out
3962023-10-24T20:39:58.347Z+ DOWNLOAD_DIR=out/downloads
3972023-10-24T20:39:58.350Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3982023-10-24T20:39:58.353Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
3992023-10-24T20:39:58.356Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4002023-10-24T20:39:58.359Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4012023-10-24T20:39:58.362Z+ LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4022023-10-24T20:39:58.364Z+ main
4032023-10-24T20:39:58.367Z+ [[ 0 != 0 ]]
4042023-10-24T20:39:58.370Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json'
4052023-10-24T20:39:58.372ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4062023-10-24T20:39:58.375Z+ echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json'
4072023-10-24T20:39:58.378ZLocal file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4082023-10-24T20:39:58.381Z+ local DO_DOWNLOAD=true
4092023-10-24T20:39:58.384Z+ [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4102023-10-24T20:39:58.391Z+ mkdir -p out/downloads
4112023-10-24T20:39:58.408Z+ '[' true == true ']'
4122023-10-24T20:39:58.412Z+ echo Downloading...
4132023-10-24T20:39:58.417ZDownloading...
4142023-10-24T20:39:58.419Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4152023-10-24T20:39:58.422Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4162023-10-24T20:39:58.594Z++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4172023-10-24T20:39:58.596Z++ case "$OSTYPE" in
4182023-10-24T20:39:58.599Z++ SHA=sha256sum
4192023-10-24T20:39:58.602Z++ sha256sum
4202023-10-24T20:39:58.605Z++ awk '{print $1}'
4212023-10-24T20:39:58.608Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4222023-10-24T20:39:58.611Z+ [[ 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-10-24T20:39:58.613Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4242023-10-24T20:39:58.616Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4252023-10-24T20:39:58.619Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4262023-10-24T20:39:58.623Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4272023-10-24T20:39:58.626Z+ LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4282023-10-24T20:39:58.629Z+ main
4292023-10-24T20:39:58.631Z+ [[ 0 != 0 ]]
4302023-10-24T20:39:58.634Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json'
4312023-10-24T20:39:58.637ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4322023-10-24T20:39:58.642Z+ echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json'
4332023-10-24T20:39:58.644ZLocal file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4342023-10-24T20:39:58.647Z+ local DO_DOWNLOAD=true
4352023-10-24T20:39:58.651Z+ [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4362023-10-24T20:39:58.654Z+ mkdir -p out/downloads
4372023-10-24T20:39:58.657Z+ '[' true == true ']'
4382023-10-24T20:39:58.660Z+ echo Downloading...
4392023-10-24T20:39:58.662ZDownloading...
4402023-10-24T20:39:58.665Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4412023-10-24T20:39:58.668Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4422023-10-24T20:39:58.735Z++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4432023-10-24T20:39:58.738Z++ case "$OSTYPE" in
4442023-10-24T20:39:58.740Z++ SHA=sha256sum
4452023-10-24T20:39:58.743Z++ sha256sum
4462023-10-24T20:39:58.746Z++ awk '{print $1}'
4472023-10-24T20:39:58.749Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4482023-10-24T20:39:58.752Z+ [[ 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-10-24T20:39:58.754Z+ set -o errexit
4502023-10-24T20:39:58.757Z+++ dirname ./tools/ci_download_dendrite_openapi
4512023-10-24T20:39:58.761Z++ cd ./tools
4522023-10-24T20:39:58.764Z++ pwd
4532023-10-24T20:39:58.766Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4542023-10-24T20:39:58.769Z++ basename ./tools/ci_download_dendrite_openapi
4552023-10-24T20:39:58.772Z+ ARG0=ci_download_dendrite_openapi
4562023-10-24T20:39:58.775Z+ TARGET_DIR=out
4572023-10-24T20:39:58.781Z+ DOWNLOAD_DIR=out/downloads
4582023-10-24T20:39:58.785Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4592023-10-24T20:39:58.788Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4602023-10-24T20:39:58.790Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4612023-10-24T20:39:58.793Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4622023-10-24T20:39:58.796Z+ LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4632023-10-24T20:39:58.799Z+ main
4642023-10-24T20:39:58.802Z+ [[ 0 != 0 ]]
4652023-10-24T20:39:58.804Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json'
4662023-10-24T20:39:58.807ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4672023-10-24T20:39:58.810Z+ echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json'
4682023-10-24T20:39:58.812ZLocal file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4692023-10-24T20:39:58.815Z+ local DO_DOWNLOAD=true
4702023-10-24T20:39:58.819Z+ [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]]
4712023-10-24T20:39:58.822Z+ mkdir -p out/downloads
4722023-10-24T20:39:58.824Z+ '[' true == true ']'
4732023-10-24T20:39:58.827Z+ echo Downloading...
4742023-10-24T20:39:58.830ZDownloading...
4752023-10-24T20:39:58.833Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4762023-10-24T20:39:58.837Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4772023-10-24T20:39:58.904Z++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4782023-10-24T20:39:58.907Z++ case "$OSTYPE" in
4792023-10-24T20:39:58.910Z++ SHA=sha256sum
4802023-10-24T20:39:58.912Z++ sha256sum
4812023-10-24T20:39:58.918Z++ awk '{print $1}'
4822023-10-24T20:39:58.953Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4832023-10-24T20:39:58.956Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4842023-10-24T20:39:58.959Z+ set -o errexit
4852023-10-24T20:39:58.962Z+++ dirname ./tools/ci_download_dendrite_stub
4862023-10-24T20:39:58.965Z++ cd ./tools
4872023-10-24T20:39:58.968Z++ pwd
4882023-10-24T20:39:58.970Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4892023-10-24T20:39:58.973Z++ basename ./tools/ci_download_dendrite_stub
4902023-10-24T20:39:58.976Z+ ARG0=ci_download_dendrite_stub
4912023-10-24T20:39:58.979Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4922023-10-24T20:39:58.981Z++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
4932023-10-24T20:39:58.984Z++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51
4942023-10-24T20:39:58.987Z++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba
4952023-10-24T20:39:58.990Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4962023-10-24T20:39:58.992Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4972023-10-24T20:39:58.995Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4982023-10-24T20:39:59.001Z+ TARGET_DIR=out
4992023-10-24T20:39:59.004Z+ DOWNLOAD_DIR=out/downloads
5002023-10-24T20:39:59.007Z+ DEST_DIR=./out/dendrite-stub
5012023-10-24T20:39:59.010Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5022023-10-24T20:39:59.012Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5032023-10-24T20:39:59.015Z+ REPO=oxidecomputer/dendrite
5042023-10-24T20:39:59.018Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686
5052023-10-24T20:39:59.021Z+ main
5062023-10-24T20:39:59.024Z+ [[ 0 != 0 ]]
5072023-10-24T20:39:59.026Z+ CIDL_OS=solaris2.11
5082023-10-24T20:39:59.029Z+ [[ 0 != 0 ]]
5092023-10-24T20:39:59.033Z+ configure_os solaris2.11
5102023-10-24T20:39:59.036Z+ echo 'current directory: /work/oxidecomputer/omicron'
5112023-10-24T20:39:59.039Zcurrent directory: /work/oxidecomputer/omicron
5122023-10-24T20:39:59.042Z+ echo 'configuring based on OS: "solaris2.11"'
5132023-10-24T20:39:59.046Zconfiguring based on OS: "solaris2.11"
5142023-10-24T20:39:59.049Z+ case "$1" in
5152023-10-24T20:39:59.052Z+ SET_BINARIES=
5162023-10-24T20:39:59.054Z+ CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5172023-10-24T20:39:59.057Z+ CIDL_SHA256FUNC=do_sha256sum
5182023-10-24T20:39:59.061Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5192023-10-24T20:39:59.068Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5202023-10-24T20:39:59.486Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5212023-10-24T20:39:59.491Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz'
5222023-10-24T20:39:59.495ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5232023-10-24T20:39:59.503Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5242023-10-24T20:39:59.512ZLocal file: out/downloads/dendrite-stub.tar.gz
5252023-10-24T20:39:59.531Z+ mkdir -p out/downloads
5262023-10-24T20:39:59.953Z+ mkdir -p ./out/dendrite-stub
5272023-10-24T20:40:00.005Z+ fetch_and_verify
5282023-10-24T20:40:00.009Z+ local DO_DOWNLOAD=true
5292023-10-24T20:40:00.012Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5302023-10-24T20:40:00.014Z+ '[' true == true ']'
5312023-10-24T20:40:00.018Z+ echo Downloading...
5322023-10-24T20:40:00.021ZDownloading...
5332023-10-24T20:40:00.025Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5342023-10-24T20:40:00.028Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5352023-10-24T20:40:06.585Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5362023-10-24T20:40:06.588Z++ sha256sum
5372023-10-24T20:40:06.591Z++ awk '{print $1}'
5382023-10-24T20:40:06.680Z+ calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5392023-10-24T20:40:06.683Z+ [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]]
5402023-10-24T20:40:06.689Z+ do_untar out/downloads/dendrite-stub.tar.gz
5412023-10-24T20:40:06.693Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5422023-10-24T20:40:07.649Z+ do_assemble
5432023-10-24T20:40:07.656Z+ rm -r ./out/dendrite-stub
5442023-10-24T20:40:07.663Z+ mkdir ./out/dendrite-stub
5452023-10-24T20:40:07.669Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5462023-10-24T20:40:07.776Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5472023-10-24T20:40:07.789Z+ set -o errexit
5482023-10-24T20:40:07.792Z+++ dirname ./tools/ci_download_maghemite_mgd
5492023-10-24T20:40:07.795Z++ cd ./tools
5502023-10-24T20:40:07.798Z++ pwd
5512023-10-24T20:40:07.801Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5522023-10-24T20:40:07.806Z++ basename ./tools/ci_download_maghemite_mgd
5532023-10-24T20:40:07.814Z+ ARG0=ci_download_maghemite_mgd
5542023-10-24T20:40:07.818Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5552023-10-24T20:40:07.821Z++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
5562023-10-24T20:40:07.825Z++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d
5572023-10-24T20:40:07.830Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5582023-10-24T20:40:07.835Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
5592023-10-24T20:40:07.838Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5602023-10-24T20:40:07.841Z+ TARGET_DIR=out
5612023-10-24T20:40:07.844Z+ DOWNLOAD_DIR=out/downloads
5622023-10-24T20:40:07.847Z+ DEST_DIR=./out/mgd
5632023-10-24T20:40:07.849Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5642023-10-24T20:40:07.852Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5652023-10-24T20:40:07.856Z+ REPO=oxidecomputer/maghemite
5662023-10-24T20:40:07.859Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a
5672023-10-24T20:40:07.864Z+ main
5682023-10-24T20:40:07.867Z+ [[ 0 != 0 ]]
5692023-10-24T20:40:07.873Z+ CIDL_OS=solaris2.11
5702023-10-24T20:40:07.876Z+ [[ 0 != 0 ]]
5712023-10-24T20:40:07.879Z+ configure_os solaris2.11
5722023-10-24T20:40:07.882Z+ echo 'current directory: /work/oxidecomputer/omicron'
5732023-10-24T20:40:07.886Zcurrent directory: /work/oxidecomputer/omicron
5742023-10-24T20:40:07.890Z+ echo 'configuring based on OS: "solaris2.11"'
5752023-10-24T20:40:07.893Zconfiguring based on OS: "solaris2.11"
5762023-10-24T20:40:07.897Z+ case "$1" in
5772023-10-24T20:40:07.901Z+ SET_BINARIES=
5782023-10-24T20:40:07.906Z+ CIDL_SHA256FUNC=do_sha256sum
5792023-10-24T20:40:07.912Z+ TARBALL_FILENAME=mgd.tar.gz
5802023-10-24T20:40:07.917Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5812023-10-24T20:40:07.921Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5822023-10-24T20:40:07.924ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5832023-10-24T20:40:07.945ZLocal file: out/downloads/mgd.tar.gz
5842023-10-24T20:40:07.949Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz'
5852023-10-24T20:40:07.955Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5862023-10-24T20:40:07.963Z+ mkdir -p out/downloads
5872023-10-24T20:40:07.978Z+ mkdir -p ./out/mgd
5882023-10-24T20:40:07.982Z+ fetch_and_verify
5892023-10-24T20:40:07.998Z+ local DO_DOWNLOAD=true
5902023-10-24T20:40:08.005Z+ [[ -f out/downloads/mgd.tar.gz ]]
5912023-10-24T20:40:08.018Z+ '[' true == true ']'
5922023-10-24T20:40:08.437Z+ echo Downloading...
5932023-10-24T20:40:08.447ZDownloading...
5942023-10-24T20:40:08.454Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz
5952023-10-24T20:40:08.467Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5962023-10-24T20:40:11.689Z++ do_sha256sum out/downloads/mgd.tar.gz
5972023-10-24T20:40:11.696Z++ sha256sum
5982023-10-24T20:40:11.707Z++ awk '{print $1}'
5992023-10-24T20:40:11.770Z+ calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
6002023-10-24T20:40:11.789Z+ [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]]
6012023-10-24T20:40:11.796Z+ do_untar out/downloads/mgd.tar.gz
6022023-10-24T20:40:11.803Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6032023-10-24T20:40:12.465Z+ do_assemble
6042023-10-24T20:40:12.468Z+ rm -r ./out/mgd
6052023-10-24T20:40:12.471Z+ mkdir ./out/mgd
6062023-10-24T20:40:12.474Z+ cp -r out/downloads/root ./out/mgd/root
6072023-10-24T20:40:12.676Z+ set -o errexit
6082023-10-24T20:40:12.683Z+++ dirname ./tools/ci_download_transceiver_control
6092023-10-24T20:40:12.691Z++ cd ./tools
6102023-10-24T20:40:12.696Z++ pwd
6112023-10-24T20:40:12.700Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6122023-10-24T20:40:12.704Z++ basename ./tools/ci_download_transceiver_control
6132023-10-24T20:40:12.710Z+ ARG0=ci_download_transceiver_control
6142023-10-24T20:40:12.713Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6152023-10-24T20:40:12.716Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6162023-10-24T20:40:12.719Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6172023-10-24T20:40:12.722Z+ TARGET_DIR=out
6182023-10-24T20:40:12.725Z+ DOWNLOAD_DIR=out/downloads
6192023-10-24T20:40:12.728Z+ DEST_DIR=./out/transceiver-control
6202023-10-24T20:40:12.731Z+ BIN_DIR=/opt/oxide/bin
6212023-10-24T20:40:12.734Z+ BINARY=xcvradm
6222023-10-24T20:40:12.737Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6232023-10-24T20:40:12.740Z+ REPO=oxidecomputer/transceiver-control
6242023-10-24T20:40:12.743Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6252023-10-24T20:40:12.748Z+ main
6262023-10-24T20:40:12.758Z+ [[ 0 != 0 ]]
6272023-10-24T20:40:12.769Z+ CIDL_OS=solaris2.11
6282023-10-24T20:40:12.779Z+ [[ 0 != 0 ]]
6292023-10-24T20:40:12.796Z+ configure_os solaris2.11
6302023-10-24T20:40:12.800Z+ echo 'current directory: /work/oxidecomputer/omicron'
6312023-10-24T20:40:12.806Zcurrent directory: /work/oxidecomputer/omicron
6322023-10-24T20:40:12.810Z+ echo 'configuring based on OS: "solaris2.11"'
6332023-10-24T20:40:12.813Zconfiguring based on OS: "solaris2.11"
6342023-10-24T20:40:12.816Z+ case "$1" in
6352023-10-24T20:40:12.819Z+ SET_BINARIES=
6362023-10-24T20:40:12.822Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372023-10-24T20:40:12.825Z+ CIDL_SHA256FUNC=do_sha256sum
6382023-10-24T20:40:12.828Z+ ARCHIVE_FILENAME=xcvradm.gz
6392023-10-24T20:40:12.831Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6402023-10-24T20:40:12.834Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6412023-10-24T20:40:12.837Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6422023-10-24T20:40:12.842ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6432023-10-24T20:40:12.845Z+ echo 'Local file: out/downloads/xcvradm.gz'
6442023-10-24T20:40:12.851ZLocal file: out/downloads/xcvradm.gz
6452023-10-24T20:40:12.867Z+ mkdir -p out/downloads
6462023-10-24T20:40:12.887Z+ mkdir -p ./out/transceiver-control
6472023-10-24T20:40:12.896Z+ fetch_and_verify
6482023-10-24T20:40:12.910Z+ local DO_DOWNLOAD=true
6492023-10-24T20:40:13.330Z+ [[ -f out/downloads/xcvradm.gz ]]
6502023-10-24T20:40:13.346Z+ '[' true == true ']'
6512023-10-24T20:40:13.355Z+ echo Downloading...
6522023-10-24T20:40:13.368ZDownloading...
6532023-10-24T20:40:13.382Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6542023-10-24T20:40:13.397Z+ 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-10-24T20:40:14.114Z++ do_sha256sum out/downloads/xcvradm.gz
6562023-10-24T20:40:14.117Z++ sha256sum
6572023-10-24T20:40:14.121Z++ awk '{print $1}'
6582023-10-24T20:40:14.144Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592023-10-24T20:40:14.153Z+ [[ 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-10-24T20:40:14.161Z+ do_unpack out/downloads/xcvradm.gz
6612023-10-24T20:40:14.168Z+ mkdir -p out/downloads/root//opt/oxide/bin
6622023-10-24T20:40:14.189Z+ gzip -dc out/downloads/xcvradm.gz
6632023-10-24T20:40:14.323Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6642023-10-24T20:40:14.326Z+ do_assemble
6652023-10-24T20:40:14.329Z+ rm -r ./out/transceiver-control
6662023-10-24T20:40:14.332Z+ mkdir ./out/transceiver-control
6672023-10-24T20:40:14.335Z+ cp -r out/downloads/root ./out/transceiver-control/root
6682023-10-24T20:40:14.546ZAll prerequisites installed successfully
6692023-10-24T20:40:14.550Z
6702023-10-24T20:40:14.553Zreal 2:10.319231021
6712023-10-24T20:40:14.556Zuser 51.281070287
6722023-10-24T20:40:14.559Zsys 10.421923136
6732023-10-24T20:40:14.561Ztrap 0.022085873
6742023-10-24T20:40:14.568Ztflt 0.358606557
6752023-10-24T20:40:14.572Zdflt 0.880943181
6762023-10-24T20:40:14.985Zkflt 0.227645603
6772023-10-24T20:40:15.404Zlock 2.060792079
6782023-10-24T20:40:15.408Zslp 4:03.205622363
6792023-10-24T20:40:15.412Zlat 4.264437115
6802023-10-24T20:40:15.417Zstop 0.066262246
6812023-10-24T20:40:15.421Z+ banner end-to-end-tests
6822023-10-24T20:40:15.424Z
6832023-10-24T20:40:15.428Z ###### # # ##### ##### #### ###### # # #####
6842023-10-24T20:40:15.431Z # ## # # # # # # # ## # # #
6852023-10-24T20:40:15.434Z ##### # # # # # ##### # # # ##### ##### # # # # #
6862023-10-24T20:40:15.440Z # # # # # # # # # # # # # # #
6872023-10-24T20:40:15.457Z # # ## # # # # # # # ## # #
6882023-10-24T20:40:15.463Z ###### # # ##### # #### ###### # # #####
6892023-10-24T20:40:15.467Z
6902023-10-24T20:40:15.471Z+ export CARGO_PROFILE_DEV_DEBUG=1
6912023-10-24T20:40:15.476Z+ CARGO_PROFILE_DEV_DEBUG=1
6922023-10-24T20:40:15.481Z+ export CARGO_PROFILE_TEST_DEBUG=1
6932023-10-24T20:40:15.485Z+ CARGO_PROFILE_TEST_DEBUG=1
6942023-10-24T20:40:15.489Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6952023-10-24T20:40:15.492Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6962023-10-24T20:40:15.494Z Updating crates.io index
6972023-10-24T20:40:15.497Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6982023-10-24T20:40:16.303Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6992023-10-24T20:40:18.058Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7002023-10-24T20:40:18.957Z Updating git repository `http://github.com/oxidecomputer/tofino`
7012023-10-24T20:40:19.314Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7022023-10-24T20:40:19.635Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7032023-10-24T20:40:19.935Z Updating git repository `https://github.com/oxidecomputer/propolis`
7042023-10-24T20:40:20.861Z Updating git repository `https://github.com/oxidecomputer/crucible`
7052023-10-24T20:40:23.054Z Updating git repository `https://github.com/oxidecomputer/opte`
7062023-10-24T20:40:23.670Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7072023-10-24T20:40:24.122Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7082023-10-24T20:40:24.449Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7092023-10-24T20:40:25.033Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7102023-10-24T20:40:25.380Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7112023-10-24T20:40:25.814Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7122023-10-24T20:40:26.160Z Updating git repository `https://github.com/njaremko/samael`
7132023-10-24T20:40:26.616Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7142023-10-24T20:40:27.339Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7152023-10-24T20:40:27.782Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7162023-10-24T20:40:28.168Z Updating git repository `https://github.com/jgallagher/nix`
7172023-10-24T20:40:29.426Z Updating git repository `https://github.com/cbiffle/hubpack`
7182023-10-24T20:40:29.829Z Updating git repository `https://github.com/oxidecomputer/omicron`
7192023-10-24T20:40:38.899Z Updating git repository `https://github.com/oxidecomputer/rfb`
7202023-10-24T20:40:39.386Z Updating git repository `https://github.com/oxidecomputer/typify`
7212023-10-24T20:40:40.441Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7222023-10-24T20:40:40.865Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7232023-10-24T20:40:41.185Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7242023-10-24T20:40:42.894Z Downloading crates ...
7252023-10-24T20:40:43.176Z Downloaded opaque-debug v0.3.0
7262023-10-24T20:40:43.179Z Downloaded aead v0.5.2
7272023-10-24T20:40:43.182Z Downloaded num_enum_derive v0.5.11
7282023-10-24T20:40:43.185Z Downloaded omicron-zone-package v0.8.3
7292023-10-24T20:40:43.192Z Downloaded async-stream-impl v0.3.5
7302023-10-24T20:40:43.197Z Downloaded adler v1.0.2
7312023-10-24T20:40:43.200Z Downloaded lazy_static v1.4.0
7322023-10-24T20:40:43.206Z Downloaded linked-hash-map v0.5.6
7332023-10-24T20:40:43.216Z Downloaded diesel_table_macro_syntax v0.1.0
7342023-10-24T20:40:43.221Z Downloaded lock_api v0.4.10
7352023-10-24T20:40:43.228Z Downloaded atomicwrites v0.4.2
7362023-10-24T20:40:43.232Z Downloaded ciborium-io v0.2.1
7372023-10-24T20:40:43.235Z Downloaded atty v0.2.14
7382023-10-24T20:40:43.238Z Downloaded log v0.4.20
7392023-10-24T20:40:43.242Z Downloaded ascii v1.1.0
7402023-10-24T20:40:43.247Z Downloaded lru-cache v0.1.2
7412023-10-24T20:40:43.251Z Downloaded darling_macro v0.20.3
7422023-10-24T20:40:43.253Z Downloaded arc-swap v1.6.0
7432023-10-24T20:40:43.260Z Downloaded match_cfg v0.1.0
7442023-10-24T20:40:43.263Z Downloaded backoff v0.4.0
7452023-10-24T20:40:43.268Z Downloaded curve25519-dalek-derive v0.1.0
7462023-10-24T20:40:43.272Z Downloaded clap_derive v4.4.2
7472023-10-24T20:40:43.277Z Downloaded bitstruct_derive v0.1.0
7482023-10-24T20:40:43.282Z Downloaded num-integer v0.1.45
7492023-10-24T20:40:43.285Z Downloaded once_cell v1.18.0
7502023-10-24T20:40:43.292Z Downloaded num_threads v0.1.6
7512023-10-24T20:40:43.296Z Downloaded ciborium-ll v0.2.1
7522023-10-24T20:40:43.300Z Downloaded pkg-config v0.3.27
7532023-10-24T20:40:43.305Z Downloaded convert_case v0.4.0
7542023-10-24T20:40:43.309Z Downloaded precomputed-hash v0.1.1
7552023-10-24T20:40:43.313Z Downloaded nibble_vec v0.1.0
7562023-10-24T20:40:43.316Z Downloaded phf v0.11.2
7572023-10-24T20:40:43.319Z Downloaded anstyle v1.0.2
7582023-10-24T20:40:43.323Z Downloaded const_format_proc_macros v0.2.31
7592023-10-24T20:40:43.329Z Downloaded byteorder v1.4.3
7602023-10-24T20:40:43.353Z Downloaded predicates-core v1.0.6
7612023-10-24T20:40:43.356Z Downloaded block-buffer v0.10.4
7622023-10-24T20:40:43.359Z Downloaded colored v2.0.4
7632023-10-24T20:40:43.362Z Downloaded pin-project-lite v0.2.13
7642023-10-24T20:40:43.365Z Downloaded addr2line v0.21.0
7652023-10-24T20:40:43.368Z Downloaded bit-vec v0.6.3
7662023-10-24T20:40:43.371Z Downloaded native-tls v0.2.11
7672023-10-24T20:40:43.373Z Downloaded cpufeatures v0.2.9
7682023-10-24T20:40:43.376Z Downloaded num-complex v0.4.4
7692023-10-24T20:40:43.379Z Downloaded ident_case v1.0.1
7702023-10-24T20:40:43.382Z Downloaded cbc v0.1.2
7712023-10-24T20:40:43.385Z Downloaded num_enum v0.7.0
7722023-10-24T20:40:43.391Z Downloaded pkcs8 v0.10.2
7732023-10-24T20:40:43.397Z Downloaded tinyvec_macros v0.1.1
7742023-10-24T20:40:43.400Z Downloaded const_format v0.2.31
7752023-10-24T20:40:43.409Z Downloaded russh-cryptovec v0.7.0
7762023-10-24T20:40:43.411Z Downloaded try-lock v0.2.4
7772023-10-24T20:40:43.414Z Downloaded foreign-types-macros v0.2.3
7782023-10-24T20:40:43.417Z Downloaded heck v0.4.1
7792023-10-24T20:40:43.421Z Downloaded signal-hook-registry v1.4.1
7802023-10-24T20:40:43.424Z Downloaded sha2 v0.10.7
7812023-10-24T20:40:43.429Z Downloaded lalrpop-util v0.19.12
7822023-10-24T20:40:43.432Z Downloaded num_cpus v1.16.0
7832023-10-24T20:40:43.437Z Downloaded foreign-types-shared v0.3.1
7842023-10-24T20:40:43.440Z Downloaded structmeta v0.1.6
7852023-10-24T20:40:43.443Z Downloaded keccak v0.1.4
7862023-10-24T20:40:43.446Z Downloaded futures-core v0.3.28
7872023-10-24T20:40:43.448Z Downloaded bitflags v2.4.0
7882023-10-24T20:40:43.453Z Downloaded structmeta-derive v0.1.6
7892023-10-24T20:40:43.456Z Downloaded tokio-macros v2.1.0
7902023-10-24T20:40:43.459Z Downloaded rand_core v0.6.4
7912023-10-24T20:40:43.462Z Downloaded rand_chacha v0.3.1
7922023-10-24T20:40:43.465Z Downloaded schemars_derive v0.8.13
7932023-10-24T20:40:43.468Z Downloaded getrandom v0.1.16
7942023-10-24T20:40:43.478Z Downloaded time-core v0.1.1
7952023-10-24T20:40:43.491Z Downloaded allocator-api2 v0.2.16
7962023-10-24T20:40:43.495Z Downloaded strsim v0.8.0
7972023-10-24T20:40:43.498Z Downloaded string_cache v0.8.7
7982023-10-24T20:40:43.502Z Downloaded radium v0.7.0
7992023-10-24T20:40:43.505Z Downloaded strum v0.25.0
8002023-10-24T20:40:43.507Z Downloaded dirs-sys v0.4.1
8012023-10-24T20:40:43.510Z Downloaded digest v0.10.7
8022023-10-24T20:40:43.513Z Downloaded bzip2 v0.4.4
8032023-10-24T20:40:43.516Z Downloaded uuid v1.4.1
8042023-10-24T20:40:43.520Z Downloaded headers-core v0.2.0
8052023-10-24T20:40:43.522Z Downloaded funty v2.0.0
8062023-10-24T20:40:43.526Z Downloaded ipnetwork v0.20.0
8072023-10-24T20:40:43.529Z Downloaded crossbeam-epoch v0.9.15
8082023-10-24T20:40:43.531Z Downloaded rustls-native-certs v0.6.3
8092023-10-24T20:40:43.534Z Downloaded equivalent v1.0.1
8102023-10-24T20:40:43.537Z Downloaded similar v2.2.1
8112023-10-24T20:40:43.539Z Downloaded spin v0.5.2
8122023-10-24T20:40:43.542Z Downloaded inout v0.1.3
8132023-10-24T20:40:43.545Z Downloaded unicase v2.7.0
8142023-10-24T20:40:43.549Z Downloaded structopt v0.3.26
8152023-10-24T20:40:43.557Z Downloaded resolv-conf v0.7.0
8162023-10-24T20:40:43.560Z Downloaded structopt-derive v0.4.18
8172023-10-24T20:40:43.563Z Downloaded universal-hash v0.5.1
8182023-10-24T20:40:43.566Z Downloaded rustc-demangle v0.1.23
8192023-10-24T20:40:43.568Z Downloaded dirs-sys-next v0.1.2
8202023-10-24T20:40:43.571Z Downloaded utf-8 v0.7.6
8212023-10-24T20:40:43.574Z Downloaded rustfmt-wrapper v0.2.0
8222023-10-24T20:40:43.577Z Downloaded toolchain_find v0.2.0
8232023-10-24T20:40:43.580Z Downloaded russh-keys v0.38.0
8242023-10-24T20:40:43.583Z Downloaded fxhash v0.2.1
8252023-10-24T20:40:43.585Z Downloaded slog-async v2.8.0
8262023-10-24T20:40:43.589Z Downloaded tower-service v0.3.2
8272023-10-24T20:40:43.592Z Downloaded aho-corasick v1.0.4
8282023-10-24T20:40:43.598Z Downloaded typenum v1.16.0
8292023-10-24T20:40:43.602Z Downloaded toml v0.7.8
8302023-10-24T20:40:43.609Z Downloaded untrusted v0.7.1
8312023-10-24T20:40:43.612Z Downloaded tap v1.0.1
8322023-10-24T20:40:43.614Z Downloaded term v0.7.0
8332023-10-24T20:40:43.618Z Downloaded usdt-macro v0.3.5
8342023-10-24T20:40:43.622Z Downloaded usdt-attr-macro v0.3.5
8352023-10-24T20:40:43.626Z Downloaded env_logger v0.9.3
8362023-10-24T20:40:43.629Z Downloaded rustc_version v0.4.0
8372023-10-24T20:40:43.632Z Downloaded erased-serde v0.3.30
8382023-10-24T20:40:43.635Z Downloaded thiserror-impl-no-std v2.0.2
8392023-10-24T20:40:43.637Z Downloaded vec_map v0.8.2
8402023-10-24T20:40:43.640Z Downloaded utf8parse v0.2.1
8412023-10-24T20:40:43.643Z Downloaded unicode-ident v1.0.12
8422023-10-24T20:40:43.645Z Downloaded hyper-staticfile v0.9.5
8432023-10-24T20:40:43.648Z Downloaded terminal_size v0.2.6
8442023-10-24T20:40:43.651Z Downloaded serde_path_to_error v0.1.14
8452023-10-24T20:40:43.654Z Downloaded generic-array v0.14.7
8462023-10-24T20:40:43.657Z Downloaded hmac v0.12.1
8472023-10-24T20:40:43.661Z Downloaded clap_builder v4.4.2
8482023-10-24T20:40:43.670Z Downloaded http-range v0.1.5
8492023-10-24T20:40:43.674Z Downloaded zone_cfg_derive v0.2.0
8502023-10-24T20:40:43.677Z Downloaded scopeguard v1.2.0
8512023-10-24T20:40:43.680Z Downloaded ringbuffer v0.15.0
8522023-10-24T20:40:43.684Z Downloaded futures-task v0.3.28
8532023-10-24T20:40:43.687Z Downloaded zerocopy v0.3.0
8542023-10-24T20:40:43.689Z Downloaded sct v0.7.0
8552023-10-24T20:40:43.692Z Downloaded futures v0.3.28
8562023-10-24T20:40:43.697Z Downloaded synstructure v0.12.6
8572023-10-24T20:40:43.700Z Downloaded tokio-stream v0.1.14
8582023-10-24T20:40:43.706Z Downloaded same-file v1.0.6
8592023-10-24T20:40:43.709Z Downloaded http-body v0.4.5
8602023-10-24T20:40:43.712Z Downloaded aes-gcm v0.10.2
8612023-10-24T20:40:43.717Z Downloaded slog-json v2.6.1
8622023-10-24T20:40:43.721Z Downloaded difflib v0.4.0
8632023-10-24T20:40:43.723Z Downloaded slog-envlogger v2.2.0
8642023-10-24T20:40:43.726Z Downloaded subtle v2.5.0
8652023-10-24T20:40:43.729Z Downloaded wyz v0.5.1
8662023-10-24T20:40:43.732Z Downloaded semver v0.11.0
8672023-10-24T20:40:43.735Z Downloaded slog-scope v4.4.0
8682023-10-24T20:40:43.737Z Downloaded serde_derive_internals v0.26.0
8692023-10-24T20:40:43.740Z Downloaded heapless v0.7.16
8702023-10-24T20:40:43.744Z Downloaded httparse v1.8.0
8712023-10-24T20:40:43.748Z Downloaded tokio-tungstenite v0.20.1
8722023-10-24T20:40:43.752Z Downloaded vergen v8.2.4
8732023-10-24T20:40:43.756Z Downloaded semver-parser v0.10.2
8742023-10-24T20:40:43.759Z Downloaded trust-dns-client v0.22.0
8752023-10-24T20:40:43.770Z Downloaded thiserror-no-std v2.0.2
8762023-10-24T20:40:43.777Z Downloaded hashlink v0.8.3
8772023-10-24T20:40:43.779Z Downloaded semver v1.0.18
8782023-10-24T20:40:43.784Z Downloaded trust-dns-resolver v0.22.0
8792023-10-24T20:40:43.791Z Downloaded smallvec v1.11.0
8802023-10-24T20:40:43.794Z Downloaded indexmap v2.0.0
8812023-10-24T20:40:43.801Z Downloaded serde_derive v1.0.188
8822023-10-24T20:40:43.806Z Downloaded unsafe-libyaml v0.2.9
8832023-10-24T20:40:43.812Z Downloaded trust-dns-server v0.22.1
8842023-10-24T20:40:43.821Z Downloaded elliptic-curve v0.13.5
8852023-10-24T20:40:43.828Z Downloaded russh v0.38.0
8862023-10-24T20:40:43.836Z Downloaded flate2 v1.0.27
8872023-10-24T20:40:43.844Z Downloaded regex-automata v0.1.10
8882023-10-24T20:40:43.854Z Downloaded zip v0.6.6
8892023-10-24T20:40:43.861Z Downloaded itertools v0.10.5
8902023-10-24T20:40:43.873Z Downloaded tokio-util v0.7.8
8912023-10-24T20:40:43.884Z Downloaded serde_with v2.3.3
8922023-10-24T20:40:43.894Z Downloaded url v2.4.1
8932023-10-24T20:40:43.900Z Downloaded diesel v2.1.1
8942023-10-24T20:40:43.932Z Downloaded toml_edit v0.20.0
8952023-10-24T20:40:43.966Z Downloaded winnow v0.5.15
8962023-10-24T20:40:43.977Z Downloaded object v0.32.1
8972023-10-24T20:40:43.997Z Downloaded regress v0.7.1
8982023-10-24T20:40:44.006Z Downloaded hyper v0.14.27
8992023-10-24T20:40:44.021Z Downloaded rustls-webpki v0.101.4
9002023-10-24T20:40:44.046Z Downloaded serde_json v1.0.107
9012023-10-24T20:40:44.059Z Downloaded futures-util v0.3.28
9022023-10-24T20:40:44.079Z Downloaded syn v1.0.109
9032023-10-24T20:40:44.098Z Downloaded git2 v0.17.2
9042023-10-24T20:40:44.113Z Downloaded regex-syntax v0.7.5
9052023-10-24T20:40:44.128Z Downloaded gimli v0.28.0
9062023-10-24T20:40:44.143Z Downloaded syn v2.0.32
9072023-10-24T20:40:44.161Z Downloaded zerocopy-derive v0.2.0
9082023-10-24T20:40:44.178Z Downloaded bstr v1.6.0
9092023-10-24T20:40:44.197Z Downloaded rustls v0.21.7
9102023-10-24T20:40:44.218Z Downloaded regex-automata v0.3.8
9112023-10-24T20:40:44.249Z Downloaded rustix v0.38.9
9122023-10-24T20:40:44.286Z Downloaded sha3 v0.10.8
9132023-10-24T20:40:44.298Z Downloaded tokio v1.33.0
9142023-10-24T20:40:44.379Z Downloaded rustix v0.37.23
9152023-10-24T20:40:44.396Z Downloaded sled v0.34.7
9162023-10-24T20:40:44.822Z Downloaded openapiv3 v1.0.3
9172023-10-24T20:40:44.825Z Downloaded bzip2-sys v0.1.11+1.0.8
9182023-10-24T20:40:44.828Z Downloaded libc v0.2.149
9192023-10-24T20:40:44.833Z Downloaded bstr v0.2.17
9202023-10-24T20:40:44.838Z Downloaded zerocopy-derive v0.6.4
9212023-10-24T20:40:44.842Z Downloaded idna v0.4.0
9222023-10-24T20:40:44.845Z Downloaded trust-dns-proto v0.22.0
9232023-10-24T20:40:44.848Z Downloaded regex-syntax v0.6.29
9242023-10-24T20:40:44.852Z Downloaded idna v0.2.3
9252023-10-24T20:40:44.856Z Downloaded vcpkg v0.2.15
9262023-10-24T20:40:44.860Z Downloaded smoltcp v0.9.1
9272023-10-24T20:40:44.864Z Downloaded radix_trie v0.2.1
9282023-10-24T20:40:44.867Z Downloaded regex v1.9.5
9292023-10-24T20:40:44.870Z Downloaded smoltcp v0.8.2
9302023-10-24T20:40:44.873Z Downloaded ring v0.16.20
9312023-10-24T20:40:44.935Z Downloaded openssl v0.10.57
9322023-10-24T20:40:44.948Z Downloaded webpki-roots v0.25.2
9332023-10-24T20:40:44.955Z Downloaded bitvec v1.0.1
9342023-10-24T20:40:44.985Z Downloaded winapi v0.3.9
9352023-10-24T20:40:45.059Z Downloaded nix v0.26.2
9362023-10-24T20:40:45.079Z Downloaded encoding_rs v0.8.33
9372023-10-24T20:40:45.124Z Downloaded libgit2-sys v0.15.2+1.6.4
9382023-10-24T20:40:45.234Z Downloaded clap v2.34.0
9392023-10-24T20:40:45.247Z Downloaded chrono v0.4.31
9402023-10-24T20:40:45.263Z Downloaded hkdf v0.12.3
9412023-10-24T20:40:45.268Z Downloaded h2 v0.3.21
9422023-10-24T20:40:45.280Z Downloaded reqwest v0.11.20
9432023-10-24T20:40:45.293Z Downloaded hashbrown v0.12.3
9442023-10-24T20:40:45.300Z Downloaded time v0.3.27
9452023-10-24T20:40:45.311Z Downloaded itertools v0.11.0
9462023-10-24T20:40:45.325Z Downloaded rusqlite v0.29.0
9472023-10-24T20:40:45.337Z Downloaded rand v0.7.3
9482023-10-24T20:40:45.350Z Downloaded unicode-normalization v0.1.22
9492023-10-24T20:40:45.364Z Downloaded curve25519-dalek v4.1.0
9502023-10-24T20:40:45.377Z Downloaded http v0.2.9
9512023-10-24T20:40:45.404Z Downloaded petgraph v0.6.4
9522023-10-24T20:40:45.407Z Downloaded vsss-rs v3.3.1
9532023-10-24T20:40:45.409Z Downloaded half v1.8.2
9542023-10-24T20:40:45.413Z Downloaded hashbrown v0.13.2
9552023-10-24T20:40:45.419Z Downloaded zerocopy v0.6.4
9562023-10-24T20:40:45.423Z Downloaded slog v2.7.0
9572023-10-24T20:40:45.429Z Downloaded tracing v0.1.37
9582023-10-24T20:40:45.436Z Downloaded libz-sys v1.1.12
9592023-10-24T20:40:45.566Z Downloaded humantime v2.1.0
9602023-10-24T20:40:45.569Z Downloaded ryu v1.0.15
9612023-10-24T20:40:45.573Z Downloaded rand v0.4.6
9622023-10-24T20:40:45.580Z Downloaded hashbrown v0.14.0
9632023-10-24T20:40:45.589Z Downloaded headers v0.3.9
9642023-10-24T20:40:45.599Z Downloaded slab v0.4.9
9652023-10-24T20:40:45.602Z Downloaded iana-time-zone v0.1.57
9662023-10-24T20:40:45.605Z Downloaded subprocess v0.2.9
9672023-10-24T20:40:45.610Z Downloaded tracing-core v0.1.31
9682023-10-24T20:40:45.615Z Downloaded slog-term v2.9.0
9692023-10-24T20:40:45.619Z Downloaded indexmap v1.9.3
9702023-10-24T20:40:45.625Z Downloaded tokio-tungstenite v0.18.0
9712023-10-24T20:40:45.629Z Downloaded slog-bunyan v2.4.0
9722023-10-24T20:40:45.632Z Downloaded version_check v0.9.4
9732023-10-24T20:40:45.635Z Downloaded zeroize_derive v1.4.2
9742023-10-24T20:40:45.638Z Downloaded serde_yaml v0.9.25
9752023-10-24T20:40:45.643Z Downloaded schemars v0.8.13
9762023-10-24T20:40:45.664Z Downloaded serde v1.0.188
9772023-10-24T20:40:45.669Z Downloaded rcgen v0.10.0
9782023-10-24T20:40:45.672Z Downloaded hyper-rustls v0.24.1
9792023-10-24T20:40:45.677Z Downloaded getrandom v0.2.10
9802023-10-24T20:40:45.681Z Downloaded filetime v0.2.22
9812023-10-24T20:40:45.684Z Downloaded unicode-segmentation v1.10.1
9822023-10-24T20:40:45.691Z Downloaded toml_edit v0.19.15
9832023-10-24T20:40:45.717Z Downloaded libsqlite3-sys v0.26.0
9842023-10-24T20:40:45.858Z Downloaded rand v0.8.5
9852023-10-24T20:40:45.864Z Downloaded memchr v2.6.3
9862023-10-24T20:40:45.873Z Downloaded crossbeam-channel v0.5.8
9872023-10-24T20:40:45.880Z Downloaded whoami v1.4.1
9882023-10-24T20:40:45.883Z Downloaded serde_tokenstream v0.2.0
9892023-10-24T20:40:45.887Z Downloaded take_mut v0.2.2
9902023-10-24T20:40:45.892Z Downloaded endian-type v0.1.2
9912023-10-24T20:40:45.895Z Downloaded serde_tokenstream v0.1.7
9922023-10-24T20:40:45.898Z Downloaded futures-io v0.3.28
9932023-10-24T20:40:45.901Z Downloaded futures-executor v0.3.28
9942023-10-24T20:40:45.903Z Downloaded termcolor v1.2.0
9952023-10-24T20:40:45.906Z Downloaded hash32 v0.2.1
9962023-10-24T20:40:45.908Z Downloaded socket2 v0.5.4
9972023-10-24T20:40:45.911Z Downloaded socket2 v0.4.9
9982023-10-24T20:40:45.914Z Downloaded yasna v0.5.2
9992023-10-24T20:40:45.921Z Downloaded darling_core v0.20.3
10002023-10-24T20:40:45.923Z Downloaded ucd-trie v0.1.6
10012023-10-24T20:40:45.926Z Downloaded ron v0.7.1
10022023-10-24T20:40:45.931Z Downloaded secrecy v0.8.0
10032023-10-24T20:40:45.933Z Downloaded usdt v0.3.5
10042023-10-24T20:40:45.936Z Downloaded ghash v0.5.0
10052023-10-24T20:40:45.939Z Downloaded rustversion v1.0.14
10062023-10-24T20:40:45.941Z Downloaded hyper-tls v0.5.0
10072023-10-24T20:40:45.944Z Downloaded slog-dtrace v0.2.3
10082023-10-24T20:40:45.947Z Downloaded smf v0.2.2
10092023-10-24T20:40:45.950Z Downloaded mio v0.8.8
10102023-10-24T20:40:45.954Z Downloaded tracing-attributes v0.1.26
10112023-10-24T20:40:45.958Z Downloaded strum_macros v0.25.2
10122023-10-24T20:40:45.961Z Downloaded ff v0.13.0
10132023-10-24T20:40:45.964Z Downloaded textwrap v0.11.0
10142023-10-24T20:40:45.966Z Downloaded futures-channel v0.3.28
10152023-10-24T20:40:45.969Z Downloaded unicode-bidi v0.3.13
10162023-10-24T20:40:45.973Z Downloaded pest v2.7.2
10172023-10-24T20:40:45.982Z Downloaded spin v0.9.8
10182023-10-24T20:40:45.985Z Downloaded openssl-sys v0.9.93
10192023-10-24T20:40:45.993Z Downloaded sha1 v0.10.5
10202023-10-24T20:40:45.996Z Downloaded serde_urlencoded v0.7.1
10212023-10-24T20:40:46.000Z Downloaded usdt-impl v0.3.5
10222023-10-24T20:40:46.002Z Downloaded fixedbitset v0.4.2
10232023-10-24T20:40:46.006Z Downloaded errno v0.3.2
10242023-10-24T20:40:46.009Z Downloaded xattr v1.0.1
10252023-10-24T20:40:46.012Z Downloaded zone v0.2.0
10262023-10-24T20:40:46.014Z Downloaded ipnet v2.8.0
10272023-10-24T20:40:46.017Z Downloaded ed25519-dalek v2.0.0
10282023-10-24T20:40:46.020Z Downloaded base64 v0.21.4
10292023-10-24T20:40:46.022Z Downloaded tungstenite v0.20.1
10302023-10-24T20:40:46.027Z Downloaded num-bigint v0.4.4
10312023-10-24T20:40:46.036Z Downloaded toml v0.8.0
10322023-10-24T20:40:46.041Z Downloaded float-cmp v0.9.0
10332023-10-24T20:40:46.044Z Downloaded smawk v0.3.1
10342023-10-24T20:40:46.046Z Downloaded io-lifetimes v1.0.11
10352023-10-24T20:40:46.049Z Downloaded backtrace v0.3.69
10362023-10-24T20:40:46.056Z Downloaded toml v0.5.11
10372023-10-24T20:40:46.060Z Downloaded tinyvec v1.6.0
10382023-10-24T20:40:46.065Z Downloaded enum-as-inner v0.5.1
10392023-10-24T20:40:46.068Z Downloaded slog-stdlog v4.1.1
10402023-10-24T20:40:46.071Z Downloaded dof v0.1.5
10412023-10-24T20:40:46.074Z Downloaded num-traits v0.2.16
10422023-10-24T20:40:46.077Z Downloaded cc v1.0.83
10432023-10-24T20:40:46.081Z Downloaded chacha20poly1305 v0.10.1
10442023-10-24T20:40:46.085Z Downloaded itoa v1.0.9
10452023-10-24T20:40:46.087Z Downloaded bytes v1.5.0
10462023-10-24T20:40:46.092Z Downloaded tungstenite v0.18.0
10472023-10-24T20:40:46.097Z Downloaded textwrap v0.16.0
10482023-10-24T20:40:46.101Z Downloaded proc-macro2 v1.0.67
10492023-10-24T20:40:46.105Z Downloaded tar v0.4.40
10502023-10-24T20:40:46.109Z Downloaded thread_local v1.1.7
10512023-10-24T20:40:46.112Z Downloaded jobserver v0.1.26
10522023-10-24T20:40:46.115Z Downloaded serde_with_macros v2.3.3
10532023-10-24T20:40:46.118Z Downloaded hex-literal v0.4.1
10542023-10-24T20:40:46.121Z Downloaded hex v0.4.3
10552023-10-24T20:40:46.126Z Downloaded tokio-native-tls v0.3.1
10562023-10-24T20:40:46.130Z Downloaded rand_chacha v0.2.2
10572023-10-24T20:40:46.133Z Downloaded tokio-postgres v0.7.10
10582023-10-24T20:40:46.136Z Downloaded is-terminal v0.4.9
10592023-10-24T20:40:46.139Z Downloaded libm v0.2.7
10602023-10-24T20:40:46.150Z Downloaded twox-hash v1.6.3
10612023-10-24T20:40:46.154Z Downloaded form_urlencoded v1.2.0
10622023-10-24T20:40:46.584Z Downloaded const-oid v0.9.5
10632023-10-24T20:40:46.591Z Downloaded clap v4.4.3
10642023-10-24T20:40:46.596Z Downloaded postgres-types v0.2.6
10652023-10-24T20:40:46.599Z Downloaded parking_lot_core v0.8.6
10662023-10-24T20:40:46.602Z Downloaded stringprep v0.1.3
10672023-10-24T20:40:46.606Z Downloaded spki v0.7.2
10682023-10-24T20:40:46.609Z Downloaded tempfile v3.8.0
10692023-10-24T20:40:46.613Z Downloaded static_assertions v1.1.0
10702023-10-24T20:40:46.617Z Downloaded stable_deref_trait v1.2.0
10712023-10-24T20:40:46.620Z Downloaded ed25519 v2.2.2
10722023-10-24T20:40:46.633Z Downloaded dtrace-parser v0.1.14
10732023-10-24T20:40:46.636Z Downloaded scheduled-thread-pool v0.2.7
10742023-10-24T20:40:46.640Z Downloaded thread-id v4.2.0
10752023-10-24T20:40:46.643Z Downloaded glob v0.3.1
10762023-10-24T20:40:46.649Z Downloaded dirs-next v2.0.0
10772023-10-24T20:40:46.653Z Downloaded camino v1.1.6
10782023-10-24T20:40:46.661Z Downloaded unicode-width v0.1.10
10792023-10-24T20:40:46.665Z Downloaded fnv v1.0.7
10802023-10-24T20:40:46.673Z Downloaded crossbeam-utils v0.8.16
10812023-10-24T20:40:46.679Z Downloaded getopts v0.2.21
10822023-10-24T20:40:46.688Z Downloaded console v0.15.7
10832023-10-24T20:40:46.692Z Downloaded signature v2.1.0
10842023-10-24T20:40:46.695Z Downloaded ciborium v0.2.1
10852023-10-24T20:40:46.698Z Downloaded password-hash v0.5.0
10862023-10-24T20:40:46.700Z Downloaded password-hash v0.4.2
10872023-10-24T20:40:46.703Z Downloaded parking_lot_core v0.9.8
10882023-10-24T20:40:46.706Z Downloaded parking_lot v0.11.2
10892023-10-24T20:40:46.708Z Downloaded diesel_derives v2.1.1
10902023-10-24T20:40:46.711Z Downloaded rustls-pemfile v1.0.3
10912023-10-24T20:40:46.713Z Downloaded fallible-streaming-iterator v0.1.9
10922023-10-24T20:40:46.716Z Downloaded serde_spanned v0.6.3
10932023-10-24T20:40:46.719Z Downloaded hubpack v0.1.2
10942023-10-24T20:40:46.721Z Downloaded httpdate v1.0.3
10952023-10-24T20:40:46.724Z Downloaded hostname v0.3.1
10962023-10-24T20:40:46.727Z Downloaded home v0.5.5
10972023-10-24T20:40:46.729Z Downloaded heck v0.3.3
10982023-10-24T20:40:46.732Z Downloaded futures-macro v0.3.28
10992023-10-24T20:40:46.734Z Downloaded fallible-iterator v0.2.0
11002023-10-24T20:40:46.737Z Downloaded thiserror-impl v1.0.49
11012023-10-24T20:40:46.740Z Downloaded thiserror v1.0.49
11022023-10-24T20:40:46.743Z Downloaded postcard-cobs v0.1.5-pre
11032023-10-24T20:40:46.746Z Downloaded quote v1.0.33
11042023-10-24T20:40:46.749Z Downloaded postgres-protocol v0.6.6
11052023-10-24T20:40:46.753Z Downloaded foreign-types v0.5.0
11062023-10-24T20:40:46.756Z Downloaded walkdir v2.4.0
11072023-10-24T20:40:46.758Z Downloaded ctr v0.9.2
11082023-10-24T20:40:46.764Z Downloaded crypto-common v0.1.6
11092023-10-24T20:40:46.767Z Downloaded serde_repr v0.1.16
11102023-10-24T20:40:46.770Z Downloaded crc32fast v1.3.2
11112023-10-24T20:40:46.773Z Downloaded base64 v0.13.1
11122023-10-24T20:40:46.775Z Downloaded aes v0.8.3
11132023-10-24T20:40:46.778Z Downloaded unicode-linebreak v0.1.5
11142023-10-24T20:40:46.781Z Downloaded toml_datetime v0.6.3
11152023-10-24T20:40:46.784Z Downloaded pin-utils v0.1.0
11162023-10-24T20:40:46.787Z Downloaded der v0.7.8
11172023-10-24T20:40:46.790Z Downloaded blake2 v0.10.6
11182023-10-24T20:40:46.792Z Downloaded strsim v0.10.0
11192023-10-24T20:40:46.795Z Downloaded rand_core v0.5.1
11202023-10-24T20:40:46.798Z Downloaded group v0.13.0
11212023-10-24T20:40:46.801Z Downloaded futures-sink v0.3.28
11222023-10-24T20:40:46.804Z Downloaded fastrand v2.0.0
11232023-10-24T20:40:46.806Z Downloaded zeroize v1.6.0
11242023-10-24T20:40:46.809Z Downloaded cipher v0.4.4
11252023-10-24T20:40:46.812Z Downloaded bitflags v1.3.2
11262023-10-24T20:40:46.814Z Downloaded siphasher v0.3.11
11272023-10-24T20:40:46.817Z Downloaded serde_arrays v0.1.0
11282023-10-24T20:40:46.820Z Downloaded tokio-rustls v0.24.1
11292023-10-24T20:40:46.823Z Downloaded time-macros v0.2.13
11302023-10-24T20:40:46.826Z Downloaded postcard v0.7.3
11312023-10-24T20:40:46.828Z Downloaded colorchoice v1.0.0
11322023-10-24T20:40:46.831Z Downloaded num_enum v0.5.11
11332023-10-24T20:40:46.836Z Downloaded num-rational v0.4.1
11342023-10-24T20:40:46.839Z Downloaded base64ct v1.6.0
11352023-10-24T20:40:46.842Z Downloaded instant v0.1.12
11362023-10-24T20:40:46.845Z Downloaded hubpack_derive v0.1.1
11372023-10-24T20:40:46.849Z Downloaded foreign-types-shared v0.1.1
11382023-10-24T20:40:46.853Z Downloaded waitgroup v0.1.2
11392023-10-24T20:40:46.856Z Downloaded dirs v5.0.1
11402023-10-24T20:40:46.859Z Downloaded either v1.9.0
11412023-10-24T20:40:46.862Z Downloaded unicode-xid v0.2.4
11422023-10-24T20:40:46.865Z Downloaded proc-macro-error v1.0.4
11432023-10-24T20:40:46.868Z Downloaded poly1305 v0.8.0
11442023-10-24T20:40:46.871Z Downloaded platforms v3.0.2
11452023-10-24T20:40:46.873Z Downloaded chacha20 v0.9.1
11462023-10-24T20:40:46.876Z Downloaded cancel-safe-futures v0.1.2
11472023-10-24T20:40:46.878Z Downloaded multer v2.1.0
11482023-10-24T20:40:46.881Z Downloaded camino-tempfile v1.0.2
11492023-10-24T20:40:46.884Z Downloaded blowfish v0.9.1
11502023-10-24T20:40:46.886Z Downloaded dyn-clone v1.0.13
11512023-10-24T20:40:46.889Z Downloaded mime_guess v2.0.4
11522023-10-24T20:40:46.892Z Downloaded foreign-types v0.3.2
11532023-10-24T20:40:46.895Z Downloaded want v0.3.1
11542023-10-24T20:40:46.897Z Downloaded pest_generator v2.7.2
11552023-10-24T20:40:46.900Z Downloaded pem v1.1.1
11562023-10-24T20:40:46.903Z Downloaded parse-display-derive v0.7.0
11572023-10-24T20:40:46.906Z Downloaded proc-macro-error-attr v1.0.4
11582023-10-24T20:40:46.909Z Downloaded pretty-hex v0.2.1
11592023-10-24T20:40:46.912Z Downloaded phf_shared v0.10.0
11602023-10-24T20:40:46.915Z Downloaded option-ext v0.2.0
11612023-10-24T20:40:46.918Z Downloaded pest_derive v2.7.2
11622023-10-24T20:40:46.921Z Downloaded r2d2 v0.8.10
11632023-10-24T20:40:46.924Z Downloaded bincode v1.3.3
11642023-10-24T20:40:46.927Z Downloaded bit_field v0.10.2
11652023-10-24T20:40:46.929Z Downloaded base16ct v0.2.0
11662023-10-24T20:40:46.932Z Downloaded quick-error v1.2.3
11672023-10-24T20:40:46.935Z Downloaded proc-macro-crate v1.3.1
11682023-10-24T20:40:46.937Z Downloaded predicates v3.0.4
11692023-10-24T20:40:46.940Z Downloaded ppv-lite86 v0.2.17
11702023-10-24T20:40:46.942Z Downloaded polyval v0.6.1
11712023-10-24T20:40:46.945Z Downloaded pbkdf2 v0.11.0
11722023-10-24T20:40:46.948Z Downloaded paste v1.0.14
11732023-10-24T20:40:46.950Z Downloaded parking_lot v0.12.1
11742023-10-24T20:40:46.953Z Downloaded percent-encoding v2.3.0
11752023-10-24T20:40:46.956Z Downloaded memoffset v0.7.1
11762023-10-24T20:40:46.961Z Downloaded memoffset v0.9.0
11772023-10-24T20:40:46.964Z Downloaded atomic-waker v1.1.1
11782023-10-24T20:40:46.967Z Downloaded md-5 v0.10.5
11792023-10-24T20:40:46.969Z Downloaded parse-display v0.7.0
11802023-10-24T20:40:46.972Z Downloaded pbkdf2 v0.12.2
11812023-10-24T20:40:46.975Z Downloaded ahash v0.8.3
11822023-10-24T20:40:46.977Z Downloaded num-derive v0.4.0
11832023-10-24T20:40:46.980Z Downloaded pretty-hex v0.3.0
11842023-10-24T20:40:46.983Z Downloaded miniz_oxide v0.7.1
11852023-10-24T20:40:46.985Z Downloaded pest_meta v2.7.2
11862023-10-24T20:40:46.988Z Downloaded num-iter v0.1.43
11872023-10-24T20:40:46.991Z Downloaded phf_shared v0.11.2
11882023-10-24T20:40:46.995Z Downloaded num_enum_derive v0.7.0
11892023-10-24T20:40:46.997Z Downloaded normalize-line-endings v0.3.0
11902023-10-24T20:40:47.000Z Downloaded bitstruct v0.1.1
11912023-10-24T20:40:47.003Z Downloaded matches v0.1.10
11922023-10-24T20:40:47.006Z Downloaded cfg-if v0.1.10
11932023-10-24T20:40:47.009Z Downloaded cfg-if v1.0.0
11942023-10-24T20:40:47.011Z Downloaded block-padding v0.3.3
11952023-10-24T20:40:47.014Z Downloaded num v0.4.1
11962023-10-24T20:40:47.016Z Downloaded new_debug_unreachable v1.0.4
11972023-10-24T20:40:47.020Z Downloaded managed v0.8.0
11982023-10-24T20:40:47.022Z Downloaded derive_more v0.99.17
11992023-10-24T20:40:47.025Z Downloaded md5 v0.7.0
12002023-10-24T20:40:47.028Z Downloaded clap_lex v0.5.1
12012023-10-24T20:40:47.031Z Downloaded mime v0.3.17
12022023-10-24T20:40:47.034Z Downloaded deranged v0.3.8
12032023-10-24T20:40:47.037Z Downloaded data-encoding v2.4.0
12042023-10-24T20:40:47.040Z Downloaded argon2 v0.5.2
12052023-10-24T20:40:47.043Z Downloaded openssl-probe v0.1.5
12062023-10-24T20:40:47.046Z Downloaded cstr-argument v0.1.2
12072023-10-24T20:40:47.049Z Downloaded crucible-workspace-hack v0.1.0
12082023-10-24T20:40:47.051Z Downloaded bit-set v0.5.3
12092023-10-24T20:40:47.054Z Downloaded libefi-sys v0.1.0
12102023-10-24T20:40:47.057Z Downloaded macaddr v1.0.1
12112023-10-24T20:40:47.060Z Downloaded bcrypt-pbkdf v0.10.0
12122023-10-24T20:40:47.062Z Downloaded autocfg v1.1.0
12132023-10-24T20:40:47.065Z Downloaded debug-ignore v1.0.5
12142023-10-24T20:40:47.068Z Downloaded darling v0.20.3
12152023-10-24T20:40:47.070Z Downloaded crypto-bigint v0.5.2
12162023-10-24T20:40:47.073Z Downloaded anyhow v1.0.75
12172023-10-24T20:40:47.076Z Downloaded openssl-macros v0.1.1
12182023-10-24T20:40:47.079Z Downloaded async-trait v0.1.73
12192023-10-24T20:40:47.083Z Downloaded async-recursion v1.0.5
12202023-10-24T20:40:47.089Z Downloaded anstyle-query v1.0.0
12212023-10-24T20:40:47.095Z Downloaded anstream v0.5.0
12222023-10-24T20:40:47.099Z Downloaded ansi_term v0.12.1
12232023-10-24T20:40:47.103Z Downloaded aes-gcm-siv v0.11.1
12242023-10-24T20:40:47.109Z Downloaded async-stream v0.3.5
12252023-10-24T20:40:47.112Z Downloaded anstyle-parse v0.2.1
12262023-10-24T20:40:47.116Z Compiling proc-macro2 v1.0.67
12272023-10-24T20:40:47.121Z Compiling unicode-ident v1.0.12
12282023-10-24T20:40:47.128Z Compiling libc v0.2.149
12292023-10-24T20:40:47.132Z Compiling serde v1.0.188
12302023-10-24T20:40:47.138Z Compiling version_check v0.9.4
12312023-10-24T20:40:47.141Z Compiling autocfg v1.1.0
12322023-10-24T20:40:47.144Z Compiling cfg-if v1.0.0
12332023-10-24T20:40:47.147Z Compiling syn v1.0.109
12342023-10-24T20:40:47.403Z Compiling typenum v1.16.0
12352023-10-24T20:40:47.425Z Compiling once_cell v1.18.0
12362023-10-24T20:40:47.977Z Compiling thiserror v1.0.49
12372023-10-24T20:40:48.056Z Compiling generic-array v0.14.7
12382023-10-24T20:40:48.136Z Compiling lock_api v0.4.10
12392023-10-24T20:40:51.195Z Compiling parking_lot_core v0.9.8
12402023-10-24T20:40:51.234Z Compiling libm v0.2.7
12412023-10-24T20:40:51.237Z Compiling num-traits v0.2.16
12422023-10-24T20:40:51.504Z Compiling itoa v1.0.9
12432023-10-24T20:40:51.550Z Compiling memchr v2.6.3
12442023-10-24T20:40:51.724Z Compiling futures-core v0.3.28
12452023-10-24T20:40:51.778Z Compiling ahash v0.8.3
12462023-10-24T20:40:51.845Z Compiling serde_json v1.0.107
12472023-10-24T20:40:52.238Z Compiling log v0.4.20
12482023-10-24T20:40:52.377Z Compiling slab v0.4.9
12492023-10-24T20:40:52.413Z Compiling futures-task v0.3.28
12502023-10-24T20:40:52.779Z Compiling quote v1.0.33
12512023-10-24T20:40:52.820Z Compiling futures-channel v0.3.28
12522023-10-24T20:40:52.996Z Compiling futures-util v0.3.28
12532023-10-24T20:40:53.086Z Compiling pkg-config v0.3.27
12542023-10-24T20:40:53.265Z Compiling getrandom v0.2.10
12552023-10-24T20:40:53.439Z Compiling syn v2.0.32
12562023-10-24T20:40:53.933Z Compiling jobserver v0.1.26
12572023-10-24T20:40:54.023Z Compiling ryu v1.0.15
12582023-10-24T20:40:54.054Z Compiling rand_core v0.6.4
12592023-10-24T20:40:54.594Z Compiling cc v1.0.83
12602023-10-24T20:40:54.739Z Compiling vcpkg v0.2.15
12612023-10-24T20:40:54.774Z Compiling allocator-api2 v0.2.16
12622023-10-24T20:40:54.896Z Compiling schemars v0.8.13
12632023-10-24T20:40:55.042Z Compiling heck v0.4.1
12642023-10-24T20:40:55.447Z Compiling equivalent v1.0.1
12652023-10-24T20:40:55.599Z Compiling scopeguard v1.2.0
12662023-10-24T20:40:56.161Z Compiling hashbrown v0.14.0
12672023-10-24T20:40:56.394Z Compiling smallvec v1.11.0
12682023-10-24T20:40:57.255Z Compiling byteorder v1.4.3
12692023-10-24T20:40:57.928Z Compiling httparse v1.8.0
12702023-10-24T20:40:58.119Z Compiling fnv v1.0.7
12712023-10-24T20:40:58.165Z Compiling iana-time-zone v0.1.57
12722023-10-24T20:40:58.307Z Compiling pin-project-lite v0.2.13
12732023-10-24T20:40:58.509Z Compiling semver v1.0.18
12742023-10-24T20:40:58.878Z Compiling subtle v2.5.0
12752023-10-24T20:40:59.234Z Compiling parking_lot v0.12.1
12762023-10-24T20:40:59.330Z Compiling indexmap v1.9.3
12772023-10-24T20:40:59.510Z Compiling ring v0.16.20
12782023-10-24T20:40:59.514Z Compiling dyn-clone v1.0.13
12792023-10-24T20:40:59.718Z Compiling time-core v0.1.1
12802023-10-24T20:40:59.721Z Compiling tinyvec_macros v0.1.1
12812023-10-24T20:40:59.876Z Compiling tinyvec v1.6.0
12822023-10-24T20:40:59.902Z Compiling openssl-sys v0.9.93
12832023-10-24T20:41:00.024Z Compiling time-macros v0.2.13
12842023-10-24T20:41:00.138Z Compiling socket2 v0.5.4
12852023-10-24T20:41:00.958Z Compiling num_cpus v1.16.0
12862023-10-24T20:41:01.142Z Compiling mio v0.8.8
12872023-10-24T20:41:01.209Z Compiling signal-hook-registry v1.4.1
12882023-10-24T20:41:01.788Z Compiling rustls v0.21.7
12892023-10-24T20:41:02.100Z Compiling unicode-bidi v0.3.13
12902023-10-24T20:41:02.519Z Compiling unicode-normalization v0.1.22
12912023-10-24T20:41:03.140Z Compiling slog v2.7.0
12922023-10-24T20:41:03.710Z Compiling spin v0.5.2
12932023-10-24T20:41:04.050Z Compiling ucd-trie v0.1.6
12942023-10-24T20:41:04.300Z Compiling percent-encoding v2.3.0
12952023-10-24T20:41:04.437Z Compiling backtrace v0.3.69
12962023-10-24T20:41:04.785Z Compiling async-trait v0.1.73
12972023-10-24T20:41:04.899Z Compiling form_urlencoded v1.2.0
12982023-10-24T20:41:05.018Z Compiling aho-corasick v1.0.4
12992023-10-24T20:41:05.139Z Compiling openssl v0.10.57
13002023-10-24T20:41:05.320Z Compiling serde_derive_internals v0.26.0
13012023-10-24T20:41:05.471Z Compiling regex-syntax v0.7.5
13022023-10-24T20:41:05.658Z Compiling anyhow v1.0.75
13032023-10-24T20:41:06.341Z Compiling futures-sink v0.3.28
13042023-10-24T20:41:06.571Z Compiling pin-utils v0.1.0
13052023-10-24T20:41:06.678Z Compiling winnow v0.5.15
13062023-10-24T20:41:07.397Z Compiling idna v0.4.0
13072023-10-24T20:41:08.572Z Compiling native-tls v0.2.11
13082023-10-24T20:41:09.048Z Compiling url v2.4.1
13092023-10-24T20:41:10.186Z Compiling unicode-xid v0.2.4
13102023-10-24T20:41:11.101Z Compiling regex-automata v0.3.8
13112023-10-24T20:41:12.761Z Compiling futures-io v0.3.28
13122023-10-24T20:41:12.786Z Compiling rustversion v1.0.14
13132023-10-24T20:41:12.985Z Compiling unicode-width v0.1.10
13142023-10-24T20:41:13.222Z Compiling const-oid v0.9.5
13152023-10-24T20:41:13.245Z Compiling hashbrown v0.13.2
13162023-10-24T20:41:13.610Z Compiling synstructure v0.12.6
13172023-10-24T20:41:15.213Z Compiling cpufeatures v0.2.9
13182023-10-24T20:41:15.348Z Compiling crossbeam-utils v0.8.16
13192023-10-24T20:41:15.955Z Compiling tracing-core v0.1.31
13202023-10-24T20:41:16.039Z Compiling adler v1.0.2
13212023-10-24T20:41:16.238Z Compiling rustix v0.38.9
13222023-10-24T20:41:16.368Z Compiling miniz_oxide v0.7.1
13232023-10-24T20:41:16.554Z Compiling usdt-impl v0.3.5
13242023-10-24T20:41:17.034Z Compiling ppv-lite86 v0.2.17
13252023-10-24T20:41:17.346Z Compiling bitflags v1.3.2
13262023-10-24T20:41:17.369Z Compiling gimli v0.28.0
13272023-10-24T20:41:18.289Z Compiling serde_derive v1.0.188
13282023-10-24T20:41:18.356Z Compiling zeroize_derive v1.4.2
13292023-10-24T20:41:18.378Z Compiling thiserror-impl v1.0.49
13302023-10-24T20:41:18.523Z Compiling tokio-macros v2.1.0
13312023-10-24T20:41:18.808Z Compiling futures-macro v0.3.28
13322023-10-24T20:41:19.110Z Compiling tracing-attributes v0.1.26
13332023-10-24T20:41:20.765Z Compiling schemars_derive v0.8.13
13342023-10-24T20:41:21.009Z Compiling zeroize v1.6.0
13352023-10-24T20:41:22.102Z Compiling openssl-macros v0.1.1
13362023-10-24T20:41:23.230Z Compiling pest v2.7.2
13372023-10-24T20:41:23.910Z Compiling crypto-common v0.1.6
13382023-10-24T20:41:24.211Z Compiling regex v1.9.5
13392023-10-24T20:41:24.828Z Compiling block-buffer v0.10.4
13402023-10-24T20:41:25.785Z Compiling digest v0.10.7
13412023-10-24T20:41:26.114Z Compiling zerocopy-derive v0.2.0
13422023-10-24T20:41:26.156Z Compiling tracing v0.1.37
13432023-10-24T20:41:26.487Z Compiling addr2line v0.21.0
13442023-10-24T20:41:26.942Z Compiling object v0.32.1
13452023-10-24T20:41:27.247Z Compiling deranged v0.3.8
13462023-10-24T20:41:27.514Z Compiling pest_meta v2.7.2
13472023-10-24T20:41:28.222Z Compiling num_threads v0.1.6
13482023-10-24T20:41:28.390Z Compiling rustc-demangle v0.1.23
13492023-10-24T20:41:28.993Z Compiling zerocopy v0.3.0
13502023-10-24T20:41:29.889Z Compiling pest_generator v2.7.2
13512023-10-24T20:41:30.144Z Compiling thread-id v4.2.0
13522023-10-24T20:41:30.291Z Compiling dof v0.1.5
13532023-10-24T20:41:30.411Z Compiling time v0.3.27
13542023-10-24T20:41:33.026Z Compiling rand_chacha v0.3.1
13552023-10-24T20:41:33.550Z Compiling base64 v0.21.4
13562023-10-24T20:41:34.913Z Compiling rand v0.8.5
13572023-10-24T20:41:35.128Z Compiling pest_derive v2.7.2
13582023-10-24T20:41:35.444Z Compiling lazy_static v1.4.0
13592023-10-24T20:41:35.915Z Compiling untrusted v0.7.1
13602023-10-24T20:41:36.224Z Compiling dtrace-parser v0.1.14
13612023-10-24T20:41:36.805Z Compiling strum_macros v0.25.2
13622023-10-24T20:41:40.702Z Compiling strsim v0.10.0
13632023-10-24T20:41:43.100Z Compiling regress v0.7.1
13642023-10-24T20:42:01.493Z Compiling bytes v1.5.0
13652023-10-24T20:42:03.442Z Compiling indexmap v2.0.0
13662023-10-24T20:42:04.343Z Compiling chrono v0.4.31
13672023-10-24T20:42:04.573Z Compiling uuid v1.4.1
13682023-10-24T20:42:04.885Z Compiling http v0.2.9
13692023-10-24T20:42:05.365Z Compiling tokio v1.33.0
13702023-10-24T20:42:05.375Z Compiling toml_datetime v0.6.3
13712023-10-24T20:42:05.445Z Compiling serde_spanned v0.6.3
13722023-10-24T20:42:05.520Z Compiling toml_edit v0.19.15
13732023-10-24T20:42:05.690Z Compiling bitflags v2.4.0
13742023-10-24T20:42:05.798Z Compiling rustc_version v0.4.0
13752023-10-24T20:42:05.822Z Compiling openapiv3 v1.0.3
13762023-10-24T20:42:05.832Z Compiling serde_tokenstream v0.1.7
13772023-10-24T20:42:05.864Z Compiling serde_tokenstream v0.2.0
13782023-10-24T20:42:05.920Z Compiling socket2 v0.4.9
13792023-10-24T20:42:05.966Z Compiling hashbrown v0.12.3
13802023-10-24T20:42:06.026Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13812023-10-24T20:42:06.090Z Compiling sct v0.7.0
13822023-10-24T20:42:06.166Z Compiling usdt-attr-macro v0.3.5
13832023-10-24T20:42:06.280Z Compiling usdt-macro v0.3.5
13842023-10-24T20:42:06.328Z Compiling rustls-webpki v0.101.4
13852023-10-24T20:42:06.367Z Compiling try-lock v0.2.4
13862023-10-24T20:42:06.382Z Compiling httpdate v1.0.3
13872023-10-24T20:42:06.432Z Compiling want v0.3.1
13882023-10-24T20:42:06.457Z Compiling http-body v0.4.5
13892023-10-24T20:42:06.532Z Compiling rustls-pemfile v1.0.3
13902023-10-24T20:42:06.599Z Compiling tower-service v0.3.2
13912023-10-24T20:42:06.706Z Compiling foreign-types-shared v0.1.1
13922023-10-24T20:42:06.752Z Compiling mime v0.3.17
13932023-10-24T20:42:06.829Z Compiling openssl-probe v0.1.5
13942023-10-24T20:42:06.880Z Compiling foreign-types v0.3.2
13952023-10-24T20:42:06.904Z Compiling errno v0.3.2
13962023-10-24T20:42:06.957Z Compiling ipnet v2.8.0
13972023-10-24T20:42:07.017Z Compiling getopts v0.2.21
13982023-10-24T20:42:07.090Z Compiling tokio-util v0.7.8
13992023-10-24T20:42:07.129Z Compiling encoding_rs v0.8.33
14002023-10-24T20:42:07.194Z Compiling unsafe-libyaml v0.2.9
14012023-10-24T20:42:07.257Z Compiling rustls-native-certs v0.6.3
14022023-10-24T20:42:07.280Z Compiling h2 v0.3.21
14032023-10-24T20:42:07.328Z Compiling serde_urlencoded v0.7.1
14042023-10-24T20:42:07.379Z Compiling serde_yaml v0.9.25
14052023-10-24T20:42:07.398Z Compiling tokio-rustls v0.24.1
14062023-10-24T20:42:07.425Z Compiling webpki-roots v0.25.2
14072023-10-24T20:42:07.608Z Compiling hmac v0.12.1
14082023-10-24T20:42:07.700Z Compiling num-integer v0.1.45
14092023-10-24T20:42:08.082Z Compiling sha2 v0.10.7
14102023-10-24T20:42:09.370Z Compiling tokio-native-tls v0.3.1
14112023-10-24T20:42:09.391Z Compiling block-padding v0.3.3
14122023-10-24T20:42:09.775Z Compiling inout v0.1.3
14132023-10-24T20:42:10.232Z Compiling futures-executor v0.3.28
14142023-10-24T20:42:10.768Z Compiling cipher v0.4.4
14152023-10-24T20:42:10.980Z Compiling toml v0.7.8
14162023-10-24T20:42:11.197Z Compiling fallible-iterator v0.2.0
14172023-10-24T20:42:11.939Z Compiling hyper v0.14.27
14182023-10-24T20:42:12.263Z Compiling crc32fast v1.3.2
14192023-10-24T20:42:12.388Z Compiling futures v0.3.28
14202023-10-24T20:42:12.550Z Compiling ipnetwork v0.20.0
14212023-10-24T20:42:12.994Z Compiling spin v0.9.8
14222023-10-24T20:42:13.215Z Compiling siphasher v0.3.11
14232023-10-24T20:42:13.604Z Compiling usdt v0.3.5
14242023-10-24T20:42:14.222Z Compiling md-5 v0.10.5
14252023-10-24T20:42:14.589Z Compiling stringprep v0.1.3
14262023-10-24T20:42:15.356Z Compiling io-lifetimes v1.0.11
14272023-10-24T20:42:16.351Z Compiling postgres-protocol v0.6.6
14282023-10-24T20:42:16.396Z Compiling phf_shared v0.11.2
14292023-10-24T20:42:16.497Z Compiling hex v0.4.3
14302023-10-24T20:42:16.569Z Compiling enum-as-inner v0.5.1
14312023-10-24T20:42:17.435Z Compiling slog-async v2.8.0
14322023-10-24T20:42:17.546Z Compiling postgres-types v0.2.6
14332023-10-24T20:42:18.096Z Compiling phf v0.11.2
14342023-10-24T20:42:18.121Z Compiling num-bigint v0.4.4
14352023-10-24T20:42:18.177Z Compiling rustix v0.37.23
14362023-10-24T20:42:18.592Z Compiling data-encoding v2.4.0
14372023-10-24T20:42:18.756Z Compiling whoami v1.4.1
14382023-10-24T20:42:19.442Z Compiling tokio-postgres v0.7.10
14392023-10-24T20:42:19.792Z Compiling zerocopy-derive v0.6.4
14402023-10-24T20:42:20.132Z Compiling static_assertions v1.1.0
14412023-10-24T20:42:22.379Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14422023-10-24T20:42:23.283Z Compiling hyper-rustls v0.24.1
14432023-10-24T20:42:23.307Z Compiling hyper-tls v0.5.0
14442023-10-24T20:42:23.997Z Compiling reqwest v0.11.20
14452023-10-24T20:42:24.048Z Compiling either v1.9.0
14462023-10-24T20:42:24.516Z Compiling ident_case v1.0.1
14472023-10-24T20:42:24.778Z Compiling darling_core v0.20.3
14482023-10-24T20:42:25.373Z Compiling camino v1.1.6
14492023-10-24T20:42:26.183Z Compiling flate2 v1.0.27
14502023-10-24T20:42:26.254Z Compiling heapless v0.7.16
14512023-10-24T20:42:26.822Z Compiling bzip2-sys v0.1.11+1.0.8
14522023-10-24T20:42:27.466Z Compiling memoffset v0.9.0
14532023-10-24T20:42:27.822Z Compiling unicode-segmentation v1.10.1
14542023-10-24T20:42:27.890Z Compiling radium v0.7.0
14552023-10-24T20:42:28.431Z Compiling matches v0.1.10
14562023-10-24T20:42:28.485Z Compiling managed v0.8.0
14572023-10-24T20:42:28.559Z Compiling idna v0.2.3
14582023-10-24T20:42:29.302Z Compiling itertools v0.11.0
14592023-10-24T20:42:30.064Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14602023-10-24T20:42:30.267Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14612023-10-24T20:42:31.969Z Compiling multer v2.1.0
14622023-10-24T20:42:31.982Z Compiling trust-dns-proto v0.22.0
14632023-10-24T20:42:31.987Z Compiling async-stream-impl v0.3.5
14642023-10-24T20:42:33.816Z Compiling num-iter v0.1.43
14652023-10-24T20:42:34.088Z Compiling darling_macro v0.20.3
14662023-10-24T20:42:34.234Z Compiling crossbeam-epoch v0.9.15
14672023-10-24T20:42:34.340Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14682023-10-24T20:42:34.840Z Compiling smoltcp v0.9.1
14692023-10-24T20:42:35.405Z Compiling utf8parse v0.2.1
14702023-10-24T20:42:35.658Z Compiling darling v0.20.3
14712023-10-24T20:42:35.673Z Compiling paste v1.0.14
14722023-10-24T20:42:35.745Z Compiling anstyle v1.0.2
14732023-10-24T20:42:35.819Z Compiling serde_with_macros v2.3.3
14742023-10-24T20:42:36.310Z Compiling bit-vec v0.6.3
14752023-10-24T20:42:36.649Z Compiling anstyle-parse v0.2.1
14762023-10-24T20:42:38.675Z Compiling zerocopy v0.6.4
14772023-10-24T20:42:39.772Z Compiling signature v2.1.0
14782023-10-24T20:42:39.796Z Compiling hubpack_derive v0.1.1
14792023-10-24T20:42:40.155Z Compiling clap_derive v4.4.2
14802023-10-24T20:42:40.179Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14812023-10-24T20:42:40.576Z Compiling anstyle-query v1.0.0
14822023-10-24T20:42:41.428Z Compiling colorchoice v1.0.0
14832023-10-24T20:42:41.670Z Compiling anstream v0.5.0
14842023-10-24T20:42:42.439Z Compiling yasna v0.5.2
14852023-10-24T20:42:42.952Z Compiling terminal_size v0.2.6
14862023-10-24T20:42:43.766Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14872023-10-24T20:42:43.872Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14882023-10-24T20:42:45.646Z Compiling structmeta-derive v0.1.6
14892023-10-24T20:42:46.062Z Compiling diesel_table_macro_syntax v0.1.0
14902023-10-24T20:42:46.178Z Compiling hash32 v0.2.1
14912023-10-24T20:42:46.652Z Compiling stable_deref_trait v1.2.0
14922023-10-24T20:42:46.784Z Compiling tap v1.0.1
14932023-10-24T20:42:46.808Z Compiling clap_lex v0.5.1
14942023-10-24T20:42:47.228Z Compiling clap_builder v4.4.2
14952023-10-24T20:42:47.651Z Compiling wyz v0.5.1
14962023-10-24T20:42:48.379Z Compiling diesel_derives v2.1.1
14972023-10-24T20:42:48.972Z Compiling tokio-stream v0.1.14
14982023-10-24T20:42:49.815Z Compiling serde_repr v0.1.16
14992023-10-24T20:42:50.172Z Compiling structmeta v0.1.6
15002023-10-24T20:42:50.191Z Compiling scheduled-thread-pool v0.2.7
15012023-10-24T20:42:50.601Z Compiling funty v2.0.0
15022023-10-24T20:42:50.766Z Compiling regex-syntax v0.6.29
15032023-10-24T20:42:51.151Z Compiling regex-automata v0.1.10
15042023-10-24T20:42:51.952Z Compiling bstr v0.2.17
15052023-10-24T20:42:52.332Z Compiling r2d2 v0.8.10
15062023-10-24T20:42:52.947Z Compiling bitvec v1.0.1
15072023-10-24T20:42:54.042Z Compiling clap v4.4.3
15082023-10-24T20:42:56.166Z Compiling hubpack v0.1.2
15092023-10-24T20:42:56.901Z Compiling itertools v0.10.5
15102023-10-24T20:42:57.157Z Compiling phf_shared v0.10.0
15112023-10-24T20:42:57.783Z Compiling float-cmp v0.9.0
15122023-10-24T20:42:58.032Z Compiling unicode-linebreak v0.1.5
15132023-10-24T20:42:58.917Z Compiling precomputed-hash v0.1.1
15142023-10-24T20:42:59.081Z Compiling smawk v0.3.1
15152023-10-24T20:42:59.390Z Compiling fixedbitset v0.4.2
15162023-10-24T20:43:00.133Z Compiling predicates-core v1.0.6
15172023-10-24T20:43:00.496Z Compiling parse-display-derive v0.7.0
15182023-10-24T20:43:00.582Z Compiling normalize-line-endings v0.3.0
15192023-10-24T20:43:00.642Z Compiling difflib v0.4.0
15202023-10-24T20:43:00.696Z Compiling new_debug_unreachable v1.0.4
15212023-10-24T20:43:00.834Z Compiling string_cache v0.8.7
15222023-10-24T20:43:01.621Z Compiling predicates v3.0.4
15232023-10-24T20:43:01.866Z Compiling petgraph v0.6.4
15242023-10-24T20:43:03.522Z Compiling textwrap v0.16.0
15252023-10-24T20:43:04.393Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15262023-10-24T20:43:05.242Z Compiling similar v2.2.1
15272023-10-24T20:43:05.769Z Compiling bit-set v0.5.3
15282023-10-24T20:43:06.212Z Compiling console v0.15.7
15292023-10-24T20:43:06.936Z Compiling bstr v1.6.0
15302023-10-24T20:43:06.955Z Compiling lalrpop-util v0.19.12
15312023-10-24T20:43:13.044Z Compiling diesel v2.1.1
15322023-10-24T20:43:18.409Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15332023-10-24T20:43:18.513Z Compiling proc-macro-crate v1.3.1
15342023-10-24T20:43:19.780Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15352023-10-24T20:43:29.395Z Compiling crucible-workspace-hack v0.1.0
15362023-10-24T20:43:49.168Z Compiling atty v0.2.14
15372023-10-24T20:43:52.866Z Compiling sha1 v0.10.5
15382023-10-24T20:43:53.551Z Compiling match_cfg v0.1.0
15392023-10-24T20:43:53.696Z Compiling hostname v0.3.1
15402023-10-24T20:44:04.527Z Compiling dirs-sys-next v0.1.2
15412023-10-24T20:44:04.626Z Compiling dirs-next v2.0.0
15422023-10-24T20:44:04.751Z Compiling thread_local v1.1.7
15432023-10-24T20:44:06.985Z Compiling term v0.7.0
15442023-10-24T20:44:07.740Z Compiling crossbeam-channel v0.5.8
15452023-10-24T20:44:09.229Z Compiling take_mut v0.2.2
15462023-10-24T20:44:09.505Z Compiling slog-term v2.9.0
15472023-10-24T20:44:11.075Z Compiling slog-json v2.6.1
15482023-10-24T20:44:11.406Z Compiling instant v0.1.12
15492023-10-24T20:44:11.667Z Compiling slog-bunyan v2.4.0
15502023-10-24T20:44:12.870Z Compiling strum v0.25.0
15512023-10-24T20:44:13.336Z Compiling atomic-waker v1.1.1
15522023-10-24T20:44:13.600Z Compiling waitgroup v0.1.2
15532023-10-24T20:44:13.852Z Compiling num_enum_derive v0.5.11
15542023-10-24T20:44:13.954Z Compiling serde_with v2.3.3
15552023-10-24T20:44:14.136Z Compiling async-stream v0.3.5
15562023-10-24T20:44:16.405Z Compiling serde_path_to_error v0.1.14
15572023-10-24T20:44:16.408Z Compiling libz-sys v1.1.12
15582023-10-24T20:44:16.723Z Compiling debug-ignore v1.0.5
15592023-10-24T20:44:16.934Z Compiling fastrand v2.0.0
15602023-10-24T20:44:17.774Z Compiling tempfile v3.8.0
15612023-10-24T20:44:19.348Z Compiling proc-macro-error-attr v1.0.4
15622023-10-24T20:44:19.542Z Compiling slog-dtrace v0.2.3
15632023-10-24T20:44:23.234Z Compiling backoff v0.4.0
15642023-10-24T20:44:23.278Z Compiling parse-display v0.7.0
15652023-10-24T20:44:23.336Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15662023-10-24T20:44:23.380Z Compiling macaddr v1.0.1
15672023-10-24T20:44:23.546Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15682023-10-24T20:44:23.698Z Compiling libgit2-sys v0.15.2+1.6.4
15692023-10-24T20:44:24.151Z Compiling proc-macro-error v1.0.4
15702023-10-24T20:44:24.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15712023-10-24T20:44:26.396Z Compiling libsqlite3-sys v0.26.0
15722023-10-24T20:44:26.731Z Compiling memoffset v0.7.1
15732023-10-24T20:44:27.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15742023-10-24T20:44:29.839Z Compiling foreign-types-macros v0.2.3
15752023-10-24T20:44:30.195Z Compiling vergen v8.2.4
15762023-10-24T20:44:30.841Z Compiling base64ct v1.6.0
15772023-10-24T20:44:33.917Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15782023-10-24T20:44:35.232Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15792023-10-24T20:44:39.748Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15802023-10-24T20:44:40.729Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15812023-10-24T20:44:41.175Z Compiling platforms v3.0.2
15822023-10-24T20:44:41.380Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15832023-10-24T20:44:41.406Z Compiling num_enum_derive v0.7.0
15842023-10-24T20:44:41.822Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15852023-10-24T20:44:42.010Z Compiling cfg-if v0.1.10
15862023-10-24T20:44:42.148Z Compiling password-hash v0.5.0
15872023-10-24T20:44:42.558Z Compiling curve25519-dalek v4.1.0
15882023-10-24T20:44:42.704Z Compiling heck v0.3.3
15892023-10-24T20:44:42.900Z Compiling blake2 v0.10.6
15902023-10-24T20:44:43.143Z Compiling libefi-sys v0.1.0
15912023-10-24T20:44:43.412Z Compiling structopt-derive v0.4.18
15922023-10-24T20:44:43.671Z Compiling argon2 v0.5.2
15932023-10-24T20:44:43.883Z Compiling zone_cfg_derive v0.2.0
15942023-10-24T20:44:45.424Z Compiling curve25519-dalek-derive v0.1.0
15952023-10-24T20:44:45.593Z Compiling num-derive v0.4.0
15962023-10-24T20:44:46.194Z Compiling same-file v1.0.6
15972023-10-24T20:44:46.553Z Compiling walkdir v2.4.0
15982023-10-24T20:44:46.995Z Compiling toml v0.5.11
15992023-10-24T20:44:47.627Z Compiling semver-parser v0.10.2
16002023-10-24T20:44:47.650Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16012023-10-24T20:44:48.122Z Compiling xattr v1.0.1
16022023-10-24T20:44:48.193Z Compiling filetime v0.2.22
16032023-10-24T20:44:48.548Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16042023-10-24T20:44:48.696Z Compiling erased-serde v0.3.30
16052023-10-24T20:44:48.996Z Compiling getrandom v0.1.16
16062023-10-24T20:44:49.506Z Compiling semver v0.11.0
16072023-10-24T20:44:49.511Z Compiling tar v0.4.40
16082023-10-24T20:44:49.612Z Compiling universal-hash v0.5.1
16092023-10-24T20:44:49.880Z Compiling bitstruct_derive v0.1.0
16102023-10-24T20:44:49.963Z Compiling async-recursion v1.0.5
16112023-10-24T20:44:50.491Z Compiling opaque-debug v0.3.0
16122023-10-24T20:44:50.629Z Compiling home v0.5.5
16132023-10-24T20:44:51.003Z Compiling toolchain_find v0.2.0
16142023-10-24T20:44:51.360Z Compiling num-rational v0.4.1
16152023-10-24T20:44:51.563Z Compiling unicase v2.7.0
16162023-10-24T20:44:51.777Z Compiling parking_lot_core v0.8.6
16172023-10-24T20:44:51.948Z Compiling rustfmt-wrapper v0.2.0
16182023-10-24T20:44:51.978Z Compiling omicron-zone-package v0.8.3
16192023-10-24T20:44:52.275Z Compiling num_enum v0.5.11
16202023-10-24T20:44:52.409Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16212023-10-24T20:44:52.509Z Compiling aead v0.5.2
16222023-10-24T20:44:52.971Z Compiling postcard-cobs v0.1.5-pre
16232023-10-24T20:44:53.078Z Compiling winapi v0.3.9
16242023-10-24T20:44:53.102Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16252023-10-24T20:44:53.436Z Compiling postcard v0.7.3
16262023-10-24T20:44:53.593Z Compiling polyval v0.6.1
16272023-10-24T20:44:53.731Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16282023-10-24T20:44:54.274Z Compiling smoltcp v0.8.2
16292023-10-24T20:44:54.480Z Compiling aes v0.8.3
16302023-10-24T20:44:54.502Z Compiling ctr v0.9.2
16312023-10-24T20:44:54.988Z Compiling thiserror-impl-no-std v2.0.2
16322023-10-24T20:44:55.060Z Compiling foreign-types-shared v0.3.1
16332023-10-24T20:44:55.167Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16342023-10-24T20:44:55.435Z Compiling foreign-types v0.5.0
16352023-10-24T20:44:56.293Z Compiling mime_guess v2.0.4
16362023-10-24T20:44:58.996Z Compiling is-terminal v0.4.9
16372023-10-24T20:44:59.192Z Compiling toml_edit v0.20.0
16382023-10-24T20:44:59.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16392023-10-24T20:45:01.264Z Compiling hashlink v0.8.3
16402023-10-24T20:45:02.324Z Compiling cstr-argument v0.1.2
16412023-10-24T20:45:02.728Z Compiling rand v0.4.6
16422023-10-24T20:45:03.416Z Compiling fallible-streaming-iterator v0.1.9
16432023-10-24T20:45:04.168Z Compiling pretty-hex v0.2.1
16442023-10-24T20:45:04.328Z Compiling toml v0.8.0
16452023-10-24T20:45:04.464Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16462023-10-24T20:45:05.041Z Compiling twox-hash v1.6.3
16472023-10-24T20:45:06.281Z Compiling rusqlite v0.29.0
16482023-10-24T20:45:07.312Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492023-10-24T20:45:07.887Z Compiling colored v2.0.4
16502023-10-24T20:45:08.268Z Compiling nix v0.26.2
16512023-10-24T20:45:08.796Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16522023-10-24T20:45:14.075Z Compiling hkdf v0.12.3
16532023-10-24T20:45:14.136Z Compiling textwrap v0.11.0
16542023-10-24T20:45:14.162Z Compiling const_format_proc_macros v0.2.31
16552023-10-24T20:45:14.203Z Compiling strsim v0.8.0
16562023-10-24T20:45:14.732Z Compiling vec_map v0.8.2
16572023-10-24T20:45:15.064Z Compiling base64 v0.13.1
16582023-10-24T20:45:15.247Z Compiling ansi_term v0.12.1
16592023-10-24T20:45:15.437Z Compiling quick-error v1.2.3
16602023-10-24T20:45:15.538Z Compiling linked-hash-map v0.5.6
16612023-10-24T20:45:15.642Z Compiling resolv-conf v0.7.0
16622023-10-24T20:45:16.098Z Compiling lru-cache v0.1.2
16632023-10-24T20:45:16.123Z Compiling clap v2.34.0
16642023-10-24T20:45:18.400Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16652023-10-24T20:45:18.793Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16662023-10-24T20:45:20.913Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16672023-10-24T20:45:22.779Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16682023-10-24T20:45:23.924Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16692023-10-24T20:45:25.454Z Compiling num_enum v0.7.0
16702023-10-24T20:45:25.708Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16712023-10-24T20:45:27.302Z Compiling bincode v1.3.3
16722023-10-24T20:45:27.373Z Compiling utf-8 v0.7.6
16732023-10-24T20:45:28.997Z Compiling termcolor v1.2.0
16742023-10-24T20:45:29.441Z Compiling cancel-safe-futures v0.1.2
16752023-10-24T20:45:29.917Z Compiling humantime v2.1.0
16762023-10-24T20:45:30.511Z Compiling convert_case v0.4.0
16772023-10-24T20:45:31.026Z Compiling keccak v0.1.4
16782023-10-24T20:45:31.810Z Compiling derive_more v0.99.17
16792023-10-24T20:45:32.075Z Compiling sha3 v0.10.8
16802023-10-24T20:45:32.178Z Compiling env_logger v0.9.3
16812023-10-24T20:45:33.299Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16822023-10-24T20:45:39.187Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16832023-10-24T20:45:40.889Z Compiling structopt v0.3.26
16842023-10-24T20:45:41.130Z Compiling trust-dns-resolver v0.22.0
16852023-10-24T20:45:44.425Z Compiling aes-gcm-siv v0.11.1
16862023-10-24T20:45:44.892Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16872023-10-24T20:45:45.844Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16882023-10-24T20:45:46.051Z Compiling zone v0.2.0
16892023-10-24T20:45:47.532Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16902023-10-24T20:45:48.166Z Compiling smf v0.2.2
16912023-10-24T20:45:48.228Z Compiling secrecy v0.8.0
16922023-10-24T20:45:48.369Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16932023-10-24T20:45:49.814Z Compiling ringbuffer v0.15.0
16942023-10-24T20:45:50.339Z Compiling ascii v1.1.0
16952023-10-24T20:45:50.987Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16962023-10-24T20:45:51.353Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16972023-10-24T20:45:51.422Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16982023-10-24T20:45:52.704Z Compiling bitstruct v0.1.1
16992023-10-24T20:45:54.603Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17002023-10-24T20:45:55.125Z Compiling serde_arrays v0.1.0
17012023-10-24T20:45:55.382Z Compiling ff v0.13.0
17022023-10-24T20:45:55.422Z Compiling nibble_vec v0.1.0
17032023-10-24T20:45:55.758Z Compiling endian-type v0.1.2
17042023-10-24T20:45:55.807Z Compiling arc-swap v1.6.0
17052023-10-24T20:45:56.099Z Compiling radix_trie v0.2.1
17062023-10-24T20:45:56.182Z Compiling group v0.13.0
17072023-10-24T20:45:56.627Z Compiling slog-scope v4.4.0
17082023-10-24T20:45:56.948Z Compiling rand_core v0.5.1
17092023-10-24T20:45:57.225Z Compiling tungstenite v0.20.1
17102023-10-24T20:45:57.790Z Compiling poly1305 v0.8.0
17112023-10-24T20:45:58.595Z Compiling chacha20 v0.9.1
17122023-10-24T20:45:59.284Z Compiling crypto-bigint v0.5.2
17132023-10-24T20:45:59.798Z Compiling num-complex v0.4.4
17142023-10-24T20:45:59.803Z Compiling option-ext v0.2.0
17152023-10-24T20:45:59.875Z Compiling half v1.8.2
17162023-10-24T20:46:00.726Z Compiling base16ct v0.2.0
17172023-10-24T20:46:00.925Z Compiling ciborium-io v0.2.1
17182023-10-24T20:46:01.009Z Compiling dirs-sys v0.4.1
17192023-10-24T20:46:01.127Z Compiling ciborium-ll v0.2.1
17202023-10-24T20:46:01.323Z Compiling num v0.4.1
17212023-10-24T20:46:01.383Z Compiling tokio-tungstenite v0.20.1
17222023-10-24T20:46:01.487Z Compiling parking_lot v0.11.2
17232023-10-24T20:46:01.759Z Compiling rand_chacha v0.2.2
17242023-10-24T20:46:01.801Z Compiling slog-stdlog v4.1.1
17252023-10-24T20:46:02.072Z Compiling trust-dns-client v0.22.0
17262023-10-24T20:46:02.075Z Compiling thiserror-no-std v2.0.2
17272023-10-24T20:46:02.367Z Compiling elliptic-curve v0.13.5
17282023-10-24T20:46:03.354Z Compiling password-hash v0.4.2
17292023-10-24T20:46:03.589Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17302023-10-24T20:46:03.618Z Compiling ed25519 v2.2.2
17312023-10-24T20:46:04.158Z Compiling blowfish v0.9.1
17322023-10-24T20:46:04.777Z Compiling pbkdf2 v0.12.2
17332023-10-24T20:46:05.000Z Compiling fxhash v0.2.1
17342023-10-24T20:46:05.479Z Compiling sled v0.34.7
17352023-10-24T20:46:05.569Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17362023-10-24T20:46:06.164Z Compiling bcrypt-pbkdf v0.10.0
17372023-10-24T20:46:06.259Z Compiling trust-dns-server v0.22.1
17382023-10-24T20:46:06.497Z Compiling pbkdf2 v0.11.0
17392023-10-24T20:46:06.694Z Compiling ed25519-dalek v2.0.0
17402023-10-24T20:46:07.096Z Compiling vsss-rs v3.3.1
17412023-10-24T20:46:07.609Z Compiling russh-cryptovec v0.7.0
17422023-10-24T20:46:08.092Z Compiling rand v0.7.3
17432023-10-24T20:46:08.490Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17442023-10-24T20:46:08.516Z Compiling slog-envlogger v2.2.0
17452023-10-24T20:46:10.579Z Compiling ciborium v0.2.1
17462023-10-24T20:46:10.859Z Compiling dirs v5.0.1
17472023-10-24T20:46:11.447Z Compiling chacha20poly1305 v0.10.1
17482023-10-24T20:46:11.693Z Compiling tungstenite v0.18.0
17492023-10-24T20:46:11.758Z Compiling ron v0.7.1
17502023-10-24T20:46:13.253Z Compiling pem v1.1.1
17512023-10-24T20:46:14.348Z Compiling const_format v0.2.31
17522023-10-24T20:46:14.771Z Compiling ghash v0.5.0
17532023-10-24T20:46:15.694Z Compiling camino-tempfile v1.0.2
17542023-10-24T20:46:16.425Z Compiling cbc v0.1.2
17552023-10-24T20:46:16.463Z Compiling headers-core v0.2.0
17562023-10-24T20:46:16.968Z Compiling pretty-hex v0.3.0
17572023-10-24T20:46:17.154Z Compiling bit_field v0.10.2
17582023-10-24T20:46:17.256Z Compiling http-range v0.1.5
17592023-10-24T20:46:17.278Z Compiling md5 v0.7.0
17602023-10-24T20:46:17.573Z Compiling hyper-staticfile v0.9.5
17612023-10-24T20:46:17.839Z Compiling russh-keys v0.38.0
17622023-10-24T20:46:18.515Z Compiling headers v0.3.9
17632023-10-24T20:46:22.838Z Compiling aes-gcm v0.10.2
17642023-10-24T20:46:23.491Z Compiling rcgen v0.10.0
17652023-10-24T20:46:23.496Z Compiling tokio-tungstenite v0.18.0
17662023-10-24T20:46:29.984Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17672023-10-24T20:46:30.598Z Compiling atomicwrites v0.4.2
17682023-10-24T20:46:31.188Z Compiling subprocess v0.2.9
17692023-10-24T20:46:31.641Z Compiling hex-literal v0.4.1
17702023-10-24T20:46:31.682Z Compiling glob v0.3.1
17712023-10-24T20:46:32.424Z Compiling russh v0.38.0
17722023-10-24T20:46:38.468Z Compiling bzip2 v0.4.4
17732023-10-24T20:46:39.081Z Compiling zip v0.6.6
17742023-10-24T20:46:41.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752023-10-24T20:46:41.911Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17762023-10-24T20:46:41.951Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17772023-10-24T20:46:42.040Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17782023-10-24T20:46:42.110Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17792023-10-24T20:46:42.840Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17802023-10-24T20:46:42.851Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17812023-10-24T20:46:43.074Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17822023-10-24T20:46:43.218Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17832023-10-24T20:46:45.316Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17842023-10-24T20:46:55.449Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17852023-10-24T20:47:02.052Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17862023-10-24T20:47:07.468Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17872023-10-24T20:47:10.815Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17882023-10-24T20:47:18.971Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17892023-10-24T20:47:21.927Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17902023-10-24T20:47:29.402Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17912023-10-24T20:47:29.494Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17922023-10-24T20:47:33.601Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17932023-10-24T20:47:35.639Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17942023-10-24T20:47:50.784Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17952023-10-24T20:48:17.189Z Compiling git2 v0.17.2
17962023-10-24T20:48:23.647Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17972023-10-24T20:48:25.605Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17982023-10-24T20:48:37.539Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17992023-10-24T20:48:55.542Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18002023-10-24T20:48:55.600Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18012023-10-24T20:48:55.668Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18022023-10-24T20:48:58.498Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18032023-10-24T20:49:36.624Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18042023-10-24T20:51:08.781Z Finished dev [unoptimized + debuginfo] target(s) in 10m 54s
18052023-10-24T20:51:09.134Z
18062023-10-24T20:51:09.137Zreal 10:54.439659583
18072023-10-24T20:51:09.140Zuser 59:42.674970263
18082023-10-24T20:51:09.143Zsys 9:40.110940660
18092023-10-24T20:51:09.146Ztrap 2.459313843
18102023-10-24T20:51:09.149Ztflt 10.572581705
18112023-10-24T20:51:09.152Zdflt 14.612916401
18122023-10-24T20:51:09.156Zkflt 0.031113355
18132023-10-24T20:51:09.159Zlock 1:49:25.233990784
18142023-10-24T20:51:09.162Zslp 3:10:09.340967699
18152023-10-24T20:51:09.165Zlat 2:28.252249985
18162023-10-24T20:51:09.168Zstop 5:43.949586699
18172023-10-24T20:51:09.171Z+ mkdir -p /work/end-to-end-tests
18182023-10-24T20:51:09.174Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18192023-10-24T20:51:10.225Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18202023-10-24T20:51:10.235Z+ ptime -m gzip
18212023-10-24T20:51:10.247Z++ basename target/debug/bootstrap
18222023-10-24T20:51:28.258Z
18232023-10-24T20:51:28.322Zreal 17.031757726
18242023-10-24T20:51:28.392Zuser 16.859898821
18252023-10-24T20:51:28.430Zsys 0.159432696
18262023-10-24T20:51:28.466Ztrap 0.005559748
18272023-10-24T20:51:28.503Ztflt 0.000000000
18282023-10-24T20:51:28.964Zdflt 0.000000000
18292023-10-24T20:51:28.987Zkflt 0.000000000
18302023-10-24T20:51:29.179Zlock 0.000000000
18312023-10-24T20:51:29.185Zslp 0.000057618
18322023-10-24T20:51:29.190Zlat 0.006451918
18332023-10-24T20:51:29.206Zstop 0.000242815
18342023-10-24T20:51:29.214Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18352023-10-24T20:51:29.222Z+ ptime -m gzip
18362023-10-24T20:51:29.249Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-49e31e75b930b622
18372023-10-24T20:51:29.269Z
18382023-10-24T20:51:29.316Zreal 1.102157603
18392023-10-24T20:51:29.336Zuser 1.090708991
18402023-10-24T20:51:29.345Zsys 0.010791087
18412023-10-24T20:51:29.357Ztrap 0.000108781
18422023-10-24T20:51:29.389Ztflt 0.000000000
18432023-10-24T20:51:29.397Zdflt 0.000000000
18442023-10-24T20:51:29.406Zkflt 0.000000000
18452023-10-24T20:51:29.418Zlock 0.000000000
18462023-10-24T20:51:29.831Zslp 0.000000000
18472023-10-24T20:51:29.861Zlat 0.000211955
18482023-10-24T20:51:29.879Zstop 0.000223077
18492023-10-24T20:51:29.889Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18502023-10-24T20:51:29.902Z+ ptime -m gzip
18512023-10-24T20:51:29.924Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a91cf9af3457d280
18522023-10-24T20:51:47.629Z
18532023-10-24T20:51:47.642Zreal 19.251150887
18542023-10-24T20:51:47.658Zuser 19.068857337
18552023-10-24T20:51:47.674Zsys 0.175306036
18562023-10-24T20:51:47.684Ztrap 0.004039307
18572023-10-24T20:51:47.701Ztflt 0.000000000
18582023-10-24T20:51:47.712Zdflt 0.000000000
18592023-10-24T20:51:47.724Zkflt 0.000000000
18602023-10-24T20:51:47.729Zlock 0.000000000
18612023-10-24T20:51:47.740Zslp 0.000000000
18622023-10-24T20:51:48.176Zlat 0.002623836
18632023-10-24T20:51:48.187Zstop 0.000222440
18642023-10-24T20:51:48.195Z+ banner caboose-util
18652023-10-24T20:51:48.201Z
18662023-10-24T20:51:48.208Z #### ## ##### #### #### #### ###### # # #####
18672023-10-24T20:51:48.220Z # # # # # # # # # # # # # # #
18682023-10-24T20:51:48.229Z # # # ##### # # # # #### ##### ##### # # #
18692023-10-24T20:51:48.235Z # ###### # # # # # # # # # # #
18702023-10-24T20:51:48.241Z # # # # # # # # # # # # # # # #
18712023-10-24T20:51:48.246Z #### # # ##### #### #### #### ###### #### #
18722023-10-24T20:51:48.252Z
18732023-10-24T20:51:48.257Z+ ptime -m cargo build --locked -p caboose-util --release
18742023-10-24T20:51:48.327Z Downloading crates ...
18752023-10-24T20:51:48.595Z Downloaded packed_struct_codegen v0.10.1
18762023-10-24T20:51:48.599Z Downloaded path-slash v0.1.5
18772023-10-24T20:51:48.603Z Downloaded crc v3.0.1
18782023-10-24T20:51:48.607Z Downloaded crc-catalog v2.2.0
18792023-10-24T20:51:48.611Z Downloaded packed_struct v0.10.1
18802023-10-24T20:51:48.615Z Downloaded nodrop v0.1.14
18812023-10-24T20:51:48.620Z Downloaded ron v0.8.1
18822023-10-24T20:51:48.626Z Downloaded array-init v0.0.4
18832023-10-24T20:51:48.630Z Downloaded pem-rfc7468 v0.7.0
18842023-10-24T20:51:48.633Z Downloaded smallvec v0.6.14
18852023-10-24T20:51:48.636Z Downloaded bitfield v0.14.0
18862023-10-24T20:51:48.639Z Downloaded crc-any v2.4.3
18872023-10-24T20:51:48.642Z Downloaded pkcs1 v0.7.5
18882023-10-24T20:51:48.645Z Downloaded rsa v0.9.2
18892023-10-24T20:51:48.650Z Downloaded x509-cert v0.2.4
18902023-10-24T20:51:48.660Z Downloaded object v0.30.4
18912023-10-24T20:51:48.676Z Downloaded num-bigint-dig v0.8.4
18922023-10-24T20:51:48.684Z Downloaded env_logger v0.10.0
18932023-10-24T20:51:48.688Z Downloaded der_derive v0.7.2
18942023-10-24T20:51:48.691Z Downloaded serde-hex v0.1.0
18952023-10-24T20:51:48.696Z Downloaded flagset v0.4.3
18962023-10-24T20:51:48.699Z Downloaded maybe-uninit v2.0.0
18972023-10-24T20:51:48.856Z Compiling proc-macro2 v1.0.67
18982023-10-24T20:51:48.859Z Compiling unicode-ident v1.0.12
18992023-10-24T20:51:48.862Z Compiling libc v0.2.149
19002023-10-24T20:51:48.864Z Compiling autocfg v1.1.0
19012023-10-24T20:51:48.867Z Compiling serde v1.0.188
19022023-10-24T20:51:48.873Z Compiling version_check v0.9.4
19032023-10-24T20:51:48.891Z Compiling cfg-if v1.0.0
19042023-10-24T20:51:48.989Z Compiling parking_lot_core v0.9.8
19052023-10-24T20:51:49.412Z Compiling once_cell v1.18.0
19062023-10-24T20:51:49.418Z Compiling syn v1.0.109
19072023-10-24T20:51:49.598Z Compiling typenum v1.16.0
19082023-10-24T20:51:49.613Z Compiling libm v0.2.7
19092023-10-24T20:51:49.625Z Compiling futures-core v0.3.28
19102023-10-24T20:51:50.089Z Compiling generic-array v0.14.7
19112023-10-24T20:51:50.109Z Compiling pkg-config v0.3.27
19122023-10-24T20:51:50.120Z Compiling lock_api v0.4.10
19132023-10-24T20:51:50.134Z Compiling num-traits v0.2.16
19142023-10-24T20:51:50.507Z Compiling slab v0.4.9
19152023-10-24T20:51:50.512Z Compiling futures-task v0.3.28
19162023-10-24T20:51:50.928Z Compiling serde_json v1.0.107
19172023-10-24T20:51:50.969Z Compiling futures-channel v0.3.28
19182023-10-24T20:51:51.139Z Compiling quote v1.0.33
19192023-10-24T20:51:51.556Z Compiling thiserror v1.0.49
19202023-10-24T20:51:51.566Z Compiling scopeguard v1.2.0
19212023-10-24T20:51:51.581Z Compiling memchr v2.6.3
19222023-10-24T20:51:51.608Z Compiling itoa v1.0.9
19232023-10-24T20:51:51.816Z Compiling syn v2.0.32
19242023-10-24T20:51:51.941Z Compiling jobserver v0.1.26
19252023-10-24T20:51:52.180Z Compiling getrandom v0.2.10
19262023-10-24T20:51:52.241Z Compiling futures-util v0.3.28
19272023-10-24T20:51:52.462Z Compiling cc v1.0.83
19282023-10-24T20:51:53.755Z Compiling ahash v0.8.3
19292023-10-24T20:51:53.767Z Compiling smallvec v1.11.0
19302023-10-24T20:51:54.210Z Compiling vcpkg v0.2.15
19312023-10-24T20:51:54.214Z Compiling log v0.4.20
19322023-10-24T20:51:54.701Z Compiling byteorder v1.4.3
19332023-10-24T20:51:55.649Z Compiling rand_core v0.6.4
19342023-10-24T20:51:56.404Z Compiling pin-project-lite v0.2.13
19352023-10-24T20:51:56.572Z Compiling parking_lot v0.12.1
19362023-10-24T20:51:56.759Z Compiling indexmap v1.9.3
19372023-10-24T20:51:57.329Z Compiling ring v0.16.20
19382023-10-24T20:51:58.011Z Compiling openssl-sys v0.9.93
19392023-10-24T20:51:59.265Z Compiling io-lifetimes v1.0.11
19402023-10-24T20:51:59.806Z Compiling num-integer v0.1.45
19412023-10-24T20:52:00.068Z Compiling ryu v1.0.15
19422023-10-24T20:52:00.231Z Compiling semver v1.0.18
19432023-10-24T20:52:00.933Z Compiling const-oid v0.9.5
19442023-10-24T20:52:00.943Z Compiling spin v0.5.2
19452023-10-24T20:52:02.501Z Compiling rustix v0.37.23
19462023-10-24T20:52:02.927Z Compiling mio v0.8.8
19472023-10-24T20:52:03.298Z Compiling socket2 v0.5.4
19482023-10-24T20:52:03.415Z Compiling num_cpus v1.16.0
19492023-10-24T20:52:03.575Z Compiling signal-hook-registry v1.4.1
19502023-10-24T20:52:04.141Z Compiling ucd-trie v0.1.6
19512023-10-24T20:52:04.431Z Compiling unicode-xid v0.2.4
19522023-10-24T20:52:04.660Z Compiling futures-sink v0.3.28
19532023-10-24T20:52:04.713Z Compiling openssl v0.10.57
19542023-10-24T20:52:04.740Z Compiling httparse v1.8.0
19552023-10-24T20:52:04.880Z Compiling heck v0.4.1
19562023-10-24T20:52:04.957Z Compiling synstructure v0.12.6
19572023-10-24T20:52:05.397Z Compiling tinyvec_macros v0.1.1
19582023-10-24T20:52:05.517Z Compiling tinyvec v1.6.0
19592023-10-24T20:52:06.756Z Compiling crc32fast v1.3.2
19602023-10-24T20:52:07.799Z Compiling rustls v0.21.7
19612023-10-24T20:52:07.814Z Compiling pin-utils v0.1.0
19622023-10-24T20:52:07.823Z Compiling radium v0.7.0
19632023-10-24T20:52:07.880Z Compiling ppv-lite86 v0.2.17
19642023-10-24T20:52:08.222Z Compiling native-tls v0.2.11
19652023-10-24T20:52:08.344Z Compiling futures-io v0.3.28
19662023-10-24T20:52:08.666Z Compiling unicode-normalization v0.1.22
19672023-10-24T20:52:08.749Z Compiling bzip2-sys v0.1.11+1.0.8
19682023-10-24T20:52:09.059Z Compiling tracing-core v0.1.31
19692023-10-24T20:52:09.225Z Compiling rand_chacha v0.3.1
19702023-10-24T20:52:09.385Z Compiling subtle v2.5.0
19712023-10-24T20:52:09.410Z Compiling unicode-bidi v0.3.13
19722023-10-24T20:52:09.927Z Compiling rand v0.8.5
19732023-10-24T20:52:11.939Z Compiling errno v0.3.2
19742023-10-24T20:52:11.956Z Compiling num-iter v0.1.43
19752023-10-24T20:52:12.098Z Compiling usdt-impl v0.3.5
19762023-10-24T20:52:12.537Z Compiling base64 v0.21.4
19772023-10-24T20:52:12.716Z Compiling schemars v0.8.13
19782023-10-24T20:52:12.899Z Compiling rustix v0.38.9
19792023-10-24T20:52:14.519Z Compiling serde_derive_internals v0.26.0
19802023-10-24T20:52:14.828Z Compiling serde_derive v1.0.188
19812023-10-24T20:52:14.879Z Compiling zeroize_derive v1.4.2
19822023-10-24T20:52:14.902Z Compiling tokio-macros v2.1.0
19832023-10-24T20:52:15.308Z Compiling thiserror-impl v1.0.49
19842023-10-24T20:52:15.320Z Compiling futures-macro v0.3.28
19852023-10-24T20:52:16.134Z Compiling tracing-attributes v0.1.26
19862023-10-24T20:52:16.170Z Compiling zerocopy-derive v0.2.0
19872023-10-24T20:52:17.199Z Compiling zeroize v1.6.0
19882023-10-24T20:52:18.437Z Compiling openssl-macros v0.1.1
19892023-10-24T20:52:18.962Z Compiling zerocopy-derive v0.6.4
19902023-10-24T20:52:20.150Z Compiling pest v2.7.2
19912023-10-24T20:52:20.235Z Compiling crypto-common v0.1.6
19922023-10-24T20:52:20.528Z Compiling block-buffer v0.10.4
19932023-10-24T20:52:20.928Z Compiling digest v0.10.7
19942023-10-24T20:52:21.702Z Compiling tracing v0.1.37
19952023-10-24T20:52:22.413Z Compiling bitflags v1.3.2
19962023-10-24T20:52:22.558Z Compiling untrusted v0.7.1
19972023-10-24T20:52:23.317Z Compiling fnv v1.0.7
19982023-10-24T20:52:24.988Z Compiling pest_meta v2.7.2
19992023-10-24T20:52:26.927Z Compiling zerocopy v0.3.0
20002023-10-24T20:52:28.875Z Compiling pest_generator v2.7.2
20012023-10-24T20:52:28.956Z Compiling schemars_derive v0.8.13
20022023-10-24T20:52:30.780Z Compiling lazy_static v1.4.0
20032023-10-24T20:52:31.248Z Compiling backtrace v0.3.69
20042023-10-24T20:52:31.378Z Compiling num-bigint v0.4.4
20052023-10-24T20:52:31.823Z Compiling memoffset v0.9.0
20062023-10-24T20:52:31.916Z Compiling openssl-probe v0.1.5
20072023-10-24T20:52:32.018Z Compiling foreign-types-shared v0.1.1
20082023-10-24T20:52:32.153Z Compiling pest_derive v2.7.2
20092023-10-24T20:52:32.171Z Compiling smoltcp v0.9.1
20102023-10-24T20:52:32.239Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20112023-10-24T20:52:32.343Z Compiling hashbrown v0.12.3
20122023-10-24T20:52:32.594Z Compiling iana-time-zone v0.1.57
20132023-10-24T20:52:33.142Z Compiling base64ct v1.6.0
20142023-10-24T20:52:33.208Z Compiling allocator-api2 v0.2.16
20152023-10-24T20:52:33.220Z Compiling async-trait v0.1.73
20162023-10-24T20:52:33.251Z Compiling crossbeam-utils v0.8.16
20172023-10-24T20:52:33.864Z Compiling percent-encoding v2.3.0
20182023-10-24T20:52:33.978Z Compiling pem-rfc7468 v0.7.0
20192023-10-24T20:52:34.358Z Compiling hashbrown v0.14.0
20202023-10-24T20:52:34.405Z Compiling dtrace-parser v0.1.14
20212023-10-24T20:52:34.473Z Compiling foreign-types v0.3.2
20222023-10-24T20:52:35.711Z Compiling dof v0.1.5
20232023-10-24T20:52:36.441Z Compiling der_derive v0.7.2
20242023-10-24T20:52:36.837Z Compiling clap_derive v4.4.2
20252023-10-24T20:52:37.592Z Compiling thread-id v4.2.0
20262023-10-24T20:52:37.726Z Compiling utf8parse v0.2.1
20272023-10-24T20:52:37.739Z Compiling time-core v0.1.1
20282023-10-24T20:52:37.974Z Compiling anstyle v1.0.2
20292023-10-24T20:52:37.985Z Compiling flagset v0.4.3
20302023-10-24T20:52:38.306Z Compiling bytes v1.5.0
20312023-10-24T20:52:38.959Z Compiling bitflags v2.4.0
20322023-10-24T20:52:39.878Z Compiling tokio v1.33.0
20332023-10-24T20:52:40.330Z Compiling rustc_version v0.4.0
20342023-10-24T20:52:40.997Z Compiling http v0.2.9
20352023-10-24T20:52:41.375Z Compiling heapless v0.7.16
20362023-10-24T20:52:41.926Z Compiling uuid v1.4.1
20372023-10-24T20:52:42.106Z Compiling chrono v0.4.31
20382023-10-24T20:52:42.999Z Compiling siphasher v0.3.11
20392023-10-24T20:52:43.638Z Compiling cpufeatures v0.2.9
20402023-10-24T20:52:43.659Z Compiling try-lock v0.2.4
20412023-10-24T20:52:43.778Z Compiling adler v1.0.2
20422023-10-24T20:52:44.206Z Compiling equivalent v1.0.1
20432023-10-24T20:52:44.278Z Compiling rustversion v1.0.14
20442023-10-24T20:52:44.358Z Compiling indexmap v2.0.0
20452023-10-24T20:52:45.332Z Compiling miniz_oxide v0.7.1
20462023-10-24T20:52:46.438Z Compiling want v0.3.1
20472023-10-24T20:52:46.839Z Compiling sha2 v0.10.7
20482023-10-24T20:52:47.553Z Compiling http-body v0.4.5
20492023-10-24T20:52:50.699Z Compiling der v0.7.8
20502023-10-24T20:52:53.056Z Compiling tokio-util v0.7.8
20512023-10-24T20:52:55.294Z Compiling h2 v0.3.21
20522023-10-24T20:52:55.738Z Compiling serde_tokenstream v0.1.7
20532023-10-24T20:52:56.550Z Compiling time-macros v0.2.13
20542023-10-24T20:52:58.409Z Compiling anstyle-parse v0.2.1
20552023-10-24T20:53:00.308Z Compiling form_urlencoded v1.2.0
20562023-10-24T20:53:01.528Z Compiling rustls-webpki v0.101.4
20572023-10-24T20:53:02.115Z Compiling sct v0.7.0
20582023-10-24T20:53:02.505Z Compiling hubpack_derive v0.1.1
20592023-10-24T20:53:02.932Z Compiling aho-corasick v1.0.4
20602023-10-24T20:53:03.235Z Compiling socket2 v0.4.9
20612023-10-24T20:53:03.754Z Compiling crossbeam-epoch v0.9.15
20622023-10-24T20:53:04.646Z Compiling httpdate v1.0.3
20632023-10-24T20:53:04.704Z Compiling tap v1.0.1
20642023-10-24T20:53:05.011Z Compiling tower-service v0.3.2
20652023-10-24T20:53:05.577Z Compiling anstyle-query v1.0.0
20662023-10-24T20:53:05.583Z Compiling anyhow v1.0.75
20672023-10-24T20:53:05.597Z Compiling slog v2.7.0
20682023-10-24T20:53:05.804Z Compiling regex-syntax v0.7.5
20692023-10-24T20:53:06.413Z Compiling colorchoice v1.0.0
20702023-10-24T20:53:06.418Z Compiling anstream v0.5.0
20712023-10-24T20:53:08.085Z Compiling hyper v0.14.27
20722023-10-24T20:53:08.432Z Compiling wyz v0.5.1
20732023-10-24T20:53:12.525Z Compiling regex-automata v0.3.8
20742023-10-24T20:53:15.902Z Compiling terminal_size v0.2.6
20752023-10-24T20:53:15.916Z Compiling spki v0.7.2
20762023-10-24T20:53:16.814Z Compiling rustls-pemfile v1.0.3
20772023-10-24T20:53:17.319Z Compiling zerocopy v0.6.4
20782023-10-24T20:53:18.347Z Compiling hmac v0.12.1
20792023-10-24T20:53:18.671Z Compiling md-5 v0.10.5
20802023-10-24T20:53:19.047Z Compiling stringprep v0.1.3
20812023-10-24T20:53:19.177Z Compiling idna v0.4.0
20822023-10-24T20:53:20.701Z Compiling diesel_table_macro_syntax v0.1.0
20832023-10-24T20:53:21.297Z Compiling hash32 v0.2.1
20842023-10-24T20:53:21.636Z Compiling spin v0.9.8
20852023-10-24T20:53:21.879Z Compiling either v1.9.0
20862023-10-24T20:53:21.988Z Compiling fallible-iterator v0.2.0
20872023-10-24T20:53:22.377Z Compiling funty v2.0.0
20882023-10-24T20:53:22.450Z Compiling maybe-uninit v2.0.0
20892023-10-24T20:53:22.475Z Compiling gimli v0.28.0
20902023-10-24T20:53:23.045Z Compiling stable_deref_trait v1.2.0
20912023-10-24T20:53:23.163Z Compiling strsim v0.10.0
20922023-10-24T20:53:23.968Z Compiling clap_lex v0.5.1
20932023-10-24T20:53:24.146Z Compiling dyn-clone v1.0.13
20942023-10-24T20:53:24.433Z Compiling clap_builder v4.4.2
20952023-10-24T20:53:26.011Z Compiling bitvec v1.0.1
20962023-10-24T20:53:27.213Z Compiling postgres-protocol v0.6.6
20972023-10-24T20:53:29.026Z Compiling diesel_derives v2.1.1
20982023-10-24T20:53:30.529Z Compiling addr2line v0.21.0
20992023-10-24T20:53:30.656Z Compiling url v2.4.1
21002023-10-24T20:53:31.394Z Compiling tokio-rustls v0.24.1
21012023-10-24T20:53:31.993Z Compiling strum_macros v0.25.2
21022023-10-24T20:53:33.396Z Compiling rustls-native-certs v0.6.3
21032023-10-24T20:53:33.475Z Compiling tokio-native-tls v0.3.1
21042023-10-24T20:53:34.775Z Compiling usdt-macro v0.3.5
21052023-10-24T20:53:35.142Z Compiling usdt-attr-macro v0.3.5
21062023-10-24T20:53:38.333Z Compiling phf_shared v0.11.2
21072023-10-24T20:53:38.707Z Compiling serde_spanned v0.6.3
21082023-10-24T20:53:38.924Z Compiling toml_datetime v0.6.3
21092023-10-24T20:53:39.517Z Compiling block-padding v0.3.3
21102023-10-24T20:53:39.589Z Compiling enum-as-inner v0.5.1
21112023-10-24T20:53:39.890Z Compiling serde_repr v0.1.16
21122023-10-24T20:53:39.957Z Compiling scheduled-thread-pool v0.2.7
21132023-10-24T20:53:41.151Z Compiling object v0.32.1
21142023-10-24T20:53:44.356Z Compiling rustc-demangle v0.1.23
21152023-10-24T20:53:45.459Z Compiling matches v0.1.10
21162023-10-24T20:53:45.859Z Compiling ipnet v2.8.0
21172023-10-24T20:53:46.624Z Compiling managed v0.8.0
21182023-10-24T20:53:47.610Z Compiling regex-automata v0.1.10
21192023-10-24T20:53:48.593Z Compiling num_threads v0.1.6
21202023-10-24T20:53:48.767Z Compiling packed_struct v0.10.1
21212023-10-24T20:53:48.915Z Compiling num-bigint-dig v0.8.4
21222023-10-24T20:53:49.309Z Compiling deranged v0.3.8
21232023-10-24T20:53:49.329Z Compiling bit-vec v0.6.3
21242023-10-24T20:53:52.780Z Compiling unicode-width v0.1.10
21252023-10-24T20:53:53.001Z Compiling winnow v0.5.15
21262023-10-24T20:53:53.393Z Compiling time v0.3.27
21272023-10-24T20:54:01.601Z Compiling toml_edit v0.19.15
21282023-10-24T20:54:06.568Z Compiling bstr v0.2.17
21292023-10-24T20:54:09.728Z Compiling idna v0.2.3
21302023-10-24T20:54:12.206Z Compiling r2d2 v0.8.10
21312023-10-24T20:54:12.885Z Compiling inout v0.1.3
21322023-10-24T20:54:14.121Z Compiling phf v0.11.2
21332023-10-24T20:54:14.560Z Compiling hyper-tls v0.5.0
21342023-10-24T20:54:15.524Z Compiling hyper-rustls v0.24.1
21352023-10-24T20:54:15.528Z Compiling flate2 v1.0.27
21362023-10-24T20:54:16.038Z Compiling clap v4.4.3
21372023-10-24T20:54:16.207Z Compiling postgres-types v0.2.6
21382023-10-24T20:54:16.322Z Compiling ipnetwork v0.20.0
21392023-10-24T20:54:16.841Z Compiling itertools v0.11.0
21402023-10-24T20:54:17.587Z Compiling regex v1.9.5
21412023-10-24T20:54:18.478Z Compiling pkcs8 v0.10.2
21422023-10-24T20:54:19.355Z Compiling hubpack v0.1.2
21432023-10-24T20:54:19.536Z Compiling serde_urlencoded v0.7.1
21442023-10-24T20:54:20.115Z Compiling phf_shared v0.10.0
21452023-10-24T20:54:21.132Z Compiling futures-executor v0.3.28
21462023-10-24T20:54:22.272Z Compiling signature v2.1.0
21472023-10-24T20:54:23.276Z Compiling packed_struct_codegen v0.10.1
21482023-10-24T20:54:24.612Z Compiling float-cmp v0.9.0
21492023-10-24T20:54:25.684Z Compiling encoding_rs v0.8.33
21502023-10-24T20:54:25.697Z Compiling unicode-linebreak v0.1.5
21512023-10-24T20:54:26.524Z Compiling precomputed-hash v0.1.1
21522023-10-24T20:54:26.676Z Compiling fixedbitset v0.4.2
21532023-10-24T20:54:27.503Z Compiling data-encoding v2.4.0
21542023-10-24T20:54:27.704Z Compiling mime v0.3.17
21552023-10-24T20:54:28.558Z Compiling nodrop v0.1.14
21562023-10-24T20:54:28.737Z Compiling static_assertions v1.1.0
21572023-10-24T20:54:28.871Z Compiling crc-catalog v2.2.0
21582023-10-24T20:54:29.095Z Compiling unicode-segmentation v1.10.1
21592023-10-24T20:54:30.600Z Compiling predicates-core v1.0.6
21602023-10-24T20:54:31.080Z Compiling smawk v0.3.1
21612023-10-24T20:54:31.384Z Compiling webpki-roots v0.25.2
21622023-10-24T20:54:31.641Z Compiling normalize-line-endings v0.3.0
21632023-10-24T20:54:31.806Z Compiling new_debug_unreachable v1.0.4
21642023-10-24T20:54:31.935Z Compiling whoami v1.4.1
21652023-10-24T20:54:32.021Z Compiling difflib v0.4.0
21662023-10-24T20:54:32.837Z Compiling predicates v3.0.4
21672023-10-24T20:54:34.203Z Compiling tokio-postgres v0.7.10
21682023-10-24T20:54:36.647Z Compiling string_cache v0.8.7
21692023-10-24T20:54:37.812Z Compiling reqwest v0.11.20
21702023-10-24T20:54:39.693Z Compiling textwrap v0.16.0
21712023-10-24T20:54:41.540Z Compiling similar v2.2.1
21722023-10-24T20:54:43.726Z Compiling crc v3.0.1
21732023-10-24T20:54:44.933Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21742023-10-24T20:54:45.091Z Compiling array-init v0.0.4
21752023-10-24T20:54:47.236Z Compiling trust-dns-proto v0.22.0
21762023-10-24T20:54:54.997Z Compiling petgraph v0.6.4
21772023-10-24T20:55:00.937Z Compiling futures v0.3.28
21782023-10-24T20:55:02.369Z Compiling pkcs1 v0.7.5
21792023-10-24T20:55:03.127Z Compiling yasna v0.5.2
21802023-10-24T20:55:03.835Z Compiling diesel v2.1.1
21812023-10-24T20:55:05.117Z Compiling smallvec v0.6.14
21822023-10-24T20:55:05.859Z Compiling cipher v0.4.4
21832023-10-24T20:55:08.785Z Compiling toml v0.7.8
21842023-10-24T20:55:10.657Z Compiling console v0.15.7
21852023-10-24T20:55:11.389Z Compiling bit-set v0.5.3
21862023-10-24T20:55:11.522Z Compiling usdt v0.3.5
21872023-10-24T20:55:11.826Z Compiling is-terminal v0.4.9
21882023-10-24T20:55:12.749Z Compiling itertools v0.10.5
21892023-10-24T20:55:12.850Z Compiling bstr v1.6.0
21902023-10-24T20:55:14.286Z Compiling tokio-stream v0.1.14
21912023-10-24T20:55:15.431Z Compiling openapiv3 v1.0.3
21922023-10-24T20:55:15.573Z Compiling hex v0.4.3
21932023-10-24T20:55:17.474Z Compiling hashbrown v0.13.2
21942023-10-24T20:55:20.815Z Compiling bitfield v0.14.0
21952023-10-24T20:55:21.443Z Compiling termcolor v1.2.0
21962023-10-24T20:55:24.169Z Compiling lalrpop-util v0.19.12
21972023-10-24T20:55:25.215Z Compiling env_logger v0.10.0
21982023-10-24T20:55:29.116Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21992023-10-24T20:55:39.108Z Compiling rsa v0.9.2
22002023-10-24T20:55:48.078Z Compiling serde-hex v0.1.0
22012023-10-24T20:55:50.366Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22022023-10-24T20:55:58.961Z Compiling x509-cert v0.2.4
22032023-10-24T20:56:00.246Z Compiling ron v0.8.1
22042023-10-24T20:56:13.798Z Compiling crc-any v2.4.3
22052023-10-24T20:56:15.625Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22062023-10-24T20:56:29.423Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22072023-10-24T20:56:46.419Z Compiling object v0.30.4
22082023-10-24T20:56:54.343Z Compiling path-slash v0.1.5
22092023-10-24T20:57:10.260Z Compiling bzip2 v0.4.4
22102023-10-24T20:57:11.561Z Compiling zip v0.6.6
22112023-10-24T20:57:17.117Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22122023-10-24T20:57:20.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22132023-10-24T20:57:45.000Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22142023-10-24T20:57:46.039Z Finished release [optimized] target(s) in 5m 58s
22152023-10-24T20:57:46.188Z
22162023-10-24T20:57:46.324Zreal 5:58.501250777
22172023-10-24T20:57:46.353Zuser 41:18.641672249
22182023-10-24T20:57:46.388Zsys 3:39.225961000
22192023-10-24T20:57:46.397Ztrap 1.733472148
22202023-10-24T20:57:46.426Ztflt 1.162503513
22212023-10-24T20:57:46.483Zdflt 0.449383807
22222023-10-24T20:57:46.557Zkflt 0.012893422
22232023-10-24T20:57:46.645Zlock 1:32:00.469311236
22242023-10-24T20:57:46.671Zslp 2:24:25.722219785
22252023-10-24T20:57:46.783Zlat 1:42.514262328
22262023-10-24T20:57:46.791Zstop 1:20.282499686
22272023-10-24T20:57:46.871Z+ ptime -m gzip
22282023-10-24T20:57:46.965Z
22292023-10-24T20:57:47.075Zreal 0.655173505
22302023-10-24T20:57:47.103Zuser 0.648113392
22312023-10-24T20:57:47.111Zsys 0.006418237
22322023-10-24T20:57:47.191Ztrap 0.000069766
22332023-10-24T20:57:47.233Ztflt 0.000000000
22342023-10-24T20:57:47.242Zdflt 0.000000000
22352023-10-24T20:57:47.245Zkflt 0.000000000
22362023-10-24T20:57:47.248Zlock 0.000000000
22372023-10-24T20:57:47.251Zslp 0.000000000
22382023-10-24T20:57:47.254Zlat 0.000243026
22392023-10-24T20:57:47.259Zstop 0.000225746
22402023-10-24T20:57:47.263Z+ banner tufaceous
22412023-10-24T20:57:47.266Z
22422023-10-24T20:57:47.270Z ##### # # ###### ## #### ###### #### # # ####
22432023-10-24T20:57:47.274Z # # # # # # # # # # # # # #
22442023-10-24T20:57:47.279Z # # # ##### # # # ##### # # # # ####
22452023-10-24T20:57:47.284Z # # # # ###### # # # # # # #
22462023-10-24T20:57:47.289Z # # # # # # # # # # # # # # #
22472023-10-24T20:57:47.292Z # #### # # # #### ###### #### #### ####
22482023-10-24T20:57:47.296Z
22492023-10-24T20:57:47.299Z+ ptime -m cargo build --locked -p tufaceous --release
22502023-10-24T20:57:47.543Z Downloading crates ...
22512023-10-24T20:57:47.815Z Downloaded doc-comment v0.3.3
22522023-10-24T20:57:47.831Z Downloaded path-absolutize v3.1.0
22532023-10-24T20:57:47.840Z Downloaded fs-err v2.9.0
22542023-10-24T20:57:47.847Z Downloaded bytesize v1.3.0
22552023-10-24T20:57:47.858Z Downloaded tough v0.12.5
22562023-10-24T20:57:47.903Z Downloaded snafu v0.7.5
22572023-10-24T20:57:47.927Z Downloaded serde_plain v1.0.2
22582023-10-24T20:57:47.955Z Downloaded buf-list v1.0.3
22592023-10-24T20:57:48.017Z Downloaded olpc-cjson v0.1.3
22602023-10-24T20:57:48.044Z Downloaded globset v0.4.13
22612023-10-24T20:57:48.054Z Downloaded path-dedot v3.1.0
22622023-10-24T20:57:48.064Z Downloaded snafu-derive v0.7.5
22632023-10-24T20:57:48.100Z Compiling serde_tokenstream v0.2.0
22642023-10-24T20:57:48.121Z Compiling regress v0.7.1
22652023-10-24T20:57:48.129Z Compiling dirs-sys-next v0.1.2
22662023-10-24T20:57:48.158Z Compiling ident_case v1.0.1
22672023-10-24T20:57:48.183Z Compiling thread_local v1.1.7
22682023-10-24T20:57:48.206Z Compiling camino v1.1.6
22692023-10-24T20:57:48.236Z Compiling slog-async v2.8.0
22702023-10-24T20:57:48.308Z Compiling dirs-next v2.0.0
22712023-10-24T20:57:48.685Z Compiling darling_core v0.20.3
22722023-10-24T20:57:48.729Z Compiling heck v0.4.1
22732023-10-24T20:57:49.321Z Compiling term v0.7.0
22742023-10-24T20:57:49.330Z Compiling crossbeam-channel v0.5.8
22752023-10-24T20:57:49.335Z Compiling getopts v0.2.21
22762023-10-24T20:57:49.889Z Compiling structmeta-derive v0.1.6
22772023-10-24T20:57:50.769Z Compiling atty v0.2.14
22782023-10-24T20:57:50.784Z Compiling multer v2.1.0
22792023-10-24T20:57:50.992Z Compiling paste v1.0.14
22802023-10-24T20:57:51.193Z Compiling match_cfg v0.1.0
22812023-10-24T20:57:51.332Z Compiling doc-comment v0.3.3
22822023-10-24T20:57:51.626Z Compiling take_mut v0.2.2
22832023-10-24T20:57:51.841Z Compiling unsafe-libyaml v0.2.9
22842023-10-24T20:57:52.340Z Compiling hostname v0.3.1
22852023-10-24T20:57:52.797Z Compiling slog-term v2.9.0
22862023-10-24T20:57:54.272Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22872023-10-24T20:57:56.457Z Compiling structmeta v0.1.6
22882023-10-24T20:57:57.096Z Compiling serde_yaml v0.9.25
22892023-10-24T20:57:57.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22902023-10-24T20:57:57.821Z Compiling slog-json v2.6.1
22912023-10-24T20:57:58.201Z Compiling darling_macro v0.20.3
22922023-10-24T20:58:03.138Z Compiling async-stream-impl v0.3.5
22932023-10-24T20:58:03.265Z Compiling darling v0.20.3
22942023-10-24T20:58:03.338Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22952023-10-24T20:58:03.500Z Compiling atomic-waker v1.1.1
22962023-10-24T20:58:03.629Z Compiling fastrand v2.0.0
22972023-10-24T20:58:03.638Z Compiling regex-syntax v0.6.29
22982023-10-24T20:58:03.714Z Compiling async-stream v0.3.5
22992023-10-24T20:58:03.730Z Compiling tempfile v3.8.0
23002023-10-24T20:58:04.181Z Compiling waitgroup v0.1.2
23012023-10-24T20:58:04.230Z Compiling serde_with_macros v2.3.3
23022023-10-24T20:58:04.243Z Compiling slog-bunyan v2.4.0
23032023-10-24T20:58:04.828Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23042023-10-24T20:58:05.287Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23052023-10-24T20:58:05.594Z Compiling sha1 v0.10.5
23062023-10-24T20:58:06.795Z Compiling snafu-derive v0.7.5
23072023-10-24T20:58:07.134Z Compiling serde_path_to_error v0.1.14
23082023-10-24T20:58:07.490Z Compiling path-dedot v3.1.0
23092023-10-24T20:58:07.629Z Compiling instant v0.1.12
23102023-10-24T20:58:07.855Z Compiling arc-swap v1.6.0
23112023-10-24T20:58:07.862Z Compiling debug-ignore v1.0.5
23122023-10-24T20:58:08.082Z Compiling buf-list v1.0.3
23132023-10-24T20:58:08.095Z Compiling base64 v0.13.1
23142023-10-24T20:58:08.840Z Compiling same-file v1.0.6
23152023-10-24T20:58:08.983Z Compiling pem v1.1.1
23162023-10-24T20:58:09.187Z Compiling walkdir v2.4.0
23172023-10-24T20:58:09.309Z Compiling slog-scope v4.4.0
23182023-10-24T20:58:10.402Z Compiling parse-display-derive v0.7.0
23192023-10-24T20:58:10.946Z Compiling backoff v0.4.0
23202023-10-24T20:58:11.451Z Compiling path-absolutize v3.1.0
23212023-10-24T20:58:11.516Z Compiling serde_with v2.3.3
23222023-10-24T20:58:11.782Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232023-10-24T20:58:12.145Z Compiling globset v0.4.13
23242023-10-24T20:58:12.779Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23252023-10-24T20:58:13.003Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23262023-10-24T20:58:13.022Z Compiling strum v0.25.0
23272023-10-24T20:58:13.285Z Compiling olpc-cjson v0.1.3
23282023-10-24T20:58:14.198Z Compiling macaddr v1.0.1
23292023-10-24T20:58:15.269Z Compiling snafu v0.7.5
23302023-10-24T20:58:15.416Z Compiling serde_plain v1.0.2
23312023-10-24T20:58:16.294Z Compiling xattr v1.0.1
23322023-10-24T20:58:16.635Z Compiling parse-display v0.7.0
23332023-10-24T20:58:16.754Z Compiling filetime v0.2.22
23342023-10-24T20:58:16.959Z Compiling tough v0.12.5
23352023-10-24T20:58:17.247Z Compiling tar v0.4.40
23362023-10-24T20:58:17.320Z Compiling slog-stdlog v4.1.1
23372023-10-24T20:58:19.176Z Compiling camino-tempfile v1.0.2
23382023-10-24T20:58:20.322Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23392023-10-24T20:58:20.523Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23402023-10-24T20:58:20.731Z Compiling bytesize v1.3.0
23412023-10-24T20:58:21.693Z Compiling fs-err v2.9.0
23422023-10-24T20:58:23.046Z Compiling slog-envlogger v2.2.0
23432023-10-24T20:58:27.073Z Compiling humantime v2.1.0
23442023-10-24T20:58:32.093Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23452023-10-24T20:58:57.095Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23462023-10-24T20:58:57.384Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23472023-10-24T20:59:08.234Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23482023-10-24T20:59:10.481Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23492023-10-24T20:59:36.016Z Finished release [optimized] target(s) in 1m 49s
23502023-10-24T20:59:36.106Z
23512023-10-24T20:59:36.133Zreal 1:49.305916804
23522023-10-24T20:59:36.137Zuser 11:32.665251224
23532023-10-24T20:59:36.146Zsys 47.986900285
23542023-10-24T20:59:36.152Ztrap 0.457149485
23552023-10-24T20:59:36.156Ztflt 0.414975380
23562023-10-24T20:59:36.161Zdflt 0.623648270
23572023-10-24T20:59:36.166Zkflt 0.006384626
23582023-10-24T20:59:36.169Zlock 21:58.988830918
23592023-10-24T20:59:36.173Zslp 24:27.091806431
23602023-10-24T20:59:36.176Zlat 21.298715927
23612023-10-24T20:59:36.186Zstop 10.980863422
23622023-10-24T20:59:36.200Z+ ptime -m gzip
23632023-10-24T20:59:38.227Z
23642023-10-24T20:59:38.231Zreal 2.116267190
23652023-10-24T20:59:38.234Zuser 2.092786143
23662023-10-24T20:59:38.237Zsys 0.022724504
23672023-10-24T20:59:38.239Ztrap 0.000195652
23682023-10-24T20:59:38.242Ztflt 0.000000000
23692023-10-24T20:59:38.245Zdflt 0.000000000
23702023-10-24T20:59:38.247Zkflt 0.000000000
23712023-10-24T20:59:38.250Zlock 0.000000000
23722023-10-24T20:59:38.252Zslp 0.000000000
23732023-10-24T20:59:38.255Zlat 0.000220203
23742023-10-24T20:59:38.258Zstop 0.000221765
23752023-10-24T20:59:38.262Zprocess exited: duration 1294385 ms, exit code 0
 
23762023-10-24T20:59:38.271Zfound 5 output files
23772023-10-24T20:59:38.286Zuploading: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz (6514873 bytes)
23782023-10-24T20:59:42.818Zuploaded: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz
23792023-10-24T20:59:42.829Zuploading: /work/end-to-end-tests/bootstrap.gz (97906215 bytes)
23802023-10-24T21:00:05.199Zuploaded: /work/end-to-end-tests/bootstrap.gz
23812023-10-24T21:00:05.203Zuploading: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz (111817595 bytes)
23822023-10-24T21:00:34.474Zuploaded: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz
23832023-10-24T21:00:34.479Zuploading: /work/caboose-util.gz (4111313 bytes)
23842023-10-24T21:00:36.410Zuploaded: /work/caboose-util.gz
23852023-10-24T21:00:36.415Zuploading: /work/tufaceous.gz (13496231 bytes)
23862023-10-24T21:00:40.944Zuploaded: /work/tufaceous.gz