01HBYP8P27GS6NM07M5019AFRY: 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: 01HBYPJ3G1FAJSQFXTX6ZT8TXM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-05T01:46:13.600Zjob assigned to worker 01HBYR4FG9K2GQ3P12TTB15350 (queued for 28 m 58 s)
 
22023-10-05T01:46:22.041Zstarting task 0: "setup"
32023-10-05T01:46:23.394Z++ uname -s
42023-10-05T01:46:24.033Z+ kern=SunOS
52023-10-05T01:46:24.237Z+ case "$kern" in
62023-10-05T01:46:24.357Z+ groupadd -g 12345 build
72023-10-05T01:46:24.427Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-05T01:46:24.998Z+ zfs create -o mountpoint=/work rpool/work
92023-10-05T01:46:25.084Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-05T01:46:25.136Z+ home_fs=zfs
112023-10-05T01:46:25.287Z+ [[ zfs == autofs ]]
122023-10-05T01:46:25.507Z+ mkdir -p /home/build
132023-10-05T01:46:25.624Z+ chown build:build /home/build /work
142023-10-05T01:46:25.942Z+ chmod 0700 /home/build /work
152023-10-05T01:46:25.947Zprocess exited: duration 3429 ms, exit code 0
 
162023-10-05T01:46:25.977Zstarting task 1: "rust-toolchain"
172023-10-05T01:46:26.001Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-05T01:46:26.006Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-05T01:46:26.201Zinfo: downloading installer
202023-10-05T01:46:27.867Zwarning: it looks like you have an existing installation of Rust at:
212023-10-05T01:46:27.880Zwarning: /opt/ooce/bin
222023-10-05T01:46:27.893Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-05T01:46:27.901Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-05T01:46:27.907Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-05T01:46:27.914Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-05T01:46:27.928Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-05T01:46:27.943Zerror: cannot install while Rust is installed
282023-10-05T01:46:27.949Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-05T01:46:28.093Zinfo: profile set to 'default'
302023-10-05T01:46:28.099Zinfo: default host triple is x86_64-unknown-illumos
312023-10-05T01:46:28.109Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-05T01:46:28.278Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-05T01:46:28.293Zinfo: downloading component 'cargo'
342023-10-05T01:46:28.856Zinfo: downloading component 'clippy'
352023-10-05T01:46:29.082Zinfo: downloading component 'rust-docs'
362023-10-05T01:46:29.861Zinfo: downloading component 'rust-std'
372023-10-05T01:46:31.636Zinfo: downloading component 'rustc'
382023-10-05T01:46:34.518Zinfo: downloading component 'rustfmt'
392023-10-05T01:46:34.704Zinfo: installing component 'cargo'
402023-10-05T01:46:36.427Zinfo: installing component 'clippy'
412023-10-05T01:46:37.209Zinfo: installing component 'rust-docs'
422023-10-05T01:46:39.837Zinfo: installing component 'rust-std'
432023-10-05T01:46:43.647Zinfo: installing component 'rustc'
442023-10-05T01:46:51.483Zinfo: installing component 'rustfmt'
452023-10-05T01:46:51.969Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-05T01:46:51.993Z
472023-10-05T01:46:52.101Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-05T01:46:52.116Z
492023-10-05T01:46:52.130Z
502023-10-05T01:46:52.143ZRust is installed now. Great!
512023-10-05T01:46:52.168Z
522023-10-05T01:46:52.610ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-05T01:46:52.616Zenvironment variable. This has not been done automatically.
542023-10-05T01:46:52.619Z
552023-10-05T01:46:53.045ZTo configure your current shell, run:
562023-10-05T01:46:53.910Zsource "$HOME/.cargo/env"
572023-10-05T01:46:54.400Z+ rustc --version
582023-10-05T01:46:54.418Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-05T01:46:54.430Zprocess exited: duration 26310 ms, exit code 0
 
602023-10-05T01:46:54.452Zstarting task 2: "authentication"
612023-10-05T01:46:54.512ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-10-05T01:49:33.414Zprocess exited: duration 158952 ms, exit code 0
 
632023-10-05T01:49:33.447Zstarting task 3: "clone repository"
642023-10-05T01:49:33.468Z+ mkdir -p /work/oxidecomputer/omicron
652023-10-05T01:49:33.478Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-10-05T01:49:33.513ZCloning into '/work/oxidecomputer/omicron'...
672023-10-05T01:49:38.912Z+ cd /work/oxidecomputer/omicron
682023-10-05T01:49:38.938Z+ [[ -n dependabot/cargo/syn-2.0.37 ]]
692023-10-05T01:49:38.970Z+ git fetch origin dependabot/cargo/syn-2.0.37
702023-10-05T01:49:39.299ZFrom https://github.com/oxidecomputer/omicron
712023-10-05T01:49:39.341Z * branch dependabot/cargo/syn-2.0.37 -> FETCH_HEAD
722023-10-05T01:49:39.369Z+ git checkout -B dependabot/cargo/syn-2.0.37 remotes/origin/dependabot/cargo/syn-2.0.37
732023-10-05T01:49:39.414ZSwitched to a new branch 'dependabot/cargo/syn-2.0.37'
742023-10-05T01:49:39.843Zbranch 'dependabot/cargo/syn-2.0.37' set up to track 'origin/dependabot/cargo/syn-2.0.37'.
752023-10-05T01:49:40.300Z+ git reset --hard 9498059e6408e2349c925ffad8b8a734727a3e87
762023-10-05T01:49:41.193ZHEAD is now at 9498059e Bump syn from 2.0.32 to 2.0.37
772023-10-05T01:49:41.214Zprocess exited: duration 5928 ms, exit code 0
 
