01HPQFB929AYX9CYZD75DFKME4: 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: 01HPQFCA4WQ4WDJN3FAH6NV16Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-15T22:50:55.737Zjob assigned to worker 01HPQFCKKKKP1B8CNM85VPH1R5 (queued for 1 m 11 s)
 
22024-02-15T22:50:56.577Zstarting task 0: "setup"
32024-02-15T22:50:56.659Z++ uname -s
42024-02-15T22:50:57.925Z+ kern=SunOS
52024-02-15T22:50:57.925Z+ case "$kern" in
62024-02-15T22:50:57.925Z+ groupadd -g 12345 build
72024-02-15T22:50:57.925Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-15T22:50:58.688Z+ zfs create -o mountpoint=/work rpool/work
92024-02-15T22:50:58.775Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-15T22:50:58.827Z+ home_fs=zfs
112024-02-15T22:50:58.827Z+ [[ zfs == autofs ]]
122024-02-15T22:50:58.827Z+ mkdir -p /home/build
132024-02-15T22:50:58.827Z+ chown build:build /home/build /work
142024-02-15T22:51:00.772Z+ chmod 0700 /home/build /work
152024-02-15T22:51:00.801Zprocess exited: duration 4180 ms, exit code 0
 
162024-02-15T22:51:01.259Zstarting task 1: "rust-toolchain"
172024-02-15T22:51:01.312Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-15T22:51:01.312Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-15T22:51:01.382Zinfo: downloading installer
202024-02-15T22:51:02.917Zwarning: it looks like you have an existing installation of Rust at:
212024-02-15T22:51:02.917Zwarning: /opt/ooce/bin
222024-02-15T22:51:02.917Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-15T22:51:02.918Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-15T22:51:02.918Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-15T22:51:02.918Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-15T22:51:02.918Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-15T22:51:02.918Zerror: cannot install while Rust is installed
282024-02-15T22:51:02.918Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-15T22:51:03.021Zinfo: profile set to 'default'
302024-02-15T22:51:03.022Zinfo: default host triple is x86_64-unknown-illumos
312024-02-15T22:51:03.057Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-15T22:51:03.573Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-15T22:51:03.574Zinfo: downloading component 'cargo'
342024-02-15T22:51:04.473Zinfo: downloading component 'clippy'
352024-02-15T22:51:04.474Zinfo: downloading component 'rust-docs'
362024-02-15T22:51:05.276Zinfo: downloading component 'rust-std'
372024-02-15T22:51:07.566Zinfo: downloading component 'rustc'
382024-02-15T22:51:11.540Zinfo: downloading component 'rustfmt'
392024-02-15T22:51:12.924Zinfo: installing component 'cargo'
402024-02-15T22:51:13.839Zinfo: installing component 'clippy'
412024-02-15T22:51:14.230Zinfo: installing component 'rust-docs'
422024-02-15T22:51:15.800Zinfo: installing component 'rust-std'
432024-02-15T22:51:17.626Zinfo: installing component 'rustc'
442024-02-15T22:51:22.264Zinfo: installing component 'rustfmt'
452024-02-15T22:51:22.285Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-15T22:51:22.285Z
472024-02-15T22:51:22.482Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-15T22:51:22.482Z
492024-02-15T22:51:22.495Z
502024-02-15T22:51:22.495ZRust is installed now. Great!
512024-02-15T22:51:22.495Z
522024-02-15T22:51:22.495ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-15T22:51:22.495Zenvironment variable. This has not been done automatically.
542024-02-15T22:51:22.495Z
552024-02-15T22:51:22.495ZTo configure your current shell, run:
562024-02-15T22:51:22.495Zsource "$HOME/.cargo/env"
572024-02-15T22:51:22.520Z+ rustc --version
582024-02-15T22:51:22.589Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-15T22:51:22.601Zprocess exited: duration 21339 ms, exit code 0
 
602024-02-15T22:51:22.635Zstarting task 2: "authentication"
612024-02-15T22:51:22.666Zprocess exited: duration 33 ms, exit code 0
 
622024-02-15T22:51:22.705Zstarting task 3: "clone repository"
632024-02-15T22:51:22.763Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-15T22:51:22.763Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-15T22:51:22.924ZCloning into '/work/oxidecomputer/omicron'...
662024-02-15T22:51:29.162Z+ cd /work/oxidecomputer/omicron
672024-02-15T22:51:29.162Z+ git fetch origin 307ab59c756a94930c1c1172129b1768fd295192
682024-02-15T22:51:29.294ZFrom https://github.com/oxidecomputer/omicron
692024-02-15T22:51:29.294Z * branch 307ab59c756a94930c1c1172129b1768fd295192 -> FETCH_HEAD
702024-02-15T22:51:29.313Z+ [[ -n '' ]]
712024-02-15T22:51:29.313Z+ git reset --hard 307ab59c756a94930c1c1172129b1768fd295192
722024-02-15T22:51:29.415ZHEAD is now at 307ab59c7 make snapshot delete saga itself idempotent
732024-02-15T22:51:29.439Zprocess exited: duration 6707 ms, exit code 0
 
