01HNJTSRV3Q5D9V66BN6ZHCA85: 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: 01HNJTT891ZYVB8SKHTQHZ55VM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-01T17:42:19.014Zjob assigned to worker 01HNJW4EV22Q2MEWF1JWTTMT81 (queued for 24 m 37 s)
 
22024-02-01T17:42:19.870Zstarting task 0: "setup"
32024-02-01T17:42:19.996Z++ uname -s
42024-02-01T17:42:20.005Z+ kern=SunOS
52024-02-01T17:42:20.005Z+ case "$kern" in
62024-02-01T17:42:20.005Z+ groupadd -g 12345 build
72024-02-01T17:42:20.005Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-01T17:42:22.164Z+ zfs create -o mountpoint=/work rpool/work
92024-02-01T17:42:22.337Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-01T17:42:22.340Z+ home_fs=zfs
112024-02-01T17:42:22.340Z+ [[ zfs == autofs ]]
122024-02-01T17:42:22.340Z+ mkdir -p /home/build
132024-02-01T17:42:22.344Z+ chown build:build /home/build /work
142024-02-01T17:42:23.344Z+ chmod 0700 /home/build /work
152024-02-01T17:42:23.348Zprocess exited: duration 3477 ms, exit code 0
 
162024-02-01T17:42:23.354Zstarting task 1: "rust-toolchain"
172024-02-01T17:42:23.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-01T17:42:23.368Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-01T17:42:23.531Zinfo: downloading installer
202024-02-01T17:42:26.017Zwarning: it looks like you have an existing installation of Rust at:
212024-02-01T17:42:26.017Zwarning: /opt/ooce/bin
222024-02-01T17:42:26.017Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-01T17:42:26.017Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-01T17:42:26.017Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-01T17:42:26.017Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-01T17:42:26.017Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-01T17:42:26.019Zerror: cannot install while Rust is installed
282024-02-01T17:42:26.019Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-01T17:42:26.412Zinfo: profile set to 'default'
302024-02-01T17:42:26.412Zinfo: default host triple is x86_64-unknown-illumos
312024-02-01T17:42:26.415Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-01T17:42:26.623Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-01T17:42:26.623Zinfo: downloading component 'cargo'
342024-02-01T17:42:27.558Zinfo: downloading component 'clippy'
352024-02-01T17:42:27.899Zinfo: downloading component 'rust-docs'
362024-02-01T17:42:29.078Zinfo: downloading component 'rust-std'
372024-02-01T17:42:31.240Zinfo: downloading component 'rustc'
382024-02-01T17:42:36.339Zinfo: downloading component 'rustfmt'
392024-02-01T17:42:36.640Zinfo: installing component 'cargo'
402024-02-01T17:42:38.158Zinfo: installing component 'clippy'
412024-02-01T17:42:38.847Zinfo: installing component 'rust-docs'
422024-02-01T17:42:42.511Zinfo: installing component 'rust-std'
432024-02-01T17:42:45.274Zinfo: installing component 'rustc'
442024-02-01T17:42:53.810Zinfo: installing component 'rustfmt'
452024-02-01T17:42:54.418Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-01T17:42:54.418Z
472024-02-01T17:42:54.546Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-01T17:42:54.546Z
492024-02-01T17:42:54.549Z
502024-02-01T17:42:54.550ZRust is installed now. Great!
512024-02-01T17:42:54.550Z
522024-02-01T17:42:54.550ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-01T17:42:54.550Zenvironment variable. This has not been done automatically.
542024-02-01T17:42:54.550Z
552024-02-01T17:42:54.550ZTo configure your current shell, run:
562024-02-01T17:42:54.550Zsource "$HOME/.cargo/env"
572024-02-01T17:42:54.639Z+ rustc --version
582024-02-01T17:42:54.783Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-01T17:42:54.791Zprocess exited: duration 31438 ms, exit code 0
 
602024-02-01T17:42:54.799Zstarting task 2: "authentication"
612024-02-01T17:42:54.834Zprocess exited: duration 35 ms, exit code 0
 
622024-02-01T17:42:54.853Zstarting task 3: "clone repository"
632024-02-01T17:42:54.868Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-01T17:42:54.868Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-01T17:42:55.094ZCloning into '/work/oxidecomputer/omicron'...
662024-02-01T17:43:01.914Z+ cd /work/oxidecomputer/omicron
672024-02-01T17:43:01.914Z+ git fetch origin 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568
682024-02-01T17:43:02.299ZFrom https://github.com/oxidecomputer/omicron
692024-02-01T17:43:02.299Z * branch 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 -> FETCH_HEAD
702024-02-01T17:43:02.311Z+ [[ -n dap/planner-inventory ]]
712024-02-01T17:43:02.315Z++ git branch --show-current
722024-02-01T17:43:02.318Z+ current=main
732024-02-01T17:43:02.318Z+ [[ main != dap/planner-inventory ]]
742024-02-01T17:43:02.318Z+ git branch -f dap/planner-inventory 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568
752024-02-01T17:43:02.322Z+ git checkout -f dap/planner-inventory
762024-02-01T17:43:02.510ZSwitched to branch 'dap/planner-inventory'
772024-02-01T17:43:02.514Z+ git reset --hard 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568
782024-02-01T17:43:02.528ZHEAD is now at 7f7c7d923 Merge branch 'main' into dap/planner-inventory
792024-02-01T17:43:02.531Zprocess exited: duration 7685 ms, exit code 0
 
