01HE8NJDAMNMJVEDFCWRYSKQK0: 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: 01HE8NKNVKET54TG01B0Z7CAM9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-02T18:46:26.494Zjob assigned to worker 01HE8NKXR9TXWVYCKMK9HEE8PZ (queued for 2 m 0 s)
 
22023-11-02T18:46:27.032Zstarting task 0: "setup"
32023-11-02T18:46:27.404Z++ uname -s
42023-11-02T18:46:27.846Z+ kern=SunOS
52023-11-02T18:46:27.849Z+ case "$kern" in
62023-11-02T18:46:27.852Z+ groupadd -g 12345 build
72023-11-02T18:46:27.855Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-02T18:46:29.408Z+ zfs create -o mountpoint=/work rpool/work
92023-11-02T18:46:29.535Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-02T18:46:29.538Z+ home_fs=zfs
112023-11-02T18:46:29.541Z+ [[ zfs == autofs ]]
122023-11-02T18:46:29.569Z+ mkdir -p /home/build
132023-11-02T18:46:29.572Z+ chown build:build /home/build /work
142023-11-02T18:46:31.545Z+ chmod 0700 /home/build /work
152023-11-02T18:46:31.553Zprocess exited: duration 4512 ms, exit code 0
 
162023-11-02T18:46:31.571Zstarting task 1: "rust-toolchain"
172023-11-02T18:46:31.590Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-02T18:46:31.595Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-02T18:46:31.758Zinfo: downloading installer
202023-11-02T18:46:34.288Zwarning: it looks like you have an existing installation of Rust at:
212023-11-02T18:46:34.294Zwarning: /opt/ooce/bin
222023-11-02T18:46:34.301Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-02T18:46:34.306Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-02T18:46:34.310Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-02T18:46:34.737Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-02T18:46:35.154Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-02T18:46:35.158Zerror: cannot install while Rust is installed
282023-11-02T18:46:35.163Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-02T18:46:35.171Zinfo: profile set to 'default'
302023-11-02T18:46:35.178Zinfo: default host triple is x86_64-unknown-illumos
312023-11-02T18:46:35.189Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-02T18:46:35.195Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-02T18:46:35.199Zinfo: downloading component 'cargo'
342023-11-02T18:46:35.394Zinfo: downloading component 'clippy'
352023-11-02T18:46:35.629Zinfo: downloading component 'rust-docs'
362023-11-02T18:46:36.484Zinfo: downloading component 'rust-std'
372023-11-02T18:46:38.018Zinfo: downloading component 'rustc'
382023-11-02T18:46:41.774Zinfo: downloading component 'rustfmt'
392023-11-02T18:46:42.623Zinfo: installing component 'cargo'
402023-11-02T18:46:43.775Zinfo: installing component 'clippy'
412023-11-02T18:46:45.016Zinfo: installing component 'rust-docs'
422023-11-02T18:46:47.394Zinfo: installing component 'rust-std'
432023-11-02T18:46:51.068Zinfo: installing component 'rustc'
442023-11-02T18:46:59.300Zinfo: installing component 'rustfmt'
452023-11-02T18:46:59.753Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-02T18:46:59.756Z
472023-11-02T18:46:59.916Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-02T18:46:59.920Z
492023-11-02T18:46:59.923Z
502023-11-02T18:46:59.926ZRust is installed now. Great!
512023-11-02T18:46:59.929Z
522023-11-02T18:46:59.932ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-02T18:46:59.935Zenvironment variable. This has not been done automatically.
542023-11-02T18:46:59.938Z
552023-11-02T18:46:59.942ZTo configure your current shell, run:
562023-11-02T18:46:59.947Zsource "$HOME/.cargo/env"
572023-11-02T18:47:00.008Z+ rustc --version
582023-11-02T18:47:00.121Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-02T18:47:00.128Zprocess exited: duration 28549 ms, exit code 0
 
602023-11-02T18:47:00.134Zstarting task 2: "authentication"
612023-11-02T18:47:00.171Zprocess exited: duration 34 ms, exit code 0
 
622023-11-02T18:47:00.177Zstarting task 3: "clone repository"
632023-11-02T18:47:00.187Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-02T18:47:00.190Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-02T18:47:00.240ZCloning into '/work/oxidecomputer/omicron'...
662023-11-02T18:47:07.246Z+ cd /work/oxidecomputer/omicron
672023-11-02T18:47:07.250Z+ [[ -n sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state ]]
682023-11-02T18:47:07.253Z+ git fetch origin sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state
692023-11-02T18:47:07.617ZFrom https://github.com/oxidecomputer/omicron
702023-11-02T18:47:07.627Z * branch sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> FETCH_HEAD
712023-11-02T18:47:08.051Z+ git checkout -B sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state remotes/origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state
722023-11-02T18:47:08.105ZSwitched to a new branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state'
732023-11-02T18:47:08.110Zbranch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' set up to track 'origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state'.
742023-11-02T18:47:08.116Z+ git reset --hard f985e59cfb0cd50b25718277d6478f5e74ef1d03
752023-11-02T18:47:08.122ZHEAD is now at f985e59c Fix docs
762023-11-02T18:47:08.128Zprocess exited: duration 7683 ms, exit code 0
 
