01HFPWJG4P80YDTZ840HJWMQ4A: 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: 01HFPWJSGK44THY916AX5AF6RN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-20T17:32:22.963Zjob assigned to worker 01HFPWJXRCQAZJN0ECQ85397J6 (queued for 1 m 1 s)
 
22023-11-20T17:32:23.511Zstarting task 0: "setup"
32023-11-20T17:32:23.991Z++ uname -s
42023-11-20T17:32:23.995Z+ kern=SunOS
52023-11-20T17:32:23.999Z+ case "$kern" in
62023-11-20T17:32:24.003Z+ groupadd -g 12345 build
72023-11-20T17:32:24.006Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-20T17:32:26.403Z+ zfs create -o mountpoint=/work rpool/work
92023-11-20T17:32:26.408Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-20T17:32:26.411Z+ home_fs=zfs
112023-11-20T17:32:26.414Z+ [[ zfs == autofs ]]
122023-11-20T17:32:26.417Z+ mkdir -p /home/build
132023-11-20T17:32:26.420Z+ chown build:build /home/build /work
142023-11-20T17:32:27.126Z+ chmod 0700 /home/build /work
152023-11-20T17:32:27.547Zprocess exited: duration 3177 ms, exit code 0
 
162023-11-20T17:32:27.554Zstarting task 1: "rust-toolchain"
172023-11-20T17:32:27.565Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-20T17:32:27.568Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-20T17:32:27.737Zinfo: downloading installer
202023-11-20T17:32:29.486Zwarning: it looks like you have an existing installation of Rust at:
212023-11-20T17:32:29.489Zwarning: /opt/ooce/bin
222023-11-20T17:32:29.491Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-20T17:32:29.494Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-20T17:32:29.497Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-20T17:32:29.500Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-20T17:32:29.502Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-20T17:32:29.506Zerror: cannot install while Rust is installed
282023-11-20T17:32:29.510Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-20T17:32:29.566Zinfo: profile set to 'default'
302023-11-20T17:32:29.571Zinfo: default host triple is x86_64-unknown-illumos
312023-11-20T17:32:29.576Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-20T17:32:29.751Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-20T17:32:29.759Zinfo: downloading component 'cargo'
342023-11-20T17:32:30.531Zinfo: downloading component 'clippy'
352023-11-20T17:32:30.808Zinfo: downloading component 'rust-docs'
362023-11-20T17:32:31.800Zinfo: downloading component 'rust-std'
372023-11-20T17:32:33.551Zinfo: downloading component 'rustc'
382023-11-20T17:32:37.832Zinfo: downloading component 'rustfmt'
392023-11-20T17:32:38.082Zinfo: installing component 'cargo'
402023-11-20T17:32:39.480Zinfo: installing component 'clippy'
412023-11-20T17:32:40.086Zinfo: installing component 'rust-docs'
422023-11-20T17:32:42.756Zinfo: installing component 'rust-std'
432023-11-20T17:32:45.773Zinfo: installing component 'rustc'
442023-11-20T17:32:52.430Zinfo: installing component 'rustfmt'
452023-11-20T17:32:52.922Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-20T17:32:52.925Z
472023-11-20T17:32:53.054Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-20T17:32:53.057Z
492023-11-20T17:32:53.060Z
502023-11-20T17:32:53.063ZRust is installed now. Great!
512023-11-20T17:32:53.065Z
522023-11-20T17:32:53.068ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-20T17:32:53.070Zenvironment variable. This has not been done automatically.
542023-11-20T17:32:53.073Z
552023-11-20T17:32:53.076ZTo configure your current shell, run:
562023-11-20T17:32:53.078Zsource "$HOME/.cargo/env"
572023-11-20T17:32:53.144Z+ rustc --version
582023-11-20T17:32:53.254Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-20T17:32:53.259Zprocess exited: duration 25700 ms, exit code 0
 
602023-11-20T17:32:53.271Zstarting task 2: "authentication"
612023-11-20T17:32:53.308Zprocess exited: duration 33 ms, exit code 0
 
622023-11-20T17:32:53.317Zstarting task 3: "clone repository"
632023-11-20T17:32:53.329Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-20T17:32:53.332Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-20T17:32:53.371ZCloning into '/work/oxidecomputer/omicron'...
662023-11-20T17:33:05.685Z+ cd /work/oxidecomputer/omicron
672023-11-20T17:33:05.692Z+ [[ -n ry-ntwk-fixes ]]
682023-11-20T17:33:05.695Z+ git fetch origin ry-ntwk-fixes
692023-11-20T17:33:06.089ZFrom https://github.com/oxidecomputer/omicron
702023-11-20T17:33:06.092Z * branch ry-ntwk-fixes -> FETCH_HEAD
712023-11-20T17:33:06.099Z+ git checkout -B ry-ntwk-fixes remotes/origin/ry-ntwk-fixes
722023-11-20T17:33:06.200ZSwitched to a new branch 'ry-ntwk-fixes'
732023-11-20T17:33:06.203Zbranch 'ry-ntwk-fixes' set up to track 'origin/ry-ntwk-fixes'.
742023-11-20T17:33:06.206Z+ git reset --hard 7e476ee8bd342794d08ac7d9ab7a91655bb20719
752023-11-20T17:33:06.229ZHEAD is now at 7e476ee8 clean up after boundary switches test
762023-11-20T17:33:06.233Zprocess exited: duration 12910 ms, exit code 0
 