802024-02-01T17:43:02.538Zstarting task 4: "build"
812024-02-01T17:43:02.545Z+ cargo --version
822024-02-01T17:43:02.553Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-01T17:43:02.808Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-01T17:43:02.812Zinfo: downloading component 'cargo'
852024-02-01T17:43:03.816Zinfo: downloading component 'clippy'
862024-02-01T17:43:04.143Zinfo: downloading component 'rust-docs'
872024-02-01T17:43:05.388Zinfo: downloading component 'rust-std'
882024-02-01T17:43:07.212Zinfo: downloading component 'rustc'
892024-02-01T17:43:12.406Zinfo: downloading component 'rustfmt'
902024-02-01T17:43:12.684Zinfo: installing component 'cargo'
912024-02-01T17:43:14.001Zinfo: installing component 'clippy'
922024-02-01T17:43:14.496Zinfo: installing component 'rust-docs'
932024-02-01T17:43:17.324Zinfo: installing component 'rust-std'
942024-02-01T17:43:19.777Zinfo: installing component 'rustc'
952024-02-01T17:43:26.098Zinfo: installing component 'rustfmt'
962024-02-01T17:43:26.651Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-01T17:43:26.661Z+ rustc --version
982024-02-01T17:43:26.768Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-01T17:43:26.772Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-01T17:43:39.036Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-01T17:43:40.966Z Startup: Caching catalogs ... Done
1022024-02-01T17:43:43.946ZPlanning: Solver setup ... Done (2.470s)
1032024-02-01T17:43:44.010ZPlanning: Running solver ... Done (0.067s)
1042024-02-01T17:43:44.046ZPlanning: Finding local manifests ... Done (0.003s)
1052024-02-01T17:43:44.060ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-01T17:43:44.384ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-01T17:43:44.466ZPlanning: Package planning ... Done (0.082s)
1082024-02-01T17:43:44.552ZPlanning: Merging actions ... Done (0.085s)
1092024-02-01T17:43:45.922ZPlanning: Checking for conflicting actions ... Done (1.371s)
1102024-02-01T17:43:45.940ZPlanning: Consolidating action changes ... Done (0.018s)
1112024-02-01T17:43:52.183ZPlanning: Evaluating mediators ... Done (6.243s)
1122024-02-01T17:43:52.198ZPlanning: Planning completed in 11.18 seconds
1132024-02-01T17:43:56.614Z Packages to install: 4
1142024-02-01T17:43:56.614Z Mediators to change: 2
1152024-02-01T17:43:56.614Z Services to change: 1
1162024-02-01T17:43:56.614Z Estimated space available: 148.87 GB
1172024-02-01T17:43:56.614ZEstimated space to be consumed: 1.40 GB
1182024-02-01T17:43:56.618Z Create boot environment: No
1192024-02-01T17:43:56.619ZCreate backup boot environment: No
1202024-02-01T17:43:56.619Z Rebuild boot archive: No
1212024-02-01T17:43:56.619Z
1222024-02-01T17:43:56.619ZChanged mediators:
1232024-02-01T17:43:56.619Z mediator clang:
1242024-02-01T17:43:56.619Z version: None -> 15 (system default)
1252024-02-01T17:43:56.619Z
1262024-02-01T17:43:56.619Z mediator llvm:
1272024-02-01T17:43:56.619Z version: 14 (system default) -> 15 (system default)
1282024-02-01T17:43:56.619Z
1292024-02-01T17:43:56.619ZChanged packages:
1302024-02-01T17:43:56.619Zhelios-dev
1312024-02-01T17:43:56.619Z developer/build-essential
1322024-02-01T17:43:56.619Z None -> 11-2.0
1332024-02-01T17:43:56.619Z library/libxmlsec1
1342024-02-01T17:43:56.619Z None -> 1.2.35-2.0
1352024-02-01T17:43:56.619Z ooce/developer/clang-15
1362024-02-01T17:43:56.620Z None -> 15.0.7-2.0
1372024-02-01T17:43:56.620Z ooce/developer/llvm-15
1382024-02-01T17:43:56.620Z None -> 15.0.7-2.0
1392024-02-01T17:43:56.620Z
1402024-02-01T17:43:56.620ZServices:
1412024-02-01T17:43:56.620Z restart_fmri:
1422024-02-01T17:43:56.620Z svc:/system/update-man-index:default
1432024-02-01T17:43:56.935Z
1442024-02-01T17:43:56.935ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-01T17:44:02.036ZDownload: 578/3290 items 17.5/212.6MB 8% complete (3.6M/s)
1462024-02-01T17:44:08.816ZDownload: 1194/3290 items 83.5/212.6MB 39% complete (8.3M/s)
1472024-02-01T17:44:30.773ZDownload: 1254/3290 items 109.5/212.6MB 51% complete (9.1M/s)
1482024-02-01T17:44:30.774ZDownload: 2016/3290 items 118.7/212.6MB 55% complete (3.8M/s)
1492024-02-01T17:44:30.774ZDownload: 2604/3290 items 120.5/212.6MB 56% complete (1.4M/s)
1502024-02-01T17:44:30.774ZDownload: 3255/3290 items 204.0/212.6MB 95% complete (8.5M/s)
1512024-02-01T17:44:30.774ZDownload: Completed 212.60 MB in 30.67 seconds (6.9M/s)
1522024-02-01T17:44:30.775Z Actions: 1/3689 actions (Installing new actions)
1532024-02-01T17:44:33.284Z Actions: 2911/3689 actions (Installing new actions)
1542024-02-01T17:44:36.161Z Actions: Completed 3689 actions in 7.87 seconds.
1552024-02-01T17:44:36.303Z Done (0.136s)
1562024-02-01T17:44:36.303Z Done (0.000s)
1572024-02-01T17:44:36.632Z Done (0.330s)
1582024-02-01T17:44:44.450Z Done (7.678s)
1592024-02-01T17:44:44.734Z Done (0.097s)
1602024-02-01T17:44:44.738Z Done (0.000s)
1612024-02-01T17:44:45.110Z Done (0.000s)
1622024-02-01T17:44:45.862ZPlanning: Evaluating mediator changes ... Done
1632024-02-01T17:44:46.147ZPlanning: Checking for conflicting actions ... Done
1642024-02-01T17:44:46.154ZPlanning: Consolidating action changes ... Done
1652024-02-01T17:44:46.587ZPlanning: Evaluating mediators ... Done
1662024-02-01T17:44:46.595ZPlanning: Planning completed in 0.73 seconds
1672024-02-01T17:44:46.641Z Mediators to change: 2
1682024-02-01T17:44:46.641Z Create boot environment: No
1692024-02-01T17:44:46.645ZCreate backup boot environment: No
1702024-02-01T17:44:46.774Z Done
1712024-02-01T17:44:46.774Z Done
1722024-02-01T17:44:46.980Z Done
1732024-02-01T17:44:53.011Z Done
1742024-02-01T17:44:53.137Z Done
1752024-02-01T17:44:53.147Z Done
1762024-02-01T17:44:53.362Z Done
1772024-02-01T17:44:54.370ZPlanning: Evaluating mediator changes ... Done
1782024-02-01T17:44:58.602ZPlanning: Merging actions ... Done
1792024-02-01T17:44:58.602ZPlanning: Checking for conflicting actions ... Done
1802024-02-01T17:44:58.602ZPlanning: Consolidating action changes ... Done
1812024-02-01T17:44:59.079ZPlanning: Evaluating mediators ... Done
1822024-02-01T17:44:59.079ZPlanning: Planning completed in 1.31 seconds
1832024-02-01T17:44:59.079Z Packages to change: 1
1842024-02-01T17:44:59.079Z Mediators to change: 1
1852024-02-01T17:44:59.079Z Services to change: 1
1862024-02-01T17:44:59.079Z Create boot environment: No
1872024-02-01T17:44:59.079ZCreate backup boot environment: Yes
1882024-02-01T17:44:59.079Z Actions: 1/6 actions (Updating modified actions)
1892024-02-01T17:44:59.079Z Actions: Completed 6 actions in 0.00 seconds.
1902024-02-01T17:44:59.079Z Done
1912024-02-01T17:44:59.080Z Done
1922024-02-01T17:44:59.080Z Done
1932024-02-01T17:45:03.582Z Done
1942024-02-01T17:45:03.710Z Done
1952024-02-01T17:45:03.713Z Done
1962024-02-01T17:45:03.882Z Done
1972024-02-01T17:45:04.511ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-02-01T17:45:04.511Zclang system 15 system
1992024-02-01T17:45:04.511Zcsh system system illumos
2002024-02-01T17:45:04.511Zctags system system illumos
2012024-02-01T17:45:04.511Zgcc vendor 12 vendor
2022024-02-01T17:45:04.512Zgcc system 10 system
2032024-02-01T17:45:04.512Zgcc system 7 system
2042024-02-01T17:45:04.512Zgo system 1.20 system
2052024-02-01T17:45:04.512Zgo system 1.19 system
2062024-02-01T17:45:04.512Zllvm system 15 system
2072024-02-01T17:45:04.512Zllvm system 14 system
2082024-02-01T17:45:04.512Zmariadb system 10.6 system
2092024-02-01T17:45:04.512Zmta vendor vendor dma
2102024-02-01T17:45:04.512Zopenjdk system 17 system
2112024-02-01T17:45:04.512Zopenjdk system 11 system
2122024-02-01T17:45:04.512Zopenjdk system 1.8 system
2132024-02-01T17:45:04.512Zopenssl vendor 3 vendor
2142024-02-01T17:45:04.512Zperl system 5.36 system
2152024-02-01T17:45:04.512Zpostgresql system 15 system
2162024-02-01T17:45:04.512Zpostgresql system 13 system
2172024-02-01T17:45:04.512Zpython vendor 3 vendor
2182024-02-01T17:45:04.515Zpython system 2 system
2192024-02-01T17:45:04.515Zpython3 system 3.11 system
2202024-02-01T17:45:04.515Zruby system 3.0 system
2212024-02-01T17:45:04.515Zwords vendor vendor american-english
2222024-02-01T17:45:04.516Zwords system system australian-english
2232024-02-01T17:45:04.516Zwords system system british-english
2242024-02-01T17:45:04.554Zwords system system canadian-english
2252024-02-01T17:45:04.554Zwords system system french
2262024-02-01T17:45:04.554Zwords system system italian
2272024-02-01T17:45:04.555Zwords system system ngerman
2282024-02-01T17:45:04.555Zwords system system ogerman
2292024-02-01T17:45:04.555Zwords system system spanish
2302024-02-01T17:45:05.078ZFMRI IFO
2312024-02-01T17:45:05.079Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-02-01T17:45:05.079Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-02-01T17:45:05.079Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-02-01T17:45:05.079Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-02-01T17:45:05.080Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-02-01T17:45:05.080Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-02-01T17:45:05.080Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-02-01T17:45:05.080Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-02-01T17:45:05.161Z+ set -o errexit
2402024-02-01T17:45:05.165Z+++ dirname ./tools/ci_download_cockroachdb
2412024-02-01T17:45:05.170Z++ cd ./tools
2422024-02-01T17:45:05.170Z++ pwd
2432024-02-01T17:45:05.170Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2442024-02-01T17:45:05.170Z++ basename ./tools/ci_download_cockroachdb
2452024-02-01T17:45:05.170Z+ ARG0=ci_download_cockroachdb
2462024-02-01T17:45:05.175Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2472024-02-01T17:45:05.175Z+ CIDL_VERSION=v22.1.9
2482024-02-01T17:45:05.176Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2492024-02-01T17:45:05.176Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2502024-02-01T17:45:05.176Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2512024-02-01T17:45:05.176Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2522024-02-01T17:45:05.176Z+ TARGET_DIR=out
2532024-02-01T17:45:05.176Z+ DOWNLOAD_DIR=out/downloads
2542024-02-01T17:45:05.176Z+ DEST_DIR=./out/cockroachdb
2552024-02-01T17:45:05.176Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2562024-02-01T17:45:05.176Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2572024-02-01T17:45:05.183Z+ main
2582024-02-01T17:45:05.183Z+ [[ 0 != 0 ]]
2592024-02-01T17:45:05.183Z+ CIDL_OS=solaris2.11
2602024-02-01T17:45:05.183Z+ [[ 0 != 0 ]]
2612024-02-01T17:45:05.183Z+ configure_os solaris2.11
2622024-02-01T17:45:05.183Z+ echo 'current directory: /work/oxidecomputer/omicron'
2632024-02-01T17:45:05.183Zcurrent directory: /work/oxidecomputer/omicron
2642024-02-01T17:45:05.183Z+ echo 'configuring based on OS: "solaris2.11"'
2652024-02-01T17:45:05.183Z+ case "$1" in
2662024-02-01T17:45:05.183Zconfiguring based on OS: "solaris2.11"
2672024-02-01T17:45:05.184Z+ CIDL_BUILD=illumos
2682024-02-01T17:45:05.184Z+ CIDL_SUFFIX=tar.gz
2692024-02-01T17:45:05.184Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2702024-02-01T17:45:05.184Z+ CIDL_MD5FUNC=do_md5sum
2712024-02-01T17:45:05.184Z+ CIDL_URL_BASE=https://illumos.org/downloads
2722024-02-01T17:45:05.184Z+ CIDL_ASSEMBLE=do_assemble_illumos
2732024-02-01T17:45:05.184Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2742024-02-01T17:45:05.184Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2752024-02-01T17:45:05.184Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-02-01T17:45:05.184Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2772024-02-01T17:45:05.184Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-02-01T17:45:05.184ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-02-01T17:45:05.184ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-02-01T17:45:05.184Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812024-02-01T17:45:05.184Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-02-01T17:45:05.184Z+ mkdir -p out/downloads
2832024-02-01T17:45:05.191Z+ mkdir -p ./out/cockroachdb
2842024-02-01T17:45:05.191Z+ local DO_DOWNLOAD=true
2852024-02-01T17:45:05.191Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2862024-02-01T17:45:05.191Z+ '[' true == true ']'
2872024-02-01T17:45:05.191Z+ echo Downloading...
2882024-02-01T17:45:05.191ZDownloading...
2892024-02-01T17:45:05.191Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-01T17:45:05.191Z+ 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
2912024-02-01T17:45:09.456Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-01T17:45:09.460Z++ md5sum
2932024-02-01T17:45:09.460Z++ awk '{print $1}'
2942024-02-01T17:45:09.676Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2952024-02-01T17:45:09.676Z+ [[ 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 ]]
2962024-02-01T17:45:09.677Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-01T17:45:09.681Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2982024-02-01T17:45:13.062Z+ do_assemble_illumos
2992024-02-01T17:45:13.063Z+ rm -r ./out/cockroachdb
3002024-02-01T17:45:13.066Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3012024-02-01T17:45:13.741Z+ ./out/cockroachdb/bin/cockroach version
3022024-02-01T17:45:14.070ZBuild Tag: v22.1.9-dirty
3032024-02-01T17:45:14.070ZBuild Time: 2022/10/26 21:17:46
3042024-02-01T17:45:14.070ZDistribution: OSS
3052024-02-01T17:45:14.070ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3062024-02-01T17:45:14.070ZGo Version: go1.17.13
3072024-02-01T17:45:14.070ZC Compiler: gcc 10.3.0
3082024-02-01T17:45:14.071ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3092024-02-01T17:45:14.071ZBuild Type: release
3102024-02-01T17:45:14.098Z+ set -o errexit
3112024-02-01T17:45:14.102Z+++ dirname ./tools/ci_download_clickhouse
3122024-02-01T17:45:14.105Z++ cd ./tools
3132024-02-01T17:45:14.105Z++ pwd
3142024-02-01T17:45:14.106Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3152024-02-01T17:45:14.106Z++ basename ./tools/ci_download_clickhouse
3162024-02-01T17:45:14.109Z+ ARG0=ci_download_clickhouse
3172024-02-01T17:45:14.109Z+ TARGET_DIR=out
3182024-02-01T17:45:14.109Z+ DOWNLOAD_DIR=out/downloads
3192024-02-01T17:45:14.110Z+ DEST_DIR=./out/clickhouse
3202024-02-01T17:45:14.110Z+ CIDL_VERSION=v22.8.9.24
3212024-02-01T17:45:14.110Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3222024-02-01T17:45:14.110Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3232024-02-01T17:45:14.110Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3242024-02-01T17:45:14.110Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3252024-02-01T17:45:14.110Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3262024-02-01T17:45:14.110Z+ main
3272024-02-01T17:45:14.110Z+ [[ 0 != 0 ]]
3282024-02-01T17:45:14.110Z+ CIDL_OS=solaris2.11
3292024-02-01T17:45:14.110Z+ [[ 0 != 0 ]]
3302024-02-01T17:45:14.111Z+ configure_os solaris2.11
3312024-02-01T17:45:14.111Z+ echo 'current directory: /work/oxidecomputer/omicron'
3322024-02-01T17:45:14.111Zcurrent directory: /work/oxidecomputer/omicron
3332024-02-01T17:45:14.111Zconfiguring based on OS: "solaris2.11"
3342024-02-01T17:45:14.111Z+ echo 'configuring based on OS: "solaris2.11"'
3352024-02-01T17:45:14.111Z+ CIDL_DASHREV=
3362024-02-01T17:45:14.111Z+ case "$1" in
3372024-02-01T17:45:14.111Z+ CIDL_PLATFORM=illumos
3382024-02-01T17:45:14.111Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3392024-02-01T17:45:14.111Z+ CIDL_MD5FUNC=do_md5sum
3402024-02-01T17:45:14.112Z+ CIDL_DASHREV=-1
3412024-02-01T17:45:14.112Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3422024-02-01T17:45:14.112Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-01T17:45:14.112Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-01T17:45:14.112Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-01T17:45:14.112Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3462024-02-01T17:45:14.112ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472024-02-01T17:45:14.112Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3482024-02-01T17:45:14.112ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-01T17:45:14.112Z+ mkdir -p out/downloads
3502024-02-01T17:45:14.112Z+ mkdir -p ./out/clickhouse
3512024-02-01T17:45:14.122Z+ local DO_DOWNLOAD=true
3522024-02-01T17:45:14.122Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3532024-02-01T17:45:14.122Z+ '[' true == true ']'
3542024-02-01T17:45:14.122Z+ echo Downloading...
3552024-02-01T17:45:14.123ZDownloading...
3562024-02-01T17:45:14.123Z+ 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
3572024-02-01T17:45:14.123Z+ 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
3582024-02-01T17:45:15.511Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592024-02-01T17:45:15.515Z++ md5sum
3602024-02-01T17:45:15.515Z++ awk '{print $1}'
3612024-02-01T17:45:15.774Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3622024-02-01T17:45:15.774Z+ [[ 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 ]]
3632024-02-01T17:45:15.774Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3642024-02-01T17:45:15.778Z+ mkdir -p ./out/clickhouse
3652024-02-01T17:45:15.778Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3662024-02-01T17:45:20.556Z+ ./out/clickhouse/clickhouse server --version
3672024-02-01T17:45:20.624ZClickHouse server version 22.8.9.1.
3682024-02-01T17:45:20.642Z+ set -o errexit
3692024-02-01T17:45:20.643Z+++ dirname ./tools/ci_download_console
3702024-02-01T17:45:20.643Z++ cd ./tools
3712024-02-01T17:45:20.652Z++ pwd
3722024-02-01T17:45:20.652Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3732024-02-01T17:45:20.652Z++ basename ./tools/ci_download_console
3742024-02-01T17:45:20.652Z+ ARG0=ci_download_console
3752024-02-01T17:45:20.652Z+ TARGET_DIR=out
3762024-02-01T17:45:20.652Z+ DOWNLOAD_DIR=out/downloads
3772024-02-01T17:45:20.653Z+ DEST_DIR=./out/console-assets
3782024-02-01T17:45:20.653Z+ source /work/oxidecomputer/omicron/tools/console_version
3792024-02-01T17:45:20.654Z++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0
3802024-02-01T17:45:20.654Z++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
3812024-02-01T17:45:20.654Z+ URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3822024-02-01T17:45:20.654Z+ TARBALL_FILE=out/downloads/console.tar.gz
3832024-02-01T17:45:20.654Z+ main
3842024-02-01T17:45:20.654Z+ [[ 0 != 0 ]]
3852024-02-01T17:45:20.654Z+ echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz'
3862024-02-01T17:45:20.654ZURL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3872024-02-01T17:45:20.654Z+ echo 'Local file: out/downloads/console.tar.gz'
3882024-02-01T17:45:20.655ZLocal file: out/downloads/console.tar.gz
3892024-02-01T17:45:20.655Z+ local DO_DOWNLOAD=true
3902024-02-01T17:45:20.655Z+ [[ -f out/downloads/console.tar.gz ]]
3912024-02-01T17:45:20.655Z+ mkdir -p out/downloads
3922024-02-01T17:45:20.655Z+ '[' true == true ']'
3932024-02-01T17:45:20.655Z+ echo Downloading...
3942024-02-01T17:45:20.655ZDownloading...
3952024-02-01T17:45:20.655Z+ do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz
3962024-02-01T17:45:20.655Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3972024-02-01T17:45:21.269Z++ do_sha256sum out/downloads/console.tar.gz
3982024-02-01T17:45:21.269Z++ case "$OSTYPE" in
3992024-02-01T17:45:21.269Z++ SHA=sha256sum
4002024-02-01T17:45:21.272Z++ sha256sum
4012024-02-01T17:45:21.273Z++ awk '{print $1}'
4022024-02-01T17:45:21.339Z+ calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
4032024-02-01T17:45:21.339Z+ [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]]
4042024-02-01T17:45:21.343Z+ rm -rf ./out/console-assets
4052024-02-01T17:45:21.343Z+ mkdir -p ./out/console-assets
4062024-02-01T17:45:21.347Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4072024-02-01T17:45:21.347Z+ mkdir -p ./out/console-assets
4082024-02-01T17:45:21.348Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4092024-02-01T17:45:21.491Z+ set -o errexit
4102024-02-01T17:45:21.502Z+++ dirname ./tools/ci_download_maghemite_openapi
4112024-02-01T17:45:21.502Z++ cd ./tools
4122024-02-01T17:45:21.502Z++ pwd
4132024-02-01T17:45:21.502Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4142024-02-01T17:45:21.502Z++ basename ./tools/ci_download_maghemite_openapi
4152024-02-01T17:45:21.503Z+ ARG0=ci_download_maghemite_openapi
4162024-02-01T17:45:21.503Z+ TARGET_DIR=out
4172024-02-01T17:45:21.503Z+ DOWNLOAD_DIR=out/downloads
4182024-02-01T17:45:21.505Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4192024-02-01T17:45:21.505Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4202024-02-01T17:45:21.505Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4212024-02-01T17:45:21.505Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4222024-02-01T17:45:21.505Z+ LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4232024-02-01T17:45:21.506Z+ main
4242024-02-01T17:45:21.506Z+ [[ 0 != 0 ]]
4252024-02-01T17:45:21.506Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json'
4262024-02-01T17:45:21.506ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4272024-02-01T17:45:21.507Z+ echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4282024-02-01T17:45:21.507Z+ local DO_DOWNLOAD=true
4292024-02-01T17:45:21.507ZLocal file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4302024-02-01T17:45:21.507Z+ [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4312024-02-01T17:45:21.508Z+ mkdir -p out/downloads
4322024-02-01T17:45:21.508Z+ '[' true == true ']'
4332024-02-01T17:45:21.508Z+ echo Downloading...
4342024-02-01T17:45:21.508ZDownloading...
4352024-02-01T17:45:21.508Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4362024-02-01T17:45:21.508Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4372024-02-01T17:45:21.728Z++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4382024-02-01T17:45:21.728Z++ case "$OSTYPE" in
4392024-02-01T17:45:21.732Z++ SHA=sha256sum
4402024-02-01T17:45:21.732Z++ sha256sum
4412024-02-01T17:45:21.732Z++ awk '{print $1}'
4422024-02-01T17:45:21.732Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4432024-02-01T17:45:21.733Z+ [[ 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 ]]
4442024-02-01T17:45:21.733Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4452024-02-01T17:45:21.733Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4462024-02-01T17:45:21.733Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4472024-02-01T17:45:21.733Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4482024-02-01T17:45:21.733Z+ LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4492024-02-01T17:45:21.733Z+ main
4502024-02-01T17:45:21.734Z+ [[ 0 != 0 ]]
4512024-02-01T17:45:21.734Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json'
4522024-02-01T17:45:21.734ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4532024-02-01T17:45:21.734Z+ echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4542024-02-01T17:45:21.734ZLocal file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4552024-02-01T17:45:21.734Z+ local DO_DOWNLOAD=true
4562024-02-01T17:45:21.734Z+ [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4572024-02-01T17:45:21.735Z+ mkdir -p out/downloads
4582024-02-01T17:45:21.735Z+ '[' true == true ']'
4592024-02-01T17:45:21.735Z+ echo Downloading...
4602024-02-01T17:45:21.735ZDownloading...
4612024-02-01T17:45:21.735Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4622024-02-01T17:45:21.735Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4632024-02-01T17:45:21.971Z++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4642024-02-01T17:45:21.996Z++ case "$OSTYPE" in
4652024-02-01T17:45:21.996Z++ SHA=sha256sum
4662024-02-01T17:45:21.996Z++ sha256sum
4672024-02-01T17:45:21.996Z++ awk '{print $1}'
4682024-02-01T17:45:21.996Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4692024-02-01T17:45:21.996Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4702024-02-01T17:45:21.996Z+ set -o errexit
4712024-02-01T17:45:21.996Z+++ dirname ./tools/ci_download_dendrite_openapi
4722024-02-01T17:45:21.997Z++ cd ./tools
4732024-02-01T17:45:21.997Z++ pwd
4742024-02-01T17:45:21.997Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4752024-02-01T17:45:21.997Z++ basename ./tools/ci_download_dendrite_openapi
4762024-02-01T17:45:21.997Z+ ARG0=ci_download_dendrite_openapi
4772024-02-01T17:45:21.997Z+ TARGET_DIR=out
4782024-02-01T17:45:21.997Z+ DOWNLOAD_DIR=out/downloads
4792024-02-01T17:45:21.997Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4802024-02-01T17:45:21.997Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4812024-02-01T17:45:21.998Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4822024-02-01T17:45:21.998Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4832024-02-01T17:45:21.998Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4842024-02-01T17:45:21.998Z+ main
4852024-02-01T17:45:21.998Z+ [[ 0 != 0 ]]
4862024-02-01T17:45:21.999Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4872024-02-01T17:45:21.999ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4882024-02-01T17:45:21.999Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4892024-02-01T17:45:21.999Z+ local DO_DOWNLOAD=true
4902024-02-01T17:45:21.999ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4912024-02-01T17:45:21.999Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4922024-02-01T17:45:21.999Z+ mkdir -p out/downloads
4932024-02-01T17:45:21.999Z+ '[' true == true ']'
4942024-02-01T17:45:21.999Z+ echo Downloading...
4952024-02-01T17:45:22.000ZDownloading...
4962024-02-01T17:45:22.000Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4972024-02-01T17:45:22.000Z+ 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
4982024-02-01T17:45:22.159Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4992024-02-01T17:45:22.160Z++ case "$OSTYPE" in
5002024-02-01T17:45:22.163Z++ SHA=sha256sum
5012024-02-01T17:45:22.165Z++ sha256sum
5022024-02-01T17:45:22.165Z++ awk '{print $1}'
5032024-02-01T17:45:22.168Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5042024-02-01T17:45:22.168Z+ [[ 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 ]]
5052024-02-01T17:45:22.176Z+ set -o errexit
5062024-02-01T17:45:22.179Z+++ dirname ./tools/ci_download_dendrite_stub
5072024-02-01T17:45:22.182Z++ cd ./tools
5082024-02-01T17:45:22.182Z++ pwd
5092024-02-01T17:45:22.182Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-02-01T17:45:22.186Z++ basename ./tools/ci_download_dendrite_stub
5112024-02-01T17:45:22.186Z+ ARG0=ci_download_dendrite_stub
5122024-02-01T17:45:22.186Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5132024-02-01T17:45:22.186Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5142024-02-01T17:45:22.186Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5152024-02-01T17:45:22.186Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5162024-02-01T17:45:22.186Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5172024-02-01T17:45:22.186Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5182024-02-01T17:45:22.186Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5192024-02-01T17:45:22.186Z+ TARGET_DIR=out
5202024-02-01T17:45:22.186Z+ DOWNLOAD_DIR=out/downloads
5212024-02-01T17:45:22.187Z+ DEST_DIR=./out/dendrite-stub
5222024-02-01T17:45:22.187Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5232024-02-01T17:45:22.187Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5242024-02-01T17:45:22.187Z+ REPO=oxidecomputer/dendrite
5252024-02-01T17:45:22.187Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5262024-02-01T17:45:22.188Z+ main
5272024-02-01T17:45:22.188Z+ [[ 0 != 0 ]]
5282024-02-01T17:45:22.188Z+ CIDL_OS=solaris2.11
5292024-02-01T17:45:22.188Z+ [[ 0 != 0 ]]
5302024-02-01T17:45:22.188Z+ configure_os solaris2.11
5312024-02-01T17:45:22.188Z+ echo 'current directory: /work/oxidecomputer/omicron'
5322024-02-01T17:45:22.188Zcurrent directory: /work/oxidecomputer/omicron
5332024-02-01T17:45:22.188Z+ echo 'configuring based on OS: "solaris2.11"'
5342024-02-01T17:45:22.188Zconfiguring based on OS: "solaris2.11"
5352024-02-01T17:45:22.188Z+ case "$1" in
5362024-02-01T17:45:22.188Z+ SET_BINARIES=
5372024-02-01T17:45:22.188Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5382024-02-01T17:45:22.188Z+ CIDL_SHA256FUNC=do_sha256sum
5392024-02-01T17:45:22.188Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5402024-02-01T17:45:22.188Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5412024-02-01T17:45:22.188Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5422024-02-01T17:45:22.188Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5432024-02-01T17:45:22.188Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5442024-02-01T17:45:22.188ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5452024-02-01T17:45:22.189ZLocal file: out/downloads/dendrite-stub.tar.gz
5462024-02-01T17:45:22.189Z+ mkdir -p out/downloads
5472024-02-01T17:45:22.195Z+ mkdir -p ./out/dendrite-stub
5482024-02-01T17:45:22.195Z+ fetch_and_verify
5492024-02-01T17:45:22.195Z+ local DO_DOWNLOAD=true
5502024-02-01T17:45:22.195Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5512024-02-01T17:45:22.196Z+ '[' true == true ']'
5522024-02-01T17:45:22.196Z+ echo Downloading...
5532024-02-01T17:45:22.196ZDownloading...
5542024-02-01T17:45:22.196Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5552024-02-01T17:45:22.196Z+ 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
5562024-02-01T17:45:30.953Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5572024-02-01T17:45:30.960Z++ sha256sum
5582024-02-01T17:45:30.960Z++ awk '{print $1}'
5592024-02-01T17:45:31.055Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5602024-02-01T17:45:31.055Z+ [[ 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 ]]
5612024-02-01T17:45:31.060Z+ do_untar out/downloads/dendrite-stub.tar.gz
5622024-02-01T17:45:31.060Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5632024-02-01T17:45:32.124Z+ do_assemble
5642024-02-01T17:45:32.124Z+ rm -r ./out/dendrite-stub
5652024-02-01T17:45:32.128Z+ mkdir ./out/dendrite-stub
5662024-02-01T17:45:32.133Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5672024-02-01T17:45:32.311Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5682024-02-01T17:45:32.321Z+ set -o errexit
5692024-02-01T17:45:32.336Z+++ dirname ./tools/ci_download_maghemite_mgd
5702024-02-01T17:45:32.336Z++ cd ./tools
5712024-02-01T17:45:32.336Z++ pwd
5722024-02-01T17:45:32.336Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5732024-02-01T17:45:32.336Z++ basename ./tools/ci_download_maghemite_mgd
5742024-02-01T17:45:32.345Z+ ARG0=ci_download_maghemite_mgd
5752024-02-01T17:45:32.345Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5762024-02-01T17:45:32.346Z++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
5772024-02-01T17:45:32.346Z++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184
5782024-02-01T17:45:32.346Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5792024-02-01T17:45:32.346Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
5802024-02-01T17:45:32.346Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5812024-02-01T17:45:32.347Z+ TARGET_DIR=out
5822024-02-01T17:45:32.347Z+ DOWNLOAD_DIR=out/downloads
5832024-02-01T17:45:32.347Z+ DEST_DIR=./out/mgd
5842024-02-01T17:45:32.347Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5852024-02-01T17:45:32.347Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5862024-02-01T17:45:32.348Z+ REPO=oxidecomputer/maghemite
5872024-02-01T17:45:32.348Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03
5882024-02-01T17:45:32.348Z+ main
5892024-02-01T17:45:32.348Z+ [[ 0 != 0 ]]
5902024-02-01T17:45:32.348Z+ CIDL_OS=solaris2.11
5912024-02-01T17:45:32.348Z+ [[ 0 != 0 ]]
5922024-02-01T17:45:32.348Z+ configure_os solaris2.11
5932024-02-01T17:45:32.348Z+ echo 'current directory: /work/oxidecomputer/omicron'
5942024-02-01T17:45:32.348Zcurrent directory: /work/oxidecomputer/omicron
5952024-02-01T17:45:32.349Z+ echo 'configuring based on OS: "solaris2.11"'
5962024-02-01T17:45:32.349Z+ case "$1" in
5972024-02-01T17:45:32.349Z+ SET_BINARIES=
5982024-02-01T17:45:32.349Zconfiguring based on OS: "solaris2.11"
5992024-02-01T17:45:32.349Z+ CIDL_SHA256FUNC=do_sha256sum
6002024-02-01T17:45:32.349Z+ TARBALL_FILENAME=mgd.tar.gz
6012024-02-01T17:45:32.349Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6022024-02-01T17:45:32.349Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6032024-02-01T17:45:32.349Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz'
6042024-02-01T17:45:32.350ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6052024-02-01T17:45:32.350Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6062024-02-01T17:45:32.350ZLocal file: out/downloads/mgd.tar.gz
6072024-02-01T17:45:32.350Z+ mkdir -p out/downloads
6082024-02-01T17:45:32.350Z+ mkdir -p ./out/mgd
6092024-02-01T17:45:32.350Z+ fetch_and_verify
6102024-02-01T17:45:32.350Z+ local DO_DOWNLOAD=true
6112024-02-01T17:45:32.350Z+ [[ -f out/downloads/mgd.tar.gz ]]
6122024-02-01T17:45:32.350Z+ '[' true == true ']'
6132024-02-01T17:45:32.350Z+ echo Downloading...
6142024-02-01T17:45:32.351ZDownloading...
6152024-02-01T17:45:32.351Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz
6162024-02-01T17:45:32.351Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6172024-02-01T17:45:40.517Z++ do_sha256sum out/downloads/mgd.tar.gz
6182024-02-01T17:45:40.521Z++ sha256sum
6192024-02-01T17:45:40.521Z++ awk '{print $1}'
6202024-02-01T17:45:40.596Z+ calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6212024-02-01T17:45:40.596Z+ [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]]
6222024-02-01T17:45:40.600Z+ do_untar out/downloads/mgd.tar.gz
6232024-02-01T17:45:40.600Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6242024-02-01T17:45:41.264Z+ do_assemble
6252024-02-01T17:45:41.264Z+ rm -r ./out/mgd
6262024-02-01T17:45:41.268Z+ mkdir ./out/mgd
6272024-02-01T17:45:41.271Z+ cp -r out/downloads/root ./out/mgd/root
6282024-02-01T17:45:41.498Z+ set -o errexit
6292024-02-01T17:45:41.501Z+++ dirname ./tools/ci_download_transceiver_control
6302024-02-01T17:45:41.504Z++ cd ./tools
6312024-02-01T17:45:41.504Z++ pwd
6322024-02-01T17:45:41.504Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6332024-02-01T17:45:41.504Z++ basename ./tools/ci_download_transceiver_control
6342024-02-01T17:45:41.508Z+ ARG0=ci_download_transceiver_control
6352024-02-01T17:45:41.508Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6362024-02-01T17:45:41.508Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6372024-02-01T17:45:41.508Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6382024-02-01T17:45:41.508Z+ TARGET_DIR=out
6392024-02-01T17:45:41.508Z+ DOWNLOAD_DIR=out/downloads
6402024-02-01T17:45:41.508Z+ DEST_DIR=./out/transceiver-control
6412024-02-01T17:45:41.508Z+ BIN_DIR=/opt/oxide/bin
6422024-02-01T17:45:41.510Z+ BINARY=xcvradm
6432024-02-01T17:45:41.510Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6442024-02-01T17:45:41.510Z+ REPO=oxidecomputer/transceiver-control
6452024-02-01T17:45:41.510Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6462024-02-01T17:45:41.510Z+ main
6472024-02-01T17:45:41.510Z+ [[ 0 != 0 ]]
6482024-02-01T17:45:41.510Z+ CIDL_OS=solaris2.11
6492024-02-01T17:45:41.510Z+ [[ 0 != 0 ]]
6502024-02-01T17:45:41.510Z+ configure_os solaris2.11
6512024-02-01T17:45:41.510Z+ echo 'current directory: /work/oxidecomputer/omicron'
6522024-02-01T17:45:41.511Zcurrent directory: /work/oxidecomputer/omicron
6532024-02-01T17:45:41.511Z+ echo 'configuring based on OS: "solaris2.11"'
6542024-02-01T17:45:41.511Zconfiguring based on OS: "solaris2.11"
6552024-02-01T17:45:41.511Z+ case "$1" in
6562024-02-01T17:45:41.511Z+ SET_BINARIES=
6572024-02-01T17:45:41.511Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6582024-02-01T17:45:41.511Z+ CIDL_SHA256FUNC=do_sha256sum
6592024-02-01T17:45:41.511Z+ ARCHIVE_FILENAME=xcvradm.gz
6602024-02-01T17:45:41.511Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6612024-02-01T17:45:41.511Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6622024-02-01T17:45:41.511Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6632024-02-01T17:45:41.511ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642024-02-01T17:45:41.511ZLocal file: out/downloads/xcvradm.gz
6652024-02-01T17:45:41.511Z+ echo 'Local file: out/downloads/xcvradm.gz'
6662024-02-01T17:45:41.511Z+ mkdir -p out/downloads
6672024-02-01T17:45:41.515Z+ mkdir -p ./out/transceiver-control
6682024-02-01T17:45:41.515Z+ fetch_and_verify
6692024-02-01T17:45:41.515Z+ local DO_DOWNLOAD=true
6702024-02-01T17:45:41.515Z+ [[ -f out/downloads/xcvradm.gz ]]
6712024-02-01T17:45:41.515Z+ '[' true == true ']'
6722024-02-01T17:45:41.515Z+ echo Downloading...
6732024-02-01T17:45:41.515ZDownloading...
6742024-02-01T17:45:41.515Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6752024-02-01T17:45:41.515Z+ 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
6762024-02-01T17:45:43.037Z++ do_sha256sum out/downloads/xcvradm.gz
6772024-02-01T17:45:43.040Z++ sha256sum
6782024-02-01T17:45:43.040Z++ awk '{print $1}'
6792024-02-01T17:45:43.063Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6802024-02-01T17:45:43.064Z+ [[ 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 ]]
6812024-02-01T17:45:43.068Z+ do_unpack out/downloads/xcvradm.gz
6822024-02-01T17:45:43.068Z+ mkdir -p out/downloads/root//opt/oxide/bin
6832024-02-01T17:45:43.068Z+ gzip -dc out/downloads/xcvradm.gz
6842024-02-01T17:45:43.265Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6852024-02-01T17:45:43.269Z+ do_assemble
6862024-02-01T17:45:43.269Z+ rm -r ./out/transceiver-control
6872024-02-01T17:45:43.272Z+ mkdir ./out/transceiver-control
6882024-02-01T17:45:43.272Z+ cp -r out/downloads/root ./out/transceiver-control/root
6892024-02-01T17:45:43.553ZAll prerequisites installed successfully
6902024-02-01T17:45:43.557Z
6912024-02-01T17:45:43.557Zreal 2:16.748460383
6922024-02-01T17:45:43.557Zuser 53.368991867
6932024-02-01T17:45:43.558Zsys 10.495654198
6942024-02-01T17:45:43.558Ztrap 0.019863135
6952024-02-01T17:45:43.558Ztflt 0.225844980
6962024-02-01T17:45:43.558Zdflt 0.518339491
6972024-02-01T17:45:43.558Zkflt 0.293479353
6982024-02-01T17:45:43.558Zlock 2.276350459
6992024-02-01T17:45:43.559Zslp 4:16.178688301
7002024-02-01T17:45:43.559Zlat 3.375588474
7012024-02-01T17:45:43.559Zstop 0.060811164
7022024-02-01T17:45:43.559Z+ banner end-to-end-tests
7032024-02-01T17:45:43.564Z
7042024-02-01T17:45:43.564Z ###### # # ##### ##### #### ###### # # #####
7052024-02-01T17:45:43.564Z # ## # # # # # # # ## # # #
7062024-02-01T17:45:43.564Z ##### # # # # # ##### # # # ##### ##### # # # # #
7072024-02-01T17:45:43.564Z # # # # # # # # # # # # # # #
7082024-02-01T17:45:43.564Z # # ## # # # # # # # ## # #
7092024-02-01T17:45:43.564Z ###### # # ##### # #### ###### # # #####
7102024-02-01T17:45:43.564Z
7112024-02-01T17:45:43.565Z+ export CARGO_PROFILE_DEV_DEBUG=1
7122024-02-01T17:45:43.565Z+ CARGO_PROFILE_DEV_DEBUG=1
7132024-02-01T17:45:43.565Z+ export CARGO_PROFILE_TEST_DEBUG=1
7142024-02-01T17:45:43.565Z+ CARGO_PROFILE_TEST_DEBUG=1
7152024-02-01T17:45:43.565Z+ export CARGO_INCREMENTAL=0
7162024-02-01T17:45:43.565Z+ CARGO_INCREMENTAL=0
7172024-02-01T17:45:43.565Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7182024-02-01T17:45:44.015Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7192024-02-01T17:45:44.379Z Updating crates.io index
7202024-02-01T17:45:44.465Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7212024-02-01T17:45:45.287Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7222024-02-01T17:45:47.598Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7232024-02-01T17:45:48.990Z Updating git repository `http://github.com/oxidecomputer/tofino`
7242024-02-01T17:45:49.266Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7252024-02-01T17:45:49.590Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7262024-02-01T17:45:49.932Z Updating git repository `https://github.com/oxidecomputer/propolis`
7272024-02-01T17:45:50.929Z Updating git repository `https://github.com/oxidecomputer/crucible`
7282024-02-01T17:45:53.363Z Updating git repository `https://github.com/oxidecomputer/opte`
7292024-02-01T17:45:54.492Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7302024-02-01T17:45:55.073Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7312024-02-01T17:45:55.786Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7322024-02-01T17:45:56.083Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7332024-02-01T17:45:56.383Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7342024-02-01T17:45:56.716Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7352024-02-01T17:45:57.117Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7362024-02-01T17:45:58.005Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7372024-02-01T17:45:58.008Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7382024-02-01T17:45:58.604Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7392024-02-01T17:45:58.978Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7402024-02-01T17:45:59.322Z Updating git repository `https://github.com/jgallagher/nix`
7412024-02-01T17:46:00.618Z Updating git repository `https://github.com/cbiffle/hubpack`
7422024-02-01T17:46:01.054Z Updating git repository `https://github.com/oxidecomputer/typify`
7432024-02-01T17:46:02.842Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7442024-02-01T17:46:04.658Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7452024-02-01T17:46:05.069Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7462024-02-01T17:46:07.307Z Downloading crates ...
7472024-02-01T17:46:07.608Z Downloaded addr2line v0.21.0
7482024-02-01T17:46:07.615Z Downloaded libefi-sys v0.1.0
7492024-02-01T17:46:08.024Z Downloaded linear-map v1.2.0
7502024-02-01T17:46:08.028Z Downloaded normalize-line-endings v0.3.0
7512024-02-01T17:46:08.029Z Downloaded mime v0.3.17
7522024-02-01T17:46:08.029Z Downloaded new_debug_unreachable v1.0.4
7532024-02-01T17:46:08.029Z Downloaded console v0.15.8
7542024-02-01T17:46:08.029Z Downloaded aead v0.5.2
7552024-02-01T17:46:08.029Z Downloaded convert_case v0.4.0
7562024-02-01T17:46:08.029Z Downloaded cstr-argument v0.1.2
7572024-02-01T17:46:08.029Z Downloaded async-stream v0.3.5
7582024-02-01T17:46:08.029Z Downloaded dirs-next v2.0.0
7592024-02-01T17:46:08.029Z Downloaded match_cfg v0.1.0
7602024-02-01T17:46:08.029Z Downloaded atomic-waker v1.1.1
7612024-02-01T17:46:08.029Z Downloaded crucible-workspace-hack v0.1.0
7622024-02-01T17:46:08.029Z Downloaded atty v0.2.14
7632024-02-01T17:46:08.029Z Downloaded percent-encoding v2.3.1
7642024-02-01T17:46:08.029Z Downloaded phf_shared v0.10.0
7652024-02-01T17:46:08.029Z Downloaded pest_generator v2.7.6
7662024-02-01T17:46:08.029Z Downloaded pbkdf2 v0.12.2
7672024-02-01T17:46:08.029Z Downloaded password-hash v0.5.0
7682024-02-01T17:46:08.029Z Downloaded libsw v3.3.1
7692024-02-01T17:46:08.029Z Downloaded curve25519-dalek-derive v0.1.0
7702024-02-01T17:46:08.029Z Downloaded clap_derive v4.4.2
7712024-02-01T17:46:08.029Z Downloaded postgres-protocol v0.6.6
7722024-02-01T17:46:08.029Z Downloaded block-buffer v0.10.4
7732024-02-01T17:46:08.030Z Downloaded cfg-if v1.0.0
7742024-02-01T17:46:08.030Z Downloaded precomputed-hash v0.1.1
7752024-02-01T17:46:08.030Z Downloaded openssl-probe v0.1.5
7762024-02-01T17:46:08.030Z Downloaded num-derive v0.4.0
7772024-02-01T17:46:08.030Z Downloaded plain v0.2.3
7782024-02-01T17:46:08.030Z Downloaded anstream v0.5.0
7792024-02-01T17:46:08.030Z Downloaded time-core v0.1.1
7802024-02-01T17:46:08.030Z Downloaded cbc v0.1.2
7812024-02-01T17:46:08.030Z Downloaded ahash v0.8.6
7822024-02-01T17:46:08.030Z Downloaded polyval v0.6.1
7832024-02-01T17:46:08.030Z Downloaded pbkdf2 v0.11.0
7842024-02-01T17:46:08.030Z Downloaded equivalent v1.0.1
7852024-02-01T17:46:08.030Z Downloaded base64ct v1.6.0
7862024-02-01T17:46:08.030Z Downloaded proc-macro-error-attr v1.0.4
7872024-02-01T17:46:08.030Z Downloaded phf v0.11.2
7882024-02-01T17:46:08.030Z Downloaded foreign-types-shared v0.1.1
7892024-02-01T17:46:08.030Z Downloaded num-rational v0.4.1
7902024-02-01T17:46:08.030Z Downloaded data-encoding v2.4.0
7912024-02-01T17:46:08.030Z Downloaded quick-error v1.2.3
7922024-02-01T17:46:08.030Z Downloaded tokio-macros v2.2.0
7932024-02-01T17:46:08.030Z Downloaded endian-type v0.1.2
7942024-02-01T17:46:08.030Z Downloaded thiserror-impl v1.0.56
7952024-02-01T17:46:08.031Z Downloaded structmeta v0.2.0
7962024-02-01T17:46:08.031Z Downloaded usdt-attr-macro v0.3.5
7972024-02-01T17:46:08.031Z Downloaded poly1305 v0.8.0
7982024-02-01T17:46:08.031Z Downloaded paste v1.0.14
7992024-02-01T17:46:08.031Z Downloaded pkcs8 v0.10.2
8002024-02-01T17:46:08.031Z Downloaded omicron-zone-package v0.10.1
8012024-02-01T17:46:08.031Z Downloaded is-terminal v0.4.9
8022024-02-01T17:46:08.031Z Downloaded strum_macros v0.25.2
8032024-02-01T17:46:08.031Z Downloaded platforms v3.0.2
8042024-02-01T17:46:08.031Z Downloaded foreign-types-shared v0.3.1
8052024-02-01T17:46:08.031Z Downloaded proc-macro-error v1.0.4
8062024-02-01T17:46:08.031Z Downloaded headers-core v0.2.0
8072024-02-01T17:46:08.031Z Downloaded httpdate v1.0.3
8082024-02-01T17:46:08.031Z Downloaded hubpack v0.1.2
8092024-02-01T17:46:08.031Z Downloaded futures-macro v0.3.30
8102024-02-01T17:46:08.032Z Downloaded russh-cryptovec v0.7.0
8112024-02-01T17:46:08.032Z Downloaded fxhash v0.2.1
8122024-02-01T17:46:08.032Z Downloaded swrite v0.1.0
8132024-02-01T17:46:08.032Z Downloaded serde_path_to_error v0.1.15
8142024-02-01T17:46:08.032Z Downloaded enum-as-inner v0.5.1
8152024-02-01T17:46:08.032Z Downloaded fnv v1.0.7
8162024-02-01T17:46:08.032Z Downloaded libm v0.2.7
8172024-02-01T17:46:08.032Z Downloaded r2d2 v0.8.10
8182024-02-01T17:46:08.032Z Downloaded strum v0.25.0
8192024-02-01T17:46:08.032Z Downloaded rustc-demangle v0.1.23
8202024-02-01T17:46:08.032Z Downloaded chacha20poly1305 v0.10.1
8212024-02-01T17:46:08.032Z Downloaded toml v0.7.8
8222024-02-01T17:46:08.032Z Downloaded futures-core v0.3.30
8232024-02-01T17:46:08.032Z Downloaded serde_with_macros v3.5.1
8242024-02-01T17:46:08.032Z Downloaded synstructure v0.12.6
8252024-02-01T17:46:08.032Z Downloaded tower-service v0.3.2
8262024-02-01T17:46:08.032Z Downloaded base64 v0.21.7
8272024-02-01T17:46:08.032Z Downloaded rustls-pki-types v1.1.0
8282024-02-01T17:46:08.032Z Downloaded dof v0.1.5
8292024-02-01T17:46:08.033Z Downloaded smallvec v1.11.2
8302024-02-01T17:46:08.033Z Downloaded tokio-tungstenite v0.20.1
8312024-02-01T17:46:08.033Z Downloaded strsim v0.8.0
8322024-02-01T17:46:08.033Z Downloaded gethostname v0.4.3
8332024-02-01T17:46:08.033Z Downloaded secrecy v0.8.0
8342024-02-01T17:46:08.033Z Downloaded toolchain_find v0.2.0
8352024-02-01T17:46:08.033Z Downloaded generic-array v0.14.7
8362024-02-01T17:46:08.033Z Downloaded zeroize v1.7.0
8372024-02-01T17:46:08.033Z Downloaded tokio-native-tls v0.3.1
8382024-02-01T17:46:08.034Z Downloaded ecdsa v0.16.9
8392024-02-01T17:46:08.034Z Downloaded scroll_derive v0.12.0
8402024-02-01T17:46:08.034Z Downloaded sec1 v0.7.3
8412024-02-01T17:46:08.034Z Downloaded rand_core v0.5.1
8422024-02-01T17:46:08.034Z Downloaded hyper-tls v0.5.0
8432024-02-01T17:46:08.034Z Downloaded slog-dtrace v0.3.0
8442024-02-01T17:46:08.034Z Downloaded sha2 v0.10.8
8452024-02-01T17:46:08.034Z Downloaded dtrace-parser v0.2.0
8462024-02-01T17:46:08.034Z Downloaded heck v0.4.1
8472024-02-01T17:46:08.034Z Downloaded strsim v0.10.0
8482024-02-01T17:46:08.034Z Downloaded semver v0.11.0
8492024-02-01T17:46:08.035Z Downloaded futures-channel v0.3.30
8502024-02-01T17:46:08.042Z Downloaded spin v0.5.2
8512024-02-01T17:46:08.042Z Downloaded group v0.13.0
8522024-02-01T17:46:08.042Z Downloaded semver-parser v0.10.2
8532024-02-01T17:46:08.043Z Downloaded string_cache v0.8.7
8542024-02-01T17:46:08.043Z Downloaded yasna v0.5.2
8552024-02-01T17:46:08.046Z Downloaded heck v0.3.3
8562024-02-01T17:46:08.046Z Downloaded xattr v1.0.1
8572024-02-01T17:46:08.050Z Downloaded mio v0.8.9
8582024-02-01T17:46:08.057Z Downloaded display-error-chain v0.2.0
8592024-02-01T17:46:08.060Z Downloaded signal-hook v0.3.17
8602024-02-01T17:46:08.064Z Downloaded semver v0.1.20
8612024-02-01T17:46:08.067Z Downloaded stringprep v0.1.3
8622024-02-01T17:46:08.070Z Downloaded hex-literal v0.4.1
8632024-02-01T17:46:08.073Z Downloaded thiserror-impl-no-std v2.0.2
8642024-02-01T17:46:08.076Z Downloaded want v0.3.1
8652024-02-01T17:46:08.076Z Downloaded slog-json v2.6.1
8662024-02-01T17:46:08.079Z Downloaded der v0.7.8
8672024-02-01T17:46:08.088Z Downloaded ident_case v1.0.1
8682024-02-01T17:46:08.091Z Downloaded signal-hook-mio v0.2.3
8692024-02-01T17:46:08.094Z Downloaded zeroize_derive v1.4.2
8702024-02-01T17:46:08.094Z Downloaded utf8parse v0.2.1
8712024-02-01T17:46:08.097Z Downloaded structopt v0.3.26
8722024-02-01T17:46:08.109Z Downloaded waitgroup v0.1.2
8732024-02-01T17:46:08.112Z Downloaded tinyvec_macros v0.1.1
8742024-02-01T17:46:08.115Z Downloaded rand_chacha v0.2.2
8752024-02-01T17:46:08.115Z Downloaded iana-time-zone v0.1.57
8762024-02-01T17:46:08.118Z Downloaded serde_tokenstream v0.2.0
8772024-02-01T17:46:08.124Z Downloaded zerocopy-derive v0.7.32
8782024-02-01T17:46:08.132Z Downloaded slog-scope v4.4.0
8792024-02-01T17:46:08.135Z Downloaded glob v0.3.1
8802024-02-01T17:46:08.138Z Downloaded universal-hash v0.5.1
8812024-02-01T17:46:08.141Z Downloaded unicode-bidi v0.3.13
8822024-02-01T17:46:08.144Z Downloaded heapless v0.8.0
8832024-02-01T17:46:08.152Z Downloaded lazy_static v1.4.0
8842024-02-01T17:46:08.155Z Downloaded rustc_version v0.1.7
8852024-02-01T17:46:08.157Z Downloaded serde_repr v0.1.16
8862024-02-01T17:46:08.160Z Downloaded semver v1.0.21
8872024-02-01T17:46:08.163Z Downloaded smf v0.2.2
8882024-02-01T17:46:08.166Z Downloaded hyper-rustls v0.24.2
8892024-02-01T17:46:08.169Z Downloaded structopt-derive v0.4.18
8902024-02-01T17:46:08.172Z Downloaded hash32 v0.2.1
8912024-02-01T17:46:08.175Z Downloaded toml v0.8.8
8922024-02-01T17:46:08.180Z Downloaded url v2.5.0
8932024-02-01T17:46:08.186Z Downloaded vsss-rs v3.3.4
8942024-02-01T17:46:08.191Z Downloaded trust-dns-server v0.22.1
8952024-02-01T17:46:08.200Z Downloaded socket2 v0.5.5
8962024-02-01T17:46:08.204Z Downloaded slog v2.7.0
8972024-02-01T17:46:08.210Z Downloaded socket2 v0.4.9
8982024-02-01T17:46:08.213Z Downloaded ipnetwork v0.20.0
8992024-02-01T17:46:08.216Z Downloaded http v1.0.0
9002024-02-01T17:46:08.225Z Downloaded ipnet v2.9.0
9012024-02-01T17:46:08.228Z Downloaded clap_builder v4.4.2
9022024-02-01T17:46:08.238Z Downloaded topological-sort v0.2.2
9032024-02-01T17:46:08.241Z Downloaded zip v0.6.6
9042024-02-01T17:46:08.253Z Downloaded tracing v0.1.37
9052024-02-01T17:46:08.255Z Downloaded heapless v0.7.16
9062024-02-01T17:46:08.263Z Downloaded rand v0.8.5
9072024-02-01T17:46:08.270Z Downloaded serde v1.0.195
9082024-02-01T17:46:08.276Z Downloaded hashbrown v0.12.3
9092024-02-01T17:46:08.284Z Downloaded time v0.3.27
9102024-02-01T17:46:08.295Z Downloaded steno v0.4.0
9112024-02-01T17:46:08.304Z Downloaded itertools v0.12.0
9122024-02-01T17:46:08.316Z Downloaded chrono v0.4.31
9132024-02-01T17:46:08.330Z Downloaded serde_with v3.5.1
9142024-02-01T17:46:08.344Z Downloaded itertools v0.10.5
9152024-02-01T17:46:08.356Z Downloaded rand v0.7.3
9162024-02-01T17:46:08.364Z Downloaded petgraph v0.6.4
9172024-02-01T17:46:08.389Z Downloaded tokio-util v0.7.10
9182024-02-01T17:46:08.400Z Downloaded winnow v0.5.15
9192024-02-01T17:46:08.415Z Downloaded russh v0.40.2
9202024-02-01T17:46:08.423Z Downloaded object v0.32.1
9212024-02-01T17:46:08.442Z Downloaded rustls-webpki v0.101.7
9222024-02-01T17:46:08.469Z Downloaded curve25519-dalek v4.1.1
9232024-02-01T17:46:08.485Z Downloaded radix_trie v0.2.1
9242024-02-01T17:46:08.495Z Downloaded h2 v0.3.24
9252024-02-01T17:46:08.508Z Downloaded idna v0.5.0
9262024-02-01T17:46:08.523Z Downloaded idna v0.2.3
9272024-02-01T17:46:08.533Z Downloaded smoltcp v0.9.1
9282024-02-01T17:46:08.566Z Downloaded syn v2.0.48
9292024-02-01T17:46:08.592Z Downloaded rustix v0.38.30
9302024-02-01T17:46:08.637Z Downloaded webpki-roots v0.25.2
9312024-02-01T17:46:08.644Z Downloaded regex-syntax v0.8.2
9322024-02-01T17:46:08.661Z Downloaded regex-syntax v0.7.5
9332024-02-01T17:46:08.678Z Downloaded sled v0.34.7
9342024-02-01T17:46:08.702Z Downloaded rustls v0.22.2
9352024-02-01T17:46:08.729Z Downloaded zerocopy-derive v0.6.4
9362024-02-01T17:46:08.750Z Downloaded zerocopy-derive v0.2.0
9372024-02-01T17:46:08.770Z Downloaded regex-automata v0.4.4
9382024-02-01T17:46:08.808Z Downloaded libc v0.2.152
9392024-02-01T17:46:08.869Z Downloaded tokio v1.35.1
9402024-02-01T17:46:08.942Z Downloaded winapi v0.3.9
9412024-02-01T17:46:09.011Z Downloaded sha3 v0.10.8
9422024-02-01T17:46:09.022Z Downloaded regex-automata v0.3.8
9432024-02-01T17:46:09.175Z Downloaded bzip2-sys v0.1.11+1.0.8
9442024-02-01T17:46:09.178Z Downloaded openapiv3 v2.0.0
9452024-02-01T17:46:09.178Z Downloaded encoding_rs v0.8.33
9462024-02-01T17:46:09.179Z Downloaded smoltcp v0.11.0
9472024-02-01T17:46:09.179Z Downloaded rustls v0.21.9
9482024-02-01T17:46:09.183Z Downloaded rustix v0.37.23
9492024-02-01T17:46:09.214Z Downloaded bstr v1.6.0
9502024-02-01T17:46:09.234Z Downloaded trust-dns-proto v0.22.0
9512024-02-01T17:46:09.255Z Downloaded regress v0.7.1
9522024-02-01T17:46:09.266Z Downloaded openssl v0.10.60
9532024-02-01T17:46:09.283Z Downloaded regex v1.10.3
9542024-02-01T17:46:09.305Z Downloaded gimli v0.28.0
9552024-02-01T17:46:09.319Z Downloaded diesel v2.1.4
9562024-02-01T17:46:09.351Z Downloaded syn v1.0.109
9572024-02-01T17:46:09.369Z Downloaded bstr v0.2.17
9582024-02-01T17:46:09.386Z Downloaded vcpkg v0.2.15
9592024-02-01T17:46:09.458Z Downloaded hashbrown v0.14.2
9602024-02-01T17:46:09.466Z Downloaded serde_json v1.0.113
9612024-02-01T17:46:09.479Z Downloaded rustls-webpki v0.102.1
9622024-02-01T17:46:09.512Z Downloaded goblin v0.8.0
9632024-02-01T17:46:09.521Z Downloaded hashbrown v0.13.2
9642024-02-01T17:46:09.531Z Downloaded reqwest v0.11.22
9652024-02-01T17:46:09.551Z Downloaded futures-util v0.3.30
9662024-02-01T17:46:09.568Z Downloaded hyper v0.14.27
9672024-02-01T17:46:09.578Z Downloaded hkdf v0.12.4
9682024-02-01T17:46:09.583Z Downloaded zerocopy v0.7.32
9692024-02-01T17:46:09.612Z Downloaded trust-dns-client v0.22.0
9702024-02-01T17:46:09.656Z Downloaded regex-automata v0.1.10
9712024-02-01T17:46:09.661Z Downloaded pest v2.7.6
9722024-02-01T17:46:09.661Z Downloaded unicode-normalization v0.1.22
9732024-02-01T17:46:09.661Z Downloaded zerocopy v0.6.4
9742024-02-01T17:46:09.661Z Downloaded serde_derive v1.0.195
9752024-02-01T17:46:09.662Z Downloaded headers v0.3.9
9762024-02-01T17:46:09.665Z Downloaded schemars_derive v0.8.16
9772024-02-01T17:46:09.668Z Downloaded scroll v0.12.0
9782024-02-01T17:46:09.668Z Downloaded tinyvec v1.6.0
9792024-02-01T17:46:09.673Z Downloaded slog-term v2.9.0
9802024-02-01T17:46:09.677Z Downloaded rcgen v0.12.1
9812024-02-01T17:46:09.682Z Downloaded trust-dns-resolver v0.22.0
9822024-02-01T17:46:09.688Z Downloaded ring v0.17.7
9832024-02-01T17:46:09.818Z Downloaded serde_yaml v0.9.25
9842024-02-01T17:46:09.824Z Downloaded signal-hook-registry v1.4.1
9852024-02-01T17:46:09.827Z Downloaded rustls-pemfile v2.0.0
9862024-02-01T17:46:09.830Z Downloaded clap v2.34.0
9872024-02-01T17:46:09.842Z Downloaded io-lifetimes v1.0.11
9882024-02-01T17:46:09.845Z Downloaded unicode-segmentation v1.10.1
9892024-02-01T17:46:09.850Z Downloaded ed25519-dalek v2.0.0
9902024-02-01T17:46:09.855Z Downloaded resolv-conf v0.7.0
9912024-02-01T17:46:09.862Z Downloaded tokio-postgres v0.7.10
9922024-02-01T17:46:09.866Z Downloaded ring v0.16.20
9932024-02-01T17:46:10.020Z Downloaded http v0.2.11
9942024-02-01T17:46:10.026Z Downloaded unicode-xid v0.2.4
9952024-02-01T17:46:10.029Z Downloaded slog-async v2.8.0
9962024-02-01T17:46:10.032Z Downloaded slog-envlogger v2.2.0
9972024-02-01T17:46:10.036Z Downloaded http-range v0.1.5
9982024-02-01T17:46:10.036Z Downloaded http-body v0.4.5
9992024-02-01T17:46:10.039Z Downloaded futures-executor v0.3.30
10002024-02-01T17:46:10.039Z Downloaded schemars v0.8.16
10012024-02-01T17:46:10.058Z Downloaded terminal_size v0.2.6
10022024-02-01T17:46:10.061Z Downloaded getopts v0.2.21
10032024-02-01T17:46:10.064Z Downloaded similar v2.3.0
10042024-02-01T17:46:10.069Z Downloaded term v0.7.0
10052024-02-01T17:46:10.075Z Downloaded aho-corasick v1.0.4
10062024-02-01T17:46:10.084Z Downloaded kstat-rs v0.2.3
10072024-02-01T17:46:10.088Z Downloaded toml v0.5.11
10082024-02-01T17:46:10.090Z Downloaded vec_map v0.8.2
10092024-02-01T17:46:10.093Z Downloaded signature v2.1.0
10102024-02-01T17:46:10.097Z Downloaded errno v0.3.8
10112024-02-01T17:46:10.097Z Downloaded rfc6979 v0.4.0
10122024-02-01T17:46:10.100Z Downloaded sha1 v0.10.6
10132024-02-01T17:46:10.100Z Downloaded ryu v1.0.15
10142024-02-01T17:46:10.105Z Downloaded hex v0.4.3
10152024-02-01T17:46:10.108Z Downloaded russh-keys v0.40.1
10162024-02-01T17:46:10.111Z Downloaded half v2.3.1
10172024-02-01T17:46:10.115Z Downloaded hmac v0.12.1
10182024-02-01T17:46:10.118Z Downloaded elliptic-curve v0.13.8
10192024-02-01T17:46:10.124Z Downloaded flate2 v1.0.28
10202024-02-01T17:46:10.132Z Downloaded toml_edit v0.19.15
10212024-02-01T17:46:10.162Z Downloaded unicode-width v0.1.11
10222024-02-01T17:46:10.165Z Downloaded flagset v0.4.3
10232024-02-01T17:46:10.168Z Downloaded fixedbitset v0.4.2
10242024-02-01T17:46:10.168Z Downloaded rustc_version v0.4.0
10252024-02-01T17:46:10.171Z Downloaded getrandom v0.2.10
10262024-02-01T17:46:10.174Z Downloaded indexmap v2.2.2
10272024-02-01T17:46:10.181Z Downloaded aes-gcm v0.10.3
10282024-02-01T17:46:10.190Z Downloaded slab v0.4.9
10292024-02-01T17:46:10.193Z Downloaded toml_edit v0.21.0
10302024-02-01T17:46:10.228Z Downloaded hostname v0.3.1
10312024-02-01T17:46:10.231Z Downloaded whoami v1.4.1
10322024-02-01T17:46:10.234Z Downloaded hyper-staticfile v0.9.5
10332024-02-01T17:46:10.237Z Downloaded httparse v1.8.0
10342024-02-01T17:46:10.240Z Downloaded zerocopy v0.3.0
10352024-02-01T17:46:10.240Z Downloaded stable_deref_trait v1.2.0
10362024-02-01T17:46:10.242Z Downloaded rand_chacha v0.3.1
10372024-02-01T17:46:10.242Z Downloaded itoa v1.0.9
10382024-02-01T17:46:10.245Z Downloaded hash32 v0.3.1
10392024-02-01T17:46:10.248Z Downloaded unicase v2.7.0
10402024-02-01T17:46:10.253Z Downloaded spin v0.9.8
10412024-02-01T17:46:10.253Z Downloaded tokio-stream v0.1.14
10422024-02-01T17:46:10.259Z Downloaded futures v0.3.30
10432024-02-01T17:46:10.267Z Downloaded indexmap v1.9.3
10442024-02-01T17:46:10.273Z Downloaded siphasher v0.3.11
10452024-02-01T17:46:10.276Z Downloaded float-cmp v0.9.0
10462024-02-01T17:46:10.280Z Downloaded thread-id v4.2.0
10472024-02-01T17:46:10.280Z Downloaded tokio-rustls v0.25.0
10482024-02-01T17:46:10.283Z Downloaded scheduled-thread-pool v0.2.7
10492024-02-01T17:46:10.283Z Downloaded aes v0.8.3
10502024-02-01T17:46:10.289Z Downloaded static_assertions v1.1.0
10512024-02-01T17:46:10.292Z Downloaded lalrpop-util v0.19.12
10522024-02-01T17:46:10.295Z Downloaded keccak v0.1.4
10532024-02-01T17:46:10.295Z Downloaded textwrap v0.11.0
10542024-02-01T17:46:10.298Z Downloaded rustversion v1.0.14
10552024-02-01T17:46:10.301Z Downloaded tempfile v3.9.0
10562024-02-01T17:46:10.305Z Downloaded crossbeam-channel v0.5.8
10572024-02-01T17:46:10.316Z Downloaded sct v0.7.0
10582024-02-01T17:46:10.319Z Downloaded unicode-ident v1.0.12
10592024-02-01T17:46:10.323Z Downloaded tungstenite v0.20.1
10602024-02-01T17:46:10.329Z Downloaded futures-task v0.3.30
10612024-02-01T17:46:10.335Z Downloaded toml_datetime v0.6.5
10622024-02-01T17:46:10.335Z Downloaded time-macros v0.2.13
10632024-02-01T17:46:10.335Z Downloaded unsafe-libyaml v0.2.10
10642024-02-01T17:46:10.341Z Downloaded uuid v1.7.0
10652024-02-01T17:46:10.346Z Downloaded ucd-trie v0.1.6
10662024-02-01T17:46:10.349Z Downloaded thread_local v1.1.7
10672024-02-01T17:46:10.352Z Downloaded subtle v2.5.0
10682024-02-01T17:46:10.360Z Downloaded scopeguard v1.2.0
10692024-02-01T17:46:10.360Z Downloaded same-file v1.0.6
10702024-02-01T17:46:10.373Z Downloaded rustls-pemfile v1.0.3
10712024-02-01T17:46:10.373Z Downloaded rand_core v0.6.4
10722024-02-01T17:46:10.373Z Downloaded getrandom v0.1.16
10732024-02-01T17:46:10.374Z Downloaded tracing-core v0.1.31
10742024-02-01T17:46:10.377Z Downloaded backtrace v0.3.69
10752024-02-01T17:46:10.380Z Downloaded typenum v1.16.0
10762024-02-01T17:46:10.383Z Downloaded serde_derive_internals v0.26.0
10772024-02-01T17:46:10.386Z Downloaded form_urlencoded v1.2.1
10782024-02-01T17:46:10.388Z Downloaded p256 v0.13.2
10792024-02-01T17:46:10.392Z Downloaded const-oid v0.9.5
10802024-02-01T17:46:10.395Z Downloaded ed25519 v2.2.2
10812024-02-01T17:46:10.398Z Downloaded tar v0.4.40
10822024-02-01T17:46:10.402Z Downloaded quote v1.0.35
10832024-02-01T17:46:10.406Z Downloaded subprocess v0.2.9
10842024-02-01T17:46:10.411Z Downloaded diesel_derives v2.1.2
10852024-02-01T17:46:10.416Z Downloaded once_cell v1.19.0
10862024-02-01T17:46:10.423Z Downloaded home v0.5.5
10872024-02-01T17:46:10.427Z Downloaded usdt-impl v0.5.0
10882024-02-01T17:46:10.427Z Downloaded usdt-impl v0.3.5
10892024-02-01T17:46:10.430Z Downloaded usdt v0.5.0
10902024-02-01T17:46:10.430Z Downloaded openssl-sys v0.9.96
10912024-02-01T17:46:10.436Z Downloaded clap v4.4.3
10922024-02-01T17:46:10.462Z Downloaded futures-io v0.3.30
10932024-02-01T17:46:10.465Z Downloaded darling_core v0.20.3
10942024-02-01T17:46:10.465Z Downloaded pest_meta v2.7.6
10952024-02-01T17:46:10.465Z Downloaded parking_lot v0.11.2
10962024-02-01T17:46:10.469Z Downloaded native-tls v0.2.11
10972024-02-01T17:46:10.472Z Downloaded untrusted v0.9.0
10982024-02-01T17:46:10.476Z Downloaded derive-where v1.2.7
10992024-02-01T17:46:10.479Z Downloaded usdt-macro v0.3.5
11002024-02-01T17:46:10.482Z Downloaded walkdir v2.4.0
11012024-02-01T17:46:10.485Z Downloaded version_check v0.9.4
11022024-02-01T17:46:10.485Z Downloaded either v1.9.0
11032024-02-01T17:46:10.488Z Downloaded dyn-clone v1.0.13
11042024-02-01T17:46:10.491Z Downloaded serde_spanned v0.6.4
11052024-02-01T17:46:10.491Z Downloaded foreign-types v0.5.0
11062024-02-01T17:46:10.494Z Downloaded serde_tokenstream v0.1.7
11072024-02-01T17:46:10.497Z Downloaded postgres-types v0.2.6
11082024-02-01T17:46:10.501Z Downloaded tracing-attributes v0.1.26
11092024-02-01T17:46:10.505Z Downloaded tokio-rustls v0.24.1
11102024-02-01T17:46:10.509Z Downloaded nom v7.1.3
11112024-02-01T17:46:10.518Z Downloaded parking_lot_core v0.8.6
11122024-02-01T17:46:10.521Z Downloaded owo-colors v4.0.0
11132024-02-01T17:46:10.525Z Downloaded num-bigint v0.4.4
11142024-02-01T17:46:10.536Z Downloaded crossbeam-epoch v0.9.15
11152024-02-01T17:46:10.540Z Downloaded spki v0.7.2
11162024-02-01T17:46:10.543Z Downloaded rustfmt-wrapper v0.2.0
11172024-02-01T17:46:10.545Z Downloaded blake2 v0.10.6
11182024-02-01T17:46:10.549Z Downloaded zone v0.3.0
11192024-02-01T17:46:10.549Z Downloaded ghash v0.5.0
11202024-02-01T17:46:10.552Z Downloaded fastrand v2.0.0
11212024-02-01T17:46:10.552Z Downloaded embedded-io v0.4.0
11222024-02-01T17:46:10.555Z Downloaded dirs-sys-next v0.1.2
11232024-02-01T17:46:10.558Z Downloaded usdt v0.3.5
11242024-02-01T17:46:10.558Z Downloaded phf_shared v0.11.2
11252024-02-01T17:46:10.561Z Downloaded instant v0.1.12
11262024-02-01T17:46:10.561Z Downloaded thiserror-no-std v2.0.2
11272024-02-01T17:46:10.567Z Downloaded serde_urlencoded v0.7.1
11282024-02-01T17:46:10.570Z Downloaded dof v0.3.0
11292024-02-01T17:46:10.573Z Downloaded utf-8 v0.7.6
11302024-02-01T17:46:10.576Z Downloaded miniz_oxide v0.7.1
11312024-02-01T17:46:10.579Z Downloaded password-hash v0.4.2
11322024-02-01T17:46:10.581Z Downloaded filetime v0.2.23
11332024-02-01T17:46:10.584Z Downloaded bytes v1.5.0
11342024-02-01T17:46:10.589Z Downloaded async-trait v0.1.77
11352024-02-01T17:46:10.594Z Downloaded slog-bunyan v2.5.0
11362024-02-01T17:46:10.598Z Downloaded inout v0.1.3
11372024-02-01T17:46:10.601Z Downloaded futures-sink v0.3.30
11382024-02-01T17:46:10.601Z Downloaded fallible-iterator v0.2.0
11392024-02-01T17:46:10.606Z Downloaded untrusted v0.7.1
11402024-02-01T17:46:10.607Z Downloaded derive_more v0.99.17
11412024-02-01T17:46:10.611Z Downloaded darling v0.20.3
11422024-02-01T17:46:10.617Z Downloaded zone_cfg_derive v0.3.0
11432024-02-01T17:46:10.620Z Downloaded bitflags v2.4.0
11442024-02-01T17:46:10.626Z Downloaded slog-stdlog v4.1.1
11452024-02-01T17:46:10.630Z Downloaded ff v0.13.0
11462024-02-01T17:46:10.630Z Downloaded structmeta-derive v0.2.0
11472024-02-01T17:46:10.630Z Downloaded dtrace-parser v0.1.14
11482024-02-01T17:46:10.633Z Downloaded pem-rfc7468 v0.7.0
11492024-02-01T17:46:10.633Z Downloaded parking_lot_core v0.9.8
11502024-02-01T17:46:10.641Z Downloaded thiserror v1.0.56
11512024-02-01T17:46:10.644Z Downloaded parse-display-derive v0.8.2
11522024-02-01T17:46:10.647Z Downloaded primeorder v0.13.6
11532024-02-01T17:46:10.653Z Downloaded predicates-core v1.0.6
11542024-02-01T17:46:10.653Z Downloaded ppv-lite86 v0.2.17
11552024-02-01T17:46:10.656Z Downloaded pin-utils v0.1.0
11562024-02-01T17:46:10.656Z Downloaded multer v3.0.0
11572024-02-01T17:46:10.660Z Downloaded anstyle-parse v0.2.1
11582024-02-01T17:46:10.663Z Downloaded num_enum_derive v0.5.11
11592024-02-01T17:46:10.663Z Downloaded num_enum v0.5.11
11602024-02-01T17:46:10.670Z Downloaded lru-cache v0.1.2
11612024-02-01T17:46:10.673Z Downloaded log v0.4.20
11622024-02-01T17:46:10.676Z Downloaded camino v1.1.6
11632024-02-01T17:46:10.678Z Downloaded cancel-safe-futures v0.1.5
11642024-02-01T17:46:10.685Z Downloaded usdt-attr-macro v0.5.0
11652024-02-01T17:46:10.689Z Downloaded mime_guess v2.0.4
11662024-02-01T17:46:10.689Z Downloaded der_derive v0.7.2
11672024-02-01T17:46:10.696Z Downloaded defmt v0.3.5
11682024-02-01T17:46:10.699Z Downloaded allocator-api2 v0.2.16
11692024-02-01T17:46:10.702Z Downloaded hubpack_derive v0.1.1
11702024-02-01T17:46:10.702Z Downloaded foreign-types v0.3.2
11712024-02-01T17:46:10.705Z Downloaded usdt-macro v0.5.0
11722024-02-01T17:46:10.705Z Downloaded try-lock v0.2.4
11732024-02-01T17:46:10.705Z Downloaded argon2 v0.5.3
11742024-02-01T17:46:10.709Z Downloaded anyhow v1.0.75
11752024-02-01T17:46:10.717Z Downloaded arc-swap v1.6.0
11762024-02-01T17:46:10.720Z Downloaded parse-display v0.8.2
11772024-02-01T17:46:10.723Z Downloaded ctr v0.9.2
11782024-02-01T17:46:10.726Z Downloaded clap_lex v0.5.1
11792024-02-01T17:46:10.726Z Downloaded macaddr v1.0.1
11802024-02-01T17:46:10.733Z Downloaded minimal-lexical v0.2.1
11812024-02-01T17:46:10.736Z Downloaded lock_api v0.4.10
11822024-02-01T17:46:10.739Z Downloaded foreign-types-macros v0.2.3
11832024-02-01T17:46:10.742Z Downloaded camino-tempfile v1.1.1
11842024-02-01T17:46:10.745Z Downloaded num v0.4.1
11852024-02-01T17:46:10.745Z Downloaded dirs v5.0.1
11862024-02-01T17:46:10.748Z Downloaded dirs-sys v0.4.1
11872024-02-01T17:46:10.751Z Downloaded take_mut v0.2.2
11882024-02-01T17:46:10.751Z Downloaded postcard v1.0.8
11892024-02-01T17:46:10.754Z Downloaded linked-hash-map v0.5.6
11902024-02-01T17:46:10.758Z Downloaded chacha20 v0.9.1
11912024-02-01T17:46:10.761Z Downloaded predicates v3.1.0
11922024-02-01T17:46:10.764Z Downloaded num_cpus v1.16.0
11932024-02-01T17:46:10.767Z Downloaded num-integer v0.1.45
11942024-02-01T17:46:10.772Z Downloaded memmap v0.7.0
11952024-02-01T17:46:10.774Z Downloaded digest v0.10.7
11962024-02-01T17:46:10.777Z Downloaded deranged v0.3.8
11972024-02-01T17:46:10.777Z Downloaded defmt-macros v0.3.6
11982024-02-01T17:46:10.783Z Downloaded openssl-macros v0.1.1
11992024-02-01T17:46:10.788Z Downloaded pretty-hex v0.4.1
12002024-02-01T17:46:10.788Z Downloaded blowfish v0.9.1
12012024-02-01T17:46:10.793Z Downloaded block-padding v0.3.3
12022024-02-01T17:46:10.793Z Downloaded bcrypt-pbkdf v0.10.0
12032024-02-01T17:46:10.794Z Downloaded crypto-common v0.1.6
12042024-02-01T17:46:10.794Z Downloaded cpufeatures v0.2.12
12052024-02-01T17:46:10.797Z Downloaded bit-vec v0.6.3
12062024-02-01T17:46:10.797Z Downloaded base16ct v0.2.0
12072024-02-01T17:46:10.800Z Downloaded anstyle-query v1.0.0
12082024-02-01T17:46:10.800Z Downloaded backoff v0.4.0
12092024-02-01T17:46:10.805Z Downloaded bitflags v1.3.2
12102024-02-01T17:46:10.812Z Downloaded proc-macro2 v1.0.78
12112024-02-01T17:46:10.819Z Downloaded difflib v0.4.0
12122024-02-01T17:46:10.820Z Downloaded cc v1.0.83
12132024-02-01T17:46:10.825Z Downloaded defmt-parser v0.3.3
12142024-02-01T17:46:10.825Z Downloaded crypto-bigint v0.5.2
12152024-02-01T17:46:10.833Z Downloaded pkg-config v0.3.27
12162024-02-01T17:46:10.841Z Downloaded parking_lot v0.12.1
12172024-02-01T17:46:10.841Z Downloaded autocfg v1.1.0
12182024-02-01T17:46:10.841Z Downloaded byteorder v1.5.0
12192024-02-01T17:46:10.848Z Downloaded anstyle v1.0.2
12202024-02-01T17:46:10.848Z Downloaded ansi_term v0.12.1
12212024-02-01T17:46:10.848Z Downloaded pretty-hex v0.2.1
12222024-02-01T17:46:10.857Z Downloaded num-traits v0.2.16
12232024-02-01T17:46:10.857Z Downloaded cobs v0.2.3
12242024-02-01T17:46:10.857Z Downloaded pest_derive v2.7.6
12252024-02-01T17:46:10.869Z Downloaded pem v3.0.2
12262024-02-01T17:46:10.869Z Downloaded proc-macro-crate v1.3.1
12272024-02-01T17:46:10.869Z Downloaded num_threads v0.1.6
12282024-02-01T17:46:10.874Z Downloaded diesel_table_macro_syntax v0.1.0
12292024-02-01T17:46:10.874Z Downloaded crossterm v0.27.0
12302024-02-01T17:46:10.877Z Downloaded pin-project-lite v0.2.13
12312024-02-01T17:46:10.882Z Downloaded option-ext v0.2.0
12322024-02-01T17:46:10.885Z Downloaded opaque-debug v0.3.0
12332024-02-01T17:46:10.885Z Downloaded debug-ignore v1.0.5
12342024-02-01T17:46:10.888Z Downloaded darling_macro v0.20.3
12352024-02-01T17:46:10.888Z Downloaded bit-set v0.5.3
12362024-02-01T17:46:10.890Z Downloaded num-complex v0.4.4
12372024-02-01T17:46:10.893Z Downloaded newtype_derive v0.1.6
12382024-02-01T17:46:10.896Z Downloaded nibble_vec v0.1.0
12392024-02-01T17:46:10.896Z Downloaded crossbeam-utils v0.8.16
12402024-02-01T17:46:10.900Z Downloaded ciborium v0.2.2
12412024-02-01T17:46:10.904Z Downloaded atomicwrites v0.4.3
12422024-02-01T17:46:10.907Z Downloaded adler v1.0.2
12432024-02-01T17:46:10.910Z Downloaded num-iter v0.1.43
12442024-02-01T17:46:10.910Z Downloaded managed v0.8.0
12452024-02-01T17:46:10.913Z Downloaded bzip2 v0.4.4
12462024-02-01T17:46:10.916Z Downloaded memoffset v0.9.0
12472024-02-01T17:46:10.919Z Downloaded md-5 v0.10.5
12482024-02-01T17:46:10.919Z Downloaded colored v2.0.4
12492024-02-01T17:46:10.922Z Downloaded cipher v0.4.4
12502024-02-01T17:46:10.926Z Downloaded matches v0.1.10
12512024-02-01T17:46:10.926Z Downloaded memchr v2.6.3
12522024-02-01T17:46:10.934Z Downloaded md5 v0.7.0
12532024-02-01T17:46:10.937Z Downloaded colorchoice v1.0.0
12542024-02-01T17:46:10.937Z Downloaded ciborium-io v0.2.2
12552024-02-01T17:46:10.940Z Downloaded async-stream-impl v0.3.5
12562024-02-01T17:46:10.940Z Downloaded ciborium-ll v0.2.2
12572024-02-01T17:46:10.943Z Downloaded crc32fast v1.3.2
12582024-02-01T17:46:11.346Z Compiling proc-macro2 v1.0.78
12592024-02-01T17:46:11.346Z Compiling unicode-ident v1.0.12
12602024-02-01T17:46:11.350Z Compiling libc v0.2.152
12612024-02-01T17:46:11.350Z Compiling serde v1.0.195
12622024-02-01T17:46:11.350Z Compiling version_check v0.9.4
12632024-02-01T17:46:11.370Z Compiling autocfg v1.1.0
12642024-02-01T17:46:11.373Z Compiling cfg-if v1.0.0
12652024-02-01T17:46:11.573Z Compiling once_cell v1.19.0
12662024-02-01T17:46:11.576Z Compiling syn v1.0.109
12672024-02-01T17:46:11.704Z Compiling thiserror v1.0.56
12682024-02-01T17:46:12.196Z Compiling memchr v2.6.3
12692024-02-01T17:46:12.495Z Compiling typenum v1.16.0
12702024-02-01T17:46:12.688Z Compiling lock_api v0.4.10
12712024-02-01T17:46:12.851Z Compiling byteorder v1.5.0
12722024-02-01T17:46:13.101Z Compiling ahash v0.8.6
12732024-02-01T17:46:13.183Z Compiling parking_lot_core v0.9.8
12742024-02-01T17:46:13.680Z Compiling generic-array v0.14.7
12752024-02-01T17:46:13.728Z Compiling libm v0.2.7
12762024-02-01T17:46:14.037Z Compiling num-traits v0.2.16
12772024-02-01T17:46:14.235Z Compiling serde_json v1.0.113
12782024-02-01T17:46:14.353Z Compiling itoa v1.0.9
12792024-02-01T17:46:14.531Z Compiling quote v1.0.35
12802024-02-01T17:46:15.030Z Compiling slab v0.4.9
12812024-02-01T17:46:15.135Z Compiling log v0.4.20
12822024-02-01T17:46:15.646Z Compiling syn v2.0.48
12832024-02-01T17:46:15.646Z Compiling getrandom v0.2.10
12842024-02-01T17:46:15.775Z Compiling cc v1.0.83
12852024-02-01T17:46:16.019Z Compiling rand_core v0.6.4
12862024-02-01T17:46:17.063Z Compiling scopeguard v1.2.0
12872024-02-01T17:46:17.067Z Compiling ryu v1.0.15
12882024-02-01T17:46:17.497Z Compiling pkg-config v0.3.27
12892024-02-01T17:46:17.534Z Compiling allocator-api2 v0.2.16
12902024-02-01T17:46:17.662Z Compiling equivalent v1.0.1
12912024-02-01T17:46:17.819Z Compiling smallvec v1.11.2
12922024-02-01T17:46:17.892Z Compiling heck v0.4.1
12932024-02-01T17:46:18.476Z Compiling subtle v2.5.0
12942024-02-01T17:46:18.621Z Compiling schemars v0.8.16
12952024-02-01T17:46:19.516Z Compiling vcpkg v0.2.15
12962024-02-01T17:46:19.801Z Compiling pin-project-lite v0.2.13
12972024-02-01T17:46:20.183Z Compiling httparse v1.8.0
12982024-02-01T17:46:20.431Z Compiling ucd-trie v0.1.6
12992024-02-01T17:46:20.798Z Compiling ring v0.17.7
13002024-02-01T17:46:21.069Z Compiling parking_lot v0.12.1
13012024-02-01T17:46:21.332Z Compiling ring v0.16.20
13022024-02-01T17:46:21.428Z Compiling signal-hook-registry v1.4.1
13032024-02-01T17:46:22.736Z Compiling fnv v1.0.7
13042024-02-01T17:46:22.760Z Compiling mio v0.8.9
13052024-02-01T17:46:23.161Z Compiling openssl-sys v0.9.96
13062024-02-01T17:46:23.213Z Compiling iana-time-zone v0.1.57
13072024-02-01T17:46:24.363Z Compiling semver v1.0.21
13082024-02-01T17:46:24.367Z Compiling openssl v0.10.60
13092024-02-01T17:46:24.677Z Compiling const-oid v0.9.5
13102024-02-01T17:46:24.718Z Compiling socket2 v0.5.5
13112024-02-01T17:46:24.900Z Compiling num_cpus v1.16.0
13122024-02-01T17:46:25.078Z Compiling rustls v0.21.9
13132024-02-01T17:46:25.117Z Compiling native-tls v0.2.11
13142024-02-01T17:46:26.211Z Compiling futures-core v0.3.30
13152024-02-01T17:46:26.233Z Compiling dyn-clone v1.0.13
13162024-02-01T17:46:26.617Z Compiling aho-corasick v1.0.4
13172024-02-01T17:46:27.462Z Compiling regex-syntax v0.8.2
13182024-02-01T17:46:27.581Z Compiling serde_derive_internals v0.26.0
13192024-02-01T17:46:27.909Z Compiling spin v0.5.2
13202024-02-01T17:46:28.029Z Compiling async-trait v0.1.77
13212024-02-01T17:46:28.948Z Compiling futures-sink v0.3.30
13222024-02-01T17:46:29.267Z Compiling backtrace v0.3.69
13232024-02-01T17:46:29.786Z Compiling rustix v0.38.30
13242024-02-01T17:46:29.848Z Compiling tinyvec_macros v0.1.1
13252024-02-01T17:46:29.978Z Compiling tinyvec v1.6.0
13262024-02-01T17:46:30.814Z Compiling futures-channel v0.3.30
13272024-02-01T17:46:31.566Z Compiling futures-task v0.3.30
13282024-02-01T17:46:32.046Z Compiling futures-io v0.3.30
13292024-02-01T17:46:32.282Z Compiling winnow v0.5.15
13302024-02-01T17:46:32.432Z Compiling pin-utils v0.1.0
13312024-02-01T17:46:32.807Z Compiling unicode-normalization v0.1.22
13322024-02-01T17:46:32.972Z Compiling spin v0.9.8
13332024-02-01T17:46:33.335Z Compiling regex-automata v0.4.4
13342024-02-01T17:46:33.607Z Compiling tracing-core v0.1.31
13352024-02-01T17:46:34.308Z Compiling unicode-bidi v0.3.13
13362024-02-01T17:46:34.714Z Compiling cpufeatures v0.2.12
13372024-02-01T17:46:34.854Z Compiling unicode-width v0.1.11
13382024-02-01T17:46:35.119Z Compiling anyhow v1.0.75
13392024-02-01T17:46:36.944Z Compiling crc32fast v1.3.2
13402024-02-01T17:46:38.169Z Compiling time-core v0.1.1
13412024-02-01T17:46:38.425Z Compiling slog v2.7.0
13422024-02-01T17:46:38.707Z Compiling time-macros v0.2.13
13432024-02-01T17:46:39.228Z Compiling num-integer v0.1.45
13442024-02-01T17:46:39.660Z Compiling regex v1.10.3
13452024-02-01T17:46:39.707Z Compiling serde_derive v1.0.195
13462024-02-01T17:46:40.710Z Compiling zerocopy-derive v0.7.32
13472024-02-01T17:46:41.452Z Compiling zeroize_derive v1.4.2
13482024-02-01T17:46:41.555Z Compiling thiserror-impl v1.0.56
13492024-02-01T17:46:42.450Z Compiling tokio-macros v2.2.0
13502024-02-01T17:46:44.115Z Compiling zeroize v1.7.0
13512024-02-01T17:46:44.169Z Compiling futures-macro v0.3.30
13522024-02-01T17:46:44.655Z Compiling zerocopy v0.7.32
13532024-02-01T17:46:44.778Z Compiling tracing-attributes v0.1.26
13542024-02-01T17:46:45.291Z Compiling schemars_derive v0.8.16
13552024-02-01T17:46:47.116Z Compiling crypto-common v0.1.6
13562024-02-01T17:46:47.405Z Compiling pest v2.7.6
13572024-02-01T17:46:47.769Z Compiling openssl-macros v0.1.1
13582024-02-01T17:46:48.376Z Compiling hashbrown v0.14.2
13592024-02-01T17:46:48.995Z Compiling block-buffer v0.10.4
13602024-02-01T17:46:49.046Z Compiling hashbrown v0.13.2
13612024-02-01T17:46:49.403Z Compiling digest v0.10.7
13622024-02-01T17:46:50.880Z Compiling futures-util v0.3.30
13632024-02-01T17:46:51.121Z Compiling der_derive v0.7.2
13642024-02-01T17:46:51.577Z Compiling pest_meta v2.7.6
13652024-02-01T17:46:52.229Z Compiling tracing v0.1.37
13662024-02-01T17:46:53.505Z Compiling untrusted v0.9.0
13672024-02-01T17:46:53.846Z Compiling pest_generator v2.7.6
13682024-02-01T17:46:55.549Z Compiling percent-encoding v2.3.1
13692024-02-01T17:46:56.335Z Compiling untrusted v0.7.1
13702024-02-01T17:46:56.343Z Compiling foreign-types-shared v0.1.1
13712024-02-01T17:46:56.751Z Compiling foreign-types v0.3.2
13722024-02-01T17:47:11.328Z Compiling pest_derive v2.7.6
13732024-02-01T17:47:11.328Z Compiling errno v0.3.8
13742024-02-01T17:47:11.743Z Compiling unicode-xid v0.2.4
13752024-02-01T17:47:11.744Z Compiling ppv-lite86 v0.2.17
13762024-02-01T17:47:11.744Z Compiling base64 v0.21.7
13772024-02-01T17:47:11.744Z Compiling try-lock v0.2.4
13782024-02-01T17:47:11.744Z Compiling want v0.3.1
13792024-02-01T17:47:11.744Z Compiling synstructure v0.12.6
13802024-02-01T17:47:11.744Z Compiling rustls-webpki v0.101.7
13812024-02-01T17:47:11.744Z Compiling sct v0.7.0
13822024-02-01T17:47:11.745Z Compiling form_urlencoded v1.2.1
13832024-02-01T17:47:11.745Z Compiling scroll_derive v0.12.0
13842024-02-01T17:47:11.745Z Compiling socket2 v0.4.9
13852024-02-01T17:47:11.745Z Compiling bytes v1.5.0
13862024-02-01T17:47:11.745Z Compiling indexmap v2.2.2
13872024-02-01T17:47:11.745Z Compiling uuid v1.7.0
13882024-02-01T17:47:11.746Z Compiling chrono v0.4.31
13892024-02-01T17:47:11.746Z Compiling http v0.2.11
13902024-02-01T17:47:11.746Z Compiling tokio v1.35.1
13912024-02-01T17:47:11.746Z Compiling bitflags v2.4.0
13922024-02-01T17:47:11.746Z Compiling toml_datetime v0.6.5
13932024-02-01T17:47:11.746Z Compiling serde_spanned v0.6.4
13942024-02-01T17:47:11.747Z Compiling toml_edit v0.19.15
13952024-02-01T17:47:11.747Z Compiling rustc_version v0.4.0
13962024-02-01T17:47:11.747Z Compiling openapiv3 v2.0.0
13972024-02-01T17:47:13.185Z Compiling serde_tokenstream v0.2.0
13982024-02-01T17:47:13.745Z Compiling http-body v0.4.5
13992024-02-01T17:47:16.869Z Compiling httpdate v1.0.3
14002024-02-01T17:47:17.213Z Compiling io-lifetimes v1.0.11
14012024-02-01T17:47:18.100Z Compiling openssl-probe v0.1.5
14022024-02-01T17:47:18.632Z Compiling tower-service v0.3.2
14032024-02-01T17:47:18.872Z Compiling zerocopy-derive v0.2.0
14042024-02-01T17:47:20.738Z Compiling tokio-util v0.7.10
14052024-02-01T17:47:22.281Z Compiling idna v0.5.0
14062024-02-01T17:47:22.567Z Compiling h2 v0.3.24
14072024-02-01T17:47:23.010Z Compiling lazy_static v1.4.0
14082024-02-01T17:47:23.228Z Compiling thread-id v4.2.0
14092024-02-01T17:47:23.385Z Compiling crossbeam-utils v0.8.16
14102024-02-01T17:47:25.073Z Compiling adler v1.0.2
14112024-02-01T17:47:25.163Z Compiling tokio-native-tls v0.3.1
14122024-02-01T17:47:25.530Z Compiling miniz_oxide v0.7.1
14132024-02-01T17:47:25.581Z Compiling url v2.5.0
14142024-02-01T17:47:27.738Z Compiling tokio-rustls v0.24.1
14152024-02-01T17:47:28.019Z Compiling rand_chacha v0.3.1
14162024-02-01T17:47:28.365Z Compiling ipnet v2.9.0
14172024-02-01T17:47:28.421Z Compiling rustix v0.37.23
14182024-02-01T17:47:29.410Z Compiling rand v0.8.5
14192024-02-01T17:47:29.439Z Compiling serde_urlencoded v0.7.1
14202024-02-01T17:47:30.281Z Compiling rustls-pemfile v1.0.3
14212024-02-01T17:47:31.017Z Compiling usdt-impl v0.3.5
14222024-02-01T17:47:31.060Z Compiling encoding_rs v0.8.33
14232024-02-01T17:47:31.909Z Compiling gimli v0.28.0
14242024-02-01T17:47:31.912Z Compiling webpki-roots v0.25.2
14252024-02-01T17:47:32.053Z Compiling mime v0.3.17
14262024-02-01T17:47:34.218Z Compiling hyper v0.14.27
14272024-02-01T17:47:35.255Z Compiling regress v0.7.1
14282024-02-01T17:47:35.352Z Compiling object v0.32.1
14292024-02-01T17:47:37.853Z Compiling num-bigint v0.4.4
14302024-02-01T17:47:39.015Z Compiling addr2line v0.21.0
14312024-02-01T17:47:39.164Z Compiling usdt-impl v0.5.0
14322024-02-01T17:47:39.673Z Compiling rustc-demangle v0.1.23
14332024-02-01T17:47:40.744Z Compiling flate2 v1.0.28
14342024-02-01T17:47:40.773Z Compiling zerocopy v0.3.0
14352024-02-01T17:47:41.226Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14362024-02-01T17:47:41.291Z Compiling heapless v0.7.16
14372024-02-01T17:47:41.914Z Compiling scroll v0.12.0
14382024-02-01T17:47:42.220Z Compiling bzip2-sys v0.1.11+1.0.8
14392024-02-01T17:47:42.817Z Compiling signal-hook v0.3.17
14402024-02-01T17:47:42.901Z Compiling rustversion v1.0.14
14412024-02-01T17:47:43.544Z Compiling plain v0.2.3
14422024-02-01T17:47:43.782Z Compiling goblin v0.8.0
14432024-02-01T17:47:44.396Z Compiling dof v0.1.5
14442024-02-01T17:47:45.901Z Compiling hyper-tls v0.5.0
14452024-02-01T17:47:46.370Z Compiling hyper-rustls v0.24.2
14462024-02-01T17:47:46.906Z Compiling reqwest v0.11.22
14472024-02-01T17:47:48.266Z Compiling toml v0.7.8
14482024-02-01T17:47:49.201Z Compiling toml_edit v0.21.0
14492024-02-01T17:47:50.291Z Compiling hex v0.4.3
14502024-02-01T17:47:50.952Z Compiling dtrace-parser v0.1.14
14512024-02-01T17:47:51.310Z Compiling memoffset v0.9.0
14522024-02-01T17:47:51.394Z Compiling strsim v0.10.0
14532024-02-01T17:47:51.420Z Compiling camino v1.1.6
14542024-02-01T17:47:51.761Z Compiling pretty-hex v0.4.1
14552024-02-01T17:47:52.104Z Compiling base64ct v1.6.0
14562024-02-01T17:47:54.341Z Compiling dof v0.3.0
14572024-02-01T17:47:56.077Z Compiling serde_tokenstream v0.1.7
14582024-02-01T17:47:56.895Z Compiling dtrace-parser v0.2.0
14592024-02-01T17:47:58.115Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14602024-02-01T17:47:58.484Z Compiling smoltcp v0.9.1
14612024-02-01T17:47:59.271Z Compiling bitflags v1.3.2
14622024-02-01T17:47:59.394Z Compiling pem-rfc7468 v0.7.0
14632024-02-01T17:47:59.414Z Compiling strum_macros v0.25.2
14642024-02-01T17:48:00.271Z Compiling hmac v0.12.1
14652024-02-01T17:48:00.663Z Compiling enum-as-inner v0.5.1
14662024-02-01T17:48:01.032Z Compiling num-iter v0.1.43
14672024-02-01T17:48:01.478Z Compiling crossbeam-epoch v0.9.15
14682024-02-01T17:48:01.761Z Compiling unicode-segmentation v1.10.1
14692024-02-01T17:48:02.325Z Compiling siphasher v0.3.11
14702024-02-01T17:48:02.348Z Compiling flagset v0.4.3
14712024-02-01T17:48:02.660Z Compiling der v0.7.8
14722024-02-01T17:48:03.011Z Compiling usdt-attr-macro v0.3.5
14732024-02-01T17:48:03.132Z Compiling usdt-macro v0.3.5
14742024-02-01T17:48:04.536Z Compiling hubpack_derive v0.1.1
14752024-02-01T17:48:05.325Z Compiling zerocopy-derive v0.6.4
14762024-02-01T17:48:07.500Z Compiling deranged v0.3.8
14772024-02-01T17:48:07.605Z Compiling utf8parse v0.2.1
14782024-02-01T17:48:07.852Z Compiling anstyle v1.0.2
14792024-02-01T17:48:08.284Z Compiling num_threads v0.1.6
14802024-02-01T17:48:09.216Z Compiling sha2 v0.10.8
14812024-02-01T17:48:09.222Z Compiling anstyle-parse v0.2.1
14822024-02-01T17:48:09.382Z Compiling spki v0.7.2
14832024-02-01T17:48:10.585Z Compiling time v0.3.27
14842024-02-01T17:48:13.190Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14852024-02-01T17:48:14.027Z Compiling md-5 v0.10.5
14862024-02-01T17:48:14.415Z Compiling block-padding v0.3.3
14872024-02-01T17:48:14.427Z Compiling clap_derive v4.4.2
14882024-02-01T17:48:15.045Z Compiling stringprep v0.1.3
14892024-02-01T17:48:15.294Z Compiling getopts v0.2.21
14902024-02-01T17:48:16.669Z Compiling diesel_table_macro_syntax v0.1.0
14912024-02-01T17:48:17.319Z Compiling hash32 v0.2.1
14922024-02-01T17:48:19.768Z Compiling fallible-iterator v0.2.0
14932024-02-01T17:48:20.048Z Compiling anstyle-query v1.0.0
14942024-02-01T17:48:20.244Z Compiling stable_deref_trait v1.2.0
14952024-02-01T17:48:20.398Z Compiling colorchoice v1.0.0
14962024-02-01T17:48:20.986Z Compiling postgres-protocol v0.6.6
14972024-02-01T17:48:21.332Z Compiling anstream v0.5.0
14982024-02-01T17:48:21.830Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14992024-02-01T17:48:22.439Z Compiling diesel_derives v2.1.2
15002024-02-01T17:48:23.104Z Compiling inout v0.1.3
15012024-02-01T17:48:23.785Z Compiling terminal_size v0.2.6
15022024-02-01T17:48:24.545Z Compiling pkcs8 v0.10.2
15032024-02-01T17:48:24.884Z Compiling phf_shared v0.11.2
15042024-02-01T17:48:26.751Z Compiling ff v0.13.0
15052024-02-01T17:48:27.487Z Compiling serde_repr v0.1.16
15062024-02-01T17:48:29.119Z Compiling scheduled-thread-pool v0.2.7
15072024-02-01T17:48:29.978Z Compiling base16ct v0.2.0
15082024-02-01T17:48:30.806Z Compiling bit-vec v0.6.3
15092024-02-01T17:48:31.894Z Compiling clap_lex v0.5.1
15102024-02-01T17:48:31.901Z Compiling managed v0.8.0
15112024-02-01T17:48:32.216Z Compiling regex-automata v0.1.10
15122024-02-01T17:48:32.274Z Compiling unsafe-libyaml v0.2.10
15132024-02-01T17:48:32.621Z Compiling matches v0.1.10
15142024-02-01T17:48:32.755Z Compiling idna v0.2.3
15152024-02-01T17:48:32.971Z Compiling bstr v0.2.17
15162024-02-01T17:48:35.503Z Compiling serde_yaml v0.9.25
15172024-02-01T17:48:37.377Z Compiling clap_builder v4.4.2
15182024-02-01T17:48:38.784Z Compiling sec1 v0.7.3
15192024-02-01T17:48:39.668Z Compiling r2d2 v0.8.10
15202024-02-01T17:48:40.711Z Compiling group v0.13.0
15212024-02-01T17:48:43.050Z Compiling phf v0.11.2
15222024-02-01T17:48:43.147Z Compiling signal-hook-mio v0.2.3
15232024-02-01T17:48:43.177Z Compiling bzip2 v0.4.4
15242024-02-01T17:48:43.315Z Compiling cipher v0.4.4
15252024-02-01T17:48:43.376Z Compiling postgres-types v0.2.6
15262024-02-01T17:48:43.498Z Compiling zerocopy v0.6.4
15272024-02-01T17:48:43.788Z Compiling hubpack v0.1.2
15282024-02-01T17:48:44.197Z Compiling phf_shared v0.10.0
15292024-02-01T17:48:44.827Z Compiling hkdf v0.12.4
15302024-02-01T17:48:44.936Z Compiling crypto-bigint v0.5.2
15312024-02-01T17:48:45.003Z Compiling ipnetwork v0.20.0
15322024-02-01T17:48:45.221Z Compiling futures-executor v0.3.30
15332024-02-01T17:48:46.264Z Compiling float-cmp v0.9.0
15342024-02-01T17:48:46.606Z Compiling predicates-core v1.0.6
15352024-02-01T17:48:47.154Z Compiling difflib v0.4.0
15362024-02-01T17:48:47.717Z Compiling normalize-line-endings v0.3.0
15372024-02-01T17:48:49.651Z Compiling either v1.9.0
15382024-02-01T17:48:49.877Z Compiling whoami v1.4.1
15392024-02-01T17:48:50.197Z Compiling precomputed-hash v0.1.1
15402024-02-01T17:48:50.363Z Compiling regex-automata v0.3.8
15412024-02-01T17:48:50.857Z Compiling minimal-lexical v0.2.1
15422024-02-01T17:48:50.917Z Compiling static_assertions v1.1.0
15432024-02-01T17:48:51.064Z Compiling new_debug_unreachable v1.0.4
15442024-02-01T17:48:51.201Z Compiling data-encoding v2.4.0
15452024-02-01T17:48:54.508Z Compiling fixedbitset v0.4.2
15462024-02-01T17:48:54.726Z Compiling bstr v1.6.0
15472024-02-01T17:48:55.229Z Compiling petgraph v0.6.4
15482024-02-01T17:48:55.571Z Compiling trust-dns-proto v0.22.0
15492024-02-01T17:48:55.682Z Compiling nom v7.1.3
15502024-02-01T17:48:56.234Z Compiling string_cache v0.8.7
15512024-02-01T17:48:56.328Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15522024-02-01T17:48:56.964Z Compiling tokio-postgres v0.7.10
15532024-02-01T17:48:57.353Z Compiling itertools v0.10.5
15542024-02-01T17:48:59.517Z Compiling diesel v2.1.4
15552024-02-01T17:49:00.303Z Compiling elliptic-curve v0.13.8
15562024-02-01T17:49:01.556Z Compiling predicates v3.1.0
15572024-02-01T17:49:01.906Z Compiling yasna v0.5.2
15582024-02-01T17:49:02.605Z Compiling futures v0.3.30
15592024-02-01T17:49:04.412Z Compiling zip v0.6.6
15602024-02-01T17:49:04.521Z Compiling clap v4.4.3
15612024-02-01T17:49:04.696Z Compiling crossterm v0.27.0
15622024-02-01T17:49:05.688Z Compiling similar v2.3.0
15632024-02-01T17:49:05.748Z Compiling bit-set v0.5.3
15642024-02-01T17:49:05.988Z Compiling usdt v0.3.5
15652024-02-01T17:49:06.210Z Compiling console v0.15.8
15662024-02-01T17:49:06.407Z Compiling tokio-stream v0.1.14
15672024-02-01T17:49:08.065Z Compiling lalrpop-util v0.19.12
15682024-02-01T17:49:13.975Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15692024-02-01T17:49:27.578Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15702024-02-01T17:50:07.600Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15712024-02-01T17:50:11.543Z Compiling sha1 v0.10.6
15722024-02-01T17:50:12.178Z Compiling atty v0.2.14
15732024-02-01T17:50:12.261Z Compiling match_cfg v0.1.0
15742024-02-01T17:50:12.404Z Compiling hostname v0.3.1
15752024-02-01T17:50:12.439Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15762024-02-01T17:50:12.750Z Compiling dirs-sys-next v0.1.2
15772024-02-01T17:50:12.957Z Compiling ident_case v1.0.1
15782024-02-01T17:50:13.057Z Compiling rustls-pki-types v1.1.0
15792024-02-01T17:50:13.075Z Compiling dirs-next v2.0.0
15802024-02-01T17:50:13.208Z Compiling darling_core v0.20.3
15812024-02-01T17:50:13.517Z Compiling thread_local v1.1.7
15822024-02-01T17:50:13.818Z Compiling slog-async v2.8.0
15832024-02-01T17:50:14.338Z Compiling rustls v0.22.2
15842024-02-01T17:50:14.450Z Compiling rustls-webpki v0.102.1
15852024-02-01T17:50:14.794Z Compiling term v0.7.0
15862024-02-01T17:50:14.858Z Compiling crossbeam-channel v0.5.8
15872024-02-01T17:50:15.849Z Compiling multer v3.0.0
15882024-02-01T17:50:15.963Z Compiling instant v0.1.12
15892024-02-01T17:50:16.172Z Compiling paste v1.0.14
15902024-02-01T17:50:16.304Z Compiling take_mut v0.2.2
15912024-02-01T17:50:17.049Z Compiling slog-term v2.9.0
15922024-02-01T17:50:17.345Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15932024-02-01T17:50:17.683Z Compiling slog-json v2.6.1
15942024-02-01T17:50:17.999Z Compiling http v1.0.0
15952024-02-01T17:50:18.284Z Compiling async-stream-impl v0.3.5
15962024-02-01T17:50:18.647Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15972024-02-01T17:50:19.099Z Compiling debug-ignore v1.0.5
15982024-02-01T17:50:19.167Z Compiling atomic-waker v1.1.1
15992024-02-01T17:50:19.425Z Compiling waitgroup v0.1.2
16002024-02-01T17:50:19.452Z Compiling slog-bunyan v2.5.0
16012024-02-01T17:50:19.755Z Compiling rustls-pemfile v2.0.0
16022024-02-01T17:50:20.496Z Compiling toml v0.8.8
16032024-02-01T17:50:20.995Z Compiling async-stream v0.3.5
16042024-02-01T17:50:21.752Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16052024-02-01T17:50:22.291Z Compiling serde_path_to_error v0.1.15
16062024-02-01T17:50:23.009Z Compiling structmeta-derive v0.2.0
16072024-02-01T17:50:23.393Z Compiling strum v0.25.0
16082024-02-01T17:50:23.497Z Compiling darling_macro v0.20.3
16092024-02-01T17:50:23.671Z Compiling regex-syntax v0.7.5
16102024-02-01T17:50:23.814Z Compiling backoff v0.4.0
16112024-02-01T17:50:24.345Z Compiling tokio-rustls v0.25.0
16122024-02-01T17:50:24.976Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16132024-02-01T17:50:25.160Z Compiling darling v0.20.3
16142024-02-01T17:50:25.349Z Compiling serde_with_macros v3.5.1
16152024-02-01T17:50:26.148Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16162024-02-01T17:50:26.794Z Compiling macaddr v1.0.1
16172024-02-01T17:50:27.117Z Compiling proc-macro-error-attr v1.0.4
16182024-02-01T17:50:27.206Z Compiling proc-macro-crate v1.3.1
16192024-02-01T17:50:27.661Z Compiling proc-macro-error v1.0.4
16202024-02-01T17:50:28.111Z Compiling structmeta v0.2.0
16212024-02-01T17:50:28.136Z Compiling heapless v0.8.0
16222024-02-01T17:50:29.107Z Compiling num_enum_derive v0.5.11
16232024-02-01T17:50:29.519Z Compiling hash32 v0.3.1
16242024-02-01T17:50:29.898Z Compiling smoltcp v0.11.0
16252024-02-01T17:50:30.418Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16262024-02-01T17:50:30.619Z Compiling serde_with v3.5.1
16272024-02-01T17:50:32.168Z Compiling fastrand v2.0.0
16282024-02-01T17:50:32.833Z Compiling embedded-io v0.4.0
16292024-02-01T17:50:33.453Z Compiling cobs v0.2.3
16302024-02-01T17:50:33.460Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16312024-02-01T17:50:33.527Z Compiling same-file v1.0.6
16322024-02-01T17:50:33.723Z Compiling postcard v1.0.8
16332024-02-01T17:50:33.754Z Compiling num_enum v0.5.11
16342024-02-01T17:50:33.955Z Compiling walkdir v2.4.0
16352024-02-01T17:50:34.923Z Compiling tempfile v3.9.0
16362024-02-01T17:50:35.104Z Compiling semver-parser v0.10.2
16372024-02-01T17:50:35.228Z Compiling foreign-types-macros v0.2.3
16382024-02-01T17:50:35.408Z Compiling parse-display-derive v0.8.2
16392024-02-01T17:50:36.333Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16402024-02-01T17:50:37.363Z Compiling foreign-types-shared v0.3.1
16412024-02-01T17:50:37.477Z Compiling crucible-workspace-hack v0.1.0
16422024-02-01T17:50:37.526Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16432024-02-01T17:50:37.662Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16442024-02-01T17:50:37.809Z Compiling foreign-types v0.5.0
16452024-02-01T17:50:38.084Z Compiling semver v0.11.0
16462024-02-01T17:50:38.759Z Compiling is-terminal v0.4.9
16472024-02-01T17:50:38.915Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16482024-02-01T17:50:38.947Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16492024-02-01T17:50:39.426Z Compiling cstr-argument v0.1.2
16502024-02-01T17:50:39.509Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16512024-02-01T17:50:39.761Z Compiling xattr v1.0.1
16522024-02-01T17:50:39.799Z Compiling filetime v0.2.23
16532024-02-01T17:50:40.169Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16542024-02-01T17:50:40.691Z Compiling pretty-hex v0.2.1
16552024-02-01T17:50:40.695Z Compiling home v0.5.5
16562024-02-01T17:50:40.695Z Compiling toolchain_find v0.2.0
16572024-02-01T17:50:40.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16582024-02-01T17:50:40.695Z Compiling tar v0.4.40
16592024-02-01T17:50:40.706Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16602024-02-01T17:50:41.202Z Compiling colored v2.0.4
16612024-02-01T17:50:41.961Z Compiling toml v0.5.11
16622024-02-01T17:50:42.258Z Compiling platforms v3.0.2
16632024-02-01T17:50:42.323Z Compiling topological-sort v0.2.2
16642024-02-01T17:50:42.552Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16652024-02-01T17:50:42.639Z Compiling omicron-zone-package v0.10.1
16662024-02-01T17:50:42.723Z Compiling parse-display v0.8.2
16672024-02-01T17:50:43.014Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16682024-02-01T17:50:43.062Z Compiling camino-tempfile v1.1.1
16692024-02-01T17:50:43.112Z Compiling zone_cfg_derive v0.3.0
16702024-02-01T17:50:43.790Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16712024-02-01T17:50:44.246Z Compiling textwrap v0.11.0
16722024-02-01T17:50:44.493Z Compiling heck v0.3.3
16732024-02-01T17:50:45.267Z Compiling rustfmt-wrapper v0.2.0
16742024-02-01T17:50:45.739Z Compiling num-derive v0.4.0
16752024-02-01T17:50:46.082Z Compiling strsim v0.8.0
16762024-02-01T17:50:46.400Z Compiling libefi-sys v0.1.0
16772024-02-01T17:50:46.858Z Compiling vec_map v0.8.2
16782024-02-01T17:50:47.513Z Compiling ansi_term v0.12.1
16792024-02-01T17:50:47.520Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16802024-02-01T17:50:47.972Z Compiling clap v2.34.0
16812024-02-01T17:50:47.998Z Compiling zone v0.3.0
16822024-02-01T17:50:48.288Z Compiling structopt-derive v0.4.18
16832024-02-01T17:50:49.043Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16842024-02-01T17:50:49.622Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16852024-02-01T17:50:50.112Z Compiling smf v0.2.2
16862024-02-01T17:50:50.550Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16872024-02-01T17:50:50.634Z Compiling unicase v2.7.0
16882024-02-01T17:50:50.692Z Compiling semver v0.1.20
16892024-02-01T17:50:51.093Z Compiling curve25519-dalek v4.1.1
16902024-02-01T17:50:51.259Z Compiling rustc_version v0.1.7
16912024-02-01T17:50:51.814Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16922024-02-01T17:50:51.962Z Compiling universal-hash v0.5.1
16932024-02-01T17:50:52.375Z Compiling opaque-debug v0.3.0
16942024-02-01T17:50:52.375Z Compiling newtype_derive v0.1.6
16952024-02-01T17:50:52.376Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16962024-02-01T17:50:52.376Z Compiling curve25519-dalek-derive v0.1.0
16972024-02-01T17:50:52.376Z Compiling gethostname v0.4.3
16982024-02-01T17:50:52.491Z Compiling num-rational v0.4.1
16992024-02-01T17:50:52.705Z Compiling getrandom v0.1.16
17002024-02-01T17:50:52.853Z Compiling usdt-attr-macro v0.5.0
17012024-02-01T17:50:53.054Z Compiling usdt-macro v0.5.0
17022024-02-01T17:50:53.324Z Compiling password-hash v0.5.0
17032024-02-01T17:50:53.365Z Compiling blake2 v0.10.6
17042024-02-01T17:50:53.837Z Compiling structopt v0.3.26
17052024-02-01T17:50:54.935Z Compiling signature v2.1.0
17062024-02-01T17:50:55.161Z Compiling memmap v0.7.0
17072024-02-01T17:50:55.304Z Compiling parking_lot_core v0.8.6
17082024-02-01T17:50:55.532Z Compiling quick-error v1.2.3
17092024-02-01T17:50:55.585Z Compiling linked-hash-map v0.5.6
17102024-02-01T17:50:55.716Z Compiling resolv-conf v0.7.0
17112024-02-01T17:50:55.752Z Compiling usdt v0.5.0
17122024-02-01T17:50:56.020Z Compiling argon2 v0.5.3
17132024-02-01T17:50:56.182Z Compiling lru-cache v0.1.2
17142024-02-01T17:50:56.890Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17152024-02-01T17:50:57.112Z Compiling aead v0.5.2
17162024-02-01T17:50:57.158Z Compiling num-complex v0.4.4
17172024-02-01T17:50:57.646Z Compiling nibble_vec v0.1.0
17182024-02-01T17:50:57.949Z Compiling slog-dtrace v0.3.0
17192024-02-01T17:50:58.412Z Compiling cancel-safe-futures v0.1.5
17202024-02-01T17:50:59.382Z Compiling winapi v0.3.9
17212024-02-01T17:50:59.388Z Compiling keccak v0.1.4
17222024-02-01T17:50:59.682Z Compiling utf-8 v0.7.6
17232024-02-01T17:51:00.187Z Compiling arc-swap v1.6.0
17242024-02-01T17:51:00.623Z Compiling endian-type v0.1.2
17252024-02-01T17:51:00.869Z Compiling tungstenite v0.20.1
17262024-02-01T17:51:00.981Z Compiling radix_trie v0.2.1
17272024-02-01T17:51:01.263Z Compiling slog-scope v4.4.0
17282024-02-01T17:51:01.528Z Compiling sha3 v0.10.8
17292024-02-01T17:51:02.125Z Compiling num v0.4.1
17302024-02-01T17:51:02.244Z Compiling mime_guess v2.0.4
17312024-02-01T17:51:02.279Z Compiling steno v0.4.0
17322024-02-01T17:51:03.146Z Compiling trust-dns-resolver v0.22.0
17332024-02-01T17:51:03.329Z Compiling rand_core v0.5.1
17342024-02-01T17:51:04.440Z Compiling poly1305 v0.8.0
17352024-02-01T17:51:04.740Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17362024-02-01T17:51:05.254Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17372024-02-01T17:51:06.599Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17382024-02-01T17:51:07.247Z Compiling chacha20 v0.9.1
17392024-02-01T17:51:07.330Z Compiling rfc6979 v0.4.0
17402024-02-01T17:51:07.609Z Compiling secrecy v0.8.0
17412024-02-01T17:51:07.955Z Compiling thiserror-impl-no-std v2.0.2
17422024-02-01T17:51:08.022Z Compiling half v2.3.1
17432024-02-01T17:51:09.006Z Compiling convert_case v0.4.0
17442024-02-01T17:51:09.630Z Compiling ciborium-io v0.2.2
17452024-02-01T17:51:09.823Z Compiling option-ext v0.2.0
17462024-02-01T17:51:10.011Z Compiling dirs-sys v0.4.1
17472024-02-01T17:51:10.374Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17482024-02-01T17:51:10.563Z Compiling derive_more v0.99.17
17492024-02-01T17:51:11.097Z Compiling ciborium-ll v0.2.2
17502024-02-01T17:51:11.814Z Compiling ecdsa v0.16.9
17512024-02-01T17:51:13.377Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17522024-02-01T17:51:13.527Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17532024-02-01T17:51:13.842Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17542024-02-01T17:51:15.343Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17552024-02-01T17:51:16.015Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17562024-02-01T17:51:16.310Z Compiling thiserror-no-std v2.0.2
17572024-02-01T17:51:16.482Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17582024-02-01T17:51:16.586Z Compiling parking_lot v0.11.2
17592024-02-01T17:51:17.000Z Compiling rand_chacha v0.2.2
17602024-02-01T17:51:17.170Z Compiling tokio-tungstenite v0.20.1
17612024-02-01T17:51:18.949Z Compiling trust-dns-client v0.22.0
17622024-02-01T17:51:19.222Z Compiling slog-stdlog v4.1.1
17632024-02-01T17:51:19.512Z Compiling ed25519 v2.2.2
17642024-02-01T17:51:19.540Z Compiling polyval v0.6.1
17652024-02-01T17:51:19.783Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17662024-02-01T17:51:20.205Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17672024-02-01T17:51:20.229Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17682024-02-01T17:51:24.244Z Compiling primeorder v0.13.6
17692024-02-01T17:51:24.860Z Compiling aes v0.8.3
17702024-02-01T17:51:25.105Z Compiling ctr v0.9.2
17712024-02-01T17:51:25.643Z Compiling blowfish v0.9.1
17722024-02-01T17:51:26.389Z Compiling password-hash v0.4.2
17732024-02-01T17:51:26.778Z Compiling libsw v3.3.1
17742024-02-01T17:51:27.956Z Compiling pbkdf2 v0.12.2
17752024-02-01T17:51:28.204Z Compiling derive-where v1.2.7
17762024-02-01T17:51:29.714Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17772024-02-01T17:51:33.628Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17782024-02-01T17:51:34.406Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17792024-02-01T17:51:39.093Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17802024-02-01T17:51:41.768Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17812024-02-01T17:51:42.688Z Compiling fxhash v0.2.1
17822024-02-01T17:51:43.022Z Compiling owo-colors v4.0.0
17832024-02-01T17:51:43.098Z Compiling linear-map v1.2.0
17842024-02-01T17:51:43.726Z Compiling swrite v0.1.0
17852024-02-01T17:51:43.925Z Compiling sled v0.34.7
17862024-02-01T17:51:46.417Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17872024-02-01T17:51:46.492Z Compiling trust-dns-server v0.22.1
17882024-02-01T17:51:46.955Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17892024-02-01T17:51:47.088Z Compiling bcrypt-pbkdf v0.10.0
17902024-02-01T17:51:48.004Z Compiling pbkdf2 v0.11.0
17912024-02-01T17:51:48.179Z Compiling p256 v0.13.2
17922024-02-01T17:51:48.354Z Compiling ghash v0.5.0
17932024-02-01T17:51:48.583Z Compiling ed25519-dalek v2.0.0
17942024-02-01T17:51:48.692Z Compiling slog-envlogger v2.2.0
17952024-02-01T17:51:48.819Z Compiling russh-cryptovec v0.7.0
17962024-02-01T17:51:49.317Z Compiling rand v0.7.3
17972024-02-01T17:51:50.339Z Compiling vsss-rs v3.3.4
17982024-02-01T17:51:50.443Z Compiling ciborium v0.2.2
17992024-02-01T17:51:51.430Z Compiling dirs v5.0.1
18002024-02-01T17:51:51.731Z Compiling chacha20poly1305 v0.10.1
18012024-02-01T17:51:52.049Z Compiling cbc v0.1.2
18022024-02-01T17:51:52.415Z Compiling pem v3.0.2
18032024-02-01T17:51:52.963Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18042024-02-01T17:51:53.589Z Compiling headers-core v0.2.0
18052024-02-01T17:51:53.749Z Compiling kstat-rs v0.2.3
18062024-02-01T17:51:53.945Z Compiling http-range v0.1.5
18072024-02-01T17:51:54.029Z Compiling md5 v0.7.0
18082024-02-01T17:51:54.187Z Compiling glob v0.3.1
18092024-02-01T17:51:54.495Z Compiling russh-keys v0.40.1
18102024-02-01T17:51:54.828Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18112024-02-01T17:51:54.863Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18122024-02-01T17:51:55.945Z Compiling hyper-staticfile v0.9.5
18132024-02-01T17:51:57.494Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18142024-02-01T17:51:59.888Z Compiling headers v0.3.9
18152024-02-01T17:51:59.935Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18162024-02-01T17:52:00.146Z Compiling rcgen v0.12.1
18172024-02-01T17:52:03.485Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18182024-02-01T17:52:04.148Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18192024-02-01T17:52:04.382Z Compiling aes-gcm v0.10.3
18202024-02-01T17:52:09.361Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18212024-02-01T17:52:10.330Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18222024-02-01T17:52:12.408Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18232024-02-01T17:52:15.558Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18242024-02-01T17:52:17.947Z Compiling atomicwrites v0.4.3
18252024-02-01T17:52:18.021Z Compiling itertools v0.12.0
18262024-02-01T17:52:18.342Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18272024-02-01T17:52:18.478Z Compiling subprocess v0.2.9
18282024-02-01T17:52:21.799Z Compiling display-error-chain v0.2.0
18292024-02-01T17:52:22.068Z Compiling hex-literal v0.4.1
18302024-02-01T17:52:22.077Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18312024-02-01T17:52:22.263Z Compiling russh v0.40.2
18322024-02-01T17:52:23.433Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18332024-02-01T17:52:36.766Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18342024-02-01T17:52:37.743Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18352024-02-01T17:53:13.523Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18362024-02-01T17:54:37.307Z Finished dev [unoptimized + debuginfo] target(s) in 8m 52s
18372024-02-01T17:54:37.307Z
18382024-02-01T17:54:37.307Zreal 8:52.664039487
18392024-02-01T17:54:37.308Zuser 48:19.838348043
18402024-02-01T17:54:37.308Zsys 7:19.521646406
18412024-02-01T17:54:37.308Ztrap 1.779584985
18422024-02-01T17:54:37.308Ztflt 3.906489169
18432024-02-01T17:54:37.308Zdflt 6.910802130
18442024-02-01T17:54:37.308Zkflt 0.021548659
18452024-02-01T17:54:37.312Zlock 1:32:51.390837178
18462024-02-01T17:54:37.312Zslp 2:17:27.289856958
18472024-02-01T17:54:37.313Zlat 2:10.005106410
18482024-02-01T17:54:37.313Zstop 4:46.200441414
18492024-02-01T17:54:37.313Z+ mkdir -p /work/end-to-end-tests
18502024-02-01T17:54:37.313Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18512024-02-01T17:54:37.459Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18522024-02-01T17:54:37.459Z+ ptime -m gzip
18532024-02-01T17:54:37.464Z++ basename target/debug/bootstrap
18542024-02-01T17:54:56.273Z
18552024-02-01T17:54:56.278Zreal 18.807270439
18562024-02-01T17:54:56.279Zuser 18.590885615
18572024-02-01T17:54:56.279Zsys 0.188744204
18582024-02-01T17:54:56.279Ztrap 0.010819662
18592024-02-01T17:54:56.279Ztflt 0.000000000
18602024-02-01T17:54:56.279Zdflt 0.000000000
18612024-02-01T17:54:56.279Zkflt 0.000000000
18622024-02-01T17:54:56.279Zlock 0.000000000
18632024-02-01T17:54:56.279Zslp 0.000000000
18642024-02-01T17:54:56.279Zlat 0.016464500
18652024-02-01T17:54:56.281Zstop 0.000228362
18662024-02-01T17:54:56.281Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18672024-02-01T17:54:56.282Z+ ptime -m gzip
18682024-02-01T17:54:56.282Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d85755d230534e96
18692024-02-01T17:54:58.566Z
18702024-02-01T17:54:58.627Zreal 1.856765845
18712024-02-01T17:54:58.627Zuser 1.838758247
18722024-02-01T17:54:58.645Zsys 0.017307846
18732024-02-01T17:54:58.646Ztrap 0.000196426
18742024-02-01T17:54:58.646Ztflt 0.000000000
18752024-02-01T17:54:58.646Zdflt 0.000000000
18762024-02-01T17:54:58.646Zkflt 0.000000000
18772024-02-01T17:54:58.646Zlock 0.000000000
18782024-02-01T17:54:58.646Zslp 0.000000000
18792024-02-01T17:54:58.646Zlat 0.000162988
18802024-02-01T17:54:58.646Zstop 0.000223865
18812024-02-01T17:54:58.646Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18822024-02-01T17:54:58.646Z+ ptime -m gzip
18832024-02-01T17:54:58.647Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2bc5efa67eecf70d
18842024-02-01T17:55:17.775Z
18852024-02-01T17:55:17.783Zreal 19.216545270
18862024-02-01T17:55:17.783Zuser 19.022468816
18872024-02-01T17:55:17.783Zsys 0.187225246
18882024-02-01T17:55:17.784Ztrap 0.004232104
18892024-02-01T17:55:17.784Ztflt 0.000000000
18902024-02-01T17:55:17.784Zdflt 0.000000000
18912024-02-01T17:55:17.784Zkflt 0.000000000
18922024-02-01T17:55:17.784Zlock 0.000000000
18932024-02-01T17:55:17.784Zslp 0.000000000
18942024-02-01T17:55:17.784Zlat 0.002281369
18952024-02-01T17:55:17.784Zstop 0.000221748
18962024-02-01T17:55:17.784Z+ banner caboose-util
18972024-02-01T17:55:17.784Z
18982024-02-01T17:55:17.784Z #### ## ##### #### #### #### ###### # # #####
18992024-02-01T17:55:17.786Z # # # # # # # # # # # # # # #
19002024-02-01T17:55:17.786Z # # # ##### # # # # #### ##### ##### # # #
19012024-02-01T17:55:17.786Z # ###### # # # # # # # # # # #
19022024-02-01T17:55:17.786Z # # # # # # # # # # # # # # # #
19032024-02-01T17:55:17.786Z #### # # ##### #### #### #### ###### #### #
19042024-02-01T17:55:17.787Z
19052024-02-01T17:55:17.787Z+ ptime -m cargo build --locked -p caboose-util --release
19062024-02-01T17:55:18.047Z Downloading crates ...
19072024-02-01T17:55:18.434Z Downloaded smallvec v0.6.14
19082024-02-01T17:55:18.441Z Downloaded radium v0.7.0
19092024-02-01T17:55:18.445Z Downloaded termcolor v1.2.0
19102024-02-01T17:55:18.878Z Downloaded nodrop v0.1.14
19112024-02-01T17:55:18.894Z Downloaded path-slash v0.1.5
19122024-02-01T17:55:18.894Z Downloaded packed_struct v0.10.1
19132024-02-01T17:55:18.894Z Downloaded array-init v0.0.4
19142024-02-01T17:55:18.894Z Downloaded maybe-uninit v2.0.0
19152024-02-01T17:55:18.894Z Downloaded crc-catalog v2.2.0
19162024-02-01T17:55:18.894Z Downloaded wyz v0.5.1
19172024-02-01T17:55:18.895Z Downloaded funty v2.0.0
19182024-02-01T17:55:18.895Z Downloaded serde-hex v0.1.0
19192024-02-01T17:55:18.895Z Downloaded bitfield v0.14.0
19202024-02-01T17:55:18.895Z Downloaded env_logger v0.10.0
19212024-02-01T17:55:18.895Z Downloaded pkcs1 v0.7.5
19222024-02-01T17:55:18.895Z Downloaded crc-any v2.4.3
19232024-02-01T17:55:18.895Z Downloaded rsa v0.9.2
19242024-02-01T17:55:18.895Z Downloaded ron v0.8.1
19252024-02-01T17:55:18.895Z Downloaded x509-cert v0.2.4
19262024-02-01T17:55:18.895Z Downloaded object v0.30.4
19272024-02-01T17:55:18.895Z Downloaded bitvec v1.0.1
19282024-02-01T17:55:18.895Z Downloaded num-bigint-dig v0.8.4
19292024-02-01T17:55:18.895Z Downloaded tap v1.0.1
19302024-02-01T17:55:18.896Z Downloaded crc v3.0.1
19312024-02-01T17:55:18.896Z Downloaded packed_struct_codegen v0.10.1
19322024-02-01T17:55:18.896Z Compiling proc-macro2 v1.0.78
19332024-02-01T17:55:18.896Z Compiling unicode-ident v1.0.12
19342024-02-01T17:55:18.896Z Compiling libc v0.2.152
19352024-02-01T17:55:18.896Z Compiling serde v1.0.195
19362024-02-01T17:55:18.896Z Compiling autocfg v1.1.0
19372024-02-01T17:55:18.896Z Compiling version_check v0.9.4
19382024-02-01T17:55:18.896Z Compiling cfg-if v1.0.0
19392024-02-01T17:55:18.936Z Compiling typenum v1.16.0
19402024-02-01T17:55:18.945Z Compiling once_cell v1.19.0
19412024-02-01T17:55:19.438Z Compiling parking_lot_core v0.9.8
19422024-02-01T17:55:19.561Z Compiling memchr v2.6.3
19432024-02-01T17:55:19.599Z Compiling syn v1.0.109
19442024-02-01T17:55:19.627Z Compiling byteorder v1.5.0
19452024-02-01T17:55:19.862Z Compiling lock_api v0.4.10
19462024-02-01T17:55:20.300Z Compiling generic-array v0.14.7
19472024-02-01T17:55:20.419Z Compiling libm v0.2.7
19482024-02-01T17:55:20.454Z Compiling num-traits v0.2.16
19492024-02-01T17:55:20.721Z Compiling ahash v0.8.6
19502024-02-01T17:55:20.860Z Compiling quote v1.0.35
19512024-02-01T17:55:21.130Z Compiling thiserror v1.0.56
19522024-02-01T17:55:21.181Z Compiling pkg-config v0.3.27
19532024-02-01T17:55:21.704Z Compiling syn v2.0.48
19542024-02-01T17:55:21.821Z Compiling cc v1.0.83
19552024-02-01T17:55:21.997Z Compiling getrandom v0.2.10
19562024-02-01T17:55:22.615Z Compiling serde_json v1.0.113
19572024-02-01T17:55:22.894Z Compiling scopeguard v1.2.0
19582024-02-01T17:55:23.311Z Compiling slab v0.4.9
19592024-02-01T17:55:23.448Z Compiling itoa v1.0.9
19602024-02-01T17:55:23.714Z Compiling log v0.4.20
19612024-02-01T17:55:24.044Z Compiling rand_core v0.6.4
19622024-02-01T17:55:24.510Z Compiling smallvec v1.11.2
19632024-02-01T17:55:24.884Z Compiling vcpkg v0.2.15
19642024-02-01T17:55:26.123Z Compiling pin-project-lite v0.2.13
19652024-02-01T17:55:26.286Z Compiling const-oid v0.9.5
19662024-02-01T17:55:26.545Z Compiling parking_lot v0.12.1
19672024-02-01T17:55:27.474Z Compiling ring v0.17.7
19682024-02-01T17:55:27.693Z Compiling openssl-sys v0.9.96
19692024-02-01T17:55:27.923Z Compiling ryu v1.0.15
19702024-02-01T17:55:28.426Z Compiling ucd-trie v0.1.6
19712024-02-01T17:55:29.059Z Compiling signal-hook-registry v1.4.1
19722024-02-01T17:55:29.275Z Compiling subtle v2.5.0
19732024-02-01T17:55:29.776Z Compiling io-lifetimes v1.0.11
19742024-02-01T17:55:30.075Z Compiling ring v0.16.20
19752024-02-01T17:55:30.084Z Compiling mio v0.8.9
19762024-02-01T17:55:30.774Z Compiling num-integer v0.1.45
19772024-02-01T17:55:31.186Z Compiling semver v1.0.21
19782024-02-01T17:55:31.638Z Compiling futures-core v0.3.30
19792024-02-01T17:55:32.343Z Compiling rustix v0.37.23
19802024-02-01T17:55:33.167Z Compiling spin v0.5.2
19812024-02-01T17:55:33.787Z Compiling num_cpus v1.16.0
19822024-02-01T17:55:33.949Z Compiling socket2 v0.5.5
19832024-02-01T17:55:34.423Z Compiling httparse v1.8.0
19842024-02-01T17:55:34.557Z Compiling heck v0.4.1
19852024-02-01T17:55:35.185Z Compiling allocator-api2 v0.2.16
19862024-02-01T17:55:35.302Z Compiling openssl v0.10.60
19872024-02-01T17:55:35.338Z Compiling unicode-xid v0.2.4
19882024-02-01T17:55:35.571Z Compiling futures-sink v0.3.30
19892024-02-01T17:55:35.785Z Compiling synstructure v0.12.6
19902024-02-01T17:55:36.247Z Compiling equivalent v1.0.1
19912024-02-01T17:55:36.287Z Compiling tinyvec_macros v0.1.1
19922024-02-01T17:55:36.805Z Compiling tinyvec v1.6.0
19932024-02-01T17:55:36.992Z Compiling futures-channel v0.3.30
19942024-02-01T17:55:38.002Z Compiling pin-utils v0.1.0
19952024-02-01T17:55:38.024Z Compiling native-tls v0.2.11
19962024-02-01T17:55:38.025Z Compiling crc32fast v1.3.2
19972024-02-01T17:55:38.025Z Compiling rustls v0.21.9
19982024-02-01T17:55:38.146Z Compiling futures-task v0.3.30
19992024-02-01T17:55:38.243Z Compiling ppv-lite86 v0.2.17
20002024-02-01T17:55:38.331Z Compiling futures-io v0.3.30
20012024-02-01T17:55:38.421Z Compiling bzip2-sys v0.1.11+1.0.8
20022024-02-01T17:55:38.636Z Compiling spin v0.9.8
20032024-02-01T17:55:38.977Z Compiling tracing-core v0.1.31
20042024-02-01T17:55:39.499Z Compiling base64ct v1.6.0
20052024-02-01T17:55:39.503Z Compiling unicode-bidi v0.3.13
20062024-02-01T17:55:39.503Z Compiling unicode-normalization v0.1.22
20072024-02-01T17:55:39.583Z Compiling rand_chacha v0.3.1
20082024-02-01T17:55:40.399Z Compiling rand v0.8.5
20092024-02-01T17:55:41.069Z Compiling pem-rfc7468 v0.7.0
20102024-02-01T17:55:41.772Z Compiling errno v0.3.8
20112024-02-01T17:55:42.028Z Compiling num-iter v0.1.43
20122024-02-01T17:55:42.136Z Compiling usdt-impl v0.3.5
20132024-02-01T17:55:42.286Z Compiling rustix v0.38.30
20142024-02-01T17:55:42.446Z Compiling schemars v0.8.16
20152024-02-01T17:55:42.915Z Compiling flagset v0.4.3
20162024-02-01T17:55:43.146Z Compiling signal-hook v0.3.17
20172024-02-01T17:55:43.577Z Compiling serde_derive v1.0.195
20182024-02-01T17:55:43.618Z Compiling zeroize_derive v1.4.2
20192024-02-01T17:55:43.729Z Compiling zerocopy-derive v0.7.32
20202024-02-01T17:55:43.847Z Compiling thiserror-impl v1.0.56
20212024-02-01T17:55:44.029Z Compiling tokio-macros v2.2.0
20222024-02-01T17:55:44.305Z Compiling futures-macro v0.3.30
20232024-02-01T17:55:44.572Z Compiling tracing-attributes v0.1.26
20242024-02-01T17:55:45.566Z Compiling der_derive v0.7.2
20252024-02-01T17:55:45.846Z Compiling zeroize v1.7.0
20262024-02-01T17:55:46.996Z Compiling zerocopy v0.7.32
20272024-02-01T17:55:48.514Z Compiling pest v2.7.6
20282024-02-01T17:55:49.038Z Compiling crypto-common v0.1.6
20292024-02-01T17:55:49.258Z Compiling block-buffer v0.10.4
20302024-02-01T17:55:49.589Z Compiling digest v0.10.7
20312024-02-01T17:55:49.617Z Compiling zerocopy-derive v0.2.0
20322024-02-01T17:55:49.642Z Compiling openssl-macros v0.1.1
20332024-02-01T17:55:50.290Z Compiling hashbrown v0.14.2
20342024-02-01T17:55:50.376Z Compiling futures-util v0.3.30
20352024-02-01T17:55:50.672Z Compiling tracing v0.1.37
20362024-02-01T17:55:51.392Z Compiling zerocopy-derive v0.6.4
20372024-02-01T17:55:51.407Z Compiling scroll_derive v0.12.0
20382024-02-01T17:55:52.345Z Compiling der v0.7.8
20392024-02-01T17:55:53.186Z Compiling pest_meta v2.7.6
20402024-02-01T17:55:53.729Z Compiling serde_derive_internals v0.26.0
20412024-02-01T17:55:55.778Z Compiling pest_generator v2.7.6
20422024-02-01T17:55:59.074Z Compiling fnv v1.0.7
20432024-02-01T17:55:59.244Z Compiling bitflags v1.3.2
20442024-02-01T17:56:00.120Z Compiling pest_derive v2.7.6
20452024-02-01T17:56:01.191Z Compiling schemars_derive v0.8.16
20462024-02-01T17:56:01.915Z Compiling spki v0.7.2
20472024-02-01T17:56:03.246Z Compiling zerocopy v0.3.0
20482024-02-01T17:56:03.876Z Compiling lazy_static v1.4.0
20492024-02-01T17:56:05.338Z Compiling backtrace v0.3.69
20502024-02-01T17:56:05.380Z Compiling thread-id v4.2.0
20512024-02-01T17:56:05.521Z Compiling num-bigint v0.4.4
20522024-02-01T17:56:05.926Z Compiling memoffset v0.9.0
20532024-02-01T17:56:06.196Z Compiling smoltcp v0.9.1
20542024-02-01T17:56:06.287Z Compiling iana-time-zone v0.1.57
20552024-02-01T17:56:06.504Z Compiling foreign-types-shared v0.1.1
20562024-02-01T17:56:06.507Z Compiling untrusted v0.7.1
20572024-02-01T17:56:06.507Z Compiling base64 v0.21.7
20582024-02-01T17:56:06.628Z Compiling bytes v1.5.0
20592024-02-01T17:56:07.096Z Compiling indexmap v2.2.2
20602024-02-01T17:56:07.127Z Compiling bitflags v2.4.0
20612024-02-01T17:56:07.733Z Compiling rustc_version v0.4.0
20622024-02-01T17:56:08.040Z Compiling tokio v1.35.1
20632024-02-01T17:56:09.456Z Compiling heapless v0.7.16
20642024-02-01T17:56:09.494Z Compiling http v0.2.11
20652024-02-01T17:56:11.514Z Compiling uuid v1.7.0
20662024-02-01T17:56:11.586Z Compiling untrusted v0.9.0
20672024-02-01T17:56:11.845Z Compiling async-trait v0.1.77
20682024-02-01T17:56:11.904Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20692024-02-01T17:56:12.488Z Compiling crossbeam-utils v0.8.16
20702024-02-01T17:56:12.729Z Compiling percent-encoding v2.3.1
20712024-02-01T17:56:13.257Z Compiling chrono v0.4.31
20722024-02-01T17:56:15.013Z Compiling foreign-types v0.3.2
20732024-02-01T17:56:17.309Z Compiling dof v0.1.5
20742024-02-01T17:56:18.589Z Compiling dtrace-parser v0.1.14
20752024-02-01T17:56:18.724Z Compiling hmac v0.12.1
20762024-02-01T17:56:18.883Z Compiling clap_derive v4.4.2
20772024-02-01T17:56:20.278Z Compiling anstyle v1.0.2
20782024-02-01T17:56:21.224Z Compiling tokio-util v0.7.10
20792024-02-01T17:56:21.465Z Compiling cpufeatures v0.2.12
20802024-02-01T17:56:21.478Z Compiling try-lock v0.2.4
20812024-02-01T17:56:21.644Z Compiling utf8parse v0.2.1
20822024-02-01T17:56:21.664Z Compiling siphasher v0.3.11
20832024-02-01T17:56:21.731Z Compiling adler v1.0.2
20842024-02-01T17:56:22.167Z Compiling rustversion v1.0.14
20852024-02-01T17:56:22.208Z Compiling time-core v0.1.1
20862024-02-01T17:56:22.438Z Compiling time-macros v0.2.13
20872024-02-01T17:56:23.083Z Compiling h2 v0.3.24
20882024-02-01T17:56:26.554Z Compiling miniz_oxide v0.7.1
20892024-02-01T17:56:27.175Z Compiling anstyle-parse v0.2.1
20902024-02-01T17:56:27.384Z Compiling want v0.3.1
20912024-02-01T17:56:27.769Z Compiling sha2 v0.10.8
20922024-02-01T17:56:31.957Z Compiling rustls-webpki v0.101.7
20932024-02-01T17:56:32.921Z Compiling sct v0.7.0
20942024-02-01T17:56:33.337Z Compiling form_urlencoded v1.2.1
20952024-02-01T17:56:33.558Z Compiling http-body v0.4.5
20962024-02-01T17:56:33.791Z Compiling serde_tokenstream v0.1.7
20972024-02-01T17:56:34.169Z Compiling pkcs8 v0.10.2
20982024-02-01T17:56:34.597Z Compiling hubpack_derive v0.1.1
20992024-02-01T17:56:35.849Z Compiling socket2 v0.4.9
21002024-02-01T17:56:36.164Z Compiling crossbeam-epoch v0.9.15
21012024-02-01T17:56:36.833Z Compiling usdt-impl v0.5.0
21022024-02-01T17:56:36.878Z Compiling slog v2.7.0
21032024-02-01T17:56:37.131Z Compiling anstyle-query v1.0.0
21042024-02-01T17:56:37.352Z Compiling tower-service v0.3.2
21052024-02-01T17:56:37.490Z Compiling colorchoice v1.0.0
21062024-02-01T17:56:37.523Z Compiling openssl-probe v0.1.5
21072024-02-01T17:56:37.944Z Compiling anyhow v1.0.75
21082024-02-01T17:56:37.948Z Compiling radium v0.7.0
21092024-02-01T17:56:38.279Z Compiling camino v1.1.6
21102024-02-01T17:56:39.093Z Compiling httpdate v1.0.3
21112024-02-01T17:56:39.921Z Compiling hyper v0.14.27
21122024-02-01T17:56:42.267Z Compiling anstream v0.5.0
21132024-02-01T17:56:46.070Z Compiling terminal_size v0.2.6
21142024-02-01T17:57:05.011Z Compiling serde_spanned v0.6.4
21152024-02-01T17:57:05.011Z Compiling toml_datetime v0.6.5
21162024-02-01T17:57:05.011Z Compiling zerocopy v0.6.4
21172024-02-01T17:57:05.581Z Compiling scroll v0.12.0
21182024-02-01T17:57:05.581Z Compiling md-5 v0.10.5
21192024-02-01T17:57:05.581Z Compiling stringprep v0.1.3
21202024-02-01T17:57:05.581Z Compiling idna v0.5.0
21212024-02-01T17:57:05.690Z Compiling diesel_table_macro_syntax v0.1.0
21222024-02-01T17:57:05.690Z Compiling aho-corasick v1.0.4
21232024-02-01T17:57:05.691Z Compiling hash32 v0.2.1
21242024-02-01T17:57:05.691Z Compiling gimli v0.28.0
21252024-02-01T17:57:05.691Z Compiling regex-syntax v0.8.2
21262024-02-01T17:57:05.691Z Compiling clap_lex v0.5.1
21272024-02-01T17:57:05.691Z Compiling maybe-uninit v2.0.0
21282024-02-01T17:57:05.691Z Compiling plain v0.2.3
21292024-02-01T17:57:05.691Z Compiling dyn-clone v1.0.13
21302024-02-01T17:57:05.691Z Compiling strsim v0.10.0
21312024-02-01T17:57:05.691Z Compiling tap v1.0.1
21322024-02-01T17:57:05.691Z Compiling winnow v0.5.15
21332024-02-01T17:57:05.713Z Compiling stable_deref_trait v1.2.0
21342024-02-01T17:57:05.713Z Compiling fallible-iterator v0.2.0
21352024-02-01T17:57:05.713Z Compiling postgres-protocol v0.6.6
21362024-02-01T17:57:05.713Z Compiling clap_builder v4.4.2
21372024-02-01T17:57:05.713Z Compiling wyz v0.5.1
21382024-02-01T17:57:05.713Z Compiling goblin v0.8.0
21392024-02-01T17:57:05.713Z Compiling diesel_derives v2.1.2
21402024-02-01T17:57:05.713Z Compiling url v2.5.0
21412024-02-01T17:57:05.713Z Compiling addr2line v0.21.0
21422024-02-01T17:57:05.714Z Compiling regex-automata v0.4.4
21432024-02-01T17:57:06.763Z Compiling tokio-rustls v0.24.1
21442024-02-01T17:57:07.392Z Compiling strum_macros v0.25.2
21452024-02-01T17:57:13.928Z Compiling tokio-native-tls v0.3.1
21462024-02-01T17:57:14.796Z Compiling usdt-attr-macro v0.3.5
21472024-02-01T17:57:15.201Z Compiling usdt-macro v0.3.5
21482024-02-01T17:57:17.109Z Compiling phf_shared v0.11.2
21492024-02-01T17:57:17.961Z Compiling block-padding v0.3.3
21502024-02-01T17:57:17.975Z Compiling enum-as-inner v0.5.1
21512024-02-01T17:57:18.288Z Compiling serde_repr v0.1.16
21522024-02-01T17:57:18.977Z Compiling ff v0.13.0
21532024-02-01T17:57:19.321Z Compiling scheduled-thread-pool v0.2.7
21542024-02-01T17:57:19.998Z Compiling object v0.32.1
21552024-02-01T17:57:20.086Z Compiling base16ct v0.2.0
21562024-02-01T17:57:20.715Z Compiling rustc-demangle v0.1.23
21572024-02-01T17:57:22.145Z Compiling num-bigint-dig v0.8.4
21582024-02-01T17:57:22.548Z Compiling deranged v0.3.8
21592024-02-01T17:57:25.559Z Compiling packed_struct v0.10.1
21602024-02-01T17:57:26.140Z Compiling ipnet v2.9.0
21612024-02-01T17:57:26.300Z Compiling bit-vec v0.6.3
21622024-02-01T17:57:26.939Z Compiling funty v2.0.0
21632024-02-01T17:57:27.814Z Compiling managed v0.8.0
21642024-02-01T17:57:28.534Z Compiling pretty-hex v0.4.1
21652024-02-01T17:57:28.856Z Compiling regex-automata v0.1.10
21662024-02-01T17:57:29.449Z Compiling num_threads v0.1.6
21672024-02-01T17:57:29.602Z Compiling matches v0.1.10
21682024-02-01T17:57:29.612Z Compiling time v0.3.27
21692024-02-01T17:57:29.727Z Compiling idna v0.2.3
21702024-02-01T17:57:31.100Z Compiling bstr v0.2.17
21712024-02-01T17:57:32.069Z Compiling dof v0.3.0
21722024-02-01T17:57:33.274Z Compiling bitvec v1.0.1
21732024-02-01T17:57:37.407Z Compiling sec1 v0.7.3
21742024-02-01T17:57:37.449Z Compiling r2d2 v0.8.10
21752024-02-01T17:57:37.872Z Compiling group v0.13.0
21762024-02-01T17:57:38.265Z Compiling inout v0.1.3
21772024-02-01T17:57:38.478Z Compiling phf v0.11.2
21782024-02-01T17:57:40.581Z Compiling hyper-tls v0.5.0
21792024-02-01T17:57:40.787Z Compiling regex v1.10.3
21802024-02-01T17:57:41.090Z Compiling hyper-rustls v0.24.2
21812024-02-01T17:57:41.612Z Compiling signal-hook-mio v0.2.3
21822024-02-01T17:57:41.827Z Compiling clap v4.4.3
21832024-02-01T17:57:41.984Z Compiling flate2 v1.0.28
21842024-02-01T17:57:42.477Z Compiling ipnetwork v0.20.0
21852024-02-01T17:57:43.493Z Compiling toml_edit v0.19.15
21862024-02-01T17:57:43.740Z Compiling bzip2 v0.4.4
21872024-02-01T17:57:44.321Z Compiling postgres-types v0.2.6
21882024-02-01T17:57:45.102Z Compiling hubpack v0.1.2
21892024-02-01T17:57:45.783Z Compiling serde_urlencoded v0.7.1
21902024-02-01T17:57:46.193Z Compiling phf_shared v0.10.0
21912024-02-01T17:57:46.611Z Compiling rustls-pemfile v1.0.3
21922024-02-01T17:57:46.789Z Compiling hkdf v0.12.4
21932024-02-01T17:57:46.894Z Compiling dtrace-parser v0.2.0
21942024-02-01T17:57:48.250Z Compiling futures-executor v0.3.30
21952024-02-01T17:57:51.151Z Compiling crypto-bigint v0.5.2
21962024-02-01T17:57:51.841Z Compiling packed_struct_codegen v0.10.1
21972024-02-01T17:57:53.045Z Compiling float-cmp v0.9.0
21982024-02-01T17:57:54.245Z Compiling indexmap v1.9.3
21992024-02-01T17:57:54.633Z Compiling encoding_rs v0.8.33
22002024-02-01T17:57:54.682Z Compiling unicode-width v0.1.11
22012024-02-01T17:57:55.170Z Compiling whoami v1.4.1
22022024-02-01T17:57:55.196Z Compiling predicates-core v1.0.6
22032024-02-01T17:57:55.653Z Compiling nodrop v0.1.14
22042024-02-01T17:57:55.834Z Compiling crc-catalog v2.2.0
22052024-02-01T17:57:56.179Z Compiling unicode-segmentation v1.10.1
22062024-02-01T17:57:56.495Z Compiling fixedbitset v0.4.2
22072024-02-01T17:57:57.141Z Compiling mime v0.3.17
22082024-02-01T17:57:57.527Z Compiling static_assertions v1.1.0
22092024-02-01T17:57:57.660Z Compiling difflib v0.4.0
22102024-02-01T17:57:57.962Z Compiling either v1.9.0
22112024-02-01T17:57:58.496Z Compiling regex-automata v0.3.8
22122024-02-01T17:57:59.716Z Compiling webpki-roots v0.25.2
22132024-02-01T17:57:59.949Z Compiling normalize-line-endings v0.3.0
22142024-02-01T17:58:00.118Z Compiling minimal-lexical v0.2.1
22152024-02-01T17:58:00.807Z Compiling new_debug_unreachable v1.0.4
22162024-02-01T17:58:00.927Z Compiling data-encoding v2.4.0
22172024-02-01T17:58:00.951Z Compiling precomputed-hash v0.1.1
22182024-02-01T17:58:01.109Z Compiling string_cache v0.8.7
22192024-02-01T17:58:13.440Z Compiling bstr v1.6.0
22202024-02-01T17:58:13.773Z Compiling trust-dns-proto v0.22.0
22212024-02-01T17:58:13.773Z Compiling nom v7.1.3
22222024-02-01T17:58:13.967Z Compiling predicates v3.1.0
22232024-02-01T17:58:13.967Z Compiling reqwest v0.11.22
22242024-02-01T17:58:13.967Z Compiling itertools v0.10.5
22252024-02-01T17:58:13.967Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22262024-02-01T17:58:14.276Z Compiling similar v2.3.0
22272024-02-01T17:58:15.133Z Compiling petgraph v0.6.4
22282024-02-01T17:58:21.641Z Compiling crc v3.0.1
22292024-02-01T17:58:22.369Z Compiling array-init v0.0.4
22302024-02-01T17:58:22.805Z Compiling tokio-postgres v0.7.10
22312024-02-01T17:58:25.799Z Compiling console v0.15.8
22322024-02-01T17:58:25.907Z Compiling elliptic-curve v0.13.8
22332024-02-01T17:58:30.672Z Compiling futures v0.3.30
22342024-02-01T17:58:32.178Z Compiling toml v0.7.8
22352024-02-01T17:58:35.879Z Compiling zip v0.6.6
22362024-02-01T17:58:36.133Z Compiling smallvec v0.6.14
22372024-02-01T17:58:36.749Z Compiling diesel v2.1.4
22382024-02-01T17:58:36.846Z Compiling yasna v0.5.2
22392024-02-01T17:58:37.251Z Compiling crossterm v0.27.0
22402024-02-01T17:58:38.078Z Compiling cipher v0.4.4
22412024-02-01T17:58:40.856Z Compiling bit-set v0.5.3
22422024-02-01T17:58:41.265Z Compiling usdt v0.3.5
22432024-02-01T17:58:41.638Z Compiling is-terminal v0.4.9
22442024-02-01T17:58:42.813Z Compiling toml_edit v0.21.0
22452024-02-01T17:58:53.473Z Compiling pkcs1 v0.7.5
22462024-02-01T17:58:54.541Z Compiling tokio-stream v0.1.14
22472024-02-01T17:58:56.125Z Compiling openapiv3 v2.0.0
22482024-02-01T17:58:58.887Z Compiling hex v0.4.3
22492024-02-01T17:59:00.759Z Compiling hashbrown v0.13.2
22502024-02-01T17:59:02.680Z Compiling signature v2.1.0
22512024-02-01T17:59:05.454Z Compiling lalrpop-util v0.19.12
22522024-02-01T17:59:07.506Z Compiling termcolor v1.2.0
22532024-02-01T17:59:10.927Z Compiling bitfield v0.14.0
22542024-02-01T17:59:11.241Z Compiling hashbrown v0.12.3
22552024-02-01T17:59:11.404Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22562024-02-01T17:59:18.227Z Compiling env_logger v0.10.0
22572024-02-01T17:59:30.838Z Compiling rsa v0.9.2
22582024-02-01T17:59:40.217Z Compiling serde-hex v0.1.0
22592024-02-01T17:59:44.929Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22602024-02-01T17:59:44.956Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22612024-02-01T17:59:50.833Z Compiling ron v0.8.1
22622024-02-01T17:59:52.496Z Compiling x509-cert v0.2.4
22632024-02-01T17:59:59.172Z Compiling crc-any v2.4.3
22642024-02-01T18:00:24.265Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22652024-02-01T18:00:37.582Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22662024-02-01T18:00:42.964Z Compiling object v0.30.4
22672024-02-01T18:00:54.798Z Compiling path-slash v0.1.5
22682024-02-01T18:00:55.727Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22692024-02-01T18:01:38.753Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22702024-02-01T18:01:40.233Z Finished release [optimized] target(s) in 6m 22s
22712024-02-01T18:01:40.234Z
22722024-02-01T18:01:40.234Zreal 6:22.555732682
22732024-02-01T18:01:40.234Zuser 43:55.645586227
22742024-02-01T18:01:40.234Zsys 3:48.714726381
22752024-02-01T18:01:40.234Ztrap 1.735911808
22762024-02-01T18:01:40.234Ztflt 1.092601932
22772024-02-01T18:01:40.234Zdflt 0.563254411
22782024-02-01T18:01:40.234Zkflt 0.007666898
22792024-02-01T18:01:40.234Zlock 1:40:56.269140800
22802024-02-01T18:01:40.234Zslp 2:06:36.294680237
22812024-02-01T18:01:40.234Zlat 1:54.166039290
22822024-02-01T18:01:40.234Zstop 1:28.563470903
22832024-02-01T18:01:40.235Z+ ptime -m gzip
22842024-02-01T18:01:40.578Z
22852024-02-01T18:01:40.585Zreal 0.647381007
22862024-02-01T18:01:40.586Zuser 0.639871673
22872024-02-01T18:01:40.586Zsys 0.006871126
22882024-02-01T18:01:40.586Ztrap 0.000098578
22892024-02-01T18:01:40.586Ztflt 0.000000000
22902024-02-01T18:01:40.586Zdflt 0.000000000
22912024-02-01T18:01:40.586Zkflt 0.000000000
22922024-02-01T18:01:40.587Zlock 0.000000000
22932024-02-01T18:01:40.587Zslp 0.000000000
22942024-02-01T18:01:40.587Zlat 0.000200389
22952024-02-01T18:01:40.587Zstop 0.000233016
22962024-02-01T18:01:40.587Z+ banner tufaceous
22972024-02-01T18:01:40.587Z
22982024-02-01T18:01:40.587Z ##### # # ###### ## #### ###### #### # # ####
22992024-02-01T18:01:40.587Z # # # # # # # # # # # # # #
23002024-02-01T18:01:40.587Z # # # ##### # # # ##### # # # # ####
23012024-02-01T18:01:40.587Z # # # # ###### # # # # # # #
23022024-02-01T18:01:40.588Z # # # # # # # # # # # # # # #
23032024-02-01T18:01:40.588Z # #### # # # #### ###### #### #### ####
23042024-02-01T18:01:40.588Z
23052024-02-01T18:01:40.588Z+ ptime -m cargo build --locked -p tufaceous --release
23062024-02-01T18:01:41.306Z Downloading crates ...
23072024-02-01T18:01:41.755Z Downloaded parse-size v1.0.0
23082024-02-01T18:01:41.761Z Downloaded doc-comment v0.3.3
23092024-02-01T18:01:41.826Z Downloaded fs-err v2.11.0
23102024-02-01T18:01:41.826Z Downloaded olpc-cjson v0.1.3
23112024-02-01T18:01:41.827Z Downloaded buf-list v1.0.3
23122024-02-01T18:01:41.827Z Downloaded async-recursion v1.0.5
23132024-02-01T18:01:41.827Z Downloaded snafu-derive v0.7.5
23142024-02-01T18:01:41.827Z Downloaded pin-project-internal v1.1.3
23152024-02-01T18:01:41.827Z Downloaded globset v0.4.13
23162024-02-01T18:01:41.828Z Downloaded humantime v2.1.0
23172024-02-01T18:01:41.828Z Downloaded serde_plain v1.0.2
23182024-02-01T18:01:41.828Z Downloaded pin-project v1.1.3
23192024-02-01T18:01:41.828Z Downloaded typed-path v0.7.0
23202024-02-01T18:01:41.828Z Downloaded tough v0.16.0
23212024-02-01T18:01:41.840Z Downloaded snafu v0.7.5
23222024-02-01T18:01:42.017Z Compiling serde_tokenstream v0.2.0
23232024-02-01T18:01:42.032Z Compiling regress v0.7.1
23242024-02-01T18:01:42.046Z Compiling dirs-sys-next v0.1.2
23252024-02-01T18:01:42.049Z Compiling ident_case v1.0.1
23262024-02-01T18:01:42.049Z Compiling rustls-pki-types v1.1.0
23272024-02-01T18:01:42.085Z Compiling thread_local v1.1.7
23282024-02-01T18:01:42.089Z Compiling heck v0.4.1
23292024-02-01T18:01:42.288Z Compiling dirs-next v2.0.0
23302024-02-01T18:01:42.679Z Compiling darling_core v0.20.3
23312024-02-01T18:01:42.778Z Compiling rustls v0.22.2
23322024-02-01T18:01:43.576Z Compiling slog-async v2.8.0
23332024-02-01T18:01:43.581Z Compiling rustls-webpki v0.102.1
23342024-02-01T18:01:43.909Z Compiling term v0.7.0
23352024-02-01T18:01:43.929Z Compiling crossbeam-channel v0.5.8
23362024-02-01T18:01:44.123Z Compiling getopts v0.2.21
23372024-02-01T18:01:44.277Z Compiling structmeta-derive v0.2.0
23382024-02-01T18:01:45.582Z Compiling atty v0.2.14
23392024-02-01T18:01:45.764Z Compiling multer v3.0.0
23402024-02-01T18:01:46.193Z Compiling paste v1.0.14
23412024-02-01T18:01:46.739Z Compiling doc-comment v0.3.3
23422024-02-01T18:01:46.831Z Compiling unsafe-libyaml v0.2.10
23432024-02-01T18:01:47.473Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23442024-02-01T18:01:49.853Z Compiling match_cfg v0.1.0
23452024-02-01T18:01:49.896Z Compiling take_mut v0.2.2
23462024-02-01T18:01:50.401Z Compiling hostname v0.3.1
23472024-02-01T18:01:50.415Z Compiling serde_yaml v0.9.25
23482024-02-01T18:01:51.460Z Compiling structmeta v0.2.0
23492024-02-01T18:01:51.567Z Compiling darling_macro v0.20.3
23502024-02-01T18:01:53.833Z Compiling slog-term v2.9.0
23512024-02-01T18:01:53.863Z Compiling darling v0.20.3
23522024-02-01T18:01:55.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23532024-02-01T18:01:55.538Z Compiling slog-json v2.6.1
23542024-02-01T18:01:56.342Z Compiling http v1.0.0
23552024-02-01T18:01:56.607Z Compiling async-stream-impl v0.3.5
23562024-02-01T18:01:56.863Z Compiling pin-project-internal v1.1.3
23572024-02-01T18:01:57.166Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23582024-02-01T18:01:57.605Z Compiling regex-syntax v0.7.5
23592024-02-01T18:01:58.561Z Compiling atomic-waker v1.1.1
23602024-02-01T18:01:58.849Z Compiling fastrand v2.0.0
23612024-02-01T18:01:59.938Z Compiling tempfile v3.9.0
23622024-02-01T18:02:00.374Z Compiling tokio-rustls v0.25.0
23632024-02-01T18:02:01.415Z Compiling pin-project v1.1.3
23642024-02-01T18:02:01.604Z Compiling waitgroup v0.1.2
23652024-02-01T18:02:01.983Z Compiling async-stream v0.3.5
23662024-02-01T18:02:02.552Z Compiling slog-bunyan v2.5.0
23672024-02-01T18:02:03.100Z Compiling serde_with_macros v3.5.1
23682024-02-01T18:02:04.935Z Compiling toml v0.8.8
23692024-02-01T18:02:05.107Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23702024-02-01T18:02:06.602Z Compiling rustls-pemfile v2.0.0
23712024-02-01T18:02:07.035Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23722024-02-01T18:02:07.582Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23732024-02-01T18:02:07.768Z Compiling sha1 v0.10.6
23742024-02-01T18:02:07.870Z Compiling parse-display-derive v0.8.2
23752024-02-01T18:02:08.329Z Compiling snafu-derive v0.7.5
23762024-02-01T18:02:09.327Z Compiling serde_path_to_error v0.1.15
23772024-02-01T18:02:10.074Z Compiling fs-err v2.11.0
23782024-02-01T18:02:10.510Z Compiling instant v0.1.12
23792024-02-01T18:02:10.740Z Compiling same-file v1.0.6
23802024-02-01T18:02:11.021Z Compiling debug-ignore v1.0.5
23812024-02-01T18:02:11.201Z Compiling buf-list v1.0.3
23822024-02-01T18:02:11.233Z Compiling arc-swap v1.6.0
23832024-02-01T18:02:12.081Z Compiling slog-scope v4.4.0
23842024-02-01T18:02:13.561Z Compiling walkdir v2.4.0
23852024-02-01T18:02:13.975Z Compiling backoff v0.4.0
23862024-02-01T18:02:14.650Z Compiling parse-display v0.8.2
23872024-02-01T18:02:14.654Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23882024-02-01T18:02:14.654Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23892024-02-01T18:02:14.715Z Compiling serde_with v3.5.1
23902024-02-01T18:02:16.573Z Compiling snafu v0.7.5
23912024-02-01T18:02:16.586Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23922024-02-01T18:02:17.607Z Compiling globset v0.4.13
23932024-02-01T18:02:19.004Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23942024-02-01T18:02:19.243Z Compiling strum v0.25.0
23952024-02-01T18:02:19.918Z Compiling olpc-cjson v0.1.3
23962024-02-01T18:02:20.387Z Compiling pem v3.0.2
23972024-02-01T18:02:22.484Z Compiling serde_plain v1.0.2
23982024-02-01T18:02:23.063Z Compiling macaddr v1.0.1
23992024-02-01T18:02:23.356Z Compiling async-recursion v1.0.5
24002024-02-01T18:02:24.269Z Compiling xattr v1.0.1
24012024-02-01T18:02:24.714Z Compiling filetime v0.2.23
24022024-02-01T18:02:24.890Z Compiling typed-path v0.7.0
24032024-02-01T18:02:25.268Z Compiling tar v0.4.40
24042024-02-01T18:02:25.556Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24052024-02-01T18:02:32.501Z Compiling tough v0.16.0
24062024-02-01T18:02:36.433Z Compiling slog-stdlog v4.1.1
24072024-02-01T18:02:37.931Z Compiling camino-tempfile v1.1.1
24082024-02-01T18:02:38.641Z Compiling itertools v0.12.0
24092024-02-01T18:02:39.164Z Compiling parse-size v1.0.0
24102024-02-01T18:02:39.665Z Compiling slog-envlogger v2.2.0
24112024-02-01T18:02:44.137Z Compiling humantime v2.1.0
24122024-02-01T18:02:51.863Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24132024-02-01T18:02:52.172Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24142024-02-01T18:03:07.768Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24152024-02-01T18:03:10.484Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24162024-02-01T18:03:43.168Z Finished release [optimized] target(s) in 2m 02s
24172024-02-01T18:03:43.243Z
24182024-02-01T18:03:43.244Zreal 2:02.633436566
24192024-02-01T18:03:43.244Zuser 13:36.443784699
24202024-02-01T18:03:43.244Zsys 50.402439101
24212024-02-01T18:03:43.245Ztrap 0.494167250
24222024-02-01T18:03:43.245Ztflt 0.403802379
24232024-02-01T18:03:43.260Zdflt 0.664310669
24242024-02-01T18:03:43.260Zkflt 0.000000000
24252024-02-01T18:03:43.260Zlock 27:54.924796819
24262024-02-01T18:03:43.260Zslp 30:37.131661278
24272024-02-01T18:03:43.260Zlat 26.290988758
24282024-02-01T18:03:43.261Zstop 14.179371614
24292024-02-01T18:03:43.261Z+ ptime -m gzip
24302024-02-01T18:03:45.700Z
24312024-02-01T18:03:45.702Zreal 2.450710778
24322024-02-01T18:03:45.702Zuser 2.426756921
24332024-02-01T18:03:45.702Zsys 0.021422059
24342024-02-01T18:03:45.702Ztrap 0.000887715
24352024-02-01T18:03:45.702Ztflt 0.000000000
24362024-02-01T18:03:45.702Zdflt 0.000000000
24372024-02-01T18:03:45.722Zkflt 0.000000000
24382024-02-01T18:03:45.722Zlock 0.000000000
24392024-02-01T18:03:45.723Zslp 0.000000000
24402024-02-01T18:03:45.723Zlat 0.001303333
24412024-02-01T18:03:45.723Zstop 0.000234136
24422024-02-01T18:03:45.723Zprocess exited: duration 1243234 ms, exit code 0
 
24432024-02-01T18:03:45.750Zfound 5 output files
24442024-02-01T18:03:45.750Zuploading: /work/end-to-end-tests/bootstrap-d85755d230534e96.gz (10759075 bytes)
24452024-02-01T18:03:53.429Zuploaded: /work/end-to-end-tests/bootstrap-d85755d230534e96.gz
24462024-02-01T18:03:53.429Zuploading: /work/end-to-end-tests/bootstrap.gz (108782669 bytes)
24472024-02-01T18:05:24.435Zuploaded: /work/end-to-end-tests/bootstrap.gz
24482024-02-01T18:05:24.435Zuploading: /work/end-to-end-tests/end_to_end_tests-2bc5efa67eecf70d.gz (111954490 bytes)
24492024-02-01T18:06:12.943Zuploaded: /work/end-to-end-tests/end_to_end_tests-2bc5efa67eecf70d.gz
24502024-02-01T18:06:12.943Zuploading: /work/caboose-util.gz (4048201 bytes)
24512024-02-01T18:06:15.412Zuploaded: /work/caboose-util.gz
24522024-02-01T18:06:15.412Zuploading: /work/tufaceous.gz (15644331 bytes)
24532024-02-01T18:06:22.833Zuploaded: /work/tufaceous.gz