772023-11-02T18:47:08.579Zstarting task 4: "build"
782023-11-02T18:47:09.012Z+ cargo --version
792023-11-02T18:47:09.103Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-11-02T18:47:09.170Z+ rustc --version
812023-11-02T18:47:09.205Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-11-02T18:47:09.214Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-11-02T18:47:22.755Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-11-02T18:47:23.542Z Startup: Caching catalogs ... Done
852023-11-02T18:47:25.165ZPlanning: Solver setup ... Done (4.301s)
862023-11-02T18:47:25.183ZPlanning: Running solver ... Done (0.114s)
872023-11-02T18:47:25.196ZPlanning: Finding local manifests ... Done (0.003s)
882023-11-02T18:47:25.218ZPlanning: Fetching manifests: 0/4 0% complete
892023-11-02T18:47:25.239ZPlanning: Fetching manifests: 4/4 100% complete
902023-11-02T18:47:25.318ZPlanning: Package planning ... Done (0.080s)
912023-11-02T18:47:25.408ZPlanning: Merging actions ... Done (0.084s)
922023-11-02T18:47:26.349ZPlanning: Checking for conflicting actions ... Done (0.949s)
932023-11-02T18:47:26.369ZPlanning: Consolidating action changes ... Done (0.017s)
942023-11-02T18:47:31.309ZPlanning: Evaluating mediators ... Done (4.943s)
952023-11-02T18:47:31.343ZPlanning: Planning completed in 11.11 seconds
962023-11-02T18:47:31.375Z Packages to install: 4
972023-11-02T18:47:31.385Z Mediators to change: 2
982023-11-02T18:47:31.393Z Services to change: 1
992023-11-02T18:47:31.399Z Estimated space available: 149.39 GB
1002023-11-02T18:47:31.405ZEstimated space to be consumed: 1.37 GB
1012023-11-02T18:47:31.411Z Create boot environment: No
1022023-11-02T18:47:31.427ZCreate backup boot environment: No
1032023-11-02T18:47:31.435Z Rebuild boot archive: No
1042023-11-02T18:47:31.439Z
1052023-11-02T18:47:31.442ZChanged mediators:
1062023-11-02T18:47:31.447Z mediator clang:
1072023-11-02T18:47:31.464Z version: None -> 15 (system default)
1082023-11-02T18:47:31.474Z
1092023-11-02T18:47:31.487Z mediator llvm:
1102023-11-02T18:47:31.503Z version: 14 (system default) -> 15 (system default)
1112023-11-02T18:47:31.507Z
1122023-11-02T18:47:31.512ZChanged packages:
1132023-11-02T18:47:31.518Zhelios-dev
1142023-11-02T18:47:31.523Z developer/build-essential
1152023-11-02T18:47:31.528Z None -> 11-2.0
1162023-11-02T18:47:31.539Z library/libxmlsec1
1172023-11-02T18:47:31.542Z None -> 1.2.35-2.0
1182023-11-02T18:47:31.545Z ooce/developer/clang-15
1192023-11-02T18:47:31.547Z None -> 15.0.7-2.0
1202023-11-02T18:47:31.550Z ooce/developer/llvm-15
1212023-11-02T18:47:31.554Z None -> 15.0.7-2.0
1222023-11-02T18:47:31.561Z
1232023-11-02T18:47:31.564ZServices:
1242023-11-02T18:47:31.570Z restart_fmri:
1252023-11-02T18:47:31.573Z svc:/system/update-man-index:default
1262023-11-02T18:47:31.576Z
1272023-11-02T18:47:31.586ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-11-02T18:47:37.698ZDownload: 208/3290 items 1.3/212.6MB 0% complete (443k/s)
1292023-11-02T18:47:42.706ZDownload: 1120/3290 items 38.4/212.6MB 18% complete (3.7M/s)
1302023-11-02T18:47:47.707ZDownload: 1781/3290 items 115.4/212.6MB 54% complete (11.6M/s)
1312023-11-02T18:47:53.116ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (8.2M/s)
1322023-11-02T18:47:57.850ZDownload: 3244/3290 items 177.8/212.6MB 83% complete (6.2M/s)
1332023-11-02T18:48:02.545ZDownload: Completed 212.60 MB in 31.00 seconds (6.9M/s)
1342023-11-02T18:48:02.762Z Actions: 1/3687 actions (Installing new actions)
1352023-11-02T18:48:07.766Z Actions: 3080/3687 actions (Installing new actions)
1362023-11-02T18:48:11.017Z Actions: Completed 3687 actions in 8.25 seconds.
1372023-11-02T18:48:11.594Z Done (0.165s)
1382023-11-02T18:48:11.597Z Done (0.000s)
1392023-11-02T18:48:11.601Z Done (0.204s)
1402023-11-02T18:48:21.292Z Done (7.889s)
1412023-11-02T18:48:21.518Z Done (0.273s)
1422023-11-02T18:48:21.627Z Done (0.000s)
1432023-11-02T18:48:21.655Z Done (0.000s)
1442023-11-02T18:48:21.721ZPlanning: Evaluating mediator changes ... Done
1452023-11-02T18:48:21.836ZPlanning: Checking for conflicting actions ... Done
1462023-11-02T18:48:21.964ZPlanning: Consolidating action changes ... Done
1472023-11-02T18:48:22.059ZPlanning: Evaluating mediators ... Done
1482023-11-02T18:48:22.181ZPlanning: Planning completed in 0.72 seconds
1492023-11-02T18:48:22.202Z Mediators to change: 2
1502023-11-02T18:48:22.252Z Create boot environment: No
1512023-11-02T18:48:22.280ZCreate backup boot environment: No
1522023-11-02T18:48:22.317Z Done
1532023-11-02T18:48:22.346Z Done
1542023-11-02T18:48:22.371Z Done
1552023-11-02T18:48:27.554Z Done
1562023-11-02T18:48:27.675Z Done
1572023-11-02T18:48:27.678Z Done
1582023-11-02T18:48:27.847Z Done
1592023-11-02T18:48:28.850ZPlanning: Evaluating mediator changes ... Done
1602023-11-02T18:48:28.856ZPlanning: Merging actions ... Done
1612023-11-02T18:48:29.177ZPlanning: Checking for conflicting actions ... Done
1622023-11-02T18:48:29.182ZPlanning: Consolidating action changes ... Done
1632023-11-02T18:48:29.600ZPlanning: Evaluating mediators ... Done
1642023-11-02T18:48:29.688ZPlanning: Planning completed in 1.28 seconds
1652023-11-02T18:48:29.746Z Packages to change: 1
1662023-11-02T18:48:29.750Z Mediators to change: 1
1672023-11-02T18:48:29.752Z Services to change: 1
1682023-11-02T18:48:29.755Z Create boot environment: No
1692023-11-02T18:48:29.758ZCreate backup boot environment: Yes
1702023-11-02T18:48:32.144Z Actions: 1/6 actions (Updating modified actions)
1712023-11-02T18:48:32.162Z Actions: Completed 6 actions in 0.00 seconds.
1722023-11-02T18:48:32.170Z Done
1732023-11-02T18:48:32.179Z Done
1742023-11-02T18:48:32.193Z Done
1752023-11-02T18:48:37.995Z Done
1762023-11-02T18:48:38.109Z Done
1772023-11-02T18:48:38.126Z Done
1782023-11-02T18:48:38.227Z Done
1792023-11-02T18:48:38.901ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1802023-11-02T18:48:39.320Zclang system 15 system
1812023-11-02T18:48:39.337Zcsh system system illumos
1822023-11-02T18:48:39.354Zctags system system illumos
1832023-11-02T18:48:39.369Zgcc vendor 12 vendor
1842023-11-02T18:48:39.384Zgcc system 10 system
1852023-11-02T18:48:39.396Zgcc system 7 system
1862023-11-02T18:48:39.407Zgo system 1.20 system
1872023-11-02T18:48:39.426Zgo system 1.19 system
1882023-11-02T18:48:39.438Zllvm system 15 system
1892023-11-02T18:48:39.450Zllvm system 14 system
1902023-11-02T18:48:39.551Zmariadb system 10.6 system
1912023-11-02T18:48:40.793Zmta vendor vendor dma
1922023-11-02T18:48:40.810Zopenjdk system 17 system
1932023-11-02T18:48:41.651Zopenjdk system 11 system
1942023-11-02T18:48:41.658Zopenjdk system 1.8 system
1952023-11-02T18:48:41.662Zopenssl vendor 3 vendor
1962023-11-02T18:48:41.681Zperl system 5.36 system
1972023-11-02T18:48:41.692Zpostgresql system 15 system
1982023-11-02T18:48:41.696Zpostgresql system 13 system
1992023-11-02T18:48:41.702Zpython vendor 3 vendor
2002023-11-02T18:48:41.708Zpython system 2 system
2012023-11-02T18:48:41.716Zpython3 system 3.11 system
2022023-11-02T18:48:41.725Zruby system 3.0 system
2032023-11-02T18:48:41.733Zwords vendor vendor american-english
2042023-11-02T18:48:41.737Zwords system system australian-english
2052023-11-02T18:48:41.740Zwords system system british-english
2062023-11-02T18:48:41.744Zwords system system canadian-english
2072023-11-02T18:48:41.747Zwords system system french
2082023-11-02T18:48:41.753Zwords system system italian
2092023-11-02T18:48:41.756Zwords system system ngerman
2102023-11-02T18:48:41.760Zwords system system ogerman
2112023-11-02T18:48:41.764Zwords system system spanish
2122023-11-02T18:48:41.769ZFMRI IFO
2132023-11-02T18:48:41.779Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2142023-11-02T18:48:41.782Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2152023-11-02T18:48:41.785Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2162023-11-02T18:48:41.789Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2172023-11-02T18:48:41.793Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2182023-11-02T18:48:41.796Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2192023-11-02T18:48:41.799Z+ set -o errexit
2202023-11-02T18:48:41.804Z+++ dirname ./tools/ci_download_cockroachdb
2212023-11-02T18:48:41.808Z++ cd ./tools
2222023-11-02T18:48:41.811Z++ pwd
2232023-11-02T18:48:41.814Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2242023-11-02T18:48:41.818Z++ basename ./tools/ci_download_cockroachdb
2252023-11-02T18:48:41.823Z+ ARG0=ci_download_cockroachdb
2262023-11-02T18:48:41.827Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2272023-11-02T18:48:41.830Z+ CIDL_VERSION=v22.1.9
2282023-11-02T18:48:41.835Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2292023-11-02T18:48:41.838Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2302023-11-02T18:48:41.841Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2312023-11-02T18:48:41.845Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2322023-11-02T18:48:41.848Z+ TARGET_DIR=out
2332023-11-02T18:48:41.852Z+ DOWNLOAD_DIR=out/downloads
2342023-11-02T18:48:41.855Z+ DEST_DIR=./out/cockroachdb
2352023-11-02T18:48:41.859Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2362023-11-02T18:48:41.863Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2372023-11-02T18:48:41.867Z+ main
2382023-11-02T18:48:41.870Z+ [[ 0 != 0 ]]
2392023-11-02T18:48:41.873Z+ CIDL_OS=solaris2.11
2402023-11-02T18:48:41.877Z+ [[ 0 != 0 ]]
2412023-11-02T18:48:41.915Z+ configure_os solaris2.11
2422023-11-02T18:48:41.919Z+ echo 'current directory: /work/oxidecomputer/omicron'
2432023-11-02T18:48:41.924Zcurrent directory: /work/oxidecomputer/omicron
2442023-11-02T18:48:41.927Z+ echo 'configuring based on OS: "solaris2.11"'
2452023-11-02T18:48:41.930Z+ case "$1" in
2462023-11-02T18:48:41.934Zconfiguring based on OS: "solaris2.11"
2472023-11-02T18:48:41.938Z+ CIDL_BUILD=illumos
2482023-11-02T18:48:41.941Z+ CIDL_SUFFIX=tar.gz
2492023-11-02T18:48:41.945Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2502023-11-02T18:48:41.948Z+ CIDL_MD5FUNC=do_md5sum
2512023-11-02T18:48:41.951Z+ CIDL_URL_BASE=https://illumos.org/downloads
2522023-11-02T18:48:41.954Z+ CIDL_ASSEMBLE=do_assemble_illumos
2532023-11-02T18:48:41.958Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2542023-11-02T18:48:41.961Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2552023-11-02T18:48:41.964Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-11-02T18:48:41.968ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-11-02T18:48:41.970Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2582023-11-02T18:48:41.976ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-11-02T18:48:41.987Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-11-02T18:48:41.993ZDownloading...
2612023-11-02T18:48:41.999Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2622023-11-02T18:48:42.003Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-11-02T18:48:42.010Z+ mkdir -p out/downloads
2642023-11-02T18:48:42.014Z+ mkdir -p ./out/cockroachdb
2652023-11-02T18:48:42.019Z+ local DO_DOWNLOAD=true
2662023-11-02T18:48:42.024Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2672023-11-02T18:48:42.028Z+ '[' true == true ']'
2682023-11-02T18:48:42.044Z+ echo Downloading...
2692023-11-02T18:48:42.472Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-11-02T18:48:42.488Z+ 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
2712023-11-02T18:48:44.038Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-02T18:48:44.048Z++ md5sum
2732023-11-02T18:48:44.066Z++ awk '{print $1}'
2742023-11-02T18:48:44.220Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2752023-11-02T18:48:44.259Z+ [[ 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 ]]
2762023-11-02T18:48:44.676Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-02T18:48:44.684Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2782023-11-02T18:48:47.527Z+ do_assemble_illumos
2792023-11-02T18:48:47.535Z+ rm -r ./out/cockroachdb
2802023-11-02T18:48:47.560Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2812023-11-02T18:48:48.216Z+ ./out/cockroachdb/bin/cockroach version
2822023-11-02T18:48:48.910ZBuild Tag: v22.1.9-dirty
2832023-11-02T18:48:48.918ZBuild Time: 2022/10/26 21:17:46
2842023-11-02T18:48:48.930ZDistribution: OSS
2852023-11-02T18:48:48.944ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2862023-11-02T18:48:48.959ZGo Version: go1.17.13
2872023-11-02T18:48:48.970ZC Compiler: gcc 10.3.0
2882023-11-02T18:48:48.980ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2892023-11-02T18:48:48.986ZBuild Type: release
2902023-11-02T18:48:48.997Z+ set -o errexit
2912023-11-02T18:48:49.005Z+++ dirname ./tools/ci_download_clickhouse
2922023-11-02T18:48:49.027Z++ cd ./tools
2932023-11-02T18:48:49.046Z++ pwd
2942023-11-02T18:48:49.073Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2952023-11-02T18:48:49.089Z++ basename ./tools/ci_download_clickhouse
2962023-11-02T18:48:49.102Z+ ARG0=ci_download_clickhouse
2972023-11-02T18:48:49.120Z+ TARGET_DIR=out
2982023-11-02T18:48:49.138Z+ DOWNLOAD_DIR=out/downloads
2992023-11-02T18:48:49.563Z+ DEST_DIR=./out/clickhouse
3002023-11-02T18:48:49.981Z+ CIDL_VERSION=v22.8.9.24
3012023-11-02T18:48:49.986Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3022023-11-02T18:48:49.991Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3032023-11-02T18:48:49.995Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3042023-11-02T18:48:50.020Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3052023-11-02T18:48:50.026Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3062023-11-02T18:48:50.042Z+ main
3072023-11-02T18:48:50.057Z+ [[ 0 != 0 ]]
3082023-11-02T18:48:50.073Z+ CIDL_OS=solaris2.11
3092023-11-02T18:48:50.100Z+ [[ 0 != 0 ]]
3102023-11-02T18:48:50.118Z+ configure_os solaris2.11
3112023-11-02T18:48:50.138Z+ echo 'current directory: /work/oxidecomputer/omicron'
3122023-11-02T18:48:50.145Zcurrent directory: /work/oxidecomputer/omicron
3132023-11-02T18:48:50.151Z+ echo 'configuring based on OS: "solaris2.11"'
3142023-11-02T18:48:50.157Zconfiguring based on OS: "solaris2.11"
3152023-11-02T18:48:50.163Z+ CIDL_DASHREV=
3162023-11-02T18:48:50.174Z+ case "$1" in
3172023-11-02T18:48:50.181Z+ CIDL_PLATFORM=illumos
3182023-11-02T18:48:50.186Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3192023-11-02T18:48:50.193Z+ CIDL_MD5FUNC=do_md5sum
3202023-11-02T18:48:50.272Z+ CIDL_DASHREV=-1
3212023-11-02T18:48:50.307Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3222023-11-02T18:48:50.341Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-11-02T18:48:50.369Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-11-02T18:48:50.785Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-11-02T18:48:50.790Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3262023-11-02T18:48:50.795ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-11-02T18:48:50.799Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-11-02T18:48:50.811ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-11-02T18:48:50.817Z+ mkdir -p out/downloads
3302023-11-02T18:48:50.821Z+ mkdir -p ./out/clickhouse
3312023-11-02T18:48:50.827Z+ local DO_DOWNLOAD=true
3322023-11-02T18:48:50.834Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3332023-11-02T18:48:50.842Z+ '[' true == true ']'
3342023-11-02T18:48:50.858Z+ echo Downloading...
3352023-11-02T18:48:50.868ZDownloading...
3362023-11-02T18:48:50.888Z+ 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
3372023-11-02T18:48:51.323Z+ 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
3382023-11-02T18:48:51.757Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-02T18:48:51.777Z++ md5sum
3402023-11-02T18:48:52.212Z++ awk '{print $1}'
3412023-11-02T18:48:52.233Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3422023-11-02T18:48:52.241Z+ [[ 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 ]]
3432023-11-02T18:48:52.252Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3442023-11-02T18:48:52.282Z+ mkdir -p ./out/clickhouse
3452023-11-02T18:48:52.356Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3462023-11-02T18:48:55.222Z+ ./out/clickhouse/clickhouse server --version
3472023-11-02T18:48:55.294ZClickHouse server version 22.8.9.1.
3482023-11-02T18:48:55.311Z+ set -o errexit
3492023-11-02T18:48:55.331Z+++ dirname ./tools/ci_download_console
3502023-11-02T18:48:55.779Z++ cd ./tools
3512023-11-02T18:48:55.798Z++ pwd
3522023-11-02T18:48:55.824Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3532023-11-02T18:48:55.850Z++ basename ./tools/ci_download_console
3542023-11-02T18:48:55.870Z+ ARG0=ci_download_console
3552023-11-02T18:48:55.893Z+ TARGET_DIR=out
3562023-11-02T18:48:56.317Z+ DOWNLOAD_DIR=out/downloads
3572023-11-02T18:48:56.344Z+ DEST_DIR=./out/console-assets
3582023-11-02T18:48:56.772Z+ source /work/oxidecomputer/omicron/tools/console_version
3592023-11-02T18:48:56.791Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3602023-11-02T18:48:56.811Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3612023-11-02T18:48:57.280Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3622023-11-02T18:48:57.705Z+ TARBALL_FILE=out/downloads/console.tar.gz
3632023-11-02T18:48:57.755Z+ main
3642023-11-02T18:48:57.767Z+ [[ 0 != 0 ]]
3652023-11-02T18:48:57.775Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3662023-11-02T18:48:57.791ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3672023-11-02T18:48:57.804Z+ echo 'Local file: out/downloads/console.tar.gz'
3682023-11-02T18:48:57.814ZLocal file: out/downloads/console.tar.gz
3692023-11-02T18:48:57.828Z+ local DO_DOWNLOAD=true
3702023-11-02T18:48:57.844Z+ [[ -f out/downloads/console.tar.gz ]]
3712023-11-02T18:48:58.270Z+ mkdir -p out/downloads
3722023-11-02T18:48:58.288Z+ '[' true == true ']'
3732023-11-02T18:48:58.304Z+ echo Downloading...
3742023-11-02T18:48:58.318ZDownloading...
3752023-11-02T18:48:58.329Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3762023-11-02T18:48:58.346Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3772023-11-02T18:48:58.373Z++ do_sha256sum out/downloads/console.tar.gz
3782023-11-02T18:48:58.401Z++ case "$OSTYPE" in
3792023-11-02T18:48:58.424Z++ SHA=sha256sum
3802023-11-02T18:48:58.856Z++ sha256sum
3812023-11-02T18:48:58.879Z++ awk '{print $1}'
3822023-11-02T18:48:59.311Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3832023-11-02T18:48:59.327Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
3842023-11-02T18:48:59.347Z+ rm -rf ./out/console-assets
3852023-11-02T18:48:59.376Z+ mkdir -p ./out/console-assets
3862023-11-02T18:48:59.403Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3872023-11-02T18:48:59.838Z+ mkdir -p ./out/console-assets
3882023-11-02T18:48:59.856Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3892023-11-02T18:48:59.875Z+ set -o errexit
3902023-11-02T18:48:59.891Z+++ dirname ./tools/ci_download_maghemite_openapi
3912023-11-02T18:48:59.906Z++ cd ./tools
3922023-11-02T18:48:59.923Z++ pwd
3932023-11-02T18:48:59.946Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3942023-11-02T18:48:59.972Z++ basename ./tools/ci_download_maghemite_openapi
3952023-11-02T18:49:00.407Z+ ARG0=ci_download_maghemite_openapi
3962023-11-02T18:49:00.420Z+ TARGET_DIR=out
3972023-11-02T18:49:00.431Z+ DOWNLOAD_DIR=out/downloads
3982023-11-02T18:49:00.448Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3992023-11-02T18:49:00.459Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4002023-11-02T18:49:00.474Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4012023-11-02T18:49:00.488Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4022023-11-02T18:49:00.506Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4032023-11-02T18:49:00.928Z+ main
4042023-11-02T18:49:00.936Z+ [[ 0 != 0 ]]
4052023-11-02T18:49:00.948Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4062023-11-02T18:49:00.955ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4072023-11-02T18:49:00.961Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4082023-11-02T18:49:00.969ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4092023-11-02T18:49:00.977Z+ local DO_DOWNLOAD=true
4102023-11-02T18:49:00.983Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4112023-11-02T18:49:00.989Z+ mkdir -p out/downloads
4122023-11-02T18:49:00.994Z+ '[' true == true ']'
4132023-11-02T18:49:01.003Z+ echo Downloading...
4142023-11-02T18:49:01.009ZDownloading...
4152023-11-02T18:49:01.017Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4162023-11-02T18:49:01.025Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4172023-11-02T18:49:01.035Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4182023-11-02T18:49:01.042Z++ case "$OSTYPE" in
4192023-11-02T18:49:01.056Z++ SHA=sha256sum
4202023-11-02T18:49:01.068Z++ sha256sum
4212023-11-02T18:49:01.078Z++ awk '{print $1}'
4222023-11-02T18:49:01.093Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4232023-11-02T18:49:01.114Z+ [[ 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 ]]
4242023-11-02T18:49:01.129ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4252023-11-02T18:49:01.146Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4262023-11-02T18:49:01.174ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4272023-11-02T18:49:01.188Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4282023-11-02T18:49:01.209ZDownloading...
4292023-11-02T18:49:01.230Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4302023-11-02T18:49:01.249ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4312023-11-02T18:49:01.267Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4322023-11-02T18:49:01.283ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4332023-11-02T18:49:01.301Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4342023-11-02T18:49:01.729ZDownloading...
4352023-11-02T18:49:01.737Z+ main
4362023-11-02T18:49:01.747Z+ [[ 0 != 0 ]]
4372023-11-02T18:49:01.755Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4382023-11-02T18:49:01.766Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4392023-11-02T18:49:01.776Z+ local DO_DOWNLOAD=true
4402023-11-02T18:49:01.785Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4412023-11-02T18:49:01.796Z+ mkdir -p out/downloads
4422023-11-02T18:49:01.805Z+ '[' true == true ']'
4432023-11-02T18:49:01.925Z+ echo Downloading...
4442023-11-02T18:49:01.944Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4452023-11-02T18:49:01.979Zcurrent directory: /work/oxidecomputer/omicron
4462023-11-02T18:49:02.002Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4472023-11-02T18:49:02.018Zconfiguring based on OS: "solaris2.11"
4482023-11-02T18:49:02.028Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4492023-11-02T18:49:02.049ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
4502023-11-02T18:49:02.056Z++ case "$OSTYPE" in
4512023-11-02T18:49:02.061ZLocal file: out/downloads/dendrite-stub.tar.gz
4522023-11-02T18:49:02.073Z++ SHA=sha256sum
4532023-11-02T18:49:02.079ZDownloading...
4542023-11-02T18:49:02.089Z++ sha256sum
4552023-11-02T18:49:02.098Z++ awk '{print $1}'
4562023-11-02T18:49:02.122Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4572023-11-02T18:49:02.140Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4582023-11-02T18:49:02.164Z+ set -o errexit
4592023-11-02T18:49:02.590Z+++ dirname ./tools/ci_download_dendrite_openapi
4602023-11-02T18:49:02.609Z++ cd ./tools
4612023-11-02T18:49:02.632Z++ pwd
4622023-11-02T18:49:02.654Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4632023-11-02T18:49:03.091Z++ basename ./tools/ci_download_dendrite_openapi
4642023-11-02T18:49:03.120Z+ ARG0=ci_download_dendrite_openapi
4652023-11-02T18:49:03.141Z+ TARGET_DIR=out
4662023-11-02T18:49:03.157Z+ DOWNLOAD_DIR=out/downloads
4672023-11-02T18:49:03.171Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4682023-11-02T18:49:03.185Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4692023-11-02T18:49:03.222Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4702023-11-02T18:49:03.243Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4712023-11-02T18:49:03.261Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4722023-11-02T18:49:03.289Z+ main
4732023-11-02T18:49:03.314Z+ [[ 0 != 0 ]]
4742023-11-02T18:49:03.327Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4752023-11-02T18:49:03.338Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4762023-11-02T18:49:03.344Z+ local DO_DOWNLOAD=true
4772023-11-02T18:49:03.358Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4782023-11-02T18:49:03.367Z+ mkdir -p out/downloads
4792023-11-02T18:49:03.374Z+ '[' true == true ']'
4802023-11-02T18:49:03.379Z+ echo Downloading...
4812023-11-02T18:49:03.383Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4822023-11-02T18:49:03.389Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4832023-11-02T18:49:03.400Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4842023-11-02T18:49:03.408Z++ case "$OSTYPE" in
4852023-11-02T18:49:03.423Z++ SHA=sha256sum
4862023-11-02T18:49:03.433Z++ sha256sum
4872023-11-02T18:49:03.441Z++ awk '{print $1}'
4882023-11-02T18:49:03.455Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4892023-11-02T18:49:03.473Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
4902023-11-02T18:49:03.488Z+ set -o errexit
4912023-11-02T18:49:03.501Z+++ dirname ./tools/ci_download_dendrite_stub
4922023-11-02T18:49:03.515Z++ cd ./tools
4932023-11-02T18:49:03.543Z++ pwd
4942023-11-02T18:49:03.548Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4952023-11-02T18:49:04.385Z++ basename ./tools/ci_download_dendrite_stub
4962023-11-02T18:49:04.400Z+ ARG0=ci_download_dendrite_stub
4972023-11-02T18:49:04.414Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4982023-11-02T18:49:04.429Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
4992023-11-02T18:49:04.849Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
5002023-11-02T18:49:04.855Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
5012023-11-02T18:49:04.861Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5022023-11-02T18:49:04.869Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5032023-11-02T18:49:04.875Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5042023-11-02T18:49:04.880Z+ TARGET_DIR=out
5052023-11-02T18:49:04.885Z+ DOWNLOAD_DIR=out/downloads
5062023-11-02T18:49:04.892Z+ DEST_DIR=./out/dendrite-stub
5072023-11-02T18:49:04.897Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5082023-11-02T18:49:04.904Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5092023-11-02T18:49:04.914Z+ REPO=oxidecomputer/dendrite
5102023-11-02T18:49:04.923Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5112023-11-02T18:49:04.936Z+ main
5122023-11-02T18:49:04.959Z+ [[ 0 != 0 ]]
5132023-11-02T18:49:04.974Z+ CIDL_OS=solaris2.11
5142023-11-02T18:49:05.015Z+ [[ 0 != 0 ]]
5152023-11-02T18:49:05.036Z+ configure_os solaris2.11
5162023-11-02T18:49:05.052Z+ echo 'current directory: /work/oxidecomputer/omicron'
5172023-11-02T18:49:05.075Z+ echo 'configuring based on OS: "solaris2.11"'
5182023-11-02T18:49:05.497Z+ case "$1" in
5192023-11-02T18:49:05.504Z+ SET_BINARIES=
5202023-11-02T18:49:05.510Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5212023-11-02T18:49:05.931Z+ CIDL_SHA256FUNC=do_sha256sum
5222023-11-02T18:49:05.937Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5232023-11-02T18:49:05.950Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5242023-11-02T18:49:05.958Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5252023-11-02T18:49:05.967Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5262023-11-02T18:49:05.977Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5272023-11-02T18:49:05.986Z+ mkdir -p out/downloads
5282023-11-02T18:49:05.997Z+ mkdir -p ./out/dendrite-stub
5292023-11-02T18:49:06.060Z+ fetch_and_verify
5302023-11-02T18:49:06.071Z+ local DO_DOWNLOAD=true
5312023-11-02T18:49:06.076Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5322023-11-02T18:49:06.081Z+ '[' true == true ']'
5332023-11-02T18:49:06.088Z+ echo Downloading...
5342023-11-02T18:49:06.100Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5352023-11-02T18:49:06.129Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5362023-11-02T18:49:18.913Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5372023-11-02T18:49:19.077Z++ sha256sum
5382023-11-02T18:49:19.354Z++ awk '{print $1}'
5392023-11-02T18:49:19.393Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5402023-11-02T18:49:19.553Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5412023-11-02T18:49:19.585Z+ do_untar out/downloads/dendrite-stub.tar.gz
5422023-11-02T18:49:19.660Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5432023-11-02T18:49:19.735Z+ do_assemble
5442023-11-02T18:49:19.890Z+ rm -r ./out/dendrite-stub
5452023-11-02T18:49:20.159Z+ mkdir ./out/dendrite-stub
5462023-11-02T18:49:20.620Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5472023-11-02T18:49:20.688Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5482023-11-02T18:49:20.723Z+ set -o errexit
5492023-11-02T18:49:20.823Z+++ dirname ./tools/ci_download_maghemite_mgd
5502023-11-02T18:49:20.893Z++ cd ./tools
5512023-11-02T18:49:20.946Z++ pwd
5522023-11-02T18:49:21.451Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5532023-11-02T18:49:21.552Z++ basename ./tools/ci_download_maghemite_mgd
5542023-11-02T18:49:21.575Z+ ARG0=ci_download_maghemite_mgd
5552023-11-02T18:49:21.592Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5562023-11-02T18:49:21.615Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5572023-11-02T18:49:21.639Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5582023-11-02T18:49:22.064Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5592023-11-02T18:49:22.075Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5602023-11-02T18:49:22.260Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5612023-11-02T18:49:22.290Z+ TARGET_DIR=out
5622023-11-02T18:49:22.299Z+ DOWNLOAD_DIR=out/downloads
5632023-11-02T18:49:22.311Z+ DEST_DIR=./out/mgd
5642023-11-02T18:49:22.327Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5652023-11-02T18:49:22.339Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5662023-11-02T18:49:22.347Z+ REPO=oxidecomputer/maghemite
5672023-11-02T18:49:22.359Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5682023-11-02T18:49:22.367Z+ main
5692023-11-02T18:49:22.373Z+ [[ 0 != 0 ]]
5702023-11-02T18:49:22.380Z+ CIDL_OS=solaris2.11
5712023-11-02T18:49:22.396Z+ [[ 0 != 0 ]]
5722023-11-02T18:49:22.407Z+ configure_os solaris2.11
5732023-11-02T18:49:22.414Z+ echo 'current directory: /work/oxidecomputer/omicron'
5742023-11-02T18:49:22.419Zcurrent directory: /work/oxidecomputer/omicron
5752023-11-02T18:49:22.424Z+ echo 'configuring based on OS: "solaris2.11"'
5762023-11-02T18:49:22.428Zconfiguring based on OS: "solaris2.11"
5772023-11-02T18:49:22.431Z+ case "$1" in
5782023-11-02T18:49:22.434Z+ SET_BINARIES=
5792023-11-02T18:49:22.437Z+ CIDL_SHA256FUNC=do_sha256sum
5802023-11-02T18:49:22.441Z+ TARBALL_FILENAME=mgd.tar.gz
5812023-11-02T18:49:22.445Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5822023-11-02T18:49:22.448Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5832023-11-02T18:49:22.451Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
5842023-11-02T18:49:22.454ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5852023-11-02T18:49:22.457Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5862023-11-02T18:49:22.460ZLocal file: out/downloads/mgd.tar.gz
5872023-11-02T18:49:22.463Z+ mkdir -p out/downloads
5882023-11-02T18:49:22.466Z+ mkdir -p ./out/mgd
5892023-11-02T18:49:22.481Z+ fetch_and_verify
5902023-11-02T18:49:22.503Z+ local DO_DOWNLOAD=true
5912023-11-02T18:49:22.523Z+ [[ -f out/downloads/mgd.tar.gz ]]
5922023-11-02T18:49:22.538Z+ '[' true == true ']'
5932023-11-02T18:49:22.554Z+ echo Downloading...
5942023-11-02T18:49:22.969ZDownloading...
5952023-11-02T18:49:22.978Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
5962023-11-02T18:49:22.986Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5972023-11-02T18:49:41.339Z++ do_sha256sum out/downloads/mgd.tar.gz
5982023-11-02T18:49:41.427Z++ sha256sum
5992023-11-02T18:49:41.454Z++ awk '{print $1}'
6002023-11-02T18:49:41.468Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
6012023-11-02T18:49:41.895Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6022023-11-02T18:49:41.899Z+ do_untar out/downloads/mgd.tar.gz
6032023-11-02T18:49:41.901Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6042023-11-02T18:49:42.037Z+ do_assemble
6052023-11-02T18:49:42.042Z+ rm -r ./out/mgd
6062023-11-02T18:49:42.054Z+ mkdir ./out/mgd
6072023-11-02T18:49:42.065Z+ cp -r out/downloads/root ./out/mgd/root
6082023-11-02T18:49:42.243Z+ set -o errexit
6092023-11-02T18:49:42.265Z+++ dirname ./tools/ci_download_transceiver_control
6102023-11-02T18:49:42.282Z++ cd ./tools
6112023-11-02T18:49:42.293Z++ pwd
6122023-11-02T18:49:42.303Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6132023-11-02T18:49:42.316Z++ basename ./tools/ci_download_transceiver_control
6142023-11-02T18:49:42.329Z+ ARG0=ci_download_transceiver_control
6152023-11-02T18:49:42.405Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6162023-11-02T18:49:42.411Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6172023-11-02T18:49:42.416Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6182023-11-02T18:49:42.422Z+ TARGET_DIR=out
6192023-11-02T18:49:42.429Z+ DOWNLOAD_DIR=out/downloads
6202023-11-02T18:49:42.442Z+ DEST_DIR=./out/transceiver-control
6212023-11-02T18:49:42.448Z+ BIN_DIR=/opt/oxide/bin
6222023-11-02T18:49:42.453Z+ BINARY=xcvradm
6232023-11-02T18:49:42.458Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6242023-11-02T18:49:42.466Z+ REPO=oxidecomputer/transceiver-control
6252023-11-02T18:49:42.473Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6262023-11-02T18:49:42.481Z+ main
6272023-11-02T18:49:42.486Z+ [[ 0 != 0 ]]
6282023-11-02T18:49:42.491Z+ CIDL_OS=solaris2.11
6292023-11-02T18:49:42.495Z+ [[ 0 != 0 ]]
6302023-11-02T18:49:42.501Z+ configure_os solaris2.11
6312023-11-02T18:49:42.506Z+ echo 'current directory: /work/oxidecomputer/omicron'
6322023-11-02T18:49:42.510Zcurrent directory: /work/oxidecomputer/omicron
6332023-11-02T18:49:42.515Z+ echo 'configuring based on OS: "solaris2.11"'
6342023-11-02T18:49:42.519Zconfiguring based on OS: "solaris2.11"
6352023-11-02T18:49:42.524Z+ case "$1" in
6362023-11-02T18:49:42.529Z+ SET_BINARIES=
6372023-11-02T18:49:42.534Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6382023-11-02T18:49:42.542Z+ CIDL_SHA256FUNC=do_sha256sum
6392023-11-02T18:49:42.546Z+ ARCHIVE_FILENAME=xcvradm.gz
6402023-11-02T18:49:42.556Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6412023-11-02T18:49:42.561Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6422023-11-02T18:49:42.572Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6432023-11-02T18:49:42.584ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6442023-11-02T18:49:42.594Z+ echo 'Local file: out/downloads/xcvradm.gz'
6452023-11-02T18:49:42.606ZLocal file: out/downloads/xcvradm.gz
6462023-11-02T18:49:42.626Z+ mkdir -p out/downloads
6472023-11-02T18:49:42.656Z+ mkdir -p ./out/transceiver-control
6482023-11-02T18:49:42.681Z+ fetch_and_verify
6492023-11-02T18:49:42.697Z+ local DO_DOWNLOAD=true
6502023-11-02T18:49:42.706Z+ [[ -f out/downloads/xcvradm.gz ]]
6512023-11-02T18:49:42.719Z+ '[' true == true ']'
6522023-11-02T18:49:42.731Z+ echo Downloading...
6532023-11-02T18:49:42.740ZDownloading...
6542023-11-02T18:49:42.746Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6552023-11-02T18:49:42.755Z+ 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
6562023-11-02T18:49:44.545Z++ do_sha256sum out/downloads/xcvradm.gz
6572023-11-02T18:49:44.561Z++ sha256sum
6582023-11-02T18:49:44.569Z++ awk '{print $1}'
6592023-11-02T18:49:44.577Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6602023-11-02T18:49:44.582Z+ [[ 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 ]]
6612023-11-02T18:49:44.587Z+ do_unpack out/downloads/xcvradm.gz
6622023-11-02T18:49:44.591Z+ mkdir -p out/downloads/root//opt/oxide/bin
6632023-11-02T18:49:44.598Z+ gzip -dc out/downloads/xcvradm.gz
6642023-11-02T18:49:44.751Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6652023-11-02T18:49:44.760Z+ do_assemble
6662023-11-02T18:49:44.768Z+ rm -r ./out/transceiver-control
6672023-11-02T18:49:44.791Z+ mkdir ./out/transceiver-control
6682023-11-02T18:49:44.805Z+ cp -r out/downloads/root ./out/transceiver-control/root
6692023-11-02T18:49:44.932ZAll prerequisites installed successfully
6702023-11-02T18:49:44.936Z
6712023-11-02T18:49:44.941Zreal 2:35.688783139
6722023-11-02T18:49:44.949Zuser 52.045194491
6732023-11-02T18:49:44.961Zsys 9.763617295
6742023-11-02T18:49:44.972Ztrap 0.020875485
6752023-11-02T18:49:44.995Ztflt 0.202996494
6762023-11-02T18:49:45.011Zdflt 0.529337274
6772023-11-02T18:49:45.027Zkflt 0.175748456
6782023-11-02T18:49:45.452Zlock 1.857097450
6792023-11-02T18:49:45.476Zslp 5:22.546046567
6802023-11-02T18:49:45.900Zlat 3.380147306
6812023-11-02T18:49:46.316Zstop 0.065018884
6822023-11-02T18:49:46.320Z+ banner end-to-end-tests
6832023-11-02T18:49:46.328Z
6842023-11-02T18:49:46.746Z ###### # # ##### ##### #### ###### # # #####
6852023-11-02T18:49:46.753Z # ## # # # # # # # ## # # #
6862023-11-02T18:49:46.760Z ##### # # # # # ##### # # # ##### ##### # # # # #
6872023-11-02T18:49:46.767Z # # # # # # # # # # # # # # #
6882023-11-02T18:49:46.775Z # # ## # # # # # # # ## # #
6892023-11-02T18:49:46.784Z ###### # # ##### # #### ###### # # #####
6902023-11-02T18:49:46.792Z
6912023-11-02T18:49:46.802Z+ export CARGO_PROFILE_DEV_DEBUG=1
6922023-11-02T18:49:46.811Z+ CARGO_PROFILE_DEV_DEBUG=1
6932023-11-02T18:49:46.819Z+ export CARGO_PROFILE_TEST_DEBUG=1
6942023-11-02T18:49:46.839Z+ CARGO_PROFILE_TEST_DEBUG=1
6952023-11-02T18:49:46.891Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6962023-11-02T18:49:46.905Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6972023-11-02T18:49:47.323Z Updating crates.io index
6982023-11-02T18:49:47.327Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6992023-11-02T18:49:47.330Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7002023-11-02T18:49:48.744Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7012023-11-02T18:49:49.550Z Updating git repository `http://github.com/oxidecomputer/tofino`
7022023-11-02T18:49:49.868Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7032023-11-02T18:49:50.177Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7042023-11-02T18:49:50.666Z Updating git repository `https://github.com/oxidecomputer/propolis`
7052023-11-02T18:49:51.511Z Updating git repository `https://github.com/oxidecomputer/crucible`
7062023-11-02T18:49:53.301Z Updating git repository `https://github.com/oxidecomputer/opte`
7072023-11-02T18:49:54.243Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7082023-11-02T18:49:54.619Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7092023-11-02T18:49:54.983Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7102023-11-02T18:49:56.638Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7112023-11-02T18:49:56.981Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7122023-11-02T18:49:57.437Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7132023-11-02T18:49:57.746Z Updating git repository `https://github.com/njaremko/samael`
7142023-11-02T18:49:58.258Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7152023-11-02T18:49:58.850Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7162023-11-02T18:49:59.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7172023-11-02T18:49:59.643Z Updating git repository `https://github.com/jgallagher/nix`
7182023-11-02T18:50:00.982Z Updating git repository `https://github.com/cbiffle/hubpack`
7192023-11-02T18:50:01.437Z Updating git repository `https://github.com/oxidecomputer/omicron`
7202023-11-02T18:50:10.911Z Updating git repository `https://github.com/oxidecomputer/rfb`
7212023-11-02T18:50:12.615Z Updating git repository `https://github.com/oxidecomputer/typify`
7222023-11-02T18:50:13.671Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7232023-11-02T18:50:14.232Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7242023-11-02T18:50:14.571Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7252023-11-02T18:50:16.082Z Downloading crates ...
7262023-11-02T18:50:16.341Z Downloaded ciborium-io v0.2.1
7272023-11-02T18:50:16.366Z Downloaded ctr v0.9.2
7282023-11-02T18:50:16.379Z Downloaded paste v1.0.14
7292023-11-02T18:50:16.395Z Downloaded parse-display-derive v0.7.0
7302023-11-02T18:50:16.826Z Downloaded parking_lot v0.12.1
7312023-11-02T18:50:16.845Z Downloaded num_enum v0.5.11
7322023-11-02T18:50:16.861Z Downloaded opaque-debug v0.3.0
7332023-11-02T18:50:16.868Z Downloaded aead v0.5.2
7342023-11-02T18:50:16.879Z Downloaded num_threads v0.1.6
7352023-11-02T18:50:16.888Z Downloaded atty v0.2.14
7362023-11-02T18:50:16.897Z Downloaded convert_case v0.4.0
7372023-11-02T18:50:16.902Z Downloaded managed v0.8.0
7382023-11-02T18:50:16.914Z Downloaded num-rational v0.4.1
7392023-11-02T18:50:16.922Z Downloaded new_debug_unreachable v1.0.4
7402023-11-02T18:50:16.935Z Downloaded pin-utils v0.1.0
7412023-11-02T18:50:16.943Z Downloaded phf_shared v0.11.2
7422023-11-02T18:50:16.957Z Downloaded darling_macro v0.20.3
7432023-11-02T18:50:17.373Z Downloaded block-buffer v0.10.4
7442023-11-02T18:50:17.379Z Downloaded async-recursion v1.0.5
7452023-11-02T18:50:17.395Z Downloaded percent-encoding v2.3.0
7462023-11-02T18:50:17.405Z Downloaded async-stream v0.3.5
7472023-11-02T18:50:17.414Z Downloaded match_cfg v0.1.0
7482023-11-02T18:50:17.422Z Downloaded cfg-if v1.0.0
7492023-11-02T18:50:17.431Z Downloaded lru-cache v0.1.2
7502023-11-02T18:50:17.439Z Downloaded crossbeam-utils v0.8.16
7512023-11-02T18:50:17.968Z Downloaded want v0.3.1
7522023-11-02T18:50:18.008Z Downloaded native-tls v0.2.11
7532023-11-02T18:50:18.109Z Downloaded block-padding v0.3.3
7542023-11-02T18:50:18.210Z Downloaded byteorder v1.5.0
7552023-11-02T18:50:18.318Z Downloaded aes-gcm-siv v0.11.1
7562023-11-02T18:50:18.403Z Downloaded pin-project-lite v0.2.13
7572023-11-02T18:50:18.454Z Downloaded futures-task v0.3.29
7582023-11-02T18:50:18.504Z Downloaded rustfmt-wrapper v0.2.0
7592023-11-02T18:50:18.591Z Downloaded keccak v0.1.4
7602023-11-02T18:50:18.715Z Downloaded http-body v0.4.5
7612023-11-02T18:50:18.826Z Downloaded dtrace-parser v0.1.14
7622023-11-02T18:50:18.939Z Downloaded russh-cryptovec v0.7.0
7632023-11-02T18:50:19.102Z Downloaded anyhow v1.0.75
7642023-11-02T18:50:19.206Z Downloaded walkdir v2.4.0
7652023-11-02T18:50:19.277Z Downloaded ascii v1.1.0
7662023-11-02T18:50:19.620Z Downloaded hubpack_derive v0.1.1
7672023-11-02T18:50:34.600Z Downloaded parking_lot_core v0.9.8
7682023-11-02T18:50:35.187Z Downloaded take_mut v0.2.2
7692023-11-02T18:50:35.878Z Downloaded zeroize_derive v1.4.2
7702023-11-02T18:50:35.991Z Downloaded num-traits v0.2.16
7712023-11-02T18:50:36.228Z Downloaded fastrand v2.0.0
7722023-11-02T18:50:36.420Z Downloaded ed25519 v2.2.2
7732023-11-02T18:50:36.586Z Downloaded serde_spanned v0.6.3
7742023-11-02T18:50:36.768Z Downloaded equivalent v1.0.1
7752023-11-02T18:50:37.034Z Downloaded base64 v0.13.1
7762023-11-02T18:50:37.354Z Downloaded jobserver v0.1.26
7772023-11-02T18:50:37.446Z Downloaded is-terminal v0.4.9
7782023-11-02T18:50:38.200Z Downloaded utf8parse v0.2.1
7792023-11-02T18:50:38.356Z Downloaded resolv-conf v0.7.0
7802023-11-02T18:50:38.424Z Downloaded rand_core v0.5.1
7812023-11-02T18:50:38.491Z Downloaded slog-scope v4.4.0
7822023-11-02T18:50:38.603Z Downloaded slog-stdlog v4.1.1
7832023-11-02T18:50:38.710Z Downloaded dirs-sys v0.4.1
7842023-11-02T18:50:38.830Z Downloaded synstructure v0.12.6
7852023-11-02T18:50:38.887Z Downloaded fxhash v0.2.1
7862023-11-02T18:50:38.909Z Downloaded toolchain_find v0.2.0
7872023-11-02T18:50:38.996Z Downloaded ff v0.13.0
7882023-11-02T18:50:39.041Z Downloaded strum v0.25.0
7892023-11-02T18:50:39.081Z Downloaded futures v0.3.29
7902023-11-02T18:50:39.108Z Downloaded zeroize v1.6.0
7912023-11-02T18:50:39.148Z Downloaded tower-service v0.3.2
7922023-11-02T18:50:39.179Z Downloaded futures-executor v0.3.29
7932023-11-02T18:50:39.220Z Downloaded vsss-rs v3.3.1
7942023-11-02T18:50:39.267Z Downloaded scheduled-thread-pool v0.2.7
7952023-11-02T18:50:39.297Z Downloaded unicode-width v0.1.11
7962023-11-02T18:50:39.312Z Downloaded rustls-native-certs v0.6.3
7972023-11-02T18:50:39.384Z Downloaded russh-keys v0.38.0
7982023-11-02T18:50:39.417Z Downloaded rustc_version v0.4.0
7992023-11-02T18:50:39.446Z Downloaded tinyvec_macros v0.1.1
8002023-11-02T18:50:39.468Z Downloaded structmeta-derive v0.1.6
8012023-11-02T18:50:39.497Z Downloaded hash32 v0.2.1
8022023-11-02T18:50:39.514Z Downloaded version_check v0.9.4
8032023-11-02T18:50:39.548Z Downloaded postgres-types v0.2.6
8042023-11-02T18:50:39.560Z Downloaded ident_case v1.0.1
8052023-11-02T18:50:39.580Z Downloaded zerocopy v0.6.4
8062023-11-02T18:50:39.599Z Downloaded form_urlencoded v1.2.0
8072023-11-02T18:50:39.610Z Downloaded signal-hook-registry v1.4.1
8082023-11-02T18:50:39.620Z Downloaded group v0.13.0
8092023-11-02T18:50:39.630Z Downloaded foreign-types-shared v0.1.1
8102023-11-02T18:50:39.640Z Downloaded const_format v0.2.31
8112023-11-02T18:50:39.659Z Downloaded zone_cfg_derive v0.2.0
8122023-11-02T18:50:39.695Z Downloaded time-core v0.1.1
8132023-11-02T18:50:39.707Z Downloaded twox-hash v1.6.3
8142023-11-02T18:50:39.718Z Downloaded tracing-core v0.1.31
8152023-11-02T18:50:39.749Z Downloaded scopeguard v1.2.0
8162023-11-02T18:50:39.768Z Downloaded strsim v0.8.0
8172023-11-02T18:50:39.790Z Downloaded ppv-lite86 v0.2.17
8182023-11-02T18:50:39.813Z Downloaded tokio-tungstenite v0.18.0
8192023-11-02T18:50:39.827Z Downloaded unsafe-libyaml v0.2.9
8202023-11-02T18:50:41.057Z Downloaded pem v3.0.2
8212023-11-02T18:50:41.061Z Downloaded iana-time-zone v0.1.57
8222023-11-02T18:50:41.066Z Downloaded rustversion v1.0.14
8232023-11-02T18:50:41.069Z Downloaded hex-literal v0.4.1
8242023-11-02T18:50:41.072Z Downloaded zip v0.6.6
8252023-11-02T18:50:41.076Z Downloaded subtle v2.5.0
8262023-11-02T18:50:41.079Z Downloaded r2d2 v0.8.10
8272023-11-02T18:50:41.083Z Downloaded foreign-types-shared v0.3.1
8282023-11-02T18:50:41.086Z Downloaded usdt-attr-macro v0.3.5
8292023-11-02T18:50:41.090Z Downloaded lalrpop-util v0.19.12
8302023-11-02T18:50:41.094Z Downloaded rustls-pemfile v1.0.3
8312023-11-02T18:50:41.098Z Downloaded radium v0.7.0
8322023-11-02T18:50:41.101Z Downloaded digest v0.10.7
8332023-11-02T18:50:41.104Z Downloaded schemars_derive v0.8.13
8342023-11-02T18:50:41.108Z Downloaded similar v2.2.1
8352023-11-02T18:50:41.112Z Downloaded terminal_size v0.2.6
8362023-11-02T18:50:41.133Z Downloaded proc-macro-error-attr v1.0.4
8372023-11-02T18:50:41.137Z Downloaded slog-async v2.8.0
8382023-11-02T18:50:41.140Z Downloaded tar v0.4.40
8392023-11-02T18:50:41.143Z Downloaded xattr v1.0.1
8402023-11-02T18:50:41.146Z Downloaded libm v0.2.7
8412023-11-02T18:50:41.150Z Downloaded untrusted v0.7.1
8422023-11-02T18:50:41.154Z Downloaded rand_chacha v0.2.2
8432023-11-02T18:50:41.158Z Downloaded rand_chacha v0.3.1
8442023-11-02T18:50:41.164Z Downloaded slog-json v2.6.1
8452023-11-02T18:50:41.169Z Downloaded fnv v1.0.7
8462023-11-02T18:50:41.182Z Downloaded dirs-sys-next v0.1.2
8472023-11-02T18:50:41.195Z Downloaded inout v0.1.3
8482023-11-02T18:50:41.606Z Downloaded vergen v8.2.4
8492023-11-02T18:50:41.609Z Downloaded postcard v0.7.3
8502023-11-02T18:50:41.612Z Downloaded toml_edit v0.19.15
8512023-11-02T18:50:41.619Z Downloaded secrecy v0.8.0
8522023-11-02T18:50:41.626Z Downloaded siphasher v0.3.11
8532023-11-02T18:50:41.637Z Downloaded strum_macros v0.25.2
8542023-11-02T18:50:42.057Z Downloaded ucd-trie v0.1.6
8552023-11-02T18:50:42.064Z Downloaded elliptic-curve v0.13.5
8562023-11-02T18:50:42.074Z Downloaded getrandom v0.1.16
8572023-11-02T18:50:42.083Z Downloaded usdt-impl v0.3.5
8582023-11-02T18:50:42.094Z Downloaded unicode-ident v1.0.12
8592023-11-02T18:50:42.103Z Downloaded toml_edit v0.20.0
8602023-11-02T18:50:42.111Z Downloaded same-file v1.0.6
8612023-11-02T18:50:42.135Z Downloaded getrandom v0.2.10
8622023-11-02T18:50:42.145Z Downloaded tinyvec v1.6.0
8632023-11-02T18:50:42.156Z Downloaded uuid v1.4.1
8642023-11-02T18:50:42.165Z Downloaded socket2 v0.5.4
8652023-11-02T18:50:42.172Z Downloaded socket2 v0.4.9
8662023-11-02T18:50:42.182Z Downloaded toml v0.7.8
8672023-11-02T18:50:42.198Z Downloaded typenum v1.16.0
8682023-11-02T18:50:42.204Z Downloaded trust-dns-resolver v0.22.0
8692023-11-02T18:50:42.208Z Downloaded indexmap v2.0.0
8702023-11-02T18:50:42.214Z Downloaded regex-automata v0.1.10
8712023-11-02T18:50:42.221Z Downloaded rand v0.8.5
8722023-11-02T18:50:42.227Z Downloaded winnow v0.5.15
8732023-11-02T18:50:42.230Z Downloaded num-bigint v0.4.4
8742023-11-02T18:50:42.233Z Downloaded ed25519-dalek v2.0.0
8752023-11-02T18:50:42.241Z Downloaded rusqlite v0.29.0
8762023-11-02T18:50:42.244Z Downloaded rand v0.7.3
8772023-11-02T18:50:42.249Z Downloaded petgraph v0.6.4
8782023-11-02T18:50:42.252Z Downloaded chrono v0.4.31
8792023-11-02T18:50:42.255Z Downloaded hkdf v0.12.3
8802023-11-02T18:50:42.259Z Downloaded h2 v0.3.21
8812023-11-02T18:50:42.692Z Downloaded rustls-webpki v0.101.7
8822023-11-02T18:50:42.705Z Downloaded vcpkg v0.2.15
8832023-11-02T18:50:42.721Z Downloaded futures-util v0.3.29
8842023-11-02T18:50:42.729Z Downloaded hyper v0.14.27
8852023-11-02T18:50:42.734Z Downloaded webpki-roots v0.25.2
8862023-11-02T18:50:42.745Z Downloaded clap v2.34.0
8872023-11-02T18:50:42.980Z Downloaded radix_trie v0.2.1
8882023-11-02T18:50:43.258Z Downloaded object v0.32.1
8892023-11-02T18:50:43.431Z Downloaded diesel v2.1.3
8902023-11-02T18:50:43.465Z Downloaded regex-syntax v0.6.29
8912023-11-02T18:50:43.479Z Downloaded smoltcp v0.9.1
8922023-11-02T18:50:43.493Z Downloaded regex v1.10.2
8932023-11-02T18:50:43.498Z Downloaded trust-dns-proto v0.22.0
8942023-11-02T18:50:43.519Z Downloaded rustix v0.37.23
8952023-11-02T18:50:43.545Z Downloaded zerocopy-derive v0.2.0
8962023-11-02T18:50:43.565Z Downloaded bzip2-sys v0.1.11+1.0.8
8972023-11-02T18:50:43.598Z Downloaded regex-syntax v0.8.2
8982023-11-02T18:50:43.607Z Downloaded rustix v0.38.9
8992023-11-02T18:50:43.658Z Downloaded sled v0.34.7
9002023-11-02T18:50:43.672Z Downloaded regex-automata v0.3.8
9012023-11-02T18:50:43.684Z Downloaded libc v0.2.149
9022023-11-02T18:50:43.700Z Downloaded tokio v1.33.0
9032023-11-02T18:50:43.714Z Downloaded regex-automata v0.4.3
9042023-11-02T18:50:43.734Z Downloaded zerocopy-derive v0.6.4
9052023-11-02T18:50:43.759Z Downloaded sha3 v0.10.8
9062023-11-02T18:50:43.768Z Downloaded openapiv3 v1.0.3
9072023-11-02T18:50:43.785Z Downloaded gimli v0.28.0
9082023-11-02T18:50:43.804Z Downloaded bstr v1.6.0
9092023-11-02T18:50:43.836Z Downloaded winapi v0.3.9
9102023-11-02T18:50:44.278Z Downloaded encoding_rs v0.8.33
9112023-11-02T18:50:44.285Z Downloaded regress v0.7.1
9122023-11-02T18:50:44.295Z Downloaded curve25519-dalek v4.1.0
9132023-11-02T18:50:44.303Z Downloaded nix v0.26.2
9142023-11-02T18:50:44.312Z Downloaded openssl v0.10.57
9152023-11-02T18:50:44.321Z Downloaded smoltcp v0.8.2
9162023-11-02T18:50:44.329Z Downloaded rustls v0.21.8
9172023-11-02T18:50:44.347Z Downloaded idna v0.4.0
9182023-11-02T18:50:44.359Z Downloaded syn v2.0.32
9192023-11-02T18:50:44.381Z Downloaded libgit2-sys v0.15.2+1.6.4
9202023-11-02T18:50:44.394Z Downloaded git2 v0.17.2
9212023-11-02T18:50:44.435Z Downloaded idna v0.2.3
9222023-11-02T18:50:44.465Z Downloaded syn v1.0.109
9232023-11-02T18:50:44.482Z Downloaded ring v0.17.5
9242023-11-02T18:50:44.498Z Downloaded serde_json v1.0.108
9252023-11-02T18:50:44.506Z Downloaded bitvec v1.0.1
9262023-11-02T18:50:44.514Z Downloaded itertools v0.11.0
9272023-11-02T18:50:44.523Z Downloaded reqwest v0.11.20
9282023-11-02T18:50:44.538Z Downloaded trust-dns-server v0.22.1
9292023-11-02T18:50:44.548Z Downloaded serde_with v2.3.3
9302023-11-02T18:50:44.554Z Downloaded aho-corasick v1.0.4
9312023-11-02T18:50:44.559Z Downloaded aes-gcm v0.10.3
9322023-11-02T18:50:44.567Z Downloaded tokio-util v0.7.10
9332023-11-02T18:50:44.572Z Downloaded hashbrown v0.12.3
9342023-11-02T18:50:44.578Z Downloaded der v0.7.8
9352023-11-02T18:50:44.583Z Downloaded unicode-normalization v0.1.22
9362023-11-02T18:50:44.590Z Downloaded itertools v0.10.5
9372023-11-02T18:50:44.598Z Downloaded headers v0.3.9
9382023-11-02T18:50:44.603Z Downloaded bit-vec v0.6.3
9392023-11-02T18:50:44.611Z Downloaded clap_builder v4.4.2
9402023-11-02T18:50:44.616Z Downloaded libz-sys v1.1.12
9412023-11-02T18:50:44.623Z Downloaded ron v0.7.1
9422023-11-02T18:50:44.628Z Downloaded pest v2.7.2
9432023-11-02T18:50:44.632Z Downloaded time v0.3.27
9442023-11-02T18:50:44.637Z Downloaded subprocess v0.2.9
9452023-11-02T18:50:44.641Z Downloaded toml v0.8.0
9462023-11-02T18:50:44.646Z Downloaded tracing v0.1.37
9472023-11-02T18:50:44.649Z Downloaded trust-dns-client v0.22.0
9482023-11-02T18:50:44.653Z Downloaded url v2.4.1
9492023-11-02T18:50:44.657Z Downloaded hashbrown v0.14.0
9502023-11-02T18:50:44.697Z Downloaded time-macros v0.2.13
9512023-11-02T18:50:44.703Z Downloaded difflib v0.4.0
9522023-11-02T18:50:44.708Z Downloaded tokio-tungstenite v0.20.1
9532023-11-02T18:50:44.712Z Downloaded semver v0.11.0
9542023-11-02T18:50:44.716Z Downloaded anstyle-parse v0.2.1
9552023-11-02T18:50:44.721Z Downloaded russh v0.38.0
9562023-11-02T18:50:44.725Z Downloaded unicode-segmentation v1.10.1
9572023-11-02T18:50:44.740Z Downloaded hmac v0.12.1
9582023-11-02T18:50:44.746Z Downloaded fixedbitset v0.4.2
9592023-11-02T18:50:44.759Z Downloaded foreign-types-macros v0.2.3
9602023-11-02T18:50:44.768Z Downloaded hashlink v0.8.3
9612023-11-02T18:50:44.773Z Downloaded futures-channel v0.3.29
9622023-11-02T18:50:44.782Z Downloaded serde v1.0.188
9632023-11-02T18:50:44.791Z Downloaded crossbeam-channel v0.5.8
9642023-11-02T18:50:44.800Z Downloaded hashbrown v0.13.2
9652023-11-02T18:50:44.804Z Downloaded sct v0.7.0
9662023-11-02T18:50:44.808Z Downloaded tungstenite v0.20.1
9672023-11-02T18:50:44.811Z Downloaded pest_derive v2.7.2
9682023-11-02T18:50:44.814Z Downloaded serde_derive v1.0.188
9692023-11-02T18:50:44.818Z Downloaded schemars v0.8.13
9702023-11-02T18:50:44.821Z Downloaded structopt v0.3.26
9712023-11-02T18:50:44.824Z Downloaded mio v0.8.8
9722023-11-02T18:50:44.828Z Downloaded libsqlite3-sys v0.26.0
9732023-11-02T18:50:44.831Z Downloaded filetime v0.2.22
9742023-11-02T18:50:44.834Z Downloaded dof v0.1.5
9752023-11-02T18:50:44.837Z Downloaded smallvec v1.11.0
9762023-11-02T18:50:44.840Z Downloaded ring v0.16.20
9772023-11-02T18:50:44.843Z Downloaded heapless v0.7.16
9782023-11-02T18:50:44.847Z Downloaded serde_yaml v0.9.25
9792023-11-02T18:50:44.850Z Downloaded pkg-config v0.3.27
9802023-11-02T18:50:44.853Z Downloaded data-encoding v2.4.0
9812023-11-02T18:50:44.856Z Downloaded errno v0.3.2
9822023-11-02T18:50:44.859Z Downloaded slog v2.7.0
9832023-11-02T18:50:44.862Z Downloaded rustc-demangle v0.1.23
9842023-11-02T18:50:44.866Z Downloaded string_cache v0.8.7
9852023-11-02T18:50:44.870Z Downloaded stable_deref_trait v1.2.0
9862023-11-02T18:50:44.873Z Downloaded http v0.2.9
9872023-11-02T18:50:44.877Z Downloaded semver-parser v0.10.2
9882023-11-02T18:50:44.883Z Downloaded flate2 v1.0.28
9892023-11-02T18:50:44.887Z Downloaded vec_map v0.8.2
9902023-11-02T18:50:44.892Z Downloaded textwrap v0.11.0
9912023-11-02T18:50:44.907Z Downloaded tokio-stream v0.1.14
9922023-11-02T18:50:44.920Z Downloaded hyper-rustls v0.24.2
9932023-11-02T18:50:44.930Z Downloaded glob v0.3.1
9942023-11-02T18:50:45.358Z Downloaded ringbuffer v0.15.0
9952023-11-02T18:50:45.382Z Downloaded ryu v1.0.15
9962023-11-02T18:50:45.398Z Downloaded half v1.8.2
9972023-11-02T18:50:45.411Z Downloaded memchr v2.6.3
9982023-11-02T18:50:45.425Z Downloaded humantime v2.1.0
9992023-11-02T18:50:45.445Z Downloaded semver v1.0.20
10002023-11-02T18:50:45.451Z Downloaded sha2 v0.10.8
10012023-11-02T18:50:45.460Z Downloaded serde_derive_internals v0.26.0
10022023-11-02T18:50:45.468Z Downloaded const_format_proc_macros v0.2.31
10032023-11-02T18:50:45.475Z Downloaded bitflags v1.3.2
10042023-11-02T18:50:45.483Z Downloaded hyper-staticfile v0.9.5
10052023-11-02T18:50:45.493Z Downloaded tokio-macros v2.1.0
10062023-11-02T18:50:45.505Z Downloaded thread-id v4.2.0
10072023-11-02T18:50:45.510Z Downloaded smf v0.2.2
10082023-11-02T18:50:45.521Z Downloaded signature v2.1.0
10092023-11-02T18:50:45.529Z Downloaded erased-serde v0.3.30
10102023-11-02T18:50:45.940Z Downloaded indexmap v1.9.3
10112023-11-02T18:50:45.948Z Downloaded rcgen v0.11.3
10122023-11-02T18:50:45.957Z Downloaded structopt-derive v0.4.18
10132023-11-02T18:50:45.963Z Downloaded thiserror-no-std v2.0.2
10142023-11-02T18:50:45.969Z Downloaded thiserror-impl v1.0.49
10152023-11-02T18:50:45.976Z Downloaded thiserror v1.0.49
10162023-11-02T18:50:46.394Z Downloaded either v1.9.0
10172023-11-02T18:50:46.489Z Downloaded usdt v0.3.5
10182023-11-02T18:50:46.501Z Downloaded sha1 v0.10.5
10192023-11-02T18:50:46.510Z Downloaded base64 v0.21.5
10202023-11-02T18:50:46.527Z Downloaded tungstenite v0.18.0
10212023-11-02T18:50:46.543Z Downloaded tokio-postgres v0.7.10
10222023-11-02T18:50:46.560Z Downloaded env_logger v0.9.3
10232023-11-02T18:50:46.577Z Downloaded serde_with_macros v2.3.3
10242023-11-02T18:50:47.030Z Downloaded zone v0.2.0
10252023-11-02T18:50:47.455Z Downloaded slab v0.4.9
10262023-11-02T18:50:47.480Z Downloaded hyper-tls v0.5.0
10272023-11-02T18:50:47.497Z Downloaded crypto-bigint v0.5.2
10282023-11-02T18:50:47.507Z Downloaded serde_path_to_error v0.1.14
10292023-11-02T18:50:47.523Z Downloaded ghash v0.5.0
10302023-11-02T18:50:47.530Z Downloaded rand_core v0.6.4
10312023-11-02T18:50:47.538Z Downloaded itoa v1.0.9
10322023-11-02T18:50:47.547Z Downloaded tokio-native-tls v0.3.1
10332023-11-02T18:50:47.556Z Downloaded serde_arrays v0.1.0
10342023-11-02T18:50:47.563Z Downloaded futures-io v0.3.29
10352023-11-02T18:50:47.568Z Downloaded futures-core v0.3.29
10362023-11-02T18:50:47.574Z Downloaded tempfile v3.8.0
10372023-11-02T18:50:47.582Z Downloaded generic-array v0.14.7
10382023-11-02T18:50:48.005Z Downloaded wyz v0.5.1
10392023-11-02T18:50:48.011Z Downloaded serde_tokenstream v0.1.7
10402023-11-02T18:50:48.017Z Downloaded backtrace v0.3.69
10412023-11-02T18:50:48.030Z Downloaded openssl-sys v0.9.93
10422023-11-02T18:50:48.050Z Downloaded arc-swap v1.6.0
10432023-11-02T18:50:48.075Z Downloaded untrusted v0.9.0
10442023-11-02T18:50:48.084Z Downloaded spin v0.9.8
10452023-11-02T18:50:48.092Z Downloaded allocator-api2 v0.2.16
10462023-11-02T18:50:48.101Z Downloaded toml v0.5.11
10472023-11-02T18:50:48.104Z Downloaded stringprep v0.1.3
10482023-11-02T18:50:48.108Z Downloaded io-lifetimes v1.0.11
10492023-11-02T18:50:48.112Z Downloaded httparse v1.8.0
10502023-11-02T18:50:48.115Z Downloaded unicode-bidi v0.3.13
10512023-11-02T18:50:48.119Z Downloaded serde_urlencoded v0.7.1
10522023-11-02T18:50:48.122Z Downloaded getopts v0.2.21
10532023-11-02T18:50:48.125Z Downloaded whoami v1.4.1
10542023-11-02T18:50:48.129Z Downloaded slog-term v2.9.0
10552023-11-02T18:50:48.132Z Downloaded slog-dtrace v0.2.3
10562023-11-02T18:50:48.135Z Downloaded slog-bunyan v2.4.0
10572023-11-02T18:50:48.139Z Downloaded serde_tokenstream v0.2.0
10582023-11-02T18:50:48.142Z Downloaded float-cmp v0.9.0
10592023-11-02T18:50:48.146Z Downloaded tokio-rustls v0.24.1
10602023-11-02T18:50:48.149Z Downloaded slog-envlogger v2.2.0
10612023-11-02T18:50:48.152Z Downloaded hubpack v0.1.2
10622023-11-02T18:50:48.156Z Downloaded hex v0.4.3
10632023-11-02T18:50:48.159Z Downloaded fallible-iterator v0.2.0
10642023-11-02T18:50:48.162Z Downloaded yasna v0.5.2
10652023-11-02T18:50:48.165Z Downloaded predicates v3.0.4
10662023-11-02T18:50:48.168Z Downloaded ipnetwork v0.20.0
10672023-11-02T18:50:48.172Z Downloaded crossbeam-epoch v0.9.15
10682023-11-02T18:50:48.176Z Downloaded darling_core v0.20.3
10692023-11-02T18:50:48.181Z Downloaded strsim v0.10.0
10702023-11-02T18:50:48.184Z Downloaded static_assertions v1.1.0
10712023-11-02T18:50:48.189Z Downloaded spin v0.5.2
10722023-11-02T18:50:48.193Z Downloaded miniz_oxide v0.7.1
10732023-11-02T18:50:48.196Z Downloaded backoff v0.4.0
10742023-11-02T18:50:48.199Z Downloaded serde_repr v0.1.16
10752023-11-02T18:50:48.202Z Downloaded diesel_derives v2.1.1
10762023-11-02T18:50:48.205Z Downloaded ipnet v2.8.0
10772023-11-02T18:50:48.208Z Downloaded term v0.7.0
10782023-11-02T18:50:48.210Z Downloaded dirs-next v2.0.0
10792023-11-02T18:50:48.213Z Downloaded dirs v5.0.1
10802023-11-02T18:50:48.217Z Downloaded num-integer v0.1.45
10812023-11-02T18:50:48.221Z Downloaded structmeta v0.1.6
10822023-11-02T18:50:48.224Z Downloaded spki v0.7.2
10832023-11-02T18:50:48.227Z Downloaded blake2 v0.10.6
10842023-11-02T18:50:48.231Z Downloaded httpdate v1.0.3
10852023-11-02T18:50:48.234Z Downloaded pest_meta v2.7.2
10862023-11-02T18:50:48.238Z Downloaded poly1305 v0.8.0
10872023-11-02T18:50:48.242Z Downloaded hostname v0.3.1
10882023-11-02T18:50:48.246Z Downloaded home v0.5.5
10892023-11-02T18:50:48.250Z Downloaded termcolor v1.2.0
10902023-11-02T18:50:48.253Z Downloaded headers-core v0.2.0
10912023-11-02T18:50:48.256Z Downloaded instant v0.1.12
10922023-11-02T18:50:48.260Z Downloaded heck v0.4.1
10932023-11-02T18:50:48.263Z Downloaded futures-sink v0.3.29
10942023-11-02T18:50:48.266Z Downloaded fallible-streaming-iterator v0.1.9
10952023-11-02T18:50:48.269Z Downloaded addr2line v0.21.0
10962023-11-02T18:50:48.272Z Downloaded async-trait v0.1.74
10972023-11-02T18:50:48.275Z Downloaded ahash v0.8.3
10982023-11-02T18:50:48.278Z Downloaded universal-hash v0.5.1
10992023-11-02T18:50:48.283Z Downloaded const-oid v0.9.5
11002023-11-02T18:50:48.286Z Downloaded tracing-attributes v0.1.26
11012023-11-02T18:50:48.290Z Downloaded aes v0.8.3
11022023-11-02T18:50:48.294Z Downloaded unicase v2.7.0
11032023-11-02T18:50:48.300Z Downloaded toml_datetime v0.6.3
11042023-11-02T18:50:48.304Z Downloaded thiserror-impl-no-std v2.0.2
11052023-11-02T18:50:48.313Z Downloaded futures-macro v0.3.29
11062023-11-02T18:50:48.319Z Downloaded funty v2.0.0
11072023-11-02T18:50:48.322Z Downloaded dyn-clone v1.0.13
11082023-11-02T18:50:48.326Z Downloaded zerocopy v0.3.0
11092023-11-02T18:50:48.332Z Downloaded utf-8 v0.7.6
11102023-11-02T18:50:48.335Z Downloaded unicode-xid v0.2.4
11112023-11-02T18:50:48.339Z Downloaded pkcs8 v0.10.2
11122023-11-02T18:50:48.344Z Downloaded num_enum_derive v0.7.0
11132023-11-02T18:50:48.348Z Downloaded password-hash v0.5.0
11142023-11-02T18:50:48.352Z Downloaded clap_derive v4.4.2
11152023-11-02T18:50:48.357Z Downloaded tap v1.0.1
11162023-11-02T18:50:48.362Z Downloaded colored v2.0.4
11172023-11-02T18:50:48.387Z Downloaded omicron-zone-package v0.8.3
11182023-11-02T18:50:48.392Z Downloaded blowfish v0.9.1
11192023-11-02T18:50:48.400Z Downloaded bitflags v2.4.0
11202023-11-02T18:50:48.403Z Downloaded bit-set v0.5.3
11212023-11-02T18:50:48.406Z Downloaded argon2 v0.5.2
11222023-11-02T18:50:48.409Z Downloaded bincode v1.3.3
11232023-11-02T18:50:48.414Z Downloaded heck v0.3.3
11242023-11-02T18:50:48.418Z Downloaded log v0.4.20
11252023-11-02T18:50:48.423Z Downloaded curve25519-dalek-derive v0.1.0
11262023-11-02T18:50:48.433Z Downloaded phf v0.11.2
11272023-11-02T18:50:48.441Z Downloaded multer v2.1.0
11282023-11-02T18:50:48.448Z Downloaded libefi-sys v0.1.0
11292023-11-02T18:50:48.459Z Downloaded camino-tempfile v1.0.2
11302023-11-02T18:50:48.478Z Downloaded base64ct v1.6.0
11312023-11-02T18:50:48.490Z Downloaded num-complex v0.4.4
11322023-11-02T18:50:48.499Z Downloaded anstyle-query v1.0.0
11332023-11-02T18:50:48.507Z Downloaded anstyle v1.0.2
11342023-11-02T18:50:48.515Z Downloaded ansi_term v0.12.1
11352023-11-02T18:50:48.931Z Downloaded endian-type v0.1.2
11362023-11-02T18:50:48.947Z Downloaded num_enum_derive v0.5.11
11372023-11-02T18:50:48.957Z Downloaded mime_guess v2.0.4
11382023-11-02T18:50:48.972Z Downloaded autocfg v1.1.0
11392023-11-02T18:50:48.981Z Downloaded http-range v0.1.5
11402023-11-02T18:50:48.991Z Downloaded foreign-types v0.5.0
11412023-11-02T18:50:48.999Z Downloaded waitgroup v0.1.2
11422023-11-02T18:50:49.005Z Downloaded darling v0.20.3
11432023-11-02T18:50:49.425Z Downloaded foreign-types v0.3.2
11442023-11-02T18:50:49.439Z Downloaded enum-as-inner v0.5.1
11452023-11-02T18:50:49.448Z Downloaded try-lock v0.2.4
11462023-11-02T18:50:49.453Z Downloaded proc-macro2 v1.0.67
11472023-11-02T18:50:49.457Z Downloaded polyval v0.6.1
11482023-11-02T18:50:49.460Z Downloaded atomic-waker v1.1.1
11492023-11-02T18:50:49.463Z Downloaded usdt-macro v0.3.5
11502023-11-02T18:50:49.467Z Downloaded cfg-if v0.1.10
11512023-11-02T18:50:49.471Z Downloaded adler v1.0.2
11522023-11-02T18:50:49.474Z Downloaded thread_local v1.1.7
11532023-11-02T18:50:49.478Z Downloaded postgres-protocol v0.6.6
11542023-11-02T18:50:49.482Z Downloaded mime v0.3.17
11552023-11-02T18:50:49.485Z Downloaded macaddr v1.0.1
11562023-11-02T18:50:49.489Z Downloaded linked-hash-map v0.5.6
11572023-11-02T18:50:49.493Z Downloaded clap_lex v0.5.1
11582023-11-02T18:50:49.496Z Downloaded num-iter v0.1.43
11592023-11-02T18:50:49.503Z Downloaded openssl-probe v0.1.5
11602023-11-02T18:50:49.507Z Downloaded cpufeatures v0.2.9
11612023-11-02T18:50:49.510Z Downloaded anstream v0.5.0
11622023-11-02T18:50:49.513Z Downloaded bit_field v0.10.2
11632023-11-02T18:50:49.523Z Downloaded pbkdf2 v0.11.0
11642023-11-02T18:50:49.541Z Downloaded memoffset v0.7.1
11652023-11-02T18:50:49.547Z Downloaded bitstruct_derive v0.1.0
11662023-11-02T18:50:49.552Z Downloaded md-5 v0.10.5
11672023-11-02T18:50:49.556Z Downloaded phf_shared v0.10.0
11682023-11-02T18:50:49.564Z Downloaded debug-ignore v1.0.5
11692023-11-02T18:50:49.978Z Downloaded crucible-workspace-hack v0.1.0
11702023-11-02T18:50:49.982Z Downloaded memoffset v0.9.0
11712023-11-02T18:50:49.985Z Downloaded colorchoice v1.0.0
11722023-11-02T18:50:49.988Z Downloaded bitstruct v0.1.1
11732023-11-02T18:50:49.991Z Downloaded atomicwrites v0.4.2
11742023-11-02T18:50:49.994Z Downloaded deranged v0.3.8
11752023-11-02T18:50:50.000Z Downloaded crypto-common v0.1.6
11762023-11-02T18:50:50.037Z Downloaded parking_lot v0.11.2
11772023-11-02T18:50:50.042Z Downloaded bcrypt-pbkdf v0.10.0
11782023-11-02T18:50:50.046Z Downloaded quote v1.0.33
11792023-11-02T18:50:50.049Z Downloaded proc-macro-error v1.0.4
11802023-11-02T18:50:50.053Z Downloaded platforms v3.0.2
11812023-11-02T18:50:50.057Z Downloaded diesel_table_macro_syntax v0.1.0
11822023-11-02T18:50:50.060Z Downloaded num-derive v0.4.0
11832023-11-02T18:50:50.064Z Downloaded async-stream-impl v0.3.5
11842023-11-02T18:50:50.068Z Downloaded lock_api v0.4.10
11852023-11-02T18:50:50.072Z Downloaded parse-display v0.7.0
11862023-11-02T18:50:50.077Z Downloaded cipher v0.4.4
11872023-11-02T18:50:50.080Z Downloaded proc-macro-crate v1.3.1
11882023-11-02T18:50:50.086Z Downloaded chacha20poly1305 v0.10.1
11892023-11-02T18:50:50.090Z Downloaded openssl-macros v0.1.1
11902023-11-02T18:50:50.093Z Downloaded once_cell v1.18.0
11912023-11-02T18:50:50.096Z Downloaded num v0.4.1
11922023-11-02T18:50:50.100Z Downloaded cc v1.0.83
11932023-11-02T18:50:50.104Z Downloaded base16ct v0.2.0
11942023-11-02T18:50:50.108Z Downloaded option-ext v0.2.0
11952023-11-02T18:50:50.112Z Downloaded num_enum v0.7.0
11962023-11-02T18:50:50.116Z Downloaded num_cpus v1.16.0
11972023-11-02T18:50:50.120Z Downloaded matches v0.1.10
11982023-11-02T18:50:50.124Z Downloaded lazy_static v1.4.0
11992023-11-02T18:50:50.128Z Downloaded quick-error v1.2.3
12002023-11-02T18:50:50.133Z Downloaded pretty-hex v0.3.0
12012023-11-02T18:50:50.136Z Downloaded pretty-hex v0.2.1
12022023-11-02T18:50:50.140Z Downloaded predicates-core v1.0.6
12032023-11-02T18:50:50.144Z Downloaded postcard-cobs v0.1.5-pre
12042023-11-02T18:50:50.148Z Downloaded pest_generator v2.7.2
12052023-11-02T18:50:50.152Z Downloaded pem v1.1.1
12062023-11-02T18:50:50.156Z Downloaded password-hash v0.4.2
12072023-11-02T18:50:50.160Z Downloaded parking_lot_core v0.8.6
12082023-11-02T18:50:50.163Z Downloaded normalize-line-endings v0.3.0
12092023-11-02T18:50:50.167Z Downloaded md5 v0.7.0
12102023-11-02T18:50:50.172Z Downloaded console v0.15.7
12112023-11-02T18:50:50.176Z Downloaded clap v4.4.3
12122023-11-02T18:50:50.180Z Downloaded chacha20 v0.9.1
12132023-11-02T18:50:50.184Z Downloaded camino v1.1.6
12142023-11-02T18:50:50.188Z Downloaded bytes v1.5.0
12152023-11-02T18:50:50.194Z Downloaded cstr-argument v0.1.2
12162023-11-02T18:50:50.199Z Downloaded precomputed-hash v0.1.1
12172023-11-02T18:50:50.203Z Downloaded pbkdf2 v0.12.2
12182023-11-02T18:50:50.206Z Downloaded ciborium-ll v0.2.1
12192023-11-02T18:50:50.210Z Downloaded cancel-safe-futures v0.1.5
12202023-11-02T18:50:50.214Z Downloaded bstr v0.2.17
12212023-11-02T18:50:50.217Z Downloaded ciborium v0.2.1
12222023-11-02T18:50:50.221Z Downloaded derive_more v0.99.17
12232023-11-02T18:50:50.225Z Downloaded cbc v0.1.2
12242023-11-02T18:50:50.231Z Downloaded bzip2 v0.4.4
12252023-11-02T18:50:50.245Z Downloaded nibble_vec v0.1.0
12262023-11-02T18:50:50.250Z Downloaded crc32fast v1.3.2
12272023-11-02T18:50:50.254Z Compiling proc-macro2 v1.0.67
12282023-11-02T18:50:50.258Z Compiling unicode-ident v1.0.12
12292023-11-02T18:50:50.264Z Compiling libc v0.2.149
12302023-11-02T18:50:50.271Z Compiling serde v1.0.188
12312023-11-02T18:50:50.276Z Compiling version_check v0.9.4
12322023-11-02T18:50:50.281Z Compiling autocfg v1.1.0
12332023-11-02T18:50:50.287Z Compiling cfg-if v1.0.0
12342023-11-02T18:50:50.300Z Compiling syn v1.0.109
12352023-11-02T18:50:50.306Z Compiling typenum v1.16.0
12362023-11-02T18:50:50.313Z Compiling once_cell v1.18.0
12372023-11-02T18:50:50.319Z Compiling thiserror v1.0.49
12382023-11-02T18:50:50.325Z Compiling generic-array v0.14.7
12392023-11-02T18:50:50.342Z Compiling lock_api v0.4.10
12402023-11-02T18:50:50.350Z Compiling libm v0.2.7
12412023-11-02T18:50:50.763Z Compiling parking_lot_core v0.9.8
12422023-11-02T18:50:50.772Z Compiling num-traits v0.2.16
12432023-11-02T18:50:50.790Z Compiling itoa v1.0.9
12442023-11-02T18:50:50.804Z Compiling memchr v2.6.3
12452023-11-02T18:50:50.813Z Compiling futures-core v0.3.29
12462023-11-02T18:50:50.817Z Compiling ahash v0.8.3
12472023-11-02T18:50:50.821Z Compiling serde_json v1.0.108
12482023-11-02T18:50:50.825Z Compiling log v0.4.20
12492023-11-02T18:50:50.828Z Compiling slab v0.4.9
12502023-11-02T18:50:50.831Z Compiling futures-channel v0.3.29
12512023-11-02T18:50:50.835Z Compiling quote v1.0.33
12522023-11-02T18:50:50.839Z Compiling futures-task v0.3.29
12532023-11-02T18:50:50.846Z Compiling futures-util v0.3.29
12542023-11-02T18:50:50.858Z Compiling pkg-config v0.3.27
12552023-11-02T18:50:50.874Z Compiling getrandom v0.2.10
12562023-11-02T18:50:50.885Z Compiling syn v2.0.32
12572023-11-02T18:50:50.897Z Compiling jobserver v0.1.26
12582023-11-02T18:50:50.903Z Compiling rand_core v0.6.4
12592023-11-02T18:50:50.941Z Compiling ryu v1.0.15
12602023-11-02T18:50:50.977Z Compiling cc v1.0.83
12612023-11-02T18:50:50.991Z Compiling vcpkg v0.2.15
12622023-11-02T18:50:51.012Z Compiling allocator-api2 v0.2.16
12632023-11-02T18:50:51.026Z Compiling scopeguard v1.2.0
12642023-11-02T18:50:51.040Z Compiling schemars v0.8.13
12652023-11-02T18:50:51.062Z Compiling heck v0.4.1
12662023-11-02T18:50:51.072Z Compiling hashbrown v0.14.0
12672023-11-02T18:50:51.080Z Compiling equivalent v1.0.1
12682023-11-02T18:50:51.087Z Compiling smallvec v1.11.0
12692023-11-02T18:50:51.095Z Compiling byteorder v1.5.0
12702023-11-02T18:50:51.102Z Compiling fnv v1.0.7
12712023-11-02T18:50:51.106Z Compiling httparse v1.8.0
12722023-11-02T18:50:51.110Z Compiling iana-time-zone v0.1.57
12732023-11-02T18:50:51.114Z Compiling pin-project-lite v0.2.13
12742023-11-02T18:50:51.119Z Compiling semver v1.0.20
12752023-11-02T18:50:51.121Z Compiling subtle v2.5.0
12762023-11-02T18:50:51.124Z Compiling indexmap v1.9.3
12772023-11-02T18:50:51.128Z Compiling parking_lot v0.12.1
12782023-11-02T18:50:51.131Z Compiling dyn-clone v1.0.13
12792023-11-02T18:50:51.135Z Compiling time-core v0.1.1
12802023-11-02T18:50:51.138Z Compiling ring v0.16.20
12812023-11-02T18:50:51.141Z Compiling ring v0.17.5
12822023-11-02T18:50:51.145Z Compiling tinyvec_macros v0.1.1
12832023-11-02T18:50:51.149Z Compiling time-macros v0.2.13
12842023-11-02T18:50:51.152Z Compiling tinyvec v1.6.0
12852023-11-02T18:50:51.155Z Compiling openssl-sys v0.9.93
12862023-11-02T18:50:51.158Z Compiling mio v0.8.8
12872023-11-02T18:50:51.161Z Compiling signal-hook-registry v1.4.1
12882023-11-02T18:50:51.164Z Compiling num_cpus v1.16.0
12892023-11-02T18:50:51.167Z Compiling socket2 v0.5.4
12902023-11-02T18:50:51.171Z Compiling unicode-normalization v0.1.22
12912023-11-02T18:50:51.174Z Compiling rustls v0.21.8
12922023-11-02T18:50:51.178Z Compiling unicode-bidi v0.3.13
12932023-11-02T18:50:51.181Z Compiling slog v2.7.0
12942023-11-02T18:50:51.184Z Compiling spin v0.5.2
12952023-11-02T18:50:51.188Z Compiling percent-encoding v2.3.0
12962023-11-02T18:50:51.192Z Compiling ucd-trie v0.1.6
12972023-11-02T18:50:51.196Z Compiling backtrace v0.3.69
12982023-11-02T18:50:51.199Z Compiling async-trait v0.1.74
12992023-11-02T18:50:51.204Z Compiling form_urlencoded v1.2.0
13002023-11-02T18:50:51.208Z Compiling openssl v0.10.57
13012023-11-02T18:50:51.214Z Compiling aho-corasick v1.0.4
13022023-11-02T18:50:51.220Z Compiling pin-utils v0.1.0
13032023-11-02T18:50:51.224Z Compiling winnow v0.5.15
13042023-11-02T18:50:51.228Z Compiling anyhow v1.0.75
13052023-11-02T18:50:51.233Z Compiling futures-sink v0.3.29
13062023-11-02T18:50:51.238Z Compiling regex-syntax v0.8.2
13072023-11-02T18:50:51.241Z Compiling serde_derive_internals v0.26.0
13082023-11-02T18:50:51.244Z Compiling idna v0.4.0
13092023-11-02T18:50:51.248Z Compiling native-tls v0.2.11
13102023-11-02T18:50:51.251Z Compiling url v2.4.1
13112023-11-02T18:50:51.254Z Compiling unicode-xid v0.2.4
13122023-11-02T18:50:51.257Z Compiling rustversion v1.0.14
13132023-11-02T18:50:51.261Z Compiling futures-io v0.3.29
13142023-11-02T18:50:51.264Z Compiling const-oid v0.9.5
13152023-11-02T18:50:51.268Z Compiling hashbrown v0.13.2
13162023-11-02T18:50:51.271Z Compiling regex-automata v0.4.3
13172023-11-02T18:50:51.274Z Compiling unicode-width v0.1.11
13182023-11-02T18:50:51.279Z Compiling synstructure v0.12.6
13192023-11-02T18:50:51.283Z Compiling cpufeatures v0.2.9
13202023-11-02T18:50:51.294Z Compiling crossbeam-utils v0.8.16
13212023-11-02T18:50:51.306Z Compiling tracing-core v0.1.31
13222023-11-02T18:50:51.327Z Compiling ppv-lite86 v0.2.17
13232023-11-02T18:50:51.341Z Compiling adler v1.0.2
13242023-11-02T18:50:51.353Z Compiling miniz_oxide v0.7.1
13252023-11-02T18:50:51.363Z Compiling rustix v0.38.9
13262023-11-02T18:50:51.375Z Compiling rand_chacha v0.3.1
13272023-11-02T18:50:51.387Z Compiling usdt-impl v0.3.5
13282023-11-02T18:50:51.397Z Compiling bitflags v1.3.2
13292023-11-02T18:50:51.401Z Compiling gimli v0.28.0
13302023-11-02T18:50:51.412Z Compiling rand v0.8.5
13312023-11-02T18:50:51.834Z Compiling object v0.32.1
13322023-11-02T18:50:52.259Z Compiling deranged v0.3.8
13332023-11-02T18:50:52.280Z Compiling rustc-demangle v0.1.23
13342023-11-02T18:50:52.316Z Compiling serde_derive v1.0.188
13352023-11-02T18:50:52.334Z Compiling zeroize_derive v1.4.2
13362023-11-02T18:50:52.351Z Compiling thiserror-impl v1.0.49
13372023-11-02T18:50:52.363Z Compiling tokio-macros v2.1.0
13382023-11-02T18:50:52.869Z Compiling futures-macro v0.3.29
13392023-11-02T18:50:53.291Z Compiling tracing-attributes v0.1.26
13402023-11-02T18:50:53.697Z Compiling schemars_derive v0.8.13
13412023-11-02T18:50:55.328Z Compiling zeroize v1.6.0
13422023-11-02T18:50:55.840Z Compiling pest v2.7.2
13432023-11-02T18:50:58.484Z Compiling crypto-common v0.1.6
13442023-11-02T18:50:58.493Z Compiling openssl-macros v0.1.1
13452023-11-02T18:50:58.679Z Compiling regex v1.10.2
13462023-11-02T18:50:58.841Z Compiling block-buffer v0.10.4
13472023-11-02T18:50:59.448Z Compiling digest v0.10.7
13482023-11-02T18:51:00.115Z Compiling zerocopy-derive v0.2.0
13492023-11-02T18:51:00.538Z Compiling pest_meta v2.7.2
13502023-11-02T18:51:00.549Z Compiling tracing v0.1.37
13512023-11-02T18:51:00.560Z Compiling addr2line v0.21.0
13522023-11-02T18:51:00.979Z Compiling base64 v0.21.5
13532023-11-02T18:51:00.996Z Compiling num_threads v0.1.6
13542023-11-02T18:51:01.282Z Compiling time v0.3.27
13552023-11-02T18:51:01.703Z Compiling spin v0.9.8
13562023-11-02T18:51:01.821Z Compiling thread-id v4.2.0
13572023-11-02T18:51:02.301Z Compiling pest_generator v2.7.2
13582023-11-02T18:51:02.799Z Compiling zerocopy v0.3.0
13592023-11-02T18:51:04.989Z Compiling dof v0.1.5
13602023-11-02T18:51:07.450Z Compiling lazy_static v1.4.0
13612023-11-02T18:51:07.868Z Compiling pest_derive v2.7.2
13622023-11-02T18:51:07.878Z Compiling strum_macros v0.25.2
13632023-11-02T18:51:08.497Z Compiling strsim v0.10.0
13642023-11-02T18:51:08.613Z Compiling dtrace-parser v0.1.14
13652023-11-02T18:51:09.698Z Compiling untrusted v0.7.1
13662023-11-02T18:51:10.831Z Compiling untrusted v0.9.0
13672023-11-02T18:51:11.088Z Compiling regress v0.7.1
13682023-11-02T18:51:11.293Z Compiling socket2 v0.4.9
13692023-11-02T18:51:12.122Z Compiling hashbrown v0.12.3
13702023-11-02T18:51:12.678Z Compiling try-lock v0.2.4
13712023-11-02T18:51:12.738Z Compiling httpdate v1.0.3
13722023-11-02T18:51:12.886Z Compiling want v0.3.1
13732023-11-02T18:51:13.692Z Compiling bytes v1.5.0
13742023-11-02T18:51:13.747Z Compiling indexmap v2.0.0
13752023-11-02T18:51:13.773Z Compiling chrono v0.4.31
13762023-11-02T18:51:13.922Z Compiling uuid v1.4.1
13772023-11-02T18:51:15.025Z Compiling http v0.2.9
13782023-11-02T18:51:15.482Z Compiling tokio v1.33.0
13792023-11-02T18:51:16.064Z Compiling serde_spanned v0.6.3
13802023-11-02T18:51:16.071Z Compiling toml_datetime v0.6.3
13812023-11-02T18:51:16.078Z Compiling bitflags v2.4.0
13822023-11-02T18:51:16.510Z Compiling toml_edit v0.19.15
13832023-11-02T18:51:16.560Z Compiling rustc_version v0.4.0
13842023-11-02T18:51:16.709Z Compiling openapiv3 v1.0.3
13852023-11-02T18:51:20.514Z Compiling serde_tokenstream v0.1.7
13862023-11-02T18:51:20.543Z Compiling serde_tokenstream v0.2.0
13872023-11-02T18:51:20.944Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13882023-11-02T18:51:21.745Z Compiling sct v0.7.0
13892023-11-02T18:51:21.810Z Compiling http-body v0.4.5
13902023-11-02T18:51:22.325Z Compiling usdt-attr-macro v0.3.5
13912023-11-02T18:51:22.455Z Compiling usdt-macro v0.3.5
13922023-11-02T18:51:22.724Z Compiling rustls-pemfile v1.0.3
13932023-11-02T18:51:23.357Z Compiling mime v0.3.17
13942023-11-02T18:51:23.784Z Compiling openssl-probe v0.1.5
13952023-11-02T18:51:24.317Z Compiling tower-service v0.3.2
13962023-11-02T18:51:24.444Z Compiling foreign-types-shared v0.1.1
13972023-11-02T18:51:24.546Z Compiling errno v0.3.2
13982023-11-02T18:51:24.601Z Compiling foreign-types v0.3.2
13992023-11-02T18:51:24.725Z Compiling ipnet v2.8.0
14002023-11-02T18:51:24.910Z Compiling getopts v0.2.21
14012023-11-02T18:51:25.124Z Compiling encoding_rs v0.8.33
14022023-11-02T18:51:26.388Z Compiling unsafe-libyaml v0.2.9
14032023-11-02T18:51:26.785Z Compiling rustls-native-certs v0.6.3
14042023-11-02T18:51:26.813Z Compiling serde_urlencoded v0.7.1
14052023-11-02T18:51:27.829Z Compiling webpki-roots v0.25.2
14062023-11-02T18:51:29.195Z Compiling tokio-util v0.7.10
14072023-11-02T18:51:29.655Z Compiling serde_yaml v0.9.25
14082023-11-02T18:51:30.233Z Compiling hmac v0.12.1
14092023-11-02T18:51:30.731Z Compiling num-integer v0.1.45
14102023-11-02T18:51:31.004Z Compiling h2 v0.3.21
14112023-11-02T18:51:33.102Z Compiling sha2 v0.10.8
14122023-11-02T18:51:33.253Z Compiling block-padding v0.3.3
14132023-11-02T18:51:34.502Z Compiling inout v0.1.3
14142023-11-02T18:51:34.885Z Compiling futures-executor v0.3.29
14152023-11-02T18:51:35.835Z Compiling cipher v0.4.4
14162023-11-02T18:51:35.991Z Compiling toml v0.7.8
14172023-11-02T18:51:36.027Z Compiling crc32fast v1.3.2
14182023-11-02T18:51:36.574Z Compiling fallible-iterator v0.2.0
14192023-11-02T18:51:37.689Z Compiling tokio-native-tls v0.3.1
14202023-11-02T18:51:37.793Z Compiling futures v0.3.29
14212023-11-02T18:51:37.954Z Compiling ipnetwork v0.20.0
14222023-11-02T18:51:38.149Z Compiling siphasher v0.3.11
14232023-11-02T18:51:38.786Z Compiling usdt v0.3.5
14242023-11-02T18:51:39.636Z Compiling md-5 v0.10.5
14252023-11-02T18:51:40.530Z Compiling stringprep v0.1.3
14262023-11-02T18:51:40.885Z Compiling io-lifetimes v1.0.11
14272023-11-02T18:51:43.287Z Compiling postgres-protocol v0.6.6
14282023-11-02T18:51:43.493Z Compiling phf_shared v0.11.2
14292023-11-02T18:51:43.629Z Compiling hex v0.4.3
14302023-11-02T18:51:43.836Z Compiling enum-as-inner v0.5.1
14312023-11-02T18:51:43.874Z Compiling slog-async v2.8.0
14322023-11-02T18:51:43.976Z Compiling hyper v0.14.27
14332023-11-02T18:51:44.069Z Compiling postgres-types v0.2.6
14342023-11-02T18:51:44.118Z Compiling phf v0.11.2
14352023-11-02T18:51:44.143Z Compiling num-bigint v0.4.4
14362023-11-02T18:51:44.157Z Compiling rustix v0.37.23
14372023-11-02T18:51:44.205Z Compiling whoami v1.4.1
14382023-11-02T18:51:44.390Z Compiling data-encoding v2.4.0
14392023-11-02T18:51:44.560Z Compiling tokio-postgres v0.7.10
14402023-11-02T18:51:45.602Z Compiling zerocopy-derive v0.6.4
14412023-11-02T18:51:45.631Z Compiling static_assertions v1.1.0
14422023-11-02T18:51:49.491Z Compiling ident_case v1.0.1
14432023-11-02T18:51:49.582Z Compiling either v1.9.0
14442023-11-02T18:51:49.988Z Compiling darling_core v0.20.3
14452023-11-02T18:51:50.089Z Compiling camino v1.1.6
14462023-11-02T18:51:51.203Z Compiling flate2 v1.0.28
14472023-11-02T18:51:51.381Z Compiling heapless v0.7.16
14482023-11-02T18:51:52.362Z Compiling bzip2-sys v0.1.11+1.0.8
14492023-11-02T18:51:52.369Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14502023-11-02T18:51:52.586Z Compiling memoffset v0.9.0
14512023-11-02T18:51:52.718Z Compiling matches v0.1.10
14522023-11-02T18:51:53.013Z Compiling unicode-segmentation v1.10.1
14532023-11-02T18:51:53.347Z Compiling radium v0.7.0
14542023-11-02T18:51:53.509Z Compiling managed v0.8.0
14552023-11-02T18:51:54.187Z Compiling hyper-tls v0.5.0
14562023-11-02T18:51:54.605Z Compiling idna v0.2.3
14572023-11-02T18:51:54.642Z Compiling itertools v0.11.0
14582023-11-02T18:51:55.831Z Compiling multer v2.1.0
14592023-11-02T18:51:56.361Z Compiling trust-dns-proto v0.22.0
14602023-11-02T18:51:57.288Z Compiling async-stream-impl v0.3.5
14612023-11-02T18:51:59.128Z Compiling darling_macro v0.20.3
14622023-11-02T18:51:59.370Z Compiling num-iter v0.1.43
14632023-11-02T18:51:59.550Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14642023-11-02T18:51:59.648Z Compiling crossbeam-epoch v0.9.15
14652023-11-02T18:51:59.743Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14662023-11-02T18:51:59.783Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14672023-11-02T18:51:59.821Z Compiling utf8parse v0.2.1
14682023-11-02T18:52:00.067Z Compiling bit-vec v0.6.3
14692023-11-02T18:52:00.234Z Compiling anstyle v1.0.2
14702023-11-02T18:52:00.602Z Compiling darling v0.20.3
14712023-11-02T18:52:00.741Z Compiling smoltcp v0.9.1
14722023-11-02T18:52:00.766Z Compiling serde_with_macros v2.3.3
14732023-11-02T18:52:00.802Z Compiling paste v1.0.14
14742023-11-02T18:52:01.356Z Compiling anstyle-parse v0.2.1
14752023-11-02T18:52:02.410Z Compiling zerocopy v0.6.4
14762023-11-02T18:52:03.478Z Compiling signature v2.1.0
14772023-11-02T18:52:03.785Z Compiling hubpack_derive v0.1.1
14782023-11-02T18:52:03.843Z Compiling clap_derive v4.4.2
14792023-11-02T18:52:04.224Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14802023-11-02T18:52:04.634Z Compiling anstyle-query v1.0.0
14812023-11-02T18:52:04.870Z Compiling colorchoice v1.0.0
14822023-11-02T18:52:05.028Z Compiling anstream v0.5.0
14832023-11-02T18:52:05.415Z Compiling terminal_size v0.2.6
14842023-11-02T18:52:06.179Z Compiling yasna v0.5.2
14852023-11-02T18:52:08.348Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14862023-11-02T18:52:08.811Z Compiling structmeta-derive v0.1.6
14872023-11-02T18:52:09.337Z Compiling diesel_table_macro_syntax v0.1.0
14882023-11-02T18:52:09.388Z Compiling hash32 v0.2.1
14892023-11-02T18:52:09.917Z Compiling stable_deref_trait v1.2.0
14902023-11-02T18:52:10.064Z Compiling clap_lex v0.5.1
14912023-11-02T18:52:10.127Z Compiling tap v1.0.1
14922023-11-02T18:52:10.404Z Compiling wyz v0.5.1
14932023-11-02T18:52:10.894Z Compiling clap_builder v4.4.2
14942023-11-02T18:52:11.249Z Compiling diesel_derives v2.1.1
14952023-11-02T18:52:11.733Z Compiling tokio-stream v0.1.14
14962023-11-02T18:52:13.194Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14972023-11-02T18:52:13.197Z Compiling serde_repr v0.1.16
14982023-11-02T18:52:13.254Z Compiling structmeta v0.1.6
14992023-11-02T18:52:13.407Z Compiling scheduled-thread-pool v0.2.7
15002023-11-02T18:52:13.628Z Compiling funty v2.0.0
15012023-11-02T18:52:13.855Z Compiling regex-syntax v0.6.29
15022023-11-02T18:52:14.368Z Compiling regex-automata v0.1.10
15032023-11-02T18:52:15.163Z Compiling bstr v0.2.17
15042023-11-02T18:52:15.535Z Compiling bitvec v1.0.1
15052023-11-02T18:52:15.681Z Compiling r2d2 v0.8.10
15062023-11-02T18:52:17.000Z Compiling clap v4.4.3
15072023-11-02T18:52:18.339Z Compiling hubpack v0.1.2
15082023-11-02T18:52:19.155Z Compiling itertools v0.10.5
15092023-11-02T18:52:19.476Z Compiling phf_shared v0.10.0
15102023-11-02T18:52:20.796Z Compiling float-cmp v0.9.0
15112023-11-02T18:52:21.039Z Compiling fixedbitset v0.4.2
15122023-11-02T18:52:21.142Z Compiling normalize-line-endings v0.3.0
15132023-11-02T18:52:21.510Z Compiling predicates-core v1.0.6
15142023-11-02T18:52:21.766Z Compiling regex-automata v0.3.8
15152023-11-02T18:52:22.911Z Compiling precomputed-hash v0.1.1
15162023-11-02T18:52:23.123Z Compiling new_debug_unreachable v1.0.4
15172023-11-02T18:52:23.259Z Compiling difflib v0.4.0
15182023-11-02T18:52:23.549Z Compiling parse-display-derive v0.7.0
15192023-11-02T18:52:23.968Z Compiling predicates v3.0.4
15202023-11-02T18:52:24.511Z Compiling string_cache v0.8.7
15212023-11-02T18:52:25.272Z Compiling bstr v1.6.0
15222023-11-02T18:52:26.086Z Compiling petgraph v0.6.4
15232023-11-02T18:52:26.804Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15242023-11-02T18:52:27.777Z Compiling similar v2.2.1
15252023-11-02T18:52:27.979Z Compiling bit-set v0.5.3
15262023-11-02T18:52:28.434Z Compiling console v0.15.7
15272023-11-02T18:52:29.850Z Compiling lalrpop-util v0.19.12
15282023-11-02T18:52:35.162Z Compiling diesel v2.1.3
15292023-11-02T18:52:38.439Z Compiling proc-macro-crate v1.3.1
15302023-11-02T18:52:49.123Z Compiling crucible-workspace-hack v0.1.0
15312023-11-02T18:53:07.517Z Compiling atty v0.2.14
15322023-11-02T18:53:09.601Z Compiling sha1 v0.10.5
15332023-11-02T18:53:10.294Z Compiling match_cfg v0.1.0
15342023-11-02T18:53:10.438Z Compiling hostname v0.3.1
15352023-11-02T18:53:13.470Z Compiling dirs-sys-next v0.1.2
15362023-11-02T18:53:14.491Z Compiling dirs-next v2.0.0
15372023-11-02T18:53:15.214Z Compiling thread_local v1.1.7
15382023-11-02T18:53:20.883Z Compiling term v0.7.0
15392023-11-02T18:53:22.493Z Compiling crossbeam-channel v0.5.8
15402023-11-02T18:53:24.004Z Compiling take_mut v0.2.2
15412023-11-02T18:53:24.391Z Compiling slog-term v2.9.0
15422023-11-02T18:53:26.508Z Compiling slog-json v2.6.1
15432023-11-02T18:53:26.870Z Compiling instant v0.1.12
15442023-11-02T18:53:27.112Z Compiling slog-bunyan v2.4.0
15452023-11-02T18:53:29.109Z Compiling strum v0.25.0
15462023-11-02T18:53:29.122Z Compiling atomic-waker v1.1.1
15472023-11-02T18:53:29.290Z Compiling waitgroup v0.1.2
15482023-11-02T18:53:29.695Z Compiling num_enum_derive v0.5.11
15492023-11-02T18:53:29.752Z Compiling serde_with v2.3.3
15502023-11-02T18:53:29.777Z Compiling async-stream v0.3.5
15512023-11-02T18:53:31.972Z Compiling serde_path_to_error v0.1.14
15522023-11-02T18:53:32.003Z Compiling libz-sys v1.1.12
15532023-11-02T18:53:32.040Z Compiling fastrand v2.0.0
15542023-11-02T18:53:32.934Z Compiling debug-ignore v1.0.5
15552023-11-02T18:53:33.248Z Compiling tempfile v3.8.0
15562023-11-02T18:53:34.994Z Compiling slog-dtrace v0.2.3
15572023-11-02T18:53:35.088Z Compiling proc-macro-error-attr v1.0.4
15582023-11-02T18:53:36.612Z Compiling backoff v0.4.0
15592023-11-02T18:53:36.721Z Compiling parse-display v0.7.0
15602023-11-02T18:53:37.336Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15612023-11-02T18:53:38.240Z Compiling macaddr v1.0.1
15622023-11-02T18:53:38.253Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15632023-11-02T18:53:38.479Z Compiling libgit2-sys v0.15.2+1.6.4
15642023-11-02T18:53:38.905Z Compiling proc-macro-error v1.0.4
15652023-11-02T18:53:39.356Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15662023-11-02T18:53:40.919Z Compiling libsqlite3-sys v0.26.0
15672023-11-02T18:53:41.188Z Compiling memoffset v0.7.1
15682023-11-02T18:53:41.606Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15692023-11-02T18:53:43.777Z Compiling foreign-types-macros v0.2.3
15702023-11-02T18:53:44.396Z Compiling vergen v8.2.4
15712023-11-02T18:53:44.400Z Compiling base64ct v1.6.0
15722023-11-02T18:53:47.346Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15732023-11-02T18:53:48.923Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15742023-11-02T18:53:53.684Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-11-02T18:53:54.309Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15762023-11-02T18:53:54.532Z Compiling platforms v3.0.2
15772023-11-02T18:53:55.020Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15782023-11-02T18:53:55.596Z Compiling num_enum_derive v0.7.0
15792023-11-02T18:53:55.603Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15802023-11-02T18:53:55.616Z Compiling password-hash v0.5.0
15812023-11-02T18:53:56.027Z Compiling curve25519-dalek v4.1.0
15822023-11-02T18:53:56.734Z Compiling heck v0.3.3
15832023-11-02T18:53:56.743Z Compiling blake2 v0.10.6
15842023-11-02T18:53:57.105Z Compiling libefi-sys v0.1.0
15852023-11-02T18:53:57.307Z Compiling structopt-derive v0.4.18
15862023-11-02T18:53:57.353Z Compiling zone_cfg_derive v0.2.0
15872023-11-02T18:53:57.540Z Compiling argon2 v0.5.2
15882023-11-02T18:53:59.025Z Compiling curve25519-dalek-derive v0.1.0
15892023-11-02T18:53:59.318Z Compiling num-derive v0.4.0
15902023-11-02T18:54:00.012Z Compiling same-file v1.0.6
15912023-11-02T18:54:00.021Z Compiling walkdir v2.4.0
15922023-11-02T18:54:00.067Z Compiling toml v0.5.11
15932023-11-02T18:54:01.021Z Compiling semver-parser v0.10.2
15942023-11-02T18:54:01.251Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15952023-11-02T18:54:01.784Z Compiling xattr v1.0.1
15962023-11-02T18:54:01.916Z Compiling filetime v0.2.22
15972023-11-02T18:54:02.205Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
15982023-11-02T18:54:02.413Z Compiling getrandom v0.1.16
15992023-11-02T18:54:02.624Z Compiling erased-serde v0.3.30
16002023-11-02T18:54:03.109Z Compiling tar v0.4.40
16012023-11-02T18:54:03.138Z Compiling semver v0.11.0
16022023-11-02T18:54:03.303Z Compiling universal-hash v0.5.1
16032023-11-02T18:54:03.444Z Compiling bitstruct_derive v0.1.0
16042023-11-02T18:54:03.615Z Compiling async-recursion v1.0.5
16052023-11-02T18:54:04.268Z Compiling opaque-debug v0.3.0
16062023-11-02T18:54:04.349Z Compiling home v0.5.5
16072023-11-02T18:54:04.705Z Compiling toolchain_find v0.2.0
16082023-11-02T18:54:04.729Z Compiling num-rational v0.4.1
16092023-11-02T18:54:05.153Z Compiling unicase v2.7.0
16102023-11-02T18:54:05.319Z Compiling parking_lot_core v0.8.6
16112023-11-02T18:54:05.847Z Compiling rustfmt-wrapper v0.2.0
16122023-11-02T18:54:05.861Z Compiling num_enum v0.5.11
16132023-11-02T18:54:05.868Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16142023-11-02T18:54:05.914Z Compiling aead v0.5.2
16152023-11-02T18:54:06.003Z Compiling winapi v0.3.9
16162023-11-02T18:54:06.374Z Compiling postcard-cobs v0.1.5-pre
16172023-11-02T18:54:06.431Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16182023-11-02T18:54:06.598Z Compiling polyval v0.6.1
16192023-11-02T18:54:06.708Z Compiling postcard v0.7.3
16202023-11-02T18:54:07.254Z Compiling smoltcp v0.8.2
16212023-11-02T18:54:07.295Z Compiling ctr v0.9.2
16222023-11-02T18:54:07.403Z Compiling aes v0.8.3
16232023-11-02T18:54:08.045Z Compiling thiserror-impl-no-std v2.0.2
16242023-11-02T18:54:08.049Z Compiling cfg-if v0.1.10
16252023-11-02T18:54:08.052Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16262023-11-02T18:54:08.055Z Compiling foreign-types-shared v0.3.1
16272023-11-02T18:54:08.195Z Compiling foreign-types v0.5.0
16282023-11-02T18:54:08.297Z Compiling mime_guess v2.0.4
16292023-11-02T18:54:10.166Z Compiling is-terminal v0.4.9
16302023-11-02T18:54:10.202Z Compiling toml_edit v0.20.0
16312023-11-02T18:54:10.235Z Compiling hashlink v0.8.3
16322023-11-02T18:54:10.284Z Compiling cstr-argument v0.1.2
16332023-11-02T18:54:10.811Z Compiling pretty-hex v0.2.1
16342023-11-02T18:54:11.080Z Compiling fallible-streaming-iterator v0.1.9
16352023-11-02T18:54:11.655Z Compiling rusqlite v0.29.0
16362023-11-02T18:54:11.747Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16372023-11-02T18:54:12.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16382023-11-02T18:54:12.314Z Compiling colored v2.0.4
16392023-11-02T18:54:12.362Z Compiling nix v0.26.2
16402023-11-02T18:54:13.139Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16412023-11-02T18:54:13.470Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16422023-11-02T18:54:15.966Z Compiling toml v0.8.0
16432023-11-02T18:54:18.365Z Compiling twox-hash v1.6.3
16442023-11-02T18:54:18.628Z Compiling hkdf v0.12.3
16452023-11-02T18:54:18.971Z Compiling textwrap v0.11.0
16462023-11-02T18:54:19.272Z Compiling const_format_proc_macros v0.2.31
16472023-11-02T18:54:19.842Z Compiling vec_map v0.8.2
16482023-11-02T18:54:19.878Z Compiling quick-error v1.2.3
16492023-11-02T18:54:20.003Z Compiling strsim v0.8.0
16502023-11-02T18:54:20.091Z Compiling ansi_term v0.12.1
16512023-11-02T18:54:20.321Z Compiling linked-hash-map v0.5.6
16522023-11-02T18:54:20.891Z Compiling lru-cache v0.1.2
16532023-11-02T18:54:20.959Z Compiling clap v2.34.0
16542023-11-02T18:54:21.101Z Compiling resolv-conf v0.7.0
16552023-11-02T18:54:23.924Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16562023-11-02T18:54:25.686Z Compiling num_enum v0.7.0
16572023-11-02T18:54:26.287Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16582023-11-02T18:54:30.312Z Compiling bincode v1.3.3
16592023-11-02T18:54:33.174Z Compiling convert_case v0.4.0
16602023-11-02T18:54:55.777Z Compiling utf-8 v0.7.6
16612023-11-02T18:54:56.221Z Compiling termcolor v1.2.0
16622023-11-02T18:54:56.821Z Compiling keccak v0.1.4
16632023-11-02T18:54:56.976Z Compiling base64 v0.13.1
16642023-11-02T18:54:57.229Z Compiling humantime v2.1.0
16652023-11-02T18:54:57.432Z Compiling cancel-safe-futures v0.1.5
16662023-11-02T18:54:57.865Z Compiling env_logger v0.9.3
16672023-11-02T18:54:58.160Z Compiling sha3 v0.10.8
16682023-11-02T18:54:58.401Z Compiling derive_more v0.99.17
16692023-11-02T18:54:58.601Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16702023-11-02T18:54:58.863Z Compiling structopt v0.3.26
16712023-11-02T18:54:59.051Z Compiling trust-dns-resolver v0.22.0
16722023-11-02T18:54:59.093Z Compiling aes-gcm-siv v0.11.1
16732023-11-02T18:54:59.674Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16742023-11-02T18:54:59.779Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16752023-11-02T18:54:59.863Z Compiling zone v0.2.0
16762023-11-02T18:55:00.098Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16772023-11-02T18:55:00.152Z Compiling smf v0.2.2
16782023-11-02T18:55:00.672Z Compiling secrecy v0.8.0
16792023-11-02T18:55:00.683Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16802023-11-02T18:55:00.695Z Compiling ringbuffer v0.15.0
16812023-11-02T18:55:00.707Z Compiling ascii v1.1.0
16822023-11-02T18:55:00.720Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16832023-11-02T18:55:00.732Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16842023-11-02T18:55:01.175Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16852023-11-02T18:55:01.222Z Compiling bitstruct v0.1.1
16862023-11-02T18:55:01.256Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16872023-11-02T18:55:01.262Z Compiling serde_arrays v0.1.0
16882023-11-02T18:55:01.301Z Compiling ff v0.13.0
16892023-11-02T18:55:01.306Z Compiling nibble_vec v0.1.0
16902023-11-02T18:55:01.332Z Compiling endian-type v0.1.2
16912023-11-02T18:55:01.361Z Compiling arc-swap v1.6.0
16922023-11-02T18:55:01.381Z Compiling radix_trie v0.2.1
16932023-11-02T18:55:01.407Z Compiling slog-scope v4.4.0
16942023-11-02T18:55:01.425Z Compiling group v0.13.0
16952023-11-02T18:55:01.446Z Compiling rand_core v0.5.1
16962023-11-02T18:55:01.475Z Compiling tungstenite v0.20.1
16972023-11-02T18:55:01.491Z Compiling poly1305 v0.8.0
16982023-11-02T18:55:01.514Z Compiling chacha20 v0.9.1
16992023-11-02T18:55:01.524Z Compiling crypto-bigint v0.5.2
17002023-11-02T18:55:01.543Z Compiling num-complex v0.4.4
17012023-11-02T18:55:01.967Z Compiling option-ext v0.2.0
17022023-11-02T18:55:01.984Z Compiling base16ct v0.2.0
17032023-11-02T18:55:02.003Z Compiling ciborium-io v0.2.1
17042023-11-02T18:55:02.028Z Compiling half v1.8.2
17052023-11-02T18:55:02.044Z Compiling dirs-sys v0.4.1
17062023-11-02T18:55:02.496Z Compiling tokio-tungstenite v0.20.1
17072023-11-02T18:55:02.511Z Compiling num v0.4.1
17082023-11-02T18:55:02.525Z Compiling ciborium-ll v0.2.1
17092023-11-02T18:55:02.545Z Compiling parking_lot v0.11.2
17102023-11-02T18:55:02.557Z Compiling rand_chacha v0.2.2
17112023-11-02T18:55:02.573Z Compiling slog-stdlog v4.1.1
17122023-11-02T18:55:02.580Z Compiling trust-dns-client v0.22.0
17132023-11-02T18:55:02.587Z Compiling thiserror-no-std v2.0.2
17142023-11-02T18:55:02.593Z Compiling elliptic-curve v0.13.5
17152023-11-02T18:55:02.599Z Compiling password-hash v0.4.2
17162023-11-02T18:55:02.613Z Compiling ed25519 v2.2.2
17172023-11-02T18:55:02.627Z Compiling blowfish v0.9.1
17182023-11-02T18:55:02.641Z Compiling pbkdf2 v0.12.2
17192023-11-02T18:55:02.660Z Compiling fxhash v0.2.1
17202023-11-02T18:55:03.086Z Compiling sled v0.34.7
17212023-11-02T18:55:03.099Z Compiling bcrypt-pbkdf v0.10.0
17222023-11-02T18:55:03.120Z Compiling trust-dns-server v0.22.1
17232023-11-02T18:55:03.136Z Compiling pbkdf2 v0.11.0
17242023-11-02T18:55:03.155Z Compiling ed25519-dalek v2.0.0
17252023-11-02T18:55:03.175Z Compiling vsss-rs v3.3.1
17262023-11-02T18:55:03.191Z Compiling russh-cryptovec v0.7.0
17272023-11-02T18:55:03.612Z Compiling rand v0.7.3
17282023-11-02T18:55:03.627Z Compiling slog-envlogger v2.2.0
17292023-11-02T18:55:03.640Z Compiling ciborium v0.2.1
17302023-11-02T18:55:03.657Z Compiling dirs v5.0.1
17312023-11-02T18:55:04.076Z Compiling chacha20poly1305 v0.10.1
17322023-11-02T18:55:04.093Z Compiling ron v0.7.1
17332023-11-02T18:55:04.108Z Compiling tungstenite v0.18.0
17342023-11-02T18:55:04.117Z Compiling const_format v0.2.31
17352023-11-02T18:55:04.284Z Compiling ghash v0.5.0
17362023-11-02T18:55:05.989Z Compiling camino-tempfile v1.0.2
17372023-11-02T18:55:06.024Z Compiling cbc v0.1.2
17382023-11-02T18:55:06.069Z Compiling headers-core v0.2.0
17392023-11-02T18:55:06.727Z Compiling pem v3.0.2
17402023-11-02T18:55:06.749Z Compiling md5 v0.7.0
17412023-11-02T18:55:06.767Z Compiling pretty-hex v0.3.0
17422023-11-02T18:55:06.783Z Compiling bit_field v0.10.2
17432023-11-02T18:55:06.807Z Compiling http-range v0.1.5
17442023-11-02T18:55:07.229Z Compiling russh-keys v0.38.0
17452023-11-02T18:55:07.285Z Compiling rcgen v0.11.3
17462023-11-02T18:55:07.302Z Compiling hyper-staticfile v0.9.5
17472023-11-02T18:55:07.591Z Compiling headers v0.3.9
17482023-11-02T18:55:11.697Z Compiling aes-gcm v0.10.3
17492023-11-02T18:55:12.195Z Compiling tokio-tungstenite v0.18.0
17502023-11-02T18:55:15.554Z Compiling pem v1.1.1
17512023-11-02T18:55:16.930Z Compiling atomicwrites v0.4.2
17522023-11-02T18:55:17.568Z Compiling subprocess v0.2.9
17532023-11-02T18:55:18.487Z Compiling glob v0.3.1
17542023-11-02T18:55:18.508Z Compiling hex-literal v0.4.1
17552023-11-02T18:55:18.721Z Compiling russh v0.38.0
17562023-11-02T18:55:25.181Z Compiling bzip2 v0.4.4
17572023-11-02T18:55:25.734Z Compiling zip v0.6.6
17582023-11-02T18:55:31.563Z Compiling rustls-webpki v0.101.7
17592023-11-02T18:55:38.205Z Compiling tokio-rustls v0.24.1
17602023-11-02T18:55:38.243Z Compiling git2 v0.17.2
17612023-11-02T18:55:38.619Z Compiling hyper-rustls v0.24.2
17622023-11-02T18:55:39.436Z Compiling reqwest v0.11.20
17632023-11-02T18:55:43.731Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17642023-11-02T18:55:44.400Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17652023-11-02T18:55:44.544Z Compiling omicron-zone-package v0.8.3
17662023-11-02T18:55:44.743Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17672023-11-02T18:55:47.145Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17682023-11-02T18:55:50.604Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17692023-11-02T18:55:50.684Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17702023-11-02T18:55:57.136Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17712023-11-02T18:55:59.465Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17722023-11-02T18:56:02.012Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17732023-11-02T18:56:04.806Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17742023-11-02T18:56:05.300Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752023-11-02T18:56:05.605Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17762023-11-02T18:56:05.922Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17772023-11-02T18:56:07.201Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17782023-11-02T18:56:08.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17792023-11-02T18:56:10.358Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17802023-11-02T18:56:10.408Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17812023-11-02T18:56:10.750Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17822023-11-02T18:56:10.920Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17832023-11-02T18:56:12.675Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17842023-11-02T18:56:15.639Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17852023-11-02T18:56:23.023Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17862023-11-02T18:56:23.229Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17872023-11-02T18:56:28.478Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17882023-11-02T18:56:29.228Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17892023-11-02T18:56:31.336Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17902023-11-02T18:56:33.764Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17912023-11-02T18:56:38.673Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17922023-11-02T18:56:49.789Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17932023-11-02T18:56:55.230Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17942023-11-02T18:56:57.360Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17952023-11-02T18:56:58.729Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17962023-11-02T18:57:02.804Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17972023-11-02T18:57:12.837Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17982023-11-02T18:57:16.052Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17992023-11-02T18:57:17.504Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18002023-11-02T18:57:22.706Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18012023-11-02T18:57:32.777Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18022023-11-02T18:57:44.639Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18032023-11-02T18:57:49.198Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18042023-11-02T18:58:31.854Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18052023-11-02T18:59:58.861Z Finished dev [unoptimized + debuginfo] target(s) in 10m 13s
18062023-11-02T18:59:59.232Z
18072023-11-02T18:59:59.246Zreal 10:14.131297722
18082023-11-02T18:59:59.264Zuser 59:39.247275084
18092023-11-02T18:59:59.278Zsys 9:07.667015234
18102023-11-02T18:59:59.293Ztrap 2.412423266
18112023-11-02T18:59:59.307Ztflt 2.401492532
18122023-11-02T18:59:59.317Zdflt 5.904898034
18132023-11-02T18:59:59.323Zkflt 0.028415214
18142023-11-02T18:59:59.335Zlock 1:53:12.665766452
18152023-11-02T18:59:59.368Zslp 3:23:04.047292544
18162023-11-02T18:59:59.375Zlat 2:29.903235720
18172023-11-02T18:59:59.388Zstop 6:20.164196382
18182023-11-02T18:59:59.411Z+ mkdir -p /work/end-to-end-tests
18192023-11-02T18:59:59.445Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18202023-11-02T18:59:59.794Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18212023-11-02T18:59:59.799Z+ ptime -m gzip
18222023-11-02T18:59:59.805Z++ basename target/debug/bootstrap
18232023-11-02T19:00:16.862Z
18242023-11-02T19:00:16.867Zreal 17.059755192
18252023-11-02T19:00:16.878Zuser 16.887560475
18262023-11-02T19:00:16.889Zsys 0.166449240
18272023-11-02T19:00:16.899Ztrap 0.003276328
18282023-11-02T19:00:16.909Ztflt 0.000000000
18292023-11-02T19:00:16.914Zdflt 0.000000000
18302023-11-02T19:00:16.919Zkflt 0.000000000
18312023-11-02T19:00:16.923Zlock 0.000000000
18322023-11-02T19:00:16.928Zslp 0.000000000
18332023-11-02T19:00:16.931Zlat 0.002090285
18342023-11-02T19:00:16.937Zstop 0.000265833
18352023-11-02T19:00:16.953Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18362023-11-02T19:00:16.956Z+ ptime -m gzip
18372023-11-02T19:00:16.960Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-13d7796e9c457a2a
18382023-11-02T19:00:17.973Z
18392023-11-02T19:00:17.977Zreal 1.102212212
18402023-11-02T19:00:17.988Zuser 1.090113282
18412023-11-02T19:00:17.998Zsys 0.011406673
18422023-11-02T19:00:18.007Ztrap 0.000110322
18432023-11-02T19:00:18.014Ztflt 0.000000000
18442023-11-02T19:00:18.019Zdflt 0.000000000
18452023-11-02T19:00:18.025Zkflt 0.000000000
18462023-11-02T19:00:18.031Zlock 0.000000000
18472023-11-02T19:00:18.035Zslp 0.000000000
18482023-11-02T19:00:18.038Zlat 0.000188774
18492023-11-02T19:00:18.040Zstop 0.000271004
18502023-11-02T19:00:18.044Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18512023-11-02T19:00:18.046Z+ ptime -m gzip
18522023-11-02T19:00:18.050Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cc8f9cfe063d8adb
18532023-11-02T19:00:37.453Z
18542023-11-02T19:00:37.482Zreal 19.453647509
18552023-11-02T19:00:37.507Zuser 19.254123110
18562023-11-02T19:00:37.535Zsys 0.192565622
18572023-11-02T19:00:37.563Ztrap 0.004184113
18582023-11-02T19:00:37.578Ztflt 0.000000000
18592023-11-02T19:00:37.996Zdflt 0.000000000
18602023-11-02T19:00:38.005Zkflt 0.000000000
18612023-11-02T19:00:38.011Zlock 0.000000000
18622023-11-02T19:00:38.023Zslp 0.000000000
18632023-11-02T19:00:38.034Zlat 0.002411810
18642023-11-02T19:00:38.063Zstop 0.000247648
18652023-11-02T19:00:38.099Z+ banner caboose-util
18662023-11-02T19:00:38.107Z
18672023-11-02T19:00:38.111Z #### ## ##### #### #### #### ###### # # #####
18682023-11-02T19:00:38.114Z # # # # # # # # # # # # # # #
18692023-11-02T19:00:38.119Z # # # ##### # # # # #### ##### ##### # # #
18702023-11-02T19:00:38.135Z # ###### # # # # # # # # # # #
18712023-11-02T19:00:38.143Z # # # # # # # # # # # # # # # #
18722023-11-02T19:00:38.148Z #### # # ##### #### #### #### ###### #### #
18732023-11-02T19:00:38.152Z
18742023-11-02T19:00:38.156Z+ ptime -m cargo build --locked -p caboose-util --release
18752023-11-02T19:00:38.161Z Downloading crates ...
18762023-11-02T19:00:38.537Z Downloaded packed_struct_codegen v0.10.1
18772023-11-02T19:00:38.553Z Downloaded array-init v0.0.4
18782023-11-02T19:00:38.563Z Downloaded maybe-uninit v2.0.0
18792023-11-02T19:00:38.572Z Downloaded path-slash v0.1.5
18802023-11-02T19:00:38.577Z Downloaded nodrop v0.1.14
18812023-11-02T19:00:38.583Z Downloaded env_logger v0.10.0
18822023-11-02T19:00:38.595Z Downloaded ron v0.8.1
18832023-11-02T19:00:38.603Z Downloaded pem-rfc7468 v0.7.0
18842023-11-02T19:00:38.611Z Downloaded num-bigint-dig v0.8.4
18852023-11-02T19:00:38.675Z Downloaded rsa v0.9.2
18862023-11-02T19:00:38.697Z Downloaded x509-cert v0.2.4
18872023-11-02T19:00:38.706Z Downloaded flagset v0.4.3
18882023-11-02T19:00:38.713Z Downloaded crc v3.0.1
18892023-11-02T19:00:38.770Z Downloaded smallvec v0.6.14
18902023-11-02T19:00:38.782Z Downloaded serde-hex v0.1.0
18912023-11-02T19:00:38.799Z Downloaded der_derive v0.7.2
18922023-11-02T19:00:38.816Z Downloaded crc-catalog v2.2.0
18932023-11-02T19:00:38.822Z Downloaded pkcs1 v0.7.5
18942023-11-02T19:00:38.830Z Downloaded object v0.30.4
18952023-11-02T19:00:38.852Z Downloaded packed_struct v0.10.1
18962023-11-02T19:00:38.867Z Downloaded bitfield v0.14.0
18972023-11-02T19:00:38.874Z Downloaded crc-any v2.4.3
18982023-11-02T19:00:38.921Z Compiling proc-macro2 v1.0.67
18992023-11-02T19:00:38.931Z Compiling unicode-ident v1.0.12
19002023-11-02T19:00:38.942Z Compiling libc v0.2.149
19012023-11-02T19:00:38.953Z Compiling autocfg v1.1.0
19022023-11-02T19:00:39.372Z Compiling serde v1.0.188
19032023-11-02T19:00:39.379Z Compiling version_check v0.9.4
19042023-11-02T19:00:39.388Z Compiling cfg-if v1.0.0
19052023-11-02T19:00:39.394Z Compiling parking_lot_core v0.9.8
19062023-11-02T19:00:39.401Z Compiling syn v1.0.109
19072023-11-02T19:00:39.409Z Compiling once_cell v1.18.0
19082023-11-02T19:00:39.417Z Compiling typenum v1.16.0
19092023-11-02T19:00:39.613Z Compiling libm v0.2.7
19102023-11-02T19:00:39.621Z Compiling futures-core v0.3.29
19112023-11-02T19:00:39.851Z Compiling generic-array v0.14.7
19122023-11-02T19:00:39.905Z Compiling lock_api v0.4.10
19132023-11-02T19:00:40.037Z Compiling num-traits v0.2.16
19142023-11-02T19:00:40.041Z Compiling pkg-config v0.3.27
19152023-11-02T19:00:40.330Z Compiling scopeguard v1.2.0
19162023-11-02T19:00:40.480Z Compiling slab v0.4.9
19172023-11-02T19:00:40.915Z Compiling quote v1.0.33
19182023-11-02T19:00:40.950Z Compiling serde_json v1.0.108
19192023-11-02T19:00:41.099Z Compiling futures-channel v0.3.29
19202023-11-02T19:00:41.327Z Compiling futures-task v0.3.29
19212023-11-02T19:00:41.508Z Compiling syn v2.0.32
19222023-11-02T19:00:43.056Z Compiling jobserver v0.1.26
19232023-11-02T19:00:43.128Z Compiling getrandom v0.2.10
19242023-11-02T19:00:43.147Z Compiling thiserror v1.0.49
19252023-11-02T19:00:43.166Z Compiling cc v1.0.83
19262023-11-02T19:00:43.181Z Compiling itoa v1.0.9
19272023-11-02T19:00:43.192Z Compiling memchr v2.6.3
19282023-11-02T19:00:43.206Z Compiling futures-util v0.3.29
19292023-11-02T19:00:43.275Z Compiling ahash v0.8.3
19302023-11-02T19:00:43.368Z Compiling smallvec v1.11.0
19312023-11-02T19:00:43.734Z Compiling log v0.4.20
19322023-11-02T19:00:43.763Z Compiling vcpkg v0.2.15
19332023-11-02T19:00:44.210Z Compiling byteorder v1.5.0
19342023-11-02T19:00:45.393Z Compiling rand_core v0.6.4
19352023-11-02T19:00:46.114Z Compiling pin-project-lite v0.2.13
19362023-11-02T19:00:46.330Z Compiling parking_lot v0.12.1
19372023-11-02T19:00:46.570Z Compiling indexmap v1.9.3
19382023-11-02T19:00:47.028Z Compiling openssl-sys v0.9.93
19392023-11-02T19:00:47.712Z Compiling ring v0.17.5
19402023-11-02T19:00:49.023Z Compiling io-lifetimes v1.0.11
19412023-11-02T19:00:49.307Z Compiling ring v0.16.20
19422023-11-02T19:00:49.881Z Compiling num-integer v0.1.45
19432023-11-02T19:00:50.273Z Compiling semver v1.0.20
19442023-11-02T19:00:50.860Z Compiling const-oid v0.9.5
19452023-11-02T19:00:50.925Z Compiling ryu v1.0.15
19462023-11-02T19:00:51.794Z Compiling spin v0.5.2
19472023-11-02T19:00:52.162Z Compiling rustix v0.37.23
19482023-11-02T19:00:52.778Z Compiling mio v0.8.8
19492023-11-02T19:00:53.309Z Compiling signal-hook-registry v1.4.1
19502023-11-02T19:00:53.889Z Compiling socket2 v0.5.4
19512023-11-02T19:00:54.042Z Compiling num_cpus v1.16.0
19522023-11-02T19:00:54.232Z Compiling openssl v0.10.57
19532023-11-02T19:00:54.350Z Compiling unicode-xid v0.2.4
19542023-11-02T19:00:54.452Z Compiling ucd-trie v0.1.6
19552023-11-02T19:00:54.587Z Compiling heck v0.4.1
19562023-11-02T19:00:54.613Z Compiling futures-sink v0.3.29
19572023-11-02T19:00:54.760Z Compiling httparse v1.8.0
19582023-11-02T19:00:54.832Z Compiling synstructure v0.12.6
19592023-11-02T19:00:55.299Z Compiling tinyvec_macros v0.1.1
19602023-11-02T19:00:55.417Z Compiling tinyvec v1.6.0
19612023-11-02T19:00:56.503Z Compiling radium v0.7.0
19622023-11-02T19:00:57.114Z Compiling pin-utils v0.1.0
19632023-11-02T19:00:57.241Z Compiling native-tls v0.2.11
19642023-11-02T19:00:57.302Z Compiling crc32fast v1.3.2
19652023-11-02T19:00:57.686Z Compiling ppv-lite86 v0.2.17
19662023-11-02T19:00:58.149Z Compiling rustls v0.21.8
19672023-11-02T19:00:58.200Z Compiling futures-io v0.3.29
19682023-11-02T19:00:58.512Z Compiling unicode-normalization v0.1.22
19692023-11-02T19:00:58.602Z Compiling bzip2-sys v0.1.11+1.0.8
19702023-11-02T19:00:58.732Z Compiling spin v0.9.8
19712023-11-02T19:00:59.075Z Compiling rand_chacha v0.3.1
19722023-11-02T19:00:59.242Z Compiling tracing-core v0.1.31
19732023-11-02T19:00:59.324Z Compiling subtle v2.5.0
19742023-11-02T19:00:59.422Z Compiling unicode-bidi v0.3.13
19752023-11-02T19:01:00.292Z Compiling rand v0.8.5
19762023-11-02T19:01:01.742Z Compiling errno v0.3.2
19772023-11-02T19:01:01.756Z Compiling num-iter v0.1.43
19782023-11-02T19:01:01.775Z Compiling usdt-impl v0.3.5
19792023-11-02T19:01:02.053Z Compiling base64 v0.21.5
19802023-11-02T19:01:02.331Z Compiling schemars v0.8.13
19812023-11-02T19:01:04.135Z Compiling rustix v0.38.9
19822023-11-02T19:01:04.285Z Compiling serde_derive v1.0.188
19832023-11-02T19:01:04.344Z Compiling zeroize_derive v1.4.2
19842023-11-02T19:01:04.370Z Compiling tokio-macros v2.1.0
19852023-11-02T19:01:04.415Z Compiling thiserror-impl v1.0.49
19862023-11-02T19:01:04.920Z Compiling futures-macro v0.3.29
19872023-11-02T19:01:04.952Z Compiling tracing-attributes v0.1.26
19882023-11-02T19:01:04.970Z Compiling zerocopy-derive v0.2.0
19892023-11-02T19:01:05.429Z Compiling openssl-macros v0.1.1
19902023-11-02T19:01:06.344Z Compiling zeroize v1.6.0
19912023-11-02T19:01:06.512Z Compiling zerocopy-derive v0.6.4
19922023-11-02T19:01:08.914Z Compiling pest v2.7.2
19932023-11-02T19:01:09.278Z Compiling crypto-common v0.1.6
19942023-11-02T19:01:09.569Z Compiling block-buffer v0.10.4
19952023-11-02T19:01:09.901Z Compiling tracing v0.1.37
19962023-11-02T19:01:09.953Z Compiling digest v0.10.7
19972023-11-02T19:01:10.632Z Compiling serde_derive_internals v0.26.0
19982023-11-02T19:01:11.725Z Compiling fnv v1.0.7
19992023-11-02T19:01:11.947Z Compiling bitflags v1.3.2
20002023-11-02T19:01:13.089Z Compiling pest_meta v2.7.2
20012023-11-02T19:01:18.416Z Compiling schemars_derive v0.8.13
20022023-11-02T19:01:18.524Z Compiling pest_generator v2.7.2
20032023-11-02T19:01:19.390Z Compiling zerocopy v0.3.0
20042023-11-02T19:01:19.457Z Compiling lazy_static v1.4.0
20052023-11-02T19:01:19.528Z Compiling backtrace v0.3.69
20062023-11-02T19:01:19.733Z Compiling num-bigint v0.4.4
20072023-11-02T19:01:19.915Z Compiling memoffset v0.9.0
20082023-11-02T19:01:19.937Z Compiling crossbeam-utils v0.8.16
20092023-11-02T19:01:20.032Z Compiling untrusted v0.9.0
20102023-11-02T19:01:20.078Z Compiling async-trait v0.1.74
20112023-11-02T19:01:20.157Z Compiling allocator-api2 v0.2.16
20122023-11-02T19:01:20.625Z Compiling base64ct v1.6.0
20132023-11-02T19:01:20.636Z Compiling pest_derive v2.7.2
20142023-11-02T19:01:20.650Z Compiling iana-time-zone v0.1.57
20152023-11-02T19:01:21.075Z Compiling hashbrown v0.12.3
20162023-11-02T19:01:21.088Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20172023-11-02T19:01:21.140Z Compiling untrusted v0.7.1
20182023-11-02T19:01:21.204Z Compiling foreign-types-shared v0.1.1
20192023-11-02T19:01:21.358Z Compiling smoltcp v0.9.1
20202023-11-02T19:01:21.828Z Compiling percent-encoding v2.3.0
20212023-11-02T19:01:21.856Z Compiling openssl-probe v0.1.5
20222023-11-02T19:01:21.922Z Compiling foreign-types v0.3.2
20232023-11-02T19:01:22.051Z Compiling dtrace-parser v0.1.14
20242023-11-02T19:01:22.466Z Compiling hashbrown v0.14.0
20252023-11-02T19:01:22.471Z Compiling pem-rfc7468 v0.7.0
20262023-11-02T19:01:23.971Z Compiling dof v0.1.5
20272023-11-02T19:01:24.389Z Compiling der_derive v0.7.2
20282023-11-02T19:01:24.850Z Compiling clap_derive v4.4.2
20292023-11-02T19:01:27.227Z Compiling bytes v1.5.0
20302023-11-02T19:01:28.706Z Compiling tokio v1.33.0
20312023-11-02T19:01:28.936Z Compiling bitflags v2.4.0
20322023-11-02T19:01:29.157Z Compiling rustc_version v0.4.0
20332023-11-02T19:01:30.168Z Compiling heapless v0.7.16
20342023-11-02T19:01:31.930Z Compiling http v0.2.9
20352023-11-02T19:01:35.856Z Compiling uuid v1.4.1
20362023-11-02T19:01:36.724Z Compiling chrono v0.4.31
20372023-11-02T19:01:36.804Z Compiling thread-id v4.2.0
20382023-11-02T19:01:36.963Z Compiling equivalent v1.0.1
20392023-11-02T19:01:36.990Z Compiling utf8parse v0.2.1
20402023-11-02T19:01:37.024Z Compiling flagset v0.4.3
20412023-11-02T19:01:37.160Z Compiling adler v1.0.2
20422023-11-02T19:01:37.188Z Compiling siphasher v0.3.11
20432023-11-02T19:01:37.221Z Compiling cpufeatures v0.2.9
20442023-11-02T19:01:37.242Z Compiling time-core v0.1.1
20452023-11-02T19:01:37.251Z Compiling try-lock v0.2.4
20462023-11-02T19:01:37.315Z Compiling rustversion v1.0.14
20472023-11-02T19:01:37.352Z Compiling anstyle v1.0.2
20482023-11-02T19:01:37.412Z Compiling want v0.3.1
20492023-11-02T19:01:37.546Z Compiling time-macros v0.2.13
20502023-11-02T19:01:37.683Z Compiling sha2 v0.10.8
20512023-11-02T19:01:38.481Z Compiling miniz_oxide v0.7.1
20522023-11-02T19:01:40.527Z Compiling der v0.7.8
20532023-11-02T19:01:40.671Z Compiling http-body v0.4.5
20542023-11-02T19:01:41.119Z Compiling anstyle-parse v0.2.1
20552023-11-02T19:01:41.305Z Compiling indexmap v2.0.0
20562023-11-02T19:01:41.730Z Compiling tokio-util v0.7.10
20572023-11-02T19:01:43.457Z Compiling h2 v0.3.21
20582023-11-02T19:01:46.790Z Compiling serde_tokenstream v0.1.7
20592023-11-02T19:01:47.625Z Compiling sct v0.7.0
20602023-11-02T19:01:48.301Z Compiling form_urlencoded v1.2.0
20612023-11-02T19:01:48.763Z Compiling hubpack_derive v0.1.1
20622023-11-02T19:01:50.221Z Compiling socket2 v0.4.9
20632023-11-02T19:01:50.325Z Compiling crossbeam-epoch v0.9.15
20642023-11-02T19:01:50.605Z Compiling colorchoice v1.0.0
20652023-11-02T19:01:50.910Z Compiling anyhow v1.0.75
20662023-11-02T19:01:52.001Z Compiling tap v1.0.1
20672023-11-02T19:01:52.351Z Compiling anstyle-query v1.0.0
20682023-11-02T19:01:52.357Z Compiling httpdate v1.0.3
20692023-11-02T19:01:52.545Z Compiling slog v2.7.0
20702023-11-02T19:01:53.020Z Compiling tower-service v0.3.2
20712023-11-02T19:01:53.195Z Compiling anstream v0.5.0
20722023-11-02T19:01:54.191Z Compiling wyz v0.5.1
20732023-11-02T19:01:56.161Z Compiling hyper v0.14.27
20742023-11-02T19:02:01.500Z Compiling terminal_size v0.2.6
20752023-11-02T19:02:01.618Z Compiling spki v0.7.2
20762023-11-02T19:02:02.526Z Compiling rustls-pemfile v1.0.3
20772023-11-02T19:02:03.068Z Compiling md-5 v0.10.5
20782023-11-02T19:02:03.367Z Compiling hmac v0.12.1
20792023-11-02T19:02:03.436Z Compiling zerocopy v0.6.4
20802023-11-02T19:02:04.822Z Compiling stringprep v0.1.3
20812023-11-02T19:02:04.854Z Compiling idna v0.4.0
20822023-11-02T19:02:05.091Z Compiling diesel_table_macro_syntax v0.1.0
20832023-11-02T19:02:05.403Z Compiling hash32 v0.2.1
20842023-11-02T19:02:05.673Z Compiling aho-corasick v1.0.4
20852023-11-02T19:02:05.990Z Compiling stable_deref_trait v1.2.0
20862023-11-02T19:02:06.323Z Compiling funty v2.0.0
20872023-11-02T19:02:06.512Z Compiling clap_lex v0.5.1
20882023-11-02T19:02:06.898Z Compiling either v1.9.0
20892023-11-02T19:02:07.353Z Compiling strsim v0.10.0
20902023-11-02T19:02:07.674Z Compiling dyn-clone v1.0.13
20912023-11-02T19:02:07.762Z Compiling gimli v0.28.0
20922023-11-02T19:02:07.954Z Compiling fallible-iterator v0.2.0
20932023-11-02T19:02:10.260Z Compiling regex-syntax v0.8.2
20942023-11-02T19:02:10.727Z Compiling maybe-uninit v2.0.0
20952023-11-02T19:02:11.445Z Compiling postgres-protocol v0.6.6
20962023-11-02T19:02:11.569Z Compiling bitvec v1.0.1
20972023-11-02T19:02:14.301Z Compiling clap_builder v4.4.2
20982023-11-02T19:02:15.281Z Compiling addr2line v0.21.0
20992023-11-02T19:02:15.390Z Compiling diesel_derives v2.1.1
21002023-11-02T19:02:15.485Z Compiling url v2.4.1
21012023-11-02T19:02:16.248Z Compiling regex-automata v0.4.3
21022023-11-02T19:02:19.697Z Compiling strum_macros v0.25.2
21032023-11-02T19:02:20.259Z Compiling rustls-native-certs v0.6.3
21042023-11-02T19:02:21.660Z Compiling tokio-native-tls v0.3.1
21052023-11-02T19:02:22.965Z Compiling usdt-macro v0.3.5
21062023-11-02T19:02:24.081Z Compiling usdt-attr-macro v0.3.5
21072023-11-02T19:02:25.546Z Compiling phf_shared v0.11.2
21082023-11-02T19:02:26.098Z Compiling serde_spanned v0.6.3
21092023-11-02T19:02:26.102Z Compiling toml_datetime v0.6.3
21102023-11-02T19:02:26.772Z Compiling block-padding v0.3.3
21112023-11-02T19:02:26.780Z Compiling enum-as-inner v0.5.1
21122023-11-02T19:02:27.186Z Compiling serde_repr v0.1.16
21132023-11-02T19:02:28.291Z Compiling scheduled-thread-pool v0.2.7
21142023-11-02T19:02:28.641Z Compiling object v0.32.1
21152023-11-02T19:02:30.494Z Compiling ipnet v2.8.0
21162023-11-02T19:02:31.887Z Compiling bit-vec v0.6.3
21172023-11-02T19:02:32.590Z Compiling rustc-demangle v0.1.23
21182023-11-02T19:02:33.331Z Compiling packed_struct v0.10.1
21192023-11-02T19:02:33.522Z Compiling managed v0.8.0
21202023-11-02T19:02:34.109Z Compiling matches v0.1.10
21212023-11-02T19:02:34.157Z Compiling num-bigint-dig v0.8.4
21222023-11-02T19:02:34.243Z Compiling num_threads v0.1.6
21232023-11-02T19:02:34.426Z Compiling regex-automata v0.1.10
21242023-11-02T19:02:35.249Z Compiling winnow v0.5.15
21252023-11-02T19:02:35.469Z Compiling deranged v0.3.8
21262023-11-02T19:02:35.563Z Compiling bstr v0.2.17
21272023-11-02T19:02:38.683Z Compiling time v0.3.27
21282023-11-02T19:02:41.563Z Compiling toml_edit v0.19.15
21292023-11-02T19:02:45.109Z Compiling idna v0.2.3
21302023-11-02T19:02:47.630Z Compiling r2d2 v0.8.10
21312023-11-02T19:02:50.625Z Compiling inout v0.1.3
21322023-11-02T19:02:55.345Z Compiling phf v0.11.2
21332023-11-02T19:02:59.612Z Compiling regex v1.10.2
21342023-11-02T19:03:00.097Z Compiling hyper-tls v0.5.0
21352023-11-02T19:03:00.290Z Compiling clap v4.4.3
21362023-11-02T19:03:00.456Z Compiling flate2 v1.0.28
21372023-11-02T19:03:00.662Z Compiling ipnetwork v0.20.0
21382023-11-02T19:03:00.908Z Compiling postgres-types v0.2.6
21392023-11-02T19:03:01.001Z Compiling itertools v0.11.0
21402023-11-02T19:03:01.102Z Compiling pkcs8 v0.10.2
21412023-11-02T19:03:01.156Z Compiling hubpack v0.1.2
21422023-11-02T19:03:01.171Z Compiling serde_urlencoded v0.7.1
21432023-11-02T19:03:01.298Z Compiling phf_shared v0.10.0
21442023-11-02T19:03:01.341Z Compiling futures-executor v0.3.29
21452023-11-02T19:03:01.423Z Compiling signature v2.1.0
21462023-11-02T19:03:01.521Z Compiling packed_struct_codegen v0.10.1
21472023-11-02T19:03:01.649Z Compiling float-cmp v0.9.0
21482023-11-02T19:03:01.690Z Compiling encoding_rs v0.8.33
21492023-11-02T19:03:01.715Z Compiling nodrop v0.1.14
21502023-11-02T19:03:01.779Z Compiling static_assertions v1.1.0
21512023-11-02T19:03:01.864Z Compiling unicode-segmentation v1.10.1
21522023-11-02T19:03:02.272Z Compiling mime v0.3.17
21532023-11-02T19:03:02.889Z Compiling fixedbitset v0.4.2
21542023-11-02T19:03:03.214Z Compiling webpki-roots v0.25.2
21552023-11-02T19:03:03.600Z Compiling whoami v1.4.1
21562023-11-02T19:03:03.648Z Compiling new_debug_unreachable v1.0.4
21572023-11-02T19:03:05.021Z Compiling normalize-line-endings v0.3.0
21582023-11-02T19:03:05.117Z Compiling difflib v0.4.0
21592023-11-02T19:03:05.945Z Compiling regex-automata v0.3.8
21602023-11-02T19:03:06.664Z Compiling crc-catalog v2.2.0
21612023-11-02T19:03:06.703Z Compiling unicode-width v0.1.11
21622023-11-02T19:03:06.871Z Compiling predicates-core v1.0.6
21632023-11-02T19:03:07.358Z Compiling data-encoding v2.4.0
21642023-11-02T19:03:10.454Z Compiling precomputed-hash v0.1.1
21652023-11-02T19:03:10.770Z Compiling bstr v1.6.0
21662023-11-02T19:03:11.232Z Compiling string_cache v0.8.7
21672023-11-02T19:03:12.697Z Compiling trust-dns-proto v0.22.0
21682023-11-02T19:03:15.817Z Compiling predicates v3.0.4
21692023-11-02T19:03:18.288Z Compiling console v0.15.7
21702023-11-02T19:03:18.323Z Compiling crc v3.0.1
21712023-11-02T19:03:20.378Z Compiling tokio-postgres v0.7.10
21722023-11-02T19:03:21.770Z Compiling petgraph v0.6.4
21732023-11-02T19:03:27.544Z Compiling similar v2.2.1
21742023-11-02T19:03:28.491Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21752023-11-02T19:03:28.574Z Compiling array-init v0.0.4
21762023-11-02T19:03:33.622Z Compiling futures v0.3.29
21772023-11-02T19:03:35.011Z Compiling pkcs1 v0.7.5
21782023-11-02T19:03:37.518Z Compiling yasna v0.5.2
21792023-11-02T19:03:38.234Z Compiling diesel v2.1.3
21802023-11-02T19:03:38.378Z Compiling smallvec v0.6.14
21812023-11-02T19:03:40.361Z Compiling cipher v0.4.4
21822023-11-02T19:03:41.406Z Compiling toml v0.7.8
21832023-11-02T19:03:42.328Z Compiling bit-set v0.5.3
21842023-11-02T19:03:42.755Z Compiling usdt v0.3.5
21852023-11-02T19:03:43.172Z Compiling is-terminal v0.4.9
21862023-11-02T19:03:44.778Z Compiling itertools v0.10.5
21872023-11-02T19:03:45.661Z Compiling openapiv3 v1.0.3
21882023-11-02T19:03:47.895Z Compiling tokio-stream v0.1.14
21892023-11-02T19:03:49.423Z Compiling hex v0.4.3
21902023-11-02T19:03:51.173Z Compiling hashbrown v0.13.2
21912023-11-02T19:03:53.809Z Compiling lalrpop-util v0.19.12
21922023-11-02T19:03:54.347Z Compiling termcolor v1.2.0
21932023-11-02T19:03:57.556Z Compiling bitfield v0.14.0
21942023-11-02T19:04:05.982Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21952023-11-02T19:04:07.986Z Compiling env_logger v0.10.0
21962023-11-02T19:04:23.855Z Compiling rsa v0.9.2
21972023-11-02T19:04:25.250Z Compiling serde-hex v0.1.0
21982023-11-02T19:04:29.401Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21992023-11-02T19:04:35.639Z Compiling x509-cert v0.2.4
22002023-11-02T19:04:37.575Z Compiling ron v0.8.1
22012023-11-02T19:04:50.141Z Compiling crc-any v2.4.3
22022023-11-02T19:04:51.733Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22032023-11-02T19:05:08.924Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22042023-11-02T19:05:18.052Z Compiling object v0.30.4
22052023-11-02T19:05:24.734Z Compiling path-slash v0.1.5
22062023-11-02T19:05:30.940Z Compiling bzip2 v0.4.4
22072023-11-02T19:05:31.052Z Compiling zip v0.6.6
22082023-11-02T19:05:38.999Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22092023-11-02T19:05:48.521Z Compiling rustls-webpki v0.101.7
22102023-11-02T19:05:57.594Z Compiling tokio-rustls v0.24.1
22112023-11-02T19:05:58.263Z Compiling hyper-rustls v0.24.2
22122023-11-02T19:05:58.837Z Compiling reqwest v0.11.20
22132023-11-02T19:06:10.881Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22142023-11-02T19:06:27.980Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22152023-11-02T19:06:29.031Z Finished release [optimized] target(s) in 5m 51s
22162023-11-02T19:06:29.118Z
22172023-11-02T19:06:29.121Zreal 5:51.657772382
22182023-11-02T19:06:29.124Zuser 41:17.937984664
22192023-11-02T19:06:29.127Zsys 3:46.160507065
22202023-11-02T19:06:29.129Ztrap 1.652732294
22212023-11-02T19:06:29.132Ztflt 1.188188339
22222023-11-02T19:06:29.135Zdflt 1.101405271
22232023-11-02T19:06:29.139Zkflt 0.000901982
22242023-11-02T19:06:29.142Zlock 1:37:47.864362164
22252023-11-02T19:06:29.145Zslp 2:50:30.227707545
22262023-11-02T19:06:29.148Zlat 1:38.764819973
22272023-11-02T19:06:29.151Zstop 1:32.182374923
22282023-11-02T19:06:29.154Z+ ptime -m gzip
22292023-11-02T19:06:29.780Z
22302023-11-02T19:06:29.783Zreal 0.655608878
22312023-11-02T19:06:29.786Zuser 0.648434802
22322023-11-02T19:06:29.789Zsys 0.006541278
22332023-11-02T19:06:29.792Ztrap 0.000069441
22342023-11-02T19:06:29.795Ztflt 0.000000000
22352023-11-02T19:06:29.798Zdflt 0.000000000
22362023-11-02T19:06:29.801Zkflt 0.000000000
22372023-11-02T19:06:29.804Zlock 0.000000000
22382023-11-02T19:06:29.807Zslp 0.000000000
22392023-11-02T19:06:29.810Zlat 0.000173585
22402023-11-02T19:06:29.814Zstop 0.000288225
22412023-11-02T19:06:29.817Z+ banner tufaceous
22422023-11-02T19:06:29.820Z
22432023-11-02T19:06:29.822Z ##### # # ###### ## #### ###### #### # # ####
22442023-11-02T19:06:29.825Z # # # # # # # # # # # # # #
22452023-11-02T19:06:29.851Z # # # ##### # # # ##### # # # # ####
22462023-11-02T19:06:29.855Z # # # # ###### # # # # # # #
22472023-11-02T19:06:29.858Z # # # # # # # # # # # # # # #
22482023-11-02T19:06:29.861Z # #### # # # #### ###### #### #### ####
22492023-11-02T19:06:29.864Z
22502023-11-02T19:06:29.867Z+ ptime -m cargo build --locked -p tufaceous --release
22512023-11-02T19:06:30.511Z Downloading crates ...
22522023-11-02T19:06:30.810Z Downloaded path-dedot v3.1.0
22532023-11-02T19:06:30.814Z Downloaded bytesize v1.3.0
22542023-11-02T19:06:30.816Z Downloaded serde_plain v1.0.2
22552023-11-02T19:06:30.819Z Downloaded doc-comment v0.3.3
22562023-11-02T19:06:30.822Z Downloaded snafu v0.7.5
22572023-11-02T19:06:30.832Z Downloaded globset v0.4.13
22582023-11-02T19:06:30.835Z Downloaded path-absolutize v3.1.0
22592023-11-02T19:06:30.839Z Downloaded olpc-cjson v0.1.3
22602023-11-02T19:06:30.842Z Downloaded snafu-derive v0.7.5
22612023-11-02T19:06:30.844Z Downloaded buf-list v1.0.3
22622023-11-02T19:06:30.847Z Downloaded tough v0.12.5
22632023-11-02T19:06:30.877Z Downloaded fs-err v2.9.0
22642023-11-02T19:06:31.013Z Compiling serde_tokenstream v0.2.0
22652023-11-02T19:06:31.035Z Compiling regress v0.7.1
22662023-11-02T19:06:31.046Z Compiling dirs-sys-next v0.1.2
22672023-11-02T19:06:31.049Z Compiling ident_case v1.0.1
22682023-11-02T19:06:31.069Z Compiling thread_local v1.1.7
22692023-11-02T19:06:31.072Z Compiling heck v0.4.1
22702023-11-02T19:06:31.082Z Compiling slog-async v2.8.0
22712023-11-02T19:06:31.288Z Compiling dirs-next v2.0.0
22722023-11-02T19:06:31.666Z Compiling darling_core v0.20.3
22732023-11-02T19:06:31.729Z Compiling camino v1.1.6
22742023-11-02T19:06:31.876Z Compiling term v0.7.0
22752023-11-02T19:06:32.287Z Compiling crossbeam-channel v0.5.8
22762023-11-02T19:06:32.597Z Compiling getopts v0.2.21
22772023-11-02T19:06:32.820Z Compiling structmeta-derive v0.1.6
22782023-11-02T19:06:33.076Z Compiling atty v0.2.14
22792023-11-02T19:06:33.292Z Compiling multer v2.1.0
22802023-11-02T19:06:33.695Z Compiling doc-comment v0.3.3
22812023-11-02T19:06:34.075Z Compiling match_cfg v0.1.0
22822023-11-02T19:06:34.209Z Compiling take_mut v0.2.2
22832023-11-02T19:06:34.387Z Compiling unsafe-libyaml v0.2.9
22842023-11-02T19:06:34.443Z Compiling paste v1.0.14
22852023-11-02T19:06:35.352Z Compiling hostname v0.3.1
22862023-11-02T19:06:35.806Z Compiling slog-term v2.9.0
22872023-11-02T19:06:37.156Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22882023-11-02T19:06:39.241Z Compiling structmeta v0.1.6
22892023-11-02T19:06:39.861Z Compiling serde_yaml v0.9.25
22902023-11-02T19:06:40.884Z Compiling darling_macro v0.20.3
22912023-11-02T19:06:41.039Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22922023-11-02T19:06:41.053Z Compiling slog-json v2.6.1
22932023-11-02T19:06:41.901Z Compiling async-stream-impl v0.3.5
22942023-11-02T19:06:42.245Z Compiling darling v0.20.3
22952023-11-02T19:06:42.402Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22962023-11-02T19:06:42.861Z Compiling atomic-waker v1.1.1
22972023-11-02T19:06:43.178Z Compiling fastrand v2.0.0
22982023-11-02T19:06:43.197Z Compiling regex-syntax v0.6.29
22992023-11-02T19:06:44.256Z Compiling async-stream v0.3.5
23002023-11-02T19:06:44.354Z Compiling tempfile v3.8.0
23012023-11-02T19:06:44.487Z Compiling waitgroup v0.1.2
23022023-11-02T19:06:44.558Z Compiling serde_with_macros v2.3.3
23032023-11-02T19:06:44.687Z Compiling slog-bunyan v2.4.0
23042023-11-02T19:07:05.547Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23052023-11-02T19:07:06.234Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23062023-11-02T19:07:10.457Z Compiling sha1 v0.10.5
23072023-11-02T19:07:10.527Z Compiling snafu-derive v0.7.5
23082023-11-02T19:07:10.566Z Compiling serde_path_to_error v0.1.14
23092023-11-02T19:07:10.603Z Compiling path-dedot v3.1.0
23102023-11-02T19:07:10.639Z Compiling instant v0.1.12
23112023-11-02T19:07:10.685Z Compiling arc-swap v1.6.0
23122023-11-02T19:07:10.804Z Compiling base64 v0.13.1
23132023-11-02T19:07:10.918Z Compiling buf-list v1.0.3
23142023-11-02T19:07:10.952Z Compiling same-file v1.0.6
23152023-11-02T19:07:10.980Z Compiling debug-ignore v1.0.5
23162023-11-02T19:07:11.109Z Compiling walkdir v2.4.0
23172023-11-02T19:07:11.299Z Compiling pem v1.1.1
23182023-11-02T19:07:11.379Z Compiling slog-scope v4.4.0
23192023-11-02T19:07:11.488Z Compiling parse-display-derive v0.7.0
23202023-11-02T19:07:11.633Z Compiling backoff v0.4.0
23212023-11-02T19:07:11.773Z Compiling path-absolutize v3.1.0
23222023-11-02T19:07:11.962Z Compiling serde_with v2.3.3
23232023-11-02T19:07:12.174Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242023-11-02T19:07:12.424Z Compiling globset v0.4.13
23252023-11-02T19:07:12.752Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23262023-11-02T19:07:12.762Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23272023-11-02T19:07:12.988Z Compiling strum v0.25.0
23282023-11-02T19:07:13.153Z Compiling olpc-cjson v0.1.3
23292023-11-02T19:07:13.350Z Compiling serde_plain v1.0.2
23302023-11-02T19:07:13.609Z Compiling macaddr v1.0.1
23312023-11-02T19:07:13.843Z Compiling snafu v0.7.5
23322023-11-02T19:07:14.030Z Compiling filetime v0.2.22
23332023-11-02T19:07:15.047Z Compiling parse-display v0.7.0
23342023-11-02T19:07:30.571Z Compiling xattr v1.0.1
23352023-11-02T19:07:42.322Z Compiling tough v0.12.5
23362023-11-02T19:07:42.689Z Compiling tar v0.4.40
23372023-11-02T19:07:43.288Z Compiling slog-stdlog v4.1.1
23382023-11-02T19:07:45.545Z Compiling camino-tempfile v1.0.2
23392023-11-02T19:07:45.631Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23402023-11-02T19:07:46.029Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23412023-11-02T19:07:46.168Z Compiling bytesize v1.3.0
23422023-11-02T19:07:46.377Z Compiling fs-err v2.9.0
23432023-11-02T19:07:46.554Z Compiling slog-envlogger v2.2.0
23442023-11-02T19:07:46.695Z Compiling humantime v2.1.0
23452023-11-02T19:07:46.868Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23462023-11-02T19:07:46.947Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23472023-11-02T19:07:47.219Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482023-11-02T19:07:52.374Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23492023-11-02T19:07:54.372Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23502023-11-02T19:08:19.604Z Finished release [optimized] target(s) in 1m 49s
23512023-11-02T19:08:19.611Z
23522023-11-02T19:08:19.625Zreal 1:49.473157848
23532023-11-02T19:08:19.628Zuser 11:32.942729094
23542023-11-02T19:08:19.633Zsys 44.361142841
23552023-11-02T19:08:19.635Ztrap 0.418131719
23562023-11-02T19:08:19.638Ztflt 0.404521806
23572023-11-02T19:08:19.642Zdflt 0.584642006
23582023-11-02T19:08:19.647Zkflt 0.000000000
23592023-11-02T19:08:19.651Zlock 22:13.001492541
23602023-11-02T19:08:19.655Zslp 24:25.346031216
23612023-11-02T19:08:19.658Zlat 21.059383644
23622023-11-02T19:08:19.663Zstop 11.674800462
23632023-11-02T19:08:19.667Z+ ptime -m gzip
23642023-11-02T19:08:21.548Z
23652023-11-02T19:08:21.551Zreal 2.259730333
23662023-11-02T19:08:21.553Zuser 2.232970174
23672023-11-02T19:08:21.556Zsys 0.026014352
23682023-11-02T19:08:21.559Ztrap 0.000223396
23692023-11-02T19:08:21.561Ztflt 0.000000000
23702023-11-02T19:08:21.564Zdflt 0.000000000
23712023-11-02T19:08:21.570Zkflt 0.000000000
23722023-11-02T19:08:21.579Zlock 0.000000000
23732023-11-02T19:08:21.589Zslp 0.000000000
23742023-11-02T19:08:22.013Zlat 0.000173412
23752023-11-02T19:08:22.018Zstop 0.000230577
23762023-11-02T19:08:22.021Zprocess exited: duration 1272578 ms, exit code 0
 
23772023-11-02T19:08:22.041Zfound 5 output files
23782023-11-02T19:08:22.131Zuploading: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz (6514690 bytes)
23792023-11-02T19:08:24.140Zuploaded: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz
23802023-11-02T19:08:24.148Zuploading: /work/end-to-end-tests/bootstrap.gz (98630331 bytes)
23812023-11-02T19:09:06.918Zuploaded: /work/end-to-end-tests/bootstrap.gz
23822023-11-02T19:09:06.942Zuploading: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz (112966337 bytes)
23832023-11-02T19:10:04.589Zuploaded: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz
23842023-11-02T19:10:04.652Zuploading: /work/caboose-util.gz (4111056 bytes)
23852023-11-02T19:10:09.160Zuploaded: /work/caboose-util.gz
23862023-11-02T19:10:09.171Zuploading: /work/tufaceous.gz (14486991 bytes)
23872023-11-02T19:10:15.907Zuploaded: /work/tufaceous.gz