772023-11-20T17:33:06.239Zstarting task 4: "build"
782023-11-20T17:33:06.250Z+ cargo --version
792023-11-20T17:33:06.256Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-20T17:33:06.573Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-20T17:33:06.580Zinfo: downloading component 'cargo'
822023-11-20T17:33:07.261Zinfo: downloading component 'clippy'
832023-11-20T17:33:07.558Zinfo: downloading component 'rust-docs'
842023-11-20T17:33:08.564Zinfo: downloading component 'rust-std'
852023-11-20T17:33:10.201Zinfo: downloading component 'rustc'
862023-11-20T17:33:14.777Zinfo: downloading component 'rustfmt'
872023-11-20T17:33:15.032Zinfo: installing component 'cargo'
882023-11-20T17:33:17.284Zinfo: installing component 'clippy'
892023-11-20T17:33:17.842Zinfo: installing component 'rust-docs'
902023-11-20T17:33:20.456Zinfo: installing component 'rust-std'
912023-11-20T17:33:22.969Zinfo: installing component 'rustc'
922023-11-20T17:33:29.024Zinfo: installing component 'rustfmt'
932023-11-20T17:33:29.561Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-20T17:33:29.563Z+ rustc --version
952023-11-20T17:33:29.678Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-20T17:33:29.684Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-20T17:33:38.584Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-20T17:33:39.563Z Startup: Caching catalogs ... Done
992023-11-20T17:33:44.856ZPlanning: Solver setup ... Done (4.945s)
1002023-11-20T17:33:44.981ZPlanning: Running solver ... Done (0.125s)
1012023-11-20T17:33:45.037ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-20T17:33:45.050ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-20T17:33:45.309ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-20T17:33:45.387ZPlanning: Package planning ... Done (0.078s)
1052023-11-20T17:33:45.471ZPlanning: Merging actions ... Done (0.084s)
1062023-11-20T17:33:46.532ZPlanning: Checking for conflicting actions ... Done (1.057s)
1072023-11-20T17:33:47.010ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-20T17:33:52.389ZPlanning: Evaluating mediators ... Done (5.844s)
1092023-11-20T17:33:52.406ZPlanning: Planning completed in 12.79 seconds
1102023-11-20T17:33:57.038Z Packages to install: 4
1112023-11-20T17:33:57.049Z Mediators to change: 2
1122023-11-20T17:33:57.053Z Services to change: 1
1132023-11-20T17:33:57.056Z Estimated space available: 148.90 GB
1142023-11-20T17:33:57.059ZEstimated space to be consumed: 1.37 GB
1152023-11-20T17:33:57.062Z Create boot environment: No
1162023-11-20T17:33:57.065ZCreate backup boot environment: No
1172023-11-20T17:33:57.067Z Rebuild boot archive: No
1182023-11-20T17:33:57.070Z
1192023-11-20T17:33:57.073ZChanged mediators:
1202023-11-20T17:33:57.076Z mediator clang:
1212023-11-20T17:33:57.079Z version: None -> 15 (system default)
1222023-11-20T17:33:57.082Z
1232023-11-20T17:33:57.088Z mediator llvm:
1242023-11-20T17:33:57.118Z version: 14 (system default) -> 15 (system default)
1252023-11-20T17:33:57.121Z
1262023-11-20T17:33:57.124ZChanged packages:
1272023-11-20T17:33:57.127Zhelios-dev
1282023-11-20T17:33:57.129Z developer/build-essential
1292023-11-20T17:33:57.132Z None -> 11-2.0
1302023-11-20T17:33:57.135Z library/libxmlsec1
1312023-11-20T17:33:57.138Z None -> 1.2.35-2.0
1322023-11-20T17:33:57.140Z ooce/developer/clang-15
1332023-11-20T17:33:57.143Z None -> 15.0.7-2.0
1342023-11-20T17:33:57.146Z ooce/developer/llvm-15
1352023-11-20T17:33:57.148Z None -> 15.0.7-2.0
1362023-11-20T17:33:57.151Z
1372023-11-20T17:33:57.154ZServices:
1382023-11-20T17:33:57.156Z restart_fmri:
1392023-11-20T17:33:57.159Z svc:/system/update-man-index:default
1402023-11-20T17:33:57.262Z
1412023-11-20T17:33:57.265ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-20T17:34:02.280ZDownload: 714/3290 items 18.0/212.6MB 8% complete (3.7M/s)
1432023-11-20T17:34:07.263ZDownload: 1237/3290 items 97.7/212.6MB 45% complete (9.8M/s)
1442023-11-20T17:34:12.305ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1452023-11-20T17:34:17.305ZDownload: 3245/3290 items 201.8/212.6MB 94% complete (10.1M/s)
1462023-11-20T17:34:19.523ZDownload: Completed 212.60 MB in 22.26 seconds (9.6M/s)
1472023-11-20T17:34:20.272Z Actions: 1/3687 actions (Installing new actions)
1482023-11-20T17:34:25.284Z Actions: 1409/3687 actions (Installing new actions)
1492023-11-20T17:34:28.274Z Actions: Completed 3687 actions in 8.00 seconds.
1502023-11-20T17:34:28.372Z Done (0.091s)
1512023-11-20T17:34:28.375Z Done (0.000s)
1522023-11-20T17:34:28.599Z Done (0.227s)
1532023-11-20T17:34:35.978Z Done (7.265s)
1542023-11-20T17:34:36.276Z Done (0.201s)
1552023-11-20T17:34:36.279Z Done (0.000s)
1562023-11-20T17:34:36.499Z Done (0.000s)
1572023-11-20T17:34:37.176ZPlanning: Evaluating mediator changes ... Done
1582023-11-20T17:34:37.475ZPlanning: Checking for conflicting actions ... Done
1592023-11-20T17:34:37.478ZPlanning: Consolidating action changes ... Done
1602023-11-20T17:34:37.925ZPlanning: Evaluating mediators ... Done
1612023-11-20T17:34:37.929ZPlanning: Planning completed in 0.75 seconds
1622023-11-20T17:34:37.982Z Mediators to change: 2
1632023-11-20T17:34:37.985Z Create boot environment: No
1642023-11-20T17:34:37.988ZCreate backup boot environment: No
1652023-11-20T17:34:38.087Z Done
1662023-11-20T17:34:38.090Z Done
1672023-11-20T17:34:38.238Z Done
1682023-11-20T17:34:44.604Z Done
1692023-11-20T17:34:44.737Z Done
1702023-11-20T17:34:44.739Z Done
1712023-11-20T17:34:44.855Z Done
1722023-11-20T17:34:45.899ZPlanning: Evaluating mediator changes ... Done
1732023-11-20T17:34:45.903ZPlanning: Merging actions ... Done
1742023-11-20T17:34:46.236ZPlanning: Checking for conflicting actions ... Done
1752023-11-20T17:34:46.239ZPlanning: Consolidating action changes ... Done
1762023-11-20T17:34:46.658ZPlanning: Evaluating mediators ... Done
1772023-11-20T17:34:46.747ZPlanning: Planning completed in 1.29 seconds
1782023-11-20T17:34:46.803Z Packages to change: 1
1792023-11-20T17:34:46.805Z Mediators to change: 1
1802023-11-20T17:34:46.810Z Services to change: 1
1812023-11-20T17:34:46.813Z Create boot environment: No
1822023-11-20T17:34:46.816ZCreate backup boot environment: Yes
1832023-11-20T17:34:48.783Z Actions: 1/6 actions (Updating modified actions)
1842023-11-20T17:34:48.786Z Actions: Completed 6 actions in 0.00 seconds.
1852023-11-20T17:34:48.788Z Done
1862023-11-20T17:34:48.791Z Done
1872023-11-20T17:34:48.838Z Done
1882023-11-20T17:34:54.444Z Done
1892023-11-20T17:34:54.563Z Done
1902023-11-20T17:34:54.566Z Done
1912023-11-20T17:34:54.646Z Done
1922023-11-20T17:34:55.301ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932023-11-20T17:34:55.303Zclang system 15 system
1942023-11-20T17:34:55.306Zcsh system system illumos
1952023-11-20T17:34:55.309Zctags system system illumos
1962023-11-20T17:34:55.312Zgcc vendor 12 vendor
1972023-11-20T17:34:55.314Zgcc system 10 system
1982023-11-20T17:34:55.317Zgcc system 7 system
1992023-11-20T17:34:55.320Zgo system 1.20 system
2002023-11-20T17:34:55.323Zgo system 1.19 system
2012023-11-20T17:34:55.326Zllvm system 15 system
2022023-11-20T17:34:55.328Zllvm system 14 system
2032023-11-20T17:34:55.331Zmariadb system 10.6 system
2042023-11-20T17:34:55.334Zmta vendor vendor dma
2052023-11-20T17:34:55.337Zopenjdk system 17 system
2062023-11-20T17:34:55.344Zopenjdk system 11 system
2072023-11-20T17:34:55.347Zopenjdk system 1.8 system
2082023-11-20T17:34:55.349Zopenssl vendor 3 vendor
2092023-11-20T17:34:55.352Zperl system 5.36 system
2102023-11-20T17:34:55.355Zpostgresql system 15 system
2112023-11-20T17:34:55.358Zpostgresql system 13 system
2122023-11-20T17:34:55.361Zpython vendor 3 vendor
2132023-11-20T17:34:55.364Zpython system 2 system
2142023-11-20T17:34:55.366Zpython3 system 3.11 system
2152023-11-20T17:34:55.369Zruby system 3.0 system
2162023-11-20T17:34:55.374Zwords vendor vendor american-english
2172023-11-20T17:34:55.377Zwords system system australian-english
2182023-11-20T17:34:55.380Zwords system system british-english
2192023-11-20T17:34:55.383Zwords system system canadian-english
2202023-11-20T17:34:55.385Zwords system system french
2212023-11-20T17:34:55.388Zwords system system italian
2222023-11-20T17:34:55.391Zwords system system ngerman
2232023-11-20T17:34:55.393Zwords system system ogerman
2242023-11-20T17:34:55.396Zwords system system spanish
2252023-11-20T17:34:55.834ZFMRI IFO
2262023-11-20T17:34:55.837Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272023-11-20T17:34:55.839Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282023-11-20T17:34:55.842Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292023-11-20T17:34:55.845Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2302023-11-20T17:34:55.847Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312023-11-20T17:34:55.850Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2322023-11-20T17:34:55.886Z+ set -o errexit
2332023-11-20T17:34:55.889Z+++ dirname ./tools/ci_download_cockroachdb
2342023-11-20T17:34:55.892Z++ cd ./tools
2352023-11-20T17:34:55.894Z++ pwd
2362023-11-20T17:34:55.897Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2372023-11-20T17:34:55.900Z++ basename ./tools/ci_download_cockroachdb
2382023-11-20T17:34:55.902Z+ ARG0=ci_download_cockroachdb
2392023-11-20T17:34:55.905Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2402023-11-20T17:34:55.908Z+ CIDL_VERSION=v22.1.9
2412023-11-20T17:34:55.911Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2422023-11-20T17:34:55.913Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2432023-11-20T17:34:55.916Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2442023-11-20T17:34:55.918Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2452023-11-20T17:34:55.921Z+ TARGET_DIR=out
2462023-11-20T17:34:55.925Z+ DOWNLOAD_DIR=out/downloads
2472023-11-20T17:34:55.928Z+ DEST_DIR=./out/cockroachdb
2482023-11-20T17:34:55.931Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2492023-11-20T17:34:55.934Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2502023-11-20T17:34:55.936Z+ main
2512023-11-20T17:34:55.939Z+ [[ 0 != 0 ]]
2522023-11-20T17:34:55.942Z+ CIDL_OS=solaris2.11
2532023-11-20T17:34:55.945Z+ [[ 0 != 0 ]]
2542023-11-20T17:34:55.947Z+ configure_os solaris2.11
2552023-11-20T17:34:55.950Z+ echo 'current directory: /work/oxidecomputer/omicron'
2562023-11-20T17:34:55.953Zcurrent directory: /work/oxidecomputer/omicron
2572023-11-20T17:34:55.956Z+ echo 'configuring based on OS: "solaris2.11"'
2582023-11-20T17:34:55.959Zconfiguring based on OS: "solaris2.11"
2592023-11-20T17:34:55.962Z+ case "$1" in
2602023-11-20T17:34:55.964Z+ CIDL_BUILD=illumos
2612023-11-20T17:34:55.967Z+ CIDL_SUFFIX=tar.gz
2622023-11-20T17:34:55.970Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2632023-11-20T17:34:55.972Z+ CIDL_MD5FUNC=do_md5sum
2642023-11-20T17:34:55.975Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652023-11-20T17:34:55.978Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662023-11-20T17:34:55.981Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672023-11-20T17:34:55.984Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682023-11-20T17:34:55.987Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-11-20T17:34:55.990Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702023-11-20T17:34:55.993Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-11-20T17:34:55.995Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722023-11-20T17:34:55.998ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-11-20T17:34:56.001Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742023-11-20T17:34:56.005ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-11-20T17:34:56.008Z+ mkdir -p out/downloads
2762023-11-20T17:34:56.010Z+ mkdir -p ./out/cockroachdb
2772023-11-20T17:34:56.013Z+ local DO_DOWNLOAD=true
2782023-11-20T17:34:56.015Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792023-11-20T17:34:56.018Z+ '[' true == true ']'
2802023-11-20T17:34:56.021Z+ echo Downloading...
2812023-11-20T17:34:56.023ZDownloading...
2822023-11-20T17:34:56.026Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-11-20T17:34:56.029Z+ 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
2842023-11-20T17:35:01.257Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-11-20T17:35:01.260Z++ md5sum
2862023-11-20T17:35:01.264Z++ awk '{print $1}'
2872023-11-20T17:35:01.441Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2882023-11-20T17:35:01.444Z+ [[ 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 ]]
2892023-11-20T17:35:01.447Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-11-20T17:35:01.451Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2912023-11-20T17:35:04.799Z+ do_assemble_illumos
2922023-11-20T17:35:04.802Z+ rm -r ./out/cockroachdb
2932023-11-20T17:35:04.805Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2942023-11-20T17:35:05.353Z+ ./out/cockroachdb/bin/cockroach version
2952023-11-20T17:35:05.556ZBuild Tag: v22.1.9-dirty
2962023-11-20T17:35:05.559ZBuild Time: 2022/10/26 21:17:46
2972023-11-20T17:35:05.562ZDistribution: OSS
2982023-11-20T17:35:05.565ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2992023-11-20T17:35:05.568ZGo Version: go1.17.13
3002023-11-20T17:35:05.571ZC Compiler: gcc 10.3.0
3012023-11-20T17:35:05.574ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3022023-11-20T17:35:05.577ZBuild Type: release
3032023-11-20T17:35:05.580Z+ set -o errexit
3042023-11-20T17:35:05.582Z+++ dirname ./tools/ci_download_clickhouse
3052023-11-20T17:35:05.586Z++ cd ./tools
3062023-11-20T17:35:05.589Z++ pwd
3072023-11-20T17:35:05.592Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082023-11-20T17:35:05.595Z++ basename ./tools/ci_download_clickhouse
3092023-11-20T17:35:05.598Z+ ARG0=ci_download_clickhouse
3102023-11-20T17:35:05.601Z+ TARGET_DIR=out
3112023-11-20T17:35:05.605Z+ DOWNLOAD_DIR=out/downloads
3122023-11-20T17:35:05.608Z+ DEST_DIR=./out/clickhouse
3132023-11-20T17:35:05.610Z+ CIDL_VERSION=v22.8.9.24
3142023-11-20T17:35:05.613Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152023-11-20T17:35:05.616Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162023-11-20T17:35:05.618Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172023-11-20T17:35:05.621Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182023-11-20T17:35:05.624Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192023-11-20T17:35:05.630Z+ main
3202023-11-20T17:35:05.634Z+ [[ 0 != 0 ]]
3212023-11-20T17:35:05.638Z+ CIDL_OS=solaris2.11
3222023-11-20T17:35:05.641Z+ [[ 0 != 0 ]]
3232023-11-20T17:35:05.644Z+ configure_os solaris2.11
3242023-11-20T17:35:05.649Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252023-11-20T17:35:05.652Zcurrent directory: /work/oxidecomputer/omicron
3262023-11-20T17:35:05.654Z+ echo 'configuring based on OS: "solaris2.11"'
3272023-11-20T17:35:05.658Zconfiguring based on OS: "solaris2.11"
3282023-11-20T17:35:05.661Z+ CIDL_DASHREV=
3292023-11-20T17:35:05.664Z+ case "$1" in
3302023-11-20T17:35:05.668Z+ CIDL_PLATFORM=illumos
3312023-11-20T17:35:05.673Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322023-11-20T17:35:05.676Z+ CIDL_MD5FUNC=do_md5sum
3332023-11-20T17:35:05.679Z+ CIDL_DASHREV=-1
3342023-11-20T17:35:05.683Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352023-11-20T17:35:05.686Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-11-20T17:35:05.689Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-11-20T17:35:05.692Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-20T17:35:05.695Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-11-20T17:35:05.698ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-11-20T17:35:05.701Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412023-11-20T17:35:05.704ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-20T17:35:05.707Z+ mkdir -p out/downloads
3432023-11-20T17:35:05.709Z+ mkdir -p ./out/clickhouse
3442023-11-20T17:35:05.712Z+ local DO_DOWNLOAD=true
3452023-11-20T17:35:05.715Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462023-11-20T17:35:05.718Z+ '[' true == true ']'
3472023-11-20T17:35:05.721Z+ echo Downloading...
3482023-11-20T17:35:05.724ZDownloading...
3492023-11-20T17:35:05.726Z+ 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
3502023-11-20T17:35:05.729Z+ 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
3512023-11-20T17:35:07.026Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-11-20T17:35:07.029Z++ md5sum
3532023-11-20T17:35:07.032Z++ awk '{print $1}'
3542023-11-20T17:35:07.286Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552023-11-20T17:35:07.289Z+ [[ 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 ]]
3562023-11-20T17:35:07.292Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572023-11-20T17:35:07.296Z+ mkdir -p ./out/clickhouse
3582023-11-20T17:35:07.300Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592023-11-20T17:35:12.148Z+ ./out/clickhouse/clickhouse server --version
3602023-11-20T17:35:12.202ZClickHouse server version 22.8.9.1.
3612023-11-20T17:35:12.223Z+ set -o errexit
3622023-11-20T17:35:12.226Z+++ dirname ./tools/ci_download_console
3632023-11-20T17:35:12.229Z++ cd ./tools
3642023-11-20T17:35:12.232Z++ pwd
3652023-11-20T17:35:12.236Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662023-11-20T17:35:12.239Z++ basename ./tools/ci_download_console
3672023-11-20T17:35:12.242Z+ ARG0=ci_download_console
3682023-11-20T17:35:12.245Z+ TARGET_DIR=out
3692023-11-20T17:35:12.248Z+ DOWNLOAD_DIR=out/downloads
3702023-11-20T17:35:12.252Z+ DEST_DIR=./out/console-assets
3712023-11-20T17:35:12.255Z+ source /work/oxidecomputer/omicron/tools/console_version
3722023-11-20T17:35:12.258Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3732023-11-20T17:35:12.261Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3742023-11-20T17:35:12.265Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3752023-11-20T17:35:12.268Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762023-11-20T17:35:12.271Z+ main
3772023-11-20T17:35:12.274Z+ [[ 0 != 0 ]]
3782023-11-20T17:35:12.276Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3792023-11-20T17:35:12.279ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3802023-11-20T17:35:12.282Z+ echo 'Local file: out/downloads/console.tar.gz'
3812023-11-20T17:35:12.285ZLocal file: out/downloads/console.tar.gz
3822023-11-20T17:35:12.288Z+ local DO_DOWNLOAD=true
3832023-11-20T17:35:12.291Z+ [[ -f out/downloads/console.tar.gz ]]
3842023-11-20T17:35:12.295Z+ mkdir -p out/downloads
3852023-11-20T17:35:12.298Z+ '[' true == true ']'
3862023-11-20T17:35:12.301Z+ echo Downloading...
3872023-11-20T17:35:12.331ZDownloading...
3882023-11-20T17:35:12.334Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3892023-11-20T17:35:12.337Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3902023-11-20T17:35:12.808Z++ do_sha256sum out/downloads/console.tar.gz
3912023-11-20T17:35:12.828Z++ case "$OSTYPE" in
3922023-11-20T17:35:12.838Z++ SHA=sha256sum
3932023-11-20T17:35:12.842Z++ sha256sum
3942023-11-20T17:35:12.848Z++ awk '{print $1}'
3952023-11-20T17:35:12.859Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3962023-11-20T17:35:12.868Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
3972023-11-20T17:35:12.876Z+ rm -rf ./out/console-assets
3982023-11-20T17:35:12.883Z+ mkdir -p ./out/console-assets
3992023-11-20T17:35:12.888Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002023-11-20T17:35:12.894Z+ mkdir -p ./out/console-assets
4012023-11-20T17:35:12.897Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022023-11-20T17:35:12.969Z+ set -o errexit
4032023-11-20T17:35:12.975Z+++ dirname ./tools/ci_download_maghemite_openapi
4042023-11-20T17:35:12.980Z++ cd ./tools
4052023-11-20T17:35:12.984Z++ pwd
4062023-11-20T17:35:12.994Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072023-11-20T17:35:13.004Z++ basename ./tools/ci_download_maghemite_openapi
4082023-11-20T17:35:13.009Z+ ARG0=ci_download_maghemite_openapi
4092023-11-20T17:35:13.014Z+ TARGET_DIR=out
4102023-11-20T17:35:13.019Z+ DOWNLOAD_DIR=out/downloads
4112023-11-20T17:35:13.024Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122023-11-20T17:35:13.028Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4132023-11-20T17:35:13.033Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4142023-11-20T17:35:13.456Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4152023-11-20T17:35:13.872Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4162023-11-20T17:35:13.877Z+ main
4172023-11-20T17:35:13.896Z+ [[ 0 != 0 ]]
4182023-11-20T17:35:13.902Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4192023-11-20T17:35:13.907ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4202023-11-20T17:35:13.914Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4212023-11-20T17:35:13.931ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4222023-11-20T17:35:13.942Z+ local DO_DOWNLOAD=true
4232023-11-20T17:35:13.950Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4242023-11-20T17:35:13.954Z+ mkdir -p out/downloads
4252023-11-20T17:35:13.957Z+ '[' true == true ']'
4262023-11-20T17:35:13.961Z+ echo Downloading...
4272023-11-20T17:35:13.967ZDownloading...
4282023-11-20T17:35:13.969Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4292023-11-20T17:35:13.973Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4302023-11-20T17:35:13.977Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4312023-11-20T17:35:13.981Z++ case "$OSTYPE" in
4322023-11-20T17:35:13.985Z++ SHA=sha256sum
4332023-11-20T17:35:13.988Z++ sha256sum
4342023-11-20T17:35:13.991Z++ awk '{print $1}'
4352023-11-20T17:35:13.994Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4362023-11-20T17:35:13.997Z+ [[ 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 ]]
4372023-11-20T17:35:14.003Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382023-11-20T17:35:14.007Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4392023-11-20T17:35:14.010Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4402023-11-20T17:35:14.013Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4412023-11-20T17:35:14.016Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4422023-11-20T17:35:14.019Z+ main
4432023-11-20T17:35:14.034Z+ [[ 0 != 0 ]]
4442023-11-20T17:35:14.037Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4452023-11-20T17:35:14.041ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4462023-11-20T17:35:14.044Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4472023-11-20T17:35:14.046ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4482023-11-20T17:35:14.049Z+ local DO_DOWNLOAD=true
4492023-11-20T17:35:14.052Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4502023-11-20T17:35:14.055Z+ mkdir -p out/downloads
4512023-11-20T17:35:14.058Z+ '[' true == true ']'
4522023-11-20T17:35:14.061Z+ echo Downloading...
4532023-11-20T17:35:14.064ZDownloading...
4542023-11-20T17:35:14.067Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4552023-11-20T17:35:14.070Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4562023-11-20T17:35:14.073Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4572023-11-20T17:35:14.076Z++ case "$OSTYPE" in
4582023-11-20T17:35:14.079Z++ SHA=sha256sum
4592023-11-20T17:35:14.084Z++ sha256sum
4602023-11-20T17:35:14.087Z++ awk '{print $1}'
4612023-11-20T17:35:14.092Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4622023-11-20T17:35:14.095Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4632023-11-20T17:35:14.098Z+ set -o errexit
4642023-11-20T17:35:14.101Z+++ dirname ./tools/ci_download_dendrite_openapi
4652023-11-20T17:35:14.104Z++ cd ./tools
4662023-11-20T17:35:14.107Z++ pwd
4672023-11-20T17:35:14.109Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682023-11-20T17:35:14.112Z++ basename ./tools/ci_download_dendrite_openapi
4692023-11-20T17:35:14.115Z+ ARG0=ci_download_dendrite_openapi
4702023-11-20T17:35:14.118Z+ TARGET_DIR=out
4712023-11-20T17:35:14.121Z+ DOWNLOAD_DIR=out/downloads
4722023-11-20T17:35:14.124Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-11-20T17:35:14.128Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4742023-11-20T17:35:14.133Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4752023-11-20T17:35:14.139Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4762023-11-20T17:35:14.145Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4772023-11-20T17:35:14.149Z+ main
4782023-11-20T17:35:14.152Z+ [[ 0 != 0 ]]
4792023-11-20T17:35:14.157Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4802023-11-20T17:35:14.160ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4812023-11-20T17:35:14.163Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4822023-11-20T17:35:14.166ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4832023-11-20T17:35:14.169Z+ local DO_DOWNLOAD=true
4842023-11-20T17:35:14.173Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4852023-11-20T17:35:14.180Z+ mkdir -p out/downloads
4862023-11-20T17:35:14.183Z+ '[' true == true ']'
4872023-11-20T17:35:14.186Z+ echo Downloading...
4882023-11-20T17:35:14.189ZDownloading...
4892023-11-20T17:35:14.192Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4902023-11-20T17:35:14.195Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4912023-11-20T17:35:14.219Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4922023-11-20T17:35:14.222Z++ case "$OSTYPE" in
4932023-11-20T17:35:14.225Z++ SHA=sha256sum
4942023-11-20T17:35:14.228Z++ sha256sum
4952023-11-20T17:35:14.231Z++ awk '{print $1}'
4962023-11-20T17:35:14.235Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4972023-11-20T17:35:14.238Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
4982023-11-20T17:35:14.243Z+ set -o errexit
4992023-11-20T17:35:14.246Z+++ dirname ./tools/ci_download_dendrite_stub
5002023-11-20T17:35:14.250Z++ cd ./tools
5012023-11-20T17:35:14.253Z++ pwd
5022023-11-20T17:35:14.257Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032023-11-20T17:35:14.261Z++ basename ./tools/ci_download_dendrite_stub
5042023-11-20T17:35:14.264Z+ ARG0=ci_download_dendrite_stub
5052023-11-20T17:35:14.267Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062023-11-20T17:35:14.271Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5072023-11-20T17:35:14.274Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5082023-11-20T17:35:14.278Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5092023-11-20T17:35:14.281Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102023-11-20T17:35:14.290Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5112023-11-20T17:35:14.299Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5122023-11-20T17:35:14.310Z+ TARGET_DIR=out
5132023-11-20T17:35:14.326Z+ DOWNLOAD_DIR=out/downloads
5142023-11-20T17:35:14.337Z+ DEST_DIR=./out/dendrite-stub
5152023-11-20T17:35:14.349Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162023-11-20T17:35:14.359Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172023-11-20T17:35:14.376Z+ REPO=oxidecomputer/dendrite
5182023-11-20T17:35:14.457Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5192023-11-20T17:35:14.465Z+ main
5202023-11-20T17:35:14.469Z+ [[ 0 != 0 ]]
5212023-11-20T17:35:14.473Z+ CIDL_OS=solaris2.11
5222023-11-20T17:35:14.478Z+ [[ 0 != 0 ]]
5232023-11-20T17:35:14.494Z+ configure_os solaris2.11
5242023-11-20T17:35:14.497Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252023-11-20T17:35:14.503Zcurrent directory: /work/oxidecomputer/omicron
5262023-11-20T17:35:14.507Z+ echo 'configuring based on OS: "solaris2.11"'
5272023-11-20T17:35:14.511Zconfiguring based on OS: "solaris2.11"
5282023-11-20T17:35:14.516Z+ case "$1" in
5292023-11-20T17:35:14.521Z+ SET_BINARIES=
5302023-11-20T17:35:14.526Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5312023-11-20T17:35:14.539Z+ CIDL_SHA256FUNC=do_sha256sum
5322023-11-20T17:35:14.542Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332023-11-20T17:35:14.549Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5342023-11-20T17:35:14.554Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352023-11-20T17:35:14.558Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5362023-11-20T17:35:14.562ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5372023-11-20T17:35:14.568Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382023-11-20T17:35:14.573ZLocal file: out/downloads/dendrite-stub.tar.gz
5392023-11-20T17:35:14.578Z+ mkdir -p out/downloads
5402023-11-20T17:35:14.582Z+ mkdir -p ./out/dendrite-stub
5412023-11-20T17:35:14.587Z+ fetch_and_verify
5422023-11-20T17:35:14.591Z+ local DO_DOWNLOAD=true
5432023-11-20T17:35:14.595Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5442023-11-20T17:35:14.599Z+ '[' true == true ']'
5452023-11-20T17:35:14.602Z+ echo Downloading...
5462023-11-20T17:35:14.606ZDownloading...
5472023-11-20T17:35:14.610Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482023-11-20T17:35:14.615Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5492023-11-20T17:35:21.558Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502023-11-20T17:35:21.562Z++ sha256sum
5512023-11-20T17:35:21.566Z++ awk '{print $1}'
5522023-11-20T17:35:21.666Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5532023-11-20T17:35:21.669Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5542023-11-20T17:35:21.672Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552023-11-20T17:35:21.675Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562023-11-20T17:35:22.704Z+ do_assemble
5572023-11-20T17:35:22.708Z+ rm -r ./out/dendrite-stub
5582023-11-20T17:35:22.712Z+ mkdir ./out/dendrite-stub
5592023-11-20T17:35:22.716Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602023-11-20T17:35:22.848Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612023-11-20T17:35:22.853Z+ set -o errexit
5622023-11-20T17:35:22.857Z+++ dirname ./tools/ci_download_maghemite_mgd
5632023-11-20T17:35:22.862Z++ cd ./tools
5642023-11-20T17:35:22.867Z++ pwd
5652023-11-20T17:35:22.872Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662023-11-20T17:35:22.877Z++ basename ./tools/ci_download_maghemite_mgd
5672023-11-20T17:35:22.881Z+ ARG0=ci_download_maghemite_mgd
5682023-11-20T17:35:22.887Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692023-11-20T17:35:22.891Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5702023-11-20T17:35:22.896Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5712023-11-20T17:35:22.901Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722023-11-20T17:35:22.906Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5732023-11-20T17:35:22.909Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5742023-11-20T17:35:22.912Z+ TARGET_DIR=out
5752023-11-20T17:35:22.915Z+ DOWNLOAD_DIR=out/downloads
5762023-11-20T17:35:22.918Z+ DEST_DIR=./out/mgd
5772023-11-20T17:35:22.921Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782023-11-20T17:35:22.924Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792023-11-20T17:35:22.940Z+ REPO=oxidecomputer/maghemite
5802023-11-20T17:35:22.954Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5812023-11-20T17:35:22.960Z+ main
5822023-11-20T17:35:22.973Z+ [[ 0 != 0 ]]
5832023-11-20T17:35:22.978Z+ CIDL_OS=solaris2.11
5842023-11-20T17:35:22.982Z+ [[ 0 != 0 ]]
5852023-11-20T17:35:22.986Z+ configure_os solaris2.11
5862023-11-20T17:35:22.991Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872023-11-20T17:35:22.997Zcurrent directory: /work/oxidecomputer/omicron
5882023-11-20T17:35:23.001Z+ echo 'configuring based on OS: "solaris2.11"'
5892023-11-20T17:35:23.014Zconfiguring based on OS: "solaris2.11"
5902023-11-20T17:35:23.019Z+ case "$1" in
5912023-11-20T17:35:23.026Z+ SET_BINARIES=
5922023-11-20T17:35:23.031Z+ CIDL_SHA256FUNC=do_sha256sum
5932023-11-20T17:35:23.036Z+ TARBALL_FILENAME=mgd.tar.gz
5942023-11-20T17:35:23.041Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5952023-11-20T17:35:23.051Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962023-11-20T17:35:23.471Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
5972023-11-20T17:35:23.486ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5982023-11-20T17:35:23.504Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992023-11-20T17:35:23.516ZLocal file: out/downloads/mgd.tar.gz
6002023-11-20T17:35:23.530Z+ mkdir -p out/downloads
6012023-11-20T17:35:23.533Z+ mkdir -p ./out/mgd
6022023-11-20T17:35:23.536Z+ fetch_and_verify
6032023-11-20T17:35:23.540Z+ local DO_DOWNLOAD=true
6042023-11-20T17:35:23.543Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052023-11-20T17:35:23.547Z+ '[' true == true ']'
6062023-11-20T17:35:23.554Z+ echo Downloading...
6072023-11-20T17:35:23.566ZDownloading...
6082023-11-20T17:35:23.578Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6092023-11-20T17:35:23.589Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6102023-11-20T17:35:29.008Z++ do_sha256sum out/downloads/mgd.tar.gz
6112023-11-20T17:35:29.012Z++ sha256sum
6122023-11-20T17:35:29.015Z++ awk '{print $1}'
6132023-11-20T17:35:29.089Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6142023-11-20T17:35:29.100Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6152023-11-20T17:35:29.111Z+ do_untar out/downloads/mgd.tar.gz
6162023-11-20T17:35:29.121Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172023-11-20T17:35:29.733Z+ do_assemble
6182023-11-20T17:35:29.735Z+ rm -r ./out/mgd
6192023-11-20T17:35:29.739Z+ mkdir ./out/mgd
6202023-11-20T17:35:29.741Z+ cp -r out/downloads/root ./out/mgd/root
6212023-11-20T17:35:29.951Z+ set -o errexit
6222023-11-20T17:35:29.953Z+++ dirname ./tools/ci_download_transceiver_control
6232023-11-20T17:35:29.956Z++ cd ./tools
6242023-11-20T17:35:29.959Z++ pwd
6252023-11-20T17:35:29.962Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262023-11-20T17:35:29.965Z++ basename ./tools/ci_download_transceiver_control
6272023-11-20T17:35:29.967Z+ ARG0=ci_download_transceiver_control
6282023-11-20T17:35:29.970Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292023-11-20T17:35:29.973Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302023-11-20T17:35:29.976Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312023-11-20T17:35:29.978Z+ TARGET_DIR=out
6322023-11-20T17:35:29.981Z+ DOWNLOAD_DIR=out/downloads
6332023-11-20T17:35:29.985Z+ DEST_DIR=./out/transceiver-control
6342023-11-20T17:35:29.987Z+ BIN_DIR=/opt/oxide/bin
6352023-11-20T17:35:29.990Z+ BINARY=xcvradm
6362023-11-20T17:35:29.997Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372023-11-20T17:35:30.001Z+ REPO=oxidecomputer/transceiver-control
6382023-11-20T17:35:30.004Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392023-11-20T17:35:30.006Z+ main
6402023-11-20T17:35:30.009Z+ [[ 0 != 0 ]]
6412023-11-20T17:35:30.012Z+ CIDL_OS=solaris2.11
6422023-11-20T17:35:30.015Z+ [[ 0 != 0 ]]
6432023-11-20T17:35:30.017Z+ configure_os solaris2.11
6442023-11-20T17:35:30.020Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452023-11-20T17:35:30.023Zcurrent directory: /work/oxidecomputer/omicron
6462023-11-20T17:35:30.025Z+ echo 'configuring based on OS: "solaris2.11"'
6472023-11-20T17:35:30.028Zconfiguring based on OS: "solaris2.11"
6482023-11-20T17:35:30.033Z+ case "$1" in
6492023-11-20T17:35:30.036Z+ SET_BINARIES=
6502023-11-20T17:35:30.039Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512023-11-20T17:35:30.041Z+ CIDL_SHA256FUNC=do_sha256sum
6522023-11-20T17:35:30.044Z+ ARCHIVE_FILENAME=xcvradm.gz
6532023-11-20T17:35:30.047Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542023-11-20T17:35:30.050Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552023-11-20T17:35:30.053Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562023-11-20T17:35:30.055ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572023-11-20T17:35:30.058Z+ echo 'Local file: out/downloads/xcvradm.gz'
6582023-11-20T17:35:30.061ZLocal file: out/downloads/xcvradm.gz
6592023-11-20T17:35:30.064Z+ mkdir -p out/downloads
6602023-11-20T17:35:30.069Z+ mkdir -p ./out/transceiver-control
6612023-11-20T17:35:30.073Z+ fetch_and_verify
6622023-11-20T17:35:30.077Z+ local DO_DOWNLOAD=true
6632023-11-20T17:35:30.079Z+ [[ -f out/downloads/xcvradm.gz ]]
6642023-11-20T17:35:30.082Z+ '[' true == true ']'
6652023-11-20T17:35:30.085Z+ echo Downloading...
6662023-11-20T17:35:30.088ZDownloading...
6672023-11-20T17:35:30.091Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682023-11-20T17:35:30.098Z+ 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
6692023-11-20T17:35:32.676Z++ do_sha256sum out/downloads/xcvradm.gz
6702023-11-20T17:35:32.679Z++ sha256sum
6712023-11-20T17:35:32.682Z++ awk '{print $1}'
6722023-11-20T17:35:32.701Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732023-11-20T17:35:32.703Z+ [[ 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 ]]
6742023-11-20T17:35:32.706Z+ do_unpack out/downloads/xcvradm.gz
6752023-11-20T17:35:32.709Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762023-11-20T17:35:32.712Z+ gzip -dc out/downloads/xcvradm.gz
6772023-11-20T17:35:32.885Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782023-11-20T17:35:32.888Z+ do_assemble
6792023-11-20T17:35:32.890Z+ rm -r ./out/transceiver-control
6802023-11-20T17:35:32.893Z+ mkdir ./out/transceiver-control
6812023-11-20T17:35:32.896Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822023-11-20T17:35:33.139ZAll prerequisites installed successfully
6832023-11-20T17:35:33.142Z
6842023-11-20T17:35:33.145Zreal 2:03.450098573
6852023-11-20T17:35:33.148Zuser 52.973811212
6862023-11-20T17:35:33.151Zsys 9.761632586
6872023-11-20T17:35:33.154Ztrap 0.020091699
6882023-11-20T17:35:33.157Ztflt 0.173708854
6892023-11-20T17:35:33.160Zdflt 0.636064221
6902023-11-20T17:35:33.162Zkflt 0.147249218
6912023-11-20T17:35:33.165Zlock 1.606655045
6922023-11-20T17:35:33.168Zslp 3:49.428597822
6932023-11-20T17:35:33.171Zlat 3.322862065
6942023-11-20T17:35:33.174Zstop 0.067485222
6952023-11-20T17:35:33.176Z+ banner end-to-end-tests
6962023-11-20T17:35:33.234Z
6972023-11-20T17:35:33.239Z ###### # # ##### ##### #### ###### # # #####
6982023-11-20T17:35:33.242Z # ## # # # # # # # ## # # #
6992023-11-20T17:35:33.245Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002023-11-20T17:35:33.247Z # # # # # # # # # # # # # # #
7012023-11-20T17:35:33.250Z # # ## # # # # # # # ## # #
7022023-11-20T17:35:33.253Z ###### # # ##### # #### ###### # # #####
7032023-11-20T17:35:33.255Z
7042023-11-20T17:35:33.259Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052023-11-20T17:35:33.262Z+ CARGO_PROFILE_DEV_DEBUG=1
7062023-11-20T17:35:33.264Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072023-11-20T17:35:33.267Z+ CARGO_PROFILE_TEST_DEBUG=1
7082023-11-20T17:35:33.270Z+ export CARGO_INCREMENTAL=0
7092023-11-20T17:35:33.273Z+ CARGO_INCREMENTAL=0
7102023-11-20T17:35:33.275Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112023-11-20T17:35:33.564Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122023-11-20T17:35:33.989Z Updating crates.io index
7132023-11-20T17:35:33.992Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7142023-11-20T17:35:34.921Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7152023-11-20T17:35:36.671Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7162023-11-20T17:35:37.279Z Updating git repository `http://github.com/oxidecomputer/tofino`
7172023-11-20T17:35:37.623Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7182023-11-20T17:35:37.927Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7192023-11-20T17:35:38.216Z Updating git repository `https://github.com/oxidecomputer/propolis`
7202023-11-20T17:35:39.121Z Updating git repository `https://github.com/oxidecomputer/crucible`
7212023-11-20T17:35:41.030Z Updating git repository `https://github.com/oxidecomputer/opte`
7222023-11-20T17:35:42.130Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7232023-11-20T17:35:42.474Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7242023-11-20T17:35:43.070Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7252023-11-20T17:35:43.468Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7262023-11-20T17:35:43.807Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7272023-11-20T17:35:44.236Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7282023-11-20T17:35:44.653Z Updating git repository `https://github.com/njaremko/samael`
7292023-11-20T17:35:45.065Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7302023-11-20T17:35:45.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7312023-11-20T17:35:46.197Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7322023-11-20T17:35:46.565Z Updating git repository `https://github.com/jgallagher/nix`
7332023-11-20T17:35:47.779Z Updating git repository `https://github.com/cbiffle/hubpack`
7342023-11-20T17:35:48.229Z Updating git repository `https://github.com/oxidecomputer/typify`
7352023-11-20T17:35:49.265Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7362023-11-20T17:35:49.692Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7372023-11-20T17:35:50.035Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7382023-11-20T17:35:51.415Z Downloading crates ...
7392023-11-20T17:35:51.677Z Downloaded proc-macro-error-attr v1.0.4
7402023-11-20T17:35:51.688Z Downloaded cipher v0.4.4
7412023-11-20T17:35:51.692Z Downloaded num_enum v0.5.11
7422023-11-20T17:35:51.702Z Downloaded opaque-debug v0.3.0
7432023-11-20T17:35:51.707Z Downloaded russh-keys v0.38.0
7442023-11-20T17:35:51.711Z Downloaded pbkdf2 v0.12.2
7452023-11-20T17:35:51.715Z Downloaded async-stream-impl v0.3.5
7462023-11-20T17:35:51.718Z Downloaded pin-utils v0.1.0
7472023-11-20T17:35:51.721Z Downloaded pest_meta v2.7.2
7482023-11-20T17:35:51.728Z Downloaded tower-service v0.3.2
7492023-11-20T17:35:51.732Z Downloaded rustc-demangle v0.1.23
7502023-11-20T17:35:51.737Z Downloaded toolchain_find v0.2.0
7512023-11-20T17:35:51.741Z Downloaded data-encoding v2.4.0
7522023-11-20T17:35:51.745Z Downloaded normalize-line-endings v0.3.0
7532023-11-20T17:35:51.748Z Downloaded pin-project-lite v0.2.13
7542023-11-20T17:35:51.761Z Downloaded r2d2 v0.8.10
7552023-11-20T17:35:51.767Z Downloaded try-lock v0.2.4
7562023-11-20T17:35:51.770Z Downloaded new_debug_unreachable v1.0.4
7572023-11-20T17:35:51.773Z Downloaded anstyle-parse v0.2.1
7582023-11-20T17:35:51.778Z Downloaded rand_core v0.5.1
7592023-11-20T17:35:51.782Z Downloaded cstr-argument v0.1.2
7602023-11-20T17:35:51.784Z Downloaded ed25519 v2.2.2
7612023-11-20T17:35:51.787Z Downloaded cpufeatures v0.2.9
7622023-11-20T17:35:51.790Z Downloaded crossbeam-utils v0.8.16
7632023-11-20T17:35:51.797Z Downloaded atomicwrites v0.4.2
7642023-11-20T17:35:51.800Z Downloaded foreign-types-macros v0.2.3
7652023-11-20T17:35:51.803Z Downloaded base64ct v1.6.0
7662023-11-20T17:35:51.808Z Downloaded foreign-types v0.5.0
7672023-11-20T17:35:51.812Z Downloaded blake2 v0.10.6
7682023-11-20T17:35:51.815Z Downloaded polyval v0.6.1
7692023-11-20T17:35:51.818Z Downloaded resolv-conf v0.7.0
7702023-11-20T17:35:51.821Z Downloaded chacha20 v0.9.1
7712023-11-20T17:35:51.824Z Downloaded untrusted v0.9.0
7722023-11-20T17:35:51.827Z Downloaded ppv-lite86 v0.2.17
7732023-11-20T17:35:51.830Z Downloaded digest v0.10.7
7742023-11-20T17:35:51.834Z Downloaded nibble_vec v0.1.0
7752023-11-20T17:35:51.837Z Downloaded rand_chacha v0.2.2
7762023-11-20T17:35:51.840Z Downloaded colored v2.0.4
7772023-11-20T17:35:51.843Z Downloaded utf8parse v0.2.1
7782023-11-20T17:35:51.846Z Downloaded dof v0.1.5
7792023-11-20T17:35:51.849Z Downloaded float-cmp v0.9.0
7802023-11-20T17:35:51.852Z Downloaded filetime v0.2.22
7812023-11-20T17:35:51.856Z Downloaded num_cpus v1.16.0
7822023-11-20T17:35:51.859Z Downloaded omicron-zone-package v0.9.1
7832023-11-20T17:35:51.864Z Downloaded md-5 v0.10.5
7842023-11-20T17:35:51.867Z Downloaded utf-8 v0.7.6
7852023-11-20T17:35:51.870Z Downloaded hash32 v0.2.1
7862023-11-20T17:35:51.873Z Downloaded once_cell v1.18.0
7872023-11-20T17:35:51.876Z Downloaded rcgen v0.11.3
7882023-11-20T17:35:51.882Z Downloaded tinyvec_macros v0.1.1
7892023-11-20T17:35:51.885Z Downloaded hyper-staticfile v0.9.5
7902023-11-20T17:35:51.888Z Downloaded password-hash v0.5.0
7912023-11-20T17:35:51.891Z Downloaded heck v0.3.3
7922023-11-20T17:35:51.894Z Downloaded rand v0.7.3
7932023-11-20T17:35:51.902Z Downloaded foreign-types v0.3.2
7942023-11-20T17:35:51.905Z Downloaded waitgroup v0.1.2
7952023-11-20T17:35:51.908Z Downloaded num_enum_derive v0.5.11
7962023-11-20T17:35:51.911Z Downloaded yasna v0.5.2
7972023-11-20T17:35:51.914Z Downloaded headers-core v0.2.0
7982023-11-20T17:35:51.917Z Downloaded strum v0.25.0
7992023-11-20T17:35:51.920Z Downloaded crc32fast v1.3.2
8002023-11-20T17:35:51.923Z Downloaded serde_with_macros v2.3.3
8012023-11-20T17:35:51.927Z Downloaded ipnet v2.8.0
8022023-11-20T17:35:51.930Z Downloaded unicode-bidi v0.3.13
8032023-11-20T17:35:51.934Z Downloaded futures-sink v0.3.29
8042023-11-20T17:35:51.937Z Downloaded smf v0.2.2
8052023-11-20T17:35:51.940Z Downloaded toml v0.5.11
8062023-11-20T17:35:51.942Z Downloaded siphasher v0.3.11
8072023-11-20T17:35:51.946Z Downloaded synstructure v0.12.6
8082023-11-20T17:35:51.949Z Downloaded hubpack v0.1.2
8092023-11-20T17:35:51.952Z Downloaded glob v0.3.1
8102023-11-20T17:35:51.955Z Downloaded proc-macro2 v1.0.69
8112023-11-20T17:35:51.958Z Downloaded usdt v0.3.5
8122023-11-20T17:35:51.961Z Downloaded num-bigint v0.4.4
8132023-11-20T17:35:51.968Z Downloaded slog-bunyan v2.4.0
8142023-11-20T17:35:51.970Z Downloaded matches v0.1.10
8152023-11-20T17:35:51.973Z Downloaded take_mut v0.2.2
8162023-11-20T17:35:51.977Z Downloaded structmeta v0.2.0
8172023-11-20T17:35:51.980Z Downloaded getrandom v0.1.16
8182023-11-20T17:35:51.983Z Downloaded socket2 v0.4.9
8192023-11-20T17:35:51.985Z Downloaded cc v1.0.83
8202023-11-20T17:35:52.021Z Downloaded half v1.8.2
8212023-11-20T17:35:52.025Z Downloaded match_cfg v0.1.0
8222023-11-20T17:35:52.027Z Downloaded hubpack_derive v0.1.1
8232023-11-20T17:35:52.030Z Downloaded is-terminal v0.4.9
8242023-11-20T17:35:52.033Z Downloaded http-range v0.1.5
8252023-11-20T17:35:52.036Z Downloaded hmac v0.12.1
8262023-11-20T17:35:52.039Z Downloaded darling_macro v0.20.3
8272023-11-20T17:35:52.042Z Downloaded foreign-types-shared v0.1.1
8282023-11-20T17:35:52.045Z Downloaded zeroize_derive v1.4.2
8292023-11-20T17:35:52.048Z Downloaded slab v0.4.9
8302023-11-20T17:35:52.051Z Downloaded darling v0.20.3
8312023-11-20T17:35:52.055Z Downloaded scopeguard v1.2.0
8322023-11-20T17:35:52.058Z Downloaded smallvec v1.11.0
8332023-11-20T17:35:52.061Z Downloaded home v0.5.5
8342023-11-20T17:35:52.063Z Downloaded enum-as-inner v0.5.1
8352023-11-20T17:35:52.066Z Downloaded ipnetwork v0.20.0
8362023-11-20T17:35:52.069Z Downloaded hostname v0.3.1
8372023-11-20T17:35:52.072Z Downloaded rustfmt-wrapper v0.2.0
8382023-11-20T17:35:52.075Z Downloaded arc-swap v1.6.0
8392023-11-20T17:35:52.078Z Downloaded serde_path_to_error v0.1.14
8402023-11-20T17:35:52.081Z Downloaded spin v0.5.2
8412023-11-20T17:35:52.084Z Downloaded strsim v0.8.0
8422023-11-20T17:35:52.087Z Downloaded rustc_version v0.4.0
8432023-11-20T17:35:52.089Z Downloaded difflib v0.4.0
8442023-11-20T17:35:52.092Z Downloaded strsim v0.10.0
8452023-11-20T17:35:52.095Z Downloaded itoa v1.0.9
8462023-11-20T17:35:52.099Z Downloaded similar v2.2.1
8472023-11-20T17:35:52.102Z Downloaded openssl-sys v0.9.93
8482023-11-20T17:35:52.105Z Downloaded equivalent v1.0.1
8492023-11-20T17:35:52.108Z Downloaded thiserror v1.0.49
8502023-11-20T17:35:52.111Z Downloaded ucd-trie v0.1.6
8512023-11-20T17:35:52.118Z Downloaded serde_tokenstream v0.1.7
8522023-11-20T17:35:52.121Z Downloaded instant v0.1.12
8532023-11-20T17:35:52.123Z Downloaded httparse v1.8.0
8542023-11-20T17:35:52.126Z Downloaded fxhash v0.2.1
8552023-11-20T17:35:52.130Z Downloaded lru-cache v0.1.2
8562023-11-20T17:35:52.138Z Downloaded typenum v1.16.0
8572023-11-20T17:35:52.141Z Downloaded http-body v0.4.5
8582023-11-20T17:35:52.144Z Downloaded md5 v0.7.0
8592023-11-20T17:35:52.147Z Downloaded static_assertions v1.1.0
8602023-11-20T17:35:52.150Z Downloaded macaddr v1.0.1
8612023-11-20T17:35:52.153Z Downloaded futures-task v0.3.29
8622023-11-20T17:35:52.155Z Downloaded futures-macro v0.3.29
8632023-11-20T17:35:52.158Z Downloaded thiserror-impl v1.0.49
8642023-11-20T17:35:52.161Z Downloaded usdt-attr-macro v0.3.5
8652023-11-20T17:35:52.164Z Downloaded unicode-xid v0.2.4
8662023-11-20T17:35:52.167Z Downloaded tokio-native-tls v0.3.1
8672023-11-20T17:35:52.170Z Downloaded serde_tokenstream v0.2.0
8682023-11-20T17:35:52.173Z Downloaded getopts v0.2.21
8692023-11-20T17:35:52.178Z Downloaded schemars_derive v0.8.13
8702023-11-20T17:35:52.181Z Downloaded foreign-types-shared v0.3.1
8712023-11-20T17:35:52.184Z Downloaded getrandom v0.2.10
8722023-11-20T17:35:52.187Z Downloaded fastrand v2.0.0
8732023-11-20T17:35:52.191Z Downloaded unicase v2.7.0
8742023-11-20T17:35:52.194Z Downloaded signature v2.1.0
8752023-11-20T17:35:52.199Z Downloaded russh v0.39.0
8762023-11-20T17:35:52.202Z Downloaded serde_urlencoded v0.7.1
8772023-11-20T17:35:52.205Z Downloaded signal-hook-mio v0.2.3
8782023-11-20T17:35:52.207Z Downloaded libefi-sys v0.1.0
8792023-11-20T17:35:52.210Z Downloaded errno v0.3.2
8802023-11-20T17:35:52.213Z Downloaded elliptic-curve v0.13.5
8812023-11-20T17:35:52.216Z Downloaded thiserror-no-std v2.0.2
8822023-11-20T17:35:52.219Z Downloaded ryu v1.0.15
8832023-11-20T17:35:52.222Z Downloaded signal-hook-registry v1.4.1
8842023-11-20T17:35:52.225Z Downloaded pest v2.7.2
8852023-11-20T17:35:52.228Z Downloaded lock_api v0.4.10
8862023-11-20T17:35:52.231Z Downloaded sct v0.7.0
8872023-11-20T17:35:52.297Z Downloaded aes v0.8.3
8882023-11-20T17:35:52.301Z Downloaded term v0.7.0
8892023-11-20T17:35:52.303Z Downloaded slog v2.7.0
8902023-11-20T17:35:52.306Z Downloaded itertools v0.11.0
8912023-11-20T17:35:52.309Z Downloaded heapless v0.7.16
8922023-11-20T17:35:52.312Z Downloaded trust-dns-resolver v0.22.0
8932023-11-20T17:35:52.315Z Downloaded uuid v1.5.0
8942023-11-20T17:35:52.318Z Downloaded clap_builder v4.4.2
8952023-11-20T17:35:52.322Z Downloaded structopt v0.3.26
8962023-11-20T17:35:52.324Z Downloaded trust-dns-client v0.22.0
8972023-11-20T17:35:52.327Z Downloaded tokio-postgres v0.7.10
8982023-11-20T17:35:52.330Z Downloaded aes-gcm v0.10.3
8992023-11-20T17:35:52.333Z Downloaded hashbrown v0.13.2
9002023-11-20T17:35:52.336Z Downloaded aho-corasick v1.0.4
9012023-11-20T17:35:52.340Z Downloaded serde_json v1.0.108
9022023-11-20T17:35:52.349Z Downloaded libm v0.2.7
9032023-11-20T17:35:52.366Z Downloaded serde_with v2.3.3
9042023-11-20T17:35:52.378Z Downloaded chrono v0.4.31
9052023-11-20T17:35:52.390Z Downloaded rustls-webpki v0.101.7
9062023-11-20T17:35:52.416Z Downloaded h2 v0.3.21
9072023-11-20T17:35:52.428Z Downloaded regress v0.7.1
9082023-11-20T17:35:52.441Z Downloaded futures-util v0.3.29
9092023-11-20T17:35:52.463Z Downloaded radix_trie v0.2.1
9102023-11-20T17:35:52.473Z Downloaded openssl v0.10.57
9112023-11-20T17:35:52.490Z Downloaded gimli v0.28.0
9122023-11-20T17:35:52.505Z Downloaded smoltcp v0.9.1
9132023-11-20T17:35:52.524Z Downloaded trust-dns-proto v0.22.0
9142023-11-20T17:35:52.545Z Downloaded idna v0.2.3
9152023-11-20T17:35:52.558Z Downloaded bstr v1.6.0
9162023-11-20T17:35:52.577Z Downloaded idna v0.4.0
9172023-11-20T17:35:52.589Z Downloaded regex-syntax v0.7.5
9182023-11-20T17:35:52.604Z Downloaded rustls v0.21.9
9192023-11-20T17:35:52.624Z Downloaded rustix v0.38.9
9202023-11-20T17:35:52.662Z Downloaded regex-automata v0.3.8
9212023-11-20T17:35:52.693Z Downloaded regex-automata v0.4.3
9222023-11-20T17:35:52.723Z Downloaded zerocopy-derive v0.2.0
9232023-11-20T17:35:52.739Z Downloaded regex-syntax v0.8.2
9242023-11-20T17:35:52.755Z Downloaded rustix v0.37.23
9252023-11-20T17:35:52.788Z Downloaded sled v0.34.7
9262023-11-20T17:35:52.808Z Downloaded bzip2-sys v0.1.11+1.0.8
9272023-11-20T17:35:52.829Z Downloaded libc v0.2.150
9282023-11-20T17:35:52.876Z Downloaded winapi v0.3.9
9292023-11-20T17:35:52.949Z Downloaded sha3 v0.10.8
9302023-11-20T17:35:52.961Z Downloaded tokio v1.33.0
9312023-11-20T17:35:53.050Z Downloaded encoding_rs v0.8.33
9322023-11-20T17:35:53.063Z Downloaded zerocopy-derive v0.6.4
9332023-11-20T17:35:53.082Z Downloaded vcpkg v0.2.15
9342023-11-20T17:35:53.150Z Downloaded openapiv3 v2.0.0-rc.1
9352023-11-20T17:35:53.170Z Downloaded smoltcp v0.8.2
9362023-11-20T17:35:53.186Z Downloaded object v0.32.1
9372023-11-20T17:35:53.203Z Downloaded bstr v0.2.17
9382023-11-20T17:35:53.219Z Downloaded diesel v2.1.4
9392023-11-20T17:35:53.249Z Downloaded webpki-roots v0.25.2
9402023-11-20T17:35:53.258Z Downloaded syn v2.0.32
9412023-11-20T17:35:53.274Z Downloaded syn v1.0.109
9422023-11-20T17:35:53.291Z Downloaded winnow v0.5.15
9432023-11-20T17:35:53.304Z Downloaded hyper v0.14.27
9442023-11-20T17:35:53.317Z Downloaded regex v1.10.2
9452023-11-20T17:35:53.339Z Downloaded clap v2.34.0
9462023-11-20T17:35:53.351Z Downloaded curve25519-dalek v4.1.0
9472023-11-20T17:35:53.367Z Downloaded hashbrown v0.14.2
9482023-11-20T17:35:53.377Z Downloaded hkdf v0.12.3
9492023-11-20T17:35:53.381Z Downloaded petgraph v0.6.4
9502023-11-20T17:35:53.404Z Downloaded tungstenite v0.20.1
9512023-11-20T17:35:53.410Z Downloaded memchr v2.6.3
9522023-11-20T17:35:53.419Z Downloaded hashbrown v0.12.3
9532023-11-20T17:35:53.426Z Downloaded unicode-segmentation v1.10.1
9542023-11-20T17:35:53.432Z Downloaded time v0.3.27
9552023-11-20T17:35:53.442Z Downloaded tracing-attributes v0.1.26
9562023-11-20T17:35:53.446Z Downloaded headers v0.3.9
9572023-11-20T17:35:53.455Z Downloaded tracing v0.1.37
9582023-11-20T17:35:53.462Z Downloaded io-lifetimes v1.0.11
9592023-11-20T17:35:53.466Z Downloaded indexmap v1.9.3
9602023-11-20T17:35:53.472Z Downloaded itertools v0.10.5
9612023-11-20T17:35:53.482Z Downloaded unicode-normalization v0.1.22
9622023-11-20T17:35:53.489Z Downloaded regex-automata v0.1.10
9632023-11-20T17:35:53.498Z Downloaded lalrpop-util v0.19.12
9642023-11-20T17:35:53.500Z Downloaded httpdate v1.0.3
9652023-11-20T17:35:53.503Z Downloaded slog-json v2.6.1
9662023-11-20T17:35:53.509Z Downloaded terminal_size v0.2.6
9672023-11-20T17:35:53.512Z Downloaded log v0.4.20
9682023-11-20T17:35:53.516Z Downloaded http v0.2.11
9692023-11-20T17:35:53.519Z Downloaded crossterm v0.27.0
9702023-11-20T17:35:53.526Z Downloaded unicode-width v0.1.11
9712023-11-20T17:35:53.529Z Downloaded subprocess v0.2.9
9722023-11-20T17:35:53.533Z Downloaded zone v0.3.0
9732023-11-20T17:35:53.536Z Downloaded structopt-derive v0.4.18
9742023-11-20T17:35:53.538Z Downloaded usdt-impl v0.3.5
9752023-11-20T17:35:53.541Z Downloaded ring v0.17.5
9762023-11-20T17:35:53.672Z Downloaded spki v0.7.2
9772023-11-20T17:35:53.675Z Downloaded serde v1.0.192
9782023-11-20T17:35:53.681Z Downloaded thiserror-impl-no-std v2.0.2
9792023-11-20T17:35:53.684Z Downloaded thread_local v1.1.7
9802023-11-20T17:35:53.687Z Downloaded textwrap v0.11.0
9812023-11-20T17:35:53.689Z Downloaded serde_spanned v0.6.4
9822023-11-20T17:35:53.692Z Downloaded hex v0.4.3
9832023-11-20T17:35:53.695Z Downloaded hyper-rustls v0.24.2
9842023-11-20T17:35:53.698Z Downloaded semver v1.0.20
9852023-11-20T17:35:53.701Z Downloaded unsafe-libyaml v0.2.9
9862023-11-20T17:35:53.704Z Downloaded flate2 v1.0.28
9872023-11-20T17:35:53.712Z Downloaded hyper-tls v0.5.0
9882023-11-20T17:35:53.715Z Downloaded form_urlencoded v1.2.0
9892023-11-20T17:35:53.718Z Downloaded slog-scope v4.4.0
9902023-11-20T17:35:53.721Z Downloaded predicates v3.0.4
9912023-11-20T17:35:53.724Z Downloaded rustls-native-certs v0.6.3
9922023-11-20T17:35:53.726Z Downloaded toml_edit v0.19.15
9932023-11-20T17:35:53.753Z Downloaded indexmap v2.1.0
9942023-11-20T17:35:53.759Z Downloaded futures v0.3.29
9952023-11-20T17:35:53.767Z Downloaded ring v0.16.20
9962023-11-20T17:35:53.962Z Downloaded trust-dns-server v0.22.1
9972023-11-20T17:35:53.972Z Downloaded tar v0.4.40
9982023-11-20T17:35:53.976Z Downloaded slog-dtrace v0.2.3
9992023-11-20T17:35:53.978Z Downloaded rustversion v1.0.14
10002023-11-20T17:35:53.983Z Downloaded futures-channel v0.3.29
10012023-11-20T17:35:53.986Z Downloaded zip v0.6.6
10022023-11-20T17:35:53.993Z Downloaded stable_deref_trait v1.2.0
10032023-11-20T17:35:53.996Z Downloaded time-macros v0.2.13
10042023-11-20T17:35:53.999Z Downloaded ed25519-dalek v2.0.0
10052023-11-20T17:35:54.003Z Downloaded tokio-util v0.7.10
10062023-11-20T17:35:54.013Z Downloaded usdt-macro v0.3.5
10072023-11-20T17:35:54.018Z Downloaded string_cache v0.8.7
10082023-11-20T17:35:54.021Z Downloaded lazy_static v1.4.0
10092023-11-20T17:35:54.024Z Downloaded serde_yaml v0.9.25
10102023-11-20T17:35:54.026Z Downloaded url v2.4.1
10112023-11-20T17:35:54.029Z Downloaded rand v0.8.5
10122023-11-20T17:35:54.035Z Downloaded toml v0.7.8
10132023-11-20T17:35:54.041Z Downloaded endian-type v0.1.2
10142023-11-20T17:35:54.044Z Downloaded group v0.13.0
10152023-11-20T17:35:54.047Z Downloaded walkdir v2.4.0
10162023-11-20T17:35:54.080Z Downloaded subtle v2.5.0
10172023-11-20T17:35:54.083Z Downloaded memoffset v0.9.0
10182023-11-20T17:35:54.086Z Downloaded tokio-tungstenite v0.20.1
10192023-11-20T17:35:54.089Z Downloaded schemars v0.8.13
10202023-11-20T17:35:54.092Z Downloaded signal-hook v0.3.17
10212023-11-20T17:35:54.094Z Downloaded toml v0.8.8
10222023-11-20T17:35:54.097Z Downloaded tokio-rustls v0.24.1
10232023-11-20T17:35:54.100Z Downloaded reqwest v0.11.22
10242023-11-20T17:35:54.103Z Downloaded backtrace v0.3.69
10252023-11-20T17:35:54.111Z Downloaded futures-io v0.3.29
10262023-11-20T17:35:54.113Z Downloaded futures-core v0.3.29
10272023-11-20T17:35:54.116Z Downloaded rustls-pemfile v1.0.3
10282023-11-20T17:35:54.119Z Downloaded slog-term v2.9.0
10292023-11-20T17:35:54.122Z Downloaded tokio-stream v0.1.14
10302023-11-20T17:35:54.128Z Downloaded mime v0.3.17
10312023-11-20T17:35:54.131Z Downloaded generic-array v0.14.7
10322023-11-20T17:35:54.134Z Downloaded linked-hash-map v0.5.6
10332023-11-20T17:35:54.136Z Downloaded managed v0.8.0
10342023-11-20T17:35:54.139Z Downloaded crossbeam-channel v0.5.8
10352023-11-20T17:35:54.143Z Downloaded socket2 v0.5.4
10362023-11-20T17:35:54.147Z Downloaded base64 v0.21.5
10372023-11-20T17:35:54.155Z Downloaded toml_edit v0.21.0
10382023-11-20T17:35:54.195Z Downloaded whoami v1.4.1
10392023-11-20T17:35:54.198Z Downloaded xattr v1.0.1
10402023-11-20T17:35:54.201Z Downloaded semver v0.11.0
10412023-11-20T17:35:54.204Z Downloaded tinyvec v1.6.0
10422023-11-20T17:35:54.208Z Downloaded mio v0.8.8
10432023-11-20T17:35:54.218Z Downloaded serde_derive v1.0.192
10442023-11-20T17:35:54.223Z Downloaded der v0.7.8
10452023-11-20T17:35:54.232Z Downloaded slog-stdlog v4.1.1
10462023-11-20T17:35:54.235Z Downloaded tracing-core v0.1.31
10472023-11-20T17:35:54.240Z Downloaded inout v0.1.3
10482023-11-20T17:35:54.242Z Downloaded stringprep v0.1.3
10492023-11-20T17:35:54.245Z Downloaded hex-literal v0.4.1
10502023-11-20T17:35:54.247Z Downloaded tempfile v3.8.0
10512023-11-20T17:35:54.250Z Downloaded sha2 v0.10.8
10522023-11-20T17:35:54.253Z Downloaded serde_derive_internals v0.26.0
10532023-11-20T17:35:54.256Z Downloaded fnv v1.0.7
10542023-11-20T17:35:54.260Z Downloaded same-file v1.0.6
10552023-11-20T17:35:54.266Z Downloaded bytes v1.5.0
10562023-11-20T17:35:54.269Z Downloaded version_check v0.9.4
10572023-11-20T17:35:54.272Z Downloaded untrusted v0.7.1
10582023-11-20T17:35:54.275Z Downloaded ghash v0.5.0
10592023-11-20T17:35:54.279Z Downloaded spin v0.9.8
10602023-11-20T17:35:54.283Z Downloaded crypto-bigint v0.5.2
10612023-11-20T17:35:54.287Z Downloaded miniz_oxide v0.7.1
10622023-11-20T17:35:54.291Z Downloaded darling_core v0.20.3
10632023-11-20T17:35:54.299Z Downloaded slog-envlogger v2.2.0
10642023-11-20T17:35:54.303Z Downloaded zerocopy v0.6.4
10652023-11-20T17:35:54.306Z Downloaded chacha20poly1305 v0.10.1
10662023-11-20T17:35:54.309Z Downloaded postgres-types v0.2.6
10672023-11-20T17:35:54.312Z Downloaded futures-executor v0.3.29
10682023-11-20T17:35:54.315Z Downloaded scheduled-thread-pool v0.2.7
10692023-11-20T17:35:54.322Z Downloaded iana-time-zone v0.1.57
10702023-11-20T17:35:54.324Z Downloaded vec_map v0.8.2
10712023-11-20T17:35:54.327Z Downloaded keccak v0.1.4
10722023-11-20T17:35:54.330Z Downloaded parking_lot v0.12.1
10732023-11-20T17:35:54.333Z Downloaded semver-parser v0.10.2
10742023-11-20T17:35:54.336Z Downloaded zeroize v1.6.0
10752023-11-20T17:35:54.339Z Downloaded universal-hash v0.5.1
10762023-11-20T17:35:54.342Z Downloaded thread-id v4.2.0
10772023-11-20T17:35:54.345Z Downloaded postgres-protocol v0.6.6
10782023-11-20T17:35:54.348Z Downloaded structmeta-derive v0.2.0
10792023-11-20T17:35:54.351Z Downloaded fixedbitset v0.4.2
10802023-11-20T17:35:54.354Z Downloaded ff v0.13.0
10812023-11-20T17:35:54.356Z Downloaded unicode-ident v1.0.12
10822023-11-20T17:35:54.359Z Downloaded pkcs8 v0.10.2
10832023-11-20T17:35:54.362Z Downloaded parking_lot v0.11.2
10842023-11-20T17:35:54.365Z Downloaded crossbeam-epoch v0.9.15
10852023-11-20T17:35:54.367Z Downloaded clap v4.4.3
10862023-11-20T17:35:54.378Z Downloaded diesel_derives v2.1.1
10872023-11-20T17:35:54.384Z Downloaded derive_more v0.99.17
10882023-11-20T17:35:54.392Z Downloaded anyhow v1.0.75
10892023-11-20T17:35:54.397Z Downloaded parking_lot_core v0.8.6
10902023-11-20T17:35:54.401Z Downloaded sha1 v0.10.6
10912023-11-20T17:35:54.403Z Downloaded num-traits v0.2.16
10922023-11-20T17:35:54.408Z Downloaded kstat-rs v0.2.3
10932023-11-20T17:35:54.411Z Downloaded ident_case v1.0.1
10942023-11-20T17:35:54.414Z Downloaded native-tls v0.2.11
10952023-11-20T17:35:54.418Z Downloaded multer v2.1.0
10962023-11-20T17:35:54.421Z Downloaded vsss-rs v3.3.1
10972023-11-20T17:35:54.423Z Downloaded slog-async v2.8.0
10982023-11-20T17:35:54.426Z Downloaded serde_repr v0.1.16
10992023-11-20T17:35:54.429Z Downloaded secrecy v0.8.0
11002023-11-20T17:35:54.432Z Downloaded toml_datetime v0.6.5
11012023-11-20T17:35:54.435Z Downloaded tokio-macros v2.1.0
11022023-11-20T17:35:54.438Z Downloaded zerocopy v0.3.0
11032023-11-20T17:35:54.441Z Downloaded num-iter v0.1.43
11042023-11-20T17:35:54.444Z Downloaded num v0.4.1
11052023-11-20T17:35:54.446Z Downloaded bitflags v2.4.0
11062023-11-20T17:35:54.449Z Downloaded quote v1.0.33
11072023-11-20T17:35:54.453Z Downloaded predicates-core v1.0.6
11082023-11-20T17:35:54.455Z Downloaded poly1305 v0.8.0
11092023-11-20T17:35:54.458Z Downloaded camino-tempfile v1.0.2
11102023-11-20T17:35:54.461Z Downloaded heck v0.4.1
11112023-11-20T17:35:54.464Z Downloaded either v1.9.0
11122023-11-20T17:35:54.466Z Downloaded base64 v0.13.1
11132023-11-20T17:35:54.469Z Downloaded ahash v0.8.3
11142023-11-20T17:35:54.472Z Downloaded time-core v0.1.1
11152023-11-20T17:35:54.475Z Downloaded debug-ignore v1.0.5
11162023-11-20T17:35:54.478Z Downloaded camino v1.1.6
11172023-11-20T17:35:54.480Z Downloaded bzip2 v0.4.4
11182023-11-20T17:35:54.485Z Downloaded ciborium-ll v0.2.1
11192023-11-20T17:35:54.488Z Downloaded backoff v0.4.0
11202023-11-20T17:35:54.491Z Downloaded strum_macros v0.25.2
11212023-11-20T17:35:54.494Z Downloaded console v0.15.7
11222023-11-20T17:35:54.497Z Downloaded argon2 v0.5.2
11232023-11-20T17:35:54.500Z Downloaded fallible-iterator v0.2.0
11242023-11-20T17:35:54.502Z Downloaded pem v1.1.1
11252023-11-20T17:35:54.505Z Downloaded cancel-safe-futures v0.1.5
11262023-11-20T17:35:54.508Z Downloaded base16ct v0.2.0
11272023-11-20T17:35:54.511Z Downloaded parking_lot_core v0.9.8
11282023-11-20T17:35:54.514Z Downloaded dirs-sys-next v0.1.2
11292023-11-20T17:35:54.518Z Downloaded crypto-common v0.1.6
11302023-11-20T17:35:54.521Z Downloaded bcrypt-pbkdf v0.10.0
11312023-11-20T17:35:54.524Z Downloaded const-oid v0.9.5
11322023-11-20T17:35:54.527Z Downloaded rand_chacha v0.3.1
11332023-11-20T17:35:54.530Z Downloaded byteorder v1.5.0
11342023-11-20T17:35:54.533Z Downloaded dyn-clone v1.0.13
11352023-11-20T17:35:54.536Z Downloaded password-hash v0.4.2
11362023-11-20T17:35:54.539Z Downloaded parse-display v0.8.2
11372023-11-20T17:35:54.542Z Downloaded block-padding v0.3.3
11382023-11-20T17:35:54.545Z Downloaded convert_case v0.4.0
11392023-11-20T17:35:54.549Z Downloaded block-buffer v0.10.4
11402023-11-20T17:35:54.552Z Downloaded bitflags v1.3.2
11412023-11-20T17:35:54.555Z Downloaded autocfg v1.1.0
11422023-11-20T17:35:54.558Z Downloaded atomic-waker v1.1.1
11432023-11-20T17:35:54.561Z Downloaded ciborium-io v0.2.1
11442023-11-20T17:35:54.564Z Downloaded zone_cfg_derive v0.3.0
11452023-11-20T17:35:54.567Z Downloaded curve25519-dalek-derive v0.1.0
11462023-11-20T17:35:54.570Z Downloaded option-ext v0.2.0
11472023-11-20T17:35:54.573Z Downloaded phf_shared v0.10.0
11482023-11-20T17:35:54.576Z Downloaded diesel_table_macro_syntax v0.1.0
11492023-11-20T17:35:54.579Z Downloaded bit-vec v0.6.3
11502023-11-20T17:35:54.581Z Downloaded adler v1.0.2
11512023-11-20T17:35:54.584Z Downloaded anstyle v1.0.2
11522023-11-20T17:35:54.587Z Downloaded anstyle-query v1.0.0
11532023-11-20T17:35:54.590Z Downloaded pkg-config v0.3.27
11542023-11-20T17:35:54.593Z Downloaded num-complex v0.4.4
11552023-11-20T17:35:54.596Z Downloaded bit-set v0.5.3
11562023-11-20T17:35:54.601Z Downloaded quick-error v1.2.3
11572023-11-20T17:35:54.604Z Downloaded anstream v0.5.0
11582023-11-20T17:35:54.606Z Downloaded crucible-workspace-hack v0.1.0
11592023-11-20T17:35:54.609Z Downloaded num-rational v0.4.1
11602023-11-20T17:35:54.613Z Downloaded want v0.3.1
11612023-11-20T17:35:54.616Z Downloaded pretty-hex v0.3.0
11622023-11-20T17:35:54.618Z Downloaded cfg-if v0.1.10
11632023-11-20T17:35:54.621Z Downloaded clap_derive v4.4.2
11642023-11-20T17:35:54.625Z Downloaded mime_guess v2.0.4
11652023-11-20T17:35:54.629Z Downloaded async-trait v0.1.74
11662023-11-20T17:35:54.632Z Downloaded ciborium v0.2.1
11672023-11-20T17:35:54.635Z Downloaded ansi_term v0.12.1
11682023-11-20T17:35:54.638Z Downloaded pretty-hex v0.2.1
11692023-11-20T17:35:54.642Z Downloaded parse-display-derive v0.8.2
11702023-11-20T17:35:54.645Z Downloaded dtrace-parser v0.1.14
11712023-11-20T17:35:54.648Z Downloaded dirs-sys v0.4.1
11722023-11-20T17:35:54.651Z Downloaded rand_core v0.6.4
11732023-11-20T17:35:54.654Z Downloaded phf_shared v0.11.2
11742023-11-20T17:35:54.658Z Downloaded num-derive v0.4.0
11752023-11-20T17:35:54.662Z Downloaded proc-macro-crate v1.3.1
11762023-11-20T17:35:54.665Z Downloaded paste v1.0.14
11772023-11-20T17:35:54.668Z Downloaded atty v0.2.14
11782023-11-20T17:35:54.671Z Downloaded blowfish v0.9.1
11792023-11-20T17:35:54.674Z Downloaded aead v0.5.2
11802023-11-20T17:35:54.677Z Downloaded postcard-cobs v0.1.5-pre
11812023-11-20T17:35:54.679Z Downloaded platforms v3.0.2
11822023-11-20T17:35:54.682Z Downloaded russh-cryptovec v0.7.0
11832023-11-20T17:35:54.685Z Downloaded phf v0.11.2
11842023-11-20T17:35:54.688Z Downloaded pest_derive v2.7.2
11852023-11-20T17:35:54.691Z Downloaded postcard v0.7.3
11862023-11-20T17:35:54.694Z Downloaded cfg-if v1.0.0
11872023-11-20T17:35:54.697Z Downloaded ctr v0.9.2
11882023-11-20T17:35:54.700Z Downloaded precomputed-hash v0.1.1
11892023-11-20T17:35:54.703Z Downloaded cbc v0.1.2
11902023-11-20T17:35:54.705Z Downloaded colorchoice v1.0.0
11912023-11-20T17:35:54.708Z Downloaded num-integer v0.1.45
11922023-11-20T17:35:54.712Z Downloaded dirs-next v2.0.0
11932023-11-20T17:35:54.715Z Downloaded clap_lex v0.5.1
11942023-11-20T17:35:54.718Z Downloaded pem v3.0.2
11952023-11-20T17:35:54.721Z Downloaded deranged v0.3.8
11962023-11-20T17:35:54.724Z Downloaded dirs v5.0.1
11972023-11-20T17:35:54.727Z Downloaded async-stream v0.3.5
11982023-11-20T17:35:54.730Z Downloaded openssl-probe v0.1.5
11992023-11-20T17:35:54.733Z Downloaded proc-macro-error v1.0.4
12002023-11-20T17:35:54.736Z Downloaded num_threads v0.1.6
12012023-11-20T17:35:54.739Z Downloaded pbkdf2 v0.11.0
12022023-11-20T17:35:54.743Z Downloaded pest_generator v2.7.2
12032023-11-20T17:35:54.746Z Downloaded percent-encoding v2.3.0
12042023-11-20T17:35:54.749Z Downloaded openssl-macros v0.1.1
12052023-11-20T17:35:54.752Z Downloaded addr2line v0.21.0
12062023-11-20T17:35:55.108Z Compiling proc-macro2 v1.0.69
12072023-11-20T17:35:55.111Z Compiling unicode-ident v1.0.12
12082023-11-20T17:35:55.114Z Compiling libc v0.2.150
12092023-11-20T17:35:55.117Z Compiling serde v1.0.192
12102023-11-20T17:35:55.120Z Compiling autocfg v1.1.0
12112023-11-20T17:35:55.123Z Compiling version_check v0.9.4
12122023-11-20T17:35:55.126Z Compiling cfg-if v1.0.0
12132023-11-20T17:35:55.333Z Compiling syn v1.0.109
12142023-11-20T17:35:55.336Z Compiling typenum v1.16.0
12152023-11-20T17:35:55.454Z Compiling once_cell v1.18.0
12162023-11-20T17:35:55.990Z Compiling parking_lot_core v0.9.8
12172023-11-20T17:35:56.046Z Compiling generic-array v0.14.7
12182023-11-20T17:35:56.153Z Compiling lock_api v0.4.10
12192023-11-20T17:35:57.202Z Compiling libm v0.2.7
12202023-11-20T17:35:57.237Z Compiling thiserror v1.0.49
12212023-11-20T17:35:57.255Z Compiling num-traits v0.2.16
12222023-11-20T17:35:57.275Z Compiling futures-core v0.3.29
12232023-11-20T17:35:57.490Z Compiling itoa v1.0.9
12242023-11-20T17:35:57.701Z Compiling memchr v2.6.3
12252023-11-20T17:35:57.799Z Compiling serde_json v1.0.108
12262023-11-20T17:35:58.227Z Compiling log v0.4.20
12272023-11-20T17:35:58.234Z Compiling slab v0.4.9
12282023-11-20T17:35:58.285Z Compiling futures-channel v0.3.29
12292023-11-20T17:35:58.450Z Compiling quote v1.0.33
12302023-11-20T17:35:58.510Z Compiling futures-task v0.3.29
12312023-11-20T17:35:58.779Z Compiling futures-util v0.3.29
12322023-11-20T17:35:58.983Z Compiling scopeguard v1.2.0
12332023-11-20T17:35:59.102Z Compiling syn v2.0.32
12342023-11-20T17:35:59.414Z Compiling getrandom v0.2.10
12352023-11-20T17:35:59.738Z Compiling cc v1.0.83
12362023-11-20T17:36:00.020Z Compiling rand_core v0.6.4
12372023-11-20T17:36:00.166Z Compiling smallvec v1.11.0
12382023-11-20T17:36:00.760Z Compiling ryu v1.0.15
12392023-11-20T17:36:00.884Z Compiling pin-project-lite v0.2.13
12402023-11-20T17:36:01.047Z Compiling heck v0.4.1
12412023-11-20T17:36:01.286Z Compiling signal-hook-registry v1.4.1
12422023-11-20T17:36:02.339Z Compiling parking_lot v0.12.1
12432023-11-20T17:36:02.514Z Compiling pkg-config v0.3.27
12442023-11-20T17:36:02.673Z Compiling schemars v0.8.13
12452023-11-20T17:36:03.176Z Compiling mio v0.8.8
12462023-11-20T17:36:03.179Z Compiling equivalent v1.0.1
12472023-11-20T17:36:03.334Z Compiling subtle v2.5.0
12482023-11-20T17:36:03.760Z Compiling hashbrown v0.14.2
12492023-11-20T17:36:03.831Z Compiling socket2 v0.5.4
12502023-11-20T17:36:03.933Z Compiling num_cpus v1.16.0
12512023-11-20T17:36:04.223Z Compiling fnv v1.0.7
12522023-11-20T17:36:04.392Z Compiling httparse v1.8.0
12532023-11-20T17:36:04.453Z Compiling spin v0.5.2
12542023-11-20T17:36:04.794Z Compiling byteorder v1.5.0
12552023-11-20T17:36:04.987Z Compiling iana-time-zone v0.1.57
12562023-11-20T17:36:05.120Z Compiling ring v0.16.20
12572023-11-20T17:36:05.141Z Compiling indexmap v1.9.3
12582023-11-20T17:36:05.422Z Compiling futures-sink v0.3.29
12592023-11-20T17:36:05.502Z Compiling ring v0.17.5
12602023-11-20T17:36:05.594Z Compiling vcpkg v0.2.15
12612023-11-20T17:36:06.097Z Compiling futures-io v0.3.29
12622023-11-20T17:36:06.171Z Compiling pin-utils v0.1.0
12632023-11-20T17:36:06.260Z Compiling semver v1.0.20
12642023-11-20T17:36:06.295Z Compiling dyn-clone v1.0.13
12652023-11-20T17:36:06.528Z Compiling ahash v0.8.3
12662023-11-20T17:36:06.589Z Compiling tracing-core v0.1.31
12672023-11-20T17:36:06.994Z Compiling tinyvec_macros v0.1.1
12682023-11-20T17:36:07.012Z Compiling const-oid v0.9.5
12692023-11-20T17:36:07.106Z Compiling async-trait v0.1.74
12702023-11-20T17:36:07.840Z Compiling tinyvec v1.6.0
12712023-11-20T17:36:08.126Z Compiling openssl-sys v0.9.93
12722023-11-20T17:36:08.834Z Compiling openssl v0.10.57
12732023-11-20T17:36:09.332Z Compiling ucd-trie v0.1.6
12742023-11-20T17:36:09.389Z Compiling rustls v0.21.9
12752023-11-20T17:36:09.753Z Compiling unicode-normalization v0.1.22
12762023-11-20T17:36:09.811Z Compiling time-core v0.1.1
12772023-11-20T17:36:09.856Z Compiling winnow v0.5.15
12782023-11-20T17:36:10.008Z Compiling unicode-bidi v0.3.13
12792023-11-20T17:36:10.493Z Compiling time-macros v0.2.13
12802023-11-20T17:36:11.580Z Compiling serde_derive_internals v0.26.0
12812023-11-20T17:36:12.399Z Compiling cpufeatures v0.2.9
12822023-11-20T17:36:12.530Z Compiling native-tls v0.2.11
12832023-11-20T17:36:13.545Z Compiling aho-corasick v1.0.4
12842023-11-20T17:36:13.621Z Compiling slog v2.7.0
12852023-11-20T17:36:14.306Z Compiling regex-syntax v0.8.2
12862023-11-20T17:36:14.816Z Compiling percent-encoding v2.3.0
12872023-11-20T17:36:15.321Z Compiling rustix v0.38.9
12882023-11-20T17:36:15.466Z Compiling backtrace v0.3.69
12892023-11-20T17:36:15.504Z Compiling form_urlencoded v1.2.0
12902023-11-20T17:36:15.976Z Compiling lazy_static v1.4.0
12912023-11-20T17:36:16.109Z Compiling spin v0.9.8
12922023-11-20T17:36:16.541Z Compiling base64 v0.21.5
12932023-11-20T17:36:16.974Z Compiling ppv-lite86 v0.2.17
12942023-11-20T17:36:16.993Z Compiling hashbrown v0.13.2
12952023-11-20T17:36:17.483Z Compiling unicode-width v0.1.11
12962023-11-20T17:36:17.491Z Compiling anyhow v1.0.75
12972023-11-20T17:36:17.499Z Compiling idna v0.4.0
12982023-11-20T17:36:17.885Z Compiling errno v0.3.2
12992023-11-20T17:36:18.149Z Compiling rand_chacha v0.3.1
13002023-11-20T17:36:18.339Z Compiling socket2 v0.4.9
13012023-11-20T17:36:18.746Z Compiling hashbrown v0.12.3
13022023-11-20T17:36:19.732Z Compiling url v2.4.1
13032023-11-20T17:36:20.207Z Compiling untrusted v0.7.1
13042023-11-20T17:36:20.223Z Compiling rand v0.8.5
13052023-11-20T17:36:20.235Z Compiling regex-automata v0.4.3
13062023-11-20T17:36:22.049Z Compiling num-integer v0.1.45
13072023-11-20T17:36:22.507Z Compiling try-lock v0.2.4
13082023-11-20T17:36:22.655Z Compiling untrusted v0.9.0
13092023-11-20T17:36:22.686Z Compiling httpdate v1.0.3
13102023-11-20T17:36:22.907Z Compiling adler v1.0.2
13112023-11-20T17:36:22.946Z Compiling serde_derive v1.0.192
13122023-11-20T17:36:23.226Z Compiling zeroize_derive v1.4.2
13132023-11-20T17:36:23.398Z Compiling thiserror-impl v1.0.49
13142023-11-20T17:36:23.708Z Compiling tokio-macros v2.1.0
13152023-11-20T17:36:25.528Z Compiling futures-macro v0.3.29
13162023-11-20T17:36:26.057Z Compiling tracing-attributes v0.1.26
13172023-11-20T17:36:27.192Z Compiling zeroize v1.6.0
13182023-11-20T17:36:27.310Z Compiling schemars_derive v0.8.13
13192023-11-20T17:36:28.004Z Compiling pest v2.7.2
13202023-11-20T17:36:28.865Z Compiling crypto-common v0.1.6
13212023-11-20T17:36:29.177Z Compiling block-buffer v0.10.4
13222023-11-20T17:36:29.399Z Compiling openssl-macros v0.1.1
13232023-11-20T17:36:29.517Z Compiling digest v0.10.7
13242023-11-20T17:36:30.479Z Compiling regex v1.10.2
13252023-11-20T17:36:31.305Z Compiling tracing v0.1.37
13262023-11-20T17:36:32.091Z Compiling miniz_oxide v0.7.1
13272023-11-20T17:36:32.167Z Compiling want v0.3.1
13282023-11-20T17:36:32.287Z Compiling foreign-types-shared v0.1.1
13292023-11-20T17:36:32.430Z Compiling openssl-probe v0.1.5
13302023-11-20T17:36:32.573Z Compiling tower-service v0.3.2
13312023-11-20T17:36:32.739Z Compiling mime v0.3.17
13322023-11-20T17:36:32.854Z Compiling crc32fast v1.3.2
13332023-11-20T17:36:32.910Z Compiling unicode-xid v0.2.4
13342023-11-20T17:36:33.143Z Compiling synstructure v0.12.6
13352023-11-20T17:36:33.586Z Compiling foreign-types v0.3.2
13362023-11-20T17:36:33.666Z Compiling rustls-webpki v0.101.7
13372023-11-20T17:36:33.708Z Compiling sct v0.7.0
13382023-11-20T17:36:34.228Z Compiling ipnet v2.8.0
13392023-11-20T17:36:34.777Z Compiling crossbeam-utils v0.8.16
13402023-11-20T17:36:35.605Z Compiling zerocopy-derive v0.2.0
13412023-11-20T17:36:36.222Z Compiling pest_meta v2.7.2
13422023-11-20T17:36:36.260Z Compiling rustls-pemfile v1.0.3
13432023-11-20T17:36:36.806Z Compiling gimli v0.28.0
13442023-11-20T17:36:37.740Z Compiling object v0.32.1
13452023-11-20T17:36:38.352Z Compiling pest_generator v2.7.2
13462023-11-20T17:36:38.670Z Compiling encoding_rs v0.8.33
13472023-11-20T17:36:41.606Z Compiling rustc-demangle v0.1.23
13482023-11-20T17:36:43.216Z Compiling bitflags v1.3.2
13492023-11-20T17:36:43.345Z Compiling pest_derive v2.7.2
13502023-11-20T17:36:44.504Z Compiling addr2line v0.21.0
13512023-11-20T17:36:44.975Z Compiling bytes v1.5.0
13522023-11-20T17:36:45.512Z Compiling indexmap v2.1.0
13532023-11-20T17:36:46.096Z Compiling chrono v0.4.31
13542023-11-20T17:36:46.571Z Compiling uuid v1.5.0
13552023-11-20T17:36:46.928Z Compiling tokio v1.33.0
13562023-11-20T17:36:47.467Z Compiling http v0.2.11
13572023-11-20T17:36:47.528Z Compiling bitflags v2.4.0
13582023-11-20T17:36:48.195Z Compiling serde_spanned v0.6.4
13592023-11-20T17:36:48.530Z Compiling toml_datetime v0.6.5
13602023-11-20T17:36:48.910Z Compiling rustc_version v0.4.0
13612023-11-20T17:36:48.998Z Compiling toml_edit v0.19.15
13622023-11-20T17:36:49.286Z Compiling openapiv3 v2.0.0-rc.1
13632023-11-20T17:36:50.613Z Compiling http-body v0.4.5
13642023-11-20T17:36:52.634Z Compiling serde_urlencoded v0.7.1
13652023-11-20T17:36:53.478Z Compiling rustls-native-certs v0.6.3
13662023-11-20T17:36:56.897Z Compiling usdt-impl v0.3.5
13672023-11-20T17:36:57.372Z Compiling io-lifetimes v1.0.11
13682023-11-20T17:36:57.375Z Compiling num_threads v0.1.6
13692023-11-20T17:36:57.548Z Compiling deranged v0.3.8
13702023-11-20T17:36:57.596Z Compiling webpki-roots v0.25.2
13712023-11-20T17:36:57.992Z Compiling serde_tokenstream v0.2.0
13722023-11-20T17:36:58.371Z Compiling zerocopy v0.3.0
13732023-11-20T17:36:58.460Z Compiling block-padding v0.3.3
13742023-11-20T17:36:58.625Z Compiling dtrace-parser v0.1.14
13752023-11-20T17:36:58.757Z Compiling inout v0.1.3
13762023-11-20T17:36:59.334Z Compiling tokio-util v0.7.10
13772023-11-20T17:36:59.655Z Compiling tokio-rustls v0.24.1
13782023-11-20T17:37:00.258Z Compiling dof v0.1.5
13792023-11-20T17:37:00.464Z Compiling time v0.3.27
13802023-11-20T17:37:00.467Z Compiling thread-id v4.2.0
13812023-11-20T17:37:00.616Z Compiling num-bigint v0.4.4
13822023-11-20T17:37:01.258Z Compiling h2 v0.3.21
13832023-11-20T17:37:01.793Z Compiling rustversion v1.0.14
13842023-11-20T17:37:02.022Z Compiling rustix v0.37.23
13852023-11-20T17:37:02.646Z Compiling tokio-native-tls v0.3.1
13862023-11-20T17:37:02.762Z Compiling cipher v0.4.4
13872023-11-20T17:37:02.999Z Compiling serde_tokenstream v0.1.7
13882023-11-20T17:37:03.045Z Compiling zerocopy-derive v0.6.4
13892023-11-20T17:37:03.449Z Compiling regress v0.7.1
13902023-11-20T17:37:03.778Z Compiling data-encoding v2.4.0
13912023-11-20T17:37:05.628Z Compiling flate2 v1.0.28
13922023-11-20T17:37:06.173Z Compiling toml_edit v0.21.0
13932023-11-20T17:37:07.151Z Compiling hex v0.4.3
13942023-11-20T17:37:07.635Z Compiling hmac v0.12.1
13952023-11-20T17:37:08.129Z Compiling strsim v0.10.0
13962023-11-20T17:37:08.305Z Compiling strum_macros v0.25.2
13972023-11-20T17:37:08.519Z Compiling usdt-macro v0.3.5
13982023-11-20T17:37:09.459Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
13992023-11-20T17:37:09.675Z Compiling usdt-attr-macro v0.3.5
14002023-11-20T17:37:11.661Z Compiling sha2 v0.10.8
14012023-11-20T17:37:11.800Z Compiling enum-as-inner v0.5.1
14022023-11-20T17:37:12.091Z Compiling toml v0.7.8
14032023-11-20T17:37:12.671Z Compiling hyper v0.14.27
14042023-11-20T17:37:12.988Z Compiling heapless v0.7.16
14052023-11-20T17:37:13.299Z Compiling futures-executor v0.3.29
14062023-11-20T17:37:14.305Z Compiling bzip2-sys v0.1.11+1.0.8
14072023-11-20T17:37:14.336Z Compiling memoffset v0.9.0
14082023-11-20T17:37:14.773Z Compiling unicode-segmentation v1.10.1
14092023-11-20T17:37:14.934Z Compiling signal-hook v0.3.17
14102023-11-20T17:37:14.937Z Compiling managed v0.8.0
14112023-11-20T17:37:15.740Z Compiling futures v0.3.29
14122023-11-20T17:37:16.131Z Compiling ipnetwork v0.20.0
14132023-11-20T17:37:16.179Z Compiling getopts v0.2.21
14142023-11-20T17:37:16.203Z Compiling num-iter v0.1.43
14152023-11-20T17:37:16.499Z Compiling crossbeam-epoch v0.9.15
14162023-11-20T17:37:16.628Z Compiling utf8parse v0.2.1
14172023-11-20T17:37:16.857Z Compiling smoltcp v0.9.1
14182023-11-20T17:37:17.107Z Compiling anstyle v1.0.2
14192023-11-20T17:37:17.523Z Compiling unsafe-libyaml v0.2.9
14202023-11-20T17:37:17.761Z Compiling matches v0.1.10
14212023-11-20T17:37:17.808Z Compiling bit-vec v0.6.3
14222023-11-20T17:37:17.854Z Compiling siphasher v0.3.11
14232023-11-20T17:37:17.884Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14242023-11-20T17:37:18.455Z Compiling idna v0.2.3
14252023-11-20T17:37:18.734Z Compiling anstyle-parse v0.2.1
14262023-11-20T17:37:19.290Z Compiling zerocopy v0.6.4
14272023-11-20T17:37:19.495Z Compiling signature v2.1.0
14282023-11-20T17:37:19.806Z Compiling serde_yaml v0.9.25
14292023-11-20T17:37:20.560Z Compiling hubpack_derive v0.1.1
14302023-11-20T17:37:20.605Z Compiling clap_derive v4.4.2
14312023-11-20T17:37:21.169Z Compiling either v1.9.0
14322023-11-20T17:37:21.435Z Compiling colorchoice v1.0.0
14332023-11-20T17:37:21.642Z Compiling anstyle-query v1.0.0
14342023-11-20T17:37:21.816Z Compiling anstream v0.5.0
14352023-11-20T17:37:21.836Z Compiling terminal_size v0.2.6
14362023-11-20T17:37:21.841Z Compiling trust-dns-proto v0.22.0
14372023-11-20T17:37:22.088Z Compiling usdt v0.3.5
14382023-11-20T17:37:22.892Z Compiling md-5 v0.10.5
14392023-11-20T17:37:23.219Z Compiling stringprep v0.1.3
14402023-11-20T17:37:23.480Z Compiling yasna v0.5.2
14412023-11-20T17:37:24.900Z Compiling hyper-rustls v0.24.2
14422023-11-20T17:37:25.287Z Compiling hyper-tls v0.5.0
14432023-11-20T17:37:25.735Z Compiling reqwest v0.11.22
14442023-11-20T17:37:25.795Z Compiling diesel_table_macro_syntax v0.1.0
14452023-11-20T17:37:25.862Z Compiling hash32 v0.2.1
14462023-11-20T17:37:26.346Z Compiling fallible-iterator v0.2.0
14472023-11-20T17:37:26.437Z Compiling stable_deref_trait v1.2.0
14482023-11-20T17:37:26.573Z Compiling clap_lex v0.5.1
14492023-11-20T17:37:27.357Z Compiling clap_builder v4.4.2
14502023-11-20T17:37:27.470Z Compiling postgres-protocol v0.6.6
14512023-11-20T17:37:28.063Z Compiling diesel_derives v2.1.1
14522023-11-20T17:37:29.401Z Compiling phf_shared v0.11.2
14532023-11-20T17:37:29.965Z Compiling tokio-stream v0.1.14
14542023-11-20T17:37:30.008Z Compiling serde_repr v0.1.16
14552023-11-20T17:37:31.462Z Compiling scheduled-thread-pool v0.2.7
14562023-11-20T17:37:31.581Z Compiling regex-automata v0.1.10
14572023-11-20T17:37:31.671Z Compiling signal-hook-mio v0.2.3
14582023-11-20T17:37:31.892Z Compiling r2d2 v0.8.10
14592023-11-20T17:37:32.363Z Compiling bstr v0.2.17
14602023-11-20T17:37:32.465Z Compiling phf v0.11.2
14612023-11-20T17:37:32.903Z Compiling bzip2 v0.4.4
14622023-11-20T17:37:33.483Z Compiling clap v4.4.3
14632023-11-20T17:37:33.634Z Compiling postgres-types v0.2.6
14642023-11-20T17:37:34.724Z Compiling hubpack v0.1.2
14652023-11-20T17:37:35.423Z Compiling itertools v0.11.0
14662023-11-20T17:37:35.579Z Compiling itertools v0.10.5
14672023-11-20T17:37:36.930Z Compiling phf_shared v0.10.0
14682023-11-20T17:37:37.272Z Compiling float-cmp v0.9.0
14692023-11-20T17:37:37.606Z Compiling difflib v0.4.0
14702023-11-20T17:37:39.906Z Compiling normalize-line-endings v0.3.0
14712023-11-20T17:37:40.065Z Compiling new_debug_unreachable v1.0.4
14722023-11-20T17:37:40.093Z Compiling regex-automata v0.3.8
14732023-11-20T17:37:40.121Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14742023-11-20T17:37:40.177Z Compiling whoami v1.4.1
14752023-11-20T17:37:40.199Z Compiling fixedbitset v0.4.2
14762023-11-20T17:37:40.296Z Compiling static_assertions v1.1.0
14772023-11-20T17:37:40.431Z Compiling predicates-core v1.0.6
14782023-11-20T17:37:40.882Z Compiling precomputed-hash v0.1.1
14792023-11-20T17:37:40.987Z Compiling predicates v3.0.4
14802023-11-20T17:37:41.029Z Compiling string_cache v0.8.7
14812023-11-20T17:37:41.149Z Compiling tokio-postgres v0.7.10
14822023-11-20T17:37:41.769Z Compiling petgraph v0.6.4
14832023-11-20T17:37:43.400Z Compiling bstr v1.6.0
14842023-11-20T17:37:43.720Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14852023-11-20T17:37:46.034Z Compiling similar v2.2.1
14862023-11-20T17:37:47.457Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14872023-11-20T17:37:47.544Z Compiling zip v0.6.6
14882023-11-20T17:37:47.636Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14892023-11-20T17:37:48.460Z Compiling crossterm v0.27.0
14902023-11-20T17:37:49.647Z Compiling bit-set v0.5.3
14912023-11-20T17:37:49.956Z Compiling console v0.15.7
14922023-11-20T17:37:50.036Z Compiling lalrpop-util v0.19.12
14932023-11-20T17:37:50.964Z Compiling diesel v2.1.4
14942023-11-20T17:37:54.378Z Compiling camino v1.1.6
14952023-11-20T17:37:54.702Z Compiling slog-async v2.8.0
14962023-11-20T17:37:55.987Z Compiling multer v2.1.0
14972023-11-20T17:37:57.848Z Compiling async-stream-impl v0.3.5
14982023-11-20T17:37:58.022Z Compiling ident_case v1.0.1
14992023-11-20T17:37:58.266Z Compiling paste v1.0.14
15002023-11-20T17:37:59.049Z Compiling darling_core v0.20.3
15012023-11-20T17:38:00.448Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15022023-11-20T17:38:01.323Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15032023-11-20T17:38:04.942Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15042023-11-20T17:38:06.215Z Compiling structmeta-derive v0.2.0
15052023-11-20T17:38:07.282Z Compiling regex-syntax v0.7.5
15062023-11-20T17:38:07.707Z Compiling darling_macro v0.20.3
15072023-11-20T17:38:08.566Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15082023-11-20T17:38:09.274Z Compiling darling v0.20.3
15092023-11-20T17:38:09.423Z Compiling serde_with_macros v2.3.3
15102023-11-20T17:38:10.481Z Compiling structmeta v0.2.0
15112023-11-20T17:38:17.505Z Compiling parse-display-derive v0.8.2
15122023-11-20T17:38:24.038Z Compiling toml v0.8.8
15132023-11-20T17:38:24.343Z Compiling proc-macro-crate v1.3.1
15142023-11-20T17:38:26.079Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15152023-11-20T17:38:26.858Z Compiling num_enum_derive v0.5.11
15162023-11-20T17:38:39.511Z Compiling proc-macro-error-attr v1.0.4
15172023-11-20T17:38:46.192Z Compiling proc-macro-error v1.0.4
15182023-11-20T17:38:46.620Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15192023-11-20T17:38:49.309Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15202023-11-20T17:38:55.511Z Compiling foreign-types-macros v0.2.3
15212023-11-20T17:38:57.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15222023-11-20T17:38:58.159Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15232023-11-20T17:38:59.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15242023-11-20T17:39:00.222Z Compiling crucible-workspace-hack v0.1.0
15252023-11-20T17:39:00.825Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15262023-11-20T17:39:04.475Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15272023-11-20T17:39:05.013Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15282023-11-20T17:39:12.526Z Compiling sha1 v0.10.6
15292023-11-20T17:39:12.682Z Compiling atty v0.2.14
15302023-11-20T17:39:12.871Z Compiling match_cfg v0.1.0
15312023-11-20T17:39:13.144Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15322023-11-20T17:39:13.447Z Compiling hostname v0.3.1
15332023-11-20T17:39:19.131Z Compiling dirs-sys-next v0.1.2
15342023-11-20T17:39:25.606Z Compiling dirs-next v2.0.0
15352023-11-20T17:39:28.338Z Compiling heck v0.3.3
15362023-11-20T17:39:29.570Z Compiling thread_local v1.1.7
15372023-11-20T17:39:29.795Z Compiling libefi-sys v0.1.0
15382023-11-20T17:39:30.205Z Compiling fastrand v2.0.0
15392023-11-20T17:39:30.584Z Compiling structopt-derive v0.4.18
15402023-11-20T17:39:30.736Z Compiling tempfile v3.8.0
15412023-11-20T17:39:30.739Z Compiling term v0.7.0
15422023-11-20T17:39:30.782Z Compiling zone_cfg_derive v0.3.0
15432023-11-20T17:39:31.039Z Compiling crossbeam-channel v0.5.8
15442023-11-20T17:39:32.098Z Compiling num-derive v0.4.0
15452023-11-20T17:39:32.102Z Compiling instant v0.1.12
15462023-11-20T17:39:32.308Z Compiling take_mut v0.2.2
15472023-11-20T17:39:32.555Z Compiling slog-term v2.9.0
15482023-11-20T17:39:34.521Z Compiling slog-json v2.6.1
15492023-11-20T17:39:34.623Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15502023-11-20T17:39:34.919Z Compiling atomic-waker v1.1.1
15512023-11-20T17:39:35.003Z Compiling slog-bunyan v2.4.0
15522023-11-20T17:39:35.110Z Compiling waitgroup v0.1.2
15532023-11-20T17:39:35.262Z Compiling async-stream v0.3.5
15542023-11-20T17:39:35.644Z Compiling serde_path_to_error v0.1.14
15552023-11-20T17:39:35.708Z Compiling platforms v3.0.2
15562023-11-20T17:39:35.743Z Compiling debug-ignore v1.0.5
15572023-11-20T17:39:36.171Z Compiling same-file v1.0.6
15582023-11-20T17:39:36.498Z Compiling walkdir v2.4.0
15592023-11-20T17:39:37.065Z Compiling strum v0.25.0
15602023-11-20T17:39:37.094Z Compiling toml v0.5.11
15612023-11-20T17:39:37.491Z Compiling semver-parser v0.10.2
15622023-11-20T17:39:37.517Z Compiling filetime v0.2.22
15632023-11-20T17:39:37.979Z Compiling xattr v1.0.1
15642023-11-20T17:39:38.487Z Compiling tar v0.4.40
15652023-11-20T17:39:39.352Z Compiling semver v0.11.0
15662023-11-20T17:39:39.521Z Compiling serde_with v2.3.3
15672023-11-20T17:39:40.642Z Compiling home v0.5.5
15682023-11-20T17:39:40.700Z Compiling curve25519-dalek v4.1.0
15692023-11-20T17:39:40.960Z Compiling toolchain_find v0.2.0
15702023-11-20T17:39:41.285Z Compiling backoff v0.4.0
15712023-11-20T17:39:41.742Z Compiling parse-display v0.8.2
15722023-11-20T17:39:42.002Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15732023-11-20T17:39:42.023Z Compiling macaddr v1.0.1
15742023-11-20T17:39:42.227Z Compiling rustfmt-wrapper v0.2.0
15752023-11-20T17:39:42.886Z Compiling omicron-zone-package v0.9.1
15762023-11-20T17:39:43.929Z Compiling curve25519-dalek-derive v0.1.0
15772023-11-20T17:39:44.384Z Compiling num-rational v0.4.1
15782023-11-20T17:39:44.825Z Compiling getrandom v0.1.16
15792023-11-20T17:39:45.798Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15802023-11-20T17:39:46.063Z Compiling num_enum v0.5.11
15812023-11-20T17:39:46.142Z Compiling postcard-cobs v0.1.5-pre
15822023-11-20T17:39:46.515Z Compiling postcard v0.7.3
15832023-11-20T17:39:46.573Z Compiling smoltcp v0.8.2
15842023-11-20T17:39:47.273Z Compiling unicase v2.7.0
15852023-11-20T17:39:47.767Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15862023-11-20T17:39:48.457Z Compiling foreign-types-shared v0.3.1
15872023-11-20T17:39:48.460Z Compiling parking_lot_core v0.8.6
15882023-11-20T17:39:48.597Z Compiling cfg-if v0.1.10
15892023-11-20T17:39:48.643Z Compiling foreign-types v0.5.0
15902023-11-20T17:39:49.424Z Compiling is-terminal v0.4.9
15912023-11-20T17:39:49.556Z Compiling cstr-argument v0.1.2
15922023-11-20T17:39:49.730Z Compiling pretty-hex v0.2.1
15932023-11-20T17:39:50.171Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15942023-11-20T17:39:50.328Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15952023-11-20T17:39:50.397Z Compiling colored v2.0.4
15962023-11-20T17:39:51.316Z Compiling textwrap v0.11.0
15972023-11-20T17:39:51.354Z Compiling slog-dtrace v0.2.3
15982023-11-20T17:39:51.495Z Compiling vec_map v0.8.2
15992023-11-20T17:39:51.561Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16002023-11-20T17:39:51.788Z Compiling strsim v0.8.0
16012023-11-20T17:39:51.925Z Compiling winapi v0.3.9
16022023-11-20T17:39:52.125Z Compiling ansi_term v0.12.1
16032023-11-20T17:39:52.970Z Compiling convert_case v0.4.0
16042023-11-20T17:39:53.315Z Compiling clap v2.34.0
16052023-11-20T17:39:54.568Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16062023-11-20T17:39:55.057Z Compiling derive_more v0.99.17
16072023-11-20T17:39:57.718Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16082023-11-20T17:39:58.263Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16092023-11-20T17:39:58.403Z Compiling thiserror-impl-no-std v2.0.2
16102023-11-20T17:39:59.103Z Compiling base64ct v1.6.0
16112023-11-20T17:40:01.241Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16122023-11-20T17:40:02.658Z Compiling structopt v0.3.26
16132023-11-20T17:40:02.902Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16142023-11-20T17:40:03.433Z Compiling mime_guess v2.0.4
16152023-11-20T17:40:05.252Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16162023-11-20T17:40:06.485Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16172023-11-20T17:40:06.904Z Compiling zone v0.3.0
16182023-11-20T17:40:07.578Z Compiling smf v0.2.2
16192023-11-20T17:40:08.278Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16202023-11-20T17:40:08.427Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16212023-11-20T17:40:10.389Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16222023-11-20T17:40:10.753Z Compiling universal-hash v0.5.1
16232023-11-20T17:40:10.779Z Compiling opaque-debug v0.3.0
16242023-11-20T17:40:10.810Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16252023-11-20T17:40:11.294Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16262023-11-20T17:40:11.446Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16272023-11-20T17:40:11.807Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16282023-11-20T17:40:12.175Z Compiling hkdf v0.12.3
16292023-11-20T17:40:12.504Z Compiling cancel-safe-futures v0.1.5
16302023-11-20T17:40:13.372Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16312023-11-20T17:40:13.920Z Compiling linked-hash-map v0.5.6
16322023-11-20T17:40:14.470Z Compiling keccak v0.1.4
16332023-11-20T17:40:15.827Z Compiling quick-error v1.2.3
16342023-11-20T17:40:16.040Z Compiling resolv-conf v0.7.0
16352023-11-20T17:40:17.423Z Compiling sha3 v0.10.8
16362023-11-20T17:40:17.758Z Compiling lru-cache v0.1.2
16372023-11-20T17:40:18.039Z Compiling password-hash v0.5.0
16382023-11-20T17:40:20.151Z Compiling blake2 v0.10.6
16392023-11-20T17:40:20.396Z Compiling aead v0.5.2
16402023-11-20T17:40:20.839Z Compiling secrecy v0.8.0
16412023-11-20T17:40:21.215Z Compiling num-complex v0.4.4
16422023-11-20T17:40:21.711Z Compiling ff v0.13.0
16432023-11-20T17:40:21.812Z Compiling nibble_vec v0.1.0
16442023-11-20T17:40:22.033Z Compiling arc-swap v1.6.0
16452023-11-20T17:40:23.061Z Compiling utf-8 v0.7.6
16462023-11-20T17:40:23.440Z Compiling endian-type v0.1.2
16472023-11-20T17:40:23.743Z Compiling radix_trie v0.2.1
16482023-11-20T17:40:24.313Z Compiling tungstenite v0.20.1
16492023-11-20T17:40:24.571Z Compiling num v0.4.1
16502023-11-20T17:40:24.845Z Compiling slog-scope v4.4.0
16512023-11-20T17:40:24.996Z Compiling group v0.13.0
16522023-11-20T17:40:25.247Z Compiling argon2 v0.5.2
16532023-11-20T17:40:25.670Z Compiling rand_core v0.5.1
16542023-11-20T17:40:26.139Z Compiling trust-dns-resolver v0.22.0
16552023-11-20T17:40:26.301Z Compiling poly1305 v0.8.0
16562023-11-20T17:40:32.889Z Compiling chacha20 v0.9.1
16572023-11-20T17:40:33.358Z Compiling crypto-bigint v0.5.2
16582023-11-20T17:40:33.497Z Compiling ciborium-io v0.2.1
16592023-11-20T17:40:33.681Z Compiling half v1.8.2
16602023-11-20T17:40:34.381Z Compiling option-ext v0.2.0
16612023-11-20T17:40:34.940Z Compiling base16ct v0.2.0
16622023-11-20T17:40:35.199Z Compiling ciborium-ll v0.2.1
16632023-11-20T17:40:35.310Z Compiling dirs-sys v0.4.1
16642023-11-20T17:40:36.148Z Compiling parking_lot v0.11.2
16652023-11-20T17:40:36.297Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16662023-11-20T17:40:36.628Z Compiling elliptic-curve v0.13.5
16672023-11-20T17:40:36.883Z Compiling rand_chacha v0.2.2
16682023-11-20T17:40:37.077Z Compiling tokio-tungstenite v0.20.1
16692023-11-20T17:40:37.432Z Compiling slog-stdlog v4.1.1
16702023-11-20T17:40:37.733Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16712023-11-20T17:40:37.860Z Compiling trust-dns-client v0.22.0
16722023-11-20T17:40:37.986Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16732023-11-20T17:40:38.563Z Compiling polyval v0.6.1
16742023-11-20T17:40:39.175Z Compiling thiserror-no-std v2.0.2
16752023-11-20T17:40:39.209Z Compiling password-hash v0.4.2
16762023-11-20T17:40:40.207Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16772023-11-20T17:40:40.903Z Compiling ed25519 v2.2.2
16782023-11-20T17:40:41.366Z Compiling ctr v0.9.2
16792023-11-20T17:40:41.410Z Compiling aes v0.8.3
16802023-11-20T17:40:41.824Z Compiling blowfish v0.9.1
16812023-11-20T17:40:42.241Z Compiling pbkdf2 v0.12.2
16822023-11-20T17:40:42.429Z Compiling fxhash v0.2.1
16832023-11-20T17:40:42.479Z Compiling glob v0.3.1
16842023-11-20T17:40:43.641Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
16852023-11-20T17:40:44.168Z Compiling sled v0.34.7
16862023-11-20T17:40:45.683Z Compiling bcrypt-pbkdf v0.10.0
16872023-11-20T17:40:46.051Z Compiling ed25519-dalek v2.0.0
16882023-11-20T17:40:46.937Z Compiling trust-dns-server v0.22.1
16892023-11-20T17:40:47.756Z Compiling pbkdf2 v0.11.0
16902023-11-20T17:40:48.155Z Compiling russh-cryptovec v0.7.0
16912023-11-20T17:40:48.326Z Compiling vsss-rs v3.3.1
16922023-11-20T17:40:48.607Z Compiling ghash v0.5.0
16932023-11-20T17:40:48.765Z Compiling slog-envlogger v2.2.0
16942023-11-20T17:40:48.860Z Compiling rand v0.7.3
16952023-11-20T17:40:49.980Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16962023-11-20T17:40:53.170Z Compiling ciborium v0.2.1
16972023-11-20T17:40:54.261Z Compiling dirs v5.0.1
16982023-11-20T17:40:54.711Z Compiling chacha20poly1305 v0.10.1
16992023-11-20T17:40:56.845Z Compiling camino-tempfile v1.0.2
17002023-11-20T17:40:57.837Z Compiling cbc v0.1.2
17012023-11-20T17:40:57.896Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17022023-11-20T17:40:58.036Z Compiling headers-core v0.2.0
17032023-11-20T17:40:58.274Z Compiling kstat-rs v0.2.3
17042023-11-20T17:40:58.418Z Compiling pem v3.0.2
17052023-11-20T17:40:58.876Z Compiling md5 v0.7.0
17062023-11-20T17:40:59.148Z Compiling base64 v0.13.1
17072023-11-20T17:40:59.428Z Compiling http-range v0.1.5
17082023-11-20T17:40:59.431Z Compiling pretty-hex v0.3.0
17092023-11-20T17:40:59.729Z Compiling hyper-staticfile v0.9.5
17102023-11-20T17:40:59.753Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17112023-11-20T17:41:00.112Z Compiling pem v1.1.1
17122023-11-20T17:41:01.177Z Compiling russh-keys v0.38.0
17132023-11-20T17:41:03.603Z Compiling rcgen v0.11.3
17142023-11-20T17:41:03.831Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17152023-11-20T17:41:03.883Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17162023-11-20T17:41:04.447Z Compiling headers v0.3.9
17172023-11-20T17:41:07.794Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17182023-11-20T17:41:15.569Z Compiling aes-gcm v0.10.3
17192023-11-20T17:41:15.988Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17202023-11-20T17:41:19.021Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17212023-11-20T17:41:20.677Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17222023-11-20T17:41:26.635Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17232023-11-20T17:41:28.398Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17242023-11-20T17:41:28.609Z Compiling atomicwrites v0.4.2
17252023-11-20T17:41:29.202Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17262023-11-20T17:41:32.936Z Compiling subprocess v0.2.9
17272023-11-20T17:41:33.760Z Compiling hex-literal v0.4.1
17282023-11-20T17:41:35.942Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17292023-11-20T17:41:36.053Z Compiling russh v0.39.0
17302023-11-20T17:41:39.128Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17312023-11-20T17:41:58.832Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17322023-11-20T17:42:33.058Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17332023-11-20T17:43:51.048Z Finished dev [unoptimized + debuginfo] target(s) in 8m 17s
17342023-11-20T17:43:51.373Z
17352023-11-20T17:43:51.382Zreal 8:18.062850012
17362023-11-20T17:43:51.385Zuser 49:06.254230915
17372023-11-20T17:43:51.387Zsys 7:53.068327864
17382023-11-20T17:43:51.390Ztrap 1.776946184
17392023-11-20T17:43:51.394Ztflt 5.618575641
17402023-11-20T17:43:51.396Zdflt 7.051990697
17412023-11-20T17:43:51.399Zkflt 0.022394141
17422023-11-20T17:43:51.402Zlock 1:30:29.688214006
17432023-11-20T17:43:51.406Zslp 2:15:11.295535193
17442023-11-20T17:43:51.409Zlat 2:05.268485019
17452023-11-20T17:43:51.412Zstop 4:41.482090687
17462023-11-20T17:43:51.414Z+ mkdir -p /work/end-to-end-tests
17472023-11-20T17:43:51.417Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17482023-11-20T17:43:52.265Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17492023-11-20T17:43:52.268Z+ ptime -m gzip
17502023-11-20T17:43:52.272Z++ basename target/debug/bootstrap
17512023-11-20T17:44:07.442Z
17522023-11-20T17:44:07.445Zreal 15.169158058
17532023-11-20T17:44:07.448Zuser 15.011850924
17542023-11-20T17:44:07.451Zsys 0.144241299
17552023-11-20T17:44:07.454Ztrap 0.004890483
17562023-11-20T17:44:07.457Ztflt 0.000000000
17572023-11-20T17:44:07.460Zdflt 0.000000000
17582023-11-20T17:44:07.463Zkflt 0.000000000
17592023-11-20T17:44:07.466Zlock 0.000000000
17602023-11-20T17:44:07.468Zslp 0.000000000
17612023-11-20T17:44:07.471Zlat 0.007847560
17622023-11-20T17:44:07.475Zstop 0.000212630
17632023-11-20T17:44:07.479Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17642023-11-20T17:44:07.481Z+ ptime -m gzip
17652023-11-20T17:44:07.484Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7746be776f1918b3
17662023-11-20T17:44:08.544Z
17672023-11-20T17:44:08.547Zreal 1.093626490
17682023-11-20T17:44:08.550Zuser 1.081842213
17692023-11-20T17:44:08.553Zsys 0.011148646
17702023-11-20T17:44:08.556Ztrap 0.000098841
17712023-11-20T17:44:08.559Ztflt 0.000000000
17722023-11-20T17:44:08.561Zdflt 0.000000000
17732023-11-20T17:44:08.564Zkflt 0.000000000
17742023-11-20T17:44:08.567Zlock 0.000000000
17752023-11-20T17:44:08.570Zslp 0.000000000
17762023-11-20T17:44:08.573Zlat 0.000203625
17772023-11-20T17:44:08.575Zstop 0.000212920
17782023-11-20T17:44:08.578Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17792023-11-20T17:44:08.582Z+ ptime -m gzip
17802023-11-20T17:44:08.587Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cb4cc51c87b08c71
17812023-11-20T17:44:25.685Z
17822023-11-20T17:44:25.688Zreal 17.131269594
17832023-11-20T17:44:25.693Zuser 16.956454461
17842023-11-20T17:44:25.696Zsys 0.169337953
17852023-11-20T17:44:25.699Ztrap 0.003369621
17862023-11-20T17:44:25.702Ztflt 0.000000000
17872023-11-20T17:44:25.704Zdflt 0.000000000
17882023-11-20T17:44:25.708Zkflt 0.000000000
17892023-11-20T17:44:25.710Zlock 0.000000000
17902023-11-20T17:44:25.713Zslp 0.000000000
17912023-11-20T17:44:25.716Zlat 0.001705495
17922023-11-20T17:44:25.719Zstop 0.000278002
17932023-11-20T17:44:25.722Z+ banner caboose-util
17942023-11-20T17:44:25.724Z
17952023-11-20T17:44:25.727Z #### ## ##### #### #### #### ###### # # #####
17962023-11-20T17:44:25.730Z # # # # # # # # # # # # # # #
17972023-11-20T17:44:25.733Z # # # ##### # # # # #### ##### ##### # # #
17982023-11-20T17:44:25.736Z # ###### # # # # # # # # # # #
17992023-11-20T17:44:25.739Z # # # # # # # # # # # # # # # #
18002023-11-20T17:44:25.743Z #### # # ##### #### #### #### ###### #### #
18012023-11-20T17:44:25.746Z
18022023-11-20T17:44:25.748Z+ ptime -m cargo build --locked -p caboose-util --release
18032023-11-20T17:44:26.302Z Downloading crates ...
18042023-11-20T17:44:26.632Z Downloaded crc-catalog v2.2.0
18052023-11-20T17:44:26.635Z Downloaded der_derive v0.7.2
18062023-11-20T17:44:26.650Z Downloaded nodrop v0.1.14
18072023-11-20T17:44:26.653Z Downloaded path-slash v0.1.5
18082023-11-20T17:44:26.665Z Downloaded tap v1.0.1
18092023-11-20T17:44:26.668Z Downloaded termcolor v1.2.0
18102023-11-20T17:44:26.671Z Downloaded crc v3.0.1
18112023-11-20T17:44:26.674Z Downloaded pem-rfc7468 v0.7.0
18122023-11-20T17:44:26.677Z Downloaded wyz v0.5.1
18132023-11-20T17:44:26.680Z Downloaded flagset v0.4.3
18142023-11-20T17:44:26.682Z Downloaded bitfield v0.14.0
18152023-11-20T17:44:26.685Z Downloaded array-init v0.0.4
18162023-11-20T17:44:26.688Z Downloaded packed_struct v0.10.1
18172023-11-20T17:44:26.691Z Downloaded smallvec v0.6.14
18182023-11-20T17:44:26.694Z Downloaded serde-hex v0.1.0
18192023-11-20T17:44:26.697Z Downloaded funty v2.0.0
18202023-11-20T17:44:26.700Z Downloaded pkcs1 v0.7.5
18212023-11-20T17:44:26.703Z Downloaded env_logger v0.10.0
18222023-11-20T17:44:26.706Z Downloaded crc-any v2.4.3
18232023-11-20T17:44:26.708Z Downloaded ron v0.8.1
18242023-11-20T17:44:26.717Z Downloaded x509-cert v0.2.4
18252023-11-20T17:44:26.728Z Downloaded rsa v0.9.2
18262023-11-20T17:44:26.737Z Downloaded object v0.30.4
18272023-11-20T17:44:26.754Z Downloaded bitvec v1.0.1
18282023-11-20T17:44:26.782Z Downloaded num-bigint-dig v0.8.4
18292023-11-20T17:44:26.790Z Downloaded maybe-uninit v2.0.0
18302023-11-20T17:44:26.793Z Downloaded radium v0.7.0
18312023-11-20T17:44:26.796Z Downloaded packed_struct_codegen v0.10.1
18322023-11-20T17:44:26.959Z Compiling proc-macro2 v1.0.69
18332023-11-20T17:44:26.962Z Compiling unicode-ident v1.0.12
18342023-11-20T17:44:26.965Z Compiling libc v0.2.150
18352023-11-20T17:44:26.968Z Compiling autocfg v1.1.0
18362023-11-20T17:44:26.971Z Compiling serde v1.0.192
18372023-11-20T17:44:26.974Z Compiling cfg-if v1.0.0
18382023-11-20T17:44:26.977Z Compiling version_check v0.9.4
18392023-11-20T17:44:27.102Z Compiling parking_lot_core v0.9.8
18402023-11-20T17:44:27.113Z Compiling syn v1.0.109
18412023-11-20T17:44:27.209Z Compiling typenum v1.16.0
18422023-11-20T17:44:27.736Z Compiling libm v0.2.7
18432023-11-20T17:44:27.741Z Compiling futures-core v0.3.29
18442023-11-20T17:44:27.942Z Compiling generic-array v0.14.7
18452023-11-20T17:44:28.013Z Compiling lock_api v0.4.10
18462023-11-20T17:44:28.191Z Compiling num-traits v0.2.16
18472023-11-20T17:44:28.203Z Compiling once_cell v1.18.0
18482023-11-20T17:44:28.351Z Compiling pkg-config v0.3.27
18492023-11-20T17:44:28.509Z Compiling scopeguard v1.2.0
18502023-11-20T17:44:28.758Z Compiling slab v0.4.9
18512023-11-20T17:44:28.780Z Compiling serde_json v1.0.108
18522023-11-20T17:44:28.796Z Compiling futures-channel v0.3.29
18532023-11-20T17:44:29.292Z Compiling quote v1.0.33
18542023-11-20T17:44:29.304Z Compiling futures-task v0.3.29
18552023-11-20T17:44:29.537Z Compiling thiserror v1.0.49
18562023-11-20T17:44:29.756Z Compiling futures-util v0.3.29
18572023-11-20T17:44:30.055Z Compiling syn v2.0.32
18582023-11-20T17:44:30.111Z Compiling cc v1.0.83
18592023-11-20T17:44:30.179Z Compiling getrandom v0.2.10
18602023-11-20T17:44:30.247Z Compiling memchr v2.6.3
18612023-11-20T17:44:30.396Z Compiling itoa v1.0.9
18622023-11-20T17:44:30.724Z Compiling log v0.4.20
18632023-11-20T17:44:30.780Z Compiling smallvec v1.11.0
18642023-11-20T17:44:32.151Z Compiling vcpkg v0.2.15
18652023-11-20T17:44:32.296Z Compiling byteorder v1.5.0
18662023-11-20T17:44:32.787Z Compiling rand_core v0.6.4
18672023-11-20T17:44:33.094Z Compiling parking_lot v0.12.1
18682023-11-20T17:44:33.481Z Compiling pin-project-lite v0.2.13
18692023-11-20T17:44:34.122Z Compiling ring v0.17.5
18702023-11-20T17:44:34.478Z Compiling indexmap v1.9.3
18712023-11-20T17:44:34.974Z Compiling openssl-sys v0.9.93
18722023-11-20T17:44:36.276Z Compiling signal-hook-registry v1.4.1
18732023-11-20T17:44:36.728Z Compiling io-lifetimes v1.0.11
18742023-11-20T17:44:37.462Z Compiling ring v0.16.20
18752023-11-20T17:44:37.593Z Compiling mio v0.8.8
18762023-11-20T17:44:39.084Z Compiling num-integer v0.1.45
18772023-11-20T17:44:40.265Z Compiling ryu v1.0.15
18782023-11-20T17:44:40.268Z Compiling semver v1.0.20
18792023-11-20T17:44:40.274Z Compiling const-oid v0.9.5
18802023-11-20T17:44:40.689Z Compiling spin v0.5.2
18812023-11-20T17:44:40.692Z Compiling rustix v0.37.23
18822023-11-20T17:44:41.352Z Compiling num_cpus v1.16.0
18832023-11-20T17:44:41.503Z Compiling socket2 v0.5.4
18842023-11-20T17:44:41.571Z Compiling unicode-xid v0.2.4
18852023-11-20T17:44:41.791Z Compiling heck v0.4.1
18862023-11-20T17:44:42.171Z Compiling ucd-trie v0.1.6
18872023-11-20T17:44:42.383Z Compiling openssl v0.10.57
18882023-11-20T17:44:42.848Z Compiling httparse v1.8.0
18892023-11-20T17:44:42.918Z Compiling futures-sink v0.3.29
18902023-11-20T17:44:42.947Z Compiling synstructure v0.12.6
18912023-11-20T17:44:43.297Z Compiling tinyvec_macros v0.1.1
18922023-11-20T17:44:43.401Z Compiling tinyvec v1.6.0
18932023-11-20T17:44:44.323Z Compiling futures-io v0.3.29
18942023-11-20T17:44:44.430Z Compiling pin-utils v0.1.0
18952023-11-20T17:44:44.547Z Compiling ppv-lite86 v0.2.17
18962023-11-20T17:44:44.685Z Compiling rustls v0.21.9
18972023-11-20T17:44:44.727Z Compiling native-tls v0.2.11
18982023-11-20T17:44:45.072Z Compiling crc32fast v1.3.2
18992023-11-20T17:44:45.182Z Compiling bzip2-sys v0.1.11+1.0.8
19002023-11-20T17:44:45.680Z Compiling spin v0.9.8
19012023-11-20T17:44:45.812Z Compiling rand_chacha v0.3.1
19022023-11-20T17:44:45.825Z Compiling tracing-core v0.1.31
19032023-11-20T17:44:46.002Z Compiling unicode-normalization v0.1.22
19042023-11-20T17:44:46.039Z Compiling subtle v2.5.0
19052023-11-20T17:44:46.520Z Compiling unicode-bidi v0.3.13
19062023-11-20T17:44:47.239Z Compiling rand v0.8.5
19072023-11-20T17:44:48.454Z Compiling errno v0.3.2
19082023-11-20T17:44:48.589Z Compiling num-iter v0.1.43
19092023-11-20T17:44:48.653Z Compiling usdt-impl v0.3.5
19102023-11-20T17:44:48.708Z Compiling ahash v0.8.3
19112023-11-20T17:44:49.064Z Compiling base64 v0.21.5
19122023-11-20T17:44:49.171Z Compiling rustix v0.38.9
19132023-11-20T17:44:49.234Z Compiling schemars v0.8.13
19142023-11-20T17:44:50.086Z Compiling signal-hook v0.3.17
19152023-11-20T17:44:50.505Z Compiling serde_derive_internals v0.26.0
19162023-11-20T17:44:51.469Z Compiling serde_derive v1.0.192
19172023-11-20T17:44:51.656Z Compiling zeroize_derive v1.4.2
19182023-11-20T17:44:51.880Z Compiling tokio-macros v2.1.0
19192023-11-20T17:44:52.547Z Compiling thiserror-impl v1.0.49
19202023-11-20T17:44:52.883Z Compiling futures-macro v0.3.29
19212023-11-20T17:44:53.921Z Compiling zeroize v1.6.0
19222023-11-20T17:44:54.234Z Compiling tracing-attributes v0.1.26
19232023-11-20T17:44:55.142Z Compiling zerocopy-derive v0.2.0
19242023-11-20T17:44:55.429Z Compiling openssl-macros v0.1.1
19252023-11-20T17:44:56.497Z Compiling zerocopy-derive v0.6.4
19262023-11-20T17:44:56.797Z Compiling crypto-common v0.1.6
19272023-11-20T17:44:57.068Z Compiling block-buffer v0.10.4
19282023-11-20T17:44:57.106Z Compiling pest v2.7.2
19292023-11-20T17:44:57.443Z Compiling digest v0.10.7
19302023-11-20T17:44:58.212Z Compiling bitflags v1.3.2
19312023-11-20T17:44:58.739Z Compiling fnv v1.0.7
19322023-11-20T17:44:59.501Z Compiling zerocopy v0.3.0
19332023-11-20T17:44:59.516Z Compiling tracing v0.1.37
19342023-11-20T17:45:00.247Z Compiling schemars_derive v0.8.13
19352023-11-20T17:45:00.980Z Compiling lazy_static v1.4.0
19362023-11-20T17:45:01.167Z Compiling pest_meta v2.7.2
19372023-11-20T17:45:03.538Z Compiling pest_generator v2.7.2
19382023-11-20T17:45:05.083Z Compiling backtrace v0.3.69
19392023-11-20T17:45:05.092Z Compiling memoffset v0.9.0
19402023-11-20T17:45:05.517Z Compiling num-bigint v0.4.4
19412023-11-20T17:45:05.665Z Compiling hashbrown v0.12.3
19422023-11-20T17:45:05.970Z Compiling iana-time-zone v0.1.57
19432023-11-20T17:45:06.172Z Compiling untrusted v0.7.1
19442023-11-20T17:45:06.396Z Compiling base64ct v1.6.0
19452023-11-20T17:45:06.446Z Compiling untrusted v0.9.0
19462023-11-20T17:45:06.466Z Compiling smoltcp v0.9.1
19472023-11-20T17:45:06.683Z Compiling openssl-probe v0.1.5
19482023-11-20T17:45:07.111Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19492023-11-20T17:45:07.332Z Compiling foreign-types-shared v0.1.1
19502023-11-20T17:45:07.421Z Compiling hashbrown v0.14.2
19512023-11-20T17:45:07.566Z Compiling equivalent v1.0.1
19522023-11-20T17:45:07.705Z Compiling percent-encoding v2.3.0
19532023-11-20T17:45:07.757Z Compiling pest_derive v2.7.2
19542023-11-20T17:45:08.188Z Compiling crossbeam-utils v0.8.16
19552023-11-20T17:45:08.210Z Compiling async-trait v0.1.74
19562023-11-20T17:45:08.823Z Compiling dtrace-parser v0.1.14
19572023-11-20T17:45:08.915Z Compiling foreign-types v0.3.2
19582023-11-20T17:45:09.041Z Compiling pem-rfc7468 v0.7.0
19592023-11-20T17:45:11.146Z Compiling dof v0.1.5
19602023-11-20T17:45:11.527Z Compiling clap_derive v4.4.2
19612023-11-20T17:45:11.856Z Compiling der_derive v0.7.2
19622023-11-20T17:45:14.014Z Compiling bytes v1.5.0
19632023-11-20T17:45:15.535Z Compiling bitflags v2.4.0
19642023-11-20T17:45:15.793Z Compiling tokio v1.33.0
19652023-11-20T17:45:15.804Z Compiling rustc_version v0.4.0
19662023-11-20T17:45:16.739Z Compiling heapless v0.7.16
19672023-11-20T17:45:17.327Z Compiling http v0.2.11
19682023-11-20T17:45:17.921Z Compiling uuid v1.5.0
19692023-11-20T17:45:18.965Z Compiling chrono v0.4.31
19702023-11-20T17:45:19.095Z Compiling indexmap v2.1.0
19712023-11-20T17:45:22.583Z Compiling thread-id v4.2.0
19722023-11-20T17:45:22.610Z Compiling time-core v0.1.1
19732023-11-20T17:45:22.646Z Compiling adler v1.0.2
19742023-11-20T17:45:22.681Z Compiling anstyle v1.0.2
19752023-11-20T17:45:22.706Z Compiling try-lock v0.2.4
19762023-11-20T17:45:22.750Z Compiling flagset v0.4.3
19772023-11-20T17:45:22.793Z Compiling siphasher v0.3.11
19782023-11-20T17:45:22.823Z Compiling utf8parse v0.2.1
19792023-11-20T17:45:22.837Z Compiling rustversion v1.0.14
19802023-11-20T17:45:22.850Z Compiling cpufeatures v0.2.9
19812023-11-20T17:45:22.858Z Compiling sha2 v0.10.8
19822023-11-20T17:45:24.662Z Compiling anstyle-parse v0.2.1
19832023-11-20T17:45:25.252Z Compiling der v0.7.8
19842023-11-20T17:45:26.051Z Compiling want v0.3.1
19852023-11-20T17:45:26.419Z Compiling time-macros v0.2.13
19862023-11-20T17:45:27.961Z Compiling tokio-util v0.7.10
19872023-11-20T17:45:28.769Z Compiling miniz_oxide v0.7.1
19882023-11-20T17:45:30.158Z Compiling h2 v0.3.21
19892023-11-20T17:45:31.837Z Compiling http-body v0.4.5
19902023-11-20T17:45:34.831Z Compiling serde_tokenstream v0.1.7
19912023-11-20T17:45:35.794Z Compiling sct v0.7.0
19922023-11-20T17:45:36.197Z Compiling rustls-webpki v0.101.7
19932023-11-20T17:45:37.172Z Compiling form_urlencoded v1.2.0
19942023-11-20T17:45:37.613Z Compiling hubpack_derive v0.1.1
19952023-11-20T17:45:39.539Z Compiling socket2 v0.4.9
19962023-11-20T17:45:39.542Z Compiling crossbeam-epoch v0.9.15
19972023-11-20T17:45:39.545Z Compiling tower-service v0.3.2
19982023-11-20T17:45:39.548Z Compiling colorchoice v1.0.0
19992023-11-20T17:45:39.571Z Compiling anstyle-query v1.0.0
20002023-11-20T17:45:39.756Z Compiling radium v0.7.0
20012023-11-20T17:45:39.915Z Compiling anyhow v1.0.75
20022023-11-20T17:45:39.966Z Compiling httpdate v1.0.3
20032023-11-20T17:45:40.375Z Compiling slog v2.7.0
20042023-11-20T17:45:41.423Z Compiling hyper v0.14.27
20052023-11-20T17:45:46.420Z Compiling anstream v0.5.0
20062023-11-20T17:45:50.355Z Compiling terminal_size v0.2.6
20072023-11-20T17:45:50.953Z Compiling spki v0.7.2
20082023-11-20T17:45:53.937Z Compiling serde_spanned v0.6.4
20092023-11-20T17:45:54.259Z Compiling toml_datetime v0.6.5
20102023-11-20T17:45:54.595Z Compiling zerocopy v0.6.4
20112023-11-20T17:45:54.886Z Compiling rustls-pemfile v1.0.3
20122023-11-20T17:45:55.020Z Compiling hmac v0.12.1
20132023-11-20T17:45:55.315Z Compiling md-5 v0.10.5
20142023-11-20T17:45:55.562Z Compiling stringprep v0.1.3
20152023-11-20T17:45:55.651Z Compiling idna v0.4.0
20162023-11-20T17:45:56.200Z Compiling diesel_table_macro_syntax v0.1.0
20172023-11-20T17:45:56.648Z Compiling hash32 v0.2.1
20182023-11-20T17:45:56.719Z Compiling aho-corasick v1.0.4
20192023-11-20T17:45:56.742Z Compiling either v1.9.0
20202023-11-20T17:45:56.863Z Compiling clap_lex v0.5.1
20212023-11-20T17:45:56.875Z Compiling fallible-iterator v0.2.0
20222023-11-20T17:45:57.187Z Compiling maybe-uninit v2.0.0
20232023-11-20T17:45:57.405Z Compiling stable_deref_trait v1.2.0
20242023-11-20T17:45:57.533Z Compiling strsim v0.10.0
20252023-11-20T17:45:57.980Z Compiling gimli v0.28.0
20262023-11-20T17:45:57.984Z Compiling regex-syntax v0.8.2
20272023-11-20T17:45:58.410Z Compiling winnow v0.5.15
20282023-11-20T17:45:58.414Z Compiling dyn-clone v1.0.13
20292023-11-20T17:45:59.282Z Compiling tap v1.0.1
20302023-11-20T17:45:59.533Z Compiling wyz v0.5.1
20312023-11-20T17:46:01.198Z Compiling postgres-protocol v0.6.6
20322023-11-20T17:46:02.813Z Compiling clap_builder v4.4.2
20332023-11-20T17:46:03.741Z Compiling url v2.4.1
20342023-11-20T17:46:04.045Z Compiling regex-automata v0.4.3
20352023-11-20T17:46:05.101Z Compiling addr2line v0.21.0
20362023-11-20T17:46:05.774Z Compiling diesel_derives v2.1.1
20372023-11-20T17:46:05.873Z Compiling tokio-rustls v0.24.1
20382023-11-20T17:46:07.789Z Compiling rustls-native-certs v0.6.3
20392023-11-20T17:46:08.197Z Compiling strum_macros v0.25.2
20402023-11-20T17:46:13.368Z Compiling tokio-native-tls v0.3.1
20412023-11-20T17:46:17.244Z Compiling usdt-macro v0.3.5
20422023-11-20T17:46:17.303Z Compiling usdt-attr-macro v0.3.5
20432023-11-20T17:46:17.325Z Compiling phf_shared v0.11.2
20442023-11-20T17:46:17.362Z Compiling block-padding v0.3.3
20452023-11-20T17:46:17.495Z Compiling enum-as-inner v0.5.1
20462023-11-20T17:46:17.662Z Compiling serde_repr v0.1.16
20472023-11-20T17:46:18.063Z Compiling scheduled-thread-pool v0.2.7
20482023-11-20T17:46:18.801Z Compiling object v0.32.1
20492023-11-20T17:46:19.330Z Compiling packed_struct v0.10.1
20502023-11-20T17:46:19.906Z Compiling managed v0.8.0
20512023-11-20T17:46:20.593Z Compiling num-bigint-dig v0.8.4
20522023-11-20T17:46:20.997Z Compiling ipnet v2.8.0
20532023-11-20T17:46:22.699Z Compiling regex-automata v0.1.10
20542023-11-20T17:46:23.457Z Compiling bit-vec v0.6.3
20552023-11-20T17:46:24.190Z Compiling matches v0.1.10
20562023-11-20T17:46:24.306Z Compiling funty v2.0.0
20572023-11-20T17:46:25.306Z Compiling num_threads v0.1.6
20582023-11-20T17:46:28.053Z Compiling rustc-demangle v0.1.23
20592023-11-20T17:46:28.781Z Compiling deranged v0.3.8
20602023-11-20T17:46:31.698Z Compiling time v0.3.27
20612023-11-20T17:46:32.587Z Compiling bitvec v1.0.1
20622023-11-20T17:46:33.810Z Compiling idna v0.2.3
20632023-11-20T17:46:33.835Z Compiling bstr v0.2.17
20642023-11-20T17:46:39.540Z Compiling r2d2 v0.8.10
20652023-11-20T17:46:40.220Z Compiling inout v0.1.3
20662023-11-20T17:46:42.138Z Compiling phf v0.11.2
20672023-11-20T17:46:42.294Z Compiling hyper-tls v0.5.0
20682023-11-20T17:46:42.562Z Compiling regex v1.10.2
20692023-11-20T17:46:42.726Z Compiling clap v4.4.3
20702023-11-20T17:46:42.776Z Compiling hyper-rustls v0.24.2
20712023-11-20T17:46:42.872Z Compiling signal-hook-mio v0.2.3
20722023-11-20T17:46:43.081Z Compiling flate2 v1.0.28
20732023-11-20T17:46:43.510Z Compiling bzip2 v0.4.4
20742023-11-20T17:46:44.055Z Compiling ipnetwork v0.20.0
20752023-11-20T17:46:44.252Z Compiling toml_edit v0.19.15
20762023-11-20T17:46:44.643Z Compiling postgres-types v0.2.6
20772023-11-20T17:46:45.210Z Compiling itertools v0.11.0
20782023-11-20T17:46:45.712Z Compiling pkcs8 v0.10.2
20792023-11-20T17:46:47.135Z Compiling hubpack v0.1.2
20802023-11-20T17:46:47.246Z Compiling serde_urlencoded v0.7.1
20812023-11-20T17:46:47.802Z Compiling phf_shared v0.10.0
20822023-11-20T17:46:48.093Z Compiling futures-executor v0.3.29
20832023-11-20T17:46:50.176Z Compiling signature v2.1.0
20842023-11-20T17:46:50.514Z Compiling packed_struct_codegen v0.10.1
20852023-11-20T17:46:52.743Z Compiling float-cmp v0.9.0
20862023-11-20T17:46:53.736Z Compiling encoding_rs v0.8.33
20872023-11-20T17:46:54.213Z Compiling whoami v1.4.1
20882023-11-20T17:46:54.993Z Compiling static_assertions v1.1.0
20892023-11-20T17:46:55.122Z Compiling precomputed-hash v0.1.1
20902023-11-20T17:46:55.262Z Compiling unicode-width v0.1.11
20912023-11-20T17:46:55.620Z Compiling regex-automata v0.3.8
20922023-11-20T17:46:55.735Z Compiling new_debug_unreachable v1.0.4
20932023-11-20T17:46:55.850Z Compiling data-encoding v2.4.0
20942023-11-20T17:46:56.395Z Compiling fixedbitset v0.4.2
20952023-11-20T17:46:57.022Z Compiling predicates-core v1.0.6
20962023-11-20T17:46:57.466Z Compiling nodrop v0.1.14
20972023-11-20T17:46:57.628Z Compiling webpki-roots v0.25.2
20982023-11-20T17:46:57.857Z Compiling unicode-segmentation v1.10.1
20992023-11-20T17:46:58.702Z Compiling mime v0.3.17
21002023-11-20T17:46:59.260Z Compiling crc-catalog v2.2.0
21012023-11-20T17:46:59.338Z Compiling difflib v0.4.0
21022023-11-20T17:46:59.753Z Compiling normalize-line-endings v0.3.0
21032023-11-20T17:46:59.907Z Compiling crc v3.0.1
21042023-11-20T17:47:01.011Z Compiling predicates v3.0.4
21052023-11-20T17:47:01.755Z Compiling reqwest v0.11.22
21062023-11-20T17:47:03.379Z Compiling similar v2.2.1
21072023-11-20T17:47:04.114Z Compiling bstr v1.6.0
21082023-11-20T17:47:06.430Z Compiling array-init v0.0.4
21092023-11-20T17:47:06.730Z Compiling petgraph v0.6.4
21102023-11-20T17:47:08.520Z Compiling trust-dns-proto v0.22.0
21112023-11-20T17:47:14.225Z Compiling string_cache v0.8.7
21122023-11-20T17:47:17.076Z Compiling console v0.15.7
21132023-11-20T17:47:17.961Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21142023-11-20T17:47:19.130Z Compiling tokio-postgres v0.7.10
21152023-11-20T17:47:27.378Z Compiling toml v0.7.8
21162023-11-20T17:47:28.324Z Compiling futures v0.3.29
21172023-11-20T17:47:29.855Z Compiling pkcs1 v0.7.5
21182023-11-20T17:47:29.873Z Compiling smallvec v0.6.14
21192023-11-20T17:47:30.300Z Compiling diesel v2.1.4
21202023-11-20T17:47:30.543Z Compiling yasna v0.5.2
21212023-11-20T17:47:30.624Z Compiling zip v0.6.6
21222023-11-20T17:47:30.736Z Compiling crossterm v0.27.0
21232023-11-20T17:47:33.072Z Compiling cipher v0.4.4
21242023-11-20T17:47:33.217Z Compiling hashbrown v0.13.2
21252023-11-20T17:47:37.114Z Compiling bit-set v0.5.3
21262023-11-20T17:47:37.157Z Compiling usdt v0.3.5
21272023-11-20T17:47:37.504Z Compiling is-terminal v0.4.9
21282023-11-20T17:47:37.687Z Compiling toml_edit v0.21.0
21292023-11-20T17:47:40.569Z Compiling itertools v0.10.5
21302023-11-20T17:47:42.299Z Compiling tokio-stream v0.1.14
21312023-11-20T17:47:43.715Z Compiling openapiv3 v2.0.0-rc.1
21322023-11-20T17:47:45.099Z Compiling hex v0.4.3
21332023-11-20T17:47:51.863Z Compiling bitfield v0.14.0
21342023-11-20T17:47:52.317Z Compiling termcolor v1.2.0
21352023-11-20T17:47:55.353Z Compiling lalrpop-util v0.19.12
21362023-11-20T17:48:01.674Z Compiling env_logger v0.10.0
21372023-11-20T17:48:08.021Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21382023-11-20T17:48:20.862Z Compiling rsa v0.9.2
21392023-11-20T17:48:28.161Z Compiling serde-hex v0.1.0
21402023-11-20T17:48:32.004Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21412023-11-20T17:48:35.936Z Compiling x509-cert v0.2.4
21422023-11-20T17:48:37.122Z Compiling ron v0.8.1
21432023-11-20T17:48:37.196Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21442023-11-20T17:48:39.661Z Compiling crc-any v2.4.3
21452023-11-20T17:48:58.623Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21462023-11-20T17:49:03.792Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21472023-11-20T17:49:20.505Z Compiling object v0.30.4
21482023-11-20T17:49:30.555Z Compiling path-slash v0.1.5
21492023-11-20T17:49:43.431Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21502023-11-20T17:50:14.901Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21512023-11-20T17:50:16.055Z Finished release [optimized] target(s) in 5m 50s
21522023-11-20T17:50:16.132Z
21532023-11-20T17:50:16.136Zreal 5:50.417479811
21542023-11-20T17:50:16.139Zuser 40:41.357018628
21552023-11-20T17:50:16.142Zsys 3:31.901269932
21562023-11-20T17:50:16.145Ztrap 1.576062605
21572023-11-20T17:50:16.148Ztflt 1.123953053
21582023-11-20T17:50:16.151Zdflt 0.558779443
21592023-11-20T17:50:16.154Zkflt 0.001047670
21602023-11-20T17:50:16.156Zlock 1:30:10.958697388
21612023-11-20T17:50:16.160Zslp 1:54:20.202089421
21622023-11-20T17:50:16.164Zlat 1:43.930862489
21632023-11-20T17:50:16.167Zstop 1:13.316262989
21642023-11-20T17:50:16.170Z+ ptime -m gzip
21652023-11-20T17:50:16.796Z
21662023-11-20T17:50:16.800Zreal 0.658446351
21672023-11-20T17:50:16.803Zuser 0.649726797
21682023-11-20T17:50:16.806Zsys 0.008088953
21692023-11-20T17:50:16.808Ztrap 0.000129495
21702023-11-20T17:50:16.811Ztflt 0.000000000
21712023-11-20T17:50:16.814Zdflt 0.000000000
21722023-11-20T17:50:16.817Zkflt 0.000000000
21732023-11-20T17:50:16.820Zlock 0.000000000
21742023-11-20T17:50:16.823Zslp 0.000000000
21752023-11-20T17:50:16.826Zlat 0.000163601
21762023-11-20T17:50:16.829Zstop 0.000220651
21772023-11-20T17:50:16.832Z+ banner tufaceous
21782023-11-20T17:50:16.837Z
21792023-11-20T17:50:16.844Z ##### # # ###### ## #### ###### #### # # ####
21802023-11-20T17:50:16.850Z # # # # # # # # # # # # # #
21812023-11-20T17:50:16.854Z # # # ##### # # # ##### # # # # ####
21822023-11-20T17:50:16.857Z # # # # ###### # # # # # # #
21832023-11-20T17:50:16.861Z # # # # # # # # # # # # # # #
21842023-11-20T17:50:16.864Z # #### # # # #### ###### #### #### ####
21852023-11-20T17:50:16.867Z
21862023-11-20T17:50:16.870Z+ ptime -m cargo build --locked -p tufaceous --release
21872023-11-20T17:50:17.441Z Downloading crates ...
21882023-11-20T17:50:17.738Z Downloaded doc-comment v0.3.3
21892023-11-20T17:50:17.741Z Downloaded humantime v2.1.0
21902023-11-20T17:50:17.744Z Downloaded bytesize v1.3.0
21912023-11-20T17:50:17.747Z Downloaded serde_plain v1.0.2
21922023-11-20T17:50:17.750Z Downloaded path-dedot v3.1.0
21932023-11-20T17:50:17.753Z Downloaded path-absolutize v3.1.0
21942023-11-20T17:50:17.756Z Downloaded snafu-derive v0.7.5
21952023-11-20T17:50:17.759Z Downloaded buf-list v1.0.3
21962023-11-20T17:50:17.767Z Downloaded olpc-cjson v0.1.3
21972023-11-20T17:50:18.193Z Downloaded globset v0.4.13
21982023-11-20T17:50:18.198Z Downloaded tough v0.14.0
21992023-11-20T17:50:18.201Z Downloaded snafu v0.7.5
22002023-11-20T17:50:18.204Z Downloaded fs-err v2.9.0
22012023-11-20T17:50:18.207Z Compiling serde_tokenstream v0.2.0
22022023-11-20T17:50:18.210Z Compiling regress v0.7.1
22032023-11-20T17:50:18.212Z Compiling dirs-sys-next v0.1.2
22042023-11-20T17:50:18.215Z Compiling ident_case v1.0.1
22052023-11-20T17:50:18.218Z Compiling thread_local v1.1.7
22062023-11-20T17:50:18.221Z Compiling heck v0.4.1
22072023-11-20T17:50:18.224Z Compiling slog-async v2.8.0
22082023-11-20T17:50:18.227Z Compiling dirs-next v2.0.0
22092023-11-20T17:50:18.535Z Compiling darling_core v0.20.3
22102023-11-20T17:50:18.649Z Compiling camino v1.1.6
22112023-11-20T17:50:18.768Z Compiling term v0.7.0
22122023-11-20T17:50:19.273Z Compiling crossbeam-channel v0.5.8
22132023-11-20T17:50:19.573Z Compiling getopts v0.2.21
22142023-11-20T17:50:19.749Z Compiling structmeta-derive v0.2.0
22152023-11-20T17:50:19.986Z Compiling atty v0.2.14
22162023-11-20T17:50:20.179Z Compiling multer v2.1.0
22172023-11-20T17:50:20.604Z Compiling doc-comment v0.3.3
22182023-11-20T17:50:20.918Z Compiling unsafe-libyaml v0.2.9
22192023-11-20T17:50:21.311Z Compiling paste v1.0.14
22202023-11-20T17:50:21.954Z Compiling take_mut v0.2.2
22212023-11-20T17:50:22.023Z Compiling match_cfg v0.1.0
22222023-11-20T17:50:22.167Z Compiling hostname v0.3.1
22232023-11-20T17:50:22.860Z Compiling slog-term v2.9.0
22242023-11-20T17:50:23.803Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22252023-11-20T17:50:25.872Z Compiling structmeta v0.2.0
22262023-11-20T17:50:26.473Z Compiling serde_yaml v0.9.25
22272023-11-20T17:50:27.347Z Compiling darling_macro v0.20.3
22282023-11-20T17:50:27.740Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22292023-11-20T17:50:27.759Z Compiling slog-json v2.6.1
22302023-11-20T17:50:28.580Z Compiling async-stream-impl v0.3.5
22312023-11-20T17:50:28.740Z Compiling darling v0.20.3
22322023-11-20T17:50:28.901Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22332023-11-20T17:50:29.341Z Compiling fastrand v2.0.0
22342023-11-20T17:50:29.644Z Compiling regex-syntax v0.7.5
22352023-11-20T17:50:30.381Z Compiling atomic-waker v1.1.1
22362023-11-20T17:50:30.473Z Compiling async-stream v0.3.5
22372023-11-20T17:50:30.639Z Compiling waitgroup v0.1.2
22382023-11-20T17:50:30.835Z Compiling tempfile v3.8.0
22392023-11-20T17:50:30.973Z Compiling serde_with_macros v2.3.3
22402023-11-20T17:50:30.996Z Compiling slog-bunyan v2.4.0
22412023-11-20T17:50:34.046Z Compiling toml v0.8.8
22422023-11-20T17:50:34.514Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22432023-11-20T17:50:34.731Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22442023-11-20T17:50:36.111Z Compiling sha1 v0.10.6
22452023-11-20T17:50:36.304Z Compiling snafu-derive v0.7.5
22462023-11-20T17:50:37.064Z Compiling serde_path_to_error v0.1.14
22472023-11-20T17:50:37.624Z Compiling path-dedot v3.1.0
22482023-11-20T17:50:37.689Z Compiling instant v0.1.12
22492023-11-20T17:50:37.903Z Compiling base64 v0.13.1
22502023-11-20T17:50:37.957Z Compiling buf-list v1.0.3
22512023-11-20T17:50:38.678Z Compiling arc-swap v1.6.0
22522023-11-20T17:50:38.746Z Compiling debug-ignore v1.0.5
22532023-11-20T17:50:39.006Z Compiling same-file v1.0.6
22542023-11-20T17:50:39.300Z Compiling walkdir v2.4.0
22552023-11-20T17:50:39.429Z Compiling slog-scope v4.4.0
22562023-11-20T17:50:39.719Z Compiling parse-display-derive v0.8.2
22572023-11-20T17:50:40.918Z Compiling pem v1.1.1
22582023-11-20T17:50:45.071Z Compiling path-absolutize v3.1.0
22592023-11-20T17:50:45.113Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22602023-11-20T17:50:45.151Z Compiling backoff v0.4.0
22612023-11-20T17:50:45.177Z Compiling serde_with v2.3.3
22622023-11-20T17:50:45.223Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22632023-11-20T17:50:45.247Z Compiling globset v0.4.13
22642023-11-20T17:50:45.261Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22652023-11-20T17:50:45.278Z Compiling snafu v0.7.5
22662023-11-20T17:50:45.294Z Compiling strum v0.25.0
22672023-11-20T17:50:45.314Z Compiling olpc-cjson v0.1.3
22682023-11-20T17:50:45.580Z Compiling macaddr v1.0.1
22692023-11-20T17:50:45.738Z Compiling parse-display v0.8.2
22702023-11-20T17:50:46.026Z Compiling serde_plain v1.0.2
22712023-11-20T17:50:46.301Z Compiling xattr v1.0.1
22722023-11-20T17:50:46.701Z Compiling filetime v0.2.22
22732023-11-20T17:50:46.719Z Compiling tough v0.14.0
22742023-11-20T17:50:47.204Z Compiling tar v0.4.40
22752023-11-20T17:50:48.349Z Compiling slog-stdlog v4.1.1
22762023-11-20T17:50:49.354Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22772023-11-20T17:50:49.528Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22782023-11-20T17:50:50.541Z Compiling camino-tempfile v1.0.2
22792023-11-20T17:50:51.798Z Compiling bytesize v1.3.0
22802023-11-20T17:50:52.704Z Compiling fs-err v2.9.0
22812023-11-20T17:50:53.988Z Compiling slog-envlogger v2.2.0
22822023-11-20T17:50:56.782Z Compiling humantime v2.1.0
22832023-11-20T17:50:59.734Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22842023-11-20T17:51:24.508Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22852023-11-20T17:51:24.786Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22862023-11-20T17:51:36.168Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22872023-11-20T17:51:38.201Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22882023-11-20T17:52:01.504Z Finished release [optimized] target(s) in 1m 44s
22892023-11-20T17:52:01.586Z
22902023-11-20T17:52:01.589Zreal 1:44.760010577
22912023-11-20T17:52:01.593Zuser 11:17.215276740
22922023-11-20T17:52:01.595Zsys 41.026945487
22932023-11-20T17:52:01.598Ztrap 0.401668007
22942023-11-20T17:52:01.601Ztflt 0.345462669
22952023-11-20T17:52:01.605Zdflt 0.451119859
22962023-11-20T17:52:01.608Zkflt 0.004650179
22972023-11-20T17:52:01.612Zlock 21:57.521066861
22982023-11-20T17:52:01.616Zslp 24:21.260268905
22992023-11-20T17:52:01.619Zlat 20.359313926
23002023-11-20T17:52:01.622Zstop 9.534622746
23012023-11-20T17:52:01.625Z+ ptime -m gzip
23022023-11-20T17:52:03.931Z
23032023-11-20T17:52:03.935Zreal 2.339225924
23042023-11-20T17:52:03.938Zuser 2.310874698
23052023-11-20T17:52:03.941Zsys 0.026860025
23062023-11-20T17:52:03.944Ztrap 0.000478329
23072023-11-20T17:52:03.947Ztflt 0.000000000
23082023-11-20T17:52:03.951Zdflt 0.000000000
23092023-11-20T17:52:03.954Zkflt 0.000000000
23102023-11-20T17:52:03.956Zlock 0.000000000
23112023-11-20T17:52:03.960Zslp 0.000000000
23122023-11-20T17:52:03.962Zlat 0.000679296
23132023-11-20T17:52:03.965Zstop 0.000212930
23142023-11-20T17:52:03.968Zprocess exited: duration 1137693 ms, exit code 0
 
23152023-11-20T17:52:03.986Zfound 5 output files
23162023-11-20T17:52:04.084Zuploading: /work/end-to-end-tests/bootstrap-7746be776f1918b3.gz (6360027 bytes)
23172023-11-20T17:52:07.203Zuploaded: /work/end-to-end-tests/bootstrap-7746be776f1918b3.gz
23182023-11-20T17:52:07.214Zuploading: /work/end-to-end-tests/bootstrap.gz (86878578 bytes)
23192023-11-20T17:52:33.551Zuploaded: /work/end-to-end-tests/bootstrap.gz
23202023-11-20T17:52:33.562Zuploading: /work/end-to-end-tests/end_to_end_tests-cb4cc51c87b08c71.gz (99499889 bytes)
23212023-11-20T17:53:01.077Zuploaded: /work/end-to-end-tests/end_to_end_tests-cb4cc51c87b08c71.gz
23222023-11-20T17:53:01.089Zuploading: /work/caboose-util.gz (4110127 bytes)
23232023-11-20T17:53:05.520Zuploaded: /work/caboose-util.gz
23242023-11-20T17:53:05.530Zuploading: /work/tufaceous.gz (14680400 bytes)
23252023-11-20T17:53:10.980Zuploaded: /work/tufaceous.gz