01HBW7TQ8CVGYKXJX477BRBARB: 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: 01HBW7VJB5A4N9MX65GTM7NBK6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-04T02:23:24.304Zjob assigned to worker 01HBW7VT9K0EVZWRCR1X3MEVFP (queued for 1 m 36 s)
 
22023-10-04T02:23:24.607Zstarting task 0: "setup"
32023-10-04T02:23:24.669Z++ uname -s
42023-10-04T02:23:24.674Z+ kern=SunOS
52023-10-04T02:23:24.680Z+ case "$kern" in
62023-10-04T02:23:24.686Z+ groupadd -g 12345 build
72023-10-04T02:23:24.693Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-04T02:23:26.695Z+ zfs create -o mountpoint=/work rpool/work
92023-10-04T02:23:26.777Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-04T02:23:26.785Z+ home_fs=zfs
112023-10-04T02:23:26.790Z+ [[ zfs == autofs ]]
122023-10-04T02:23:26.795Z+ mkdir -p /home/build
132023-10-04T02:23:26.799Z+ chown build:build /home/build /work
142023-10-04T02:23:28.785Z+ chmod 0700 /home/build /work
152023-10-04T02:23:28.793Zprocess exited: duration 4174 ms, exit code 0
 
162023-10-04T02:23:28.808Zstarting task 1: "rust-toolchain"
172023-10-04T02:23:28.835Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-04T02:23:28.852Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-04T02:23:29.006Zinfo: downloading installer
202023-10-04T02:23:31.529Zwarning: it looks like you have an existing installation of Rust at:
212023-10-04T02:23:31.541Zwarning: /opt/ooce/bin
222023-10-04T02:23:31.947Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-04T02:23:31.955Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-04T02:23:31.965Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-04T02:23:31.980Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-04T02:23:32.007Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-04T02:23:32.016Zerror: cannot install while Rust is installed
282023-10-04T02:23:32.024Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-04T02:23:32.033Zinfo: profile set to 'default'
302023-10-04T02:23:32.040Zinfo: default host triple is x86_64-unknown-illumos
312023-10-04T02:23:32.048Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-04T02:23:32.067Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-04T02:23:32.072Zinfo: downloading component 'cargo'
342023-10-04T02:23:32.997Zinfo: downloading component 'clippy'
352023-10-04T02:23:33.005Zinfo: downloading component 'rust-docs'
362023-10-04T02:23:34.302Zinfo: downloading component 'rust-std'
372023-10-04T02:23:35.681Zinfo: downloading component 'rustc'
382023-10-04T02:23:40.141Zinfo: downloading component 'rustfmt'
392023-10-04T02:23:40.391Zinfo: installing component 'cargo'
402023-10-04T02:23:42.346Zinfo: installing component 'clippy'
412023-10-04T02:23:43.643Zinfo: installing component 'rust-docs'
422023-10-04T02:23:46.337Zinfo: installing component 'rust-std'
432023-10-04T02:23:50.184Zinfo: installing component 'rustc'
442023-10-04T02:23:58.875Zinfo: installing component 'rustfmt'
452023-10-04T02:23:59.307Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-04T02:23:59.318Z
472023-10-04T02:23:59.435Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-04T02:23:59.444Z
492023-10-04T02:23:59.449Z
502023-10-04T02:23:59.456ZRust is installed now. Great!
512023-10-04T02:23:59.461Z
522023-10-04T02:23:59.466ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-04T02:23:59.472Zenvironment variable. This has not been done automatically.
542023-10-04T02:23:59.479Z
552023-10-04T02:23:59.489ZTo configure your current shell, run:
562023-10-04T02:23:59.495Zsource "$HOME/.cargo/env"
572023-10-04T02:23:59.526Z+ rustc --version
582023-10-04T02:23:59.631Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-04T02:23:59.634Zprocess exited: duration 30820 ms, exit code 0
 
602023-10-04T02:23:59.643Zstarting task 2: "authentication"
612023-10-04T02:23:59.677Zprocess exited: duration 30 ms, exit code 0
 
622023-10-04T02:23:59.683Zstarting task 3: "clone repository"
632023-10-04T02:23:59.692Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-04T02:23:59.695Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-04T02:23:59.782ZCloning into '/work/oxidecomputer/omicron'...
662023-10-04T02:24:05.505Z+ cd /work/oxidecomputer/omicron
672023-10-04T02:24:05.512Z+ [[ -n health-check-endpoint ]]
682023-10-04T02:24:05.536Z+ git fetch origin health-check-endpoint
692023-10-04T02:24:05.886ZFrom https://github.com/oxidecomputer/omicron
702023-10-04T02:24:05.910Z * branch health-check-endpoint -> FETCH_HEAD
712023-10-04T02:24:05.924Z+ git checkout -B health-check-endpoint remotes/origin/health-check-endpoint
722023-10-04T02:24:05.983ZSwitched to a new branch 'health-check-endpoint'
732023-10-04T02:24:05.996Zbranch 'health-check-endpoint' set up to track 'origin/health-check-endpoint'.
742023-10-04T02:24:06.033Z+ git reset --hard eee4eb4484abeac59f11f9f46650b11d6d51cd65
752023-10-04T02:24:06.057ZHEAD is now at eee4eb44 change it to /v1/ping
762023-10-04T02:24:06.072Zprocess exited: duration 6320 ms, exit code 0
 
