01HMWTJJ35NVP3KBVG654K527M: 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: 01HMWTMPC5B39EXWWRMRW5HYNS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-24T04:24:13.007Zjob assigned to worker 01HMWVAHY92DBSP5AN1VSPSVD4 (queued for 12 m 51 s)
 
22024-01-24T04:24:13.282Zstarting task 0: "setup"
32024-01-24T04:24:13.356Z++ uname -s
42024-01-24T04:24:13.359Z+ kern=SunOS
52024-01-24T04:24:13.359Z+ case "$kern" in
62024-01-24T04:24:13.359Z+ groupadd -g 12345 build
72024-01-24T04:24:13.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-24T04:24:15.416Z+ zfs create -o mountpoint=/work rpool/work
92024-01-24T04:24:15.538Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-24T04:24:15.549Z+ home_fs=zfs
112024-01-24T04:24:15.549Z+ [[ zfs == autofs ]]
122024-01-24T04:24:15.549Z+ mkdir -p /home/build
132024-01-24T04:24:15.550Z+ chown build:build /home/build /work
142024-01-24T04:24:17.542Z+ chmod 0700 /home/build /work
152024-01-24T04:24:17.546Zprocess exited: duration 4264 ms, exit code 0
 
162024-01-24T04:24:17.552Zstarting task 1: "rust-toolchain"
172024-01-24T04:24:17.560Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-24T04:24:17.563Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-24T04:24:17.743Zinfo: downloading installer
202024-01-24T04:24:19.474Zwarning: it looks like you have an existing installation of Rust at:
212024-01-24T04:24:19.474Zwarning: /opt/ooce/bin
222024-01-24T04:24:19.474Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-24T04:24:19.474Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-24T04:24:19.474Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-24T04:24:19.474Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-24T04:24:19.474Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-24T04:24:19.477Zerror: cannot install while Rust is installed
282024-01-24T04:24:19.477Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-24T04:24:19.674Zinfo: profile set to 'default'
302024-01-24T04:24:19.674Zinfo: default host triple is x86_64-unknown-illumos
312024-01-24T04:24:19.683Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-24T04:24:19.842Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-24T04:24:19.843Zinfo: downloading component 'cargo'
342024-01-24T04:24:20.509Zinfo: downloading component 'clippy'
352024-01-24T04:24:20.744Zinfo: downloading component 'rust-docs'
362024-01-24T04:24:21.594Zinfo: downloading component 'rust-std'
372024-01-24T04:24:23.088Zinfo: downloading component 'rustc'
382024-01-24T04:24:26.755Zinfo: downloading component 'rustfmt'
392024-01-24T04:24:27.023Zinfo: installing component 'cargo'
402024-01-24T04:24:28.588Zinfo: installing component 'clippy'
412024-01-24T04:24:29.273Zinfo: installing component 'rust-docs'
422024-01-24T04:24:31.974Zinfo: installing component 'rust-std'
432024-01-24T04:24:35.350Zinfo: installing component 'rustc'
442024-01-24T04:24:42.464Zinfo: installing component 'rustfmt'
452024-01-24T04:24:42.911Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-24T04:24:42.911Z
472024-01-24T04:24:43.050Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-24T04:24:43.051Z
492024-01-24T04:24:43.051Z
502024-01-24T04:24:43.051ZRust is installed now. Great!
512024-01-24T04:24:43.051Z
522024-01-24T04:24:43.071ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-24T04:24:43.071Zenvironment variable. This has not been done automatically.
542024-01-24T04:24:43.072Z
552024-01-24T04:24:43.072ZTo configure your current shell, run:
562024-01-24T04:24:43.072Zsource "$HOME/.cargo/env"
572024-01-24T04:24:43.127Z+ rustc --version
582024-01-24T04:24:43.241Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-24T04:24:43.246Zprocess exited: duration 25689 ms, exit code 0
 
602024-01-24T04:24:43.253Zstarting task 2: "authentication"
612024-01-24T04:24:43.284Zprocess exited: duration 31 ms, exit code 0
 
622024-01-24T04:24:43.291Zstarting task 3: "clone repository"
632024-01-24T04:24:43.298Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-24T04:24:43.301Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-24T04:24:43.394ZCloning into '/work/oxidecomputer/omicron'...
662024-01-24T04:24:48.936Z+ cd /work/oxidecomputer/omicron
672024-01-24T04:24:48.936Z+ git fetch origin cf0957c7ea7893100754469496057daefb515001
682024-01-24T04:24:49.334ZFrom https://github.com/oxidecomputer/omicron
692024-01-24T04:24:49.334Z * branch cf0957c7ea7893100754469496057daefb515001 -> FETCH_HEAD
702024-01-24T04:24:49.346Z+ [[ -n renovate/tui-tree-widget-0.x ]]
712024-01-24T04:24:49.356Z++ git branch --show-current
722024-01-24T04:24:49.356Z+ current=main
732024-01-24T04:24:49.356Z+ [[ main != renovate/tui-tree-widget-0.x ]]
742024-01-24T04:24:49.356Z+ git branch -f renovate/tui-tree-widget-0.x cf0957c7ea7893100754469496057daefb515001
752024-01-24T04:24:49.360Z+ git checkout -f renovate/tui-tree-widget-0.x
762024-01-24T04:24:49.539ZSwitched to branch 'renovate/tui-tree-widget-0.x'
772024-01-24T04:24:49.543Z+ git reset --hard cf0957c7ea7893100754469496057daefb515001
782024-01-24T04:24:49.554ZHEAD is now at cf0957c7e Update Rust crate tui-tree-widget to 0.16.0
792024-01-24T04:24:49.556Zprocess exited: duration 6264 ms, exit code 0
 
