01HGBHSNG61QHVYC5Y6VFY0WS6: 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: 01HGBHT0AY8A14JPYTTRPF2548

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-28T18:08:14.005Zjob assigned to worker 01HGBHTAGDASZTCD4EBT2B89P2 (queued for 1 m 7 s)
 
22023-11-28T18:08:14.011Zstarting task 0: "setup"
32023-11-28T18:08:14.066Z++ uname -s
42023-11-28T18:08:14.069Z+ kern=SunOS
52023-11-28T18:08:14.069Z+ case "$kern" in
62023-11-28T18:08:14.069Z+ groupadd -g 12345 build
72023-11-28T18:08:14.073Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-28T18:08:16.086Z+ zfs create -o mountpoint=/work rpool/work
92023-11-28T18:08:16.163Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-28T18:08:16.174Z+ home_fs=zfs
112023-11-28T18:08:16.174Z+ [[ zfs == autofs ]]
122023-11-28T18:08:16.174Z+ mkdir -p /home/build
132023-11-28T18:08:16.174Z+ chown build:build /home/build /work
142023-11-28T18:08:18.170Z+ chmod 0700 /home/build /work
152023-11-28T18:08:18.173Zprocess exited: duration 4161 ms, exit code 0
 
162023-11-28T18:08:18.179Zstarting task 1: "rust-toolchain"
172023-11-28T18:08:18.187Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-28T18:08:18.190Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-28T18:08:18.352Zinfo: downloading installer
202023-11-28T18:08:19.620Zwarning: it looks like you have an existing installation of Rust at:
212023-11-28T18:08:19.620Zwarning: /opt/ooce/bin
222023-11-28T18:08:19.620Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-28T18:08:19.620Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-28T18:08:19.620Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-28T18:08:19.620Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-28T18:08:19.620Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-28T18:08:19.620Zerror: cannot install while Rust is installed
282023-11-28T18:08:19.620Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-28T18:08:19.695Zinfo: profile set to 'default'
302023-11-28T18:08:19.695Zinfo: default host triple is x86_64-unknown-illumos
312023-11-28T18:08:19.698Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-28T18:08:19.877Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-28T18:08:19.877Zinfo: downloading component 'cargo'
342023-11-28T18:08:20.557Zinfo: downloading component 'clippy'
352023-11-28T18:08:20.798Zinfo: downloading component 'rust-docs'
362023-11-28T18:08:21.663Zinfo: downloading component 'rust-std'
372023-11-28T18:08:23.194Zinfo: downloading component 'rustc'
382023-11-28T18:08:26.579Zinfo: downloading component 'rustfmt'
392023-11-28T18:08:26.840Zinfo: installing component 'cargo'
402023-11-28T18:08:28.264Zinfo: installing component 'clippy'
412023-11-28T18:08:28.875Zinfo: installing component 'rust-docs'
422023-11-28T18:08:31.610Zinfo: installing component 'rust-std'
432023-11-28T18:08:34.773Zinfo: installing component 'rustc'
442023-11-28T18:08:41.407Zinfo: installing component 'rustfmt'
452023-11-28T18:08:41.913Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-28T18:08:41.913Z
472023-11-28T18:08:42.057Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-28T18:08:42.057Z
492023-11-28T18:08:42.060Z
502023-11-28T18:08:42.060ZRust is installed now. Great!
512023-11-28T18:08:42.060Z
522023-11-28T18:08:42.060ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-28T18:08:42.060Zenvironment variable. This has not been done automatically.
542023-11-28T18:08:42.060Z
552023-11-28T18:08:42.060ZTo configure your current shell, run:
562023-11-28T18:08:42.060Zsource "$HOME/.cargo/env"
572023-11-28T18:08:42.152Z+ rustc --version
582023-11-28T18:08:42.266Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-28T18:08:42.272Zprocess exited: duration 24094 ms, exit code 0
 
602023-11-28T18:08:42.279Zstarting task 2: "authentication"
612023-11-28T18:08:42.332Zprocess exited: duration 54 ms, exit code 0
 
622023-11-28T18:08:42.338Zstarting task 3: "clone repository"
632023-11-28T18:08:42.346Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-28T18:08:42.348Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-28T18:08:42.402ZCloning into '/work/oxidecomputer/omicron'...
662023-11-28T18:08:48.586Z+ cd /work/oxidecomputer/omicron
672023-11-28T18:08:48.586Z+ [[ -n iliana/five ]]
682023-11-28T18:08:48.589Z+ git fetch origin iliana/five
692023-11-28T18:08:48.951ZFrom https://github.com/oxidecomputer/omicron
702023-11-28T18:08:48.951Z * branch iliana/five -> FETCH_HEAD
712023-11-28T18:08:48.963Z+ git checkout -B iliana/five remotes/origin/iliana/five
722023-11-28T18:08:49.054ZSwitched to a new branch 'iliana/five'
732023-11-28T18:08:49.057Zbranch 'iliana/five' set up to track 'origin/iliana/five'.
742023-11-28T18:08:49.057Z+ git reset --hard 43b8cb2dfc40d56bb5c671749148be17dafb2afc
752023-11-28T18:08:49.069ZHEAD is now at 43b8cb2d Set version to 5.0.0
762023-11-28T18:08:49.072Zprocess exited: duration 6733 ms, exit code 0
 
