01HGY9MWPDVANRBYZ12HEKCTTV: 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: 01HGY9N6DQJFBMS3KBF4EXK7HS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-06T00:50:14.463Zjob assigned to worker 01HGY89W71KQGZHW5G8ETKD5EX (queued for 0 s)
 
22023-12-06T00:50:14.608Zstarting task 0: "setup"
32023-12-06T00:50:14.964Z++ uname -s
42023-12-06T00:50:14.968Z+ kern=SunOS
52023-12-06T00:50:14.968Z+ case "$kern" in
62023-12-06T00:50:14.968Z+ groupadd -g 12345 build
72023-12-06T00:50:14.977Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-06T00:50:16.982Z+ zfs create -o mountpoint=/work rpool/work
92023-12-06T00:50:17.086Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-06T00:50:17.090Z+ home_fs=zfs
112023-12-06T00:50:17.090Z+ [[ zfs == autofs ]]
122023-12-06T00:50:17.091Z+ mkdir -p /home/build
132023-12-06T00:50:17.099Z+ chown build:build /home/build /work
142023-12-06T00:50:18.094Z+ chmod 0700 /home/build /work
152023-12-06T00:50:18.098Zprocess exited: duration 3489 ms, exit code 0
 
162023-12-06T00:50:18.106Zstarting task 1: "rust-toolchain"
172023-12-06T00:50:18.114Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-06T00:50:18.119Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-06T00:50:18.313Zinfo: downloading installer
202023-12-06T00:50:21.021Zwarning: it looks like you have an existing installation of Rust at:
212023-12-06T00:50:21.021Zwarning: /opt/ooce/bin
222023-12-06T00:50:21.021Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-06T00:50:21.021Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-06T00:50:21.021Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-06T00:50:21.022Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-06T00:50:21.022Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-06T00:50:21.022Zerror: cannot install while Rust is installed
282023-12-06T00:50:21.022Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-06T00:50:21.336Zinfo: profile set to 'default'
302023-12-06T00:50:21.336Zinfo: default host triple is x86_64-unknown-illumos
312023-12-06T00:50:21.339Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-06T00:50:21.525Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-06T00:50:21.525Zinfo: downloading component 'cargo'
342023-12-06T00:50:22.368Zinfo: downloading component 'clippy'
352023-12-06T00:50:22.650Zinfo: downloading component 'rust-docs'
362023-12-06T00:50:23.718Zinfo: downloading component 'rust-std'
372023-12-06T00:50:25.585Zinfo: downloading component 'rustc'
382023-12-06T00:50:29.924Zinfo: downloading component 'rustfmt'
392023-12-06T00:50:30.232Zinfo: installing component 'cargo'
402023-12-06T00:50:32.259Zinfo: installing component 'clippy'
412023-12-06T00:50:33.176Zinfo: installing component 'rust-docs'
422023-12-06T00:50:35.876Zinfo: installing component 'rust-std'
432023-12-06T00:50:40.125Zinfo: installing component 'rustc'
442023-12-06T00:50:49.930Zinfo: installing component 'rustfmt'
452023-12-06T00:50:50.391Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-06T00:50:50.391Z
472023-12-06T00:50:50.549Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-06T00:50:50.550Z
492023-12-06T00:50:50.617Z
502023-12-06T00:50:50.617ZRust is installed now. Great!
512023-12-06T00:50:50.617Z
522023-12-06T00:50:50.617ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-06T00:50:50.618Zenvironment variable. This has not been done automatically.
542023-12-06T00:50:50.618Z
552023-12-06T00:50:50.618ZTo configure your current shell, run:
562023-12-06T00:50:50.618Zsource "$HOME/.cargo/env"
572023-12-06T00:50:50.639Z+ rustc --version
582023-12-06T00:50:50.760Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-06T00:50:50.768Zprocess exited: duration 32658 ms, exit code 0
 
602023-12-06T00:50:50.786Zstarting task 2: "authentication"
612023-12-06T00:50:50.825Zprocess exited: duration 39 ms, exit code 0
 
622023-12-06T00:50:50.848Zstarting task 3: "clone repository"
632023-12-06T00:50:50.858Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-06T00:50:50.858Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-06T00:50:50.909ZCloning into '/work/oxidecomputer/omicron'...
662023-12-06T00:50:57.667Z+ cd /work/oxidecomputer/omicron
672023-12-06T00:50:57.676Z+ [[ -n txn-retry ]]
682023-12-06T00:50:57.677Z+ git fetch origin txn-retry
692023-12-06T00:50:58.073ZFrom https://github.com/oxidecomputer/omicron
702023-12-06T00:50:58.073Z * branch txn-retry -> FETCH_HEAD
712023-12-06T00:50:58.080Z+ git checkout -B txn-retry remotes/origin/txn-retry
722023-12-06T00:50:58.203ZSwitched to a new branch 'txn-retry'
732023-12-06T00:50:58.214Zbranch 'txn-retry' set up to track 'origin/txn-retry'.
742023-12-06T00:50:58.214Z+ git reset --hard 2058492886ba90dd0fcb5215786ccc0e6318093a
752023-12-06T00:50:58.263ZHEAD is now at 20584928 update async-bb8-diesel version
762023-12-06T00:50:58.674Zprocess exited: duration 7405 ms, exit code 0
 
