01HGEWFY8QSG4X7M1EW2G6Q8A6: 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: 01HGEWG7J6NVH1DMANE157ZF9Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-30T01:13:19.396Zjob assigned to worker 01HGEWGFT64HK0TB6M81CD6VP6 (queued for 1 m 35 s)
 
22023-11-30T01:13:20.160Zstarting task 0: "setup"
32023-11-30T01:13:20.216Z++ uname -s
42023-11-30T01:13:20.219Z+ kern=SunOS
52023-11-30T01:13:20.219Z+ case "$kern" in
62023-11-30T01:13:20.219Z+ groupadd -g 12345 build
72023-11-30T01:13:20.222Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-30T01:13:22.258Z+ zfs create -o mountpoint=/work rpool/work
92023-11-30T01:13:22.401Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-30T01:13:22.404Z+ home_fs=zfs
112023-11-30T01:13:22.404Z+ [[ zfs == autofs ]]
122023-11-30T01:13:22.404Z+ mkdir -p /home/build
132023-11-30T01:13:22.407Z+ chown build:build /home/build /work
142023-11-30T01:13:24.410Z+ chmod 0700 /home/build /work
152023-11-30T01:13:24.412Zprocess exited: duration 4256 ms, exit code 0
 
162023-11-30T01:13:24.418Zstarting task 1: "rust-toolchain"
172023-11-30T01:13:24.428Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-30T01:13:24.430Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-30T01:13:24.598Zinfo: downloading installer
202023-11-30T01:13:28.004Zwarning: it looks like you have an existing installation of Rust at:
212023-11-30T01:13:28.004Zwarning: /opt/ooce/bin
222023-11-30T01:13:28.004Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-30T01:13:28.004Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-30T01:13:28.004Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-30T01:13:28.004Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-30T01:13:28.004Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-30T01:13:28.004Zerror: cannot install while Rust is installed
282023-11-30T01:13:28.004Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-30T01:13:28.112Zinfo: profile set to 'default'
302023-11-30T01:13:28.112Zinfo: default host triple is x86_64-unknown-illumos
312023-11-30T01:13:28.120Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-30T01:13:28.301Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-30T01:13:28.302Zinfo: downloading component 'cargo'
342023-11-30T01:13:29.087Zinfo: downloading component 'clippy'
352023-11-30T01:13:29.361Zinfo: downloading component 'rust-docs'
362023-11-30T01:13:30.345Zinfo: downloading component 'rust-std'
372023-11-30T01:13:32.110Zinfo: downloading component 'rustc'
382023-11-30T01:13:36.367Zinfo: downloading component 'rustfmt'
392023-11-30T01:13:36.618Zinfo: installing component 'cargo'
402023-11-30T01:13:38.668Zinfo: installing component 'clippy'
412023-11-30T01:13:39.642Zinfo: installing component 'rust-docs'
422023-11-30T01:13:42.409Zinfo: installing component 'rust-std'
432023-11-30T01:13:46.419Zinfo: installing component 'rustc'
442023-11-30T01:13:57.197Zinfo: installing component 'rustfmt'
452023-11-30T01:13:57.986Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-30T01:13:57.986Z
472023-11-30T01:13:58.121Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-30T01:13:58.121Z
492023-11-30T01:13:58.124Z
502023-11-30T01:13:58.124ZRust is installed now. Great!
512023-11-30T01:13:58.124Z
522023-11-30T01:13:58.124ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-30T01:13:58.124Zenvironment variable. This has not been done automatically.
542023-11-30T01:13:58.124Z
552023-11-30T01:13:58.124ZTo configure your current shell, run:
562023-11-30T01:13:58.124Zsource "$HOME/.cargo/env"
572023-11-30T01:13:58.212Z+ rustc --version
582023-11-30T01:13:58.327Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-30T01:13:58.333Zprocess exited: duration 33918 ms, exit code 0
 
602023-11-30T01:13:58.338Zstarting task 2: "authentication"
612023-11-30T01:13:58.371Zprocess exited: duration 32 ms, exit code 0
 
622023-11-30T01:13:58.377Zstarting task 3: "clone repository"
632023-11-30T01:13:58.385Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-30T01:13:58.387Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-30T01:13:58.426ZCloning into '/work/oxidecomputer/omicron'...
662023-11-30T01:14:06.270Z+ cd /work/oxidecomputer/omicron
672023-11-30T01:14:06.270Z+ [[ -n '' ]]
682023-11-30T01:14:06.277Z+ git fetch origin 74bf3f878a02b9b163ff127085058eae8437ec10
692023-11-30T01:14:06.661ZFrom https://github.com/oxidecomputer/omicron
702023-11-30T01:14:06.661Z * branch 74bf3f878a02b9b163ff127085058eae8437ec10 -> FETCH_HEAD
712023-11-30T01:14:06.674Z+ git reset --hard 74bf3f878a02b9b163ff127085058eae8437ec10
722023-11-30T01:14:06.839ZHEAD is now at 74bf3f87 fix schema collision
732023-11-30T01:14:06.870Zprocess exited: duration 8464 ms, exit code 0
 
