01HQCMQ82DGHAAPNW4B5YRASX4: 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: 01HQCMQGD5PKJPY0DWKRA4GYB6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-24T04:08:09.883Zjob assigned to worker 01HQCMQK6KXTAS2CX3VK7KCTJW (queued for 52 s)
 
22024-02-24T04:08:10.431Zstarting task 0: "setup"
32024-02-24T04:08:10.507Z++ uname -s
42024-02-24T04:08:10.513Z+ kern=SunOS
52024-02-24T04:08:10.513Z+ case "$kern" in
62024-02-24T04:08:10.513Z+ groupadd -g 12345 build
72024-02-24T04:08:10.513Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-24T04:08:12.520Z+ zfs create -o mountpoint=/work rpool/work
92024-02-24T04:08:12.607Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-24T04:08:12.610Z+ home_fs=zfs
112024-02-24T04:08:12.610Z+ [[ zfs == autofs ]]
122024-02-24T04:08:12.610Z+ mkdir -p /home/build
132024-02-24T04:08:12.613Z+ chown build:build /home/build /work
142024-02-24T04:08:14.620Z+ chmod 0700 /home/build /work
152024-02-24T04:08:14.627Zprocess exited: duration 4187 ms, exit code 0
 
162024-02-24T04:08:14.652Zstarting task 1: "rust-toolchain"
172024-02-24T04:08:15.059Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-24T04:08:15.059Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-24T04:08:15.059Zinfo: downloading installer
202024-02-24T04:08:16.603Zwarning: it looks like you have an existing installation of Rust at:
212024-02-24T04:08:16.603Zwarning: /opt/ooce/bin
222024-02-24T04:08:16.603Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-24T04:08:16.604Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-24T04:08:16.604Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-24T04:08:16.604Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-24T04:08:16.604Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-24T04:08:16.604Zerror: cannot install while Rust is installed
282024-02-24T04:08:16.604Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-24T04:08:16.687Zinfo: profile set to 'default'
302024-02-24T04:08:16.687Zinfo: default host triple is x86_64-unknown-illumos
312024-02-24T04:08:16.694Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-24T04:08:16.844Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-24T04:08:16.844Zinfo: downloading component 'cargo'
342024-02-24T04:08:17.662Zinfo: downloading component 'clippy'
352024-02-24T04:08:17.958Zinfo: downloading component 'rust-docs'
362024-02-24T04:08:18.982Zinfo: downloading component 'rust-std'
372024-02-24T04:08:20.823Zinfo: downloading component 'rustc'
382024-02-24T04:08:25.338Zinfo: downloading component 'rustfmt'
392024-02-24T04:08:25.655Zinfo: installing component 'cargo'
402024-02-24T04:08:26.523Zinfo: installing component 'clippy'
412024-02-24T04:08:26.923Zinfo: installing component 'rust-docs'
422024-02-24T04:08:28.439Zinfo: installing component 'rust-std'
432024-02-24T04:08:30.343Zinfo: installing component 'rustc'
442024-02-24T04:08:34.529Zinfo: installing component 'rustfmt'
452024-02-24T04:08:34.880Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-24T04:08:34.880Z
472024-02-24T04:08:35.191Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-24T04:08:35.191Z
492024-02-24T04:08:35.191Z
502024-02-24T04:08:35.191ZRust is installed now. Great!
512024-02-24T04:08:35.191Z
522024-02-24T04:08:35.191ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-24T04:08:35.191Zenvironment variable. This has not been done automatically.
542024-02-24T04:08:35.191Z
552024-02-24T04:08:35.191ZTo configure your current shell, run:
562024-02-24T04:08:35.191Zsource "$HOME/.cargo/env"
572024-02-24T04:08:35.250Z+ rustc --version
582024-02-24T04:08:35.311Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-24T04:08:35.315Zprocess exited: duration 20665 ms, exit code 0
 
602024-02-24T04:08:35.321Zstarting task 2: "authentication"
612024-02-24T04:08:35.342Zprocess exited: duration 21 ms, exit code 0
 
622024-02-24T04:08:35.351Zstarting task 3: "clone repository"
632024-02-24T04:08:35.355Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-24T04:08:35.358Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-24T04:08:35.619ZCloning into '/work/oxidecomputer/omicron'...
662024-02-24T04:08:41.457Z+ cd /work/oxidecomputer/omicron
672024-02-24T04:08:41.457Z+ git fetch origin 640a0246199d593c00fd53cf90a8e736eec32b85
682024-02-24T04:08:41.789ZFrom https://github.com/oxidecomputer/omicron
692024-02-24T04:08:41.789Z * branch 640a0246199d593c00fd53cf90a8e736eec32b85 -> FETCH_HEAD
702024-02-24T04:08:41.803Z+ [[ -n '' ]]
712024-02-24T04:08:41.803Z+ git reset --hard 640a0246199d593c00fd53cf90a8e736eec32b85
722024-02-24T04:08:42.226ZHEAD is now at 640a02461 chore(deps): update taiki-e/install-action digest to ffdab02
732024-02-24T04:08:42.226Zprocess exited: duration 6550 ms, exit code 0
 
