01HNC8VWCDTZFHE5RP7J54GGKG: 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: 01HNC8WHFRVSABTH73WNGBV1GB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-30T04:12:30.863Zjob assigned to worker 01HNC90QAEDQ9PJDE9B7SJKWQP (queued for 3 m 35 s)
 
22024-01-30T04:12:31.012Zstarting task 0: "setup"
32024-01-30T04:12:31.039Z++ uname -s
42024-01-30T04:12:31.044Z+ kern=SunOS
52024-01-30T04:12:31.044Z+ case "$kern" in
62024-01-30T04:12:31.044Z+ groupadd -g 12345 build
72024-01-30T04:12:31.044Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-30T04:12:33.105Z+ zfs create -o mountpoint=/work rpool/work
92024-01-30T04:12:33.220Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-30T04:12:33.233Z+ home_fs=zfs
112024-01-30T04:12:33.233Z+ [[ zfs == autofs ]]
122024-01-30T04:12:33.234Z+ mkdir -p /home/build
132024-01-30T04:12:33.235Z+ chown build:build /home/build /work
142024-01-30T04:12:34.223Z+ chmod 0700 /home/build /work
152024-01-30T04:12:34.227Zprocess exited: duration 3229 ms, exit code 0
 
162024-01-30T04:12:34.236Zstarting task 1: "rust-toolchain"
172024-01-30T04:12:34.244Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-30T04:12:34.248Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-30T04:12:34.420Zinfo: downloading installer
202024-01-30T04:12:36.592Zwarning: it looks like you have an existing installation of Rust at:
212024-01-30T04:12:36.592Zwarning: /opt/ooce/bin
222024-01-30T04:12:36.592Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-30T04:12:36.592Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-30T04:12:36.592Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-30T04:12:36.592Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-30T04:12:36.592Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-30T04:12:36.592Zerror: cannot install while Rust is installed
282024-01-30T04:12:36.593Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-30T04:12:36.762Zinfo: profile set to 'default'
302024-01-30T04:12:36.763Zinfo: default host triple is x86_64-unknown-illumos
312024-01-30T04:12:36.796Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-30T04:12:36.947Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-30T04:12:36.947Zinfo: downloading component 'cargo'
342024-01-30T04:12:38.132Zinfo: downloading component 'clippy'
352024-01-30T04:12:38.144Zinfo: downloading component 'rust-docs'
362024-01-30T04:12:38.970Zinfo: downloading component 'rust-std'
372024-01-30T04:12:40.770Zinfo: downloading component 'rustc'
382024-01-30T04:12:45.107Zinfo: downloading component 'rustfmt'
392024-01-30T04:12:45.349Zinfo: installing component 'cargo'
402024-01-30T04:12:47.148Zinfo: installing component 'clippy'
412024-01-30T04:12:47.952Zinfo: installing component 'rust-docs'
422024-01-30T04:12:50.679Zinfo: installing component 'rust-std'
432024-01-30T04:12:54.390Zinfo: installing component 'rustc'
442024-01-30T04:13:02.504Zinfo: installing component 'rustfmt'
452024-01-30T04:13:03.127Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-30T04:13:03.127Z
472024-01-30T04:13:03.261Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-30T04:13:03.261Z
492024-01-30T04:13:03.269Z
502024-01-30T04:13:03.269ZRust is installed now. Great!
512024-01-30T04:13:03.269Z
522024-01-30T04:13:03.269ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-30T04:13:03.269Zenvironment variable. This has not been done automatically.
542024-01-30T04:13:03.270Z
552024-01-30T04:13:03.270ZTo configure your current shell, run:
562024-01-30T04:13:03.270Zsource "$HOME/.cargo/env"
572024-01-30T04:13:03.346Z+ rustc --version
582024-01-30T04:13:03.459Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-30T04:13:03.472Zprocess exited: duration 29223 ms, exit code 0
 
602024-01-30T04:13:03.491Zstarting task 2: "authentication"
612024-01-30T04:13:03.526Zprocess exited: duration 35 ms, exit code 0
 
622024-01-30T04:13:03.545Zstarting task 3: "clone repository"
632024-01-30T04:13:03.552Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-30T04:13:03.552Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-30T04:13:03.910ZCloning into '/work/oxidecomputer/omicron'...
662024-01-30T04:13:10.179Z+ cd /work/oxidecomputer/omicron
672024-01-30T04:13:10.179Z+ git fetch origin 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6
682024-01-30T04:13:10.630ZFrom https://github.com/oxidecomputer/omicron
692024-01-30T04:13:10.630Z * branch 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 -> FETCH_HEAD
702024-01-30T04:13:10.636Z+ [[ -n renovate/snafu-0.x ]]
712024-01-30T04:13:10.646Z++ git branch --show-current
722024-01-30T04:13:10.646Z+ current=main
732024-01-30T04:13:10.647Z+ [[ main != renovate/snafu-0.x ]]
742024-01-30T04:13:10.647Z+ git branch -f renovate/snafu-0.x 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6
752024-01-30T04:13:10.655Z+ git checkout -f renovate/snafu-0.x
762024-01-30T04:13:10.665ZSwitched to branch 'renovate/snafu-0.x'
772024-01-30T04:13:10.673Z+ git reset --hard 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6
782024-01-30T04:13:10.690ZHEAD is now at 5be18f982 Update Rust crate snafu to 0.8
792024-01-30T04:13:10.696Zprocess exited: duration 7150 ms, exit code 0
 
