01HGW2H42FVX7DSCKE115J11PJ: 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: 01HGW2HE5S23A6KPQBB54GGH1X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-05T04:08:29.447Zjob assigned to worker 01HGW2HKM3VY1VSE43738DTSP9 (queued for 1 m 7 s)
 
22023-12-05T04:08:30.312Zstarting task 0: "setup"
32023-12-05T04:08:30.371Z++ uname -s
42023-12-05T04:08:30.376Z+ kern=SunOS
52023-12-05T04:08:30.376Z+ case "$kern" in
62023-12-05T04:08:30.376Z+ groupadd -g 12345 build
72023-12-05T04:08:30.380Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-05T04:08:32.386Z+ zfs create -o mountpoint=/work rpool/work
92023-12-05T04:08:32.489Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-05T04:08:32.502Z+ home_fs=zfs
112023-12-05T04:08:32.502Z+ [[ zfs == autofs ]]
122023-12-05T04:08:32.503Z+ mkdir -p /home/build
132023-12-05T04:08:32.503Z+ chown build:build /home/build /work
142023-12-05T04:08:34.502Z+ chmod 0700 /home/build /work
152023-12-05T04:08:34.521Zprocess exited: duration 4185 ms, exit code 0
 
162023-12-05T04:08:34.552Zstarting task 1: "rust-toolchain"
172023-12-05T04:08:34.575Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-05T04:08:34.575Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-05T04:08:34.749Zinfo: downloading installer
202023-12-05T04:08:36.802Zwarning: it looks like you have an existing installation of Rust at:
212023-12-05T04:08:36.802Zwarning: /opt/ooce/bin
222023-12-05T04:08:36.802Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-05T04:08:36.802Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-05T04:08:36.802Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-05T04:08:36.802Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-05T04:08:36.802Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-05T04:08:36.802Zerror: cannot install while Rust is installed
282023-12-05T04:08:36.802Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-05T04:08:36.874Zinfo: profile set to 'default'
302023-12-05T04:08:36.874Zinfo: default host triple is x86_64-unknown-illumos
312023-12-05T04:08:36.885Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-05T04:08:37.057Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-05T04:08:37.057Zinfo: downloading component 'cargo'
342023-12-05T04:08:37.725Zinfo: downloading component 'clippy'
352023-12-05T04:08:37.965Zinfo: downloading component 'rust-docs'
362023-12-05T04:08:38.807Zinfo: downloading component 'rust-std'
372023-12-05T04:08:40.337Zinfo: downloading component 'rustc'
382023-12-05T04:08:44.001Zinfo: downloading component 'rustfmt'
392023-12-05T04:08:44.214Zinfo: installing component 'cargo'
402023-12-05T04:08:45.630Zinfo: installing component 'clippy'
412023-12-05T04:08:46.252Zinfo: installing component 'rust-docs'
422023-12-05T04:08:48.929Zinfo: installing component 'rust-std'
432023-12-05T04:08:52.121Zinfo: installing component 'rustc'
442023-12-05T04:08:58.637Zinfo: installing component 'rustfmt'
452023-12-05T04:08:59.120Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-05T04:08:59.120Z
472023-12-05T04:08:59.260Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-05T04:08:59.260Z
492023-12-05T04:08:59.260Z
502023-12-05T04:08:59.260ZRust is installed now. Great!
512023-12-05T04:08:59.261Z
522023-12-05T04:08:59.270ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-05T04:08:59.270Zenvironment variable. This has not been done automatically.
542023-12-05T04:08:59.270Z
552023-12-05T04:08:59.270ZTo configure your current shell, run:
562023-12-05T04:08:59.270Zsource "$HOME/.cargo/env"
572023-12-05T04:08:59.346Z+ rustc --version
582023-12-05T04:08:59.456Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-05T04:08:59.462Zprocess exited: duration 24916 ms, exit code 0
 
602023-12-05T04:08:59.469Zstarting task 2: "authentication"
612023-12-05T04:08:59.500Zprocess exited: duration 30 ms, exit code 0
 
622023-12-05T04:08:59.508Zstarting task 3: "clone repository"
632023-12-05T04:08:59.513Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-05T04:08:59.515Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-05T04:08:59.565ZCloning into '/work/oxidecomputer/omicron'...
662023-12-05T04:09:06.843Z+ cd /work/oxidecomputer/omicron
672023-12-05T04:09:06.843Z+ [[ -n '' ]]
682023-12-05T04:09:07.257Z+ git fetch origin 528a94580d2aac5cfbf313b5d46103795112c115
692023-12-05T04:09:07.260ZFrom https://github.com/oxidecomputer/omicron
702023-12-05T04:09:07.262Z * branch 528a94580d2aac5cfbf313b5d46103795112c115 -> FETCH_HEAD
712023-12-05T04:09:07.262Z+ git reset --hard 528a94580d2aac5cfbf313b5d46103795112c115
722023-12-05T04:09:07.394ZHEAD is now at 528a9458 Update taiki-e/install-action digest to d211c4b
732023-12-05T04:09:07.397Zprocess exited: duration 7890 ms, exit code 0
 