742024-02-24T04:08:42.236Zstarting task 4: "build"
752024-02-24T04:08:42.243Z+ cargo --version
762024-02-24T04:08:42.250Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-24T04:08:42.410Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-24T04:08:42.410Zinfo: downloading component 'cargo'
792024-02-24T04:08:43.338Zinfo: downloading component 'clippy'
802024-02-24T04:08:43.633Zinfo: downloading component 'rust-docs'
812024-02-24T04:08:45.166Zinfo: downloading component 'rust-std'
822024-02-24T04:08:46.289Zinfo: downloading component 'rustc'
832024-02-24T04:08:50.620Zinfo: downloading component 'rustfmt'
842024-02-24T04:08:50.862Zinfo: installing component 'cargo'
852024-02-24T04:08:51.741Zinfo: installing component 'clippy'
862024-02-24T04:08:52.093Zinfo: installing component 'rust-docs'
872024-02-24T04:08:53.686Zinfo: installing component 'rust-std'
882024-02-24T04:08:55.290Zinfo: installing component 'rustc'
892024-02-24T04:08:59.646Zinfo: installing component 'rustfmt'
902024-02-24T04:08:59.669Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-24T04:08:59.669Z+ rustc --version
922024-02-24T04:08:59.687Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-24T04:08:59.696Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-02-24T04:09:14.209Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-02-24T04:09:15.547Z Startup: Caching catalogs ... Done
962024-02-24T04:09:17.092ZPlanning: Solver setup ... Done (1.204s)
972024-02-24T04:09:17.122ZPlanning: Running solver ... Done (0.030s)
982024-02-24T04:09:17.443ZPlanning: Finding local manifests ... Done (0.295s)
992024-02-24T04:09:17.453ZPlanning: Fetching manifests: 0/4 0% complete
1002024-02-24T04:09:18.188ZPlanning: Fetching manifests: 4/4 100% complete
1012024-02-24T04:09:18.235ZPlanning: Package planning ... Done (0.049s)
1022024-02-24T04:09:18.289ZPlanning: Merging actions ... Done (0.051s)
1032024-02-24T04:09:19.447ZPlanning: Checking for conflicting actions ... Done (1.156s)
1042024-02-24T04:09:19.457ZPlanning: Consolidating action changes ... Done (0.011s)
1052024-02-24T04:09:23.841ZPlanning: Evaluating mediators ... Done (4.385s)
1062024-02-24T04:09:23.851ZPlanning: Planning completed in 8.25 seconds
1072024-02-24T04:09:23.864Z Packages to install: 4
1082024-02-24T04:09:23.865Z Mediators to change: 2
1092024-02-24T04:09:23.868Z Services to change: 1
1102024-02-24T04:09:23.868Z Estimated space available: 148.87 GB
1112024-02-24T04:09:23.868ZEstimated space to be consumed: 1.41 GB
1122024-02-24T04:09:23.868Z Create boot environment: No
1132024-02-24T04:09:23.868ZCreate backup boot environment: No
1142024-02-24T04:09:23.868Z Rebuild boot archive: No
1152024-02-24T04:09:23.868Z
1162024-02-24T04:09:23.868ZChanged mediators:
1172024-02-24T04:09:23.868Z mediator clang:
1182024-02-24T04:09:23.868Z version: None -> 15 (system default)
1192024-02-24T04:09:23.868Z
1202024-02-24T04:09:23.868Z mediator llvm:
1212024-02-24T04:09:23.868Z version: 14 (system default) -> 15 (system default)
1222024-02-24T04:09:23.868Z
1232024-02-24T04:09:23.868ZChanged packages:
1242024-02-24T04:09:23.868Zhelios-dev
1252024-02-24T04:09:23.868Z developer/build-essential
1262024-02-24T04:09:23.868Z None -> 11-2.0
1272024-02-24T04:09:23.869Z library/libxmlsec1
1282024-02-24T04:09:23.869Z None -> 1.2.35-2.0
1292024-02-24T04:09:23.869Z ooce/developer/clang-15
1302024-02-24T04:09:23.869Z None -> 15.0.7-2.0
1312024-02-24T04:09:23.869Z ooce/developer/llvm-15
1322024-02-24T04:09:23.869Z None -> 15.0.7-2.0
1332024-02-24T04:09:23.869Z
1342024-02-24T04:09:23.869ZServices:
1352024-02-24T04:09:23.869Z restart_fmri:
1362024-02-24T04:09:23.869Z svc:/system/update-man-index:default
1372024-02-24T04:09:24.146Z
1382024-02-24T04:09:24.146ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-02-24T04:09:29.146ZDownload: 656/3290 items 3.8/212.6MB 1% complete (785k/s)
1402024-02-24T04:09:34.146ZDownload: 1295/3290 items 113.8/212.6MB 53% complete (11.5M/s)
1412024-02-24T04:09:39.150ZDownload: 2080/3290 items 118.8/212.6MB 55% complete (11.5M/s)
1422024-02-24T04:09:44.150ZDownload: 2860/3290 items 121.1/212.6MB 56% complete (902k/s)
1432024-02-24T04:09:49.608ZDownload: 3246/3290 items 203.0/212.6MB 95% complete (8.4M/s)
1442024-02-24T04:09:55.070ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1452024-02-24T04:09:58.222ZDownload: Completed 212.60 MB in 34.08 seconds (6.2M/s)
1462024-02-24T04:09:58.412Z Actions: 1/3689 actions (Installing new actions)
1472024-02-24T04:10:03.429Z Actions: 3558/3689 actions (Installing new actions)
1482024-02-24T04:10:03.838Z Actions: Completed 3689 actions in 5.42 seconds.
1492024-02-24T04:10:04.012Z Done (0.171s)
1502024-02-24T04:10:04.012Z Done (0.000s)
1512024-02-24T04:10:04.237Z Done (0.225s)
1522024-02-24T04:10:09.722Z Done (5.358s)
1532024-02-24T04:10:09.891Z Done (0.093s)
1542024-02-24T04:10:09.895Z Done (0.000s)
1552024-02-24T04:10:10.032Z Done (0.000s)
1562024-02-24T04:10:10.565ZPlanning: Evaluating mediator changes ... Done
1572024-02-24T04:10:10.736ZPlanning: Checking for conflicting actions ... Done
1582024-02-24T04:10:10.745ZPlanning: Consolidating action changes ... Done
1592024-02-24T04:10:11.010ZPlanning: Evaluating mediators ... Done
1602024-02-24T04:10:11.013ZPlanning: Planning completed in 0.45 seconds
1612024-02-24T04:10:11.043Z Mediators to change: 2
1622024-02-24T04:10:11.043Z Create boot environment: No
1632024-02-24T04:10:11.044ZCreate backup boot environment: No
1642024-02-24T04:10:11.109Z Done
1652024-02-24T04:10:11.109Z Done
1662024-02-24T04:10:11.243Z Done
1672024-02-24T04:10:15.152Z Done
1682024-02-24T04:10:15.245Z Done
1692024-02-24T04:10:15.245Z Done
1702024-02-24T04:10:15.334Z Done
1712024-02-24T04:10:16.010ZPlanning: Evaluating mediator changes ... Done
1722024-02-24T04:10:16.014ZPlanning: Merging actions ... Done
1732024-02-24T04:10:16.208ZPlanning: Checking for conflicting actions ... Done
1742024-02-24T04:10:16.212ZPlanning: Consolidating action changes ... Done
1752024-02-24T04:10:16.483ZPlanning: Evaluating mediators ... Done
1762024-02-24T04:10:16.543ZPlanning: Planning completed in 0.82 seconds
1772024-02-24T04:10:16.578Z Packages to change: 1
1782024-02-24T04:10:16.578Z Mediators to change: 1
1792024-02-24T04:10:16.578Z Services to change: 1
1802024-02-24T04:10:16.578Z Create boot environment: No
1812024-02-24T04:10:16.578ZCreate backup boot environment: Yes
1822024-02-24T04:10:18.549Z Actions: 1/6 actions (Updating modified actions)
1832024-02-24T04:10:18.620Z Actions: Completed 6 actions in 0.07 seconds.
1842024-02-24T04:10:18.620Z Done
1852024-02-24T04:10:18.620Z Done
1862024-02-24T04:10:18.669Z Done
1872024-02-24T04:10:22.524Z Done
1882024-02-24T04:10:22.614Z Done
1892024-02-24T04:10:22.617Z Done
1902024-02-24T04:10:22.714Z Done
1912024-02-24T04:10:23.170ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-02-24T04:10:23.170Zclang system 15 system
1932024-02-24T04:10:23.170Zcsh system system illumos
1942024-02-24T04:10:23.170Zctags system system illumos
1952024-02-24T04:10:23.170Zgcc vendor 12 vendor
1962024-02-24T04:10:23.170Zgcc system 10 system
1972024-02-24T04:10:23.170Zgcc system 7 system
1982024-02-24T04:10:23.170Zgo system 1.20 system
1992024-02-24T04:10:23.170Zgo system 1.19 system
2002024-02-24T04:10:23.170Zllvm system 15 system
2012024-02-24T04:10:23.171Zllvm system 14 system
2022024-02-24T04:10:23.171Zmariadb system 10.6 system
2032024-02-24T04:10:23.171Zmta vendor vendor dma
2042024-02-24T04:10:23.171Zopenjdk system 17 system
2052024-02-24T04:10:23.171Zopenjdk system 11 system
2062024-02-24T04:10:23.171Zopenjdk system 1.8 system
2072024-02-24T04:10:23.171Zopenssl vendor 3 vendor
2082024-02-24T04:10:23.171Zperl system 5.36 system
2092024-02-24T04:10:23.171Zpostgresql system 15 system
2102024-02-24T04:10:23.171Zpostgresql system 13 system
2112024-02-24T04:10:23.171Zpython vendor 3 vendor
2122024-02-24T04:10:23.171Zpython system 2 system
2132024-02-24T04:10:23.171Zpython3 system 3.11 system
2142024-02-24T04:10:23.171Zruby system 3.0 system
2152024-02-24T04:10:23.171Zwords vendor vendor american-english
2162024-02-24T04:10:23.171Zwords system system australian-english
2172024-02-24T04:10:23.171Zwords system system british-english
2182024-02-24T04:10:23.171Zwords system system canadian-english
2192024-02-24T04:10:23.171Zwords system system french
2202024-02-24T04:10:23.171Zwords system system italian
2212024-02-24T04:10:23.171Zwords system system ngerman
2222024-02-24T04:10:23.171Zwords system system ogerman
2232024-02-24T04:10:23.171Zwords system system spanish
2242024-02-24T04:10:23.521ZFMRI IFO
2252024-02-24T04:10:23.521Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-02-24T04:10:23.521Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-02-24T04:10:23.521Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-02-24T04:10:23.521Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-02-24T04:10:23.521Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-02-24T04:10:23.522Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-02-24T04:10:23.522Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2322024-02-24T04:10:23.522Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2332024-02-24T04:10:23.575Z+ set -o errexit
2342024-02-24T04:10:23.578Z+++ dirname ./tools/ci_download_cockroachdb
2352024-02-24T04:10:23.581Z++ cd ./tools
2362024-02-24T04:10:23.581Z++ pwd
2372024-02-24T04:10:23.581Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2382024-02-24T04:10:23.581Z++ basename ./tools/ci_download_cockroachdb
2392024-02-24T04:10:23.581Z+ ARG0=ci_download_cockroachdb
2402024-02-24T04:10:23.584Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2412024-02-24T04:10:23.584Z+ CIDL_VERSION=v22.1.9
2422024-02-24T04:10:23.584Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2432024-02-24T04:10:23.584Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2442024-02-24T04:10:23.584Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2452024-02-24T04:10:23.584Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2462024-02-24T04:10:23.585Z+ TARGET_DIR=out
2472024-02-24T04:10:23.585Z+ DOWNLOAD_DIR=out/downloads
2482024-02-24T04:10:23.585Z+ DEST_DIR=./out/cockroachdb
2492024-02-24T04:10:23.585Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2502024-02-24T04:10:23.585Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2512024-02-24T04:10:23.585Z+ main
2522024-02-24T04:10:23.585Z+ [[ 0 != 0 ]]
2532024-02-24T04:10:23.585Z+ CIDL_OS=solaris2.11
2542024-02-24T04:10:23.585Z+ [[ 0 != 0 ]]
2552024-02-24T04:10:23.585Z+ configure_os solaris2.11
2562024-02-24T04:10:23.588Z+ echo 'current directory: /work/oxidecomputer/omicron'
2572024-02-24T04:10:23.588Zcurrent directory: /work/oxidecomputer/omicron
2582024-02-24T04:10:23.588Zconfiguring based on OS: "solaris2.11"
2592024-02-24T04:10:23.588Z+ echo 'configuring based on OS: "solaris2.11"'
2602024-02-24T04:10:23.588Z+ case "$1" in
2612024-02-24T04:10:23.588Z+ CIDL_BUILD=illumos
2622024-02-24T04:10:23.588Z+ CIDL_SUFFIX=tar.gz
2632024-02-24T04:10:23.588Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2642024-02-24T04:10:23.588Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652024-02-24T04:10:23.588Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662024-02-24T04:10:23.588Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672024-02-24T04:10:23.589Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682024-02-24T04:10:23.589Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-02-24T04:10:23.589Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702024-02-24T04:10:23.589Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712024-02-24T04:10:23.589Z+ CIDL_SHA256FUNC=do_sha256sum
2722024-02-24T04:10:23.589Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732024-02-24T04:10:23.589ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-24T04:10:23.589Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-02-24T04:10:23.589Z+ mkdir -p out/downloads
2762024-02-24T04:10:23.589ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-24T04:10:23.589Z+ mkdir -p ./out/cockroachdb
2782024-02-24T04:10:23.592Z+ local DO_DOWNLOAD=true
2792024-02-24T04:10:23.592Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2802024-02-24T04:10:23.592Z+ '[' true == true ']'
2812024-02-24T04:10:23.592Z+ echo Downloading...
2822024-02-24T04:10:23.592ZDownloading...
2832024-02-24T04:10:23.592Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-24T04:10:23.592Z+ 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
2852024-02-24T04:10:26.195Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-02-24T04:10:26.199Z++ sha256sum
2872024-02-24T04:10:26.199Z++ awk '{print $1}'
2882024-02-24T04:10:26.295Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2892024-02-24T04:10:26.298Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2902024-02-24T04:10:26.298Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-02-24T04:10:26.298Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2922024-02-24T04:10:28.502Z+ do_assemble_illumos
2932024-02-24T04:10:28.502Z+ rm -r ./out/cockroachdb
2942024-02-24T04:10:28.505Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2952024-02-24T04:10:28.875Z+ ./out/cockroachdb/bin/cockroach version
2962024-02-24T04:10:29.042ZBuild Tag: v22.1.9-dirty
2972024-02-24T04:10:29.042ZBuild Time: 2022/10/26 21:17:46
2982024-02-24T04:10:29.042ZDistribution: OSS
2992024-02-24T04:10:29.042ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3002024-02-24T04:10:29.042ZGo Version: go1.17.13
3012024-02-24T04:10:29.042ZC Compiler: gcc 10.3.0
3022024-02-24T04:10:29.042ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3032024-02-24T04:10:29.042ZBuild Type: release
3042024-02-24T04:10:29.060Z+ set -o errexit
3052024-02-24T04:10:29.063Z+++ dirname ./tools/ci_download_clickhouse
3062024-02-24T04:10:29.063Z++ cd ./tools
3072024-02-24T04:10:29.063Z++ pwd
3082024-02-24T04:10:29.063Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3092024-02-24T04:10:29.066Z++ basename ./tools/ci_download_clickhouse
3102024-02-24T04:10:29.066Z+ ARG0=ci_download_clickhouse
3112024-02-24T04:10:29.066Z+ TARGET_DIR=out
3122024-02-24T04:10:29.066Z+ DOWNLOAD_DIR=out/downloads
3132024-02-24T04:10:29.066Z+ DEST_DIR=./out/clickhouse
3142024-02-24T04:10:29.066Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3152024-02-24T04:10:29.069Z+ CIDL_VERSION=v22.8.9.24
3162024-02-24T04:10:29.070Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3172024-02-24T04:10:29.070Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3182024-02-24T04:10:29.070Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3192024-02-24T04:10:29.070Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3202024-02-24T04:10:29.070Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3212024-02-24T04:10:29.070Z+ main
3222024-02-24T04:10:29.070Z+ [[ 0 != 0 ]]
3232024-02-24T04:10:29.070Z+ CIDL_OS=solaris2.11
3242024-02-24T04:10:29.070Z+ [[ 0 != 0 ]]
3252024-02-24T04:10:29.070Z+ configure_os solaris2.11
3262024-02-24T04:10:29.070Z+ echo 'current directory: /work/oxidecomputer/omicron'
3272024-02-24T04:10:29.070Zcurrent directory: /work/oxidecomputer/omicron
3282024-02-24T04:10:29.070Z+ echo 'configuring based on OS: "solaris2.11"'
3292024-02-24T04:10:29.070Z+ CIDL_DASHREV=
3302024-02-24T04:10:29.070Zconfiguring based on OS: "solaris2.11"
3312024-02-24T04:10:29.070Z+ case "$1" in
3322024-02-24T04:10:29.070Z+ CIDL_PLATFORM=illumos
3332024-02-24T04:10:29.070Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3342024-02-24T04:10:29.070Z+ CIDL_MD5FUNC=do_md5sum
3352024-02-24T04:10:29.070Z+ CIDL_DASHREV=-1
3362024-02-24T04:10:29.070Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3372024-02-24T04:10:29.070Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-02-24T04:10:29.070Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-02-24T04:10:29.071Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-02-24T04:10:29.071Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412024-02-24T04:10:29.071ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-24T04:10:29.071ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-24T04:10:29.071Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-02-24T04:10:29.071Z+ mkdir -p out/downloads
3452024-02-24T04:10:29.074Z+ mkdir -p ./out/clickhouse
3462024-02-24T04:10:29.074Z+ local DO_DOWNLOAD=true
3472024-02-24T04:10:29.074Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3482024-02-24T04:10:29.074Z+ '[' true == true ']'
3492024-02-24T04:10:29.074Z+ echo Downloading...
3502024-02-24T04:10:29.074ZDownloading...
3512024-02-24T04:10:29.074Z+ 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
3522024-02-24T04:10:29.074Z+ 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
3532024-02-24T04:10:30.491Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-02-24T04:10:30.494Z++ md5sum
3552024-02-24T04:10:30.494Z++ awk '{print $1}'
3562024-02-24T04:10:30.672Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3572024-02-24T04:10:30.672Z+ [[ 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 ]]
3582024-02-24T04:10:30.672Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3592024-02-24T04:10:30.676Z+ mkdir -p ./out/clickhouse
3602024-02-24T04:10:30.676Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3612024-02-24T04:10:33.856Z+ ./out/clickhouse/clickhouse server --version
3622024-02-24T04:10:33.884ZClickHouse server version 22.8.9.1.
3632024-02-24T04:10:33.901Z+ set -o errexit
3642024-02-24T04:10:33.905Z+++ dirname ./tools/ci_download_console
3652024-02-24T04:10:33.905Z++ cd ./tools
3662024-02-24T04:10:33.905Z++ pwd
3672024-02-24T04:10:33.914Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3682024-02-24T04:10:33.914Z++ basename ./tools/ci_download_console
3692024-02-24T04:10:33.914Z+ ARG0=ci_download_console
3702024-02-24T04:10:33.914Z+ TARGET_DIR=out
3712024-02-24T04:10:33.914Z+ DOWNLOAD_DIR=out/downloads
3722024-02-24T04:10:33.914Z+ DEST_DIR=./out/console-assets
3732024-02-24T04:10:33.914Z+ source /work/oxidecomputer/omicron/tools/console_version
3742024-02-24T04:10:33.915Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3752024-02-24T04:10:33.915Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3762024-02-24T04:10:33.915Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3772024-02-24T04:10:33.915Z+ TARBALL_FILE=out/downloads/console.tar.gz
3782024-02-24T04:10:33.915Z+ main
3792024-02-24T04:10:33.915Z+ [[ 0 != 0 ]]
3802024-02-24T04:10:33.915Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3812024-02-24T04:10:33.915ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3822024-02-24T04:10:33.915Z+ echo 'Local file: out/downloads/console.tar.gz'
3832024-02-24T04:10:33.915Z+ local DO_DOWNLOAD=true
3842024-02-24T04:10:33.915ZLocal file: out/downloads/console.tar.gz
3852024-02-24T04:10:33.915Z+ [[ -f out/downloads/console.tar.gz ]]
3862024-02-24T04:10:33.915Z+ mkdir -p out/downloads
3872024-02-24T04:10:33.918Z+ '[' true == true ']'
3882024-02-24T04:10:33.918Z+ echo Downloading...
3892024-02-24T04:10:33.918ZDownloading...
3902024-02-24T04:10:33.918Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3912024-02-24T04:10:33.918Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3922024-02-24T04:10:34.531Z++ do_sha256sum out/downloads/console.tar.gz
3932024-02-24T04:10:34.531Z++ case "$OSTYPE" in
3942024-02-24T04:10:34.531Z++ SHA=sha256sum
3952024-02-24T04:10:34.538Z++ sha256sum
3962024-02-24T04:10:34.538Z++ awk '{print $1}'
3972024-02-24T04:10:34.538Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3982024-02-24T04:10:34.538Z+ [[ 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 ]]
3992024-02-24T04:10:34.539Z+ rm -rf ./out/console-assets
4002024-02-24T04:10:34.550Z+ mkdir -p ./out/console-assets
4012024-02-24T04:10:34.550Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4022024-02-24T04:10:34.550Z+ mkdir -p ./out/console-assets
4032024-02-24T04:10:34.550Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4042024-02-24T04:10:34.633Z+ set -o errexit
4052024-02-24T04:10:34.637Z+++ dirname ./tools/ci_download_maghemite_openapi
4062024-02-24T04:10:34.637Z++ cd ./tools
4072024-02-24T04:10:34.637Z++ pwd
4082024-02-24T04:10:34.640Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4092024-02-24T04:10:34.640Z++ basename ./tools/ci_download_maghemite_openapi
4102024-02-24T04:10:34.640Z+ ARG0=ci_download_maghemite_openapi
4112024-02-24T04:10:34.640Z+ TARGET_DIR=out
4122024-02-24T04:10:34.640Z+ DOWNLOAD_DIR=out/downloads
4132024-02-24T04:10:34.640Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4142024-02-24T04:10:34.640Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4152024-02-24T04:10:34.640Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4162024-02-24T04:10:34.640Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4172024-02-24T04:10:34.640Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4182024-02-24T04:10:34.640Z+ main
4192024-02-24T04:10:34.644Z+ [[ 0 != 0 ]]
4202024-02-24T04:10:34.644Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4212024-02-24T04:10:34.644ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4222024-02-24T04:10:34.644Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4232024-02-24T04:10:34.644ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4242024-02-24T04:10:34.644Z+ local DO_DOWNLOAD=true
4252024-02-24T04:10:34.644Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4262024-02-24T04:10:34.644Z+ mkdir -p out/downloads
4272024-02-24T04:10:34.644Z+ '[' true == true ']'
4282024-02-24T04:10:34.644ZDownloading...
4292024-02-24T04:10:34.644Z+ echo Downloading...
4302024-02-24T04:10:34.644Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4312024-02-24T04:10:34.644Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4322024-02-24T04:10:35.224Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4332024-02-24T04:10:35.224Z++ case "$OSTYPE" in
4342024-02-24T04:10:35.224Z++ SHA=sha256sum
4352024-02-24T04:10:35.227Z++ sha256sum
4362024-02-24T04:10:35.228Z++ awk '{print $1}'
4372024-02-24T04:10:35.231Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4382024-02-24T04:10:35.231Z+ [[ 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 ]]
4392024-02-24T04:10:35.231Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4402024-02-24T04:10:35.231Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4412024-02-24T04:10:35.231Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4422024-02-24T04:10:35.231Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4432024-02-24T04:10:35.231Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4442024-02-24T04:10:35.231Z+ main
4452024-02-24T04:10:35.231Z+ [[ 0 != 0 ]]
4462024-02-24T04:10:35.231Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4472024-02-24T04:10:35.231Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4482024-02-24T04:10:35.231Z+ local DO_DOWNLOAD=true
4492024-02-24T04:10:35.231ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4502024-02-24T04:10:35.231ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4512024-02-24T04:10:35.231Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4522024-02-24T04:10:35.231Z+ mkdir -p out/downloads
4532024-02-24T04:10:35.238Z+ '[' true == true ']'
4542024-02-24T04:10:35.238Z+ echo Downloading...
4552024-02-24T04:10:35.238ZDownloading...
4562024-02-24T04:10:35.238Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4572024-02-24T04:10:35.238Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4582024-02-24T04:10:35.340Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4592024-02-24T04:10:35.342Z++ case "$OSTYPE" in
4602024-02-24T04:10:35.343Z++ SHA=sha256sum
4612024-02-24T04:10:35.343Z++ sha256sum
4622024-02-24T04:10:35.343Z++ awk '{print $1}'
4632024-02-24T04:10:35.346Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4642024-02-24T04:10:35.346Z+ [[ 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 ]]
4652024-02-24T04:10:35.352Z+ set -o errexit
4662024-02-24T04:10:35.355Z+++ dirname ./tools/ci_download_dendrite_openapi
4672024-02-24T04:10:35.357Z++ cd ./tools
4682024-02-24T04:10:35.358Z++ pwd
4692024-02-24T04:10:35.358Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4702024-02-24T04:10:35.358Z++ basename ./tools/ci_download_dendrite_openapi
4712024-02-24T04:10:35.364Z+ ARG0=ci_download_dendrite_openapi
4722024-02-24T04:10:35.364Z+ TARGET_DIR=out
4732024-02-24T04:10:35.364Z+ DOWNLOAD_DIR=out/downloads
4742024-02-24T04:10:35.364Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4752024-02-24T04:10:35.364Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4762024-02-24T04:10:35.364Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4772024-02-24T04:10:35.364Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4782024-02-24T04:10:35.364Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4792024-02-24T04:10:35.364Z+ main
4802024-02-24T04:10:35.364Z+ [[ 0 != 0 ]]
4812024-02-24T04:10:35.364Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4822024-02-24T04:10:35.364ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4832024-02-24T04:10:35.364Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4842024-02-24T04:10:35.364Z+ local DO_DOWNLOAD=true
4852024-02-24T04:10:35.364Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4862024-02-24T04:10:35.364ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4872024-02-24T04:10:35.364Z+ mkdir -p out/downloads
4882024-02-24T04:10:35.364Z+ '[' true == true ']'
4892024-02-24T04:10:35.364Z+ echo Downloading...
4902024-02-24T04:10:35.364ZDownloading...
4912024-02-24T04:10:35.364Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4922024-02-24T04:10:35.364Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4932024-02-24T04:10:35.473Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4942024-02-24T04:10:35.476Z++ case "$OSTYPE" in
4952024-02-24T04:10:35.476Z++ SHA=sha256sum
4962024-02-24T04:10:35.476Z++ sha256sum
4972024-02-24T04:10:35.476Z++ awk '{print $1}'
4982024-02-24T04:10:35.479Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4992024-02-24T04:10:35.479Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5002024-02-24T04:10:35.488Z+ set -o errexit
5012024-02-24T04:10:35.491Z+++ dirname ./tools/ci_download_dendrite_stub
5022024-02-24T04:10:35.491Z++ cd ./tools
5032024-02-24T04:10:35.491Z++ pwd
5042024-02-24T04:10:35.491Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5052024-02-24T04:10:35.495Z++ basename ./tools/ci_download_dendrite_stub
5062024-02-24T04:10:35.495Z+ ARG0=ci_download_dendrite_stub
5072024-02-24T04:10:35.495Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5082024-02-24T04:10:35.495Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5092024-02-24T04:10:35.495Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5102024-02-24T04:10:35.495Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5112024-02-24T04:10:35.495Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5122024-02-24T04:10:35.495Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5132024-02-24T04:10:35.495Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5142024-02-24T04:10:35.495Z+ TARGET_DIR=out
5152024-02-24T04:10:35.495Z+ DOWNLOAD_DIR=out/downloads
5162024-02-24T04:10:35.495Z+ DEST_DIR=./out/dendrite-stub
5172024-02-24T04:10:35.495Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5182024-02-24T04:10:35.495Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5192024-02-24T04:10:35.495Z+ REPO=oxidecomputer/dendrite
5202024-02-24T04:10:35.495Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5212024-02-24T04:10:35.495Z+ main
5222024-02-24T04:10:35.495Z+ [[ 0 != 0 ]]
5232024-02-24T04:10:35.495Z+ CIDL_OS=solaris2.11
5242024-02-24T04:10:35.496Z+ [[ 0 != 0 ]]
5252024-02-24T04:10:35.496Z+ configure_os solaris2.11
5262024-02-24T04:10:35.496Z+ echo 'current directory: /work/oxidecomputer/omicron'
5272024-02-24T04:10:35.496Z+ echo 'configuring based on OS: "solaris2.11"'
5282024-02-24T04:10:35.496Z+ case "$1" in
5292024-02-24T04:10:35.496Z+ SET_BINARIES=
5302024-02-24T04:10:35.496Zcurrent directory: /work/oxidecomputer/omicron
5312024-02-24T04:10:35.496Zconfiguring based on OS: "solaris2.11"
5322024-02-24T04:10:35.496Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5332024-02-24T04:10:35.496Z+ CIDL_SHA256FUNC=do_sha256sum
5342024-02-24T04:10:35.496Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5352024-02-24T04:10:35.496Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5362024-02-24T04:10:35.496Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5372024-02-24T04:10:35.496Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5382024-02-24T04:10:35.496ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5392024-02-24T04:10:35.496Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5402024-02-24T04:10:35.496Z+ mkdir -p out/downloads
5412024-02-24T04:10:35.496ZLocal file: out/downloads/dendrite-stub.tar.gz
5422024-02-24T04:10:35.499Z+ mkdir -p ./out/dendrite-stub
5432024-02-24T04:10:35.500Z+ fetch_and_verify
5442024-02-24T04:10:35.500Z+ local DO_DOWNLOAD=true
5452024-02-24T04:10:35.500Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5462024-02-24T04:10:35.500Z+ '[' true == true ']'
5472024-02-24T04:10:35.500Z+ echo Downloading...
5482024-02-24T04:10:35.500ZDownloading...
5492024-02-24T04:10:35.500Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5502024-02-24T04:10:35.500Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5512024-02-24T04:10:42.444Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5522024-02-24T04:10:42.447Z++ sha256sum
5532024-02-24T04:10:42.447Z++ awk '{print $1}'
5542024-02-24T04:10:42.469Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5552024-02-24T04:10:42.469Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5562024-02-24T04:10:42.472Z+ do_untar out/downloads/dendrite-stub.tar.gz
5572024-02-24T04:10:42.473Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5582024-02-24T04:10:43.158Z+ do_assemble
5592024-02-24T04:10:43.158Z+ rm -r ./out/dendrite-stub
5602024-02-24T04:10:43.163Z+ mkdir ./out/dendrite-stub
5612024-02-24T04:10:43.163Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5622024-02-24T04:10:43.255Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5632024-02-24T04:10:43.264Z+ set -o errexit
5642024-02-24T04:10:43.269Z+++ dirname ./tools/ci_download_maghemite_mgd
5652024-02-24T04:10:43.269Z++ cd ./tools
5662024-02-24T04:10:43.270Z++ pwd
5672024-02-24T04:10:43.270Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5682024-02-24T04:10:43.277Z++ basename ./tools/ci_download_maghemite_mgd
5692024-02-24T04:10:43.277Z+ ARG0=ci_download_maghemite_mgd
5702024-02-24T04:10:43.277Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5712024-02-24T04:10:43.278Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
5722024-02-24T04:10:43.278Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5732024-02-24T04:10:43.278Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5742024-02-24T04:10:43.278Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
5752024-02-24T04:10:43.279Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5762024-02-24T04:10:43.279Z+ TARGET_DIR=out
5772024-02-24T04:10:43.279Z+ DOWNLOAD_DIR=out/downloads
5782024-02-24T04:10:43.279Z+ DEST_DIR=./out/mgd
5792024-02-24T04:10:43.279Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5802024-02-24T04:10:43.279Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5812024-02-24T04:10:43.279Z+ REPO=oxidecomputer/maghemite
5822024-02-24T04:10:43.279Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
5832024-02-24T04:10:43.280Z+ main
5842024-02-24T04:10:43.280Z+ [[ 0 != 0 ]]
5852024-02-24T04:10:43.280Z+ CIDL_OS=solaris2.11
5862024-02-24T04:10:43.280Z+ [[ 0 != 0 ]]
5872024-02-24T04:10:43.280Z+ configure_os solaris2.11
5882024-02-24T04:10:43.281Z+ echo 'current directory: /work/oxidecomputer/omicron'
5892024-02-24T04:10:43.281Z+ echo 'configuring based on OS: "solaris2.11"'
5902024-02-24T04:10:43.281Zcurrent directory: /work/oxidecomputer/omicron
5912024-02-24T04:10:43.281Zconfiguring based on OS: "solaris2.11"
5922024-02-24T04:10:43.281Z+ case "$1" in
5932024-02-24T04:10:43.282Z+ SET_BINARIES=
5942024-02-24T04:10:43.282Z+ CIDL_SHA256FUNC=do_sha256sum
5952024-02-24T04:10:43.282Z+ TARBALL_FILENAME=mgd.tar.gz
5962024-02-24T04:10:43.282Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
5972024-02-24T04:10:43.282Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5982024-02-24T04:10:43.283Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
5992024-02-24T04:10:43.283ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6002024-02-24T04:10:43.283Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6012024-02-24T04:10:43.283Z+ mkdir -p out/downloads
6022024-02-24T04:10:43.284ZLocal file: out/downloads/mgd.tar.gz
6032024-02-24T04:10:43.284Z+ mkdir -p ./out/mgd
6042024-02-24T04:10:43.284Z+ fetch_and_verify
6052024-02-24T04:10:43.284Z+ local DO_DOWNLOAD=true
6062024-02-24T04:10:43.284Z+ [[ -f out/downloads/mgd.tar.gz ]]
6072024-02-24T04:10:43.285Z+ '[' true == true ']'
6082024-02-24T04:10:43.285Z+ echo Downloading...
6092024-02-24T04:10:43.285ZDownloading...
6102024-02-24T04:10:43.285Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6112024-02-24T04:10:43.285Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6122024-02-24T04:10:47.285Z++ do_sha256sum out/downloads/mgd.tar.gz
6132024-02-24T04:10:47.288Z++ sha256sum
6142024-02-24T04:10:47.288Z++ awk '{print $1}'
6152024-02-24T04:10:47.305Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6162024-02-24T04:10:47.305Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6172024-02-24T04:10:47.311Z+ do_untar out/downloads/mgd.tar.gz
6182024-02-24T04:10:47.311Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6192024-02-24T04:10:47.751Z+ do_assemble
6202024-02-24T04:10:47.751Z+ rm -r ./out/mgd
6212024-02-24T04:10:47.754Z+ mkdir ./out/mgd
6222024-02-24T04:10:47.754Z+ cp -r out/downloads/root ./out/mgd/root
6232024-02-24T04:10:47.922Z+ set -o errexit
6242024-02-24T04:10:47.928Z+++ dirname ./tools/ci_download_transceiver_control
6252024-02-24T04:10:47.928Z++ cd ./tools
6262024-02-24T04:10:47.929Z++ pwd
6272024-02-24T04:10:47.929Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6282024-02-24T04:10:47.929Z++ basename ./tools/ci_download_transceiver_control
6292024-02-24T04:10:47.929Z+ ARG0=ci_download_transceiver_control
6302024-02-24T04:10:47.930Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6312024-02-24T04:10:47.930Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6322024-02-24T04:10:47.930Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6332024-02-24T04:10:47.930Z+ TARGET_DIR=out
6342024-02-24T04:10:47.930Z+ DOWNLOAD_DIR=out/downloads
6352024-02-24T04:10:47.930Z+ DEST_DIR=./out/transceiver-control
6362024-02-24T04:10:47.930Z+ BIN_DIR=/opt/oxide/bin
6372024-02-24T04:10:47.930Z+ BINARY=xcvradm
6382024-02-24T04:10:47.931Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6392024-02-24T04:10:47.931Z+ REPO=oxidecomputer/transceiver-control
6402024-02-24T04:10:47.931Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412024-02-24T04:10:47.931Z+ main
6422024-02-24T04:10:47.931Z+ [[ 0 != 0 ]]
6432024-02-24T04:10:47.931Z+ CIDL_OS=solaris2.11
6442024-02-24T04:10:47.931Z+ [[ 0 != 0 ]]
6452024-02-24T04:10:47.932Z+ configure_os solaris2.11
6462024-02-24T04:10:47.932Z+ echo 'current directory: /work/oxidecomputer/omicron'
6472024-02-24T04:10:47.932Z+ echo 'configuring based on OS: "solaris2.11"'
6482024-02-24T04:10:47.932Z+ case "$1" in
6492024-02-24T04:10:47.932Z+ SET_BINARIES=
6502024-02-24T04:10:47.932Zcurrent directory: /work/oxidecomputer/omicron
6512024-02-24T04:10:47.932Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-02-24T04:10:47.932Z+ CIDL_SHA256FUNC=do_sha256sum
6532024-02-24T04:10:47.932Z+ ARCHIVE_FILENAME=xcvradm.gz
6542024-02-24T04:10:47.933Zconfiguring based on OS: "solaris2.11"
6552024-02-24T04:10:47.933Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562024-02-24T04:10:47.933Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6572024-02-24T04:10:47.933Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6582024-02-24T04:10:47.933Z+ echo 'Local file: out/downloads/xcvradm.gz'
6592024-02-24T04:10:47.933Z+ mkdir -p out/downloads
6602024-02-24T04:10:47.933ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6612024-02-24T04:10:47.934ZLocal file: out/downloads/xcvradm.gz
6622024-02-24T04:10:47.934Z+ mkdir -p ./out/transceiver-control
6632024-02-24T04:10:47.934Z+ fetch_and_verify
6642024-02-24T04:10:47.934Z+ local DO_DOWNLOAD=true
6652024-02-24T04:10:47.934Z+ [[ -f out/downloads/xcvradm.gz ]]
6662024-02-24T04:10:47.935Z+ '[' true == true ']'
6672024-02-24T04:10:47.935Z+ echo Downloading...
6682024-02-24T04:10:47.935ZDownloading...
6692024-02-24T04:10:47.935Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6702024-02-24T04:10:47.935Z+ 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
6712024-02-24T04:10:50.928Z++ do_sha256sum out/downloads/xcvradm.gz
6722024-02-24T04:10:50.931Z++ sha256sum
6732024-02-24T04:10:50.931Z++ awk '{print $1}'
6742024-02-24T04:10:50.937Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-02-24T04:10:50.939Z+ [[ 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 ]]
6762024-02-24T04:10:50.940Z+ do_unpack out/downloads/xcvradm.gz
6772024-02-24T04:10:50.940Z+ mkdir -p out/downloads/root//opt/oxide/bin
6782024-02-24T04:10:50.940Z+ gzip -dc out/downloads/xcvradm.gz
6792024-02-24T04:10:51.057Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6802024-02-24T04:10:51.060Z+ do_assemble
6812024-02-24T04:10:51.060Z+ rm -r ./out/transceiver-control
6822024-02-24T04:10:51.063Z+ mkdir ./out/transceiver-control
6832024-02-24T04:10:51.065Z+ cp -r out/downloads/root ./out/transceiver-control/root
6842024-02-24T04:10:51.210ZAll prerequisites installed successfully
6852024-02-24T04:10:51.214Z
6862024-02-24T04:10:51.214Zreal 1:51.464132785
6872024-02-24T04:10:51.214Zuser 34.827266411
6882024-02-24T04:10:51.214Zsys 6.438533966
6892024-02-24T04:10:51.214Ztrap 0.010200431
6902024-02-24T04:10:51.214Ztflt 0.409554574
6912024-02-24T04:10:51.214Zdflt 0.702737896
6922024-02-24T04:10:51.214Zkflt 0.366738491
6932024-02-24T04:10:51.214Zlock 1.303172265
6942024-02-24T04:10:51.214Zslp 3:34.172004496
6952024-02-24T04:10:51.214Zlat 1.909337386
6962024-02-24T04:10:51.214Zstop 0.155428447
6972024-02-24T04:10:51.214Z+ banner end-to-end-tests
6982024-02-24T04:10:51.254Z
6992024-02-24T04:10:51.254Z ###### # # ##### ##### #### ###### # # #####
7002024-02-24T04:10:51.255Z # ## # # # # # # # ## # # #
7012024-02-24T04:10:51.255Z ##### # # # # # ##### # # # ##### ##### # # # # #
7022024-02-24T04:10:51.255Z # # # # # # # # # # # # # # #
7032024-02-24T04:10:51.255Z # # ## # # # # # # # ## # #
7042024-02-24T04:10:51.255Z ###### # # ##### # #### ###### # # #####
7052024-02-24T04:10:51.255Z
7062024-02-24T04:10:51.258Z+ export CARGO_PROFILE_DEV_DEBUG=1
7072024-02-24T04:10:51.258Z+ CARGO_PROFILE_DEV_DEBUG=1
7082024-02-24T04:10:51.258Z+ export CARGO_PROFILE_TEST_DEBUG=1
7092024-02-24T04:10:51.258Z+ CARGO_PROFILE_TEST_DEBUG=1
7102024-02-24T04:10:51.258Z+ export CARGO_INCREMENTAL=0
7112024-02-24T04:10:51.258Z+ CARGO_INCREMENTAL=0
7122024-02-24T04:10:51.258Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7132024-02-24T04:10:51.469Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7142024-02-24T04:10:51.787Z Updating git repository `https://github.com/oxidecomputer/samael`
7152024-02-24T04:10:52.201Z Updating crates.io index
7162024-02-24T04:10:52.202Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172024-02-24T04:10:52.939Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182024-02-24T04:10:54.573Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192024-02-24T04:10:55.081Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202024-02-24T04:10:55.396Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212024-02-24T04:10:55.654Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222024-02-24T04:10:55.939Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232024-02-24T04:10:56.775Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242024-02-24T04:10:59.014Z Updating git repository `https://github.com/oxidecomputer/opte`
7252024-02-24T04:10:59.923Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262024-02-24T04:11:00.356Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272024-02-24T04:11:00.961Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282024-02-24T04:11:01.299Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-02-24T04:11:01.599Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-02-24T04:11:01.919Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-02-24T04:11:02.280Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-02-24T04:11:02.642Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7332024-02-24T04:11:03.041Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7342024-02-24T04:11:03.555Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7352024-02-24T04:11:03.903Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7362024-02-24T04:11:04.209Z Updating git repository `https://github.com/jgallagher/nix`
7372024-02-24T04:11:05.148Z Updating git repository `https://github.com/cbiffle/hubpack`
7382024-02-24T04:11:05.525Z Updating git repository `https://github.com/oxidecomputer/typify`
7392024-02-24T04:11:07.107Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7402024-02-24T04:11:07.496Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7412024-02-24T04:11:07.827Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7422024-02-24T04:11:09.024Z Downloading crates ...
7432024-02-24T04:11:09.350Z Downloaded block-padding v0.3.3
7442024-02-24T04:11:09.359Z Downloaded chacha20poly1305 v0.10.1
7452024-02-24T04:11:09.364Z Downloaded convert_case v0.4.0
7462024-02-24T04:11:09.367Z Downloaded crossbeam-utils v0.8.16
7472024-02-24T04:11:09.370Z Downloaded constant_time_eq v0.3.0
7482024-02-24T04:11:09.373Z Downloaded arrayref v0.3.7
7492024-02-24T04:11:09.379Z Downloaded derive-where v1.2.7
7502024-02-24T04:11:09.383Z Downloaded anstream v0.6.11
7512024-02-24T04:11:09.386Z Downloaded atty v0.2.14
7522024-02-24T04:11:09.389Z Downloaded cancel-safe-futures v0.1.5
7532024-02-24T04:11:09.391Z Downloaded clap_derive v4.5.0
7542024-02-24T04:11:09.396Z Downloaded once_cell v1.19.0
7552024-02-24T04:11:09.396Z Downloaded colorchoice v1.0.0
7562024-02-24T04:11:09.402Z Downloaded term v0.7.0
7572024-02-24T04:11:09.405Z Downloaded adler v1.0.2
7582024-02-24T04:11:09.405Z Downloaded curve25519-dalek v4.1.1
7592024-02-24T04:11:09.410Z Downloaded aes v0.8.3
7602024-02-24T04:11:09.415Z Downloaded pem-rfc7468 v0.7.0
7612024-02-24T04:11:09.418Z Downloaded console v0.15.8
7622024-02-24T04:11:09.421Z Downloaded crossbeam-channel v0.5.8
7632024-02-24T04:11:09.426Z Downloaded linked-hash-map v0.5.6
7642024-02-24T04:11:09.429Z Downloaded bzip2 v0.4.4
7652024-02-24T04:11:09.432Z Downloaded ciborium-io v0.2.2
7662024-02-24T04:11:09.432Z Downloaded async-stream-impl v0.3.5
7672024-02-24T04:11:09.435Z Downloaded darling_macro v0.20.3
7682024-02-24T04:11:09.435Z Downloaded lazy_static v1.4.0
7692024-02-24T04:11:09.438Z Downloaded argon2 v0.5.3
7702024-02-24T04:11:09.438Z Downloaded ansi_term v0.12.1
7712024-02-24T04:11:09.440Z Downloaded curve25519-dalek-derive v0.1.0
7722024-02-24T04:11:09.443Z Downloaded bcrypt-pbkdf v0.10.0
7732024-02-24T04:11:09.443Z Downloaded opaque-debug v0.3.0
7742024-02-24T04:11:09.446Z Downloaded derive_more v0.99.17
7752024-02-24T04:11:09.449Z Downloaded static_assertions v1.1.0
7762024-02-24T04:11:09.453Z Downloaded strum v0.26.1
7772024-02-24T04:11:09.456Z Downloaded chacha20 v0.9.1
7782024-02-24T04:11:09.459Z Downloaded cstr-argument v0.1.2
7792024-02-24T04:11:09.464Z Downloaded num_threads v0.1.6
7802024-02-24T04:11:09.464Z Downloaded newtype_derive v0.1.6
7812024-02-24T04:11:09.467Z Downloaded md5 v0.7.0
7822024-02-24T04:11:09.467Z Downloaded matches v0.1.10
7832024-02-24T04:11:09.467Z Downloaded async-trait v0.1.77
7842024-02-24T04:11:09.470Z Downloaded darling v0.20.3
7852024-02-24T04:11:09.473Z Downloaded pretty-hex v0.4.1
7862024-02-24T04:11:09.476Z Downloaded kstat-rs v0.2.3
7872024-02-24T04:11:09.476Z Downloaded normalize-line-endings v0.3.0
7882024-02-24T04:11:09.479Z Downloaded precomputed-hash v0.1.1
7892024-02-24T04:11:09.480Z Downloaded new_debug_unreachable v1.0.4
7902024-02-24T04:11:09.480Z Downloaded atomicwrites v0.4.3
7912024-02-24T04:11:09.483Z Downloaded parse-display-derive v0.9.0
7922024-02-24T04:11:09.483Z Downloaded lalrpop-util v0.19.12
7932024-02-24T04:11:09.486Z Downloaded bitflags v1.3.2
7942024-02-24T04:11:09.490Z Downloaded predicates-core v1.0.6
7952024-02-24T04:11:09.490Z Downloaded num-derive v0.4.0
7962024-02-24T04:11:09.493Z Downloaded num v0.4.1
7972024-02-24T04:11:09.493Z Downloaded plain v0.2.3
7982024-02-24T04:11:09.496Z Downloaded newtype-uuid v1.0.1
7992024-02-24T04:11:09.496Z Downloaded mime v0.3.17
8002024-02-24T04:11:09.499Z Downloaded pin-utils v0.1.0
8012024-02-24T04:11:09.499Z Downloaded deranged v0.3.8
8022024-02-24T04:11:09.502Z Downloaded openssl-probe v0.1.5
8032024-02-24T04:11:09.502Z Downloaded option-ext v0.2.0
8042024-02-24T04:11:09.502Z Downloaded debug-ignore v1.0.5
8052024-02-24T04:11:09.508Z Downloaded bit-vec v0.6.3
8062024-02-24T04:11:09.511Z Downloaded lru-cache v0.1.2
8072024-02-24T04:11:09.511Z Downloaded memmap v0.7.0
8082024-02-24T04:11:09.511Z Downloaded log v0.4.20
8092024-02-24T04:11:09.511Z Downloaded ctr v0.9.2
8102024-02-24T04:11:09.514Z Downloaded foreign-types v0.3.2
8112024-02-24T04:11:09.514Z Downloaded try-lock v0.2.4
8122024-02-24T04:11:09.517Z Downloaded want v0.3.1
8132024-02-24T04:11:09.517Z Downloaded crossbeam-deque v0.8.3
8142024-02-24T04:11:09.520Z Downloaded ciborium-ll v0.2.2
8152024-02-24T04:11:09.520Z Downloaded pbkdf2 v0.12.2
8162024-02-24T04:11:09.524Z Downloaded cfg-if v1.0.0
8172024-02-24T04:11:09.524Z Downloaded libefi-sys v0.1.0
8182024-02-24T04:11:09.527Z Downloaded parse-display v0.9.0
8192024-02-24T04:11:09.527Z Downloaded cobs v0.2.3
8202024-02-24T04:11:09.530Z Downloaded defmt v0.3.5
8212024-02-24T04:11:09.533Z Downloaded arrayvec v0.7.4
8222024-02-24T04:11:09.533Z Downloaded clap_lex v0.7.0
8232024-02-24T04:11:09.536Z Downloaded polyval v0.6.1
8242024-02-24T04:11:09.539Z Downloaded atomic-waker v1.1.1
8252024-02-24T04:11:09.539Z Downloaded pkg-config v0.3.27
8262024-02-24T04:11:09.542Z Downloaded num_enum_derive v0.5.11
8272024-02-24T04:11:09.542Z Downloaded num_enum v0.5.11
8282024-02-24T04:11:09.545Z Downloaded pbkdf2 v0.11.0
8292024-02-24T04:11:09.548Z Downloaded zeroize_derive v1.4.2
8302024-02-24T04:11:09.551Z Downloaded pest_derive v2.7.6
8312024-02-24T04:11:09.554Z Downloaded const-oid v0.9.5
8322024-02-24T04:11:09.555Z Downloaded cc v1.0.83
8332024-02-24T04:11:09.560Z Downloaded fallible-iterator v0.2.0
8342024-02-24T04:11:09.563Z Downloaded pkcs8 v0.10.2
8352024-02-24T04:11:09.563Z Downloaded password-hash v0.4.2
8362024-02-24T04:11:09.566Z Downloaded strum v0.25.0
8372024-02-24T04:11:09.566Z Downloaded arc-swap v1.6.0
8382024-02-24T04:11:09.569Z Downloaded mime_guess v2.0.4
8392024-02-24T04:11:09.572Z Downloaded http-range v0.1.5
8402024-02-24T04:11:09.572Z Downloaded take_mut v0.2.2
8412024-02-24T04:11:09.575Z Downloaded blake2 v0.10.6
8422024-02-24T04:11:09.575Z Downloaded float-cmp v0.9.0
8432024-02-24T04:11:09.578Z Downloaded dirs v5.0.1
8442024-02-24T04:11:09.578Z Downloaded instant v0.1.12
8452024-02-24T04:11:09.581Z Downloaded pin-project-lite v0.2.13
8462024-02-24T04:11:09.584Z Downloaded toolchain_find v0.2.0
8472024-02-24T04:11:09.587Z Downloaded display-error-chain v0.2.0
8482024-02-24T04:11:09.587Z Downloaded num-complex v0.4.4
8492024-02-24T04:11:09.590Z Downloaded macaddr v1.0.1
8502024-02-24T04:11:09.590Z Downloaded md-5 v0.10.5
8512024-02-24T04:11:09.593Z Downloaded parking_lot v0.12.1
8522024-02-24T04:11:09.596Z Downloaded num-rational v0.4.1
8532024-02-24T04:11:09.596Z Downloaded openapiv3 v2.0.0
8542024-02-24T04:11:09.607Z Downloaded time-core v0.1.1
8552024-02-24T04:11:09.609Z Downloaded hyper-tls v0.5.0
8562024-02-24T04:11:09.609Z Downloaded hex-literal v0.4.1
8572024-02-24T04:11:09.615Z Downloaded slog-async v2.8.0
8582024-02-24T04:11:09.615Z Downloaded itoa v1.0.9
8592024-02-24T04:11:09.618Z Downloaded scopeguard v1.2.0
8602024-02-24T04:11:09.618Z Downloaded tokio-native-tls v0.3.1
8612024-02-24T04:11:09.618Z Downloaded platforms v3.0.2
8622024-02-24T04:11:09.621Z Downloaded openssl-sys v0.9.96
8632024-02-24T04:11:09.624Z Downloaded resolv-conf v0.7.0
8642024-02-24T04:11:09.627Z Downloaded usdt-impl v0.5.0
8652024-02-24T04:11:09.627Z Downloaded walkdir v2.4.0
8662024-02-24T04:11:09.630Z Downloaded futures-executor v0.3.30
8672024-02-24T04:11:09.630Z Downloaded http-body v0.4.5
8682024-02-24T04:11:09.633Z Downloaded structopt-derive v0.4.18
8692024-02-24T04:11:09.633Z Downloaded textwrap v0.11.0
8702024-02-24T04:11:09.636Z Downloaded smf v0.2.2
8712024-02-24T04:11:09.636Z Downloaded universal-hash v0.5.1
8722024-02-24T04:11:09.639Z Downloaded zeroize v1.7.0
8732024-02-24T04:11:09.639Z Downloaded thread-id v4.2.0
8742024-02-24T04:11:09.642Z Downloaded terminal_size v0.3.0
8752024-02-24T04:11:09.642Z Downloaded miniz_oxide v0.7.1
8762024-02-24T04:11:09.645Z Downloaded toml v0.7.8
8772024-02-24T04:11:09.648Z Downloaded crossbeam-epoch v0.9.15
8782024-02-24T04:11:09.651Z Downloaded secrecy v0.8.0
8792024-02-24T04:11:09.651Z Downloaded bytes v1.5.0
8802024-02-24T04:11:10.067Z Downloaded group v0.13.0
8812024-02-24T04:11:10.074Z Downloaded either v1.10.0
8822024-02-24T04:11:10.074Z Downloaded rustc_version v0.1.7
8832024-02-24T04:11:10.074Z Downloaded rustls-pemfile v1.0.3
8842024-02-24T04:11:10.074Z Downloaded embedded-io v0.4.0
8852024-02-24T04:11:10.074Z Downloaded signal-hook-mio v0.2.3
8862024-02-24T04:11:10.074Z Downloaded rand_core v0.5.1
8872024-02-24T04:11:10.074Z Downloaded slog-envlogger v2.2.0
8882024-02-24T04:11:10.074Z Downloaded pest_meta v2.7.6
8892024-02-24T04:11:10.074Z Downloaded tokio-rustls v0.24.1
8902024-02-24T04:11:10.074Z Downloaded ff v0.13.0
8912024-02-24T04:11:10.074Z Downloaded serde_derive_internals v0.26.0
8922024-02-24T04:11:10.074Z Downloaded indexmap v1.9.3
8932024-02-24T04:11:10.074Z Downloaded half v2.3.1
8942024-02-24T04:11:10.074Z Downloaded rfc6979 v0.4.0
8952024-02-24T04:11:10.074Z Downloaded clap v4.5.0
8962024-02-24T04:11:10.074Z Downloaded endian-type v0.1.2
8972024-02-24T04:11:10.074Z Downloaded r2d2 v0.8.10
8982024-02-24T04:11:10.074Z Downloaded semver v1.0.22
8992024-02-24T04:11:10.074Z Downloaded swrite v0.1.0
9002024-02-24T04:11:10.074Z Downloaded num-traits v0.2.16
9012024-02-24T04:11:10.074Z Downloaded ident_case v1.0.1
9022024-02-24T04:11:10.075Z Downloaded zerocopy-derive v0.7.32
9032024-02-24T04:11:10.075Z Downloaded tinyvec_macros v0.1.1
9042024-02-24T04:11:10.075Z Downloaded signature v2.1.0
9052024-02-24T04:11:10.075Z Downloaded omicron-zone-package v0.11.0
9062024-02-24T04:11:10.075Z Downloaded utf8parse v0.2.1
9072024-02-24T04:11:10.075Z Downloaded getopts v0.2.21
9082024-02-24T04:11:10.075Z Downloaded crypto-bigint v0.5.2
9092024-02-24T04:11:10.075Z Downloaded rand_chacha v0.3.1
9102024-02-24T04:11:10.075Z Downloaded quick-error v1.2.3
9112024-02-24T04:11:10.075Z Downloaded iana-time-zone v0.1.57
9122024-02-24T04:11:10.075Z Downloaded untrusted v0.9.0
9132024-02-24T04:11:10.075Z Downloaded hostname v0.3.1
9142024-02-24T04:11:10.075Z Downloaded untrusted v0.7.1
9152024-02-24T04:11:10.075Z Downloaded thiserror-impl v1.0.57
9162024-02-24T04:11:10.075Z Downloaded string_cache v0.8.7
9172024-02-24T04:11:10.075Z Downloaded futures-io v0.3.30
9182024-02-24T04:11:10.075Z Downloaded strsim v0.8.0
9192024-02-24T04:11:10.075Z Downloaded tracing-core v0.1.31
9202024-02-24T04:11:10.075Z Downloaded ecdsa v0.16.9
9212024-02-24T04:11:10.075Z Downloaded hyper-rustls v0.24.2
9222024-02-24T04:11:10.075Z Downloaded is-terminal v0.4.9
9232024-02-24T04:11:10.075Z Downloaded spki v0.7.2
9242024-02-24T04:11:10.075Z Downloaded rustfmt-wrapper v0.2.0
9252024-02-24T04:11:10.075Z Downloaded tempfile v3.10.0
9262024-02-24T04:11:10.076Z Downloaded schemars_derive v0.8.16
9272024-02-24T04:11:10.076Z Downloaded hyper-staticfile v0.9.5
9282024-02-24T04:11:10.076Z Downloaded serde_spanned v0.6.5
9292024-02-24T04:11:10.076Z Downloaded dyn-clone v1.0.16
9302024-02-24T04:11:10.076Z Downloaded zerocopy v0.3.0
9312024-02-24T04:11:10.076Z Downloaded quote v1.0.35
9322024-02-24T04:11:10.076Z Downloaded slog-stdlog v4.1.1
9332024-02-24T04:11:10.076Z Downloaded usdt-macro v0.5.0
9342024-02-24T04:11:10.076Z Downloaded serde_tokenstream v0.1.7
9352024-02-24T04:11:10.076Z Downloaded steno v0.4.0
9362024-02-24T04:11:10.076Z Downloaded dtrace-parser v0.2.0
9372024-02-24T04:11:10.076Z Downloaded slog-bunyan v2.5.0
9382024-02-24T04:11:10.076Z Downloaded httpdate v1.0.3
9392024-02-24T04:11:10.076Z Downloaded sha2 v0.10.8
9402024-02-24T04:11:10.076Z Downloaded dof v0.1.5
9412024-02-24T04:11:10.076Z Downloaded same-file v1.0.6
9422024-02-24T04:11:10.076Z Downloaded vsss-rs v3.3.4
9432024-02-24T04:11:10.076Z Downloaded keccak v0.1.4
9442024-02-24T04:11:10.076Z Downloaded hash32 v0.3.1
9452024-02-24T04:11:10.076Z Downloaded headers-core v0.2.0
9462024-02-24T04:11:10.076Z Downloaded serde_with_macros v3.6.1
9472024-02-24T04:11:10.076Z Downloaded unicode-ident v1.0.12
9482024-02-24T04:11:10.076Z Downloaded serde v1.0.196
9492024-02-24T04:11:10.076Z Downloaded digest v0.10.7
9502024-02-24T04:11:10.076Z Downloaded serde_path_to_error v0.1.15
9512024-02-24T04:11:10.076Z Downloaded topological-sort v0.2.2
9522024-02-24T04:11:10.077Z Downloaded utf-8 v0.7.6
9532024-02-24T04:11:10.077Z Downloaded sha1 v0.10.6
9542024-02-24T04:11:10.077Z Downloaded fnv v1.0.7
9552024-02-24T04:11:10.077Z Downloaded glob v0.3.1
9562024-02-24T04:11:10.077Z Downloaded base64 v0.21.7
9572024-02-24T04:11:10.077Z Downloaded tokio-tungstenite v0.20.1
9582024-02-24T04:11:10.077Z Downloaded semver v0.11.0
9592024-02-24T04:11:10.077Z Downloaded signal-hook v0.3.17
9602024-02-24T04:11:10.077Z Downloaded rand_core v0.6.4
9612024-02-24T04:11:10.077Z Downloaded http v1.0.0
9622024-02-24T04:11:10.077Z Downloaded num-bigint v0.4.4
9632024-02-24T04:11:10.077Z Downloaded semver v0.1.20
9642024-02-24T04:11:10.077Z Downloaded dof v0.3.0
9652024-02-24T04:11:10.077Z Downloaded heapless v0.8.0
9662024-02-24T04:11:10.077Z Downloaded serde_repr v0.1.16
9672024-02-24T04:11:10.077Z Downloaded whoami v1.4.1
9682024-02-24T04:11:10.077Z Downloaded slog-dtrace v0.3.0
9692024-02-24T04:11:10.077Z Downloaded rustls-pki-types v1.3.0
9702024-02-24T04:11:10.077Z Downloaded futures-task v0.3.30
9712024-02-24T04:11:10.077Z Downloaded foreign-types-shared v0.3.1
9722024-02-24T04:11:10.077Z Downloaded backtrace v0.3.69
9732024-02-24T04:11:10.077Z Downloaded waitgroup v0.1.2
9742024-02-24T04:11:10.077Z Downloaded tower-service v0.3.2
9752024-02-24T04:11:10.077Z Downloaded futures-core v0.3.30
9762024-02-24T04:11:10.077Z Downloaded gethostname v0.4.3
9772024-02-24T04:11:10.078Z Downloaded rustversion v1.0.14
9782024-02-24T04:11:10.078Z Downloaded zone v0.3.0
9792024-02-24T04:11:10.078Z Downloaded russh-keys v0.42.0
9802024-02-24T04:11:10.078Z Downloaded serde_yaml v0.9.25
9812024-02-24T04:11:10.082Z Downloaded trust-dns-resolver v0.22.0
9822024-02-24T04:11:10.082Z Downloaded fxhash v0.2.1
9832024-02-24T04:11:10.082Z Downloaded dtrace-parser v0.1.14
9842024-02-24T04:11:10.082Z Downloaded typenum v1.16.0
9852024-02-24T04:11:10.082Z Downloaded postgres-types v0.2.6
9862024-02-24T04:11:10.082Z Downloaded spin v0.5.2
9872024-02-24T04:11:10.082Z Downloaded rand_chacha v0.2.2
9882024-02-24T04:11:10.082Z Downloaded elliptic-curve v0.13.8
9892024-02-24T04:11:10.082Z Downloaded ipnet v2.9.0
9902024-02-24T04:11:10.082Z Downloaded toml_edit v0.19.15
9912024-02-24T04:11:10.083Z Downloaded scroll_derive v0.12.0
9922024-02-24T04:11:10.083Z Downloaded version_check v0.9.4
9932024-02-24T04:11:10.083Z Downloaded scheduled-thread-pool v0.2.7
9942024-02-24T04:11:10.083Z Downloaded dirs-next v2.0.0
9952024-02-24T04:11:10.083Z Downloaded subtle v2.5.0
9962024-02-24T04:11:10.083Z Downloaded semver-parser v0.10.2
9972024-02-24T04:11:10.083Z Downloaded proc-macro-error-attr v1.0.4
9982024-02-24T04:11:10.083Z Downloaded difflib v0.4.0
9992024-02-24T04:11:10.083Z Downloaded subprocess v0.2.9
10002024-02-24T04:11:10.083Z Downloaded flagset v0.4.3
10012024-02-24T04:11:10.083Z Downloaded dirs-sys v0.4.1
10022024-02-24T04:11:10.083Z Downloaded toml_edit v0.22.6
10032024-02-24T04:11:10.083Z Downloaded ghash v0.5.0
10042024-02-24T04:11:10.083Z Downloaded hex v0.4.3
10052024-02-24T04:11:10.083Z Downloaded tinyvec v1.6.0
10062024-02-24T04:11:10.083Z Downloaded uuid v1.7.0
10072024-02-24T04:11:10.083Z Downloaded fixedbitset v0.4.2
10082024-02-24T04:11:10.083Z Downloaded foreign-types v0.5.0
10092024-02-24T04:11:10.083Z Downloaded sct v0.7.0
10102024-02-24T04:11:10.083Z Downloaded foreign-types-macros v0.2.3
10112024-02-24T04:11:10.083Z Downloaded hubpack v0.1.2
10122024-02-24T04:11:10.083Z Downloaded toml_datetime v0.6.5
10132024-02-24T04:11:10.083Z Downloaded yasna v0.5.2
10142024-02-24T04:11:10.083Z Downloaded tracing-attributes v0.1.26
10152024-02-24T04:11:10.084Z Downloaded similar v2.3.0
10162024-02-24T04:11:10.084Z Downloaded generic-array v0.14.7
10172024-02-24T04:11:10.084Z Downloaded synstructure v0.12.6
10182024-02-24T04:11:10.084Z Downloaded foreign-types-shared v0.1.1
10192024-02-24T04:11:10.084Z Downloaded dirs-sys-next v0.1.2
10202024-02-24T04:11:10.084Z Downloaded scroll v0.12.0
10212024-02-24T04:11:10.084Z Downloaded form_urlencoded v1.2.1
10222024-02-24T04:11:10.084Z Downloaded tokio-postgres v0.7.10
10232024-02-24T04:11:10.084Z Downloaded unicode-bidi v0.3.13
10242024-02-24T04:11:10.084Z Downloaded strum_macros v0.26.1
10252024-02-24T04:11:10.084Z Downloaded usdt-impl v0.3.5
10262024-02-24T04:11:10.084Z Downloaded socket2 v0.5.5
10272024-02-24T04:11:10.084Z Downloaded smallvec v1.13.1
10282024-02-24T04:11:10.084Z Downloaded trust-dns-server v0.22.1
10292024-02-24T04:11:10.084Z Downloaded crossterm v0.27.0
10302024-02-24T04:11:10.084Z Downloaded rustls-pemfile v2.1.0
10312024-02-24T04:11:10.084Z Downloaded socket2 v0.4.9
10322024-02-24T04:11:10.084Z Downloaded ryu v1.0.15
10332024-02-24T04:11:10.084Z Downloaded serde_derive v1.0.196
10342024-02-24T04:11:10.084Z Downloaded libm v0.2.7
10352024-02-24T04:11:10.084Z Downloaded chrono v0.4.31
10362024-02-24T04:11:10.084Z Downloaded schemars v0.8.16
10372024-02-24T04:11:10.084Z Downloaded flate2 v1.0.28
10382024-02-24T04:11:10.084Z Downloaded clap v2.34.0
10392024-02-24T04:11:10.084Z Downloaded rayon-core v1.12.0
10402024-02-24T04:11:10.085Z Downloaded trust-dns-client v0.22.0
10412024-02-24T04:11:10.085Z Downloaded time v0.3.27
10422024-02-24T04:11:10.085Z Downloaded rcgen v0.12.1
10432024-02-24T04:11:10.085Z Downloaded tungstenite v0.20.1
10442024-02-24T04:11:10.085Z Downloaded regex-automata v0.1.10
10452024-02-24T04:11:10.085Z Downloaded heapless v0.7.16
10462024-02-24T04:11:10.085Z Downloaded tracing v0.1.37
10472024-02-24T04:11:10.085Z Downloaded blake3 v1.5.0
10482024-02-24T04:11:10.085Z Downloaded russh v0.42.0
10492024-02-24T04:11:10.085Z Downloaded petgraph v0.6.4
10502024-02-24T04:11:10.085Z Downloaded unicode-segmentation v1.10.1
10512024-02-24T04:11:10.085Z Downloaded serde_with v3.6.1
10522024-02-24T04:11:10.085Z Downloaded itertools v0.12.1
10532024-02-24T04:11:10.085Z Downloaded http v0.2.11
10542024-02-24T04:11:10.089Z Downloaded hkdf v0.12.4
10552024-02-24T04:11:10.089Z Downloaded unicode-normalization v0.1.22
10562024-02-24T04:11:10.090Z Downloaded headers v0.3.9
10572024-02-24T04:11:10.094Z Downloaded itertools v0.10.5
10582024-02-24T04:11:10.101Z Downloaded hashbrown v0.14.3
10592024-02-24T04:11:10.107Z Downloaded toml v0.5.11
10602024-02-24T04:11:10.110Z Downloaded indexmap v2.2.3
10612024-02-24T04:11:10.114Z Downloaded winnow v0.5.15
10622024-02-24T04:11:10.122Z Downloaded rustls-webpki v0.102.1
10632024-02-24T04:11:10.141Z Downloaded rand v0.7.3
10642024-02-24T04:11:10.146Z Downloaded zerocopy v0.7.32
10652024-02-24T04:11:10.166Z Downloaded tokio-util v0.7.10
10662024-02-24T04:11:10.169Z Downloaded h2 v0.3.24
10672024-02-24T04:11:10.176Z Downloaded object v0.32.1
10682024-02-24T04:11:10.187Z Downloaded rayon v1.8.0
10692024-02-24T04:11:10.196Z Downloaded smoltcp v0.9.1
10702024-02-24T04:11:10.208Z Downloaded reqwest v0.11.22
10712024-02-24T04:11:10.215Z Downloaded hyper v0.14.27
10722024-02-24T04:11:10.226Z Downloaded radix_trie v0.2.1
10732024-02-24T04:11:10.229Z Downloaded rustls v0.21.9
10742024-02-24T04:11:10.241Z Downloaded gimli v0.28.0
10752024-02-24T04:11:10.249Z Downloaded trust-dns-proto v0.22.0
10762024-02-24T04:11:10.262Z Downloaded bstr v1.6.0
10772024-02-24T04:11:10.273Z Downloaded diesel v2.1.4
10782024-02-24T04:11:10.292Z Downloaded regex v1.10.3
10792024-02-24T04:11:10.306Z Downloaded regress v0.8.0
10802024-02-24T04:11:10.314Z Downloaded regex-syntax v0.8.2
10812024-02-24T04:11:10.323Z Downloaded smoltcp v0.11.0
10822024-02-24T04:11:10.337Z Downloaded rustls v0.22.2
10832024-02-24T04:11:10.351Z Downloaded sled v0.34.7
10842024-02-24T04:11:10.363Z Downloaded idna v0.2.3
10852024-02-24T04:11:10.369Z Downloaded libc v0.2.153
10862024-02-24T04:11:10.401Z Downloaded idna v0.5.0
10872024-02-24T04:11:10.404Z Downloaded rustix v0.38.31
10882024-02-24T04:11:10.428Z Downloaded bstr v0.2.17
10892024-02-24T04:11:10.442Z Downloaded tokio v1.36.0
10902024-02-24T04:11:10.475Z Downloaded zerocopy-derive v0.2.0
10912024-02-24T04:11:10.483Z Downloaded bzip2-sys v0.1.11+1.0.8
10922024-02-24T04:11:10.496Z Downloaded zerocopy-derive v0.6.4
10932024-02-24T04:11:10.506Z Downloaded regex-automata v0.4.4
10942024-02-24T04:11:10.525Z Downloaded regex-automata v0.3.8
10952024-02-24T04:11:10.543Z Downloaded sha3 v0.10.8
10962024-02-24T04:11:10.547Z Downloaded openssl v0.10.60
10972024-02-24T04:11:10.557Z Downloaded webpki-roots v0.25.2
10982024-02-24T04:11:10.560Z Downloaded syn v1.0.109
10992024-02-24T04:11:10.574Z Downloaded winnow v0.6.1
11002024-02-24T04:11:10.580Z Downloaded rustls-webpki v0.101.7
11012024-02-24T04:11:10.595Z Downloaded futures-util v0.3.30
11022024-02-24T04:11:10.606Z Downloaded winapi v0.3.9
11032024-02-24T04:11:10.647Z Downloaded encoding_rs v0.8.33
11042024-02-24T04:11:10.668Z Downloaded serde_json v1.0.114
11052024-02-24T04:11:10.675Z Downloaded vcpkg v0.2.15
11062024-02-24T04:11:10.716Z Downloaded goblin v0.8.0
11072024-02-24T04:11:10.721Z Downloaded syn v2.0.48
11082024-02-24T04:11:10.732Z Downloaded rand v0.8.5
11092024-02-24T04:11:10.736Z Downloaded hashbrown v0.12.3
11102024-02-24T04:11:10.746Z Downloaded aho-corasick v1.0.4
11112024-02-24T04:11:10.749Z Downloaded aes-gcm v0.10.3
11122024-02-24T04:11:10.749Z Downloaded nom v7.1.3
11132024-02-24T04:11:10.754Z Downloaded p521 v0.13.3
11142024-02-24T04:11:10.758Z Downloaded clap_builder v4.5.0
11152024-02-24T04:11:10.765Z Downloaded rustc_version v0.4.0
11162024-02-24T04:11:10.768Z Downloaded getrandom v0.2.10
11172024-02-24T04:11:10.771Z Downloaded time-macros v0.2.13
11182024-02-24T04:11:10.771Z Downloaded thiserror-impl-no-std v2.0.2
11192024-02-24T04:11:10.774Z Downloaded slog-json v2.6.1
11202024-02-24T04:11:10.774Z Downloaded tokio-stream v0.1.14
11212024-02-24T04:11:10.778Z Downloaded tar v0.4.40
11222024-02-24T04:11:10.781Z Downloaded mio v0.8.9
11232024-02-24T04:11:10.786Z Downloaded memchr v2.6.3
11242024-02-24T04:11:10.793Z Downloaded ring v0.17.8
11252024-02-24T04:11:10.877Z Downloaded signal-hook-registry v1.4.1
11262024-02-24T04:11:10.880Z Downloaded spin v0.9.8
11272024-02-24T04:11:10.884Z Downloaded toml v0.8.10
11282024-02-24T04:11:10.887Z Downloaded ed25519-dalek v2.0.0
11292024-02-24T04:11:10.891Z Downloaded unsafe-libyaml v0.2.10
11302024-02-24T04:11:10.894Z Downloaded hmac v0.12.1
11312024-02-24T04:11:10.900Z Downloaded structmeta-derive v0.3.0
11322024-02-24T04:11:10.900Z Downloaded heck v0.4.1
11332024-02-24T04:11:10.903Z Downloaded inout v0.1.3
11342024-02-24T04:11:10.903Z Downloaded home v0.5.5
11352024-02-24T04:11:10.903Z Downloaded futures v0.3.30
11362024-02-24T04:11:10.906Z Downloaded pest v2.7.6
11372024-02-24T04:11:10.909Z Downloaded futures-channel v0.3.30
11382024-02-24T04:11:10.912Z Downloaded proc-macro2 v1.0.78
11392024-02-24T04:11:10.915Z Downloaded proc-macro-error v1.0.4
11402024-02-24T04:11:10.918Z Downloaded slog-scope v4.4.0
11412024-02-24T04:11:10.918Z Downloaded zip v0.6.6
11422024-02-24T04:11:10.921Z Downloaded slog-term v2.9.0
11432024-02-24T04:11:10.925Z Downloaded url v2.5.0
11442024-02-24T04:11:10.928Z Downloaded minimal-lexical v0.2.1
11452024-02-24T04:11:10.932Z Downloaded proc-macro-crate v1.3.1
11462024-02-24T04:11:10.935Z Downloaded futures-sink v0.3.30
11472024-02-24T04:11:10.935Z Downloaded enum-as-inner v0.5.1
11482024-02-24T04:11:10.935Z Downloaded primeorder v0.13.6
11492024-02-24T04:11:10.938Z Downloaded zerocopy v0.6.4
11502024-02-24T04:11:10.938Z Downloaded slog v2.7.0
11512024-02-24T04:11:10.942Z Downloaded slab v0.4.9
11522024-02-24T04:11:10.942Z Downloaded rustc-demangle v0.1.23
11532024-02-24T04:11:10.944Z Downloaded usdt v0.5.0
11542024-02-24T04:11:10.945Z Downloaded httparse v1.8.0
11552024-02-24T04:11:10.948Z Downloaded futures-macro v0.3.30
11562024-02-24T04:11:10.948Z Downloaded der v0.7.8
11572024-02-24T04:11:10.951Z Downloaded filetime v0.2.23
11582024-02-24T04:11:10.954Z Downloaded serde_tokenstream v0.2.0
11592024-02-24T04:11:10.959Z Downloaded thread_local v1.1.7
11602024-02-24T04:11:10.960Z Downloaded usdt-attr-macro v0.3.5
11612024-02-24T04:11:10.963Z Downloaded getrandom v0.1.16
11622024-02-24T04:11:10.963Z Downloaded postgres-protocol v0.6.6
11632024-02-24T04:11:10.963Z Downloaded ipnetwork v0.20.0
11642024-02-24T04:11:10.963Z Downloaded russh-cryptovec v0.7.0
11652024-02-24T04:11:10.963Z Downloaded errno v0.3.8
11662024-02-24T04:11:10.966Z Downloaded stable_deref_trait v1.2.0
11672024-02-24T04:11:10.966Z Downloaded p256 v0.13.2
11682024-02-24T04:11:10.969Z Downloaded siphasher v0.3.11
11692024-02-24T04:11:10.969Z Downloaded sec1 v0.7.3
11702024-02-24T04:11:10.971Z Downloaded ring v0.16.20
11712024-02-24T04:11:11.050Z Downloaded ed25519 v2.2.2
11722024-02-24T04:11:11.053Z Downloaded serde_urlencoded v0.7.1
11732024-02-24T04:11:11.053Z Downloaded stringprep v0.1.3
11742024-02-24T04:11:11.056Z Downloaded tokio-rustls v0.25.0
11752024-02-24T04:11:11.056Z Downloaded postcard v1.0.8
11762024-02-24T04:11:11.059Z Downloaded fastrand v2.0.1
11772024-02-24T04:11:11.060Z Downloaded strsim v0.10.0
11782024-02-24T04:11:11.063Z Downloaded equivalent v1.0.1
11792024-02-24T04:11:11.063Z Downloaded owo-colors v4.0.0
11802024-02-24T04:11:11.065Z Downloaded hubpack_derive v0.1.1
11812024-02-24T04:11:11.066Z Downloaded camino-tempfile v1.1.1
11822024-02-24T04:11:11.069Z Downloaded heck v0.3.3
11832024-02-24T04:11:11.069Z Downloaded hash32 v0.2.1
11842024-02-24T04:11:11.069Z Downloaded thiserror-no-std v2.0.2
11852024-02-24T04:11:11.072Z Downloaded vec_map v0.8.2
11862024-02-24T04:11:11.075Z Downloaded predicates v3.1.0
11872024-02-24T04:11:11.075Z Downloaded usdt-attr-macro v0.5.0
11882024-02-24T04:11:11.081Z Downloaded ucd-trie v0.1.6
11892024-02-24T04:11:11.081Z Downloaded num-integer v0.1.46
11902024-02-24T04:11:11.084Z Downloaded unicase v2.7.0
11912024-02-24T04:11:11.084Z Downloaded parking_lot v0.11.2
11922024-02-24T04:11:11.084Z Downloaded native-tls v0.2.11
11932024-02-24T04:11:11.084Z Downloaded password-hash v0.5.0
11942024-02-24T04:11:11.087Z Downloaded diesel_derives v2.1.2
11952024-02-24T04:11:11.090Z Downloaded ciborium v0.2.2
11962024-02-24T04:11:11.090Z Downloaded crc32fast v1.3.2
11972024-02-24T04:11:11.093Z Downloaded structmeta v0.3.0
11982024-02-24T04:11:11.093Z Downloaded ahash v0.8.7
11992024-02-24T04:11:11.096Z Downloaded multer v3.0.0
12002024-02-24T04:11:11.099Z Downloaded backoff v0.4.0
12012024-02-24T04:11:11.099Z Downloaded tokio-macros v2.2.0
12022024-02-24T04:11:11.102Z Downloaded percent-encoding v2.3.1
12032024-02-24T04:11:11.102Z Downloaded darling_core v0.20.3
12042024-02-24T04:11:11.105Z Downloaded addr2line v0.21.0
12052024-02-24T04:11:11.109Z Downloaded usdt v0.3.5
12062024-02-24T04:11:11.109Z Downloaded poly1305 v0.8.0
12072024-02-24T04:11:11.112Z Downloaded unicode-width v0.1.11
12082024-02-24T04:11:11.112Z Downloaded unicode-xid v0.2.4
12092024-02-24T04:11:11.112Z Downloaded xattr v1.0.1
12102024-02-24T04:11:11.115Z Downloaded usdt-macro v0.3.5
12112024-02-24T04:11:11.115Z Downloaded ppv-lite86 v0.2.17
12122024-02-24T04:11:11.115Z Downloaded bit-set v0.5.3
12132024-02-24T04:11:11.118Z Downloaded lock_api v0.4.10
12142024-02-24T04:11:11.118Z Downloaded zone_cfg_derive v0.3.0
12152024-02-24T04:11:11.118Z Downloaded base64ct v1.6.0
12162024-02-24T04:11:11.124Z Downloaded blowfish v0.9.1
12172024-02-24T04:11:11.124Z Downloaded cbc v0.1.2
12182024-02-24T04:11:11.127Z Downloaded memmap2 v0.7.1
12192024-02-24T04:11:11.127Z Downloaded strum_macros v0.25.2
12202024-02-24T04:11:11.127Z Downloaded defmt-macros v0.3.6
12212024-02-24T04:11:11.130Z Downloaded strsim v0.11.0
12222024-02-24T04:11:11.130Z Downloaded linear-map v1.2.0
12232024-02-24T04:11:11.133Z Downloaded data-encoding v2.4.0
12242024-02-24T04:11:11.133Z Downloaded cpufeatures v0.2.12
12252024-02-24T04:11:11.133Z Downloaded block-buffer v0.10.4
12262024-02-24T04:11:11.136Z Downloaded anstyle v1.0.2
12272024-02-24T04:11:11.136Z Downloaded thiserror v1.0.57
12282024-02-24T04:11:11.139Z Downloaded anstyle-query v1.0.0
12292024-02-24T04:11:11.142Z Downloaded libsw v3.3.1
12302024-02-24T04:11:11.142Z Downloaded phf_shared v0.11.2
12312024-02-24T04:11:11.145Z Downloaded managed v0.8.0
12322024-02-24T04:11:11.145Z Downloaded crucible-workspace-hack v0.1.0
12332024-02-24T04:11:11.145Z Downloaded pest_generator v2.7.6
12342024-02-24T04:11:11.148Z Downloaded match_cfg v0.1.0
12352024-02-24T04:11:11.148Z Downloaded bitflags v2.4.0
12362024-02-24T04:11:11.151Z Downloaded defmt-parser v0.3.3
12372024-02-24T04:11:11.151Z Downloaded async-stream v0.3.5
12382024-02-24T04:11:11.151Z Downloaded paste v1.0.14
12392024-02-24T04:11:11.154Z Downloaded memoffset v0.9.0
12402024-02-24T04:11:11.157Z Downloaded pem v3.0.2
12412024-02-24T04:11:11.157Z Downloaded colored v2.0.4
12422024-02-24T04:11:11.160Z Downloaded phf v0.11.2
12432024-02-24T04:11:11.160Z Downloaded nibble_vec v0.1.0
12442024-02-24T04:11:11.160Z Downloaded crypto-common v0.1.6
12452024-02-24T04:11:11.163Z Downloaded num_cpus v1.16.0
12462024-02-24T04:11:11.163Z Downloaded aead v0.5.2
12472024-02-24T04:11:11.166Z Downloaded num-iter v0.1.43
12482024-02-24T04:11:11.166Z Downloaded base16ct v0.2.0
12492024-02-24T04:11:11.166Z Downloaded anyhow v1.0.75
12502024-02-24T04:11:11.171Z Downloaded autocfg v1.1.0
12512024-02-24T04:11:11.174Z Downloaded pretty-hex v0.2.1
12522024-02-24T04:11:11.174Z Downloaded phf_shared v0.10.0
12532024-02-24T04:11:11.174Z Downloaded der_derive v0.7.2
12542024-02-24T04:11:11.175Z Downloaded parking_lot_core v0.9.8
12552024-02-24T04:11:11.175Z Downloaded camino v1.1.6
12562024-02-24T04:11:11.178Z Downloaded parking_lot_core v0.8.6
12572024-02-24T04:11:11.178Z Downloaded allocator-api2 v0.2.16
12582024-02-24T04:11:11.181Z Downloaded diesel_table_macro_syntax v0.1.0
12592024-02-24T04:11:11.181Z Downloaded cipher v0.4.4
12602024-02-24T04:11:11.184Z Downloaded anstyle-parse v0.2.1
12612024-02-24T04:11:11.184Z Downloaded byteorder v1.5.0
12622024-02-24T04:11:11.187Z Downloaded structopt v0.3.26
12632024-02-24T04:11:11.191Z Downloaded openssl-macros v0.1.1
12642024-02-24T04:11:11.606Z Compiling proc-macro2 v1.0.78
12652024-02-24T04:11:11.606Z Compiling unicode-ident v1.0.12
12662024-02-24T04:11:11.609Z Compiling libc v0.2.153
12672024-02-24T04:11:11.609Z Compiling serde v1.0.196
12682024-02-24T04:11:11.609Z Compiling version_check v0.9.4
12692024-02-24T04:11:11.609Z Compiling autocfg v1.1.0
12702024-02-24T04:11:11.648Z Compiling cfg-if v1.0.0
12712024-02-24T04:11:11.818Z Compiling syn v1.0.109
12722024-02-24T04:11:11.825Z Compiling once_cell v1.19.0
12732024-02-24T04:11:12.216Z Compiling thiserror v1.0.57
12742024-02-24T04:11:12.391Z Compiling typenum v1.16.0
12752024-02-24T04:11:12.478Z Compiling lock_api v0.4.10
12762024-02-24T04:11:13.088Z Compiling memchr v2.6.3
12772024-02-24T04:11:13.176Z Compiling generic-array v0.14.7
12782024-02-24T04:11:13.298Z Compiling parking_lot_core v0.9.8
12792024-02-24T04:11:13.303Z Compiling byteorder v1.5.0
12802024-02-24T04:11:13.303Z Compiling libm v0.2.7
12812024-02-24T04:11:13.461Z Compiling ahash v0.8.7
12822024-02-24T04:11:13.629Z Compiling num-traits v0.2.16
12832024-02-24T04:11:13.728Z Compiling serde_json v1.0.114
12842024-02-24T04:11:13.779Z Compiling itoa v1.0.9
12852024-02-24T04:11:14.069Z Compiling slab v0.4.9
12862024-02-24T04:11:14.278Z Compiling quote v1.0.35
12872024-02-24T04:11:14.306Z Compiling log v0.4.20
12882024-02-24T04:11:14.805Z Compiling syn v2.0.48
12892024-02-24T04:11:14.881Z Compiling getrandom v0.2.10
12902024-02-24T04:11:14.902Z Compiling cc v1.0.83
12912024-02-24T04:11:15.041Z Compiling scopeguard v1.2.0
12922024-02-24T04:11:15.095Z Compiling rand_core v0.6.4
12932024-02-24T04:11:15.317Z Compiling allocator-api2 v0.2.16
12942024-02-24T04:11:15.620Z Compiling ryu v1.0.15
12952024-02-24T04:11:15.921Z Compiling pkg-config v0.3.27
12962024-02-24T04:11:16.039Z Compiling heck v0.4.1
12972024-02-24T04:11:16.164Z Compiling schemars v0.8.16
12982024-02-24T04:11:16.505Z Compiling equivalent v1.0.1
12992024-02-24T04:11:16.537Z Compiling subtle v2.5.0
13002024-02-24T04:11:16.540Z Compiling smallvec v1.13.1
13012024-02-24T04:11:17.119Z Compiling vcpkg v0.2.15
13022024-02-24T04:11:17.466Z Compiling pin-project-lite v0.2.13
13032024-02-24T04:11:17.771Z Compiling httparse v1.8.0
13042024-02-24T04:11:18.130Z Compiling parking_lot v0.12.1
13052024-02-24T04:11:18.179Z Compiling ring v0.17.8
13062024-02-24T04:11:18.237Z Compiling ucd-trie v0.1.6
13072024-02-24T04:11:19.161Z Compiling ring v0.16.20
13082024-02-24T04:11:19.432Z Compiling openssl-sys v0.9.96
13092024-02-24T04:11:19.460Z Compiling signal-hook-registry v1.4.1
13102024-02-24T04:11:19.723Z Compiling fnv v1.0.7
13112024-02-24T04:11:19.848Z Compiling mio v0.8.9
13122024-02-24T04:11:20.113Z Compiling iana-time-zone v0.1.57
13132024-02-24T04:11:20.292Z Compiling const-oid v0.9.5
13142024-02-24T04:11:20.342Z Compiling openssl v0.10.60
13152024-02-24T04:11:20.574Z Compiling semver v1.0.22
13162024-02-24T04:11:20.874Z Compiling rustix v0.38.31
13172024-02-24T04:11:21.142Z Compiling socket2 v0.5.5
13182024-02-24T04:11:21.142Z Compiling num_cpus v1.16.0
13192024-02-24T04:11:21.432Z Compiling native-tls v0.2.11
13202024-02-24T04:11:21.764Z Compiling rustls v0.21.9
13212024-02-24T04:11:21.873Z Compiling dyn-clone v1.0.16
13222024-02-24T04:11:21.876Z Compiling futures-core v0.3.30
13232024-02-24T04:11:22.091Z Compiling aho-corasick v1.0.4
13242024-02-24T04:11:22.134Z Compiling crossbeam-utils v0.8.16
13252024-02-24T04:11:22.245Z Compiling regex-syntax v0.8.2
13262024-02-24T04:11:22.615Z Compiling serde_derive_internals v0.26.0
13272024-02-24T04:11:22.673Z Compiling slog v2.7.0
13282024-02-24T04:11:23.173Z Compiling spin v0.5.2
13292024-02-24T04:11:23.227Z Compiling async-trait v0.1.77
13302024-02-24T04:11:23.514Z Compiling futures-sink v0.3.30
13312024-02-24T04:11:23.905Z Compiling backtrace v0.3.69
13322024-02-24T04:11:24.287Z Compiling tinyvec_macros v0.1.1
13332024-02-24T04:11:24.375Z Compiling tinyvec v1.6.0
13342024-02-24T04:11:24.615Z Compiling futures-channel v0.3.30
13352024-02-24T04:11:25.133Z Compiling cpufeatures v0.2.12
13362024-02-24T04:11:25.231Z Compiling futures-io v0.3.30
13372024-02-24T04:11:25.534Z Compiling futures-task v0.3.30
13382024-02-24T04:11:25.554Z Compiling pin-utils v0.1.0
13392024-02-24T04:11:25.877Z Compiling regex-automata v0.4.4
13402024-02-24T04:11:26.080Z Compiling unicode-normalization v0.1.22
13412024-02-24T04:11:26.326Z Compiling spin v0.9.8
13422024-02-24T04:11:26.668Z Compiling memoffset v0.9.0
13432024-02-24T04:11:26.714Z Compiling tracing-core v0.1.31
13442024-02-24T04:11:26.987Z Compiling unicode-width v0.1.11
13452024-02-24T04:11:27.006Z Compiling unicode-bidi v0.3.13
13462024-02-24T04:11:27.140Z Compiling anyhow v1.0.75
13472024-02-24T04:11:28.318Z Compiling winnow v0.5.15
13482024-02-24T04:11:28.585Z Compiling crc32fast v1.3.2
13492024-02-24T04:11:29.050Z Compiling crossbeam-epoch v0.9.15
13502024-02-24T04:11:29.231Z Compiling time-core v0.1.1
13512024-02-24T04:11:29.368Z Compiling time-macros v0.2.13
13522024-02-24T04:11:29.990Z Compiling serde_derive v1.0.196
13532024-02-24T04:11:30.149Z Compiling zeroize_derive v1.4.2
13542024-02-24T04:11:31.574Z Compiling zerocopy-derive v0.7.32
13552024-02-24T04:11:31.590Z Compiling thiserror-impl v1.0.57
13562024-02-24T04:11:32.219Z Compiling tokio-macros v2.2.0
13572024-02-24T04:11:32.675Z Compiling zeroize v1.7.0
13582024-02-24T04:11:33.008Z Compiling futures-macro v0.3.30
13592024-02-24T04:11:33.563Z Compiling zerocopy v0.7.32
13602024-02-24T04:11:34.599Z Compiling tracing-attributes v0.1.26
13612024-02-24T04:11:34.850Z Compiling schemars_derive v0.8.16
13622024-02-24T04:11:35.053Z Compiling pest v2.7.6
13632024-02-24T04:11:35.248Z Compiling crypto-common v0.1.6
13642024-02-24T04:11:35.659Z Compiling hashbrown v0.14.3
13652024-02-24T04:11:36.267Z Compiling openssl-macros v0.1.1
13662024-02-24T04:11:37.086Z Compiling block-buffer v0.10.4
13672024-02-24T04:11:37.153Z Compiling regex v1.10.3
13682024-02-24T04:11:37.346Z Compiling digest v0.10.7
13692024-02-24T04:11:37.582Z Compiling pest_meta v2.7.6
13702024-02-24T04:11:38.307Z Compiling futures-util v0.3.30
13712024-02-24T04:11:39.621Z Compiling pest_generator v2.7.6
13722024-02-24T04:11:40.619Z Compiling tracing v0.1.37
13732024-02-24T04:11:40.657Z Compiling der_derive v0.7.2
13742024-02-24T04:11:43.039Z Compiling pest_derive v2.7.6
13752024-02-24T04:11:43.069Z Compiling percent-encoding v2.3.1
13762024-02-24T04:11:43.319Z Compiling foreign-types-shared v0.1.1
13772024-02-24T04:11:43.427Z Compiling untrusted v0.9.0
13782024-02-24T04:11:43.441Z Compiling untrusted v0.7.1
13792024-02-24T04:11:43.464Z Compiling foreign-types v0.3.2
13802024-02-24T04:11:44.273Z Compiling bytes v1.5.0
13812024-02-24T04:11:44.611Z Compiling indexmap v2.2.3
13822024-02-24T04:11:45.082Z Compiling chrono v0.4.31
13832024-02-24T04:11:45.156Z Compiling uuid v1.7.0
13842024-02-24T04:11:45.616Z Compiling tokio v1.36.0
13852024-02-24T04:11:46.119Z Compiling http v0.2.11
13862024-02-24T04:11:47.609Z Compiling bitflags v2.4.0
13872024-02-24T04:11:47.700Z Compiling toml_datetime v0.6.5
13882024-02-24T04:11:48.040Z Compiling serde_spanned v0.6.5
13892024-02-24T04:11:48.275Z Compiling toml_edit v0.19.15
13902024-02-24T04:11:48.619Z Compiling rustc_version v0.4.0
13912024-02-24T04:11:48.809Z Compiling openapiv3 v2.0.0
13922024-02-24T04:11:50.585Z Compiling serde_tokenstream v0.2.0
13932024-02-24T04:11:51.341Z Compiling errno v0.3.8
13942024-02-24T04:11:51.557Z Compiling base64 v0.21.7
13952024-02-24T04:11:51.795Z Compiling ppv-lite86 v0.2.17
13962024-02-24T04:11:52.341Z Compiling unicode-xid v0.2.4
13972024-02-24T04:11:52.359Z Compiling try-lock v0.2.4
13982024-02-24T04:11:52.496Z Compiling want v0.3.1
13992024-02-24T04:11:52.514Z Compiling synstructure v0.12.6
14002024-02-24T04:11:54.027Z Compiling http-body v0.4.5
14012024-02-24T04:11:54.076Z Compiling rustls-webpki v0.101.7
14022024-02-24T04:11:54.427Z Compiling sct v0.7.0
14032024-02-24T04:11:54.736Z Compiling form_urlencoded v1.2.1
14042024-02-24T04:11:55.140Z Compiling scroll_derive v0.12.0
14052024-02-24T04:11:55.870Z Compiling tokio-util v0.7.10
14062024-02-24T04:11:56.147Z Compiling socket2 v0.4.9
14072024-02-24T04:11:56.197Z Compiling httpdate v1.0.3
14082024-02-24T04:11:56.874Z Compiling tower-service v0.3.2
14092024-02-24T04:11:56.995Z Compiling openssl-probe v0.1.5
14102024-02-24T04:11:57.352Z Compiling h2 v0.3.24
14112024-02-24T04:11:58.215Z Compiling zerocopy-derive v0.2.0
14122024-02-24T04:11:59.786Z Compiling idna v0.5.0
14132024-02-24T04:12:00.399Z Compiling lazy_static v1.4.0
14142024-02-24T04:12:01.049Z Compiling thread-id v4.2.0
14152024-02-24T04:12:01.388Z Compiling adler v1.0.2
14162024-02-24T04:12:01.623Z Compiling miniz_oxide v0.7.1
14172024-02-24T04:12:01.775Z Compiling tokio-rustls v0.24.1
14182024-02-24T04:12:02.039Z Compiling url v2.5.0
14192024-02-24T04:12:03.013Z Compiling tokio-native-tls v0.3.1
14202024-02-24T04:12:03.270Z Compiling rand_chacha v0.3.1
14212024-02-24T04:12:03.444Z Compiling rustversion v1.0.14
14222024-02-24T04:12:03.665Z Compiling ipnet v2.9.0
14232024-02-24T04:12:03.773Z Compiling rand v0.8.5
14242024-02-24T04:12:04.012Z Compiling serde_urlencoded v0.7.1
14252024-02-24T04:12:04.231Z Compiling rustls-pemfile v1.0.3
14262024-02-24T04:12:04.544Z Compiling hyper v0.14.27
14272024-02-24T04:12:04.995Z Compiling usdt-impl v0.3.5
14282024-02-24T04:12:05.047Z Compiling encoding_rs v0.8.33
14292024-02-24T04:12:05.066Z Compiling mime v0.3.17
14302024-02-24T04:12:05.368Z Compiling gimli v0.28.0
14312024-02-24T04:12:05.513Z Compiling webpki-roots v0.25.2
14322024-02-24T04:12:05.661Z Compiling either v1.10.0
14332024-02-24T04:12:07.044Z Compiling regress v0.8.0
14342024-02-24T04:12:07.091Z Compiling object v0.32.1
14352024-02-24T04:12:07.730Z Compiling num-bigint v0.4.4
14362024-02-24T04:12:07.881Z Compiling usdt-impl v0.5.0
14372024-02-24T04:12:08.249Z Compiling rustc-demangle v0.1.23
14382024-02-24T04:12:09.271Z Compiling flate2 v1.0.28
14392024-02-24T04:12:09.875Z Compiling addr2line v0.21.0
14402024-02-24T04:12:09.916Z Compiling zerocopy v0.3.0
14412024-02-24T04:12:10.293Z Compiling scroll v0.12.0
14422024-02-24T04:12:10.525Z Compiling heapless v0.7.16
14432024-02-24T04:12:10.672Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14442024-02-24T04:12:10.724Z Compiling futures-executor v0.3.30
14452024-02-24T04:12:11.077Z Compiling bzip2-sys v0.1.11+1.0.8
14462024-02-24T04:12:11.358Z Compiling winnow v0.6.1
14472024-02-24T04:12:11.567Z Compiling plain v0.2.3
14482024-02-24T04:12:11.731Z Compiling hyper-rustls v0.24.2
14492024-02-24T04:12:11.924Z Compiling hyper-tls v0.5.0
14502024-02-24T04:12:12.289Z Compiling reqwest v0.11.22
14512024-02-24T04:12:12.892Z Compiling base64ct v1.6.0
14522024-02-24T04:12:12.930Z Compiling signal-hook v0.3.17
14532024-02-24T04:12:13.548Z Compiling goblin v0.8.0
14542024-02-24T04:12:15.069Z Compiling toml_edit v0.22.6
14552024-02-24T04:12:15.463Z Compiling futures v0.3.30
14562024-02-24T04:12:15.587Z Compiling dof v0.1.5
14572024-02-24T04:12:16.611Z Compiling toml v0.7.8
14582024-02-24T04:12:17.065Z Compiling hex v0.4.3
14592024-02-24T04:12:17.580Z Compiling dtrace-parser v0.1.14
14602024-02-24T04:12:17.824Z Compiling pretty-hex v0.4.1
14612024-02-24T04:12:19.663Z Compiling dof v0.3.0
14622024-02-24T04:12:20.005Z Compiling strum_macros v0.25.2
14632024-02-24T04:12:20.283Z Compiling serde_tokenstream v0.1.7
14642024-02-24T04:12:20.401Z Compiling dtrace-parser v0.2.0
14652024-02-24T04:12:22.106Z Compiling smoltcp v0.9.1
14662024-02-24T04:12:22.449Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14672024-02-24T04:12:22.617Z Compiling pem-rfc7468 v0.7.0
14682024-02-24T04:12:23.943Z Compiling hmac v0.12.1
14692024-02-24T04:12:23.951Z Compiling enum-as-inner v0.5.1
14702024-02-24T04:12:23.951Z Compiling num-iter v0.1.43
14712024-02-24T04:12:23.991Z Compiling siphasher v0.3.11
14722024-02-24T04:12:24.304Z Compiling flagset v0.4.3
14732024-02-24T04:12:24.375Z Compiling unicode-segmentation v1.10.1
14742024-02-24T04:12:24.518Z Compiling der v0.7.8
14752024-02-24T04:12:24.538Z Compiling usdt-macro v0.3.5
14762024-02-24T04:12:24.591Z Compiling usdt-attr-macro v0.3.5
14772024-02-24T04:12:25.236Z Compiling hubpack_derive v0.1.1
14782024-02-24T04:12:25.271Z Compiling zerocopy-derive v0.6.4
14792024-02-24T04:12:26.186Z Compiling utf8parse v0.2.1
14802024-02-24T04:12:26.349Z Compiling deranged v0.3.8
14812024-02-24T04:12:27.086Z Compiling num_threads v0.1.6
14822024-02-24T04:12:27.802Z Compiling anstyle v1.0.2
14832024-02-24T04:12:27.982Z Compiling spki v0.7.2
14842024-02-24T04:12:28.033Z Compiling sha2 v0.10.8
14852024-02-24T04:12:28.253Z Compiling time v0.3.27
14862024-02-24T04:12:28.342Z Compiling anstyle-parse v0.2.1
14872024-02-24T04:12:29.635Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14882024-02-24T04:12:30.129Z Compiling md-5 v0.10.5
14892024-02-24T04:12:30.381Z Compiling block-padding v0.3.3
14902024-02-24T04:12:30.446Z Compiling clap_derive v4.5.0
14912024-02-24T04:12:30.649Z Compiling stringprep v0.1.3
14922024-02-24T04:12:31.840Z Compiling getopts v0.2.21
14932024-02-24T04:12:31.958Z Compiling diesel_table_macro_syntax v0.1.0
14942024-02-24T04:12:32.495Z Compiling num-integer v0.1.46
14952024-02-24T04:12:33.529Z Compiling hash32 v0.2.1
14962024-02-24T04:12:33.940Z Compiling colorchoice v1.0.0
14972024-02-24T04:12:34.100Z Compiling anstyle-query v1.0.0
14982024-02-24T04:12:34.449Z Compiling fallible-iterator v0.2.0
14992024-02-24T04:12:35.109Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
15002024-02-24T04:12:35.144Z Compiling stable_deref_trait v1.2.0
15012024-02-24T04:12:35.788Z Compiling postgres-protocol v0.6.6
15022024-02-24T04:12:36.572Z Compiling anstream v0.6.11
15032024-02-24T04:12:37.237Z Compiling diesel_derives v2.1.2
15042024-02-24T04:12:37.392Z Compiling inout v0.1.3
15052024-02-24T04:12:39.685Z Compiling pkcs8 v0.10.2
15062024-02-24T04:12:40.248Z Compiling phf_shared v0.11.2
15072024-02-24T04:12:41.176Z Compiling ff v0.13.0
15082024-02-24T04:12:41.248Z Compiling terminal_size v0.3.0
15092024-02-24T04:12:41.453Z Compiling serde_repr v0.1.16
15102024-02-24T04:12:41.676Z Compiling scheduled-thread-pool v0.2.7
15112024-02-24T04:12:42.184Z Compiling clap_lex v0.7.0
15122024-02-24T04:12:42.293Z Compiling regex-automata v0.1.10
15132024-02-24T04:12:42.739Z Compiling managed v0.8.0
15142024-02-24T04:12:42.841Z Compiling matches v0.1.10
15152024-02-24T04:12:42.892Z Compiling bitflags v1.3.2
15162024-02-24T04:12:42.945Z Compiling base16ct v0.2.0
15172024-02-24T04:12:43.006Z Compiling bit-vec v0.6.3
15182024-02-24T04:12:43.025Z Compiling strsim v0.11.0
15192024-02-24T04:12:43.195Z Compiling unsafe-libyaml v0.2.10
15202024-02-24T04:12:43.441Z Compiling clap_builder v4.5.0
15212024-02-24T04:12:43.957Z Compiling sec1 v0.7.3
15222024-02-24T04:12:44.526Z Compiling serde_yaml v0.9.25
15232024-02-24T04:12:45.938Z Compiling idna v0.2.3
15242024-02-24T04:12:47.566Z Compiling bstr v0.2.17
15252024-02-24T04:12:47.912Z Compiling r2d2 v0.8.10
15262024-02-24T04:12:48.564Z Compiling group v0.13.0
15272024-02-24T04:12:49.024Z Compiling phf v0.11.2
15282024-02-24T04:12:49.103Z Compiling signal-hook-mio v0.2.3
15292024-02-24T04:12:49.265Z Compiling bzip2 v0.4.4
15302024-02-24T04:12:49.327Z Compiling cipher v0.4.4
15312024-02-24T04:12:49.661Z Compiling postgres-types v0.2.6
15322024-02-24T04:12:49.681Z Compiling zerocopy v0.6.4
15332024-02-24T04:12:49.830Z Compiling hubpack v0.1.2
15342024-02-24T04:12:50.323Z Compiling phf_shared v0.10.0
15352024-02-24T04:12:51.600Z Compiling hkdf v0.12.4
15362024-02-24T04:12:51.671Z Compiling crypto-bigint v0.5.2
15372024-02-24T04:12:51.671Z Compiling ipnetwork v0.20.0
15382024-02-24T04:12:51.671Z Compiling float-cmp v0.9.0
15392024-02-24T04:12:51.842Z Compiling static_assertions v1.1.0
15402024-02-24T04:12:51.953Z Compiling minimal-lexical v0.2.1
15412024-02-24T04:12:52.521Z Compiling new_debug_unreachable v1.0.4
15422024-02-24T04:12:52.623Z Compiling normalize-line-endings v0.3.0
15432024-02-24T04:12:52.753Z Compiling data-encoding v2.4.0
15442024-02-24T04:12:54.127Z Compiling predicates-core v1.0.6
15452024-02-24T04:12:54.130Z Compiling precomputed-hash v0.1.1
15462024-02-24T04:12:54.400Z Compiling difflib v0.4.0
15472024-02-24T04:12:54.524Z Compiling whoami v1.4.1
15482024-02-24T04:12:54.713Z Compiling fixedbitset v0.4.2
15492024-02-24T04:12:55.152Z Compiling regex-automata v0.3.8
15502024-02-24T04:12:56.147Z Compiling petgraph v0.6.4
15512024-02-24T04:12:56.325Z Compiling tokio-postgres v0.7.10
15522024-02-24T04:12:57.687Z Compiling bstr v1.6.0
15532024-02-24T04:12:57.757Z Compiling predicates v3.1.0
15542024-02-24T04:12:57.782Z Compiling diesel v2.1.4
15552024-02-24T04:12:59.306Z Compiling string_cache v0.8.7
15562024-02-24T04:12:59.408Z Compiling trust-dns-proto v0.22.0
15572024-02-24T04:12:59.443Z Compiling elliptic-curve v0.13.8
15582024-02-24T04:12:59.479Z Compiling nom v7.1.3
15592024-02-24T04:13:00.014Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15602024-02-24T04:13:00.183Z Compiling yasna v0.5.2
15612024-02-24T04:13:00.413Z Compiling zip v0.6.6
15622024-02-24T04:13:00.975Z Compiling crossterm v0.27.0
15632024-02-24T04:13:01.625Z Compiling similar v2.3.0
15642024-02-24T04:13:02.240Z Compiling clap v4.5.0
15652024-02-24T04:13:02.511Z Compiling bit-set v0.5.3
15662024-02-24T04:13:02.648Z Compiling usdt v0.3.5
15672024-02-24T04:13:02.789Z Compiling strum v0.25.0
15682024-02-24T04:13:02.976Z Compiling itertools v0.10.5
15692024-02-24T04:13:03.398Z Compiling console v0.15.8
15702024-02-24T04:13:03.489Z Compiling tokio-stream v0.1.14
15712024-02-24T04:13:04.545Z Compiling lalrpop-util v0.19.12
15722024-02-24T04:13:04.903Z Compiling camino v1.1.6
15732024-02-24T04:13:08.067Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15742024-02-24T04:13:16.513Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15752024-02-24T04:13:41.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15762024-02-24T04:13:44.410Z Compiling sha1 v0.10.6
15772024-02-24T04:13:44.996Z Compiling atty v0.2.14
15782024-02-24T04:13:45.140Z Compiling match_cfg v0.1.0
15792024-02-24T04:13:45.176Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15802024-02-24T04:13:45.238Z Compiling hostname v0.3.1
15812024-02-24T04:13:45.492Z Compiling dirs-sys-next v0.1.2
15822024-02-24T04:13:45.624Z Compiling rustls-pki-types v1.3.0
15832024-02-24T04:13:45.730Z Compiling strsim v0.10.0
15842024-02-24T04:13:45.857Z Compiling ident_case v1.0.1
15852024-02-24T04:13:46.066Z Compiling darling_core v0.20.3
15862024-02-24T04:13:46.121Z Compiling dirs-next v2.0.0
15872024-02-24T04:13:46.284Z Compiling thread_local v1.1.7
15882024-02-24T04:13:46.314Z Compiling rustls v0.22.2
15892024-02-24T04:13:46.490Z Compiling slog-async v2.8.0
15902024-02-24T04:13:46.651Z Compiling term v0.7.0
15912024-02-24T04:13:46.828Z Compiling rustls-webpki v0.102.1
15922024-02-24T04:13:46.851Z Compiling crossbeam-channel v0.5.8
15932024-02-24T04:13:47.086Z Compiling multer v3.0.0
15942024-02-24T04:13:47.417Z Compiling instant v0.1.12
15952024-02-24T04:13:47.573Z Compiling take_mut v0.2.2
15962024-02-24T04:13:47.645Z Compiling paste v1.0.14
15972024-02-24T04:13:48.274Z Compiling slog-term v2.9.0
15982024-02-24T04:13:48.326Z Compiling slog-json v2.6.1
15992024-02-24T04:13:48.725Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
16002024-02-24T04:13:48.949Z Compiling http v1.0.0
16012024-02-24T04:13:49.027Z Compiling async-stream-impl v0.3.5
16022024-02-24T04:13:49.103Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16032024-02-24T04:13:49.461Z Compiling debug-ignore v1.0.5
16042024-02-24T04:13:49.545Z Compiling atomic-waker v1.1.1
16052024-02-24T04:13:49.688Z Compiling waitgroup v0.1.2
16062024-02-24T04:13:49.751Z Compiling slog-bunyan v2.5.0
16072024-02-24T04:13:49.971Z Compiling rustls-pemfile v2.1.0
16082024-02-24T04:13:50.440Z Compiling toml v0.8.10
16092024-02-24T04:13:50.528Z Compiling async-stream v0.3.5
16102024-02-24T04:13:51.233Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16112024-02-24T04:13:51.716Z Compiling serde_path_to_error v0.1.15
16122024-02-24T04:13:52.064Z Compiling structmeta-derive v0.3.0
16132024-02-24T04:13:52.242Z Compiling strum_macros v0.26.1
16142024-02-24T04:13:52.393Z Compiling darling_macro v0.20.3
16152024-02-24T04:13:52.642Z Compiling tokio-rustls v0.25.0
16162024-02-24T04:13:53.074Z Compiling newtype-uuid v1.0.1
16172024-02-24T04:13:53.384Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16182024-02-24T04:13:53.516Z Compiling darling v0.20.3
16192024-02-24T04:13:53.593Z Compiling backoff v0.4.0
16202024-02-24T04:13:53.642Z Compiling serde_with_macros v3.6.1
16212024-02-24T04:13:53.957Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16222024-02-24T04:13:54.650Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16232024-02-24T04:13:54.799Z Compiling macaddr v1.0.1
16242024-02-24T04:13:54.825Z Compiling proc-macro-error-attr v1.0.4
16252024-02-24T04:13:55.236Z Compiling proc-macro-crate v1.3.1
16262024-02-24T04:13:55.284Z Compiling proc-macro-error v1.0.4
16272024-02-24T04:13:55.335Z Compiling structmeta v0.3.0
16282024-02-24T04:13:55.628Z Compiling heapless v0.8.0
16292024-02-24T04:13:55.795Z Compiling parse-display-derive v0.9.0
16302024-02-24T04:13:56.421Z Compiling num_enum_derive v0.5.11
16312024-02-24T04:13:57.115Z Compiling serde_with v3.6.1
16322024-02-24T04:13:57.687Z Compiling hash32 v0.3.1
16332024-02-24T04:13:57.827Z Compiling strum v0.26.1
16342024-02-24T04:13:57.930Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16352024-02-24T04:13:58.010Z Compiling rayon-core v1.12.0
16362024-02-24T04:13:58.285Z Compiling smoltcp v0.11.0
16372024-02-24T04:13:59.140Z Compiling crossbeam-deque v0.8.3
16382024-02-24T04:13:59.402Z Compiling num_enum v0.5.11
16392024-02-24T04:13:59.503Z Compiling fastrand v2.0.1
16402024-02-24T04:13:59.529Z Compiling cobs v0.2.3
16412024-02-24T04:13:59.852Z Compiling embedded-io v0.4.0
16422024-02-24T04:13:59.886Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16432024-02-24T04:14:00.070Z Compiling same-file v1.0.6
16442024-02-24T04:14:00.102Z Compiling postcard v1.0.8
16452024-02-24T04:14:00.146Z Compiling tempfile v3.10.0
16462024-02-24T04:14:00.229Z Compiling walkdir v2.4.0
16472024-02-24T04:14:01.012Z Compiling parse-display v0.9.0
16482024-02-24T04:14:01.213Z Compiling semver-parser v0.10.2
16492024-02-24T04:14:01.232Z Compiling foreign-types-macros v0.2.3
16502024-02-24T04:14:01.471Z Compiling blake3 v1.5.0
16512024-02-24T04:14:01.686Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16522024-02-24T04:14:02.027Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16532024-02-24T04:14:02.131Z Compiling foreign-types-shared v0.3.1
16542024-02-24T04:14:02.266Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16552024-02-24T04:14:02.355Z Compiling crucible-workspace-hack v0.1.0
16562024-02-24T04:14:02.629Z Compiling foreign-types v0.5.0
16572024-02-24T04:14:02.701Z Compiling semver v0.11.0
16582024-02-24T04:14:02.721Z Compiling rayon v1.8.0
16592024-02-24T04:14:02.963Z Compiling is-terminal v0.4.9
16602024-02-24T04:14:03.056Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16612024-02-24T04:14:03.098Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16622024-02-24T04:14:03.503Z Compiling cstr-argument v0.1.2
16632024-02-24T04:14:03.589Z Compiling filetime v0.2.23
16642024-02-24T04:14:03.768Z Compiling memmap2 v0.7.1
16652024-02-24T04:14:03.824Z Compiling xattr v1.0.1
16662024-02-24T04:14:03.944Z Compiling pretty-hex v0.2.1
16672024-02-24T04:14:03.982Z Compiling arrayvec v0.7.4
16682024-02-24T04:14:04.075Z Compiling home v0.5.5
16692024-02-24T04:14:04.099Z Compiling arrayref v0.3.7
16702024-02-24T04:14:04.146Z Compiling constant_time_eq v0.3.0
16712024-02-24T04:14:04.201Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16722024-02-24T04:14:04.205Z Compiling toolchain_find v0.2.0
16732024-02-24T04:14:04.308Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16742024-02-24T04:14:04.337Z Compiling tar v0.4.40
16752024-02-24T04:14:04.531Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16762024-02-24T04:14:04.593Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772024-02-24T04:14:04.655Z Compiling camino-tempfile v1.1.1
16782024-02-24T04:14:04.826Z Compiling colored v2.0.4
16792024-02-24T04:14:05.221Z Compiling toml v0.5.11
16802024-02-24T04:14:05.557Z Compiling topological-sort v0.2.2
16812024-02-24T04:14:05.646Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16822024-02-24T04:14:05.783Z Compiling platforms v3.0.2
16832024-02-24T04:14:06.228Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16842024-02-24T04:14:06.625Z Compiling zone_cfg_derive v0.3.0
16852024-02-24T04:14:06.896Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16862024-02-24T04:14:06.921Z Compiling textwrap v0.11.0
16872024-02-24T04:14:07.473Z Compiling rustfmt-wrapper v0.2.0
16882024-02-24T04:14:07.552Z Compiling heck v0.3.3
16892024-02-24T04:14:07.959Z Compiling omicron-zone-package v0.11.0
16902024-02-24T04:14:08.208Z Compiling num-derive v0.4.0
16912024-02-24T04:14:08.258Z Compiling strsim v0.8.0
16922024-02-24T04:14:08.949Z Compiling libefi-sys v0.1.0
16932024-02-24T04:14:09.122Z Compiling ansi_term v0.12.1
16942024-02-24T04:14:09.214Z Compiling vec_map v0.8.2
16952024-02-24T04:14:09.311Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16962024-02-24T04:14:09.511Z Compiling clap v2.34.0
16972024-02-24T04:14:09.700Z Compiling zone v0.3.0
16982024-02-24T04:14:09.922Z Compiling structopt-derive v0.4.18
16992024-02-24T04:14:10.348Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17002024-02-24T04:14:10.762Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17012024-02-24T04:14:10.783Z Compiling smf v0.2.2
17022024-02-24T04:14:11.152Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17032024-02-24T04:14:11.393Z Compiling unicase v2.7.0
17042024-02-24T04:14:11.574Z Compiling semver v0.1.20
17052024-02-24T04:14:11.834Z Compiling curve25519-dalek v4.1.1
17062024-02-24T04:14:11.990Z Compiling rustc_version v0.1.7
17072024-02-24T04:14:12.281Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17082024-02-24T04:14:12.448Z Compiling universal-hash v0.5.1
17092024-02-24T04:14:12.494Z Compiling opaque-debug v0.3.0
17102024-02-24T04:14:12.599Z Compiling newtype_derive v0.1.6
17112024-02-24T04:14:12.655Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17122024-02-24T04:14:12.932Z Compiling signature v2.1.0
17132024-02-24T04:14:12.951Z Compiling curve25519-dalek-derive v0.1.0
17142024-02-24T04:14:12.968Z Compiling gethostname v0.4.3
17152024-02-24T04:14:13.011Z Compiling num-rational v0.4.1
17162024-02-24T04:14:13.163Z Compiling getrandom v0.1.16
17172024-02-24T04:14:13.198Z Compiling structopt v0.3.26
17182024-02-24T04:14:13.491Z Compiling usdt-attr-macro v0.5.0
17192024-02-24T04:14:13.633Z Compiling usdt-macro v0.5.0
17202024-02-24T04:14:13.854Z Compiling password-hash v0.5.0
17212024-02-24T04:14:13.933Z Compiling blake2 v0.10.6
17222024-02-24T04:14:14.616Z Compiling memmap v0.7.0
17232024-02-24T04:14:14.967Z Compiling parking_lot_core v0.8.6
17242024-02-24T04:14:14.984Z Compiling linked-hash-map v0.5.6
17252024-02-24T04:14:15.251Z Compiling quick-error v1.2.3
17262024-02-24T04:14:15.283Z Compiling usdt v0.5.0
17272024-02-24T04:14:15.321Z Compiling lru-cache v0.1.2
17282024-02-24T04:14:15.355Z Compiling argon2 v0.5.3
17292024-02-24T04:14:15.409Z Compiling resolv-conf v0.7.0
17302024-02-24T04:14:16.177Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17312024-02-24T04:14:16.211Z Compiling rfc6979 v0.4.0
17322024-02-24T04:14:16.542Z Compiling aead v0.5.2
17332024-02-24T04:14:16.547Z Compiling num-complex v0.4.4
17342024-02-24T04:14:16.722Z Compiling nibble_vec v0.1.0
17352024-02-24T04:14:16.939Z Compiling slog-dtrace v0.3.0
17362024-02-24T04:14:17.286Z Compiling endian-type v0.1.2
17372024-02-24T04:14:17.414Z Compiling winapi v0.3.9
17382024-02-24T04:14:17.473Z Compiling arc-swap v1.6.0
17392024-02-24T04:14:17.524Z Compiling utf-8 v0.7.6
17402024-02-24T04:14:17.862Z Compiling cancel-safe-futures v0.1.5
17412024-02-24T04:14:18.208Z Compiling keccak v0.1.4
17422024-02-24T04:14:18.270Z Compiling slog-scope v4.4.0
17432024-02-24T04:14:18.518Z Compiling sha3 v0.10.8
17442024-02-24T04:14:18.682Z Compiling tungstenite v0.20.1
17452024-02-24T04:14:18.827Z Compiling radix_trie v0.2.1
17462024-02-24T04:14:18.903Z Compiling num v0.4.1
17472024-02-24T04:14:19.094Z Compiling ecdsa v0.16.9
17482024-02-24T04:14:19.199Z Compiling mime_guess v2.0.4
17492024-02-24T04:14:19.495Z Compiling steno v0.4.0
17502024-02-24T04:14:19.553Z Compiling trust-dns-resolver v0.22.0
17512024-02-24T04:14:19.992Z Compiling rand_core v0.5.1
17522024-02-24T04:14:20.616Z Compiling poly1305 v0.8.0
17532024-02-24T04:14:21.183Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17542024-02-24T04:14:21.252Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17552024-02-24T04:14:22.395Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17562024-02-24T04:14:22.415Z Compiling primeorder v0.13.6
17572024-02-24T04:14:22.819Z Compiling chacha20 v0.9.1
17582024-02-24T04:14:22.942Z Compiling secrecy v0.8.0
17592024-02-24T04:14:23.210Z Compiling thiserror-impl-no-std v2.0.2
17602024-02-24T04:14:23.286Z Compiling half v2.3.1
17612024-02-24T04:14:23.740Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17622024-02-24T04:14:23.897Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17632024-02-24T04:14:24.563Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17642024-02-24T04:14:25.045Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17652024-02-24T04:14:26.024Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17662024-02-24T04:14:26.332Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17672024-02-24T04:14:26.473Z Compiling option-ext v0.2.0
17682024-02-24T04:14:26.610Z Compiling convert_case v0.4.0
17692024-02-24T04:14:26.739Z Compiling ciborium-io v0.2.2
17702024-02-24T04:14:26.797Z Compiling thiserror-no-std v2.0.2
17712024-02-24T04:14:26.882Z Compiling ciborium-ll v0.2.2
17722024-02-24T04:14:26.922Z Compiling dirs-sys v0.4.1
17732024-02-24T04:14:27.327Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17742024-02-24T04:14:27.618Z Compiling derive_more v0.99.17
17752024-02-24T04:14:27.678Z Compiling parking_lot v0.11.2
17762024-02-24T04:14:28.056Z Compiling rand_chacha v0.2.2
17772024-02-24T04:14:28.418Z Compiling tokio-tungstenite v0.20.1
17782024-02-24T04:14:28.751Z Compiling trust-dns-client v0.22.0
17792024-02-24T04:14:29.586Z Compiling slog-stdlog v4.1.1
17802024-02-24T04:14:29.978Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17812024-02-24T04:14:30.243Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17822024-02-24T04:14:30.282Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17832024-02-24T04:14:31.983Z Compiling ed25519 v2.2.2
17842024-02-24T04:14:32.460Z Compiling polyval v0.6.1
17852024-02-24T04:14:32.900Z Compiling aes v0.8.3
17862024-02-24T04:14:33.218Z Compiling ctr v0.9.2
17872024-02-24T04:14:33.570Z Compiling blowfish v0.9.1
17882024-02-24T04:14:34.034Z Compiling password-hash v0.4.2
17892024-02-24T04:14:35.041Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17902024-02-24T04:14:35.841Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17912024-02-24T04:14:36.746Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17922024-02-24T04:14:40.543Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17932024-02-24T04:14:43.139Z Compiling libsw v3.3.1
17942024-02-24T04:14:44.430Z Compiling pbkdf2 v0.12.2
17952024-02-24T04:14:44.617Z Compiling derive-where v1.2.7
17962024-02-24T04:14:44.694Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17972024-02-24T04:14:45.603Z Compiling fxhash v0.2.1
17982024-02-24T04:14:45.633Z Compiling swrite v0.1.0
17992024-02-24T04:14:45.773Z Compiling linear-map v1.2.0
18002024-02-24T04:14:45.821Z Compiling owo-colors v4.0.0
18012024-02-24T04:14:46.252Z Compiling sled v0.34.7
18022024-02-24T04:14:47.065Z Compiling trust-dns-server v0.22.1
18032024-02-24T04:14:47.444Z Compiling bcrypt-pbkdf v0.10.0
18042024-02-24T04:14:47.522Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18052024-02-24T04:14:48.061Z Compiling pbkdf2 v0.11.0
18062024-02-24T04:14:48.335Z Compiling ghash v0.5.0
18072024-02-24T04:14:48.435Z Compiling ed25519-dalek v2.0.0
18082024-02-24T04:14:48.455Z Compiling slog-envlogger v2.2.0
18092024-02-24T04:14:48.527Z Compiling russh-cryptovec v0.7.0
18102024-02-24T04:14:48.593Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18112024-02-24T04:14:48.837Z Compiling rand v0.7.3
18122024-02-24T04:14:49.253Z Compiling ciborium v0.2.2
18132024-02-24T04:14:49.474Z Compiling dirs v5.0.1
18142024-02-24T04:14:49.672Z Compiling vsss-rs v3.3.4
18152024-02-24T04:14:50.227Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18162024-02-24T04:14:50.991Z Compiling chacha20poly1305 v0.10.1
18172024-02-24T04:14:51.239Z Compiling p521 v0.13.3
18182024-02-24T04:14:52.094Z Compiling p256 v0.13.2
18192024-02-24T04:14:52.991Z Compiling cbc v0.1.2
18202024-02-24T04:14:53.250Z Compiling pem v3.0.2
18212024-02-24T04:14:53.490Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18222024-02-24T04:14:53.837Z Compiling headers-core v0.2.0
18232024-02-24T04:14:53.884Z Compiling kstat-rs v0.2.3
18242024-02-24T04:14:54.015Z Compiling md5 v0.7.0
18252024-02-24T04:14:54.105Z Compiling glob v0.3.1
18262024-02-24T04:14:54.413Z Compiling http-range v0.1.5
18272024-02-24T04:14:54.577Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18282024-02-24T04:14:54.791Z Compiling hyper-staticfile v0.9.5
18292024-02-24T04:14:55.181Z Compiling russh-keys v0.42.0
18302024-02-24T04:14:55.622Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18312024-02-24T04:14:55.820Z Compiling headers v0.3.9
18322024-02-24T04:14:57.855Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18332024-02-24T04:14:57.990Z Compiling rcgen v0.12.1
18342024-02-24T04:14:58.760Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18352024-02-24T04:14:58.878Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18362024-02-24T04:14:58.966Z Compiling aes-gcm v0.10.3
18372024-02-24T04:15:01.656Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18382024-02-24T04:15:03.664Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18392024-02-24T04:15:04.361Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18402024-02-24T04:15:05.853Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18412024-02-24T04:15:07.549Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18422024-02-24T04:15:08.286Z Compiling atomicwrites v0.4.3
18432024-02-24T04:15:08.644Z Compiling itertools v0.12.1
18442024-02-24T04:15:09.337Z Compiling subprocess v0.2.9
18452024-02-24T04:15:09.409Z Compiling hex-literal v0.4.1
18462024-02-24T04:15:09.577Z Compiling display-error-chain v0.2.0
18472024-02-24T04:15:09.767Z Compiling russh v0.42.0
18482024-02-24T04:15:11.613Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18492024-02-24T04:15:12.186Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18502024-02-24T04:15:17.746Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18512024-02-24T04:15:18.867Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18522024-02-24T04:15:39.254Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18532024-02-24T04:16:40.035Z Finished dev [unoptimized + debuginfo] target(s) in 5m 48s
18542024-02-24T04:16:40.311Z
18552024-02-24T04:16:40.311Zreal 5:48.983709782
18562024-02-24T04:16:40.311Zuser 29:49.508848602
18572024-02-24T04:16:40.314Zsys 5:46.335679973
18582024-02-24T04:16:40.314Ztrap 0.864137156
18592024-02-24T04:16:40.314Ztflt 10.713919729
18602024-02-24T04:16:40.314Zdflt 5.174721430
18612024-02-24T04:16:40.314Zkflt 0.079524618
18622024-02-24T04:16:40.314Zlock 55:40.784625944
18632024-02-24T04:16:40.314Zslp 1:28:18.613632117
18642024-02-24T04:16:40.315Zlat 1:39.973257966
18652024-02-24T04:16:40.315Zstop 4:05.125877680
18662024-02-24T04:16:40.315Z+ mkdir -p /work/end-to-end-tests
18672024-02-24T04:16:40.318Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18682024-02-24T04:16:41.241Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18692024-02-24T04:16:41.241Z+ ptime -m gzip
18702024-02-24T04:16:41.244Z++ basename target/debug/bootstrap
18712024-02-24T04:16:54.520Z
18722024-02-24T04:16:54.520Zreal 13.273315932
18732024-02-24T04:16:54.520Zuser 13.167962108
18742024-02-24T04:16:54.520Zsys 0.095003833
18752024-02-24T04:16:54.520Ztrap 0.003049399
18762024-02-24T04:16:54.520Ztflt 0.000000000
18772024-02-24T04:16:54.524Zdflt 0.000000000
18782024-02-24T04:16:54.524Zkflt 0.000000000
18792024-02-24T04:16:54.524Zlock 0.000000000
18802024-02-24T04:16:54.524Zslp 0.000000000
18812024-02-24T04:16:54.524Zlat 0.006900679
18822024-02-24T04:16:54.524Zstop 0.000178699
18832024-02-24T04:16:54.524Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18842024-02-24T04:16:54.524Z+ ptime -m gzip
18852024-02-24T04:16:54.525Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6
18862024-02-24T04:16:55.817Z
18872024-02-24T04:16:55.818Zreal 1.291135045
18882024-02-24T04:16:55.818Zuser 1.279610574
18892024-02-24T04:16:55.818Zsys 0.010928481
18902024-02-24T04:16:55.818Ztrap 0.000104149
18912024-02-24T04:16:55.818Ztflt 0.000000000
18922024-02-24T04:16:55.818Zdflt 0.000000000
18932024-02-24T04:16:55.818Zkflt 0.000000000
18942024-02-24T04:16:55.818Zlock 0.000000000
18952024-02-24T04:16:55.818Zslp 0.000000000
18962024-02-24T04:16:55.818Zlat 0.000096080
18972024-02-24T04:16:55.818Zstop 0.000174520
18982024-02-24T04:16:55.821Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18992024-02-24T04:16:55.821Z+ ptime -m gzip
19002024-02-24T04:16:55.821Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84
19012024-02-24T04:17:09.494Z
19022024-02-24T04:17:09.494Zreal 13.669188496
19032024-02-24T04:17:09.494Zuser 13.575653414
19042024-02-24T04:17:09.494Zsys 0.089685731
19052024-02-24T04:17:09.494Ztrap 0.001977887
19062024-02-24T04:17:09.494Ztflt 0.000000000
19072024-02-24T04:17:09.494Zdflt 0.000000000
19082024-02-24T04:17:09.494Zkflt 0.000000000
19092024-02-24T04:17:09.494Zlock 0.000000000
19102024-02-24T04:17:09.494Zslp 0.000000000
19112024-02-24T04:17:09.494Zlat 0.001474221
19122024-02-24T04:17:09.494Zstop 0.000176610
19132024-02-24T04:17:09.497Z+ banner caboose-util
19142024-02-24T04:17:09.497Z
19152024-02-24T04:17:09.498Z #### ## ##### #### #### #### ###### # # #####
19162024-02-24T04:17:09.498Z # # # # # # # # # # # # # # #
19172024-02-24T04:17:09.498Z # # # ##### # # # # #### ##### ##### # # #
19182024-02-24T04:17:09.498Z # ###### # # # # # # # # # # #
19192024-02-24T04:17:09.498Z # # # # # # # # # # # # # # # #
19202024-02-24T04:17:09.498Z #### # # ##### #### #### #### ###### #### #
19212024-02-24T04:17:09.498Z
19222024-02-24T04:17:09.498Z+ ptime -m cargo build --locked -p caboose-util --release
19232024-02-24T04:17:09.912Z Downloading crates ...
19242024-02-24T04:17:10.271Z Downloaded path-slash v0.1.5
19252024-02-24T04:17:10.275Z Downloaded termcolor v1.2.0
19262024-02-24T04:17:10.275Z Downloaded crc-catalog v2.2.0
19272024-02-24T04:17:10.281Z Downloaded env_logger v0.10.0
19282024-02-24T04:17:10.284Z Downloaded serde-hex v0.1.0
19292024-02-24T04:17:10.296Z Downloaded tap v1.0.1
19302024-02-24T04:17:10.305Z Downloaded radium v0.7.0
19312024-02-24T04:17:10.305Z Downloaded nodrop v0.1.14
19322024-02-24T04:17:10.305Z Downloaded packed_struct v0.10.1
19332024-02-24T04:17:10.305Z Downloaded crc v3.0.1
19342024-02-24T04:17:10.305Z Downloaded array-init v0.0.4
19352024-02-24T04:17:10.308Z Downloaded funty v2.0.0
19362024-02-24T04:17:10.308Z Downloaded packed_struct_codegen v0.10.1
19372024-02-24T04:17:10.308Z Downloaded maybe-uninit v2.0.0
19382024-02-24T04:17:10.313Z Downloaded bitfield v0.14.0
19392024-02-24T04:17:10.316Z Downloaded wyz v0.5.1
19402024-02-24T04:17:10.316Z Downloaded smallvec v0.6.14
19412024-02-24T04:17:10.324Z Downloaded crc-any v2.4.3
19422024-02-24T04:17:10.329Z Downloaded pkcs1 v0.7.5
19432024-02-24T04:17:10.333Z Downloaded rsa v0.9.2
19442024-02-24T04:17:10.340Z Downloaded ron v0.8.1
19452024-02-24T04:17:10.344Z Downloaded x509-cert v0.2.4
19462024-02-24T04:17:10.348Z Downloaded num-bigint-dig v0.8.4
19472024-02-24T04:17:10.356Z Downloaded hashbrown v0.13.2
19482024-02-24T04:17:10.359Z Downloaded bitvec v1.0.1
19492024-02-24T04:17:10.371Z Downloaded object v0.30.4
19502024-02-24T04:17:10.472Z Compiling proc-macro2 v1.0.78
19512024-02-24T04:17:10.472Z Compiling unicode-ident v1.0.12
19522024-02-24T04:17:10.475Z Compiling libc v0.2.153
19532024-02-24T04:17:10.475Z Compiling serde v1.0.196
19542024-02-24T04:17:10.475Z Compiling autocfg v1.1.0
19552024-02-24T04:17:10.475Z Compiling version_check v0.9.4
19562024-02-24T04:17:10.475Z Compiling cfg-if v1.0.0
19572024-02-24T04:17:10.623Z Compiling typenum v1.16.0
19582024-02-24T04:17:10.641Z Compiling once_cell v1.19.0
19592024-02-24T04:17:10.682Z Compiling parking_lot_core v0.9.8
19602024-02-24T04:17:11.026Z Compiling memchr v2.6.3
19612024-02-24T04:17:11.065Z Compiling syn v1.0.109
19622024-02-24T04:17:11.094Z Compiling byteorder v1.5.0
19632024-02-24T04:17:11.235Z Compiling lock_api v0.4.10
19642024-02-24T04:17:11.529Z Compiling generic-array v0.14.7
19652024-02-24T04:17:11.540Z Compiling libm v0.2.7
19662024-02-24T04:17:11.651Z Compiling num-traits v0.2.16
19672024-02-24T04:17:11.843Z Compiling ahash v0.8.7
19682024-02-24T04:17:11.971Z Compiling quote v1.0.35
19692024-02-24T04:17:12.027Z Compiling thiserror v1.0.57
19702024-02-24T04:17:12.184Z Compiling pkg-config v0.3.27
19712024-02-24T04:17:12.504Z Compiling syn v2.0.48
19722024-02-24T04:17:12.599Z Compiling cc v1.0.83
19732024-02-24T04:17:12.650Z Compiling getrandom v0.2.10
19742024-02-24T04:17:12.995Z Compiling serde_json v1.0.114
19752024-02-24T04:17:13.083Z Compiling scopeguard v1.2.0
19762024-02-24T04:17:13.620Z Compiling slab v0.4.9
19772024-02-24T04:17:13.684Z Compiling itoa v1.0.9
19782024-02-24T04:17:13.719Z Compiling log v0.4.20
19792024-02-24T04:17:13.949Z Compiling rand_core v0.6.4
19802024-02-24T04:17:14.359Z Compiling smallvec v1.13.1
19812024-02-24T04:17:14.834Z Compiling vcpkg v0.2.15
19822024-02-24T04:17:15.307Z Compiling pin-project-lite v0.2.13
19832024-02-24T04:17:15.430Z Compiling parking_lot v0.12.1
19842024-02-24T04:17:15.439Z Compiling const-oid v0.9.5
19852024-02-24T04:17:16.233Z Compiling ring v0.17.8
19862024-02-24T04:17:16.335Z Compiling ucd-trie v0.1.6
19872024-02-24T04:17:16.562Z Compiling ryu v1.0.15
19882024-02-24T04:17:16.577Z Compiling openssl-sys v0.9.96
19892024-02-24T04:17:16.860Z Compiling signal-hook-registry v1.4.1
19902024-02-24T04:17:17.467Z Compiling subtle v2.5.0
19912024-02-24T04:17:17.639Z Compiling rustix v0.38.31
19922024-02-24T04:17:17.715Z Compiling ring v0.16.20
19932024-02-24T04:17:17.812Z Compiling mio v0.8.9
19942024-02-24T04:17:18.381Z Compiling heck v0.4.1
19952024-02-24T04:17:18.773Z Compiling futures-core v0.3.30
19962024-02-24T04:17:18.802Z Compiling semver v1.0.22
19972024-02-24T04:17:19.654Z Compiling spin v0.5.2
19982024-02-24T04:17:20.091Z Compiling num_cpus v1.16.0
19992024-02-24T04:17:20.214Z Compiling socket2 v0.5.5
20002024-02-24T04:17:20.606Z Compiling openssl v0.10.60
20012024-02-24T04:17:20.732Z Compiling allocator-api2 v0.2.16
20022024-02-24T04:17:21.132Z Compiling unicode-xid v0.2.4
20032024-02-24T04:17:21.277Z Compiling httparse v1.8.0
20042024-02-24T04:17:21.298Z Compiling futures-sink v0.3.30
20052024-02-24T04:17:21.448Z Compiling synstructure v0.12.6
20062024-02-24T04:17:21.550Z Compiling tinyvec_macros v0.1.1
20072024-02-24T04:17:21.911Z Compiling equivalent v1.0.1
20082024-02-24T04:17:22.030Z Compiling tinyvec v1.6.0
20092024-02-24T04:17:22.288Z Compiling futures-channel v0.3.30
20102024-02-24T04:17:22.464Z Compiling crc32fast v1.3.2
20112024-02-24T04:17:22.497Z Compiling native-tls v0.2.11
20122024-02-24T04:17:22.848Z Compiling ppv-lite86 v0.2.17
20132024-02-24T04:17:22.863Z Compiling futures-task v0.3.30
20142024-02-24T04:17:22.906Z Compiling futures-io v0.3.30
20152024-02-24T04:17:22.970Z Compiling pin-utils v0.1.0
20162024-02-24T04:17:23.060Z Compiling rustls v0.21.9
20172024-02-24T04:17:23.166Z Compiling bzip2-sys v0.1.11+1.0.8
20182024-02-24T04:17:23.351Z Compiling spin v0.9.8
20192024-02-24T04:17:23.393Z Compiling tracing-core v0.1.31
20202024-02-24T04:17:23.599Z Compiling unicode-normalization v0.1.22
20212024-02-24T04:17:23.738Z Compiling rand_chacha v0.3.1
20222024-02-24T04:17:23.749Z Compiling base64ct v1.6.0
20232024-02-24T04:17:23.781Z Compiling unicode-bidi v0.3.13
20242024-02-24T04:17:24.391Z Compiling pem-rfc7468 v0.7.0
20252024-02-24T04:17:24.566Z Compiling rand v0.8.5
20262024-02-24T04:17:25.154Z Compiling num-iter v0.1.43
20272024-02-24T04:17:25.400Z Compiling usdt-impl v0.3.5
20282024-02-24T04:17:25.480Z Compiling flagset v0.4.3
20292024-02-24T04:17:25.557Z Compiling signal-hook v0.3.17
20302024-02-24T04:17:25.707Z Compiling schemars v0.8.16
20312024-02-24T04:17:26.211Z Compiling serde_derive_internals v0.26.0
20322024-02-24T04:17:26.287Z Compiling serde_derive v1.0.196
20332024-02-24T04:17:26.299Z Compiling zeroize_derive v1.4.2
20342024-02-24T04:17:26.330Z Compiling zerocopy-derive v0.7.32
20352024-02-24T04:17:26.381Z Compiling thiserror-impl v1.0.57
20362024-02-24T04:17:26.514Z Compiling tokio-macros v2.2.0
20372024-02-24T04:17:26.707Z Compiling futures-macro v0.3.30
20382024-02-24T04:17:26.743Z Compiling tracing-attributes v0.1.26
20392024-02-24T04:17:27.780Z Compiling zeroize v1.7.0
20402024-02-24T04:17:28.433Z Compiling zerocopy v0.7.32
20412024-02-24T04:17:28.740Z Compiling der_derive v0.7.2
20422024-02-24T04:17:29.386Z Compiling pest v2.7.6
20432024-02-24T04:17:29.748Z Compiling crypto-common v0.1.6
20442024-02-24T04:17:29.812Z Compiling block-buffer v0.10.4
20452024-02-24T04:17:30.064Z Compiling digest v0.10.7
20462024-02-24T04:17:30.255Z Compiling zerocopy-derive v0.2.0
20472024-02-24T04:17:30.265Z Compiling openssl-macros v0.1.1
20482024-02-24T04:17:30.773Z Compiling hashbrown v0.14.3
20492024-02-24T04:17:30.978Z Compiling futures-util v0.3.30
20502024-02-24T04:17:31.063Z Compiling tracing v0.1.37
20512024-02-24T04:17:31.421Z Compiling zerocopy-derive v0.6.4
20522024-02-24T04:17:31.528Z Compiling scroll_derive v0.12.0
20532024-02-24T04:17:32.062Z Compiling pest_meta v2.7.6
20542024-02-24T04:17:32.096Z Compiling der v0.7.8
20552024-02-24T04:17:33.469Z Compiling pest_generator v2.7.6
20562024-02-24T04:17:36.280Z Compiling pest_derive v2.7.6
20572024-02-24T04:17:36.648Z Compiling errno v0.3.8
20582024-02-24T04:17:36.918Z Compiling rustversion v1.0.14
20592024-02-24T04:17:37.330Z Compiling fnv v1.0.7
20602024-02-24T04:17:37.604Z Compiling spki v0.7.2
20612024-02-24T04:17:38.347Z Compiling zerocopy v0.3.0
20622024-02-24T04:17:38.677Z Compiling schemars_derive v0.8.16
20632024-02-24T04:17:39.213Z Compiling lazy_static v1.4.0
20642024-02-24T04:17:39.876Z Compiling backtrace v0.3.69
20652024-02-24T04:17:40.309Z Compiling thread-id v4.2.0
20662024-02-24T04:17:40.403Z Compiling bytes v1.5.0
20672024-02-24T04:17:40.717Z Compiling bitflags v2.4.0
20682024-02-24T04:17:41.467Z Compiling tokio v1.36.0
20692024-02-24T04:17:41.598Z Compiling indexmap v2.2.3
20702024-02-24T04:17:41.722Z Compiling rustc_version v0.4.0
20712024-02-24T04:17:43.026Z Compiling heapless v0.7.16
20722024-02-24T04:17:43.439Z Compiling http v0.2.11
20732024-02-24T04:17:43.603Z Compiling uuid v1.7.0
20742024-02-24T04:17:43.628Z Compiling num-bigint v0.4.4
20752024-02-24T04:17:44.111Z Compiling memoffset v0.9.0
20762024-02-24T04:17:44.361Z Compiling base64 v0.21.7
20772024-02-24T04:17:44.445Z Compiling foreign-types-shared v0.1.1
20782024-02-24T04:17:44.551Z Compiling crossbeam-utils v0.8.16
20792024-02-24T04:17:45.575Z Compiling smoltcp v0.9.1
20802024-02-24T04:17:45.646Z Compiling percent-encoding v2.3.1
20812024-02-24T04:17:45.804Z Compiling async-trait v0.1.77
20822024-02-24T04:17:45.979Z Compiling untrusted v0.7.1
20832024-02-24T04:17:46.181Z Compiling iana-time-zone v0.1.57
20842024-02-24T04:17:46.211Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20852024-02-24T04:17:46.277Z Compiling untrusted v0.9.0
20862024-02-24T04:17:46.538Z Compiling chrono v0.4.31
20872024-02-24T04:17:48.861Z Compiling foreign-types v0.3.2
20882024-02-24T04:17:48.949Z Compiling dof v0.1.5
20892024-02-24T04:17:49.764Z Compiling tokio-util v0.7.10
20902024-02-24T04:17:50.037Z Compiling dtrace-parser v0.1.14
20912024-02-24T04:17:50.180Z Compiling hmac v0.12.1
20922024-02-24T04:17:50.217Z Compiling clap_derive v4.5.0
20932024-02-24T04:17:50.574Z Compiling num-integer v0.1.46
20942024-02-24T04:17:50.900Z Compiling utf8parse v0.2.1
20952024-02-24T04:17:51.097Z Compiling anstyle v1.0.2
20962024-02-24T04:17:51.454Z Compiling siphasher v0.3.11
20972024-02-24T04:17:51.651Z Compiling cpufeatures v0.2.12
20982024-02-24T04:17:51.708Z Compiling try-lock v0.2.4
20992024-02-24T04:17:51.862Z Compiling adler v1.0.2
21002024-02-24T04:17:51.865Z Compiling time-core v0.1.1
21012024-02-24T04:17:52.034Z Compiling time-macros v0.2.13
21022024-02-24T04:17:52.045Z Compiling miniz_oxide v0.7.1
21032024-02-24T04:17:52.409Z Compiling want v0.3.1
21042024-02-24T04:17:53.426Z Compiling sha2 v0.10.8
21052024-02-24T04:17:55.191Z Compiling anstyle-parse v0.2.1
21062024-02-24T04:17:55.588Z Compiling h2 v0.3.24
21072024-02-24T04:17:57.098Z Compiling strum_macros v0.25.2
21082024-02-24T04:17:58.025Z Compiling sct v0.7.0
21092024-02-24T04:17:58.114Z Compiling rustls-webpki v0.101.7
21102024-02-24T04:17:58.386Z Compiling form_urlencoded v1.2.1
21112024-02-24T04:17:58.717Z Compiling http-body v0.4.5
21122024-02-24T04:17:59.127Z Compiling serde_tokenstream v0.1.7
21132024-02-24T04:17:59.654Z Compiling pkcs8 v0.10.2
21142024-02-24T04:17:59.937Z Compiling hubpack_derive v0.1.1
21152024-02-24T04:18:00.875Z Compiling socket2 v0.4.9
21162024-02-24T04:18:00.918Z Compiling crossbeam-epoch v0.9.15
21172024-02-24T04:18:01.018Z Compiling usdt-impl v0.5.0
21182024-02-24T04:18:01.358Z Compiling slog v2.7.0
21192024-02-24T04:18:01.425Z Compiling colorchoice v1.0.0
21202024-02-24T04:18:01.512Z Compiling anyhow v1.0.75
21212024-02-24T04:18:01.618Z Compiling httpdate v1.0.3
21222024-02-24T04:18:01.675Z Compiling radium v0.7.0
21232024-02-24T04:18:02.135Z Compiling tower-service v0.3.2
21242024-02-24T04:18:02.202Z Compiling openssl-probe v0.1.5
21252024-02-24T04:18:02.256Z Compiling anstyle-query v1.0.0
21262024-02-24T04:18:02.475Z Compiling anstream v0.6.11
21272024-02-24T04:18:03.215Z Compiling hyper v0.14.27
21282024-02-24T04:18:09.256Z Compiling terminal_size v0.3.0
21292024-02-24T04:18:09.562Z Compiling serde_spanned v0.6.5
21302024-02-24T04:18:09.791Z Compiling toml_datetime v0.6.5
21312024-02-24T04:18:11.245Z Compiling zerocopy v0.6.4
21322024-02-24T04:18:11.748Z Compiling scroll v0.12.0
21332024-02-24T04:18:12.278Z Compiling md-5 v0.10.5
21342024-02-24T04:18:12.368Z Compiling stringprep v0.1.3
21352024-02-24T04:18:12.496Z Compiling idna v0.5.0
21362024-02-24T04:18:13.171Z Compiling diesel_table_macro_syntax v0.1.0
21372024-02-24T04:18:13.182Z Compiling aho-corasick v1.0.4
21382024-02-24T04:18:13.205Z Compiling hash32 v0.2.1
21392024-02-24T04:18:13.208Z Compiling regex-syntax v0.8.2
21402024-02-24T04:18:13.366Z Compiling plain v0.2.3
21412024-02-24T04:18:13.540Z Compiling dyn-clone v1.0.16
21422024-02-24T04:18:13.555Z Compiling tap v1.0.1
21432024-02-24T04:18:13.744Z Compiling maybe-uninit v2.0.0
21442024-02-24T04:18:13.776Z Compiling stable_deref_trait v1.2.0
21452024-02-24T04:18:13.876Z Compiling strsim v0.11.0
21462024-02-24T04:18:13.953Z Compiling clap_lex v0.7.0
21472024-02-24T04:18:14.135Z Compiling gimli v0.28.0
21482024-02-24T04:18:14.324Z Compiling fallible-iterator v0.2.0
21492024-02-24T04:18:14.613Z Compiling clap_builder v4.5.0
21502024-02-24T04:18:15.029Z Compiling postgres-protocol v0.6.6
21512024-02-24T04:18:15.430Z Compiling wyz v0.5.1
21522024-02-24T04:18:15.942Z Compiling diesel_derives v2.1.2
21532024-02-24T04:18:15.959Z Compiling goblin v0.8.0
21542024-02-24T04:18:16.255Z Compiling url v2.5.0
21552024-02-24T04:18:17.064Z Compiling regex-automata v0.4.4
21562024-02-24T04:18:19.313Z Compiling addr2line v0.21.0
21572024-02-24T04:18:19.953Z Compiling tokio-rustls v0.24.1
21582024-02-24T04:18:21.005Z Compiling tokio-native-tls v0.3.1
21592024-02-24T04:18:21.271Z Compiling usdt-attr-macro v0.3.5
21602024-02-24T04:18:21.694Z Compiling usdt-macro v0.3.5
21612024-02-24T04:18:23.469Z Compiling phf_shared v0.11.2
21622024-02-24T04:18:25.409Z Compiling block-padding v0.3.3
21632024-02-24T04:18:25.548Z Compiling enum-as-inner v0.5.1
21642024-02-24T04:18:25.610Z Compiling serde_repr v0.1.16
21652024-02-24T04:18:25.763Z Compiling ff v0.13.0
21662024-02-24T04:18:26.008Z Compiling scheduled-thread-pool v0.2.7
21672024-02-24T04:18:26.513Z Compiling object v0.32.1
21682024-02-24T04:18:26.678Z Compiling regex-automata v0.1.10
21692024-02-24T04:18:27.159Z Compiling ipnet v2.9.0
21702024-02-24T04:18:28.259Z Compiling bit-vec v0.6.3
21712024-02-24T04:18:28.376Z Compiling winnow v0.5.15
21722024-02-24T04:18:28.693Z Compiling num-bigint-dig v0.8.4
21732024-02-24T04:18:29.045Z Compiling matches v0.1.10
21742024-02-24T04:18:29.136Z Compiling packed_struct v0.10.1
21752024-02-24T04:18:29.575Z Compiling pretty-hex v0.4.1
21762024-02-24T04:18:29.795Z Compiling base16ct v0.2.0
21772024-02-24T04:18:30.102Z Compiling num_threads v0.1.6
21782024-02-24T04:18:30.633Z Compiling bitflags v1.3.2
21792024-02-24T04:18:31.005Z Compiling managed v0.8.0
21802024-02-24T04:18:31.214Z Compiling rustc-demangle v0.1.23
21812024-02-24T04:18:31.261Z Compiling funty v2.0.0
21822024-02-24T04:18:32.121Z Compiling deranged v0.3.8
21832024-02-24T04:18:32.239Z Compiling toml_edit v0.19.15
21842024-02-24T04:18:34.119Z Compiling time v0.3.27
21852024-02-24T04:18:34.356Z Compiling bitvec v1.0.1
21862024-02-24T04:18:39.153Z Compiling sec1 v0.7.3
21872024-02-24T04:18:39.299Z Compiling dof v0.3.0
21882024-02-24T04:18:39.492Z Compiling idna v0.2.3
21892024-02-24T04:18:39.747Z Compiling bstr v0.2.17
21902024-02-24T04:18:39.806Z Compiling r2d2 v0.8.10
21912024-02-24T04:18:40.198Z Compiling group v0.13.0
21922024-02-24T04:18:40.500Z Compiling inout v0.1.3
21932024-02-24T04:18:41.501Z Compiling phf v0.11.2
21942024-02-24T04:18:41.824Z Compiling regex v1.10.3
21952024-02-24T04:18:42.079Z Compiling hyper-tls v0.5.0
21962024-02-24T04:18:42.439Z Compiling hyper-rustls v0.24.2
21972024-02-24T04:18:42.812Z Compiling signal-hook-mio v0.2.3
21982024-02-24T04:18:42.911Z Compiling flate2 v1.0.28
21992024-02-24T04:18:42.968Z Compiling clap v4.5.0
22002024-02-24T04:18:43.094Z Compiling bzip2 v0.4.4
22012024-02-24T04:18:43.497Z Compiling ipnetwork v0.20.0
22022024-02-24T04:18:43.896Z Compiling postgres-types v0.2.6
22032024-02-24T04:18:44.548Z Compiling hubpack v0.1.2
22042024-02-24T04:18:44.559Z Compiling serde_urlencoded v0.7.1
22052024-02-24T04:18:44.593Z Compiling rustls-pemfile v1.0.3
22062024-02-24T04:18:44.936Z Compiling phf_shared v0.10.0
22072024-02-24T04:18:44.975Z Compiling hkdf v0.12.4
22082024-02-24T04:18:45.314Z Compiling dtrace-parser v0.2.0
22092024-02-24T04:18:45.327Z Compiling futures-executor v0.3.30
22102024-02-24T04:18:46.601Z Compiling crypto-bigint v0.5.2
22112024-02-24T04:18:46.790Z Compiling packed_struct_codegen v0.10.1
22122024-02-24T04:18:47.194Z Compiling float-cmp v0.9.0
22132024-02-24T04:18:48.071Z Compiling indexmap v1.9.3
22142024-02-24T04:18:48.409Z Compiling encoding_rs v0.8.33
22152024-02-24T04:18:48.679Z Compiling either v1.10.0
22162024-02-24T04:18:48.816Z Compiling crc-catalog v2.2.0
22172024-02-24T04:18:48.820Z Compiling regex-automata v0.3.8
22182024-02-24T04:18:49.090Z Compiling unicode-segmentation v1.10.1
22192024-02-24T04:18:49.138Z Compiling mime v0.3.17
22202024-02-24T04:18:49.684Z Compiling normalize-line-endings v0.3.0
22212024-02-24T04:18:49.953Z Compiling minimal-lexical v0.2.1
22222024-02-24T04:18:50.487Z Compiling predicates-core v1.0.6
22232024-02-24T04:18:50.809Z Compiling nodrop v0.1.14
22242024-02-24T04:18:50.939Z Compiling static_assertions v1.1.0
22252024-02-24T04:18:51.041Z Compiling winnow v0.6.1
22262024-02-24T04:18:51.140Z Compiling unicode-width v0.1.11
22272024-02-24T04:18:52.174Z Compiling webpki-roots v0.25.2
22282024-02-24T04:18:52.331Z Compiling difflib v0.4.0
22292024-02-24T04:18:52.358Z Compiling whoami v1.4.1
22302024-02-24T04:18:52.920Z Compiling precomputed-hash v0.1.1
22312024-02-24T04:18:53.038Z Compiling fixedbitset v0.4.2
22322024-02-24T04:18:53.440Z Compiling data-encoding v2.4.0
22332024-02-24T04:18:53.694Z Compiling new_debug_unreachable v1.0.4
22342024-02-24T04:18:54.102Z Compiling trust-dns-proto v0.22.0
22352024-02-24T04:18:55.209Z Compiling toml_edit v0.22.6
22362024-02-24T04:18:55.288Z Compiling string_cache v0.8.7
22372024-02-24T04:18:56.015Z Compiling petgraph v0.6.4
22382024-02-24T04:19:00.314Z Compiling predicates v3.1.0
22392024-02-24T04:19:00.680Z Compiling tokio-postgres v0.7.10
22402024-02-24T04:19:01.835Z Compiling reqwest v0.11.22
22412024-02-24T04:19:05.681Z Compiling console v0.15.8
22422024-02-24T04:19:05.921Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22432024-02-24T04:19:07.076Z Compiling array-init v0.0.4
22442024-02-24T04:19:08.409Z Compiling bstr v1.6.0
22452024-02-24T04:19:09.959Z Compiling nom v7.1.3
22462024-02-24T04:19:10.403Z Compiling similar v2.3.0
22472024-02-24T04:19:12.508Z Compiling itertools v0.10.5
22482024-02-24T04:19:13.961Z Compiling crc v3.0.1
22492024-02-24T04:19:14.384Z Compiling elliptic-curve v0.13.8
22502024-02-24T04:19:16.934Z Compiling futures v0.3.30
22512024-02-24T04:19:18.301Z Compiling smallvec v0.6.14
22522024-02-24T04:19:18.705Z Compiling diesel v2.1.4
22532024-02-24T04:19:18.809Z Compiling zip v0.6.6
22542024-02-24T04:19:18.846Z Compiling yasna v0.5.2
22552024-02-24T04:19:20.123Z Compiling crossterm v0.27.0
22562024-02-24T04:19:20.760Z Compiling cipher v0.4.4
22572024-02-24T04:19:21.902Z Compiling toml v0.7.8
22582024-02-24T04:19:21.991Z Compiling bit-set v0.5.3
22592024-02-24T04:19:22.280Z Compiling usdt v0.3.5
22602024-02-24T04:19:23.991Z Compiling strum v0.25.0
22612024-02-24T04:19:24.055Z Compiling pkcs1 v0.7.5
22622024-02-24T04:19:24.165Z Compiling tokio-stream v0.1.14
22632024-02-24T04:19:25.196Z Compiling is-terminal v0.4.9
22642024-02-24T04:19:25.883Z Compiling openapiv3 v2.0.0
22652024-02-24T04:19:27.775Z Compiling hex v0.4.3
22662024-02-24T04:19:28.624Z Compiling signature v2.1.0
22672024-02-24T04:19:30.662Z Compiling termcolor v1.2.0
22682024-02-24T04:19:30.828Z Compiling hashbrown v0.12.3
22692024-02-24T04:19:32.036Z Compiling bitfield v0.14.0
22702024-02-24T04:19:35.385Z Compiling lalrpop-util v0.19.12
22712024-02-24T04:19:41.555Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22722024-02-24T04:19:42.286Z Compiling env_logger v0.10.0
22732024-02-24T04:19:46.145Z Compiling rsa v0.9.2
22742024-02-24T04:19:52.396Z Compiling serde-hex v0.1.0
22752024-02-24T04:19:53.145Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22762024-02-24T04:19:59.369Z Compiling ron v0.8.1
22772024-02-24T04:20:01.477Z Compiling x509-cert v0.2.4
22782024-02-24T04:20:01.647Z Compiling hashbrown v0.13.2
22792024-02-24T04:20:02.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22802024-02-24T04:20:11.746Z Compiling crc-any v2.4.3
22812024-02-24T04:20:14.590Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22822024-02-24T04:20:35.326Z Compiling object v0.30.4
22832024-02-24T04:20:36.669Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22842024-02-24T04:20:46.374Z Compiling path-slash v0.1.5
22852024-02-24T04:20:47.025Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22862024-02-24T04:21:14.048Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22872024-02-24T04:21:14.796Z Finished release [optimized] target(s) in 4m 05s
22882024-02-24T04:21:14.865Z
22892024-02-24T04:21:14.865Zreal 4:05.336712119
22902024-02-24T04:21:14.866Zuser 26:50.161818997
22912024-02-24T04:21:14.866Zsys 3:08.262157531
22922024-02-24T04:21:14.866Ztrap 0.832904860
22932024-02-24T04:21:14.866Ztflt 1.670144593
22942024-02-24T04:21:14.866Zdflt 0.339888014
22952024-02-24T04:21:14.866Zkflt 0.016225949
22962024-02-24T04:21:14.866Zlock 1:01:35.366639814
22972024-02-24T04:21:14.866Zslp 1:19:27.706691791
22982024-02-24T04:21:14.869Zlat 1:27.269910722
22992024-02-24T04:21:14.869Zstop 1:16.756612196
23002024-02-24T04:21:14.869Z+ ptime -m gzip
23012024-02-24T04:21:15.328Z
23022024-02-24T04:21:15.328Zreal 0.458213666
23032024-02-24T04:21:15.328Zuser 0.452185516
23042024-02-24T04:21:15.328Zsys 0.005506448
23052024-02-24T04:21:15.328Ztrap 0.000036269
23062024-02-24T04:21:15.328Ztflt 0.000000000
23072024-02-24T04:21:15.328Zdflt 0.000000000
23082024-02-24T04:21:15.328Zkflt 0.000000000
23092024-02-24T04:21:15.328Zlock 0.000000000
23102024-02-24T04:21:15.328Zslp 0.000000000
23112024-02-24T04:21:15.328Zlat 0.000093310
23122024-02-24T04:21:15.328Zstop 0.000174580
23132024-02-24T04:21:15.332Z+ banner tufaceous
23142024-02-24T04:21:15.332Z
23152024-02-24T04:21:15.332Z ##### # # ###### ## #### ###### #### # # ####
23162024-02-24T04:21:15.332Z # # # # # # # # # # # # # #
23172024-02-24T04:21:15.332Z # # # ##### # # # ##### # # # # ####
23182024-02-24T04:21:15.332Z # # # # ###### # # # # # # #
23192024-02-24T04:21:15.332Z # # # # # # # # # # # # # # #
23202024-02-24T04:21:15.332Z # #### # # # #### ###### #### #### ####
23212024-02-24T04:21:15.332Z
23222024-02-24T04:21:15.332Z+ ptime -m cargo build --locked -p tufaceous --release
23232024-02-24T04:21:15.756Z Downloading crates ...
23242024-02-24T04:21:16.137Z Downloaded parse-size v1.0.0
23252024-02-24T04:21:16.145Z Downloaded snafu v0.7.5
23262024-02-24T04:21:16.152Z Downloaded serde_plain v1.0.2
23272024-02-24T04:21:16.155Z Downloaded olpc-cjson v0.1.3
23282024-02-24T04:21:16.155Z Downloaded snafu-derive v0.7.5
23292024-02-24T04:21:16.158Z Downloaded doc-comment v0.3.3
23302024-02-24T04:21:16.158Z Downloaded globset v0.4.13
23312024-02-24T04:21:16.158Z Downloaded fs-err v2.11.0
23322024-02-24T04:21:16.161Z Downloaded humantime v2.1.0
23332024-02-24T04:21:16.161Z Downloaded async-recursion v1.0.5
23342024-02-24T04:21:16.164Z Downloaded buf-list v1.0.3
23352024-02-24T04:21:16.167Z Downloaded pin-project-internal v1.1.3
23362024-02-24T04:21:16.167Z Downloaded pin-project v1.1.3
23372024-02-24T04:21:16.178Z Downloaded typed-path v0.7.0
23382024-02-24T04:21:16.183Z Downloaded tough v0.16.0
23392024-02-24T04:21:16.283Z Compiling serde_tokenstream v0.2.0
23402024-02-24T04:21:16.391Z Compiling regress v0.8.0
23412024-02-24T04:21:16.394Z Compiling dirs-sys-next v0.1.2
23422024-02-24T04:21:16.394Z Compiling ident_case v1.0.1
23432024-02-24T04:21:16.394Z Compiling rustls-pki-types v1.3.0
23442024-02-24T04:21:16.395Z Compiling strsim v0.10.0
23452024-02-24T04:21:16.395Z Compiling thread_local v1.1.7
23462024-02-24T04:21:16.533Z Compiling dirs-next v2.0.0
23472024-02-24T04:21:16.783Z Compiling darling_core v0.20.3
23482024-02-24T04:21:16.838Z Compiling camino v1.1.6
23492024-02-24T04:21:17.178Z Compiling rustls v0.22.2
23502024-02-24T04:21:17.357Z Compiling heck v0.4.1
23512024-02-24T04:21:17.425Z Compiling slog-async v2.8.0
23522024-02-24T04:21:17.537Z Compiling rustls-webpki v0.102.1
23532024-02-24T04:21:17.618Z Compiling term v0.7.0
23542024-02-24T04:21:17.649Z Compiling crossbeam-channel v0.5.8
23552024-02-24T04:21:17.942Z Compiling getopts v0.2.21
23562024-02-24T04:21:18.710Z Compiling structmeta-derive v0.3.0
23572024-02-24T04:21:18.841Z Compiling atty v0.2.14
23582024-02-24T04:21:18.993Z Compiling multer v3.0.0
23592024-02-24T04:21:19.328Z Compiling paste v1.0.14
23602024-02-24T04:21:19.414Z Compiling match_cfg v0.1.0
23612024-02-24T04:21:19.511Z Compiling doc-comment v0.3.3
23622024-02-24T04:21:19.789Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23632024-02-24T04:21:21.476Z Compiling unsafe-libyaml v0.2.10
23642024-02-24T04:21:21.762Z Compiling take_mut v0.2.2
23652024-02-24T04:21:22.349Z Compiling darling_macro v0.20.3
23662024-02-24T04:21:22.555Z Compiling structmeta v0.3.0
23672024-02-24T04:21:22.866Z Compiling serde_yaml v0.9.25
23682024-02-24T04:21:22.926Z Compiling hostname v0.3.1
23692024-02-24T04:21:23.249Z Compiling slog-term v2.9.0
23702024-02-24T04:21:23.341Z Compiling darling v0.20.3
23712024-02-24T04:21:25.341Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23722024-02-24T04:21:25.357Z Compiling slog-json v2.6.1
23732024-02-24T04:21:25.889Z Compiling http v1.0.0
23742024-02-24T04:21:26.334Z Compiling async-stream-impl v0.3.5
23752024-02-24T04:21:26.931Z Compiling pin-project-internal v1.1.3
23762024-02-24T04:21:27.553Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23772024-02-24T04:21:27.628Z Compiling fastrand v2.0.1
23782024-02-24T04:21:27.887Z Compiling atomic-waker v1.1.1
23792024-02-24T04:21:28.324Z Compiling waitgroup v0.1.2
23802024-02-24T04:21:28.324Z Compiling tempfile v3.10.0
23812024-02-24T04:21:28.335Z Compiling tokio-rustls v0.25.0
23822024-02-24T04:21:28.898Z Compiling async-stream v0.3.5
23832024-02-24T04:21:29.544Z Compiling slog-bunyan v2.5.0
23842024-02-24T04:21:29.813Z Compiling pin-project v1.1.3
23852024-02-24T04:21:29.930Z Compiling serde_with_macros v3.6.1
23862024-02-24T04:21:29.946Z Compiling parse-display-derive v0.9.0
23872024-02-24T04:21:31.177Z Compiling toml v0.8.10
23882024-02-24T04:21:31.490Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23892024-02-24T04:21:31.681Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23902024-02-24T04:21:32.591Z Compiling rustls-pemfile v2.1.0
23912024-02-24T04:21:32.790Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23922024-02-24T04:21:33.384Z Compiling sha1 v0.10.6
23932024-02-24T04:21:33.594Z Compiling newtype-uuid v1.0.1
23942024-02-24T04:21:33.978Z Compiling strum_macros v0.26.1
23952024-02-24T04:21:33.986Z Compiling snafu-derive v0.7.5
23962024-02-24T04:21:34.362Z Compiling serde_path_to_error v0.1.15
23972024-02-24T04:21:34.376Z Compiling instant v0.1.12
23982024-02-24T04:21:34.529Z Compiling fs-err v2.11.0
23992024-02-24T04:21:34.847Z Compiling debug-ignore v1.0.5
24002024-02-24T04:21:35.010Z Compiling arc-swap v1.6.0
24012024-02-24T04:21:35.410Z Compiling same-file v1.0.6
24022024-02-24T04:21:35.708Z Compiling buf-list v1.0.3
24032024-02-24T04:21:35.804Z Compiling walkdir v2.4.0
24042024-02-24T04:21:36.107Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24052024-02-24T04:21:36.254Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24062024-02-24T04:21:37.121Z Compiling slog-scope v4.4.0
24072024-02-24T04:21:38.201Z Compiling backoff v0.4.0
24082024-02-24T04:21:38.619Z Compiling parse-display v0.9.0
24092024-02-24T04:21:38.931Z Compiling strum v0.26.1
24102024-02-24T04:21:39.466Z Compiling snafu v0.7.5
24112024-02-24T04:21:39.469Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24122024-02-24T04:21:39.469Z Compiling serde_with v3.6.1
24132024-02-24T04:21:40.552Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24142024-02-24T04:21:40.585Z Compiling globset v0.4.13
24152024-02-24T04:21:41.285Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24162024-02-24T04:21:41.463Z Compiling olpc-cjson v0.1.3
24172024-02-24T04:21:42.038Z Compiling pem v3.0.2
24182024-02-24T04:21:43.298Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24192024-02-24T04:21:43.754Z Compiling macaddr v1.0.1
24202024-02-24T04:21:44.449Z Compiling serde_plain v1.0.2
24212024-02-24T04:21:44.530Z Compiling async-recursion v1.0.5
24222024-02-24T04:21:44.997Z Compiling filetime v0.2.23
24232024-02-24T04:21:45.338Z Compiling xattr v1.0.1
24242024-02-24T04:21:45.535Z Compiling typed-path v0.7.0
24252024-02-24T04:21:45.618Z Compiling tar v0.4.40
24262024-02-24T04:21:49.615Z Compiling tough v0.16.0
24272024-02-24T04:21:52.389Z Compiling slog-stdlog v4.1.1
24282024-02-24T04:21:53.349Z Compiling camino-tempfile v1.1.1
24292024-02-24T04:21:54.131Z Compiling itertools v0.12.1
24302024-02-24T04:21:54.156Z Compiling parse-size v1.0.0
24312024-02-24T04:21:54.500Z Compiling slog-envlogger v2.2.0
24322024-02-24T04:21:57.270Z Compiling humantime v2.1.0
24332024-02-24T04:21:59.743Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24342024-02-24T04:21:59.969Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24352024-02-24T04:22:10.289Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24362024-02-24T04:22:12.348Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24372024-02-24T04:22:32.218Z Finished release [optimized] target(s) in 1m 16s
24382024-02-24T04:22:32.295Z
24392024-02-24T04:22:32.295Zreal 1:16.939774889
24402024-02-24T04:22:32.295Zuser 8:30.143955760
24412024-02-24T04:22:32.295Zsys 40.078057433
24422024-02-24T04:22:32.296Ztrap 0.233412290
24432024-02-24T04:22:32.296Ztflt 0.382391130
24442024-02-24T04:22:32.299Zdflt 0.375614382
24452024-02-24T04:22:32.299Zkflt 0.000005969
24462024-02-24T04:22:32.299Zlock 17:52.388980181
24472024-02-24T04:22:32.299Zslp 19:32.281970831
24482024-02-24T04:22:32.299Zlat 18.709247963
24492024-02-24T04:22:32.299Zstop 15.128812892
24502024-02-24T04:22:32.299Z+ ptime -m gzip
24512024-02-24T04:22:34.051Z
24522024-02-24T04:22:34.051Zreal 1.752100125
24532024-02-24T04:22:34.051Zuser 1.734186044
24542024-02-24T04:22:34.051Zsys 0.015901288
24552024-02-24T04:22:34.052Ztrap 0.000401949
24562024-02-24T04:22:34.052Ztflt 0.000000000
24572024-02-24T04:22:34.052Zdflt 0.000000000
24582024-02-24T04:22:34.052Zkflt 0.000000000
24592024-02-24T04:22:34.052Zlock 0.000000000
24602024-02-24T04:22:34.052Zslp 0.000000000
24612024-02-24T04:22:34.055Zlat 0.001204333
24622024-02-24T04:22:34.055Zstop 0.000181669
24632024-02-24T04:22:34.055Zprocess exited: duration 831777 ms, exit code 0
 
24642024-02-24T04:22:34.071Zfound 5 output files
24652024-02-24T04:22:34.072Zuploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes)
24662024-02-24T04:22:37.812Zuploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz
24672024-02-24T04:22:37.812Zuploading: /work/end-to-end-tests/bootstrap.gz (109731731 bytes)
24682024-02-24T04:23:05.805Zuploaded: /work/end-to-end-tests/bootstrap.gz
24692024-02-24T04:23:05.805Zuploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113174813 bytes)
24702024-02-24T04:23:34.965Zuploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz
24712024-02-24T04:23:34.970Zuploading: /work/caboose-util.gz (4099335 bytes)
24722024-02-24T04:23:36.515Zuploaded: /work/caboose-util.gz
24732024-02-24T04:23:36.515Zuploading: /work/tufaceous.gz (15875104 bytes)
24742024-02-24T04:23:39.597Zuploaded: /work/tufaceous.gz