802024-01-24T04:24:49.562Zstarting task 4: "build"
812024-01-24T04:24:49.575Z+ cargo --version
822024-01-24T04:24:49.586Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-01-24T04:24:49.788Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-01-24T04:24:49.796Zinfo: downloading component 'cargo'
852024-01-24T04:24:50.554Zinfo: downloading component 'clippy'
862024-01-24T04:24:50.702Zinfo: downloading component 'rust-docs'
872024-01-24T04:24:51.623Zinfo: downloading component 'rust-std'
882024-01-24T04:24:52.909Zinfo: downloading component 'rustc'
892024-01-24T04:24:56.596Zinfo: downloading component 'rustfmt'
902024-01-24T04:24:57.279Zinfo: installing component 'cargo'
912024-01-24T04:24:58.136Zinfo: installing component 'clippy'
922024-01-24T04:24:58.614Zinfo: installing component 'rust-docs'
932024-01-24T04:25:01.512Zinfo: installing component 'rust-std'
942024-01-24T04:25:03.948Zinfo: installing component 'rustc'
952024-01-24T04:25:10.273Zinfo: installing component 'rustfmt'
962024-01-24T04:25:10.850Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-01-24T04:25:10.855Z+ rustc --version
982024-01-24T04:25:10.983Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-01-24T04:25:10.990Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-01-24T04:25:22.743Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-01-24T04:25:24.505Z Startup: Caching catalogs ... Done
1022024-01-24T04:25:26.876ZPlanning: Solver setup ... Done (1.918s)
1032024-01-24T04:25:26.935ZPlanning: Running solver ... Done (0.052s)
1042024-01-24T04:25:27.363ZPlanning: Finding local manifests ... Done (0.003s)
1052024-01-24T04:25:27.370ZPlanning: Fetching manifests: 0/4 0% complete
1062024-01-24T04:25:27.370ZPlanning: Fetching manifests: 4/4 100% complete
1072024-01-24T04:25:27.370ZPlanning: Package planning ... Done (0.081s)
1082024-01-24T04:25:27.406ZPlanning: Merging actions ... Done (0.086s)
1092024-01-24T04:25:28.189ZPlanning: Checking for conflicting actions ... Done (0.784s)
1102024-01-24T04:25:28.214ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-01-24T04:25:32.149ZPlanning: Evaluating mediators ... Done (3.936s)
1122024-01-24T04:25:32.163ZPlanning: Planning completed in 7.63 seconds
1132024-01-24T04:25:34.435Z Packages to install: 4
1142024-01-24T04:25:34.435Z Mediators to change: 2
1152024-01-24T04:25:34.435Z Services to change: 1
1162024-01-24T04:25:34.441Z Estimated space available: 148.87 GB
1172024-01-24T04:25:34.441ZEstimated space to be consumed: 1.40 GB
1182024-01-24T04:25:34.441Z Create boot environment: No
1192024-01-24T04:25:34.441ZCreate backup boot environment: No
1202024-01-24T04:25:34.441Z Rebuild boot archive: No
1212024-01-24T04:25:34.442Z
1222024-01-24T04:25:34.442ZChanged mediators:
1232024-01-24T04:25:34.442Z mediator clang:
1242024-01-24T04:25:34.442Z version: None -> 15 (system default)
1252024-01-24T04:25:34.442Z
1262024-01-24T04:25:34.442Z mediator llvm:
1272024-01-24T04:25:34.442Z version: 14 (system default) -> 15 (system default)
1282024-01-24T04:25:34.442Z
1292024-01-24T04:25:34.442ZChanged packages:
1302024-01-24T04:25:34.442Zhelios-dev
1312024-01-24T04:25:34.443Z developer/build-essential
1322024-01-24T04:25:34.443Z None -> 11-2.0
1332024-01-24T04:25:34.443Z library/libxmlsec1
1342024-01-24T04:25:34.443Z None -> 1.2.35-2.0
1352024-01-24T04:25:34.443Z ooce/developer/clang-15
1362024-01-24T04:25:34.443Z None -> 15.0.7-2.0
1372024-01-24T04:25:34.443Z ooce/developer/llvm-15
1382024-01-24T04:25:34.443Z None -> 15.0.7-2.0
1392024-01-24T04:25:34.443Z
1402024-01-24T04:25:34.443ZServices:
1412024-01-24T04:25:34.443Z restart_fmri:
1422024-01-24T04:25:34.443Z svc:/system/update-man-index:default
1432024-01-24T04:25:34.635Z
1442024-01-24T04:25:34.635ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-01-24T04:25:39.691ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s)
1462024-01-24T04:25:44.766ZDownload: 2215/3290 items 119.2/212.6MB 56% complete (12.1M/s)
1472024-01-24T04:25:49.773ZDownload: 3094/3290 items 125.4/212.6MB 58% complete (4.1M/s)
1482024-01-24T04:25:55.128ZDownload: 3287/3290 items 211.7/212.6MB 99% complete (9.5M/s)
1492024-01-24T04:25:55.186ZDownload: Completed 212.60 MB in 20.56 seconds (10.3M/s)
1502024-01-24T04:25:55.720Z Actions: 1/3689 actions (Installing new actions)
1512024-01-24T04:26:00.918Z Actions: 2225/3689 actions (Installing new actions)
1522024-01-24T04:26:03.417Z Actions: Completed 3689 actions in 7.70 seconds.
1532024-01-24T04:26:03.655Z Done (0.237s)
1542024-01-24T04:26:03.655Z Done (0.000s)
1552024-01-24T04:26:03.970Z Done (0.314s)
1562024-01-24T04:26:11.278Z Done (7.174s)
1572024-01-24T04:26:11.484Z Done (0.105s)
1582024-01-24T04:26:11.487Z Done (0.000s)
1592024-01-24T04:26:11.719Z Done (0.000s)
1602024-01-24T04:26:12.459ZPlanning: Evaluating mediator changes ... Done
1612024-01-24T04:26:12.735ZPlanning: Checking for conflicting actions ... Done
1622024-01-24T04:26:12.738ZPlanning: Consolidating action changes ... Done
1632024-01-24T04:26:13.171ZPlanning: Evaluating mediators ... Done
1642024-01-24T04:26:13.175ZPlanning: Planning completed in 0.72 seconds
1652024-01-24T04:26:13.224Z Mediators to change: 2
1662024-01-24T04:26:13.224Z Create boot environment: No
1672024-01-24T04:26:13.228ZCreate backup boot environment: No
1682024-01-24T04:26:13.316Z Done
1692024-01-24T04:26:13.316Z Done
1702024-01-24T04:26:13.506Z Done
1712024-01-24T04:26:19.566Z Done
1722024-01-24T04:26:19.574Z Done
1732024-01-24T04:26:19.574Z Done
1742024-01-24T04:26:19.574Z Done
1752024-01-24T04:26:20.374ZPlanning: Evaluating mediator changes ... Done
1762024-01-24T04:26:20.388ZPlanning: Merging actions ... Done
1772024-01-24T04:26:20.709ZPlanning: Checking for conflicting actions ... Done
1782024-01-24T04:26:20.716ZPlanning: Consolidating action changes ... Done
1792024-01-24T04:26:21.148ZPlanning: Evaluating mediators ... Done
1802024-01-24T04:26:21.244ZPlanning: Planning completed in 1.31 seconds
1812024-01-24T04:26:21.297Z Packages to change: 1
1822024-01-24T04:26:21.297Z Mediators to change: 1
1832024-01-24T04:26:21.303Z Services to change: 1
1842024-01-24T04:26:21.303Z Create boot environment: No
1852024-01-24T04:26:21.303ZCreate backup boot environment: Yes
1862024-01-24T04:26:23.266Z Actions: 1/6 actions (Updating modified actions)
1872024-01-24T04:26:23.270Z Actions: Completed 6 actions in 0.00 seconds.
1882024-01-24T04:26:23.270Z Done
1892024-01-24T04:26:23.270Z Done
1902024-01-24T04:26:23.340Z Done
1912024-01-24T04:26:31.126Z Done
1922024-01-24T04:26:32.270Z Done
1932024-01-24T04:26:32.270Z Done
1942024-01-24T04:26:32.270Z Done
1952024-01-24T04:26:32.270ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962024-01-24T04:26:32.271Zclang system 15 system
1972024-01-24T04:26:32.271Zcsh system system illumos
1982024-01-24T04:26:32.271Zctags system system illumos
1992024-01-24T04:26:32.271Zgcc vendor 12 vendor
2002024-01-24T04:26:32.271Zgcc system 10 system
2012024-01-24T04:26:32.271Zgcc system 7 system
2022024-01-24T04:26:32.271Zgo system 1.20 system
2032024-01-24T04:26:32.271Zgo system 1.19 system
2042024-01-24T04:26:32.271Zllvm system 15 system
2052024-01-24T04:26:32.271Zllvm system 14 system
2062024-01-24T04:26:32.271Zmariadb system 10.6 system
2072024-01-24T04:26:32.271Zmta vendor vendor dma
2082024-01-24T04:26:32.271Zopenjdk system 17 system
2092024-01-24T04:26:32.271Zopenjdk system 11 system
2102024-01-24T04:26:32.272Zopenjdk system 1.8 system
2112024-01-24T04:26:32.272Zopenssl vendor 3 vendor
2122024-01-24T04:26:32.272Zperl system 5.36 system
2132024-01-24T04:26:32.272Zpostgresql system 15 system
2142024-01-24T04:26:32.272Zpostgresql system 13 system
2152024-01-24T04:26:32.272Zpython vendor 3 vendor
2162024-01-24T04:26:32.272Zpython system 2 system
2172024-01-24T04:26:32.272Zpython3 system 3.11 system
2182024-01-24T04:26:32.272Zruby system 3.0 system
2192024-01-24T04:26:32.272Zwords vendor vendor american-english
2202024-01-24T04:26:32.272Zwords system system australian-english
2212024-01-24T04:26:32.272Zwords system system british-english
2222024-01-24T04:26:32.272Zwords system system canadian-english
2232024-01-24T04:26:32.272Zwords system system french
2242024-01-24T04:26:32.272Zwords system system italian
2252024-01-24T04:26:32.272Zwords system system ngerman
2262024-01-24T04:26:32.273Zwords system system ogerman
2272024-01-24T04:26:32.273Zwords system system spanish
2282024-01-24T04:26:32.273ZFMRI IFO
2292024-01-24T04:26:32.273Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302024-01-24T04:26:32.273Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312024-01-24T04:26:32.273Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322024-01-24T04:26:32.273Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332024-01-24T04:26:32.273Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-01-24T04:26:32.273Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2352024-01-24T04:26:32.273Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-01-24T04:26:32.273Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-01-24T04:26:32.273Z+ set -o errexit
2382024-01-24T04:26:32.273Z+++ dirname ./tools/ci_download_cockroachdb
2392024-01-24T04:26:32.273Z++ cd ./tools
2402024-01-24T04:26:32.273Z++ pwd
2412024-01-24T04:26:32.273Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2422024-01-24T04:26:32.273Z++ basename ./tools/ci_download_cockroachdb
2432024-01-24T04:26:32.273Z+ ARG0=ci_download_cockroachdb
2442024-01-24T04:26:32.274Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2452024-01-24T04:26:32.274Z+ CIDL_VERSION=v22.1.9
2462024-01-24T04:26:32.274Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2472024-01-24T04:26:32.274Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2482024-01-24T04:26:32.274Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2492024-01-24T04:26:32.274Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2502024-01-24T04:26:32.274Z+ TARGET_DIR=out
2512024-01-24T04:26:32.274Z+ DOWNLOAD_DIR=out/downloads
2522024-01-24T04:26:32.274Z+ DEST_DIR=./out/cockroachdb
2532024-01-24T04:26:32.274Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2542024-01-24T04:26:32.274Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2552024-01-24T04:26:32.274Z+ main
2562024-01-24T04:26:32.274Z+ [[ 0 != 0 ]]
2572024-01-24T04:26:32.274Z+ CIDL_OS=solaris2.11
2582024-01-24T04:26:32.274Z+ [[ 0 != 0 ]]
2592024-01-24T04:26:32.275Z+ configure_os solaris2.11
2602024-01-24T04:26:32.275Z+ echo 'current directory: /work/oxidecomputer/omicron'
2612024-01-24T04:26:32.275Zcurrent directory: /work/oxidecomputer/omicron
2622024-01-24T04:26:32.275Z+ echo 'configuring based on OS: "solaris2.11"'
2632024-01-24T04:26:32.275Z+ case "$1" in
2642024-01-24T04:26:32.275Zconfiguring based on OS: "solaris2.11"
2652024-01-24T04:26:32.275Z+ CIDL_BUILD=illumos
2662024-01-24T04:26:32.275Z+ CIDL_SUFFIX=tar.gz
2672024-01-24T04:26:32.275Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2682024-01-24T04:26:32.275Z+ CIDL_MD5FUNC=do_md5sum
2692024-01-24T04:26:32.275Z+ CIDL_URL_BASE=https://illumos.org/downloads
2702024-01-24T04:26:32.275Z+ CIDL_ASSEMBLE=do_assemble_illumos
2712024-01-24T04:26:32.275Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2722024-01-24T04:26:32.275Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2732024-01-24T04:26:32.275Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-01-24T04:26:32.275Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2752024-01-24T04:26:32.275Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-01-24T04:26:32.275Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-01-24T04:26:32.276ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-01-24T04:26:32.276Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-01-24T04:26:32.276ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-01-24T04:26:32.276Z+ mkdir -p out/downloads
2812024-01-24T04:26:32.276Z+ mkdir -p ./out/cockroachdb
2822024-01-24T04:26:32.276Z+ local DO_DOWNLOAD=true
2832024-01-24T04:26:32.276Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2842024-01-24T04:26:32.276Z+ '[' true == true ']'
2852024-01-24T04:26:32.276Z+ echo Downloading...
2862024-01-24T04:26:32.276ZDownloading...
2872024-01-24T04:26:32.276Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-01-24T04:26:32.276Z+ 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
2892024-01-24T04:26:35.374Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-01-24T04:26:35.374Z++ md5sum
2912024-01-24T04:26:35.374Z++ awk '{print $1}'
2922024-01-24T04:26:58.387Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2932024-01-24T04:26:58.388Z+ [[ 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 ]]
2942024-01-24T04:26:58.388Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-01-24T04:26:58.388Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2962024-01-24T04:26:58.879Z+ do_assemble_illumos
2972024-01-24T04:26:58.879Z+ rm -r ./out/cockroachdb
2982024-01-24T04:26:58.879Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2992024-01-24T04:26:58.879Z+ ./out/cockroachdb/bin/cockroach version
3002024-01-24T04:26:58.879ZBuild Tag: v22.1.9-dirty
3012024-01-24T04:26:58.879ZBuild Time: 2022/10/26 21:17:46
3022024-01-24T04:26:58.879ZDistribution: OSS
3032024-01-24T04:26:58.879ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3042024-01-24T04:26:58.879ZGo Version: go1.17.13
3052024-01-24T04:26:58.879ZC Compiler: gcc 10.3.0
3062024-01-24T04:26:58.879ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3072024-01-24T04:26:58.879ZBuild Type: release
3082024-01-24T04:26:58.879Z+ set -o errexit
3092024-01-24T04:26:58.879Z+++ dirname ./tools/ci_download_clickhouse
3102024-01-24T04:26:58.880Z++ cd ./tools
3112024-01-24T04:26:58.880Z++ pwd
3122024-01-24T04:26:58.880Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3132024-01-24T04:26:58.880Z++ basename ./tools/ci_download_clickhouse
3142024-01-24T04:26:58.880Z+ ARG0=ci_download_clickhouse
3152024-01-24T04:26:58.880Z+ TARGET_DIR=out
3162024-01-24T04:26:58.880Z+ DOWNLOAD_DIR=out/downloads
3172024-01-24T04:26:58.880Z+ DEST_DIR=./out/clickhouse
3182024-01-24T04:26:58.880Z+ CIDL_VERSION=v22.8.9.24
3192024-01-24T04:26:58.880Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202024-01-24T04:26:58.880Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3212024-01-24T04:26:58.880Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3222024-01-24T04:26:58.880Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3232024-01-24T04:26:58.880Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242024-01-24T04:26:58.880Z+ main
3252024-01-24T04:26:58.880Z+ [[ 0 != 0 ]]
3262024-01-24T04:26:58.880Z+ CIDL_OS=solaris2.11
3272024-01-24T04:26:58.880Z+ [[ 0 != 0 ]]
3282024-01-24T04:26:58.880Z+ configure_os solaris2.11
3292024-01-24T04:26:58.880Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302024-01-24T04:26:58.880Zcurrent directory: /work/oxidecomputer/omicron
3312024-01-24T04:26:58.881Z+ echo 'configuring based on OS: "solaris2.11"'
3322024-01-24T04:26:58.881Z+ CIDL_DASHREV=
3332024-01-24T04:26:58.881Z+ case "$1" in
3342024-01-24T04:26:58.881Zconfiguring based on OS: "solaris2.11"
3352024-01-24T04:26:58.881Z+ CIDL_PLATFORM=illumos
3362024-01-24T04:26:58.881Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3372024-01-24T04:26:58.881Z+ CIDL_MD5FUNC=do_md5sum
3382024-01-24T04:26:58.881Z+ CIDL_DASHREV=-1
3392024-01-24T04:26:58.881Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3402024-01-24T04:26:58.881Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-01-24T04:26:58.881Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-01-24T04:26:58.881Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-01-24T04:26:58.881Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-01-24T04:26:58.881ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-01-24T04:26:58.881Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3462024-01-24T04:26:58.881Z+ mkdir -p out/downloads
3472024-01-24T04:26:58.881ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-01-24T04:26:58.881Z+ mkdir -p ./out/clickhouse
3492024-01-24T04:26:58.881Z+ local DO_DOWNLOAD=true
3502024-01-24T04:26:58.881Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3512024-01-24T04:26:58.881Z+ '[' true == true ']'
3522024-01-24T04:26:58.881Z+ echo Downloading...
3532024-01-24T04:26:58.881ZDownloading...
3542024-01-24T04:26:58.882Z+ 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
3552024-01-24T04:26:58.882Z+ 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
3562024-01-24T04:26:59.328Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572024-01-24T04:26:59.328Z++ md5sum
3582024-01-24T04:26:59.329Z++ awk '{print $1}'
3592024-01-24T04:26:59.329Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3602024-01-24T04:26:59.329Z+ [[ 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 ]]
3612024-01-24T04:26:59.329Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3622024-01-24T04:26:59.329Z+ mkdir -p ./out/clickhouse
3632024-01-24T04:26:59.330Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3642024-01-24T04:26:59.330Z+ ./out/clickhouse/clickhouse server --version
3652024-01-24T04:26:59.330ZClickHouse server version 22.8.9.1.
3662024-01-24T04:26:59.330Z+ set -o errexit
3672024-01-24T04:26:59.331Z+++ dirname ./tools/ci_download_console
3682024-01-24T04:26:59.331Z++ cd ./tools
3692024-01-24T04:26:59.503Z++ pwd
3702024-01-24T04:26:59.503Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712024-01-24T04:26:59.504Z++ basename ./tools/ci_download_console
3722024-01-24T04:26:59.504Z+ ARG0=ci_download_console
3732024-01-24T04:26:59.504Z+ TARGET_DIR=out
3742024-01-24T04:26:59.504Z+ DOWNLOAD_DIR=out/downloads
3752024-01-24T04:26:59.504Z+ DEST_DIR=./out/console-assets
3762024-01-24T04:26:59.504Z+ source /work/oxidecomputer/omicron/tools/console_version
3772024-01-24T04:26:59.504Z++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295
3782024-01-24T04:26:59.505Z++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
3792024-01-24T04:26:59.505Z+ URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3802024-01-24T04:26:59.505Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812024-01-24T04:26:59.505Z+ main
3822024-01-24T04:26:59.505Z+ [[ 0 != 0 ]]
3832024-01-24T04:26:59.505Z+ echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz'
3842024-01-24T04:26:59.505ZURL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3852024-01-24T04:26:59.505Z+ echo 'Local file: out/downloads/console.tar.gz'
3862024-01-24T04:26:59.505ZLocal file: out/downloads/console.tar.gz
3872024-01-24T04:26:59.506Z+ local DO_DOWNLOAD=true
3882024-01-24T04:26:59.506Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-01-24T04:26:59.506Z+ mkdir -p out/downloads
3902024-01-24T04:26:59.506Z+ '[' true == true ']'
3912024-01-24T04:26:59.506Z+ echo Downloading...
3922024-01-24T04:26:59.506ZDownloading...
3932024-01-24T04:26:59.507Z+ do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz
3942024-01-24T04:26:59.507Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3952024-01-24T04:26:59.507Z++ do_sha256sum out/downloads/console.tar.gz
3962024-01-24T04:26:59.507Z++ case "$OSTYPE" in
3972024-01-24T04:26:59.507Z++ SHA=sha256sum
3982024-01-24T04:26:59.508Z++ sha256sum
3992024-01-24T04:26:59.508Z++ awk '{print $1}'
4002024-01-24T04:26:59.508Z+ calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
4012024-01-24T04:26:59.508Z+ [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]]
4022024-01-24T04:26:59.508Z+ rm -rf ./out/console-assets
4032024-01-24T04:26:59.509Z+ mkdir -p ./out/console-assets
4042024-01-24T04:26:59.509Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052024-01-24T04:26:59.509Z+ mkdir -p ./out/console-assets
4062024-01-24T04:26:59.509Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072024-01-24T04:26:59.509Z+ set -o errexit
4082024-01-24T04:26:59.510Z+++ dirname ./tools/ci_download_maghemite_openapi
4092024-01-24T04:26:59.510Z++ cd ./tools
4102024-01-24T04:26:59.510Z++ pwd
4112024-01-24T04:26:59.510Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-01-24T04:26:59.511Z++ basename ./tools/ci_download_maghemite_openapi
4132024-01-24T04:26:59.511Z+ ARG0=ci_download_maghemite_openapi
4142024-01-24T04:26:59.511Z+ TARGET_DIR=out
4152024-01-24T04:26:59.511Z+ DOWNLOAD_DIR=out/downloads
4162024-01-24T04:26:59.511Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4172024-01-24T04:26:59.511Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4182024-01-24T04:26:59.511Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4192024-01-24T04:26:59.511Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4202024-01-24T04:26:59.511Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4212024-01-24T04:26:59.511Z+ main
4222024-01-24T04:26:59.512Z+ [[ 0 != 0 ]]
4232024-01-24T04:26:59.512Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4242024-01-24T04:26:59.512ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4252024-01-24T04:26:59.512Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4262024-01-24T04:26:59.513ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4272024-01-24T04:26:59.513Z+ local DO_DOWNLOAD=true
4282024-01-24T04:26:59.513Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4292024-01-24T04:26:59.513Z+ mkdir -p out/downloads
4302024-01-24T04:26:59.513Z+ '[' true == true ']'
4312024-01-24T04:26:59.513Z+ echo Downloading...
4322024-01-24T04:26:59.513ZDownloading...
4332024-01-24T04:26:59.513Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4342024-01-24T04:26:59.514Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4352024-01-24T04:26:59.736Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4362024-01-24T04:26:59.854Z++ case "$OSTYPE" in
4372024-01-24T04:26:59.854Z++ SHA=sha256sum
4382024-01-24T04:26:59.854Z++ sha256sum
4392024-01-24T04:26:59.855Z++ awk '{print $1}'
4402024-01-24T04:26:59.855Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4412024-01-24T04:26:59.855Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4422024-01-24T04:26:59.856Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4432024-01-24T04:26:59.856Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4442024-01-24T04:26:59.856Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4452024-01-24T04:26:59.856Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4462024-01-24T04:26:59.856Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4472024-01-24T04:26:59.856Z+ main
4482024-01-24T04:26:59.857Z+ [[ 0 != 0 ]]
4492024-01-24T04:26:59.857Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4502024-01-24T04:26:59.857ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4512024-01-24T04:26:59.857Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4522024-01-24T04:26:59.857Z+ local DO_DOWNLOAD=true
4532024-01-24T04:26:59.857ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4542024-01-24T04:26:59.857Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4552024-01-24T04:26:59.857Z+ mkdir -p out/downloads
4562024-01-24T04:26:59.857Z+ '[' true == true ']'
4572024-01-24T04:26:59.857Z+ echo Downloading...
4582024-01-24T04:26:59.857ZDownloading...
4592024-01-24T04:26:59.858Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4602024-01-24T04:26:59.858Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4612024-01-24T04:27:02.287Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4622024-01-24T04:27:02.306Z++ case "$OSTYPE" in
4632024-01-24T04:27:02.306Z++ SHA=sha256sum
4642024-01-24T04:27:02.306Z++ sha256sum
4652024-01-24T04:27:02.306Z++ awk '{print $1}'
4662024-01-24T04:27:02.307Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4672024-01-24T04:27:02.307Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4682024-01-24T04:27:02.307Z+ set -o errexit
4692024-01-24T04:27:02.307Z+++ dirname ./tools/ci_download_dendrite_openapi
4702024-01-24T04:27:02.307Z++ cd ./tools
4712024-01-24T04:27:02.307Z++ pwd
4722024-01-24T04:27:02.307Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4732024-01-24T04:27:02.307Z++ basename ./tools/ci_download_dendrite_openapi
4742024-01-24T04:27:02.307Z+ ARG0=ci_download_dendrite_openapi
4752024-01-24T04:27:02.308Z+ TARGET_DIR=out
4762024-01-24T04:27:02.308Z+ DOWNLOAD_DIR=out/downloads
4772024-01-24T04:27:02.308Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782024-01-24T04:27:02.308Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4792024-01-24T04:27:02.308Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4802024-01-24T04:27:02.308Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4812024-01-24T04:27:02.309Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4822024-01-24T04:27:02.309Z+ main
4832024-01-24T04:27:02.309Z+ [[ 0 != 0 ]]
4842024-01-24T04:27:02.309Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4852024-01-24T04:27:02.309ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4862024-01-24T04:27:02.309ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4872024-01-24T04:27:02.309Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4882024-01-24T04:27:02.309Z+ local DO_DOWNLOAD=true
4892024-01-24T04:27:02.309Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4902024-01-24T04:27:02.309Z+ mkdir -p out/downloads
4912024-01-24T04:27:02.309Z+ '[' true == true ']'
4922024-01-24T04:27:02.310Z+ echo Downloading...
4932024-01-24T04:27:02.310ZDownloading...
4942024-01-24T04:27:02.310Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4952024-01-24T04:27:02.310Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4962024-01-24T04:27:03.169Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4972024-01-24T04:27:03.170Z++ case "$OSTYPE" in
4982024-01-24T04:27:03.245Z++ SHA=sha256sum
4992024-01-24T04:27:03.245Z++ sha256sum
5002024-01-24T04:27:03.245Z++ awk '{print $1}'
5012024-01-24T04:27:03.245Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5022024-01-24T04:27:03.246Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5032024-01-24T04:27:03.246Z+ set -o errexit
5042024-01-24T04:27:03.246Z+++ dirname ./tools/ci_download_dendrite_stub
5052024-01-24T04:27:03.246Z++ cd ./tools
5062024-01-24T04:27:03.246Z++ pwd
5072024-01-24T04:27:03.246Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082024-01-24T04:27:03.247Z++ basename ./tools/ci_download_dendrite_stub
5092024-01-24T04:27:03.247Z+ ARG0=ci_download_dendrite_stub
5102024-01-24T04:27:03.247Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5112024-01-24T04:27:03.247Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5122024-01-24T04:27:03.247Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5132024-01-24T04:27:03.247Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5142024-01-24T04:27:03.248Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152024-01-24T04:27:03.248Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5162024-01-24T04:27:03.248Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5172024-01-24T04:27:03.248Z+ TARGET_DIR=out
5182024-01-24T04:27:03.248Z+ DOWNLOAD_DIR=out/downloads
5192024-01-24T04:27:03.248Z+ DEST_DIR=./out/dendrite-stub
5202024-01-24T04:27:03.248Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5212024-01-24T04:27:03.248Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222024-01-24T04:27:03.248Z+ REPO=oxidecomputer/dendrite
5232024-01-24T04:27:03.249Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5242024-01-24T04:27:03.249Z+ main
5252024-01-24T04:27:03.249Z+ [[ 0 != 0 ]]
5262024-01-24T04:27:03.249Z+ CIDL_OS=solaris2.11
5272024-01-24T04:27:03.249Z+ [[ 0 != 0 ]]
5282024-01-24T04:27:03.249Z+ configure_os solaris2.11
5292024-01-24T04:27:03.249Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302024-01-24T04:27:03.249Zcurrent directory: /work/oxidecomputer/omicron
5312024-01-24T04:27:03.250Z+ echo 'configuring based on OS: "solaris2.11"'
5322024-01-24T04:27:03.250Zconfiguring based on OS: "solaris2.11"
5332024-01-24T04:27:03.250Z+ case "$1" in
5342024-01-24T04:27:03.250Z+ SET_BINARIES=
5352024-01-24T04:27:03.250Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5362024-01-24T04:27:03.250Z+ CIDL_SHA256FUNC=do_sha256sum
5372024-01-24T04:27:03.250Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5382024-01-24T04:27:03.250Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5392024-01-24T04:27:03.251Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5402024-01-24T04:27:03.251Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5412024-01-24T04:27:03.251ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5422024-01-24T04:27:03.251ZLocal file: out/downloads/dendrite-stub.tar.gz
5432024-01-24T04:27:03.251Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5442024-01-24T04:27:03.251Z+ mkdir -p out/downloads
5452024-01-24T04:27:03.251Z+ mkdir -p ./out/dendrite-stub
5462024-01-24T04:27:03.252Z+ fetch_and_verify
5472024-01-24T04:27:03.252Z+ local DO_DOWNLOAD=true
5482024-01-24T04:27:03.252Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5492024-01-24T04:27:03.252Z+ '[' true == true ']'
5502024-01-24T04:27:03.252Z+ echo Downloading...
5512024-01-24T04:27:03.252ZDownloading...
5522024-01-24T04:27:03.252Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5532024-01-24T04:27:03.252Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5542024-01-24T04:27:17.050Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5552024-01-24T04:27:17.057Z++ sha256sum
5562024-01-24T04:27:17.057Z++ awk '{print $1}'
5572024-01-24T04:27:17.123Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5582024-01-24T04:27:17.123Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5592024-01-24T04:27:17.126Z+ do_untar out/downloads/dendrite-stub.tar.gz
5602024-01-24T04:27:17.126Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5612024-01-24T04:27:18.246Z+ do_assemble
5622024-01-24T04:27:18.246Z+ rm -r ./out/dendrite-stub
5632024-01-24T04:27:18.261Z+ mkdir ./out/dendrite-stub
5642024-01-24T04:27:18.262Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5652024-01-24T04:27:18.402Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5662024-01-24T04:27:18.433Z+ set -o errexit
5672024-01-24T04:27:18.440Z+++ dirname ./tools/ci_download_maghemite_mgd
5682024-01-24T04:27:18.440Z++ cd ./tools
5692024-01-24T04:27:18.440Z++ pwd
5702024-01-24T04:27:18.440Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712024-01-24T04:27:18.440Z++ basename ./tools/ci_download_maghemite_mgd
5722024-01-24T04:27:18.440Z+ ARG0=ci_download_maghemite_mgd
5732024-01-24T04:27:18.441Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5742024-01-24T04:27:18.441Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5752024-01-24T04:27:18.441Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5762024-01-24T04:27:18.441Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5772024-01-24T04:27:18.442Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5782024-01-24T04:27:18.442Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5792024-01-24T04:27:18.442Z+ TARGET_DIR=out
5802024-01-24T04:27:18.442Z+ DOWNLOAD_DIR=out/downloads
5812024-01-24T04:27:18.442Z+ DEST_DIR=./out/mgd
5822024-01-24T04:27:18.442Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5832024-01-24T04:27:18.443Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5842024-01-24T04:27:18.443Z+ REPO=oxidecomputer/maghemite
5852024-01-24T04:27:18.443Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5862024-01-24T04:27:18.443Z+ main
5872024-01-24T04:27:18.443Z+ [[ 0 != 0 ]]
5882024-01-24T04:27:18.443Z+ CIDL_OS=solaris2.11
5892024-01-24T04:27:18.444Z+ [[ 0 != 0 ]]
5902024-01-24T04:27:18.444Z+ configure_os solaris2.11
5912024-01-24T04:27:18.444Z+ echo 'current directory: /work/oxidecomputer/omicron'
5922024-01-24T04:27:18.444Zcurrent directory: /work/oxidecomputer/omicron
5932024-01-24T04:27:18.444Zconfiguring based on OS: "solaris2.11"
5942024-01-24T04:27:18.444Z+ echo 'configuring based on OS: "solaris2.11"'
5952024-01-24T04:27:18.445Z+ case "$1" in
5962024-01-24T04:27:18.445Z+ SET_BINARIES=
5972024-01-24T04:27:18.445Z+ CIDL_SHA256FUNC=do_sha256sum
5982024-01-24T04:27:18.445Z+ TARBALL_FILENAME=mgd.tar.gz
5992024-01-24T04:27:18.445Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6002024-01-24T04:27:18.445Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6012024-01-24T04:27:18.445Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6022024-01-24T04:27:18.445ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6032024-01-24T04:27:18.446ZLocal file: out/downloads/mgd.tar.gz
6042024-01-24T04:27:18.446Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6052024-01-24T04:27:18.446Z+ mkdir -p out/downloads
6062024-01-24T04:27:18.446Z+ mkdir -p ./out/mgd
6072024-01-24T04:27:18.446Z+ fetch_and_verify
6082024-01-24T04:27:18.446Z+ local DO_DOWNLOAD=true
6092024-01-24T04:27:18.446Z+ [[ -f out/downloads/mgd.tar.gz ]]
6102024-01-24T04:27:18.446Z+ '[' true == true ']'
6112024-01-24T04:27:18.447Z+ echo Downloading...
6122024-01-24T04:27:18.447Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6132024-01-24T04:27:18.447ZDownloading...
6142024-01-24T04:27:18.447Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6152024-01-24T04:27:55.996Z++ do_sha256sum out/downloads/mgd.tar.gz
6162024-01-24T04:27:56.012Z++ sha256sum
6172024-01-24T04:27:56.012Z++ awk '{print $1}'
6182024-01-24T04:27:56.012Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6192024-01-24T04:27:56.012Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6202024-01-24T04:27:56.012Z+ do_untar out/downloads/mgd.tar.gz
6212024-01-24T04:27:56.012Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6222024-01-24T04:27:56.636Z+ do_assemble
6232024-01-24T04:27:56.636Z+ rm -r ./out/mgd
6242024-01-24T04:27:56.650Z+ mkdir ./out/mgd
6252024-01-24T04:27:56.650Z+ cp -r out/downloads/root ./out/mgd/root
6262024-01-24T04:27:56.872Z+ set -o errexit
6272024-01-24T04:27:56.881Z+++ dirname ./tools/ci_download_transceiver_control
6282024-01-24T04:27:56.882Z++ cd ./tools
6292024-01-24T04:27:56.882Z++ pwd
6302024-01-24T04:27:56.882Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312024-01-24T04:27:56.882Z++ basename ./tools/ci_download_transceiver_control
6322024-01-24T04:27:56.882Z+ ARG0=ci_download_transceiver_control
6332024-01-24T04:27:56.883Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6342024-01-24T04:27:56.883Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6352024-01-24T04:27:56.883Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362024-01-24T04:27:56.883Z+ TARGET_DIR=out
6372024-01-24T04:27:56.884Z+ DOWNLOAD_DIR=out/downloads
6382024-01-24T04:27:56.884Z+ DEST_DIR=./out/transceiver-control
6392024-01-24T04:27:56.884Z+ BIN_DIR=/opt/oxide/bin
6402024-01-24T04:27:56.884Z+ BINARY=xcvradm
6412024-01-24T04:27:56.884Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422024-01-24T04:27:56.884Z+ REPO=oxidecomputer/transceiver-control
6432024-01-24T04:27:56.885Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6442024-01-24T04:27:56.899Z+ main
6452024-01-24T04:27:56.899Z+ [[ 0 != 0 ]]
6462024-01-24T04:27:56.899Z+ CIDL_OS=solaris2.11
6472024-01-24T04:27:56.899Z+ [[ 0 != 0 ]]
6482024-01-24T04:27:56.899Z+ configure_os solaris2.11
6492024-01-24T04:27:56.899Z+ echo 'current directory: /work/oxidecomputer/omicron'
6502024-01-24T04:27:56.899Zcurrent directory: /work/oxidecomputer/omicron
6512024-01-24T04:27:56.900Z+ echo 'configuring based on OS: "solaris2.11"'
6522024-01-24T04:27:56.900Zconfiguring based on OS: "solaris2.11"
6532024-01-24T04:27:56.900Z+ case "$1" in
6542024-01-24T04:27:56.900Z+ SET_BINARIES=
6552024-01-24T04:27:56.900Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562024-01-24T04:27:56.900Z+ CIDL_SHA256FUNC=do_sha256sum
6572024-01-24T04:27:56.900Z+ ARCHIVE_FILENAME=xcvradm.gz
6582024-01-24T04:27:56.900Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592024-01-24T04:27:56.901Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6602024-01-24T04:27:56.901Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6612024-01-24T04:27:56.901ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622024-01-24T04:27:56.901Z+ echo 'Local file: out/downloads/xcvradm.gz'
6632024-01-24T04:27:56.901ZLocal file: out/downloads/xcvradm.gz
6642024-01-24T04:27:56.901Z+ mkdir -p out/downloads
6652024-01-24T04:27:56.902Z+ mkdir -p ./out/transceiver-control
6662024-01-24T04:27:56.902Z+ fetch_and_verify
6672024-01-24T04:27:56.902Z+ local DO_DOWNLOAD=true
6682024-01-24T04:27:56.902Z+ [[ -f out/downloads/xcvradm.gz ]]
6692024-01-24T04:27:56.902Z+ '[' true == true ']'
6702024-01-24T04:27:56.902Z+ echo Downloading...
6712024-01-24T04:27:56.902ZDownloading...
6722024-01-24T04:27:56.902Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6732024-01-24T04:27:56.902Z+ 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
6742024-01-24T04:28:03.475Z++ do_sha256sum out/downloads/xcvradm.gz
6752024-01-24T04:28:03.489Z++ sha256sum
6762024-01-24T04:28:03.489Z++ awk '{print $1}'
6772024-01-24T04:28:03.493Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782024-01-24T04:28:03.493Z+ [[ 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 ]]
6792024-01-24T04:28:03.493Z+ do_unpack out/downloads/xcvradm.gz
6802024-01-24T04:28:03.493Z+ mkdir -p out/downloads/root//opt/oxide/bin
6812024-01-24T04:28:03.493Z+ gzip -dc out/downloads/xcvradm.gz
6822024-01-24T04:28:03.659Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6832024-01-24T04:28:03.663Z+ do_assemble
6842024-01-24T04:28:03.663Z+ rm -r ./out/transceiver-control
6852024-01-24T04:28:03.663Z+ mkdir ./out/transceiver-control
6862024-01-24T04:28:03.666Z+ cp -r out/downloads/root ./out/transceiver-control/root
6872024-01-24T04:28:03.902ZAll prerequisites installed successfully
6882024-01-24T04:28:03.909Z
6892024-01-24T04:28:03.909Zreal 2:52.790923101
6902024-01-24T04:28:03.909Zuser 52.138057363
6912024-01-24T04:28:03.909Zsys 10.004202625
6922024-01-24T04:28:03.909Ztrap 0.023872628
6932024-01-24T04:28:03.909Ztflt 0.236786216
6942024-01-24T04:28:03.909Zdflt 0.364045623
6952024-01-24T04:28:03.910Zkflt 0.140970271
6962024-01-24T04:28:03.910Zlock 1.996828032
6972024-01-24T04:28:03.910Zslp 6:24.783904014
6982024-01-24T04:28:03.910Zlat 3.532264854
6992024-01-24T04:28:03.910Zstop 0.068389771
7002024-01-24T04:28:03.910Z+ banner end-to-end-tests
7012024-01-24T04:28:03.910Z
7022024-01-24T04:28:03.910Z ###### # # ##### ##### #### ###### # # #####
7032024-01-24T04:28:03.910Z # ## # # # # # # # ## # # #
7042024-01-24T04:28:03.910Z ##### # # # # # ##### # # # ##### ##### # # # # #
7052024-01-24T04:28:03.911Z # # # # # # # # # # # # # # #
7062024-01-24T04:28:03.911Z # # ## # # # # # # # ## # #
7072024-01-24T04:28:03.911Z ###### # # ##### # #### ###### # # #####
7082024-01-24T04:28:03.911Z
7092024-01-24T04:28:03.911Z+ export CARGO_PROFILE_DEV_DEBUG=1
7102024-01-24T04:28:03.911Z+ CARGO_PROFILE_DEV_DEBUG=1
7112024-01-24T04:28:03.911Z+ export CARGO_PROFILE_TEST_DEBUG=1
7122024-01-24T04:28:03.911Z+ CARGO_PROFILE_TEST_DEBUG=1
7132024-01-24T04:28:03.911Z+ export CARGO_INCREMENTAL=0
7142024-01-24T04:28:03.912Z+ CARGO_INCREMENTAL=0
7152024-01-24T04:28:03.912Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7162024-01-24T04:28:04.216Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7172024-01-24T04:28:04.689Z Updating crates.io index
7182024-01-24T04:28:04.715Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7192024-01-24T04:28:05.495Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7202024-01-24T04:28:07.694Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7212024-01-24T04:28:08.343Z Updating git repository `http://github.com/oxidecomputer/tofino`
7222024-01-24T04:28:08.655Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7232024-01-24T04:28:08.915Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7242024-01-24T04:28:09.194Z Updating git repository `https://github.com/oxidecomputer/propolis`
7252024-01-24T04:28:10.462Z Updating git repository `https://github.com/oxidecomputer/crucible`
7262024-01-24T04:28:12.445Z Updating git repository `https://github.com/oxidecomputer/opte`
7272024-01-24T04:28:13.462Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7282024-01-24T04:28:13.807Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7292024-01-24T04:28:14.812Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7302024-01-24T04:28:14.815Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7312024-01-24T04:28:15.085Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7322024-01-24T04:28:15.379Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7332024-01-24T04:28:15.789Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7342024-01-24T04:28:16.111Z Updating git repository `https://github.com/njaremko/samael`
7352024-01-24T04:28:16.537Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7362024-01-24T04:28:17.237Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7372024-01-24T04:28:17.692Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7382024-01-24T04:28:18.042Z Updating git repository `https://github.com/jgallagher/nix`
7392024-01-24T04:28:19.281Z Updating git repository `https://github.com/cbiffle/hubpack`
7402024-01-24T04:28:19.701Z Updating git repository `https://github.com/oxidecomputer/typify`
7412024-01-24T04:28:21.423Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7422024-01-24T04:28:21.797Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7432024-01-24T04:28:22.087Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7442024-01-24T04:28:23.691Z Downloading crates ...
7452024-01-24T04:28:24.009Z Downloaded diesel_table_macro_syntax v0.1.0
7462024-01-24T04:28:24.026Z Downloaded derive_more v0.99.17
7472024-01-24T04:28:24.026Z Downloaded base16ct v0.2.0
7482024-01-24T04:28:24.026Z Downloaded bcrypt-pbkdf v0.10.0
7492024-01-24T04:28:24.027Z Downloaded base64ct v1.6.0
7502024-01-24T04:28:24.027Z Downloaded anstyle-query v1.0.0
7512024-01-24T04:28:24.027Z Downloaded backoff v0.4.0
7522024-01-24T04:28:24.027Z Downloaded async-trait v0.1.77
7532024-01-24T04:28:24.027Z Downloaded dirs v5.0.1
7542024-01-24T04:28:24.027Z Downloaded crucible-workspace-hack v0.1.0
7552024-01-24T04:28:24.076Z Downloaded derive-where v1.2.7
7562024-01-24T04:28:24.076Z Downloaded nom v7.1.3
7572024-01-24T04:28:24.107Z Downloaded minimal-lexical v0.2.1
7582024-01-24T04:28:24.107Z Downloaded num-traits v0.2.16
7592024-01-24T04:28:24.107Z Downloaded usdt-macro v0.3.5
7602024-01-24T04:28:24.107Z Downloaded num-bigint v0.4.4
7612024-01-24T04:28:24.107Z Downloaded paste v1.0.14
7622024-01-24T04:28:24.107Z Downloaded take_mut v0.2.2
7632024-01-24T04:28:24.541Z Downloaded pbkdf2 v0.11.0
7642024-01-24T04:28:24.541Z Downloaded opaque-debug v0.3.0
7652024-01-24T04:28:24.541Z Downloaded lock_api v0.4.10
7662024-01-24T04:28:24.542Z Downloaded openssl-macros v0.1.1
7672024-01-24T04:28:24.542Z Downloaded bzip2 v0.4.4
7682024-01-24T04:28:24.542Z Downloaded foreign-types-macros v0.2.3
7692024-01-24T04:28:24.542Z Downloaded pretty-hex v0.4.1
7702024-01-24T04:28:24.542Z Downloaded quick-error v1.2.3
7712024-01-24T04:28:24.542Z Downloaded password-hash v0.4.2
7722024-01-24T04:28:24.542Z Downloaded pem-rfc7468 v0.7.0
7732024-01-24T04:28:24.542Z Downloaded cancel-safe-futures v0.1.5
7742024-01-24T04:28:24.548Z Downloaded fxhash v0.2.1
7752024-01-24T04:28:24.549Z Downloaded errno v0.3.8
7762024-01-24T04:28:24.549Z Downloaded native-tls v0.2.11
7772024-01-24T04:28:24.549Z Downloaded pkg-config v0.3.27
7782024-01-24T04:28:24.549Z Downloaded structopt-derive v0.4.18
7792024-01-24T04:28:24.549Z Downloaded base64 v0.21.7
7802024-01-24T04:28:24.549Z Downloaded tempfile v3.9.0
7812024-01-24T04:28:24.549Z Downloaded futures-executor v0.3.30
7822024-01-24T04:28:24.549Z Downloaded untrusted v0.7.1
7832024-01-24T04:28:24.549Z Downloaded primeorder v0.13.6
7842024-01-24T04:28:24.549Z Downloaded hash32 v0.2.1
7852024-01-24T04:28:24.549Z Downloaded fallible-iterator v0.2.0
7862024-01-24T04:28:24.549Z Downloaded platforms v3.0.2
7872024-01-24T04:28:24.550Z Downloaded swrite v0.1.0
7882024-01-24T04:28:24.550Z Downloaded hex-literal v0.4.1
7892024-01-24T04:28:24.550Z Downloaded iana-time-zone v0.1.57
7902024-01-24T04:28:24.550Z Downloaded kstat-rs v0.2.3
7912024-01-24T04:28:24.550Z Downloaded ipnetwork v0.20.0
7922024-01-24T04:28:24.550Z Downloaded itoa v1.0.9
7932024-01-24T04:28:24.550Z Downloaded either v1.9.0
7942024-01-24T04:28:24.550Z Downloaded futures-core v0.3.30
7952024-01-24T04:28:24.550Z Downloaded parking_lot v0.11.2
7962024-01-24T04:28:24.550Z Downloaded unicase v2.7.0
7972024-01-24T04:28:24.550Z Downloaded openssl-sys v0.9.96
7982024-01-24T04:28:24.551Z Downloaded equivalent v1.0.1
7992024-01-24T04:28:24.551Z Downloaded foreign-types-shared v0.3.1
8002024-01-24T04:28:24.551Z Downloaded rand_core v0.5.1
8012024-01-24T04:28:24.551Z Downloaded getopts v0.2.21
8022024-01-24T04:28:24.551Z Downloaded time-core v0.1.1
8032024-01-24T04:28:24.551Z Downloaded waitgroup v0.1.2
8042024-01-24T04:28:24.551Z Downloaded glob v0.3.1
8052024-01-24T04:28:24.551Z Downloaded untrusted v0.9.0
8062024-01-24T04:28:24.551Z Downloaded semver-parser v0.10.2
8072024-01-24T04:28:24.551Z Downloaded strsim v0.10.0
8082024-01-24T04:28:24.551Z Downloaded ipnet v2.9.0
8092024-01-24T04:28:24.551Z Downloaded rand_core v0.6.4
8102024-01-24T04:28:24.551Z Downloaded thiserror-impl v1.0.49
8112024-01-24T04:28:24.552Z Downloaded thiserror v1.0.49
8122024-01-24T04:28:24.552Z Downloaded ident_case v1.0.1
8132024-01-24T04:28:24.552Z Downloaded zone_cfg_derive v0.3.0
8142024-01-24T04:28:24.552Z Downloaded stable_deref_trait v1.2.0
8152024-01-24T04:28:24.552Z Downloaded ryu v1.0.15
8162024-01-24T04:28:24.552Z Downloaded sha2 v0.10.8
8172024-01-24T04:28:24.552Z Downloaded futures-macro v0.3.30
8182024-01-24T04:28:24.552Z Downloaded whoami v1.4.1
8192024-01-24T04:28:24.552Z Downloaded hmac v0.12.1
8202024-01-24T04:28:24.552Z Downloaded semver v1.0.21
8212024-01-24T04:28:24.552Z Downloaded rustfmt-wrapper v0.2.0
8222024-01-24T04:28:24.552Z Downloaded zerocopy v0.6.4
8232024-01-24T04:28:24.552Z Downloaded yasna v0.5.2
8242024-01-24T04:28:24.553Z Downloaded tungstenite v0.20.1
8252024-01-24T04:28:24.553Z Downloaded foreign-types v0.3.2
8262024-01-24T04:28:24.553Z Downloaded foreign-types v0.5.0
8272024-01-24T04:28:24.553Z Downloaded unicode-width v0.1.11
8282024-01-24T04:28:24.553Z Downloaded strum_macros v0.25.2
8292024-01-24T04:28:24.553Z Downloaded dtrace-parser v0.1.14
8302024-01-24T04:28:24.553Z Downloaded hyper-staticfile v0.9.5
8312024-01-24T04:28:24.553Z Downloaded indexmap v2.1.0
8322024-01-24T04:28:24.553Z Downloaded rustls-pki-types v1.1.0
8332024-01-24T04:28:24.553Z Downloaded rustc-demangle v0.1.23
8342024-01-24T04:28:24.553Z Downloaded rustc_version v0.1.7
8352024-01-24T04:28:24.553Z Downloaded term v0.7.0
8362024-01-24T04:28:24.553Z Downloaded static_assertions v1.1.0
8372024-01-24T04:28:24.554Z Downloaded slog-envlogger v2.2.0
8382024-01-24T04:28:24.554Z Downloaded ed25519-dalek v2.0.0
8392024-01-24T04:28:24.554Z Downloaded http-range v0.1.5
8402024-01-24T04:28:24.554Z Downloaded synstructure v0.12.6
8412024-01-24T04:28:24.554Z Downloaded strsim v0.8.0
8422024-01-24T04:28:24.554Z Downloaded thiserror-impl-no-std v2.0.2
8432024-01-24T04:28:24.554Z Downloaded smf v0.2.2
8442024-01-24T04:28:24.554Z Downloaded same-file v1.0.6
8452024-01-24T04:28:24.554Z Downloaded subtle v2.5.0
8462024-01-24T04:28:24.554Z Downloaded serde_derive v1.0.195
8472024-01-24T04:28:24.555Z Downloaded httpdate v1.0.3
8482024-01-24T04:28:24.555Z Downloaded instant v0.1.12
8492024-01-24T04:28:24.555Z Downloaded stringprep v0.1.3
8502024-01-24T04:28:24.555Z Downloaded dirs-sys-next v0.1.2
8512024-01-24T04:28:24.555Z Downloaded signature v2.1.0
8522024-01-24T04:28:24.555Z Downloaded dof v0.1.5
8532024-01-24T04:28:24.555Z Downloaded zone v0.3.0
8542024-01-24T04:28:24.555Z Downloaded unicode-xid v0.2.4
8552024-01-24T04:28:24.555Z Downloaded snafu-derive v0.7.5
8562024-01-24T04:28:24.555Z Downloaded float-cmp v0.9.0
8572024-01-24T04:28:24.556Z Downloaded hex v0.4.3
8582024-01-24T04:28:24.556Z Downloaded slog-dtrace v0.2.3
8592024-01-24T04:28:24.556Z Downloaded slog-async v2.8.0
8602024-01-24T04:28:24.556Z Downloaded serde_urlencoded v0.7.1
8612024-01-24T04:28:24.556Z Downloaded structopt v0.3.26
8622024-01-24T04:28:24.556Z Downloaded slog-stdlog v4.1.1
8632024-01-24T04:28:24.556Z Downloaded hubpack v0.1.2
8642024-01-24T04:28:24.556Z Downloaded resolv-conf v0.7.0
8652024-01-24T04:28:24.556Z Downloaded serde_repr v0.1.16
8662024-01-24T04:28:24.556Z Downloaded serde_path_to_error v0.1.15
8672024-01-24T04:28:24.556Z Downloaded serde_spanned v0.6.4
8682024-01-24T04:28:24.557Z Downloaded tokio-tungstenite v0.20.1
8692024-01-24T04:28:24.557Z Downloaded futures-sink v0.3.30
8702024-01-24T04:28:24.557Z Downloaded string_cache v0.8.7
8712024-01-24T04:28:24.557Z Downloaded zeroize v1.7.0
8722024-01-24T04:28:24.557Z Downloaded rand v0.8.5
8732024-01-24T04:28:24.558Z Downloaded slog-term v2.9.0
8742024-01-24T04:28:24.572Z Downloaded snafu v0.7.5
8752024-01-24T04:28:24.572Z Downloaded serde_with_macros v3.4.0
8762024-01-24T04:28:24.572Z Downloaded serde_tokenstream v0.1.7
8772024-01-24T04:28:24.572Z Downloaded headers v0.3.9
8782024-01-24T04:28:24.572Z Downloaded signal-hook-registry v1.4.1
8792024-01-24T04:28:24.572Z Downloaded slog v2.7.0
8802024-01-24T04:28:24.572Z Downloaded tracing-core v0.1.31
8812024-01-24T04:28:24.573Z Downloaded aho-corasick v1.0.4
8822024-01-24T04:28:24.573Z Downloaded toml_edit v0.19.15
8832024-01-24T04:28:24.591Z Downloaded steno v0.4.0
8842024-01-24T04:28:24.601Z Downloaded trust-dns-server v0.22.1
8852024-01-24T04:28:24.653Z Downloaded serde_json v1.0.111
8862024-01-24T04:28:24.705Z Downloaded serde_yaml v0.9.25
8872024-01-24T04:28:24.705Z Downloaded openssl v0.10.60
8882024-01-24T04:28:24.705Z Downloaded trust-dns-client v0.22.0
8892024-01-24T04:28:24.705Z Downloaded zerocopy v0.7.31
8902024-01-24T04:28:24.745Z Downloaded hyper v0.14.27
8912024-01-24T04:28:24.745Z Downloaded vcpkg v0.2.15
8922024-01-24T04:28:24.820Z Downloaded russh v0.40.2
8932024-01-24T04:28:24.936Z Downloaded clap v2.34.0
8942024-01-24T04:28:24.936Z Downloaded idna v0.5.0
8952024-01-24T04:28:24.936Z Downloaded regex-syntax v0.7.5
8962024-01-24T04:28:24.936Z Downloaded hashbrown v0.14.2
8972024-01-24T04:28:24.936Z Downloaded serde_with v3.4.0
8982024-01-24T04:28:25.079Z Downloaded h2 v0.3.24
8992024-01-24T04:28:25.079Z Downloaded rustls-webpki v0.102.1
9002024-01-24T04:28:25.079Z Downloaded itertools v0.12.0
9012024-01-24T04:28:25.079Z Downloaded tokio v1.35.1
9022024-01-24T04:28:25.181Z Downloaded itertools v0.10.5
9032024-01-24T04:28:25.181Z Downloaded sha3 v0.10.8
9042024-01-24T04:28:25.181Z Downloaded idna v0.2.3
9052024-01-24T04:28:25.181Z Downloaded webpki-roots v0.25.2
9062024-01-24T04:28:25.181Z Downloaded regress v0.7.1
9072024-01-24T04:28:25.181Z Downloaded bstr v0.2.17
9082024-01-24T04:28:25.181Z Downloaded syn v2.0.46
9092024-01-24T04:28:25.301Z Downloaded regex v1.10.2
9102024-01-24T04:28:25.301Z Downloaded rustls v0.22.2
9112024-01-24T04:28:25.301Z Downloaded smoltcp v0.11.0
9122024-01-24T04:28:26.064Z Downloaded rustix v0.38.30
9132024-01-24T04:28:26.064Z Downloaded regex-syntax v0.8.2
9142024-01-24T04:28:26.064Z Downloaded rustix v0.37.23
9152024-01-24T04:28:26.065Z Downloaded bstr v1.6.0
9162024-01-24T04:28:26.911Z Downloaded zerocopy-derive v0.2.0
9172024-01-24T04:28:26.911Z Downloaded zerocopy-derive v0.6.4
9182024-01-24T04:28:26.911Z Downloaded sled v0.34.7
9192024-01-24T04:28:26.912Z Downloaded zerocopy-derive v0.7.31
9202024-01-24T04:28:26.912Z Downloaded regex-automata v0.4.3
9212024-01-24T04:28:26.912Z Downloaded libc v0.2.152
9222024-01-24T04:28:26.912Z Downloaded ring v0.16.20
9232024-01-24T04:28:26.912Z Downloaded regex-automata v0.3.8
9242024-01-24T04:28:26.912Z Downloaded bzip2-sys v0.1.11+1.0.8
9252024-01-24T04:28:26.912Z Downloaded winapi v0.3.9
9262024-01-24T04:28:26.912Z Downloaded openapiv3 v2.0.0
9272024-01-24T04:28:26.912Z Downloaded rustls v0.21.9
9282024-01-24T04:28:26.912Z Downloaded smoltcp v0.9.1
9292024-01-24T04:28:26.913Z Downloaded encoding_rs v0.8.33
9302024-01-24T04:28:26.913Z Downloaded trust-dns-proto v0.22.0
9312024-01-24T04:28:26.913Z Downloaded curve25519-dalek v4.1.1
9322024-01-24T04:28:26.913Z Downloaded reqwest v0.11.22
9332024-01-24T04:28:26.913Z Downloaded rustls-webpki v0.101.7
9342024-01-24T04:28:26.913Z Downloaded petgraph v0.6.4
9352024-01-24T04:28:26.913Z Downloaded gimli v0.28.0
9362024-01-24T04:28:26.913Z Downloaded object v0.32.1
9372024-01-24T04:28:26.913Z Downloaded ring v0.17.7
9382024-01-24T04:28:29.681Z Downloaded time v0.3.27
9392024-01-24T04:28:29.681Z Downloaded radix_trie v0.2.1
9402024-01-24T04:28:29.681Z Downloaded syn v1.0.109
9412024-01-24T04:28:29.681Z Downloaded unicode-segmentation v1.10.1
9422024-01-24T04:28:29.681Z Downloaded winnow v0.5.15
9432024-01-24T04:28:29.681Z Downloaded regex-automata v0.1.10
9442024-01-24T04:28:29.681Z Downloaded tokio-util v0.7.10
9452024-01-24T04:28:29.681Z Downloaded hkdf v0.12.4
9462024-01-24T04:28:29.681Z Downloaded futures-util v0.3.30
9472024-01-24T04:28:29.681Z Downloaded clap_builder v4.4.2
9482024-01-24T04:28:29.682Z Downloaded http v1.0.0
9492024-01-24T04:28:29.682Z Downloaded hashbrown v0.13.2
9502024-01-24T04:28:29.682Z Downloaded libm v0.2.7
9512024-01-24T04:28:29.682Z Downloaded chrono v0.4.31
9522024-01-24T04:28:29.682Z Downloaded zip v0.6.6
9532024-01-24T04:28:29.682Z Downloaded trust-dns-resolver v0.22.0
9542024-01-24T04:28:29.682Z Downloaded rcgen v0.12.0
9552024-01-24T04:28:29.682Z Downloaded rand v0.7.3
9562024-01-24T04:28:29.682Z Downloaded aes-gcm v0.10.3
9572024-01-24T04:28:29.682Z Downloaded http v0.2.11
9582024-01-24T04:28:29.682Z Downloaded futures v0.3.30
9592024-01-24T04:28:29.682Z Downloaded heapless v0.8.0
9602024-01-24T04:28:29.682Z Downloaded flate2 v1.0.28
9612024-01-24T04:28:29.682Z Downloaded hashbrown v0.12.3
9622024-01-24T04:28:29.683Z Downloaded similar v2.3.0
9632024-01-24T04:28:29.683Z Downloaded toml_edit v0.21.0
9642024-01-24T04:28:29.683Z Downloaded aes v0.8.3
9652024-01-24T04:28:29.683Z Downloaded unicode-normalization v0.1.22
9662024-01-24T04:28:29.683Z Downloaded tracing-attributes v0.1.26
9672024-01-24T04:28:29.683Z Downloaded tokio-rustls v0.25.0
9682024-01-24T04:28:29.683Z Downloaded unicode-bidi v0.3.13
9692024-01-24T04:28:29.683Z Downloaded tokio-rustls v0.24.1
9702024-01-24T04:28:29.683Z Downloaded httparse v1.8.0
9712024-01-24T04:28:29.683Z Downloaded uuid v1.6.1
9722024-01-24T04:28:29.683Z Downloaded zerocopy v0.3.0
9732024-01-24T04:28:29.683Z Downloaded textwrap v0.11.0
9742024-01-24T04:28:29.683Z Downloaded signal-hook v0.3.17
9752024-01-24T04:28:29.683Z Downloaded ecdsa v0.16.9
9762024-01-24T04:28:29.683Z Downloaded url v2.5.0
9772024-01-24T04:28:29.683Z Downloaded pest v2.7.2
9782024-01-24T04:28:29.683Z Downloaded elliptic-curve v0.13.8
9792024-01-24T04:28:29.683Z Downloaded rfc6979 v0.4.0
9802024-01-24T04:28:29.684Z Downloaded smallvec v1.11.2
9812024-01-24T04:28:29.684Z Downloaded crossterm v0.27.0
9822024-01-24T04:28:29.684Z Downloaded slab v0.4.9
9832024-01-24T04:28:29.684Z Downloaded pem v3.0.2
9842024-01-24T04:28:29.684Z Downloaded terminal_size v0.2.6
9852024-01-24T04:28:29.684Z Downloaded parking_lot_core v0.8.6
9862024-01-24T04:28:29.684Z Downloaded toml v0.5.11
9872024-01-24T04:28:29.684Z Downloaded spin v0.9.8
9882024-01-24T04:28:29.684Z Downloaded serde v1.0.195
9892024-01-24T04:28:29.684Z Downloaded tracing v0.1.37
9902024-01-24T04:28:29.684Z Downloaded slog-bunyan v2.5.0
9912024-01-24T04:28:29.684Z Downloaded sha1 v0.10.6
9922024-01-24T04:28:29.684Z Downloaded indexmap v1.9.3
9932024-01-24T04:28:29.684Z Downloaded is-terminal v0.4.9
9942024-01-24T04:28:29.684Z Downloaded socket2 v0.5.5
9952024-01-24T04:28:29.685Z Downloaded group v0.13.0
9962024-01-24T04:28:29.685Z Downloaded heapless v0.7.16
9972024-01-24T04:28:29.685Z Downloaded slog-scope v4.4.0
9982024-01-24T04:28:29.685Z Downloaded slog-json v2.6.1
9992024-01-24T04:28:29.685Z Downloaded signal-hook-mio v0.2.3
10002024-01-24T04:28:29.685Z Downloaded keccak v0.1.4
10012024-01-24T04:28:29.685Z Downloaded heck v0.4.1
10022024-01-24T04:28:29.685Z Downloaded heck v0.3.3
10032024-01-24T04:28:29.685Z Downloaded utf8parse v0.2.1
10042024-01-24T04:28:29.685Z Downloaded utf-8 v0.7.6
10052024-01-24T04:28:29.685Z Downloaded serde_derive_internals v0.26.0
10062024-01-24T04:28:29.685Z Downloaded rustls-pemfile v1.0.3
10072024-01-24T04:28:29.685Z Downloaded dyn-clone v1.0.13
10082024-01-24T04:28:29.685Z Downloaded structmeta-derive v0.2.0
10092024-01-24T04:28:29.685Z Downloaded futures-channel v0.3.30
10102024-01-24T04:28:29.685Z Downloaded walkdir v2.4.0
10112024-01-24T04:28:29.685Z Downloaded tokio-postgres v0.7.10
10122024-01-24T04:28:29.685Z Downloaded crossbeam-channel v0.5.8
10132024-01-24T04:28:29.686Z Downloaded enum-as-inner v0.5.1
10142024-01-24T04:28:29.686Z Downloaded memchr v2.6.3
10152024-01-24T04:28:29.686Z Downloaded structmeta v0.2.0
10162024-01-24T04:28:29.686Z Downloaded flagset v0.4.3
10172024-01-24T04:28:29.686Z Downloaded filetime v0.2.23
10182024-01-24T04:28:29.686Z Downloaded hubpack_derive v0.1.1
10192024-01-24T04:28:29.686Z Downloaded zeroize_derive v1.4.2
10202024-01-24T04:28:29.686Z Downloaded inout v0.1.3
10212024-01-24T04:28:29.686Z Downloaded usdt v0.3.5
10222024-01-24T04:28:29.686Z Downloaded half v1.8.2
10232024-01-24T04:28:29.686Z Downloaded schemars v0.8.16
10242024-01-24T04:28:29.686Z Downloaded toml v0.7.8
10252024-01-24T04:28:29.686Z Downloaded ucd-trie v0.1.6
10262024-01-24T04:28:29.686Z Downloaded typenum v1.16.0
10272024-01-24T04:28:29.686Z Downloaded http-body v0.4.5
10282024-01-24T04:28:29.686Z Downloaded hyper-rustls v0.24.2
10292024-01-24T04:28:29.686Z Downloaded rustc_version v0.4.0
10302024-01-24T04:28:29.686Z Downloaded tinyvec v1.6.0
10312024-01-24T04:28:29.687Z Downloaded socket2 v0.4.9
10322024-01-24T04:28:29.687Z Downloaded tokio-stream v0.1.14
10332024-01-24T04:28:29.687Z Downloaded quote v1.0.35
10342024-01-24T04:28:29.687Z Downloaded toml_datetime v0.6.5
10352024-01-24T04:28:29.687Z Downloaded unsafe-libyaml v0.2.10
10362024-01-24T04:28:29.687Z Downloaded russh-keys v0.40.1
10372024-01-24T04:28:29.687Z Downloaded embedded-io v0.4.0
10382024-01-24T04:28:53.028Z Downloaded chacha20poly1305 v0.10.1
10392024-01-24T04:28:53.028Z Downloaded futures-io v0.3.30
10402024-01-24T04:28:53.028Z Downloaded form_urlencoded v1.2.1
10412024-01-24T04:28:53.028Z Downloaded fixedbitset v0.4.2
10422024-01-24T04:28:53.028Z Downloaded ff v0.13.0
10432024-01-24T04:28:53.028Z Downloaded getrandom v0.2.10
10442024-01-24T04:28:53.028Z Downloaded getrandom v0.1.16
10452024-01-24T04:28:53.028Z Downloaded time-macros v0.2.13
10462024-01-24T04:28:53.028Z Downloaded crypto-bigint v0.5.2
10472024-01-24T04:28:53.028Z Downloaded strum v0.25.0
10482024-01-24T04:28:53.028Z Downloaded usdt-attr-macro v0.3.5
10492024-01-24T04:28:53.029Z Downloaded spki v0.7.2
10502024-01-24T04:28:53.029Z Downloaded serde_tokenstream v0.2.0
10512024-01-24T04:28:53.029Z Downloaded generic-array v0.14.7
10522024-01-24T04:28:53.029Z Downloaded secrecy v0.8.0
10532024-01-24T04:28:53.029Z Downloaded sct v0.7.0
10542024-01-24T04:28:53.029Z Downloaded unicode-ident v1.0.12
10552024-01-24T04:28:53.029Z Downloaded spin v0.5.2
10562024-01-24T04:28:53.029Z Downloaded io-lifetimes v1.0.11
10572024-01-24T04:28:53.029Z Downloaded postcard v1.0.8
10582024-01-24T04:28:53.029Z Downloaded pin-project v1.1.3
10592024-01-24T04:28:53.029Z Downloaded p256 v0.13.2
10602024-01-24T04:28:53.029Z Downloaded libefi-sys v0.1.0
10612024-01-24T04:28:53.030Z Downloaded toml v0.8.8
10622024-01-24T04:28:53.030Z Downloaded subprocess v0.2.9
10632024-01-24T04:28:53.030Z Downloaded proc-macro2 v1.0.74
10642024-01-24T04:28:53.030Z Downloaded num-rational v0.4.1
10652024-01-24T04:28:53.030Z Downloaded universal-hash v0.5.1
10662024-01-24T04:28:53.030Z Downloaded futures-task v0.3.30
10672024-01-24T04:28:53.030Z Downloaded semver v0.11.0
10682024-01-24T04:28:53.030Z Downloaded endian-type v0.1.2
10692024-01-24T04:28:53.030Z Downloaded want v0.3.1
10702024-01-24T04:28:53.030Z Downloaded tar v0.4.40
10712024-01-24T04:28:53.030Z Downloaded rand_chacha v0.3.1
10722024-01-24T04:28:53.030Z Downloaded vsss-rs v3.3.4
10732024-01-24T04:28:53.030Z Downloaded predicates v3.1.0
10742024-01-24T04:28:53.030Z Downloaded diesel_derives v2.1.2
10752024-01-24T04:28:53.030Z Downloaded rustls-pemfile v2.0.0
10762024-01-24T04:28:53.030Z Downloaded clap v4.4.3
10772024-01-24T04:28:53.030Z Downloaded home v0.5.5
10782024-01-24T04:28:53.030Z Downloaded pkcs8 v0.10.2
10792024-01-24T04:28:53.031Z Downloaded pin-project-lite v0.2.13
10802024-01-24T04:28:53.031Z Downloaded der v0.7.8
10812024-01-24T04:28:53.031Z Downloaded semver v0.1.20
10822024-01-24T04:28:53.031Z Downloaded sec1 v0.7.3
10832024-01-24T04:28:53.031Z Downloaded scopeguard v1.2.0
10842024-01-24T04:28:53.031Z Downloaded schemars_derive v0.8.16
10852024-01-24T04:28:53.031Z Downloaded scheduled-thread-pool v0.2.7
10862024-01-24T04:28:53.031Z Downloaded rustversion v1.0.14
10872024-01-24T04:28:53.031Z Downloaded siphasher v0.3.11
10882024-01-24T04:28:53.031Z Downloaded poly1305 v0.8.0
10892024-01-24T04:28:53.031Z Downloaded ghash v0.5.0
10902024-01-24T04:28:53.031Z Downloaded num-complex v0.4.4
10912024-01-24T04:28:53.031Z Downloaded allocator-api2 v0.2.16
10922024-01-24T04:28:53.031Z Downloaded hash32 v0.3.1
10932024-01-24T04:28:53.031Z Downloaded rand_chacha v0.2.2
10942024-01-24T04:28:53.031Z Downloaded lalrpop-util v0.19.12
10952024-01-24T04:28:53.031Z Downloaded lazy_static v1.4.0
10962024-01-24T04:28:53.031Z Downloaded hostname v0.3.1
10972024-01-24T04:28:53.031Z Downloaded tinyvec_macros v0.1.1
10982024-01-24T04:28:53.032Z Downloaded proc-macro-error v1.0.4
10992024-01-24T04:28:53.032Z Downloaded postgres-types v0.2.6
11002024-01-24T04:28:53.032Z Downloaded russh-cryptovec v0.7.0
11012024-01-24T04:28:53.032Z Downloaded log v0.4.20
11022024-01-24T04:28:53.032Z Downloaded ed25519 v2.2.2
11032024-01-24T04:28:53.032Z Downloaded omicron-zone-package v0.10.1
11042024-01-24T04:28:53.032Z Downloaded bytes v1.5.0
11052024-01-24T04:28:53.032Z Downloaded cc v1.0.83
11062024-01-24T04:28:53.032Z Downloaded hyper-tls v0.5.0
11072024-01-24T04:28:53.032Z Downloaded usdt-impl v0.3.5
11082024-01-24T04:28:53.032Z Downloaded r2d2 v0.8.10
11092024-01-24T04:28:53.032Z Downloaded postgres-protocol v0.6.6
11102024-01-24T04:28:53.032Z Downloaded owo-colors v3.5.0
11112024-01-24T04:28:53.032Z Downloaded predicates-core v1.0.6
11122024-01-24T04:28:53.032Z Downloaded pin-project-internal v1.1.3
11132024-01-24T04:28:53.032Z Downloaded pest_derive v2.7.2
11142024-01-24T04:28:53.032Z Downloaded password-hash v0.5.0
11152024-01-24T04:28:53.032Z Downloaded num-integer v0.1.45
11162024-01-24T04:28:53.032Z Downloaded ciborium v0.2.1
11172024-01-24T04:28:53.032Z Downloaded pest_meta v2.7.2
11182024-01-24T04:28:53.032Z Downloaded phf_shared v0.11.2
11192024-01-24T04:28:53.032Z Downloaded crossbeam-epoch v0.9.15
11202024-01-24T04:28:53.033Z Downloaded tokio-macros v2.2.0
11212024-01-24T04:28:53.033Z Downloaded thread-id v4.2.0
11222024-01-24T04:28:53.033Z Downloaded proc-macro-error-attr v1.0.4
11232024-01-24T04:28:53.033Z Downloaded proc-macro-crate v1.3.1
11242024-01-24T04:28:53.033Z Downloaded ppv-lite86 v0.2.17
11252024-01-24T04:28:53.033Z Downloaded fnv v1.0.7
11262024-01-24T04:28:53.033Z Downloaded fastrand v2.0.0
11272024-01-24T04:28:53.033Z Downloaded version_check v0.9.4
11282024-01-24T04:28:53.033Z Downloaded once_cell v1.19.0
11292024-01-24T04:28:53.033Z Downloaded thiserror-no-std v2.0.2
11302024-01-24T04:28:53.033Z Downloaded pretty-hex v0.2.1
11312024-01-24T04:28:53.033Z Downloaded parse-display-derive v0.8.2
11322024-01-24T04:28:53.033Z Downloaded toolchain_find v0.2.0
11332024-01-24T04:28:53.033Z Downloaded miniz_oxide v0.7.1
11342024-01-24T04:28:53.033Z Downloaded const-oid v0.9.5
11352024-01-24T04:28:53.033Z Downloaded console v0.15.8
11362024-01-24T04:28:53.033Z Downloaded headers-core v0.2.0
11372024-01-24T04:28:53.033Z Downloaded crc32fast v1.3.2
11382024-01-24T04:28:54.010Z Downloaded anstyle-parse v0.2.1
11392024-01-24T04:28:54.010Z Downloaded xattr v1.0.1
11402024-01-24T04:28:54.010Z Downloaded vec_map v0.8.2
11412024-01-24T04:28:54.010Z Downloaded try-lock v0.2.4
11422024-01-24T04:28:54.010Z Downloaded topological-sort v0.2.2
11432024-01-24T04:28:54.010Z Downloaded atomic-waker v1.1.1
11442024-01-24T04:28:54.010Z Downloaded num_enum_derive v0.5.11
11452024-01-24T04:28:54.010Z Downloaded tokio-native-tls v0.3.1
11462024-01-24T04:28:54.010Z Downloaded thread_local v1.1.7
11472024-01-24T04:28:54.010Z Downloaded parse-display v0.8.2
11482024-01-24T04:28:54.010Z Downloaded num_enum v0.5.11
11492024-01-24T04:28:54.010Z Downloaded nibble_vec v0.1.0
11502024-01-24T04:28:54.010Z Downloaded polyval v0.6.1
11512024-01-24T04:28:54.010Z Downloaded pbkdf2 v0.12.2
11522024-01-24T04:28:54.010Z Downloaded aead v0.5.2
11532024-01-24T04:28:54.010Z Downloaded tower-service v0.3.2
11542024-01-24T04:28:54.010Z Downloaded pin-utils v0.1.0
11552024-01-24T04:28:54.010Z Downloaded phf v0.11.2
11562024-01-24T04:28:54.010Z Downloaded pest_generator v2.7.2
11572024-01-24T04:28:54.010Z Downloaded percent-encoding v2.3.1
11582024-01-24T04:28:54.010Z Downloaded difflib v0.4.0
11592024-01-24T04:28:54.010Z Downloaded debug-ignore v1.0.5
11602024-01-24T04:28:54.011Z Downloaded anstyle v1.0.2
11612024-01-24T04:28:54.011Z Downloaded arc-swap v1.6.0
11622024-01-24T04:28:54.011Z Downloaded foreign-types-shared v0.1.1
11632024-01-24T04:28:54.011Z Downloaded precomputed-hash v0.1.1
11642024-01-24T04:28:54.011Z Downloaded curve25519-dalek-derive v0.1.0
11652024-01-24T04:28:54.011Z Downloaded macaddr v1.0.1
11662024-01-24T04:28:54.011Z Downloaded libsw v3.3.1
11672024-01-24T04:28:54.011Z Downloaded ciborium-ll v0.2.1
11682024-01-24T04:28:54.011Z Downloaded clap_derive v4.4.2
11692024-01-24T04:28:54.011Z Downloaded parking_lot_core v0.9.8
11702024-01-24T04:28:54.011Z Downloaded parking_lot v0.12.1
11712024-01-24T04:28:54.011Z Downloaded openssl-probe v0.1.5
11722024-01-24T04:28:54.011Z Downloaded num_cpus v1.16.0
11732024-01-24T04:28:54.011Z Downloaded darling_core v0.20.3
11742024-01-24T04:28:54.011Z Downloaded normalize-line-endings v0.3.0
11752024-01-24T04:28:54.011Z Downloaded lru-cache v0.1.2
11762024-01-24T04:28:54.011Z Downloaded linked-hash-map v0.5.6
11772024-01-24T04:28:54.011Z Downloaded linear-map v1.2.0
11782024-01-24T04:28:54.011Z Downloaded convert_case v0.4.0
11792024-01-24T04:28:54.011Z Downloaded colored v2.0.4
11802024-01-24T04:28:54.011Z Downloaded cpufeatures v0.2.9
11812024-01-24T04:28:54.011Z Downloaded cipher v0.4.4
11822024-01-24T04:28:54.012Z Downloaded clap_lex v0.5.1
11832024-01-24T04:28:54.012Z Downloaded chacha20 v0.9.1
11842024-01-24T04:28:54.012Z Downloaded ciborium-io v0.2.1
11852024-01-24T04:28:54.012Z Downloaded cbc v0.1.2
11862024-01-24T04:28:54.012Z Downloaded doc-comment v0.3.3
11872024-01-24T04:28:54.012Z Downloaded display-error-chain v0.2.0
11882024-01-24T04:28:54.012Z Downloaded num v0.4.1
11892024-01-24T04:28:54.012Z Downloaded darling_macro v0.20.3
11902024-01-24T04:28:54.012Z Downloaded blowfish v0.9.1
11912024-01-24T04:28:54.012Z Downloaded option-ext v0.2.0
11922024-01-24T04:28:54.012Z Downloaded diesel v2.1.4
11932024-01-24T04:28:54.012Z Downloaded md-5 v0.10.5
11942024-01-24T04:28:54.012Z Downloaded managed v0.8.0
11952024-01-24T04:28:54.012Z Downloaded cobs v0.2.3
11962024-01-24T04:28:54.012Z Downloaded dirs-sys v0.4.1
11972024-01-24T04:28:54.012Z Downloaded cfg-if v1.0.0
11982024-01-24T04:28:54.012Z Downloaded block-buffer v0.10.4
11992024-01-24T04:28:54.013Z Downloaded phf_shared v0.10.0
12002024-01-24T04:28:54.013Z Downloaded mime v0.3.17
12012024-01-24T04:28:54.013Z Downloaded crypto-common v0.1.6
12022024-01-24T04:28:54.013Z Downloaded camino v1.1.6
12032024-01-24T04:28:54.013Z Downloaded dirs-next v2.0.0
12042024-01-24T04:28:54.013Z Downloaded matches v0.1.10
12052024-01-24T04:28:54.013Z Downloaded camino-tempfile v1.1.1
12062024-01-24T04:28:54.013Z Downloaded deranged v0.3.8
12072024-01-24T04:28:54.013Z Downloaded crossbeam-utils v0.8.16
12082024-01-24T04:28:54.013Z Downloaded new_debug_unreachable v1.0.4
12092024-01-24T04:28:54.013Z Downloaded mime_guess v2.0.4
12102024-01-24T04:28:54.013Z Downloaded block-padding v0.3.3
12112024-01-24T04:28:54.013Z Downloaded byteorder v1.5.0
12122024-01-24T04:28:54.013Z Downloaded blake2 v0.10.6
12132024-01-24T04:28:54.013Z Downloaded anyhow v1.0.75
12142024-01-24T04:28:54.013Z Downloaded data-encoding v2.4.0
12152024-01-24T04:28:54.013Z Downloaded colorchoice v1.0.0
12162024-01-24T04:28:54.013Z Downloaded backtrace v0.3.69
12172024-01-24T04:28:54.013Z Downloaded match_cfg v0.1.0
12182024-01-24T04:28:54.013Z Downloaded md5 v0.7.0
12192024-01-24T04:28:54.013Z Downloaded bitflags v1.3.2
12202024-01-24T04:28:54.014Z Downloaded num-iter v0.1.43
12212024-01-24T04:28:54.014Z Downloaded newtype_derive v0.1.6
12222024-01-24T04:28:54.014Z Downloaded mio v0.8.9
12232024-01-24T04:28:54.014Z Downloaded bit-set v0.5.3
12242024-01-24T04:28:54.014Z Downloaded bitflags v2.4.0
12252024-01-24T04:28:54.014Z Downloaded async-stream-impl v0.3.5
12262024-01-24T04:28:54.014Z Downloaded ctr v0.9.2
12272024-01-24T04:28:54.014Z Downloaded defmt-parser v0.3.3
12282024-01-24T04:28:54.014Z Downloaded defmt-macros v0.3.6
12292024-01-24T04:28:54.014Z Downloaded defmt v0.3.5
12302024-01-24T04:28:54.014Z Downloaded autocfg v1.1.0
12312024-01-24T04:28:54.014Z Downloaded argon2 v0.5.2
12322024-01-24T04:28:54.014Z Downloaded digest v0.10.7
12332024-01-24T04:28:54.014Z Downloaded darling v0.20.3
12342024-01-24T04:28:54.014Z Downloaded bit-vec v0.6.3
12352024-01-24T04:28:54.014Z Downloaded num_threads v0.1.6
12362024-01-24T04:28:54.014Z Downloaded num-derive v0.4.0
12372024-01-24T04:28:54.014Z Downloaded der_derive v0.7.2
12382024-01-24T04:28:54.360Z Downloaded ahash v0.8.6
12392024-01-24T04:28:54.360Z Downloaded atty v0.2.14
12402024-01-24T04:28:54.360Z Downloaded anstream v0.5.0
12412024-01-24T04:28:54.360Z Downloaded ansi_term v0.12.1
12422024-01-24T04:28:54.361Z Downloaded atomicwrites v0.4.3
12432024-01-24T04:28:54.361Z Downloaded async-stream v0.3.5
12442024-01-24T04:28:54.361Z Downloaded adler v1.0.2
12452024-01-24T04:28:54.361Z Downloaded multer v3.0.0
12462024-01-24T04:28:54.361Z Downloaded memoffset v0.9.0
12472024-01-24T04:28:54.361Z Downloaded addr2line v0.21.0
12482024-01-24T04:28:54.361Z Downloaded cstr-argument v0.1.2
12492024-01-24T04:28:54.361Z Compiling proc-macro2 v1.0.74
12502024-01-24T04:28:54.361Z Compiling unicode-ident v1.0.12
12512024-01-24T04:28:54.361Z Compiling libc v0.2.152
12522024-01-24T04:28:54.361Z Compiling serde v1.0.195
12532024-01-24T04:28:54.361Z Compiling version_check v0.9.4
12542024-01-24T04:28:54.361Z Compiling autocfg v1.1.0
12552024-01-24T04:28:54.361Z Compiling cfg-if v1.0.0
12562024-01-24T04:28:54.361Z Compiling syn v1.0.109
12572024-01-24T04:28:54.361Z Compiling typenum v1.16.0
12582024-01-24T04:28:54.361Z Compiling once_cell v1.19.0
12592024-01-24T04:28:54.361Z Compiling parking_lot_core v0.9.8
12602024-01-24T04:28:54.361Z Compiling lock_api v0.4.10
12612024-01-24T04:28:54.361Z Compiling generic-array v0.14.7
12622024-01-24T04:28:54.362Z Compiling ahash v0.8.6
12632024-01-24T04:28:54.362Z Compiling libm v0.2.7
12642024-01-24T04:28:54.362Z Compiling byteorder v1.5.0
12652024-01-24T04:28:54.362Z Compiling num-traits v0.2.16
12662024-01-24T04:28:54.362Z Compiling thiserror v1.0.49
12672024-01-24T04:28:54.362Z Compiling serde_json v1.0.111
12682024-01-24T04:28:54.362Z Compiling slab v0.4.9
12692024-01-24T04:28:54.362Z Compiling memchr v2.6.3
12702024-01-24T04:28:54.362Z Compiling scopeguard v1.2.0
12712024-01-24T04:28:54.362Z Compiling itoa v1.0.9
12722024-01-24T04:28:54.362Z Compiling quote v1.0.35
12732024-01-24T04:28:54.362Z Compiling syn v2.0.46
12742024-01-24T04:28:54.362Z Compiling getrandom v0.2.10
12752024-01-24T04:28:54.362Z Compiling cc v1.0.83
12762024-01-24T04:28:54.362Z Compiling rand_core v0.6.4
12772024-01-24T04:28:54.362Z Compiling log v0.4.20
12782024-01-24T04:28:54.362Z Compiling pkg-config v0.3.27
12792024-01-24T04:28:54.362Z Compiling subtle v2.5.0
12802024-01-24T04:28:54.490Z Compiling heck v0.4.1
12812024-01-24T04:28:54.490Z Compiling ryu v1.0.15
12822024-01-24T04:28:54.490Z Compiling allocator-api2 v0.2.16
12832024-01-24T04:28:54.490Z Compiling smallvec v1.11.2
12842024-01-24T04:28:54.490Z Compiling equivalent v1.0.1
12852024-01-24T04:28:54.490Z Compiling schemars v0.8.16
12862024-01-24T04:28:54.490Z Compiling vcpkg v0.2.15
12872024-01-24T04:28:54.490Z Compiling pin-project-lite v0.2.13
12882024-01-24T04:28:54.490Z Compiling httparse v1.8.0
12892024-01-24T04:28:54.490Z Compiling parking_lot v0.12.1
12902024-01-24T04:28:54.490Z Compiling signal-hook-registry v1.4.1
12912024-01-24T04:28:54.490Z Compiling ring v0.17.7
12922024-01-24T04:28:54.490Z Compiling ring v0.16.20
12932024-01-24T04:28:54.490Z Compiling semver v1.0.21
12942024-01-24T04:28:54.490Z Compiling const-oid v0.9.5
12952024-01-24T04:28:54.490Z Compiling mio v0.8.9
12962024-01-24T04:28:54.490Z Compiling openssl-sys v0.9.96
12972024-01-24T04:28:54.491Z Compiling fnv v1.0.7
12982024-01-24T04:28:54.491Z Compiling openssl v0.10.60
12992024-01-24T04:28:54.491Z Compiling num_cpus v1.16.0
13002024-01-24T04:28:54.491Z Compiling socket2 v0.5.5
13012024-01-24T04:28:54.491Z Compiling iana-time-zone v0.1.57
13022024-01-24T04:28:54.491Z Compiling ucd-trie v0.1.6
13032024-01-24T04:28:54.491Z Compiling futures-core v0.3.30
13042024-01-24T04:28:54.491Z Compiling rustls v0.21.9
13052024-01-24T04:28:54.491Z Compiling native-tls v0.2.11
13062024-01-24T04:28:54.491Z Compiling async-trait v0.1.77
13072024-01-24T04:28:54.491Z Compiling spin v0.5.2
13082024-01-24T04:28:54.491Z Compiling dyn-clone v1.0.13
13092024-01-24T04:28:54.491Z Compiling futures-sink v0.3.30
13102024-01-24T04:28:54.491Z Compiling serde_derive_internals v0.26.0
13112024-01-24T04:28:54.491Z Compiling backtrace v0.3.69
13122024-01-24T04:28:54.491Z Compiling aho-corasick v1.0.4
13132024-01-24T04:28:54.491Z Compiling tinyvec_macros v0.1.1
13142024-01-24T04:28:54.491Z Compiling regex-syntax v0.8.2
13152024-01-24T04:28:54.491Z Compiling rustix v0.38.30
13162024-01-24T04:28:54.491Z Compiling tinyvec v1.6.0
13172024-01-24T04:28:54.491Z Compiling futures-channel v0.3.30
13182024-01-24T04:28:54.492Z Compiling pin-utils v0.1.0
13192024-01-24T04:28:54.492Z Compiling futures-task v0.3.30
13202024-01-24T04:28:54.492Z Compiling futures-io v0.3.30
13212024-01-24T04:28:54.492Z Compiling winnow v0.5.15
13222024-01-24T04:28:54.492Z Compiling spin v0.9.8
13232024-01-24T04:28:54.492Z Compiling unicode-normalization v0.1.22
13242024-01-24T04:28:54.492Z Compiling tracing-core v0.1.31
13252024-01-24T04:28:54.492Z Compiling cpufeatures v0.2.9
13262024-01-24T04:28:54.492Z Compiling unicode-bidi v0.3.13
13272024-01-24T04:28:54.492Z Compiling anyhow v1.0.75
13282024-01-24T04:28:54.492Z Compiling regex-automata v0.4.3
13292024-01-24T04:28:54.492Z Compiling crc32fast v1.3.2
13302024-01-24T04:28:54.492Z Compiling time-core v0.1.1
13312024-01-24T04:28:54.492Z Compiling slog v2.7.0
13322024-01-24T04:28:54.492Z Compiling time-macros v0.2.13
13332024-01-24T04:28:54.492Z Compiling num-integer v0.1.45
13342024-01-24T04:28:54.929Z Compiling foreign-types-shared v0.1.1
13352024-01-24T04:28:55.109Z Compiling untrusted v0.7.1
13362024-01-24T04:28:55.220Z Compiling unicode-xid v0.2.4
13372024-01-24T04:28:55.456Z Compiling percent-encoding v2.3.1
13382024-01-24T04:28:55.712Z Compiling serde_derive v1.0.195
13392024-01-24T04:28:56.004Z Compiling zeroize_derive v1.4.2
13402024-01-24T04:28:56.011Z Compiling zerocopy-derive v0.7.31
13412024-01-24T04:28:56.848Z Compiling thiserror-impl v1.0.49
13422024-01-24T04:28:57.935Z Compiling tokio-macros v2.2.0
13432024-01-24T04:28:58.787Z Compiling zeroize v1.7.0
13442024-01-24T04:28:59.257Z Compiling futures-macro v0.3.30
13452024-01-24T04:28:59.862Z Compiling zerocopy v0.7.31
13462024-01-24T04:29:00.418Z Compiling tracing-attributes v0.1.26
13472024-01-24T04:29:00.730Z Compiling schemars_derive v0.8.16
13482024-01-24T04:29:01.770Z Compiling crypto-common v0.1.6
13492024-01-24T04:29:02.093Z Compiling block-buffer v0.10.4
13502024-01-24T04:29:02.489Z Compiling openssl-macros v0.1.1
13512024-01-24T04:29:02.621Z Compiling digest v0.10.7
13522024-01-24T04:29:02.655Z Compiling pest v2.7.2
13532024-01-24T04:29:03.440Z Compiling hashbrown v0.14.2
13542024-01-24T04:29:05.604Z Compiling hashbrown v0.13.2
13552024-01-24T04:29:06.122Z Compiling futures-util v0.3.30
13562024-01-24T04:29:06.737Z Compiling regex v1.10.2
13572024-01-24T04:29:07.557Z Compiling tracing v0.1.37
13582024-01-24T04:29:07.577Z Compiling der_derive v0.7.2
13592024-01-24T04:29:07.778Z Compiling untrusted v0.9.0
13602024-01-24T04:29:08.049Z Compiling unicode-width v0.1.11
13612024-01-24T04:29:08.978Z Compiling synstructure v0.12.6
13622024-01-24T04:29:09.914Z Compiling foreign-types v0.3.2
13632024-01-24T04:29:12.033Z Compiling errno v0.3.8
13642024-01-24T04:29:12.369Z Compiling base64 v0.21.7
13652024-01-24T04:29:13.653Z Compiling try-lock v0.2.4
13662024-01-24T04:29:13.856Z Compiling ppv-lite86 v0.2.17
13672024-01-24T04:29:14.376Z Compiling want v0.3.1
13682024-01-24T04:29:14.624Z Compiling zerocopy-derive v0.2.0
13692024-01-24T04:29:14.823Z Compiling sct v0.7.0
13702024-01-24T04:29:15.082Z Compiling rustls-webpki v0.101.7
13712024-01-24T04:29:15.276Z Compiling pest_meta v2.7.2
13722024-01-24T04:29:15.578Z Compiling form_urlencoded v1.2.1
13732024-01-24T04:29:16.274Z Compiling socket2 v0.4.9
13742024-01-24T04:29:18.217Z Compiling io-lifetimes v1.0.11
13752024-01-24T04:29:18.372Z Compiling openssl-probe v0.1.5
13762024-01-24T04:29:18.398Z Compiling httpdate v1.0.3
13772024-01-24T04:29:18.767Z Compiling tower-service v0.3.2
13782024-01-24T04:29:19.366Z Compiling pest_generator v2.7.2
13792024-01-24T04:29:20.945Z Compiling bytes v1.5.0
13802024-01-24T04:29:21.336Z Compiling indexmap v2.1.0
13812024-01-24T04:29:21.801Z Compiling uuid v1.6.1
13822024-01-24T04:29:22.601Z Compiling tokio v1.35.1
13832024-01-24T04:29:22.684Z Compiling chrono v0.4.31
13842024-01-24T04:29:23.455Z Compiling http v0.2.11
13852024-01-24T04:29:23.902Z Compiling toml_datetime v0.6.5
13862024-01-24T04:29:24.493Z Compiling serde_spanned v0.6.4
13872024-01-24T04:29:24.618Z Compiling bitflags v2.4.0
13882024-01-24T04:29:25.287Z Compiling toml_edit v0.19.15
13892024-01-24T04:29:27.671Z Compiling rustc_version v0.4.0
13902024-01-24T04:29:28.970Z Compiling http-body v0.4.5
13912024-01-24T04:29:29.604Z Compiling openapiv3 v2.0.0
13922024-01-24T04:29:33.351Z Compiling idna v0.5.0
13932024-01-24T04:29:35.007Z Compiling lazy_static v1.4.0
13942024-01-24T04:29:35.508Z Compiling adler v1.0.2
13952024-01-24T04:29:35.854Z Compiling crossbeam-utils v0.8.16
13962024-01-24T04:29:36.044Z Compiling miniz_oxide v0.7.1
13972024-01-24T04:29:36.592Z Compiling tokio-util v0.7.10
13982024-01-24T04:29:37.868Z Compiling tokio-rustls v0.24.1
13992024-01-24T04:29:38.492Z Compiling h2 v0.3.24
14002024-01-24T04:29:38.680Z Compiling url v2.5.0
14012024-01-24T04:29:39.774Z Compiling tokio-native-tls v0.3.1
14022024-01-24T04:29:40.059Z Compiling pest_derive v2.7.2
14032024-01-24T04:29:40.698Z Compiling rand_chacha v0.3.1
14042024-01-24T04:29:41.809Z Compiling usdt-impl v0.3.5
14052024-01-24T04:29:41.835Z Compiling rustix v0.37.23
14062024-01-24T04:29:42.332Z Compiling ipnet v2.9.0
14072024-01-24T04:29:42.816Z Compiling rand v0.8.5
14082024-01-24T04:29:43.563Z Compiling serde_urlencoded v0.7.1
14092024-01-24T04:29:43.660Z Compiling rustls-pemfile v1.0.3
14102024-01-24T04:29:44.590Z Compiling encoding_rs v0.8.33
14112024-01-24T04:29:44.613Z Compiling webpki-roots v0.25.2
14122024-01-24T04:29:44.641Z Compiling mime v0.3.17
14132024-01-24T04:29:44.842Z Compiling gimli v0.28.0
14142024-01-24T04:29:47.929Z Compiling zerocopy v0.3.0
14152024-01-24T04:29:49.155Z Compiling object v0.32.1
14162024-01-24T04:29:49.177Z Compiling num-bigint v0.4.4
14172024-01-24T04:29:49.900Z Compiling hyper v0.14.27
14182024-01-24T04:29:50.439Z Compiling rustc-demangle v0.1.23
14192024-01-24T04:29:51.220Z Compiling dof v0.1.5
14202024-01-24T04:29:51.240Z Compiling flate2 v1.0.28
14212024-01-24T04:29:52.013Z Compiling addr2line v0.21.0
14222024-01-24T04:29:52.748Z Compiling dtrace-parser v0.1.14
14232024-01-24T04:29:52.795Z Compiling heapless v0.7.16
14242024-01-24T04:29:53.043Z Compiling bzip2-sys v0.1.11+1.0.8
14252024-01-24T04:29:53.104Z Compiling thread-id v4.2.0
14262024-01-24T04:29:53.292Z Compiling signal-hook v0.3.17
14272024-01-24T04:29:53.510Z Compiling rustversion v1.0.14
14282024-01-24T04:29:55.094Z Compiling toml v0.7.8
14292024-01-24T04:29:56.166Z Compiling toml_edit v0.21.0
14302024-01-24T04:29:56.301Z Compiling hex v0.4.3
14312024-01-24T04:29:56.983Z Compiling serde_tokenstream v0.1.7
14322024-01-24T04:29:57.390Z Compiling memoffset v0.9.0
14332024-01-24T04:29:57.422Z Compiling strsim v0.10.0
14342024-01-24T04:29:57.722Z Compiling camino v1.1.6
14352024-01-24T04:29:57.835Z Compiling base64ct v1.6.0
14362024-01-24T04:29:58.847Z Compiling serde_tokenstream v0.2.0
14372024-01-24T04:30:00.446Z Compiling bitflags v1.3.2
14382024-01-24T04:30:01.176Z Compiling hyper-rustls v0.24.2
14392024-01-24T04:30:01.733Z Compiling hyper-tls v0.5.0
14402024-01-24T04:30:01.856Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14412024-01-24T04:30:02.250Z Compiling reqwest v0.11.22
14422024-01-24T04:30:02.389Z Compiling smoltcp v0.9.1
14432024-01-24T04:30:03.452Z Compiling doc-comment v0.3.3
14442024-01-24T04:30:03.562Z Compiling pem-rfc7468 v0.7.0
14452024-01-24T04:30:04.310Z Compiling strum_macros v0.25.2
14462024-01-24T04:30:04.808Z Compiling usdt-attr-macro v0.3.5
14472024-01-24T04:30:05.772Z Compiling usdt-macro v0.3.5
14482024-01-24T04:30:05.823Z Compiling hmac v0.12.1
14492024-01-24T04:30:06.903Z Compiling regress v0.7.1
14502024-01-24T04:30:07.135Z Compiling enum-as-inner v0.5.1
14512024-01-24T04:30:07.902Z Compiling crossbeam-epoch v0.9.15
14522024-01-24T04:30:08.594Z Compiling num-iter v0.1.43
14532024-01-24T04:30:08.857Z Compiling flagset v0.4.3
14542024-01-24T04:30:08.875Z Compiling siphasher v0.3.11
14552024-01-24T04:30:18.348Z Compiling unicode-segmentation v1.10.1
14562024-01-24T04:30:18.675Z Compiling der v0.7.8
14572024-01-24T04:30:18.675Z Compiling hubpack_derive v0.1.1
14582024-01-24T04:30:18.675Z Compiling zerocopy-derive v0.6.4
14592024-01-24T04:30:18.675Z Compiling pin-project-internal v1.1.3
14602024-01-24T04:30:18.675Z Compiling utf8parse v0.2.1
14612024-01-24T04:30:18.675Z Compiling deranged v0.3.8
14622024-01-24T04:30:18.675Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14632024-01-24T04:30:18.675Z Compiling anstyle v1.0.2
14642024-01-24T04:30:20.440Z Compiling num_threads v0.1.6
14652024-01-24T04:30:20.441Z Compiling spki v0.7.2
14662024-01-24T04:30:20.441Z Compiling sha2 v0.10.8
14672024-01-24T04:30:20.441Z Compiling anstyle-parse v0.2.1
14682024-01-24T04:30:20.441Z Compiling time v0.3.27
14692024-01-24T04:30:20.441Z Compiling md-5 v0.10.5
14702024-01-24T04:30:20.441Z Compiling block-padding v0.3.3
14712024-01-24T04:30:20.441Z Compiling clap_derive v4.4.2
14722024-01-24T04:30:20.441Z Compiling stringprep v0.1.3
14732024-01-24T04:30:20.441Z Compiling diesel_table_macro_syntax v0.1.0
14742024-01-24T04:30:20.441Z Compiling hash32 v0.2.1
14752024-01-24T04:30:20.441Z Compiling colorchoice v1.0.0
14762024-01-24T04:30:20.441Z Compiling stable_deref_trait v1.2.0
14772024-01-24T04:30:20.441Z Compiling fallible-iterator v0.2.0
14782024-01-24T04:30:20.441Z Compiling anstyle-query v1.0.0
14792024-01-24T04:30:20.441Z Compiling anstream v0.5.0
14802024-01-24T04:30:20.584Z Compiling postgres-protocol v0.6.6
14812024-01-24T04:30:20.693Z Compiling diesel_derives v2.1.2
14822024-01-24T04:30:21.080Z Compiling terminal_size v0.2.6
14832024-01-24T04:30:21.591Z Compiling inout v0.1.3
14842024-01-24T04:30:21.995Z Compiling pkcs8 v0.10.2
14852024-01-24T04:30:22.560Z Compiling phf_shared v0.11.2
14862024-01-24T04:30:40.747Z Compiling ff v0.13.0
14872024-01-24T04:30:41.637Z Compiling snafu-derive v0.7.5
14882024-01-24T04:30:41.637Z Compiling serde_repr v0.1.16
14892024-01-24T04:30:41.637Z Compiling scheduled-thread-pool v0.2.7
14902024-01-24T04:30:41.637Z Compiling managed v0.8.0
14912024-01-24T04:30:41.637Z Compiling regex-automata v0.1.10
14922024-01-24T04:30:41.637Z Compiling clap_lex v0.5.1
14932024-01-24T04:30:41.637Z Compiling matches v0.1.10
14942024-01-24T04:30:42.726Z Compiling bit-vec v0.6.3
14952024-01-24T04:30:42.726Z Compiling base16ct v0.2.0
14962024-01-24T04:30:42.726Z Compiling sec1 v0.7.3
14972024-01-24T04:30:42.727Z Compiling idna v0.2.3
14982024-01-24T04:30:42.727Z Compiling bstr v0.2.17
14992024-01-24T04:30:42.727Z Compiling clap_builder v4.4.2
15002024-01-24T04:30:42.727Z Compiling r2d2 v0.8.10
15012024-01-24T04:30:42.728Z Compiling group v0.13.0
15022024-01-24T04:30:42.728Z Compiling phf v0.11.2
15032024-01-24T04:30:42.728Z Compiling signal-hook-mio v0.2.3
15042024-01-24T04:30:42.728Z Compiling cipher v0.4.4
15052024-01-24T04:30:42.728Z Compiling postgres-types v0.2.6
15062024-01-24T04:30:42.729Z Compiling bzip2 v0.4.4
15072024-01-24T04:30:42.729Z Compiling pin-project v1.1.3
15082024-01-24T04:30:42.729Z Compiling zerocopy v0.6.4
15092024-01-24T04:30:42.729Z Compiling hubpack v0.1.2
15102024-01-24T04:30:42.849Z Compiling phf_shared v0.10.0
15112024-01-24T04:30:43.231Z Compiling hkdf v0.12.4
15122024-01-24T04:30:43.669Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15132024-01-24T04:30:43.891Z Compiling ipnetwork v0.20.0
15142024-01-24T04:30:43.892Z Compiling crypto-bigint v0.5.2
15152024-01-24T04:30:44.416Z Compiling futures-executor v0.3.30
15162024-01-24T04:30:44.989Z Compiling float-cmp v0.9.0
15172024-01-24T04:30:45.394Z Compiling data-encoding v2.4.0
15182024-01-24T04:30:49.326Z Compiling precomputed-hash v0.1.1
15192024-01-24T04:30:49.964Z Compiling difflib v0.4.0
15202024-01-24T04:30:50.827Z Compiling normalize-line-endings v0.3.0
15212024-01-24T04:30:51.002Z Compiling new_debug_unreachable v1.0.4
15222024-01-24T04:30:51.135Z Compiling either v1.9.0
15232024-01-24T04:30:51.554Z Compiling static_assertions v1.1.0
15242024-01-24T04:30:51.670Z Compiling predicates-core v1.0.6
15252024-01-24T04:30:51.924Z Compiling fixedbitset v0.4.2
15262024-01-24T04:30:52.260Z Compiling whoami v1.4.1
15272024-01-24T04:30:52.648Z Compiling regex-automata v0.3.8
15282024-01-24T04:30:52.699Z Compiling minimal-lexical v0.2.1
15292024-01-24T04:30:53.037Z Compiling tokio-postgres v0.7.10
15302024-01-24T04:30:53.308Z Compiling petgraph v0.6.4
15312024-01-24T04:30:53.488Z Compiling nom v7.1.3
15322024-01-24T04:30:53.599Z Compiling predicates v3.1.0
15332024-01-24T04:30:56.367Z Compiling bstr v1.6.0
15342024-01-24T04:30:56.660Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15352024-01-24T04:30:56.859Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15362024-01-24T04:30:59.624Z Compiling itertools v0.10.5
15372024-01-24T04:30:59.852Z Compiling string_cache v0.8.7
15382024-01-24T04:30:59.902Z Compiling diesel v2.1.4
15392024-01-24T04:30:59.952Z Compiling elliptic-curve v0.13.8
15402024-01-24T04:31:00.562Z Compiling trust-dns-proto v0.22.0
15412024-01-24T04:31:01.203Z Compiling futures v0.3.30
15422024-01-24T04:31:03.133Z Compiling yasna v0.5.2
15432024-01-24T04:31:04.100Z Compiling zip v0.6.6
15442024-01-24T04:31:04.444Z Compiling snafu v0.7.5
15452024-01-24T04:31:05.821Z Compiling clap v4.4.3
15462024-01-24T04:31:05.981Z Compiling crossterm v0.27.0
15472024-01-24T04:31:06.344Z Compiling similar v2.3.0
15482024-01-24T04:31:07.058Z Compiling bit-set v0.5.3
15492024-01-24T04:31:07.506Z Compiling usdt v0.3.5
15502024-01-24T04:31:08.366Z Compiling tokio-stream v0.1.14
15512024-01-24T04:31:09.475Z Compiling console v0.15.8
15522024-01-24T04:31:10.452Z Compiling getopts v0.2.21
15532024-01-24T04:31:12.181Z Compiling unsafe-libyaml v0.2.10
15542024-01-24T04:31:12.299Z Compiling lalrpop-util v0.19.12
15552024-01-24T04:31:14.648Z Compiling serde_yaml v0.9.25
15562024-01-24T04:31:14.708Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15572024-01-24T04:31:33.072Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15582024-01-24T04:32:07.434Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15592024-01-24T04:32:17.457Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15602024-01-24T04:32:18.432Z Compiling sha1 v0.10.6
15612024-01-24T04:32:19.406Z Compiling atty v0.2.14
15622024-01-24T04:32:19.474Z Compiling match_cfg v0.1.0
15632024-01-24T04:32:19.514Z Compiling dirs-sys-next v0.1.2
15642024-01-24T04:32:19.604Z Compiling hostname v0.3.1
15652024-01-24T04:32:19.966Z Compiling ident_case v1.0.1
15662024-01-24T04:32:20.234Z Compiling rustls-pki-types v1.1.0
15672024-01-24T04:32:20.531Z Compiling darling_core v0.20.3
15682024-01-24T04:32:20.692Z Compiling dirs-next v2.0.0
15692024-01-24T04:32:21.002Z Compiling thread_local v1.1.7
15702024-01-24T04:32:21.434Z Compiling slog-async v2.8.0
15712024-01-24T04:32:21.867Z Compiling rustls v0.22.2
15722024-01-24T04:32:22.310Z Compiling rustls-webpki v0.102.1
15732024-01-24T04:32:22.331Z Compiling term v0.7.0
15742024-01-24T04:32:22.354Z Compiling crossbeam-channel v0.5.8
15752024-01-24T04:32:22.803Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15762024-01-24T04:32:23.156Z Compiling multer v3.0.0
15772024-01-24T04:32:24.038Z Compiling instant v0.1.12
15782024-01-24T04:32:24.052Z Compiling paste v1.0.14
15792024-01-24T04:32:24.305Z Compiling take_mut v0.2.2
15802024-01-24T04:32:25.013Z Compiling slog-term v2.9.0
15812024-01-24T04:32:25.905Z Compiling slog-json v2.6.1
15822024-01-24T04:32:26.492Z Compiling http v1.0.0
15832024-01-24T04:32:26.601Z Compiling async-stream-impl v0.3.5
15842024-01-24T04:32:27.501Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15852024-01-24T04:32:28.353Z Compiling debug-ignore v1.0.5
15862024-01-24T04:32:28.356Z Compiling atomic-waker v1.1.1
15872024-01-24T04:32:28.356Z Compiling waitgroup v0.1.2
15882024-01-24T04:32:28.481Z Compiling slog-bunyan v2.5.0
15892024-01-24T04:32:28.860Z Compiling async-stream v0.3.5
15902024-01-24T04:32:30.692Z Compiling darling_macro v0.20.3
15912024-01-24T04:32:30.751Z Compiling rustls-pemfile v2.0.0
15922024-01-24T04:32:30.777Z Compiling toml v0.8.8
15932024-01-24T04:32:31.183Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15942024-01-24T04:32:31.473Z Compiling serde_path_to_error v0.1.15
15952024-01-24T04:32:32.081Z Compiling tokio-rustls v0.25.0
15962024-01-24T04:32:32.347Z Compiling darling v0.20.3
15972024-01-24T04:32:32.514Z Compiling serde_with_macros v3.4.0
15982024-01-24T04:32:32.560Z Compiling structmeta-derive v0.2.0
15992024-01-24T04:32:32.725Z Compiling strum v0.25.0
16002024-01-24T04:32:32.873Z Compiling regex-syntax v0.7.5
16012024-01-24T04:32:32.983Z Compiling backoff v0.4.0
16022024-01-24T04:32:33.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16032024-01-24T04:32:33.681Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16042024-01-24T04:32:33.913Z Compiling macaddr v1.0.1
16052024-01-24T04:32:34.639Z Compiling proc-macro-error-attr v1.0.4
16062024-01-24T04:32:34.733Z Compiling proc-macro-crate v1.3.1
16072024-01-24T04:32:35.160Z Compiling proc-macro-error v1.0.4
16082024-01-24T04:32:35.621Z Compiling heapless v0.8.0
16092024-01-24T04:32:36.594Z Compiling num_enum_derive v0.5.11
16102024-01-24T04:32:37.020Z Compiling serde_with v3.4.0
16112024-01-24T04:32:37.635Z Compiling structmeta v0.2.0
16122024-01-24T04:32:38.391Z Compiling hash32 v0.3.1
16132024-01-24T04:32:38.529Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16142024-01-24T04:32:38.750Z Compiling smoltcp v0.11.0
16152024-01-24T04:32:40.846Z Compiling fastrand v2.0.0
16162024-01-24T04:32:41.126Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16172024-01-24T04:32:41.254Z Compiling num_enum v0.5.11
16182024-01-24T04:32:41.488Z Compiling cobs v0.2.3
16192024-01-24T04:32:41.543Z Compiling same-file v1.0.6
16202024-01-24T04:32:41.714Z Compiling embedded-io v0.4.0
16212024-01-24T04:32:41.899Z Compiling walkdir v2.4.0
16222024-01-24T04:32:42.045Z Compiling postcard v1.0.8
16232024-01-24T04:32:42.070Z Compiling tempfile v3.9.0
16242024-01-24T04:32:43.233Z Compiling semver-parser v0.10.2
16252024-01-24T04:32:43.461Z Compiling foreign-types-macros v0.2.3
16262024-01-24T04:32:43.488Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03)
16272024-01-24T04:32:43.943Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03)
16282024-01-24T04:32:43.949Z Compiling foreign-types-shared v0.3.1
16292024-01-24T04:32:44.221Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16302024-01-24T04:32:44.447Z Compiling parse-display-derive v0.8.2
16312024-01-24T04:32:44.655Z Compiling crucible-workspace-hack v0.1.0
16322024-01-24T04:32:45.147Z Compiling semver v0.11.0
16332024-01-24T04:32:45.494Z Compiling foreign-types v0.5.0
16342024-01-24T04:32:46.294Z Compiling is-terminal v0.4.9
16352024-01-24T04:32:46.425Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16362024-01-24T04:32:46.428Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03)
16372024-01-24T04:32:46.471Z Compiling cstr-argument v0.1.2
16382024-01-24T04:32:46.833Z Compiling filetime v0.2.23
16392024-01-24T04:32:46.985Z Compiling xattr v1.0.1
16402024-01-24T04:32:47.352Z Compiling pretty-hex v0.2.1
16412024-01-24T04:32:47.376Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16422024-01-24T04:32:47.628Z Compiling home v0.5.5
16432024-01-24T04:32:47.847Z Compiling toolchain_find v0.2.0
16442024-01-24T04:32:47.867Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16452024-01-24T04:32:47.993Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03)
16462024-01-24T04:32:48.017Z Compiling tar v0.4.40
16472024-01-24T04:32:48.470Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16482024-01-24T04:32:48.672Z Compiling colored v2.0.4
16492024-01-24T04:32:49.378Z Compiling toml v0.5.11
16502024-01-24T04:32:49.666Z Compiling topological-sort v0.2.2
16512024-01-24T04:32:49.727Z Compiling platforms v3.0.2
16522024-01-24T04:32:49.974Z Compiling omicron-zone-package v0.10.1
16532024-01-24T04:32:50.529Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03)
16542024-01-24T04:32:51.520Z Compiling camino-tempfile v1.1.1
16552024-01-24T04:32:51.595Z Compiling zone_cfg_derive v0.3.0
16562024-01-24T04:32:51.855Z Compiling parse-display v0.8.2
16572024-01-24T04:32:52.144Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16582024-01-24T04:32:52.253Z Compiling textwrap v0.11.0
16592024-01-24T04:32:55.978Z Compiling rustfmt-wrapper v0.2.0
16602024-01-24T04:32:56.120Z Compiling heck v0.3.3
16612024-01-24T04:32:56.120Z Compiling num-derive v0.4.0
16622024-01-24T04:32:56.121Z Compiling strsim v0.8.0
16632024-01-24T04:32:56.121Z Compiling vec_map v0.8.2
16642024-01-24T04:32:56.121Z Compiling ansi_term v0.12.1
16652024-01-24T04:32:56.121Z Compiling libefi-sys v0.1.0
16662024-01-24T04:32:56.121Z Compiling clap v2.34.0
16672024-01-24T04:32:56.121Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03)
16682024-01-24T04:32:56.121Z Compiling zone v0.3.0
16692024-01-24T04:32:56.431Z Compiling structopt-derive v0.4.18
16702024-01-24T04:32:56.985Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16712024-01-24T04:32:58.025Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
16722024-01-24T04:32:58.036Z Compiling smf v0.2.2
16732024-01-24T04:32:58.036Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16742024-01-24T04:32:58.256Z Compiling unicase v2.7.0
16752024-01-24T04:32:58.570Z Compiling semver v0.1.20
16762024-01-24T04:32:58.678Z Compiling curve25519-dalek v4.1.1
16772024-01-24T04:32:59.231Z Compiling rustc_version v0.1.7
16782024-01-24T04:32:59.520Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16792024-01-24T04:32:59.660Z Compiling universal-hash v0.5.1
16802024-01-24T04:32:59.817Z Compiling opaque-debug v0.3.0
16812024-01-24T04:32:59.959Z Compiling newtype_derive v0.1.6
16822024-01-24T04:32:59.968Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16832024-01-24T04:33:00.109Z Compiling curve25519-dalek-derive v0.1.0
16842024-01-24T04:33:00.125Z Compiling num-rational v0.4.1
16852024-01-24T04:33:00.399Z Compiling getrandom v0.1.16
16862024-01-24T04:33:00.627Z Compiling password-hash v0.5.0
16872024-01-24T04:33:00.818Z Compiling blake2 v0.10.6
16882024-01-24T04:33:01.018Z Compiling signature v2.1.0
16892024-01-24T04:33:01.384Z Compiling parking_lot_core v0.8.6
16902024-01-24T04:33:01.534Z Compiling structopt v0.3.26
16912024-01-24T04:33:01.571Z Compiling quick-error v1.2.3
16922024-01-24T04:33:01.792Z Compiling linked-hash-map v0.5.6
16932024-01-24T04:33:03.479Z Compiling resolv-conf v0.7.0
16942024-01-24T04:33:03.621Z Compiling lru-cache v0.1.2
16952024-01-24T04:33:03.621Z Compiling argon2 v0.5.2
16962024-01-24T04:33:03.942Z Compiling aead v0.5.2
16972024-01-24T04:33:03.942Z Compiling num-complex v0.4.4
16982024-01-24T04:33:04.102Z Compiling nibble_vec v0.1.0
16992024-01-24T04:33:04.183Z Compiling slog-dtrace v0.2.3
17002024-01-24T04:33:04.339Z Compiling winapi v0.3.9
17012024-01-24T04:33:04.495Z Compiling utf-8 v0.7.6
17022024-01-24T04:33:04.999Z Compiling cancel-safe-futures v0.1.5
17032024-01-24T04:33:05.396Z Compiling endian-type v0.1.2
17042024-01-24T04:33:05.546Z Compiling keccak v0.1.4
17052024-01-24T04:33:05.734Z Compiling arc-swap v1.6.0
17062024-01-24T04:33:05.776Z Compiling radix_trie v0.2.1
17072024-01-24T04:33:05.988Z Compiling sha3 v0.10.8
17082024-01-24T04:33:06.851Z Compiling slog-scope v4.4.0
17092024-01-24T04:33:06.889Z Compiling num v0.4.1
17102024-01-24T04:33:07.042Z Compiling tungstenite v0.20.1
17112024-01-24T04:33:07.253Z Compiling mime_guess v2.0.4
17122024-01-24T04:33:07.578Z Compiling steno v0.4.0
17132024-01-24T04:33:07.631Z Compiling rand_core v0.5.1
17142024-01-24T04:33:07.673Z Compiling trust-dns-resolver v0.22.0
17152024-01-24T04:33:09.346Z Compiling poly1305 v0.8.0
17162024-01-24T04:33:09.836Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17172024-01-24T04:33:10.415Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17182024-01-24T04:33:10.669Z Compiling chacha20 v0.9.1
17192024-01-24T04:33:11.161Z Compiling rfc6979 v0.4.0
17202024-01-24T04:33:11.167Z Compiling secrecy v0.8.0
17212024-01-24T04:33:11.380Z Compiling thiserror-impl-no-std v2.0.2
17222024-01-24T04:33:11.578Z Compiling half v1.8.2
17232024-01-24T04:33:11.599Z Compiling ciborium-io v0.2.1
17242024-01-24T04:33:11.779Z Compiling option-ext v0.2.0
17252024-01-24T04:33:11.973Z Compiling convert_case v0.4.0
17262024-01-24T04:33:12.205Z Compiling dirs-sys v0.4.1
17272024-01-24T04:33:12.552Z Compiling ciborium-ll v0.2.1
17282024-01-24T04:33:13.300Z Compiling ecdsa v0.16.9
17292024-01-24T04:33:13.308Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17302024-01-24T04:33:13.522Z Compiling derive_more v0.99.17
17312024-01-24T04:33:14.411Z Compiling parking_lot v0.11.2
17322024-01-24T04:33:14.658Z Compiling tokio-tungstenite v0.20.1
17332024-01-24T04:33:15.470Z Compiling rand_chacha v0.2.2
17342024-01-24T04:33:16.870Z Compiling slog-stdlog v4.1.1
17352024-01-24T04:33:16.895Z Compiling thiserror-no-std v2.0.2
17362024-01-24T04:33:17.062Z Compiling trust-dns-client v0.22.0
17372024-01-24T04:33:17.612Z Compiling ed25519 v2.2.2
17382024-01-24T04:33:17.839Z Compiling polyval v0.6.1
17392024-01-24T04:33:18.277Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17402024-01-24T04:33:18.366Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17412024-01-24T04:33:18.369Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17422024-01-24T04:33:18.538Z Compiling primeorder v0.13.6
17432024-01-24T04:33:19.505Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17442024-01-24T04:33:21.770Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17452024-01-24T04:33:22.124Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17462024-01-24T04:33:22.335Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17472024-01-24T04:33:22.938Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17482024-01-24T04:33:23.675Z Compiling ctr v0.9.2
17492024-01-24T04:33:24.150Z Compiling blowfish v0.9.1
17502024-01-24T04:33:24.506Z Compiling aes v0.8.3
17512024-01-24T04:33:24.882Z Compiling password-hash v0.4.2
17522024-01-24T04:33:26.438Z Compiling libsw v3.3.1
17532024-01-24T04:33:27.981Z Compiling pbkdf2 v0.12.2
17542024-01-24T04:33:28.263Z Compiling derive-where v1.2.7
17552024-01-24T04:33:30.378Z Compiling fxhash v0.2.1
17562024-01-24T04:33:30.762Z Compiling owo-colors v3.5.0
17572024-01-24T04:33:33.276Z Compiling linear-map v1.2.0
17582024-01-24T04:33:33.840Z Compiling swrite v0.1.0
17592024-01-24T04:33:33.964Z Compiling sled v0.34.7
17602024-01-24T04:33:34.418Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17612024-01-24T04:33:34.878Z Compiling trust-dns-server v0.22.1
17622024-01-24T04:33:37.616Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17632024-01-24T04:33:41.991Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17642024-01-24T04:33:43.549Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17652024-01-24T04:33:43.768Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17662024-01-24T04:33:44.557Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17672024-01-24T04:33:45.467Z Compiling bcrypt-pbkdf v0.10.0
17682024-01-24T04:33:45.705Z Compiling pbkdf2 v0.11.0
17692024-01-24T04:33:46.272Z Compiling p256 v0.13.2
17702024-01-24T04:33:46.366Z Compiling ghash v0.5.0
17712024-01-24T04:33:46.641Z Compiling ed25519-dalek v2.0.0
17722024-01-24T04:33:46.895Z Compiling russh-cryptovec v0.7.0
17732024-01-24T04:33:47.363Z Compiling slog-envlogger v2.2.0
17742024-01-24T04:33:47.656Z Compiling vsss-rs v3.3.4
17752024-01-24T04:33:48.320Z Compiling rand v0.7.3
17762024-01-24T04:33:49.192Z Compiling ciborium v0.2.1
17772024-01-24T04:33:50.260Z Compiling dirs v5.0.1
17782024-01-24T04:33:50.577Z Compiling chacha20poly1305 v0.10.1
17792024-01-24T04:33:50.764Z Compiling cbc v0.1.2
17802024-01-24T04:33:50.950Z Compiling pem v3.0.2
17812024-01-24T04:33:51.133Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17822024-01-24T04:33:51.690Z Compiling headers-core v0.2.0
17832024-01-24T04:33:51.767Z Compiling kstat-rs v0.2.3
17842024-01-24T04:33:51.915Z Compiling pretty-hex v0.4.1
17852024-01-24T04:33:52.195Z Compiling md5 v0.7.0
17862024-01-24T04:33:52.354Z Compiling glob v0.3.1
17872024-01-24T04:33:52.922Z Compiling http-range v0.1.5
17882024-01-24T04:33:53.076Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17892024-01-24T04:33:53.528Z Compiling hyper-staticfile v0.9.5
17902024-01-24T04:33:53.994Z Compiling russh-keys v0.40.1
17912024-01-24T04:33:54.003Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17922024-01-24T04:33:54.707Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17932024-01-24T04:33:55.802Z Compiling headers v0.3.9
17942024-01-24T04:33:57.918Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17952024-01-24T04:33:58.159Z Compiling rcgen v0.12.0
17962024-01-24T04:33:59.278Z Compiling aes-gcm v0.10.3
17972024-01-24T04:33:59.761Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17982024-01-24T04:34:03.123Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17992024-01-24T04:34:06.011Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18002024-01-24T04:34:06.090Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18012024-01-24T04:34:07.144Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
18022024-01-24T04:34:09.729Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
18032024-01-24T04:34:11.637Z Compiling atomicwrites v0.4.3
18042024-01-24T04:34:12.177Z Compiling itertools v0.12.0
18052024-01-24T04:34:12.404Z Compiling subprocess v0.2.9
18062024-01-24T04:34:15.957Z Compiling hex-literal v0.4.1
18072024-01-24T04:34:16.180Z Compiling display-error-chain v0.2.0
18082024-01-24T04:34:16.437Z Compiling russh v0.40.2
18092024-01-24T04:34:16.728Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18102024-01-24T04:34:17.437Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18112024-01-24T04:34:24.487Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18122024-01-24T04:34:38.355Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18132024-01-24T04:34:40.100Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18142024-01-24T04:35:10.957Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18152024-01-24T04:36:36.041Z Finished dev [unoptimized + debuginfo] target(s) in 8m 29s
18162024-01-24T04:36:36.676Z
18172024-01-24T04:36:36.676Zreal 8:30.234693956
18182024-01-24T04:36:36.676Zuser 45:54.692925761
18192024-01-24T04:36:36.676Zsys 7:08.295142623
18202024-01-24T04:36:36.677Ztrap 1.647155700
18212024-01-24T04:36:36.677Ztflt 3.432829123
18222024-01-24T04:36:36.677Zdflt 6.775501438
18232024-01-24T04:36:36.677Zkflt 0.014404412
18242024-01-24T04:36:36.677Zlock 1:27:26.347523199
18252024-01-24T04:36:36.677Zslp 2:09:22.239188209
18262024-01-24T04:36:36.677Zlat 2:02.117254758
18272024-01-24T04:36:36.677Zstop 4:35.027706042
18282024-01-24T04:36:36.677Z+ mkdir -p /work/end-to-end-tests
18292024-01-24T04:36:36.677Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18302024-01-24T04:36:36.677Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18312024-01-24T04:36:36.677Z+ ptime -m gzip
18322024-01-24T04:36:36.678Z++ basename target/debug/bootstrap
18332024-01-24T04:36:53.381Z
18342024-01-24T04:36:53.396Zreal 18.272204085
18352024-01-24T04:36:53.396Zuser 18.084770111
18362024-01-24T04:36:53.397Zsys 0.171363283
18372024-01-24T04:36:53.397Ztrap 0.007509051
18382024-01-24T04:36:53.397Ztflt 0.000000000
18392024-01-24T04:36:53.397Zdflt 0.000000000
18402024-01-24T04:36:53.397Zkflt 0.000000000
18412024-01-24T04:36:53.398Zlock 0.000000000
18422024-01-24T04:36:53.398Zslp 0.000000000
18432024-01-24T04:36:53.398Zlat 0.008216463
18442024-01-24T04:36:53.399Zstop 0.000228100
18452024-01-24T04:36:53.399Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18462024-01-24T04:36:53.399Z+ ptime -m gzip
18472024-01-24T04:36:53.399Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cd7372687f1aeae4
18482024-01-24T04:36:54.457Z
18492024-01-24T04:36:54.457Zreal 1.072661296
18502024-01-24T04:36:54.457Zuser 1.061640156
18512024-01-24T04:36:54.461Zsys 0.010405535
18522024-01-24T04:36:54.461Ztrap 0.000101510
18532024-01-24T04:36:54.461Ztflt 0.000000000
18542024-01-24T04:36:54.461Zdflt 0.000000000
18552024-01-24T04:36:54.461Zkflt 0.000000000
18562024-01-24T04:36:54.461Zlock 0.000000000
18572024-01-24T04:36:54.461Zslp 0.000000000
18582024-01-24T04:36:54.461Zlat 0.000170096
18592024-01-24T04:36:54.461Zstop 0.000226761
18602024-01-24T04:36:54.461Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18612024-01-24T04:36:54.461Z+ ptime -m gzip
18622024-01-24T04:36:54.461Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8f41ca4d52a12177
18632024-01-24T04:37:13.096Z
18642024-01-24T04:37:13.096Zreal 18.623564983
18652024-01-24T04:37:13.109Zuser 18.438095072
18662024-01-24T04:37:13.109Zsys 0.179919334
18672024-01-24T04:37:13.110Ztrap 0.003696714
18682024-01-24T04:37:13.110Ztflt 0.000000000
18692024-01-24T04:37:13.110Zdflt 0.000000000
18702024-01-24T04:37:13.110Zkflt 0.000000000
18712024-01-24T04:37:13.110Zlock 0.000000000
18722024-01-24T04:37:13.110Zslp 0.000000000
18732024-01-24T04:37:13.111Zlat 0.001508614
18742024-01-24T04:37:13.111Zstop 0.000227945
18752024-01-24T04:37:13.111Z+ banner caboose-util
18762024-01-24T04:37:13.111Z
18772024-01-24T04:37:13.111Z #### ## ##### #### #### #### ###### # # #####
18782024-01-24T04:37:13.111Z # # # # # # # # # # # # # # #
18792024-01-24T04:37:13.111Z # # # ##### # # # # #### ##### ##### # # #
18802024-01-24T04:37:13.112Z # ###### # # # # # # # # # # #
18812024-01-24T04:37:13.112Z # # # # # # # # # # # # # # # #
18822024-01-24T04:37:13.112Z #### # # ##### #### #### #### ###### #### #
18832024-01-24T04:37:13.112Z
18842024-01-24T04:37:13.112Z+ ptime -m cargo build --locked -p caboose-util --release
18852024-01-24T04:37:13.771Z Downloading crates ...
18862024-01-24T04:37:14.254Z Downloaded crc-any v2.4.3
18872024-01-24T04:37:14.322Z Downloaded pkcs1 v0.7.5
18882024-01-24T04:37:14.322Z Downloaded path-slash v0.1.5
18892024-01-24T04:37:14.322Z Downloaded packed_struct v0.10.1
18902024-01-24T04:37:14.322Z Downloaded nodrop v0.1.14
18912024-01-24T04:37:14.322Z Downloaded crc v3.0.1
18922024-01-24T04:37:14.323Z Downloaded crc-catalog v2.2.0
18932024-01-24T04:37:14.323Z Downloaded tap v1.0.1
18942024-01-24T04:37:14.325Z Downloaded maybe-uninit v2.0.0
18952024-01-24T04:37:14.325Z Downloaded packed_struct_codegen v0.10.1
18962024-01-24T04:37:14.325Z Downloaded wyz v0.5.1
18972024-01-24T04:37:14.325Z Downloaded funty v2.0.0
18982024-01-24T04:37:14.325Z Downloaded array-init v0.0.4
18992024-01-24T04:37:14.325Z Downloaded smallvec v0.6.14
19002024-01-24T04:37:14.325Z Downloaded env_logger v0.10.0
19012024-01-24T04:37:14.325Z Downloaded serde-hex v0.1.0
19022024-01-24T04:37:14.325Z Downloaded bitfield v0.14.0
19032024-01-24T04:37:14.325Z Downloaded ron v0.8.1
19042024-01-24T04:37:14.325Z Downloaded x509-cert v0.2.4
19052024-01-24T04:37:14.325Z Downloaded num-bigint-dig v0.8.4
19062024-01-24T04:37:14.325Z Downloaded bitvec v1.0.1
19072024-01-24T04:37:14.325Z Downloaded object v0.30.4
19082024-01-24T04:37:14.325Z Downloaded rsa v0.9.2
19092024-01-24T04:37:14.326Z Downloaded termcolor v1.2.0
19102024-01-24T04:37:14.326Z Downloaded radium v0.7.0
19112024-01-24T04:37:14.493Z Compiling proc-macro2 v1.0.74
19122024-01-24T04:37:14.493Z Compiling unicode-ident v1.0.12
19132024-01-24T04:37:14.493Z Compiling libc v0.2.152
19142024-01-24T04:37:14.493Z Compiling autocfg v1.1.0
19152024-01-24T04:37:14.493Z Compiling serde v1.0.195
19162024-01-24T04:37:14.493Z Compiling version_check v0.9.4
19172024-01-24T04:37:14.493Z Compiling cfg-if v1.0.0
19182024-01-24T04:37:15.151Z Compiling typenum v1.16.0
19192024-01-24T04:37:16.199Z Compiling syn v1.0.109
19202024-01-24T04:37:16.199Z Compiling parking_lot_core v0.9.8
19212024-01-24T04:37:16.200Z Compiling once_cell v1.19.0
19222024-01-24T04:37:16.200Z Compiling libm v0.2.7
19232024-01-24T04:37:17.191Z Compiling generic-array v0.14.7
19242024-01-24T04:37:17.191Z Compiling lock_api v0.4.10
19252024-01-24T04:37:17.191Z Compiling byteorder v1.5.0
19262024-01-24T04:37:17.191Z Compiling num-traits v0.2.16
19272024-01-24T04:37:17.191Z Compiling ahash v0.8.6
19282024-01-24T04:37:17.191Z Compiling pkg-config v0.3.27
19292024-01-24T04:37:18.546Z Compiling scopeguard v1.2.0
19302024-01-24T04:37:18.547Z Compiling quote v1.0.35
19312024-01-24T04:37:18.547Z Compiling slab v0.4.9
19322024-01-24T04:37:18.547Z Compiling serde_json v1.0.111
19332024-01-24T04:37:18.547Z Compiling syn v2.0.46
19342024-01-24T04:37:20.383Z Compiling cc v1.0.83
19352024-01-24T04:37:20.383Z Compiling getrandom v0.2.10
19362024-01-24T04:37:20.383Z Compiling thiserror v1.0.49
19372024-01-24T04:37:20.383Z Compiling memchr v2.6.3
19382024-01-24T04:37:22.287Z Compiling rand_core v0.6.4
19392024-01-24T04:37:22.287Z Compiling itoa v1.0.9
19402024-01-24T04:37:22.287Z Compiling log v0.4.20
19412024-01-24T04:37:22.287Z Compiling smallvec v1.11.2
19422024-01-24T04:37:22.287Z Compiling vcpkg v0.2.15
19432024-01-24T04:37:39.477Z Compiling const-oid v0.9.5
19442024-01-24T04:37:39.477Z Compiling parking_lot v0.12.1
19452024-01-24T04:37:39.477Z Compiling pin-project-lite v0.2.13
19462024-01-24T04:37:39.708Z Compiling openssl-sys v0.9.96
19472024-01-24T04:37:39.979Z Compiling ring v0.17.7
19482024-01-24T04:37:39.980Z Compiling signal-hook-registry v1.4.1
19492024-01-24T04:37:40.055Z Compiling subtle v2.5.0
19502024-01-24T04:37:40.055Z Compiling futures-core v0.3.30
19512024-01-24T04:37:40.055Z Compiling io-lifetimes v1.0.11
19522024-01-24T04:37:40.055Z Compiling heck v0.4.1
19532024-01-24T04:37:40.056Z Compiling ring v0.16.20
19542024-01-24T04:37:40.056Z Compiling mio v0.8.9
19552024-01-24T04:37:40.056Z Compiling num-integer v0.1.45
19562024-01-24T04:37:40.056Z Compiling ryu v1.0.15
19572024-01-24T04:37:40.056Z Compiling semver v1.0.21
19582024-01-24T04:37:40.056Z Compiling rustix v0.37.23
19592024-01-24T04:37:40.056Z Compiling spin v0.5.2
19602024-01-24T04:37:40.056Z Compiling socket2 v0.5.5
19612024-01-24T04:37:40.056Z Compiling num_cpus v1.16.0
19622024-01-24T04:37:40.056Z Compiling allocator-api2 v0.2.16
19632024-01-24T04:37:40.056Z Compiling futures-sink v0.3.30
19642024-01-24T04:37:40.056Z Compiling ucd-trie v0.1.6
19652024-01-24T04:37:40.056Z Compiling httparse v1.8.0
19662024-01-24T04:37:40.056Z Compiling openssl v0.10.60
19672024-01-24T04:37:40.056Z Compiling unicode-xid v0.2.4
19682024-01-24T04:37:40.056Z Compiling synstructure v0.12.6
19692024-01-24T04:37:40.056Z Compiling equivalent v1.0.1
19702024-01-24T04:37:40.056Z Compiling tinyvec_macros v0.1.1
19712024-01-24T04:37:40.056Z Compiling tinyvec v1.6.0
19722024-01-24T04:37:40.056Z Compiling futures-channel v0.3.30
19732024-01-24T04:37:40.057Z Compiling pin-utils v0.1.0
19742024-01-24T04:37:40.057Z Compiling ppv-lite86 v0.2.17
19752024-01-24T04:37:40.057Z Compiling native-tls v0.2.11
19762024-01-24T04:37:40.057Z Compiling rustls v0.21.9
19772024-01-24T04:37:40.057Z Compiling futures-io v0.3.30
19782024-01-24T04:37:40.057Z Compiling futures-task v0.3.30
19792024-01-24T04:37:40.057Z Compiling crc32fast v1.3.2
19802024-01-24T04:37:40.057Z Compiling bzip2-sys v0.1.11+1.0.8
19812024-01-24T04:37:40.057Z Compiling spin v0.9.8
19822024-01-24T04:37:40.057Z Compiling rand_chacha v0.3.1
19832024-01-24T04:37:40.057Z Compiling unicode-normalization v0.1.22
19842024-01-24T04:37:40.057Z Compiling tracing-core v0.1.31
19852024-01-24T04:37:40.057Z Compiling base64ct v1.6.0
19862024-01-24T04:37:40.057Z Compiling unicode-bidi v0.3.13
19872024-01-24T04:37:40.057Z Compiling pem-rfc7468 v0.7.0
19882024-01-24T04:37:40.057Z Compiling rand v0.8.5
19892024-01-24T04:37:40.057Z Compiling errno v0.3.8
19902024-01-24T04:37:40.057Z Compiling num-iter v0.1.43
19912024-01-24T04:37:40.057Z Compiling usdt-impl v0.3.5
19922024-01-24T04:37:40.057Z Compiling schemars v0.8.16
19932024-01-24T04:37:40.057Z Compiling rustix v0.38.30
19942024-01-24T04:37:40.057Z Compiling signal-hook v0.3.17
19952024-01-24T04:37:40.057Z Compiling flagset v0.4.3
19962024-01-24T04:37:40.058Z Compiling serde_derive_internals v0.26.0
19972024-01-24T04:37:40.058Z Compiling serde_derive v1.0.195
19982024-01-24T04:37:40.058Z Compiling zeroize_derive v1.4.2
19992024-01-24T04:37:40.058Z Compiling zerocopy-derive v0.7.31
20002024-01-24T04:37:40.058Z Compiling tokio-macros v2.2.0
20012024-01-24T04:37:40.058Z Compiling thiserror-impl v1.0.49
20022024-01-24T04:37:40.058Z Compiling futures-macro v0.3.30
20032024-01-24T04:37:40.907Z Compiling tracing-attributes v0.1.26
20042024-01-24T04:37:41.240Z Compiling zeroize v1.7.0
20052024-01-24T04:37:42.260Z Compiling der_derive v0.7.2
20062024-01-24T04:37:42.671Z Compiling zerocopy v0.7.31
20072024-01-24T04:37:44.105Z Compiling pest v2.7.2
20082024-01-24T04:37:44.276Z Compiling crypto-common v0.1.6
20092024-01-24T04:37:44.366Z Compiling block-buffer v0.10.4
20102024-01-24T04:37:44.741Z Compiling digest v0.10.7
20112024-01-24T04:37:44.871Z Compiling zerocopy-derive v0.2.0
20122024-01-24T04:37:45.459Z Compiling openssl-macros v0.1.1
20132024-01-24T04:37:46.209Z Compiling hashbrown v0.14.2
20142024-01-24T04:37:46.253Z Compiling futures-util v0.3.30
20152024-01-24T04:37:46.466Z Compiling tracing v0.1.37
20162024-01-24T04:37:47.180Z Compiling zerocopy-derive v0.6.4
20172024-01-24T04:37:47.206Z Compiling der v0.7.8
20182024-01-24T04:37:50.175Z Compiling pest_meta v2.7.2
20192024-01-24T04:37:50.445Z Compiling pest_generator v2.7.2
20202024-01-24T04:37:54.003Z Compiling fnv v1.0.7
20212024-01-24T04:37:55.186Z Compiling pest_derive v2.7.2
20222024-01-24T04:37:55.401Z Compiling bitflags v1.3.2
20232024-01-24T04:37:56.156Z Compiling spki v0.7.2
20242024-01-24T04:37:56.852Z Compiling zerocopy v0.3.0
20252024-01-24T04:37:56.949Z Compiling schemars_derive v0.8.16
20262024-01-24T04:37:58.153Z Compiling lazy_static v1.4.0
20272024-01-24T04:37:59.331Z Compiling backtrace v0.3.69
20282024-01-24T04:37:59.910Z Compiling memoffset v0.9.0
20292024-01-24T04:38:00.022Z Compiling num-bigint v0.4.4
20302024-01-24T04:38:00.329Z Compiling doc-comment v0.3.3
20312024-01-24T04:38:00.673Z Compiling crossbeam-utils v0.8.16
20322024-01-24T04:38:00.787Z Compiling untrusted v0.7.1
20332024-01-24T04:38:01.025Z Compiling base64 v0.21.7
20342024-01-24T04:38:01.059Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20352024-01-24T04:38:01.361Z Compiling bytes v1.5.0
20362024-01-24T04:38:01.744Z Compiling indexmap v2.1.0
20372024-01-24T04:38:02.059Z Compiling bitflags v2.4.0
20382024-01-24T04:38:02.726Z Compiling tokio v1.35.1
20392024-01-24T04:38:03.044Z Compiling rustc_version v0.4.0
20402024-01-24T04:38:03.055Z Compiling http v0.2.11
20412024-01-24T04:38:03.240Z Compiling uuid v1.6.1
20422024-01-24T04:38:03.835Z Compiling smoltcp v0.9.1
20432024-01-24T04:38:04.017Z Compiling heapless v0.7.16
20442024-01-24T04:38:05.451Z Compiling iana-time-zone v0.1.57
20452024-01-24T04:38:06.110Z Compiling percent-encoding v2.3.1
20462024-01-24T04:38:06.773Z Compiling foreign-types-shared v0.1.1
20472024-01-24T04:38:06.901Z Compiling async-trait v0.1.77
20482024-01-24T04:38:08.441Z Compiling untrusted v0.9.0
20492024-01-24T04:38:08.441Z Compiling foreign-types v0.3.2
20502024-01-24T04:38:08.441Z Compiling chrono v0.4.31
20512024-01-24T04:38:10.551Z Compiling dof v0.1.5
20522024-01-24T04:38:11.824Z Compiling dtrace-parser v0.1.14
20532024-01-24T04:38:13.069Z Compiling hmac v0.12.1
20542024-01-24T04:38:13.257Z Compiling clap_derive v4.4.2
20552024-01-24T04:38:14.032Z Compiling thread-id v4.2.0
20562024-01-24T04:38:14.463Z Compiling adler v1.0.2
20572024-01-24T04:38:14.476Z Compiling anstyle v1.0.2
20582024-01-24T04:38:14.748Z Compiling try-lock v0.2.4
20592024-01-24T04:38:15.389Z Compiling tokio-util v0.7.10
20602024-01-24T04:38:15.787Z Compiling utf8parse v0.2.1
20612024-01-24T04:38:16.045Z Compiling cpufeatures v0.2.9
20622024-01-24T04:38:16.059Z Compiling time-core v0.1.1
20632024-01-24T04:38:16.195Z Compiling siphasher v0.3.11
20642024-01-24T04:38:16.201Z Compiling rustversion v1.0.14
20652024-01-24T04:38:16.276Z Compiling time-macros v0.2.13
20662024-01-24T04:38:16.764Z Compiling sha2 v0.10.8
20672024-01-24T04:38:17.111Z Compiling anstyle-parse v0.2.1
20682024-01-24T04:38:17.704Z Compiling h2 v0.3.24
20692024-01-24T04:38:22.791Z Compiling want v0.3.1
20702024-01-24T04:38:22.887Z Compiling miniz_oxide v0.7.1
20712024-01-24T04:38:24.965Z Compiling rustls-webpki v0.101.7
20722024-01-24T04:38:25.482Z Compiling sct v0.7.0
20732024-01-24T04:38:25.782Z Compiling form_urlencoded v1.2.1
20742024-01-24T04:38:25.880Z Compiling http-body v0.4.5
20752024-01-24T04:38:26.492Z Compiling serde_tokenstream v0.1.7
20762024-01-24T04:38:27.225Z Compiling pkcs8 v0.10.2
20772024-01-24T04:38:27.428Z Compiling hubpack_derive v0.1.1
20782024-01-24T04:38:27.745Z Compiling pin-project-internal v1.1.3
20792024-01-24T04:38:28.830Z Compiling socket2 v0.4.9
20802024-01-24T04:38:29.305Z Compiling crossbeam-epoch v0.9.15
20812024-01-24T04:38:30.106Z Compiling openssl-probe v0.1.5
20822024-01-24T04:38:30.192Z Compiling anyhow v1.0.75
20832024-01-24T04:38:30.726Z Compiling tower-service v0.3.2
20842024-01-24T04:38:30.802Z Compiling radium v0.7.0
20852024-01-24T04:38:30.880Z Compiling slog v2.7.0
20862024-01-24T04:38:31.393Z Compiling anstyle-query v1.0.0
20872024-01-24T04:38:31.936Z Compiling httpdate v1.0.3
20882024-01-24T04:38:31.966Z Compiling colorchoice v1.0.0
20892024-01-24T04:38:32.141Z Compiling camino v1.1.6
20902024-01-24T04:38:32.840Z Compiling anstream v0.5.0
20912024-01-24T04:38:32.983Z Compiling hyper v0.14.27
20922024-01-24T04:38:45.940Z Compiling terminal_size v0.2.6
20932024-01-24T04:38:45.940Z Compiling serde_spanned v0.6.4
20942024-01-24T04:38:45.940Z Compiling toml_datetime v0.6.5
20952024-01-24T04:38:45.940Z Compiling zerocopy v0.6.4
20962024-01-24T04:38:46.299Z Compiling md-5 v0.10.5
20972024-01-24T04:38:46.932Z Compiling stringprep v0.1.3
20982024-01-24T04:38:46.982Z Compiling idna v0.5.0
20992024-01-24T04:38:48.041Z Compiling diesel_table_macro_syntax v0.1.0
21002024-01-24T04:38:48.196Z Compiling aho-corasick v1.0.4
21012024-01-24T04:38:48.292Z Compiling hash32 v0.2.1
21022024-01-24T04:38:48.473Z Compiling gimli v0.28.0
21032024-01-24T04:38:48.562Z Compiling strsim v0.10.0
21042024-01-24T04:38:49.292Z Compiling maybe-uninit v2.0.0
21052024-01-24T04:38:49.379Z Compiling tap v1.0.1
21062024-01-24T04:38:49.889Z Compiling stable_deref_trait v1.2.0
21072024-01-24T04:38:49.917Z Compiling dyn-clone v1.0.13
21082024-01-24T04:38:50.190Z Compiling regex-syntax v0.8.2
21092024-01-24T04:38:50.688Z Compiling fallible-iterator v0.2.0
21102024-01-24T04:38:50.809Z Compiling winnow v0.5.15
21112024-01-24T04:38:51.724Z Compiling clap_lex v0.5.1
21122024-01-24T04:38:51.812Z Compiling postgres-protocol v0.6.6
21132024-01-24T04:38:52.912Z Compiling clap_builder v4.4.2
21142024-01-24T04:38:54.318Z Compiling wyz v0.5.1
21152024-01-24T04:38:55.245Z Compiling diesel_derives v2.1.2
21162024-01-24T04:38:55.467Z Compiling addr2line v0.21.0
21172024-01-24T04:38:55.541Z Compiling url v2.5.0
21182024-01-24T04:38:56.391Z Compiling regex-automata v0.4.3
21192024-01-24T04:38:58.574Z Compiling tokio-rustls v0.24.1
21202024-01-24T04:38:59.168Z Compiling strum_macros v0.25.2
21212024-01-24T04:39:13.354Z Compiling tokio-native-tls v0.3.1
21222024-01-24T04:39:13.354Z Compiling usdt-macro v0.3.5
21232024-01-24T04:39:13.354Z Compiling usdt-attr-macro v0.3.5
21242024-01-24T04:39:13.354Z Compiling phf_shared v0.11.2
21252024-01-24T04:39:13.354Z Compiling block-padding v0.3.3
21262024-01-24T04:39:13.354Z Compiling enum-as-inner v0.5.1
21272024-01-24T04:39:13.354Z Compiling snafu-derive v0.7.5
21282024-01-24T04:39:13.355Z Compiling serde_repr v0.1.16
21292024-01-24T04:39:13.355Z Compiling ff v0.13.0
21302024-01-24T04:39:13.355Z Compiling scheduled-thread-pool v0.2.7
21312024-01-24T04:39:13.355Z Compiling object v0.32.1
21322024-01-24T04:39:14.723Z Compiling packed_struct v0.10.1
21332024-01-24T04:39:15.293Z Compiling funty v2.0.0
21342024-01-24T04:39:17.595Z Compiling bit-vec v0.6.3
21352024-01-24T04:39:18.254Z Compiling num_threads v0.1.6
21362024-01-24T04:39:19.259Z Compiling num-bigint-dig v0.8.4
21372024-01-24T04:39:19.544Z Compiling managed v0.8.0
21382024-01-24T04:39:19.620Z Compiling base16ct v0.2.0
21392024-01-24T04:39:20.101Z Compiling regex-automata v0.1.10
21402024-01-24T04:39:20.782Z Compiling rustc-demangle v0.1.23
21412024-01-24T04:39:20.872Z Compiling ipnet v2.9.0
21422024-01-24T04:39:21.209Z Compiling deranged v0.3.8
21432024-01-24T04:39:22.217Z Compiling matches v0.1.10
21442024-01-24T04:39:22.332Z Compiling idna v0.2.3
21452024-01-24T04:39:24.338Z Compiling time v0.3.27
21462024-01-24T04:39:24.710Z Compiling bstr v0.2.17
21472024-01-24T04:39:27.332Z Compiling sec1 v0.7.3
21482024-01-24T04:39:30.161Z Compiling bitvec v1.0.1
21492024-01-24T04:39:30.393Z Compiling r2d2 v0.8.10
21502024-01-24T04:39:30.974Z Compiling group v0.13.0
21512024-01-24T04:39:31.418Z Compiling inout v0.1.3
21522024-01-24T04:39:33.989Z Compiling phf v0.11.2
21532024-01-24T04:39:34.435Z Compiling hyper-tls v0.5.0
21542024-01-24T04:39:34.928Z Compiling regex v1.10.2
21552024-01-24T04:39:35.879Z Compiling clap v4.4.3
21562024-01-24T04:39:36.028Z Compiling hyper-rustls v0.24.2
21572024-01-24T04:39:36.539Z Compiling signal-hook-mio v0.2.3
21582024-01-24T04:39:36.590Z Compiling flate2 v1.0.28
21592024-01-24T04:39:36.750Z Compiling bzip2 v0.4.4
21602024-01-24T04:39:39.519Z Compiling toml_edit v0.19.15
21612024-01-24T04:39:39.584Z Compiling ipnetwork v0.20.0
21622024-01-24T04:39:39.584Z Compiling postgres-types v0.2.6
21632024-01-24T04:39:39.584Z Compiling pin-project v1.1.3
21642024-01-24T04:39:39.592Z Compiling hubpack v0.1.2
21652024-01-24T04:39:39.593Z Compiling serde_urlencoded v0.7.1
21662024-01-24T04:39:39.593Z Compiling phf_shared v0.10.0
21672024-01-24T04:39:39.593Z Compiling rustls-pemfile v1.0.3
21682024-01-24T04:39:39.593Z Compiling hkdf v0.12.4
21692024-01-24T04:39:39.722Z Compiling futures-executor v0.3.30
21702024-01-24T04:39:41.528Z Compiling crypto-bigint v0.5.2
21712024-01-24T04:39:41.819Z Compiling packed_struct_codegen v0.10.1
21722024-01-24T04:39:44.353Z Compiling float-cmp v0.9.0
21732024-01-24T04:39:45.417Z Compiling indexmap v1.9.3
21742024-01-24T04:39:45.679Z Compiling encoding_rs v0.8.33
21752024-01-24T04:39:45.742Z Compiling new_debug_unreachable v1.0.4
21762024-01-24T04:39:45.864Z Compiling crc-catalog v2.2.0
21772024-01-24T04:39:45.870Z Compiling static_assertions v1.1.0
21782024-01-24T04:39:45.981Z Compiling either v1.9.0
21792024-01-24T04:39:45.994Z Compiling whoami v1.4.1
21802024-01-24T04:39:46.043Z Compiling unicode-width v0.1.11
21812024-01-24T04:39:55.975Z Compiling minimal-lexical v0.2.1
21822024-01-24T04:39:56.422Z Compiling normalize-line-endings v0.3.0
21832024-01-24T04:39:56.422Z Compiling nodrop v0.1.14
21842024-01-24T04:39:56.422Z Compiling precomputed-hash v0.1.1
21852024-01-24T04:39:56.422Z Compiling data-encoding v2.4.0
21862024-01-24T04:39:56.422Z Compiling predicates-core v1.0.6
21872024-01-24T04:39:56.422Z Compiling regex-automata v0.3.8
21882024-01-24T04:39:56.567Z Compiling difflib v0.4.0
21892024-01-24T04:39:56.567Z Compiling fixedbitset v0.4.2
21902024-01-24T04:39:56.567Z Compiling mime v0.3.17
21912024-01-24T04:39:56.568Z Compiling unicode-segmentation v1.10.1
21922024-01-24T04:39:56.568Z Compiling webpki-roots v0.25.2
21932024-01-24T04:39:56.568Z Compiling reqwest v0.11.22
21942024-01-24T04:40:01.208Z Compiling similar v2.3.0
21952024-01-24T04:40:02.367Z Compiling bstr v1.6.0
21962024-01-24T04:40:04.551Z Compiling petgraph v0.6.4
21972024-01-24T04:40:04.786Z Compiling predicates v3.1.0
21982024-01-24T04:40:06.329Z Compiling trust-dns-proto v0.22.0
21992024-01-24T04:40:11.149Z Compiling string_cache v0.8.7
22002024-01-24T04:40:11.777Z Compiling array-init v0.0.4
22012024-01-24T04:40:11.786Z Compiling nom v7.1.3
22022024-01-24T04:40:12.627Z Compiling itertools v0.10.5
22032024-01-24T04:40:13.892Z Compiling tokio-postgres v0.7.10
22042024-01-24T04:40:14.296Z Compiling console v0.15.8
22052024-01-24T04:40:16.526Z Compiling crc v3.0.1
22062024-01-24T04:40:17.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22072024-01-24T04:40:17.882Z Compiling elliptic-curve v0.13.8
22082024-01-24T04:40:20.404Z Compiling toml v0.7.8
22092024-01-24T04:40:23.255Z Compiling futures v0.3.30
22102024-01-24T04:40:24.774Z Compiling snafu v0.7.5
22112024-01-24T04:40:25.316Z Compiling diesel v2.1.4
22122024-01-24T04:40:25.432Z Compiling zip v0.6.6
22132024-01-24T04:40:25.977Z Compiling smallvec v0.6.14
22142024-01-24T04:40:26.508Z Compiling crossterm v0.27.0
22152024-01-24T04:40:26.683Z Compiling yasna v0.5.2
22162024-01-24T04:40:26.721Z Compiling cipher v0.4.4
22172024-01-24T04:40:32.078Z Compiling bit-set v0.5.3
22182024-01-24T04:40:32.488Z Compiling usdt v0.3.5
22192024-01-24T04:40:32.845Z Compiling is-terminal v0.4.9
22202024-01-24T04:40:33.018Z Compiling toml_edit v0.21.0
22212024-01-24T04:40:35.948Z Compiling pkcs1 v0.7.5
22222024-01-24T04:40:36.038Z Compiling tokio-stream v0.1.14
22232024-01-24T04:40:37.462Z Compiling openapiv3 v2.0.0
22242024-01-24T04:40:42.575Z Compiling hex v0.4.3
22252024-01-24T04:40:44.815Z Compiling hashbrown v0.13.2
22262024-01-24T04:40:45.413Z Compiling signature v2.1.0
22272024-01-24T04:40:48.986Z Compiling hashbrown v0.12.3
22282024-01-24T04:40:51.027Z Compiling lalrpop-util v0.19.12
22292024-01-24T04:40:53.365Z Compiling termcolor v1.2.0
22302024-01-24T04:40:53.370Z Compiling bitfield v0.14.0
22312024-01-24T04:41:00.887Z Compiling env_logger v0.10.0
22322024-01-24T04:41:01.517Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22332024-01-24T04:41:10.461Z Compiling rsa v0.9.2
22342024-01-24T04:41:22.817Z Compiling serde-hex v0.1.0
22352024-01-24T04:41:25.758Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22362024-01-24T04:41:31.908Z Compiling ron v0.8.1
22372024-01-24T04:41:32.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22382024-01-24T04:41:32.969Z Compiling x509-cert v0.2.4
22392024-01-24T04:41:36.031Z Compiling crc-any v2.4.3
22402024-01-24T04:41:56.697Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22412024-01-24T04:42:06.781Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22422024-01-24T04:42:18.360Z Compiling object v0.30.4
22432024-01-24T04:42:27.082Z Compiling path-slash v0.1.5
22442024-01-24T04:42:31.035Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22452024-01-24T04:43:16.335Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22462024-01-24T04:43:17.466Z Finished release [optimized] target(s) in 6m 04s
22472024-01-24T04:43:17.559Z
22482024-01-24T04:43:17.559Zreal 6:04.444554777
22492024-01-24T04:43:17.560Zuser 42:10.659308795
22502024-01-24T04:43:17.560Zsys 3:41.420018107
22512024-01-24T04:43:17.560Ztrap 1.642268825
22522024-01-24T04:43:17.566Ztflt 1.026071177
22532024-01-24T04:43:17.566Zdflt 0.549651395
22542024-01-24T04:43:17.567Zkflt 0.006662026
22552024-01-24T04:43:17.567Zlock 1:33:33.940614360
22562024-01-24T04:43:17.567Zslp 1:58:56.348565745
22572024-01-24T04:43:17.567Zlat 1:49.914515295
22582024-01-24T04:43:17.567Zstop 1:16.903398703
22592024-01-24T04:43:17.567Z+ ptime -m gzip
22602024-01-24T04:43:18.214Z
22612024-01-24T04:43:18.218Zreal 0.649509000
22622024-01-24T04:43:18.218Zuser 0.641622254
22632024-01-24T04:43:18.218Zsys 0.006594566
22642024-01-24T04:43:18.218Ztrap 0.000326999
22652024-01-24T04:43:18.218Ztflt 0.000000000
22662024-01-24T04:43:18.218Zdflt 0.000000000
22672024-01-24T04:43:18.219Zkflt 0.000000000
22682024-01-24T04:43:18.219Zlock 0.000000000
22692024-01-24T04:43:18.219Zslp 0.000000000
22702024-01-24T04:43:18.219Zlat 0.000353845
22712024-01-24T04:43:18.219Zstop 0.000507347
22722024-01-24T04:43:18.219Z+ banner tufaceous
22732024-01-24T04:43:18.219Z
22742024-01-24T04:43:18.219Z ##### # # ###### ## #### ###### #### # # ####
22752024-01-24T04:43:18.219Z # # # # # # # # # # # # # #
22762024-01-24T04:43:18.219Z # # # ##### # # # ##### # # # # ####
22772024-01-24T04:43:18.219Z # # # # ###### # # # # # # #
22782024-01-24T04:43:18.219Z # # # # # # # # # # # # # # #
22792024-01-24T04:43:18.220Z # #### # # # #### ###### #### #### ####
22802024-01-24T04:43:18.220Z
22812024-01-24T04:43:18.220Z+ ptime -m cargo build --locked -p tufaceous --release
22822024-01-24T04:43:18.878Z Downloading crates ...
22832024-01-24T04:43:19.266Z Downloaded humantime v2.1.0
22842024-01-24T04:43:19.274Z Downloaded buf-list v1.0.3
22852024-01-24T04:43:19.278Z Downloaded parse-size v1.0.0
22862024-01-24T04:43:19.278Z Downloaded olpc-cjson v0.1.3
22872024-01-24T04:43:19.278Z Downloaded fs-err v2.11.0
22882024-01-24T04:43:19.281Z Downloaded serde_plain v1.0.2
22892024-01-24T04:43:19.281Z Downloaded async-recursion v1.0.5
22902024-01-24T04:43:19.284Z Downloaded typed-path v0.7.0
22912024-01-24T04:43:19.293Z Downloaded tough v0.16.0
22922024-01-24T04:43:19.307Z Downloaded globset v0.4.13
22932024-01-24T04:43:19.468Z Compiling serde_tokenstream v0.2.0
22942024-01-24T04:43:19.491Z Compiling regress v0.7.1
22952024-01-24T04:43:19.503Z Compiling dirs-sys-next v0.1.2
22962024-01-24T04:43:19.507Z Compiling rustls-pki-types v1.1.0
22972024-01-24T04:43:19.507Z Compiling ident_case v1.0.1
22982024-01-24T04:43:19.532Z Compiling thread_local v1.1.7
22992024-01-24T04:43:19.535Z Compiling rustls v0.22.2
23002024-01-24T04:43:19.716Z Compiling dirs-next v2.0.0
23012024-01-24T04:43:19.907Z Compiling darling_core v0.20.3
23022024-01-24T04:43:20.064Z Compiling heck v0.4.1
23032024-01-24T04:43:20.205Z Compiling slog-async v2.8.0
23042024-01-24T04:43:20.823Z Compiling rustls-webpki v0.102.1
23052024-01-24T04:43:20.906Z Compiling term v0.7.0
23062024-01-24T04:43:21.301Z Compiling crossbeam-channel v0.5.8
23072024-01-24T04:43:21.677Z Compiling getopts v0.2.21
23082024-01-24T04:43:22.063Z Compiling structmeta-derive v0.2.0
23092024-01-24T04:43:23.067Z Compiling atty v0.2.14
23102024-01-24T04:43:23.870Z Compiling multer v3.0.0
23112024-01-24T04:43:23.870Z Compiling paste v1.0.14
23122024-01-24T04:43:24.081Z Compiling unsafe-libyaml v0.2.10
23132024-01-24T04:43:24.341Z Compiling take_mut v0.2.2
23142024-01-24T04:43:24.558Z Compiling match_cfg v0.1.0
23152024-01-24T04:43:24.686Z Compiling hostname v0.3.1
23162024-01-24T04:43:25.057Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23172024-01-24T04:43:27.018Z Compiling structmeta v0.2.0
23182024-01-24T04:43:27.225Z Compiling serde_yaml v0.9.25
23192024-01-24T04:43:28.847Z Compiling darling_macro v0.20.3
23202024-01-24T04:43:28.971Z Compiling slog-term v2.9.0
23212024-01-24T04:43:30.252Z Compiling darling v0.20.3
23222024-01-24T04:43:33.001Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232024-01-24T04:43:33.023Z Compiling slog-json v2.6.1
23242024-01-24T04:43:33.391Z Compiling http v1.0.0
23252024-01-24T04:43:33.790Z Compiling async-stream-impl v0.3.5
23262024-01-24T04:43:33.830Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23272024-01-24T04:43:34.044Z Compiling atomic-waker v1.1.1
23282024-01-24T04:43:34.260Z Compiling regex-syntax v0.7.5
23292024-01-24T04:43:34.313Z Compiling fastrand v2.0.0
23302024-01-24T04:43:35.357Z Compiling tempfile v3.9.0
23312024-01-24T04:43:35.702Z Compiling async-stream v0.3.5
23322024-01-24T04:43:36.141Z Compiling tokio-rustls v0.25.0
23332024-01-24T04:43:37.666Z Compiling waitgroup v0.1.2
23342024-01-24T04:43:38.144Z Compiling slog-bunyan v2.5.0
23352024-01-24T04:43:38.528Z Compiling serde_with_macros v3.4.0
23362024-01-24T04:43:40.673Z Compiling toml v0.8.8
23372024-01-24T04:43:41.672Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23382024-01-24T04:43:42.162Z Compiling rustls-pemfile v2.0.0
23392024-01-24T04:43:42.257Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23402024-01-24T04:43:43.356Z Compiling sha1 v0.10.6
23412024-01-24T04:43:44.169Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23422024-01-24T04:43:44.532Z Compiling parse-display-derive v0.8.2
23432024-01-24T04:43:44.667Z Compiling serde_path_to_error v0.1.15
23442024-01-24T04:43:44.838Z Compiling instant v0.1.12
23452024-01-24T04:43:44.946Z Compiling fs-err v2.11.0
23462024-01-24T04:43:45.050Z Compiling same-file v1.0.6
23472024-01-24T04:43:45.354Z Compiling arc-swap v1.6.0
23482024-01-24T04:43:45.466Z Compiling buf-list v1.0.3
23492024-01-24T04:43:46.256Z Compiling debug-ignore v1.0.5
23502024-01-24T04:43:46.401Z Compiling slog-scope v4.4.0
23512024-01-24T04:43:46.689Z Compiling walkdir v2.4.0
23522024-01-24T04:43:47.872Z Compiling backoff v0.4.0
23532024-01-24T04:43:48.389Z Compiling serde_with v3.4.0
23542024-01-24T04:43:49.329Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23552024-01-24T04:43:49.992Z Compiling globset v0.4.13
23562024-01-24T04:43:50.385Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23572024-01-24T04:43:50.618Z Compiling strum v0.25.0
23582024-01-24T04:43:50.682Z Compiling parse-display v0.8.2
23592024-01-24T04:43:50.876Z Compiling olpc-cjson v0.1.3
23602024-01-24T04:43:50.955Z Compiling pem v3.0.2
23612024-01-24T04:43:51.232Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23622024-01-24T04:43:51.420Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23632024-01-24T04:43:53.637Z Compiling macaddr v1.0.1
23642024-01-24T04:43:54.783Z Compiling serde_plain v1.0.2
23652024-01-24T04:43:55.606Z Compiling async-recursion v1.0.5
23662024-01-24T04:43:56.108Z Compiling xattr v1.0.1
23672024-01-24T04:43:56.542Z Compiling filetime v0.2.23
23682024-01-24T04:43:57.078Z Compiling typed-path v0.7.0
23692024-01-24T04:43:57.090Z Compiling tar v0.4.40
23702024-01-24T04:44:02.169Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23712024-01-24T04:44:04.324Z Compiling tough v0.16.0
23722024-01-24T04:44:08.091Z Compiling slog-stdlog v4.1.1
23732024-01-24T04:44:09.515Z Compiling camino-tempfile v1.1.1
23742024-01-24T04:44:10.693Z Compiling itertools v0.12.0
23752024-01-24T04:44:10.755Z Compiling parse-size v1.0.0
23762024-01-24T04:44:11.291Z Compiling slog-envlogger v2.2.0
23772024-01-24T04:44:15.740Z Compiling humantime v2.1.0
23782024-01-24T04:44:28.217Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23792024-01-24T04:44:28.523Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23802024-01-24T04:44:42.453Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23812024-01-24T04:44:45.113Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23822024-01-24T04:45:16.315Z Finished release [optimized] target(s) in 1m 58s
23832024-01-24T04:45:16.425Z
23842024-01-24T04:45:16.425Zreal 1:58.181291104
23852024-01-24T04:45:16.425Zuser 13:05.886814366
23862024-01-24T04:45:16.430Zsys 46.914246155
23872024-01-24T04:45:16.430Ztrap 0.472836188
23882024-01-24T04:45:16.430Ztflt 0.289186763
23892024-01-24T04:45:16.430Zdflt 0.657146888
23902024-01-24T04:45:16.430Zkflt 0.000155747
23912024-01-24T04:45:16.430Zlock 26:25.051933366
23922024-01-24T04:45:16.430Zslp 29:13.168751483
23932024-01-24T04:45:16.430Zlat 25.951837396
23942024-01-24T04:45:16.430Zstop 12.263692371
23952024-01-24T04:45:16.431Z+ ptime -m gzip
23962024-01-24T04:45:18.902Z
23972024-01-24T04:45:18.902Zreal 2.468301491
23982024-01-24T04:45:18.902Zuser 2.443540719
23992024-01-24T04:45:18.902Zsys 0.022636889
24002024-01-24T04:45:18.902Ztrap 0.000822020
24012024-01-24T04:45:18.912Ztflt 0.000000000
24022024-01-24T04:45:18.912Zdflt 0.000000000
24032024-01-24T04:45:18.912Zkflt 0.000000000
24042024-01-24T04:45:18.912Zlock 0.000000000
24052024-01-24T04:45:18.912Zslp 0.000000000
24062024-01-24T04:45:18.912Zlat 0.000886337
24072024-01-24T04:45:18.912Zstop 0.000292769
24082024-01-24T04:45:18.912Zprocess exited: duration 1229363 ms, exit code 0
 