802024-01-30T04:13:10.705Zstarting task 4: "build"
812024-01-30T04:13:10.710Z+ cargo --version
822024-01-30T04:13:11.124Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-01-30T04:13:11.127Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-01-30T04:13:11.128Zinfo: downloading component 'cargo'
852024-01-30T04:13:11.746Zinfo: downloading component 'clippy'
862024-01-30T04:13:12.426Zinfo: downloading component 'rust-docs'
872024-01-30T04:13:13.036Zinfo: downloading component 'rust-std'
882024-01-30T04:13:14.535Zinfo: downloading component 'rustc'
892024-01-30T04:13:19.036Zinfo: downloading component 'rustfmt'
902024-01-30T04:13:19.272Zinfo: installing component 'cargo'
912024-01-30T04:13:20.603Zinfo: installing component 'clippy'
922024-01-30T04:13:21.431Zinfo: installing component 'rust-docs'
932024-01-30T04:13:23.975Zinfo: installing component 'rust-std'
942024-01-30T04:13:26.399Zinfo: installing component 'rustc'
952024-01-30T04:13:32.649Zinfo: installing component 'rustfmt'
962024-01-30T04:13:33.204Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-01-30T04:13:33.211Z+ rustc --version
982024-01-30T04:13:33.320Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-01-30T04:13:33.329Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-01-30T04:13:46.026Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-01-30T04:13:47.809Z Startup: Caching catalogs ... Done
1022024-01-30T04:13:50.523ZPlanning: Solver setup ... Done (2.198s)
1032024-01-30T04:13:50.558ZPlanning: Running solver ... Done (0.058s)
1042024-01-30T04:13:50.591ZPlanning: Finding local manifests ... Done (0.003s)
1052024-01-30T04:13:50.634ZPlanning: Fetching manifests: 0/4 0% complete
1062024-01-30T04:13:50.905ZPlanning: Fetching manifests: 4/4 100% complete
1072024-01-30T04:13:50.983ZPlanning: Package planning ... Done (0.080s)
1082024-01-30T04:13:51.088ZPlanning: Merging actions ... Done (0.084s)
1092024-01-30T04:13:51.908ZPlanning: Checking for conflicting actions ... Done (0.844s)
1102024-01-30T04:13:51.924ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-01-30T04:13:57.282ZPlanning: Evaluating mediators ... Done (5.353s)
1122024-01-30T04:13:57.295ZPlanning: Planning completed in 9.42 seconds
1132024-01-30T04:13:59.819Z Packages to install: 4
1142024-01-30T04:13:59.820Z Mediators to change: 2
1152024-01-30T04:13:59.820Z Services to change: 1
1162024-01-30T04:13:59.833Z Estimated space available: 148.87 GB
1172024-01-30T04:13:59.833ZEstimated space to be consumed: 1.40 GB
1182024-01-30T04:13:59.834Z Create boot environment: No
1192024-01-30T04:13:59.834ZCreate backup boot environment: No
1202024-01-30T04:13:59.834Z Rebuild boot archive: No
1212024-01-30T04:13:59.834Z
1222024-01-30T04:13:59.834ZChanged mediators:
1232024-01-30T04:13:59.834Z mediator clang:
1242024-01-30T04:13:59.835Z version: None -> 15 (system default)
1252024-01-30T04:13:59.835Z
1262024-01-30T04:13:59.836Z mediator llvm:
1272024-01-30T04:13:59.836Z version: 14 (system default) -> 15 (system default)
1282024-01-30T04:13:59.836Z
1292024-01-30T04:13:59.836ZChanged packages:
1302024-01-30T04:13:59.836Zhelios-dev
1312024-01-30T04:13:59.836Z developer/build-essential
1322024-01-30T04:13:59.836Z None -> 11-2.0
1332024-01-30T04:13:59.837Z library/libxmlsec1
1342024-01-30T04:13:59.837Z None -> 1.2.35-2.0
1352024-01-30T04:13:59.837Z ooce/developer/clang-15
1362024-01-30T04:13:59.837Z None -> 15.0.7-2.0
1372024-01-30T04:13:59.837Z ooce/developer/llvm-15
1382024-01-30T04:13:59.837Z None -> 15.0.7-2.0
1392024-01-30T04:13:59.837Z
1402024-01-30T04:13:59.837ZServices:
1412024-01-30T04:13:59.837Z restart_fmri:
1422024-01-30T04:13:59.837Z svc:/system/update-man-index:default
1432024-01-30T04:14:00.040Z
1442024-01-30T04:14:00.040ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-01-30T04:14:05.050ZDownload: 1296/3290 items 99.1/212.6MB 46% complete (20.2M/s)
1462024-01-30T04:14:10.051ZDownload: 3042/3290 items 121.4/212.6MB 57% complete (12.3M/s)
1472024-01-30T04:14:13.461ZDownload: Completed 212.60 MB in 13.01 seconds (16.3M/s)
1482024-01-30T04:14:13.466Z Actions: 1/3689 actions (Installing new actions)
1492024-01-30T04:14:18.393Z Actions: 2270/3689 actions (Installing new actions)
1502024-01-30T04:14:21.110Z Actions: Completed 3689 actions in 7.72 seconds.
1512024-01-30T04:14:21.272Z Done (0.137s)
1522024-01-30T04:14:21.272Z Done (0.000s)
1532024-01-30T04:14:21.590Z Done (0.333s)
1542024-01-30T04:14:29.159Z Done (7.432s)
1552024-01-30T04:14:29.390Z Done (0.127s)
1562024-01-30T04:14:29.393Z Done (0.000s)
1572024-01-30T04:14:29.623Z Done (0.000s)
1582024-01-30T04:14:30.372ZPlanning: Evaluating mediator changes ... Done
1592024-01-30T04:14:30.657ZPlanning: Checking for conflicting actions ... Done
1602024-01-30T04:14:30.664ZPlanning: Consolidating action changes ... Done
1612024-01-30T04:14:31.109ZPlanning: Evaluating mediators ... Done
1622024-01-30T04:14:31.117ZPlanning: Planning completed in 0.73 seconds
1632024-01-30T04:14:31.167Z Mediators to change: 2
1642024-01-30T04:14:31.167Z Create boot environment: No
1652024-01-30T04:14:31.183ZCreate backup boot environment: No
1662024-01-30T04:14:31.267Z Done
1672024-01-30T04:14:31.267Z Done
1682024-01-30T04:14:31.461Z Done
1692024-01-30T04:14:37.305Z Done
1702024-01-30T04:14:37.439Z Done
1712024-01-30T04:14:37.463Z Done
1722024-01-30T04:14:37.535Z Done
1732024-01-30T04:14:38.550ZPlanning: Evaluating mediator changes ... Done
1742024-01-30T04:14:38.555ZPlanning: Merging actions ... Done
1752024-01-30T04:14:38.875ZPlanning: Checking for conflicting actions ... Done
1762024-01-30T04:14:38.885ZPlanning: Consolidating action changes ... Done
1772024-01-30T04:14:39.311ZPlanning: Evaluating mediators ... Done
1782024-01-30T04:14:39.404ZPlanning: Planning completed in 1.30 seconds
1792024-01-30T04:14:39.462Z Packages to change: 1
1802024-01-30T04:14:39.462Z Mediators to change: 1
1812024-01-30T04:14:39.465Z Services to change: 1
1822024-01-30T04:14:39.465Z Create boot environment: No
1832024-01-30T04:14:39.465ZCreate backup boot environment: Yes
1842024-01-30T04:14:41.353Z Actions: 1/6 actions (Updating modified actions)
1852024-01-30T04:14:41.358Z Actions: Completed 6 actions in 0.00 seconds.
1862024-01-30T04:14:41.358Z Done
1872024-01-30T04:14:41.358Z Done
1882024-01-30T04:14:41.426Z Done
1892024-01-30T04:14:47.356Z Done
1902024-01-30T04:14:47.478Z Done
1912024-01-30T04:14:47.485Z Done
1922024-01-30T04:14:47.590Z Done
1932024-01-30T04:14:48.274ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-01-30T04:14:48.274Zclang system 15 system
1952024-01-30T04:14:48.274Zcsh system system illumos
1962024-01-30T04:14:48.274Zctags system system illumos
1972024-01-30T04:14:48.274Zgcc vendor 12 vendor
1982024-01-30T04:14:48.274Zgcc system 10 system
1992024-01-30T04:14:48.274Zgcc system 7 system
2002024-01-30T04:14:48.275Zgo system 1.20 system
2012024-01-30T04:14:48.275Zgo system 1.19 system
2022024-01-30T04:14:48.275Zllvm system 15 system
2032024-01-30T04:14:48.276Zllvm system 14 system
2042024-01-30T04:14:48.276Zmariadb system 10.6 system
2052024-01-30T04:14:48.276Zmta vendor vendor dma
2062024-01-30T04:14:48.276Zopenjdk system 17 system
2072024-01-30T04:14:48.276Zopenjdk system 11 system
2082024-01-30T04:14:48.277Zopenjdk system 1.8 system
2092024-01-30T04:14:48.277Zopenssl vendor 3 vendor
2102024-01-30T04:14:48.277Zperl system 5.36 system
2112024-01-30T04:14:48.277Zpostgresql system 15 system
2122024-01-30T04:14:48.277Zpostgresql system 13 system
2132024-01-30T04:14:48.277Zpython vendor 3 vendor
2142024-01-30T04:14:48.278Zpython system 2 system
2152024-01-30T04:14:48.278Zpython3 system 3.11 system
2162024-01-30T04:14:48.278Zruby system 3.0 system
2172024-01-30T04:14:48.278Zwords vendor vendor american-english
2182024-01-30T04:14:48.278Zwords system system australian-english
2192024-01-30T04:14:48.278Zwords system system british-english
2202024-01-30T04:14:48.278Zwords system system canadian-english
2212024-01-30T04:14:48.278Zwords system system french
2222024-01-30T04:14:48.278Zwords system system italian
2232024-01-30T04:14:48.280Zwords system system ngerman
2242024-01-30T04:14:48.280Zwords system system ogerman
2252024-01-30T04:14:48.280Zwords system system spanish
2262024-01-30T04:14:48.786ZFMRI IFO
2272024-01-30T04:14:48.786Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-01-30T04:14:48.786Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-01-30T04:14:48.786Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-01-30T04:14:48.786Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-01-30T04:14:48.786Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-01-30T04:14:48.786Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-01-30T04:14:48.786Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2342024-01-30T04:14:48.786Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-01-30T04:14:48.859Z+ set -o errexit
2362024-01-30T04:14:48.870Z+++ dirname ./tools/ci_download_cockroachdb
2372024-01-30T04:14:48.870Z++ cd ./tools
2382024-01-30T04:14:48.870Z++ pwd
2392024-01-30T04:14:48.870Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-01-30T04:14:48.870Z++ basename ./tools/ci_download_cockroachdb
2412024-01-30T04:14:48.870Z+ ARG0=ci_download_cockroachdb
2422024-01-30T04:14:48.870Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-01-30T04:14:48.870Z+ CIDL_VERSION=v22.1.9
2442024-01-30T04:14:48.870Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-01-30T04:14:48.870Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462024-01-30T04:14:48.871Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472024-01-30T04:14:48.871Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482024-01-30T04:14:48.871Z+ TARGET_DIR=out
2492024-01-30T04:14:48.871Z+ DOWNLOAD_DIR=out/downloads
2502024-01-30T04:14:48.871Z+ DEST_DIR=./out/cockroachdb
2512024-01-30T04:14:48.871Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-01-30T04:14:48.871Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-01-30T04:14:48.881Z+ main
2542024-01-30T04:14:48.881Z+ [[ 0 != 0 ]]
2552024-01-30T04:14:48.881Z+ CIDL_OS=solaris2.11
2562024-01-30T04:14:48.881Z+ [[ 0 != 0 ]]
2572024-01-30T04:14:48.881Z+ configure_os solaris2.11
2582024-01-30T04:14:48.882Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-01-30T04:14:48.882Zcurrent directory: /work/oxidecomputer/omicron
2602024-01-30T04:14:48.882Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-01-30T04:14:48.882Z+ case "$1" in
2622024-01-30T04:14:48.882Zconfiguring based on OS: "solaris2.11"
2632024-01-30T04:14:48.883Z+ CIDL_BUILD=illumos
2642024-01-30T04:14:48.883Z+ CIDL_SUFFIX=tar.gz
2652024-01-30T04:14:48.883Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662024-01-30T04:14:48.883Z+ CIDL_MD5FUNC=do_md5sum
2672024-01-30T04:14:48.883Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-01-30T04:14:48.883Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-01-30T04:14:48.883Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-01-30T04:14:48.883Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-01-30T04:14:48.883Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-01-30T04:14:48.883Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-01-30T04:14:48.883Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-01-30T04:14:48.883Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-01-30T04:14:48.883ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-01-30T04:14:48.883ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-01-30T04:14:48.883Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-01-30T04:14:48.883Z+ mkdir -p out/downloads
2792024-01-30T04:14:48.883Z+ mkdir -p ./out/cockroachdb
2802024-01-30T04:14:48.884Z+ local DO_DOWNLOAD=true
2812024-01-30T04:14:48.884Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-01-30T04:14:48.884Z+ '[' true == true ']'
2832024-01-30T04:14:48.884Z+ echo Downloading...
2842024-01-30T04:14:48.884ZDownloading...
2852024-01-30T04:14:48.884Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-01-30T04:14:48.884Z+ 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
2872024-01-30T04:14:51.220Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-01-30T04:14:51.222Z++ md5sum
2892024-01-30T04:14:51.223Z++ awk '{print $1}'
2902024-01-30T04:14:51.447Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912024-01-30T04:14:51.447Z+ [[ 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 ]]
2922024-01-30T04:14:51.447Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-01-30T04:14:51.453Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-01-30T04:14:54.872Z+ do_assemble_illumos
2952024-01-30T04:14:54.872Z+ rm -r ./out/cockroachdb
2962024-01-30T04:14:54.875Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-01-30T04:14:55.514Z+ ./out/cockroachdb/bin/cockroach version
2982024-01-30T04:14:55.798ZBuild Tag: v22.1.9-dirty
2992024-01-30T04:14:55.798ZBuild Time: 2022/10/26 21:17:46
3002024-01-30T04:14:55.798ZDistribution: OSS
3012024-01-30T04:14:55.798ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-01-30T04:14:55.798ZGo Version: go1.17.13
3032024-01-30T04:14:55.798ZC Compiler: gcc 10.3.0
3042024-01-30T04:14:55.798ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-01-30T04:14:55.798ZBuild Type: release
3062024-01-30T04:14:55.822Z+ set -o errexit
3072024-01-30T04:14:55.825Z+++ dirname ./tools/ci_download_clickhouse
3082024-01-30T04:14:55.828Z++ cd ./tools
3092024-01-30T04:14:55.828Z++ pwd
3102024-01-30T04:14:55.829Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-01-30T04:14:55.832Z++ basename ./tools/ci_download_clickhouse
3122024-01-30T04:14:55.832Z+ ARG0=ci_download_clickhouse
3132024-01-30T04:14:55.832Z+ TARGET_DIR=out
3142024-01-30T04:14:55.832Z+ DOWNLOAD_DIR=out/downloads
3152024-01-30T04:14:55.832Z+ DEST_DIR=./out/clickhouse
3162024-01-30T04:14:55.832Z+ CIDL_VERSION=v22.8.9.24
3172024-01-30T04:14:55.832Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182024-01-30T04:14:55.832Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3192024-01-30T04:14:55.832Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3202024-01-30T04:14:55.833Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3212024-01-30T04:14:55.833Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222024-01-30T04:14:55.833Z+ main
3232024-01-30T04:14:55.833Z+ [[ 0 != 0 ]]
3242024-01-30T04:14:55.833Z+ CIDL_OS=solaris2.11
3252024-01-30T04:14:55.833Z+ [[ 0 != 0 ]]
3262024-01-30T04:14:55.833Z+ configure_os solaris2.11
3272024-01-30T04:14:55.833Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282024-01-30T04:14:55.834Zcurrent directory: /work/oxidecomputer/omicron
3292024-01-30T04:14:55.834Z+ echo 'configuring based on OS: "solaris2.11"'
3302024-01-30T04:14:55.834Zconfiguring based on OS: "solaris2.11"
3312024-01-30T04:14:55.834Z+ CIDL_DASHREV=
3322024-01-30T04:14:55.834Z+ case "$1" in
3332024-01-30T04:14:55.834Z+ CIDL_PLATFORM=illumos
3342024-01-30T04:14:55.834Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3352024-01-30T04:14:55.834Z+ CIDL_MD5FUNC=do_md5sum
3362024-01-30T04:14:55.834Z+ CIDL_DASHREV=-1
3372024-01-30T04:14:55.834Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3382024-01-30T04:14:55.834Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-01-30T04:14:55.834Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-01-30T04:14:55.834Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-01-30T04:14:55.834Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422024-01-30T04:14:55.834ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-01-30T04:14:55.834Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-01-30T04:14:55.834ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-01-30T04:14:55.834Z+ mkdir -p out/downloads
3462024-01-30T04:14:55.837Z+ mkdir -p ./out/clickhouse
3472024-01-30T04:14:55.837Z+ local DO_DOWNLOAD=true
3482024-01-30T04:14:55.837Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3492024-01-30T04:14:55.837Z+ '[' true == true ']'
3502024-01-30T04:14:55.837Z+ echo Downloading...
3512024-01-30T04:14:55.838ZDownloading...
3522024-01-30T04:14:55.838Z+ 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
3532024-01-30T04:14:55.840Z+ 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
3542024-01-30T04:14:57.496Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552024-01-30T04:14:57.499Z++ md5sum
3562024-01-30T04:14:57.499Z++ awk '{print $1}'
3572024-01-30T04:14:57.760Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3582024-01-30T04:14:57.760Z+ [[ 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 ]]
3592024-01-30T04:14:57.760Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3602024-01-30T04:14:57.763Z+ mkdir -p ./out/clickhouse
3612024-01-30T04:14:57.763Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3622024-01-30T04:15:02.606Z+ ./out/clickhouse/clickhouse server --version
3632024-01-30T04:15:02.660ZClickHouse server version 22.8.9.1.
3642024-01-30T04:15:02.683Z+ set -o errexit
3652024-01-30T04:15:02.687Z+++ dirname ./tools/ci_download_console
3662024-01-30T04:15:02.694Z++ cd ./tools
3672024-01-30T04:15:02.695Z++ pwd
3682024-01-30T04:15:02.703Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692024-01-30T04:15:02.703Z++ basename ./tools/ci_download_console
3702024-01-30T04:15:02.710Z+ ARG0=ci_download_console
3712024-01-30T04:15:02.710Z+ TARGET_DIR=out
3722024-01-30T04:15:02.710Z+ DOWNLOAD_DIR=out/downloads
3732024-01-30T04:15:02.710Z+ DEST_DIR=./out/console-assets
3742024-01-30T04:15:02.710Z+ source /work/oxidecomputer/omicron/tools/console_version
3752024-01-30T04:15:02.710Z++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295
3762024-01-30T04:15:02.710Z++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
3772024-01-30T04:15:02.710Z+ URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3782024-01-30T04:15:02.710Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792024-01-30T04:15:02.710Z+ main
3802024-01-30T04:15:02.710Z+ [[ 0 != 0 ]]
3812024-01-30T04:15:02.710Z+ echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz'
3822024-01-30T04:15:02.710ZURL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3832024-01-30T04:15:02.710Z+ echo 'Local file: out/downloads/console.tar.gz'
3842024-01-30T04:15:02.710ZLocal file: out/downloads/console.tar.gz
3852024-01-30T04:15:02.710Z+ local DO_DOWNLOAD=true
3862024-01-30T04:15:02.710Z+ [[ -f out/downloads/console.tar.gz ]]
3872024-01-30T04:15:02.710Z+ mkdir -p out/downloads
3882024-01-30T04:15:02.710Z+ '[' true == true ']'
3892024-01-30T04:15:02.711Z+ echo Downloading...
3902024-01-30T04:15:02.711ZDownloading...
3912024-01-30T04:15:02.711Z+ do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz
3922024-01-30T04:15:02.719Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3932024-01-30T04:15:03.321Z++ do_sha256sum out/downloads/console.tar.gz
3942024-01-30T04:15:03.329Z++ case "$OSTYPE" in
3952024-01-30T04:15:03.329Z++ SHA=sha256sum
3962024-01-30T04:15:03.330Z++ sha256sum
3972024-01-30T04:15:03.330Z++ awk '{print $1}'
3982024-01-30T04:15:03.386Z+ calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
3992024-01-30T04:15:03.386Z+ [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]]
4002024-01-30T04:15:03.389Z+ rm -rf ./out/console-assets
4012024-01-30T04:15:03.390Z+ mkdir -p ./out/console-assets
4022024-01-30T04:15:03.390Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032024-01-30T04:15:03.390Z+ mkdir -p ./out/console-assets
4042024-01-30T04:15:03.393Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052024-01-30T04:15:03.529Z+ set -o errexit
4062024-01-30T04:15:03.532Z+++ dirname ./tools/ci_download_maghemite_openapi
4072024-01-30T04:15:03.534Z++ cd ./tools
4082024-01-30T04:15:03.534Z++ pwd
4092024-01-30T04:15:03.538Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-01-30T04:15:03.538Z++ basename ./tools/ci_download_maghemite_openapi
4112024-01-30T04:15:03.538Z+ ARG0=ci_download_maghemite_openapi
4122024-01-30T04:15:03.538Z+ TARGET_DIR=out
4132024-01-30T04:15:03.538Z+ DOWNLOAD_DIR=out/downloads
4142024-01-30T04:15:03.538Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4152024-01-30T04:15:03.538Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4162024-01-30T04:15:03.538Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4172024-01-30T04:15:03.539Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4182024-01-30T04:15:03.539Z+ LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4192024-01-30T04:15:03.539Z+ main
4202024-01-30T04:15:03.539Z+ [[ 0 != 0 ]]
4212024-01-30T04:15:03.539Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json'
4222024-01-30T04:15:03.539ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4232024-01-30T04:15:03.539Z+ echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4242024-01-30T04:15:03.539Z+ local DO_DOWNLOAD=true
4252024-01-30T04:15:03.539ZLocal file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4262024-01-30T04:15:03.539Z+ [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4272024-01-30T04:15:03.539Z+ mkdir -p out/downloads
4282024-01-30T04:15:03.543Z+ '[' true == true ']'
4292024-01-30T04:15:03.543Z+ echo Downloading...
4302024-01-30T04:15:03.543ZDownloading...
4312024-01-30T04:15:03.543Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4322024-01-30T04:15:03.543Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4332024-01-30T04:15:03.787Z++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4342024-01-30T04:15:03.787Z++ case "$OSTYPE" in
4352024-01-30T04:15:03.790Z++ SHA=sha256sum
4362024-01-30T04:15:03.790Z++ sha256sum
4372024-01-30T04:15:03.790Z++ awk '{print $1}'
4382024-01-30T04:15:03.796Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4392024-01-30T04:15:03.796Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4402024-01-30T04:15:03.796Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4412024-01-30T04:15:03.796Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4422024-01-30T04:15:03.796Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4432024-01-30T04:15:03.796Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4442024-01-30T04:15:03.796Z+ LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4452024-01-30T04:15:03.797Z+ main
4462024-01-30T04:15:03.798Z+ [[ 0 != 0 ]]
4472024-01-30T04:15:03.798Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json'
4482024-01-30T04:15:03.798ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4492024-01-30T04:15:03.798ZLocal file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4502024-01-30T04:15:03.798Z+ echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4512024-01-30T04:15:03.798Z+ local DO_DOWNLOAD=true
4522024-01-30T04:15:03.798Z+ [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4532024-01-30T04:15:03.798Z+ mkdir -p out/downloads
4542024-01-30T04:15:03.806Z+ '[' true == true ']'
4552024-01-30T04:15:03.806Z+ echo Downloading...
4562024-01-30T04:15:03.806ZDownloading...
4572024-01-30T04:15:03.806Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4582024-01-30T04:15:03.806Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4592024-01-30T04:15:03.955Z++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4602024-01-30T04:15:03.958Z++ case "$OSTYPE" in
4612024-01-30T04:15:03.958Z++ SHA=sha256sum
4622024-01-30T04:15:03.958Z++ sha256sum
4632024-01-30T04:15:03.958Z++ awk '{print $1}'
4642024-01-30T04:15:03.962Z+ calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4652024-01-30T04:15:03.962Z+ [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]]
4662024-01-30T04:15:03.975Z+ set -o errexit
4672024-01-30T04:15:03.980Z+++ dirname ./tools/ci_download_dendrite_openapi
4682024-01-30T04:15:03.980Z++ cd ./tools
4692024-01-30T04:15:03.980Z++ pwd
4702024-01-30T04:15:03.980Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712024-01-30T04:15:03.980Z++ basename ./tools/ci_download_dendrite_openapi
4722024-01-30T04:15:03.980Z+ ARG0=ci_download_dendrite_openapi
4732024-01-30T04:15:03.980Z+ TARGET_DIR=out
4742024-01-30T04:15:03.980Z+ DOWNLOAD_DIR=out/downloads
4752024-01-30T04:15:03.981Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762024-01-30T04:15:03.981Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4772024-01-30T04:15:03.981Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4782024-01-30T04:15:03.981Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4792024-01-30T04:15:03.981Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4802024-01-30T04:15:03.981Z+ main
4812024-01-30T04:15:03.981Z+ [[ 0 != 0 ]]
4822024-01-30T04:15:03.981Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4832024-01-30T04:15:03.981ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4842024-01-30T04:15:03.981Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4852024-01-30T04:15:03.981Z+ local DO_DOWNLOAD=true
4862024-01-30T04:15:03.981Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4872024-01-30T04:15:03.981Z+ mkdir -p out/downloads
4882024-01-30T04:15:03.982ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4892024-01-30T04:15:03.987Z+ '[' true == true ']'
4902024-01-30T04:15:03.988Z+ echo Downloading...
4912024-01-30T04:15:03.988ZDownloading...
4922024-01-30T04:15:03.988Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4932024-01-30T04:15:03.988Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4942024-01-30T04:15:04.151Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4952024-01-30T04:15:04.151Z++ case "$OSTYPE" in
4962024-01-30T04:15:04.151Z++ SHA=sha256sum
4972024-01-30T04:15:04.157Z++ sha256sum
4982024-01-30T04:15:04.157Z++ awk '{print $1}'
4992024-01-30T04:15:04.167Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5002024-01-30T04:15:04.167Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5012024-01-30T04:15:04.172Z+ set -o errexit
5022024-01-30T04:15:04.178Z+++ dirname ./tools/ci_download_dendrite_stub
5032024-01-30T04:15:04.178Z++ cd ./tools
5042024-01-30T04:15:04.178Z++ pwd
5052024-01-30T04:15:04.178Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-01-30T04:15:04.178Z++ basename ./tools/ci_download_dendrite_stub
5072024-01-30T04:15:04.183Z+ ARG0=ci_download_dendrite_stub
5082024-01-30T04:15:04.183Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5092024-01-30T04:15:04.183Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5102024-01-30T04:15:04.183Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5112024-01-30T04:15:04.183Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5122024-01-30T04:15:04.183Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132024-01-30T04:15:04.184Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5142024-01-30T04:15:04.184Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5152024-01-30T04:15:04.184Z+ TARGET_DIR=out
5162024-01-30T04:15:04.184Z+ DOWNLOAD_DIR=out/downloads
5172024-01-30T04:15:04.184Z+ DEST_DIR=./out/dendrite-stub
5182024-01-30T04:15:04.184Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5192024-01-30T04:15:04.184Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5202024-01-30T04:15:04.184Z+ REPO=oxidecomputer/dendrite
5212024-01-30T04:15:04.184Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5222024-01-30T04:15:04.184Z+ main
5232024-01-30T04:15:04.184Z+ [[ 0 != 0 ]]
5242024-01-30T04:15:04.184Z+ CIDL_OS=solaris2.11
5252024-01-30T04:15:04.185Z+ [[ 0 != 0 ]]
5262024-01-30T04:15:04.185Z+ configure_os solaris2.11
5272024-01-30T04:15:04.185Z+ echo 'current directory: /work/oxidecomputer/omicron'
5282024-01-30T04:15:04.185Zcurrent directory: /work/oxidecomputer/omicron
5292024-01-30T04:15:04.185Z+ echo 'configuring based on OS: "solaris2.11"'
5302024-01-30T04:15:04.185Zconfiguring based on OS: "solaris2.11"
5312024-01-30T04:15:04.185Z+ case "$1" in
5322024-01-30T04:15:04.185Z+ SET_BINARIES=
5332024-01-30T04:15:04.185Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5342024-01-30T04:15:04.185Z+ CIDL_SHA256FUNC=do_sha256sum
5352024-01-30T04:15:04.185Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5362024-01-30T04:15:04.185Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5372024-01-30T04:15:04.185Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5382024-01-30T04:15:04.185Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5392024-01-30T04:15:04.185ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5402024-01-30T04:15:04.185Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5412024-01-30T04:15:04.185ZLocal file: out/downloads/dendrite-stub.tar.gz
5422024-01-30T04:15:04.185Z+ mkdir -p out/downloads
5432024-01-30T04:15:04.185Z+ mkdir -p ./out/dendrite-stub
5442024-01-30T04:15:04.194Z+ fetch_and_verify
5452024-01-30T04:15:04.194Z+ local DO_DOWNLOAD=true
5462024-01-30T04:15:04.194Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5472024-01-30T04:15:04.194Z+ '[' true == true ']'
5482024-01-30T04:15:04.194Z+ echo Downloading...
5492024-01-30T04:15:04.194ZDownloading...
5502024-01-30T04:15:04.194Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5512024-01-30T04:15:04.194Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5522024-01-30T04:15:06.714Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5532024-01-30T04:15:06.718Z++ sha256sum
5542024-01-30T04:15:06.718Z++ awk '{print $1}'
5552024-01-30T04:15:06.818Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5562024-01-30T04:15:06.818Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5572024-01-30T04:15:06.821Z+ do_untar out/downloads/dendrite-stub.tar.gz
5582024-01-30T04:15:06.821Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5592024-01-30T04:15:07.898Z+ do_assemble
5602024-01-30T04:15:07.898Z+ rm -r ./out/dendrite-stub
5612024-01-30T04:15:07.901Z+ mkdir ./out/dendrite-stub
5622024-01-30T04:15:07.904Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5632024-01-30T04:15:08.066Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5642024-01-30T04:15:08.079Z+ set -o errexit
5652024-01-30T04:15:08.082Z+++ dirname ./tools/ci_download_maghemite_mgd
5662024-01-30T04:15:08.085Z++ cd ./tools
5672024-01-30T04:15:08.085Z++ pwd
5682024-01-30T04:15:08.086Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692024-01-30T04:15:08.086Z++ basename ./tools/ci_download_maghemite_mgd
5702024-01-30T04:15:08.089Z+ ARG0=ci_download_maghemite_mgd
5712024-01-30T04:15:08.089Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5722024-01-30T04:15:08.089Z++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
5732024-01-30T04:15:08.089Z++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34
5742024-01-30T04:15:08.090Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5752024-01-30T04:15:08.090Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
5762024-01-30T04:15:08.090Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
5772024-01-30T04:15:08.090Z+ TARGET_DIR=out
5782024-01-30T04:15:08.090Z+ DOWNLOAD_DIR=out/downloads
5792024-01-30T04:15:08.090Z+ DEST_DIR=./out/mgd
5802024-01-30T04:15:08.090Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5812024-01-30T04:15:08.090Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-01-30T04:15:08.090Z+ REPO=oxidecomputer/maghemite
5832024-01-30T04:15:08.090Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342
5842024-01-30T04:15:08.090Z+ main
5852024-01-30T04:15:08.090Z+ [[ 0 != 0 ]]
5862024-01-30T04:15:08.091Z+ CIDL_OS=solaris2.11
5872024-01-30T04:15:08.091Z+ [[ 0 != 0 ]]
5882024-01-30T04:15:08.091Z+ configure_os solaris2.11
5892024-01-30T04:15:08.091Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-01-30T04:15:08.091Zcurrent directory: /work/oxidecomputer/omicron
5912024-01-30T04:15:08.091Z+ echo 'configuring based on OS: "solaris2.11"'
5922024-01-30T04:15:08.091Z+ case "$1" in
5932024-01-30T04:15:08.091Z+ SET_BINARIES=
5942024-01-30T04:15:08.091Zconfiguring based on OS: "solaris2.11"
5952024-01-30T04:15:08.091Z+ CIDL_SHA256FUNC=do_sha256sum
5962024-01-30T04:15:08.091Z+ TARBALL_FILENAME=mgd.tar.gz
5972024-01-30T04:15:08.091Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
5982024-01-30T04:15:08.091Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5992024-01-30T04:15:08.091Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz'
6002024-01-30T04:15:08.091ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6012024-01-30T04:15:08.091Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6022024-01-30T04:15:08.091ZLocal file: out/downloads/mgd.tar.gz
6032024-01-30T04:15:08.091Z+ mkdir -p out/downloads
6042024-01-30T04:15:08.108Z+ mkdir -p ./out/mgd
6052024-01-30T04:15:08.108Z+ fetch_and_verify
6062024-01-30T04:15:08.109Z+ local DO_DOWNLOAD=true
6072024-01-30T04:15:08.109Z+ [[ -f out/downloads/mgd.tar.gz ]]
6082024-01-30T04:15:08.109Z+ '[' true == true ']'
6092024-01-30T04:15:08.110Z+ echo Downloading...
6102024-01-30T04:15:08.110ZDownloading...
6112024-01-30T04:15:08.110Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz
6122024-01-30T04:15:08.110Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6132024-01-30T04:15:12.285Z++ do_sha256sum out/downloads/mgd.tar.gz
6142024-01-30T04:15:12.289Z++ sha256sum
6152024-01-30T04:15:12.289Z++ awk '{print $1}'
6162024-01-30T04:15:12.366Z+ calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
6172024-01-30T04:15:12.366Z+ [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]]
6182024-01-30T04:15:12.372Z+ do_untar out/downloads/mgd.tar.gz
6192024-01-30T04:15:12.372Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6202024-01-30T04:15:13.029Z+ do_assemble
6212024-01-30T04:15:13.029Z+ rm -r ./out/mgd
6222024-01-30T04:15:13.033Z+ mkdir ./out/mgd
6232024-01-30T04:15:13.033Z+ cp -r out/downloads/root ./out/mgd/root
6242024-01-30T04:15:13.246Z+ set -o errexit
6252024-01-30T04:15:13.252Z+++ dirname ./tools/ci_download_transceiver_control
6262024-01-30T04:15:13.252Z++ cd ./tools
6272024-01-30T04:15:13.252Z++ pwd
6282024-01-30T04:15:13.252Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6292024-01-30T04:15:13.252Z++ basename ./tools/ci_download_transceiver_control
6302024-01-30T04:15:13.259Z+ ARG0=ci_download_transceiver_control
6312024-01-30T04:15:13.259Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6322024-01-30T04:15:13.260Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6332024-01-30T04:15:13.260Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342024-01-30T04:15:13.260Z+ TARGET_DIR=out
6352024-01-30T04:15:13.260Z+ DOWNLOAD_DIR=out/downloads
6362024-01-30T04:15:13.260Z+ DEST_DIR=./out/transceiver-control
6372024-01-30T04:15:13.260Z+ BIN_DIR=/opt/oxide/bin
6382024-01-30T04:15:13.260Z+ BINARY=xcvradm
6392024-01-30T04:15:13.260Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402024-01-30T04:15:13.260Z+ REPO=oxidecomputer/transceiver-control
6412024-01-30T04:15:13.260Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422024-01-30T04:15:13.260Z+ main
6432024-01-30T04:15:13.260Z+ [[ 0 != 0 ]]
6442024-01-30T04:15:13.260Z+ CIDL_OS=solaris2.11
6452024-01-30T04:15:13.260Z+ [[ 0 != 0 ]]
6462024-01-30T04:15:13.260Z+ configure_os solaris2.11
6472024-01-30T04:15:13.260Z+ echo 'current directory: /work/oxidecomputer/omicron'
6482024-01-30T04:15:13.261Zcurrent directory: /work/oxidecomputer/omicron
6492024-01-30T04:15:13.261Z+ echo 'configuring based on OS: "solaris2.11"'
6502024-01-30T04:15:13.261Zconfiguring based on OS: "solaris2.11"
6512024-01-30T04:15:13.261Z+ case "$1" in
6522024-01-30T04:15:13.261Z+ SET_BINARIES=
6532024-01-30T04:15:13.261Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542024-01-30T04:15:13.261Z+ CIDL_SHA256FUNC=do_sha256sum
6552024-01-30T04:15:13.262Z+ ARCHIVE_FILENAME=xcvradm.gz
6562024-01-30T04:15:13.262Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572024-01-30T04:15:13.262Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582024-01-30T04:15:13.262Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592024-01-30T04:15:13.262ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602024-01-30T04:15:13.262Z+ echo 'Local file: out/downloads/xcvradm.gz'
6612024-01-30T04:15:13.262ZLocal file: out/downloads/xcvradm.gz
6622024-01-30T04:15:13.262Z+ mkdir -p out/downloads
6632024-01-30T04:15:13.262Z+ mkdir -p ./out/transceiver-control
6642024-01-30T04:15:13.284Z+ fetch_and_verify
6652024-01-30T04:15:13.284Z+ local DO_DOWNLOAD=true
6662024-01-30T04:15:13.284Z+ [[ -f out/downloads/xcvradm.gz ]]
6672024-01-30T04:15:13.284Z+ '[' true == true ']'
6682024-01-30T04:15:13.284Z+ echo Downloading...
6692024-01-30T04:15:13.284ZDownloading...
6702024-01-30T04:15:13.284Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6712024-01-30T04:15:13.284Z+ 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
6722024-01-30T04:15:15.613Z++ do_sha256sum out/downloads/xcvradm.gz
6732024-01-30T04:15:15.616Z++ sha256sum
6742024-01-30T04:15:15.616Z++ awk '{print $1}'
6752024-01-30T04:15:15.639Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-01-30T04:15:15.639Z+ [[ 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 ]]
6772024-01-30T04:15:15.642Z+ do_unpack out/downloads/xcvradm.gz
6782024-01-30T04:15:15.642Z+ mkdir -p out/downloads/root//opt/oxide/bin
6792024-01-30T04:15:15.642Z+ gzip -dc out/downloads/xcvradm.gz
6802024-01-30T04:15:15.823Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6812024-01-30T04:15:15.827Z+ do_assemble
6822024-01-30T04:15:15.827Z+ rm -r ./out/transceiver-control
6832024-01-30T04:15:15.841Z+ mkdir ./out/transceiver-control
6842024-01-30T04:15:15.841Z+ cp -r out/downloads/root ./out/transceiver-control/root
6852024-01-30T04:15:16.092ZAll prerequisites installed successfully
6862024-01-30T04:15:16.097Z
6872024-01-30T04:15:16.097Zreal 1:42.678100401
6882024-01-30T04:15:16.097Zuser 51.906890506
6892024-01-30T04:15:16.097Zsys 10.363856133
6902024-01-30T04:15:16.097Ztrap 0.024819357
6912024-01-30T04:15:16.097Ztflt 0.284708612
6922024-01-30T04:15:16.097Zdflt 0.489080246
6932024-01-30T04:15:16.097Zkflt 0.204202878
6942024-01-30T04:15:16.098Zlock 2.513950486
6952024-01-30T04:15:16.098Zslp 2:58.704921860
6962024-01-30T04:15:16.098Zlat 3.421575816
6972024-01-30T04:15:16.098Zstop 0.070686614
6982024-01-30T04:15:16.098Z+ banner end-to-end-tests
6992024-01-30T04:15:16.104Z
7002024-01-30T04:15:16.104Z ###### # # ##### ##### #### ###### # # #####
7012024-01-30T04:15:16.104Z # ## # # # # # # # ## # # #
7022024-01-30T04:15:16.104Z ##### # # # # # ##### # # # ##### ##### # # # # #
7032024-01-30T04:15:16.104Z # # # # # # # # # # # # # # #
7042024-01-30T04:15:16.104Z # # ## # # # # # # # ## # #
7052024-01-30T04:15:16.104Z ###### # # ##### # #### ###### # # #####
7062024-01-30T04:15:16.104Z
7072024-01-30T04:15:16.104Z+ export CARGO_PROFILE_DEV_DEBUG=1
7082024-01-30T04:15:16.104Z+ CARGO_PROFILE_DEV_DEBUG=1
7092024-01-30T04:15:16.104Z+ export CARGO_PROFILE_TEST_DEBUG=1
7102024-01-30T04:15:16.104Z+ CARGO_PROFILE_TEST_DEBUG=1
7112024-01-30T04:15:16.105Z+ export CARGO_INCREMENTAL=0
7122024-01-30T04:15:16.105Z+ CARGO_INCREMENTAL=0
7132024-01-30T04:15:16.105Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7142024-01-30T04:15:16.446Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7152024-01-30T04:15:16.840Z Updating crates.io index
7162024-01-30T04:15:16.915Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172024-01-30T04:15:17.802Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182024-01-30T04:15:20.103Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192024-01-30T04:15:20.681Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202024-01-30T04:15:20.995Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212024-01-30T04:15:21.257Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222024-01-30T04:15:21.522Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232024-01-30T04:15:22.537Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242024-01-30T04:15:25.066Z Updating git repository `https://github.com/oxidecomputer/opte`
7252024-01-30T04:15:26.113Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262024-01-30T04:15:26.460Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272024-01-30T04:15:27.089Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282024-01-30T04:15:27.415Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-01-30T04:15:27.680Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-01-30T04:15:27.957Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-01-30T04:15:28.357Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-01-30T04:15:28.699Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7332024-01-30T04:15:29.083Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7342024-01-30T04:15:29.681Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7352024-01-30T04:15:30.047Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7362024-01-30T04:15:30.416Z Updating git repository `https://github.com/jgallagher/nix`
7372024-01-30T04:15:31.629Z Updating git repository `https://github.com/cbiffle/hubpack`
7382024-01-30T04:15:32.078Z Updating git repository `https://github.com/oxidecomputer/typify`
7392024-01-30T04:15:33.752Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7402024-01-30T04:15:34.118Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7412024-01-30T04:15:34.418Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7422024-01-30T04:15:36.415Z Downloading crates ...
7432024-01-30T04:15:36.625Z Downloaded ciborium v0.2.2
7442024-01-30T04:15:36.631Z Downloaded adler v1.0.2
7452024-01-30T04:15:36.668Z Downloaded crucible-workspace-hack v0.1.0
7462024-01-30T04:15:36.671Z Downloaded colorchoice v1.0.0
7472024-01-30T04:15:36.675Z Downloaded managed v0.8.0
7482024-01-30T04:15:36.678Z Downloaded linear-map v1.2.0
7492024-01-30T04:15:36.682Z Downloaded openssl-probe v0.1.5
7502024-01-30T04:15:36.685Z Downloaded memoffset v0.9.0
7512024-01-30T04:15:36.688Z Downloaded libsw v3.3.1
7522024-01-30T04:15:36.693Z Downloaded memmap v0.7.0
7532024-01-30T04:15:36.699Z Downloaded once_cell v1.19.0
7542024-01-30T04:15:36.703Z Downloaded diesel_table_macro_syntax v0.1.0
7552024-01-30T04:15:36.708Z Downloaded num_enum v0.5.11
7562024-01-30T04:15:36.720Z Downloaded defmt v0.3.5
7572024-01-30T04:15:36.732Z Downloaded opaque-debug v0.3.0
7582024-01-30T04:15:36.735Z Downloaded pbkdf2 v0.12.2
7592024-01-30T04:15:36.740Z Downloaded match_cfg v0.1.0
7602024-01-30T04:15:36.746Z Downloaded defmt-macros v0.3.6
7612024-01-30T04:15:36.753Z Downloaded phf_shared v0.10.0
7622024-01-30T04:15:36.757Z Downloaded take_mut v0.2.2
7632024-01-30T04:15:36.762Z Downloaded matches v0.1.10
7642024-01-30T04:15:36.765Z Downloaded md5 v0.7.0
7652024-01-30T04:15:36.765Z Downloaded darling_core v0.20.3
7662024-01-30T04:15:36.777Z Downloaded pem-rfc7468 v0.7.0
7672024-01-30T04:15:36.782Z Downloaded paste v1.0.14
7682024-01-30T04:15:36.788Z Downloaded defmt-parser v0.3.3
7692024-01-30T04:15:36.791Z Downloaded normalize-line-endings v0.3.0
7702024-01-30T04:15:36.794Z Downloaded clap_lex v0.5.1
7712024-01-30T04:15:36.797Z Downloaded precomputed-hash v0.1.1
7722024-01-30T04:15:36.799Z Downloaded pretty-hex v0.4.1
7732024-01-30T04:15:36.802Z Downloaded new_debug_unreachable v1.0.4
7742024-01-30T04:15:36.805Z Downloaded clap_derive v4.4.2
7752024-01-30T04:15:36.809Z Downloaded num_threads v0.1.6
7762024-01-30T04:15:36.813Z Downloaded difflib v0.4.0
7772024-01-30T04:15:36.817Z Downloaded proc-macro2 v1.0.78
7782024-01-30T04:15:36.820Z Downloaded crypto-common v0.1.6
7792024-01-30T04:15:36.826Z Downloaded diesel_derives v2.1.2
7802024-01-30T04:15:36.830Z Downloaded pretty-hex v0.2.1
7812024-01-30T04:15:36.834Z Downloaded zone_cfg_derive v0.3.0
7822024-01-30T04:15:36.837Z Downloaded async-stream-impl v0.3.5
7832024-01-30T04:15:36.842Z Downloaded parking_lot_core v0.9.8
7842024-01-30T04:15:36.846Z Downloaded phf v0.11.2
7852024-01-30T04:15:36.846Z Downloaded camino v1.1.6
7862024-01-30T04:15:36.851Z Downloaded ansi_term v0.12.1
7872024-01-30T04:15:36.854Z Downloaded linked-hash-map v0.5.6
7882024-01-30T04:15:36.857Z Downloaded foreign-types v0.3.2
7892024-01-30T04:15:36.860Z Downloaded fnv v1.0.7
7902024-01-30T04:15:36.860Z Downloaded predicates-core v1.0.6
7912024-01-30T04:15:36.864Z Downloaded phf_shared v0.11.2
7922024-01-30T04:15:36.864Z Downloaded pin-utils v0.1.0
7932024-01-30T04:15:36.867Z Downloaded float-cmp v0.9.0
7942024-01-30T04:15:36.871Z Downloaded predicates v3.1.0
7952024-01-30T04:15:36.877Z Downloaded num-derive v0.4.0
7962024-01-30T04:15:36.880Z Downloaded plain v0.2.3
7972024-01-30T04:15:36.883Z Downloaded polyval v0.6.1
7982024-01-30T04:15:36.884Z Downloaded fastrand v2.0.0
7992024-01-30T04:15:36.887Z Downloaded dirs-sys-next v0.1.2
8002024-01-30T04:15:36.891Z Downloaded tracing-attributes v0.1.26
8012024-01-30T04:15:36.893Z Downloaded russh-cryptovec v0.7.0
8022024-01-30T04:15:36.900Z Downloaded num-iter v0.1.43
8032024-01-30T04:15:36.900Z Downloaded libm v0.2.7
8042024-01-30T04:15:36.919Z Downloaded foreign-types-shared v0.1.1
8052024-01-30T04:15:36.922Z Downloaded tokio-macros v2.2.0
8062024-01-30T04:15:36.922Z Downloaded equivalent v1.0.1
8072024-01-30T04:15:36.922Z Downloaded stable_deref_trait v1.2.0
8082024-01-30T04:15:36.925Z Downloaded hubpack_derive v0.1.1
8092024-01-30T04:15:36.925Z Downloaded bitflags v2.4.0
8102024-01-30T04:15:36.930Z Downloaded camino-tempfile v1.1.1
8112024-01-30T04:15:36.934Z Downloaded argon2 v0.5.3
8122024-01-30T04:15:36.937Z Downloaded poly1305 v0.8.0
8132024-01-30T04:15:36.942Z Downloaded tokio-native-tls v0.3.1
8142024-01-30T04:15:36.946Z Downloaded num-integer v0.1.45
8152024-01-30T04:15:36.950Z Downloaded http-body v0.4.5
8162024-01-30T04:15:36.953Z Downloaded waitgroup v0.1.2
8172024-01-30T04:15:36.956Z Downloaded derive-where v1.2.7
8182024-01-30T04:15:36.963Z Downloaded ident_case v1.0.1
8192024-01-30T04:15:36.966Z Downloaded want v0.3.1
8202024-01-30T04:15:36.970Z Downloaded serde_tokenstream v0.1.7
8212024-01-30T04:15:36.973Z Downloaded form_urlencoded v1.2.1
8222024-01-30T04:15:36.976Z Downloaded signature v2.1.0
8232024-01-30T04:15:36.979Z Downloaded fallible-iterator v0.2.0
8242024-01-30T04:15:36.984Z Downloaded hash32 v0.3.1
8252024-01-30T04:15:36.984Z Downloaded group v0.13.0
8262024-01-30T04:15:37.000Z Downloaded bytes v1.5.0
8272024-01-30T04:15:37.006Z Downloaded lazy_static v1.4.0
8282024-01-30T04:15:37.006Z Downloaded enum-as-inner v0.5.1
8292024-01-30T04:15:37.006Z Downloaded httpdate v1.0.3
8302024-01-30T04:15:37.006Z Downloaded base64 v0.21.7
8312024-01-30T04:15:37.010Z Downloaded dtrace-parser v0.2.0
8322024-01-30T04:15:37.015Z Downloaded rustc-demangle v0.1.23
8332024-01-30T04:15:37.019Z Downloaded either v1.9.0
8342024-01-30T04:15:37.019Z Downloaded smf v0.2.2
8352024-01-30T04:15:37.023Z Downloaded num-complex v0.4.4
8362024-01-30T04:15:37.029Z Downloaded rustls-pemfile v2.0.0
8372024-01-30T04:15:37.032Z Downloaded strsim v0.8.0
8382024-01-30T04:15:37.035Z Downloaded tar v0.4.40
8392024-01-30T04:15:37.039Z Downloaded rustls-pemfile v1.0.3
8402024-01-30T04:15:37.044Z Downloaded usdt-macro v0.5.0
8412024-01-30T04:15:37.047Z Downloaded foreign-types-shared v0.3.1
8422024-01-30T04:15:37.050Z Downloaded vsss-rs v3.3.4
8432024-01-30T04:15:37.055Z Downloaded usdt v0.3.5
8442024-01-30T04:15:37.058Z Downloaded smallvec v1.11.2
8452024-01-30T04:15:37.062Z Downloaded slog-term v2.9.0
8462024-01-30T04:15:37.068Z Downloaded dyn-clone v1.0.13
8472024-01-30T04:15:37.071Z Downloaded glob v0.3.1
8482024-01-30T04:15:37.074Z Downloaded hash32 v0.2.1
8492024-01-30T04:15:37.077Z Downloaded fxhash v0.2.1
8502024-01-30T04:15:37.081Z Downloaded semver v1.0.21
8512024-01-30T04:15:37.084Z Downloaded tempfile v3.9.0
8522024-01-30T04:15:37.090Z Downloaded futures-task v0.3.30
8532024-01-30T04:15:37.106Z Downloaded flate2 v1.0.28
8542024-01-30T04:15:37.111Z Downloaded futures-sink v0.3.30
8552024-01-30T04:15:37.112Z Downloaded siphasher v0.3.11
8562024-01-30T04:15:37.112Z Downloaded hubpack v0.1.2
8572024-01-30T04:15:37.118Z Downloaded openssl-sys v0.9.96
8582024-01-30T04:15:37.122Z Downloaded generic-array v0.14.7
8592024-01-30T04:15:37.130Z Downloaded scroll_derive v0.12.0
8602024-01-30T04:15:37.134Z Downloaded rfc6979 v0.4.0
8612024-01-30T04:15:37.134Z Downloaded serde_derive v1.0.195
8622024-01-30T04:15:37.141Z Downloaded subtle v2.5.0
8632024-01-30T04:15:37.144Z Downloaded usdt-impl v0.3.5
8642024-01-30T04:15:37.144Z Downloaded strum v0.25.0
8652024-01-30T04:15:37.144Z Downloaded ed25519 v2.2.2
8662024-01-30T04:15:37.147Z Downloaded instant v0.1.12
8672024-01-30T04:15:37.151Z Downloaded socket2 v0.4.9
8682024-01-30T04:15:37.154Z Downloaded unicode-ident v1.0.12
8692024-01-30T04:15:37.160Z Downloaded sha1 v0.10.6
8702024-01-30T04:15:37.163Z Downloaded thiserror-impl-no-std v2.0.2
8712024-01-30T04:15:37.167Z Downloaded thiserror-impl v1.0.56
8722024-01-30T04:15:37.171Z Downloaded errno v0.3.8
8732024-01-30T04:15:37.175Z Downloaded structmeta v0.2.0
8742024-01-30T04:15:37.175Z Downloaded untrusted v0.7.1
8752024-01-30T04:15:37.179Z Downloaded unicode-xid v0.2.4
8762024-01-30T04:15:37.186Z Downloaded term v0.7.0
8772024-01-30T04:15:37.190Z Downloaded zerocopy v0.3.0
8782024-01-30T04:15:37.190Z Downloaded xattr v1.0.1
8792024-01-30T04:15:37.193Z Downloaded thread-id v4.2.0
8802024-01-30T04:15:37.208Z Downloaded same-file v1.0.6
8812024-01-30T04:15:37.211Z Downloaded toml_datetime v0.6.5
8822024-01-30T04:15:37.211Z Downloaded embedded-io v0.4.0
8832024-01-30T04:15:37.211Z Downloaded ipnet v2.9.0
8842024-01-30T04:15:37.211Z Downloaded io-lifetimes v1.0.11
8852024-01-30T04:15:37.247Z Downloaded foreign-types v0.5.0
8862024-01-30T04:15:37.252Z Downloaded time-core v0.1.1
8872024-01-30T04:15:37.252Z Downloaded schemars_derive v0.8.16
8882024-01-30T04:15:37.252Z Downloaded postgres-protocol v0.6.6
8892024-01-30T04:15:37.252Z Downloaded serde_tokenstream v0.2.0
8902024-01-30T04:15:37.252Z Downloaded pin-project-lite v0.2.13
8912024-01-30T04:15:37.252Z Downloaded hyper-staticfile v0.9.5
8922024-01-30T04:15:37.252Z Downloaded signal-hook-mio v0.2.3
8932024-01-30T04:15:37.252Z Downloaded serde_path_to_error v0.1.15
8942024-01-30T04:15:37.252Z Downloaded slog v2.7.0
8952024-01-30T04:15:37.256Z Downloaded futures-core v0.3.30
8962024-01-30T04:15:37.259Z Downloaded yasna v0.5.2
8972024-01-30T04:15:37.264Z Downloaded serde_repr v0.1.16
8982024-01-30T04:15:37.269Z Downloaded dof v0.1.5
8992024-01-30T04:15:37.270Z Downloaded signal-hook v0.3.17
9002024-01-30T04:15:37.284Z Downloaded display-error-chain v0.2.0
9012024-01-30T04:15:37.287Z Downloaded unicode-segmentation v1.10.1
9022024-01-30T04:15:37.287Z Downloaded iana-time-zone v0.1.57
9032024-01-30T04:15:37.287Z Downloaded vec_map v0.8.2
9042024-01-30T04:15:37.291Z Downloaded r2d2 v0.8.10
9052024-01-30T04:15:37.294Z Downloaded half v2.3.1
9062024-01-30T04:15:37.297Z Downloaded rustc_version v0.4.0
9072024-01-30T04:15:37.301Z Downloaded slog-dtrace v0.3.0
9082024-01-30T04:15:37.304Z Downloaded rustversion v1.0.14
9092024-01-30T04:15:37.311Z Downloaded string_cache v0.8.7
9102024-01-30T04:15:37.317Z Downloaded utf-8 v0.7.6
9112024-01-30T04:15:37.317Z Downloaded ryu v1.0.15
9122024-01-30T04:15:37.320Z Downloaded rand_core v0.6.4
9132024-01-30T04:15:37.323Z Downloaded ed25519-dalek v2.0.0
9142024-01-30T04:15:37.330Z Downloaded is-terminal v0.4.9
9152024-01-30T04:15:37.334Z Downloaded http v1.0.0
9162024-01-30T04:15:37.344Z Downloaded getrandom v0.2.10
9172024-01-30T04:15:37.348Z Downloaded tokio-postgres v0.7.10
9182024-01-30T04:15:37.357Z Downloaded subprocess v0.2.9
9192024-01-30T04:15:37.361Z Downloaded structopt v0.3.26
9202024-01-30T04:15:37.377Z Downloaded unsafe-libyaml v0.2.10
9212024-01-30T04:15:37.382Z Downloaded toml_edit v0.19.15
9222024-01-30T04:15:37.414Z Downloaded httparse v1.8.0
9232024-01-30T04:15:37.418Z Downloaded futures-channel v0.3.30
9242024-01-30T04:15:37.422Z Downloaded futures v0.3.30
9252024-01-30T04:15:37.433Z Downloaded toml v0.5.11
9262024-01-30T04:15:37.437Z Downloaded trust-dns-client v0.22.0
9272024-01-30T04:15:37.448Z Downloaded rand v0.7.3
9282024-01-30T04:15:37.457Z Downloaded itertools v0.10.5
9292024-01-30T04:15:37.471Z Downloaded zip v0.6.6
9302024-01-30T04:15:37.480Z Downloaded petgraph v0.6.4
9312024-01-30T04:15:37.505Z Downloaded russh v0.40.2
9322024-01-30T04:15:37.514Z Downloaded unicode-normalization v0.1.22
9332024-01-30T04:15:37.522Z Downloaded h2 v0.3.24
9342024-01-30T04:15:37.540Z Downloaded futures-util v0.3.30
9352024-01-30T04:15:37.559Z Downloaded serde_json v1.0.113
9362024-01-30T04:15:37.574Z Downloaded goblin v0.8.0
9372024-01-30T04:15:37.589Z Downloaded curve25519-dalek v4.1.1
9382024-01-30T04:15:37.604Z Downloaded hyper v0.14.27
9392024-01-30T04:15:37.621Z Downloaded rustls-webpki v0.101.7
9402024-01-30T04:15:37.650Z Downloaded winnow v0.5.15
9412024-01-30T04:15:37.664Z Downloaded reqwest v0.11.22
9422024-01-30T04:15:37.679Z Downloaded radix_trie v0.2.1
9432024-01-30T04:15:37.690Z Downloaded gimli v0.28.0
9442024-01-30T04:15:37.708Z Downloaded vcpkg v0.2.15
9452024-01-30T04:15:37.781Z Downloaded smoltcp v0.9.1
9462024-01-30T04:15:37.802Z Downloaded webpki-roots v0.25.2
9472024-01-30T04:15:37.810Z Downloaded idna v0.5.0
9482024-01-30T04:15:37.825Z Downloaded syn v2.0.48
9492024-01-30T04:15:37.845Z Downloaded rustls v0.22.2
9502024-01-30T04:15:37.876Z Downloaded syn v1.0.109
9512024-01-30T04:15:37.896Z Downloaded rustls v0.21.9
9522024-01-30T04:15:37.920Z Downloaded rustix v0.38.30
9532024-01-30T04:15:37.960Z Downloaded zerocopy-derive v0.2.0
9542024-01-30T04:15:37.977Z Downloaded zerocopy-derive v0.6.4
9552024-01-30T04:15:37.999Z Downloaded sled v0.34.7
9562024-01-30T04:15:38.029Z Downloaded regex-automata v0.4.4
9572024-01-30T04:15:38.054Z Downloaded libc v0.2.152
9582024-01-30T04:15:38.111Z Downloaded bzip2-sys v0.1.11+1.0.8
9592024-01-30T04:15:38.128Z Downloaded sha3 v0.10.8
9602024-01-30T04:15:38.141Z Downloaded regex-automata v0.3.8
9612024-01-30T04:15:38.173Z Downloaded tokio v1.35.1
9622024-01-30T04:15:38.241Z Downloaded smoltcp v0.11.0
9632024-01-30T04:15:38.266Z Downloaded winapi v0.3.9
9642024-01-30T04:15:38.341Z Downloaded encoding_rs v0.8.33
9652024-01-30T04:15:38.384Z Downloaded bstr v1.6.0
9662024-01-30T04:15:38.406Z Downloaded regex-syntax v0.8.2
9672024-01-30T04:15:38.422Z Downloaded regex v1.10.3
9682024-01-30T04:15:38.446Z Downloaded rustix v0.37.23
9692024-01-30T04:15:38.482Z Downloaded idna v0.2.3
9702024-01-30T04:15:38.495Z Downloaded regex-syntax v0.7.5
9712024-01-30T04:15:38.511Z Downloaded diesel v2.1.4
9722024-01-30T04:15:38.562Z Downloaded openapiv3 v2.0.0
9732024-01-30T04:15:38.585Z Downloaded trust-dns-proto v0.22.0
9742024-01-30T04:15:38.609Z Downloaded bstr v0.2.17
9752024-01-30T04:15:38.628Z Downloaded regress v0.7.1
9762024-01-30T04:15:38.642Z Downloaded hkdf v0.12.4
9772024-01-30T04:15:38.647Z Downloaded ring v0.17.7
9782024-01-30T04:15:38.779Z Downloaded rustls-webpki v0.102.1
9792024-01-30T04:15:38.811Z Downloaded openssl v0.10.60
9802024-01-30T04:15:38.828Z Downloaded ring v0.16.20
9812024-01-30T04:15:38.984Z Downloaded object v0.32.1
9822024-01-30T04:15:39.001Z Downloaded chrono v0.4.31
9832024-01-30T04:15:39.014Z Downloaded serde_with v3.5.1
9842024-01-30T04:15:39.027Z Downloaded itertools v0.12.0
9852024-01-30T04:15:39.039Z Downloaded hashbrown v0.14.2
9862024-01-30T04:15:39.049Z Downloaded clap_builder v4.4.2
9872024-01-30T04:15:39.061Z Downloaded elliptic-curve v0.13.8
9882024-01-30T04:15:39.072Z Downloaded trust-dns-resolver v0.22.0
9892024-01-30T04:15:39.077Z Downloaded regex-automata v0.1.10
9902024-01-30T04:15:39.084Z Downloaded crossbeam-utils v0.8.16
9912024-01-30T04:15:39.089Z Downloaded socket2 v0.5.5
9922024-01-30T04:15:39.092Z Downloaded heapless v0.7.16
9932024-01-30T04:15:39.101Z Downloaded aho-corasick v1.0.4
9942024-01-30T04:15:39.108Z Downloaded hashbrown v0.13.2
9952024-01-30T04:15:39.116Z Downloaded nom v7.1.3
9962024-01-30T04:15:39.125Z Downloaded zerocopy v0.7.32
9972024-01-30T04:15:39.155Z Downloaded time v0.3.27
9982024-01-30T04:15:39.167Z Downloaded headers v0.3.9
9992024-01-30T04:15:39.180Z Downloaded schemars v0.8.16
10002024-01-30T04:15:39.194Z Downloaded toml_edit v0.21.0
10012024-01-30T04:15:39.232Z Downloaded serde v1.0.195
10022024-01-30T04:15:39.238Z Downloaded hashbrown v0.12.3
10032024-01-30T04:15:39.245Z Downloaded hmac v0.12.1
10042024-01-30T04:15:39.248Z Downloaded rand v0.8.5
10052024-01-30T04:15:39.254Z Downloaded http v0.2.11
10062024-01-30T04:15:39.261Z Downloaded version_check v0.9.4
10072024-01-30T04:15:39.265Z Downloaded semver-parser v0.10.2
10082024-01-30T04:15:39.273Z Downloaded unicode-bidi v0.3.13
10092024-01-30T04:15:39.275Z Downloaded heapless v0.8.0
10102024-01-30T04:15:39.278Z Downloaded mio v0.8.9
10112024-01-30T04:15:39.287Z Downloaded url v2.5.0
10122024-01-30T04:15:39.292Z Downloaded zerocopy-derive v0.7.32
10132024-01-30T04:15:39.301Z Downloaded steno v0.4.0
10142024-01-30T04:15:39.308Z Downloaded postcard v1.0.8
10152024-01-30T04:15:39.311Z Downloaded zeroize v1.7.0
10162024-01-30T04:15:39.318Z Downloaded signal-hook-registry v1.4.1
10172024-01-30T04:15:39.321Z Downloaded lalrpop-util v0.19.12
10182024-01-30T04:15:39.321Z Downloaded serde_urlencoded v0.7.1
10192024-01-30T04:15:39.321Z Downloaded futures-executor v0.3.30
10202024-01-30T04:15:39.325Z Downloaded time-macros v0.2.13
10212024-01-30T04:15:39.325Z Downloaded thiserror-no-std v2.0.2
10222024-01-30T04:15:39.332Z Downloaded filetime v0.2.23
10232024-01-30T04:15:39.335Z Downloaded unicase v2.7.0
10242024-01-30T04:15:39.340Z Downloaded unicode-width v0.1.11
10252024-01-30T04:15:39.340Z Downloaded num-bigint v0.4.4
10262024-01-30T04:15:39.346Z Downloaded tracing v0.1.37
10272024-01-30T04:15:39.353Z Downloaded clap v2.34.0
10282024-01-30T04:15:39.369Z Downloaded spin v0.9.8
10292024-01-30T04:15:39.375Z Downloaded toml v0.8.8
10302024-01-30T04:15:39.378Z Downloaded aes-gcm v0.10.3
10312024-01-30T04:15:39.381Z Downloaded scopeguard v1.2.0
10322024-01-30T04:15:39.384Z Downloaded secrecy v0.8.0
10332024-01-30T04:15:39.387Z Downloaded inout v0.1.3
10342024-01-30T04:15:39.388Z Downloaded uuid v1.7.0
10352024-01-30T04:15:39.392Z Downloaded rcgen v0.12.1
10362024-01-30T04:15:39.396Z Downloaded universal-hash v0.5.1
10372024-01-30T04:15:39.399Z Downloaded whoami v1.4.1
10382024-01-30T04:15:39.402Z Downloaded sct v0.7.0
10392024-01-30T04:15:39.407Z Downloaded getrandom v0.1.16
10402024-01-30T04:15:39.410Z Downloaded ecdsa v0.16.9
10412024-01-30T04:15:39.414Z Downloaded toml v0.7.8
10422024-01-30T04:15:39.418Z Downloaded rustls-pki-types v1.1.0
10432024-01-30T04:15:39.421Z Downloaded hex v0.4.3
10442024-01-30T04:15:39.424Z Downloaded slog-bunyan v2.5.0
10452024-01-30T04:15:39.424Z Downloaded scheduled-thread-pool v0.2.7
10462024-01-30T04:15:39.427Z Downloaded heck v0.4.1
10472024-01-30T04:15:39.431Z Downloaded pest v2.7.6
10482024-01-30T04:15:39.439Z Downloaded aes v0.8.3
10492024-01-30T04:15:39.445Z Downloaded tokio-rustls v0.25.0
10502024-01-30T04:15:39.448Z Downloaded tokio-rustls v0.24.1
10512024-01-30T04:15:39.451Z Downloaded indexmap v2.1.0
10522024-01-30T04:15:39.458Z Downloaded tungstenite v0.20.1
10532024-01-30T04:15:39.463Z Downloaded tokio-util v0.7.10
10542024-01-30T04:15:39.473Z Downloaded similar v2.3.0
10552024-01-30T04:15:39.485Z Downloaded serde_yaml v0.9.25
10562024-01-30T04:15:39.489Z Downloaded rand_core v0.5.1
10572024-01-30T04:15:39.493Z Downloaded untrusted v0.9.0
10582024-01-30T04:15:39.493Z Downloaded walkdir v2.4.0
10592024-01-30T04:15:39.496Z Downloaded spin v0.5.2
10602024-01-30T04:15:39.500Z Downloaded tinyvec v1.6.0
10612024-01-30T04:15:39.504Z Downloaded ipnetwork v0.20.0
10622024-01-30T04:15:39.507Z Downloaded trust-dns-server v0.22.1
10632024-01-30T04:15:39.514Z Downloaded dtrace-parser v0.1.14
10642024-01-30T04:15:39.517Z Downloaded indexmap v1.9.3
10652024-01-30T04:15:39.523Z Downloaded ucd-trie v0.1.6
10662024-01-30T04:15:39.526Z Downloaded typenum v1.16.0
10672024-01-30T04:15:39.530Z Downloaded p256 v0.13.2
10682024-01-30T04:15:39.534Z Downloaded memchr v2.6.3
10692024-01-30T04:15:39.557Z Downloaded usdt v0.5.0
10702024-01-30T04:15:39.575Z Downloaded structmeta-derive v0.2.0
10712024-01-30T04:15:39.575Z Downloaded futures-macro v0.3.30
10722024-01-30T04:15:39.575Z Downloaded flagset v0.4.3
10732024-01-30T04:15:39.575Z Downloaded utf8parse v0.2.1
10742024-01-30T04:15:39.575Z Downloaded itoa v1.0.9
10752024-01-30T04:15:39.575Z Downloaded usdt-attr-macro v0.3.5
10762024-01-30T04:15:39.575Z Downloaded dof v0.3.0
10772024-01-30T04:15:39.575Z Downloaded kstat-rs v0.2.3
10782024-01-30T04:15:39.575Z Downloaded sha2 v0.10.8
10792024-01-30T04:15:39.577Z Downloaded cc v1.0.83
10802024-01-30T04:15:39.582Z Downloaded structopt-derive v0.4.18
10812024-01-30T04:15:39.582Z Downloaded miniz_oxide v0.7.1
10822024-01-30T04:15:39.582Z Downloaded der v0.7.8
10832024-01-30T04:15:39.595Z Downloaded serde_derive_internals v0.26.0
10842024-01-30T04:15:39.595Z Downloaded hyper-rustls v0.24.2
10852024-01-30T04:15:39.600Z Downloaded backtrace v0.3.69
10862024-01-30T04:15:39.600Z Downloaded rustc_version v0.1.7
10872024-01-30T04:15:39.600Z Downloaded slab v0.4.9
10882024-01-30T04:15:39.604Z Downloaded sec1 v0.7.3
10892024-01-30T04:15:39.604Z Downloaded rustfmt-wrapper v0.2.0
10902024-01-30T04:15:39.604Z Downloaded ghash v0.5.0
10912024-01-30T04:15:39.607Z Downloaded num-traits v0.2.16
10922024-01-30T04:15:39.612Z Downloaded pest_meta v2.7.6
10932024-01-30T04:15:39.618Z Downloaded endian-type v0.1.2
10942024-01-30T04:15:39.619Z Downloaded usdt-impl v0.5.0
10952024-01-30T04:15:39.621Z Downloaded russh-keys v0.40.1
10962024-01-30T04:15:39.622Z Downloaded zerocopy v0.6.4
10972024-01-30T04:15:39.626Z Downloaded usdt-attr-macro v0.5.0
10982024-01-30T04:15:39.626Z Downloaded tinyvec_macros v0.1.1
10992024-01-30T04:15:39.630Z Downloaded tracing-core v0.1.31
11002024-01-30T04:15:39.634Z Downloaded quote v1.0.35
11012024-01-30T04:15:39.637Z Downloaded minimal-lexical v0.2.1
11022024-01-30T04:15:39.643Z Downloaded serde_with_macros v3.5.1
11032024-01-30T04:15:39.649Z Downloaded scroll v0.12.0
11042024-01-30T04:15:39.652Z Downloaded resolv-conf v0.7.0
11052024-01-30T04:15:39.652Z Downloaded stringprep v0.1.3
11062024-01-30T04:15:39.655Z Downloaded spki v0.7.2
11072024-01-30T04:15:39.658Z Downloaded derive_more v0.99.17
11082024-01-30T04:15:39.665Z Downloaded arc-swap v1.6.0
11092024-01-30T04:15:39.671Z Downloaded terminal_size v0.2.6
11102024-01-30T04:15:39.677Z Downloaded rand_chacha v0.3.1
11112024-01-30T04:15:39.680Z Downloaded rand_chacha v0.2.2
11122024-01-30T04:15:39.680Z Downloaded static_assertions v1.1.0
11132024-01-30T04:15:39.681Z Downloaded slog-stdlog v4.1.1
11142024-01-30T04:15:39.684Z Downloaded hyper-tls v0.5.0
11152024-01-30T04:15:39.684Z Downloaded serde_spanned v0.6.4
11162024-01-30T04:15:39.687Z Downloaded hostname v0.3.1
11172024-01-30T04:15:39.687Z Downloaded home v0.5.5
11182024-01-30T04:15:39.696Z Downloaded tokio-tungstenite v0.20.1
11192024-01-30T04:15:39.701Z Downloaded proc-macro-error v1.0.4
11202024-01-30T04:15:39.701Z Downloaded pkcs8 v0.10.2
11212024-01-30T04:15:39.707Z Downloaded crossbeam-channel v0.5.8
11222024-01-30T04:15:39.712Z Downloaded zone v0.3.0
11232024-01-30T04:15:39.715Z Downloaded strsim v0.10.0
11242024-01-30T04:15:39.715Z Downloaded parking_lot_core v0.8.6
11252024-01-30T04:15:39.721Z Downloaded multer v3.0.0
11262024-01-30T04:15:39.724Z Downloaded password-hash v0.4.2
11272024-01-30T04:15:39.724Z Downloaded const-oid v0.9.5
11282024-01-30T04:15:39.729Z Downloaded proc-macro-crate v1.3.1
11292024-01-30T04:15:39.734Z Downloaded postgres-types v0.2.6
11302024-01-30T04:15:39.738Z Downloaded heck v0.3.3
11312024-01-30T04:15:39.738Z Downloaded slog-scope v4.4.0
11322024-01-30T04:15:39.738Z Downloaded slog-json v2.6.1
11332024-01-30T04:15:39.741Z Downloaded crossterm v0.27.0
11342024-01-30T04:15:39.750Z Downloaded platforms v3.0.2
11352024-01-30T04:15:39.754Z Downloaded owo-colors v4.0.0
11362024-01-30T04:15:39.758Z Downloaded http-range v0.1.5
11372024-01-30T04:15:39.762Z Downloaded slog-envlogger v2.2.0
11382024-01-30T04:15:39.769Z Downloaded semver v0.11.0
11392024-01-30T04:15:39.769Z Downloaded keccak v0.1.4
11402024-01-30T04:15:39.772Z Downloaded slog-async v2.8.0
11412024-01-30T04:15:39.772Z Downloaded semver v0.1.20
11422024-01-30T04:15:39.772Z Downloaded futures-io v0.3.30
11432024-01-30T04:15:39.772Z Downloaded pkg-config v0.3.27
11442024-01-30T04:15:39.776Z Downloaded tokio-stream v0.1.14
11452024-01-30T04:15:39.782Z Downloaded zeroize_derive v1.4.2
11462024-01-30T04:15:39.786Z Downloaded ff v0.13.0
11472024-01-30T04:15:39.786Z Downloaded ahash v0.8.6
11482024-01-30T04:15:39.789Z Downloaded password-hash v0.5.0
11492024-01-30T04:15:39.792Z Downloaded cancel-safe-futures v0.1.5
11502024-01-30T04:15:39.797Z Downloaded num v0.4.1
11512024-01-30T04:15:39.800Z Downloaded cbc v0.1.2
11522024-01-30T04:15:39.804Z Downloaded block-padding v0.3.3
11532024-01-30T04:15:39.804Z Downloaded anstyle-parse v0.2.1
11542024-01-30T04:15:39.807Z Downloaded backoff v0.4.0
11552024-01-30T04:15:39.810Z Downloaded thiserror v1.0.56
11562024-01-30T04:15:39.817Z Downloaded fixedbitset v0.4.2
11572024-01-30T04:15:39.820Z Downloaded foreign-types-macros v0.2.3
11582024-01-30T04:15:39.820Z Downloaded der_derive v0.7.2
11592024-01-30T04:15:39.823Z Downloaded thread_local v1.1.7
11602024-01-30T04:15:39.832Z Downloaded ppv-lite86 v0.2.17
11612024-01-30T04:15:39.835Z Downloaded topological-sort v0.2.2
11622024-01-30T04:15:39.835Z Downloaded anyhow v1.0.75
11632024-01-30T04:15:39.838Z Downloaded addr2line v0.21.0
11642024-01-30T04:15:39.841Z Downloaded native-tls v0.2.11
11652024-01-30T04:15:39.848Z Downloaded hex-literal v0.4.1
11662024-01-30T04:15:39.848Z Downloaded getopts v0.2.21
11672024-01-30T04:15:39.851Z Downloaded omicron-zone-package v0.10.1
11682024-01-30T04:15:39.853Z Downloaded textwrap v0.11.0
11692024-01-30T04:15:39.857Z Downloaded strum_macros v0.25.2
11702024-01-30T04:15:39.861Z Downloaded nibble_vec v0.1.0
11712024-01-30T04:15:39.861Z Downloaded mime v0.3.17
11722024-01-30T04:15:39.862Z Downloaded dirs-sys v0.4.1
11732024-01-30T04:15:39.865Z Downloaded byteorder v1.5.0
11742024-01-30T04:15:39.870Z Downloaded bit-vec v0.6.3
11752024-01-30T04:15:39.871Z Downloaded bit-set v0.5.3
11762024-01-30T04:15:39.877Z Downloaded anstream v0.5.0
11772024-01-30T04:15:39.878Z Downloaded num_enum_derive v0.5.11
11782024-01-30T04:15:39.878Z Downloaded deranged v0.3.8
11792024-01-30T04:15:39.881Z Downloaded cipher v0.4.4
11802024-01-30T04:15:39.881Z Downloaded anstyle-query v1.0.0
11812024-01-30T04:15:39.881Z Downloaded async-trait v0.1.77
11822024-01-30T04:15:39.885Z Downloaded md-5 v0.10.5
11832024-01-30T04:15:39.888Z Downloaded macaddr v1.0.1
11842024-01-30T04:15:39.892Z Downloaded newtype_derive v0.1.6
11852024-01-30T04:15:39.892Z Downloaded usdt-macro v0.3.5
11862024-01-30T04:15:39.896Z Downloaded autocfg v1.1.0
11872024-01-30T04:15:39.896Z Downloaded atomic-waker v1.1.1
11882024-01-30T04:15:39.899Z Downloaded tower-service v0.3.2
11892024-01-30T04:15:39.899Z Downloaded mime_guess v2.0.4
11902024-01-30T04:15:39.902Z Downloaded dirs v5.0.1
11912024-01-30T04:15:39.902Z Downloaded base64ct v1.6.0
11922024-01-30T04:15:39.906Z Downloaded allocator-api2 v0.2.16
11932024-01-30T04:15:39.911Z Downloaded try-lock v0.2.4
11942024-01-30T04:15:39.921Z Downloaded toolchain_find v0.2.0
11952024-01-30T04:15:39.921Z Downloaded ciborium-ll v0.2.2
11962024-01-30T04:15:39.921Z Downloaded aead v0.5.2
11972024-01-30T04:15:39.924Z Downloaded base16ct v0.2.0
11982024-01-30T04:15:39.925Z Downloaded option-ext v0.2.0
11992024-01-30T04:15:39.925Z Downloaded cfg-if v1.0.0
12002024-01-30T04:15:39.925Z Downloaded swrite v0.1.0
12012024-01-30T04:15:39.928Z Downloaded blake2 v0.10.6
12022024-01-30T04:15:39.933Z Downloaded headers-core v0.2.0
12032024-01-30T04:15:39.933Z Downloaded synstructure v0.12.6
12042024-01-30T04:15:39.933Z Downloaded primeorder v0.13.6
12052024-01-30T04:15:39.936Z Downloaded parse-display-derive v0.8.2
12062024-01-30T04:15:39.937Z Downloaded percent-encoding v2.3.1
12072024-01-30T04:15:39.937Z Downloaded parking_lot v0.12.1
12082024-01-30T04:15:39.940Z Downloaded parse-display v0.8.2
12092024-01-30T04:15:39.943Z Downloaded curve25519-dalek-derive v0.1.0
12102024-01-30T04:15:39.943Z Downloaded cstr-argument v0.1.2
12112024-01-30T04:15:39.946Z Downloaded parking_lot v0.11.2
12122024-01-30T04:15:39.949Z Downloaded ciborium-io v0.2.2
12132024-01-30T04:15:39.949Z Downloaded anstyle v1.0.2
12142024-01-30T04:15:39.954Z Downloaded quick-error v1.2.3
12152024-01-30T04:15:39.959Z Downloaded darling_macro v0.20.3
12162024-01-30T04:15:39.959Z Downloaded num-rational v0.4.1
12172024-01-30T04:15:39.959Z Downloaded digest v0.10.7
12182024-01-30T04:15:39.962Z Downloaded ctr v0.9.2
12192024-01-30T04:15:39.980Z Downloaded pest_generator v2.7.6
12202024-01-30T04:15:39.980Z Downloaded pem v3.0.2
12212024-01-30T04:15:39.989Z Downloaded dirs-next v2.0.0
12222024-01-30T04:15:39.990Z Downloaded blowfish v0.9.1
12232024-01-30T04:15:39.993Z Downloaded bitflags v1.3.2
12242024-01-30T04:15:39.993Z Downloaded async-stream v0.3.5
12252024-01-30T04:15:39.993Z Downloaded pest_derive v2.7.6
12262024-01-30T04:15:39.993Z Downloaded chacha20poly1305 v0.10.1
12272024-01-30T04:15:39.993Z Downloaded bzip2 v0.4.4
12282024-01-30T04:15:39.993Z Downloaded block-buffer v0.10.4
12292024-01-30T04:15:39.993Z Downloaded atty v0.2.14
12302024-01-30T04:15:39.993Z Downloaded crypto-bigint v0.5.2
12312024-01-30T04:15:40.001Z Downloaded pbkdf2 v0.11.0
12322024-01-30T04:15:40.005Z Downloaded bcrypt-pbkdf v0.10.0
12332024-01-30T04:15:40.008Z Downloaded atomicwrites v0.4.3
12342024-01-30T04:15:40.008Z Downloaded proc-macro-error-attr v1.0.4
12352024-01-30T04:15:40.011Z Downloaded crossbeam-epoch v0.9.15
12362024-01-30T04:15:40.014Z Downloaded crc32fast v1.3.2
12372024-01-30T04:15:40.017Z Downloaded clap v4.4.3
12382024-01-30T04:15:40.031Z Downloaded num_cpus v1.16.0
12392024-01-30T04:15:40.036Z Downloaded console v0.15.8
12402024-01-30T04:15:40.040Z Downloaded chacha20 v0.9.1
12412024-01-30T04:15:40.043Z Downloaded lru-cache v0.1.2
12422024-01-30T04:15:40.046Z Downloaded log v0.4.20
12432024-01-30T04:15:40.049Z Downloaded lock_api v0.4.10
12442024-01-30T04:15:40.052Z Downloaded darling v0.20.3
12452024-01-30T04:15:40.056Z Downloaded colored v2.0.4
12462024-01-30T04:15:40.060Z Downloaded libefi-sys v0.1.0
12472024-01-30T04:15:40.064Z Downloaded convert_case v0.4.0
12482024-01-30T04:15:40.070Z Downloaded openssl-macros v0.1.1
12492024-01-30T04:15:40.070Z Downloaded data-encoding v2.4.0
12502024-01-30T04:15:40.070Z Downloaded cpufeatures v0.2.12
12512024-01-30T04:15:40.073Z Downloaded debug-ignore v1.0.5
12522024-01-30T04:15:40.073Z Downloaded cobs v0.2.3
12532024-01-30T04:15:40.476Z Compiling proc-macro2 v1.0.78
12542024-01-30T04:15:40.476Z Compiling unicode-ident v1.0.12
12552024-01-30T04:15:40.487Z Compiling libc v0.2.152
12562024-01-30T04:15:40.487Z Compiling serde v1.0.195
12572024-01-30T04:15:40.487Z Compiling version_check v0.9.4
12582024-01-30T04:15:40.487Z Compiling autocfg v1.1.0
12592024-01-30T04:15:40.500Z Compiling cfg-if v1.0.0
12602024-01-30T04:15:40.730Z Compiling once_cell v1.19.0
12612024-01-30T04:15:40.750Z Compiling syn v1.0.109
12622024-01-30T04:15:40.857Z Compiling thiserror v1.0.56
12632024-01-30T04:15:41.346Z Compiling memchr v2.6.3
12642024-01-30T04:15:41.845Z Compiling byteorder v1.5.0
12652024-01-30T04:15:41.944Z Compiling lock_api v0.4.10
12662024-01-30T04:15:42.299Z Compiling typenum v1.16.0
12672024-01-30T04:15:42.419Z Compiling ahash v0.8.6
12682024-01-30T04:15:42.503Z Compiling parking_lot_core v0.9.8
12692024-01-30T04:15:42.721Z Compiling generic-array v0.14.7
12702024-01-30T04:15:43.091Z Compiling libm v0.2.7
12712024-01-30T04:15:43.253Z Compiling num-traits v0.2.16
12722024-01-30T04:15:43.305Z Compiling serde_json v1.0.113
12732024-01-30T04:15:43.670Z Compiling itoa v1.0.9
12742024-01-30T04:15:43.773Z Compiling quote v1.0.35
12752024-01-30T04:15:44.338Z Compiling syn v2.0.48
12762024-01-30T04:15:44.882Z Compiling getrandom v0.2.10
12772024-01-30T04:15:44.947Z Compiling cc v1.0.83
12782024-01-30T04:15:45.209Z Compiling rand_core v0.6.4
12792024-01-30T04:15:45.299Z Compiling slab v0.4.9
12802024-01-30T04:15:45.644Z Compiling log v0.4.20
12812024-01-30T04:15:46.012Z Compiling scopeguard v1.2.0
12822024-01-30T04:15:46.305Z Compiling ryu v1.0.15
12832024-01-30T04:15:47.062Z Compiling pkg-config v0.3.27
12842024-01-30T04:15:47.131Z Compiling allocator-api2 v0.2.16
12852024-01-30T04:15:47.159Z Compiling equivalent v1.0.1
12862024-01-30T04:15:47.193Z Compiling heck v0.4.1
12872024-01-30T04:15:47.311Z Compiling smallvec v1.11.2
12882024-01-30T04:15:47.943Z Compiling subtle v2.5.0
12892024-01-30T04:15:47.968Z Compiling schemars v0.8.16
12902024-01-30T04:15:48.873Z Compiling vcpkg v0.2.15
12912024-01-30T04:15:49.286Z Compiling pin-project-lite v0.2.13
12922024-01-30T04:15:49.575Z Compiling httparse v1.8.0
12932024-01-30T04:15:49.936Z Compiling ucd-trie v0.1.6
12942024-01-30T04:15:50.045Z Compiling ring v0.17.7
12952024-01-30T04:15:50.580Z Compiling parking_lot v0.12.1
12962024-01-30T04:15:50.889Z Compiling ring v0.16.20
12972024-01-30T04:15:50.916Z Compiling signal-hook-registry v1.4.1
12982024-01-30T04:15:51.987Z Compiling fnv v1.0.7
12992024-01-30T04:15:52.240Z Compiling mio v0.8.9
13002024-01-30T04:15:52.631Z Compiling openssl-sys v0.9.96
13012024-01-30T04:15:52.875Z Compiling iana-time-zone v0.1.57
13022024-01-30T04:15:53.475Z Compiling openssl v0.10.60
13032024-01-30T04:15:53.536Z Compiling semver v1.0.21
13042024-01-30T04:15:54.061Z Compiling const-oid v0.9.5
13052024-01-30T04:15:54.277Z Compiling socket2 v0.5.5
13062024-01-30T04:15:54.303Z Compiling num_cpus v1.16.0
13072024-01-30T04:15:54.507Z Compiling rustls v0.21.9
13082024-01-30T04:15:54.662Z Compiling native-tls v0.2.11
13092024-01-30T04:15:55.602Z Compiling dyn-clone v1.0.13
13102024-01-30T04:15:55.684Z Compiling futures-core v0.3.30
13112024-01-30T04:15:55.831Z Compiling serde_derive_internals v0.26.0
13122024-01-30T04:15:56.567Z Compiling aho-corasick v1.0.4
13132024-01-30T04:15:57.326Z Compiling regex-syntax v0.8.2
13142024-01-30T04:15:57.573Z Compiling spin v0.5.2
13152024-01-30T04:15:57.797Z Compiling async-trait v0.1.77
13162024-01-30T04:15:58.642Z Compiling futures-sink v0.3.30
13172024-01-30T04:15:58.891Z Compiling backtrace v0.3.69
13182024-01-30T04:15:59.437Z Compiling tinyvec_macros v0.1.1
13192024-01-30T04:15:59.475Z Compiling rustix v0.38.30
13202024-01-30T04:15:59.546Z Compiling tinyvec v1.6.0
13212024-01-30T04:16:00.431Z Compiling futures-channel v0.3.30
13222024-01-30T04:16:01.079Z Compiling futures-io v0.3.30
13232024-01-30T04:16:01.232Z Compiling futures-task v0.3.30
13242024-01-30T04:16:01.448Z Compiling winnow v0.5.15
13252024-01-30T04:16:01.586Z Compiling pin-utils v0.1.0
13262024-01-30T04:16:02.176Z Compiling unicode-normalization v0.1.22
13272024-01-30T04:16:02.209Z Compiling spin v0.9.8
13282024-01-30T04:16:02.596Z Compiling tracing-core v0.1.31
13292024-01-30T04:16:02.767Z Compiling unicode-width v0.1.11
13302024-01-30T04:16:03.007Z Compiling unicode-bidi v0.3.13
13312024-01-30T04:16:04.043Z Compiling regex-automata v0.4.4
13322024-01-30T04:16:04.259Z Compiling cpufeatures v0.2.12
13332024-01-30T04:16:04.404Z Compiling anyhow v1.0.75
13342024-01-30T04:16:05.687Z Compiling crc32fast v1.3.2
13352024-01-30T04:16:07.195Z Compiling slog v2.7.0
13362024-01-30T04:16:07.489Z Compiling time-core v0.1.1
13372024-01-30T04:16:07.733Z Compiling time-macros v0.2.13
13382024-01-30T04:16:08.523Z Compiling schemars_derive v0.8.16
13392024-01-30T04:16:08.830Z Compiling serde_derive v1.0.195
13402024-01-30T04:16:08.865Z Compiling zerocopy-derive v0.7.32
13412024-01-30T04:16:11.070Z Compiling zeroize_derive v1.4.2
13422024-01-30T04:16:11.155Z Compiling thiserror-impl v1.0.56
13432024-01-30T04:16:12.740Z Compiling tokio-macros v2.2.0
13442024-01-30T04:16:13.078Z Compiling zerocopy v0.7.32
13452024-01-30T04:16:13.486Z Compiling futures-macro v0.3.30
13462024-01-30T04:16:13.842Z Compiling zeroize v1.7.0
13472024-01-30T04:16:14.234Z Compiling tracing-attributes v0.1.26
13482024-01-30T04:16:16.691Z Compiling hashbrown v0.14.2
13492024-01-30T04:16:16.880Z Compiling crypto-common v0.1.6
13502024-01-30T04:16:17.018Z Compiling pest v2.7.6
13512024-01-30T04:16:17.210Z Compiling openssl-macros v0.1.1
13522024-01-30T04:16:17.291Z Compiling block-buffer v0.10.4
13532024-01-30T04:16:17.707Z Compiling digest v0.10.7
13542024-01-30T04:16:18.414Z Compiling hashbrown v0.13.2
13552024-01-30T04:16:18.439Z Compiling regex v1.10.3
13562024-01-30T04:16:19.449Z Compiling futures-util v0.3.30
13572024-01-30T04:16:20.263Z Compiling der_derive v0.7.2
13582024-01-30T04:16:20.861Z Compiling tracing v0.1.37
13592024-01-30T04:16:21.712Z Compiling pest_meta v2.7.6
13602024-01-30T04:16:22.740Z Compiling num-integer v0.1.45
13612024-01-30T04:16:23.185Z Compiling foreign-types-shared v0.1.1
13622024-01-30T04:16:23.341Z Compiling untrusted v0.7.1
13632024-01-30T04:16:23.941Z Compiling pest_generator v2.7.6
13642024-01-30T04:16:24.184Z Compiling percent-encoding v2.3.1
13652024-01-30T04:16:25.134Z Compiling untrusted v0.9.0
13662024-01-30T04:16:28.091Z Compiling foreign-types v0.3.2
13672024-01-30T04:16:29.691Z Compiling errno v0.3.8
13682024-01-30T04:16:29.867Z Compiling try-lock v0.2.4
13692024-01-30T04:16:30.027Z Compiling unicode-xid v0.2.4
13702024-01-30T04:16:30.083Z Compiling ppv-lite86 v0.2.17
13712024-01-30T04:16:30.290Z Compiling base64 v0.21.7
13722024-01-30T04:16:30.572Z Compiling pest_derive v2.7.6
13732024-01-30T04:16:31.341Z Compiling sct v0.7.0
13742024-01-30T04:16:31.439Z Compiling synstructure v0.12.6
13752024-01-30T04:16:31.554Z Compiling want v0.3.1
13762024-01-30T04:16:31.866Z Compiling rustls-webpki v0.101.7
13772024-01-30T04:16:31.986Z Compiling form_urlencoded v1.2.1
13782024-01-30T04:16:32.490Z Compiling scroll_derive v0.12.0
13792024-01-30T04:16:33.643Z Compiling bytes v1.5.0
13802024-01-30T04:16:33.741Z Compiling indexmap v2.1.0
13812024-01-30T04:16:33.782Z Compiling uuid v1.7.0
13822024-01-30T04:16:34.574Z Compiling chrono v0.4.31
13832024-01-30T04:16:35.032Z Compiling http v0.2.11
13842024-01-30T04:16:35.733Z Compiling tokio v1.35.1
13852024-01-30T04:16:36.417Z Compiling serde_spanned v0.6.4
13862024-01-30T04:16:36.822Z Compiling bitflags v2.4.0
13872024-01-30T04:16:37.049Z Compiling toml_datetime v0.6.5
13882024-01-30T04:16:37.459Z Compiling toml_edit v0.19.15
13892024-01-30T04:16:37.754Z Compiling openapiv3 v2.0.0
13902024-01-30T04:16:39.327Z Compiling rustc_version v0.4.0
13912024-01-30T04:16:43.428Z Compiling serde_tokenstream v0.2.0
13922024-01-30T04:16:43.697Z Compiling http-body v0.4.5
13932024-01-30T04:16:44.371Z Compiling socket2 v0.4.9
13942024-01-30T04:16:45.780Z Compiling openssl-probe v0.1.5
13952024-01-30T04:16:46.830Z Compiling httpdate v1.0.3
13962024-01-30T04:16:46.930Z Compiling tower-service v0.3.2
13972024-01-30T04:16:47.110Z Compiling io-lifetimes v1.0.11
13982024-01-30T04:16:48.004Z Compiling zerocopy-derive v0.2.0
13992024-01-30T04:16:49.630Z Compiling tokio-util v0.7.10
14002024-01-30T04:16:51.059Z Compiling idna v0.5.0
14012024-01-30T04:16:51.364Z Compiling lazy_static v1.4.0
14022024-01-30T04:16:51.539Z Compiling h2 v0.3.24
14032024-01-30T04:16:52.237Z Compiling thread-id v4.2.0
14042024-01-30T04:16:52.404Z Compiling crossbeam-utils v0.8.16
14052024-01-30T04:16:53.193Z Compiling adler v1.0.2
14062024-01-30T04:16:53.546Z Compiling miniz_oxide v0.7.1
14072024-01-30T04:16:53.821Z Compiling url v2.5.0
14082024-01-30T04:16:56.593Z Compiling tokio-rustls v0.24.1
14092024-01-30T04:16:57.113Z Compiling tokio-native-tls v0.3.1
14102024-01-30T04:16:57.217Z Compiling rand_chacha v0.3.1
14112024-01-30T04:16:57.509Z Compiling ipnet v2.9.0
14122024-01-30T04:16:57.820Z Compiling rustix v0.37.23
14132024-01-30T04:16:58.735Z Compiling rand v0.8.5
14142024-01-30T04:16:58.803Z Compiling serde_urlencoded v0.7.1
14152024-01-30T04:16:59.625Z Compiling rustls-pemfile v1.0.3
14162024-01-30T04:17:00.248Z Compiling usdt-impl v0.3.5
14172024-01-30T04:17:00.273Z Compiling encoding_rs v0.8.33
14182024-01-30T04:17:00.447Z Compiling webpki-roots v0.25.2
14192024-01-30T04:17:00.760Z Compiling gimli v0.28.0
14202024-01-30T04:17:00.977Z Compiling mime v0.3.17
14212024-01-30T04:17:03.021Z Compiling hyper v0.14.27
14222024-01-30T04:17:04.192Z Compiling regress v0.7.1
14232024-01-30T04:17:04.678Z Compiling object v0.32.1
14242024-01-30T04:17:06.830Z Compiling num-bigint v0.4.4
14252024-01-30T04:17:08.145Z Compiling addr2line v0.21.0
14262024-01-30T04:17:08.169Z Compiling usdt-impl v0.5.0
14272024-01-30T04:17:08.350Z Compiling rustc-demangle v0.1.23
14282024-01-30T04:17:09.569Z Compiling flate2 v1.0.28
14292024-01-30T04:17:09.885Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14302024-01-30T04:17:10.001Z Compiling zerocopy v0.3.0
14312024-01-30T04:17:10.475Z Compiling heapless v0.7.16
14322024-01-30T04:17:11.132Z Compiling scroll v0.12.0
14332024-01-30T04:17:11.306Z Compiling bzip2-sys v0.1.11+1.0.8
14342024-01-30T04:17:11.518Z Compiling plain v0.2.3
14352024-01-30T04:17:11.771Z Compiling rustversion v1.0.14
14362024-01-30T04:17:12.038Z Compiling signal-hook v0.3.17
14372024-01-30T04:17:12.930Z Compiling goblin v0.8.0
14382024-01-30T04:17:13.673Z Compiling dof v0.1.5
14392024-01-30T04:17:14.529Z Compiling hyper-tls v0.5.0
14402024-01-30T04:17:15.055Z Compiling hyper-rustls v0.24.2
14412024-01-30T04:17:15.578Z Compiling reqwest v0.11.22
14422024-01-30T04:17:16.298Z Compiling toml v0.7.8
14432024-01-30T04:17:18.611Z Compiling toml_edit v0.21.0
14442024-01-30T04:17:19.222Z Compiling hex v0.4.3
14452024-01-30T04:17:19.778Z Compiling dtrace-parser v0.1.14
14462024-01-30T04:17:20.205Z Compiling memoffset v0.9.0
14472024-01-30T04:17:20.208Z Compiling base64ct v1.6.0
14482024-01-30T04:17:20.676Z Compiling strsim v0.10.0
14492024-01-30T04:17:21.283Z Compiling camino v1.1.6
14502024-01-30T04:17:21.447Z Compiling pretty-hex v0.4.1
14512024-01-30T04:17:22.229Z Compiling dof v0.3.0
14522024-01-30T04:17:25.388Z Compiling serde_tokenstream v0.1.7
14532024-01-30T04:17:26.023Z Compiling dtrace-parser v0.2.0
14542024-01-30T04:17:27.415Z Compiling bitflags v1.3.2
14552024-01-30T04:17:27.562Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14562024-01-30T04:17:27.919Z Compiling smoltcp v0.9.1
14572024-01-30T04:17:28.066Z Compiling pem-rfc7468 v0.7.0
14582024-01-30T04:17:28.820Z Compiling strum_macros v0.25.2
14592024-01-30T04:17:29.293Z Compiling hmac v0.12.1
14602024-01-30T04:17:29.665Z Compiling enum-as-inner v0.5.1
14612024-01-30T04:17:29.918Z Compiling crossbeam-epoch v0.9.15
14622024-01-30T04:17:30.441Z Compiling num-iter v0.1.43
14632024-01-30T04:17:30.625Z Compiling siphasher v0.3.11
14642024-01-30T04:17:31.369Z Compiling unicode-segmentation v1.10.1
14652024-01-30T04:17:31.583Z Compiling flagset v0.4.3
14662024-01-30T04:17:31.908Z Compiling der v0.7.8
14672024-01-30T04:17:31.985Z Compiling usdt-attr-macro v0.3.5
14682024-01-30T04:17:32.103Z Compiling usdt-macro v0.3.5
14692024-01-30T04:17:34.095Z Compiling zerocopy-derive v0.6.4
14702024-01-30T04:17:34.265Z Compiling hubpack_derive v0.1.1
14712024-01-30T04:17:36.576Z Compiling anstyle v1.0.2
14722024-01-30T04:17:36.705Z Compiling utf8parse v0.2.1
14732024-01-30T04:17:36.952Z Compiling deranged v0.3.8
14742024-01-30T04:17:37.763Z Compiling num_threads v0.1.6
14752024-01-30T04:17:37.952Z Compiling sha2 v0.10.8
14762024-01-30T04:17:37.955Z Compiling anstyle-parse v0.2.1
14772024-01-30T04:17:38.661Z Compiling spki v0.7.2
14782024-01-30T04:17:39.930Z Compiling time v0.3.27
14792024-01-30T04:17:41.488Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14802024-01-30T04:17:43.078Z Compiling md-5 v0.10.5
14812024-01-30T04:17:43.235Z Compiling block-padding v0.3.3
14822024-01-30T04:17:43.639Z Compiling clap_derive v4.4.2
14832024-01-30T04:17:44.121Z Compiling stringprep v0.1.3
14842024-01-30T04:17:44.440Z Compiling getopts v0.2.21
14852024-01-30T04:17:45.777Z Compiling diesel_table_macro_syntax v0.1.0
14862024-01-30T04:17:46.453Z Compiling hash32 v0.2.1
14872024-01-30T04:17:47.051Z Compiling stable_deref_trait v1.2.0
14882024-01-30T04:17:49.082Z Compiling anstyle-query v1.0.0
14892024-01-30T04:17:49.279Z Compiling colorchoice v1.0.0
14902024-01-30T04:17:49.511Z Compiling fallible-iterator v0.2.0
14912024-01-30T04:17:50.009Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14922024-01-30T04:17:50.168Z Compiling anstream v0.5.0
14932024-01-30T04:17:50.694Z Compiling postgres-protocol v0.6.6
14942024-01-30T04:17:51.277Z Compiling diesel_derives v2.1.2
14952024-01-30T04:17:52.187Z Compiling inout v0.1.3
14962024-01-30T04:17:52.814Z Compiling terminal_size v0.2.6
14972024-01-30T04:17:53.549Z Compiling pkcs8 v0.10.2
14982024-01-30T04:17:53.955Z Compiling phf_shared v0.11.2
14992024-01-30T04:17:56.454Z Compiling ff v0.13.0
15002024-01-30T04:17:57.220Z Compiling serde_repr v0.1.16
15012024-01-30T04:17:57.909Z Compiling scheduled-thread-pool v0.2.7
15022024-01-30T04:17:58.878Z Compiling managed v0.8.0
15032024-01-30T04:17:59.617Z Compiling regex-automata v0.1.10
15042024-01-30T04:17:59.642Z Compiling unsafe-libyaml v0.2.10
15052024-01-30T04:18:00.387Z Compiling bit-vec v0.6.3
15062024-01-30T04:18:01.043Z Compiling base16ct v0.2.0
15072024-01-30T04:18:01.127Z Compiling matches v0.1.10
15082024-01-30T04:18:01.264Z Compiling clap_lex v0.5.1
15092024-01-30T04:18:01.573Z Compiling sec1 v0.7.3
15102024-01-30T04:18:02.088Z Compiling serde_yaml v0.9.25
15112024-01-30T04:18:03.568Z Compiling clap_builder v4.4.2
15122024-01-30T04:18:04.786Z Compiling idna v0.2.3
15132024-01-30T04:18:07.531Z Compiling bstr v0.2.17
15142024-01-30T04:18:09.154Z Compiling r2d2 v0.8.10
15152024-01-30T04:18:09.963Z Compiling group v0.13.0
15162024-01-30T04:18:12.073Z Compiling phf v0.11.2
15172024-01-30T04:18:12.175Z Compiling signal-hook-mio v0.2.3
15182024-01-30T04:18:12.409Z Compiling bzip2 v0.4.4
15192024-01-30T04:18:12.522Z Compiling cipher v0.4.4
15202024-01-30T04:18:12.623Z Compiling postgres-types v0.2.6
15212024-01-30T04:18:12.726Z Compiling zerocopy v0.6.4
15222024-01-30T04:18:13.022Z Compiling hubpack v0.1.2
15232024-01-30T04:18:13.320Z Compiling phf_shared v0.10.0
15242024-01-30T04:18:13.972Z Compiling hkdf v0.12.4
15252024-01-30T04:18:14.138Z Compiling crypto-bigint v0.5.2
15262024-01-30T04:18:14.212Z Compiling ipnetwork v0.20.0
15272024-01-30T04:18:14.358Z Compiling futures-executor v0.3.30
15282024-01-30T04:18:15.391Z Compiling float-cmp v0.9.0
15292024-01-30T04:18:15.750Z Compiling fixedbitset v0.4.2
15302024-01-30T04:18:16.492Z Compiling minimal-lexical v0.2.1
15312024-01-30T04:18:17.064Z Compiling normalize-line-endings v0.3.0
15322024-01-30T04:18:18.256Z Compiling whoami v1.4.1
15332024-01-30T04:18:18.703Z Compiling new_debug_unreachable v1.0.4
15342024-01-30T04:18:18.840Z Compiling regex-automata v0.3.8
15352024-01-30T04:18:19.253Z Compiling either v1.9.0
15362024-01-30T04:18:19.795Z Compiling precomputed-hash v0.1.1
15372024-01-30T04:18:19.925Z Compiling difflib v0.4.0
15382024-01-30T04:18:19.925Z Compiling data-encoding v2.4.0
15392024-01-30T04:18:19.971Z Compiling static_assertions v1.1.0
15402024-01-30T04:18:20.120Z Compiling predicates-core v1.0.6
15412024-01-30T04:18:22.709Z Compiling bstr v1.6.0
15422024-01-30T04:18:23.036Z Compiling trust-dns-proto v0.22.0
15432024-01-30T04:18:23.769Z Compiling predicates v3.1.0
15442024-01-30T04:18:24.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15452024-01-30T04:18:25.306Z Compiling string_cache v0.8.7
15462024-01-30T04:18:25.813Z Compiling itertools v0.10.5
15472024-01-30T04:18:25.841Z Compiling diesel v2.1.4
15482024-01-30T04:18:25.841Z Compiling tokio-postgres v0.7.10
15492024-01-30T04:18:26.553Z Compiling elliptic-curve v0.13.8
15502024-01-30T04:18:27.781Z Compiling nom v7.1.3
15512024-01-30T04:18:30.048Z Compiling petgraph v0.6.4
15522024-01-30T04:18:30.358Z Compiling yasna v0.5.2
15532024-01-30T04:18:32.387Z Compiling futures v0.3.30
15542024-01-30T04:18:33.879Z Compiling zip v0.6.6
15552024-01-30T04:18:33.964Z Compiling crossterm v0.27.0
15562024-01-30T04:18:34.868Z Compiling clap v4.4.3
15572024-01-30T04:18:34.997Z Compiling similar v2.3.0
15582024-01-30T04:18:35.999Z Compiling bit-set v0.5.3
15592024-01-30T04:18:36.067Z Compiling usdt v0.3.5
15602024-01-30T04:18:36.458Z Compiling console v0.15.8
15612024-01-30T04:18:36.516Z Compiling tokio-stream v0.1.14
15622024-01-30T04:18:38.895Z Compiling lalrpop-util v0.19.12
15632024-01-30T04:18:45.078Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15642024-01-30T04:18:58.002Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15652024-01-30T04:19:28.748Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15662024-01-30T04:19:42.158Z Compiling sha1 v0.10.6
15672024-01-30T04:19:42.814Z Compiling atty v0.2.14
15682024-01-30T04:19:43.014Z Compiling match_cfg v0.1.0
15692024-01-30T04:19:43.153Z Compiling hostname v0.3.1
15702024-01-30T04:19:43.305Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15712024-01-30T04:19:43.525Z Compiling dirs-sys-next v0.1.2
15722024-01-30T04:19:43.928Z Compiling rustls-pki-types v1.1.0
15732024-01-30T04:19:44.128Z Compiling ident_case v1.0.1
15742024-01-30T04:19:44.399Z Compiling darling_core v0.20.3
15752024-01-30T04:19:44.530Z Compiling dirs-next v2.0.0
15762024-01-30T04:19:45.155Z Compiling thread_local v1.1.7
15772024-01-30T04:19:45.299Z Compiling slog-async v2.8.0
15782024-01-30T04:19:46.052Z Compiling rustls v0.22.2
15792024-01-30T04:19:46.350Z Compiling term v0.7.0
15802024-01-30T04:19:46.519Z Compiling rustls-webpki v0.102.1
15812024-01-30T04:19:46.713Z Compiling crossbeam-channel v0.5.8
15822024-01-30T04:19:46.842Z Compiling multer v3.0.0
15832024-01-30T04:19:47.293Z Compiling instant v0.1.12
15842024-01-30T04:19:47.506Z Compiling take_mut v0.2.2
15852024-01-30T04:19:47.738Z Compiling paste v1.0.14
15862024-01-30T04:19:48.721Z Compiling slog-term v2.9.0
15872024-01-30T04:19:48.932Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15882024-01-30T04:19:49.260Z Compiling slog-json v2.6.1
15892024-01-30T04:19:49.856Z Compiling http v1.0.0
15902024-01-30T04:19:50.091Z Compiling async-stream-impl v0.3.5
15912024-01-30T04:19:50.269Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15922024-01-30T04:19:50.734Z Compiling atomic-waker v1.1.1
15932024-01-30T04:19:50.797Z Compiling debug-ignore v1.0.5
15942024-01-30T04:19:51.007Z Compiling waitgroup v0.1.2
15952024-01-30T04:19:51.129Z Compiling slog-bunyan v2.5.0
15962024-01-30T04:19:51.437Z Compiling rustls-pemfile v2.0.0
15972024-01-30T04:19:52.179Z Compiling toml v0.8.8
15982024-01-30T04:19:52.459Z Compiling async-stream v0.3.5
15992024-01-30T04:19:53.404Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16002024-01-30T04:19:54.121Z Compiling serde_path_to_error v0.1.15
16012024-01-30T04:19:54.647Z Compiling darling_macro v0.20.3
16022024-01-30T04:19:54.805Z Compiling structmeta-derive v0.2.0
16032024-01-30T04:19:55.095Z Compiling strum v0.25.0
16042024-01-30T04:19:55.358Z Compiling regex-syntax v0.7.5
16052024-01-30T04:19:55.509Z Compiling backoff v0.4.0
16062024-01-30T04:19:56.057Z Compiling tokio-rustls v0.25.0
16072024-01-30T04:19:56.287Z Compiling darling v0.20.3
16082024-01-30T04:19:56.508Z Compiling serde_with_macros v3.5.1
16092024-01-30T04:19:56.749Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16102024-01-30T04:19:57.946Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16112024-01-30T04:19:58.191Z Compiling macaddr v1.0.1
16122024-01-30T04:19:58.437Z Compiling proc-macro-error-attr v1.0.4
16132024-01-30T04:19:58.948Z Compiling proc-macro-crate v1.3.1
16142024-01-30T04:19:58.997Z Compiling proc-macro-error v1.0.4
16152024-01-30T04:19:59.465Z Compiling heapless v0.8.0
16162024-01-30T04:19:59.976Z Compiling structmeta v0.2.0
16172024-01-30T04:20:00.807Z Compiling num_enum_derive v0.5.11
16182024-01-30T04:20:00.888Z Compiling hash32 v0.3.1
16192024-01-30T04:20:01.278Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16202024-01-30T04:20:01.858Z Compiling serde_with v3.5.1
16212024-01-30T04:20:01.882Z Compiling smoltcp v0.11.0
16222024-01-30T04:20:03.535Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16232024-01-30T04:20:03.959Z Compiling fastrand v2.0.0
16242024-01-30T04:20:04.876Z Compiling cobs v0.2.3
16252024-01-30T04:20:04.900Z Compiling same-file v1.0.6
16262024-01-30T04:20:05.269Z Compiling embedded-io v0.4.0
16272024-01-30T04:20:05.375Z Compiling walkdir v2.4.0
16282024-01-30T04:20:05.527Z Compiling num_enum v0.5.11
16292024-01-30T04:20:05.624Z Compiling postcard v1.0.8
16302024-01-30T04:20:06.526Z Compiling tempfile v3.9.0
16312024-01-30T04:20:06.777Z Compiling semver-parser v0.10.2
16322024-01-30T04:20:07.044Z Compiling foreign-types-macros v0.2.3
16332024-01-30T04:20:07.191Z Compiling parse-display-derive v0.8.2
16342024-01-30T04:20:07.973Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16352024-01-30T04:20:08.432Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16362024-01-30T04:20:08.712Z Compiling crucible-workspace-hack v0.1.0
16372024-01-30T04:20:08.991Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16382024-01-30T04:20:09.131Z Compiling foreign-types-shared v0.3.1
16392024-01-30T04:20:09.304Z Compiling foreign-types v0.5.0
16402024-01-30T04:20:09.526Z Compiling semver v0.11.0
16412024-01-30T04:20:10.306Z Compiling is-terminal v0.4.9
16422024-01-30T04:20:10.450Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16432024-01-30T04:20:10.503Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16442024-01-30T04:20:10.847Z Compiling cstr-argument v0.1.2
16452024-01-30T04:20:11.179Z Compiling xattr v1.0.1
16462024-01-30T04:20:11.215Z Compiling filetime v0.2.23
16472024-01-30T04:20:11.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16482024-01-30T04:20:11.635Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16492024-01-30T04:20:11.719Z Compiling home v0.5.5
16502024-01-30T04:20:11.744Z Compiling pretty-hex v0.2.1
16512024-01-30T04:20:11.972Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16522024-01-30T04:20:12.027Z Compiling toolchain_find v0.2.0
16532024-01-30T04:20:12.083Z Compiling tar v0.4.40
16542024-01-30T04:20:12.159Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16552024-01-30T04:20:12.513Z Compiling colored v2.0.4
16562024-01-30T04:20:13.163Z Compiling toml v0.5.11
16572024-01-30T04:20:13.642Z Compiling platforms v3.0.2
16582024-01-30T04:20:13.720Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16592024-01-30T04:20:14.239Z Compiling topological-sort v0.2.2
16602024-01-30T04:20:14.440Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16612024-01-30T04:20:14.554Z Compiling omicron-zone-package v0.10.1
16622024-01-30T04:20:14.657Z Compiling parse-display v0.8.2
16632024-01-30T04:20:14.961Z Compiling camino-tempfile v1.1.1
16642024-01-30T04:20:15.220Z Compiling zone_cfg_derive v0.3.0
16652024-01-30T04:20:15.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16662024-01-30T04:20:15.621Z Compiling textwrap v0.11.0
16672024-01-30T04:20:16.229Z Compiling rustfmt-wrapper v0.2.0
16682024-01-30T04:20:16.526Z Compiling heck v0.3.3
16692024-01-30T04:20:17.302Z Compiling num-derive v0.4.0
16702024-01-30T04:20:17.719Z Compiling strsim v0.8.0
16712024-01-30T04:20:17.767Z Compiling libefi-sys v0.1.0
16722024-01-30T04:20:18.205Z Compiling ansi_term v0.12.1
16732024-01-30T04:20:18.757Z Compiling vec_map v0.8.2
16742024-01-30T04:20:19.109Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16752024-01-30T04:20:19.223Z Compiling clap v2.34.0
16762024-01-30T04:20:19.462Z Compiling zone v0.3.0
16772024-01-30T04:20:20.098Z Compiling structopt-derive v0.4.18
16782024-01-30T04:20:20.792Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16792024-01-30T04:20:21.225Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16802024-01-30T04:20:21.551Z Compiling smf v0.2.2
16812024-01-30T04:20:22.093Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16822024-01-30T04:20:22.516Z Compiling unicase v2.7.0
16832024-01-30T04:20:22.658Z Compiling semver v0.1.20
16842024-01-30T04:20:22.798Z Compiling curve25519-dalek v4.1.1
16852024-01-30T04:20:22.967Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16862024-01-30T04:20:23.679Z Compiling rustc_version v0.1.7
16872024-01-30T04:20:23.727Z Compiling universal-hash v0.5.1
16882024-01-30T04:20:23.807Z Compiling opaque-debug v0.3.0
16892024-01-30T04:20:23.945Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16902024-01-30T04:20:23.980Z Compiling curve25519-dalek-derive v0.1.0
16912024-01-30T04:20:24.019Z Compiling num-rational v0.4.1
16922024-01-30T04:20:24.045Z Compiling getrandom v0.1.16
16932024-01-30T04:20:24.457Z Compiling newtype_derive v0.1.6
16942024-01-30T04:20:24.784Z Compiling usdt-macro v0.5.0
16952024-01-30T04:20:24.865Z Compiling usdt-attr-macro v0.5.0
16962024-01-30T04:20:25.007Z Compiling password-hash v0.5.0
16972024-01-30T04:20:25.153Z Compiling signature v2.1.0
16982024-01-30T04:20:25.226Z Compiling structopt v0.3.26
16992024-01-30T04:20:25.531Z Compiling blake2 v0.10.6
17002024-01-30T04:20:26.300Z Compiling memmap v0.7.0
17012024-01-30T04:20:26.865Z Compiling quick-error v1.2.3
17022024-01-30T04:20:26.946Z Compiling linked-hash-map v0.5.6
17032024-01-30T04:20:27.093Z Compiling parking_lot_core v0.8.6
17042024-01-30T04:20:27.279Z Compiling resolv-conf v0.7.0
17052024-01-30T04:20:27.527Z Compiling lru-cache v0.1.2
17062024-01-30T04:20:27.622Z Compiling usdt v0.5.0
17072024-01-30T04:20:27.802Z Compiling argon2 v0.5.3
17082024-01-30T04:20:28.636Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17092024-01-30T04:20:28.679Z Compiling aead v0.5.2
17102024-01-30T04:20:29.041Z Compiling num-complex v0.4.4
17112024-01-30T04:20:29.193Z Compiling nibble_vec v0.1.0
17122024-01-30T04:20:29.505Z Compiling slog-dtrace v0.3.0
17132024-01-30T04:20:29.967Z Compiling utf-8 v0.7.6
17142024-01-30T04:20:30.486Z Compiling keccak v0.1.4
17152024-01-30T04:20:30.788Z Compiling arc-swap v1.6.0
17162024-01-30T04:20:31.342Z Compiling winapi v0.3.9
17172024-01-30T04:20:31.918Z Compiling endian-type v0.1.2
17182024-01-30T04:20:32.230Z Compiling cancel-safe-futures v0.1.5
17192024-01-30T04:20:32.264Z Compiling radix_trie v0.2.1
17202024-01-30T04:20:32.813Z Compiling slog-scope v4.4.0
17212024-01-30T04:20:33.126Z Compiling sha3 v0.10.8
17222024-01-30T04:20:33.246Z Compiling num v0.4.1
17232024-01-30T04:20:33.339Z Compiling tungstenite v0.20.1
17242024-01-30T04:20:33.496Z Compiling mime_guess v2.0.4
17252024-01-30T04:20:33.686Z Compiling steno v0.4.0
17262024-01-30T04:20:34.493Z Compiling rand_core v0.5.1
17272024-01-30T04:20:34.697Z Compiling trust-dns-resolver v0.22.0
17282024-01-30T04:20:35.647Z Compiling poly1305 v0.8.0
17292024-01-30T04:20:36.653Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17302024-01-30T04:20:37.062Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17312024-01-30T04:20:38.488Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17322024-01-30T04:20:38.599Z Compiling chacha20 v0.9.1
17332024-01-30T04:20:39.145Z Compiling rfc6979 v0.4.0
17342024-01-30T04:20:39.328Z Compiling secrecy v0.8.0
17352024-01-30T04:20:39.436Z Compiling thiserror-impl-no-std v2.0.2
17362024-01-30T04:20:39.710Z Compiling half v2.3.1
17372024-01-30T04:20:40.660Z Compiling convert_case v0.4.0
17382024-01-30T04:20:41.183Z Compiling option-ext v0.2.0
17392024-01-30T04:20:41.372Z Compiling ciborium-io v0.2.2
17402024-01-30T04:20:41.600Z Compiling ciborium-ll v0.2.2
17412024-01-30T04:20:42.241Z Compiling derive_more v0.99.17
17422024-01-30T04:20:42.303Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17432024-01-30T04:20:42.326Z Compiling dirs-sys v0.4.1
17442024-01-30T04:20:43.352Z Compiling ecdsa v0.16.9
17452024-01-30T04:20:44.925Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17462024-01-30T04:20:44.969Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17472024-01-30T04:20:45.427Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17482024-01-30T04:20:46.789Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17492024-01-30T04:20:47.388Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17502024-01-30T04:20:47.876Z Compiling thiserror-no-std v2.0.2
17512024-01-30T04:20:47.989Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17522024-01-30T04:20:48.144Z Compiling parking_lot v0.11.2
17532024-01-30T04:20:48.495Z Compiling tokio-tungstenite v0.20.1
17542024-01-30T04:20:48.663Z Compiling rand_chacha v0.2.2
17552024-01-30T04:20:49.827Z Compiling slog-stdlog v4.1.1
17562024-01-30T04:20:50.381Z Compiling trust-dns-client v0.22.0
17572024-01-30T04:20:51.040Z Compiling ed25519 v2.2.2
17582024-01-30T04:20:51.097Z Compiling polyval v0.6.1
17592024-01-30T04:20:51.301Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17602024-01-30T04:20:51.812Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17612024-01-30T04:20:51.836Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17622024-01-30T04:20:55.506Z Compiling primeorder v0.13.6
17632024-01-30T04:20:56.321Z Compiling blowfish v0.9.1
17642024-01-30T04:20:56.837Z Compiling ctr v0.9.2
17652024-01-30T04:20:57.079Z Compiling aes v0.8.3
17662024-01-30T04:20:57.392Z Compiling password-hash v0.4.2
17672024-01-30T04:20:58.945Z Compiling libsw v3.3.1
17682024-01-30T04:20:59.421Z Compiling pbkdf2 v0.12.2
17692024-01-30T04:20:59.678Z Compiling derive-where v1.2.7
17702024-01-30T04:21:02.157Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17712024-01-30T04:21:05.398Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17722024-01-30T04:21:05.987Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17732024-01-30T04:21:11.653Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17742024-01-30T04:21:14.420Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17752024-01-30T04:21:15.395Z Compiling fxhash v0.2.1
17762024-01-30T04:21:15.692Z Compiling swrite v0.1.0
17772024-01-30T04:21:15.717Z Compiling linear-map v1.2.0
17782024-01-30T04:21:15.887Z Compiling owo-colors v4.0.0
17792024-01-30T04:21:16.282Z Compiling sled v0.34.7
17802024-01-30T04:21:17.637Z Compiling trust-dns-server v0.22.1
17812024-01-30T04:21:17.803Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17822024-01-30T04:21:19.042Z Compiling bcrypt-pbkdf v0.10.0
17832024-01-30T04:21:19.092Z Compiling pbkdf2 v0.11.0
17842024-01-30T04:21:19.663Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17852024-01-30T04:21:19.985Z Compiling p256 v0.13.2
17862024-01-30T04:21:20.109Z Compiling ghash v0.5.0
17872024-01-30T04:21:20.324Z Compiling ed25519-dalek v2.0.0
17882024-01-30T04:21:20.382Z Compiling russh-cryptovec v0.7.0
17892024-01-30T04:21:20.840Z Compiling slog-envlogger v2.2.0
17902024-01-30T04:21:21.115Z Compiling rand v0.7.3
17912024-01-30T04:21:22.238Z Compiling vsss-rs v3.3.4
17922024-01-30T04:21:22.261Z Compiling dirs v5.0.1
17932024-01-30T04:21:22.554Z Compiling ciborium v0.2.2
17942024-01-30T04:21:23.338Z Compiling chacha20poly1305 v0.10.1
17952024-01-30T04:21:23.667Z Compiling cbc v0.1.2
17962024-01-30T04:21:24.042Z Compiling pem v3.0.2
17972024-01-30T04:21:25.047Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
17982024-01-30T04:21:25.301Z Compiling headers-core v0.2.0
17992024-01-30T04:21:25.539Z Compiling kstat-rs v0.2.3
18002024-01-30T04:21:26.027Z Compiling glob v0.3.1
18012024-01-30T04:21:26.196Z Compiling md5 v0.7.0
18022024-01-30T04:21:26.725Z Compiling http-range v0.1.5
18032024-01-30T04:21:27.029Z Compiling hyper-staticfile v0.9.5
18042024-01-30T04:21:27.212Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18052024-01-30T04:21:27.293Z Compiling russh-keys v0.40.1
18062024-01-30T04:21:27.759Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18072024-01-30T04:21:28.599Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18082024-01-30T04:21:31.864Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18092024-01-30T04:21:32.404Z Compiling headers v0.3.9
18102024-01-30T04:21:32.800Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18112024-01-30T04:21:35.582Z Compiling rcgen v0.12.1
18122024-01-30T04:21:35.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18132024-01-30T04:21:36.584Z Compiling aes-gcm v0.10.3
18142024-01-30T04:21:42.142Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18152024-01-30T04:21:42.444Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18162024-01-30T04:21:44.160Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18172024-01-30T04:21:47.360Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18182024-01-30T04:21:49.670Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18192024-01-30T04:21:50.070Z Compiling atomicwrites v0.4.3
18202024-01-30T04:21:50.266Z Compiling itertools v0.12.0
18212024-01-30T04:21:50.626Z Compiling subprocess v0.2.9
18222024-01-30T04:21:54.159Z Compiling hex-literal v0.4.1
18232024-01-30T04:21:54.337Z Compiling display-error-chain v0.2.0
18242024-01-30T04:21:54.382Z Compiling russh v0.40.2
18252024-01-30T04:21:54.594Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18262024-01-30T04:21:55.448Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18272024-01-30T04:22:07.768Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18282024-01-30T04:22:09.498Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18292024-01-30T04:22:41.557Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18302024-01-30T04:24:07.288Z Finished dev [unoptimized + debuginfo] target(s) in 8m 51s
18312024-01-30T04:24:07.640Z
18322024-01-30T04:24:07.640Zreal 8:51.496157183
18332024-01-30T04:24:07.643Zuser 47:51.419100426
18342024-01-30T04:24:07.643Zsys 7:19.295036744
18352024-01-30T04:24:07.643Ztrap 1.668191759
18362024-01-30T04:24:07.643Ztflt 3.262148623
18372024-01-30T04:24:07.643Zdflt 6.256721143
18382024-01-30T04:24:07.643Zkflt 0.016018964
18392024-01-30T04:24:07.643Zlock 1:32:11.498795039
18402024-01-30T04:24:07.643Zslp 2:17:20.606823808
18412024-01-30T04:24:07.643Zlat 1:56.071265866
18422024-01-30T04:24:07.643Zstop 4:33.695930569
18432024-01-30T04:24:07.643Z+ mkdir -p /work/end-to-end-tests
18442024-01-30T04:24:07.646Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18452024-01-30T04:24:08.454Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18462024-01-30T04:24:08.454Z+ ptime -m gzip
18472024-01-30T04:24:08.461Z++ basename target/debug/bootstrap
18482024-01-30T04:24:27.335Z
18492024-01-30T04:24:27.336Zreal 18.875986266
18502024-01-30T04:24:27.336Zuser 18.690534862
18512024-01-30T04:24:27.336Zsys 0.176271936
18522024-01-30T04:24:27.336Ztrap 0.004916228
18532024-01-30T04:24:27.340Ztflt 0.000000000
18542024-01-30T04:24:27.340Zdflt 0.000000000
18552024-01-30T04:24:27.340Zkflt 0.000000000
18562024-01-30T04:24:27.340Zlock 0.000000000
18572024-01-30T04:24:27.340Zslp 0.000000000
18582024-01-30T04:24:27.340Zlat 0.003919350
18592024-01-30T04:24:27.340Zstop 0.000227679
18602024-01-30T04:24:27.341Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18612024-01-30T04:24:27.341Z+ ptime -m gzip
18622024-01-30T04:24:27.341Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b134fea02678b611
18632024-01-30T04:24:29.202Z
18642024-01-30T04:24:29.202Zreal 1.859450673
18652024-01-30T04:24:29.202Zuser 1.841221625
18662024-01-30T04:24:29.202Zsys 0.017535709
18672024-01-30T04:24:29.202Ztrap 0.000183277
18682024-01-30T04:24:29.202Ztflt 0.000000000
18692024-01-30T04:24:29.208Zdflt 0.000000000
18702024-01-30T04:24:29.208Zkflt 0.000000000
18712024-01-30T04:24:29.208Zlock 0.000000000
18722024-01-30T04:24:29.208Zslp 0.000000000
18732024-01-30T04:24:29.208Zlat 0.000172428
18742024-01-30T04:24:29.209Zstop 0.000222318
18752024-01-30T04:24:29.209Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18762024-01-30T04:24:29.209Z+ ptime -m gzip
18772024-01-30T04:24:29.209Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6f063f75739db227
18782024-01-30T04:24:48.484Z
18792024-01-30T04:24:48.484Zreal 19.276139531
18802024-01-30T04:24:48.487Zuser 19.092308938
18812024-01-30T04:24:48.487Zsys 0.178901120
18822024-01-30T04:24:48.487Ztrap 0.003460777
18832024-01-30T04:24:48.488Ztflt 0.000000000
18842024-01-30T04:24:48.488Zdflt 0.000000000
18852024-01-30T04:24:48.488Zkflt 0.000000000
18862024-01-30T04:24:48.488Zlock 0.000000000
18872024-01-30T04:24:48.488Zslp 0.000000000
18882024-01-30T04:24:48.488Zlat 0.001131984
18892024-01-30T04:24:48.488Zstop 0.000221326
18902024-01-30T04:24:48.488Z+ banner caboose-util
18912024-01-30T04:24:48.491Z
18922024-01-30T04:24:48.491Z #### ## ##### #### #### #### ###### # # #####
18932024-01-30T04:24:48.491Z # # # # # # # # # # # # # # #
18942024-01-30T04:24:48.491Z # # # ##### # # # # #### ##### ##### # # #
18952024-01-30T04:24:48.491Z # ###### # # # # # # # # # # #
18962024-01-30T04:24:48.491Z # # # # # # # # # # # # # # # #
18972024-01-30T04:24:48.491Z #### # # ##### #### #### #### ###### #### #
18982024-01-30T04:24:48.491Z
18992024-01-30T04:24:48.491Z+ ptime -m cargo build --locked -p caboose-util --release
19002024-01-30T04:24:49.174Z Downloading crates ...
19012024-01-30T04:24:49.516Z Downloaded packed_struct_codegen v0.10.1
19022024-01-30T04:24:49.519Z Downloaded ron v0.8.1
19032024-01-30T04:24:49.529Z Downloaded nodrop v0.1.14
19042024-01-30T04:24:49.535Z Downloaded funty v2.0.0
19052024-01-30T04:24:49.538Z Downloaded packed_struct v0.10.1
19062024-01-30T04:24:49.538Z Downloaded tap v1.0.1
19072024-01-30T04:24:49.538Z Downloaded radium v0.7.0
19082024-01-30T04:24:49.541Z Downloaded path-slash v0.1.5
19092024-01-30T04:24:49.541Z Downloaded crc-catalog v2.2.0
19102024-01-30T04:24:49.544Z Downloaded crc v3.0.1
19112024-01-30T04:24:49.547Z Downloaded serde-hex v0.1.0
19122024-01-30T04:24:49.549Z Downloaded maybe-uninit v2.0.0
19132024-01-30T04:24:49.550Z Downloaded smallvec v0.6.14
19142024-01-30T04:24:49.552Z Downloaded wyz v0.5.1
19152024-01-30T04:24:49.555Z Downloaded pkcs1 v0.7.5
19162024-01-30T04:24:49.558Z Downloaded termcolor v1.2.0
19172024-01-30T04:24:49.563Z Downloaded bitfield v0.14.0
19182024-01-30T04:24:49.566Z Downloaded crc-any v2.4.3
19192024-01-30T04:24:49.569Z Downloaded rsa v0.9.2
19202024-01-30T04:24:49.580Z Downloaded x509-cert v0.2.4
19212024-01-30T04:24:49.590Z Downloaded num-bigint-dig v0.8.4
19222024-01-30T04:24:49.602Z Downloaded bitvec v1.0.1
19232024-01-30T04:24:49.626Z Downloaded object v0.30.4
19242024-01-30T04:24:49.642Z Downloaded env_logger v0.10.0
19252024-01-30T04:24:49.647Z Downloaded array-init v0.0.4
19262024-01-30T04:24:49.818Z Compiling proc-macro2 v1.0.78
19272024-01-30T04:24:49.818Z Compiling unicode-ident v1.0.12
19282024-01-30T04:24:49.821Z Compiling libc v0.2.152
19292024-01-30T04:24:49.822Z Compiling serde v1.0.195
19302024-01-30T04:24:49.822Z Compiling autocfg v1.1.0
19312024-01-30T04:24:49.822Z Compiling version_check v0.9.4
19322024-01-30T04:24:49.822Z Compiling cfg-if v1.0.0
19332024-01-30T04:24:49.971Z Compiling typenum v1.16.0
19342024-01-30T04:24:49.974Z Compiling once_cell v1.19.0
19352024-01-30T04:24:50.071Z Compiling parking_lot_core v0.9.8
19362024-01-30T04:24:50.576Z Compiling memchr v2.6.3
19372024-01-30T04:24:50.620Z Compiling syn v1.0.109
19382024-01-30T04:24:50.638Z Compiling byteorder v1.5.0
19392024-01-30T04:24:50.918Z Compiling lock_api v0.4.10
19402024-01-30T04:24:51.371Z Compiling generic-array v0.14.7
19412024-01-30T04:24:51.497Z Compiling libm v0.2.7
19422024-01-30T04:24:51.510Z Compiling num-traits v0.2.16
19432024-01-30T04:24:51.765Z Compiling ahash v0.8.6
19442024-01-30T04:24:51.900Z Compiling pkg-config v0.3.27
19452024-01-30T04:24:51.923Z Compiling thiserror v1.0.56
19462024-01-30T04:24:52.148Z Compiling quote v1.0.35
19472024-01-30T04:24:52.581Z Compiling serde_json v1.0.113
19482024-01-30T04:24:53.043Z Compiling syn v2.0.48
19492024-01-30T04:24:53.142Z Compiling cc v1.0.83
19502024-01-30T04:24:53.154Z Compiling getrandom v0.2.10
19512024-01-30T04:24:53.602Z Compiling scopeguard v1.2.0
19522024-01-30T04:24:54.150Z Compiling slab v0.4.9
19532024-01-30T04:24:54.330Z Compiling itoa v1.0.9
19542024-01-30T04:24:54.589Z Compiling log v0.4.20
19552024-01-30T04:24:54.780Z Compiling rand_core v0.6.4
19562024-01-30T04:24:55.309Z Compiling smallvec v1.11.2
19572024-01-30T04:24:56.080Z Compiling vcpkg v0.2.15
19582024-01-30T04:24:57.343Z Compiling parking_lot v0.12.1
19592024-01-30T04:24:57.785Z Compiling pin-project-lite v0.2.13
19602024-01-30T04:24:57.936Z Compiling const-oid v0.9.5
19612024-01-30T04:24:58.300Z Compiling ring v0.17.7
19622024-01-30T04:24:58.725Z Compiling ucd-trie v0.1.6
19632024-01-30T04:24:58.856Z Compiling ryu v1.0.15
19642024-01-30T04:24:58.913Z Compiling openssl-sys v0.9.96
19652024-01-30T04:24:59.524Z Compiling signal-hook-registry v1.4.1
19662024-01-30T04:25:00.250Z Compiling subtle v2.5.0
19672024-01-30T04:25:00.545Z Compiling io-lifetimes v1.0.11
19682024-01-30T04:25:00.883Z Compiling ring v0.16.20
19692024-01-30T04:25:01.349Z Compiling mio v0.8.9
19702024-01-30T04:25:01.960Z Compiling num-integer v0.1.45
19712024-01-30T04:25:02.373Z Compiling semver v1.0.21
19722024-01-30T04:25:02.457Z Compiling futures-core v0.3.30
19732024-01-30T04:25:03.965Z Compiling rustix v0.37.23
19742024-01-30T04:25:04.659Z Compiling spin v0.5.2
19752024-01-30T04:25:05.026Z Compiling num_cpus v1.16.0
19762024-01-30T04:25:05.194Z Compiling socket2 v0.5.5
19772024-01-30T04:25:05.197Z Compiling unicode-xid v0.2.4
19782024-01-30T04:25:05.428Z Compiling allocator-api2 v0.2.16
19792024-01-30T04:25:05.571Z Compiling futures-sink v0.3.30
19802024-01-30T04:25:06.173Z Compiling heck v0.4.1
19812024-01-30T04:25:06.598Z Compiling openssl v0.10.60
19822024-01-30T04:25:06.610Z Compiling httparse v1.8.0
19832024-01-30T04:25:06.695Z Compiling synstructure v0.12.6
19842024-01-30T04:25:07.154Z Compiling equivalent v1.0.1
19852024-01-30T04:25:07.629Z Compiling tinyvec_macros v0.1.1
19862024-01-30T04:25:07.746Z Compiling tinyvec v1.6.0
19872024-01-30T04:25:08.203Z Compiling futures-channel v0.3.30
19882024-01-30T04:25:08.524Z Compiling ppv-lite86 v0.2.17
19892024-01-30T04:25:08.679Z Compiling crc32fast v1.3.2
19902024-01-30T04:25:08.826Z Compiling pin-utils v0.1.0
19912024-01-30T04:25:08.947Z Compiling futures-io v0.3.30
19922024-01-30T04:25:09.179Z Compiling rustls v0.21.9
19932024-01-30T04:25:09.280Z Compiling native-tls v0.2.11
19942024-01-30T04:25:09.345Z Compiling futures-task v0.3.30
19952024-01-30T04:25:09.845Z Compiling bzip2-sys v0.1.11+1.0.8
19962024-01-30T04:25:09.859Z Compiling rand_chacha v0.3.1
19972024-01-30T04:25:09.925Z Compiling spin v0.9.8
19982024-01-30T04:25:09.964Z Compiling tracing-core v0.1.31
19992024-01-30T04:25:10.337Z Compiling unicode-normalization v0.1.22
20002024-01-30T04:25:10.350Z Compiling unicode-bidi v0.3.13
20012024-01-30T04:25:10.491Z Compiling base64ct v1.6.0
20022024-01-30T04:25:11.802Z Compiling pem-rfc7468 v0.7.0
20032024-01-30T04:25:12.096Z Compiling rand v0.8.5
20042024-01-30T04:25:12.623Z Compiling errno v0.3.8
20052024-01-30T04:25:12.661Z Compiling num-iter v0.1.43
20062024-01-30T04:25:12.975Z Compiling usdt-impl v0.3.5
20072024-01-30T04:25:13.201Z Compiling schemars v0.8.16
20082024-01-30T04:25:13.437Z Compiling rustix v0.38.30
20092024-01-30T04:25:13.651Z Compiling flagset v0.4.3
20102024-01-30T04:25:13.963Z Compiling signal-hook v0.3.17
20112024-01-30T04:25:14.403Z Compiling serde_derive_internals v0.26.0
20122024-01-30T04:25:14.812Z Compiling serde_derive v1.0.195
20132024-01-30T04:25:14.870Z Compiling zeroize_derive v1.4.2
20142024-01-30T04:25:14.987Z Compiling zerocopy-derive v0.7.32
20152024-01-30T04:25:15.166Z Compiling thiserror-impl v1.0.56
20162024-01-30T04:25:15.437Z Compiling tokio-macros v2.2.0
20172024-01-30T04:25:16.575Z Compiling futures-macro v0.3.30
20182024-01-30T04:25:17.170Z Compiling zeroize v1.7.0
20192024-01-30T04:25:18.249Z Compiling tracing-attributes v0.1.26
20202024-01-30T04:25:18.252Z Compiling zerocopy v0.7.32
20212024-01-30T04:25:19.710Z Compiling der_derive v0.7.2
20222024-01-30T04:25:19.893Z Compiling pest v2.7.6
20232024-01-30T04:25:20.258Z Compiling crypto-common v0.1.6
20242024-01-30T04:25:20.556Z Compiling block-buffer v0.10.4
20252024-01-30T04:25:21.129Z Compiling digest v0.10.7
20262024-01-30T04:25:21.838Z Compiling hashbrown v0.14.2
20272024-01-30T04:25:21.985Z Compiling zerocopy-derive v0.2.0
20282024-01-30T04:25:21.988Z Compiling openssl-macros v0.1.1
20292024-01-30T04:25:23.337Z Compiling futures-util v0.3.30
20302024-01-30T04:25:23.538Z Compiling tracing v0.1.37
20312024-01-30T04:25:24.081Z Compiling pest_meta v2.7.6
20322024-01-30T04:25:24.141Z Compiling zerocopy-derive v0.6.4
20332024-01-30T04:25:24.289Z Compiling scroll_derive v0.12.0
20342024-01-30T04:25:24.292Z Compiling der v0.7.8
20352024-01-30T04:25:26.351Z Compiling pest_generator v2.7.6
20362024-01-30T04:25:30.970Z Compiling pest_derive v2.7.6
20372024-01-30T04:25:31.595Z Compiling bitflags v1.3.2
20382024-01-30T04:25:31.736Z Compiling fnv v1.0.7
20392024-01-30T04:25:32.091Z Compiling spki v0.7.2
20402024-01-30T04:25:33.161Z Compiling zerocopy v0.3.0
20412024-01-30T04:25:33.270Z Compiling schemars_derive v0.8.16
20422024-01-30T04:25:33.481Z Compiling lazy_static v1.4.0
20432024-01-30T04:25:35.469Z Compiling backtrace v0.3.69
20442024-01-30T04:25:36.022Z Compiling thread-id v4.2.0
20452024-01-30T04:25:36.091Z Compiling num-bigint v0.4.4
20462024-01-30T04:25:36.170Z Compiling memoffset v0.9.0
20472024-01-30T04:25:36.604Z Compiling smoltcp v0.9.1
20482024-01-30T04:25:36.739Z Compiling iana-time-zone v0.1.57
20492024-01-30T04:25:36.751Z Compiling untrusted v0.9.0
20502024-01-30T04:25:37.001Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20512024-01-30T04:25:37.258Z Compiling crossbeam-utils v0.8.16
20522024-01-30T04:25:37.924Z Compiling bytes v1.5.0
20532024-01-30T04:25:38.062Z Compiling indexmap v2.1.0
20542024-01-30T04:25:38.153Z Compiling bitflags v2.4.0
20552024-01-30T04:25:38.423Z Compiling uuid v1.7.0
20562024-01-30T04:25:38.734Z Compiling rustc_version v0.4.0
20572024-01-30T04:25:39.103Z Compiling base64 v0.21.7
20582024-01-30T04:25:39.584Z Compiling tokio v1.35.1
20592024-01-30T04:25:40.702Z Compiling heapless v0.7.16
20602024-01-30T04:25:41.320Z Compiling http v0.2.11
20612024-01-30T04:25:42.518Z Compiling async-trait v0.1.77
20622024-01-30T04:25:42.789Z Compiling percent-encoding v2.3.1
20632024-01-30T04:25:42.813Z Compiling untrusted v0.7.1
20642024-01-30T04:25:43.102Z Compiling foreign-types-shared v0.1.1
20652024-01-30T04:25:43.236Z Compiling foreign-types v0.3.2
20662024-01-30T04:25:43.353Z Compiling chrono v0.4.31
20672024-01-30T04:25:47.260Z Compiling dof v0.1.5
20682024-01-30T04:25:48.545Z Compiling dtrace-parser v0.1.14
20692024-01-30T04:25:48.859Z Compiling hmac v0.12.1
20702024-01-30T04:25:49.168Z Compiling clap_derive v4.4.2
20712024-01-30T04:25:51.024Z Compiling cpufeatures v0.2.12
20722024-01-30T04:25:51.157Z Compiling rustversion v1.0.14
20732024-01-30T04:25:51.228Z Compiling try-lock v0.2.4
20742024-01-30T04:25:51.991Z Compiling utf8parse v0.2.1
20752024-01-30T04:25:52.022Z Compiling anstyle v1.0.2
20762024-01-30T04:25:52.036Z Compiling time-core v0.1.1
20772024-01-30T04:25:52.243Z Compiling tokio-util v0.7.10
20782024-01-30T04:25:52.266Z Compiling siphasher v0.3.11
20792024-01-30T04:25:52.494Z Compiling adler v1.0.2
20802024-01-30T04:25:52.832Z Compiling miniz_oxide v0.7.1
20812024-01-30T04:25:52.876Z Compiling time-macros v0.2.13
20822024-01-30T04:25:52.925Z Compiling anstyle-parse v0.2.1
20832024-01-30T04:25:54.574Z Compiling h2 v0.3.24
20842024-01-30T04:25:58.786Z Compiling want v0.3.1
20852024-01-30T04:25:58.986Z Compiling sha2 v0.10.8
20862024-01-30T04:26:02.326Z Compiling rustls-webpki v0.101.7
20872024-01-30T04:26:02.567Z Compiling sct v0.7.0
20882024-01-30T04:26:02.972Z Compiling http-body v0.4.5
20892024-01-30T04:26:04.269Z Compiling form_urlencoded v1.2.1
20902024-01-30T04:26:05.127Z Compiling serde_tokenstream v0.1.7
20912024-01-30T04:26:05.153Z Compiling pkcs8 v0.10.2
20922024-01-30T04:26:05.345Z Compiling hubpack_derive v0.1.1
20932024-01-30T04:26:06.614Z Compiling socket2 v0.4.9
20942024-01-30T04:26:07.086Z Compiling crossbeam-epoch v0.9.15
20952024-01-30T04:26:07.453Z Compiling usdt-impl v0.5.0
20962024-01-30T04:26:07.689Z Compiling radium v0.7.0
20972024-01-30T04:26:07.927Z Compiling tower-service v0.3.2
20982024-01-30T04:26:08.019Z Compiling camino v1.1.6
20992024-01-30T04:26:08.347Z Compiling anstyle-query v1.0.0
21002024-01-30T04:26:08.538Z Compiling anyhow v1.0.75
21012024-01-30T04:26:08.799Z Compiling openssl-probe v0.1.5
21022024-01-30T04:26:09.271Z Compiling httpdate v1.0.3
21032024-01-30T04:26:09.993Z Compiling colorchoice v1.0.0
21042024-01-30T04:26:10.321Z Compiling slog v2.7.0
21052024-01-30T04:26:10.422Z Compiling anstream v0.5.0
21062024-01-30T04:26:10.888Z Compiling hyper v0.14.27
21072024-01-30T04:26:16.755Z Compiling terminal_size v0.2.6
21082024-01-30T04:26:20.994Z Compiling serde_spanned v0.6.4
21092024-01-30T04:26:21.083Z Compiling toml_datetime v0.6.5
21102024-01-30T04:26:21.699Z Compiling zerocopy v0.6.4
21112024-01-30T04:26:23.165Z Compiling scroll v0.12.0
21122024-01-30T04:26:23.817Z Compiling md-5 v0.10.5
21132024-01-30T04:26:24.375Z Compiling idna v0.5.0
21142024-01-30T04:26:24.528Z Compiling stringprep v0.1.3
21152024-01-30T04:26:26.301Z Compiling diesel_table_macro_syntax v0.1.0
21162024-01-30T04:26:26.462Z Compiling aho-corasick v1.0.4
21172024-01-30T04:26:26.626Z Compiling hash32 v0.2.1
21182024-01-30T04:26:26.799Z Compiling tap v1.0.1
21192024-01-30T04:26:27.061Z Compiling winnow v0.5.15
21202024-01-30T04:26:27.072Z Compiling strsim v0.10.0
21212024-01-30T04:26:27.183Z Compiling maybe-uninit v2.0.0
21222024-01-30T04:26:27.195Z Compiling stable_deref_trait v1.2.0
21232024-01-30T04:26:27.498Z Compiling regex-syntax v0.8.2
21242024-01-30T04:26:27.827Z Compiling plain v0.2.3
21252024-01-30T04:26:28.051Z Compiling gimli v0.28.0
21262024-01-30T04:26:28.304Z Compiling clap_lex v0.5.1
21272024-01-30T04:26:29.601Z Compiling dyn-clone v1.0.13
21282024-01-30T04:26:29.864Z Compiling fallible-iterator v0.2.0
21292024-01-30T04:26:30.227Z Compiling clap_builder v4.4.2
21302024-01-30T04:26:30.392Z Compiling goblin v0.8.0
21312024-01-30T04:26:31.021Z Compiling postgres-protocol v0.6.6
21322024-01-30T04:26:33.603Z Compiling regex-automata v0.4.4
21332024-01-30T04:26:33.616Z Compiling wyz v0.5.1
21342024-01-30T04:26:34.517Z Compiling diesel_derives v2.1.2
21352024-01-30T04:26:35.622Z Compiling addr2line v0.21.0
21362024-01-30T04:26:36.661Z Compiling url v2.5.0
21372024-01-30T04:26:38.420Z Compiling tokio-rustls v0.24.1
21382024-01-30T04:26:39.001Z Compiling strum_macros v0.25.2
21392024-01-30T04:26:45.149Z Compiling tokio-native-tls v0.3.1
21402024-01-30T04:26:45.721Z Compiling usdt-attr-macro v0.3.5
21412024-01-30T04:26:45.983Z Compiling usdt-macro v0.3.5
21422024-01-30T04:26:47.836Z Compiling phf_shared v0.11.2
21432024-01-30T04:26:48.601Z Compiling block-padding v0.3.3
21442024-01-30T04:26:48.868Z Compiling enum-as-inner v0.5.1
21452024-01-30T04:26:48.919Z Compiling serde_repr v0.1.16
21462024-01-30T04:26:49.284Z Compiling ff v0.13.0
21472024-01-30T04:26:49.625Z Compiling scheduled-thread-pool v0.2.7
21482024-01-30T04:26:50.377Z Compiling object v0.32.1
21492024-01-30T04:26:51.446Z Compiling managed v0.8.0
21502024-01-30T04:26:52.355Z Compiling deranged v0.3.8
21512024-01-30T04:26:55.330Z Compiling ipnet v2.9.0
21522024-01-30T04:26:58.358Z Compiling pretty-hex v0.4.1
21532024-01-30T04:26:58.371Z Compiling regex-automata v0.1.10
21542024-01-30T04:26:58.539Z Compiling base16ct v0.2.0
21552024-01-30T04:26:58.653Z Compiling num-bigint-dig v0.8.4
21562024-01-30T04:26:58.993Z Compiling packed_struct v0.10.1
21572024-01-30T04:26:59.062Z Compiling num_threads v0.1.6
21582024-01-30T04:26:59.105Z Compiling bit-vec v0.6.3
21592024-01-30T04:26:59.220Z Compiling rustc-demangle v0.1.23
21602024-01-30T04:26:59.581Z Compiling matches v0.1.10
21612024-01-30T04:26:59.705Z Compiling funty v2.0.0
21622024-01-30T04:27:00.708Z Compiling idna v0.2.3
21632024-01-30T04:27:01.555Z Compiling time v0.3.27
21642024-01-30T04:27:03.137Z Compiling bitvec v1.0.1
21652024-01-30T04:27:04.665Z Compiling bstr v0.2.17
21662024-01-30T04:27:05.331Z Compiling sec1 v0.7.3
21672024-01-30T04:27:06.214Z Compiling dof v0.3.0
21682024-01-30T04:27:09.536Z Compiling r2d2 v0.8.10
21692024-01-30T04:27:10.099Z Compiling group v0.13.0
21702024-01-30T04:27:10.568Z Compiling inout v0.1.3
21712024-01-30T04:27:10.918Z Compiling phf v0.11.2
21722024-01-30T04:27:11.428Z Compiling hyper-tls v0.5.0
21732024-01-30T04:27:11.938Z Compiling regex v1.10.3
21742024-01-30T04:27:12.379Z Compiling hyper-rustls v0.24.2
21752024-01-30T04:27:12.887Z Compiling signal-hook-mio v0.2.3
21762024-01-30T04:27:13.040Z Compiling flate2 v1.0.28
21772024-01-30T04:27:13.105Z Compiling clap v4.4.3
21782024-01-30T04:27:13.263Z Compiling bzip2 v0.4.4
21792024-01-30T04:27:13.636Z Compiling ipnetwork v0.20.0
21802024-01-30T04:27:13.809Z Compiling toml_edit v0.19.15
21812024-01-30T04:27:14.668Z Compiling postgres-types v0.2.6
21822024-01-30T04:27:15.618Z Compiling hubpack v0.1.2
21832024-01-30T04:27:16.305Z Compiling serde_urlencoded v0.7.1
21842024-01-30T04:27:16.461Z Compiling phf_shared v0.10.0
21852024-01-30T04:27:16.795Z Compiling rustls-pemfile v1.0.3
21862024-01-30T04:27:16.965Z Compiling hkdf v0.12.4
21872024-01-30T04:27:17.090Z Compiling futures-executor v0.3.30
21882024-01-30T04:27:17.103Z Compiling dtrace-parser v0.2.0
21892024-01-30T04:27:20.673Z Compiling crypto-bigint v0.5.2
21902024-01-30T04:27:21.285Z Compiling packed_struct_codegen v0.10.1
21912024-01-30T04:27:23.207Z Compiling float-cmp v0.9.0
21922024-01-30T04:27:24.282Z Compiling indexmap v1.9.3
21932024-01-30T04:27:24.380Z Compiling encoding_rs v0.8.33
21942024-01-30T04:27:24.466Z Compiling regex-automata v0.3.8
21952024-01-30T04:27:25.441Z Compiling unicode-segmentation v1.10.1
21962024-01-30T04:27:25.502Z Compiling unicode-width v0.1.11
21972024-01-30T04:27:25.724Z Compiling difflib v0.4.0
21982024-01-30T04:27:25.951Z Compiling static_assertions v1.1.0
21992024-01-30T04:27:26.082Z Compiling minimal-lexical v0.2.1
22002024-01-30T04:27:26.852Z Compiling mime v0.3.17
22012024-01-30T04:27:27.113Z Compiling new_debug_unreachable v1.0.4
22022024-01-30T04:27:27.235Z Compiling normalize-line-endings v0.3.0
22032024-01-30T04:27:27.655Z Compiling fixedbitset v0.4.2
22042024-01-30T04:27:28.175Z Compiling crc-catalog v2.2.0
22052024-01-30T04:27:28.225Z Compiling precomputed-hash v0.1.1
22062024-01-30T04:27:28.277Z Compiling nodrop v0.1.14
22072024-01-30T04:27:28.374Z Compiling webpki-roots v0.25.2
22082024-01-30T04:27:28.377Z Compiling predicates-core v1.0.6
22092024-01-30T04:27:28.441Z Compiling either v1.9.0
22102024-01-30T04:27:28.602Z Compiling whoami v1.4.1
22112024-01-30T04:27:28.856Z Compiling data-encoding v2.4.0
22122024-01-30T04:27:29.425Z Compiling tokio-postgres v0.7.10
22132024-01-30T04:27:30.628Z Compiling trust-dns-proto v0.22.0
22142024-01-30T04:27:31.810Z Compiling itertools v0.10.5
22152024-01-30T04:27:38.321Z Compiling predicates v3.1.0
22162024-01-30T04:27:40.374Z Compiling reqwest v0.11.22
22172024-01-30T04:27:40.752Z Compiling array-init v0.0.4
22182024-01-30T04:27:41.056Z Compiling string_cache v0.8.7
22192024-01-30T04:27:41.712Z Compiling crc v3.0.1
22202024-01-30T04:27:42.954Z Compiling petgraph v0.6.4
22212024-01-30T04:27:44.856Z Compiling bstr v1.6.0
22222024-01-30T04:27:47.284Z Compiling nom v7.1.3
22232024-01-30T04:27:49.534Z Compiling similar v2.3.0
22242024-01-30T04:27:52.910Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22252024-01-30T04:27:58.213Z Compiling console v0.15.8
22262024-01-30T04:28:00.371Z Compiling elliptic-curve v0.13.8
22272024-01-30T04:28:05.167Z Compiling toml v0.7.8
22282024-01-30T04:28:06.363Z Compiling futures v0.3.30
22292024-01-30T04:28:07.741Z Compiling yasna v0.5.2
22302024-01-30T04:28:08.435Z Compiling smallvec v0.6.14
22312024-01-30T04:28:08.922Z Compiling diesel v2.1.4
22322024-01-30T04:28:09.041Z Compiling zip v0.6.6
22332024-01-30T04:28:09.155Z Compiling crossterm v0.27.0
22342024-01-30T04:28:10.506Z Compiling cipher v0.4.4
22352024-01-30T04:28:11.955Z Compiling bit-set v0.5.3
22362024-01-30T04:28:14.791Z Compiling usdt v0.3.5
22372024-01-30T04:28:15.039Z Compiling is-terminal v0.4.9
22382024-01-30T04:28:15.215Z Compiling toml_edit v0.21.0
22392024-01-30T04:28:25.233Z Compiling pkcs1 v0.7.5
22402024-01-30T04:28:26.844Z Compiling tokio-stream v0.1.14
22412024-01-30T04:28:26.976Z Compiling openapiv3 v2.0.0
22422024-01-30T04:28:28.367Z Compiling hex v0.4.3
22432024-01-30T04:28:31.368Z Compiling hashbrown v0.13.2
22442024-01-30T04:28:31.872Z Compiling signature v2.1.0
22452024-01-30T04:28:33.664Z Compiling termcolor v1.2.0
22462024-01-30T04:28:35.800Z Compiling lalrpop-util v0.19.12
22472024-01-30T04:28:38.089Z Compiling hashbrown v0.12.3
22482024-01-30T04:28:40.239Z Compiling bitfield v0.14.0
22492024-01-30T04:28:41.523Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22502024-01-30T04:28:57.181Z Compiling env_logger v0.10.0
22512024-01-30T04:28:59.538Z Compiling rsa v0.9.2
22522024-01-30T04:29:12.022Z Compiling serde-hex v0.1.0
22532024-01-30T04:29:16.715Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22542024-01-30T04:29:17.123Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22552024-01-30T04:29:21.707Z Compiling ron v0.8.1
22562024-01-30T04:29:23.083Z Compiling x509-cert v0.2.4
22572024-01-30T04:29:37.995Z Compiling crc-any v2.4.3
22582024-01-30T04:29:38.862Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22592024-01-30T04:30:04.142Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22602024-01-30T04:30:12.926Z Compiling object v0.30.4
22612024-01-30T04:30:27.433Z Compiling path-slash v0.1.5
22622024-01-30T04:30:27.750Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22632024-01-30T04:31:08.150Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22642024-01-30T04:31:09.285Z Finished release [optimized] target(s) in 6m 20s
22652024-01-30T04:31:09.370Z
22662024-01-30T04:31:09.373Zreal 6:20.875803706
22672024-01-30T04:31:09.373Zuser 43:51.275426896
22682024-01-30T04:31:09.373Zsys 3:44.825497203
22692024-01-30T04:31:09.373Ztrap 1.711448722
22702024-01-30T04:31:09.374Ztflt 1.094993096
22712024-01-30T04:31:09.374Zdflt 0.510385077
22722024-01-30T04:31:09.374Zkflt 0.000093962
22732024-01-30T04:31:09.374Zlock 1:40:56.274159695
22742024-01-30T04:31:09.374Zslp 2:06:28.833673703
22752024-01-30T04:31:09.374Zlat 1:55.428706654
22762024-01-30T04:31:09.374Zstop 1:24.567139328
22772024-01-30T04:31:09.374Z+ ptime -m gzip
22782024-01-30T04:31:10.024Z
22792024-01-30T04:31:10.025Zreal 0.649738250
22802024-01-30T04:31:10.025Zuser 0.640861014
22812024-01-30T04:31:10.025Zsys 0.008285559
22822024-01-30T04:31:10.028Ztrap 0.000075633
22832024-01-30T04:31:10.028Ztflt 0.000000000
22842024-01-30T04:31:10.028Zdflt 0.000000000
22852024-01-30T04:31:10.028Zkflt 0.000000000
22862024-01-30T04:31:10.028Zlock 0.000000000
22872024-01-30T04:31:10.028Zslp 0.000000000
22882024-01-30T04:31:10.028Zlat 0.000173903
22892024-01-30T04:31:10.028Zstop 0.000221896
22902024-01-30T04:31:10.028Z+ banner tufaceous
22912024-01-30T04:31:10.028Z
22922024-01-30T04:31:10.029Z ##### # # ###### ## #### ###### #### # # ####
22932024-01-30T04:31:10.029Z # # # # # # # # # # # # # #
22942024-01-30T04:31:10.029Z # # # ##### # # # ##### # # # # ####
22952024-01-30T04:31:10.029Z # # # # ###### # # # # # # #
22962024-01-30T04:31:10.029Z # # # # # # # # # # # # # # #
22972024-01-30T04:31:10.029Z # #### # # # #### ###### #### #### ####
22982024-01-30T04:31:10.029Z
22992024-01-30T04:31:10.029Z+ ptime -m cargo build --locked -p tufaceous --release
23002024-01-30T04:31:10.717Z Downloading crates ...
23012024-01-30T04:31:11.141Z Downloaded fs-err v2.11.0
23022024-01-30T04:31:11.152Z Downloaded doc-comment v0.3.3
23032024-01-30T04:31:11.171Z Downloaded tough v0.16.0
23042024-01-30T04:31:11.181Z Downloaded buf-list v1.0.3
23052024-01-30T04:31:11.184Z Downloaded snafu-derive v0.7.5
23062024-01-30T04:31:11.187Z Downloaded pin-project v1.1.3
23072024-01-30T04:31:11.208Z Downloaded typed-path v0.7.0
23082024-01-30T04:31:11.217Z Downloaded snafu v0.7.5
23092024-01-30T04:31:11.226Z Downloaded humantime v2.1.0
23102024-01-30T04:31:11.229Z Downloaded serde_plain v1.0.2
23112024-01-30T04:31:11.233Z Downloaded async-recursion v1.0.5
23122024-01-30T04:31:11.237Z Downloaded pin-project-internal v1.1.3
23132024-01-30T04:31:11.237Z Downloaded globset v0.4.13
23142024-01-30T04:31:11.241Z Downloaded parse-size v1.0.0
23152024-01-30T04:31:11.241Z Downloaded olpc-cjson v0.1.3
23162024-01-30T04:31:11.404Z Compiling serde_tokenstream v0.2.0
23172024-01-30T04:31:11.425Z Compiling regress v0.7.1
23182024-01-30T04:31:11.437Z Compiling dirs-sys-next v0.1.2
23192024-01-30T04:31:11.441Z Compiling ident_case v1.0.1
23202024-01-30T04:31:11.441Z Compiling rustls-pki-types v1.1.0
23212024-01-30T04:31:11.478Z Compiling thread_local v1.1.7
23222024-01-30T04:31:11.486Z Compiling slog-async v2.8.0
23232024-01-30T04:31:11.687Z Compiling dirs-next v2.0.0
23242024-01-30T04:31:12.025Z Compiling darling_core v0.20.3
23252024-01-30T04:31:12.112Z Compiling rustls v0.22.2
23262024-01-30T04:31:12.173Z Compiling heck v0.4.1
23272024-01-30T04:31:12.588Z Compiling rustls-webpki v0.102.1
23282024-01-30T04:31:12.835Z Compiling term v0.7.0
23292024-01-30T04:31:13.200Z Compiling crossbeam-channel v0.5.8
23302024-01-30T04:31:13.630Z Compiling getopts v0.2.21
23312024-01-30T04:31:14.204Z Compiling structmeta-derive v0.2.0
23322024-01-30T04:31:15.048Z Compiling atty v0.2.14
23332024-01-30T04:31:15.248Z Compiling multer v3.0.0
23342024-01-30T04:31:15.655Z Compiling match_cfg v0.1.0
23352024-01-30T04:31:15.794Z Compiling doc-comment v0.3.3
23362024-01-30T04:31:16.006Z Compiling unsafe-libyaml v0.2.10
23372024-01-30T04:31:16.542Z Compiling paste v1.0.14
23382024-01-30T04:31:17.204Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23392024-01-30T04:31:18.949Z Compiling take_mut v0.2.2
23402024-01-30T04:31:19.185Z Compiling structmeta v0.2.0
23412024-01-30T04:31:19.766Z Compiling serde_yaml v0.9.25
23422024-01-30T04:31:20.860Z Compiling hostname v0.3.1
23432024-01-30T04:31:20.950Z Compiling darling_macro v0.20.3
23442024-01-30T04:31:21.126Z Compiling slog-term v2.9.0
23452024-01-30T04:31:22.397Z Compiling darling v0.20.3
23462024-01-30T04:31:24.725Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472024-01-30T04:31:24.745Z Compiling slog-json v2.6.1
23482024-01-30T04:31:25.532Z Compiling http v1.0.0
23492024-01-30T04:31:25.965Z Compiling pin-project-internal v1.1.3
23502024-01-30T04:31:25.977Z Compiling async-stream-impl v0.3.5
23512024-01-30T04:31:26.219Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23522024-01-30T04:31:26.638Z Compiling atomic-waker v1.1.1
23532024-01-30T04:31:26.917Z Compiling fastrand v2.0.0
23542024-01-30T04:31:28.135Z Compiling regex-syntax v0.7.5
23552024-01-30T04:31:28.148Z Compiling async-stream v0.3.5
23562024-01-30T04:31:28.443Z Compiling tokio-rustls v0.25.0
23572024-01-30T04:31:29.848Z Compiling tempfile v3.9.0
23582024-01-30T04:31:30.458Z Compiling pin-project v1.1.3
23592024-01-30T04:31:30.636Z Compiling waitgroup v0.1.2
23602024-01-30T04:31:31.120Z Compiling slog-bunyan v2.5.0
23612024-01-30T04:31:31.624Z Compiling serde_with_macros v3.5.1
23622024-01-30T04:31:33.966Z Compiling toml v0.8.8
23632024-01-30T04:31:34.600Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23642024-01-30T04:31:34.839Z Compiling rustls-pemfile v2.0.0
23652024-01-30T04:31:36.020Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23662024-01-30T04:31:36.145Z Compiling sha1 v0.10.6
23672024-01-30T04:31:36.784Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23682024-01-30T04:31:37.648Z Compiling snafu-derive v0.7.5
23692024-01-30T04:31:37.820Z Compiling serde_path_to_error v0.1.15
23702024-01-30T04:31:38.050Z Compiling parse-display-derive v0.8.2
23712024-01-30T04:31:38.424Z Compiling instant v0.1.12
23722024-01-30T04:31:38.646Z Compiling fs-err v2.11.0
23732024-01-30T04:31:39.059Z Compiling debug-ignore v1.0.5
23742024-01-30T04:31:39.267Z Compiling arc-swap v1.6.0
23752024-01-30T04:31:39.422Z Compiling buf-list v1.0.3
23762024-01-30T04:31:40.220Z Compiling same-file v1.0.6
23772024-01-30T04:31:40.463Z Compiling walkdir v2.4.0
23782024-01-30T04:31:40.749Z Compiling slog-scope v4.4.0
23792024-01-30T04:31:43.579Z Compiling backoff v0.4.0
23802024-01-30T04:31:44.016Z Compiling serde_with v3.5.1
23812024-01-30T04:31:44.021Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23822024-01-30T04:31:44.021Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23832024-01-30T04:31:44.191Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23842024-01-30T04:31:44.753Z Compiling parse-display v0.8.2
23852024-01-30T04:31:45.043Z Compiling globset v0.4.13
23862024-01-30T04:31:45.756Z Compiling snafu v0.7.5
23872024-01-30T04:31:48.205Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23882024-01-30T04:31:48.440Z Compiling strum v0.25.0
23892024-01-30T04:31:48.707Z Compiling pem v3.0.2
23902024-01-30T04:31:51.204Z Compiling olpc-cjson v0.1.3
23912024-01-30T04:31:51.372Z Compiling macaddr v1.0.1
23922024-01-30T04:31:52.101Z Compiling serde_plain v1.0.2
23932024-01-30T04:31:52.510Z Compiling async-recursion v1.0.5
23942024-01-30T04:31:52.922Z Compiling xattr v1.0.1
23952024-01-30T04:31:53.365Z Compiling filetime v0.2.23
23962024-01-30T04:31:53.894Z Compiling typed-path v0.7.0
23972024-01-30T04:31:54.416Z Compiling tar v0.4.40
23982024-01-30T04:31:55.231Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23992024-01-30T04:31:59.863Z Compiling tough v0.16.0
24002024-01-30T04:32:04.951Z Compiling slog-stdlog v4.1.1
24012024-01-30T04:32:06.463Z Compiling camino-tempfile v1.1.1
24022024-01-30T04:32:07.576Z Compiling itertools v0.12.0
24032024-01-30T04:32:07.688Z Compiling parse-size v1.0.0
24042024-01-30T04:32:08.185Z Compiling slog-envlogger v2.2.0
24052024-01-30T04:32:12.705Z Compiling humantime v2.1.0
24062024-01-30T04:32:20.423Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24072024-01-30T04:32:20.736Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24082024-01-30T04:32:37.193Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24092024-01-30T04:32:41.987Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24102024-01-30T04:33:11.351Z Finished release [optimized] target(s) in 2m 01s
24112024-01-30T04:33:11.443Z
24122024-01-30T04:33:11.449Zreal 2:01.393583203
24132024-01-30T04:33:11.449Zuser 13:35.668889616
24142024-01-30T04:33:11.449Zsys 48.853333290
24152024-01-30T04:33:11.449Ztrap 0.476784183
24162024-01-30T04:33:11.449Ztflt 0.338217677
24172024-01-30T04:33:11.449Zdflt 0.550594908
24182024-01-30T04:33:11.449Zkflt 0.000142476
24192024-01-30T04:33:11.449Zlock 27:46.423495991
24202024-01-30T04:33:11.449Zslp 30:21.804764278
24212024-01-30T04:33:11.449Zlat 24.376094095
24222024-01-30T04:33:11.449Zstop 13.453793383
24232024-01-30T04:33:11.450Z+ ptime -m gzip
24242024-01-30T04:33:15.300Z
24252024-01-30T04:33:15.300Zreal 2.451734448
24262024-01-30T04:33:15.300Zuser 2.422721253
24272024-01-30T04:33:15.301Zsys 0.028236333
24282024-01-30T04:33:15.301Ztrap 0.000279025
24292024-01-30T04:33:15.302Ztflt 0.000000000
24302024-01-30T04:33:15.302Zdflt 0.000000000
24312024-01-30T04:33:15.302Zkflt 0.000000000
24322024-01-30T04:33:15.302Zlock 0.000000000
24332024-01-30T04:33:15.302Zslp 0.000000000
24342024-01-30T04:33:15.303Zlat 0.000170407
24352024-01-30T04:33:15.303Zstop 0.000223864
24362024-01-30T04:33:15.350Zprocess exited: duration 1203266 ms, exit code 0
 
24372024-01-30T04:33:15.388Zfound 5 output files
24382024-01-30T04:33:15.388Zuploading: /work/end-to-end-tests/bootstrap-b134fea02678b611.gz (10759274 bytes)
24392024-01-30T04:33:19.561Zuploaded: /work/end-to-end-tests/bootstrap-b134fea02678b611.gz
24402024-01-30T04:33:19.561Zuploading: /work/end-to-end-tests/bootstrap.gz (109091030 bytes)
24412024-01-30T04:33:45.313Zuploaded: /work/end-to-end-tests/bootstrap.gz
24422024-01-30T04:33:45.313Zuploading: /work/end-to-end-tests/end_to_end_tests-6f063f75739db227.gz (112267130 bytes)
24432024-01-30T04:34:15.725Zuploaded: /work/end-to-end-tests/end_to_end_tests-6f063f75739db227.gz
24442024-01-30T04:34:15.725Zuploading: /work/caboose-util.gz (4050278 bytes)
24452024-01-30T04:34:18.555Zuploaded: /work/caboose-util.gz
24462024-01-30T04:34:18.555Zuploading: /work/tufaceous.gz (15646226 bytes)
24472024-01-30T04:34:22.877Zuploaded: /work/tufaceous.gz