772023-12-06T00:50:58.691Zstarting task 4: "build"
782023-12-06T00:50:58.724Z+ cargo --version
792023-12-06T00:50:58.724Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-06T00:50:58.923Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-06T00:50:58.929Zinfo: downloading component 'cargo'
822023-12-06T00:50:59.755Zinfo: downloading component 'clippy'
832023-12-06T00:51:00.026Zinfo: downloading component 'rust-docs'
842023-12-06T00:51:01.062Zinfo: downloading component 'rust-std'
852023-12-06T00:51:02.875Zinfo: downloading component 'rustc'
862023-12-06T00:51:07.210Zinfo: downloading component 'rustfmt'
872023-12-06T00:51:07.525Zinfo: installing component 'cargo'
882023-12-06T00:51:08.833Zinfo: installing component 'clippy'
892023-12-06T00:51:09.300Zinfo: installing component 'rust-docs'
902023-12-06T00:51:12.113Zinfo: installing component 'rust-std'
912023-12-06T00:51:14.691Zinfo: installing component 'rustc'
922023-12-06T00:51:20.880Zinfo: installing component 'rustfmt'
932023-12-06T00:51:21.426Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-06T00:51:21.430Z+ rustc --version
952023-12-06T00:51:21.548Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-06T00:51:21.555Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-06T00:51:33.607Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-06T00:51:34.861Z Startup: Caching catalogs ... Done
992023-12-06T00:51:41.456ZPlanning: Solver setup ... Done (6.207s)
1002023-12-06T00:51:41.611ZPlanning: Running solver ... Done (0.155s)
1012023-12-06T00:51:41.678ZPlanning: Finding local manifests ... Done (0.003s)
1022023-12-06T00:51:41.693ZPlanning: Fetching manifests: 0/4 0% complete
1032023-12-06T00:51:41.923ZPlanning: Fetching manifests: 4/4 100% complete
1042023-12-06T00:51:42.003ZPlanning: Package planning ... Done (0.080s)
1052023-12-06T00:51:42.093ZPlanning: Merging actions ... Done (0.084s)
1062023-12-06T00:51:43.312ZPlanning: Checking for conflicting actions ... Done (1.225s)
1072023-12-06T00:51:43.332ZPlanning: Consolidating action changes ... Done (0.019s)
1082023-12-06T00:51:53.539ZPlanning: Evaluating mediators ... Done (10.205s)
1092023-12-06T00:51:53.556ZPlanning: Planning completed in 18.64 seconds
1102023-12-06T00:51:53.902Z Packages to install: 4
1112023-12-06T00:51:53.902Z Mediators to change: 2
1122023-12-06T00:51:53.902Z Services to change: 1
1132023-12-06T00:51:53.905Z Estimated space available: 148.88 GB
1142023-12-06T00:51:53.905ZEstimated space to be consumed: 1.38 GB
1152023-12-06T00:51:53.905Z Create boot environment: No
1162023-12-06T00:51:53.906ZCreate backup boot environment: No
1172023-12-06T00:51:53.906Z Rebuild boot archive: No
1182023-12-06T00:51:53.906Z
1192023-12-06T00:51:53.906ZChanged mediators:
1202023-12-06T00:51:53.906Z mediator clang:
1212023-12-06T00:51:53.906Z version: None -> 15 (system default)
1222023-12-06T00:51:53.906Z
1232023-12-06T00:51:53.906Z mediator llvm:
1242023-12-06T00:51:53.906Z version: 14 (system default) -> 15 (system default)
1252023-12-06T00:51:53.906Z
1262023-12-06T00:51:53.906ZChanged packages:
1272023-12-06T00:51:53.906Zhelios-dev
1282023-12-06T00:51:53.906Z developer/build-essential
1292023-12-06T00:51:53.906Z None -> 11-2.0
1302023-12-06T00:51:53.906Z library/libxmlsec1
1312023-12-06T00:51:53.906Z None -> 1.2.35-2.0
1322023-12-06T00:51:53.906Z ooce/developer/clang-15
1332023-12-06T00:51:53.906Z None -> 15.0.7-2.0
1342023-12-06T00:51:53.906Z ooce/developer/llvm-15
1352023-12-06T00:51:53.906Z None -> 15.0.7-2.0
1362023-12-06T00:51:53.906Z
1372023-12-06T00:51:53.906ZServices:
1382023-12-06T00:51:53.906Z restart_fmri:
1392023-12-06T00:51:53.906Z svc:/system/update-man-index:default
1402023-12-06T00:51:54.073Z
1412023-12-06T00:51:54.073ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-12-06T00:51:59.073ZDownload: 1131/3290 items 30.4/212.6MB 14% complete (6.0M/s)
1432023-12-06T00:52:04.075ZDownload: 1792/3290 items 118.3/212.6MB 55% complete (12.0M/s)
1442023-12-06T00:52:09.077ZDownload: 2601/3290 items 120.5/212.6MB 56% complete (9.5M/s)
1452023-12-06T00:52:14.086ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1462023-12-06T00:52:17.086ZDownload: Completed 212.60 MB in 23.01 seconds (9.2M/s)
1472023-12-06T00:52:17.316Z Actions: 1/3687 actions (Installing new actions)
1482023-12-06T00:52:22.312Z Actions: 2855/3687 actions (Installing new actions)
1492023-12-06T00:52:25.521Z Actions: Completed 3687 actions in 8.21 seconds.
1502023-12-06T00:52:25.717Z Done (0.188s)
1512023-12-06T00:52:25.717Z Done (0.000s)
1522023-12-06T00:52:25.981Z Done (0.264s)
1532023-12-06T00:52:33.633Z Done (7.526s)
1542023-12-06T00:52:33.828Z Done (0.098s)
1552023-12-06T00:52:33.832Z Done (0.000s)
1562023-12-06T00:52:34.063Z Done (0.000s)
1572023-12-06T00:52:34.788ZPlanning: Evaluating mediator changes ... Done
1582023-12-06T00:52:35.076ZPlanning: Checking for conflicting actions ... Done
1592023-12-06T00:52:35.079ZPlanning: Consolidating action changes ... Done
1602023-12-06T00:52:35.510ZPlanning: Evaluating mediators ... Done
1612023-12-06T00:52:35.514ZPlanning: Planning completed in 0.73 seconds
1622023-12-06T00:52:35.564Z Mediators to change: 2
1632023-12-06T00:52:35.565Z Create boot environment: No
1642023-12-06T00:52:35.570ZCreate backup boot environment: No
1652023-12-06T00:52:35.669Z Done
1662023-12-06T00:52:35.669Z Done
1672023-12-06T00:52:35.827Z Done
1682023-12-06T00:52:41.644Z Done
1692023-12-06T00:52:41.765Z Done
1702023-12-06T00:52:41.769Z Done
1712023-12-06T00:52:41.901Z Done
1722023-12-06T00:52:42.926ZPlanning: Evaluating mediator changes ... Done
1732023-12-06T00:52:42.929ZPlanning: Merging actions ... Done
1742023-12-06T00:52:43.276ZPlanning: Checking for conflicting actions ... Done
1752023-12-06T00:52:43.280ZPlanning: Consolidating action changes ... Done
1762023-12-06T00:52:43.711ZPlanning: Evaluating mediators ... Done
1772023-12-06T00:52:43.806ZPlanning: Planning completed in 1.32 seconds
1782023-12-06T00:52:43.864Z Packages to change: 1
1792023-12-06T00:52:43.864Z Mediators to change: 1
1802023-12-06T00:52:43.867Z Services to change: 1
1812023-12-06T00:52:43.867Z Create boot environment: No
1822023-12-06T00:52:43.867ZCreate backup boot environment: Yes
1832023-12-06T00:52:46.120Z Actions: 1/6 actions (Updating modified actions)
1842023-12-06T00:52:46.127Z Actions: Completed 6 actions in 0.00 seconds.
1852023-12-06T00:52:46.127Z Done
1862023-12-06T00:52:46.127Z Done
1872023-12-06T00:52:46.183Z Done
1882023-12-06T00:52:51.861Z Done
1892023-12-06T00:52:51.982Z Done
1902023-12-06T00:52:51.986Z Done
1912023-12-06T00:52:52.093Z Done
1922023-12-06T00:52:52.777ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932023-12-06T00:52:52.777Zclang system 15 system
1942023-12-06T00:52:52.777Zcsh system system illumos
1952023-12-06T00:52:52.777Zctags system system illumos
1962023-12-06T00:52:52.777Zgcc vendor 12 vendor
1972023-12-06T00:52:52.777Zgcc system 10 system
1982023-12-06T00:52:52.777Zgcc system 7 system
1992023-12-06T00:52:52.783Zgo system 1.20 system
2002023-12-06T00:52:52.783Zgo system 1.19 system
2012023-12-06T00:52:52.784Zllvm system 15 system
2022023-12-06T00:52:52.784Zllvm system 14 system
2032023-12-06T00:52:52.784Zmariadb system 10.6 system
2042023-12-06T00:52:52.784Zmta vendor vendor dma
2052023-12-06T00:52:52.784Zopenjdk system 17 system
2062023-12-06T00:52:52.784Zopenjdk system 11 system
2072023-12-06T00:52:52.784Zopenjdk system 1.8 system
2082023-12-06T00:52:52.784Zopenssl vendor 3 vendor
2092023-12-06T00:52:52.784Zperl system 5.36 system
2102023-12-06T00:52:52.784Zpostgresql system 15 system
2112023-12-06T00:52:52.784Zpostgresql system 13 system
2122023-12-06T00:52:52.784Zpython vendor 3 vendor
2132023-12-06T00:52:52.784Zpython system 2 system
2142023-12-06T00:52:52.784Zpython3 system 3.11 system
2152023-12-06T00:52:52.784Zruby system 3.0 system
2162023-12-06T00:52:52.784Zwords vendor vendor american-english
2172023-12-06T00:52:52.784Zwords system system australian-english
2182023-12-06T00:52:52.784Zwords system system british-english
2192023-12-06T00:52:52.784Zwords system system canadian-english
2202023-12-06T00:52:52.784Zwords system system french
2212023-12-06T00:52:52.785Zwords system system italian
2222023-12-06T00:52:52.785Zwords system system ngerman
2232023-12-06T00:52:52.785Zwords system system ogerman
2242023-12-06T00:52:52.785Zwords system system spanish
2252023-12-06T00:52:53.317ZFMRI IFO
2262023-12-06T00:52:53.317Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272023-12-06T00:52:53.317Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282023-12-06T00:52:53.317Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292023-12-06T00:52:53.317Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2302023-12-06T00:52:53.317Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312023-12-06T00:52:53.317Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2322023-12-06T00:52:53.394Z+ set -o errexit
2332023-12-06T00:52:53.397Z+++ dirname ./tools/ci_download_cockroachdb
2342023-12-06T00:52:53.401Z++ cd ./tools
2352023-12-06T00:52:53.401Z++ pwd
2362023-12-06T00:52:53.401Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2372023-12-06T00:52:53.401Z++ basename ./tools/ci_download_cockroachdb
2382023-12-06T00:52:53.405Z+ ARG0=ci_download_cockroachdb
2392023-12-06T00:52:53.405Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2402023-12-06T00:52:53.405Z+ CIDL_VERSION=v22.1.9
2412023-12-06T00:52:53.405Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2422023-12-06T00:52:53.405Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2432023-12-06T00:52:53.405Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2442023-12-06T00:52:53.405Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2452023-12-06T00:52:53.405Z+ TARGET_DIR=out
2462023-12-06T00:52:53.405Z+ DOWNLOAD_DIR=out/downloads
2472023-12-06T00:52:53.405Z+ DEST_DIR=./out/cockroachdb
2482023-12-06T00:52:53.405Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2492023-12-06T00:52:53.405Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2502023-12-06T00:52:53.409Z+ main
2512023-12-06T00:52:53.409Z+ [[ 0 != 0 ]]
2522023-12-06T00:52:53.409Z+ CIDL_OS=solaris2.11
2532023-12-06T00:52:53.409Z+ [[ 0 != 0 ]]
2542023-12-06T00:52:53.409Z+ configure_os solaris2.11
2552023-12-06T00:52:53.409Z+ echo 'current directory: /work/oxidecomputer/omicron'
2562023-12-06T00:52:53.409Zcurrent directory: /work/oxidecomputer/omicron
2572023-12-06T00:52:53.409Z+ echo 'configuring based on OS: "solaris2.11"'
2582023-12-06T00:52:53.410Zconfiguring based on OS: "solaris2.11"
2592023-12-06T00:52:53.410Z+ case "$1" in
2602023-12-06T00:52:53.410Z+ CIDL_BUILD=illumos
2612023-12-06T00:52:53.410Z+ CIDL_SUFFIX=tar.gz
2622023-12-06T00:52:53.410Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2632023-12-06T00:52:53.410Z+ CIDL_MD5FUNC=do_md5sum
2642023-12-06T00:52:53.410Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652023-12-06T00:52:53.410Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662023-12-06T00:52:53.410Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672023-12-06T00:52:53.410Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682023-12-06T00:52:53.410Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-12-06T00:52:53.410Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702023-12-06T00:52:53.410Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-12-06T00:52:53.410Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722023-12-06T00:52:53.410ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-12-06T00:52:53.410ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-12-06T00:52:53.410Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752023-12-06T00:52:53.410Z+ mkdir -p out/downloads
2762023-12-06T00:52:53.410Z+ mkdir -p ./out/cockroachdb
2772023-12-06T00:52:53.418Z+ local DO_DOWNLOAD=true
2782023-12-06T00:52:53.418Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792023-12-06T00:52:53.418Z+ '[' true == true ']'
2802023-12-06T00:52:53.418Z+ echo Downloading...
2812023-12-06T00:52:53.418ZDownloading...
2822023-12-06T00:52:53.418Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-06T00:52:53.418Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-12-06T00:52:57.182Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-12-06T00:52:57.186Z++ md5sum
2862023-12-06T00:52:57.186Z++ awk '{print $1}'
2872023-12-06T00:52:57.378Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2882023-12-06T00:52:57.378Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2892023-12-06T00:52:57.378Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-12-06T00:52:57.382Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2912023-12-06T00:53:00.751Z+ do_assemble_illumos
2922023-12-06T00:53:00.751Z+ rm -r ./out/cockroachdb
2932023-12-06T00:53:00.755Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2942023-12-06T00:53:01.456Z+ ./out/cockroachdb/bin/cockroach version
2952023-12-06T00:53:01.770ZBuild Tag: v22.1.9-dirty
2962023-12-06T00:53:01.770ZBuild Time: 2022/10/26 21:17:46
2972023-12-06T00:53:01.770ZDistribution: OSS
2982023-12-06T00:53:01.770ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2992023-12-06T00:53:01.770ZGo Version: go1.17.13
3002023-12-06T00:53:01.770ZC Compiler: gcc 10.3.0
3012023-12-06T00:53:01.770ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3022023-12-06T00:53:01.770ZBuild Type: release
3032023-12-06T00:53:01.795Z+ set -o errexit
3042023-12-06T00:53:01.799Z+++ dirname ./tools/ci_download_clickhouse
3052023-12-06T00:53:01.804Z++ cd ./tools
3062023-12-06T00:53:01.805Z++ pwd
3072023-12-06T00:53:01.805Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082023-12-06T00:53:01.805Z++ basename ./tools/ci_download_clickhouse
3092023-12-06T00:53:01.805Z+ ARG0=ci_download_clickhouse
3102023-12-06T00:53:01.805Z+ TARGET_DIR=out
3112023-12-06T00:53:01.805Z+ DOWNLOAD_DIR=out/downloads
3122023-12-06T00:53:01.805Z+ DEST_DIR=./out/clickhouse
3132023-12-06T00:53:01.805Z+ CIDL_VERSION=v22.8.9.24
3142023-12-06T00:53:01.805Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152023-12-06T00:53:01.805Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162023-12-06T00:53:01.805Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172023-12-06T00:53:01.805Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182023-12-06T00:53:01.805Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192023-12-06T00:53:01.805Z+ main
3202023-12-06T00:53:01.805Z+ [[ 0 != 0 ]]
3212023-12-06T00:53:01.805Z+ CIDL_OS=solaris2.11
3222023-12-06T00:53:01.805Z+ [[ 0 != 0 ]]
3232023-12-06T00:53:01.805Z+ configure_os solaris2.11
3242023-12-06T00:53:01.809Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252023-12-06T00:53:01.809Zcurrent directory: /work/oxidecomputer/omicron
3262023-12-06T00:53:01.809Z+ echo 'configuring based on OS: "solaris2.11"'
3272023-12-06T00:53:01.809Zconfiguring based on OS: "solaris2.11"
3282023-12-06T00:53:01.809Z+ CIDL_DASHREV=
3292023-12-06T00:53:01.810Z+ case "$1" in
3302023-12-06T00:53:01.810Z+ CIDL_PLATFORM=illumos
3312023-12-06T00:53:01.810Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322023-12-06T00:53:01.810Z+ CIDL_MD5FUNC=do_md5sum
3332023-12-06T00:53:01.810Z+ CIDL_DASHREV=-1
3342023-12-06T00:53:01.810Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352023-12-06T00:53:01.810Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-12-06T00:53:01.810Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-12-06T00:53:01.810Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-12-06T00:53:01.810Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-12-06T00:53:01.810ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-12-06T00:53:01.810Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412023-12-06T00:53:01.810ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-12-06T00:53:01.810Z+ mkdir -p out/downloads
3432023-12-06T00:53:01.810Z+ mkdir -p ./out/clickhouse
3442023-12-06T00:53:01.814Z+ local DO_DOWNLOAD=true
3452023-12-06T00:53:01.814Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462023-12-06T00:53:01.814Z+ '[' true == true ']'
3472023-12-06T00:53:01.814Z+ echo Downloading...
3482023-12-06T00:53:01.814ZDownloading...
3492023-12-06T00:53:01.814Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-06T00:53:01.814Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-12-06T00:53:03.218Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-12-06T00:53:03.222Z++ md5sum
3532023-12-06T00:53:03.222Z++ awk '{print $1}'
3542023-12-06T00:53:03.478Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552023-12-06T00:53:03.478Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3562023-12-06T00:53:03.478Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572023-12-06T00:53:03.483Z+ mkdir -p ./out/clickhouse
3582023-12-06T00:53:03.483Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592023-12-06T00:53:08.337Z+ ./out/clickhouse/clickhouse server --version
3602023-12-06T00:53:08.394ZClickHouse server version 22.8.9.1.
3612023-12-06T00:53:08.416Z+ set -o errexit
3622023-12-06T00:53:08.420Z+++ dirname ./tools/ci_download_console
3632023-12-06T00:53:08.420Z++ cd ./tools
3642023-12-06T00:53:08.420Z++ pwd
3652023-12-06T00:53:08.420Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662023-12-06T00:53:08.420Z++ basename ./tools/ci_download_console
3672023-12-06T00:53:08.424Z+ ARG0=ci_download_console
3682023-12-06T00:53:08.424Z+ TARGET_DIR=out
3692023-12-06T00:53:08.424Z+ DOWNLOAD_DIR=out/downloads
3702023-12-06T00:53:08.424Z+ DEST_DIR=./out/console-assets
3712023-12-06T00:53:08.424Z+ source /work/oxidecomputer/omicron/tools/console_version
3722023-12-06T00:53:08.424Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3732023-12-06T00:53:08.424Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3742023-12-06T00:53:08.424Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3752023-12-06T00:53:08.424Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762023-12-06T00:53:08.424Z+ main
3772023-12-06T00:53:08.424Z+ [[ 0 != 0 ]]
3782023-12-06T00:53:08.424Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3792023-12-06T00:53:08.424ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3802023-12-06T00:53:08.424Z+ echo 'Local file: out/downloads/console.tar.gz'
3812023-12-06T00:53:08.424ZLocal file: out/downloads/console.tar.gz
3822023-12-06T00:53:08.424Z+ local DO_DOWNLOAD=true
3832023-12-06T00:53:08.424Z+ [[ -f out/downloads/console.tar.gz ]]
3842023-12-06T00:53:08.424Z+ mkdir -p out/downloads
3852023-12-06T00:53:08.428Z+ '[' true == true ']'
3862023-12-06T00:53:08.428Z+ echo Downloading...
3872023-12-06T00:53:08.428ZDownloading...
3882023-12-06T00:53:08.428Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3892023-12-06T00:53:08.428Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3902023-12-06T00:53:09.274Z++ do_sha256sum out/downloads/console.tar.gz
3912023-12-06T00:53:09.279Z++ case "$OSTYPE" in
3922023-12-06T00:53:09.279Z++ SHA=sha256sum
3932023-12-06T00:53:09.279Z++ sha256sum
3942023-12-06T00:53:09.279Z++ awk '{print $1}'
3952023-12-06T00:53:09.310Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3962023-12-06T00:53:09.310Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
3972023-12-06T00:53:09.310Z+ rm -rf ./out/console-assets
3982023-12-06T00:53:09.325Z+ mkdir -p ./out/console-assets
3992023-12-06T00:53:09.325Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002023-12-06T00:53:09.325Z+ mkdir -p ./out/console-assets
4012023-12-06T00:53:09.326Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022023-12-06T00:53:09.446Z+ set -o errexit
4032023-12-06T00:53:09.450Z+++ dirname ./tools/ci_download_maghemite_openapi
4042023-12-06T00:53:09.454Z++ cd ./tools
4052023-12-06T00:53:09.454Z++ pwd
4062023-12-06T00:53:09.454Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072023-12-06T00:53:09.454Z++ basename ./tools/ci_download_maghemite_openapi
4082023-12-06T00:53:09.454Z+ ARG0=ci_download_maghemite_openapi
4092023-12-06T00:53:09.454Z+ TARGET_DIR=out
4102023-12-06T00:53:09.454Z+ DOWNLOAD_DIR=out/downloads
4112023-12-06T00:53:09.459Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122023-12-06T00:53:09.459Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4132023-12-06T00:53:09.459Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4142023-12-06T00:53:09.459Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4152023-12-06T00:53:09.459Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4162023-12-06T00:53:09.459Z+ main
4172023-12-06T00:53:09.459Z+ [[ 0 != 0 ]]
4182023-12-06T00:53:09.459Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4192023-12-06T00:53:09.459ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4202023-12-06T00:53:09.459ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4212023-12-06T00:53:09.459Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4222023-12-06T00:53:09.460Z+ local DO_DOWNLOAD=true
4232023-12-06T00:53:09.460Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4242023-12-06T00:53:09.460Z+ mkdir -p out/downloads
4252023-12-06T00:53:09.460Z+ '[' true == true ']'
4262023-12-06T00:53:09.460Z+ echo Downloading...
4272023-12-06T00:53:09.460ZDownloading...
4282023-12-06T00:53:09.460Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4292023-12-06T00:53:09.460Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4302023-12-06T00:53:09.717Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4312023-12-06T00:53:09.718Z++ case "$OSTYPE" in
4322023-12-06T00:53:09.725Z++ SHA=sha256sum
4332023-12-06T00:53:09.725Z++ sha256sum
4342023-12-06T00:53:09.726Z++ awk '{print $1}'
4352023-12-06T00:53:09.726Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4362023-12-06T00:53:09.726Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4372023-12-06T00:53:09.726Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382023-12-06T00:53:09.726Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4392023-12-06T00:53:09.738Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4402023-12-06T00:53:09.739Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4412023-12-06T00:53:09.739Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4422023-12-06T00:53:09.739Z+ main
4432023-12-06T00:53:09.739Z+ [[ 0 != 0 ]]
4442023-12-06T00:53:09.739Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4452023-12-06T00:53:09.739ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4462023-12-06T00:53:09.739Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4472023-12-06T00:53:09.739ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4482023-12-06T00:53:09.740Z+ local DO_DOWNLOAD=true
4492023-12-06T00:53:09.740Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4502023-12-06T00:53:09.740Z+ mkdir -p out/downloads
4512023-12-06T00:53:09.740Z+ '[' true == true ']'
4522023-12-06T00:53:09.740Z+ echo Downloading...
4532023-12-06T00:53:09.740ZDownloading...
4542023-12-06T00:53:09.740Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4552023-12-06T00:53:09.741Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4562023-12-06T00:53:09.883Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4572023-12-06T00:53:09.887Z++ case "$OSTYPE" in
4582023-12-06T00:53:09.887Z++ SHA=sha256sum
4592023-12-06T00:53:09.887Z++ sha256sum
4602023-12-06T00:53:09.887Z++ awk '{print $1}'
4612023-12-06T00:53:09.891Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4622023-12-06T00:53:09.891Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4632023-12-06T00:53:09.899Z+ set -o errexit
4642023-12-06T00:53:09.903Z+++ dirname ./tools/ci_download_dendrite_openapi
4652023-12-06T00:53:09.907Z++ cd ./tools
4662023-12-06T00:53:09.907Z++ pwd
4672023-12-06T00:53:09.907Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682023-12-06T00:53:09.907Z++ basename ./tools/ci_download_dendrite_openapi
4692023-12-06T00:53:09.910Z+ ARG0=ci_download_dendrite_openapi
4702023-12-06T00:53:09.910Z+ TARGET_DIR=out
4712023-12-06T00:53:09.911Z+ DOWNLOAD_DIR=out/downloads
4722023-12-06T00:53:09.911Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-12-06T00:53:09.911Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
4742023-12-06T00:53:09.911Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4752023-12-06T00:53:09.911Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4762023-12-06T00:53:09.911Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4772023-12-06T00:53:09.911Z+ main
4782023-12-06T00:53:09.911Z+ [[ 0 != 0 ]]
4792023-12-06T00:53:09.911Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
4802023-12-06T00:53:09.911ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4812023-12-06T00:53:09.911ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4822023-12-06T00:53:09.911Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
4832023-12-06T00:53:09.911Z+ local DO_DOWNLOAD=true
4842023-12-06T00:53:09.911Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
4852023-12-06T00:53:09.911Z+ mkdir -p out/downloads
4862023-12-06T00:53:09.915Z+ '[' true == true ']'
4872023-12-06T00:53:09.915Z+ echo Downloading...
4882023-12-06T00:53:09.915ZDownloading...
4892023-12-06T00:53:09.915Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4902023-12-06T00:53:09.915Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4912023-12-06T00:53:10.087Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4922023-12-06T00:53:10.087Z++ case "$OSTYPE" in
4932023-12-06T00:53:10.091Z++ SHA=sha256sum
4942023-12-06T00:53:10.091Z++ sha256sum
4952023-12-06T00:53:10.091Z++ awk '{print $1}'
4962023-12-06T00:53:10.095Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4972023-12-06T00:53:10.095Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
4982023-12-06T00:53:10.101Z+ set -o errexit
4992023-12-06T00:53:10.104Z+++ dirname ./tools/ci_download_dendrite_stub
5002023-12-06T00:53:10.109Z++ cd ./tools
5012023-12-06T00:53:10.109Z++ pwd
5022023-12-06T00:53:10.109Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032023-12-06T00:53:10.109Z++ basename ./tools/ci_download_dendrite_stub
5042023-12-06T00:53:10.112Z+ ARG0=ci_download_dendrite_stub
5052023-12-06T00:53:10.113Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062023-12-06T00:53:10.113Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5072023-12-06T00:53:10.113Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5082023-12-06T00:53:10.113Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5092023-12-06T00:53:10.113Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102023-12-06T00:53:10.113Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5112023-12-06T00:53:10.113Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5122023-12-06T00:53:10.113Z+ TARGET_DIR=out
5132023-12-06T00:53:10.113Z+ DOWNLOAD_DIR=out/downloads
5142023-12-06T00:53:10.113Z+ DEST_DIR=./out/dendrite-stub
5152023-12-06T00:53:10.113Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162023-12-06T00:53:10.113Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172023-12-06T00:53:10.113Z+ REPO=oxidecomputer/dendrite
5182023-12-06T00:53:10.113Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5192023-12-06T00:53:10.113Z+ main
5202023-12-06T00:53:10.113Z+ [[ 0 != 0 ]]
5212023-12-06T00:53:10.113Z+ CIDL_OS=solaris2.11
5222023-12-06T00:53:10.113Z+ [[ 0 != 0 ]]
5232023-12-06T00:53:10.113Z+ configure_os solaris2.11
5242023-12-06T00:53:10.113Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252023-12-06T00:53:10.113Zcurrent directory: /work/oxidecomputer/omicron
5262023-12-06T00:53:10.113Z+ echo 'configuring based on OS: "solaris2.11"'
5272023-12-06T00:53:10.113Zconfiguring based on OS: "solaris2.11"
5282023-12-06T00:53:10.114Z+ case "$1" in
5292023-12-06T00:53:10.114Z+ SET_BINARIES=
5302023-12-06T00:53:10.114Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5312023-12-06T00:53:10.114Z+ CIDL_SHA256FUNC=do_sha256sum
5322023-12-06T00:53:10.114Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332023-12-06T00:53:10.114Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5342023-12-06T00:53:10.114Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352023-12-06T00:53:10.114Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5362023-12-06T00:53:10.114ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5372023-12-06T00:53:10.114ZLocal file: out/downloads/dendrite-stub.tar.gz
5382023-12-06T00:53:10.114Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5392023-12-06T00:53:10.114Z+ mkdir -p out/downloads
5402023-12-06T00:53:10.118Z+ mkdir -p ./out/dendrite-stub
5412023-12-06T00:53:10.118Z+ fetch_and_verify
5422023-12-06T00:53:10.118Z+ local DO_DOWNLOAD=true
5432023-12-06T00:53:10.118Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5442023-12-06T00:53:10.118Z+ '[' true == true ']'
5452023-12-06T00:53:10.118Z+ echo Downloading...
5462023-12-06T00:53:10.118ZDownloading...
5472023-12-06T00:53:10.118Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482023-12-06T00:53:10.118Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5492023-12-06T00:53:18.200Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502023-12-06T00:53:18.210Z++ sha256sum
5512023-12-06T00:53:18.210Z++ awk '{print $1}'
5522023-12-06T00:53:18.300Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5532023-12-06T00:53:18.300Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5542023-12-06T00:53:18.308Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552023-12-06T00:53:18.308Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562023-12-06T00:53:19.280Z+ do_assemble
5572023-12-06T00:53:19.280Z+ rm -r ./out/dendrite-stub
5582023-12-06T00:53:19.290Z+ mkdir ./out/dendrite-stub
5592023-12-06T00:53:19.300Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602023-12-06T00:53:19.440Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612023-12-06T00:53:19.451Z+ set -o errexit
5622023-12-06T00:53:19.459Z+++ dirname ./tools/ci_download_maghemite_mgd
5632023-12-06T00:53:19.459Z++ cd ./tools
5642023-12-06T00:53:19.459Z++ pwd
5652023-12-06T00:53:19.459Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662023-12-06T00:53:19.465Z++ basename ./tools/ci_download_maghemite_mgd
5672023-12-06T00:53:19.465Z+ ARG0=ci_download_maghemite_mgd
5682023-12-06T00:53:19.465Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692023-12-06T00:53:19.465Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5702023-12-06T00:53:19.465Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5712023-12-06T00:53:19.465Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722023-12-06T00:53:19.465Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5732023-12-06T00:53:19.465Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5742023-12-06T00:53:19.465Z+ TARGET_DIR=out
5752023-12-06T00:53:19.466Z+ DOWNLOAD_DIR=out/downloads
5762023-12-06T00:53:19.466Z+ DEST_DIR=./out/mgd
5772023-12-06T00:53:19.466Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782023-12-06T00:53:19.466Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792023-12-06T00:53:19.466Z+ REPO=oxidecomputer/maghemite
5802023-12-06T00:53:19.466Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5812023-12-06T00:53:19.466Z+ main
5822023-12-06T00:53:19.466Z+ [[ 0 != 0 ]]
5832023-12-06T00:53:19.466Z+ CIDL_OS=solaris2.11
5842023-12-06T00:53:19.466Z+ [[ 0 != 0 ]]
5852023-12-06T00:53:19.466Z+ configure_os solaris2.11
5862023-12-06T00:53:19.466Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872023-12-06T00:53:19.466Zcurrent directory: /work/oxidecomputer/omicron
5882023-12-06T00:53:19.466Z+ echo 'configuring based on OS: "solaris2.11"'
5892023-12-06T00:53:19.466Z+ case "$1" in
5902023-12-06T00:53:19.466Zconfiguring based on OS: "solaris2.11"
5912023-12-06T00:53:19.466Z+ SET_BINARIES=
5922023-12-06T00:53:19.466Z+ CIDL_SHA256FUNC=do_sha256sum
5932023-12-06T00:53:19.466Z+ TARBALL_FILENAME=mgd.tar.gz
5942023-12-06T00:53:19.466Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5952023-12-06T00:53:19.466Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962023-12-06T00:53:19.466Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
5972023-12-06T00:53:19.466ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5982023-12-06T00:53:19.466Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992023-12-06T00:53:19.466ZLocal file: out/downloads/mgd.tar.gz
6002023-12-06T00:53:19.466Z+ mkdir -p out/downloads
6012023-12-06T00:53:19.467Z+ mkdir -p ./out/mgd
6022023-12-06T00:53:19.467Z+ fetch_and_verify
6032023-12-06T00:53:19.473Z+ local DO_DOWNLOAD=true
6042023-12-06T00:53:19.473Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052023-12-06T00:53:19.473Z+ '[' true == true ']'
6062023-12-06T00:53:19.473Z+ echo Downloading...
6072023-12-06T00:53:19.473ZDownloading...
6082023-12-06T00:53:19.473Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6092023-12-06T00:53:19.473Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6102023-12-06T00:53:26.028Z++ do_sha256sum out/downloads/mgd.tar.gz
6112023-12-06T00:53:26.033Z++ sha256sum
6122023-12-06T00:53:26.034Z++ awk '{print $1}'
6132023-12-06T00:53:26.106Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6142023-12-06T00:53:26.106Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6152023-12-06T00:53:26.110Z+ do_untar out/downloads/mgd.tar.gz
6162023-12-06T00:53:26.110Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172023-12-06T00:53:26.771Z+ do_assemble
6182023-12-06T00:53:26.771Z+ rm -r ./out/mgd
6192023-12-06T00:53:26.775Z+ mkdir ./out/mgd
6202023-12-06T00:53:26.779Z+ cp -r out/downloads/root ./out/mgd/root
6212023-12-06T00:53:27.000Z+ set -o errexit
6222023-12-06T00:53:27.016Z+++ dirname ./tools/ci_download_transceiver_control
6232023-12-06T00:53:27.017Z++ cd ./tools
6242023-12-06T00:53:27.017Z++ pwd
6252023-12-06T00:53:27.017Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262023-12-06T00:53:27.022Z++ basename ./tools/ci_download_transceiver_control
6272023-12-06T00:53:27.022Z+ ARG0=ci_download_transceiver_control
6282023-12-06T00:53:27.022Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292023-12-06T00:53:27.022Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302023-12-06T00:53:27.023Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312023-12-06T00:53:27.023Z+ TARGET_DIR=out
6322023-12-06T00:53:27.023Z+ DOWNLOAD_DIR=out/downloads
6332023-12-06T00:53:27.023Z+ DEST_DIR=./out/transceiver-control
6342023-12-06T00:53:27.023Z+ BIN_DIR=/opt/oxide/bin
6352023-12-06T00:53:27.023Z+ BINARY=xcvradm
6362023-12-06T00:53:27.023Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372023-12-06T00:53:27.023Z+ REPO=oxidecomputer/transceiver-control
6382023-12-06T00:53:27.023Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392023-12-06T00:53:27.023Z+ main
6402023-12-06T00:53:27.023Z+ [[ 0 != 0 ]]
6412023-12-06T00:53:27.023Z+ CIDL_OS=solaris2.11
6422023-12-06T00:53:27.024Z+ [[ 0 != 0 ]]
6432023-12-06T00:53:27.024Z+ configure_os solaris2.11
6442023-12-06T00:53:27.024Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452023-12-06T00:53:27.024Zcurrent directory: /work/oxidecomputer/omicron
6462023-12-06T00:53:27.024Z+ echo 'configuring based on OS: "solaris2.11"'
6472023-12-06T00:53:27.024Zconfiguring based on OS: "solaris2.11"
6482023-12-06T00:53:27.024Z+ case "$1" in
6492023-12-06T00:53:27.024Z+ SET_BINARIES=
6502023-12-06T00:53:27.024Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512023-12-06T00:53:27.024Z+ CIDL_SHA256FUNC=do_sha256sum
6522023-12-06T00:53:27.024Z+ ARCHIVE_FILENAME=xcvradm.gz
6532023-12-06T00:53:27.024Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542023-12-06T00:53:27.024Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552023-12-06T00:53:27.025Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562023-12-06T00:53:27.025ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572023-12-06T00:53:27.025ZLocal file: out/downloads/xcvradm.gz
6582023-12-06T00:53:27.025Z+ echo 'Local file: out/downloads/xcvradm.gz'
6592023-12-06T00:53:27.025Z+ mkdir -p out/downloads
6602023-12-06T00:53:27.025Z+ mkdir -p ./out/transceiver-control
6612023-12-06T00:53:27.025Z+ fetch_and_verify
6622023-12-06T00:53:27.025Z+ local DO_DOWNLOAD=true
6632023-12-06T00:53:27.025Z+ [[ -f out/downloads/xcvradm.gz ]]
6642023-12-06T00:53:27.025Z+ '[' true == true ']'
6652023-12-06T00:53:27.025Z+ echo Downloading...
6662023-12-06T00:53:27.025ZDownloading...
6672023-12-06T00:53:27.025Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682023-12-06T00:53:27.026Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6692023-12-06T00:53:29.042Z++ do_sha256sum out/downloads/xcvradm.gz
6702023-12-06T00:53:29.046Z++ sha256sum
6712023-12-06T00:53:29.046Z++ awk '{print $1}'
6722023-12-06T00:53:29.066Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732023-12-06T00:53:29.066Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6742023-12-06T00:53:29.070Z+ do_unpack out/downloads/xcvradm.gz
6752023-12-06T00:53:29.070Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762023-12-06T00:53:29.070Z+ gzip -dc out/downloads/xcvradm.gz
6772023-12-06T00:53:29.260Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782023-12-06T00:53:29.274Z+ do_assemble
6792023-12-06T00:53:29.274Z+ rm -r ./out/transceiver-control
6802023-12-06T00:53:29.274Z+ mkdir ./out/transceiver-control
6812023-12-06T00:53:29.274Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822023-12-06T00:53:29.496ZAll prerequisites installed successfully
6832023-12-06T00:53:29.500Z
6842023-12-06T00:53:29.500Zreal 2:07.938582094
6852023-12-06T00:53:29.500Zuser 54.941565501
6862023-12-06T00:53:29.500Zsys 10.257917066
6872023-12-06T00:53:29.500Ztrap 0.022296303
6882023-12-06T00:53:29.500Ztflt 0.339539197
6892023-12-06T00:53:29.500Zdflt 0.530698592
6902023-12-06T00:53:29.500Zkflt 0.326892046
6912023-12-06T00:53:29.500Zlock 1.918317110
6922023-12-06T00:53:29.501Zslp 3:54.724531216
6932023-12-06T00:53:29.501Zlat 3.461459256
6942023-12-06T00:53:29.501Zstop 0.070284046
6952023-12-06T00:53:29.501Z+ banner end-to-end-tests
6962023-12-06T00:53:29.631Z
6972023-12-06T00:53:29.631Z ###### # # ##### ##### #### ###### # # #####
6982023-12-06T00:53:29.632Z # ## # # # # # # # ## # # #
6992023-12-06T00:53:29.632Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002023-12-06T00:53:29.632Z # # # # # # # # # # # # # # #
7012023-12-06T00:53:29.632Z # # ## # # # # # # # ## # #
7022023-12-06T00:53:29.632Z ###### # # ##### # #### ###### # # #####
7032023-12-06T00:53:29.632Z
7042023-12-06T00:53:29.635Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052023-12-06T00:53:29.635Z+ CARGO_PROFILE_DEV_DEBUG=1
7062023-12-06T00:53:29.635Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072023-12-06T00:53:29.635Z+ CARGO_PROFILE_TEST_DEBUG=1
7082023-12-06T00:53:29.635Z+ export CARGO_INCREMENTAL=0
7092023-12-06T00:53:29.635Z+ CARGO_INCREMENTAL=0
7102023-12-06T00:53:29.635Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112023-12-06T00:53:29.980Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122023-12-06T00:53:30.357Z Updating crates.io index
7132023-12-06T00:53:30.409Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7142023-12-06T00:53:31.206Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7152023-12-06T00:53:33.007Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7162023-12-06T00:53:33.785Z Updating git repository `http://github.com/oxidecomputer/tofino`
7172023-12-06T00:53:34.113Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7182023-12-06T00:53:34.412Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7192023-12-06T00:53:34.740Z Updating git repository `https://github.com/oxidecomputer/propolis`
7202023-12-06T00:53:35.610Z Updating git repository `https://github.com/oxidecomputer/crucible`
7212023-12-06T00:53:37.919Z Updating git repository `https://github.com/oxidecomputer/opte`
7222023-12-06T00:53:38.925Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7232023-12-06T00:53:39.280Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7242023-12-06T00:53:39.890Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7252023-12-06T00:53:40.232Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7262023-12-06T00:53:40.563Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7272023-12-06T00:53:41.122Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7282023-12-06T00:53:41.485Z Updating git repository `https://github.com/njaremko/samael`
7292023-12-06T00:53:41.944Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7302023-12-06T00:53:42.631Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7312023-12-06T00:53:43.030Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7322023-12-06T00:53:43.415Z Updating git repository `https://github.com/jgallagher/nix`
7332023-12-06T00:53:44.629Z Updating git repository `https://github.com/cbiffle/hubpack`
7342023-12-06T00:53:45.120Z Updating git repository `https://github.com/oxidecomputer/typify`
7352023-12-06T00:53:46.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7362023-12-06T00:53:46.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7372023-12-06T00:53:46.865Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7382023-12-06T00:53:48.258Z Downloading crates ...
7392023-12-06T00:53:48.508Z Downloaded ctr v0.9.2
7402023-12-06T00:53:48.514Z Downloaded crypto-common v0.1.6
7412023-12-06T00:53:48.543Z Downloaded crossbeam-epoch v0.9.15
7422023-12-06T00:53:48.547Z Downloaded new_debug_unreachable v1.0.4
7432023-12-06T00:53:48.547Z Downloaded option-ext v0.2.0
7442023-12-06T00:53:48.547Z Downloaded atomicwrites v0.4.2
7452023-12-06T00:53:48.547Z Downloaded percent-encoding v2.3.1
7462023-12-06T00:53:48.547Z Downloaded num_threads v0.1.6
7472023-12-06T00:53:48.547Z Downloaded dirs v5.0.1
7482023-12-06T00:53:48.547Z Downloaded data-encoding v2.4.0
7492023-12-06T00:53:48.551Z Downloaded precomputed-hash v0.1.1
7502023-12-06T00:53:48.554Z Downloaded crossbeam-utils v0.8.16
7512023-12-06T00:53:48.558Z Downloaded ppv-lite86 v0.2.17
7522023-12-06T00:53:48.563Z Downloaded dof v0.1.5
7532023-12-06T00:53:48.567Z Downloaded openssl-macros v0.1.1
7542023-12-06T00:53:48.571Z Downloaded async-stream-impl v0.3.5
7552023-12-06T00:53:48.575Z Downloaded tokio-macros v2.2.0
7562023-12-06T00:53:48.579Z Downloaded curve25519-dalek-derive v0.1.0
7572023-12-06T00:53:48.582Z Downloaded dirs-sys-next v0.1.2
7582023-12-06T00:53:48.586Z Downloaded predicates v3.0.4
7592023-12-06T00:53:48.590Z Downloaded opaque-debug v0.3.0
7602023-12-06T00:53:48.593Z Downloaded phf v0.11.2
7612023-12-06T00:53:48.597Z Downloaded quote v1.0.33
7622023-12-06T00:53:48.603Z Downloaded addr2line v0.21.0
7632023-12-06T00:53:48.610Z Downloaded r2d2 v0.8.10
7642023-12-06T00:53:48.615Z Downloaded pem v1.1.1
7652023-12-06T00:53:48.619Z Downloaded ciborium-io v0.2.1
7662023-12-06T00:53:48.622Z Downloaded crucible-workspace-hack v0.1.0
7672023-12-06T00:53:48.626Z Downloaded normalize-line-endings v0.3.0
7682023-12-06T00:53:48.626Z Downloaded proc-macro-error-attr v1.0.4
7692023-12-06T00:53:48.629Z Downloaded pretty-hex v0.2.1
7702023-12-06T00:53:48.632Z Downloaded doc-comment v0.3.3
7712023-12-06T00:53:48.636Z Downloaded diesel_table_macro_syntax v0.1.0
7722023-12-06T00:53:48.636Z Downloaded blowfish v0.9.1
7732023-12-06T00:53:48.639Z Downloaded memoffset v0.9.0
7742023-12-06T00:53:48.643Z Downloaded ciborium-ll v0.2.1
7752023-12-06T00:53:48.643Z Downloaded rand_core v0.5.1
7762023-12-06T00:53:48.646Z Downloaded byteorder v1.5.0
7772023-12-06T00:53:48.650Z Downloaded resolv-conf v0.7.0
7782023-12-06T00:53:48.654Z Downloaded tower-service v0.3.2
7792023-12-06T00:53:48.660Z Downloaded anyhow v1.0.75
7802023-12-06T00:53:48.664Z Downloaded instant v0.1.12
7812023-12-06T00:53:48.667Z Downloaded foreign-types-shared v0.3.1
7822023-12-06T00:53:48.670Z Downloaded pretty-hex v0.4.0
7832023-12-06T00:53:48.674Z Downloaded cfg-if v1.0.0
7842023-12-06T00:53:48.674Z Downloaded block-padding v0.3.3
7852023-12-06T00:53:48.677Z Downloaded paste v1.0.14
7862023-12-06T00:53:48.681Z Downloaded pkg-config v0.3.27
7872023-12-06T00:53:48.686Z Downloaded pbkdf2 v0.11.0
7882023-12-06T00:53:48.689Z Downloaded nibble_vec v0.1.0
7892023-12-06T00:53:48.693Z Downloaded parse-display-derive v0.8.2
7902023-12-06T00:53:48.696Z Downloaded pem v3.0.2
7912023-12-06T00:53:48.699Z Downloaded predicates-core v1.0.6
7922023-12-06T00:53:48.699Z Downloaded pbkdf2 v0.12.2
7932023-12-06T00:53:48.703Z Downloaded openssl-sys v0.9.96
7942023-12-06T00:53:48.711Z Downloaded postgres-protocol v0.6.6
7952023-12-06T00:53:48.716Z Downloaded take_mut v0.2.2
7962023-12-06T00:53:48.721Z Downloaded form_urlencoded v1.2.1
7972023-12-06T00:53:48.721Z Downloaded zeroize v1.7.0
7982023-12-06T00:53:48.724Z Downloaded clap_lex v0.5.1
7992023-12-06T00:53:48.724Z Downloaded bzip2 v0.4.4
8002023-12-06T00:53:48.728Z Downloaded inout v0.1.3
8012023-12-06T00:53:48.732Z Downloaded foreign-types-macros v0.2.3
8022023-12-06T00:53:48.732Z Downloaded der v0.7.8
8032023-12-06T00:53:48.744Z Downloaded serde_urlencoded v0.7.1
8042023-12-06T00:53:48.747Z Downloaded float-cmp v0.9.0
8052023-12-06T00:53:48.750Z Downloaded tokio-stream v0.1.14
8062023-12-06T00:53:48.755Z Downloaded usdt-attr-macro v0.3.5
8072023-12-06T00:53:48.758Z Downloaded futures-core v0.3.29
8082023-12-06T00:53:48.762Z Downloaded hostname v0.3.1
8092023-12-06T00:53:48.765Z Downloaded rand_chacha v0.2.2
8102023-12-06T00:53:48.765Z Downloaded parking_lot_core v0.9.8
8112023-12-06T00:53:48.769Z Downloaded mime_guess v2.0.4
8122023-12-06T00:53:48.773Z Downloaded arc-swap v1.6.0
8132023-12-06T00:53:48.780Z Downloaded stringprep v0.1.3
8142023-12-06T00:53:48.783Z Downloaded russh-cryptovec v0.7.0
8152023-12-06T00:53:48.787Z Downloaded ipnetwork v0.20.0
8162023-12-06T00:53:48.790Z Downloaded openssl-probe v0.1.5
8172023-12-06T00:53:48.790Z Downloaded debug-ignore v1.0.5
8182023-12-06T00:53:48.794Z Downloaded slog-dtrace v0.2.3
8192023-12-06T00:53:48.797Z Downloaded version_check v0.9.4
8202023-12-06T00:53:48.800Z Downloaded time-macros v0.2.13
8212023-12-06T00:53:48.804Z Downloaded generic-array v0.14.7
8222023-12-06T00:53:48.808Z Downloaded ucd-trie v0.1.6
8232023-12-06T00:53:48.811Z Downloaded sha1 v0.10.6
8242023-12-06T00:53:48.818Z Downloaded ident_case v1.0.1
8252023-12-06T00:53:48.818Z Downloaded hubpack_derive v0.1.1
8262023-12-06T00:53:48.821Z Downloaded uuid v1.6.1
8272023-12-06T00:53:48.824Z Downloaded want v0.3.1
8282023-12-06T00:53:48.828Z Downloaded md5 v0.7.0
8292023-12-06T00:53:48.828Z Downloaded structopt-derive v0.4.18
8302023-12-06T00:53:48.831Z Downloaded filetime v0.2.22
8312023-12-06T00:53:48.834Z Downloaded signature v2.1.0
8322023-12-06T00:53:48.838Z Downloaded tokio-rustls v0.24.1
8332023-12-06T00:53:48.841Z Downloaded chacha20poly1305 v0.10.1
8342023-12-06T00:53:48.845Z Downloaded getrandom v0.2.10
8352023-12-06T00:53:48.850Z Downloaded fastrand v2.0.0
8362023-12-06T00:53:48.853Z Downloaded tinyvec_macros v0.1.1
8372023-12-06T00:53:48.857Z Downloaded whoami v1.4.1
8382023-12-06T00:53:48.860Z Downloaded bytes v1.5.0
8392023-12-06T00:53:48.864Z Downloaded thread_local v1.1.7
8402023-12-06T00:53:48.868Z Downloaded slog v2.7.0
8412023-12-06T00:53:48.874Z Downloaded pin-project v1.1.3
8422023-12-06T00:53:48.894Z Downloaded try-lock v0.2.4
8432023-12-06T00:53:48.898Z Downloaded strum v0.25.0
8442023-12-06T00:53:48.898Z Downloaded hyper-tls v0.5.0
8452023-12-06T00:53:48.904Z Downloaded thiserror-impl-no-std v2.0.2
8462023-12-06T00:53:48.908Z Downloaded rand v0.7.3
8472023-12-06T00:53:48.912Z Downloaded untrusted v0.7.1
8482023-12-06T00:53:48.916Z Downloaded static_assertions v1.1.0
8492023-12-06T00:53:48.919Z Downloaded serde_path_to_error v0.1.14
8502023-12-06T00:53:48.923Z Downloaded proc-macro-crate v1.3.1
8512023-12-06T00:53:48.923Z Downloaded log v0.4.20
8522023-12-06T00:53:48.927Z Downloaded zone_cfg_derive v0.3.0
8532023-12-06T00:53:48.931Z Downloaded serde_tokenstream v0.2.0
8542023-12-06T00:53:48.935Z Downloaded lazy_static v1.4.0
8552023-12-06T00:53:48.939Z Downloaded pest_derive v2.7.2
8562023-12-06T00:53:48.942Z Downloaded lalrpop-util v0.19.12
8572023-12-06T00:53:48.943Z Downloaded base64 v0.21.5
8582023-12-06T00:53:48.949Z Downloaded smallvec v1.11.0
8592023-12-06T00:53:48.954Z Downloaded foreign-types v0.3.2
8602023-12-06T00:53:48.957Z Downloaded httpdate v1.0.3
8612023-12-06T00:53:48.960Z Downloaded yasna v0.5.2
8622023-12-06T00:53:48.964Z Downloaded http-body v0.4.5
8632023-12-06T00:53:48.964Z Downloaded same-file v1.0.6
8642023-12-06T00:53:48.967Z Downloaded endian-type v0.1.2
8652023-12-06T00:53:48.971Z Downloaded russh-keys v0.38.0
8662023-12-06T00:53:48.974Z Downloaded time-core v0.1.1
8672023-12-06T00:53:48.974Z Downloaded waitgroup v0.1.2
8682023-12-06T00:53:48.981Z Downloaded slog-json v2.6.1
8692023-12-06T00:53:48.981Z Downloaded slog-scope v4.4.0
8702023-12-06T00:53:48.984Z Downloaded strum_macros v0.25.2
8712023-12-06T00:53:48.984Z Downloaded semver v1.0.20
8722023-12-06T00:53:48.988Z Downloaded zerocopy v0.6.4
8732023-12-06T00:53:48.992Z Downloaded slog-async v2.8.0
8742023-12-06T00:53:48.996Z Downloaded rustversion v1.0.14
8752023-12-06T00:53:48.999Z Downloaded kstat-rs v0.2.3
8762023-12-06T00:53:49.003Z Downloaded slog-bunyan v2.4.0
8772023-12-06T00:53:49.006Z Downloaded term v0.7.0
8782023-12-06T00:53:49.010Z Downloaded keccak v0.1.4
8792023-12-06T00:53:49.014Z Downloaded universal-hash v0.5.1
8802023-12-06T00:53:49.017Z Downloaded tokio-native-tls v0.3.1
8812023-12-06T00:53:49.017Z Downloaded futures-task v0.3.29
8822023-12-06T00:53:49.021Z Downloaded heapless v0.7.16
8832023-12-06T00:53:49.026Z Downloaded thiserror v1.0.49
8842023-12-06T00:53:49.033Z Downloaded serde_derive_internals v0.26.0
8852023-12-06T00:53:49.037Z Downloaded match_cfg v0.1.0
8862023-12-06T00:53:49.040Z Downloaded itoa v1.0.9
8872023-12-06T00:53:49.040Z Downloaded matches v0.1.10
8882023-12-06T00:53:49.044Z Downloaded http-range v0.1.5
8892023-12-06T00:53:49.044Z Downloaded serde_spanned v0.6.4
8902023-12-06T00:53:49.047Z Downloaded smf v0.2.2
8912023-12-06T00:53:49.048Z Downloaded libefi-sys v0.1.0
8922023-12-06T00:53:49.056Z Downloaded tempfile v3.8.1
8932023-12-06T00:53:49.060Z Downloaded schemars_derive v0.8.13
8942023-12-06T00:53:49.060Z Downloaded unicode-ident v1.0.12
8952023-12-06T00:53:49.066Z Downloaded walkdir v2.4.0
8962023-12-06T00:53:49.067Z Downloaded siphasher v0.3.11
8972023-12-06T00:53:49.067Z Downloaded tar v0.4.40
8982023-12-06T00:53:49.071Z Downloaded toml v0.5.11
8992023-12-06T00:53:49.075Z Downloaded unicode-segmentation v1.10.1
9002023-12-06T00:53:49.081Z Downloaded spin v0.5.2
9012023-12-06T00:53:49.085Z Downloaded synstructure v0.12.6
9022023-12-06T00:53:49.088Z Downloaded ff v0.13.0
9032023-12-06T00:53:49.088Z Downloaded lock_api v0.4.10
9042023-12-06T00:53:49.092Z Downloaded linked-hash-map v0.5.6
9052023-12-06T00:53:49.095Z Downloaded zip v0.6.6
9062023-12-06T00:53:49.100Z Downloaded scopeguard v1.2.0
9072023-12-06T00:53:49.103Z Downloaded half v1.8.2
9082023-12-06T00:53:49.106Z Downloaded serde_derive v1.0.192
9092023-12-06T00:53:49.110Z Downloaded structmeta-derive v0.2.0
9102023-12-06T00:53:49.114Z Downloaded stable_deref_trait v1.2.0
9112023-12-06T00:53:49.117Z Downloaded serde_tokenstream v0.1.7
9122023-12-06T00:53:49.121Z Downloaded tracing-attributes v0.1.26
9132023-12-06T00:53:49.129Z Downloaded usdt-impl v0.3.5
9142023-12-06T00:53:49.132Z Downloaded slog-stdlog v4.1.1
9152023-12-06T00:53:49.132Z Downloaded fallible-iterator v0.2.0
9162023-12-06T00:53:49.132Z Downloaded password-hash v0.4.2
9172023-12-06T00:53:49.136Z Downloaded schemars v0.8.13
9182023-12-06T00:53:49.153Z Downloaded snafu-derive v0.7.5
9192023-12-06T00:53:49.157Z Downloaded serde_repr v0.1.16
9202023-12-06T00:53:49.160Z Downloaded sct v0.7.0
9212023-12-06T00:53:49.165Z Downloaded rustc-demangle v0.1.23
9222023-12-06T00:53:49.169Z Downloaded unicode-bidi v0.3.13
9232023-12-06T00:53:49.173Z Downloaded miniz_oxide v0.7.1
9242023-12-06T00:53:49.176Z Downloaded tokio-postgres v0.7.10
9252023-12-06T00:53:49.185Z Downloaded diesel_derives v2.1.2
9262023-12-06T00:53:49.198Z Downloaded hashbrown v0.13.2
9272023-12-06T00:53:49.210Z Downloaded regex-automata v0.1.10
9282023-12-06T00:53:49.630Z Downloaded toml v0.8.8
9292023-12-06T00:53:49.630Z Downloaded toml_edit v0.21.0
9302023-12-06T00:53:49.637Z Downloaded typenum v1.16.0
9312023-12-06T00:53:49.637Z Downloaded trust-dns-client v0.22.0
9322023-12-06T00:53:49.637Z Downloaded toml_edit v0.19.15
9332023-12-06T00:53:49.637Z Downloaded http v0.2.11
9342023-12-06T00:53:49.637Z Downloaded ed25519-dalek v2.0.0
9352023-12-06T00:53:49.637Z Downloaded petgraph v0.6.4
9362023-12-06T00:53:49.638Z Downloaded time v0.3.27
9372023-12-06T00:53:49.638Z Downloaded itertools v0.12.0
9382023-12-06T00:53:49.638Z Downloaded russh v0.39.0
9392023-12-06T00:53:49.638Z Downloaded serde_json v1.0.108
9402023-12-06T00:53:49.638Z Downloaded tokio-util v0.7.10
9412023-12-06T00:53:49.639Z Downloaded futures-util v0.3.29
9422023-12-06T00:53:49.639Z Downloaded unicode-normalization v0.1.22
9432023-12-06T00:53:49.639Z Downloaded smoltcp v0.8.2
9442023-12-06T00:53:49.640Z Downloaded hyper v0.14.27
9452023-12-06T00:53:49.640Z Downloaded hkdf v0.12.3
9462023-12-06T00:53:49.640Z Downloaded regex-syntax v0.8.2
9472023-12-06T00:53:49.640Z Downloaded idna v0.2.3
9482023-12-06T00:53:49.640Z Downloaded rustls-webpki v0.101.7
9492023-12-06T00:53:49.640Z Downloaded syn v2.0.32
9502023-12-06T00:53:49.640Z Downloaded webpki-roots v0.25.2
9512023-12-06T00:53:49.640Z Downloaded rustix v0.37.23
9522023-12-06T00:53:49.640Z Downloaded regex-syntax v0.7.5
9532023-12-06T00:53:49.640Z Downloaded gimli v0.28.0
9542023-12-06T00:53:49.640Z Downloaded syn v1.0.109
9552023-12-06T00:53:49.640Z Downloaded zerocopy-derive v0.6.4
9562023-12-06T00:53:49.640Z Downloaded bstr v0.2.17
9572023-12-06T00:53:49.649Z Downloaded regex-automata v0.3.8
9582023-12-06T00:53:49.680Z Downloaded bstr v1.6.0
9592023-12-06T00:53:49.701Z Downloaded sha3 v0.10.8
9602023-12-06T00:53:49.713Z Downloaded openapiv3 v2.0.0-rc.1
9612023-12-06T00:53:49.738Z Downloaded rustix v0.38.25
9622023-12-06T00:53:49.773Z Downloaded regex-automata v0.4.3
9632023-12-06T00:53:49.803Z Downloaded smoltcp v0.9.1
9642023-12-06T00:53:49.823Z Downloaded zerocopy-derive v0.2.0
9652023-12-06T00:53:49.839Z Downloaded idna v0.5.0
9662023-12-06T00:53:49.853Z Downloaded bzip2-sys v0.1.11+1.0.8
9672023-12-06T00:53:49.873Z Downloaded sled v0.34.7
9682023-12-06T00:53:49.892Z Downloaded rustls v0.21.9
9692023-12-06T00:53:49.911Z Downloaded libc v0.2.150
9702023-12-06T00:53:49.958Z Downloaded tokio v1.34.0
9712023-12-06T00:53:50.025Z Downloaded curve25519-dalek v4.1.0
9722023-12-06T00:53:50.042Z Downloaded object v0.32.1
9732023-12-06T00:53:50.059Z Downloaded ring v0.17.5
9742023-12-06T00:53:50.192Z Downloaded trust-dns-proto v0.22.0
9752023-12-06T00:53:50.207Z Downloaded diesel v2.1.4
9762023-12-06T00:53:50.237Z Downloaded winapi v0.3.9
9772023-12-06T00:53:50.312Z Downloaded encoding_rs v0.8.33
9782023-12-06T00:53:50.355Z Downloaded regex v1.10.2
9792023-12-06T00:53:50.378Z Downloaded regress v0.7.1
9802023-12-06T00:53:50.392Z Downloaded hashbrown v0.14.2
9812023-12-06T00:53:50.402Z Downloaded chrono v0.4.31
9822023-12-06T00:53:50.418Z Downloaded vcpkg v0.2.15
9832023-12-06T00:53:50.495Z Downloaded clap v2.34.0
9842023-12-06T00:53:50.510Z Downloaded libm v0.2.7
9852023-12-06T00:53:50.526Z Downloaded serde_with v2.3.3
9862023-12-06T00:53:50.537Z Downloaded h2 v0.3.21
9872023-12-06T00:53:50.552Z Downloaded clap_builder v4.4.2
9882023-12-06T00:53:50.565Z Downloaded itertools v0.11.0
9892023-12-06T00:53:50.605Z Downloaded winnow v0.5.15
9902023-12-06T00:53:50.609Z Downloaded radix_trie v0.2.1
9912023-12-06T00:53:50.610Z Downloaded itertools v0.10.5
9922023-12-06T00:53:50.622Z Downloaded tracing v0.1.37
9932023-12-06T00:53:50.626Z Downloaded openssl v0.10.60
9942023-12-06T00:53:50.643Z Downloaded reqwest v0.11.22
9952023-12-06T00:53:50.656Z Downloaded tungstenite v0.20.1
9962023-12-06T00:53:50.661Z Downloaded flate2 v1.0.28
9972023-12-06T00:53:50.672Z Downloaded memchr v2.6.3
9982023-12-06T00:53:50.683Z Downloaded aes-gcm v0.10.3
9992023-12-06T00:53:50.693Z Downloaded aho-corasick v1.0.4
10002023-12-06T00:53:50.698Z Downloaded toml v0.7.8
10012023-12-06T00:53:50.704Z Downloaded structopt v0.3.26
10022023-12-06T00:53:50.721Z Downloaded ring v0.16.20
10032023-12-06T00:53:50.879Z Downloaded snafu v0.7.5
10042023-12-06T00:53:50.889Z Downloaded signal-hook v0.3.17
10052023-12-06T00:53:50.897Z Downloaded subprocess v0.2.9
10062023-12-06T00:53:50.901Z Downloaded unsafe-libyaml v0.2.9
10072023-12-06T00:53:50.906Z Downloaded vec_map v0.8.2
10082023-12-06T00:53:50.910Z Downloaded utf-8 v0.7.6
10092023-12-06T00:53:50.911Z Downloaded spki v0.7.2
10102023-12-06T00:53:50.915Z Downloaded ed25519 v2.2.2
10112023-12-06T00:53:50.915Z Downloaded ryu v1.0.15
10122023-12-06T00:53:50.920Z Downloaded similar v2.2.1
10132023-12-06T00:53:50.928Z Downloaded num-bigint v0.4.4
10142023-12-06T00:53:50.942Z Downloaded socket2 v0.4.9
10152023-12-06T00:53:50.946Z Downloaded tracing-core v0.1.31
10162023-12-06T00:53:50.946Z Downloaded hashbrown v0.12.3
10172023-12-06T00:53:50.951Z Downloaded slab v0.4.9
10182023-12-06T00:53:50.955Z Downloaded string_cache v0.8.7
10192023-12-06T00:53:50.960Z Downloaded strsim v0.8.0
10202023-12-06T00:53:50.960Z Downloaded sha2 v0.10.8
10212023-12-06T00:53:50.965Z Downloaded hyper-rustls v0.24.2
10222023-12-06T00:53:50.975Z Downloaded vsss-rs v3.3.1
10232023-12-06T00:53:50.979Z Downloaded tinyvec v1.6.0
10242023-12-06T00:53:50.979Z Downloaded httparse v1.8.0
10252023-12-06T00:53:50.979Z Downloaded headers v0.3.9
10262023-12-06T00:53:50.987Z Downloaded socket2 v0.5.5
10272023-12-06T00:53:50.992Z Downloaded serde_yaml v0.9.25
10282023-12-06T00:53:50.997Z Downloaded trust-dns-server v0.22.1
10292023-12-06T00:53:51.006Z Downloaded futures-sink v0.3.29
10302023-12-06T00:53:51.012Z Downloaded structmeta v0.2.0
10312023-12-06T00:53:51.012Z Downloaded mio v0.8.9
10322023-12-06T00:53:51.021Z Downloaded indexmap v1.9.3
10332023-12-06T00:53:51.025Z Downloaded pest v2.7.2
10342023-12-06T00:53:51.033Z Downloaded semver-parser v0.10.2
10352023-12-06T00:53:51.038Z Downloaded fixedbitset v0.4.2
10362023-12-06T00:53:51.042Z Downloaded futures-channel v0.3.29
10372023-12-06T00:53:51.043Z Downloaded io-lifetimes v1.0.11
10382023-12-06T00:53:51.047Z Downloaded rustls-pemfile v1.0.3
10392023-12-06T00:53:51.052Z Downloaded rustls-native-certs v0.6.3
10402023-12-06T00:53:51.055Z Downloaded futures v0.3.29
10412023-12-06T00:53:51.061Z Downloaded slog-envlogger v2.2.0
10422023-12-06T00:53:51.064Z Downloaded scheduled-thread-pool v0.2.7
10432023-12-06T00:53:51.068Z Downloaded serde v1.0.192
10442023-12-06T00:53:51.071Z Downloaded crypto-bigint v0.5.2
10452023-12-06T00:53:51.084Z Downloaded trust-dns-resolver v0.22.0
10462023-12-06T00:53:51.092Z Downloaded crossbeam-channel v0.5.8
10472023-12-06T00:53:51.096Z Downloaded ghash v0.5.0
10482023-12-06T00:53:51.100Z Downloaded untrusted v0.9.0
10492023-12-06T00:53:51.100Z Downloaded rand v0.8.5
10502023-12-06T00:53:51.107Z Downloaded backtrace v0.3.69
10512023-12-06T00:53:51.115Z Downloaded elliptic-curve v0.13.5
10522023-12-06T00:53:51.120Z Downloaded url v2.5.0
10532023-12-06T00:53:51.126Z Downloaded lru-cache v0.1.2
10542023-12-06T00:53:51.131Z Downloaded num v0.4.1
10552023-12-06T00:53:51.131Z Downloaded macaddr v1.0.1
10562023-12-06T00:53:51.141Z Downloaded hex-literal v0.4.1
10572023-12-06T00:53:51.142Z Downloaded thiserror-no-std v2.0.2
10582023-12-06T00:53:51.157Z Downloaded md-5 v0.10.5
10592023-12-06T00:53:51.157Z Downloaded getopts v0.2.21
10602023-12-06T00:53:51.157Z Downloaded textwrap v0.11.0
10612023-12-06T00:53:51.170Z Downloaded serde_with_macros v2.3.3
10622023-12-06T00:53:51.170Z Downloaded indexmap v2.1.0
10632023-12-06T00:53:51.170Z Downloaded strsim v0.10.0
10642023-12-06T00:53:51.171Z Downloaded signal-hook-registry v1.4.1
10652023-12-06T00:53:51.171Z Downloaded terminal_size v0.2.6
10662023-12-06T00:53:51.171Z Downloaded num_cpus v1.16.0
10672023-12-06T00:53:51.176Z Downloaded hyper-staticfile v0.9.5
10682023-12-06T00:53:51.176Z Downloaded subtle v2.5.0
10692023-12-06T00:53:51.176Z Downloaded iana-time-zone v0.1.57
10702023-12-06T00:53:51.176Z Downloaded hmac v0.12.1
10712023-12-06T00:53:51.184Z Downloaded darling_core v0.20.3
10722023-12-06T00:53:51.188Z Downloaded cc v1.0.83
10732023-12-06T00:53:51.192Z Downloaded proc-macro2 v1.0.69
10742023-12-06T00:53:51.195Z Downloaded rcgen v0.11.3
10752023-12-06T00:53:51.199Z Downloaded thiserror-impl v1.0.49
10762023-12-06T00:53:51.202Z Downloaded hex v0.4.3
10772023-12-06T00:53:51.206Z Downloaded heck v0.4.1
10782023-12-06T00:53:51.206Z Downloaded zerocopy v0.3.0
10792023-12-06T00:53:51.209Z Downloaded thread-id v4.2.0
10802023-12-06T00:53:51.209Z Downloaded rustfmt-wrapper v0.2.0
10812023-12-06T00:53:51.212Z Downloaded managed v0.8.0
10822023-12-06T00:53:51.216Z Downloaded secrecy v0.8.0
10832023-12-06T00:53:51.216Z Downloaded spin v0.9.8
10842023-12-06T00:53:51.219Z Downloaded zone v0.3.0
10852023-12-06T00:53:51.222Z Downloaded glob v0.3.1
10862023-12-06T00:53:51.223Z Downloaded signal-hook-mio v0.2.3
10872023-12-06T00:53:51.226Z Downloaded const-oid v0.9.5
10882023-12-06T00:53:51.230Z Downloaded usdt-macro v0.3.5
10892023-12-06T00:53:51.230Z Downloaded parking_lot v0.12.1
10902023-12-06T00:53:51.234Z Downloaded blake2 v0.10.6
10912023-12-06T00:53:51.238Z Downloaded futures-executor v0.3.29
10922023-12-06T00:53:51.241Z Downloaded getrandom v0.1.16
10932023-12-06T00:53:51.246Z Downloaded foreign-types v0.5.0
10942023-12-06T00:53:51.246Z Downloaded once_cell v1.18.0
10952023-12-06T00:53:51.249Z Downloaded heck v0.3.3
10962023-12-06T00:53:51.253Z Downloaded errno v0.3.2
10972023-12-06T00:53:51.257Z Downloaded either v1.9.0
10982023-12-06T00:53:51.257Z Downloaded clap v4.4.3
10992023-12-06T00:53:51.271Z Downloaded console v0.15.7
11002023-12-06T00:53:51.279Z Downloaded num-traits v0.2.16
11012023-12-06T00:53:51.284Z Downloaded ipnet v2.8.0
11022023-12-06T00:53:51.288Z Downloaded group v0.13.0
11032023-12-06T00:53:51.291Z Downloaded rustc_version v0.4.0
11042023-12-06T00:53:51.295Z Downloaded semver v0.11.0
11052023-12-06T00:53:51.300Z Downloaded base64ct v1.6.0
11062023-12-06T00:53:51.304Z Downloaded slog-term v2.9.0
11072023-12-06T00:53:51.311Z Downloaded hubpack v0.1.2
11082023-12-06T00:53:51.315Z Downloaded zeroize_derive v1.4.2
11092023-12-06T00:53:51.319Z Downloaded postcard v0.7.3
11102023-12-06T00:53:51.323Z Downloaded num-derive v0.4.0
11112023-12-06T00:53:51.327Z Downloaded multer v2.1.0
11122023-12-06T00:53:51.334Z Downloaded tokio-tungstenite v0.20.1
11132023-12-06T00:53:51.342Z Downloaded rand_core v0.6.4
11142023-12-06T00:53:51.348Z Downloaded futures-io v0.3.29
11152023-12-06T00:53:51.348Z Downloaded postgres-types v0.2.6
11162023-12-06T00:53:51.351Z Downloaded num-rational v0.4.1
11172023-12-06T00:53:51.356Z Downloaded hash32 v0.2.1
11182023-12-06T00:53:51.360Z Downloaded poly1305 v0.8.0
11192023-12-06T00:53:51.364Z Downloaded num_enum_derive v0.5.11
11202023-12-06T00:53:51.368Z Downloaded is-terminal v0.4.9
11212023-12-06T00:53:51.368Z Downloaded foreign-types-shared v0.1.1
11222023-12-06T00:53:51.371Z Downloaded equivalent v1.0.1
11232023-12-06T00:53:51.371Z Downloaded darling v0.20.3
11242023-12-06T00:53:51.379Z Downloaded proc-macro-error v1.0.4
11252023-12-06T00:53:51.388Z Downloaded bitflags v2.4.0
11262023-12-06T00:53:51.396Z Downloaded cbc v0.1.2
11272023-12-06T00:53:51.399Z Downloaded futures-macro v0.3.29
11282023-12-06T00:53:51.403Z Downloaded fnv v1.0.7
11292023-12-06T00:53:51.403Z Downloaded enum-as-inner v0.5.1
11302023-12-06T00:53:51.407Z Downloaded home v0.5.5
11312023-12-06T00:53:51.410Z Downloaded base64 v0.13.1
11322023-12-06T00:53:51.416Z Downloaded crossterm v0.27.0
11332023-12-06T00:53:51.425Z Downloaded aes v0.8.3
11342023-12-06T00:53:51.431Z Downloaded argon2 v0.5.2
11352023-12-06T00:53:51.435Z Downloaded xattr v1.0.1
11362023-12-06T00:53:51.438Z Downloaded ciborium v0.2.1
11372023-12-06T00:53:51.441Z Downloaded cancel-safe-futures v0.1.5
11382023-12-06T00:53:51.446Z Downloaded camino v1.1.6
11392023-12-06T00:53:51.449Z Downloaded backoff v0.4.0
11402023-12-06T00:53:51.452Z Downloaded pest_generator v2.7.2
11412023-12-06T00:53:51.456Z Downloaded pest_meta v2.7.2
11422023-12-06T00:53:51.462Z Downloaded derive_more v0.99.17
11432023-12-06T00:53:51.472Z Downloaded headers-core v0.2.0
11442023-12-06T00:53:51.476Z Downloaded clap_derive v4.4.2
11452023-12-06T00:53:51.480Z Downloaded usdt v0.3.5
11462023-12-06T00:53:51.480Z Downloaded phf_shared v0.11.2
11472023-12-06T00:53:51.480Z Downloaded crc32fast v1.3.2
11482023-12-06T00:53:51.483Z Downloaded native-tls v0.2.11
11492023-12-06T00:53:51.487Z Downloaded fxhash v0.2.1
11502023-12-06T00:53:51.490Z Downloaded colored v2.0.4
11512023-12-06T00:53:51.496Z Downloaded unicode-width v0.1.11
11522023-12-06T00:53:51.496Z Downloaded unicase v2.7.0
11532023-12-06T00:53:51.500Z Downloaded unicode-xid v0.2.4
11542023-12-06T00:53:51.500Z Downloaded camino-tempfile v1.1.1
11552023-12-06T00:53:51.505Z Downloaded deranged v0.3.8
11562023-12-06T00:53:51.505Z Downloaded digest v0.10.7
11572023-12-06T00:53:51.508Z Downloaded polyval v0.6.1
11582023-12-06T00:53:51.512Z Downloaded bit-set v0.5.3
11592023-12-06T00:53:51.512Z Downloaded utf8parse v0.2.1
11602023-12-06T00:53:51.515Z Downloaded dirs-next v2.0.0
11612023-12-06T00:53:51.515Z Downloaded convert_case v0.4.0
11622023-12-06T00:53:51.519Z Downloaded rand_chacha v0.3.1
11632023-12-06T00:53:51.519Z Downloaded cpufeatures v0.2.9
11642023-12-06T00:53:51.523Z Downloaded mime v0.3.17
11652023-12-06T00:53:51.527Z Downloaded chacha20 v0.9.1
11662023-12-06T00:53:51.527Z Downloaded toml_datetime v0.6.5
11672023-12-06T00:53:51.530Z Downloaded pin-utils v0.1.0
11682023-12-06T00:53:51.531Z Downloaded autocfg v1.1.0
11692023-12-06T00:53:51.535Z Downloaded ahash v0.8.3
11702023-12-06T00:53:51.540Z Downloaded toolchain_find v0.2.0
11712023-12-06T00:53:51.540Z Downloaded num-iter v0.1.43
11722023-12-06T00:53:51.540Z Downloaded postcard-cobs v0.1.5-pre
11732023-12-06T00:53:51.544Z Downloaded cipher v0.4.4
11742023-12-06T00:53:51.544Z Downloaded num-integer v0.1.45
11752023-12-06T00:53:51.547Z Downloaded parse-display v0.8.2
11762023-12-06T00:53:51.555Z Downloaded cfg-if v0.1.10
11772023-12-06T00:53:51.556Z Downloaded dyn-clone v1.0.13
11782023-12-06T00:53:51.560Z Downloaded bcrypt-pbkdf v0.10.0
11792023-12-06T00:53:51.560Z Downloaded block-buffer v0.10.4
11802023-12-06T00:53:51.560Z Downloaded colorchoice v1.0.0
11812023-12-06T00:53:51.560Z Downloaded parking_lot v0.11.2
11822023-12-06T00:53:51.564Z Downloaded cstr-argument v0.1.2
11832023-12-06T00:53:51.564Z Downloaded darling_macro v0.20.3
11842023-12-06T00:53:51.564Z Downloaded password-hash v0.5.0
11852023-12-06T00:53:51.569Z Downloaded platforms v3.0.2
11862023-12-06T00:53:51.580Z Downloaded omicron-zone-package v0.9.1
11872023-12-06T00:53:51.580Z Downloaded async-trait v0.1.74
11882023-12-06T00:53:51.588Z Downloaded bit-vec v0.6.3
11892023-12-06T00:53:51.588Z Downloaded anstyle-parse v0.2.1
11902023-12-06T00:53:51.589Z Downloaded quick-error v1.2.3
11912023-12-06T00:53:51.596Z Downloaded pkcs8 v0.10.2
11922023-12-06T00:53:51.596Z Downloaded difflib v0.4.0
11932023-12-06T00:53:51.596Z Downloaded bitflags v1.3.2
11942023-12-06T00:53:51.600Z Downloaded dirs-sys v0.4.1
11952023-12-06T00:53:51.637Z Downloaded ansi_term v0.12.1
11962023-12-06T00:53:51.642Z Downloaded num-complex v0.4.4
11972023-12-06T00:53:51.642Z Downloaded pin-project-lite v0.2.13
11982023-12-06T00:53:51.642Z Downloaded parking_lot_core v0.8.6
11992023-12-06T00:53:51.642Z Downloaded pin-project-internal v1.1.3
12002023-12-06T00:53:51.642Z Downloaded num_enum v0.5.11
12012023-12-06T00:53:51.642Z Downloaded async-stream v0.3.5
12022023-12-06T00:53:51.642Z Downloaded base16ct v0.2.0
12032023-12-06T00:53:51.642Z Downloaded atomic-waker v1.1.1
12042023-12-06T00:53:51.643Z Downloaded anstyle v1.0.2
12052023-12-06T00:53:51.646Z Downloaded dtrace-parser v0.1.14
12062023-12-06T00:53:51.646Z Downloaded anstream v0.5.0
12072023-12-06T00:53:51.652Z Downloaded aead v0.5.2
12082023-12-06T00:53:51.652Z Downloaded anstyle-query v1.0.0
12092023-12-06T00:53:51.657Z Downloaded phf_shared v0.10.0
12102023-12-06T00:53:51.657Z Downloaded atty v0.2.14
12112023-12-06T00:53:51.657Z Downloaded adler v1.0.2
12122023-12-06T00:53:52.081Z Compiling proc-macro2 v1.0.69
12132023-12-06T00:53:52.081Z Compiling unicode-ident v1.0.12
12142023-12-06T00:53:52.085Z Compiling libc v0.2.150
12152023-12-06T00:53:52.085Z Compiling serde v1.0.192
12162023-12-06T00:53:52.085Z Compiling autocfg v1.1.0
12172023-12-06T00:53:52.085Z Compiling version_check v0.9.4
12182023-12-06T00:53:52.113Z Compiling cfg-if v1.0.0
12192023-12-06T00:53:52.124Z Compiling syn v1.0.109
12202023-12-06T00:53:52.561Z Compiling parking_lot_core v0.9.8
12212023-12-06T00:53:53.316Z Compiling typenum v1.16.0
12222023-12-06T00:53:53.373Z Compiling lock_api v0.4.10
12232023-12-06T00:53:54.306Z Compiling libm v0.2.7
12242023-12-06T00:53:54.462Z Compiling generic-array v0.14.7
12252023-12-06T00:53:54.513Z Compiling once_cell v1.18.0
12262023-12-06T00:53:54.536Z Compiling num-traits v0.2.16
12272023-12-06T00:53:54.539Z Compiling thiserror v1.0.49
12282023-12-06T00:53:54.724Z Compiling futures-core v0.3.29
12292023-12-06T00:53:54.914Z Compiling serde_json v1.0.108
12302023-12-06T00:53:54.979Z Compiling slab v0.4.9
12312023-12-06T00:53:55.196Z Compiling futures-task v0.3.29
12322023-12-06T00:53:55.226Z Compiling futures-channel v0.3.29
12332023-12-06T00:53:55.281Z Compiling memchr v2.6.3
12342023-12-06T00:53:55.397Z Compiling futures-util v0.3.29
12352023-12-06T00:53:55.435Z Compiling itoa v1.0.9
12362023-12-06T00:53:55.704Z Compiling quote v1.0.33
12372023-12-06T00:53:55.750Z Compiling pkg-config v0.3.27
12382023-12-06T00:53:56.129Z Compiling scopeguard v1.2.0
12392023-12-06T00:53:56.406Z Compiling syn v2.0.32
12402023-12-06T00:53:56.550Z Compiling cc v1.0.83
12412023-12-06T00:53:57.214Z Compiling getrandom v0.2.10
12422023-12-06T00:53:57.966Z Compiling rand_core v0.6.4
12432023-12-06T00:53:58.033Z Compiling log v0.4.20
12442023-12-06T00:53:58.787Z Compiling heck v0.4.1
12452023-12-06T00:53:59.796Z Compiling ryu v1.0.15
12462023-12-06T00:53:59.909Z Compiling smallvec v1.11.0
12472023-12-06T00:54:00.326Z Compiling vcpkg v0.2.15
12482023-12-06T00:54:00.388Z Compiling schemars v0.8.13
12492023-12-06T00:54:00.566Z Compiling httparse v1.8.0
12502023-12-06T00:54:00.900Z Compiling subtle v2.5.0
12512023-12-06T00:54:01.196Z Compiling indexmap v1.9.3
12522023-12-06T00:54:01.441Z Compiling equivalent v1.0.1
12532023-12-06T00:54:01.607Z Compiling hashbrown v0.14.2
12542023-12-06T00:54:01.692Z Compiling ring v0.17.5
12552023-12-06T00:54:01.696Z Compiling ring v0.16.20
12562023-12-06T00:54:01.740Z Compiling pin-project-lite v0.2.13
12572023-12-06T00:54:03.519Z Compiling semver v1.0.20
12582023-12-06T00:54:03.579Z Compiling parking_lot v0.12.1
12592023-12-06T00:54:03.721Z Compiling ahash v0.8.3
12602023-12-06T00:54:04.069Z Compiling openssl-sys v0.9.96
12612023-12-06T00:54:04.238Z Compiling fnv v1.0.7
12622023-12-06T00:54:05.370Z Compiling openssl v0.10.60
12632023-12-06T00:54:05.633Z Compiling signal-hook-registry v1.4.1
12642023-12-06T00:54:05.929Z Compiling ucd-trie v0.1.6
12652023-12-06T00:54:05.963Z Compiling rustls v0.21.9
12662023-12-06T00:54:06.184Z Compiling iana-time-zone v0.1.57
12672023-12-06T00:54:06.741Z Compiling mio v0.8.9
12682023-12-06T00:54:06.929Z Compiling native-tls v0.2.11
12692023-12-06T00:54:07.316Z Compiling socket2 v0.5.5
12702023-12-06T00:54:07.822Z Compiling num_cpus v1.16.0
12712023-12-06T00:54:07.837Z Compiling byteorder v1.5.0
12722023-12-06T00:54:08.181Z Compiling spin v0.5.2
12732023-12-06T00:54:08.605Z Compiling serde_derive_internals v0.26.0
12742023-12-06T00:54:08.870Z Compiling dyn-clone v1.0.13
12752023-12-06T00:54:08.896Z Compiling futures-sink v0.3.29
12762023-12-06T00:54:08.953Z Compiling async-trait v0.1.74
12772023-12-06T00:54:09.191Z Compiling aho-corasick v1.0.4
12782023-12-06T00:54:09.665Z Compiling regex-syntax v0.8.2
12792023-12-06T00:54:09.801Z Compiling rustix v0.38.25
12802023-12-06T00:54:09.835Z Compiling const-oid v0.9.5
12812023-12-06T00:54:11.072Z Compiling tinyvec_macros v0.1.1
12822023-12-06T00:54:11.210Z Compiling tinyvec v1.6.0
12832023-12-06T00:54:11.388Z Compiling hashbrown v0.13.2
12842023-12-06T00:54:13.595Z Compiling backtrace v0.3.69
12852023-12-06T00:54:13.835Z Compiling futures-io v0.3.29
12862023-12-06T00:54:14.152Z Compiling pin-utils v0.1.0
12872023-12-06T00:54:14.677Z Compiling winnow v0.5.15
12882023-12-06T00:54:14.685Z Compiling unicode-normalization v0.1.22
12892023-12-06T00:54:14.685Z Compiling spin v0.9.8
12902023-12-06T00:54:14.686Z Compiling tracing-core v0.1.31
12912023-12-06T00:54:14.932Z Compiling unicode-bidi v0.3.13
12922023-12-06T00:54:16.139Z Compiling regex-automata v0.4.3
12932023-12-06T00:54:17.433Z Compiling cpufeatures v0.2.9
12942023-12-06T00:54:17.467Z Compiling anyhow v1.0.75
12952023-12-06T00:54:17.530Z Compiling crc32fast v1.3.2
12962023-12-06T00:54:19.340Z Compiling time-core v0.1.1
12972023-12-06T00:54:19.562Z Compiling base64 v0.21.5
12982023-12-06T00:54:20.475Z Compiling time-macros v0.2.13
12992023-12-06T00:54:20.533Z Compiling serde_derive v1.0.192
13002023-12-06T00:54:20.629Z Compiling zeroize_derive v1.4.2
13012023-12-06T00:54:20.937Z Compiling thiserror-impl v1.0.49
13022023-12-06T00:54:21.136Z Compiling tokio-macros v2.2.0
13032023-12-06T00:54:21.678Z Compiling futures-macro v0.3.29
13042023-12-06T00:54:23.216Z Compiling zeroize v1.7.0
13052023-12-06T00:54:23.781Z Compiling tracing-attributes v0.1.26
13062023-12-06T00:54:24.736Z Compiling schemars_derive v0.8.13
13072023-12-06T00:54:25.978Z Compiling openssl-macros v0.1.1
13082023-12-06T00:54:26.702Z Compiling crypto-common v0.1.6
13092023-12-06T00:54:26.711Z Compiling pest v2.7.2
13102023-12-06T00:54:26.865Z Compiling block-buffer v0.10.4
13112023-12-06T00:54:27.194Z Compiling digest v0.10.7
13122023-12-06T00:54:27.946Z Compiling regex v1.10.2
13132023-12-06T00:54:30.158Z Compiling tracing v0.1.37
13142023-12-06T00:54:31.187Z Compiling num-integer v0.1.45
13152023-12-06T00:54:31.571Z Compiling openssl-probe v0.1.5
13162023-12-06T00:54:31.719Z Compiling untrusted v0.7.1
13172023-12-06T00:54:31.817Z Compiling unicode-xid v0.2.4
13182023-12-06T00:54:31.965Z Compiling percent-encoding v2.3.1
13192023-12-06T00:54:32.015Z Compiling untrusted v0.9.0
13202023-12-06T00:54:32.067Z Compiling unicode-width v0.1.11
13212023-12-06T00:54:32.095Z Compiling hashbrown v0.12.3
13222023-12-06T00:54:32.294Z Compiling foreign-types-shared v0.1.1
13232023-12-06T00:54:32.319Z Compiling slog v2.7.0
13242023-12-06T00:54:32.449Z Compiling foreign-types v0.3.2
13252023-12-06T00:54:32.590Z Compiling synstructure v0.12.6
13262023-12-06T00:54:36.206Z Compiling errno v0.3.2
13272023-12-06T00:54:36.696Z Compiling try-lock v0.2.4
13282023-12-06T00:54:36.899Z Compiling ppv-lite86 v0.2.17
13292023-12-06T00:54:38.070Z Compiling sct v0.7.0
13302023-12-06T00:54:38.146Z Compiling want v0.3.1
13312023-12-06T00:54:38.576Z Compiling rustls-webpki v0.101.7
13322023-12-06T00:54:39.056Z Compiling zerocopy-derive v0.2.0
13332023-12-06T00:54:39.671Z Compiling form_urlencoded v1.2.1
13342023-12-06T00:54:39.921Z Compiling pest_meta v2.7.2
13352023-12-06T00:54:40.273Z Compiling socket2 v0.4.9
13362023-12-06T00:54:40.703Z Compiling httpdate v1.0.3
13372023-12-06T00:54:41.486Z Compiling tower-service v0.3.2
13382023-12-06T00:54:41.673Z Compiling io-lifetimes v1.0.11
13392023-12-06T00:54:42.376Z Compiling pest_generator v2.7.2
13402023-12-06T00:54:42.557Z Compiling rustls-pemfile v1.0.3
13412023-12-06T00:54:42.691Z Compiling idna v0.5.0
13422023-12-06T00:54:43.139Z Compiling lazy_static v1.4.0
13432023-12-06T00:54:43.978Z Compiling crossbeam-utils v0.8.16
13442023-12-06T00:54:44.415Z Compiling bytes v1.5.0
13452023-12-06T00:54:44.821Z Compiling indexmap v2.1.0
13462023-12-06T00:54:45.660Z Compiling chrono v0.4.31
13472023-12-06T00:54:45.687Z Compiling uuid v1.6.1
13482023-12-06T00:54:46.901Z Compiling tokio v1.34.0
13492023-12-06T00:54:47.542Z Compiling http v0.2.11
13502023-12-06T00:54:48.398Z Compiling bitflags v2.4.0
13512023-12-06T00:54:48.465Z Compiling serde_spanned v0.6.4
13522023-12-06T00:54:48.822Z Compiling toml_datetime v0.6.5
13532023-12-06T00:54:49.895Z Compiling toml_edit v0.19.15
13542023-12-06T00:54:51.716Z Compiling rustc_version v0.4.0
13552023-12-06T00:54:52.255Z Compiling http-body v0.4.5
13562023-12-06T00:54:52.975Z Compiling openapiv3 v2.0.0-rc.1
13572023-12-06T00:54:54.965Z Compiling adler v1.0.2
13582023-12-06T00:54:55.315Z Compiling miniz_oxide v0.7.1
13592023-12-06T00:54:55.589Z Compiling pest_derive v2.7.2
13602023-12-06T00:54:59.776Z Compiling url v2.5.0
13612023-12-06T00:55:00.363Z Compiling tokio-util v0.7.10
13622023-12-06T00:55:01.601Z Compiling tokio-rustls v0.24.1
13632023-12-06T00:55:02.266Z Compiling h2 v0.3.21
13642023-12-06T00:55:03.091Z Compiling rustls-native-certs v0.6.3
13652023-12-06T00:55:03.349Z Compiling rand_chacha v0.3.1
13662023-12-06T00:55:03.456Z Compiling tokio-native-tls v0.3.1
13672023-12-06T00:55:03.770Z Compiling usdt-impl v0.3.5
13682023-12-06T00:55:03.858Z Compiling ipnet v2.8.0
13692023-12-06T00:55:04.080Z Compiling rustix v0.37.23
13702023-12-06T00:55:05.939Z Compiling rand v0.8.5
13712023-12-06T00:55:06.320Z Compiling serde_urlencoded v0.7.1
13722023-12-06T00:55:07.137Z Compiling encoding_rs v0.8.33
13732023-12-06T00:55:07.190Z Compiling webpki-roots v0.25.2
13742023-12-06T00:55:07.425Z Compiling mime v0.3.17
13752023-12-06T00:55:07.495Z Compiling gimli v0.28.0
13762023-12-06T00:55:09.577Z Compiling zerocopy v0.3.0
13772023-12-06T00:55:10.119Z Compiling object v0.32.1
13782023-12-06T00:55:10.788Z Compiling num-bigint v0.4.4
13792023-12-06T00:55:12.119Z Compiling rustc-demangle v0.1.23
13802023-12-06T00:55:12.552Z Compiling dof v0.1.5
13812023-12-06T00:55:12.655Z Compiling flate2 v1.0.28
13822023-12-06T00:55:13.480Z Compiling dtrace-parser v0.1.14
13832023-12-06T00:55:13.707Z Compiling hyper v0.14.27
13842023-12-06T00:55:14.088Z Compiling heapless v0.7.16
13852023-12-06T00:55:14.249Z Compiling serde_tokenstream v0.2.0
13862023-12-06T00:55:14.722Z Compiling addr2line v0.21.0
13872023-12-06T00:55:15.378Z Compiling bzip2-sys v0.1.11+1.0.8
13882023-12-06T00:55:15.507Z Compiling thread-id v4.2.0
13892023-12-06T00:55:15.677Z Compiling rustversion v1.0.14
13902023-12-06T00:55:15.908Z Compiling signal-hook v0.3.17
13912023-12-06T00:55:16.879Z Compiling toml v0.7.8
13922023-12-06T00:55:17.339Z Compiling toml_edit v0.21.0
13932023-12-06T00:55:19.636Z Compiling hex v0.4.3
13942023-12-06T00:55:19.737Z Compiling serde_tokenstream v0.1.7
13952023-12-06T00:55:20.018Z Compiling zerocopy-derive v0.6.4
13962023-12-06T00:55:20.345Z Compiling regress v0.7.1
13972023-12-06T00:55:20.618Z Compiling memoffset v0.9.0
13982023-12-06T00:55:21.104Z Compiling strsim v0.10.0
13992023-12-06T00:55:24.059Z Compiling bitflags v1.3.2
14002023-12-06T00:55:24.210Z Compiling doc-comment v0.3.3
14012023-12-06T00:55:25.061Z Compiling hyper-tls v0.5.0
14022023-12-06T00:55:25.584Z Compiling hyper-rustls v0.24.2
14032023-12-06T00:55:25.783Z Compiling smoltcp v0.9.1
14042023-12-06T00:55:26.070Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14052023-12-06T00:55:26.417Z Compiling reqwest v0.11.22
14062023-12-06T00:55:26.804Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14072023-12-06T00:55:28.091Z Compiling strum_macros v0.25.2
14082023-12-06T00:55:29.488Z Compiling usdt-macro v0.3.5
14092023-12-06T00:55:29.784Z Compiling usdt-attr-macro v0.3.5
14102023-12-06T00:55:30.976Z Compiling enum-as-inner v0.5.1
14112023-12-06T00:55:32.168Z Compiling crossbeam-epoch v0.9.15
14122023-12-06T00:55:32.671Z Compiling num-iter v0.1.43
14132023-12-06T00:55:32.773Z Compiling unicode-segmentation v1.10.1
14142023-12-06T00:55:32.873Z Compiling siphasher v0.3.11
14152023-12-06T00:55:33.721Z Compiling hubpack_derive v0.1.1
14162023-12-06T00:55:34.228Z Compiling pin-project-internal v1.1.3
14172023-12-06T00:55:35.811Z Compiling utf8parse v0.2.1
14182023-12-06T00:55:36.269Z Compiling deranged v0.3.8
14192023-12-06T00:55:36.559Z Compiling anstyle v1.0.2
14202023-12-06T00:55:37.264Z Compiling num_threads v0.1.6
14212023-12-06T00:55:37.659Z Compiling sha2 v0.10.8
14222023-12-06T00:55:39.400Z Compiling time v0.3.27
14232023-12-06T00:55:39.422Z Compiling anstyle-parse v0.2.1
14242023-12-06T00:55:39.929Z Compiling hmac v0.12.1
14252023-12-06T00:55:40.277Z Compiling md-5 v0.10.5
14262023-12-06T00:55:40.995Z Compiling block-padding v0.3.3
14272023-12-06T00:55:41.453Z Compiling clap_derive v4.4.2
14282023-12-06T00:55:41.848Z Compiling stringprep v0.1.3
14292023-12-06T00:55:41.936Z Compiling hash32 v0.2.1
14302023-12-06T00:55:42.516Z Compiling diesel_table_macro_syntax v0.1.0
14312023-12-06T00:55:43.191Z Compiling stable_deref_trait v1.2.0
14322023-12-06T00:55:43.354Z Compiling colorchoice v1.0.0
14332023-12-06T00:55:43.499Z Compiling either v1.9.0
14342023-12-06T00:55:44.015Z Compiling fallible-iterator v0.2.0
14352023-12-06T00:55:44.467Z Compiling anstyle-query v1.0.0
14362023-12-06T00:55:44.670Z Compiling anstream v0.5.0
14372023-12-06T00:55:45.161Z Compiling postgres-protocol v0.6.6
14382023-12-06T00:55:47.484Z Compiling diesel_derives v2.1.2
14392023-12-06T00:55:47.869Z Compiling terminal_size v0.2.6
14402023-12-06T00:55:48.012Z Compiling inout v0.1.3
14412023-12-06T00:55:49.442Z Compiling phf_shared v0.11.2
14422023-12-06T00:55:50.788Z Compiling getopts v0.2.21
14432023-12-06T00:55:50.815Z Compiling snafu-derive v0.7.5
14442023-12-06T00:55:50.854Z Compiling serde_repr v0.1.16
14452023-12-06T00:55:50.945Z Compiling scheduled-thread-pool v0.2.7
14462023-12-06T00:55:52.113Z Compiling matches v0.1.10
14472023-12-06T00:55:52.189Z Compiling bit-vec v0.6.3
14482023-12-06T00:55:52.688Z Compiling clap_lex v0.5.1
14492023-12-06T00:55:52.761Z Compiling unsafe-libyaml v0.2.9
14502023-12-06T00:55:52.860Z Compiling managed v0.8.0
14512023-12-06T00:55:53.333Z Compiling regex-automata v0.1.10
14522023-12-06T00:55:54.555Z Compiling bstr v0.2.17
14532023-12-06T00:55:54.881Z Compiling serde_yaml v0.9.25
14542023-12-06T00:55:56.958Z Compiling clap_builder v4.4.2
14552023-12-06T00:55:57.130Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14562023-12-06T00:56:00.606Z Compiling idna v0.2.3
14572023-12-06T00:56:02.063Z Compiling r2d2 v0.8.10
14582023-12-06T00:56:05.589Z Compiling phf v0.11.2
14592023-12-06T00:56:05.716Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14602023-12-06T00:56:05.917Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14612023-12-06T00:56:06.037Z Compiling signal-hook-mio v0.2.3
14622023-12-06T00:56:06.270Z Compiling cipher v0.4.4
14632023-12-06T00:56:06.400Z Compiling bzip2 v0.4.4
14642023-12-06T00:56:07.031Z Compiling postgres-types v0.2.6
14652023-12-06T00:56:07.100Z Compiling itertools v0.11.0
14662023-12-06T00:56:09.635Z Compiling pin-project v1.1.3
14672023-12-06T00:56:09.751Z Compiling hubpack v0.1.2
14682023-12-06T00:56:10.486Z Compiling phf_shared v0.10.0
14692023-12-06T00:56:11.540Z Compiling zerocopy v0.6.4
14702023-12-06T00:56:12.011Z Compiling ipnetwork v0.20.0
14712023-12-06T00:56:12.189Z Compiling futures-executor v0.3.29
14722023-12-06T00:56:13.015Z Compiling float-cmp v0.9.0
14732023-12-06T00:56:13.292Z Compiling regex-automata v0.3.8
14742023-12-06T00:56:13.367Z Compiling normalize-line-endings v0.3.0
14752023-12-06T00:56:13.460Z Compiling whoami v1.4.1
14762023-12-06T00:56:13.560Z Compiling data-encoding v2.4.0
14772023-12-06T00:56:14.440Z Compiling new_debug_unreachable v1.0.4
14782023-12-06T00:56:14.583Z Compiling fixedbitset v0.4.2
14792023-12-06T00:56:14.614Z Compiling difflib v0.4.0
14802023-12-06T00:56:16.511Z Compiling static_assertions v1.1.0
14812023-12-06T00:56:17.417Z Compiling predicates-core v1.0.6
14822023-12-06T00:56:17.451Z Compiling precomputed-hash v0.1.1
14832023-12-06T00:56:17.624Z Compiling string_cache v0.8.7
14842023-12-06T00:56:17.678Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14852023-12-06T00:56:17.994Z Compiling predicates v3.0.4
14862023-12-06T00:56:18.368Z Compiling trust-dns-proto v0.22.0
14872023-12-06T00:56:18.757Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14882023-12-06T00:56:20.309Z Compiling bstr v1.6.0
14892023-12-06T00:56:20.807Z Compiling petgraph v0.6.4
14902023-12-06T00:56:21.155Z Compiling diesel v2.1.4
14912023-12-06T00:56:21.224Z Compiling tokio-postgres v0.7.10
14922023-12-06T00:56:28.110Z Compiling futures v0.3.29
14932023-12-06T00:56:29.139Z Compiling snafu v0.7.5
14942023-12-06T00:56:29.612Z Compiling yasna v0.5.2
14952023-12-06T00:56:30.578Z Compiling zip v0.6.6
14962023-12-06T00:56:32.604Z Compiling crossterm v0.27.0
14972023-12-06T00:56:32.927Z Compiling clap v4.4.3
14982023-12-06T00:56:33.102Z Compiling similar v2.2.1
14992023-12-06T00:56:33.578Z Compiling bit-set v0.5.3
15002023-12-06T00:56:34.013Z Compiling itertools v0.10.5
15012023-12-06T00:56:37.432Z Compiling usdt v0.3.5
15022023-12-06T00:56:38.456Z Compiling signature v2.1.0
15032023-12-06T00:56:38.787Z Compiling tokio-stream v0.1.14
15042023-12-06T00:56:38.841Z Compiling console v0.15.7
15052023-12-06T00:56:39.063Z Compiling lalrpop-util v0.19.12
15062023-12-06T00:57:22.295Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15072023-12-06T00:57:28.559Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15082023-12-06T00:57:29.078Z Compiling sha1 v0.10.6
15092023-12-06T00:57:29.846Z Compiling atty v0.2.14
15102023-12-06T00:57:30.597Z Compiling match_cfg v0.1.0
15112023-12-06T00:57:38.145Z Compiling hostname v0.3.1
15122023-12-06T00:57:38.145Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15132023-12-06T00:57:40.586Z Compiling dirs-sys-next v0.1.2
15142023-12-06T00:57:41.401Z Compiling dirs-next v2.0.0
15152023-12-06T00:57:41.773Z Compiling thread_local v1.1.7
15162023-12-06T00:57:42.148Z Compiling camino v1.1.6
15172023-12-06T00:57:42.594Z Compiling ident_case v1.0.1
15182023-12-06T00:58:00.204Z Compiling slog-async v2.8.0
15192023-12-06T00:58:00.205Z Compiling darling_core v0.20.3
15202023-12-06T00:58:00.205Z Compiling term v0.7.0
15212023-12-06T00:58:00.205Z Compiling crossbeam-channel v0.5.8
15222023-12-06T00:58:00.205Z Compiling multer v2.1.0
15232023-12-06T00:58:00.205Z Compiling instant v0.1.12
15242023-12-06T00:58:00.205Z Compiling take_mut v0.2.2
15252023-12-06T00:58:00.205Z Compiling paste v1.0.14
15262023-12-06T00:58:00.632Z Compiling slog-term v2.9.0
15272023-12-06T00:58:00.632Z Compiling slog-json v2.6.1
15282023-12-06T00:58:00.667Z Compiling async-stream-impl v0.3.5
15292023-12-06T00:58:00.667Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15302023-12-06T00:58:00.667Z Compiling atomic-waker v1.1.1
15312023-12-06T00:58:00.667Z Compiling waitgroup v0.1.2
15322023-12-06T00:58:00.667Z Compiling slog-bunyan v2.4.0
15332023-12-06T00:58:00.668Z Compiling toml v0.8.8
15342023-12-06T00:58:00.668Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15352023-12-06T00:58:00.668Z Compiling serde_path_to_error v0.1.14
15362023-12-06T00:58:00.668Z Compiling async-stream v0.3.5
15372023-12-06T00:58:00.668Z Compiling structmeta-derive v0.2.0
15382023-12-06T00:58:00.668Z Compiling debug-ignore v1.0.5
15392023-12-06T00:58:00.668Z Compiling strum v0.25.0
15402023-12-06T00:58:00.668Z Compiling regex-syntax v0.7.5
15412023-12-06T00:58:00.668Z Compiling backoff v0.4.0
15422023-12-06T00:58:00.668Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15432023-12-06T00:58:00.668Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15442023-12-06T00:58:00.668Z Compiling macaddr v1.0.1
15452023-12-06T00:58:00.668Z Compiling proc-macro-error-attr v1.0.4
15462023-12-06T00:58:00.668Z Compiling proc-macro-crate v1.3.1
15472023-12-06T00:58:00.668Z Compiling proc-macro-error v1.0.4
15482023-12-06T00:58:00.668Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15492023-12-06T00:58:00.668Z Compiling fastrand v2.0.0
15502023-12-06T00:58:00.668Z Compiling num_enum_derive v0.5.11
15512023-12-06T00:58:00.669Z Compiling same-file v1.0.6
15522023-12-06T00:58:00.669Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15532023-12-06T00:58:00.669Z Compiling postcard-cobs v0.1.5-pre
15542023-12-06T00:58:00.669Z Compiling darling_macro v0.20.3
15552023-12-06T00:58:00.669Z Compiling postcard v0.7.3
15562023-12-06T00:58:00.669Z Compiling walkdir v2.4.0
15572023-12-06T00:58:00.669Z Compiling structmeta v0.2.0
15582023-12-06T00:58:00.669Z Compiling tempfile v3.8.1
15592023-12-06T00:58:00.669Z Compiling smoltcp v0.8.2
15602023-12-06T00:58:00.669Z Compiling darling v0.20.3
15612023-12-06T00:58:00.669Z Compiling semver-parser v0.10.2
15622023-12-06T00:58:00.669Z Compiling serde_with_macros v2.3.3
15632023-12-06T00:58:00.669Z Compiling foreign-types-macros v0.2.3
15642023-12-06T00:58:00.669Z Compiling num_enum v0.5.11
15652023-12-06T00:58:00.669Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15662023-12-06T00:58:00.669Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15672023-12-06T00:58:00.669Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15682023-12-06T00:58:00.669Z Compiling crucible-workspace-hack v0.1.0
15692023-12-06T00:58:00.669Z Compiling cfg-if v0.1.10
15702023-12-06T00:58:00.669Z Compiling foreign-types-shared v0.3.1
15712023-12-06T00:58:00.669Z Compiling foreign-types v0.5.0
15722023-12-06T00:58:00.669Z Compiling semver v0.11.0
15732023-12-06T00:58:00.670Z Compiling serde_with v2.3.3
15742023-12-06T00:58:00.670Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-12-06T00:58:00.670Z Compiling is-terminal v0.4.9
15762023-12-06T00:58:00.670Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15772023-12-06T00:58:00.670Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15782023-12-06T00:58:00.670Z Compiling parse-display-derive v0.8.2
15792023-12-06T00:58:01.287Z Compiling cstr-argument v0.1.2
15802023-12-06T00:58:01.648Z Compiling xattr v1.0.1
15812023-12-06T00:58:01.702Z Compiling filetime v0.2.22
15822023-12-06T00:58:01.989Z Compiling home v0.5.5
15832023-12-06T00:58:02.195Z Compiling pretty-hex v0.2.1
15842023-12-06T00:58:02.380Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15852023-12-06T00:58:02.487Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15862023-12-06T00:58:02.861Z Compiling toolchain_find v0.2.0
15872023-12-06T00:58:02.939Z Compiling tar v0.4.40
15882023-12-06T00:58:03.379Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15892023-12-06T00:58:03.857Z Compiling colored v2.0.4
15902023-12-06T00:58:04.075Z Compiling textwrap v0.11.0
15912023-12-06T00:58:04.281Z Compiling heck v0.3.3
15922023-12-06T00:58:04.904Z Compiling toml v0.5.11
15932023-12-06T00:58:04.909Z Compiling libefi-sys v0.1.0
15942023-12-06T00:58:04.978Z Compiling vec_map v0.8.2
15952023-12-06T00:58:05.157Z Compiling platforms v3.0.2
15962023-12-06T00:58:05.374Z Compiling ansi_term v0.12.1
15972023-12-06T00:58:05.419Z Compiling strsim v0.8.0
15982023-12-06T00:58:06.011Z Compiling clap v2.34.0
15992023-12-06T00:58:06.049Z Compiling structopt-derive v0.4.18
16002023-12-06T00:58:06.223Z Compiling omicron-zone-package v0.9.1
16012023-12-06T00:58:06.470Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16022023-12-06T00:58:07.984Z Compiling parse-display v0.8.2
16032023-12-06T00:58:08.297Z Compiling rustfmt-wrapper v0.2.0
16042023-12-06T00:58:09.341Z Compiling camino-tempfile v1.1.1
16052023-12-06T00:58:09.394Z Compiling zone_cfg_derive v0.3.0
16062023-12-06T00:58:10.051Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16072023-12-06T00:58:11.083Z Compiling num-derive v0.4.0
16082023-12-06T00:58:11.280Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16092023-12-06T00:58:11.874Z Compiling base64ct v1.6.0
16102023-12-06T00:58:12.137Z Compiling zone v0.3.0
16112023-12-06T00:58:12.927Z Compiling structopt v0.3.26
16122023-12-06T00:58:12.975Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16132023-12-06T00:58:13.167Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16142023-12-06T00:58:13.697Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16152023-12-06T00:58:14.201Z Compiling smf v0.2.2
16162023-12-06T00:58:14.593Z Compiling unicase v2.7.0
16172023-12-06T00:58:14.597Z Compiling curve25519-dalek v4.1.0
16182023-12-06T00:58:14.780Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16192023-12-06T00:58:15.003Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
16202023-12-06T00:58:15.052Z Compiling universal-hash v0.5.1
16212023-12-06T00:58:15.342Z Compiling opaque-debug v0.3.0
16222023-12-06T00:58:15.369Z Compiling hkdf v0.12.3
16232023-12-06T00:58:15.529Z Compiling curve25519-dalek-derive v0.1.0
16242023-12-06T00:58:15.534Z Compiling num-rational v0.4.1
16252023-12-06T00:58:15.662Z Compiling getrandom v0.1.16
16262023-12-06T00:58:16.032Z Compiling keccak v0.1.4
16272023-12-06T00:58:16.446Z Compiling linked-hash-map v0.5.6
16282023-12-06T00:58:16.471Z Compiling parking_lot_core v0.8.6
16292023-12-06T00:58:16.626Z Compiling quick-error v1.2.3
16302023-12-06T00:58:16.868Z Compiling resolv-conf v0.7.0
16312023-12-06T00:58:16.971Z Compiling lru-cache v0.1.2
16322023-12-06T00:58:17.184Z Compiling sha3 v0.10.8
16332023-12-06T00:58:17.743Z Compiling password-hash v0.5.0
16342023-12-06T00:58:18.277Z Compiling blake2 v0.10.6
16352023-12-06T00:58:18.281Z Compiling aead v0.5.2
16362023-12-06T00:58:18.709Z Compiling secrecy v0.8.0
16372023-12-06T00:58:18.791Z Compiling num-complex v0.4.4
16382023-12-06T00:58:19.130Z Compiling ff v0.13.0
16392023-12-06T00:58:19.460Z Compiling nibble_vec v0.1.0
16402023-12-06T00:58:19.499Z Compiling slog-dtrace v0.2.3
16412023-12-06T00:58:19.782Z Compiling arc-swap v1.6.0
16422023-12-06T00:58:19.948Z Compiling endian-type v0.1.2
16432023-12-06T00:58:20.264Z Compiling winapi v0.3.9
16442023-12-06T00:58:20.322Z Compiling utf-8 v0.7.6
16452023-12-06T00:58:20.539Z Compiling convert_case v0.4.0
16462023-12-06T00:58:20.711Z Compiling tungstenite v0.20.1
16472023-12-06T00:58:20.836Z Compiling slog-scope v4.4.0
16482023-12-06T00:58:20.866Z Compiling num v0.4.1
16492023-12-06T00:58:21.023Z Compiling radix_trie v0.2.1
16502023-12-06T00:58:21.158Z Compiling group v0.13.0
16512023-12-06T00:58:21.447Z Compiling argon2 v0.5.2
16522023-12-06T00:58:21.744Z Compiling mime_guess v2.0.4
16532023-12-06T00:58:21.963Z Compiling trust-dns-resolver v0.22.0
16542023-12-06T00:58:22.109Z Compiling derive_more v0.99.17
16552023-12-06T00:58:23.279Z Compiling rand_core v0.5.1
16562023-12-06T00:58:23.927Z Compiling poly1305 v0.8.0
16572023-12-06T00:58:24.342Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16582023-12-06T00:58:24.399Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16592023-12-06T00:58:24.894Z Compiling chacha20 v0.9.1
16602023-12-06T00:58:25.625Z Compiling crypto-bigint v0.5.2
16612023-12-06T00:58:26.195Z Compiling thiserror-impl-no-std v2.0.2
16622023-12-06T00:58:26.651Z Compiling ciborium-io v0.2.1
16632023-12-06T00:58:26.821Z Compiling half v1.8.2
16642023-12-06T00:58:26.825Z Compiling base16ct v0.2.0
16652023-12-06T00:58:27.251Z Compiling option-ext v0.2.0
16662023-12-06T00:58:27.438Z Compiling dirs-sys v0.4.1
16672023-12-06T00:58:27.873Z Compiling ciborium-ll v0.2.1
16682023-12-06T00:58:29.377Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16692023-12-06T00:58:29.446Z Compiling elliptic-curve v0.13.5
16702023-12-06T00:58:29.447Z Compiling rand_chacha v0.2.2
16712023-12-06T00:58:29.813Z Compiling parking_lot v0.11.2
16722023-12-06T00:58:31.438Z Compiling tokio-tungstenite v0.20.1
16732023-12-06T00:58:31.594Z Compiling trust-dns-client v0.22.0
16742023-12-06T00:58:31.626Z Compiling slog-stdlog v4.1.1
16752023-12-06T00:58:31.699Z Compiling thiserror-no-std v2.0.2
16762023-12-06T00:58:32.195Z Compiling polyval v0.6.1
16772023-12-06T00:58:32.246Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16782023-12-06T00:58:32.391Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16792023-12-06T00:58:32.766Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16802023-12-06T00:58:32.800Z Compiling password-hash v0.4.2
16812023-12-06T00:58:32.833Z Compiling ed25519 v2.2.2
16822023-12-06T00:58:33.566Z Compiling ctr v0.9.2
16832023-12-06T00:58:34.136Z Compiling blowfish v0.9.1
16842023-12-06T00:58:34.404Z Compiling aes v0.8.3
16852023-12-06T00:58:36.599Z Compiling pbkdf2 v0.12.2
16862023-12-06T00:58:36.772Z Compiling fxhash v0.2.1
16872023-12-06T00:58:37.343Z Compiling glob v0.3.1
16882023-12-06T00:58:37.499Z Compiling cancel-safe-futures v0.1.5
16892023-12-06T00:58:38.080Z Compiling trust-dns-server v0.22.1
16902023-12-06T00:58:39.309Z Compiling sled v0.34.7
16912023-12-06T00:58:41.196Z Compiling bcrypt-pbkdf v0.10.0
16922023-12-06T00:58:42.357Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16932023-12-06T00:58:42.602Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16942023-12-06T00:58:43.244Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16952023-12-06T00:58:45.502Z Compiling pbkdf2 v0.11.0
16962023-12-06T00:58:46.073Z Compiling ed25519-dalek v2.0.0
16972023-12-06T00:58:46.085Z Compiling ghash v0.5.0
16982023-12-06T00:58:46.379Z Compiling slog-envlogger v2.2.0
16992023-12-06T00:58:47.600Z Compiling vsss-rs v3.3.1
17002023-12-06T00:58:47.726Z Compiling russh-cryptovec v0.7.0
17012023-12-06T00:58:48.177Z Compiling rand v0.7.3
17022023-12-06T00:58:51.906Z Compiling ciborium v0.2.1
17032023-12-06T00:58:53.054Z Compiling dirs v5.0.1
17042023-12-06T00:58:53.370Z Compiling chacha20poly1305 v0.10.1
17052023-12-06T00:58:53.724Z Compiling cbc v0.1.2
17062023-12-06T00:58:54.111Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17072023-12-06T00:58:54.502Z Compiling pem v3.0.2
17082023-12-06T00:58:54.704Z Compiling headers-core v0.2.0
17092023-12-06T00:58:54.962Z Compiling kstat-rs v0.2.3
17102023-12-06T00:58:55.704Z Compiling pretty-hex v0.4.0
17112023-12-06T00:58:55.812Z Compiling md5 v0.7.0
17122023-12-06T00:58:56.034Z Compiling http-range v0.1.5
17132023-12-06T00:58:56.110Z Compiling base64 v0.13.1
17142023-12-06T00:58:56.612Z Compiling hyper-staticfile v0.9.5
17152023-12-06T00:58:56.650Z Compiling russh-keys v0.38.0
17162023-12-06T00:58:57.102Z Compiling pem v1.1.1
17172023-12-06T00:58:57.916Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17182023-12-06T00:58:58.135Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17192023-12-06T00:58:58.139Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17202023-12-06T00:58:58.190Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17212023-12-06T00:58:59.226Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17222023-12-06T00:58:59.420Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17232023-12-06T00:59:01.737Z Compiling rcgen v0.11.3
17242023-12-06T00:59:05.044Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17252023-12-06T00:59:06.934Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17262023-12-06T00:59:06.945Z Compiling headers v0.3.9
17272023-12-06T00:59:09.207Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17282023-12-06T00:59:09.651Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17292023-12-06T00:59:13.428Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17302023-12-06T00:59:13.512Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17312023-12-06T00:59:13.801Z Compiling aes-gcm v0.10.3
17322023-12-06T00:59:14.274Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17332023-12-06T00:59:15.472Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17342023-12-06T00:59:17.517Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17352023-12-06T00:59:24.588Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17362023-12-06T00:59:27.116Z Compiling atomicwrites v0.4.2
17372023-12-06T00:59:27.698Z Compiling itertools v0.12.0
17382023-12-06T00:59:28.407Z Compiling subprocess v0.2.9
17392023-12-06T00:59:29.479Z Compiling hex-literal v0.4.1
17402023-12-06T00:59:29.716Z Compiling russh v0.39.0
17412023-12-06T00:59:31.901Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17422023-12-06T00:59:32.952Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17432023-12-06T00:59:32.983Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17442023-12-06T01:00:01.105Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17452023-12-06T01:01:20.612Z Finished dev [unoptimized + debuginfo] target(s) in 7m 50s
17462023-12-06T01:01:20.953Z
17472023-12-06T01:01:20.953Zreal 7:51.240201700
17482023-12-06T01:01:20.953Zuser 43:08.608222812
17492023-12-06T01:01:20.953Zsys 6:42.290773628
17502023-12-06T01:01:20.953Ztrap 1.572419212
17512023-12-06T01:01:20.953Ztflt 6.519846395
17522023-12-06T01:01:20.954Zdflt 7.267886956
17532023-12-06T01:01:20.954Zkflt 0.017580754
17542023-12-06T01:01:20.954Zlock 1:22:46.141111142
17552023-12-06T01:01:20.957Zslp 2:03:15.272099722
17562023-12-06T01:01:20.958Zlat 1:56.149027200
17572023-12-06T01:01:20.958Zstop 5:03.686029894
17582023-12-06T01:01:20.958Z+ mkdir -p /work/end-to-end-tests
17592023-12-06T01:01:20.958Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17602023-12-06T01:01:21.888Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17612023-12-06T01:01:21.888Z+ ptime -m gzip
17622023-12-06T01:01:21.892Z++ basename target/debug/bootstrap
17632023-12-06T01:01:38.468Z
17642023-12-06T01:01:38.468Zreal 16.571206009
17652023-12-06T01:01:38.468Zuser 16.377285369
17662023-12-06T01:01:38.468Zsys 0.181421266
17672023-12-06T01:01:38.468Ztrap 0.003939527
17682023-12-06T01:01:38.468Ztflt 0.000000000
17692023-12-06T01:01:38.469Zdflt 0.000000000
17702023-12-06T01:01:38.472Zkflt 0.000000000
17712023-12-06T01:01:38.472Zlock 0.000000000
17722023-12-06T01:01:38.472Zslp 0.000000000
17732023-12-06T01:01:38.472Zlat 0.008211514
17742023-12-06T01:01:38.472Zstop 0.000231341
17752023-12-06T01:01:38.472Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17762023-12-06T01:01:38.472Z+ ptime -m gzip
17772023-12-06T01:01:38.472Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83d41f1b41d1fb89
17782023-12-06T01:01:39.555Z
17792023-12-06T01:01:39.559Zreal 1.079179649
17802023-12-06T01:01:39.559Zuser 1.066149684
17812023-12-06T01:01:39.559Zsys 0.012037568
17822023-12-06T01:01:39.559Ztrap 0.000375050
17832023-12-06T01:01:39.559Ztflt 0.000000000
17842023-12-06T01:01:39.559Zdflt 0.000000000
17852023-12-06T01:01:39.559Zkflt 0.000000000
17862023-12-06T01:01:39.559Zlock 0.000000000
17872023-12-06T01:01:39.559Zslp 0.000000000
17882023-12-06T01:01:39.559Zlat 0.000263308
17892023-12-06T01:01:39.559Zstop 0.000228190
17902023-12-06T01:01:39.560Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17912023-12-06T01:01:39.560Z+ ptime -m gzip
17922023-12-06T01:01:39.560Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8c93950b566420c7
17932023-12-06T01:01:56.592Z
17942023-12-06T01:01:56.597Zreal 17.021189723
17952023-12-06T01:01:56.597Zuser 16.850615062
17962023-12-06T01:01:56.597Zsys 0.165523930
17972023-12-06T01:01:56.597Ztrap 0.003391079
17982023-12-06T01:01:56.597Ztflt 0.000000000
17992023-12-06T01:01:56.597Zdflt 0.000000000
18002023-12-06T01:01:56.597Zkflt 0.000000000
18012023-12-06T01:01:56.597Zlock 0.000000000
18022023-12-06T01:01:56.598Zslp 0.000000000
18032023-12-06T01:01:56.598Zlat 0.001315637
18042023-12-06T01:01:56.598Zstop 0.000227448
18052023-12-06T01:01:56.598Z+ banner caboose-util
18062023-12-06T01:01:56.598Z
18072023-12-06T01:01:56.598Z #### ## ##### #### #### #### ###### # # #####
18082023-12-06T01:01:56.598Z # # # # # # # # # # # # # # #
18092023-12-06T01:01:56.598Z # # # ##### # # # # #### ##### ##### # # #
18102023-12-06T01:01:56.598Z # ###### # # # # # # # # # # #
18112023-12-06T01:01:56.598Z # # # # # # # # # # # # # # # #
18122023-12-06T01:01:56.598Z #### # # ##### #### #### #### ###### #### #
18132023-12-06T01:01:56.598Z
18142023-12-06T01:01:56.598Z+ ptime -m cargo build --locked -p caboose-util --release
18152023-12-06T01:01:57.236Z Downloading crates ...
18162023-12-06T01:01:57.571Z Downloaded funty v2.0.0
18172023-12-06T01:01:57.578Z Downloaded packed_struct v0.10.1
18182023-12-06T01:01:57.584Z Downloaded array-init v0.0.4
18192023-12-06T01:01:57.588Z Downloaded crc-any v2.4.3
18202023-12-06T01:01:57.591Z Downloaded path-slash v0.1.5
18212023-12-06T01:01:57.595Z Downloaded wyz v0.5.1
18222023-12-06T01:01:57.599Z Downloaded crc-catalog v2.2.0
18232023-12-06T01:01:57.602Z Downloaded termcolor v1.2.0
18242023-12-06T01:01:57.603Z Downloaded serde-hex v0.1.0
18252023-12-06T01:01:57.606Z Downloaded smallvec v0.6.14
18262023-12-06T01:01:57.610Z Downloaded flagset v0.4.3
18272023-12-06T01:01:57.610Z Downloaded pkcs1 v0.7.5
18282023-12-06T01:01:57.614Z Downloaded bitfield v0.14.0
18292023-12-06T01:01:57.617Z Downloaded der_derive v0.7.2
18302023-12-06T01:01:57.620Z Downloaded maybe-uninit v2.0.0
18312023-12-06T01:01:57.621Z Downloaded pem-rfc7468 v0.7.0
18322023-12-06T01:01:57.624Z Downloaded ron v0.8.1
18332023-12-06T01:01:57.633Z Downloaded rsa v0.9.2
18342023-12-06T01:01:57.641Z Downloaded x509-cert v0.2.4
18352023-12-06T01:01:57.652Z Downloaded bitvec v1.0.1
18362023-12-06T01:01:57.678Z Downloaded object v0.30.4
18372023-12-06T01:01:57.694Z Downloaded num-bigint-dig v0.8.4
18382023-12-06T01:01:57.702Z Downloaded env_logger v0.10.0
18392023-12-06T01:01:57.706Z Downloaded crc v3.0.1
18402023-12-06T01:01:57.709Z Downloaded radium v0.7.0
18412023-12-06T01:01:57.713Z Downloaded nodrop v0.1.14
18422023-12-06T01:01:57.713Z Downloaded tap v1.0.1
18432023-12-06T01:01:57.713Z Downloaded packed_struct_codegen v0.10.1
18442023-12-06T01:01:57.881Z Compiling proc-macro2 v1.0.69
18452023-12-06T01:01:57.890Z Compiling unicode-ident v1.0.12
18462023-12-06T01:01:57.891Z Compiling libc v0.2.150
18472023-12-06T01:01:57.891Z Compiling autocfg v1.1.0
18482023-12-06T01:01:57.891Z Compiling serde v1.0.192
18492023-12-06T01:01:57.902Z Compiling cfg-if v1.0.0
18502023-12-06T01:01:57.918Z Compiling version_check v0.9.4
18512023-12-06T01:01:58.032Z Compiling syn v1.0.109
18522023-12-06T01:01:58.036Z Compiling parking_lot_core v0.9.8
18532023-12-06T01:01:58.140Z Compiling typenum v1.16.0
18542023-12-06T01:01:58.638Z Compiling futures-core v0.3.29
18552023-12-06T01:01:58.650Z Compiling libm v0.2.7
18562023-12-06T01:01:58.905Z Compiling generic-array v0.14.7
18572023-12-06T01:01:58.975Z Compiling lock_api v0.4.10
18582023-12-06T01:01:59.100Z Compiling num-traits v0.2.16
18592023-12-06T01:01:59.103Z Compiling once_cell v1.18.0
18602023-12-06T01:01:59.312Z Compiling pkg-config v0.3.27
18612023-12-06T01:01:59.430Z Compiling scopeguard v1.2.0
18622023-12-06T01:01:59.744Z Compiling slab v0.4.9
18632023-12-06T01:01:59.812Z Compiling serde_json v1.0.108
18642023-12-06T01:01:59.872Z Compiling futures-task v0.3.29
18652023-12-06T01:02:00.173Z Compiling quote v1.0.33
18662023-12-06T01:02:00.669Z Compiling futures-channel v0.3.29
18672023-12-06T01:02:00.673Z Compiling thiserror v1.0.49
18682023-12-06T01:02:00.721Z Compiling futures-util v0.3.29
18692023-12-06T01:02:01.020Z Compiling syn v2.0.32
18702023-12-06T01:02:01.096Z Compiling cc v1.0.83
18712023-12-06T01:02:01.137Z Compiling getrandom v0.2.10
18722023-12-06T01:02:01.193Z Compiling itoa v1.0.9
18732023-12-06T01:02:01.349Z Compiling memchr v2.6.3
18742023-12-06T01:02:01.650Z Compiling smallvec v1.11.0
18752023-12-06T01:02:01.742Z Compiling log v0.4.20
18762023-12-06T01:02:02.890Z Compiling vcpkg v0.2.15
18772023-12-06T01:02:03.333Z Compiling byteorder v1.5.0
18782023-12-06T01:02:03.964Z Compiling rand_core v0.6.4
18792023-12-06T01:02:04.161Z Compiling pin-project-lite v0.2.13
18802023-12-06T01:02:04.387Z Compiling parking_lot v0.12.1
18812023-12-06T01:02:05.156Z Compiling ring v0.17.5
18822023-12-06T01:02:05.733Z Compiling openssl-sys v0.9.96
18832023-12-06T01:02:05.745Z Compiling indexmap v1.9.3
18842023-12-06T01:02:07.089Z Compiling signal-hook-registry v1.4.1
18852023-12-06T01:02:07.661Z Compiling io-lifetimes v1.0.11
18862023-12-06T01:02:08.107Z Compiling heck v0.4.1
18872023-12-06T01:02:08.684Z Compiling ring v0.16.20
18882023-12-06T01:02:08.966Z Compiling mio v0.8.9
18892023-12-06T01:02:10.352Z Compiling num-integer v0.1.45
18902023-12-06T01:02:10.363Z Compiling ryu v1.0.15
18912023-12-06T01:02:10.584Z Compiling semver v1.0.20
18922023-12-06T01:02:10.746Z Compiling const-oid v0.9.5
18932023-12-06T01:02:11.212Z Compiling spin v0.5.2
18942023-12-06T01:02:11.562Z Compiling rustix v0.37.23
18952023-12-06T01:02:12.554Z Compiling socket2 v0.5.5
18962023-12-06T01:02:12.688Z Compiling num_cpus v1.16.0
18972023-12-06T01:02:12.844Z Compiling futures-sink v0.3.29
18982023-12-06T01:02:13.058Z Compiling httparse v1.8.0
18992023-12-06T01:02:13.503Z Compiling unicode-xid v0.2.4
19002023-12-06T01:02:14.017Z Compiling ucd-trie v0.1.6
19012023-12-06T01:02:14.024Z Compiling openssl v0.10.60
19022023-12-06T01:02:14.024Z Compiling synstructure v0.12.6
19032023-12-06T01:02:14.540Z Compiling tinyvec_macros v0.1.1
19042023-12-06T01:02:14.565Z Compiling tinyvec v1.6.0
19052023-12-06T01:02:15.771Z Compiling crc32fast v1.3.2
19062023-12-06T01:02:15.828Z Compiling rustls v0.21.9
19072023-12-06T01:02:15.898Z Compiling ppv-lite86 v0.2.17
19082023-12-06T01:02:16.217Z Compiling native-tls v0.2.11
19092023-12-06T01:02:16.385Z Compiling futures-io v0.3.29
19102023-12-06T01:02:16.429Z Compiling pin-utils v0.1.0
19112023-12-06T01:02:16.554Z Compiling bzip2-sys v0.1.11+1.0.8
19122023-12-06T01:02:16.698Z Compiling spin v0.9.8
19132023-12-06T01:02:16.986Z Compiling tracing-core v0.1.31
19142023-12-06T01:02:17.187Z Compiling rand_chacha v0.3.1
19152023-12-06T01:02:17.187Z Compiling unicode-normalization v0.1.22
19162023-12-06T01:02:17.187Z Compiling unicode-bidi v0.3.13
19172023-12-06T01:02:17.256Z Compiling subtle v2.5.0
19182023-12-06T01:02:18.831Z Compiling rand v0.8.5
19192023-12-06T01:02:19.537Z Compiling errno v0.3.2
19202023-12-06T01:02:19.646Z Compiling num-iter v0.1.43
19212023-12-06T01:02:19.894Z Compiling ahash v0.8.3
19222023-12-06T01:02:19.919Z Compiling usdt-impl v0.3.5
19232023-12-06T01:02:20.397Z Compiling signal-hook v0.3.17
19242023-12-06T01:02:20.667Z Compiling schemars v0.8.13
19252023-12-06T01:02:20.797Z Compiling rustix v0.38.25
19262023-12-06T01:02:21.172Z Compiling base64 v0.21.5
19272023-12-06T01:02:21.727Z Compiling serde_derive_internals v0.26.0
19282023-12-06T01:02:22.670Z Compiling serde_derive v1.0.192
19292023-12-06T01:02:22.891Z Compiling zeroize_derive v1.4.2
19302023-12-06T01:02:23.106Z Compiling tokio-macros v2.2.0
19312023-12-06T01:02:23.120Z Compiling thiserror-impl v1.0.49
19322023-12-06T01:02:23.316Z Compiling futures-macro v0.3.29
19332023-12-06T01:02:23.653Z Compiling tracing-attributes v0.1.26
19342023-12-06T01:02:25.215Z Compiling zeroize v1.7.0
19352023-12-06T01:02:25.841Z Compiling zerocopy-derive v0.2.0
19362023-12-06T01:02:26.437Z Compiling openssl-macros v0.1.1
19372023-12-06T01:02:27.477Z Compiling zerocopy-derive v0.6.4
19382023-12-06T01:02:27.751Z Compiling pest v2.7.2
19392023-12-06T01:02:27.972Z Compiling crypto-common v0.1.6
19402023-12-06T01:02:28.287Z Compiling block-buffer v0.10.4
19412023-12-06T01:02:28.672Z Compiling digest v0.10.7
19422023-12-06T01:02:28.946Z Compiling tracing v0.1.37
19432023-12-06T01:02:29.702Z Compiling fnv v1.0.7
19442023-12-06T01:02:29.872Z Compiling bitflags v1.3.2
19452023-12-06T01:02:31.346Z Compiling zerocopy v0.3.0
19462023-12-06T01:02:32.082Z Compiling pest_meta v2.7.2
19472023-12-06T01:02:32.356Z Compiling schemars_derive v0.8.13
19482023-12-06T01:02:33.811Z Compiling lazy_static v1.4.0
19492023-12-06T01:02:35.112Z Compiling pest_generator v2.7.2
19502023-12-06T01:02:37.249Z Compiling backtrace v0.3.69
19512023-12-06T01:02:37.260Z Compiling memoffset v0.9.0
19522023-12-06T01:02:37.427Z Compiling num-bigint v0.4.4
19532023-12-06T01:02:37.705Z Compiling untrusted v0.9.0
19542023-12-06T01:02:37.843Z Compiling doc-comment v0.3.3
19552023-12-06T01:02:37.947Z Compiling untrusted v0.7.1
19562023-12-06T01:02:37.995Z Compiling iana-time-zone v0.1.57
19572023-12-06T01:02:38.078Z Compiling base64ct v1.6.0
19582023-12-06T01:02:38.231Z Compiling equivalent v1.0.1
19592023-12-06T01:02:38.372Z Compiling hashbrown v0.14.2
19602023-12-06T01:02:38.510Z Compiling foreign-types-shared v0.1.1
19612023-12-06T01:02:38.558Z Compiling crossbeam-utils v0.8.16
19622023-12-06T01:02:38.663Z Compiling smoltcp v0.9.1
19632023-12-06T01:02:38.813Z Compiling pest_derive v2.7.2
19642023-12-06T01:02:39.229Z Compiling hashbrown v0.12.3
19652023-12-06T01:02:39.604Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19662023-12-06T01:02:39.985Z Compiling percent-encoding v2.3.1
19672023-12-06T01:02:40.326Z Compiling async-trait v0.1.74
19682023-12-06T01:02:40.484Z Compiling openssl-probe v0.1.5
19692023-12-06T01:02:40.581Z Compiling dtrace-parser v0.1.14
19702023-12-06T01:02:40.635Z Compiling pem-rfc7468 v0.7.0
19712023-12-06T01:02:40.885Z Compiling foreign-types v0.3.2
19722023-12-06T01:02:43.060Z Compiling dof v0.1.5
19732023-12-06T01:02:43.237Z Compiling der_derive v0.7.2
19742023-12-06T01:02:43.500Z Compiling clap_derive v4.4.2
19752023-12-06T01:02:45.480Z Compiling bytes v1.5.0
19762023-12-06T01:02:46.817Z Compiling bitflags v2.4.0
19772023-12-06T01:02:46.866Z Compiling tokio v1.34.0
19782023-12-06T01:02:47.706Z Compiling rustc_version v0.4.0
19792023-12-06T01:02:48.660Z Compiling heapless v0.7.16
19802023-12-06T01:02:49.271Z Compiling http v0.2.11
19812023-12-06T01:02:49.525Z Compiling uuid v1.6.1
19822023-12-06T01:02:50.658Z Compiling indexmap v2.1.0
19832023-12-06T01:02:51.268Z Compiling chrono v0.4.31
19842023-12-06T01:02:52.670Z Compiling thread-id v4.2.0
19852023-12-06T01:02:52.942Z Compiling rustversion v1.0.14
19862023-12-06T01:02:53.126Z Compiling time-core v0.1.1
19872023-12-06T01:02:53.254Z Compiling try-lock v0.2.4
19882023-12-06T01:02:53.364Z Compiling utf8parse v0.2.1
19892023-12-06T01:02:53.630Z Compiling adler v1.0.2
19902023-12-06T01:02:53.818Z Compiling flagset v0.4.3
19912023-12-06T01:02:54.092Z Compiling anstyle v1.0.2
19922023-12-06T01:02:54.149Z Compiling siphasher v0.3.11
19932023-12-06T01:02:54.939Z Compiling cpufeatures v0.2.9
19942023-12-06T01:02:55.022Z Compiling der v0.7.8
19952023-12-06T01:02:55.071Z Compiling sha2 v0.10.8
19962023-12-06T01:02:58.108Z Compiling miniz_oxide v0.7.1
19972023-12-06T01:03:00.332Z Compiling tokio-util v0.7.10
19982023-12-06T01:03:00.390Z Compiling anstyle-parse v0.2.1
19992023-12-06T01:03:01.061Z Compiling want v0.3.1
20002023-12-06T01:03:01.447Z Compiling time-macros v0.2.13
20012023-12-06T01:03:02.264Z Compiling h2 v0.3.21
20022023-12-06T01:03:05.813Z Compiling http-body v0.4.5
20032023-12-06T01:03:07.409Z Compiling serde_tokenstream v0.1.7
20042023-12-06T01:03:08.576Z Compiling rustls-webpki v0.101.7
20052023-12-06T01:03:08.728Z Compiling sct v0.7.0
20062023-12-06T01:03:09.124Z Compiling form_urlencoded v1.2.1
20072023-12-06T01:03:09.464Z Compiling hubpack_derive v0.1.1
20082023-12-06T01:03:09.616Z Compiling pin-project-internal v1.1.3
20092023-12-06T01:03:10.994Z Compiling socket2 v0.4.9
20102023-12-06T01:03:11.039Z Compiling crossbeam-epoch v0.9.15
20112023-12-06T01:03:11.671Z Compiling anstyle-query v1.0.0
20122023-12-06T01:03:11.948Z Compiling anyhow v1.0.75
20132023-12-06T01:03:12.650Z Compiling colorchoice v1.0.0
20142023-12-06T01:03:12.849Z Compiling tower-service v0.3.2
20152023-12-06T01:03:13.336Z Compiling radium v0.7.0
20162023-12-06T01:03:13.474Z Compiling slog v2.7.0
20172023-12-06T01:03:13.842Z Compiling httpdate v1.0.3
20182023-12-06T01:03:14.504Z Compiling hyper v0.14.27
20192023-12-06T01:03:15.431Z Compiling anstream v0.5.0
20202023-12-06T01:03:22.506Z Compiling terminal_size v0.2.6
20212023-12-06T01:03:24.879Z Compiling spki v0.7.2
20222023-12-06T01:03:25.680Z Compiling serde_spanned v0.6.4
20232023-12-06T01:03:25.705Z Compiling toml_datetime v0.6.5
20242023-12-06T01:03:26.318Z Compiling rustls-pemfile v1.0.3
20252023-12-06T01:03:26.806Z Compiling zerocopy v0.6.4
20262023-12-06T01:03:27.978Z Compiling hmac v0.12.1
20272023-12-06T01:03:28.333Z Compiling md-5 v0.10.5
20282023-12-06T01:03:28.511Z Compiling idna v0.5.0
20292023-12-06T01:03:29.031Z Compiling stringprep v0.1.3
20302023-12-06T01:03:29.031Z Compiling diesel_table_macro_syntax v0.1.0
20312023-12-06T01:03:29.556Z Compiling hash32 v0.2.1
20322023-12-06T01:03:29.806Z Compiling aho-corasick v1.0.4
20332023-12-06T01:03:30.457Z Compiling tap v1.0.1
20342023-12-06T01:03:30.463Z Compiling maybe-uninit v2.0.0
20352023-12-06T01:03:30.463Z Compiling stable_deref_trait v1.2.0
20362023-12-06T01:03:30.463Z Compiling fallible-iterator v0.2.0
20372023-12-06T01:03:30.495Z Compiling regex-syntax v0.8.2
20382023-12-06T01:03:30.760Z Compiling either v1.9.0
20392023-12-06T01:03:30.881Z Compiling winnow v0.5.15
20402023-12-06T01:03:31.433Z Compiling clap_lex v0.5.1
20412023-12-06T01:03:31.533Z Compiling gimli v0.28.0
20422023-12-06T01:03:32.609Z Compiling strsim v0.10.0
20432023-12-06T01:03:32.784Z Compiling dyn-clone v1.0.13
20442023-12-06T01:03:35.717Z Compiling clap_builder v4.4.2
20452023-12-06T01:03:35.842Z Compiling postgres-protocol v0.6.6
20462023-12-06T01:03:36.426Z Compiling regex-automata v0.4.3
20472023-12-06T01:03:37.355Z Compiling wyz v0.5.1
20482023-12-06T01:03:37.699Z Compiling url v2.5.0
20492023-12-06T01:03:37.946Z Compiling diesel_derives v2.1.2
20502023-12-06T01:03:38.143Z Compiling tokio-rustls v0.24.1
20512023-12-06T01:03:38.690Z Compiling addr2line v0.21.0
20522023-12-06T01:03:40.501Z Compiling rustls-native-certs v0.6.3
20532023-12-06T01:03:40.658Z Compiling strum_macros v0.25.2
20542023-12-06T01:03:41.763Z Compiling tokio-native-tls v0.3.1
20552023-12-06T01:03:47.098Z Compiling usdt-macro v0.3.5
20562023-12-06T01:03:47.563Z Compiling usdt-attr-macro v0.3.5
20572023-12-06T01:03:49.680Z Compiling phf_shared v0.11.2
20582023-12-06T01:03:50.314Z Compiling block-padding v0.3.3
20592023-12-06T01:03:50.406Z Compiling snafu-derive v0.7.5
20602023-12-06T01:03:50.620Z Compiling enum-as-inner v0.5.1
20612023-12-06T01:03:50.633Z Compiling serde_repr v0.1.16
20622023-12-06T01:03:52.109Z Compiling scheduled-thread-pool v0.2.7
20632023-12-06T01:03:52.250Z Compiling object v0.32.1
20642023-12-06T01:03:55.722Z Compiling regex-automata v0.1.10
20652023-12-06T01:03:58.373Z Compiling num-bigint-dig v0.8.4
20662023-12-06T01:03:58.799Z Compiling rustc-demangle v0.1.23
20672023-12-06T01:03:59.988Z Compiling ipnet v2.8.0
20682023-12-06T01:04:00.196Z Compiling funty v2.0.0
20692023-12-06T01:04:01.346Z Compiling packed_struct v0.10.1
20702023-12-06T01:04:01.716Z Compiling managed v0.8.0
20712023-12-06T01:04:01.934Z Compiling num_threads v0.1.6
20722023-12-06T01:04:03.117Z Compiling bit-vec v0.6.3
20732023-12-06T01:04:03.369Z Compiling matches v0.1.10
20742023-12-06T01:04:03.373Z Compiling deranged v0.3.8
20752023-12-06T01:04:04.952Z Compiling idna v0.2.3
20762023-12-06T01:04:06.475Z Compiling time v0.3.27
20772023-12-06T01:04:10.417Z Compiling bitvec v1.0.1
20782023-12-06T01:04:11.226Z Compiling bstr v0.2.17
20792023-12-06T01:04:13.458Z Compiling r2d2 v0.8.10
20802023-12-06T01:04:14.901Z Compiling inout v0.1.3
20812023-12-06T01:04:15.991Z Compiling phf v0.11.2
20822023-12-06T01:04:17.120Z Compiling regex v1.10.2
20832023-12-06T01:04:17.821Z Compiling hyper-tls v0.5.0
20842023-12-06T01:04:18.319Z Compiling clap v4.4.3
20852023-12-06T01:04:18.475Z Compiling signal-hook-mio v0.2.3
20862023-12-06T01:04:18.686Z Compiling hyper-rustls v0.24.2
20872023-12-06T01:04:18.784Z Compiling flate2 v1.0.28
20882023-12-06T01:04:18.802Z Compiling bzip2 v0.4.4
20892023-12-06T01:04:19.352Z Compiling postgres-types v0.2.6
20902023-12-06T01:04:19.512Z Compiling toml_edit v0.19.15
20912023-12-06T01:04:20.364Z Compiling ipnetwork v0.20.0
20922023-12-06T01:04:20.403Z Compiling itertools v0.11.0
20932023-12-06T01:04:21.587Z Compiling pkcs8 v0.10.2
20942023-12-06T01:04:21.666Z Compiling pin-project v1.1.3
20952023-12-06T01:04:21.909Z Compiling hubpack v0.1.2
20962023-12-06T01:04:22.018Z Compiling serde_urlencoded v0.7.1
20972023-12-06T01:04:22.563Z Compiling phf_shared v0.10.0
20982023-12-06T01:04:22.921Z Compiling futures-executor v0.3.29
20992023-12-06T01:04:25.836Z Compiling signature v2.1.0
21002023-12-06T01:04:26.020Z Compiling packed_struct_codegen v0.10.1
21012023-12-06T01:04:27.403Z Compiling float-cmp v0.9.0
21022023-12-06T01:04:28.195Z Compiling encoding_rs v0.8.33
21032023-12-06T01:04:28.994Z Compiling mime v0.3.17
21042023-12-06T01:04:29.283Z Compiling data-encoding v2.4.0
21052023-12-06T01:04:29.813Z Compiling static_assertions v1.1.0
21062023-12-06T01:04:29.946Z Compiling whoami v1.4.1
21072023-12-06T01:04:30.553Z Compiling new_debug_unreachable v1.0.4
21082023-12-06T01:04:30.680Z Compiling crc-catalog v2.2.0
21092023-12-06T01:04:30.762Z Compiling unicode-segmentation v1.10.1
21102023-12-06T01:04:30.878Z Compiling precomputed-hash v0.1.1
21112023-12-06T01:04:31.008Z Compiling normalize-line-endings v0.3.0
21122023-12-06T01:04:31.035Z Compiling predicates-core v1.0.6
21132023-12-06T01:04:31.514Z Compiling regex-automata v0.3.8
21142023-12-06T01:04:32.140Z Compiling difflib v0.4.0
21152023-12-06T01:04:32.197Z Compiling fixedbitset v0.4.2
21162023-12-06T01:04:32.827Z Compiling webpki-roots v0.25.2
21172023-12-06T01:04:33.064Z Compiling unicode-width v0.1.11
21182023-12-06T01:04:34.485Z Compiling nodrop v0.1.14
21192023-12-06T01:04:35.205Z Compiling array-init v0.0.4
21202023-12-06T01:04:36.889Z Compiling bstr v1.6.0
21212023-12-06T01:04:37.158Z Compiling console v0.15.7
21222023-12-06T01:04:37.227Z Compiling reqwest v0.11.22
21232023-12-06T01:04:39.321Z Compiling predicates v3.0.4
21242023-12-06T01:04:40.602Z Compiling petgraph v0.6.4
21252023-12-06T01:04:41.720Z Compiling similar v2.2.1
21262023-12-06T01:04:43.116Z Compiling string_cache v0.8.7
21272023-12-06T01:04:43.763Z Compiling crc v3.0.1
21282023-12-06T01:04:45.053Z Compiling tokio-postgres v0.7.10
21292023-12-06T01:04:49.116Z Compiling trust-dns-proto v0.22.0
21302023-12-06T01:04:52.690Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21312023-12-06T01:05:03.530Z Compiling toml v0.7.8
21322023-12-06T01:05:03.656Z Compiling futures v0.3.29
21332023-12-06T01:05:04.985Z Compiling pkcs1 v0.7.5
21342023-12-06T01:05:05.624Z Compiling snafu v0.7.5
21352023-12-06T01:05:26.228Z Compiling diesel v2.1.4
21362023-12-06T01:05:26.694Z Compiling smallvec v0.6.14
21372023-12-06T01:05:26.694Z Compiling zip v0.6.6
21382023-12-06T01:05:26.694Z Compiling yasna v0.5.2
21392023-12-06T01:05:26.694Z Compiling crossterm v0.27.0
21402023-12-06T01:05:26.694Z Compiling cipher v0.4.4
21412023-12-06T01:05:26.714Z Compiling hashbrown v0.13.2
21422023-12-06T01:05:26.715Z Compiling bit-set v0.5.3
21432023-12-06T01:05:26.715Z Compiling usdt v0.3.5
21442023-12-06T01:05:26.715Z Compiling is-terminal v0.4.9
21452023-12-06T01:05:26.715Z Compiling toml_edit v0.21.0
21462023-12-06T01:05:26.715Z Compiling itertools v0.10.5
21472023-12-06T01:05:26.715Z Compiling tokio-stream v0.1.14
21482023-12-06T01:05:26.715Z Compiling openapiv3 v2.0.0-rc.1
21492023-12-06T01:05:26.715Z Compiling hex v0.4.3
21502023-12-06T01:05:27.988Z Compiling lalrpop-util v0.19.12
21512023-12-06T01:05:28.786Z Compiling bitfield v0.14.0
21522023-12-06T01:05:32.022Z Compiling termcolor v1.2.0
21532023-12-06T01:05:34.116Z Compiling env_logger v0.10.0
21542023-12-06T01:05:45.754Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21552023-12-06T01:05:58.317Z Compiling rsa v0.9.2
21562023-12-06T01:06:03.885Z Compiling serde-hex v0.1.0
21572023-12-06T01:06:07.467Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21582023-12-06T01:06:12.797Z Compiling x509-cert v0.2.4
21592023-12-06T01:06:13.452Z Compiling ron v0.8.1
21602023-12-06T01:06:14.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21612023-12-06T01:06:15.498Z Compiling crc-any v2.4.3
21622023-12-06T01:06:34.951Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21632023-12-06T01:06:42.367Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21642023-12-06T01:06:59.456Z Compiling object v0.30.4
21652023-12-06T01:07:07.226Z Compiling path-slash v0.1.5
21662023-12-06T01:07:20.524Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21672023-12-06T01:07:53.790Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21682023-12-06T01:07:54.963Z Finished release [optimized] target(s) in 5m 58s
21692023-12-06T01:07:55.051Z
21702023-12-06T01:07:55.051Zreal 5:58.433185086
21712023-12-06T01:07:55.051Zuser 41:28.354132405
21722023-12-06T01:07:55.051Zsys 3:38.329560506
21732023-12-06T01:07:55.051Ztrap 1.651904736
21742023-12-06T01:07:55.052Ztflt 1.008235953
21752023-12-06T01:07:55.052Zdflt 0.472112663
21762023-12-06T01:07:55.055Zkflt 0.007289298
21772023-12-06T01:07:55.055Zlock 1:31:57.900183718
21782023-12-06T01:07:55.055Zslp 1:56:44.167917007
21792023-12-06T01:07:55.055Zlat 1:47.819307650
21802023-12-06T01:07:55.055Zstop 1:30.221900428
21812023-12-06T01:07:55.055Z+ ptime -m gzip
21822023-12-06T01:07:55.728Z
21832023-12-06T01:07:55.732Zreal 0.654195774
21842023-12-06T01:07:55.732Zuser 0.646488616
21852023-12-06T01:07:55.732Zsys 0.007140080
21862023-12-06T01:07:55.732Ztrap 0.000062226
21872023-12-06T01:07:55.733Ztflt 0.000000000
21882023-12-06T01:07:55.733Zdflt 0.000000000
21892023-12-06T01:07:55.733Zkflt 0.000000000
21902023-12-06T01:07:55.733Zlock 0.000000000
21912023-12-06T01:07:55.733Zslp 0.000000000
21922023-12-06T01:07:55.733Zlat 0.000178757
21932023-12-06T01:07:55.733Zstop 0.000224696
21942023-12-06T01:07:55.733Z+ banner tufaceous
21952023-12-06T01:07:55.733Z
21962023-12-06T01:07:55.733Z ##### # # ###### ## #### ###### #### # # ####
21972023-12-06T01:07:55.733Z # # # # # # # # # # # # # #
21982023-12-06T01:07:55.733Z # # # ##### # # # ##### # # # # ####
21992023-12-06T01:07:55.733Z # # # # ###### # # # # # # #
22002023-12-06T01:07:55.733Z # # # # # # # # # # # # # # #
22012023-12-06T01:07:55.733Z # #### # # # #### ###### #### #### ####
22022023-12-06T01:07:55.733Z
22032023-12-06T01:07:55.733Z+ ptime -m cargo build --locked -p tufaceous --release
22042023-12-06T01:07:56.375Z Downloading crates ...
22052023-12-06T01:07:56.763Z Downloaded globset v0.4.13
22062023-12-06T01:07:56.770Z Downloaded serde_plain v1.0.2
22072023-12-06T01:07:56.770Z Downloaded bytesize v1.3.0
22082023-12-06T01:07:56.770Z Downloaded fs-err v2.11.0
22092023-12-06T01:07:56.770Z Downloaded buf-list v1.0.3
22102023-12-06T01:07:56.781Z Downloaded humantime v2.1.0
22112023-12-06T01:07:56.784Z Downloaded olpc-cjson v0.1.3
22122023-12-06T01:07:56.785Z Downloaded async-recursion v1.0.5
22132023-12-06T01:07:56.785Z Downloaded typed-path v0.6.0
22142023-12-06T01:07:56.792Z Downloaded tough v0.15.0
22152023-12-06T01:07:56.958Z Compiling serde_tokenstream v0.2.0
22162023-12-06T01:07:56.981Z Compiling regress v0.7.1
22172023-12-06T01:07:56.995Z Compiling dirs-sys-next v0.1.2
22182023-12-06T01:07:56.999Z Compiling ident_case v1.0.1
22192023-12-06T01:07:57.027Z Compiling thread_local v1.1.7
22202023-12-06T01:07:57.032Z Compiling slog-async v2.8.0
22212023-12-06T01:07:57.049Z Compiling camino v1.1.6
22222023-12-06T01:07:57.238Z Compiling dirs-next v2.0.0
22232023-12-06T01:07:57.590Z Compiling darling_core v0.20.3
22242023-12-06T01:07:57.676Z Compiling heck v0.4.1
22252023-12-06T01:07:57.802Z Compiling term v0.7.0
22262023-12-06T01:07:57.894Z Compiling crossbeam-channel v0.5.8
22272023-12-06T01:07:58.329Z Compiling getopts v0.2.21
22282023-12-06T01:07:58.832Z Compiling structmeta-derive v0.2.0
22292023-12-06T01:07:59.721Z Compiling atty v0.2.14
22302023-12-06T01:07:59.734Z Compiling multer v2.1.0
22312023-12-06T01:07:59.920Z Compiling unsafe-libyaml v0.2.9
22322023-12-06T01:08:00.151Z Compiling take_mut v0.2.2
22332023-12-06T01:08:00.371Z Compiling paste v1.0.14
22342023-12-06T01:08:00.748Z Compiling match_cfg v0.1.0
22352023-12-06T01:08:00.881Z Compiling hostname v0.3.1
22362023-12-06T01:08:01.320Z Compiling slog-term v2.9.0
22372023-12-06T01:08:02.832Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22382023-12-06T01:08:04.790Z Compiling structmeta v0.2.0
22392023-12-06T01:08:05.392Z Compiling serde_yaml v0.9.25
22402023-12-06T01:08:06.442Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22412023-12-06T01:08:06.468Z Compiling slog-json v2.6.1
22422023-12-06T01:08:06.643Z Compiling darling_macro v0.20.3
22432023-12-06T01:08:07.236Z Compiling async-stream-impl v0.3.5
22442023-12-06T01:08:08.070Z Compiling darling v0.20.3
22452023-12-06T01:08:08.236Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22462023-12-06T01:08:08.709Z Compiling fastrand v2.0.0
22472023-12-06T01:08:08.811Z Compiling regex-syntax v0.7.5
22482023-12-06T01:08:09.140Z Compiling atomic-waker v1.1.1
22492023-12-06T01:08:09.444Z Compiling waitgroup v0.1.2
22502023-12-06T01:08:09.764Z Compiling tempfile v3.8.1
22512023-12-06T01:08:09.785Z Compiling async-stream v0.3.5
22522023-12-06T01:08:09.954Z Compiling serde_with_macros v2.3.3
22532023-12-06T01:08:10.242Z Compiling slog-bunyan v2.4.0
22542023-12-06T01:08:12.979Z Compiling toml v0.8.8
22552023-12-06T01:08:13.297Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22562023-12-06T01:08:13.843Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22572023-12-06T01:08:15.232Z Compiling sha1 v0.10.6
22582023-12-06T01:08:15.719Z Compiling serde_path_to_error v0.1.14
22592023-12-06T01:08:16.272Z Compiling fs-err v2.11.0
22602023-12-06T01:08:16.599Z Compiling instant v0.1.12
22612023-12-06T01:08:16.704Z Compiling same-file v1.0.6
22622023-12-06T01:08:16.771Z Compiling buf-list v1.0.3
22632023-12-06T01:08:16.813Z Compiling debug-ignore v1.0.5
22642023-12-06T01:08:17.024Z Compiling arc-swap v1.6.0
22652023-12-06T01:08:17.339Z Compiling walkdir v2.4.0
22662023-12-06T01:08:17.641Z Compiling backoff v0.4.0
22672023-12-06T01:08:18.185Z Compiling slog-scope v4.4.0
22682023-12-06T01:08:18.408Z Compiling serde_with v2.3.3
22692023-12-06T01:08:19.040Z Compiling parse-display-derive v0.8.2
22702023-12-06T01:08:19.566Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22712023-12-06T01:08:20.226Z Compiling globset v0.4.13
22722023-12-06T01:08:20.614Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732023-12-06T01:08:20.857Z Compiling strum v0.25.0
22742023-12-06T01:08:21.129Z Compiling olpc-cjson v0.1.3
22752023-12-06T01:08:21.878Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22762023-12-06T01:08:21.892Z Compiling pem v3.0.2
22772023-12-06T01:08:22.035Z Compiling macaddr v1.0.1
22782023-12-06T01:08:23.228Z Compiling serde_plain v1.0.2
22792023-12-06T01:08:24.066Z Compiling async-recursion v1.0.5
22802023-12-06T01:08:24.519Z Compiling filetime v0.2.22
22812023-12-06T01:08:24.987Z Compiling xattr v1.0.1
22822023-12-06T01:08:25.262Z Compiling parse-display v0.8.2
22832023-12-06T01:08:25.423Z Compiling typed-path v0.6.0
22842023-12-06T01:08:25.560Z Compiling tar v0.4.40
22852023-12-06T01:08:25.579Z Compiling slog-stdlog v4.1.1
22862023-12-06T01:08:27.461Z Compiling camino-tempfile v1.1.1
22872023-12-06T01:08:28.723Z Compiling itertools v0.12.0
22882023-12-06T01:08:28.726Z Compiling bytesize v1.3.0
22892023-12-06T01:08:28.994Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22902023-12-06T01:08:29.180Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22912023-12-06T01:08:34.578Z Compiling tough v0.15.0
22922023-12-06T01:08:35.081Z Compiling slog-envlogger v2.2.0
22932023-12-06T01:08:35.122Z Compiling humantime v2.1.0
22942023-12-06T01:08:38.851Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22952023-12-06T01:09:03.546Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22962023-12-06T01:09:03.834Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972023-12-06T01:09:13.750Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22982023-12-06T01:09:16.132Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22992023-12-06T01:09:45.274Z Finished release [optimized] target(s) in 1m 49s
23002023-12-06T01:09:45.363Z
23012023-12-06T01:09:45.366Zreal 1:49.618158373
23022023-12-06T01:09:45.367Zuser 11:40.952850701
23032023-12-06T01:09:45.367Zsys 44.219745428
23042023-12-06T01:09:45.367Ztrap 0.417652711
23052023-12-06T01:09:45.367Ztflt 0.397016191
23062023-12-06T01:09:45.367Zdflt 0.712074548
23072023-12-06T01:09:45.367Zkflt 0.000277902
23082023-12-06T01:09:45.367Zlock 21:14.731567104
23092023-12-06T01:09:45.367Zslp 23:32.814026125
23102023-12-06T01:09:45.367Zlat 22.145669458
23112023-12-06T01:09:45.367Zstop 13.269281859
23122023-12-06T01:09:45.367Z+ ptime -m gzip
23132023-12-06T01:09:47.731Z
23142023-12-06T01:09:47.735Zreal 2.355138095
23152023-12-06T01:09:47.736Zuser 2.324010684
23162023-12-06T01:09:47.736Zsys 0.030371669
23172023-12-06T01:09:47.736Ztrap 0.000249464
23182023-12-06T01:09:47.736Ztflt 0.000000000
23192023-12-06T01:09:47.736Zdflt 0.000000000
23202023-12-06T01:09:47.736Zkflt 0.000000000
23212023-12-06T01:09:47.736Zlock 0.000000000
23222023-12-06T01:09:47.736Zslp 0.000000000
23232023-12-06T01:09:47.736Zlat 0.000175196
23242023-12-06T01:09:47.736Zstop 0.000227936
23252023-12-06T01:09:47.736Zprocess exited: duration 1129057 ms, exit code 0
 
23262023-12-06T01:09:47.756Zfound 5 output files
23272023-12-06T01:09:47.756Zuploading: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz (6319406 bytes)
23282023-12-06T01:09:51.602Zuploaded: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz
23292023-12-06T01:09:51.602Zuploading: /work/end-to-end-tests/bootstrap.gz (95840491 bytes)
23302023-12-06T01:10:19.995Zuploaded: /work/end-to-end-tests/bootstrap.gz
23312023-12-06T01:10:19.995Zuploading: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz (99121215 bytes)
23322023-12-06T01:10:55.965Zuploaded: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz
23332023-12-06T01:10:55.965Zuploading: /work/caboose-util.gz (4091465 bytes)
23342023-12-06T01:10:59.361Zuploaded: /work/caboose-util.gz
23352023-12-06T01:10:59.361Zuploading: /work/tufaceous.gz (14958995 bytes)
23362023-12-06T01:11:10.024Zuploaded: /work/tufaceous.gz