01HH2PWXBE79Z0S35BFT960YHT: 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: 01HH2PX6B7RSW0NYV8488AHMV0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-07T18:00:13.282Zjob assigned to worker 01HH2PX83HS54SZSDH2875458M (queued for 1 m 27 s)
 
22023-12-07T18:00:13.859Zstarting task 0: "setup"
32023-12-07T18:00:13.918Z++ uname -s
42023-12-07T18:00:13.922Z+ kern=SunOS
52023-12-07T18:00:13.922Z+ case "$kern" in
62023-12-07T18:00:13.922Z+ groupadd -g 12345 build
72023-12-07T18:00:13.926Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-07T18:00:15.938Z+ zfs create -o mountpoint=/work rpool/work
92023-12-07T18:00:16.052Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-07T18:00:16.064Z+ home_fs=zfs
112023-12-07T18:00:16.064Z+ [[ zfs == autofs ]]
122023-12-07T18:00:16.064Z+ mkdir -p /home/build
132023-12-07T18:00:16.064Z+ chown build:build /home/build /work
142023-12-07T18:00:18.017Z+ chmod 0700 /home/build /work
152023-12-07T18:00:18.023Zprocess exited: duration 4150 ms, exit code 0
 
162023-12-07T18:00:18.470Zstarting task 1: "rust-toolchain"
172023-12-07T18:00:18.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-07T18:00:18.483Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-07T18:00:18.650Zinfo: downloading installer
202023-12-07T18:00:22.659Zwarning: it looks like you have an existing installation of Rust at:
212023-12-07T18:00:22.659Zwarning: /opt/ooce/bin
222023-12-07T18:00:22.659Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-07T18:00:22.659Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-07T18:00:22.660Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-07T18:00:22.661Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-07T18:00:22.661Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-07T18:00:22.662Zerror: cannot install while Rust is installed
282023-12-07T18:00:22.662Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-07T18:00:22.780Zinfo: profile set to 'default'
302023-12-07T18:00:22.780Zinfo: default host triple is x86_64-unknown-illumos
312023-12-07T18:00:22.797Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-07T18:00:22.939Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-07T18:00:22.944Zinfo: downloading component 'cargo'
342023-12-07T18:00:23.589Zinfo: downloading component 'clippy'
352023-12-07T18:00:23.810Zinfo: downloading component 'rust-docs'
362023-12-07T18:00:24.635Zinfo: downloading component 'rust-std'
372023-12-07T18:00:26.068Zinfo: downloading component 'rustc'
382023-12-07T18:00:29.573Zinfo: downloading component 'rustfmt'
392023-12-07T18:00:29.775Zinfo: installing component 'cargo'
402023-12-07T18:00:31.745Zinfo: installing component 'clippy'
412023-12-07T18:00:32.684Zinfo: installing component 'rust-docs'
422023-12-07T18:00:35.401Zinfo: installing component 'rust-std'
432023-12-07T18:00:39.200Zinfo: installing component 'rustc'
442023-12-07T18:00:49.590Zinfo: installing component 'rustfmt'
452023-12-07T18:00:50.033Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-07T18:00:50.033Z
472023-12-07T18:00:50.208Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-07T18:00:50.208Z
492023-12-07T18:00:50.208Z
502023-12-07T18:00:50.208ZRust is installed now. Great!
512023-12-07T18:00:50.208Z
522023-12-07T18:00:50.215ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-07T18:00:50.215Zenvironment variable. This has not been done automatically.
542023-12-07T18:00:50.215Z
552023-12-07T18:00:50.215ZTo configure your current shell, run:
562023-12-07T18:00:50.215Zsource "$HOME/.cargo/env"
572023-12-07T18:00:50.289Z+ rustc --version
582023-12-07T18:00:50.408Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-07T18:00:50.411Zprocess exited: duration 31935 ms, exit code 0
 
602023-12-07T18:00:50.419Zstarting task 2: "authentication"
612023-12-07T18:00:50.452Zprocess exited: duration 32 ms, exit code 0
 
622023-12-07T18:00:50.466Zstarting task 3: "clone repository"
632023-12-07T18:00:50.471Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-07T18:00:50.480Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-07T18:00:50.533ZCloning into '/work/oxidecomputer/omicron'...
662023-12-07T18:00:58.472Z+ cd /work/oxidecomputer/omicron
672023-12-07T18:00:58.478Z+ [[ -n bump-console-1802c285 ]]
682023-12-07T18:00:58.478Z+ git fetch origin bump-console-1802c285
692023-12-07T18:00:58.830ZFrom https://github.com/oxidecomputer/omicron
702023-12-07T18:00:58.830Z * branch bump-console-1802c285 -> FETCH_HEAD
712023-12-07T18:00:58.839Z+ git checkout -B bump-console-1802c285 remotes/origin/bump-console-1802c285
722023-12-07T18:00:58.937ZSwitched to a new branch 'bump-console-1802c285'
732023-12-07T18:00:58.940Zbranch 'bump-console-1802c285' set up to track 'origin/bump-console-1802c285'.
742023-12-07T18:00:58.941Z+ git reset --hard bb7b33b782432eb12e1ec69fc4b50c4a53eb8db6
752023-12-07T18:00:58.952ZHEAD is now at bb7b33b7 Bump web console
762023-12-07T18:00:58.956Zprocess exited: duration 8490 ms, exit code 0
 
