01HE1V9CS3RC1SDY5HYMKS40DF: 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: 01HE1VA5P2V1E2TZWT56MGSYXP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-31T03:11:25.084Zjob assigned to worker 01HE1VC1RA5F8Z4981Q1C3EXHB (queued for 2 m 0 s)
 
22023-10-31T03:11:26.134Zstarting task 0: "setup"
32023-10-31T03:11:26.196Z++ uname -s
42023-10-31T03:11:26.213Z+ kern=SunOS
52023-10-31T03:11:26.219Z+ case "$kern" in
62023-10-31T03:11:26.225Z+ groupadd -g 12345 build
72023-10-31T03:11:26.233Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-31T03:11:28.265Z+ zfs create -o mountpoint=/work rpool/work
92023-10-31T03:11:28.317Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-31T03:11:28.327Z+ home_fs=zfs
112023-10-31T03:11:28.332Z+ [[ zfs == autofs ]]
122023-10-31T03:11:28.337Z+ mkdir -p /home/build
132023-10-31T03:11:28.355Z+ chown build:build /home/build /work
142023-10-31T03:11:30.383Z+ chmod 0700 /home/build /work
152023-10-31T03:11:30.804Zprocess exited: duration 4182 ms, exit code 0
 
162023-10-31T03:11:31.234Zstarting task 1: "rust-toolchain"
172023-10-31T03:11:31.263Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-31T03:11:31.274Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-31T03:11:31.443Zinfo: downloading installer
202023-10-31T03:11:33.147Zwarning: it looks like you have an existing installation of Rust at:
212023-10-31T03:11:33.175Zwarning: /opt/ooce/bin
222023-10-31T03:11:33.194Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-31T03:11:33.209Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-31T03:11:33.224Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-31T03:11:33.229Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-31T03:11:33.247Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-31T03:11:33.257Zerror: cannot install while Rust is installed
282023-10-31T03:11:33.272Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-31T03:11:33.310Zinfo: profile set to 'default'
302023-10-31T03:11:33.327Zinfo: default host triple is x86_64-unknown-illumos
312023-10-31T03:11:33.342Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-31T03:11:33.437Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-31T03:11:33.446Zinfo: downloading component 'cargo'
342023-10-31T03:11:34.092Zinfo: downloading component 'clippy'
352023-10-31T03:11:34.320Zinfo: downloading component 'rust-docs'
362023-10-31T03:11:35.148Zinfo: downloading component 'rust-std'
372023-10-31T03:11:36.671Zinfo: downloading component 'rustc'
382023-10-31T03:11:40.207Zinfo: downloading component 'rustfmt'
392023-10-31T03:11:40.471Zinfo: installing component 'cargo'
402023-10-31T03:11:41.880Zinfo: installing component 'clippy'
412023-10-31T03:11:42.463Zinfo: installing component 'rust-docs'
422023-10-31T03:11:45.137Zinfo: installing component 'rust-std'
432023-10-31T03:11:48.307Zinfo: installing component 'rustc'
442023-10-31T03:11:54.863Zinfo: installing component 'rustfmt'
452023-10-31T03:11:55.347Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-31T03:11:55.364Z
472023-10-31T03:11:55.547Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-31T03:11:55.560Z
492023-10-31T03:11:55.565Z
502023-10-31T03:11:55.576ZRust is installed now. Great!
512023-10-31T03:11:55.583Z
522023-10-31T03:11:55.591ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-31T03:11:55.599Zenvironment variable. This has not been done automatically.
542023-10-31T03:11:55.614Z
552023-10-31T03:11:56.042ZTo configure your current shell, run:
562023-10-31T03:11:56.054Zsource "$HOME/.cargo/env"
572023-10-31T03:11:56.070Z+ rustc --version
582023-10-31T03:11:56.081Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-31T03:11:56.090Zprocess exited: duration 24434 ms, exit code 0
 
602023-10-31T03:11:56.108Zstarting task 2: "authentication"
612023-10-31T03:11:56.152Zprocess exited: duration 36 ms, exit code 0
 
622023-10-31T03:11:56.168Zstarting task 3: "clone repository"
632023-10-31T03:11:56.185Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-31T03:11:56.194Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-31T03:11:56.216ZCloning into '/work/oxidecomputer/omicron'...
662023-10-31T03:12:02.491Z+ cd /work/oxidecomputer/omicron
672023-10-31T03:12:02.509Z+ [[ -n renovate/serde_json-1.x ]]
682023-10-31T03:12:02.962Z+ git fetch origin renovate/serde_json-1.x
692023-10-31T03:12:02.986ZFrom https://github.com/oxidecomputer/omicron
702023-10-31T03:12:03.005Z * branch renovate/serde_json-1.x -> FETCH_HEAD
712023-10-31T03:12:03.020Z+ git checkout -B renovate/serde_json-1.x remotes/origin/renovate/serde_json-1.x
722023-10-31T03:12:03.035ZSwitched to a new branch 'renovate/serde_json-1.x'
732023-10-31T03:12:03.061Zbranch 'renovate/serde_json-1.x' set up to track 'origin/renovate/serde_json-1.x'.
742023-10-31T03:12:03.076Z+ git reset --hard 1f91f4c3e76f06e58e0de0aae0dfd1553b499920
752023-10-31T03:12:03.093ZHEAD is now at 1f91f4c3 chore(deps): update rust crate serde_json to 1.0.108
762023-10-31T03:12:03.523Zprocess exited: duration 6839 ms, exit code 0
 