772023-10-04T02:24:06.110Zstarting task 4: "build"
782023-10-04T02:24:06.132Z+ cargo --version
792023-10-04T02:24:06.214Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-04T02:24:06.223Z+ rustc --version
812023-10-04T02:24:06.322Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-04T02:24:06.398Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-04T02:24:16.381Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-04T02:24:16.974Z Startup: Caching catalogs ... Done
852023-10-04T02:24:19.664ZPlanning: Solver setup ... Done (2.492s)
862023-10-04T02:24:19.845ZPlanning: Running solver ... Done (0.160s)
872023-10-04T02:24:19.853ZPlanning: Finding local manifests ... Done (0.004s)
882023-10-04T02:24:19.871ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-04T02:24:20.096ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-04T02:24:20.189ZPlanning: Package planning ... Done (0.086s)
912023-10-04T02:24:20.280ZPlanning: Merging actions ... Done (0.094s)
922023-10-04T02:24:20.960ZPlanning: Checking for conflicting actions ... Done (0.682s)
932023-10-04T02:24:20.976ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-04T02:24:25.074ZPlanning: Evaluating mediators ... Done (4.100s)
952023-10-04T02:24:25.090ZPlanning: Planning completed in 8.07 seconds
962023-10-04T02:24:25.113Z Packages to install: 4
972023-10-04T02:24:25.117Z Mediators to change: 2
982023-10-04T02:24:25.121Z Services to change: 1
992023-10-04T02:24:25.124Z Estimated space available: 149.39 GB
1002023-10-04T02:24:25.128ZEstimated space to be consumed: 1.35 GB
1012023-10-04T02:24:25.131Z Create boot environment: No
1022023-10-04T02:24:25.135ZCreate backup boot environment: No
1032023-10-04T02:24:25.140Z Rebuild boot archive: No
1042023-10-04T02:24:25.143Z
1052023-10-04T02:24:25.146ZChanged mediators:
1062023-10-04T02:24:25.148Z mediator clang:
1072023-10-04T02:24:25.152Z version: None -> 15 (system default)
1082023-10-04T02:24:25.154Z
1092023-10-04T02:24:25.157Z mediator llvm:
1102023-10-04T02:24:25.160Z version: 14 (system default) -> 15 (system default)
1112023-10-04T02:24:25.165Z
1122023-10-04T02:24:25.168ZChanged packages:
1132023-10-04T02:24:25.171Zhelios-dev
1142023-10-04T02:24:25.174Z developer/build-essential
1152023-10-04T02:24:25.177Z None -> 11-2.0
1162023-10-04T02:24:25.180Z library/libxmlsec1
1172023-10-04T02:24:25.182Z None -> 1.2.35-2.0
1182023-10-04T02:24:25.185Z ooce/developer/clang-15
1192023-10-04T02:24:25.188Z None -> 15.0.7-2.0
1202023-10-04T02:24:25.191Z ooce/developer/llvm-15
1212023-10-04T02:24:25.194Z None -> 15.0.7-2.0
1222023-10-04T02:24:25.196Z
1232023-10-04T02:24:25.199ZServices:
1242023-10-04T02:24:25.205Z restart_fmri:
1252023-10-04T02:24:25.626Z svc:/system/update-man-index:default
1262023-10-04T02:24:25.638Z
1272023-10-04T02:24:25.645ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-04T02:24:30.324ZDownload: 983/3290 items 19.4/212.6MB 9% complete (3.9M/s)
1292023-10-04T02:24:35.362ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (8.5M/s)
1302023-10-04T02:24:40.381ZDownload: 1683/3290 items 117.9/212.6MB 55% complete (9.9M/s)
1312023-10-04T02:24:46.528ZDownload: 2220/3290 items 119.1/212.6MB 56% complete (3.8M/s)
1322023-10-04T02:24:56.010ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (3.2M/s)
1332023-10-04T02:25:01.013ZDownload: 2849/3290 items 121.0/212.6MB 56% complete (371k/s)
1342023-10-04T02:25:07.686ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1352023-10-04T02:25:11.439ZDownload: Completed 212.60 MB in 46.12 seconds (4.6M/s)
1362023-10-04T02:25:11.675Z Actions: 1/3687 actions (Installing new actions)
1372023-10-04T02:25:17.400Z Actions: 2798/3687 actions (Installing new actions)
1382023-10-04T02:25:19.847Z Actions: Completed 3687 actions in 8.17 seconds.
1392023-10-04T02:25:19.908Z Done (0.051s)
1402023-10-04T02:25:19.919Z Done (0.000s)
1412023-10-04T02:25:20.040Z Done (0.134s)
1422023-10-04T02:25:27.599Z Done (7.454s)
1432023-10-04T02:25:27.823Z Done (0.132s)
1442023-10-04T02:25:27.829Z Done (0.000s)
1452023-10-04T02:25:28.077Z Done (0.000s)
1462023-10-04T02:25:28.747ZPlanning: Evaluating mediator changes ... Done
1472023-10-04T02:25:29.078ZPlanning: Checking for conflicting actions ... Done
1482023-10-04T02:25:29.107ZPlanning: Consolidating action changes ... Done
1492023-10-04T02:25:29.453ZPlanning: Evaluating mediators ... Done
1502023-10-04T02:25:29.487ZPlanning: Planning completed in 0.71 seconds
1512023-10-04T02:25:29.509Z Mediators to change: 2
1522023-10-04T02:25:29.551Z Create boot environment: No
1532023-10-04T02:25:29.571ZCreate backup boot environment: No
1542023-10-04T02:25:29.595Z Done
1552023-10-04T02:25:29.676Z Done
1562023-10-04T02:25:29.699Z Done
1572023-10-04T02:25:35.665Z Done
1582023-10-04T02:25:35.674Z Done
1592023-10-04T02:25:35.693Z Done
1602023-10-04T02:25:35.717Z Done
1612023-10-04T02:25:36.700ZPlanning: Evaluating mediator changes ... Done
1622023-10-04T02:25:36.709ZPlanning: Merging actions ... Done
1632023-10-04T02:25:37.024ZPlanning: Checking for conflicting actions ... Done
1642023-10-04T02:25:37.027ZPlanning: Consolidating action changes ... Done
1652023-10-04T02:25:37.451ZPlanning: Evaluating mediators ... Done
1662023-10-04T02:25:37.546ZPlanning: Planning completed in 1.28 seconds
1672023-10-04T02:25:37.593Z Packages to change: 1
1682023-10-04T02:25:37.601Z Mediators to change: 1
1692023-10-04T02:25:37.614Z Services to change: 1
1702023-10-04T02:25:37.624Z Create boot environment: No
1712023-10-04T02:25:37.635ZCreate backup boot environment: Yes
1722023-10-04T02:25:39.686Z Actions: 1/6 actions (Updating modified actions)
1732023-10-04T02:25:39.699Z Actions: Completed 6 actions in 0.00 seconds.
1742023-10-04T02:25:39.703Z Done
1752023-10-04T02:25:39.706Z Done
1762023-10-04T02:25:39.720Z Done
1772023-10-04T02:25:45.417Z Done
1782023-10-04T02:25:45.534Z Done
1792023-10-04T02:25:45.537Z Done
1802023-10-04T02:25:45.651Z Done
1812023-10-04T02:25:46.313ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1822023-10-04T02:25:46.317Zclang system 15 system
1832023-10-04T02:25:46.324Zcsh system system illumos
1842023-10-04T02:25:46.327Zctags system system illumos
1852023-10-04T02:25:46.331Zgcc vendor 12 vendor
1862023-10-04T02:25:46.334Zgcc system 10 system
1872023-10-04T02:25:46.339Zgcc system 7 system
1882023-10-04T02:25:46.345Zgo system 1.20 system
1892023-10-04T02:25:46.352Zgo system 1.19 system
1902023-10-04T02:25:46.355Zllvm system 15 system
1912023-10-04T02:25:46.358Zllvm system 14 system
1922023-10-04T02:25:46.362Zmariadb system 10.6 system
1932023-10-04T02:25:46.365Zmta vendor vendor dma
1942023-10-04T02:25:46.369Zopenjdk system 17 system
1952023-10-04T02:25:46.372Zopenjdk system 11 system
1962023-10-04T02:25:46.375Zopenjdk system 1.8 system
1972023-10-04T02:25:46.379Zopenssl vendor 3 vendor
1982023-10-04T02:25:46.382Zperl system 5.36 system
1992023-10-04T02:25:46.386Zpostgresql system 15 system
2002023-10-04T02:25:46.389Zpostgresql system 13 system
2012023-10-04T02:25:46.393Zpython vendor 3 vendor
2022023-10-04T02:25:46.397Zpython system 2 system
2032023-10-04T02:25:46.400Zpython3 system 3.11 system
2042023-10-04T02:25:46.403Zruby system 3.0 system
2052023-10-04T02:25:46.406Zwords vendor vendor american-english
2062023-10-04T02:25:46.410Zwords system system australian-english
2072023-10-04T02:25:46.413Zwords system system british-english
2082023-10-04T02:25:46.417Zwords system system canadian-english
2092023-10-04T02:25:46.420Zwords system system french
2102023-10-04T02:25:46.423Zwords system system italian
2112023-10-04T02:25:46.426Zwords system system ngerman
2122023-10-04T02:25:46.430Zwords system system ogerman
2132023-10-04T02:25:46.433Zwords system system spanish
2142023-10-04T02:25:46.839ZFMRI IFO
2152023-10-04T02:25:46.843Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2162023-10-04T02:25:46.846Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2172023-10-04T02:25:46.850Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2182023-10-04T02:25:46.853Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2192023-10-04T02:25:46.857Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2202023-10-04T02:25:46.860Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2212023-10-04T02:25:46.906Z+ set -o errexit
2222023-10-04T02:25:46.909Z+++ dirname ./tools/ci_download_cockroachdb
2232023-10-04T02:25:46.912Z++ cd ./tools
2242023-10-04T02:25:46.915Z++ pwd
2252023-10-04T02:25:46.918Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2262023-10-04T02:25:46.921Z++ basename ./tools/ci_download_cockroachdb
2272023-10-04T02:25:46.924Z+ ARG0=ci_download_cockroachdb
2282023-10-04T02:25:46.927Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2292023-10-04T02:25:46.964Z+ CIDL_VERSION=v22.1.9
2302023-10-04T02:25:46.970Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2312023-10-04T02:25:46.973Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2322023-10-04T02:25:46.976Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2332023-10-04T02:25:46.981Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2342023-10-04T02:25:46.985Z+ TARGET_DIR=out
2352023-10-04T02:25:46.991Z+ DOWNLOAD_DIR=out/downloads
2362023-10-04T02:25:46.996Z+ DEST_DIR=./out/cockroachdb
2372023-10-04T02:25:47.001Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2382023-10-04T02:25:47.007Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2392023-10-04T02:25:47.010Z+ main
2402023-10-04T02:25:47.426Z+ [[ 0 != 0 ]]
2412023-10-04T02:25:47.429Z+ CIDL_OS=solaris2.11
2422023-10-04T02:25:47.437Z+ [[ 0 != 0 ]]
2432023-10-04T02:25:47.441Z+ configure_os solaris2.11
2442023-10-04T02:25:47.444Z+ echo 'current directory: /work/oxidecomputer/omicron'
2452023-10-04T02:25:47.448Zcurrent directory: /work/oxidecomputer/omicron
2462023-10-04T02:25:47.451Z+ echo 'configuring based on OS: "solaris2.11"'
2472023-10-04T02:25:47.454Zconfiguring based on OS: "solaris2.11"
2482023-10-04T02:25:47.459Z+ case "$1" in
2492023-10-04T02:25:47.461Z+ CIDL_BUILD=illumos
2502023-10-04T02:25:47.464Z+ CIDL_SUFFIX=tar.gz
2512023-10-04T02:25:47.467Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2522023-10-04T02:25:47.470Z+ CIDL_MD5FUNC=do_md5sum
2532023-10-04T02:25:47.474Z+ CIDL_URL_BASE=https://illumos.org/downloads
2542023-10-04T02:25:47.477Z+ CIDL_ASSEMBLE=do_assemble_illumos
2552023-10-04T02:25:47.485Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2562023-10-04T02:25:47.488Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2572023-10-04T02:25:47.491Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-04T02:25:47.494Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2592023-10-04T02:25:47.496Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-04T02:25:47.499Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-04T02:25:47.502ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-04T02:25:47.505Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-10-04T02:25:47.508ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-04T02:25:47.512Z+ mkdir -p out/downloads
2652023-10-04T02:25:47.518Z+ mkdir -p ./out/cockroachdb
2662023-10-04T02:25:47.526Z+ local DO_DOWNLOAD=true
2672023-10-04T02:25:47.535Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2682023-10-04T02:25:47.545Z+ '[' true == true ']'
2692023-10-04T02:25:47.552Z+ echo Downloading...
2702023-10-04T02:25:47.557ZDownloading...
2712023-10-04T02:25:47.561Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-10-04T02:25:47.565Z+ 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
2732023-10-04T02:25:50.118Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-04T02:25:50.532Z++ md5sum
2752023-10-04T02:25:50.536Z++ awk '{print $1}'
2762023-10-04T02:25:50.552Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2772023-10-04T02:25:50.562Z+ [[ 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 ]]
2782023-10-04T02:25:50.568Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-04T02:25:50.573Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2802023-10-04T02:25:53.640Z+ do_assemble_illumos
2812023-10-04T02:25:53.644Z+ rm -r ./out/cockroachdb
2822023-10-04T02:25:53.647Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2832023-10-04T02:25:54.288Z+ ./out/cockroachdb/bin/cockroach version
2842023-10-04T02:25:54.621ZBuild Tag: v22.1.9-dirty
2852023-10-04T02:25:54.625ZBuild Time: 2022/10/26 21:17:46
2862023-10-04T02:25:54.628ZDistribution: OSS
2872023-10-04T02:25:54.631ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2882023-10-04T02:25:54.634ZGo Version: go1.17.13
2892023-10-04T02:25:54.637ZC Compiler: gcc 10.3.0
2902023-10-04T02:25:54.641ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2912023-10-04T02:25:54.645ZBuild Type: release
2922023-10-04T02:25:54.649Z+ set -o errexit
2932023-10-04T02:25:54.653Z+++ dirname ./tools/ci_download_clickhouse
2942023-10-04T02:25:54.656Z++ cd ./tools
2952023-10-04T02:25:54.659Z++ pwd
2962023-10-04T02:25:54.662Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2972023-10-04T02:25:54.665Z++ basename ./tools/ci_download_clickhouse
2982023-10-04T02:25:54.670Z+ ARG0=ci_download_clickhouse
2992023-10-04T02:25:54.673Z+ TARGET_DIR=out
3002023-10-04T02:25:54.676Z+ DOWNLOAD_DIR=out/downloads
3012023-10-04T02:25:54.679Z+ DEST_DIR=./out/clickhouse
3022023-10-04T02:25:54.683Z+ CIDL_VERSION=v22.8.9.24
3032023-10-04T02:25:54.686Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3042023-10-04T02:25:54.690Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3052023-10-04T02:25:54.693Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3062023-10-04T02:25:54.696Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3072023-10-04T02:25:54.699Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3082023-10-04T02:25:54.703Z+ main
3092023-10-04T02:25:54.708Z+ [[ 0 != 0 ]]
3102023-10-04T02:25:54.714Z+ CIDL_OS=solaris2.11
3112023-10-04T02:25:54.719Z+ [[ 0 != 0 ]]
3122023-10-04T02:25:54.724Z+ configure_os solaris2.11
3132023-10-04T02:25:54.728Z+ echo 'current directory: /work/oxidecomputer/omicron'
3142023-10-04T02:25:54.733Zcurrent directory: /work/oxidecomputer/omicron
3152023-10-04T02:25:54.737Z+ echo 'configuring based on OS: "solaris2.11"'
3162023-10-04T02:25:54.741Zconfiguring based on OS: "solaris2.11"
3172023-10-04T02:25:54.745Z+ CIDL_DASHREV=
3182023-10-04T02:25:54.749Z+ case "$1" in
3192023-10-04T02:25:54.754Z+ CIDL_PLATFORM=illumos
3202023-10-04T02:25:54.757Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3212023-10-04T02:25:54.761Z+ CIDL_MD5FUNC=do_md5sum
3222023-10-04T02:25:54.765Z+ CIDL_DASHREV=-1
3232023-10-04T02:25:54.768Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3242023-10-04T02:25:54.771Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-04T02:25:54.775Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-04T02:25:54.778Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-04T02:25:54.781Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-10-04T02:25:54.785ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-04T02:25:54.789Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3302023-10-04T02:25:54.792ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-04T02:25:54.795Z+ mkdir -p out/downloads
3322023-10-04T02:25:54.799Z+ mkdir -p ./out/clickhouse
3332023-10-04T02:25:54.802Z+ local DO_DOWNLOAD=true
3342023-10-04T02:25:54.805Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3352023-10-04T02:25:54.808Z+ '[' true == true ']'
3362023-10-04T02:25:54.812Z+ echo Downloading...
3372023-10-04T02:25:54.815ZDownloading...
3382023-10-04T02:25:54.819Z+ 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
3392023-10-04T02:25:54.822Z+ 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
3402023-10-04T02:25:56.333Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-10-04T02:25:56.338Z++ md5sum
3422023-10-04T02:25:56.342Z++ awk '{print $1}'
3432023-10-04T02:25:56.586Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3442023-10-04T02:25:56.589Z+ [[ 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 ]]
3452023-10-04T02:25:56.591Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3462023-10-04T02:25:56.594Z+ mkdir -p ./out/clickhouse
3472023-10-04T02:25:56.597Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3482023-10-04T02:26:01.410Z+ ./out/clickhouse/clickhouse server --version
3492023-10-04T02:26:01.464ZClickHouse server version 22.8.9.1.
3502023-10-04T02:26:01.555Z+ set -o errexit
3512023-10-04T02:26:01.565Z+++ dirname ./tools/ci_download_console
3522023-10-04T02:26:01.572Z++ cd ./tools
3532023-10-04T02:26:01.578Z++ pwd
3542023-10-04T02:26:01.582Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3552023-10-04T02:26:01.589Z++ basename ./tools/ci_download_console
3562023-10-04T02:26:01.592Z+ ARG0=ci_download_console
3572023-10-04T02:26:01.596Z+ TARGET_DIR=out
3582023-10-04T02:26:01.600Z+ DOWNLOAD_DIR=out/downloads
3592023-10-04T02:26:01.604Z+ DEST_DIR=./out/console-assets
3602023-10-04T02:26:01.608Z+ source /work/oxidecomputer/omicron/tools/console_version
3612023-10-04T02:26:01.611Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3622023-10-04T02:26:01.615Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3632023-10-04T02:26:01.619Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3642023-10-04T02:26:01.623Z+ TARBALL_FILE=out/downloads/console.tar.gz
3652023-10-04T02:26:01.627Z+ main
3662023-10-04T02:26:01.631Z+ [[ 0 != 0 ]]
3672023-10-04T02:26:01.640Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3682023-10-04T02:26:01.652ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3692023-10-04T02:26:01.656Z+ echo 'Local file: out/downloads/console.tar.gz'
3702023-10-04T02:26:01.660ZLocal file: out/downloads/console.tar.gz
3712023-10-04T02:26:01.663Z+ local DO_DOWNLOAD=true
3722023-10-04T02:26:01.667Z+ [[ -f out/downloads/console.tar.gz ]]
3732023-10-04T02:26:01.671Z+ mkdir -p out/downloads
3742023-10-04T02:26:01.676Z+ '[' true == true ']'
3752023-10-04T02:26:01.680Z+ echo Downloading...
3762023-10-04T02:26:01.683ZDownloading...
3772023-10-04T02:26:01.687Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3782023-10-04T02:26:01.691Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3792023-10-04T02:26:02.148Z++ do_sha256sum out/downloads/console.tar.gz
3802023-10-04T02:26:02.158Z++ case "$OSTYPE" in
3812023-10-04T02:26:02.170Z++ SHA=sha256sum
3822023-10-04T02:26:02.185Z++ sha256sum
3832023-10-04T02:26:02.191Z++ awk '{print $1}'
3842023-10-04T02:26:02.194Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3852023-10-04T02:26:02.197Z+ [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]]
3862023-10-04T02:26:02.201Z+ rm -rf ./out/console-assets
3872023-10-04T02:26:02.205Z+ mkdir -p ./out/console-assets
3882023-10-04T02:26:02.209Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3892023-10-04T02:26:02.212Z+ mkdir -p ./out/console-assets
3902023-10-04T02:26:02.216Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3912023-10-04T02:26:02.317Z+ set -o errexit
3922023-10-04T02:26:02.320Z+++ dirname ./tools/ci_download_maghemite_openapi
3932023-10-04T02:26:02.325Z++ cd ./tools
3942023-10-04T02:26:02.329Z++ pwd
3952023-10-04T02:26:02.335Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3962023-10-04T02:26:02.342Z++ basename ./tools/ci_download_maghemite_openapi
3972023-10-04T02:26:02.761Z+ ARG0=ci_download_maghemite_openapi
3982023-10-04T02:26:02.769Z+ TARGET_DIR=out
3992023-10-04T02:26:02.784Z+ DOWNLOAD_DIR=out/downloads
4002023-10-04T02:26:02.791Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4012023-10-04T02:26:02.803Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4022023-10-04T02:26:02.813Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4032023-10-04T02:26:02.826Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4042023-10-04T02:26:02.836Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4052023-10-04T02:26:02.843Z+ main
4062023-10-04T02:26:02.848Z+ [[ 0 != 0 ]]
4072023-10-04T02:26:02.858Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4082023-10-04T02:26:02.866ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4092023-10-04T02:26:02.873Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4102023-10-04T02:26:02.881ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4112023-10-04T02:26:02.895Z+ local DO_DOWNLOAD=true
4122023-10-04T02:26:02.903Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4132023-10-04T02:26:02.912Z+ mkdir -p out/downloads
4142023-10-04T02:26:02.920Z+ '[' true == true ']'
4152023-10-04T02:26:02.949Z+ echo Downloading...
4162023-10-04T02:26:02.990ZDownloading...
4172023-10-04T02:26:03.010Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4182023-10-04T02:26:03.028Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4192023-10-04T02:26:03.041Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4202023-10-04T02:26:03.050Z++ case "$OSTYPE" in
4212023-10-04T02:26:03.066Z++ SHA=sha256sum
4222023-10-04T02:26:03.077Z++ sha256sum
4232023-10-04T02:26:03.082Z++ awk '{print $1}'
4242023-10-04T02:26:03.511Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4252023-10-04T02:26:03.520Z+ [[ 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 ]]
4262023-10-04T02:26:03.527Z+ set -o errexit
4272023-10-04T02:26:03.531Z+++ dirname ./tools/ci_download_dendrite_openapi
4282023-10-04T02:26:03.534Z++ cd ./tools
4292023-10-04T02:26:03.538Z++ pwd
4302023-10-04T02:26:03.543Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312023-10-04T02:26:03.547Z++ basename ./tools/ci_download_dendrite_openapi
4322023-10-04T02:26:03.552Z+ ARG0=ci_download_dendrite_openapi
4332023-10-04T02:26:03.555Z+ TARGET_DIR=out
4342023-10-04T02:26:03.558Z+ DOWNLOAD_DIR=out/downloads
4352023-10-04T02:26:03.562Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4362023-10-04T02:26:03.565Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4372023-10-04T02:26:03.568Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4382023-10-04T02:26:03.573Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4392023-10-04T02:26:03.576Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4402023-10-04T02:26:03.579Z+ main
4412023-10-04T02:26:03.582Z+ [[ 0 != 0 ]]
4422023-10-04T02:26:03.586Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4432023-10-04T02:26:03.591ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4442023-10-04T02:26:03.652Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4452023-10-04T02:26:03.669ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4462023-10-04T02:26:04.088Z+ local DO_DOWNLOAD=true
4472023-10-04T02:26:04.101Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4482023-10-04T02:26:04.128Z+ mkdir -p out/downloads
4492023-10-04T02:26:04.147Z+ '[' true == true ']'
4502023-10-04T02:26:04.159Z+ echo Downloading...
4512023-10-04T02:26:04.167ZDownloading...
4522023-10-04T02:26:04.173Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4532023-10-04T02:26:04.182Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4542023-10-04T02:26:04.190Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4552023-10-04T02:26:04.193Z++ case "$OSTYPE" in
4562023-10-04T02:26:04.196Z++ SHA=sha256sum
4572023-10-04T02:26:04.199Z++ sha256sum
4582023-10-04T02:26:04.203Z++ awk '{print $1}'
4592023-10-04T02:26:04.207Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4602023-10-04T02:26:04.211Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4612023-10-04T02:26:04.215Z+ set -o errexit
4622023-10-04T02:26:04.218Z+++ dirname ./tools/ci_download_dendrite_stub
4632023-10-04T02:26:04.221Z++ cd ./tools
4642023-10-04T02:26:04.224Z++ pwd
4652023-10-04T02:26:04.227Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-10-04T02:26:04.231Z++ basename ./tools/ci_download_dendrite_stub
4672023-10-04T02:26:04.234Z+ ARG0=ci_download_dendrite_stub
4682023-10-04T02:26:04.237Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4692023-10-04T02:26:04.241Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4702023-10-04T02:26:04.246Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4712023-10-04T02:26:04.249Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4722023-10-04T02:26:04.252Zcurrent directory: /work/oxidecomputer/omicron
4732023-10-04T02:26:04.255Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-10-04T02:26:04.260Zconfiguring based on OS: "solaris2.11"
4752023-10-04T02:26:04.263Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4762023-10-04T02:26:04.267ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4772023-10-04T02:26:04.271Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4782023-10-04T02:26:04.275ZLocal file: out/downloads/dendrite-stub.tar.gz
4792023-10-04T02:26:04.279Z+ TARGET_DIR=out
4802023-10-04T02:26:04.283ZDownloading...
4812023-10-04T02:26:04.286Z+ DOWNLOAD_DIR=out/downloads
4822023-10-04T02:26:04.289Z+ DEST_DIR=./out/dendrite-stub
4832023-10-04T02:26:04.295Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4842023-10-04T02:26:04.297Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4852023-10-04T02:26:04.300Z+ REPO=oxidecomputer/dendrite
4862023-10-04T02:26:04.303Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4872023-10-04T02:26:04.306Z+ main
4882023-10-04T02:26:04.310Z+ [[ 0 != 0 ]]
4892023-10-04T02:26:04.313Z+ CIDL_OS=solaris2.11
4902023-10-04T02:26:04.318Z+ [[ 0 != 0 ]]
4912023-10-04T02:26:04.321Z+ configure_os solaris2.11
4922023-10-04T02:26:04.325Z+ echo 'current directory: /work/oxidecomputer/omicron'
4932023-10-04T02:26:04.328Z+ echo 'configuring based on OS: "solaris2.11"'
4942023-10-04T02:26:04.332Z+ case "$1" in
4952023-10-04T02:26:04.337Z+ SET_BINARIES=
4962023-10-04T02:26:04.340Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4972023-10-04T02:26:04.344Z+ CIDL_SHA256FUNC=do_sha256sum
4982023-10-04T02:26:04.347Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4992023-10-04T02:26:04.351Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5002023-10-04T02:26:04.360Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5012023-10-04T02:26:04.375Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5022023-10-04T02:26:04.800Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5032023-10-04T02:26:04.808Z+ mkdir -p out/downloads
5042023-10-04T02:26:04.824Z+ mkdir -p ./out/dendrite-stub
5052023-10-04T02:26:04.866Z+ fetch_and_verify
5062023-10-04T02:26:04.880Z+ local DO_DOWNLOAD=true
5072023-10-04T02:26:04.899Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5082023-10-04T02:26:05.323Z+ '[' true == true ']'
5092023-10-04T02:26:05.345Z+ echo Downloading...
5102023-10-04T02:26:05.780Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5112023-10-04T02:26:05.800Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5122023-10-04T02:26:17.613Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5132023-10-04T02:26:17.616Z++ sha256sum
5142023-10-04T02:26:17.618Z++ awk '{print $1}'
5152023-10-04T02:26:17.747Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5162023-10-04T02:26:17.780Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5172023-10-04T02:26:17.785Z+ do_untar out/downloads/dendrite-stub.tar.gz
5182023-10-04T02:26:17.792Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5192023-10-04T02:26:18.665Z+ do_assemble
5202023-10-04T02:26:18.667Z+ rm -r ./out/dendrite-stub
5212023-10-04T02:26:18.670Z+ mkdir ./out/dendrite-stub
5222023-10-04T02:26:18.673Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5232023-10-04T02:26:18.814Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5242023-10-04T02:26:18.826Z+ set -o errexit
5252023-10-04T02:26:18.830Z+++ dirname ./tools/ci_download_transceiver_control
5262023-10-04T02:26:18.834Z++ cd ./tools
5272023-10-04T02:26:18.837Z++ pwd
5282023-10-04T02:26:18.840Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292023-10-04T02:26:18.842Z++ basename ./tools/ci_download_transceiver_control
5302023-10-04T02:26:18.845Z+ ARG0=ci_download_transceiver_control
5312023-10-04T02:26:18.848Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5322023-10-04T02:26:18.851Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5332023-10-04T02:26:18.854Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5342023-10-04T02:26:18.857Z+ TARGET_DIR=out
5352023-10-04T02:26:18.861Z+ DOWNLOAD_DIR=out/downloads
5362023-10-04T02:26:18.864Z+ DEST_DIR=./out/transceiver-control
5372023-10-04T02:26:18.867Z+ BIN_DIR=/opt/oxide/bin
5382023-10-04T02:26:18.870Z+ BINARY=xcvradm
5392023-10-04T02:26:18.873Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5402023-10-04T02:26:18.876Z+ REPO=oxidecomputer/transceiver-control
5412023-10-04T02:26:18.881Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5422023-10-04T02:26:18.884Z+ main
5432023-10-04T02:26:18.887Z+ [[ 0 != 0 ]]
5442023-10-04T02:26:18.890Z+ CIDL_OS=solaris2.11
5452023-10-04T02:26:18.892Z+ [[ 0 != 0 ]]
5462023-10-04T02:26:18.901Z+ configure_os solaris2.11
5472023-10-04T02:26:18.905Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482023-10-04T02:26:18.908Zcurrent directory: /work/oxidecomputer/omicron
5492023-10-04T02:26:18.911Z+ echo 'configuring based on OS: "solaris2.11"'
5502023-10-04T02:26:18.914Zconfiguring based on OS: "solaris2.11"
5512023-10-04T02:26:18.916Z+ case "$1" in
5522023-10-04T02:26:18.919Z+ SET_BINARIES=
5532023-10-04T02:26:18.922Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5542023-10-04T02:26:18.925Z+ CIDL_SHA256FUNC=do_sha256sum
5552023-10-04T02:26:18.928Z+ ARCHIVE_FILENAME=xcvradm.gz
5562023-10-04T02:26:18.931Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5572023-10-04T02:26:18.934Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5582023-10-04T02:26:18.936Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5592023-10-04T02:26:18.940ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5602023-10-04T02:26:18.943Z+ echo 'Local file: out/downloads/xcvradm.gz'
5612023-10-04T02:26:18.946ZLocal file: out/downloads/xcvradm.gz
5622023-10-04T02:26:18.950Z+ mkdir -p out/downloads
5632023-10-04T02:26:18.954Z+ mkdir -p ./out/transceiver-control
5642023-10-04T02:26:18.957Z+ fetch_and_verify
5652023-10-04T02:26:18.960Z+ local DO_DOWNLOAD=true
5662023-10-04T02:26:18.963Z+ [[ -f out/downloads/xcvradm.gz ]]
5672023-10-04T02:26:18.967Z+ '[' true == true ']'
5682023-10-04T02:26:18.971Z+ echo Downloading...
5692023-10-04T02:26:18.975ZDownloading...
5702023-10-04T02:26:18.981Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5712023-10-04T02:26:18.989Z+ 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
5722023-10-04T02:26:20.490Z++ do_sha256sum out/downloads/xcvradm.gz
5732023-10-04T02:26:20.502Z++ sha256sum
5742023-10-04T02:26:20.508Z++ awk '{print $1}'
5752023-10-04T02:26:20.511Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5762023-10-04T02:26:20.514Z+ [[ 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 ]]
5772023-10-04T02:26:20.517Z+ do_unpack out/downloads/xcvradm.gz
5782023-10-04T02:26:20.520Z+ mkdir -p out/downloads/root//opt/oxide/bin
5792023-10-04T02:26:20.522Z+ gzip -dc out/downloads/xcvradm.gz
5802023-10-04T02:26:20.685Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5812023-10-04T02:26:20.688Z+ do_assemble
5822023-10-04T02:26:20.691Z+ rm -r ./out/transceiver-control
5832023-10-04T02:26:20.694Z+ mkdir ./out/transceiver-control
5842023-10-04T02:26:20.697Z+ cp -r out/downloads/root ./out/transceiver-control/root
5852023-10-04T02:26:20.870ZAll prerequisites installed successfully
5862023-10-04T02:26:20.882Z
5872023-10-04T02:26:20.891Zreal 2:14.462298394
5882023-10-04T02:26:20.896Zuser 48.102108679
5892023-10-04T02:26:20.899Zsys 9.076592359
5902023-10-04T02:26:20.902Ztrap 0.021088714
5912023-10-04T02:26:20.906Ztflt 0.172599601
5922023-10-04T02:26:20.910Zdflt 0.548271630
5932023-10-04T02:26:20.914Zkflt 0.204598935
5942023-10-04T02:26:20.917Zlock 2.172966090
5952023-10-04T02:26:20.920Zslp 4:13.117295646
5962023-10-04T02:26:20.923Zlat 3.190427259
5972023-10-04T02:26:20.926Zstop 0.084704849
5982023-10-04T02:26:20.930Z+ banner end-to-end-tests
5992023-10-04T02:26:20.934Z
6002023-10-04T02:26:20.937Z ###### # # ##### ##### #### ###### # # #####
6012023-10-04T02:26:20.940Z # ## # # # # # # # ## # # #
6022023-10-04T02:26:20.942Z ##### # # # # # ##### # # # ##### ##### # # # # #
6032023-10-04T02:26:20.945Z # # # # # # # # # # # # # # #
6042023-10-04T02:26:20.948Z # # ## # # # # # # # ## # #
6052023-10-04T02:26:20.953Z ###### # # ##### # #### ###### # # #####
6062023-10-04T02:26:20.956Z
6072023-10-04T02:26:20.959Z+ export CARGO_PROFILE_DEV_DEBUG=1
6082023-10-04T02:26:20.962Z+ CARGO_PROFILE_DEV_DEBUG=1
6092023-10-04T02:26:20.965Z+ export CARGO_PROFILE_TEST_DEBUG=1
6102023-10-04T02:26:20.967Z+ CARGO_PROFILE_TEST_DEBUG=1
6112023-10-04T02:26:20.970Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6122023-10-04T02:26:21.215Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6132023-10-04T02:26:21.572Z Updating crates.io index
6142023-10-04T02:26:21.575Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6152023-10-04T02:26:22.212Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6162023-10-04T02:26:22.960Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6172023-10-04T02:26:25.294Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6182023-10-04T02:26:25.438Z Updating git repository `http://github.com/oxidecomputer/tofino`
6192023-10-04T02:26:25.765Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6202023-10-04T02:26:26.056Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6212023-10-04T02:26:26.351Z Updating git repository `https://github.com/oxidecomputer/propolis`
6222023-10-04T02:26:27.239Z Updating git repository `https://github.com/oxidecomputer/opte`
6232023-10-04T02:26:28.361Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6242023-10-04T02:26:28.718Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6252023-10-04T02:26:30.066Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6262023-10-04T02:26:30.498Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6272023-10-04T02:26:30.706Z Updating git repository `https://github.com/njaremko/samael`
6282023-10-04T02:26:31.117Z Updating git repository `https://github.com/oxidecomputer/crucible`
6292023-10-04T02:26:32.755Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6302023-10-04T02:26:33.232Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6312023-10-04T02:26:33.851Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6322023-10-04T02:26:34.276Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6332023-10-04T02:26:34.627Z Updating git repository `https://github.com/oxidecomputer/omicron`
6342023-10-04T02:26:43.863Z Updating git repository `https://github.com/oxidecomputer/rfb`
6352023-10-04T02:26:44.273Z Updating git repository `https://github.com/jgallagher/nix`
6362023-10-04T02:26:45.645Z Updating git repository `https://github.com/cbiffle/hubpack`
6372023-10-04T02:26:46.095Z Updating git repository `https://github.com/oxidecomputer/typify`
6382023-10-04T02:26:47.114Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6392023-10-04T02:26:47.550Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6402023-10-04T02:26:47.879Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6412023-10-04T02:26:49.941Z Downloading crates ...
6422023-10-04T02:26:50.139Z Downloaded atomic-waker v1.1.1
6432023-10-04T02:26:50.167Z Downloaded autocfg v1.1.0
6442023-10-04T02:26:50.173Z Downloaded cfg-if v1.0.0
6452023-10-04T02:26:50.178Z Downloaded convert_case v0.4.0
6462023-10-04T02:26:50.183Z Downloaded percent-encoding v2.3.0
6472023-10-04T02:26:50.188Z Downloaded pem v1.1.1
6482023-10-04T02:26:50.193Z Downloaded byteorder v1.4.3
6492023-10-04T02:26:50.198Z Downloaded phf v0.11.2
6502023-10-04T02:26:50.201Z Downloaded nibble_vec v0.1.0
6512023-10-04T02:26:50.204Z Downloaded cbc v0.1.2
6522023-10-04T02:26:50.208Z Downloaded proc-macro-crate v1.3.1
6532023-10-04T02:26:50.213Z Downloaded cstr-argument v0.1.2
6542023-10-04T02:26:50.217Z Downloaded pbkdf2 v0.11.0
6552023-10-04T02:26:50.227Z Downloaded bit-set v0.5.3
6562023-10-04T02:26:50.233Z Downloaded difflib v0.4.0
6572023-10-04T02:26:50.242Z Downloaded lru-cache v0.1.2
6582023-10-04T02:26:50.248Z Downloaded opaque-debug v0.3.0
6592023-10-04T02:26:50.253Z Downloaded curve25519-dalek-derive v0.1.0
6602023-10-04T02:26:50.256Z Downloaded openssl-probe v0.1.5
6612023-10-04T02:26:50.260Z Downloaded openssl-macros v0.1.1
6622023-10-04T02:26:50.265Z Downloaded num_enum v0.7.0
6632023-10-04T02:26:50.280Z Downloaded data-encoding v2.4.0
6642023-10-04T02:26:50.283Z Downloaded num v0.4.1
6652023-10-04T02:26:50.287Z Downloaded password-hash v0.4.2
6662023-10-04T02:26:50.293Z Downloaded memoffset v0.7.1
6672023-10-04T02:26:50.296Z Downloaded argon2 v0.5.2
6682023-10-04T02:26:50.301Z Downloaded anstyle-parse v0.2.1
6692023-10-04T02:26:50.306Z Downloaded cpufeatures v0.2.9
6702023-10-04T02:26:50.311Z Downloaded debug-ignore v1.0.5
6712023-10-04T02:26:50.315Z Downloaded clap_lex v0.5.1
6722023-10-04T02:26:50.319Z Downloaded colored v2.0.4
6732023-10-04T02:26:50.326Z Downloaded option-ext v0.2.0
6742023-10-04T02:26:50.330Z Downloaded bit-vec v0.6.3
6752023-10-04T02:26:50.335Z Downloaded synstructure v0.12.6
6762023-10-04T02:26:50.338Z Downloaded headers-core v0.2.0
6772023-10-04T02:26:50.341Z Downloaded equivalent v1.0.1
6782023-10-04T02:26:50.344Z Downloaded hyper-tls v0.5.0
6792023-10-04T02:26:50.347Z Downloaded once_cell v1.18.0
6802023-10-04T02:26:50.353Z Downloaded parking_lot_core v0.8.6
6812023-10-04T02:26:50.356Z Downloaded parking_lot v0.12.1
6822023-10-04T02:26:50.411Z Downloaded native-tls v0.2.11
6832023-10-04T02:26:50.414Z Downloaded mime v0.3.17
6842023-10-04T02:26:50.416Z Downloaded is-terminal v0.4.9
6852023-10-04T02:26:50.419Z Downloaded instant v0.1.12
6862023-10-04T02:26:50.422Z Downloaded spki v0.7.2
6872023-10-04T02:26:50.429Z Downloaded hashlink v0.8.3
6882023-10-04T02:26:50.433Z Downloaded secrecy v0.8.0
6892023-10-04T02:26:50.436Z Downloaded ipnetwork v0.20.0
6902023-10-04T02:26:50.439Z Downloaded utf-8 v0.7.6
6912023-10-04T02:26:50.441Z Downloaded pest_meta v2.7.2
6922023-10-04T02:26:50.444Z Downloaded usdt-impl v0.3.5
6932023-10-04T02:26:50.446Z Downloaded form_urlencoded v1.2.0
6942023-10-04T02:26:50.454Z Downloaded lalrpop-util v0.19.12
6952023-10-04T02:26:50.456Z Downloaded password-hash v0.5.0
6962023-10-04T02:26:50.459Z Downloaded dyn-clone v1.0.13
6972023-10-04T02:26:50.463Z Downloaded iana-time-zone v0.1.57
6982023-10-04T02:26:50.466Z Downloaded hyper-staticfile v0.9.5
6992023-10-04T02:26:50.469Z Downloaded derive_more v0.99.17
7002023-10-04T02:26:50.483Z Downloaded toml_datetime v0.6.3
7012023-10-04T02:26:50.486Z Downloaded tokio-tungstenite v0.17.2
7022023-10-04T02:26:50.489Z Downloaded smawk v0.3.1
7032023-10-04T02:26:50.493Z Downloaded foreign-types-shared v0.3.1
7042023-10-04T02:26:50.498Z Downloaded foreign-types-shared v0.1.1
7052023-10-04T02:26:50.501Z Downloaded sct v0.7.0
7062023-10-04T02:26:50.504Z Downloaded hubpack_derive v0.1.1
7072023-10-04T02:26:50.507Z Downloaded hex v0.4.3
7082023-10-04T02:26:50.512Z Downloaded backtrace v0.3.69
7092023-10-04T02:26:50.517Z Downloaded futures-core v0.3.28
7102023-10-04T02:26:50.519Z Downloaded serde_spanned v0.6.3
7112023-10-04T02:26:50.523Z Downloaded enum-iterator v1.4.1
7122023-10-04T02:26:50.528Z Downloaded strum v0.25.0
7132023-10-04T02:26:50.530Z Downloaded hex-literal v0.4.1
7142023-10-04T02:26:50.534Z Downloaded predicates-core v1.0.6
7152023-10-04T02:26:50.557Z Downloaded universal-hash v0.5.1
7162023-10-04T02:26:50.568Z Downloaded twox-hash v1.6.3
7172023-10-04T02:26:50.579Z Downloaded http-range v0.1.5
7182023-10-04T02:26:50.594Z Downloaded typenum v1.16.0
7192023-10-04T02:26:50.598Z Downloaded rustc_version v0.4.0
7202023-10-04T02:26:50.610Z Downloaded indexmap v1.9.3
7212023-10-04T02:26:50.614Z Downloaded russh-cryptovec v0.7.0
7222023-10-04T02:26:50.623Z Downloaded slog-async v2.8.0
7232023-10-04T02:26:50.627Z Downloaded rand_core v0.6.4
7242023-10-04T02:26:50.636Z Downloaded humantime v2.1.0
7252023-10-04T02:26:50.642Z Downloaded rand_chacha v0.3.1
7262023-10-04T02:26:50.646Z Downloaded textwrap v0.11.0
7272023-10-04T02:26:50.650Z Downloaded zip v0.6.6
7282023-10-04T02:26:50.653Z Downloaded strum_macros v0.25.2
7292023-10-04T02:26:50.659Z Downloaded tower-service v0.3.2
7302023-10-04T02:26:50.663Z Downloaded toolchain_find v0.2.0
7312023-10-04T02:26:50.666Z Downloaded strsim v0.8.0
7322023-10-04T02:26:50.670Z Downloaded slog-stdlog v4.1.1
7332023-10-04T02:26:50.673Z Downloaded slog-scope v4.4.0
7342023-10-04T02:26:50.676Z Downloaded filetime v0.2.22
7352023-10-04T02:26:50.679Z Downloaded scopeguard v1.2.0
7362023-10-04T02:26:50.682Z Downloaded foreign-types v0.5.0
7372023-10-04T02:26:50.685Z Downloaded utf8parse v0.2.1
7382023-10-04T02:26:50.687Z Downloaded tokio-macros v2.1.0
7392023-10-04T02:26:50.690Z Downloaded headers v0.3.9
7402023-10-04T02:26:50.693Z Downloaded try-lock v0.2.4
7412023-10-04T02:26:50.696Z Downloaded time-core v0.1.1
7422023-10-04T02:26:50.700Z Downloaded der v0.7.8
7432023-10-04T02:26:50.703Z Downloaded version_check v0.9.4
7442023-10-04T02:26:50.706Z Downloaded tracing-attributes v0.1.26
7452023-10-04T02:26:50.709Z Downloaded thread_local v1.1.7
7462023-10-04T02:26:50.712Z Downloaded sha1 v0.10.5
7472023-10-04T02:26:50.715Z Downloaded enum-iterator-derive v1.2.1
7482023-10-04T02:26:50.718Z Downloaded smallvec v1.11.0
7492023-10-04T02:26:50.721Z Downloaded sha-1 v0.10.1
7502023-10-04T02:26:50.724Z Downloaded ron v0.7.1
7512023-10-04T02:26:50.726Z Downloaded waitgroup v0.1.2
7522023-10-04T02:26:50.729Z Downloaded fastrand v2.0.0
7532023-10-04T02:26:50.732Z Downloaded untrusted v0.7.1
7542023-10-04T02:26:50.735Z Downloaded erased-serde v0.3.30
7552023-10-04T02:26:50.738Z Downloaded strsim v0.10.0
7562023-10-04T02:26:50.741Z Downloaded home v0.5.5
7572023-10-04T02:26:50.743Z Downloaded rustfmt-wrapper v0.2.0
7582023-10-04T02:26:50.746Z Downloaded subtle v2.5.0
7592023-10-04T02:26:50.771Z Downloaded time-macros v0.2.13
7602023-10-04T02:26:50.774Z Downloaded getopts v0.2.21
7612023-10-04T02:26:50.777Z Downloaded jobserver v0.1.26
7622023-10-04T02:26:50.781Z Downloaded ghash v0.5.0
7632023-10-04T02:26:50.784Z Downloaded walkdir v2.4.0
7642023-10-04T02:26:50.787Z Downloaded tokio-native-tls v0.3.1
7652023-10-04T02:26:50.789Z Downloaded enum-as-inner v0.5.1
7662023-10-04T02:26:50.801Z Downloaded tokio-postgres v0.7.10
7672023-10-04T02:26:50.804Z Downloaded ed25519 v2.2.2
7682023-10-04T02:26:50.807Z Downloaded keccak v0.1.4
7692023-10-04T02:26:50.810Z Downloaded futures v0.3.28
7702023-10-04T02:26:50.813Z Downloaded tokio-stream v0.1.14
7712023-10-04T02:26:50.816Z Downloaded ucd-trie v0.1.6
7722023-10-04T02:26:50.819Z Downloaded structopt v0.3.26
7732023-10-04T02:26:50.822Z Downloaded schemars_derive v0.8.13
7742023-10-04T02:26:50.825Z Downloaded schemars v0.8.13
7752023-10-04T02:26:50.829Z Downloaded subprocess v0.2.9
7762023-10-04T02:26:50.832Z Downloaded tracing-core v0.1.31
7772023-10-04T02:26:50.834Z Downloaded hashbrown v0.12.3
7782023-10-04T02:26:50.837Z Downloaded tracing v0.1.37
7792023-10-04T02:26:50.840Z Downloaded trust-dns-client v0.22.0
7802023-10-04T02:26:50.843Z Downloaded hashbrown v0.14.0
7812023-10-04T02:26:50.846Z Downloaded rand v0.8.5
7822023-10-04T02:26:50.848Z Downloaded rusqlite v0.29.0
7832023-10-04T02:26:50.855Z Downloaded pest v2.7.2
7842023-10-04T02:26:50.866Z Downloaded toml_edit v0.19.15
7852023-10-04T02:26:50.899Z Downloaded http v0.2.9
7862023-10-04T02:26:50.906Z Downloaded itertools v0.11.0
7872023-10-04T02:26:50.921Z Downloaded time v0.3.27
7882023-10-04T02:26:50.934Z Downloaded reqwest v0.11.20
7892023-10-04T02:26:50.950Z Downloaded unicode-normalization v0.1.22
7902023-10-04T02:26:50.958Z Downloaded aho-corasick v1.0.4
7912023-10-04T02:26:50.978Z Downloaded rand v0.7.3
7922023-10-04T02:26:51.007Z Downloaded openssl v0.10.57
7932023-10-04T02:26:51.020Z Downloaded nix v0.26.2
7942023-10-04T02:26:51.031Z Downloaded hyper v0.14.27
7952023-10-04T02:26:51.045Z Downloaded h2 v0.3.21
7962023-10-04T02:26:51.059Z Downloaded diesel v2.1.1
7972023-10-04T02:26:51.093Z Downloaded futures-util v0.3.28
7982023-10-04T02:26:51.117Z Downloaded syn v1.0.109
7992023-10-04T02:26:51.165Z Downloaded syn v2.0.32
8002023-10-04T02:26:51.168Z Downloaded curve25519-dalek v4.1.0
8012023-10-04T02:26:51.180Z Downloaded rustix v0.38.9
8022023-10-04T02:26:51.239Z Downloaded regex v1.9.5
8032023-10-04T02:26:51.249Z Downloaded radix_trie v0.2.1
8042023-10-04T02:26:51.260Z Downloaded rustls v0.21.7
8052023-10-04T02:26:51.284Z Downloaded regex-syntax v0.7.5
8062023-10-04T02:26:51.302Z Downloaded tokio v1.32.0
8072023-10-04T02:26:51.373Z Downloaded zerocopy-derive v0.2.0
8082023-10-04T02:26:51.393Z Downloaded bstr v1.6.0
8092023-10-04T02:26:51.416Z Downloaded regex-syntax v0.6.29
8102023-10-04T02:26:51.436Z Downloaded sled v0.34.7
8112023-10-04T02:26:51.462Z Downloaded zerocopy-derive v0.6.3
8122023-10-04T02:26:51.478Z Downloaded encoding_rs v0.8.33
8132023-10-04T02:26:51.524Z Downloaded rustix v0.37.23
8142023-10-04T02:26:51.565Z Downloaded bzip2-sys v0.1.11+1.0.8
8152023-10-04T02:26:51.593Z Downloaded libc v0.2.148
8162023-10-04T02:26:51.643Z Downloaded regex-automata v0.3.8
8172023-10-04T02:26:51.678Z Downloaded gimli v0.28.0
8182023-10-04T02:26:51.702Z Downloaded bstr v0.2.17
8192023-10-04T02:26:51.722Z Downloaded sha3 v0.10.8
8202023-10-04T02:26:51.736Z Downloaded regress v0.7.1
8212023-10-04T02:26:51.755Z Downloaded git2 v0.17.2
8222023-10-04T02:26:51.775Z Downloaded openapiv3 v1.0.3
8232023-10-04T02:26:51.803Z Downloaded smoltcp v0.8.2
8242023-10-04T02:26:51.822Z Downloaded hkdf v0.12.3
8252023-10-04T02:26:51.829Z Downloaded vcpkg v0.2.15
8262023-10-04T02:26:51.904Z Downloaded winapi v0.3.9
8272023-10-04T02:26:51.982Z Downloaded trust-dns-proto v0.22.0
8282023-10-04T02:26:52.009Z Downloaded ring v0.16.20
8292023-10-04T02:26:52.173Z Downloaded webpki-roots v0.25.2
8302023-10-04T02:26:52.190Z Downloaded smoltcp v0.9.1
8312023-10-04T02:26:52.203Z Downloaded idna v0.4.0
8322023-10-04T02:26:52.215Z Downloaded idna v0.2.3
8332023-10-04T02:26:52.230Z Downloaded libgit2-sys v0.15.2+1.6.4
8342023-10-04T02:26:52.337Z Downloaded object v0.32.1
8352023-10-04T02:26:52.359Z Downloaded chrono v0.4.31
8362023-10-04T02:26:52.381Z Downloaded rustls-webpki v0.101.4
8372023-10-04T02:26:52.403Z Downloaded serde_json v1.0.107
8382023-10-04T02:26:52.416Z Downloaded bitvec v1.0.1
8392023-10-04T02:26:52.446Z Downloaded russh v0.38.0
8402023-10-04T02:26:52.454Z Downloaded regex-automata v0.1.10
8412023-10-04T02:26:52.466Z Downloaded serde_with v2.3.3
8422023-10-04T02:26:52.475Z Downloaded clap_builder v4.4.2
8432023-10-04T02:26:52.488Z Downloaded winnow v0.5.15
8442023-10-04T02:26:52.504Z Downloaded clap v2.34.0
8452023-10-04T02:26:52.518Z Downloaded aes-gcm v0.10.2
8462023-10-04T02:26:52.527Z Downloaded serde_yaml v0.9.25
8472023-10-04T02:26:52.536Z Downloaded unicode-segmentation v1.10.1
8482023-10-04T02:26:52.549Z Downloaded aes v0.8.3
8492023-10-04T02:26:52.559Z Downloaded petgraph v0.6.4
8502023-10-04T02:26:52.574Z Downloaded futures-io v0.3.28
8512023-10-04T02:26:52.582Z Downloaded env_logger v0.9.3
8522023-10-04T02:26:52.592Z Downloaded textwrap v0.16.0
8532023-10-04T02:26:52.599Z Downloaded half v1.8.2
8542023-10-04T02:26:52.607Z Downloaded libz-sys v1.1.12
8552023-10-04T02:26:52.709Z Downloaded tar v0.4.40
8562023-10-04T02:26:52.716Z Downloaded heapless v0.7.16
8572023-10-04T02:26:52.720Z Downloaded hashbrown v0.13.2
8582023-10-04T02:26:52.729Z Downloaded itertools v0.10.5
8592023-10-04T02:26:52.741Z Downloaded libm v0.2.7
8602023-10-04T02:26:52.762Z Downloaded glob v0.3.1
8612023-10-04T02:26:52.772Z Downloaded serde_tokenstream v0.1.7
8622023-10-04T02:26:52.779Z Downloaded ed25519-dalek v2.0.0
8632023-10-04T02:26:52.786Z Downloaded mio v0.8.8
8642023-10-04T02:26:52.794Z Downloaded rustc-demangle v0.1.23
8652023-10-04T02:26:52.801Z Downloaded rand_core v0.5.1
8662023-10-04T02:26:52.808Z Downloaded unsafe-libyaml v0.2.9
8672023-10-04T02:26:52.816Z Downloaded itoa v1.0.9
8682023-10-04T02:26:52.822Z Downloaded parking_lot_core v0.9.8
8692023-10-04T02:26:52.830Z Downloaded russh-keys v0.38.0
8702023-10-04T02:26:52.837Z Downloaded flate2 v1.0.27
8712023-10-04T02:26:52.845Z Downloaded libsqlite3-sys v0.26.0
8722023-10-04T02:26:52.967Z Downloaded group v0.13.0
8732023-10-04T02:26:52.976Z Downloaded futures-sink v0.3.28
8742023-10-04T02:26:52.985Z Downloaded futures-macro v0.3.28
8752023-10-04T02:26:52.990Z Downloaded serde v1.0.188
8762023-10-04T02:26:53.003Z Downloaded slog v2.7.0
8772023-10-04T02:26:53.011Z Downloaded tokio-util v0.7.8
8782023-10-04T02:26:53.017Z Downloaded crossbeam-channel v0.5.8
8792023-10-04T02:26:53.026Z Downloaded signal-hook-registry v1.4.1
8802023-10-04T02:26:53.033Z Downloaded futures-task v0.3.28
8812023-10-04T02:26:53.040Z Downloaded slog-envlogger v2.2.0
8822023-10-04T02:26:53.048Z Downloaded serde_with_macros v2.3.3
8832023-10-04T02:26:53.056Z Downloaded tokio-rustls v0.24.1
8842023-10-04T02:26:53.065Z Downloaded scheduled-thread-pool v0.2.7
8852023-10-04T02:26:53.072Z Downloaded thiserror-no-std v2.0.2
8862023-10-04T02:26:53.079Z Downloaded dof v0.1.5
8872023-10-04T02:26:53.087Z Downloaded slog-dtrace v0.2.3
8882023-10-04T02:26:53.097Z Downloaded indexmap v2.0.0
8892023-10-04T02:26:53.104Z Downloaded elliptic-curve v0.13.5
8902023-10-04T02:26:53.111Z Downloaded url v2.4.1
8912023-10-04T02:26:53.121Z Downloaded ryu v1.0.15
8922023-10-04T02:26:53.129Z Downloaded hash32 v0.2.1
8932023-10-04T02:26:53.135Z Downloaded ff v0.13.0
8942023-10-04T02:26:53.141Z Downloaded slog-term v2.9.0
8952023-10-04T02:26:53.148Z Downloaded getrandom v0.1.16
8962023-10-04T02:26:53.155Z Downloaded hyper-rustls v0.24.1
8972023-10-04T02:26:53.160Z Downloaded rand_chacha v0.2.2
8982023-10-04T02:26:53.167Z Downloaded sha2 v0.10.7
8992023-10-04T02:26:53.175Z Downloaded same-file v1.0.6
9002023-10-04T02:26:53.182Z Downloaded http-body v0.4.5
9012023-10-04T02:26:53.189Z Downloaded hostname v0.3.1
9022023-10-04T02:26:53.196Z Downloaded thread-id v4.2.0
9032023-10-04T02:26:53.202Z Downloaded serde_derive_internals v0.26.0
9042023-10-04T02:26:53.209Z Downloaded tungstenite v0.17.3
9052023-10-04T02:26:53.216Z Downloaded term v0.7.0
9062023-10-04T02:26:53.224Z Downloaded futures-channel v0.3.28
9072023-10-04T02:26:53.232Z Downloaded httparse v1.8.0
9082023-10-04T02:26:53.240Z Downloaded tinyvec v1.6.0
9092023-10-04T02:26:53.247Z Downloaded foreign-types-macros v0.2.3
9102023-10-04T02:26:53.254Z Downloaded fallible-iterator v0.2.0
9112023-10-04T02:26:53.261Z Downloaded errno v0.3.2
9122023-10-04T02:26:53.273Z Downloaded rcgen v0.10.0
9132023-10-04T02:26:53.323Z Downloaded tungstenite v0.18.0
9142023-10-04T02:26:53.331Z Downloaded similar v2.2.1
9152023-10-04T02:26:53.342Z Downloaded memchr v2.6.3
9162023-10-04T02:26:53.747Z Downloaded trust-dns-server v0.22.1
9172023-10-04T02:26:53.751Z Downloaded trust-dns-resolver v0.22.0
9182023-10-04T02:26:53.754Z Downloaded semver v1.0.18
9192023-10-04T02:26:53.764Z Downloaded semver-parser v0.10.2
9202023-10-04T02:26:53.771Z Downloaded fixedbitset v0.4.2
9212023-10-04T02:26:53.784Z Downloaded stringprep v0.1.3
9222023-10-04T02:26:53.793Z Downloaded structopt-derive v0.4.18
9232023-10-04T02:26:53.797Z Downloaded unicode-width v0.1.10
9242023-10-04T02:26:53.801Z Downloaded termcolor v1.2.0
9252023-10-04T02:26:53.804Z Downloaded tap v1.0.1
9262023-10-04T02:26:53.808Z Downloaded take_mut v0.2.2
9272023-10-04T02:26:53.813Z Downloaded futures-executor v0.3.28
9282023-10-04T02:26:53.816Z Downloaded funty v2.0.0
9292023-10-04T02:26:53.819Z Downloaded num-bigint v0.4.4
9302023-10-04T02:26:53.822Z Downloaded fnv v1.0.7
9312023-10-04T02:26:53.825Z Downloaded rustversion v1.0.14
9322023-10-04T02:26:53.828Z Downloaded openssl-sys v0.9.93
9332023-10-04T02:26:53.830Z Downloaded serde_derive v1.0.188
9342023-10-04T02:26:53.833Z Downloaded serde_arrays v0.1.0
9352023-10-04T02:26:53.836Z Downloaded new_debug_unreachable v1.0.4
9362023-10-04T02:26:53.838Z Downloaded resolv-conf v0.7.0
9372023-10-04T02:26:53.841Z Downloaded allocator-api2 v0.2.16
9382023-10-04T02:26:53.844Z Downloaded getrandom v0.2.10
9392023-10-04T02:26:53.847Z Downloaded hmac v0.12.1
9402023-10-04T02:26:53.850Z Downloaded socket2 v0.5.3
9412023-10-04T02:26:53.854Z Downloaded socket2 v0.4.9
9422023-10-04T02:26:53.856Z Downloaded rustls-pemfile v1.0.3
9432023-10-04T02:26:53.860Z Downloaded rustls-native-certs v0.6.3
9442023-10-04T02:26:53.864Z Downloaded hubpack v0.1.2
9452023-10-04T02:26:53.866Z Downloaded httpdate v1.0.3
9462023-10-04T02:26:53.869Z Downloaded precomputed-hash v0.1.1
9472023-10-04T02:26:53.872Z Downloaded structmeta-derive v0.1.6
9482023-10-04T02:26:53.875Z Downloaded const_format v0.2.31
9492023-10-04T02:26:53.878Z Downloaded float-cmp v0.9.0
9502023-10-04T02:26:53.880Z Downloaded generic-array v0.14.7
9512023-10-04T02:26:53.884Z Downloaded either v1.9.0
9522023-10-04T02:26:53.887Z Downloaded arc-swap v1.6.0
9532023-10-04T02:26:53.900Z Downloaded zerocopy v0.6.3
9542023-10-04T02:26:53.902Z Downloaded heck v0.4.1
9552023-10-04T02:26:53.905Z Downloaded heck v0.3.3
9562023-10-04T02:26:53.909Z Downloaded static_assertions v1.1.0
9572023-10-04T02:26:53.911Z Downloaded slog-bunyan v2.4.0
9582023-10-04T02:26:53.914Z Downloaded uuid v1.4.1
9592023-10-04T02:26:53.917Z Downloaded toml v0.7.8
9602023-10-04T02:26:53.921Z Downloaded toml v0.5.11
9612023-10-04T02:26:53.924Z Downloaded ident_case v1.0.1
9622023-10-04T02:26:53.927Z Downloaded string_cache v0.8.7
9632023-10-04T02:26:53.930Z Downloaded slog-json v2.6.1
9642023-10-04T02:26:53.933Z Downloaded slab v0.4.9
9652023-10-04T02:26:53.936Z Downloaded siphasher v0.3.11
9662023-10-04T02:26:53.939Z Downloaded signature v2.1.0
9672023-10-04T02:26:53.942Z Downloaded serde_urlencoded v0.7.1
9682023-10-04T02:26:53.945Z Downloaded serde_tokenstream v0.2.0
9692023-10-04T02:26:53.948Z Downloaded serde_repr v0.1.16
9702023-10-04T02:26:53.951Z Downloaded serde_path_to_error v0.1.14
9712023-10-04T02:26:53.954Z Downloaded structmeta v0.1.6
9722023-10-04T02:26:53.956Z Downloaded io-lifetimes v1.0.11
9732023-10-04T02:26:53.960Z Downloaded fxhash v0.2.1
9742023-10-04T02:26:53.963Z Downloaded unicode-xid v0.2.4
9752023-10-04T02:26:53.966Z Downloaded ringbuffer v0.14.2
9762023-10-04T02:26:53.969Z Downloaded vsss-rs v3.3.1
9772023-10-04T02:26:53.971Z Downloaded vergen v8.2.4
9782023-10-04T02:26:53.974Z Downloaded spin v0.9.8
9792023-10-04T02:26:53.977Z Downloaded postcard-cobs v0.1.5-pre
9802023-10-04T02:26:53.979Z Downloaded phf_shared v0.11.2
9812023-10-04T02:26:53.982Z Downloaded darling_core v0.20.3
9822023-10-04T02:26:53.985Z Downloaded fallible-streaming-iterator v0.1.9
9832023-10-04T02:26:53.988Z Downloaded anstyle-query v1.0.0
9842023-10-04T02:26:53.991Z Downloaded addr2line v0.21.0
9852023-10-04T02:26:53.993Z Downloaded ahash v0.8.3
9862023-10-04T02:26:53.996Z Downloaded smf v0.2.2
9872023-10-04T02:26:53.999Z Downloaded crossbeam-epoch v0.9.15
9882023-10-04T02:26:54.002Z Downloaded dtrace-parser v0.1.14
9892023-10-04T02:26:54.005Z Downloaded yasna v0.5.2
9902023-10-04T02:26:54.007Z Downloaded ipnet v2.8.0
9912023-10-04T02:26:54.012Z Downloaded tokio-tungstenite v0.18.0
9922023-10-04T02:26:54.017Z Downloaded camino v1.1.6
9932023-10-04T02:26:54.020Z Downloaded unicode-ident v1.0.12
9942023-10-04T02:26:54.022Z Downloaded unicode-bidi v0.3.13
9952023-10-04T02:26:54.025Z Downloaded tempfile v3.8.0
9962023-10-04T02:26:54.028Z Downloaded console v0.15.7
9972023-10-04T02:26:54.031Z Downloaded chacha20poly1305 v0.10.1
9982023-10-04T02:26:54.034Z Downloaded postgres-types v0.2.6
9992023-10-04T02:26:54.037Z Downloaded crypto-bigint v0.5.2
10002023-10-04T02:26:54.040Z Downloaded semver v0.11.0
10012023-10-04T02:26:54.043Z Downloaded inout v0.1.3
10022023-10-04T02:26:54.045Z Downloaded zeroize_derive v1.4.2
10032023-10-04T02:26:54.048Z Downloaded whoami v1.4.1
10042023-10-04T02:26:54.051Z Downloaded predicates v3.0.3
10052023-10-04T02:26:54.054Z Downloaded foreign-types v0.3.2
10062023-10-04T02:26:54.057Z Downloaded log v0.4.20
10072023-10-04T02:26:54.060Z Downloaded parking_lot v0.11.2
10082023-10-04T02:26:54.063Z Downloaded num-complex v0.4.4
10092023-10-04T02:26:54.066Z Downloaded diesel_derives v2.1.1
10102023-10-04T02:26:54.069Z Downloaded ansi_term v0.12.1
10112023-10-04T02:26:54.071Z Downloaded stable_deref_trait v1.2.0
10122023-10-04T02:26:54.074Z Downloaded dirs-sys v0.4.1
10132023-10-04T02:26:54.077Z Downloaded dirs-next v2.0.0
10142023-10-04T02:26:54.081Z Downloaded zone v0.2.0
10152023-10-04T02:26:54.085Z Downloaded zerocopy v0.3.0
10162023-10-04T02:26:54.089Z Downloaded xattr v1.0.1
10172023-10-04T02:26:54.092Z Downloaded wyz v0.5.1
10182023-10-04T02:26:54.095Z Downloaded crossbeam-utils v0.8.16
10192023-10-04T02:26:54.098Z Downloaded omicron-zone-package v0.8.3
10202023-10-04T02:26:54.101Z Downloaded num_enum v0.5.11
10212023-10-04T02:26:54.104Z Downloaded num-traits v0.2.16
10222023-10-04T02:26:54.107Z Downloaded zeroize v1.6.0
10232023-10-04T02:26:54.110Z Downloaded usdt v0.3.5
10242023-10-04T02:26:54.113Z Downloaded unicase v2.7.0
10252023-10-04T02:26:54.116Z Downloaded thiserror-impl v1.0.48
10262023-10-04T02:26:54.136Z Downloaded const-oid v0.9.5
10272023-10-04T02:26:54.139Z Downloaded block-padding v0.3.3
10282023-10-04T02:26:54.142Z Downloaded pest_generator v2.7.2
10292023-10-04T02:26:54.145Z Downloaded spin v0.5.2
10302023-10-04T02:26:54.148Z Downloaded want v0.3.1
10312023-10-04T02:26:54.151Z Downloaded endian-type v0.1.2
10322023-10-04T02:26:54.156Z Downloaded usdt-macro v0.3.5
10332023-10-04T02:26:54.159Z Downloaded cc v1.0.83
10342023-10-04T02:26:54.162Z Downloaded base64 v0.21.4
10352023-10-04T02:26:54.165Z Downloaded base64 v0.13.1
10362023-10-04T02:26:54.168Z Downloaded thiserror v1.0.48
10372023-10-04T02:26:54.171Z Downloaded radium v0.7.0
10382023-10-04T02:26:54.174Z Downloaded r2d2 v0.8.10
10392023-10-04T02:26:54.178Z Downloaded pkcs8 v0.10.2
10402023-10-04T02:26:54.180Z Downloaded clap v4.4.3
10412023-10-04T02:26:54.183Z Downloaded bytes v1.5.0
10422023-10-04T02:26:54.186Z Downloaded bincode v1.3.3
10432023-10-04T02:26:54.190Z Downloaded zone_cfg_derive v0.2.0
10442023-10-04T02:26:54.195Z Downloaded quote v1.0.33
10452023-10-04T02:26:54.202Z Downloaded ppv-lite86 v0.2.17
10462023-10-04T02:26:54.208Z Downloaded pin-utils v0.1.0
10472023-10-04T02:26:54.221Z Downloaded parse-display-derive v0.7.0
10482023-10-04T02:26:54.250Z Downloaded cancel-safe-futures v0.1.2
10492023-10-04T02:26:54.258Z Downloaded darling v0.20.3
10502023-10-04T02:26:54.263Z Downloaded vec_map v0.8.2
10512023-10-04T02:26:54.269Z Downloaded lock_api v0.4.10
10522023-10-04T02:26:54.272Z Downloaded libefi-sys v0.1.0
10532023-10-04T02:26:54.275Z Downloaded bit_field v0.10.2
10542023-10-04T02:26:54.278Z Downloaded base16ct v0.2.0
10552023-10-04T02:26:54.282Z Downloaded async-trait v0.1.73
10562023-10-04T02:26:54.285Z Downloaded aead v0.5.2
10572023-10-04T02:26:54.296Z Downloaded dirs-sys-next v0.1.2
10582023-10-04T02:26:54.300Z Downloaded dirs v5.0.1
10592023-10-04T02:26:54.303Z Downloaded mime_guess v2.0.4
10602023-10-04T02:26:54.306Z Downloaded linked-hash-map v0.5.6
10612023-10-04T02:26:54.309Z Downloaded digest v0.10.7
10622023-10-04T02:26:54.312Z Downloaded const_format_proc_macros v0.2.31
10632023-10-04T02:26:54.316Z Downloaded aes-gcm-siv v0.11.1
10642023-10-04T02:26:54.319Z Downloaded num_cpus v1.16.0
10652023-10-04T02:26:54.345Z Downloaded multer v2.1.0
10662023-10-04T02:26:54.349Z Downloaded anstyle v1.0.2
10672023-10-04T02:26:54.354Z Downloaded anstream v0.5.0
10682023-10-04T02:26:54.360Z Downloaded usdt-attr-macro v0.3.5
10692023-10-04T02:26:54.366Z Downloaded unicode-linebreak v0.1.5
10702023-10-04T02:26:54.370Z Downloaded terminal_size v0.2.6
10712023-10-04T02:26:54.373Z Downloaded poly1305 v0.8.0
10722023-10-04T02:26:54.377Z Downloaded md-5 v0.10.5
10732023-10-04T02:26:54.380Z Downloaded camino-tempfile v1.0.2
10742023-10-04T02:26:54.383Z Downloaded tinyvec_macros v0.1.1
10752023-10-04T02:26:54.386Z Downloaded thiserror-impl-no-std v2.0.2
10762023-10-04T02:26:54.388Z Downloaded pretty-hex v0.2.1
10772023-10-04T02:26:54.391Z Downloaded phf_shared v0.10.0
10782023-10-04T02:26:54.395Z Downloaded managed v0.8.0
10792023-10-04T02:26:54.398Z Downloaded num_enum_derive v0.7.0
10802023-10-04T02:26:54.400Z Downloaded ciborium v0.2.1
10812023-10-04T02:26:54.403Z Downloaded bzip2 v0.4.4
10822023-10-04T02:26:54.406Z Downloaded blake2 v0.10.6
10832023-10-04T02:26:54.410Z Downloaded anyhow v1.0.75
10842023-10-04T02:26:54.413Z Downloaded md5 v0.7.0
10852023-10-04T02:26:54.416Z Downloaded diesel_table_macro_syntax v0.1.0
10862023-10-04T02:26:54.419Z Downloaded memoffset v0.9.0
10872023-10-04T02:26:54.426Z Downloaded pkg-config v0.3.27
10882023-10-04T02:26:54.429Z Downloaded bitstruct v0.1.1
10892023-10-04T02:26:54.432Z Downloaded num_threads v0.1.6
10902023-10-04T02:26:54.435Z Downloaded crc32fast v1.3.2
10912023-10-04T02:26:54.439Z Downloaded postgres-protocol v0.6.6
10922023-10-04T02:26:54.442Z Downloaded macaddr v1.0.1
10932023-10-04T02:26:54.445Z Downloaded lazy_static v1.4.0
10942023-10-04T02:26:54.448Z Downloaded colorchoice v1.0.0
10952023-10-04T02:26:54.451Z Downloaded ciborium-ll v0.2.1
10962023-10-04T02:26:54.454Z Downloaded async-stream-impl v0.3.5
10972023-10-04T02:26:54.458Z Downloaded async-stream v0.3.5
10982023-10-04T02:26:54.462Z Downloaded proc-macro2 v1.0.67
10992023-10-04T02:26:54.465Z Downloaded platforms v3.0.2
11002023-10-04T02:26:54.469Z Downloaded pin-project-lite v0.2.13
11012023-10-04T02:26:54.475Z Downloaded pest_derive v2.7.2
11022023-10-04T02:26:54.478Z Downloaded deranged v0.3.8
11032023-10-04T02:26:54.482Z Downloaded normalize-line-endings v0.3.0
11042023-10-04T02:26:54.485Z Downloaded async-recursion v1.0.5
11052023-10-04T02:26:54.489Z Downloaded proc-macro-error-attr v1.0.4
11062023-10-04T02:26:54.492Z Downloaded proc-macro-error v1.0.4
11072023-10-04T02:26:54.495Z Downloaded postcard v0.7.3
11082023-10-04T02:26:54.499Z Downloaded polyval v0.6.1
11092023-10-04T02:26:54.503Z Downloaded paste v1.0.14
11102023-10-04T02:26:54.507Z Downloaded bitflags v2.4.0
11112023-10-04T02:26:54.510Z Downloaded ascii v1.1.0
11122023-10-04T02:26:54.528Z Downloaded match_cfg v0.1.0
11132023-10-04T02:26:54.534Z Downloaded quick-error v1.2.3
11142023-10-04T02:26:54.537Z Downloaded pretty-hex v0.3.0
11152023-10-04T02:26:54.540Z Downloaded num-rational v0.4.1
11162023-10-04T02:26:54.543Z Downloaded num-iter v0.1.43
11172023-10-04T02:26:54.547Z Downloaded ctr v0.9.2
11182023-10-04T02:26:54.550Z Downloaded clap_derive v4.4.2
11192023-10-04T02:26:54.552Z Downloaded chacha20 v0.9.1
11202023-10-04T02:26:54.555Z Downloaded pbkdf2 v0.12.2
11212023-10-04T02:26:54.558Z Downloaded parse-display v0.7.0
11222023-10-04T02:26:54.561Z Downloaded num_enum_derive v0.5.11
11232023-10-04T02:26:54.564Z Downloaded backoff v0.4.0
11242023-10-04T02:26:54.567Z Downloaded blowfish v0.9.1
11252023-10-04T02:26:54.570Z Downloaded bitflags v1.3.2
11262023-10-04T02:26:54.573Z Downloaded crypto-common v0.1.6
11272023-10-04T02:26:54.577Z Downloaded ciborium-io v0.2.1
11282023-10-04T02:26:54.580Z Downloaded cfg-if v0.1.10
11292023-10-04T02:26:54.583Z Downloaded block-buffer v0.10.4
11302023-10-04T02:26:54.587Z Downloaded num-integer v0.1.45
11312023-10-04T02:26:54.590Z Downloaded miniz_oxide v0.7.1
11322023-10-04T02:26:54.593Z Downloaded cipher v0.4.4
11332023-10-04T02:26:54.596Z Downloaded base64ct v1.6.0
11342023-10-04T02:26:54.603Z Downloaded matches v0.1.10
11352023-10-04T02:26:54.606Z Downloaded darling_macro v0.20.3
11362023-10-04T02:26:54.610Z Downloaded bitstruct_derive v0.1.0
11372023-10-04T02:26:54.613Z Downloaded bcrypt-pbkdf v0.10.0
11382023-10-04T02:26:54.616Z Downloaded atty v0.2.14
11392023-10-04T02:26:54.619Z Downloaded adler v1.0.2
11402023-10-04T02:26:54.622Z Compiling proc-macro2 v1.0.67
11412023-10-04T02:26:54.625Z Compiling unicode-ident v1.0.12
11422023-10-04T02:26:54.630Z Compiling libc v0.2.148
11432023-10-04T02:26:54.647Z Compiling serde v1.0.188
11442023-10-04T02:26:54.655Z Compiling version_check v0.9.4
11452023-10-04T02:26:54.661Z Compiling cfg-if v1.0.0
11462023-10-04T02:26:54.672Z Compiling autocfg v1.1.0
11472023-10-04T02:26:54.681Z Compiling syn v1.0.109
11482023-10-04T02:26:54.689Z Compiling once_cell v1.18.0
11492023-10-04T02:26:54.712Z Compiling typenum v1.16.0
11502023-10-04T02:26:55.338Z Compiling thiserror v1.0.48
11512023-10-04T02:26:55.543Z Compiling generic-array v0.14.7
11522023-10-04T02:26:55.580Z Compiling lock_api v0.4.10
11532023-10-04T02:26:56.439Z Compiling parking_lot_core v0.9.8
11542023-10-04T02:26:56.446Z Compiling libm v0.2.7
11552023-10-04T02:26:56.469Z Compiling num-traits v0.2.16
11562023-10-04T02:26:56.494Z Compiling itoa v1.0.9
11572023-10-04T02:26:56.784Z Compiling ahash v0.8.3
11582023-10-04T02:26:56.824Z Compiling memchr v2.6.3
11592023-10-04T02:26:56.903Z Compiling futures-core v0.3.28
11602023-10-04T02:26:56.982Z Compiling serde_json v1.0.107
11612023-10-04T02:26:57.366Z Compiling log v0.4.20
11622023-10-04T02:26:57.387Z Compiling slab v0.4.9
11632023-10-04T02:26:57.463Z Compiling futures-task v0.3.28
11642023-10-04T02:26:57.798Z Compiling quote v1.0.33
11652023-10-04T02:26:57.874Z Compiling futures-channel v0.3.28
11662023-10-04T02:26:58.167Z Compiling futures-util v0.3.28
11672023-10-04T02:26:58.344Z Compiling pkg-config v0.3.27
11682023-10-04T02:26:58.621Z Compiling syn v2.0.32
11692023-10-04T02:26:58.980Z Compiling getrandom v0.2.10
11702023-10-04T02:26:59.183Z Compiling jobserver v0.1.26
11712023-10-04T02:26:59.346Z Compiling allocator-api2 v0.2.16
11722023-10-04T02:26:59.440Z Compiling rand_core v0.6.4
11732023-10-04T02:26:59.668Z Compiling ryu v1.0.15
11742023-10-04T02:27:00.050Z Compiling cc v1.0.83
11752023-10-04T02:27:00.180Z Compiling equivalent v1.0.1
11762023-10-04T02:27:00.211Z Compiling vcpkg v0.2.15
11772023-10-04T02:27:00.302Z Compiling schemars v0.8.13
11782023-10-04T02:27:00.621Z Compiling hashbrown v0.14.0
11792023-10-04T02:27:00.789Z Compiling scopeguard v1.2.0
11802023-10-04T02:27:01.698Z Compiling smallvec v1.11.0
11812023-10-04T02:27:02.489Z Compiling byteorder v1.4.3
11822023-10-04T02:27:02.558Z Compiling fnv v1.0.7
11832023-10-04T02:27:02.744Z Compiling httparse v1.8.0
11842023-10-04T02:27:03.614Z Compiling pin-project-lite v0.2.13
11852023-10-04T02:27:03.662Z Compiling iana-time-zone v0.1.57
11862023-10-04T02:27:03.677Z Compiling heck v0.4.1
11872023-10-04T02:27:03.688Z Compiling semver v1.0.18
11882023-10-04T02:27:04.002Z Compiling parking_lot v0.12.1
11892023-10-04T02:27:04.023Z Compiling subtle v2.5.0
11902023-10-04T02:27:04.378Z Compiling socket2 v0.5.3
11912023-10-04T02:27:04.448Z Compiling num_cpus v1.16.0
11922023-10-04T02:27:04.511Z Compiling mio v0.8.8
11932023-10-04T02:27:04.621Z Compiling signal-hook-registry v1.4.1
11942023-10-04T02:27:04.736Z Compiling ring v0.16.20
11952023-10-04T02:27:05.765Z Compiling indexmap v1.9.3
11962023-10-04T02:27:05.834Z Compiling winnow v0.5.15
11972023-10-04T02:27:05.858Z Compiling tinyvec_macros v0.1.1
11982023-10-04T02:27:05.981Z Compiling dyn-clone v1.0.13
11992023-10-04T02:27:06.002Z Compiling time-core v0.1.1
12002023-10-04T02:27:06.194Z Compiling tinyvec v1.6.0
12012023-10-04T02:27:06.289Z Compiling time-macros v0.2.13
12022023-10-04T02:27:06.295Z Compiling spin v0.5.2
12032023-10-04T02:27:06.534Z Compiling openssl-sys v0.9.93
12042023-10-04T02:27:06.969Z Compiling rustls v0.21.7
12052023-10-04T02:27:07.294Z Compiling unicode-bidi v0.3.13
12062023-10-04T02:27:08.463Z Compiling slog v2.7.0
12072023-10-04T02:27:08.615Z Compiling unicode-normalization v0.1.22
12082023-10-04T02:27:09.161Z Compiling ucd-trie v0.1.6
12092023-10-04T02:27:09.724Z Compiling percent-encoding v2.3.0
12102023-10-04T02:27:10.182Z Compiling backtrace v0.3.69
12112023-10-04T02:27:10.531Z Compiling serde_derive_internals v0.26.0
12122023-10-04T02:27:10.746Z Compiling async-trait v0.1.73
12132023-10-04T02:27:10.945Z Compiling futures-sink v0.3.28
12142023-10-04T02:27:11.166Z Compiling pin-utils v0.1.0
12152023-10-04T02:27:11.238Z Compiling form_urlencoded v1.2.0
12162023-10-04T02:27:11.294Z Compiling aho-corasick v1.0.4
12172023-10-04T02:27:11.441Z Compiling regex-syntax v0.7.5
12182023-10-04T02:27:11.630Z Compiling openssl v0.10.57
12192023-10-04T02:27:11.729Z Compiling anyhow v1.0.75
12202023-10-04T02:27:12.614Z Compiling idna v0.4.0
12212023-10-04T02:27:13.277Z Compiling const-oid v0.9.5
12222023-10-04T02:27:13.443Z Compiling native-tls v0.2.11
12232023-10-04T02:27:13.890Z Compiling futures-io v0.3.28
12242023-10-04T02:27:14.454Z Compiling url v2.4.1
12252023-10-04T02:27:14.511Z Compiling unicode-xid v0.2.4
12262023-10-04T02:27:14.744Z Compiling cpufeatures v0.2.9
12272023-10-04T02:27:14.876Z Compiling unicode-width v0.1.10
12282023-10-04T02:27:15.121Z Compiling hashbrown v0.13.2
12292023-10-04T02:27:15.411Z Compiling tracing-core v0.1.31
12302023-10-04T02:27:16.525Z Compiling ppv-lite86 v0.2.17
12312023-10-04T02:27:17.006Z Compiling synstructure v0.12.6
12322023-10-04T02:27:17.813Z Compiling regex-automata v0.3.8
12332023-10-04T02:27:17.839Z Compiling crossbeam-utils v0.8.16
12342023-10-04T02:27:17.877Z Compiling adler v1.0.2
12352023-10-04T02:27:18.210Z Compiling miniz_oxide v0.7.1
12362023-10-04T02:27:18.517Z Compiling rand_chacha v0.3.1
12372023-10-04T02:27:19.427Z Compiling rand v0.8.5
12382023-10-04T02:27:20.209Z Compiling usdt-impl v0.3.5
12392023-10-04T02:27:20.428Z Compiling rustix v0.38.9
12402023-10-04T02:27:20.709Z Compiling gimli v0.28.0
12412023-10-04T02:27:20.898Z Compiling bitflags v1.3.2
12422023-10-04T02:27:21.650Z Compiling object v0.32.1
12432023-10-04T02:27:21.713Z Compiling deranged v0.3.8
12442023-10-04T02:27:23.571Z Compiling num_threads v0.1.6
12452023-10-04T02:27:23.750Z Compiling rustc-demangle v0.1.23
12462023-10-04T02:27:23.922Z Compiling serde_derive v1.0.188
12472023-10-04T02:27:24.086Z Compiling zeroize_derive v1.4.2
12482023-10-04T02:27:24.531Z Compiling thiserror-impl v1.0.48
12492023-10-04T02:27:24.781Z Compiling tokio-macros v2.1.0
12502023-10-04T02:27:25.466Z Compiling futures-macro v0.3.28
12512023-10-04T02:27:26.540Z Compiling tracing-attributes v0.1.26
12522023-10-04T02:27:27.247Z Compiling schemars_derive v0.8.13
12532023-10-04T02:27:28.675Z Compiling zeroize v1.6.0
12542023-10-04T02:27:29.400Z Compiling pest v2.7.2
12552023-10-04T02:27:31.617Z Compiling crypto-common v0.1.6
12562023-10-04T02:27:31.908Z Compiling openssl-macros v0.1.1
12572023-10-04T02:27:32.106Z Compiling block-buffer v0.10.4
12582023-10-04T02:27:32.501Z Compiling digest v0.10.7
12592023-10-04T02:27:32.967Z Compiling regex v1.9.5
12602023-10-04T02:27:33.132Z Compiling tracing v0.1.37
12612023-10-04T02:27:33.272Z Compiling zerocopy-derive v0.2.0
12622023-10-04T02:27:33.690Z Compiling addr2line v0.21.0
12632023-10-04T02:27:33.929Z Compiling pest_meta v2.7.2
12642023-10-04T02:27:34.483Z Compiling base64 v0.21.4
12652023-10-04T02:27:34.981Z Compiling time v0.3.27
12662023-10-04T02:27:35.738Z Compiling lazy_static v1.4.0
12672023-10-04T02:27:36.161Z Compiling pest_generator v2.7.2
12682023-10-04T02:27:36.390Z Compiling zerocopy v0.3.0
12692023-10-04T02:27:37.650Z Compiling dof v0.1.5
12702023-10-04T02:27:39.076Z Compiling thread-id v4.2.0
12712023-10-04T02:27:39.254Z Compiling untrusted v0.7.1
12722023-10-04T02:27:41.342Z Compiling pest_derive v2.7.2
12732023-10-04T02:27:42.440Z Compiling dtrace-parser v0.1.14
12742023-10-04T02:27:42.943Z Compiling socket2 v0.4.9
12752023-10-04T02:27:43.420Z Compiling strsim v0.10.0
12762023-10-04T02:27:44.139Z Compiling hashbrown v0.12.3
12772023-10-04T02:27:44.454Z Compiling sct v0.7.0
12782023-10-04T02:27:44.488Z Compiling rustls-webpki v0.101.4
12792023-10-04T02:27:46.361Z Compiling httpdate v1.0.3
12802023-10-04T02:27:46.375Z Compiling try-lock v0.2.4
12812023-10-04T02:27:46.894Z Compiling want v0.3.1
12822023-10-04T02:27:46.917Z Compiling rustls-pemfile v1.0.3
12832023-10-04T02:27:46.927Z Compiling regress v0.7.1
12842023-10-04T02:27:46.932Z Compiling openssl-probe v0.1.5
12852023-10-04T02:27:46.937Z Compiling tower-service v0.3.2
12862023-10-04T02:27:46.941Z Compiling mime v0.3.17
12872023-10-04T02:27:46.952Z Compiling foreign-types-shared v0.1.1
12882023-10-04T02:27:47.086Z Compiling bytes v1.5.0
12892023-10-04T02:27:47.565Z Compiling indexmap v2.0.0
12902023-10-04T02:27:47.637Z Compiling chrono v0.4.31
12912023-10-04T02:27:47.798Z Compiling uuid v1.4.1
12922023-10-04T02:27:47.909Z Compiling serde_spanned v0.6.3
12932023-10-04T02:27:48.680Z Compiling toml_datetime v0.6.3
12942023-10-04T02:27:48.895Z Compiling tokio v1.32.0
12952023-10-04T02:27:48.997Z Compiling http v0.2.9
12962023-10-04T02:27:49.699Z Compiling toml_edit v0.19.15
12972023-10-04T02:27:50.519Z Compiling bitflags v2.4.0
12982023-10-04T02:27:51.199Z Compiling rustc_version v0.4.0
12992023-10-04T02:27:53.328Z Compiling openapiv3 v1.0.3
13002023-10-04T02:27:54.398Z Compiling serde_tokenstream v0.1.7
13012023-10-04T02:27:55.167Z Compiling serde_tokenstream v0.2.0
13022023-10-04T02:27:55.362Z Compiling http-body v0.4.5
13032023-10-04T02:27:55.949Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13042023-10-04T02:27:55.995Z Compiling foreign-types v0.3.2
13052023-10-04T02:27:57.325Z Compiling usdt-macro v0.3.5
13062023-10-04T02:27:58.288Z Compiling usdt-attr-macro v0.3.5
13072023-10-04T02:27:58.761Z Compiling ipnet v2.8.0
13082023-10-04T02:28:00.467Z Compiling errno v0.3.2
13092023-10-04T02:28:00.957Z Compiling encoding_rs v0.8.33
13102023-10-04T02:28:01.812Z Compiling serde_urlencoded v0.7.1
13112023-10-04T02:28:02.075Z Compiling tokio-util v0.7.8
13122023-10-04T02:28:02.083Z Compiling tokio-rustls v0.24.1
13132023-10-04T02:28:02.642Z Compiling rustls-native-certs v0.6.3
13142023-10-04T02:28:02.710Z Compiling getopts v0.2.21
13152023-10-04T02:28:03.313Z Compiling num-integer v0.1.45
13162023-10-04T02:28:03.615Z Compiling webpki-roots v0.25.2
13172023-10-04T02:28:03.711Z Compiling unsafe-libyaml v0.2.9
13182023-10-04T02:28:03.849Z Compiling h2 v0.3.21
13192023-10-04T02:28:04.683Z Compiling toml v0.7.8
13202023-10-04T02:28:06.918Z Compiling serde_yaml v0.9.25
13212023-10-04T02:28:08.622Z Compiling hmac v0.12.1
13222023-10-04T02:28:09.830Z Compiling tokio-native-tls v0.3.1
13232023-10-04T02:28:10.219Z Compiling sha2 v0.10.7
13242023-10-04T02:28:10.250Z Compiling block-padding v0.3.3
13252023-10-04T02:28:10.594Z Compiling crc32fast v1.3.2
13262023-10-04T02:28:11.709Z Compiling inout v0.1.3
13272023-10-04T02:28:11.722Z Compiling futures-executor v0.3.28
13282023-10-04T02:28:12.432Z Compiling cipher v0.4.4
13292023-10-04T02:28:12.623Z Compiling fallible-iterator v0.2.0
13302023-10-04T02:28:13.165Z Compiling futures v0.3.28
13312023-10-04T02:28:13.257Z Compiling ipnetwork v0.20.0
13322023-10-04T02:28:13.835Z Compiling spin v0.9.8
13332023-10-04T02:28:14.091Z Compiling siphasher v0.3.11
13342023-10-04T02:28:14.115Z Compiling io-lifetimes v1.0.11
13352023-10-04T02:28:14.505Z Compiling usdt v0.3.5
13362023-10-04T02:28:14.811Z Compiling enum-as-inner v0.5.1
13372023-10-04T02:28:15.279Z Compiling hyper v0.14.27
13382023-10-04T02:28:16.344Z Compiling md-5 v0.10.5
13392023-10-04T02:28:16.603Z Compiling stringprep v0.1.3
13402023-10-04T02:28:16.686Z Compiling num-bigint v0.4.4
13412023-10-04T02:28:16.711Z Compiling rustix v0.37.23
13422023-10-04T02:28:17.546Z Compiling postgres-protocol v0.6.6
13432023-10-04T02:28:17.674Z Compiling phf_shared v0.11.2
13442023-10-04T02:28:17.864Z Compiling hex v0.4.3
13452023-10-04T02:28:18.267Z Compiling zerocopy-derive v0.6.3
13462023-10-04T02:28:18.734Z Compiling phf v0.11.2
13472023-10-04T02:28:18.899Z Compiling postgres-types v0.2.6
13482023-10-04T02:28:19.822Z Compiling rustversion v1.0.14
13492023-10-04T02:28:20.679Z Compiling whoami v1.4.1
13502023-10-04T02:28:21.473Z Compiling tokio-postgres v0.7.10
13512023-10-04T02:28:21.704Z Compiling static_assertions v1.1.0
13522023-10-04T02:28:21.900Z Compiling slog-async v2.8.0
13532023-10-04T02:28:22.182Z Compiling data-encoding v2.4.0
13542023-10-04T02:28:24.729Z Compiling flate2 v1.0.27
13552023-10-04T02:28:24.932Z Compiling heapless v0.7.16
13562023-10-04T02:28:25.914Z Compiling bzip2-sys v0.1.11+1.0.8
13572023-10-04T02:28:26.118Z Compiling memoffset v0.9.0
13582023-10-04T02:28:26.295Z Compiling either v1.9.0
13592023-10-04T02:28:26.462Z Compiling unicode-segmentation v1.10.1
13602023-10-04T02:28:26.531Z Compiling managed v0.8.0
13612023-10-04T02:28:26.795Z Compiling hyper-tls v0.5.0
13622023-10-04T02:28:27.257Z Compiling hyper-rustls v0.24.1
13632023-10-04T02:28:27.322Z Compiling radium v0.7.0
13642023-10-04T02:28:27.351Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13652023-10-04T02:28:27.485Z Compiling matches v0.1.10
13662023-10-04T02:28:27.917Z Compiling reqwest v0.11.20
13672023-10-04T02:28:28.392Z Compiling idna v0.2.3
13682023-10-04T02:28:28.549Z Compiling crossbeam-epoch v0.9.15
13692023-10-04T02:28:28.642Z Compiling num-iter v0.1.43
13702023-10-04T02:28:29.064Z Compiling utf8parse v0.2.1
13712023-10-04T02:28:29.083Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13722023-10-04T02:28:29.377Z Compiling ident_case v1.0.1
13732023-10-04T02:28:29.638Z Compiling trust-dns-proto v0.22.0
13742023-10-04T02:28:30.171Z Compiling smoltcp v0.9.1
13752023-10-04T02:28:30.461Z Compiling bit-vec v0.6.3
13762023-10-04T02:28:30.808Z Compiling anstyle v1.0.2
13772023-10-04T02:28:31.401Z Compiling darling_core v0.20.3
13782023-10-04T02:28:31.554Z Compiling anstyle-parse v0.2.1
13792023-10-04T02:28:33.106Z Compiling zerocopy v0.6.3
13802023-10-04T02:28:34.516Z Compiling signature v2.1.0
13812023-10-04T02:28:34.759Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13822023-10-04T02:28:34.801Z Compiling hubpack_derive v0.1.1
13832023-10-04T02:28:34.832Z Compiling clap_derive v4.4.2
13842023-10-04T02:28:34.953Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13852023-10-04T02:28:36.988Z Compiling anstyle-query v1.0.0
13862023-10-04T02:28:37.672Z Compiling camino v1.1.6
13872023-10-04T02:28:38.446Z Compiling colorchoice v1.0.0
13882023-10-04T02:28:38.754Z Compiling anstream v0.5.0
13892023-10-04T02:28:39.126Z Compiling yasna v0.5.2
13902023-10-04T02:28:39.906Z Compiling terminal_size v0.2.6
13912023-10-04T02:28:40.197Z Compiling diesel_table_macro_syntax v0.1.0
13922023-10-04T02:28:40.767Z Compiling hash32 v0.2.1
13932023-10-04T02:28:40.807Z Compiling darling_macro v0.20.3
13942023-10-04T02:28:41.371Z Compiling clap_lex v0.5.1
13952023-10-04T02:28:42.207Z Compiling stable_deref_trait v1.2.0
13962023-10-04T02:28:42.251Z Compiling tap v1.0.1
13972023-10-04T02:28:42.449Z Compiling darling v0.20.3
13982023-10-04T02:28:42.515Z Compiling wyz v0.5.1
13992023-10-04T02:28:42.547Z Compiling clap_builder v4.4.2
14002023-10-04T02:28:42.611Z Compiling diesel_derives v2.1.1
14012023-10-04T02:28:44.434Z Compiling itertools v0.10.5
14022023-10-04T02:28:44.808Z Compiling tokio-stream v0.1.14
14032023-10-04T02:28:45.155Z Compiling serde_repr v0.1.16
14042023-10-04T02:28:46.416Z Compiling scheduled-thread-pool v0.2.7
14052023-10-04T02:28:46.900Z Compiling multer v2.1.0
14062023-10-04T02:28:47.291Z Compiling regex-automata v0.1.10
14072023-10-04T02:28:47.398Z Compiling funty v2.0.0
14082023-10-04T02:28:48.405Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14092023-10-04T02:28:48.771Z Compiling clap v4.4.3
14102023-10-04T02:28:49.180Z Compiling bstr v0.2.17
14112023-10-04T02:28:49.378Z Compiling bitvec v1.0.1
14122023-10-04T02:28:50.876Z Compiling r2d2 v0.8.10
14132023-10-04T02:28:53.434Z Compiling serde_with_macros v2.3.3
14142023-10-04T02:28:55.062Z Compiling hubpack v0.1.2
14152023-10-04T02:28:55.731Z Compiling phf_shared v0.10.0
14162023-10-04T02:28:56.113Z Compiling async-stream-impl v0.3.5
14172023-10-04T02:28:56.382Z Compiling float-cmp v0.9.0
14182023-10-04T02:28:56.726Z Compiling fixedbitset v0.4.2
14192023-10-04T02:28:56.861Z Compiling precomputed-hash v0.1.1
14202023-10-04T02:28:56.962Z Compiling normalize-line-endings v0.3.0
14212023-10-04T02:28:57.028Z Compiling difflib v0.4.0
14222023-10-04T02:28:57.130Z Compiling unicode-linebreak v0.1.5
14232023-10-04T02:28:57.291Z Compiling new_debug_unreachable v1.0.4
14242023-10-04T02:28:57.422Z Compiling paste v1.0.14
14252023-10-04T02:28:57.464Z Compiling smawk v0.3.1
14262023-10-04T02:28:57.909Z Compiling predicates-core v1.0.6
14272023-10-04T02:28:58.126Z Compiling textwrap v0.16.0
14282023-10-04T02:28:58.175Z Compiling predicates v3.0.3
14292023-10-04T02:28:58.477Z Compiling string_cache v0.8.7
14302023-10-04T02:28:59.267Z Compiling petgraph v0.6.4
14312023-10-04T02:28:59.477Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14322023-10-04T02:28:59.945Z Compiling similar v2.2.1
14332023-10-04T02:29:00.397Z Compiling bit-set v0.5.3
14342023-10-04T02:29:00.632Z Compiling console v0.15.7
14352023-10-04T02:29:00.853Z Compiling bstr v1.6.0
14362023-10-04T02:29:03.217Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14372023-10-04T02:29:03.576Z Compiling lalrpop-util v0.19.12
14382023-10-04T02:29:04.305Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14392023-10-04T02:29:05.222Z Compiling structmeta-derive v0.1.6
14402023-10-04T02:29:06.624Z Compiling diesel v2.1.1
14412023-10-04T02:29:06.893Z Compiling regex-syntax v0.6.29
14422023-10-04T02:29:07.590Z Compiling strum_macros v0.25.2
14432023-10-04T02:29:09.200Z Compiling proc-macro-crate v1.3.1
14442023-10-04T02:29:09.599Z Compiling structmeta v0.1.6
14452023-10-04T02:29:16.553Z Compiling parse-display-derive v0.7.0
14462023-10-04T02:29:21.817Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14472023-10-04T02:29:22.981Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14482023-10-04T02:29:24.998Z Compiling num_enum_derive v0.5.11
14492023-10-04T02:29:52.914Z Compiling atty v0.2.14
14502023-10-04T02:30:01.776Z Compiling match_cfg v0.1.0
14512023-10-04T02:30:01.922Z Compiling hostname v0.3.1
14522023-10-04T02:30:04.778Z Compiling dirs-sys-next v0.1.2
14532023-10-04T02:30:05.360Z Compiling dirs-next v2.0.0
14542023-10-04T02:30:06.260Z Compiling thread_local v1.1.7
14552023-10-04T02:30:07.803Z Compiling term v0.7.0
14562023-10-04T02:30:08.653Z Compiling crossbeam-channel v0.5.8
14572023-10-04T02:30:09.450Z Compiling sha1 v0.10.5
14582023-10-04T02:30:10.461Z Compiling take_mut v0.2.2
14592023-10-04T02:30:10.557Z Compiling slog-term v2.9.0
14602023-10-04T02:30:13.376Z Compiling slog-json v2.6.1
14612023-10-04T02:30:13.490Z Compiling instant v0.1.12
14622023-10-04T02:30:14.616Z Compiling slog-bunyan v2.4.0
14632023-10-04T02:30:16.272Z Compiling proc-macro-error-attr v1.0.4
14642023-10-04T02:30:16.742Z Compiling atomic-waker v1.1.1
14652023-10-04T02:30:17.025Z Compiling waitgroup v0.1.2
14662023-10-04T02:30:17.255Z Compiling async-stream v0.3.5
14672023-10-04T02:30:17.355Z Compiling serde_with v2.3.3
14682023-10-04T02:30:19.220Z Compiling serde_path_to_error v0.1.14
14692023-10-04T02:30:19.535Z Compiling proc-macro-error v1.0.4
14702023-10-04T02:30:19.591Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14712023-10-04T02:30:19.953Z Compiling debug-ignore v1.0.5
14722023-10-04T02:30:23.034Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14732023-10-04T02:30:23.691Z Compiling fastrand v2.0.0
14742023-10-04T02:30:24.230Z Compiling tempfile v3.8.0
14752023-10-04T02:30:26.530Z Compiling backoff v0.4.0
14762023-10-04T02:30:27.041Z Compiling parse-display v0.7.0
14772023-10-04T02:30:27.298Z Compiling strum v0.25.0
14782023-10-04T02:30:28.212Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14792023-10-04T02:30:28.494Z Compiling macaddr v1.0.1
14802023-10-04T02:30:28.918Z Compiling foreign-types-macros v0.2.3
14812023-10-04T02:30:29.231Z Compiling libz-sys v1.1.12
14822023-10-04T02:30:33.599Z Compiling slog-dtrace v0.2.3
14832023-10-04T02:30:33.620Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14842023-10-04T02:30:34.466Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14852023-10-04T02:30:39.046Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14862023-10-04T02:30:39.063Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14872023-10-04T02:30:39.279Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14882023-10-04T02:30:40.322Z Compiling libgit2-sys v0.15.2+1.6.4
14892023-10-04T02:30:40.364Z Compiling platforms v3.0.2
14902023-10-04T02:30:40.428Z Compiling base64ct v1.6.0
14912023-10-04T02:30:41.024Z Compiling libsqlite3-sys v0.26.0
14922023-10-04T02:30:41.067Z Compiling memoffset v0.7.1
14932023-10-04T02:30:41.193Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
14942023-10-04T02:30:41.685Z Compiling vergen v8.2.4
14952023-10-04T02:30:41.717Z Compiling num_enum v0.5.11
14962023-10-04T02:30:41.769Z Compiling heck v0.3.3
14972023-10-04T02:30:41.946Z Compiling libefi-sys v0.1.0
14982023-10-04T02:30:42.115Z Compiling zone_cfg_derive v0.2.0
14992023-10-04T02:30:42.311Z Compiling structopt-derive v0.4.18
15002023-10-04T02:30:42.368Z Compiling curve25519-dalek-derive v0.1.0
15012023-10-04T02:30:42.419Z Compiling same-file v1.0.6
15022023-10-04T02:30:42.486Z Compiling curve25519-dalek v4.1.0
15032023-10-04T02:30:42.509Z Compiling password-hash v0.5.0
15042023-10-04T02:30:42.753Z Compiling walkdir v2.4.0
15052023-10-04T02:30:43.199Z Compiling toml v0.5.11
15062023-10-04T02:30:43.830Z Compiling semver-parser v0.10.2
15072023-10-04T02:30:44.255Z Compiling blake2 v0.10.6
15082023-10-04T02:30:44.385Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15092023-10-04T02:30:44.629Z Compiling getrandom v0.1.16
15102023-10-04T02:30:45.138Z Compiling semver v0.11.0
15112023-10-04T02:30:45.248Z Compiling argon2 v0.5.2
15122023-10-04T02:30:46.268Z Compiling num_enum_derive v0.7.0
15132023-10-04T02:30:46.882Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15142023-10-04T02:30:47.176Z Compiling filetime v0.2.22
15152023-10-04T02:30:47.653Z Compiling xattr v1.0.1
15162023-10-04T02:30:47.690Z Compiling home v0.5.5
15172023-10-04T02:30:48.055Z Compiling toolchain_find v0.2.0
15182023-10-04T02:30:48.058Z Compiling tar v0.4.40
15192023-10-04T02:30:48.481Z Compiling num-rational v0.4.1
15202023-10-04T02:30:48.855Z Compiling unicase v2.7.0
15212023-10-04T02:30:48.896Z Compiling parking_lot_core v0.8.6
15222023-10-04T02:30:49.594Z Compiling rustfmt-wrapper v0.2.0
15232023-10-04T02:30:49.766Z Compiling omicron-zone-package v0.8.3
15242023-10-04T02:30:49.898Z Compiling universal-hash v0.5.1
15252023-10-04T02:30:50.194Z Compiling opaque-debug v0.3.0
15262023-10-04T02:30:50.477Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
15272023-10-04T02:30:50.581Z Compiling base64 v0.13.1
15282023-10-04T02:30:50.646Z Compiling postcard-cobs v0.1.5-pre
15292023-10-04T02:30:50.835Z Compiling winapi v0.3.9
15302023-10-04T02:30:51.037Z Compiling erased-serde v0.3.30
15312023-10-04T02:30:51.097Z Compiling postcard v0.7.3
15322023-10-04T02:30:51.765Z Compiling smoltcp v0.8.2
15332023-10-04T02:30:51.886Z Compiling bitstruct_derive v0.1.0
15342023-10-04T02:30:51.939Z Compiling thiserror-impl-no-std v2.0.2
15352023-10-04T02:30:52.211Z Compiling async-recursion v1.0.5
15362023-10-04T02:30:52.280Z Compiling cfg-if v0.1.10
15372023-10-04T02:30:52.425Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15382023-10-04T02:30:53.139Z Compiling foreign-types-shared v0.3.1
15392023-10-04T02:30:53.354Z Compiling foreign-types v0.5.0
15402023-10-04T02:30:53.769Z Compiling mime_guess v2.0.4
15412023-10-04T02:30:53.845Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15422023-10-04T02:30:54.649Z Compiling is-terminal v0.4.9
15432023-10-04T02:30:54.736Z Compiling aead v0.5.2
15442023-10-04T02:30:54.823Z Compiling cstr-argument v0.1.2
15452023-10-04T02:30:55.376Z Compiling pretty-hex v0.2.1
15462023-10-04T02:30:55.657Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15472023-10-04T02:30:55.731Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15482023-10-04T02:30:55.856Z Compiling colored v2.0.4
15492023-10-04T02:30:56.235Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15502023-10-04T02:30:56.499Z Compiling polyval v0.6.1
15512023-10-04T02:30:56.892Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15522023-10-04T02:30:57.143Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15532023-10-04T02:30:57.771Z Compiling ctr v0.9.2
15542023-10-04T02:30:57.800Z Compiling aes v0.8.3
15552023-10-04T02:30:58.120Z Compiling hkdf v0.12.3
15562023-10-04T02:30:58.457Z Compiling enum-iterator-derive v1.2.1
15572023-10-04T02:30:59.130Z Compiling textwrap v0.11.0
15582023-10-04T02:31:00.446Z Compiling const_format_proc_macros v0.2.31
15592023-10-04T02:31:00.974Z Compiling strsim v0.8.0
15602023-10-04T02:31:01.550Z Compiling vec_map v0.8.2
15612023-10-04T02:31:01.827Z Compiling linked-hash-map v0.5.6
15622023-10-04T02:31:01.998Z Compiling ansi_term v0.12.1
15632023-10-04T02:31:02.073Z Compiling quick-error v1.2.3
15642023-10-04T02:31:02.293Z Compiling resolv-conf v0.7.0
15652023-10-04T02:31:02.395Z Compiling lru-cache v0.1.2
15662023-10-04T02:31:02.696Z Compiling clap v2.34.0
15672023-10-04T02:31:03.448Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15682023-10-04T02:31:04.523Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
15692023-10-04T02:31:04.655Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
15702023-10-04T02:31:10.800Z Compiling hashlink v0.8.3
15712023-10-04T02:31:11.867Z Compiling cancel-safe-futures v0.1.2
15722023-10-04T02:31:12.341Z Compiling fallible-streaming-iterator v0.1.9
15732023-10-04T02:31:12.735Z Compiling utf-8 v0.7.6
15742023-10-04T02:31:13.252Z Compiling convert_case v0.4.0
15752023-10-04T02:31:14.529Z Compiling keccak v0.1.4
15762023-10-04T02:31:14.568Z Compiling derive_more v0.99.17
15772023-10-04T02:31:15.928Z Compiling sha3 v0.10.8
15782023-10-04T02:31:18.659Z Compiling rusqlite v0.29.0
15792023-10-04T02:31:19.776Z Compiling structopt v0.3.26
15802023-10-04T02:31:20.021Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15812023-10-04T02:31:23.366Z Compiling nix v0.26.2
15822023-10-04T02:31:27.045Z Compiling trust-dns-resolver v0.22.0
15832023-10-04T02:31:27.135Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15842023-10-04T02:31:27.602Z Compiling zone v0.2.0
15852023-10-04T02:31:27.778Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15862023-10-04T02:31:30.047Z Compiling twox-hash v1.6.3
15872023-10-04T02:31:30.210Z Compiling smf v0.2.2
15882023-10-04T02:31:30.353Z Compiling secrecy v0.8.0
15892023-10-04T02:31:32.559Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
15902023-10-04T02:31:32.803Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15912023-10-04T02:31:33.545Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15922023-10-04T02:31:34.138Z Compiling num_enum v0.7.0
15932023-10-04T02:31:40.118Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
15942023-10-04T02:31:40.924Z Compiling bincode v1.3.3
15952023-10-04T02:31:41.183Z Compiling sha-1 v0.10.1
15962023-10-04T02:31:41.324Z Compiling ff v0.13.0
15972023-10-04T02:31:41.456Z Compiling nibble_vec v0.1.0
15982023-10-04T02:31:41.684Z Compiling endian-type v0.1.2
15992023-10-04T02:31:41.713Z Compiling termcolor v1.2.0
16002023-10-04T02:31:41.771Z Compiling humantime v2.1.0
16012023-10-04T02:31:41.846Z Compiling arc-swap v1.6.0
16022023-10-04T02:31:42.025Z Compiling radix_trie v0.2.1
16032023-10-04T02:31:42.265Z Compiling group v0.13.0
16042023-10-04T02:31:42.516Z Compiling env_logger v0.9.3
16052023-10-04T02:31:42.567Z Compiling slog-scope v4.4.0
16062023-10-04T02:31:42.662Z Compiling tungstenite v0.17.3
16072023-10-04T02:31:43.148Z Compiling rand_core v0.5.1
16082023-10-04T02:31:43.795Z Compiling aes-gcm-siv v0.11.1
16092023-10-04T02:31:43.910Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16102023-10-04T02:31:44.509Z Compiling poly1305 v0.8.0
16112023-10-04T02:31:47.084Z Compiling itertools v0.11.0
16122023-10-04T02:31:47.834Z Compiling chacha20 v0.9.1
16132023-10-04T02:31:48.197Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16142023-10-04T02:31:48.493Z Compiling crypto-bigint v0.5.2
16152023-10-04T02:31:48.697Z Compiling num-complex v0.4.4
16162023-10-04T02:31:48.757Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16172023-10-04T02:31:48.973Z Compiling ciborium-io v0.2.1
16182023-10-04T02:31:49.526Z Compiling half v1.8.2
16192023-10-04T02:31:49.924Z Compiling base16ct v0.2.0
16202023-10-04T02:31:50.028Z Compiling ringbuffer v0.14.2
16212023-10-04T02:31:50.521Z Compiling ascii v1.1.0
16222023-10-04T02:31:50.557Z Compiling option-ext v0.2.0
16232023-10-04T02:31:51.525Z Compiling elliptic-curve v0.13.5
16242023-10-04T02:31:51.975Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16252023-10-04T02:31:52.283Z Compiling dirs-sys v0.4.1
16262023-10-04T02:31:52.356Z Compiling num v0.4.1
16272023-10-04T02:31:52.378Z Compiling ciborium-ll v0.2.1
16282023-10-04T02:31:52.515Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16292023-10-04T02:31:53.074Z Compiling parking_lot v0.11.2
16302023-10-04T02:31:53.161Z Compiling tokio-tungstenite v0.17.2
16312023-10-04T02:31:53.266Z Compiling rand_chacha v0.2.2
16322023-10-04T02:31:53.443Z Compiling slog-stdlog v4.1.1
16332023-10-04T02:31:53.640Z Compiling trust-dns-client v0.22.0
16342023-10-04T02:31:54.014Z Compiling thiserror-no-std v2.0.2
16352023-10-04T02:31:54.181Z Compiling bitstruct v0.1.1
16362023-10-04T02:31:56.065Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16372023-10-04T02:31:56.126Z Compiling password-hash v0.4.2
16382023-10-04T02:31:57.196Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16392023-10-04T02:31:57.520Z Compiling ed25519 v2.2.2
16402023-10-04T02:31:57.798Z Compiling blowfish v0.9.1
16412023-10-04T02:31:58.229Z Compiling serde_arrays v0.1.0
16422023-10-04T02:31:58.477Z Compiling pbkdf2 v0.12.2
16432023-10-04T02:31:58.604Z Compiling fxhash v0.2.1
16442023-10-04T02:31:59.949Z Compiling sled v0.34.7
16452023-10-04T02:32:00.279Z Compiling bcrypt-pbkdf v0.10.0
16462023-10-04T02:32:00.325Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16472023-10-04T02:32:00.385Z Compiling ed25519-dalek v2.0.0
16482023-10-04T02:32:00.652Z Compiling pbkdf2 v0.11.0
16492023-10-04T02:32:00.947Z Compiling trust-dns-server v0.22.1
16502023-10-04T02:32:01.821Z Compiling russh-cryptovec v0.7.0
16512023-10-04T02:32:02.064Z Compiling vsss-rs v3.3.1
16522023-10-04T02:32:02.098Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16532023-10-04T02:32:02.261Z Compiling rand v0.7.3
16542023-10-04T02:32:02.302Z Compiling slog-envlogger v2.2.0
16552023-10-04T02:32:03.584Z Compiling ciborium v0.2.1
16562023-10-04T02:32:04.204Z Compiling dirs v5.0.1
16572023-10-04T02:32:05.496Z Compiling chacha20poly1305 v0.10.1
16582023-10-04T02:32:05.611Z Compiling tungstenite v0.18.0
16592023-10-04T02:32:05.795Z Compiling const_format v0.2.31
16602023-10-04T02:32:06.194Z Compiling enum-iterator v1.4.1
16612023-10-04T02:32:06.847Z Compiling ghash v0.5.0
16622023-10-04T02:32:09.348Z Compiling ron v0.7.1
16632023-10-04T02:32:09.410Z Compiling pem v1.1.1
16642023-10-04T02:32:12.164Z Compiling cbc v0.1.2
16652023-10-04T02:32:12.237Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16662023-10-04T02:32:12.404Z Compiling headers-core v0.2.0
16672023-10-04T02:32:12.723Z Compiling md5 v0.7.0
16682023-10-04T02:32:13.242Z Compiling http-range v0.1.5
16692023-10-04T02:32:13.275Z Compiling bit_field v0.10.2
16702023-10-04T02:32:13.411Z Compiling pretty-hex v0.3.0
16712023-10-04T02:32:13.697Z Compiling hyper-staticfile v0.9.5
16722023-10-04T02:32:13.717Z Compiling russh-keys v0.38.0
16732023-10-04T02:32:13.772Z Compiling headers v0.3.9
16742023-10-04T02:32:18.570Z Compiling rcgen v0.10.0
16752023-10-04T02:32:19.077Z Compiling tokio-tungstenite v0.18.0
16762023-10-04T02:32:19.901Z Compiling aes-gcm v0.10.2
16772023-10-04T02:32:24.797Z Compiling camino-tempfile v1.0.2
16782023-10-04T02:32:25.931Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
16792023-10-04T02:32:26.523Z Compiling subprocess v0.2.9
16802023-10-04T02:32:26.594Z Compiling glob v0.3.1
16812023-10-04T02:32:28.331Z Compiling hex-literal v0.4.1
16822023-10-04T02:32:28.511Z Compiling russh v0.38.0
16832023-10-04T02:32:35.085Z Compiling bzip2 v0.4.4
16842023-10-04T02:32:35.540Z Compiling zip v0.6.6
16852023-10-04T02:32:37.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16862023-10-04T02:32:38.147Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16872023-10-04T02:32:38.150Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16882023-10-04T02:32:38.287Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16892023-10-04T02:32:38.343Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16902023-10-04T02:32:38.645Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
16912023-10-04T02:32:38.812Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16922023-10-04T02:32:39.302Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
16932023-10-04T02:32:39.404Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16942023-10-04T02:32:41.575Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16952023-10-04T02:32:49.025Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
16962023-10-04T02:32:56.170Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16972023-10-04T02:32:56.270Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16982023-10-04T02:33:01.323Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16992023-10-04T02:33:15.090Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17002023-10-04T02:33:17.860Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17012023-10-04T02:33:23.725Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
17022023-10-04T02:33:24.531Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17032023-10-04T02:33:28.367Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17042023-10-04T02:33:30.638Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
17052023-10-04T02:33:38.938Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17062023-10-04T02:34:06.033Z Compiling git2 v0.17.2
17072023-10-04T02:34:12.305Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17082023-10-04T02:34:14.210Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17092023-10-04T02:34:26.285Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17102023-10-04T02:34:42.182Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17112023-10-04T02:34:44.411Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17122023-10-04T02:35:20.299Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17132023-10-04T02:36:50.345Z Finished dev [unoptimized + debuginfo] target(s) in 10m 29s
17142023-10-04T02:36:50.602Z
17152023-10-04T02:36:50.605Zreal 10:29.696061224
17162023-10-04T02:36:50.608Zuser 57:25.812845713
17172023-10-04T02:36:50.612Zsys 9:16.229617329
17182023-10-04T02:36:50.615Ztrap 2.233257480
17192023-10-04T02:36:50.618Ztflt 2.748880896
17202023-10-04T02:36:50.621Zdflt 7.234768015
17212023-10-04T02:36:50.623Zkflt 0.015462878
17222023-10-04T02:36:50.626Zlock 1:45:37.657851352
17232023-10-04T02:36:50.629Zslp 2:59:34.054043278
17242023-10-04T02:36:50.631Zlat 2:22.169317613
17252023-10-04T02:36:50.634Zstop 5:37.134868766
17262023-10-04T02:36:50.638Z+ mkdir -p /work/end-to-end-tests
17272023-10-04T02:36:50.642Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17282023-10-04T02:36:51.007Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17292023-10-04T02:36:51.010Z+ ptime -m gzip
17302023-10-04T02:36:51.013Z++ basename target/debug/bootstrap
17312023-10-04T02:37:07.501Z
17322023-10-04T02:37:07.504Zreal 16.480976725
17332023-10-04T02:37:07.507Zuser 16.324305354
17342023-10-04T02:37:07.509Zsys 0.150979421
17352023-10-04T02:37:07.512Ztrap 0.003490432
17362023-10-04T02:37:07.515Ztflt 0.000000000
17372023-10-04T02:37:07.517Zdflt 0.000000000
17382023-10-04T02:37:07.520Zkflt 0.000000000
17392023-10-04T02:37:07.523Zlock 0.000000000
17402023-10-04T02:37:07.525Zslp 0.000000000
17412023-10-04T02:37:07.528Zlat 0.001857676
17422023-10-04T02:37:07.531Zstop 0.000230530
17432023-10-04T02:37:07.534Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17442023-10-04T02:37:07.537Z+ ptime -m gzip
17452023-10-04T02:37:07.539Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e8befc34dc38cbc1
17462023-10-04T02:37:08.590Z
17472023-10-04T02:37:08.593Zreal 1.079664927
17482023-10-04T02:37:08.595Zuser 1.069054075
17492023-10-04T02:37:08.598Zsys 0.009970763
17502023-10-04T02:37:08.601Ztrap 0.000096555
17512023-10-04T02:37:08.604Ztflt 0.000000000
17522023-10-04T02:37:08.607Zdflt 0.000000000
17532023-10-04T02:37:08.610Zkflt 0.000000000
17542023-10-04T02:37:08.613Zlock 0.000000000
17552023-10-04T02:37:08.615Zslp 0.000000000
17562023-10-04T02:37:08.618Zlat 0.000174451
17572023-10-04T02:37:08.621Zstop 0.000256098
17582023-10-04T02:37:08.623Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17592023-10-04T02:37:08.626Z+ ptime -m gzip
17602023-10-04T02:37:08.629Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b03cef630464e50a
17612023-10-04T02:37:27.406Z
17622023-10-04T02:37:27.409Zreal 18.799426718
17632023-10-04T02:37:27.412Zuser 18.621024796
17642023-10-04T02:37:27.415Zsys 0.172467015
17652023-10-04T02:37:27.418Ztrap 0.003746548
17662023-10-04T02:37:27.421Ztflt 0.000000000
17672023-10-04T02:37:27.424Zdflt 0.000000000
17682023-10-04T02:37:27.427Zkflt 0.000000000
17692023-10-04T02:37:27.429Zlock 0.000000000
17702023-10-04T02:37:27.433Zslp 0.000000000
17712023-10-04T02:37:27.435Zlat 0.001689854
17722023-10-04T02:37:27.438Zstop 0.000384884
17732023-10-04T02:37:27.441Z+ banner caboose-util
17742023-10-04T02:37:27.443Z
17752023-10-04T02:37:27.446Z #### ## ##### #### #### #### ###### # # #####
17762023-10-04T02:37:27.449Z # # # # # # # # # # # # # # #
17772023-10-04T02:37:27.452Z # # # ##### # # # # #### ##### ##### # # #
17782023-10-04T02:37:27.458Z # ###### # # # # # # # # # # #
17792023-10-04T02:37:27.462Z # # # # # # # # # # # # # # # #
17802023-10-04T02:37:27.465Z #### # # ##### #### #### #### ###### #### #
17812023-10-04T02:37:27.468Z
17822023-10-04T02:37:27.471Z+ ptime -m cargo build --locked -p caboose-util --release
17832023-10-04T02:37:28.089Z Downloading crates ...
17842023-10-04T02:37:28.364Z Downloaded nodrop v0.1.14
17852023-10-04T02:37:28.367Z Downloaded path-slash v0.1.5
17862023-10-04T02:37:28.371Z Downloaded array-init v0.0.4
17872023-10-04T02:37:28.375Z Downloaded bitfield v0.14.0
17882023-10-04T02:37:28.378Z Downloaded flagset v0.4.3
17892023-10-04T02:37:28.381Z Downloaded maybe-uninit v2.0.0
17902023-10-04T02:37:28.384Z Downloaded pkcs1 v0.7.5
17912023-10-04T02:37:28.387Z Downloaded packed_struct_codegen v0.10.1
17922023-10-04T02:37:28.391Z Downloaded serde-hex v0.1.0
17932023-10-04T02:37:28.396Z Downloaded env_logger v0.10.0
17942023-10-04T02:37:28.399Z Downloaded pem-rfc7468 v0.7.0
17952023-10-04T02:37:28.402Z Downloaded crc-any v2.4.3
17962023-10-04T02:37:28.439Z Downloaded rsa v0.9.2
17972023-10-04T02:37:28.442Z Downloaded num-bigint-dig v0.8.4
17982023-10-04T02:37:28.445Z Downloaded x509-cert v0.2.4
17992023-10-04T02:37:28.448Z Downloaded object v0.30.4
18002023-10-04T02:37:28.451Z Downloaded ron v0.8.1
18012023-10-04T02:37:28.454Z Downloaded der_derive v0.7.2
18022023-10-04T02:37:28.457Z Downloaded packed_struct v0.10.1
18032023-10-04T02:37:28.459Z Downloaded smallvec v0.6.14
18042023-10-04T02:37:28.463Z Downloaded crc-catalog v2.2.0
18052023-10-04T02:37:28.466Z Downloaded crc v3.0.1
18062023-10-04T02:37:28.617Z Compiling proc-macro2 v1.0.67
18072023-10-04T02:37:28.620Z Compiling unicode-ident v1.0.12
18082023-10-04T02:37:28.623Z Compiling libc v0.2.148
18092023-10-04T02:37:28.626Z Compiling autocfg v1.1.0
18102023-10-04T02:37:28.628Z Compiling serde v1.0.188
18112023-10-04T02:37:28.631Z Compiling version_check v0.9.4
18122023-10-04T02:37:28.642Z Compiling cfg-if v1.0.0
18132023-10-04T02:37:28.748Z Compiling parking_lot_core v0.9.8
18142023-10-04T02:37:28.777Z Compiling syn v1.0.109
18152023-10-04T02:37:28.940Z Compiling once_cell v1.18.0
18162023-10-04T02:37:29.390Z Compiling typenum v1.16.0
18172023-10-04T02:37:29.402Z Compiling libm v0.2.7
18182023-10-04T02:37:29.638Z Compiling futures-core v0.3.28
18192023-10-04T02:37:29.701Z Compiling generic-array v0.14.7
18202023-10-04T02:37:29.810Z Compiling lock_api v0.4.10
18212023-10-04T02:37:29.829Z Compiling num-traits v0.2.16
18222023-10-04T02:37:30.073Z Compiling pkg-config v0.3.27
18232023-10-04T02:37:30.186Z Compiling slab v0.4.9
18242023-10-04T02:37:30.213Z Compiling futures-task v0.3.28
18252023-10-04T02:37:30.586Z Compiling serde_json v1.0.107
18262023-10-04T02:37:30.638Z Compiling futures-channel v0.3.28
18272023-10-04T02:37:30.808Z Compiling quote v1.0.33
18282023-10-04T02:37:30.840Z Compiling thiserror v1.0.48
18292023-10-04T02:37:31.009Z Compiling scopeguard v1.2.0
18302023-10-04T02:37:31.210Z Compiling futures-util v0.3.28
18312023-10-04T02:37:31.265Z Compiling memchr v2.6.3
18322023-10-04T02:37:31.507Z Compiling syn v2.0.32
18332023-10-04T02:37:31.652Z Compiling jobserver v0.1.26
18342023-10-04T02:37:31.834Z Compiling getrandom v0.2.10
18352023-10-04T02:37:32.141Z Compiling cc v1.0.83
18362023-10-04T02:37:32.466Z Compiling itoa v1.0.9
18372023-10-04T02:37:33.499Z Compiling ahash v0.8.3
18382023-10-04T02:37:33.576Z Compiling smallvec v1.11.0
18392023-10-04T02:37:33.959Z Compiling vcpkg v0.2.15
18402023-10-04T02:37:34.430Z Compiling log v0.4.20
18412023-10-04T02:37:35.226Z Compiling byteorder v1.4.3
18422023-10-04T02:37:35.393Z Compiling rand_core v0.6.4
18432023-10-04T02:37:36.155Z Compiling pin-project-lite v0.2.13
18442023-10-04T02:37:36.329Z Compiling parking_lot v0.12.1
18452023-10-04T02:37:36.777Z Compiling indexmap v1.9.3
18462023-10-04T02:37:36.888Z Compiling ring v0.16.20
18472023-10-04T02:37:36.995Z Compiling openssl-sys v0.9.93
18482023-10-04T02:37:38.689Z Compiling io-lifetimes v1.0.11
18492023-10-04T02:37:39.602Z Compiling num-integer v0.1.45
18502023-10-04T02:37:39.652Z Compiling ryu v1.0.15
18512023-10-04T02:37:39.990Z Compiling spin v0.5.2
18522023-10-04T02:37:40.108Z Compiling semver v1.0.18
18532023-10-04T02:37:40.359Z Compiling const-oid v0.9.5
18542023-10-04T02:37:41.550Z Compiling rustix v0.37.23
18552023-10-04T02:37:42.367Z Compiling mio v0.8.8
18562023-10-04T02:37:42.781Z Compiling socket2 v0.5.3
18572023-10-04T02:37:42.846Z Compiling signal-hook-registry v1.4.1
18582023-10-04T02:37:43.844Z Compiling num_cpus v1.16.0
18592023-10-04T02:37:43.925Z Compiling httparse v1.8.0
18602023-10-04T02:37:43.947Z Compiling ucd-trie v0.1.6
18612023-10-04T02:37:44.011Z Compiling unicode-xid v0.2.4
18622023-10-04T02:37:44.109Z Compiling openssl v0.10.57
18632023-10-04T02:37:44.263Z Compiling futures-sink v0.3.28
18642023-10-04T02:37:44.495Z Compiling synstructure v0.12.6
18652023-10-04T02:37:44.692Z Compiling tinyvec_macros v0.1.1
18662023-10-04T02:37:44.808Z Compiling tinyvec v1.6.0
18672023-10-04T02:37:46.412Z Compiling futures-io v0.3.28
18682023-10-04T02:37:46.818Z Compiling radium v0.7.0
18692023-10-04T02:37:46.998Z Compiling crc32fast v1.3.2
18702023-10-04T02:37:47.418Z Compiling pin-utils v0.1.0
18712023-10-04T02:37:47.484Z Compiling rustls v0.21.7
18722023-10-04T02:37:47.547Z Compiling ppv-lite86 v0.2.17
18732023-10-04T02:37:47.879Z Compiling native-tls v0.2.11
18742023-10-04T02:37:47.883Z Compiling unicode-normalization v0.1.22
18752023-10-04T02:37:47.950Z Compiling bzip2-sys v0.1.11+1.0.8
18762023-10-04T02:37:48.491Z Compiling tracing-core v0.1.31
18772023-10-04T02:37:48.596Z Compiling heck v0.4.1
18782023-10-04T02:37:48.653Z Compiling subtle v2.5.0
18792023-10-04T02:37:48.918Z Compiling rand_chacha v0.3.1
18802023-10-04T02:37:49.146Z Compiling unicode-bidi v0.3.13
18812023-10-04T02:37:49.659Z Compiling rand v0.8.5
18822023-10-04T02:37:51.560Z Compiling errno v0.3.2
18832023-10-04T02:37:51.620Z Compiling num-iter v0.1.43
18842023-10-04T02:37:51.632Z Compiling usdt-impl v0.3.5
18852023-10-04T02:37:51.903Z Compiling schemars v0.8.13
18862023-10-04T02:37:52.045Z Compiling base64 v0.21.4
18872023-10-04T02:37:52.068Z Compiling rustix v0.38.9
18882023-10-04T02:37:53.888Z Compiling serde_derive_internals v0.26.0
18892023-10-04T02:37:54.024Z Compiling serde_derive v1.0.188
18902023-10-04T02:37:54.515Z Compiling zeroize_derive v1.4.2
18912023-10-04T02:37:54.562Z Compiling tokio-macros v2.1.0
18922023-10-04T02:37:55.256Z Compiling thiserror-impl v1.0.48
18932023-10-04T02:37:55.441Z Compiling futures-macro v0.3.28
18942023-10-04T02:37:55.526Z Compiling tracing-attributes v0.1.26
18952023-10-04T02:37:56.762Z Compiling zeroize v1.6.0
18962023-10-04T02:37:57.862Z Compiling zerocopy-derive v0.2.0
18972023-10-04T02:37:58.540Z Compiling openssl-macros v0.1.1
18982023-10-04T02:37:59.814Z Compiling crypto-common v0.1.6
18992023-10-04T02:37:59.967Z Compiling pest v2.7.2
19002023-10-04T02:38:00.101Z Compiling block-buffer v0.10.4
19012023-10-04T02:38:00.468Z Compiling digest v0.10.7
19022023-10-04T02:38:00.491Z Compiling zerocopy-derive v0.6.3
19032023-10-04T02:38:00.951Z Compiling tracing v0.1.37
19042023-10-04T02:38:01.845Z Compiling fnv v1.0.7
19052023-10-04T02:38:02.035Z Compiling untrusted v0.7.1
19062023-10-04T02:38:02.521Z Compiling bitflags v1.3.2
19072023-10-04T02:38:04.827Z Compiling pest_meta v2.7.2
19082023-10-04T02:38:05.037Z Compiling zerocopy v0.3.0
19092023-10-04T02:38:06.286Z Compiling schemars_derive v0.8.13
19102023-10-04T02:38:08.736Z Compiling pest_generator v2.7.2
19112023-10-04T02:38:09.481Z Compiling lazy_static v1.4.0
19122023-10-04T02:38:09.891Z Compiling backtrace v0.3.69
19132023-10-04T02:38:10.081Z Compiling num-bigint v0.4.4
19142023-10-04T02:38:10.471Z Compiling memoffset v0.9.0
19152023-10-04T02:38:10.715Z Compiling base64ct v1.6.0
19162023-10-04T02:38:11.011Z Compiling async-trait v0.1.73
19172023-10-04T02:38:11.109Z Compiling hashbrown v0.12.3
19182023-10-04T02:38:11.648Z Compiling foreign-types-shared v0.1.1
19192023-10-04T02:38:11.727Z Compiling crossbeam-utils v0.8.16
19202023-10-04T02:38:11.796Z Compiling percent-encoding v2.3.0
19212023-10-04T02:38:11.893Z Compiling pest_derive v2.7.2
19222023-10-04T02:38:11.965Z Compiling allocator-api2 v0.2.16
19232023-10-04T02:38:12.318Z Compiling iana-time-zone v0.1.57
19242023-10-04T02:38:12.867Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19252023-10-04T02:38:12.938Z Compiling openssl-probe v0.1.5
19262023-10-04T02:38:12.950Z Compiling smoltcp v0.9.1
19272023-10-04T02:38:12.963Z Compiling dtrace-parser v0.1.14
19282023-10-04T02:38:13.258Z Compiling hashbrown v0.14.0
19292023-10-04T02:38:13.864Z Compiling foreign-types v0.3.2
19302023-10-04T02:38:13.965Z Compiling pem-rfc7468 v0.7.0
19312023-10-04T02:38:14.853Z Compiling dof v0.1.5
19322023-10-04T02:38:15.360Z Compiling clap_derive v4.4.2
19332023-10-04T02:38:15.786Z Compiling der_derive v0.7.2
19342023-10-04T02:38:16.413Z Compiling thread-id v4.2.0
19352023-10-04T02:38:16.720Z Compiling utf8parse v0.2.1
19362023-10-04T02:38:16.906Z Compiling flagset v0.4.3
19372023-10-04T02:38:17.001Z Compiling try-lock v0.2.4
19382023-10-04T02:38:17.202Z Compiling bytes v1.5.0
19392023-10-04T02:38:18.186Z Compiling bitflags v2.4.0
19402023-10-04T02:38:18.515Z Compiling rustc_version v0.4.0
19412023-10-04T02:38:18.650Z Compiling tokio v1.32.0
19422023-10-04T02:38:18.809Z Compiling http v0.2.9
19432023-10-04T02:38:19.115Z Compiling uuid v1.4.1
19442023-10-04T02:38:20.221Z Compiling heapless v0.7.16
19452023-10-04T02:38:20.601Z Compiling chrono v0.4.31
19462023-10-04T02:38:20.991Z Compiling equivalent v1.0.1
19472023-10-04T02:38:21.456Z Compiling siphasher v0.3.11
19482023-10-04T02:38:22.088Z Compiling adler v1.0.2
19492023-10-04T02:38:22.404Z Compiling time-core v0.1.1
19502023-10-04T02:38:22.701Z Compiling cpufeatures v0.2.9
19512023-10-04T02:38:22.779Z Compiling anstyle v1.0.2
19522023-10-04T02:38:22.840Z Compiling sha2 v0.10.7
19532023-10-04T02:38:23.198Z Compiling time-macros v0.2.13
19542023-10-04T02:38:23.713Z Compiling miniz_oxide v0.7.1
19552023-10-04T02:38:26.021Z Compiling http-body v0.4.5
19562023-10-04T02:38:26.615Z Compiling indexmap v2.0.0
19572023-10-04T02:38:28.604Z Compiling der v0.7.8
19582023-10-04T02:38:31.147Z Compiling want v0.3.1
19592023-10-04T02:38:31.553Z Compiling serde_tokenstream v0.1.7
19602023-10-04T02:38:32.416Z Compiling tokio-util v0.7.8
19612023-10-04T02:38:33.372Z Compiling anstyle-parse v0.2.1
19622023-10-04T02:38:34.314Z Compiling h2 v0.3.21
19632023-10-04T02:38:38.344Z Compiling form_urlencoded v1.2.0
19642023-10-04T02:38:38.624Z Compiling sct v0.7.0
19652023-10-04T02:38:38.814Z Compiling rustls-webpki v0.101.4
19662023-10-04T02:38:39.220Z Compiling hubpack_derive v0.1.1
19672023-10-04T02:38:40.740Z Compiling aho-corasick v1.0.4
19682023-10-04T02:38:41.465Z Compiling socket2 v0.4.9
19692023-10-04T02:38:41.763Z Compiling crossbeam-epoch v0.9.15
19702023-10-04T02:38:42.024Z Compiling anyhow v1.0.75
19712023-10-04T02:38:42.587Z Compiling tower-service v0.3.2
19722023-10-04T02:38:42.747Z Compiling httpdate v1.0.3
19732023-10-04T02:38:42.976Z Compiling tap v1.0.1
19742023-10-04T02:38:43.252Z Compiling anstyle-query v1.0.0
19752023-10-04T02:38:43.522Z Compiling regex-syntax v0.7.5
19762023-10-04T02:38:43.541Z Compiling slog v2.7.0
19772023-10-04T02:38:43.618Z Compiling colorchoice v1.0.0
19782023-10-04T02:38:45.167Z Compiling anstream v0.5.0
19792023-10-04T02:38:46.881Z Compiling hyper v0.14.27
19802023-10-04T02:38:47.141Z Compiling wyz v0.5.1
19812023-10-04T02:38:50.305Z Compiling regex-automata v0.3.8
19822023-10-04T02:38:53.172Z Compiling terminal_size v0.2.6
19832023-10-04T02:38:53.351Z Compiling spki v0.7.2
19842023-10-04T02:38:54.227Z Compiling zerocopy v0.6.3
19852023-10-04T02:38:54.364Z Compiling rustls-pemfile v1.0.3
19862023-10-04T02:38:54.888Z Compiling md-5 v0.10.5
19872023-10-04T02:38:55.248Z Compiling hmac v0.12.1
19882023-10-04T02:38:55.740Z Compiling stringprep v0.1.3
19892023-10-04T02:38:55.901Z Compiling idna v0.4.0
19902023-10-04T02:38:57.363Z Compiling diesel_table_macro_syntax v0.1.0
19912023-10-04T02:38:57.945Z Compiling hash32 v0.2.1
19922023-10-04T02:38:58.311Z Compiling spin v0.9.8
19932023-10-04T02:38:58.872Z Compiling dyn-clone v1.0.13
19942023-10-04T02:38:58.930Z Compiling funty v2.0.0
19952023-10-04T02:38:59.156Z Compiling clap_lex v0.5.1
19962023-10-04T02:39:01.145Z Compiling strsim v0.10.0
19972023-10-04T02:39:02.793Z Compiling fallible-iterator v0.2.0
19982023-10-04T02:39:03.169Z Compiling gimli v0.28.0
19992023-10-04T02:39:03.972Z Compiling maybe-uninit v2.0.0
20002023-10-04T02:39:04.039Z Compiling stable_deref_trait v1.2.0
20012023-10-04T02:39:04.727Z Compiling postgres-protocol v0.6.6
20022023-10-04T02:39:05.002Z Compiling clap_builder v4.4.2
20032023-10-04T02:39:05.019Z Compiling bitvec v1.0.1
20042023-10-04T02:39:05.250Z Compiling tokio-rustls v0.24.1
20052023-10-04T02:39:06.242Z Compiling diesel_derives v2.1.1
20062023-10-04T02:39:06.298Z Compiling url v2.4.1
20072023-10-04T02:39:09.097Z Compiling rustls-native-certs v0.6.3
20082023-10-04T02:39:09.956Z Compiling tokio-native-tls v0.3.1
20092023-10-04T02:39:10.375Z Compiling addr2line v0.21.0
20102023-10-04T02:39:12.296Z Compiling usdt-macro v0.3.5
20112023-10-04T02:39:13.891Z Compiling usdt-attr-macro v0.3.5
20122023-10-04T02:39:15.773Z Compiling phf_shared v0.11.2
20132023-10-04T02:39:16.012Z Compiling toml_datetime v0.6.3
20142023-10-04T02:39:16.347Z Compiling serde_spanned v0.6.3
20152023-10-04T02:39:16.931Z Compiling block-padding v0.3.3
20162023-10-04T02:39:16.960Z Compiling enum-as-inner v0.5.1
20172023-10-04T02:39:17.287Z Compiling serde_repr v0.1.16
20182023-10-04T02:39:17.573Z Compiling scheduled-thread-pool v0.2.7
20192023-10-04T02:39:18.358Z Compiling object v0.32.1
20202023-10-04T02:39:21.817Z Compiling managed v0.8.0
20212023-10-04T02:39:22.291Z Compiling packed_struct v0.10.1
20222023-10-04T02:39:22.862Z Compiling regex-automata v0.1.10
20232023-10-04T02:39:23.012Z Compiling deranged v0.3.8
20242023-10-04T02:39:23.637Z Compiling bit-vec v0.6.3
20252023-10-04T02:39:24.322Z Compiling winnow v0.5.15
20262023-10-04T02:39:28.004Z Compiling unicode-width v0.1.10
20272023-10-04T02:39:28.253Z Compiling num_threads v0.1.6
20282023-10-04T02:39:30.597Z Compiling ipnet v2.8.0
20292023-10-04T02:39:30.648Z Compiling num-bigint-dig v0.8.4
20302023-10-04T02:39:30.737Z Compiling either v1.9.0
20312023-10-04T02:39:31.061Z Compiling matches v0.1.10
20322023-10-04T02:39:31.189Z Compiling rustc-demangle v0.1.23
20332023-10-04T02:39:32.654Z Compiling itertools v0.10.5
20342023-10-04T02:39:37.495Z Compiling idna v0.2.3
20352023-10-04T02:39:37.607Z Compiling toml_edit v0.19.15
20362023-10-04T02:39:40.503Z Compiling time v0.3.27
20372023-10-04T02:39:48.892Z Compiling bstr v0.2.17
20382023-10-04T02:39:51.248Z Compiling r2d2 v0.8.10
20392023-10-04T02:39:52.232Z Compiling inout v0.1.3
20402023-10-04T02:39:54.368Z Compiling phf v0.11.2
20412023-10-04T02:39:54.487Z Compiling clap v4.4.3
20422023-10-04T02:39:54.652Z Compiling hyper-tls v0.5.0
20432023-10-04T02:39:54.817Z Compiling hyper-rustls v0.24.1
20442023-10-04T02:39:55.184Z Compiling ipnetwork v0.20.0
20452023-10-04T02:39:55.883Z Compiling flate2 v1.0.27
20462023-10-04T02:39:56.479Z Compiling postgres-types v0.2.6
20472023-10-04T02:39:57.545Z Compiling regex v1.9.5
20482023-10-04T02:39:58.010Z Compiling pkcs8 v0.10.2
20492023-10-04T02:39:59.422Z Compiling hubpack v0.1.2
20502023-10-04T02:39:59.471Z Compiling serde_urlencoded v0.7.1
20512023-10-04T02:39:59.845Z Compiling phf_shared v0.10.0
20522023-10-04T02:40:00.441Z Compiling futures-executor v0.3.28
20532023-10-04T02:40:01.282Z Compiling signature v2.1.0
20542023-10-04T02:40:02.032Z Compiling packed_struct_codegen v0.10.1
20552023-10-04T02:40:03.407Z Compiling float-cmp v0.9.0
20562023-10-04T02:40:04.328Z Compiling encoding_rs v0.8.33
20572023-10-04T02:40:06.471Z Compiling smawk v0.3.1
20582023-10-04T02:40:06.486Z Compiling nodrop v0.1.14
20592023-10-04T02:40:06.816Z Compiling new_debug_unreachable v1.0.4
20602023-10-04T02:40:06.949Z Compiling crc-catalog v2.2.0
20612023-10-04T02:40:07.384Z Compiling fixedbitset v0.4.2
20622023-10-04T02:40:07.388Z Compiling difflib v0.4.0
20632023-10-04T02:40:07.391Z Compiling static_assertions v1.1.0
20642023-10-04T02:40:07.603Z Compiling unicode-linebreak v0.1.5
20652023-10-04T02:40:08.439Z Compiling mime v0.3.17
20662023-10-04T02:40:08.634Z Compiling unicode-segmentation v1.10.1
20672023-10-04T02:40:09.322Z Compiling whoami v1.4.1
20682023-10-04T02:40:09.640Z Compiling data-encoding v2.4.0
20692023-10-04T02:40:10.069Z Compiling normalize-line-endings v0.3.0
20702023-10-04T02:40:10.205Z Compiling precomputed-hash v0.1.1
20712023-10-04T02:40:10.373Z Compiling webpki-roots v0.25.2
20722023-10-04T02:40:10.628Z Compiling predicates-core v1.0.6
20732023-10-04T02:40:11.117Z Compiling predicates v3.0.3
20742023-10-04T02:40:11.667Z Compiling reqwest v0.11.20
20752023-10-04T02:40:13.328Z Compiling trust-dns-proto v0.22.0
20762023-10-04T02:40:13.588Z Compiling string_cache v0.8.7
20772023-10-04T02:40:14.243Z Compiling similar v2.2.1
20782023-10-04T02:40:18.828Z Compiling tokio-postgres v0.7.10
20792023-10-04T02:40:25.293Z Compiling textwrap v0.16.0
20802023-10-04T02:40:26.638Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20812023-10-04T02:40:27.053Z Compiling petgraph v0.6.4
20822023-10-04T02:40:27.095Z Compiling crc v3.0.1
20832023-10-04T02:40:30.442Z Compiling array-init v0.0.4
20842023-10-04T02:40:38.097Z Compiling futures v0.3.28
20852023-10-04T02:40:41.138Z Compiling pkcs1 v0.7.5
20862023-10-04T02:40:41.189Z Compiling smallvec v0.6.14
20872023-10-04T02:40:41.933Z Compiling yasna v0.5.2
20882023-10-04T02:40:42.112Z Compiling diesel v2.1.1
20892023-10-04T02:40:42.855Z Compiling cipher v0.4.4
20902023-10-04T02:40:44.789Z Compiling toml v0.7.8
20912023-10-04T02:40:47.356Z Compiling console v0.15.7
20922023-10-04T02:40:47.539Z Compiling bit-set v0.5.3
20932023-10-04T02:40:47.976Z Compiling usdt v0.3.5
20942023-10-04T02:40:48.376Z Compiling is-terminal v0.4.9
20952023-10-04T02:40:49.509Z Compiling bstr v1.6.0
20962023-10-04T02:40:49.908Z Compiling tokio-stream v0.1.14
20972023-10-04T02:40:50.898Z Compiling openapiv3 v1.0.3
20982023-10-04T02:40:51.505Z Compiling hex v0.4.3
20992023-10-04T02:40:53.237Z Compiling hashbrown v0.13.2
21002023-10-04T02:40:55.263Z Compiling termcolor v1.2.0
21012023-10-04T02:40:56.199Z Compiling lalrpop-util v0.19.12
21022023-10-04T02:40:58.815Z Compiling bitfield v0.14.0
21032023-10-04T02:41:00.066Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
21042023-10-04T02:41:08.810Z Compiling env_logger v0.10.0
21052023-10-04T02:41:19.123Z Compiling rsa v0.9.2
21062023-10-04T02:41:26.527Z Compiling serde-hex v0.1.0
21072023-10-04T02:41:28.055Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21082023-10-04T02:41:35.688Z Compiling x509-cert v0.2.4
21092023-10-04T02:41:36.694Z Compiling ron v0.8.1
21102023-10-04T02:41:48.569Z Compiling crc-any v2.4.3
21112023-10-04T02:41:50.199Z Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
21122023-10-04T02:42:14.658Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21132023-10-04T02:42:23.269Z Compiling object v0.30.4
21142023-10-04T02:42:30.272Z Compiling path-slash v0.1.5
21152023-10-04T02:42:43.055Z Compiling bzip2 v0.4.4
21162023-10-04T02:42:43.760Z Compiling zip v0.6.6
21172023-10-04T02:42:50.736Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
21182023-10-04T02:42:52.201Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21192023-10-04T02:43:21.126Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21202023-10-04T02:43:22.188Z Finished release [optimized] target(s) in 5m 54s
21212023-10-04T02:43:22.273Z
21222023-10-04T02:43:22.276Zreal 5:54.859466787
21232023-10-04T02:43:22.278Zuser 40:36.533272961
21242023-10-04T02:43:22.281Zsys 3:38.089105526
21252023-10-04T02:43:22.284Ztrap 1.604394420
21262023-10-04T02:43:22.287Ztflt 1.178596635
21272023-10-04T02:43:22.290Zdflt 0.594465903
21282023-10-04T02:43:22.293Zkflt 0.008141787
21292023-10-04T02:43:22.296Zlock 1:34:24.607603668
21302023-10-04T02:43:22.299Zslp 2:21:32.083945199
21312023-10-04T02:43:22.301Zlat 1:41.194543071
21322023-10-04T02:43:22.304Zstop 1:18.910510266
21332023-10-04T02:43:22.307Z+ ptime -m gzip
21342023-10-04T02:43:22.933Z
21352023-10-04T02:43:22.939Zreal 0.650421672
21362023-10-04T02:43:22.943Zuser 0.641631910
21372023-10-04T02:43:22.950Zsys 0.008189689
21382023-10-04T02:43:22.967Ztrap 0.000064442
21392023-10-04T02:43:22.976Ztflt 0.000000000
21402023-10-04T02:43:22.980Zdflt 0.000000000
21412023-10-04T02:43:22.984Zkflt 0.000000000
21422023-10-04T02:43:22.987Zlock 0.000000000
21432023-10-04T02:43:22.991Zslp 0.000000000
21442023-10-04T02:43:22.997Zlat 0.000171860
21452023-10-04T02:43:23.006Zstop 0.000231885
21462023-10-04T02:43:23.011Z+ banner tufaceous
21472023-10-04T02:43:23.013Z
21482023-10-04T02:43:23.017Z ##### # # ###### ## #### ###### #### # # ####
21492023-10-04T02:43:23.021Z # # # # # # # # # # # # # #
21502023-10-04T02:43:23.026Z # # # ##### # # # ##### # # # # ####
21512023-10-04T02:43:23.029Z # # # # ###### # # # # # # #
21522023-10-04T02:43:23.032Z # # # # # # # # # # # # # # #
21532023-10-04T02:43:23.036Z # #### # # # #### ###### #### #### ####
21542023-10-04T02:43:23.040Z
21552023-10-04T02:43:23.043Z+ ptime -m cargo build --locked -p tufaceous --release
21562023-10-04T02:43:23.633Z Downloading crates ...
21572023-10-04T02:43:23.998Z Downloaded globset v0.4.13
21582023-10-04T02:43:24.032Z Downloaded snafu v0.7.5
21592023-10-04T02:43:24.051Z Downloaded path-absolutize v3.1.0
21602023-10-04T02:43:24.059Z Downloaded snafu-derive v0.7.5
21612023-10-04T02:43:24.065Z Downloaded tough v0.12.5
21622023-10-04T02:43:24.074Z Downloaded bytesize v1.3.0
21632023-10-04T02:43:24.082Z Downloaded doc-comment v0.3.3
21642023-10-04T02:43:24.160Z Downloaded path-dedot v3.1.0
21652023-10-04T02:43:24.238Z Downloaded serde_plain v1.0.2
21662023-10-04T02:43:24.261Z Downloaded fs-err v2.9.0
21672023-10-04T02:43:24.333Z Downloaded buf-list v1.0.3
21682023-10-04T02:43:24.347Z Downloaded olpc-cjson v0.1.3
21692023-10-04T02:43:24.350Z Compiling serde_tokenstream v0.2.0
21702023-10-04T02:43:24.354Z Compiling regress v0.7.1
21712023-10-04T02:43:24.359Z Compiling dirs-sys-next v0.1.2
21722023-10-04T02:43:24.364Z Compiling ident_case v1.0.1
21732023-10-04T02:43:24.367Z Compiling thread_local v1.1.7
21742023-10-04T02:43:24.383Z Compiling heck v0.4.1
21752023-10-04T02:43:24.398Z Compiling camino v1.1.6
21762023-10-04T02:43:24.617Z Compiling dirs-next v2.0.0
21772023-10-04T02:43:24.919Z Compiling darling_core v0.20.3
21782023-10-04T02:43:25.062Z Compiling slog-async v2.8.0
21792023-10-04T02:43:25.085Z Compiling rustversion v1.0.14
21802023-10-04T02:43:25.632Z Compiling term v0.7.0
21812023-10-04T02:43:25.792Z Compiling crossbeam-channel v0.5.8
21822023-10-04T02:43:26.022Z Compiling getopts v0.2.21
21832023-10-04T02:43:26.114Z Compiling structmeta-derive v0.1.6
21842023-10-04T02:43:26.296Z Compiling atty v0.2.14
21852023-10-04T02:43:26.498Z Compiling multer v2.1.0
21862023-10-04T02:43:26.899Z Compiling paste v1.0.14
21872023-10-04T02:43:28.901Z Compiling unsafe-libyaml v0.2.9
21882023-10-04T02:43:28.933Z Compiling match_cfg v0.1.0
21892023-10-04T02:43:29.099Z Compiling doc-comment v0.3.3
21902023-10-04T02:43:29.210Z Compiling take_mut v0.2.2
21912023-10-04T02:43:29.215Z Compiling hostname v0.3.1
21922023-10-04T02:43:29.428Z Compiling slog-term v2.9.0
21932023-10-04T02:43:30.462Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21942023-10-04T02:43:32.414Z Compiling structmeta v0.1.6
21952023-10-04T02:43:33.043Z Compiling serde_yaml v0.9.25
21962023-10-04T02:43:34.513Z Compiling darling_macro v0.20.3
21972023-10-04T02:43:34.518Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21982023-10-04T02:43:35.533Z Compiling darling v0.20.3
21992023-10-04T02:43:35.709Z Compiling slog-json v2.6.1
22002023-10-04T02:43:36.154Z Compiling async-stream-impl v0.3.5
22012023-10-04T02:43:36.557Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22022023-10-04T02:43:36.952Z Compiling atomic-waker v1.1.1
22032023-10-04T02:43:37.239Z Compiling regex-syntax v0.6.29
22042023-10-04T02:43:37.280Z Compiling fastrand v2.0.0
22052023-10-04T02:43:38.096Z Compiling async-stream v0.3.5
22062023-10-04T02:43:38.178Z Compiling tempfile v3.8.0
22072023-10-04T02:43:38.469Z Compiling waitgroup v0.1.2
22082023-10-04T02:43:38.800Z Compiling slog-bunyan v2.4.0
22092023-10-04T02:43:38.820Z Compiling strum_macros v0.25.2
22102023-10-04T02:43:39.195Z Compiling serde_with_macros v2.3.3
22112023-10-04T02:43:43.020Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22122023-10-04T02:43:43.071Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22132023-10-04T02:43:43.260Z Compiling sha1 v0.10.5
22142023-10-04T02:43:44.506Z Compiling snafu-derive v0.7.5
22152023-10-04T02:43:44.799Z Compiling serde_path_to_error v0.1.14
22162023-10-04T02:43:45.411Z Compiling path-dedot v3.1.0
22172023-10-04T02:43:45.415Z Compiling instant v0.1.12
22182023-10-04T02:43:45.418Z Compiling base64 v0.13.1
22192023-10-04T02:43:45.586Z Compiling arc-swap v1.6.0
22202023-10-04T02:43:46.295Z Compiling debug-ignore v1.0.5
22212023-10-04T02:43:46.514Z Compiling same-file v1.0.6
22222023-10-04T02:43:46.525Z Compiling buf-list v1.0.3
22232023-10-04T02:43:46.802Z Compiling walkdir v2.4.0
22242023-10-04T02:43:46.983Z Compiling slog-scope v4.4.0
22252023-10-04T02:43:47.049Z Compiling parse-display-derive v0.7.0
22262023-10-04T02:43:47.388Z Compiling pem v1.1.1
22272023-10-04T02:43:48.516Z Compiling backoff v0.4.0
22282023-10-04T02:43:48.983Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22292023-10-04T02:43:49.094Z Compiling path-absolutize v3.1.0
22302023-10-04T02:43:49.443Z Compiling strum v0.25.0
22312023-10-04T02:43:49.713Z Compiling serde_with v2.3.3
22322023-10-04T02:43:49.757Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22332023-10-04T02:43:49.996Z Compiling globset v0.4.13
22342023-10-04T02:43:50.769Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22352023-10-04T02:43:51.014Z Compiling olpc-cjson v0.1.3
22362023-10-04T02:43:51.942Z Compiling macaddr v1.0.1
22372023-10-04T02:43:52.692Z Compiling snafu v0.7.5
22382023-10-04T02:43:53.116Z Compiling serde_plain v1.0.2
22392023-10-04T02:43:53.313Z Compiling parse-display v0.7.0
22402023-10-04T02:43:53.629Z Compiling xattr v1.0.1
22412023-10-04T02:43:53.997Z Compiling filetime v0.2.22
22422023-10-04T02:43:54.091Z Compiling tough v0.12.5
22432023-10-04T02:43:54.558Z Compiling tar v0.4.40
22442023-10-04T02:43:56.154Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22452023-10-04T02:43:56.341Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22462023-10-04T02:43:57.418Z Compiling slog-stdlog v4.1.1
22472023-10-04T02:43:58.978Z Compiling camino-tempfile v1.0.2
22482023-10-04T02:44:00.273Z Compiling itertools v0.11.0
22492023-10-04T02:44:04.739Z Compiling bytesize v1.3.0
22502023-10-04T02:44:04.806Z Compiling fs-err v2.9.0
22512023-10-04T02:44:05.261Z Compiling slog-envlogger v2.2.0
22522023-10-04T02:44:05.765Z Compiling humantime v2.1.0
22532023-10-04T02:44:07.466Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22542023-10-04T02:44:32.197Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22552023-10-04T02:44:32.512Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22562023-10-04T02:44:44.935Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22572023-10-04T02:44:45.591Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22582023-10-04T02:45:07.898Z Finished release [optimized] target(s) in 1m 44s
22592023-10-04T02:45:07.988Z
22602023-10-04T02:45:07.992Zreal 1:45.030152442
22612023-10-04T02:45:07.999Zuser 11:30.645790218
22622023-10-04T02:45:08.015Zsys 44.720004098
22632023-10-04T02:45:08.027Ztrap 0.418747021
22642023-10-04T02:45:08.030Ztflt 0.330988549
22652023-10-04T02:45:08.034Zdflt 0.458097040
22662023-10-04T02:45:08.039Zkflt 0.010568064
22672023-10-04T02:45:08.042Zlock 22:23.662537376
22682023-10-04T02:45:08.045Zslp 24:47.176615095
22692023-10-04T02:45:08.048Zlat 21.861104258
22702023-10-04T02:45:08.050Zstop 10.819731222
22712023-10-04T02:45:08.053Z+ ptime -m gzip
22722023-10-04T02:45:10.100Z
22732023-10-04T02:45:10.104Zreal 2.107168487
22742023-10-04T02:45:10.107Zuser 2.085248450
22752023-10-04T02:45:10.110Zsys 0.020365794
22762023-10-04T02:45:10.114Ztrap 0.000455844
22772023-10-04T02:45:10.118Ztflt 0.000000000
22782023-10-04T02:45:10.121Zdflt 0.000000000
22792023-10-04T02:45:10.124Zkflt 0.000000000
22802023-10-04T02:45:10.127Zlock 0.000000000
22812023-10-04T02:45:10.131Zslp 0.000000000
22822023-10-04T02:45:10.134Zlat 0.000711139
22832023-10-04T02:45:10.137Zstop 0.000234183
22842023-10-04T02:45:10.140Zprocess exited: duration 1264046 ms, exit code 0
 
22852023-10-04T02:45:10.159Zfound 5 output files
22862023-10-04T02:45:10.228Zuploading: /work/end-to-end-tests/bootstrap-e8befc34dc38cbc1.gz (6377350 bytes)
22872023-10-04T02:45:12.325Zuploaded: /work/end-to-end-tests/bootstrap-e8befc34dc38cbc1.gz
22882023-10-04T02:45:12.338Zuploading: /work/end-to-end-tests/bootstrap.gz (95280327 bytes)
22892023-10-04T02:45:52.053Zuploaded: /work/end-to-end-tests/bootstrap.gz
22902023-10-04T02:45:52.124Zuploading: /work/end-to-end-tests/end_to_end_tests-b03cef630464e50a.gz (108910078 bytes)
22912023-10-04T02:46:34.109Zuploaded: /work/end-to-end-tests/end_to_end_tests-b03cef630464e50a.gz
22922023-10-04T02:46:34.120Zuploading: /work/caboose-util.gz (4055374 bytes)
22932023-10-04T02:46:37.366Zuploaded: /work/caboose-util.gz
22942023-10-04T02:46:37.377Zuploading: /work/tufaceous.gz (13374585 bytes)
22952023-10-04T02:46:45.585Zuploaded: /work/tufaceous.gz