24092024-01-24T04:45:18.953Zfound 5 output files
24102024-01-24T04:45:18.954Zuploading: /work/end-to-end-tests/bootstrap-cd7372687f1aeae4.gz (6319640 bytes)
24112024-01-24T04:45:21.855Zuploaded: /work/end-to-end-tests/bootstrap-cd7372687f1aeae4.gz
24122024-01-24T04:45:21.855Zuploading: /work/end-to-end-tests/bootstrap.gz (105275250 bytes)
24132024-01-24T04:45:43.829Zuploaded: /work/end-to-end-tests/bootstrap.gz
24142024-01-24T04:45:43.829Zuploading: /work/end-to-end-tests/end_to_end_tests-8f41ca4d52a12177.gz (108439347 bytes)
24152024-01-24T04:46:07.562Zuploaded: /work/end-to-end-tests/end_to_end_tests-8f41ca4d52a12177.gz
24162024-01-24T04:46:07.562Zuploading: /work/caboose-util.gz (4050182 bytes)
24172024-01-24T04:46:09.115Zuploaded: /work/caboose-util.gz
24182024-01-24T04:46:09.115Zuploading: /work/tufaceous.gz (15628694 bytes)
24192024-01-24T04:46:12.727Zuploaded: /work/tufaceous.gz