772023-10-31T03:12:03.557Zstarting task 4: "build"
782023-10-31T03:12:03.581Z+ cargo --version
792023-10-31T03:12:03.668Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-31T03:12:03.683Z+ rustc --version
812023-10-31T03:12:03.766Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-31T03:12:03.777Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-31T03:12:15.312Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-31T03:12:16.216Z Startup: Caching catalogs ... Done
852023-10-31T03:12:20.825ZPlanning: Solver setup ... Done (4.325s)
862023-10-31T03:12:20.929ZPlanning: Running solver ... Done (0.114s)
872023-10-31T03:12:20.982ZPlanning: Finding local manifests ... Done (0.003s)
882023-10-31T03:12:21.083ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-31T03:12:22.605ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-31T03:12:22.694ZPlanning: Package planning ... Done (0.079s)
912023-10-31T03:12:22.777ZPlanning: Merging actions ... Done (0.086s)
922023-10-31T03:12:23.630ZPlanning: Checking for conflicting actions ... Done (0.862s)
932023-10-31T03:12:23.654ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-31T03:12:28.704ZPlanning: Evaluating mediators ... Done (5.058s)
952023-10-31T03:12:28.719ZPlanning: Planning completed in 12.45 seconds
962023-10-31T03:12:28.758Z Packages to install: 4
972023-10-31T03:12:28.761Z Mediators to change: 2
982023-10-31T03:12:28.764Z Services to change: 1
992023-10-31T03:12:28.778Z Estimated space available: 149.39 GB
1002023-10-31T03:12:28.781ZEstimated space to be consumed: 1.37 GB
1012023-10-31T03:12:28.784Z Create boot environment: No
1022023-10-31T03:12:28.787ZCreate backup boot environment: No
1032023-10-31T03:12:28.790Z Rebuild boot archive: No
1042023-10-31T03:12:28.793Z
1052023-10-31T03:12:28.796ZChanged mediators:
1062023-10-31T03:12:28.799Z mediator clang:
1072023-10-31T03:12:28.805Z version: None -> 15 (system default)
1082023-10-31T03:12:28.809Z
1092023-10-31T03:12:28.812Z mediator llvm:
1102023-10-31T03:12:28.815Z version: 14 (system default) -> 15 (system default)
1112023-10-31T03:12:28.819Z
1122023-10-31T03:12:28.826ZChanged packages:
1132023-10-31T03:12:28.829Zhelios-dev
1142023-10-31T03:12:28.832Z developer/build-essential
1152023-10-31T03:12:28.836Z None -> 11-2.0
1162023-10-31T03:12:28.840Z library/libxmlsec1
1172023-10-31T03:12:28.844Z None -> 1.2.35-2.0
1182023-10-31T03:12:28.847Z ooce/developer/clang-15
1192023-10-31T03:12:28.850Z None -> 15.0.7-2.0
1202023-10-31T03:12:28.853Z ooce/developer/llvm-15
1212023-10-31T03:12:28.856Z None -> 15.0.7-2.0
1222023-10-31T03:12:28.860Z
1232023-10-31T03:12:28.864ZServices:
1242023-10-31T03:12:28.875Z restart_fmri:
1252023-10-31T03:12:28.887Z svc:/system/update-man-index:default
1262023-10-31T03:12:29.310Z
1272023-10-31T03:12:29.324ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-31T03:12:33.947ZDownload: 300/3290 items 1.8/212.6MB 0% complete (380k/s)
1292023-10-31T03:12:38.954ZDownload: 645/3290 items 4.3/212.6MB 2% complete (422k/s)
1302023-10-31T03:12:43.951ZDownload: 1122/3290 items 38.3/212.6MB 18% complete (3.5M/s)
1312023-10-31T03:12:50.817ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.0M/s)
1322023-10-31T03:12:55.811ZDownload: 1341/3290 items 111.5/212.6MB 52% complete (4.0M/s)
1332023-10-31T03:13:00.846ZDownload: 1493/3290 items 115.9/212.6MB 54% complete (3.5M/s)
1342023-10-31T03:13:05.899ZDownload: 1675/3290 items 117.2/212.6MB 55% complete (676k/s)
1352023-10-31T03:13:10.914ZDownload: 1937/3290 items 117.9/212.6MB 55% complete (206k/s)
1362023-10-31T03:13:16.614ZDownload: 2220/3290 items 118.5/212.6MB 55% complete (208k/s)
1372023-10-31T03:13:21.607ZDownload: 2223/3290 items 119.1/212.6MB 56% complete (114k/s)
1382023-10-31T03:13:26.668ZDownload: 2485/3290 items 120.0/212.6MB 56% complete (152k/s)
1392023-10-31T03:13:31.624ZDownload: 2836/3290 items 120.9/212.6MB 56% complete (177k/s)
1402023-10-31T03:13:36.622ZDownload: 3092/3290 items 122.7/212.6MB 57% complete (206k/s)
1412023-10-31T03:13:46.993ZDownload: 3246/3290 items 202.9/212.6MB 95% complete (8.2M/s)
1422023-10-31T03:13:53.008ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (7.8M/s)
1432023-10-31T03:14:01.540ZDownload: 3247/3290 items 203.1/212.6MB 95% complete
1442023-10-31T03:14:04.926ZDownload: Completed 212.60 MB in 96.01 seconds (2.2M/s)
1452023-10-31T03:14:05.166Z Actions: 1/3687 actions (Installing new actions)
1462023-10-31T03:14:10.178Z Actions: 3088/3687 actions (Installing new actions)
1472023-10-31T03:14:13.268Z Actions: Completed 3687 actions in 8.11 seconds.
1482023-10-31T03:14:13.419Z Done (0.145s)
1492023-10-31T03:14:13.422Z Done (0.000s)
1502023-10-31T03:14:13.756Z Done (0.202s)
1512023-10-31T03:14:20.900Z Done (7.153s)
1522023-10-31T03:14:21.105Z Done (0.116s)
1532023-10-31T03:14:21.120Z Done (0.000s)
1542023-10-31T03:14:21.317Z Done (0.000s)
1552023-10-31T03:14:21.996ZPlanning: Evaluating mediator changes ... Done
1562023-10-31T03:14:22.265ZPlanning: Checking for conflicting actions ... Done
1572023-10-31T03:14:22.272ZPlanning: Consolidating action changes ... Done
1582023-10-31T03:14:22.694ZPlanning: Evaluating mediators ... Done
1592023-10-31T03:14:22.697ZPlanning: Planning completed in 0.71 seconds
1602023-10-31T03:14:22.753Z Mediators to change: 2
1612023-10-31T03:14:22.758Z Create boot environment: No
1622023-10-31T03:14:22.762ZCreate backup boot environment: No
1632023-10-31T03:14:22.846Z Done
1642023-10-31T03:14:22.850Z Done
1652023-10-31T03:14:22.999Z Done
1662023-10-31T03:14:28.685Z Done
1672023-10-31T03:14:28.796Z Done
1682023-10-31T03:14:28.800Z Done
1692023-10-31T03:14:28.883Z Done
1702023-10-31T03:14:29.870ZPlanning: Evaluating mediator changes ... Done
1712023-10-31T03:14:29.875ZPlanning: Merging actions ... Done
1722023-10-31T03:14:30.197ZPlanning: Checking for conflicting actions ... Done
1732023-10-31T03:14:30.202ZPlanning: Consolidating action changes ... Done
1742023-10-31T03:14:30.636ZPlanning: Evaluating mediators ... Done
1752023-10-31T03:14:30.719ZPlanning: Planning completed in 1.93 seconds
1762023-10-31T03:14:30.773Z Packages to change: 1
1772023-10-31T03:14:30.776Z Mediators to change: 1
1782023-10-31T03:14:30.780Z Services to change: 1
1792023-10-31T03:14:30.783Z Create boot environment: No
1802023-10-31T03:14:30.785ZCreate backup boot environment: Yes
1812023-10-31T03:14:33.764Z Actions: 1/6 actions (Updating modified actions)
1822023-10-31T03:14:33.777Z Actions: Completed 6 actions in 0.00 seconds.
1832023-10-31T03:14:33.787Z Done
1842023-10-31T03:14:33.801Z Done
1852023-10-31T03:14:33.813Z Done
1862023-10-31T03:14:39.580Z Done
1872023-10-31T03:14:39.700Z Done
1882023-10-31T03:14:39.703Z Done
1892023-10-31T03:14:39.809Z Done
1902023-10-31T03:14:40.490ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912023-10-31T03:14:40.493Zclang system 15 system
1922023-10-31T03:14:40.496Zcsh system system illumos
1932023-10-31T03:14:40.499Zctags system system illumos
1942023-10-31T03:14:40.504Zgcc vendor 12 vendor
1952023-10-31T03:14:40.506Zgcc system 10 system
1962023-10-31T03:14:40.510Zgcc system 7 system
1972023-10-31T03:14:40.514Zgo system 1.20 system
1982023-10-31T03:14:40.517Zgo system 1.19 system
1992023-10-31T03:14:40.520Zllvm system 15 system
2002023-10-31T03:14:40.526Zllvm system 14 system
2012023-10-31T03:14:40.533Zmariadb system 10.6 system
2022023-10-31T03:14:40.545Zmta vendor vendor dma
2032023-10-31T03:14:40.556Zopenjdk system 17 system
2042023-10-31T03:14:40.565Zopenjdk system 11 system
2052023-10-31T03:14:40.573Zopenjdk system 1.8 system
2062023-10-31T03:14:40.580Zopenssl vendor 3 vendor
2072023-10-31T03:14:40.583Zperl system 5.36 system
2082023-10-31T03:14:40.587Zpostgresql system 15 system
2092023-10-31T03:14:40.591Zpostgresql system 13 system
2102023-10-31T03:14:40.594Zpython vendor 3 vendor
2112023-10-31T03:14:40.599Zpython system 2 system
2122023-10-31T03:14:40.602Zpython3 system 3.11 system
2132023-10-31T03:14:40.610Zruby system 3.0 system
2142023-10-31T03:14:40.614Zwords vendor vendor american-english
2152023-10-31T03:14:40.618Zwords system system australian-english
2162023-10-31T03:14:40.621Zwords system system british-english
2172023-10-31T03:14:40.626Zwords system system canadian-english
2182023-10-31T03:14:40.632Zwords system system french
2192023-10-31T03:14:40.641Zwords system system italian
2202023-10-31T03:14:40.650Zwords system system ngerman
2212023-10-31T03:14:40.655Zwords system system ogerman
2222023-10-31T03:14:40.663Zwords system system spanish
2232023-10-31T03:14:41.037ZFMRI IFO
2242023-10-31T03:14:41.452Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252023-10-31T03:14:41.512Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262023-10-31T03:14:41.519Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272023-10-31T03:14:41.538Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2282023-10-31T03:14:41.554Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292023-10-31T03:14:41.568Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2302023-10-31T03:14:41.596Z+ set -o errexit
2312023-10-31T03:14:41.610Z+++ dirname ./tools/ci_download_cockroachdb
2322023-10-31T03:14:41.649Z++ cd ./tools
2332023-10-31T03:14:41.654Z++ pwd
2342023-10-31T03:14:41.665Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2352023-10-31T03:14:41.673Z++ basename ./tools/ci_download_cockroachdb
2362023-10-31T03:14:41.679Z+ ARG0=ci_download_cockroachdb
2372023-10-31T03:14:41.686Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2382023-10-31T03:14:41.692Z+ CIDL_VERSION=v22.1.9
2392023-10-31T03:14:41.698Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2402023-10-31T03:14:41.705Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2412023-10-31T03:14:41.716Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2422023-10-31T03:14:41.721Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2432023-10-31T03:14:41.725Z+ TARGET_DIR=out
2442023-10-31T03:14:41.734Z+ DOWNLOAD_DIR=out/downloads
2452023-10-31T03:14:41.742Z+ DEST_DIR=./out/cockroachdb
2462023-10-31T03:14:41.752Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2472023-10-31T03:14:41.759Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2482023-10-31T03:14:41.772Z+ main
2492023-10-31T03:14:41.777Z+ [[ 0 != 0 ]]
2502023-10-31T03:14:41.784Z+ CIDL_OS=solaris2.11
2512023-10-31T03:14:41.791Z+ [[ 0 != 0 ]]
2522023-10-31T03:14:41.805Z+ configure_os solaris2.11
2532023-10-31T03:14:41.810Z+ echo 'current directory: /work/oxidecomputer/omicron'
2542023-10-31T03:14:41.821Zcurrent directory: /work/oxidecomputer/omicron
2552023-10-31T03:14:41.827Z+ echo 'configuring based on OS: "solaris2.11"'
2562023-10-31T03:14:41.836Zconfiguring based on OS: "solaris2.11"
2572023-10-31T03:14:41.844Z+ case "$1" in
2582023-10-31T03:14:41.852Z+ CIDL_BUILD=illumos
2592023-10-31T03:14:41.862Z+ CIDL_SUFFIX=tar.gz
2602023-10-31T03:14:41.865Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2612023-10-31T03:14:41.868Z+ CIDL_MD5FUNC=do_md5sum
2622023-10-31T03:14:41.871Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632023-10-31T03:14:41.873Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642023-10-31T03:14:41.877Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652023-10-31T03:14:41.879Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662023-10-31T03:14:41.883Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-31T03:14:41.886Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682023-10-31T03:14:41.889Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-31T03:14:41.892Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2702023-10-31T03:14:41.894ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-10-31T03:14:41.897Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722023-10-31T03:14:41.900ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-10-31T03:14:41.903Z+ mkdir -p out/downloads
2742023-10-31T03:14:41.905Z+ mkdir -p ./out/cockroachdb
2752023-10-31T03:14:41.908Z+ local DO_DOWNLOAD=true
2762023-10-31T03:14:41.911Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2772023-10-31T03:14:41.914Z+ '[' true == true ']'
2782023-10-31T03:14:41.916Z+ echo Downloading...
2792023-10-31T03:14:41.919ZDownloading...
2802023-10-31T03:14:41.922Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-10-31T03:14:41.925Z+ 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
2822023-10-31T03:14:55.552Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-10-31T03:14:55.555Z++ md5sum
2842023-10-31T03:14:55.558Z++ awk '{print $1}'
2852023-10-31T03:14:55.738Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2862023-10-31T03:14:55.741Z+ [[ 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 ]]
2872023-10-31T03:14:55.744Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-10-31T03:14:55.747Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2892023-10-31T03:14:59.055Z+ do_assemble_illumos
2902023-10-31T03:14:59.068Z+ rm -r ./out/cockroachdb
2912023-10-31T03:14:59.077Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2922023-10-31T03:14:59.729Z+ ./out/cockroachdb/bin/cockroach version
2932023-10-31T03:15:00.030ZBuild Tag: v22.1.9-dirty
2942023-10-31T03:15:00.033ZBuild Time: 2022/10/26 21:17:46
2952023-10-31T03:15:00.036ZDistribution: OSS
2962023-10-31T03:15:00.064ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2972023-10-31T03:15:00.067ZGo Version: go1.17.13
2982023-10-31T03:15:00.073ZC Compiler: gcc 10.3.0
2992023-10-31T03:15:00.076ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3002023-10-31T03:15:00.079ZBuild Type: release
3012023-10-31T03:15:00.081Z+ set -o errexit
3022023-10-31T03:15:00.084Z+++ dirname ./tools/ci_download_clickhouse
3032023-10-31T03:15:00.101Z++ cd ./tools
3042023-10-31T03:15:00.106Z++ pwd
3052023-10-31T03:15:00.109Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3062023-10-31T03:15:00.112Z++ basename ./tools/ci_download_clickhouse
3072023-10-31T03:15:00.115Z+ ARG0=ci_download_clickhouse
3082023-10-31T03:15:00.120Z+ TARGET_DIR=out
3092023-10-31T03:15:00.123Z+ DOWNLOAD_DIR=out/downloads
3102023-10-31T03:15:00.126Z+ DEST_DIR=./out/clickhouse
3112023-10-31T03:15:00.129Z+ CIDL_VERSION=v22.8.9.24
3122023-10-31T03:15:00.132Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3132023-10-31T03:15:00.134Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3142023-10-31T03:15:00.140Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3152023-10-31T03:15:00.143Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3162023-10-31T03:15:00.147Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3172023-10-31T03:15:00.150Z+ main
3182023-10-31T03:15:00.153Z+ [[ 0 != 0 ]]
3192023-10-31T03:15:00.156Z+ CIDL_OS=solaris2.11
3202023-10-31T03:15:00.159Z+ [[ 0 != 0 ]]
3212023-10-31T03:15:00.162Z+ configure_os solaris2.11
3222023-10-31T03:15:00.165Z+ echo 'current directory: /work/oxidecomputer/omicron'
3232023-10-31T03:15:00.169Zcurrent directory: /work/oxidecomputer/omicron
3242023-10-31T03:15:00.172Z+ echo 'configuring based on OS: "solaris2.11"'
3252023-10-31T03:15:00.175Z+ CIDL_DASHREV=
3262023-10-31T03:15:00.178Zconfiguring based on OS: "solaris2.11"
3272023-10-31T03:15:00.181Z+ case "$1" in
3282023-10-31T03:15:00.184Z+ CIDL_PLATFORM=illumos
3292023-10-31T03:15:00.187Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3302023-10-31T03:15:00.192Z+ CIDL_MD5FUNC=do_md5sum
3312023-10-31T03:15:00.195Z+ CIDL_DASHREV=-1
3322023-10-31T03:15:00.199Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3332023-10-31T03:15:00.202Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-10-31T03:15:00.205Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-10-31T03:15:00.208Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-10-31T03:15:00.211Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3372023-10-31T03:15:00.214ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-10-31T03:15:00.218Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-10-31T03:15:00.225ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-10-31T03:15:00.234Z+ mkdir -p out/downloads
3412023-10-31T03:15:00.255Z+ mkdir -p ./out/clickhouse
3422023-10-31T03:15:00.259Z+ local DO_DOWNLOAD=true
3432023-10-31T03:15:00.265Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3442023-10-31T03:15:00.268Z+ '[' true == true ']'
3452023-10-31T03:15:00.271Z+ echo Downloading...
3462023-10-31T03:15:00.276ZDownloading...
3472023-10-31T03:15:00.285Z+ 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
3482023-10-31T03:15:00.289Z+ 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
3492023-10-31T03:15:01.427Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-10-31T03:15:01.431Z++ md5sum
3512023-10-31T03:15:01.434Z++ awk '{print $1}'
3522023-10-31T03:15:01.685Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3532023-10-31T03:15:01.689Z+ [[ 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 ]]
3542023-10-31T03:15:01.692Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3552023-10-31T03:15:01.696Z+ mkdir -p ./out/clickhouse
3562023-10-31T03:15:01.703Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3572023-10-31T03:15:06.510Z+ ./out/clickhouse/clickhouse server --version
3582023-10-31T03:15:06.569ZClickHouse server version 22.8.9.1.
3592023-10-31T03:15:06.586Z+ set -o errexit
3602023-10-31T03:15:06.596Z+++ dirname ./tools/ci_download_console
3612023-10-31T03:15:06.605Z++ cd ./tools
3622023-10-31T03:15:06.609Z++ pwd
3632023-10-31T03:15:06.614Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3642023-10-31T03:15:06.619Z++ basename ./tools/ci_download_console
3652023-10-31T03:15:06.624Z+ ARG0=ci_download_console
3662023-10-31T03:15:06.640Z+ TARGET_DIR=out
3672023-10-31T03:15:06.649Z+ DOWNLOAD_DIR=out/downloads
3682023-10-31T03:15:06.659Z+ DEST_DIR=./out/console-assets
3692023-10-31T03:15:06.667Z+ source /work/oxidecomputer/omicron/tools/console_version
3702023-10-31T03:15:06.677Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3712023-10-31T03:15:06.691Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3722023-10-31T03:15:06.696Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3732023-10-31T03:15:06.703Z+ TARBALL_FILE=out/downloads/console.tar.gz
3742023-10-31T03:15:06.735Z+ main
3752023-10-31T03:15:06.763Z+ [[ 0 != 0 ]]
3762023-10-31T03:15:06.776Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3772023-10-31T03:15:06.784ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3782023-10-31T03:15:06.795Z+ echo 'Local file: out/downloads/console.tar.gz'
3792023-10-31T03:15:06.814ZLocal file: out/downloads/console.tar.gz
3802023-10-31T03:15:06.826Z+ local DO_DOWNLOAD=true
3812023-10-31T03:15:06.848Z+ [[ -f out/downloads/console.tar.gz ]]
3822023-10-31T03:15:06.880Z+ mkdir -p out/downloads
3832023-10-31T03:15:06.894Z+ '[' true == true ']'
3842023-10-31T03:15:06.903Z+ echo Downloading...
3852023-10-31T03:15:06.909ZDownloading...
3862023-10-31T03:15:06.914Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3872023-10-31T03:15:06.929Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3882023-10-31T03:15:07.670Z++ do_sha256sum out/downloads/console.tar.gz
3892023-10-31T03:15:07.718Z++ case "$OSTYPE" in
3902023-10-31T03:15:07.742Z++ SHA=sha256sum
3912023-10-31T03:15:07.758Z++ sha256sum
3922023-10-31T03:15:07.771Z++ awk '{print $1}'
3932023-10-31T03:15:07.781Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3942023-10-31T03:15:07.804Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
3952023-10-31T03:15:07.815Z+ rm -rf ./out/console-assets
3962023-10-31T03:15:07.823Z+ mkdir -p ./out/console-assets
3972023-10-31T03:15:07.831Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3982023-10-31T03:15:07.842Z+ mkdir -p ./out/console-assets
3992023-10-31T03:15:07.850Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4002023-10-31T03:15:07.856Z+ set -o errexit
4012023-10-31T03:15:07.864Z+++ dirname ./tools/ci_download_maghemite_openapi
4022023-10-31T03:15:07.879Z++ cd ./tools
4032023-10-31T03:15:07.898Z++ pwd
4042023-10-31T03:15:07.910Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4052023-10-31T03:15:07.916Z++ basename ./tools/ci_download_maghemite_openapi
4062023-10-31T03:15:07.920Z+ ARG0=ci_download_maghemite_openapi
4072023-10-31T03:15:07.923Z+ TARGET_DIR=out
4082023-10-31T03:15:07.927Z+ DOWNLOAD_DIR=out/downloads
4092023-10-31T03:15:07.933Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4102023-10-31T03:15:07.940Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4112023-10-31T03:15:07.946Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4122023-10-31T03:15:07.951Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4132023-10-31T03:15:07.954Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4142023-10-31T03:15:07.960Z+ main
4152023-10-31T03:15:07.965Z+ [[ 0 != 0 ]]
4162023-10-31T03:15:07.970Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4172023-10-31T03:15:07.977ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4182023-10-31T03:15:07.983Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4192023-10-31T03:15:07.988ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4202023-10-31T03:15:07.993Z+ local DO_DOWNLOAD=true
4212023-10-31T03:15:07.998Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4222023-10-31T03:15:08.002Z+ mkdir -p out/downloads
4232023-10-31T03:15:08.005Z+ '[' true == true ']'
4242023-10-31T03:15:08.008Z+ echo Downloading...
4252023-10-31T03:15:08.013ZDownloading...
4262023-10-31T03:15:08.017Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4272023-10-31T03:15:08.020Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4282023-10-31T03:15:08.214Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4292023-10-31T03:15:08.222Z++ case "$OSTYPE" in
4302023-10-31T03:15:08.230Z++ SHA=sha256sum
4312023-10-31T03:15:08.241Z++ sha256sum
4322023-10-31T03:15:08.248Z++ awk '{print $1}'
4332023-10-31T03:15:08.259Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4342023-10-31T03:15:08.269Z+ [[ 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 ]]
4352023-10-31T03:15:08.279Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4362023-10-31T03:15:08.289Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4372023-10-31T03:15:08.299Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4382023-10-31T03:15:08.313Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4392023-10-31T03:15:08.322Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4402023-10-31T03:15:08.329Z+ main
4412023-10-31T03:15:08.343Z+ [[ 0 != 0 ]]
4422023-10-31T03:15:08.350Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4432023-10-31T03:15:08.360ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4442023-10-31T03:15:08.370Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4452023-10-31T03:15:08.380ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4462023-10-31T03:15:08.387Z+ local DO_DOWNLOAD=true
4472023-10-31T03:15:08.397Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4482023-10-31T03:15:08.406Z+ mkdir -p out/downloads
4492023-10-31T03:15:08.415Z+ '[' true == true ']'
4502023-10-31T03:15:08.427Z+ echo Downloading...
4512023-10-31T03:15:08.436ZDownloading...
4522023-10-31T03:15:08.446Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4532023-10-31T03:15:08.456Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4542023-10-31T03:15:08.466Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4552023-10-31T03:15:08.481Z++ case "$OSTYPE" in
4562023-10-31T03:15:08.491Z++ SHA=sha256sum
4572023-10-31T03:15:08.911Z++ sha256sum
4582023-10-31T03:15:08.922Z++ awk '{print $1}'
4592023-10-31T03:15:08.935Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4602023-10-31T03:15:08.941Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4612023-10-31T03:15:08.949Z+ set -o errexit
4622023-10-31T03:15:08.960Z+++ dirname ./tools/ci_download_dendrite_openapi
4632023-10-31T03:15:08.971Z++ cd ./tools
4642023-10-31T03:15:08.993Z++ pwd
4652023-10-31T03:15:09.004Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-10-31T03:15:09.016Z++ basename ./tools/ci_download_dendrite_openapi
4672023-10-31T03:15:09.437Z+ ARG0=ci_download_dendrite_openapi
4682023-10-31T03:15:09.445Z+ TARGET_DIR=out
4692023-10-31T03:15:09.465Z+ DOWNLOAD_DIR=out/downloads
4702023-10-31T03:15:09.889Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4712023-10-31T03:15:09.901Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4722023-10-31T03:15:09.915Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4732023-10-31T03:15:09.936Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4742023-10-31T03:15:10.385Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4752023-10-31T03:15:10.405Z+ main
4762023-10-31T03:15:10.427Z+ [[ 0 != 0 ]]
4772023-10-31T03:15:10.439Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4782023-10-31T03:15:10.490ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4792023-10-31T03:15:10.512Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4802023-10-31T03:15:10.530ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4812023-10-31T03:15:10.537Z+ local DO_DOWNLOAD=true
4822023-10-31T03:15:10.544Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4832023-10-31T03:15:10.557Z+ mkdir -p out/downloads
4842023-10-31T03:15:10.563Z+ '[' true == true ']'
4852023-10-31T03:15:10.567Z+ echo Downloading...
4862023-10-31T03:15:10.573ZDownloading...
4872023-10-31T03:15:10.996Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4882023-10-31T03:15:11.010Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4892023-10-31T03:15:11.026Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4902023-10-31T03:15:11.049Z++ case "$OSTYPE" in
4912023-10-31T03:15:11.070Z++ SHA=sha256sum
4922023-10-31T03:15:11.084Z++ sha256sum
4932023-10-31T03:15:11.089Z++ awk '{print $1}'
4942023-10-31T03:15:11.097Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4952023-10-31T03:15:11.102Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
4962023-10-31T03:15:11.109Z+ set -o errexit
4972023-10-31T03:15:11.117Z+++ dirname ./tools/ci_download_dendrite_stub
4982023-10-31T03:15:11.130Z++ cd ./tools
4992023-10-31T03:15:11.138Z++ pwd
5002023-10-31T03:15:11.173Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5012023-10-31T03:15:11.190Z++ basename ./tools/ci_download_dendrite_stub
5022023-10-31T03:15:11.212Z+ ARG0=ci_download_dendrite_stub
5032023-10-31T03:15:11.224Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5042023-10-31T03:15:11.232Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5052023-10-31T03:15:11.649Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
5062023-10-31T03:15:11.661Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
5072023-10-31T03:15:11.674Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5082023-10-31T03:15:12.093Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5092023-10-31T03:15:12.100Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5102023-10-31T03:15:12.111Z+ TARGET_DIR=out
5112023-10-31T03:15:12.131Z+ DOWNLOAD_DIR=out/downloads
5122023-10-31T03:15:12.138Z+ DEST_DIR=./out/dendrite-stub
5132023-10-31T03:15:12.145Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5142023-10-31T03:15:12.155Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5152023-10-31T03:15:12.167Z+ REPO=oxidecomputer/dendrite
5162023-10-31T03:15:12.173Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5172023-10-31T03:15:12.183Z+ main
5182023-10-31T03:15:12.189Z+ [[ 0 != 0 ]]
5192023-10-31T03:15:12.202Z+ CIDL_OS=solaris2.11
5202023-10-31T03:15:12.208Z+ [[ 0 != 0 ]]
5212023-10-31T03:15:12.224Z+ configure_os solaris2.11
5222023-10-31T03:15:12.234Z+ echo 'current directory: /work/oxidecomputer/omicron'
5232023-10-31T03:15:12.244Zcurrent directory: /work/oxidecomputer/omicron
5242023-10-31T03:15:12.268Z+ echo 'configuring based on OS: "solaris2.11"'
5252023-10-31T03:15:12.689Zconfiguring based on OS: "solaris2.11"
5262023-10-31T03:15:12.696Z+ case "$1" in
5272023-10-31T03:15:12.708ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5282023-10-31T03:15:12.718Z+ SET_BINARIES=
5292023-10-31T03:15:12.740ZLocal file: out/downloads/dendrite-stub.tar.gz
5302023-10-31T03:15:12.751Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5312023-10-31T03:15:12.760ZDownloading...
5322023-10-31T03:15:12.764Z+ CIDL_SHA256FUNC=do_sha256sum
5332023-10-31T03:15:12.778Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5342023-10-31T03:15:12.787Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5352023-10-31T03:15:12.796Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5362023-10-31T03:15:12.807Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5372023-10-31T03:15:12.829Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382023-10-31T03:15:12.852Z+ mkdir -p out/downloads
5392023-10-31T03:15:12.885Z+ mkdir -p ./out/dendrite-stub
5402023-10-31T03:15:12.897Z+ fetch_and_verify
5412023-10-31T03:15:12.912Z+ local DO_DOWNLOAD=true
5422023-10-31T03:15:12.928Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5432023-10-31T03:15:12.941Z+ '[' true == true ']'
5442023-10-31T03:15:12.958Z+ echo Downloading...
5452023-10-31T03:15:12.969Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5462023-10-31T03:15:12.996Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5472023-10-31T03:15:18.375Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5482023-10-31T03:15:18.393Z++ sha256sum
5492023-10-31T03:15:18.402Z++ awk '{print $1}'
5502023-10-31T03:15:18.469Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5512023-10-31T03:15:18.477Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5522023-10-31T03:15:18.482Z+ do_untar out/downloads/dendrite-stub.tar.gz
5532023-10-31T03:15:18.490Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5542023-10-31T03:15:19.811Z+ do_assemble
5552023-10-31T03:15:19.824Z+ rm -r ./out/dendrite-stub
5562023-10-31T03:15:19.835Z+ mkdir ./out/dendrite-stub
5572023-10-31T03:15:19.854Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5582023-10-31T03:15:19.860Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5592023-10-31T03:15:19.869Z+ set -o errexit
5602023-10-31T03:15:19.876Z+++ dirname ./tools/ci_download_maghemite_mgd
5612023-10-31T03:15:19.882Z++ cd ./tools
5622023-10-31T03:15:19.888Z++ pwd
5632023-10-31T03:15:19.894Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5642023-10-31T03:15:19.908Z++ basename ./tools/ci_download_maghemite_mgd
5652023-10-31T03:15:19.915Z+ ARG0=ci_download_maghemite_mgd
5662023-10-31T03:15:19.921Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5672023-10-31T03:15:19.926Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5682023-10-31T03:15:19.930Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5692023-10-31T03:15:19.937Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5702023-10-31T03:15:19.941Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5712023-10-31T03:15:19.956Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5722023-10-31T03:15:19.961Z+ TARGET_DIR=out
5732023-10-31T03:15:19.965Z+ DOWNLOAD_DIR=out/downloads
5742023-10-31T03:15:19.970Z+ DEST_DIR=./out/mgd
5752023-10-31T03:15:19.973Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5762023-10-31T03:15:19.982Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5772023-10-31T03:15:19.990Z+ REPO=oxidecomputer/maghemite
5782023-10-31T03:15:19.994Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5792023-10-31T03:15:19.998Z+ main
5802023-10-31T03:15:20.003Z+ [[ 0 != 0 ]]
5812023-10-31T03:15:20.008Z+ CIDL_OS=solaris2.11
5822023-10-31T03:15:20.012Z+ [[ 0 != 0 ]]
5832023-10-31T03:15:20.017Z+ configure_os solaris2.11
5842023-10-31T03:15:20.021Z+ echo 'current directory: /work/oxidecomputer/omicron'
5852023-10-31T03:15:20.024Zcurrent directory: /work/oxidecomputer/omicron
5862023-10-31T03:15:20.028Z+ echo 'configuring based on OS: "solaris2.11"'
5872023-10-31T03:15:20.039Zconfiguring based on OS: "solaris2.11"
5882023-10-31T03:15:20.044Z+ case "$1" in
5892023-10-31T03:15:20.051Z+ SET_BINARIES=
5902023-10-31T03:15:20.074Z+ CIDL_SHA256FUNC=do_sha256sum
5912023-10-31T03:15:20.094Z+ TARBALL_FILENAME=mgd.tar.gz
5922023-10-31T03:15:20.114Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5932023-10-31T03:15:20.125Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5942023-10-31T03:15:20.138Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
5952023-10-31T03:15:20.156ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5962023-10-31T03:15:20.167Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5972023-10-31T03:15:20.177ZLocal file: out/downloads/mgd.tar.gz
5982023-10-31T03:15:20.189Z+ mkdir -p out/downloads
5992023-10-31T03:15:20.211Z+ mkdir -p ./out/mgd
6002023-10-31T03:15:20.234Z+ fetch_and_verify
6012023-10-31T03:15:20.249Z+ local DO_DOWNLOAD=true
6022023-10-31T03:15:20.263Z+ [[ -f out/downloads/mgd.tar.gz ]]
6032023-10-31T03:15:20.285Z+ '[' true == true ']'
6042023-10-31T03:15:20.307Z+ echo Downloading...
6052023-10-31T03:15:20.318ZDownloading...
6062023-10-31T03:15:20.331Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
6072023-10-31T03:15:20.338Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6082023-10-31T03:15:35.945Z++ do_sha256sum out/downloads/mgd.tar.gz
6092023-10-31T03:15:35.947Z++ sha256sum
6102023-10-31T03:15:35.950Z++ awk '{print $1}'
6112023-10-31T03:15:36.023Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
6122023-10-31T03:15:36.026Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6132023-10-31T03:15:36.030Z+ do_untar out/downloads/mgd.tar.gz
6142023-10-31T03:15:36.037Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6152023-10-31T03:15:36.690Z+ do_assemble
6162023-10-31T03:15:36.699Z+ rm -r ./out/mgd
6172023-10-31T03:15:36.713Z+ mkdir ./out/mgd
6182023-10-31T03:15:36.719Z+ cp -r out/downloads/root ./out/mgd/root
6192023-10-31T03:15:36.887Z+ set -o errexit
6202023-10-31T03:15:36.890Z+++ dirname ./tools/ci_download_transceiver_control
6212023-10-31T03:15:36.894Z++ cd ./tools
6222023-10-31T03:15:36.907Z++ pwd
6232023-10-31T03:15:36.918Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6242023-10-31T03:15:37.355Z++ basename ./tools/ci_download_transceiver_control
6252023-10-31T03:15:37.381Z+ ARG0=ci_download_transceiver_control
6262023-10-31T03:15:37.396Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6272023-10-31T03:15:37.421Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6282023-10-31T03:15:37.440Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292023-10-31T03:15:37.453Z+ TARGET_DIR=out
6302023-10-31T03:15:37.464Z+ DOWNLOAD_DIR=out/downloads
6312023-10-31T03:15:37.469Z+ DEST_DIR=./out/transceiver-control
6322023-10-31T03:15:37.479Z+ BIN_DIR=/opt/oxide/bin
6332023-10-31T03:15:37.486Z+ BINARY=xcvradm
6342023-10-31T03:15:37.492Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6352023-10-31T03:15:37.501Z+ REPO=oxidecomputer/transceiver-control
6362023-10-31T03:15:37.931Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6372023-10-31T03:15:37.984Z+ main
6382023-10-31T03:15:38.006Z+ [[ 0 != 0 ]]
6392023-10-31T03:15:38.021Z+ CIDL_OS=solaris2.11
6402023-10-31T03:15:38.032Z+ [[ 0 != 0 ]]
6412023-10-31T03:15:38.052Z+ configure_os solaris2.11
6422023-10-31T03:15:38.070Z+ echo 'current directory: /work/oxidecomputer/omicron'
6432023-10-31T03:15:38.105Zcurrent directory: /work/oxidecomputer/omicron
6442023-10-31T03:15:38.122Z+ echo 'configuring based on OS: "solaris2.11"'
6452023-10-31T03:15:38.556Zconfiguring based on OS: "solaris2.11"
6462023-10-31T03:15:38.565Z+ case "$1" in
6472023-10-31T03:15:38.582Z+ SET_BINARIES=
6482023-10-31T03:15:38.603Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6492023-10-31T03:15:38.627Z+ CIDL_SHA256FUNC=do_sha256sum
6502023-10-31T03:15:38.703Z+ ARCHIVE_FILENAME=xcvradm.gz
6512023-10-31T03:15:39.122Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6522023-10-31T03:15:39.131Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6532023-10-31T03:15:39.149Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6542023-10-31T03:15:39.158ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6552023-10-31T03:15:39.176Z+ echo 'Local file: out/downloads/xcvradm.gz'
6562023-10-31T03:15:39.184ZLocal file: out/downloads/xcvradm.gz
6572023-10-31T03:15:39.193Z+ mkdir -p out/downloads
6582023-10-31T03:15:39.204Z+ mkdir -p ./out/transceiver-control
6592023-10-31T03:15:39.217Z+ fetch_and_verify
6602023-10-31T03:15:39.225Z+ local DO_DOWNLOAD=true
6612023-10-31T03:15:39.233Z+ [[ -f out/downloads/xcvradm.gz ]]
6622023-10-31T03:15:39.239Z+ '[' true == true ']'
6632023-10-31T03:15:39.246Z+ echo Downloading...
6642023-10-31T03:15:39.260ZDownloading...
6652023-10-31T03:15:39.265Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6662023-10-31T03:15:39.274Z+ 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
6672023-10-31T03:15:43.223Z++ do_sha256sum out/downloads/xcvradm.gz
6682023-10-31T03:15:43.230Z++ sha256sum
6692023-10-31T03:15:43.236Z++ awk '{print $1}'
6702023-10-31T03:15:43.259Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712023-10-31T03:15:43.269Z+ [[ 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 ]]
6722023-10-31T03:15:43.276Z+ do_unpack out/downloads/xcvradm.gz
6732023-10-31T03:15:43.700Z+ mkdir -p out/downloads/root//opt/oxide/bin
6742023-10-31T03:15:43.707Z+ gzip -dc out/downloads/xcvradm.gz
6752023-10-31T03:15:43.719Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6762023-10-31T03:15:43.729Z+ do_assemble
6772023-10-31T03:15:43.751Z+ rm -r ./out/transceiver-control
6782023-10-31T03:15:44.164Z+ mkdir ./out/transceiver-control
6792023-10-31T03:15:44.172Z+ cp -r out/downloads/root ./out/transceiver-control/root
6802023-10-31T03:15:44.183ZAll prerequisites installed successfully
6812023-10-31T03:15:44.198Z
6822023-10-31T03:15:44.208Zreal 3:39.823390146
6832023-10-31T03:15:44.632Zuser 52.252657923
6842023-10-31T03:15:44.645Zsys 9.869150120
6852023-10-31T03:15:44.661Ztrap 0.020688454
6862023-10-31T03:15:44.673Ztflt 0.192553995
6872023-10-31T03:15:44.683Zdflt 0.515297448
6882023-10-31T03:15:44.692Zkflt 0.111077317
6892023-10-31T03:15:44.701Zlock 1.769924744
6902023-10-31T03:15:44.716Zslp 7:28.153377104
6912023-10-31T03:15:44.732Zlat 3.370762651
6922023-10-31T03:15:44.750Zstop 0.054701860
6932023-10-31T03:15:44.763Z+ banner end-to-end-tests
6942023-10-31T03:15:44.787Z
6952023-10-31T03:15:44.801Z ###### # # ##### ##### #### ###### # # #####
6962023-10-31T03:15:44.816Z # ## # # # # # # # ## # # #
6972023-10-31T03:15:44.830Z ##### # # # # # ##### # # # ##### ##### # # # # #
6982023-10-31T03:15:45.263Z # # # # # # # # # # # # # # #
6992023-10-31T03:15:45.269Z # # ## # # # # # # # ## # #
7002023-10-31T03:15:45.280Z ###### # # ##### # #### ###### # # #####
7012023-10-31T03:15:45.289Z
7022023-10-31T03:15:45.299Z+ export CARGO_PROFILE_DEV_DEBUG=1
7032023-10-31T03:15:45.315Z+ CARGO_PROFILE_DEV_DEBUG=1
7042023-10-31T03:15:45.329Z+ export CARGO_PROFILE_TEST_DEBUG=1
7052023-10-31T03:15:45.346Z+ CARGO_PROFILE_TEST_DEBUG=1
7062023-10-31T03:15:45.367Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7072023-10-31T03:15:45.383Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7082023-10-31T03:15:45.399Z Updating crates.io index
7092023-10-31T03:15:45.409Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7102023-10-31T03:15:45.415Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7112023-10-31T03:15:47.077Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7122023-10-31T03:15:47.650Z Updating git repository `http://github.com/oxidecomputer/tofino`
7132023-10-31T03:15:48.208Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7142023-10-31T03:15:48.290Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7152023-10-31T03:15:48.587Z Updating git repository `https://github.com/oxidecomputer/propolis`
7162023-10-31T03:15:49.473Z Updating git repository `https://github.com/oxidecomputer/crucible`
7172023-10-31T03:15:51.233Z Updating git repository `https://github.com/oxidecomputer/opte`
7182023-10-31T03:15:52.150Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7192023-10-31T03:15:52.514Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7202023-10-31T03:15:52.814Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7212023-10-31T03:15:53.407Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7222023-10-31T03:15:53.779Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7232023-10-31T03:15:54.208Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7242023-10-31T03:15:54.584Z Updating git repository `https://github.com/njaremko/samael`
7252023-10-31T03:15:55.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7262023-10-31T03:15:55.663Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7272023-10-31T03:15:56.048Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7282023-10-31T03:15:56.411Z Updating git repository `https://github.com/jgallagher/nix`
7292023-10-31T03:15:57.665Z Updating git repository `https://github.com/cbiffle/hubpack`
7302023-10-31T03:15:58.036Z Updating git repository `https://github.com/oxidecomputer/omicron`
7312023-10-31T03:16:08.874Z Updating git repository `https://github.com/oxidecomputer/rfb`
7322023-10-31T03:16:09.338Z Updating git repository `https://github.com/oxidecomputer/typify`
7332023-10-31T03:16:10.377Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7342023-10-31T03:16:10.831Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7352023-10-31T03:16:11.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7362023-10-31T03:16:12.532Z Downloading crates ...
7372023-10-31T03:16:12.735Z Downloaded ahash v0.8.3
7382023-10-31T03:16:12.743Z Downloaded log v0.4.20
7392023-10-31T03:16:12.755Z Downloaded match_cfg v0.1.0
7402023-10-31T03:16:12.758Z Downloaded new_debug_unreachable v1.0.4
7412023-10-31T03:16:12.763Z Downloaded md5 v0.7.0
7422023-10-31T03:16:12.774Z Downloaded num v0.4.1
7432023-10-31T03:16:12.776Z Downloaded clap_lex v0.5.1
7442023-10-31T03:16:12.779Z Downloaded num-iter v0.1.43
7452023-10-31T03:16:12.782Z Downloaded ciborium-ll v0.2.1
7462023-10-31T03:16:12.785Z Downloaded polyval v0.6.1
7472023-10-31T03:16:12.789Z Downloaded atty v0.2.14
7482023-10-31T03:16:12.794Z Downloaded num-derive v0.4.0
7492023-10-31T03:16:12.798Z Downloaded bitstruct_derive v0.1.0
7502023-10-31T03:16:12.802Z Downloaded mime v0.3.17
7512023-10-31T03:16:12.805Z Downloaded managed v0.8.0
7522023-10-31T03:16:12.808Z Downloaded matches v0.1.10
7532023-10-31T03:16:12.810Z Downloaded cstr-argument v0.1.2
7542023-10-31T03:16:12.813Z Downloaded parse-display v0.7.0
7552023-10-31T03:16:12.817Z Downloaded proc-macro-crate v1.3.1
7562023-10-31T03:16:12.820Z Downloaded predicates-core v1.0.6
7572023-10-31T03:16:12.824Z Downloaded percent-encoding v2.3.0
7582023-10-31T03:16:12.827Z Downloaded pem v1.1.1
7592023-10-31T03:16:12.831Z Downloaded bitflags v1.3.2
7602023-10-31T03:16:12.835Z Downloaded opaque-debug v0.3.0
7612023-10-31T03:16:12.839Z Downloaded async-stream-impl v0.3.5
7622023-10-31T03:16:12.842Z Downloaded lru-cache v0.1.2
7632023-10-31T03:16:12.845Z Downloaded num_threads v0.1.6
7642023-10-31T03:16:12.848Z Downloaded precomputed-hash v0.1.1
7652023-10-31T03:16:12.851Z Downloaded aead v0.5.2
7662023-10-31T03:16:12.853Z Downloaded pem v3.0.2
7672023-10-31T03:16:12.856Z Downloaded password-hash v0.4.2
7682023-10-31T03:16:12.863Z Downloaded debug-ignore v1.0.5
7692023-10-31T03:16:12.869Z Downloaded pbkdf2 v0.12.2
7702023-10-31T03:16:12.877Z Downloaded ascii v1.1.0
7712023-10-31T03:16:12.883Z Downloaded pest_derive v2.7.2
7722023-10-31T03:16:12.886Z Downloaded ciborium v0.2.1
7732023-10-31T03:16:12.890Z Downloaded waitgroup v0.1.2
7742023-10-31T03:16:12.894Z Downloaded bitflags v2.4.0
7752023-10-31T03:16:12.896Z Downloaded password-hash v0.5.0
7762023-10-31T03:16:12.899Z Downloaded memoffset v0.7.1
7772023-10-31T03:16:12.902Z Downloaded parking_lot_core v0.8.6
7782023-10-31T03:16:12.905Z Downloaded phf v0.11.2
7792023-10-31T03:16:12.907Z Downloaded crypto-common v0.1.6
7802023-10-31T03:16:12.910Z Downloaded const_format_proc_macros v0.2.31
7812023-10-31T03:16:12.913Z Downloaded async-trait v0.1.74
7822023-10-31T03:16:12.916Z Downloaded phf_shared v0.11.2
7832023-10-31T03:16:12.921Z Downloaded postgres-protocol v0.6.6
7842023-10-31T03:16:12.924Z Downloaded omicron-zone-package v0.8.3
7852023-10-31T03:16:12.929Z Downloaded fxhash v0.2.1
7862023-10-31T03:16:12.932Z Downloaded poly1305 v0.8.0
7872023-10-31T03:16:12.935Z Downloaded colored v2.0.4
7882023-10-31T03:16:12.938Z Downloaded getopts v0.2.21
7892023-10-31T03:16:12.940Z Downloaded bytes v1.5.0
7902023-10-31T03:16:12.943Z Downloaded hubpack_derive v0.1.1
7912023-10-31T03:16:12.946Z Downloaded bincode v1.3.3
7922023-10-31T03:16:12.949Z Downloaded parking_lot v0.12.1
7932023-10-31T03:16:12.954Z Downloaded once_cell v1.18.0
7942023-10-31T03:16:12.960Z Downloaded mime_guess v2.0.4
7952023-10-31T03:16:12.964Z Downloaded futures-core v0.3.29
7962023-10-31T03:16:12.967Z Downloaded clap v4.4.3
7972023-10-31T03:16:12.985Z Downloaded tinyvec_macros v0.1.1
7982023-10-31T03:16:12.988Z Downloaded chacha20poly1305 v0.10.1
7992023-10-31T03:16:12.992Z Downloaded time-core v0.1.1
8002023-10-31T03:16:12.996Z Downloaded slog-json v2.6.1
8012023-10-31T03:16:12.999Z Downloaded slog-dtrace v0.2.3
8022023-10-31T03:16:13.002Z Downloaded slab v0.4.9
8032023-10-31T03:16:13.005Z Downloaded rustfmt-wrapper v0.2.0
8042023-10-31T03:16:13.008Z Downloaded rustc_version v0.4.0
8052023-10-31T03:16:13.012Z Downloaded hubpack v0.1.2
8062023-10-31T03:16:13.015Z Downloaded http-range v0.1.5
8072023-10-31T03:16:13.018Z Downloaded getrandom v0.1.16
8082023-10-31T03:16:13.021Z Downloaded take_mut v0.2.2
8092023-10-31T03:16:13.024Z Downloaded pest_meta v2.7.2
8102023-10-31T03:16:13.028Z Downloaded usdt-attr-macro v0.3.5
8112023-10-31T03:16:13.033Z Downloaded dtrace-parser v0.1.14
8122023-10-31T03:16:13.036Z Downloaded hostname v0.3.1
8132023-10-31T03:16:13.038Z Downloaded foreign-types-macros v0.2.3
8142023-10-31T03:16:13.042Z Downloaded serde_with_macros v2.3.3
8152023-10-31T03:16:13.045Z Downloaded utf8parse v0.2.1
8162023-10-31T03:16:13.049Z Downloaded fastrand v2.0.0
8172023-10-31T03:16:13.054Z Downloaded xattr v1.0.1
8182023-10-31T03:16:13.057Z Downloaded zerocopy v0.6.4
8192023-10-31T03:16:13.060Z Downloaded httparse v1.8.0
8202023-10-31T03:16:13.063Z Downloaded cc v1.0.83
8212023-10-31T03:16:13.066Z Downloaded dof v0.1.5
8222023-10-31T03:16:13.069Z Downloaded structopt-derive v0.4.18
8232023-10-31T03:16:13.072Z Downloaded hash32 v0.2.1
8242023-10-31T03:16:13.075Z Downloaded futures-channel v0.3.29
8252023-10-31T03:16:13.078Z Downloaded instant v0.1.12
8262023-10-31T03:16:13.081Z Downloaded crossbeam-epoch v0.9.15
8272023-10-31T03:16:13.085Z Downloaded tower-service v0.3.2
8282023-10-31T03:16:13.087Z Downloaded is-terminal v0.4.9
8292023-10-31T03:16:13.090Z Downloaded zeroize_derive v1.4.2
8302023-10-31T03:16:13.093Z Downloaded derive_more v0.99.17
8312023-10-31T03:16:13.102Z Downloaded hex-literal v0.4.1
8322023-10-31T03:16:13.105Z Downloaded tokio-tungstenite v0.18.0
8332023-10-31T03:16:13.109Z Downloaded zeroize v1.6.0
8342023-10-31T03:16:13.113Z Downloaded fallible-iterator v0.2.0
8352023-10-31T03:16:13.122Z Downloaded subtle v2.5.0
8362023-10-31T03:16:13.126Z Downloaded ipnet v2.8.0
8372023-10-31T03:16:13.128Z Downloaded secrecy v0.8.0
8382023-10-31T03:16:13.131Z Downloaded unicode-width v0.1.11
8392023-10-31T03:16:13.134Z Downloaded twox-hash v1.6.3
8402023-10-31T03:16:13.137Z Downloaded wyz v0.5.1
8412023-10-31T03:16:13.140Z Downloaded dirs-sys v0.4.1
8422023-10-31T03:16:13.143Z Downloaded structopt v0.3.26
8432023-10-31T03:16:13.150Z Downloaded scopeguard v1.2.0
8442023-10-31T03:16:13.153Z Downloaded filetime v0.2.22
8452023-10-31T03:16:13.156Z Downloaded strum_macros v0.25.2
8462023-10-31T03:16:13.159Z Downloaded ident_case v1.0.1
8472023-10-31T03:16:13.165Z Downloaded serde_derive_internals v0.26.0
8482023-10-31T03:16:13.167Z Downloaded base64 v0.21.5
8492023-10-31T03:16:13.171Z Downloaded slog-stdlog v4.1.1
8502023-10-31T03:16:13.175Z Downloaded hex v0.4.3
8512023-10-31T03:16:13.178Z Downloaded serde_tokenstream v0.1.7
8522023-10-31T03:16:13.183Z Downloaded hyper-rustls v0.24.2
8532023-10-31T03:16:13.187Z Downloaded scheduled-thread-pool v0.2.7
8542023-10-31T03:16:13.190Z Downloaded rustversion v1.0.14
8552023-10-31T03:16:13.193Z Downloaded toml v0.7.8
8562023-10-31T03:16:13.200Z Downloaded rand_core v0.5.1
8572023-10-31T03:16:13.203Z Downloaded libm v0.2.7
8582023-10-31T03:16:13.219Z Downloaded endian-type v0.1.2
8592023-10-31T03:16:13.222Z Downloaded slog-bunyan v2.4.0
8602023-10-31T03:16:13.226Z Downloaded slog-async v2.8.0
8612023-10-31T03:16:13.230Z Downloaded futures-sink v0.3.29
8622023-10-31T03:16:13.233Z Downloaded lalrpop-util v0.19.12
8632023-10-31T03:16:13.235Z Downloaded unicase v2.7.0
8642023-10-31T03:16:13.238Z Downloaded strsim v0.10.0
8652023-10-31T03:16:13.241Z Downloaded hyper-tls v0.5.0
8662023-10-31T03:16:13.244Z Downloaded tar v0.4.40
8672023-10-31T03:16:13.247Z Downloaded tokio-tungstenite v0.20.1
8682023-10-31T03:16:13.279Z Downloaded socket2 v0.5.4
8692023-10-31T03:16:13.284Z Downloaded foreign-types v0.5.0
8702023-10-31T03:16:13.288Z Downloaded same-file v1.0.6
8712023-10-31T03:16:13.291Z Downloaded itoa v1.0.9
8722023-10-31T03:16:13.297Z Downloaded termcolor v1.2.0
8732023-10-31T03:16:13.301Z Downloaded rustls-pemfile v1.0.3
8742023-10-31T03:16:13.304Z Downloaded unicode-segmentation v1.10.1
8752023-10-31T03:16:13.307Z Downloaded russh-cryptovec v0.7.0
8762023-10-31T03:16:13.310Z Downloaded foreign-types v0.3.2
8772023-10-31T03:16:13.313Z Downloaded futures-io v0.3.29
8782023-10-31T03:16:13.316Z Downloaded unicode-xid v0.2.4
8792023-10-31T03:16:13.319Z Downloaded r2d2 v0.8.10
8802023-10-31T03:16:13.322Z Downloaded enum-as-inner v0.5.1
8812023-10-31T03:16:13.325Z Downloaded unsafe-libyaml v0.2.9
8822023-10-31T03:16:13.327Z Downloaded slog-envlogger v2.2.0
8832023-10-31T03:16:13.330Z Downloaded smallvec v1.11.0
8842023-10-31T03:16:13.333Z Downloaded spin v0.5.2
8852023-10-31T03:16:13.336Z Downloaded whoami v1.4.1
8862023-10-31T03:16:13.338Z Downloaded serde_path_to_error v0.1.14
8872023-10-31T03:16:13.341Z Downloaded inout v0.1.3
8882023-10-31T03:16:13.344Z Downloaded http-body v0.4.5
8892023-10-31T03:16:13.347Z Downloaded rustls-native-certs v0.6.3
8902023-10-31T03:16:13.350Z Downloaded ipnetwork v0.20.0
8912023-10-31T03:16:13.352Z Downloaded ctr v0.9.2
8922023-10-31T03:16:13.355Z Downloaded serde_urlencoded v0.7.1
8932023-10-31T03:16:13.358Z Downloaded schemars v0.8.13
8942023-10-31T03:16:13.361Z Downloaded hyper-staticfile v0.9.5
8952023-10-31T03:16:13.365Z Downloaded ed25519 v2.2.2
8962023-10-31T03:16:13.367Z Downloaded pest_generator v2.7.2
8972023-10-31T03:16:13.371Z Downloaded cpufeatures v0.2.9
8982023-10-31T03:16:13.374Z Downloaded toml_edit v0.20.0
8992023-10-31T03:16:13.378Z Downloaded slog-term v2.9.0
9002023-10-31T03:16:13.382Z Downloaded half v1.8.2
9012023-10-31T03:16:13.386Z Downloaded toml v0.5.11
9022023-10-31T03:16:13.391Z Downloaded semver v1.0.20
9032023-10-31T03:16:13.396Z Downloaded usdt-impl v0.3.5
9042023-10-31T03:16:13.400Z Downloaded unicode-ident v1.0.12
9052023-10-31T03:16:13.403Z Downloaded uuid v1.4.1
9062023-10-31T03:16:13.409Z Downloaded ron v0.7.1
9072023-10-31T03:16:13.419Z Downloaded url v2.4.1
9082023-10-31T03:16:13.424Z Downloaded hmac v0.12.1
9092023-10-31T03:16:13.427Z Downloaded unicode-normalization v0.1.22
9102023-10-31T03:16:13.434Z Downloaded ed25519-dalek v2.0.0
9112023-10-31T03:16:13.441Z Downloaded socket2 v0.4.9
9122023-10-31T03:16:13.448Z Downloaded trust-dns-resolver v0.22.0
9132023-10-31T03:16:13.451Z Downloaded headers v0.3.9
9142023-10-31T03:16:13.464Z Downloaded serde_with v2.3.3
9152023-10-31T03:16:13.480Z Downloaded hashbrown v0.13.2
9162023-10-31T03:16:13.483Z Downloaded tracing v0.1.37
9172023-10-31T03:16:13.490Z Downloaded http v0.2.9
9182023-10-31T03:16:13.497Z Downloaded regex-automata v0.1.10
9192023-10-31T03:16:13.507Z Downloaded aho-corasick v1.0.4
9202023-10-31T03:16:13.518Z Downloaded indexmap v2.0.0
9212023-10-31T03:16:13.524Z Downloaded rustls-webpki v0.101.7
9222023-10-31T03:16:13.550Z Downloaded serde v1.0.188
9232023-10-31T03:16:13.557Z Downloaded itertools v0.10.5
9242023-10-31T03:16:13.568Z Downloaded time v0.3.27
9252023-10-31T03:16:13.580Z Downloaded itertools v0.11.0
9262023-10-31T03:16:13.593Z Downloaded hashbrown v0.14.0
9272023-10-31T03:16:13.601Z Downloaded winnow v0.5.15
9282023-10-31T03:16:13.616Z Downloaded futures-util v0.3.29
9292023-10-31T03:16:13.638Z Downloaded hyper v0.14.27
9302023-10-31T03:16:13.653Z Downloaded h2 v0.3.21
9312023-10-31T03:16:13.666Z Downloaded git2 v0.17.2
9322023-10-31T03:16:13.681Z Downloaded object v0.32.1
9332023-10-31T03:16:13.702Z Downloaded syn v2.0.32
9342023-10-31T03:16:13.721Z Downloaded idna v0.2.3
9352023-10-31T03:16:13.734Z Downloaded openapiv3 v1.0.3
9362023-10-31T03:16:13.757Z Downloaded radix_trie v0.2.1
9372023-10-31T03:16:13.774Z Downloaded webpki-roots v0.25.2
9382023-10-31T03:16:13.778Z Downloaded idna v0.4.0
9392023-10-31T03:16:13.788Z Downloaded gimli v0.28.0
9402023-10-31T03:16:13.804Z Downloaded smoltcp v0.8.2
9412023-10-31T03:16:13.822Z Downloaded rustix v0.37.23
9422023-10-31T03:16:13.857Z Downloaded trust-dns-proto v0.22.0
9432023-10-31T03:16:13.887Z Downloaded smoltcp v0.9.1
9442023-10-31T03:16:13.901Z Downloaded rustls v0.21.8
9452023-10-31T03:16:13.922Z Downloaded zerocopy-derive v0.2.0
9462023-10-31T03:16:13.940Z Downloaded regex-syntax v0.8.2
9472023-10-31T03:16:13.956Z Downloaded tokio v1.33.0
9482023-10-31T03:16:14.023Z Downloaded sha3 v0.10.8
9492023-10-31T03:16:14.037Z Downloaded bstr v1.6.0
9502023-10-31T03:16:14.056Z Downloaded encoding_rs v0.8.33
9512023-10-31T03:16:14.099Z Downloaded vcpkg v0.2.15
9522023-10-31T03:16:14.170Z Downloaded regex-syntax v0.6.29
9532023-10-31T03:16:14.184Z Downloaded sled v0.34.7
9542023-10-31T03:16:14.203Z Downloaded zerocopy-derive v0.6.4
9552023-10-31T03:16:14.224Z Downloaded regress v0.7.1
9562023-10-31T03:16:14.237Z Downloaded regex v1.10.2
9572023-10-31T03:16:14.260Z Downloaded regex-automata v0.3.8
9582023-10-31T03:16:14.307Z Downloaded libc v0.2.149
9592023-10-31T03:16:14.340Z Downloaded regex-automata v0.4.3
9602023-10-31T03:16:14.372Z Downloaded bzip2-sys v0.1.11+1.0.8
9612023-10-31T03:16:14.395Z Downloaded diesel v2.1.3
9622023-10-31T03:16:14.427Z Downloaded rustix v0.38.9
9632023-10-31T03:16:14.467Z Downloaded syn v1.0.109
9642023-10-31T03:16:14.485Z Downloaded bstr v0.2.17
9652023-10-31T03:16:14.503Z Downloaded curve25519-dalek v4.1.0
9662023-10-31T03:16:14.519Z Downloaded nix v0.26.2
9672023-10-31T03:16:14.538Z Downloaded hkdf v0.12.3
9682023-10-31T03:16:14.542Z Downloaded openssl v0.10.57
9692023-10-31T03:16:14.561Z Downloaded bitvec v1.0.1
9702023-10-31T03:16:14.630Z Downloaded rusqlite v0.29.0
9712023-10-31T03:16:14.648Z Downloaded reqwest v0.11.20
9722023-10-31T03:16:14.661Z Downloaded petgraph v0.6.4
9732023-10-31T03:16:14.687Z Downloaded serde_json v1.0.108
9742023-10-31T03:16:14.701Z Downloaded chrono v0.4.31
9752023-10-31T03:16:14.716Z Downloaded tokio-util v0.7.10
9762023-10-31T03:16:14.728Z Downloaded clap v2.34.0
9772023-10-31T03:16:14.741Z Downloaded winapi v0.3.9
9782023-10-31T03:16:14.823Z Downloaded trust-dns-server v0.22.1
9792023-10-31T03:16:14.833Z Downloaded clap_builder v4.4.2
9802023-10-31T03:16:14.846Z Downloaded aes-gcm v0.10.3
9812023-10-31T03:16:14.853Z Downloaded rand v0.8.5
9822023-10-31T03:16:14.861Z Downloaded trust-dns-client v0.22.0
9832023-10-31T03:16:14.869Z Downloaded rand v0.7.3
9842023-10-31T03:16:14.880Z Downloaded hashbrown v0.12.3
9852023-10-31T03:16:14.891Z Downloaded heapless v0.7.16
9862023-10-31T03:16:14.896Z Downloaded indexmap v1.9.3
9872023-10-31T03:16:14.903Z Downloaded humantime v2.1.0
9882023-10-31T03:16:14.906Z Downloaded hashlink v0.8.3
9892023-10-31T03:16:14.909Z Downloaded getrandom v0.2.10
9902023-10-31T03:16:14.917Z Downloaded slog v2.7.0
9912023-10-31T03:16:14.927Z Downloaded ryu v1.0.15
9922023-10-31T03:16:14.934Z Downloaded typenum v1.16.0
9932023-10-31T03:16:14.939Z Downloaded russh v0.38.0
9942023-10-31T03:16:14.950Z Downloaded libgit2-sys v0.15.2+1.6.4
9952023-10-31T03:16:15.065Z Downloaded flate2 v1.0.28
9962023-10-31T03:16:15.074Z Downloaded stable_deref_trait v1.2.0
9972023-10-31T03:16:15.077Z Downloaded smf v0.2.2
9982023-10-31T03:16:15.080Z Downloaded toml v0.8.0
9992023-10-31T03:16:15.083Z Downloaded base64 v0.13.1
10002023-10-31T03:16:15.088Z Downloaded serde_derive v1.0.188
10012023-10-31T03:16:15.093Z Downloaded httpdate v1.0.3
10022023-10-31T03:16:15.096Z Downloaded subprocess v0.2.9
10032023-10-31T03:16:15.099Z Downloaded toml_edit v0.19.15
10042023-10-31T03:16:15.128Z Downloaded resolv-conf v0.7.0
10052023-10-31T03:16:15.134Z Downloaded mio v0.8.8
10062023-10-31T03:16:15.142Z Downloaded heck v0.3.3
10072023-10-31T03:16:15.146Z Downloaded sct v0.7.0
10082023-10-31T03:16:15.152Z Downloaded rustc-demangle v0.1.23
10092023-10-31T03:16:15.158Z Downloaded ucd-trie v0.1.6
10102023-10-31T03:16:15.161Z Downloaded aes v0.8.3
10112023-10-31T03:16:15.165Z Downloaded walkdir v2.4.0
10122023-10-31T03:16:15.169Z Downloaded static_assertions v1.1.0
10132023-10-31T03:16:15.172Z Downloaded spki v0.7.2
10142023-10-31T03:16:15.178Z Downloaded home v0.5.5
10152023-10-31T03:16:15.184Z Downloaded dirs-sys-next v0.1.2
10162023-10-31T03:16:15.191Z Downloaded serde_yaml v0.9.25
10172023-10-31T03:16:15.199Z Downloaded russh-keys v0.38.0
10182023-10-31T03:16:15.205Z Downloaded spin v0.9.8
10192023-10-31T03:16:15.208Z Downloaded zip v0.6.6
10202023-10-31T03:16:15.211Z Downloaded ringbuffer v0.15.0
10212023-10-31T03:16:15.214Z Downloaded sha2 v0.10.8
10222023-10-31T03:16:15.217Z Downloaded autocfg v1.1.0
10232023-10-31T03:16:15.227Z Downloaded zone v0.2.0
10242023-10-31T03:16:15.233Z Downloaded unicode-bidi v0.3.13
10252023-10-31T03:16:15.236Z Downloaded semver-parser v0.10.2
10262023-10-31T03:16:15.240Z Downloaded crossbeam-channel v0.5.8
10272023-10-31T03:16:15.243Z Downloaded const_format v0.2.31
10282023-10-31T03:16:15.246Z Downloaded env_logger v0.9.3
10292023-10-31T03:16:15.249Z Downloaded rcgen v0.11.3
10302023-10-31T03:16:15.253Z Downloaded tokio-postgres v0.7.10
10312023-10-31T03:16:15.261Z Downloaded rand_chacha v0.3.1
10322023-10-31T03:16:15.264Z Downloaded semver v0.11.0
10332023-10-31T03:16:15.267Z Downloaded io-lifetimes v1.0.11
10342023-10-31T03:16:15.270Z Downloaded schemars_derive v0.8.13
10352023-10-31T03:16:15.272Z Downloaded thiserror-impl v1.0.49
10362023-10-31T03:16:15.275Z Downloaded iana-time-zone v0.1.57
10372023-10-31T03:16:15.278Z Downloaded arc-swap v1.6.0
10382023-10-31T03:16:15.281Z Downloaded fallible-streaming-iterator v0.1.9
10392023-10-31T03:16:15.283Z Downloaded float-cmp v0.9.0
10402023-10-31T03:16:15.286Z Downloaded slog-scope v4.4.0
10412023-10-31T03:16:15.289Z Downloaded signature v2.1.0
10422023-10-31T03:16:15.292Z Downloaded signal-hook-registry v1.4.1
10432023-10-31T03:16:15.295Z Downloaded heck v0.4.1
10442023-10-31T03:16:15.324Z Downloaded futures v0.3.29
10452023-10-31T03:16:15.330Z Downloaded num-bigint v0.4.4
10462023-10-31T03:16:15.333Z Downloaded tokio-native-tls v0.3.1
10472023-10-31T03:16:15.336Z Downloaded backtrace v0.3.69
10482023-10-31T03:16:15.339Z Downloaded tungstenite v0.20.1
10492023-10-31T03:16:15.342Z Downloaded darling_core v0.20.3
10502023-10-31T03:16:15.345Z Downloaded dirs v5.0.1
10512023-10-31T03:16:15.348Z Downloaded jobserver v0.1.26
10522023-10-31T03:16:15.351Z Downloaded memchr v2.6.3
10532023-10-31T03:16:15.354Z Downloaded glob v0.3.1
10542023-10-31T03:16:15.357Z Downloaded similar v2.2.1
10552023-10-31T03:16:15.362Z Downloaded string_cache v0.8.7
10562023-10-31T03:16:15.364Z Downloaded elliptic-curve v0.13.5
10572023-10-31T03:16:15.373Z Downloaded stringprep v0.1.3
10582023-10-31T03:16:15.378Z Downloaded group v0.13.0
10592023-10-31T03:16:15.381Z Downloaded errno v0.3.2
10602023-10-31T03:16:15.384Z Downloaded crypto-bigint v0.5.2
10612023-10-31T03:16:15.391Z Downloaded vec_map v0.8.2
10622023-10-31T03:16:15.395Z Downloaded synstructure v0.12.6
10632023-10-31T03:16:15.398Z Downloaded strsim v0.8.0
10642023-10-31T03:16:15.401Z Downloaded serde_tokenstream v0.2.0
10652023-10-31T03:16:15.404Z Downloaded rand_core v0.6.4
10662023-10-31T03:16:15.408Z Downloaded openssl-sys v0.9.93
10672023-10-31T03:16:15.414Z Downloaded diesel_derives v2.1.1
10682023-10-31T03:16:15.419Z Downloaded libz-sys v1.1.12
10692023-10-31T03:16:15.540Z Downloaded tempfile v3.8.0
10702023-10-31T03:16:15.543Z Downloaded tracing-core v0.1.31
10712023-10-31T03:16:15.549Z Downloaded toolchain_find v0.2.0
10722023-10-31T03:16:15.552Z Downloaded structmeta v0.1.6
10732023-10-31T03:16:15.555Z Downloaded headers-core v0.2.0
10742023-10-31T03:16:15.558Z Downloaded serde_repr v0.1.16
10752023-10-31T03:16:15.561Z Downloaded radium v0.7.0
10762023-10-31T03:16:15.564Z Downloaded vergen v8.2.4
10772023-10-31T03:16:15.567Z Downloaded tungstenite v0.18.0
10782023-10-31T03:16:15.570Z Downloaded tinyvec v1.6.0
10792023-10-31T03:16:15.573Z Downloaded yasna v0.5.2
10802023-10-31T03:16:15.579Z Downloaded universal-hash v0.5.1
10812023-10-31T03:16:15.582Z Downloaded blowfish v0.9.1
10822023-10-31T03:16:15.584Z Downloaded ghash v0.5.0
10832023-10-31T03:16:15.587Z Downloaded structmeta-derive v0.1.6
10842023-10-31T03:16:15.590Z Downloaded serde_arrays v0.1.0
10852023-10-31T03:16:15.594Z Downloaded keccak v0.1.4
10862023-10-31T03:16:15.596Z Downloaded crossbeam-utils v0.8.16
10872023-10-31T03:16:15.605Z Downloaded anyhow v1.0.75
10882023-10-31T03:16:15.613Z Downloaded erased-serde v0.3.30
10892023-10-31T03:16:15.616Z Downloaded proc-macro2 v1.0.67
10902023-10-31T03:16:15.623Z Downloaded tracing-attributes v0.1.26
10912023-10-31T03:16:15.626Z Downloaded tokio-stream v0.1.14
10922023-10-31T03:16:15.632Z Downloaded tokio-rustls v0.24.1
10932023-10-31T03:16:15.636Z Downloaded dirs-next v2.0.0
10942023-10-31T03:16:15.639Z Downloaded usdt v0.3.5
10952023-10-31T03:16:15.642Z Downloaded strum v0.25.0
10962023-10-31T03:16:15.646Z Downloaded serde_spanned v0.6.3
10972023-10-31T03:16:15.650Z Downloaded terminal_size v0.2.6
10982023-10-31T03:16:15.653Z Downloaded thiserror-no-std v2.0.2
10992023-10-31T03:16:15.656Z Downloaded thiserror-impl-no-std v2.0.2
11002023-10-31T03:16:15.659Z Downloaded allocator-api2 v0.2.16
11012023-10-31T03:16:15.662Z Downloaded sha1 v0.10.5
11022023-10-31T03:16:15.665Z Downloaded tokio-macros v2.1.0
11032023-10-31T03:16:15.667Z Downloaded want v0.3.1
11042023-10-31T03:16:15.670Z Downloaded const-oid v0.9.5
11052023-10-31T03:16:15.673Z Downloaded crc32fast v1.3.2
11062023-10-31T03:16:15.676Z Downloaded console v0.15.7
11072023-10-31T03:16:15.679Z Downloaded thread-id v4.2.0
11082023-10-31T03:16:15.682Z Downloaded rand_chacha v0.2.2
11092023-10-31T03:16:15.685Z Downloaded aes-gcm-siv v0.11.1
11102023-10-31T03:16:15.690Z Downloaded siphasher v0.3.11
11112023-10-31T03:16:15.693Z Downloaded futures-task v0.3.29
11122023-10-31T03:16:15.696Z Downloaded fnv v1.0.7
11132023-10-31T03:16:15.699Z Downloaded fixedbitset v0.4.2
11142023-10-31T03:16:15.703Z Downloaded ff v0.13.0
11152023-10-31T03:16:15.706Z Downloaded digest v0.10.7
11162023-10-31T03:16:15.709Z Downloaded vsss-rs v3.3.1
11172023-10-31T03:16:15.712Z Downloaded utf-8 v0.7.6
11182023-10-31T03:16:15.717Z Downloaded toml_datetime v0.6.3
11192023-10-31T03:16:15.721Z Downloaded time-macros v0.2.13
11202023-10-31T03:16:15.724Z Downloaded term v0.7.0
11212023-10-31T03:16:15.727Z Downloaded parking_lot_core v0.9.8
11222023-10-31T03:16:15.731Z Downloaded clap_derive v4.4.2
11232023-10-31T03:16:15.735Z Downloaded equivalent v1.0.1
11242023-10-31T03:16:15.738Z Downloaded base64ct v1.6.0
11252023-10-31T03:16:15.741Z Downloaded generic-array v0.14.7
11262023-10-31T03:16:15.744Z Downloaded futures-executor v0.3.29
11272023-10-31T03:16:15.747Z Downloaded zerocopy v0.3.0
11282023-10-31T03:16:15.751Z Downloaded untrusted v0.7.1
11292023-10-31T03:16:15.754Z Downloaded der v0.7.8
11302023-10-31T03:16:15.757Z Downloaded quote v1.0.33
11312023-10-31T03:16:15.761Z Downloaded proc-macro-error v1.0.4
11322023-10-31T03:16:15.765Z Downloaded platforms v3.0.2
11332023-10-31T03:16:15.768Z Downloaded cancel-safe-futures v0.1.5
11342023-10-31T03:16:15.772Z Downloaded pkcs8 v0.10.2
11352023-10-31T03:16:15.774Z Downloaded num-traits v0.2.16
11362023-10-31T03:16:15.777Z Downloaded darling v0.20.3
11372023-10-31T03:16:15.784Z Downloaded argon2 v0.5.2
11382023-10-31T03:16:15.787Z Downloaded ansi_term v0.12.1
11392023-10-31T03:16:15.791Z Downloaded dyn-clone v1.0.13
11402023-10-31T03:16:15.794Z Downloaded thiserror v1.0.49
11412023-10-31T03:16:15.800Z Downloaded futures-macro v0.3.29
11422023-10-31T03:16:15.803Z Downloaded funty v2.0.0
11432023-10-31T03:16:15.810Z Downloaded form_urlencoded v1.2.0
11442023-10-31T03:16:15.815Z Downloaded foreign-types-shared v0.1.1
11452023-10-31T03:16:15.822Z Downloaded either v1.9.0
11462023-10-31T03:16:15.825Z Downloaded ring v0.17.5
11472023-10-31T03:16:15.941Z Downloaded usdt-macro v0.3.5
11482023-10-31T03:16:15.944Z Downloaded untrusted v0.9.0
11492023-10-31T03:16:15.948Z Downloaded bzip2 v0.4.4
11502023-10-31T03:16:15.952Z Downloaded quick-error v1.2.3
11512023-10-31T03:16:15.955Z Downloaded addr2line v0.21.0
11522023-10-31T03:16:15.958Z Downloaded camino v1.1.6
11532023-10-31T03:16:15.961Z Downloaded thread_local v1.1.7
11542023-10-31T03:16:15.966Z Downloaded textwrap v0.11.0
11552023-10-31T03:16:15.969Z Downloaded tap v1.0.1
11562023-10-31T03:16:15.972Z Downloaded postcard v0.7.3
11572023-10-31T03:16:15.976Z Downloaded backoff v0.4.0
11582023-10-31T03:16:15.982Z Downloaded predicates v3.0.4
11592023-10-31T03:16:15.985Z Downloaded cipher v0.4.4
11602023-10-31T03:16:15.988Z Downloaded parking_lot v0.11.2
11612023-10-31T03:16:15.992Z Downloaded miniz_oxide v0.7.1
11622023-10-31T03:16:15.994Z Downloaded num_enum_derive v0.7.0
11632023-10-31T03:16:15.998Z Downloaded num-complex v0.4.4
11642023-10-31T03:16:16.004Z Downloaded foreign-types-shared v0.3.1
11652023-10-31T03:16:16.007Z Downloaded difflib v0.4.0
11662023-10-31T03:16:16.012Z Downloaded zone_cfg_derive v0.2.0
11672023-10-31T03:16:16.015Z Downloaded data-encoding v2.4.0
11682023-10-31T03:16:16.018Z Downloaded deranged v0.3.8
11692023-10-31T03:16:16.023Z Downloaded cbc v0.1.2
11702023-10-31T03:16:16.026Z Downloaded anstyle v1.0.2
11712023-10-31T03:16:16.030Z Downloaded bit-vec v0.6.3
11722023-10-31T03:16:16.033Z Downloaded bcrypt-pbkdf v0.10.0
11732023-10-31T03:16:16.036Z Downloaded libefi-sys v0.1.0
11742023-10-31T03:16:16.041Z Downloaded async-stream v0.3.5
11752023-10-31T03:16:16.044Z Downloaded anstyle-parse v0.2.1
11762023-10-31T03:16:16.048Z Downloaded lazy_static v1.4.0
11772023-10-31T03:16:16.051Z Downloaded atomic-waker v1.1.1
11782023-10-31T03:16:16.054Z Downloaded async-recursion v1.0.5
11792023-10-31T03:16:16.057Z Downloaded num-integer v0.1.45
11802023-10-31T03:16:16.060Z Downloaded libsqlite3-sys v0.26.0
11812023-10-31T03:16:16.172Z Downloaded ring v0.16.20
11822023-10-31T03:16:16.352Z Downloaded macaddr v1.0.1
11832023-10-31T03:16:16.357Z Downloaded base16ct v0.2.0
11842023-10-31T03:16:16.364Z Downloaded version_check v0.9.4
11852023-10-31T03:16:16.367Z Downloaded try-lock v0.2.4
11862023-10-31T03:16:16.370Z Downloaded anstream v0.5.0
11872023-10-31T03:16:16.373Z Downloaded multer v2.1.0
11882023-10-31T03:16:16.376Z Downloaded num_enum_derive v0.5.11
11892023-10-31T03:16:16.379Z Downloaded proc-macro-error-attr v1.0.4
11902023-10-31T03:16:16.382Z Downloaded pretty-hex v0.2.1
11912023-10-31T03:16:16.385Z Downloaded postgres-types v0.2.6
11922023-10-31T03:16:16.388Z Downloaded pin-utils v0.1.0
11932023-10-31T03:16:16.391Z Downloaded pbkdf2 v0.11.0
11942023-10-31T03:16:16.394Z Downloaded parse-display-derive v0.7.0
11952023-10-31T03:16:16.396Z Downloaded option-ext v0.2.0
11962023-10-31T03:16:16.399Z Downloaded curve25519-dalek-derive v0.1.0
11972023-10-31T03:16:16.402Z Downloaded darling_macro v0.20.3
11982023-10-31T03:16:16.405Z Downloaded atomicwrites v0.4.2
11992023-10-31T03:16:16.408Z Downloaded crucible-workspace-hack v0.1.0
12002023-10-31T03:16:16.417Z Downloaded postcard-cobs v0.1.5-pre
12012023-10-31T03:16:16.420Z Downloaded ciborium-io v0.2.1
12022023-10-31T03:16:16.423Z Downloaded block-buffer v0.10.4
12032023-10-31T03:16:16.426Z Downloaded paste v1.0.14
12042023-10-31T03:16:16.429Z Downloaded num_cpus v1.16.0
12052023-10-31T03:16:16.432Z Downloaded num-rational v0.4.1
12062023-10-31T03:16:16.439Z Downloaded native-tls v0.2.11
12072023-10-31T03:16:16.444Z Downloaded lock_api v0.4.10
12082023-10-31T03:16:16.448Z Downloaded num_enum v0.7.0
12092023-10-31T03:16:16.458Z Downloaded convert_case v0.4.0
12102023-10-31T03:16:16.462Z Downloaded adler v1.0.2
12112023-10-31T03:16:16.466Z Downloaded ppv-lite86 v0.2.17
12122023-10-31T03:16:16.473Z Downloaded pkg-config v0.3.27
12132023-10-31T03:16:16.480Z Downloaded byteorder v1.5.0
12142023-10-31T03:16:16.482Z Downloaded num_enum v0.5.11
12152023-10-31T03:16:16.485Z Downloaded anstyle-query v1.0.0
12162023-10-31T03:16:16.488Z Downloaded bit-set v0.5.3
12172023-10-31T03:16:16.492Z Downloaded camino-tempfile v1.0.2
12182023-10-31T03:16:16.494Z Downloaded bit_field v0.10.2
12192023-10-31T03:16:16.497Z Downloaded openssl-probe v0.1.5
12202023-10-31T03:16:16.500Z Downloaded openssl-macros v0.1.1
12212023-10-31T03:16:16.503Z Downloaded pretty-hex v0.3.0
12222023-10-31T03:16:16.512Z Downloaded phf_shared v0.10.0
12232023-10-31T03:16:16.517Z Downloaded linked-hash-map v0.5.6
12242023-10-31T03:16:16.522Z Downloaded pin-project-lite v0.2.13
12252023-10-31T03:16:16.526Z Downloaded pest v2.7.2
12262023-10-31T03:16:16.531Z Downloaded cfg-if v0.1.10
12272023-10-31T03:16:16.534Z Downloaded normalize-line-endings v0.3.0
12282023-10-31T03:16:16.537Z Downloaded memoffset v0.9.0
12292023-10-31T03:16:16.539Z Downloaded nibble_vec v0.1.0
12302023-10-31T03:16:16.542Z Downloaded md-5 v0.10.5
12312023-10-31T03:16:16.545Z Downloaded cfg-if v1.0.0
12322023-10-31T03:16:16.549Z Downloaded bitstruct v0.1.1
12332023-10-31T03:16:16.557Z Downloaded diesel_table_macro_syntax v0.1.0
12342023-10-31T03:16:16.561Z Downloaded colorchoice v1.0.0
12352023-10-31T03:16:16.564Z Downloaded chacha20 v0.9.1
12362023-10-31T03:16:16.566Z Downloaded block-padding v0.3.3
12372023-10-31T03:16:16.571Z Downloaded blake2 v0.10.6
12382023-10-31T03:16:16.907Z Compiling proc-macro2 v1.0.67
12392023-10-31T03:16:16.910Z Compiling unicode-ident v1.0.12
12402023-10-31T03:16:16.913Z Compiling libc v0.2.149
12412023-10-31T03:16:16.916Z Compiling serde v1.0.188
12422023-10-31T03:16:16.919Z Compiling version_check v0.9.4
12432023-10-31T03:16:16.931Z Compiling autocfg v1.1.0
12442023-10-31T03:16:16.934Z Compiling cfg-if v1.0.0
12452023-10-31T03:16:17.110Z Compiling syn v1.0.109
12462023-10-31T03:16:17.113Z Compiling typenum v1.16.0
12472023-10-31T03:16:17.904Z Compiling generic-array v0.14.7
12482023-10-31T03:16:17.930Z Compiling lock_api v0.4.10
12492023-10-31T03:16:18.483Z Compiling once_cell v1.18.0
12502023-10-31T03:16:18.637Z Compiling thiserror v1.0.49
12512023-10-31T03:16:18.643Z Compiling parking_lot_core v0.9.8
12522023-10-31T03:16:18.649Z Compiling libm v0.2.7
12532023-10-31T03:16:18.906Z Compiling num-traits v0.2.16
12542023-10-31T03:16:19.091Z Compiling itoa v1.0.9
12552023-10-31T03:16:19.160Z Compiling memchr v2.6.3
12562023-10-31T03:16:19.222Z Compiling futures-core v0.3.29
12572023-10-31T03:16:19.439Z Compiling ahash v0.8.3
12582023-10-31T03:16:19.857Z Compiling serde_json v1.0.108
12592023-10-31T03:16:20.000Z Compiling quote v1.0.33
12602023-10-31T03:16:20.261Z Compiling log v0.4.20
12612023-10-31T03:16:20.465Z Compiling slab v0.4.9
12622023-10-31T03:16:20.665Z Compiling futures-channel v0.3.29
12632023-10-31T03:16:20.845Z Compiling syn v2.0.32
12642023-10-31T03:16:21.104Z Compiling getrandom v0.2.10
12652023-10-31T03:16:21.264Z Compiling jobserver v0.1.26
12662023-10-31T03:16:21.578Z Compiling futures-task v0.3.29
12672023-10-31T03:16:21.714Z Compiling futures-util v0.3.29
12682023-10-31T03:16:21.756Z Compiling cc v1.0.83
12692023-10-31T03:16:21.932Z Compiling pkg-config v0.3.27
12702023-10-31T03:16:22.300Z Compiling rand_core v0.6.4
12712023-10-31T03:16:22.467Z Compiling ryu v1.0.15
12722023-10-31T03:16:23.011Z Compiling vcpkg v0.2.15
12732023-10-31T03:16:23.032Z Compiling schemars v0.8.13
12742023-10-31T03:16:23.493Z Compiling allocator-api2 v0.2.16
12752023-10-31T03:16:23.570Z Compiling scopeguard v1.2.0
12762023-10-31T03:16:23.803Z Compiling heck v0.4.1
12772023-10-31T03:16:24.570Z Compiling equivalent v1.0.1
12782023-10-31T03:16:24.757Z Compiling hashbrown v0.14.0
12792023-10-31T03:16:24.829Z Compiling smallvec v1.11.0
12802023-10-31T03:16:25.533Z Compiling byteorder v1.5.0
12812023-10-31T03:16:26.048Z Compiling httparse v1.8.0
12822023-10-31T03:16:26.330Z Compiling fnv v1.0.7
12832023-10-31T03:16:26.509Z Compiling iana-time-zone v0.1.57
12842023-10-31T03:16:26.537Z Compiling pin-project-lite v0.2.13
12852023-10-31T03:16:26.633Z Compiling ring v0.16.20
12862023-10-31T03:16:26.707Z Compiling semver v1.0.20
12872023-10-31T03:16:26.740Z Compiling ring v0.17.5
12882023-10-31T03:16:27.337Z Compiling subtle v2.5.0
12892023-10-31T03:16:27.460Z Compiling indexmap v1.9.3
12902023-10-31T03:16:27.815Z Compiling parking_lot v0.12.1
12912023-10-31T03:16:27.844Z Compiling tinyvec_macros v0.1.1
12922023-10-31T03:16:27.966Z Compiling time-core v0.1.1
12932023-10-31T03:16:27.991Z Compiling dyn-clone v1.0.13
12942023-10-31T03:16:28.215Z Compiling time-macros v0.2.13
12952023-10-31T03:16:28.302Z Compiling tinyvec v1.6.0
12962023-10-31T03:16:28.401Z Compiling openssl-sys v0.9.93
12972023-10-31T03:16:28.437Z Compiling socket2 v0.5.4
12982023-10-31T03:16:29.474Z Compiling mio v0.8.8
12992023-10-31T03:16:29.561Z Compiling num_cpus v1.16.0
13002023-10-31T03:16:29.765Z Compiling signal-hook-registry v1.4.1
13012023-10-31T03:16:29.963Z Compiling unicode-bidi v0.3.13
13022023-10-31T03:16:30.853Z Compiling unicode-normalization v0.1.22
13032023-10-31T03:16:31.092Z Compiling rustls v0.21.8
13042023-10-31T03:16:31.458Z Compiling slog v2.7.0
13052023-10-31T03:16:32.025Z Compiling percent-encoding v2.3.0
13062023-10-31T03:16:32.171Z Compiling ucd-trie v0.1.6
13072023-10-31T03:16:32.507Z Compiling spin v0.5.2
13082023-10-31T03:16:32.619Z Compiling backtrace v0.3.69
13092023-10-31T03:16:32.726Z Compiling async-trait v0.1.74
13102023-10-31T03:16:32.854Z Compiling serde_derive_internals v0.26.0
13112023-10-31T03:16:33.186Z Compiling form_urlencoded v1.2.0
13122023-10-31T03:16:33.207Z Compiling openssl v0.10.57
13132023-10-31T03:16:33.277Z Compiling aho-corasick v1.0.4
13142023-10-31T03:16:33.438Z Compiling pin-utils v0.1.0
13152023-10-31T03:16:33.569Z Compiling winnow v0.5.15
13162023-10-31T03:16:33.678Z Compiling regex-syntax v0.8.2
13172023-10-31T03:16:33.716Z Compiling futures-sink v0.3.29
13182023-10-31T03:16:33.811Z Compiling anyhow v1.0.75
13192023-10-31T03:16:33.934Z Compiling idna v0.4.0
13202023-10-31T03:16:35.747Z Compiling native-tls v0.2.11
13212023-10-31T03:16:36.229Z Compiling url v2.4.1
13222023-10-31T03:16:36.795Z Compiling unicode-xid v0.2.4
13232023-10-31T03:16:37.563Z Compiling futures-io v0.3.29
13242023-10-31T03:16:37.959Z Compiling rustversion v1.0.14
13252023-10-31T03:16:38.032Z Compiling const-oid v0.9.5
13262023-10-31T03:16:39.458Z Compiling hashbrown v0.13.2
13272023-10-31T03:16:40.080Z Compiling regex-automata v0.4.3
13282023-10-31T03:16:41.004Z Compiling unicode-width v0.1.11
13292023-10-31T03:16:41.182Z Compiling synstructure v0.12.6
13302023-10-31T03:16:41.256Z Compiling cpufeatures v0.2.9
13312023-10-31T03:16:41.360Z Compiling crossbeam-utils v0.8.16
13322023-10-31T03:16:41.384Z Compiling tracing-core v0.1.31
13332023-10-31T03:16:41.387Z Compiling adler v1.0.2
13342023-10-31T03:16:41.747Z Compiling ppv-lite86 v0.2.17
13352023-10-31T03:16:42.073Z Compiling miniz_oxide v0.7.1
13362023-10-31T03:16:43.035Z Compiling rustix v0.38.9
13372023-10-31T03:16:43.695Z Compiling rand_chacha v0.3.1
13382023-10-31T03:16:44.026Z Compiling usdt-impl v0.3.5
13392023-10-31T03:16:44.148Z Compiling bitflags v1.3.2
13402023-10-31T03:16:44.483Z Compiling gimli v0.28.0
13412023-10-31T03:16:44.761Z Compiling rand v0.8.5
13422023-10-31T03:16:44.921Z Compiling object v0.32.1
13432023-10-31T03:16:45.673Z Compiling base64 v0.21.5
13442023-10-31T03:16:46.158Z Compiling deranged v0.3.8
13452023-10-31T03:16:46.245Z Compiling serde_derive v1.0.188
13462023-10-31T03:16:46.766Z Compiling zeroize_derive v1.4.2
13472023-10-31T03:16:46.987Z Compiling thiserror-impl v1.0.49
13482023-10-31T03:16:47.094Z Compiling tokio-macros v2.1.0
13492023-10-31T03:16:49.113Z Compiling futures-macro v0.3.29
13502023-10-31T03:16:49.315Z Compiling tracing-attributes v0.1.26
13512023-10-31T03:16:49.560Z Compiling schemars_derive v0.8.13
13522023-10-31T03:16:51.861Z Compiling zeroize v1.6.0
13532023-10-31T03:16:52.449Z Compiling pest v2.7.2
13542023-10-31T03:16:54.634Z Compiling openssl-macros v0.1.1
13552023-10-31T03:16:55.828Z Compiling crypto-common v0.1.6
13562023-10-31T03:16:55.831Z Compiling regex v1.10.2
13572023-10-31T03:16:55.834Z Compiling block-buffer v0.10.4
13582023-10-31T03:16:55.837Z Compiling digest v0.10.7
13592023-10-31T03:16:56.374Z Compiling zerocopy-derive v0.2.0
13602023-10-31T03:16:56.709Z Compiling pest_meta v2.7.2
13612023-10-31T03:16:56.806Z Compiling tracing v0.1.37
13622023-10-31T03:16:56.843Z Compiling addr2line v0.21.0
13632023-10-31T03:16:57.131Z Compiling rustc-demangle v0.1.23
13642023-10-31T03:16:57.516Z Compiling num_threads v0.1.6
13652023-10-31T03:16:57.695Z Compiling time v0.3.27
13662023-10-31T03:16:57.841Z Compiling spin v0.9.8
13672023-10-31T03:16:58.443Z Compiling thread-id v4.2.0
13682023-10-31T03:16:58.843Z Compiling pest_generator v2.7.2
13692023-10-31T03:16:59.247Z Compiling zerocopy v0.3.0
13702023-10-31T03:17:01.733Z Compiling dof v0.1.5
13712023-10-31T03:17:03.697Z Compiling lazy_static v1.4.0
13722023-10-31T03:17:04.156Z Compiling strum_macros v0.25.2
13732023-10-31T03:17:04.230Z Compiling pest_derive v2.7.2
13742023-10-31T03:17:05.024Z Compiling untrusted v0.7.1
13752023-10-31T03:17:05.415Z Compiling dtrace-parser v0.1.14
13762023-10-31T03:17:06.061Z Compiling strsim v0.10.0
13772023-10-31T03:17:07.384Z Compiling untrusted v0.9.0
13782023-10-31T03:17:07.674Z Compiling regress v0.7.1
13792023-10-31T03:17:08.132Z Compiling socket2 v0.4.9
13802023-10-31T03:17:08.925Z Compiling hashbrown v0.12.3
13812023-10-31T03:17:09.558Z Compiling sct v0.7.0
13822023-10-31T03:17:09.708Z Compiling httpdate v1.0.3
13832023-10-31T03:17:10.075Z Compiling bytes v1.5.0
13842023-10-31T03:17:10.437Z Compiling indexmap v2.0.0
13852023-10-31T03:17:10.482Z Compiling chrono v0.4.31
13862023-10-31T03:17:10.746Z Compiling uuid v1.4.1
13872023-10-31T03:17:11.546Z Compiling http v0.2.9
13882023-10-31T03:17:11.905Z Compiling tokio v1.33.0
13892023-10-31T03:17:12.460Z Compiling serde_spanned v0.6.3
13902023-10-31T03:17:12.553Z Compiling toml_datetime v0.6.3
13912023-10-31T03:17:12.831Z Compiling bitflags v2.4.0
13922023-10-31T03:17:13.297Z Compiling toml_edit v0.19.15
13932023-10-31T03:17:13.507Z Compiling rustc_version v0.4.0
13942023-10-31T03:17:13.554Z Compiling openapiv3 v1.0.3
13952023-10-31T03:17:17.285Z Compiling serde_tokenstream v0.1.7
13962023-10-31T03:17:17.392Z Compiling serde_tokenstream v0.2.0
13972023-10-31T03:17:17.777Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13982023-10-31T03:17:18.238Z Compiling try-lock v0.2.4
13992023-10-31T03:17:18.460Z Compiling want v0.3.1
14002023-10-31T03:17:18.911Z Compiling http-body v0.4.5
14012023-10-31T03:17:19.036Z Compiling usdt-attr-macro v0.3.5
14022023-10-31T03:17:19.555Z Compiling usdt-macro v0.3.5
14032023-10-31T03:17:19.589Z Compiling rustls-pemfile v1.0.3
14042023-10-31T03:17:20.241Z Compiling mime v0.3.17
14052023-10-31T03:17:20.778Z Compiling foreign-types-shared v0.1.1
14062023-10-31T03:17:20.945Z Compiling openssl-probe v0.1.5
14072023-10-31T03:17:21.269Z Compiling tower-service v0.3.2
14082023-10-31T03:17:21.436Z Compiling foreign-types v0.3.2
14092023-10-31T03:17:21.522Z Compiling errno v0.3.2
14102023-10-31T03:17:21.575Z Compiling ipnet v2.8.0
14112023-10-31T03:17:21.819Z Compiling getopts v0.2.21
14122023-10-31T03:17:22.058Z Compiling encoding_rs v0.8.33
14132023-10-31T03:17:23.320Z Compiling unsafe-libyaml v0.2.9
14142023-10-31T03:17:23.697Z Compiling rustls-native-certs v0.6.3
14152023-10-31T03:17:23.805Z Compiling serde_urlencoded v0.7.1
14162023-10-31T03:17:24.912Z Compiling webpki-roots v0.25.2
14172023-10-31T03:17:25.197Z Compiling tokio-util v0.7.10
14182023-10-31T03:17:26.579Z Compiling serde_yaml v0.9.25
14192023-10-31T03:17:27.097Z Compiling h2 v0.3.21
14202023-10-31T03:17:28.807Z Compiling hmac v0.12.1
14212023-10-31T03:17:29.137Z Compiling num-integer v0.1.45
14222023-10-31T03:17:30.083Z Compiling sha2 v0.10.8
14232023-10-31T03:17:30.498Z Compiling block-padding v0.3.3
14242023-10-31T03:17:31.541Z Compiling inout v0.1.3
14252023-10-31T03:17:31.901Z Compiling futures-executor v0.3.29
14262023-10-31T03:17:32.885Z Compiling cipher v0.4.4
14272023-10-31T03:17:33.003Z Compiling toml v0.7.8
14282023-10-31T03:17:33.534Z Compiling fallible-iterator v0.2.0
14292023-10-31T03:17:33.607Z Compiling crc32fast v1.3.2
14302023-10-31T03:17:34.820Z Compiling tokio-native-tls v0.3.1
14312023-10-31T03:17:35.236Z Compiling futures v0.3.29
14322023-10-31T03:17:35.261Z Compiling ipnetwork v0.20.0
14332023-10-31T03:17:35.406Z Compiling siphasher v0.3.11
14342023-10-31T03:17:35.929Z Compiling usdt v0.3.5
14352023-10-31T03:17:36.906Z Compiling md-5 v0.10.5
14362023-10-31T03:17:37.839Z Compiling stringprep v0.1.3
14372023-10-31T03:17:37.933Z Compiling io-lifetimes v1.0.11
14382023-10-31T03:17:38.364Z Compiling postgres-protocol v0.6.6
14392023-10-31T03:17:38.646Z Compiling hyper v0.14.27
14402023-10-31T03:17:38.879Z Compiling phf_shared v0.11.2
14412023-10-31T03:17:39.085Z Compiling hex v0.4.3
14422023-10-31T03:17:39.484Z Compiling enum-as-inner v0.5.1
14432023-10-31T03:17:39.975Z Compiling slog-async v2.8.0
14442023-10-31T03:17:40.161Z Compiling postgres-types v0.2.6
14452023-10-31T03:17:40.648Z Compiling phf v0.11.2
14462023-10-31T03:17:40.713Z Compiling num-bigint v0.4.4
14472023-10-31T03:17:41.086Z Compiling rustix v0.37.23
14482023-10-31T03:17:41.090Z Compiling data-encoding v2.4.0
14492023-10-31T03:17:41.347Z Compiling whoami v1.4.1
14502023-10-31T03:17:42.520Z Compiling tokio-postgres v0.7.10
14512023-10-31T03:17:43.085Z Compiling zerocopy-derive v0.6.4
14522023-10-31T03:17:45.271Z Compiling static_assertions v1.1.0
14532023-10-31T03:17:46.345Z Compiling either v1.9.0
14542023-10-31T03:17:46.670Z Compiling ident_case v1.0.1
14552023-10-31T03:17:46.941Z Compiling darling_core v0.20.3
14562023-10-31T03:17:47.245Z Compiling camino v1.1.6
14572023-10-31T03:17:48.142Z Compiling flate2 v1.0.28
14582023-10-31T03:17:48.437Z Compiling heapless v0.7.16
14592023-10-31T03:17:49.021Z Compiling bzip2-sys v0.1.11+1.0.8
14602023-10-31T03:17:49.216Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14612023-10-31T03:17:49.704Z Compiling memoffset v0.9.0
14622023-10-31T03:17:49.812Z Compiling radium v0.7.0
14632023-10-31T03:17:50.126Z Compiling managed v0.8.0
14642023-10-31T03:17:50.412Z Compiling hyper-tls v0.5.0
14652023-10-31T03:17:50.516Z Compiling unicode-segmentation v1.10.1
14662023-10-31T03:17:50.874Z Compiling matches v0.1.10
14672023-10-31T03:17:51.016Z Compiling idna v0.2.3
14682023-10-31T03:17:52.017Z Compiling itertools v0.11.0
14692023-10-31T03:17:52.800Z Compiling multer v2.1.0
14702023-10-31T03:17:53.371Z Compiling trust-dns-proto v0.22.0
14712023-10-31T03:17:54.182Z Compiling async-stream-impl v0.3.5
14722023-10-31T03:17:55.950Z Compiling num-iter v0.1.43
14732023-10-31T03:17:56.042Z Compiling darling_macro v0.20.3
14742023-10-31T03:17:56.294Z Compiling crossbeam-epoch v0.9.15
14752023-10-31T03:17:56.364Z Compiling bit-vec v0.6.3
14762023-10-31T03:17:56.750Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14772023-10-31T03:17:56.898Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14782023-10-31T03:17:56.954Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14792023-10-31T03:17:57.010Z Compiling paste v1.0.14
14802023-10-31T03:17:57.091Z Compiling anstyle v1.0.2
14812023-10-31T03:17:57.542Z Compiling darling v0.20.3
14822023-10-31T03:17:57.656Z Compiling smoltcp v0.9.1
14832023-10-31T03:17:57.712Z Compiling serde_with_macros v2.3.3
14842023-10-31T03:17:57.834Z Compiling utf8parse v0.2.1
14852023-10-31T03:17:58.082Z Compiling anstyle-parse v0.2.1
14862023-10-31T03:18:00.301Z Compiling zerocopy v0.6.4
14872023-10-31T03:18:00.836Z Compiling signature v2.1.0
14882023-10-31T03:18:01.125Z Compiling hubpack_derive v0.1.1
14892023-10-31T03:18:01.172Z Compiling clap_derive v4.4.2
14902023-10-31T03:18:01.707Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14912023-10-31T03:18:01.731Z Compiling colorchoice v1.0.0
14922023-10-31T03:18:01.978Z Compiling anstyle-query v1.0.0
14932023-10-31T03:18:02.175Z Compiling anstream v0.5.0
14942023-10-31T03:18:02.922Z Compiling terminal_size v0.2.6
14952023-10-31T03:18:03.207Z Compiling yasna v0.5.2
14962023-10-31T03:18:05.235Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14972023-10-31T03:18:05.673Z Compiling structmeta-derive v0.1.6
14982023-10-31T03:18:06.521Z Compiling diesel_table_macro_syntax v0.1.0
14992023-10-31T03:18:06.584Z Compiling hash32 v0.2.1
15002023-10-31T03:18:07.113Z Compiling clap_lex v0.5.1
15012023-10-31T03:18:07.186Z Compiling stable_deref_trait v1.2.0
15022023-10-31T03:18:07.337Z Compiling tap v1.0.1
15032023-10-31T03:18:07.927Z Compiling wyz v0.5.1
15042023-10-31T03:18:08.111Z Compiling clap_builder v4.4.2
15052023-10-31T03:18:08.658Z Compiling diesel_derives v2.1.1
15062023-10-31T03:18:09.185Z Compiling tokio-stream v0.1.14
15072023-10-31T03:18:10.166Z Compiling structmeta v0.1.6
15082023-10-31T03:18:10.342Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15092023-10-31T03:18:10.554Z Compiling serde_repr v0.1.16
15102023-10-31T03:18:10.624Z Compiling scheduled-thread-pool v0.2.7
15112023-10-31T03:18:10.804Z Compiling funty v2.0.0
15122023-10-31T03:18:10.807Z Compiling regex-syntax v0.6.29
15132023-10-31T03:18:11.636Z Compiling regex-automata v0.1.10
15142023-10-31T03:18:12.418Z Compiling bstr v0.2.17
15152023-10-31T03:18:12.854Z Compiling bitvec v1.0.1
15162023-10-31T03:18:12.997Z Compiling r2d2 v0.8.10
15172023-10-31T03:18:14.909Z Compiling clap v4.4.3
15182023-10-31T03:18:16.124Z Compiling hubpack v0.1.2
15192023-10-31T03:18:16.893Z Compiling itertools v0.10.5
15202023-10-31T03:18:17.216Z Compiling phf_shared v0.10.0
15212023-10-31T03:18:17.847Z Compiling float-cmp v0.9.0
15222023-10-31T03:18:18.113Z Compiling fixedbitset v0.4.2
15232023-10-31T03:18:18.210Z Compiling regex-automata v0.3.8
15242023-10-31T03:18:18.860Z Compiling precomputed-hash v0.1.1
15252023-10-31T03:18:20.345Z Compiling parse-display-derive v0.7.0
15262023-10-31T03:18:20.441Z Compiling difflib v0.4.0
15272023-10-31T03:18:21.435Z Compiling normalize-line-endings v0.3.0
15282023-10-31T03:18:21.612Z Compiling predicates-core v1.0.6
15292023-10-31T03:18:21.818Z Compiling new_debug_unreachable v1.0.4
15302023-10-31T03:18:22.204Z Compiling string_cache v0.8.7
15312023-10-31T03:18:22.400Z Compiling predicates v3.0.4
15322023-10-31T03:18:22.974Z Compiling bstr v1.6.0
15332023-10-31T03:18:23.292Z Compiling petgraph v0.6.4
15342023-10-31T03:18:25.273Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15352023-10-31T03:18:25.298Z Compiling similar v2.2.1
15362023-10-31T03:18:25.710Z Compiling bit-set v0.5.3
15372023-10-31T03:18:26.142Z Compiling console v0.15.7
15382023-10-31T03:18:26.361Z Compiling lalrpop-util v0.19.12
15392023-10-31T03:18:32.735Z Compiling diesel v2.1.3
15402023-10-31T03:18:35.825Z Compiling proc-macro-crate v1.3.1
15412023-10-31T03:18:47.040Z Compiling crucible-workspace-hack v0.1.0
15422023-10-31T03:19:05.320Z Compiling atty v0.2.14
15432023-10-31T03:19:07.628Z Compiling sha1 v0.10.5
15442023-10-31T03:19:08.107Z Compiling match_cfg v0.1.0
15452023-10-31T03:19:08.261Z Compiling hostname v0.3.1
15462023-10-31T03:19:11.646Z Compiling dirs-sys-next v0.1.2
15472023-10-31T03:19:12.618Z Compiling dirs-next v2.0.0
15482023-10-31T03:19:13.389Z Compiling thread_local v1.1.7
15492023-10-31T03:19:20.240Z Compiling term v0.7.0
15502023-10-31T03:19:20.616Z Compiling crossbeam-channel v0.5.8
15512023-10-31T03:19:22.690Z Compiling take_mut v0.2.2
15522023-10-31T03:19:22.940Z Compiling slog-term v2.9.0
15532023-10-31T03:19:25.109Z Compiling slog-json v2.6.1
15542023-10-31T03:19:25.136Z Compiling instant v0.1.12
15552023-10-31T03:19:25.739Z Compiling slog-bunyan v2.4.0
15562023-10-31T03:19:26.416Z Compiling strum v0.25.0
15572023-10-31T03:19:26.684Z Compiling atomic-waker v1.1.1
15582023-10-31T03:19:27.317Z Compiling waitgroup v0.1.2
15592023-10-31T03:19:27.652Z Compiling num_enum_derive v0.5.11
15602023-10-31T03:19:27.718Z Compiling serde_with v2.3.3
15612023-10-31T03:19:27.741Z Compiling async-stream v0.3.5
15622023-10-31T03:19:29.879Z Compiling serde_path_to_error v0.1.14
15632023-10-31T03:19:29.999Z Compiling libz-sys v1.1.12
15642023-10-31T03:19:30.393Z Compiling debug-ignore v1.0.5
15652023-10-31T03:19:30.613Z Compiling fastrand v2.0.0
15662023-10-31T03:19:31.171Z Compiling tempfile v3.8.0
15672023-10-31T03:19:33.057Z Compiling slog-dtrace v0.2.3
15682023-10-31T03:19:33.184Z Compiling proc-macro-error-attr v1.0.4
15692023-10-31T03:19:34.595Z Compiling backoff v0.4.0
15702023-10-31T03:19:35.019Z Compiling parse-display v0.7.0
15712023-10-31T03:19:35.546Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15722023-10-31T03:19:35.784Z Compiling macaddr v1.0.1
15732023-10-31T03:19:36.252Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15742023-10-31T03:19:36.576Z Compiling libgit2-sys v0.15.2+1.6.4
15752023-10-31T03:19:36.648Z Compiling proc-macro-error v1.0.4
15762023-10-31T03:19:37.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15772023-10-31T03:19:38.719Z Compiling libsqlite3-sys v0.26.0
15782023-10-31T03:19:38.756Z Compiling memoffset v0.7.1
15792023-10-31T03:19:39.361Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15802023-10-31T03:19:41.884Z Compiling foreign-types-macros v0.2.3
15812023-10-31T03:19:42.064Z Compiling vergen v8.2.4
15822023-10-31T03:19:42.267Z Compiling base64ct v1.6.0
15832023-10-31T03:19:45.245Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15842023-10-31T03:19:45.842Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15852023-10-31T03:19:51.500Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15862023-10-31T03:19:51.792Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15872023-10-31T03:19:51.986Z Compiling platforms v3.0.2
15882023-10-31T03:19:52.890Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15892023-10-31T03:19:53.020Z Compiling num_enum_derive v0.7.0
15902023-10-31T03:19:53.319Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15912023-10-31T03:19:53.384Z Compiling password-hash v0.5.0
15922023-10-31T03:19:53.854Z Compiling curve25519-dalek v4.1.0
15932023-10-31T03:19:53.956Z Compiling heck v0.3.3
15942023-10-31T03:19:54.419Z Compiling blake2 v0.10.6
15952023-10-31T03:19:54.539Z Compiling libefi-sys v0.1.0
15962023-10-31T03:19:54.958Z Compiling structopt-derive v0.4.18
15972023-10-31T03:19:55.179Z Compiling zone_cfg_derive v0.2.0
15982023-10-31T03:19:55.343Z Compiling argon2 v0.5.2
15992023-10-31T03:19:56.777Z Compiling curve25519-dalek-derive v0.1.0
16002023-10-31T03:19:57.249Z Compiling num-derive v0.4.0
16012023-10-31T03:19:57.378Z Compiling same-file v1.0.6
16022023-10-31T03:19:57.725Z Compiling walkdir v2.4.0
16032023-10-31T03:19:58.635Z Compiling toml v0.5.11
16042023-10-31T03:19:58.801Z Compiling semver-parser v0.10.2
16052023-10-31T03:19:59.077Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16062023-10-31T03:19:59.476Z Compiling filetime v0.2.22
16072023-10-31T03:19:59.712Z Compiling xattr v1.0.1
16082023-10-31T03:20:00.063Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16092023-10-31T03:20:00.153Z Compiling erased-serde v0.3.30
16102023-10-31T03:20:00.481Z Compiling getrandom v0.1.16
16112023-10-31T03:20:00.935Z Compiling semver v0.11.0
16122023-10-31T03:20:00.992Z Compiling tar v0.4.40
16132023-10-31T03:20:01.151Z Compiling universal-hash v0.5.1
16142023-10-31T03:20:01.191Z Compiling bitstruct_derive v0.1.0
16152023-10-31T03:20:01.456Z Compiling async-recursion v1.0.5
16162023-10-31T03:20:02.061Z Compiling opaque-debug v0.3.0
16172023-10-31T03:20:02.214Z Compiling home v0.5.5
16182023-10-31T03:20:02.570Z Compiling toolchain_find v0.2.0
16192023-10-31T03:20:02.596Z Compiling num-rational v0.4.1
16202023-10-31T03:20:03.039Z Compiling unicase v2.7.0
16212023-10-31T03:20:03.223Z Compiling parking_lot_core v0.8.6
16222023-10-31T03:20:03.304Z Compiling rustfmt-wrapper v0.2.0
16232023-10-31T03:20:03.646Z Compiling num_enum v0.5.11
16242023-10-31T03:20:03.780Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16252023-10-31T03:20:03.847Z Compiling aead v0.5.2
16262023-10-31T03:20:03.881Z Compiling postcard-cobs v0.1.5-pre
16272023-10-31T03:20:04.333Z Compiling winapi v0.3.9
16282023-10-31T03:20:04.358Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16292023-10-31T03:20:04.362Z Compiling postcard v0.7.3
16302023-10-31T03:20:04.724Z Compiling polyval v0.6.1
16312023-10-31T03:20:05.390Z Compiling smoltcp v0.8.2
16322023-10-31T03:20:05.420Z Compiling ctr v0.9.2
16332023-10-31T03:20:05.456Z Compiling aes v0.8.3
16342023-10-31T03:20:05.839Z Compiling thiserror-impl-no-std v2.0.2
16352023-10-31T03:20:05.893Z Compiling cfg-if v0.1.10
16362023-10-31T03:20:05.981Z Compiling foreign-types-shared v0.3.1
16372023-10-31T03:20:06.007Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16382023-10-31T03:20:06.153Z Compiling foreign-types v0.5.0
16392023-10-31T03:20:06.274Z Compiling mime_guess v2.0.4
16402023-10-31T03:20:08.231Z Compiling is-terminal v0.4.9
16412023-10-31T03:20:08.268Z Compiling toml_edit v0.20.0
16422023-10-31T03:20:08.289Z Compiling hashlink v0.8.3
16432023-10-31T03:20:08.424Z Compiling cstr-argument v0.1.2
16442023-10-31T03:20:09.280Z Compiling pretty-hex v0.2.1
16452023-10-31T03:20:09.330Z Compiling fallible-streaming-iterator v0.1.9
16462023-10-31T03:20:09.730Z Compiling rusqlite v0.29.0
16472023-10-31T03:20:09.766Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16482023-10-31T03:20:10.366Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492023-10-31T03:20:10.499Z Compiling colored v2.0.4
16502023-10-31T03:20:10.645Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16512023-10-31T03:20:11.358Z Compiling nix v0.26.2
16522023-10-31T03:20:11.698Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16532023-10-31T03:20:14.244Z Compiling toml v0.8.0
16542023-10-31T03:20:16.181Z Compiling twox-hash v1.6.3
16552023-10-31T03:20:16.821Z Compiling hkdf v0.12.3
16562023-10-31T03:20:17.180Z Compiling textwrap v0.11.0
16572023-10-31T03:20:17.248Z Compiling const_format_proc_macros v0.2.31
16582023-10-31T03:20:17.319Z Compiling ansi_term v0.12.1
16592023-10-31T03:20:17.509Z Compiling vec_map v0.8.2
16602023-10-31T03:20:17.967Z Compiling linked-hash-map v0.5.6
16612023-10-31T03:20:18.374Z Compiling quick-error v1.2.3
16622023-10-31T03:20:18.564Z Compiling strsim v0.8.0
16632023-10-31T03:20:18.628Z Compiling resolv-conf v0.7.0
16642023-10-31T03:20:19.656Z Compiling clap v2.34.0
16652023-10-31T03:20:20.076Z Compiling lru-cache v0.1.2
16662023-10-31T03:20:21.839Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16672023-10-31T03:20:23.569Z Compiling num_enum v0.7.0
16682023-10-31T03:20:23.677Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16692023-10-31T03:20:25.255Z Compiling bincode v1.3.3
16702023-10-31T03:20:25.864Z Compiling cancel-safe-futures v0.1.5
16712023-10-31T03:20:25.998Z Compiling humantime v2.1.0
16722023-10-31T03:20:26.907Z Compiling utf-8 v0.7.6
16732023-10-31T03:20:26.933Z Compiling keccak v0.1.4
16742023-10-31T03:20:27.421Z Compiling termcolor v1.2.0
16752023-10-31T03:20:28.026Z Compiling convert_case v0.4.0
16762023-10-31T03:20:28.351Z Compiling base64 v0.13.1
16772023-10-31T03:20:28.917Z Compiling env_logger v0.9.3
16782023-10-31T03:20:29.295Z Compiling derive_more v0.99.17
16792023-10-31T03:20:29.341Z Compiling sha3 v0.10.8
16802023-10-31T03:20:30.536Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16812023-10-31T03:20:30.647Z Compiling structopt v0.3.26
16822023-10-31T03:20:31.670Z Compiling trust-dns-resolver v0.22.0
16832023-10-31T03:20:32.016Z Compiling aes-gcm-siv v0.11.1
16842023-10-31T03:20:32.446Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16852023-10-31T03:20:33.586Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16862023-10-31T03:20:35.288Z Compiling zone v0.2.0
16872023-10-31T03:20:37.190Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16882023-10-31T03:20:37.688Z Compiling secrecy v0.8.0
16892023-10-31T03:20:37.772Z Compiling smf v0.2.2
16902023-10-31T03:20:38.101Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16912023-10-31T03:20:40.150Z Compiling ascii v1.1.0
16922023-10-31T03:20:40.178Z Compiling ringbuffer v0.15.0
16932023-10-31T03:20:41.191Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16942023-10-31T03:20:41.759Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16952023-10-31T03:20:41.911Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16962023-10-31T03:20:42.532Z Compiling bitstruct v0.1.1
16972023-10-31T03:20:43.790Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16982023-10-31T03:20:44.935Z Compiling serde_arrays v0.1.0
16992023-10-31T03:20:45.177Z Compiling ff v0.13.0
17002023-10-31T03:20:45.393Z Compiling nibble_vec v0.1.0
17012023-10-31T03:20:45.622Z Compiling endian-type v0.1.2
17022023-10-31T03:20:45.704Z Compiling arc-swap v1.6.0
17032023-10-31T03:20:45.969Z Compiling radix_trie v0.2.1
17042023-10-31T03:20:46.530Z Compiling slog-scope v4.4.0
17052023-10-31T03:20:46.801Z Compiling group v0.13.0
17062023-10-31T03:20:47.062Z Compiling rand_core v0.5.1
17072023-10-31T03:20:47.405Z Compiling tungstenite v0.20.1
17082023-10-31T03:20:48.051Z Compiling poly1305 v0.8.0
17092023-10-31T03:20:49.120Z Compiling chacha20 v0.9.1
17102023-10-31T03:20:50.130Z Compiling crypto-bigint v0.5.2
17112023-10-31T03:20:50.151Z Compiling num-complex v0.4.4
17122023-10-31T03:20:50.178Z Compiling base16ct v0.2.0
17132023-10-31T03:20:51.037Z Compiling option-ext v0.2.0
17142023-10-31T03:20:51.173Z Compiling half v1.8.2
17152023-10-31T03:20:51.222Z Compiling ciborium-io v0.2.1
17162023-10-31T03:20:51.422Z Compiling dirs-sys v0.4.1
17172023-10-31T03:20:51.925Z Compiling ciborium-ll v0.2.1
17182023-10-31T03:20:51.950Z Compiling num v0.4.1
17192023-10-31T03:20:52.106Z Compiling tokio-tungstenite v0.20.1
17202023-10-31T03:20:52.204Z Compiling parking_lot v0.11.2
17212023-10-31T03:20:52.350Z Compiling rand_chacha v0.2.2
17222023-10-31T03:20:52.472Z Compiling slog-stdlog v4.1.1
17232023-10-31T03:20:52.624Z Compiling trust-dns-client v0.22.0
17242023-10-31T03:20:52.915Z Compiling thiserror-no-std v2.0.2
17252023-10-31T03:20:53.089Z Compiling elliptic-curve v0.13.5
17262023-10-31T03:20:53.957Z Compiling password-hash v0.4.2
17272023-10-31T03:20:54.294Z Compiling ed25519 v2.2.2
17282023-10-31T03:20:54.887Z Compiling blowfish v0.9.1
17292023-10-31T03:20:55.375Z Compiling pbkdf2 v0.12.2
17302023-10-31T03:20:55.591Z Compiling fxhash v0.2.1
17312023-10-31T03:20:56.570Z Compiling sled v0.34.7
17322023-10-31T03:20:56.596Z Compiling bcrypt-pbkdf v0.10.0
17332023-10-31T03:20:56.642Z Compiling trust-dns-server v0.22.1
17342023-10-31T03:20:57.208Z Compiling pbkdf2 v0.11.0
17352023-10-31T03:20:57.274Z Compiling ed25519-dalek v2.0.0
17362023-10-31T03:20:57.805Z Compiling vsss-rs v3.3.1
17372023-10-31T03:20:58.140Z Compiling russh-cryptovec v0.7.0
17382023-10-31T03:20:58.493Z Compiling rand v0.7.3
17392023-10-31T03:20:58.641Z Compiling slog-envlogger v2.2.0
17402023-10-31T03:20:59.028Z Compiling ciborium v0.2.1
17412023-10-31T03:20:59.933Z Compiling dirs v5.0.1
17422023-10-31T03:21:00.495Z Compiling chacha20poly1305 v0.10.1
17432023-10-31T03:21:00.799Z Compiling ron v0.7.1
17442023-10-31T03:21:00.802Z Compiling tungstenite v0.18.0
17452023-10-31T03:21:01.625Z Compiling const_format v0.2.31
17462023-10-31T03:21:03.031Z Compiling ghash v0.5.0
17472023-10-31T03:21:03.941Z Compiling camino-tempfile v1.0.2
17482023-10-31T03:21:04.773Z Compiling cbc v0.1.2
17492023-10-31T03:21:04.949Z Compiling headers-core v0.2.0
17502023-10-31T03:21:05.006Z Compiling pem v3.0.2
17512023-10-31T03:21:05.185Z Compiling http-range v0.1.5
17522023-10-31T03:21:05.270Z Compiling md5 v0.7.0
17532023-10-31T03:21:05.516Z Compiling pretty-hex v0.3.0
17542023-10-31T03:21:05.554Z Compiling bit_field v0.10.2
17552023-10-31T03:21:05.758Z Compiling russh-keys v0.38.0
17562023-10-31T03:21:05.808Z Compiling rcgen v0.11.3
17572023-10-31T03:21:05.834Z Compiling hyper-staticfile v0.9.5
17582023-10-31T03:21:06.318Z Compiling headers v0.3.9
17592023-10-31T03:21:10.465Z Compiling aes-gcm v0.10.3
17602023-10-31T03:21:10.937Z Compiling tokio-tungstenite v0.18.0
17612023-10-31T03:21:14.441Z Compiling pem v1.1.1
17622023-10-31T03:21:15.901Z Compiling atomicwrites v0.4.2
17632023-10-31T03:21:16.477Z Compiling subprocess v0.2.9
17642023-10-31T03:21:16.520Z Compiling glob v0.3.1
17652023-10-31T03:21:17.427Z Compiling hex-literal v0.4.1
17662023-10-31T03:21:17.682Z Compiling russh v0.38.0
17672023-10-31T03:21:23.942Z Compiling bzip2 v0.4.4
17682023-10-31T03:21:24.369Z Compiling zip v0.6.6
17692023-10-31T03:21:30.183Z Compiling rustls-webpki v0.101.7
17702023-10-31T03:21:36.946Z Compiling tokio-rustls v0.24.1
17712023-10-31T03:21:37.389Z Compiling hyper-rustls v0.24.2
17722023-10-31T03:21:37.618Z Compiling git2 v0.17.2
17732023-10-31T03:21:38.166Z Compiling reqwest v0.11.20
17742023-10-31T03:21:42.623Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17752023-10-31T03:21:43.143Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17762023-10-31T03:21:43.241Z Compiling omicron-zone-package v0.8.3
17772023-10-31T03:21:43.463Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17782023-10-31T03:21:46.215Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17792023-10-31T03:21:48.858Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17802023-10-31T03:21:50.591Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17812023-10-31T03:21:51.526Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17822023-10-31T03:21:54.096Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17832023-10-31T03:22:00.929Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17842023-10-31T03:22:01.764Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17852023-10-31T03:22:03.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862023-10-31T03:22:04.503Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17872023-10-31T03:22:06.039Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17882023-10-31T03:22:07.831Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17892023-10-31T03:22:08.475Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17902023-10-31T03:22:09.000Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17912023-10-31T03:22:09.026Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17922023-10-31T03:22:09.053Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17932023-10-31T03:22:09.491Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17942023-10-31T03:22:10.362Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17952023-10-31T03:22:13.309Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17962023-10-31T03:22:20.783Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17972023-10-31T03:22:25.837Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17982023-10-31T03:22:26.048Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17992023-10-31T03:22:26.416Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18002023-10-31T03:22:32.231Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18012023-10-31T03:22:33.482Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18022023-10-31T03:22:44.271Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18032023-10-31T03:22:47.310Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18042023-10-31T03:22:54.917Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18052023-10-31T03:22:59.159Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18062023-10-31T03:23:00.564Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18072023-10-31T03:23:02.614Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18082023-10-31T03:23:10.608Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18092023-10-31T03:23:11.922Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18102023-10-31T03:23:18.662Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18112023-10-31T03:23:18.882Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18122023-10-31T03:23:28.181Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18132023-10-31T03:23:41.563Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18142023-10-31T03:23:51.471Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18152023-10-31T03:24:33.805Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18162023-10-31T03:25:57.409Z Finished dev [unoptimized + debuginfo] target(s) in 10m 13s
18172023-10-31T03:25:57.755Z
18182023-10-31T03:25:57.758Zreal 10:13.984623676
18192023-10-31T03:25:57.961Zuser 1:00:10.091946314
18202023-10-31T03:25:57.965Zsys 9:13.548187378
18212023-10-31T03:25:57.967Ztrap 2.394048653
18222023-10-31T03:25:57.970Ztflt 2.046531681
18232023-10-31T03:25:57.973Zdflt 4.398217405
18242023-10-31T03:25:57.976Zkflt 0.017298443
18252023-10-31T03:25:57.979Zlock 1:51:02.306347937
18262023-10-31T03:25:57.982Zslp 3:24:37.562616537
18272023-10-31T03:25:57.984Zlat 2:31.357421833
18282023-10-31T03:25:57.987Zstop 6:40.148113866
18292023-10-31T03:25:57.991Z+ mkdir -p /work/end-to-end-tests
18302023-10-31T03:25:57.994Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18312023-10-31T03:25:58.265Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18322023-10-31T03:25:58.269Z+ ptime -m gzip
18332023-10-31T03:25:58.282Z++ basename target/debug/bootstrap
18342023-10-31T03:26:15.508Z
18352023-10-31T03:26:15.511Zreal 17.235449101
18362023-10-31T03:26:15.517Zuser 17.049522318
18372023-10-31T03:26:15.520Zsys 0.169358307
18382023-10-31T03:26:15.523Ztrap 0.006626194
18392023-10-31T03:26:15.528Ztflt 0.000000000
18402023-10-31T03:26:15.531Zdflt 0.000000000
18412023-10-31T03:26:15.534Zkflt 0.000000000
18422023-10-31T03:26:15.537Zlock 0.000000000
18432023-10-31T03:26:15.539Zslp 0.000000000
18442023-10-31T03:26:15.543Zlat 0.009581874
18452023-10-31T03:26:15.546Zstop 0.000246121
18462023-10-31T03:26:15.550Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18472023-10-31T03:26:15.554Z+ ptime -m gzip
18482023-10-31T03:26:15.558Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-13d7796e9c457a2a
18492023-10-31T03:26:16.625Z
18502023-10-31T03:26:16.629Zreal 1.107394063
18512023-10-31T03:26:16.632Zuser 1.094904309
18522023-10-31T03:26:16.635Zsys 0.011818924
18532023-10-31T03:26:16.638Ztrap 0.000159168
18542023-10-31T03:26:16.641Ztflt 0.000000000
18552023-10-31T03:26:16.643Zdflt 0.000000000
18562023-10-31T03:26:16.646Zkflt 0.000000000
18572023-10-31T03:26:16.649Zlock 0.000000000
18582023-10-31T03:26:16.652Zslp 0.000000000
18592023-10-31T03:26:16.655Zlat 0.000176434
18602023-10-31T03:26:16.658Zstop 0.000219707
18612023-10-31T03:26:16.661Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18622023-10-31T03:26:16.664Z+ ptime -m gzip
18632023-10-31T03:26:16.667Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cc8f9cfe063d8adb
18642023-10-31T03:26:36.086Z
18652023-10-31T03:26:36.089Zreal 19.452015229
18662023-10-31T03:26:36.092Zuser 19.254584102
18672023-10-31T03:26:36.095Zsys 0.191522457
18682023-10-31T03:26:36.098Ztrap 0.004201918
18692023-10-31T03:26:36.100Ztflt 0.000000000
18702023-10-31T03:26:36.103Zdflt 0.000000000
18712023-10-31T03:26:36.106Zkflt 0.000000000
18722023-10-31T03:26:36.108Zlock 0.000000000
18732023-10-31T03:26:36.111Zslp 0.000000000
18742023-10-31T03:26:36.114Zlat 0.001353441
18752023-10-31T03:26:36.117Zstop 0.000233587
18762023-10-31T03:26:36.124Z+ banner caboose-util
18772023-10-31T03:26:36.127Z
18782023-10-31T03:26:36.130Z #### ## ##### #### #### #### ###### # # #####
18792023-10-31T03:26:36.133Z # # # # # # # # # # # # # # #
18802023-10-31T03:26:36.136Z # # # ##### # # # # #### ##### ##### # # #
18812023-10-31T03:26:36.138Z # ###### # # # # # # # # # # #
18822023-10-31T03:26:36.141Z # # # # # # # # # # # # # # # #
18832023-10-31T03:26:36.144Z #### # # ##### #### #### #### ###### #### #
18842023-10-31T03:26:36.147Z
18852023-10-31T03:26:36.149Z+ ptime -m cargo build --locked -p caboose-util --release
18862023-10-31T03:26:36.824Z Downloading crates ...
18872023-10-31T03:26:37.154Z Downloaded packed_struct_codegen v0.10.1
18882023-10-31T03:26:37.158Z Downloaded maybe-uninit v2.0.0
18892023-10-31T03:26:37.167Z Downloaded env_logger v0.10.0
18902023-10-31T03:26:37.170Z Downloaded nodrop v0.1.14
18912023-10-31T03:26:37.174Z Downloaded crc v3.0.1
18922023-10-31T03:26:37.177Z Downloaded path-slash v0.1.5
18932023-10-31T03:26:37.182Z Downloaded crc-catalog v2.2.0
18942023-10-31T03:26:37.185Z Downloaded array-init v0.0.4
18952023-10-31T03:26:37.188Z Downloaded packed_struct v0.10.1
18962023-10-31T03:26:37.191Z Downloaded bitfield v0.14.0
18972023-10-31T03:26:37.194Z Downloaded pem-rfc7468 v0.7.0
18982023-10-31T03:26:37.197Z Downloaded der_derive v0.7.2
18992023-10-31T03:26:37.200Z Downloaded smallvec v0.6.14
19002023-10-31T03:26:37.203Z Downloaded ron v0.8.1
19012023-10-31T03:26:37.211Z Downloaded crc-any v2.4.3
19022023-10-31T03:26:37.215Z Downloaded x509-cert v0.2.4
19032023-10-31T03:26:37.226Z Downloaded num-bigint-dig v0.8.4
19042023-10-31T03:26:37.234Z Downloaded object v0.30.4
19052023-10-31T03:26:37.251Z Downloaded rsa v0.9.2
19062023-10-31T03:26:37.259Z Downloaded pkcs1 v0.7.5
19072023-10-31T03:26:37.263Z Downloaded serde-hex v0.1.0
19082023-10-31T03:26:37.266Z Downloaded flagset v0.4.3
19092023-10-31T03:26:37.432Z Compiling proc-macro2 v1.0.67
19102023-10-31T03:26:37.435Z Compiling unicode-ident v1.0.12
19112023-10-31T03:26:37.437Z Compiling libc v0.2.149
19122023-10-31T03:26:37.440Z Compiling autocfg v1.1.0
19132023-10-31T03:26:37.443Z Compiling serde v1.0.188
19142023-10-31T03:26:37.453Z Compiling cfg-if v1.0.0
19152023-10-31T03:26:37.461Z Compiling version_check v0.9.4
19162023-10-31T03:26:37.564Z Compiling syn v1.0.109
19172023-10-31T03:26:37.604Z Compiling parking_lot_core v0.9.8
19182023-10-31T03:26:37.716Z Compiling once_cell v1.18.0
19192023-10-31T03:26:38.203Z Compiling typenum v1.16.0
19202023-10-31T03:26:38.220Z Compiling libm v0.2.7
19212023-10-31T03:26:38.357Z Compiling futures-core v0.3.29
19222023-10-31T03:26:38.495Z Compiling generic-array v0.14.7
19232023-10-31T03:26:38.567Z Compiling lock_api v0.4.10
19242023-10-31T03:26:38.644Z Compiling num-traits v0.2.16
19252023-10-31T03:26:38.789Z Compiling pkg-config v0.3.27
19262023-10-31T03:26:38.872Z Compiling scopeguard v1.2.0
19272023-10-31T03:26:39.058Z Compiling slab v0.4.9
19282023-10-31T03:26:39.451Z Compiling serde_json v1.0.108
19292023-10-31T03:26:39.699Z Compiling quote v1.0.33
19302023-10-31T03:26:39.973Z Compiling futures-task v0.3.29
19312023-10-31T03:26:39.986Z Compiling futures-channel v0.3.29
19322023-10-31T03:26:40.216Z Compiling thiserror v1.0.49
19332023-10-31T03:26:40.415Z Compiling syn v2.0.32
19342023-10-31T03:26:40.651Z Compiling jobserver v0.1.26
19352023-10-31T03:26:40.727Z Compiling getrandom v0.2.10
19362023-10-31T03:26:41.016Z Compiling memchr v2.6.3
19372023-10-31T03:26:41.265Z Compiling cc v1.0.83
19382023-10-31T03:26:41.368Z Compiling itoa v1.0.9
19392023-10-31T03:26:41.706Z Compiling futures-util v0.3.29
19402023-10-31T03:26:41.750Z Compiling ahash v0.8.3
19412023-10-31T03:26:42.159Z Compiling smallvec v1.11.0
19422023-10-31T03:26:42.162Z Compiling log v0.4.20
19432023-10-31T03:26:42.486Z Compiling vcpkg v0.2.15
19442023-10-31T03:26:42.933Z Compiling byteorder v1.5.0
19452023-10-31T03:26:43.805Z Compiling rand_core v0.6.4
19462023-10-31T03:26:44.379Z Compiling pin-project-lite v0.2.13
19472023-10-31T03:26:44.793Z Compiling parking_lot v0.12.1
19482023-10-31T03:26:45.288Z Compiling indexmap v1.9.3
19492023-10-31T03:26:46.019Z Compiling openssl-sys v0.9.93
19502023-10-31T03:26:46.211Z Compiling ring v0.17.5
19512023-10-31T03:26:47.785Z Compiling io-lifetimes v1.0.11
19522023-10-31T03:26:47.967Z Compiling ring v0.16.20
19532023-10-31T03:26:48.647Z Compiling num-integer v0.1.45
19542023-10-31T03:26:49.035Z Compiling ryu v1.0.15
19552023-10-31T03:26:49.511Z Compiling semver v1.0.20
19562023-10-31T03:26:49.515Z Compiling const-oid v0.9.5
19572023-10-31T03:26:50.560Z Compiling spin v0.5.2
19582023-10-31T03:26:50.926Z Compiling rustix v0.37.23
19592023-10-31T03:26:51.459Z Compiling mio v0.8.8
19602023-10-31T03:26:52.103Z Compiling signal-hook-registry v1.4.1
19612023-10-31T03:26:52.142Z Compiling socket2 v0.5.4
19622023-10-31T03:26:53.046Z Compiling num_cpus v1.16.0
19632023-10-31T03:26:53.152Z Compiling openssl v0.10.57
19642023-10-31T03:26:53.192Z Compiling ucd-trie v0.1.6
19652023-10-31T03:26:53.195Z Compiling httparse v1.8.0
19662023-10-31T03:26:53.235Z Compiling heck v0.4.1
19672023-10-31T03:26:53.564Z Compiling futures-sink v0.3.29
19682023-10-31T03:26:53.686Z Compiling unicode-xid v0.2.4
19692023-10-31T03:26:53.864Z Compiling synstructure v0.12.6
19702023-10-31T03:26:53.924Z Compiling tinyvec_macros v0.1.1
19712023-10-31T03:26:54.043Z Compiling tinyvec v1.6.0
19722023-10-31T03:26:55.270Z Compiling radium v0.7.0
19732023-10-31T03:26:55.851Z Compiling pin-utils v0.1.0
19742023-10-31T03:26:55.975Z Compiling native-tls v0.2.11
19752023-10-31T03:26:56.389Z Compiling futures-io v0.3.29
19762023-10-31T03:26:56.415Z Compiling ppv-lite86 v0.2.17
19772023-10-31T03:26:56.772Z Compiling rustls v0.21.8
19782023-10-31T03:26:57.041Z Compiling crc32fast v1.3.2
19792023-10-31T03:26:57.163Z Compiling unicode-normalization v0.1.22
19802023-10-31T03:26:57.469Z Compiling bzip2-sys v0.1.11+1.0.8
19812023-10-31T03:26:57.692Z Compiling rand_chacha v0.3.1
19822023-10-31T03:26:57.785Z Compiling spin v0.9.8
19832023-10-31T03:26:58.059Z Compiling tracing-core v0.1.31
19842023-10-31T03:26:58.117Z Compiling unicode-bidi v0.3.13
19852023-10-31T03:26:58.191Z Compiling subtle v2.5.0
19862023-10-31T03:26:58.979Z Compiling rand v0.8.5
19872023-10-31T03:27:00.537Z Compiling errno v0.3.2
19882023-10-31T03:27:00.573Z Compiling num-iter v0.1.43
19892023-10-31T03:27:00.735Z Compiling usdt-impl v0.3.5
19902023-10-31T03:27:00.863Z Compiling base64 v0.21.5
19912023-10-31T03:27:01.190Z Compiling rustix v0.38.9
19922023-10-31T03:27:01.265Z Compiling schemars v0.8.13
19932023-10-31T03:27:02.877Z Compiling serde_derive_internals v0.26.0
19942023-10-31T03:27:03.167Z Compiling serde_derive v1.0.188
19952023-10-31T03:27:03.230Z Compiling zeroize_derive v1.4.2
19962023-10-31T03:27:03.538Z Compiling tokio-macros v2.1.0
19972023-10-31T03:27:03.635Z Compiling thiserror-impl v1.0.49
19982023-10-31T03:27:03.927Z Compiling futures-macro v0.3.29
19992023-10-31T03:27:04.402Z Compiling tracing-attributes v0.1.26
20002023-10-31T03:27:04.455Z Compiling zerocopy-derive v0.2.0
20012023-10-31T03:27:05.565Z Compiling zeroize v1.6.0
20022023-10-31T03:27:06.896Z Compiling openssl-macros v0.1.1
20032023-10-31T03:27:07.284Z Compiling zerocopy-derive v0.6.4
20042023-10-31T03:27:08.385Z Compiling pest v2.7.2
20052023-10-31T03:27:08.497Z Compiling crypto-common v0.1.6
20062023-10-31T03:27:08.814Z Compiling block-buffer v0.10.4
20072023-10-31T03:27:09.216Z Compiling digest v0.10.7
20082023-10-31T03:27:09.997Z Compiling tracing v0.1.37
20092023-10-31T03:27:10.787Z Compiling bitflags v1.3.2
20102023-10-31T03:27:10.935Z Compiling fnv v1.0.7
20112023-10-31T03:27:11.540Z Compiling zerocopy v0.3.0
20122023-10-31T03:27:12.699Z Compiling pest_meta v2.7.2
20132023-10-31T03:27:12.824Z Compiling schemars_derive v0.8.13
20142023-10-31T03:27:14.542Z Compiling lazy_static v1.4.0
20152023-10-31T03:27:15.472Z Compiling pest_generator v2.7.2
20162023-10-31T03:27:17.803Z Compiling backtrace v0.3.69
20172023-10-31T03:27:17.900Z Compiling memoffset v0.9.0
20182023-10-31T03:27:17.911Z Compiling num-bigint v0.4.4
20192023-10-31T03:27:18.298Z Compiling iana-time-zone v0.1.57
20202023-10-31T03:27:18.359Z Compiling async-trait v0.1.74
20212023-10-31T03:27:18.432Z Compiling crossbeam-utils v0.8.16
20222023-10-31T03:27:18.541Z Compiling base64ct v1.6.0
20232023-10-31T03:27:18.844Z Compiling smoltcp v0.9.1
20242023-10-31T03:27:18.989Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20252023-10-31T03:27:19.142Z Compiling openssl-probe v0.1.5
20262023-10-31T03:27:19.583Z Compiling untrusted v0.9.0
20272023-10-31T03:27:19.743Z Compiling pest_derive v2.7.2
20282023-10-31T03:27:19.757Z Compiling foreign-types-shared v0.1.1
20292023-10-31T03:27:19.816Z Compiling hashbrown v0.12.3
20302023-10-31T03:27:19.861Z Compiling allocator-api2 v0.2.16
20312023-10-31T03:27:19.876Z Compiling untrusted v0.7.1
20322023-10-31T03:27:20.141Z Compiling percent-encoding v2.3.0
20332023-10-31T03:27:20.645Z Compiling foreign-types v0.3.2
20342023-10-31T03:27:20.776Z Compiling pem-rfc7468 v0.7.0
20352023-10-31T03:27:20.789Z Compiling dtrace-parser v0.1.14
20362023-10-31T03:27:21.119Z Compiling hashbrown v0.14.0
20372023-10-31T03:27:23.460Z Compiling dof v0.1.5
20382023-10-31T03:27:23.505Z Compiling clap_derive v4.4.2
20392023-10-31T03:27:23.564Z Compiling der_derive v0.7.2
20402023-10-31T03:27:26.100Z Compiling thread-id v4.2.0
20412023-10-31T03:27:26.249Z Compiling time-core v0.1.1
20422023-10-31T03:27:26.440Z Compiling bytes v1.5.0
20432023-10-31T03:27:26.863Z Compiling bitflags v2.4.0
20442023-10-31T03:27:27.667Z Compiling rustc_version v0.4.0
20452023-10-31T03:27:27.889Z Compiling tokio v1.33.0
20462023-10-31T03:27:28.478Z Compiling http v0.2.9
20472023-10-31T03:27:28.663Z Compiling heapless v0.7.16
20482023-10-31T03:27:30.410Z Compiling uuid v1.4.1
20492023-10-31T03:27:31.131Z Compiling chrono v0.4.31
20502023-10-31T03:27:31.279Z Compiling siphasher v0.3.11
20512023-10-31T03:27:31.458Z Compiling cpufeatures v0.2.9
20522023-10-31T03:27:31.604Z Compiling rustversion v1.0.14
20532023-10-31T03:27:31.909Z Compiling utf8parse v0.2.1
20542023-10-31T03:27:32.188Z Compiling try-lock v0.2.4
20552023-10-31T03:27:32.371Z Compiling equivalent v1.0.1
20562023-10-31T03:27:32.383Z Compiling flagset v0.4.3
20572023-10-31T03:27:32.451Z Compiling anstyle v1.0.2
20582023-10-31T03:27:32.518Z Compiling adler v1.0.2
20592023-10-31T03:27:32.828Z Compiling miniz_oxide v0.7.1
20602023-10-31T03:27:33.372Z Compiling der v0.7.8
20612023-10-31T03:27:33.387Z Compiling indexmap v2.0.0
20622023-10-31T03:27:35.161Z Compiling want v0.3.1
20632023-10-31T03:27:35.418Z Compiling anstyle-parse v0.2.1
20642023-10-31T03:27:35.550Z Compiling sha2 v0.10.8
20652023-10-31T03:27:36.045Z Compiling http-body v0.4.5
20662023-10-31T03:27:40.587Z Compiling time-macros v0.2.13
20672023-10-31T03:27:40.915Z Compiling serde_tokenstream v0.1.7
20682023-10-31T03:27:41.705Z Compiling tokio-util v0.7.10
20692023-10-31T03:27:44.031Z Compiling h2 v0.3.21
20702023-10-31T03:27:45.622Z Compiling sct v0.7.0
20712023-10-31T03:27:46.275Z Compiling form_urlencoded v1.2.0
20722023-10-31T03:27:46.724Z Compiling hubpack_derive v0.1.1
20732023-10-31T03:27:47.636Z Compiling socket2 v0.4.9
20742023-10-31T03:27:47.975Z Compiling crossbeam-epoch v0.9.15
20752023-10-31T03:27:48.956Z Compiling slog v2.7.0
20762023-10-31T03:27:49.801Z Compiling tower-service v0.3.2
20772023-10-31T03:27:49.922Z Compiling httpdate v1.0.3
20782023-10-31T03:27:50.004Z Compiling tap v1.0.1
20792023-10-31T03:27:50.611Z Compiling anyhow v1.0.75
20802023-10-31T03:27:50.624Z Compiling colorchoice v1.0.0
20812023-10-31T03:27:50.851Z Compiling anstyle-query v1.0.0
20822023-10-31T03:27:51.051Z Compiling anstream v0.5.0
20832023-10-31T03:27:51.326Z Compiling wyz v0.5.1
20842023-10-31T03:27:56.047Z Compiling hyper v0.14.27
20852023-10-31T03:27:57.593Z Compiling terminal_size v0.2.6
20862023-10-31T03:27:57.910Z Compiling spki v0.7.2
20872023-10-31T03:27:59.676Z Compiling rustls-pemfile v1.0.3
20882023-10-31T03:28:00.191Z Compiling zerocopy v0.6.4
20892023-10-31T03:28:00.608Z Compiling hmac v0.12.1
20902023-10-31T03:28:00.938Z Compiling md-5 v0.10.5
20912023-10-31T03:28:01.319Z Compiling idna v0.4.0
20922023-10-31T03:28:01.357Z Compiling stringprep v0.1.3
20932023-10-31T03:28:01.949Z Compiling diesel_table_macro_syntax v0.1.0
20942023-10-31T03:28:02.554Z Compiling hash32 v0.2.1
20952023-10-31T03:28:02.818Z Compiling aho-corasick v1.0.4
20962023-10-31T03:28:03.589Z Compiling maybe-uninit v2.0.0
20972023-10-31T03:28:03.786Z Compiling strsim v0.10.0
20982023-10-31T03:28:04.234Z Compiling dyn-clone v1.0.13
20992023-10-31T03:28:04.366Z Compiling regex-syntax v0.8.2
21002023-10-31T03:28:04.506Z Compiling funty v2.0.0
21012023-10-31T03:28:06.988Z Compiling either v1.9.0
21022023-10-31T03:28:07.228Z Compiling fallible-iterator v0.2.0
21032023-10-31T03:28:07.750Z Compiling clap_lex v0.5.1
21042023-10-31T03:28:08.415Z Compiling gimli v0.28.0
21052023-10-31T03:28:08.919Z Compiling stable_deref_trait v1.2.0
21062023-10-31T03:28:09.110Z Compiling postgres-protocol v0.6.6
21072023-10-31T03:28:09.305Z Compiling clap_builder v4.4.2
21082023-10-31T03:28:11.051Z Compiling regex-automata v0.4.3
21092023-10-31T03:28:11.847Z Compiling bitvec v1.0.1
21102023-10-31T03:28:12.715Z Compiling url v2.4.1
21112023-10-31T03:28:13.416Z Compiling diesel_derives v2.1.1
21122023-10-31T03:28:16.043Z Compiling addr2line v0.21.0
21132023-10-31T03:28:17.504Z Compiling strum_macros v0.25.2
21142023-10-31T03:28:17.519Z Compiling rustls-native-certs v0.6.3
21152023-10-31T03:28:18.329Z Compiling tokio-native-tls v0.3.1
21162023-10-31T03:28:22.709Z Compiling usdt-attr-macro v0.3.5
21172023-10-31T03:28:23.761Z Compiling usdt-macro v0.3.5
21182023-10-31T03:28:25.131Z Compiling phf_shared v0.11.2
21192023-10-31T03:28:25.193Z Compiling toml_datetime v0.6.3
21202023-10-31T03:28:25.574Z Compiling serde_spanned v0.6.3
21212023-10-31T03:28:25.822Z Compiling block-padding v0.3.3
21222023-10-31T03:28:25.908Z Compiling enum-as-inner v0.5.1
21232023-10-31T03:28:25.949Z Compiling serde_repr v0.1.16
21242023-10-31T03:28:26.319Z Compiling scheduled-thread-pool v0.2.7
21252023-10-31T03:28:27.092Z Compiling object v0.32.1
21262023-10-31T03:28:27.494Z Compiling regex-automata v0.1.10
21272023-10-31T03:28:28.247Z Compiling num_threads v0.1.6
21282023-10-31T03:28:29.666Z Compiling bit-vec v0.6.3
21292023-10-31T03:28:30.093Z Compiling ipnet v2.8.0
21302023-10-31T03:28:30.321Z Compiling managed v0.8.0
21312023-10-31T03:28:31.035Z Compiling matches v0.1.10
21322023-10-31T03:28:32.354Z Compiling deranged v0.3.8
21332023-10-31T03:28:34.135Z Compiling rustc-demangle v0.1.23
21342023-10-31T03:28:35.642Z Compiling num-bigint-dig v0.8.4
21352023-10-31T03:28:35.876Z Compiling packed_struct v0.10.1
21362023-10-31T03:28:36.027Z Compiling winnow v0.5.15
21372023-10-31T03:28:39.101Z Compiling time v0.3.27
21382023-10-31T03:28:42.269Z Compiling toml_edit v0.19.15
21392023-10-31T03:28:47.651Z Compiling idna v0.2.3
21402023-10-31T03:28:50.164Z Compiling bstr v0.2.17
21412023-10-31T03:28:52.285Z Compiling r2d2 v0.8.10
21422023-10-31T03:28:52.643Z Compiling inout v0.1.3
21432023-10-31T03:28:53.265Z Compiling phf v0.11.2
21442023-10-31T03:28:53.557Z Compiling hyper-tls v0.5.0
21452023-10-31T03:28:53.741Z Compiling regex v1.10.2
21462023-10-31T03:28:54.060Z Compiling flate2 v1.0.28
21472023-10-31T03:28:54.093Z Compiling clap v4.4.3
21482023-10-31T03:28:54.242Z Compiling ipnetwork v0.20.0
21492023-10-31T03:28:54.504Z Compiling postgres-types v0.2.6
21502023-10-31T03:28:54.602Z Compiling itertools v0.11.0
21512023-10-31T03:28:55.343Z Compiling pkcs8 v0.10.2
21522023-10-31T03:28:55.897Z Compiling hubpack v0.1.2
21532023-10-31T03:28:55.914Z Compiling serde_urlencoded v0.7.1
21542023-10-31T03:28:56.585Z Compiling phf_shared v0.10.0
21552023-10-31T03:28:57.170Z Compiling futures-executor v0.3.29
21562023-10-31T03:28:58.363Z Compiling signature v2.1.0
21572023-10-31T03:28:58.726Z Compiling packed_struct_codegen v0.10.1
21582023-10-31T03:28:59.647Z Compiling float-cmp v0.9.0
21592023-10-31T03:29:00.568Z Compiling encoding_rs v0.8.33
21602023-10-31T03:29:00.580Z Compiling crc-catalog v2.2.0
21612023-10-31T03:29:02.510Z Compiling nodrop v0.1.14
21622023-10-31T03:29:02.911Z Compiling webpki-roots v0.25.2
21632023-10-31T03:29:02.992Z Compiling whoami v1.4.1
21642023-10-31T03:29:03.015Z Compiling data-encoding v2.4.0
21652023-10-31T03:29:03.161Z Compiling difflib v0.4.0
21662023-10-31T03:29:03.912Z Compiling new_debug_unreachable v1.0.4
21672023-10-31T03:29:03.953Z Compiling static_assertions v1.1.0
21682023-10-31T03:29:05.538Z Compiling normalize-line-endings v0.3.0
21692023-10-31T03:29:05.706Z Compiling regex-automata v0.3.8
21702023-10-31T03:29:06.949Z Compiling precomputed-hash v0.1.1
21712023-10-31T03:29:07.111Z Compiling unicode-segmentation v1.10.1
21722023-10-31T03:29:07.218Z Compiling mime v0.3.17
21732023-10-31T03:29:08.070Z Compiling predicates-core v1.0.6
21742023-10-31T03:29:08.526Z Compiling unicode-width v0.1.11
21752023-10-31T03:29:08.552Z Compiling fixedbitset v0.4.2
21762023-10-31T03:29:09.218Z Compiling petgraph v0.6.4
21772023-10-31T03:29:09.499Z Compiling console v0.15.7
21782023-10-31T03:29:11.786Z Compiling bstr v1.6.0
21792023-10-31T03:29:14.235Z Compiling predicates v3.0.4
21802023-10-31T03:29:15.431Z Compiling similar v2.2.1
21812023-10-31T03:29:16.139Z Compiling string_cache v0.8.7
21822023-10-31T03:29:16.809Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21832023-10-31T03:29:18.905Z Compiling trust-dns-proto v0.22.0
21842023-10-31T03:29:18.988Z Compiling tokio-postgres v0.7.10
21852023-10-31T03:29:26.535Z Compiling array-init v0.0.4
21862023-10-31T03:29:27.195Z Compiling crc v3.0.1
21872023-10-31T03:29:31.992Z Compiling futures v0.3.29
21882023-10-31T03:29:32.157Z Compiling yasna v0.5.2
21892023-10-31T03:29:36.541Z Compiling pkcs1 v0.7.5
21902023-10-31T03:29:37.218Z Compiling diesel v2.1.3
21912023-10-31T03:29:37.765Z Compiling smallvec v0.6.14
21922023-10-31T03:29:38.533Z Compiling cipher v0.4.4
21932023-10-31T03:29:41.518Z Compiling toml v0.7.8
21942023-10-31T03:29:43.023Z Compiling bit-set v0.5.3
21952023-10-31T03:29:43.451Z Compiling usdt v0.3.5
21962023-10-31T03:29:43.857Z Compiling is-terminal v0.4.9
21972023-10-31T03:29:44.081Z Compiling itertools v0.10.5
21982023-10-31T03:29:47.279Z Compiling tokio-stream v0.1.14
21992023-10-31T03:29:48.443Z Compiling openapiv3 v1.0.3
22002023-10-31T03:29:48.789Z Compiling hex v0.4.3
22012023-10-31T03:29:50.623Z Compiling hashbrown v0.13.2
22022023-10-31T03:29:54.940Z Compiling termcolor v1.2.0
22032023-10-31T03:29:56.226Z Compiling bitfield v0.14.0
22042023-10-31T03:29:56.725Z Compiling lalrpop-util v0.19.12
22052023-10-31T03:30:03.366Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22062023-10-31T03:30:08.034Z Compiling env_logger v0.10.0
22072023-10-31T03:30:26.843Z Compiling rsa v0.9.2
22082023-10-31T03:30:27.515Z Compiling serde-hex v0.1.0
22092023-10-31T03:30:28.691Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22102023-10-31T03:30:36.659Z Compiling x509-cert v0.2.4
22112023-10-31T03:30:39.154Z Compiling ron v0.8.1
22122023-10-31T03:30:47.656Z Compiling crc-any v2.4.3
22132023-10-31T03:30:58.346Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22142023-10-31T03:31:11.285Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22152023-10-31T03:31:18.964Z Compiling object v0.30.4
22162023-10-31T03:31:26.503Z Compiling path-slash v0.1.5
22172023-10-31T03:31:32.079Z Compiling bzip2 v0.4.4
22182023-10-31T03:31:32.739Z Compiling zip v0.6.6
22192023-10-31T03:31:34.842Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22202023-10-31T03:31:50.697Z Compiling rustls-webpki v0.101.7
22212023-10-31T03:31:59.650Z Compiling tokio-rustls v0.24.1
22222023-10-31T03:32:00.044Z Compiling hyper-rustls v0.24.2
22232023-10-31T03:32:00.588Z Compiling reqwest v0.11.20
22242023-10-31T03:32:14.493Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22252023-10-31T03:32:29.123Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22262023-10-31T03:32:30.216Z Finished release [optimized] target(s) in 5m 54s
22272023-10-31T03:32:30.301Z
22282023-10-31T03:32:30.304Zreal 5:54.186136305
22292023-10-31T03:32:30.307Zuser 41:34.039746137
22302023-10-31T03:32:30.310Zsys 3:47.849464141
22312023-10-31T03:32:30.313Ztrap 1.626514762
22322023-10-31T03:32:30.315Ztflt 1.093723850
22332023-10-31T03:32:30.318Zdflt 1.224913575
22342023-10-31T03:32:30.321Zkflt 0.007815718
22352023-10-31T03:32:30.324Zlock 1:33:32.030290727
22362023-10-31T03:32:30.327Zslp 2:51:27.867131597
22372023-10-31T03:32:30.331Zlat 1:39.296711836
22382023-10-31T03:32:30.334Zstop 1:27.405302471
22392023-10-31T03:32:30.336Z+ ptime -m gzip
22402023-10-31T03:32:30.973Z
22412023-10-31T03:32:30.976Zreal 0.665932105
22422023-10-31T03:32:30.979Zuser 0.658622937
22432023-10-31T03:32:30.982Zsys 0.006732311
22442023-10-31T03:32:30.985Ztrap 0.000064922
22452023-10-31T03:32:30.988Ztflt 0.000000000
22462023-10-31T03:32:30.991Zdflt 0.000000000
22472023-10-31T03:32:30.994Zkflt 0.000000000
22482023-10-31T03:32:30.998Zlock 0.000000000
22492023-10-31T03:32:31.002Zslp 0.000000000
22502023-10-31T03:32:31.005Zlat 0.000167351
22512023-10-31T03:32:31.008Zstop 0.000243444
22522023-10-31T03:32:31.011Z+ banner tufaceous
22532023-10-31T03:32:31.014Z
22542023-10-31T03:32:31.017Z ##### # # ###### ## #### ###### #### # # ####
22552023-10-31T03:32:31.020Z # # # # # # # # # # # # # #
22562023-10-31T03:32:31.023Z # # # ##### # # # ##### # # # # ####
22572023-10-31T03:32:31.026Z # # # # ###### # # # # # # #
22582023-10-31T03:32:31.029Z # # # # # # # # # # # # # # #
22592023-10-31T03:32:31.032Z # #### # # # #### ###### #### #### ####
22602023-10-31T03:32:31.035Z
22612023-10-31T03:32:31.038Z+ ptime -m cargo build --locked -p tufaceous --release
22622023-10-31T03:32:31.706Z Downloading crates ...
22632023-10-31T03:32:32.048Z Downloaded bytesize v1.3.0
22642023-10-31T03:32:32.052Z Downloaded globset v0.4.13
22652023-10-31T03:32:32.057Z Downloaded snafu-derive v0.7.5
22662023-10-31T03:32:32.066Z Downloaded olpc-cjson v0.1.3
22672023-10-31T03:32:32.070Z Downloaded buf-list v1.0.3
22682023-10-31T03:32:32.073Z Downloaded fs-err v2.9.0
22692023-10-31T03:32:32.076Z Downloaded tough v0.12.5
22702023-10-31T03:32:32.088Z Downloaded snafu v0.7.5
22712023-10-31T03:32:32.097Z Downloaded serde_plain v1.0.2
22722023-10-31T03:32:32.100Z Downloaded path-dedot v3.1.0
22732023-10-31T03:32:32.104Z Downloaded path-absolutize v3.1.0
22742023-10-31T03:32:32.107Z Downloaded doc-comment v0.3.3
22752023-10-31T03:32:32.256Z Compiling serde_tokenstream v0.2.0
22762023-10-31T03:32:32.276Z Compiling regress v0.7.1
22772023-10-31T03:32:32.288Z Compiling dirs-sys-next v0.1.2
22782023-10-31T03:32:32.291Z Compiling ident_case v1.0.1
22792023-10-31T03:32:32.306Z Compiling thread_local v1.1.7
22802023-10-31T03:32:32.323Z Compiling camino v1.1.6
22812023-10-31T03:32:32.326Z Compiling heck v0.4.1
22822023-10-31T03:32:32.543Z Compiling dirs-next v2.0.0
22832023-10-31T03:32:32.933Z Compiling darling_core v0.20.3
22842023-10-31T03:32:33.059Z Compiling slog-async v2.8.0
22852023-10-31T03:32:33.167Z Compiling term v0.7.0
22862023-10-31T03:32:33.963Z Compiling crossbeam-channel v0.5.8
22872023-10-31T03:32:33.973Z Compiling getopts v0.2.21
22882023-10-31T03:32:34.087Z Compiling structmeta-derive v0.1.6
22892023-10-31T03:32:34.331Z Compiling atty v0.2.14
22902023-10-31T03:32:34.544Z Compiling multer v2.1.0
22912023-10-31T03:32:34.984Z Compiling unsafe-libyaml v0.2.9
22922023-10-31T03:32:35.259Z Compiling doc-comment v0.3.3
22932023-10-31T03:32:35.963Z Compiling match_cfg v0.1.0
22942023-10-31T03:32:36.108Z Compiling take_mut v0.2.2
22952023-10-31T03:32:36.356Z Compiling paste v1.0.14
22962023-10-31T03:32:37.105Z Compiling hostname v0.3.1
22972023-10-31T03:32:37.483Z Compiling serde_yaml v0.9.25
22982023-10-31T03:32:37.950Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22992023-10-31T03:32:40.484Z Compiling structmeta v0.1.6
23002023-10-31T03:32:41.426Z Compiling slog-term v2.9.0
23012023-10-31T03:32:42.333Z Compiling darling_macro v0.20.3
23022023-10-31T03:32:43.726Z Compiling darling v0.20.3
23032023-10-31T03:32:43.866Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042023-10-31T03:32:43.880Z Compiling slog-json v2.6.1
23052023-10-31T03:32:43.893Z Compiling async-stream-impl v0.3.5
23062023-10-31T03:32:44.459Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23072023-10-31T03:32:44.744Z Compiling regex-syntax v0.6.29
23082023-10-31T03:32:44.893Z Compiling atomic-waker v1.1.1
23092023-10-31T03:32:45.173Z Compiling fastrand v2.0.0
23102023-10-31T03:32:45.839Z Compiling async-stream v0.3.5
23112023-10-31T03:32:46.095Z Compiling tempfile v3.8.0
23122023-10-31T03:32:46.349Z Compiling waitgroup v0.1.2
23132023-10-31T03:32:46.430Z Compiling slog-bunyan v2.4.0
23142023-10-31T03:32:46.609Z Compiling serde_with_macros v2.3.3
23152023-10-31T03:32:48.616Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23162023-10-31T03:32:49.453Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23172023-10-31T03:32:50.501Z Compiling sha1 v0.10.5
23182023-10-31T03:32:50.795Z Compiling snafu-derive v0.7.5
23192023-10-31T03:32:51.644Z Compiling serde_path_to_error v0.1.14
23202023-10-31T03:32:52.542Z Compiling path-dedot v3.1.0
23212023-10-31T03:32:52.551Z Compiling instant v0.1.12
23222023-10-31T03:32:52.558Z Compiling debug-ignore v1.0.5
23232023-10-31T03:32:52.561Z Compiling buf-list v1.0.3
23242023-10-31T03:32:52.565Z Compiling same-file v1.0.6
23252023-10-31T03:32:52.569Z Compiling arc-swap v1.6.0
23262023-10-31T03:32:52.662Z Compiling base64 v0.13.1
23272023-10-31T03:32:52.979Z Compiling slog-scope v4.4.0
23282023-10-31T03:32:53.335Z Compiling pem v1.1.1
23292023-10-31T03:32:54.098Z Compiling walkdir v2.4.0
23302023-10-31T03:32:54.311Z Compiling parse-display-derive v0.7.0
23312023-10-31T03:32:54.556Z Compiling path-absolutize v3.1.0
23322023-10-31T03:32:54.894Z Compiling backoff v0.4.0
23332023-10-31T03:32:55.479Z Compiling serde_with v2.3.3
23342023-10-31T03:32:55.813Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23352023-10-31T03:32:56.548Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23362023-10-31T03:32:56.832Z Compiling globset v0.4.13
23372023-10-31T03:32:57.471Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23382023-10-31T03:32:57.475Z Compiling strum v0.25.0
23392023-10-31T03:32:57.584Z Compiling olpc-cjson v0.1.3
23402023-10-31T03:32:58.488Z Compiling macaddr v1.0.1
23412023-10-31T03:32:59.102Z Compiling snafu v0.7.5
23422023-10-31T03:32:59.693Z Compiling serde_plain v1.0.2
23432023-10-31T03:33:00.551Z Compiling xattr v1.0.1
23442023-10-31T03:33:00.604Z Compiling parse-display v0.7.0
23452023-10-31T03:33:00.920Z Compiling filetime v0.2.22
23462023-10-31T03:33:00.998Z Compiling tough v0.12.5
23472023-10-31T03:33:01.177Z Compiling slog-stdlog v4.1.1
23482023-10-31T03:33:01.426Z Compiling tar v0.4.40
23492023-10-31T03:33:03.210Z Compiling camino-tempfile v1.0.2
23502023-10-31T03:33:03.855Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23512023-10-31T03:33:04.051Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23522023-10-31T03:33:04.519Z Compiling bytesize v1.3.0
23532023-10-31T03:33:05.474Z Compiling fs-err v2.9.0
23542023-10-31T03:33:07.023Z Compiling slog-envlogger v2.2.0
23552023-10-31T03:33:11.372Z Compiling humantime v2.1.0
23562023-10-31T03:33:15.131Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23572023-10-31T03:33:43.743Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23582023-10-31T03:33:44.050Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23592023-10-31T03:33:53.635Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23602023-10-31T03:33:56.082Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23612023-10-31T03:34:18.918Z Finished release [optimized] target(s) in 1m 47s
23622023-10-31T03:34:19.008Z
23632023-10-31T03:34:19.011Zreal 1:48.003253253
23642023-10-31T03:34:19.014Zuser 11:38.561710470
23652023-10-31T03:34:19.018Zsys 43.514106525
23662023-10-31T03:34:19.021Ztrap 0.416485833
23672023-10-31T03:34:19.024Ztflt 0.338688694
23682023-10-31T03:34:19.027Zdflt 0.455492635
23692023-10-31T03:34:19.030Zkflt 0.004177920
23702023-10-31T03:34:19.034Zlock 23:03.895776127
23712023-10-31T03:34:19.037Zslp 24:45.519449189
23722023-10-31T03:34:19.042Zlat 21.139492756
23732023-10-31T03:34:19.046Zstop 11.553025051
23742023-10-31T03:34:19.049Z+ ptime -m gzip
23752023-10-31T03:34:21.286Z
23762023-10-31T03:34:21.289Zreal 2.272262824
23772023-10-31T03:34:21.292Zuser 2.249911763
23782023-10-31T03:34:21.295Zsys 0.020163646
23792023-10-31T03:34:21.298Ztrap 0.000544512
23802023-10-31T03:34:21.301Ztflt 0.000000000
23812023-10-31T03:34:21.305Zdflt 0.000000000
23822023-10-31T03:34:21.307Zkflt 0.000000000
23832023-10-31T03:34:21.310Zlock 0.000000000
23842023-10-31T03:34:21.313Zslp 0.000000000
23852023-10-31T03:34:21.316Zlat 0.001323008
23862023-10-31T03:34:21.324Zstop 0.000217628
23872023-10-31T03:34:21.327Zprocess exited: duration 1337736 ms, exit code 0
 
23882023-10-31T03:34:21.334Zfound 5 output files
23892023-10-31T03:34:21.350Zuploading: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz (6514690 bytes)
23902023-10-31T03:34:24.284Zuploaded: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz
23912023-10-31T03:34:24.296Zuploading: /work/end-to-end-tests/bootstrap.gz (98634230 bytes)
23922023-10-31T03:34:57.183Zuploaded: /work/end-to-end-tests/bootstrap.gz
23932023-10-31T03:34:57.198Zuploading: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz (112968060 bytes)
23942023-10-31T03:35:41.623Zuploaded: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz
23952023-10-31T03:35:41.627Zuploading: /work/caboose-util.gz (4111056 bytes)
23962023-10-31T03:35:42.880Zuploaded: /work/caboose-util.gz
23972023-10-31T03:35:42.885Zuploading: /work/tufaceous.gz (14486972 bytes)
23982023-10-31T03:35:50.589Zuploaded: /work/tufaceous.gz