772023-11-28T18:08:49.077Zstarting task 4: "build"
782023-11-28T18:08:49.084Z+ cargo --version
792023-11-28T18:08:49.091Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-11-28T18:08:49.258Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-11-28T18:08:49.261Zinfo: downloading component 'cargo'
822023-11-28T18:08:49.909Zinfo: downloading component 'clippy'
832023-11-28T18:08:50.119Zinfo: downloading component 'rust-docs'
842023-11-28T18:08:50.929Zinfo: downloading component 'rust-std'
852023-11-28T18:08:52.241Zinfo: downloading component 'rustc'
862023-11-28T18:08:55.556Zinfo: downloading component 'rustfmt'
872023-11-28T18:08:55.742Zinfo: installing component 'cargo'
882023-11-28T18:08:57.441Zinfo: installing component 'clippy'
892023-11-28T18:08:57.913Zinfo: installing component 'rust-docs'
902023-11-28T18:09:00.799Zinfo: installing component 'rust-std'
912023-11-28T18:09:03.456Zinfo: installing component 'rustc'
922023-11-28T18:09:09.652Zinfo: installing component 'rustfmt'
932023-11-28T18:09:10.209Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-11-28T18:09:10.212Z+ rustc --version
952023-11-28T18:09:10.352Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-11-28T18:09:10.360Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-28T18:09:22.106Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-28T18:09:23.163Z Startup: Caching catalogs ... Done
992023-11-28T18:09:28.866ZPlanning: Solver setup ... Done (5.326s)
1002023-11-28T18:09:28.996ZPlanning: Running solver ... Done (0.130s)
1012023-11-28T18:09:29.058ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-28T18:09:29.093ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-28T18:09:29.416ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-28T18:09:29.498ZPlanning: Package planning ... Done (0.082s)
1052023-11-28T18:09:29.583ZPlanning: Merging actions ... Done (0.085s)
1062023-11-28T18:09:30.443ZPlanning: Checking for conflicting actions ... Done (0.837s)
1072023-11-28T18:09:30.446ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-28T18:09:36.041ZPlanning: Evaluating mediators ... Done (5.603s)
1092023-11-28T18:09:36.057ZPlanning: Planning completed in 12.84 seconds
1102023-11-28T18:09:36.082Z Packages to install: 4
1112023-11-28T18:09:36.082Z Mediators to change: 2
1122023-11-28T18:09:36.082Z Services to change: 1
1132023-11-28T18:09:36.082Z Estimated space available: 148.88 GB
1142023-11-28T18:09:36.082ZEstimated space to be consumed: 1.38 GB
1152023-11-28T18:09:36.085Z Create boot environment: No
1162023-11-28T18:09:36.085ZCreate backup boot environment: No
1172023-11-28T18:09:36.085Z Rebuild boot archive: No
1182023-11-28T18:09:36.085Z
1192023-11-28T18:09:36.085ZChanged mediators:
1202023-11-28T18:09:36.085Z mediator clang:
1212023-11-28T18:09:36.085Z version: None -> 15 (system default)
1222023-11-28T18:09:36.085Z
1232023-11-28T18:09:36.085Z mediator llvm:
1242023-11-28T18:09:36.085Z version: 14 (system default) -> 15 (system default)
1252023-11-28T18:09:36.085Z
1262023-11-28T18:09:36.085ZChanged packages:
1272023-11-28T18:09:36.085Zhelios-dev
1282023-11-28T18:09:36.086Z developer/build-essential
1292023-11-28T18:09:36.086Z None -> 11-2.0
1302023-11-28T18:09:36.086Z library/libxmlsec1
1312023-11-28T18:09:36.086Z None -> 1.2.35-2.0
1322023-11-28T18:09:36.086Z ooce/developer/clang-15
1332023-11-28T18:09:36.086Z None -> 15.0.7-2.0
1342023-11-28T18:09:36.086Z ooce/developer/llvm-15
1352023-11-28T18:09:36.086Z None -> 15.0.7-2.0
1362023-11-28T18:09:36.086Z
1372023-11-28T18:09:36.086ZServices:
1382023-11-28T18:09:36.086Z restart_fmri:
1392023-11-28T18:09:36.086Z svc:/system/update-man-index:default
1402023-11-28T18:09:36.366Z
1412023-11-28T18:09:36.366ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-28T18:09:41.394ZDownload: 1196/3290 items 63.6/212.6MB 29% complete (13.5M/s)
1432023-11-28T18:09:46.393ZDownload: 2185/3290 items 119.1/212.6MB 56% complete (12.1M/s)
1442023-11-28T18:09:56.251ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (11.7M/s)
1452023-11-28T18:10:01.249ZDownload: 3094/3290 items 122.5/212.6MB 57% complete (524k/s)
1462023-11-28T18:10:09.016ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (11.9M/s)
1472023-11-28T18:10:12.373ZDownload: Completed 212.60 MB in 36.01 seconds (5.9M/s)
1482023-11-28T18:10:12.628Z Actions: 1/3687 actions (Installing new actions)
1492023-11-28T18:10:17.631Z Actions: 2342/3687 actions (Installing new actions)
1502023-11-28T18:10:21.017Z Actions: Completed 3687 actions in 8.39 seconds.
1512023-11-28T18:10:21.208Z Done (0.183s)
1522023-11-28T18:10:21.208Z Done (0.000s)
1532023-11-28T18:10:21.443Z Done (0.235s)
1542023-11-28T18:10:29.599Z Done (8.038s)
1552023-11-28T18:10:29.876Z Done (0.169s)
1562023-11-28T18:10:29.882Z Done (0.000s)
1572023-11-28T18:10:30.116Z Done (0.000s)
1582023-11-28T18:10:31.254ZPlanning: Evaluating mediator changes ... Done
1592023-11-28T18:10:31.257ZPlanning: Checking for conflicting actions ... Done
1602023-11-28T18:10:31.257ZPlanning: Consolidating action changes ... Done
1612023-11-28T18:10:31.570ZPlanning: Evaluating mediators ... Done
1622023-11-28T18:10:31.573ZPlanning: Planning completed in 0.73 seconds
1632023-11-28T18:10:31.628Z Mediators to change: 2
1642023-11-28T18:10:31.628Z Create boot environment: No
1652023-11-28T18:10:31.630ZCreate backup boot environment: No
1662023-11-28T18:10:31.727Z Done
1672023-11-28T18:10:31.727Z Done
1682023-11-28T18:10:31.877Z Done
1692023-11-28T18:10:38.110Z Done
1702023-11-28T18:10:38.239Z Done
1712023-11-28T18:10:38.248Z Done
1722023-11-28T18:10:38.353Z Done
1732023-11-28T18:10:39.391ZPlanning: Evaluating mediator changes ... Done
1742023-11-28T18:10:39.395ZPlanning: Merging actions ... Done
1752023-11-28T18:10:39.778ZPlanning: Checking for conflicting actions ... Done
1762023-11-28T18:10:39.781ZPlanning: Consolidating action changes ... Done
1772023-11-28T18:10:40.174ZPlanning: Evaluating mediators ... Done
1782023-11-28T18:10:40.274ZPlanning: Planning completed in 1.32 seconds
1792023-11-28T18:10:40.327Z Packages to change: 1
1802023-11-28T18:10:40.327Z Mediators to change: 1
1812023-11-28T18:10:40.327Z Services to change: 1
1822023-11-28T18:10:40.327Z Create boot environment: No
1832023-11-28T18:10:40.329ZCreate backup boot environment: Yes
1842023-11-28T18:10:42.273Z Actions: 1/6 actions (Updating modified actions)
1852023-11-28T18:10:42.276Z Actions: Completed 6 actions in 0.00 seconds.
1862023-11-28T18:10:42.276Z Done
1872023-11-28T18:10:42.276Z Done
1882023-11-28T18:10:42.330Z Done
1892023-11-28T18:10:48.459Z Done
1902023-11-28T18:10:48.589Z Done
1912023-11-28T18:10:48.592Z Done
1922023-11-28T18:10:48.703Z Done
1932023-11-28T18:10:49.395ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942023-11-28T18:10:49.395Zclang system 15 system
1952023-11-28T18:10:49.395Zcsh system system illumos
1962023-11-28T18:10:49.398Zctags system system illumos
1972023-11-28T18:10:49.398Zgcc vendor 12 vendor
1982023-11-28T18:10:49.398Zgcc system 10 system
1992023-11-28T18:10:49.398Zgcc system 7 system
2002023-11-28T18:10:49.398Zgo system 1.20 system
2012023-11-28T18:10:49.398Zgo system 1.19 system
2022023-11-28T18:10:49.398Zllvm system 15 system
2032023-11-28T18:10:49.398Zllvm system 14 system
2042023-11-28T18:10:49.398Zmariadb system 10.6 system
2052023-11-28T18:10:49.398Zmta vendor vendor dma
2062023-11-28T18:10:49.398Zopenjdk system 17 system
2072023-11-28T18:10:49.398Zopenjdk system 11 system
2082023-11-28T18:10:49.398Zopenjdk system 1.8 system
2092023-11-28T18:10:49.398Zopenssl vendor 3 vendor
2102023-11-28T18:10:49.398Zperl system 5.36 system
2112023-11-28T18:10:49.398Zpostgresql system 15 system
2122023-11-28T18:10:49.398Zpostgresql system 13 system
2132023-11-28T18:10:49.398Zpython vendor 3 vendor
2142023-11-28T18:10:49.398Zpython system 2 system
2152023-11-28T18:10:49.398Zpython3 system 3.11 system
2162023-11-28T18:10:49.398Zruby system 3.0 system
2172023-11-28T18:10:49.398Zwords vendor vendor american-english
2182023-11-28T18:10:49.398Zwords system system australian-english
2192023-11-28T18:10:49.398Zwords system system british-english
2202023-11-28T18:10:49.398Zwords system system canadian-english
2212023-11-28T18:10:49.398Zwords system system french
2222023-11-28T18:10:49.398Zwords system system italian
2232023-11-28T18:10:49.398Zwords system system ngerman
2242023-11-28T18:10:49.398Zwords system system ogerman
2252023-11-28T18:10:49.398Zwords system system spanish
2262023-11-28T18:10:49.953ZFMRI IFO
2272023-11-28T18:10:49.953Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282023-11-28T18:10:49.953Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292023-11-28T18:10:49.953Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302023-11-28T18:10:49.953Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2312023-11-28T18:10:49.953Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322023-11-28T18:10:49.953Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2332023-11-28T18:10:50.023Z+ set -o errexit
2342023-11-28T18:10:50.031Z+++ dirname ./tools/ci_download_cockroachdb
2352023-11-28T18:10:50.031Z++ cd ./tools
2362023-11-28T18:10:50.031Z++ pwd
2372023-11-28T18:10:50.031Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2382023-11-28T18:10:50.040Z++ basename ./tools/ci_download_cockroachdb
2392023-11-28T18:10:50.040Z+ ARG0=ci_download_cockroachdb
2402023-11-28T18:10:50.040Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2412023-11-28T18:10:50.040Z+ CIDL_VERSION=v22.1.9
2422023-11-28T18:10:50.040Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2432023-11-28T18:10:50.040Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2442023-11-28T18:10:50.040Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2452023-11-28T18:10:50.040Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2462023-11-28T18:10:50.040Z+ TARGET_DIR=out
2472023-11-28T18:10:50.040Z+ DOWNLOAD_DIR=out/downloads
2482023-11-28T18:10:50.040Z+ DEST_DIR=./out/cockroachdb
2492023-11-28T18:10:50.040Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2502023-11-28T18:10:50.040Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2512023-11-28T18:10:50.040Z+ main
2522023-11-28T18:10:50.040Z+ [[ 0 != 0 ]]
2532023-11-28T18:10:50.040Z+ CIDL_OS=solaris2.11
2542023-11-28T18:10:50.040Z+ [[ 0 != 0 ]]
2552023-11-28T18:10:50.040Z+ configure_os solaris2.11
2562023-11-28T18:10:50.040Z+ echo 'current directory: /work/oxidecomputer/omicron'
2572023-11-28T18:10:50.040Zcurrent directory: /work/oxidecomputer/omicron
2582023-11-28T18:10:50.040Z+ echo 'configuring based on OS: "solaris2.11"'
2592023-11-28T18:10:50.040Z+ case "$1" in
2602023-11-28T18:10:50.040Zconfiguring based on OS: "solaris2.11"
2612023-11-28T18:10:50.040Z+ CIDL_BUILD=illumos
2622023-11-28T18:10:50.040Z+ CIDL_SUFFIX=tar.gz
2632023-11-28T18:10:50.040Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2642023-11-28T18:10:50.040Z+ CIDL_MD5FUNC=do_md5sum
2652023-11-28T18:10:50.040Z+ CIDL_URL_BASE=https://illumos.org/downloads
2662023-11-28T18:10:50.040Z+ CIDL_ASSEMBLE=do_assemble_illumos
2672023-11-28T18:10:50.040Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2682023-11-28T18:10:50.040Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2692023-11-28T18:10:50.040Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-11-28T18:10:50.040Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2712023-11-28T18:10:50.040Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-28T18:10:50.040Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732023-11-28T18:10:50.040ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-28T18:10:50.040Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752023-11-28T18:10:50.040Z+ mkdir -p out/downloads
2762023-11-28T18:10:50.041ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-28T18:10:50.078Z+ mkdir -p ./out/cockroachdb
2782023-11-28T18:10:50.078Z+ local DO_DOWNLOAD=true
2792023-11-28T18:10:50.078Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2802023-11-28T18:10:50.078Z+ '[' true == true ']'
2812023-11-28T18:10:50.079Z+ echo Downloading...
2822023-11-28T18:10:50.079ZDownloading...
2832023-11-28T18:10:50.079Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-11-28T18:10:50.079Z+ 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
2852023-11-28T18:10:54.973Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-11-28T18:10:54.976Z++ md5sum
2872023-11-28T18:10:54.976Z++ awk '{print $1}'
2882023-11-28T18:10:55.158Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2892023-11-28T18:10:55.158Z+ [[ 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 ]]
2902023-11-28T18:10:55.158Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-11-28T18:10:55.161Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2922023-11-28T18:10:58.531Z+ do_assemble_illumos
2932023-11-28T18:10:58.531Z+ rm -r ./out/cockroachdb
2942023-11-28T18:10:58.533Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2952023-11-28T18:10:59.277Z+ ./out/cockroachdb/bin/cockroach version
2962023-11-28T18:10:59.515ZBuild Tag: v22.1.9-dirty
2972023-11-28T18:10:59.515ZBuild Time: 2022/10/26 21:17:46
2982023-11-28T18:10:59.515ZDistribution: OSS
2992023-11-28T18:10:59.515ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3002023-11-28T18:10:59.515ZGo Version: go1.17.13
3012023-11-28T18:10:59.515ZC Compiler: gcc 10.3.0
3022023-11-28T18:10:59.515ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3032023-11-28T18:10:59.515ZBuild Type: release
3042023-11-28T18:10:59.541Z+ set -o errexit
3052023-11-28T18:10:59.544Z+++ dirname ./tools/ci_download_clickhouse
3062023-11-28T18:10:59.546Z++ cd ./tools
3072023-11-28T18:10:59.546Z++ pwd
3082023-11-28T18:10:59.546Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3092023-11-28T18:10:59.549Z++ basename ./tools/ci_download_clickhouse
3102023-11-28T18:10:59.549Z+ ARG0=ci_download_clickhouse
3112023-11-28T18:10:59.549Z+ TARGET_DIR=out
3122023-11-28T18:10:59.549Z+ DOWNLOAD_DIR=out/downloads
3132023-11-28T18:10:59.549Z+ DEST_DIR=./out/clickhouse
3142023-11-28T18:10:59.549Z+ CIDL_VERSION=v22.8.9.24
3152023-11-28T18:10:59.549Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3162023-11-28T18:10:59.549Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3172023-11-28T18:10:59.549Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3182023-11-28T18:10:59.549Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3192023-11-28T18:10:59.549Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3202023-11-28T18:10:59.553Z+ main
3212023-11-28T18:10:59.553Z+ [[ 0 != 0 ]]
3222023-11-28T18:10:59.553Z+ CIDL_OS=solaris2.11
3232023-11-28T18:10:59.553Z+ [[ 0 != 0 ]]
3242023-11-28T18:10:59.553Z+ configure_os solaris2.11
3252023-11-28T18:10:59.553Z+ echo 'current directory: /work/oxidecomputer/omicron'
3262023-11-28T18:10:59.553Zcurrent directory: /work/oxidecomputer/omicron
3272023-11-28T18:10:59.553Z+ echo 'configuring based on OS: "solaris2.11"'
3282023-11-28T18:10:59.553Z+ CIDL_DASHREV=
3292023-11-28T18:10:59.553Z+ case "$1" in
3302023-11-28T18:10:59.553Zconfiguring based on OS: "solaris2.11"
3312023-11-28T18:10:59.553Z+ CIDL_PLATFORM=illumos
3322023-11-28T18:10:59.553Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3332023-11-28T18:10:59.553Z+ CIDL_MD5FUNC=do_md5sum
3342023-11-28T18:10:59.553Z+ CIDL_DASHREV=-1
3352023-11-28T18:10:59.553Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3362023-11-28T18:10:59.553Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-11-28T18:10:59.553Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-28T18:10:59.553Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-28T18:10:59.553Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402023-11-28T18:10:59.553ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-28T18:10:59.553Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422023-11-28T18:10:59.553ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-11-28T18:10:59.553Z+ mkdir -p out/downloads
3442023-11-28T18:10:59.556Z+ mkdir -p ./out/clickhouse
3452023-11-28T18:10:59.556Z+ local DO_DOWNLOAD=true
3462023-11-28T18:10:59.556Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3472023-11-28T18:10:59.556Z+ '[' true == true ']'
3482023-11-28T18:10:59.557Z+ echo Downloading...
3492023-11-28T18:10:59.557ZDownloading...
3502023-11-28T18:10:59.557Z+ 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
3512023-11-28T18:10:59.557Z+ 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
3522023-11-28T18:11:01.065Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-11-28T18:11:01.068Z++ md5sum
3542023-11-28T18:11:01.068Z++ awk '{print $1}'
3552023-11-28T18:11:01.325Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3562023-11-28T18:11:01.325Z+ [[ 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 ]]
3572023-11-28T18:11:01.325Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3582023-11-28T18:11:01.328Z+ mkdir -p ./out/clickhouse
3592023-11-28T18:11:01.328Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3602023-11-28T18:11:06.353Z+ ./out/clickhouse/clickhouse server --version
3612023-11-28T18:11:06.408ZClickHouse server version 22.8.9.1.
3622023-11-28T18:11:06.432Z+ set -o errexit
3632023-11-28T18:11:06.435Z+++ dirname ./tools/ci_download_console
3642023-11-28T18:11:06.439Z++ cd ./tools
3652023-11-28T18:11:06.439Z++ pwd
3662023-11-28T18:11:06.439Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3672023-11-28T18:11:06.439Z++ basename ./tools/ci_download_console
3682023-11-28T18:11:06.443Z+ ARG0=ci_download_console
3692023-11-28T18:11:06.443Z+ TARGET_DIR=out
3702023-11-28T18:11:06.443Z+ DOWNLOAD_DIR=out/downloads
3712023-11-28T18:11:06.443Z+ DEST_DIR=./out/console-assets
3722023-11-28T18:11:06.443Z+ source /work/oxidecomputer/omicron/tools/console_version
3732023-11-28T18:11:06.443Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3742023-11-28T18:11:06.443Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3752023-11-28T18:11:06.443Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3762023-11-28T18:11:06.443Z+ TARBALL_FILE=out/downloads/console.tar.gz
3772023-11-28T18:11:06.443Z+ main
3782023-11-28T18:11:06.443Z+ [[ 0 != 0 ]]
3792023-11-28T18:11:06.443Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3802023-11-28T18:11:06.443ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3812023-11-28T18:11:06.443Z+ echo 'Local file: out/downloads/console.tar.gz'
3822023-11-28T18:11:06.443ZLocal file: out/downloads/console.tar.gz
3832023-11-28T18:11:06.443Z+ local DO_DOWNLOAD=true
3842023-11-28T18:11:06.443Z+ [[ -f out/downloads/console.tar.gz ]]
3852023-11-28T18:11:06.443Z+ mkdir -p out/downloads
3862023-11-28T18:11:06.446Z+ '[' true == true ']'
3872023-11-28T18:11:06.446Z+ echo Downloading...
3882023-11-28T18:11:06.446ZDownloading...
3892023-11-28T18:11:06.446Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3902023-11-28T18:11:06.446Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3912023-11-28T18:11:07.086Z++ do_sha256sum out/downloads/console.tar.gz
3922023-11-28T18:11:07.086Z++ case "$OSTYPE" in
3932023-11-28T18:11:07.086Z++ SHA=sha256sum
3942023-11-28T18:11:07.089Z++ sha256sum
3952023-11-28T18:11:07.089Z++ awk '{print $1}'
3962023-11-28T18:11:07.122Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3972023-11-28T18:11:07.122Z+ [[ 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 ]]
3982023-11-28T18:11:07.122Z+ rm -rf ./out/console-assets
3992023-11-28T18:11:07.145Z+ mkdir -p ./out/console-assets
4002023-11-28T18:11:07.145Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4012023-11-28T18:11:07.145Z+ mkdir -p ./out/console-assets
4022023-11-28T18:11:07.145Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4032023-11-28T18:11:07.254Z+ set -o errexit
4042023-11-28T18:11:07.257Z+++ dirname ./tools/ci_download_maghemite_openapi
4052023-11-28T18:11:07.260Z++ cd ./tools
4062023-11-28T18:11:07.260Z++ pwd
4072023-11-28T18:11:07.260Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4082023-11-28T18:11:07.263Z++ basename ./tools/ci_download_maghemite_openapi
4092023-11-28T18:11:07.263Z+ ARG0=ci_download_maghemite_openapi
4102023-11-28T18:11:07.263Z+ TARGET_DIR=out
4112023-11-28T18:11:07.263Z+ DOWNLOAD_DIR=out/downloads
4122023-11-28T18:11:07.265Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4132023-11-28T18:11:07.265Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4142023-11-28T18:11:07.265Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4152023-11-28T18:11:07.265Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4162023-11-28T18:11:07.265Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4172023-11-28T18:11:07.265Z+ main
4182023-11-28T18:11:07.265Z+ [[ 0 != 0 ]]
4192023-11-28T18:11:07.265Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4202023-11-28T18:11:07.265ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4212023-11-28T18:11:07.265Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4222023-11-28T18:11:07.265ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4232023-11-28T18:11:07.265Z+ local DO_DOWNLOAD=true
4242023-11-28T18:11:07.265Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4252023-11-28T18:11:07.265Z+ mkdir -p out/downloads
4262023-11-28T18:11:07.268Z+ '[' true == true ']'
4272023-11-28T18:11:07.268Z+ echo Downloading...
4282023-11-28T18:11:07.268ZDownloading...
4292023-11-28T18:11:07.268Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4302023-11-28T18:11:07.268Z+ 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
4312023-11-28T18:11:07.661Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4322023-11-28T18:11:07.661Z++ case "$OSTYPE" in
4332023-11-28T18:11:07.663Z++ SHA=sha256sum
4342023-11-28T18:11:07.663Z++ sha256sum
4352023-11-28T18:11:07.663Z++ awk '{print $1}'
4362023-11-28T18:11:07.666Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4372023-11-28T18:11:07.666Z+ [[ 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 ]]
4382023-11-28T18:11:07.666Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4392023-11-28T18:11:07.666Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4402023-11-28T18:11:07.666Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4412023-11-28T18:11:07.669Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4422023-11-28T18:11:07.669Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4432023-11-28T18:11:07.669Z+ main
4442023-11-28T18:11:07.669Z+ [[ 0 != 0 ]]
4452023-11-28T18:11:07.669Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4462023-11-28T18:11:07.669ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4472023-11-28T18:11:07.669Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4482023-11-28T18:11:07.669ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4492023-11-28T18:11:07.670Z+ local DO_DOWNLOAD=true
4502023-11-28T18:11:07.670Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4512023-11-28T18:11:07.670Z+ mkdir -p out/downloads
4522023-11-28T18:11:07.672Z+ '[' true == true ']'
4532023-11-28T18:11:07.672Z+ echo Downloading...
4542023-11-28T18:11:07.672ZDownloading...
4552023-11-28T18:11:07.672Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4562023-11-28T18:11:07.672Z+ 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
4572023-11-28T18:11:07.810Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4582023-11-28T18:11:07.813Z++ case "$OSTYPE" in
4592023-11-28T18:11:07.813Z++ SHA=sha256sum
4602023-11-28T18:11:07.813Z++ sha256sum
4612023-11-28T18:11:07.813Z++ awk '{print $1}'
4622023-11-28T18:11:07.816Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4632023-11-28T18:11:07.816Z+ [[ 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 ]]
4642023-11-28T18:11:07.827Z+ set -o errexit
4652023-11-28T18:11:07.830Z+++ dirname ./tools/ci_download_dendrite_openapi
4662023-11-28T18:11:07.832Z++ cd ./tools
4672023-11-28T18:11:07.832Z++ pwd
4682023-11-28T18:11:07.832Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4692023-11-28T18:11:07.832Z++ basename ./tools/ci_download_dendrite_openapi
4702023-11-28T18:11:07.836Z+ ARG0=ci_download_dendrite_openapi
4712023-11-28T18:11:07.836Z+ TARGET_DIR=out
4722023-11-28T18:11:07.836Z+ DOWNLOAD_DIR=out/downloads
4732023-11-28T18:11:07.836Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-11-28T18:11:07.836Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4752023-11-28T18:11:07.836Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4762023-11-28T18:11:07.836Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4772023-11-28T18:11:07.836Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4782023-11-28T18:11:07.836Z+ main
4792023-11-28T18:11:07.836Z+ [[ 0 != 0 ]]
4802023-11-28T18:11:07.836Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4812023-11-28T18:11:07.836ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4822023-11-28T18:11:07.836ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4832023-11-28T18:11:07.836Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4842023-11-28T18:11:07.836Z+ local DO_DOWNLOAD=true
4852023-11-28T18:11:07.836Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4862023-11-28T18:11:07.836Z+ mkdir -p out/downloads
4872023-11-28T18:11:07.839Z+ '[' true == true ']'
4882023-11-28T18:11:07.839Z+ echo Downloading...
4892023-11-28T18:11:07.839ZDownloading...
4902023-11-28T18:11:07.839Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4912023-11-28T18:11:07.839Z+ 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
4922023-11-28T18:11:07.983Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4932023-11-28T18:11:07.983Z++ case "$OSTYPE" in
4942023-11-28T18:11:07.983Z++ SHA=sha256sum
4952023-11-28T18:11:07.986Z++ sha256sum
4962023-11-28T18:11:07.986Z++ awk '{print $1}'
4972023-11-28T18:11:07.990Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4982023-11-28T18:11:07.990Z+ [[ 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 ]]
4992023-11-28T18:11:08.000Z+ set -o errexit
5002023-11-28T18:11:08.003Z+++ dirname ./tools/ci_download_dendrite_stub
5012023-11-28T18:11:08.006Z++ cd ./tools
5022023-11-28T18:11:08.006Z++ pwd
5032023-11-28T18:11:08.006Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042023-11-28T18:11:08.011Z++ basename ./tools/ci_download_dendrite_stub
5052023-11-28T18:11:08.011Z+ ARG0=ci_download_dendrite_stub
5062023-11-28T18:11:08.011Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5072023-11-28T18:11:08.011Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5082023-11-28T18:11:08.012Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5092023-11-28T18:11:08.012Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5102023-11-28T18:11:08.012Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112023-11-28T18:11:08.012Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5122023-11-28T18:11:08.012Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5132023-11-28T18:11:08.012Z+ TARGET_DIR=out
5142023-11-28T18:11:08.012Z+ DOWNLOAD_DIR=out/downloads
5152023-11-28T18:11:08.012Z+ DEST_DIR=./out/dendrite-stub
5162023-11-28T18:11:08.012Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5172023-11-28T18:11:08.012Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5182023-11-28T18:11:08.012Z+ REPO=oxidecomputer/dendrite
5192023-11-28T18:11:08.012Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5202023-11-28T18:11:08.012Z+ main
5212023-11-28T18:11:08.012Z+ [[ 0 != 0 ]]
5222023-11-28T18:11:08.012Z+ CIDL_OS=solaris2.11
5232023-11-28T18:11:08.012Z+ [[ 0 != 0 ]]
5242023-11-28T18:11:08.012Z+ configure_os solaris2.11
5252023-11-28T18:11:08.012Z+ echo 'current directory: /work/oxidecomputer/omicron'
5262023-11-28T18:11:08.012Zcurrent directory: /work/oxidecomputer/omicron
5272023-11-28T18:11:08.012Zconfiguring based on OS: "solaris2.11"
5282023-11-28T18:11:08.012Z+ echo 'configuring based on OS: "solaris2.11"'
5292023-11-28T18:11:08.012Z+ case "$1" in
5302023-11-28T18:11:08.012Z+ SET_BINARIES=
5312023-11-28T18:11:08.012Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5322023-11-28T18:11:08.012Z+ CIDL_SHA256FUNC=do_sha256sum
5332023-11-28T18:11:08.012Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5342023-11-28T18:11:08.012Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5352023-11-28T18:11:08.012Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5362023-11-28T18:11:08.012Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5372023-11-28T18:11:08.012ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5382023-11-28T18:11:08.012Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5392023-11-28T18:11:08.012ZLocal file: out/downloads/dendrite-stub.tar.gz
5402023-11-28T18:11:08.012Z+ mkdir -p out/downloads
5412023-11-28T18:11:08.019Z+ mkdir -p ./out/dendrite-stub
5422023-11-28T18:11:08.019Z+ fetch_and_verify
5432023-11-28T18:11:08.019Z+ local DO_DOWNLOAD=true
5442023-11-28T18:11:08.019Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5452023-11-28T18:11:08.019Z+ '[' true == true ']'
5462023-11-28T18:11:08.019Z+ echo Downloading...
5472023-11-28T18:11:08.019ZDownloading...
5482023-11-28T18:11:08.020Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5492023-11-28T18:11:08.020Z+ 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
5502023-11-28T18:11:16.483Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5512023-11-28T18:11:16.486Z++ sha256sum
5522023-11-28T18:11:16.486Z++ awk '{print $1}'
5532023-11-28T18:11:16.594Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5542023-11-28T18:11:16.594Z+ [[ 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 ]]
5552023-11-28T18:11:16.597Z+ do_untar out/downloads/dendrite-stub.tar.gz
5562023-11-28T18:11:16.597Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5572023-11-28T18:11:17.655Z+ do_assemble
5582023-11-28T18:11:17.655Z+ rm -r ./out/dendrite-stub
5592023-11-28T18:11:17.665Z+ mkdir ./out/dendrite-stub
5602023-11-28T18:11:17.665Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5612023-11-28T18:11:17.788Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5622023-11-28T18:11:17.796Z+ set -o errexit
5632023-11-28T18:11:17.804Z+++ dirname ./tools/ci_download_maghemite_mgd
5642023-11-28T18:11:17.804Z++ cd ./tools
5652023-11-28T18:11:17.804Z++ pwd
5662023-11-28T18:11:17.804Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5672023-11-28T18:11:17.804Z++ basename ./tools/ci_download_maghemite_mgd
5682023-11-28T18:11:17.812Z+ ARG0=ci_download_maghemite_mgd
5692023-11-28T18:11:17.812Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5702023-11-28T18:11:17.813Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5712023-11-28T18:11:17.813Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5722023-11-28T18:11:17.814Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5732023-11-28T18:11:17.814Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5742023-11-28T18:11:17.814Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5752023-11-28T18:11:17.814Z+ TARGET_DIR=out
5762023-11-28T18:11:17.814Z+ DOWNLOAD_DIR=out/downloads
5772023-11-28T18:11:17.814Z+ DEST_DIR=./out/mgd
5782023-11-28T18:11:17.814Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5792023-11-28T18:11:17.815Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5802023-11-28T18:11:17.815Z+ REPO=oxidecomputer/maghemite
5812023-11-28T18:11:17.815Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5822023-11-28T18:11:17.815Z+ main
5832023-11-28T18:11:17.815Z+ [[ 0 != 0 ]]
5842023-11-28T18:11:17.815Z+ CIDL_OS=solaris2.11
5852023-11-28T18:11:17.815Z+ [[ 0 != 0 ]]
5862023-11-28T18:11:17.815Z+ configure_os solaris2.11
5872023-11-28T18:11:17.815Z+ echo 'current directory: /work/oxidecomputer/omicron'
5882023-11-28T18:11:17.815Zcurrent directory: /work/oxidecomputer/omicron
5892023-11-28T18:11:17.816Z+ echo 'configuring based on OS: "solaris2.11"'
5902023-11-28T18:11:17.816Zconfiguring based on OS: "solaris2.11"
5912023-11-28T18:11:17.816Z+ case "$1" in
5922023-11-28T18:11:17.816Z+ SET_BINARIES=
5932023-11-28T18:11:17.816Z+ CIDL_SHA256FUNC=do_sha256sum
5942023-11-28T18:11:17.816Z+ TARBALL_FILENAME=mgd.tar.gz
5952023-11-28T18:11:17.816Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5962023-11-28T18:11:17.816Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5972023-11-28T18:11:17.816Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
5982023-11-28T18:11:17.816Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992023-11-28T18:11:17.816ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6002023-11-28T18:11:17.816ZLocal file: out/downloads/mgd.tar.gz
6012023-11-28T18:11:17.816Z+ mkdir -p out/downloads
6022023-11-28T18:11:17.816Z+ mkdir -p ./out/mgd
6032023-11-28T18:11:17.827Z+ fetch_and_verify
6042023-11-28T18:11:17.827Z+ local DO_DOWNLOAD=true
6052023-11-28T18:11:17.827Z+ [[ -f out/downloads/mgd.tar.gz ]]
6062023-11-28T18:11:17.827Z+ '[' true == true ']'
6072023-11-28T18:11:17.827Z+ echo Downloading...
6082023-11-28T18:11:17.827ZDownloading...
6092023-11-28T18:11:17.827Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6102023-11-28T18:11:17.827Z+ 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
6112023-11-28T18:11:28.081Z++ do_sha256sum out/downloads/mgd.tar.gz
6122023-11-28T18:11:28.086Z++ sha256sum
6132023-11-28T18:11:28.086Z++ awk '{print $1}'
6142023-11-28T18:11:28.158Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6152023-11-28T18:11:28.159Z+ [[ 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 ]]
6162023-11-28T18:11:28.164Z+ do_untar out/downloads/mgd.tar.gz
6172023-11-28T18:11:28.164Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6182023-11-28T18:11:28.836Z+ do_assemble
6192023-11-28T18:11:28.836Z+ rm -r ./out/mgd
6202023-11-28T18:11:28.850Z+ mkdir ./out/mgd
6212023-11-28T18:11:28.850Z+ cp -r out/downloads/root ./out/mgd/root
6222023-11-28T18:11:29.050Z+ set -o errexit
6232023-11-28T18:11:29.056Z+++ dirname ./tools/ci_download_transceiver_control
6242023-11-28T18:11:29.056Z++ cd ./tools
6252023-11-28T18:11:29.056Z++ pwd
6262023-11-28T18:11:29.056Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6272023-11-28T18:11:29.056Z++ basename ./tools/ci_download_transceiver_control
6282023-11-28T18:11:29.062Z+ ARG0=ci_download_transceiver_control
6292023-11-28T18:11:29.062Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6302023-11-28T18:11:29.062Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6312023-11-28T18:11:29.062Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6322023-11-28T18:11:29.062Z+ TARGET_DIR=out
6332023-11-28T18:11:29.062Z+ DOWNLOAD_DIR=out/downloads
6342023-11-28T18:11:29.063Z+ DEST_DIR=./out/transceiver-control
6352023-11-28T18:11:29.063Z+ BIN_DIR=/opt/oxide/bin
6362023-11-28T18:11:29.063Z+ BINARY=xcvradm
6372023-11-28T18:11:29.063Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6382023-11-28T18:11:29.063Z+ REPO=oxidecomputer/transceiver-control
6392023-11-28T18:11:29.063Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402023-11-28T18:11:29.063Z+ main
6412023-11-28T18:11:29.063Z+ [[ 0 != 0 ]]
6422023-11-28T18:11:29.063Z+ CIDL_OS=solaris2.11
6432023-11-28T18:11:29.063Z+ [[ 0 != 0 ]]
6442023-11-28T18:11:29.063Z+ configure_os solaris2.11
6452023-11-28T18:11:29.063Z+ echo 'current directory: /work/oxidecomputer/omicron'
6462023-11-28T18:11:29.063Zcurrent directory: /work/oxidecomputer/omicron
6472023-11-28T18:11:29.063Z+ echo 'configuring based on OS: "solaris2.11"'
6482023-11-28T18:11:29.063Zconfiguring based on OS: "solaris2.11"
6492023-11-28T18:11:29.063Z+ case "$1" in
6502023-11-28T18:11:29.064Z+ SET_BINARIES=
6512023-11-28T18:11:29.064Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522023-11-28T18:11:29.064Z+ CIDL_SHA256FUNC=do_sha256sum
6532023-11-28T18:11:29.064Z+ ARCHIVE_FILENAME=xcvradm.gz
6542023-11-28T18:11:29.064Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6552023-11-28T18:11:29.064Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6562023-11-28T18:11:29.064Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6572023-11-28T18:11:29.064ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582023-11-28T18:11:29.064ZLocal file: out/downloads/xcvradm.gz
6592023-11-28T18:11:29.064Z+ echo 'Local file: out/downloads/xcvradm.gz'
6602023-11-28T18:11:29.064Z+ mkdir -p out/downloads
6612023-11-28T18:11:29.064Z+ mkdir -p ./out/transceiver-control
6622023-11-28T18:11:29.070Z+ fetch_and_verify
6632023-11-28T18:11:29.070Z+ local DO_DOWNLOAD=true
6642023-11-28T18:11:29.070Z+ [[ -f out/downloads/xcvradm.gz ]]
6652023-11-28T18:11:29.070Z+ '[' true == true ']'
6662023-11-28T18:11:29.070Z+ echo Downloading...
6672023-11-28T18:11:29.070ZDownloading...
6682023-11-28T18:11:29.070Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6692023-11-28T18:11:29.070Z+ 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
6702023-11-28T18:11:30.544Z++ do_sha256sum out/downloads/xcvradm.gz
6712023-11-28T18:11:30.547Z++ sha256sum
6722023-11-28T18:11:30.547Z++ awk '{print $1}'
6732023-11-28T18:11:30.570Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742023-11-28T18:11:30.570Z+ [[ 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 ]]
6752023-11-28T18:11:30.570Z+ do_unpack out/downloads/xcvradm.gz
6762023-11-28T18:11:30.570Z+ mkdir -p out/downloads/root//opt/oxide/bin
6772023-11-28T18:11:30.573Z+ gzip -dc out/downloads/xcvradm.gz
6782023-11-28T18:11:30.758Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6792023-11-28T18:11:30.760Z+ do_assemble
6802023-11-28T18:11:30.760Z+ rm -r ./out/transceiver-control
6812023-11-28T18:11:30.763Z+ mkdir ./out/transceiver-control
6822023-11-28T18:11:30.766Z+ cp -r out/downloads/root ./out/transceiver-control/root
6832023-11-28T18:11:31.017ZAll prerequisites installed successfully
6842023-11-28T18:11:31.020Z
6852023-11-28T18:11:31.020Zreal 2:20.621822215
6862023-11-28T18:11:31.020Zuser 54.954753873
6872023-11-28T18:11:31.020Zsys 10.394569637
6882023-11-28T18:11:31.020Ztrap 0.024426622
6892023-11-28T18:11:31.020Ztflt 0.228668538
6902023-11-28T18:11:31.020Zdflt 1.199099400
6912023-11-28T18:11:31.020Zkflt 0.263589682
6922023-11-28T18:11:31.020Zlock 1.922550629
6932023-11-28T18:11:31.020Zslp 4:24.167079770
6942023-11-28T18:11:31.020Zlat 3.493819672
6952023-11-28T18:11:31.020Zstop 0.079433241
6962023-11-28T18:11:31.020Z+ banner end-to-end-tests
6972023-11-28T18:11:31.081Z
6982023-11-28T18:11:31.082Z ###### # # ##### ##### #### ###### # # #####
6992023-11-28T18:11:31.082Z # ## # # # # # # # ## # # #
7002023-11-28T18:11:31.082Z ##### # # # # # ##### # # # ##### ##### # # # # #
7012023-11-28T18:11:31.082Z # # # # # # # # # # # # # # #
7022023-11-28T18:11:31.082Z # # ## # # # # # # # ## # #
7032023-11-28T18:11:31.082Z ###### # # ##### # #### ###### # # #####
7042023-11-28T18:11:31.082Z
7052023-11-28T18:11:31.137Z+ export CARGO_PROFILE_DEV_DEBUG=1
7062023-11-28T18:11:31.137Z+ CARGO_PROFILE_DEV_DEBUG=1
7072023-11-28T18:11:31.137Z+ export CARGO_PROFILE_TEST_DEBUG=1
7082023-11-28T18:11:31.137Z+ CARGO_PROFILE_TEST_DEBUG=1
7092023-11-28T18:11:31.137Z+ export CARGO_INCREMENTAL=0
7102023-11-28T18:11:31.137Z+ CARGO_INCREMENTAL=0
7112023-11-28T18:11:31.137Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7122023-11-28T18:11:31.431Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7132023-11-28T18:11:31.897Z Updating crates.io index
7142023-11-28T18:11:31.948Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7152023-11-28T18:11:32.686Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7162023-11-28T18:11:34.445Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7172023-11-28T18:11:35.274Z Updating git repository `http://github.com/oxidecomputer/tofino`
7182023-11-28T18:11:35.611Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7192023-11-28T18:11:35.930Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7202023-11-28T18:11:36.236Z Updating git repository `https://github.com/oxidecomputer/propolis`
7212023-11-28T18:11:38.290Z Updating git repository `https://github.com/oxidecomputer/crucible`
7222023-11-28T18:11:40.158Z Updating git repository `https://github.com/oxidecomputer/opte`
7232023-11-28T18:11:41.006Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7242023-11-28T18:11:41.343Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7252023-11-28T18:11:41.925Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7262023-11-28T18:11:42.402Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7272023-11-28T18:11:42.747Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7282023-11-28T18:11:43.171Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7292023-11-28T18:11:43.493Z Updating git repository `https://github.com/njaremko/samael`
7302023-11-28T18:11:43.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7312023-11-28T18:11:44.601Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7322023-11-28T18:11:44.965Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7332023-11-28T18:11:45.422Z Updating git repository `https://github.com/jgallagher/nix`
7342023-11-28T18:11:46.711Z Updating git repository `https://github.com/cbiffle/hubpack`
7352023-11-28T18:11:47.247Z Updating git repository `https://github.com/oxidecomputer/typify`
7362023-11-28T18:11:48.204Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7372023-11-28T18:11:48.648Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7382023-11-28T18:11:48.975Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7392023-11-28T18:11:50.467Z Downloading crates ...
7402023-11-28T18:11:50.708Z Downloaded adler v1.0.2
7412023-11-28T18:11:50.715Z Downloaded parse-display-derive v0.8.2
7422023-11-28T18:11:50.719Z Downloaded num-complex v0.4.4
7432023-11-28T18:11:50.725Z Downloaded curve25519-dalek-derive v0.1.0
7442023-11-28T18:11:50.728Z Downloaded clap v2.34.0
7452023-11-28T18:11:50.749Z Downloaded anstyle-parse v0.2.1
7462023-11-28T18:11:50.756Z Downloaded base64ct v1.6.0
7472023-11-28T18:11:50.792Z Downloaded dtrace-parser v0.1.14
7482023-11-28T18:11:50.796Z Downloaded crucible-workspace-hack v0.1.0
7492023-11-28T18:11:50.796Z Downloaded addr2line v0.21.0
7502023-11-28T18:11:50.796Z Downloaded pem v1.1.1
7512023-11-28T18:11:50.796Z Downloaded predicates v3.0.4
7522023-11-28T18:11:50.804Z Downloaded pkcs8 v0.10.2
7532023-11-28T18:11:50.817Z Downloaded num_threads v0.1.6
7542023-11-28T18:11:50.822Z Downloaded pretty-hex v0.3.0
7552023-11-28T18:11:50.827Z Downloaded openssl-probe v0.1.5
7562023-11-28T18:11:50.833Z Downloaded pretty-hex v0.2.1
7572023-11-28T18:11:50.838Z Downloaded num_enum v0.5.11
7582023-11-28T18:11:50.856Z Downloaded num_enum_derive v0.5.11
7592023-11-28T18:11:50.859Z Downloaded ciborium-ll v0.2.1
7602023-11-28T18:11:50.863Z Downloaded num v0.4.1
7612023-11-28T18:11:50.867Z Downloaded rand_core v0.5.1
7622023-11-28T18:11:50.870Z Downloaded crypto-common v0.1.6
7632023-11-28T18:11:50.873Z Downloaded clap_lex v0.5.1
7642023-11-28T18:11:50.876Z Downloaded memoffset v0.9.0
7652023-11-28T18:11:50.879Z Downloaded block-buffer v0.10.4
7662023-11-28T18:11:50.882Z Downloaded camino-tempfile v1.1.1
7672023-11-28T18:11:50.888Z Downloaded bit-set v0.5.3
7682023-11-28T18:11:50.891Z Downloaded equivalent v1.0.1
7692023-11-28T18:11:50.894Z Downloaded num-integer v0.1.45
7702023-11-28T18:11:50.898Z Downloaded tinyvec_macros v0.1.1
7712023-11-28T18:11:50.903Z Downloaded r2d2 v0.8.10
7722023-11-28T18:11:50.907Z Downloaded cipher v0.4.4
7732023-11-28T18:11:50.912Z Downloaded dirs v5.0.1
7742023-11-28T18:11:50.916Z Downloaded proc-macro-error-attr v1.0.4
7752023-11-28T18:11:50.919Z Downloaded proc-macro-crate v1.3.1
7762023-11-28T18:11:50.922Z Downloaded fxhash v0.2.1
7772023-11-28T18:11:50.926Z Downloaded normalize-line-endings v0.3.0
7782023-11-28T18:11:50.929Z Downloaded resolv-conf v0.7.0
7792023-11-28T18:11:50.932Z Downloaded anstyle-query v1.0.0
7802023-11-28T18:11:50.935Z Downloaded unicode-xid v0.2.4
7812023-11-28T18:11:50.938Z Downloaded percent-encoding v2.3.0
7822023-11-28T18:11:50.943Z Downloaded tokio-macros v2.2.0
7832023-11-28T18:11:50.946Z Downloaded zone v0.3.0
7842023-11-28T18:11:50.946Z Downloaded ciborium v0.2.1
7852023-11-28T18:11:50.950Z Downloaded anstyle v1.0.2
7862023-11-28T18:11:50.953Z Downloaded mime_guess v2.0.4
7872023-11-28T18:11:50.957Z Downloaded utf8parse v0.2.1
7882023-11-28T18:11:50.960Z Downloaded whoami v1.4.1
7892023-11-28T18:11:50.964Z Downloaded usdt-attr-macro v0.3.5
7902023-11-28T18:11:50.967Z Downloaded signal-hook-registry v1.4.1
7912023-11-28T18:11:50.969Z Downloaded zerocopy v0.3.0
7922023-11-28T18:11:50.972Z Downloaded foreign-types v0.3.2
7932023-11-28T18:11:50.975Z Downloaded blake2 v0.10.6
7942023-11-28T18:11:50.981Z Downloaded spki v0.7.2
7952023-11-28T18:11:50.985Z Downloaded once_cell v1.18.0
7962023-11-28T18:11:50.992Z Downloaded hubpack v0.1.2
7972023-11-28T18:11:50.995Z Downloaded httpdate v1.0.3
7982023-11-28T18:11:50.998Z Downloaded thread_local v1.1.7
7992023-11-28T18:11:51.002Z Downloaded ppv-lite86 v0.2.17
8002023-11-28T18:11:51.006Z Downloaded crc32fast v1.3.2
8012023-11-28T18:11:51.013Z Downloaded crossbeam-epoch v0.9.15
8022023-11-28T18:11:51.018Z Downloaded want v0.3.1
8032023-11-28T18:11:51.021Z Downloaded md5 v0.7.0
8042023-11-28T18:11:51.024Z Downloaded foreign-types v0.5.0
8052023-11-28T18:11:51.027Z Downloaded futures-io v0.3.29
8062023-11-28T18:11:51.030Z Downloaded foreign-types-macros v0.2.3
8072023-11-28T18:11:51.033Z Downloaded debug-ignore v1.0.5
8082023-11-28T18:11:51.037Z Downloaded signal-hook-mio v0.2.3
8092023-11-28T18:11:51.039Z Downloaded pest_derive v2.7.2
8102023-11-28T18:11:51.042Z Downloaded foreign-types-shared v0.1.1
8112023-11-28T18:11:51.045Z Downloaded snafu-derive v0.7.5
8122023-11-28T18:11:51.047Z Downloaded smallvec v1.11.0
8132023-11-28T18:11:51.053Z Downloaded ident_case v1.0.1
8142023-11-28T18:11:51.056Z Downloaded proc-macro2 v1.0.69
8152023-11-28T18:11:51.061Z Downloaded zeroize_derive v1.4.2
8162023-11-28T18:11:51.064Z Downloaded iana-time-zone v0.1.57
8172023-11-28T18:11:51.069Z Downloaded vsss-rs v3.3.1
8182023-11-28T18:11:51.075Z Downloaded parking_lot v0.12.1
8192023-11-28T18:11:51.081Z Downloaded slab v0.4.9
8202023-11-28T18:11:51.085Z Downloaded time-core v0.1.1
8212023-11-28T18:11:51.088Z Downloaded parking_lot_core v0.9.8
8222023-11-28T18:11:51.092Z Downloaded matches v0.1.10
8232023-11-28T18:11:51.100Z Downloaded match_cfg v0.1.0
8242023-11-28T18:11:51.100Z Downloaded darling_core v0.20.3
8252023-11-28T18:11:51.106Z Downloaded serde_urlencoded v0.7.1
8262023-11-28T18:11:51.112Z Downloaded ed25519 v2.2.2
8272023-11-28T18:11:51.115Z Downloaded zerocopy v0.6.4
8282023-11-28T18:11:51.122Z Downloaded xattr v1.0.1
8292023-11-28T18:11:51.126Z Downloaded vec_map v0.8.2
8302023-11-28T18:11:51.130Z Downloaded russh-cryptovec v0.7.0
8312023-11-28T18:11:51.134Z Downloaded getrandom v0.2.10
8322023-11-28T18:11:51.141Z Downloaded openssl-sys v0.9.93
8332023-11-28T18:11:51.150Z Downloaded toolchain_find v0.2.0
8342023-11-28T18:11:51.153Z Downloaded slog-stdlog v4.1.1
8352023-11-28T18:11:51.157Z Downloaded thread-id v4.2.0
8362023-11-28T18:11:51.160Z Downloaded slog-json v2.6.1
8372023-11-28T18:11:51.164Z Downloaded rustfmt-wrapper v0.2.0
8382023-11-28T18:11:51.167Z Downloaded der v0.7.8
8392023-11-28T18:11:51.176Z Downloaded hyper-staticfile v0.9.5
8402023-11-28T18:11:51.183Z Downloaded md-5 v0.10.5
8412023-11-28T18:11:51.186Z Downloaded foreign-types-shared v0.3.1
8422023-11-28T18:11:51.188Z Downloaded zeroize v1.6.0
8432023-11-28T18:11:51.192Z Downloaded home v0.5.5
8442023-11-28T18:11:51.196Z Downloaded walkdir v2.4.0
8452023-11-28T18:11:51.196Z Downloaded sha1 v0.10.6
8462023-11-28T18:11:51.199Z Downloaded is-terminal v0.4.9
8472023-11-28T18:11:51.203Z Downloaded instant v0.1.12
8482023-11-28T18:11:51.207Z Downloaded crossbeam-channel v0.5.8
8492023-11-28T18:11:51.217Z Downloaded slog-bunyan v2.4.0
8502023-11-28T18:11:51.221Z Downloaded terminal_size v0.2.6
8512023-11-28T18:11:51.223Z Downloaded usdt-impl v0.3.5
8522023-11-28T18:11:51.223Z Downloaded usdt-macro v0.3.5
8532023-11-28T18:11:51.226Z Downloaded sct v0.7.0
8542023-11-28T18:11:51.232Z Downloaded slog-scope v4.4.0
8552023-11-28T18:11:51.235Z Downloaded tar v0.4.40
8562023-11-28T18:11:51.241Z Downloaded num-bigint v0.4.4
8572023-11-28T18:11:51.253Z Downloaded endian-type v0.1.2
8582023-11-28T18:11:51.255Z Downloaded waitgroup v0.1.2
8592023-11-28T18:11:51.259Z Downloaded headers-core v0.2.0
8602023-11-28T18:11:51.259Z Downloaded serde_derive_internals v0.26.0
8612023-11-28T18:11:51.262Z Downloaded managed v0.8.0
8622023-11-28T18:11:51.265Z Downloaded serde_tokenstream v0.1.7
8632023-11-28T18:11:51.271Z Downloaded same-file v1.0.6
8642023-11-28T18:11:51.273Z Downloaded errno v0.3.2
8652023-11-28T18:11:51.278Z Downloaded inout v0.1.3
8662023-11-28T18:11:51.282Z Downloaded ryu v1.0.15
8672023-11-28T18:11:51.287Z Downloaded strum v0.25.0
8682023-11-28T18:11:51.290Z Downloaded yasna v0.5.2
8692023-11-28T18:11:51.292Z Downloaded serde_repr v0.1.16
8702023-11-28T18:11:51.297Z Downloaded either v1.9.0
8712023-11-28T18:11:51.300Z Downloaded serde_with_macros v2.3.3
8722023-11-28T18:11:51.303Z Downloaded rustls-pemfile v1.0.3
8732023-11-28T18:11:51.306Z Downloaded toml_edit v0.19.15
8742023-11-28T18:11:51.341Z Downloaded rand_chacha v0.3.1
8752023-11-28T18:11:51.344Z Downloaded itoa v1.0.9
8762023-11-28T18:11:51.346Z Downloaded untrusted v0.9.0
8772023-11-28T18:11:51.350Z Downloaded keccak v0.1.4
8782023-11-28T18:11:51.352Z Downloaded structopt-derive v0.4.18
8792023-11-28T18:11:51.357Z Downloaded serde_tokenstream v0.2.0
8802023-11-28T18:11:51.362Z Downloaded io-lifetimes v1.0.11
8812023-11-28T18:11:51.366Z Downloaded spin v0.9.8
8822023-11-28T18:11:51.371Z Downloaded tokio-rustls v0.24.1
8832023-11-28T18:11:51.375Z Downloaded snafu v0.7.5
8842023-11-28T18:11:51.386Z Downloaded slog-async v2.8.0
8852023-11-28T18:11:51.392Z Downloaded lazy_static v1.4.0
8862023-11-28T18:11:51.394Z Downloaded elliptic-curve v0.13.5
8872023-11-28T18:11:51.401Z Downloaded lock_api v0.4.10
8882023-11-28T18:11:51.404Z Downloaded omicron-zone-package v0.9.1
8892023-11-28T18:11:51.427Z Downloaded toml v0.8.8
8902023-11-28T18:11:51.433Z Downloaded tinyvec v1.6.0
8912023-11-28T18:11:51.438Z Downloaded slog v2.7.0
8922023-11-28T18:11:51.443Z Downloaded memchr v2.6.3
8932023-11-28T18:11:51.453Z Downloaded tokio-tungstenite v0.20.1
8942023-11-28T18:11:51.458Z Downloaded typenum v1.16.0
8952023-11-28T18:11:51.463Z Downloaded tracing v0.1.37
8962023-11-28T18:11:51.469Z Downloaded time v0.3.27
8972023-11-28T18:11:51.481Z Downloaded futures v0.3.29
8982023-11-28T18:11:51.490Z Downloaded trust-dns-server v0.22.1
8992023-11-28T18:11:51.499Z Downloaded trust-dns-client v0.22.0
9002023-11-28T18:11:51.509Z Downloaded heapless v0.7.16
9012023-11-28T18:11:51.517Z Downloaded unicode-segmentation v1.10.1
9022023-11-28T18:11:51.522Z Downloaded itertools v0.12.0
9032023-11-28T18:11:51.536Z Downloaded tokio-postgres v0.7.10
9042023-11-28T18:11:51.543Z Downloaded russh v0.39.0
9052023-11-28T18:11:51.552Z Downloaded http v0.2.11
9062023-11-28T18:11:51.559Z Downloaded winnow v0.5.15
9072023-11-28T18:11:51.574Z Downloaded regex-automata v0.1.10
9082023-11-28T18:11:51.584Z Downloaded toml_edit v0.21.0
9092023-11-28T18:11:51.624Z Downloaded itertools v0.10.5
9102023-11-28T18:11:51.635Z Downloaded chrono v0.4.31
9112023-11-28T18:11:51.649Z Downloaded serde_json v1.0.108
9122023-11-28T18:11:51.663Z Downloaded reqwest v0.11.22
9132023-11-28T18:11:51.677Z Downloaded object v0.32.1
9142023-11-28T18:11:51.697Z Downloaded syn v2.0.32
9152023-11-28T18:11:51.716Z Downloaded gimli v0.28.0
9162023-11-28T18:11:51.732Z Downloaded regress v0.7.1
9172023-11-28T18:11:51.744Z Downloaded diesel v2.1.4
9182023-11-28T18:11:51.777Z Downloaded trust-dns-proto v0.22.0
9192023-11-28T18:11:51.823Z Downloaded syn v1.0.109
9202023-11-28T18:11:51.827Z Downloaded smoltcp v0.8.2
9212023-11-28T18:11:51.835Z Downloaded smoltcp v0.9.1
9222023-11-28T18:11:51.856Z Downloaded regex-syntax v0.7.5
9232023-11-28T18:11:51.871Z Downloaded zerocopy-derive v0.2.0
9242023-11-28T18:11:51.886Z Downloaded rustix v0.37.23
9252023-11-28T18:11:51.921Z Downloaded rustix v0.38.25
9262023-11-28T18:11:51.961Z Downloaded bzip2-sys v0.1.11+1.0.8
9272023-11-28T18:11:51.985Z Downloaded sled v0.34.7
9282023-11-28T18:11:52.010Z Downloaded regex-syntax v0.8.2
9292023-11-28T18:11:52.021Z Downloaded rustls v0.21.9
9302023-11-28T18:11:52.042Z Downloaded sha3 v0.10.8
9312023-11-28T18:11:52.054Z Downloaded zerocopy-derive v0.6.4
9322023-11-28T18:11:52.074Z Downloaded winapi v0.3.9
9332023-11-28T18:11:52.146Z Downloaded encoding_rs v0.8.33
9342023-11-28T18:11:52.187Z Downloaded libc v0.2.150
9352023-11-28T18:11:52.233Z Downloaded tokio v1.34.0
9362023-11-28T18:11:52.296Z Downloaded regex-automata v0.3.8
9372023-11-28T18:11:52.326Z Downloaded regex-automata v0.4.3
9382023-11-28T18:11:52.357Z Downloaded idna v0.2.3
9392023-11-28T18:11:52.367Z Downloaded curve25519-dalek v4.1.0
9402023-11-28T18:11:52.383Z Downloaded bstr v1.6.0
9412023-11-28T18:11:52.402Z Downloaded idna v0.4.0
9422023-11-28T18:11:52.413Z Downloaded webpki-roots v0.25.2
9432023-11-28T18:11:52.420Z Downloaded openssl v0.10.57
9442023-11-28T18:11:52.438Z Downloaded radix_trie v0.2.1
9452023-11-28T18:11:52.446Z Downloaded bstr v0.2.17
9462023-11-28T18:11:52.465Z Downloaded vcpkg v0.2.15
9472023-11-28T18:11:52.537Z Downloaded hkdf v0.12.3
9482023-11-28T18:11:52.543Z Downloaded rustls-webpki v0.101.7
9492023-11-28T18:11:52.568Z Downloaded hyper v0.14.27
9502023-11-28T18:11:52.581Z Downloaded futures-util v0.3.29
9512023-11-28T18:11:52.601Z Downloaded h2 v0.3.21
9522023-11-28T18:11:52.612Z Downloaded tokio-util v0.7.10
9532023-11-28T18:11:52.623Z Downloaded itertools v0.11.0
9542023-11-28T18:11:52.634Z Downloaded libm v0.2.7
9552023-11-28T18:11:52.651Z Downloaded unicode-normalization v0.1.22
9562023-11-28T18:11:52.657Z Downloaded clap_builder v4.4.2
9572023-11-28T18:11:52.669Z Downloaded serde_with v2.3.3
9582023-11-28T18:11:52.681Z Downloaded headers v0.3.9
9592023-11-28T18:11:52.689Z Downloaded hashbrown v0.14.2
9602023-11-28T18:11:52.698Z Downloaded unicode-bidi v0.3.13
9612023-11-28T18:11:52.702Z Downloaded tungstenite v0.20.1
9622023-11-28T18:11:52.708Z Downloaded serde_yaml v0.9.25
9632023-11-28T18:11:52.714Z Downloaded trust-dns-resolver v0.22.0
9642023-11-28T18:11:52.722Z Downloaded openapiv3 v2.0.0-rc.1
9652023-11-28T18:11:52.762Z Downloaded pest v2.7.2
9662023-11-28T18:11:52.773Z Downloaded crossterm v0.27.0
9672023-11-28T18:11:52.788Z Downloaded hashbrown v0.12.3
9682023-11-28T18:11:52.791Z Downloaded kstat-rs v0.2.3
9692023-11-28T18:11:52.794Z Downloaded serde_derive v1.0.192
9702023-11-28T18:11:52.797Z Downloaded aes v0.8.3
9712023-11-28T18:11:52.803Z Downloaded russh-keys v0.38.0
9722023-11-28T18:11:52.807Z Downloaded http-body v0.4.5
9732023-11-28T18:11:52.810Z Downloaded log v0.4.20
9742023-11-28T18:11:52.812Z Downloaded structopt v0.3.26
9752023-11-28T18:11:52.850Z Downloaded ed25519-dalek v2.0.0
9762023-11-28T18:11:52.853Z Downloaded indexmap v2.1.0
9772023-11-28T18:11:52.853Z Downloaded ipnet v2.8.0
9782023-11-28T18:11:52.853Z Downloaded rand v0.7.3
9792023-11-28T18:11:52.853Z Downloaded futures-sink v0.3.29
9802023-11-28T18:11:52.853Z Downloaded futures-macro v0.3.29
9812023-11-28T18:11:52.853Z Downloaded structmeta v0.2.0
9822023-11-28T18:11:52.853Z Downloaded sha2 v0.10.8
9832023-11-28T18:11:52.856Z Downloaded stringprep v0.1.3
9842023-11-28T18:11:52.861Z Downloaded rustc-demangle v0.1.23
9852023-11-28T18:11:52.864Z Downloaded slog-term v2.9.0
9862023-11-28T18:11:52.867Z Downloaded hmac v0.12.1
9872023-11-28T18:11:52.870Z Downloaded hashbrown v0.13.2
9882023-11-28T18:11:52.878Z Downloaded secrecy v0.8.0
9892023-11-28T18:11:52.881Z Downloaded macaddr v1.0.1
9902023-11-28T18:11:52.884Z Downloaded multer v2.1.0
9912023-11-28T18:11:52.889Z Downloaded version_check v0.9.4
9922023-11-28T18:11:52.889Z Downloaded subtle v2.5.0
9932023-11-28T18:11:52.892Z Downloaded toml v0.7.8
9942023-11-28T18:11:52.895Z Downloaded socket2 v0.5.5
9952023-11-28T18:11:52.898Z Downloaded ring v0.17.5
9962023-11-28T18:11:53.034Z Downloaded unsafe-libyaml v0.2.9
9972023-11-28T18:11:53.040Z Downloaded schemars v0.8.13
9982023-11-28T18:11:53.060Z Downloaded textwrap v0.11.0
9992023-11-28T18:11:53.062Z Downloaded slog-dtrace v0.2.3
10002023-11-28T18:11:53.065Z Downloaded rand_core v0.6.4
10012023-11-28T18:11:53.067Z Downloaded semver v0.11.0
10022023-11-28T18:11:53.070Z Downloaded socket2 v0.4.9
10032023-11-28T18:11:53.073Z Downloaded serde v1.0.192
10042023-11-28T18:11:53.079Z Downloaded ff v0.13.0
10052023-11-28T18:11:53.081Z Downloaded similar v2.2.1
10062023-11-28T18:11:53.089Z Downloaded mio v0.8.9
10072023-11-28T18:11:53.099Z Downloaded smf v0.2.2
10082023-11-28T18:11:53.102Z Downloaded static_assertions v1.1.0
10092023-11-28T18:11:53.104Z Downloaded lru-cache v0.1.2
10102023-11-28T18:11:53.107Z Downloaded ipnetwork v0.20.0
10112023-11-28T18:11:53.109Z Downloaded serde_spanned v0.6.4
10122023-11-28T18:11:53.109Z Downloaded thiserror-impl-no-std v2.0.2
10132023-11-28T18:11:53.112Z Downloaded ring v0.16.20
10142023-11-28T18:11:53.272Z Downloaded flate2 v1.0.28
10152023-11-28T18:11:53.281Z Downloaded pin-project v1.1.3
10162023-11-28T18:11:53.300Z Downloaded url v2.4.1
10172023-11-28T18:11:53.305Z Downloaded subprocess v0.2.9
10182023-11-28T18:11:53.309Z Downloaded serde_path_to_error v0.1.14
10192023-11-28T18:11:53.312Z Downloaded linked-hash-map v0.5.6
10202023-11-28T18:11:53.315Z Downloaded rustc_version v0.4.0
10212023-11-28T18:11:53.318Z Downloaded schemars_derive v0.8.13
10222023-11-28T18:11:53.318Z Downloaded libefi-sys v0.1.0
10232023-11-28T18:11:53.321Z Downloaded futures-executor v0.3.29
10242023-11-28T18:11:53.325Z Downloaded futures-core v0.3.29
10252023-11-28T18:11:53.325Z Downloaded base64 v0.13.1
10262023-11-28T18:11:53.329Z Downloaded thiserror-impl v1.0.49
10272023-11-28T18:11:53.332Z Downloaded uuid v1.6.1
10282023-11-28T18:11:53.338Z Downloaded base64 v0.21.5
10292023-11-28T18:11:53.344Z Downloaded zip v0.6.6
10302023-11-28T18:11:53.352Z Downloaded thiserror-no-std v2.0.2
10312023-11-28T18:11:53.358Z Downloaded strsim v0.10.0
10322023-11-28T18:11:53.361Z Downloaded scopeguard v1.2.0
10332023-11-28T18:11:53.363Z Downloaded time-macros v0.2.13
10342023-11-28T18:11:53.366Z Downloaded spin v0.5.2
10352023-11-28T18:11:53.368Z Downloaded string_cache v0.8.7
10362023-11-28T18:11:53.371Z Downloaded hyper-tls v0.5.0
10372023-11-28T18:11:53.374Z Downloaded scheduled-thread-pool v0.2.7
10382023-11-28T18:11:53.374Z Downloaded futures-channel v0.3.29
10392023-11-28T18:11:53.377Z Downloaded rand v0.8.5
10402023-11-28T18:11:53.383Z Downloaded regex v1.10.2
10412023-11-28T18:11:53.407Z Downloaded unicode-ident v1.0.12
10422023-11-28T18:11:53.411Z Downloaded stable_deref_trait v1.2.0
10432023-11-28T18:11:53.414Z Downloaded thiserror v1.0.49
10442023-11-28T18:11:53.419Z Downloaded bytes v1.5.0
10452023-11-28T18:11:53.426Z Downloaded synstructure v0.12.6
10462023-11-28T18:11:53.428Z Downloaded fastrand v2.0.0
10472023-11-28T18:11:53.431Z Downloaded siphasher v0.3.11
10482023-11-28T18:11:53.434Z Downloaded aes-gcm v0.10.3
10492023-11-28T18:11:53.438Z Downloaded pest_meta v2.7.2
10502023-11-28T18:11:53.441Z Downloaded crypto-bigint v0.5.2
10512023-11-28T18:11:53.451Z Downloaded tracing-core v0.1.31
10522023-11-28T18:11:53.456Z Downloaded generic-array v0.14.7
10532023-11-28T18:11:53.458Z Downloaded take_mut v0.2.2
10542023-11-28T18:11:53.461Z Downloaded signal-hook v0.3.17
10552023-11-28T18:11:53.464Z Downloaded hyper-rustls v0.24.2
10562023-11-28T18:11:53.468Z Downloaded httparse v1.8.0
10572023-11-28T18:11:53.472Z Downloaded tempfile v3.8.1
10582023-11-28T18:11:53.477Z Downloaded indexmap v1.9.3
10592023-11-28T18:11:53.481Z Downloaded hex-literal v0.4.1
10602023-11-28T18:11:53.484Z Downloaded strum_macros v0.25.2
10612023-11-28T18:11:53.486Z Downloaded heck v0.4.1
10622023-11-28T18:11:53.489Z Downloaded structmeta-derive v0.2.0
10632023-11-28T18:11:53.492Z Downloaded term v0.7.0
10642023-11-28T18:11:53.495Z Downloaded rustversion v1.0.14
10652023-11-28T18:11:53.500Z Downloaded hostname v0.3.1
10662023-11-28T18:11:53.503Z Downloaded form_urlencoded v1.2.0
10672023-11-28T18:11:53.506Z Downloaded fallible-iterator v0.2.0
10682023-11-28T18:11:53.506Z Downloaded arc-swap v1.6.0
10692023-11-28T18:11:53.511Z Downloaded half v1.8.2
10702023-11-28T18:11:53.515Z Downloaded chacha20poly1305 v0.10.1
10712023-11-28T18:11:53.518Z Downloaded hex v0.4.3
10722023-11-28T18:11:53.521Z Downloaded heck v0.3.3
10732023-11-28T18:11:53.524Z Downloaded rcgen v0.11.3
10742023-11-28T18:11:53.528Z Downloaded derive_more v0.99.17
10752023-11-28T18:11:53.536Z Downloaded tower-service v0.3.2
10762023-11-28T18:11:53.539Z Downloaded getrandom v0.1.16
10772023-11-28T18:11:53.541Z Downloaded ucd-trie v0.1.6
10782023-11-28T18:11:53.544Z Downloaded glob v0.3.1
10792023-11-28T18:11:53.547Z Downloaded slog-envlogger v2.2.0
10802023-11-28T18:11:53.550Z Downloaded diesel_derives v2.1.1
10812023-11-28T18:11:53.554Z Downloaded toml v0.5.11
10822023-11-28T18:11:53.558Z Downloaded parking_lot v0.11.2
10832023-11-28T18:11:53.562Z Downloaded num-traits v0.2.16
10842023-11-28T18:11:53.567Z Downloaded const-oid v0.9.5
10852023-11-28T18:11:53.570Z Downloaded tokio-native-tls v0.3.1
10862023-11-28T18:11:53.573Z Downloaded semver-parser v0.10.2
10872023-11-28T18:11:53.576Z Downloaded signature v2.1.0
10882023-11-28T18:11:53.579Z Downloaded backtrace v0.3.69
10892023-11-28T18:11:53.586Z Downloaded semver v1.0.20
10902023-11-28T18:11:53.590Z Downloaded rustls-native-certs v0.6.3
10912023-11-28T18:11:53.593Z Downloaded postgres-protocol v0.6.6
10922023-11-28T18:11:53.596Z Downloaded cc v1.0.83
10932023-11-28T18:11:53.601Z Downloaded tracing-attributes v0.1.26
10942023-11-28T18:11:53.605Z Downloaded untrusted v0.7.1
10952023-11-28T18:11:53.608Z Downloaded console v0.15.7
10962023-11-28T18:11:53.611Z Downloaded pin-project-internal v1.1.3
10972023-11-28T18:11:53.614Z Downloaded miniz_oxide v0.7.1
10982023-11-28T18:11:53.617Z Downloaded anyhow v1.0.75
10992023-11-28T18:11:53.624Z Downloaded quote v1.0.33
11002023-11-28T18:11:53.628Z Downloaded postgres-types v0.2.6
11012023-11-28T18:11:53.632Z Downloaded clap_derive v4.4.2
11022023-11-28T18:11:53.635Z Downloaded unicode-width v0.1.11
11032023-11-28T18:11:53.637Z Downloaded tokio-stream v0.1.14
11042023-11-28T18:11:53.680Z Downloaded universal-hash v0.5.1
11052023-11-28T18:11:53.685Z Downloaded utf-8 v0.7.6
11062023-11-28T18:11:53.685Z Downloaded hash32 v0.2.1
11072023-11-28T18:11:53.688Z Downloaded getopts v0.2.21
11082023-11-28T18:11:53.691Z Downloaded fixedbitset v0.4.2
11092023-11-28T18:11:53.697Z Downloaded parking_lot_core v0.8.6
11102023-11-28T18:11:53.700Z Downloaded nibble_vec v0.1.0
11112023-11-28T18:11:53.703Z Downloaded strsim v0.8.0
11122023-11-28T18:11:53.705Z Downloaded postcard v0.7.3
11132023-11-28T18:11:53.710Z Downloaded futures-task v0.3.29
11142023-11-28T18:11:53.713Z Downloaded float-cmp v0.9.0
11152023-11-28T18:11:53.715Z Downloaded rand_chacha v0.2.2
11162023-11-28T18:11:53.718Z Downloaded group v0.13.0
11172023-11-28T18:11:53.721Z Downloaded filetime v0.2.22
11182023-11-28T18:11:53.726Z Downloaded enum-as-inner v0.5.1
11192023-11-28T18:11:53.729Z Downloaded cancel-safe-futures v0.1.5
11202023-11-28T18:11:53.736Z Downloaded lalrpop-util v0.19.12
11212023-11-28T18:11:53.739Z Downloaded ghash v0.5.0
11222023-11-28T18:11:53.742Z Downloaded fnv v1.0.7
11232023-11-28T18:11:53.742Z Downloaded ahash v0.8.3
11242023-11-28T18:11:53.747Z Downloaded usdt v0.3.5
11252023-11-28T18:11:53.750Z Downloaded unicase v2.7.0
11262023-11-28T18:11:53.753Z Downloaded bit-vec v0.6.3
11272023-11-28T18:11:53.756Z Downloaded dyn-clone v1.0.13
11282023-11-28T18:11:53.760Z Downloaded num-rational v0.4.1
11292023-11-28T18:11:53.762Z Downloaded argon2 v0.5.2
11302023-11-28T18:11:53.765Z Downloaded paste v1.0.14
11312023-11-28T18:11:53.773Z Downloaded password-hash v0.5.0
11322023-11-28T18:11:53.777Z Downloaded postcard-cobs v0.1.5-pre
11332023-11-28T18:11:53.779Z Downloaded http-range v0.1.5
11342023-11-28T18:11:53.782Z Downloaded zone_cfg_derive v0.3.0
11352023-11-28T18:11:53.782Z Downloaded predicates-core v1.0.6
11362023-11-28T18:11:53.785Z Downloaded hubpack_derive v0.1.1
11372023-11-28T18:11:53.785Z Downloaded toml_datetime v0.6.5
11382023-11-28T18:11:53.787Z Downloaded password-hash v0.4.2
11392023-11-28T18:11:53.790Z Downloaded darling v0.20.3
11402023-11-28T18:11:53.794Z Downloaded async-trait v0.1.74
11412023-11-28T18:11:53.800Z Downloaded deranged v0.3.8
11422023-11-28T18:11:53.802Z Downloaded colored v2.0.4
11432023-11-28T18:11:53.805Z Downloaded camino v1.1.6
11442023-11-28T18:11:53.808Z Downloaded cbc v0.1.2
11452023-11-28T18:11:53.811Z Downloaded bzip2 v0.4.4
11462023-11-28T18:11:53.815Z Downloaded backoff v0.4.0
11472023-11-28T18:11:53.817Z Downloaded bitflags v2.4.0
11482023-11-28T18:11:53.820Z Downloaded base16ct v0.2.0
11492023-11-28T18:11:53.823Z Downloaded phf v0.11.2
11502023-11-28T18:11:53.826Z Downloaded num-iter v0.1.43
11512023-11-28T18:11:53.829Z Downloaded proc-macro-error v1.0.4
11522023-11-28T18:11:53.831Z Downloaded pkg-config v0.3.27
11532023-11-28T18:11:53.834Z Downloaded parse-display v0.8.2
11542023-11-28T18:11:53.837Z Downloaded cfg-if v0.1.10
11552023-11-28T18:11:53.839Z Downloaded convert_case v0.4.0
11562023-11-28T18:11:53.839Z Downloaded mime v0.3.17
11572023-11-28T18:11:53.842Z Downloaded chacha20 v0.9.1
11582023-11-28T18:11:53.844Z Downloaded blowfish v0.9.1
11592023-11-28T18:11:53.847Z Downloaded try-lock v0.2.4
11602023-11-28T18:11:53.881Z Downloaded pem v3.0.2
11612023-11-28T18:11:53.881Z Downloaded difflib v0.4.0
11622023-11-28T18:11:53.884Z Downloaded petgraph v0.6.4
11632023-11-28T18:11:53.884Z Downloaded byteorder v1.5.0
11642023-11-28T18:11:53.884Z Downloaded anstream v0.5.0
11652023-11-28T18:11:53.884Z Downloaded block-padding v0.3.3
11662023-11-28T18:11:53.884Z Downloaded atomic-waker v1.1.1
11672023-11-28T18:11:53.884Z Downloaded autocfg v1.1.0
11682023-11-28T18:11:53.887Z Downloaded dirs-next v2.0.0
11692023-11-28T18:11:53.887Z Downloaded ctr v0.9.2
11702023-11-28T18:11:53.890Z Downloaded precomputed-hash v0.1.1
11712023-11-28T18:11:53.892Z Downloaded bitflags v1.3.2
11722023-11-28T18:11:53.895Z Downloaded diesel_table_macro_syntax v0.1.0
11732023-11-28T18:11:53.898Z Downloaded bcrypt-pbkdf v0.10.0
11742023-11-28T18:11:53.902Z Downloaded phf_shared v0.10.0
11752023-11-28T18:11:53.902Z Downloaded option-ext v0.2.0
11762023-11-28T18:11:53.902Z Downloaded openssl-macros v0.1.1
11772023-11-28T18:11:53.902Z Downloaded colorchoice v1.0.0
11782023-11-28T18:11:53.905Z Downloaded new_debug_unreachable v1.0.4
11792023-11-28T18:11:53.905Z Downloaded num-derive v0.4.0
11802023-11-28T18:11:53.908Z Downloaded cfg-if v1.0.0
11812023-11-28T18:11:53.910Z Downloaded opaque-debug v0.3.0
11822023-11-28T18:11:53.913Z Downloaded poly1305 v0.8.0
11832023-11-28T18:11:53.916Z Downloaded aead v0.5.2
11842023-11-28T18:11:53.918Z Downloaded polyval v0.6.1
11852023-11-28T18:11:53.921Z Downloaded dof v0.1.5
11862023-11-28T18:11:53.921Z Downloaded quick-error v1.2.3
11872023-11-28T18:11:53.924Z Downloaded pbkdf2 v0.12.2
11882023-11-28T18:11:53.927Z Downloaded platforms v3.0.2
11892023-11-28T18:11:53.929Z Downloaded pin-project-lite v0.2.13
11902023-11-28T18:11:53.937Z Downloaded atomicwrites v0.4.2
11912023-11-28T18:11:53.940Z Downloaded phf_shared v0.11.2
11922023-11-28T18:11:53.943Z Downloaded dirs-sys v0.4.1
11932023-11-28T18:11:53.943Z Downloaded pbkdf2 v0.11.0
11942023-11-28T18:11:53.946Z Downloaded dirs-sys-next v0.1.2
11952023-11-28T18:11:53.949Z Downloaded pin-utils v0.1.0
11962023-11-28T18:11:53.952Z Downloaded pest_generator v2.7.2
11972023-11-28T18:11:53.955Z Downloaded digest v0.10.7
11982023-11-28T18:11:53.958Z Downloaded ciborium-io v0.2.1
11992023-11-28T18:11:53.958Z Downloaded async-stream-impl v0.3.5
12002023-11-28T18:11:53.958Z Downloaded atty v0.2.14
12012023-11-28T18:11:53.962Z Downloaded darling_macro v0.20.3
12022023-11-28T18:11:53.962Z Downloaded doc-comment v0.3.3
12032023-11-28T18:11:53.964Z Downloaded async-stream v0.3.5
12042023-11-28T18:11:53.968Z Downloaded aho-corasick v1.0.4
12052023-11-28T18:11:53.976Z Downloaded ansi_term v0.12.1
12062023-11-28T18:11:53.979Z Downloaded num_cpus v1.16.0
12072023-11-28T18:11:53.984Z Downloaded native-tls v0.2.11
12082023-11-28T18:11:53.987Z Downloaded crossbeam-utils v0.8.16
12092023-11-28T18:11:53.992Z Downloaded cpufeatures v0.2.9
12102023-11-28T18:11:53.995Z Downloaded clap v4.4.3
12112023-11-28T18:11:54.012Z Downloaded cstr-argument v0.1.2
12122023-11-28T18:11:54.015Z Downloaded data-encoding v2.4.0
12132023-11-28T18:11:54.437Z Compiling proc-macro2 v1.0.69
12142023-11-28T18:11:54.441Z Compiling unicode-ident v1.0.12
12152023-11-28T18:11:54.441Z Compiling libc v0.2.150
12162023-11-28T18:11:54.441Z Compiling serde v1.0.192
12172023-11-28T18:11:54.441Z Compiling autocfg v1.1.0
12182023-11-28T18:11:54.457Z Compiling version_check v0.9.4
12192023-11-28T18:11:54.461Z Compiling cfg-if v1.0.0
12202023-11-28T18:11:54.461Z Compiling syn v1.0.109
12212023-11-28T18:11:54.849Z Compiling parking_lot_core v0.9.8
12222023-11-28T18:11:54.874Z Compiling typenum v1.16.0
12232023-11-28T18:11:55.688Z Compiling libm v0.2.7
12242023-11-28T18:11:55.780Z Compiling lock_api v0.4.10
12252023-11-28T18:11:56.691Z Compiling generic-array v0.14.7
12262023-11-28T18:11:56.694Z Compiling once_cell v1.18.0
12272023-11-28T18:11:56.694Z Compiling num-traits v0.2.16
12282023-11-28T18:11:56.727Z Compiling thiserror v1.0.49
12292023-11-28T18:11:57.032Z Compiling futures-core v0.3.29
12302023-11-28T18:11:57.090Z Compiling serde_json v1.0.108
12312023-11-28T18:11:57.169Z Compiling slab v0.4.9
12322023-11-28T18:11:57.336Z Compiling futures-task v0.3.29
12332023-11-28T18:11:57.491Z Compiling futures-channel v0.3.29
12342023-11-28T18:11:57.515Z Compiling memchr v2.6.3
12352023-11-28T18:11:57.558Z Compiling futures-util v0.3.29
12362023-11-28T18:11:57.611Z Compiling itoa v1.0.9
12372023-11-28T18:11:57.847Z Compiling pkg-config v0.3.27
12382023-11-28T18:11:58.189Z Compiling quote v1.0.33
12392023-11-28T18:11:58.276Z Compiling scopeguard v1.2.0
12402023-11-28T18:11:58.372Z Compiling log v0.4.20
12412023-11-28T18:11:59.237Z Compiling syn v2.0.32
12422023-11-28T18:11:59.451Z Compiling cc v1.0.83
12432023-11-28T18:11:59.601Z Compiling getrandom v0.2.10
12442023-11-28T18:12:00.273Z Compiling rand_core v0.6.4
12452023-11-28T18:12:01.084Z Compiling heck v0.4.1
12462023-11-28T18:12:01.548Z Compiling ryu v1.0.15
12472023-11-28T18:12:01.835Z Compiling smallvec v1.11.0
12482023-11-28T18:12:02.121Z Compiling schemars v0.8.13
12492023-11-28T18:12:02.533Z Compiling vcpkg v0.2.15
12502023-11-28T18:12:02.753Z Compiling subtle v2.5.0
12512023-11-28T18:12:02.862Z Compiling httparse v1.8.0
12522023-11-28T18:12:03.272Z Compiling indexmap v1.9.3
12532023-11-28T18:12:03.485Z Compiling equivalent v1.0.1
12542023-11-28T18:12:03.673Z Compiling hashbrown v0.14.2
12552023-11-28T18:12:03.767Z Compiling pin-project-lite v0.2.13
12562023-11-28T18:12:03.992Z Compiling semver v1.0.20
12572023-11-28T18:12:04.682Z Compiling ring v0.17.5
12582023-11-28T18:12:04.951Z Compiling ring v0.16.20
12592023-11-28T18:12:05.809Z Compiling parking_lot v0.12.1
12602023-11-28T18:12:06.349Z Compiling openssl-sys v0.9.93
12612023-11-28T18:12:06.643Z Compiling ahash v0.8.3
12622023-11-28T18:12:06.744Z Compiling fnv v1.0.7
12632023-11-28T18:12:07.454Z Compiling openssl v0.10.57
12642023-11-28T18:12:08.105Z Compiling signal-hook-registry v1.4.1
12652023-11-28T18:12:08.215Z Compiling iana-time-zone v0.1.57
12662023-11-28T18:12:08.264Z Compiling ucd-trie v0.1.6
12672023-11-28T18:12:08.297Z Compiling rustls v0.21.9
12682023-11-28T18:12:08.924Z Compiling mio v0.8.9
12692023-11-28T18:12:09.238Z Compiling native-tls v0.2.11
12702023-11-28T18:12:09.677Z Compiling socket2 v0.5.5
12712023-11-28T18:12:09.719Z Compiling num_cpus v1.16.0
12722023-11-28T18:12:10.068Z Compiling spin v0.5.2
12732023-11-28T18:12:10.399Z Compiling byteorder v1.5.0
12742023-11-28T18:12:11.146Z Compiling futures-sink v0.3.29
12752023-11-28T18:12:11.185Z Compiling async-trait v0.1.74
12762023-11-28T18:12:11.224Z Compiling dyn-clone v1.0.13
12772023-11-28T18:12:11.353Z Compiling serde_derive_internals v0.26.0
12782023-11-28T18:12:11.612Z Compiling aho-corasick v1.0.4
12792023-11-28T18:12:12.152Z Compiling regex-syntax v0.8.2
12802023-11-28T18:12:12.187Z Compiling tinyvec_macros v0.1.1
12812023-11-28T18:12:12.233Z Compiling rustix v0.38.25
12822023-11-28T18:12:12.421Z Compiling const-oid v0.9.5
12832023-11-28T18:12:13.116Z Compiling tinyvec v1.6.0
12842023-11-28T18:12:14.315Z Compiling hashbrown v0.13.2
12852023-11-28T18:12:15.844Z Compiling backtrace v0.3.69
12862023-11-28T18:12:16.155Z Compiling pin-utils v0.1.0
12872023-11-28T18:12:16.185Z Compiling winnow v0.5.15
12882023-11-28T18:12:16.371Z Compiling futures-io v0.3.29
12892023-11-28T18:12:16.493Z Compiling unicode-normalization v0.1.22
12902023-11-28T18:12:16.825Z Compiling spin v0.9.8
12912023-11-28T18:12:16.881Z Compiling tracing-core v0.1.31
12922023-11-28T18:12:17.400Z Compiling unicode-bidi v0.3.13
12932023-11-28T18:12:18.338Z Compiling regex-automata v0.4.3
12942023-11-28T18:12:19.820Z Compiling cpufeatures v0.2.9
12952023-11-28T18:12:19.926Z Compiling crc32fast v1.3.2
12962023-11-28T18:12:19.957Z Compiling anyhow v1.0.75
12972023-11-28T18:12:21.881Z Compiling time-core v0.1.1
12982023-11-28T18:12:22.072Z Compiling base64 v0.21.5
12992023-11-28T18:12:22.213Z Compiling time-macros v0.2.13
13002023-11-28T18:12:23.418Z Compiling serde_derive v1.0.192
13012023-11-28T18:12:23.641Z Compiling zeroize_derive v1.4.2
13022023-11-28T18:12:24.147Z Compiling thiserror-impl v1.0.49
13032023-11-28T18:12:24.353Z Compiling tokio-macros v2.2.0
13042023-11-28T18:12:25.712Z Compiling futures-macro v0.3.29
13052023-11-28T18:12:26.399Z Compiling zeroize v1.6.0
13062023-11-28T18:12:26.970Z Compiling tracing-attributes v0.1.26
13072023-11-28T18:12:27.394Z Compiling schemars_derive v0.8.13
13082023-11-28T18:12:27.980Z Compiling openssl-macros v0.1.1
13092023-11-28T18:12:29.728Z Compiling crypto-common v0.1.6
13102023-11-28T18:12:29.895Z Compiling pest v2.7.2
13112023-11-28T18:12:30.240Z Compiling block-buffer v0.10.4
13122023-11-28T18:12:30.652Z Compiling digest v0.10.7
13132023-11-28T18:12:31.397Z Compiling regex v1.10.2
13142023-11-28T18:12:33.628Z Compiling num-integer v0.1.45
13152023-11-28T18:12:33.705Z Compiling tracing v0.1.37
13162023-11-28T18:12:34.155Z Compiling foreign-types-shared v0.1.1
13172023-11-28T18:12:34.180Z Compiling untrusted v0.7.1
13182023-11-28T18:12:34.309Z Compiling slog v2.7.0
13192023-11-28T18:12:34.376Z Compiling unicode-xid v0.2.4
13202023-11-28T18:12:34.488Z Compiling hashbrown v0.12.3
13212023-11-28T18:12:34.531Z Compiling openssl-probe v0.1.5
13222023-11-28T18:12:34.625Z Compiling unicode-width v0.1.11
13232023-11-28T18:12:34.766Z Compiling percent-encoding v2.3.0
13242023-11-28T18:12:34.915Z Compiling untrusted v0.9.0
13252023-11-28T18:12:35.083Z Compiling synstructure v0.12.6
13262023-11-28T18:12:35.368Z Compiling foreign-types v0.3.2
13272023-11-28T18:12:38.429Z Compiling errno v0.3.2
13282023-11-28T18:12:38.890Z Compiling try-lock v0.2.4
13292023-11-28T18:12:39.099Z Compiling ppv-lite86 v0.2.17
13302023-11-28T18:12:39.697Z Compiling want v0.3.1
13312023-11-28T18:12:40.357Z Compiling rustls-webpki v0.101.7
13322023-11-28T18:12:40.402Z Compiling sct v0.7.0
13332023-11-28T18:12:41.481Z Compiling zerocopy-derive v0.2.0
13342023-11-28T18:12:41.782Z Compiling form_urlencoded v1.2.0
13352023-11-28T18:12:41.974Z Compiling pest_meta v2.7.2
13362023-11-28T18:12:42.484Z Compiling socket2 v0.4.9
13372023-11-28T18:12:43.235Z Compiling httpdate v1.0.3
13382023-11-28T18:12:43.814Z Compiling tower-service v0.3.2
13392023-11-28T18:12:43.936Z Compiling io-lifetimes v1.0.11
13402023-11-28T18:12:44.773Z Compiling pest_generator v2.7.2
13412023-11-28T18:12:44.849Z Compiling rustls-pemfile v1.0.3
13422023-11-28T18:12:44.871Z Compiling idna v0.4.0
13432023-11-28T18:12:45.427Z Compiling lazy_static v1.4.0
13442023-11-28T18:12:46.259Z Compiling adler v1.0.2
13452023-11-28T18:12:46.576Z Compiling crossbeam-utils v0.8.16
13462023-11-28T18:12:46.627Z Compiling miniz_oxide v0.7.1
13472023-11-28T18:12:47.582Z Compiling url v2.4.1
13482023-11-28T18:12:48.161Z Compiling bytes v1.5.0
13492023-11-28T18:12:49.231Z Compiling indexmap v2.1.0
13502023-11-28T18:12:49.349Z Compiling chrono v0.4.31
13512023-11-28T18:12:50.485Z Compiling uuid v1.6.1
13522023-11-28T18:12:50.788Z Compiling tokio v1.34.0
13532023-11-28T18:12:50.813Z Compiling http v0.2.11
13542023-11-28T18:12:51.556Z Compiling serde_spanned v0.6.4
13552023-11-28T18:12:51.906Z Compiling toml_datetime v0.6.5
13562023-11-28T18:12:52.609Z Compiling bitflags v2.4.0
13572023-11-28T18:12:54.081Z Compiling toml_edit v0.19.15
13582023-11-28T18:12:55.148Z Compiling rustc_version v0.4.0
13592023-11-28T18:12:55.934Z Compiling http-body v0.4.5
13602023-11-28T18:12:56.568Z Compiling openapiv3 v2.0.0-rc.1
13612023-11-28T18:12:59.040Z Compiling pest_derive v2.7.2
13622023-11-28T18:13:00.304Z Compiling rustls-native-certs v0.6.3
13632023-11-28T18:13:00.990Z Compiling rand_chacha v0.3.1
13642023-11-28T18:13:02.868Z Compiling usdt-impl v0.3.5
13652023-11-28T18:13:03.392Z Compiling rustix v0.37.23
13662023-11-28T18:13:04.020Z Compiling tokio-util v0.7.10
13672023-11-28T18:13:04.446Z Compiling tokio-rustls v0.24.1
13682023-11-28T18:13:05.061Z Compiling ipnet v2.8.0
13692023-11-28T18:13:06.194Z Compiling h2 v0.3.21
13702023-11-28T18:13:07.169Z Compiling tokio-native-tls v0.3.1
13712023-11-28T18:13:07.584Z Compiling rand v0.8.5
13722023-11-28T18:13:07.753Z Compiling serde_urlencoded v0.7.1
13732023-11-28T18:13:08.296Z Compiling encoding_rs v0.8.33
13742023-11-28T18:13:08.564Z Compiling mime v0.3.17
13752023-11-28T18:13:09.515Z Compiling gimli v0.28.0
13762023-11-28T18:13:10.922Z Compiling webpki-roots v0.25.2
13772023-11-28T18:13:11.771Z Compiling zerocopy v0.3.0
13782023-11-28T18:13:12.182Z Compiling object v0.32.1
13792023-11-28T18:13:13.061Z Compiling num-bigint v0.4.4
13802023-11-28T18:13:15.024Z Compiling rustc-demangle v0.1.23
13812023-11-28T18:13:16.138Z Compiling dof v0.1.5
13822023-11-28T18:13:16.454Z Compiling flate2 v1.0.28
13832023-11-28T18:13:16.639Z Compiling addr2line v0.21.0
13842023-11-28T18:13:16.687Z Compiling dtrace-parser v0.1.14
13852023-11-28T18:13:16.895Z Compiling heapless v0.7.16
13862023-11-28T18:13:17.537Z Compiling serde_tokenstream v0.2.0
13872023-11-28T18:13:17.679Z Compiling hyper v0.14.27
13882023-11-28T18:13:18.092Z Compiling bzip2-sys v0.1.11+1.0.8
13892023-11-28T18:13:18.115Z Compiling thread-id v4.2.0
13902023-11-28T18:13:18.408Z Compiling rustversion v1.0.14
13912023-11-28T18:13:18.844Z Compiling signal-hook v0.3.17
13922023-11-28T18:13:20.108Z Compiling toml v0.7.8
13932023-11-28T18:13:20.132Z Compiling toml_edit v0.21.0
13942023-11-28T18:13:22.322Z Compiling serde_tokenstream v0.1.7
13952023-11-28T18:13:22.975Z Compiling hex v0.4.3
13962023-11-28T18:13:23.071Z Compiling zerocopy-derive v0.6.4
13972023-11-28T18:13:23.177Z Compiling regress v0.7.1
13982023-11-28T18:13:24.304Z Compiling memoffset v0.9.0
13992023-11-28T18:13:24.583Z Compiling strsim v0.10.0
14002023-11-28T18:13:27.181Z Compiling bitflags v1.3.2
14012023-11-28T18:13:27.475Z Compiling doc-comment v0.3.3
14022023-11-28T18:13:28.329Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14032023-11-28T18:13:28.543Z Compiling smoltcp v0.9.1
14042023-11-28T18:13:29.607Z Compiling hyper-rustls v0.24.2
14052023-11-28T18:13:29.642Z Compiling hyper-tls v0.5.0
14062023-11-28T18:13:29.727Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14072023-11-28T18:13:30.171Z Compiling strum_macros v0.25.2
14082023-11-28T18:13:30.475Z Compiling reqwest v0.11.22
14092023-11-28T18:13:31.737Z Compiling usdt-attr-macro v0.3.5
14102023-11-28T18:13:32.513Z Compiling usdt-macro v0.3.5
14112023-11-28T18:13:34.556Z Compiling enum-as-inner v0.5.1
14122023-11-28T18:13:34.704Z Compiling num-iter v0.1.43
14132023-11-28T18:13:35.157Z Compiling crossbeam-epoch v0.9.15
14142023-11-28T18:13:35.430Z Compiling siphasher v0.3.11
14152023-11-28T18:13:35.862Z Compiling unicode-segmentation v1.10.1
14162023-11-28T18:13:36.532Z Compiling hubpack_derive v0.1.1
14172023-11-28T18:13:37.334Z Compiling pin-project-internal v1.1.3
14182023-11-28T18:13:38.550Z Compiling num_threads v0.1.6
14192023-11-28T18:13:38.943Z Compiling utf8parse v0.2.1
14202023-11-28T18:13:39.192Z Compiling anstyle v1.0.2
14212023-11-28T18:13:39.712Z Compiling deranged v0.3.8
14222023-11-28T18:13:40.192Z Compiling sha2 v0.10.8
14232023-11-28T18:13:42.103Z Compiling anstyle-parse v0.2.1
14242023-11-28T18:13:42.606Z Compiling time v0.3.27
14252023-11-28T18:13:42.693Z Compiling hmac v0.12.1
14262023-11-28T18:13:43.059Z Compiling md-5 v0.10.5
14272023-11-28T18:13:43.827Z Compiling block-padding v0.3.3
14282023-11-28T18:13:44.229Z Compiling clap_derive v4.4.2
14292023-11-28T18:13:44.697Z Compiling stringprep v0.1.3
14302023-11-28T18:13:45.015Z Compiling hash32 v0.2.1
14312023-11-28T18:13:45.620Z Compiling diesel_table_macro_syntax v0.1.0
14322023-11-28T18:13:46.333Z Compiling fallible-iterator v0.2.0
14332023-11-28T18:13:47.176Z Compiling stable_deref_trait v1.2.0
14342023-11-28T18:13:47.317Z Compiling either v1.9.0
14352023-11-28T18:13:47.359Z Compiling anstyle-query v1.0.0
14362023-11-28T18:13:47.516Z Compiling colorchoice v1.0.0
14372023-11-28T18:13:47.547Z Compiling postgres-protocol v0.6.6
14382023-11-28T18:13:47.753Z Compiling anstream v0.5.0
14392023-11-28T18:13:49.769Z Compiling diesel_derives v2.1.1
14402023-11-28T18:13:50.030Z Compiling terminal_size v0.2.6
14412023-11-28T18:13:50.299Z Compiling inout v0.1.3
14422023-11-28T18:13:52.089Z Compiling phf_shared v0.11.2
14432023-11-28T18:13:53.623Z Compiling getopts v0.2.21
14442023-11-28T18:13:53.723Z Compiling snafu-derive v0.7.5
14452023-11-28T18:13:53.823Z Compiling serde_repr v0.1.16
14462023-11-28T18:13:55.414Z Compiling scheduled-thread-pool v0.2.7
14472023-11-28T18:13:55.728Z Compiling clap_lex v0.5.1
14482023-11-28T18:13:55.819Z Compiling managed v0.8.0
14492023-11-28T18:13:56.016Z Compiling unsafe-libyaml v0.2.9
14502023-11-28T18:13:56.333Z Compiling regex-automata v0.1.10
14512023-11-28T18:13:57.109Z Compiling matches v0.1.10
14522023-11-28T18:13:57.133Z Compiling bit-vec v0.6.3
14532023-11-28T18:13:57.983Z Compiling idna v0.2.3
14542023-11-28T18:13:58.358Z Compiling serde_yaml v0.9.25
14552023-11-28T18:13:59.313Z Compiling bstr v0.2.17
14562023-11-28T18:14:01.409Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14572023-11-28T18:14:01.809Z Compiling clap_builder v4.4.2
14582023-11-28T18:14:04.527Z Compiling r2d2 v0.8.10
14592023-11-28T18:14:08.874Z Compiling phf v0.11.2
14602023-11-28T18:14:09.099Z Compiling signal-hook-mio v0.2.3
14612023-11-28T18:14:09.342Z Compiling cipher v0.4.4
14622023-11-28T18:14:09.997Z Compiling bzip2 v0.4.4
14632023-11-28T18:14:10.134Z Compiling postgres-types v0.2.6
14642023-11-28T18:14:10.201Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14652023-11-28T18:14:10.398Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14662023-11-28T18:14:10.632Z Compiling itertools v0.11.0
14672023-11-28T18:14:12.696Z Compiling pin-project v1.1.3
14682023-11-28T18:14:12.922Z Compiling hubpack v0.1.2
14692023-11-28T18:14:13.638Z Compiling phf_shared v0.10.0
14702023-11-28T18:14:14.665Z Compiling zerocopy v0.6.4
14712023-11-28T18:14:15.424Z Compiling ipnetwork v0.20.0
14722023-11-28T18:14:15.528Z Compiling futures-executor v0.3.29
14732023-11-28T18:14:16.145Z Compiling float-cmp v0.9.0
14742023-11-28T18:14:16.655Z Compiling static_assertions v1.1.0
14752023-11-28T18:14:16.810Z Compiling fixedbitset v0.4.2
14762023-11-28T18:14:16.893Z Compiling normalize-line-endings v0.3.0
14772023-11-28T18:14:17.068Z Compiling difflib v0.4.0
14782023-11-28T18:14:17.334Z Compiling predicates-core v1.0.6
14792023-11-28T18:14:17.917Z Compiling data-encoding v2.4.0
14802023-11-28T18:14:18.571Z Compiling precomputed-hash v0.1.1
14812023-11-28T18:14:18.797Z Compiling whoami v1.4.1
14822023-11-28T18:14:19.815Z Compiling new_debug_unreachable v1.0.4
14832023-11-28T18:14:19.948Z Compiling regex-automata v0.3.8
14842023-11-28T18:14:20.697Z Compiling trust-dns-proto v0.22.0
14852023-11-28T18:14:22.045Z Compiling string_cache v0.8.7
14862023-11-28T18:14:22.783Z Compiling bstr v1.6.0
14872023-11-28T18:14:23.390Z Compiling tokio-postgres v0.7.10
14882023-11-28T18:14:23.584Z Compiling predicates v3.0.4
14892023-11-28T18:14:23.635Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14902023-11-28T18:14:24.100Z Compiling diesel v2.1.4
14912023-11-28T18:14:24.331Z Compiling petgraph v0.6.4
14922023-11-28T18:14:25.407Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14932023-11-28T18:14:31.959Z Compiling futures v0.3.29
14942023-11-28T18:14:33.673Z Compiling snafu v0.7.5
14952023-11-28T18:14:35.013Z Compiling zip v0.6.6
14962023-11-28T18:14:35.042Z Compiling yasna v0.5.2
14972023-11-28T18:14:35.073Z Compiling crossterm v0.27.0
14982023-11-28T18:14:37.417Z Compiling clap v4.4.3
14992023-11-28T18:14:38.308Z Compiling similar v2.2.1
15002023-11-28T18:14:38.400Z Compiling bit-set v0.5.3
15012023-11-28T18:14:38.838Z Compiling itertools v0.10.5
15022023-11-28T18:14:41.559Z Compiling usdt v0.3.5
15032023-11-28T18:14:42.518Z Compiling signature v2.1.0
15042023-11-28T18:14:42.609Z Compiling tokio-stream v0.1.14
15052023-11-28T18:14:42.891Z Compiling console v0.15.7
15062023-11-28T18:14:43.575Z Compiling lalrpop-util v0.19.12
15072023-11-28T18:15:26.588Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15082023-11-28T18:15:32.919Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15092023-11-28T18:15:33.974Z Compiling sha1 v0.10.6
15102023-11-28T18:15:34.787Z Compiling atty v0.2.14
15112023-11-28T18:15:34.935Z Compiling match_cfg v0.1.0
15122023-11-28T18:15:42.503Z Compiling hostname v0.3.1
15132023-11-28T18:15:42.910Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15142023-11-28T18:15:46.705Z Compiling dirs-sys-next v0.1.2
15152023-11-28T18:15:47.079Z Compiling dirs-next v2.0.0
15162023-11-28T18:15:47.360Z Compiling thread_local v1.1.7
15172023-11-28T18:15:47.527Z Compiling ident_case v1.0.1
15182023-11-28T18:15:47.609Z Compiling camino v1.1.6
15192023-11-28T18:15:47.719Z Compiling slog-async v2.8.0
15202023-11-28T18:15:47.802Z Compiling darling_core v0.20.3
15212023-11-28T18:15:48.303Z Compiling term v0.7.0
15222023-11-28T18:15:48.698Z Compiling crossbeam-channel v0.5.8
15232023-11-28T18:15:48.751Z Compiling multer v2.1.0
15242023-11-28T18:15:49.166Z Compiling instant v0.1.12
15252023-11-28T18:15:49.190Z Compiling paste v1.0.14
15262023-11-28T18:15:49.232Z Compiling take_mut v0.2.2
15272023-11-28T18:15:49.455Z Compiling slog-term v2.9.0
15282023-11-28T18:15:50.613Z Compiling slog-json v2.6.1
15292023-11-28T18:15:50.778Z Compiling async-stream-impl v0.3.5
15302023-11-28T18:15:50.927Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15312023-11-28T18:15:51.222Z Compiling atomic-waker v1.1.1
15322023-11-28T18:15:51.297Z Compiling slog-bunyan v2.4.0
15332023-11-28T18:15:51.462Z Compiling waitgroup v0.1.2
15342023-11-28T18:15:51.583Z Compiling toml v0.8.8
15352023-11-28T18:15:51.781Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15362023-11-28T18:15:52.160Z Compiling serde_path_to_error v0.1.14
15372023-11-28T18:15:53.069Z Compiling async-stream v0.3.5
15382023-11-28T18:15:53.263Z Compiling structmeta-derive v0.2.0
15392023-11-28T18:15:53.483Z Compiling debug-ignore v1.0.5
15402023-11-28T18:15:53.555Z Compiling strum v0.25.0
15412023-11-28T18:15:53.579Z Compiling regex-syntax v0.7.5
15422023-11-28T18:15:53.688Z Compiling backoff v0.4.0
15432023-11-28T18:15:53.847Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15442023-11-28T18:15:54.259Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15452023-11-28T18:15:54.489Z Compiling macaddr v1.0.1
15462023-11-28T18:15:54.516Z Compiling proc-macro-error-attr v1.0.4
15472023-11-28T18:15:55.030Z Compiling proc-macro-crate v1.3.1
15482023-11-28T18:15:55.053Z Compiling proc-macro-error v1.0.4
15492023-11-28T18:15:55.745Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15502023-11-28T18:15:56.284Z Compiling same-file v1.0.6
15512023-11-28T18:15:56.644Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15522023-11-28T18:15:56.798Z Compiling num_enum_derive v0.5.11
15532023-11-28T18:15:57.101Z Compiling postcard-cobs v0.1.5-pre
15542023-11-28T18:15:57.547Z Compiling postcard v0.7.3
15552023-11-28T18:15:57.804Z Compiling walkdir v2.4.0
15562023-11-28T18:15:58.208Z Compiling darling_macro v0.20.3
15572023-11-28T18:15:58.339Z Compiling smoltcp v0.8.2
15582023-11-28T18:15:58.363Z Compiling structmeta v0.2.0
15592023-11-28T18:15:59.095Z Compiling semver-parser v0.10.2
15602023-11-28T18:15:59.122Z Compiling foreign-types-macros v0.2.3
15612023-11-28T18:15:59.896Z Compiling darling v0.20.3
15622023-11-28T18:16:00.065Z Compiling serde_with_macros v2.3.3
15632023-11-28T18:16:01.229Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15642023-11-28T18:16:01.638Z Compiling num_enum v0.5.11
15652023-11-28T18:16:01.699Z Compiling fastrand v2.0.0
15662023-11-28T18:16:01.871Z Compiling crucible-workspace-hack v0.1.0
15672023-11-28T18:16:02.305Z Compiling foreign-types-shared v0.3.1
15682023-11-28T18:16:02.478Z Compiling cfg-if v0.1.10
15692023-11-28T18:16:02.606Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15702023-11-28T18:16:02.628Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15712023-11-28T18:16:02.826Z Compiling foreign-types v0.5.0
15722023-11-28T18:16:02.916Z Compiling tempfile v3.8.1
15732023-11-28T18:16:03.091Z Compiling semver v0.11.0
15742023-11-28T18:16:03.682Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-11-28T18:16:04.331Z Compiling is-terminal v0.4.9
15762023-11-28T18:16:04.501Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15772023-11-28T18:16:04.543Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15782023-11-28T18:16:04.714Z Compiling serde_with v2.3.3
15792023-11-28T18:16:05.365Z Compiling parse-display-derive v0.8.2
15802023-11-28T18:16:05.913Z Compiling cstr-argument v0.1.2
15812023-11-28T18:16:06.023Z Compiling xattr v1.0.1
15822023-11-28T18:16:06.289Z Compiling filetime v0.2.22
15832023-11-28T18:16:06.431Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15842023-11-28T18:16:06.807Z Compiling home v0.5.5
15852023-11-28T18:16:06.875Z Compiling pretty-hex v0.2.1
15862023-11-28T18:16:07.161Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15872023-11-28T18:16:07.203Z Compiling toolchain_find v0.2.0
15882023-11-28T18:16:07.318Z Compiling tar v0.4.40
15892023-11-28T18:16:07.744Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902023-11-28T18:16:08.294Z Compiling colored v2.0.4
15912023-11-28T18:16:08.579Z Compiling textwrap v0.11.0
15922023-11-28T18:16:08.756Z Compiling heck v0.3.3
15932023-11-28T18:16:09.445Z Compiling toml v0.5.11
15942023-11-28T18:16:09.477Z Compiling strsim v0.8.0
15952023-11-28T18:16:09.501Z Compiling ansi_term v0.12.1
15962023-11-28T18:16:10.073Z Compiling vec_map v0.8.2
15972023-11-28T18:16:10.380Z Compiling libefi-sys v0.1.0
15982023-11-28T18:16:10.500Z Compiling platforms v3.0.2
15992023-11-28T18:16:10.527Z Compiling clap v2.34.0
16002023-11-28T18:16:10.924Z Compiling structopt-derive v0.4.18
16012023-11-28T18:16:11.164Z Compiling omicron-zone-package v0.9.1
16022023-11-28T18:16:11.646Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16032023-11-28T18:16:13.113Z Compiling parse-display v0.8.2
16042023-11-28T18:16:13.412Z Compiling rustfmt-wrapper v0.2.0
16052023-11-28T18:16:14.535Z Compiling zone_cfg_derive v0.3.0
16062023-11-28T18:16:14.648Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16072023-11-28T18:16:16.037Z Compiling num-derive v0.4.0
16082023-11-28T18:16:16.063Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16092023-11-28T18:16:16.645Z Compiling base64ct v1.6.0
16102023-11-28T18:16:17.031Z Compiling zone v0.3.0
16112023-11-28T18:16:17.841Z Compiling structopt v0.3.26
16122023-11-28T18:16:17.866Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16132023-11-28T18:16:18.080Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16142023-11-28T18:16:18.526Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16152023-11-28T18:16:19.237Z Compiling smf v0.2.2
16162023-11-28T18:16:19.274Z Compiling unicase v2.7.0
16172023-11-28T18:16:19.546Z Compiling curve25519-dalek v4.1.0
16182023-11-28T18:16:19.707Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16192023-11-28T18:16:19.754Z Compiling universal-hash v0.5.1
16202023-11-28T18:16:20.050Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16212023-11-28T18:16:20.075Z Compiling opaque-debug v0.3.0
16222023-11-28T18:16:20.220Z Compiling hkdf v0.12.3
16232023-11-28T18:16:20.250Z Compiling curve25519-dalek-derive v0.1.0
16242023-11-28T18:16:20.439Z Compiling num-rational v0.4.1
16252023-11-28T18:16:20.576Z Compiling getrandom v0.1.16
16262023-11-28T18:16:20.872Z Compiling parking_lot_core v0.8.6
16272023-11-28T18:16:21.489Z Compiling linked-hash-map v0.5.6
16282023-11-28T18:16:21.565Z Compiling quick-error v1.2.3
16292023-11-28T18:16:21.625Z Compiling keccak v0.1.4
16302023-11-28T18:16:21.776Z Compiling resolv-conf v0.7.0
16312023-11-28T18:16:22.081Z Compiling lru-cache v0.1.2
16322023-11-28T18:16:22.186Z Compiling sha3 v0.10.8
16332023-11-28T18:16:23.286Z Compiling password-hash v0.5.0
16342023-11-28T18:16:23.772Z Compiling blake2 v0.10.6
16352023-11-28T18:16:23.837Z Compiling aead v0.5.2
16362023-11-28T18:16:23.863Z Compiling secrecy v0.8.0
16372023-11-28T18:16:24.274Z Compiling num-complex v0.4.4
16382023-11-28T18:16:24.374Z Compiling ff v0.13.0
16392023-11-28T18:16:24.718Z Compiling nibble_vec v0.1.0
16402023-11-28T18:16:25.037Z Compiling slog-dtrace v0.2.3
16412023-11-28T18:16:25.120Z Compiling utf-8 v0.7.6
16422023-11-28T18:16:25.501Z Compiling winapi v0.3.9
16432023-11-28T18:16:25.611Z Compiling convert_case v0.4.0
16442023-11-28T18:16:25.635Z Compiling arc-swap v1.6.0
16452023-11-28T18:16:26.042Z Compiling endian-type v0.1.2
16462023-11-28T18:16:26.068Z Compiling num v0.4.1
16472023-11-28T18:16:26.307Z Compiling tungstenite v0.20.1
16482023-11-28T18:16:26.327Z Compiling group v0.13.0
16492023-11-28T18:16:26.389Z Compiling radix_trie v0.2.1
16502023-11-28T18:16:26.579Z Compiling slog-scope v4.4.0
16512023-11-28T18:16:26.714Z Compiling argon2 v0.5.2
16522023-11-28T18:16:27.166Z Compiling mime_guess v2.0.4
16532023-11-28T18:16:27.185Z Compiling derive_more v0.99.17
16542023-11-28T18:16:27.521Z Compiling trust-dns-resolver v0.22.0
16552023-11-28T18:16:28.553Z Compiling rand_core v0.5.1
16562023-11-28T18:16:29.353Z Compiling poly1305 v0.8.0
16572023-11-28T18:16:29.695Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16582023-11-28T18:16:30.021Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16592023-11-28T18:16:30.531Z Compiling chacha20 v0.9.1
16602023-11-28T18:16:31.260Z Compiling crypto-bigint v0.5.2
16612023-11-28T18:16:31.565Z Compiling thiserror-impl-no-std v2.0.2
16622023-11-28T18:16:31.927Z Compiling base16ct v0.2.0
16632023-11-28T18:16:32.291Z Compiling half v1.8.2
16642023-11-28T18:16:32.354Z Compiling option-ext v0.2.0
16652023-11-28T18:16:32.536Z Compiling ciborium-io v0.2.1
16662023-11-28T18:16:32.734Z Compiling dirs-sys v0.4.1
16672023-11-28T18:16:33.350Z Compiling ciborium-ll v0.2.1
16682023-11-28T18:16:33.819Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16692023-11-28T18:16:34.337Z Compiling elliptic-curve v0.13.5
16702023-11-28T18:16:34.675Z Compiling rand_chacha v0.2.2
16712023-11-28T18:16:35.275Z Compiling parking_lot v0.11.2
16722023-11-28T18:16:36.943Z Compiling tokio-tungstenite v0.20.1
16732023-11-28T18:16:37.151Z Compiling trust-dns-client v0.22.0
16742023-11-28T18:16:37.261Z Compiling slog-stdlog v4.1.1
16752023-11-28T18:16:37.293Z Compiling thiserror-no-std v2.0.2
16762023-11-28T18:16:37.768Z Compiling polyval v0.6.1
16772023-11-28T18:16:37.837Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16782023-11-28T18:16:37.883Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16792023-11-28T18:16:38.354Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16802023-11-28T18:16:38.438Z Compiling password-hash v0.4.2
16812023-11-28T18:16:38.457Z Compiling ed25519 v2.2.2
16822023-11-28T18:16:39.235Z Compiling ctr v0.9.2
16832023-11-28T18:16:39.807Z Compiling aes v0.8.3
16842023-11-28T18:16:39.995Z Compiling blowfish v0.9.1
16852023-11-28T18:16:42.073Z Compiling pbkdf2 v0.12.2
16862023-11-28T18:16:42.313Z Compiling fxhash v0.2.1
16872023-11-28T18:16:42.734Z Compiling glob v0.3.1
16882023-11-28T18:16:43.103Z Compiling cancel-safe-futures v0.1.5
16892023-11-28T18:16:43.695Z Compiling trust-dns-server v0.22.1
16902023-11-28T18:16:44.769Z Compiling sled v0.34.7
16912023-11-28T18:16:47.299Z Compiling bcrypt-pbkdf v0.10.0
16922023-11-28T18:16:47.981Z Compiling pbkdf2 v0.11.0
16932023-11-28T18:16:48.202Z Compiling ed25519-dalek v2.0.0
16942023-11-28T18:16:48.553Z Compiling ghash v0.5.0
16952023-11-28T18:16:49.031Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16962023-11-28T18:16:49.865Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16972023-11-28T18:16:52.229Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16982023-11-28T18:16:52.667Z Compiling slog-envlogger v2.2.0
16992023-11-28T18:16:52.869Z Compiling vsss-rs v3.3.1
17002023-11-28T18:16:53.907Z Compiling russh-cryptovec v0.7.0
17012023-11-28T18:16:54.370Z Compiling rand v0.7.3
17022023-11-28T18:16:57.685Z Compiling ciborium v0.2.1
17032023-11-28T18:16:59.362Z Compiling dirs v5.0.1
17042023-11-28T18:16:59.662Z Compiling chacha20poly1305 v0.10.1
17052023-11-28T18:17:00.001Z Compiling camino-tempfile v1.1.1
17062023-11-28T18:17:00.359Z Compiling cbc v0.1.2
17072023-11-28T18:17:00.742Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17082023-11-28T18:17:00.785Z Compiling pem v3.0.2
17092023-11-28T18:17:01.260Z Compiling headers-core v0.2.0
17102023-11-28T18:17:01.351Z Compiling kstat-rs v0.2.3
17112023-11-28T18:17:01.492Z Compiling base64 v0.13.1
17122023-11-28T18:17:02.122Z Compiling md5 v0.7.0
17132023-11-28T18:17:02.439Z Compiling http-range v0.1.5
17142023-11-28T18:17:02.474Z Compiling pretty-hex v0.3.0
17152023-11-28T18:17:02.792Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17162023-11-28T18:17:02.949Z Compiling hyper-staticfile v0.9.5
17172023-11-28T18:17:03.004Z Compiling russh-keys v0.38.0
17182023-11-28T18:17:04.313Z Compiling pem v1.1.1
17192023-11-28T18:17:04.361Z Compiling headers v0.3.9
17202023-11-28T18:17:04.891Z Compiling rcgen v0.11.3
17212023-11-28T18:17:05.400Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17222023-11-28T18:17:05.535Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17232023-11-28T18:17:06.722Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17242023-11-28T18:17:07.790Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17252023-11-28T18:17:08.459Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17262023-11-28T18:17:09.252Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17272023-11-28T18:17:13.354Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17282023-11-28T18:17:14.042Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17292023-11-28T18:17:14.621Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17302023-11-28T18:17:17.794Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17312023-11-28T18:17:22.019Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17322023-11-28T18:17:22.263Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17332023-11-28T18:17:23.535Z Compiling aes-gcm v0.10.3
17342023-11-28T18:17:24.998Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17352023-11-28T18:17:25.399Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17362023-11-28T18:17:29.395Z Compiling atomicwrites v0.4.2
17372023-11-28T18:17:29.946Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17382023-11-28T18:17:32.069Z Compiling itertools v0.12.0
17392023-11-28T18:17:32.448Z Compiling subprocess v0.2.9
17402023-11-28T18:17:35.969Z Compiling hex-literal v0.4.1
17412023-11-28T18:17:36.184Z Compiling russh v0.39.0
17422023-11-28T18:17:37.333Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17432023-11-28T18:17:37.390Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17442023-11-28T18:17:39.768Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17452023-11-28T18:18:07.665Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17462023-11-28T18:19:28.054Z Finished dev [unoptimized + debuginfo] target(s) in 7m 56s
17472023-11-28T18:19:28.410Z
17482023-11-28T18:19:28.413Zreal 7:57.265007722
17492023-11-28T18:19:28.414Zuser 43:55.952742444
17502023-11-28T18:19:28.414Zsys 6:39.437437487
17512023-11-28T18:19:28.414Ztrap 1.727073691
17522023-11-28T18:19:28.414Ztflt 2.822099601
17532023-11-28T18:19:28.414Zdflt 5.932333913
17542023-11-28T18:19:28.414Zkflt 0.023736428
17552023-11-28T18:19:28.414Zlock 1:23:52.348829448
17562023-11-28T18:19:28.414Zslp 2:05:10.696245557
17572023-11-28T18:19:28.414Zlat 2:00.768359281
17582023-11-28T18:19:28.414Zstop 4:28.940128984
17592023-11-28T18:19:28.414Z+ mkdir -p /work/end-to-end-tests
17602023-11-28T18:19:28.416Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17612023-11-28T18:19:29.329Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17622023-11-28T18:19:29.329Z+ ptime -m gzip
17632023-11-28T18:19:29.332Z++ basename target/debug/bootstrap
17642023-11-28T18:19:45.818Z
17652023-11-28T18:19:45.818Zreal 16.481237904
17662023-11-28T18:19:45.821Zuser 16.294226934
17672023-11-28T18:19:45.821Zsys 0.177164983
17682023-11-28T18:19:45.821Ztrap 0.005769888
17692023-11-28T18:19:45.821Ztflt 0.000000000
17702023-11-28T18:19:45.821Zdflt 0.000000000
17712023-11-28T18:19:45.821Zkflt 0.000000000
17722023-11-28T18:19:45.821Zlock 0.000000000
17732023-11-28T18:19:45.821Zslp 0.000000000
17742023-11-28T18:19:45.821Zlat 0.003729742
17752023-11-28T18:19:45.821Zstop 0.000229544
17762023-11-28T18:19:45.821Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17772023-11-28T18:19:45.821Z+ ptime -m gzip
17782023-11-28T18:19:45.825Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b31877511bcc90ad
17792023-11-28T18:19:46.904Z
17802023-11-28T18:19:46.907Zreal 1.076549398
17812023-11-28T18:19:46.907Zuser 1.063654112
17822023-11-28T18:19:46.907Zsys 0.011769920
17832023-11-28T18:19:46.907Ztrap 0.000445351
17842023-11-28T18:19:46.907Ztflt 0.000000000
17852023-11-28T18:19:46.907Zdflt 0.000000000
17862023-11-28T18:19:46.907Zkflt 0.000000000
17872023-11-28T18:19:46.908Zlock 0.000000000
17882023-11-28T18:19:46.908Zslp 0.000000000
17892023-11-28T18:19:46.908Zlat 0.000313460
17902023-11-28T18:19:46.908Zstop 0.000233945
17912023-11-28T18:19:46.908Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17922023-11-28T18:19:46.908Z+ ptime -m gzip
17932023-11-28T18:19:46.911Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8f66234ed1d1ddc4
17942023-11-28T18:20:03.883Z
17952023-11-28T18:20:03.887Zreal 16.969434924
17962023-11-28T18:20:03.887Zuser 16.766711125
17972023-11-28T18:20:03.887Zsys 0.195171261
17982023-11-28T18:20:03.887Ztrap 0.004820342
17992023-11-28T18:20:03.887Ztflt 0.000000000
18002023-11-28T18:20:03.887Zdflt 0.000000000
18012023-11-28T18:20:03.887Zkflt 0.000000000
18022023-11-28T18:20:03.887Zlock 0.000000000
18032023-11-28T18:20:03.887Zslp 0.000000000
18042023-11-28T18:20:03.887Zlat 0.002153212
18052023-11-28T18:20:03.887Zstop 0.000471111
18062023-11-28T18:20:03.887Z+ banner caboose-util
18072023-11-28T18:20:03.887Z
18082023-11-28T18:20:03.887Z #### ## ##### #### #### #### ###### # # #####
18092023-11-28T18:20:03.887Z # # # # # # # # # # # # # # #
18102023-11-28T18:20:03.887Z # # # ##### # # # # #### ##### ##### # # #
18112023-11-28T18:20:03.887Z # ###### # # # # # # # # # # #
18122023-11-28T18:20:03.887Z # # # # # # # # # # # # # # # #
18132023-11-28T18:20:03.887Z #### # # ##### #### #### #### ###### #### #
18142023-11-28T18:20:03.887Z
18152023-11-28T18:20:03.887Z+ ptime -m cargo build --locked -p caboose-util --release
18162023-11-28T18:20:04.555Z Downloading crates ...
18172023-11-28T18:20:04.877Z Downloaded array-init v0.0.4
18182023-11-28T18:20:04.886Z Downloaded crc-any v2.4.3
18192023-11-28T18:20:04.889Z Downloaded env_logger v0.10.0
18202023-11-28T18:20:04.896Z Downloaded path-slash v0.1.5
18212023-11-28T18:20:04.898Z Downloaded flagset v0.4.3
18222023-11-28T18:20:04.901Z Downloaded nodrop v0.1.14
18232023-11-28T18:20:04.904Z Downloaded packed_struct_codegen v0.10.1
18242023-11-28T18:20:04.908Z Downloaded crc-catalog v2.2.0
18252023-11-28T18:20:04.908Z Downloaded tap v1.0.1
18262023-11-28T18:20:04.908Z Downloaded smallvec v0.6.14
18272023-11-28T18:20:04.911Z Downloaded crc v3.0.1
18282023-11-28T18:20:04.914Z Downloaded funty v2.0.0
18292023-11-28T18:20:04.914Z Downloaded wyz v0.5.1
18302023-11-28T18:20:04.917Z Downloaded bitfield v0.14.0
18312023-11-28T18:20:04.921Z Downloaded maybe-uninit v2.0.0
18322023-11-28T18:20:04.921Z Downloaded packed_struct v0.10.1
18332023-11-28T18:20:04.925Z Downloaded pkcs1 v0.7.5
18342023-11-28T18:20:04.928Z Downloaded der_derive v0.7.2
18352023-11-28T18:20:04.931Z Downloaded pem-rfc7468 v0.7.0
18362023-11-28T18:20:04.935Z Downloaded serde-hex v0.1.0
18372023-11-28T18:20:04.937Z Downloaded termcolor v1.2.0
18382023-11-28T18:20:04.940Z Downloaded ron v0.8.1
18392023-11-28T18:20:04.949Z Downloaded rsa v0.9.2
18402023-11-28T18:20:04.956Z Downloaded x509-cert v0.2.4
18412023-11-28T18:20:04.967Z Downloaded bitvec v1.0.1
18422023-11-28T18:20:04.993Z Downloaded object v0.30.4
18432023-11-28T18:20:05.011Z Downloaded num-bigint-dig v0.8.4
18442023-11-28T18:20:05.018Z Downloaded radium v0.7.0
18452023-11-28T18:20:05.192Z Compiling proc-macro2 v1.0.69
18462023-11-28T18:20:05.197Z Compiling unicode-ident v1.0.12
18472023-11-28T18:20:05.197Z Compiling libc v0.2.150
18482023-11-28T18:20:05.197Z Compiling autocfg v1.1.0
18492023-11-28T18:20:05.197Z Compiling serde v1.0.192
18502023-11-28T18:20:05.197Z Compiling cfg-if v1.0.0
18512023-11-28T18:20:05.222Z Compiling version_check v0.9.4
18522023-11-28T18:20:05.351Z Compiling syn v1.0.109
18532023-11-28T18:20:05.379Z Compiling parking_lot_core v0.9.8
18542023-11-28T18:20:05.443Z Compiling typenum v1.16.0
18552023-11-28T18:20:05.950Z Compiling futures-core v0.3.29
18562023-11-28T18:20:06.017Z Compiling libm v0.2.7
18572023-11-28T18:20:06.239Z Compiling generic-array v0.14.7
18582023-11-28T18:20:06.314Z Compiling lock_api v0.4.10
18592023-11-28T18:20:06.407Z Compiling num-traits v0.2.16
18602023-11-28T18:20:06.462Z Compiling once_cell v1.18.0
18612023-11-28T18:20:06.660Z Compiling pkg-config v0.3.27
18622023-11-28T18:20:06.730Z Compiling scopeguard v1.2.0
18632023-11-28T18:20:07.151Z Compiling slab v0.4.9
18642023-11-28T18:20:07.168Z Compiling futures-task v0.3.29
18652023-11-28T18:20:07.182Z Compiling serde_json v1.0.108
18662023-11-28T18:20:07.597Z Compiling quote v1.0.33
18672023-11-28T18:20:07.645Z Compiling futures-channel v0.3.29
18682023-11-28T18:20:07.781Z Compiling thiserror v1.0.49
18692023-11-28T18:20:08.130Z Compiling memchr v2.6.3
18702023-11-28T18:20:08.405Z Compiling syn v2.0.32
18712023-11-28T18:20:08.443Z Compiling cc v1.0.83
18722023-11-28T18:20:08.469Z Compiling getrandom v0.2.10
18732023-11-28T18:20:09.098Z Compiling futures-util v0.3.29
18742023-11-28T18:20:09.113Z Compiling itoa v1.0.9
18752023-11-28T18:20:09.422Z Compiling log v0.4.20
18762023-11-28T18:20:09.558Z Compiling smallvec v1.11.0
18772023-11-28T18:20:10.852Z Compiling vcpkg v0.2.15
18782023-11-28T18:20:10.956Z Compiling byteorder v1.5.0
18792023-11-28T18:20:11.343Z Compiling rand_core v0.6.4
18802023-11-28T18:20:11.726Z Compiling parking_lot v0.12.1
18812023-11-28T18:20:12.384Z Compiling pin-project-lite v0.2.13
18822023-11-28T18:20:12.608Z Compiling ring v0.17.5
18832023-11-28T18:20:13.193Z Compiling indexmap v1.9.3
18842023-11-28T18:20:13.783Z Compiling openssl-sys v0.9.93
18852023-11-28T18:20:14.403Z Compiling signal-hook-registry v1.4.1
18862023-11-28T18:20:15.212Z Compiling io-lifetimes v1.0.11
18872023-11-28T18:20:15.416Z Compiling heck v0.4.1
18882023-11-28T18:20:15.939Z Compiling ring v0.16.20
18892023-11-28T18:20:16.019Z Compiling mio v0.8.9
18902023-11-28T18:20:17.610Z Compiling num-integer v0.1.45
18912023-11-28T18:20:17.783Z Compiling const-oid v0.9.5
18922023-11-28T18:20:17.970Z Compiling ryu v1.0.15
18932023-11-28T18:20:18.017Z Compiling semver v1.0.20
18942023-11-28T18:20:18.692Z Compiling spin v0.5.2
18952023-11-28T18:20:19.044Z Compiling rustix v0.37.23
18962023-11-28T18:20:19.849Z Compiling socket2 v0.5.5
18972023-11-28T18:20:20.375Z Compiling num_cpus v1.16.0
18982023-11-28T18:20:20.535Z Compiling futures-sink v0.3.29
18992023-11-28T18:20:20.737Z Compiling unicode-xid v0.2.4
19002023-11-28T18:20:20.975Z Compiling httparse v1.8.0
19012023-11-28T18:20:21.249Z Compiling ucd-trie v0.1.6
19022023-11-28T18:20:21.253Z Compiling openssl v0.10.57
19032023-11-28T18:20:21.498Z Compiling synstructure v0.12.6
19042023-11-28T18:20:21.833Z Compiling tinyvec_macros v0.1.1
19052023-11-28T18:20:21.978Z Compiling tinyvec v1.6.0
19062023-11-28T18:20:23.100Z Compiling native-tls v0.2.11
19072023-11-28T18:20:23.331Z Compiling crc32fast v1.3.2
19082023-11-28T18:20:23.568Z Compiling futures-io v0.3.29
19092023-11-28T18:20:23.943Z Compiling pin-utils v0.1.0
19102023-11-28T18:20:23.959Z Compiling rustls v0.21.9
19112023-11-28T18:20:24.007Z Compiling ppv-lite86 v0.2.17
19122023-11-28T18:20:24.010Z Compiling bzip2-sys v0.1.11+1.0.8
19132023-11-28T18:20:25.094Z Compiling spin v0.9.8
19142023-11-28T18:20:25.096Z Compiling unicode-normalization v0.1.22
19152023-11-28T18:20:25.096Z Compiling tracing-core v0.1.31
19162023-11-28T18:20:25.096Z Compiling subtle v2.5.0
19172023-11-28T18:20:25.257Z Compiling unicode-bidi v0.3.13
19182023-11-28T18:20:25.378Z Compiling rand_chacha v0.3.1
19192023-11-28T18:20:26.394Z Compiling rand v0.8.5
19202023-11-28T18:20:27.040Z Compiling errno v0.3.2
19212023-11-28T18:20:27.425Z Compiling num-iter v0.1.43
19222023-11-28T18:20:27.437Z Compiling usdt-impl v0.3.5
19232023-11-28T18:20:27.515Z Compiling ahash v0.8.3
19242023-11-28T18:20:27.902Z Compiling schemars v0.8.13
19252023-11-28T18:20:27.993Z Compiling base64 v0.21.5
19262023-11-28T18:20:28.091Z Compiling rustix v0.38.25
19272023-11-28T18:20:29.039Z Compiling signal-hook v0.3.17
19282023-11-28T18:20:29.448Z Compiling serde_derive_internals v0.26.0
19292023-11-28T18:20:30.302Z Compiling serde_derive v1.0.192
19302023-11-28T18:20:30.423Z Compiling zeroize_derive v1.4.2
19312023-11-28T18:20:31.087Z Compiling tokio-macros v2.2.0
19322023-11-28T18:20:31.324Z Compiling thiserror-impl v1.0.49
19332023-11-28T18:20:31.561Z Compiling futures-macro v0.3.29
19342023-11-28T18:20:32.753Z Compiling zeroize v1.6.0
19352023-11-28T18:20:33.360Z Compiling tracing-attributes v0.1.26
19362023-11-28T18:20:34.378Z Compiling zerocopy-derive v0.2.0
19372023-11-28T18:20:34.533Z Compiling openssl-macros v0.1.1
19382023-11-28T18:20:35.596Z Compiling zerocopy-derive v0.6.4
19392023-11-28T18:20:35.767Z Compiling crypto-common v0.1.6
19402023-11-28T18:20:36.032Z Compiling pest v2.7.2
19412023-11-28T18:20:36.072Z Compiling block-buffer v0.10.4
19422023-11-28T18:20:36.455Z Compiling digest v0.10.7
19432023-11-28T18:20:38.061Z Compiling fnv v1.0.7
19442023-11-28T18:20:38.755Z Compiling bitflags v1.3.2
19452023-11-28T18:20:38.797Z Compiling tracing v0.1.37
19462023-11-28T18:20:38.953Z Compiling zerocopy v0.3.0
19472023-11-28T18:20:39.544Z Compiling schemars_derive v0.8.13
19482023-11-28T18:20:40.241Z Compiling pest_meta v2.7.2
19492023-11-28T18:20:40.711Z Compiling lazy_static v1.4.0
19502023-11-28T18:20:42.878Z Compiling pest_generator v2.7.2
19512023-11-28T18:20:44.526Z Compiling backtrace v0.3.69
19522023-11-28T18:20:44.538Z Compiling num-bigint v0.4.4
19532023-11-28T18:20:44.798Z Compiling memoffset v0.9.0
19542023-11-28T18:20:45.145Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19552023-11-28T18:20:45.245Z Compiling foreign-types-shared v0.1.1
19562023-11-28T18:20:45.307Z Compiling iana-time-zone v0.1.57
19572023-11-28T18:20:45.383Z Compiling percent-encoding v2.3.0
19582023-11-28T18:20:45.835Z Compiling openssl-probe v0.1.5
19592023-11-28T18:20:45.838Z Compiling hashbrown v0.12.3
19602023-11-28T18:20:45.883Z Compiling untrusted v0.9.0
19612023-11-28T18:20:46.138Z Compiling doc-comment v0.3.3
19622023-11-28T18:20:46.243Z Compiling base64ct v1.6.0
19632023-11-28T18:20:46.861Z Compiling async-trait v0.1.74
19642023-11-28T18:20:46.903Z Compiling pest_derive v2.7.2
19652023-11-28T18:20:47.554Z Compiling crossbeam-utils v0.8.16
19662023-11-28T18:20:47.585Z Compiling hashbrown v0.14.2
19672023-11-28T18:20:47.959Z Compiling smoltcp v0.9.1
19682023-11-28T18:20:48.024Z Compiling equivalent v1.0.1
19692023-11-28T18:20:48.071Z Compiling untrusted v0.7.1
19702023-11-28T18:20:48.165Z Compiling dtrace-parser v0.1.14
19712023-11-28T18:20:48.973Z Compiling pem-rfc7468 v0.7.0
19722023-11-28T18:20:49.706Z Compiling foreign-types v0.3.2
19732023-11-28T18:20:50.417Z Compiling dof v0.1.5
19742023-11-28T18:20:50.890Z Compiling clap_derive v4.4.2
19752023-11-28T18:20:51.713Z Compiling der_derive v0.7.2
19762023-11-28T18:20:53.666Z Compiling bytes v1.5.0
19772023-11-28T18:20:55.498Z Compiling bitflags v2.4.0
19782023-11-28T18:20:55.525Z Compiling tokio v1.34.0
19792023-11-28T18:20:55.566Z Compiling rustc_version v0.4.0
19802023-11-28T18:20:56.386Z Compiling http v0.2.11
19812023-11-28T18:20:56.528Z Compiling heapless v0.7.16
19822023-11-28T18:20:58.619Z Compiling uuid v1.6.1
19832023-11-28T18:20:58.648Z Compiling indexmap v2.1.0
19842023-11-28T18:20:58.768Z Compiling chrono v0.4.31
19852023-11-28T18:21:00.437Z Compiling thread-id v4.2.0
19862023-11-28T18:21:00.584Z Compiling try-lock v0.2.4
19872023-11-28T18:21:00.649Z Compiling adler v1.0.2
19882023-11-28T18:21:00.929Z Compiling anstyle v1.0.2
19892023-11-28T18:21:01.173Z Compiling cpufeatures v0.2.9
19902023-11-28T18:21:01.305Z Compiling time-core v0.1.1
19912023-11-28T18:21:01.558Z Compiling flagset v0.4.3
19922023-11-28T18:21:01.921Z Compiling rustversion v1.0.14
19932023-11-28T18:21:02.076Z Compiling utf8parse v0.2.1
19942023-11-28T18:21:02.342Z Compiling siphasher v0.3.11
19952023-11-28T18:21:02.888Z Compiling anstyle-parse v0.2.1
19962023-11-28T18:21:03.552Z Compiling der v0.7.8
19972023-11-28T18:21:04.757Z Compiling time-macros v0.2.13
19982023-11-28T18:21:05.753Z Compiling sha2 v0.10.8
19992023-11-28T18:21:08.370Z Compiling tokio-util v0.7.10
20002023-11-28T18:21:09.729Z Compiling miniz_oxide v0.7.1
20012023-11-28T18:21:11.442Z Compiling h2 v0.3.21
20022023-11-28T18:21:11.961Z Compiling want v0.3.1
20032023-11-28T18:21:12.630Z Compiling http-body v0.4.5
20042023-11-28T18:21:14.801Z Compiling serde_tokenstream v0.1.7
20052023-11-28T18:21:15.559Z Compiling rustls-webpki v0.101.7
20062023-11-28T18:21:17.375Z Compiling sct v0.7.0
20072023-11-28T18:21:17.953Z Compiling form_urlencoded v1.2.0
20082023-11-28T18:21:18.210Z Compiling hubpack_derive v0.1.1
20092023-11-28T18:21:18.390Z Compiling pin-project-internal v1.1.3
20102023-11-28T18:21:18.801Z Compiling socket2 v0.4.9
20112023-11-28T18:21:19.480Z Compiling crossbeam-epoch v0.9.15
20122023-11-28T18:21:20.097Z Compiling tower-service v0.3.2
20132023-11-28T18:21:20.196Z Compiling radium v0.7.0
20142023-11-28T18:21:20.812Z Compiling anstyle-query v1.0.0
20152023-11-28T18:21:21.004Z Compiling slog v2.7.0
20162023-11-28T18:21:21.371Z Compiling colorchoice v1.0.0
20172023-11-28T18:21:21.973Z Compiling anyhow v1.0.75
20182023-11-28T18:21:22.084Z Compiling httpdate v1.0.3
20192023-11-28T18:21:22.830Z Compiling anstream v0.5.0
20202023-11-28T18:21:24.422Z Compiling hyper v0.14.27
20212023-11-28T18:21:28.575Z Compiling terminal_size v0.2.6
20222023-11-28T18:21:32.249Z Compiling spki v0.7.2
20232023-11-28T18:21:35.392Z Compiling serde_spanned v0.6.4
20242023-11-28T18:21:35.703Z Compiling toml_datetime v0.6.5
20252023-11-28T18:21:36.359Z Compiling zerocopy v0.6.4
20262023-11-28T18:21:36.362Z Compiling rustls-pemfile v1.0.3
20272023-11-28T18:21:36.840Z Compiling hmac v0.12.1
20282023-11-28T18:21:37.175Z Compiling md-5 v0.10.5
20292023-11-28T18:21:37.711Z Compiling idna v0.4.0
20302023-11-28T18:21:37.773Z Compiling stringprep v0.1.3
20312023-11-28T18:21:38.525Z Compiling diesel_table_macro_syntax v0.1.0
20322023-11-28T18:21:38.818Z Compiling hash32 v0.2.1
20332023-11-28T18:21:39.030Z Compiling aho-corasick v1.0.4
20342023-11-28T18:21:39.102Z Compiling regex-syntax v0.8.2
20352023-11-28T18:21:39.285Z Compiling maybe-uninit v2.0.0
20362023-11-28T18:21:39.367Z Compiling winnow v0.5.15
20372023-11-28T18:21:39.945Z Compiling gimli v0.28.0
20382023-11-28T18:21:40.538Z Compiling strsim v0.10.0
20392023-11-28T18:21:40.581Z Compiling dyn-clone v1.0.13
20402023-11-28T18:21:41.639Z Compiling tap v1.0.1
20412023-11-28T18:21:41.917Z Compiling fallible-iterator v0.2.0
20422023-11-28T18:21:43.117Z Compiling clap_lex v0.5.1
20432023-11-28T18:21:43.630Z Compiling stable_deref_trait v1.2.0
20442023-11-28T18:21:43.763Z Compiling either v1.9.0
20452023-11-28T18:21:44.264Z Compiling clap_builder v4.4.2
20462023-11-28T18:21:44.268Z Compiling postgres-protocol v0.6.6
20472023-11-28T18:21:45.200Z Compiling regex-automata v0.4.3
20482023-11-28T18:21:45.651Z Compiling wyz v0.5.1
20492023-11-28T18:21:46.387Z Compiling url v2.4.1
20502023-11-28T18:21:46.468Z Compiling diesel_derives v2.1.1
20512023-11-28T18:21:47.187Z Compiling addr2line v0.21.0
20522023-11-28T18:21:50.091Z Compiling tokio-rustls v0.24.1
20532023-11-28T18:21:50.702Z Compiling rustls-native-certs v0.6.3
20542023-11-28T18:21:51.088Z Compiling strum_macros v0.25.2
20552023-11-28T18:21:52.368Z Compiling tokio-native-tls v0.3.1
20562023-11-28T18:21:57.251Z Compiling usdt-attr-macro v0.3.5
20572023-11-28T18:21:57.255Z Compiling usdt-macro v0.3.5
20582023-11-28T18:21:59.111Z Compiling phf_shared v0.11.2
20592023-11-28T18:22:00.289Z Compiling block-padding v0.3.3
20602023-11-28T18:22:00.591Z Compiling enum-as-inner v0.5.1
20612023-11-28T18:22:00.607Z Compiling snafu-derive v0.7.5
20622023-11-28T18:22:00.621Z Compiling serde_repr v0.1.16
20632023-11-28T18:22:02.189Z Compiling scheduled-thread-pool v0.2.7
20642023-11-28T18:22:02.352Z Compiling object v0.32.1
20652023-11-28T18:22:06.823Z Compiling ipnet v2.8.0
20662023-11-28T18:22:09.864Z Compiling packed_struct v0.10.1
20672023-11-28T18:22:10.456Z Compiling num_threads v0.1.6
20682023-11-28T18:22:10.507Z Compiling bit-vec v0.6.3
20692023-11-28T18:22:10.623Z Compiling num-bigint-dig v0.8.4
20702023-11-28T18:22:10.837Z Compiling rustc-demangle v0.1.23
20712023-11-28T18:22:11.028Z Compiling deranged v0.3.8
20722023-11-28T18:22:12.314Z Compiling funty v2.0.0
20732023-11-28T18:22:12.454Z Compiling regex-automata v0.1.10
20742023-11-28T18:22:13.227Z Compiling managed v0.8.0
20752023-11-28T18:22:13.609Z Compiling matches v0.1.10
20762023-11-28T18:22:14.151Z Compiling time v0.3.27
20772023-11-28T18:22:17.012Z Compiling bitvec v1.0.1
20782023-11-28T18:22:17.195Z Compiling idna v0.2.3
20792023-11-28T18:22:17.487Z Compiling bstr v0.2.17
20802023-11-28T18:22:22.178Z Compiling r2d2 v0.8.10
20812023-11-28T18:22:23.476Z Compiling inout v0.1.3
20822023-11-28T18:22:25.511Z Compiling phf v0.11.2
20832023-11-28T18:22:25.960Z Compiling hyper-tls v0.5.0
20842023-11-28T18:22:26.471Z Compiling regex v1.10.2
20852023-11-28T18:22:26.971Z Compiling hyper-rustls v0.24.2
20862023-11-28T18:22:27.748Z Compiling signal-hook-mio v0.2.3
20872023-11-28T18:22:27.966Z Compiling clap v4.4.3
20882023-11-28T18:22:28.124Z Compiling ipnetwork v0.20.0
20892023-11-28T18:22:28.174Z Compiling flate2 v1.0.28
20902023-11-28T18:22:29.114Z Compiling bzip2 v0.4.4
20912023-11-28T18:22:29.479Z Compiling postgres-types v0.2.6
20922023-11-28T18:22:29.662Z Compiling toml_edit v0.19.15
20932023-11-28T18:22:29.731Z Compiling itertools v0.11.0
20942023-11-28T18:22:31.093Z Compiling pkcs8 v0.10.2
20952023-11-28T18:22:31.789Z Compiling pin-project v1.1.3
20962023-11-28T18:22:32.483Z Compiling hubpack v0.1.2
20972023-11-28T18:22:32.799Z Compiling serde_urlencoded v0.7.1
20982023-11-28T18:22:33.184Z Compiling phf_shared v0.10.0
20992023-11-28T18:22:33.700Z Compiling futures-executor v0.3.29
21002023-11-28T18:22:36.261Z Compiling signature v2.1.0
21012023-11-28T18:22:36.332Z Compiling packed_struct_codegen v0.10.1
21022023-11-28T18:22:36.872Z Compiling float-cmp v0.9.0
21032023-11-28T18:22:37.970Z Compiling encoding_rs v0.8.33
21042023-11-28T18:22:39.400Z Compiling normalize-line-endings v0.3.0
21052023-11-28T18:22:39.566Z Compiling whoami v1.4.1
21062023-11-28T18:22:40.132Z Compiling unicode-segmentation v1.10.1
21072023-11-28T18:22:40.720Z Compiling nodrop v0.1.14
21082023-11-28T18:22:40.895Z Compiling mime v0.3.17
21092023-11-28T18:22:41.444Z Compiling precomputed-hash v0.1.1
21102023-11-28T18:22:41.531Z Compiling webpki-roots v0.25.2
21112023-11-28T18:22:41.607Z Compiling unicode-width v0.1.11
21122023-11-28T18:22:41.719Z Compiling fixedbitset v0.4.2
21132023-11-28T18:22:41.752Z Compiling new_debug_unreachable v1.0.4
21142023-11-28T18:22:41.897Z Compiling crc-catalog v2.2.0
21152023-11-28T18:22:42.371Z Compiling predicates-core v1.0.6
21162023-11-28T18:22:42.771Z Compiling regex-automata v0.3.8
21172023-11-28T18:22:42.846Z Compiling static_assertions v1.1.0
21182023-11-28T18:22:43.276Z Compiling data-encoding v2.4.0
21192023-11-28T18:22:44.213Z Compiling difflib v0.4.0
21202023-11-28T18:22:46.222Z Compiling bstr v1.6.0
21212023-11-28T18:22:46.274Z Compiling predicates v3.0.4
21222023-11-28T18:22:46.634Z Compiling trust-dns-proto v0.22.0
21232023-11-28T18:22:48.742Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21242023-11-28T18:22:57.342Z Compiling reqwest v0.11.22
21252023-11-28T18:22:58.504Z Compiling petgraph v0.6.4
21262023-11-28T18:22:59.458Z Compiling crc v3.0.1
21272023-11-28T18:23:00.076Z Compiling string_cache v0.8.7
21282023-11-28T18:23:00.616Z Compiling console v0.15.7
21292023-11-28T18:23:02.698Z Compiling similar v2.2.1
21302023-11-28T18:23:05.306Z Compiling array-init v0.0.4
21312023-11-28T18:23:06.196Z Compiling tokio-postgres v0.7.10
21322023-11-28T18:23:13.808Z Compiling toml v0.7.8
21332023-11-28T18:23:13.981Z Compiling futures v0.3.29
21342023-11-28T18:23:16.406Z Compiling snafu v0.7.5
21352023-11-28T18:23:17.191Z Compiling pkcs1 v0.7.5
21362023-11-28T18:23:17.345Z Compiling zip v0.6.6
21372023-11-28T18:23:17.672Z Compiling smallvec v0.6.14
21382023-11-28T18:23:17.705Z Compiling diesel v2.1.4
21392023-11-28T18:23:17.823Z Compiling crossterm v0.27.0
21402023-11-28T18:23:18.386Z Compiling yasna v0.5.2
21412023-11-28T18:23:21.092Z Compiling cipher v0.4.4
21422023-11-28T18:23:21.845Z Compiling hashbrown v0.13.2
21432023-11-28T18:23:24.254Z Compiling bit-set v0.5.3
21442023-11-28T18:23:24.665Z Compiling usdt v0.3.5
21452023-11-28T18:23:25.060Z Compiling is-terminal v0.4.9
21462023-11-28T18:23:25.298Z Compiling toml_edit v0.21.0
21472023-11-28T18:23:27.692Z Compiling itertools v0.10.5
21482023-11-28T18:23:29.577Z Compiling tokio-stream v0.1.14
21492023-11-28T18:23:31.138Z Compiling openapiv3 v2.0.0-rc.1
21502023-11-28T18:23:32.377Z Compiling hex v0.4.3
21512023-11-28T18:23:39.315Z Compiling termcolor v1.2.0
21522023-11-28T18:23:44.275Z Compiling bitfield v0.14.0
21532023-11-28T18:23:45.113Z Compiling lalrpop-util v0.19.12
21542023-11-28T18:23:52.366Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21552023-11-28T18:23:59.416Z Compiling env_logger v0.10.0
21562023-11-28T18:24:10.302Z Compiling rsa v0.9.2
21572023-11-28T18:24:16.103Z Compiling serde-hex v0.1.0
21582023-11-28T18:24:19.483Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21592023-11-28T18:24:25.738Z Compiling x509-cert v0.2.4
21602023-11-28T18:24:26.596Z Compiling ron v0.8.1
21612023-11-28T18:24:26.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21622023-11-28T18:24:30.469Z Compiling crc-any v2.4.3
21632023-11-28T18:24:43.270Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21642023-11-28T18:24:53.563Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21652023-11-28T18:25:08.082Z Compiling object v0.30.4
21662023-11-28T18:25:20.803Z Compiling path-slash v0.1.5
21672023-11-28T18:25:21.728Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21682023-11-28T18:26:08.353Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21692023-11-28T18:26:09.457Z Finished release [optimized] target(s) in 6m 05s
21702023-11-28T18:26:09.541Z
21712023-11-28T18:26:09.544Zreal 6:05.636998262
21722023-11-28T18:26:09.544Zuser 42:24.622199631
21732023-11-28T18:26:09.544Zsys 3:37.885982852
21742023-11-28T18:26:09.544Ztrap 1.802696403
21752023-11-28T18:26:09.544Ztflt 0.944152363
21762023-11-28T18:26:09.544Zdflt 0.543506462
21772023-11-28T18:26:09.544Zkflt 0.000170504
21782023-11-28T18:26:09.544Zlock 1:34:50.172232660
21792023-11-28T18:26:09.544Zslp 1:59:53.489782999
21802023-11-28T18:26:09.544Zlat 1:50.125971877
21812023-11-28T18:26:09.544Zstop 1:17.462043832
21822023-11-28T18:26:09.544Z+ ptime -m gzip
21832023-11-28T18:26:10.204Z
21842023-11-28T18:26:10.207Zreal 0.656687515
21852023-11-28T18:26:10.207Zuser 0.646629955
21862023-11-28T18:26:10.207Zsys 0.009438690
21872023-11-28T18:26:10.207Ztrap 0.000099370
21882023-11-28T18:26:10.207Ztflt 0.000000000
21892023-11-28T18:26:10.207Zdflt 0.000000000
21902023-11-28T18:26:10.208Zkflt 0.000000000
21912023-11-28T18:26:10.208Zlock 0.000000000
21922023-11-28T18:26:10.208Zslp 0.000000000
21932023-11-28T18:26:10.208Zlat 0.000186602
21942023-11-28T18:26:10.208Zstop 0.000231639
21952023-11-28T18:26:10.208Z+ banner tufaceous
21962023-11-28T18:26:10.208Z
21972023-11-28T18:26:10.208Z ##### # # ###### ## #### ###### #### # # ####
21982023-11-28T18:26:10.208Z # # # # # # # # # # # # # #
21992023-11-28T18:26:10.208Z # # # ##### # # # ##### # # # # ####
22002023-11-28T18:26:10.208Z # # # # ###### # # # # # # #
22012023-11-28T18:26:10.208Z # # # # # # # # # # # # # # #
22022023-11-28T18:26:10.208Z # #### # # # #### ###### #### #### ####
22032023-11-28T18:26:10.208Z
22042023-11-28T18:26:10.208Z+ ptime -m cargo build --locked -p tufaceous --release
22052023-11-28T18:26:10.870Z Downloading crates ...
22062023-11-28T18:26:11.210Z Downloaded serde_plain v1.0.2
22072023-11-28T18:26:11.213Z Downloaded humantime v2.1.0
22082023-11-28T18:26:11.216Z Downloaded globset v0.4.13
22092023-11-28T18:26:11.220Z Downloaded async-recursion v1.0.5
22102023-11-28T18:26:11.222Z Downloaded bytesize v1.3.0
22112023-11-28T18:26:11.225Z Downloaded fs-err v2.11.0
22122023-11-28T18:26:11.228Z Downloaded olpc-cjson v0.1.3
22132023-11-28T18:26:11.233Z Downloaded buf-list v1.0.3
22142023-11-28T18:26:11.236Z Downloaded tough v0.15.0
22152023-11-28T18:26:11.251Z Downloaded typed-path v0.6.0
22162023-11-28T18:26:11.425Z Compiling serde_tokenstream v0.2.0
22172023-11-28T18:26:11.448Z Compiling regress v0.7.1
22182023-11-28T18:26:11.461Z Compiling dirs-sys-next v0.1.2
22192023-11-28T18:26:11.464Z Compiling ident_case v1.0.1
22202023-11-28T18:26:11.491Z Compiling thread_local v1.1.7
22212023-11-28T18:26:11.494Z Compiling heck v0.4.1
22222023-11-28T18:26:11.494Z Compiling camino v1.1.6
22232023-11-28T18:26:11.697Z Compiling dirs-next v2.0.0
22242023-11-28T18:26:12.136Z Compiling darling_core v0.20.3
22252023-11-28T18:26:12.229Z Compiling slog-async v2.8.0
22262023-11-28T18:26:12.402Z Compiling term v0.7.0
22272023-11-28T18:26:12.820Z Compiling crossbeam-channel v0.5.8
22282023-11-28T18:26:12.966Z Compiling getopts v0.2.21
22292023-11-28T18:26:13.318Z Compiling structmeta-derive v0.2.0
22302023-11-28T18:26:13.562Z Compiling atty v0.2.14
22312023-11-28T18:26:13.766Z Compiling multer v2.1.0
22322023-11-28T18:26:14.198Z Compiling match_cfg v0.1.0
22332023-11-28T18:26:14.331Z Compiling paste v1.0.14
22342023-11-28T18:26:14.369Z Compiling take_mut v0.2.2
22352023-11-28T18:26:14.591Z Compiling unsafe-libyaml v0.2.9
22362023-11-28T18:26:15.693Z Compiling hostname v0.3.1
22372023-11-28T18:26:16.149Z Compiling slog-term v2.9.0
22382023-11-28T18:26:17.498Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22392023-11-28T18:26:19.429Z Compiling structmeta v0.2.0
22402023-11-28T18:26:20.025Z Compiling serde_yaml v0.9.25
22412023-11-28T18:26:21.171Z Compiling darling_macro v0.20.3
22422023-11-28T18:26:21.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22432023-11-28T18:26:21.273Z Compiling slog-json v2.6.1
22442023-11-28T18:26:22.078Z Compiling async-stream-impl v0.3.5
22452023-11-28T18:26:22.638Z Compiling darling v0.20.3
22462023-11-28T18:26:22.814Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22472023-11-28T18:26:23.261Z Compiling atomic-waker v1.1.1
22482023-11-28T18:26:23.546Z Compiling regex-syntax v0.7.5
22492023-11-28T18:26:23.557Z Compiling fastrand v2.0.0
22502023-11-28T18:26:24.078Z Compiling async-stream v0.3.5
22512023-11-28T18:26:24.217Z Compiling tempfile v3.8.1
22522023-11-28T18:26:24.538Z Compiling waitgroup v0.1.2
22532023-11-28T18:26:24.720Z Compiling serde_with_macros v2.3.3
22542023-11-28T18:26:24.889Z Compiling slog-bunyan v2.4.0
22552023-11-28T18:26:27.489Z Compiling toml v0.8.8
22562023-11-28T18:26:28.090Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22572023-11-28T18:26:28.638Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22582023-11-28T18:26:29.924Z Compiling sha1 v0.10.6
22592023-11-28T18:26:30.317Z Compiling serde_path_to_error v0.1.14
22602023-11-28T18:26:31.078Z Compiling instant v0.1.12
22612023-11-28T18:26:31.304Z Compiling fs-err v2.11.0
22622023-11-28T18:26:31.383Z Compiling same-file v1.0.6
22632023-11-28T18:26:31.452Z Compiling debug-ignore v1.0.5
22642023-11-28T18:26:31.667Z Compiling buf-list v1.0.3
22652023-11-28T18:26:31.732Z Compiling arc-swap v1.6.0
22662023-11-28T18:26:32.039Z Compiling walkdir v2.4.0
22672023-11-28T18:26:32.622Z Compiling slog-scope v4.4.0
22682023-11-28T18:26:33.022Z Compiling backoff v0.4.0
22692023-11-28T18:26:33.591Z Compiling serde_with v2.3.3
22702023-11-28T18:26:33.952Z Compiling parse-display-derive v0.8.2
22712023-11-28T18:26:34.077Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22722023-11-28T18:26:34.904Z Compiling globset v0.4.13
22732023-11-28T18:26:35.132Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742023-11-28T18:26:35.378Z Compiling strum v0.25.0
22752023-11-28T18:26:35.649Z Compiling olpc-cjson v0.1.3
22762023-11-28T18:26:36.600Z Compiling pem v3.0.2
22772023-11-28T18:26:36.631Z Compiling macaddr v1.0.1
22782023-11-28T18:26:36.687Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22792023-11-28T18:26:37.856Z Compiling serde_plain v1.0.2
22802023-11-28T18:26:38.688Z Compiling async-recursion v1.0.5
22812023-11-28T18:26:39.380Z Compiling filetime v0.2.22
22822023-11-28T18:26:39.872Z Compiling xattr v1.0.1
22832023-11-28T18:26:40.198Z Compiling typed-path v0.6.0
22842023-11-28T18:26:40.286Z Compiling parse-display v0.8.2
22852023-11-28T18:26:40.300Z Compiling tar v0.4.40
22862023-11-28T18:26:40.602Z Compiling slog-stdlog v4.1.1
22872023-11-28T18:26:43.034Z Compiling camino-tempfile v1.1.1
22882023-11-28T18:26:43.481Z Compiling itertools v0.12.0
22892023-11-28T18:26:43.894Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22902023-11-28T18:26:44.084Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22912023-11-28T18:26:49.333Z Compiling tough v0.15.0
22922023-11-28T18:26:49.970Z Compiling bytesize v1.3.0
22932023-11-28T18:26:50.017Z Compiling slog-envlogger v2.2.0
22942023-11-28T18:26:50.948Z Compiling humantime v2.1.0
22952023-11-28T18:26:54.880Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22962023-11-28T18:27:19.051Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22972023-11-28T18:27:19.350Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982023-11-28T18:27:30.037Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22992023-11-28T18:27:32.388Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23002023-11-28T18:28:01.655Z Finished release [optimized] target(s) in 1m 51s
23012023-11-28T18:28:01.746Z
23022023-11-28T18:28:01.749Zreal 1:51.511070503
23032023-11-28T18:28:01.749Zuser 11:55.324916820
23042023-11-28T18:28:01.749Zsys 44.353937865
23052023-11-28T18:28:01.749Ztrap 0.472175053
23062023-11-28T18:28:01.749Ztflt 0.299721507
23072023-11-28T18:28:01.749Zdflt 0.587167399
23082023-11-28T18:28:01.750Zkflt 0.000018048
23092023-11-28T18:28:01.750Zlock 22:57.653145539
23102023-11-28T18:28:01.750Zslp 23:45.342923000
23112023-11-28T18:28:01.750Zlat 22.007948193
23122023-11-28T18:28:01.750Zstop 11.792882626
23132023-11-28T18:28:01.750Z+ ptime -m gzip
23142023-11-28T18:28:04.135Z
23152023-11-28T18:28:04.138Zreal 2.382495582
23162023-11-28T18:28:04.138Zuser 2.356564863
23172023-11-28T18:28:04.138Zsys 0.022949835
23182023-11-28T18:28:04.140Ztrap 0.001141902
23192023-11-28T18:28:04.140Ztflt 0.000000000
23202023-11-28T18:28:04.140Zdflt 0.000000000
23212023-11-28T18:28:04.140Zkflt 0.000000000
23222023-11-28T18:28:04.140Zlock 0.000000000
23232023-11-28T18:28:04.140Zslp 0.000000000
23242023-11-28T18:28:04.140Zlat 0.001466117
23252023-11-28T18:28:04.140Zstop 0.000249821
23262023-11-28T18:28:04.140Zprocess exited: duration 1155104 ms, exit code 0
 
