01HMER71257KCFECXF4C1FVETF: 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: 01HMER7SBCRKWN7M07CARG7654

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-18T17:03:13.606Zjob assigned to worker 01HMERBTZ65S5TND8CXTD8YGAS (queued for 3 m 13 s)
 
22024-01-18T17:03:13.736Zstarting task 0: "setup"
32024-01-18T17:03:13.779Z++ uname -s
42024-01-18T17:03:13.782Z+ kern=SunOS
52024-01-18T17:03:13.783Z+ case "$kern" in
62024-01-18T17:03:13.783Z+ groupadd -g 12345 build
72024-01-18T17:03:13.786Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-18T17:03:15.831Z+ zfs create -o mountpoint=/work rpool/work
92024-01-18T17:03:15.924Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-18T17:03:15.933Z+ home_fs=zfs
112024-01-18T17:03:15.933Z+ [[ zfs == autofs ]]
122024-01-18T17:03:15.933Z+ mkdir -p /home/build
132024-01-18T17:03:15.933Z+ chown build:build /home/build /work
142024-01-18T17:03:17.929Z+ chmod 0700 /home/build /work
152024-01-18T17:03:17.932Zprocess exited: duration 4196 ms, exit code 0
 
162024-01-18T17:03:17.939Zstarting task 1: "rust-toolchain"
172024-01-18T17:03:17.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-18T17:03:17.957Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-18T17:03:18.322Zinfo: downloading installer
202024-01-18T17:03:19.983Zwarning: it looks like you have an existing installation of Rust at:
212024-01-18T17:03:19.984Zwarning: /opt/ooce/bin
222024-01-18T17:03:19.984Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-18T17:03:19.984Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-18T17:03:19.984Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-18T17:03:19.984Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-18T17:03:19.984Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-18T17:03:19.984Zerror: cannot install while Rust is installed
282024-01-18T17:03:19.984Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-18T17:03:20.145Zinfo: profile set to 'default'
302024-01-18T17:03:20.145Zinfo: default host triple is x86_64-unknown-illumos
312024-01-18T17:03:20.151Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-18T17:03:20.323Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-18T17:03:20.323Zinfo: downloading component 'cargo'
342024-01-18T17:03:20.969Zinfo: downloading component 'clippy'
352024-01-18T17:03:21.205Zinfo: downloading component 'rust-docs'
362024-01-18T17:03:22.024Zinfo: downloading component 'rust-std'
372024-01-18T17:03:23.488Zinfo: downloading component 'rustc'
382024-01-18T17:03:26.982Zinfo: downloading component 'rustfmt'
392024-01-18T17:03:27.196Zinfo: installing component 'cargo'
402024-01-18T17:03:28.627Zinfo: installing component 'clippy'
412024-01-18T17:03:29.207Zinfo: installing component 'rust-docs'
422024-01-18T17:03:31.941Zinfo: installing component 'rust-std'
432024-01-18T17:03:35.043Zinfo: installing component 'rustc'
442024-01-18T17:03:41.475Zinfo: installing component 'rustfmt'
452024-01-18T17:03:41.903Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-18T17:03:41.903Z
472024-01-18T17:03:42.035Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-18T17:03:42.035Z
492024-01-18T17:03:42.035Z
502024-01-18T17:03:42.035ZRust is installed now. Great!
512024-01-18T17:03:42.035Z
522024-01-18T17:03:42.039ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-18T17:03:42.039Zenvironment variable. This has not been done automatically.
542024-01-18T17:03:42.039Z
552024-01-18T17:03:42.039ZTo configure your current shell, run:
562024-01-18T17:03:42.039Zsource "$HOME/.cargo/env"
572024-01-18T17:03:42.116Z+ rustc --version
582024-01-18T17:03:42.228Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-18T17:03:42.246Zprocess exited: duration 24291 ms, exit code 0
 
602024-01-18T17:03:42.264Zstarting task 2: "authentication"
612024-01-18T17:03:42.293Zprocess exited: duration 31 ms, exit code 0
 
622024-01-18T17:03:42.326Zstarting task 3: "clone repository"
632024-01-18T17:03:42.337Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-18T17:03:42.337Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-18T17:03:42.428ZCloning into '/work/oxidecomputer/omicron'...
662024-01-18T17:03:49.906Z+ cd /work/oxidecomputer/omicron
672024-01-18T17:03:49.917Z+ [[ -n tmp-dropshot-new ]]
682024-01-18T17:03:49.917Z+ git fetch origin tmp-dropshot-new
692024-01-18T17:03:50.275ZFrom https://github.com/oxidecomputer/omicron
702024-01-18T17:03:50.275Z * branch tmp-dropshot-new -> FETCH_HEAD
712024-01-18T17:03:50.285Z+ git checkout -B tmp-dropshot-new remotes/origin/tmp-dropshot-new
722024-01-18T17:03:50.395ZSwitched to a new branch 'tmp-dropshot-new'
732024-01-18T17:03:50.401Zbranch 'tmp-dropshot-new' set up to track 'origin/tmp-dropshot-new'.
742024-01-18T17:03:50.401Z+ git reset --hard 6b6cb3e9fcf562f0a6e7f8f9856452d2c841e185
752024-01-18T17:03:50.577ZHEAD is now at 6b6cb3e9f more update to Cargo.lock
762024-01-18T17:03:50.590Zprocess exited: duration 8257 ms, exit code 0
 