772023-12-07T18:00:58.964Zstarting task 4: "build"
782023-12-07T18:00:58.971Z+ cargo --version
792023-12-07T18:00:58.978Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-07T18:00:59.179Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-07T18:00:59.190Zinfo: downloading component 'cargo'
822023-12-07T18:01:00.003Zinfo: downloading component 'clippy'
832023-12-07T18:01:00.264Zinfo: downloading component 'rust-docs'
842023-12-07T18:01:01.306Zinfo: downloading component 'rust-std'
852023-12-07T18:01:03.010Zinfo: downloading component 'rustc'
862023-12-07T18:01:07.257Zinfo: downloading component 'rustfmt'
872023-12-07T18:01:07.493Zinfo: installing component 'cargo'
882023-12-07T18:01:08.770Zinfo: installing component 'clippy'
892023-12-07T18:01:09.229Zinfo: installing component 'rust-docs'
902023-12-07T18:01:11.991Zinfo: installing component 'rust-std'
912023-12-07T18:01:14.642Zinfo: installing component 'rustc'
922023-12-07T18:01:20.683Zinfo: installing component 'rustfmt'
932023-12-07T18:01:21.219Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-07T18:01:21.224Z+ rustc --version
952023-12-07T18:01:21.335Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-07T18:01:21.341Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-07T18:01:36.646Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-07T18:01:37.890Z Startup: Caching catalogs ... Done
992023-12-07T18:01:44.440ZPlanning: Solver setup ... Done (6.143s)
1002023-12-07T18:01:44.577ZPlanning: Running solver ... Done (0.143s)
1012023-12-07T18:01:44.643ZPlanning: Finding local manifests ... Done (0.005s)
1022023-12-07T18:01:44.658ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-07T18:01:44.900ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-07T18:01:44.989ZPlanning: Package planning ... Done (0.090s)
1052023-12-07T18:01:45.074ZPlanning: Merging actions ... Done (0.084s)
1062023-12-07T18:01:46.198ZPlanning: Checking for conflicting actions ... Done (1.124s)
1072023-12-07T18:01:46.216ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-12-07T18:01:51.826ZPlanning: Evaluating mediators ... Done (5.609s)
1092023-12-07T18:01:51.934ZPlanning: Planning completed in 13.99 seconds
1102023-12-07T18:01:53.192Z Packages to install: 4
1112023-12-07T18:01:53.192Z Packages to update: 2
1122023-12-07T18:01:53.192Z Mediators to change: 2
1132023-12-07T18:01:53.196Z Services to change: 1
1142023-12-07T18:01:53.196Z Estimated space available: 148.88 GB
1152023-12-07T18:01:53.197ZEstimated space to be consumed: 1.43 GB
1162023-12-07T18:01:53.197Z Create boot environment: No
1172023-12-07T18:01:53.197ZCreate backup boot environment: Yes
1182023-12-07T18:01:53.197Z Rebuild boot archive: No
1192023-12-07T18:01:53.197Z
1202023-12-07T18:01:53.197ZChanged mediators:
1212023-12-07T18:01:53.197Z mediator clang:
1222023-12-07T18:01:53.197Z version: None -> 15 (system default)
1232023-12-07T18:01:53.197Z
1242023-12-07T18:01:53.197Z mediator llvm:
1252023-12-07T18:01:53.197Z version: 14 (system default) -> 15 (system default)
1262023-12-07T18:01:53.197Z
1272023-12-07T18:01:53.197ZChanged packages:
1282023-12-07T18:01:53.198Zhelios-dev
1292023-12-07T18:01:53.198Z developer/build-essential
1302023-12-07T18:01:53.198Z None -> 11-2.0
1312023-12-07T18:01:53.198Z library/libxmlsec1
1322023-12-07T18:01:53.198Z None -> 1.2.35-2.0
1332023-12-07T18:01:53.201Z ooce/developer/clang-15
1342023-12-07T18:01:53.201Z None -> 15.0.7-2.0
1352023-12-07T18:01:53.201Z ooce/developer/llvm-15
1362023-12-07T18:01:53.201Z None -> 15.0.7-2.0
1372023-12-07T18:01:53.201Z system/library/g++-runtime
1382023-12-07T18:01:53.201Z 12-2.0 -> 13-2.0
1392023-12-07T18:01:53.201Z system/library/gcc-runtime
1402023-12-07T18:01:53.201Z 12-2.0 -> 13-2.0
1412023-12-07T18:01:53.201Z
1422023-12-07T18:01:53.201ZServices:
1432023-12-07T18:01:53.201Z restart_fmri:
1442023-12-07T18:01:53.201Z svc:/system/update-man-index:default
1452023-12-07T18:01:53.393Z
1462023-12-07T18:01:53.393ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-07T18:01:58.394ZDownload: 425/3330 items 16.7/221.1MB 7% complete (3.4M/s)
1482023-12-07T18:02:03.394ZDownload: 1197/3330 items 78.0/221.1MB 35% complete (7.8M/s)
1492023-12-07T18:02:08.403ZDownload: 1811/3330 items 118.5/221.1MB 53% complete (10.2M/s)
1502023-12-07T18:02:13.648ZDownload: 2221/3330 items 119.2/221.1MB 53% complete (9.1M/s)
1512023-12-07T18:02:18.648ZDownload: 3097/3330 items 129.5/221.1MB 58% complete (1008k/s)
1522023-12-07T18:02:23.674ZDownload: 3274/3330 items 208.1/221.1MB 94% complete (9.0M/s)
1532023-12-07T18:02:26.353ZDownload: Completed 221.11 MB in 32.96 seconds (6.7M/s)
1542023-12-07T18:02:28.512Z Actions: 1/3766 actions (Removing old actions)
1552023-12-07T18:02:28.512Z Actions: 5/3766 actions (Installing new actions)
1562023-12-07T18:02:33.541Z Actions: 3163/3766 actions (Installing new actions)
1572023-12-07T18:02:37.161Z Actions: 3729/3766 actions (Updating modified actions)
1582023-12-07T18:02:38.017Z Actions: Completed 3766 actions in 9.49 seconds.
1592023-12-07T18:02:38.427Z Done (0.188s)
1602023-12-07T18:02:38.427Z Done (0.000s)
1612023-12-07T18:02:38.561Z Done (0.362s)
1622023-12-07T18:02:46.949Z Done (8.251s)
1632023-12-07T18:02:47.306Z Done (0.269s)
1642023-12-07T18:02:47.311Z Done (0.000s)
1652023-12-07T18:02:47.530Z Done (0.000s)
1662023-12-07T18:02:48.245ZPlanning: Evaluating mediator changes ... Done
1672023-12-07T18:02:48.524ZPlanning: Checking for conflicting actions ... Done
1682023-12-07T18:02:48.543ZPlanning: Consolidating action changes ... Done
1692023-12-07T18:02:49.362ZPlanning: Evaluating mediators ... Done
1702023-12-07T18:02:49.367ZPlanning: Planning completed in 0.72 seconds
1712023-12-07T18:02:49.367Z Mediators to change: 2
1722023-12-07T18:02:49.367Z Create boot environment: No
1732023-12-07T18:02:49.367ZCreate backup boot environment: No
1742023-12-07T18:02:49.367Z Done
1752023-12-07T18:02:49.368Z Done
1762023-12-07T18:02:49.368Z Done
1772023-12-07T18:02:55.035Z Done
1782023-12-07T18:02:55.152Z Done
1792023-12-07T18:02:55.166Z Done
1802023-12-07T18:02:55.264Z Done
1812023-12-07T18:02:56.264ZPlanning: Evaluating mediator changes ... Done
1822023-12-07T18:02:56.270ZPlanning: Merging actions ... Done
1832023-12-07T18:02:56.600ZPlanning: Checking for conflicting actions ... Done
1842023-12-07T18:02:56.614ZPlanning: Consolidating action changes ... Done
1852023-12-07T18:02:57.032ZPlanning: Evaluating mediators ... Done
1862023-12-07T18:02:57.119ZPlanning: Planning completed in 1.30 seconds
1872023-12-07T18:02:57.184Z Packages to change: 1
1882023-12-07T18:02:57.191Z Mediators to change: 1
1892023-12-07T18:02:57.191Z Services to change: 1
1902023-12-07T18:02:57.192Z Create boot environment: No
1912023-12-07T18:02:57.192ZCreate backup boot environment: Yes
1922023-12-07T18:02:59.464Z Actions: 1/6 actions (Updating modified actions)
1932023-12-07T18:02:59.468Z Actions: Completed 6 actions in 0.00 seconds.
1942023-12-07T18:02:59.468Z Done
1952023-12-07T18:02:59.468Z Done
1962023-12-07T18:02:59.525Z Done
1972023-12-07T18:03:05.261Z Done
1982023-12-07T18:03:05.387Z Done
1992023-12-07T18:03:05.391Z Done
2002023-12-07T18:03:05.492Z Done
2012023-12-07T18:03:06.169ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022023-12-07T18:03:06.170Zclang system 15 system
2032023-12-07T18:03:06.170Zcsh system system illumos
2042023-12-07T18:03:06.170Zctags system system illumos
2052023-12-07T18:03:06.170Zgcc vendor 12 vendor
2062023-12-07T18:03:06.170Zgcc system 10 system
2072023-12-07T18:03:06.170Zgcc system 7 system
2082023-12-07T18:03:06.170Zgo system 1.20 system
2092023-12-07T18:03:06.170Zgo system 1.19 system
2102023-12-07T18:03:06.170Zllvm system 15 system
2112023-12-07T18:03:06.170Zllvm system 14 system
2122023-12-07T18:03:06.170Zmariadb system 10.6 system
2132023-12-07T18:03:06.172Zmta vendor vendor dma
2142023-12-07T18:03:06.172Zopenjdk system 17 system
2152023-12-07T18:03:06.172Zopenjdk system 11 system
2162023-12-07T18:03:06.172Zopenjdk system 1.8 system
2172023-12-07T18:03:06.172Zopenssl vendor 3 vendor
2182023-12-07T18:03:06.172Zperl system 5.36 system
2192023-12-07T18:03:06.173Zpostgresql system 15 system
2202023-12-07T18:03:06.173Zpostgresql system 13 system
2212023-12-07T18:03:06.173Zpython vendor 3 vendor
2222023-12-07T18:03:06.173Zpython system 2 system
2232023-12-07T18:03:06.173Zpython3 system 3.11 system
2242023-12-07T18:03:06.173Zruby system 3.0 system
2252023-12-07T18:03:06.173Zwords vendor vendor american-english
2262023-12-07T18:03:06.173Zwords system system australian-english
2272023-12-07T18:03:06.173Zwords system system british-english
2282023-12-07T18:03:06.173Zwords system system canadian-english
2292023-12-07T18:03:06.173Zwords system system french
2302023-12-07T18:03:06.173Zwords system system italian
2312023-12-07T18:03:06.173Zwords system system ngerman
2322023-12-07T18:03:06.173Zwords system system ogerman
2332023-12-07T18:03:06.173Zwords system system spanish
2342023-12-07T18:03:06.702ZFMRI IFO
2352023-12-07T18:03:06.702Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362023-12-07T18:03:06.702Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372023-12-07T18:03:06.702Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382023-12-07T18:03:06.702Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2392023-12-07T18:03:06.702Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402023-12-07T18:03:06.702Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2412023-12-07T18:03:06.702Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2422023-12-07T18:03:06.702Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2432023-12-07T18:03:06.775Z+ set -o errexit
2442023-12-07T18:03:06.790Z+++ dirname ./tools/ci_download_cockroachdb
2452023-12-07T18:03:06.791Z++ cd ./tools
2462023-12-07T18:03:06.791Z++ pwd
2472023-12-07T18:03:06.791Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2482023-12-07T18:03:06.791Z++ basename ./tools/ci_download_cockroachdb
2492023-12-07T18:03:06.791Z+ ARG0=ci_download_cockroachdb
2502023-12-07T18:03:06.791Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2512023-12-07T18:03:06.795Z+ CIDL_VERSION=v22.1.9
2522023-12-07T18:03:06.795Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2532023-12-07T18:03:06.795Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2542023-12-07T18:03:06.795Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2552023-12-07T18:03:06.796Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2562023-12-07T18:03:06.799Z+ TARGET_DIR=out
2572023-12-07T18:03:06.799Z+ DOWNLOAD_DIR=out/downloads
2582023-12-07T18:03:06.801Z+ DEST_DIR=./out/cockroachdb
2592023-12-07T18:03:06.801Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2602023-12-07T18:03:06.801Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2612023-12-07T18:03:06.801Z+ main
2622023-12-07T18:03:06.801Z+ [[ 0 != 0 ]]
2632023-12-07T18:03:06.801Z+ CIDL_OS=solaris2.11
2642023-12-07T18:03:06.801Z+ [[ 0 != 0 ]]
2652023-12-07T18:03:06.801Z+ configure_os solaris2.11
2662023-12-07T18:03:06.801Z+ echo 'current directory: /work/oxidecomputer/omicron'
2672023-12-07T18:03:06.801Zcurrent directory: /work/oxidecomputer/omicron
2682023-12-07T18:03:06.801Z+ echo 'configuring based on OS: "solaris2.11"'
2692023-12-07T18:03:06.801Z+ case "$1" in
2702023-12-07T18:03:06.801Zconfiguring based on OS: "solaris2.11"
2712023-12-07T18:03:06.801Z+ CIDL_BUILD=illumos
2722023-12-07T18:03:06.802Z+ CIDL_SUFFIX=tar.gz
2732023-12-07T18:03:06.802Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2742023-12-07T18:03:06.802Z+ CIDL_MD5FUNC=do_md5sum
2752023-12-07T18:03:06.802Z+ CIDL_URL_BASE=https://illumos.org/downloads
2762023-12-07T18:03:06.802Z+ CIDL_ASSEMBLE=do_assemble_illumos
2772023-12-07T18:03:06.802Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2782023-12-07T18:03:06.802Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2792023-12-07T18:03:06.802Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-12-07T18:03:06.802Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2812023-12-07T18:03:06.802Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-12-07T18:03:06.802Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832023-12-07T18:03:06.802Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842023-12-07T18:03:06.802ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-12-07T18:03:06.802ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-12-07T18:03:06.802Z+ mkdir -p out/downloads
2872023-12-07T18:03:06.802Z+ mkdir -p ./out/cockroachdb
2882023-12-07T18:03:06.802Z+ local DO_DOWNLOAD=true
2892023-12-07T18:03:06.803Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2902023-12-07T18:03:06.803Z+ '[' true == true ']'
2912023-12-07T18:03:06.803Z+ echo Downloading...
2922023-12-07T18:03:06.803ZDownloading...
2932023-12-07T18:03:06.803Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942023-12-07T18:03:06.803Z+ 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
2952023-12-07T18:03:12.380Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-12-07T18:03:12.384Z++ md5sum
2972023-12-07T18:03:12.384Z++ awk '{print $1}'
2982023-12-07T18:03:12.564Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2992023-12-07T18:03:12.564Z+ [[ 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 ]]
3002023-12-07T18:03:12.564Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-12-07T18:03:12.569Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3022023-12-07T18:03:15.970Z+ do_assemble_illumos
3032023-12-07T18:03:15.970Z+ rm -r ./out/cockroachdb
3042023-12-07T18:03:15.974Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3052023-12-07T18:03:16.549Z+ ./out/cockroachdb/bin/cockroach version
3062023-12-07T18:03:16.757ZBuild Tag: v22.1.9-dirty
3072023-12-07T18:03:16.757ZBuild Time: 2022/10/26 21:17:46
3082023-12-07T18:03:16.757ZDistribution: OSS
3092023-12-07T18:03:16.757ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3102023-12-07T18:03:16.757ZGo Version: go1.17.13
3112023-12-07T18:03:16.757ZC Compiler: gcc 10.3.0
3122023-12-07T18:03:16.757ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3132023-12-07T18:03:16.757ZBuild Type: release
3142023-12-07T18:03:16.780Z+ set -o errexit
3152023-12-07T18:03:16.784Z+++ dirname ./tools/ci_download_clickhouse
3162023-12-07T18:03:16.788Z++ cd ./tools
3172023-12-07T18:03:16.790Z++ pwd
3182023-12-07T18:03:16.790Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3192023-12-07T18:03:16.790Z++ basename ./tools/ci_download_clickhouse
3202023-12-07T18:03:16.790Z+ ARG0=ci_download_clickhouse
3212023-12-07T18:03:16.790Z+ TARGET_DIR=out
3222023-12-07T18:03:16.790Z+ DOWNLOAD_DIR=out/downloads
3232023-12-07T18:03:16.790Z+ DEST_DIR=./out/clickhouse
3242023-12-07T18:03:16.794Z+ CIDL_VERSION=v22.8.9.24
3252023-12-07T18:03:16.794Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3262023-12-07T18:03:16.795Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3272023-12-07T18:03:16.795Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3282023-12-07T18:03:16.795Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3292023-12-07T18:03:16.795Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302023-12-07T18:03:16.795Z+ main
3312023-12-07T18:03:16.795Z+ [[ 0 != 0 ]]
3322023-12-07T18:03:16.795Z+ CIDL_OS=solaris2.11
3332023-12-07T18:03:16.795Z+ [[ 0 != 0 ]]
3342023-12-07T18:03:16.795Z+ configure_os solaris2.11
3352023-12-07T18:03:16.795Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362023-12-07T18:03:16.795Zcurrent directory: /work/oxidecomputer/omicron
3372023-12-07T18:03:16.795Z+ echo 'configuring based on OS: "solaris2.11"'
3382023-12-07T18:03:16.795Z+ CIDL_DASHREV=
3392023-12-07T18:03:16.795Z+ case "$1" in
3402023-12-07T18:03:16.795Zconfiguring based on OS: "solaris2.11"
3412023-12-07T18:03:16.795Z+ CIDL_PLATFORM=illumos
3422023-12-07T18:03:16.796Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3432023-12-07T18:03:16.796Z+ CIDL_MD5FUNC=do_md5sum
3442023-12-07T18:03:16.796Z+ CIDL_DASHREV=-1
3452023-12-07T18:03:16.796Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3462023-12-07T18:03:16.796Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-12-07T18:03:16.796Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-07T18:03:16.797Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492023-12-07T18:03:16.797Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502023-12-07T18:03:16.797ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-12-07T18:03:16.797Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3522023-12-07T18:03:16.797ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-12-07T18:03:16.798Z+ mkdir -p out/downloads
3542023-12-07T18:03:16.798Z+ mkdir -p ./out/clickhouse
3552023-12-07T18:03:16.798Z+ local DO_DOWNLOAD=true
3562023-12-07T18:03:16.798Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3572023-12-07T18:03:16.799Z+ '[' true == true ']'
3582023-12-07T18:03:16.799Z+ echo Downloading...
3592023-12-07T18:03:16.799ZDownloading...
3602023-12-07T18:03:16.799Z+ 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
3612023-12-07T18:03:16.805Z+ 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
3622023-12-07T18:03:19.920Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-12-07T18:03:19.928Z++ md5sum
3642023-12-07T18:03:19.928Z++ awk '{print $1}'
3652023-12-07T18:03:20.180Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3662023-12-07T18:03:20.180Z+ [[ 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 ]]
3672023-12-07T18:03:20.180Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3682023-12-07T18:03:20.184Z+ mkdir -p ./out/clickhouse
3692023-12-07T18:03:20.184Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3702023-12-07T18:03:25.080Z+ ./out/clickhouse/clickhouse server --version
3712023-12-07T18:03:25.133ZClickHouse server version 22.8.9.1.
3722023-12-07T18:03:25.154Z+ set -o errexit
3732023-12-07T18:03:25.160Z+++ dirname ./tools/ci_download_console
3742023-12-07T18:03:25.160Z++ cd ./tools
3752023-12-07T18:03:25.160Z++ pwd
3762023-12-07T18:03:25.160Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3772023-12-07T18:03:25.165Z++ basename ./tools/ci_download_console
3782023-12-07T18:03:25.165Z+ ARG0=ci_download_console
3792023-12-07T18:03:25.165Z+ TARGET_DIR=out
3802023-12-07T18:03:25.165Z+ DOWNLOAD_DIR=out/downloads
3812023-12-07T18:03:25.165Z+ DEST_DIR=./out/console-assets
3822023-12-07T18:03:25.165Z+ source /work/oxidecomputer/omicron/tools/console_version
3832023-12-07T18:03:25.165Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
3842023-12-07T18:03:25.165Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
3852023-12-07T18:03:25.165Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3862023-12-07T18:03:25.165Z+ TARBALL_FILE=out/downloads/console.tar.gz
3872023-12-07T18:03:25.165Z+ main
3882023-12-07T18:03:25.165Z+ [[ 0 != 0 ]]
3892023-12-07T18:03:25.165Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
3902023-12-07T18:03:25.165ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3912023-12-07T18:03:25.167Z+ echo 'Local file: out/downloads/console.tar.gz'
3922023-12-07T18:03:25.167ZLocal file: out/downloads/console.tar.gz
3932023-12-07T18:03:25.167Z+ local DO_DOWNLOAD=true
3942023-12-07T18:03:25.167Z+ [[ -f out/downloads/console.tar.gz ]]
3952023-12-07T18:03:25.167Z+ mkdir -p out/downloads
3962023-12-07T18:03:25.172Z+ '[' true == true ']'
3972023-12-07T18:03:25.172Z+ echo Downloading...
3982023-12-07T18:03:25.172ZDownloading...
3992023-12-07T18:03:25.172Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4002023-12-07T18:03:25.172Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4012023-12-07T18:03:25.869Z++ do_sha256sum out/downloads/console.tar.gz
4022023-12-07T18:03:25.869Z++ case "$OSTYPE" in
4032023-12-07T18:03:25.869Z++ SHA=sha256sum
4042023-12-07T18:03:25.874Z++ sha256sum
4052023-12-07T18:03:25.874Z++ awk '{print $1}'
4062023-12-07T18:03:25.886Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4072023-12-07T18:03:25.892Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4082023-12-07T18:03:25.893Z+ rm -rf ./out/console-assets
4092023-12-07T18:03:25.893Z+ mkdir -p ./out/console-assets
4102023-12-07T18:03:25.898Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4112023-12-07T18:03:25.898Z+ mkdir -p ./out/console-assets
4122023-12-07T18:03:25.898Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4132023-12-07T18:03:26.038Z+ set -o errexit
4142023-12-07T18:03:26.046Z+++ dirname ./tools/ci_download_maghemite_openapi
4152023-12-07T18:03:26.046Z++ cd ./tools
4162023-12-07T18:03:26.046Z++ pwd
4172023-12-07T18:03:26.052Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4182023-12-07T18:03:26.053Z++ basename ./tools/ci_download_maghemite_openapi
4192023-12-07T18:03:26.054Z+ ARG0=ci_download_maghemite_openapi
4202023-12-07T18:03:26.054Z+ TARGET_DIR=out
4212023-12-07T18:03:26.054Z+ DOWNLOAD_DIR=out/downloads
4222023-12-07T18:03:26.054Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4232023-12-07T18:03:26.054Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4242023-12-07T18:03:26.054Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4252023-12-07T18:03:26.054Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4262023-12-07T18:03:26.054Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4272023-12-07T18:03:26.054Z+ main
4282023-12-07T18:03:26.054Z+ [[ 0 != 0 ]]
4292023-12-07T18:03:26.054Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4302023-12-07T18:03:26.054ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4312023-12-07T18:03:26.054Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4322023-12-07T18:03:26.054ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4332023-12-07T18:03:26.054Z+ local DO_DOWNLOAD=true
4342023-12-07T18:03:26.054Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4352023-12-07T18:03:26.055Z+ mkdir -p out/downloads
4362023-12-07T18:03:26.055Z+ '[' true == true ']'
4372023-12-07T18:03:26.055Z+ echo Downloading...
4382023-12-07T18:03:26.055ZDownloading...
4392023-12-07T18:03:26.055Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4402023-12-07T18:03:26.055Z+ 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
4412023-12-07T18:03:26.378Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4422023-12-07T18:03:26.378Z++ case "$OSTYPE" in
4432023-12-07T18:03:26.383Z++ SHA=sha256sum
4442023-12-07T18:03:26.383Z++ sha256sum
4452023-12-07T18:03:26.383Z++ awk '{print $1}'
4462023-12-07T18:03:26.388Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4472023-12-07T18:03:26.388Z+ [[ 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 ]]
4482023-12-07T18:03:26.388Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4492023-12-07T18:03:26.388Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4502023-12-07T18:03:26.388Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4512023-12-07T18:03:26.389Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4522023-12-07T18:03:26.390Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4532023-12-07T18:03:26.390Z+ main
4542023-12-07T18:03:26.390Z+ [[ 0 != 0 ]]
4552023-12-07T18:03:26.390Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4562023-12-07T18:03:26.390ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4572023-12-07T18:03:26.390Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4582023-12-07T18:03:26.390ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4592023-12-07T18:03:26.390Z+ local DO_DOWNLOAD=true
4602023-12-07T18:03:26.390Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4612023-12-07T18:03:26.390Z+ mkdir -p out/downloads
4622023-12-07T18:03:26.390Z+ '[' true == true ']'
4632023-12-07T18:03:26.390Z+ echo Downloading...
4642023-12-07T18:03:26.390ZDownloading...
4652023-12-07T18:03:26.390Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4662023-12-07T18:03:26.390Z+ 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
4672023-12-07T18:03:26.537Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4682023-12-07T18:03:26.541Z++ case "$OSTYPE" in
4692023-12-07T18:03:26.541Z++ SHA=sha256sum
4702023-12-07T18:03:26.541Z++ sha256sum
4712023-12-07T18:03:26.542Z++ awk '{print $1}'
4722023-12-07T18:03:26.546Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4732023-12-07T18:03:26.546Z+ [[ 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 ]]
4742023-12-07T18:03:26.553Z+ set -o errexit
4752023-12-07T18:03:26.560Z+++ dirname ./tools/ci_download_dendrite_openapi
4762023-12-07T18:03:26.565Z++ cd ./tools
4772023-12-07T18:03:26.565Z++ pwd
4782023-12-07T18:03:26.565Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4792023-12-07T18:03:26.565Z++ basename ./tools/ci_download_dendrite_openapi
4802023-12-07T18:03:26.565Z+ ARG0=ci_download_dendrite_openapi
4812023-12-07T18:03:26.565Z+ TARGET_DIR=out
4822023-12-07T18:03:26.565Z+ DOWNLOAD_DIR=out/downloads
4832023-12-07T18:03:26.565Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4842023-12-07T18:03:26.565Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
4852023-12-07T18:03:26.597Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4862023-12-07T18:03:26.597Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4872023-12-07T18:03:26.597Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4882023-12-07T18:03:26.597Z+ main
4892023-12-07T18:03:26.597Z+ [[ 0 != 0 ]]
4902023-12-07T18:03:26.597Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
4912023-12-07T18:03:26.597ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4922023-12-07T18:03:26.597Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
4932023-12-07T18:03:26.597Z+ local DO_DOWNLOAD=true
4942023-12-07T18:03:26.597ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4952023-12-07T18:03:26.597Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
4962023-12-07T18:03:26.597Z+ mkdir -p out/downloads
4972023-12-07T18:03:26.597Z+ '[' true == true ']'
4982023-12-07T18:03:26.597Z+ echo Downloading...
4992023-12-07T18:03:26.598ZDownloading...
5002023-12-07T18:03:26.598Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5012023-12-07T18:03:26.598Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5022023-12-07T18:03:26.784Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5032023-12-07T18:03:26.787Z++ case "$OSTYPE" in
5042023-12-07T18:03:26.788Z++ SHA=sha256sum
5052023-12-07T18:03:26.788Z++ sha256sum
5062023-12-07T18:03:26.788Z++ awk '{print $1}'
5072023-12-07T18:03:26.792Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5082023-12-07T18:03:26.792Z+ [[ 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 ]]
5092023-12-07T18:03:26.800Z+ set -o errexit
5102023-12-07T18:03:26.805Z+++ dirname ./tools/ci_download_dendrite_stub
5112023-12-07T18:03:26.805Z++ cd ./tools
5122023-12-07T18:03:26.806Z++ pwd
5132023-12-07T18:03:26.811Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5142023-12-07T18:03:26.811Z++ basename ./tools/ci_download_dendrite_stub
5152023-12-07T18:03:26.811Z+ ARG0=ci_download_dendrite_stub
5162023-12-07T18:03:26.811Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5172023-12-07T18:03:26.811Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5182023-12-07T18:03:26.811Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5192023-12-07T18:03:26.811Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5202023-12-07T18:03:26.811Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5212023-12-07T18:03:26.811Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5222023-12-07T18:03:26.811Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5232023-12-07T18:03:26.811Z+ TARGET_DIR=out
5242023-12-07T18:03:26.811Z+ DOWNLOAD_DIR=out/downloads
5252023-12-07T18:03:26.811Z+ DEST_DIR=./out/dendrite-stub
5262023-12-07T18:03:26.811Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5272023-12-07T18:03:26.812Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5282023-12-07T18:03:26.812Z+ REPO=oxidecomputer/dendrite
5292023-12-07T18:03:26.812Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5302023-12-07T18:03:26.812Z+ main
5312023-12-07T18:03:26.812Z+ [[ 0 != 0 ]]
5322023-12-07T18:03:26.812Z+ CIDL_OS=solaris2.11
5332023-12-07T18:03:26.812Z+ [[ 0 != 0 ]]
5342023-12-07T18:03:26.812Z+ configure_os solaris2.11
5352023-12-07T18:03:26.812Z+ echo 'current directory: /work/oxidecomputer/omicron'
5362023-12-07T18:03:26.812Zcurrent directory: /work/oxidecomputer/omicron
5372023-12-07T18:03:26.814Zconfiguring based on OS: "solaris2.11"
5382023-12-07T18:03:26.814Z+ echo 'configuring based on OS: "solaris2.11"'
5392023-12-07T18:03:26.814Z+ case "$1" in
5402023-12-07T18:03:26.814Z+ SET_BINARIES=
5412023-12-07T18:03:26.814Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5422023-12-07T18:03:26.814Z+ CIDL_SHA256FUNC=do_sha256sum
5432023-12-07T18:03:26.814Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5442023-12-07T18:03:26.818Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5452023-12-07T18:03:26.818Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5462023-12-07T18:03:26.819Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5472023-12-07T18:03:26.819ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5482023-12-07T18:03:26.819ZLocal file: out/downloads/dendrite-stub.tar.gz
5492023-12-07T18:03:26.819Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5502023-12-07T18:03:26.819Z+ mkdir -p out/downloads
5512023-12-07T18:03:26.824Z+ mkdir -p ./out/dendrite-stub
5522023-12-07T18:03:26.824Z+ fetch_and_verify
5532023-12-07T18:03:26.824Z+ local DO_DOWNLOAD=true
5542023-12-07T18:03:26.824Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5552023-12-07T18:03:26.824Z+ '[' true == true ']'
5562023-12-07T18:03:26.824Z+ echo Downloading...
5572023-12-07T18:03:26.824ZDownloading...
5582023-12-07T18:03:26.824Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5592023-12-07T18:03:26.824Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5602023-12-07T18:03:35.399Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5612023-12-07T18:03:35.403Z++ sha256sum
5622023-12-07T18:03:35.403Z++ awk '{print $1}'
5632023-12-07T18:03:35.508Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5642023-12-07T18:03:35.508Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5652023-12-07T18:03:35.513Z+ do_untar out/downloads/dendrite-stub.tar.gz
5662023-12-07T18:03:35.513Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5672023-12-07T18:03:36.609Z+ do_assemble
5682023-12-07T18:03:36.609Z+ rm -r ./out/dendrite-stub
5692023-12-07T18:03:36.613Z+ mkdir ./out/dendrite-stub
5702023-12-07T18:03:36.617Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5712023-12-07T18:03:36.750Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5722023-12-07T18:03:36.762Z+ set -o errexit
5732023-12-07T18:03:36.766Z+++ dirname ./tools/ci_download_maghemite_mgd
5742023-12-07T18:03:36.770Z++ cd ./tools
5752023-12-07T18:03:36.770Z++ pwd
5762023-12-07T18:03:36.770Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5772023-12-07T18:03:36.770Z++ basename ./tools/ci_download_maghemite_mgd
5782023-12-07T18:03:36.771Z+ ARG0=ci_download_maghemite_mgd
5792023-12-07T18:03:36.779Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5802023-12-07T18:03:36.779Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5812023-12-07T18:03:36.779Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5822023-12-07T18:03:36.779Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5832023-12-07T18:03:36.779Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5842023-12-07T18:03:36.779Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5852023-12-07T18:03:36.779Z+ TARGET_DIR=out
5862023-12-07T18:03:36.779Z+ DOWNLOAD_DIR=out/downloads
5872023-12-07T18:03:36.779Z+ DEST_DIR=./out/mgd
5882023-12-07T18:03:36.779Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5892023-12-07T18:03:36.779Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5902023-12-07T18:03:36.779Z+ REPO=oxidecomputer/maghemite
5912023-12-07T18:03:36.780Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5922023-12-07T18:03:36.780Z+ main
5932023-12-07T18:03:36.780Z+ [[ 0 != 0 ]]
5942023-12-07T18:03:36.780Z+ CIDL_OS=solaris2.11
5952023-12-07T18:03:36.780Z+ [[ 0 != 0 ]]
5962023-12-07T18:03:36.780Z+ configure_os solaris2.11
5972023-12-07T18:03:36.780Z+ echo 'current directory: /work/oxidecomputer/omicron'
5982023-12-07T18:03:36.780Zcurrent directory: /work/oxidecomputer/omicron
5992023-12-07T18:03:36.780Z+ echo 'configuring based on OS: "solaris2.11"'
6002023-12-07T18:03:36.780Z+ case "$1" in
6012023-12-07T18:03:36.780Z+ SET_BINARIES=
6022023-12-07T18:03:36.780Zconfiguring based on OS: "solaris2.11"
6032023-12-07T18:03:36.780Z+ CIDL_SHA256FUNC=do_sha256sum
6042023-12-07T18:03:36.780Z+ TARBALL_FILENAME=mgd.tar.gz
6052023-12-07T18:03:36.780Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6062023-12-07T18:03:36.780Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6072023-12-07T18:03:36.780Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6082023-12-07T18:03:36.781Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6092023-12-07T18:03:36.781ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6102023-12-07T18:03:36.781ZLocal file: out/downloads/mgd.tar.gz
6112023-12-07T18:03:36.781Z+ mkdir -p out/downloads
6122023-12-07T18:03:36.781Z+ mkdir -p ./out/mgd
6132023-12-07T18:03:36.785Z+ fetch_and_verify
6142023-12-07T18:03:36.785Z+ local DO_DOWNLOAD=true
6152023-12-07T18:03:36.785Z+ [[ -f out/downloads/mgd.tar.gz ]]
6162023-12-07T18:03:36.785Z+ '[' true == true ']'
6172023-12-07T18:03:36.785Z+ echo Downloading...
6182023-12-07T18:03:36.785ZDownloading...
6192023-12-07T18:03:36.785Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6202023-12-07T18:03:36.785Z+ 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
6212023-12-07T18:03:43.344Z++ do_sha256sum out/downloads/mgd.tar.gz
6222023-12-07T18:03:43.356Z++ sha256sum
6232023-12-07T18:03:43.357Z++ awk '{print $1}'
6242023-12-07T18:03:43.357Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6252023-12-07T18:03:43.357Z+ [[ 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 ]]
6262023-12-07T18:03:43.357Z+ do_untar out/downloads/mgd.tar.gz
6272023-12-07T18:03:43.357Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6282023-12-07T18:03:43.794Z+ do_assemble
6292023-12-07T18:03:43.795Z+ rm -r ./out/mgd
6302023-12-07T18:03:43.796Z+ mkdir ./out/mgd
6312023-12-07T18:03:43.796Z+ cp -r out/downloads/root ./out/mgd/root
6322023-12-07T18:03:43.922Z+ set -o errexit
6332023-12-07T18:03:43.926Z+++ dirname ./tools/ci_download_transceiver_control
6342023-12-07T18:03:43.927Z++ cd ./tools
6352023-12-07T18:03:43.927Z++ pwd
6362023-12-07T18:03:43.927Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6372023-12-07T18:03:43.933Z++ basename ./tools/ci_download_transceiver_control
6382023-12-07T18:03:43.934Z+ ARG0=ci_download_transceiver_control
6392023-12-07T18:03:43.934Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6402023-12-07T18:03:43.934Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412023-12-07T18:03:43.934Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6422023-12-07T18:03:43.934Z+ TARGET_DIR=out
6432023-12-07T18:03:43.934Z+ DOWNLOAD_DIR=out/downloads
6442023-12-07T18:03:43.934Z+ DEST_DIR=./out/transceiver-control
6452023-12-07T18:03:43.934Z+ BIN_DIR=/opt/oxide/bin
6462023-12-07T18:03:43.935Z+ BINARY=xcvradm
6472023-12-07T18:03:43.935Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6482023-12-07T18:03:43.935Z+ REPO=oxidecomputer/transceiver-control
6492023-12-07T18:03:43.935Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6502023-12-07T18:03:43.935Z+ main
6512023-12-07T18:03:43.936Z+ [[ 0 != 0 ]]
6522023-12-07T18:03:43.936Z+ CIDL_OS=solaris2.11
6532023-12-07T18:03:43.936Z+ [[ 0 != 0 ]]
6542023-12-07T18:03:43.936Z+ configure_os solaris2.11
6552023-12-07T18:03:43.936Z+ echo 'current directory: /work/oxidecomputer/omicron'
6562023-12-07T18:03:43.937Zcurrent directory: /work/oxidecomputer/omicron
6572023-12-07T18:03:43.938Z+ echo 'configuring based on OS: "solaris2.11"'
6582023-12-07T18:03:43.938Zconfiguring based on OS: "solaris2.11"
6592023-12-07T18:03:43.938Z+ case "$1" in
6602023-12-07T18:03:43.938Z+ SET_BINARIES=
6612023-12-07T18:03:43.938Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622023-12-07T18:03:43.939Z+ CIDL_SHA256FUNC=do_sha256sum
6632023-12-07T18:03:43.939Z+ ARCHIVE_FILENAME=xcvradm.gz
6642023-12-07T18:03:43.939Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652023-12-07T18:03:43.939ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662023-12-07T18:03:43.939ZLocal file: out/downloads/xcvradm.gz
6672023-12-07T18:03:43.940Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6682023-12-07T18:03:43.940Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6692023-12-07T18:03:43.940Z+ echo 'Local file: out/downloads/xcvradm.gz'
6702023-12-07T18:03:43.940Z+ mkdir -p out/downloads
6712023-12-07T18:03:43.940Z+ mkdir -p ./out/transceiver-control
6722023-12-07T18:03:43.950Z+ fetch_and_verify
6732023-12-07T18:03:43.950Z+ local DO_DOWNLOAD=true
6742023-12-07T18:03:43.950Z+ [[ -f out/downloads/xcvradm.gz ]]
6752023-12-07T18:03:43.950Z+ '[' true == true ']'
6762023-12-07T18:03:43.950Z+ echo Downloading...
6772023-12-07T18:03:43.950ZDownloading...
6782023-12-07T18:03:43.951Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6792023-12-07T18:03:43.951Z+ 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
6802023-12-07T18:03:48.140Z++ do_sha256sum out/downloads/xcvradm.gz
6812023-12-07T18:03:48.568Z++ sha256sum
6822023-12-07T18:03:48.569Z++ awk '{print $1}'
6832023-12-07T18:03:48.594Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842023-12-07T18:03:48.594Z+ [[ 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 ]]
6852023-12-07T18:03:48.594Z+ do_unpack out/downloads/xcvradm.gz
6862023-12-07T18:03:48.594Z+ mkdir -p out/downloads/root//opt/oxide/bin
6872023-12-07T18:03:48.595Z+ gzip -dc out/downloads/xcvradm.gz
6882023-12-07T18:03:48.595Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6892023-12-07T18:03:48.595Z+ do_assemble
6902023-12-07T18:03:48.595Z+ rm -r ./out/transceiver-control
6912023-12-07T18:03:48.595Z+ mkdir ./out/transceiver-control
6922023-12-07T18:03:48.595Z+ cp -r out/downloads/root ./out/transceiver-control/root
6932023-12-07T18:03:48.595ZAll prerequisites installed successfully
6942023-12-07T18:03:48.595Z
6952023-12-07T18:03:48.595Zreal 2:27.210232459
6962023-12-07T18:03:48.595Zuser 55.219966419
6972023-12-07T18:03:48.595Zsys 10.204026895
6982023-12-07T18:03:48.595Ztrap 0.023765501
6992023-12-07T18:03:48.595Ztflt 0.388803177
7002023-12-07T18:03:48.595Zdflt 0.916951115
7012023-12-07T18:03:48.595Zkflt 0.338859747
7022023-12-07T18:03:48.595Zlock 1.658902063
7032023-12-07T18:03:48.595Zslp 4:38.086861130
7042023-12-07T18:03:48.595Zlat 3.516281497
7052023-12-07T18:03:48.596Zstop 0.066368508
7062023-12-07T18:03:48.596Z+ banner end-to-end-tests
7072023-12-07T18:03:48.643Z
7082023-12-07T18:03:48.644Z ###### # # ##### ##### #### ###### # # #####
7092023-12-07T18:03:48.644Z # ## # # # # # # # ## # # #
7102023-12-07T18:03:48.644Z ##### # # # # # ##### # # # ##### ##### # # # # #
7112023-12-07T18:03:48.644Z # # # # # # # # # # # # # # #
7122023-12-07T18:03:48.644Z # # ## # # # # # # # ## # #
7132023-12-07T18:03:48.644Z ###### # # ##### # #### ###### # # #####
7142023-12-07T18:03:48.645Z
7152023-12-07T18:03:48.652Z+ export CARGO_PROFILE_DEV_DEBUG=1
7162023-12-07T18:03:48.652Z+ CARGO_PROFILE_DEV_DEBUG=1
7172023-12-07T18:03:48.652Z+ export CARGO_PROFILE_TEST_DEBUG=1
7182023-12-07T18:03:48.652Z+ CARGO_PROFILE_TEST_DEBUG=1
7192023-12-07T18:03:48.652Z+ export CARGO_INCREMENTAL=0
7202023-12-07T18:03:48.652Z+ CARGO_INCREMENTAL=0
7212023-12-07T18:03:48.653Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7222023-12-07T18:03:48.980Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7232023-12-07T18:03:49.365Z Updating crates.io index
7242023-12-07T18:03:49.468Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252023-12-07T18:03:50.269Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262023-12-07T18:03:52.052Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272023-12-07T18:03:52.705Z Updating git repository `http://github.com/oxidecomputer/tofino`
7282023-12-07T18:03:53.078Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7292023-12-07T18:03:53.796Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7302023-12-07T18:03:53.805Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312023-12-07T18:03:54.591Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322023-12-07T18:03:56.870Z Updating git repository `https://github.com/oxidecomputer/opte`
7332023-12-07T18:03:57.919Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7342023-12-07T18:03:58.302Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352023-12-07T18:03:58.920Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362023-12-07T18:03:59.265Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372023-12-07T18:03:59.807Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382023-12-07T18:04:00.247Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392023-12-07T18:04:00.572Z Updating git repository `https://github.com/njaremko/samael`
7402023-12-07T18:04:01.184Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7412023-12-07T18:04:01.791Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7422023-12-07T18:04:02.190Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7432023-12-07T18:04:02.613Z Updating git repository `https://github.com/jgallagher/nix`
7442023-12-07T18:04:03.886Z Updating git repository `https://github.com/cbiffle/hubpack`
7452023-12-07T18:04:04.299Z Updating git repository `https://github.com/oxidecomputer/typify`
7462023-12-07T18:04:05.418Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472023-12-07T18:04:05.769Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482023-12-07T18:04:06.090Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492023-12-07T18:04:07.772Z Downloading crates ...
7502023-12-07T18:04:08.036Z Downloaded aead v0.5.2
7512023-12-07T18:04:08.041Z Downloaded adler v1.0.2
7522023-12-07T18:04:08.045Z Downloaded bytes v1.5.0
7532023-12-07T18:04:08.058Z Downloaded atty v0.2.14
7542023-12-07T18:04:08.064Z Downloaded colorchoice v1.0.0
7552023-12-07T18:04:08.069Z Downloaded async-stream-impl v0.3.5
7562023-12-07T18:04:08.073Z Downloaded darling_macro v0.20.3
7572023-12-07T18:04:08.077Z Downloaded memoffset v0.9.0
7582023-12-07T18:04:08.081Z Downloaded pin-utils v0.1.0
7592023-12-07T18:04:08.086Z Downloaded cipher v0.4.4
7602023-12-07T18:04:08.090Z Downloaded crucible-workspace-hack v0.1.0
7612023-12-07T18:04:08.094Z Downloaded defmt-macros v0.3.6
7622023-12-07T18:04:08.102Z Downloaded match_cfg v0.1.0
7632023-12-07T18:04:08.106Z Downloaded quick-error v1.2.3
7642023-12-07T18:04:08.110Z Downloaded md5 v0.7.0
7652023-12-07T18:04:08.114Z Downloaded curve25519-dalek-derive v0.1.0
7662023-12-07T18:04:08.118Z Downloaded pbkdf2 v0.12.2
7672023-12-07T18:04:08.121Z Downloaded miniz_oxide v0.7.1
7682023-12-07T18:04:08.127Z Downloaded dirs v5.0.1
7692023-12-07T18:04:08.131Z Downloaded cfg-if v1.0.0
7702023-12-07T18:04:08.135Z Downloaded dirs-sys v0.4.1
7712023-12-07T18:04:08.139Z Downloaded anstyle-parse v0.2.1
7722023-12-07T18:04:08.145Z Downloaded md-5 v0.10.5
7732023-12-07T18:04:08.153Z Downloaded time-core v0.1.1
7742023-12-07T18:04:08.156Z Downloaded phf v0.11.2
7752023-12-07T18:04:08.156Z Downloaded rand_chacha v0.2.2
7762023-12-07T18:04:08.160Z Downloaded ciborium-ll v0.2.1
7772023-12-07T18:04:08.166Z Downloaded normalize-line-endings v0.3.0
7782023-12-07T18:04:08.166Z Downloaded pem v3.0.2
7792023-12-07T18:04:08.170Z Downloaded parking_lot v0.11.2
7802023-12-07T18:04:08.174Z Downloaded dirs-sys-next v0.1.2
7812023-12-07T18:04:08.178Z Downloaded toolchain_find v0.2.0
7822023-12-07T18:04:08.182Z Downloaded bit-set v0.5.3
7832023-12-07T18:04:08.186Z Downloaded cobs v0.2.3
7842023-12-07T18:04:08.186Z Downloaded cstr-argument v0.1.2
7852023-12-07T18:04:08.190Z Downloaded chacha20 v0.9.1
7862023-12-07T18:04:08.194Z Downloaded waitgroup v0.1.2
7872023-12-07T18:04:08.198Z Downloaded unicode-xid v0.2.4
7882023-12-07T18:04:08.201Z Downloaded camino v1.1.6
7892023-12-07T18:04:08.205Z Downloaded parking_lot_core v0.9.8
7902023-12-07T18:04:08.210Z Downloaded xattr v1.0.1
7912023-12-07T18:04:08.213Z Downloaded ident_case v1.0.1
7922023-12-07T18:04:08.214Z Downloaded der_derive v0.7.2
7932023-12-07T18:04:08.218Z Downloaded num-complex v0.4.4
7942023-12-07T18:04:08.221Z Downloaded crypto-common v0.1.6
7952023-12-07T18:04:08.222Z Downloaded percent-encoding v2.3.1
7962023-12-07T18:04:08.226Z Downloaded deranged v0.3.8
7972023-12-07T18:04:08.226Z Downloaded tokio-native-tls v0.3.1
7982023-12-07T18:04:08.230Z Downloaded time-macros v0.2.13
7992023-12-07T18:04:08.234Z Downloaded take_mut v0.2.2
8002023-12-07T18:04:08.238Z Downloaded rustc_version v0.4.0
8012023-12-07T18:04:08.238Z Downloaded managed v0.8.0
8022023-12-07T18:04:08.242Z Downloaded console v0.15.7
8032023-12-07T18:04:08.247Z Downloaded unicase v2.7.0
8042023-12-07T18:04:08.253Z Downloaded rand_core v0.5.1
8052023-12-07T18:04:08.258Z Downloaded num-iter v0.1.43
8062023-12-07T18:04:08.258Z Downloaded hyper-staticfile v0.9.5
8072023-12-07T18:04:08.261Z Downloaded num_cpus v1.16.0
8082023-12-07T18:04:08.265Z Downloaded iana-time-zone v0.1.57
8092023-12-07T18:04:08.270Z Downloaded zeroize_derive v1.4.2
8102023-12-07T18:04:08.274Z Downloaded slog-envlogger v2.2.0
8112023-12-07T18:04:08.278Z Downloaded pin-project-internal v1.1.3
8122023-12-07T18:04:08.282Z Downloaded libefi-sys v0.1.0
8132023-12-07T18:04:08.283Z Downloaded is-terminal v0.4.9
8142023-12-07T18:04:08.286Z Downloaded sha1 v0.10.6
8152023-12-07T18:04:08.290Z Downloaded platforms v3.0.2
8162023-12-07T18:04:08.294Z Downloaded rustls-pemfile v1.0.3
8172023-12-07T18:04:08.298Z Downloaded spin v0.5.2
8182023-12-07T18:04:08.302Z Downloaded structmeta-derive v0.2.0
8192023-12-07T18:04:08.302Z Downloaded rustversion v1.0.14
8202023-12-07T18:04:08.307Z Downloaded textwrap v0.11.0
8212023-12-07T18:04:08.311Z Downloaded num-derive v0.4.0
8222023-12-07T18:04:08.315Z Downloaded getrandom v0.2.10
8232023-12-07T18:04:08.321Z Downloaded thiserror-no-std v2.0.2
8242023-12-07T18:04:08.329Z Downloaded usdt-attr-macro v0.3.5
8252023-12-07T18:04:08.333Z Downloaded walkdir v2.4.0
8262023-12-07T18:04:08.338Z Downloaded omicron-zone-package v0.9.1
8272023-12-07T18:04:08.341Z Downloaded smallvec v1.11.0
8282023-12-07T18:04:08.345Z Downloaded p256 v0.13.2
8292023-12-07T18:04:08.351Z Downloaded equivalent v1.0.1
8302023-12-07T18:04:08.355Z Downloaded httpdate v1.0.3
8312023-12-07T18:04:08.355Z Downloaded clap v4.4.3
8322023-12-07T18:04:08.373Z Downloaded russh-cryptovec v0.7.0
8332023-12-07T18:04:08.377Z Downloaded slab v0.4.9
8342023-12-07T18:04:08.377Z Downloaded foreign-types v0.5.0
8352023-12-07T18:04:08.384Z Downloaded pest_generator v2.7.2
8362023-12-07T18:04:08.388Z Downloaded openssl-probe v0.1.5
8372023-12-07T18:04:08.389Z Downloaded rcgen v0.11.3
8382023-12-07T18:04:08.393Z Downloaded fxhash v0.2.1
8392023-12-07T18:04:08.393Z Downloaded postgres-protocol v0.6.6
8402023-12-07T18:04:08.397Z Downloaded ucd-trie v0.1.6
8412023-12-07T18:04:08.400Z Downloaded utf-8 v0.7.6
8422023-12-07T18:04:08.404Z Downloaded try-lock v0.2.4
8432023-12-07T18:04:08.404Z Downloaded subtle v2.5.0
8442023-12-07T18:04:08.408Z Downloaded tracing-attributes v0.1.26
8452023-12-07T18:04:08.412Z Downloaded ciborium v0.2.1
8462023-12-07T18:04:08.416Z Downloaded lalrpop-util v0.19.12
8472023-12-07T18:04:08.420Z Downloaded usdt v0.3.5
8482023-12-07T18:04:08.420Z Downloaded term v0.7.0
8492023-12-07T18:04:08.426Z Downloaded hostname v0.3.1
8502023-12-07T18:04:08.430Z Downloaded macaddr v1.0.1
8512023-12-07T18:04:08.435Z Downloaded tinyvec v1.6.0
8522023-12-07T18:04:08.439Z Downloaded half v1.8.2
8532023-12-07T18:04:08.444Z Downloaded linked-hash-map v0.5.6
8542023-12-07T18:04:08.448Z Downloaded structopt-derive v0.4.18
8552023-12-07T18:04:08.452Z Downloaded http-range v0.1.5
8562023-12-07T18:04:08.452Z Downloaded keccak v0.1.4
8572023-12-07T18:04:08.455Z Downloaded usdt-impl v0.3.5
8582023-12-07T18:04:08.459Z Downloaded headers-core v0.2.0
8592023-12-07T18:04:08.459Z Downloaded inout v0.1.3
8602023-12-07T18:04:08.463Z Downloaded http-body v0.4.5
8612023-12-07T18:04:08.467Z Downloaded hyper-rustls v0.24.2
8622023-12-07T18:04:08.470Z Downloaded socket2 v0.5.5
8632023-12-07T18:04:08.474Z Downloaded russh-keys v0.40.0
8642023-12-07T18:04:08.478Z Downloaded unicode-ident v1.0.12
8652023-12-07T18:04:08.512Z Downloaded serde_urlencoded v0.7.1
8662023-12-07T18:04:08.516Z Downloaded signal-hook-mio v0.2.3
8672023-12-07T18:04:08.516Z Downloaded untrusted v0.9.0
8682023-12-07T18:04:08.516Z Downloaded foreign-types-shared v0.1.1
8692023-12-07T18:04:08.516Z Downloaded endian-type v0.1.2
8702023-12-07T18:04:08.517Z Downloaded subprocess v0.2.9
8712023-12-07T18:04:08.517Z Downloaded aes v0.8.3
8722023-12-07T18:04:08.517Z Downloaded serde_spanned v0.6.4
8732023-12-07T18:04:08.517Z Downloaded structmeta v0.2.0
8742023-12-07T18:04:08.517Z Downloaded indexmap v1.9.3
8752023-12-07T18:04:08.517Z Downloaded hex v0.4.3
8762023-12-07T18:04:08.521Z Downloaded tokio-macros v2.2.0
8772023-12-07T18:04:08.524Z Downloaded snafu-derive v0.7.5
8782023-12-07T18:04:08.524Z Downloaded slog-stdlog v4.1.1
8792023-12-07T18:04:08.531Z Downloaded stringprep v0.1.3
8802023-12-07T18:04:08.535Z Downloaded foreign-types-shared v0.3.1
8812023-12-07T18:04:08.535Z Downloaded foreign-types v0.3.2
8822023-12-07T18:04:08.544Z Downloaded der v0.7.8
8832023-12-07T18:04:08.547Z Downloaded futures-executor v0.3.29
8842023-12-07T18:04:08.547Z Downloaded glob v0.3.1
8852023-12-07T18:04:08.548Z Downloaded tar v0.4.40
8862023-12-07T18:04:08.552Z Downloaded thread-id v4.2.0
8872023-12-07T18:04:08.555Z Downloaded log v0.4.20
8882023-12-07T18:04:08.559Z Downloaded instant v0.1.12
8892023-12-07T18:04:08.562Z Downloaded resolv-conf v0.7.0
8902023-12-07T18:04:08.566Z Downloaded vec_map v0.8.2
8912023-12-07T18:04:08.572Z Downloaded strum v0.25.0
8922023-12-07T18:04:08.572Z Downloaded generic-array v0.14.7
8932023-12-07T18:04:08.572Z Downloaded rustls-native-certs v0.6.3
8942023-12-07T18:04:08.576Z Downloaded static_assertions v1.1.0
8952023-12-07T18:04:08.579Z Downloaded dof v0.1.5
8962023-12-07T18:04:08.583Z Downloaded scheduled-thread-pool v0.2.7
8972023-12-07T18:04:08.583Z Downloaded hex-literal v0.4.1
8982023-12-07T18:04:08.586Z Downloaded thiserror-impl v1.0.49
8992023-12-07T18:04:08.590Z Downloaded zeroize v1.7.0
9002023-12-07T18:04:08.590Z Downloaded ed25519-dalek v2.0.0
9012023-12-07T18:04:08.595Z Downloaded embedded-io v0.4.0
9022023-12-07T18:04:08.598Z Downloaded futures-task v0.3.29
9032023-12-07T18:04:08.601Z Downloaded universal-hash v0.5.1
9042023-12-07T18:04:08.605Z Downloaded vsss-rs v3.3.1
9052023-12-07T18:04:08.608Z Downloaded serde_repr v0.1.16
9062023-12-07T18:04:08.611Z Downloaded dyn-clone v1.0.13
9072023-12-07T18:04:08.614Z Downloaded slog-scope v4.4.0
9082023-12-07T18:04:08.620Z Downloaded nibble_vec v0.1.0
9092023-12-07T18:04:08.624Z Downloaded difflib v0.4.0
9102023-12-07T18:04:08.625Z Downloaded siphasher v0.3.11
9112023-12-07T18:04:08.625Z Downloaded futures-sink v0.3.29
9122023-12-07T18:04:08.629Z Downloaded version_check v0.9.4
9132023-12-07T18:04:08.629Z Downloaded toml_datetime v0.6.5
9142023-12-07T18:04:08.633Z Downloaded ghash v0.5.0
9152023-12-07T18:04:08.633Z Downloaded elliptic-curve v0.13.8
9162023-12-07T18:04:08.640Z Downloaded tracing v0.1.37
9172023-12-07T18:04:08.646Z Downloaded flate2 v1.0.28
9182023-12-07T18:04:08.657Z Downloaded semver v1.0.20
9192023-12-07T18:04:08.662Z Downloaded tokio-stream v0.1.14
9202023-12-07T18:04:08.669Z Downloaded httparse v1.8.0
9212023-12-07T18:04:08.673Z Downloaded yasna v0.5.2
9222023-12-07T18:04:08.677Z Downloaded schemars v0.8.13
9232023-12-07T18:04:08.703Z Downloaded slog v2.7.0
9242023-12-07T18:04:08.718Z Downloaded serde v1.0.192
9252023-12-07T18:04:08.718Z Downloaded signal-hook v0.3.17
9262023-12-07T18:04:08.730Z Downloaded serde_yaml v0.9.25
9272023-12-07T18:04:08.731Z Downloaded regex-automata v0.1.10
9282023-12-07T18:04:08.744Z Downloaded indexmap v2.1.0
9292023-12-07T18:04:08.751Z Downloaded aho-corasick v1.0.4
9302023-12-07T18:04:08.752Z Downloaded russh v0.40.0
9312023-12-07T18:04:08.760Z Downloaded unicode-segmentation v1.10.1
9322023-12-07T18:04:08.766Z Downloaded tungstenite v0.20.1
9332023-12-07T18:04:08.772Z Downloaded trust-dns-server v0.22.1
9342023-12-07T18:04:08.782Z Downloaded libm v0.2.7
9352023-12-07T18:04:08.799Z Downloaded itertools v0.12.0
9362023-12-07T18:04:08.812Z Downloaded petgraph v0.6.4
9372023-12-07T18:04:08.838Z Downloaded winnow v0.5.15
9382023-12-07T18:04:08.858Z Downloaded unicode-normalization v0.1.22
9392023-12-07T18:04:08.858Z Downloaded zerocopy v0.7.26
9402023-12-07T18:04:08.887Z Downloaded clap_builder v4.4.2
9412023-12-07T18:04:08.899Z Downloaded clap v2.34.0
9422023-12-07T18:04:08.913Z Downloaded hashbrown v0.14.2
9432023-12-07T18:04:08.923Z Downloaded regex v1.10.2
9442023-12-07T18:04:08.947Z Downloaded h2 v0.3.21
9452023-12-07T18:04:08.961Z Downloaded rustls-webpki v0.101.7
9462023-12-07T18:04:08.987Z Downloaded futures-util v0.3.29
9472023-12-07T18:04:09.010Z Downloaded syn v2.0.32
9482023-12-07T18:04:09.031Z Downloaded syn v1.0.109
9492023-12-07T18:04:09.052Z Downloaded radix_trie v0.2.1
9502023-12-07T18:04:09.060Z Downloaded bstr v1.6.0
9512023-12-07T18:04:09.082Z Downloaded curve25519-dalek v4.1.0
9522023-12-07T18:04:09.099Z Downloaded rustls v0.21.9
9532023-12-07T18:04:09.119Z Downloaded trust-dns-proto v0.22.0
9542023-12-07T18:04:09.148Z Downloaded diesel v2.1.4
9552023-12-07T18:04:09.178Z Downloaded rustix v0.37.23
9562023-12-07T18:04:09.223Z Downloaded gimli v0.28.0
9572023-12-07T18:04:09.231Z Downloaded smoltcp v0.10.0
9582023-12-07T18:04:09.254Z Downloaded libc v0.2.150
9592023-12-07T18:04:09.309Z Downloaded rustix v0.38.25
9602023-12-07T18:04:09.346Z Downloaded sha3 v0.10.8
9612023-12-07T18:04:09.362Z Downloaded regex-syntax v0.8.2
9622023-12-07T18:04:09.379Z Downloaded sled v0.34.7
9632023-12-07T18:04:09.400Z Downloaded zerocopy-derive v0.7.26
9642023-12-07T18:04:09.423Z Downloaded regex-automata v0.4.3
9652023-12-07T18:04:09.456Z Downloaded encoding_rs v0.8.33
9662023-12-07T18:04:09.501Z Downloaded tokio v1.34.0
9672023-12-07T18:04:09.571Z Downloaded regex-automata v0.3.8
9682023-12-07T18:04:09.606Z Downloaded zerocopy-derive v0.2.0
9692023-12-07T18:04:09.624Z Downloaded bzip2-sys v0.1.11+1.0.8
9702023-12-07T18:04:09.649Z Downloaded winapi v0.3.9
9712023-12-07T18:04:09.748Z Downloaded zerocopy-derive v0.6.4
9722023-12-07T18:04:09.757Z Downloaded regress v0.7.1
9732023-12-07T18:04:09.764Z Downloaded smoltcp v0.9.1
9742023-12-07T18:04:09.785Z Downloaded idna v0.2.3
9752023-12-07T18:04:09.799Z Downloaded regex-syntax v0.7.5
9762023-12-07T18:04:09.818Z Downloaded ring v0.17.7
9772023-12-07T18:04:09.952Z Downloaded object v0.32.1
9782023-12-07T18:04:09.970Z Downloaded webpki-roots v0.25.2
9792023-12-07T18:04:09.978Z Downloaded vcpkg v0.2.15
9802023-12-07T18:04:10.052Z Downloaded openapiv3 v2.0.0-rc.1
9812023-12-07T18:04:10.075Z Downloaded hyper v0.14.27
9822023-12-07T18:04:10.095Z Downloaded idna v0.5.0
9832023-12-07T18:04:10.107Z Downloaded bstr v0.2.17
9842023-12-07T18:04:10.122Z Downloaded openssl v0.10.60
9852023-12-07T18:04:10.140Z Downloaded reqwest v0.11.22
9862023-12-07T18:04:10.154Z Downloaded hkdf v0.12.3
9872023-12-07T18:04:10.160Z Downloaded itertools v0.11.0
9882023-12-07T18:04:10.169Z Downloaded tokio-util v0.7.10
9892023-12-07T18:04:10.183Z Downloaded serde_json v1.0.108
9902023-12-07T18:04:10.195Z Downloaded serde_with v3.4.0
9912023-12-07T18:04:10.616Z Downloaded ring v0.16.20
9922023-12-07T18:04:10.622Z Downloaded chrono v0.4.31
9932023-12-07T18:04:10.622Z Downloaded toml_edit v0.21.0
9942023-12-07T18:04:10.622Z Downloaded time v0.3.27
9952023-12-07T18:04:10.622Z Downloaded http v0.2.11
9962023-12-07T18:04:10.622Z Downloaded hashbrown v0.13.2
9972023-12-07T18:04:10.622Z Downloaded itertools v0.10.5
9982023-12-07T18:04:10.622Z Downloaded thiserror-impl-no-std v2.0.2
9992023-12-07T18:04:10.622Z Downloaded tokio-rustls v0.24.1
10002023-12-07T18:04:10.623Z Downloaded futures v0.3.29
10012023-12-07T18:04:10.623Z Downloaded headers v0.3.9
10022023-12-07T18:04:10.623Z Downloaded hmac v0.12.1
10032023-12-07T18:04:10.623Z Downloaded toml v0.8.8
10042023-12-07T18:04:10.623Z Downloaded toml_edit v0.19.15
10052023-12-07T18:04:10.623Z Downloaded pest v2.7.2
10062023-12-07T18:04:10.623Z Downloaded snafu v0.7.5
10072023-12-07T18:04:10.623Z Downloaded memchr v2.6.3
10082023-12-07T18:04:10.623Z Downloaded untrusted v0.7.1
10092023-12-07T18:04:10.624Z Downloaded thread_local v1.1.7
10102023-12-07T18:04:10.624Z Downloaded trust-dns-client v0.22.0
10112023-12-07T18:04:10.624Z Downloaded itoa v1.0.9
10122023-12-07T18:04:10.624Z Downloaded form_urlencoded v1.2.1
10132023-12-07T18:04:10.624Z Downloaded strum_macros v0.25.2
10142023-12-07T18:04:10.624Z Downloaded futures-macro v0.3.29
10152023-12-07T18:04:10.624Z Downloaded serde_derive_internals v0.26.0
10162023-12-07T18:04:10.624Z Downloaded ipnet v2.8.0
10172023-12-07T18:04:10.624Z Downloaded serde_derive v1.0.192
10182023-12-07T18:04:10.624Z Downloaded zerocopy v0.6.4
10192023-12-07T18:04:10.626Z Downloaded tracing-core v0.1.31
10202023-12-07T18:04:10.632Z Downloaded similar v2.2.1
10212023-12-07T18:04:10.635Z Downloaded signature v2.1.0
10222023-12-07T18:04:10.635Z Downloaded rand v0.7.3
10232023-12-07T18:04:10.642Z Downloaded slog-json v2.6.1
10242023-12-07T18:04:10.661Z Downloaded tokio-tungstenite v0.20.1
10252023-12-07T18:04:10.671Z Downloaded serde_with_macros v3.4.0
10262023-12-07T18:04:10.671Z Downloaded whoami v1.4.1
10272023-12-07T18:04:10.671Z Downloaded futures-core v0.3.29
10282023-12-07T18:04:10.672Z Downloaded unsafe-libyaml v0.2.9
10292023-12-07T18:04:10.672Z Downloaded zip v0.6.6
10302023-12-07T18:04:10.678Z Downloaded darling_core v0.20.3
10312023-12-07T18:04:10.684Z Downloaded rand v0.8.5
10322023-12-07T18:04:10.687Z Downloaded tokio-postgres v0.7.10
10332023-12-07T18:04:10.694Z Downloaded group v0.13.0
10342023-12-07T18:04:10.698Z Downloaded flagset v0.4.3
10352023-12-07T18:04:10.702Z Downloaded socket2 v0.4.9
10362023-12-07T18:04:10.702Z Downloaded ecdsa v0.16.9
10372023-12-07T18:04:10.707Z Downloaded unicode-bidi v0.3.13
10382023-12-07T18:04:10.713Z Downloaded ryu v1.0.15
10392023-12-07T18:04:10.718Z Downloaded dtrace-parser v0.1.14
10402023-12-07T18:04:10.718Z Downloaded slog-async v2.8.0
10412023-12-07T18:04:10.722Z Downloaded hash32 v0.2.1
10422023-12-07T18:04:10.722Z Downloaded futures-io v0.3.29
10432023-12-07T18:04:10.727Z Downloaded num-bigint v0.4.4
10442023-12-07T18:04:10.731Z Downloaded hashbrown v0.12.3
10452023-12-07T18:04:10.739Z Downloaded openssl-sys v0.9.96
10462023-12-07T18:04:10.747Z Downloaded strsim v0.10.0
10472023-12-07T18:04:10.751Z Downloaded spin v0.9.8
10482023-12-07T18:04:10.755Z Downloaded secrecy v0.8.0
10492023-12-07T18:04:10.756Z Downloaded sec1 v0.7.3
10502023-12-07T18:04:10.762Z Downloaded slog-bunyan v2.4.0
10512023-12-07T18:04:10.762Z Downloaded getrandom v0.1.16
10522023-12-07T18:04:10.767Z Downloaded url v2.5.0
10532023-12-07T18:04:10.775Z Downloaded trust-dns-resolver v0.22.0
10542023-12-07T18:04:10.779Z Downloaded aes-gcm v0.10.3
10552023-12-07T18:04:10.783Z Downloaded heapless v0.7.16
10562023-12-07T18:04:10.790Z Downloaded fnv v1.0.7
10572023-12-07T18:04:10.794Z Downloaded fastrand v2.0.0
10582023-12-07T18:04:10.794Z Downloaded serde_tokenstream v0.2.0
10592023-12-07T18:04:10.800Z Downloaded zerocopy v0.3.0
10602023-12-07T18:04:10.811Z Downloaded rfc6979 v0.4.0
10612023-12-07T18:04:10.811Z Downloaded rustfmt-wrapper v0.2.0
10622023-12-07T18:04:10.816Z Downloaded structopt v0.3.26
10632023-12-07T18:04:10.820Z Downloaded uuid v1.6.1
10642023-12-07T18:04:10.830Z Downloaded typenum v1.16.0
10652023-12-07T18:04:10.834Z Downloaded toml v0.5.11
10662023-12-07T18:04:10.834Z Downloaded pin-project v1.1.3
10672023-12-07T18:04:10.859Z Downloaded toml v0.7.8
10682023-12-07T18:04:10.862Z Downloaded slog-term v2.9.0
10692023-12-07T18:04:10.866Z Downloaded fallible-iterator v0.2.0
10702023-12-07T18:04:10.869Z Downloaded errno v0.3.2
10712023-12-07T18:04:10.873Z Downloaded io-lifetimes v1.0.11
10722023-12-07T18:04:10.877Z Downloaded rustc-demangle v0.1.23
10732023-12-07T18:04:10.881Z Downloaded sct v0.7.0
10742023-12-07T18:04:10.886Z Downloaded kstat-rs v0.2.3
10752023-12-07T18:04:10.886Z Downloaded crossterm v0.27.0
10762023-12-07T18:04:10.897Z Downloaded mio v0.8.9
10772023-12-07T18:04:10.910Z Downloaded crossbeam-channel v0.5.8
10782023-12-07T18:04:10.916Z Downloaded lru-cache v0.1.2
10792023-12-07T18:04:10.920Z Downloaded either v1.9.0
10802023-12-07T18:04:10.920Z Downloaded ahash v0.8.3
10812023-12-07T18:04:10.925Z Downloaded heck v0.4.1
10822023-12-07T18:04:10.931Z Downloaded futures-channel v0.3.29
10832023-12-07T18:04:10.934Z Downloaded signal-hook-registry v1.4.1
10842023-12-07T18:04:10.934Z Downloaded serde_path_to_error v0.1.14
10852023-12-07T18:04:10.938Z Downloaded enum-as-inner v0.5.1
10862023-12-07T18:04:10.938Z Downloaded cc v1.0.83
10872023-12-07T18:04:10.943Z Downloaded string_cache v0.8.7
10882023-12-07T18:04:10.947Z Downloaded terminal_size v0.2.6
10892023-12-07T18:04:10.951Z Downloaded same-file v1.0.6
10902023-12-07T18:04:10.951Z Downloaded tinyvec_macros v0.1.1
10912023-12-07T18:04:10.958Z Downloaded want v0.3.1
10922023-12-07T18:04:10.959Z Downloaded foreign-types-macros v0.2.3
10932023-12-07T18:04:10.959Z Downloaded tempfile v3.8.1
10942023-12-07T18:04:10.963Z Downloaded lock_api v0.4.10
10952023-12-07T18:04:10.965Z Downloaded base64 v0.21.5
10962023-12-07T18:04:10.969Z Downloaded scopeguard v1.2.0
10972023-12-07T18:04:10.969Z Downloaded schemars_derive v0.8.13
10982023-12-07T18:04:10.975Z Downloaded hubpack v0.1.2
10992023-12-07T18:04:10.983Z Downloaded backtrace v0.3.69
11002023-12-07T18:04:10.989Z Downloaded chacha20poly1305 v0.10.1
11012023-12-07T18:04:10.989Z Downloaded sha2 v0.10.8
11022023-12-07T18:04:10.998Z Downloaded crc32fast v1.3.2
11032023-12-07T18:04:10.998Z Downloaded hubpack_derive v0.1.1
11042023-12-07T18:04:10.998Z Downloaded pest_meta v2.7.2
11052023-12-07T18:04:11.003Z Downloaded password-hash v0.5.0
11062023-12-07T18:04:11.003Z Downloaded diesel_derives v2.1.2
11072023-12-07T18:04:11.007Z Downloaded pest_derive v2.7.2
11082023-12-07T18:04:11.011Z Downloaded semver-parser v0.10.2
11092023-12-07T18:04:11.016Z Downloaded serde_tokenstream v0.1.7
11102023-12-07T18:04:11.019Z Downloaded semver v0.11.0
11112023-12-07T18:04:11.023Z Downloaded unicode-width v0.1.11
11122023-12-07T18:04:11.029Z Downloaded float-cmp v0.9.0
11132023-12-07T18:04:11.029Z Downloaded thiserror v1.0.49
11142023-12-07T18:04:11.034Z Downloaded synstructure v0.12.6
11152023-12-07T18:04:11.040Z Downloaded smf v0.2.2
11162023-12-07T18:04:11.047Z Downloaded fixedbitset v0.4.2
11172023-12-07T18:04:11.047Z Downloaded filetime v0.2.23
11182023-12-07T18:04:11.047Z Downloaded ff v0.13.0
11192023-12-07T18:04:11.052Z Downloaded derive_more v0.99.17
11202023-12-07T18:04:11.059Z Downloaded strsim v0.8.0
11212023-12-07T18:04:11.066Z Downloaded spki v0.7.2
11222023-12-07T18:04:11.066Z Downloaded crossbeam-utils v0.8.16
11232023-12-07T18:04:11.070Z Downloaded lazy_static v1.4.0
11242023-12-07T18:04:11.070Z Downloaded crypto-bigint v0.5.2
11252023-12-07T18:04:11.078Z Downloaded ipnetwork v0.20.0
11262023-12-07T18:04:11.082Z Downloaded hyper-tls v0.5.0
11272023-12-07T18:04:11.087Z Downloaded usdt-macro v0.3.5
11282023-12-07T18:04:11.087Z Downloaded parking_lot v0.12.1
11292023-12-07T18:04:11.093Z Downloaded postcard v1.0.8
11302023-12-07T18:04:11.093Z Downloaded cancel-safe-futures v0.1.5
11312023-12-07T18:04:11.099Z Downloaded slog-dtrace v0.2.3
11322023-12-07T18:04:11.103Z Downloaded debug-ignore v1.0.5
11332023-12-07T18:04:11.107Z Downloaded heck v0.3.3
11342023-12-07T18:04:11.107Z Downloaded getopts v0.2.21
11352023-12-07T18:04:11.112Z Downloaded poly1305 v0.8.0
11362023-12-07T18:04:11.116Z Downloaded darling v0.20.3
11372023-12-07T18:04:11.121Z Downloaded arc-swap v1.6.0
11382023-12-07T18:04:11.127Z Downloaded num v0.4.1
11392023-12-07T18:04:11.131Z Downloaded num-traits v0.2.16
11402023-12-07T18:04:11.134Z Downloaded home v0.5.5
11412023-12-07T18:04:11.134Z Downloaded utf8parse v0.2.1
11422023-12-07T18:04:11.139Z Downloaded ctr v0.9.2
11432023-12-07T18:04:11.148Z Downloaded rand_chacha v0.3.1
11442023-12-07T18:04:11.148Z Downloaded phf_shared v0.11.2
11452023-12-07T18:04:11.152Z Downloaded const-oid v0.9.5
11462023-12-07T18:04:11.152Z Downloaded native-tls v0.2.11
11472023-12-07T18:04:11.152Z Downloaded anyhow v1.0.75
11482023-12-07T18:04:11.158Z Downloaded defmt v0.3.5
11492023-12-07T18:04:11.163Z Downloaded digest v0.10.7
11502023-12-07T18:04:11.168Z Downloaded blake2 v0.10.6
11512023-12-07T18:04:11.175Z Downloaded stable_deref_trait v1.2.0
11522023-12-07T18:04:11.175Z Downloaded polyval v0.6.1
11532023-12-07T18:04:11.175Z Downloaded pem-rfc7468 v0.7.0
11542023-12-07T18:04:11.181Z Downloaded postgres-types v0.2.6
11552023-12-07T18:04:11.186Z Downloaded num-rational v0.4.1
11562023-12-07T18:04:11.186Z Downloaded ed25519 v2.2.2
11572023-12-07T18:04:11.199Z Downloaded r2d2 v0.8.10
11582023-12-07T18:04:11.199Z Downloaded clap_derive v4.4.2
11592023-12-07T18:04:11.204Z Downloaded cpufeatures v0.2.9
11602023-12-07T18:04:11.204Z Downloaded zone v0.3.0
11612023-12-07T18:04:11.204Z Downloaded ppv-lite86 v0.2.17
11622023-12-07T18:04:11.204Z Downloaded camino-tempfile v1.1.1
11632023-12-07T18:04:11.204Z Downloaded data-encoding v2.4.0
11642023-12-07T18:04:11.204Z Downloaded parking_lot_core v0.8.6
11652023-12-07T18:04:11.212Z Downloaded bzip2 v0.4.4
11662023-12-07T18:04:11.217Z Downloaded zone_cfg_derive v0.3.0
11672023-12-07T18:04:11.217Z Downloaded backoff v0.4.0
11682023-12-07T18:04:11.218Z Downloaded async-trait v0.1.74
11692023-12-07T18:04:11.222Z Downloaded ansi_term v0.12.1
11702023-12-07T18:04:11.222Z Downloaded cbc v0.1.2
11712023-12-07T18:04:11.226Z Downloaded argon2 v0.5.2
11722023-12-07T18:04:11.232Z Downloaded password-hash v0.4.2
11732023-12-07T18:04:11.232Z Downloaded tower-service v0.3.2
11742023-12-07T18:04:11.235Z Downloaded defmt-parser v0.3.3
11752023-12-07T18:04:11.235Z Downloaded proc-macro-error v1.0.4
11762023-12-07T18:04:11.242Z Downloaded phf_shared v0.10.0
11772023-12-07T18:04:11.242Z Downloaded anstyle-query v1.0.0
11782023-12-07T18:04:11.247Z Downloaded bitflags v2.4.0
11792023-12-07T18:04:11.247Z Downloaded base64ct v1.6.0
11802023-12-07T18:04:11.252Z Downloaded autocfg v1.1.0
11812023-12-07T18:04:11.252Z Downloaded mime_guess v2.0.4
11822023-12-07T18:04:11.258Z Downloaded proc-macro-crate v1.3.1
11832023-12-07T18:04:11.258Z Downloaded block-buffer v0.10.4
11842023-12-07T18:04:11.262Z Downloaded bit-vec v0.6.3
11852023-12-07T18:04:11.262Z Downloaded async-stream v0.3.5
11862023-12-07T18:04:11.268Z Downloaded clap_lex v0.5.1
11872023-12-07T18:04:11.268Z Downloaded proc-macro-error-attr v1.0.4
11882023-12-07T18:04:11.272Z Downloaded convert_case v0.4.0
11892023-12-07T18:04:11.272Z Downloaded bcrypt-pbkdf v0.10.0
11902023-12-07T18:04:11.272Z Downloaded multer v2.1.0
11912023-12-07T18:04:11.284Z Downloaded pkcs8 v0.10.2
11922023-12-07T18:04:11.284Z Downloaded byteorder v1.5.0
11932023-12-07T18:04:11.289Z Downloaded blowfish v0.9.1
11942023-12-07T18:04:11.289Z Downloaded bitflags v1.3.2
11952023-12-07T18:04:11.308Z Downloaded paste v1.0.14
11962023-12-07T18:04:11.308Z Downloaded anstream v0.5.0
11972023-12-07T18:04:11.308Z Downloaded predicates v3.0.4
11982023-12-07T18:04:11.308Z Downloaded anstyle v1.0.2
11992023-12-07T18:04:11.308Z Downloaded dirs-next v2.0.0
12002023-12-07T18:04:11.309Z Downloaded base16ct v0.2.0
12012023-12-07T18:04:11.313Z Downloaded quote v1.0.33
12022023-12-07T18:04:11.318Z Downloaded proc-macro2 v1.0.69
12032023-12-07T18:04:11.322Z Downloaded pretty-hex v0.4.0
12042023-12-07T18:04:11.322Z Downloaded matches v0.1.10
12052023-12-07T18:04:11.322Z Downloaded opaque-debug v0.3.0
12062023-12-07T18:04:11.322Z Downloaded doc-comment v0.3.3
12072023-12-07T18:04:11.328Z Downloaded diesel_table_macro_syntax v0.1.0
12082023-12-07T18:04:11.329Z Downloaded atomicwrites v0.4.2
12092023-12-07T18:04:11.333Z Downloaded option-ext v0.2.0
12102023-12-07T18:04:11.333Z Downloaded primeorder v0.13.6
12112023-12-07T18:04:11.333Z Downloaded pretty-hex v0.2.1
12122023-12-07T18:04:11.333Z Downloaded num_enum_derive v0.5.11
12132023-12-07T18:04:11.342Z Downloaded parse-display-derive v0.8.2
12142023-12-07T18:04:11.342Z Downloaded block-padding v0.3.3
12152023-12-07T18:04:11.345Z Downloaded atomic-waker v1.1.1
12162023-12-07T18:04:11.345Z Downloaded ciborium-io v0.2.1
12172023-12-07T18:04:11.346Z Downloaded crossbeam-epoch v0.9.15
12182023-12-07T18:04:11.346Z Downloaded predicates-core v1.0.6
12192023-12-07T18:04:11.349Z Downloaded precomputed-hash v0.1.1
12202023-12-07T18:04:11.350Z Downloaded mime v0.3.17
12212023-12-07T18:04:11.350Z Downloaded pin-project-lite v0.2.13
12222023-12-07T18:04:11.358Z Downloaded parse-display v0.8.2
12232023-12-07T18:04:11.363Z Downloaded openssl-macros v0.1.1
12242023-12-07T18:04:11.364Z Downloaded addr2line v0.21.0
12252023-12-07T18:04:11.367Z Downloaded num-integer v0.1.45
12262023-12-07T18:04:11.367Z Downloaded pkg-config v0.3.27
12272023-12-07T18:04:11.373Z Downloaded once_cell v1.18.0
12282023-12-07T18:04:11.377Z Downloaded num_threads v0.1.6
12292023-12-07T18:04:11.377Z Downloaded new_debug_unreachable v1.0.4
12302023-12-07T18:04:11.377Z Downloaded num_enum v0.5.11
12312023-12-07T18:04:11.384Z Downloaded colored v2.0.4
12322023-12-07T18:04:11.388Z Downloaded rand_core v0.6.4
12332023-12-07T18:04:11.393Z Downloaded pbkdf2 v0.11.0
12342023-12-07T18:04:11.775Z Compiling proc-macro2 v1.0.69
12352023-12-07T18:04:11.775Z Compiling unicode-ident v1.0.12
12362023-12-07T18:04:11.783Z Compiling libc v0.2.150
12372023-12-07T18:04:11.785Z Compiling serde v1.0.192
12382023-12-07T18:04:11.785Z Compiling autocfg v1.1.0
12392023-12-07T18:04:11.785Z Compiling version_check v0.9.4
12402023-12-07T18:04:11.809Z Compiling cfg-if v1.0.0
12412023-12-07T18:04:11.995Z Compiling syn v1.0.109
12422023-12-07T18:04:11.995Z Compiling typenum v1.16.0
12432023-12-07T18:04:12.121Z Compiling parking_lot_core v0.9.8
12442023-12-07T18:04:12.928Z Compiling generic-array v0.14.7
12452023-12-07T18:04:13.045Z Compiling lock_api v0.4.10
12462023-12-07T18:04:15.689Z Compiling libm v0.2.7
12472023-12-07T18:04:15.695Z Compiling once_cell v1.18.0
12482023-12-07T18:04:15.856Z Compiling num-traits v0.2.16
12492023-12-07T18:04:15.860Z Compiling thiserror v1.0.49
12502023-12-07T18:04:15.929Z Compiling futures-core v0.3.29
12512023-12-07T18:04:16.171Z Compiling serde_json v1.0.108
12522023-12-07T18:04:16.318Z Compiling slab v0.4.9
12532023-12-07T18:04:16.368Z Compiling futures-task v0.3.29
12542023-12-07T18:04:16.465Z Compiling futures-channel v0.3.29
12552023-12-07T18:04:16.627Z Compiling memchr v2.6.3
12562023-12-07T18:04:16.647Z Compiling futures-util v0.3.29
12572023-12-07T18:04:16.840Z Compiling itoa v1.0.9
12582023-12-07T18:04:17.043Z Compiling scopeguard v1.2.0
12592023-12-07T18:04:17.170Z Compiling quote v1.0.33
12602023-12-07T18:04:17.223Z Compiling pkg-config v0.3.27
12612023-12-07T18:04:17.996Z Compiling syn v2.0.32
12622023-12-07T18:04:18.268Z Compiling cc v1.0.83
12632023-12-07T18:04:18.495Z Compiling getrandom v0.2.10
12642023-12-07T18:04:19.226Z Compiling rand_core v0.6.4
12652023-12-07T18:04:19.423Z Compiling log v0.4.20
12662023-12-07T18:04:19.596Z Compiling heck v0.4.1
12672023-12-07T18:04:20.032Z Compiling ryu v1.0.15
12682023-12-07T18:04:20.171Z Compiling subtle v2.5.0
12692023-12-07T18:04:20.578Z Compiling smallvec v1.11.0
12702023-12-07T18:04:20.809Z Compiling schemars v0.8.13
12712023-12-07T18:04:21.224Z Compiling semver v1.0.20
12722023-12-07T18:04:21.293Z Compiling vcpkg v0.2.15
12732023-12-07T18:04:21.948Z Compiling httparse v1.8.0
12742023-12-07T18:04:22.540Z Compiling indexmap v1.9.3
12752023-12-07T18:04:22.607Z Compiling equivalent v1.0.1
12762023-12-07T18:04:22.633Z Compiling hashbrown v0.14.2
12772023-12-07T18:04:22.790Z Compiling pin-project-lite v0.2.13
12782023-12-07T18:04:23.239Z Compiling ring v0.17.7
12792023-12-07T18:04:23.607Z Compiling ring v0.16.20
12802023-12-07T18:04:24.125Z Compiling const-oid v0.9.5
12812023-12-07T18:04:24.982Z Compiling openssl-sys v0.9.96
12822023-12-07T18:04:25.111Z Compiling parking_lot v0.12.1
12832023-12-07T18:04:25.397Z Compiling ahash v0.8.3
12842023-12-07T18:04:25.931Z Compiling fnv v1.0.7
12852023-12-07T18:04:26.498Z Compiling openssl v0.10.60
12862023-12-07T18:04:26.921Z Compiling signal-hook-registry v1.4.1
12872023-12-07T18:04:27.121Z Compiling iana-time-zone v0.1.57
12882023-12-07T18:04:27.311Z Compiling rustls v0.21.9
12892023-12-07T18:04:27.483Z Compiling ucd-trie v0.1.6
12902023-12-07T18:04:27.696Z Compiling mio v0.8.9
12912023-12-07T18:04:28.280Z Compiling native-tls v0.2.11
12922023-12-07T18:04:28.743Z Compiling byteorder v1.5.0
12932023-12-07T18:04:28.784Z Compiling num_cpus v1.16.0
12942023-12-07T18:04:28.949Z Compiling socket2 v0.5.5
12952023-12-07T18:04:29.250Z Compiling spin v0.5.2
12962023-12-07T18:04:29.703Z Compiling async-trait v0.1.74
12972023-12-07T18:04:29.779Z Compiling futures-sink v0.3.29
12982023-12-07T18:04:29.990Z Compiling serde_derive_internals v0.26.0
12992023-12-07T18:04:30.439Z Compiling dyn-clone v1.0.13
13002023-12-07T18:04:30.633Z Compiling aho-corasick v1.0.4
13012023-12-07T18:04:31.037Z Compiling tinyvec_macros v0.1.1
13022023-12-07T18:04:31.211Z Compiling rustix v0.38.25
13032023-12-07T18:04:31.231Z Compiling regex-syntax v0.8.2
13042023-12-07T18:04:31.688Z Compiling tinyvec v1.6.0
13052023-12-07T18:04:31.872Z Compiling hashbrown v0.13.2
13062023-12-07T18:04:33.734Z Compiling backtrace v0.3.69
13072023-12-07T18:04:34.311Z Compiling winnow v0.5.15
13082023-12-07T18:04:34.372Z Compiling pin-utils v0.1.0
13092023-12-07T18:04:34.498Z Compiling futures-io v0.3.29
13102023-12-07T18:04:34.748Z Compiling unicode-normalization v0.1.22
13112023-12-07T18:04:34.934Z Compiling spin v0.9.8
13122023-12-07T18:04:35.175Z Compiling tracing-core v0.1.31
13132023-12-07T18:04:35.878Z Compiling cpufeatures v0.2.9
13142023-12-07T18:04:36.011Z Compiling unicode-bidi v0.3.13
13152023-12-07T18:04:37.562Z Compiling regex-automata v0.4.3
13162023-12-07T18:04:38.863Z Compiling crc32fast v1.3.2
13172023-12-07T18:04:39.034Z Compiling anyhow v1.0.75
13182023-12-07T18:04:40.505Z Compiling time-core v0.1.1
13192023-12-07T18:04:40.728Z Compiling base64 v0.21.5
13202023-12-07T18:04:40.859Z Compiling time-macros v0.2.13
13212023-12-07T18:04:41.548Z Compiling serde_derive v1.0.192
13222023-12-07T18:04:41.881Z Compiling zeroize_derive v1.4.2
13232023-12-07T18:04:42.237Z Compiling thiserror-impl v1.0.49
13242023-12-07T18:04:42.281Z Compiling tokio-macros v2.2.0
13252023-12-07T18:04:42.594Z Compiling futures-macro v0.3.29
13262023-12-07T18:04:44.485Z Compiling zeroize v1.7.0
13272023-12-07T18:04:45.060Z Compiling tracing-attributes v0.1.26
13282023-12-07T18:04:46.050Z Compiling schemars_derive v0.8.13
13292023-12-07T18:04:46.076Z Compiling openssl-macros v0.1.1
13302023-12-07T18:04:47.396Z Compiling crypto-common v0.1.6
13312023-12-07T18:04:47.678Z Compiling pest v2.7.2
13322023-12-07T18:04:47.797Z Compiling block-buffer v0.10.4
13332023-12-07T18:04:48.113Z Compiling digest v0.10.7
13342023-12-07T18:04:49.087Z Compiling regex v1.10.2
13352023-12-07T18:04:51.524Z Compiling der_derive v0.7.2
13362023-12-07T18:04:51.564Z Compiling tracing v0.1.37
13372023-12-07T18:04:52.734Z Compiling num-integer v0.1.45
13382023-12-07T18:04:53.429Z Compiling hashbrown v0.12.3
13392023-12-07T18:04:53.486Z Compiling foreign-types-shared v0.1.1
13402023-12-07T18:04:53.487Z Compiling openssl-probe v0.1.5
13412023-12-07T18:04:53.487Z Compiling untrusted v0.9.0
13422023-12-07T18:04:53.575Z Compiling untrusted v0.7.1
13432023-12-07T18:04:53.690Z Compiling percent-encoding v2.3.1
13442023-12-07T18:04:53.897Z Compiling unicode-xid v0.2.4
13452023-12-07T18:04:54.081Z Compiling unicode-width v0.1.11
13462023-12-07T18:04:54.242Z Compiling slog v2.7.0
13472023-12-07T18:04:54.304Z Compiling synstructure v0.12.6
13482023-12-07T18:04:56.817Z Compiling foreign-types v0.3.2
13492023-12-07T18:04:58.333Z Compiling errno v0.3.2
13502023-12-07T18:04:58.957Z Compiling try-lock v0.2.4
13512023-12-07T18:04:58.958Z Compiling ppv-lite86 v0.2.17
13522023-12-07T18:05:00.106Z Compiling rustls-webpki v0.101.7
13532023-12-07T18:05:00.766Z Compiling want v0.3.1
13542023-12-07T18:05:00.766Z Compiling sct v0.7.0
13552023-12-07T18:05:00.767Z Compiling zerocopy-derive v0.2.0
13562023-12-07T18:05:01.696Z Compiling form_urlencoded v1.2.1
13572023-12-07T18:05:02.018Z Compiling pest_meta v2.7.2
13582023-12-07T18:05:20.523Z Compiling socket2 v0.4.9
13592023-12-07T18:05:22.403Z Compiling io-lifetimes v1.0.11
13602023-12-07T18:05:22.403Z Compiling tower-service v0.3.2
13612023-12-07T18:05:22.403Z Compiling httpdate v1.0.3
13622023-12-07T18:05:22.403Z Compiling pest_generator v2.7.2
13632023-12-07T18:05:23.178Z Compiling rustls-pemfile v1.0.3
13642023-12-07T18:05:23.178Z Compiling bytes v1.5.0
13652023-12-07T18:05:23.179Z Compiling indexmap v2.1.0
13662023-12-07T18:05:23.179Z Compiling chrono v0.4.31
13672023-12-07T18:05:23.179Z Compiling uuid v1.6.1
13682023-12-07T18:05:23.179Z Compiling tokio v1.34.0
13692023-12-07T18:05:23.179Z Compiling rustc_version v0.4.0
13702023-12-07T18:05:23.179Z Compiling http v0.2.11
13712023-12-07T18:05:23.179Z Compiling bitflags v2.4.0
13722023-12-07T18:05:23.179Z Compiling toml_datetime v0.6.5
13732023-12-07T18:05:23.179Z Compiling serde_spanned v0.6.4
13742023-12-07T18:05:23.180Z Compiling toml_edit v0.19.15
13752023-12-07T18:05:23.180Z Compiling http-body v0.4.5
13762023-12-07T18:05:23.180Z Compiling heapless v0.7.16
13772023-12-07T18:05:23.180Z Compiling openapiv3 v2.0.0-rc.1
13782023-12-07T18:05:23.180Z Compiling idna v0.5.0
13792023-12-07T18:05:23.181Z Compiling lazy_static v1.4.0
13802023-12-07T18:05:23.181Z Compiling adler v1.0.2
13812023-12-07T18:05:23.214Z Compiling crossbeam-utils v0.8.16
13822023-12-07T18:05:23.214Z Compiling url v2.5.0
13832023-12-07T18:05:23.216Z Compiling miniz_oxide v0.7.1
13842023-12-07T18:05:23.217Z Compiling tokio-util v0.7.10
13852023-12-07T18:05:23.217Z Compiling tokio-rustls v0.24.1
13862023-12-07T18:05:23.217Z Compiling pest_derive v2.7.2
13872023-12-07T18:05:23.452Z Compiling tokio-native-tls v0.3.1
13882023-12-07T18:05:23.517Z Compiling h2 v0.3.21
13892023-12-07T18:05:23.964Z Compiling rustls-native-certs v0.6.3
13902023-12-07T18:05:24.594Z Compiling rand_chacha v0.3.1
13912023-12-07T18:05:25.143Z Compiling usdt-impl v0.3.5
13922023-12-07T18:05:25.683Z Compiling ipnet v2.8.0
13932023-12-07T18:05:25.709Z Compiling rustix v0.37.23
13942023-12-07T18:05:26.675Z Compiling rand v0.8.5
13952023-12-07T18:05:27.601Z Compiling serde_urlencoded v0.7.1
13962023-12-07T18:05:28.313Z Compiling encoding_rs v0.8.33
13972023-12-07T18:05:28.403Z Compiling mime v0.3.17
13982023-12-07T18:05:29.042Z Compiling webpki-roots v0.25.2
13992023-12-07T18:05:29.256Z Compiling gimli v0.28.0
14002023-12-07T18:05:30.706Z Compiling zerocopy v0.3.0
14012023-12-07T18:05:31.278Z Compiling object v0.32.1
14022023-12-07T18:05:31.924Z Compiling num-bigint v0.4.4
14032023-12-07T18:05:32.152Z Compiling rustc-demangle v0.1.23
14042023-12-07T18:05:33.523Z Compiling dof v0.1.5
14052023-12-07T18:05:33.759Z Compiling flate2 v1.0.28
14062023-12-07T18:05:34.358Z Compiling dtrace-parser v0.1.14
14072023-12-07T18:05:34.455Z Compiling serde_tokenstream v0.2.0
14082023-12-07T18:05:35.026Z Compiling hyper v0.14.27
14092023-12-07T18:05:35.322Z Compiling bzip2-sys v0.1.11+1.0.8
14102023-12-07T18:05:35.593Z Compiling thread-id v4.2.0
14112023-12-07T18:05:35.747Z Compiling rustversion v1.0.14
14122023-12-07T18:05:36.418Z Compiling addr2line v0.21.0
14132023-12-07T18:05:36.743Z Compiling signal-hook v0.3.17
14142023-12-07T18:05:37.591Z Compiling toml v0.7.8
14152023-12-07T18:05:37.632Z Compiling toml_edit v0.21.0
14162023-12-07T18:05:37.903Z Compiling serde_tokenstream v0.1.7
14172023-12-07T18:05:38.705Z Compiling hex v0.4.3
14182023-12-07T18:05:39.676Z Compiling regress v0.7.1
14192023-12-07T18:05:40.185Z Compiling memoffset v0.9.0
14202023-12-07T18:05:40.200Z Compiling base64ct v1.6.0
14212023-12-07T18:05:40.952Z Compiling strsim v0.10.0
14222023-12-07T18:05:44.368Z Compiling smoltcp v0.9.1
14232023-12-07T18:05:44.724Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14242023-12-07T18:05:45.235Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14252023-12-07T18:05:45.483Z Compiling bitflags v1.3.2
14262023-12-07T18:05:45.638Z Compiling doc-comment v0.3.3
14272023-12-07T18:05:46.190Z Compiling hyper-rustls v0.24.2
14282023-12-07T18:05:46.473Z Compiling hyper-tls v0.5.0
14292023-12-07T18:05:46.981Z Compiling reqwest v0.11.22
14302023-12-07T18:05:47.252Z Compiling strum_macros v0.25.2
14312023-12-07T18:05:48.166Z Compiling pem-rfc7468 v0.7.0
14322023-12-07T18:05:49.351Z Compiling usdt-macro v0.3.5
14332023-12-07T18:05:49.721Z Compiling usdt-attr-macro v0.3.5
14342023-12-07T18:05:50.038Z Compiling hmac v0.12.1
14352023-12-07T18:05:51.517Z Compiling enum-as-inner v0.5.1
14362023-12-07T18:05:52.127Z Compiling crossbeam-epoch v0.9.15
14372023-12-07T18:05:52.736Z Compiling num-iter v0.1.43
14382023-12-07T18:05:53.121Z Compiling flagset v0.4.3
14392023-12-07T18:05:53.158Z Compiling unicode-segmentation v1.10.1
14402023-12-07T18:05:53.216Z Compiling siphasher v0.3.11
14412023-12-07T18:05:53.422Z Compiling der v0.7.8
14422023-12-07T18:05:54.547Z Compiling hubpack_derive v0.1.1
14432023-12-07T18:05:54.734Z Compiling zerocopy-derive v0.6.4
14442023-12-07T18:05:55.279Z Compiling pin-project-internal v1.1.3
14452023-12-07T18:05:57.119Z Compiling num_threads v0.1.6
14462023-12-07T18:05:57.453Z Compiling deranged v0.3.8
14472023-12-07T18:05:58.759Z Compiling utf8parse v0.2.1
14482023-12-07T18:05:58.855Z Compiling anstyle v1.0.2
14492023-12-07T18:05:59.590Z Compiling sha2 v0.10.8
14502023-12-07T18:06:00.403Z Compiling time v0.3.27
14512023-12-07T18:06:00.627Z Compiling anstyle-parse v0.2.1
14522023-12-07T18:06:01.142Z Compiling spki v0.7.2
14532023-12-07T18:06:03.013Z Compiling md-5 v0.10.5
14542023-12-07T18:06:03.525Z Compiling block-padding v0.3.3
14552023-12-07T18:06:03.582Z Compiling clap_derive v4.4.2
14562023-12-07T18:06:03.904Z Compiling stringprep v0.1.3
14572023-12-07T18:06:04.319Z Compiling hash32 v0.2.1
14582023-12-07T18:06:04.910Z Compiling diesel_table_macro_syntax v0.1.0
14592023-12-07T18:06:05.421Z Compiling stable_deref_trait v1.2.0
14602023-12-07T18:06:05.533Z Compiling either v1.9.0
14612023-12-07T18:06:05.610Z Compiling fallible-iterator v0.2.0
14622023-12-07T18:06:06.056Z Compiling colorchoice v1.0.0
14632023-12-07T18:06:06.170Z Compiling anstyle-query v1.0.0
14642023-12-07T18:06:06.356Z Compiling anstream v0.5.0
14652023-12-07T18:06:06.759Z Compiling postgres-protocol v0.6.6
14662023-12-07T18:06:07.416Z Compiling diesel_derives v2.1.2
14672023-12-07T18:06:09.377Z Compiling terminal_size v0.2.6
14682023-12-07T18:06:09.470Z Compiling inout v0.1.3
14692023-12-07T18:06:10.883Z Compiling pkcs8 v0.10.2
14702023-12-07T18:06:11.017Z Compiling phf_shared v0.11.2
14712023-12-07T18:06:12.070Z Compiling ff v0.13.0
14722023-12-07T18:06:12.407Z Compiling getopts v0.2.21
14732023-12-07T18:06:12.606Z Compiling snafu-derive v0.7.5
14742023-12-07T18:06:12.855Z Compiling serde_repr v0.1.16
14752023-12-07T18:06:13.017Z Compiling scheduled-thread-pool v0.2.7
14762023-12-07T18:06:13.026Z Compiling regex-automata v0.1.10
14772023-12-07T18:06:14.127Z Compiling managed v0.8.0
14782023-12-07T18:06:14.707Z Compiling bit-vec v0.6.3
14792023-12-07T18:06:15.233Z Compiling unsafe-libyaml v0.2.9
14802023-12-07T18:06:15.302Z Compiling matches v0.1.10
14812023-12-07T18:06:15.370Z Compiling clap_lex v0.5.1
14822023-12-07T18:06:15.433Z Compiling base16ct v0.2.0
14832023-12-07T18:06:15.565Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14842023-12-07T18:06:16.197Z Compiling clap_builder v4.4.2
14852023-12-07T18:06:16.233Z Compiling sec1 v0.7.3
14862023-12-07T18:06:17.248Z Compiling idna v0.2.3
14872023-12-07T18:06:18.462Z Compiling serde_yaml v0.9.25
14882023-12-07T18:06:23.991Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14892023-12-07T18:06:24.185Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14902023-12-07T18:06:25.491Z Compiling bstr v0.2.17
14912023-12-07T18:06:26.214Z Compiling r2d2 v0.8.10
14922023-12-07T18:06:27.840Z Compiling group v0.13.0
14932023-12-07T18:06:29.132Z Compiling phf v0.11.2
14942023-12-07T18:06:29.173Z Compiling signal-hook-mio v0.2.3
14952023-12-07T18:06:29.396Z Compiling bzip2 v0.4.4
14962023-12-07T18:06:29.982Z Compiling cipher v0.4.4
14972023-12-07T18:06:30.248Z Compiling postgres-types v0.2.6
14982023-12-07T18:06:30.823Z Compiling itertools v0.11.0
14992023-12-07T18:06:32.683Z Compiling pin-project v1.1.3
15002023-12-07T18:06:32.793Z Compiling zerocopy v0.6.4
15012023-12-07T18:06:33.340Z Compiling hubpack v0.1.2
15022023-12-07T18:06:33.606Z Compiling phf_shared v0.10.0
15032023-12-07T18:06:34.255Z Compiling hkdf v0.12.3
15042023-12-07T18:06:34.340Z Compiling ipnetwork v0.20.0
15052023-12-07T18:06:34.823Z Compiling crypto-bigint v0.5.2
15062023-12-07T18:06:34.827Z Compiling futures-executor v0.3.29
15072023-12-07T18:06:35.318Z Compiling float-cmp v0.9.0
15082023-12-07T18:06:35.695Z Compiling predicates-core v1.0.6
15092023-12-07T18:06:35.799Z Compiling data-encoding v2.4.0
15102023-12-07T18:06:36.254Z Compiling regex-automata v0.3.8
15112023-12-07T18:06:38.883Z Compiling difflib v0.4.0
15122023-12-07T18:06:38.968Z Compiling whoami v1.4.1
15132023-12-07T18:06:39.774Z Compiling new_debug_unreachable v1.0.4
15142023-12-07T18:06:39.902Z Compiling static_assertions v1.1.0
15152023-12-07T18:06:39.963Z Compiling normalize-line-endings v0.3.0
15162023-12-07T18:06:40.139Z Compiling fixedbitset v0.4.2
15172023-12-07T18:06:40.167Z Compiling precomputed-hash v0.1.1
15182023-12-07T18:06:40.311Z Compiling string_cache v0.8.7
15192023-12-07T18:06:40.333Z Compiling predicates v3.0.4
15202023-12-07T18:06:40.882Z Compiling petgraph v0.6.4
15212023-12-07T18:06:41.473Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15222023-12-07T18:06:43.134Z Compiling tokio-postgres v0.7.10
15232023-12-07T18:06:43.226Z Compiling bstr v1.6.0
15242023-12-07T18:06:43.999Z Compiling elliptic-curve v0.13.8
15252023-12-07T18:06:44.721Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15262023-12-07T18:06:45.244Z Compiling trust-dns-proto v0.22.0
15272023-12-07T18:06:47.544Z Compiling futures v0.3.29
15282023-12-07T18:06:47.702Z Compiling diesel v2.1.4
15292023-12-07T18:06:50.666Z Compiling snafu v0.7.5
15302023-12-07T18:06:51.503Z Compiling yasna v0.5.2
15312023-12-07T18:06:52.014Z Compiling zip v0.6.6
15322023-12-07T18:06:54.313Z Compiling crossterm v0.27.0
15332023-12-07T18:06:55.348Z Compiling similar v2.2.1
15342023-12-07T18:06:58.117Z Compiling clap v4.4.3
15352023-12-07T18:06:58.280Z Compiling bit-set v0.5.3
15362023-12-07T18:06:58.710Z Compiling itertools v0.10.5
15372023-12-07T18:06:59.483Z Compiling usdt v0.3.5
15382023-12-07T18:06:59.836Z Compiling tokio-stream v0.1.14
15392023-12-07T18:07:00.082Z Compiling console v0.15.7
15402023-12-07T18:07:01.632Z Compiling lalrpop-util v0.19.12
15412023-12-07T18:07:43.646Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15422023-12-07T18:07:45.823Z Compiling sha1 v0.10.6
15432023-12-07T18:07:53.735Z Compiling atty v0.2.14
15442023-12-07T18:07:56.174Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15452023-12-07T18:07:56.435Z Compiling match_cfg v0.1.0
15462023-12-07T18:07:56.639Z Compiling hostname v0.3.1
15472023-12-07T18:08:00.589Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15482023-12-07T18:08:03.659Z Compiling dirs-sys-next v0.1.2
15492023-12-07T18:08:04.005Z Compiling dirs-next v2.0.0
15502023-12-07T18:08:04.314Z Compiling thread_local v1.1.7
15512023-12-07T18:08:04.395Z Compiling camino v1.1.6
15522023-12-07T18:08:04.640Z Compiling slog-async v2.8.0
15532023-12-07T18:08:05.081Z Compiling ident_case v1.0.1
15542023-12-07T18:08:05.356Z Compiling darling_core v0.20.3
15552023-12-07T18:08:05.384Z Compiling term v0.7.0
15562023-12-07T18:08:05.437Z Compiling crossbeam-channel v0.5.8
15572023-12-07T18:08:05.526Z Compiling multer v2.1.0
15582023-12-07T18:08:05.948Z Compiling instant v0.1.12
15592023-12-07T18:08:06.151Z Compiling take_mut v0.2.2
15602023-12-07T18:08:06.376Z Compiling paste v1.0.14
15612023-12-07T18:08:07.272Z Compiling slog-term v2.9.0
15622023-12-07T18:08:08.134Z Compiling slog-json v2.6.1
15632023-12-07T18:08:08.243Z Compiling async-stream-impl v0.3.5
15642023-12-07T18:08:08.721Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15652023-12-07T18:08:08.750Z Compiling atomic-waker v1.1.1
15662023-12-07T18:08:09.017Z Compiling waitgroup v0.1.2
15672023-12-07T18:08:09.245Z Compiling slog-bunyan v2.4.0
15682023-12-07T18:08:09.327Z Compiling toml v0.8.8
15692023-12-07T18:08:09.514Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15702023-12-07T18:08:09.642Z Compiling serde_path_to_error v0.1.14
15712023-12-07T18:08:10.477Z Compiling async-stream v0.3.5
15722023-12-07T18:08:10.955Z Compiling structmeta-derive v0.2.0
15732023-12-07T18:08:11.015Z Compiling debug-ignore v1.0.5
15742023-12-07T18:08:11.053Z Compiling strum v0.25.0
15752023-12-07T18:08:11.225Z Compiling regex-syntax v0.7.5
15762023-12-07T18:08:11.253Z Compiling backoff v0.4.0
15772023-12-07T18:08:11.299Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15782023-12-07T18:08:11.750Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15792023-12-07T18:08:11.976Z Compiling macaddr v1.0.1
15802023-12-07T18:08:12.207Z Compiling proc-macro-error-attr v1.0.4
15812023-12-07T18:08:12.420Z Compiling proc-macro-crate v1.3.1
15822023-12-07T18:08:12.715Z Compiling proc-macro-error v1.0.4
15832023-12-07T18:08:13.341Z Compiling smoltcp v0.10.0
15842023-12-07T18:08:14.058Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15852023-12-07T18:08:14.200Z Compiling num_enum_derive v0.5.11
15862023-12-07T18:08:14.588Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15872023-12-07T18:08:15.002Z Compiling fastrand v2.0.0
15882023-12-07T18:08:15.463Z Compiling darling_macro v0.20.3
15892023-12-07T18:08:15.688Z Compiling same-file v1.0.6
15902023-12-07T18:08:15.950Z Compiling cobs v0.2.3
15912023-12-07T18:08:16.002Z Compiling structmeta v0.2.0
15922023-12-07T18:08:16.050Z Compiling embedded-io v0.4.0
15932023-12-07T18:08:16.380Z Compiling postcard v1.0.8
15942023-12-07T18:08:16.429Z Compiling walkdir v2.4.0
15952023-12-07T18:08:16.670Z Compiling tempfile v3.8.1
15962023-12-07T18:08:17.078Z Compiling darling v0.20.3
15972023-12-07T18:08:17.243Z Compiling serde_with_macros v3.4.0
15982023-12-07T18:08:17.745Z Compiling semver-parser v0.10.2
15992023-12-07T18:08:18.017Z Compiling foreign-types-macros v0.2.3
16002023-12-07T18:08:18.614Z Compiling num_enum v0.5.11
16012023-12-07T18:08:18.832Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16022023-12-07T18:08:19.277Z Compiling foreign-types-shared v0.3.1
16032023-12-07T18:08:20.065Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16042023-12-07T18:08:20.270Z Compiling crucible-workspace-hack v0.1.0
16052023-12-07T18:08:20.335Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16062023-12-07T18:08:20.766Z Compiling foreign-types v0.5.0
16072023-12-07T18:08:21.053Z Compiling semver v0.11.0
16082023-12-07T18:08:21.735Z Compiling serde_with v3.4.0
16092023-12-07T18:08:22.003Z Compiling is-terminal v0.4.9
16102023-12-07T18:08:22.218Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16112023-12-07T18:08:22.248Z Compiling zerocopy-derive v0.7.26
16122023-12-07T18:08:22.292Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16132023-12-07T18:08:22.773Z Compiling parse-display-derive v0.8.2
16142023-12-07T18:08:23.524Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16152023-12-07T18:08:23.683Z Compiling cstr-argument v0.1.2
16162023-12-07T18:08:24.044Z Compiling filetime v0.2.23
16172023-12-07T18:08:24.565Z Compiling xattr v1.0.1
16182023-12-07T18:08:24.961Z Compiling pretty-hex v0.2.1
16192023-12-07T18:08:25.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16202023-12-07T18:08:25.721Z Compiling home v0.5.5
16212023-12-07T18:08:25.973Z Compiling zerocopy v0.7.26
16222023-12-07T18:08:26.114Z Compiling toolchain_find v0.2.0
16232023-12-07T18:08:26.504Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16242023-12-07T18:08:26.670Z Compiling tar v0.4.40
16252023-12-07T18:08:27.039Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16262023-12-07T18:08:27.114Z Compiling colored v2.0.4
16272023-12-07T18:08:27.449Z Compiling textwrap v0.11.0
16282023-12-07T18:08:27.930Z Compiling heck v0.3.3
16292023-12-07T18:08:28.303Z Compiling toml v0.5.11
16302023-12-07T18:08:28.382Z Compiling ansi_term v0.12.1
16312023-12-07T18:08:28.542Z Compiling platforms v3.0.2
16322023-12-07T18:08:28.668Z Compiling vec_map v0.8.2
16332023-12-07T18:08:28.884Z Compiling strsim v0.8.0
16342023-12-07T18:08:29.043Z Compiling libefi-sys v0.1.0
16352023-12-07T18:08:29.160Z Compiling structopt-derive v0.4.18
16362023-12-07T18:08:29.440Z Compiling clap v2.34.0
16372023-12-07T18:08:29.504Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16382023-12-07T18:08:29.863Z Compiling omicron-zone-package v0.9.1
16392023-12-07T18:08:30.173Z Compiling parse-display v0.8.2
16402023-12-07T18:08:30.540Z Compiling camino-tempfile v1.1.1
16412023-12-07T18:08:31.217Z Compiling rustfmt-wrapper v0.2.0
16422023-12-07T18:08:32.259Z Compiling zone_cfg_derive v0.3.0
16432023-12-07T18:08:32.527Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16442023-12-07T18:08:34.184Z Compiling num-derive v0.4.0
16452023-12-07T18:08:34.641Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16462023-12-07T18:08:34.677Z Compiling zone v0.3.0
16472023-12-07T18:08:35.390Z Compiling structopt v0.3.26
16482023-12-07T18:08:35.669Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16492023-12-07T18:08:36.052Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16502023-12-07T18:08:36.678Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16512023-12-07T18:08:37.235Z Compiling smf v0.2.2
16522023-12-07T18:08:37.294Z Compiling unicase v2.7.0
16532023-12-07T18:08:37.526Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16542023-12-07T18:08:37.664Z Compiling curve25519-dalek v4.1.0
16552023-12-07T18:08:37.760Z Compiling universal-hash v0.5.1
16562023-12-07T18:08:38.047Z Compiling opaque-debug v0.3.0
16572023-12-07T18:08:38.047Z Compiling curve25519-dalek-derive v0.1.0
16582023-12-07T18:08:38.110Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
16592023-12-07T18:08:38.181Z Compiling num-rational v0.4.1
16602023-12-07T18:08:38.540Z Compiling getrandom v0.1.16
16612023-12-07T18:08:38.896Z Compiling signature v2.1.0
16622023-12-07T18:08:38.977Z Compiling quick-error v1.2.3
16632023-12-07T18:08:39.199Z Compiling keccak v0.1.4
16642023-12-07T18:08:39.254Z Compiling linked-hash-map v0.5.6
16652023-12-07T18:08:39.387Z Compiling parking_lot_core v0.8.6
16662023-12-07T18:08:39.650Z Compiling resolv-conf v0.7.0
16672023-12-07T18:08:39.788Z Compiling lru-cache v0.1.2
16682023-12-07T18:08:40.068Z Compiling sha3 v0.10.8
16692023-12-07T18:08:40.859Z Compiling password-hash v0.5.0
16702023-12-07T18:08:40.978Z Compiling blake2 v0.10.6
16712023-12-07T18:08:41.060Z Compiling aead v0.5.2
16722023-12-07T18:08:41.584Z Compiling secrecy v0.8.0
16732023-12-07T18:08:41.668Z Compiling num-complex v0.4.4
16742023-12-07T18:08:41.992Z Compiling nibble_vec v0.1.0
16752023-12-07T18:08:42.281Z Compiling slog-dtrace v0.2.3
16762023-12-07T18:08:42.563Z Compiling endian-type v0.1.2
16772023-12-07T18:08:42.714Z Compiling convert_case v0.4.0
16782023-12-07T18:08:42.904Z Compiling winapi v0.3.9
16792023-12-07T18:08:43.129Z Compiling arc-swap v1.6.0
16802023-12-07T18:08:43.413Z Compiling utf-8 v0.7.6
16812023-12-07T18:08:43.439Z Compiling num v0.4.1
16822023-12-07T18:08:43.592Z Compiling radix_trie v0.2.1
16832023-12-07T18:08:43.924Z Compiling slog-scope v4.4.0
16842023-12-07T18:08:44.144Z Compiling tungstenite v0.20.1
16852023-12-07T18:08:44.220Z Compiling derive_more v0.99.17
16862023-12-07T18:08:44.470Z Compiling argon2 v0.5.2
16872023-12-07T18:08:44.530Z Compiling mime_guess v2.0.4
16882023-12-07T18:08:44.649Z Compiling trust-dns-resolver v0.22.0
16892023-12-07T18:08:45.860Z Compiling rand_core v0.5.1
16902023-12-07T18:08:46.602Z Compiling poly1305 v0.8.0
16912023-12-07T18:08:46.887Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16922023-12-07T18:08:47.797Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16932023-12-07T18:08:48.265Z Compiling chacha20 v0.9.1
16942023-12-07T18:08:48.660Z Compiling rfc6979 v0.4.0
16952023-12-07T18:08:48.933Z Compiling thiserror-impl-no-std v2.0.2
16962023-12-07T18:08:48.978Z Compiling half v1.8.2
16972023-12-07T18:08:49.456Z Compiling option-ext v0.2.0
16982023-12-07T18:08:49.598Z Compiling ciborium-io v0.2.1
16992023-12-07T18:08:49.630Z Compiling dirs-sys v0.4.1
17002023-12-07T18:08:49.772Z Compiling ciborium-ll v0.2.1
17012023-12-07T18:08:49.990Z Compiling ecdsa v0.16.9
17022023-12-07T18:08:50.485Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17032023-12-07T18:08:50.990Z Compiling rand_chacha v0.2.2
17042023-12-07T18:08:51.223Z Compiling tokio-tungstenite v0.20.1
17052023-12-07T18:08:51.349Z Compiling parking_lot v0.11.2
17062023-12-07T18:08:52.932Z Compiling trust-dns-client v0.22.0
17072023-12-07T18:08:53.027Z Compiling slog-stdlog v4.1.1
17082023-12-07T18:08:53.312Z Compiling ed25519 v2.2.2
17092023-12-07T18:08:53.589Z Compiling polyval v0.6.1
17102023-12-07T18:08:54.020Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17112023-12-07T18:08:54.267Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17122023-12-07T18:08:54.442Z Compiling thiserror-no-std v2.0.2
17132023-12-07T18:08:54.588Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17142023-12-07T18:08:55.003Z Compiling primeorder v0.13.6
17152023-12-07T18:08:55.157Z Compiling aes v0.8.3
17162023-12-07T18:08:55.831Z Compiling blowfish v0.9.1
17172023-12-07T18:08:56.552Z Compiling ctr v0.9.2
17182023-12-07T18:08:57.070Z Compiling password-hash v0.4.2
17192023-12-07T18:08:58.630Z Compiling pbkdf2 v0.12.2
17202023-12-07T18:08:58.635Z Compiling fxhash v0.2.1
17212023-12-07T18:08:59.278Z Compiling cancel-safe-futures v0.1.5
17222023-12-07T18:08:59.414Z Compiling glob v0.3.1
17232023-12-07T18:09:00.039Z Compiling bcrypt-pbkdf v0.10.0
17242023-12-07T18:09:00.970Z Compiling trust-dns-server v0.22.1
17252023-12-07T18:09:01.113Z Compiling sled v0.34.7
17262023-12-07T18:09:03.326Z Compiling pbkdf2 v0.11.0
17272023-12-07T18:09:03.900Z Compiling p256 v0.13.2
17282023-12-07T18:09:04.249Z Compiling vsss-rs v3.3.1
17292023-12-07T18:09:05.196Z Compiling ghash v0.5.0
17302023-12-07T18:09:05.468Z Compiling ed25519-dalek v2.0.0
17312023-12-07T18:09:07.231Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17322023-12-07T18:09:09.462Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17332023-12-07T18:09:11.739Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17342023-12-07T18:09:12.382Z Compiling slog-envlogger v2.2.0
17352023-12-07T18:09:12.394Z Compiling russh-cryptovec v0.7.0
17362023-12-07T18:09:12.731Z Compiling rand v0.7.3
17372023-12-07T18:09:13.620Z Compiling ciborium v0.2.1
17382023-12-07T18:09:14.510Z Compiling dirs v5.0.1
17392023-12-07T18:09:14.814Z Compiling chacha20poly1305 v0.10.1
17402023-12-07T18:09:15.148Z Compiling cbc v0.1.2
17412023-12-07T18:09:15.549Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17422023-12-07T18:09:16.139Z Compiling pem v3.0.2
17432023-12-07T18:09:16.268Z Compiling headers-core v0.2.0
17442023-12-07T18:09:16.539Z Compiling kstat-rs v0.2.3
17452023-12-07T18:09:17.402Z Compiling pretty-hex v0.4.0
17462023-12-07T18:09:17.573Z Compiling md5 v0.7.0
17472023-12-07T18:09:17.631Z Compiling http-range v0.1.5
17482023-12-07T18:09:17.721Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17492023-12-07T18:09:18.194Z Compiling russh-keys v0.40.0
17502023-12-07T18:09:18.367Z Compiling hyper-staticfile v0.9.5
17512023-12-07T18:09:19.648Z Compiling rcgen v0.11.3
17522023-12-07T18:09:19.665Z Compiling headers v0.3.9
17532023-12-07T18:09:19.909Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17542023-12-07T18:09:21.096Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17552023-12-07T18:09:23.063Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17562023-12-07T18:09:23.818Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17572023-12-07T18:09:24.143Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17582023-12-07T18:09:25.369Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17592023-12-07T18:09:28.912Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17602023-12-07T18:09:31.060Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17612023-12-07T18:09:31.521Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17622023-12-07T18:09:34.293Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17632023-12-07T18:09:35.330Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17642023-12-07T18:09:39.448Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17652023-12-07T18:09:40.487Z Compiling aes-gcm v0.10.3
17662023-12-07T18:09:41.849Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17672023-12-07T18:09:42.471Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17682023-12-07T18:09:42.525Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17692023-12-07T18:09:44.886Z Compiling atomicwrites v0.4.2
17702023-12-07T18:09:45.014Z Compiling itertools v0.12.0
17712023-12-07T18:09:45.438Z Compiling subprocess v0.2.9
17722023-12-07T18:09:48.876Z Compiling hex-literal v0.4.1
17732023-12-07T18:09:49.096Z Compiling russh v0.40.0
17742023-12-07T18:09:50.218Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17752023-12-07T18:09:53.358Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17762023-12-07T18:09:53.682Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17772023-12-07T18:10:22.940Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17782023-12-07T18:11:39.053Z Finished dev [unoptimized + debuginfo] target(s) in 7m 50s
17792023-12-07T18:11:39.379Z
17802023-12-07T18:11:39.397Zreal 7:50.689397796
17812023-12-07T18:11:39.397Zuser 43:21.986496212
17822023-12-07T18:11:39.397Zsys 6:39.345135612
17832023-12-07T18:11:39.397Ztrap 1.608722381
17842023-12-07T18:11:39.397Ztflt 7.685634808
17852023-12-07T18:11:39.397Zdflt 10.047416569
17862023-12-07T18:11:39.397Zkflt 0.022609035
17872023-12-07T18:11:39.397Zlock 1:22:26.418144689
17882023-12-07T18:11:39.397Zslp 2:04:37.211674810
17892023-12-07T18:11:39.398Zlat 1:59.323025977
17902023-12-07T18:11:39.398Zstop 4:42.682843258
17912023-12-07T18:11:39.398Z+ mkdir -p /work/end-to-end-tests
17922023-12-07T18:11:39.398Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17932023-12-07T18:11:40.387Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17942023-12-07T18:11:40.387Z+ ptime -m gzip
17952023-12-07T18:11:40.398Z++ basename target/debug/bootstrap
17962023-12-07T18:11:57.027Z
17972023-12-07T18:11:57.031Zreal 16.632662454
17982023-12-07T18:11:57.031Zuser 16.464072387
17992023-12-07T18:11:57.031Zsys 0.150565067
18002023-12-07T18:11:57.031Ztrap 0.006742487
18012023-12-07T18:11:57.031Ztflt 0.000000000
18022023-12-07T18:11:57.031Zdflt 0.000000000
18032023-12-07T18:11:57.031Zkflt 0.000000000
18042023-12-07T18:11:57.032Zlock 0.000000000
18052023-12-07T18:11:57.032Zslp 0.000000000
18062023-12-07T18:11:57.032Zlat 0.010910861
18072023-12-07T18:11:57.032Zstop 0.000230245
18082023-12-07T18:11:57.032Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18092023-12-07T18:11:57.034Z+ ptime -m gzip
18102023-12-07T18:11:57.034Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-646838659330fbdc
18112023-12-07T18:11:58.121Z
18122023-12-07T18:11:58.125Zreal 1.085424922
18132023-12-07T18:11:58.125Zuser 1.073938227
18142023-12-07T18:11:58.125Zsys 0.010835501
18152023-12-07T18:11:58.125Ztrap 0.000127940
18162023-12-07T18:11:58.125Ztflt 0.000000000
18172023-12-07T18:11:58.125Zdflt 0.000000000
18182023-12-07T18:11:58.125Zkflt 0.000000000
18192023-12-07T18:11:58.125Zlock 0.000000000
18202023-12-07T18:11:58.125Zslp 0.000000000
18212023-12-07T18:11:58.125Zlat 0.000175778
18222023-12-07T18:11:58.125Zstop 0.000230508
18232023-12-07T18:11:58.126Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18242023-12-07T18:11:58.126Z+ ptime -m gzip
18252023-12-07T18:11:58.126Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d7cc9e37decfa28a
18262023-12-07T18:12:15.342Z
18272023-12-07T18:12:15.347Zreal 17.212620917
18282023-12-07T18:12:15.347Zuser 17.051691448
18292023-12-07T18:12:15.347Zsys 0.156021558
18302023-12-07T18:12:15.347Ztrap 0.003250375
18312023-12-07T18:12:15.347Ztflt 0.000000000
18322023-12-07T18:12:15.347Zdflt 0.000000000
18332023-12-07T18:12:15.347Zkflt 0.000000000
18342023-12-07T18:12:15.347Zlock 0.000000000
18352023-12-07T18:12:15.347Zslp 0.000000000
18362023-12-07T18:12:15.348Zlat 0.001284741
18372023-12-07T18:12:15.348Zstop 0.000254931
18382023-12-07T18:12:15.348Z+ banner caboose-util
18392023-12-07T18:12:15.348Z
18402023-12-07T18:12:15.348Z #### ## ##### #### #### #### ###### # # #####
18412023-12-07T18:12:15.348Z # # # # # # # # # # # # # # #
18422023-12-07T18:12:15.348Z # # # ##### # # # # #### ##### ##### # # #
18432023-12-07T18:12:15.348Z # ###### # # # # # # # # # # #
18442023-12-07T18:12:15.348Z # # # # # # # # # # # # # # # #
18452023-12-07T18:12:15.348Z #### # # ##### #### #### #### ###### #### #
18462023-12-07T18:12:15.349Z
18472023-12-07T18:12:15.349Z+ ptime -m cargo build --locked -p caboose-util --release
18482023-12-07T18:12:16.001Z Downloading crates ...
18492023-12-07T18:12:16.365Z Downloaded crc v3.0.1
18502023-12-07T18:12:16.372Z Downloaded funty v2.0.0
18512023-12-07T18:12:16.376Z Downloaded maybe-uninit v2.0.0
18522023-12-07T18:12:16.379Z Downloaded ron v0.8.1
18532023-12-07T18:12:16.388Z Downloaded nodrop v0.1.14
18542023-12-07T18:12:16.392Z Downloaded tap v1.0.1
18552023-12-07T18:12:16.392Z Downloaded termcolor v1.2.0
18562023-12-07T18:12:16.396Z Downloaded packed_struct_codegen v0.10.1
18572023-12-07T18:12:16.396Z Downloaded serde-hex v0.1.0
18582023-12-07T18:12:16.399Z Downloaded wyz v0.5.1
18592023-12-07T18:12:16.403Z Downloaded env_logger v0.10.0
18602023-12-07T18:12:16.407Z Downloaded crc-catalog v2.2.0
18612023-12-07T18:12:16.410Z Downloaded crc-any v2.4.3
18622023-12-07T18:12:16.414Z Downloaded pkcs1 v0.7.5
18632023-12-07T18:12:16.418Z Downloaded rsa v0.9.2
18642023-12-07T18:12:16.425Z Downloaded num-bigint-dig v0.8.4
18652023-12-07T18:12:16.439Z Downloaded object v0.30.4
18662023-12-07T18:12:16.456Z Downloaded bitvec v1.0.1
18672023-12-07T18:12:16.481Z Downloaded x509-cert v0.2.4
18682023-12-07T18:12:16.491Z Downloaded bitfield v0.14.0
18692023-12-07T18:12:16.495Z Downloaded packed_struct v0.10.1
18702023-12-07T18:12:16.499Z Downloaded smallvec v0.6.14
18712023-12-07T18:12:16.499Z Downloaded radium v0.7.0
18722023-12-07T18:12:16.502Z Downloaded array-init v0.0.4
18732023-12-07T18:12:16.502Z Downloaded path-slash v0.1.5
18742023-12-07T18:12:16.666Z Compiling proc-macro2 v1.0.69
18752023-12-07T18:12:16.670Z Compiling unicode-ident v1.0.12
18762023-12-07T18:12:16.672Z Compiling libc v0.2.150
18772023-12-07T18:12:16.672Z Compiling autocfg v1.1.0
18782023-12-07T18:12:16.672Z Compiling serde v1.0.192
18792023-12-07T18:12:16.672Z Compiling cfg-if v1.0.0
18802023-12-07T18:12:16.693Z Compiling version_check v0.9.4
18812023-12-07T18:12:16.802Z Compiling typenum v1.16.0
18822023-12-07T18:12:16.812Z Compiling syn v1.0.109
18832023-12-07T18:12:16.919Z Compiling parking_lot_core v0.9.8
18842023-12-07T18:12:17.467Z Compiling futures-core v0.3.29
18852023-12-07T18:12:17.482Z Compiling libm v0.2.7
18862023-12-07T18:12:17.663Z Compiling generic-array v0.14.7
18872023-12-07T18:12:17.739Z Compiling lock_api v0.4.10
18882023-12-07T18:12:17.911Z Compiling num-traits v0.2.16
18892023-12-07T18:12:17.911Z Compiling once_cell v1.18.0
18902023-12-07T18:12:18.050Z Compiling pkg-config v0.3.27
18912023-12-07T18:12:18.145Z Compiling scopeguard v1.2.0
18922023-12-07T18:12:18.483Z Compiling slab v0.4.9
18932023-12-07T18:12:18.487Z Compiling futures-channel v0.3.29
18942023-12-07T18:12:18.506Z Compiling futures-task v0.3.29
18952023-12-07T18:12:18.907Z Compiling quote v1.0.33
18962023-12-07T18:12:18.935Z Compiling serde_json v1.0.108
18972023-12-07T18:12:19.005Z Compiling thiserror v1.0.49
18982023-12-07T18:12:19.367Z Compiling futures-util v0.3.29
18992023-12-07T18:12:19.641Z Compiling syn v2.0.32
19002023-12-07T18:12:19.691Z Compiling cc v1.0.83
19012023-12-07T18:12:19.748Z Compiling getrandom v0.2.10
19022023-12-07T18:12:19.872Z Compiling memchr v2.6.3
19032023-12-07T18:12:20.300Z Compiling rand_core v0.6.4
19042023-12-07T18:12:20.362Z Compiling itoa v1.0.9
19052023-12-07T18:12:20.731Z Compiling smallvec v1.11.0
19062023-12-07T18:12:21.080Z Compiling log v0.4.20
19072023-12-07T18:12:22.578Z Compiling vcpkg v0.2.15
19082023-12-07T18:12:23.251Z Compiling byteorder v1.5.0
19092023-12-07T18:12:23.824Z Compiling parking_lot v0.12.1
19102023-12-07T18:12:24.219Z Compiling const-oid v0.9.5
19112023-12-07T18:12:25.163Z Compiling pin-project-lite v0.2.13
19122023-12-07T18:12:25.334Z Compiling openssl-sys v0.9.96
19132023-12-07T18:12:25.461Z Compiling ring v0.17.7
19142023-12-07T18:12:25.621Z Compiling indexmap v1.9.3
19152023-12-07T18:12:26.790Z Compiling signal-hook-registry v1.4.1
19162023-12-07T18:12:27.172Z Compiling io-lifetimes v1.0.11
19172023-12-07T18:12:27.807Z Compiling subtle v2.5.0
19182023-12-07T18:12:27.907Z Compiling heck v0.4.1
19192023-12-07T18:12:27.972Z Compiling ring v0.16.20
19202023-12-07T18:12:27.978Z Compiling mio v0.8.9
19212023-12-07T18:12:28.544Z Compiling num-integer v0.1.45
19222023-12-07T18:12:32.412Z Compiling semver v1.0.20
19232023-12-07T18:12:32.412Z Compiling ryu v1.0.15
19242023-12-07T18:12:32.412Z Compiling rustix v0.37.23
19252023-12-07T18:12:32.413Z Compiling spin v0.5.2
19262023-12-07T18:12:32.413Z Compiling num_cpus v1.16.0
19272023-12-07T18:12:32.413Z Compiling socket2 v0.5.5
19282023-12-07T18:12:32.473Z Compiling futures-sink v0.3.29
19292023-12-07T18:12:32.514Z Compiling openssl v0.10.60
19302023-12-07T18:12:32.567Z Compiling unicode-xid v0.2.4
19312023-12-07T18:12:32.792Z Compiling ucd-trie v0.1.6
19322023-12-07T18:12:32.977Z Compiling httparse v1.8.0
19332023-12-07T18:12:33.202Z Compiling synstructure v0.12.6
19342023-12-07T18:12:33.735Z Compiling tinyvec_macros v0.1.1
19352023-12-07T18:12:33.833Z Compiling tinyvec v1.6.0
19362023-12-07T18:12:34.755Z Compiling pin-utils v0.1.0
19372023-12-07T18:12:34.830Z Compiling rustls v0.21.9
19382023-12-07T18:12:34.857Z Compiling crc32fast v1.3.2
19392023-12-07T18:12:34.901Z Compiling native-tls v0.2.11
19402023-12-07T18:12:35.213Z Compiling futures-io v0.3.29
19412023-12-07T18:12:35.342Z Compiling ppv-lite86 v0.2.17
19422023-12-07T18:12:35.626Z Compiling bzip2-sys v0.1.11+1.0.8
19432023-12-07T18:12:35.639Z Compiling spin v0.9.8
19442023-12-07T18:12:35.917Z Compiling tracing-core v0.1.31
19452023-12-07T18:12:36.232Z Compiling base64ct v1.6.0
19462023-12-07T18:12:36.429Z Compiling unicode-normalization v0.1.22
19472023-12-07T18:12:36.733Z Compiling rand_chacha v0.3.1
19482023-12-07T18:12:37.292Z Compiling unicode-bidi v0.3.13
19492023-12-07T18:12:37.409Z Compiling rand v0.8.5
19502023-12-07T18:12:37.612Z Compiling pem-rfc7468 v0.7.0
19512023-12-07T18:12:39.362Z Compiling errno v0.3.2
19522023-12-07T18:12:39.418Z Compiling num-iter v0.1.43
19532023-12-07T18:12:39.702Z Compiling ahash v0.8.3
19542023-12-07T18:12:39.814Z Compiling usdt-impl v0.3.5
19552023-12-07T18:12:40.230Z Compiling flagset v0.4.3
19562023-12-07T18:12:40.234Z Compiling base64 v0.21.5
19572023-12-07T18:12:40.405Z Compiling rustix v0.38.25
19582023-12-07T18:12:40.517Z Compiling signal-hook v0.3.17
19592023-12-07T18:12:40.726Z Compiling schemars v0.8.13
19602023-12-07T18:12:40.978Z Compiling serde_derive_internals v0.26.0
19612023-12-07T18:12:41.029Z Compiling serde_derive v1.0.192
19622023-12-07T18:12:41.102Z Compiling zeroize_derive v1.4.2
19632023-12-07T18:12:41.204Z Compiling tokio-macros v2.2.0
19642023-12-07T18:12:41.323Z Compiling thiserror-impl v1.0.49
19652023-12-07T18:12:41.893Z Compiling futures-macro v0.3.29
19662023-12-07T18:12:42.154Z Compiling tracing-attributes v0.1.26
19672023-12-07T18:12:42.909Z Compiling der_derive v0.7.2
19682023-12-07T18:12:43.295Z Compiling zeroize v1.7.0
19692023-12-07T18:12:44.684Z Compiling zerocopy-derive v0.2.0
19702023-12-07T18:12:44.963Z Compiling openssl-macros v0.1.1
19712023-12-07T18:12:45.940Z Compiling pest v2.7.2
19722023-12-07T18:12:46.635Z Compiling crypto-common v0.1.6
19732023-12-07T18:12:46.641Z Compiling block-buffer v0.10.4
19742023-12-07T18:12:46.660Z Compiling digest v0.10.7
19752023-12-07T18:12:46.782Z Compiling zerocopy-derive v0.6.4
19762023-12-07T18:12:47.396Z Compiling der v0.7.8
19772023-12-07T18:12:47.419Z Compiling tracing v0.1.37
19782023-12-07T18:12:49.910Z Compiling pest_meta v2.7.2
19792023-12-07T18:12:51.097Z Compiling bitflags v1.3.2
19802023-12-07T18:12:52.304Z Compiling pest_generator v2.7.2
19812023-12-07T18:12:55.181Z Compiling fnv v1.0.7
19822023-12-07T18:12:55.342Z Compiling spki v0.7.2
19832023-12-07T18:12:56.520Z Compiling pest_derive v2.7.2
19842023-12-07T18:12:57.154Z Compiling zerocopy v0.3.0
19852023-12-07T18:12:57.563Z Compiling schemars_derive v0.8.13
19862023-12-07T18:12:58.388Z Compiling lazy_static v1.4.0
19872023-12-07T18:12:58.946Z Compiling backtrace v0.3.69
19882023-12-07T18:12:58.956Z Compiling memoffset v0.9.0
19892023-12-07T18:12:59.371Z Compiling num-bigint v0.4.4
19902023-12-07T18:12:59.524Z Compiling hashbrown v0.12.3
19912023-12-07T18:13:01.316Z Compiling iana-time-zone v0.1.57
19922023-12-07T18:13:01.682Z Compiling percent-encoding v2.3.1
19932023-12-07T18:13:01.703Z Compiling equivalent v1.0.1
19942023-12-07T18:13:01.823Z Compiling untrusted v0.9.0
19952023-12-07T18:13:01.839Z Compiling smoltcp v0.9.1
19962023-12-07T18:13:02.052Z Compiling crossbeam-utils v0.8.16
19972023-12-07T18:13:02.069Z Compiling doc-comment v0.3.3
19982023-12-07T18:13:02.164Z Compiling openssl-probe v0.1.5
19992023-12-07T18:13:02.356Z Compiling untrusted v0.7.1
20002023-12-07T18:13:03.627Z Compiling async-trait v0.1.74
20012023-12-07T18:13:03.627Z Compiling foreign-types-shared v0.1.1
20022023-12-07T18:13:03.627Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20032023-12-07T18:13:03.627Z Compiling hashbrown v0.14.2
20042023-12-07T18:13:03.627Z Compiling foreign-types v0.3.2
20052023-12-07T18:13:03.627Z Compiling bytes v1.5.0
20062023-12-07T18:13:04.691Z Compiling bitflags v2.4.0
20072023-12-07T18:13:04.715Z Compiling tokio v1.34.0
20082023-12-07T18:13:05.040Z Compiling rustc_version v0.4.0
20092023-12-07T18:13:06.062Z Compiling heapless v0.7.16
20102023-12-07T18:13:07.759Z Compiling http v0.2.11
20112023-12-07T18:13:08.042Z Compiling uuid v1.6.1
20122023-12-07T18:13:08.302Z Compiling indexmap v2.1.0
20132023-12-07T18:13:08.423Z Compiling chrono v0.4.31
20142023-12-07T18:13:11.557Z Compiling dof v0.1.5
20152023-12-07T18:13:12.149Z Compiling dtrace-parser v0.1.14
20162023-12-07T18:13:12.791Z Compiling hmac v0.12.1
20172023-12-07T18:13:13.093Z Compiling clap_derive v4.4.2
20182023-12-07T18:13:14.709Z Compiling thread-id v4.2.0
20192023-12-07T18:13:14.844Z Compiling time-core v0.1.1
20202023-12-07T18:13:15.157Z Compiling utf8parse v0.2.1
20212023-12-07T18:13:15.244Z Compiling cpufeatures v0.2.9
20222023-12-07T18:13:15.354Z Compiling adler v1.0.2
20232023-12-07T18:13:15.364Z Compiling rustversion v1.0.14
20242023-12-07T18:13:15.405Z Compiling anstyle v1.0.2
20252023-12-07T18:13:15.665Z Compiling try-lock v0.2.4
20262023-12-07T18:13:15.740Z Compiling siphasher v0.3.11
20272023-12-07T18:13:16.322Z Compiling want v0.3.1
20282023-12-07T18:13:16.329Z Compiling miniz_oxide v0.7.1
20292023-12-07T18:13:18.276Z Compiling tokio-util v0.7.10
20302023-12-07T18:13:18.419Z Compiling sha2 v0.10.8
20312023-12-07T18:13:20.559Z Compiling h2 v0.3.21
20322023-12-07T18:13:20.832Z Compiling anstyle-parse v0.2.1
20332023-12-07T18:13:24.462Z Compiling time-macros v0.2.13
20342023-12-07T18:13:26.539Z Compiling http-body v0.4.5
20352023-12-07T18:13:27.142Z Compiling sct v0.7.0
20362023-12-07T18:13:27.424Z Compiling rustls-webpki v0.101.7
20372023-12-07T18:13:27.668Z Compiling serde_tokenstream v0.1.7
20382023-12-07T18:13:28.451Z Compiling form_urlencoded v1.2.1
20392023-12-07T18:13:28.882Z Compiling pkcs8 v0.10.2
20402023-12-07T18:13:29.355Z Compiling hubpack_derive v0.1.1
20412023-12-07T18:13:29.821Z Compiling pin-project-internal v1.1.3
20422023-12-07T18:13:30.204Z Compiling socket2 v0.4.9
20432023-12-07T18:13:30.597Z Compiling crossbeam-epoch v0.9.15
20442023-12-07T18:13:31.324Z Compiling anstyle-query v1.0.0
20452023-12-07T18:13:31.389Z Compiling radium v0.7.0
20462023-12-07T18:13:31.575Z Compiling colorchoice v1.0.0
20472023-12-07T18:13:31.805Z Compiling tower-service v0.3.2
20482023-12-07T18:13:31.956Z Compiling httpdate v1.0.3
20492023-12-07T18:13:31.989Z Compiling slog v2.7.0
20502023-12-07T18:13:32.042Z Compiling anyhow v1.0.75
20512023-12-07T18:13:33.399Z Compiling hyper v0.14.27
20522023-12-07T18:13:34.116Z Compiling anstream v0.5.0
20532023-12-07T18:13:41.889Z Compiling terminal_size v0.2.6
20542023-12-07T18:13:43.150Z Compiling serde_spanned v0.6.4
20552023-12-07T18:13:43.468Z Compiling toml_datetime v0.6.5
20562023-12-07T18:13:44.830Z Compiling rustls-pemfile v1.0.3
20572023-12-07T18:13:45.315Z Compiling zerocopy v0.6.4
20582023-12-07T18:13:46.531Z Compiling md-5 v0.10.5
20592023-12-07T18:13:46.992Z Compiling stringprep v0.1.3
20602023-12-07T18:13:47.074Z Compiling idna v0.5.0
20612023-12-07T18:13:48.234Z Compiling diesel_table_macro_syntax v0.1.0
20622023-12-07T18:13:48.244Z Compiling hash32 v0.2.1
20632023-12-07T18:13:48.266Z Compiling aho-corasick v1.0.4
20642023-12-07T18:13:48.785Z Compiling stable_deref_trait v1.2.0
20652023-12-07T18:13:48.807Z Compiling gimli v0.28.0
20662023-12-07T18:13:49.014Z Compiling maybe-uninit v2.0.0
20672023-12-07T18:13:49.372Z Compiling tap v1.0.1
20682023-12-07T18:13:49.644Z Compiling either v1.9.0
20692023-12-07T18:13:49.648Z Compiling fallible-iterator v0.2.0
20702023-12-07T18:13:49.823Z Compiling regex-syntax v0.8.2
20712023-12-07T18:13:50.122Z Compiling dyn-clone v1.0.13
20722023-12-07T18:13:50.616Z Compiling winnow v0.5.15
20732023-12-07T18:13:50.848Z Compiling clap_lex v0.5.1
20742023-12-07T18:13:51.980Z Compiling strsim v0.10.0
20752023-12-07T18:13:52.970Z Compiling clap_builder v4.4.2
20762023-12-07T18:13:53.180Z Compiling postgres-protocol v0.6.6
20772023-12-07T18:13:54.781Z Compiling wyz v0.5.1
20782023-12-07T18:13:55.296Z Compiling diesel_derives v2.1.2
20792023-12-07T18:13:55.552Z Compiling url v2.5.0
20802023-12-07T18:13:56.558Z Compiling addr2line v0.21.0
20812023-12-07T18:13:56.748Z Compiling regex-automata v0.4.3
20822023-12-07T18:13:58.398Z Compiling tokio-rustls v0.24.1
20832023-12-07T18:13:59.605Z Compiling rustls-native-certs v0.6.3
20842023-12-07T18:13:59.892Z Compiling strum_macros v0.25.2
20852023-12-07T18:14:01.352Z Compiling tokio-native-tls v0.3.1
20862023-12-07T18:14:06.125Z Compiling usdt-attr-macro v0.3.5
20872023-12-07T18:14:06.583Z Compiling usdt-macro v0.3.5
20882023-12-07T18:14:08.354Z Compiling phf_shared v0.11.2
20892023-12-07T18:14:09.609Z Compiling block-padding v0.3.3
20902023-12-07T18:14:09.752Z Compiling snafu-derive v0.7.5
20912023-12-07T18:14:09.798Z Compiling enum-as-inner v0.5.1
20922023-12-07T18:14:10.122Z Compiling serde_repr v0.1.16
20932023-12-07T18:14:11.298Z Compiling ff v0.13.0
20942023-12-07T18:14:11.627Z Compiling scheduled-thread-pool v0.2.7
20952023-12-07T18:14:11.738Z Compiling object v0.32.1
20962023-12-07T18:14:15.148Z Compiling deranged v0.3.8
20972023-12-07T18:14:18.178Z Compiling bit-vec v0.6.3
20982023-12-07T18:14:18.251Z Compiling rustc-demangle v0.1.23
20992023-12-07T18:14:18.833Z Compiling matches v0.1.10
21002023-12-07T18:14:18.937Z Compiling managed v0.8.0
21012023-12-07T18:14:19.626Z Compiling ipnet v2.8.0
21022023-12-07T18:14:19.946Z Compiling base16ct v0.2.0
21032023-12-07T18:14:20.370Z Compiling num_threads v0.1.6
21042023-12-07T18:14:20.565Z Compiling funty v2.0.0
21052023-12-07T18:14:21.407Z Compiling packed_struct v0.10.1
21062023-12-07T18:14:22.384Z Compiling num-bigint-dig v0.8.4
21072023-12-07T18:14:22.388Z Compiling regex-automata v0.1.10
21082023-12-07T18:14:22.754Z Compiling bitvec v1.0.1
21092023-12-07T18:14:23.124Z Compiling bstr v0.2.17
21102023-12-07T18:14:25.884Z Compiling time v0.3.27
21112023-12-07T18:14:26.949Z Compiling sec1 v0.7.3
21122023-12-07T18:14:30.407Z Compiling idna v0.2.3
21132023-12-07T18:14:31.333Z Compiling r2d2 v0.8.10
21142023-12-07T18:14:31.894Z Compiling group v0.13.0
21152023-12-07T18:14:33.449Z Compiling inout v0.1.3
21162023-12-07T18:14:35.072Z Compiling phf v0.11.2
21172023-12-07T18:14:35.332Z Compiling regex v1.10.2
21182023-12-07T18:14:35.526Z Compiling hyper-tls v0.5.0
21192023-12-07T18:14:36.027Z Compiling hyper-rustls v0.24.2
21202023-12-07T18:14:36.790Z Compiling signal-hook-mio v0.2.3
21212023-12-07T18:14:36.996Z Compiling clap v4.4.3
21222023-12-07T18:14:37.003Z Compiling bzip2 v0.4.4
21232023-12-07T18:14:37.154Z Compiling flate2 v1.0.28
21242023-12-07T18:14:37.550Z Compiling ipnetwork v0.20.0
21252023-12-07T18:14:38.012Z Compiling toml_edit v0.19.15
21262023-12-07T18:14:38.681Z Compiling postgres-types v0.2.6
21272023-12-07T18:14:38.726Z Compiling itertools v0.11.0
21282023-12-07T18:14:38.791Z Compiling pin-project v1.1.3
21292023-12-07T18:14:39.407Z Compiling hubpack v0.1.2
21302023-12-07T18:14:40.062Z Compiling serde_urlencoded v0.7.1
21312023-12-07T18:14:40.441Z Compiling phf_shared v0.10.0
21322023-12-07T18:14:40.906Z Compiling hkdf v0.12.3
21332023-12-07T18:14:41.000Z Compiling futures-executor v0.3.29
21342023-12-07T18:14:43.790Z Compiling crypto-bigint v0.5.2
21352023-12-07T18:14:44.369Z Compiling packed_struct_codegen v0.10.1
21362023-12-07T18:14:45.701Z Compiling float-cmp v0.9.0
21372023-12-07T18:14:46.809Z Compiling encoding_rs v0.8.33
21382023-12-07T18:14:46.852Z Compiling mime v0.3.17
21392023-12-07T18:14:47.229Z Compiling predicates-core v1.0.6
21402023-12-07T18:14:47.688Z Compiling webpki-roots v0.25.2
21412023-12-07T18:14:47.892Z Compiling difflib v0.4.0
21422023-12-07T18:14:48.519Z Compiling crc-catalog v2.2.0
21432023-12-07T18:14:48.711Z Compiling nodrop v0.1.14
21442023-12-07T18:14:49.321Z Compiling static_assertions v1.1.0
21452023-12-07T18:14:49.449Z Compiling regex-automata v0.3.8
21462023-12-07T18:14:49.901Z Compiling whoami v1.4.1
21472023-12-07T18:14:50.677Z Compiling unicode-segmentation v1.10.1
21482023-12-07T18:14:52.027Z Compiling unicode-width v0.1.11
21492023-12-07T18:14:52.249Z Compiling precomputed-hash v0.1.1
21502023-12-07T18:14:52.395Z Compiling new_debug_unreachable v1.0.4
21512023-12-07T18:14:52.512Z Compiling normalize-line-endings v0.3.0
21522023-12-07T18:14:52.667Z Compiling data-encoding v2.4.0
21532023-12-07T18:14:53.143Z Compiling fixedbitset v0.4.2
21542023-12-07T18:14:53.746Z Compiling trust-dns-proto v0.22.0
21552023-12-07T18:14:55.523Z Compiling petgraph v0.6.4
21562023-12-07T18:15:01.943Z Compiling predicates v3.0.4
21572023-12-07T18:15:02.112Z Compiling string_cache v0.8.7
21582023-12-07T18:15:02.738Z Compiling console v0.15.7
21592023-12-07T18:15:04.339Z Compiling bstr v1.6.0
21602023-12-07T18:15:04.797Z Compiling similar v2.2.1
21612023-12-07T18:15:06.259Z Compiling reqwest v0.11.22
21622023-12-07T18:15:06.713Z Compiling tokio-postgres v0.7.10
21632023-12-07T18:15:07.897Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21642023-12-07T18:15:08.144Z Compiling array-init v0.0.4
21652023-12-07T18:15:13.308Z Compiling crc v3.0.1
21662023-12-07T18:15:15.237Z Compiling elliptic-curve v0.13.8
21672023-12-07T18:15:20.242Z Compiling toml v0.7.8
21682023-12-07T18:15:21.809Z Compiling futures v0.3.29
21692023-12-07T18:15:22.705Z Compiling snafu v0.7.5
21702023-12-07T18:15:23.237Z Compiling smallvec v0.6.14
21712023-12-07T18:15:23.603Z Compiling zip v0.6.6
21722023-12-07T18:15:23.926Z Compiling diesel v2.1.4
21732023-12-07T18:15:23.941Z Compiling yasna v0.5.2
21742023-12-07T18:15:24.012Z Compiling crossterm v0.27.0
21752023-12-07T18:15:26.088Z Compiling cipher v0.4.4
21762023-12-07T18:15:26.456Z Compiling hashbrown v0.13.2
21772023-12-07T18:15:29.542Z Compiling bit-set v0.5.3
21782023-12-07T18:15:29.952Z Compiling usdt v0.3.5
21792023-12-07T18:15:30.328Z Compiling is-terminal v0.4.9
21802023-12-07T18:15:31.297Z Compiling toml_edit v0.21.0
21812023-12-07T18:15:32.950Z Compiling itertools v0.10.5
21822023-12-07T18:15:36.624Z Compiling pkcs1 v0.7.5
21832023-12-07T18:15:37.538Z Compiling tokio-stream v0.1.14
21842023-12-07T18:15:38.983Z Compiling openapiv3 v2.0.0-rc.1
21852023-12-07T18:15:42.827Z Compiling hex v0.4.3
21862023-12-07T18:15:44.269Z Compiling signature v2.1.0
21872023-12-07T18:15:47.159Z Compiling lalrpop-util v0.19.12
21882023-12-07T18:15:48.243Z Compiling termcolor v1.2.0
21892023-12-07T18:15:51.492Z Compiling bitfield v0.14.0
21902023-12-07T18:15:51.965Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21912023-12-07T18:16:07.641Z Compiling env_logger v0.10.0
21922023-12-07T18:16:12.392Z Compiling rsa v0.9.2
21932023-12-07T18:16:21.477Z Compiling serde-hex v0.1.0
21942023-12-07T18:16:26.298Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21952023-12-07T18:16:32.263Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21962023-12-07T18:16:32.646Z Compiling ron v0.8.1
21972023-12-07T18:16:33.244Z Compiling x509-cert v0.2.4
21982023-12-07T18:16:43.116Z Compiling crc-any v2.4.3
21992023-12-07T18:16:48.059Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22002023-12-07T18:17:01.442Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22012023-12-07T18:17:12.101Z Compiling object v0.30.4
22022023-12-07T18:17:27.051Z Compiling path-slash v0.1.5
22032023-12-07T18:17:27.422Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22042023-12-07T18:18:11.082Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22052023-12-07T18:18:12.210Z Finished release [optimized] target(s) in 5m 56s
22062023-12-07T18:18:12.273Z
22072023-12-07T18:18:12.277Zreal 5:56.920058047
22082023-12-07T18:18:12.277Zuser 41:25.832503266
22092023-12-07T18:18:12.277Zsys 3:34.704177286
22102023-12-07T18:18:12.277Ztrap 1.650339867
22112023-12-07T18:18:12.277Ztflt 0.935349100
22122023-12-07T18:18:12.278Zdflt 0.507368695
22132023-12-07T18:18:12.278Zkflt 0.004127476
22142023-12-07T18:18:12.278Zlock 1:32:35.422894605
22152023-12-07T18:18:12.278Zslp 1:57:18.056677160
22162023-12-07T18:18:12.278Zlat 1:47.538862338
22172023-12-07T18:18:12.278Zstop 1:17.854468782
22182023-12-07T18:18:12.280Z+ ptime -m gzip
22192023-12-07T18:18:12.940Z
22202023-12-07T18:18:12.945Zreal 0.661752639
22212023-12-07T18:18:12.945Zuser 0.652420624
22222023-12-07T18:18:12.945Zsys 0.008738093
22232023-12-07T18:18:12.945Ztrap 0.000082698
22242023-12-07T18:18:12.945Ztflt 0.000000000
22252023-12-07T18:18:12.945Zdflt 0.000000000
22262023-12-07T18:18:12.945Zkflt 0.000000000
22272023-12-07T18:18:12.945Zlock 0.000000000
22282023-12-07T18:18:12.945Zslp 0.000000000
22292023-12-07T18:18:12.945Zlat 0.000176492
22302023-12-07T18:18:12.945Zstop 0.000231524
22312023-12-07T18:18:12.945Z+ banner tufaceous
22322023-12-07T18:18:12.945Z
22332023-12-07T18:18:12.945Z ##### # # ###### ## #### ###### #### # # ####
22342023-12-07T18:18:12.945Z # # # # # # # # # # # # # #
22352023-12-07T18:18:12.946Z # # # ##### # # # ##### # # # # ####
22362023-12-07T18:18:12.948Z # # # # ###### # # # # # # #
22372023-12-07T18:18:12.948Z # # # # # # # # # # # # # # #
22382023-12-07T18:18:12.948Z # #### # # # #### ###### #### #### ####
22392023-12-07T18:18:12.948Z
22402023-12-07T18:18:12.948Z+ ptime -m cargo build --locked -p tufaceous --release
22412023-12-07T18:18:13.585Z Downloading crates ...
22422023-12-07T18:18:14.209Z Downloaded humantime v2.1.0
22432023-12-07T18:18:14.209Z Downloaded serde_plain v1.0.2
22442023-12-07T18:18:14.209Z Downloaded fs-err v2.11.0
22452023-12-07T18:18:14.209Z Downloaded globset v0.4.13
22462023-12-07T18:18:14.210Z Downloaded olpc-cjson v0.1.3
22472023-12-07T18:18:14.210Z Downloaded buf-list v1.0.3
22482023-12-07T18:18:14.210Z Downloaded async-recursion v1.0.5
22492023-12-07T18:18:14.210Z Downloaded typed-path v0.7.0
22502023-12-07T18:18:14.210Z Downloaded tough v0.16.0
22512023-12-07T18:18:14.210Z Downloaded bytesize v1.3.0
22522023-12-07T18:18:14.210Z Compiling serde_tokenstream v0.2.0
22532023-12-07T18:18:14.210Z Compiling regress v0.7.1
22542023-12-07T18:18:14.210Z Compiling dirs-sys-next v0.1.2
22552023-12-07T18:18:14.210Z Compiling ident_case v1.0.1
22562023-12-07T18:18:14.210Z Compiling thread_local v1.1.7
22572023-12-07T18:18:14.210Z Compiling heck v0.4.1
22582023-12-07T18:18:14.210Z Compiling slog-async v2.8.0
22592023-12-07T18:18:14.350Z Compiling dirs-next v2.0.0
22602023-12-07T18:18:14.707Z Compiling darling_core v0.20.3
22612023-12-07T18:18:14.798Z Compiling camino v1.1.6
22622023-12-07T18:18:14.927Z Compiling term v0.7.0
22632023-12-07T18:18:15.420Z Compiling crossbeam-channel v0.5.8
22642023-12-07T18:18:15.724Z Compiling getopts v0.2.21
22652023-12-07T18:18:15.978Z Compiling structmeta-derive v0.2.0
22662023-12-07T18:18:16.181Z Compiling atty v0.2.14
22672023-12-07T18:18:16.396Z Compiling multer v2.1.0
22682023-12-07T18:18:16.777Z Compiling unsafe-libyaml v0.2.9
22692023-12-07T18:18:17.098Z Compiling take_mut v0.2.2
22702023-12-07T18:18:17.313Z Compiling match_cfg v0.1.0
22712023-12-07T18:18:17.434Z Compiling paste v1.0.14
22722023-12-07T18:18:18.146Z Compiling hostname v0.3.1
22732023-12-07T18:18:18.569Z Compiling slog-term v2.9.0
22742023-12-07T18:18:19.599Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22752023-12-07T18:18:21.884Z Compiling structmeta v0.2.0
22762023-12-07T18:18:22.452Z Compiling serde_yaml v0.9.25
22772023-12-07T18:18:23.868Z Compiling darling_macro v0.20.3
22782023-12-07T18:18:23.895Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22792023-12-07T18:18:23.895Z Compiling slog-json v2.6.1
22802023-12-07T18:18:24.288Z Compiling async-stream-impl v0.3.5
22812023-12-07T18:18:24.827Z Compiling darling v0.20.3
22822023-12-07T18:18:24.973Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22832023-12-07T18:18:25.538Z Compiling regex-syntax v0.7.5
22842023-12-07T18:18:25.828Z Compiling atomic-waker v1.1.1
22852023-12-07T18:18:26.082Z Compiling fastrand v2.0.0
22862023-12-07T18:18:26.222Z Compiling async-stream v0.3.5
22872023-12-07T18:18:26.663Z Compiling tempfile v3.8.1
22882023-12-07T18:18:26.936Z Compiling waitgroup v0.1.2
22892023-12-07T18:18:27.217Z Compiling serde_with_macros v3.4.0
22902023-12-07T18:18:27.261Z Compiling slog-bunyan v2.4.0
22912023-12-07T18:18:29.790Z Compiling toml v0.8.8
22922023-12-07T18:18:30.270Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22932023-12-07T18:18:31.060Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22942023-12-07T18:18:32.132Z Compiling sha1 v0.10.6
22952023-12-07T18:18:32.551Z Compiling serde_path_to_error v0.1.14
22962023-12-07T18:18:33.791Z Compiling fs-err v2.11.0
22972023-12-07T18:18:33.799Z Compiling instant v0.1.12
22982023-12-07T18:18:33.799Z Compiling debug-ignore v1.0.5
22992023-12-07T18:18:33.799Z Compiling arc-swap v1.6.0
23002023-12-07T18:18:33.799Z Compiling same-file v1.0.6
23012023-12-07T18:18:33.833Z Compiling buf-list v1.0.3
23022023-12-07T18:18:34.198Z Compiling walkdir v2.4.0
23032023-12-07T18:18:34.412Z Compiling slog-scope v4.4.0
23042023-12-07T18:18:34.807Z Compiling backoff v0.4.0
23052023-12-07T18:18:35.340Z Compiling serde_with v3.4.0
23062023-12-07T18:18:35.760Z Compiling parse-display-derive v0.8.2
23072023-12-07T18:18:35.872Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23082023-12-07T18:18:36.881Z Compiling globset v0.4.13
23092023-12-07T18:18:37.062Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23102023-12-07T18:18:37.302Z Compiling strum v0.25.0
23112023-12-07T18:18:37.542Z Compiling olpc-cjson v0.1.3
23122023-12-07T18:18:38.328Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23132023-12-07T18:18:38.396Z Compiling pem v3.0.2
23142023-12-07T18:18:38.708Z Compiling macaddr v1.0.1
23152023-12-07T18:18:39.836Z Compiling serde_plain v1.0.2
23162023-12-07T18:18:40.683Z Compiling async-recursion v1.0.5
23172023-12-07T18:18:41.435Z Compiling xattr v1.0.1
23182023-12-07T18:18:41.452Z Compiling filetime v0.2.23
23192023-12-07T18:18:41.894Z Compiling parse-display v0.8.2
23202023-12-07T18:18:41.955Z Compiling typed-path v0.7.0
23212023-12-07T18:18:42.133Z Compiling tar v0.4.40
23222023-12-07T18:18:43.063Z Compiling slog-stdlog v4.1.1
23232023-12-07T18:18:44.550Z Compiling camino-tempfile v1.1.1
23242023-12-07T18:18:45.103Z Compiling itertools v0.12.0
23252023-12-07T18:18:45.405Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23262023-12-07T18:18:45.621Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23272023-12-07T18:18:50.884Z Compiling tough v0.16.0
23282023-12-07T18:18:51.333Z Compiling bytesize v1.3.0
23292023-12-07T18:18:51.739Z Compiling slog-envlogger v2.2.0
23302023-12-07T18:18:52.251Z Compiling humantime v2.1.0
23312023-12-07T18:18:56.249Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23322023-12-07T18:19:20.214Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23332023-12-07T18:19:20.538Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23342023-12-07T18:19:30.551Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23352023-12-07T18:19:32.697Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23362023-12-07T18:20:01.488Z Finished release [optimized] target(s) in 1m 48s
23372023-12-07T18:20:01.581Z
23382023-12-07T18:20:01.594Zreal 1:48.608858622
23392023-12-07T18:20:01.594Zuser 11:32.906151451
23402023-12-07T18:20:01.594Zsys 43.699573286
23412023-12-07T18:20:01.595Ztrap 0.433044022
23422023-12-07T18:20:01.595Ztflt 0.269736851
23432023-12-07T18:20:01.596Zdflt 0.811867606
23442023-12-07T18:20:01.596Zkflt 0.000068526
23452023-12-07T18:20:01.596Zlock 22:04.313110932
23462023-12-07T18:20:01.596Zslp 23:26.212225952
23472023-12-07T18:20:01.596Zlat 22.220152067
23482023-12-07T18:20:01.598Zstop 11.912290884
23492023-12-07T18:20:01.598Z+ ptime -m gzip
23502023-12-07T18:20:03.957Z
23512023-12-07T18:20:03.968Zreal 2.369996767
23522023-12-07T18:20:03.968Zuser 2.342255468
23532023-12-07T18:20:03.968Zsys 0.026957450
23542023-12-07T18:20:03.969Ztrap 0.000272439
23552023-12-07T18:20:03.969Ztflt 0.000000000
23562023-12-07T18:20:03.969Zdflt 0.000000000
23572023-12-07T18:20:03.969Zkflt 0.000000000
23582023-12-07T18:20:03.970Zlock 0.000000000
23592023-12-07T18:20:03.970Zslp 0.000000000
23602023-12-07T18:20:03.970Zlat 0.000174713
23612023-12-07T18:20:03.971Zstop 0.000231893
23622023-12-07T18:20:03.971Zprocess exited: duration 1145055 ms, exit code 0
 
23632023-12-07T18:20:04.016Zfound 5 output files
23642023-12-07T18:20:04.016Zuploading: /work/end-to-end-tests/bootstrap-646838659330fbdc.gz (6319393 bytes)
23652023-12-07T18:20:07.217Zuploaded: /work/end-to-end-tests/bootstrap-646838659330fbdc.gz
23662023-12-07T18:20:07.217Zuploading: /work/end-to-end-tests/bootstrap.gz (96216284 bytes)
23672023-12-07T18:20:39.902Zuploaded: /work/end-to-end-tests/bootstrap.gz
23682023-12-07T18:20:39.902Zuploading: /work/end-to-end-tests/end_to_end_tests-d7cc9e37decfa28a.gz (99816878 bytes)
23692023-12-07T18:21:18.374Zuploaded: /work/end-to-end-tests/end_to_end_tests-d7cc9e37decfa28a.gz
23702023-12-07T18:21:18.375Zuploading: /work/caboose-util.gz (4091081 bytes)
23712023-12-07T18:21:21.532Zuploaded: /work/caboose-util.gz
23722023-12-07T18:21:21.532Zuploading: /work/tufaceous.gz (14969737 bytes)
23732023-12-07T18:21:25.815Zuploaded: /work/tufaceous.gz