742024-02-15T22:51:29.913Zstarting task 4: "build"
752024-02-15T22:51:29.924Z+ cargo --version
762024-02-15T22:51:30.354Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-15T22:51:30.360Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-15T22:51:30.360Zinfo: downloading component 'cargo'
792024-02-15T22:51:31.212Zinfo: downloading component 'clippy'
802024-02-15T22:51:31.216Zinfo: downloading component 'rust-docs'
812024-02-15T22:51:32.028Zinfo: downloading component 'rust-std'
822024-02-15T22:51:33.687Zinfo: downloading component 'rustc'
832024-02-15T22:51:37.029Zinfo: downloading component 'rustfmt'
842024-02-15T22:51:37.294Zinfo: installing component 'cargo'
852024-02-15T22:51:38.157Zinfo: installing component 'clippy'
862024-02-15T22:51:39.007Zinfo: installing component 'rust-docs'
872024-02-15T22:51:40.080Zinfo: installing component 'rust-std'
882024-02-15T22:51:42.081Zinfo: installing component 'rustc'
892024-02-15T22:51:45.833Zinfo: installing component 'rustfmt'
902024-02-15T22:51:46.222Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-15T22:51:46.237Z+ rustc --version
922024-02-15T22:51:46.291Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-15T22:51:46.305Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-02-15T22:51:56.331Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-02-15T22:51:58.031Z Startup: Caching catalogs ... Done
962024-02-15T22:51:58.975ZPlanning: Solver setup ... Done (0.975s)
972024-02-15T22:51:59.005ZPlanning: Running solver ... Done (0.024s)
982024-02-15T22:51:59.281ZPlanning: Finding local manifests ... Done (0.258s)
992024-02-15T22:52:00.164ZPlanning: Fetching manifests: 0/4 0% complete
1002024-02-15T22:52:00.165ZPlanning: Fetching manifests: 4/4 100% complete
1012024-02-15T22:52:00.165ZPlanning: Package planning ... Done (0.048s)
1022024-02-15T22:52:00.165ZPlanning: Merging actions ... Done (0.051s)
1032024-02-15T22:52:01.095ZPlanning: Checking for conflicting actions ... Done (1.413s)
1042024-02-15T22:52:01.109ZPlanning: Consolidating action changes ... Done (0.012s)
1052024-02-15T22:52:06.217ZPlanning: Evaluating mediators ... Done (5.105s)
1062024-02-15T22:52:06.231ZPlanning: Planning completed in 8.55 seconds
1072024-02-15T22:52:06.244Z Packages to install: 4
1082024-02-15T22:52:06.244Z Mediators to change: 2
1092024-02-15T22:52:06.244Z Services to change: 1
1102024-02-15T22:52:06.244Z Estimated space available: 148.87 GB
1112024-02-15T22:52:06.244ZEstimated space to be consumed: 1.41 GB
1122024-02-15T22:52:06.244Z Create boot environment: No
1132024-02-15T22:52:06.245ZCreate backup boot environment: No
1142024-02-15T22:52:06.245Z Rebuild boot archive: No
1152024-02-15T22:52:06.245Z
1162024-02-15T22:52:06.245ZChanged mediators:
1172024-02-15T22:52:06.245Z mediator clang:
1182024-02-15T22:52:06.245Z version: None -> 15 (system default)
1192024-02-15T22:52:06.245Z
1202024-02-15T22:52:06.245Z mediator llvm:
1212024-02-15T22:52:06.245Z version: 14 (system default) -> 15 (system default)
1222024-02-15T22:52:06.245Z
1232024-02-15T22:52:06.245ZChanged packages:
1242024-02-15T22:52:06.246Zhelios-dev
1252024-02-15T22:52:06.246Z developer/build-essential
1262024-02-15T22:52:06.246Z None -> 11-2.0
1272024-02-15T22:52:06.246Z library/libxmlsec1
1282024-02-15T22:52:06.246Z None -> 1.2.35-2.0
1292024-02-15T22:52:06.246Z ooce/developer/clang-15
1302024-02-15T22:52:06.246Z None -> 15.0.7-2.0
1312024-02-15T22:52:06.246Z ooce/developer/llvm-15
1322024-02-15T22:52:06.246Z None -> 15.0.7-2.0
1332024-02-15T22:52:06.246Z
1342024-02-15T22:52:06.246ZServices:
1352024-02-15T22:52:06.247Z restart_fmri:
1362024-02-15T22:52:06.247Z svc:/system/update-man-index:default
1372024-02-15T22:52:06.528Z
1382024-02-15T22:52:06.528ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-02-15T22:52:11.529ZDownload: 1083/3290 items 19.7/212.6MB 9% complete (4.1M/s)
1402024-02-15T22:52:16.529ZDownload: 1348/3290 items 109.7/212.6MB 51% complete (11.1M/s)
1412024-02-15T22:52:21.624ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1422024-02-15T22:52:26.913ZDownload: 3154/3290 items 175.8/212.6MB 82% complete (6.5M/s)
1432024-02-15T22:52:29.315ZDownload: Completed 212.60 MB in 22.79 seconds (9.3M/s)
1442024-02-15T22:52:30.917Z Actions: 1/3689 actions (Installing new actions)
1452024-02-15T22:52:35.920Z Actions: 3547/3689 actions (Installing new actions)
1462024-02-15T22:52:36.779Z Actions: Completed 3689 actions in 5.35 seconds.
1472024-02-15T22:52:36.844Z Done (0.165s)
1482024-02-15T22:52:36.844Z Done (0.000s)
1492024-02-15T22:52:37.739Z Done (0.216s)
1502024-02-15T22:52:42.568Z Done (5.798s)
1512024-02-15T22:52:43.190Z Done (0.133s)
1522024-02-15T22:52:43.201Z Done (0.000s)
1532024-02-15T22:52:43.202Z Done (0.000s)
1542024-02-15T22:52:43.443ZPlanning: Evaluating mediator changes ... Done
1552024-02-15T22:52:43.658ZPlanning: Checking for conflicting actions ... Done
1562024-02-15T22:52:43.685ZPlanning: Consolidating action changes ... Done
1572024-02-15T22:52:43.871ZPlanning: Evaluating mediators ... Done
1582024-02-15T22:52:43.892ZPlanning: Planning completed in 0.43 seconds
1592024-02-15T22:52:43.908Z Mediators to change: 2
1602024-02-15T22:52:43.908Z Create boot environment: No
1612024-02-15T22:52:43.908ZCreate backup boot environment: No
1622024-02-15T22:52:43.977Z Done
1632024-02-15T22:52:43.978Z Done
1642024-02-15T22:52:44.103Z Done
1652024-02-15T22:52:47.785Z Done
1662024-02-15T22:52:47.855Z Done
1672024-02-15T22:52:47.861Z Done
1682024-02-15T22:52:47.988Z Done
1692024-02-15T22:52:48.599ZPlanning: Evaluating mediator changes ... Done
1702024-02-15T22:52:48.612ZPlanning: Merging actions ... Done
1712024-02-15T22:52:48.828ZPlanning: Checking for conflicting actions ... Done
1722024-02-15T22:52:48.888ZPlanning: Consolidating action changes ... Done
1732024-02-15T22:52:49.066ZPlanning: Evaluating mediators ... Done
1742024-02-15T22:52:49.112ZPlanning: Planning completed in 0.79 seconds
1752024-02-15T22:52:49.664Z Packages to change: 1
1762024-02-15T22:52:49.664Z Mediators to change: 1
1772024-02-15T22:52:49.711Z Services to change: 1
1782024-02-15T22:52:49.711Z Create boot environment: No
1792024-02-15T22:52:49.711ZCreate backup boot environment: Yes
1802024-02-15T22:52:50.991Z Actions: 1/6 actions (Updating modified actions)
1812024-02-15T22:52:51.113Z Actions: Completed 6 actions in 0.09 seconds.
1822024-02-15T22:52:51.139Z Done
1832024-02-15T22:52:51.139Z Done
1842024-02-15T22:52:51.566Z Done
1852024-02-15T22:52:54.815Z Done
1862024-02-15T22:52:54.901Z Done
1872024-02-15T22:52:54.914Z Done
1882024-02-15T22:52:55.008Z Done
1892024-02-15T22:52:55.441ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-02-15T22:52:55.441Zclang system 15 system
1912024-02-15T22:52:55.442Zcsh system system illumos
1922024-02-15T22:52:55.442Zctags system system illumos
1932024-02-15T22:52:55.442Zgcc vendor 12 vendor
1942024-02-15T22:52:55.442Zgcc system 10 system
1952024-02-15T22:52:55.442Zgcc system 7 system
1962024-02-15T22:52:55.442Zgo system 1.20 system
1972024-02-15T22:52:55.442Zgo system 1.19 system
1982024-02-15T22:52:55.443Zllvm system 15 system
1992024-02-15T22:52:55.443Zllvm system 14 system
2002024-02-15T22:52:55.443Zmariadb system 10.6 system
2012024-02-15T22:52:55.443Zmta vendor vendor dma
2022024-02-15T22:52:55.443Zopenjdk system 17 system
2032024-02-15T22:52:55.443Zopenjdk system 11 system
2042024-02-15T22:52:55.443Zopenjdk system 1.8 system
2052024-02-15T22:52:55.443Zopenssl vendor 3 vendor
2062024-02-15T22:52:55.443Zperl system 5.36 system
2072024-02-15T22:52:55.443Zpostgresql system 15 system
2082024-02-15T22:52:55.443Zpostgresql system 13 system
2092024-02-15T22:52:55.443Zpython vendor 3 vendor
2102024-02-15T22:52:55.443Zpython system 2 system
2112024-02-15T22:52:55.443Zpython3 system 3.11 system
2122024-02-15T22:52:55.444Zruby system 3.0 system
2132024-02-15T22:52:55.444Zwords vendor vendor american-english
2142024-02-15T22:52:55.444Zwords system system australian-english
2152024-02-15T22:52:55.444Zwords system system british-english
2162024-02-15T22:52:55.444Zwords system system canadian-english
2172024-02-15T22:52:55.444Zwords system system french
2182024-02-15T22:52:55.444Zwords system system italian
2192024-02-15T22:52:55.444Zwords system system ngerman
2202024-02-15T22:52:55.444Zwords system system ogerman
2212024-02-15T22:52:55.444Zwords system system spanish
2222024-02-15T22:52:55.793ZFMRI IFO
2232024-02-15T22:52:55.793Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242024-02-15T22:52:55.793Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252024-02-15T22:52:55.793Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262024-02-15T22:52:55.793Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2272024-02-15T22:52:55.793Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2282024-02-15T22:52:55.793Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2292024-02-15T22:52:55.793Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-02-15T22:52:55.793Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2312024-02-15T22:52:55.818Z+ set -o errexit
2322024-02-15T22:52:55.834Z+++ dirname ./tools/ci_download_cockroachdb
2332024-02-15T22:52:55.834Z++ cd ./tools
2342024-02-15T22:52:55.834Z++ pwd
2352024-02-15T22:52:55.835Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2362024-02-15T22:52:55.835Z++ basename ./tools/ci_download_cockroachdb
2372024-02-15T22:52:55.835Z+ ARG0=ci_download_cockroachdb
2382024-02-15T22:52:55.835Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2392024-02-15T22:52:55.835Z+ CIDL_VERSION=v22.1.9
2402024-02-15T22:52:55.835Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2412024-02-15T22:52:55.835Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2422024-02-15T22:52:55.836Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2432024-02-15T22:52:55.836Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2442024-02-15T22:52:55.836Z+ TARGET_DIR=out
2452024-02-15T22:52:55.836Z+ DOWNLOAD_DIR=out/downloads
2462024-02-15T22:52:55.836Z+ DEST_DIR=./out/cockroachdb
2472024-02-15T22:52:55.836Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2482024-02-15T22:52:55.836Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2492024-02-15T22:52:55.836Z+ main
2502024-02-15T22:52:55.837Z+ [[ 0 != 0 ]]
2512024-02-15T22:52:55.837Z+ CIDL_OS=solaris2.11
2522024-02-15T22:52:55.837Z+ [[ 0 != 0 ]]
2532024-02-15T22:52:55.837Z+ configure_os solaris2.11
2542024-02-15T22:52:55.837Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552024-02-15T22:52:55.837Zcurrent directory: /work/oxidecomputer/omicron
2562024-02-15T22:52:55.837Z+ echo 'configuring based on OS: "solaris2.11"'
2572024-02-15T22:52:55.837Z+ case "$1" in
2582024-02-15T22:52:55.838Z+ CIDL_BUILD=illumos
2592024-02-15T22:52:55.838Z+ CIDL_SUFFIX=tar.gz
2602024-02-15T22:52:55.838Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2612024-02-15T22:52:55.838Z+ CIDL_MD5FUNC=do_md5sum
2622024-02-15T22:52:55.838Zconfiguring based on OS: "solaris2.11"
2632024-02-15T22:52:55.838ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2642024-02-15T22:52:55.838Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652024-02-15T22:52:55.839Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662024-02-15T22:52:55.839ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672024-02-15T22:52:55.839Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2682024-02-15T22:52:55.839Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2692024-02-15T22:52:55.839Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702024-02-15T22:52:55.839Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2712024-02-15T22:52:55.839Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-02-15T22:52:55.840Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732024-02-15T22:52:55.840Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742024-02-15T22:52:55.840Z+ mkdir -p out/downloads
2752024-02-15T22:52:55.840Z+ mkdir -p ./out/cockroachdb
2762024-02-15T22:52:55.840Z+ local DO_DOWNLOAD=true
2772024-02-15T22:52:55.840Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2782024-02-15T22:52:55.840Z+ '[' true == true ']'
2792024-02-15T22:52:55.841Z+ echo Downloading...
2802024-02-15T22:52:55.841ZDownloading...
2812024-02-15T22:52:55.841Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-15T22:52:55.841Z+ 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
2832024-02-15T22:53:02.058Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-15T22:53:02.528Z++ md5sum
2852024-02-15T22:53:02.528Z++ awk '{print $1}'
2862024-02-15T22:53:02.528Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2872024-02-15T22:53:02.528Z+ [[ 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 ]]
2882024-02-15T22:53:02.528Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-02-15T22:53:02.528Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902024-02-15T22:53:02.528Z+ do_assemble_illumos
2912024-02-15T22:53:02.528Z+ rm -r ./out/cockroachdb
2922024-02-15T22:53:02.528Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932024-02-15T22:53:02.791Z+ ./out/cockroachdb/bin/cockroach version
2942024-02-15T22:53:03.452ZBuild Tag: v22.1.9-dirty
2952024-02-15T22:53:03.452ZBuild Time: 2022/10/26 21:17:46
2962024-02-15T22:53:03.452ZDistribution: OSS
2972024-02-15T22:53:03.452ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2982024-02-15T22:53:03.452ZGo Version: go1.17.13
2992024-02-15T22:53:03.452ZC Compiler: gcc 10.3.0
3002024-02-15T22:53:03.452ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3012024-02-15T22:53:03.452ZBuild Type: release
3022024-02-15T22:53:03.487Z+ set -o errexit
3032024-02-15T22:53:03.487Z+++ dirname ./tools/ci_download_clickhouse
3042024-02-15T22:53:03.487Z++ cd ./tools
3052024-02-15T22:53:03.487Z++ pwd
3062024-02-15T22:53:03.487Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3072024-02-15T22:53:03.488Z++ basename ./tools/ci_download_clickhouse
3082024-02-15T22:53:03.488Z+ ARG0=ci_download_clickhouse
3092024-02-15T22:53:03.488Z+ TARGET_DIR=out
3102024-02-15T22:53:03.488Z+ DOWNLOAD_DIR=out/downloads
3112024-02-15T22:53:03.488Z+ DEST_DIR=./out/clickhouse
3122024-02-15T22:53:03.488Z+ CIDL_VERSION=v22.8.9.24
3132024-02-15T22:53:03.488Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3142024-02-15T22:53:03.488Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3152024-02-15T22:53:03.488Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3162024-02-15T22:53:03.489Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3172024-02-15T22:53:03.489Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3182024-02-15T22:53:03.489Z+ main
3192024-02-15T22:53:03.489Z+ [[ 0 != 0 ]]
3202024-02-15T22:53:03.489Z+ CIDL_OS=solaris2.11
3212024-02-15T22:53:03.489Z+ [[ 0 != 0 ]]
3222024-02-15T22:53:03.489Z+ configure_os solaris2.11
3232024-02-15T22:53:03.489Z+ echo 'current directory: /work/oxidecomputer/omicron'
3242024-02-15T22:53:03.490Zcurrent directory: /work/oxidecomputer/omicron
3252024-02-15T22:53:03.490Z+ echo 'configuring based on OS: "solaris2.11"'
3262024-02-15T22:53:03.490Z+ CIDL_DASHREV=
3272024-02-15T22:53:03.490Z+ case "$1" in
3282024-02-15T22:53:03.490Zconfiguring based on OS: "solaris2.11"
3292024-02-15T22:53:03.490Z+ CIDL_PLATFORM=illumos
3302024-02-15T22:53:03.491Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3312024-02-15T22:53:03.491Z+ CIDL_MD5FUNC=do_md5sum
3322024-02-15T22:53:03.491Z+ CIDL_DASHREV=-1
3332024-02-15T22:53:03.491Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3342024-02-15T22:53:03.491Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3352024-02-15T22:53:03.491Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362024-02-15T22:53:03.492Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372024-02-15T22:53:03.492Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3382024-02-15T22:53:03.492Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392024-02-15T22:53:03.492ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-02-15T22:53:03.492ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-15T22:53:03.493Z+ mkdir -p out/downloads
3422024-02-15T22:53:03.493Z+ mkdir -p ./out/clickhouse
3432024-02-15T22:53:03.493Z+ local DO_DOWNLOAD=true
3442024-02-15T22:53:03.493Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3452024-02-15T22:53:03.493Z+ '[' true == true ']'
3462024-02-15T22:53:03.493Z+ echo Downloading...
3472024-02-15T22:53:03.493ZDownloading...
3482024-02-15T22:53:03.494Z+ 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
3492024-02-15T22:53:03.494Z+ 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
3502024-02-15T22:53:05.181Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512024-02-15T22:53:05.191Z++ md5sum
3522024-02-15T22:53:05.192Z++ awk '{print $1}'
3532024-02-15T22:53:05.363Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3542024-02-15T22:53:05.363Z+ [[ 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 ]]
3552024-02-15T22:53:05.380Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3562024-02-15T22:53:05.380Z+ mkdir -p ./out/clickhouse
3572024-02-15T22:53:05.380Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3582024-02-15T22:53:08.494Z+ ./out/clickhouse/clickhouse server --version
3592024-02-15T22:53:08.532ZClickHouse server version 22.8.9.1.
3602024-02-15T22:53:08.551Z+ set -o errexit
3612024-02-15T22:53:08.560Z+++ dirname ./tools/ci_download_console
3622024-02-15T22:53:08.561Z++ cd ./tools
3632024-02-15T22:53:08.561Z++ pwd
3642024-02-15T22:53:08.561Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3652024-02-15T22:53:08.561Z++ basename ./tools/ci_download_console
3662024-02-15T22:53:08.561Z+ ARG0=ci_download_console
3672024-02-15T22:53:08.561Z+ TARGET_DIR=out
3682024-02-15T22:53:08.562Z+ DOWNLOAD_DIR=out/downloads
3692024-02-15T22:53:08.562Z+ DEST_DIR=./out/console-assets
3702024-02-15T22:53:08.562Z+ source /work/oxidecomputer/omicron/tools/console_version
3712024-02-15T22:53:08.562Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3722024-02-15T22:53:08.562Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3732024-02-15T22:53:08.562Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3742024-02-15T22:53:08.562Z+ TARBALL_FILE=out/downloads/console.tar.gz
3752024-02-15T22:53:08.562Z+ main
3762024-02-15T22:53:08.562Z+ [[ 0 != 0 ]]
3772024-02-15T22:53:08.563Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3782024-02-15T22:53:08.563ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3792024-02-15T22:53:08.563ZLocal file: out/downloads/console.tar.gz
3802024-02-15T22:53:08.563Z+ echo 'Local file: out/downloads/console.tar.gz'
3812024-02-15T22:53:08.563Z+ local DO_DOWNLOAD=true
3822024-02-15T22:53:08.563Z+ [[ -f out/downloads/console.tar.gz ]]
3832024-02-15T22:53:08.563Z+ mkdir -p out/downloads
3842024-02-15T22:53:08.564Z+ '[' true == true ']'
3852024-02-15T22:53:08.564Z+ echo Downloading...
3862024-02-15T22:53:08.564ZDownloading...
3872024-02-15T22:53:08.564Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3882024-02-15T22:53:08.564Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3892024-02-15T22:53:09.052Z++ do_sha256sum out/downloads/console.tar.gz
3902024-02-15T22:53:09.067Z++ case "$OSTYPE" in
3912024-02-15T22:53:09.067Z++ SHA=sha256sum
3922024-02-15T22:53:09.067Z++ sha256sum
3932024-02-15T22:53:09.067Z++ awk '{print $1}'
3942024-02-15T22:53:09.118Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3952024-02-15T22:53:09.182Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
3962024-02-15T22:53:09.182Z+ rm -rf ./out/console-assets
3972024-02-15T22:53:09.182Z+ mkdir -p ./out/console-assets
3982024-02-15T22:53:09.182Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3992024-02-15T22:53:09.182Z+ mkdir -p ./out/console-assets
4002024-02-15T22:53:09.183Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4012024-02-15T22:53:09.215Z+ set -o errexit
4022024-02-15T22:53:09.233Z+++ dirname ./tools/ci_download_maghemite_openapi
4032024-02-15T22:53:09.233Z++ cd ./tools
4042024-02-15T22:53:09.233Z++ pwd
4052024-02-15T22:53:09.233Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062024-02-15T22:53:09.233Z++ basename ./tools/ci_download_maghemite_openapi
4072024-02-15T22:53:09.234Z+ ARG0=ci_download_maghemite_openapi
4082024-02-15T22:53:09.234Z+ TARGET_DIR=out
4092024-02-15T22:53:09.234Z+ DOWNLOAD_DIR=out/downloads
4102024-02-15T22:53:09.234Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4112024-02-15T22:53:09.234Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
4122024-02-15T22:53:09.234Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4132024-02-15T22:53:09.234Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4142024-02-15T22:53:09.234Z+ LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4152024-02-15T22:53:09.234Z+ main
4162024-02-15T22:53:09.235Z+ [[ 0 != 0 ]]
4172024-02-15T22:53:09.235Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json'
4182024-02-15T22:53:09.235ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4192024-02-15T22:53:09.235Z+ echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json'
4202024-02-15T22:53:09.235ZLocal file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4212024-02-15T22:53:09.235Z+ local DO_DOWNLOAD=true
4222024-02-15T22:53:09.235Z+ [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]]
4232024-02-15T22:53:09.236Z+ mkdir -p out/downloads
4242024-02-15T22:53:09.236Z+ '[' true == true ']'
4252024-02-15T22:53:09.236Z+ echo Downloading...
4262024-02-15T22:53:09.237ZDownloading...
4272024-02-15T22:53:09.237Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4282024-02-15T22:53:09.237Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4292024-02-15T22:53:09.362Z++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4302024-02-15T22:53:09.362Z++ case "$OSTYPE" in
4312024-02-15T22:53:09.366Z++ SHA=sha256sum
4322024-02-15T22:53:09.366Z++ sha256sum
4332024-02-15T22:53:09.366Z++ awk '{print $1}'
4342024-02-15T22:53:09.366Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4352024-02-15T22:53:09.366Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4362024-02-15T22:53:09.366Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4372024-02-15T22:53:09.366Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
4382024-02-15T22:53:09.367Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4392024-02-15T22:53:09.367Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4402024-02-15T22:53:09.367Z+ LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4412024-02-15T22:53:09.367Z+ main
4422024-02-15T22:53:09.367Z+ [[ 0 != 0 ]]
4432024-02-15T22:53:09.367Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json'
4442024-02-15T22:53:09.367ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4452024-02-15T22:53:09.367Z+ echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json'
4462024-02-15T22:53:09.367ZLocal file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4472024-02-15T22:53:09.368Z+ local DO_DOWNLOAD=true
4482024-02-15T22:53:09.368Z+ [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]]
4492024-02-15T22:53:09.368Z+ mkdir -p out/downloads
4502024-02-15T22:53:09.368Z+ '[' true == true ']'
4512024-02-15T22:53:09.368Z+ echo Downloading...
4522024-02-15T22:53:09.368ZDownloading...
4532024-02-15T22:53:09.368Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4542024-02-15T22:53:09.368Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4552024-02-15T22:53:09.540Z++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4562024-02-15T22:53:09.964Z++ case "$OSTYPE" in
4572024-02-15T22:53:09.964Z++ SHA=sha256sum
4582024-02-15T22:53:09.964Z++ sha256sum
4592024-02-15T22:53:09.964Z++ awk '{print $1}'
4602024-02-15T22:53:09.965Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4612024-02-15T22:53:09.965Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4622024-02-15T22:53:09.970Z+ set -o errexit
4632024-02-15T22:53:09.970Z+++ dirname ./tools/ci_download_dendrite_openapi
4642024-02-15T22:53:09.970Z++ cd ./tools
4652024-02-15T22:53:09.971Z++ pwd
4662024-02-15T22:53:09.971Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672024-02-15T22:53:09.971Z++ basename ./tools/ci_download_dendrite_openapi
4682024-02-15T22:53:09.971Z+ ARG0=ci_download_dendrite_openapi
4692024-02-15T22:53:09.971Z+ TARGET_DIR=out
4702024-02-15T22:53:09.971Z+ DOWNLOAD_DIR=out/downloads
4712024-02-15T22:53:09.972Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722024-02-15T22:53:09.972Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4732024-02-15T22:53:09.972Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4742024-02-15T22:53:09.972Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4752024-02-15T22:53:09.973Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4762024-02-15T22:53:09.973Z+ main
4772024-02-15T22:53:09.973Z+ [[ 0 != 0 ]]
4782024-02-15T22:53:09.973Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4792024-02-15T22:53:09.973ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4802024-02-15T22:53:09.973ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4812024-02-15T22:53:09.973Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4822024-02-15T22:53:09.973Z+ local DO_DOWNLOAD=true
4832024-02-15T22:53:09.973Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4842024-02-15T22:53:09.973Z+ mkdir -p out/downloads
4852024-02-15T22:53:09.973Z+ '[' true == true ']'
4862024-02-15T22:53:09.974Z+ echo Downloading...
4872024-02-15T22:53:09.974ZDownloading...
4882024-02-15T22:53:09.974Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4892024-02-15T22:53:09.974Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4902024-02-15T22:53:10.528Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4912024-02-15T22:53:10.528Z++ case "$OSTYPE" in
4922024-02-15T22:53:10.541Z++ SHA=sha256sum
4932024-02-15T22:53:10.541Z++ sha256sum
4942024-02-15T22:53:10.541Z++ awk '{print $1}'
4952024-02-15T22:53:10.542Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4962024-02-15T22:53:10.542Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
4972024-02-15T22:53:10.562Z+ set -o errexit
4982024-02-15T22:53:10.563Z+++ dirname ./tools/ci_download_dendrite_stub
4992024-02-15T22:53:10.563Z++ cd ./tools
5002024-02-15T22:53:10.563Z++ pwd
5012024-02-15T22:53:10.564Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5022024-02-15T22:53:10.564Z++ basename ./tools/ci_download_dendrite_stub
5032024-02-15T22:53:10.564Z+ ARG0=ci_download_dendrite_stub
5042024-02-15T22:53:10.564Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5052024-02-15T22:53:10.564Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5062024-02-15T22:53:10.564Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5072024-02-15T22:53:10.565Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5082024-02-15T22:53:10.565Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5092024-02-15T22:53:10.565Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5102024-02-15T22:53:10.565Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5112024-02-15T22:53:10.565Z+ TARGET_DIR=out
5122024-02-15T22:53:10.565Z+ DOWNLOAD_DIR=out/downloads
5132024-02-15T22:53:10.565Z+ DEST_DIR=./out/dendrite-stub
5142024-02-15T22:53:10.565Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5152024-02-15T22:53:10.566Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5162024-02-15T22:53:10.566Z+ REPO=oxidecomputer/dendrite
5172024-02-15T22:53:10.566Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5182024-02-15T22:53:10.566Z+ main
5192024-02-15T22:53:10.566Z+ [[ 0 != 0 ]]
5202024-02-15T22:53:10.566Z+ CIDL_OS=solaris2.11
5212024-02-15T22:53:10.566Z+ [[ 0 != 0 ]]
5222024-02-15T22:53:10.566Z+ configure_os solaris2.11
5232024-02-15T22:53:10.566Z+ echo 'current directory: /work/oxidecomputer/omicron'
5242024-02-15T22:53:10.566Zcurrent directory: /work/oxidecomputer/omicron
5252024-02-15T22:53:10.566Z+ echo 'configuring based on OS: "solaris2.11"'
5262024-02-15T22:53:10.566Zconfiguring based on OS: "solaris2.11"
5272024-02-15T22:53:10.566Z+ case "$1" in
5282024-02-15T22:53:10.566Z+ SET_BINARIES=
5292024-02-15T22:53:10.566Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5302024-02-15T22:53:10.566Z+ CIDL_SHA256FUNC=do_sha256sum
5312024-02-15T22:53:10.566Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5322024-02-15T22:53:10.566Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5332024-02-15T22:53:10.566Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5342024-02-15T22:53:10.566Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5352024-02-15T22:53:10.567ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5362024-02-15T22:53:10.567ZLocal file: out/downloads/dendrite-stub.tar.gz
5372024-02-15T22:53:10.567Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382024-02-15T22:53:10.567Z+ mkdir -p out/downloads
5392024-02-15T22:53:10.567Z+ mkdir -p ./out/dendrite-stub
5402024-02-15T22:53:10.567Z+ fetch_and_verify
5412024-02-15T22:53:10.567Z+ local DO_DOWNLOAD=true
5422024-02-15T22:53:10.567Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5432024-02-15T22:53:10.567Z+ '[' true == true ']'
5442024-02-15T22:53:10.567Z+ echo Downloading...
5452024-02-15T22:53:10.567ZDownloading...
5462024-02-15T22:53:10.567Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5472024-02-15T22:53:10.567Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5482024-02-15T22:53:22.046Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5492024-02-15T22:53:22.062Z++ sha256sum
5502024-02-15T22:53:22.062Z++ awk '{print $1}'
5512024-02-15T22:53:22.077Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5522024-02-15T22:53:22.077Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5532024-02-15T22:53:22.078Z+ do_untar out/downloads/dendrite-stub.tar.gz
5542024-02-15T22:53:22.078Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5552024-02-15T22:53:22.784Z+ do_assemble
5562024-02-15T22:53:22.784Z+ rm -r ./out/dendrite-stub
5572024-02-15T22:53:22.796Z+ mkdir ./out/dendrite-stub
5582024-02-15T22:53:22.797Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5592024-02-15T22:53:22.874Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5602024-02-15T22:53:22.885Z+ set -o errexit
5612024-02-15T22:53:22.891Z+++ dirname ./tools/ci_download_maghemite_mgd
5622024-02-15T22:53:22.891Z++ cd ./tools
5632024-02-15T22:53:22.891Z++ pwd
5642024-02-15T22:53:22.891Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5652024-02-15T22:53:23.328Z++ basename ./tools/ci_download_maghemite_mgd
5662024-02-15T22:53:23.329Z+ ARG0=ci_download_maghemite_mgd
5672024-02-15T22:53:23.329Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5682024-02-15T22:53:23.329Z++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa
5692024-02-15T22:53:23.329Z++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616
5702024-02-15T22:53:23.329Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5712024-02-15T22:53:23.329Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
5722024-02-15T22:53:23.330Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5732024-02-15T22:53:23.330Z+ TARGET_DIR=out
5742024-02-15T22:53:23.330Z+ DOWNLOAD_DIR=out/downloads
5752024-02-15T22:53:23.330Z+ DEST_DIR=./out/mgd
5762024-02-15T22:53:23.330Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5772024-02-15T22:53:23.330Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5782024-02-15T22:53:23.331Z+ REPO=oxidecomputer/maghemite
5792024-02-15T22:53:23.331Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
5802024-02-15T22:53:23.331Z+ main
5812024-02-15T22:53:23.331Z+ [[ 0 != 0 ]]
5822024-02-15T22:53:23.331Z+ CIDL_OS=solaris2.11
5832024-02-15T22:53:23.331Z+ [[ 0 != 0 ]]
5842024-02-15T22:53:23.332Z+ configure_os solaris2.11
5852024-02-15T22:53:23.332Z+ echo 'current directory: /work/oxidecomputer/omicron'
5862024-02-15T22:53:23.332Z+ echo 'configuring based on OS: "solaris2.11"'
5872024-02-15T22:53:23.332Zcurrent directory: /work/oxidecomputer/omicron
5882024-02-15T22:53:23.332Zconfiguring based on OS: "solaris2.11"
5892024-02-15T22:53:23.332Z+ case "$1" in
5902024-02-15T22:53:23.333Z+ SET_BINARIES=
5912024-02-15T22:53:23.333Z+ CIDL_SHA256FUNC=do_sha256sum
5922024-02-15T22:53:23.333Z+ TARBALL_FILENAME=mgd.tar.gz
5932024-02-15T22:53:23.333Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
5942024-02-15T22:53:23.333Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5952024-02-15T22:53:23.333Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz'
5962024-02-15T22:53:23.333Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5972024-02-15T22:53:23.333ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
5982024-02-15T22:53:23.333ZLocal file: out/downloads/mgd.tar.gz
5992024-02-15T22:53:23.334Z+ mkdir -p out/downloads
6002024-02-15T22:53:23.334Z+ mkdir -p ./out/mgd
6012024-02-15T22:53:23.334Z+ fetch_and_verify
6022024-02-15T22:53:23.334Z+ local DO_DOWNLOAD=true
6032024-02-15T22:53:23.334Z+ [[ -f out/downloads/mgd.tar.gz ]]
6042024-02-15T22:53:23.334Z+ '[' true == true ']'
6052024-02-15T22:53:23.334Z+ echo Downloading...
6062024-02-15T22:53:23.334ZDownloading...
6072024-02-15T22:53:23.334Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz
6082024-02-15T22:53:23.335Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
6092024-02-15T22:53:33.608Z++ do_sha256sum out/downloads/mgd.tar.gz
6102024-02-15T22:53:33.616Z++ sha256sum
6112024-02-15T22:53:33.616Z++ awk '{print $1}'
6122024-02-15T22:53:33.626Z+ calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa
6132024-02-15T22:53:33.630Z+ [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]]
6142024-02-15T22:53:33.630Z+ do_untar out/downloads/mgd.tar.gz
6152024-02-15T22:53:33.631Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6162024-02-15T22:53:34.087Z+ do_assemble
6172024-02-15T22:53:34.087Z+ rm -r ./out/mgd
6182024-02-15T22:53:34.103Z+ mkdir ./out/mgd
6192024-02-15T22:53:34.103Z+ cp -r out/downloads/root ./out/mgd/root
6202024-02-15T22:53:34.271Z+ set -o errexit
6212024-02-15T22:53:34.287Z+++ dirname ./tools/ci_download_transceiver_control
6222024-02-15T22:53:34.287Z++ cd ./tools
6232024-02-15T22:53:34.287Z++ pwd
6242024-02-15T22:53:34.287Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6252024-02-15T22:53:34.287Z++ basename ./tools/ci_download_transceiver_control
6262024-02-15T22:53:34.288Z+ ARG0=ci_download_transceiver_control
6272024-02-15T22:53:34.288Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6282024-02-15T22:53:34.288Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6292024-02-15T22:53:34.288Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6302024-02-15T22:53:34.288Z+ TARGET_DIR=out
6312024-02-15T22:53:34.288Z+ DOWNLOAD_DIR=out/downloads
6322024-02-15T22:53:34.288Z+ DEST_DIR=./out/transceiver-control
6332024-02-15T22:53:34.288Z+ BIN_DIR=/opt/oxide/bin
6342024-02-15T22:53:34.289Z+ BINARY=xcvradm
6352024-02-15T22:53:34.289Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6362024-02-15T22:53:34.289Z+ REPO=oxidecomputer/transceiver-control
6372024-02-15T22:53:34.289Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382024-02-15T22:53:34.289Z+ main
6392024-02-15T22:53:34.289Z+ [[ 0 != 0 ]]
6402024-02-15T22:53:34.289Z+ CIDL_OS=solaris2.11
6412024-02-15T22:53:34.289Z+ [[ 0 != 0 ]]
6422024-02-15T22:53:34.289Z+ configure_os solaris2.11
6432024-02-15T22:53:34.289Z+ echo 'current directory: /work/oxidecomputer/omicron'
6442024-02-15T22:53:34.290Z+ echo 'configuring based on OS: "solaris2.11"'
6452024-02-15T22:53:34.290Zcurrent directory: /work/oxidecomputer/omicron
6462024-02-15T22:53:34.290Zconfiguring based on OS: "solaris2.11"
6472024-02-15T22:53:34.290Z+ case "$1" in
6482024-02-15T22:53:34.290Z+ SET_BINARIES=
6492024-02-15T22:53:34.290Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-02-15T22:53:34.290Z+ CIDL_SHA256FUNC=do_sha256sum
6512024-02-15T22:53:34.290Z+ ARCHIVE_FILENAME=xcvradm.gz
6522024-02-15T22:53:34.290Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6532024-02-15T22:53:34.290Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6542024-02-15T22:53:34.290Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6552024-02-15T22:53:34.291ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562024-02-15T22:53:34.291Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572024-02-15T22:53:34.291ZLocal file: out/downloads/xcvradm.gz
6582024-02-15T22:53:34.291Z+ mkdir -p out/downloads
6592024-02-15T22:53:34.291Z+ mkdir -p ./out/transceiver-control
6602024-02-15T22:53:34.291Z+ fetch_and_verify
6612024-02-15T22:53:34.291Z+ local DO_DOWNLOAD=true
6622024-02-15T22:53:34.291Z+ [[ -f out/downloads/xcvradm.gz ]]
6632024-02-15T22:53:34.291Z+ '[' true == true ']'
6642024-02-15T22:53:34.291Z+ echo Downloading...
6652024-02-15T22:53:34.291ZDownloading...
6662024-02-15T22:53:34.292Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6672024-02-15T22:53:34.292Z+ 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
6682024-02-15T22:53:39.093Z++ do_sha256sum out/downloads/xcvradm.gz
6692024-02-15T22:53:39.112Z++ sha256sum
6702024-02-15T22:53:39.112Z++ awk '{print $1}'
6712024-02-15T22:53:39.113Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-02-15T22:53:39.113Z+ [[ 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 ]]
6732024-02-15T22:53:39.113Z+ do_unpack out/downloads/xcvradm.gz
6742024-02-15T22:53:39.113Z+ mkdir -p out/downloads/root//opt/oxide/bin
6752024-02-15T22:53:39.113Z+ gzip -dc out/downloads/xcvradm.gz
6762024-02-15T22:53:39.212Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6772024-02-15T22:53:39.225Z+ do_assemble
6782024-02-15T22:53:39.225Z+ rm -r ./out/transceiver-control
6792024-02-15T22:53:39.226Z+ mkdir ./out/transceiver-control
6802024-02-15T22:53:39.226Z+ cp -r out/downloads/root ./out/transceiver-control/root
6812024-02-15T22:53:39.698ZAll prerequisites installed successfully
6822024-02-15T22:53:39.698Z
6832024-02-15T22:53:39.698Zreal 1:53.033320463
6842024-02-15T22:53:39.698Zuser 34.255654697
6852024-02-15T22:53:39.698Zsys 6.620206726
6862024-02-15T22:53:39.698Ztrap 0.008628205
6872024-02-15T22:53:39.698Ztflt 0.165094706
6882024-02-15T22:53:39.698Zdflt 0.605839463
6892024-02-15T22:53:39.698Zkflt 0.193449000
6902024-02-15T22:53:39.698Zlock 1.657389380
6912024-02-15T22:53:39.698Zslp 3:54.321237799
6922024-02-15T22:53:39.698Zlat 1.821456334
6932024-02-15T22:53:39.698Zstop 0.116832015
6942024-02-15T22:53:39.698Z+ banner end-to-end-tests
6952024-02-15T22:53:39.698Z
6962024-02-15T22:53:39.698Z ###### # # ##### ##### #### ###### # # #####
6972024-02-15T22:53:39.699Z # ## # # # # # # # ## # # #
6982024-02-15T22:53:39.699Z ##### # # # # # ##### # # # ##### ##### # # # # #
6992024-02-15T22:53:39.699Z # # # # # # # # # # # # # # #
7002024-02-15T22:53:39.699Z # # ## # # # # # # # ## # #
7012024-02-15T22:53:39.699Z ###### # # ##### # #### ###### # # #####
7022024-02-15T22:53:39.699Z
7032024-02-15T22:53:39.699Z+ export CARGO_PROFILE_DEV_DEBUG=1
7042024-02-15T22:53:39.699Z+ CARGO_PROFILE_DEV_DEBUG=1
7052024-02-15T22:53:39.700Z+ export CARGO_PROFILE_TEST_DEBUG=1
7062024-02-15T22:53:39.700Z+ CARGO_PROFILE_TEST_DEBUG=1
7072024-02-15T22:53:39.700Z+ export CARGO_INCREMENTAL=0
7082024-02-15T22:53:39.700Z+ CARGO_INCREMENTAL=0
7092024-02-15T22:53:39.700Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7102024-02-15T22:53:39.713Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7112024-02-15T22:53:40.026Z Updating crates.io index
7122024-02-15T22:53:40.520Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7132024-02-15T22:53:41.301Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7142024-02-15T22:53:42.763Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7152024-02-15T22:53:43.397Z Updating git repository `http://github.com/oxidecomputer/tofino`
7162024-02-15T22:53:43.670Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7172024-02-15T22:53:43.940Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7182024-02-15T22:53:44.207Z Updating git repository `https://github.com/oxidecomputer/propolis`
7192024-02-15T22:53:45.075Z Updating git repository `https://github.com/oxidecomputer/crucible`
7202024-02-15T22:53:47.234Z Updating git repository `https://github.com/oxidecomputer/opte`
7212024-02-15T22:53:48.266Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7222024-02-15T22:53:48.695Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7232024-02-15T22:53:49.276Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7242024-02-15T22:53:49.618Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7252024-02-15T22:53:49.918Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7262024-02-15T22:53:50.236Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7272024-02-15T22:53:50.729Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7282024-02-15T22:53:51.252Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7292024-02-15T22:53:51.990Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7302024-02-15T22:53:52.130Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7312024-02-15T22:53:52.487Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7322024-02-15T22:53:52.855Z Updating git repository `https://github.com/jgallagher/nix`
7332024-02-15T22:53:53.864Z Updating git repository `https://github.com/cbiffle/hubpack`
7342024-02-15T22:53:54.323Z Updating git repository `https://github.com/oxidecomputer/typify`
7352024-02-15T22:53:55.504Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7362024-02-15T22:53:55.894Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7372024-02-15T22:53:56.165Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7382024-02-15T22:53:58.140Z Downloading crates ...
7392024-02-15T22:53:58.161Z Downloaded ansi_term v0.12.1
7402024-02-15T22:53:58.161Z Downloaded md5 v0.7.0
7412024-02-15T22:53:58.161Z Downloaded matches v0.1.10
7422024-02-15T22:53:58.161Z Downloaded bytes v1.5.0
7432024-02-15T22:53:58.161Z Downloaded newtype_derive v0.1.6
7442024-02-15T22:53:58.162Z Downloaded match_cfg v0.1.0
7452024-02-15T22:53:58.162Z Downloaded ciborium-io v0.2.2
7462024-02-15T22:53:58.162Z Downloaded libsw v3.3.1
7472024-02-15T22:53:58.162Z Downloaded libefi-sys v0.1.0
7482024-02-15T22:53:58.162Z Downloaded clap_lex v0.5.1
7492024-02-15T22:53:58.162Z Downloaded camino v1.1.6
7502024-02-15T22:53:58.162Z Downloaded blowfish v0.9.1
7512024-02-15T22:53:58.162Z Downloaded chacha20 v0.9.1
7522024-02-15T22:53:58.162Z Downloaded mime v0.3.17
7532024-02-15T22:53:58.162Z Downloaded ciborium v0.2.2
7542024-02-15T22:53:58.162Z Downloaded defmt v0.3.5
7552024-02-15T22:53:58.162Z Downloaded anstyle-parse v0.2.1
7562024-02-15T22:53:58.162Z Downloaded cancel-safe-futures v0.1.5
7572024-02-15T22:53:58.163Z Downloaded ctr v0.9.2
7582024-02-15T22:53:58.163Z Downloaded cipher v0.4.4
7592024-02-15T22:53:58.163Z Downloaded crc32fast v1.3.2
7602024-02-15T22:53:58.163Z Downloaded num v0.4.1
7612024-02-15T22:53:58.163Z Downloaded chacha20poly1305 v0.10.1
7622024-02-15T22:53:58.163Z Downloaded der v0.7.8
7632024-02-15T22:53:58.163Z Downloaded async-stream-impl v0.3.5
7642024-02-15T22:53:58.163Z Downloaded clap v4.4.3
7652024-02-15T22:53:58.163Z Downloaded darling_macro v0.20.3
7662024-02-15T22:53:58.163Z Downloaded openssl-macros v0.1.1
7672024-02-15T22:53:58.164Z Downloaded opaque-debug v0.3.0
7682024-02-15T22:53:58.164Z Downloaded num_threads v0.1.6
7692024-02-15T22:53:58.164Z Downloaded atty v0.2.14
7702024-02-15T22:53:58.164Z Downloaded der_derive v0.7.2
7712024-02-15T22:53:58.164Z Downloaded debug-ignore v1.0.5
7722024-02-15T22:53:58.164Z Downloaded num_cpus v1.16.0
7732024-02-15T22:53:58.164Z Downloaded adler v1.0.2
7742024-02-15T22:53:58.164Z Downloaded arrayref v0.3.7
7752024-02-15T22:53:58.164Z Downloaded openssl-probe v0.1.5
7762024-02-15T22:53:58.164Z Downloaded num_enum_derive v0.5.11
7772024-02-15T22:53:58.164Z Downloaded num-derive v0.4.0
7782024-02-15T22:53:58.164Z Downloaded clap_derive v4.4.2
7792024-02-15T22:53:58.164Z Downloaded num_enum v0.5.11
7802024-02-15T22:53:58.165Z Downloaded paste v1.0.14
7812024-02-15T22:53:58.165Z Downloaded option-ext v0.2.0
7822024-02-15T22:53:58.165Z Downloaded curve25519-dalek-derive v0.1.0
7832024-02-15T22:53:58.165Z Downloaded phf_shared v0.10.0
7842024-02-15T22:53:58.165Z Downloaded crucible-workspace-hack v0.1.0
7852024-02-15T22:53:58.165Z Downloaded diesel_table_macro_syntax v0.1.0
7862024-02-15T22:53:58.165Z Downloaded nibble_vec v0.1.0
7872024-02-15T22:53:58.165Z Downloaded memmap2 v0.7.1
7882024-02-15T22:53:58.165Z Downloaded parse-display v0.9.0
7892024-02-15T22:53:58.165Z Downloaded parse-display-derive v0.9.0
7902024-02-15T22:53:58.165Z Downloaded autocfg v1.1.0
7912024-02-15T22:53:58.166Z Downloaded bcrypt-pbkdf v0.10.0
7922024-02-15T22:53:58.166Z Downloaded normalize-line-endings v0.3.0
7932024-02-15T22:53:58.166Z Downloaded pretty-hex v0.4.1
7942024-02-15T22:53:58.166Z Downloaded anstream v0.5.0
7952024-02-15T22:53:58.166Z Downloaded bitflags v1.3.2
7962024-02-15T22:53:58.166Z Downloaded crossbeam-deque v0.8.3
7972024-02-15T22:53:58.166Z Downloaded num-complex v0.4.4
7982024-02-15T22:53:58.166Z Downloaded block-buffer v0.10.4
7992024-02-15T22:53:58.166Z Downloaded bit-set v0.5.3
8002024-02-15T22:53:58.166Z Downloaded keccak v0.1.4
8012024-02-15T22:53:58.167Z Downloaded derive_more v0.99.17
8022024-02-15T22:53:58.167Z Downloaded cfg-if v1.0.0
8032024-02-15T22:53:58.167Z Downloaded deranged v0.3.8
8042024-02-15T22:53:58.167Z Downloaded thiserror-impl v1.0.56
8052024-02-15T22:53:58.167Z Downloaded lazy_static v1.4.0
8062024-02-15T22:53:58.167Z Downloaded kstat-rs v0.2.3
8072024-02-15T22:53:58.167Z Downloaded byteorder v1.5.0
8082024-02-15T22:53:58.167Z Downloaded itoa v1.0.9
8092024-02-15T22:53:58.167Z Downloaded memmap v0.7.0
8102024-02-15T22:53:58.167Z Downloaded linear-map v1.2.0
8112024-02-15T22:53:58.167Z Downloaded data-encoding v2.4.0
8122024-02-15T22:53:58.167Z Downloaded pbkdf2 v0.12.2
8132024-02-15T22:53:58.168Z Downloaded num-iter v0.1.43
8142024-02-15T22:53:58.168Z Downloaded num-integer v0.1.45
8152024-02-15T22:53:58.168Z Downloaded lock_api v0.4.10
8162024-02-15T22:53:58.168Z Downloaded want v0.3.1
8172024-02-15T22:53:58.168Z Downloaded phf_shared v0.11.2
8182024-02-15T22:53:58.168Z Downloaded pest_generator v2.7.6
8192024-02-15T22:53:58.168Z Downloaded pin-utils v0.1.0
8202024-02-15T22:53:58.168Z Downloaded async-stream v0.3.5
8212024-02-15T22:53:58.169Z Downloaded argon2 v0.5.3
8222024-02-15T22:53:58.169Z Downloaded subtle v2.5.0
8232024-02-15T22:53:58.169Z Downloaded equivalent v1.0.1
8242024-02-15T22:53:58.169Z Downloaded display-error-chain v0.2.0
8252024-02-15T22:53:58.169Z Downloaded bitflags v2.4.0
8262024-02-15T22:53:58.169Z Downloaded linked-hash-map v0.5.6
8272024-02-15T22:53:58.169Z Downloaded async-trait v0.1.77
8282024-02-15T22:53:58.182Z Downloaded percent-encoding v2.3.1
8292024-02-15T22:53:58.182Z Downloaded base64ct v1.6.0
8302024-02-15T22:53:58.182Z Downloaded tokio-macros v2.2.0
8312024-02-15T22:53:58.182Z Downloaded log v0.4.20
8322024-02-15T22:53:58.182Z Downloaded defmt-parser v0.3.3
8332024-02-15T22:53:58.182Z Downloaded topological-sort v0.2.2
8342024-02-15T22:53:58.182Z Downloaded anyhow v1.0.75
8352024-02-15T22:53:58.182Z Downloaded foreign-types-shared v0.3.1
8362024-02-15T22:53:58.182Z Downloaded strsim v0.8.0
8372024-02-15T22:53:58.183Z Downloaded nom v7.1.3
8382024-02-15T22:53:58.183Z Downloaded predicates v3.1.0
8392024-02-15T22:53:58.183Z Downloaded untrusted v0.7.1
8402024-02-15T22:53:58.183Z Downloaded pin-project-lite v0.2.13
8412024-02-15T22:53:58.195Z Downloaded parking_lot v0.11.2
8422024-02-15T22:53:58.196Z Downloaded swrite v0.1.0
8432024-02-15T22:53:58.196Z Downloaded unicode-xid v0.2.4
8442024-02-15T22:53:58.196Z Downloaded untrusted v0.9.0
8452024-02-15T22:53:58.196Z Downloaded addr2line v0.21.0
8462024-02-15T22:53:58.196Z Downloaded darling v0.20.3
8472024-02-15T22:53:58.196Z Downloaded zone v0.3.0
8482024-02-15T22:53:58.623Z Downloaded ed25519 v2.2.2
8492024-02-15T22:53:58.623Z Downloaded sec1 v0.7.3
8502024-02-15T22:53:58.623Z Downloaded num-traits v0.2.16
8512024-02-15T22:53:58.623Z Downloaded is-terminal v0.4.9
8522024-02-15T22:53:58.623Z Downloaded parking_lot_core v0.8.6
8532024-02-15T22:53:58.623Z Downloaded ident_case v1.0.1
8542024-02-15T22:53:58.623Z Downloaded toolchain_find v0.2.0
8552024-02-15T22:53:58.623Z Downloaded crossbeam-epoch v0.9.15
8562024-02-15T22:53:58.623Z Downloaded password-hash v0.4.2
8572024-02-15T22:53:58.642Z Downloaded const-oid v0.9.5
8582024-02-15T22:53:58.642Z Downloaded fnv v1.0.7
8592024-02-15T22:53:58.642Z Downloaded tokio-tungstenite v0.20.1
8602024-02-15T22:53:58.642Z Downloaded serde_urlencoded v0.7.1
8612024-02-15T22:53:58.642Z Downloaded tokio-rustls v0.24.1
8622024-02-15T22:53:58.642Z Downloaded stringprep v0.1.3
8632024-02-15T22:53:58.642Z Downloaded signature v2.1.0
8642024-02-15T22:53:58.642Z Downloaded serde_path_to_error v0.1.15
8652024-02-15T22:53:58.642Z Downloaded futures-task v0.3.30
8662024-02-15T22:53:58.642Z Downloaded form_urlencoded v1.2.1
8672024-02-15T22:53:58.642Z Downloaded blake2 v0.10.6
8682024-02-15T22:53:58.642Z Downloaded yasna v0.5.2
8692024-02-15T22:53:58.642Z Downloaded ipnetwork v0.20.0
8702024-02-15T22:53:58.642Z Downloaded same-file v1.0.6
8712024-02-15T22:53:58.642Z Downloaded rustc_version v0.4.0
8722024-02-15T22:53:58.642Z Downloaded pest_meta v2.7.6
8732024-02-15T22:53:58.642Z Downloaded fastrand v2.0.1
8742024-02-15T22:53:58.643Z Downloaded parking_lot_core v0.9.8
8752024-02-15T22:53:58.643Z Downloaded rustfmt-wrapper v0.2.0
8762024-02-15T22:53:58.643Z Downloaded universal-hash v0.5.1
8772024-02-15T22:53:58.643Z Downloaded rand_core v0.5.1
8782024-02-15T22:53:58.643Z Downloaded time-macros v0.2.13
8792024-02-15T22:53:58.643Z Downloaded fixedbitset v0.4.2
8802024-02-15T22:53:58.643Z Downloaded spki v0.7.2
8812024-02-15T22:53:58.643Z Downloaded diesel_derives v2.1.2
8822024-02-15T22:53:58.643Z Downloaded http-range v0.1.5
8832024-02-15T22:53:58.643Z Downloaded fallible-iterator v0.2.0
8842024-02-15T22:53:58.643Z Downloaded getrandom v0.1.16
8852024-02-15T22:53:58.643Z Downloaded dirs v5.0.1
8862024-02-15T22:53:58.643Z Downloaded hex-literal v0.4.1
8872024-02-15T22:53:58.643Z Downloaded whoami v1.4.1
8882024-02-15T22:53:58.643Z Downloaded gethostname v0.4.3
8892024-02-15T22:53:58.643Z Downloaded tar v0.4.40
8902024-02-15T22:53:58.643Z Downloaded dof v0.1.5
8912024-02-15T22:53:58.643Z Downloaded dirs-sys v0.4.1
8922024-02-15T22:53:58.643Z Downloaded float-cmp v0.9.0
8932024-02-15T22:53:58.643Z Downloaded digest v0.10.7
8942024-02-15T22:53:58.643Z Downloaded slab v0.4.9
8952024-02-15T22:53:58.643Z Downloaded unicode-ident v1.0.12
8962024-02-15T22:53:58.643Z Downloaded structopt-derive v0.4.18
8972024-02-15T22:53:58.643Z Downloaded slog-json v2.6.1
8982024-02-15T22:53:58.644Z Downloaded zone_cfg_derive v0.3.0
8992024-02-15T22:53:58.644Z Downloaded ipnet v2.9.0
9002024-02-15T22:53:58.644Z Downloaded hash32 v0.3.1
9012024-02-15T22:53:58.644Z Downloaded glob v0.3.1
9022024-02-15T22:53:58.644Z Downloaded arc-swap v1.6.0
9032024-02-15T22:53:58.644Z Downloaded rustc-demangle v0.1.23
9042024-02-15T22:53:58.644Z Downloaded ecdsa v0.16.9
9052024-02-15T22:53:58.644Z Downloaded proc-macro-error-attr v1.0.4
9062024-02-15T22:53:58.644Z Downloaded schemars_derive v0.8.16
9072024-02-15T22:53:58.644Z Downloaded toml v0.8.9
9082024-02-15T22:53:58.644Z Downloaded siphasher v0.3.11
9092024-02-15T22:53:58.644Z Downloaded dirs-sys-next v0.1.2
9102024-02-15T22:53:58.644Z Downloaded crossbeam-channel v0.5.8
9112024-02-15T22:53:58.644Z Downloaded hash32 v0.2.1
9122024-02-15T22:53:58.644Z Downloaded httpdate v1.0.3
9132024-02-15T22:53:58.644Z Downloaded p256 v0.13.2
9142024-02-15T22:53:58.644Z Downloaded minimal-lexical v0.2.1
9152024-02-15T22:53:58.644Z Downloaded usdt-attr-macro v0.3.5
9162024-02-15T22:53:58.644Z Downloaded base64 v0.21.7
9172024-02-15T22:53:58.644Z Downloaded group v0.13.0
9182024-02-15T22:53:58.645Z Downloaded foreign-types-shared v0.1.1
9192024-02-15T22:53:58.645Z Downloaded foreign-types v0.3.2
9202024-02-15T22:53:58.645Z Downloaded futures-io v0.3.30
9212024-02-15T22:53:58.645Z Downloaded string_cache v0.8.7
9222024-02-15T22:53:58.645Z Downloaded toml_datetime v0.6.5
9232024-02-15T22:53:58.645Z Downloaded hubpack v0.1.2
9242024-02-15T22:53:58.645Z Downloaded sha1 v0.10.6
9252024-02-15T22:53:58.645Z Downloaded tungstenite v0.20.1
9262024-02-15T22:53:58.645Z Downloaded textwrap v0.11.0
9272024-02-15T22:53:58.645Z Downloaded socket2 v0.4.9
9282024-02-15T22:53:58.645Z Downloaded ryu v1.0.15
9292024-02-15T22:53:58.645Z Downloaded dtrace-parser v0.2.0
9302024-02-15T22:53:58.645Z Downloaded headers-core v0.2.0
9312024-02-15T22:53:58.645Z Downloaded strum v0.25.0
9322024-02-15T22:53:58.645Z Downloaded http-body v0.4.5
9332024-02-15T22:53:58.645Z Downloaded semver v0.11.0
9342024-02-15T22:53:58.645Z Downloaded cc v1.0.83
9352024-02-15T22:53:58.645Z Downloaded rustversion v1.0.14
9362024-02-15T22:53:58.645Z Downloaded futures-sink v0.3.30
9372024-02-15T22:53:58.645Z Downloaded flagset v0.4.3
9382024-02-15T22:53:58.645Z Downloaded hyper-rustls v0.24.2
9392024-02-15T22:53:58.645Z Downloaded futures-channel v0.3.30
9402024-02-15T22:53:58.645Z Downloaded httparse v1.8.0
9412024-02-15T22:53:58.645Z Downloaded foreign-types-macros v0.2.3
9422024-02-15T22:53:58.645Z Downloaded unicase v2.7.0
9432024-02-15T22:53:58.646Z Downloaded smallvec v1.13.1
9442024-02-15T22:53:58.646Z Downloaded unsafe-libyaml v0.2.10
9452024-02-15T22:53:58.646Z Downloaded zip v0.6.6
9462024-02-15T22:53:58.646Z Downloaded heck v0.3.3
9472024-02-15T22:53:58.646Z Downloaded crossterm v0.27.0
9482024-02-15T22:53:58.646Z Downloaded usdt-macro v0.5.0
9492024-02-15T22:53:58.646Z Downloaded usdt-macro v0.3.5
9502024-02-15T22:53:58.646Z Downloaded rand_chacha v0.2.2
9512024-02-15T22:53:58.646Z Downloaded xattr v1.0.1
9522024-02-15T22:53:58.646Z Downloaded fxhash v0.2.1
9532024-02-15T22:53:58.646Z Downloaded sha2 v0.10.8
9542024-02-15T22:53:58.646Z Downloaded proc-macro2 v1.0.78
9552024-02-15T22:53:58.646Z Downloaded mio v0.8.9
9562024-02-15T22:53:58.646Z Downloaded scroll_derive v0.12.0
9572024-02-15T22:53:59.088Z Downloaded signal-hook-mio v0.2.3
9582024-02-15T22:53:59.089Z Downloaded sct v0.7.0
9592024-02-15T22:53:59.089Z Downloaded waitgroup v0.1.2
9602024-02-15T22:53:59.089Z Downloaded semver-parser v0.10.2
9612024-02-15T22:53:59.089Z Downloaded slog-dtrace v0.3.0
9622024-02-15T22:53:59.089Z Downloaded futures-macro v0.3.30
9632024-02-15T22:53:59.090Z Downloaded signal-hook v0.3.17
9642024-02-15T22:53:59.090Z Downloaded rand_core v0.6.4
9652024-02-15T22:53:59.090Z Downloaded foreign-types v0.5.0
9662024-02-15T22:53:59.090Z Downloaded semver v1.0.21
9672024-02-15T22:53:59.090Z Downloaded schemars v0.8.16
9682024-02-15T22:53:59.091Z Downloaded rustls-pemfile v2.0.0
9692024-02-15T22:53:59.091Z Downloaded dtrace-parser v0.1.14
9702024-02-15T22:53:59.091Z Downloaded thiserror-impl-no-std v2.0.2
9712024-02-15T22:53:59.091Z Downloaded futures v0.3.30
9722024-02-15T22:53:59.091Z Downloaded pest v2.7.6
9732024-02-15T22:53:59.091Z Downloaded slog-async v2.8.0
9742024-02-15T22:53:59.091Z Downloaded ghash v0.5.0
9752024-02-15T22:53:59.091Z Downloaded home v0.5.5
9762024-02-15T22:53:59.092Z Downloaded usdt v0.3.5
9772024-02-15T22:53:59.092Z Downloaded serde_tokenstream v0.1.7
9782024-02-15T22:53:59.092Z Downloaded structopt v0.3.26
9792024-02-15T22:53:59.092Z Downloaded russh-cryptovec v0.7.0
9802024-02-15T22:53:59.092Z Downloaded serde_spanned v0.6.5
9812024-02-15T22:53:59.092Z Downloaded typenum v1.16.0
9822024-02-15T22:53:59.092Z Downloaded scheduled-thread-pool v0.2.7
9832024-02-15T22:53:59.093Z Downloaded zeroize_derive v1.4.2
9842024-02-15T22:53:59.093Z Downloaded generic-array v0.14.7
9852024-02-15T22:53:59.093Z Downloaded hyper-staticfile v0.9.5
9862024-02-15T22:53:59.093Z Downloaded tinyvec_macros v0.1.1
9872024-02-15T22:53:59.093Z Downloaded rand v0.8.5
9882024-02-15T22:53:59.094Z Downloaded instant v0.1.12
9892024-02-15T22:53:59.094Z Downloaded usdt-attr-macro v0.5.0
9902024-02-15T22:53:59.094Z Downloaded errno v0.3.8
9912024-02-15T22:53:59.094Z Downloaded rfc6979 v0.4.0
9922024-02-15T22:53:59.094Z Downloaded structmeta-derive v0.3.0
9932024-02-15T22:53:59.094Z Downloaded filetime v0.2.23
9942024-02-15T22:53:59.095Z Downloaded tokio-stream v0.1.14
9952024-02-15T22:53:59.095Z Downloaded vsss-rs v3.3.4
9962024-02-15T22:53:59.095Z Downloaded serde_yaml v0.9.25
9972024-02-15T22:53:59.095Z Downloaded heck v0.4.1
9982024-02-15T22:53:59.095Z Downloaded num-bigint v0.4.4
9992024-02-15T22:53:59.095Z Downloaded endian-type v0.1.2
10002024-02-15T22:53:59.096Z Downloaded hex v0.4.3
10012024-02-15T22:53:59.096Z Downloaded hostname v0.3.1
10022024-02-15T22:53:59.096Z Downloaded utf-8 v0.7.6
10032024-02-15T22:53:59.096Z Downloaded russh-keys v0.40.1
10042024-02-15T22:53:59.096Z Downloaded slog-term v2.9.0
10052024-02-15T22:53:59.096Z Downloaded scopeguard v1.2.0
10062024-02-15T22:53:59.096Z Downloaded usdt v0.5.0
10072024-02-15T22:53:59.096Z Downloaded zeroize v1.7.0
10082024-02-15T22:53:59.096Z Downloaded signal-hook-registry v1.4.1
10092024-02-15T22:53:59.096Z Downloaded term v0.7.0
10102024-02-15T22:53:59.097Z Downloaded slog-envlogger v2.2.0
10112024-02-15T22:53:59.097Z Downloaded resolv-conf v0.7.0
10122024-02-15T22:53:59.097Z Downloaded semver v0.1.20
10132024-02-15T22:53:59.097Z Downloaded strum_macros v0.25.2
10142024-02-15T22:53:59.097Z Downloaded tokio-postgres v0.7.10
10152024-02-15T22:53:59.097Z Downloaded iana-time-zone v0.1.57
10162024-02-15T22:53:59.097Z Downloaded proc-macro-crate v1.3.1
10172024-02-15T22:53:59.097Z Downloaded zerocopy v0.3.0
10182024-02-15T22:53:59.097Z Downloaded vec_map v0.8.2
10192024-02-15T22:53:59.098Z Downloaded rustls-pki-types v1.1.0
10202024-02-15T22:53:59.098Z Downloaded spin v0.9.8
10212024-02-15T22:53:59.098Z Downloaded enum-as-inner v0.5.1
10222024-02-15T22:53:59.098Z Downloaded scroll v0.12.0
10232024-02-15T22:53:59.098Z Downloaded proc-macro-error v1.0.4
10242024-02-15T22:53:59.098Z Downloaded unicode-bidi v0.3.13
10252024-02-15T22:53:59.098Z Downloaded spin v0.5.2
10262024-02-15T22:53:59.098Z Downloaded smf v0.2.2
10272024-02-15T22:53:59.098Z Downloaded tinyvec v1.6.0
10282024-02-15T22:53:59.098Z Downloaded ed25519-dalek v2.0.0
10292024-02-15T22:53:59.099Z Downloaded dyn-clone v1.0.16
10302024-02-15T22:53:59.099Z Downloaded ucd-trie v0.1.6
10312024-02-15T22:53:59.099Z Downloaded synstructure v0.12.6
10322024-02-15T22:53:59.099Z Downloaded structmeta v0.3.0
10332024-02-15T22:53:59.099Z Downloaded getrandom v0.2.10
10342024-02-15T22:53:59.099Z Downloaded zerocopy-derive v0.7.32
10352024-02-15T22:53:59.099Z Downloaded half v2.3.1
10362024-02-15T22:53:59.099Z Downloaded toml_edit v0.19.15
10372024-02-15T22:53:59.100Z Downloaded tempfile v3.10.0
10382024-02-15T22:53:59.100Z Downloaded quote v1.0.35
10392024-02-15T22:53:59.100Z Downloaded uuid v1.7.0
10402024-02-15T22:53:59.100Z Downloaded flate2 v1.0.28
10412024-02-15T22:53:59.100Z Downloaded inout v0.1.3
10422024-02-15T22:53:59.100Z Downloaded usdt-impl v0.5.0
10432024-02-15T22:53:59.100Z Downloaded tracing-attributes v0.1.26
10442024-02-15T22:53:59.100Z Downloaded unicode-normalization v0.1.22
10452024-02-15T22:53:59.101Z Downloaded aes-gcm v0.10.3
10462024-02-15T22:53:59.101Z Downloaded time v0.3.27
10472024-02-15T22:53:59.101Z Downloaded headers v0.3.9
10482024-02-15T22:53:59.101Z Downloaded serde_repr v0.1.16
10492024-02-15T22:53:59.101Z Downloaded primeorder v0.13.6
10502024-02-15T22:53:59.102Z Downloaded url v2.5.0
10512024-02-15T22:53:59.102Z Downloaded steno v0.4.0
10522024-02-15T22:53:59.102Z Downloaded hashbrown v0.13.2
10532024-02-15T22:53:59.102Z Downloaded trust-dns-server v0.22.1
10542024-02-15T22:53:59.102Z Downloaded toml v0.5.11
10552024-02-15T22:53:59.103Z Downloaded similar v2.3.0
10562024-02-15T22:53:59.103Z Downloaded toml_edit v0.21.1
10572024-02-15T22:53:59.123Z Downloaded serde v1.0.196
10582024-02-15T22:53:59.123Z Downloaded indexmap v1.9.3
10592024-02-15T22:53:59.123Z Downloaded heapless v0.7.16
10602024-02-15T22:53:59.123Z Downloaded serde_derive v1.0.196
10612024-02-15T22:53:59.123Z Downloaded tracing v0.1.37
10622024-02-15T22:53:59.123Z Downloaded elliptic-curve v0.13.8
10632024-02-15T22:53:59.123Z Downloaded heapless v0.8.0
10642024-02-15T22:53:59.123Z Downloaded tracing-core v0.1.31
10652024-02-15T22:53:59.123Z Downloaded trust-dns-client v0.22.0
10662024-02-15T22:53:59.124Z Downloaded petgraph v0.6.4
10672024-02-15T22:53:59.124Z Downloaded indexmap v2.2.2
10682024-02-15T22:53:59.124Z Downloaded tokio-util v0.7.10
10692024-02-15T22:53:59.124Z Downloaded zerocopy v0.7.32
10702024-02-15T22:53:59.124Z Downloaded russh v0.40.2
10712024-02-15T22:53:59.124Z Downloaded http v0.2.11
10722024-02-15T22:53:59.124Z Downloaded hashbrown v0.14.2
10732024-02-15T22:53:59.124Z Downloaded serde_json v1.0.113
10742024-02-15T22:53:59.124Z Downloaded serde_with v3.6.0
10752024-02-15T22:53:59.124Z Downloaded rand v0.7.3
10762024-02-15T22:53:59.124Z Downloaded itertools v0.12.1
10772024-02-15T22:53:59.124Z Downloaded rustls-webpki v0.101.7
10782024-02-15T22:53:59.125Z Downloaded reqwest v0.11.22
10792024-02-15T22:53:59.125Z Downloaded rustls-webpki v0.102.1
10802024-02-15T22:53:59.125Z Downloaded winnow v0.5.15
10812024-02-15T22:53:59.125Z Downloaded rayon v1.8.0
10822024-02-15T22:53:59.125Z Downloaded itertools v0.10.5
10832024-02-15T22:53:59.125Z Downloaded hyper v0.14.27
10842024-02-15T22:53:59.125Z Downloaded h2 v0.3.24
10852024-02-15T22:53:59.125Z Downloaded futures-util v0.3.30
10862024-02-15T22:53:59.125Z Downloaded rustls v0.21.9
10872024-02-15T22:53:59.125Z Downloaded syn v1.0.109
10882024-02-15T22:53:59.125Z Downloaded radix_trie v0.2.1
10892024-02-15T22:53:59.125Z Downloaded hkdf v0.12.4
10902024-02-15T22:53:59.125Z Downloaded object v0.32.1
10912024-02-15T22:53:59.126Z Downloaded goblin v0.8.0
10922024-02-15T22:53:59.126Z Downloaded rustix v0.37.23
10932024-02-15T22:53:59.126Z Downloaded bstr v1.6.0
10942024-02-15T22:53:59.126Z Downloaded regex-syntax v0.8.2
10952024-02-15T22:53:59.126Z Downloaded regex v1.10.3
10962024-02-15T22:53:59.126Z Downloaded trust-dns-proto v0.22.0
10972024-02-15T22:53:59.126Z Downloaded sled v0.34.7
10982024-02-15T22:53:59.126Z Downloaded diesel v2.1.4
10992024-02-15T22:53:59.126Z Downloaded vcpkg v0.2.15
11002024-02-15T22:53:59.126Z Downloaded syn v2.0.48
11012024-02-15T22:53:59.126Z Downloaded regress v0.7.1
11022024-02-15T22:53:59.126Z Downloaded idna v0.2.3
11032024-02-15T22:53:59.127Z Downloaded gimli v0.28.0
11042024-02-15T22:53:59.127Z Downloaded smoltcp v0.11.0
11052024-02-15T22:53:59.127Z Downloaded openapiv3 v2.0.0
11062024-02-15T22:53:59.127Z Downloaded rustls v0.22.2
11072024-02-15T22:53:59.127Z Downloaded rustix v0.38.31
11082024-02-15T22:53:59.140Z Downloaded libc v0.2.153
11092024-02-15T22:53:59.150Z Downloaded idna v0.5.0
11102024-02-15T22:53:59.156Z Downloaded regex-automata v0.4.4
11112024-02-15T22:53:59.181Z Downloaded zerocopy-derive v0.2.0
11122024-02-15T22:53:59.612Z Downloaded zerocopy-derive v0.6.4
11132024-02-15T22:53:59.612Z Downloaded regex-automata v0.3.8
11142024-02-15T22:53:59.628Z Downloaded bzip2-sys v0.1.11+1.0.8
11152024-02-15T22:53:59.628Z Downloaded webpki-roots v0.25.2
11162024-02-15T22:53:59.628Z Downloaded curve25519-dalek v4.1.1
11172024-02-15T22:53:59.628Z Downloaded openssl v0.10.60
11182024-02-15T22:53:59.629Z Downloaded smoltcp v0.9.1
11192024-02-15T22:53:59.629Z Downloaded bstr v0.2.17
11202024-02-15T22:53:59.629Z Downloaded blake3 v1.5.0
11212024-02-15T22:53:59.629Z Downloaded tokio v1.36.0
11222024-02-15T22:53:59.629Z Downloaded ring v0.17.7
11232024-02-15T22:53:59.629Z Downloaded sha3 v0.10.8
11242024-02-15T22:53:59.629Z Downloaded regex-automata v0.1.10
11252024-02-15T22:53:59.629Z Downloaded clap v2.34.0
11262024-02-15T22:53:59.629Z Downloaded clap_builder v4.4.2
11272024-02-15T22:53:59.629Z Downloaded aho-corasick v1.0.4
11282024-02-15T22:53:59.629Z Downloaded chrono v0.4.31
11292024-02-15T22:53:59.629Z Downloaded http v1.0.0
11302024-02-15T22:53:59.629Z Downloaded hashbrown v0.12.3
11312024-02-15T22:53:59.629Z Downloaded hmac v0.12.1
11322024-02-15T22:53:59.630Z Downloaded io-lifetimes v1.0.11
11332024-02-15T22:53:59.630Z Downloaded aes v0.8.3
11342024-02-15T22:53:59.630Z Downloaded thiserror-no-std v2.0.2
11352024-02-15T22:53:59.630Z Downloaded hyper-tls v0.5.0
11362024-02-15T22:53:59.630Z Downloaded libm v0.2.7
11372024-02-15T22:53:59.630Z Downloaded trust-dns-resolver v0.22.0
11382024-02-15T22:53:59.630Z Downloaded winapi v0.3.9
11392024-02-15T22:53:59.630Z Downloaded rayon-core v1.12.0
11402024-02-15T22:53:59.630Z Downloaded rcgen v0.12.1
11412024-02-15T22:53:59.630Z Downloaded version_check v0.9.4
11422024-02-15T22:53:59.631Z Downloaded ff v0.13.0
11432024-02-15T22:53:59.631Z Downloaded encoding_rs v0.8.33
11442024-02-15T22:53:59.631Z Downloaded slog v2.7.0
11452024-02-15T22:53:59.631Z Downloaded rand_chacha v0.3.1
11462024-02-15T22:53:59.631Z Downloaded unicode-segmentation v1.10.1
11472024-02-15T22:53:59.631Z Downloaded either v1.9.0
11482024-02-15T22:53:59.631Z Downloaded slog-stdlog v4.1.1
11492024-02-15T22:53:59.631Z Downloaded r2d2 v0.8.10
11502024-02-15T22:53:59.631Z Downloaded dof v0.3.0
11512024-02-15T22:53:59.631Z Downloaded tokio-rustls v0.25.0
11522024-02-15T22:53:59.631Z Downloaded memchr v2.6.3
11532024-02-15T22:53:59.631Z Downloaded usdt-impl v0.3.5
11542024-02-15T22:53:59.631Z Downloaded secrecy v0.8.0
11552024-02-15T22:53:59.631Z Downloaded zerocopy v0.6.4
11562024-02-15T22:53:59.631Z Downloaded socket2 v0.5.5
11572024-02-15T22:53:59.631Z Downloaded backtrace v0.3.69
11582024-02-15T22:53:59.631Z Downloaded embedded-io v0.4.0
11592024-02-15T22:53:59.631Z Downloaded difflib v0.4.0
11602024-02-15T22:53:59.632Z Downloaded thread-id v4.2.0
11612024-02-15T22:53:59.632Z Downloaded serde_tokenstream v0.2.0
11622024-02-15T22:53:59.632Z Downloaded futures-executor v0.3.30
11632024-02-15T22:53:59.632Z Downloaded utf8parse v0.2.1
11642024-02-15T22:53:59.632Z Downloaded serde_with_macros v3.6.0
11652024-02-15T22:53:59.632Z Downloaded terminal_size v0.2.6
11662024-02-15T22:53:59.632Z Downloaded walkdir v2.4.0
11672024-02-15T22:53:59.632Z Downloaded serde_derive_internals v0.26.0
11682024-02-15T22:53:59.633Z Downloaded rustc_version v0.1.7
11692024-02-15T22:53:59.633Z Downloaded allocator-api2 v0.2.16
11702024-02-15T22:53:59.633Z Downloaded futures-core v0.3.30
11712024-02-15T22:53:59.633Z Downloaded crypto-bigint v0.5.2
11722024-02-15T22:53:59.633Z Downloaded slog-scope v4.4.0
11732024-02-15T22:53:59.633Z Downloaded thread_local v1.1.7
11742024-02-15T22:53:59.633Z Downloaded quick-error v1.2.3
11752024-02-15T22:53:59.633Z Downloaded slog-bunyan v2.5.0
11762024-02-15T22:53:59.633Z Downloaded tokio-native-tls v0.3.1
11772024-02-15T22:53:59.633Z Downloaded getopts v0.2.21
11782024-02-15T22:53:59.633Z Downloaded toml v0.7.8
11792024-02-15T22:53:59.634Z Downloaded thiserror v1.0.56
11802024-02-15T22:53:59.634Z Downloaded subprocess v0.2.9
11812024-02-15T22:53:59.634Z Downloaded postcard v1.0.8
11822024-02-15T22:53:59.634Z Downloaded dirs-next v2.0.0
11832024-02-15T22:53:59.634Z Downloaded openssl-sys v0.9.96
11842024-02-15T22:53:59.634Z Downloaded static_assertions v1.1.0
11852024-02-15T22:53:59.634Z Downloaded miniz_oxide v0.7.1
11862024-02-15T22:53:59.635Z Downloaded omicron-zone-package v0.11.0
11872024-02-15T22:53:59.635Z Downloaded postgres-protocol v0.6.6
11882024-02-15T22:53:59.635Z Downloaded darling_core v0.20.3
11892024-02-15T22:53:59.635Z Downloaded derive-where v1.2.7
11902024-02-15T22:53:59.635Z Downloaded owo-colors v4.0.0
11912024-02-15T22:53:59.646Z Downloaded parking_lot v0.12.1
11922024-02-15T22:53:59.646Z Downloaded rustls-pemfile v1.0.3
11932024-02-15T22:53:59.646Z Downloaded pkcs8 v0.10.2
11942024-02-15T22:53:59.646Z Downloaded console v0.15.8
11952024-02-15T22:53:59.646Z Downloaded poly1305 v0.8.0
11962024-02-15T22:53:59.646Z Downloaded platforms v3.0.2
11972024-02-15T22:53:59.646Z Downloaded ahash v0.8.7
11982024-02-15T22:53:59.646Z Downloaded pem-rfc7468 v0.7.0
11992024-02-15T22:53:59.646Z Downloaded multer v3.0.0
12002024-02-15T22:54:00.519Z Downloaded unicode-width v0.1.11
12012024-02-15T22:54:00.519Z Downloaded pest_derive v2.7.6
12022024-02-15T22:54:00.519Z Downloaded hubpack_derive v0.1.1
12032024-02-15T22:54:00.520Z Downloaded password-hash v0.5.0
12042024-02-15T22:54:00.520Z Downloaded strsim v0.10.0
12052024-02-15T22:54:00.520Z Downloaded stable_deref_trait v1.2.0
12062024-02-15T22:54:00.520Z Downloaded ppv-lite86 v0.2.17
12072024-02-15T22:54:00.520Z Downloaded backoff v0.4.0
12082024-02-15T22:54:00.520Z Downloaded polyval v0.6.1
12092024-02-15T22:54:00.520Z Downloaded pkg-config v0.3.27
12102024-02-15T22:54:00.520Z Downloaded phf v0.11.2
12112024-02-15T22:54:00.521Z Downloaded lru-cache v0.1.2
12122024-02-15T22:54:00.521Z Downloaded block-padding v0.3.3
12132024-02-15T22:54:00.521Z Downloaded lalrpop-util v0.19.12
12142024-02-15T22:54:00.521Z Downloaded arrayvec v0.7.4
12152024-02-15T22:54:00.521Z Downloaded try-lock v0.2.4
12162024-02-15T22:54:00.521Z Downloaded tower-service v0.3.2
12172024-02-15T22:54:00.521Z Downloaded time-core v0.1.1
12182024-02-15T22:54:00.521Z Downloaded take_mut v0.2.2
12192024-02-15T22:54:00.522Z Downloaded native-tls v0.2.11
12202024-02-15T22:54:00.522Z Downloaded cobs v0.2.3
12212024-02-15T22:54:00.522Z Downloaded bit-vec v0.6.3
12222024-02-15T22:54:00.522Z Downloaded managed v0.8.0
12232024-02-15T22:54:00.522Z Downloaded colored v2.0.4
12242024-02-15T22:54:00.522Z Downloaded once_cell v1.19.0
12252024-02-15T22:54:00.522Z Downloaded num-rational v0.4.1
12262024-02-15T22:54:00.522Z Downloaded pem v3.0.2
12272024-02-15T22:54:00.522Z Downloaded crossbeam-utils v0.8.16
12282024-02-15T22:54:00.523Z Downloaded base16ct v0.2.0
12292024-02-15T22:54:00.523Z Downloaded pretty-hex v0.2.1
12302024-02-15T22:54:00.523Z Downloaded predicates-core v1.0.6
12312024-02-15T22:54:00.523Z Downloaded anstyle v1.0.2
12322024-02-15T22:54:00.523Z Downloaded atomic-waker v1.1.1
12332024-02-15T22:54:00.523Z Downloaded aead v0.5.2
12342024-02-15T22:54:00.523Z Downloaded postgres-types v0.2.6
12352024-02-15T22:54:00.523Z Downloaded md-5 v0.10.5
12362024-02-15T22:54:00.523Z Downloaded precomputed-hash v0.1.1
12372024-02-15T22:54:00.524Z Downloaded bzip2 v0.4.4
12382024-02-15T22:54:00.524Z Downloaded memoffset v0.9.0
12392024-02-15T22:54:00.524Z Downloaded convert_case v0.4.0
12402024-02-15T22:54:00.524Z Downloaded defmt-macros v0.3.6
12412024-02-15T22:54:00.524Z Downloaded plain v0.2.3
12422024-02-15T22:54:00.524Z Downloaded cstr-argument v0.1.2
12432024-02-15T22:54:00.524Z Downloaded new_debug_unreachable v1.0.4
12442024-02-15T22:54:00.524Z Downloaded colorchoice v1.0.0
12452024-02-15T22:54:00.524Z Downloaded mime_guess v2.0.4
12462024-02-15T22:54:00.524Z Downloaded anstyle-query v1.0.0
12472024-02-15T22:54:00.525Z Downloaded cpufeatures v0.2.12
12482024-02-15T22:54:00.525Z Downloaded pbkdf2 v0.11.0
12492024-02-15T22:54:00.525Z Downloaded constant_time_eq v0.3.0
12502024-02-15T22:54:00.525Z Downloaded atomicwrites v0.4.3
12512024-02-15T22:54:00.525Z Downloaded crypto-common v0.1.6
12522024-02-15T22:54:00.525Z Downloaded camino-tempfile v1.1.1
12532024-02-15T22:54:00.525Z Downloaded macaddr v1.0.1
12542024-02-15T22:54:00.525Z Downloaded cbc v0.1.2
12552024-02-15T22:54:00.525Z Downloaded ciborium-ll v0.2.2
12562024-02-15T22:54:00.526Z Downloaded ring v0.16.20
12572024-02-15T22:54:00.547Z Compiling proc-macro2 v1.0.78
12582024-02-15T22:54:00.547Z Compiling unicode-ident v1.0.12
12592024-02-15T22:54:00.547Z Compiling libc v0.2.153
12602024-02-15T22:54:00.547Z Compiling serde v1.0.196
12612024-02-15T22:54:00.547Z Compiling version_check v0.9.4
12622024-02-15T22:54:00.547Z Compiling autocfg v1.1.0
12632024-02-15T22:54:00.548Z Compiling cfg-if v1.0.0
12642024-02-15T22:54:00.548Z Compiling syn v1.0.109
12652024-02-15T22:54:00.548Z Compiling once_cell v1.19.0
12662024-02-15T22:54:00.548Z Compiling thiserror v1.0.56
12672024-02-15T22:54:00.830Z Compiling memchr v2.6.3
12682024-02-15T22:54:00.989Z Compiling byteorder v1.5.0
12692024-02-15T22:54:01.517Z Compiling lock_api v0.4.10
12702024-02-15T22:54:01.518Z Compiling typenum v1.16.0
12712024-02-15T22:54:02.034Z Compiling ahash v0.8.7
12722024-02-15T22:54:02.321Z Compiling parking_lot_core v0.9.8
12732024-02-15T22:54:02.789Z Compiling generic-array v0.14.7
12742024-02-15T22:54:02.789Z Compiling libm v0.2.7
12752024-02-15T22:54:02.789Z Compiling num-traits v0.2.16
12762024-02-15T22:54:02.789Z Compiling serde_json v1.0.113
12772024-02-15T22:54:02.790Z Compiling itoa v1.0.9
12782024-02-15T22:54:03.377Z Compiling slab v0.4.9
12792024-02-15T22:54:03.398Z Compiling log v0.4.20
12802024-02-15T22:54:03.398Z Compiling scopeguard v1.2.0
12812024-02-15T22:54:03.513Z Compiling ryu v1.0.15
12822024-02-15T22:54:03.579Z Compiling quote v1.0.35
12832024-02-15T22:54:03.892Z Compiling cc v1.0.83
12842024-02-15T22:54:04.118Z Compiling syn v2.0.48
12852024-02-15T22:54:04.711Z Compiling getrandom v0.2.10
12862024-02-15T22:54:04.715Z Compiling rand_core v0.6.4
12872024-02-15T22:54:05.302Z Compiling pkg-config v0.3.27
12882024-02-15T22:54:05.317Z Compiling allocator-api2 v0.2.16
12892024-02-15T22:54:05.317Z Compiling equivalent v1.0.1
12902024-02-15T22:54:05.317Z Compiling smallvec v1.13.1
12912024-02-15T22:54:05.332Z Compiling heck v0.4.1
12922024-02-15T22:54:05.365Z Compiling subtle v2.5.0
12932024-02-15T22:54:05.667Z Compiling schemars v0.8.16
12942024-02-15T22:54:05.923Z Compiling vcpkg v0.2.15
12952024-02-15T22:54:06.251Z Compiling pin-project-lite v0.2.13
12962024-02-15T22:54:06.481Z Compiling httparse v1.8.0
12972024-02-15T22:54:06.541Z Compiling ucd-trie v0.1.6
12982024-02-15T22:54:07.063Z Compiling ring v0.17.7
12992024-02-15T22:54:07.091Z Compiling parking_lot v0.12.1
13002024-02-15T22:54:07.128Z Compiling ring v0.16.20
13012024-02-15T22:54:07.194Z Compiling signal-hook-registry v1.4.1
13022024-02-15T22:54:08.115Z Compiling fnv v1.0.7
13032024-02-15T22:54:08.241Z Compiling mio v0.8.9
13042024-02-15T22:54:08.280Z Compiling openssl-sys v0.9.96
13052024-02-15T22:54:08.873Z Compiling iana-time-zone v0.1.57
13062024-02-15T22:54:08.928Z Compiling openssl v0.10.60
13072024-02-15T22:54:09.086Z Compiling const-oid v0.9.5
13082024-02-15T22:54:09.329Z Compiling semver v1.0.21
13092024-02-15T22:54:09.450Z Compiling socket2 v0.5.5
13102024-02-15T22:54:09.601Z Compiling num_cpus v1.16.0
13112024-02-15T22:54:10.128Z Compiling rustls v0.21.9
13122024-02-15T22:54:10.178Z Compiling native-tls v0.2.11
13132024-02-15T22:54:10.832Z Compiling futures-core v0.3.30
13142024-02-15T22:54:10.843Z Compiling dyn-clone v1.0.16
13152024-02-15T22:54:10.843Z Compiling aho-corasick v1.0.4
13162024-02-15T22:54:10.940Z Compiling crossbeam-utils v0.8.16
13172024-02-15T22:54:11.017Z Compiling regex-syntax v0.8.2
13182024-02-15T22:54:11.238Z Compiling slog v2.7.0
13192024-02-15T22:54:11.444Z Compiling serde_derive_internals v0.26.0
13202024-02-15T22:54:12.018Z Compiling spin v0.5.2
13212024-02-15T22:54:12.018Z Compiling async-trait v0.1.77
13222024-02-15T22:54:12.353Z Compiling rustix v0.38.31
13232024-02-15T22:54:12.373Z Compiling futures-sink v0.3.30
13242024-02-15T22:54:12.672Z Compiling backtrace v0.3.69
13252024-02-15T22:54:13.167Z Compiling tinyvec_macros v0.1.1
13262024-02-15T22:54:13.251Z Compiling tinyvec v1.6.0
13272024-02-15T22:54:13.456Z Compiling futures-channel v0.3.30
13282024-02-15T22:54:13.919Z Compiling futures-io v0.3.30
13292024-02-15T22:54:14.227Z Compiling pin-utils v0.1.0
13302024-02-15T22:54:14.371Z Compiling futures-task v0.3.30
13312024-02-15T22:54:14.684Z Compiling regex-automata v0.4.4
13322024-02-15T22:54:14.731Z Compiling winnow v0.5.15
13332024-02-15T22:54:14.731Z Compiling spin v0.9.8
13342024-02-15T22:54:14.803Z Compiling unicode-normalization v0.1.22
13352024-02-15T22:54:16.102Z Compiling memoffset v0.9.0
13362024-02-15T22:54:16.183Z Compiling tracing-core v0.1.31
13372024-02-15T22:54:16.184Z Compiling anyhow v1.0.75
13382024-02-15T22:54:16.184Z Compiling unicode-bidi v0.3.13
13392024-02-15T22:54:16.623Z Compiling cpufeatures v0.2.12
13402024-02-15T22:54:16.648Z Compiling unicode-width v0.1.11
13412024-02-15T22:54:17.405Z Compiling crc32fast v1.3.2
13422024-02-15T22:54:17.990Z Compiling crossbeam-epoch v0.9.15
13432024-02-15T22:54:18.809Z Compiling time-core v0.1.1
13442024-02-15T22:54:18.829Z Compiling time-macros v0.2.13
13452024-02-15T22:54:18.829Z Compiling serde_derive v1.0.196
13462024-02-15T22:54:18.829Z Compiling zerocopy-derive v0.7.32
13472024-02-15T22:54:19.667Z Compiling zeroize_derive v1.4.2
13482024-02-15T22:54:20.083Z Compiling thiserror-impl v1.0.56
13492024-02-15T22:54:20.624Z Compiling tokio-macros v2.2.0
13502024-02-15T22:54:20.659Z Compiling zerocopy v0.7.32
13512024-02-15T22:54:22.025Z Compiling zeroize v1.7.0
13522024-02-15T22:54:22.528Z Compiling futures-macro v0.3.30
13532024-02-15T22:54:22.721Z Compiling tracing-attributes v0.1.26
13542024-02-15T22:54:23.359Z Compiling hashbrown v0.14.2
13552024-02-15T22:54:23.998Z Compiling schemars_derive v0.8.16
13562024-02-15T22:54:24.040Z Compiling pest v2.7.6
13572024-02-15T22:54:24.040Z Compiling crypto-common v0.1.6
13582024-02-15T22:54:24.557Z Compiling openssl-macros v0.1.1
13592024-02-15T22:54:24.719Z Compiling block-buffer v0.10.4
13602024-02-15T22:54:29.314Z Compiling digest v0.10.7
13612024-02-15T22:54:29.433Z Compiling hashbrown v0.13.2
13622024-02-15T22:54:29.434Z Compiling regex v1.10.3
13632024-02-15T22:54:29.434Z Compiling pest_meta v2.7.6
13642024-02-15T22:54:29.434Z Compiling futures-util v0.3.30
13652024-02-15T22:54:29.536Z Compiling tracing v0.1.37
13662024-02-15T22:54:29.536Z Compiling pest_generator v2.7.6
13672024-02-15T22:54:29.536Z Compiling der_derive v0.7.2
13682024-02-15T22:54:30.210Z Compiling errno v0.3.8
13692024-02-15T22:54:30.434Z Compiling num-integer v0.1.45
13702024-02-15T22:54:30.757Z Compiling foreign-types-shared v0.1.1
13712024-02-15T22:54:30.865Z Compiling percent-encoding v2.3.1
13722024-02-15T22:54:31.057Z Compiling untrusted v0.7.1
13732024-02-15T22:54:31.272Z Compiling untrusted v0.9.0
13742024-02-15T22:54:31.588Z Compiling pest_derive v2.7.6
13752024-02-15T22:54:32.453Z Compiling foreign-types v0.3.2
13762024-02-15T22:54:32.638Z Compiling bytes v1.5.0
13772024-02-15T22:54:32.842Z Compiling indexmap v2.2.2
13782024-02-15T22:54:32.860Z Compiling uuid v1.7.0
13792024-02-15T22:54:33.784Z Compiling chrono v0.4.31
13802024-02-15T22:54:33.932Z Compiling tokio v1.36.0
13812024-02-15T22:54:34.236Z Compiling http v0.2.11
13822024-02-15T22:54:35.496Z Compiling bitflags v2.4.0
13832024-02-15T22:54:35.592Z Compiling toml_datetime v0.6.5
13842024-02-15T22:54:35.897Z Compiling serde_spanned v0.6.5
13852024-02-15T22:54:36.006Z Compiling rustc_version v0.4.0
13862024-02-15T22:54:36.137Z Compiling toml_edit v0.19.15
13872024-02-15T22:54:36.794Z Compiling openapiv3 v2.0.0
13882024-02-15T22:54:38.885Z Compiling serde_tokenstream v0.2.0
13892024-02-15T22:54:39.560Z Compiling base64 v0.21.7
13902024-02-15T22:54:39.836Z Compiling try-lock v0.2.4
13912024-02-15T22:54:40.028Z Compiling ppv-lite86 v0.2.17
13922024-02-15T22:54:40.310Z Compiling unicode-xid v0.2.4
13932024-02-15T22:54:40.502Z Compiling synstructure v0.12.6
13942024-02-15T22:54:40.817Z Compiling want v0.3.1
13952024-02-15T22:54:41.538Z Compiling http-body v0.4.5
13962024-02-15T22:54:42.012Z Compiling sct v0.7.0
13972024-02-15T22:54:42.012Z Compiling rustls-webpki v0.101.7
13982024-02-15T22:54:42.116Z Compiling form_urlencoded v1.2.1
13992024-02-15T22:54:42.431Z Compiling scroll_derive v0.12.0
14002024-02-15T22:54:43.022Z Compiling socket2 v0.4.9
14012024-02-15T22:54:43.393Z Compiling tokio-util v0.7.10
14022024-02-15T22:54:43.958Z Compiling openssl-probe v0.1.5
14032024-02-15T22:54:44.295Z Compiling io-lifetimes v1.0.11
14042024-02-15T22:54:44.301Z Compiling tower-service v0.3.2
14052024-02-15T22:54:44.434Z Compiling httpdate v1.0.3
14062024-02-15T22:54:44.898Z Compiling h2 v0.3.24
14072024-02-15T22:54:45.722Z Compiling zerocopy-derive v0.2.0
14082024-02-15T22:54:46.264Z Compiling idna v0.5.0
14092024-02-15T22:54:47.935Z Compiling lazy_static v1.4.0
14102024-02-15T22:54:48.520Z Compiling thread-id v4.2.0
14112024-02-15T22:54:48.551Z Compiling adler v1.0.2
14122024-02-15T22:54:48.655Z Compiling tokio-native-tls v0.3.1
14132024-02-15T22:54:48.765Z Compiling miniz_oxide v0.7.1
14142024-02-15T22:54:48.858Z Compiling tokio-rustls v0.24.1
14152024-02-15T22:54:49.245Z Compiling url v2.5.0
14162024-02-15T22:54:49.782Z Compiling rand_chacha v0.3.1
14172024-02-15T22:54:50.488Z Compiling rustix v0.37.23
14182024-02-15T22:54:50.904Z Compiling ipnet v2.9.0
14192024-02-15T22:54:51.056Z Compiling rand v0.8.5
14202024-02-15T22:54:51.141Z Compiling serde_urlencoded v0.7.1
14212024-02-15T22:54:51.210Z Compiling rustls-pemfile v1.0.3
14222024-02-15T22:54:52.117Z Compiling usdt-impl v0.3.5
14232024-02-15T22:54:52.145Z Compiling encoding_rs v0.8.33
14242024-02-15T22:54:52.145Z Compiling gimli v0.28.0
14252024-02-15T22:54:52.145Z Compiling hyper v0.14.27
14262024-02-15T22:54:52.516Z Compiling mime v0.3.17
14272024-02-15T22:54:53.218Z Compiling webpki-roots v0.25.2
14282024-02-15T22:54:53.291Z Compiling either v1.9.0
14292024-02-15T22:54:54.614Z Compiling regress v0.7.1
14302024-02-15T22:54:54.640Z Compiling object v0.32.1
14312024-02-15T22:54:55.354Z Compiling num-bigint v0.4.4
14322024-02-15T22:54:56.133Z Compiling usdt-impl v0.5.0
14332024-02-15T22:54:56.239Z Compiling addr2line v0.21.0
14342024-02-15T22:54:56.604Z Compiling rustc-demangle v0.1.23
14352024-02-15T22:54:57.383Z Compiling flate2 v1.0.28
14362024-02-15T22:54:57.417Z Compiling zerocopy v0.3.0
14372024-02-15T22:54:57.680Z Compiling scroll v0.12.0
14382024-02-15T22:54:58.181Z Compiling heapless v0.7.16
14392024-02-15T22:54:58.200Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14402024-02-15T22:54:58.224Z Compiling futures-executor v0.3.30
14412024-02-15T22:54:58.512Z Compiling bzip2-sys v0.1.11+1.0.8
14422024-02-15T22:54:58.931Z Compiling plain v0.2.3
14432024-02-15T22:54:59.093Z Compiling signal-hook v0.3.17
14442024-02-15T22:54:59.292Z Compiling hyper-tls v0.5.0
14452024-02-15T22:54:59.398Z Compiling hyper-rustls v0.24.2
14462024-02-15T22:54:59.612Z Compiling rustversion v1.0.14
14472024-02-15T22:54:59.842Z Compiling reqwest v0.11.22
14482024-02-15T22:55:00.055Z Compiling goblin v0.8.0
14492024-02-15T22:55:01.449Z Compiling futures v0.3.30
14502024-02-15T22:55:01.582Z Compiling dof v0.1.5
14512024-02-15T22:55:02.954Z Compiling toml v0.7.8
14522024-02-15T22:55:02.992Z Compiling toml_edit v0.21.1
14532024-02-15T22:55:03.767Z Compiling hex v0.4.3
14542024-02-15T22:55:04.234Z Compiling dtrace-parser v0.1.14
14552024-02-15T22:55:04.343Z Compiling pretty-hex v0.4.1
14562024-02-15T22:55:04.444Z Compiling base64ct v1.6.0
14572024-02-15T22:55:04.538Z Compiling strsim v0.10.0
14582024-02-15T22:55:06.232Z Compiling dof v0.3.0
14592024-02-15T22:55:06.956Z Compiling serde_tokenstream v0.1.7
14602024-02-15T22:55:07.422Z Compiling dtrace-parser v0.2.0
14612024-02-15T22:55:08.438Z Compiling bitflags v1.3.2
14622024-02-15T22:55:08.549Z Compiling smoltcp v0.9.1
14632024-02-15T22:55:08.574Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14642024-02-15T22:55:09.317Z Compiling strum_macros v0.25.2
14652024-02-15T22:55:09.434Z Compiling pem-rfc7468 v0.7.0
14662024-02-15T22:55:09.506Z Compiling hmac v0.12.1
14672024-02-15T22:55:10.009Z Compiling enum-as-inner v0.5.1
14682024-02-15T22:55:10.262Z Compiling num-iter v0.1.43
14692024-02-15T22:55:10.560Z Compiling unicode-segmentation v1.10.1
14702024-02-15T22:55:10.742Z Compiling siphasher v0.3.11
14712024-02-15T22:55:11.080Z Compiling flagset v0.4.3
14722024-02-15T22:55:11.236Z Compiling usdt-macro v0.3.5
14732024-02-15T22:55:11.294Z Compiling der v0.7.8
14742024-02-15T22:55:12.233Z Compiling usdt-attr-macro v0.3.5
14752024-02-15T22:55:12.262Z Compiling hubpack_derive v0.1.1
14762024-02-15T22:55:12.665Z Compiling zerocopy-derive v0.6.4
14772024-02-15T22:55:13.875Z Compiling utf8parse v0.2.1
14782024-02-15T22:55:14.058Z Compiling anstyle v1.0.2
14792024-02-15T22:55:14.486Z Compiling num_threads v0.1.6
14802024-02-15T22:55:14.506Z Compiling deranged v0.3.8
14812024-02-15T22:55:14.760Z Compiling anstyle-parse v0.2.1
14822024-02-15T22:55:15.052Z Compiling sha2 v0.10.8
14832024-02-15T22:55:15.120Z Compiling spki v0.7.2
14842024-02-15T22:55:16.684Z Compiling time v0.3.27
14852024-02-15T22:55:17.423Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14862024-02-15T22:55:17.464Z Compiling md-5 v0.10.5
14872024-02-15T22:55:17.663Z Compiling block-padding v0.3.3
14882024-02-15T22:55:17.776Z Compiling clap_derive v4.4.2
14892024-02-15T22:55:17.990Z Compiling getopts v0.2.21
14902024-02-15T22:55:18.762Z Compiling stringprep v0.1.3
14912024-02-15T22:55:19.028Z Compiling diesel_table_macro_syntax v0.1.0
14922024-02-15T22:55:19.950Z Compiling hash32 v0.2.1
14932024-02-15T22:55:20.207Z Compiling anstyle-query v1.0.0
14942024-02-15T22:55:20.488Z Compiling fallible-iterator v0.2.0
14952024-02-15T22:55:22.235Z Compiling stable_deref_trait v1.2.0
14962024-02-15T22:55:22.395Z Compiling colorchoice v1.0.0
14972024-02-15T22:55:22.649Z Compiling anstream v0.5.0
14982024-02-15T22:55:22.912Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14992024-02-15T22:55:23.474Z Compiling postgres-protocol v0.6.6
15002024-02-15T22:55:23.586Z Compiling diesel_derives v2.1.2
15012024-02-15T22:55:23.587Z Compiling inout v0.1.3
15022024-02-15T22:55:23.820Z Compiling terminal_size v0.2.6
15032024-02-15T22:55:24.342Z Compiling pkcs8 v0.10.2
15042024-02-15T22:55:24.376Z Compiling phf_shared v0.11.2
15052024-02-15T22:55:25.750Z Compiling ff v0.13.0
15062024-02-15T22:55:26.260Z Compiling serde_repr v0.1.16
15072024-02-15T22:55:27.031Z Compiling scheduled-thread-pool v0.2.7
15082024-02-15T22:55:27.722Z Compiling clap_lex v0.5.1
15092024-02-15T22:55:28.191Z Compiling managed v0.8.0
15102024-02-15T22:55:28.679Z Compiling bit-vec v0.6.3
15112024-02-15T22:55:29.052Z Compiling regex-automata v0.1.10
15122024-02-15T22:55:29.131Z Compiling matches v0.1.10
15132024-02-15T22:55:30.654Z Compiling unsafe-libyaml v0.2.10
15142024-02-15T22:55:30.654Z Compiling base16ct v0.2.0
15152024-02-15T22:55:30.654Z Compiling bstr v0.2.17
15162024-02-15T22:55:31.088Z Compiling serde_yaml v0.9.25
15172024-02-15T22:55:31.212Z Compiling sec1 v0.7.3
15182024-02-15T22:55:31.872Z Compiling idna v0.2.3
15192024-02-15T22:55:32.843Z Compiling clap_builder v4.4.2
15202024-02-15T22:55:33.363Z Compiling r2d2 v0.8.10
15212024-02-15T22:55:33.488Z Compiling group v0.13.0
15222024-02-15T22:55:35.306Z Compiling phf v0.11.2
15232024-02-15T22:55:35.418Z Compiling signal-hook-mio v0.2.3
15242024-02-15T22:55:36.045Z Compiling bzip2 v0.4.4
15252024-02-15T22:55:36.079Z Compiling postgres-types v0.2.6
15262024-02-15T22:55:36.080Z Compiling cipher v0.4.4
15272024-02-15T22:55:36.080Z Compiling zerocopy v0.6.4
15282024-02-15T22:55:36.233Z Compiling hubpack v0.1.2
15292024-02-15T22:55:36.735Z Compiling phf_shared v0.10.0
15302024-02-15T22:55:37.318Z Compiling hkdf v0.12.4
15312024-02-15T22:55:37.319Z Compiling crypto-bigint v0.5.2
15322024-02-15T22:55:37.319Z Compiling ipnetwork v0.20.0
15332024-02-15T22:55:37.319Z Compiling float-cmp v0.9.0
15342024-02-15T22:55:38.231Z Compiling minimal-lexical v0.2.1
15352024-02-15T22:55:38.439Z Compiling regex-automata v0.3.8
15362024-02-15T22:55:38.641Z Compiling fixedbitset v0.4.2
15372024-02-15T22:55:39.094Z Compiling data-encoding v2.4.0
15382024-02-15T22:55:39.653Z Compiling predicates-core v1.0.6
15392024-02-15T22:55:40.023Z Compiling new_debug_unreachable v1.0.4
15402024-02-15T22:55:40.768Z Compiling normalize-line-endings v0.3.0
15412024-02-15T22:55:40.904Z Compiling difflib v0.4.0
15422024-02-15T22:55:41.478Z Compiling static_assertions v1.1.0
15432024-02-15T22:55:42.200Z Compiling precomputed-hash v0.1.1
15442024-02-15T22:55:42.955Z Compiling whoami v1.4.1
15452024-02-15T22:55:43.062Z Compiling string_cache v0.8.7
15462024-02-15T22:55:43.062Z Compiling tokio-postgres v0.7.10
15472024-02-15T22:55:43.062Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15482024-02-15T22:55:43.062Z Compiling predicates v3.1.0
15492024-02-15T22:55:43.063Z Compiling bstr v1.6.0
15502024-02-15T22:55:43.175Z Compiling trust-dns-proto v0.22.0
15512024-02-15T22:55:44.487Z Compiling diesel v2.1.4
15522024-02-15T22:55:44.568Z Compiling elliptic-curve v0.13.8
15532024-02-15T22:55:44.844Z Compiling petgraph v0.6.4
15542024-02-15T22:55:45.242Z Compiling nom v7.1.3
15552024-02-15T22:55:46.389Z Compiling yasna v0.5.2
15562024-02-15T22:55:46.864Z Compiling clap v4.4.3
15572024-02-15T22:55:46.877Z Compiling zip v0.6.6
15582024-02-15T22:55:47.893Z Compiling crossterm v0.27.0
15592024-02-15T22:55:48.405Z Compiling similar v2.3.0
15602024-02-15T22:55:48.863Z Compiling bit-set v0.5.3
15612024-02-15T22:55:48.994Z Compiling usdt v0.3.5
15622024-02-15T22:55:49.108Z Compiling itertools v0.10.5
15632024-02-15T22:55:49.565Z Compiling console v0.15.8
15642024-02-15T22:55:50.512Z Compiling tokio-stream v0.1.14
15652024-02-15T22:55:50.737Z Compiling lalrpop-util v0.19.12
15662024-02-15T22:55:50.923Z Compiling camino v1.1.6
15672024-02-15T22:55:54.290Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15682024-02-15T22:56:03.278Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15692024-02-15T22:56:27.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15702024-02-15T22:56:29.090Z Compiling sha1 v0.10.6
15712024-02-15T22:56:29.903Z Compiling atty v0.2.14
15722024-02-15T22:56:30.013Z Compiling match_cfg v0.1.0
15732024-02-15T22:56:30.034Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15742024-02-15T22:56:30.110Z Compiling hostname v0.3.1
15752024-02-15T22:56:30.354Z Compiling dirs-sys-next v0.1.2
15762024-02-15T22:56:31.700Z Compiling ident_case v1.0.1
15772024-02-15T22:56:31.713Z Compiling rustls-pki-types v1.1.0
15782024-02-15T22:56:31.713Z Compiling darling_core v0.20.3
15792024-02-15T22:56:31.713Z Compiling dirs-next v2.0.0
15802024-02-15T22:56:31.713Z Compiling thread_local v1.1.7
15812024-02-15T22:56:31.713Z Compiling rustls v0.22.2
15822024-02-15T22:56:31.713Z Compiling slog-async v2.8.0
15832024-02-15T22:56:31.713Z Compiling rustls-webpki v0.102.1
15842024-02-15T22:56:31.962Z Compiling term v0.7.0
15852024-02-15T22:56:32.046Z Compiling crossbeam-channel v0.5.8
15862024-02-15T22:56:32.547Z Compiling multer v3.0.0
15872024-02-15T22:56:32.666Z Compiling instant v0.1.12
15882024-02-15T22:56:32.841Z Compiling paste v1.0.14
15892024-02-15T22:56:32.908Z Compiling take_mut v0.2.2
15902024-02-15T22:56:33.257Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15912024-02-15T22:56:33.480Z Compiling slog-term v2.9.0
15922024-02-15T22:56:33.541Z Compiling slog-json v2.6.1
15932024-02-15T22:56:33.777Z Compiling http v1.0.0
15942024-02-15T22:56:33.917Z Compiling async-stream-impl v0.3.5
15952024-02-15T22:56:34.424Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15962024-02-15T22:56:34.673Z Compiling atomic-waker v1.1.1
15972024-02-15T22:56:34.776Z Compiling debug-ignore v1.0.5
15982024-02-15T22:56:34.853Z Compiling waitgroup v0.1.2
15992024-02-15T22:56:35.394Z Compiling slog-bunyan v2.5.0
16002024-02-15T22:56:35.433Z Compiling rustls-pemfile v2.0.0
16012024-02-15T22:56:35.868Z Compiling async-stream v0.3.5
16022024-02-15T22:56:36.297Z Compiling toml v0.8.9
16032024-02-15T22:56:36.386Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16042024-02-15T22:56:36.495Z Compiling serde_path_to_error v0.1.15
16052024-02-15T22:56:36.739Z Compiling darling_macro v0.20.3
16062024-02-15T22:56:36.857Z Compiling structmeta-derive v0.3.0
16072024-02-15T22:56:37.352Z Compiling strum v0.25.0
16082024-02-15T22:56:37.522Z Compiling backoff v0.4.0
16092024-02-15T22:56:37.589Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16102024-02-15T22:56:38.218Z Compiling darling v0.20.3
16112024-02-15T22:56:38.237Z Compiling tokio-rustls v0.25.0
16122024-02-15T22:56:38.237Z Compiling serde_with_macros v3.6.0
16132024-02-15T22:56:38.353Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16142024-02-15T22:56:38.442Z Compiling macaddr v1.0.1
16152024-02-15T22:56:39.349Z Compiling proc-macro-error-attr v1.0.4
16162024-02-15T22:56:39.350Z Compiling proc-macro-crate v1.3.1
16172024-02-15T22:56:39.350Z Compiling proc-macro-error v1.0.4
16182024-02-15T22:56:39.362Z Compiling heapless v0.8.0
16192024-02-15T22:56:40.079Z Compiling num_enum_derive v0.5.11
16202024-02-15T22:56:40.110Z Compiling hash32 v0.3.1
16212024-02-15T22:56:40.111Z Compiling structmeta v0.3.0
16222024-02-15T22:56:40.297Z Compiling smoltcp v0.11.0
16232024-02-15T22:56:40.318Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16242024-02-15T22:56:40.516Z Compiling parse-display-derive v0.9.0
16252024-02-15T22:56:40.681Z Compiling rayon-core v1.12.0
16262024-02-15T22:56:41.239Z Compiling serde_with v3.6.0
16272024-02-15T22:56:41.783Z Compiling crossbeam-deque v0.8.3
16282024-02-15T22:56:42.140Z Compiling cobs v0.2.3
16292024-02-15T22:56:42.633Z Compiling embedded-io v0.4.0
16302024-02-15T22:56:42.633Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16312024-02-15T22:56:42.633Z Compiling fastrand v2.0.1
16322024-02-15T22:56:42.838Z Compiling same-file v1.0.6
16332024-02-15T22:56:43.082Z Compiling num_enum v0.5.11
16342024-02-15T22:56:43.101Z Compiling walkdir v2.4.0
16352024-02-15T22:56:43.279Z Compiling tempfile v3.10.0
16362024-02-15T22:56:44.322Z Compiling postcard v1.0.8
16372024-02-15T22:56:44.606Z Compiling semver-parser v0.10.2
16382024-02-15T22:56:45.019Z Compiling foreign-types-macros v0.2.3
16392024-02-15T22:56:45.387Z Compiling parse-display v0.9.0
16402024-02-15T22:56:45.993Z Compiling blake3 v1.5.0
16412024-02-15T22:56:46.025Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16422024-02-15T22:56:46.050Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16432024-02-15T22:56:46.230Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16442024-02-15T22:56:46.655Z Compiling crucible-workspace-hack v0.1.0
16452024-02-15T22:56:46.659Z Compiling foreign-types-shared v0.3.1
16462024-02-15T22:56:46.659Z Compiling foreign-types v0.5.0
16472024-02-15T22:56:46.659Z Compiling semver v0.11.0
16482024-02-15T22:56:46.659Z Compiling rayon v1.8.0
16492024-02-15T22:56:46.951Z Compiling is-terminal v0.4.9
16502024-02-15T22:56:47.019Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16512024-02-15T22:56:47.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16522024-02-15T22:56:47.541Z Compiling xattr v1.0.1
16532024-02-15T22:56:47.542Z Compiling memmap2 v0.7.1
16542024-02-15T22:56:47.574Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16552024-02-15T22:56:48.056Z Compiling filetime v0.2.23
16562024-02-15T22:56:48.070Z Compiling cstr-argument v0.1.2
16572024-02-15T22:56:48.071Z Compiling arrayref v0.3.7
16582024-02-15T22:56:48.071Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16592024-02-15T22:56:48.071Z Compiling pretty-hex v0.2.1
16602024-02-15T22:56:48.081Z Compiling constant_time_eq v0.3.0
16612024-02-15T22:56:48.127Z Compiling arrayvec v0.7.4
16622024-02-15T22:56:49.068Z Compiling home v0.5.5
16632024-02-15T22:56:49.080Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16642024-02-15T22:56:49.080Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16652024-02-15T22:56:49.080Z Compiling toolchain_find v0.2.0
16662024-02-15T22:56:49.080Z Compiling tar v0.4.40
16672024-02-15T22:56:49.080Z Compiling camino-tempfile v1.1.1
16682024-02-15T22:56:49.153Z Compiling colored v2.0.4
16692024-02-15T22:56:49.585Z Compiling toml v0.5.11
16702024-02-15T22:56:49.585Z Compiling platforms v3.0.2
16712024-02-15T22:56:50.084Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16722024-02-15T22:56:50.093Z Compiling topological-sort v0.2.2
16732024-02-15T22:56:50.093Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16742024-02-15T22:56:50.093Z Compiling zone_cfg_derive v0.3.0
16752024-02-15T22:56:50.487Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16762024-02-15T22:56:50.798Z Compiling textwrap v0.11.0
16772024-02-15T22:56:50.943Z Compiling heck v0.3.3
16782024-02-15T22:56:51.758Z Compiling rustfmt-wrapper v0.2.0
16792024-02-15T22:56:52.054Z Compiling num-derive v0.4.0
16802024-02-15T22:56:52.054Z Compiling vec_map v0.8.2
16812024-02-15T22:56:52.054Z Compiling omicron-zone-package v0.11.0
16822024-02-15T22:56:52.151Z Compiling ansi_term v0.12.1
16832024-02-15T22:56:52.696Z Compiling strsim v0.8.0
16842024-02-15T22:56:53.121Z Compiling libefi-sys v0.1.0
16852024-02-15T22:56:53.162Z Compiling clap v2.34.0
16862024-02-15T22:56:53.743Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16872024-02-15T22:56:53.764Z Compiling zone v0.3.0
16882024-02-15T22:56:53.764Z Compiling structopt-derive v0.4.18
16892024-02-15T22:56:54.452Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16902024-02-15T22:56:54.461Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16912024-02-15T22:56:54.461Z Compiling smf v0.2.2
16922024-02-15T22:56:54.997Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16932024-02-15T22:56:55.023Z Compiling unicase v2.7.0
16942024-02-15T22:56:55.223Z Compiling semver v0.1.20
16952024-02-15T22:56:55.355Z Compiling curve25519-dalek v4.1.1
16962024-02-15T22:56:55.633Z Compiling rustc_version v0.1.7
16972024-02-15T22:56:55.896Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16982024-02-15T22:56:55.954Z Compiling universal-hash v0.5.1
16992024-02-15T22:56:56.105Z Compiling opaque-debug v0.3.0
17002024-02-15T22:56:56.156Z Compiling newtype_derive v0.1.6
17012024-02-15T22:56:56.202Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17022024-02-15T22:56:56.464Z Compiling curve25519-dalek-derive v0.1.0
17032024-02-15T22:56:56.482Z Compiling gethostname v0.4.3
17042024-02-15T22:56:56.528Z Compiling num-rational v0.4.1
17052024-02-15T22:56:56.573Z Compiling getrandom v0.1.16
17062024-02-15T22:56:56.616Z Compiling structopt v0.3.26
17072024-02-15T22:56:56.976Z Compiling usdt-attr-macro v0.5.0
17082024-02-15T22:56:57.519Z Compiling usdt-macro v0.5.0
17092024-02-15T22:56:57.541Z Compiling password-hash v0.5.0
17102024-02-15T22:56:57.541Z Compiling signature v2.1.0
17112024-02-15T22:56:57.564Z Compiling blake2 v0.10.6
17122024-02-15T22:56:58.453Z Compiling memmap v0.7.0
17132024-02-15T22:56:58.554Z Compiling parking_lot_core v0.8.6
17142024-02-15T22:56:58.718Z Compiling linked-hash-map v0.5.6
17152024-02-15T22:56:58.744Z Compiling quick-error v1.2.3
17162024-02-15T22:56:58.796Z Compiling usdt v0.5.0
17172024-02-15T22:56:58.881Z Compiling resolv-conf v0.7.0
17182024-02-15T22:56:59.460Z Compiling lru-cache v0.1.2
17192024-02-15T22:56:59.488Z Compiling argon2 v0.5.3
17202024-02-15T22:56:59.649Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17212024-02-15T22:57:00.164Z Compiling aead v0.5.2
17222024-02-15T22:57:00.186Z Compiling num-complex v0.4.4
17232024-02-15T22:57:00.186Z Compiling nibble_vec v0.1.0
17242024-02-15T22:57:00.280Z Compiling slog-dtrace v0.3.0
17252024-02-15T22:57:00.620Z Compiling keccak v0.1.4
17262024-02-15T22:57:00.866Z Compiling winapi v0.3.9
17272024-02-15T22:57:01.082Z Compiling endian-type v0.1.2
17282024-02-15T22:57:01.739Z Compiling arc-swap v1.6.0
17292024-02-15T22:57:02.276Z Compiling utf-8 v0.7.6
17302024-02-15T22:57:02.276Z Compiling cancel-safe-futures v0.1.5
17312024-02-15T22:57:02.276Z Compiling tungstenite v0.20.1
17322024-02-15T22:57:02.276Z Compiling slog-scope v4.4.0
17332024-02-15T22:57:02.299Z Compiling radix_trie v0.2.1
17342024-02-15T22:57:02.352Z Compiling sha3 v0.10.8
17352024-02-15T22:57:02.372Z Compiling num v0.4.1
17362024-02-15T22:57:02.565Z Compiling steno v0.4.0
17372024-02-15T22:57:02.597Z Compiling mime_guess v2.0.4
17382024-02-15T22:57:03.028Z Compiling rand_core v0.5.1
17392024-02-15T22:57:03.373Z Compiling trust-dns-resolver v0.22.0
17402024-02-15T22:57:04.025Z Compiling poly1305 v0.8.0
17412024-02-15T22:57:04.307Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17422024-02-15T22:57:04.875Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17432024-02-15T22:57:06.756Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17442024-02-15T22:57:06.768Z Compiling chacha20 v0.9.1
17452024-02-15T22:57:06.768Z Compiling rfc6979 v0.4.0
17462024-02-15T22:57:06.768Z Compiling secrecy v0.8.0
17472024-02-15T22:57:06.768Z Compiling thiserror-impl-no-std v2.0.2
17482024-02-15T22:57:06.768Z Compiling half v2.3.1
17492024-02-15T22:57:07.007Z Compiling option-ext v0.2.0
17502024-02-15T22:57:07.150Z Compiling ciborium-io v0.2.2
17512024-02-15T22:57:08.399Z Compiling convert_case v0.4.0
17522024-02-15T22:57:08.413Z Compiling ciborium-ll v0.2.2
17532024-02-15T22:57:08.413Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17542024-02-15T22:57:08.414Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17552024-02-15T22:57:08.414Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17562024-02-15T22:57:09.648Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17572024-02-15T22:57:09.774Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17582024-02-15T22:57:09.974Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17592024-02-15T22:57:10.081Z Compiling thiserror-no-std v2.0.2
17602024-02-15T22:57:10.206Z Compiling derive_more v0.99.17
17612024-02-15T22:57:10.377Z Compiling dirs-sys v0.4.1
17622024-02-15T22:57:10.806Z Compiling ecdsa v0.16.9
17632024-02-15T22:57:11.028Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17642024-02-15T22:57:11.408Z Compiling parking_lot v0.11.2
17652024-02-15T22:57:11.840Z Compiling rand_chacha v0.2.2
17662024-02-15T22:57:11.840Z Compiling tokio-tungstenite v0.20.1
17672024-02-15T22:57:12.183Z Compiling trust-dns-client v0.22.0
17682024-02-15T22:57:13.119Z Compiling slog-stdlog v4.1.1
17692024-02-15T22:57:13.271Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17702024-02-15T22:57:13.920Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17712024-02-15T22:57:13.942Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17722024-02-15T22:57:15.346Z Compiling ed25519 v2.2.2
17732024-02-15T22:57:15.819Z Compiling polyval v0.6.1
17742024-02-15T22:57:16.258Z Compiling primeorder v0.13.6
17752024-02-15T22:57:16.796Z Compiling aes v0.8.3
17762024-02-15T22:57:16.887Z Compiling ctr v0.9.2
17772024-02-15T22:57:17.402Z Compiling blowfish v0.9.1
17782024-02-15T22:57:17.714Z Compiling password-hash v0.4.2
17792024-02-15T22:57:18.714Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17802024-02-15T22:57:19.180Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17812024-02-15T22:57:19.799Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17822024-02-15T22:57:24.098Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17832024-02-15T22:57:26.635Z Compiling libsw v3.3.1
17842024-02-15T22:57:27.130Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17852024-02-15T22:57:27.369Z Compiling pbkdf2 v0.12.2
17862024-02-15T22:57:27.539Z Compiling derive-where v1.2.7
17872024-02-15T22:57:28.893Z Compiling fxhash v0.2.1
17882024-02-15T22:57:28.906Z Compiling linear-map v1.2.0
17892024-02-15T22:57:28.906Z Compiling swrite v0.1.0
17902024-02-15T22:57:28.906Z Compiling owo-colors v4.0.0
17912024-02-15T22:57:28.906Z Compiling trust-dns-server v0.22.1
17922024-02-15T22:57:29.565Z Compiling sled v0.34.7
17932024-02-15T22:57:30.371Z Compiling bcrypt-pbkdf v0.10.0
17942024-02-15T22:57:30.874Z Compiling pbkdf2 v0.11.0
17952024-02-15T22:57:30.943Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17962024-02-15T22:57:31.148Z Compiling p256 v0.13.2
17972024-02-15T22:57:31.393Z Compiling ghash v0.5.0
17982024-02-15T22:57:31.499Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17992024-02-15T22:57:31.580Z Compiling ed25519-dalek v2.0.0
18002024-02-15T22:57:32.166Z Compiling slog-envlogger v2.2.0
18012024-02-15T22:57:32.198Z Compiling russh-cryptovec v0.7.0
18022024-02-15T22:57:32.199Z Compiling rand v0.7.3
18032024-02-15T22:57:32.538Z Compiling dirs v5.0.1
18042024-02-15T22:57:32.620Z Compiling vsss-rs v3.3.4
18052024-02-15T22:57:32.708Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18062024-02-15T22:57:34.423Z Compiling ciborium v0.2.2
18072024-02-15T22:57:34.838Z Compiling chacha20poly1305 v0.10.1
18082024-02-15T22:57:35.069Z Compiling cbc v0.1.2
18092024-02-15T22:57:35.182Z Compiling pem v3.0.2
18102024-02-15T22:57:35.691Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18112024-02-15T22:57:35.701Z Compiling headers-core v0.2.0
18122024-02-15T22:57:35.872Z Compiling kstat-rs v0.2.3
18132024-02-15T22:57:36.381Z Compiling md5 v0.7.0
18142024-02-15T22:57:36.406Z Compiling http-range v0.1.5
18152024-02-15T22:57:36.406Z Compiling glob v0.3.1
18162024-02-15T22:57:36.479Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18172024-02-15T22:57:36.585Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18182024-02-15T22:57:37.438Z Compiling russh-keys v0.40.1
18192024-02-15T22:57:37.905Z Compiling hyper-staticfile v0.9.5
18202024-02-15T22:57:38.914Z Compiling headers v0.3.9
18212024-02-15T22:57:39.734Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18222024-02-15T22:57:40.925Z Compiling rcgen v0.12.1
18232024-02-15T22:57:41.081Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18242024-02-15T22:57:41.488Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18252024-02-15T22:57:41.935Z Compiling aes-gcm v0.10.3
18262024-02-15T22:57:43.531Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18272024-02-15T22:57:45.180Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18282024-02-15T22:57:46.602Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18292024-02-15T22:57:48.479Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18302024-02-15T22:57:50.547Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18312024-02-15T22:57:51.088Z Compiling atomicwrites v0.4.3
18322024-02-15T22:57:51.453Z Compiling itertools v0.12.1
18332024-02-15T22:57:51.881Z Compiling subprocess v0.2.9
18342024-02-15T22:57:52.003Z Compiling hex-literal v0.4.1
18352024-02-15T22:57:52.431Z Compiling display-error-chain v0.2.0
18362024-02-15T22:57:52.431Z Compiling russh v0.40.2
18372024-02-15T22:57:53.896Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18382024-02-15T22:57:54.314Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18392024-02-15T22:57:58.841Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18402024-02-15T22:58:00.395Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18412024-02-15T22:58:19.076Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18422024-02-15T22:59:17.938Z Finished dev [unoptimized + debuginfo] target(s) in 5m 38s
18432024-02-15T22:59:18.191Z
18442024-02-15T22:59:18.191Zreal 5:38.628496434
18452024-02-15T22:59:18.191Zuser 29:09.723961936
18462024-02-15T22:59:18.191Zsys 5:35.009815158
18472024-02-15T22:59:18.192Ztrap 0.853656041
18482024-02-15T22:59:18.192Ztflt 7.419851074
18492024-02-15T22:59:18.209Zdflt 5.404159781
18502024-02-15T22:59:18.210Zkflt 0.090774431
18512024-02-15T22:59:18.210Zlock 54:13.962857219
18522024-02-15T22:59:18.210Zslp 1:25:46.398750208
18532024-02-15T22:59:18.210Zlat 1:39.023168929
18542024-02-15T22:59:18.210Zstop 4:10.674907638
18552024-02-15T22:59:18.210Z+ mkdir -p /work/end-to-end-tests
18562024-02-15T22:59:18.211Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18572024-02-15T22:59:18.696Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18582024-02-15T22:59:18.697Z+ ptime -m gzip
18592024-02-15T22:59:18.705Z++ basename target/debug/bootstrap
18602024-02-15T22:59:31.924Z
18612024-02-15T22:59:31.932Zreal 13.216846131
18622024-02-15T22:59:31.932Zuser 13.105318520
18632024-02-15T22:59:31.933Zsys 0.100242367
18642024-02-15T22:59:31.933Ztrap 0.002826704
18652024-02-15T22:59:31.933Ztflt 0.000000000
18662024-02-15T22:59:31.933Zdflt 0.000000000
18672024-02-15T22:59:31.933Zkflt 0.000000000
18682024-02-15T22:59:31.934Zlock 0.000000000
18692024-02-15T22:59:31.934Zslp 0.000000000
18702024-02-15T22:59:31.934Zlat 0.008050891
18712024-02-15T22:59:31.934Zstop 0.000179362
18722024-02-15T22:59:31.934Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18732024-02-15T22:59:31.934Z+ ptime -m gzip
18742024-02-15T22:59:31.934Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5c5e256b526718ba
18752024-02-15T22:59:33.214Z
18762024-02-15T22:59:33.214Zreal 1.281107955
18772024-02-15T22:59:33.214Zuser 1.270283816
18782024-02-15T22:59:33.214Zsys 0.010246800
18792024-02-15T22:59:33.215Ztrap 0.000079907
18802024-02-15T22:59:33.215Ztflt 0.000000000
18812024-02-15T22:59:33.215Zdflt 0.000000000
18822024-02-15T22:59:33.229Zkflt 0.000000000
18832024-02-15T22:59:33.229Zlock 0.000000000
18842024-02-15T22:59:33.229Zslp 0.000000000
18852024-02-15T22:59:33.229Zlat 0.000101825
18862024-02-15T22:59:33.229Zstop 0.000177693
18872024-02-15T22:59:33.229Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18882024-02-15T22:59:33.229Z+ ptime -m gzip
18892024-02-15T22:59:33.229Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-398b34350dfa5341
18902024-02-15T22:59:47.112Z
18912024-02-15T22:59:47.171Zreal 13.491466802
18922024-02-15T22:59:47.172Zuser 13.401600686
18932024-02-15T22:59:47.172Zsys 0.085802202
18942024-02-15T22:59:47.172Ztrap 0.001808056
18952024-02-15T22:59:47.172Ztflt 0.000000000
18962024-02-15T22:59:47.172Zdflt 0.000000000
18972024-02-15T22:59:47.172Zkflt 0.000000000
18982024-02-15T22:59:47.172Zlock 0.000000000
18992024-02-15T22:59:47.172Zslp 0.000000000
19002024-02-15T22:59:47.172Zlat 0.001852619
19012024-02-15T22:59:47.172Zstop 0.000185103
19022024-02-15T22:59:47.172Z+ banner caboose-util
19032024-02-15T22:59:47.172Z
19042024-02-15T22:59:47.173Z #### ## ##### #### #### #### ###### # # #####
19052024-02-15T22:59:47.173Z # # # # # # # # # # # # # # #
19062024-02-15T22:59:47.173Z # # # ##### # # # # #### ##### ##### # # #
19072024-02-15T22:59:47.173Z # ###### # # # # # # # # # # #
19082024-02-15T22:59:47.173Z # # # # # # # # # # # # # # # #
19092024-02-15T22:59:47.173Z #### # # ##### #### #### #### ###### #### #
19102024-02-15T22:59:47.173Z
19112024-02-15T22:59:47.173Z+ ptime -m cargo build --locked -p caboose-util --release
19122024-02-15T22:59:47.173Z Downloading crates ...
19132024-02-15T22:59:47.402Z Downloaded path-slash v0.1.5
19142024-02-15T22:59:47.827Z Downloaded termcolor v1.2.0
19152024-02-15T22:59:47.827Z Downloaded smallvec v0.6.14
19162024-02-15T22:59:47.827Z Downloaded pkcs1 v0.7.5
19172024-02-15T22:59:47.828Z Downloaded crc v3.0.1
19182024-02-15T22:59:47.828Z Downloaded radium v0.7.0
19192024-02-15T22:59:47.828Z Downloaded nodrop v0.1.14
19202024-02-15T22:59:47.828Z Downloaded packed_struct_codegen v0.10.1
19212024-02-15T22:59:47.828Z Downloaded wyz v0.5.1
19222024-02-15T22:59:47.828Z Downloaded packed_struct v0.10.1
19232024-02-15T22:59:47.828Z Downloaded tap v1.0.1
19242024-02-15T22:59:47.828Z Downloaded maybe-uninit v2.0.0
19252024-02-15T22:59:47.828Z Downloaded serde-hex v0.1.0
19262024-02-15T22:59:47.853Z Downloaded crc-catalog v2.2.0
19272024-02-15T22:59:47.853Z Downloaded array-init v0.0.4
19282024-02-15T22:59:47.853Z Downloaded bitfield v0.14.0
19292024-02-15T22:59:47.853Z Downloaded funty v2.0.0
19302024-02-15T22:59:47.853Z Downloaded env_logger v0.10.0
19312024-02-15T22:59:47.854Z Downloaded crc-any v2.4.3
19322024-02-15T22:59:47.854Z Downloaded ron v0.8.1
19332024-02-15T22:59:47.854Z Downloaded rsa v0.9.2
19342024-02-15T22:59:47.854Z Downloaded x509-cert v0.2.4
19352024-02-15T22:59:47.854Z Downloaded num-bigint-dig v0.8.4
19362024-02-15T22:59:47.854Z Downloaded bitvec v1.0.1
19372024-02-15T22:59:47.854Z Downloaded object v0.30.4
19382024-02-15T22:59:47.855Z Compiling proc-macro2 v1.0.78
19392024-02-15T22:59:47.855Z Compiling unicode-ident v1.0.12
19402024-02-15T22:59:47.855Z Compiling libc v0.2.153
19412024-02-15T22:59:47.855Z Compiling serde v1.0.196
19422024-02-15T22:59:47.855Z Compiling autocfg v1.1.0
19432024-02-15T22:59:47.855Z Compiling version_check v0.9.4
19442024-02-15T22:59:47.856Z Compiling cfg-if v1.0.0
19452024-02-15T22:59:47.856Z Compiling once_cell v1.19.0
19462024-02-15T22:59:47.856Z Compiling typenum v1.16.0
19472024-02-15T22:59:47.856Z Compiling parking_lot_core v0.9.8
19482024-02-15T22:59:48.151Z Compiling memchr v2.6.3
19492024-02-15T22:59:48.180Z Compiling syn v1.0.109
19502024-02-15T22:59:48.221Z Compiling byteorder v1.5.0
19512024-02-15T22:59:48.248Z Compiling generic-array v0.14.7
19522024-02-15T22:59:48.545Z Compiling lock_api v0.4.10
19532024-02-15T22:59:48.651Z Compiling libm v0.2.7
19542024-02-15T22:59:48.721Z Compiling num-traits v0.2.16
19552024-02-15T22:59:48.837Z Compiling ahash v0.8.7
19562024-02-15T22:59:49.075Z Compiling quote v1.0.35
19572024-02-15T22:59:49.089Z Compiling thiserror v1.0.56
19582024-02-15T22:59:49.178Z Compiling pkg-config v0.3.27
19592024-02-15T22:59:49.533Z Compiling syn v2.0.48
19602024-02-15T22:59:50.069Z Compiling cc v1.0.83
19612024-02-15T22:59:50.083Z Compiling getrandom v0.2.10
19622024-02-15T22:59:50.084Z Compiling serde_json v1.0.113
19632024-02-15T22:59:50.084Z Compiling scopeguard v1.2.0
19642024-02-15T22:59:51.039Z Compiling slab v0.4.9
19652024-02-15T22:59:51.276Z Compiling itoa v1.0.9
19662024-02-15T22:59:51.276Z Compiling log v0.4.20
19672024-02-15T22:59:51.276Z Compiling rand_core v0.6.4
19682024-02-15T22:59:51.311Z Compiling smallvec v1.13.1
19692024-02-15T22:59:51.807Z Compiling vcpkg v0.2.15
19702024-02-15T22:59:52.212Z Compiling const-oid v0.9.5
19712024-02-15T22:59:52.457Z Compiling pin-project-lite v0.2.13
19722024-02-15T22:59:52.568Z Compiling parking_lot v0.12.1
19732024-02-15T22:59:53.214Z Compiling ring v0.17.7
19742024-02-15T22:59:53.483Z Compiling ucd-trie v0.1.6
19752024-02-15T22:59:53.604Z Compiling ryu v1.0.15
19762024-02-15T22:59:53.629Z Compiling openssl-sys v0.9.96
19772024-02-15T22:59:54.152Z Compiling signal-hook-registry v1.4.1
19782024-02-15T22:59:54.454Z Compiling io-lifetimes v1.0.11
19792024-02-15T22:59:54.620Z Compiling subtle v2.5.0
19802024-02-15T22:59:54.646Z Compiling ring v0.16.20
19812024-02-15T22:59:54.942Z Compiling mio v0.8.9
19822024-02-15T22:59:55.152Z Compiling num-integer v0.1.45
19832024-02-15T22:59:55.666Z Compiling futures-core v0.3.30
19842024-02-15T22:59:55.666Z Compiling semver v1.0.21
19852024-02-15T22:59:56.267Z Compiling rustix v0.37.23
19862024-02-15T22:59:56.824Z Compiling spin v0.5.2
19872024-02-15T22:59:57.039Z Compiling socket2 v0.5.5
19882024-02-15T22:59:57.646Z Compiling num_cpus v1.16.0
19892024-02-15T22:59:57.688Z Compiling heck v0.4.1
19902024-02-15T22:59:57.766Z Compiling httparse v1.8.0
19912024-02-15T22:59:58.069Z Compiling allocator-api2 v0.2.16
19922024-02-15T22:59:58.118Z Compiling unicode-xid v0.2.4
19932024-02-15T22:59:58.201Z Compiling openssl v0.10.60
19942024-02-15T22:59:58.457Z Compiling futures-sink v0.3.30
19952024-02-15T22:59:58.575Z Compiling synstructure v0.12.6
19962024-02-15T22:59:58.809Z Compiling tinyvec_macros v0.1.1
19972024-02-15T23:00:02.696Z Compiling equivalent v1.0.1
19982024-02-15T23:00:02.696Z Compiling tinyvec v1.6.0
19992024-02-15T23:00:02.696Z Compiling futures-channel v0.3.30
20002024-02-15T23:00:02.696Z Compiling ppv-lite86 v0.2.17
20012024-02-15T23:00:02.696Z Compiling futures-task v0.3.30
20022024-02-15T23:00:02.696Z Compiling crc32fast v1.3.2
20032024-02-15T23:00:02.696Z Compiling pin-utils v0.1.0
20042024-02-15T23:00:02.858Z Compiling native-tls v0.2.11
20052024-02-15T23:00:02.859Z Compiling rustls v0.21.9
20062024-02-15T23:00:02.859Z Compiling futures-io v0.3.30
20072024-02-15T23:00:02.859Z Compiling rand_chacha v0.3.1
20082024-02-15T23:00:02.859Z Compiling unicode-normalization v0.1.22
20092024-02-15T23:00:02.859Z Compiling bzip2-sys v0.1.11+1.0.8
20102024-02-15T23:00:02.859Z Compiling spin v0.9.8
20112024-02-15T23:00:02.859Z Compiling tracing-core v0.1.31
20122024-02-15T23:00:02.859Z Compiling unicode-bidi v0.3.13
20132024-02-15T23:00:02.859Z Compiling base64ct v1.6.0
20142024-02-15T23:00:02.859Z Compiling pem-rfc7468 v0.7.0
20152024-02-15T23:00:06.960Z Compiling rand v0.8.5
20162024-02-15T23:00:06.960Z Compiling errno v0.3.8
20172024-02-15T23:00:06.960Z Compiling num-iter v0.1.43
20182024-02-15T23:00:06.960Z Compiling usdt-impl v0.3.5
20192024-02-15T23:00:06.960Z Compiling schemars v0.8.16
20202024-02-15T23:00:06.960Z Compiling rustix v0.38.31
20212024-02-15T23:00:06.960Z Compiling serde_derive v1.0.196
20222024-02-15T23:00:06.960Z Compiling zeroize_derive v1.4.2
20232024-02-15T23:00:06.960Z Compiling zerocopy-derive v0.7.32
20242024-02-15T23:00:06.960Z Compiling thiserror-impl v1.0.56
20252024-02-15T23:00:06.960Z Compiling tokio-macros v2.2.0
20262024-02-15T23:00:06.960Z Compiling futures-macro v0.3.30
20272024-02-15T23:00:06.960Z Compiling tracing-attributes v0.1.26
20282024-02-15T23:00:06.960Z Compiling der_derive v0.7.2
20292024-02-15T23:00:06.961Z Compiling zeroize v1.7.0
20302024-02-15T23:00:06.961Z Compiling zerocopy v0.7.32
20312024-02-15T23:00:06.965Z Compiling pest v2.7.6
20322024-02-15T23:00:06.965Z Compiling zerocopy-derive v0.2.0
20332024-02-15T23:00:06.965Z Compiling crypto-common v0.1.6
20342024-02-15T23:00:06.965Z Compiling block-buffer v0.10.4
20352024-02-15T23:00:06.965Z Compiling digest v0.10.7
20362024-02-15T23:00:06.965Z Compiling openssl-macros v0.1.1
20372024-02-15T23:00:07.084Z Compiling hashbrown v0.14.2
20382024-02-15T23:00:07.794Z Compiling futures-util v0.3.30
20392024-02-15T23:00:07.809Z Compiling tracing v0.1.37
20402024-02-15T23:00:07.933Z Compiling scroll_derive v0.12.0
20412024-02-15T23:00:07.954Z Compiling zerocopy-derive v0.6.4
20422024-02-15T23:00:08.230Z Compiling signal-hook v0.3.17
20432024-02-15T23:00:08.516Z Compiling pest_meta v2.7.6
20442024-02-15T23:00:08.776Z Compiling flagset v0.4.3
20452024-02-15T23:00:08.979Z Compiling der v0.7.8
20462024-02-15T23:00:10.245Z Compiling pest_generator v2.7.6
20472024-02-15T23:00:10.249Z Compiling serde_derive_internals v0.26.0
20482024-02-15T23:00:12.771Z Compiling pest_derive v2.7.6
20492024-02-15T23:00:13.502Z Compiling fnv v1.0.7
20502024-02-15T23:00:13.626Z Compiling bitflags v1.3.2
20512024-02-15T23:00:14.626Z Compiling schemars_derive v0.8.16
20522024-02-15T23:00:15.135Z Compiling spki v0.7.2
20532024-02-15T23:00:15.576Z Compiling zerocopy v0.3.0
20542024-02-15T23:00:16.166Z Compiling lazy_static v1.4.0
20552024-02-15T23:00:17.228Z Compiling bytes v1.5.0
20562024-02-15T23:00:17.328Z Compiling bitflags v2.4.0
20572024-02-15T23:00:17.721Z Compiling tokio v1.36.0
20582024-02-15T23:00:17.872Z Compiling indexmap v2.2.2
20592024-02-15T23:00:18.640Z Compiling rustc_version v0.4.0
20602024-02-15T23:00:19.004Z Compiling heapless v0.7.16
20612024-02-15T23:00:19.421Z Compiling http v0.2.11
20622024-02-15T23:00:19.659Z Compiling uuid v1.7.0
20632024-02-15T23:00:20.349Z Compiling backtrace v0.3.69
20642024-02-15T23:00:20.444Z Compiling thread-id v4.2.0
20652024-02-15T23:00:20.990Z Compiling num-bigint v0.4.4
20662024-02-15T23:00:20.990Z Compiling memoffset v0.9.0
20672024-02-15T23:00:20.990Z Compiling foreign-types-shared v0.1.1
20682024-02-15T23:00:20.990Z Compiling percent-encoding v2.3.1
20692024-02-15T23:00:20.990Z Compiling untrusted v0.9.0
20702024-02-15T23:00:20.990Z Compiling iana-time-zone v0.1.57
20712024-02-15T23:00:20.990Z Compiling base64 v0.21.7
20722024-02-15T23:00:20.990Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20732024-02-15T23:00:21.232Z Compiling untrusted v0.7.1
20742024-02-15T23:00:21.738Z Compiling crossbeam-utils v0.8.16
20752024-02-15T23:00:21.800Z Compiling smoltcp v0.9.1
20762024-02-15T23:00:22.044Z Compiling async-trait v0.1.77
20772024-02-15T23:00:22.431Z Compiling chrono v0.4.31
20782024-02-15T23:00:22.865Z Compiling foreign-types v0.3.2
20792024-02-15T23:00:24.378Z Compiling dof v0.1.5
20802024-02-15T23:00:25.137Z Compiling dtrace-parser v0.1.14
20812024-02-15T23:00:25.639Z Compiling tokio-util v0.7.10
20822024-02-15T23:00:25.723Z Compiling hmac v0.12.1
20832024-02-15T23:00:25.905Z Compiling clap_derive v4.4.2
20842024-02-15T23:00:26.788Z Compiling anstyle v1.0.2
20852024-02-15T23:00:27.134Z Compiling utf8parse v0.2.1
20862024-02-15T23:00:27.151Z Compiling siphasher v0.3.11
20872024-02-15T23:00:27.204Z Compiling try-lock v0.2.4
20882024-02-15T23:00:27.341Z Compiling time-core v0.1.1
20892024-02-15T23:00:27.845Z Compiling cpufeatures v0.2.12
20902024-02-15T23:00:27.873Z Compiling adler v1.0.2
20912024-02-15T23:00:27.873Z Compiling rustversion v1.0.14
20922024-02-15T23:00:27.874Z Compiling time-macros v0.2.13
20932024-02-15T23:00:27.874Z Compiling sha2 v0.10.8
20942024-02-15T23:00:27.874Z Compiling miniz_oxide v0.7.1
20952024-02-15T23:00:28.587Z Compiling want v0.3.1
20962024-02-15T23:00:29.036Z Compiling anstyle-parse v0.2.1
20972024-02-15T23:00:30.625Z Compiling h2 v0.3.24
20982024-02-15T23:00:33.154Z Compiling rustls-webpki v0.101.7
20992024-02-15T23:00:33.309Z Compiling sct v0.7.0
21002024-02-15T23:00:34.061Z Compiling http-body v0.4.5
21012024-02-15T23:00:34.468Z Compiling form_urlencoded v1.2.1
21022024-02-15T23:00:34.743Z Compiling serde_tokenstream v0.1.7
21032024-02-15T23:00:34.839Z Compiling pkcs8 v0.10.2
21042024-02-15T23:00:35.278Z Compiling hubpack_derive v0.1.1
21052024-02-15T23:00:36.072Z Compiling socket2 v0.4.9
21062024-02-15T23:00:36.084Z Compiling crossbeam-epoch v0.9.15
21072024-02-15T23:00:36.092Z Compiling usdt-impl v0.5.0
21082024-02-15T23:00:36.491Z Compiling anyhow v1.0.75
21092024-02-15T23:00:37.045Z Compiling httpdate v1.0.3
21102024-02-15T23:00:37.045Z Compiling colorchoice v1.0.0
21112024-02-15T23:00:37.146Z Compiling anstyle-query v1.0.0
21122024-02-15T23:00:37.277Z Compiling tower-service v0.3.2
21132024-02-15T23:00:37.399Z Compiling openssl-probe v0.1.5
21142024-02-15T23:00:37.520Z Compiling slog v2.7.0
21152024-02-15T23:00:37.542Z Compiling radium v0.7.0
21162024-02-15T23:00:37.983Z Compiling hyper v0.14.27
21172024-02-15T23:00:38.191Z Compiling anstream v0.5.0
21182024-02-15T23:00:41.984Z Compiling terminal_size v0.2.6
21192024-02-15T23:00:44.247Z Compiling serde_spanned v0.6.5
21202024-02-15T23:00:44.483Z Compiling toml_datetime v0.6.5
21212024-02-15T23:00:45.000Z Compiling zerocopy v0.6.4
21222024-02-15T23:00:45.953Z Compiling scroll v0.12.0
21232024-02-15T23:00:46.442Z Compiling md-5 v0.10.5
21242024-02-15T23:00:46.805Z Compiling stringprep v0.1.3
21252024-02-15T23:00:46.919Z Compiling idna v0.5.0
21262024-02-15T23:00:47.903Z Compiling diesel_table_macro_syntax v0.1.0
21272024-02-15T23:00:47.918Z Compiling aho-corasick v1.0.4
21282024-02-15T23:00:48.245Z Compiling hash32 v0.2.1
21292024-02-15T23:00:48.294Z Compiling stable_deref_trait v1.2.0
21302024-02-15T23:00:48.316Z Compiling clap_lex v0.5.1
21312024-02-15T23:00:48.347Z Compiling tap v1.0.1
21322024-02-15T23:00:48.375Z Compiling regex-syntax v0.8.2
21332024-02-15T23:00:48.596Z Compiling dyn-clone v1.0.16
21342024-02-15T23:00:48.668Z Compiling maybe-uninit v2.0.0
21352024-02-15T23:00:48.774Z Compiling winnow v0.5.15
21362024-02-15T23:00:49.048Z Compiling plain v0.2.3
21372024-02-15T23:00:49.543Z Compiling gimli v0.28.0
21382024-02-15T23:00:49.543Z Compiling strsim v0.10.0
21392024-02-15T23:00:49.544Z Compiling fallible-iterator v0.2.0
21402024-02-15T23:00:50.087Z Compiling clap_builder v4.4.2
21412024-02-15T23:00:50.098Z Compiling goblin v0.8.0
21422024-02-15T23:00:50.175Z Compiling postgres-protocol v0.6.6
21432024-02-15T23:00:51.862Z Compiling wyz v0.5.1
21442024-02-15T23:00:52.352Z Compiling regex-automata v0.4.4
21452024-02-15T23:00:52.681Z Compiling diesel_derives v2.1.2
21462024-02-15T23:00:54.099Z Compiling addr2line v0.21.0
21472024-02-15T23:00:54.643Z Compiling url v2.5.0
21482024-02-15T23:00:55.761Z Compiling tokio-rustls v0.24.1
21492024-02-15T23:00:56.573Z Compiling strum_macros v0.25.2
21502024-02-15T23:00:59.850Z Compiling tokio-native-tls v0.3.1
21512024-02-15T23:00:59.936Z Compiling usdt-attr-macro v0.3.5
21522024-02-15T23:01:00.036Z Compiling usdt-macro v0.3.5
21532024-02-15T23:01:01.299Z Compiling phf_shared v0.11.2
21542024-02-15T23:01:01.830Z Compiling block-padding v0.3.3
21552024-02-15T23:01:01.867Z Compiling enum-as-inner v0.5.1
21562024-02-15T23:01:02.032Z Compiling serde_repr v0.1.16
21572024-02-15T23:01:02.563Z Compiling ff v0.13.0
21582024-02-15T23:01:02.715Z Compiling scheduled-thread-pool v0.2.7
21592024-02-15T23:01:03.102Z Compiling object v0.32.1
21602024-02-15T23:01:03.204Z Compiling base16ct v0.2.0
21612024-02-15T23:01:03.484Z Compiling regex-automata v0.1.10
21622024-02-15T23:01:04.125Z Compiling ipnet v2.9.0
21632024-02-15T23:01:04.546Z Compiling deranged v0.3.8
21642024-02-15T23:01:05.837Z Compiling bit-vec v0.6.3
21652024-02-15T23:01:07.081Z Compiling managed v0.8.0
21662024-02-15T23:01:07.235Z Compiling funty v2.0.0
21672024-02-15T23:01:07.456Z Compiling num_threads v0.1.6
21682024-02-15T23:01:07.677Z Compiling rustc-demangle v0.1.23
21692024-02-15T23:01:07.781Z Compiling num-bigint-dig v0.8.4
21702024-02-15T23:01:08.402Z Compiling pretty-hex v0.4.1
21712024-02-15T23:01:08.605Z Compiling matches v0.1.10
21722024-02-15T23:01:08.696Z Compiling packed_struct v0.10.1
21732024-02-15T23:01:09.285Z Compiling idna v0.2.3
21742024-02-15T23:01:09.285Z Compiling dof v0.3.0
21752024-02-15T23:01:10.201Z Compiling bitvec v1.0.1
21762024-02-15T23:01:11.275Z Compiling time v0.3.27
21772024-02-15T23:01:13.281Z Compiling bstr v0.2.17
21782024-02-15T23:01:14.624Z Compiling sec1 v0.7.3
21792024-02-15T23:01:14.810Z Compiling r2d2 v0.8.10
21802024-02-15T23:01:15.285Z Compiling group v0.13.0
21812024-02-15T23:01:15.297Z Compiling inout v0.1.3
21822024-02-15T23:01:15.297Z Compiling phf v0.11.2
21832024-02-15T23:01:16.181Z Compiling hyper-tls v0.5.0
21842024-02-15T23:01:16.551Z Compiling regex v1.10.3
21852024-02-15T23:01:16.613Z Compiling hyper-rustls v0.24.2
21862024-02-15T23:01:16.900Z Compiling signal-hook-mio v0.2.3
21872024-02-15T23:01:17.123Z Compiling clap v4.4.3
21882024-02-15T23:01:17.167Z Compiling ipnetwork v0.20.0
21892024-02-15T23:01:17.586Z Compiling flate2 v1.0.28
21902024-02-15T23:01:17.960Z Compiling bzip2 v0.4.4
21912024-02-15T23:01:17.992Z Compiling toml_edit v0.19.15
21922024-02-15T23:01:18.396Z Compiling postgres-types v0.2.6
21932024-02-15T23:01:18.879Z Compiling hubpack v0.1.2
21942024-02-15T23:01:19.296Z Compiling serde_urlencoded v0.7.1
21952024-02-15T23:01:19.296Z Compiling rustls-pemfile v1.0.3
21962024-02-15T23:01:19.296Z Compiling phf_shared v0.10.0
21972024-02-15T23:01:19.314Z Compiling hkdf v0.12.4
21982024-02-15T23:01:19.640Z Compiling dtrace-parser v0.2.0
21992024-02-15T23:01:19.806Z Compiling futures-executor v0.3.30
22002024-02-15T23:01:22.142Z Compiling crypto-bigint v0.5.2
22012024-02-15T23:01:22.393Z Compiling packed_struct_codegen v0.10.1
22022024-02-15T23:01:22.996Z Compiling float-cmp v0.9.0
22032024-02-15T23:01:23.787Z Compiling indexmap v1.9.3
22042024-02-15T23:01:24.022Z Compiling encoding_rs v0.8.33
22052024-02-15T23:01:24.086Z Compiling new_debug_unreachable v1.0.4
22062024-02-15T23:01:24.181Z Compiling predicates-core v1.0.6
22072024-02-15T23:01:24.708Z Compiling webpki-roots v0.25.2
22082024-02-15T23:01:24.708Z Compiling mime v0.3.17
22092024-02-15T23:01:24.972Z Compiling unicode-segmentation v1.10.1
22102024-02-15T23:01:25.113Z Compiling fixedbitset v0.4.2
22112024-02-15T23:01:25.158Z Compiling either v1.9.0
22122024-02-15T23:01:25.275Z Compiling regex-automata v0.3.8
22132024-02-15T23:01:25.483Z Compiling precomputed-hash v0.1.1
22142024-02-15T23:01:25.502Z Compiling static_assertions v1.1.0
22152024-02-15T23:01:25.591Z Compiling unicode-width v0.1.11
22162024-02-15T23:01:25.735Z Compiling crc-catalog v2.2.0
22172024-02-15T23:01:25.771Z Compiling nodrop v0.1.14
22182024-02-15T23:01:25.781Z Compiling whoami v1.4.1
22192024-02-15T23:01:25.872Z Compiling data-encoding v2.4.0
22202024-02-15T23:01:26.477Z Compiling minimal-lexical v0.2.1
22212024-02-15T23:01:26.951Z Compiling normalize-line-endings v0.3.0
22222024-02-15T23:01:27.647Z Compiling difflib v0.4.0
22232024-02-15T23:01:27.652Z Compiling bstr v1.6.0
22242024-02-15T23:01:27.688Z Compiling nom v7.1.3
22252024-02-15T23:01:28.977Z Compiling predicates v3.1.0
22262024-02-15T23:01:29.159Z Compiling trust-dns-proto v0.22.0
22272024-02-15T23:01:32.702Z Compiling reqwest v0.11.22
22282024-02-15T23:01:32.839Z Compiling tokio-postgres v0.7.10
22292024-02-15T23:01:34.538Z Compiling crc v3.0.1
22302024-02-15T23:01:35.276Z Compiling array-init v0.0.4
22312024-02-15T23:01:36.669Z Compiling console v0.15.8
22322024-02-15T23:01:36.983Z Compiling similar v2.3.0
22332024-02-15T23:01:37.746Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22342024-02-15T23:01:38.455Z Compiling string_cache v0.8.7
22352024-02-15T23:01:38.467Z Compiling itertools v0.10.5
22362024-02-15T23:01:39.096Z Compiling petgraph v0.6.4
22372024-02-15T23:01:44.421Z Compiling elliptic-curve v0.13.8
22382024-02-15T23:01:47.115Z Compiling toml v0.7.8
22392024-02-15T23:01:48.049Z Compiling futures v0.3.30
22402024-02-15T23:01:49.534Z Compiling smallvec v0.6.14
22412024-02-15T23:01:49.574Z Compiling zip v0.6.6
22422024-02-15T23:01:49.774Z Compiling yasna v0.5.2
22432024-02-15T23:01:49.870Z Compiling diesel v2.1.4
22442024-02-15T23:01:50.874Z Compiling crossterm v0.27.0
22452024-02-15T23:01:51.431Z Compiling cipher v0.4.4
22462024-02-15T23:01:54.312Z Compiling bit-set v0.5.3
22472024-02-15T23:01:54.594Z Compiling usdt v0.3.5
22482024-02-15T23:01:54.941Z Compiling is-terminal v0.4.9
22492024-02-15T23:01:58.849Z Compiling toml_edit v0.21.1
22502024-02-15T23:02:02.172Z Compiling pkcs1 v0.7.5
22512024-02-15T23:02:03.361Z Compiling tokio-stream v0.1.14
22522024-02-15T23:02:03.522Z Compiling openapiv3 v2.0.0
22532024-02-15T23:02:03.555Z Compiling hex v0.4.3
22542024-02-15T23:02:04.771Z Compiling hashbrown v0.13.2
22552024-02-15T23:02:04.776Z Compiling signature v2.1.0
22562024-02-15T23:02:07.600Z Compiling hashbrown v0.12.3
22572024-02-15T23:02:14.447Z Compiling lalrpop-util v0.19.12
22582024-02-15T23:02:14.602Z Compiling bitfield v0.14.0
22592024-02-15T23:02:14.602Z Compiling termcolor v1.2.0
22602024-02-15T23:02:14.602Z Compiling env_logger v0.10.0
22612024-02-15T23:02:15.459Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22622024-02-15T23:02:22.789Z Compiling rsa v0.9.2
22632024-02-15T23:02:28.676Z Compiling serde-hex v0.1.0
22642024-02-15T23:02:32.998Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22652024-02-15T23:02:33.074Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22662024-02-15T23:02:35.272Z Compiling ron v0.8.1
22672024-02-15T23:02:36.427Z Compiling x509-cert v0.2.4
22682024-02-15T23:02:43.647Z Compiling crc-any v2.4.3
22692024-02-15T23:02:53.261Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22702024-02-15T23:03:07.008Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22712024-02-15T23:03:11.247Z Compiling object v0.30.4
22722024-02-15T23:03:15.795Z Compiling path-slash v0.1.5
22732024-02-15T23:03:22.846Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22742024-02-15T23:03:44.792Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22752024-02-15T23:03:45.551Z Finished release [optimized] target(s) in 3m 58s
22762024-02-15T23:03:46.033Z
22772024-02-15T23:03:46.038Zreal 3:58.878434287
22782024-02-15T23:03:46.038Zuser 26:24.568031412
22792024-02-15T23:03:46.038Zsys 2:59.163252749
22802024-02-15T23:03:46.038Ztrap 0.821012851
22812024-02-15T23:03:46.038Ztflt 1.630159374
22822024-02-15T23:03:46.038Zdflt 0.579932902
22832024-02-15T23:03:46.038Zkflt 0.007553226
22842024-02-15T23:03:46.038Zlock 59:31.077829066
22852024-02-15T23:03:46.038Zslp 1:17:22.468247061
22862024-02-15T23:03:46.038Zlat 1:22.906675864
22872024-02-15T23:03:46.038Zstop 1:12.574537335
22882024-02-15T23:03:46.038Z+ ptime -m gzip
22892024-02-15T23:03:46.493Z
22902024-02-15T23:03:46.498Zreal 0.455749598
22912024-02-15T23:03:46.498Zuser 0.449925529
22922024-02-15T23:03:46.498Zsys 0.005291228
22932024-02-15T23:03:46.498Ztrap 0.000031368
22942024-02-15T23:03:46.498Ztflt 0.000000000
22952024-02-15T23:03:46.499Zdflt 0.000000000
22962024-02-15T23:03:46.499Zkflt 0.000000000
22972024-02-15T23:03:46.499Zlock 0.000000000
22982024-02-15T23:03:46.499Zslp 0.000000000
22992024-02-15T23:03:46.499Zlat 0.000100416
23002024-02-15T23:03:46.499Zstop 0.000188502
23012024-02-15T23:03:46.500Z+ banner tufaceous
23022024-02-15T23:03:46.500Z
23032024-02-15T23:03:46.500Z ##### # # ###### ## #### ###### #### # # ####
23042024-02-15T23:03:46.500Z # # # # # # # # # # # # # #
23052024-02-15T23:03:46.500Z # # # ##### # # # ##### # # # # ####
23062024-02-15T23:03:46.500Z # # # # ###### # # # # # # #
23072024-02-15T23:03:46.500Z # # # # # # # # # # # # # # #
23082024-02-15T23:03:46.501Z # #### # # # #### ###### #### #### ####
23092024-02-15T23:03:46.501Z
23102024-02-15T23:03:46.501Z+ ptime -m cargo build --locked -p tufaceous --release
23112024-02-15T23:03:46.505Z Downloading crates ...
23122024-02-15T23:03:46.803Z Downloaded fs-err v2.11.0
23132024-02-15T23:03:46.809Z Downloaded buf-list v1.0.3
23142024-02-15T23:03:46.818Z Downloaded doc-comment v0.3.3
23152024-02-15T23:03:46.821Z Downloaded parse-size v1.0.0
23162024-02-15T23:03:46.826Z Downloaded serde_plain v1.0.2
23172024-02-15T23:03:46.829Z Downloaded humantime v2.1.0
23182024-02-15T23:03:46.829Z Downloaded olpc-cjson v0.1.3
23192024-02-15T23:03:46.833Z Downloaded async-recursion v1.0.5
23202024-02-15T23:03:46.836Z Downloaded pin-project-internal v1.1.3
23212024-02-15T23:03:46.840Z Downloaded typed-path v0.7.0
23222024-02-15T23:03:46.844Z Downloaded snafu v0.7.5
23232024-02-15T23:03:46.847Z Downloaded tough v0.16.0
23242024-02-15T23:03:46.855Z Downloaded pin-project v1.1.3
23252024-02-15T23:03:46.865Z Downloaded globset v0.4.13
23262024-02-15T23:03:46.869Z Downloaded snafu-derive v0.7.5
23272024-02-15T23:03:46.961Z Compiling serde_tokenstream v0.2.0
23282024-02-15T23:03:47.025Z Compiling regress v0.7.1
23292024-02-15T23:03:47.037Z Compiling dirs-sys-next v0.1.2
23302024-02-15T23:03:47.042Z Compiling rustls-pki-types v1.1.0
23312024-02-15T23:03:47.042Z Compiling ident_case v1.0.1
23322024-02-15T23:03:47.066Z Compiling thread_local v1.1.7
23332024-02-15T23:03:47.078Z Compiling rustls v0.22.2
23342024-02-15T23:03:47.355Z Compiling dirs-next v2.0.0
23352024-02-15T23:03:47.467Z Compiling slog-async v2.8.0
23362024-02-15T23:03:47.565Z Compiling heck v0.4.1
23372024-02-15T23:03:47.813Z Compiling camino v1.1.6
23382024-02-15T23:03:47.953Z Compiling term v0.7.0
23392024-02-15T23:03:48.114Z Compiling rustls-webpki v0.102.1
23402024-02-15T23:03:48.198Z Compiling darling_core v0.20.3
23412024-02-15T23:03:48.223Z Compiling crossbeam-channel v0.5.8
23422024-02-15T23:03:48.396Z Compiling getopts v0.2.21
23432024-02-15T23:03:48.750Z Compiling structmeta-derive v0.3.0
23442024-02-15T23:03:49.286Z Compiling atty v0.2.14
23452024-02-15T23:03:49.413Z Compiling multer v3.0.0
23462024-02-15T23:03:49.717Z Compiling paste v1.0.14
23472024-02-15T23:03:49.982Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23482024-02-15T23:03:51.541Z Compiling unsafe-libyaml v0.2.10
23492024-02-15T23:03:51.556Z Compiling doc-comment v0.3.3
23502024-02-15T23:03:52.089Z Compiling match_cfg v0.1.0
23512024-02-15T23:03:52.184Z Compiling take_mut v0.2.2
23522024-02-15T23:03:52.867Z Compiling hostname v0.3.1
23532024-02-15T23:03:53.078Z Compiling serde_yaml v0.9.25
23542024-02-15T23:03:53.256Z Compiling structmeta v0.3.0
23552024-02-15T23:03:53.489Z Compiling slog-term v2.9.0
23562024-02-15T23:03:53.693Z Compiling darling_macro v0.20.3
23572024-02-15T23:03:54.699Z Compiling darling v0.20.3
23582024-02-15T23:03:56.493Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23592024-02-15T23:03:56.501Z Compiling slog-json v2.6.1
23602024-02-15T23:03:56.700Z Compiling http v1.0.0
23612024-02-15T23:03:56.953Z Compiling pin-project-internal v1.1.3
23622024-02-15T23:03:57.048Z Compiling async-stream-impl v0.3.5
23632024-02-15T23:03:57.883Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23642024-02-15T23:03:58.108Z Compiling fastrand v2.0.1
23652024-02-15T23:03:58.189Z Compiling atomic-waker v1.1.1
23662024-02-15T23:03:58.296Z Compiling async-stream v0.3.5
23672024-02-15T23:03:58.371Z Compiling waitgroup v0.1.2
23682024-02-15T23:03:58.998Z Compiling tempfile v3.10.0
23692024-02-15T23:03:59.003Z Compiling tokio-rustls v0.25.0
23702024-02-15T23:03:59.315Z Compiling slog-bunyan v2.5.0
23712024-02-15T23:03:59.654Z Compiling serde_with_macros v3.6.0
23722024-02-15T23:03:59.751Z Compiling pin-project v1.1.3
23732024-02-15T23:03:59.905Z Compiling parse-display-derive v0.9.0
23742024-02-15T23:04:02.115Z Compiling toml v0.8.9
23752024-02-15T23:04:02.115Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23762024-02-15T23:04:02.115Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23772024-02-15T23:04:02.115Z Compiling rustls-pemfile v2.0.0
23782024-02-15T23:04:02.487Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23792024-02-15T23:04:02.673Z Compiling sha1 v0.10.6
23802024-02-15T23:04:03.590Z Compiling snafu-derive v0.7.5
23812024-02-15T23:04:03.929Z Compiling serde_path_to_error v0.1.15
23822024-02-15T23:04:03.976Z Compiling instant v0.1.12
23832024-02-15T23:04:03.994Z Compiling fs-err v2.11.0
23842024-02-15T23:04:04.123Z Compiling debug-ignore v1.0.5
23852024-02-15T23:04:04.282Z Compiling same-file v1.0.6
23862024-02-15T23:04:04.732Z Compiling buf-list v1.0.3
23872024-02-15T23:04:04.736Z Compiling arc-swap v1.6.0
23882024-02-15T23:04:04.964Z Compiling walkdir v2.4.0
23892024-02-15T23:04:05.754Z Compiling slog-scope v4.4.0
23902024-02-15T23:04:06.376Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23912024-02-15T23:04:06.522Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23922024-02-15T23:04:06.712Z Compiling backoff v0.4.0
23932024-02-15T23:04:07.099Z Compiling parse-display v0.9.0
23942024-02-15T23:04:07.605Z Compiling serde_with v3.6.0
23952024-02-15T23:04:08.685Z Compiling snafu v0.7.5
23962024-02-15T23:04:09.035Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972024-02-15T23:04:09.769Z Compiling globset v0.4.13
23982024-02-15T23:04:10.552Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23992024-02-15T23:04:10.569Z Compiling strum v0.25.0
24002024-02-15T23:04:10.569Z Compiling pem v3.0.2
24012024-02-15T23:04:12.191Z Compiling olpc-cjson v0.1.3
24022024-02-15T23:04:12.502Z Compiling serde_plain v1.0.2
24032024-02-15T23:04:12.753Z Compiling macaddr v1.0.1
24042024-02-15T23:04:13.033Z Compiling async-recursion v1.0.5
24052024-02-15T23:04:13.250Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24062024-02-15T23:04:13.465Z Compiling xattr v1.0.1
24072024-02-15T23:04:13.752Z Compiling filetime v0.2.23
24082024-02-15T23:04:14.042Z Compiling typed-path v0.7.0
24092024-02-15T23:04:14.084Z Compiling tar v0.4.40
24102024-02-15T23:04:18.770Z Compiling tough v0.16.0
24112024-02-15T23:04:20.840Z Compiling slog-stdlog v4.1.1
24122024-02-15T23:04:21.782Z Compiling camino-tempfile v1.1.1
24132024-02-15T23:04:22.438Z Compiling itertools v0.12.1
24142024-02-15T23:04:22.950Z Compiling parse-size v1.0.0
24152024-02-15T23:04:22.950Z Compiling slog-envlogger v2.2.0
24162024-02-15T23:04:25.702Z Compiling humantime v2.1.0
24172024-02-15T23:04:29.466Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24182024-02-15T23:04:29.580Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24192024-02-15T23:04:39.383Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24202024-02-15T23:04:41.218Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24212024-02-15T23:05:02.255Z Finished release [optimized] target(s) in 1m 14s
24222024-02-15T23:05:02.345Z
24232024-02-15T23:05:02.345Zreal 1:14.403496479
24242024-02-15T23:05:02.345Zuser 8:17.523126783
24252024-02-15T23:05:02.345Zsys 36.461690738
24262024-02-15T23:05:02.345Ztrap 0.239834743
24272024-02-15T23:05:02.345Ztflt 0.404063679
24282024-02-15T23:05:02.345Zdflt 0.266692172
24292024-02-15T23:05:02.345Zkflt 0.006030194
24302024-02-15T23:05:02.345Zlock 17:06.541249597
24312024-02-15T23:05:02.345Zslp 18:39.941583973
24322024-02-15T23:05:02.345Zlat 17.068385612
24332024-02-15T23:05:02.345Zstop 12.558736951
24342024-02-15T23:05:02.345Z+ ptime -m gzip
24352024-02-15T23:05:02.404Z
24362024-02-15T23:05:02.404Zreal 1.743936509
24372024-02-15T23:05:02.404Zuser 1.728137017
24382024-02-15T23:05:02.405Zsys 0.014398227
24392024-02-15T23:05:02.405Ztrap 0.000399235
24402024-02-15T23:05:02.405Ztflt 0.000000000
24412024-02-15T23:05:02.405Zdflt 0.000000000
24422024-02-15T23:05:02.405Zkflt 0.000000000
24432024-02-15T23:05:02.405Zlock 0.000000000
24442024-02-15T23:05:02.405Zslp 0.000000000
24452024-02-15T23:05:02.405Zlat 0.000605945
24462024-02-15T23:05:02.405Zstop 0.000180193
24472024-02-15T23:05:02.405Zprocess exited: duration 812299 ms, exit code 0
 
24482024-02-15T23:05:02.489Zfound 5 output files
24492024-02-15T23:05:02.489Zuploading: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz (10676709 bytes)
24502024-02-15T23:05:05.559Zuploaded: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz
24512024-02-15T23:05:05.569Zuploading: /work/end-to-end-tests/bootstrap.gz (108933723 bytes)
24522024-02-15T23:05:38.309Zuploaded: /work/end-to-end-tests/bootstrap.gz
24532024-02-15T23:05:38.309Zuploading: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz (112153692 bytes)
24542024-02-15T23:06:08.495Zuploaded: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz
24552024-02-15T23:06:08.495Zuploading: /work/caboose-util.gz (4102787 bytes)
24562024-02-15T23:06:09.890Zuploaded: /work/caboose-util.gz
24572024-02-15T23:06:09.891Zuploading: /work/tufaceous.gz (15851424 bytes)
24582024-02-15T23:06:15.864Zuploaded: /work/tufaceous.gz