782023-10-05T01:49:41.248Zstarting task 4: "build"
792023-10-05T01:49:41.264Z+ cargo --version
802023-10-05T01:49:41.354Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-10-05T01:49:41.371Z+ rustc --version
822023-10-05T01:49:41.461Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-10-05T01:49:41.478Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
842023-10-05T01:49:49.690Z Startup: Refreshing catalog 'helios-dev' ... Done
852023-10-05T01:49:50.289Z Startup: Caching catalogs ... Done
862023-10-05T01:49:52.992ZPlanning: Solver setup ... Done (2.520s)
872023-10-05T01:49:53.158ZPlanning: Running solver ... Done (0.166s)
882023-10-05T01:49:53.195ZPlanning: Finding local manifests ... Done (0.003s)
892023-10-05T01:49:53.222ZPlanning: Fetching manifests: 0/4 0% complete
902023-10-05T01:49:53.475ZPlanning: Fetching manifests: 4/4 100% complete
912023-10-05T01:49:53.521ZPlanning: Package planning ... Done (0.081s)
922023-10-05T01:49:53.608ZPlanning: Merging actions ... Done (0.084s)
932023-10-05T01:49:55.027ZPlanning: Checking for conflicting actions ... Done (1.013s)
942023-10-05T01:49:55.042ZPlanning: Consolidating action changes ... Done (0.017s)
952023-10-05T01:50:01.132ZPlanning: Evaluating mediators ... Done (6.495s)
962023-10-05T01:50:01.161ZPlanning: Planning completed in 10.82 seconds
972023-10-05T01:50:05.184Z Packages to install: 4
982023-10-05T01:50:05.189Z Mediators to change: 2
992023-10-05T01:50:05.260Z Services to change: 1
1002023-10-05T01:50:05.711Z Estimated space available: 149.39 GB
1012023-10-05T01:50:05.715ZEstimated space to be consumed: 1.35 GB
1022023-10-05T01:50:05.718Z Create boot environment: No
1032023-10-05T01:50:05.721ZCreate backup boot environment: No
1042023-10-05T01:50:05.724Z Rebuild boot archive: No
1052023-10-05T01:50:05.727Z
1062023-10-05T01:50:05.731ZChanged mediators:
1072023-10-05T01:50:05.735Z mediator clang:
1082023-10-05T01:50:05.739Z version: None -> 15 (system default)
1092023-10-05T01:50:05.742Z
1102023-10-05T01:50:05.746Z mediator llvm:
1112023-10-05T01:50:05.750Z version: 14 (system default) -> 15 (system default)
1122023-10-05T01:50:05.755Z
1132023-10-05T01:50:05.758ZChanged packages:
1142023-10-05T01:50:05.764Zhelios-dev
1152023-10-05T01:50:05.771Z developer/build-essential
1162023-10-05T01:50:05.789Z None -> 11-2.0
1172023-10-05T01:50:05.806Z library/libxmlsec1
1182023-10-05T01:50:06.242Z None -> 1.2.35-2.0
1192023-10-05T01:50:06.260Z ooce/developer/clang-15
1202023-10-05T01:50:06.266Z None -> 15.0.7-2.0
1212023-10-05T01:50:06.274Z ooce/developer/llvm-15
1222023-10-05T01:50:06.280Z None -> 15.0.7-2.0
1232023-10-05T01:50:06.286Z
1242023-10-05T01:50:06.290ZServices:
1252023-10-05T01:50:06.297Z restart_fmri:
1262023-10-05T01:50:06.308Z svc:/system/update-man-index:default
1272023-10-05T01:50:06.746Z
1282023-10-05T01:50:06.765ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1292023-10-05T01:50:10.388ZDownload: 540/3290 items 17.3/212.6MB 8% complete (3.7M/s)
1302023-10-05T01:50:15.418ZDownload: 1111/3290 items 23.8/212.6MB 11% complete (2.3M/s)
1312023-10-05T01:50:20.418ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1322023-10-05T01:50:28.691ZDownload: 1783/3290 items 118.4/212.6MB 55% complete (9.8M/s)
1332023-10-05T01:50:30.630ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (6.0M/s)
1342023-10-05T01:50:35.548ZDownload: 3119/3290 items 147.4/212.6MB 69% complete (2.8M/s)
1352023-10-05T01:50:41.283ZDownload: 3245/3290 items 202.4/212.6MB 95% complete (8.3M/s)
1362023-10-05T01:50:46.830ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.2M/s)
1372023-10-05T01:50:50.604ZDownload: Completed 212.60 MB in 45.22 seconds (4.7M/s)
1382023-10-05T01:50:51.269Z Actions: 1/3687 actions (Installing new actions)
1392023-10-05T01:50:55.850Z Actions: 3052/3687 actions (Installing new actions)
1402023-10-05T01:50:59.056Z Actions: Completed 3687 actions in 8.03 seconds.
1412023-10-05T01:50:59.067Z Done (0.053s)
1422023-10-05T01:50:59.072Z Done (0.000s)
1432023-10-05T01:50:59.078Z Done (0.136s)
1442023-10-05T01:51:06.962Z Done (7.804s)
1452023-10-05T01:51:07.233Z Done (0.171s)
1462023-10-05T01:51:07.241Z Done (0.000s)
1472023-10-05T01:51:07.456Z Done (0.000s)
1482023-10-05T01:51:08.079ZPlanning: Evaluating mediator changes ... Done
1492023-10-05T01:51:08.368ZPlanning: Checking for conflicting actions ... Done
1502023-10-05T01:51:08.388ZPlanning: Consolidating action changes ... Done
1512023-10-05T01:51:08.802ZPlanning: Evaluating mediators ... Done
1522023-10-05T01:51:08.808ZPlanning: Planning completed in 0.72 seconds
1532023-10-05T01:51:08.871Z Mediators to change: 2
1542023-10-05T01:51:09.307Z Create boot environment: No
1552023-10-05T01:51:09.311ZCreate backup boot environment: No
1562023-10-05T01:51:09.320Z Done
1572023-10-05T01:51:09.342Z Done
1582023-10-05T01:51:09.346Z Done
1592023-10-05T01:51:16.394Z Done
1602023-10-05T01:51:17.057Z Done
1612023-10-05T01:51:17.197Z Done
1622023-10-05T01:51:17.401Z Done
1632023-10-05T01:51:18.020ZPlanning: Evaluating mediator changes ... Done
1642023-10-05T01:51:18.333ZPlanning: Merging actions ... Done
1652023-10-05T01:51:18.618ZPlanning: Checking for conflicting actions ... Done
1662023-10-05T01:51:18.654ZPlanning: Consolidating action changes ... Done
1672023-10-05T01:51:18.714ZPlanning: Evaluating mediators ... Done
1682023-10-05T01:51:18.732ZPlanning: Planning completed in 1.31 seconds
1692023-10-05T01:51:18.749Z Packages to change: 1
1702023-10-05T01:51:18.758Z Mediators to change: 1
1712023-10-05T01:51:18.762Z Services to change: 1
1722023-10-05T01:51:18.771Z Create boot environment: No
1732023-10-05T01:51:18.776ZCreate backup boot environment: Yes
1742023-10-05T01:51:18.886Z Actions: 1/6 actions (Updating modified actions)
1752023-10-05T01:51:18.896Z Actions: Completed 6 actions in 0.00 seconds.
1762023-10-05T01:51:18.908Z Done
1772023-10-05T01:51:18.939Z Done
1782023-10-05T01:51:19.373Z Done
1792023-10-05T01:51:31.984Z Done
1802023-10-05T01:51:32.412Z Done
1812023-10-05T01:51:32.798Z Done
1822023-10-05T01:51:33.032Z Done
1832023-10-05T01:51:33.430ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842023-10-05T01:51:33.977Zclang system 15 system
1852023-10-05T01:51:34.160Zcsh system system illumos
1862023-10-05T01:51:34.367Zctags system system illumos
1872023-10-05T01:51:35.092Zgcc vendor 12 vendor
1882023-10-05T01:51:35.376Zgcc system 10 system
1892023-10-05T01:51:35.646Zgcc system 7 system
1902023-10-05T01:51:35.914Zgo system 1.20 system
1912023-10-05T01:51:36.287Zgo system 1.19 system
1922023-10-05T01:51:36.407Zllvm system 15 system
1932023-10-05T01:51:36.480Zllvm system 14 system
1942023-10-05T01:51:36.630Zmariadb system 10.6 system
1952023-10-05T01:51:36.654Zmta vendor vendor dma
1962023-10-05T01:51:36.809Zopenjdk system 17 system
1972023-10-05T01:51:36.842Zopenjdk system 11 system
1982023-10-05T01:51:37.050Zopenjdk system 1.8 system
1992023-10-05T01:51:37.145Zopenssl vendor 3 vendor
2002023-10-05T01:51:37.281Zperl system 5.36 system
2012023-10-05T01:51:37.511Zpostgresql system 15 system
2022023-10-05T01:51:37.619Zpostgresql system 13 system
2032023-10-05T01:51:37.657Zpython vendor 3 vendor
2042023-10-05T01:51:37.701Zpython system 2 system
2052023-10-05T01:51:37.741Zpython3 system 3.11 system
2062023-10-05T01:51:37.763Zruby system 3.0 system
2072023-10-05T01:51:37.836Zwords vendor vendor american-english
2082023-10-05T01:51:37.895Zwords system system australian-english
2092023-10-05T01:51:37.928Zwords system system british-english
2102023-10-05T01:51:37.992Zwords system system canadian-english
2112023-10-05T01:51:38.027Zwords system system french
2122023-10-05T01:51:38.110Zwords system system italian
2132023-10-05T01:51:38.135Zwords system system ngerman
2142023-10-05T01:51:38.218Zwords system system ogerman
2152023-10-05T01:51:38.321Zwords system system spanish
2162023-10-05T01:51:38.385ZFMRI IFO
2172023-10-05T01:51:38.424Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2182023-10-05T01:51:38.481Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2192023-10-05T01:51:38.514Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2202023-10-05T01:51:38.626Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2212023-10-05T01:51:38.749Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222023-10-05T01:51:47.902Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2232023-10-05T01:51:48.805Z+ set -o errexit
2242023-10-05T01:51:49.090Z+++ dirname ./tools/ci_download_cockroachdb
2252023-10-05T01:51:49.292Z++ cd ./tools
2262023-10-05T01:51:49.579Z++ pwd
2272023-10-05T01:51:49.668Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2282023-10-05T01:51:49.914Z++ basename ./tools/ci_download_cockroachdb
2292023-10-05T01:51:50.076Z+ ARG0=ci_download_cockroachdb
2302023-10-05T01:51:50.127Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2312023-10-05T01:51:50.218Z+ CIDL_VERSION=v22.1.9
2322023-10-05T01:51:50.412Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2332023-10-05T01:51:50.601Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2342023-10-05T01:51:50.750Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2352023-10-05T01:51:50.892Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2362023-10-05T01:51:51.068Z+ TARGET_DIR=out
2372023-10-05T01:51:51.500Z+ DOWNLOAD_DIR=out/downloads
2382023-10-05T01:51:51.933Z+ DEST_DIR=./out/cockroachdb
2392023-10-05T01:51:51.952Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2402023-10-05T01:51:51.973Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2412023-10-05T01:51:53.245Z+ main
2422023-10-05T01:51:53.271Z+ [[ 0 != 0 ]]
2432023-10-05T01:51:53.294Z+ CIDL_OS=solaris2.11
2442023-10-05T01:51:53.320Zcurrent directory: /work/oxidecomputer/omicron
2452023-10-05T01:51:53.340Z+ [[ 0 != 0 ]]
2462023-10-05T01:51:53.360Zconfiguring based on OS: "solaris2.11"
2472023-10-05T01:51:53.381Z+ configure_os solaris2.11
2482023-10-05T01:51:53.405ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2492023-10-05T01:51:53.427Z+ echo 'current directory: /work/oxidecomputer/omicron'
2502023-10-05T01:51:53.454ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2512023-10-05T01:51:53.481Z+ echo 'configuring based on OS: "solaris2.11"'
2522023-10-05T01:51:53.513ZDownloading...
2532023-10-05T01:51:53.967Z+ case "$1" in
2542023-10-05T01:51:54.038Z+ CIDL_BUILD=illumos
2552023-10-05T01:51:54.086Z+ CIDL_SUFFIX=tar.gz
2562023-10-05T01:51:54.195Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2572023-10-05T01:51:54.641Z+ CIDL_MD5FUNC=do_md5sum
2582023-10-05T01:51:54.681Z+ CIDL_URL_BASE=https://illumos.org/downloads
2592023-10-05T01:51:54.785Z+ CIDL_ASSEMBLE=do_assemble_illumos
2602023-10-05T01:51:54.936Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2612023-10-05T01:51:54.976Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2622023-10-05T01:51:55.012Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-05T01:51:55.056Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2642023-10-05T01:51:55.089Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-05T01:51:55.126Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2662023-10-05T01:51:59.223Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2672023-10-05T01:51:59.589Z+ mkdir -p out/downloads
2682023-10-05T01:52:00.052Z+ mkdir -p ./out/cockroachdb
2692023-10-05T01:52:00.097Z+ local DO_DOWNLOAD=true
2702023-10-05T01:52:00.738Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2712023-10-05T01:52:00.804Z+ '[' true == true ']'
2722023-10-05T01:52:00.965Z+ echo Downloading...
2732023-10-05T01:52:01.091Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-05T01:52:01.155ZBuild Tag: v22.1.9-dirty
2752023-10-05T01:52:01.613Z+ 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
2762023-10-05T01:52:02.067ZBuild Time: 2022/10/26 21:17:46
2772023-10-05T01:52:02.079Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-10-05T01:52:02.099ZDistribution: OSS
2792023-10-05T01:52:02.115Z++ md5sum
2802023-10-05T01:52:02.561ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2812023-10-05T01:52:02.589Z++ awk '{print $1}'
2822023-10-05T01:52:02.608ZGo Version: go1.17.13
2832023-10-05T01:52:03.024Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2842023-10-05T01:52:03.454ZC Compiler: gcc 10.3.0
2852023-10-05T01:52:03.893Z+ [[ 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 ]]
2862023-10-05T01:52:04.399ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2872023-10-05T01:52:04.426Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-10-05T01:52:04.459ZBuild Type: release
2892023-10-05T01:52:04.472Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902023-10-05T01:52:04.482Zcurrent directory: /work/oxidecomputer/omicron
2912023-10-05T01:52:04.491Z+ do_assemble_illumos
2922023-10-05T01:52:04.504Zconfiguring based on OS: "solaris2.11"
2932023-10-05T01:52:04.526Z+ rm -r ./out/cockroachdb
2942023-10-05T01:52:04.552ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
2952023-10-05T01:52:04.564Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2962023-10-05T01:52:04.595ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
2972023-10-05T01:52:04.644Z+ ./out/cockroachdb/bin/cockroach version
2982023-10-05T01:52:04.663ZDownloading...
2992023-10-05T01:52:04.686Z+ set -o errexit
3002023-10-05T01:52:04.722ZClickHouse server version 22.8.9.1.
3012023-10-05T01:52:05.161Z+++ dirname ./tools/ci_download_clickhouse
3022023-10-05T01:52:05.185ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3032023-10-05T01:52:05.205Z++ cd ./tools
3042023-10-05T01:52:05.218ZLocal file: out/downloads/console.tar.gz
3052023-10-05T01:52:05.240Z++ pwd
3062023-10-05T01:52:05.264ZDownloading...
3072023-10-05T01:52:05.280Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082023-10-05T01:52:05.298ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
3092023-10-05T01:52:05.352Z++ basename ./tools/ci_download_clickhouse
3102023-10-05T01:52:05.369ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
3112023-10-05T01:52:05.454Z+ ARG0=ci_download_clickhouse
3122023-10-05T01:52:05.888ZDownloading...
3132023-10-05T01:52:05.907Z+ TARGET_DIR=out
3142023-10-05T01:52:05.929ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
3152023-10-05T01:52:05.944Z+ DOWNLOAD_DIR=out/downloads
3162023-10-05T01:52:05.958ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
3172023-10-05T01:52:06.398Z+ DEST_DIR=./out/clickhouse
3182023-10-05T01:52:06.421ZDownloading...
3192023-10-05T01:52:06.443Z+ CIDL_VERSION=v22.8.9.24
3202023-10-05T01:52:06.544Zcurrent directory: /work/oxidecomputer/omicron
3212023-10-05T01:52:06.564Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3222023-10-05T01:52:06.580Zconfiguring based on OS: "solaris2.11"
3232023-10-05T01:52:06.602Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242023-10-05T01:52:06.625ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
3252023-10-05T01:52:06.650Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3262023-10-05T01:52:06.679ZLocal file: out/downloads/dendrite-stub.tar.gz
3272023-10-05T01:52:06.706Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3282023-10-05T01:52:06.725ZDownloading...
3292023-10-05T01:52:06.741Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302023-10-05T01:52:06.761Z+ main
3312023-10-05T01:52:06.776Z+ [[ 0 != 0 ]]
3322023-10-05T01:52:06.798Z+ CIDL_OS=solaris2.11
3332023-10-05T01:52:06.811Z+ [[ 0 != 0 ]]
3342023-10-05T01:52:06.826Z+ configure_os solaris2.11
3352023-10-05T01:52:06.843Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362023-10-05T01:52:07.296Z+ echo 'configuring based on OS: "solaris2.11"'
3372023-10-05T01:52:07.758Z+ CIDL_DASHREV=
3382023-10-05T01:52:07.786Z+ case "$1" in
3392023-10-05T01:52:07.802Z+ CIDL_PLATFORM=illumos
3402023-10-05T01:52:07.834Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3412023-10-05T01:52:07.869Z+ CIDL_MD5FUNC=do_md5sum
3422023-10-05T01:52:07.905Z+ CIDL_DASHREV=-1
3432023-10-05T01:52:07.942Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3442023-10-05T01:52:07.968Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-10-05T01:52:08.006Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-10-05T01:52:08.041Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-10-05T01:52:08.491Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3482023-10-05T01:52:08.507Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492023-10-05T01:52:08.526Z+ mkdir -p out/downloads
3502023-10-05T01:52:08.645Z+ mkdir -p ./out/clickhouse
3512023-10-05T01:52:08.677Z+ local DO_DOWNLOAD=true
3522023-10-05T01:52:09.148Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3532023-10-05T01:52:09.166Z+ '[' true == true ']'
3542023-10-05T01:52:09.183Z+ echo Downloading...
3552023-10-05T01:52:09.613Z+ 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
3562023-10-05T01:52:09.646Z+ 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
3572023-10-05T01:52:09.685Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582023-10-05T01:52:09.716Z++ md5sum
3592023-10-05T01:52:09.732Z++ awk '{print $1}'
3602023-10-05T01:52:10.184Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3612023-10-05T01:52:10.611Z+ [[ 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 ]]
3622023-10-05T01:52:10.633Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3632023-10-05T01:52:11.075Z+ mkdir -p ./out/clickhouse
3642023-10-05T01:52:11.095Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3652023-10-05T01:52:11.119Z+ ./out/clickhouse/clickhouse server --version
3662023-10-05T01:52:11.142Z+ set -o errexit
3672023-10-05T01:52:11.572Z+++ dirname ./tools/ci_download_console
3682023-10-05T01:52:11.591Z++ cd ./tools
3692023-10-05T01:52:11.610Z++ pwd
3702023-10-05T01:52:11.626Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712023-10-05T01:52:11.646Z++ basename ./tools/ci_download_console
3722023-10-05T01:52:11.667Z+ ARG0=ci_download_console
3732023-10-05T01:52:11.684Z+ TARGET_DIR=out
3742023-10-05T01:52:11.703Z+ DOWNLOAD_DIR=out/downloads
3752023-10-05T01:52:11.724Z+ DEST_DIR=./out/console-assets
3762023-10-05T01:52:11.746Z+ source /work/oxidecomputer/omicron/tools/console_version
3772023-10-05T01:52:11.772Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3782023-10-05T01:52:11.832Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3792023-10-05T01:52:11.867Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3802023-10-05T01:52:11.895Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812023-10-05T01:52:11.923Z+ main
3822023-10-05T01:52:11.952Z+ [[ 0 != 0 ]]
3832023-10-05T01:52:11.980Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3842023-10-05T01:52:12.011Z+ echo 'Local file: out/downloads/console.tar.gz'
3852023-10-05T01:52:12.038Z+ local DO_DOWNLOAD=true
3862023-10-05T01:52:12.063Z+ [[ -f out/downloads/console.tar.gz ]]
3872023-10-05T01:52:12.085Z+ mkdir -p out/downloads
3882023-10-05T01:52:12.110Z+ '[' true == true ']'
3892023-10-05T01:52:12.137Z+ echo Downloading...
3902023-10-05T01:52:12.159Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3912023-10-05T01:52:12.180Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3922023-10-05T01:52:12.195Z++ do_sha256sum out/downloads/console.tar.gz
3932023-10-05T01:52:12.211Z++ case "$OSTYPE" in
3942023-10-05T01:52:12.227Z++ SHA=sha256sum
3952023-10-05T01:52:12.255Z++ sha256sum
3962023-10-05T01:52:12.274Z++ awk '{print $1}'
3972023-10-05T01:52:12.295Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3982023-10-05T01:52:12.317Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3992023-10-05T01:52:12.335Z+ rm -rf ./out/console-assets
4002023-10-05T01:52:12.365Z+ mkdir -p ./out/console-assets
4012023-10-05T01:52:12.392Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4022023-10-05T01:52:12.416Z+ mkdir -p ./out/console-assets
4032023-10-05T01:52:12.437Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4042023-10-05T01:52:12.461Z+ set -o errexit
4052023-10-05T01:52:12.487Z+++ dirname ./tools/ci_download_maghemite_openapi
4062023-10-05T01:52:12.520Z++ cd ./tools
4072023-10-05T01:52:12.548Z++ pwd
4082023-10-05T01:52:12.574Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4092023-10-05T01:52:13.014Z++ basename ./tools/ci_download_maghemite_openapi
4102023-10-05T01:52:13.043Z+ ARG0=ci_download_maghemite_openapi
4112023-10-05T01:52:13.060Z+ TARGET_DIR=out
4122023-10-05T01:52:13.086Z+ DOWNLOAD_DIR=out/downloads
4132023-10-05T01:52:13.107Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4142023-10-05T01:52:13.122Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4152023-10-05T01:52:13.140Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4162023-10-05T01:52:13.182Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4172023-10-05T01:52:13.619Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4182023-10-05T01:52:13.643Z+ main
4192023-10-05T01:52:13.684Z+ [[ 0 != 0 ]]
4202023-10-05T01:52:14.119Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4212023-10-05T01:52:14.143Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4222023-10-05T01:52:14.160Z+ local DO_DOWNLOAD=true
4232023-10-05T01:52:14.171Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4242023-10-05T01:52:14.189Z+ mkdir -p out/downloads
4252023-10-05T01:52:14.609Z+ '[' true == true ']'
4262023-10-05T01:52:14.614Z+ echo Downloading...
4272023-10-05T01:52:14.621Zcurrent directory: /work/oxidecomputer/omicron
4282023-10-05T01:52:14.640Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4292023-10-05T01:52:14.657Zconfiguring based on OS: "solaris2.11"
4302023-10-05T01:52:14.682Z+ 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
4312023-10-05T01:52:14.698ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
4322023-10-05T01:52:14.709Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4332023-10-05T01:52:14.717ZLocal file: out/downloads/xcvradm.gz
4342023-10-05T01:52:14.729Z++ case "$OSTYPE" in
4352023-10-05T01:52:14.758ZDownloading...
4362023-10-05T01:52:15.187Z++ SHA=sha256sum
4372023-10-05T01:52:15.219Z++ sha256sum
4382023-10-05T01:52:16.158Z++ awk '{print $1}'
4392023-10-05T01:52:16.194Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4402023-10-05T01:52:16.633Z+ [[ 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 ]]
4412023-10-05T01:52:16.651Z+ set -o errexit
4422023-10-05T01:52:16.722Z+++ dirname ./tools/ci_download_dendrite_openapi
4432023-10-05T01:52:16.745Z++ cd ./tools
4442023-10-05T01:52:16.861Z++ pwd
4452023-10-05T01:52:16.880Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462023-10-05T01:52:16.892Z++ basename ./tools/ci_download_dendrite_openapi
4472023-10-05T01:52:16.902Z+ ARG0=ci_download_dendrite_openapi
4482023-10-05T01:52:16.914Z+ TARGET_DIR=out
4492023-10-05T01:52:16.960Z+ DOWNLOAD_DIR=out/downloads
4502023-10-05T01:52:17.387Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4512023-10-05T01:52:17.396Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4522023-10-05T01:52:17.406Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4532023-10-05T01:52:17.426Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4542023-10-05T01:52:17.445Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4552023-10-05T01:52:17.460Z+ main
4562023-10-05T01:52:17.480Z+ [[ 0 != 0 ]]
4572023-10-05T01:52:17.509Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4582023-10-05T01:52:17.522Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4592023-10-05T01:52:17.549Z+ local DO_DOWNLOAD=true
4602023-10-05T01:52:17.570Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4612023-10-05T01:52:17.593Z+ mkdir -p out/downloads
4622023-10-05T01:52:17.615Z+ '[' true == true ']'
4632023-10-05T01:52:17.639Z+ echo Downloading...
4642023-10-05T01:52:17.662Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4652023-10-05T01:52:17.685Z+ 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
4662023-10-05T01:52:17.706Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4672023-10-05T01:52:17.725Z++ case "$OSTYPE" in
4682023-10-05T01:52:17.750Z++ SHA=sha256sum
4692023-10-05T01:52:17.769Z++ sha256sum
4702023-10-05T01:52:18.192Z++ awk '{print $1}'
4712023-10-05T01:52:18.216Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4722023-10-05T01:52:18.231Z+ [[ 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 ]]
4732023-10-05T01:52:18.741Z+ set -o errexit
4742023-10-05T01:52:20.500Z+++ dirname ./tools/ci_download_dendrite_stub
4752023-10-05T01:52:21.314Z++ cd ./tools
4762023-10-05T01:52:21.470Z++ pwd
4772023-10-05T01:52:21.504Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782023-10-05T01:52:22.008Z++ basename ./tools/ci_download_dendrite_stub
4792023-10-05T01:52:22.062Z+ ARG0=ci_download_dendrite_stub
4802023-10-05T01:52:22.179Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4812023-10-05T01:52:22.267Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4822023-10-05T01:52:23.159Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4832023-10-05T01:52:23.248Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4842023-10-05T01:52:23.284Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4852023-10-05T01:52:23.327Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4862023-10-05T01:52:23.360Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4872023-10-05T01:52:23.375Z+ TARGET_DIR=out
4882023-10-05T01:52:23.390Z+ DOWNLOAD_DIR=out/downloads
4892023-10-05T01:52:23.414Z+ DEST_DIR=./out/dendrite-stub
4902023-10-05T01:52:23.427Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4912023-10-05T01:52:23.462Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4922023-10-05T01:52:23.482Z+ REPO=oxidecomputer/dendrite
4932023-10-05T01:52:23.504Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4942023-10-05T01:52:23.524Z+ main
4952023-10-05T01:52:23.543Z+ [[ 0 != 0 ]]
4962023-10-05T01:52:23.562Z+ CIDL_OS=solaris2.11
4972023-10-05T01:52:23.570Z+ [[ 0 != 0 ]]
4982023-10-05T01:52:23.581Z+ configure_os solaris2.11
4992023-10-05T01:52:23.590Z+ echo 'current directory: /work/oxidecomputer/omicron'
5002023-10-05T01:52:23.599Z+ echo 'configuring based on OS: "solaris2.11"'
5012023-10-05T01:52:23.608Z+ case "$1" in
5022023-10-05T01:52:23.621Z+ SET_BINARIES=
5032023-10-05T01:52:23.636Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5042023-10-05T01:52:23.656Z+ CIDL_SHA256FUNC=do_sha256sum
5052023-10-05T01:52:23.682Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5062023-10-05T01:52:23.693Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5072023-10-05T01:52:23.728Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5082023-10-05T01:52:23.745Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5092023-10-05T01:52:23.764Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5102023-10-05T01:52:23.817Z+ mkdir -p out/downloads
5112023-10-05T01:52:23.838Z+ mkdir -p ./out/dendrite-stub
5122023-10-05T01:52:23.861Z+ fetch_and_verify
5132023-10-05T01:52:23.935Z+ local DO_DOWNLOAD=true
5142023-10-05T01:52:24.361Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5152023-10-05T01:52:24.388Z+ '[' true == true ']'
5162023-10-05T01:52:24.829ZAll prerequisites installed successfully
5172023-10-05T01:52:24.856Z+ echo Downloading...
5182023-10-05T01:52:25.707Z
5192023-10-05T01:52:25.723Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5202023-10-05T01:52:25.739Z ###### # # ##### ##### #### ###### # # #####
5212023-10-05T01:52:25.758Z+ 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
5222023-10-05T01:52:25.774Z # ## # # # # # # # ## # # #
5232023-10-05T01:52:25.795Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5242023-10-05T01:52:25.808Z ##### # # # # # ##### # # # ##### ##### # # # # #
5252023-10-05T01:52:25.824Z++ sha256sum
5262023-10-05T01:52:25.840Z # # # # # # # # # # # # # # #
5272023-10-05T01:52:25.860Z++ awk '{print $1}'
5282023-10-05T01:52:25.876Z # # ## # # # # # # # ## # #
5292023-10-05T01:52:25.901Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5302023-10-05T01:52:25.917Z ###### # # ##### # #### ###### # # #####
5312023-10-05T01:52:25.933Z+ [[ 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 ]]
5322023-10-05T01:52:25.948Z
5332023-10-05T01:52:25.958Z+ do_untar out/downloads/dendrite-stub.tar.gz
5342023-10-05T01:52:25.975Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5352023-10-05T01:52:25.988Z+ do_assemble
5362023-10-05T01:52:26.047Z+ rm -r ./out/dendrite-stub
5372023-10-05T01:52:26.065Z+ mkdir ./out/dendrite-stub
5382023-10-05T01:52:26.079Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5392023-10-05T01:52:26.088Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5402023-10-05T01:52:26.096Z+ set -o errexit
5412023-10-05T01:52:26.104Z+++ dirname ./tools/ci_download_transceiver_control
5422023-10-05T01:52:26.111Z++ cd ./tools
5432023-10-05T01:52:26.119Z++ pwd
5442023-10-05T01:52:26.127Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5452023-10-05T01:52:26.135Z++ basename ./tools/ci_download_transceiver_control
5462023-10-05T01:52:26.143Z+ ARG0=ci_download_transceiver_control
5472023-10-05T01:52:26.147Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5482023-10-05T01:52:26.150Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5492023-10-05T01:52:26.154Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5502023-10-05T01:52:26.158Z+ TARGET_DIR=out
5512023-10-05T01:52:26.162Z+ DOWNLOAD_DIR=out/downloads
5522023-10-05T01:52:26.166Z+ DEST_DIR=./out/transceiver-control
5532023-10-05T01:52:26.174Z+ BIN_DIR=/opt/oxide/bin
5542023-10-05T01:52:26.180Z+ BINARY=xcvradm
5552023-10-05T01:52:26.184Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5562023-10-05T01:52:26.188Z+ REPO=oxidecomputer/transceiver-control
5572023-10-05T01:52:26.192Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5582023-10-05T01:52:26.195Z+ main
5592023-10-05T01:52:26.200Z+ [[ 0 != 0 ]]
5602023-10-05T01:52:26.206Z+ CIDL_OS=solaris2.11
5612023-10-05T01:52:26.214Z+ [[ 0 != 0 ]]
5622023-10-05T01:52:26.236Z+ configure_os solaris2.11
5632023-10-05T01:52:26.242Z+ echo 'current directory: /work/oxidecomputer/omicron'
5642023-10-05T01:52:26.251Z+ echo 'configuring based on OS: "solaris2.11"'
5652023-10-05T01:52:26.263Z+ case "$1" in
5662023-10-05T01:52:26.275Z+ SET_BINARIES=
5672023-10-05T01:52:26.293Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5682023-10-05T01:52:26.315Z+ CIDL_SHA256FUNC=do_sha256sum
5692023-10-05T01:52:26.756Z+ ARCHIVE_FILENAME=xcvradm.gz
5702023-10-05T01:52:26.769Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5712023-10-05T01:52:26.785Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5722023-10-05T01:52:26.795Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5732023-10-05T01:52:26.808Z+ echo 'Local file: out/downloads/xcvradm.gz'
5742023-10-05T01:52:26.821Z+ mkdir -p out/downloads
5752023-10-05T01:52:26.855Z+ mkdir -p ./out/transceiver-control
5762023-10-05T01:52:26.884Z+ fetch_and_verify
5772023-10-05T01:52:26.898Z+ local DO_DOWNLOAD=true
5782023-10-05T01:52:26.915Z+ [[ -f out/downloads/xcvradm.gz ]]
5792023-10-05T01:52:26.927Z+ '[' true == true ']'
5802023-10-05T01:52:26.944Z+ echo Downloading...
5812023-10-05T01:52:26.959Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5822023-10-05T01:52:26.970Z+ 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
5832023-10-05T01:52:26.979Z++ do_sha256sum out/downloads/xcvradm.gz
5842023-10-05T01:52:27.014Z++ sha256sum
5852023-10-05T01:52:27.029Z++ awk '{print $1}'
5862023-10-05T01:52:27.071Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5872023-10-05T01:52:27.092Z+ [[ 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 ]]
5882023-10-05T01:52:27.107Z+ do_unpack out/downloads/xcvradm.gz
5892023-10-05T01:52:27.132Z+ mkdir -p out/downloads/root//opt/oxide/bin
5902023-10-05T01:52:27.157Z+ gzip -dc out/downloads/xcvradm.gz
5912023-10-05T01:52:27.183Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5922023-10-05T01:52:27.204Z+ do_assemble
5932023-10-05T01:52:27.642Z+ rm -r ./out/transceiver-control
5942023-10-05T01:52:27.655Z+ mkdir ./out/transceiver-control
5952023-10-05T01:52:27.671Z+ cp -r out/downloads/root ./out/transceiver-control/root
5962023-10-05T01:52:27.688Z
5972023-10-05T01:52:27.709Zreal 2:35.684188301
5982023-10-05T01:52:28.177Zuser 48.655174191
5992023-10-05T01:52:28.617Zsys 9.179325035
6002023-10-05T01:52:28.631Ztrap 0.019807935
6012023-10-05T01:52:28.646Ztflt 0.146692156
6022023-10-05T01:52:28.662Zdflt 0.557114117
6032023-10-05T01:52:28.677Zkflt 0.136299459
6042023-10-05T01:52:28.688Zlock 1.675343719
6052023-10-05T01:52:28.714Zslp 5:11.787889207
6062023-10-05T01:52:29.143Zlat 3.214392659
6072023-10-05T01:52:29.576Zstop 0.069021255
6082023-10-05T01:52:29.998Z+ banner end-to-end-tests
6092023-10-05T01:52:30.010Z+ export CARGO_PROFILE_DEV_DEBUG=1
6102023-10-05T01:52:30.019Z+ CARGO_PROFILE_DEV_DEBUG=1
6112023-10-05T01:52:30.029Z+ export CARGO_PROFILE_TEST_DEBUG=1
6122023-10-05T01:52:30.036Z+ CARGO_PROFILE_TEST_DEBUG=1
6132023-10-05T01:52:30.068Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6142023-10-05T01:52:30.091Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6152023-10-05T01:52:30.103Z Updating crates.io index
6162023-10-05T01:52:30.534Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6172023-10-05T01:52:30.975Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6182023-10-05T01:52:30.982Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6192023-10-05T01:52:30.986Z Updating git repository `http://github.com/oxidecomputer/tofino`
6202023-10-05T01:52:30.989Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6212023-10-05T01:52:30.993Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6222023-10-05T01:52:30.997Z Updating git repository `https://github.com/oxidecomputer/propolis`
6232023-10-05T01:52:31.016Z Updating git repository `https://github.com/oxidecomputer/opte`
6242023-10-05T01:52:31.020Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6252023-10-05T01:52:31.026Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6262023-10-05T01:52:31.031Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6272023-10-05T01:52:31.034Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6282023-10-05T01:52:31.039Z Updating git repository `https://github.com/njaremko/samael`
6292023-10-05T01:52:31.043Z Updating git repository `https://github.com/oxidecomputer/crucible`
6302023-10-05T01:52:31.047Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6312023-10-05T01:52:31.052Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6322023-10-05T01:52:31.057Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6332023-10-05T01:52:31.061Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6342023-10-05T01:52:31.065Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6352023-10-05T01:52:31.072Z Updating git repository `https://github.com/oxidecomputer/omicron`
6362023-10-05T01:52:39.252Z Updating git repository `https://github.com/oxidecomputer/rfb`
6372023-10-05T01:52:39.747Z Updating git repository `https://github.com/jgallagher/nix`
6382023-10-05T01:52:41.333Z Updating git repository `https://github.com/cbiffle/hubpack`
6392023-10-05T01:52:41.377Z Updating git repository `https://github.com/oxidecomputer/typify`
6402023-10-05T01:52:42.530Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6412023-10-05T01:52:42.993Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6422023-10-05T01:52:43.223Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6432023-10-05T01:52:44.714Z Downloading crates ...
6442023-10-05T01:52:45.031Z Downloaded bitstruct_derive v0.1.0
6452023-10-05T01:52:45.248Z Downloaded anstyle v1.0.2
6462023-10-05T01:52:45.487Z Downloaded openssl-probe v0.1.5
6472023-10-05T01:52:45.538Z Downloaded cpufeatures v0.2.9
6482023-10-05T01:52:45.634Z Downloaded clap_builder v4.4.2
6492023-10-05T01:52:45.753Z Downloaded clap v4.4.3
6502023-10-05T01:52:45.790Z Downloaded atomic-waker v1.1.1
6512023-10-05T01:52:45.875Z Downloaded diesel_derives v2.1.1
6522023-10-05T01:52:45.930Z Downloaded autocfg v1.1.0
6532023-10-05T01:52:46.029Z Downloaded phf_shared v0.11.2
6542023-10-05T01:52:46.068Z Downloaded parse-display v0.7.0
6552023-10-05T01:52:46.650Z Downloaded diesel_table_macro_syntax v0.1.0
6562023-10-05T01:52:46.807Z Downloaded md5 v0.7.0
6572023-10-05T01:52:47.018Z Downloaded pbkdf2 v0.11.0
6582023-10-05T01:52:47.506Z Downloaded tower-service v0.3.2
6592023-10-05T01:52:47.602Z Downloaded ciborium-ll v0.2.1
6602023-10-05T01:52:48.139Z Downloaded native-tls v0.2.11
6612023-10-05T01:52:48.314Z Downloaded omicron-zone-package v0.8.3
6622023-10-05T01:52:48.447Z Downloaded percent-encoding v2.3.0
6632023-10-05T01:52:48.668Z Downloaded take_mut v0.2.2
6642023-10-05T01:52:48.784Z Downloaded option-ext v0.2.0
6652023-10-05T01:52:49.015Z Downloaded matches v0.1.10
6662023-10-05T01:52:49.251Z Downloaded match_cfg v0.1.0
6672023-10-05T01:52:49.290Z Downloaded time-core v0.1.1
6682023-10-05T01:52:49.355Z Downloaded toolchain_find v0.2.0
6692023-10-05T01:52:49.537Z Downloaded bincode v1.3.3
6702023-10-05T01:52:49.610Z Downloaded try-lock v0.2.4
6712023-10-05T01:52:49.697Z Downloaded pin-utils v0.1.0
6722023-10-05T01:52:49.857Z Downloaded bcrypt-pbkdf v0.10.0
6732023-10-05T01:52:49.884Z Downloaded postcard-cobs v0.1.5-pre
6742023-10-05T01:52:49.898Z Downloaded postcard v0.7.3
6752023-10-05T01:52:49.972Z Downloaded anstyle-query v1.0.0
6762023-10-05T01:52:50.037Z Downloaded parking_lot_core v0.9.8
6772023-10-05T01:52:50.133Z Downloaded ipnetwork v0.20.0
6782023-10-05T01:52:50.600Z Downloaded pkcs8 v0.10.2
6792023-10-05T01:52:50.681Z Downloaded colored v2.0.4
6802023-10-05T01:52:50.812Z Downloaded libefi-sys v0.1.0
6812023-10-05T01:52:50.915Z Downloaded serde_spanned v0.6.3
6822023-10-05T01:52:50.972Z Downloaded universal-hash v0.5.1
6832023-10-05T01:52:51.018Z Downloaded parse-display-derive v0.7.0
6842023-10-05T01:52:51.246Z Downloaded scheduled-thread-pool v0.2.7
6852023-10-05T01:52:51.419Z Downloaded bzip2 v0.4.4
6862023-10-05T01:53:04.786Z Downloaded unicode-linebreak v0.1.5
6872023-10-05T01:53:06.203Z Downloaded ahash v0.7.6
6882023-10-05T01:53:07.726Z Downloaded dirs-sys-next v0.1.2
6892023-10-05T01:53:07.813Z Downloaded waitgroup v0.1.2
6902023-10-05T01:53:08.294Z Downloaded fxhash v0.2.1
6912023-10-05T01:53:08.850Z Downloaded foreign-types-shared v0.3.1
6922023-10-05T01:53:09.406Z Downloaded instant v0.1.12
6932023-10-05T01:53:09.924Z Downloaded pest_derive v2.7.2
6942023-10-05T01:53:10.268Z Downloaded wyz v0.5.1
6952023-10-05T01:53:10.585Z Downloaded futures-executor v0.3.28
6962023-10-05T01:53:11.058Z Downloaded schemars_derive v0.8.13
6972023-10-05T01:53:11.244Z Downloaded anyhow v1.0.75
6982023-10-05T01:53:11.643Z Downloaded sha2 v0.10.7
6992023-10-05T01:53:11.842Z Downloaded is-terminal v0.4.9
7002023-10-05T01:53:11.972Z Downloaded unicase v2.7.0
7012023-10-05T01:53:12.212Z Downloaded headers-core v0.2.0
7022023-10-05T01:53:12.266Z Downloaded unicode-width v0.1.10
7032023-10-05T01:53:12.309Z Downloaded postgres-types v0.2.6
7042023-10-05T01:53:12.511Z Downloaded base64 v0.13.1
7052023-10-05T01:53:12.770Z Downloaded serde_repr v0.1.16
7062023-10-05T01:53:13.073Z Downloaded endian-type v0.1.2
7072023-10-05T01:53:13.211Z Downloaded miniz_oxide v0.7.1
7082023-10-05T01:53:13.278Z Downloaded slog-scope v4.4.0
7092023-10-05T01:53:13.354Z Downloaded rand_chacha v0.2.2
7102023-10-05T01:53:13.383Z Downloaded slog-json v2.6.1
7112023-10-05T01:53:13.417Z Downloaded allocator-api2 v0.2.16
7122023-10-05T01:53:13.456Z Downloaded foreign-types v0.5.0
7132023-10-05T01:53:13.478Z Downloaded thiserror-impl v1.0.49
7142023-10-05T01:53:13.550Z Downloaded inout v0.1.3
7152023-10-05T01:53:13.578Z Downloaded jobserver v0.1.26
7162023-10-05T01:53:13.609Z Downloaded zone_cfg_derive v0.2.0
7172023-10-05T01:53:13.631Z Downloaded digest v0.10.7
7182023-10-05T01:53:13.651Z Downloaded siphasher v0.3.11
7192023-10-05T01:53:13.672Z Downloaded slab v0.4.9
7202023-10-05T01:53:13.722Z Downloaded zone v0.2.0
7212023-10-05T01:53:13.749Z Downloaded want v0.3.1
7222023-10-05T01:53:13.769Z Downloaded strum v0.25.0
7232023-10-05T01:53:13.778Z Downloaded toml v0.5.11
7242023-10-05T01:53:13.800Z Downloaded group v0.13.0
7252023-10-05T01:53:13.828Z Downloaded arc-swap v1.6.0
7262023-10-05T01:53:13.855Z Downloaded glob v0.3.1
7272023-10-05T01:53:13.875Z Downloaded futures-io v0.3.28
7282023-10-05T01:53:13.887Z Downloaded futures-task v0.3.28
7292023-10-05T01:53:13.917Z Downloaded spin v0.9.8
7302023-10-05T01:53:13.929Z Downloaded dirs-sys v0.4.1
7312023-10-05T01:53:13.937Z Downloaded dirs-next v2.0.0
7322023-10-05T01:53:13.964Z Downloaded tokio-postgres v0.7.10
7332023-10-05T01:53:14.002Z Downloaded http-body v0.4.5
7342023-10-05T01:53:14.033Z Downloaded rustls-pemfile v1.0.3
7352023-10-05T01:53:14.053Z Downloaded rustls-native-certs v0.6.3
7362023-10-05T01:53:14.468Z Downloaded http-range v0.1.5
7372023-10-05T01:53:14.553Z Downloaded rustfmt-wrapper v0.2.0
7382023-10-05T01:53:14.572Z Downloaded ringbuffer v0.15.0
7392023-10-05T01:53:14.584Z Downloaded textwrap v0.16.0
7402023-10-05T01:53:14.595Z Downloaded base64 v0.21.4
7412023-10-05T01:53:14.610Z Downloaded half v1.8.2
7422023-10-05T01:53:14.620Z Downloaded rustversion v1.0.14
7432023-10-05T01:53:14.627Z Downloaded sha1 v0.10.5
7442023-10-05T01:53:14.643Z Downloaded usdt v0.3.5
7452023-10-05T01:53:15.079Z Downloaded usdt-attr-macro v0.3.5
7462023-10-05T01:53:15.094Z Downloaded slog-stdlog v4.1.1
7472023-10-05T01:53:15.104Z Downloaded serde_with_macros v2.3.3
7482023-10-05T01:53:15.119Z Downloaded structmeta-derive v0.1.6
7492023-10-05T01:53:15.131Z Downloaded static_assertions v1.1.0
7502023-10-05T01:53:15.141Z Downloaded synstructure v0.12.6
7512023-10-05T01:53:15.151Z Downloaded zerocopy v0.3.0
7522023-10-05T01:53:15.160Z Downloaded tinyvec_macros v0.1.1
7532023-10-05T01:53:15.171Z Downloaded slog-async v2.8.0
7542023-10-05T01:53:15.185Z Downloaded russh-keys v0.38.0
7552023-10-05T01:53:15.205Z Downloaded hex v0.4.3
7562023-10-05T01:53:15.227Z Downloaded serde_derive v1.0.188
7572023-10-05T01:53:15.251Z Downloaded hex-literal v0.4.1
7582023-10-05T01:53:15.264Z Downloaded futures-core v0.3.28
7592023-10-05T01:53:15.270Z Downloaded ff v0.13.0
7602023-10-05T01:53:15.281Z Downloaded filetime v0.2.22
7612023-10-05T01:53:15.301Z Downloaded tokio-tungstenite v0.20.1
7622023-10-05T01:53:15.320Z Downloaded tinyvec v1.6.0
7632023-10-05T01:53:15.342Z Downloaded cc v1.0.83
7642023-10-05T01:53:15.370Z Downloaded slog-envlogger v2.2.0
7652023-10-05T01:53:15.388Z Downloaded form_urlencoded v1.2.0
7662023-10-05T01:53:15.407Z Downloaded tap v1.0.1
7672023-10-05T01:53:15.421Z Downloaded tracing-core v0.1.31
7682023-10-05T01:53:15.437Z Downloaded hubpack_derive v0.1.1
7692023-10-05T01:53:15.458Z Downloaded foreign-types-macros v0.2.3
7702023-10-05T01:53:15.479Z Downloaded ident_case v1.0.1
7712023-10-05T01:53:15.496Z Downloaded strsim v0.8.0
7722023-10-05T01:53:15.512Z Downloaded strum_macros v0.25.2
7732023-10-05T01:53:15.530Z Downloaded toml v0.8.0
7742023-10-05T01:53:15.548Z Downloaded serde_tokenstream v0.1.7
7752023-10-05T01:53:15.589Z Downloaded scopeguard v1.2.0
7762023-10-05T01:53:15.603Z Downloaded rustc_version v0.4.0
7772023-10-05T01:53:15.609Z Downloaded resolv-conf v0.7.0
7782023-10-05T01:53:15.615Z Downloaded iana-time-zone v0.1.57
7792023-10-05T01:53:15.627Z Downloaded mio v0.8.8
7802023-10-05T01:53:15.645Z Downloaded tungstenite v0.20.1
7812023-10-05T01:53:15.661Z Downloaded fnv v1.0.7
7822023-10-05T01:53:16.092Z Downloaded lalrpop-util v0.19.12
7832023-10-05T01:53:16.104Z Downloaded utf-8 v0.7.6
7842023-10-05T01:53:16.117Z Downloaded headers v0.3.9
7852023-10-05T01:53:16.132Z Downloaded smawk v0.3.1
7862023-10-05T01:53:16.152Z Downloaded hyper-rustls v0.24.1
7872023-10-05T01:53:16.178Z Downloaded tokio-tungstenite v0.18.0
7882023-10-05T01:53:16.197Z Downloaded tracing v0.1.37
7892023-10-05T01:53:16.208Z Downloaded trust-dns-server v0.22.1
7902023-10-05T01:53:16.223Z Downloaded fixedbitset v0.4.2
7912023-10-05T01:53:16.240Z Downloaded rcgen v0.10.0
7922023-10-05T01:53:16.669Z Downloaded serde_yaml v0.9.25
7932023-10-05T01:53:16.688Z Downloaded futures-channel v0.3.28
7942023-10-05T01:53:16.704Z Downloaded schemars v0.8.13
7952023-10-05T01:53:16.720Z Downloaded url v2.4.1
7962023-10-05T01:53:16.743Z Downloaded slog v2.7.0
7972023-10-05T01:53:16.764Z Downloaded tar v0.4.40
7982023-10-05T01:53:17.186Z Downloaded trust-dns-client v0.22.0
7992023-10-05T01:53:17.617Z Downloaded ed25519-dalek v2.0.0
8002023-10-05T01:53:17.834Z Downloaded heapless v0.7.16
8012023-10-05T01:53:18.184Z Downloaded subprocess v0.2.9
8022023-10-05T01:53:18.318Z Downloaded itertools v0.11.0
8032023-10-05T01:53:18.335Z Downloaded elliptic-curve v0.13.5
8042023-10-05T01:53:18.780Z Downloaded rand v0.7.3
8052023-10-05T01:53:18.790Z Downloaded rand v0.4.6
8062023-10-05T01:53:18.795Z Downloaded reqwest v0.11.20
8072023-10-05T01:53:18.806Z Downloaded serde v1.0.188
8082023-10-05T01:53:18.816Z Downloaded clap v2.34.0
8092023-10-05T01:53:18.827Z Downloaded unicode-segmentation v1.10.1
8102023-10-05T01:53:18.837Z Downloaded serde_json v1.0.107
8112023-10-05T01:53:18.847Z Downloaded petgraph v0.6.4
8122023-10-05T01:53:18.857Z Downloaded regex-automata v0.1.10
8132023-10-05T01:53:18.872Z Downloaded serde_with v2.3.3
8142023-10-05T01:53:18.899Z Downloaded unicode-normalization v0.1.22
8152023-10-05T01:53:18.918Z Downloaded futures-util v0.3.28
8162023-10-05T01:53:18.936Z Downloaded hkdf v0.12.3
8172023-10-05T01:53:19.357Z Downloaded radix_trie v0.2.1
8182023-10-05T01:53:19.378Z Downloaded object v0.32.1
8192023-10-05T01:53:19.417Z Downloaded webpki-roots v0.25.2
8202023-10-05T01:53:19.436Z Downloaded openssl v0.10.57
8212023-10-05T01:53:19.456Z Downloaded hyper v0.14.27
8222023-10-05T01:53:19.472Z Downloaded regex v1.9.5
8232023-10-05T01:53:19.490Z Downloaded vcpkg v0.2.15
8242023-10-05T01:53:19.503Z Downloaded regress v0.7.1
8252023-10-05T01:53:19.529Z Downloaded smoltcp v0.9.1
8262023-10-05T01:53:19.548Z Downloaded syn v2.0.37
8272023-10-05T01:53:19.566Z Downloaded idna v0.4.0
8282023-10-05T01:53:19.602Z Downloaded regex-syntax v0.7.5
8292023-10-05T01:53:19.624Z Downloaded trust-dns-proto v0.22.0
8302023-10-05T01:53:19.653Z Downloaded rustix v0.38.9
8312023-10-05T01:53:20.102Z Downloaded zerocopy-derive v0.2.0
8322023-10-05T01:53:20.137Z Downloaded sled v0.34.7
8332023-10-05T01:53:20.162Z Downloaded regex-automata v0.3.8
8342023-10-05T01:53:20.178Z Downloaded zerocopy-derive v0.6.3
8352023-10-05T01:53:20.187Z Downloaded bzip2-sys v0.1.11+1.0.8
8362023-10-05T01:53:20.200Z Downloaded sha3 v0.10.8
8372023-10-05T01:53:20.213Z Downloaded bstr v1.6.0
8382023-10-05T01:53:20.231Z Downloaded tokio v1.32.0
8392023-10-05T01:53:20.254Z Downloaded libc v0.2.148
8402023-10-05T01:53:20.282Z Downloaded rustls v0.21.7
8412023-10-05T01:53:20.318Z Downloaded rustix v0.37.23
8422023-10-05T01:53:20.334Z Downloaded openapiv3 v1.0.3
8432023-10-05T01:53:20.342Z Downloaded smoltcp v0.8.2
8442023-10-05T01:53:20.361Z Downloaded syn v1.0.109
8452023-10-05T01:53:20.370Z Downloaded idna v0.2.3
8462023-10-05T01:53:20.376Z Downloaded winapi v0.3.9
8472023-10-05T01:53:20.394Z Downloaded bstr v0.2.17
8482023-10-05T01:53:20.421Z Downloaded regex-syntax v0.6.29
8492023-10-05T01:53:20.426Z Downloaded encoding_rs v0.8.33
8502023-10-05T01:53:20.433Z Downloaded diesel v2.1.1
8512023-10-05T01:53:20.441Z Downloaded libgit2-sys v0.15.2+1.6.4
8522023-10-05T01:53:20.448Z Downloaded curve25519-dalek v4.1.0
8532023-10-05T01:53:20.456Z Downloaded gimli v0.28.0
8542023-10-05T01:53:20.461Z Downloaded nix v0.26.2
8552023-10-05T01:53:20.475Z Downloaded libz-sys v1.1.12
8562023-10-05T01:53:20.492Z Downloaded h2 v0.3.21
8572023-10-05T01:53:20.512Z Downloaded git2 v0.17.2
8582023-10-05T01:53:20.942Z Downloaded bitvec v1.0.1
8592023-10-05T01:53:20.962Z Downloaded winnow v0.5.15
8602023-10-05T01:53:21.396Z Downloaded chrono v0.4.31
8612023-10-05T01:53:21.415Z Downloaded rustls-webpki v0.101.4
8622023-10-05T01:53:21.421Z Downloaded itertools v0.10.5
8632023-10-05T01:53:21.429Z Downloaded hashbrown v0.12.3
8642023-10-05T01:53:21.438Z Downloaded rusqlite v0.29.0
8652023-10-05T01:53:21.446Z Downloaded aho-corasick v1.0.4
8662023-10-05T01:53:21.455Z Downloaded toml_edit v0.19.15
8672023-10-05T01:53:21.463Z Downloaded toml_edit v0.20.0
8682023-10-05T01:53:21.483Z Downloaded libsqlite3-sys v0.26.0
8692023-10-05T01:53:21.498Z Downloaded http v0.2.9
8702023-10-05T01:53:21.514Z Downloaded libm v0.2.7
8712023-10-05T01:53:21.528Z Downloaded aes-gcm v0.10.2
8722023-10-05T01:53:21.533Z Downloaded hashbrown v0.13.2
8732023-10-05T01:53:21.542Z Downloaded time v0.3.27
8742023-10-05T01:53:21.557Z Downloaded serde_tokenstream v0.2.0
8752023-10-05T01:53:21.567Z Downloaded env_logger v0.9.3
8762023-10-05T01:53:21.577Z Downloaded rand v0.8.5
8772023-10-05T01:53:21.587Z Downloaded trust-dns-resolver v0.22.0
8782023-10-05T01:53:21.603Z Downloaded russh v0.38.0
8792023-10-05T01:53:21.615Z Downloaded hashbrown v0.14.0
8802023-10-05T01:53:21.633Z Downloaded ring v0.16.20
8812023-10-05T01:53:21.640Z Downloaded aes v0.8.3
8822023-10-05T01:53:21.669Z Downloaded usdt-impl v0.3.5
8832023-10-05T01:53:21.706Z Downloaded tracing-attributes v0.1.26
8842023-10-05T01:53:21.757Z Downloaded signature v2.1.0
8852023-10-05T01:53:22.270Z Downloaded yasna v0.5.2
8862023-10-05T01:53:25.300Z Downloaded unicode-bidi v0.3.13
8872023-10-05T01:53:25.926Z Downloaded slog-term v2.9.0
8882023-10-05T01:53:26.069Z Downloaded dyn-clone v1.0.13
8892023-10-05T01:53:26.119Z Downloaded pest v2.7.2
8902023-10-05T01:53:26.157Z Downloaded flate2 v1.0.27
8912023-10-05T01:53:26.189Z Downloaded tokio-util v0.7.8
8922023-10-05T01:53:26.210Z Downloaded lazy_static v1.4.0
8932023-10-05T01:53:26.226Z Downloaded slog-dtrace v0.2.3
8942023-10-05T01:53:26.242Z Downloaded structmeta v0.1.6
8952023-10-05T01:53:26.260Z Downloaded spin v0.5.2
8962023-10-05T01:53:26.265Z Downloaded toml v0.7.8
8972023-10-05T01:53:26.279Z Downloaded hyper-tls v0.5.0
8982023-10-05T01:53:26.295Z Downloaded foreign-types v0.3.2
8992023-10-05T01:53:26.309Z Downloaded fallible-streaming-iterator v0.1.9
9002023-10-05T01:53:26.314Z Downloaded zeroize_derive v1.4.2
9012023-10-05T01:53:26.333Z Downloaded tempfile v3.8.0
9022023-10-05T01:53:26.353Z Downloaded strsim v0.10.0
9032023-10-05T01:53:26.372Z Downloaded humantime v2.1.0
9042023-10-05T01:53:26.397Z Downloaded string_cache v0.8.7
9052023-10-05T01:53:26.414Z Downloaded zeroize v1.6.0
9062023-10-05T01:53:26.438Z Downloaded similar v2.2.1
9072023-10-05T01:53:26.452Z Downloaded hmac v0.12.1
9082023-10-05T01:53:26.477Z Downloaded itoa v1.0.9
9092023-10-05T01:53:26.500Z Downloaded terminal_size v0.2.6
9102023-10-05T01:53:26.519Z Downloaded stringprep v0.1.3
9112023-10-05T01:53:26.540Z Downloaded errno v0.3.2
9122023-10-05T01:53:26.556Z Downloaded futures v0.3.28
9132023-10-05T01:53:26.574Z Downloaded indexmap v2.0.0
9142023-10-05T01:53:26.591Z Downloaded usdt-macro v0.3.5
9152023-10-05T01:53:26.609Z Downloaded foreign-types-shared v0.1.1
9162023-10-05T01:53:26.630Z Downloaded ucd-trie v0.1.6
9172023-10-05T01:53:26.651Z Downloaded smallvec v1.11.0
9182023-10-05T01:53:26.668Z Downloaded ryu v1.0.15
9192023-10-05T01:53:26.706Z Downloaded socket2 v0.5.3
9202023-10-05T01:53:26.726Z Downloaded structopt v0.3.26
9212023-10-05T01:53:27.161Z Downloaded ron v0.7.1
9222023-10-05T01:53:27.299Z Downloaded unsafe-libyaml v0.2.9
9232023-10-05T01:53:27.324Z Downloaded fastrand v2.0.0
9242023-10-05T01:53:27.339Z Downloaded smf v0.2.2
9252023-10-05T01:53:27.365Z Downloaded semver v1.0.18
9262023-10-05T01:53:27.385Z Downloaded crossbeam-channel v0.5.8
9272023-10-05T01:53:27.408Z Downloaded zip v0.6.6
9282023-10-05T01:53:27.431Z Downloaded slog-bunyan v2.4.0
9292023-10-05T01:53:27.457Z Downloaded openssl-sys v0.9.93
9302023-10-05T01:53:27.469Z Downloaded tokio-stream v0.1.14
9312023-10-05T01:53:27.486Z Downloaded subtle v2.5.0
9322023-10-05T01:53:27.500Z Downloaded typenum v1.16.0
9332023-10-05T01:53:27.515Z Downloaded stable_deref_trait v1.2.0
9342023-10-05T01:53:27.522Z Downloaded hyper-staticfile v0.9.5
9352023-10-05T01:53:27.543Z Downloaded either v1.9.0
9362023-10-05T01:53:27.636Z Downloaded ed25519 v2.2.2
9372023-10-05T01:53:27.666Z Downloaded dirs v5.0.1
9382023-10-05T01:53:27.682Z Downloaded funty v2.0.0
9392023-10-05T01:53:27.704Z Downloaded uuid v1.4.1
9402023-10-05T01:53:27.739Z Downloaded socket2 v0.4.9
9412023-10-05T01:53:27.760Z Downloaded indexmap v1.9.3
9422023-10-05T01:53:27.773Z Downloaded zerocopy v0.6.3
9432023-10-05T01:53:27.788Z Downloaded getrandom v0.2.10
9442023-10-05T01:53:27.803Z Downloaded serde_derive_internals v0.26.0
9452023-10-05T01:53:27.815Z Downloaded rustc-demangle v0.1.23
9462023-10-05T01:53:27.854Z Downloaded memchr v2.6.3
9472023-10-05T01:53:28.271Z Downloaded backtrace v0.3.69
9482023-10-05T01:53:28.279Z Downloaded xattr v1.0.1
9492023-10-05T01:53:28.285Z Downloaded keccak v0.1.4
9502023-10-05T01:53:28.292Z Downloaded semver v0.11.0
9512023-10-05T01:53:28.303Z Downloaded thiserror-no-std v2.0.2
9522023-10-05T01:53:28.317Z Downloaded thiserror-impl-no-std v2.0.2
9532023-10-05T01:53:28.334Z Downloaded thiserror v1.0.49
9542023-10-05T01:53:28.343Z Downloaded hash32 v0.2.1
9552023-10-05T01:53:28.351Z Downloaded generic-array v0.14.7
9562023-10-05T01:53:28.361Z Downloaded heck v0.4.1
9572023-10-05T01:53:28.373Z Downloaded sct v0.7.0
9582023-10-05T01:53:28.803Z Downloaded utf8parse v0.2.1
9592023-10-05T01:53:28.814Z Downloaded walkdir v2.4.0
9602023-10-05T01:53:28.853Z Downloaded version_check v0.9.4
9612023-10-05T01:53:29.291Z Downloaded vergen v8.2.4
9622023-10-05T01:53:29.313Z Downloaded der v0.7.8
9632023-10-05T01:53:29.759Z Downloaded russh-cryptovec v0.7.0
9642023-10-05T01:53:29.789Z Downloaded ipnet v2.8.0
9652023-10-05T01:53:29.815Z Downloaded io-lifetimes v1.0.11
9662023-10-05T01:53:29.838Z Downloaded httparse v1.8.0
9672023-10-05T01:53:29.848Z Downloaded unicode-ident v1.0.12
9682023-10-05T01:53:29.864Z Downloaded tungstenite v0.18.0
9692023-10-05T01:53:29.900Z Downloaded getopts v0.2.21
9702023-10-05T01:53:29.938Z Downloaded spki v0.7.2
9712023-10-05T01:53:29.963Z Downloaded rand_chacha v0.3.1
9722023-10-05T01:53:29.981Z Downloaded futures-sink v0.3.28
9732023-10-05T01:53:30.028Z Downloaded futures-macro v0.3.28
9742023-10-05T01:53:30.452Z Downloaded structopt-derive v0.4.18
9752023-10-05T01:53:30.464Z Downloaded twox-hash v1.6.3
9762023-10-05T01:53:30.478Z Downloaded serde_urlencoded v0.7.1
9772023-10-05T01:53:30.491Z Downloaded getrandom v0.1.16
9782023-10-05T01:53:30.516Z Downloaded parking_lot v0.12.1
9792023-10-05T01:53:30.544Z Downloaded signal-hook-registry v1.4.1
9802023-10-05T01:53:30.558Z Downloaded serde_path_to_error v0.1.14
9812023-10-05T01:53:30.577Z Downloaded tokio-rustls v0.24.1
9822023-10-05T01:53:30.597Z Downloaded vsss-rs v3.3.1
9832023-10-05T01:53:30.610Z Downloaded multer v2.1.0
9842023-10-05T01:53:30.634Z Downloaded console v0.15.7
9852023-10-05T01:53:31.068Z Downloaded heck v0.3.3
9862023-10-05T01:53:31.492Z Downloaded darling_core v0.20.3
9872023-10-05T01:53:31.500Z Downloaded crypto-bigint v0.5.2
9882023-10-05T01:53:31.513Z Downloaded const_format v0.2.31
9892023-10-05T01:53:31.522Z Downloaded rand_core v0.5.1
9902023-10-05T01:53:31.534Z Downloaded hubpack v0.1.2
9912023-10-05T01:53:31.552Z Downloaded httpdate v1.0.3
9922023-10-05T01:53:31.564Z Downloaded toml_datetime v0.6.3
9932023-10-05T01:53:31.602Z Downloaded crossbeam-epoch v0.9.15
9942023-10-05T01:53:31.620Z Downloaded same-file v1.0.6
9952023-10-05T01:53:31.635Z Downloaded serde_arrays v0.1.0
9962023-10-05T01:53:31.644Z Downloaded blake2 v0.10.6
9972023-10-05T01:53:31.654Z Downloaded pest_meta v2.7.2
9982023-10-05T01:53:31.668Z Downloaded untrusted v0.7.1
9992023-10-05T01:53:31.674Z Downloaded tokio-macros v2.1.0
10002023-10-05T01:53:31.684Z Downloaded semver-parser v0.10.2
10012023-10-05T01:53:31.697Z Downloaded float-cmp v0.9.0
10022023-10-05T01:53:31.713Z Downloaded fallible-iterator v0.2.0
10032023-10-05T01:53:32.140Z Downloaded poly1305 v0.8.0
10042023-10-05T01:53:32.148Z Downloaded log v0.4.20
10052023-10-05T01:53:32.167Z Downloaded platforms v3.0.2
10062023-10-05T01:53:32.196Z Downloaded mime_guess v2.0.4
10072023-10-05T01:53:32.210Z Downloaded lock_api v0.4.10
10082023-10-05T01:53:32.222Z Downloaded term v0.7.0
10092023-10-05T01:53:32.246Z Downloaded hashlink v0.8.3
10102023-10-05T01:53:32.274Z Downloaded erased-serde v0.3.30
10112023-10-05T01:53:32.298Z Downloaded derive_more v0.99.17
10122023-10-05T01:53:32.766Z Downloaded crossbeam-utils v0.8.16
10132023-10-05T01:53:32.883Z Downloaded time-macros v0.2.13
10142023-10-05T01:53:32.900Z Downloaded rand_core v0.6.4
10152023-10-05T01:53:33.000Z Downloaded enum-as-inner v0.5.1
10162023-10-05T01:53:33.026Z Downloaded tokio-native-tls v0.3.1
10172023-10-05T01:53:33.052Z Downloaded proc-macro2 v1.0.67
10182023-10-05T01:53:33.139Z Downloaded password-hash v0.5.0
10192023-10-05T01:53:33.161Z Downloaded managed v0.8.0
10202023-10-05T01:53:33.179Z Downloaded camino v1.1.6
10212023-10-05T01:53:33.202Z Downloaded dtrace-parser v0.1.14
10222023-10-05T01:53:33.231Z Downloaded const-oid v0.9.5
10232023-10-05T01:53:33.248Z Downloaded ahash v0.8.3
10242023-10-05T01:53:33.257Z Downloaded argon2 v0.5.2
10252023-10-05T01:53:33.265Z Downloaded ascii v1.1.0
10262023-10-05T01:53:33.276Z Downloaded textwrap v0.11.0
10272023-10-05T01:53:33.285Z Downloaded darling v0.20.3
10282023-10-05T01:53:33.295Z Downloaded whoami v1.4.1
10292023-10-05T01:53:33.323Z Downloaded bit-set v0.5.3
10302023-10-05T01:53:33.328Z Downloaded termcolor v1.2.0
10312023-10-05T01:53:33.332Z Downloaded dof v0.1.5
10322023-10-05T01:53:33.335Z Downloaded addr2line v0.21.0
10332023-10-05T01:53:33.500Z Downloaded cfg-if v0.1.10
10342023-10-05T01:53:33.565Z Downloaded debug-ignore v1.0.5
10352023-10-05T01:53:33.574Z Downloaded unicode-xid v0.2.4
10362023-10-05T01:53:33.614Z Downloaded secrecy v0.8.0
10372023-10-05T01:53:33.637Z Downloaded pest_generator v2.7.2
10382023-10-05T01:53:33.653Z Downloaded memoffset v0.7.1
10392023-10-05T01:53:33.698Z Downloaded md-5 v0.10.5
10402023-10-05T01:53:33.722Z Downloaded crypto-common v0.1.6
10412023-10-05T01:53:33.749Z Downloaded num_enum v0.7.0
10422023-10-05T01:53:33.775Z Downloaded vec_map v0.8.2
10432023-10-05T01:53:33.806Z Downloaded once_cell v1.18.0
10442023-10-05T01:53:33.819Z Downloaded num_cpus v1.16.0
10452023-10-05T01:53:33.828Z Downloaded num-traits v0.2.16
10462023-10-05T01:53:33.833Z Downloaded data-encoding v2.4.0
10472023-10-05T01:53:33.843Z Downloaded bitflags v2.4.0
10482023-10-05T01:53:33.853Z Downloaded ansi_term v0.12.1
10492023-10-05T01:53:33.868Z Downloaded r2d2 v0.8.10
10502023-10-05T01:53:33.879Z Downloaded num_enum_derive v0.7.0
10512023-10-05T01:53:33.889Z Downloaded crc32fast v1.3.2
10522023-10-05T01:53:33.900Z Downloaded hostname v0.3.1
10532023-10-05T01:53:33.907Z Downloaded byteorder v1.4.3
10542023-10-05T01:53:33.918Z Downloaded home v0.5.5
10552023-10-05T01:53:33.947Z Downloaded ghash v0.5.0
10562023-10-05T01:53:33.963Z Downloaded pbkdf2 v0.12.2
10572023-10-05T01:53:33.973Z Downloaded parking_lot_core v0.8.6
10582023-10-05T01:53:33.996Z Downloaded parking_lot v0.11.2
10592023-10-05T01:53:34.021Z Downloaded bit_field v0.10.2
10602023-10-05T01:53:34.037Z Downloaded equivalent v1.0.1
10612023-10-05T01:53:34.048Z Downloaded proc-macro-error-attr v1.0.4
10622023-10-05T01:53:34.059Z Downloaded aes-gcm-siv v0.11.1
10632023-10-05T01:53:34.072Z Downloaded anstream v0.5.0
10642023-10-05T01:53:34.086Z Downloaded num_enum v0.5.11
10652023-10-05T01:53:34.099Z Downloaded mime v0.3.17
10662023-10-05T01:53:34.115Z Downloaded polyval v0.6.1
10672023-10-05T01:53:34.531Z Downloaded phf v0.11.2
10682023-10-05T01:53:34.535Z Downloaded lru-cache v0.1.2
10692023-10-05T01:53:34.543Z Downloaded linked-hash-map v0.5.6
10702023-10-05T01:53:34.556Z Downloaded pem v1.1.1
10712023-10-05T01:53:34.561Z Downloaded bit-vec v0.6.3
10722023-10-05T01:53:34.587Z Downloaded async-stream-impl v0.3.5
10732023-10-05T01:53:34.598Z Downloaded blowfish v0.9.1
10742023-10-05T01:53:34.607Z Downloaded backoff v0.4.0
10752023-10-05T01:53:34.613Z Downloaded async-trait v0.1.73
10762023-10-05T01:53:34.624Z Downloaded radium v0.7.0
10772023-10-05T01:53:34.640Z Downloaded cbc v0.1.2
10782023-10-05T01:53:34.654Z Downloaded base64ct v1.6.0
10792023-10-05T01:53:34.695Z Downloaded anstyle-parse v0.2.1
10802023-10-05T01:53:34.723Z Downloaded phf_shared v0.10.0
10812023-10-05T01:53:34.736Z Downloaded const_format_proc_macros v0.2.31
10822023-10-05T01:53:34.749Z Downloaded clap_derive v4.4.2
10832023-10-05T01:53:34.762Z Downloaded num_enum_derive v0.5.11
10842023-10-05T01:53:34.783Z Downloaded num-iter v0.1.43
10852023-10-05T01:53:34.812Z Downloaded num-integer v0.1.45
10862023-10-05T01:53:34.828Z Downloaded nibble_vec v0.1.0
10872023-10-05T01:53:34.859Z Downloaded deranged v0.3.8
10882023-10-05T01:53:34.881Z Downloaded convert_case v0.4.0
10892023-10-05T01:53:34.899Z Downloaded cancel-safe-futures v0.1.2
10902023-10-05T01:53:34.916Z Downloaded proc-macro-error v1.0.4
10912023-10-05T01:53:34.931Z Downloaded proc-macro-crate v1.3.1
10922023-10-05T01:53:34.940Z Downloaded password-hash v0.4.2
10932023-10-05T01:53:34.953Z Downloaded thread_local v1.1.7
10942023-10-05T01:53:34.962Z Downloaded openssl-macros v0.1.1
10952023-10-05T01:53:34.970Z Downloaded num-complex v0.4.4
10962023-10-05T01:53:35.003Z Downloaded opaque-debug v0.3.0
10972023-10-05T01:53:35.423Z Downloaded thread-id v4.2.0
10982023-10-05T01:53:35.847Z Downloaded pretty-hex v0.3.0
10992023-10-05T01:53:35.861Z Downloaded precomputed-hash v0.1.1
11002023-10-05T01:53:35.889Z Downloaded difflib v0.4.0
11012023-10-05T01:53:35.903Z Downloaded atty v0.2.14
11022023-10-05T01:53:35.912Z Downloaded quick-error v1.2.3
11032023-10-05T01:53:35.928Z Downloaded new_debug_unreachable v1.0.4
11042023-10-05T01:53:35.944Z Downloaded async-stream v0.3.5
11052023-10-05T01:53:35.952Z Downloaded block-buffer v0.10.4
11062023-10-05T01:53:35.963Z Downloaded cstr-argument v0.1.2
11072023-10-05T01:53:35.972Z Downloaded bitflags v1.3.2
11082023-10-05T01:53:35.983Z Downloaded ciborium-io v0.2.1
11092023-10-05T01:53:35.987Z Downloaded async-recursion v1.0.5
11102023-10-05T01:53:35.994Z Downloaded adler v1.0.2
11112023-10-05T01:53:36.010Z Downloaded aead v0.5.2
11122023-10-05T01:53:36.017Z Downloaded quote v1.0.33
11132023-10-05T01:53:36.034Z Downloaded pretty-hex v0.2.1
11142023-10-05T01:53:36.058Z Downloaded predicates-core v1.0.6
11152023-10-05T01:53:36.079Z Downloaded predicates v3.0.3
11162023-10-05T01:53:36.112Z Downloaded ppv-lite86 v0.2.17
11172023-10-05T01:53:36.116Z Downloaded postgres-protocol v0.6.6
11182023-10-05T01:53:36.122Z Downloaded pkg-config v0.3.27
11192023-10-05T01:53:36.127Z Downloaded pin-project-lite v0.2.13
11202023-10-05T01:53:36.133Z Downloaded paste v1.0.14
11212023-10-05T01:53:36.139Z Downloaded num-bigint v0.4.4
11222023-10-05T01:53:36.158Z Downloaded ctr v0.9.2
11232023-10-05T01:53:36.582Z Downloaded block-padding v0.3.3
11242023-10-05T01:53:36.589Z Downloaded base16ct v0.2.0
11252023-10-05T01:53:36.596Z Downloaded cipher v0.4.4
11262023-10-05T01:53:36.605Z Downloaded camino-tempfile v1.0.2
11272023-10-05T01:53:36.610Z Downloaded bytes v1.5.0
11282023-10-05T01:53:36.616Z Downloaded num-rational v0.4.1
11292023-10-05T01:53:36.621Z Downloaded chacha20poly1305 v0.10.1
11302023-10-05T01:53:36.626Z Downloaded chacha20 v0.9.1
11312023-10-05T01:53:36.634Z Downloaded cfg-if v1.0.0
11322023-10-05T01:53:36.638Z Downloaded num_threads v0.1.6
11332023-10-05T01:53:36.645Z Downloaded num v0.4.1
11342023-10-05T01:53:36.651Z Downloaded normalize-line-endings v0.3.0
11352023-10-05T01:53:36.665Z Downloaded curve25519-dalek-derive v0.1.0
11362023-10-05T01:53:36.689Z Downloaded macaddr v1.0.1
11372023-10-05T01:53:37.174Z Downloaded memoffset v0.9.0
11382023-10-05T01:53:37.196Z Downloaded ciborium v0.2.1
11392023-10-05T01:53:37.260Z Downloaded darling_macro v0.20.3
11402023-10-05T01:53:37.270Z Downloaded colorchoice v1.0.0
11412023-10-05T01:53:37.382Z Downloaded clap_lex v0.5.1
11422023-10-05T01:53:37.406Z Downloaded bitstruct v0.1.1
11432023-10-05T01:53:37.471Z Compiling proc-macro2 v1.0.67
11442023-10-05T01:53:37.498Z Compiling unicode-ident v1.0.12
11452023-10-05T01:53:37.519Z Compiling libc v0.2.148
11462023-10-05T01:53:37.549Z Compiling serde v1.0.188
11472023-10-05T01:53:37.976Z Compiling version_check v0.9.4
11482023-10-05T01:53:38.109Z Compiling autocfg v1.1.0
11492023-10-05T01:53:38.168Z Compiling cfg-if v1.0.0
11502023-10-05T01:53:38.594Z Compiling syn v1.0.109
11512023-10-05T01:53:38.606Z Compiling typenum v1.16.0
11522023-10-05T01:53:38.727Z Compiling once_cell v1.18.0
11532023-10-05T01:53:38.798Z Compiling parking_lot_core v0.9.8
11542023-10-05T01:53:38.829Z Compiling generic-array v0.14.7
11552023-10-05T01:53:38.842Z Compiling lock_api v0.4.10
11562023-10-05T01:53:38.884Z Compiling thiserror v1.0.49
11572023-10-05T01:53:39.838Z Compiling libm v0.2.7
11582023-10-05T01:53:39.910Z Compiling num-traits v0.2.16
11592023-10-05T01:53:40.001Z Compiling itoa v1.0.9
11602023-10-05T01:53:40.104Z Compiling futures-core v0.3.28
11612023-10-05T01:53:40.241Z Compiling ahash v0.8.3
11622023-10-05T01:53:40.299Z Compiling memchr v2.6.3
11632023-10-05T01:53:40.324Z Compiling serde_json v1.0.107
11642023-10-05T01:53:40.416Z Compiling log v0.4.20
11652023-10-05T01:53:40.448Z Compiling slab v0.4.9
11662023-10-05T01:53:40.524Z Compiling futures-channel v0.3.28
11672023-10-05T01:53:40.573Z Compiling quote v1.0.33
11682023-10-05T01:53:40.598Z Compiling futures-task v0.3.28
11692023-10-05T01:53:40.659Z Compiling futures-util v0.3.28
11702023-10-05T01:53:40.798Z Compiling pkg-config v0.3.27
11712023-10-05T01:53:41.235Z Compiling syn v2.0.37
11722023-10-05T01:53:44.281Z Compiling getrandom v0.2.10
11732023-10-05T01:53:44.382Z Compiling jobserver v0.1.26
11742023-10-05T01:53:44.461Z Compiling ryu v1.0.15
11752023-10-05T01:53:44.511Z Compiling cc v1.0.83
11762023-10-05T01:53:44.949Z Compiling rand_core v0.6.4
11772023-10-05T01:53:44.978Z Compiling allocator-api2 v0.2.16
11782023-10-05T01:53:45.005Z Compiling vcpkg v0.2.15
11792023-10-05T01:53:45.047Z Compiling equivalent v1.0.1
11802023-10-05T01:53:45.096Z Compiling schemars v0.8.13
11812023-10-05T01:53:45.139Z Compiling httparse v1.8.0
11822023-10-05T01:53:45.583Z Compiling hashbrown v0.14.0
11832023-10-05T01:53:45.857Z Compiling byteorder v1.4.3
11842023-10-05T01:53:45.994Z Compiling ahash v0.7.6
11852023-10-05T01:53:46.237Z Compiling semver v1.0.18
11862023-10-05T01:53:46.285Z Compiling scopeguard v1.2.0
11872023-10-05T01:53:46.467Z Compiling iana-time-zone v0.1.57
11882023-10-05T01:53:46.587Z Compiling smallvec v1.11.0
11892023-10-05T01:53:46.719Z Compiling fnv v1.0.7
11902023-10-05T01:53:46.742Z Compiling heck v0.4.1
11912023-10-05T01:53:46.767Z Compiling indexmap v1.9.3
11922023-10-05T01:53:46.780Z Compiling time-core v0.1.1
11932023-10-05T01:53:46.833Z Compiling dyn-clone v1.0.13
11942023-10-05T01:53:46.877Z Compiling time-macros v0.2.13
11952023-10-05T01:53:47.292Z Compiling pin-project-lite v0.2.13
11962023-10-05T01:53:47.302Z Compiling ring v0.16.20
11972023-10-05T01:53:47.735Z Compiling openssl-sys v0.9.93
11982023-10-05T01:53:47.747Z Compiling subtle v2.5.0
11992023-10-05T01:53:47.758Z Compiling ucd-trie v0.1.6
12002023-10-05T01:53:47.787Z Compiling winnow v0.5.15
12012023-10-05T01:53:49.233Z Compiling parking_lot v0.12.1
12022023-10-05T01:53:49.596Z Compiling slog v2.7.0
12032023-10-05T01:53:50.149Z Compiling tinyvec_macros v0.1.1
12042023-10-05T01:53:50.271Z Compiling openssl v0.10.57
12052023-10-05T01:53:50.285Z Compiling rustls v0.21.7
12062023-10-05T01:53:50.417Z Compiling tinyvec v1.6.0
12072023-10-05T01:53:50.932Z Compiling ppv-lite86 v0.2.17
12082023-10-05T01:53:51.013Z Compiling mio v0.8.8
12092023-10-05T01:53:51.181Z Compiling signal-hook-registry v1.4.1
12102023-10-05T01:53:51.367Z Compiling num_cpus v1.16.0
12112023-10-05T01:53:51.478Z Compiling socket2 v0.5.3
12122023-10-05T01:53:51.919Z Compiling native-tls v0.2.11
12132023-10-05T01:53:51.955Z Compiling unicode-normalization v0.1.22
12142023-10-05T01:53:51.988Z Compiling unicode-bidi v0.3.13
12152023-10-05T01:53:52.587Z Compiling unicode-xid v0.2.4
12162023-10-05T01:53:52.604Z Compiling spin v0.5.2
12172023-10-05T01:53:53.029Z Compiling rand_chacha v0.3.1
12182023-10-05T01:53:53.039Z Compiling percent-encoding v2.3.0
12192023-10-05T01:53:53.476Z Compiling futures-sink v0.3.28
12202023-10-05T01:53:53.501Z Compiling form_urlencoded v1.2.0
12212023-10-05T01:53:53.583Z Compiling rand v0.8.5
12222023-10-05T01:53:53.779Z Compiling serde_derive_internals v0.26.0
12232023-10-05T01:53:53.889Z Compiling synstructure v0.12.6
12242023-10-05T01:53:54.189Z Compiling backtrace v0.3.69
12252023-10-05T01:53:54.299Z Compiling crossbeam-utils v0.8.16
12262023-10-05T01:53:54.385Z Compiling pin-utils v0.1.0
12272023-10-05T01:53:54.560Z Compiling async-trait v0.1.73
12282023-10-05T01:53:54.711Z Compiling idna v0.4.0
12292023-10-05T01:53:54.896Z Compiling aho-corasick v1.0.4
12302023-10-05T01:53:54.949Z Compiling futures-io v0.3.28
12312023-10-05T01:53:54.975Z Compiling const-oid v0.9.5
12322023-10-05T01:53:54.995Z Compiling regex-syntax v0.7.5
12332023-10-05T01:53:55.010Z Compiling url v2.4.1
12342023-10-05T01:53:55.038Z Compiling hashbrown v0.12.3
12352023-10-05T01:53:55.076Z Compiling unicode-width v0.1.10
12362023-10-05T01:53:55.098Z Compiling anyhow v1.0.75
12372023-10-05T01:53:55.110Z Compiling num_threads v0.1.6
12382023-10-05T01:53:55.606Z Compiling deranged v0.3.8
12392023-10-05T01:53:56.031Z Compiling usdt-impl v0.3.5
12402023-10-05T01:53:56.038Z Compiling thread-id v4.2.0
12412023-10-05T01:53:56.456Z Compiling tracing-core v0.1.31
12422023-10-05T01:53:56.472Z Compiling hashbrown v0.13.2
12432023-10-05T01:53:56.487Z Compiling cpufeatures v0.2.9
12442023-10-05T01:53:56.509Z Compiling adler v1.0.2
12452023-10-05T01:53:56.554Z Compiling miniz_oxide v0.7.1
12462023-10-05T01:53:56.573Z Compiling lazy_static v1.4.0
12472023-10-05T01:53:56.597Z Compiling time v0.3.27
12482023-10-05T01:53:56.610Z Compiling regex-automata v0.3.8
12492023-10-05T01:53:56.620Z Compiling bitflags v1.3.2
12502023-10-05T01:53:56.629Z Compiling rustix v0.38.9
12512023-10-05T01:53:56.636Z Compiling gimli v0.28.0
12522023-10-05T01:53:57.891Z Compiling serde_derive v1.0.188
12532023-10-05T01:53:59.895Z Compiling zeroize_derive v1.4.2
12542023-10-05T01:54:00.770Z Compiling thiserror-impl v1.0.49
12552023-10-05T01:54:01.077Z Compiling tokio-macros v2.1.0
12562023-10-05T01:54:01.288Z Compiling futures-macro v0.3.28
12572023-10-05T01:54:01.404Z Compiling tracing-attributes v0.1.26
12582023-10-05T01:54:01.486Z Compiling schemars_derive v0.8.13
12592023-10-05T01:54:01.649Z Compiling zeroize v1.6.0
12602023-10-05T01:54:01.740Z Compiling pest v2.7.2
12612023-10-05T01:54:01.804Z Compiling openssl-macros v0.1.1
12622023-10-05T01:54:02.246Z Compiling zerocopy-derive v0.2.0
12632023-10-05T01:54:02.680Z Compiling crypto-common v0.1.6
12642023-10-05T01:54:02.718Z Compiling block-buffer v0.10.4
12652023-10-05T01:54:02.735Z Compiling digest v0.10.7
12662023-10-05T01:54:03.206Z Compiling regex v1.9.5
12672023-10-05T01:54:03.265Z Compiling tracing v0.1.37
12682023-10-05T01:54:03.301Z Compiling pest_meta v2.7.2
12692023-10-05T01:54:03.738Z Compiling zerocopy v0.3.0
12702023-10-05T01:54:03.922Z Compiling addr2line v0.21.0
12712023-10-05T01:54:04.387Z Compiling dof v0.1.5
12722023-10-05T01:54:04.395Z Compiling object v0.32.1
12732023-10-05T01:54:04.643Z Compiling pest_generator v2.7.2
12742023-10-05T01:54:04.663Z Compiling rustc-demangle v0.1.23
12752023-10-05T01:54:04.751Z Compiling siphasher v0.3.11
12762023-10-05T01:54:04.796Z Compiling base64 v0.21.4
12772023-10-05T01:54:04.892Z Compiling untrusted v0.7.1
12782023-10-05T01:54:04.909Z Compiling socket2 v0.4.9
12792023-10-05T01:54:04.930Z Compiling pest_derive v2.7.2
12802023-10-05T01:54:05.057Z Compiling phf_shared v0.11.2
12812023-10-05T01:54:05.265Z Compiling try-lock v0.2.4
12822023-10-05T01:54:05.341Z Compiling httpdate v1.0.3
12832023-10-05T01:54:10.367Z Compiling want v0.3.1
12842023-10-05T01:54:10.724Z Compiling openssl-probe v0.1.5
12852023-10-05T01:54:10.901Z Compiling dtrace-parser v0.1.14
12862023-10-05T01:54:11.031Z Compiling tower-service v0.3.2
12872023-10-05T01:54:11.111Z Compiling mime v0.3.17
12882023-10-05T01:54:11.644Z Compiling strsim v0.10.0
12892023-10-05T01:54:11.696Z Compiling foreign-types-shared v0.1.1
12902023-10-05T01:54:11.754Z Compiling foreign-types v0.3.2
12912023-10-05T01:54:11.829Z Compiling sct v0.7.0
12922023-10-05T01:54:11.845Z Compiling rustls-webpki v0.101.4
12932023-10-05T01:54:11.853Z Compiling ipnet v2.8.0
12942023-10-05T01:54:11.864Z Compiling bytes v1.5.0
12952023-10-05T01:54:11.878Z Compiling indexmap v2.0.0
12962023-10-05T01:54:11.900Z Compiling chrono v0.4.31
12972023-10-05T01:54:11.923Z Compiling uuid v1.4.1
12982023-10-05T01:54:11.945Z Compiling toml_datetime v0.6.3
12992023-10-05T01:54:11.966Z Compiling serde_spanned v0.6.3
13002023-10-05T01:54:11.977Z Compiling http v0.2.9
13012023-10-05T01:54:11.994Z Compiling tokio v1.32.0
13022023-10-05T01:54:12.006Z Compiling serde_tokenstream v0.1.7
13032023-10-05T01:54:12.009Z Compiling toml_edit v0.19.15
13042023-10-05T01:54:12.013Z Compiling openapiv3 v1.0.3
13052023-10-05T01:54:12.017Z Compiling bitflags v2.4.0
13062023-10-05T01:54:12.022Z Compiling usdt-attr-macro v0.3.5
13072023-10-05T01:54:12.026Z Compiling usdt-macro v0.3.5
13082023-10-05T01:54:12.029Z Compiling rustc_version v0.4.0
13092023-10-05T01:54:12.033Z Compiling http-body v0.4.5
13102023-10-05T01:54:12.042Z Compiling serde_tokenstream v0.2.0
13112023-10-05T01:54:12.047Z Compiling rustls-pemfile v1.0.3
13122023-10-05T01:54:12.053Z Compiling regress v0.7.1
13132023-10-05T01:54:12.058Z Compiling encoding_rs v0.8.33
13142023-10-05T01:54:12.062Z Compiling rustls-native-certs v0.6.3
13152023-10-05T01:54:12.074Z Compiling serde_urlencoded v0.7.1
13162023-10-05T01:54:12.093Z Compiling tokio-util v0.7.8
13172023-10-05T01:54:12.103Z Compiling tokio-rustls v0.24.1
13182023-10-05T01:54:12.114Z Compiling webpki-roots v0.25.2
13192023-10-05T01:54:12.125Z Compiling errno v0.3.2
13202023-10-05T01:54:12.155Z Compiling getopts v0.2.21
13212023-10-05T01:54:12.168Z Compiling unsafe-libyaml v0.2.9
13222023-10-05T01:54:12.912Z Compiling futures-executor v0.3.28
13232023-10-05T01:54:13.049Z Compiling h2 v0.3.21
13242023-10-05T01:54:13.144Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13252023-10-05T01:54:13.232Z Compiling serde_yaml v0.9.25
13262023-10-05T01:54:13.266Z Compiling tokio-native-tls v0.3.1
13272023-10-05T01:54:13.294Z Compiling hmac v0.12.1
13282023-10-05T01:54:13.318Z Compiling num-integer v0.1.45
13292023-10-05T01:54:13.345Z Compiling rustversion v1.0.14
13302023-10-05T01:54:13.775Z Compiling usdt v0.3.5
13312023-10-05T01:54:13.812Z Compiling hex v0.4.3
13322023-10-05T01:54:13.843Z Compiling sha2 v0.10.7
13332023-10-05T01:54:14.274Z Compiling block-padding v0.3.3
13342023-10-05T01:54:14.293Z Compiling inout v0.1.3
13352023-10-05T01:54:14.328Z Compiling toml v0.7.8
13362023-10-05T01:54:14.369Z Compiling cipher v0.4.4
13372023-10-05T01:54:14.385Z Compiling crc32fast v1.3.2
13382023-10-05T01:54:14.411Z Compiling fallible-iterator v0.2.0
13392023-10-05T01:54:14.423Z Compiling futures v0.3.28
13402023-10-05T01:54:14.437Z Compiling ipnetwork v0.20.0
13412023-10-05T01:54:14.462Z Compiling hyper v0.14.27
13422023-10-05T01:54:14.484Z Compiling spin v0.9.8
13432023-10-05T01:54:14.905Z Compiling either v1.9.0
13442023-10-05T01:54:14.915Z Compiling md-5 v0.10.5
13452023-10-05T01:54:14.923Z Compiling stringprep v0.1.3
13462023-10-05T01:54:14.931Z Compiling io-lifetimes v1.0.11
13472023-10-05T01:54:14.937Z Compiling postgres-protocol v0.6.6
13482023-10-05T01:54:14.946Z Compiling enum-as-inner v0.5.1
13492023-10-05T01:54:14.958Z Compiling slog-async v2.8.0
13502023-10-05T01:54:15.121Z Compiling postgres-types v0.2.6
13512023-10-05T01:54:15.148Z Compiling phf v0.11.2
13522023-10-05T01:54:15.256Z Compiling console v0.15.7
13532023-10-05T01:54:15.620Z Compiling num-bigint v0.4.4
13542023-10-05T01:54:15.674Z Compiling whoami v1.4.1
13552023-10-05T01:54:16.647Z Compiling rustix v0.37.23
13562023-10-05T01:54:16.773Z Compiling data-encoding v2.4.0
13572023-10-05T01:54:17.182Z Compiling tokio-postgres v0.7.10
13582023-10-05T01:54:18.098Z Compiling zerocopy-derive v0.6.3
13592023-10-05T01:54:19.848Z Compiling static_assertions v1.1.0
13602023-10-05T01:54:21.768Z Compiling ident_case v1.0.1
13612023-10-05T01:54:21.851Z Compiling darling_core v0.20.3
13622023-10-05T01:54:22.486Z Compiling hyper-rustls v0.24.1
13632023-10-05T01:54:22.630Z Compiling hyper-tls v0.5.0
13642023-10-05T01:54:23.189Z Compiling reqwest v0.11.20
13652023-10-05T01:54:25.087Z Compiling camino v1.1.6
13662023-10-05T01:54:26.114Z Compiling flate2 v1.0.27
13672023-10-05T01:54:26.578Z Compiling strum_macros v0.25.2
13682023-10-05T01:54:27.794Z Compiling heapless v0.7.16
13692023-10-05T01:54:27.924Z Compiling bzip2-sys v0.1.11+1.0.8
13702023-10-05T01:54:28.368Z Compiling memoffset v0.9.0
13712023-10-05T01:54:28.746Z Compiling managed v0.8.0
13722023-10-05T01:54:28.812Z Compiling matches v0.1.10
13732023-10-05T01:54:28.965Z Compiling radium v0.7.0
13742023-10-05T01:54:29.831Z Compiling unicode-segmentation v1.10.1
13752023-10-05T01:54:36.398Z Compiling idna v0.2.3
13762023-10-05T01:54:36.896Z Compiling darling_macro v0.20.3
13772023-10-05T01:54:37.393Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13782023-10-05T01:54:37.712Z Compiling multer v2.1.0
13792023-10-05T01:54:38.441Z Compiling trust-dns-proto v0.22.0
13802023-10-05T01:54:38.636Z Compiling darling v0.20.3
13812023-10-05T01:54:39.050Z Compiling serde_with_macros v2.3.3
13822023-10-05T01:54:39.096Z Compiling async-stream-impl v0.3.5
13832023-10-05T01:54:39.118Z Compiling crossbeam-epoch v0.9.15
13842023-10-05T01:54:39.161Z Compiling num-iter v0.1.43
13852023-10-05T01:54:39.187Z Compiling smoltcp v0.9.1
13862023-10-05T01:54:39.234Z Compiling paste v1.0.14
13872023-10-05T01:54:39.264Z Compiling bit-vec v0.6.3
13882023-10-05T01:54:39.279Z Compiling utf8parse v0.2.1
13892023-10-05T01:54:39.320Z Compiling anstyle v1.0.2
13902023-10-05T01:54:39.361Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13912023-10-05T01:54:39.377Z Compiling anstyle-parse v0.2.1
13922023-10-05T01:54:39.811Z Compiling zerocopy v0.6.3
13932023-10-05T01:54:39.827Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13942023-10-05T01:54:40.278Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13952023-10-05T01:54:41.137Z Compiling signature v2.1.0
13962023-10-05T01:54:41.142Z Compiling hubpack_derive v0.1.1
13972023-10-05T01:54:41.221Z Compiling clap_derive v4.4.2
13982023-10-05T01:54:41.526Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
13992023-10-05T01:54:41.928Z Compiling anstyle-query v1.0.0
14002023-10-05T01:54:41.996Z Compiling colorchoice v1.0.0
14012023-10-05T01:54:42.224Z Compiling anstream v0.5.0
14022023-10-05T01:54:42.249Z Compiling terminal_size v0.2.6
14032023-10-05T01:54:42.949Z Compiling yasna v0.5.2
14042023-10-05T01:54:45.485Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14052023-10-05T01:54:46.882Z Compiling structmeta-derive v0.1.6
14062023-10-05T01:54:47.037Z Compiling diesel_table_macro_syntax v0.1.0
14072023-10-05T01:54:47.313Z Compiling hash32 v0.2.1
14082023-10-05T01:54:47.504Z Compiling stable_deref_trait v1.2.0
14092023-10-05T01:54:48.405Z Compiling clap_lex v0.5.1
14102023-10-05T01:54:48.458Z Compiling tap v1.0.1
14112023-10-05T01:54:48.477Z Compiling clap_builder v4.4.2
14122023-10-05T01:54:48.546Z Compiling wyz v0.5.1
14132023-10-05T01:54:48.640Z Compiling diesel_derives v2.1.1
14142023-10-05T01:54:48.948Z Compiling itertools v0.10.5
14152023-10-05T01:54:49.146Z Compiling tokio-stream v0.1.14
14162023-10-05T01:54:49.248Z Compiling serde_repr v0.1.16
14172023-10-05T01:54:49.629Z Compiling structmeta v0.1.6
14182023-10-05T01:54:49.684Z Compiling scheduled-thread-pool v0.2.7
14192023-10-05T01:54:50.143Z Compiling regex-automata v0.1.10
14202023-10-05T01:54:50.571Z Compiling regex-syntax v0.6.29
14212023-10-05T01:54:50.691Z Compiling funty v2.0.0
14222023-10-05T01:54:50.956Z Compiling bstr v0.2.17
14232023-10-05T01:54:50.998Z Compiling r2d2 v0.8.10
14242023-10-05T01:54:52.404Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14252023-10-05T01:54:53.436Z Compiling bitvec v1.0.1
14262023-10-05T01:54:53.874Z Compiling clap v4.4.3
14272023-10-05T01:54:54.686Z Compiling hubpack v0.1.2
14282023-10-05T01:54:55.562Z Compiling phf_shared v0.10.0
14292023-10-05T01:54:55.699Z Compiling float-cmp v0.9.0
14302023-10-05T01:54:56.130Z Compiling precomputed-hash v0.1.1
14312023-10-05T01:54:56.142Z Compiling difflib v0.4.0
14322023-10-05T01:54:56.155Z Compiling predicates-core v1.0.6
14332023-10-05T01:54:56.167Z Compiling fixedbitset v0.4.2
14342023-10-05T01:54:56.631Z Compiling unicode-linebreak v0.1.5
14352023-10-05T01:54:56.817Z Compiling smawk v0.3.1
14362023-10-05T01:54:57.513Z Compiling new_debug_unreachable v1.0.4
14372023-10-05T01:54:57.521Z Compiling normalize-line-endings v0.3.0
14382023-10-05T01:54:57.940Z Compiling predicates v3.0.3
14392023-10-05T01:54:57.948Z Compiling textwrap v0.16.0
14402023-10-05T01:54:59.018Z Compiling string_cache v0.8.7
14412023-10-05T01:54:59.663Z Compiling petgraph v0.6.4
14422023-10-05T01:55:00.421Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14432023-10-05T01:55:00.573Z Compiling parse-display-derive v0.7.0
14442023-10-05T01:55:00.653Z Compiling similar v2.2.1
14452023-10-05T01:55:01.175Z Compiling bit-set v0.5.3
14462023-10-05T01:55:01.768Z Compiling bstr v1.6.0
14472023-10-05T01:55:06.752Z Compiling lalrpop-util v0.19.12
14482023-10-05T01:55:11.967Z Compiling diesel v2.1.1
14492023-10-05T01:55:24.696Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14502023-10-05T01:55:24.912Z Compiling proc-macro-crate v1.3.1
14512023-10-05T01:55:30.864Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14522023-10-05T01:55:55.329Z Compiling atty v0.2.14
14532023-10-05T01:55:57.246Z Compiling sha1 v0.10.5
14542023-10-05T01:55:57.526Z Compiling match_cfg v0.1.0
14552023-10-05T01:55:57.817Z Compiling hostname v0.3.1
14562023-10-05T01:55:58.955Z Compiling dirs-sys-next v0.1.2
14572023-10-05T01:56:00.316Z Compiling dirs-next v2.0.0
14582023-10-05T01:56:02.158Z Compiling thread_local v1.1.7
14592023-10-05T01:56:02.866Z Compiling term v0.7.0
14602023-10-05T01:56:02.895Z Compiling crossbeam-channel v0.5.8
14612023-10-05T01:56:03.244Z Compiling take_mut v0.2.2
14622023-10-05T01:56:03.940Z Compiling slog-term v2.9.0
14632023-10-05T01:56:06.123Z Compiling slog-json v2.6.1
14642023-10-05T01:56:06.531Z Compiling instant v0.1.12
14652023-10-05T01:56:06.733Z Compiling slog-bunyan v2.4.0
14662023-10-05T01:56:08.379Z Compiling strum v0.25.0
14672023-10-05T01:56:11.400Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
14682023-10-05T01:56:11.955Z Compiling atomic-waker v1.1.1
14692023-10-05T01:56:11.995Z Compiling waitgroup v0.1.2
14702023-10-05T01:56:12.062Z Compiling num_enum_derive v0.5.11
14712023-10-05T01:56:12.101Z Compiling serde_with v2.3.3
14722023-10-05T01:56:12.119Z Compiling async-stream v0.3.5
14732023-10-05T01:56:12.145Z Compiling serde_path_to_error v0.1.14
14742023-10-05T01:56:12.760Z Compiling libz-sys v1.1.12
14752023-10-05T01:56:13.448Z Compiling debug-ignore v1.0.5
14762023-10-05T01:56:16.047Z Compiling proc-macro-error-attr v1.0.4
14772023-10-05T01:56:16.469Z Compiling slog-dtrace v0.2.3
14782023-10-05T01:56:17.338Z Compiling fastrand v2.0.0
14792023-10-05T01:56:18.534Z Compiling tempfile v3.8.0
14802023-10-05T01:56:20.792Z Compiling backoff v0.4.0
14812023-10-05T01:56:20.950Z Compiling parse-display v0.7.0
14822023-10-05T01:56:22.612Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14832023-10-05T01:56:22.634Z Compiling macaddr v1.0.1
14842023-10-05T01:56:22.663Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14852023-10-05T01:56:22.767Z Compiling libgit2-sys v0.15.2+1.6.4
14862023-10-05T01:56:23.611Z Compiling proc-macro-error v1.0.4
14872023-10-05T01:56:24.064Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14882023-10-05T01:56:25.887Z Compiling libsqlite3-sys v0.26.0
14892023-10-05T01:56:26.174Z Compiling memoffset v0.7.1
14902023-10-05T01:56:26.231Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14912023-10-05T01:56:27.963Z Compiling vergen v8.2.4
14922023-10-05T01:56:28.475Z Compiling foreign-types-macros v0.2.3
14932023-10-05T01:56:28.580Z Compiling base64ct v1.6.0
14942023-10-05T01:56:34.264Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14952023-10-05T01:56:34.625Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14962023-10-05T01:56:36.335Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14972023-10-05T01:56:37.632Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14982023-10-05T01:56:46.099Z Compiling platforms v3.0.2
14992023-10-05T01:56:46.857Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15002023-10-05T01:56:47.297Z Compiling num_enum_derive v0.7.0
15012023-10-05T01:56:48.165Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15022023-10-05T01:56:48.459Z Compiling cfg-if v0.1.10
15032023-10-05T01:56:48.771Z Compiling password-hash v0.5.0
15042023-10-05T01:56:48.949Z Compiling curve25519-dalek v4.1.0
15052023-10-05T01:56:49.136Z Compiling heck v0.3.3
15062023-10-05T01:56:49.493Z Compiling blake2 v0.10.6
15072023-10-05T01:56:49.798Z Compiling libefi-sys v0.1.0
15082023-10-05T01:56:50.035Z Compiling structopt-derive v0.4.18
15092023-10-05T01:56:50.334Z Compiling argon2 v0.5.2
15102023-10-05T01:56:50.775Z Compiling zone_cfg_derive v0.2.0
15112023-10-05T01:56:51.224Z Compiling curve25519-dalek-derive v0.1.0
15122023-10-05T01:56:52.501Z Compiling same-file v1.0.6
15132023-10-05T01:56:52.553Z Compiling walkdir v2.4.0
15142023-10-05T01:56:52.576Z Compiling toml v0.5.11
15152023-10-05T01:56:52.620Z Compiling semver-parser v0.10.2
15162023-10-05T01:56:52.661Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15172023-10-05T01:56:52.674Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15182023-10-05T01:56:52.695Z Compiling erased-serde v0.3.30
15192023-10-05T01:56:52.707Z Compiling getrandom v0.1.16
15202023-10-05T01:56:52.717Z Compiling semver v0.11.0
15212023-10-05T01:56:52.729Z Compiling universal-hash v0.5.1
15222023-10-05T01:56:52.741Z Compiling bitstruct_derive v0.1.0
15232023-10-05T01:56:52.752Z Compiling async-recursion v1.0.5
15242023-10-05T01:56:53.182Z Compiling filetime v0.2.22
15252023-10-05T01:56:53.198Z Compiling xattr v1.0.1
15262023-10-05T01:56:53.221Z Compiling opaque-debug v0.3.0
15272023-10-05T01:56:53.246Z Compiling home v0.5.5
15282023-10-05T01:56:53.271Z Compiling tar v0.4.40
15292023-10-05T01:56:53.289Z Compiling toolchain_find v0.2.0
15302023-10-05T01:56:53.302Z Compiling num-rational v0.4.1
15312023-10-05T01:56:53.321Z Compiling unicase v2.7.0
15322023-10-05T01:56:53.343Z Compiling parking_lot_core v0.8.6
15332023-10-05T01:56:53.367Z Compiling rustfmt-wrapper v0.2.0
15342023-10-05T01:56:53.381Z Compiling omicron-zone-package v0.8.3
15352023-10-05T01:56:53.397Z Compiling num_enum v0.5.11
15362023-10-05T01:56:53.428Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
15372023-10-05T01:56:53.443Z Compiling aead v0.5.2
15382023-10-05T01:56:53.463Z Compiling winapi v0.3.9
15392023-10-05T01:56:53.482Z Compiling postcard-cobs v0.1.5-pre
15402023-10-05T01:56:53.508Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
15412023-10-05T01:56:53.533Z Compiling postcard v0.7.3
15422023-10-05T01:56:53.556Z Compiling polyval v0.6.1
15432023-10-05T01:56:53.575Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15442023-10-05T01:56:53.586Z Compiling smoltcp v0.8.2
15452023-10-05T01:56:53.597Z Compiling ctr v0.9.2
15462023-10-05T01:56:53.612Z Compiling aes v0.8.3
15472023-10-05T01:56:53.627Z Compiling thiserror-impl-no-std v2.0.2
15482023-10-05T01:56:53.642Z Compiling foreign-types-shared v0.3.1
15492023-10-05T01:56:53.657Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15502023-10-05T01:56:53.677Z Compiling foreign-types v0.5.0
15512023-10-05T01:56:53.724Z Compiling mime_guess v2.0.4
15522023-10-05T01:56:56.537Z Compiling is-terminal v0.4.9
15532023-10-05T01:56:56.656Z Compiling toml_edit v0.20.0
15542023-10-05T01:56:57.130Z Compiling hashlink v0.8.3
15552023-10-05T01:56:58.216Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15562023-10-05T01:56:58.252Z Compiling cstr-argument v0.1.2
15572023-10-05T01:56:58.642Z Compiling rand v0.4.6
15582023-10-05T01:57:01.383Z Compiling fallible-streaming-iterator v0.1.9
15592023-10-05T01:57:01.533Z Compiling pretty-hex v0.2.1
15602023-10-05T01:57:01.734Z Compiling rusqlite v0.29.0
15612023-10-05T01:57:01.773Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15622023-10-05T01:57:02.322Z Compiling toml v0.8.0
15632023-10-05T01:57:04.618Z Compiling twox-hash v1.6.3
15642023-10-05T01:57:05.339Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15652023-10-05T01:57:06.080Z Compiling colored v2.0.4
15662023-10-05T01:57:06.107Z Compiling nix v0.26.2
15672023-10-05T01:57:06.605Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15682023-10-05T01:57:08.315Z Compiling hkdf v0.12.3
15692023-10-05T01:57:08.482Z Compiling textwrap v0.11.0
15702023-10-05T01:57:08.913Z Compiling const_format_proc_macros v0.2.31
15712023-10-05T01:57:18.545Z Compiling strsim v0.8.0
15722023-10-05T01:57:20.949Z Compiling ansi_term v0.12.1
15732023-10-05T01:57:21.191Z Compiling quick-error v1.2.3
15742023-10-05T01:57:21.522Z Compiling vec_map v0.8.2
15752023-10-05T01:57:21.699Z Compiling linked-hash-map v0.5.6
15762023-10-05T01:57:22.038Z Compiling base64 v0.13.1
15772023-10-05T01:57:22.710Z Compiling lru-cache v0.1.2
15782023-10-05T01:57:23.302Z Compiling clap v2.34.0
15792023-10-05T01:57:23.688Z Compiling resolv-conf v0.7.0
15802023-10-05T01:57:24.545Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15812023-10-05T01:57:28.990Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15822023-10-05T01:57:29.322Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15832023-10-05T01:57:29.613Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
15842023-10-05T01:57:29.761Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
15852023-10-05T01:57:30.158Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15862023-10-05T01:57:30.377Z Compiling num_enum v0.7.0
15872023-10-05T01:57:30.514Z Compiling bincode v1.3.3
15882023-10-05T01:57:31.761Z Compiling utf-8 v0.7.6
15892023-10-05T01:57:31.982Z Compiling cancel-safe-futures v0.1.2
15902023-10-05T01:57:32.560Z Compiling humantime v2.1.0
15912023-10-05T01:57:32.747Z Compiling keccak v0.1.4
15922023-10-05T01:57:32.905Z Compiling convert_case v0.4.0
15932023-10-05T01:57:33.003Z Compiling termcolor v1.2.0
15942023-10-05T01:57:33.285Z Compiling derive_more v0.99.17
15952023-10-05T01:57:33.513Z Compiling env_logger v0.9.3
15962023-10-05T01:57:33.677Z Compiling sha3 v0.10.8
15972023-10-05T01:57:34.159Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15982023-10-05T01:57:38.005Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15992023-10-05T01:57:39.441Z Compiling structopt v0.3.26
16002023-10-05T01:57:39.457Z Compiling trust-dns-resolver v0.22.0
16012023-10-05T01:57:42.295Z Compiling aes-gcm-siv v0.11.1
16022023-10-05T01:57:42.340Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16032023-10-05T01:57:42.962Z Compiling zone v0.2.0
16042023-10-05T01:57:43.489Z Compiling itertools v0.11.0
16052023-10-05T01:57:44.618Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16062023-10-05T01:57:45.187Z Compiling smf v0.2.2
16072023-10-05T01:57:45.667Z Compiling secrecy v0.8.0
16082023-10-05T01:57:45.865Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16092023-10-05T01:57:46.111Z Compiling ringbuffer v0.15.0
16102023-10-05T01:57:47.883Z Compiling ascii v1.1.0
16112023-10-05T01:57:48.394Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16122023-10-05T01:57:48.532Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16132023-10-05T01:57:48.603Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16142023-10-05T01:57:50.218Z Compiling bitstruct v0.1.1
16152023-10-05T01:57:51.137Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16162023-10-05T01:57:52.266Z Compiling serde_arrays v0.1.0
16172023-10-05T01:57:52.921Z Compiling ff v0.13.0
16182023-10-05T01:57:52.932Z Compiling nibble_vec v0.1.0
16192023-10-05T01:57:53.477Z Compiling arc-swap v1.6.0
16202023-10-05T01:57:53.500Z Compiling endian-type v0.1.2
16212023-10-05T01:57:53.515Z Compiling radix_trie v0.2.1
16222023-10-05T01:57:54.539Z Compiling slog-scope v4.4.0
16232023-10-05T01:57:54.557Z Compiling group v0.13.0
16242023-10-05T01:57:54.574Z Compiling rand_core v0.5.1
16252023-10-05T01:57:55.028Z Compiling tungstenite v0.20.1
16262023-10-05T01:57:55.628Z Compiling poly1305 v0.8.0
16272023-10-05T01:57:56.537Z Compiling chacha20 v0.9.1
16282023-10-05T01:57:57.206Z Compiling crypto-bigint v0.5.2
16292023-10-05T01:57:57.230Z Compiling num-complex v0.4.4
16302023-10-05T01:57:57.794Z Compiling option-ext v0.2.0
16312023-10-05T01:57:57.804Z Compiling ciborium-io v0.2.1
16322023-10-05T01:57:58.524Z Compiling half v1.8.2
16332023-10-05T01:57:58.972Z Compiling base16ct v0.2.0
16342023-10-05T01:57:59.004Z Compiling dirs-sys v0.4.1
16352023-10-05T01:57:59.018Z Compiling tokio-tungstenite v0.20.1
16362023-10-05T01:57:59.031Z Compiling num v0.4.1
16372023-10-05T01:57:59.097Z Compiling ciborium-ll v0.2.1
16382023-10-05T01:57:59.174Z Compiling parking_lot v0.11.2
16392023-10-05T01:57:59.279Z Compiling rand_chacha v0.2.2
16402023-10-05T01:57:59.578Z Compiling slog-stdlog v4.1.1
16412023-10-05T01:57:59.634Z Compiling trust-dns-client v0.22.0
16422023-10-05T01:58:00.221Z Compiling thiserror-no-std v2.0.2
16432023-10-05T01:58:05.463Z Compiling elliptic-curve v0.13.5
16442023-10-05T01:58:05.919Z Compiling password-hash v0.4.2
16452023-10-05T01:58:06.118Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16462023-10-05T01:58:06.184Z Compiling ed25519 v2.2.2
16472023-10-05T01:58:06.365Z Compiling blowfish v0.9.1
16482023-10-05T01:58:06.485Z Compiling pbkdf2 v0.12.2
16492023-10-05T01:58:06.631Z Compiling fxhash v0.2.1
16502023-10-05T01:58:06.681Z Compiling sled v0.34.7
16512023-10-05T01:58:06.976Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16522023-10-05T01:58:07.096Z Compiling bcrypt-pbkdf v0.10.0
16532023-10-05T01:58:08.016Z Compiling trust-dns-server v0.22.1
16542023-10-05T01:58:08.451Z Compiling ed25519-dalek v2.0.0
16552023-10-05T01:58:09.303Z Compiling vsss-rs v3.3.1
16562023-10-05T01:58:09.322Z Compiling pbkdf2 v0.11.0
16572023-10-05T01:58:09.338Z Compiling russh-cryptovec v0.7.0
16582023-10-05T01:58:09.354Z Compiling slog-envlogger v2.2.0
16592023-10-05T01:58:09.381Z Compiling rand v0.7.3
16602023-10-05T01:58:09.398Z Compiling ciborium v0.2.1
16612023-10-05T01:58:09.416Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16622023-10-05T01:58:09.429Z Compiling dirs v5.0.1
16632023-10-05T01:58:09.439Z Compiling chacha20poly1305 v0.10.1
16642023-10-05T01:58:09.492Z Compiling tungstenite v0.18.0
16652023-10-05T01:58:09.510Z Compiling pem v1.1.1
16662023-10-05T01:58:09.538Z Compiling ron v0.7.1
16672023-10-05T01:58:10.406Z Compiling const_format v0.2.31
16682023-10-05T01:58:11.630Z Compiling ghash v0.5.0
16692023-10-05T01:58:13.599Z Compiling cbc v0.1.2
16702023-10-05T01:58:13.642Z Compiling headers-core v0.2.0
16712023-10-05T01:58:13.977Z Compiling md5 v0.7.0
16722023-10-05T01:58:14.023Z Compiling pretty-hex v0.3.0
16732023-10-05T01:58:14.111Z Compiling bit_field v0.10.2
16742023-10-05T01:58:14.254Z Compiling http-range v0.1.5
16752023-10-05T01:58:14.898Z Compiling russh-keys v0.38.0
16762023-10-05T01:58:14.903Z Compiling hyper-staticfile v0.9.5
16772023-10-05T01:58:14.952Z Compiling headers v0.3.9
16782023-10-05T01:58:23.522Z Compiling aes-gcm v0.10.2
16792023-10-05T01:58:23.668Z Compiling tokio-tungstenite v0.18.0
16802023-10-05T01:58:23.762Z Compiling rcgen v0.10.0
16812023-10-05T01:58:29.584Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
16822023-10-05T01:58:30.235Z Compiling camino-tempfile v1.0.2
16832023-10-05T01:58:30.514Z Compiling subprocess v0.2.9
16842023-10-05T01:58:30.802Z Compiling glob v0.3.1
16852023-10-05T01:58:30.944Z Compiling hex-literal v0.4.1
16862023-10-05T01:58:31.267Z Compiling russh v0.38.0
16872023-10-05T01:58:36.083Z Compiling bzip2 v0.4.4
16882023-10-05T01:58:36.540Z Compiling zip v0.6.6
16892023-10-05T01:58:38.858Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902023-10-05T01:58:39.447Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16912023-10-05T01:58:39.506Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16922023-10-05T01:58:39.558Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16932023-10-05T01:58:39.973Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16942023-10-05T01:58:39.977Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
16952023-10-05T01:58:39.982Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16962023-10-05T01:58:40.434Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
16972023-10-05T01:58:40.716Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16982023-10-05T01:58:42.489Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16992023-10-05T01:58:56.691Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
17002023-10-05T01:58:57.839Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
17012023-10-05T01:59:02.738Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17022023-10-05T01:59:04.382Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17032023-10-05T01:59:20.509Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17042023-10-05T01:59:20.791Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17052023-10-05T01:59:26.906Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
17062023-10-05T01:59:27.562Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17072023-10-05T01:59:30.202Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17082023-10-05T01:59:31.405Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
17092023-10-05T01:59:45.619Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17102023-10-05T02:00:10.893Z Compiling git2 v0.17.2
17112023-10-05T02:00:17.194Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17122023-10-05T02:00:19.138Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17132023-10-05T02:00:31.363Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17142023-10-05T02:00:46.343Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17152023-10-05T02:00:46.649Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17162023-10-05T02:00:47.185Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17172023-10-05T02:00:49.663Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17182023-10-05T02:01:27.901Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17192023-10-05T02:02:56.527Z Finished dev [unoptimized + debuginfo] target(s) in 10m 38s
17202023-10-05T02:02:56.871Z
17212023-10-05T02:02:57.073Zreal 10:39.117056913
17222023-10-05T02:02:57.335Zuser 58:47.861117372
17232023-10-05T02:02:57.442Zsys 9:29.153783709
17242023-10-05T02:02:57.557Ztrap 2.325900845
17252023-10-05T02:02:57.660Ztflt 3.972174592
17262023-10-05T02:02:57.750Zdflt 6.804771461
17272023-10-05T02:02:57.803Zkflt 0.035401687
17282023-10-05T02:02:57.832Zlock 1:47:19.699445383
17292023-10-05T02:02:57.872Zslp 3:05:16.268305319
17302023-10-05T02:02:57.951Zlat 2:24.200908091
17312023-10-05T02:02:58.374Zstop 5:45.559705850
17322023-10-05T02:02:58.387Z+ mkdir -p /work/end-to-end-tests
17332023-10-05T02:02:58.400Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17342023-10-05T02:02:58.453Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17352023-10-05T02:02:58.877Z+ ptime -m gzip
17362023-10-05T02:02:58.898Z++ basename target/debug/bootstrap
17372023-10-05T02:03:14.153Z
17382023-10-05T02:03:14.177Zreal 16.860212129
17392023-10-05T02:03:14.197Zuser 16.672255635
17402023-10-05T02:03:14.220Zsys 0.168283159
17412023-10-05T02:03:15.062Ztrap 0.006510454
17422023-10-05T02:03:15.073Ztflt 0.000000000
17432023-10-05T02:03:15.095Zdflt 0.000000000
17442023-10-05T02:03:15.104Zkflt 0.000000000
17452023-10-05T02:03:15.146Zlock 0.000000000
17462023-10-05T02:03:15.168Zslp 0.000000000
17472023-10-05T02:03:15.186Zlat 0.012809091
17482023-10-05T02:03:15.228Zstop 0.000240769
17492023-10-05T02:03:15.302Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17502023-10-05T02:03:15.320Z+ ptime -m gzip
17512023-10-05T02:03:15.352Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1edfa7f3d5f511cd
17522023-10-05T02:03:15.382Z
17532023-10-05T02:03:15.400Zreal 1.099094062
17542023-10-05T02:03:15.423Zuser 1.087138145
17552023-10-05T02:03:15.446Zsys 0.011179963
17562023-10-05T02:03:15.463Ztrap 0.000224210
17572023-10-05T02:03:15.871Ztflt 0.000000000
17582023-10-05T02:03:15.882Zdflt 0.000000000
17592023-10-05T02:03:15.898Zkflt 0.000000000
17602023-10-05T02:03:15.919Zlock 0.000000000
17612023-10-05T02:03:15.928Zslp 0.000000000
17622023-10-05T02:03:15.933Zlat 0.000203143
17632023-10-05T02:03:15.941Zstop 0.000235899
17642023-10-05T02:03:15.950Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17652023-10-05T02:03:15.967Z+ ptime -m gzip
17662023-10-05T02:03:15.986Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1e38f424764e177a
17672023-10-05T02:03:34.120Z
17682023-10-05T02:03:34.134Zreal 19.042985421
17692023-10-05T02:03:34.148Zuser 18.854818190
17702023-10-05T02:03:34.163Zsys 0.180984695
17712023-10-05T02:03:34.176Ztrap 0.004609517
17722023-10-05T02:03:34.601Ztflt 0.000000000
17732023-10-05T02:03:34.615Zdflt 0.000000000
17742023-10-05T02:03:34.631Zkflt 0.000000000
17752023-10-05T02:03:35.074Zlock 0.000000000
17762023-10-05T02:03:35.088Zslp 0.000000000
17772023-10-05T02:03:35.108Zlat 0.002224636
17782023-10-05T02:03:35.125Zstop 0.000234317
17792023-10-05T02:03:35.145Z+ banner caboose-util
17802023-10-05T02:03:35.164Z
17812023-10-05T02:03:35.182Z #### ## ##### #### #### #### ###### # # #####
17822023-10-05T02:03:35.191Z # # # # # # # # # # # # # # #
17832023-10-05T02:03:35.199Z # # # ##### # # # # #### ##### ##### # # #
17842023-10-05T02:03:35.207Z # ###### # # # # # # # # # # #
17852023-10-05T02:03:35.216Z # # # # # # # # # # # # # # # #
17862023-10-05T02:03:35.225Z #### # # ##### #### #### #### ###### #### #
17872023-10-05T02:03:35.237Z
17882023-10-05T02:03:36.112Z+ ptime -m cargo build --locked -p caboose-util --release
17892023-10-05T02:03:36.128Z Downloading crates ...
17902023-10-05T02:03:36.147Z Downloaded nodrop v0.1.14
17912023-10-05T02:03:36.162Z Downloaded crc v3.0.1
17922023-10-05T02:03:36.173Z Downloaded der_derive v0.7.2
17932023-10-05T02:03:36.187Z Downloaded packed_struct v0.10.1
17942023-10-05T02:03:36.197Z Downloaded ron v0.8.1
17952023-10-05T02:03:36.220Z Downloaded maybe-uninit v2.0.0
17962023-10-05T02:03:36.245Z Downloaded packed_struct_codegen v0.10.1
17972023-10-05T02:03:36.270Z Downloaded smallvec v0.6.14
17982023-10-05T02:03:36.708Z Downloaded serde-hex v0.1.0
17992023-10-05T02:03:37.141Z Downloaded array-init v0.0.4
18002023-10-05T02:03:37.157Z Downloaded flagset v0.4.3
18012023-10-05T02:03:37.173Z Downloaded env_logger v0.10.0
18022023-10-05T02:03:37.603Z Downloaded pkcs1 v0.7.5
18032023-10-05T02:03:37.619Z Downloaded crc-any v2.4.3
18042023-10-05T02:03:37.631Z Downloaded crc-catalog v2.2.0
18052023-10-05T02:03:37.647Z Downloaded bitfield v0.14.0
18062023-10-05T02:03:37.659Z Downloaded rsa v0.9.2
18072023-10-05T02:03:37.689Z Downloaded pem-rfc7468 v0.7.0
18082023-10-05T02:03:37.715Z Downloaded x509-cert v0.2.4
18092023-10-05T02:03:37.726Z Downloaded object v0.30.4
18102023-10-05T02:03:37.742Z Downloaded num-bigint-dig v0.8.4
18112023-10-05T02:03:37.764Z Downloaded path-slash v0.1.5
18122023-10-05T02:03:37.792Z Compiling proc-macro2 v1.0.67
18132023-10-05T02:03:37.818Z Compiling unicode-ident v1.0.12
18142023-10-05T02:03:38.266Z Compiling libc v0.2.148
18152023-10-05T02:03:38.302Z Compiling serde v1.0.188
18162023-10-05T02:03:38.329Z Compiling autocfg v1.1.0
18172023-10-05T02:03:38.357Z Compiling version_check v0.9.4
18182023-10-05T02:03:38.394Z Compiling cfg-if v1.0.0
18192023-10-05T02:03:38.416Z Compiling once_cell v1.18.0
18202023-10-05T02:03:38.429Z Compiling parking_lot_core v0.9.8
18212023-10-05T02:03:38.455Z Compiling syn v1.0.109
18222023-10-05T02:03:38.464Z Compiling typenum v1.16.0
18232023-10-05T02:03:38.475Z Compiling libm v0.2.7
18242023-10-05T02:03:38.481Z Compiling lock_api v0.4.10
18252023-10-05T02:03:38.486Z Compiling generic-array v0.14.7
18262023-10-05T02:03:38.494Z Compiling num-traits v0.2.16
18272023-10-05T02:03:38.500Z Compiling futures-core v0.3.28
18282023-10-05T02:03:38.506Z Compiling pkg-config v0.3.27
18292023-10-05T02:03:38.522Z Compiling slab v0.4.9
18302023-10-05T02:03:38.534Z Compiling serde_json v1.0.107
18312023-10-05T02:03:38.550Z Compiling futures-task v0.3.28
18322023-10-05T02:03:38.580Z Compiling futures-channel v0.3.28
18332023-10-05T02:03:39.000Z Compiling quote v1.0.33
18342023-10-05T02:03:39.016Z Compiling scopeguard v1.2.0
18352023-10-05T02:03:39.443Z Compiling thiserror v1.0.49
18362023-10-05T02:03:39.486Z Compiling futures-util v0.3.28
18372023-10-05T02:03:39.505Z Compiling syn v2.0.37
18382023-10-05T02:03:39.523Z Compiling jobserver v0.1.26
18392023-10-05T02:03:39.541Z Compiling getrandom v0.2.10
18402023-10-05T02:03:39.560Z Compiling memchr v2.6.3
18412023-10-05T02:03:39.985Z Compiling cc v1.0.83
18422023-10-05T02:03:40.005Z Compiling itoa v1.0.9
18432023-10-05T02:03:40.068Z Compiling ahash v0.7.6
18442023-10-05T02:03:40.155Z Compiling ahash v0.8.3
18452023-10-05T02:03:40.534Z Compiling smallvec v1.11.0
18462023-10-05T02:03:40.612Z Compiling log v0.4.20
18472023-10-05T02:03:41.295Z Compiling vcpkg v0.2.15
18482023-10-05T02:03:41.619Z Compiling byteorder v1.4.3
18492023-10-05T02:03:42.506Z Compiling rand_core v0.6.4
18502023-10-05T02:03:43.013Z Compiling pin-project-lite v0.2.13
18512023-10-05T02:03:43.183Z Compiling parking_lot v0.12.1
18522023-10-05T02:03:43.569Z Compiling indexmap v1.9.3
18532023-10-05T02:03:43.997Z Compiling ring v0.16.20
18542023-10-05T02:03:44.373Z Compiling openssl-sys v0.9.93
18552023-10-05T02:03:45.714Z Compiling io-lifetimes v1.0.11
18562023-10-05T02:03:46.966Z Compiling num-integer v0.1.45
18572023-10-05T02:03:46.970Z Compiling ryu v1.0.15
18582023-10-05T02:03:47.075Z Compiling semver v1.0.18
18592023-10-05T02:03:47.401Z Compiling spin v0.5.2
18602023-10-05T02:03:47.683Z Compiling const-oid v0.9.5
18612023-10-05T02:03:48.595Z Compiling rustix v0.37.23
18622023-10-05T02:03:49.511Z Compiling mio v0.8.8
18632023-10-05T02:03:49.997Z Compiling num_cpus v1.16.0
18642023-10-05T02:03:50.007Z Compiling socket2 v0.5.3
18652023-10-05T02:03:50.015Z Compiling signal-hook-registry v1.4.1
18662023-10-05T02:03:51.073Z Compiling unicode-xid v0.2.4
18672023-10-05T02:03:51.199Z Compiling ucd-trie v0.1.6
18682023-10-05T02:03:51.251Z Compiling httparse v1.8.0
18692023-10-05T02:03:51.286Z Compiling openssl v0.10.57
18702023-10-05T02:03:51.303Z Compiling futures-sink v0.3.28
18712023-10-05T02:03:51.608Z Compiling synstructure v0.12.6
18722023-10-05T02:03:51.844Z Compiling tinyvec_macros v0.1.1
18732023-10-05T02:03:51.955Z Compiling tinyvec v1.6.0
18742023-10-05T02:03:53.368Z Compiling pin-utils v0.1.0
18752023-10-05T02:03:53.706Z Compiling crc32fast v1.3.2
18762023-10-05T02:03:54.130Z Compiling ppv-lite86 v0.2.17
18772023-10-05T02:03:54.386Z Compiling futures-io v0.3.28
18782023-10-05T02:03:54.779Z Compiling native-tls v0.2.11
18792023-10-05T02:03:54.794Z Compiling rustls v0.21.7
18802023-10-05T02:03:55.153Z Compiling radium v0.7.0
18812023-10-05T02:03:55.216Z Compiling unicode-normalization v0.1.22
18822023-10-05T02:03:55.349Z Compiling bzip2-sys v0.1.11+1.0.8
18832023-10-05T02:03:55.522Z Compiling rand_chacha v0.3.1
18842023-10-05T02:03:55.740Z Compiling tracing-core v0.1.31
18852023-10-05T02:03:55.793Z Compiling unicode-bidi v0.3.13
18862023-10-05T02:03:55.804Z Compiling heck v0.4.1
18872023-10-05T02:03:56.563Z Compiling subtle v2.5.0
18882023-10-05T02:03:57.046Z Compiling rand v0.8.5
18892023-10-05T02:03:58.343Z Compiling errno v0.3.2
18902023-10-05T02:03:58.441Z Compiling num-iter v0.1.43
18912023-10-05T02:03:58.637Z Compiling usdt-impl v0.3.5
18922023-10-05T02:03:58.891Z Compiling base64 v0.21.4
18932023-10-05T02:03:59.233Z Compiling rustix v0.38.9
18942023-10-05T02:04:00.575Z Compiling schemars v0.8.13
18952023-10-05T02:04:01.095Z Compiling serde_derive v1.0.188
18962023-10-05T02:04:01.149Z Compiling zeroize_derive v1.4.2
18972023-10-05T02:04:01.170Z Compiling tokio-macros v2.1.0
18982023-10-05T02:04:01.311Z Compiling thiserror-impl v1.0.49
18992023-10-05T02:04:01.619Z Compiling futures-macro v0.3.28
19002023-10-05T02:04:02.344Z Compiling tracing-attributes v0.1.26
19012023-10-05T02:04:02.500Z Compiling zerocopy-derive v0.2.0
19022023-10-05T02:04:02.628Z Compiling openssl-macros v0.1.1
19032023-10-05T02:04:03.441Z Compiling zeroize v1.6.0
19042023-10-05T02:04:03.663Z Compiling zerocopy-derive v0.6.3
19052023-10-05T02:04:06.074Z Compiling pest v2.7.2
19062023-10-05T02:04:06.457Z Compiling crypto-common v0.1.6
19072023-10-05T02:04:06.736Z Compiling block-buffer v0.10.4
19082023-10-05T02:04:07.126Z Compiling digest v0.10.7
19092023-10-05T02:04:07.874Z Compiling tracing v0.1.37
19102023-10-05T02:04:08.503Z Compiling serde_derive_internals v0.26.0
19112023-10-05T02:04:09.128Z Compiling fnv v1.0.7
19122023-10-05T02:04:09.335Z Compiling bitflags v1.3.2
19132023-10-05T02:04:15.382Z Compiling pest_meta v2.7.2
19142023-10-05T02:04:15.725Z Compiling untrusted v0.7.1
19152023-10-05T02:04:15.853Z Compiling pest_generator v2.7.2
19162023-10-05T02:04:16.248Z Compiling schemars_derive v0.8.13
19172023-10-05T02:04:17.578Z Compiling hashbrown v0.12.3
19182023-10-05T02:04:21.383Z Compiling pest_derive v2.7.2
19192023-10-05T02:04:22.429Z Compiling zerocopy v0.3.0
19202023-10-05T02:04:22.887Z Compiling lazy_static v1.4.0
19212023-10-05T02:04:22.929Z Compiling backtrace v0.3.69
19222023-10-05T02:04:22.969Z Compiling num-bigint v0.4.4
19232023-10-05T02:04:22.999Z Compiling memoffset v0.9.0
19242023-10-05T02:04:23.073Z Compiling crossbeam-utils v0.8.16
19252023-10-05T02:04:23.276Z Compiling openssl-probe v0.1.5
19262023-10-05T02:04:23.492Z Compiling foreign-types-shared v0.1.1
19272023-10-05T02:04:23.683Z Compiling smoltcp v0.9.1
19282023-10-05T02:04:23.726Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19292023-10-05T02:04:23.742Z Compiling percent-encoding v2.3.0
19302023-10-05T02:04:24.186Z Compiling base64ct v1.6.0
19312023-10-05T02:04:24.207Z Compiling allocator-api2 v0.2.16
19322023-10-05T02:04:24.227Z Compiling async-trait v0.1.73
19332023-10-05T02:04:24.249Z Compiling iana-time-zone v0.1.57
19342023-10-05T02:04:24.265Z Compiling foreign-types v0.3.2
19352023-10-05T02:04:24.280Z Compiling pem-rfc7468 v0.7.0
19362023-10-05T02:04:24.296Z Compiling dof v0.1.5
19372023-10-05T02:04:24.311Z Compiling dtrace-parser v0.1.14
19382023-10-05T02:04:24.324Z Compiling clap_derive v4.4.2
19392023-10-05T02:04:24.339Z Compiling hashbrown v0.14.0
19402023-10-05T02:04:24.351Z Compiling der_derive v0.7.2
19412023-10-05T02:04:24.363Z Compiling thread-id v4.2.0
19422023-10-05T02:04:24.829Z Compiling try-lock v0.2.4
19432023-10-05T02:04:24.846Z Compiling bytes v1.5.0
19442023-10-05T02:04:24.957Z Compiling bitflags v2.4.0
19452023-10-05T02:04:25.583Z Compiling rustc_version v0.4.0
19462023-10-05T02:04:25.723Z Compiling uuid v1.4.1
19472023-10-05T02:04:26.970Z Compiling tokio v1.32.0
19482023-10-05T02:04:27.016Z Compiling heapless v0.7.16
19492023-10-05T02:04:27.039Z Compiling http v0.2.9
19502023-10-05T02:04:28.825Z Compiling chrono v0.4.31
19512023-10-05T02:04:29.565Z Compiling siphasher v0.3.11
19522023-10-05T02:04:29.871Z Compiling cpufeatures v0.2.9
19532023-10-05T02:04:30.016Z Compiling anstyle v1.0.2
19542023-10-05T02:04:30.204Z Compiling adler v1.0.2
19552023-10-05T02:04:30.515Z Compiling flagset v0.4.3
19562023-10-05T02:04:30.685Z Compiling time-core v0.1.1
19572023-10-05T02:04:30.851Z Compiling equivalent v1.0.1
19582023-10-05T02:04:30.935Z Compiling utf8parse v0.2.1
19592023-10-05T02:04:31.880Z Compiling time-macros v0.2.13
19602023-10-05T02:04:31.948Z Compiling indexmap v2.0.0
19612023-10-05T02:04:31.974Z Compiling anstyle-parse v0.2.1
19622023-10-05T02:04:31.994Z Compiling der v0.7.8
19632023-10-05T02:04:33.085Z Compiling miniz_oxide v0.7.1
19642023-10-05T02:04:34.100Z Compiling sha2 v0.10.7
19652023-10-05T02:04:36.101Z Compiling http-body v0.4.5
19662023-10-05T02:04:40.364Z Compiling tokio-util v0.7.8
19672023-10-05T02:04:42.646Z Compiling h2 v0.3.21
19682023-10-05T02:04:44.073Z Compiling want v0.3.1
19692023-10-05T02:04:44.464Z Compiling serde_tokenstream v0.1.7
19702023-10-05T02:04:46.363Z Compiling form_urlencoded v1.2.0
19712023-10-05T02:04:46.819Z Compiling rustls-webpki v0.101.4
19722023-10-05T02:04:48.105Z Compiling sct v0.7.0
19732023-10-05T02:04:48.558Z Compiling hubpack_derive v0.1.1
19742023-10-05T02:04:49.099Z Compiling aho-corasick v1.0.4
19752023-10-05T02:04:50.025Z Compiling socket2 v0.4.9
19762023-10-05T02:04:50.039Z Compiling crossbeam-epoch v0.9.15
19772023-10-05T02:04:50.409Z Compiling httpdate v1.0.3
19782023-10-05T02:04:50.814Z Compiling regex-syntax v0.7.5
19792023-10-05T02:04:51.402Z Compiling anstyle-query v1.0.0
19802023-10-05T02:04:51.465Z Compiling colorchoice v1.0.0
19812023-10-05T02:04:51.613Z Compiling anyhow v1.0.75
19822023-10-05T02:04:57.236Z Compiling slog v2.7.0
19832023-10-05T02:04:57.688Z Compiling tap v1.0.1
19842023-10-05T02:04:57.755Z Compiling tower-service v0.3.2
19852023-10-05T02:04:57.989Z Compiling wyz v0.5.1
19862023-10-05T02:04:59.232Z Compiling hyper v0.14.27
19872023-10-05T02:04:59.260Z Compiling anstream v0.5.0
19882023-10-05T02:04:59.290Z Compiling regex-automata v0.3.8
19892023-10-05T02:05:01.597Z Compiling terminal_size v0.2.6
19902023-10-05T02:05:01.904Z Compiling spki v0.7.2
19912023-10-05T02:05:02.280Z Compiling rustls-pemfile v1.0.3
19922023-10-05T02:05:02.769Z Compiling hmac v0.12.1
19932023-10-05T02:05:02.823Z Compiling md-5 v0.10.5
19942023-10-05T02:05:03.097Z Compiling zerocopy v0.6.3
19952023-10-05T02:05:03.941Z Compiling idna v0.4.0
19962023-10-05T02:05:04.472Z Compiling stringprep v0.1.3
19972023-10-05T02:05:06.122Z Compiling diesel_table_macro_syntax v0.1.0
19982023-10-05T02:05:06.183Z Compiling hash32 v0.2.1
19992023-10-05T02:05:11.942Z Compiling spin v0.9.8
20002023-10-05T02:05:12.521Z Compiling dyn-clone v1.0.13
20012023-10-05T02:05:13.042Z Compiling fallible-iterator v0.2.0
20022023-10-05T02:05:13.233Z Compiling stable_deref_trait v1.2.0
20032023-10-05T02:05:13.352Z Compiling clap_lex v0.5.1
20042023-10-05T02:05:13.474Z Compiling maybe-uninit v2.0.0
20052023-10-05T02:05:13.511Z Compiling gimli v0.28.0
20062023-10-05T02:05:13.553Z Compiling funty v2.0.0
20072023-10-05T02:05:13.645Z Compiling strsim v0.10.0
20082023-10-05T02:05:14.097Z Compiling clap_builder v4.4.2
20092023-10-05T02:05:14.107Z Compiling bitvec v1.0.1
20102023-10-05T02:05:14.116Z Compiling postgres-protocol v0.6.6
20112023-10-05T02:05:14.127Z Compiling tokio-rustls v0.24.1
20122023-10-05T02:05:14.842Z Compiling diesel_derives v2.1.1
20132023-10-05T02:05:16.247Z Compiling url v2.4.1
20142023-10-05T02:05:16.858Z Compiling addr2line v0.21.0
20152023-10-05T02:05:17.842Z Compiling rustls-native-certs v0.6.3
20162023-10-05T02:05:18.654Z Compiling tokio-native-tls v0.3.1
20172023-10-05T02:05:20.014Z Compiling usdt-attr-macro v0.3.5
20182023-10-05T02:05:20.137Z Compiling usdt-macro v0.3.5
20192023-10-05T02:05:22.827Z Compiling phf_shared v0.11.2
20202023-10-05T02:05:22.851Z Compiling toml_datetime v0.6.3
20212023-10-05T02:05:23.878Z Compiling serde_spanned v0.6.3
20222023-10-05T02:05:24.534Z Compiling block-padding v0.3.3
20232023-10-05T02:05:24.960Z Compiling enum-as-inner v0.5.1
20242023-10-05T02:05:24.973Z Compiling serde_repr v0.1.16
20252023-10-05T02:05:25.915Z Compiling scheduled-thread-pool v0.2.7
20262023-10-05T02:05:26.013Z Compiling object v0.32.1
20272023-10-05T02:05:34.332Z Compiling managed v0.8.0
20282023-10-05T02:05:34.985Z Compiling deranged v0.3.8
20292023-10-05T02:05:37.383Z Compiling regex-automata v0.1.10
20302023-10-05T02:05:37.546Z Compiling winnow v0.5.15
20312023-10-05T02:05:37.784Z Compiling bit-vec v0.6.3
20322023-10-05T02:05:38.471Z Compiling packed_struct v0.10.1
20332023-10-05T02:05:39.491Z Compiling ipnet v2.8.0
20342023-10-05T02:05:39.512Z Compiling matches v0.1.10
20352023-10-05T02:05:39.933Z Compiling unicode-width v0.1.10
20362023-10-05T02:05:40.873Z Compiling num_threads v0.1.6
20372023-10-05T02:05:40.992Z Compiling rustc-demangle v0.1.23
20382023-10-05T02:05:41.718Z Compiling either v1.9.0
20392023-10-05T02:05:45.105Z Compiling num-bigint-dig v0.8.4
20402023-10-05T02:05:45.269Z Compiling itertools v0.10.5
20412023-10-05T02:05:45.904Z Compiling toml_edit v0.19.15
20422023-10-05T02:05:47.732Z Compiling time v0.3.27
20432023-10-05T02:05:48.854Z Compiling idna v0.2.3
20442023-10-05T02:05:51.369Z Compiling bstr v0.2.17
20452023-10-05T02:05:59.059Z Compiling r2d2 v0.8.10
20462023-10-05T02:05:59.767Z Compiling inout v0.1.3
20472023-10-05T02:06:01.003Z Compiling phf v0.11.2
20482023-10-05T02:06:01.492Z Compiling hyper-tls v0.5.0
20492023-10-05T02:06:02.048Z Compiling hyper-rustls v0.24.1
20502023-10-05T02:06:02.134Z Compiling clap v4.4.3
20512023-10-05T02:06:02.271Z Compiling ipnetwork v0.20.0
20522023-10-05T02:06:02.379Z Compiling flate2 v1.0.27
20532023-10-05T02:06:02.395Z Compiling postgres-types v0.2.6
20542023-10-05T02:06:03.178Z Compiling regex v1.9.5
20552023-10-05T02:06:03.586Z Compiling pkcs8 v0.10.2
20562023-10-05T02:06:04.758Z Compiling hubpack v0.1.2
20572023-10-05T02:06:04.813Z Compiling serde_urlencoded v0.7.1
20582023-10-05T02:06:04.962Z Compiling phf_shared v0.10.0
20592023-10-05T02:06:05.584Z Compiling futures-executor v0.3.28
20602023-10-05T02:06:06.761Z Compiling signature v2.1.0
20612023-10-05T02:06:07.128Z Compiling packed_struct_codegen v0.10.1
20622023-10-05T02:06:08.538Z Compiling float-cmp v0.9.0
20632023-10-05T02:06:10.052Z Compiling encoding_rs v0.8.33
20642023-10-05T02:06:10.115Z Compiling precomputed-hash v0.1.1
20652023-10-05T02:06:10.566Z Compiling fixedbitset v0.4.2
20662023-10-05T02:06:11.291Z Compiling new_debug_unreachable v1.0.4
20672023-10-05T02:06:11.384Z Compiling data-encoding v2.4.0
20682023-10-05T02:06:11.518Z Compiling smawk v0.3.1
20692023-10-05T02:06:11.773Z Compiling webpki-roots v0.25.2
20702023-10-05T02:06:12.193Z Compiling predicates-core v1.0.6
20712023-10-05T02:06:12.206Z Compiling unicode-segmentation v1.10.1
20722023-10-05T02:06:12.380Z Compiling mime v0.3.17
20732023-10-05T02:06:13.197Z Compiling whoami v1.4.1
20742023-10-05T02:06:13.244Z Compiling nodrop v0.1.14
20752023-10-05T02:06:13.797Z Compiling crc-catalog v2.2.0
20762023-10-05T02:06:13.826Z Compiling unicode-linebreak v0.1.5
20772023-10-05T02:06:14.095Z Compiling normalize-line-endings v0.3.0
20782023-10-05T02:06:14.569Z Compiling static_assertions v1.1.0
20792023-10-05T02:06:14.579Z Compiling difflib v0.4.0
20802023-10-05T02:06:16.036Z Compiling predicates v3.0.3
20812023-10-05T02:06:17.437Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20822023-10-05T02:06:18.549Z Compiling textwrap v0.16.0
20832023-10-05T02:06:20.950Z Compiling reqwest v0.11.20
20842023-10-05T02:06:24.065Z Compiling tokio-postgres v0.7.10
20852023-10-05T02:06:25.178Z Compiling crc v3.0.1
20862023-10-05T02:06:25.938Z Compiling array-init v0.0.4
20872023-10-05T02:06:26.618Z Compiling similar v2.2.1
20882023-10-05T02:06:33.237Z Compiling trust-dns-proto v0.22.0
20892023-10-05T02:06:34.393Z Compiling string_cache v0.8.7
20902023-10-05T02:06:34.637Z Compiling petgraph v0.6.4
20912023-10-05T02:06:44.796Z Compiling futures v0.3.28
20922023-10-05T02:06:46.095Z Compiling yasna v0.5.2
20932023-10-05T02:06:48.891Z Compiling pkcs1 v0.7.5
20942023-10-05T02:06:48.949Z Compiling smallvec v0.6.14
20952023-10-05T02:06:49.122Z Compiling diesel v2.1.1
20962023-10-05T02:06:51.672Z Compiling cipher v0.4.4
20972023-10-05T02:06:52.449Z Compiling toml v0.7.8
20982023-10-05T02:06:54.991Z Compiling console v0.15.7
20992023-10-05T02:06:55.043Z Compiling bit-set v0.5.3
21002023-10-05T02:06:55.491Z Compiling usdt v0.3.5
21012023-10-05T02:06:55.902Z Compiling is-terminal v0.4.9
21022023-10-05T02:07:03.855Z Compiling bstr v1.6.0
21032023-10-05T02:07:04.715Z Compiling tokio-stream v0.1.14
21042023-10-05T02:07:04.868Z Compiling openapiv3 v1.0.3
21052023-10-05T02:07:05.625Z Compiling hex v0.4.3
21062023-10-05T02:07:05.840Z Compiling hashbrown v0.13.2
21072023-10-05T02:07:05.907Z Compiling termcolor v1.2.0
21082023-10-05T02:07:06.762Z Compiling bitfield v0.14.0
21092023-10-05T02:07:09.566Z Compiling lalrpop-util v0.19.12
21102023-10-05T02:07:13.319Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21112023-10-05T02:07:13.425Z Compiling env_logger v0.10.0
21122023-10-05T02:07:28.290Z Compiling rsa v0.9.2
21132023-10-05T02:07:34.924Z Compiling serde-hex v0.1.0
21142023-10-05T02:07:40.767Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21152023-10-05T02:07:43.562Z Compiling x509-cert v0.2.4
21162023-10-05T02:07:44.790Z Compiling ron v0.8.1
21172023-10-05T02:07:50.630Z Compiling crc-any v2.4.3
21182023-10-05T02:08:08.023Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21192023-10-05T02:08:22.131Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21202023-10-05T02:08:29.980Z Compiling object v0.30.4
21212023-10-05T02:08:39.245Z Compiling path-slash v0.1.5
21222023-10-05T02:08:49.540Z Compiling bzip2 v0.4.4
21232023-10-05T02:08:50.223Z Compiling zip v0.6.6
21242023-10-05T02:08:52.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21252023-10-05T02:08:52.993Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21262023-10-05T02:09:29.090Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21272023-10-05T02:09:30.156Z Finished release [optimized] target(s) in 5m 55s
21282023-10-05T02:09:30.236Z
21292023-10-05T02:09:30.248Zreal 5:56.100204488
21302023-10-05T02:09:30.265Zuser 40:51.067877245
21312023-10-05T02:09:30.284Zsys 3:38.246539496
21322023-10-05T02:09:30.308Ztrap 1.633421385
21332023-10-05T02:09:30.330Ztflt 1.113239178
21342023-10-05T02:09:30.353Zdflt 0.781089360
21352023-10-05T02:09:30.372Zkflt 0.018128113
21362023-10-05T02:09:30.429Zlock 1:37:40.334003741
21372023-10-05T02:09:30.437Zslp 2:21:09.044081204
21382023-10-05T02:09:30.446Zlat 1:42.161645304
21392023-10-05T02:09:30.453Zstop 1:20.091155295
21402023-10-05T02:09:30.457Z+ ptime -m gzip
21412023-10-05T02:09:32.121Z
21422023-10-05T02:09:32.125Zreal 0.657048360
21432023-10-05T02:09:32.136Zuser 0.648186208
21442023-10-05T02:09:32.559Zsys 0.008297794
21452023-10-05T02:09:32.568Ztrap 0.000068168
21462023-10-05T02:09:32.593Ztflt 0.000000000
21472023-10-05T02:09:32.605Zdflt 0.000000000
21482023-10-05T02:09:32.612Zkflt 0.000000000
21492023-10-05T02:09:32.621Zlock 0.000000000
21502023-10-05T02:09:32.632Zslp 0.000000000
21512023-10-05T02:09:32.647Zlat 0.000173813
21522023-10-05T02:09:33.066Zstop 0.000223437
21532023-10-05T02:09:33.074Z+ banner tufaceous
21542023-10-05T02:09:33.085Z
21552023-10-05T02:09:33.109Z ##### # # ###### ## #### ###### #### # # ####
21562023-10-05T02:09:33.116Z # # # # # # # # # # # # # #
21572023-10-05T02:09:33.119Z # # # ##### # # # ##### # # # # ####
21582023-10-05T02:09:33.123Z # # # # ###### # # # # # # #
21592023-10-05T02:09:33.126Z # # # # # # # # # # # # # # #
21602023-10-05T02:09:33.129Z # #### # # # #### ###### #### #### ####
21612023-10-05T02:09:33.133Z
21622023-10-05T02:09:33.137Z+ ptime -m cargo build --locked -p tufaceous --release
21632023-10-05T02:09:33.141Z Downloading crates ...
21642023-10-05T02:09:33.151Z Downloaded bytesize v1.3.0
21652023-10-05T02:09:33.154Z Downloaded buf-list v1.0.3
21662023-10-05T02:09:33.158Z Downloaded fs-err v2.9.0
21672023-10-05T02:09:33.162Z Downloaded globset v0.4.13
21682023-10-05T02:09:33.166Z Downloaded olpc-cjson v0.1.3
21692023-10-05T02:09:33.170Z Downloaded path-dedot v3.1.0
21702023-10-05T02:09:33.174Z Downloaded path-absolutize v3.1.0
21712023-10-05T02:09:33.178Z Downloaded serde_plain v1.0.2
21722023-10-05T02:09:33.182Z Downloaded snafu v0.7.5
21732023-10-05T02:09:33.187Z Downloaded tough v0.12.5
21742023-10-05T02:09:33.194Z Downloaded snafu-derive v0.7.5
21752023-10-05T02:09:33.204Z Downloaded doc-comment v0.3.3
21762023-10-05T02:09:33.209Z Compiling serde_tokenstream v0.2.0
21772023-10-05T02:09:33.640Z Compiling regress v0.7.1
21782023-10-05T02:09:33.651Z Compiling dirs-sys-next v0.1.2
21792023-10-05T02:09:34.097Z Compiling ident_case v1.0.1
21802023-10-05T02:09:34.115Z Compiling thread_local v1.1.7
21812023-10-05T02:09:34.124Z Compiling camino v1.1.6
21822023-10-05T02:09:34.129Z Compiling heck v0.4.1
21832023-10-05T02:09:34.136Z Compiling dirs-next v2.0.0
21842023-10-05T02:09:34.142Z Compiling darling_core v0.20.3
21852023-10-05T02:09:34.147Z Compiling rustversion v1.0.14
21862023-10-05T02:09:34.153Z Compiling slog-async v2.8.0
21872023-10-05T02:09:34.159Z Compiling term v0.7.0
21882023-10-05T02:09:34.164Z Compiling crossbeam-channel v0.5.8
21892023-10-05T02:09:34.168Z Compiling getopts v0.2.21
21902023-10-05T02:09:34.175Z Compiling structmeta-derive v0.1.6
21912023-10-05T02:09:34.299Z Compiling atty v0.2.14
21922023-10-05T02:09:34.712Z Compiling multer v2.1.0
21932023-10-05T02:09:34.904Z Compiling doc-comment v0.3.3
21942023-10-05T02:09:35.503Z Compiling take_mut v0.2.2
21952023-10-05T02:09:35.626Z Compiling match_cfg v0.1.0
21962023-10-05T02:09:36.170Z Compiling unsafe-libyaml v0.2.9
21972023-10-05T02:09:36.991Z Compiling paste v1.0.14
21982023-10-05T02:09:36.998Z Compiling hostname v0.3.1
21992023-10-05T02:09:37.211Z Compiling slog-term v2.9.0
22002023-10-05T02:09:38.458Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22012023-10-05T02:09:40.960Z Compiling structmeta v0.1.6
22022023-10-05T02:09:41.171Z Compiling serde_yaml v0.9.25
22032023-10-05T02:09:42.153Z Compiling darling_macro v0.20.3
22042023-10-05T02:09:42.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22052023-10-05T02:09:43.572Z Compiling darling v0.20.3
22062023-10-05T02:09:44.013Z Compiling slog-json v2.6.1
22072023-10-05T02:09:44.304Z Compiling async-stream-impl v0.3.5
22082023-10-05T02:09:44.587Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22092023-10-05T02:09:44.995Z Compiling regex-syntax v0.6.29
22102023-10-05T02:09:45.120Z Compiling fastrand v2.0.0
22112023-10-05T02:09:46.191Z Compiling atomic-waker v1.1.1
22122023-10-05T02:09:46.296Z Compiling async-stream v0.3.5
22132023-10-05T02:09:46.307Z Compiling tempfile v3.8.0
22142023-10-05T02:09:46.473Z Compiling waitgroup v0.1.2
22152023-10-05T02:09:46.916Z Compiling strum_macros v0.25.2
22162023-10-05T02:09:46.934Z Compiling slog-bunyan v2.4.0
22172023-10-05T02:09:47.321Z Compiling serde_with_macros v2.3.3
22182023-10-05T02:09:51.406Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22192023-10-05T02:09:51.424Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22202023-10-05T02:09:51.546Z Compiling sha1 v0.10.5
22212023-10-05T02:09:52.675Z Compiling snafu-derive v0.7.5
22222023-10-05T02:09:53.032Z Compiling serde_path_to_error v0.1.14
22232023-10-05T02:09:53.108Z Compiling path-dedot v3.1.0
22242023-10-05T02:09:53.463Z Compiling instant v0.1.12
22252023-10-05T02:09:53.625Z Compiling arc-swap v1.6.0
22262023-10-05T02:09:53.685Z Compiling debug-ignore v1.0.5
22272023-10-05T02:09:53.935Z Compiling base64 v0.13.1
22282023-10-05T02:09:54.282Z Compiling buf-list v1.0.3
22292023-10-05T02:09:54.771Z Compiling parse-display-derive v0.7.0
22302023-10-05T02:09:54.802Z Compiling same-file v1.0.6
22312023-10-05T02:09:54.891Z Compiling pem v1.1.1
22322023-10-05T02:09:55.153Z Compiling walkdir v2.4.0
22332023-10-05T02:09:55.278Z Compiling slog-scope v4.4.0
22342023-10-05T02:09:56.847Z Compiling backoff v0.4.0
22352023-10-05T02:09:57.329Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22362023-10-05T02:09:57.346Z Compiling path-absolutize v3.1.0
22372023-10-05T02:09:57.423Z Compiling strum v0.25.0
22382023-10-05T02:09:57.627Z Compiling serde_with v2.3.3
22392023-10-05T02:09:57.696Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22402023-10-05T02:09:58.093Z Compiling globset v0.4.13
22412023-10-05T02:09:58.731Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22422023-10-05T02:09:59.403Z Compiling olpc-cjson v0.1.3
22432023-10-05T02:09:59.863Z Compiling macaddr v1.0.1
22442023-10-05T02:10:00.983Z Compiling serde_plain v1.0.2
22452023-10-05T02:10:01.057Z Compiling parse-display v0.7.0
22462023-10-05T02:10:01.173Z Compiling snafu v0.7.5
22472023-10-05T02:10:01.369Z Compiling filetime v0.2.22
22482023-10-05T02:10:01.868Z Compiling xattr v1.0.1
22492023-10-05T02:10:01.882Z Compiling tough v0.12.5
22502023-10-05T02:10:02.342Z Compiling tar v0.4.40
22512023-10-05T02:10:03.160Z Compiling slog-stdlog v4.1.1
22522023-10-05T02:10:04.574Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22532023-10-05T02:10:04.855Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22542023-10-05T02:10:07.254Z Compiling camino-tempfile v1.0.2
22552023-10-05T02:10:08.566Z Compiling itertools v0.11.0
22562023-10-05T02:10:12.403Z Compiling bytesize v1.3.0
22572023-10-05T02:10:12.975Z Compiling fs-err v2.9.0
22582023-10-05T02:10:13.380Z Compiling slog-envlogger v2.2.0
22592023-10-05T02:10:14.308Z Compiling humantime v2.1.0
22602023-10-05T02:10:15.887Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22612023-10-05T02:10:40.568Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22622023-10-05T02:10:40.860Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22632023-10-05T02:10:52.923Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22642023-10-05T02:10:55.261Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22652023-10-05T02:11:17.515Z Finished release [optimized] target(s) in 1m 46s
22662023-10-05T02:11:17.593Z
22672023-10-05T02:11:17.610Zreal 1:46.665700458
22682023-10-05T02:11:17.620Zuser 11:44.858587809
22692023-10-05T02:11:17.630Zsys 46.493077504
22702023-10-05T02:11:17.635Ztrap 0.433306002
22712023-10-05T02:11:17.639Ztflt 0.286808827
22722023-10-05T02:11:17.649Zdflt 0.572765188
22732023-10-05T02:11:17.658Zkflt 0.000311543
22742023-10-05T02:11:17.668Zlock 23:15.502946156
22752023-10-05T02:11:17.676Zslp 25:35.458925440
22762023-10-05T02:11:17.689Zlat 22.322264276
22772023-10-05T02:11:18.111Zstop 12.787992790
22782023-10-05T02:11:18.120Z+ ptime -m gzip
22792023-10-05T02:11:19.710Z
22802023-10-05T02:11:19.717Zreal 2.112430123
22812023-10-05T02:11:19.721Zuser 2.090075210
22822023-10-05T02:11:19.739Zsys 0.019685754
22832023-10-05T02:11:19.747Ztrap 0.001159368
22842023-10-05T02:11:19.751Ztflt 0.000000000
22852023-10-05T02:11:19.767Zdflt 0.000000000
22862023-10-05T02:11:19.778Zkflt 0.000000000
22872023-10-05T02:11:19.790Zlock 0.000000000
22882023-10-05T02:11:20.227Zslp 0.000000000
22892023-10-05T02:11:20.239Zlat 0.001188473
22902023-10-05T02:11:20.257Zstop 0.000222129
22912023-10-05T02:11:20.270Zprocess exited: duration 1298511 ms, exit code 0
 