742023-12-05T04:09:07.402Zstarting task 4: "build"
752023-12-05T04:09:07.410Z+ cargo --version
762023-12-05T04:09:07.417Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
772023-12-05T04:09:07.626Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
782023-12-05T04:09:07.630Zinfo: downloading component 'cargo'
792023-12-05T04:09:08.485Zinfo: downloading component 'clippy'
802023-12-05T04:09:08.762Zinfo: downloading component 'rust-docs'
812023-12-05T04:09:09.845Zinfo: downloading component 'rust-std'
822023-12-05T04:09:11.563Zinfo: downloading component 'rustc'
832023-12-05T04:09:15.927Zinfo: downloading component 'rustfmt'
842023-12-05T04:09:16.237Zinfo: installing component 'cargo'
852023-12-05T04:09:18.136Zinfo: installing component 'clippy'
862023-12-05T04:09:18.584Zinfo: installing component 'rust-docs'
872023-12-05T04:09:21.411Zinfo: installing component 'rust-std'
882023-12-05T04:09:24.043Zinfo: installing component 'rustc'
892023-12-05T04:09:30.267Zinfo: installing component 'rustfmt'
902023-12-05T04:09:30.819Zcargo 1.74.0 (ecb9851af 2023-10-18)
912023-12-05T04:09:30.830Z+ rustc --version
922023-12-05T04:09:30.971Zrustc 1.74.0 (79e9716c9 2023-11-13)
932023-12-05T04:09:30.979Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942023-12-05T04:09:39.645Z Startup: Refreshing catalog 'helios-dev' ... Done
952023-12-05T04:09:40.836Z Startup: Caching catalogs ... Done
962023-12-05T04:09:47.061ZPlanning: Solver setup ... Done (5.898s)
972023-12-05T04:09:47.202ZPlanning: Running solver ... Done (0.141s)
982023-12-05T04:09:47.308ZPlanning: Finding local manifests ... Done (0.041s)
992023-12-05T04:09:47.315ZPlanning: Fetching manifests: 0/6 0% complete
1002023-12-05T04:09:47.638ZPlanning: Fetching manifests: 6/6 100% complete
1012023-12-05T04:09:47.840ZPlanning: Package planning ... Done (0.202s)
1022023-12-05T04:09:47.924ZPlanning: Merging actions ... Done (0.084s)
1032023-12-05T04:09:49.020ZPlanning: Checking for conflicting actions ... Done (1.095s)
1042023-12-05T04:09:49.038ZPlanning: Consolidating action changes ... Done (0.018s)
1052023-12-05T04:09:55.715ZPlanning: Evaluating mediators ... Done (6.675s)
1062023-12-05T04:09:55.831ZPlanning: Planning completed in 14.94 seconds
1072023-12-05T04:09:56.927Z Packages to install: 4
1082023-12-05T04:09:56.927Z Packages to update: 2
1092023-12-05T04:09:56.927Z Mediators to change: 2
1102023-12-05T04:09:56.930Z Services to change: 1
1112023-12-05T04:09:56.930Z Estimated space available: 148.88 GB
1122023-12-05T04:09:56.930ZEstimated space to be consumed: 1.42 GB
1132023-12-05T04:09:56.930Z Create boot environment: No
1142023-12-05T04:09:56.930ZCreate backup boot environment: Yes
1152023-12-05T04:09:56.930Z Rebuild boot archive: No
1162023-12-05T04:09:56.930Z
1172023-12-05T04:09:56.931ZChanged mediators:
1182023-12-05T04:09:56.931Z mediator clang:
1192023-12-05T04:09:56.931Z version: None -> 15 (system default)
1202023-12-05T04:09:56.931Z
1212023-12-05T04:09:56.931Z mediator llvm:
1222023-12-05T04:09:56.931Z version: 14 (system default) -> 15 (system default)
1232023-12-05T04:09:56.931Z
1242023-12-05T04:09:56.931ZChanged packages:
1252023-12-05T04:09:56.931Zhelios-dev
1262023-12-05T04:09:56.931Z developer/build-essential
1272023-12-05T04:09:56.931Z None -> 11-2.0
1282023-12-05T04:09:56.932Z library/libxmlsec1
1292023-12-05T04:09:56.932Z None -> 1.2.35-2.0
1302023-12-05T04:09:56.932Z ooce/developer/clang-15
1312023-12-05T04:09:56.932Z None -> 15.0.7-2.0
1322023-12-05T04:09:56.932Z ooce/developer/llvm-15
1332023-12-05T04:09:56.932Z None -> 15.0.7-2.0
1342023-12-05T04:09:56.932Z system/library/g++-runtime
1352023-12-05T04:09:56.932Z 12-2.0 -> 13-2.0
1362023-12-05T04:09:56.932Z system/library/gcc-runtime
1372023-12-05T04:09:56.932Z 12-2.0 -> 13-2.0
1382023-12-05T04:09:56.932Z
1392023-12-05T04:09:56.932ZServices:
1402023-12-05T04:09:56.932Z restart_fmri:
1412023-12-05T04:09:56.932Z svc:/system/update-man-index:default
1422023-12-05T04:09:57.155Z
1432023-12-05T04:09:57.155ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1442023-12-05T04:10:02.188ZDownload: 1154/3330 items 50.5/221.1MB 22% complete (10.1M/s)
1452023-12-05T04:10:07.444ZDownload: 2223/3330 items 119.2/221.1MB 53% complete (12.3M/s)
1462023-12-05T04:10:12.591ZDownload: 3282/3330 items 211.0/221.1MB 95% complete (15.3M/s)
1472023-12-05T04:10:13.684ZDownload: Completed 221.11 MB in 16.52 seconds (13.4M/s)
1482023-12-05T04:10:15.840Z Actions: 1/3766 actions (Removing old actions)
1492023-12-05T04:10:15.840Z Actions: 5/3766 actions (Installing new actions)
1502023-12-05T04:10:21.106Z Actions: 2839/3766 actions (Installing new actions)
1512023-12-05T04:10:24.393Z Actions: 3729/3766 actions (Updating modified actions)
1522023-12-05T04:10:25.005Z Actions: Completed 3766 actions in 9.16 seconds.
1532023-12-05T04:10:25.211Z Done (0.196s)
1542023-12-05T04:10:25.215Z Done (0.000s)
1552023-12-05T04:10:25.464Z Done (0.258s)
1562023-12-05T04:10:33.136Z Done (7.550s)
1572023-12-05T04:10:33.473Z Done (0.235s)
1582023-12-05T04:10:33.476Z Done (0.000s)
1592023-12-05T04:10:33.704Z Done (0.000s)
1602023-12-05T04:10:34.436ZPlanning: Evaluating mediator changes ... Done
1612023-12-05T04:10:34.722ZPlanning: Checking for conflicting actions ... Done
1622023-12-05T04:10:34.725ZPlanning: Consolidating action changes ... Done
1632023-12-05T04:10:35.170ZPlanning: Evaluating mediators ... Done
1642023-12-05T04:10:35.173ZPlanning: Planning completed in 0.74 seconds
1652023-12-05T04:10:35.232Z Mediators to change: 2
1662023-12-05T04:10:35.232Z Create boot environment: No
1672023-12-05T04:10:35.235ZCreate backup boot environment: No
1682023-12-05T04:10:35.422Z Done
1692023-12-05T04:10:35.422Z Done
1702023-12-05T04:10:35.579Z Done
1712023-12-05T04:10:41.457Z Done
1722023-12-05T04:10:41.579Z Done
1732023-12-05T04:10:41.582Z Done
1742023-12-05T04:10:41.692Z Done
1752023-12-05T04:10:42.727ZPlanning: Evaluating mediator changes ... Done
1762023-12-05T04:10:42.730ZPlanning: Merging actions ... Done
1772023-12-05T04:10:43.058ZPlanning: Checking for conflicting actions ... Done
1782023-12-05T04:10:43.061ZPlanning: Consolidating action changes ... Done
1792023-12-05T04:10:43.485ZPlanning: Evaluating mediators ... Done
1802023-12-05T04:10:43.574ZPlanning: Planning completed in 1.30 seconds
1812023-12-05T04:10:43.638Z Packages to change: 1
1822023-12-05T04:10:43.638Z Mediators to change: 1
1832023-12-05T04:10:43.641Z Services to change: 1
1842023-12-05T04:10:43.641Z Create boot environment: No
1852023-12-05T04:10:43.641ZCreate backup boot environment: Yes
1862023-12-05T04:10:45.711Z Actions: 1/6 actions (Updating modified actions)
1872023-12-05T04:10:45.713Z Actions: Completed 6 actions in 0.00 seconds.
1882023-12-05T04:10:45.713Z Done
1892023-12-05T04:10:45.713Z Done
1902023-12-05T04:10:45.801Z Done
1912023-12-05T04:10:51.675Z Done
1922023-12-05T04:10:51.798Z Done
1932023-12-05T04:10:51.801Z Done
1942023-12-05T04:10:51.913Z Done
1952023-12-05T04:10:52.582ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962023-12-05T04:10:52.582Zclang system 15 system
1972023-12-05T04:10:52.582Zcsh system system illumos
1982023-12-05T04:10:52.583Zctags system system illumos
1992023-12-05T04:10:52.583Zgcc vendor 12 vendor
2002023-12-05T04:10:52.583Zgcc system 10 system
2012023-12-05T04:10:52.583Zgcc system 7 system
2022023-12-05T04:10:52.583Zgo system 1.20 system
2032023-12-05T04:10:52.583Zgo system 1.19 system
2042023-12-05T04:10:52.583Zllvm system 15 system
2052023-12-05T04:10:52.583Zllvm system 14 system
2062023-12-05T04:10:52.583Zmariadb system 10.6 system
2072023-12-05T04:10:52.583Zmta vendor vendor dma
2082023-12-05T04:10:52.583Zopenjdk system 17 system
2092023-12-05T04:10:52.583Zopenjdk system 11 system
2102023-12-05T04:10:52.583Zopenjdk system 1.8 system
2112023-12-05T04:10:52.583Zopenssl vendor 3 vendor
2122023-12-05T04:10:52.583Zperl system 5.36 system
2132023-12-05T04:10:52.583Zpostgresql system 15 system
2142023-12-05T04:10:52.583Zpostgresql system 13 system
2152023-12-05T04:10:52.583Zpython vendor 3 vendor
2162023-12-05T04:10:52.583Zpython system 2 system
2172023-12-05T04:10:52.583Zpython3 system 3.11 system
2182023-12-05T04:10:52.583Zruby system 3.0 system
2192023-12-05T04:10:52.583Zwords vendor vendor american-english
2202023-12-05T04:10:52.583Zwords system system australian-english
2212023-12-05T04:10:52.584Zwords system system british-english
2222023-12-05T04:10:52.584Zwords system system canadian-english
2232023-12-05T04:10:52.584Zwords system system french
2242023-12-05T04:10:52.584Zwords system system italian
2252023-12-05T04:10:52.584Zwords system system ngerman
2262023-12-05T04:10:52.584Zwords system system ogerman
2272023-12-05T04:10:52.584Zwords system system spanish
2282023-12-05T04:10:53.119ZFMRI IFO
2292023-12-05T04:10:53.119Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302023-12-05T04:10:53.119Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312023-12-05T04:10:53.119Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322023-12-05T04:10:53.119Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2332023-12-05T04:10:53.119Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342023-12-05T04:10:53.121Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2352023-12-05T04:10:53.121Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2362023-12-05T04:10:53.121Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2372023-12-05T04:10:53.194Z+ set -o errexit
2382023-12-05T04:10:53.197Z+++ dirname ./tools/ci_download_cockroachdb
2392023-12-05T04:10:53.200Z++ cd ./tools
2402023-12-05T04:10:53.200Z++ pwd
2412023-12-05T04:10:53.200Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2422023-12-05T04:10:53.202Z++ basename ./tools/ci_download_cockroachdb
2432023-12-05T04:10:53.204Z+ ARG0=ci_download_cockroachdb
2442023-12-05T04:10:53.205Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2452023-12-05T04:10:53.205Z+ CIDL_VERSION=v22.1.9
2462023-12-05T04:10:53.205Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2472023-12-05T04:10:53.205Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2482023-12-05T04:10:53.205Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2492023-12-05T04:10:53.205Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2502023-12-05T04:10:53.205Z+ TARGET_DIR=out
2512023-12-05T04:10:53.207Z+ DOWNLOAD_DIR=out/downloads
2522023-12-05T04:10:53.207Z+ DEST_DIR=./out/cockroachdb
2532023-12-05T04:10:53.207Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2542023-12-05T04:10:53.207Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2552023-12-05T04:10:53.209Z+ main
2562023-12-05T04:10:53.209Z+ [[ 0 != 0 ]]
2572023-12-05T04:10:53.209Z+ CIDL_OS=solaris2.11
2582023-12-05T04:10:53.209Z+ [[ 0 != 0 ]]
2592023-12-05T04:10:53.209Z+ configure_os solaris2.11
2602023-12-05T04:10:53.209Z+ echo 'current directory: /work/oxidecomputer/omicron'
2612023-12-05T04:10:53.209Zcurrent directory: /work/oxidecomputer/omicron
2622023-12-05T04:10:53.209Z+ echo 'configuring based on OS: "solaris2.11"'
2632023-12-05T04:10:53.209Z+ case "$1" in
2642023-12-05T04:10:53.209Zconfiguring based on OS: "solaris2.11"
2652023-12-05T04:10:53.209Z+ CIDL_BUILD=illumos
2662023-12-05T04:10:53.209Z+ CIDL_SUFFIX=tar.gz
2672023-12-05T04:10:53.209Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2682023-12-05T04:10:53.209Z+ CIDL_MD5FUNC=do_md5sum
2692023-12-05T04:10:53.209Z+ CIDL_URL_BASE=https://illumos.org/downloads
2702023-12-05T04:10:53.209Z+ CIDL_ASSEMBLE=do_assemble_illumos
2712023-12-05T04:10:53.209Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2722023-12-05T04:10:53.209Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2732023-12-05T04:10:53.209Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-12-05T04:10:53.209Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2752023-12-05T04:10:53.209Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-12-05T04:10:53.209Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772023-12-05T04:10:53.209ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-12-05T04:10:53.209Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792023-12-05T04:10:53.209ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-12-05T04:10:53.209Z+ mkdir -p out/downloads
2812023-12-05T04:10:53.213Z+ mkdir -p ./out/cockroachdb
2822023-12-05T04:10:53.213Z+ local DO_DOWNLOAD=true
2832023-12-05T04:10:53.213Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2842023-12-05T04:10:53.213Z+ '[' true == true ']'
2852023-12-05T04:10:53.213Z+ echo Downloading...
2862023-12-05T04:10:53.213ZDownloading...
2872023-12-05T04:10:53.213Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-12-05T04:10:53.213Z+ 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
2892023-12-05T04:10:57.547Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-12-05T04:10:57.550Z++ md5sum
2912023-12-05T04:10:57.550Z++ awk '{print $1}'
2922023-12-05T04:10:57.733Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2932023-12-05T04:10:57.733Z+ [[ 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 ]]
2942023-12-05T04:10:57.733Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-12-05T04:10:57.735Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2962023-12-05T04:11:01.096Z+ do_assemble_illumos
2972023-12-05T04:11:01.096Z+ rm -r ./out/cockroachdb
2982023-12-05T04:11:01.099Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2992023-12-05T04:11:01.776Z+ ./out/cockroachdb/bin/cockroach version
3002023-12-05T04:11:02.088ZBuild Tag: v22.1.9-dirty
3012023-12-05T04:11:02.088ZBuild Time: 2022/10/26 21:17:46
3022023-12-05T04:11:02.088ZDistribution: OSS
3032023-12-05T04:11:02.088ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3042023-12-05T04:11:02.088ZGo Version: go1.17.13
3052023-12-05T04:11:02.088ZC Compiler: gcc 10.3.0
3062023-12-05T04:11:02.088ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3072023-12-05T04:11:02.088ZBuild Type: release
3082023-12-05T04:11:02.116Z+ set -o errexit
3092023-12-05T04:11:02.120Z+++ dirname ./tools/ci_download_clickhouse
3102023-12-05T04:11:02.120Z++ cd ./tools
3112023-12-05T04:11:02.123Z++ pwd
3122023-12-05T04:11:02.127Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3132023-12-05T04:11:02.127Z++ basename ./tools/ci_download_clickhouse
3142023-12-05T04:11:02.127Z+ ARG0=ci_download_clickhouse
3152023-12-05T04:11:02.127Z+ TARGET_DIR=out
3162023-12-05T04:11:02.127Z+ DOWNLOAD_DIR=out/downloads
3172023-12-05T04:11:02.127Z+ DEST_DIR=./out/clickhouse
3182023-12-05T04:11:02.127Z+ CIDL_VERSION=v22.8.9.24
3192023-12-05T04:11:02.127Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202023-12-05T04:11:02.127Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3212023-12-05T04:11:02.127Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3222023-12-05T04:11:02.127Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3232023-12-05T04:11:02.127Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242023-12-05T04:11:02.127Z+ main
3252023-12-05T04:11:02.127Z+ [[ 0 != 0 ]]
3262023-12-05T04:11:02.127Z+ CIDL_OS=solaris2.11
3272023-12-05T04:11:02.127Z+ [[ 0 != 0 ]]
3282023-12-05T04:11:02.127Z+ configure_os solaris2.11
3292023-12-05T04:11:02.127Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302023-12-05T04:11:02.127Zcurrent directory: /work/oxidecomputer/omicron
3312023-12-05T04:11:02.127Z+ echo 'configuring based on OS: "solaris2.11"'
3322023-12-05T04:11:02.127Z+ CIDL_DASHREV=
3332023-12-05T04:11:02.127Zconfiguring based on OS: "solaris2.11"
3342023-12-05T04:11:02.127Z+ case "$1" in
3352023-12-05T04:11:02.128Z+ CIDL_PLATFORM=illumos
3362023-12-05T04:11:02.128Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3372023-12-05T04:11:02.128Z+ CIDL_MD5FUNC=do_md5sum
3382023-12-05T04:11:02.128Z+ CIDL_DASHREV=-1
3392023-12-05T04:11:02.128Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3402023-12-05T04:11:02.128Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-12-05T04:11:02.128Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-12-05T04:11:02.128Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-12-05T04:11:02.128Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442023-12-05T04:11:02.128ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-12-05T04:11:02.128Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3462023-12-05T04:11:02.128ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-12-05T04:11:02.128Z+ mkdir -p out/downloads
3482023-12-05T04:11:02.131Z+ mkdir -p ./out/clickhouse
3492023-12-05T04:11:02.134Z+ local DO_DOWNLOAD=true
3502023-12-05T04:11:02.134Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3512023-12-05T04:11:02.134Z+ '[' true == true ']'
3522023-12-05T04:11:02.134Z+ echo Downloading...
3532023-12-05T04:11:02.134ZDownloading...
3542023-12-05T04:11:02.134Z+ 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
3552023-12-05T04:11:02.134Z+ 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
3562023-12-05T04:11:03.882Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572023-12-05T04:11:03.885Z++ md5sum
3582023-12-05T04:11:03.885Z++ awk '{print $1}'
3592023-12-05T04:11:04.141Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3602023-12-05T04:11:04.141Z+ [[ 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 ]]
3612023-12-05T04:11:04.141Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3622023-12-05T04:11:04.144Z+ mkdir -p ./out/clickhouse
3632023-12-05T04:11:04.145Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3642023-12-05T04:11:08.982Z+ ./out/clickhouse/clickhouse server --version
3652023-12-05T04:11:09.030ZClickHouse server version 22.8.9.1.
3662023-12-05T04:11:09.055Z+ set -o errexit
3672023-12-05T04:11:09.058Z+++ dirname ./tools/ci_download_console
3682023-12-05T04:11:09.058Z++ cd ./tools
3692023-12-05T04:11:09.058Z++ pwd
3702023-12-05T04:11:09.058Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712023-12-05T04:11:09.062Z++ basename ./tools/ci_download_console
3722023-12-05T04:11:09.062Z+ ARG0=ci_download_console
3732023-12-05T04:11:09.062Z+ TARGET_DIR=out
3742023-12-05T04:11:09.062Z+ DOWNLOAD_DIR=out/downloads
3752023-12-05T04:11:09.062Z+ DEST_DIR=./out/console-assets
3762023-12-05T04:11:09.062Z+ source /work/oxidecomputer/omicron/tools/console_version
3772023-12-05T04:11:09.062Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3782023-12-05T04:11:09.062Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3792023-12-05T04:11:09.062Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3802023-12-05T04:11:09.062Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812023-12-05T04:11:09.062Z+ main
3822023-12-05T04:11:09.062Z+ [[ 0 != 0 ]]
3832023-12-05T04:11:09.062Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3842023-12-05T04:11:09.063ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3852023-12-05T04:11:09.063Z+ echo 'Local file: out/downloads/console.tar.gz'
3862023-12-05T04:11:09.063ZLocal file: out/downloads/console.tar.gz
3872023-12-05T04:11:09.063Z+ local DO_DOWNLOAD=true
3882023-12-05T04:11:09.063Z+ [[ -f out/downloads/console.tar.gz ]]
3892023-12-05T04:11:09.063Z+ mkdir -p out/downloads
3902023-12-05T04:11:09.066Z+ '[' true == true ']'
3912023-12-05T04:11:09.066Z+ echo Downloading...
3922023-12-05T04:11:09.067ZDownloading...
3932023-12-05T04:11:09.067Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3942023-12-05T04:11:09.067Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3952023-12-05T04:11:09.693Z++ do_sha256sum out/downloads/console.tar.gz
3962023-12-05T04:11:09.695Z++ case "$OSTYPE" in
3972023-12-05T04:11:09.695Z++ SHA=sha256sum
3982023-12-05T04:11:09.695Z++ sha256sum
3992023-12-05T04:11:09.695Z++ awk '{print $1}'
4002023-12-05T04:11:09.710Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4012023-12-05T04:11:09.710Z+ [[ 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 ]]
4022023-12-05T04:11:09.710Z+ rm -rf ./out/console-assets
4032023-12-05T04:11:09.713Z+ mkdir -p ./out/console-assets
4042023-12-05T04:11:09.715Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052023-12-05T04:11:09.715Z+ mkdir -p ./out/console-assets
4062023-12-05T04:11:09.719Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072023-12-05T04:11:09.857Z+ set -o errexit
4082023-12-05T04:11:09.863Z+++ dirname ./tools/ci_download_maghemite_openapi
4092023-12-05T04:11:09.863Z++ cd ./tools
4102023-12-05T04:11:09.863Z++ pwd
4112023-12-05T04:11:09.863Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122023-12-05T04:11:09.866Z++ basename ./tools/ci_download_maghemite_openapi
4132023-12-05T04:11:09.866Z+ ARG0=ci_download_maghemite_openapi
4142023-12-05T04:11:09.866Z+ TARGET_DIR=out
4152023-12-05T04:11:09.866Z+ DOWNLOAD_DIR=out/downloads
4162023-12-05T04:11:09.866Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4172023-12-05T04:11:09.866Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4182023-12-05T04:11:09.866Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4192023-12-05T04:11:09.866Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4202023-12-05T04:11:09.866Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4212023-12-05T04:11:09.866Z+ main
4222023-12-05T04:11:09.866Z+ [[ 0 != 0 ]]
4232023-12-05T04:11:09.866Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4242023-12-05T04:11:09.866ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4252023-12-05T04:11:09.872Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4262023-12-05T04:11:09.873ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4272023-12-05T04:11:09.873Z+ local DO_DOWNLOAD=true
4282023-12-05T04:11:09.873Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4292023-12-05T04:11:09.873Z+ mkdir -p out/downloads
4302023-12-05T04:11:09.873Z+ '[' true == true ']'
4312023-12-05T04:11:09.873Z+ echo Downloading...
4322023-12-05T04:11:09.873ZDownloading...
4332023-12-05T04:11:09.873Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4342023-12-05T04:11:09.873Z+ 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
4352023-12-05T04:11:10.016Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4362023-12-05T04:11:10.016Z++ case "$OSTYPE" in
4372023-12-05T04:11:10.016Z++ SHA=sha256sum
4382023-12-05T04:11:10.021Z++ sha256sum
4392023-12-05T04:11:10.023Z++ awk '{print $1}'
4402023-12-05T04:11:10.023Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4412023-12-05T04:11:10.023Z+ [[ 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 ]]
4422023-12-05T04:11:10.026Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4432023-12-05T04:11:10.026Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4442023-12-05T04:11:10.026Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4452023-12-05T04:11:10.026Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4462023-12-05T04:11:10.026Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4472023-12-05T04:11:10.026Z+ main
4482023-12-05T04:11:10.026Z+ [[ 0 != 0 ]]
4492023-12-05T04:11:10.026Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4502023-12-05T04:11:10.026ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4512023-12-05T04:11:10.026Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4522023-12-05T04:11:10.026ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4532023-12-05T04:11:10.026Z+ local DO_DOWNLOAD=true
4542023-12-05T04:11:10.026Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4552023-12-05T04:11:10.026Z+ mkdir -p out/downloads
4562023-12-05T04:11:10.026Z+ '[' true == true ']'
4572023-12-05T04:11:10.026Z+ echo Downloading...
4582023-12-05T04:11:10.026ZDownloading...
4592023-12-05T04:11:10.027Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4602023-12-05T04:11:10.027Z+ 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
4612023-12-05T04:11:10.163Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4622023-12-05T04:11:10.166Z++ case "$OSTYPE" in
4632023-12-05T04:11:10.166Z++ SHA=sha256sum
4642023-12-05T04:11:10.166Z++ sha256sum
4652023-12-05T04:11:10.166Z++ awk '{print $1}'
4662023-12-05T04:11:10.168Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4672023-12-05T04:11:10.168Z+ [[ 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 ]]
4682023-12-05T04:11:10.178Z+ set -o errexit
4692023-12-05T04:11:10.182Z+++ dirname ./tools/ci_download_dendrite_openapi
4702023-12-05T04:11:10.184Z++ cd ./tools
4712023-12-05T04:11:10.184Z++ pwd
4722023-12-05T04:11:10.184Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4732023-12-05T04:11:10.187Z++ basename ./tools/ci_download_dendrite_openapi
4742023-12-05T04:11:10.187Z+ ARG0=ci_download_dendrite_openapi
4752023-12-05T04:11:10.187Z+ TARGET_DIR=out
4762023-12-05T04:11:10.187Z+ DOWNLOAD_DIR=out/downloads
4772023-12-05T04:11:10.187Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782023-12-05T04:11:10.187Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
4792023-12-05T04:11:10.187Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4802023-12-05T04:11:10.187Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4812023-12-05T04:11:10.187Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4822023-12-05T04:11:10.187Z+ main
4832023-12-05T04:11:10.187Z+ [[ 0 != 0 ]]
4842023-12-05T04:11:10.187Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
4852023-12-05T04:11:10.187ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4862023-12-05T04:11:10.187Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
4872023-12-05T04:11:10.187Z+ local DO_DOWNLOAD=true
4882023-12-05T04:11:10.187ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4892023-12-05T04:11:10.187Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
4902023-12-05T04:11:10.187Z+ mkdir -p out/downloads
4912023-12-05T04:11:10.190Z+ '[' true == true ']'
4922023-12-05T04:11:10.190Z+ echo Downloading...
4932023-12-05T04:11:10.190ZDownloading...
4942023-12-05T04:11:10.192Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4952023-12-05T04:11:10.192Z+ 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
4962023-12-05T04:11:10.430Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4972023-12-05T04:11:10.430Z++ case "$OSTYPE" in
4982023-12-05T04:11:10.430Z++ SHA=sha256sum
4992023-12-05T04:11:10.432Z++ sha256sum
5002023-12-05T04:11:10.433Z++ awk '{print $1}'
5012023-12-05T04:11:10.436Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5022023-12-05T04:11:10.436Z+ [[ 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 ]]
5032023-12-05T04:11:10.446Z+ set -o errexit
5042023-12-05T04:11:10.449Z+++ dirname ./tools/ci_download_dendrite_stub
5052023-12-05T04:11:10.452Z++ cd ./tools
5062023-12-05T04:11:10.452Z++ pwd
5072023-12-05T04:11:10.452Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082023-12-05T04:11:10.455Z++ basename ./tools/ci_download_dendrite_stub
5092023-12-05T04:11:10.455Z+ ARG0=ci_download_dendrite_stub
5102023-12-05T04:11:10.455Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5112023-12-05T04:11:10.455Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5122023-12-05T04:11:10.455Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5132023-12-05T04:11:10.455Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5142023-12-05T04:11:10.455Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152023-12-05T04:11:10.455Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5162023-12-05T04:11:10.455Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5172023-12-05T04:11:10.455Z+ TARGET_DIR=out
5182023-12-05T04:11:10.455Z+ DOWNLOAD_DIR=out/downloads
5192023-12-05T04:11:10.455Z+ DEST_DIR=./out/dendrite-stub
5202023-12-05T04:11:10.455Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5212023-12-05T04:11:10.455Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222023-12-05T04:11:10.455Z+ REPO=oxidecomputer/dendrite
5232023-12-05T04:11:10.455Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5242023-12-05T04:11:10.460Z+ main
5252023-12-05T04:11:10.460Z+ [[ 0 != 0 ]]
5262023-12-05T04:11:10.460Z+ CIDL_OS=solaris2.11
5272023-12-05T04:11:10.460Z+ [[ 0 != 0 ]]
5282023-12-05T04:11:10.460Z+ configure_os solaris2.11
5292023-12-05T04:11:10.460Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302023-12-05T04:11:10.460Zcurrent directory: /work/oxidecomputer/omicron
5312023-12-05T04:11:10.460Z+ echo 'configuring based on OS: "solaris2.11"'
5322023-12-05T04:11:10.460Zconfiguring based on OS: "solaris2.11"
5332023-12-05T04:11:10.460Z+ case "$1" in
5342023-12-05T04:11:10.460Z+ SET_BINARIES=
5352023-12-05T04:11:10.460Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5362023-12-05T04:11:10.460Z+ CIDL_SHA256FUNC=do_sha256sum
5372023-12-05T04:11:10.460Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5382023-12-05T04:11:10.460Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5392023-12-05T04:11:10.460Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5402023-12-05T04:11:10.460Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5412023-12-05T04:11:10.460Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5422023-12-05T04:11:10.460ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5432023-12-05T04:11:10.460ZLocal file: out/downloads/dendrite-stub.tar.gz
5442023-12-05T04:11:10.460Z+ mkdir -p out/downloads
5452023-12-05T04:11:10.460Z+ mkdir -p ./out/dendrite-stub
5462023-12-05T04:11:10.463Z+ fetch_and_verify
5472023-12-05T04:11:10.463Z+ local DO_DOWNLOAD=true
5482023-12-05T04:11:10.463Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5492023-12-05T04:11:10.465Z+ '[' true == true ']'
5502023-12-05T04:11:10.465Z+ echo Downloading...
5512023-12-05T04:11:10.465ZDownloading...
5522023-12-05T04:11:10.465Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5532023-12-05T04:11:10.465Z+ 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
5542023-12-05T04:11:16.392Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5552023-12-05T04:11:16.397Z++ sha256sum
5562023-12-05T04:11:16.397Z++ awk '{print $1}'
5572023-12-05T04:11:16.503Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5582023-12-05T04:11:16.503Z+ [[ 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 ]]
5592023-12-05T04:11:16.521Z+ do_untar out/downloads/dendrite-stub.tar.gz
5602023-12-05T04:11:16.521Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5612023-12-05T04:11:17.489Z+ do_assemble
5622023-12-05T04:11:17.489Z+ rm -r ./out/dendrite-stub
5632023-12-05T04:11:17.497Z+ mkdir ./out/dendrite-stub
5642023-12-05T04:11:17.500Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5652023-12-05T04:11:17.638Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5662023-12-05T04:11:17.651Z+ set -o errexit
5672023-12-05T04:11:17.654Z+++ dirname ./tools/ci_download_maghemite_mgd
5682023-12-05T04:11:17.657Z++ cd ./tools
5692023-12-05T04:11:17.657Z++ pwd
5702023-12-05T04:11:17.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712023-12-05T04:11:17.661Z++ basename ./tools/ci_download_maghemite_mgd
5722023-12-05T04:11:17.661Z+ ARG0=ci_download_maghemite_mgd
5732023-12-05T04:11:17.661Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5742023-12-05T04:11:17.661Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5752023-12-05T04:11:17.661Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5762023-12-05T04:11:17.661Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5772023-12-05T04:11:17.661Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5782023-12-05T04:11:17.661Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5792023-12-05T04:11:17.661Z+ TARGET_DIR=out
5802023-12-05T04:11:17.661Z+ DOWNLOAD_DIR=out/downloads
5812023-12-05T04:11:17.661Z+ DEST_DIR=./out/mgd
5822023-12-05T04:11:17.661Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5832023-12-05T04:11:17.661Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5842023-12-05T04:11:17.661Z+ REPO=oxidecomputer/maghemite
5852023-12-05T04:11:17.661Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5862023-12-05T04:11:17.661Z+ main
5872023-12-05T04:11:17.661Z+ [[ 0 != 0 ]]
5882023-12-05T04:11:17.661Z+ CIDL_OS=solaris2.11
5892023-12-05T04:11:17.661Z+ [[ 0 != 0 ]]
5902023-12-05T04:11:17.661Z+ configure_os solaris2.11
5912023-12-05T04:11:17.661Z+ echo 'current directory: /work/oxidecomputer/omicron'
5922023-12-05T04:11:17.661Zcurrent directory: /work/oxidecomputer/omicron
5932023-12-05T04:11:17.661Z+ echo 'configuring based on OS: "solaris2.11"'
5942023-12-05T04:11:17.661Z+ case "$1" in
5952023-12-05T04:11:17.661Z+ SET_BINARIES=
5962023-12-05T04:11:17.661Zconfiguring based on OS: "solaris2.11"
5972023-12-05T04:11:17.663Z+ CIDL_SHA256FUNC=do_sha256sum
5982023-12-05T04:11:17.663Z+ TARBALL_FILENAME=mgd.tar.gz
5992023-12-05T04:11:17.663Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6002023-12-05T04:11:17.663Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6012023-12-05T04:11:17.663Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
6022023-12-05T04:11:17.663Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6032023-12-05T04:11:17.663ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6042023-12-05T04:11:17.663ZLocal file: out/downloads/mgd.tar.gz
6052023-12-05T04:11:17.663Z+ mkdir -p out/downloads
6062023-12-05T04:11:17.666Z+ mkdir -p ./out/mgd
6072023-12-05T04:11:17.666Z+ fetch_and_verify
6082023-12-05T04:11:17.666Z+ local DO_DOWNLOAD=true
6092023-12-05T04:11:17.666Z+ [[ -f out/downloads/mgd.tar.gz ]]
6102023-12-05T04:11:17.666Z+ '[' true == true ']'
6112023-12-05T04:11:17.666Z+ echo Downloading...
6122023-12-05T04:11:17.666ZDownloading...
6132023-12-05T04:11:17.666Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6142023-12-05T04:11:17.666Z+ 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
6152023-12-05T04:11:22.763Z++ do_sha256sum out/downloads/mgd.tar.gz
6162023-12-05T04:11:22.765Z++ sha256sum
6172023-12-05T04:11:22.765Z++ awk '{print $1}'
6182023-12-05T04:11:22.841Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6192023-12-05T04:11:22.841Z+ [[ 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 ]]
6202023-12-05T04:11:22.843Z+ do_untar out/downloads/mgd.tar.gz
6212023-12-05T04:11:22.845Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6222023-12-05T04:11:23.502Z+ do_assemble
6232023-12-05T04:11:23.502Z+ rm -r ./out/mgd
6242023-12-05T04:11:23.505Z+ mkdir ./out/mgd
6252023-12-05T04:11:23.508Z+ cp -r out/downloads/root ./out/mgd/root
6262023-12-05T04:11:23.732Z+ set -o errexit
6272023-12-05T04:11:23.735Z+++ dirname ./tools/ci_download_transceiver_control
6282023-12-05T04:11:23.738Z++ cd ./tools
6292023-12-05T04:11:23.738Z++ pwd
6302023-12-05T04:11:23.738Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312023-12-05T04:11:23.740Z++ basename ./tools/ci_download_transceiver_control
6322023-12-05T04:11:23.740Z+ ARG0=ci_download_transceiver_control
6332023-12-05T04:11:23.740Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6342023-12-05T04:11:23.740Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6352023-12-05T04:11:23.740Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362023-12-05T04:11:23.740Z+ TARGET_DIR=out
6372023-12-05T04:11:23.740Z+ DOWNLOAD_DIR=out/downloads
6382023-12-05T04:11:23.740Z+ DEST_DIR=./out/transceiver-control
6392023-12-05T04:11:23.740Z+ BIN_DIR=/opt/oxide/bin
6402023-12-05T04:11:23.740Z+ BINARY=xcvradm
6412023-12-05T04:11:23.740Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422023-12-05T04:11:23.744Z+ REPO=oxidecomputer/transceiver-control
6432023-12-05T04:11:23.744Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6442023-12-05T04:11:23.744Z+ main
6452023-12-05T04:11:23.744Z+ [[ 0 != 0 ]]
6462023-12-05T04:11:23.744Z+ CIDL_OS=solaris2.11
6472023-12-05T04:11:23.744Z+ [[ 0 != 0 ]]
6482023-12-05T04:11:23.744Z+ configure_os solaris2.11
6492023-12-05T04:11:23.744Z+ echo 'current directory: /work/oxidecomputer/omicron'
6502023-12-05T04:11:23.744Zcurrent directory: /work/oxidecomputer/omicron
6512023-12-05T04:11:23.753Zconfiguring based on OS: "solaris2.11"
6522023-12-05T04:11:23.753Z+ echo 'configuring based on OS: "solaris2.11"'
6532023-12-05T04:11:23.753Z+ case "$1" in
6542023-12-05T04:11:23.753Z+ SET_BINARIES=
6552023-12-05T04:11:23.753Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562023-12-05T04:11:23.753Z+ CIDL_SHA256FUNC=do_sha256sum
6572023-12-05T04:11:23.753Z+ ARCHIVE_FILENAME=xcvradm.gz
6582023-12-05T04:11:23.753Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592023-12-05T04:11:23.753Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6602023-12-05T04:11:23.753Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6612023-12-05T04:11:23.753ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622023-12-05T04:11:23.753Z+ echo 'Local file: out/downloads/xcvradm.gz'
6632023-12-05T04:11:23.753Z+ mkdir -p out/downloads
6642023-12-05T04:11:23.753ZLocal file: out/downloads/xcvradm.gz
6652023-12-05T04:11:23.753Z+ mkdir -p ./out/transceiver-control
6662023-12-05T04:11:23.759Z+ fetch_and_verify
6672023-12-05T04:11:23.759Z+ local DO_DOWNLOAD=true
6682023-12-05T04:11:23.759Z+ [[ -f out/downloads/xcvradm.gz ]]
6692023-12-05T04:11:23.759Z+ '[' true == true ']'
6702023-12-05T04:11:23.759Z+ echo Downloading...
6712023-12-05T04:11:23.759ZDownloading...
6722023-12-05T04:11:23.759Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6732023-12-05T04:11:23.759Z+ 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
6742023-12-05T04:11:24.623Z++ do_sha256sum out/downloads/xcvradm.gz
6752023-12-05T04:11:24.625Z++ sha256sum
6762023-12-05T04:11:24.625Z++ awk '{print $1}'
6772023-12-05T04:11:24.648Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782023-12-05T04:11:24.648Z+ [[ 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 ]]
6792023-12-05T04:11:24.651Z+ do_unpack out/downloads/xcvradm.gz
6802023-12-05T04:11:24.651Z+ mkdir -p out/downloads/root//opt/oxide/bin
6812023-12-05T04:11:24.651Z+ gzip -dc out/downloads/xcvradm.gz
6822023-12-05T04:11:24.833Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6832023-12-05T04:11:24.835Z+ do_assemble
6842023-12-05T04:11:24.835Z+ rm -r ./out/transceiver-control
6852023-12-05T04:11:24.839Z+ mkdir ./out/transceiver-control
6862023-12-05T04:11:24.843Z+ cp -r out/downloads/root ./out/transceiver-control/root
6872023-12-05T04:11:25.067ZAll prerequisites installed successfully
6882023-12-05T04:11:25.071Z
6892023-12-05T04:11:25.071Zreal 1:54.050011555
6902023-12-05T04:11:25.071Zuser 54.474098750
6912023-12-05T04:11:25.071Zsys 10.287555741
6922023-12-05T04:11:25.071Ztrap 0.020984558
6932023-12-05T04:11:25.071Ztflt 0.162529065
6942023-12-05T04:11:25.073Zdflt 0.677041433
6952023-12-05T04:11:25.073Zkflt 0.186220328
6962023-12-05T04:11:25.073Zlock 2.045038356
6972023-12-05T04:11:25.073Zslp 3:23.318183215
6982023-12-05T04:11:25.073Zlat 3.406094232
6992023-12-05T04:11:25.073Zstop 0.060789301
7002023-12-05T04:11:25.073Z+ banner end-to-end-tests
7012023-12-05T04:11:25.154Z
7022023-12-05T04:11:25.154Z ###### # # ##### ##### #### ###### # # #####
7032023-12-05T04:11:25.154Z # ## # # # # # # # ## # # #
7042023-12-05T04:11:25.154Z ##### # # # # # ##### # # # ##### ##### # # # # #
7052023-12-05T04:11:25.154Z # # # # # # # # # # # # # # #
7062023-12-05T04:11:25.154Z # # ## # # # # # # # ## # #
7072023-12-05T04:11:25.154Z ###### # # ##### # #### ###### # # #####
7082023-12-05T04:11:25.154Z
7092023-12-05T04:11:25.157Z+ export CARGO_PROFILE_DEV_DEBUG=1
7102023-12-05T04:11:25.157Z+ CARGO_PROFILE_DEV_DEBUG=1
7112023-12-05T04:11:25.157Z+ export CARGO_PROFILE_TEST_DEBUG=1
7122023-12-05T04:11:25.157Z+ CARGO_PROFILE_TEST_DEBUG=1
7132023-12-05T04:11:25.158Z+ export CARGO_INCREMENTAL=0
7142023-12-05T04:11:25.158Z+ CARGO_INCREMENTAL=0
7152023-12-05T04:11:25.158Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7162023-12-05T04:11:25.496Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7172023-12-05T04:11:25.875Z Updating crates.io index
7182023-12-05T04:11:25.939Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7192023-12-05T04:11:26.761Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7202023-12-05T04:11:28.572Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7212023-12-05T04:11:29.246Z Updating git repository `http://github.com/oxidecomputer/tofino`
7222023-12-05T04:11:29.568Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7232023-12-05T04:11:29.865Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7242023-12-05T04:11:30.212Z Updating git repository `https://github.com/oxidecomputer/propolis`
7252023-12-05T04:11:31.145Z Updating git repository `https://github.com/oxidecomputer/crucible`
7262023-12-05T04:11:33.341Z Updating git repository `https://github.com/oxidecomputer/opte`
7272023-12-05T04:11:34.447Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7282023-12-05T04:11:34.776Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7292023-12-05T04:11:35.363Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7302023-12-05T04:11:35.748Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7312023-12-05T04:11:36.082Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7322023-12-05T04:11:36.576Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7332023-12-05T04:11:36.949Z Updating git repository `https://github.com/njaremko/samael`
7342023-12-05T04:11:37.491Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7352023-12-05T04:11:38.135Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7362023-12-05T04:11:38.554Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7372023-12-05T04:11:38.932Z Updating git repository `https://github.com/jgallagher/nix`
7382023-12-05T04:11:40.167Z Updating git repository `https://github.com/cbiffle/hubpack`
7392023-12-05T04:11:40.702Z Updating git repository `https://github.com/oxidecomputer/typify`
7402023-12-05T04:11:41.712Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7412023-12-05T04:11:42.107Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7422023-12-05T04:11:42.420Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7432023-12-05T04:11:43.973Z Downloading crates ...
7442023-12-05T04:11:44.207Z Downloaded opaque-debug v0.3.0
7452023-12-05T04:11:44.210Z Downloaded polyval v0.6.1
7462023-12-05T04:11:44.215Z Downloaded adler v1.0.2
7472023-12-05T04:11:44.223Z Downloaded base16ct v0.2.0
7482023-12-05T04:11:44.226Z Downloaded doc-comment v0.3.3
7492023-12-05T04:11:44.230Z Downloaded crossbeam-epoch v0.9.15
7502023-12-05T04:11:44.236Z Downloaded autocfg v1.1.0
7512023-12-05T04:11:44.247Z Downloaded mime_guess v2.0.4
7522023-12-05T04:11:44.260Z Downloaded memoffset v0.9.0
7532023-12-05T04:11:44.261Z Downloaded backoff v0.4.0
7542023-12-05T04:11:44.261Z Downloaded ciborium-io v0.2.1
7552023-12-05T04:11:44.273Z Downloaded bitflags v2.4.0
7562023-12-05T04:11:44.273Z Downloaded predicates v3.0.4
7572023-12-05T04:11:44.290Z Downloaded darling v0.20.3
7582023-12-05T04:11:44.302Z Downloaded anstyle v1.0.2
7592023-12-05T04:11:44.302Z Downloaded pretty-hex v0.4.0
7602023-12-05T04:11:44.302Z Downloaded pin-utils v0.1.0
7612023-12-05T04:11:44.308Z Downloaded pin-project-lite v0.2.13
7622023-12-05T04:11:44.314Z Downloaded ppv-lite86 v0.2.17
7632023-12-05T04:11:44.318Z Downloaded poly1305 v0.8.0
7642023-12-05T04:11:44.326Z Downloaded postgres-protocol v0.6.6
7652023-12-05T04:11:44.331Z Downloaded crypto-common v0.1.6
7662023-12-05T04:11:44.334Z Downloaded openssl-macros v0.1.1
7672023-12-05T04:11:44.340Z Downloaded async-stream-impl v0.3.5
7682023-12-05T04:11:44.340Z Downloaded paste v1.0.14
7692023-12-05T04:11:44.346Z Downloaded instant v0.1.12
7702023-12-05T04:11:44.351Z Downloaded num_enum v0.5.11
7712023-12-05T04:11:44.363Z Downloaded proc-macro2 v1.0.69
7722023-12-05T04:11:44.368Z Downloaded cstr-argument v0.1.2
7732023-12-05T04:11:44.370Z Downloaded pkg-config v0.3.27
7742023-12-05T04:11:44.374Z Downloaded openssl-probe v0.1.5
7752023-12-05T04:11:44.377Z Downloaded atomicwrites v0.4.2
7762023-12-05T04:11:44.380Z Downloaded multer v2.1.0
7772023-12-05T04:11:44.385Z Downloaded parse-display v0.8.2
7782023-12-05T04:11:44.388Z Downloaded base64 v0.21.5
7792023-12-05T04:11:44.395Z Downloaded difflib v0.4.0
7802023-12-05T04:11:44.397Z Downloaded rand_chacha v0.3.1
7812023-12-05T04:11:44.400Z Downloaded rand_core v0.5.1
7822023-12-05T04:11:44.402Z Downloaded endian-type v0.1.2
7832023-12-05T04:11:44.405Z Downloaded r2d2 v0.8.10
7842023-12-05T04:11:44.408Z Downloaded quote v1.0.33
7852023-12-05T04:11:44.412Z Downloaded dirs-next v2.0.0
7862023-12-05T04:11:44.415Z Downloaded utf-8 v0.7.6
7872023-12-05T04:11:44.418Z Downloaded want v0.3.1
7882023-12-05T04:11:44.421Z Downloaded digest v0.10.7
7892023-12-05T04:11:44.424Z Downloaded bit-vec v0.6.3
7902023-12-05T04:11:44.427Z Downloaded pkcs8 v0.10.2
7912023-12-05T04:11:44.433Z Downloaded rand_chacha v0.2.2
7922023-12-05T04:11:44.435Z Downloaded ansi_term v0.12.1
7932023-12-05T04:11:44.439Z Downloaded byteorder v1.5.0
7942023-12-05T04:11:44.443Z Downloaded serde_path_to_error v0.1.14
7952023-12-05T04:11:44.446Z Downloaded cbc v0.1.2
7962023-12-05T04:11:44.450Z Downloaded untrusted v0.7.1
7972023-12-05T04:11:44.453Z Downloaded getopts v0.2.21
7982023-12-05T04:11:44.455Z Downloaded slog-envlogger v2.2.0
7992023-12-05T04:11:44.459Z Downloaded generic-array v0.14.7
8002023-12-05T04:11:44.462Z Downloaded foreign-types-shared v0.1.1
8012023-12-05T04:11:44.466Z Downloaded zeroize_derive v1.4.2
8022023-12-05T04:11:44.468Z Downloaded zeroize v1.7.0
8032023-12-05T04:11:44.471Z Downloaded addr2line v0.21.0
8042023-12-05T04:11:44.474Z Downloaded serde_urlencoded v0.7.1
8052023-12-05T04:11:44.477Z Downloaded num-traits v0.2.16
8062023-12-05T04:11:44.483Z Downloaded filetime v0.2.22
8072023-12-05T04:11:44.487Z Downloaded md5 v0.7.0
8082023-12-05T04:11:44.490Z Downloaded russh-keys v0.38.0
8092023-12-05T04:11:44.493Z Downloaded ghash v0.5.0
8102023-12-05T04:11:44.496Z Downloaded vsss-rs v3.3.1
8112023-12-05T04:11:44.501Z Downloaded pbkdf2 v0.11.0
8122023-12-05T04:11:44.506Z Downloaded untrusted v0.9.0
8132023-12-05T04:11:44.509Z Downloaded slog-scope v4.4.0
8142023-12-05T04:11:44.512Z Downloaded tinyvec_macros v0.1.1
8152023-12-05T04:11:44.515Z Downloaded futures-task v0.3.29
8162023-12-05T04:11:44.517Z Downloaded heck v0.3.3
8172023-12-05T04:11:44.520Z Downloaded futures-sink v0.3.29
8182023-12-05T04:11:44.523Z Downloaded kstat-rs v0.2.3
8192023-12-05T04:11:44.525Z Downloaded io-lifetimes v1.0.11
8202023-12-05T04:11:44.529Z Downloaded float-cmp v0.9.0
8212023-12-05T04:11:44.531Z Downloaded half v1.8.2
8222023-12-05T04:11:44.538Z Downloaded ipnetwork v0.20.0
8232023-12-05T04:11:44.541Z Downloaded matches v0.1.10
8242023-12-05T04:11:44.543Z Downloaded tokio-rustls v0.24.1
8252023-12-05T04:11:44.547Z Downloaded tower-service v0.3.2
8262023-12-05T04:11:44.549Z Downloaded walkdir v2.4.0
8272023-12-05T04:11:44.553Z Downloaded rcgen v0.11.3
8282023-12-05T04:11:44.558Z Downloaded fnv v1.0.7
8292023-12-05T04:11:44.561Z Downloaded zerocopy v0.3.0
8302023-12-05T04:11:44.563Z Downloaded crossbeam-channel v0.5.8
8312023-12-05T04:11:44.572Z Downloaded thread-id v4.2.0
8322023-12-05T04:11:44.575Z Downloaded rustls-pemfile v1.0.3
8332023-12-05T04:11:44.579Z Downloaded foreign-types v0.3.2
8342023-12-05T04:11:44.581Z Downloaded slog v2.7.0
8352023-12-05T04:11:44.586Z Downloaded time-macros v0.2.13
8362023-12-05T04:11:44.591Z Downloaded structopt-derive v0.4.18
8372023-12-05T04:11:44.594Z Downloaded zone_cfg_derive v0.3.0
8382023-12-05T04:11:44.596Z Downloaded toml v0.5.11
8392023-12-05T04:11:44.601Z Downloaded take_mut v0.2.2
8402023-12-05T04:11:44.603Z Downloaded unicode-width v0.1.11
8412023-12-05T04:11:44.606Z Downloaded scheduled-thread-pool v0.2.7
8422023-12-05T04:11:44.609Z Downloaded ipnet v2.8.0
8432023-12-05T04:11:44.612Z Downloaded futures-channel v0.3.29
8442023-12-05T04:11:44.616Z Downloaded linked-hash-map v0.5.6
8452023-12-05T04:11:44.619Z Downloaded slog-stdlog v4.1.1
8462023-12-05T04:11:44.622Z Downloaded headers-core v0.2.0
8472023-12-05T04:11:44.625Z Downloaded openssl-sys v0.9.96
8482023-12-05T04:11:44.634Z Downloaded utf8parse v0.2.1
8492023-12-05T04:11:44.639Z Downloaded textwrap v0.11.0
8502023-12-05T04:11:44.642Z Downloaded hubpack_derive v0.1.1
8512023-12-05T04:11:44.642Z Downloaded is-terminal v0.4.9
8522023-12-05T04:11:44.644Z Downloaded slog-json v2.6.1
8532023-12-05T04:11:44.647Z Downloaded fastrand v2.0.0
8542023-12-05T04:11:44.671Z Downloaded lock_api v0.4.10
8552023-12-05T04:11:44.671Z Downloaded schemars v0.8.13
8562023-12-05T04:11:44.692Z Downloaded time-core v0.1.1
8572023-12-05T04:11:44.692Z Downloaded equivalent v1.0.1
8582023-12-05T04:11:44.692Z Downloaded strsim v0.10.0
8592023-12-05T04:11:44.692Z Downloaded strsim v0.8.0
8602023-12-05T04:11:44.711Z Downloaded toml v0.8.8
8612023-12-05T04:11:44.711Z Downloaded hyper-rustls v0.24.2
8622023-12-05T04:11:44.711Z Downloaded usdt v0.3.5
8632023-12-05T04:11:44.711Z Downloaded rustversion v1.0.14
8642023-12-05T04:11:44.711Z Downloaded heck v0.4.1
8652023-12-05T04:11:44.722Z Downloaded group v0.13.0
8662023-12-05T04:11:44.722Z Downloaded hyper-tls v0.5.0
8672023-12-05T04:11:44.722Z Downloaded indexmap v1.9.3
8682023-12-05T04:11:44.722Z Downloaded futures-core v0.3.29
8692023-12-05T04:11:44.725Z Downloaded enum-as-inner v0.5.1
8702023-12-05T04:11:44.725Z Downloaded managed v0.8.0
8712023-12-05T04:11:44.725Z Downloaded semver v1.0.20
8722023-12-05T04:11:44.728Z Downloaded schemars_derive v0.8.13
8732023-12-05T04:11:44.731Z Downloaded itoa v1.0.9
8742023-12-05T04:11:44.734Z Downloaded inout v0.1.3
8752023-12-05T04:11:44.737Z Downloaded usdt-attr-macro v0.3.5
8762023-12-05T04:11:44.737Z Downloaded hubpack v0.1.2
8772023-12-05T04:11:44.740Z Downloaded semver v0.11.0
8782023-12-05T04:11:44.743Z Downloaded scopeguard v1.2.0
8792023-12-05T04:11:44.745Z Downloaded spin v0.5.2
8802023-12-05T04:11:44.748Z Downloaded universal-hash v0.5.1
8812023-12-05T04:11:44.748Z Downloaded keccak v0.1.4
8822023-12-05T04:11:44.751Z Downloaded vec_map v0.8.2
8832023-12-05T04:11:44.754Z Downloaded slog-term v2.9.0
8842023-12-05T04:11:44.756Z Downloaded http-range v0.1.5
8852023-12-05T04:11:44.759Z Downloaded hash32 v0.2.1
8862023-12-05T04:11:44.762Z Downloaded smallvec v1.11.0
8872023-12-05T04:11:44.765Z Downloaded elliptic-curve v0.13.5
8882023-12-05T04:11:44.772Z Downloaded indexmap v2.1.0
8892023-12-05T04:11:44.779Z Downloaded synstructure v0.12.6
8902023-12-05T04:11:44.782Z Downloaded socket2 v0.4.9
8912023-12-05T04:11:44.785Z Downloaded lalrpop-util v0.19.12
8922023-12-05T04:11:44.793Z Downloaded stringprep v0.1.3
8932023-12-05T04:11:44.793Z Downloaded spki v0.7.2
8942023-12-05T04:11:44.793Z Downloaded structmeta-derive v0.2.0
8952023-12-05T04:11:44.796Z Downloaded glob v0.3.1
8962023-12-05T04:11:44.799Z Downloaded hostname v0.3.1
8972023-12-05T04:11:44.836Z Downloaded futures-io v0.3.29
8982023-12-05T04:11:44.836Z Downloaded smf v0.2.2
8992023-12-05T04:11:44.839Z Downloaded rustfmt-wrapper v0.2.0
9002023-12-05T04:11:44.839Z Downloaded rustc_version v0.4.0
9012023-12-05T04:11:44.839Z Downloaded hmac v0.12.1
9022023-12-05T04:11:44.839Z Downloaded signal-hook-registry v1.4.1
9032023-12-05T04:11:44.839Z Downloaded hex-literal v0.4.1
9042023-12-05T04:11:44.839Z Downloaded zone v0.3.0
9052023-12-05T04:11:44.839Z Downloaded unicode-xid v0.2.4
9062023-12-05T04:11:44.840Z Downloaded signal-hook v0.3.17
9072023-12-05T04:11:44.840Z Downloaded zip v0.6.6
9082023-12-05T04:11:44.840Z Downloaded unicode-segmentation v1.10.1
9092023-12-05T04:11:44.843Z Downloaded snafu-derive v0.7.5
9102023-12-05T04:11:44.843Z Downloaded hashbrown v0.13.2
9112023-12-05T04:11:44.851Z Downloaded term v0.7.0
9122023-12-05T04:11:44.857Z Downloaded futures v0.3.29
9132023-12-05T04:11:44.866Z Downloaded tracing v0.1.37
9142023-12-05T04:11:44.874Z Downloaded httparse v1.8.0
9152023-12-05T04:11:44.878Z Downloaded serde_derive v1.0.192
9162023-12-05T04:11:44.883Z Downloaded trust-dns-resolver v0.22.0
9172023-12-05T04:11:44.890Z Downloaded similar v2.2.1
9182023-12-05T04:11:44.899Z Downloaded url v2.5.0
9192023-12-05T04:11:44.905Z Downloaded tokio-util v0.7.10
9202023-12-05T04:11:44.919Z Downloaded uuid v1.6.1
9212023-12-05T04:11:44.926Z Downloaded snafu v0.7.5
9222023-12-05T04:11:44.937Z Downloaded serde v1.0.192
9232023-12-05T04:11:44.943Z Downloaded winnow v0.5.15
9242023-12-05T04:11:44.959Z Downloaded russh v0.39.0
9252023-12-05T04:11:44.968Z Downloaded hashbrown v0.14.2
9262023-12-05T04:11:44.978Z Downloaded libm v0.2.7
9272023-12-05T04:11:44.996Z Downloaded hashbrown v0.12.3
9282023-12-05T04:11:45.004Z Downloaded h2 v0.3.21
9292023-12-05T04:11:45.017Z Downloaded chrono v0.4.31
9302023-12-05T04:11:45.031Z Downloaded serde_with v2.3.3
9312023-12-05T04:11:45.043Z Downloaded time v0.3.27
9322023-12-05T04:11:45.055Z Downloaded hyper v0.14.27
9332023-12-05T04:11:45.071Z Downloaded serde_json v1.0.108
9342023-12-05T04:11:45.085Z Downloaded vcpkg v0.2.15
9352023-12-05T04:11:45.159Z Downloaded hkdf v0.12.3
9362023-12-05T04:11:45.163Z Downloaded futures-util v0.3.29
9372023-12-05T04:11:45.186Z Downloaded idna v0.2.3
9382023-12-05T04:11:45.198Z Downloaded rustls v0.21.9
9392023-12-05T04:11:45.222Z Downloaded gimli v0.28.0
9402023-12-05T04:11:45.237Z Downloaded smoltcp v0.8.2
9412023-12-05T04:11:45.256Z Downloaded rustix v0.38.25
9422023-12-05T04:11:45.297Z Downloaded syn v1.0.109
9432023-12-05T04:11:45.317Z Downloaded openssl v0.10.60
9442023-12-05T04:11:45.334Z Downloaded webpki-roots v0.25.2
9452023-12-05T04:11:45.342Z Downloaded syn v2.0.32
9462023-12-05T04:11:45.361Z Downloaded bzip2-sys v0.1.11+1.0.8
9472023-12-05T04:11:45.385Z Downloaded idna v0.5.0
9482023-12-05T04:11:45.397Z Downloaded libc v0.2.150
9492023-12-05T04:11:45.448Z Downloaded sha3 v0.10.8
9502023-12-05T04:11:45.460Z Downloaded regex-syntax v0.8.2
9512023-12-05T04:11:45.475Z Downloaded rustix v0.37.23
9522023-12-05T04:11:45.510Z Downloaded winapi v0.3.9
9532023-12-05T04:11:45.582Z Downloaded openapiv3 v2.0.0-rc.1
9542023-12-05T04:11:45.603Z Downloaded trust-dns-proto v0.22.0
9552023-12-05T04:11:45.624Z Downloaded zerocopy-derive v0.2.0
9562023-12-05T04:11:45.639Z Downloaded smoltcp v0.9.1
9572023-12-05T04:11:45.659Z Downloaded regex-automata v0.4.3
9582023-12-05T04:11:45.688Z Downloaded regex-automata v0.3.8
9592023-12-05T04:11:45.719Z Downloaded zerocopy-derive v0.6.4
9602023-12-05T04:11:45.738Z Downloaded tokio v1.34.0
9612023-12-05T04:11:45.802Z Downloaded regex-syntax v0.7.5
9622023-12-05T04:11:45.821Z Downloaded sled v0.34.7
9632023-12-05T04:11:45.864Z Downloaded radix_trie v0.2.1
9642023-12-05T04:11:45.867Z Downloaded regress v0.7.1
9652023-12-05T04:11:45.867Z Downloaded regex v1.10.2
9662023-12-05T04:11:45.882Z Downloaded bstr v0.2.17
9672023-12-05T04:11:45.898Z Downloaded bstr v1.6.0
9682023-12-05T04:11:45.919Z Downloaded curve25519-dalek v4.1.0
9692023-12-05T04:11:45.933Z Downloaded rustls-webpki v0.101.7
9702023-12-05T04:11:45.961Z Downloaded encoding_rs v0.8.33
9712023-12-05T04:11:46.002Z Downloaded object v0.32.1
9722023-12-05T04:11:46.019Z Downloaded http v0.2.11
9732023-12-05T04:11:46.026Z Downloaded aes-gcm v0.10.3
9742023-12-05T04:11:46.033Z Downloaded aho-corasick v1.0.4
9752023-12-05T04:11:46.043Z Downloaded reqwest v0.11.22
9762023-12-05T04:11:46.057Z Downloaded itertools v0.12.0
9772023-12-05T04:11:46.071Z Downloaded petgraph v0.6.4
9782023-12-05T04:11:46.095Z Downloaded aes v0.8.3
9792023-12-05T04:11:46.101Z Downloaded clap v2.34.0
9802023-12-05T04:11:46.114Z Downloaded clap_builder v4.4.2
9812023-12-05T04:11:46.128Z Downloaded itertools v0.11.0
9822023-12-05T04:11:46.139Z Downloaded itertools v0.10.5
9832023-12-05T04:11:46.151Z Downloaded unicode-normalization v0.1.22
9842023-12-05T04:11:46.157Z Downloaded toml_edit v0.21.0
9852023-12-05T04:11:46.196Z Downloaded tinyvec v1.6.0
9862023-12-05T04:11:46.201Z Downloaded tempfile v3.8.1
9872023-12-05T04:11:46.205Z Downloaded zerocopy v0.6.4
9882023-12-05T04:11:46.209Z Downloaded rand v0.7.3
9892023-12-05T04:11:46.219Z Downloaded ed25519-dalek v2.0.0
9902023-12-05T04:11:46.223Z Downloaded regex-automata v0.1.10
9912023-12-05T04:11:46.233Z Downloaded ryu v1.0.15
9922023-12-05T04:11:46.238Z Downloaded trust-dns-client v0.22.0
9932023-12-05T04:11:46.248Z Downloaded subprocess v0.2.9
9942023-12-05T04:11:46.255Z Downloaded tokio-postgres v0.7.10
9952023-12-05T04:11:46.262Z Downloaded diesel v2.1.4
9962023-12-05T04:11:46.294Z Downloaded rand v0.8.5
9972023-12-05T04:11:46.300Z Downloaded heapless v0.7.16
9982023-12-05T04:11:46.307Z Downloaded toml_edit v0.19.15
9992023-12-05T04:11:46.337Z Downloaded siphasher v0.3.11
10002023-12-05T04:11:46.340Z Downloaded trust-dns-server v0.22.1
10012023-12-05T04:11:46.351Z Downloaded flate2 v1.0.28
10022023-12-05T04:11:46.360Z Downloaded crossterm v0.27.0
10032023-12-05T04:11:46.371Z Downloaded memchr v2.6.3
10042023-12-05T04:11:46.381Z Downloaded sct v0.7.0
10052023-12-05T04:11:46.387Z Downloaded semver-parser v0.10.2
10062023-12-05T04:11:46.390Z Downloaded stable_deref_trait v1.2.0
10072023-12-05T04:11:46.392Z Downloaded static_assertions v1.1.0
10082023-12-05T04:11:46.395Z Downloaded terminal_size v0.2.6
10092023-12-05T04:11:46.397Z Downloaded secrecy v0.8.0
10102023-12-05T04:11:46.400Z Downloaded serde_tokenstream v0.2.0
10112023-12-05T04:11:46.403Z Downloaded backtrace v0.3.69
10122023-12-05T04:11:46.412Z Downloaded thiserror-no-std v2.0.2
10132023-12-05T04:11:46.418Z Downloaded socket2 v0.5.5
10142023-12-05T04:11:46.423Z Downloaded pest v2.7.2
10152023-12-05T04:11:46.432Z Downloaded rustls-native-certs v0.6.3
10162023-12-05T04:11:46.435Z Downloaded errno v0.3.2
10172023-12-05T04:11:46.439Z Downloaded either v1.9.0
10182023-12-05T04:11:46.442Z Downloaded structopt v0.3.26
10192023-12-05T04:11:46.453Z Downloaded log v0.4.20
10202023-12-05T04:11:46.457Z Downloaded toml v0.7.8
10212023-12-05T04:11:46.462Z Downloaded headers v0.3.9
10222023-12-05T04:11:46.472Z Downloaded http-body v0.4.5
10232023-12-05T04:11:46.475Z Downloaded same-file v1.0.6
10242023-12-05T04:11:46.478Z Downloaded signal-hook-mio v0.2.3
10252023-12-05T04:11:46.481Z Downloaded serde_tokenstream v0.1.7
10262023-12-05T04:11:46.485Z Downloaded serde_yaml v0.9.25
10272023-12-05T04:11:46.491Z Downloaded ring v0.17.5
10282023-12-05T04:11:46.653Z Downloaded hyper-staticfile v0.9.5
10292023-12-05T04:11:46.653Z Downloaded strum_macros v0.25.2
10302023-12-05T04:11:46.653Z Downloaded serde_derive_internals v0.26.0
10312023-12-05T04:11:46.653Z Downloaded num-bigint v0.4.4
10322023-12-05T04:11:46.661Z Downloaded form_urlencoded v1.2.1
10332023-12-05T04:11:46.664Z Downloaded ed25519 v2.2.2
10342023-12-05T04:11:46.667Z Downloaded httpdate v1.0.3
10352023-12-05T04:11:46.671Z Downloaded ff v0.13.0
10362023-12-05T04:11:46.674Z Downloaded serde_with_macros v2.3.3
10372023-12-05T04:11:46.678Z Downloaded tokio-tungstenite v0.20.1
10382023-12-05T04:11:46.681Z Downloaded thiserror-impl v1.0.49
10392023-12-05T04:11:46.684Z Downloaded tracing-core v0.1.31
10402023-12-05T04:11:46.691Z Downloaded base64 v0.13.1
10412023-12-05T04:11:46.699Z Downloaded spin v0.9.8
10422023-12-05T04:11:46.705Z Downloaded ucd-trie v0.1.6
10432023-12-05T04:11:46.709Z Downloaded thiserror-impl-no-std v2.0.2
10442023-12-05T04:11:46.712Z Downloaded thiserror v1.0.49
10452023-12-05T04:11:46.722Z Downloaded ring v0.16.20
10462023-12-05T04:11:46.894Z Downloaded subtle v2.5.0
10472023-12-05T04:11:46.897Z Downloaded home v0.5.5
10482023-12-05T04:11:46.897Z Downloaded md-5 v0.10.5
10492023-12-05T04:11:46.897Z Downloaded match_cfg v0.1.0
10502023-12-05T04:11:46.897Z Downloaded futures-executor v0.3.29
10512023-12-05T04:11:46.897Z Downloaded rustc-demangle v0.1.23
10522023-12-05T04:11:46.900Z Downloaded getrandom v0.2.10
10532023-12-05T04:11:46.903Z Downloaded foreign-types-shared v0.3.1
10542023-12-05T04:11:46.908Z Downloaded unicode-bidi v0.3.13
10552023-12-05T04:11:46.911Z Downloaded typenum v1.16.0
10562023-12-05T04:11:46.914Z Downloaded thread_local v1.1.7
10572023-12-05T04:11:46.917Z Downloaded mio v0.8.9
10582023-12-05T04:11:46.925Z Downloaded tokio-native-tls v0.3.1
10592023-12-05T04:11:46.930Z Downloaded der v0.7.8
10602023-12-05T04:11:46.937Z Downloaded signature v2.1.0
10612023-12-05T04:11:46.939Z Downloaded tar v0.4.40
10622023-12-05T04:11:46.943Z Downloaded macaddr v1.0.1
10632023-12-05T04:11:46.946Z Downloaded sha1 v0.10.6
10642023-12-05T04:11:46.949Z Downloaded whoami v1.4.1
10652023-12-05T04:11:46.951Z Downloaded crypto-bigint v0.5.2
10662023-12-05T04:11:46.961Z Downloaded unsafe-libyaml v0.2.9
10672023-12-05T04:11:46.968Z Downloaded tungstenite v0.20.1
10682023-12-05T04:11:46.973Z Downloaded getrandom v0.1.16
10692023-12-05T04:11:46.977Z Downloaded string_cache v0.8.7
10702023-12-05T04:11:46.980Z Downloaded yasna v0.5.2
10712023-12-05T04:11:46.983Z Downloaded diesel_derives v2.1.2
10722023-12-05T04:11:46.989Z Downloaded pin-project v1.1.3
10732023-12-05T04:11:47.012Z Downloaded ident_case v1.0.1
10742023-12-05T04:11:47.015Z Downloaded lazy_static v1.4.0
10752023-12-05T04:11:47.018Z Downloaded fallible-iterator v0.2.0
10762023-12-05T04:11:47.018Z Downloaded const-oid v0.9.5
10772023-12-05T04:11:47.021Z Downloaded unicode-ident v1.0.12
10782023-12-05T04:11:47.026Z Downloaded version_check v0.9.4
10792023-12-05T04:11:47.029Z Downloaded iana-time-zone v0.1.57
10802023-12-05T04:11:47.032Z Downloaded ahash v0.8.3
10812023-12-05T04:11:47.038Z Downloaded serde_repr v0.1.16
10822023-12-05T04:11:47.040Z Downloaded unicase v2.7.0
10832023-12-05T04:11:47.043Z Downloaded libefi-sys v0.1.0
10842023-12-05T04:11:47.046Z Downloaded slab v0.4.9
10852023-12-05T04:11:47.049Z Downloaded toml_datetime v0.6.5
10862023-12-05T04:11:47.049Z Downloaded parking_lot_core v0.8.6
10872023-12-05T04:11:47.053Z Downloaded fxhash v0.2.1
10882023-12-05T04:11:47.055Z Downloaded sha2 v0.10.8
10892023-12-05T04:11:47.058Z Downloaded cancel-safe-futures v0.1.5
10902023-12-05T04:11:47.063Z Downloaded tokio-stream v0.1.14
10912023-12-05T04:11:47.072Z Downloaded async-trait v0.1.74
10922023-12-05T04:11:47.079Z Downloaded bytes v1.5.0
10932023-12-05T04:11:47.084Z Downloaded arc-swap v1.6.0
10942023-12-05T04:11:47.092Z Downloaded serde_spanned v0.6.4
10952023-12-05T04:11:47.095Z Downloaded argon2 v0.5.2
10962023-12-05T04:11:47.098Z Downloaded anstream v0.5.0
10972023-12-05T04:11:47.101Z Downloaded structmeta v0.2.0
10982023-12-05T04:11:47.104Z Downloaded base64ct v1.6.0
10992023-12-05T04:11:47.107Z Downloaded pest_meta v2.7.2
11002023-12-05T04:11:47.110Z Downloaded crossbeam-utils v0.8.16
11012023-12-05T04:11:47.116Z Downloaded foreign-types-macros v0.2.3
11022023-12-05T04:11:47.118Z Downloaded foreign-types v0.5.0
11032023-12-05T04:11:47.118Z Downloaded lru-cache v0.1.2
11042023-12-05T04:11:47.121Z Downloaded rand_core v0.6.4
11052023-12-05T04:11:47.124Z Downloaded futures-macro v0.3.29
11062023-12-05T04:11:47.127Z Downloaded slog-bunyan v2.4.0
11072023-12-05T04:11:47.130Z Downloaded slog-async v2.8.0
11082023-12-05T04:11:47.133Z Downloaded usdt-impl v0.3.5
11092023-12-05T04:11:47.133Z Downloaded slog-dtrace v0.2.3
11102023-12-05T04:11:47.135Z Downloaded hex v0.4.3
11112023-12-05T04:11:47.140Z Downloaded tokio-macros v2.2.0
11122023-12-05T04:11:47.140Z Downloaded toolchain_find v0.2.0
11132023-12-05T04:11:47.143Z Downloaded fixedbitset v0.4.2
11142023-12-05T04:11:47.146Z Downloaded tracing-attributes v0.1.26
11152023-12-05T04:11:47.149Z Downloaded block-buffer v0.10.4
11162023-12-05T04:11:47.152Z Downloaded camino v1.1.6
11172023-12-05T04:11:47.154Z Downloaded miniz_oxide v0.7.1
11182023-12-05T04:11:47.157Z Downloaded postcard v0.7.3
11192023-12-05T04:11:47.160Z Downloaded once_cell v1.18.0
11202023-12-05T04:11:47.166Z Downloaded bcrypt-pbkdf v0.10.0
11212023-12-05T04:11:47.172Z Downloaded resolv-conf v0.7.0
11222023-12-05T04:11:47.179Z Downloaded strum v0.25.0
11232023-12-05T04:11:47.179Z Downloaded num v0.4.1
11242023-12-05T04:11:47.179Z Downloaded native-tls v0.2.11
11252023-12-05T04:11:47.179Z Downloaded blowfish v0.9.1
11262023-12-05T04:11:47.179Z Downloaded atomic-waker v1.1.1
11272023-12-05T04:11:47.182Z Downloaded percent-encoding v2.3.1
11282023-12-05T04:11:47.182Z Downloaded quick-error v1.2.3
11292023-12-05T04:11:47.185Z Downloaded anstyle-parse v0.2.1
11302023-12-05T04:11:47.192Z Downloaded xattr v1.0.1
11312023-12-05T04:11:47.195Z Downloaded dof v0.1.5
11322023-12-05T04:11:47.198Z Downloaded proc-macro-error v1.0.4
11332023-12-05T04:11:47.206Z Downloaded num-rational v0.4.1
11342023-12-05T04:11:47.209Z Downloaded phf v0.11.2
11352023-12-05T04:11:47.212Z Downloaded darling_core v0.20.3
11362023-12-05T04:11:47.220Z Downloaded parking_lot v0.12.1
11372023-12-05T04:11:47.223Z Downloaded derive_more v0.99.17
11382023-12-05T04:11:47.233Z Downloaded parking_lot v0.11.2
11392023-12-05T04:11:47.238Z Downloaded parking_lot_core v0.9.8
11402023-12-05T04:11:47.241Z Downloaded console v0.15.7
11412023-12-05T04:11:47.247Z Downloaded usdt-macro v0.3.5
11422023-12-05T04:11:47.249Z Downloaded pest_derive v2.7.2
11432023-12-05T04:11:47.252Z Downloaded ciborium v0.2.1
11442023-12-05T04:11:47.256Z Downloaded dtrace-parser v0.1.14
11452023-12-05T04:11:47.261Z Downloaded bit-set v0.5.3
11462023-12-05T04:11:47.264Z Downloaded async-stream v0.3.5
11472023-12-05T04:11:47.264Z Downloaded aead v0.5.2
11482023-12-05T04:11:47.266Z Downloaded nibble_vec v0.1.0
11492023-12-05T04:11:47.269Z Downloaded russh-cryptovec v0.7.0
11502023-12-05T04:11:47.269Z Downloaded proc-macro-error-attr v1.0.4
11512023-12-05T04:11:47.272Z Downloaded cc v1.0.83
11522023-12-05T04:11:47.276Z Downloaded anstyle-query v1.0.0
11532023-12-05T04:11:47.280Z Downloaded parse-display-derive v0.8.2
11542023-12-05T04:11:47.283Z Downloaded num_enum_derive v0.5.11
11552023-12-05T04:11:47.283Z Downloaded ctr v0.9.2
11562023-12-05T04:11:47.286Z Downloaded cpufeatures v0.2.9
11572023-12-05T04:11:47.288Z Downloaded num-iter v0.1.43
11582023-12-05T04:11:47.291Z Downloaded num-integer v0.1.45
11592023-12-05T04:11:47.294Z Downloaded num-derive v0.4.0
11602023-12-05T04:11:47.297Z Downloaded cipher v0.4.4
11612023-12-05T04:11:47.300Z Downloaded precomputed-hash v0.1.1
11622023-12-05T04:11:47.300Z Downloaded option-ext v0.2.0
11632023-12-05T04:11:47.300Z Downloaded proc-macro-crate v1.3.1
11642023-12-05T04:11:47.303Z Downloaded camino-tempfile v1.1.1
11652023-12-05T04:11:47.305Z Downloaded waitgroup v0.1.2
11662023-12-05T04:11:47.308Z Downloaded chacha20 v0.9.1
11672023-12-05T04:11:47.311Z Downloaded ciborium-ll v0.2.1
11682023-12-05T04:11:47.314Z Downloaded try-lock v0.2.4
11692023-12-05T04:11:47.317Z Downloaded postgres-types v0.2.6
11702023-12-05T04:11:47.320Z Downloaded platforms v3.0.2
11712023-12-05T04:11:47.322Z Downloaded num_cpus v1.16.0
11722023-12-05T04:11:47.326Z Downloaded block-padding v0.3.3
11732023-12-05T04:11:47.329Z Downloaded dirs-sys v0.4.1
11742023-12-05T04:11:47.332Z Downloaded password-hash v0.5.0
11752023-12-05T04:11:47.335Z Downloaded pest_generator v2.7.2
11762023-12-05T04:11:47.338Z Downloaded omicron-zone-package v0.9.1
11772023-12-05T04:11:47.340Z Downloaded pin-project-internal v1.1.3
11782023-12-05T04:11:47.343Z Downloaded pem v1.1.1
11792023-12-05T04:11:47.345Z Downloaded password-hash v0.4.2
11802023-12-05T04:11:47.348Z Downloaded phf_shared v0.10.0
11812023-12-05T04:11:47.351Z Downloaded normalize-line-endings v0.3.0
11822023-12-05T04:11:47.351Z Downloaded new_debug_unreachable v1.0.4
11832023-12-05T04:11:47.354Z Downloaded crucible-workspace-hack v0.1.0
11842023-12-05T04:11:47.354Z Downloaded colorchoice v1.0.0
11852023-12-05T04:11:47.356Z Downloaded pretty-hex v0.2.1
11862023-12-05T04:11:47.359Z Downloaded pbkdf2 v0.12.2
11872023-12-05T04:11:47.359Z Downloaded num_threads v0.1.6
11882023-12-05T04:11:47.363Z Downloaded diesel_table_macro_syntax v0.1.0
11892023-12-05T04:11:47.366Z Downloaded predicates-core v1.0.6
11902023-12-05T04:11:47.366Z Downloaded phf_shared v0.11.2
11912023-12-05T04:11:47.366Z Downloaded cfg-if v0.1.10
11922023-12-05T04:11:47.369Z Downloaded pem v3.0.2
11932023-12-05T04:11:47.369Z Downloaded dirs v5.0.1
11942023-12-05T04:11:47.371Z Downloaded clap_derive v4.4.2
11952023-12-05T04:11:47.375Z Downloaded dyn-clone v1.0.13
11962023-12-05T04:11:47.378Z Downloaded cfg-if v1.0.0
11972023-12-05T04:11:47.381Z Downloaded convert_case v0.4.0
11982023-12-05T04:11:47.383Z Downloaded clap_lex v0.5.1
11992023-12-05T04:11:47.383Z Downloaded colored v2.0.4
12002023-12-05T04:11:47.386Z Downloaded num-complex v0.4.4
12012023-12-05T04:11:47.389Z Downloaded clap v4.4.3
12022023-12-05T04:11:47.405Z Downloaded darling_macro v0.20.3
12032023-12-05T04:11:47.407Z Downloaded crc32fast v1.3.2
12042023-12-05T04:11:47.410Z Downloaded anyhow v1.0.75
12052023-12-05T04:11:47.416Z Downloaded atty v0.2.14
12062023-12-05T04:11:47.419Z Downloaded deranged v0.3.8
12072023-12-05T04:11:47.422Z Downloaded postcard-cobs v0.1.5-pre
12082023-12-05T04:11:47.422Z Downloaded chacha20poly1305 v0.10.1
12092023-12-05T04:11:47.424Z Downloaded dirs-sys-next v0.1.2
12102023-12-05T04:11:47.427Z Downloaded data-encoding v2.4.0
12112023-12-05T04:11:47.430Z Downloaded bitflags v1.3.2
12122023-12-05T04:11:47.434Z Downloaded bzip2 v0.4.4
12132023-12-05T04:11:47.437Z Downloaded blake2 v0.10.6
12142023-12-05T04:11:47.441Z Downloaded curve25519-dalek-derive v0.1.0
12152023-12-05T04:11:47.444Z Downloaded mime v0.3.17
12162023-12-05T04:11:47.446Z Downloaded debug-ignore v1.0.5
12172023-12-05T04:11:47.849Z Compiling proc-macro2 v1.0.69
12182023-12-05T04:11:47.849Z Compiling unicode-ident v1.0.12
12192023-12-05T04:11:47.852Z Compiling libc v0.2.150
12202023-12-05T04:11:47.852Z Compiling serde v1.0.192
12212023-12-05T04:11:47.872Z Compiling autocfg v1.1.0
12222023-12-05T04:11:47.875Z Compiling version_check v0.9.4
12232023-12-05T04:11:47.875Z Compiling cfg-if v1.0.0
12242023-12-05T04:11:47.875Z Compiling syn v1.0.109
12252023-12-05T04:11:48.191Z Compiling parking_lot_core v0.9.8
12262023-12-05T04:11:48.216Z Compiling typenum v1.16.0
12272023-12-05T04:11:49.011Z Compiling libm v0.2.7
12282023-12-05T04:11:49.107Z Compiling lock_api v0.4.10
12292023-12-05T04:11:50.386Z Compiling generic-array v0.14.7
12302023-12-05T04:11:50.411Z Compiling once_cell v1.18.0
12312023-12-05T04:11:50.548Z Compiling num-traits v0.2.16
12322023-12-05T04:11:50.569Z Compiling thiserror v1.0.49
12332023-12-05T04:11:50.617Z Compiling futures-core v0.3.29
12342023-12-05T04:11:50.812Z Compiling serde_json v1.0.108
12352023-12-05T04:11:50.946Z Compiling slab v0.4.9
12362023-12-05T04:11:51.013Z Compiling futures-channel v0.3.29
12372023-12-05T04:11:51.093Z Compiling futures-task v0.3.29
12382023-12-05T04:11:51.274Z Compiling memchr v2.6.3
12392023-12-05T04:11:51.324Z Compiling futures-util v0.3.29
12402023-12-05T04:11:51.398Z Compiling itoa v1.0.9
12412023-12-05T04:11:51.477Z Compiling pkg-config v0.3.27
12422023-12-05T04:11:51.919Z Compiling quote v1.0.33
12432023-12-05T04:11:52.081Z Compiling log v0.4.20
12442023-12-05T04:11:52.443Z Compiling scopeguard v1.2.0
12452023-12-05T04:11:52.639Z Compiling syn v2.0.32
12462023-12-05T04:11:52.876Z Compiling cc v1.0.83
12472023-12-05T04:11:53.382Z Compiling getrandom v0.2.10
12482023-12-05T04:11:53.893Z Compiling rand_core v0.6.4
12492023-12-05T04:11:54.690Z Compiling heck v0.4.1
12502023-12-05T04:11:55.174Z Compiling ryu v1.0.15
12512023-12-05T04:11:55.448Z Compiling smallvec v1.11.0
12522023-12-05T04:11:56.163Z Compiling vcpkg v0.2.15
12532023-12-05T04:11:56.305Z Compiling schemars v0.8.13
12542023-12-05T04:11:56.519Z Compiling subtle v2.5.0
12552023-12-05T04:11:56.823Z Compiling httparse v1.8.0
12562023-12-05T04:11:57.094Z Compiling indexmap v1.9.3
12572023-12-05T04:11:57.459Z Compiling equivalent v1.0.1
12582023-12-05T04:11:57.514Z Compiling hashbrown v0.14.2
12592023-12-05T04:11:57.616Z Compiling pin-project-lite v0.2.13
12602023-12-05T04:11:57.913Z Compiling ring v0.17.5
12612023-12-05T04:11:58.721Z Compiling ring v0.16.20
12622023-12-05T04:11:58.818Z Compiling semver v1.0.20
12632023-12-05T04:11:59.615Z Compiling parking_lot v0.12.1
12642023-12-05T04:11:59.862Z Compiling ahash v0.8.3
12652023-12-05T04:11:59.914Z Compiling openssl-sys v0.9.96
12662023-12-05T04:12:00.356Z Compiling fnv v1.0.7
12672023-12-05T04:12:01.372Z Compiling openssl v0.10.60
12682023-12-05T04:12:01.498Z Compiling signal-hook-registry v1.4.1
12692023-12-05T04:12:01.820Z Compiling iana-time-zone v0.1.57
12702023-12-05T04:12:02.006Z Compiling rustls v0.21.9
12712023-12-05T04:12:02.034Z Compiling ucd-trie v0.1.6
12722023-12-05T04:12:02.484Z Compiling mio v0.8.9
12732023-12-05T04:12:02.939Z Compiling native-tls v0.2.11
12742023-12-05T04:12:03.321Z Compiling socket2 v0.5.5
12752023-12-05T04:12:03.407Z Compiling num_cpus v1.16.0
12762023-12-05T04:12:03.754Z Compiling byteorder v1.5.0
12772023-12-05T04:12:03.830Z Compiling spin v0.5.2
12782023-12-05T04:12:04.529Z Compiling dyn-clone v1.0.13
12792023-12-05T04:12:04.553Z Compiling async-trait v0.1.74
12802023-12-05T04:12:04.826Z Compiling serde_derive_internals v0.26.0
12812023-12-05T04:12:04.850Z Compiling futures-sink v0.3.29
12822023-12-05T04:12:05.079Z Compiling aho-corasick v1.0.4
12832023-12-05T04:12:05.669Z Compiling regex-syntax v0.8.2
12842023-12-05T04:12:05.748Z Compiling rustix v0.38.25
12852023-12-05T04:12:05.814Z Compiling tinyvec_macros v0.1.1
12862023-12-05T04:12:06.378Z Compiling const-oid v0.9.5
12872023-12-05T04:12:06.739Z Compiling tinyvec v1.6.0
12882023-12-05T04:12:07.399Z Compiling hashbrown v0.13.2
12892023-12-05T04:12:09.669Z Compiling backtrace v0.3.69
12902023-12-05T04:12:09.763Z Compiling futures-io v0.3.29
12912023-12-05T04:12:09.823Z Compiling winnow v0.5.15
12922023-12-05T04:12:10.210Z Compiling pin-utils v0.1.0
12932023-12-05T04:12:10.298Z Compiling unicode-normalization v0.1.22
12942023-12-05T04:12:10.336Z Compiling spin v0.9.8
12952023-12-05T04:12:10.464Z Compiling tracing-core v0.1.31
12962023-12-05T04:12:10.896Z Compiling unicode-bidi v0.3.13
12972023-12-05T04:12:12.145Z Compiling regex-automata v0.4.3
12982023-12-05T04:12:13.288Z Compiling crc32fast v1.3.2
12992023-12-05T04:12:13.464Z Compiling anyhow v1.0.75
13002023-12-05T04:12:13.990Z Compiling cpufeatures v0.2.9
13012023-12-05T04:12:15.176Z Compiling base64 v0.21.5
13022023-12-05T04:12:15.681Z Compiling time-core v0.1.1
13032023-12-05T04:12:15.925Z Compiling time-macros v0.2.13
13042023-12-05T04:12:16.865Z Compiling serde_derive v1.0.192
13052023-12-05T04:12:17.141Z Compiling zeroize_derive v1.4.2
13062023-12-05T04:12:17.214Z Compiling thiserror-impl v1.0.49
13072023-12-05T04:12:17.617Z Compiling tokio-macros v2.2.0
13082023-12-05T04:12:19.328Z Compiling futures-macro v0.3.29
13092023-12-05T04:12:19.864Z Compiling zeroize v1.7.0
13102023-12-05T04:12:20.377Z Compiling tracing-attributes v0.1.26
13112023-12-05T04:12:21.018Z Compiling schemars_derive v0.8.13
13122023-12-05T04:12:21.571Z Compiling openssl-macros v0.1.1
13132023-12-05T04:12:22.894Z Compiling crypto-common v0.1.6
13142023-12-05T04:12:22.922Z Compiling pest v2.7.2
13152023-12-05T04:12:22.957Z Compiling block-buffer v0.10.4
13162023-12-05T04:12:23.340Z Compiling digest v0.10.7
13172023-12-05T04:12:24.101Z Compiling regex v1.10.2
13182023-12-05T04:12:27.009Z Compiling num-integer v0.1.45
13192023-12-05T04:12:27.082Z Compiling tracing v0.1.37
13202023-12-05T04:12:27.447Z Compiling slog v2.7.0
13212023-12-05T04:12:27.749Z Compiling foreign-types-shared v0.1.1
13222023-12-05T04:12:27.823Z Compiling openssl-probe v0.1.5
13232023-12-05T04:12:27.860Z Compiling unicode-xid v0.2.4
13242023-12-05T04:12:27.896Z Compiling percent-encoding v2.3.1
13252023-12-05T04:12:28.117Z Compiling hashbrown v0.12.3
13262023-12-05T04:12:28.161Z Compiling untrusted v0.9.0
13272023-12-05T04:12:28.214Z Compiling unicode-width v0.1.11
13282023-12-05T04:12:28.299Z Compiling untrusted v0.7.1
13292023-12-05T04:12:28.448Z Compiling synstructure v0.12.6
13302023-12-05T04:12:28.483Z Compiling foreign-types v0.3.2
13312023-12-05T04:12:31.707Z Compiling errno v0.3.2
13322023-12-05T04:12:32.146Z Compiling ppv-lite86 v0.2.17
13332023-12-05T04:12:33.404Z Compiling try-lock v0.2.4
13342023-12-05T04:12:33.537Z Compiling want v0.3.1
13352023-12-05T04:12:33.957Z Compiling sct v0.7.0
13362023-12-05T04:12:33.991Z Compiling rustls-webpki v0.101.7
13372023-12-05T04:12:34.852Z Compiling zerocopy-derive v0.2.0
13382023-12-05T04:12:35.075Z Compiling form_urlencoded v1.2.1
13392023-12-05T04:12:35.545Z Compiling pest_meta v2.7.2
13402023-12-05T04:12:35.808Z Compiling socket2 v0.4.9
13412023-12-05T04:12:36.175Z Compiling httpdate v1.0.3
13422023-12-05T04:12:36.937Z Compiling tower-service v0.3.2
13432023-12-05T04:12:37.245Z Compiling io-lifetimes v1.0.11
13442023-12-05T04:12:38.088Z Compiling pest_generator v2.7.2
13452023-12-05T04:12:38.147Z Compiling rustls-pemfile v1.0.3
13462023-12-05T04:12:38.174Z Compiling idna v0.5.0
13472023-12-05T04:12:38.718Z Compiling lazy_static v1.4.0
13482023-12-05T04:12:38.880Z Compiling crossbeam-utils v0.8.16
13492023-12-05T04:12:39.633Z Compiling adler v1.0.2
13502023-12-05T04:12:39.958Z Compiling miniz_oxide v0.7.1
13512023-12-05T04:12:40.927Z Compiling url v2.5.0
13522023-12-05T04:12:41.455Z Compiling bytes v1.5.0
13532023-12-05T04:12:42.403Z Compiling indexmap v2.1.0
13542023-12-05T04:12:42.587Z Compiling chrono v0.4.31
13552023-12-05T04:12:43.624Z Compiling uuid v1.6.1
13562023-12-05T04:12:44.112Z Compiling http v0.2.11
13572023-12-05T04:12:44.190Z Compiling tokio v1.34.0
13582023-12-05T04:12:45.177Z Compiling toml_datetime v0.6.5
13592023-12-05T04:12:45.942Z Compiling serde_spanned v0.6.4
13602023-12-05T04:12:46.213Z Compiling bitflags v2.4.0
13612023-12-05T04:12:47.134Z Compiling toml_edit v0.19.15
13622023-12-05T04:12:48.413Z Compiling rustc_version v0.4.0
13632023-12-05T04:12:49.709Z Compiling http-body v0.4.5
13642023-12-05T04:12:50.335Z Compiling openapiv3 v2.0.0-rc.1
13652023-12-05T04:12:52.104Z Compiling pest_derive v2.7.2
13662023-12-05T04:12:53.490Z Compiling rustls-native-certs v0.6.3
13672023-12-05T04:12:54.132Z Compiling rand_chacha v0.3.1
13682023-12-05T04:12:55.894Z Compiling usdt-impl v0.3.5
13692023-12-05T04:12:56.422Z Compiling ipnet v2.8.0
13702023-12-05T04:12:57.219Z Compiling tokio-util v0.7.10
13712023-12-05T04:12:58.515Z Compiling tokio-rustls v0.24.1
13722023-12-05T04:12:59.014Z Compiling h2 v0.3.21
13732023-12-05T04:12:59.668Z Compiling tokio-native-tls v0.3.1
13742023-12-05T04:13:00.068Z Compiling rustix v0.37.23
13752023-12-05T04:13:00.874Z Compiling rand v0.8.5
13762023-12-05T04:13:01.053Z Compiling serde_urlencoded v0.7.1
13772023-12-05T04:13:02.217Z Compiling encoding_rs v0.8.33
13782023-12-05T04:13:02.321Z Compiling webpki-roots v0.25.2
13792023-12-05T04:13:02.549Z Compiling gimli v0.28.0
13802023-12-05T04:13:03.590Z Compiling mime v0.3.17
13812023-12-05T04:13:04.608Z Compiling zerocopy v0.3.0
13822023-12-05T04:13:05.893Z Compiling object v0.32.1
13832023-12-05T04:13:06.020Z Compiling num-bigint v0.4.4
13842023-12-05T04:13:07.851Z Compiling rustc-demangle v0.1.23
13852023-12-05T04:13:09.457Z Compiling dof v0.1.5
13862023-12-05T04:13:09.585Z Compiling flate2 v1.0.28
13872023-12-05T04:13:09.622Z Compiling addr2line v0.21.0
13882023-12-05T04:13:10.033Z Compiling dtrace-parser v0.1.14
13892023-12-05T04:13:10.161Z Compiling heapless v0.7.16
13902023-12-05T04:13:10.652Z Compiling hyper v0.14.27
13912023-12-05T04:13:10.783Z Compiling serde_tokenstream v0.2.0
13922023-12-05T04:13:11.205Z Compiling bzip2-sys v0.1.11+1.0.8
13932023-12-05T04:13:11.304Z Compiling thread-id v4.2.0
13942023-12-05T04:13:11.462Z Compiling rustversion v1.0.14
13952023-12-05T04:13:12.471Z Compiling signal-hook v0.3.17
13962023-12-05T04:13:13.388Z Compiling toml v0.7.8
13972023-12-05T04:13:13.428Z Compiling toml_edit v0.21.0
13982023-12-05T04:13:15.590Z Compiling serde_tokenstream v0.1.7
13992023-12-05T04:13:15.817Z Compiling hex v0.4.3
14002023-12-05T04:13:16.279Z Compiling zerocopy-derive v0.6.4
14012023-12-05T04:13:16.415Z Compiling regress v0.7.1
14022023-12-05T04:13:17.048Z Compiling memoffset v0.9.0
14032023-12-05T04:13:17.762Z Compiling strsim v0.10.0
14042023-12-05T04:13:20.394Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14052023-12-05T04:13:21.634Z Compiling bitflags v1.3.2
14062023-12-05T04:13:21.775Z Compiling smoltcp v0.9.1
14072023-12-05T04:13:21.818Z Compiling doc-comment v0.3.3
14082023-12-05T04:13:22.388Z Compiling hyper-rustls v0.24.2
14092023-12-05T04:13:22.469Z Compiling hyper-tls v0.5.0
14102023-12-05T04:13:22.658Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14112023-12-05T04:13:22.889Z Compiling reqwest v0.11.22
14122023-12-05T04:13:23.006Z Compiling strum_macros v0.25.2
14132023-12-05T04:13:25.658Z Compiling usdt-attr-macro v0.3.5
14142023-12-05T04:13:25.708Z Compiling usdt-macro v0.3.5
14152023-12-05T04:13:27.809Z Compiling enum-as-inner v0.5.1
14162023-12-05T04:13:28.098Z Compiling crossbeam-epoch v0.9.15
14172023-12-05T04:13:28.600Z Compiling num-iter v0.1.43
14182023-12-05T04:13:28.783Z Compiling unicode-segmentation v1.10.1
14192023-12-05T04:13:29.049Z Compiling siphasher v0.3.11
14202023-12-05T04:13:29.919Z Compiling hubpack_derive v0.1.1
14212023-12-05T04:13:30.067Z Compiling pin-project-internal v1.1.3
14222023-12-05T04:13:31.224Z Compiling deranged v0.3.8
14232023-12-05T04:13:32.004Z Compiling num_threads v0.1.6
14242023-12-05T04:13:32.504Z Compiling utf8parse v0.2.1
14252023-12-05T04:13:32.790Z Compiling anstyle v1.0.2
14262023-12-05T04:13:33.491Z Compiling anstyle-parse v0.2.1
14272023-12-05T04:13:34.066Z Compiling sha2 v0.10.8
14282023-12-05T04:13:34.408Z Compiling time v0.3.27
14292023-12-05T04:13:36.722Z Compiling md-5 v0.10.5
14302023-12-05T04:13:37.116Z Compiling hmac v0.12.1
14312023-12-05T04:13:37.659Z Compiling block-padding v0.3.3
14322023-12-05T04:13:37.893Z Compiling clap_derive v4.4.2
14332023-12-05T04:13:38.039Z Compiling stringprep v0.1.3
14342023-12-05T04:13:38.341Z Compiling hash32 v0.2.1
14352023-12-05T04:13:39.340Z Compiling diesel_table_macro_syntax v0.1.0
14362023-12-05T04:13:39.590Z Compiling colorchoice v1.0.0
14372023-12-05T04:13:39.823Z Compiling stable_deref_trait v1.2.0
14382023-12-05T04:13:39.961Z Compiling anstyle-query v1.0.0
14392023-12-05T04:13:40.445Z Compiling either v1.9.0
14402023-12-05T04:13:40.503Z Compiling fallible-iterator v0.2.0
14412023-12-05T04:13:41.406Z Compiling anstream v0.5.0
14422023-12-05T04:13:41.703Z Compiling postgres-protocol v0.6.6
14432023-12-05T04:13:43.599Z Compiling diesel_derives v2.1.2
14442023-12-05T04:13:44.025Z Compiling inout v0.1.3
14452023-12-05T04:13:44.458Z Compiling terminal_size v0.2.6
14462023-12-05T04:13:45.483Z Compiling phf_shared v0.11.2
14472023-12-05T04:13:46.901Z Compiling getopts v0.2.21
14482023-12-05T04:13:47.207Z Compiling snafu-derive v0.7.5
14492023-12-05T04:13:47.210Z Compiling serde_repr v0.1.16
14502023-12-05T04:13:47.491Z Compiling scheduled-thread-pool v0.2.7
14512023-12-05T04:13:48.048Z Compiling regex-automata v0.1.10
14522023-12-05T04:13:48.452Z Compiling unsafe-libyaml v0.2.9
14532023-12-05T04:13:49.082Z Compiling matches v0.1.10
14542023-12-05T04:13:49.213Z Compiling managed v0.8.0
14552023-12-05T04:13:49.943Z Compiling clap_lex v0.5.1
14562023-12-05T04:13:50.672Z Compiling bit-vec v0.6.3
14572023-12-05T04:13:50.778Z Compiling serde_yaml v0.9.25
14582023-12-05T04:13:51.392Z Compiling clap_builder v4.4.2
14592023-12-05T04:13:53.966Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14602023-12-05T04:13:55.501Z Compiling idna v0.2.3
14612023-12-05T04:13:58.026Z Compiling bstr v0.2.17
14622023-12-05T04:13:58.395Z Compiling r2d2 v0.8.10
14632023-12-05T04:14:01.704Z Compiling phf v0.11.2
14642023-12-05T04:14:02.156Z Compiling signal-hook-mio v0.2.3
14652023-12-05T04:14:02.394Z Compiling cipher v0.4.4
14662023-12-05T04:14:02.545Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14672023-12-05T04:14:02.608Z Compiling bzip2 v0.4.4
14682023-12-05T04:14:02.737Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14692023-12-05T04:14:03.183Z Compiling postgres-types v0.2.6
14702023-12-05T04:14:03.207Z Compiling itertools v0.11.0
14712023-12-05T04:14:05.782Z Compiling pin-project v1.1.3
14722023-12-05T04:14:05.996Z Compiling hubpack v0.1.2
14732023-12-05T04:14:06.815Z Compiling phf_shared v0.10.0
14742023-12-05T04:14:07.784Z Compiling zerocopy v0.6.4
14752023-12-05T04:14:07.857Z Compiling ipnetwork v0.20.0
14762023-12-05T04:14:08.083Z Compiling futures-executor v0.3.29
14772023-12-05T04:14:08.610Z Compiling float-cmp v0.9.0
14782023-12-05T04:14:09.115Z Compiling precomputed-hash v0.1.1
14792023-12-05T04:14:09.139Z Compiling static_assertions v1.1.0
14802023-12-05T04:14:09.275Z Compiling data-encoding v2.4.0
14812023-12-05T04:14:11.090Z Compiling whoami v1.4.1
14822023-12-05T04:14:11.422Z Compiling fixedbitset v0.4.2
14832023-12-05T04:14:12.109Z Compiling normalize-line-endings v0.3.0
14842023-12-05T04:14:12.193Z Compiling predicates-core v1.0.6
14852023-12-05T04:14:12.283Z Compiling new_debug_unreachable v1.0.4
14862023-12-05T04:14:12.420Z Compiling regex-automata v0.3.8
14872023-12-05T04:14:12.727Z Compiling difflib v0.4.0
14882023-12-05T04:14:13.353Z Compiling string_cache v0.8.7
14892023-12-05T04:14:13.960Z Compiling predicates v3.0.4
14902023-12-05T04:14:14.092Z Compiling petgraph v0.6.4
14912023-12-05T04:14:15.411Z Compiling bstr v1.6.0
14922023-12-05T04:14:15.920Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14932023-12-05T04:14:16.478Z Compiling tokio-postgres v0.7.10
14942023-12-05T04:14:16.756Z Compiling diesel v2.1.4
14952023-12-05T04:14:16.985Z Compiling trust-dns-proto v0.22.0
14962023-12-05T04:14:17.451Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14972023-12-05T04:14:20.927Z Compiling futures v0.3.29
14982023-12-05T04:14:26.480Z Compiling snafu v0.7.5
14992023-12-05T04:14:27.342Z Compiling yasna v0.5.2
15002023-12-05T04:14:27.930Z Compiling zip v0.6.6
15012023-12-05T04:14:30.251Z Compiling crossterm v0.27.0
15022023-12-05T04:14:30.477Z Compiling similar v2.2.1
15032023-12-05T04:14:32.268Z Compiling clap v4.4.3
15042023-12-05T04:14:32.432Z Compiling bit-set v0.5.3
15052023-12-05T04:14:32.873Z Compiling itertools v0.10.5
15062023-12-05T04:14:34.716Z Compiling usdt v0.3.5
15072023-12-05T04:14:35.750Z Compiling signature v2.1.0
15082023-12-05T04:14:35.810Z Compiling tokio-stream v0.1.14
15092023-12-05T04:14:36.119Z Compiling console v0.15.7
15102023-12-05T04:14:36.631Z Compiling lalrpop-util v0.19.12
15112023-12-05T04:15:19.247Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15122023-12-05T04:15:26.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15132023-12-05T04:15:26.483Z Compiling sha1 v0.10.6
15142023-12-05T04:15:27.293Z Compiling atty v0.2.14
15152023-12-05T04:15:29.322Z Compiling match_cfg v0.1.0
15162023-12-05T04:15:31.036Z Compiling hostname v0.3.1
15172023-12-05T04:15:35.221Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15182023-12-05T04:15:38.765Z Compiling dirs-sys-next v0.1.2
15192023-12-05T04:15:39.291Z Compiling dirs-next v2.0.0
15202023-12-05T04:15:39.571Z Compiling thread_local v1.1.7
15212023-12-05T04:15:39.603Z Compiling slog-async v2.8.0
15222023-12-05T04:15:39.776Z Compiling ident_case v1.0.1
15232023-12-05T04:15:40.036Z Compiling camino v1.1.6
15242023-12-05T04:15:40.298Z Compiling darling_core v0.20.3
15252023-12-05T04:15:40.475Z Compiling term v0.7.0
15262023-12-05T04:15:40.565Z Compiling crossbeam-channel v0.5.8
15272023-12-05T04:15:40.601Z Compiling multer v2.1.0
15282023-12-05T04:15:41.040Z Compiling instant v0.1.12
15292023-12-05T04:15:41.085Z Compiling paste v1.0.14
15302023-12-05T04:15:41.253Z Compiling take_mut v0.2.2
15312023-12-05T04:15:41.404Z Compiling slog-term v2.9.0
15322023-12-05T04:15:42.563Z Compiling slog-json v2.6.1
15332023-12-05T04:15:43.015Z Compiling async-stream-impl v0.3.5
15342023-12-05T04:15:43.126Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15352023-12-05T04:15:43.302Z Compiling atomic-waker v1.1.1
15362023-12-05T04:15:43.405Z Compiling slog-bunyan v2.4.0
15372023-12-05T04:15:43.575Z Compiling waitgroup v0.1.2
15382023-12-05T04:15:43.693Z Compiling toml v0.8.8
15392023-12-05T04:15:43.893Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15402023-12-05T04:15:44.026Z Compiling serde_path_to_error v0.1.14
15412023-12-05T04:15:45.215Z Compiling structmeta-derive v0.2.0
15422023-12-05T04:15:45.321Z Compiling async-stream v0.3.5
15432023-12-05T04:15:45.429Z Compiling debug-ignore v1.0.5
15442023-12-05T04:15:45.639Z Compiling strum v0.25.0
15452023-12-05T04:15:45.667Z Compiling regex-syntax v0.7.5
15462023-12-05T04:15:45.790Z Compiling backoff v0.4.0
15472023-12-05T04:15:45.887Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15482023-12-05T04:15:46.303Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15492023-12-05T04:15:46.526Z Compiling macaddr v1.0.1
15502023-12-05T04:15:46.570Z Compiling proc-macro-error-attr v1.0.4
15512023-12-05T04:15:47.092Z Compiling proc-macro-crate v1.3.1
15522023-12-05T04:15:47.161Z Compiling proc-macro-error v1.0.4
15532023-12-05T04:15:47.821Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15542023-12-05T04:15:48.383Z Compiling same-file v1.0.6
15552023-12-05T04:15:48.746Z Compiling postcard-cobs v0.1.5-pre
15562023-12-05T04:15:48.860Z Compiling num_enum_derive v0.5.11
15572023-12-05T04:15:49.197Z Compiling fastrand v2.0.0
15582023-12-05T04:15:49.827Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15592023-12-05T04:15:50.128Z Compiling tempfile v3.8.1
15602023-12-05T04:15:50.279Z Compiling postcard v0.7.3
15612023-12-05T04:15:50.360Z Compiling structmeta v0.2.0
15622023-12-05T04:15:50.698Z Compiling darling_macro v0.20.3
15632023-12-05T04:15:51.051Z Compiling walkdir v2.4.0
15642023-12-05T04:15:51.084Z Compiling smoltcp v0.8.2
15652023-12-05T04:15:51.524Z Compiling semver-parser v0.10.2
15662023-12-05T04:15:52.429Z Compiling foreign-types-macros v0.2.3
15672023-12-05T04:15:52.431Z Compiling darling v0.20.3
15682023-12-05T04:15:52.631Z Compiling serde_with_macros v2.3.3
15692023-12-05T04:15:53.337Z Compiling num_enum v0.5.11
15702023-12-05T04:15:53.565Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15712023-12-05T04:15:54.014Z Compiling cfg-if v0.1.10
15722023-12-05T04:15:54.157Z Compiling foreign-types-shared v0.3.1
15732023-12-05T04:15:54.331Z Compiling crucible-workspace-hack v0.1.0
15742023-12-05T04:15:54.575Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-12-05T04:15:54.744Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15762023-12-05T04:15:55.252Z Compiling foreign-types v0.5.0
15772023-12-05T04:15:55.496Z Compiling semver v0.11.0
15782023-12-05T04:15:56.288Z Compiling is-terminal v0.4.9
15792023-12-05T04:15:56.473Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15802023-12-05T04:15:56.826Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15812023-12-05T04:15:56.910Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15822023-12-05T04:15:57.207Z Compiling serde_with v2.3.3
15832023-12-05T04:15:57.427Z Compiling parse-display-derive v0.8.2
15842023-12-05T04:15:58.235Z Compiling cstr-argument v0.1.2
15852023-12-05T04:15:58.314Z Compiling xattr v1.0.1
15862023-12-05T04:15:58.581Z Compiling filetime v0.2.22
15872023-12-05T04:15:58.698Z Compiling home v0.5.5
15882023-12-05T04:15:59.061Z Compiling pretty-hex v0.2.1
15892023-12-05T04:15:59.103Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15902023-12-05T04:15:59.346Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15912023-12-05T04:15:59.570Z Compiling toolchain_find v0.2.0
15922023-12-05T04:15:59.895Z Compiling tar v0.4.40
15932023-12-05T04:16:00.419Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15942023-12-05T04:16:00.733Z Compiling colored v2.0.4
15952023-12-05T04:16:00.940Z Compiling textwrap v0.11.0
15962023-12-05T04:16:01.308Z Compiling heck v0.3.3
15972023-12-05T04:16:01.874Z Compiling toml v0.5.11
15982023-12-05T04:16:01.929Z Compiling libefi-sys v0.1.0
15992023-12-05T04:16:02.009Z Compiling platforms v3.0.2
16002023-12-05T04:16:02.107Z Compiling ansi_term v0.12.1
16012023-12-05T04:16:02.363Z Compiling vec_map v0.8.2
16022023-12-05T04:16:02.502Z Compiling strsim v0.8.0
16032023-12-05T04:16:02.813Z Compiling clap v2.34.0
16042023-12-05T04:16:03.071Z Compiling structopt-derive v0.4.18
16052023-12-05T04:16:03.543Z Compiling omicron-zone-package v0.9.1
16062023-12-05T04:16:04.157Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16072023-12-05T04:16:05.073Z Compiling parse-display v0.8.2
16082023-12-05T04:16:05.364Z Compiling rustfmt-wrapper v0.2.0
16092023-12-05T04:16:06.412Z Compiling camino-tempfile v1.1.1
16102023-12-05T04:16:07.023Z Compiling zone_cfg_derive v0.3.0
16112023-12-05T04:16:07.153Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16122023-12-05T04:16:08.165Z Compiling num-derive v0.4.0
16132023-12-05T04:16:08.259Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16142023-12-05T04:16:08.819Z Compiling base64ct v1.6.0
16152023-12-05T04:16:09.531Z Compiling zone v0.3.0
16162023-12-05T04:16:09.999Z Compiling structopt v0.3.26
16172023-12-05T04:16:10.238Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16182023-12-05T04:16:10.485Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16192023-12-05T04:16:10.878Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16202023-12-05T04:16:11.465Z Compiling smf v0.2.2
16212023-12-05T04:16:11.642Z Compiling unicase v2.7.0
16222023-12-05T04:16:11.987Z Compiling curve25519-dalek v4.1.0
16232023-12-05T04:16:12.125Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16242023-12-05T04:16:12.161Z Compiling universal-hash v0.5.1
16252023-12-05T04:16:12.222Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
16262023-12-05T04:16:12.449Z Compiling opaque-debug v0.3.0
16272023-12-05T04:16:12.587Z Compiling hkdf v0.12.3
16282023-12-05T04:16:12.667Z Compiling curve25519-dalek-derive v0.1.0
16292023-12-05T04:16:12.801Z Compiling num-rational v0.4.1
16302023-12-05T04:16:12.977Z Compiling getrandom v0.1.16
16312023-12-05T04:16:13.278Z Compiling quick-error v1.2.3
16322023-12-05T04:16:13.492Z Compiling linked-hash-map v0.5.6
16332023-12-05T04:16:13.630Z Compiling parking_lot_core v0.8.6
16342023-12-05T04:16:13.728Z Compiling keccak v0.1.4
16352023-12-05T04:16:14.058Z Compiling lru-cache v0.1.2
16362023-12-05T04:16:14.393Z Compiling sha3 v0.10.8
16372023-12-05T04:16:14.398Z Compiling resolv-conf v0.7.0
16382023-12-05T04:16:15.397Z Compiling password-hash v0.5.0
16392023-12-05T04:16:15.510Z Compiling blake2 v0.10.6
16402023-12-05T04:16:15.737Z Compiling aead v0.5.2
16412023-12-05T04:16:15.936Z Compiling secrecy v0.8.0
16422023-12-05T04:16:16.267Z Compiling num-complex v0.4.4
16432023-12-05T04:16:16.332Z Compiling ff v0.13.0
16442023-12-05T04:16:16.658Z Compiling nibble_vec v0.1.0
16452023-12-05T04:16:16.870Z Compiling slog-dtrace v0.2.3
16462023-12-05T04:16:17.028Z Compiling winapi v0.3.9
16472023-12-05T04:16:17.157Z Compiling utf-8 v0.7.6
16482023-12-05T04:16:17.338Z Compiling arc-swap v1.6.0
16492023-12-05T04:16:17.657Z Compiling convert_case v0.4.0
16502023-12-05T04:16:17.963Z Compiling endian-type v0.1.2
16512023-12-05T04:16:18.008Z Compiling num v0.4.1
16522023-12-05T04:16:18.102Z Compiling slog-scope v4.4.0
16532023-12-05T04:16:18.162Z Compiling tungstenite v0.20.1
16542023-12-05T04:16:18.317Z Compiling radix_trie v0.2.1
16552023-12-05T04:16:18.484Z Compiling group v0.13.0
16562023-12-05T04:16:18.670Z Compiling argon2 v0.5.2
16572023-12-05T04:16:18.740Z Compiling mime_guess v2.0.4
16582023-12-05T04:16:18.978Z Compiling trust-dns-resolver v0.22.0
16592023-12-05T04:16:19.189Z Compiling derive_more v0.99.17
16602023-12-05T04:16:19.398Z Compiling rand_core v0.5.1
16612023-12-05T04:16:20.927Z Compiling poly1305 v0.8.0
16622023-12-05T04:16:21.508Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16632023-12-05T04:16:21.904Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16642023-12-05T04:16:22.386Z Compiling chacha20 v0.9.1
16652023-12-05T04:16:23.114Z Compiling crypto-bigint v0.5.2
16662023-12-05T04:16:23.442Z Compiling thiserror-impl-no-std v2.0.2
16672023-12-05T04:16:23.887Z Compiling half v1.8.2
16682023-12-05T04:16:23.923Z Compiling base16ct v0.2.0
16692023-12-05T04:16:24.354Z Compiling option-ext v0.2.0
16702023-12-05T04:16:24.538Z Compiling ciborium-io v0.2.1
16712023-12-05T04:16:24.723Z Compiling ciborium-ll v0.2.1
16722023-12-05T04:16:24.916Z Compiling dirs-sys v0.4.1
16732023-12-05T04:16:25.426Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16742023-12-05T04:16:25.997Z Compiling parking_lot v0.11.2
16752023-12-05T04:16:26.498Z Compiling elliptic-curve v0.13.5
16762023-12-05T04:16:27.462Z Compiling tokio-tungstenite v0.20.1
16772023-12-05T04:16:27.678Z Compiling rand_chacha v0.2.2
16782023-12-05T04:16:28.306Z Compiling trust-dns-client v0.22.0
16792023-12-05T04:16:28.984Z Compiling thiserror-no-std v2.0.2
16802023-12-05T04:16:29.170Z Compiling slog-stdlog v4.1.1
16812023-12-05T04:16:29.765Z Compiling polyval v0.6.1
16822023-12-05T04:16:29.800Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16832023-12-05T04:16:30.001Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16842023-12-05T04:16:30.023Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16852023-12-05T04:16:30.061Z Compiling password-hash v0.4.2
16862023-12-05T04:16:30.442Z Compiling ed25519 v2.2.2
16872023-12-05T04:16:31.169Z Compiling aes v0.8.3
16882023-12-05T04:16:31.617Z Compiling ctr v0.9.2
16892023-12-05T04:16:32.201Z Compiling blowfish v0.9.1
16902023-12-05T04:16:33.424Z Compiling pbkdf2 v0.12.2
16912023-12-05T04:16:33.668Z Compiling fxhash v0.2.1
16922023-12-05T04:16:34.330Z Compiling cancel-safe-futures v0.1.5
16932023-12-05T04:16:34.497Z Compiling glob v0.3.1
16942023-12-05T04:16:36.088Z Compiling trust-dns-server v0.22.1
16952023-12-05T04:16:36.188Z Compiling sled v0.34.7
16962023-12-05T04:16:38.497Z Compiling bcrypt-pbkdf v0.10.0
16972023-12-05T04:16:39.420Z Compiling pbkdf2 v0.11.0
16982023-12-05T04:16:39.463Z Compiling ed25519-dalek v2.0.0
16992023-12-05T04:16:39.996Z Compiling ghash v0.5.0
17002023-12-05T04:16:40.312Z Compiling slog-envlogger v2.2.0
17012023-12-05T04:16:41.104Z Compiling vsss-rs v3.3.1
17022023-12-05T04:16:41.461Z Compiling russh-cryptovec v0.7.0
17032023-12-05T04:16:42.089Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17042023-12-05T04:16:45.711Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17052023-12-05T04:16:48.062Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17062023-12-05T04:16:48.370Z Compiling rand v0.7.3
17072023-12-05T04:16:49.382Z Compiling dirs v5.0.1
17082023-12-05T04:16:49.677Z Compiling ciborium v0.2.1
17092023-12-05T04:16:50.449Z Compiling chacha20poly1305 v0.10.1
17102023-12-05T04:16:50.802Z Compiling cbc v0.1.2
17112023-12-05T04:16:51.202Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17122023-12-05T04:16:51.814Z Compiling pem v3.0.2
17132023-12-05T04:16:52.310Z Compiling headers-core v0.2.0
17142023-12-05T04:16:52.554Z Compiling kstat-rs v0.2.3
17152023-12-05T04:16:53.093Z Compiling http-range v0.1.5
17162023-12-05T04:16:53.344Z Compiling md5 v0.7.0
17172023-12-05T04:16:53.646Z Compiling base64 v0.13.1
17182023-12-05T04:16:53.675Z Compiling pretty-hex v0.4.0
17192023-12-05T04:16:54.020Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17202023-12-05T04:16:54.095Z Compiling russh-keys v0.38.0
17212023-12-05T04:16:54.630Z Compiling pem v1.1.1
17222023-12-05T04:16:55.735Z Compiling hyper-staticfile v0.9.5
17232023-12-05T04:16:56.023Z Compiling headers v0.3.9
17242023-12-05T04:16:56.049Z Compiling rcgen v0.11.3
17252023-12-05T04:16:56.380Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17262023-12-05T04:16:57.472Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17272023-12-05T04:16:59.170Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17282023-12-05T04:16:59.654Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17292023-12-05T04:17:00.665Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17302023-12-05T04:17:00.786Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17312023-12-05T04:17:05.379Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17322023-12-05T04:17:06.586Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17332023-12-05T04:17:08.247Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17342023-12-05T04:17:11.161Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17352023-12-05T04:17:15.071Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17362023-12-05T04:17:16.091Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17372023-12-05T04:17:16.237Z Compiling aes-gcm v0.10.3
17382023-12-05T04:17:17.694Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17392023-12-05T04:17:19.296Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17402023-12-05T04:17:21.703Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17412023-12-05T04:17:22.007Z Compiling atomicwrites v0.4.2
17422023-12-05T04:17:22.562Z Compiling itertools v0.12.0
17432023-12-05T04:17:24.198Z Compiling subprocess v0.2.9
17442023-12-05T04:17:27.670Z Compiling hex-literal v0.4.1
17452023-12-05T04:17:27.857Z Compiling russh v0.39.0
17462023-12-05T04:17:27.896Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17472023-12-05T04:17:29.617Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17482023-12-05T04:17:31.240Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17492023-12-05T04:18:00.695Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17502023-12-05T04:19:19.960Z Finished dev [unoptimized + debuginfo] target(s) in 7m 54s
17512023-12-05T04:19:20.299Z
17522023-12-05T04:19:20.299Zreal 7:55.072145677
17532023-12-05T04:19:20.300Zuser 43:41.170874609
17542023-12-05T04:19:20.300Zsys 6:42.499858917
17552023-12-05T04:19:20.300Ztrap 1.645622007
17562023-12-05T04:19:20.300Ztflt 3.256573560
17572023-12-05T04:19:20.306Zdflt 6.837509656
17582023-12-05T04:19:20.306Zkflt 0.117793656
17592023-12-05T04:19:20.306Zlock 1:23:51.221715549
17602023-12-05T04:19:20.306Zslp 2:05:01.945145115
17612023-12-05T04:19:20.306Zlat 1:58.303558281
17622023-12-05T04:19:20.306Zstop 4:33.946872629
17632023-12-05T04:19:20.306Z+ mkdir -p /work/end-to-end-tests
17642023-12-05T04:19:20.309Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17652023-12-05T04:19:21.246Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17662023-12-05T04:19:21.246Z+ ptime -m gzip
17672023-12-05T04:19:21.249Z++ basename target/debug/bootstrap
17682023-12-05T04:19:37.934Z
17692023-12-05T04:19:37.934Zreal 16.680026322
17702023-12-05T04:19:37.938Zuser 16.506108581
17712023-12-05T04:19:37.938Zsys 0.157628881
17722023-12-05T04:19:37.938Ztrap 0.005712140
17732023-12-05T04:19:37.938Ztflt 0.000000000
17742023-12-05T04:19:37.938Zdflt 0.000000000
17752023-12-05T04:19:37.938Zkflt 0.000000000
17762023-12-05T04:19:37.938Zlock 0.000000000
17772023-12-05T04:19:37.938Zslp 0.000000000
17782023-12-05T04:19:37.938Zlat 0.010208275
17792023-12-05T04:19:37.938Zstop 0.000232165
17802023-12-05T04:19:37.938Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17812023-12-05T04:19:37.938Z+ ptime -m gzip
17822023-12-05T04:19:37.938Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83d41f1b41d1fb89
17832023-12-05T04:19:39.017Z
17842023-12-05T04:19:39.021Zreal 1.073971706
17852023-12-05T04:19:39.021Zuser 1.062384207
17862023-12-05T04:19:39.021Zsys 0.010948550
17872023-12-05T04:19:39.021Ztrap 0.000106542
17882023-12-05T04:19:39.021Ztflt 0.000000000
17892023-12-05T04:19:39.021Zdflt 0.000000000
17902023-12-05T04:19:39.021Zkflt 0.000000000
17912023-12-05T04:19:39.021Zlock 0.000000000
17922023-12-05T04:19:39.021Zslp 0.000000000
17932023-12-05T04:19:39.021Zlat 0.000174216
17942023-12-05T04:19:39.021Zstop 0.000234561
17952023-12-05T04:19:39.022Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17962023-12-05T04:19:39.022Z+ ptime -m gzip
17972023-12-05T04:19:39.025Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8c93950b566420c7
17982023-12-05T04:19:56.113Z
17992023-12-05T04:19:56.113Zreal 17.087032276
18002023-12-05T04:19:56.113Zuser 16.908678200
18012023-12-05T04:19:56.113Zsys 0.174017321
18022023-12-05T04:19:56.113Ztrap 0.002963368
18032023-12-05T04:19:56.113Ztflt 0.000000000
18042023-12-05T04:19:56.117Zdflt 0.000000000
18052023-12-05T04:19:56.117Zkflt 0.000000000
18062023-12-05T04:19:56.117Zlock 0.000000000
18072023-12-05T04:19:56.117Zslp 0.000000000
18082023-12-05T04:19:56.117Zlat 0.001021952
18092023-12-05T04:19:56.117Zstop 0.000231096
18102023-12-05T04:19:56.117Z+ banner caboose-util
18112023-12-05T04:19:56.117Z
18122023-12-05T04:19:56.117Z #### ## ##### #### #### #### ###### # # #####
18132023-12-05T04:19:56.117Z # # # # # # # # # # # # # # #
18142023-12-05T04:19:56.117Z # # # ##### # # # # #### ##### ##### # # #
18152023-12-05T04:19:56.117Z # ###### # # # # # # # # # # #
18162023-12-05T04:19:56.117Z # # # # # # # # # # # # # # # #
18172023-12-05T04:19:56.117Z #### # # ##### #### #### #### ###### #### #
18182023-12-05T04:19:56.117Z
18192023-12-05T04:19:56.117Z+ ptime -m cargo build --locked -p caboose-util --release
18202023-12-05T04:19:56.764Z Downloading crates ...
18212023-12-05T04:19:57.085Z Downloaded maybe-uninit v2.0.0
18222023-12-05T04:19:57.090Z Downloaded crc v3.0.1
18232023-12-05T04:19:57.122Z Downloaded bitfield v0.14.0
18242023-12-05T04:19:57.125Z Downloaded flagset v0.4.3
18252023-12-05T04:19:57.125Z Downloaded path-slash v0.1.5
18262023-12-05T04:19:57.125Z Downloaded packed_struct v0.10.1
18272023-12-05T04:19:57.125Z Downloaded funty v2.0.0
18282023-12-05T04:19:57.125Z Downloaded crc-catalog v2.2.0
18292023-12-05T04:19:57.125Z Downloaded tap v1.0.1
18302023-12-05T04:19:57.125Z Downloaded smallvec v0.6.14
18312023-12-05T04:19:57.125Z Downloaded serde-hex v0.1.0
18322023-12-05T04:19:57.125Z Downloaded wyz v0.5.1
18332023-12-05T04:19:57.128Z Downloaded env_logger v0.10.0
18342023-12-05T04:19:57.131Z Downloaded pkcs1 v0.7.5
18352023-12-05T04:19:57.135Z Downloaded crc-any v2.4.3
18362023-12-05T04:19:57.139Z Downloaded ron v0.8.1
18372023-12-05T04:19:57.149Z Downloaded rsa v0.9.2
18382023-12-05T04:19:57.158Z Downloaded object v0.30.4
18392023-12-05T04:19:57.175Z Downloaded bitvec v1.0.1
18402023-12-05T04:19:57.201Z Downloaded x509-cert v0.2.4
18412023-12-05T04:19:57.211Z Downloaded num-bigint-dig v0.8.4
18422023-12-05T04:19:57.219Z Downloaded der_derive v0.7.2
18432023-12-05T04:19:57.222Z Downloaded pem-rfc7468 v0.7.0
18442023-12-05T04:19:57.225Z Downloaded array-init v0.0.4
18452023-12-05T04:19:57.227Z Downloaded nodrop v0.1.14
18462023-12-05T04:19:57.228Z Downloaded radium v0.7.0
18472023-12-05T04:19:57.230Z Downloaded packed_struct_codegen v0.10.1
18482023-12-05T04:19:57.233Z Downloaded termcolor v1.2.0
18492023-12-05T04:19:57.398Z Compiling proc-macro2 v1.0.69
18502023-12-05T04:19:57.399Z Compiling unicode-ident v1.0.12
18512023-12-05T04:19:57.401Z Compiling libc v0.2.150
18522023-12-05T04:19:57.401Z Compiling autocfg v1.1.0
18532023-12-05T04:19:57.401Z Compiling serde v1.0.192
18542023-12-05T04:19:57.401Z Compiling cfg-if v1.0.0
18552023-12-05T04:19:57.419Z Compiling version_check v0.9.4
18562023-12-05T04:19:57.535Z Compiling syn v1.0.109
18572023-12-05T04:19:57.549Z Compiling parking_lot_core v0.9.8
18582023-12-05T04:19:57.662Z Compiling typenum v1.16.0
18592023-12-05T04:19:58.152Z Compiling futures-core v0.3.29
18602023-12-05T04:19:58.164Z Compiling libm v0.2.7
18612023-12-05T04:19:58.399Z Compiling generic-array v0.14.7
18622023-12-05T04:19:58.467Z Compiling lock_api v0.4.10
18632023-12-05T04:19:58.565Z Compiling num-traits v0.2.16
18642023-12-05T04:19:58.605Z Compiling once_cell v1.18.0
18652023-12-05T04:19:58.795Z Compiling pkg-config v0.3.27
18662023-12-05T04:19:58.874Z Compiling scopeguard v1.2.0
18672023-12-05T04:19:59.201Z Compiling slab v0.4.9
18682023-12-05T04:19:59.230Z Compiling futures-task v0.3.29
18692023-12-05T04:19:59.259Z Compiling serde_json v1.0.108
18702023-12-05T04:19:59.613Z Compiling quote v1.0.33
18712023-12-05T04:19:59.692Z Compiling futures-channel v0.3.29
18722023-12-05T04:19:59.809Z Compiling thiserror v1.0.49
18732023-12-05T04:20:00.149Z Compiling itoa v1.0.9
18742023-12-05T04:20:00.456Z Compiling syn v2.0.32
18752023-12-05T04:20:00.456Z Compiling cc v1.0.83
18762023-12-05T04:20:00.478Z Compiling getrandom v0.2.10
18772023-12-05T04:20:00.587Z Compiling memchr v2.6.3
18782023-12-05T04:20:01.060Z Compiling futures-util v0.3.29
18792023-12-05T04:20:01.102Z Compiling log v0.4.20
18802023-12-05T04:20:01.526Z Compiling smallvec v1.11.0
18812023-12-05T04:20:02.433Z Compiling vcpkg v0.2.15
18822023-12-05T04:20:03.076Z Compiling byteorder v1.5.0
18832023-12-05T04:20:03.319Z Compiling rand_core v0.6.4
18842023-12-05T04:20:03.909Z Compiling pin-project-lite v0.2.13
18852023-12-05T04:20:04.071Z Compiling parking_lot v0.12.1
18862023-12-05T04:20:04.657Z Compiling ring v0.17.5
18872023-12-05T04:20:05.152Z Compiling indexmap v1.9.3
18882023-12-05T04:20:05.234Z Compiling openssl-sys v0.9.96
18892023-12-05T04:20:06.609Z Compiling signal-hook-registry v1.4.1
18902023-12-05T04:20:07.377Z Compiling io-lifetimes v1.0.11
18912023-12-05T04:20:07.631Z Compiling heck v0.4.1
18922023-12-05T04:20:08.251Z Compiling ring v0.16.20
18932023-12-05T04:20:08.780Z Compiling mio v0.8.9
18942023-12-05T04:20:09.519Z Compiling num-integer v0.1.45
18952023-12-05T04:20:09.805Z Compiling ryu v1.0.15
18962023-12-05T04:20:09.935Z Compiling semver v1.0.20
18972023-12-05T04:20:10.228Z Compiling const-oid v0.9.5
18982023-12-05T04:20:10.855Z Compiling spin v0.5.2
18992023-12-05T04:20:11.189Z Compiling rustix v0.37.23
19002023-12-05T04:20:12.041Z Compiling socket2 v0.5.5
19012023-12-05T04:20:12.585Z Compiling num_cpus v1.16.0
19022023-12-05T04:20:12.731Z Compiling openssl v0.10.60
19032023-12-05T04:20:13.235Z Compiling ucd-trie v0.1.6
19042023-12-05T04:20:13.280Z Compiling httparse v1.8.0
19052023-12-05T04:20:13.418Z Compiling unicode-xid v0.2.4
19062023-12-05T04:20:13.646Z Compiling futures-sink v0.3.29
19072023-12-05T04:20:13.840Z Compiling synstructure v0.12.6
19082023-12-05T04:20:14.014Z Compiling tinyvec_macros v0.1.1
19092023-12-05T04:20:14.133Z Compiling tinyvec v1.6.0
19102023-12-05T04:20:15.307Z Compiling futures-io v0.3.29
19112023-12-05T04:20:15.381Z Compiling ppv-lite86 v0.2.17
19122023-12-05T04:20:15.684Z Compiling pin-utils v0.1.0
19132023-12-05T04:20:15.717Z Compiling rustls v0.21.9
19142023-12-05T04:20:15.801Z Compiling crc32fast v1.3.2
19152023-12-05T04:20:16.117Z Compiling native-tls v0.2.11
19162023-12-05T04:20:16.341Z Compiling bzip2-sys v0.1.11+1.0.8
19172023-12-05T04:20:16.466Z Compiling spin v0.9.8
19182023-12-05T04:20:16.676Z Compiling unicode-normalization v0.1.22
19192023-12-05T04:20:16.782Z Compiling rand_chacha v0.3.1
19202023-12-05T04:20:16.817Z Compiling tracing-core v0.1.31
19212023-12-05T04:20:17.028Z Compiling unicode-bidi v0.3.13
19222023-12-05T04:20:17.224Z Compiling subtle v2.5.0
19232023-12-05T04:20:17.895Z Compiling rand v0.8.5
19242023-12-05T04:20:19.206Z Compiling errno v0.3.2
19252023-12-05T04:20:19.430Z Compiling num-iter v0.1.43
19262023-12-05T04:20:19.445Z Compiling usdt-impl v0.3.5
19272023-12-05T04:20:19.579Z Compiling ahash v0.8.3
19282023-12-05T04:20:19.840Z Compiling schemars v0.8.13
19292023-12-05T04:20:20.063Z Compiling signal-hook v0.3.17
19302023-12-05T04:20:20.429Z Compiling base64 v0.21.5
19312023-12-05T04:20:20.872Z Compiling rustix v0.38.25
19322023-12-05T04:20:21.242Z Compiling serde_derive_internals v0.26.0
19332023-12-05T04:20:22.282Z Compiling serde_derive v1.0.192
19342023-12-05T04:20:22.381Z Compiling zeroize_derive v1.4.2
19352023-12-05T04:20:22.490Z Compiling tokio-macros v2.2.0
19362023-12-05T04:20:22.818Z Compiling thiserror-impl v1.0.49
19372023-12-05T04:20:23.382Z Compiling futures-macro v0.3.29
19382023-12-05T04:20:23.678Z Compiling tracing-attributes v0.1.26
19392023-12-05T04:20:24.634Z Compiling zeroize v1.7.0
19402023-12-05T04:20:25.393Z Compiling zerocopy-derive v0.2.0
19412023-12-05T04:20:26.432Z Compiling openssl-macros v0.1.1
19422023-12-05T04:20:27.461Z Compiling pest v2.7.2
19432023-12-05T04:20:27.551Z Compiling crypto-common v0.1.6
19442023-12-05T04:20:27.581Z Compiling block-buffer v0.10.4
19452023-12-05T04:20:27.865Z Compiling zerocopy-derive v0.6.4
19462023-12-05T04:20:27.973Z Compiling digest v0.10.7
19472023-12-05T04:20:29.009Z Compiling tracing v0.1.37
19482023-12-05T04:20:29.739Z Compiling fnv v1.0.7
19492023-12-05T04:20:29.910Z Compiling bitflags v1.3.2
19502023-12-05T04:20:31.333Z Compiling zerocopy v0.3.0
19512023-12-05T04:20:32.198Z Compiling pest_meta v2.7.2
19522023-12-05T04:20:32.349Z Compiling schemars_derive v0.8.13
19532023-12-05T04:20:33.155Z Compiling lazy_static v1.4.0
19542023-12-05T04:20:35.551Z Compiling pest_generator v2.7.2
19552023-12-05T04:20:36.579Z Compiling backtrace v0.3.69
19562023-12-05T04:20:36.850Z Compiling num-bigint v0.4.4
19572023-12-05T04:20:37.203Z Compiling memoffset v0.9.0
19582023-12-05T04:20:37.275Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19592023-12-05T04:20:37.793Z Compiling untrusted v0.7.1
19602023-12-05T04:20:37.793Z Compiling percent-encoding v2.3.1
19612023-12-05T04:20:37.793Z Compiling hashbrown v0.14.2
19622023-12-05T04:20:38.126Z Compiling untrusted v0.9.0
19632023-12-05T04:20:38.301Z Compiling smoltcp v0.9.1
19642023-12-05T04:20:38.376Z Compiling async-trait v0.1.74
19652023-12-05T04:20:38.493Z Compiling hashbrown v0.12.3
19662023-12-05T04:20:38.888Z Compiling pest_derive v2.7.2
19672023-12-05T04:20:39.045Z Compiling foreign-types-shared v0.1.1
19682023-12-05T04:20:39.408Z Compiling equivalent v1.0.1
19692023-12-05T04:20:39.473Z Compiling crossbeam-utils v0.8.16
19702023-12-05T04:20:39.549Z Compiling doc-comment v0.3.3
19712023-12-05T04:20:39.829Z Compiling iana-time-zone v0.1.57
19722023-12-05T04:20:39.987Z Compiling openssl-probe v0.1.5
19732023-12-05T04:20:40.132Z Compiling base64ct v1.6.0
19742023-12-05T04:20:40.323Z Compiling dtrace-parser v0.1.14
19752023-12-05T04:20:40.335Z Compiling foreign-types v0.3.2
19762023-12-05T04:20:41.357Z Compiling pem-rfc7468 v0.7.0
19772023-12-05T04:20:42.960Z Compiling dof v0.1.5
19782023-12-05T04:20:43.055Z Compiling clap_derive v4.4.2
19792023-12-05T04:20:43.859Z Compiling der_derive v0.7.2
19802023-12-05T04:20:45.310Z Compiling bytes v1.5.0
19812023-12-05T04:20:46.273Z Compiling bitflags v2.4.0
19822023-12-05T04:20:47.229Z Compiling tokio v1.34.0
19832023-12-05T04:20:47.782Z Compiling rustc_version v0.4.0
19842023-12-05T04:20:48.758Z Compiling heapless v0.7.16
19852023-12-05T04:20:49.197Z Compiling http v0.2.11
19862023-12-05T04:20:49.355Z Compiling uuid v1.6.1
19872023-12-05T04:20:50.555Z Compiling chrono v0.4.31
19882023-12-05T04:20:50.810Z Compiling indexmap v2.1.0
19892023-12-05T04:20:52.911Z Compiling thread-id v4.2.0
19902023-12-05T04:20:53.199Z Compiling adler v1.0.2
19912023-12-05T04:20:53.208Z Compiling rustversion v1.0.14
19922023-12-05T04:20:53.297Z Compiling utf8parse v0.2.1
19932023-12-05T04:20:53.484Z Compiling time-core v0.1.1
19942023-12-05T04:20:53.567Z Compiling try-lock v0.2.4
19952023-12-05T04:20:53.759Z Compiling cpufeatures v0.2.9
19962023-12-05T04:20:53.888Z Compiling anstyle v1.0.2
19972023-12-05T04:20:54.082Z Compiling flagset v0.4.3
19982023-12-05T04:20:54.591Z Compiling siphasher v0.3.11
19992023-12-05T04:20:55.210Z Compiling der v0.7.8
20002023-12-05T04:20:56.490Z Compiling sha2 v0.10.8
20012023-12-05T04:20:58.446Z Compiling time-macros v0.2.13
20022023-12-05T04:20:59.954Z Compiling tokio-util v0.7.10
20032023-12-05T04:21:02.392Z Compiling h2 v0.3.21
20042023-12-05T04:21:03.278Z Compiling want v0.3.1
20052023-12-05T04:21:03.366Z Compiling anstyle-parse v0.2.1
20062023-12-05T04:21:03.662Z Compiling miniz_oxide v0.7.1
20072023-12-05T04:21:06.099Z Compiling http-body v0.4.5
20082023-12-05T04:21:06.754Z Compiling serde_tokenstream v0.1.7
20092023-12-05T04:21:08.905Z Compiling rustls-webpki v0.101.7
20102023-12-05T04:21:08.972Z Compiling sct v0.7.0
20112023-12-05T04:21:09.372Z Compiling form_urlencoded v1.2.1
20122023-12-05T04:21:09.436Z Compiling hubpack_derive v0.1.1
20132023-12-05T04:21:09.798Z Compiling pin-project-internal v1.1.3
20142023-12-05T04:21:10.713Z Compiling socket2 v0.4.9
20152023-12-05T04:21:10.724Z Compiling crossbeam-epoch v0.9.15
20162023-12-05T04:21:11.665Z Compiling anyhow v1.0.75
20172023-12-05T04:21:12.302Z Compiling anstyle-query v1.0.0
20182023-12-05T04:21:12.526Z Compiling slog v2.7.0
20192023-12-05T04:21:12.548Z Compiling radium v0.7.0
20202023-12-05T04:21:13.022Z Compiling httpdate v1.0.3
20212023-12-05T04:21:13.539Z Compiling tower-service v0.3.2
20222023-12-05T04:21:13.751Z Compiling colorchoice v1.0.0
20232023-12-05T04:21:13.985Z Compiling anstream v0.5.0
20242023-12-05T04:21:13.997Z Compiling hyper v0.14.27
20252023-12-05T04:21:22.417Z Compiling terminal_size v0.2.6
20262023-12-05T04:21:22.703Z Compiling spki v0.7.2
20272023-12-05T04:21:23.678Z Compiling serde_spanned v0.6.4
20282023-12-05T04:21:24.006Z Compiling toml_datetime v0.6.5
20292023-12-05T04:21:25.677Z Compiling zerocopy v0.6.4
20302023-12-05T04:21:27.180Z Compiling rustls-pemfile v1.0.3
20312023-12-05T04:21:27.193Z Compiling hmac v0.12.1
20322023-12-05T04:21:27.499Z Compiling md-5 v0.10.5
20332023-12-05T04:21:27.877Z Compiling stringprep v0.1.3
20342023-12-05T04:21:27.940Z Compiling idna v0.5.0
20352023-12-05T04:21:29.469Z Compiling diesel_table_macro_syntax v0.1.0
20362023-12-05T04:21:29.472Z Compiling hash32 v0.2.1
20372023-12-05T04:21:29.706Z Compiling aho-corasick v1.0.4
20382023-12-05T04:21:30.290Z Compiling winnow v0.5.15
20392023-12-05T04:21:30.350Z Compiling stable_deref_trait v1.2.0
20402023-12-05T04:21:30.485Z Compiling gimli v0.28.0
20412023-12-05T04:21:30.606Z Compiling either v1.9.0
20422023-12-05T04:21:31.136Z Compiling dyn-clone v1.0.13
20432023-12-05T04:21:31.407Z Compiling maybe-uninit v2.0.0
20442023-12-05T04:21:32.103Z Compiling regex-syntax v0.8.2
20452023-12-05T04:21:32.143Z Compiling tap v1.0.1
20462023-12-05T04:21:32.399Z Compiling strsim v0.10.0
20472023-12-05T04:21:33.868Z Compiling fallible-iterator v0.2.0
20482023-12-05T04:21:34.893Z Compiling clap_lex v0.5.1
20492023-12-05T04:21:35.287Z Compiling clap_builder v4.4.2
20502023-12-05T04:21:35.882Z Compiling postgres-protocol v0.6.6
20512023-12-05T04:21:35.929Z Compiling wyz v0.5.1
20522023-12-05T04:21:36.666Z Compiling diesel_derives v2.1.2
20532023-12-05T04:21:37.315Z Compiling url v2.5.0
20542023-12-05T04:21:37.797Z Compiling addr2line v0.21.0
20552023-12-05T04:21:38.117Z Compiling regex-automata v0.4.3
20562023-12-05T04:21:40.177Z Compiling tokio-rustls v0.24.1
20572023-12-05T04:21:40.794Z Compiling rustls-native-certs v0.6.3
20582023-12-05T04:21:41.309Z Compiling strum_macros v0.25.2
20592023-12-05T04:21:43.193Z Compiling tokio-native-tls v0.3.1
20602023-12-05T04:21:48.232Z Compiling usdt-macro v0.3.5
20612023-12-05T04:21:48.528Z Compiling usdt-attr-macro v0.3.5
20622023-12-05T04:21:50.059Z Compiling phf_shared v0.11.2
20632023-12-05T04:21:50.929Z Compiling block-padding v0.3.3
20642023-12-05T04:21:51.265Z Compiling snafu-derive v0.7.5
20652023-12-05T04:21:51.354Z Compiling enum-as-inner v0.5.1
20662023-12-05T04:21:51.862Z Compiling serde_repr v0.1.16
20672023-12-05T04:21:52.943Z Compiling scheduled-thread-pool v0.2.7
20682023-12-05T04:21:53.516Z Compiling object v0.32.1
20692023-12-05T04:21:56.450Z Compiling managed v0.8.0
20702023-12-05T04:21:57.194Z Compiling matches v0.1.10
20712023-12-05T04:21:58.008Z Compiling deranged v0.3.8
20722023-12-05T04:22:00.865Z Compiling num-bigint-dig v0.8.4
20732023-12-05T04:22:01.182Z Compiling ipnet v2.8.0
20742023-12-05T04:22:01.596Z Compiling regex-automata v0.1.10
20752023-12-05T04:22:02.458Z Compiling bit-vec v0.6.3
20762023-12-05T04:22:02.916Z Compiling rustc-demangle v0.1.23
20772023-12-05T04:22:03.077Z Compiling packed_struct v0.10.1
20782023-12-05T04:22:03.653Z Compiling num_threads v0.1.6
20792023-12-05T04:22:03.686Z Compiling funty v2.0.0
20802023-12-05T04:22:03.814Z Compiling time v0.3.27
20812023-12-05T04:22:07.548Z Compiling bitvec v1.0.1
20822023-12-05T04:22:08.654Z Compiling bstr v0.2.17
20832023-12-05T04:22:10.892Z Compiling idna v0.2.3
20842023-12-05T04:22:13.298Z Compiling r2d2 v0.8.10
20852023-12-05T04:22:15.267Z Compiling inout v0.1.3
20862023-12-05T04:22:16.374Z Compiling phf v0.11.2
20872023-12-05T04:22:16.818Z Compiling regex v1.10.2
20882023-12-05T04:22:17.509Z Compiling hyper-tls v0.5.0
20892023-12-05T04:22:17.994Z Compiling clap v4.4.3
20902023-12-05T04:22:18.153Z Compiling hyper-rustls v0.24.2
20912023-12-05T04:22:18.504Z Compiling signal-hook-mio v0.2.3
20922023-12-05T04:22:18.724Z Compiling bzip2 v0.4.4
20932023-12-05T04:22:18.922Z Compiling flate2 v1.0.28
20942023-12-05T04:22:19.251Z Compiling ipnetwork v0.20.0
20952023-12-05T04:22:20.470Z Compiling postgres-types v0.2.6
20962023-12-05T04:22:20.603Z Compiling toml_edit v0.19.15
20972023-12-05T04:22:21.055Z Compiling itertools v0.11.0
20982023-12-05T04:22:21.550Z Compiling pkcs8 v0.10.2
20992023-12-05T04:22:22.078Z Compiling pin-project v1.1.3
21002023-12-05T04:22:22.743Z Compiling hubpack v0.1.2
21012023-12-05T04:22:22.790Z Compiling serde_urlencoded v0.7.1
21022023-12-05T04:22:23.431Z Compiling phf_shared v0.10.0
21032023-12-05T04:22:23.679Z Compiling futures-executor v0.3.29
21042023-12-05T04:22:25.864Z Compiling signature v2.1.0
21052023-12-05T04:22:26.207Z Compiling packed_struct_codegen v0.10.1
21062023-12-05T04:22:27.748Z Compiling float-cmp v0.9.0
21072023-12-05T04:22:28.493Z Compiling encoding_rs v0.8.33
21082023-12-05T04:22:30.316Z Compiling unicode-width v0.1.11
21092023-12-05T04:22:30.353Z Compiling static_assertions v1.1.0
21102023-12-05T04:22:30.890Z Compiling regex-automata v0.3.8
21112023-12-05T04:22:30.893Z Compiling mime v0.3.17
21122023-12-05T04:22:30.893Z Compiling data-encoding v2.4.0
21132023-12-05T04:22:31.370Z Compiling new_debug_unreachable v1.0.4
21142023-12-05T04:22:31.831Z Compiling crc-catalog v2.2.0
21152023-12-05T04:22:32.040Z Compiling fixedbitset v0.4.2
21162023-12-05T04:22:32.152Z Compiling whoami v1.4.1
21172023-12-05T04:22:32.960Z Compiling normalize-line-endings v0.3.0
21182023-12-05T04:22:33.129Z Compiling precomputed-hash v0.1.1
21192023-12-05T04:22:33.489Z Compiling unicode-segmentation v1.10.1
21202023-12-05T04:22:34.295Z Compiling predicates-core v1.0.6
21212023-12-05T04:22:34.627Z Compiling nodrop v0.1.14
21222023-12-05T04:22:34.750Z Compiling webpki-roots v0.25.2
21232023-12-05T04:22:34.967Z Compiling difflib v0.4.0
21242023-12-05T04:22:35.359Z Compiling reqwest v0.11.22
21252023-12-05T04:22:37.139Z Compiling predicates v3.0.4
21262023-12-05T04:22:37.189Z Compiling array-init v0.0.4
21272023-12-05T04:22:38.486Z Compiling similar v2.2.1
21282023-12-05T04:22:43.197Z Compiling bstr v1.6.0
21292023-12-05T04:22:44.625Z Compiling string_cache v0.8.7
21302023-12-05T04:22:45.308Z Compiling tokio-postgres v0.7.10
21312023-12-05T04:22:45.611Z Compiling petgraph v0.6.4
21322023-12-05T04:22:45.972Z Compiling crc v3.0.1
21332023-12-05T04:22:50.085Z Compiling trust-dns-proto v0.22.0
21342023-12-05T04:22:53.225Z Compiling console v0.15.7
21352023-12-05T04:22:55.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21362023-12-05T04:23:04.593Z Compiling toml v0.7.8
21372023-12-05T04:23:04.781Z Compiling futures v0.3.29
21382023-12-05T04:23:06.075Z Compiling snafu v0.7.5
21392023-12-05T04:23:06.968Z Compiling pkcs1 v0.7.5
21402023-12-05T04:23:07.094Z Compiling smallvec v0.6.14
21412023-12-05T04:23:07.123Z Compiling zip v0.6.6
21422023-12-05T04:23:07.320Z Compiling diesel v2.1.4
21432023-12-05T04:23:07.788Z Compiling yasna v0.5.2
21442023-12-05T04:23:08.491Z Compiling crossterm v0.27.0
21452023-12-05T04:23:09.151Z Compiling cipher v0.4.4
21462023-12-05T04:23:10.327Z Compiling hashbrown v0.13.2
21472023-12-05T04:23:14.145Z Compiling bit-set v0.5.3
21482023-12-05T04:23:14.431Z Compiling usdt v0.3.5
21492023-12-05T04:23:14.584Z Compiling is-terminal v0.4.9
21502023-12-05T04:23:14.836Z Compiling toml_edit v0.21.0
21512023-12-05T04:23:17.259Z Compiling itertools v0.10.5
21522023-12-05T04:23:21.860Z Compiling tokio-stream v0.1.14
21532023-12-05T04:23:22.092Z Compiling openapiv3 v2.0.0-rc.1
21542023-12-05T04:23:23.412Z Compiling hex v0.4.3
21552023-12-05T04:23:31.154Z Compiling bitfield v0.14.0
21562023-12-05T04:23:31.641Z Compiling lalrpop-util v0.19.12
21572023-12-05T04:23:35.625Z Compiling termcolor v1.2.0
21582023-12-05T04:23:36.589Z Compiling env_logger v0.10.0
21592023-12-05T04:23:41.505Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21602023-12-05T04:23:59.266Z Compiling rsa v0.9.2
21612023-12-05T04:24:06.800Z Compiling serde-hex v0.1.0
21622023-12-05T04:24:11.313Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21632023-12-05T04:24:14.612Z Compiling x509-cert v0.2.4
21642023-12-05T04:24:15.632Z Compiling ron v0.8.1
21652023-12-05T04:24:17.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21662023-12-05T04:24:22.485Z Compiling crc-any v2.4.3
21672023-12-05T04:24:33.830Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21682023-12-05T04:24:47.227Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21692023-12-05T04:24:56.054Z Compiling object v0.30.4
21702023-12-05T04:25:10.200Z Compiling path-slash v0.1.5
21712023-12-05T04:25:10.215Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21722023-12-05T04:25:56.637Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21732023-12-05T04:25:57.785Z Finished release [optimized] target(s) in 6m 01s
21742023-12-05T04:25:57.876Z
21752023-12-05T04:25:57.887Zreal 6:01.727443476
21762023-12-05T04:25:57.887Zuser 41:54.744075000
21772023-12-05T04:25:57.887Zsys 3:38.690081394
21782023-12-05T04:25:57.889Ztrap 1.683378279
21792023-12-05T04:25:57.889Ztflt 0.982130604
21802023-12-05T04:25:57.889Zdflt 0.415077809
21812023-12-05T04:25:57.889Zkflt 0.005876848
21822023-12-05T04:25:57.889Zlock 1:33:09.733666255
21832023-12-05T04:25:57.889Zslp 1:58:18.176701300
21842023-12-05T04:25:57.889Zlat 1:49.935996270
21852023-12-05T04:25:57.889Zstop 1:19.266725382
21862023-12-05T04:25:57.889Z+ ptime -m gzip
21872023-12-05T04:25:58.529Z
21882023-12-05T04:25:58.532Zreal 0.653867198
21892023-12-05T04:25:58.532Zuser 0.646533579
21902023-12-05T04:25:58.532Zsys 0.006750211
21912023-12-05T04:25:58.532Ztrap 0.000062349
21922023-12-05T04:25:58.532Ztflt 0.000000000
21932023-12-05T04:25:58.532Zdflt 0.000000000
21942023-12-05T04:25:58.532Zkflt 0.000000000
21952023-12-05T04:25:58.532Zlock 0.000000000
21962023-12-05T04:25:58.532Zslp 0.000000000
21972023-12-05T04:25:58.532Zlat 0.000177725
21982023-12-05T04:25:58.532Zstop 0.000233473
21992023-12-05T04:25:58.532Z+ banner tufaceous
22002023-12-05T04:25:58.535Z
22012023-12-05T04:25:58.535Z ##### # # ###### ## #### ###### #### # # ####
22022023-12-05T04:25:58.535Z # # # # # # # # # # # # # #
22032023-12-05T04:25:58.535Z # # # ##### # # # ##### # # # # ####
22042023-12-05T04:25:58.536Z # # # # ###### # # # # # # #
22052023-12-05T04:25:58.536Z # # # # # # # # # # # # # # #
22062023-12-05T04:25:58.536Z # #### # # # #### ###### #### #### ####
22072023-12-05T04:25:58.536Z
22082023-12-05T04:25:58.536Z+ ptime -m cargo build --locked -p tufaceous --release
22092023-12-05T04:25:59.178Z Downloading crates ...
22102023-12-05T04:25:59.544Z Downloaded globset v0.4.13
22112023-12-05T04:25:59.547Z Downloaded bytesize v1.3.0
22122023-12-05T04:25:59.549Z Downloaded humantime v2.1.0
22132023-12-05T04:25:59.554Z Downloaded buf-list v1.0.3
22142023-12-05T04:25:59.559Z Downloaded serde_plain v1.0.2
22152023-12-05T04:25:59.562Z Downloaded async-recursion v1.0.5
22162023-12-05T04:25:59.565Z Downloaded olpc-cjson v0.1.3
22172023-12-05T04:25:59.567Z Downloaded fs-err v2.11.0
22182023-12-05T04:25:59.573Z Downloaded typed-path v0.6.0
22192023-12-05T04:25:59.583Z Downloaded tough v0.15.0
22202023-12-05T04:25:59.750Z Compiling serde_tokenstream v0.2.0
22212023-12-05T04:25:59.771Z Compiling regress v0.7.1
22222023-12-05T04:25:59.782Z Compiling dirs-sys-next v0.1.2
22232023-12-05T04:25:59.785Z Compiling ident_case v1.0.1
22242023-12-05T04:25:59.804Z Compiling thread_local v1.1.7
22252023-12-05T04:25:59.813Z Compiling camino v1.1.6
22262023-12-05T04:25:59.818Z Compiling heck v0.4.1
22272023-12-05T04:26:00.020Z Compiling dirs-next v2.0.0
22282023-12-05T04:26:00.391Z Compiling darling_core v0.20.3
22292023-12-05T04:26:00.534Z Compiling slog-async v2.8.0
22302023-12-05T04:26:00.679Z Compiling term v0.7.0
22312023-12-05T04:26:01.048Z Compiling crossbeam-channel v0.5.8
22322023-12-05T04:26:01.258Z Compiling getopts v0.2.21
22332023-12-05T04:26:01.571Z Compiling structmeta-derive v0.2.0
22342023-12-05T04:26:01.807Z Compiling atty v0.2.14
22352023-12-05T04:26:02.015Z Compiling multer v2.1.0
22362023-12-05T04:26:02.448Z Compiling paste v1.0.14
22372023-12-05T04:26:02.722Z Compiling match_cfg v0.1.0
22382023-12-05T04:26:02.854Z Compiling unsafe-libyaml v0.2.9
22392023-12-05T04:26:03.094Z Compiling take_mut v0.2.2
22402023-12-05T04:26:03.970Z Compiling hostname v0.3.1
22412023-12-05T04:26:04.416Z Compiling slog-term v2.9.0
22422023-12-05T04:26:05.718Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22432023-12-05T04:26:07.634Z Compiling structmeta v0.2.0
22442023-12-05T04:26:08.240Z Compiling serde_yaml v0.9.25
22452023-12-05T04:26:09.366Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22462023-12-05T04:26:09.378Z Compiling darling_macro v0.20.3
22472023-12-05T04:26:09.395Z Compiling slog-json v2.6.1
22482023-12-05T04:26:10.166Z Compiling async-stream-impl v0.3.5
22492023-12-05T04:26:10.803Z Compiling darling v0.20.3
22502023-12-05T04:26:10.953Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22512023-12-05T04:26:11.418Z Compiling atomic-waker v1.1.1
22522023-12-05T04:26:11.603Z Compiling regex-syntax v0.7.5
22532023-12-05T04:26:11.688Z Compiling fastrand v2.0.0
22542023-12-05T04:26:12.131Z Compiling async-stream v0.3.5
22552023-12-05T04:26:12.476Z Compiling tempfile v3.8.1
22562023-12-05T04:26:12.580Z Compiling waitgroup v0.1.2
22572023-12-05T04:26:12.805Z Compiling serde_with_macros v2.3.3
22582023-12-05T04:26:12.921Z Compiling slog-bunyan v2.4.0
22592023-12-05T04:26:15.647Z Compiling toml v0.8.8
22602023-12-05T04:26:16.266Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22612023-12-05T04:26:16.611Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22622023-12-05T04:26:18.191Z Compiling sha1 v0.10.6
22632023-12-05T04:26:18.327Z Compiling serde_path_to_error v0.1.14
22642023-12-05T04:26:19.028Z Compiling fs-err v2.11.0
22652023-12-05T04:26:19.454Z Compiling instant v0.1.12
22662023-12-05T04:26:19.525Z Compiling buf-list v1.0.3
22672023-12-05T04:26:19.674Z Compiling debug-ignore v1.0.5
22682023-12-05T04:26:19.687Z Compiling arc-swap v1.6.0
22692023-12-05T04:26:19.879Z Compiling same-file v1.0.6
22702023-12-05T04:26:20.345Z Compiling walkdir v2.4.0
22712023-12-05T04:26:20.408Z Compiling backoff v0.4.0
22722023-12-05T04:26:20.877Z Compiling slog-scope v4.4.0
22732023-12-05T04:26:21.165Z Compiling serde_with v2.3.3
22742023-12-05T04:26:21.839Z Compiling parse-display-derive v0.8.2
22752023-12-05T04:26:22.383Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22762023-12-05T04:26:23.232Z Compiling globset v0.4.13
22772023-12-05T04:26:23.443Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22782023-12-05T04:26:23.672Z Compiling strum v0.25.0
22792023-12-05T04:26:23.942Z Compiling olpc-cjson v0.1.3
22802023-12-05T04:26:24.534Z Compiling pem v3.0.2
22812023-12-05T04:26:24.809Z Compiling macaddr v1.0.1
22822023-12-05T04:26:24.847Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22832023-12-05T04:26:25.914Z Compiling serde_plain v1.0.2
22842023-12-05T04:26:26.764Z Compiling async-recursion v1.0.5
22852023-12-05T04:26:27.248Z Compiling filetime v0.2.22
22862023-12-05T04:26:27.739Z Compiling xattr v1.0.1
22872023-12-05T04:26:28.105Z Compiling parse-display v0.8.2
22882023-12-05T04:26:28.179Z Compiling typed-path v0.6.0
22892023-12-05T04:26:28.232Z Compiling tar v0.4.40
22902023-12-05T04:26:28.933Z Compiling slog-stdlog v4.1.1
22912023-12-05T04:26:30.417Z Compiling camino-tempfile v1.1.1
22922023-12-05T04:26:31.502Z Compiling itertools v0.12.0
22932023-12-05T04:26:31.676Z Compiling bytesize v1.3.0
22942023-12-05T04:26:31.989Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22952023-12-05T04:26:32.173Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22962023-12-05T04:26:37.346Z Compiling tough v0.15.0
22972023-12-05T04:26:37.872Z Compiling slog-envlogger v2.2.0
22982023-12-05T04:26:38.211Z Compiling humantime v2.1.0
22992023-12-05T04:26:43.085Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23002023-12-05T04:27:05.006Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23012023-12-05T04:27:05.226Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022023-12-05T04:27:16.608Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23032023-12-05T04:27:18.965Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23042023-12-05T04:27:47.702Z Finished release [optimized] target(s) in 1m 49s
23052023-12-05T04:27:48.313Z
23062023-12-05T04:27:48.319Zreal 1:49.228284840
23072023-12-05T04:27:48.319Zuser 11:46.855242515
23082023-12-05T04:27:48.319Zsys 45.308286963
23092023-12-05T04:27:48.319Ztrap 0.430077184
23102023-12-05T04:27:48.319Ztflt 0.269919196
23112023-12-05T04:27:48.319Zdflt 0.649543500
23122023-12-05T04:27:48.319Zkflt 0.000000000
23132023-12-05T04:27:48.319Zlock 21:51.274739431
23142023-12-05T04:27:48.319Zslp 23:36.643268507
23152023-12-05T04:27:48.319Zlat 21.676892387
23162023-12-05T04:27:48.319Zstop 9.869630594
23172023-12-05T04:27:48.319Z+ ptime -m gzip
23182023-12-05T04:27:50.142Z
23192023-12-05T04:27:50.142Zreal 2.347894675
23202023-12-05T04:27:50.142Zuser 2.320007586
23212023-12-05T04:27:50.142Zsys 0.027140564
23222023-12-05T04:27:50.142Ztrap 0.000232851
23232023-12-05T04:27:50.142Ztflt 0.000000000
23242023-12-05T04:27:50.150Zdflt 0.000000000
23252023-12-05T04:27:50.150Zkflt 0.000000000
23262023-12-05T04:27:50.150Zlock 0.000000000
23272023-12-05T04:27:50.150Zslp 0.000000000
23282023-12-05T04:27:50.150Zlat 0.000173449
23292023-12-05T04:27:50.150Zstop 0.000232919
23302023-12-05T04:27:50.150Zprocess exited: duration 1122756 ms, exit code 0
 
23312023-12-05T04:27:50.590Zfound 5 output files
23322023-12-05T04:27:50.590Zuploading: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz (6319406 bytes)
23332023-12-05T04:27:53.208Zuploaded: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz
23342023-12-05T04:27:53.219Zuploading: /work/end-to-end-tests/bootstrap.gz (95900683 bytes)
23352023-12-05T04:28:22.391Zuploaded: /work/end-to-end-tests/bootstrap.gz
23362023-12-05T04:28:22.391Zuploading: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz (99176040 bytes)
23372023-12-05T04:28:53.935Zuploaded: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz
23382023-12-05T04:28:53.935Zuploading: /work/caboose-util.gz (4091465 bytes)
23392023-12-05T04:28:55.864Zuploaded: /work/caboose-util.gz
23402023-12-05T04:28:55.864Zuploading: /work/tufaceous.gz (14958993 bytes)
23412023-12-05T04:29:02.430Zuploaded: /work/tufaceous.gz