742023-11-30T01:14:06.883Zstarting task 4: "build"
752023-11-30T01:14:06.894Z+ cargo --version
762023-11-30T01:14:06.906Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
772023-11-30T01:14:07.126Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
782023-11-30T01:14:07.126Zinfo: downloading component 'cargo'
792023-11-30T01:14:07.976Zinfo: downloading component 'clippy'
802023-11-30T01:14:08.249Zinfo: downloading component 'rust-docs'
812023-11-30T01:14:09.316Zinfo: downloading component 'rust-std'
822023-11-30T01:14:11.281Zinfo: downloading component 'rustc'
832023-11-30T01:14:17.172Zinfo: downloading component 'rustfmt'
842023-11-30T01:14:17.528Zinfo: installing component 'cargo'
852023-11-30T01:14:18.844Zinfo: installing component 'clippy'
862023-11-30T01:14:19.312Zinfo: installing component 'rust-docs'
872023-11-30T01:14:22.341Zinfo: installing component 'rust-std'
882023-11-30T01:14:24.907Zinfo: installing component 'rustc'
892023-11-30T01:14:31.215Zinfo: installing component 'rustfmt'
902023-11-30T01:14:31.760Zcargo 1.74.0 (ecb9851af 2023-10-18)
912023-11-30T01:14:31.763Z+ rustc --version
922023-11-30T01:14:31.914Zrustc 1.74.0 (79e9716c9 2023-11-13)
932023-11-30T01:14:31.920Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942023-11-30T01:14:46.524Z Startup: Refreshing catalog 'helios-dev' ... Done
952023-11-30T01:14:47.570Z Startup: Caching catalogs ... Done
962023-11-30T01:14:53.318ZPlanning: Solver setup ... Done (5.372s)
972023-11-30T01:14:53.448ZPlanning: Running solver ... Done (0.130s)
982023-11-30T01:14:53.510ZPlanning: Finding local manifests ... Done (0.003s)
992023-11-30T01:14:53.524ZPlanning: Fetching manifests: 0/4 0% complete
1002023-11-30T01:14:54.283ZPlanning: Fetching manifests: 4/4 100% complete
1012023-11-30T01:14:54.341ZPlanning: Package planning ... Done (0.081s)
1022023-11-30T01:14:54.427ZPlanning: Merging actions ... Done (0.085s)
1032023-11-30T01:14:55.508ZPlanning: Checking for conflicting actions ... Done (1.081s)
1042023-11-30T01:14:55.526ZPlanning: Consolidating action changes ... Done (0.017s)
1052023-11-30T01:15:03.671ZPlanning: Evaluating mediators ... Done (8.145s)
1062023-11-30T01:15:03.687ZPlanning: Planning completed in 16.06 seconds
1072023-11-30T01:15:05.210Z Packages to install: 4
1082023-11-30T01:15:05.210Z Mediators to change: 2
1092023-11-30T01:15:05.210Z Services to change: 1
1102023-11-30T01:15:05.215Z Estimated space available: 148.88 GB
1112023-11-30T01:15:05.215ZEstimated space to be consumed: 1.38 GB
1122023-11-30T01:15:05.215Z Create boot environment: No
1132023-11-30T01:15:05.215ZCreate backup boot environment: No
1142023-11-30T01:15:05.215Z Rebuild boot archive: No
1152023-11-30T01:15:05.216Z
1162023-11-30T01:15:05.216ZChanged mediators:
1172023-11-30T01:15:05.216Z mediator clang:
1182023-11-30T01:15:05.216Z version: None -> 15 (system default)
1192023-11-30T01:15:05.216Z
1202023-11-30T01:15:05.216Z mediator llvm:
1212023-11-30T01:15:05.216Z version: 14 (system default) -> 15 (system default)
1222023-11-30T01:15:05.216Z
1232023-11-30T01:15:05.216ZChanged packages:
1242023-11-30T01:15:05.216Zhelios-dev
1252023-11-30T01:15:05.216Z developer/build-essential
1262023-11-30T01:15:05.216Z None -> 11-2.0
1272023-11-30T01:15:05.216Z library/libxmlsec1
1282023-11-30T01:15:05.216Z None -> 1.2.35-2.0
1292023-11-30T01:15:05.216Z ooce/developer/clang-15
1302023-11-30T01:15:05.216Z None -> 15.0.7-2.0
1312023-11-30T01:15:05.216Z ooce/developer/llvm-15
1322023-11-30T01:15:05.216Z None -> 15.0.7-2.0
1332023-11-30T01:15:05.218Z
1342023-11-30T01:15:05.218ZServices:
1352023-11-30T01:15:05.219Z restart_fmri:
1362023-11-30T01:15:05.219Z svc:/system/update-man-index:default
1372023-11-30T01:15:05.505Z
1382023-11-30T01:15:05.506ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392023-11-30T01:15:10.513ZDownload: 546/3290 items 17.5/212.6MB 8% complete (3.6M/s)
1402023-11-30T01:15:15.510ZDownload: 1196/3290 items 77.9/212.6MB 36% complete (8.2M/s)
1412023-11-30T01:15:20.511ZDownload: 1631/3290 items 117.8/212.6MB 55% complete (10.0M/s)
1422023-11-30T01:15:27.270ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (9.4M/s)
1432023-11-30T01:15:32.271ZDownload: 3204/3290 items 164.8/212.6MB 77% complete (4.4M/s)
1442023-11-30T01:15:35.615ZDownload: Completed 212.60 MB in 30.11 seconds (7.1M/s)
1452023-11-30T01:15:36.359Z Actions: 1/3687 actions (Installing new actions)
1462023-11-30T01:15:41.399Z Actions: 2500/3687 actions (Installing new actions)
1472023-11-30T01:15:45.082Z Actions: Completed 3687 actions in 8.66 seconds.
1482023-11-30T01:15:45.209Z Done (0.181s)
1492023-11-30T01:15:45.209Z Done (0.000s)
1502023-11-30T01:15:45.440Z Done (0.230s)
1512023-11-30T01:15:54.247Z Done (8.685s)
1522023-11-30T01:15:54.585Z Done (0.234s)
1532023-11-30T01:15:54.587Z Done (0.000s)
1542023-11-30T01:15:54.822Z Done (0.000s)
1552023-11-30T01:15:55.539ZPlanning: Evaluating mediator changes ... Done
1562023-11-30T01:15:55.832ZPlanning: Checking for conflicting actions ... Done
1572023-11-30T01:15:55.837ZPlanning: Consolidating action changes ... Done
1582023-11-30T01:15:56.280ZPlanning: Evaluating mediators ... Done
1592023-11-30T01:15:56.283ZPlanning: Planning completed in 0.74 seconds
1602023-11-30T01:15:56.336Z Mediators to change: 2
1612023-11-30T01:15:56.336Z Create boot environment: No
1622023-11-30T01:15:56.336ZCreate backup boot environment: No
1632023-11-30T01:15:56.473Z Done
1642023-11-30T01:15:56.473Z Done
1652023-11-30T01:15:56.619Z Done
1662023-11-30T01:16:02.755Z Done
1672023-11-30T01:16:02.880Z Done
1682023-11-30T01:16:02.883Z Done
1692023-11-30T01:16:02.994Z Done
1702023-11-30T01:16:04.037ZPlanning: Evaluating mediator changes ... Done
1712023-11-30T01:16:04.041ZPlanning: Merging actions ... Done
1722023-11-30T01:16:04.381ZPlanning: Checking for conflicting actions ... Done
1732023-11-30T01:16:04.388ZPlanning: Consolidating action changes ... Done
1742023-11-30T01:16:04.826ZPlanning: Evaluating mediators ... Done
1752023-11-30T01:16:04.937ZPlanning: Planning completed in 1.33 seconds
1762023-11-30T01:16:04.980Z Packages to change: 1
1772023-11-30T01:16:04.980Z Mediators to change: 1
1782023-11-30T01:16:04.980Z Services to change: 1
1792023-11-30T01:16:04.980Z Create boot environment: No
1802023-11-30T01:16:04.984ZCreate backup boot environment: Yes
1812023-11-30T01:16:07.031Z Actions: 1/6 actions (Updating modified actions)
1822023-11-30T01:16:07.036Z Actions: Completed 6 actions in 0.00 seconds.
1832023-11-30T01:16:07.036Z Done
1842023-11-30T01:16:07.036Z Done
1852023-11-30T01:16:07.090Z Done
1862023-11-30T01:16:13.090Z Done
1872023-11-30T01:16:13.218Z Done
1882023-11-30T01:16:13.226Z Done
1892023-11-30T01:16:13.334Z Done
1902023-11-30T01:16:14.024ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912023-11-30T01:16:14.024Zclang system 15 system
1922023-11-30T01:16:14.024Zcsh system system illumos
1932023-11-30T01:16:14.024Zctags system system illumos
1942023-11-30T01:16:14.024Zgcc vendor 12 vendor
1952023-11-30T01:16:14.024Zgcc system 10 system
1962023-11-30T01:16:14.024Zgcc system 7 system
1972023-11-30T01:16:14.024Zgo system 1.20 system
1982023-11-30T01:16:14.024Zgo system 1.19 system
1992023-11-30T01:16:14.024Zllvm system 15 system
2002023-11-30T01:16:14.024Zllvm system 14 system
2012023-11-30T01:16:14.024Zmariadb system 10.6 system
2022023-11-30T01:16:14.024Zmta vendor vendor dma
2032023-11-30T01:16:14.024Zopenjdk system 17 system
2042023-11-30T01:16:14.024Zopenjdk system 11 system
2052023-11-30T01:16:14.024Zopenjdk system 1.8 system
2062023-11-30T01:16:14.024Zopenssl vendor 3 vendor
2072023-11-30T01:16:14.024Zperl system 5.36 system
2082023-11-30T01:16:14.024Zpostgresql system 15 system
2092023-11-30T01:16:14.024Zpostgresql system 13 system
2102023-11-30T01:16:14.024Zpython vendor 3 vendor
2112023-11-30T01:16:14.024Zpython system 2 system
2122023-11-30T01:16:14.024Zpython3 system 3.11 system
2132023-11-30T01:16:14.024Zruby system 3.0 system
2142023-11-30T01:16:14.024Zwords vendor vendor american-english
2152023-11-30T01:16:14.025Zwords system system australian-english
2162023-11-30T01:16:14.025Zwords system system british-english
2172023-11-30T01:16:14.025Zwords system system canadian-english
2182023-11-30T01:16:14.025Zwords system system french
2192023-11-30T01:16:14.025Zwords system system italian
2202023-11-30T01:16:14.025Zwords system system ngerman
2212023-11-30T01:16:14.025Zwords system system ogerman
2222023-11-30T01:16:14.025Zwords system system spanish
2232023-11-30T01:16:14.571ZFMRI IFO
2242023-11-30T01:16:14.571Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252023-11-30T01:16:14.571Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262023-11-30T01:16:14.571Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272023-11-30T01:16:14.571Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2282023-11-30T01:16:14.572Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292023-11-30T01:16:14.572Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2302023-11-30T01:16:14.648Z+ set -o errexit
2312023-11-30T01:16:14.652Z+++ dirname ./tools/ci_download_cockroachdb
2322023-11-30T01:16:14.655Z++ cd ./tools
2332023-11-30T01:16:14.655Z++ pwd
2342023-11-30T01:16:14.655Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2352023-11-30T01:16:14.658Z++ basename ./tools/ci_download_cockroachdb
2362023-11-30T01:16:14.658Z+ ARG0=ci_download_cockroachdb
2372023-11-30T01:16:14.658Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2382023-11-30T01:16:14.661Z+ CIDL_VERSION=v22.1.9
2392023-11-30T01:16:14.661Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2402023-11-30T01:16:14.661Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2412023-11-30T01:16:14.661Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2422023-11-30T01:16:14.661Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2432023-11-30T01:16:14.661Z+ TARGET_DIR=out
2442023-11-30T01:16:14.661Z+ DOWNLOAD_DIR=out/downloads
2452023-11-30T01:16:14.661Z+ DEST_DIR=./out/cockroachdb
2462023-11-30T01:16:14.661Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2472023-11-30T01:16:14.661Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2482023-11-30T01:16:14.661Z+ main
2492023-11-30T01:16:14.661Z+ [[ 0 != 0 ]]
2502023-11-30T01:16:14.661Z+ CIDL_OS=solaris2.11
2512023-11-30T01:16:14.661Z+ [[ 0 != 0 ]]
2522023-11-30T01:16:14.661Z+ configure_os solaris2.11
2532023-11-30T01:16:14.662Z+ echo 'current directory: /work/oxidecomputer/omicron'
2542023-11-30T01:16:14.662Zcurrent directory: /work/oxidecomputer/omicron
2552023-11-30T01:16:14.662Z+ echo 'configuring based on OS: "solaris2.11"'
2562023-11-30T01:16:14.662Z+ case "$1" in
2572023-11-30T01:16:14.662Zconfiguring based on OS: "solaris2.11"
2582023-11-30T01:16:14.662Z+ CIDL_BUILD=illumos
2592023-11-30T01:16:14.662Z+ CIDL_SUFFIX=tar.gz
2602023-11-30T01:16:14.662Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2612023-11-30T01:16:14.662Z+ CIDL_MD5FUNC=do_md5sum
2622023-11-30T01:16:14.662Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632023-11-30T01:16:14.662Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642023-11-30T01:16:14.662Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652023-11-30T01:16:14.662Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662023-11-30T01:16:14.662Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-11-30T01:16:14.662Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682023-11-30T01:16:14.662Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-11-30T01:16:14.662Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2702023-11-30T01:16:14.662ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-11-30T01:16:14.662ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-30T01:16:14.662Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732023-11-30T01:16:14.662Z+ mkdir -p out/downloads
2742023-11-30T01:16:14.665Z+ mkdir -p ./out/cockroachdb
2752023-11-30T01:16:14.667Z+ local DO_DOWNLOAD=true
2762023-11-30T01:16:14.667Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2772023-11-30T01:16:14.667Z+ '[' true == true ']'
2782023-11-30T01:16:14.667Z+ echo Downloading...
2792023-11-30T01:16:14.668ZDownloading...
2802023-11-30T01:16:14.668Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-11-30T01:16:14.668Z+ 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
2822023-11-30T01:16:22.552Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-11-30T01:16:22.555Z++ md5sum
2842023-11-30T01:16:22.555Z++ awk '{print $1}'
2852023-11-30T01:16:22.738Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2862023-11-30T01:16:22.738Z+ [[ 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 ]]
2872023-11-30T01:16:22.738Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-11-30T01:16:22.741Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2892023-11-30T01:16:26.333Z+ do_assemble_illumos
2902023-11-30T01:16:26.333Z+ rm -r ./out/cockroachdb
2912023-11-30T01:16:26.336Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2922023-11-30T01:16:26.980Z+ ./out/cockroachdb/bin/cockroach version
2932023-11-30T01:16:27.339ZBuild Tag: v22.1.9-dirty
2942023-11-30T01:16:27.339ZBuild Time: 2022/10/26 21:17:46
2952023-11-30T01:16:27.339ZDistribution: OSS
2962023-11-30T01:16:27.339ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2972023-11-30T01:16:27.339ZGo Version: go1.17.13
2982023-11-30T01:16:27.339ZC Compiler: gcc 10.3.0
2992023-11-30T01:16:27.339ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3002023-11-30T01:16:27.339ZBuild Type: release
3012023-11-30T01:16:27.367Z+ set -o errexit
3022023-11-30T01:16:27.370Z+++ dirname ./tools/ci_download_clickhouse
3032023-11-30T01:16:27.373Z++ cd ./tools
3042023-11-30T01:16:27.373Z++ pwd
3052023-11-30T01:16:27.373Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3062023-11-30T01:16:27.376Z++ basename ./tools/ci_download_clickhouse
3072023-11-30T01:16:27.376Z+ ARG0=ci_download_clickhouse
3082023-11-30T01:16:27.376Z+ TARGET_DIR=out
3092023-11-30T01:16:27.376Z+ DOWNLOAD_DIR=out/downloads
3102023-11-30T01:16:27.376Z+ DEST_DIR=./out/clickhouse
3112023-11-30T01:16:27.376Z+ CIDL_VERSION=v22.8.9.24
3122023-11-30T01:16:27.376Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3132023-11-30T01:16:27.376Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3142023-11-30T01:16:27.376Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3152023-11-30T01:16:27.376Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3162023-11-30T01:16:27.376Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3172023-11-30T01:16:27.376Z+ main
3182023-11-30T01:16:27.379Z+ [[ 0 != 0 ]]
3192023-11-30T01:16:27.379Z+ CIDL_OS=solaris2.11
3202023-11-30T01:16:27.379Z+ [[ 0 != 0 ]]
3212023-11-30T01:16:27.379Z+ configure_os solaris2.11
3222023-11-30T01:16:27.379Z+ echo 'current directory: /work/oxidecomputer/omicron'
3232023-11-30T01:16:27.379Zcurrent directory: /work/oxidecomputer/omicron
3242023-11-30T01:16:27.379Z+ echo 'configuring based on OS: "solaris2.11"'
3252023-11-30T01:16:27.379Z+ CIDL_DASHREV=
3262023-11-30T01:16:27.379Z+ case "$1" in
3272023-11-30T01:16:27.379Zconfiguring based on OS: "solaris2.11"
3282023-11-30T01:16:27.379Z+ CIDL_PLATFORM=illumos
3292023-11-30T01:16:27.380Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3302023-11-30T01:16:27.380Z+ CIDL_MD5FUNC=do_md5sum
3312023-11-30T01:16:27.380Z+ CIDL_DASHREV=-1
3322023-11-30T01:16:27.380Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3332023-11-30T01:16:27.380Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-11-30T01:16:27.380Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-11-30T01:16:27.380Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-11-30T01:16:27.380Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3372023-11-30T01:16:27.380ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-30T01:16:27.380Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-11-30T01:16:27.380Z+ mkdir -p out/downloads
3402023-11-30T01:16:27.380ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-30T01:16:27.383Z+ mkdir -p ./out/clickhouse
3422023-11-30T01:16:27.383Z+ local DO_DOWNLOAD=true
3432023-11-30T01:16:27.383Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3442023-11-30T01:16:27.383Z+ '[' true == true ']'
3452023-11-30T01:16:27.383Z+ echo Downloading...
3462023-11-30T01:16:27.383ZDownloading...
3472023-11-30T01:16:27.383Z+ 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
3482023-11-30T01:16:27.383Z+ 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
3492023-11-30T01:16:29.189Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-11-30T01:16:29.197Z++ md5sum
3512023-11-30T01:16:29.197Z++ awk '{print $1}'
3522023-11-30T01:16:29.454Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3532023-11-30T01:16:29.455Z+ [[ 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 ]]
3542023-11-30T01:16:29.455Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3552023-11-30T01:16:29.458Z+ mkdir -p ./out/clickhouse
3562023-11-30T01:16:29.458Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3572023-11-30T01:16:34.617Z+ ./out/clickhouse/clickhouse server --version
3582023-11-30T01:16:34.642ZClickHouse server version 22.8.9.1.
3592023-11-30T01:16:34.665Z+ set -o errexit
3602023-11-30T01:16:34.668Z+++ dirname ./tools/ci_download_console
3612023-11-30T01:16:34.671Z++ cd ./tools
3622023-11-30T01:16:34.671Z++ pwd
3632023-11-30T01:16:34.671Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3642023-11-30T01:16:34.674Z++ basename ./tools/ci_download_console
3652023-11-30T01:16:34.674Z+ ARG0=ci_download_console
3662023-11-30T01:16:34.674Z+ TARGET_DIR=out
3672023-11-30T01:16:34.674Z+ DOWNLOAD_DIR=out/downloads
3682023-11-30T01:16:34.674Z+ DEST_DIR=./out/console-assets
3692023-11-30T01:16:34.674Z+ source /work/oxidecomputer/omicron/tools/console_version
3702023-11-30T01:16:34.674Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3712023-11-30T01:16:34.674Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3722023-11-30T01:16:34.674Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3732023-11-30T01:16:34.674Z+ TARBALL_FILE=out/downloads/console.tar.gz
3742023-11-30T01:16:34.677Z+ main
3752023-11-30T01:16:34.677Z+ [[ 0 != 0 ]]
3762023-11-30T01:16:34.677Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3772023-11-30T01:16:34.677ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3782023-11-30T01:16:34.677Z+ echo 'Local file: out/downloads/console.tar.gz'
3792023-11-30T01:16:34.677ZLocal file: out/downloads/console.tar.gz
3802023-11-30T01:16:34.677Z+ local DO_DOWNLOAD=true
3812023-11-30T01:16:34.677Z+ [[ -f out/downloads/console.tar.gz ]]
3822023-11-30T01:16:34.677Z+ mkdir -p out/downloads
3832023-11-30T01:16:34.680Z+ '[' true == true ']'
3842023-11-30T01:16:34.680Z+ echo Downloading...
3852023-11-30T01:16:34.680ZDownloading...
3862023-11-30T01:16:34.681Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3872023-11-30T01:16:34.681Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3882023-11-30T01:16:35.391Z++ do_sha256sum out/downloads/console.tar.gz
3892023-11-30T01:16:35.397Z++ case "$OSTYPE" in
3902023-11-30T01:16:35.398Z++ SHA=sha256sum
3912023-11-30T01:16:35.398Z++ sha256sum
3922023-11-30T01:16:35.398Z++ awk '{print $1}'
3932023-11-30T01:16:35.426Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3942023-11-30T01:16:35.428Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
3952023-11-30T01:16:35.432Z+ rm -rf ./out/console-assets
3962023-11-30T01:16:35.432Z+ mkdir -p ./out/console-assets
3972023-11-30T01:16:35.432Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3982023-11-30T01:16:35.433Z+ mkdir -p ./out/console-assets
3992023-11-30T01:16:35.433Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4002023-11-30T01:16:35.571Z+ set -o errexit
4012023-11-30T01:16:35.575Z+++ dirname ./tools/ci_download_maghemite_openapi
4022023-11-30T01:16:35.575Z++ cd ./tools
4032023-11-30T01:16:35.575Z++ pwd
4042023-11-30T01:16:35.575Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4052023-11-30T01:16:35.578Z++ basename ./tools/ci_download_maghemite_openapi
4062023-11-30T01:16:35.578Z+ ARG0=ci_download_maghemite_openapi
4072023-11-30T01:16:35.578Z+ TARGET_DIR=out
4082023-11-30T01:16:35.578Z+ DOWNLOAD_DIR=out/downloads
4092023-11-30T01:16:35.578Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4102023-11-30T01:16:35.588Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4112023-11-30T01:16:35.588Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4122023-11-30T01:16:35.588Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4132023-11-30T01:16:35.588Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4142023-11-30T01:16:35.588Z+ main
4152023-11-30T01:16:35.588Z+ [[ 0 != 0 ]]
4162023-11-30T01:16:35.588Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4172023-11-30T01:16:35.588ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4182023-11-30T01:16:35.588Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4192023-11-30T01:16:35.588Z+ local DO_DOWNLOAD=true
4202023-11-30T01:16:35.588ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4212023-11-30T01:16:35.588Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4222023-11-30T01:16:35.588Z+ mkdir -p out/downloads
4232023-11-30T01:16:35.588Z+ '[' true == true ']'
4242023-11-30T01:16:35.588Z+ echo Downloading...
4252023-11-30T01:16:35.588ZDownloading...
4262023-11-30T01:16:35.588Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4272023-11-30T01:16:35.588Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4282023-11-30T01:16:35.912Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4292023-11-30T01:16:35.925Z++ case "$OSTYPE" in
4302023-11-30T01:16:35.925Z++ SHA=sha256sum
4312023-11-30T01:16:35.926Z++ sha256sum
4322023-11-30T01:16:35.926Z++ awk '{print $1}'
4332023-11-30T01:16:35.926Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4342023-11-30T01:16:35.926Z+ [[ 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 ]]
4352023-11-30T01:16:35.926Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4362023-11-30T01:16:35.926Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4372023-11-30T01:16:35.926Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4382023-11-30T01:16:35.926Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4392023-11-30T01:16:35.926Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4402023-11-30T01:16:35.926Z+ main
4412023-11-30T01:16:35.926Z+ [[ 0 != 0 ]]
4422023-11-30T01:16:35.926Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4432023-11-30T01:16:35.926ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4442023-11-30T01:16:35.926Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4452023-11-30T01:16:35.926ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4462023-11-30T01:16:35.926Z+ local DO_DOWNLOAD=true
4472023-11-30T01:16:35.926Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4482023-11-30T01:16:35.926Z+ mkdir -p out/downloads
4492023-11-30T01:16:35.926Z+ '[' true == true ']'
4502023-11-30T01:16:35.926Z+ echo Downloading...
4512023-11-30T01:16:35.926ZDownloading...
4522023-11-30T01:16:35.926Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4532023-11-30T01:16:35.927Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4542023-11-30T01:16:37.329Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4552023-11-30T01:16:37.333Z++ case "$OSTYPE" in
4562023-11-30T01:16:37.333Z++ SHA=sha256sum
4572023-11-30T01:16:37.333Z++ sha256sum
4582023-11-30T01:16:37.333Z++ awk '{print $1}'
4592023-11-30T01:16:37.336Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4602023-11-30T01:16:37.336Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4612023-11-30T01:16:37.347Z+ set -o errexit
4622023-11-30T01:16:37.349Z+++ dirname ./tools/ci_download_dendrite_openapi
4632023-11-30T01:16:37.352Z++ cd ./tools
4642023-11-30T01:16:37.352Z++ pwd
4652023-11-30T01:16:37.352Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-11-30T01:16:37.355Z++ basename ./tools/ci_download_dendrite_openapi
4672023-11-30T01:16:37.356Z+ ARG0=ci_download_dendrite_openapi
4682023-11-30T01:16:37.356Z+ TARGET_DIR=out
4692023-11-30T01:16:37.356Z+ DOWNLOAD_DIR=out/downloads
4702023-11-30T01:16:37.356Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4712023-11-30T01:16:37.356Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
4722023-11-30T01:16:37.356Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4732023-11-30T01:16:37.356Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4742023-11-30T01:16:37.356Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4752023-11-30T01:16:37.356Z+ main
4762023-11-30T01:16:37.356Z+ [[ 0 != 0 ]]
4772023-11-30T01:16:37.356Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
4782023-11-30T01:16:37.356ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4792023-11-30T01:16:37.356ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4802023-11-30T01:16:37.356Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
4812023-11-30T01:16:37.356Z+ local DO_DOWNLOAD=true
4822023-11-30T01:16:37.356Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
4832023-11-30T01:16:37.356Z+ mkdir -p out/downloads
4842023-11-30T01:16:37.367Z+ '[' true == true ']'
4852023-11-30T01:16:37.367Z+ echo Downloading...
4862023-11-30T01:16:37.367ZDownloading...
4872023-11-30T01:16:37.367Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4882023-11-30T01:16:37.367Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4892023-11-30T01:16:37.542Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4902023-11-30T01:16:37.543Z++ case "$OSTYPE" in
4912023-11-30T01:16:37.543Z++ SHA=sha256sum
4922023-11-30T01:16:37.547Z++ sha256sum
4932023-11-30T01:16:37.547Z++ awk '{print $1}'
4942023-11-30T01:16:37.551Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4952023-11-30T01:16:37.551Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
4962023-11-30T01:16:37.561Z+ set -o errexit
4972023-11-30T01:16:37.571Z+++ dirname ./tools/ci_download_dendrite_stub
4982023-11-30T01:16:37.571Z++ cd ./tools
4992023-11-30T01:16:37.572Z++ pwd
5002023-11-30T01:16:37.572Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5012023-11-30T01:16:37.572Z++ basename ./tools/ci_download_dendrite_stub
5022023-11-30T01:16:37.572Z+ ARG0=ci_download_dendrite_stub
5032023-11-30T01:16:37.572Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5042023-11-30T01:16:37.572Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5052023-11-30T01:16:37.572Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5062023-11-30T01:16:37.572Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5072023-11-30T01:16:37.572Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5082023-11-30T01:16:37.572Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5092023-11-30T01:16:37.572Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5102023-11-30T01:16:37.572Z+ TARGET_DIR=out
5112023-11-30T01:16:37.572Z+ DOWNLOAD_DIR=out/downloads
5122023-11-30T01:16:37.573Z+ DEST_DIR=./out/dendrite-stub
5132023-11-30T01:16:37.573Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5142023-11-30T01:16:37.573Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5152023-11-30T01:16:37.573Z+ REPO=oxidecomputer/dendrite
5162023-11-30T01:16:37.573Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5172023-11-30T01:16:37.573Z+ main
5182023-11-30T01:16:37.573Z+ [[ 0 != 0 ]]
5192023-11-30T01:16:37.573Z+ CIDL_OS=solaris2.11
5202023-11-30T01:16:37.574Z+ [[ 0 != 0 ]]
5212023-11-30T01:16:37.574Z+ configure_os solaris2.11
5222023-11-30T01:16:37.574Z+ echo 'current directory: /work/oxidecomputer/omicron'
5232023-11-30T01:16:37.574Zcurrent directory: /work/oxidecomputer/omicron
5242023-11-30T01:16:37.574Z+ echo 'configuring based on OS: "solaris2.11"'
5252023-11-30T01:16:37.574Zconfiguring based on OS: "solaris2.11"
5262023-11-30T01:16:37.574Z+ case "$1" in
5272023-11-30T01:16:37.574Z+ SET_BINARIES=
5282023-11-30T01:16:37.574Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5292023-11-30T01:16:37.574Z+ CIDL_SHA256FUNC=do_sha256sum
5302023-11-30T01:16:37.574Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5312023-11-30T01:16:37.574Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5322023-11-30T01:16:37.574Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5332023-11-30T01:16:37.574Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5342023-11-30T01:16:37.574Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5352023-11-30T01:16:37.574ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5362023-11-30T01:16:37.575ZLocal file: out/downloads/dendrite-stub.tar.gz
5372023-11-30T01:16:37.575Z+ mkdir -p out/downloads
5382023-11-30T01:16:37.608Z+ mkdir -p ./out/dendrite-stub
5392023-11-30T01:16:37.609Z+ fetch_and_verify
5402023-11-30T01:16:37.609Z+ local DO_DOWNLOAD=true
5412023-11-30T01:16:37.609Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5422023-11-30T01:16:37.609Z+ '[' true == true ']'
5432023-11-30T01:16:37.609Z+ echo Downloading...
5442023-11-30T01:16:37.609ZDownloading...
5452023-11-30T01:16:37.609Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5462023-11-30T01:16:37.609Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5472023-11-30T01:16:46.691Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5482023-11-30T01:16:46.694Z++ sha256sum
5492023-11-30T01:16:46.694Z++ awk '{print $1}'
5502023-11-30T01:16:46.808Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5512023-11-30T01:16:46.808Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5522023-11-30T01:16:46.808Z+ do_untar out/downloads/dendrite-stub.tar.gz
5532023-11-30T01:16:46.808Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5542023-11-30T01:16:47.836Z+ do_assemble
5552023-11-30T01:16:47.838Z+ rm -r ./out/dendrite-stub
5562023-11-30T01:16:47.841Z+ mkdir ./out/dendrite-stub
5572023-11-30T01:16:47.843Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5582023-11-30T01:16:47.983Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5592023-11-30T01:16:47.996Z+ set -o errexit
5602023-11-30T01:16:48.000Z+++ dirname ./tools/ci_download_maghemite_mgd
5612023-11-30T01:16:48.000Z++ cd ./tools
5622023-11-30T01:16:48.000Z++ pwd
5632023-11-30T01:16:48.003Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5642023-11-30T01:16:48.003Z++ basename ./tools/ci_download_maghemite_mgd
5652023-11-30T01:16:48.006Z+ ARG0=ci_download_maghemite_mgd
5662023-11-30T01:16:48.006Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5672023-11-30T01:16:48.006Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5682023-11-30T01:16:48.006Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5692023-11-30T01:16:48.006Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5702023-11-30T01:16:48.007Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5712023-11-30T01:16:48.007Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5722023-11-30T01:16:48.007Z+ TARGET_DIR=out
5732023-11-30T01:16:48.007Z+ DOWNLOAD_DIR=out/downloads
5742023-11-30T01:16:48.007Z+ DEST_DIR=./out/mgd
5752023-11-30T01:16:48.007Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5762023-11-30T01:16:48.007Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5772023-11-30T01:16:48.007Z+ REPO=oxidecomputer/maghemite
5782023-11-30T01:16:48.007Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5792023-11-30T01:16:48.007Z+ main
5802023-11-30T01:16:48.007Z+ [[ 0 != 0 ]]
5812023-11-30T01:16:48.007Z+ CIDL_OS=solaris2.11
5822023-11-30T01:16:48.007Z+ [[ 0 != 0 ]]
5832023-11-30T01:16:48.007Z+ configure_os solaris2.11
5842023-11-30T01:16:48.007Z+ echo 'current directory: /work/oxidecomputer/omicron'
5852023-11-30T01:16:48.007Zcurrent directory: /work/oxidecomputer/omicron
5862023-11-30T01:16:48.007Z+ echo 'configuring based on OS: "solaris2.11"'
5872023-11-30T01:16:48.007Z+ case "$1" in
5882023-11-30T01:16:48.007Z+ SET_BINARIES=
5892023-11-30T01:16:48.007Zconfiguring based on OS: "solaris2.11"
5902023-11-30T01:16:48.007Z+ CIDL_SHA256FUNC=do_sha256sum
5912023-11-30T01:16:48.007Z+ TARBALL_FILENAME=mgd.tar.gz
5922023-11-30T01:16:48.007Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5932023-11-30T01:16:48.007Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5942023-11-30T01:16:48.007Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
5952023-11-30T01:16:48.007ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5962023-11-30T01:16:48.007Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5972023-11-30T01:16:48.007Z+ mkdir -p out/downloads
5982023-11-30T01:16:48.007ZLocal file: out/downloads/mgd.tar.gz
5992023-11-30T01:16:48.012Z+ mkdir -p ./out/mgd
6002023-11-30T01:16:48.012Z+ fetch_and_verify
6012023-11-30T01:16:48.012Z+ local DO_DOWNLOAD=true
6022023-11-30T01:16:48.012Z+ [[ -f out/downloads/mgd.tar.gz ]]
6032023-11-30T01:16:48.012Z+ '[' true == true ']'
6042023-11-30T01:16:48.012Z+ echo Downloading...
6052023-11-30T01:16:48.012ZDownloading...
6062023-11-30T01:16:48.013Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6072023-11-30T01:16:48.014Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6082023-11-30T01:16:53.807Z++ do_sha256sum out/downloads/mgd.tar.gz
6092023-11-30T01:16:53.810Z++ sha256sum
6102023-11-30T01:16:53.810Z++ awk '{print $1}'
6112023-11-30T01:16:53.884Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6122023-11-30T01:16:53.884Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6132023-11-30T01:16:53.888Z+ do_untar out/downloads/mgd.tar.gz
6142023-11-30T01:16:53.888Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6152023-11-30T01:16:54.574Z+ do_assemble
6162023-11-30T01:16:54.574Z+ rm -r ./out/mgd
6172023-11-30T01:16:54.590Z+ mkdir ./out/mgd
6182023-11-30T01:16:54.590Z+ cp -r out/downloads/root ./out/mgd/root
6192023-11-30T01:16:54.788Z+ set -o errexit
6202023-11-30T01:16:54.792Z+++ dirname ./tools/ci_download_transceiver_control
6212023-11-30T01:16:54.794Z++ cd ./tools
6222023-11-30T01:16:54.794Z++ pwd
6232023-11-30T01:16:54.794Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6242023-11-30T01:16:54.797Z++ basename ./tools/ci_download_transceiver_control
6252023-11-30T01:16:54.797Z+ ARG0=ci_download_transceiver_control
6262023-11-30T01:16:54.797Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6272023-11-30T01:16:54.797Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6282023-11-30T01:16:54.797Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292023-11-30T01:16:54.798Z+ TARGET_DIR=out
6302023-11-30T01:16:54.798Z+ DOWNLOAD_DIR=out/downloads
6312023-11-30T01:16:54.798Z+ DEST_DIR=./out/transceiver-control
6322023-11-30T01:16:54.800Z+ BIN_DIR=/opt/oxide/bin
6332023-11-30T01:16:54.800Z+ BINARY=xcvradm
6342023-11-30T01:16:54.800Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6352023-11-30T01:16:54.800Z+ REPO=oxidecomputer/transceiver-control
6362023-11-30T01:16:54.800Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6372023-11-30T01:16:54.800Z+ main
6382023-11-30T01:16:54.800Z+ [[ 0 != 0 ]]
6392023-11-30T01:16:54.800Z+ CIDL_OS=solaris2.11
6402023-11-30T01:16:54.800Z+ [[ 0 != 0 ]]
6412023-11-30T01:16:54.800Z+ configure_os solaris2.11
6422023-11-30T01:16:54.800Z+ echo 'current directory: /work/oxidecomputer/omicron'
6432023-11-30T01:16:54.804Zcurrent directory: /work/oxidecomputer/omicron
6442023-11-30T01:16:54.805Z+ echo 'configuring based on OS: "solaris2.11"'
6452023-11-30T01:16:54.805Zconfiguring based on OS: "solaris2.11"
6462023-11-30T01:16:54.805Z+ case "$1" in
6472023-11-30T01:16:54.805Z+ SET_BINARIES=
6482023-11-30T01:16:54.805Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6492023-11-30T01:16:54.805Z+ CIDL_SHA256FUNC=do_sha256sum
6502023-11-30T01:16:54.805Z+ ARCHIVE_FILENAME=xcvradm.gz
6512023-11-30T01:16:54.805Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6522023-11-30T01:16:54.805Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6532023-11-30T01:16:54.805Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6542023-11-30T01:16:54.806Z+ echo 'Local file: out/downloads/xcvradm.gz'
6552023-11-30T01:16:54.806ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562023-11-30T01:16:54.806ZLocal file: out/downloads/xcvradm.gz
6572023-11-30T01:16:54.806Z+ mkdir -p out/downloads
6582023-11-30T01:16:54.806Z+ mkdir -p ./out/transceiver-control
6592023-11-30T01:16:54.806Z+ fetch_and_verify
6602023-11-30T01:16:54.806Z+ local DO_DOWNLOAD=true
6612023-11-30T01:16:54.806Z+ [[ -f out/downloads/xcvradm.gz ]]
6622023-11-30T01:16:54.806Z+ '[' true == true ']'
6632023-11-30T01:16:54.806Z+ echo Downloading...
6642023-11-30T01:16:54.806ZDownloading...
6652023-11-30T01:16:54.806Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6662023-11-30T01:16:54.806Z+ 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
6672023-11-30T01:16:59.370Z++ do_sha256sum out/downloads/xcvradm.gz
6682023-11-30T01:16:59.379Z++ sha256sum
6692023-11-30T01:16:59.379Z++ awk '{print $1}'
6702023-11-30T01:16:59.396Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712023-11-30T01:16:59.396Z+ [[ 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 ]]
6722023-11-30T01:16:59.401Z+ do_unpack out/downloads/xcvradm.gz
6732023-11-30T01:16:59.401Z+ mkdir -p out/downloads/root//opt/oxide/bin
6742023-11-30T01:16:59.401Z+ gzip -dc out/downloads/xcvradm.gz
6752023-11-30T01:16:59.580Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6762023-11-30T01:16:59.592Z+ do_assemble
6772023-11-30T01:16:59.592Z+ rm -r ./out/transceiver-control
6782023-11-30T01:16:59.592Z+ mkdir ./out/transceiver-control
6792023-11-30T01:16:59.592Z+ cp -r out/downloads/root ./out/transceiver-control/root
6802023-11-30T01:16:59.772ZAll prerequisites installed successfully
6812023-11-30T01:16:59.775Z
6822023-11-30T01:16:59.775Zreal 2:27.863259014
6832023-11-30T01:16:59.775Zuser 54.880833239
6842023-11-30T01:16:59.775Zsys 10.888695757
6852023-11-30T01:16:59.775Ztrap 0.023861422
6862023-11-30T01:16:59.775Ztflt 0.284489007
6872023-11-30T01:16:59.775Zdflt 1.119781130
6882023-11-30T01:16:59.775Zkflt 0.349177800
6892023-11-30T01:16:59.776Zlock 2.241958515
6902023-11-30T01:16:59.776Zslp 4:42.497784010
6912023-11-30T01:16:59.776Zlat 4.420945489
6922023-11-30T01:16:59.776Zstop 0.092325364
6932023-11-30T01:16:59.776Z+ banner end-to-end-tests
6942023-11-30T01:16:59.879Z
6952023-11-30T01:16:59.879Z ###### # # ##### ##### #### ###### # # #####
6962023-11-30T01:16:59.879Z # ## # # # # # # # ## # # #
6972023-11-30T01:16:59.879Z ##### # # # # # ##### # # # ##### ##### # # # # #
6982023-11-30T01:16:59.879Z # # # # # # # # # # # # # # #
6992023-11-30T01:16:59.879Z # # ## # # # # # # # ## # #
7002023-11-30T01:16:59.879Z ###### # # ##### # #### ###### # # #####
7012023-11-30T01:16:59.879Z
7022023-11-30T01:16:59.884Z+ export CARGO_PROFILE_DEV_DEBUG=1
7032023-11-30T01:16:59.884Z+ CARGO_PROFILE_DEV_DEBUG=1
7042023-11-30T01:16:59.884Z+ export CARGO_PROFILE_TEST_DEBUG=1
7052023-11-30T01:16:59.884Z+ CARGO_PROFILE_TEST_DEBUG=1
7062023-11-30T01:16:59.884Z+ export CARGO_INCREMENTAL=0
7072023-11-30T01:16:59.884Z+ CARGO_INCREMENTAL=0
7082023-11-30T01:16:59.884Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7092023-11-30T01:17:00.229Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7102023-11-30T01:17:00.632Z Updating crates.io index
7112023-11-30T01:17:00.636Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7122023-11-30T01:17:01.578Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7132023-11-30T01:17:03.586Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7142023-11-30T01:17:04.211Z Updating git repository `http://github.com/oxidecomputer/tofino`
7152023-11-30T01:17:04.563Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7162023-11-30T01:17:04.897Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7172023-11-30T01:17:05.231Z Updating git repository `https://github.com/oxidecomputer/propolis`
7182023-11-30T01:17:06.130Z Updating git repository `https://github.com/oxidecomputer/crucible`
7192023-11-30T01:17:08.362Z Updating git repository `https://github.com/oxidecomputer/opte`
7202023-11-30T01:17:09.462Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7212023-11-30T01:17:09.750Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7222023-11-30T01:17:10.381Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7232023-11-30T01:17:10.734Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7242023-11-30T01:17:11.052Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7252023-11-30T01:17:11.425Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7262023-11-30T01:17:11.787Z Updating git repository `https://github.com/njaremko/samael`
7272023-11-30T01:17:12.319Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7282023-11-30T01:17:12.951Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7292023-11-30T01:17:13.379Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7302023-11-30T01:17:13.714Z Updating git repository `https://github.com/jgallagher/nix`
7312023-11-30T01:17:15.124Z Updating git repository `https://github.com/cbiffle/hubpack`
7322023-11-30T01:17:15.653Z Updating git repository `https://github.com/oxidecomputer/typify`
7332023-11-30T01:17:16.688Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7342023-11-30T01:17:17.137Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7352023-11-30T01:17:17.453Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7362023-11-30T01:17:19.161Z Downloading crates ...
7372023-11-30T01:17:19.407Z Downloaded ciborium-io v0.2.1
7382023-11-30T01:17:19.411Z Downloaded new_debug_unreachable v1.0.4
7392023-11-30T01:17:19.419Z Downloaded adler v1.0.2
7402023-11-30T01:17:19.424Z Downloaded num_cpus v1.16.0
7412023-11-30T01:17:19.430Z Downloaded bcrypt-pbkdf v0.10.0
7422023-11-30T01:17:19.434Z Downloaded num-rational v0.4.1
7432023-11-30T01:17:19.438Z Downloaded clap v4.4.3
7442023-11-30T01:17:19.458Z Downloaded curve25519-dalek-derive v0.1.0
7452023-11-30T01:17:19.463Z Downloaded block-padding v0.3.3
7462023-11-30T01:17:19.466Z Downloaded tracing-attributes v0.1.26
7472023-11-30T01:17:19.473Z Downloaded data-encoding v2.4.0
7482023-11-30T01:17:19.477Z Downloaded num_threads v0.1.6
7492023-11-30T01:17:19.480Z Downloaded crucible-workspace-hack v0.1.0
7502023-11-30T01:17:19.483Z Downloaded dtrace-parser v0.1.14
7512023-11-30T01:17:19.485Z Downloaded atty v0.2.14
7522023-11-30T01:17:19.488Z Downloaded atomicwrites v0.4.2
7532023-11-30T01:17:19.491Z Downloaded async-stream v0.3.5
7542023-11-30T01:17:19.495Z Downloaded debug-ignore v1.0.5
7552023-11-30T01:17:19.499Z Downloaded cfg-if v1.0.0
7562023-11-30T01:17:19.504Z Downloaded convert_case v0.4.0
7572023-11-30T01:17:19.507Z Downloaded option-ext v0.2.0
7582023-11-30T01:17:19.511Z Downloaded openssl-macros v0.1.1
7592023-11-30T01:17:19.515Z Downloaded phf_shared v0.10.0
7602023-11-30T01:17:19.518Z Downloaded predicates-core v1.0.6
7612023-11-30T01:17:19.522Z Downloaded num_enum_derive v0.5.11
7622023-11-30T01:17:19.525Z Downloaded foreign-types-shared v0.3.1
7632023-11-30T01:17:19.527Z Downloaded pretty-hex v0.4.0
7642023-11-30T01:17:19.530Z Downloaded difflib v0.4.0
7652023-11-30T01:17:19.533Z Downloaded usdt-macro v0.3.5
7662023-11-30T01:17:19.535Z Downloaded autocfg v1.1.0
7672023-11-30T01:17:19.542Z Downloaded aead v0.5.2
7682023-11-30T01:17:19.542Z Downloaded try-lock v0.2.4
7692023-11-30T01:17:19.542Z Downloaded precomputed-hash v0.1.1
7702023-11-30T01:17:19.545Z Downloaded doc-comment v0.3.3
7712023-11-30T01:17:19.548Z Downloaded anstyle v1.0.2
7722023-11-30T01:17:19.551Z Downloaded chacha20 v0.9.1
7732023-11-30T01:17:19.554Z Downloaded num-traits v0.2.16
7742023-11-30T01:17:19.561Z Downloaded futures-task v0.3.29
7752023-11-30T01:17:19.564Z Downloaded clap_derive v4.4.2
7762023-11-30T01:17:19.570Z Downloaded usdt-impl v0.3.5
7772023-11-30T01:17:19.574Z Downloaded crc32fast v1.3.2
7782023-11-30T01:17:19.578Z Downloaded once_cell v1.18.0
7792023-11-30T01:17:19.583Z Downloaded walkdir v2.4.0
7802023-11-30T01:17:19.587Z Downloaded vec_map v0.8.2
7812023-11-30T01:17:19.589Z Downloaded futures-core v0.3.29
7822023-11-30T01:17:19.592Z Downloaded byteorder v1.5.0
7832023-11-30T01:17:19.596Z Downloaded async-trait v0.1.74
7842023-11-30T01:17:19.603Z Downloaded quick-error v1.2.3
7852023-11-30T01:17:19.606Z Downloaded bitflags v2.4.0
7862023-11-30T01:17:19.611Z Downloaded pest_generator v2.7.2
7872023-11-30T01:17:19.614Z Downloaded pin-project-internal v1.1.3
7882023-11-30T01:17:19.617Z Downloaded tokio-macros v2.2.0
7892023-11-30T01:17:19.620Z Downloaded signal-hook-mio v0.2.3
7902023-11-30T01:17:19.623Z Downloaded postcard v0.7.3
7912023-11-30T01:17:19.626Z Downloaded ghash v0.5.0
7922023-11-30T01:17:19.629Z Downloaded zone v0.3.0
7932023-11-30T01:17:19.631Z Downloaded zerocopy v0.3.0
7942023-11-30T01:17:19.634Z Downloaded matches v0.1.10
7952023-11-30T01:17:19.634Z Downloaded instant v0.1.12
7962023-11-30T01:17:19.637Z Downloaded hubpack v0.1.2
7972023-11-30T01:17:19.640Z Downloaded hostname v0.3.1
7982023-11-30T01:17:19.643Z Downloaded pin-project-lite v0.2.13
7992023-11-30T01:17:19.652Z Downloaded utf8parse v0.2.1
8002023-11-30T01:17:19.655Z Downloaded zone_cfg_derive v0.3.0
8012023-11-30T01:17:19.657Z Downloaded postgres-types v0.2.6
8022023-11-30T01:17:19.660Z Downloaded unicase v2.7.0
8032023-11-30T01:17:19.663Z Downloaded managed v0.8.0
8042023-11-30T01:17:19.665Z Downloaded platforms v3.0.2
8052023-11-30T01:17:19.670Z Downloaded tinyvec_macros v0.1.1
8062023-11-30T01:17:19.673Z Downloaded usdt-attr-macro v0.3.5
8072023-11-30T01:17:19.673Z Downloaded signal-hook-registry v1.4.1
8082023-11-30T01:17:19.676Z Downloaded hyper-tls v0.5.0
8092023-11-30T01:17:19.679Z Downloaded vsss-rs v3.3.1
8102023-11-30T01:17:19.684Z Downloaded foreign-types v0.5.0
8112023-11-30T01:17:19.687Z Downloaded serde_spanned v0.6.4
8122023-11-30T01:17:19.689Z Downloaded derive_more v0.99.17
8132023-11-30T01:17:19.698Z Downloaded thiserror v1.0.49
8142023-11-30T01:17:19.706Z Downloaded rustfmt-wrapper v0.2.0
8152023-11-30T01:17:19.710Z Downloaded rustls-pemfile v1.0.3
8162023-11-30T01:17:19.713Z Downloaded xattr v1.0.1
8172023-11-30T01:17:19.717Z Downloaded libefi-sys v0.1.0
8182023-11-30T01:17:19.721Z Downloaded time-macros v0.2.13
8192023-11-30T01:17:19.724Z Downloaded fxhash v0.2.1
8202023-11-30T01:17:19.727Z Downloaded tower-service v0.3.2
8212023-11-30T01:17:19.727Z Downloaded tokio-native-tls v0.3.1
8222023-11-30T01:17:19.731Z Downloaded getrandom v0.1.16
8232023-11-30T01:17:19.736Z Downloaded slab v0.4.9
8242023-11-30T01:17:19.739Z Downloaded signature v2.1.0
8252023-11-30T01:17:19.742Z Downloaded foreign-types-shared v0.1.1
8262023-11-30T01:17:19.745Z Downloaded md5 v0.7.0
8272023-11-30T01:17:19.777Z Downloaded same-file v1.0.6
8282023-11-30T01:17:19.781Z Downloaded toolchain_find v0.2.0
8292023-11-30T01:17:19.781Z Downloaded rustversion v1.0.14
8302023-11-30T01:17:19.781Z Downloaded slog-bunyan v2.4.0
8312023-11-30T01:17:19.782Z Downloaded fallible-iterator v0.2.0
8322023-11-30T01:17:19.782Z Downloaded semver v1.0.20
8332023-11-30T01:17:19.782Z Downloaded tempfile v3.8.1
8342023-11-30T01:17:19.782Z Downloaded uuid v1.6.1
8352023-11-30T01:17:19.782Z Downloaded slog-scope v4.4.0
8362023-11-30T01:17:19.786Z Downloaded slog-envlogger v2.2.0
8372023-11-30T01:17:19.786Z Downloaded slog-dtrace v0.2.3
8382023-11-30T01:17:19.789Z Downloaded strsim v0.10.0
8392023-11-30T01:17:19.789Z Downloaded lazy_static v1.4.0
8402023-11-30T01:17:19.792Z Downloaded futures-sink v0.3.29
8412023-11-30T01:17:19.796Z Downloaded time-core v0.1.1
8422023-11-30T01:17:19.798Z Downloaded tungstenite v0.20.1
8432023-11-30T01:17:19.801Z Downloaded tokio-stream v0.1.14
8442023-11-30T01:17:19.810Z Downloaded headers-core v0.2.0
8452023-11-30T01:17:19.813Z Downloaded http-range v0.1.5
8462023-11-30T01:17:19.816Z Downloaded tinyvec v1.6.0
8472023-11-30T01:17:19.819Z Downloaded thiserror-impl v1.0.49
8482023-11-30T01:17:19.821Z Downloaded equivalent v1.0.1
8492023-11-30T01:17:19.827Z Downloaded flate2 v1.0.28
8502023-11-30T01:17:19.832Z Downloaded futures-macro v0.3.29
8512023-11-30T01:17:19.835Z Downloaded scheduled-thread-pool v0.2.7
8522023-11-30T01:17:19.837Z Downloaded typenum v1.16.0
8532023-11-30T01:17:19.840Z Downloaded semver v0.11.0
8542023-11-30T01:17:19.844Z Downloaded group v0.13.0
8552023-11-30T01:17:19.847Z Downloaded slog-async v2.8.0
8562023-11-30T01:17:19.850Z Downloaded russh-cryptovec v0.7.0
8572023-11-30T01:17:19.852Z Downloaded take_mut v0.2.2
8582023-11-30T01:17:19.852Z Downloaded tokio-rustls v0.24.1
8592023-11-30T01:17:19.856Z Downloaded is-terminal v0.4.9
8602023-11-30T01:17:19.859Z Downloaded ipnetwork v0.20.0
8612023-11-30T01:17:19.862Z Downloaded zip v0.6.6
8622023-11-30T01:17:19.868Z Downloaded match_cfg v0.1.0
8632023-11-30T01:17:19.871Z Downloaded spin v0.9.8
8642023-11-30T01:17:19.874Z Downloaded structmeta v0.2.0
8652023-11-30T01:17:19.877Z Downloaded slog-json v2.6.1
8662023-11-30T01:17:19.879Z Downloaded macaddr v1.0.1
8672023-11-30T01:17:19.882Z Downloaded structopt v0.3.26
8682023-11-30T01:17:19.895Z Downloaded static_assertions v1.1.0
8692023-11-30T01:17:19.898Z Downloaded toml_edit v0.19.15
8702023-11-30T01:17:19.931Z Downloaded textwrap v0.11.0
8712023-11-30T01:17:19.938Z Downloaded semver-parser v0.10.2
8722023-11-30T01:17:19.938Z Downloaded toml v0.7.8
8732023-11-30T01:17:19.955Z Downloaded lalrpop-util v0.19.12
8742023-11-30T01:17:19.955Z Downloaded socket2 v0.4.9
8752023-11-30T01:17:19.961Z Downloaded thiserror-no-std v2.0.2
8762023-11-30T01:17:19.961Z Downloaded md-5 v0.10.5
8772023-11-30T01:17:19.961Z Downloaded lru-cache v0.1.2
8782023-11-30T01:17:19.961Z Downloaded russh-keys v0.38.0
8792023-11-30T01:17:19.965Z Downloaded form_urlencoded v1.2.0
8802023-11-30T01:17:19.965Z Downloaded snafu-derive v0.7.5
8812023-11-30T01:17:19.965Z Downloaded tar v0.4.40
8822023-11-30T01:17:19.970Z Downloaded iana-time-zone v0.1.57
8832023-11-30T01:17:19.975Z Downloaded headers v0.3.9
8842023-11-30T01:17:19.985Z Downloaded toml v0.8.8
8852023-11-30T01:17:19.992Z Downloaded serde_with_macros v2.3.3
8862023-11-30T01:17:19.997Z Downloaded aes-gcm v0.10.3
8872023-11-30T01:17:20.002Z Downloaded hashbrown v0.13.2
8882023-11-30T01:17:20.008Z Downloaded slog v2.7.0
8892023-11-30T01:17:20.013Z Downloaded rustc-demangle v0.1.23
8902023-11-30T01:17:20.017Z Downloaded half v1.8.2
8912023-11-30T01:17:20.023Z Downloaded serde_with v2.3.3
8922023-11-30T01:17:20.034Z Downloaded trust-dns-server v0.22.1
8932023-11-30T01:17:20.042Z Downloaded itertools v0.10.5
8942023-11-30T01:17:20.056Z Downloaded heapless v0.7.16
8952023-11-30T01:17:20.061Z Downloaded trust-dns-resolver v0.22.0
8962023-11-30T01:17:20.068Z Downloaded hashbrown v0.12.3
8972023-11-30T01:17:20.078Z Downloaded itertools v0.11.0
8982023-11-30T01:17:20.088Z Downloaded tracing v0.1.37
8992023-11-30T01:17:20.094Z Downloaded time v0.3.27
9002023-11-30T01:17:20.107Z Downloaded rand v0.7.3
9012023-11-30T01:17:20.115Z Downloaded regex-automata v0.1.10
9022023-11-30T01:17:20.125Z Downloaded itertools v0.12.0
9032023-11-30T01:17:20.139Z Downloaded hyper v0.14.27
9042023-11-30T01:17:20.153Z Downloaded openssl v0.10.57
9052023-11-30T01:17:20.170Z Downloaded object v0.32.1
9062023-11-30T01:17:20.189Z Downloaded syn v1.0.109
9072023-11-30T01:17:20.208Z Downloaded bstr v1.6.0
9082023-11-30T01:17:20.229Z Downloaded webpki-roots v0.25.2
9092023-11-30T01:17:20.236Z Downloaded radix_trie v0.2.1
9102023-11-30T01:17:20.246Z Downloaded regex-syntax v0.8.2
9112023-11-30T01:17:20.262Z Downloaded trust-dns-proto v0.22.0
9122023-11-30T01:17:20.284Z Downloaded syn v2.0.32
9132023-11-30T01:17:20.304Z Downloaded vcpkg v0.2.15
9142023-11-30T01:17:20.380Z Downloaded idna v0.4.0
9152023-11-30T01:17:20.394Z Downloaded rustls v0.21.9
9162023-11-30T01:17:20.416Z Downloaded rustix v0.37.23
9172023-11-30T01:17:20.454Z Downloaded tokio v1.34.0
9182023-11-30T01:17:20.525Z Downloaded winapi v0.3.9
9192023-11-30T01:17:20.599Z Downloaded rustix v0.38.25
9202023-11-30T01:17:20.639Z Downloaded sled v0.34.7
9212023-11-30T01:17:20.659Z Downloaded zerocopy-derive v0.6.4
9222023-11-30T01:17:20.680Z Downloaded zerocopy-derive v0.2.0
9232023-11-30T01:17:20.698Z Downloaded regex-syntax v0.7.5
9242023-11-30T01:17:20.714Z Downloaded regex-automata v0.3.8
9252023-11-30T01:17:20.746Z Downloaded bstr v0.2.17
9262023-11-30T01:17:20.764Z Downloaded regex-automata v0.4.3
9272023-11-30T01:17:20.807Z Downloaded bzip2-sys v0.1.11+1.0.8
9282023-11-30T01:17:20.822Z Downloaded libc v0.2.150
9292023-11-30T01:17:20.871Z Downloaded smoltcp v0.8.2
9302023-11-30T01:17:20.888Z Downloaded sha3 v0.10.8
9312023-11-30T01:17:20.901Z Downloaded openapiv3 v2.0.0-rc.1
9322023-11-30T01:17:20.925Z Downloaded idna v0.2.3
9332023-11-30T01:17:20.937Z Downloaded curve25519-dalek v4.1.0
9342023-11-30T01:17:20.956Z Downloaded smoltcp v0.9.1
9352023-11-30T01:17:20.975Z Downloaded diesel v2.1.4
9362023-11-30T01:17:21.007Z Downloaded gimli v0.28.0
9372023-11-30T01:17:21.026Z Downloaded encoding_rs v0.8.33
9382023-11-30T01:17:21.064Z Downloaded regex v1.10.2
9392023-11-30T01:17:21.089Z Downloaded petgraph v0.6.4
9402023-11-30T01:17:21.114Z Downloaded clap v2.34.0
9412023-11-30T01:17:21.126Z Downloaded chrono v0.4.31
9422023-11-30T01:17:21.140Z Downloaded hkdf v0.12.3
9432023-11-30T01:17:21.145Z Downloaded rustls-webpki v0.101.7
9442023-11-30T01:17:21.171Z Downloaded http v0.2.11
9452023-11-30T01:17:21.178Z Downloaded h2 v0.3.21
9462023-11-30T01:17:21.190Z Downloaded winnow v0.5.15
9472023-11-30T01:17:21.204Z Downloaded reqwest v0.11.22
9482023-11-30T01:17:21.217Z Downloaded libm v0.2.7
9492023-11-30T01:17:21.234Z Downloaded hashbrown v0.14.2
9502023-11-30T01:17:21.244Z Downloaded aho-corasick v1.0.4
9512023-11-30T01:17:21.254Z Downloaded serde_json v1.0.108
9522023-11-30T01:17:21.267Z Downloaded url v2.4.1
9532023-11-30T01:17:21.272Z Downloaded tokio-util v0.7.10
9542023-11-30T01:17:21.284Z Downloaded futures-util v0.3.29
9552023-11-30T01:17:21.306Z Downloaded indexmap v1.9.3
9562023-11-30T01:17:21.311Z Downloaded ed25519-dalek v2.0.0
9572023-11-30T01:17:21.317Z Downloaded yasna v0.5.2
9582023-11-30T01:17:21.320Z Downloaded subprocess v0.2.9
9592023-11-30T01:17:21.325Z Downloaded hmac v0.12.1
9602023-11-30T01:17:21.329Z Downloaded hyper-rustls v0.24.2
9612023-11-30T01:17:21.333Z Downloaded trust-dns-client v0.22.0
9622023-11-30T01:17:21.342Z Downloaded serde v1.0.192
9632023-11-30T01:17:21.348Z Downloaded clap_builder v4.4.2
9642023-11-30T01:17:21.363Z Downloaded socket2 v0.5.5
9652023-11-30T01:17:21.366Z Downloaded russh v0.39.0
9662023-11-30T01:17:21.374Z Downloaded pest v2.7.2
9672023-11-30T01:17:21.383Z Downloaded toml_edit v0.21.0
9682023-11-30T01:17:21.421Z Downloaded tokio-postgres v0.7.10
9692023-11-30T01:17:21.430Z Downloaded regress v0.7.1
9702023-11-30T01:17:21.451Z Downloaded memchr v2.6.3
9712023-11-30T01:17:21.861Z Downloaded similar v2.2.1
9722023-11-30T01:17:21.867Z Downloaded thiserror-impl-no-std v2.0.2
9732023-11-30T01:17:21.867Z Downloaded rand_chacha v0.3.1
9742023-11-30T01:17:21.867Z Downloaded hex v0.4.3
9752023-11-30T01:17:21.867Z Downloaded slog-stdlog v4.1.1
9762023-11-30T01:17:21.867Z Downloaded lock_api v0.4.10
9772023-11-30T01:17:21.868Z Downloaded smallvec v1.11.0
9782023-11-30T01:17:21.868Z Downloaded ipnet v2.8.0
9792023-11-30T01:17:21.868Z Downloaded foreign-types-macros v0.2.3
9802023-11-30T01:17:21.868Z Downloaded usdt v0.3.5
9812023-11-30T01:17:21.868Z Downloaded serde_derive v1.0.192
9822023-11-30T01:17:21.868Z Downloaded aes v0.8.3
9832023-11-30T01:17:21.868Z Downloaded unicode-segmentation v1.10.1
9842023-11-30T01:17:21.868Z Downloaded ring v0.17.5
9852023-11-30T01:17:21.868Z Downloaded keccak v0.1.4
9862023-11-30T01:17:21.868Z Downloaded rustls-native-certs v0.6.3
9872023-11-30T01:17:21.868Z Downloaded futures v0.3.29
9882023-11-30T01:17:21.868Z Downloaded ucd-trie v0.1.6
9892023-11-30T01:17:21.868Z Downloaded unsafe-libyaml v0.2.9
9902023-11-30T01:17:21.868Z Downloaded getopts v0.2.21
9912023-11-30T01:17:21.868Z Downloaded serde_urlencoded v0.7.1
9922023-11-30T01:17:21.868Z Downloaded serde_tokenstream v0.2.0
9932023-11-30T01:17:21.868Z Downloaded inout v0.1.3
9942023-11-30T01:17:21.868Z Downloaded ryu v1.0.15
9952023-11-30T01:17:21.870Z Downloaded heck v0.3.3
9962023-11-30T01:17:21.870Z Downloaded linked-hash-map v0.5.6
9972023-11-30T01:17:21.870Z Downloaded hex-literal v0.4.1
9982023-11-30T01:17:21.870Z Downloaded thread_local v1.1.7
9992023-11-30T01:17:21.870Z Downloaded fastrand v2.0.0
10002023-11-30T01:17:21.870Z Downloaded structmeta-derive v0.2.0
10012023-11-30T01:17:21.870Z Downloaded log v0.4.20
10022023-11-30T01:17:21.871Z Downloaded ring v0.16.20
10032023-11-30T01:17:21.871Z Downloaded slog-term v2.9.0
10042023-11-30T01:17:21.872Z Downloaded schemars v0.8.13
10052023-11-30T01:17:21.876Z Downloaded http-body v0.4.5
10062023-11-30T01:17:21.878Z Downloaded futures-executor v0.3.29
10072023-11-30T01:17:21.881Z Downloaded either v1.9.0
10082023-11-30T01:17:21.881Z Downloaded utf-8 v0.7.6
10092023-11-30T01:17:21.886Z Downloaded rand v0.8.5
10102023-11-30T01:17:21.890Z Downloaded der v0.7.8
10112023-11-30T01:17:21.897Z Downloaded snafu v0.7.5
10122023-11-30T01:17:21.907Z Downloaded mio v0.8.9
10132023-11-30T01:17:21.917Z Downloaded toml v0.5.11
10142023-11-30T01:17:21.921Z Downloaded indexmap v2.1.0
10152023-11-30T01:17:21.927Z Downloaded ident_case v1.0.1
10162023-11-30T01:17:21.930Z Downloaded ff v0.13.0
10172023-11-30T01:17:21.933Z Downloaded hash32 v0.2.1
10182023-11-30T01:17:21.937Z Downloaded whoami v1.4.1
10192023-11-30T01:17:21.937Z Downloaded crossterm v0.27.0
10202023-11-30T01:17:21.971Z Downloaded backtrace v0.3.69
10212023-11-30T01:17:21.971Z Downloaded strsim v0.8.0
10222023-11-30T01:17:21.971Z Downloaded httpdate v1.0.3
10232023-11-30T01:17:21.984Z Downloaded synstructure v0.12.6
10242023-11-30T01:17:21.984Z Downloaded terminal_size v0.2.6
10252023-11-30T01:17:21.987Z Downloaded num-bigint v0.4.4
10262023-11-30T01:17:21.992Z Downloaded serde_derive_internals v0.26.0
10272023-11-30T01:17:21.996Z Downloaded io-lifetimes v1.0.11
10282023-11-30T01:17:22.002Z Downloaded itoa v1.0.9
10292023-11-30T01:17:22.004Z Downloaded home v0.5.5
10302023-11-30T01:17:22.007Z Downloaded unicode-xid v0.2.4
10312023-11-30T01:17:22.010Z Downloaded serde_yaml v0.9.25
10322023-11-30T01:17:22.018Z Downloaded generic-array v0.14.7
10332023-11-30T01:17:22.021Z Downloaded crossbeam-channel v0.5.8
10342023-11-30T01:17:22.031Z Downloaded string_cache v0.8.7
10352023-11-30T01:17:22.036Z Downloaded unicode-bidi v0.3.13
10362023-11-30T01:17:22.040Z Downloaded httparse v1.8.0
10372023-11-30T01:17:22.044Z Downloaded ed25519 v2.2.2
10382023-11-30T01:17:22.048Z Downloaded tracing-core v0.1.31
10392023-11-30T01:17:22.052Z Downloaded pin-project v1.1.3
10402023-11-30T01:17:22.074Z Downloaded errno v0.3.2
10412023-11-30T01:17:22.077Z Downloaded term v0.7.0
10422023-11-30T01:17:22.082Z Downloaded base64 v0.21.5
10432023-11-30T01:17:22.089Z Downloaded secrecy v0.8.0
10442023-11-30T01:17:22.091Z Downloaded fnv v1.0.7
10452023-11-30T01:17:22.094Z Downloaded version_check v0.9.4
10462023-11-30T01:17:22.097Z Downloaded elliptic-curve v0.13.5
10472023-11-30T01:17:22.100Z Downloaded futures-io v0.3.29
10482023-11-30T01:17:22.103Z Downloaded hyper-staticfile v0.9.5
10492023-11-30T01:17:22.106Z Downloaded glob v0.3.1
10502023-11-30T01:17:22.108Z Downloaded enum-as-inner v0.5.1
10512023-11-30T01:17:22.111Z Downloaded signal-hook v0.3.17
10522023-11-30T01:17:22.114Z Downloaded heck v0.4.1
10532023-11-30T01:17:22.116Z Downloaded untrusted v0.9.0
10542023-11-30T01:17:22.119Z Downloaded untrusted v0.7.1
10552023-11-30T01:17:22.122Z Downloaded kstat-rs v0.2.3
10562023-11-30T01:17:22.122Z Downloaded thread-id v4.2.0
10572023-11-30T01:17:22.124Z Downloaded proc-macro2 v1.0.69
10582023-11-30T01:17:22.127Z Downloaded cancel-safe-futures v0.1.5
10592023-11-30T01:17:22.133Z Downloaded arc-swap v1.6.0
10602023-11-30T01:17:22.138Z Downloaded sha2 v0.10.8
10612023-11-30T01:17:22.141Z Downloaded sha1 v0.10.6
10622023-11-30T01:17:22.144Z Downloaded float-cmp v0.9.0
10632023-11-30T01:17:22.147Z Downloaded sct v0.7.0
10642023-11-30T01:17:22.151Z Downloaded zeroize_derive v1.4.2
10652023-11-30T01:17:22.153Z Downloaded base64 v0.13.1
10662023-11-30T01:17:22.158Z Downloaded diesel_derives v2.1.2
10672023-11-30T01:17:22.163Z Downloaded anyhow v1.0.75
10682023-11-30T01:17:22.169Z Downloaded unicode-ident v1.0.12
10692023-11-30T01:17:22.173Z Downloaded strum_macros v0.25.2
10702023-11-30T01:17:22.176Z Downloaded zeroize v1.7.0
10712023-11-30T01:17:22.179Z Downloaded stringprep v0.1.3
10722023-11-30T01:17:22.181Z Downloaded foreign-types v0.3.2
10732023-11-30T01:17:22.181Z Downloaded want v0.3.1
10742023-11-30T01:17:22.184Z Downloaded getrandom v0.2.10
10752023-11-30T01:17:22.187Z Downloaded rcgen v0.11.3
10762023-11-30T01:17:22.192Z Downloaded darling_core v0.20.3
10772023-11-30T01:17:22.201Z Downloaded crypto-bigint v0.5.2
10782023-11-30T01:17:22.213Z Downloaded zerocopy v0.6.4
10792023-11-30T01:17:22.217Z Downloaded smf v0.2.2
10802023-11-30T01:17:22.219Z Downloaded subtle v2.5.0
10812023-11-30T01:17:22.222Z Downloaded stable_deref_trait v1.2.0
10822023-11-30T01:17:22.225Z Downloaded spki v0.7.2
10832023-11-30T01:17:22.227Z Downloaded spin v0.5.2
10842023-11-30T01:17:22.227Z Downloaded scopeguard v1.2.0
10852023-11-30T01:17:22.230Z Downloaded schemars_derive v0.8.13
10862023-11-30T01:17:22.233Z Downloaded futures-channel v0.3.29
10872023-11-30T01:17:22.236Z Downloaded crossbeam-utils v0.8.16
10882023-11-30T01:17:22.240Z Downloaded blake2 v0.10.6
10892023-11-30T01:17:22.244Z Downloaded rustc_version v0.4.0
10902023-11-30T01:17:22.249Z Downloaded quote v1.0.33
10912023-11-30T01:17:22.251Z Downloaded postgres-protocol v0.6.6
10922023-11-30T01:17:22.254Z Downloaded pest_derive v2.7.2
10932023-11-30T01:17:22.257Z Downloaded poly1305 v0.8.0
10942023-11-30T01:17:22.261Z Downloaded ahash v0.8.3
10952023-11-30T01:17:22.266Z Downloaded addr2line v0.21.0
10962023-11-30T01:17:22.270Z Downloaded openssl-sys v0.9.93
10972023-11-30T01:17:22.279Z Downloaded universal-hash v0.5.1
10982023-11-30T01:17:22.282Z Downloaded r2d2 v0.8.10
10992023-11-30T01:17:22.285Z Downloaded polyval v0.6.1
11002023-11-30T01:17:22.287Z Downloaded postcard-cobs v0.1.5-pre
11012023-11-30T01:17:22.290Z Downloaded pbkdf2 v0.12.2
11022023-11-30T01:17:22.293Z Downloaded bzip2 v0.4.4
11032023-11-30T01:17:22.295Z Downloaded native-tls v0.2.11
11042023-11-30T01:17:22.298Z Downloaded backoff v0.4.0
11052023-11-30T01:17:22.301Z Downloaded structopt-derive v0.4.18
11062023-11-30T01:17:22.303Z Downloaded hubpack_derive v0.1.1
11072023-11-30T01:17:22.306Z Downloaded predicates v3.0.4
11082023-11-30T01:17:22.309Z Downloaded proc-macro-error v1.0.4
11092023-11-30T01:17:22.315Z Downloaded serde_tokenstream v0.1.7
11102023-11-30T01:17:22.321Z Downloaded serde_repr v0.1.16
11112023-11-30T01:17:22.324Z Downloaded serde_path_to_error v0.1.14
11122023-11-30T01:17:22.327Z Downloaded mime v0.3.17
11132023-11-30T01:17:22.331Z Downloaded camino-tempfile v1.1.1
11142023-11-30T01:17:22.334Z Downloaded strum v0.25.0
11152023-11-30T01:17:22.334Z Downloaded parking_lot_core v0.9.8
11162023-11-30T01:17:22.337Z Downloaded anstyle-parse v0.2.1
11172023-11-30T01:17:22.341Z Downloaded pkg-config v0.3.27
11182023-11-30T01:17:22.343Z Downloaded ansi_term v0.12.1
11192023-11-30T01:17:22.347Z Downloaded anstream v0.5.0
11202023-11-30T01:17:22.350Z Downloaded blowfish v0.9.1
11212023-11-30T01:17:22.353Z Downloaded const-oid v0.9.5
11222023-11-30T01:17:22.361Z Downloaded ciborium v0.2.1
11232023-11-30T01:17:22.364Z Downloaded rand_core v0.6.4
11242023-11-30T01:17:22.364Z Downloaded pest_meta v2.7.2
11252023-11-30T01:17:22.367Z Downloaded fixedbitset v0.4.2
11262023-11-30T01:17:22.370Z Downloaded filetime v0.2.22
11272023-11-30T01:17:22.374Z Downloaded password-hash v0.5.0
11282023-11-30T01:17:22.377Z Downloaded ppv-lite86 v0.2.17
11292023-11-30T01:17:22.380Z Downloaded proc-macro-crate v1.3.1
11302023-11-30T01:17:22.380Z Downloaded pin-utils v0.1.0
11312023-11-30T01:17:22.385Z Downloaded paste v1.0.14
11322023-11-30T01:17:22.393Z Downloaded crossbeam-epoch v0.9.15
11332023-11-30T01:17:22.815Z Downloaded num-complex v0.4.4
11342023-11-30T01:17:22.815Z Downloaded digest v0.10.7
11352023-11-30T01:17:22.815Z Downloaded parking_lot_core v0.8.6
11362023-11-30T01:17:22.815Z Downloaded siphasher v0.3.11
11372023-11-30T01:17:22.816Z Downloaded anstyle-query v1.0.0
11382023-11-30T01:17:22.816Z Downloaded rand_chacha v0.2.2
11392023-11-30T01:17:22.816Z Downloaded unicode-width v0.1.11
11402023-11-30T01:17:22.816Z Downloaded parse-display-derive v0.8.2
11412023-11-30T01:17:22.816Z Downloaded cfg-if v0.1.10
11422023-11-30T01:17:22.816Z Downloaded phf_shared v0.11.2
11432023-11-30T01:17:22.816Z Downloaded pem v1.1.1
11442023-11-30T01:17:22.816Z Downloaded pem v3.0.2
11452023-11-30T01:17:22.816Z Downloaded argon2 v0.5.2
11462023-11-30T01:17:22.816Z Downloaded rand_core v0.5.1
11472023-11-30T01:17:22.816Z Downloaded proc-macro-error-attr v1.0.4
11482023-11-30T01:17:22.816Z Downloaded phf v0.11.2
11492023-11-30T01:17:22.816Z Downloaded bit-set v0.5.3
11502023-11-30T01:17:22.816Z Downloaded dof v0.1.5
11512023-11-30T01:17:22.817Z Downloaded omicron-zone-package v0.9.1
11522023-11-30T01:17:22.817Z Downloaded cipher v0.4.4
11532023-11-30T01:17:22.817Z Downloaded percent-encoding v2.3.0
11542023-11-30T01:17:22.817Z Downloaded dirs-sys v0.4.1
11552023-11-30T01:17:22.817Z Downloaded dirs-next v2.0.0
11562023-11-30T01:17:22.817Z Downloaded dirs-sys-next v0.1.2
11572023-11-30T01:17:22.817Z Downloaded bit-vec v0.6.3
11582023-11-30T01:17:22.817Z Downloaded deranged v0.3.8
11592023-11-30T01:17:22.817Z Downloaded multer v2.1.0
11602023-11-30T01:17:22.817Z Downloaded ctr v0.9.2
11612023-11-30T01:17:22.817Z Downloaded endian-type v0.1.2
11622023-11-30T01:17:22.817Z Downloaded pretty-hex v0.2.1
11632023-11-30T01:17:22.817Z Downloaded clap_lex v0.5.1
11642023-11-30T01:17:22.817Z Downloaded dirs v5.0.1
11652023-11-30T01:17:22.818Z Downloaded waitgroup v0.1.2
11662023-11-30T01:17:22.818Z Downloaded ciborium-ll v0.2.1
11672023-11-30T01:17:22.818Z Downloaded num-iter v0.1.43
11682023-11-30T01:17:22.818Z Downloaded opaque-debug v0.3.0
11692023-11-30T01:17:22.818Z Downloaded parking_lot v0.12.1
11702023-11-30T01:17:22.818Z Downloaded parking_lot v0.11.2
11712023-11-30T01:17:22.818Z Downloaded console v0.15.7
11722023-11-30T01:17:22.818Z Downloaded block-buffer v0.10.4
11732023-11-30T01:17:22.818Z Downloaded bitflags v1.3.2
11742023-11-30T01:17:22.818Z Downloaded colored v2.0.4
11752023-11-30T01:17:22.818Z Downloaded diesel_table_macro_syntax v0.1.0
11762023-11-30T01:17:22.818Z Downloaded unicode-normalization v0.1.22
11772023-11-30T01:17:22.818Z Downloaded crypto-common v0.1.6
11782023-11-30T01:17:22.818Z Downloaded cpufeatures v0.2.9
11792023-11-30T01:17:22.818Z Downloaded normalize-line-endings v0.3.0
11802023-11-30T01:17:22.818Z Downloaded parse-display v0.8.2
11812023-11-30T01:17:22.818Z Downloaded num v0.4.1
11822023-11-30T01:17:22.818Z Downloaded nibble_vec v0.1.0
11832023-11-30T01:17:22.818Z Downloaded darling v0.20.3
11842023-11-30T01:17:22.818Z Downloaded toml_datetime v0.6.5
11852023-11-30T01:17:22.818Z Downloaded tokio-tungstenite v0.20.1
11862023-11-30T01:17:22.818Z Downloaded openssl-probe v0.1.5
11872023-11-30T01:17:22.818Z Downloaded atomic-waker v1.1.1
11882023-11-30T01:17:22.818Z Downloaded base64ct v1.6.0
11892023-11-30T01:17:22.818Z Downloaded colorchoice v1.0.0
11902023-11-30T01:17:22.821Z Downloaded resolv-conf v0.7.0
11912023-11-30T01:17:22.821Z Downloaded async-stream-impl v0.3.5
11922023-11-30T01:17:22.821Z Downloaded base16ct v0.2.0
11932023-11-30T01:17:22.823Z Downloaded num_enum v0.5.11
11942023-11-30T01:17:22.823Z Downloaded darling_macro v0.20.3
11952023-11-30T01:17:22.823Z Downloaded cstr-argument v0.1.2
11962023-11-30T01:17:22.823Z Downloaded num-derive v0.4.0
11972023-11-30T01:17:22.823Z Downloaded memoffset v0.9.0
11982023-11-30T01:17:22.823Z Downloaded cc v1.0.83
11992023-11-30T01:17:22.823Z Downloaded pkcs8 v0.10.2
12002023-11-30T01:17:22.823Z Downloaded chacha20poly1305 v0.10.1
12012023-11-30T01:17:22.823Z Downloaded miniz_oxide v0.7.1
12022023-11-30T01:17:22.823Z Downloaded bytes v1.5.0
12032023-11-30T01:17:22.823Z Downloaded num-integer v0.1.45
12042023-11-30T01:17:22.823Z Downloaded camino v1.1.6
12052023-11-30T01:17:22.823Z Downloaded cbc v0.1.2
12062023-11-30T01:17:22.823Z Downloaded mime_guess v2.0.4
12072023-11-30T01:17:22.823Z Downloaded dyn-clone v1.0.13
12082023-11-30T01:17:22.823Z Downloaded pbkdf2 v0.11.0
12092023-11-30T01:17:22.823Z Downloaded password-hash v0.4.2
12102023-11-30T01:17:23.041Z Compiling proc-macro2 v1.0.69
12112023-11-30T01:17:23.041Z Compiling unicode-ident v1.0.12
12122023-11-30T01:17:23.044Z Compiling libc v0.2.150
12132023-11-30T01:17:23.044Z Compiling serde v1.0.192
12142023-11-30T01:17:23.044Z Compiling autocfg v1.1.0
12152023-11-30T01:17:23.044Z Compiling version_check v0.9.4
12162023-11-30T01:17:23.061Z Compiling cfg-if v1.0.0
12172023-11-30T01:17:23.091Z Compiling syn v1.0.109
12182023-11-30T01:17:23.407Z Compiling parking_lot_core v0.9.8
12192023-11-30T01:17:23.451Z Compiling typenum v1.16.0
12202023-11-30T01:17:24.317Z Compiling libm v0.2.7
12212023-11-30T01:17:24.442Z Compiling lock_api v0.4.10
12222023-11-30T01:17:25.160Z Compiling generic-array v0.14.7
12232023-11-30T01:17:25.176Z Compiling once_cell v1.18.0
12242023-11-30T01:17:25.179Z Compiling num-traits v0.2.16
12252023-11-30T01:17:25.371Z Compiling thiserror v1.0.49
12262023-11-30T01:17:25.421Z Compiling futures-core v0.3.29
12272023-11-30T01:17:25.587Z Compiling serde_json v1.0.108
12282023-11-30T01:17:25.611Z Compiling slab v0.4.9
12292023-11-30T01:17:25.791Z Compiling futures-task v0.3.29
12302023-11-30T01:17:25.986Z Compiling futures-channel v0.3.29
12312023-11-30T01:17:26.084Z Compiling memchr v2.6.3
12322023-11-30T01:17:26.110Z Compiling futures-util v0.3.29
12332023-11-30T01:17:26.151Z Compiling itoa v1.0.9
12342023-11-30T01:17:26.324Z Compiling pkg-config v0.3.27
12352023-11-30T01:17:26.593Z Compiling quote v1.0.33
12362023-11-30T01:17:26.813Z Compiling log v0.4.20
12372023-11-30T01:17:27.774Z Compiling syn v2.0.32
12382023-11-30T01:17:27.871Z Compiling cc v1.0.83
12392023-11-30T01:17:28.210Z Compiling getrandom v0.2.10
12402023-11-30T01:17:28.723Z Compiling rand_core v0.6.4
12412023-11-30T01:17:29.051Z Compiling scopeguard v1.2.0
12422023-11-30T01:17:29.665Z Compiling heck v0.4.1
12432023-11-30T01:17:30.214Z Compiling ryu v1.0.15
12442023-11-30T01:17:30.476Z Compiling smallvec v1.11.0
12452023-11-30T01:17:30.796Z Compiling schemars v0.8.13
12462023-11-30T01:17:31.049Z Compiling vcpkg v0.2.15
12472023-11-30T01:17:31.299Z Compiling httparse v1.8.0
12482023-11-30T01:17:31.564Z Compiling subtle v2.5.0
12492023-11-30T01:17:31.910Z Compiling indexmap v1.9.3
12502023-11-30T01:17:32.141Z Compiling equivalent v1.0.1
12512023-11-30T01:17:32.280Z Compiling hashbrown v0.14.2
12522023-11-30T01:17:32.402Z Compiling pin-project-lite v0.2.13
12532023-11-30T01:17:32.620Z Compiling semver v1.0.20
12542023-11-30T01:17:33.103Z Compiling ring v0.17.5
12552023-11-30T01:17:33.479Z Compiling ring v0.16.20
12562023-11-30T01:17:34.387Z Compiling parking_lot v0.12.1
12572023-11-30T01:17:34.810Z Compiling openssl-sys v0.9.93
12582023-11-30T01:17:35.054Z Compiling ahash v0.8.3
12592023-11-30T01:17:35.286Z Compiling fnv v1.0.7
12602023-11-30T01:17:36.036Z Compiling openssl v0.10.57
12612023-11-30T01:17:36.586Z Compiling signal-hook-registry v1.4.1
12622023-11-30T01:17:36.681Z Compiling iana-time-zone v0.1.57
12632023-11-30T01:17:36.685Z Compiling rustls v0.21.9
12642023-11-30T01:17:37.139Z Compiling ucd-trie v0.1.6
12652023-11-30T01:17:37.391Z Compiling mio v0.8.9
12662023-11-30T01:17:37.704Z Compiling native-tls v0.2.11
12672023-11-30T01:17:38.183Z Compiling num_cpus v1.16.0
12682023-11-30T01:17:38.348Z Compiling socket2 v0.5.5
12692023-11-30T01:17:38.552Z Compiling byteorder v1.5.0
12702023-11-30T01:17:38.907Z Compiling spin v0.5.2
12712023-11-30T01:17:39.428Z Compiling dyn-clone v1.0.13
12722023-11-30T01:17:39.509Z Compiling async-trait v0.1.74
12732023-11-30T01:17:39.734Z Compiling serde_derive_internals v0.26.0
12742023-11-30T01:17:39.905Z Compiling futures-sink v0.3.29
12752023-11-30T01:17:40.147Z Compiling aho-corasick v1.0.4
12762023-11-30T01:17:40.423Z Compiling const-oid v0.9.5
12772023-11-30T01:17:40.577Z Compiling rustix v0.38.25
12782023-11-30T01:17:40.854Z Compiling regex-syntax v0.8.2
12792023-11-30T01:17:41.729Z Compiling tinyvec_macros v0.1.1
12802023-11-30T01:17:41.851Z Compiling tinyvec v1.6.0
12812023-11-30T01:17:42.041Z Compiling hashbrown v0.13.2
12822023-11-30T01:17:44.428Z Compiling backtrace v0.3.69
12832023-11-30T01:17:44.543Z Compiling winnow v0.5.15
12842023-11-30T01:17:44.584Z Compiling futures-io v0.3.29
12852023-11-30T01:17:44.868Z Compiling pin-utils v0.1.0
12862023-11-30T01:17:45.045Z Compiling unicode-normalization v0.1.22
12872023-11-30T01:17:45.083Z Compiling spin v0.9.8
12882023-11-30T01:17:45.591Z Compiling tracing-core v0.1.31
12892023-11-30T01:17:45.864Z Compiling unicode-bidi v0.3.13
12902023-11-30T01:17:46.910Z Compiling regex-automata v0.4.3
12912023-11-30T01:17:48.318Z Compiling crc32fast v1.3.2
12922023-11-30T01:17:48.449Z Compiling anyhow v1.0.75
12932023-11-30T01:17:49.053Z Compiling cpufeatures v0.2.9
12942023-11-30T01:17:50.387Z Compiling time-core v0.1.1
12952023-11-30T01:17:50.624Z Compiling base64 v0.21.5
12962023-11-30T01:17:51.046Z Compiling time-macros v0.2.13
12972023-11-30T01:17:51.444Z Compiling serde_derive v1.0.192
12982023-11-30T01:17:51.689Z Compiling zeroize_derive v1.4.2
12992023-11-30T01:17:52.267Z Compiling thiserror-impl v1.0.49
13002023-11-30T01:17:52.535Z Compiling tokio-macros v2.2.0
13012023-11-30T01:17:54.548Z Compiling futures-macro v0.3.29
13022023-11-30T01:17:54.627Z Compiling zeroize v1.7.0
13032023-11-30T01:17:55.182Z Compiling tracing-attributes v0.1.26
13042023-11-30T01:17:56.759Z Compiling schemars_derive v0.8.13
13052023-11-30T01:17:56.977Z Compiling openssl-macros v0.1.1
13062023-11-30T01:17:57.829Z Compiling crypto-common v0.1.6
13072023-11-30T01:17:58.072Z Compiling pest v2.7.2
13082023-11-30T01:17:58.163Z Compiling block-buffer v0.10.4
13092023-11-30T01:17:58.566Z Compiling digest v0.10.7
13102023-11-30T01:17:59.338Z Compiling regex v1.10.2
13112023-11-30T01:18:01.828Z Compiling tracing v0.1.37
13122023-11-30T01:18:02.939Z Compiling num-integer v0.1.45
13132023-11-30T01:18:02.978Z Compiling foreign-types-shared v0.1.1
13142023-11-30T01:18:03.051Z Compiling untrusted v0.9.0
13152023-11-30T01:18:03.131Z Compiling unicode-xid v0.2.4
13162023-11-30T01:18:03.547Z Compiling percent-encoding v2.3.0
13172023-11-30T01:18:03.552Z Compiling untrusted v0.7.1
13182023-11-30T01:18:03.552Z Compiling openssl-probe v0.1.5
13192023-11-30T01:18:03.552Z Compiling hashbrown v0.12.3
13202023-11-30T01:18:03.552Z Compiling unicode-width v0.1.11
13212023-11-30T01:18:03.596Z Compiling slog v2.7.0
13222023-11-30T01:18:03.723Z Compiling synstructure v0.12.6
13232023-11-30T01:18:04.368Z Compiling foreign-types v0.3.2
13242023-11-30T01:18:07.592Z Compiling errno v0.3.2
13252023-11-30T01:18:09.028Z Compiling try-lock v0.2.4
13262023-11-30T01:18:09.031Z Compiling ppv-lite86 v0.2.17
13272023-11-30T01:18:09.031Z Compiling want v0.3.1
13282023-11-30T01:18:09.477Z Compiling rustls-webpki v0.101.7
13292023-11-30T01:18:09.921Z Compiling zerocopy-derive v0.2.0
13302023-11-30T01:18:10.428Z Compiling sct v0.7.0
13312023-11-30T01:18:10.534Z Compiling form_urlencoded v1.2.0
13322023-11-30T01:18:10.889Z Compiling pest_meta v2.7.2
13332023-11-30T01:18:11.383Z Compiling socket2 v0.4.9
13342023-11-30T01:18:11.596Z Compiling httpdate v1.0.3
13352023-11-30T01:18:12.388Z Compiling tower-service v0.3.2
13362023-11-30T01:18:12.565Z Compiling io-lifetimes v1.0.11
13372023-11-30T01:18:13.675Z Compiling pest_generator v2.7.2
13382023-11-30T01:18:13.714Z Compiling rustls-pemfile v1.0.3
13392023-11-30T01:18:13.714Z Compiling idna v0.4.0
13402023-11-30T01:18:14.086Z Compiling lazy_static v1.4.0
13412023-11-30T01:18:14.247Z Compiling adler v1.0.2
13422023-11-30T01:18:15.241Z Compiling crossbeam-utils v0.8.16
13432023-11-30T01:18:16.034Z Compiling url v2.4.1
13442023-11-30T01:18:16.346Z Compiling bytes v1.5.0
13452023-11-30T01:18:17.217Z Compiling indexmap v2.1.0
13462023-11-30T01:18:17.325Z Compiling uuid v1.6.1
13472023-11-30T01:18:18.496Z Compiling chrono v0.4.31
13482023-11-30T01:18:19.327Z Compiling tokio v1.34.0
13492023-11-30T01:18:19.366Z Compiling http v0.2.11
13502023-11-30T01:18:19.967Z Compiling serde_spanned v0.6.4
13512023-11-30T01:18:20.130Z Compiling toml_datetime v0.6.5
13522023-11-30T01:18:20.331Z Compiling bitflags v2.4.0
13532023-11-30T01:18:21.004Z Compiling toml_edit v0.19.15
13542023-11-30T01:18:21.783Z Compiling rustc_version v0.4.0
13552023-11-30T01:18:23.584Z Compiling http-body v0.4.5
13562023-11-30T01:18:25.262Z Compiling openapiv3 v2.0.0-rc.1
13572023-11-30T01:18:26.810Z Compiling pest_derive v2.7.2
13582023-11-30T01:18:29.357Z Compiling miniz_oxide v0.7.1
13592023-11-30T01:18:31.632Z Compiling rustls-native-certs v0.6.3
13602023-11-30T01:18:32.066Z Compiling rand_chacha v0.3.1
13612023-11-30T01:18:32.336Z Compiling tokio-util v0.7.10
13622023-11-30T01:18:34.081Z Compiling tokio-rustls v0.24.1
13632023-11-30T01:18:34.610Z Compiling h2 v0.3.21
13642023-11-30T01:18:34.729Z Compiling usdt-impl v0.3.5
13652023-11-30T01:18:34.910Z Compiling rustix v0.37.23
13662023-11-30T01:18:35.245Z Compiling tokio-native-tls v0.3.1
13672023-11-30T01:18:35.678Z Compiling ipnet v2.8.0
13682023-11-30T01:18:35.918Z Compiling rand v0.8.5
13692023-11-30T01:18:37.751Z Compiling serde_urlencoded v0.7.1
13702023-11-30T01:18:38.051Z Compiling encoding_rs v0.8.33
13712023-11-30T01:18:38.609Z Compiling mime v0.3.17
13722023-11-30T01:18:38.893Z Compiling webpki-roots v0.25.2
13732023-11-30T01:18:39.130Z Compiling gimli v0.28.0
13742023-11-30T01:18:40.153Z Compiling zerocopy v0.3.0
13752023-11-30T01:18:40.691Z Compiling object v0.32.1
13762023-11-30T01:18:41.477Z Compiling num-bigint v0.4.4
13772023-11-30T01:18:43.380Z Compiling rustc-demangle v0.1.23
13782023-11-30T01:18:44.453Z Compiling dof v0.1.5
13792023-11-30T01:18:44.977Z Compiling flate2 v1.0.28
13802023-11-30T01:18:45.245Z Compiling dtrace-parser v0.1.14
13812023-11-30T01:18:45.272Z Compiling heapless v0.7.16
13822023-11-30T01:18:45.897Z Compiling serde_tokenstream v0.2.0
13832023-11-30T01:18:46.231Z Compiling hyper v0.14.27
13842023-11-30T01:18:46.380Z Compiling addr2line v0.21.0
13852023-11-30T01:18:46.714Z Compiling bzip2-sys v0.1.11+1.0.8
13862023-11-30T01:18:46.828Z Compiling thread-id v4.2.0
13872023-11-30T01:18:47.043Z Compiling signal-hook v0.3.17
13882023-11-30T01:18:47.458Z Compiling rustversion v1.0.14
13892023-11-30T01:18:48.700Z Compiling toml v0.7.8
13902023-11-30T01:18:49.034Z Compiling toml_edit v0.21.0
13912023-11-30T01:18:51.507Z Compiling serde_tokenstream v0.1.7
13922023-11-30T01:18:51.724Z Compiling hex v0.4.3
13932023-11-30T01:18:52.051Z Compiling zerocopy-derive v0.6.4
13942023-11-30T01:18:52.388Z Compiling regress v0.7.1
13952023-11-30T01:18:52.874Z Compiling memoffset v0.9.0
13962023-11-30T01:18:53.337Z Compiling strsim v0.10.0
13972023-11-30T01:18:56.377Z Compiling doc-comment v0.3.3
13982023-11-30T01:18:57.020Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13992023-11-30T01:18:57.280Z Compiling smoltcp v0.9.1
14002023-11-30T01:18:57.300Z Compiling bitflags v1.3.2
14012023-11-30T01:18:57.589Z Compiling strum_macros v0.25.2
14022023-11-30T01:18:58.297Z Compiling hyper-rustls v0.24.2
14032023-11-30T01:18:58.337Z Compiling hyper-tls v0.5.0
14042023-11-30T01:18:58.363Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14052023-11-30T01:18:59.192Z Compiling reqwest v0.11.22
14062023-11-30T01:19:01.615Z Compiling usdt-attr-macro v0.3.5
14072023-11-30T01:19:01.638Z Compiling usdt-macro v0.3.5
14082023-11-30T01:19:03.634Z Compiling enum-as-inner v0.5.1
14092023-11-30T01:19:04.065Z Compiling num-iter v0.1.43
14102023-11-30T01:19:04.508Z Compiling crossbeam-epoch v0.9.15
14112023-11-30T01:19:04.553Z Compiling unicode-segmentation v1.10.1
14122023-11-30T01:19:04.672Z Compiling siphasher v0.3.11
14132023-11-30T01:19:05.454Z Compiling hubpack_derive v0.1.1
14142023-11-30T01:19:05.457Z Compiling pin-project-internal v1.1.3
14152023-11-30T01:19:06.919Z Compiling utf8parse v0.2.1
14162023-11-30T01:19:07.203Z Compiling num_threads v0.1.6
14172023-11-30T01:19:07.698Z Compiling anstyle v1.0.2
14182023-11-30T01:19:08.445Z Compiling deranged v0.3.8
14192023-11-30T01:19:10.852Z Compiling sha2 v0.10.8
14202023-11-30T01:19:10.935Z Compiling anstyle-parse v0.2.1
14212023-11-30T01:19:11.480Z Compiling time v0.3.27
14222023-11-30T01:19:11.673Z Compiling hmac v0.12.1
14232023-11-30T01:19:12.064Z Compiling md-5 v0.10.5
14242023-11-30T01:19:13.151Z Compiling block-padding v0.3.3
14252023-11-30T01:19:13.542Z Compiling clap_derive v4.4.2
14262023-11-30T01:19:13.659Z Compiling stringprep v0.1.3
14272023-11-30T01:19:13.899Z Compiling hash32 v0.2.1
14282023-11-30T01:19:14.495Z Compiling diesel_table_macro_syntax v0.1.0
14292023-11-30T01:19:15.012Z Compiling fallible-iterator v0.2.0
14302023-11-30T01:19:15.285Z Compiling either v1.9.0
14312023-11-30T01:19:15.796Z Compiling colorchoice v1.0.0
14322023-11-30T01:19:16.038Z Compiling anstyle-query v1.0.0
14332023-11-30T01:19:16.156Z Compiling stable_deref_trait v1.2.0
14342023-11-30T01:19:16.244Z Compiling anstream v0.5.0
14352023-11-30T01:19:17.281Z Compiling postgres-protocol v0.6.6
14362023-11-30T01:19:17.377Z Compiling diesel_derives v2.1.2
14372023-11-30T01:19:19.562Z Compiling terminal_size v0.2.6
14382023-11-30T01:19:19.782Z Compiling inout v0.1.3
14392023-11-30T01:19:21.162Z Compiling phf_shared v0.11.2
14402023-11-30T01:19:22.627Z Compiling getopts v0.2.21
14412023-11-30T01:19:22.695Z Compiling snafu-derive v0.7.5
14422023-11-30T01:19:22.747Z Compiling serde_repr v0.1.16
14432023-11-30T01:19:29.321Z Compiling scheduled-thread-pool v0.2.7
14442023-11-30T01:19:29.401Z Compiling managed v0.8.0
14452023-11-30T01:19:29.402Z Compiling clap_lex v0.5.1
14462023-11-30T01:19:29.402Z Compiling regex-automata v0.1.10
14472023-11-30T01:19:29.402Z Compiling matches v0.1.10
14482023-11-30T01:19:29.402Z Compiling unsafe-libyaml v0.2.9
14492023-11-30T01:19:29.402Z Compiling bit-vec v0.6.3
14502023-11-30T01:19:29.402Z Compiling bstr v0.2.17
14512023-11-30T01:19:29.402Z Compiling clap_builder v4.4.2
14522023-11-30T01:19:29.402Z Compiling serde_yaml v0.9.25
14532023-11-30T01:19:29.402Z Compiling idna v0.2.3
14542023-11-30T01:19:29.813Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14552023-11-30T01:19:35.728Z Compiling r2d2 v0.8.10
14562023-11-30T01:19:38.628Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14572023-11-30T01:19:38.713Z Compiling phf v0.11.2
14582023-11-30T01:19:38.822Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14592023-11-30T01:19:39.298Z Compiling signal-hook-mio v0.2.3
14602023-11-30T01:19:39.298Z Compiling cipher v0.4.4
14612023-11-30T01:19:39.298Z Compiling bzip2 v0.4.4
14622023-11-30T01:19:39.802Z Compiling postgres-types v0.2.6
14632023-11-30T01:19:39.917Z Compiling itertools v0.11.0
14642023-11-30T01:19:41.982Z Compiling pin-project v1.1.3
14652023-11-30T01:19:42.218Z Compiling hubpack v0.1.2
14662023-11-30T01:19:42.970Z Compiling phf_shared v0.10.0
14672023-11-30T01:19:43.901Z Compiling zerocopy v0.6.4
14682023-11-30T01:19:43.951Z Compiling ipnetwork v0.20.0
14692023-11-30T01:19:44.831Z Compiling futures-executor v0.3.29
14702023-11-30T01:19:45.028Z Compiling float-cmp v0.9.0
14712023-11-30T01:19:45.348Z Compiling new_debug_unreachable v1.0.4
14722023-11-30T01:19:45.375Z Compiling static_assertions v1.1.0
14732023-11-30T01:19:45.478Z Compiling difflib v0.4.0
14742023-11-30T01:19:45.520Z Compiling whoami v1.4.1
14752023-11-30T01:19:45.755Z Compiling data-encoding v2.4.0
14762023-11-30T01:19:46.534Z Compiling predicates-core v1.0.6
14772023-11-30T01:19:47.130Z Compiling fixedbitset v0.4.2
14782023-11-30T01:19:47.580Z Compiling normalize-line-endings v0.3.0
14792023-11-30T01:19:47.751Z Compiling regex-automata v0.3.8
14802023-11-30T01:19:47.863Z Compiling precomputed-hash v0.1.1
14812023-11-30T01:19:49.614Z Compiling trust-dns-proto v0.22.0
14822023-11-30T01:19:49.867Z Compiling string_cache v0.8.7
14832023-11-30T01:19:50.581Z Compiling predicates v3.0.4
14842023-11-30T01:19:51.927Z Compiling bstr v1.6.0
14852023-11-30T01:19:51.967Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14862023-11-30T01:19:52.287Z Compiling petgraph v0.6.4
14872023-11-30T01:19:52.989Z Compiling tokio-postgres v0.7.10
14882023-11-30T01:19:53.478Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14892023-11-30T01:19:55.228Z Compiling futures v0.3.29
14902023-11-30T01:19:55.396Z Compiling diesel v2.1.4
14912023-11-30T01:20:02.058Z Compiling snafu v0.7.5
14922023-11-30T01:20:03.408Z Compiling yasna v0.5.2
14932023-11-30T01:20:03.493Z Compiling zip v0.6.6
14942023-11-30T01:20:04.037Z Compiling crossterm v0.27.0
14952023-11-30T01:20:06.680Z Compiling clap v4.4.3
14962023-11-30T01:20:06.782Z Compiling similar v2.2.1
14972023-11-30T01:20:06.843Z Compiling bit-set v0.5.3
14982023-11-30T01:20:07.300Z Compiling itertools v0.10.5
14992023-11-30T01:20:10.479Z Compiling usdt v0.3.5
15002023-11-30T01:20:10.912Z Compiling signature v2.1.0
15012023-11-30T01:20:11.085Z Compiling tokio-stream v0.1.14
15022023-11-30T01:20:11.277Z Compiling console v0.15.7
15032023-11-30T01:20:11.873Z Compiling lalrpop-util v0.19.12
15042023-11-30T01:20:55.029Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15052023-11-30T01:21:03.113Z Compiling sha1 v0.10.6
15062023-11-30T01:21:04.108Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15072023-11-30T01:21:04.248Z Compiling atty v0.2.14
15082023-11-30T01:21:04.541Z Compiling match_cfg v0.1.0
15092023-11-30T01:21:11.220Z Compiling hostname v0.3.1
15102023-11-30T01:21:12.542Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15112023-11-30T01:21:14.462Z Compiling dirs-sys-next v0.1.2
15122023-11-30T01:21:15.230Z Compiling dirs-next v2.0.0
15132023-11-30T01:21:15.468Z Compiling thread_local v1.1.7
15142023-11-30T01:21:15.507Z Compiling camino v1.1.6
15152023-11-30T01:21:15.592Z Compiling ident_case v1.0.1
15162023-11-30T01:21:15.860Z Compiling slog-async v2.8.0
15172023-11-30T01:21:16.372Z Compiling darling_core v0.20.3
15182023-11-30T01:21:16.558Z Compiling term v0.7.0
15192023-11-30T01:21:16.677Z Compiling crossbeam-channel v0.5.8
15202023-11-30T01:21:16.709Z Compiling multer v2.1.0
15212023-11-30T01:21:17.188Z Compiling instant v0.1.12
15222023-11-30T01:21:17.311Z Compiling paste v1.0.14
15232023-11-30T01:21:17.414Z Compiling take_mut v0.2.2
15242023-11-30T01:21:17.607Z Compiling slog-term v2.9.0
15252023-11-30T01:21:19.180Z Compiling slog-json v2.6.1
15262023-11-30T01:21:19.559Z Compiling async-stream-impl v0.3.5
15272023-11-30T01:21:19.679Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15282023-11-30T01:21:19.780Z Compiling atomic-waker v1.1.1
15292023-11-30T01:21:20.061Z Compiling waitgroup v0.1.2
15302023-11-30T01:21:20.152Z Compiling slog-bunyan v2.4.0
15312023-11-30T01:21:20.392Z Compiling toml v0.8.8
15322023-11-30T01:21:20.446Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15332023-11-30T01:21:20.861Z Compiling serde_path_to_error v0.1.14
15342023-11-30T01:21:21.810Z Compiling async-stream v0.3.5
15352023-11-30T01:21:21.837Z Compiling structmeta-derive v0.2.0
15362023-11-30T01:21:22.061Z Compiling debug-ignore v1.0.5
15372023-11-30T01:21:22.273Z Compiling strum v0.25.0
15382023-11-30T01:21:22.327Z Compiling regex-syntax v0.7.5
15392023-11-30T01:21:22.368Z Compiling backoff v0.4.0
15402023-11-30T01:21:22.509Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15412023-11-30T01:21:22.892Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15422023-11-30T01:21:23.122Z Compiling macaddr v1.0.1
15432023-11-30T01:21:23.324Z Compiling proc-macro-error-attr v1.0.4
15442023-11-30T01:21:23.687Z Compiling proc-macro-crate v1.3.1
15452023-11-30T01:21:23.827Z Compiling proc-macro-error v1.0.4
15462023-11-30T01:21:24.478Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15472023-11-30T01:21:25.033Z Compiling fastrand v2.0.0
15482023-11-30T01:21:25.464Z Compiling num_enum_derive v0.5.11
15492023-11-30T01:21:25.917Z Compiling same-file v1.0.6
15502023-11-30T01:21:26.255Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15512023-11-30T01:21:26.421Z Compiling postcard-cobs v0.1.5-pre
15522023-11-30T01:21:26.729Z Compiling postcard v0.7.3
15532023-11-30T01:21:26.769Z Compiling darling_macro v0.20.3
15542023-11-30T01:21:26.884Z Compiling walkdir v2.4.0
15552023-11-30T01:21:27.036Z Compiling structmeta v0.2.0
15562023-11-30T01:21:27.613Z Compiling tempfile v3.8.1
15572023-11-30T01:21:27.755Z Compiling smoltcp v0.8.2
15582023-11-30T01:21:28.294Z Compiling semver-parser v0.10.2
15592023-11-30T01:21:28.412Z Compiling darling v0.20.3
15602023-11-30T01:21:28.578Z Compiling serde_with_macros v2.3.3
15612023-11-30T01:21:29.004Z Compiling foreign-types-macros v0.2.3
15622023-11-30T01:21:30.079Z Compiling num_enum v0.5.11
15632023-11-30T01:21:30.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15642023-11-30T01:21:30.738Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15652023-11-30T01:21:31.021Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15662023-11-30T01:21:31.455Z Compiling cfg-if v0.1.10
15672023-11-30T01:21:31.601Z Compiling foreign-types-shared v0.3.1
15682023-11-30T01:21:31.769Z Compiling crucible-workspace-hack v0.1.0
15692023-11-30T01:21:32.058Z Compiling foreign-types v0.5.0
15702023-11-30T01:21:32.294Z Compiling semver v0.11.0
15712023-11-30T01:21:32.892Z Compiling is-terminal v0.4.9
15722023-11-30T01:21:33.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15732023-11-30T01:21:33.126Z Compiling serde_with v2.3.3
15742023-11-30T01:21:33.487Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-11-30T01:21:33.604Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15762023-11-30T01:21:34.089Z Compiling parse-display-derive v0.8.2
15772023-11-30T01:21:34.440Z Compiling cstr-argument v0.1.2
15782023-11-30T01:21:34.798Z Compiling xattr v1.0.1
15792023-11-30T01:21:35.133Z Compiling filetime v0.2.22
15802023-11-30T01:21:35.206Z Compiling pretty-hex v0.2.1
15812023-11-30T01:21:35.487Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15822023-11-30T01:21:35.606Z Compiling home v0.5.5
15832023-11-30T01:21:35.960Z Compiling toolchain_find v0.2.0
15842023-11-30T01:21:36.314Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15852023-11-30T01:21:36.861Z Compiling tar v0.4.40
15862023-11-30T01:21:36.980Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15872023-11-30T01:21:37.313Z Compiling colored v2.0.4
15882023-11-30T01:21:37.693Z Compiling textwrap v0.11.0
15892023-11-30T01:21:37.920Z Compiling heck v0.3.3
15902023-11-30T01:21:38.437Z Compiling toml v0.5.11
15912023-11-30T01:21:38.516Z Compiling strsim v0.8.0
15922023-11-30T01:21:38.558Z Compiling vec_map v0.8.2
15932023-11-30T01:21:38.580Z Compiling platforms v3.0.2
15942023-11-30T01:21:39.012Z Compiling ansi_term v0.12.1
15952023-11-30T01:21:39.065Z Compiling libefi-sys v0.1.0
15962023-11-30T01:21:39.525Z Compiling clap v2.34.0
15972023-11-30T01:21:39.585Z Compiling structopt-derive v0.4.18
15982023-11-30T01:21:40.015Z Compiling omicron-zone-package v0.9.1
15992023-11-30T01:21:40.461Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16002023-11-30T01:21:41.704Z Compiling parse-display v0.8.2
16012023-11-30T01:21:42.059Z Compiling rustfmt-wrapper v0.2.0
16022023-11-30T01:21:43.101Z Compiling camino-tempfile v1.1.1
16032023-11-30T01:21:43.412Z Compiling zone_cfg_derive v0.3.0
16042023-11-30T01:21:43.796Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16052023-11-30T01:21:44.698Z Compiling num-derive v0.4.0
16062023-11-30T01:21:44.803Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16072023-11-30T01:21:45.387Z Compiling base64ct v1.6.0
16082023-11-30T01:21:45.876Z Compiling zone v0.3.0
16092023-11-30T01:21:46.555Z Compiling structopt v0.3.26
16102023-11-30T01:21:46.790Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16112023-11-30T01:21:46.809Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16122023-11-30T01:21:47.446Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16132023-11-30T01:21:48.103Z Compiling smf v0.2.2
16142023-11-30T01:21:48.295Z Compiling unicase v2.7.0
16152023-11-30T01:21:48.379Z Compiling curve25519-dalek v4.1.0
16162023-11-30T01:21:48.527Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16172023-11-30T01:21:48.718Z Compiling universal-hash v0.5.1
16182023-11-30T01:21:48.770Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16192023-11-30T01:21:49.030Z Compiling opaque-debug v0.3.0
16202023-11-30T01:21:49.066Z Compiling hkdf v0.12.3
16212023-11-30T01:21:49.158Z Compiling curve25519-dalek-derive v0.1.0
16222023-11-30T01:21:49.336Z Compiling num-rational v0.4.1
16232023-11-30T01:21:49.369Z Compiling getrandom v0.1.16
16242023-11-30T01:21:49.692Z Compiling quick-error v1.2.3
16252023-11-30T01:21:49.894Z Compiling keccak v0.1.4
16262023-11-30T01:21:50.161Z Compiling linked-hash-map v0.5.6
16272023-11-30T01:21:50.362Z Compiling parking_lot_core v0.8.6
16282023-11-30T01:21:50.407Z Compiling sha3 v0.10.8
16292023-11-30T01:21:50.684Z Compiling lru-cache v0.1.2
16302023-11-30T01:21:51.086Z Compiling resolv-conf v0.7.0
16312023-11-30T01:21:51.516Z Compiling password-hash v0.5.0
16322023-11-30T01:21:51.903Z Compiling blake2 v0.10.6
16332023-11-30T01:21:51.960Z Compiling aead v0.5.2
16342023-11-30T01:21:52.507Z Compiling secrecy v0.8.0
16352023-11-30T01:21:52.531Z Compiling num-complex v0.4.4
16362023-11-30T01:21:52.916Z Compiling ff v0.13.0
16372023-11-30T01:21:53.299Z Compiling nibble_vec v0.1.0
16382023-11-30T01:21:53.393Z Compiling slog-dtrace v0.2.3
16392023-11-30T01:21:53.510Z Compiling arc-swap v1.6.0
16402023-11-30T01:21:53.836Z Compiling endian-type v0.1.2
16412023-11-30T01:21:54.060Z Compiling convert_case v0.4.0
16422023-11-30T01:21:54.188Z Compiling winapi v0.3.9
16432023-11-30T01:21:54.253Z Compiling utf-8 v0.7.6
16442023-11-30T01:21:54.379Z Compiling slog-scope v4.4.0
16452023-11-30T01:21:54.560Z Compiling tungstenite v0.20.1
16462023-11-30T01:21:54.746Z Compiling radix_trie v0.2.1
16472023-11-30T01:21:54.858Z Compiling num v0.4.1
16482023-11-30T01:21:55.102Z Compiling group v0.13.0
16492023-11-30T01:21:55.249Z Compiling argon2 v0.5.2
16502023-11-30T01:21:55.337Z Compiling mime_guess v2.0.4
16512023-11-30T01:21:55.564Z Compiling derive_more v0.99.17
16522023-11-30T01:21:55.843Z Compiling trust-dns-resolver v0.22.0
16532023-11-30T01:21:56.953Z Compiling rand_core v0.5.1
16542023-11-30T01:21:57.491Z Compiling poly1305 v0.8.0
16552023-11-30T01:21:57.994Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16562023-11-30T01:21:58.311Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16572023-11-30T01:21:58.787Z Compiling chacha20 v0.9.1
16582023-11-30T01:21:59.540Z Compiling crypto-bigint v0.5.2
16592023-11-30T01:21:59.839Z Compiling thiserror-impl-no-std v2.0.2
16602023-11-30T01:22:00.340Z Compiling ciborium-io v0.2.1
16612023-11-30T01:22:00.429Z Compiling option-ext v0.2.0
16622023-11-30T01:22:00.516Z Compiling half v1.8.2
16632023-11-30T01:22:00.605Z Compiling base16ct v0.2.0
16642023-11-30T01:22:01.035Z Compiling dirs-sys v0.4.1
16652023-11-30T01:22:01.556Z Compiling ciborium-ll v0.2.1
16662023-11-30T01:22:02.111Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16672023-11-30T01:22:02.631Z Compiling elliptic-curve v0.13.5
16682023-11-30T01:22:02.914Z Compiling rand_chacha v0.2.2
16692023-11-30T01:22:03.543Z Compiling parking_lot v0.11.2
16702023-11-30T01:22:05.234Z Compiling tokio-tungstenite v0.20.1
16712023-11-30T01:22:05.310Z Compiling trust-dns-client v0.22.0
16722023-11-30T01:22:05.549Z Compiling thiserror-no-std v2.0.2
16732023-11-30T01:22:05.752Z Compiling slog-stdlog v4.1.1
16742023-11-30T01:22:06.042Z Compiling polyval v0.6.1
16752023-11-30T01:22:06.282Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16762023-11-30T01:22:06.334Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16772023-11-30T01:22:06.598Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16782023-11-30T01:22:06.707Z Compiling password-hash v0.4.2
16792023-11-30T01:22:06.732Z Compiling ed25519 v2.2.2
16802023-11-30T01:22:07.522Z Compiling blowfish v0.9.1
16812023-11-30T01:22:08.234Z Compiling ctr v0.9.2
16822023-11-30T01:22:08.329Z Compiling aes v0.8.3
16832023-11-30T01:22:10.288Z Compiling pbkdf2 v0.12.2
16842023-11-30T01:22:10.451Z Compiling fxhash v0.2.1
16852023-11-30T01:22:10.930Z Compiling glob v0.3.1
16862023-11-30T01:22:11.244Z Compiling cancel-safe-futures v0.1.5
16872023-11-30T01:22:11.792Z Compiling trust-dns-server v0.22.1
16882023-11-30T01:22:13.312Z Compiling sled v0.34.7
16892023-11-30T01:22:15.514Z Compiling bcrypt-pbkdf v0.10.0
16902023-11-30T01:22:16.084Z Compiling pbkdf2 v0.11.0
16912023-11-30T01:22:16.165Z Compiling ed25519-dalek v2.0.0
16922023-11-30T01:22:16.642Z Compiling ghash v0.5.0
16932023-11-30T01:22:16.927Z Compiling slog-envlogger v2.2.0
16942023-11-30T01:22:17.952Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16952023-11-30T01:22:18.136Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16962023-11-30T01:22:20.473Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16972023-11-30T01:22:21.079Z Compiling vsss-rs v3.3.1
16982023-11-30T01:22:21.633Z Compiling russh-cryptovec v0.7.0
16992023-11-30T01:22:22.129Z Compiling rand v0.7.3
17002023-11-30T01:22:25.540Z Compiling ciborium v0.2.1
17012023-11-30T01:22:27.188Z Compiling dirs v5.0.1
17022023-11-30T01:22:27.478Z Compiling chacha20poly1305 v0.10.1
17032023-11-30T01:22:27.822Z Compiling cbc v0.1.2
17042023-11-30T01:22:28.095Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17052023-11-30T01:22:28.219Z Compiling pem v3.0.2
17062023-11-30T01:22:29.086Z Compiling headers-core v0.2.0
17072023-11-30T01:22:29.110Z Compiling kstat-rs v0.2.3
17082023-11-30T01:22:29.473Z Compiling base64 v0.13.1
17092023-11-30T01:22:29.580Z Compiling pretty-hex v0.4.0
17102023-11-30T01:22:29.901Z Compiling md5 v0.7.0
17112023-11-30T01:22:30.059Z Compiling http-range v0.1.5
17122023-11-30T01:22:30.442Z Compiling hyper-staticfile v0.9.5
17132023-11-30T01:22:30.589Z Compiling russh-keys v0.38.0
17142023-11-30T01:22:30.718Z Compiling pem v1.1.1
17152023-11-30T01:22:31.797Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17162023-11-30T01:22:32.061Z Compiling headers v0.3.9
17172023-11-30T01:22:32.612Z Compiling rcgen v0.11.3
17182023-11-30T01:22:32.982Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17192023-11-30T01:22:33.836Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17202023-11-30T01:22:35.745Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17212023-11-30T01:22:36.002Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17222023-11-30T01:22:37.072Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17232023-11-30T01:22:38.226Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17242023-11-30T01:22:42.512Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17252023-11-30T01:22:43.149Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17262023-11-30T01:22:44.487Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17272023-11-30T01:22:47.631Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17282023-11-30T01:22:47.914Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17292023-11-30T01:22:50.021Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17302023-11-30T01:22:52.823Z Compiling aes-gcm v0.10.3
17312023-11-30T01:22:54.209Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17322023-11-30T01:22:55.220Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17332023-11-30T01:22:55.222Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17342023-11-30T01:22:55.695Z Compiling atomicwrites v0.4.2
17352023-11-30T01:22:56.251Z Compiling itertools v0.12.0
17362023-11-30T01:22:57.808Z Compiling subprocess v0.2.9
17372023-11-30T01:23:01.303Z Compiling hex-literal v0.4.1
17382023-11-30T01:23:01.539Z Compiling russh v0.39.0
17392023-11-30T01:23:01.677Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17402023-11-30T01:23:05.324Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17412023-11-30T01:23:08.051Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17422023-11-30T01:23:35.476Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17432023-11-30T01:24:57.599Z Finished dev [unoptimized + debuginfo] target(s) in 7m 57s
17442023-11-30T01:24:57.920Z
17452023-11-30T01:24:57.920Zreal 7:58.015889168
17462023-11-30T01:24:57.923Zuser 43:46.785674333
17472023-11-30T01:24:57.923Zsys 6:45.749480659
17482023-11-30T01:24:57.924Ztrap 1.759709731
17492023-11-30T01:24:57.924Ztflt 4.533219017
17502023-11-30T01:24:57.924Zdflt 6.755449862
17512023-11-30T01:24:57.924Zkflt 0.019155276
17522023-11-30T01:24:57.925Zlock 1:23:45.732879822
17532023-11-30T01:24:57.925Zslp 2:05:16.712625047
17542023-11-30T01:24:57.925Zlat 2:00.635169089
17552023-11-30T01:24:57.925Zstop 4:10.733261344
17562023-11-30T01:24:57.925Z+ mkdir -p /work/end-to-end-tests
17572023-11-30T01:24:57.928Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17582023-11-30T01:24:58.785Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17592023-11-30T01:24:58.785Z+ ptime -m gzip
17602023-11-30T01:24:58.788Z++ basename target/debug/bootstrap
17612023-11-30T01:25:15.196Z
17622023-11-30T01:25:15.199Zreal 16.405186292
17632023-11-30T01:25:15.199Zuser 16.219765139
17642023-11-30T01:25:15.199Zsys 0.179540915
17652023-11-30T01:25:15.199Ztrap 0.004072492
17662023-11-30T01:25:15.199Ztflt 0.000000000
17672023-11-30T01:25:15.199Zdflt 0.000000000
17682023-11-30T01:25:15.199Zkflt 0.000000000
17692023-11-30T01:25:15.199Zlock 0.000000000
17702023-11-30T01:25:15.199Zslp 0.000000000
17712023-11-30T01:25:15.199Zlat 0.001451632
17722023-11-30T01:25:15.199Zstop 0.000235764
17732023-11-30T01:25:15.199Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17742023-11-30T01:25:15.199Z+ ptime -m gzip
17752023-11-30T01:25:15.199Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8d69322849e0fa66
17762023-11-30T01:25:16.279Z
17772023-11-30T01:25:16.279Zreal 1.074399392
17782023-11-30T01:25:16.279Zuser 1.062410226
17792023-11-30T01:25:16.279Zsys 0.011270416
17802023-11-30T01:25:16.279Ztrap 0.000119184
17812023-11-30T01:25:16.279Ztflt 0.000000000
17822023-11-30T01:25:16.283Zdflt 0.000000000
17832023-11-30T01:25:16.283Zkflt 0.000000000
17842023-11-30T01:25:16.283Zlock 0.000000000
17852023-11-30T01:25:16.283Zslp 0.000000000
17862023-11-30T01:25:16.283Zlat 0.000239403
17872023-11-30T01:25:16.283Zstop 0.000237352
17882023-11-30T01:25:16.283Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17892023-11-30T01:25:16.283Z+ ptime -m gzip
17902023-11-30T01:25:16.283Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7d7c590276acd289
17912023-11-30T01:25:33.266Z
17922023-11-30T01:25:33.266Zreal 16.979750201
17932023-11-30T01:25:33.266Zuser 16.791641000
17942023-11-30T01:25:33.266Zsys 0.183574944
17952023-11-30T01:25:33.270Ztrap 0.003349177
17962023-11-30T01:25:33.270Ztflt 0.000000000
17972023-11-30T01:25:33.270Zdflt 0.000000000
17982023-11-30T01:25:33.270Zkflt 0.000000000
17992023-11-30T01:25:33.270Zlock 0.000000000
18002023-11-30T01:25:33.270Zslp 0.000000000
18012023-11-30T01:25:33.270Zlat 0.000831586
18022023-11-30T01:25:33.270Zstop 0.000232753
18032023-11-30T01:25:33.270Z+ banner caboose-util
18042023-11-30T01:25:33.270Z
18052023-11-30T01:25:33.270Z #### ## ##### #### #### #### ###### # # #####
18062023-11-30T01:25:33.270Z # # # # # # # # # # # # # # #
18072023-11-30T01:25:33.270Z # # # ##### # # # # #### ##### ##### # # #
18082023-11-30T01:25:33.270Z # ###### # # # # # # # # # # #
18092023-11-30T01:25:33.270Z # # # # # # # # # # # # # # # #
18102023-11-30T01:25:33.270Z #### # # ##### #### #### #### ###### #### #
18112023-11-30T01:25:33.270Z
18122023-11-30T01:25:33.273Z+ ptime -m cargo build --locked -p caboose-util --release
18132023-11-30T01:25:33.905Z Downloading crates ...
18142023-11-30T01:25:34.271Z Downloaded bitfield v0.14.0
18152023-11-30T01:25:34.279Z Downloaded env_logger v0.10.0
18162023-11-30T01:25:34.285Z Downloaded nodrop v0.1.14
18172023-11-30T01:25:34.290Z Downloaded path-slash v0.1.5
18182023-11-30T01:25:34.293Z Downloaded termcolor v1.2.0
18192023-11-30T01:25:34.309Z Downloaded array-init v0.0.4
18202023-11-30T01:25:34.311Z Downloaded tap v1.0.1
18212023-11-30T01:25:34.315Z Downloaded crc v3.0.1
18222023-11-30T01:25:34.318Z Downloaded crc-catalog v2.2.0
18232023-11-30T01:25:34.320Z Downloaded maybe-uninit v2.0.0
18242023-11-30T01:25:34.325Z Downloaded serde-hex v0.1.0
18252023-11-30T01:25:34.325Z Downloaded der_derive v0.7.2
18262023-11-30T01:25:34.328Z Downloaded pem-rfc7468 v0.7.0
18272023-11-30T01:25:34.330Z Downloaded radium v0.7.0
18282023-11-30T01:25:34.333Z Downloaded packed_struct v0.10.1
18292023-11-30T01:25:34.336Z Downloaded funty v2.0.0
18302023-11-30T01:25:34.336Z Downloaded pkcs1 v0.7.5
18312023-11-30T01:25:34.339Z Downloaded crc-any v2.4.3
18322023-11-30T01:25:34.343Z Downloaded rsa v0.9.2
18332023-11-30T01:25:34.351Z Downloaded x509-cert v0.2.4
18342023-11-30T01:25:34.366Z Downloaded bitvec v1.0.1
18352023-11-30T01:25:34.392Z Downloaded object v0.30.4
18362023-11-30T01:25:34.408Z Downloaded smallvec v0.6.14
18372023-11-30T01:25:34.411Z Downloaded ron v0.8.1
18382023-11-30T01:25:34.419Z Downloaded flagset v0.4.3
18392023-11-30T01:25:34.422Z Downloaded num-bigint-dig v0.8.4
18402023-11-30T01:25:34.431Z Downloaded wyz v0.5.1
18412023-11-30T01:25:34.435Z Downloaded packed_struct_codegen v0.10.1
18422023-11-30T01:25:34.594Z Compiling proc-macro2 v1.0.69
18432023-11-30T01:25:34.597Z Compiling unicode-ident v1.0.12
18442023-11-30T01:25:34.597Z Compiling libc v0.2.150
18452023-11-30T01:25:34.597Z Compiling autocfg v1.1.0
18462023-11-30T01:25:34.597Z Compiling serde v1.0.192
18472023-11-30T01:25:34.616Z Compiling cfg-if v1.0.0
18482023-11-30T01:25:34.619Z Compiling version_check v0.9.4
18492023-11-30T01:25:34.756Z Compiling syn v1.0.109
18502023-11-30T01:25:34.770Z Compiling parking_lot_core v0.9.8
18512023-11-30T01:25:34.858Z Compiling typenum v1.16.0
18522023-11-30T01:25:35.404Z Compiling libm v0.2.7
18532023-11-30T01:25:35.407Z Compiling futures-core v0.3.29
18542023-11-30T01:25:35.671Z Compiling generic-array v0.14.7
18552023-11-30T01:25:35.684Z Compiling lock_api v0.4.10
18562023-11-30T01:25:35.852Z Compiling num-traits v0.2.16
18572023-11-30T01:25:35.887Z Compiling once_cell v1.18.0
18582023-11-30T01:25:36.078Z Compiling pkg-config v0.3.27
18592023-11-30T01:25:36.081Z Compiling scopeguard v1.2.0
18602023-11-30T01:25:36.450Z Compiling slab v0.4.9
18612023-11-30T01:25:36.453Z Compiling futures-channel v0.3.29
18622023-11-30T01:25:36.470Z Compiling futures-task v0.3.29
18632023-11-30T01:25:36.855Z Compiling quote v1.0.33
18642023-11-30T01:25:36.956Z Compiling serde_json v1.0.108
18652023-11-30T01:25:37.208Z Compiling thiserror v1.0.49
18662023-11-30T01:25:37.425Z Compiling futures-util v0.3.29
18672023-11-30T01:25:37.777Z Compiling syn v2.0.32
18682023-11-30T01:25:37.854Z Compiling cc v1.0.83
18692023-11-30T01:25:37.897Z Compiling getrandom v0.2.10
18702023-11-30T01:25:37.948Z Compiling memchr v2.6.3
18712023-11-30T01:25:38.410Z Compiling itoa v1.0.9
18722023-11-30T01:25:38.506Z Compiling log v0.4.20
18732023-11-30T01:25:38.723Z Compiling smallvec v1.11.0
18742023-11-30T01:25:39.585Z Compiling vcpkg v0.2.15
18752023-11-30T01:25:40.136Z Compiling byteorder v1.5.0
18762023-11-30T01:25:40.511Z Compiling rand_core v0.6.4
18772023-11-30T01:25:40.963Z Compiling pin-project-lite v0.2.13
18782023-11-30T01:25:41.469Z Compiling parking_lot v0.12.1
18792023-11-30T01:25:42.008Z Compiling ring v0.17.5
18802023-11-30T01:25:42.380Z Compiling indexmap v1.9.3
18812023-11-30T01:25:42.482Z Compiling openssl-sys v0.9.93
18822023-11-30T01:25:43.835Z Compiling signal-hook-registry v1.4.1
18832023-11-30T01:25:44.355Z Compiling io-lifetimes v1.0.11
18842023-11-30T01:25:44.835Z Compiling heck v0.4.1
18852023-11-30T01:25:45.431Z Compiling ring v0.16.20
18862023-11-30T01:25:45.568Z Compiling mio v0.8.9
18872023-11-30T01:25:47.124Z Compiling num-integer v0.1.45
18882023-11-30T01:25:47.166Z Compiling semver v1.0.20
18892023-11-30T01:25:47.359Z Compiling ryu v1.0.15
18902023-11-30T01:25:47.525Z Compiling const-oid v0.9.5
18912023-11-30T01:25:48.025Z Compiling spin v0.5.2
18922023-11-30T01:25:48.366Z Compiling rustix v0.37.23
18932023-11-30T01:25:49.197Z Compiling num_cpus v1.16.0
18942023-11-30T01:25:49.539Z Compiling socket2 v0.5.5
18952023-11-30T01:25:49.684Z Compiling httparse v1.8.0
18962023-11-30T01:25:50.232Z Compiling openssl v0.10.57
18972023-11-30T01:25:50.339Z Compiling unicode-xid v0.2.4
18982023-11-30T01:25:50.556Z Compiling futures-sink v0.3.29
18992023-11-30T01:25:50.764Z Compiling ucd-trie v0.1.6
19002023-11-30T01:25:50.799Z Compiling synstructure v0.12.6
19012023-11-30T01:25:51.246Z Compiling tinyvec_macros v0.1.1
19022023-11-30T01:25:51.368Z Compiling tinyvec v1.6.0
19032023-11-30T01:25:52.436Z Compiling ppv-lite86 v0.2.17
19042023-11-30T01:25:52.572Z Compiling rustls v0.21.9
19052023-11-30T01:25:52.951Z Compiling futures-io v0.3.29
19062023-11-30T01:25:53.014Z Compiling pin-utils v0.1.0
19072023-11-30T01:25:53.131Z Compiling crc32fast v1.3.2
19082023-11-30T01:25:53.338Z Compiling native-tls v0.2.11
19092023-11-30T01:25:53.366Z Compiling bzip2-sys v0.1.11+1.0.8
19102023-11-30T01:25:53.764Z Compiling rand_chacha v0.3.1
19112023-11-30T01:25:53.786Z Compiling spin v0.9.8
19122023-11-30T01:25:53.990Z Compiling unicode-normalization v0.1.22
19132023-11-30T01:25:54.012Z Compiling tracing-core v0.1.31
19142023-11-30T01:25:54.352Z Compiling subtle v2.5.0
19152023-11-30T01:25:54.852Z Compiling unicode-bidi v0.3.13
19162023-11-30T01:25:55.338Z Compiling rand v0.8.5
19172023-11-30T01:25:56.491Z Compiling errno v0.3.2
19182023-11-30T01:25:56.718Z Compiling num-iter v0.1.43
19192023-11-30T01:25:56.852Z Compiling usdt-impl v0.3.5
19202023-11-30T01:25:56.865Z Compiling ahash v0.8.3
19212023-11-30T01:25:56.921Z Compiling rustix v0.38.25
19222023-11-30T01:25:57.373Z Compiling schemars v0.8.13
19232023-11-30T01:25:57.386Z Compiling base64 v0.21.5
19242023-11-30T01:25:57.876Z Compiling signal-hook v0.3.17
19252023-11-30T01:25:58.524Z Compiling serde_derive_internals v0.26.0
19262023-11-30T01:25:59.541Z Compiling serde_derive v1.0.192
19272023-11-30T01:25:59.778Z Compiling zeroize_derive v1.4.2
19282023-11-30T01:25:59.941Z Compiling tokio-macros v2.2.0
19292023-11-30T01:26:00.693Z Compiling thiserror-impl v1.0.49
19302023-11-30T01:26:01.412Z Compiling futures-macro v0.3.29
19312023-11-30T01:26:02.092Z Compiling zeroize v1.7.0
19322023-11-30T01:26:02.391Z Compiling tracing-attributes v0.1.26
19332023-11-30T01:26:03.503Z Compiling zerocopy-derive v0.2.0
19342023-11-30T01:26:03.848Z Compiling openssl-macros v0.1.1
19352023-11-30T01:26:04.897Z Compiling zerocopy-derive v0.6.4
19362023-11-30T01:26:05.152Z Compiling crypto-common v0.1.6
19372023-11-30T01:26:05.449Z Compiling block-buffer v0.10.4
19382023-11-30T01:26:05.501Z Compiling pest v2.7.2
19392023-11-30T01:26:05.824Z Compiling digest v0.10.7
19402023-11-30T01:26:06.645Z Compiling fnv v1.0.7
19412023-11-30T01:26:07.216Z Compiling bitflags v1.3.2
19422023-11-30T01:26:07.777Z Compiling tracing v0.1.37
19432023-11-30T01:26:08.533Z Compiling zerocopy v0.3.0
19442023-11-30T01:26:08.617Z Compiling schemars_derive v0.8.13
19452023-11-30T01:26:09.422Z Compiling pest_meta v2.7.2
19462023-11-30T01:26:10.057Z Compiling lazy_static v1.4.0
19472023-11-30T01:26:12.308Z Compiling pest_generator v2.7.2
19482023-11-30T01:26:13.633Z Compiling backtrace v0.3.69
19492023-11-30T01:26:13.855Z Compiling memoffset v0.9.0
19502023-11-30T01:26:14.217Z Compiling num-bigint v0.4.4
19512023-11-30T01:26:14.277Z Compiling smoltcp v0.9.1
19522023-11-30T01:26:14.621Z Compiling iana-time-zone v0.1.57
19532023-11-30T01:26:14.874Z Compiling async-trait v0.1.74
19542023-11-30T01:26:15.136Z Compiling hashbrown v0.12.3
19552023-11-30T01:26:15.181Z Compiling equivalent v1.0.1
19562023-11-30T01:26:15.314Z Compiling openssl-probe v0.1.5
19572023-11-30T01:26:15.317Z Compiling base64ct v1.6.0
19582023-11-30T01:26:15.528Z Compiling foreign-types-shared v0.1.1
19592023-11-30T01:26:15.663Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19602023-11-30T01:26:15.737Z Compiling percent-encoding v2.3.0
19612023-11-30T01:26:16.151Z Compiling pest_derive v2.7.2
19622023-11-30T01:26:16.218Z Compiling hashbrown v0.14.2
19632023-11-30T01:26:16.691Z Compiling untrusted v0.9.0
19642023-11-30T01:26:17.024Z Compiling untrusted v0.7.1
19652023-11-30T01:26:17.036Z Compiling doc-comment v0.3.3
19662023-11-30T01:26:17.303Z Compiling crossbeam-utils v0.8.16
19672023-11-30T01:26:17.454Z Compiling dtrace-parser v0.1.14
19682023-11-30T01:26:18.350Z Compiling pem-rfc7468 v0.7.0
19692023-11-30T01:26:19.397Z Compiling foreign-types v0.3.2
19702023-11-30T01:26:20.144Z Compiling dof v0.1.5
19712023-11-30T01:26:20.283Z Compiling der_derive v0.7.2
19722023-11-30T01:26:21.248Z Compiling clap_derive v4.4.2
19732023-11-30T01:26:22.866Z Compiling bytes v1.5.0
19742023-11-30T01:26:24.035Z Compiling bitflags v2.4.0
19752023-11-30T01:26:24.794Z Compiling tokio v1.34.0
19762023-11-30T01:26:24.834Z Compiling rustc_version v0.4.0
19772023-11-30T01:26:25.810Z Compiling heapless v0.7.16
19782023-11-30T01:26:26.384Z Compiling http v0.2.11
19792023-11-30T01:26:26.713Z Compiling uuid v1.6.1
19802023-11-30T01:26:27.803Z Compiling indexmap v2.1.0
19812023-11-30T01:26:27.939Z Compiling chrono v0.4.31
19822023-11-30T01:26:29.874Z Compiling thread-id v4.2.0
19832023-11-30T01:26:30.247Z Compiling siphasher v0.3.11
19842023-11-30T01:26:30.514Z Compiling time-core v0.1.1
19852023-11-30T01:26:30.756Z Compiling rustversion v1.0.14
19862023-11-30T01:26:30.761Z Compiling utf8parse v0.2.1
19872023-11-30T01:26:30.877Z Compiling anstyle v1.0.2
19882023-11-30T01:26:31.036Z Compiling adler v1.0.2
19892023-11-30T01:26:31.335Z Compiling try-lock v0.2.4
19902023-11-30T01:26:31.533Z Compiling cpufeatures v0.2.9
19912023-11-30T01:26:31.662Z Compiling flagset v0.4.3
19922023-11-30T01:26:31.771Z Compiling sha2 v0.10.8
19932023-11-30T01:26:32.005Z Compiling der v0.7.8
19942023-11-30T01:26:34.056Z Compiling want v0.3.1
19952023-11-30T01:26:34.432Z Compiling miniz_oxide v0.7.1
19962023-11-30T01:26:36.287Z Compiling anstyle-parse v0.2.1
19972023-11-30T01:26:36.627Z Compiling time-macros v0.2.13
19982023-11-30T01:26:37.838Z Compiling tokio-util v0.7.10
19992023-11-30T01:26:40.193Z Compiling h2 v0.3.21
20002023-11-30T01:26:41.955Z Compiling http-body v0.4.5
20012023-11-30T01:26:45.433Z Compiling serde_tokenstream v0.1.7
20022023-11-30T01:26:45.939Z Compiling rustls-webpki v0.101.7
20032023-11-30T01:26:46.221Z Compiling sct v0.7.0
20042023-11-30T01:26:46.854Z Compiling form_urlencoded v1.2.0
20052023-11-30T01:26:47.056Z Compiling hubpack_derive v0.1.1
20062023-11-30T01:26:47.325Z Compiling pin-project-internal v1.1.3
20072023-11-30T01:26:48.558Z Compiling socket2 v0.4.9
20082023-11-30T01:26:48.620Z Compiling crossbeam-epoch v0.9.15
20092023-11-30T01:26:49.344Z Compiling colorchoice v1.0.0
20102023-11-30T01:26:49.506Z Compiling anstyle-query v1.0.0
20112023-11-30T01:26:49.592Z Compiling slog v2.7.0
20122023-11-30T01:26:49.696Z Compiling radium v0.7.0
20132023-11-30T01:26:50.427Z Compiling tower-service v0.3.2
20142023-11-30T01:26:50.929Z Compiling httpdate v1.0.3
20152023-11-30T01:26:50.942Z Compiling anyhow v1.0.75
20162023-11-30T01:26:51.659Z Compiling hyper v0.14.27
20172023-11-30T01:26:54.326Z Compiling anstream v0.5.0
20182023-11-30T01:27:00.389Z Compiling terminal_size v0.2.6
20192023-11-30T01:27:00.694Z Compiling spki v0.7.2
20202023-11-30T01:27:02.591Z Compiling toml_datetime v0.6.5
20212023-11-30T01:27:03.211Z Compiling serde_spanned v0.6.4
20222023-11-30T01:27:03.729Z Compiling rustls-pemfile v1.0.3
20232023-11-30T01:27:04.240Z Compiling zerocopy v0.6.4
20242023-11-30T01:27:05.574Z Compiling hmac v0.12.1
20252023-11-30T01:27:05.761Z Compiling md-5 v0.10.5
20262023-11-30T01:27:06.097Z Compiling idna v0.4.0
20272023-11-30T01:27:06.121Z Compiling stringprep v0.1.3
20282023-11-30T01:27:07.374Z Compiling diesel_table_macro_syntax v0.1.0
20292023-11-30T01:27:07.378Z Compiling hash32 v0.2.1
20302023-11-30T01:27:07.520Z Compiling aho-corasick v1.0.4
20312023-11-30T01:27:07.751Z Compiling tap v1.0.1
20322023-11-30T01:27:07.876Z Compiling gimli v0.28.0
20332023-11-30T01:27:07.925Z Compiling fallible-iterator v0.2.0
20342023-11-30T01:27:08.020Z Compiling either v1.9.0
20352023-11-30T01:27:08.532Z Compiling winnow v0.5.15
20362023-11-30T01:27:08.546Z Compiling clap_lex v0.5.1
20372023-11-30T01:27:09.242Z Compiling maybe-uninit v2.0.0
20382023-11-30T01:27:09.696Z Compiling regex-syntax v0.8.2
20392023-11-30T01:27:09.905Z Compiling strsim v0.10.0
20402023-11-30T01:27:11.104Z Compiling stable_deref_trait v1.2.0
20412023-11-30T01:27:11.238Z Compiling dyn-clone v1.0.13
20422023-11-30T01:27:13.779Z Compiling clap_builder v4.4.2
20432023-11-30T01:27:13.926Z Compiling postgres-protocol v0.6.6
20442023-11-30T01:27:13.958Z Compiling wyz v0.5.1
20452023-11-30T01:27:14.560Z Compiling diesel_derives v2.1.2
20462023-11-30T01:27:14.697Z Compiling url v2.4.1
20472023-11-30T01:27:15.275Z Compiling addr2line v0.21.0
20482023-11-30T01:27:15.795Z Compiling regex-automata v0.4.3
20492023-11-30T01:27:17.515Z Compiling tokio-rustls v0.24.1
20502023-11-30T01:27:18.447Z Compiling rustls-native-certs v0.6.3
20512023-11-30T01:27:18.962Z Compiling strum_macros v0.25.2
20522023-11-30T01:27:21.964Z Compiling tokio-native-tls v0.3.1
20532023-11-30T01:27:26.015Z Compiling usdt-macro v0.3.5
20542023-11-30T01:27:26.038Z Compiling usdt-attr-macro v0.3.5
20552023-11-30T01:27:27.862Z Compiling phf_shared v0.11.2
20562023-11-30T01:27:28.810Z Compiling block-padding v0.3.3
20572023-11-30T01:27:28.992Z Compiling enum-as-inner v0.5.1
20582023-11-30T01:27:29.136Z Compiling snafu-derive v0.7.5
20592023-11-30T01:27:29.427Z Compiling serde_repr v0.1.16
20602023-11-30T01:27:30.470Z Compiling scheduled-thread-pool v0.2.7
20612023-11-30T01:27:31.070Z Compiling object v0.32.1
20622023-11-30T01:27:34.318Z Compiling managed v0.8.0
20632023-11-30T01:27:35.046Z Compiling packed_struct v0.10.1
20642023-11-30T01:27:35.625Z Compiling funty v2.0.0
20652023-11-30T01:27:38.435Z Compiling ipnet v2.8.0
20662023-11-30T01:27:40.212Z Compiling bit-vec v0.6.3
20672023-11-30T01:27:40.256Z Compiling num-bigint-dig v0.8.4
20682023-11-30T01:27:40.873Z Compiling rustc-demangle v0.1.23
20692023-11-30T01:27:41.540Z Compiling matches v0.1.10
20702023-11-30T01:27:41.662Z Compiling regex-automata v0.1.10
20712023-11-30T01:27:42.307Z Compiling num_threads v0.1.6
20722023-11-30T01:27:42.455Z Compiling deranged v0.3.8
20732023-11-30T01:27:42.479Z Compiling bstr v0.2.17
20742023-11-30T01:27:42.482Z Compiling idna v0.2.3
20752023-11-30T01:27:45.502Z Compiling time v0.3.27
20762023-11-30T01:27:46.682Z Compiling bitvec v1.0.1
20772023-11-30T01:27:50.587Z Compiling r2d2 v0.8.10
20782023-11-30T01:27:51.819Z Compiling inout v0.1.3
20792023-11-30T01:27:54.160Z Compiling phf v0.11.2
20802023-11-30T01:27:54.604Z Compiling regex v1.10.2
20812023-11-30T01:27:55.525Z Compiling hyper-tls v0.5.0
20822023-11-30T01:27:56.019Z Compiling clap v4.4.3
20832023-11-30T01:27:56.166Z Compiling signal-hook-mio v0.2.3
20842023-11-30T01:27:56.224Z Compiling hyper-rustls v0.24.2
20852023-11-30T01:27:56.374Z Compiling flate2 v1.0.28
20862023-11-30T01:27:57.020Z Compiling bzip2 v0.4.4
20872023-11-30T01:27:57.595Z Compiling ipnetwork v0.20.0
20882023-11-30T01:27:57.648Z Compiling postgres-types v0.2.6
20892023-11-30T01:27:57.918Z Compiling toml_edit v0.19.15
20902023-11-30T01:27:58.057Z Compiling itertools v0.11.0
20912023-11-30T01:27:58.845Z Compiling pkcs8 v0.10.2
20922023-11-30T01:27:59.936Z Compiling pin-project v1.1.3
20932023-11-30T01:28:00.464Z Compiling hubpack v0.1.2
20942023-11-30T01:28:00.598Z Compiling serde_urlencoded v0.7.1
20952023-11-30T01:28:01.134Z Compiling phf_shared v0.10.0
20962023-11-30T01:28:01.468Z Compiling futures-executor v0.3.29
20972023-11-30T01:28:03.073Z Compiling signature v2.1.0
20982023-11-30T01:28:03.533Z Compiling packed_struct_codegen v0.10.1
20992023-11-30T01:28:05.242Z Compiling float-cmp v0.9.0
21002023-11-30T01:28:06.330Z Compiling encoding_rs v0.8.33
21012023-11-30T01:28:07.853Z Compiling fixedbitset v0.4.2
21022023-11-30T01:28:07.865Z Compiling regex-automata v0.3.8
21032023-11-30T01:28:07.963Z Compiling difflib v0.4.0
21042023-11-30T01:28:08.513Z Compiling nodrop v0.1.14
21052023-11-30T01:28:09.922Z Compiling whoami v1.4.1
21062023-11-30T01:28:09.994Z Compiling new_debug_unreachable v1.0.4
21072023-11-30T01:28:10.712Z Compiling normalize-line-endings v0.3.0
21082023-11-30T01:28:10.876Z Compiling unicode-segmentation v1.10.1
21092023-11-30T01:28:11.669Z Compiling mime v0.3.17
21102023-11-30T01:28:12.534Z Compiling data-encoding v2.4.0
21112023-11-30T01:28:12.651Z Compiling static_assertions v1.1.0
21122023-11-30T01:28:12.783Z Compiling predicates-core v1.0.6
21132023-11-30T01:28:12.840Z Compiling crc-catalog v2.2.0
21142023-11-30T01:28:13.043Z Compiling webpki-roots v0.25.2
21152023-11-30T01:28:13.407Z Compiling unicode-width v0.1.11
21162023-11-30T01:28:13.578Z Compiling precomputed-hash v0.1.1
21172023-11-30T01:28:13.664Z Compiling console v0.15.7
21182023-11-30T01:28:13.727Z Compiling string_cache v0.8.7
21192023-11-30T01:28:15.775Z Compiling trust-dns-proto v0.22.0
21202023-11-30T01:28:21.994Z Compiling reqwest v0.11.22
21212023-11-30T01:28:22.189Z Compiling predicates v3.0.4
21222023-11-30T01:28:24.682Z Compiling crc v3.0.1
21232023-11-30T01:28:25.839Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21242023-11-30T01:28:27.653Z Compiling similar v2.2.1
21252023-11-30T01:28:28.716Z Compiling bstr v1.6.0
21262023-11-30T01:28:31.093Z Compiling tokio-postgres v0.7.10
21272023-11-30T01:28:32.807Z Compiling array-init v0.0.4
21282023-11-30T01:28:34.959Z Compiling petgraph v0.6.4
21292023-11-30T01:28:41.808Z Compiling toml v0.7.8
21302023-11-30T01:28:43.538Z Compiling futures v0.3.29
21312023-11-30T01:28:44.370Z Compiling snafu v0.7.5
21322023-11-30T01:28:44.960Z Compiling pkcs1 v0.7.5
21332023-11-30T01:28:45.286Z Compiling diesel v2.1.4
21342023-11-30T01:28:45.642Z Compiling smallvec v0.6.14
21352023-11-30T01:28:45.757Z Compiling zip v0.6.6
21362023-11-30T01:28:45.790Z Compiling yasna v0.5.2
21372023-11-30T01:28:46.398Z Compiling crossterm v0.27.0
21382023-11-30T01:28:48.279Z Compiling cipher v0.4.4
21392023-11-30T01:28:48.527Z Compiling hashbrown v0.13.2
21402023-11-30T01:28:51.872Z Compiling bit-set v0.5.3
21412023-11-30T01:28:52.138Z Compiling usdt v0.3.5
21422023-11-30T01:28:52.295Z Compiling is-terminal v0.4.9
21432023-11-30T01:28:52.523Z Compiling toml_edit v0.21.0
21442023-11-30T01:28:55.655Z Compiling itertools v0.10.5
21452023-11-30T01:28:59.578Z Compiling tokio-stream v0.1.14
21462023-11-30T01:29:00.340Z Compiling openapiv3 v2.0.0-rc.1
21472023-11-30T01:29:01.103Z Compiling hex v0.4.3
21482023-11-30T01:29:07.162Z Compiling termcolor v1.2.0
21492023-11-30T01:29:11.536Z Compiling bitfield v0.14.0
21502023-11-30T01:29:14.754Z Compiling lalrpop-util v0.19.12
21512023-11-30T01:29:21.257Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21522023-11-30T01:29:25.928Z Compiling env_logger v0.10.0
21532023-11-30T01:29:37.683Z Compiling rsa v0.9.2
21542023-11-30T01:29:44.451Z Compiling serde-hex v0.1.0
21552023-11-30T01:29:46.491Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21562023-11-30T01:29:53.494Z Compiling x509-cert v0.2.4
21572023-11-30T01:29:54.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21582023-11-30T01:29:54.622Z Compiling ron v0.8.1
21592023-11-30T01:30:00.245Z Compiling crc-any v2.4.3
21602023-11-30T01:30:10.987Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21612023-11-30T01:30:17.486Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21622023-11-30T01:30:37.598Z Compiling object v0.30.4
21632023-11-30T01:30:48.653Z Compiling path-slash v0.1.5
21642023-11-30T01:30:52.773Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21652023-11-30T01:31:35.832Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21662023-11-30T01:31:37.003Z Finished release [optimized] target(s) in 6m 03s
21672023-11-30T01:31:37.092Z
21682023-11-30T01:31:37.092Zreal 6:03.825923429
21692023-11-30T01:31:37.092Zuser 42:10.518314897
21702023-11-30T01:31:37.092Zsys 3:38.778087811
21712023-11-30T01:31:37.092Ztrap 1.846582617
21722023-11-30T01:31:37.092Ztflt 0.967965365
21732023-11-30T01:31:37.092Zdflt 0.481914001
21742023-11-30T01:31:37.095Zkflt 0.000133754
21752023-11-30T01:31:37.095Zlock 1:34:25.946936083
21762023-11-30T01:31:37.098Zslp 1:59:34.356827459
21772023-11-30T01:31:37.098Zlat 1:48.463165250
21782023-11-30T01:31:37.098Zstop 1:18.167829631
21792023-11-30T01:31:37.098Z+ ptime -m gzip
21802023-11-30T01:31:37.751Z
21812023-11-30T01:31:37.751Zreal 0.653084567
21822023-11-30T01:31:37.751Zuser 0.645633613
21832023-11-30T01:31:37.751Zsys 0.006819527
21842023-11-30T01:31:37.754Ztrap 0.000087527
21852023-11-30T01:31:37.754Ztflt 0.000000000
21862023-11-30T01:31:37.754Zdflt 0.000000000
21872023-11-30T01:31:37.754Zkflt 0.000000000
21882023-11-30T01:31:37.754Zlock 0.000000000
21892023-11-30T01:31:37.754Zslp 0.000000000
21902023-11-30T01:31:37.754Zlat 0.000215639
21912023-11-30T01:31:37.754Zstop 0.000225656
21922023-11-30T01:31:37.754Z+ banner tufaceous
21932023-11-30T01:31:37.754Z
21942023-11-30T01:31:37.754Z ##### # # ###### ## #### ###### #### # # ####
21952023-11-30T01:31:37.754Z # # # # # # # # # # # # # #
21962023-11-30T01:31:37.754Z # # # ##### # # # ##### # # # # ####
21972023-11-30T01:31:37.754Z # # # # ###### # # # # # # #
21982023-11-30T01:31:37.754Z # # # # # # # # # # # # # # #
21992023-11-30T01:31:37.754Z # #### # # # #### ###### #### #### ####
22002023-11-30T01:31:37.755Z
22012023-11-30T01:31:37.758Z+ ptime -m cargo build --locked -p tufaceous --release
22022023-11-30T01:31:38.511Z Downloading crates ...
22032023-11-30T01:31:38.832Z Downloaded humantime v2.1.0
22042023-11-30T01:31:38.835Z Downloaded globset v0.4.13
22052023-11-30T01:31:38.838Z Downloaded buf-list v1.0.3
22062023-11-30T01:31:38.845Z Downloaded typed-path v0.6.0
22072023-11-30T01:31:38.856Z Downloaded async-recursion v1.0.5
22082023-11-30T01:31:38.859Z Downloaded tough v0.15.0
22092023-11-30T01:31:38.872Z Downloaded bytesize v1.3.0
22102023-11-30T01:31:38.875Z Downloaded olpc-cjson v0.1.3
22112023-11-30T01:31:38.879Z Downloaded serde_plain v1.0.2
22122023-11-30T01:31:38.879Z Downloaded fs-err v2.11.0
22132023-11-30T01:31:39.038Z Compiling serde_tokenstream v0.2.0
22142023-11-30T01:31:39.060Z Compiling regress v0.7.1
22152023-11-30T01:31:39.073Z Compiling dirs-sys-next v0.1.2
22162023-11-30T01:31:39.076Z Compiling ident_case v1.0.1
22172023-11-30T01:31:39.098Z Compiling thread_local v1.1.7
22182023-11-30T01:31:39.102Z Compiling camino v1.1.6
22192023-11-30T01:31:39.102Z Compiling heck v0.4.1
22202023-11-30T01:31:39.310Z Compiling dirs-next v2.0.0
22212023-11-30T01:31:39.671Z Compiling darling_core v0.20.3
22222023-11-30T01:31:39.817Z Compiling slog-async v2.8.0
22232023-11-30T01:31:39.949Z Compiling term v0.7.0
22242023-11-30T01:31:40.411Z Compiling crossbeam-channel v0.5.8
22252023-11-30T01:31:40.559Z Compiling getopts v0.2.21
22262023-11-30T01:31:40.902Z Compiling structmeta-derive v0.2.0
22272023-11-30T01:31:41.055Z Compiling atty v0.2.14
22282023-11-30T01:31:41.260Z Compiling multer v2.1.0
22292023-11-30T01:31:41.687Z Compiling paste v1.0.14
22302023-11-30T01:31:42.009Z Compiling unsafe-libyaml v0.2.9
22312023-11-30T01:31:42.377Z Compiling take_mut v0.2.2
22322023-11-30T01:31:42.604Z Compiling match_cfg v0.1.0
22332023-11-30T01:31:42.732Z Compiling hostname v0.3.1
22342023-11-30T01:31:43.398Z Compiling slog-term v2.9.0
22352023-11-30T01:31:44.895Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22362023-11-30T01:31:46.928Z Compiling structmeta v0.2.0
22372023-11-30T01:31:47.556Z Compiling serde_yaml v0.9.25
22382023-11-30T01:31:48.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22392023-11-30T01:31:48.520Z Compiling slog-json v2.6.1
22402023-11-30T01:31:48.633Z Compiling darling_macro v0.20.3
22412023-11-30T01:31:49.311Z Compiling async-stream-impl v0.3.5
22422023-11-30T01:31:50.054Z Compiling darling v0.20.3
22432023-11-30T01:31:50.211Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22442023-11-30T01:31:50.671Z Compiling fastrand v2.0.0
22452023-11-30T01:31:51.209Z Compiling atomic-waker v1.1.1
22462023-11-30T01:31:51.298Z Compiling regex-syntax v0.7.5
22472023-11-30T01:31:51.475Z Compiling waitgroup v0.1.2
22482023-11-30T01:31:51.749Z Compiling async-stream v0.3.5
22492023-11-30T01:31:51.812Z Compiling tempfile v3.8.1
22502023-11-30T01:31:52.086Z Compiling serde_with_macros v2.3.3
22512023-11-30T01:31:52.229Z Compiling slog-bunyan v2.4.0
22522023-11-30T01:31:55.092Z Compiling toml v0.8.8
22532023-11-30T01:31:55.599Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22542023-11-30T01:31:55.934Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22552023-11-30T01:31:57.627Z Compiling sha1 v0.10.6
22562023-11-30T01:31:57.675Z Compiling serde_path_to_error v0.1.14
22572023-11-30T01:31:58.399Z Compiling fs-err v2.11.0
22582023-11-30T01:31:58.847Z Compiling instant v0.1.12
22592023-11-30T01:31:58.860Z Compiling debug-ignore v1.0.5
22602023-11-30T01:31:59.063Z Compiling arc-swap v1.6.0
22612023-11-30T01:31:59.077Z Compiling buf-list v1.0.3
22622023-11-30T01:31:59.134Z Compiling same-file v1.0.6
22632023-11-30T01:31:59.370Z Compiling walkdir v2.4.0
22642023-11-30T01:31:59.958Z Compiling slog-scope v4.4.0
22652023-11-30T01:32:00.224Z Compiling backoff v0.4.0
22662023-11-30T01:32:00.974Z Compiling serde_with v2.3.3
22672023-11-30T01:32:01.432Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682023-11-30T01:32:01.650Z Compiling parse-display-derive v0.8.2
22692023-11-30T01:32:02.241Z Compiling globset v0.4.13
22702023-11-30T01:32:02.520Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712023-11-30T01:32:02.762Z Compiling strum v0.25.0
22722023-11-30T01:32:03.032Z Compiling olpc-cjson v0.1.3
22732023-11-30T01:32:03.949Z Compiling pem v3.0.2
22742023-11-30T01:32:04.120Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22752023-11-30T01:32:04.177Z Compiling serde_plain v1.0.2
22762023-11-30T01:32:05.015Z Compiling macaddr v1.0.1
22772023-11-30T01:32:06.208Z Compiling async-recursion v1.0.5
22782023-11-30T01:32:06.594Z Compiling filetime v0.2.22
22792023-11-30T01:32:07.121Z Compiling xattr v1.0.1
22802023-11-30T01:32:07.548Z Compiling typed-path v0.6.0
22812023-11-30T01:32:07.764Z Compiling tar v0.4.40
22822023-11-30T01:32:08.045Z Compiling parse-display v0.8.2
22832023-11-30T01:32:08.883Z Compiling slog-stdlog v4.1.1
22842023-11-30T01:32:10.408Z Compiling camino-tempfile v1.1.1
22852023-11-30T01:32:11.278Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22862023-11-30T01:32:11.436Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22872023-11-30T01:32:11.681Z Compiling tough v0.15.0
22882023-11-30T01:32:17.230Z Compiling itertools v0.12.0
22892023-11-30T01:32:17.442Z Compiling bytesize v1.3.0
22902023-11-30T01:32:18.362Z Compiling slog-envlogger v2.2.0
22912023-11-30T01:32:19.565Z Compiling humantime v2.1.0
22922023-11-30T01:32:22.293Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22932023-11-30T01:32:47.871Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22942023-11-30T01:32:48.097Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952023-11-30T01:32:57.492Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22962023-11-30T01:32:59.892Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22972023-11-30T01:33:29.524Z Finished release [optimized] target(s) in 1m 51s
22982023-11-30T01:33:29.611Z
22992023-11-30T01:33:29.611Zreal 1:51.839311541
23002023-11-30T01:33:29.611Zuser 11:49.319363424
23012023-11-30T01:33:29.611Zsys 46.064133038
23022023-11-30T01:33:29.614Ztrap 0.471251533
23032023-11-30T01:33:29.615Ztflt 0.303323283
23042023-11-30T01:33:29.615Zdflt 0.815042927
23052023-11-30T01:33:29.615Zkflt 0.000000000
23062023-11-30T01:33:29.615Zlock 23:21.153992424
23072023-11-30T01:33:29.615Zslp 23:56.863461126
23082023-11-30T01:33:29.615Zlat 21.801715374
23092023-11-30T01:33:29.615Zstop 10.595998280
23102023-11-30T01:33:29.615Z+ ptime -m gzip
23112023-11-30T01:33:31.980Z
23122023-11-30T01:33:31.983Zreal 2.362647741
23132023-11-30T01:33:31.983Zuser 2.333023002
23142023-11-30T01:33:31.983Zsys 0.027636349
23152023-11-30T01:33:31.983Ztrap 0.000680743
23162023-11-30T01:33:31.983Ztflt 0.000000000
23172023-11-30T01:33:31.983Zdflt 0.000000000
23182023-11-30T01:33:31.983Zkflt 0.000000000
23192023-11-30T01:33:31.983Zlock 0.000000000
23202023-11-30T01:33:31.983Zslp 0.000000000
23212023-11-30T01:33:31.983Zlat 0.000968401
23222023-11-30T01:33:31.983Zstop 0.000233678
23232023-11-30T01:33:31.983Zprocess exited: duration 1165224 ms, exit code 0
 
23242023-11-30T01:33:32.002Zfound 5 output files
23252023-11-30T01:33:32.002Zuploading: /work/end-to-end-tests/bootstrap-8d69322849e0fa66.gz (6319379 bytes)
23262023-11-30T01:33:35.824Zuploaded: /work/end-to-end-tests/bootstrap-8d69322849e0fa66.gz
23272023-11-30T01:33:35.835Zuploading: /work/end-to-end-tests/bootstrap.gz (95332811 bytes)
23282023-11-30T01:33:57.720Zuploaded: /work/end-to-end-tests/bootstrap.gz
23292023-11-30T01:33:57.721Zuploading: /work/end-to-end-tests/end_to_end_tests-7d7c590276acd289.gz (98610255 bytes)
23302023-11-30T01:34:24.834Zuploaded: /work/end-to-end-tests/end_to_end_tests-7d7c590276acd289.gz
23312023-11-30T01:34:24.834Zuploading: /work/caboose-util.gz (4090913 bytes)
23322023-11-30T01:34:26.891Zuploaded: /work/caboose-util.gz
23332023-11-30T01:34:26.891Zuploading: /work/tufaceous.gz (14959483 bytes)
23342023-11-30T01:34:32.491Zuploaded: /work/tufaceous.gz