22922023-10-05T02:11:20.320Zfound 5 output files
22932023-10-05T02:11:20.473Zuploading: /work/end-to-end-tests/bootstrap-1edfa7f3d5f511cd.gz (6483647 bytes)
22942023-10-05T02:11:25.544Zuploaded: /work/end-to-end-tests/bootstrap-1edfa7f3d5f511cd.gz
22952023-10-05T02:11:25.557Zuploading: /work/end-to-end-tests/bootstrap.gz (96389069 bytes)
22962023-10-05T02:12:39.468Zuploaded: /work/end-to-end-tests/bootstrap.gz
22972023-10-05T02:12:39.489Zuploading: /work/end-to-end-tests/end_to_end_tests-1e38f424764e177a.gz (110088433 bytes)
22982023-10-05T02:13:46.824Zuploaded: /work/end-to-end-tests/end_to_end_tests-1e38f424764e177a.gz
22992023-10-05T02:13:47.280Zuploading: /work/caboose-util.gz (4111299 bytes)
23002023-10-05T02:13:50.535Zuploaded: /work/caboose-util.gz
23012023-10-05T02:13:50.545Zuploading: /work/tufaceous.gz (13400628 bytes)
23022023-10-05T02:13:58.272Zuploaded: /work/tufaceous.gz