772024-01-18T17:03:50.620Zstarting task 4: "build"
782024-01-18T17:03:50.626Z+ cargo --version
792024-01-18T17:03:50.626Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
802024-01-18T17:03:50.811Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
812024-01-18T17:03:50.818Zinfo: downloading component 'cargo'
822024-01-18T17:03:51.543Zinfo: downloading component 'clippy'
832024-01-18T17:03:51.774Zinfo: downloading component 'rust-docs'
842024-01-18T17:03:52.682Zinfo: downloading component 'rust-std'
852024-01-18T17:03:54.035Zinfo: downloading component 'rustc'
862024-01-18T17:03:57.877Zinfo: downloading component 'rustfmt'
872024-01-18T17:03:58.095Zinfo: installing component 'cargo'
882024-01-18T17:03:59.373Zinfo: installing component 'clippy'
892024-01-18T17:03:59.867Zinfo: installing component 'rust-docs'
902024-01-18T17:04:02.817Zinfo: installing component 'rust-std'
912024-01-18T17:04:05.146Zinfo: installing component 'rustc'
922024-01-18T17:04:11.357Zinfo: installing component 'rustfmt'
932024-01-18T17:04:11.906Zcargo 1.74.1 (ecb9851af 2023-10-18)
942024-01-18T17:04:11.924Z+ rustc --version
952024-01-18T17:04:12.043Zrustc 1.74.1 (a28077b28 2023-12-04)
962024-01-18T17:04:12.050Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972024-01-18T17:04:24.523Z Startup: Refreshing catalog 'helios-dev' ... Done
982024-01-18T17:04:26.370Z Startup: Caching catalogs ... Done
992024-01-18T17:04:28.832ZPlanning: Solver setup ... Done (1.947s)
1002024-01-18T17:04:28.880ZPlanning: Running solver ... Done (0.052s)
1012024-01-18T17:04:28.910ZPlanning: Finding local manifests ... Done (0.003s)
1022024-01-18T17:04:28.922ZPlanning: Fetching manifests: 0/4 0% complete
1032024-01-18T17:04:29.372ZPlanning: Fetching manifests: 4/4 100% complete
1042024-01-18T17:04:29.390ZPlanning: Package planning ... Done (0.080s)
1052024-01-18T17:04:29.474ZPlanning: Merging actions ... Done (0.084s)
1062024-01-18T17:04:30.410ZPlanning: Checking for conflicting actions ... Done (0.936s)
1072024-01-18T17:04:30.428ZPlanning: Consolidating action changes ... Done (0.017s)
1082024-01-18T17:04:35.855ZPlanning: Evaluating mediators ... Done (5.427s)
1092024-01-18T17:04:35.870ZPlanning: Planning completed in 9.43 seconds
1102024-01-18T17:04:38.593Z Packages to install: 4
1112024-01-18T17:04:38.593Z Mediators to change: 2
1122024-01-18T17:04:38.593Z Services to change: 1
1132024-01-18T17:04:38.596Z Estimated space available: 148.87 GB
1142024-01-18T17:04:38.596ZEstimated space to be consumed: 1.40 GB
1152024-01-18T17:04:38.596Z Create boot environment: No
1162024-01-18T17:04:38.596ZCreate backup boot environment: No
1172024-01-18T17:04:38.597Z Rebuild boot archive: No
1182024-01-18T17:04:38.597Z
1192024-01-18T17:04:38.597ZChanged mediators:
1202024-01-18T17:04:38.597Z mediator clang:
1212024-01-18T17:04:38.597Z version: None -> 15 (system default)
1222024-01-18T17:04:38.597Z
1232024-01-18T17:04:38.597Z mediator llvm:
1242024-01-18T17:04:38.597Z version: 14 (system default) -> 15 (system default)
1252024-01-18T17:04:38.597Z
1262024-01-18T17:04:38.597ZChanged packages:
1272024-01-18T17:04:38.597Zhelios-dev
1282024-01-18T17:04:38.597Z developer/build-essential
1292024-01-18T17:04:38.597Z None -> 11-2.0
1302024-01-18T17:04:38.597Z library/libxmlsec1
1312024-01-18T17:04:38.598Z None -> 1.2.35-2.0
1322024-01-18T17:04:38.598Z ooce/developer/clang-15
1332024-01-18T17:04:38.598Z None -> 15.0.7-2.0
1342024-01-18T17:04:38.598Z ooce/developer/llvm-15
1352024-01-18T17:04:38.598Z None -> 15.0.7-2.0
1362024-01-18T17:04:38.598Z
1372024-01-18T17:04:38.598ZServices:
1382024-01-18T17:04:38.598Z restart_fmri:
1392024-01-18T17:04:38.598Z svc:/system/update-man-index:default
1402024-01-18T17:04:38.812Z
1412024-01-18T17:04:38.813ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422024-01-18T17:04:43.803ZDownload: 1260/3290 items 99.5/212.6MB 46% complete (20.0M/s)
1432024-01-18T17:04:48.804ZDownload: 2968/3290 items 121.2/212.6MB 57% complete (12.3M/s)
1442024-01-18T17:04:51.960ZDownload: Completed 212.60 MB in 13.15 seconds (16.2M/s)
1452024-01-18T17:04:52.396Z Actions: 1/3689 actions (Installing new actions)
1462024-01-18T17:04:57.435Z Actions: 2787/3689 actions (Installing new actions)
1472024-01-18T17:05:00.095Z Actions: Completed 3689 actions in 7.70 seconds.
1482024-01-18T17:05:00.341Z Done (0.242s)
1492024-01-18T17:05:00.341Z Done (0.000s)
1502024-01-18T17:05:00.664Z Done (0.327s)
1512024-01-18T17:05:08.240Z Done (7.439s)
1522024-01-18T17:05:08.481Z Done (0.137s)
1532024-01-18T17:05:08.491Z Done (0.000s)
1542024-01-18T17:05:08.714Z Done (0.000s)
1552024-01-18T17:05:09.442ZPlanning: Evaluating mediator changes ... Done
1562024-01-18T17:05:09.724ZPlanning: Checking for conflicting actions ... Done
1572024-01-18T17:05:09.728ZPlanning: Consolidating action changes ... Done
1582024-01-18T17:05:10.175ZPlanning: Evaluating mediators ... Done
1592024-01-18T17:05:10.178ZPlanning: Planning completed in 0.73 seconds
1602024-01-18T17:05:10.222Z Mediators to change: 2
1612024-01-18T17:05:10.222Z Create boot environment: No
1622024-01-18T17:05:10.222ZCreate backup boot environment: No
1632024-01-18T17:05:10.328Z Done
1642024-01-18T17:05:10.328Z Done
1652024-01-18T17:05:10.526Z Done
1662024-01-18T17:05:16.240Z Done
1672024-01-18T17:05:16.364Z Done
1682024-01-18T17:05:16.468Z Done
1692024-01-18T17:05:16.477Z Done
1702024-01-18T17:05:17.447ZPlanning: Evaluating mediator changes ... Done
1712024-01-18T17:05:17.450ZPlanning: Merging actions ... Done
1722024-01-18T17:05:17.784ZPlanning: Checking for conflicting actions ... Done
1732024-01-18T17:05:17.793ZPlanning: Consolidating action changes ... Done
1742024-01-18T17:05:18.204ZPlanning: Evaluating mediators ... Done
1752024-01-18T17:05:18.299ZPlanning: Planning completed in 1.27 seconds
1762024-01-18T17:05:18.343Z Packages to change: 1
1772024-01-18T17:05:18.349Z Mediators to change: 1
1782024-01-18T17:05:18.349Z Services to change: 1
1792024-01-18T17:05:18.349Z Create boot environment: No
1802024-01-18T17:05:18.349ZCreate backup boot environment: Yes
1812024-01-18T17:05:20.786Z Actions: 1/6 actions (Updating modified actions)
1822024-01-18T17:05:20.790Z Actions: Completed 6 actions in 0.00 seconds.
1832024-01-18T17:05:20.790Z Done
1842024-01-18T17:05:20.790Z Done
1852024-01-18T17:05:20.790Z Done
1862024-01-18T17:05:26.328Z Done
1872024-01-18T17:05:26.456Z Done
1882024-01-18T17:05:26.491Z Done
1892024-01-18T17:05:26.581Z Done
1902024-01-18T17:05:27.242ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-01-18T17:05:27.242Zclang system 15 system
1922024-01-18T17:05:27.242Zcsh system system illumos
1932024-01-18T17:05:27.242Zctags system system illumos
1942024-01-18T17:05:27.242Zgcc vendor 12 vendor
1952024-01-18T17:05:27.242Zgcc system 10 system
1962024-01-18T17:05:27.242Zgcc system 7 system
1972024-01-18T17:05:27.242Zgo system 1.20 system
1982024-01-18T17:05:27.242Zgo system 1.19 system
1992024-01-18T17:05:27.242Zllvm system 15 system
2002024-01-18T17:05:27.242Zllvm system 14 system
2012024-01-18T17:05:27.242Zmariadb system 10.6 system
2022024-01-18T17:05:27.242Zmta vendor vendor dma
2032024-01-18T17:05:27.243Zopenjdk system 17 system
2042024-01-18T17:05:27.243Zopenjdk system 11 system
2052024-01-18T17:05:27.243Zopenjdk system 1.8 system
2062024-01-18T17:05:27.243Zopenssl vendor 3 vendor
2072024-01-18T17:05:27.243Zperl system 5.36 system
2082024-01-18T17:05:27.243Zpostgresql system 15 system
2092024-01-18T17:05:27.243Zpostgresql system 13 system
2102024-01-18T17:05:27.243Zpython vendor 3 vendor
2112024-01-18T17:05:27.243Zpython system 2 system
2122024-01-18T17:05:27.243Zpython3 system 3.11 system
2132024-01-18T17:05:27.243Zruby system 3.0 system
2142024-01-18T17:05:27.243Zwords vendor vendor american-english
2152024-01-18T17:05:27.243Zwords system system australian-english
2162024-01-18T17:05:27.243Zwords system system british-english
2172024-01-18T17:05:27.243Zwords system system canadian-english
2182024-01-18T17:05:27.243Zwords system system french
2192024-01-18T17:05:27.243Zwords system system italian
2202024-01-18T17:05:27.243Zwords system system ngerman
2212024-01-18T17:05:27.243Zwords system system ogerman
2222024-01-18T17:05:27.243Zwords system system spanish
2232024-01-18T17:05:27.783ZFMRI IFO
2242024-01-18T17:05:27.783Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-01-18T17:05:27.783Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-01-18T17:05:27.783Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-01-18T17:05:27.783Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-01-18T17:05:27.784Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292024-01-18T17:05:27.784Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2302024-01-18T17:05:27.784Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2312024-01-18T17:05:27.784Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-01-18T17:05:27.863Z+ set -o errexit
2332024-01-18T17:05:27.873Z+++ dirname ./tools/ci_download_cockroachdb
2342024-01-18T17:05:27.873Z++ cd ./tools
2352024-01-18T17:05:27.873Z++ pwd
2362024-01-18T17:05:27.873Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2372024-01-18T17:05:27.873Z++ basename ./tools/ci_download_cockroachdb
2382024-01-18T17:05:27.874Z+ ARG0=ci_download_cockroachdb
2392024-01-18T17:05:27.874Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2402024-01-18T17:05:27.882Z+ CIDL_VERSION=v22.1.9
2412024-01-18T17:05:27.882Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2422024-01-18T17:05:27.883Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2432024-01-18T17:05:27.883Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2442024-01-18T17:05:27.883Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2452024-01-18T17:05:27.883Z+ TARGET_DIR=out
2462024-01-18T17:05:27.883Z+ DOWNLOAD_DIR=out/downloads
2472024-01-18T17:05:27.883Z+ DEST_DIR=./out/cockroachdb
2482024-01-18T17:05:27.883Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2492024-01-18T17:05:27.883Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2502024-01-18T17:05:27.884Z+ main
2512024-01-18T17:05:27.884Z+ [[ 0 != 0 ]]
2522024-01-18T17:05:27.884Z+ CIDL_OS=solaris2.11
2532024-01-18T17:05:27.884Z+ [[ 0 != 0 ]]
2542024-01-18T17:05:27.884Z+ configure_os solaris2.11
2552024-01-18T17:05:27.884Z+ echo 'current directory: /work/oxidecomputer/omicron'
2562024-01-18T17:05:27.884Zcurrent directory: /work/oxidecomputer/omicron
2572024-01-18T17:05:27.885Z+ echo 'configuring based on OS: "solaris2.11"'
2582024-01-18T17:05:27.885Zconfiguring based on OS: "solaris2.11"
2592024-01-18T17:05:27.885Z+ case "$1" in
2602024-01-18T17:05:27.885Z+ CIDL_BUILD=illumos
2612024-01-18T17:05:27.885Z+ CIDL_SUFFIX=tar.gz
2622024-01-18T17:05:27.885Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2632024-01-18T17:05:27.885Z+ CIDL_MD5FUNC=do_md5sum
2642024-01-18T17:05:27.885Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652024-01-18T17:05:27.885Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662024-01-18T17:05:27.886Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672024-01-18T17:05:27.886Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682024-01-18T17:05:27.886Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-01-18T17:05:27.886Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702024-01-18T17:05:27.886Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712024-01-18T17:05:27.886Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-01-18T17:05:27.886ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-01-18T17:05:27.886Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742024-01-18T17:05:27.887ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-01-18T17:05:27.887Z+ mkdir -p out/downloads
2762024-01-18T17:05:27.887Z+ mkdir -p ./out/cockroachdb
2772024-01-18T17:05:27.887Z+ local DO_DOWNLOAD=true
2782024-01-18T17:05:27.887Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792024-01-18T17:05:27.887Z+ '[' true == true ']'
2802024-01-18T17:05:27.890Z+ echo Downloading...
2812024-01-18T17:05:27.890ZDownloading...
2822024-01-18T17:05:27.890Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-01-18T17:05:27.890Z+ 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
2842024-01-18T17:05:29.703Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-01-18T17:05:29.715Z++ md5sum
2862024-01-18T17:05:29.716Z++ awk '{print $1}'
2872024-01-18T17:05:29.918Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2882024-01-18T17:05:29.918Z+ [[ 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 ]]
2892024-01-18T17:05:29.918Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-01-18T17:05:29.937Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2912024-01-18T17:05:33.342Z+ do_assemble_illumos
2922024-01-18T17:05:33.342Z+ rm -r ./out/cockroachdb
2932024-01-18T17:05:33.351Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2942024-01-18T17:05:33.970Z+ ./out/cockroachdb/bin/cockroach version
2952024-01-18T17:05:34.264ZBuild Tag: v22.1.9-dirty
2962024-01-18T17:05:34.264ZBuild Time: 2022/10/26 21:17:46
2972024-01-18T17:05:34.264ZDistribution: OSS
2982024-01-18T17:05:34.264ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2992024-01-18T17:05:34.264ZGo Version: go1.17.13
3002024-01-18T17:05:34.264ZC Compiler: gcc 10.3.0
3012024-01-18T17:05:34.264ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3022024-01-18T17:05:34.264ZBuild Type: release
3032024-01-18T17:05:34.285Z+ set -o errexit
3042024-01-18T17:05:34.289Z+++ dirname ./tools/ci_download_clickhouse
3052024-01-18T17:05:34.292Z++ cd ./tools
3062024-01-18T17:05:34.293Z++ pwd
3072024-01-18T17:05:34.293Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082024-01-18T17:05:34.293Z++ basename ./tools/ci_download_clickhouse
3092024-01-18T17:05:34.296Z+ ARG0=ci_download_clickhouse
3102024-01-18T17:05:34.296Z+ TARGET_DIR=out
3112024-01-18T17:05:34.296Z+ DOWNLOAD_DIR=out/downloads
3122024-01-18T17:05:34.296Z+ DEST_DIR=./out/clickhouse
3132024-01-18T17:05:34.296Z+ CIDL_VERSION=v22.8.9.24
3142024-01-18T17:05:34.297Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152024-01-18T17:05:34.297Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162024-01-18T17:05:34.297Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172024-01-18T17:05:34.297Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182024-01-18T17:05:34.297Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192024-01-18T17:05:34.297Z+ main
3202024-01-18T17:05:34.297Z+ [[ 0 != 0 ]]
3212024-01-18T17:05:34.297Z+ CIDL_OS=solaris2.11
3222024-01-18T17:05:34.297Z+ [[ 0 != 0 ]]
3232024-01-18T17:05:34.298Z+ configure_os solaris2.11
3242024-01-18T17:05:34.298Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252024-01-18T17:05:34.298Zcurrent directory: /work/oxidecomputer/omicron
3262024-01-18T17:05:34.300Z+ echo 'configuring based on OS: "solaris2.11"'
3272024-01-18T17:05:34.300Z+ CIDL_DASHREV=
3282024-01-18T17:05:34.300Z+ case "$1" in
3292024-01-18T17:05:34.300Zconfiguring based on OS: "solaris2.11"
3302024-01-18T17:05:34.300Z+ CIDL_PLATFORM=illumos
3312024-01-18T17:05:34.301Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322024-01-18T17:05:34.301Z+ CIDL_MD5FUNC=do_md5sum
3332024-01-18T17:05:34.301Z+ CIDL_DASHREV=-1
3342024-01-18T17:05:34.301Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352024-01-18T17:05:34.301Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362024-01-18T17:05:34.301Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372024-01-18T17:05:34.301Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-01-18T17:05:34.301ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-01-18T17:05:34.301Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402024-01-18T17:05:34.301Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412024-01-18T17:05:34.304Z+ mkdir -p out/downloads
3422024-01-18T17:05:34.304ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-01-18T17:05:34.308Z+ mkdir -p ./out/clickhouse
3442024-01-18T17:05:34.308Z+ local DO_DOWNLOAD=true
3452024-01-18T17:05:34.308Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462024-01-18T17:05:34.308Z+ '[' true == true ']'
3472024-01-18T17:05:34.308Z+ echo Downloading...
3482024-01-18T17:05:34.308ZDownloading...
3492024-01-18T17:05:34.308Z+ 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
3502024-01-18T17:05:34.308Z+ 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
3512024-01-18T17:05:35.663Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-01-18T17:05:35.666Z++ md5sum
3532024-01-18T17:05:35.670Z++ awk '{print $1}'
3542024-01-18T17:05:35.966Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552024-01-18T17:05:35.967Z+ [[ 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 ]]
3562024-01-18T17:05:35.967Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572024-01-18T17:05:35.970Z+ mkdir -p ./out/clickhouse
3582024-01-18T17:05:35.970Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592024-01-18T17:05:40.929Z+ ./out/clickhouse/clickhouse server --version
3602024-01-18T17:05:40.988ZClickHouse server version 22.8.9.1.
3612024-01-18T17:05:41.014Z+ set -o errexit
3622024-01-18T17:05:41.018Z+++ dirname ./tools/ci_download_console
3632024-01-18T17:05:41.018Z++ cd ./tools
3642024-01-18T17:05:41.018Z++ pwd
3652024-01-18T17:05:41.018Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662024-01-18T17:05:41.026Z++ basename ./tools/ci_download_console
3672024-01-18T17:05:41.027Z+ ARG0=ci_download_console
3682024-01-18T17:05:41.027Z+ TARGET_DIR=out
3692024-01-18T17:05:41.027Z+ DOWNLOAD_DIR=out/downloads
3702024-01-18T17:05:41.027Z+ DEST_DIR=./out/console-assets
3712024-01-18T17:05:41.027Z+ source /work/oxidecomputer/omicron/tools/console_version
3722024-01-18T17:05:41.027Z++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036
3732024-01-18T17:05:41.027Z++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
3742024-01-18T17:05:41.027Z+ URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3752024-01-18T17:05:41.027Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762024-01-18T17:05:41.027Z+ main
3772024-01-18T17:05:41.027Z+ [[ 0 != 0 ]]
3782024-01-18T17:05:41.028Z+ echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz'
3792024-01-18T17:05:41.028ZURL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3802024-01-18T17:05:41.028Z+ echo 'Local file: out/downloads/console.tar.gz'
3812024-01-18T17:05:41.028ZLocal file: out/downloads/console.tar.gz
3822024-01-18T17:05:41.028Z+ local DO_DOWNLOAD=true
3832024-01-18T17:05:41.028Z+ [[ -f out/downloads/console.tar.gz ]]
3842024-01-18T17:05:41.028Z+ mkdir -p out/downloads
3852024-01-18T17:05:41.032Z+ '[' true == true ']'
3862024-01-18T17:05:41.032ZDownloading...
3872024-01-18T17:05:41.032Z+ echo Downloading...
3882024-01-18T17:05:41.032Z+ do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz
3892024-01-18T17:05:41.032Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3902024-01-18T17:05:41.775Z++ do_sha256sum out/downloads/console.tar.gz
3912024-01-18T17:05:41.776Z++ case "$OSTYPE" in
3922024-01-18T17:05:41.776Z++ SHA=sha256sum
3932024-01-18T17:05:41.779Z++ sha256sum
3942024-01-18T17:05:41.779Z++ awk '{print $1}'
3952024-01-18T17:05:41.858Z+ calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
3962024-01-18T17:05:41.858Z+ [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]]
3972024-01-18T17:05:41.861Z+ rm -rf ./out/console-assets
3982024-01-18T17:05:41.861Z+ mkdir -p ./out/console-assets
3992024-01-18T17:05:41.861Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002024-01-18T17:05:41.861Z+ mkdir -p ./out/console-assets
4012024-01-18T17:05:41.864Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022024-01-18T17:05:41.999Z+ set -o errexit
4032024-01-18T17:05:42.003Z+++ dirname ./tools/ci_download_maghemite_openapi
4042024-01-18T17:05:42.006Z++ cd ./tools
4052024-01-18T17:05:42.006Z++ pwd
4062024-01-18T17:05:42.006Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-01-18T17:05:42.006Z++ basename ./tools/ci_download_maghemite_openapi
4082024-01-18T17:05:42.010Z+ ARG0=ci_download_maghemite_openapi
4092024-01-18T17:05:42.010Z+ TARGET_DIR=out
4102024-01-18T17:05:42.010Z+ DOWNLOAD_DIR=out/downloads
4112024-01-18T17:05:42.010Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122024-01-18T17:05:42.010Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4132024-01-18T17:05:42.010Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4142024-01-18T17:05:42.010Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4152024-01-18T17:05:42.010Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4162024-01-18T17:05:42.010Z+ main
4172024-01-18T17:05:42.010Z+ [[ 0 != 0 ]]
4182024-01-18T17:05:42.010Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4192024-01-18T17:05:42.010ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4202024-01-18T17:05:42.010Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4212024-01-18T17:05:42.010ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4222024-01-18T17:05:42.010Z+ local DO_DOWNLOAD=true
4232024-01-18T17:05:42.010Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4242024-01-18T17:05:42.010Z+ mkdir -p out/downloads
4252024-01-18T17:05:42.013Z+ '[' true == true ']'
4262024-01-18T17:05:42.013Z+ echo Downloading...
4272024-01-18T17:05:42.013ZDownloading...
4282024-01-18T17:05:42.014Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4292024-01-18T17:05:42.014Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4302024-01-18T17:05:42.197Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4312024-01-18T17:05:42.197Z++ case "$OSTYPE" in
4322024-01-18T17:05:42.204Z++ SHA=sha256sum
4332024-01-18T17:05:42.204Z++ sha256sum
4342024-01-18T17:05:42.204Z++ awk '{print $1}'
4352024-01-18T17:05:42.205Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4362024-01-18T17:05:42.205Z+ [[ 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 ]]
4372024-01-18T17:05:42.205Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382024-01-18T17:05:42.205Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4392024-01-18T17:05:42.205Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4402024-01-18T17:05:42.205Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4412024-01-18T17:05:42.205Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4422024-01-18T17:05:42.205Z+ main
4432024-01-18T17:05:42.205Z+ [[ 0 != 0 ]]
4442024-01-18T17:05:42.206Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4452024-01-18T17:05:42.206ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4462024-01-18T17:05:42.207Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4472024-01-18T17:05:42.207ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4482024-01-18T17:05:42.207Z+ local DO_DOWNLOAD=true
4492024-01-18T17:05:42.207Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4502024-01-18T17:05:42.207Z+ mkdir -p out/downloads
4512024-01-18T17:05:42.210Z+ '[' true == true ']'
4522024-01-18T17:05:42.211Z+ echo Downloading...
4532024-01-18T17:05:42.211ZDownloading...
4542024-01-18T17:05:42.211Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4552024-01-18T17:05:42.211Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4562024-01-18T17:05:42.357Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4572024-01-18T17:05:42.360Z++ case "$OSTYPE" in
4582024-01-18T17:05:42.360Z++ SHA=sha256sum
4592024-01-18T17:05:42.360Z++ sha256sum
4602024-01-18T17:05:42.360Z++ awk '{print $1}'
4612024-01-18T17:05:42.363Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4622024-01-18T17:05:42.363Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4632024-01-18T17:05:42.370Z+ set -o errexit
4642024-01-18T17:05:42.373Z+++ dirname ./tools/ci_download_dendrite_openapi
4652024-01-18T17:05:42.376Z++ cd ./tools
4662024-01-18T17:05:42.376Z++ pwd
4672024-01-18T17:05:42.376Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682024-01-18T17:05:42.376Z++ basename ./tools/ci_download_dendrite_openapi
4692024-01-18T17:05:42.379Z+ ARG0=ci_download_dendrite_openapi
4702024-01-18T17:05:42.379Z+ TARGET_DIR=out
4712024-01-18T17:05:42.380Z+ DOWNLOAD_DIR=out/downloads
4722024-01-18T17:05:42.380Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732024-01-18T17:05:42.380Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4742024-01-18T17:05:42.380Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4752024-01-18T17:05:42.380Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4762024-01-18T17:05:42.380Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4772024-01-18T17:05:42.380Z+ main
4782024-01-18T17:05:42.380Z+ [[ 0 != 0 ]]
4792024-01-18T17:05:42.380Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4802024-01-18T17:05:42.380ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4812024-01-18T17:05:42.380Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4822024-01-18T17:05:42.380Z+ local DO_DOWNLOAD=true
4832024-01-18T17:05:42.380Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4842024-01-18T17:05:42.380ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4852024-01-18T17:05:42.380Z+ mkdir -p out/downloads
4862024-01-18T17:05:42.384Z+ '[' true == true ']'
4872024-01-18T17:05:42.384Z+ echo Downloading...
4882024-01-18T17:05:42.384ZDownloading...
4892024-01-18T17:05:42.385Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4902024-01-18T17:05:42.385Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4912024-01-18T17:05:42.563Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4922024-01-18T17:05:42.563Z++ case "$OSTYPE" in
4932024-01-18T17:05:42.566Z++ SHA=sha256sum
4942024-01-18T17:05:42.566Z++ sha256sum
4952024-01-18T17:05:42.566Z++ awk '{print $1}'
4962024-01-18T17:05:42.570Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4972024-01-18T17:05:42.570Z+ [[ 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 ]]
4982024-01-18T17:05:42.580Z+ set -o errexit
4992024-01-18T17:05:42.583Z+++ dirname ./tools/ci_download_dendrite_stub
5002024-01-18T17:05:42.586Z++ cd ./tools
5012024-01-18T17:05:42.586Z++ pwd
5022024-01-18T17:05:42.586Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032024-01-18T17:05:42.589Z++ basename ./tools/ci_download_dendrite_stub
5042024-01-18T17:05:42.589Z+ ARG0=ci_download_dendrite_stub
5052024-01-18T17:05:42.589Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062024-01-18T17:05:42.589Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5072024-01-18T17:05:42.589Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5082024-01-18T17:05:42.589Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5092024-01-18T17:05:42.589Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102024-01-18T17:05:42.589Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5112024-01-18T17:05:42.589Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5122024-01-18T17:05:42.590Z+ TARGET_DIR=out
5132024-01-18T17:05:42.590Z+ DOWNLOAD_DIR=out/downloads
5142024-01-18T17:05:42.590Z+ DEST_DIR=./out/dendrite-stub
5152024-01-18T17:05:42.590Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162024-01-18T17:05:42.590Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172024-01-18T17:05:42.590Z+ REPO=oxidecomputer/dendrite
5182024-01-18T17:05:42.590Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5192024-01-18T17:05:42.590Z+ main
5202024-01-18T17:05:42.590Z+ [[ 0 != 0 ]]
5212024-01-18T17:05:42.590Z+ CIDL_OS=solaris2.11
5222024-01-18T17:05:42.590Z+ [[ 0 != 0 ]]
5232024-01-18T17:05:42.590Z+ configure_os solaris2.11
5242024-01-18T17:05:42.590Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252024-01-18T17:05:42.590Zcurrent directory: /work/oxidecomputer/omicron
5262024-01-18T17:05:42.590Z+ echo 'configuring based on OS: "solaris2.11"'
5272024-01-18T17:05:42.590Z+ case "$1" in
5282024-01-18T17:05:42.590Zconfiguring based on OS: "solaris2.11"
5292024-01-18T17:05:42.590Z+ SET_BINARIES=
5302024-01-18T17:05:42.590Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5312024-01-18T17:05:42.590Z+ CIDL_SHA256FUNC=do_sha256sum
5322024-01-18T17:05:42.590Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332024-01-18T17:05:42.590Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5342024-01-18T17:05:42.591Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352024-01-18T17:05:42.591Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5362024-01-18T17:05:42.592ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5372024-01-18T17:05:42.592Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382024-01-18T17:05:42.592Z+ mkdir -p out/downloads
5392024-01-18T17:05:42.592ZLocal file: out/downloads/dendrite-stub.tar.gz
5402024-01-18T17:05:42.597Z+ mkdir -p ./out/dendrite-stub
5412024-01-18T17:05:42.597Z+ fetch_and_verify
5422024-01-18T17:05:42.597Z+ local DO_DOWNLOAD=true
5432024-01-18T17:05:42.597Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5442024-01-18T17:05:42.597Z+ '[' true == true ']'
5452024-01-18T17:05:42.597Z+ echo Downloading...
5462024-01-18T17:05:42.597ZDownloading...
5472024-01-18T17:05:42.597Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482024-01-18T17:05:42.597Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5492024-01-18T17:05:47.010Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502024-01-18T17:05:47.014Z++ sha256sum
5512024-01-18T17:05:47.014Z++ awk '{print $1}'
5522024-01-18T17:05:47.116Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5532024-01-18T17:05:47.116Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5542024-01-18T17:05:47.116Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552024-01-18T17:05:47.116Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562024-01-18T17:05:48.221Z+ do_assemble
5572024-01-18T17:05:48.221Z+ rm -r ./out/dendrite-stub
5582024-01-18T17:05:48.224Z+ mkdir ./out/dendrite-stub
5592024-01-18T17:05:48.227Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602024-01-18T17:05:48.368Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612024-01-18T17:05:48.380Z+ set -o errexit
5622024-01-18T17:05:48.383Z+++ dirname ./tools/ci_download_maghemite_mgd
5632024-01-18T17:05:48.389Z++ cd ./tools
5642024-01-18T17:05:48.389Z++ pwd
5652024-01-18T17:05:48.389Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662024-01-18T17:05:48.392Z++ basename ./tools/ci_download_maghemite_mgd
5672024-01-18T17:05:48.392Z+ ARG0=ci_download_maghemite_mgd
5682024-01-18T17:05:48.393Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692024-01-18T17:05:48.393Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5702024-01-18T17:05:48.393Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5712024-01-18T17:05:48.393Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722024-01-18T17:05:48.393Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5732024-01-18T17:05:48.393Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5742024-01-18T17:05:48.393Z+ TARGET_DIR=out
5752024-01-18T17:05:48.393Z+ DOWNLOAD_DIR=out/downloads
5762024-01-18T17:05:48.393Z+ DEST_DIR=./out/mgd
5772024-01-18T17:05:48.393Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782024-01-18T17:05:48.393Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792024-01-18T17:05:48.393Z+ REPO=oxidecomputer/maghemite
5802024-01-18T17:05:48.393Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5812024-01-18T17:05:48.393Z+ main
5822024-01-18T17:05:48.393Z+ [[ 0 != 0 ]]
5832024-01-18T17:05:48.393Z+ CIDL_OS=solaris2.11
5842024-01-18T17:05:48.393Z+ [[ 0 != 0 ]]
5852024-01-18T17:05:48.393Z+ configure_os solaris2.11
5862024-01-18T17:05:48.393Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872024-01-18T17:05:48.393Zcurrent directory: /work/oxidecomputer/omicron
5882024-01-18T17:05:48.394Z+ echo 'configuring based on OS: "solaris2.11"'
5892024-01-18T17:05:48.394Z+ case "$1" in
5902024-01-18T17:05:48.394Zconfiguring based on OS: "solaris2.11"
5912024-01-18T17:05:48.394Z+ SET_BINARIES=
5922024-01-18T17:05:48.394Z+ CIDL_SHA256FUNC=do_sha256sum
5932024-01-18T17:05:48.394Z+ TARBALL_FILENAME=mgd.tar.gz
5942024-01-18T17:05:48.394Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
5952024-01-18T17:05:48.394Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962024-01-18T17:05:48.395Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
5972024-01-18T17:05:48.395ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
5982024-01-18T17:05:48.395Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992024-01-18T17:05:48.395Z+ mkdir -p out/downloads
6002024-01-18T17:05:48.395ZLocal file: out/downloads/mgd.tar.gz
6012024-01-18T17:05:48.395Z+ mkdir -p ./out/mgd
6022024-01-18T17:05:48.398Z+ fetch_and_verify
6032024-01-18T17:05:48.398Z+ local DO_DOWNLOAD=true
6042024-01-18T17:05:48.398Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052024-01-18T17:05:48.398Z+ '[' true == true ']'
6062024-01-18T17:05:48.398Z+ echo Downloading...
6072024-01-18T17:05:48.398ZDownloading...
6082024-01-18T17:05:48.398Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6092024-01-18T17:05:48.398Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6102024-01-18T17:05:53.508Z++ do_sha256sum out/downloads/mgd.tar.gz
6112024-01-18T17:05:53.516Z++ sha256sum
6122024-01-18T17:05:53.516Z++ awk '{print $1}'
6132024-01-18T17:05:53.586Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6142024-01-18T17:05:53.587Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6152024-01-18T17:05:53.587Z+ do_untar out/downloads/mgd.tar.gz
6162024-01-18T17:05:53.595Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172024-01-18T17:05:54.238Z+ do_assemble
6182024-01-18T17:05:54.238Z+ rm -r ./out/mgd
6192024-01-18T17:05:54.241Z+ mkdir ./out/mgd
6202024-01-18T17:05:54.245Z+ cp -r out/downloads/root ./out/mgd/root
6212024-01-18T17:05:54.463Z+ set -o errexit
6222024-01-18T17:05:54.466Z+++ dirname ./tools/ci_download_transceiver_control
6232024-01-18T17:05:54.470Z++ cd ./tools
6242024-01-18T17:05:54.470Z++ pwd
6252024-01-18T17:05:54.470Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262024-01-18T17:05:54.477Z++ basename ./tools/ci_download_transceiver_control
6272024-01-18T17:05:54.477Z+ ARG0=ci_download_transceiver_control
6282024-01-18T17:05:54.477Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292024-01-18T17:05:54.477Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302024-01-18T17:05:54.477Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312024-01-18T17:05:54.477Z+ TARGET_DIR=out
6322024-01-18T17:05:54.477Z+ DOWNLOAD_DIR=out/downloads
6332024-01-18T17:05:54.477Z+ DEST_DIR=./out/transceiver-control
6342024-01-18T17:05:54.478Z+ BIN_DIR=/opt/oxide/bin
6352024-01-18T17:05:54.478Z+ BINARY=xcvradm
6362024-01-18T17:05:54.480Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372024-01-18T17:05:54.480Z+ REPO=oxidecomputer/transceiver-control
6382024-01-18T17:05:54.480Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392024-01-18T17:05:54.480Z+ main
6402024-01-18T17:05:54.480Z+ [[ 0 != 0 ]]
6412024-01-18T17:05:54.480Z+ CIDL_OS=solaris2.11
6422024-01-18T17:05:54.480Z+ [[ 0 != 0 ]]
6432024-01-18T17:05:54.480Z+ configure_os solaris2.11
6442024-01-18T17:05:54.480Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452024-01-18T17:05:54.480Zcurrent directory: /work/oxidecomputer/omicron
6462024-01-18T17:05:54.480Z+ echo 'configuring based on OS: "solaris2.11"'
6472024-01-18T17:05:54.480Zconfiguring based on OS: "solaris2.11"
6482024-01-18T17:05:54.480Z+ case "$1" in
6492024-01-18T17:05:54.480Z+ SET_BINARIES=
6502024-01-18T17:05:54.480Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-01-18T17:05:54.480Z+ CIDL_SHA256FUNC=do_sha256sum
6522024-01-18T17:05:54.481Z+ ARCHIVE_FILENAME=xcvradm.gz
6532024-01-18T17:05:54.481Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542024-01-18T17:05:54.481Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552024-01-18T17:05:54.481Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562024-01-18T17:05:54.481Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572024-01-18T17:05:54.481ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582024-01-18T17:05:54.481ZLocal file: out/downloads/xcvradm.gz
6592024-01-18T17:05:54.481Z+ mkdir -p out/downloads
6602024-01-18T17:05:54.488Z+ mkdir -p ./out/transceiver-control
6612024-01-18T17:05:54.488Z+ fetch_and_verify
6622024-01-18T17:05:54.488Z+ local DO_DOWNLOAD=true
6632024-01-18T17:05:54.488Z+ [[ -f out/downloads/xcvradm.gz ]]
6642024-01-18T17:05:54.488Z+ '[' true == true ']'
6652024-01-18T17:05:54.488Z+ echo Downloading...
6662024-01-18T17:05:54.488ZDownloading...
6672024-01-18T17:05:54.488Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682024-01-18T17:05:54.488Z+ 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
6692024-01-18T17:05:56.068Z++ do_sha256sum out/downloads/xcvradm.gz
6702024-01-18T17:05:56.071Z++ sha256sum
6712024-01-18T17:05:56.071Z++ awk '{print $1}'
6722024-01-18T17:05:56.093Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-01-18T17:05:56.097Z+ [[ 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 ]]
6742024-01-18T17:05:56.097Z+ do_unpack out/downloads/xcvradm.gz
6752024-01-18T17:05:56.097Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762024-01-18T17:05:56.097Z+ gzip -dc out/downloads/xcvradm.gz
6772024-01-18T17:05:56.272Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782024-01-18T17:05:56.279Z+ do_assemble
6792024-01-18T17:05:56.279Z+ rm -r ./out/transceiver-control
6802024-01-18T17:05:56.279Z+ mkdir ./out/transceiver-control
6812024-01-18T17:05:56.286Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822024-01-18T17:05:56.505ZAll prerequisites installed successfully
6832024-01-18T17:05:56.549Z
6842024-01-18T17:05:56.549Zreal 1:44.365842933
6852024-01-18T17:05:56.549Zuser 52.109940267
6862024-01-18T17:05:56.549Zsys 10.133954847
6872024-01-18T17:05:56.549Ztrap 0.025764855
6882024-01-18T17:05:56.550Ztflt 0.260003095
6892024-01-18T17:05:56.550Zdflt 0.457604459
6902024-01-18T17:05:56.550Zkflt 0.205035823
6912024-01-18T17:05:56.550Zlock 2.638631836
6922024-01-18T17:05:56.550Zslp 3:03.802341835
6932024-01-18T17:05:56.550Zlat 3.359264300
6942024-01-18T17:05:56.550Zstop 0.074935723
6952024-01-18T17:05:56.550Z+ banner end-to-end-tests
6962024-01-18T17:05:56.551Z
6972024-01-18T17:05:56.551Z ###### # # ##### ##### #### ###### # # #####
6982024-01-18T17:05:56.551Z # ## # # # # # # # ## # # #
6992024-01-18T17:05:56.551Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002024-01-18T17:05:56.551Z # # # # # # # # # # # # # # #
7012024-01-18T17:05:56.551Z # # ## # # # # # # # ## # #
7022024-01-18T17:05:56.551Z ###### # # ##### # #### ###### # # #####
7032024-01-18T17:05:56.551Z
7042024-01-18T17:05:56.551Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052024-01-18T17:05:56.552Z+ CARGO_PROFILE_DEV_DEBUG=1
7062024-01-18T17:05:56.552Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072024-01-18T17:05:56.552Z+ CARGO_PROFILE_TEST_DEBUG=1
7082024-01-18T17:05:56.552Z+ export CARGO_INCREMENTAL=0
7092024-01-18T17:05:56.552Z+ CARGO_INCREMENTAL=0
7102024-01-18T17:05:56.553Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112024-01-18T17:05:56.846Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122024-01-18T17:05:57.185Z Updating crates.io index
7132024-01-18T17:05:57.192Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7142024-01-18T17:05:58.112Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7152024-01-18T17:06:00.348Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7162024-01-18T17:06:01.041Z Updating git repository `http://github.com/oxidecomputer/tofino`
7172024-01-18T17:06:01.374Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7182024-01-18T17:06:01.669Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7192024-01-18T17:06:01.993Z Updating git repository `https://github.com/oxidecomputer/propolis`
7202024-01-18T17:06:03.028Z Updating git repository `https://github.com/oxidecomputer/crucible`
7212024-01-18T17:06:05.293Z Updating git repository `https://github.com/oxidecomputer/opte`
7222024-01-18T17:06:06.281Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7232024-01-18T17:06:06.787Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7242024-01-18T17:06:07.348Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7252024-01-18T17:06:07.861Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7262024-01-18T17:06:08.214Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7272024-01-18T17:06:08.583Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7282024-01-18T17:06:09.009Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7292024-01-18T17:06:09.503Z Updating git repository `https://github.com/njaremko/samael`
7302024-01-18T17:06:09.970Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7312024-01-18T17:06:10.741Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7322024-01-18T17:06:11.170Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7332024-01-18T17:06:11.522Z Updating git repository `https://github.com/jgallagher/nix`
7342024-01-18T17:06:12.763Z Updating git repository `https://github.com/cbiffle/hubpack`
7352024-01-18T17:06:13.156Z Updating git repository `https://github.com/oxidecomputer/typify`
7362024-01-18T17:06:16.417Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7372024-01-18T17:06:16.841Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7382024-01-18T17:06:17.152Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7392024-01-18T17:06:18.673Z Downloading crates ...
7402024-01-18T17:06:18.916Z Downloaded cfg-if v1.0.0
7412024-01-18T17:06:18.932Z Downloaded async-trait v0.1.77
7422024-01-18T17:06:18.948Z Downloaded newtype_derive v0.1.6
7432024-01-18T17:06:18.956Z Downloaded atty v0.2.14
7442024-01-18T17:06:18.964Z Downloaded macaddr v1.0.1
7452024-01-18T17:06:18.967Z Downloaded crossbeam-channel v0.5.8
7462024-01-18T17:06:18.978Z Downloaded bitflags v2.4.0
7472024-01-18T17:06:18.984Z Downloaded anstyle v1.0.2
7482024-01-18T17:06:18.988Z Downloaded ahash v0.8.6
7492024-01-18T17:06:19.001Z Downloaded base64 v0.21.7
7502024-01-18T17:06:19.027Z Downloaded new_debug_unreachable v1.0.4
7512024-01-18T17:06:19.035Z Downloaded matches v0.1.10
7522024-01-18T17:06:19.043Z Downloaded normalize-line-endings v0.3.0
7532024-01-18T17:06:19.046Z Downloaded blowfish v0.9.1
7542024-01-18T17:06:19.049Z Downloaded chacha20 v0.9.1
7552024-01-18T17:06:19.055Z Downloaded darling_macro v0.20.3
7562024-01-18T17:06:19.061Z Downloaded pretty-hex v0.4.1
7572024-01-18T17:06:19.064Z Downloaded base16ct v0.2.0
7582024-01-18T17:06:19.067Z Downloaded polyval v0.6.1
7592024-01-18T17:06:19.074Z Downloaded byteorder v1.5.0
7602024-01-18T17:06:19.079Z Downloaded colored v2.0.4
7612024-01-18T17:06:19.088Z Downloaded ctr v0.9.2
7622024-01-18T17:06:19.093Z Downloaded defmt-parser v0.3.3
7632024-01-18T17:06:19.096Z Downloaded camino v1.1.6
7642024-01-18T17:06:19.101Z Downloaded defmt-macros v0.3.6
7652024-01-18T17:06:19.108Z Downloaded bzip2 v0.4.4
7662024-01-18T17:06:19.112Z Downloaded backoff v0.4.0
7672024-01-18T17:06:19.118Z Downloaded log v0.4.20
7682024-01-18T17:06:19.128Z Downloaded instant v0.1.12
7692024-01-18T17:06:19.131Z Downloaded doc-comment v0.3.3
7702024-01-18T17:06:19.134Z Downloaded darling v0.20.3
7712024-01-18T17:06:19.143Z Downloaded defmt v0.3.5
7722024-01-18T17:06:19.154Z Downloaded crossbeam-utils v0.8.16
7732024-01-18T17:06:19.159Z Downloaded crossbeam-epoch v0.9.15
7742024-01-18T17:06:19.165Z Downloaded take_mut v0.2.2
7752024-01-18T17:06:19.168Z Downloaded russh-cryptovec v0.7.0
7762024-01-18T17:06:19.171Z Downloaded itoa v1.0.9
7772024-01-18T17:06:19.174Z Downloaded linked-hash-map v0.5.6
7782024-01-18T17:06:19.177Z Downloaded same-file v1.0.6
7792024-01-18T17:06:19.180Z Downloaded foreign-types-macros v0.2.3
7802024-01-18T17:06:19.183Z Downloaded fixedbitset v0.4.2
7812024-01-18T17:06:19.189Z Downloaded ident_case v1.0.1
7822024-01-18T17:06:19.192Z Downloaded serde_tokenstream v0.1.7
7832024-01-18T17:06:19.195Z Downloaded scheduled-thread-pool v0.2.7
7842024-01-18T17:06:19.199Z Downloaded bytes v1.5.0
7852024-01-18T17:06:19.205Z Downloaded strum v0.25.0
7862024-01-18T17:06:19.208Z Downloaded generic-array v0.14.7
7872024-01-18T17:06:19.212Z Downloaded futures-task v0.3.30
7882024-01-18T17:06:19.215Z Downloaded zerocopy v0.6.4
7892024-01-18T17:06:19.220Z Downloaded strsim v0.10.0
7902024-01-18T17:06:19.224Z Downloaded getrandom v0.2.10
7912024-01-18T17:06:19.230Z Downloaded hash32 v0.2.1
7922024-01-18T17:06:19.234Z Downloaded rfc6979 v0.4.0
7932024-01-18T17:06:19.237Z Downloaded dyn-clone v1.0.13
7942024-01-18T17:06:19.241Z Downloaded glob v0.3.1
7952024-01-18T17:06:19.244Z Downloaded xattr v1.0.1
7962024-01-18T17:06:19.249Z Downloaded endian-type v0.1.2
7972024-01-18T17:06:19.254Z Downloaded structopt-derive v0.4.18
7982024-01-18T17:06:19.258Z Downloaded snafu-derive v0.7.5
7992024-01-18T17:06:19.258Z Downloaded thread-id v4.2.0
8002024-01-18T17:06:19.261Z Downloaded rand_core v0.6.4
8012024-01-18T17:06:19.264Z Downloaded tempfile v3.8.1
8022024-01-18T17:06:19.270Z Downloaded futures-channel v0.3.30
8032024-01-18T17:06:19.273Z Downloaded embedded-io v0.4.0
8042024-01-18T17:06:19.276Z Downloaded either v1.9.0
8052024-01-18T17:06:19.279Z Downloaded foreign-types-shared v0.1.1
8062024-01-18T17:06:19.282Z Downloaded indexmap v2.1.0
8072024-01-18T17:06:19.289Z Downloaded usdt-macro v0.3.5
8082024-01-18T17:06:19.292Z Downloaded slog-dtrace v0.2.3
8092024-01-18T17:06:19.295Z Downloaded swrite v0.1.0
8102024-01-18T17:06:19.298Z Downloaded der v0.7.8
8112024-01-18T17:06:19.306Z Downloaded fxhash v0.2.1
8122024-01-18T17:06:19.312Z Downloaded libefi-sys v0.1.0
8132024-01-18T17:06:19.315Z Downloaded sct v0.7.0
8142024-01-18T17:06:19.319Z Downloaded hubpack_derive v0.1.1
8152024-01-18T17:06:19.322Z Downloaded semver-parser v0.10.2
8162024-01-18T17:06:19.325Z Downloaded headers-core v0.2.0
8172024-01-18T17:06:19.328Z Downloaded futures-sink v0.3.30
8182024-01-18T17:06:19.329Z Downloaded unicode-width v0.1.11
8192024-01-18T17:06:19.331Z Downloaded waitgroup v0.1.2
8202024-01-18T17:06:19.334Z Downloaded serde_urlencoded v0.7.1
8212024-01-18T17:06:19.337Z Downloaded futures-executor v0.3.30
8222024-01-18T17:06:19.340Z Downloaded hex-literal v0.4.1
8232024-01-18T17:06:19.343Z Downloaded sha2 v0.10.8
8242024-01-18T17:06:19.347Z Downloaded signal-hook-mio v0.2.3
8252024-01-18T17:06:19.350Z Downloaded tokio-rustls v0.24.1
8262024-01-18T17:06:19.356Z Downloaded rustc_version v0.4.0
8272024-01-18T17:06:19.359Z Downloaded untrusted v0.7.1
8282024-01-18T17:06:19.361Z Downloaded memchr v2.6.3
8292024-01-18T17:06:19.369Z Downloaded utf-8 v0.7.6
8302024-01-18T17:06:19.371Z Downloaded walkdir v2.4.0
8312024-01-18T17:06:19.374Z Downloaded untrusted v0.9.0
8322024-01-18T17:06:19.378Z Downloaded topological-sort v0.2.2
8332024-01-18T17:06:19.381Z Downloaded slog-json v2.6.1
8342024-01-18T17:06:19.385Z Downloaded want v0.3.1
8352024-01-18T17:06:19.388Z Downloaded hyper-rustls v0.24.2
8362024-01-18T17:06:19.391Z Downloaded siphasher v0.3.11
8372024-01-18T17:06:19.393Z Downloaded slog-stdlog v4.1.1
8382024-01-18T17:06:19.396Z Downloaded group v0.13.0
8392024-01-18T17:06:19.399Z Downloaded smf v0.2.2
8402024-01-18T17:06:19.407Z Downloaded vec_map v0.8.2
8412024-01-18T17:06:19.410Z Downloaded tinyvec v1.6.0
8422024-01-18T17:06:19.410Z Downloaded textwrap v0.11.0
8432024-01-18T17:06:19.413Z Downloaded unicode-ident v1.0.12
8442024-01-18T17:06:19.419Z Downloaded static_assertions v1.1.0
8452024-01-18T17:06:19.422Z Downloaded signature v2.1.0
8462024-01-18T17:06:19.425Z Downloaded signal-hook-registry v1.4.1
8472024-01-18T17:06:19.428Z Downloaded ipnet v2.9.0
8482024-01-18T17:06:19.431Z Downloaded half v1.8.2
8492024-01-18T17:06:19.435Z Downloaded elliptic-curve v0.13.8
8502024-01-18T17:06:19.443Z Downloaded sec1 v0.7.3
8512024-01-18T17:06:19.447Z Downloaded ipnetwork v0.20.0
8522024-01-18T17:06:19.450Z Downloaded term v0.7.0
8532024-01-18T17:06:19.457Z Downloaded thiserror v1.0.49
8542024-01-18T17:06:19.468Z Downloaded thiserror-no-std v2.0.2
8552024-01-18T17:06:19.473Z Downloaded slog v2.7.0
8562024-01-18T17:06:19.479Z Downloaded socket2 v0.4.9
8572024-01-18T17:06:19.482Z Downloaded toml v0.8.8
8582024-01-18T17:06:19.489Z Downloaded zip v0.6.6
8592024-01-18T17:06:19.497Z Downloaded tar v0.4.40
8602024-01-18T17:06:19.503Z Downloaded similar v2.3.0
8612024-01-18T17:06:19.513Z Downloaded io-lifetimes v1.0.11
8622024-01-18T17:06:19.518Z Downloaded serde_yaml v0.9.25
8632024-01-18T17:06:19.526Z Downloaded structopt v0.3.26
8642024-01-18T17:06:19.541Z Downloaded spin v0.9.8
8652024-01-18T17:06:19.546Z Downloaded snafu v0.7.5
8662024-01-18T17:06:19.556Z Downloaded tracing v0.1.37
8672024-01-18T17:06:19.565Z Downloaded hashbrown v0.14.2
8682024-01-18T17:06:19.578Z Downloaded tokio-util v0.7.10
8692024-01-18T17:06:19.588Z Downloaded russh v0.40.2
8702024-01-18T17:06:19.598Z Downloaded http v0.2.11
8712024-01-18T17:06:19.605Z Downloaded tokio-postgres v0.7.10
8722024-01-18T17:06:19.615Z Downloaded time v0.3.27
8732024-01-18T17:06:19.628Z Downloaded toml_edit v0.19.15
8742024-01-18T17:06:19.660Z Downloaded futures-util v0.3.30
8752024-01-18T17:06:19.683Z Downloaded hyper v0.14.27
8762024-01-18T17:06:19.700Z Downloaded itertools v0.10.5
8772024-01-18T17:06:19.712Z Downloaded serde_json v1.0.111
8782024-01-18T17:06:19.731Z Downloaded rustls-webpki v0.101.7
8792024-01-18T17:06:19.756Z Downloaded rustls-webpki v0.102.1
8802024-01-18T17:06:19.791Z Downloaded h2 v0.3.21
8812024-01-18T17:06:19.804Z Downloaded regex v1.10.2
8822024-01-18T17:06:19.829Z Downloaded object v0.32.1
8832024-01-18T17:06:19.849Z Downloaded regress v0.7.1
8842024-01-18T17:06:19.862Z Downloaded bstr v0.2.17
8852024-01-18T17:06:19.881Z Downloaded syn v1.0.109
8862024-01-18T17:06:19.953Z Downloaded smoltcp v0.9.1
8872024-01-18T17:06:19.957Z Downloaded smoltcp v0.10.0
8882024-01-18T17:06:19.957Z Downloaded idna v0.2.3
8892024-01-18T17:06:19.960Z Downloaded trust-dns-proto v0.22.0
8902024-01-18T17:06:19.981Z Downloaded rustix v0.38.25
8912024-01-18T17:06:20.021Z Downloaded regex-automata v0.3.8
8922024-01-18T17:06:20.055Z Downloaded regex-syntax v0.7.5
8932024-01-18T17:06:20.073Z Downloaded tokio v1.35.1
8942024-01-18T17:06:20.141Z Downloaded rustls v0.22.2
8952024-01-18T17:06:20.167Z Downloaded bstr v1.6.0
8962024-01-18T17:06:20.191Z Downloaded sled v0.34.7
8972024-01-18T17:06:20.213Z Downloaded zerocopy-derive v0.7.31
8982024-01-18T17:06:20.239Z Downloaded regex-automata v0.4.3
8992024-01-18T17:06:20.273Z Downloaded bzip2-sys v0.1.11+1.0.8
9002024-01-18T17:06:20.300Z Downloaded zerocopy-derive v0.6.4
9012024-01-18T17:06:20.323Z Downloaded libc v0.2.152
9022024-01-18T17:06:20.376Z Downloaded sha3 v0.10.8
9032024-01-18T17:06:20.395Z Downloaded winapi v0.3.9
9042024-01-18T17:06:20.486Z Downloaded zerocopy-derive v0.2.0
9052024-01-18T17:06:20.514Z Downloaded idna v0.5.0
9062024-01-18T17:06:20.530Z Downloaded regex-syntax v0.8.2
9072024-01-18T17:06:20.548Z Downloaded encoding_rs v0.8.33
9082024-01-18T17:06:20.596Z Downloaded rustix v0.37.23
9092024-01-18T17:06:20.635Z Downloaded ring v0.17.7
9102024-01-18T17:06:20.778Z Downloaded openapiv3 v2.0.0
9112024-01-18T17:06:20.803Z Downloaded vcpkg v0.2.15
9122024-01-18T17:06:20.886Z Downloaded webpki-roots v0.25.2
9132024-01-18T17:06:20.893Z Downloaded rustls v0.21.9
9142024-01-18T17:06:20.916Z Downloaded curve25519-dalek v4.1.1
9152024-01-18T17:06:20.936Z Downloaded diesel v2.1.4
9162024-01-18T17:06:20.977Z Downloaded radix_trie v0.2.1
9172024-01-18T17:06:20.981Z Downloaded gimli v0.28.0
9182024-01-18T17:06:20.997Z Downloaded syn v2.0.46
9192024-01-18T17:06:21.018Z Downloaded openssl v0.10.60
9202024-01-18T17:06:21.035Z Downloaded chrono v0.4.31
9212024-01-18T17:06:21.048Z Downloaded itertools v0.12.0
9222024-01-18T17:06:21.060Z Downloaded clap v2.34.0
9232024-01-18T17:06:21.072Z Downloaded libm v0.2.7
9242024-01-18T17:06:21.087Z Downloaded ring v0.16.20
9252024-01-18T17:06:21.243Z Downloaded unicode-normalization v0.1.22
9262024-01-18T17:06:21.249Z Downloaded serde_with v3.4.0
9272024-01-18T17:06:21.261Z Downloaded hkdf v0.12.4
9282024-01-18T17:06:21.265Z Downloaded petgraph v0.6.4
9292024-01-18T17:06:21.289Z Downloaded reqwest v0.11.22
9302024-01-18T17:06:21.302Z Downloaded winnow v0.5.15
9312024-01-18T17:06:21.316Z Downloaded clap_builder v4.4.2
9322024-01-18T17:06:21.327Z Downloaded zerocopy v0.7.31
9332024-01-18T17:06:21.357Z Downloaded url v2.5.0
9342024-01-18T17:06:21.362Z Downloaded heapless v0.7.16
9352024-01-18T17:06:21.372Z Downloaded trust-dns-server v0.22.1
9362024-01-18T17:06:21.378Z Downloaded http v1.0.0
9372024-01-18T17:06:21.385Z Downloaded unicode-segmentation v1.10.1
9382024-01-18T17:06:21.391Z Downloaded ed25519-dalek v2.0.0
9392024-01-18T17:06:21.396Z Downloaded rcgen v0.12.0
9402024-01-18T17:06:21.401Z Downloaded aes-gcm v0.10.3
9412024-01-18T17:06:21.407Z Downloaded trust-dns-resolver v0.22.0
9422024-01-18T17:06:21.414Z Downloaded indexmap v1.9.3
9432024-01-18T17:06:21.420Z Downloaded schemars v0.8.16
9442024-01-18T17:06:21.440Z Downloaded aes v0.8.3
9452024-01-18T17:06:21.446Z Downloaded regex-automata v0.1.10
9462024-01-18T17:06:21.455Z Downloaded serde v1.0.195
9472024-01-18T17:06:21.461Z Downloaded hashbrown v0.13.2
9482024-01-18T17:06:21.469Z Downloaded hashbrown v0.12.3
9492024-01-18T17:06:21.476Z Downloaded steno v0.4.0
9502024-01-18T17:06:21.486Z Downloaded toml v0.5.11
9512024-01-18T17:06:21.489Z Downloaded uuid v1.6.1
9522024-01-18T17:06:21.494Z Downloaded unsafe-libyaml v0.2.10
9532024-01-18T17:06:21.500Z Downloaded serde_derive v1.0.195
9542024-01-18T17:06:21.504Z Downloaded crossterm v0.27.0
9552024-01-18T17:06:21.515Z Downloaded signal-hook v0.3.17
9562024-01-18T17:06:21.520Z Downloaded smallvec v1.11.2
9572024-01-18T17:06:21.523Z Downloaded rustls-pemfile v2.0.0
9582024-01-18T17:06:21.527Z Downloaded socket2 v0.5.5
9592024-01-18T17:06:21.530Z Downloaded serde_with_macros v3.4.0
9602024-01-18T17:06:21.533Z Downloaded trust-dns-client v0.22.0
9612024-01-18T17:06:21.546Z Downloaded typenum v1.16.0
9622024-01-18T17:06:21.549Z Downloaded futures-macro v0.3.30
9632024-01-18T17:06:21.549Z Downloaded toml_datetime v0.6.5
9642024-01-18T17:06:21.553Z Downloaded lalrpop-util v0.19.12
9652024-01-18T17:06:21.553Z Downloaded strsim v0.8.0
9662024-01-18T17:06:21.556Z Downloaded spki v0.7.2
9672024-01-18T17:06:21.556Z Downloaded getopts v0.2.21
9682024-01-18T17:06:21.559Z Downloaded tracing-attributes v0.1.26
9692024-01-18T17:06:21.562Z Downloaded ucd-trie v0.1.6
9702024-01-18T17:06:21.565Z Downloaded toml v0.7.8
9712024-01-18T17:06:21.570Z Downloaded flate2 v1.0.28
9722024-01-18T17:06:21.578Z Downloaded toml_edit v0.21.0
9732024-01-18T17:06:21.615Z Downloaded rand v0.7.3
9742024-01-18T17:06:21.624Z Downloaded slog-envlogger v2.2.0
9752024-01-18T17:06:21.627Z Downloaded httparse v1.8.0
9762024-01-18T17:06:21.631Z Downloaded ecdsa v0.16.9
9772024-01-18T17:06:21.637Z Downloaded aho-corasick v1.0.4
9782024-01-18T17:06:21.643Z Downloaded hyper-staticfile v0.9.5
9792024-01-18T17:06:21.646Z Downloaded rustversion v1.0.14
9802024-01-18T17:06:21.650Z Downloaded is-terminal v0.4.9
9812024-01-18T17:06:21.652Z Downloaded serde_derive_internals v0.26.0
9822024-01-18T17:06:21.655Z Downloaded resolv-conf v0.7.0
9832024-01-18T17:06:21.658Z Downloaded hex v0.4.3
9842024-01-18T17:06:21.661Z Downloaded structmeta v0.2.0
9852024-01-18T17:06:21.661Z Downloaded yasna v0.5.2
9862024-01-18T17:06:21.664Z Downloaded ryu v1.0.15
9872024-01-18T17:06:21.669Z Downloaded tokio-macros v2.2.0
9882024-01-18T17:06:21.671Z Downloaded utf8parse v0.2.1
9892024-01-18T17:06:21.674Z Downloaded serde_tokenstream v0.2.0
9902024-01-18T17:06:21.677Z Downloaded futures v0.3.30
9912024-01-18T17:06:21.685Z Downloaded zeroize v1.7.0
9922024-01-18T17:06:21.688Z Downloaded zerocopy v0.3.0
9932024-01-18T17:06:21.691Z Downloaded secrecy v0.8.0
9942024-01-18T17:06:21.691Z Downloaded minimal-lexical v0.2.1
9952024-01-18T17:06:21.701Z Downloaded tungstenite v0.20.1
9962024-01-18T17:06:21.704Z Downloaded tracing-core v0.1.31
9972024-01-18T17:06:21.708Z Downloaded pest v2.7.2
9982024-01-18T17:06:21.717Z Downloaded fnv v1.0.7
9992024-01-18T17:06:21.720Z Downloaded heck v0.3.3
10002024-01-18T17:06:21.723Z Downloaded semver v0.1.20
10012024-01-18T17:06:21.723Z Downloaded rand_core v0.5.1
10022024-01-18T17:06:21.726Z Downloaded libsw v3.3.1
10032024-01-18T17:06:21.728Z Downloaded rand v0.8.5
10042024-01-18T17:06:21.733Z Downloaded sha1 v0.10.6
10052024-01-18T17:06:21.738Z Downloaded serde_path_to_error v0.1.15
10062024-01-18T17:06:21.741Z Downloaded semver v0.11.0
10072024-01-18T17:06:21.741Z Downloaded rustc-demangle v0.1.23
10082024-01-18T17:06:21.744Z Downloaded russh-keys v0.40.1
10092024-01-18T17:06:21.747Z Downloaded openssl-sys v0.9.96
10102024-01-18T17:06:21.755Z Downloaded schemars_derive v0.8.16
10112024-01-18T17:06:21.761Z Downloaded slog-bunyan v2.5.0
10122024-01-18T17:06:21.764Z Downloaded slab v0.4.9
10132024-01-18T17:06:21.764Z Downloaded backtrace v0.3.69
10142024-01-18T17:06:21.769Z Downloaded hmac v0.12.1
10152024-01-18T17:06:21.772Z Downloaded subprocess v0.2.9
10162024-01-18T17:06:21.776Z Downloaded chacha20poly1305 v0.10.1
10172024-01-18T17:06:21.779Z Downloaded lazy_static v1.4.0
10182024-01-18T17:06:21.782Z Downloaded enum-as-inner v0.5.1
10192024-01-18T17:06:21.785Z Downloaded ed25519 v2.2.2
10202024-01-18T17:06:21.790Z Downloaded headers v0.3.9
10212024-01-18T17:06:21.795Z Downloaded slog-term v2.9.0
10222024-01-18T17:06:21.799Z Downloaded strum_macros v0.25.2
10232024-01-18T17:06:21.802Z Downloaded hostname v0.3.1
10242024-01-18T17:06:21.805Z Downloaded thread_local v1.1.7
10252024-01-18T17:06:21.808Z Downloaded zone v0.3.0
10262024-01-18T17:06:21.808Z Downloaded try-lock v0.2.4
10272024-01-18T17:06:21.811Z Downloaded tower-service v0.3.2
10282024-01-18T17:06:21.811Z Downloaded zeroize_derive v1.4.2
10292024-01-18T17:06:21.814Z Downloaded slog-async v2.8.0
10302024-01-18T17:06:21.817Z Downloaded proc-macro2 v1.0.74
10312024-01-18T17:06:21.822Z Downloaded getrandom v0.1.16
10322024-01-18T17:06:21.830Z Downloaded form_urlencoded v1.2.1
10332024-01-18T17:06:21.830Z Downloaded foreign-types v0.5.0
10342024-01-18T17:06:21.830Z Downloaded stringprep v0.1.3
10352024-01-18T17:06:21.830Z Downloaded stable_deref_trait v1.2.0
10362024-01-18T17:06:21.830Z Downloaded semver v1.0.21
10372024-01-18T17:06:21.833Z Downloaded rustls-pemfile v1.0.3
10382024-01-18T17:06:21.836Z Downloaded unicode-bidi v0.3.13
10392024-01-18T17:06:21.839Z Downloaded scopeguard v1.2.0
10402024-01-18T17:06:21.842Z Downloaded rustfmt-wrapper v0.2.0
10412024-01-18T17:06:21.845Z Downloaded http-body v0.4.5
10422024-01-18T17:06:21.849Z Downloaded darling_core v0.20.3
10432024-01-18T17:06:21.858Z Downloaded cancel-safe-futures v0.1.5
10442024-01-18T17:06:21.861Z Downloaded futures-io v0.3.30
10452024-01-18T17:06:21.861Z Downloaded futures-core v0.3.30
10462024-01-18T17:06:21.864Z Downloaded subtle v2.5.0
10472024-01-18T17:06:21.864Z Downloaded spin v0.5.2
10482024-01-18T17:06:21.867Z Downloaded serde_repr v0.1.16
10492024-01-18T17:06:21.870Z Downloaded structmeta-derive v0.2.0
10502024-01-18T17:06:21.870Z Downloaded foreign-types v0.3.2
10512024-01-18T17:06:21.873Z Downloaded slog-scope v4.4.0
10522024-01-18T17:06:21.878Z Downloaded rustc_version v0.1.7
10532024-01-18T17:06:21.878Z Downloaded crypto-bigint v0.5.2
10542024-01-18T17:06:21.885Z Downloaded clap v4.4.3
10552024-01-18T17:06:21.899Z Downloaded hyper-tls v0.5.0
10562024-01-18T17:06:21.902Z Downloaded vsss-rs v3.3.4
10572024-01-18T17:06:21.905Z Downloaded version_check v0.9.4
10582024-01-18T17:06:21.908Z Downloaded postcard v1.0.8
10592024-01-18T17:06:21.912Z Downloaded string_cache v0.8.7
10602024-01-18T17:06:21.915Z Downloaded arc-swap v1.6.0
10612024-01-18T17:06:21.921Z Downloaded linear-map v1.2.0
10622024-01-18T17:06:21.923Z Downloaded fastrand v2.0.0
10632024-01-18T17:06:21.926Z Downloaded tokio-tungstenite v0.20.1
10642024-01-18T17:06:21.929Z Downloaded tokio-stream v0.1.14
10652024-01-18T17:06:21.935Z Downloaded serde_spanned v0.6.4
10662024-01-18T17:06:21.938Z Downloaded rustls-pki-types v1.1.0
10672024-01-18T17:06:21.941Z Downloaded filetime v0.2.23
10682024-01-18T17:06:21.945Z Downloaded errno v0.3.2
10692024-01-18T17:06:21.945Z Downloaded synstructure v0.12.6
10702024-01-18T17:06:21.951Z Downloaded crc32fast v1.3.2
10712024-01-18T17:06:21.954Z Downloaded fallible-iterator v0.2.0
10722024-01-18T17:06:21.954Z Downloaded dof v0.1.5
10732024-01-18T17:06:21.954Z Downloaded usdt v0.3.5
10742024-01-18T17:06:21.954Z Downloaded whoami v1.4.1
10752024-01-18T17:06:21.957Z Downloaded inout v0.1.3
10762024-01-18T17:06:21.957Z Downloaded ghash v0.5.0
10772024-01-18T17:06:21.960Z Downloaded float-cmp v0.9.0
10782024-01-18T17:06:21.963Z Downloaded flagset v0.4.3
10792024-01-18T17:06:21.963Z Downloaded ff v0.13.0
10802024-01-18T17:06:21.966Z Downloaded display-error-chain v0.2.0
10812024-01-18T17:06:21.969Z Downloaded tinyvec_macros v0.1.1
10822024-01-18T17:06:21.969Z Downloaded miniz_oxide v0.7.1
10832024-01-18T17:06:22.019Z Downloaded http-range v0.1.5
10842024-01-18T17:06:22.023Z Downloaded tokio-rustls v0.25.0
10852024-01-18T17:06:22.023Z Downloaded parking_lot v0.12.1
10862024-01-18T17:06:22.023Z Downloaded heck v0.4.1
10872024-01-18T17:06:22.023Z Downloaded foreign-types-shared v0.3.1
10882024-01-18T17:06:22.023Z Downloaded addr2line v0.21.0
10892024-01-18T17:06:22.023Z Downloaded keccak v0.1.4
10902024-01-18T17:06:22.023Z Downloaded iana-time-zone v0.1.57
10912024-01-18T17:06:22.023Z Downloaded httpdate v1.0.3
10922024-01-18T17:06:22.023Z Downloaded universal-hash v0.5.1
10932024-01-18T17:06:22.023Z Downloaded pin-project v1.1.3
10942024-01-18T17:06:22.023Z Downloaded parking_lot_core v0.8.6
10952024-01-18T17:06:22.023Z Downloaded blake2 v0.10.6
10962024-01-18T17:06:22.023Z Downloaded unicode-xid v0.2.4
10972024-01-18T17:06:22.027Z Downloaded pkcs8 v0.10.2
10982024-01-18T17:06:22.030Z Downloaded num-traits v0.2.16
10992024-01-18T17:06:22.035Z Downloaded clap_derive v4.4.2
11002024-01-18T17:06:22.038Z Downloaded unicase v2.7.0
11012024-01-18T17:06:22.038Z Downloaded tokio-native-tls v0.3.1
11022024-01-18T17:06:22.040Z Downloaded time-macros v0.2.13
11032024-01-18T17:06:22.046Z Downloaded thiserror-impl-no-std v2.0.2
11042024-01-18T17:06:22.049Z Downloaded terminal_size v0.2.6
11052024-01-18T17:06:22.049Z Downloaded pin-project-lite v0.2.13
11062024-01-18T17:06:22.055Z Downloaded console v0.15.8
11072024-01-18T17:06:22.060Z Downloaded rand_chacha v0.3.1
11082024-01-18T17:06:22.063Z Downloaded kstat-rs v0.2.3
11092024-01-18T17:06:22.066Z Downloaded hubpack v0.1.2
11102024-01-18T17:06:22.066Z Downloaded home v0.5.5
11112024-01-18T17:06:22.069Z Downloaded usdt-impl v0.3.5
11122024-01-18T17:06:22.069Z Downloaded equivalent v1.0.1
11132024-01-18T17:06:22.072Z Downloaded dtrace-parser v0.1.14
11142024-01-18T17:06:22.072Z Downloaded zone_cfg_derive v0.3.0
11152024-01-18T17:06:22.075Z Downloaded usdt-attr-macro v0.3.5
11162024-01-18T17:06:22.075Z Downloaded bitflags v1.3.2
11172024-01-18T17:06:22.078Z Downloaded derive_more v0.99.17
11182024-01-18T17:06:22.086Z Downloaded parking_lot_core v0.9.8
11192024-01-18T17:06:22.089Z Downloaded multer v3.0.0
11202024-01-18T17:06:22.093Z Downloaded num-rational v0.4.1
11212024-01-18T17:06:22.096Z Downloaded toolchain_find v0.2.0
11222024-01-18T17:06:22.102Z Downloaded poly1305 v0.8.0
11232024-01-18T17:06:22.105Z Downloaded omicron-zone-package v0.10.1
11242024-01-18T17:06:22.108Z Downloaded mime_guess v2.0.4
11252024-01-18T17:06:22.111Z Downloaded ciborium v0.2.1
11262024-01-18T17:06:22.114Z Downloaded bit-set v0.5.3
11272024-01-18T17:06:22.116Z Downloaded bit-vec v0.6.3
11282024-01-18T17:06:22.116Z Downloaded thiserror-impl v1.0.49
11292024-01-18T17:06:22.119Z Downloaded r2d2 v0.8.10
11302024-01-18T17:06:22.123Z Downloaded quick-error v1.2.3
11312024-01-18T17:06:22.123Z Downloaded proc-macro-crate v1.3.1
11322024-01-18T17:06:22.125Z Downloaded primeorder v0.13.6
11332024-01-18T17:06:22.128Z Downloaded postgres-protocol v0.6.6
11342024-01-18T17:06:22.131Z Downloaded pin-project-internal v1.1.3
11352024-01-18T17:06:22.134Z Downloaded debug-ignore v1.0.5
11362024-01-18T17:06:22.137Z Downloaded data-encoding v2.4.0
11372024-01-18T17:06:22.137Z Downloaded crypto-common v0.1.6
11382024-01-18T17:06:22.140Z Downloaded num-integer v0.1.45
11392024-01-18T17:06:22.140Z Downloaded lock_api v0.4.10
11402024-01-18T17:06:22.143Z Downloaded base64ct v1.6.0
11412024-01-18T17:06:22.146Z Downloaded argon2 v0.5.2
11422024-01-18T17:06:22.149Z Downloaded anstyle-parse v0.2.1
11432024-01-18T17:06:22.152Z Downloaded ansi_term v0.12.1
11442024-01-18T17:06:22.158Z Downloaded predicates-core v1.0.6
11452024-01-18T17:06:22.161Z Downloaded num_enum v0.5.11
11462024-01-18T17:06:22.164Z Downloaded num v0.4.1
11472024-01-18T17:06:22.167Z Downloaded camino-tempfile v1.1.1
11482024-01-18T17:06:22.170Z Downloaded cbc v0.1.2
11492024-01-18T17:06:22.172Z Downloaded phf v0.11.2
11502024-01-18T17:06:22.175Z Downloaded p256 v0.13.2
11512024-01-18T17:06:22.178Z Downloaded dirs-sys-next v0.1.2
11522024-01-18T17:06:22.181Z Downloaded clap_lex v0.5.1
11532024-01-18T17:06:22.184Z Downloaded time-core v0.1.1
11542024-01-18T17:06:22.184Z Downloaded proc-macro-error-attr v1.0.4
11552024-01-18T17:06:22.184Z Downloaded proc-macro-error v1.0.4
11562024-01-18T17:06:22.189Z Downloaded password-hash v0.5.0
11572024-01-18T17:06:22.192Z Downloaded percent-encoding v2.3.1
11582024-01-18T17:06:22.195Z Downloaded mime v0.3.17
11592024-01-18T17:06:22.199Z Downloaded nibble_vec v0.1.0
11602024-01-18T17:06:22.199Z Downloaded memoffset v0.9.0
11612024-01-18T17:06:22.201Z Downloaded block-padding v0.3.3
11622024-01-18T17:06:22.201Z Downloaded parse-display-derive v0.8.2
11632024-01-18T17:06:22.205Z Downloaded num-iter v0.1.43
11642024-01-18T17:06:22.205Z Downloaded num_enum_derive v0.5.11
11652024-01-18T17:06:22.208Z Downloaded phf_shared v0.11.2
11662024-01-18T17:06:22.208Z Downloaded cstr-argument v0.1.2
11672024-01-18T17:06:22.208Z Downloaded lru-cache v0.1.2
11682024-01-18T17:06:22.214Z Downloaded adler v1.0.2
11692024-01-18T17:06:22.217Z Downloaded num_cpus v1.16.0
11702024-01-18T17:06:22.217Z Downloaded block-buffer v0.10.4
11712024-01-18T17:06:22.220Z Downloaded async-stream v0.3.5
11722024-01-18T17:06:22.223Z Downloaded anstyle-query v1.0.0
11732024-01-18T17:06:22.223Z Downloaded rand_chacha v0.2.2
11742024-01-18T17:06:22.226Z Downloaded ppv-lite86 v0.2.17
11752024-01-18T17:06:22.229Z Downloaded paste v1.0.14
11762024-01-18T17:06:22.231Z Downloaded autocfg v1.1.0
11772024-01-18T17:06:22.234Z Downloaded atomic-waker v1.1.1
11782024-01-18T17:06:22.237Z Downloaded bcrypt-pbkdf v0.10.0
11792024-01-18T17:06:22.237Z Downloaded quote v1.0.35
11802024-01-18T17:06:22.241Z Downloaded predicates v3.1.0
11812024-01-18T17:06:22.244Z Downloaded phf_shared v0.10.0
11822024-01-18T17:06:22.247Z Downloaded parse-display v0.8.2
11832024-01-18T17:06:22.247Z Downloaded option-ext v0.2.0
11842024-01-18T17:06:22.251Z Downloaded openssl-probe v0.1.5
11852024-01-18T17:06:22.251Z Downloaded curve25519-dalek-derive v0.1.0
11862024-01-18T17:06:22.251Z Downloaded cpufeatures v0.2.9
11872024-01-18T17:06:22.254Z Downloaded atomicwrites v0.4.3
11882024-01-18T17:06:22.257Z Downloaded pretty-hex v0.2.1
11892024-01-18T17:06:22.257Z Downloaded postgres-types v0.2.6
11902024-01-18T17:06:22.260Z Downloaded platforms v3.0.2
11912024-01-18T17:06:22.262Z Downloaded pest_meta v2.7.2
11922024-01-18T17:06:22.270Z Downloaded pest_derive v2.7.2
11932024-01-18T17:06:22.273Z Downloaded pem v3.0.2
11942024-01-18T17:06:22.273Z Downloaded parking_lot v0.11.2
11952024-01-18T17:06:22.276Z Downloaded openssl-macros v0.1.1
11962024-01-18T17:06:22.276Z Downloaded opaque-debug v0.3.0
11972024-01-18T17:06:22.279Z Downloaded num_threads v0.1.6
11982024-01-18T17:06:22.279Z Downloaded ciborium-io v0.2.1
11992024-01-18T17:06:22.282Z Downloaded async-stream-impl v0.3.5
12002024-01-18T17:06:22.283Z Downloaded anstream v0.5.0
12012024-01-18T17:06:22.286Z Downloaded pkg-config v0.3.27
12022024-01-18T17:06:22.286Z Downloaded pin-utils v0.1.0
12032024-01-18T17:06:22.289Z Downloaded pest_generator v2.7.2
12042024-01-18T17:06:22.292Z Downloaded pem-rfc7468 v0.7.0
12052024-01-18T17:06:22.295Z Downloaded pbkdf2 v0.11.0
12062024-01-18T17:06:22.298Z Downloaded password-hash v0.4.2
12072024-01-18T17:06:22.301Z Downloaded owo-colors v3.5.0
12082024-01-18T17:06:22.304Z Downloaded match_cfg v0.1.0
12092024-01-18T17:06:22.307Z Downloaded dirs-next v2.0.0
12102024-01-18T17:06:22.307Z Downloaded dirs v5.0.1
12112024-01-18T17:06:22.310Z Downloaded digest v0.10.7
12122024-01-18T17:06:22.314Z Downloaded der_derive v0.7.2
12132024-01-18T17:06:22.314Z Downloaded precomputed-hash v0.1.1
12142024-01-18T17:06:22.314Z Downloaded pbkdf2 v0.12.2
12152024-01-18T17:06:22.320Z Downloaded num-derive v0.4.0
12162024-01-18T17:06:22.323Z Downloaded derive-where v1.2.7
12172024-01-18T17:06:22.326Z Downloaded ciborium-ll v0.2.1
12182024-01-18T17:06:22.329Z Downloaded anyhow v1.0.75
12192024-01-18T17:06:22.333Z Downloaded dirs-sys v0.4.1
12202024-01-18T17:06:22.336Z Downloaded aead v0.5.2
12212024-01-18T17:06:22.338Z Downloaded nom v7.1.3
12222024-01-18T17:06:22.346Z Downloaded diesel_table_macro_syntax v0.1.0
12232024-01-18T17:06:22.349Z Downloaded diesel_derives v2.1.2
12242024-01-18T17:06:22.353Z Downloaded deranged v0.3.8
12252024-01-18T17:06:22.356Z Downloaded crucible-workspace-hack v0.1.0
12262024-01-18T17:06:22.359Z Downloaded cobs v0.2.3
12272024-01-18T17:06:22.359Z Downloaded once_cell v1.19.0
12282024-01-18T17:06:22.363Z Downloaded mio v0.8.9
12292024-01-18T17:06:22.372Z Downloaded difflib v0.4.0
12302024-01-18T17:06:22.375Z Downloaded num-complex v0.4.4
12312024-01-18T17:06:22.378Z Downloaded num-bigint v0.4.4
12322024-01-18T17:06:22.388Z Downloaded native-tls v0.2.11
12332024-01-18T17:06:22.390Z Downloaded managed v0.8.0
12342024-01-18T17:06:22.390Z Downloaded const-oid v0.9.5
12352024-01-18T17:06:22.393Z Downloaded md5 v0.7.0
12362024-01-18T17:06:22.396Z Downloaded convert_case v0.4.0
12372024-01-18T17:06:22.396Z Downloaded md-5 v0.10.5
12382024-01-18T17:06:22.399Z Downloaded colorchoice v1.0.0
12392024-01-18T17:06:22.402Z Downloaded cipher v0.4.4
12402024-01-18T17:06:22.402Z Downloaded cc v1.0.83
12412024-01-18T17:06:22.792Z Compiling proc-macro2 v1.0.74
12422024-01-18T17:06:22.792Z Compiling unicode-ident v1.0.12
12432024-01-18T17:06:22.795Z Compiling libc v0.2.152
12442024-01-18T17:06:22.795Z Compiling serde v1.0.195
12452024-01-18T17:06:22.795Z Compiling autocfg v1.1.0
12462024-01-18T17:06:22.812Z Compiling cfg-if v1.0.0
12472024-01-18T17:06:22.815Z Compiling version_check v0.9.4
12482024-01-18T17:06:22.994Z Compiling syn v1.0.109
12492024-01-18T17:06:22.997Z Compiling typenum v1.16.0
12502024-01-18T17:06:23.126Z Compiling parking_lot_core v0.9.8
12512024-01-18T17:06:23.961Z Compiling generic-array v0.14.7
12522024-01-18T17:06:24.073Z Compiling lock_api v0.4.10
12532024-01-18T17:06:24.646Z Compiling libm v0.2.7
12542024-01-18T17:06:24.649Z Compiling num-traits v0.2.16
12552024-01-18T17:06:24.649Z Compiling once_cell v1.19.0
12562024-01-18T17:06:24.832Z Compiling thiserror v1.0.49
12572024-01-18T17:06:24.919Z Compiling serde_json v1.0.111
12582024-01-18T17:06:25.067Z Compiling scopeguard v1.2.0
12592024-01-18T17:06:25.243Z Compiling slab v0.4.9
12602024-01-18T17:06:25.247Z Compiling memchr v2.6.3
12612024-01-18T17:06:25.722Z Compiling itoa v1.0.9
12622024-01-18T17:06:26.259Z Compiling log v0.4.20
12632024-01-18T17:06:26.320Z Compiling pkg-config v0.3.27
12642024-01-18T17:06:27.054Z Compiling quote v1.0.35
12652024-01-18T17:06:27.560Z Compiling getrandom v0.2.10
12662024-01-18T17:06:27.583Z Compiling cc v1.0.83
12672024-01-18T17:06:27.968Z Compiling syn v2.0.46
12682024-01-18T17:06:28.282Z Compiling rand_core v0.6.4
12692024-01-18T17:06:28.513Z Compiling byteorder v1.5.0
12702024-01-18T17:06:29.035Z Compiling heck v0.4.1
12712024-01-18T17:06:29.078Z Compiling subtle v2.5.0
12722024-01-18T17:06:29.237Z Compiling ryu v1.0.15
12732024-01-18T17:06:29.256Z Compiling smallvec v1.11.2
12742024-01-18T17:06:29.713Z Compiling schemars v0.8.16
12752024-01-18T17:06:29.803Z Compiling semver v1.0.21
12762024-01-18T17:06:29.822Z Compiling vcpkg v0.2.15
12772024-01-18T17:06:30.611Z Compiling pin-project-lite v0.2.13
12782024-01-18T17:06:30.767Z Compiling httparse v1.8.0
12792024-01-18T17:06:31.619Z Compiling parking_lot v0.12.1
12802024-01-18T17:06:31.803Z Compiling indexmap v1.9.3
12812024-01-18T17:06:32.221Z Compiling equivalent v1.0.1
12822024-01-18T17:06:32.372Z Compiling hashbrown v0.14.2
12832024-01-18T17:06:32.561Z Compiling ring v0.17.7
12842024-01-18T17:06:32.567Z Compiling ring v0.16.20
12852024-01-18T17:06:33.228Z Compiling signal-hook-registry v1.4.1
12862024-01-18T17:06:33.568Z Compiling openssl-sys v0.9.96
12872024-01-18T17:06:34.445Z Compiling const-oid v0.9.5
12882024-01-18T17:06:34.587Z Compiling mio v0.8.9
12892024-01-18T17:06:35.564Z Compiling ahash v0.8.6
12902024-01-18T17:06:36.483Z Compiling fnv v1.0.7
12912024-01-18T17:06:36.488Z Compiling openssl v0.10.60
12922024-01-18T17:06:36.804Z Compiling socket2 v0.5.5
12932024-01-18T17:06:36.808Z Compiling num_cpus v1.16.0
12942024-01-18T17:06:36.862Z Compiling iana-time-zone v0.1.57
12952024-01-18T17:06:36.989Z Compiling ucd-trie v0.1.6
12962024-01-18T17:06:37.681Z Compiling futures-core v0.3.30
12972024-01-18T17:06:37.997Z Compiling native-tls v0.2.11
12982024-01-18T17:06:38.043Z Compiling rustls v0.21.9
12992024-01-18T17:06:38.438Z Compiling async-trait v0.1.77
13002024-01-18T17:06:38.482Z Compiling spin v0.5.2
13012024-01-18T17:06:38.849Z Compiling futures-sink v0.3.30
13022024-01-18T17:06:38.872Z Compiling dyn-clone v1.0.13
13032024-01-18T17:06:39.056Z Compiling backtrace v0.3.69
13042024-01-18T17:06:39.169Z Compiling aho-corasick v1.0.4
13052024-01-18T17:06:39.460Z Compiling regex-syntax v0.8.2
13062024-01-18T17:06:39.681Z Compiling tinyvec_macros v0.1.1
13072024-01-18T17:06:39.802Z Compiling serde_derive_internals v0.26.0
13082024-01-18T17:06:40.080Z Compiling rustix v0.38.25
13092024-01-18T17:06:40.157Z Compiling tinyvec v1.6.0
13102024-01-18T17:06:40.810Z Compiling futures-channel v0.3.30
13112024-01-18T17:06:41.473Z Compiling winnow v0.5.15
13122024-01-18T17:06:42.070Z Compiling pin-utils v0.1.0
13132024-01-18T17:06:42.532Z Compiling futures-task v0.3.30
13142024-01-18T17:06:42.943Z Compiling futures-io v0.3.30
13152024-01-18T17:06:43.005Z Compiling unicode-normalization v0.1.22
13162024-01-18T17:06:43.394Z Compiling spin v0.9.8
13172024-01-18T17:06:44.144Z Compiling tracing-core v0.1.31
13182024-01-18T17:06:44.847Z Compiling cpufeatures v0.2.9
13192024-01-18T17:06:44.936Z Compiling anyhow v1.0.75
13202024-01-18T17:06:44.982Z Compiling unicode-bidi v0.3.13
13212024-01-18T17:06:45.774Z Compiling regex-automata v0.4.3
13222024-01-18T17:06:47.754Z Compiling crc32fast v1.3.2
13232024-01-18T17:06:48.802Z Compiling slog v2.7.0
13242024-01-18T17:06:49.107Z Compiling time-core v0.1.1
13252024-01-18T17:06:49.344Z Compiling time-macros v0.2.13
13262024-01-18T17:06:50.325Z Compiling num-integer v0.1.45
13272024-01-18T17:06:50.903Z Compiling unicode-xid v0.2.4
13282024-01-18T17:06:50.959Z Compiling hashbrown v0.12.3
13292024-01-18T17:06:50.988Z Compiling untrusted v0.9.0
13302024-01-18T17:06:51.219Z Compiling percent-encoding v2.3.1
13312024-01-18T17:06:51.778Z Compiling foreign-types-shared v0.1.1
13322024-01-18T17:06:51.795Z Compiling serde_derive v1.0.195
13332024-01-18T17:06:51.921Z Compiling zeroize_derive v1.4.2
13342024-01-18T17:06:52.735Z Compiling thiserror-impl v1.0.49
13352024-01-18T17:06:52.738Z Compiling tokio-macros v2.2.0
13362024-01-18T17:06:53.739Z Compiling futures-macro v0.3.30
13372024-01-18T17:06:54.609Z Compiling zeroize v1.7.0
13382024-01-18T17:06:54.658Z Compiling tracing-attributes v0.1.26
13392024-01-18T17:06:55.629Z Compiling schemars_derive v0.8.16
13402024-01-18T17:06:56.171Z Compiling zerocopy-derive v0.7.31
13412024-01-18T17:06:57.271Z Compiling openssl-macros v0.1.1
13422024-01-18T17:06:57.677Z Compiling crypto-common v0.1.6
13432024-01-18T17:06:58.002Z Compiling block-buffer v0.10.4
13442024-01-18T17:06:58.368Z Compiling pest v2.7.2
13452024-01-18T17:06:58.407Z Compiling digest v0.10.7
13462024-01-18T17:06:59.213Z Compiling futures-util v0.3.30
13472024-01-18T17:07:00.057Z Compiling zerocopy v0.7.31
13482024-01-18T17:07:01.214Z Compiling regex v1.10.2
13492024-01-18T17:07:01.306Z Compiling tracing v0.1.37
13502024-01-18T17:07:03.070Z Compiling der_derive v0.7.2
13512024-01-18T17:07:03.249Z Compiling untrusted v0.7.1
13522024-01-18T17:07:03.547Z Compiling unicode-width v0.1.11
13532024-01-18T17:07:03.705Z Compiling hashbrown v0.13.2
13542024-01-18T17:07:05.267Z Compiling foreign-types v0.3.2
13552024-01-18T17:07:05.424Z Compiling synstructure v0.12.6
13562024-01-18T17:07:07.963Z Compiling errno v0.3.2
13572024-01-18T17:07:08.298Z Compiling ppv-lite86 v0.2.17
13582024-01-18T17:07:08.479Z Compiling try-lock v0.2.4
13592024-01-18T17:07:08.676Z Compiling base64 v0.21.7
13602024-01-18T17:07:09.478Z Compiling want v0.3.1
13612024-01-18T17:07:09.578Z Compiling zerocopy-derive v0.2.0
13622024-01-18T17:07:09.957Z Compiling sct v0.7.0
13632024-01-18T17:07:10.112Z Compiling rustls-webpki v0.101.7
13642024-01-18T17:07:10.223Z Compiling pest_meta v2.7.2
13652024-01-18T17:07:10.526Z Compiling form_urlencoded v1.2.1
13662024-01-18T17:07:11.111Z Compiling socket2 v0.4.9
13672024-01-18T17:07:13.049Z Compiling openssl-probe v0.1.5
13682024-01-18T17:07:13.419Z Compiling httpdate v1.0.3
13692024-01-18T17:07:13.540Z Compiling tower-service v0.3.2
13702024-01-18T17:07:13.562Z Compiling io-lifetimes v1.0.11
13712024-01-18T17:07:14.121Z Compiling pest_generator v2.7.2
13722024-01-18T17:07:14.433Z Compiling idna v0.5.0
13732024-01-18T17:07:15.882Z Compiling lazy_static v1.4.0
13742024-01-18T17:07:16.039Z Compiling adler v1.0.2
13752024-01-18T17:07:16.295Z Compiling crossbeam-utils v0.8.16
13762024-01-18T17:07:16.518Z Compiling bytes v1.5.0
13772024-01-18T17:07:17.109Z Compiling indexmap v2.1.0
13782024-01-18T17:07:17.774Z Compiling chrono v0.4.31
13792024-01-18T17:07:18.301Z Compiling uuid v1.6.1
13802024-01-18T17:07:18.622Z Compiling http v0.2.11
13812024-01-18T17:07:18.869Z Compiling rustc_version v0.4.0
13822024-01-18T17:07:19.119Z Compiling tokio v1.35.1
13832024-01-18T17:07:20.126Z Compiling toml_datetime v0.6.5
13842024-01-18T17:07:20.890Z Compiling serde_spanned v0.6.4
13852024-01-18T17:07:20.956Z Compiling bitflags v2.4.0
13862024-01-18T17:07:22.076Z Compiling toml_edit v0.19.15
13872024-01-18T17:07:24.378Z Compiling http-body v0.4.5
13882024-01-18T17:07:25.033Z Compiling heapless v0.7.16
13892024-01-18T17:07:25.675Z Compiling openapiv3 v2.0.0
13902024-01-18T17:07:28.979Z Compiling pest_derive v2.7.2
13912024-01-18T17:07:29.613Z Compiling miniz_oxide v0.7.1
13922024-01-18T17:07:32.024Z Compiling url v2.5.0
13932024-01-18T17:07:32.235Z Compiling tokio-util v0.7.10
13942024-01-18T17:07:34.785Z Compiling h2 v0.3.21
13952024-01-18T17:07:34.974Z Compiling tokio-native-tls v0.3.1
13962024-01-18T17:07:35.187Z Compiling tokio-rustls v0.24.1
13972024-01-18T17:07:35.356Z Compiling rand_chacha v0.3.1
13982024-01-18T17:07:35.440Z Compiling usdt-impl v0.3.5
13992024-01-18T17:07:35.841Z Compiling rustix v0.37.23
14002024-01-18T17:07:35.965Z Compiling ipnet v2.9.0
14012024-01-18T17:07:36.819Z Compiling rand v0.8.5
14022024-01-18T17:07:37.384Z Compiling serde_urlencoded v0.7.1
14032024-01-18T17:07:38.034Z Compiling rustls-pemfile v1.0.3
14042024-01-18T17:07:38.472Z Compiling encoding_rs v0.8.33
14052024-01-18T17:07:38.495Z Compiling webpki-roots v0.25.2
14062024-01-18T17:07:38.609Z Compiling gimli v0.28.0
14072024-01-18T17:07:38.708Z Compiling mime v0.3.17
14082024-01-18T17:07:43.129Z Compiling zerocopy v0.3.0
14092024-01-18T17:07:44.754Z Compiling object v0.32.1
14102024-01-18T17:07:44.779Z Compiling num-bigint v0.4.4
14112024-01-18T17:07:44.800Z Compiling rustc-demangle v0.1.23
14122024-01-18T17:07:45.392Z Compiling dof v0.1.5
14132024-01-18T17:07:46.074Z Compiling hyper v0.14.27
14142024-01-18T17:07:46.178Z Compiling addr2line v0.21.0
14152024-01-18T17:07:46.471Z Compiling flate2 v1.0.28
14162024-01-18T17:07:46.758Z Compiling dtrace-parser v0.1.14
14172024-01-18T17:07:47.014Z Compiling bzip2-sys v0.1.11+1.0.8
14182024-01-18T17:07:47.177Z Compiling thread-id v4.2.0
14192024-01-18T17:07:47.199Z Compiling signal-hook v0.3.17
14202024-01-18T17:07:47.326Z Compiling rustversion v1.0.14
14212024-01-18T17:07:48.965Z Compiling toml v0.7.8
14222024-01-18T17:07:50.136Z Compiling toml_edit v0.21.0
14232024-01-18T17:07:51.010Z Compiling serde_tokenstream v0.1.7
14242024-01-18T17:07:51.775Z Compiling hex v0.4.3
14252024-01-18T17:07:51.847Z Compiling serde_tokenstream v0.2.0
14262024-01-18T17:07:52.146Z Compiling memoffset v0.9.0
14272024-01-18T17:07:53.626Z Compiling strsim v0.10.0
14282024-01-18T17:07:53.631Z Compiling base64ct v1.6.0
14292024-01-18T17:07:53.888Z Compiling regress v0.7.1
14302024-01-18T17:07:57.450Z Compiling hyper-tls v0.5.0
14312024-01-18T17:07:57.671Z Compiling hyper-rustls v0.24.2
14322024-01-18T17:07:57.693Z Compiling doc-comment v0.3.3
14332024-01-18T17:07:57.971Z Compiling bitflags v1.3.2
14342024-01-18T17:07:58.106Z Compiling reqwest v0.11.22
14352024-01-18T17:07:58.189Z Compiling smoltcp v0.9.1
14362024-01-18T17:07:58.818Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14372024-01-18T17:07:59.403Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14382024-01-18T17:08:00.090Z Compiling pem-rfc7468 v0.7.0
14392024-01-18T17:08:01.384Z Compiling strum_macros v0.25.2
14402024-01-18T17:08:01.956Z Compiling usdt-attr-macro v0.3.5
14412024-01-18T17:08:02.168Z Compiling usdt-macro v0.3.5
14422024-01-18T17:08:02.792Z Compiling hmac v0.12.1
14432024-01-18T17:08:03.979Z Compiling enum-as-inner v0.5.1
14442024-01-18T17:08:04.288Z Compiling crossbeam-epoch v0.9.15
14452024-01-18T17:08:04.311Z Compiling num-iter v0.1.43
14462024-01-18T17:08:04.903Z Compiling siphasher v0.3.11
14472024-01-18T17:08:04.941Z Compiling flagset v0.4.3
14482024-01-18T17:08:05.246Z Compiling unicode-segmentation v1.10.1
14492024-01-18T17:08:05.684Z Compiling der v0.7.8
14502024-01-18T17:08:07.228Z Compiling hubpack_derive v0.1.1
14512024-01-18T17:08:07.228Z Compiling pin-project-internal v1.1.3
14522024-01-18T17:08:08.367Z Compiling zerocopy-derive v0.6.4
14532024-01-18T17:08:09.232Z Compiling anstyle v1.0.2
14542024-01-18T17:08:09.986Z Compiling num_threads v0.1.6
14552024-01-18T17:08:10.363Z Compiling deranged v0.3.8
14562024-01-18T17:08:10.384Z Compiling utf8parse v0.2.1
14572024-01-18T17:08:10.703Z Compiling anstyle-parse v0.2.1
14582024-01-18T17:08:11.187Z Compiling sha2 v0.10.8
14592024-01-18T17:08:12.066Z Compiling spki v0.7.2
14602024-01-18T17:08:13.377Z Compiling time v0.3.27
14612024-01-18T17:08:13.922Z Compiling md-5 v0.10.5
14622024-01-18T17:08:14.303Z Compiling block-padding v0.3.3
14632024-01-18T17:08:14.688Z Compiling clap_derive v4.4.2
14642024-01-18T17:08:14.897Z Compiling stringprep v0.1.3
14652024-01-18T17:08:16.013Z Compiling diesel_table_macro_syntax v0.1.0
14662024-01-18T17:08:16.553Z Compiling hash32 v0.2.1
14672024-01-18T17:08:16.651Z Compiling colorchoice v1.0.0
14682024-01-18T17:08:16.900Z Compiling fallible-iterator v0.2.0
14692024-01-18T17:08:17.131Z Compiling stable_deref_trait v1.2.0
14702024-01-18T17:08:17.357Z Compiling anstyle-query v1.0.0
14712024-01-18T17:08:17.534Z Compiling anstream v0.5.0
14722024-01-18T17:08:17.933Z Compiling diesel_derives v2.1.2
14732024-01-18T17:08:18.042Z Compiling postgres-protocol v0.6.6
14742024-01-18T17:08:18.608Z Compiling terminal_size v0.2.6
14752024-01-18T17:08:19.065Z Compiling inout v0.1.3
14762024-01-18T17:08:20.229Z Compiling pkcs8 v0.10.2
14772024-01-18T17:08:21.126Z Compiling phf_shared v0.11.2
14782024-01-18T17:08:22.663Z Compiling ff v0.13.0
14792024-01-18T17:08:22.948Z Compiling snafu-derive v0.7.5
14802024-01-18T17:08:23.005Z Compiling serde_repr v0.1.16
14812024-01-18T17:08:23.163Z Compiling scheduled-thread-pool v0.2.7
14822024-01-18T17:08:23.703Z Compiling regex-automata v0.1.10
14832024-01-18T17:08:24.078Z Compiling matches v0.1.10
14842024-01-18T17:08:24.494Z Compiling managed v0.8.0
14852024-01-18T17:08:24.828Z Compiling clap_lex v0.5.1
14862024-01-18T17:08:25.211Z Compiling bit-vec v0.6.3
14872024-01-18T17:08:25.534Z Compiling base16ct v0.2.0
14882024-01-18T17:08:26.033Z Compiling sec1 v0.7.3
14892024-01-18T17:08:26.904Z Compiling clap_builder v4.4.2
14902024-01-18T17:08:30.736Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14912024-01-18T17:08:32.681Z Compiling bstr v0.2.17
14922024-01-18T17:08:35.240Z Compiling idna v0.2.3
14932024-01-18T17:08:36.285Z Compiling r2d2 v0.8.10
14942024-01-18T17:08:37.282Z Compiling group v0.13.0
14952024-01-18T17:08:38.214Z Compiling phf v0.11.2
14962024-01-18T17:08:38.687Z Compiling signal-hook-mio v0.2.3
14972024-01-18T17:08:38.701Z Compiling cipher v0.4.4
14982024-01-18T17:08:38.864Z Compiling postgres-types v0.2.6
14992024-01-18T17:08:39.179Z Compiling bzip2 v0.4.4
15002024-01-18T17:08:39.396Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15012024-01-18T17:08:39.521Z Compiling pin-project v1.1.3
15022024-01-18T17:08:39.723Z Compiling zerocopy v0.6.4
15032024-01-18T17:08:39.838Z Compiling hubpack v0.1.2
15042024-01-18T17:08:40.541Z Compiling phf_shared v0.10.0
15052024-01-18T17:08:41.197Z Compiling hkdf v0.12.4
15062024-01-18T17:08:41.365Z Compiling ipnetwork v0.20.0
15072024-01-18T17:08:41.500Z Compiling crypto-bigint v0.5.2
15082024-01-18T17:08:41.579Z Compiling futures-executor v0.3.30
15092024-01-18T17:08:42.079Z Compiling getopts v0.2.21
15102024-01-18T17:08:42.763Z Compiling float-cmp v0.9.0
15112024-01-18T17:08:43.104Z Compiling minimal-lexical v0.2.1
15122024-01-18T17:08:43.442Z Compiling data-encoding v2.4.0
15132024-01-18T17:08:43.737Z Compiling new_debug_unreachable v1.0.4
15142024-01-18T17:08:43.881Z Compiling regex-automata v0.3.8
15152024-01-18T17:08:47.253Z Compiling unsafe-libyaml v0.2.10
15162024-01-18T17:08:47.565Z Compiling whoami v1.4.1
15172024-01-18T17:08:47.970Z Compiling static_assertions v1.1.0
15182024-01-18T17:08:48.537Z Compiling normalize-line-endings v0.3.0
15192024-01-18T17:08:48.558Z Compiling precomputed-hash v0.1.1
15202024-01-18T17:08:48.706Z Compiling fixedbitset v0.4.2
15212024-01-18T17:08:48.727Z Compiling difflib v0.4.0
15222024-01-18T17:08:49.433Z Compiling either v1.9.0
15232024-01-18T17:08:49.977Z Compiling predicates-core v1.0.6
15242024-01-18T17:08:50.021Z Compiling itertools v0.10.5
15252024-01-18T17:08:50.428Z Compiling predicates v3.1.0
15262024-01-18T17:08:50.533Z Compiling serde_yaml v0.9.25
15272024-01-18T17:08:50.697Z Compiling petgraph v0.6.4
15282024-01-18T17:08:53.233Z Compiling string_cache v0.8.7
15292024-01-18T17:08:53.959Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15302024-01-18T17:08:54.781Z Compiling tokio-postgres v0.7.10
15312024-01-18T17:08:56.599Z Compiling bstr v1.6.0
15322024-01-18T17:08:56.896Z Compiling diesel v2.1.4
15332024-01-18T17:08:57.162Z Compiling trust-dns-proto v0.22.0
15342024-01-18T17:08:57.412Z Compiling elliptic-curve v0.13.8
15352024-01-18T17:08:57.773Z Compiling nom v7.1.3
15362024-01-18T17:08:59.156Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15372024-01-18T17:09:01.077Z Compiling yasna v0.5.2
15382024-01-18T17:09:03.330Z Compiling futures v0.3.30
15392024-01-18T17:09:03.894Z Compiling snafu v0.7.5
15402024-01-18T17:09:04.299Z Compiling zip v0.6.6
15412024-01-18T17:09:05.192Z Compiling crossterm v0.27.0
15422024-01-18T17:09:06.168Z Compiling similar v2.3.0
15432024-01-18T17:09:06.645Z Compiling clap v4.4.3
15442024-01-18T17:09:07.867Z Compiling bit-set v0.5.3
15452024-01-18T17:09:08.001Z Compiling usdt v0.3.5
15462024-01-18T17:09:08.434Z Compiling tokio-stream v0.1.14
15472024-01-18T17:09:10.017Z Compiling console v0.15.8
15482024-01-18T17:09:12.076Z Compiling lalrpop-util v0.19.12
15492024-01-18T17:09:12.259Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15502024-01-18T17:10:02.597Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15512024-01-18T17:10:04.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522024-01-18T17:10:05.275Z Compiling sha1 v0.10.6
15532024-01-18T17:10:16.124Z Compiling atty v0.2.14
15542024-01-18T17:10:16.317Z Compiling match_cfg v0.1.0
15552024-01-18T17:10:17.010Z Compiling hostname v0.3.1
15562024-01-18T17:10:17.362Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15572024-01-18T17:10:17.660Z Compiling dirs-sys-next v0.1.2
15582024-01-18T17:10:18.690Z Compiling rustls-pki-types v1.1.0
15592024-01-18T17:10:18.766Z Compiling ident_case v1.0.1
15602024-01-18T17:10:18.867Z Compiling dirs-next v2.0.0
15612024-01-18T17:10:19.034Z Compiling darling_core v0.20.3
15622024-01-18T17:10:19.176Z Compiling thread_local v1.1.7
15632024-01-18T17:10:19.526Z Compiling rustls v0.22.2
15642024-01-18T17:10:19.864Z Compiling slog-async v2.8.0
15652024-01-18T17:10:20.323Z Compiling camino v1.1.6
15662024-01-18T17:10:20.333Z Compiling rustls-webpki v0.102.1
15672024-01-18T17:10:20.333Z Compiling term v0.7.0
15682024-01-18T17:10:20.753Z Compiling crossbeam-channel v0.5.8
15692024-01-18T17:10:21.028Z Compiling multer v3.0.0
15702024-01-18T17:10:21.468Z Compiling instant v0.1.12
15712024-01-18T17:10:21.676Z Compiling take_mut v0.2.2
15722024-01-18T17:10:21.905Z Compiling paste v1.0.14
15732024-01-18T17:10:23.594Z Compiling slog-term v2.9.0
15742024-01-18T17:10:24.524Z Compiling slog-json v2.6.1
15752024-01-18T17:10:24.624Z Compiling http v1.0.0
15762024-01-18T17:10:25.118Z Compiling async-stream-impl v0.3.5
15772024-01-18T17:10:25.528Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15782024-01-18T17:10:25.672Z Compiling atomic-waker v1.1.1
15792024-01-18T17:10:25.966Z Compiling debug-ignore v1.0.5
15802024-01-18T17:10:26.086Z Compiling waitgroup v0.1.2
15812024-01-18T17:10:26.183Z Compiling slog-bunyan v2.5.0
15822024-01-18T17:10:26.507Z Compiling rustls-pemfile v2.0.0
15832024-01-18T17:10:26.719Z Compiling toml v0.8.8
15842024-01-18T17:10:27.470Z Compiling async-stream v0.3.5
15852024-01-18T17:10:27.957Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15862024-01-18T17:10:28.362Z Compiling serde_path_to_error v0.1.15
15872024-01-18T17:10:28.899Z Compiling structmeta-derive v0.2.0
15882024-01-18T17:10:29.078Z Compiling strum v0.25.0
15892024-01-18T17:10:29.322Z Compiling regex-syntax v0.7.5
15902024-01-18T17:10:29.543Z Compiling darling_macro v0.20.3
15912024-01-18T17:10:29.575Z Compiling backoff v0.4.0
15922024-01-18T17:10:29.796Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15932024-01-18T17:10:30.104Z Compiling tokio-rustls v0.25.0
15942024-01-18T17:10:30.779Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15952024-01-18T17:10:31.011Z Compiling macaddr v1.0.1
15962024-01-18T17:10:31.444Z Compiling proc-macro-error-attr v1.0.4
15972024-01-18T17:10:31.447Z Compiling darling v0.20.3
15982024-01-18T17:10:31.447Z Compiling serde_with_macros v3.4.0
15992024-01-18T17:10:31.559Z Compiling proc-macro-crate v1.3.1
16002024-01-18T17:10:31.758Z Compiling proc-macro-error v1.0.4
16012024-01-18T17:10:33.343Z Compiling num_enum_derive v0.5.11
16022024-01-18T17:10:33.771Z Compiling smoltcp v0.10.0
16032024-01-18T17:10:34.061Z Compiling structmeta v0.2.0
16042024-01-18T17:10:34.797Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16052024-01-18T17:10:35.352Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16062024-01-18T17:10:35.883Z Compiling fastrand v2.0.0
16072024-01-18T17:10:35.925Z Compiling serde_with v3.4.0
16082024-01-18T17:10:36.212Z Compiling embedded-io v0.4.0
16092024-01-18T17:10:36.568Z Compiling same-file v1.0.6
16102024-01-18T17:10:36.764Z Compiling cobs v0.2.3
16112024-01-18T17:10:36.927Z Compiling walkdir v2.4.0
16122024-01-18T17:10:37.257Z Compiling postcard v1.0.8
16132024-01-18T17:10:37.976Z Compiling num_enum v0.5.11
16142024-01-18T17:10:38.181Z Compiling tempfile v3.8.1
16152024-01-18T17:10:38.672Z Compiling semver-parser v0.10.2
16162024-01-18T17:10:39.615Z Compiling foreign-types-macros v0.2.3
16172024-01-18T17:10:41.005Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16182024-01-18T17:10:41.174Z Compiling parse-display-derive v0.8.2
16192024-01-18T17:10:41.443Z Compiling crucible-workspace-hack v0.1.0
16202024-01-18T17:10:41.734Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16212024-01-18T17:10:41.862Z Compiling foreign-types-shared v0.3.1
16222024-01-18T17:10:42.034Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16232024-01-18T17:10:42.461Z Compiling foreign-types v0.5.0
16242024-01-18T17:10:42.712Z Compiling semver v0.11.0
16252024-01-18T17:10:43.110Z Compiling is-terminal v0.4.9
16262024-01-18T17:10:43.182Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16272024-01-18T17:10:43.283Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16282024-01-18T17:10:43.889Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16292024-01-18T17:10:44.019Z Compiling cstr-argument v0.1.2
16302024-01-18T17:10:44.377Z Compiling filetime v0.2.23
16312024-01-18T17:10:44.509Z Compiling xattr v1.0.1
16322024-01-18T17:10:44.709Z Compiling home v0.5.5
16332024-01-18T17:10:44.891Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16342024-01-18T17:10:44.915Z Compiling pretty-hex v0.2.1
16352024-01-18T17:10:45.091Z Compiling toolchain_find v0.2.0
16362024-01-18T17:10:45.192Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16372024-01-18T17:10:45.350Z Compiling tar v0.4.40
16382024-01-18T17:10:45.969Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16392024-01-18T17:10:46.035Z Compiling colored v2.0.4
16402024-01-18T17:10:46.628Z Compiling toml v0.5.11
16412024-01-18T17:10:46.883Z Compiling topological-sort v0.2.2
16422024-01-18T17:10:47.139Z Compiling platforms v3.0.2
16432024-01-18T17:10:47.222Z Compiling omicron-zone-package v0.10.1
16442024-01-18T17:10:47.541Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16452024-01-18T17:10:47.655Z Compiling camino-tempfile v1.1.1
16462024-01-18T17:10:48.335Z Compiling zone_cfg_derive v0.3.0
16472024-01-18T17:10:48.591Z Compiling parse-display v0.8.2
16482024-01-18T17:10:48.870Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16492024-01-18T17:10:48.896Z Compiling textwrap v0.11.0
16502024-01-18T17:10:49.576Z Compiling rustfmt-wrapper v0.2.0
16512024-01-18T17:10:49.689Z Compiling heck v0.3.3
16522024-01-18T17:10:50.474Z Compiling num-derive v0.4.0
16532024-01-18T17:10:50.627Z Compiling libefi-sys v0.1.0
16542024-01-18T17:10:50.828Z Compiling vec_map v0.8.2
16552024-01-18T17:10:51.051Z Compiling strsim v0.8.0
16562024-01-18T17:10:51.282Z Compiling ansi_term v0.12.1
16572024-01-18T17:10:52.090Z Compiling clap v2.34.0
16582024-01-18T17:10:52.155Z Compiling zone v0.3.0
16592024-01-18T17:10:53.016Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16602024-01-18T17:10:53.161Z Compiling structopt-derive v0.4.18
16612024-01-18T17:10:54.140Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16622024-01-18T17:10:54.475Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
16632024-01-18T17:10:54.710Z Compiling smf v0.2.2
16642024-01-18T17:10:54.735Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16652024-01-18T17:10:55.179Z Compiling unicase v2.7.0
16662024-01-18T17:10:55.298Z Compiling semver v0.1.20
16672024-01-18T17:10:55.670Z Compiling curve25519-dalek v4.1.1
16682024-01-18T17:10:56.092Z Compiling rustc_version v0.1.7
16692024-01-18T17:10:56.464Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16702024-01-18T17:10:56.540Z Compiling universal-hash v0.5.1
16712024-01-18T17:10:56.743Z Compiling opaque-debug v0.3.0
16722024-01-18T17:10:56.840Z Compiling newtype_derive v0.1.6
16732024-01-18T17:10:56.867Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16742024-01-18T17:10:56.952Z Compiling curve25519-dalek-derive v0.1.0
16752024-01-18T17:10:57.025Z Compiling num-rational v0.4.1
16762024-01-18T17:10:57.282Z Compiling getrandom v0.1.16
16772024-01-18T17:10:57.779Z Compiling password-hash v0.5.0
16782024-01-18T17:10:57.780Z Compiling signature v2.1.0
16792024-01-18T17:10:57.812Z Compiling blake2 v0.10.6
16802024-01-18T17:10:58.117Z Compiling quick-error v1.2.3
16812024-01-18T17:10:58.136Z Compiling structopt v0.3.26
16822024-01-18T17:10:58.357Z Compiling parking_lot_core v0.8.6
16832024-01-18T17:10:58.386Z Compiling linked-hash-map v0.5.6
16842024-01-18T17:10:58.944Z Compiling lru-cache v0.1.2
16852024-01-18T17:10:59.072Z Compiling argon2 v0.5.2
16862024-01-18T17:10:59.229Z Compiling resolv-conf v0.7.0
16872024-01-18T17:11:00.432Z Compiling aead v0.5.2
16882024-01-18T17:11:00.559Z Compiling num-complex v0.4.4
16892024-01-18T17:11:00.687Z Compiling nibble_vec v0.1.0
16902024-01-18T17:11:00.958Z Compiling slog-dtrace v0.2.3
16912024-01-18T17:11:01.032Z Compiling keccak v0.1.4
16922024-01-18T17:11:01.420Z Compiling endian-type v0.1.2
16932024-01-18T17:11:01.756Z Compiling cancel-safe-futures v0.1.5
16942024-01-18T17:11:02.302Z Compiling winapi v0.3.9
16952024-01-18T17:11:02.351Z Compiling arc-swap v1.6.0
16962024-01-18T17:11:02.431Z Compiling utf-8 v0.7.6
16972024-01-18T17:11:02.755Z Compiling tungstenite v0.20.1
16982024-01-18T17:11:02.940Z Compiling num v0.4.1
16992024-01-18T17:11:03.086Z Compiling slog-scope v4.4.0
17002024-01-18T17:11:03.437Z Compiling radix_trie v0.2.1
17012024-01-18T17:11:03.930Z Compiling sha3 v0.10.8
17022024-01-18T17:11:04.075Z Compiling mime_guess v2.0.4
17032024-01-18T17:11:04.351Z Compiling steno v0.4.0
17042024-01-18T17:11:04.550Z Compiling trust-dns-resolver v0.22.0
17052024-01-18T17:11:05.579Z Compiling rand_core v0.5.1
17062024-01-18T17:11:06.342Z Compiling poly1305 v0.8.0
17072024-01-18T17:11:06.684Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17082024-01-18T17:11:07.373Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17092024-01-18T17:11:07.457Z Compiling chacha20 v0.9.1
17102024-01-18T17:11:07.865Z Compiling rfc6979 v0.4.0
17112024-01-18T17:11:08.148Z Compiling secrecy v0.8.0
17122024-01-18T17:11:08.163Z Compiling thiserror-impl-no-std v2.0.2
17132024-01-18T17:11:08.528Z Compiling ciborium-io v0.2.1
17142024-01-18T17:11:08.549Z Compiling convert_case v0.4.0
17152024-01-18T17:11:08.734Z Compiling half v1.8.2
17162024-01-18T17:11:09.182Z Compiling option-ext v0.2.0
17172024-01-18T17:11:09.364Z Compiling dirs-sys v0.4.1
17182024-01-18T17:11:09.724Z Compiling ciborium-ll v0.2.1
17192024-01-18T17:11:10.116Z Compiling derive_more v0.99.17
17202024-01-18T17:11:10.399Z Compiling ecdsa v0.16.9
17212024-01-18T17:11:10.427Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17222024-01-18T17:11:10.922Z Compiling parking_lot v0.11.2
17232024-01-18T17:11:12.516Z Compiling rand_chacha v0.2.2
17242024-01-18T17:11:12.582Z Compiling tokio-tungstenite v0.20.1
17252024-01-18T17:11:13.391Z Compiling trust-dns-client v0.22.0
17262024-01-18T17:11:13.793Z Compiling thiserror-no-std v2.0.2
17272024-01-18T17:11:14.534Z Compiling slog-stdlog v4.1.1
17282024-01-18T17:11:14.985Z Compiling ed25519 v2.2.2
17292024-01-18T17:11:15.112Z Compiling polyval v0.6.1
17302024-01-18T17:11:15.399Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17312024-01-18T17:11:15.761Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17322024-01-18T17:11:15.797Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17332024-01-18T17:11:15.820Z Compiling primeorder v0.13.6
17342024-01-18T17:11:16.633Z Compiling blowfish v0.9.1
17352024-01-18T17:11:17.560Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17362024-01-18T17:11:18.622Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17372024-01-18T17:11:18.943Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17382024-01-18T17:11:19.586Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17392024-01-18T17:11:20.789Z Compiling ctr v0.9.2
17402024-01-18T17:11:21.123Z Compiling aes v0.8.3
17412024-01-18T17:11:21.364Z Compiling password-hash v0.4.2
17422024-01-18T17:11:22.927Z Compiling libsw v3.3.1
17432024-01-18T17:11:25.059Z Compiling pbkdf2 v0.12.2
17442024-01-18T17:11:25.306Z Compiling derive-where v1.2.7
17452024-01-18T17:11:26.131Z Compiling fxhash v0.2.1
17462024-01-18T17:11:27.414Z Compiling linear-map v1.2.0
17472024-01-18T17:11:27.988Z Compiling swrite v0.1.0
17482024-01-18T17:11:28.184Z Compiling owo-colors v3.5.0
17492024-01-18T17:11:31.011Z Compiling sled v0.34.7
17502024-01-18T17:11:31.636Z Compiling trust-dns-server v0.22.1
17512024-01-18T17:11:32.475Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17522024-01-18T17:11:33.390Z Compiling bcrypt-pbkdf v0.10.0
17532024-01-18T17:11:34.363Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17542024-01-18T17:11:40.332Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17552024-01-18T17:11:41.445Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17562024-01-18T17:11:41.876Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17572024-01-18T17:11:43.355Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17582024-01-18T17:11:43.403Z Compiling pbkdf2 v0.11.0
17592024-01-18T17:11:43.755Z Compiling p256 v0.13.2
17602024-01-18T17:11:43.961Z Compiling ghash v0.5.0
17612024-01-18T17:11:44.233Z Compiling ed25519-dalek v2.0.0
17622024-01-18T17:11:44.564Z Compiling slog-envlogger v2.2.0
17632024-01-18T17:11:45.167Z Compiling russh-cryptovec v0.7.0
17642024-01-18T17:11:45.796Z Compiling vsss-rs v3.3.4
17652024-01-18T17:11:46.024Z Compiling rand v0.7.3
17662024-01-18T17:11:46.321Z Compiling ciborium v0.2.1
17672024-01-18T17:11:47.042Z Compiling dirs v5.0.1
17682024-01-18T17:11:47.339Z Compiling chacha20poly1305 v0.10.1
17692024-01-18T17:11:47.660Z Compiling cbc v0.1.2
17702024-01-18T17:11:47.663Z Compiling pem v3.0.2
17712024-01-18T17:11:48.034Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17722024-01-18T17:11:48.601Z Compiling headers-core v0.2.0
17732024-01-18T17:11:48.824Z Compiling kstat-rs v0.2.3
17742024-01-18T17:11:48.847Z Compiling http-range v0.1.5
17752024-01-18T17:11:48.936Z Compiling pretty-hex v0.4.1
17762024-01-18T17:11:49.396Z Compiling md5 v0.7.0
17772024-01-18T17:11:49.645Z Compiling glob v0.3.1
17782024-01-18T17:11:50.004Z Compiling russh-keys v0.40.1
17792024-01-18T17:11:50.220Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17802024-01-18T17:11:51.417Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17812024-01-18T17:11:51.534Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17822024-01-18T17:11:52.164Z Compiling hyper-staticfile v0.9.5
17832024-01-18T17:11:54.115Z Compiling headers v0.3.9
17842024-01-18T17:11:55.036Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17852024-01-18T17:11:55.801Z Compiling rcgen v0.12.0
17862024-01-18T17:11:56.431Z Compiling aes-gcm v0.10.3
17872024-01-18T17:12:01.178Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17882024-01-18T17:12:01.377Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17892024-01-18T17:12:02.991Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17902024-01-18T17:12:03.749Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17912024-01-18T17:12:05.082Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17922024-01-18T17:12:08.784Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
17932024-01-18T17:12:09.253Z Compiling atomicwrites v0.4.3
17942024-01-18T17:12:09.820Z Compiling itertools v0.12.0
17952024-01-18T17:12:11.471Z Compiling subprocess v0.2.9
17962024-01-18T17:12:15.098Z Compiling hex-literal v0.4.1
17972024-01-18T17:12:15.297Z Compiling display-error-chain v0.2.0
17982024-01-18T17:12:15.320Z Compiling russh v0.40.2
17992024-01-18T17:12:15.584Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18002024-01-18T17:12:16.584Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18012024-01-18T17:12:24.608Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18022024-01-18T17:12:38.078Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18032024-01-18T17:12:39.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18042024-01-18T17:13:12.349Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18052024-01-18T17:14:36.873Z Finished dev [unoptimized + debuginfo] target(s) in 8m 40s
18062024-01-18T17:14:37.211Z
18072024-01-18T17:14:37.211Zreal 8:40.688755054
18082024-01-18T17:14:37.211Zuser 46:25.980512849
18092024-01-18T17:14:37.214Zsys 7:05.506332776
18102024-01-18T17:14:37.214Ztrap 1.689247047
18112024-01-18T17:14:37.214Ztflt 5.298557579
18122024-01-18T17:14:37.214Zdflt 7.680621689
18132024-01-18T17:14:37.214Zkflt 0.015667873
18142024-01-18T17:14:37.215Zlock 1:28:38.045372570
18152024-01-18T17:14:37.215Zslp 2:11:22.338236014
18162024-01-18T17:14:37.215Zlat 2:02.874573302
18172024-01-18T17:14:37.215Zstop 4:06.773758724
18182024-01-18T17:14:37.215Z+ mkdir -p /work/end-to-end-tests
18192024-01-18T17:14:37.218Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18202024-01-18T17:14:37.942Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18212024-01-18T17:14:37.942Z+ ptime -m gzip
18222024-01-18T17:14:37.945Z++ basename target/debug/bootstrap
18232024-01-18T17:14:56.013Z
18242024-01-18T17:14:56.013Zreal 18.065178862
18252024-01-18T17:14:56.021Zuser 17.876040029
18262024-01-18T17:14:56.021Zsys 0.174490675
18272024-01-18T17:14:56.021Ztrap 0.006509491
18282024-01-18T17:14:56.021Ztflt 0.000000000
18292024-01-18T17:14:56.021Zdflt 0.000000000
18302024-01-18T17:14:56.021Zkflt 0.000000000
18312024-01-18T17:14:56.021Zlock 0.000000000
18322024-01-18T17:14:56.021Zslp 0.000000000
18332024-01-18T17:14:56.021Zlat 0.007752428
18342024-01-18T17:14:56.021Zstop 0.000272032
18352024-01-18T17:14:56.021Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18362024-01-18T17:14:56.022Z+ ptime -m gzip
18372024-01-18T17:14:56.022Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eadf9de28e0252b2
18382024-01-18T17:14:57.095Z
18392024-01-18T17:14:57.095Zreal 1.074650035
18402024-01-18T17:14:57.095Zuser 1.063317486
18412024-01-18T17:14:57.099Zsys 0.010718604
18422024-01-18T17:14:57.099Ztrap 0.000105755
18432024-01-18T17:14:57.099Ztflt 0.000000000
18442024-01-18T17:14:57.099Zdflt 0.000000000
18452024-01-18T17:14:57.099Zkflt 0.000000000
18462024-01-18T17:14:57.099Zlock 0.000000000
18472024-01-18T17:14:57.099Zslp 0.000000000
18482024-01-18T17:14:57.099Zlat 0.000167322
18492024-01-18T17:14:57.099Zstop 0.000224618
18502024-01-18T17:14:57.099Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18512024-01-18T17:14:57.099Z+ ptime -m gzip
18522024-01-18T17:14:57.099Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e856828b6b89d20f
18532024-01-18T17:15:15.676Z
18542024-01-18T17:15:15.680Zreal 18.575337462
18552024-01-18T17:15:15.680Zuser 18.394872838
18562024-01-18T17:15:15.680Zsys 0.175719086
18572024-01-18T17:15:15.680Ztrap 0.003618328
18582024-01-18T17:15:15.680Ztflt 0.000000000
18592024-01-18T17:15:15.680Zdflt 0.000000000
18602024-01-18T17:15:15.680Zkflt 0.000000000
18612024-01-18T17:15:15.680Zlock 0.000000000
18622024-01-18T17:15:15.680Zslp 0.000000000
18632024-01-18T17:15:15.680Zlat 0.000766370
18642024-01-18T17:15:15.680Zstop 0.000243889
18652024-01-18T17:15:15.680Z+ banner caboose-util
18662024-01-18T17:15:15.680Z
18672024-01-18T17:15:15.680Z #### ## ##### #### #### #### ###### # # #####
18682024-01-18T17:15:15.680Z # # # # # # # # # # # # # # #
18692024-01-18T17:15:15.680Z # # # ##### # # # # #### ##### ##### # # #
18702024-01-18T17:15:15.680Z # ###### # # # # # # # # # # #
18712024-01-18T17:15:15.681Z # # # # # # # # # # # # # # # #
18722024-01-18T17:15:15.681Z #### # # ##### #### #### #### ###### #### #
18732024-01-18T17:15:15.681Z
18742024-01-18T17:15:15.681Z+ ptime -m cargo build --locked -p caboose-util --release
18752024-01-18T17:15:16.335Z Downloading crates ...
18762024-01-18T17:15:16.662Z Downloaded packed_struct_codegen v0.10.1
18772024-01-18T17:15:16.665Z Downloaded crc-catalog v2.2.0
18782024-01-18T17:15:16.665Z Downloaded env_logger v0.10.0
18792024-01-18T17:15:16.665Z Downloaded wyz v0.5.1
18802024-01-18T17:15:16.665Z Downloaded path-slash v0.1.5
18812024-01-18T17:15:16.670Z Downloaded smallvec v0.6.14
18822024-01-18T17:15:16.673Z Downloaded termcolor v1.2.0
18832024-01-18T17:15:16.676Z Downloaded serde-hex v0.1.0
18842024-01-18T17:15:16.679Z Downloaded packed_struct v0.10.1
18852024-01-18T17:15:16.681Z Downloaded pkcs1 v0.7.5
18862024-01-18T17:15:16.685Z Downloaded array-init v0.0.4
18872024-01-18T17:15:16.688Z Downloaded crc v3.0.1
18882024-01-18T17:15:16.690Z Downloaded tap v1.0.1
18892024-01-18T17:15:16.693Z Downloaded crc-any v2.4.3
18902024-01-18T17:15:16.696Z Downloaded ron v0.8.1
18912024-01-18T17:15:16.705Z Downloaded rsa v0.9.2
18922024-01-18T17:15:16.715Z Downloaded num-bigint-dig v0.8.4
18932024-01-18T17:15:16.723Z Downloaded bitvec v1.0.1
18942024-01-18T17:15:16.750Z Downloaded object v0.30.4
18952024-01-18T17:15:16.767Z Downloaded x509-cert v0.2.4
18962024-01-18T17:15:16.777Z Downloaded nodrop v0.1.14
18972024-01-18T17:15:16.780Z Downloaded maybe-uninit v2.0.0
18982024-01-18T17:15:16.783Z Downloaded bitfield v0.14.0
18992024-01-18T17:15:16.783Z Downloaded radium v0.7.0
19002024-01-18T17:15:16.789Z Downloaded funty v2.0.0
19012024-01-18T17:15:16.950Z Compiling proc-macro2 v1.0.74
19022024-01-18T17:15:16.953Z Compiling unicode-ident v1.0.12
19032024-01-18T17:15:16.953Z Compiling libc v0.2.152
19042024-01-18T17:15:16.953Z Compiling autocfg v1.1.0
19052024-01-18T17:15:16.953Z Compiling serde v1.0.195
19062024-01-18T17:15:16.953Z Compiling cfg-if v1.0.0
19072024-01-18T17:15:16.953Z Compiling version_check v0.9.4
19082024-01-18T17:15:17.100Z Compiling typenum v1.16.0
19092024-01-18T17:15:17.110Z Compiling syn v1.0.109
19102024-01-18T17:15:17.215Z Compiling parking_lot_core v0.9.8
19112024-01-18T17:15:17.749Z Compiling libm v0.2.7
19122024-01-18T17:15:17.761Z Compiling once_cell v1.19.0
19132024-01-18T17:15:17.952Z Compiling generic-array v0.14.7
19142024-01-18T17:15:18.051Z Compiling lock_api v0.4.10
19152024-01-18T17:15:18.187Z Compiling num-traits v0.2.16
19162024-01-18T17:15:18.333Z Compiling pkg-config v0.3.27
19172024-01-18T17:15:18.352Z Compiling scopeguard v1.2.0
19182024-01-18T17:15:18.588Z Compiling slab v0.4.9
19192024-01-18T17:15:18.692Z Compiling serde_json v1.0.111
19202024-01-18T17:15:19.016Z Compiling memchr v2.6.3
19212024-01-18T17:15:19.126Z Compiling quote v1.0.35
19222024-01-18T17:15:19.428Z Compiling thiserror v1.0.49
19232024-01-18T17:15:20.013Z Compiling syn v2.0.46
19242024-01-18T17:15:20.078Z Compiling cc v1.0.83
19252024-01-18T17:15:20.108Z Compiling getrandom v0.2.10
19262024-01-18T17:15:20.816Z Compiling rand_core v0.6.4
19272024-01-18T17:15:21.007Z Compiling byteorder v1.5.0
19282024-01-18T17:15:21.551Z Compiling itoa v1.0.9
19292024-01-18T17:15:21.660Z Compiling log v0.4.20
19302024-01-18T17:15:21.758Z Compiling smallvec v1.11.2
19312024-01-18T17:15:22.954Z Compiling vcpkg v0.2.15
19322024-01-18T17:15:24.321Z Compiling pin-project-lite v0.2.13
19332024-01-18T17:15:24.483Z Compiling parking_lot v0.12.1
19342024-01-18T17:15:24.935Z Compiling const-oid v0.9.5
19352024-01-18T17:15:25.431Z Compiling ring v0.17.7
19362024-01-18T17:15:25.775Z Compiling openssl-sys v0.9.96
19372024-01-18T17:15:25.907Z Compiling indexmap v1.9.3
19382024-01-18T17:15:26.665Z Compiling signal-hook-registry v1.4.1
19392024-01-18T17:15:27.081Z Compiling io-lifetimes v1.0.11
19402024-01-18T17:15:27.819Z Compiling futures-core v0.3.30
19412024-01-18T17:15:27.824Z Compiling heck v0.4.1
19422024-01-18T17:15:27.838Z Compiling subtle v2.5.0
19432024-01-18T17:15:28.304Z Compiling ring v0.16.20
19442024-01-18T17:15:28.433Z Compiling mio v0.8.9
19452024-01-18T17:15:28.734Z Compiling num-integer v0.1.45
19462024-01-18T17:15:29.146Z Compiling ryu v1.0.15
19472024-01-18T17:15:29.571Z Compiling semver v1.0.21
19482024-01-18T17:15:30.694Z Compiling rustix v0.37.23
19492024-01-18T17:15:31.502Z Compiling spin v0.5.2
19502024-01-18T17:15:31.848Z Compiling socket2 v0.5.5
19512024-01-18T17:15:32.372Z Compiling num_cpus v1.16.0
19522024-01-18T17:15:32.530Z Compiling futures-sink v0.3.30
19532024-01-18T17:15:32.735Z Compiling httparse v1.8.0
19542024-01-18T17:15:32.804Z Compiling unicode-xid v0.2.4
19552024-01-18T17:15:33.035Z Compiling openssl v0.10.60
19562024-01-18T17:15:33.210Z Compiling ucd-trie v0.1.6
19572024-01-18T17:15:33.278Z Compiling synstructure v0.12.6
19582024-01-18T17:15:33.751Z Compiling tinyvec_macros v0.1.1
19592024-01-18T17:15:33.953Z Compiling tinyvec v1.6.0
19602024-01-18T17:15:34.168Z Compiling futures-channel v0.3.30
19612024-01-18T17:15:34.985Z Compiling pin-utils v0.1.0
19622024-01-18T17:15:35.098Z Compiling crc32fast v1.3.2
19632024-01-18T17:15:35.216Z Compiling futures-task v0.3.30
19642024-01-18T17:15:35.235Z Compiling ppv-lite86 v0.2.17
19652024-01-18T17:15:35.722Z Compiling native-tls v0.2.11
19662024-01-18T17:15:35.840Z Compiling futures-io v0.3.30
19672024-01-18T17:15:45.872Z Compiling rustls v0.21.9
19682024-01-18T17:15:45.872Z Compiling bzip2-sys v0.1.11+1.0.8
19692024-01-18T17:15:45.872Z Compiling spin v0.9.8
19702024-01-18T17:15:45.872Z Compiling unicode-normalization v0.1.22
19712024-01-18T17:15:45.872Z Compiling rand_chacha v0.3.1
19722024-01-18T17:15:45.872Z Compiling tracing-core v0.1.31
19732024-01-18T17:15:45.872Z Compiling unicode-bidi v0.3.13
19742024-01-18T17:15:45.872Z Compiling base64ct v1.6.0
19752024-01-18T17:15:45.872Z Compiling rand v0.8.5
19762024-01-18T17:15:45.872Z Compiling pem-rfc7468 v0.7.0
19772024-01-18T17:15:46.407Z Compiling errno v0.3.2
19782024-01-18T17:15:46.408Z Compiling num-iter v0.1.43
19792024-01-18T17:15:46.408Z Compiling usdt-impl v0.3.5
19802024-01-18T17:15:46.423Z Compiling ahash v0.8.6
19812024-01-18T17:15:46.423Z Compiling signal-hook v0.3.17
19822024-01-18T17:15:46.424Z Compiling rustix v0.38.25
19832024-01-18T17:15:46.424Z Compiling schemars v0.8.16
19842024-01-18T17:15:46.424Z Compiling flagset v0.4.3
19852024-01-18T17:15:46.424Z Compiling serde_derive_internals v0.26.0
19862024-01-18T17:15:46.424Z Compiling serde_derive v1.0.195
19872024-01-18T17:15:46.424Z Compiling zeroize_derive v1.4.2
19882024-01-18T17:15:46.424Z Compiling tokio-macros v2.2.0
19892024-01-18T17:15:46.424Z Compiling thiserror-impl v1.0.49
19902024-01-18T17:15:46.424Z Compiling futures-macro v0.3.30
19912024-01-18T17:15:46.424Z Compiling zeroize v1.7.0
19922024-01-18T17:15:46.424Z Compiling tracing-attributes v0.1.26
19932024-01-18T17:15:46.424Z Compiling der_derive v0.7.2
19942024-01-18T17:15:46.424Z Compiling zerocopy-derive v0.2.0
19952024-01-18T17:15:46.671Z Compiling openssl-macros v0.1.1
19962024-01-18T17:15:46.987Z Compiling pest v2.7.2
19972024-01-18T17:15:47.301Z Compiling crypto-common v0.1.6
19982024-01-18T17:15:47.400Z Compiling block-buffer v0.10.4
19992024-01-18T17:15:47.708Z Compiling digest v0.10.7
20002024-01-18T17:15:47.888Z Compiling futures-util v0.3.30
20012024-01-18T17:15:48.437Z Compiling zerocopy-derive v0.6.4
20022024-01-18T17:15:48.568Z Compiling zerocopy-derive v0.7.31
20032024-01-18T17:15:49.422Z Compiling der v0.7.8
20042024-01-18T17:15:50.209Z Compiling tracing v0.1.37
20052024-01-18T17:15:51.014Z Compiling pest_meta v2.7.2
20062024-01-18T17:15:51.681Z Compiling bitflags v1.3.2
20072024-01-18T17:15:51.960Z Compiling fnv v1.0.7
20082024-01-18T17:15:53.165Z Compiling pest_generator v2.7.2
20092024-01-18T17:15:53.532Z Compiling spki v0.7.2
20102024-01-18T17:15:57.058Z Compiling zerocopy v0.3.0
20112024-01-18T17:15:57.817Z Compiling pest_derive v2.7.2
20122024-01-18T17:15:58.327Z Compiling schemars_derive v0.8.16
20132024-01-18T17:15:58.327Z Compiling lazy_static v1.4.0
20142024-01-18T17:15:58.959Z Compiling backtrace v0.3.69
20152024-01-18T17:15:59.577Z Compiling num-bigint v0.4.4
20162024-01-18T17:16:00.144Z Compiling memoffset v0.9.0
20172024-01-18T17:16:00.241Z Compiling hashbrown v0.14.2
20182024-01-18T17:16:00.649Z Compiling async-trait v0.1.77
20192024-01-18T17:16:01.305Z Compiling iana-time-zone v0.1.57
20202024-01-18T17:16:01.665Z Compiling base64 v0.21.7
20212024-01-18T17:16:01.842Z Compiling untrusted v0.9.0
20222024-01-18T17:16:02.089Z Compiling hashbrown v0.12.3
20232024-01-18T17:16:02.395Z Compiling equivalent v1.0.1
20242024-01-18T17:16:03.233Z Compiling untrusted v0.7.1
20252024-01-18T17:16:03.506Z Compiling doc-comment v0.3.3
20262024-01-18T17:16:03.611Z Compiling percent-encoding v2.3.1
20272024-01-18T17:16:03.687Z Compiling foreign-types-shared v0.1.1
20282024-01-18T17:16:03.817Z Compiling smoltcp v0.9.1
20292024-01-18T17:16:03.854Z Compiling crossbeam-utils v0.8.16
20302024-01-18T17:16:04.095Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20312024-01-18T17:16:04.212Z Compiling foreign-types v0.3.2
20322024-01-18T17:16:05.538Z Compiling bytes v1.5.0
20332024-01-18T17:16:05.745Z Compiling bitflags v2.4.0
20342024-01-18T17:16:06.353Z Compiling rustc_version v0.4.0
20352024-01-18T17:16:06.776Z Compiling uuid v1.6.1
20362024-01-18T17:16:07.887Z Compiling tokio v1.35.1
20372024-01-18T17:16:07.925Z Compiling heapless v0.7.16
20382024-01-18T17:16:08.498Z Compiling http v0.2.11
20392024-01-18T17:16:10.436Z Compiling indexmap v2.1.0
20402024-01-18T17:16:10.863Z Compiling chrono v0.4.31
20412024-01-18T17:16:12.127Z Compiling dtrace-parser v0.1.14
20422024-01-18T17:16:12.622Z Compiling dof v0.1.5
20432024-01-18T17:16:13.967Z Compiling hmac v0.12.1
20442024-01-18T17:16:14.307Z Compiling clap_derive v4.4.2
20452024-01-18T17:16:15.450Z Compiling thread-id v4.2.0
20462024-01-18T17:16:16.055Z Compiling adler v1.0.2
20472024-01-18T17:16:16.097Z Compiling anstyle v1.0.2
20482024-01-18T17:16:16.367Z Compiling rustversion v1.0.14
20492024-01-18T17:16:17.078Z Compiling try-lock v0.2.4
20502024-01-18T17:16:17.134Z Compiling cpufeatures v0.2.9
20512024-01-18T17:16:17.306Z Compiling time-core v0.1.1
20522024-01-18T17:16:17.530Z Compiling siphasher v0.3.11
20532024-01-18T17:16:17.541Z Compiling utf8parse v0.2.1
20542024-01-18T17:16:17.799Z Compiling anstyle-parse v0.2.1
20552024-01-18T17:16:18.128Z Compiling time-macros v0.2.13
20562024-01-18T17:16:18.510Z Compiling sha2 v0.10.8
20572024-01-18T17:16:20.996Z Compiling tokio-util v0.7.10
20582024-01-18T17:16:22.160Z Compiling want v0.3.1
20592024-01-18T17:16:22.542Z Compiling miniz_oxide v0.7.1
20602024-01-18T17:16:23.180Z Compiling h2 v0.3.21
20612024-01-18T17:16:27.896Z Compiling http-body v0.4.5
20622024-01-18T17:16:28.237Z Compiling rustls-webpki v0.101.7
20632024-01-18T17:16:28.514Z Compiling sct v0.7.0
20642024-01-18T17:16:30.683Z Compiling serde_tokenstream v0.1.7
20652024-01-18T17:16:31.125Z Compiling form_urlencoded v1.2.1
20662024-01-18T17:16:31.298Z Compiling pkcs8 v0.10.2
20672024-01-18T17:16:31.373Z Compiling hubpack_derive v0.1.1
20682024-01-18T17:16:31.505Z Compiling pin-project-internal v1.1.3
20692024-01-18T17:16:32.262Z Compiling socket2 v0.4.9
20702024-01-18T17:16:32.634Z Compiling crossbeam-epoch v0.9.15
20712024-01-18T17:16:33.505Z Compiling httpdate v1.0.3
20722024-01-18T17:16:34.123Z Compiling radium v0.7.0
20732024-01-18T17:16:34.263Z Compiling anyhow v1.0.75
20742024-01-18T17:16:34.292Z Compiling openssl-probe v0.1.5
20752024-01-18T17:16:34.709Z Compiling colorchoice v1.0.0
20762024-01-18T17:16:34.741Z Compiling slog v2.7.0
20772024-01-18T17:16:35.261Z Compiling tower-service v0.3.2
20782024-01-18T17:16:35.765Z Compiling anstyle-query v1.0.0
20792024-01-18T17:16:36.248Z Compiling anstream v0.5.0
20802024-01-18T17:16:36.769Z Compiling hyper v0.14.27
20812024-01-18T17:16:45.451Z Compiling terminal_size v0.2.6
20822024-01-18T17:16:46.058Z Compiling serde_spanned v0.6.4
20832024-01-18T17:16:46.386Z Compiling toml_datetime v0.6.5
20842024-01-18T17:16:47.573Z Compiling zerocopy v0.6.4
20852024-01-18T17:16:49.067Z Compiling md-5 v0.10.5
20862024-01-18T17:16:49.756Z Compiling idna v0.5.0
20872024-01-18T17:16:49.905Z Compiling stringprep v0.1.3
20882024-01-18T17:16:51.998Z Compiling diesel_table_macro_syntax v0.1.0
20892024-01-18T17:16:52.150Z Compiling hash32 v0.2.1
20902024-01-18T17:16:52.434Z Compiling aho-corasick v1.0.4
20912024-01-18T17:16:52.450Z Compiling dyn-clone v1.0.13
20922024-01-18T17:16:52.558Z Compiling stable_deref_trait v1.2.0
20932024-01-18T17:16:52.613Z Compiling maybe-uninit v2.0.0
20942024-01-18T17:16:52.692Z Compiling regex-syntax v0.8.2
20952024-01-18T17:16:52.747Z Compiling strsim v0.10.0
20962024-01-18T17:16:52.932Z Compiling clap_lex v0.5.1
20972024-01-18T17:16:53.247Z Compiling winnow v0.5.15
20982024-01-18T17:16:54.261Z Compiling tap v1.0.1
20992024-01-18T17:16:54.380Z Compiling gimli v0.28.0
21002024-01-18T17:16:55.518Z Compiling fallible-iterator v0.2.0
21012024-01-18T17:16:56.673Z Compiling postgres-protocol v0.6.6
21022024-01-18T17:16:56.760Z Compiling wyz v0.5.1
21032024-01-18T17:16:57.476Z Compiling clap_builder v4.4.2
21042024-01-18T17:16:58.467Z Compiling regex-automata v0.4.3
21052024-01-18T17:16:58.586Z Compiling diesel_derives v2.1.2
21062024-01-18T17:17:01.136Z Compiling url v2.5.0
21072024-01-18T17:17:01.535Z Compiling addr2line v0.21.0
21082024-01-18T17:17:02.422Z Compiling tokio-rustls v0.24.1
21092024-01-18T17:17:03.886Z Compiling strum_macros v0.25.2
21102024-01-18T17:17:05.845Z Compiling tokio-native-tls v0.3.1
21112024-01-18T17:17:10.814Z Compiling usdt-macro v0.3.5
21122024-01-18T17:17:10.965Z Compiling usdt-attr-macro v0.3.5
21132024-01-18T17:17:12.220Z Compiling phf_shared v0.11.2
21142024-01-18T17:17:13.212Z Compiling zerocopy v0.7.31
21152024-01-18T17:17:13.693Z Compiling block-padding v0.3.3
21162024-01-18T17:17:13.920Z Compiling enum-as-inner v0.5.1
21172024-01-18T17:17:14.019Z Compiling snafu-derive v0.7.5
21182024-01-18T17:17:15.386Z Compiling serde_repr v0.1.16
21192024-01-18T17:17:16.141Z Compiling ff v0.13.0
21202024-01-18T17:17:16.480Z Compiling scheduled-thread-pool v0.2.7
21212024-01-18T17:17:17.037Z Compiling object v0.32.1
21222024-01-18T17:17:20.076Z Compiling rustc-demangle v0.1.23
21232024-01-18T17:17:21.526Z Compiling base16ct v0.2.0
21242024-01-18T17:17:22.134Z Compiling bit-vec v0.6.3
21252024-01-18T17:17:22.634Z Compiling matches v0.1.10
21262024-01-18T17:17:22.751Z Compiling num-bigint-dig v0.8.4
21272024-01-18T17:17:23.029Z Compiling managed v0.8.0
21282024-01-18T17:17:23.157Z Compiling regex-automata v0.1.10
21292024-01-18T17:17:23.775Z Compiling packed_struct v0.10.1
21302024-01-18T17:17:23.904Z Compiling num_threads v0.1.6
21312024-01-18T17:17:24.072Z Compiling ipnet v2.9.0
21322024-01-18T17:17:25.003Z Compiling deranged v0.3.8
21332024-01-18T17:17:25.631Z Compiling funty v2.0.0
21342024-01-18T17:17:28.183Z Compiling time v0.3.27
21352024-01-18T17:17:28.188Z Compiling bitvec v1.0.1
21362024-01-18T17:17:32.881Z Compiling bstr v0.2.17
21372024-01-18T17:17:35.523Z Compiling idna v0.2.3
21382024-01-18T17:17:37.523Z Compiling sec1 v0.7.3
21392024-01-18T17:17:37.803Z Compiling r2d2 v0.8.10
21402024-01-18T17:17:38.356Z Compiling group v0.13.0
21412024-01-18T17:17:38.806Z Compiling inout v0.1.3
21422024-01-18T17:17:41.278Z Compiling phf v0.11.2
21432024-01-18T17:17:41.455Z Compiling hyper-tls v0.5.0
21442024-01-18T17:17:41.716Z Compiling regex v1.10.2
21452024-01-18T17:17:42.135Z Compiling clap v4.4.3
21462024-01-18T17:17:42.135Z Compiling signal-hook-mio v0.2.3
21472024-01-18T17:17:42.329Z Compiling hyper-rustls v0.24.2
21482024-01-18T17:17:42.837Z Compiling ipnetwork v0.20.0
21492024-01-18T17:17:43.830Z Compiling flate2 v1.0.28
21502024-01-18T17:17:43.843Z Compiling bzip2 v0.4.4
21512024-01-18T17:17:44.098Z Compiling toml_edit v0.19.15
21522024-01-18T17:17:44.301Z Compiling postgres-types v0.2.6
21532024-01-18T17:17:44.760Z Compiling pin-project v1.1.3
21542024-01-18T17:17:44.999Z Compiling hubpack v0.1.2
21552024-01-18T17:17:45.149Z Compiling serde_urlencoded v0.7.1
21562024-01-18T17:17:45.164Z Compiling rustls-pemfile v1.0.3
21572024-01-18T17:17:45.668Z Compiling phf_shared v0.10.0
21582024-01-18T17:17:45.703Z Compiling hkdf v0.12.4
21592024-01-18T17:17:46.042Z Compiling futures-executor v0.3.30
21602024-01-18T17:17:48.149Z Compiling crypto-bigint v0.5.2
21612024-01-18T17:17:48.345Z Compiling packed_struct_codegen v0.10.1
21622024-01-18T17:17:50.258Z Compiling float-cmp v0.9.0
21632024-01-18T17:17:51.742Z Compiling encoding_rs v0.8.33
21642024-01-18T17:17:51.887Z Compiling precomputed-hash v0.1.1
21652024-01-18T17:17:51.932Z Compiling mime v0.3.17
21662024-01-18T17:17:51.982Z Compiling data-encoding v2.4.0
21672024-01-18T17:17:52.587Z Compiling webpki-roots v0.25.2
21682024-01-18T17:17:52.730Z Compiling either v1.9.0
21692024-01-18T17:17:53.216Z Compiling predicates-core v1.0.6
21702024-01-18T17:17:53.235Z Compiling new_debug_unreachable v1.0.4
21712024-01-18T17:17:53.346Z Compiling crc-catalog v2.2.0
21722024-01-18T17:17:54.581Z Compiling fixedbitset v0.4.2
21732024-01-18T17:17:54.760Z Compiling static_assertions v1.1.0
21742024-01-18T17:17:54.907Z Compiling minimal-lexical v0.2.1
21752024-01-18T17:17:55.204Z Compiling whoami v1.4.1
21762024-01-18T17:17:55.704Z Compiling unicode-segmentation v1.10.1
21772024-01-18T17:17:56.048Z Compiling difflib v0.4.0
21782024-01-18T17:17:57.088Z Compiling normalize-line-endings v0.3.0
21792024-01-18T17:17:57.384Z Compiling regex-automata v0.3.8
21802024-01-18T17:17:57.933Z Compiling unicode-width v0.1.11
21812024-01-18T17:17:58.078Z Compiling nodrop v0.1.14
21822024-01-18T17:17:58.171Z Compiling console v0.15.8
21832024-01-18T17:17:58.243Z Compiling array-init v0.0.4
21842024-01-18T17:18:00.333Z Compiling bstr v1.6.0
21852024-01-18T17:18:00.347Z Compiling predicates v3.1.0
21862024-01-18T17:18:01.484Z Compiling similar v2.3.0
21872024-01-18T17:18:02.730Z Compiling reqwest v0.11.22
21882024-01-18T17:18:04.938Z Compiling tokio-postgres v0.7.10
21892024-01-18T17:18:05.540Z Compiling nom v7.1.3
21902024-01-18T17:18:11.701Z Compiling petgraph v0.6.4
21912024-01-18T17:18:12.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21922024-01-18T17:18:18.051Z Compiling crc v3.0.1
21932024-01-18T17:18:18.334Z Compiling string_cache v0.8.7
21942024-01-18T17:18:18.985Z Compiling itertools v0.10.5
21952024-01-18T17:18:19.218Z Compiling trust-dns-proto v0.22.0
21962024-01-18T17:18:23.055Z Compiling elliptic-curve v0.13.8
21972024-01-18T17:18:26.646Z Compiling toml v0.7.8
21982024-01-18T17:18:28.881Z Compiling futures v0.3.30
21992024-01-18T17:18:29.822Z Compiling snafu v0.7.5
22002024-01-18T17:18:30.335Z Compiling smallvec v0.6.14
22012024-01-18T17:18:30.928Z Compiling zip v0.6.6
22022024-01-18T17:18:31.043Z Compiling yasna v0.5.2
22032024-01-18T17:18:31.060Z Compiling diesel v2.1.4
22042024-01-18T17:18:31.084Z Compiling crossterm v0.27.0
22052024-01-18T17:18:31.709Z Compiling hashbrown v0.13.2
22062024-01-18T17:18:33.828Z Compiling cipher v0.4.4
22072024-01-18T17:18:36.808Z Compiling bit-set v0.5.3
22082024-01-18T17:18:37.138Z Compiling usdt v0.3.5
22092024-01-18T17:18:37.511Z Compiling is-terminal v0.4.9
22102024-01-18T17:18:38.287Z Compiling toml_edit v0.21.0
22112024-01-18T17:18:40.876Z Compiling pkcs1 v0.7.5
22122024-01-18T17:18:41.499Z Compiling tokio-stream v0.1.14
22132024-01-18T17:18:43.418Z Compiling openapiv3 v2.0.0
22142024-01-18T17:18:47.135Z Compiling hex v0.4.3
22152024-01-18T17:18:50.071Z Compiling signature v2.1.0
22162024-01-18T17:18:51.164Z Compiling termcolor v1.2.0
22172024-01-18T17:18:52.775Z Compiling lalrpop-util v0.19.12
22182024-01-18T17:18:53.405Z Compiling bitfield v0.14.0
22192024-01-18T17:19:05.723Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22202024-01-18T17:19:13.179Z Compiling env_logger v0.10.0
22212024-01-18T17:19:19.168Z Compiling rsa v0.9.2
22222024-01-18T17:19:28.588Z Compiling serde-hex v0.1.0
22232024-01-18T17:19:30.931Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22242024-01-18T17:19:37.776Z Compiling ron v0.8.1
22252024-01-18T17:19:38.934Z Compiling x509-cert v0.2.4
22262024-01-18T17:19:38.983Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22272024-01-18T17:19:50.363Z Compiling crc-any v2.4.3
22282024-01-18T17:19:56.084Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22292024-01-18T17:20:09.233Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22302024-01-18T17:20:20.688Z Compiling object v0.30.4
22312024-01-18T17:20:35.687Z Compiling path-slash v0.1.5
22322024-01-18T17:20:35.687Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22332024-01-18T17:21:22.646Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22342024-01-18T17:21:23.748Z Finished release [optimized] target(s) in 6m 08s
22352024-01-18T17:21:23.837Z
22362024-01-18T17:21:23.837Zreal 6:08.152504357
22372024-01-18T17:21:23.837Zuser 42:45.019305631
22382024-01-18T17:21:23.838Zsys 3:44.078666504
22392024-01-18T17:21:23.838Ztrap 1.682391269
22402024-01-18T17:21:23.838Ztflt 1.003068029
22412024-01-18T17:21:23.838Zdflt 0.702449402
22422024-01-18T17:21:23.839Zkflt 0.000463890
22432024-01-18T17:21:23.842Zlock 1:35:11.469567094
22442024-01-18T17:21:23.842Zslp 2:00:51.378115274
22452024-01-18T17:21:23.842Zlat 1:50.025065883
22462024-01-18T17:21:23.842Zstop 1:19.346328342
22472024-01-18T17:21:23.843Z+ ptime -m gzip
22482024-01-18T17:21:24.499Z
22492024-01-18T17:21:24.499Zreal 0.657479186
22502024-01-18T17:21:24.499Zuser 0.647731189
22512024-01-18T17:21:24.499Zsys 0.009145883
22522024-01-18T17:21:24.499Ztrap 0.000086891
22532024-01-18T17:21:24.499Ztflt 0.000000000
22542024-01-18T17:21:24.503Zdflt 0.000000000
22552024-01-18T17:21:24.503Zkflt 0.000000000
22562024-01-18T17:21:24.503Zlock 0.000000000
22572024-01-18T17:21:24.503Zslp 0.000000000
22582024-01-18T17:21:24.503Zlat 0.000166538
22592024-01-18T17:21:24.503Zstop 0.000225563
22602024-01-18T17:21:24.503Z+ banner tufaceous
22612024-01-18T17:21:24.503Z
22622024-01-18T17:21:24.503Z ##### # # ###### ## #### ###### #### # # ####
22632024-01-18T17:21:24.503Z # # # # # # # # # # # # # #
22642024-01-18T17:21:24.503Z # # # ##### # # # ##### # # # # ####
22652024-01-18T17:21:24.504Z # # # # ###### # # # # # # #
22662024-01-18T17:21:24.505Z # # # # # # # # # # # # # # #
22672024-01-18T17:21:24.505Z # #### # # # #### ###### #### #### ####
22682024-01-18T17:21:24.505Z
22692024-01-18T17:21:24.505Z+ ptime -m cargo build --locked -p tufaceous --release
22702024-01-18T17:21:25.186Z Downloading crates ...
22712024-01-18T17:21:25.562Z Downloaded parse-size v1.0.0
22722024-01-18T17:21:25.566Z Downloaded tough v0.16.0
22732024-01-18T17:21:25.580Z Downloaded async-recursion v1.0.5
22742024-01-18T17:21:25.584Z Downloaded typed-path v0.7.0
22752024-01-18T17:21:25.594Z Downloaded serde_plain v1.0.2
22762024-01-18T17:21:25.600Z Downloaded fs-err v2.11.0
22772024-01-18T17:21:25.603Z Downloaded humantime v2.1.0
22782024-01-18T17:21:25.609Z Downloaded buf-list v1.0.3
22792024-01-18T17:21:25.612Z Downloaded olpc-cjson v0.1.3
22802024-01-18T17:21:25.612Z Downloaded globset v0.4.13
22812024-01-18T17:21:25.770Z Compiling serde_tokenstream v0.2.0
22822024-01-18T17:21:25.792Z Compiling regress v0.7.1
22832024-01-18T17:21:25.803Z Compiling dirs-sys-next v0.1.2
22842024-01-18T17:21:25.806Z Compiling rustls-pki-types v1.1.0
22852024-01-18T17:21:25.806Z Compiling ident_case v1.0.1
22862024-01-18T17:21:25.835Z Compiling thread_local v1.1.7
22872024-01-18T17:21:25.839Z Compiling rustls v0.22.2
22882024-01-18T17:21:26.039Z Compiling dirs-next v2.0.0
22892024-01-18T17:21:26.218Z Compiling darling_core v0.20.3
22902024-01-18T17:21:26.388Z Compiling slog-async v2.8.0
22912024-01-18T17:21:26.550Z Compiling heck v0.4.1
22922024-01-18T17:21:27.028Z Compiling camino v1.1.6
22932024-01-18T17:21:27.196Z Compiling rustls-webpki v0.102.1
22942024-01-18T17:21:27.642Z Compiling term v0.7.0
22952024-01-18T17:21:27.905Z Compiling crossbeam-channel v0.5.8
22962024-01-18T17:21:27.918Z Compiling getopts v0.2.21
22972024-01-18T17:21:28.602Z Compiling structmeta-derive v0.2.0
22982024-01-18T17:21:29.318Z Compiling atty v0.2.14
22992024-01-18T17:21:29.522Z Compiling multer v3.0.0
23002024-01-18T17:21:29.946Z Compiling unsafe-libyaml v0.2.10
23012024-01-18T17:21:30.679Z Compiling match_cfg v0.1.0
23022024-01-18T17:21:30.809Z Compiling paste v1.0.14
23032024-01-18T17:21:31.445Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23042024-01-18T17:21:32.866Z Compiling take_mut v0.2.2
23052024-01-18T17:21:33.628Z Compiling structmeta v0.2.0
23062024-01-18T17:21:34.234Z Compiling serde_yaml v0.9.25
23072024-01-18T17:21:35.219Z Compiling darling_macro v0.20.3
23082024-01-18T17:21:35.288Z Compiling hostname v0.3.1
23092024-01-18T17:21:35.783Z Compiling slog-term v2.9.0
23102024-01-18T17:21:36.658Z Compiling darling v0.20.3
23112024-01-18T17:21:39.782Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122024-01-18T17:21:39.805Z Compiling slog-json v2.6.1
23132024-01-18T17:21:40.614Z Compiling http v1.0.0
23142024-01-18T17:21:40.628Z Compiling async-stream-impl v0.3.5
23152024-01-18T17:21:40.693Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23162024-01-18T17:21:41.123Z Compiling fastrand v2.0.0
23172024-01-18T17:21:42.140Z Compiling regex-syntax v0.7.5
23182024-01-18T17:21:42.174Z Compiling atomic-waker v1.1.1
23192024-01-18T17:21:42.446Z Compiling waitgroup v0.1.2
23202024-01-18T17:21:42.943Z Compiling async-stream v0.3.5
23212024-01-18T17:21:42.943Z Compiling tempfile v3.8.1
23222024-01-18T17:21:43.061Z Compiling tokio-rustls v0.25.0
23232024-01-18T17:21:44.228Z Compiling slog-bunyan v2.5.0
23242024-01-18T17:21:44.751Z Compiling serde_with_macros v3.4.0
23252024-01-18T17:21:47.709Z Compiling toml v0.8.8
23262024-01-18T17:21:48.612Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23272024-01-18T17:21:49.128Z Compiling rustls-pemfile v2.0.0
23282024-01-18T17:21:49.213Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23292024-01-18T17:21:50.276Z Compiling sha1 v0.10.6
23302024-01-18T17:21:50.691Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23312024-01-18T17:21:51.618Z Compiling serde_path_to_error v0.1.15
23322024-01-18T17:21:51.844Z Compiling instant v0.1.12
23332024-01-18T17:21:51.857Z Compiling fs-err v2.11.0
23342024-01-18T17:21:52.055Z Compiling buf-list v1.0.3
23352024-01-18T17:21:52.276Z Compiling arc-swap v1.6.0
23362024-01-18T17:21:52.292Z Compiling parse-display-derive v0.8.2
23372024-01-18T17:21:52.873Z Compiling same-file v1.0.6
23382024-01-18T17:21:53.280Z Compiling debug-ignore v1.0.5
23392024-01-18T17:21:53.319Z Compiling walkdir v2.4.0
23402024-01-18T17:21:53.440Z Compiling slog-scope v4.4.0
23412024-01-18T17:21:55.153Z Compiling backoff v0.4.0
23422024-01-18T17:21:55.743Z Compiling serde_with v3.4.0
23432024-01-18T17:21:56.198Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23442024-01-18T17:21:56.771Z Compiling globset v0.4.13
23452024-01-18T17:21:57.257Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23462024-01-18T17:21:57.503Z Compiling strum v0.25.0
23472024-01-18T17:21:57.771Z Compiling pem v3.0.2
23482024-01-18T17:21:57.860Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23492024-01-18T17:21:58.042Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23502024-01-18T17:22:00.568Z Compiling parse-display v0.8.2
23512024-01-18T17:22:00.858Z Compiling olpc-cjson v0.1.3
23522024-01-18T17:22:01.750Z Compiling serde_plain v1.0.2
23532024-01-18T17:22:02.572Z Compiling macaddr v1.0.1
23542024-01-18T17:22:03.522Z Compiling async-recursion v1.0.5
23552024-01-18T17:22:03.742Z Compiling filetime v0.2.23
23562024-01-18T17:22:04.288Z Compiling xattr v1.0.1
23572024-01-18T17:22:04.744Z Compiling typed-path v0.7.0
23582024-01-18T17:22:05.005Z Compiling tar v0.4.40
23592024-01-18T17:22:10.371Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23602024-01-18T17:22:11.796Z Compiling tough v0.16.0
23612024-01-18T17:22:16.901Z Compiling slog-stdlog v4.1.1
23622024-01-18T17:22:17.702Z Compiling camino-tempfile v1.1.1
23632024-01-18T17:22:18.420Z Compiling itertools v0.12.0
23642024-01-18T17:22:18.914Z Compiling parse-size v1.0.0
23652024-01-18T17:22:19.388Z Compiling slog-envlogger v2.2.0
23662024-01-18T17:22:23.832Z Compiling humantime v2.1.0
23672024-01-18T17:22:32.177Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23682024-01-18T17:22:32.468Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23692024-01-18T17:22:52.818Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23702024-01-18T17:22:52.818Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23712024-01-18T17:23:20.277Z Finished release [optimized] target(s) in 1m 55s
23722024-01-18T17:23:20.384Z
23732024-01-18T17:23:20.388Zreal 1:55.862487241
23742024-01-18T17:23:20.388Zuser 13:15.867084739
23752024-01-18T17:23:20.388Zsys 46.841961624
23762024-01-18T17:23:20.388Ztrap 0.471418341
23772024-01-18T17:23:20.388Ztflt 0.312804954
23782024-01-18T17:23:20.388Zdflt 0.570114906
23792024-01-18T17:23:20.389Zkflt 0.000000000
23802024-01-18T17:23:20.389Zlock 27:23.452087758
23812024-01-18T17:23:20.389Zslp 29:41.446346981
23822024-01-18T17:23:20.389Zlat 25.896420262
23832024-01-18T17:23:20.389Zstop 12.253711760
23842024-01-18T17:23:20.389Z+ ptime -m gzip
23852024-01-18T17:23:22.844Z
23862024-01-18T17:23:22.851Zreal 2.452828971
23872024-01-18T17:23:22.851Zuser 2.427350158
23882024-01-18T17:23:22.851Zsys 0.020841339
23892024-01-18T17:23:22.851Ztrap 0.000772599
23902024-01-18T17:23:22.851Ztflt 0.000000000
23912024-01-18T17:23:22.862Zdflt 0.000000000
23922024-01-18T17:23:22.862Zkflt 0.000000000
23932024-01-18T17:23:22.862Zlock 0.000000000
23942024-01-18T17:23:22.862Zslp 0.000000000
23952024-01-18T17:23:22.862Zlat 0.002408067
23962024-01-18T17:23:22.862Zstop 0.001354240
23972024-01-18T17:23:22.862Zprocess exited: duration 1172322 ms, exit code 0
 
23982024-01-18T17:23:22.885Zfound 5 output files
23992024-01-18T17:23:22.885Zuploading: /work/end-to-end-tests/bootstrap-eadf9de28e0252b2.gz (6319668 bytes)
24002024-01-18T17:23:25.344Zuploaded: /work/end-to-end-tests/bootstrap-eadf9de28e0252b2.gz
24012024-01-18T17:23:25.344Zuploading: /work/end-to-end-tests/bootstrap.gz (104680869 bytes)
24022024-01-18T17:23:48.495Zuploaded: /work/end-to-end-tests/bootstrap.gz
24032024-01-18T17:23:48.495Zuploading: /work/end-to-end-tests/end_to_end_tests-e856828b6b89d20f.gz (107845760 bytes)
24042024-01-18T17:24:07.769Zuploaded: /work/end-to-end-tests/end_to_end_tests-e856828b6b89d20f.gz
24052024-01-18T17:24:07.769Zuploading: /work/caboose-util.gz (4096388 bytes)
24062024-01-18T17:24:08.930Zuploaded: /work/caboose-util.gz
24072024-01-18T17:24:08.931Zuploading: /work/tufaceous.gz (15630331 bytes)
24082024-01-18T17:24:13.697Zuploaded: /work/tufaceous.gz