23272023-11-28T18:28:04.159Zfound 5 output files
23282023-11-28T18:28:04.159Zuploading: /work/end-to-end-tests/bootstrap-b31877511bcc90ad.gz (6319345 bytes)
23292023-11-28T18:28:08.932Zuploaded: /work/end-to-end-tests/bootstrap-b31877511bcc90ad.gz
23302023-11-28T18:28:08.932Zuploading: /work/end-to-end-tests/bootstrap.gz (95339283 bytes)
23312023-11-28T18:28:30.763Zuploaded: /work/end-to-end-tests/bootstrap.gz
23322023-11-28T18:28:30.763Zuploading: /work/end-to-end-tests/end_to_end_tests-8f66234ed1d1ddc4.gz (98618020 bytes)
23332023-11-28T18:28:53.104Zuploaded: /work/end-to-end-tests/end_to_end_tests-8f66234ed1d1ddc4.gz
23342023-11-28T18:28:53.104Zuploading: /work/caboose-util.gz (4093412 bytes)
23352023-11-28T18:28:54.643Zuploaded: /work/caboose-util.gz
23362023-11-28T18:28:54.643Zuploading: /work/tufaceous.gz (14956288 bytes)
23372023-11-28T18:29:00.071Zuploaded: /work/tufaceous.gz