01HQ4GA6T0FP61PRNG2DM0K8MJ: 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: 01HQ4GAMXXEE3AN8BT6VSV0616

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-21T00:17:32.824Zjob assigned to worker 01HQ4GAXJX1R5BYV26SV87GDY6 (queued for 1 m 6 s)
 
22024-02-21T00:17:33.575Zstarting task 0: "setup"
32024-02-21T00:17:33.666Z++ uname -s
42024-02-21T00:17:34.954Z+ kern=SunOS
52024-02-21T00:17:34.955Z+ case "$kern" in
62024-02-21T00:17:34.955Z+ groupadd -g 12345 build
72024-02-21T00:17:34.955Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-21T00:17:35.673Z+ zfs create -o mountpoint=/work rpool/work
92024-02-21T00:17:35.770Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-21T00:17:35.786Z+ home_fs=zfs
112024-02-21T00:17:35.786Z+ [[ zfs == autofs ]]
122024-02-21T00:17:35.786Z+ mkdir -p /home/build
132024-02-21T00:17:35.786Z+ chown build:build /home/build /work
142024-02-21T00:17:37.786Z+ chmod 0700 /home/build /work
152024-02-21T00:17:37.794Zprocess exited: duration 4206 ms, exit code 0
 
162024-02-21T00:17:37.831Zstarting task 1: "rust-toolchain"
172024-02-21T00:17:37.847Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-21T00:17:37.847Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-21T00:17:38.015Zinfo: downloading installer
202024-02-21T00:17:39.879Zwarning: it looks like you have an existing installation of Rust at:
212024-02-21T00:17:39.881Zwarning: /opt/ooce/bin
222024-02-21T00:17:39.881Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-21T00:17:39.881Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-21T00:17:39.882Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-21T00:17:39.883Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-21T00:17:39.883Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-21T00:17:39.883Zerror: cannot install while Rust is installed
282024-02-21T00:17:39.883Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-21T00:17:40.044Zinfo: profile set to 'default'
302024-02-21T00:17:40.044Zinfo: default host triple is x86_64-unknown-illumos
312024-02-21T00:17:40.077Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-21T00:17:40.189Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-21T00:17:40.190Zinfo: downloading component 'cargo'
342024-02-21T00:17:40.813Zinfo: downloading component 'clippy'
352024-02-21T00:17:41.046Zinfo: downloading component 'rust-docs'
362024-02-21T00:17:42.265Zinfo: downloading component 'rust-std'
372024-02-21T00:17:43.742Zinfo: downloading component 'rustc'
382024-02-21T00:17:51.235Zinfo: downloading component 'rustfmt'
392024-02-21T00:17:51.753Zinfo: installing component 'cargo'
402024-02-21T00:17:51.753Zinfo: installing component 'clippy'
412024-02-21T00:17:51.753Zinfo: installing component 'rust-docs'
422024-02-21T00:17:51.833Zinfo: installing component 'rust-std'
432024-02-21T00:17:51.833Zinfo: installing component 'rustc'
442024-02-21T00:17:56.143Zinfo: installing component 'rustfmt'
452024-02-21T00:17:56.466Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-21T00:17:56.467Z
472024-02-21T00:17:56.747Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-21T00:17:56.748Z
492024-02-21T00:17:56.758Z
502024-02-21T00:17:56.758ZRust is installed now. Great!
512024-02-21T00:17:56.758Z
522024-02-21T00:17:56.758ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-21T00:17:56.758Zenvironment variable. This has not been done automatically.
542024-02-21T00:17:56.759Z
552024-02-21T00:17:56.759ZTo configure your current shell, run:
562024-02-21T00:17:56.759Zsource "$HOME/.cargo/env"
572024-02-21T00:17:56.808Z+ rustc --version
582024-02-21T00:17:56.887Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-21T00:17:56.905Zprocess exited: duration 19057 ms, exit code 0
 
602024-02-21T00:17:56.944Zstarting task 2: "authentication"
612024-02-21T00:17:56.990Zprocess exited: duration 37 ms, exit code 0
 
622024-02-21T00:17:57.040Zstarting task 3: "clone repository"
632024-02-21T00:17:57.464Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-21T00:17:57.464Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-21T00:17:57.478ZCloning into '/work/oxidecomputer/omicron'...
662024-02-21T00:18:03.142Z+ cd /work/oxidecomputer/omicron
672024-02-21T00:18:03.146Z+ git fetch origin 8ba348d1d3bb973a6dd6fd810a14b756837826b2
682024-02-21T00:18:03.625ZFrom https://github.com/oxidecomputer/omicron
692024-02-21T00:18:03.625Z * branch 8ba348d1d3bb973a6dd6fd810a14b756837826b2 -> FETCH_HEAD
702024-02-21T00:18:03.632Z+ [[ -n '' ]]
712024-02-21T00:18:03.632Z+ git reset --hard 8ba348d1d3bb973a6dd6fd810a14b756837826b2
722024-02-21T00:18:03.750ZHEAD is now at 8ba348d1d address comment
732024-02-21T00:18:03.759Zprocess exited: duration 6715 ms, exit code 0
 
742024-02-21T00:18:04.178Zstarting task 4: "build"
752024-02-21T00:18:04.184Z+ cargo --version
762024-02-21T00:18:04.189Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-21T00:18:04.743Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-21T00:18:04.743Zinfo: downloading component 'cargo'
792024-02-21T00:18:05.037Zinfo: downloading component 'clippy'
802024-02-21T00:18:05.264Zinfo: downloading component 'rust-docs'
812024-02-21T00:18:06.125Zinfo: downloading component 'rust-std'
822024-02-21T00:18:07.871Zinfo: downloading component 'rustc'
832024-02-21T00:18:11.060Zinfo: downloading component 'rustfmt'
842024-02-21T00:18:12.387Zinfo: installing component 'cargo'
852024-02-21T00:18:13.293Zinfo: installing component 'clippy'
862024-02-21T00:18:13.648Zinfo: installing component 'rust-docs'
872024-02-21T00:18:15.199Zinfo: installing component 'rust-std'
882024-02-21T00:18:16.804Zinfo: installing component 'rustc'
892024-02-21T00:18:21.132Zinfo: installing component 'rustfmt'
902024-02-21T00:18:21.543Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-21T00:18:21.556Z+ rustc --version
922024-02-21T00:18:21.609Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-21T00:18:21.619Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-02-21T00:18:35.570Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-02-21T00:18:37.051Z Startup: Caching catalogs ... Done
962024-02-21T00:18:38.683ZPlanning: Solver setup ... Done (1.214s)
972024-02-21T00:18:38.713ZPlanning: Running solver ... Done (0.030s)
982024-02-21T00:18:39.168ZPlanning: Finding local manifests ... Done (0.433s)
992024-02-21T00:18:39.179ZPlanning: Fetching manifests: 0/4 0% complete
1002024-02-21T00:18:39.495ZPlanning: Fetching manifests: 4/4 100% complete
1012024-02-21T00:18:39.554ZPlanning: Package planning ... Done (0.055s)
1022024-02-21T00:18:39.607ZPlanning: Merging actions ... Done (0.052s)
1032024-02-21T00:18:41.634ZPlanning: Checking for conflicting actions ... Done (2.033s)
1042024-02-21T00:18:41.650ZPlanning: Consolidating action changes ... Done (0.012s)
1052024-02-21T00:18:47.404ZPlanning: Evaluating mediators ... Done (5.756s)
1062024-02-21T00:18:47.414ZPlanning: Planning completed in 10.31 seconds
1072024-02-21T00:18:48.115Z Packages to install: 4
1082024-02-21T00:18:48.115Z Mediators to change: 2
1092024-02-21T00:18:48.115Z Services to change: 1
1102024-02-21T00:18:48.116Z Estimated space available: 148.87 GB
1112024-02-21T00:18:48.116ZEstimated space to be consumed: 1.41 GB
1122024-02-21T00:18:48.543Z Create boot environment: No
1132024-02-21T00:18:48.543ZCreate backup boot environment: No
1142024-02-21T00:18:48.543Z Rebuild boot archive: No
1152024-02-21T00:18:48.543Z
1162024-02-21T00:18:48.543ZChanged mediators:
1172024-02-21T00:18:48.543Z mediator clang:
1182024-02-21T00:18:48.543Z version: None -> 15 (system default)
1192024-02-21T00:18:48.544Z
1202024-02-21T00:18:48.544Z mediator llvm:
1212024-02-21T00:18:48.544Z version: 14 (system default) -> 15 (system default)
1222024-02-21T00:18:48.544Z
1232024-02-21T00:18:48.544ZChanged packages:
1242024-02-21T00:18:48.544Zhelios-dev
1252024-02-21T00:18:48.544Z developer/build-essential
1262024-02-21T00:18:48.544Z None -> 11-2.0
1272024-02-21T00:18:48.544Z library/libxmlsec1
1282024-02-21T00:18:48.544Z None -> 1.2.35-2.0
1292024-02-21T00:18:48.544Z ooce/developer/clang-15
1302024-02-21T00:18:48.544Z None -> 15.0.7-2.0
1312024-02-21T00:18:48.544Z ooce/developer/llvm-15
1322024-02-21T00:18:48.544Z None -> 15.0.7-2.0
1332024-02-21T00:18:48.544Z
1342024-02-21T00:18:48.545ZServices:
1352024-02-21T00:18:48.545Z restart_fmri:
1362024-02-21T00:18:48.545Z svc:/system/update-man-index:default
1372024-02-21T00:18:48.545Z
1382024-02-21T00:18:48.545ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-02-21T00:18:53.093ZDownload: 913/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1402024-02-21T00:18:58.097ZDownload: 1312/3290 items 110.7/212.6MB 52% complete (11.2M/s)
1412024-02-21T00:19:03.509ZDownload: 2205/3290 items 119.2/212.6MB 56% complete (10.0M/s)
1422024-02-21T00:19:08.110ZDownload: 2764/3290 items 120.6/212.6MB 56% complete (1.2M/s)
1432024-02-21T00:19:13.130ZDownload: 3241/3290 items 199.9/212.6MB 94% complete (8.0M/s)
1442024-02-21T00:19:29.737ZDownload: 3247/3290 items 203.1/212.6MB 95% complete
1452024-02-21T00:19:30.552ZDownload: Completed 212.60 MB in 42.45 seconds (5.0M/s)
1462024-02-21T00:19:30.789Z Actions: 1/3689 actions (Installing new actions)
1472024-02-21T00:19:35.780Z Actions: 3545/3689 actions (Installing new actions)
1482024-02-21T00:19:36.027Z Actions: Completed 3689 actions in 5.26 seconds.
1492024-02-21T00:19:36.225Z Done (0.185s)
1502024-02-21T00:19:36.225Z Done (0.000s)
1512024-02-21T00:19:36.464Z Done (0.223s)
1522024-02-21T00:19:42.459Z Done (5.863s)
1532024-02-21T00:19:42.655Z Done (0.143s)
1542024-02-21T00:19:42.658Z Done (0.000s)
1552024-02-21T00:19:42.815Z Done (0.000s)
1562024-02-21T00:19:43.384ZPlanning: Evaluating mediator changes ... Done
1572024-02-21T00:19:43.565ZPlanning: Checking for conflicting actions ... Done
1582024-02-21T00:19:43.584ZPlanning: Consolidating action changes ... Done
1592024-02-21T00:19:43.837ZPlanning: Evaluating mediators ... Done
1602024-02-21T00:19:43.842ZPlanning: Planning completed in 0.46 seconds
1612024-02-21T00:19:43.876Z Mediators to change: 2
1622024-02-21T00:19:43.876Z Create boot environment: No
1632024-02-21T00:19:43.881ZCreate backup boot environment: No
1642024-02-21T00:19:43.943Z Done
1652024-02-21T00:19:43.943Z Done
1662024-02-21T00:19:44.094Z Done
1672024-02-21T00:19:48.142Z Done
1682024-02-21T00:19:48.238Z Done
1692024-02-21T00:19:48.252Z Done
1702024-02-21T00:19:48.331Z Done
1712024-02-21T00:19:49.036ZPlanning: Evaluating mediator changes ... Done
1722024-02-21T00:19:49.044ZPlanning: Merging actions ... Done
1732024-02-21T00:19:49.246ZPlanning: Checking for conflicting actions ... Done
1742024-02-21T00:19:50.646ZPlanning: Consolidating action changes ... Done
1752024-02-21T00:19:50.646ZPlanning: Evaluating mediators ... Done
1762024-02-21T00:19:50.646ZPlanning: Planning completed in 0.83 seconds
1772024-02-21T00:19:50.646Z Packages to change: 1
1782024-02-21T00:19:50.646Z Mediators to change: 1
1792024-02-21T00:19:50.647Z Services to change: 1
1802024-02-21T00:19:50.647Z Create boot environment: No
1812024-02-21T00:19:50.647ZCreate backup boot environment: Yes
1822024-02-21T00:19:51.429Z Actions: 1/6 actions (Updating modified actions)
1832024-02-21T00:19:51.501Z Actions: Completed 6 actions in 0.07 seconds.
1842024-02-21T00:19:51.522Z Done
1852024-02-21T00:19:51.522Z Done
1862024-02-21T00:19:51.553Z Done
1872024-02-21T00:19:55.645Z Done
1882024-02-21T00:19:55.737Z Done
1892024-02-21T00:19:55.742Z Done
1902024-02-21T00:19:55.845Z Done
1912024-02-21T00:19:56.320ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-02-21T00:19:56.320Zclang system 15 system
1932024-02-21T00:19:56.320Zcsh system system illumos
1942024-02-21T00:19:56.320Zctags system system illumos
1952024-02-21T00:19:56.320Zgcc vendor 12 vendor
1962024-02-21T00:19:56.320Zgcc system 10 system
1972024-02-21T00:19:56.320Zgcc system 7 system
1982024-02-21T00:19:56.320Zgo system 1.20 system
1992024-02-21T00:19:56.320Zgo system 1.19 system
2002024-02-21T00:19:56.320Zllvm system 15 system
2012024-02-21T00:19:56.320Zllvm system 14 system
2022024-02-21T00:19:56.320Zmariadb system 10.6 system
2032024-02-21T00:19:56.320Zmta vendor vendor dma
2042024-02-21T00:19:56.320Zopenjdk system 17 system
2052024-02-21T00:19:56.320Zopenjdk system 11 system
2062024-02-21T00:19:56.320Zopenjdk system 1.8 system
2072024-02-21T00:19:56.320Zopenssl vendor 3 vendor
2082024-02-21T00:19:56.320Zperl system 5.36 system
2092024-02-21T00:19:56.321Zpostgresql system 15 system
2102024-02-21T00:19:56.321Zpostgresql system 13 system
2112024-02-21T00:19:56.321Zpython vendor 3 vendor
2122024-02-21T00:19:56.321Zpython system 2 system
2132024-02-21T00:19:56.321Zpython3 system 3.11 system
2142024-02-21T00:19:56.321Zruby system 3.0 system
2152024-02-21T00:19:56.321Zwords vendor vendor american-english
2162024-02-21T00:19:56.321Zwords system system australian-english
2172024-02-21T00:19:56.321Zwords system system british-english
2182024-02-21T00:19:56.321Zwords system system canadian-english
2192024-02-21T00:19:56.321Zwords system system french
2202024-02-21T00:19:56.321Zwords system system italian
2212024-02-21T00:19:56.321Zwords system system ngerman
2222024-02-21T00:19:56.321Zwords system system ogerman
2232024-02-21T00:19:56.321Zwords system system spanish
2242024-02-21T00:19:56.696ZFMRI IFO
2252024-02-21T00:19:56.697Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-02-21T00:19:56.697Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-02-21T00:19:56.697Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-02-21T00:19:56.697Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-02-21T00:19:56.697Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-02-21T00:19:56.697Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-02-21T00:19:56.697Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2322024-02-21T00:19:56.697Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2332024-02-21T00:19:56.760Z+ set -o errexit
2342024-02-21T00:19:56.771Z+++ dirname ./tools/ci_download_cockroachdb
2352024-02-21T00:19:56.771Z++ cd ./tools
2362024-02-21T00:19:56.771Z++ pwd
2372024-02-21T00:19:56.771Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2382024-02-21T00:19:56.771Z++ basename ./tools/ci_download_cockroachdb
2392024-02-21T00:19:56.771Z+ ARG0=ci_download_cockroachdb
2402024-02-21T00:19:56.771Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2412024-02-21T00:19:56.771Z+ CIDL_VERSION=v22.1.9
2422024-02-21T00:19:56.771Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2432024-02-21T00:19:56.771Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2442024-02-21T00:19:56.771Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2452024-02-21T00:19:56.771Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2462024-02-21T00:19:56.771Z+ TARGET_DIR=out
2472024-02-21T00:19:56.771Z+ DOWNLOAD_DIR=out/downloads
2482024-02-21T00:19:56.772Z+ DEST_DIR=./out/cockroachdb
2492024-02-21T00:19:56.772Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2502024-02-21T00:19:56.772Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2512024-02-21T00:19:56.772Z+ main
2522024-02-21T00:19:56.772Z+ [[ 0 != 0 ]]
2532024-02-21T00:19:56.772Z+ CIDL_OS=solaris2.11
2542024-02-21T00:19:56.772Z+ [[ 0 != 0 ]]
2552024-02-21T00:19:56.772Z+ configure_os solaris2.11
2562024-02-21T00:19:56.772Z+ echo 'current directory: /work/oxidecomputer/omicron'
2572024-02-21T00:19:56.772Zcurrent directory: /work/oxidecomputer/omicron
2582024-02-21T00:19:56.772Z+ echo 'configuring based on OS: "solaris2.11"'
2592024-02-21T00:19:56.772Z+ case "$1" in
2602024-02-21T00:19:56.772Zconfiguring based on OS: "solaris2.11"
2612024-02-21T00:19:56.772Z+ CIDL_BUILD=illumos
2622024-02-21T00:19:56.772Z+ CIDL_SUFFIX=tar.gz
2632024-02-21T00:19:56.772Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2642024-02-21T00:19:56.772Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652024-02-21T00:19:56.772Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662024-02-21T00:19:56.772Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672024-02-21T00:19:56.772Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682024-02-21T00:19:56.772Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-02-21T00:19:56.772Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702024-02-21T00:19:56.772Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712024-02-21T00:19:56.772Z+ CIDL_SHA256FUNC=do_sha256sum
2722024-02-21T00:19:56.772Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732024-02-21T00:19:56.773Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742024-02-21T00:19:56.773Z+ mkdir -p out/downloads
2752024-02-21T00:19:56.773ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-02-21T00:19:56.773ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-21T00:19:56.789Z+ mkdir -p ./out/cockroachdb
2782024-02-21T00:19:56.789Z+ local DO_DOWNLOAD=true
2792024-02-21T00:19:56.789Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2802024-02-21T00:19:56.789Z+ '[' true == true ']'
2812024-02-21T00:19:56.789Z+ echo Downloading...
2822024-02-21T00:19:56.789ZDownloading...
2832024-02-21T00:19:56.789Z+ 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-21T00:19:56.789Z+ 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-21T00:20:05.479Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-02-21T00:20:05.501Z++ sha256sum
2872024-02-21T00:20:05.501Z++ awk '{print $1}'
2882024-02-21T00:20:05.569Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2892024-02-21T00:20:05.569Z+ [[ 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-21T00:20:05.586Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-02-21T00:20:05.586Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2922024-02-21T00:20:07.746Z+ do_assemble_illumos
2932024-02-21T00:20:07.746Z+ rm -r ./out/cockroachdb
2942024-02-21T00:20:09.013Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2952024-02-21T00:20:09.020Z+ ./out/cockroachdb/bin/cockroach version
2962024-02-21T00:20:09.020ZBuild Tag: v22.1.9-dirty
2972024-02-21T00:20:09.020ZBuild Time: 2022/10/26 21:17:46
2982024-02-21T00:20:09.020ZDistribution: OSS
2992024-02-21T00:20:09.021ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3002024-02-21T00:20:09.021ZGo Version: go1.17.13
3012024-02-21T00:20:09.021ZC Compiler: gcc 10.3.0
3022024-02-21T00:20:09.021ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3032024-02-21T00:20:09.021ZBuild Type: release
3042024-02-21T00:20:09.021Z+ set -o errexit
3052024-02-21T00:20:09.021Z+++ dirname ./tools/ci_download_clickhouse
3062024-02-21T00:20:09.021Z++ cd ./tools
3072024-02-21T00:20:09.021Z++ pwd
3082024-02-21T00:20:09.021Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3092024-02-21T00:20:09.021Z++ basename ./tools/ci_download_clickhouse
3102024-02-21T00:20:09.021Z+ ARG0=ci_download_clickhouse
3112024-02-21T00:20:09.021Z+ TARGET_DIR=out
3122024-02-21T00:20:09.021Z+ DOWNLOAD_DIR=out/downloads
3132024-02-21T00:20:09.021Z+ DEST_DIR=./out/clickhouse
3142024-02-21T00:20:09.021Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3152024-02-21T00:20:09.021Z+ CIDL_VERSION=v22.8.9.24
3162024-02-21T00:20:09.021Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3172024-02-21T00:20:09.021Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3182024-02-21T00:20:09.021Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3192024-02-21T00:20:09.021Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3202024-02-21T00:20:09.021Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3212024-02-21T00:20:09.021Z+ main
3222024-02-21T00:20:09.021Z+ [[ 0 != 0 ]]
3232024-02-21T00:20:09.022Z+ CIDL_OS=solaris2.11
3242024-02-21T00:20:09.022Z+ [[ 0 != 0 ]]
3252024-02-21T00:20:09.022Z+ configure_os solaris2.11
3262024-02-21T00:20:09.022Z+ echo 'current directory: /work/oxidecomputer/omicron'
3272024-02-21T00:20:09.022Zcurrent directory: /work/oxidecomputer/omicron
3282024-02-21T00:20:09.022Zconfiguring based on OS: "solaris2.11"
3292024-02-21T00:20:09.022Z+ echo 'configuring based on OS: "solaris2.11"'
3302024-02-21T00:20:09.022Z+ CIDL_DASHREV=
3312024-02-21T00:20:09.022Z+ case "$1" in
3322024-02-21T00:20:09.022Z+ CIDL_PLATFORM=illumos
3332024-02-21T00:20:09.022Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3342024-02-21T00:20:09.022Z+ CIDL_MD5FUNC=do_md5sum
3352024-02-21T00:20:09.022Z+ CIDL_DASHREV=-1
3362024-02-21T00:20:09.022Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3372024-02-21T00:20:09.022Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-02-21T00:20:09.022Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-02-21T00:20:09.022Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-02-21T00:20:09.022Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412024-02-21T00:20:09.022ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-21T00:20:09.022ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-21T00:20:09.022Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-02-21T00:20:09.022Z+ mkdir -p out/downloads
3452024-02-21T00:20:09.022Z+ mkdir -p ./out/clickhouse
3462024-02-21T00:20:09.022Z+ local DO_DOWNLOAD=true
3472024-02-21T00:20:09.022Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3482024-02-21T00:20:09.023Z+ '[' true == true ']'
3492024-02-21T00:20:09.023Z+ echo Downloading...
3502024-02-21T00:20:09.023ZDownloading...
3512024-02-21T00:20:09.023Z+ 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-21T00:20:09.023Z+ 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-21T00:20:10.467Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-02-21T00:20:10.493Z++ md5sum
3552024-02-21T00:20:10.493Z++ awk '{print $1}'
3562024-02-21T00:20:10.649Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3572024-02-21T00:20:10.649Z+ [[ 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-21T00:20:11.067Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3592024-02-21T00:20:11.068Z+ mkdir -p ./out/clickhouse
3602024-02-21T00:20:11.068Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3612024-02-21T00:20:13.790Z+ ./out/clickhouse/clickhouse server --version
3622024-02-21T00:20:13.825ZClickHouse server version 22.8.9.1.
3632024-02-21T00:20:13.845Z+ set -o errexit
3642024-02-21T00:20:13.855Z+++ dirname ./tools/ci_download_console
3652024-02-21T00:20:13.855Z++ cd ./tools
3662024-02-21T00:20:13.855Z++ pwd
3672024-02-21T00:20:13.855Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3682024-02-21T00:20:13.856Z++ basename ./tools/ci_download_console
3692024-02-21T00:20:13.856Z+ ARG0=ci_download_console
3702024-02-21T00:20:13.856Z+ TARGET_DIR=out
3712024-02-21T00:20:13.856Z+ DOWNLOAD_DIR=out/downloads
3722024-02-21T00:20:13.856Z+ DEST_DIR=./out/console-assets
3732024-02-21T00:20:13.856Z+ source /work/oxidecomputer/omicron/tools/console_version
3742024-02-21T00:20:13.856Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3752024-02-21T00:20:13.856Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3762024-02-21T00:20:13.856Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3772024-02-21T00:20:13.856Z+ TARBALL_FILE=out/downloads/console.tar.gz
3782024-02-21T00:20:13.857Z+ main
3792024-02-21T00:20:13.857Z+ [[ 0 != 0 ]]
3802024-02-21T00:20:13.857Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3812024-02-21T00:20:13.857ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3822024-02-21T00:20:13.857Z+ echo 'Local file: out/downloads/console.tar.gz'
3832024-02-21T00:20:13.857ZLocal file: out/downloads/console.tar.gz
3842024-02-21T00:20:13.857Z+ local DO_DOWNLOAD=true
3852024-02-21T00:20:13.857Z+ [[ -f out/downloads/console.tar.gz ]]
3862024-02-21T00:20:13.858Z+ mkdir -p out/downloads
3872024-02-21T00:20:13.858Z+ '[' true == true ']'
3882024-02-21T00:20:13.858Z+ echo Downloading...
3892024-02-21T00:20:13.858ZDownloading...
3902024-02-21T00:20:13.858Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3912024-02-21T00:20:13.858Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3922024-02-21T00:20:14.575Z++ do_sha256sum out/downloads/console.tar.gz
3932024-02-21T00:20:14.581Z++ case "$OSTYPE" in
3942024-02-21T00:20:14.581Z++ SHA=sha256sum
3952024-02-21T00:20:14.581Z++ sha256sum
3962024-02-21T00:20:14.581Z++ awk '{print $1}'
3972024-02-21T00:20:14.600Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3982024-02-21T00:20:14.600Z+ [[ 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-21T00:20:14.600Z+ rm -rf ./out/console-assets
4002024-02-21T00:20:14.600Z+ mkdir -p ./out/console-assets
4012024-02-21T00:20:14.600Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4022024-02-21T00:20:14.600Z+ mkdir -p ./out/console-assets
4032024-02-21T00:20:14.600Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4042024-02-21T00:20:15.065Z+ set -o errexit
4052024-02-21T00:20:15.065Z+++ dirname ./tools/ci_download_maghemite_openapi
4062024-02-21T00:20:15.065Z++ cd ./tools
4072024-02-21T00:20:15.065Z++ pwd
4082024-02-21T00:20:15.066Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4092024-02-21T00:20:15.066Z++ basename ./tools/ci_download_maghemite_openapi
4102024-02-21T00:20:15.066Z+ ARG0=ci_download_maghemite_openapi
4112024-02-21T00:20:15.066Z+ TARGET_DIR=out
4122024-02-21T00:20:15.067Z+ DOWNLOAD_DIR=out/downloads
4132024-02-21T00:20:15.067Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4142024-02-21T00:20:15.067Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4152024-02-21T00:20:15.067Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4162024-02-21T00:20:15.067Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4172024-02-21T00:20:15.068Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4182024-02-21T00:20:15.068Z+ main
4192024-02-21T00:20:15.068Z+ [[ 0 != 0 ]]
4202024-02-21T00:20:15.068Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4212024-02-21T00:20:15.069ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4222024-02-21T00:20:15.069Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4232024-02-21T00:20:15.069ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4242024-02-21T00:20:15.069Z+ local DO_DOWNLOAD=true
4252024-02-21T00:20:15.069Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4262024-02-21T00:20:15.069Z+ mkdir -p out/downloads
4272024-02-21T00:20:15.070Z+ '[' true == true ']'
4282024-02-21T00:20:15.070Z+ echo Downloading...
4292024-02-21T00:20:15.070ZDownloading...
4302024-02-21T00:20:15.070Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4312024-02-21T00:20:15.070Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4322024-02-21T00:20:16.503Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4332024-02-21T00:20:16.524Z++ case "$OSTYPE" in
4342024-02-21T00:20:16.525Z++ SHA=sha256sum
4352024-02-21T00:20:16.525Z++ sha256sum
4362024-02-21T00:20:16.525Z++ awk '{print $1}'
4372024-02-21T00:20:16.525Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4382024-02-21T00:20:16.526Z+ [[ 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-21T00:20:16.526Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4402024-02-21T00:20:16.526Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4412024-02-21T00:20:16.526Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4422024-02-21T00:20:16.526Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4432024-02-21T00:20:16.527Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4442024-02-21T00:20:16.527Z+ main
4452024-02-21T00:20:16.527Z+ [[ 0 != 0 ]]
4462024-02-21T00:20:16.527Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4472024-02-21T00:20:16.527ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4482024-02-21T00:20:16.527Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4492024-02-21T00:20:16.528ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4502024-02-21T00:20:16.528Z+ local DO_DOWNLOAD=true
4512024-02-21T00:20:16.528Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4522024-02-21T00:20:16.528Z+ mkdir -p out/downloads
4532024-02-21T00:20:16.528Z+ '[' true == true ']'
4542024-02-21T00:20:16.528Z+ echo Downloading...
4552024-02-21T00:20:16.529ZDownloading...
4562024-02-21T00:20:16.529Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4572024-02-21T00:20:16.529Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4582024-02-21T00:20:17.195Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4592024-02-21T00:20:17.222Z++ case "$OSTYPE" in
4602024-02-21T00:20:17.222Z++ SHA=sha256sum
4612024-02-21T00:20:17.222Z++ sha256sum
4622024-02-21T00:20:17.222Z++ awk '{print $1}'
4632024-02-21T00:20:17.222Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4642024-02-21T00:20:17.222Z+ [[ 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-21T00:20:17.223Z+ set -o errexit
4662024-02-21T00:20:17.223Z+++ dirname ./tools/ci_download_dendrite_openapi
4672024-02-21T00:20:17.223Z++ cd ./tools
4682024-02-21T00:20:17.223Z++ pwd
4692024-02-21T00:20:17.223Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4702024-02-21T00:20:17.223Z++ basename ./tools/ci_download_dendrite_openapi
4712024-02-21T00:20:17.223Z+ ARG0=ci_download_dendrite_openapi
4722024-02-21T00:20:17.223Z+ TARGET_DIR=out
4732024-02-21T00:20:17.223Z+ DOWNLOAD_DIR=out/downloads
4742024-02-21T00:20:17.223Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4752024-02-21T00:20:17.223Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4762024-02-21T00:20:17.224Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4772024-02-21T00:20:17.224Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4782024-02-21T00:20:17.224Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4792024-02-21T00:20:17.224Z+ main
4802024-02-21T00:20:17.224Z+ [[ 0 != 0 ]]
4812024-02-21T00:20:17.224Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4822024-02-21T00:20:17.224ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4832024-02-21T00:20:17.224Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4842024-02-21T00:20:17.224Z+ local DO_DOWNLOAD=true
4852024-02-21T00:20:17.224ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4862024-02-21T00:20:17.224Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4872024-02-21T00:20:17.225Z+ mkdir -p out/downloads
4882024-02-21T00:20:17.225Z+ '[' true == true ']'
4892024-02-21T00:20:17.225Z+ echo Downloading...
4902024-02-21T00:20:17.225ZDownloading...
4912024-02-21T00:20:17.225Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4922024-02-21T00:20:17.225Z+ 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-21T00:20:19.413Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4942024-02-21T00:20:19.413Z++ case "$OSTYPE" in
4952024-02-21T00:20:19.425Z++ SHA=sha256sum
4962024-02-21T00:20:19.425Z++ sha256sum
4972024-02-21T00:20:19.425Z++ awk '{print $1}'
4982024-02-21T00:20:19.425Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4992024-02-21T00:20:19.425Z+ [[ 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-21T00:20:19.425Z+ set -o errexit
5012024-02-21T00:20:19.435Z+++ dirname ./tools/ci_download_dendrite_stub
5022024-02-21T00:20:19.435Z++ cd ./tools
5032024-02-21T00:20:19.435Z++ pwd
5042024-02-21T00:20:19.435Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5052024-02-21T00:20:19.435Z++ basename ./tools/ci_download_dendrite_stub
5062024-02-21T00:20:19.435Z+ ARG0=ci_download_dendrite_stub
5072024-02-21T00:20:19.436Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5082024-02-21T00:20:19.436Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5092024-02-21T00:20:19.436Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5102024-02-21T00:20:19.436Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5112024-02-21T00:20:19.436Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5122024-02-21T00:20:19.436Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5132024-02-21T00:20:19.436Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5142024-02-21T00:20:19.436Z+ TARGET_DIR=out
5152024-02-21T00:20:19.436Z+ DOWNLOAD_DIR=out/downloads
5162024-02-21T00:20:19.436Z+ DEST_DIR=./out/dendrite-stub
5172024-02-21T00:20:19.436Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5182024-02-21T00:20:19.436Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5192024-02-21T00:20:19.436Z+ REPO=oxidecomputer/dendrite
5202024-02-21T00:20:19.436Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5212024-02-21T00:20:19.436Z+ main
5222024-02-21T00:20:19.437Z+ [[ 0 != 0 ]]
5232024-02-21T00:20:19.437Z+ CIDL_OS=solaris2.11
5242024-02-21T00:20:19.437Z+ [[ 0 != 0 ]]
5252024-02-21T00:20:19.437Z+ configure_os solaris2.11
5262024-02-21T00:20:19.437Z+ echo 'current directory: /work/oxidecomputer/omicron'
5272024-02-21T00:20:19.437Zcurrent directory: /work/oxidecomputer/omicron
5282024-02-21T00:20:19.437Z+ echo 'configuring based on OS: "solaris2.11"'
5292024-02-21T00:20:19.437Z+ case "$1" in
5302024-02-21T00:20:19.437Zconfiguring based on OS: "solaris2.11"
5312024-02-21T00:20:19.437Z+ SET_BINARIES=
5322024-02-21T00:20:19.437Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5332024-02-21T00:20:19.437Z+ CIDL_SHA256FUNC=do_sha256sum
5342024-02-21T00:20:19.437Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5352024-02-21T00:20:19.437Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5362024-02-21T00:20:19.437Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5372024-02-21T00:20:19.437Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5382024-02-21T00:20:19.438ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5392024-02-21T00:20:19.438Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5402024-02-21T00:20:19.438Z+ mkdir -p out/downloads
5412024-02-21T00:20:19.438ZLocal file: out/downloads/dendrite-stub.tar.gz
5422024-02-21T00:20:19.438Z+ mkdir -p ./out/dendrite-stub
5432024-02-21T00:20:19.445Z+ fetch_and_verify
5442024-02-21T00:20:19.446Z+ local DO_DOWNLOAD=true
5452024-02-21T00:20:19.446Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5462024-02-21T00:20:19.446Z+ '[' true == true ']'
5472024-02-21T00:20:19.446Z+ echo Downloading...
5482024-02-21T00:20:19.446ZDownloading...
5492024-02-21T00:20:19.446Z+ 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-21T00:20:19.446Z+ 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-21T00:20:35.265Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5522024-02-21T00:20:35.281Z++ sha256sum
5532024-02-21T00:20:35.281Z++ awk '{print $1}'
5542024-02-21T00:20:35.281Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5552024-02-21T00:20:35.281Z+ [[ 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-21T00:20:35.281Z+ do_untar out/downloads/dendrite-stub.tar.gz
5572024-02-21T00:20:35.282Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5582024-02-21T00:20:35.973Z+ do_assemble
5592024-02-21T00:20:35.973Z+ rm -r ./out/dendrite-stub
5602024-02-21T00:20:36.865Z+ mkdir ./out/dendrite-stub
5612024-02-21T00:20:36.865Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5622024-02-21T00:20:36.865Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5632024-02-21T00:20:36.865Z+ set -o errexit
5642024-02-21T00:20:36.865Z+++ dirname ./tools/ci_download_maghemite_mgd
5652024-02-21T00:20:36.865Z++ cd ./tools
5662024-02-21T00:20:36.866Z++ pwd
5672024-02-21T00:20:36.866Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5682024-02-21T00:20:36.866Z++ basename ./tools/ci_download_maghemite_mgd
5692024-02-21T00:20:36.866Z+ ARG0=ci_download_maghemite_mgd
5702024-02-21T00:20:36.866Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5712024-02-21T00:20:36.866Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5722024-02-21T00:20:36.866Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5732024-02-21T00:20:36.866Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5742024-02-21T00:20:36.866Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5752024-02-21T00:20:36.867Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5762024-02-21T00:20:36.867Z+ TARGET_DIR=out
5772024-02-21T00:20:36.867Z+ DOWNLOAD_DIR=out/downloads
5782024-02-21T00:20:36.867Z+ DEST_DIR=./out/mgd
5792024-02-21T00:20:36.867Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5802024-02-21T00:20:36.867Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5812024-02-21T00:20:36.867Z+ REPO=oxidecomputer/maghemite
5822024-02-21T00:20:36.867Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5832024-02-21T00:20:36.867Z+ main
5842024-02-21T00:20:36.867Z+ [[ 0 != 0 ]]
5852024-02-21T00:20:36.867Z+ CIDL_OS=solaris2.11
5862024-02-21T00:20:36.867Z+ [[ 0 != 0 ]]
5872024-02-21T00:20:36.867Z+ configure_os solaris2.11
5882024-02-21T00:20:36.867Z+ echo 'current directory: /work/oxidecomputer/omicron'
5892024-02-21T00:20:36.867Z+ echo 'configuring based on OS: "solaris2.11"'
5902024-02-21T00:20:36.868Z+ case "$1" in
5912024-02-21T00:20:36.868Z+ SET_BINARIES=
5922024-02-21T00:20:36.868Zcurrent directory: /work/oxidecomputer/omicron
5932024-02-21T00:20:36.868Zconfiguring based on OS: "solaris2.11"
5942024-02-21T00:20:36.868Z+ CIDL_SHA256FUNC=do_sha256sum
5952024-02-21T00:20:36.868Z+ TARBALL_FILENAME=mgd.tar.gz
5962024-02-21T00:20:36.868Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
5972024-02-21T00:20:36.868Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5982024-02-21T00:20:36.868Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
5992024-02-21T00:20:36.868Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6002024-02-21T00:20:36.868ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6012024-02-21T00:20:36.868Z+ mkdir -p out/downloads
6022024-02-21T00:20:36.869ZLocal file: out/downloads/mgd.tar.gz
6032024-02-21T00:20:36.869Z+ mkdir -p ./out/mgd
6042024-02-21T00:20:36.869Z+ fetch_and_verify
6052024-02-21T00:20:36.869Z+ local DO_DOWNLOAD=true
6062024-02-21T00:20:36.869Z+ [[ -f out/downloads/mgd.tar.gz ]]
6072024-02-21T00:20:36.869Z+ '[' true == true ']'
6082024-02-21T00:20:36.869Z+ echo Downloading...
6092024-02-21T00:20:36.869ZDownloading...
6102024-02-21T00:20:36.870Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6112024-02-21T00:20:36.870Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6122024-02-21T00:20:50.128Z++ do_sha256sum out/downloads/mgd.tar.gz
6132024-02-21T00:20:50.128Z++ sha256sum
6142024-02-21T00:20:50.128Z++ awk '{print $1}'
6152024-02-21T00:20:50.128Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6162024-02-21T00:20:50.128Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6172024-02-21T00:20:50.128Z+ do_untar out/downloads/mgd.tar.gz
6182024-02-21T00:20:50.128Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6192024-02-21T00:20:50.129Z+ do_assemble
6202024-02-21T00:20:50.129Z+ rm -r ./out/mgd
6212024-02-21T00:20:50.129Z+ mkdir ./out/mgd
6222024-02-21T00:20:50.129Z+ cp -r out/downloads/root ./out/mgd/root
6232024-02-21T00:20:50.129Z+ set -o errexit
6242024-02-21T00:20:50.129Z+++ dirname ./tools/ci_download_transceiver_control
6252024-02-21T00:20:50.129Z++ cd ./tools
6262024-02-21T00:20:50.129Z++ pwd
6272024-02-21T00:20:50.129Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6282024-02-21T00:20:50.129Z++ basename ./tools/ci_download_transceiver_control
6292024-02-21T00:20:50.129Z+ ARG0=ci_download_transceiver_control
6302024-02-21T00:20:50.129Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6312024-02-21T00:20:50.130Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6322024-02-21T00:20:50.130Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6332024-02-21T00:20:50.130Z+ TARGET_DIR=out
6342024-02-21T00:20:50.130Z+ DOWNLOAD_DIR=out/downloads
6352024-02-21T00:20:50.130Z+ DEST_DIR=./out/transceiver-control
6362024-02-21T00:20:50.130Z+ BIN_DIR=/opt/oxide/bin
6372024-02-21T00:20:50.130Z+ BINARY=xcvradm
6382024-02-21T00:20:50.130Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6392024-02-21T00:20:50.130Z+ REPO=oxidecomputer/transceiver-control
6402024-02-21T00:20:50.130Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412024-02-21T00:20:50.131Z+ main
6422024-02-21T00:20:50.131Z+ [[ 0 != 0 ]]
6432024-02-21T00:20:50.131Z+ CIDL_OS=solaris2.11
6442024-02-21T00:20:50.131Z+ [[ 0 != 0 ]]
6452024-02-21T00:20:50.131Z+ configure_os solaris2.11
6462024-02-21T00:20:50.131Z+ echo 'current directory: /work/oxidecomputer/omicron'
6472024-02-21T00:20:50.131Z+ echo 'configuring based on OS: "solaris2.11"'
6482024-02-21T00:20:50.131Zcurrent directory: /work/oxidecomputer/omicron
6492024-02-21T00:20:50.131Zconfiguring based on OS: "solaris2.11"
6502024-02-21T00:20:50.131Z+ case "$1" in
6512024-02-21T00:20:50.131Z+ SET_BINARIES=
6522024-02-21T00:20:50.132Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6532024-02-21T00:20:50.132Z+ CIDL_SHA256FUNC=do_sha256sum
6542024-02-21T00:20:50.132Z+ ARCHIVE_FILENAME=xcvradm.gz
6552024-02-21T00:20:50.132Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562024-02-21T00:20:50.132Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6572024-02-21T00:20:50.132Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6582024-02-21T00:20:50.132ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592024-02-21T00:20:50.132ZLocal file: out/downloads/xcvradm.gz
6602024-02-21T00:20:50.132Z+ echo 'Local file: out/downloads/xcvradm.gz'
6612024-02-21T00:20:50.133Z+ mkdir -p out/downloads
6622024-02-21T00:20:50.133Z+ mkdir -p ./out/transceiver-control
6632024-02-21T00:20:50.133Z+ fetch_and_verify
6642024-02-21T00:20:50.133Z+ local DO_DOWNLOAD=true
6652024-02-21T00:20:50.133Z+ [[ -f out/downloads/xcvradm.gz ]]
6662024-02-21T00:20:50.133Z+ '[' true == true ']'
6672024-02-21T00:20:50.133Z+ echo Downloading...
6682024-02-21T00:20:50.133ZDownloading...
6692024-02-21T00:20:50.133Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6702024-02-21T00:20:50.133Z+ 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-21T00:20:52.186Z++ do_sha256sum out/downloads/xcvradm.gz
6722024-02-21T00:20:52.214Z++ sha256sum
6732024-02-21T00:20:52.214Z++ awk '{print $1}'
6742024-02-21T00:20:52.214Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-02-21T00:20:52.214Z+ [[ 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-21T00:20:52.214Z+ do_unpack out/downloads/xcvradm.gz
6772024-02-21T00:20:52.214Z+ mkdir -p out/downloads/root//opt/oxide/bin
6782024-02-21T00:20:52.214Z+ gzip -dc out/downloads/xcvradm.gz
6792024-02-21T00:20:52.323Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6802024-02-21T00:20:52.343Z+ do_assemble
6812024-02-21T00:20:52.344Z+ rm -r ./out/transceiver-control
6822024-02-21T00:20:52.344Z+ mkdir ./out/transceiver-control
6832024-02-21T00:20:52.344Z+ cp -r out/downloads/root ./out/transceiver-control/root
6842024-02-21T00:20:52.496ZAll prerequisites installed successfully
6852024-02-21T00:20:52.503Z
6862024-02-21T00:20:52.503Zreal 2:30.794628699
6872024-02-21T00:20:52.503Zuser 36.081742179
6882024-02-21T00:20:52.503Zsys 6.785245425
6892024-02-21T00:20:52.504Ztrap 0.009633654
6902024-02-21T00:20:52.504Ztflt 0.363757499
6912024-02-21T00:20:52.504Zdflt 0.930668364
6922024-02-21T00:20:52.504Zkflt 0.335137327
6932024-02-21T00:20:52.504Zlock 1.537458044
6942024-02-21T00:20:52.504Zslp 5:19.175404113
6952024-02-21T00:20:52.505Zlat 1.752504428
6962024-02-21T00:20:52.505Zstop 0.136302935
6972024-02-21T00:20:52.505Z+ banner end-to-end-tests
6982024-02-21T00:20:52.618Z
6992024-02-21T00:20:52.619Z ###### # # ##### ##### #### ###### # # #####
7002024-02-21T00:20:52.619Z # ## # # # # # # # ## # # #
7012024-02-21T00:20:52.619Z ##### # # # # # ##### # # # ##### ##### # # # # #
7022024-02-21T00:20:52.619Z # # # # # # # # # # # # # # #
7032024-02-21T00:20:52.619Z # # ## # # # # # # # ## # #
7042024-02-21T00:20:52.620Z ###### # # ##### # #### ###### # # #####
7052024-02-21T00:20:52.620Z
7062024-02-21T00:20:52.640Z+ export CARGO_PROFILE_DEV_DEBUG=1
7072024-02-21T00:20:52.640Z+ CARGO_PROFILE_DEV_DEBUG=1
7082024-02-21T00:20:52.641Z+ export CARGO_PROFILE_TEST_DEBUG=1
7092024-02-21T00:20:52.641Z+ CARGO_PROFILE_TEST_DEBUG=1
7102024-02-21T00:20:52.641Z+ export CARGO_INCREMENTAL=0
7112024-02-21T00:20:52.641Z+ CARGO_INCREMENTAL=0
7122024-02-21T00:20:52.641Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7132024-02-21T00:20:52.829Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7142024-02-21T00:20:53.264Z Updating git repository `https://github.com/oxidecomputer/samael`
7152024-02-21T00:20:53.680Z Updating crates.io index
7162024-02-21T00:20:53.683Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172024-02-21T00:20:54.652Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182024-02-21T00:20:56.581Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192024-02-21T00:20:58.013Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202024-02-21T00:20:58.538Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212024-02-21T00:20:59.343Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222024-02-21T00:20:59.371Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232024-02-21T00:21:00.271Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242024-02-21T00:21:02.633Z Updating git repository `https://github.com/oxidecomputer/opte`
7252024-02-21T00:21:03.729Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262024-02-21T00:21:03.848Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272024-02-21T00:21:04.830Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282024-02-21T00:21:04.968Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-02-21T00:21:05.779Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-02-21T00:21:05.878Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-02-21T00:21:06.439Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-02-21T00:21:07.082Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7332024-02-21T00:21:07.463Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7342024-02-21T00:21:08.025Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7352024-02-21T00:21:08.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7362024-02-21T00:21:08.888Z Updating git repository `https://github.com/jgallagher/nix`
7372024-02-21T00:21:10.041Z Updating git repository `https://github.com/cbiffle/hubpack`
7382024-02-21T00:21:10.628Z Updating git repository `https://github.com/oxidecomputer/typify`
7392024-02-21T00:21:12.282Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7402024-02-21T00:21:12.623Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7412024-02-21T00:21:12.915Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7422024-02-21T00:21:14.513Z Downloading crates ...
7432024-02-21T00:21:14.762Z Downloaded crossbeam-deque v0.8.3
7442024-02-21T00:21:14.767Z Downloaded atomicwrites v0.4.3
7452024-02-21T00:21:14.767Z Downloaded ciborium v0.2.2
7462024-02-21T00:21:14.767Z Downloaded darling_macro v0.20.3
7472024-02-21T00:21:14.780Z Downloaded ctr v0.9.2
7482024-02-21T00:21:14.780Z Downloaded aead v0.5.2
7492024-02-21T00:21:14.780Z Downloaded crypto-common v0.1.6
7502024-02-21T00:21:14.795Z Downloaded block-padding v0.3.3
7512024-02-21T00:21:14.795Z Downloaded debug-ignore v1.0.5
7522024-02-21T00:21:14.795Z Downloaded crossbeam-channel v0.5.8
7532024-02-21T00:21:14.805Z Downloaded lazy_static v1.4.0
7542024-02-21T00:21:14.805Z Downloaded pem v3.0.2
7552024-02-21T00:21:14.805Z Downloaded clap_derive v4.5.0
7562024-02-21T00:21:14.805Z Downloaded darling v0.20.3
7572024-02-21T00:21:14.805Z Downloaded curve25519-dalek-derive v0.1.0
7582024-02-21T00:21:14.805Z Downloaded bitflags v2.4.0
7592024-02-21T00:21:14.815Z Downloaded phf_shared v0.11.2
7602024-02-21T00:21:14.815Z Downloaded pest_meta v2.7.6
7612024-02-21T00:21:14.823Z Downloaded derive-where v1.2.7
7622024-02-21T00:21:14.823Z Downloaded cstr-argument v0.1.2
7632024-02-21T00:21:14.824Z Downloaded async-stream-impl v0.3.5
7642024-02-21T00:21:14.824Z Downloaded atty v0.2.14
7652024-02-21T00:21:15.240Z Downloaded nibble_vec v0.1.0
7662024-02-21T00:21:15.240Z Downloaded normalize-line-endings v0.3.0
7672024-02-21T00:21:15.240Z Downloaded new_debug_unreachable v1.0.4
7682024-02-21T00:21:15.240Z Downloaded option-ext v0.2.0
7692024-02-21T00:21:15.240Z Downloaded clap v4.5.0
7702024-02-21T00:21:15.252Z Downloaded num_enum_derive v0.5.11
7712024-02-21T00:21:15.252Z Downloaded openssl-macros v0.1.1
7722024-02-21T00:21:15.253Z Downloaded match_cfg v0.1.0
7732024-02-21T00:21:15.253Z Downloaded num_enum v0.5.11
7742024-02-21T00:21:15.253Z Downloaded num_threads v0.1.6
7752024-02-21T00:21:15.253Z Downloaded colorchoice v1.0.0
7762024-02-21T00:21:15.253Z Downloaded newtype_derive v0.1.6
7772024-02-21T00:21:15.253Z Downloaded num-iter v0.1.43
7782024-02-21T00:21:15.253Z Downloaded constant_time_eq v0.3.0
7792024-02-21T00:21:15.253Z Downloaded libsw v3.3.1
7802024-02-21T00:21:15.253Z Downloaded num_cpus v1.16.0
7812024-02-21T00:21:15.253Z Downloaded anstyle-query v1.0.0
7822024-02-21T00:21:15.253Z Downloaded phf v0.11.2
7832024-02-21T00:21:15.254Z Downloaded autocfg v1.1.0
7842024-02-21T00:21:15.254Z Downloaded md-5 v0.10.5
7852024-02-21T00:21:15.254Z Downloaded async-stream v0.3.5
7862024-02-21T00:21:15.254Z Downloaded strum v0.26.1
7872024-02-21T00:21:15.254Z Downloaded der_derive v0.7.2
7882024-02-21T00:21:15.254Z Downloaded memmap2 v0.7.1
7892024-02-21T00:21:15.254Z Downloaded log v0.4.20
7902024-02-21T00:21:15.254Z Downloaded poly1305 v0.8.0
7912024-02-21T00:21:15.254Z Downloaded equivalent v1.0.1
7922024-02-21T00:21:15.255Z Downloaded diesel_table_macro_syntax v0.1.0
7932024-02-21T00:21:15.255Z Downloaded der v0.7.8
7942024-02-21T00:21:15.255Z Downloaded cipher v0.4.4
7952024-02-21T00:21:15.255Z Downloaded base16ct v0.2.0
7962024-02-21T00:21:15.255Z Downloaded kstat-rs v0.2.3
7972024-02-21T00:21:15.255Z Downloaded deranged v0.3.8
7982024-02-21T00:21:15.255Z Downloaded colored v2.0.4
7992024-02-21T00:21:15.256Z Downloaded parse-display-derive v0.9.0
8002024-02-21T00:21:15.256Z Downloaded version_check v0.9.4
8012024-02-21T00:21:15.256Z Downloaded bit-set v0.5.3
8022024-02-21T00:21:15.256Z Downloaded anstyle v1.0.2
8032024-02-21T00:21:15.256Z Downloaded ciborium-ll v0.2.2
8042024-02-21T00:21:15.256Z Downloaded predicates-core v1.0.6
8052024-02-21T00:21:15.256Z Downloaded chacha20 v0.9.1
8062024-02-21T00:21:15.256Z Downloaded pbkdf2 v0.11.0
8072024-02-21T00:21:15.256Z Downloaded defmt-parser v0.3.3
8082024-02-21T00:21:15.256Z Downloaded omicron-zone-package v0.11.0
8092024-02-21T00:21:15.256Z Downloaded usdt-attr-macro v0.5.0
8102024-02-21T00:21:15.257Z Downloaded byteorder v1.5.0
8112024-02-21T00:21:15.257Z Downloaded libefi-sys v0.1.0
8122024-02-21T00:21:15.257Z Downloaded tower-service v0.3.2
8132024-02-21T00:21:15.257Z Downloaded terminal_size v0.3.0
8142024-02-21T00:21:15.257Z Downloaded structmeta v0.3.0
8152024-02-21T00:21:15.257Z Downloaded strsim v0.8.0
8162024-02-21T00:21:15.257Z Downloaded linear-map v1.2.0
8172024-02-21T00:21:15.258Z Downloaded structopt-derive v0.4.18
8182024-02-21T00:21:15.258Z Downloaded textwrap v0.11.0
8192024-02-21T00:21:15.258Z Downloaded paste v1.0.14
8202024-02-21T00:21:15.258Z Downloaded unicode-width v0.1.11
8212024-02-21T00:21:15.258Z Downloaded fxhash v0.2.1
8222024-02-21T00:21:15.258Z Downloaded thread-id v4.2.0
8232024-02-21T00:21:15.258Z Downloaded futures-io v0.3.30
8242024-02-21T00:21:15.258Z Downloaded toolchain_find v0.2.0
8252024-02-21T00:21:15.258Z Downloaded scroll_derive v0.12.0
8262024-02-21T00:21:15.258Z Downloaded password-hash v0.4.2
8272024-02-21T00:21:15.258Z Downloaded console v0.15.8
8282024-02-21T00:21:15.258Z Downloaded crc32fast v1.3.2
8292024-02-21T00:21:15.259Z Downloaded cpufeatures v0.2.12
8302024-02-21T00:21:15.259Z Downloaded itoa v1.0.9
8312024-02-21T00:21:15.259Z Downloaded utf8parse v0.2.1
8322024-02-21T00:21:15.259Z Downloaded atomic-waker v1.1.1
8332024-02-21T00:21:15.259Z Downloaded native-tls v0.2.11
8342024-02-21T00:21:15.259Z Downloaded anyhow v1.0.75
8352024-02-21T00:21:15.259Z Downloaded zone_cfg_derive v0.3.0
8362024-02-21T00:21:15.259Z Downloaded time-macros v0.2.13
8372024-02-21T00:21:15.259Z Downloaded lock_api v0.4.10
8382024-02-21T00:21:15.260Z Downloaded ed25519 v2.2.2
8392024-02-21T00:21:15.260Z Downloaded parking_lot v0.11.2
8402024-02-21T00:21:15.260Z Downloaded quick-error v1.2.3
8412024-02-21T00:21:15.260Z Downloaded pin-utils v0.1.0
8422024-02-21T00:21:15.260Z Downloaded pest_derive v2.7.6
8432024-02-21T00:21:15.260Z Downloaded swrite v0.1.0
8442024-02-21T00:21:15.260Z Downloaded multer v3.0.0
8452024-02-21T00:21:15.260Z Downloaded owo-colors v4.0.0
8462024-02-21T00:21:15.260Z Downloaded xattr v1.0.1
8472024-02-21T00:21:15.260Z Downloaded dtrace-parser v0.1.14
8482024-02-21T00:21:15.260Z Downloaded want v0.3.1
8492024-02-21T00:21:15.260Z Downloaded futures-task v0.3.30
8502024-02-21T00:21:15.260Z Downloaded postgres-types v0.2.6
8512024-02-21T00:21:15.260Z Downloaded minimal-lexical v0.2.1
8522024-02-21T00:21:15.260Z Downloaded fixedbitset v0.4.2
8532024-02-21T00:21:15.260Z Downloaded heck v0.4.1
8542024-02-21T00:21:15.260Z Downloaded crossbeam-epoch v0.9.15
8552024-02-21T00:21:15.260Z Downloaded argon2 v0.5.3
8562024-02-21T00:21:15.260Z Downloaded const-oid v0.9.5
8572024-02-21T00:21:15.260Z Downloaded semver-parser v0.10.2
8582024-02-21T00:21:15.260Z Downloaded heck v0.3.3
8592024-02-21T00:21:15.260Z Downloaded rand_chacha v0.2.2
8602024-02-21T00:21:15.261Z Downloaded resolv-conf v0.7.0
8612024-02-21T00:21:15.261Z Downloaded parking_lot_core v0.9.8
8622024-02-21T00:21:15.261Z Downloaded arc-swap v1.6.0
8632024-02-21T00:21:15.261Z Downloaded zerocopy v0.3.0
8642024-02-21T00:21:15.261Z Downloaded filetime v0.2.23
8652024-02-21T00:21:15.261Z Downloaded rustc-demangle v0.1.23
8662024-02-21T00:21:15.262Z Downloaded rand_chacha v0.3.1
8672024-02-21T00:21:15.262Z Downloaded slog-async v2.8.0
8682024-02-21T00:21:15.262Z Downloaded ff v0.13.0
8692024-02-21T00:21:15.262Z Downloaded toml v0.5.11
8702024-02-21T00:21:15.287Z Downloaded postcard v1.0.8
8712024-02-21T00:21:15.287Z Downloaded getopts v0.2.21
8722024-02-21T00:21:15.287Z Downloaded foreign-types v0.3.2
8732024-02-21T00:21:15.287Z Downloaded waitgroup v0.1.2
8742024-02-21T00:21:15.288Z Downloaded zone v0.3.0
8752024-02-21T00:21:15.288Z Downloaded semver v0.1.20
8762024-02-21T00:21:15.288Z Downloaded password-hash v0.5.0
8772024-02-21T00:21:15.288Z Downloaded display-error-chain v0.2.0
8782024-02-21T00:21:15.288Z Downloaded schemars_derive v0.8.16
8792024-02-21T00:21:15.288Z Downloaded bytes v1.5.0
8802024-02-21T00:21:15.289Z Downloaded unicase v2.7.0
8812024-02-21T00:21:15.289Z Downloaded subtle v2.5.0
8822024-02-21T00:21:15.289Z Downloaded enum-as-inner v0.5.1
8832024-02-21T00:21:15.289Z Downloaded usdt v0.5.0
8842024-02-21T00:21:15.289Z Downloaded serde_spanned v0.6.5
8852024-02-21T00:21:15.289Z Downloaded yasna v0.5.2
8862024-02-21T00:21:15.289Z Downloaded crypto-bigint v0.5.2
8872024-02-21T00:21:15.290Z Downloaded hostname v0.3.1
8882024-02-21T00:21:15.290Z Downloaded smf v0.2.2
8892024-02-21T00:21:15.290Z Downloaded unicode-xid v0.2.4
8902024-02-21T00:21:15.290Z Downloaded rustls-pemfile v2.1.0
8912024-02-21T00:21:15.290Z Downloaded diesel_derives v2.1.2
8922024-02-21T00:21:15.290Z Downloaded serde_tokenstream v0.1.7
8932024-02-21T00:21:15.290Z Downloaded foreign-types-macros v0.2.3
8942024-02-21T00:21:15.290Z Downloaded signal-hook-mio v0.2.3
8952024-02-21T00:21:15.291Z Downloaded backtrace v0.3.69
8962024-02-21T00:21:15.291Z Downloaded inout v0.1.3
8972024-02-21T00:21:15.291Z Downloaded is-terminal v0.4.9
8982024-02-21T00:21:15.291Z Downloaded smallvec v1.13.1
8992024-02-21T00:21:15.291Z Downloaded rustc_version v0.4.0
9002024-02-21T00:21:15.291Z Downloaded zeroize v1.7.0
9012024-02-21T00:21:15.291Z Downloaded same-file v1.0.6
9022024-02-21T00:21:15.291Z Downloaded elliptic-curve v0.13.8
9032024-02-21T00:21:15.291Z Downloaded fastrand v2.0.1
9042024-02-21T00:21:15.291Z Downloaded ghash v0.5.0
9052024-02-21T00:21:15.291Z Downloaded serde_urlencoded v0.7.1
9062024-02-21T00:21:15.291Z Downloaded tinyvec_macros v0.1.1
9072024-02-21T00:21:15.292Z Downloaded foreign-types-shared v0.1.1
9082024-02-21T00:21:15.292Z Downloaded strsim v0.11.0
9092024-02-21T00:21:15.292Z Downloaded proc-macro-error-attr v1.0.4
9102024-02-21T00:21:15.292Z Downloaded tokio-stream v0.1.14
9112024-02-21T00:21:15.292Z Downloaded digest v0.10.7
9122024-02-21T00:21:15.292Z Downloaded keccak v0.1.4
9132024-02-21T00:21:15.292Z Downloaded strsim v0.10.0
9142024-02-21T00:21:15.292Z Downloaded primeorder v0.13.6
9152024-02-21T00:21:15.292Z Downloaded thiserror-impl-no-std v2.0.2
9162024-02-21T00:21:15.292Z Downloaded term v0.7.0
9172024-02-21T00:21:15.292Z Downloaded unicode-ident v1.0.12
9182024-02-21T00:21:15.292Z Downloaded num-bigint v0.4.4
9192024-02-21T00:21:15.292Z Downloaded fallible-iterator v0.2.0
9202024-02-21T00:21:15.293Z Downloaded glob v0.3.1
9212024-02-21T00:21:15.293Z Downloaded serde_repr v0.1.16
9222024-02-21T00:21:15.293Z Downloaded rustls-pemfile v1.0.3
9232024-02-21T00:21:15.293Z Downloaded spki v0.7.2
9242024-02-21T00:21:15.293Z Downloaded base64 v0.21.7
9252024-02-21T00:21:15.293Z Downloaded rayon-core v1.12.0
9262024-02-21T00:21:15.293Z Downloaded tokio-postgres v0.7.10
9272024-02-21T00:21:15.293Z Downloaded headers-core v0.2.0
9282024-02-21T00:21:15.293Z Downloaded secrecy v0.8.0
9292024-02-21T00:21:15.293Z Downloaded dirs-next v2.0.0
9302024-02-21T00:21:15.293Z Downloaded dirs v5.0.1
9312024-02-21T00:21:15.293Z Downloaded rustls-pki-types v1.3.0
9322024-02-21T00:21:15.294Z Downloaded subprocess v0.2.9
9332024-02-21T00:21:15.294Z Downloaded structmeta-derive v0.3.0
9342024-02-21T00:21:15.294Z Downloaded utf-8 v0.7.6
9352024-02-21T00:21:15.294Z Downloaded proc-macro-error v1.0.4
9362024-02-21T00:21:15.294Z Downloaded foreign-types-shared v0.3.1
9372024-02-21T00:21:15.294Z Downloaded semver v0.11.0
9382024-02-21T00:21:15.294Z Downloaded string_cache v0.8.7
9392024-02-21T00:21:15.294Z Downloaded serde_derive_internals v0.26.0
9402024-02-21T00:21:15.294Z Downloaded rfc6979 v0.4.0
9412024-02-21T00:21:15.294Z Downloaded ipnetwork v0.20.0
9422024-02-21T00:21:15.294Z Downloaded typenum v1.16.0
9432024-02-21T00:21:15.294Z Downloaded fnv v1.0.7
9442024-02-21T00:21:15.295Z Downloaded hash32 v0.3.1
9452024-02-21T00:21:15.295Z Downloaded hex v0.4.3
9462024-02-21T00:21:15.295Z Downloaded dirs-sys-next v0.1.2
9472024-02-21T00:21:15.295Z Downloaded futures-macro v0.3.30
9482024-02-21T00:21:15.295Z Downloaded headers v0.3.9
9492024-02-21T00:21:15.295Z Downloaded hubpack_derive v0.1.1
9502024-02-21T00:21:15.295Z Downloaded ident_case v1.0.1
9512024-02-21T00:21:15.295Z Downloaded trust-dns-server v0.22.1
9522024-02-21T00:21:15.295Z Downloaded universal-hash v0.5.1
9532024-02-21T00:21:15.295Z Downloaded sha2 v0.10.8
9542024-02-21T00:21:15.295Z Downloaded take_mut v0.2.2
9552024-02-21T00:21:15.295Z Downloaded futures v0.3.30
9562024-02-21T00:21:15.295Z Downloaded tokio-rustls v0.25.0
9572024-02-21T00:21:15.296Z Downloaded stable_deref_trait v1.2.0
9582024-02-21T00:21:15.296Z Downloaded endian-type v0.1.2
9592024-02-21T00:21:15.296Z Downloaded dyn-clone v1.0.16
9602024-02-21T00:21:15.296Z Downloaded strum_macros v0.26.1
9612024-02-21T00:21:15.296Z Downloaded scopeguard v1.2.0
9622024-02-21T00:21:15.296Z Downloaded untrusted v0.7.1
9632024-02-21T00:21:15.296Z Downloaded slog-json v2.6.1
9642024-02-21T00:21:15.296Z Downloaded tokio-macros v2.2.0
9652024-02-21T00:21:15.296Z Downloaded thread_local v1.1.7
9662024-02-21T00:21:15.296Z Downloaded hash32 v0.2.1
9672024-02-21T00:21:15.296Z Downloaded tracing v0.1.37
9682024-02-21T00:21:15.296Z Downloaded russh-cryptovec v0.7.0
9692024-02-21T00:21:15.296Z Downloaded crucible-workspace-hack v0.1.0
9702024-02-21T00:21:15.314Z Downloaded proc-macro-crate v1.3.1
9712024-02-21T00:21:15.315Z Downloaded signal-hook v0.3.17
9722024-02-21T00:21:15.315Z Downloaded petgraph v0.6.4
9732024-02-21T00:21:15.315Z Downloaded signature v2.1.0
9742024-02-21T00:21:15.315Z Downloaded gethostname v0.4.3
9752024-02-21T00:21:15.315Z Downloaded generic-array v0.14.7
9762024-02-21T00:21:15.315Z Downloaded zeroize_derive v1.4.2
9772024-02-21T00:21:15.315Z Downloaded siphasher v0.3.11
9782024-02-21T00:21:15.315Z Downloaded topological-sort v0.2.2
9792024-02-21T00:21:15.315Z Downloaded thiserror-no-std v2.0.2
9802024-02-21T00:21:15.315Z Downloaded rustc_version v0.1.7
9812024-02-21T00:21:15.316Z Downloaded embedded-io v0.4.0
9822024-02-21T00:21:15.316Z Downloaded httparse v1.8.0
9832024-02-21T00:21:15.316Z Downloaded dof v0.1.5
9842024-02-21T00:21:15.316Z Downloaded aes v0.8.3
9852024-02-21T00:21:15.316Z Downloaded r2d2 v0.8.10
9862024-02-21T00:21:15.345Z Downloaded tinyvec v1.6.0
9872024-02-21T00:21:15.345Z Downloaded slog-bunyan v2.5.0
9882024-02-21T00:21:15.346Z Downloaded strum_macros v0.25.2
9892024-02-21T00:21:15.346Z Downloaded unicode-segmentation v1.10.1
9902024-02-21T00:21:15.346Z Downloaded errno v0.3.8
9912024-02-21T00:21:15.346Z Downloaded http-body v0.4.5
9922024-02-21T00:21:15.346Z Downloaded iana-time-zone v0.1.57
9932024-02-21T00:21:15.346Z Downloaded rand_core v0.5.1
9942024-02-21T00:21:15.346Z Downloaded socket2 v0.5.5
9952024-02-21T00:21:15.347Z Downloaded walkdir v2.4.0
9962024-02-21T00:21:15.347Z Downloaded defmt v0.3.5
9972024-02-21T00:21:15.347Z Downloaded untrusted v0.9.0
9982024-02-21T00:21:15.347Z Downloaded dirs-sys v0.4.1
9992024-02-21T00:21:15.347Z Downloaded difflib v0.4.0
10002024-02-21T00:21:15.354Z Downloaded futures-sink v0.3.30
10012024-02-21T00:21:15.354Z Downloaded futures-channel v0.3.30
10022024-02-21T00:21:15.354Z Downloaded tempfile v3.10.0
10032024-02-21T00:21:15.355Z Downloaded usdt-impl v0.5.0
10042024-02-21T00:21:15.355Z Downloaded rand v0.8.5
10052024-02-21T00:21:15.355Z Downloaded hubpack v0.1.2
10062024-02-21T00:21:15.355Z Downloaded ipnet v2.9.0
10072024-02-21T00:21:15.355Z Downloaded heapless v0.7.16
10082024-02-21T00:21:15.356Z Downloaded toml v0.8.10
10092024-02-21T00:21:15.356Z Downloaded ryu v1.0.15
10102024-02-21T00:21:15.363Z Downloaded serde v1.0.196
10112024-02-21T00:21:15.363Z Downloaded zerocopy-derive v0.7.32
10122024-02-21T00:21:15.371Z Downloaded semver v1.0.22
10132024-02-21T00:21:15.372Z Downloaded indexmap v1.9.3
10142024-02-21T00:21:15.372Z Downloaded tracing-core v0.1.31
10152024-02-21T00:21:15.392Z Downloaded structopt v0.3.26
10162024-02-21T00:21:15.398Z Downloaded ed25519-dalek v2.0.0
10172024-02-21T00:21:15.398Z Downloaded trust-dns-client v0.22.0
10182024-02-21T00:21:15.398Z Downloaded tokio-rustls v0.24.1
10192024-02-21T00:21:15.398Z Downloaded quote v1.0.35
10202024-02-21T00:21:15.398Z Downloaded toml_edit v0.19.15
10212024-02-21T00:21:15.414Z Downloaded proc-macro2 v1.0.78
10222024-02-21T00:21:15.427Z Downloaded uuid v1.7.0
10232024-02-21T00:21:15.428Z Downloaded unsafe-libyaml v0.2.10
10242024-02-21T00:21:15.428Z Downloaded time v0.3.27
10252024-02-21T00:21:15.437Z Downloaded rand v0.7.3
10262024-02-21T00:21:15.437Z Downloaded crossterm v0.27.0
10272024-02-21T00:21:15.450Z Downloaded zip v0.6.6
10282024-02-21T00:21:15.450Z Downloaded trust-dns-resolver v0.22.0
10292024-02-21T00:21:17.428Z Downloaded indexmap v2.2.3
10302024-02-21T00:21:17.428Z Downloaded url v2.5.0
10312024-02-21T00:21:17.428Z Downloaded aes-gcm v0.10.3
10322024-02-21T00:21:17.429Z Downloaded hashbrown v0.14.3
10332024-02-21T00:21:18.756Z Downloaded zerocopy v0.7.32
10342024-02-21T00:21:18.756Z Downloaded flate2 v1.0.28
10352024-02-21T00:21:18.756Z Downloaded winnow v0.6.1
10362024-02-21T00:21:18.756Z Downloaded regex-automata v0.1.10
10372024-02-21T00:21:18.756Z Downloaded http v0.2.11
10382024-02-21T00:21:18.757Z Downloaded russh v0.42.0
10392024-02-21T00:21:18.757Z Downloaded heapless v0.8.0
10402024-02-21T00:21:18.757Z Downloaded itertools v0.10.5
10412024-02-21T00:21:18.757Z Downloaded steno v0.4.0
10422024-02-21T00:21:18.757Z Downloaded serde_json v1.0.114
10432024-02-21T00:21:18.758Z Downloaded http v1.0.0
10442024-02-21T00:21:18.758Z Downloaded clap v2.34.0
10452024-02-21T00:21:18.758Z Downloaded hkdf v0.12.4
10462024-02-21T00:21:18.758Z Downloaded h2 v0.3.24
10472024-02-21T00:21:18.758Z Downloaded rayon v1.8.0
10482024-02-21T00:21:18.759Z Downloaded itertools v0.12.1
10492024-02-21T00:21:18.759Z Downloaded futures-util v0.3.30
10502024-02-21T00:21:18.759Z Downloaded serde_with v3.6.1
10512024-02-21T00:21:18.759Z Downloaded curve25519-dalek v4.1.1
10522024-02-21T00:21:18.760Z Downloaded reqwest v0.11.22
10532024-02-21T00:21:18.760Z Downloaded rustls-webpki v0.102.1
10542024-02-21T00:21:18.760Z Downloaded goblin v0.8.0
10552024-02-21T00:21:18.760Z Downloaded webpki-roots v0.25.2
10562024-02-21T00:21:18.760Z Downloaded syn v2.0.48
10572024-02-21T00:21:18.760Z Downloaded openssl v0.10.60
10582024-02-21T00:21:18.761Z Downloaded smoltcp v0.9.1
10592024-02-21T00:21:18.761Z Downloaded hyper v0.14.27
10602024-02-21T00:21:18.761Z Downloaded idna v0.2.3
10612024-02-21T00:21:18.761Z Downloaded diesel v2.1.4
10622024-02-21T00:21:18.761Z Downloaded vcpkg v0.2.15
10632024-02-21T00:21:18.762Z Downloaded idna v0.5.0
10642024-02-21T00:21:18.762Z Downloaded radix_trie v0.2.1
10652024-02-21T00:21:18.762Z Downloaded syn v1.0.109
10662024-02-21T00:21:18.762Z Downloaded trust-dns-proto v0.22.0
10672024-02-21T00:21:18.762Z Downloaded rustls v0.22.2
10682024-02-21T00:21:18.762Z Downloaded regex-syntax v0.8.2
10692024-02-21T00:21:18.763Z Downloaded regress v0.8.0
10702024-02-21T00:21:18.763Z Downloaded openapiv3 v2.0.0
10712024-02-21T00:21:18.763Z Downloaded rustix v0.38.31
10722024-02-21T00:21:18.763Z Downloaded smoltcp v0.11.0
10732024-02-21T00:21:18.763Z Downloaded gimli v0.28.0
10742024-02-21T00:21:18.763Z Downloaded rustls v0.21.9
10752024-02-21T00:21:18.764Z Downloaded sled v0.34.7
10762024-02-21T00:21:18.764Z Downloaded zerocopy-derive v0.6.4
10772024-02-21T00:21:18.764Z Downloaded bzip2-sys v0.1.11+1.0.8
10782024-02-21T00:21:18.764Z Downloaded zerocopy-derive v0.2.0
10792024-02-21T00:21:18.764Z Downloaded regex-automata v0.4.4
10802024-02-21T00:21:18.764Z Downloaded regex-automata v0.3.8
10812024-02-21T00:21:18.765Z Downloaded tokio v1.36.0
10822024-02-21T00:21:18.765Z Downloaded sha3 v0.10.8
10832024-02-21T00:21:18.765Z Downloaded libc v0.2.153
10842024-02-21T00:21:18.765Z Downloaded bstr v0.2.17
10852024-02-21T00:21:18.766Z Downloaded regex v1.10.3
10862024-02-21T00:21:18.766Z Downloaded winapi v0.3.9
10872024-02-21T00:21:18.766Z Downloaded object v0.32.1
10882024-02-21T00:21:18.766Z Downloaded encoding_rs v0.8.33
10892024-02-21T00:21:18.766Z Downloaded bstr v1.6.0
10902024-02-21T00:21:18.767Z Downloaded rustls-webpki v0.101.7
10912024-02-21T00:21:18.767Z Downloaded aho-corasick v1.0.4
10922024-02-21T00:21:18.767Z Downloaded winnow v0.5.15
10932024-02-21T00:21:18.767Z Downloaded chrono v0.4.31
10942024-02-21T00:21:18.767Z Downloaded clap_builder v4.5.0
10952024-02-21T00:21:18.768Z Downloaded p521 v0.13.3
10962024-02-21T00:21:18.768Z Downloaded blake3 v1.5.0
10972024-02-21T00:21:18.768Z Downloaded unicode-normalization v0.1.22
10982024-02-21T00:21:18.768Z Downloaded tar v0.4.40
10992024-02-21T00:21:18.768Z Downloaded vsss-rs v3.3.4
11002024-02-21T00:21:18.769Z Downloaded tungstenite v0.20.1
11012024-02-21T00:21:18.769Z Downloaded serde_yaml v0.9.25
11022024-02-21T00:21:18.769Z Downloaded pest v2.7.6
11032024-02-21T00:21:18.769Z Downloaded tokio-util v0.7.10
11042024-02-21T00:21:18.769Z Downloaded foreign-types v0.5.0
11052024-02-21T00:21:18.770Z Downloaded sec1 v0.7.3
11062024-02-21T00:21:18.770Z Downloaded sha1 v0.10.6
11072024-02-21T00:21:18.770Z Downloaded usdt-impl v0.3.5
11082024-02-21T00:21:18.770Z Downloaded rcgen v0.12.1
11092024-02-21T00:21:18.771Z Downloaded toml_datetime v0.6.5
11102024-02-21T00:21:18.771Z Downloaded serde_path_to_error v0.1.15
11112024-02-21T00:21:18.771Z Downloaded float-cmp v0.9.0
11122024-02-21T00:21:18.771Z Downloaded tokio-tungstenite v0.20.1
11132024-02-21T00:21:18.771Z Downloaded zerocopy v0.6.4
11142024-02-21T00:21:18.771Z Downloaded hashbrown v0.12.3
11152024-02-21T00:21:18.771Z Downloaded similar v2.3.0
11162024-02-21T00:21:18.772Z Downloaded mio v0.8.9
11172024-02-21T00:21:18.772Z Downloaded memchr v2.6.3
11182024-02-21T00:21:18.772Z Downloaded getrandom v0.1.16
11192024-02-21T00:21:18.772Z Downloaded toml v0.7.8
11202024-02-21T00:21:18.772Z Downloaded toml_edit v0.22.6
11212024-02-21T00:21:18.772Z Downloaded schemars v0.8.16
11222024-02-21T00:21:18.772Z Downloaded ring v0.17.8
11232024-02-21T00:21:18.773Z Downloaded serde_derive v1.0.196
11242024-02-21T00:21:18.773Z Downloaded hex-literal v0.4.1
11252024-02-21T00:21:18.773Z Downloaded hmac v0.12.1
11262024-02-21T00:21:18.773Z Downloaded spin v0.9.8
11272024-02-21T00:21:18.773Z Downloaded rand_core v0.6.4
11282024-02-21T00:21:18.774Z Downloaded slab v0.4.9
11292024-02-21T00:21:18.774Z Downloaded ucd-trie v0.1.6
11302024-02-21T00:21:18.774Z Downloaded half v2.3.1
11312024-02-21T00:21:18.774Z Downloaded openssl-sys v0.9.96
11322024-02-21T00:21:18.774Z Downloaded signal-hook-registry v1.4.1
11332024-02-21T00:21:19.350Z Downloaded socket2 v0.4.9
11342024-02-21T00:21:19.351Z Downloaded serde_tokenstream v0.2.0
11352024-02-21T00:21:19.351Z Downloaded futures-core v0.3.30
11362024-02-21T00:21:19.351Z Downloaded slog-stdlog v4.1.1
11372024-02-21T00:21:19.351Z Downloaded unicode-bidi v0.3.13
11382024-02-21T00:21:19.351Z Downloaded slog v2.7.0
11392024-02-21T00:21:19.351Z Downloaded flagset v0.4.3
11402024-02-21T00:21:19.351Z Downloaded scheduled-thread-pool v0.2.7
11412024-02-21T00:21:19.351Z Downloaded russh-keys v0.42.0
11422024-02-21T00:21:19.351Z Downloaded sct v0.7.0
11432024-02-21T00:21:19.351Z Downloaded chacha20poly1305 v0.10.1
11442024-02-21T00:21:19.351Z Downloaded stringprep v0.1.3
11452024-02-21T00:21:19.352Z Downloaded serde_with_macros v3.6.1
11462024-02-21T00:21:19.352Z Downloaded hyper-tls v0.5.0
11472024-02-21T00:21:19.352Z Downloaded getrandom v0.2.10
11482024-02-21T00:21:19.352Z Downloaded hyper-rustls v0.24.2
11492024-02-21T00:21:19.352Z Downloaded hyper-staticfile v0.9.5
11502024-02-21T00:21:19.352Z Downloaded ring v0.16.20
11512024-02-21T00:21:19.352Z Downloaded tracing-attributes v0.1.26
11522024-02-21T00:21:19.352Z Downloaded spin v0.5.2
11532024-02-21T00:21:19.352Z Downloaded ecdsa v0.16.9
11542024-02-21T00:21:19.352Z Downloaded slog-term v2.9.0
11552024-02-21T00:21:19.352Z Downloaded scroll v0.12.0
11562024-02-21T00:21:19.352Z Downloaded libm v0.2.7
11572024-02-21T00:21:19.353Z Downloaded rustversion v1.0.14
11582024-02-21T00:21:19.353Z Downloaded slog-dtrace v0.3.0
11592024-02-21T00:21:19.353Z Downloaded home v0.5.5
11602024-02-21T00:21:19.353Z Downloaded slog-scope v4.4.0
11612024-02-21T00:21:19.353Z Downloaded thiserror v1.0.57
11622024-02-21T00:21:19.353Z Downloaded thiserror-impl v1.0.57
11632024-02-21T00:21:19.353Z Downloaded rustfmt-wrapper v0.2.0
11642024-02-21T00:21:19.353Z Downloaded usdt-attr-macro v0.3.5
11652024-02-21T00:21:19.353Z Downloaded num-traits v0.2.16
11662024-02-21T00:21:19.354Z Downloaded futures-executor v0.3.30
11672024-02-21T00:21:19.354Z Downloaded dof v0.3.0
11682024-02-21T00:21:19.354Z Downloaded blake2 v0.10.6
11692024-02-21T00:21:19.354Z Downloaded usdt v0.3.5
11702024-02-21T00:21:19.354Z Downloaded num-derive v0.4.0
11712024-02-21T00:21:19.355Z Downloaded httpdate v1.0.3
11722024-02-21T00:21:19.355Z Downloaded either v1.10.0
11732024-02-21T00:21:19.355Z Downloaded parking_lot_core v0.8.6
11742024-02-21T00:21:19.355Z Downloaded pem-rfc7468 v0.7.0
11752024-02-21T00:21:19.355Z Downloaded allocator-api2 v0.2.16
11762024-02-21T00:21:19.355Z Downloaded darling_core v0.20.3
11772024-02-21T00:21:19.355Z Downloaded group v0.13.0
11782024-02-21T00:21:19.355Z Downloaded pest_generator v2.7.6
11792024-02-21T00:21:19.355Z Downloaded pin-project-lite v0.2.13
11802024-02-21T00:21:19.356Z Downloaded ahash v0.8.7
11812024-02-21T00:21:19.356Z Downloaded platforms v3.0.2
11822024-02-21T00:21:19.356Z Downloaded mime_guess v2.0.4
11832024-02-21T00:21:19.356Z Downloaded cfg-if v1.0.0
11842024-02-21T00:21:19.356Z Downloaded camino v1.1.6
11852024-02-21T00:21:19.356Z Downloaded bzip2 v0.4.4
11862024-02-21T00:21:19.356Z Downloaded parking_lot v0.12.1
11872024-02-21T00:21:19.356Z Downloaded num-rational v0.4.1
11882024-02-21T00:21:19.356Z Downloaded slog-envlogger v2.2.0
11892024-02-21T00:21:19.356Z Downloaded instant v0.1.12
11902024-02-21T00:21:19.356Z Downloaded http-range v0.1.5
11912024-02-21T00:21:19.356Z Downloaded dtrace-parser v0.2.0
11922024-02-21T00:21:19.356Z Downloaded addr2line v0.21.0
11932024-02-21T00:21:19.357Z Downloaded form_urlencoded v1.2.1
11942024-02-21T00:21:19.357Z Downloaded whoami v1.4.1
11952024-02-21T00:21:19.357Z Downloaded vec_map v0.8.2
11962024-02-21T00:21:19.357Z Downloaded plain v0.2.3
11972024-02-21T00:21:19.357Z Downloaded tokio-native-tls v0.3.1
11982024-02-21T00:21:19.357Z Downloaded synstructure v0.12.6
11992024-02-21T00:21:19.357Z Downloaded memmap v0.7.0
12002024-02-21T00:21:19.357Z Downloaded defmt-macros v0.3.6
12012024-02-21T00:21:19.357Z Downloaded base64ct v1.6.0
12022024-02-21T00:21:19.357Z Downloaded bit-vec v0.6.3
12032024-02-21T00:21:19.357Z Downloaded backoff v0.4.0
12042024-02-21T00:21:19.357Z Downloaded anstyle-parse v0.2.1
12052024-02-21T00:21:19.357Z Downloaded async-trait v0.1.77
12062024-02-21T00:21:19.357Z Downloaded arrayvec v0.7.4
12072024-02-21T00:21:19.357Z Downloaded usdt-macro v0.3.5
12082024-02-21T00:21:19.357Z Downloaded macaddr v1.0.1
12092024-02-21T00:21:19.357Z Downloaded lru-cache v0.1.2
12102024-02-21T00:21:19.358Z Downloaded miniz_oxide v0.7.1
12112024-02-21T00:21:19.358Z Downloaded ansi_term v0.12.1
12122024-02-21T00:21:19.358Z Downloaded lalrpop-util v0.19.12
12132024-02-21T00:21:19.358Z Downloaded clap_lex v0.7.0
12142024-02-21T00:21:19.358Z Downloaded anstream v0.6.11
12152024-02-21T00:21:19.358Z Downloaded usdt-macro v0.5.0
12162024-02-21T00:21:19.358Z Downloaded static_assertions v1.1.0
12172024-02-21T00:21:19.358Z Downloaded predicates v3.1.0
12182024-02-21T00:21:19.358Z Downloaded pkg-config v0.3.27
12192024-02-21T00:21:19.358Z Downloaded blowfish v0.9.1
12202024-02-21T00:21:19.358Z Downloaded num v0.4.1
12212024-02-21T00:21:19.359Z Downloaded pretty-hex v0.2.1
12222024-02-21T00:21:19.359Z Downloaded num-complex v0.4.4
12232024-02-21T00:21:19.359Z Downloaded managed v0.8.0
12242024-02-21T00:21:19.359Z Downloaded parse-display v0.9.0
12252024-02-21T00:21:19.359Z Downloaded postgres-protocol v0.6.6
12262024-02-21T00:21:19.359Z Downloaded convert_case v0.4.0
12272024-02-21T00:21:19.359Z Downloaded cbc v0.1.2
12282024-02-21T00:21:19.359Z Downloaded try-lock v0.2.4
12292024-02-21T00:21:19.359Z Downloaded pretty-hex v0.4.1
12302024-02-21T00:21:19.359Z Downloaded mime v0.3.17
12312024-02-21T00:21:19.359Z Downloaded memoffset v0.9.0
12322024-02-21T00:21:19.359Z Downloaded bitflags v1.3.2
12332024-02-21T00:21:19.375Z Downloaded block-buffer v0.10.4
12342024-02-21T00:21:19.375Z Downloaded time-core v0.1.1
12352024-02-21T00:21:19.375Z Downloaded phf_shared v0.10.0
12362024-02-21T00:21:19.375Z Downloaded cobs v0.2.3
12372024-02-21T00:21:19.375Z Downloaded strum v0.25.0
12382024-02-21T00:21:19.375Z Downloaded p256 v0.13.2
12392024-02-21T00:21:19.376Z Downloaded arrayref v0.3.7
12402024-02-21T00:21:19.376Z Downloaded precomputed-hash v0.1.1
12412024-02-21T00:21:19.376Z Downloaded linked-hash-map v0.5.6
12422024-02-21T00:21:19.376Z Downloaded pbkdf2 v0.12.2
12432024-02-21T00:21:19.376Z Downloaded opaque-debug v0.3.0
12442024-02-21T00:21:19.376Z Downloaded ppv-lite86 v0.2.17
12452024-02-21T00:21:19.376Z Downloaded adler v1.0.2
12462024-02-21T00:21:19.376Z Downloaded openssl-probe v0.1.5
12472024-02-21T00:21:19.376Z Downloaded polyval v0.6.1
12482024-02-21T00:21:19.376Z Downloaded num-integer v0.1.46
12492024-02-21T00:21:19.376Z Downloaded nom v7.1.3
12502024-02-21T00:21:19.376Z Downloaded ciborium-io v0.2.2
12512024-02-21T00:21:19.376Z Downloaded percent-encoding v2.3.1
12522024-02-21T00:21:19.376Z Downloaded newtype-uuid v1.0.1
12532024-02-21T00:21:19.376Z Downloaded pkcs8 v0.10.2
12542024-02-21T00:21:19.376Z Downloaded md5 v0.7.0
12552024-02-21T00:21:19.376Z Downloaded derive_more v0.99.17
12562024-02-21T00:21:19.376Z Downloaded cc v1.0.83
12572024-02-21T00:21:19.376Z Downloaded matches v0.1.10
12582024-02-21T00:21:19.376Z Downloaded crossbeam-utils v0.8.16
12592024-02-21T00:21:19.376Z Downloaded bcrypt-pbkdf v0.10.0
12602024-02-21T00:21:19.377Z Downloaded once_cell v1.19.0
12612024-02-21T00:21:19.377Z Downloaded camino-tempfile v1.1.1
12622024-02-21T00:21:19.377Z Downloaded cancel-safe-futures v0.1.5
12632024-02-21T00:21:19.377Z Downloaded data-encoding v2.4.0
12642024-02-21T00:21:19.377Z Compiling proc-macro2 v1.0.78
12652024-02-21T00:21:19.377Z Compiling unicode-ident v1.0.12
12662024-02-21T00:21:19.377Z Compiling libc v0.2.153
12672024-02-21T00:21:19.377Z Compiling serde v1.0.196
12682024-02-21T00:21:19.377Z Compiling version_check v0.9.4
12692024-02-21T00:21:19.377Z Compiling autocfg v1.1.0
12702024-02-21T00:21:19.377Z Compiling cfg-if v1.0.0
12712024-02-21T00:21:19.377Z Compiling syn v1.0.109
12722024-02-21T00:21:19.377Z Compiling once_cell v1.19.0
12732024-02-21T00:21:19.377Z Compiling thiserror v1.0.57
12742024-02-21T00:21:19.378Z Compiling memchr v2.6.3
12752024-02-21T00:21:19.378Z Compiling typenum v1.16.0
12762024-02-21T00:21:19.378Z Compiling lock_api v0.4.10
12772024-02-21T00:21:19.378Z Compiling generic-array v0.14.7
12782024-02-21T00:21:19.816Z Compiling parking_lot_core v0.9.8
12792024-02-21T00:21:19.816Z Compiling byteorder v1.5.0
12802024-02-21T00:21:20.008Z Compiling libm v0.2.7
12812024-02-21T00:21:20.013Z Compiling ahash v0.8.7
12822024-02-21T00:21:20.013Z Compiling num-traits v0.2.16
12832024-02-21T00:21:20.098Z Compiling serde_json v1.0.114
12842024-02-21T00:21:20.162Z Compiling itoa v1.0.9
12852024-02-21T00:21:20.407Z Compiling slab v0.4.9
12862024-02-21T00:21:20.495Z Compiling log v0.4.20
12872024-02-21T00:21:20.805Z Compiling quote v1.0.35
12882024-02-21T00:21:20.824Z Compiling scopeguard v1.2.0
12892024-02-21T00:21:20.953Z Compiling allocator-api2 v0.2.16
12902024-02-21T00:21:21.190Z Compiling syn v2.0.48
12912024-02-21T00:21:21.505Z Compiling getrandom v0.2.10
12922024-02-21T00:21:21.524Z Compiling cc v1.0.83
12932024-02-21T00:21:21.796Z Compiling rand_core v0.6.4
12942024-02-21T00:21:22.005Z Compiling ryu v1.0.15
12952024-02-21T00:21:22.285Z Compiling pkg-config v0.3.27
12962024-02-21T00:21:22.349Z Compiling heck v0.4.1
12972024-02-21T00:21:22.488Z Compiling schemars v0.8.16
12982024-02-21T00:21:22.742Z Compiling smallvec v1.13.1
12992024-02-21T00:21:22.786Z Compiling equivalent v1.0.1
13002024-02-21T00:21:22.870Z Compiling subtle v2.5.0
13012024-02-21T00:21:23.739Z Compiling vcpkg v0.2.15
13022024-02-21T00:21:23.840Z Compiling pin-project-lite v0.2.13
13032024-02-21T00:21:24.118Z Compiling httparse v1.8.0
13042024-02-21T00:21:24.529Z Compiling parking_lot v0.12.1
13052024-02-21T00:21:24.617Z Compiling ucd-trie v0.1.6
13062024-02-21T00:21:24.759Z Compiling ring v0.17.8
13072024-02-21T00:21:25.509Z Compiling ring v0.16.20
13082024-02-21T00:21:25.823Z Compiling openssl-sys v0.9.96
13092024-02-21T00:21:26.061Z Compiling signal-hook-registry v1.4.1
13102024-02-21T00:21:26.163Z Compiling fnv v1.0.7
13112024-02-21T00:21:26.215Z Compiling mio v0.8.9
13122024-02-21T00:21:26.425Z Compiling iana-time-zone v0.1.57
13132024-02-21T00:21:26.692Z Compiling const-oid v0.9.5
13142024-02-21T00:21:26.860Z Compiling rustix v0.38.31
13152024-02-21T00:21:27.291Z Compiling semver v1.0.22
13162024-02-21T00:21:27.360Z Compiling openssl v0.10.60
13172024-02-21T00:21:27.678Z Compiling num_cpus v1.16.0
13182024-02-21T00:21:27.798Z Compiling socket2 v0.5.5
13192024-02-21T00:21:27.863Z Compiling rustls v0.21.9
13202024-02-21T00:21:28.169Z Compiling native-tls v0.2.11
13212024-02-21T00:21:28.301Z Compiling dyn-clone v1.0.16
13222024-02-21T00:21:28.320Z Compiling futures-core v0.3.30
13232024-02-21T00:21:28.569Z Compiling aho-corasick v1.0.4
13242024-02-21T00:21:29.268Z Compiling slog v2.7.0
13252024-02-21T00:21:29.268Z Compiling crossbeam-utils v0.8.16
13262024-02-21T00:21:29.268Z Compiling serde_derive_internals v0.26.0
13272024-02-21T00:21:29.407Z Compiling regex-syntax v0.8.2
13282024-02-21T00:21:29.419Z Compiling async-trait v0.1.77
13292024-02-21T00:21:29.419Z Compiling spin v0.5.2
13302024-02-21T00:21:29.997Z Compiling futures-sink v0.3.30
13312024-02-21T00:21:30.158Z Compiling backtrace v0.3.69
13322024-02-21T00:21:30.633Z Compiling tinyvec_macros v0.1.1
13332024-02-21T00:21:30.734Z Compiling tinyvec v1.6.0
13342024-02-21T00:21:30.961Z Compiling futures-channel v0.3.30
13352024-02-21T00:21:31.951Z Compiling futures-io v0.3.30
13362024-02-21T00:21:32.266Z Compiling cpufeatures v0.2.12
13372024-02-21T00:21:32.353Z Compiling futures-task v0.3.30
13382024-02-21T00:21:32.417Z Compiling pin-utils v0.1.0
13392024-02-21T00:21:32.504Z Compiling unicode-normalization v0.1.22
13402024-02-21T00:21:32.537Z Compiling spin v0.9.8
13412024-02-21T00:21:32.687Z Compiling memoffset v0.9.0
13422024-02-21T00:21:32.870Z Compiling tracing-core v0.1.31
13432024-02-21T00:21:32.914Z Compiling unicode-width v0.1.11
13442024-02-21T00:21:33.038Z Compiling anyhow v1.0.75
13452024-02-21T00:21:33.092Z Compiling unicode-bidi v0.3.13
13462024-02-21T00:21:33.577Z Compiling regex-automata v0.4.4
13472024-02-21T00:21:34.724Z Compiling crc32fast v1.3.2
13482024-02-21T00:21:34.822Z Compiling winnow v0.5.15
13492024-02-21T00:21:35.232Z Compiling crossbeam-epoch v0.9.15
13502024-02-21T00:21:35.702Z Compiling time-core v0.1.1
13512024-02-21T00:21:35.872Z Compiling time-macros v0.2.13
13522024-02-21T00:21:36.537Z Compiling serde_derive v1.0.196
13532024-02-21T00:21:36.619Z Compiling zeroize_derive v1.4.2
13542024-02-21T00:21:37.130Z Compiling zerocopy-derive v0.7.32
13552024-02-21T00:21:37.984Z Compiling thiserror-impl v1.0.57
13562024-02-21T00:21:38.906Z Compiling tokio-macros v2.2.0
13572024-02-21T00:21:38.913Z Compiling zeroize v1.7.0
13582024-02-21T00:21:39.664Z Compiling futures-macro v0.3.30
13592024-02-21T00:21:39.685Z Compiling zerocopy v0.7.32
13602024-02-21T00:21:40.660Z Compiling tracing-attributes v0.1.26
13612024-02-21T00:21:41.321Z Compiling crypto-common v0.1.6
13622024-02-21T00:21:41.341Z Compiling schemars_derive v0.8.16
13632024-02-21T00:21:41.829Z Compiling pest v2.7.6
13642024-02-21T00:21:41.842Z Compiling hashbrown v0.14.3
13652024-02-21T00:21:42.806Z Compiling openssl-macros v0.1.1
13662024-02-21T00:21:42.959Z Compiling block-buffer v0.10.4
13672024-02-21T00:21:43.263Z Compiling digest v0.10.7
13682024-02-21T00:21:43.297Z Compiling regex v1.10.3
13692024-02-21T00:21:43.681Z Compiling pest_meta v2.7.6
13702024-02-21T00:21:44.522Z Compiling futures-util v0.3.30
13712024-02-21T00:21:45.449Z Compiling pest_generator v2.7.6
13722024-02-21T00:21:47.090Z Compiling tracing v0.1.37
13732024-02-21T00:21:47.206Z Compiling der_derive v0.7.2
13742024-02-21T00:21:49.544Z Compiling pest_derive v2.7.6
13752024-02-21T00:21:50.017Z Compiling untrusted v0.9.0
13762024-02-21T00:21:50.712Z Compiling percent-encoding v2.3.1
13772024-02-21T00:21:50.732Z Compiling untrusted v0.7.1
13782024-02-21T00:21:50.732Z Compiling foreign-types-shared v0.1.1
13792024-02-21T00:21:50.732Z Compiling foreign-types v0.3.2
13802024-02-21T00:21:51.152Z Compiling bytes v1.5.0
13812024-02-21T00:21:51.231Z Compiling indexmap v2.2.3
13822024-02-21T00:21:52.089Z Compiling chrono v0.4.31
13832024-02-21T00:21:52.145Z Compiling uuid v1.7.0
13842024-02-21T00:21:52.454Z Compiling tokio v1.36.0
13852024-02-21T00:21:53.507Z Compiling http v0.2.11
13862024-02-21T00:21:54.591Z Compiling bitflags v2.4.0
13872024-02-21T00:21:54.857Z Compiling serde_spanned v0.6.5
13882024-02-21T00:21:55.048Z Compiling toml_datetime v0.6.5
13892024-02-21T00:21:55.551Z Compiling toml_edit v0.19.15
13902024-02-21T00:21:55.984Z Compiling rustc_version v0.4.0
13912024-02-21T00:21:56.013Z Compiling openapiv3 v2.0.0
13922024-02-21T00:21:56.377Z Compiling serde_tokenstream v0.2.0
13932024-02-21T00:21:59.041Z Compiling errno v0.3.8
13942024-02-21T00:21:59.041Z Compiling try-lock v0.2.4
13952024-02-21T00:21:59.041Z Compiling base64 v0.21.7
13962024-02-21T00:21:59.041Z Compiling unicode-xid v0.2.4
13972024-02-21T00:21:59.566Z Compiling ppv-lite86 v0.2.17
13982024-02-21T00:21:59.776Z Compiling synstructure v0.12.6
13992024-02-21T00:22:00.001Z Compiling want v0.3.1
14002024-02-21T00:22:01.044Z Compiling http-body v0.4.5
14012024-02-21T00:22:01.674Z Compiling rustls-webpki v0.101.7
14022024-02-21T00:22:02.107Z Compiling sct v0.7.0
14032024-02-21T00:22:02.130Z Compiling form_urlencoded v1.2.1
14042024-02-21T00:22:02.234Z Compiling scroll_derive v0.12.0
14052024-02-21T00:22:02.901Z Compiling tokio-util v0.7.10
14062024-02-21T00:22:03.517Z Compiling socket2 v0.4.9
14072024-02-21T00:22:03.840Z Compiling tower-service v0.3.2
14082024-02-21T00:22:04.728Z Compiling h2 v0.3.24
14092024-02-21T00:22:04.759Z Compiling httpdate v1.0.3
14102024-02-21T00:22:04.759Z Compiling openssl-probe v0.1.5
14112024-02-21T00:22:06.057Z Compiling zerocopy-derive v0.2.0
14122024-02-21T00:22:06.900Z Compiling idna v0.5.0
14132024-02-21T00:22:07.883Z Compiling lazy_static v1.4.0
14142024-02-21T00:22:08.699Z Compiling thread-id v4.2.0
14152024-02-21T00:22:08.711Z Compiling adler v1.0.2
14162024-02-21T00:22:08.945Z Compiling miniz_oxide v0.7.1
14172024-02-21T00:22:09.041Z Compiling url v2.5.0
14182024-02-21T00:22:09.343Z Compiling tokio-rustls v0.24.1
14192024-02-21T00:22:10.637Z Compiling tokio-native-tls v0.3.1
14202024-02-21T00:22:10.645Z Compiling rand_chacha v0.3.1
14212024-02-21T00:22:10.941Z Compiling ipnet v2.9.0
14222024-02-21T00:22:11.078Z Compiling rustversion v1.0.14
14232024-02-21T00:22:11.176Z Compiling rand v0.8.5
14242024-02-21T00:22:11.752Z Compiling serde_urlencoded v0.7.1
14252024-02-21T00:22:11.813Z Compiling hyper v0.14.27
14262024-02-21T00:22:11.975Z Compiling rustls-pemfile v1.0.3
14272024-02-21T00:22:12.504Z Compiling usdt-impl v0.3.5
14282024-02-21T00:22:12.512Z Compiling encoding_rs v0.8.33
14292024-02-21T00:22:12.618Z Compiling webpki-roots v0.25.2
14302024-02-21T00:22:12.780Z Compiling gimli v0.28.0
14312024-02-21T00:22:12.865Z Compiling mime v0.3.17
14322024-02-21T00:22:13.424Z Compiling either v1.10.0
14332024-02-21T00:22:14.701Z Compiling regress v0.8.0
14342024-02-21T00:22:15.216Z Compiling object v0.32.1
14352024-02-21T00:22:15.328Z Compiling num-bigint v0.4.4
14362024-02-21T00:22:15.577Z Compiling usdt-impl v0.5.0
14372024-02-21T00:22:16.112Z Compiling rustc-demangle v0.1.23
14382024-02-21T00:22:17.086Z Compiling flate2 v1.0.28
14392024-02-21T00:22:17.493Z Compiling addr2line v0.21.0
14402024-02-21T00:22:17.526Z Compiling zerocopy v0.3.0
14412024-02-21T00:22:18.116Z Compiling scroll v0.12.0
14422024-02-21T00:22:18.174Z Compiling heapless v0.7.16
14432024-02-21T00:22:18.199Z Compiling futures-executor v0.3.30
14442024-02-21T00:22:18.371Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14452024-02-21T00:22:18.774Z Compiling bzip2-sys v0.1.11+1.0.8
14462024-02-21T00:22:18.844Z Compiling base64ct v1.6.0
14472024-02-21T00:22:19.279Z Compiling hyper-tls v0.5.0
14482024-02-21T00:22:19.488Z Compiling hyper-rustls v0.24.2
14492024-02-21T00:22:19.663Z Compiling signal-hook v0.3.17
14502024-02-21T00:22:19.687Z Compiling winnow v0.6.1
14512024-02-21T00:22:19.858Z Compiling reqwest v0.11.22
14522024-02-21T00:22:19.970Z Compiling plain v0.2.3
14532024-02-21T00:22:20.332Z Compiling goblin v0.8.0
14542024-02-21T00:22:22.827Z Compiling futures v0.3.30
14552024-02-21T00:22:22.962Z Compiling dof v0.1.5
14562024-02-21T00:22:23.679Z Compiling toml_edit v0.22.6
14572024-02-21T00:22:24.028Z Compiling toml v0.7.8
14582024-02-21T00:22:25.363Z Compiling hex v0.4.3
14592024-02-21T00:22:25.557Z Compiling dtrace-parser v0.1.14
14602024-02-21T00:22:25.699Z Compiling pretty-hex v0.4.1
14612024-02-21T00:22:27.731Z Compiling dof v0.3.0
14622024-02-21T00:22:27.887Z Compiling strum_macros v0.25.2
14632024-02-21T00:22:28.053Z Compiling serde_tokenstream v0.1.7
14642024-02-21T00:22:28.429Z Compiling dtrace-parser v0.2.0
14652024-02-21T00:22:29.623Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14662024-02-21T00:22:30.516Z Compiling smoltcp v0.9.1
14672024-02-21T00:22:30.919Z Compiling pem-rfc7468 v0.7.0
14682024-02-21T00:22:31.345Z Compiling hmac v0.12.1
14692024-02-21T00:22:31.654Z Compiling enum-as-inner v0.5.1
14702024-02-21T00:22:31.736Z Compiling num-iter v0.1.43
14712024-02-21T00:22:32.258Z Compiling flagset v0.4.3
14722024-02-21T00:22:32.270Z Compiling siphasher v0.3.11
14732024-02-21T00:22:32.370Z Compiling unicode-segmentation v1.10.1
14742024-02-21T00:22:32.489Z Compiling der v0.7.8
14752024-02-21T00:22:32.610Z Compiling usdt-macro v0.3.5
14762024-02-21T00:22:33.116Z Compiling usdt-attr-macro v0.3.5
14772024-02-21T00:22:33.249Z Compiling hubpack_derive v0.1.1
14782024-02-21T00:22:33.260Z Compiling zerocopy-derive v0.6.4
14792024-02-21T00:22:35.045Z Compiling deranged v0.3.8
14802024-02-21T00:22:35.066Z Compiling utf8parse v0.2.1
14812024-02-21T00:22:35.066Z Compiling anstyle v1.0.2
14822024-02-21T00:22:35.682Z Compiling num_threads v0.1.6
14832024-02-21T00:22:35.911Z Compiling anstyle-parse v0.2.1
14842024-02-21T00:22:35.931Z Compiling spki v0.7.2
14852024-02-21T00:22:36.096Z Compiling sha2 v0.10.8
14862024-02-21T00:22:36.301Z Compiling time v0.3.27
14872024-02-21T00:22:38.018Z Compiling md-5 v0.10.5
14882024-02-21T00:22:38.315Z Compiling block-padding v0.3.3
14892024-02-21T00:22:38.425Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14902024-02-21T00:22:38.939Z Compiling clap_derive v4.5.0
14912024-02-21T00:22:38.939Z Compiling stringprep v0.1.3
14922024-02-21T00:22:39.676Z Compiling getopts v0.2.21
14932024-02-21T00:22:40.154Z Compiling diesel_table_macro_syntax v0.1.0
14942024-02-21T00:22:40.722Z Compiling num-integer v0.1.46
14952024-02-21T00:22:41.845Z Compiling hash32 v0.2.1
14962024-02-21T00:22:42.623Z Compiling fallible-iterator v0.2.0
14972024-02-21T00:22:44.043Z Compiling colorchoice v1.0.0
14982024-02-21T00:22:44.043Z Compiling stable_deref_trait v1.2.0
14992024-02-21T00:22:44.043Z Compiling anstyle-query v1.0.0
15002024-02-21T00:22:44.089Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
15012024-02-21T00:22:44.144Z Compiling anstream v0.6.11
15022024-02-21T00:22:44.245Z Compiling postgres-protocol v0.6.6
15032024-02-21T00:22:45.539Z Compiling diesel_derives v2.1.2
15042024-02-21T00:22:45.809Z Compiling inout v0.1.3
15052024-02-21T00:22:47.891Z Compiling pkcs8 v0.10.2
15062024-02-21T00:22:48.138Z Compiling phf_shared v0.11.2
15072024-02-21T00:22:49.648Z Compiling ff v0.13.0
15082024-02-21T00:22:49.657Z Compiling terminal_size v0.3.0
15092024-02-21T00:22:50.154Z Compiling serde_repr v0.1.16
15102024-02-21T00:22:50.474Z Compiling scheduled-thread-pool v0.2.7
15112024-02-21T00:22:50.751Z Compiling managed v0.8.0
15122024-02-21T00:22:51.080Z Compiling clap_lex v0.7.0
15132024-02-21T00:22:51.230Z Compiling bit-vec v0.6.3
15142024-02-21T00:22:51.258Z Compiling base16ct v0.2.0
15152024-02-21T00:22:51.328Z Compiling bitflags v1.3.2
15162024-02-21T00:22:51.442Z Compiling strsim v0.11.0
15172024-02-21T00:22:51.619Z Compiling regex-automata v0.1.10
15182024-02-21T00:22:51.629Z Compiling unsafe-libyaml v0.2.10
15192024-02-21T00:22:52.106Z Compiling matches v0.1.10
15202024-02-21T00:22:52.215Z Compiling idna v0.2.3
15212024-02-21T00:22:52.432Z Compiling bstr v0.2.17
15222024-02-21T00:22:53.731Z Compiling serde_yaml v0.9.25
15232024-02-21T00:22:53.920Z Compiling clap_builder v4.5.0
15242024-02-21T00:22:54.386Z Compiling sec1 v0.7.3
15252024-02-21T00:22:55.263Z Compiling r2d2 v0.8.10
15262024-02-21T00:22:55.799Z Compiling group v0.13.0
15272024-02-21T00:22:57.631Z Compiling phf v0.11.2
15282024-02-21T00:22:58.140Z Compiling signal-hook-mio v0.2.3
15292024-02-21T00:22:58.140Z Compiling cipher v0.4.4
15302024-02-21T00:22:59.829Z Compiling bzip2 v0.4.4
15312024-02-21T00:23:00.006Z Compiling postgres-types v0.2.6
15322024-02-21T00:23:00.006Z Compiling zerocopy v0.6.4
15332024-02-21T00:23:00.064Z Compiling hubpack v0.1.2
15342024-02-21T00:23:00.064Z Compiling phf_shared v0.10.0
15352024-02-21T00:23:00.064Z Compiling hkdf v0.12.4
15362024-02-21T00:23:00.064Z Compiling crypto-bigint v0.5.2
15372024-02-21T00:23:00.064Z Compiling ipnetwork v0.20.0
15382024-02-21T00:23:00.064Z Compiling float-cmp v0.9.0
15392024-02-21T00:23:02.853Z Compiling whoami v1.4.1
15402024-02-21T00:23:03.713Z Compiling normalize-line-endings v0.3.0
15412024-02-21T00:23:04.237Z Compiling fixedbitset v0.4.2
15422024-02-21T00:23:04.237Z Compiling static_assertions v1.1.0
15432024-02-21T00:23:04.237Z Compiling regex-automata v0.3.8
15442024-02-21T00:23:04.237Z Compiling data-encoding v2.4.0
15452024-02-21T00:23:04.237Z Compiling difflib v0.4.0
15462024-02-21T00:23:04.635Z Compiling precomputed-hash v0.1.1
15472024-02-21T00:23:04.754Z Compiling minimal-lexical v0.2.1
15482024-02-21T00:23:05.319Z Compiling predicates-core v1.0.6
15492024-02-21T00:23:05.344Z Compiling new_debug_unreachable v1.0.4
15502024-02-21T00:23:05.541Z Compiling predicates v3.1.0
15512024-02-21T00:23:05.681Z Compiling bstr v1.6.0
15522024-02-21T00:23:05.708Z Compiling string_cache v0.8.7
15532024-02-21T00:23:07.879Z Compiling nom v7.1.3
15542024-02-21T00:23:07.977Z Compiling trust-dns-proto v0.22.0
15552024-02-21T00:23:07.977Z Compiling petgraph v0.6.4
15562024-02-21T00:23:07.978Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15572024-02-21T00:23:07.978Z Compiling tokio-postgres v0.7.10
15582024-02-21T00:23:07.978Z Compiling diesel v2.1.4
15592024-02-21T00:23:07.978Z Compiling elliptic-curve v0.13.8
15602024-02-21T00:23:09.323Z Compiling yasna v0.5.2
15612024-02-21T00:23:10.292Z Compiling zip v0.6.6
15622024-02-21T00:23:10.935Z Compiling clap v4.5.0
15632024-02-21T00:23:11.463Z Compiling crossterm v0.27.0
15642024-02-21T00:23:11.670Z Compiling similar v2.3.0
15652024-02-21T00:23:11.784Z Compiling bit-set v0.5.3
15662024-02-21T00:23:11.818Z Compiling usdt v0.3.5
15672024-02-21T00:23:12.078Z Compiling strum v0.25.0
15682024-02-21T00:23:12.266Z Compiling itertools v0.10.5
15692024-02-21T00:23:13.083Z Compiling console v0.15.8
15702024-02-21T00:23:13.101Z Compiling tokio-stream v0.1.14
15712024-02-21T00:23:14.092Z Compiling lalrpop-util v0.19.12
15722024-02-21T00:23:14.463Z Compiling camino v1.1.6
15732024-02-21T00:23:16.514Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15742024-02-21T00:23:25.352Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15752024-02-21T00:23:52.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15762024-02-21T00:23:54.229Z Compiling sha1 v0.10.6
15772024-02-21T00:23:55.186Z Compiling atty v0.2.14
15782024-02-21T00:23:55.190Z Compiling match_cfg v0.1.0
15792024-02-21T00:23:55.190Z Compiling hostname v0.3.1
15802024-02-21T00:23:55.190Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15812024-02-21T00:23:55.299Z Compiling dirs-sys-next v0.1.2
15822024-02-21T00:23:55.796Z Compiling rustls-pki-types v1.3.0
15832024-02-21T00:23:55.816Z Compiling ident_case v1.0.1
15842024-02-21T00:23:55.816Z Compiling strsim v0.10.0
15852024-02-21T00:23:55.816Z Compiling dirs-next v2.0.0
15862024-02-21T00:23:56.288Z Compiling darling_core v0.20.3
15872024-02-21T00:23:56.289Z Compiling thread_local v1.1.7
15882024-02-21T00:23:56.289Z Compiling slog-async v2.8.0
15892024-02-21T00:23:56.400Z Compiling rustls v0.22.2
15902024-02-21T00:23:56.535Z Compiling rustls-webpki v0.102.1
15912024-02-21T00:23:57.035Z Compiling term v0.7.0
15922024-02-21T00:23:57.035Z Compiling crossbeam-channel v0.5.8
15932024-02-21T00:23:57.036Z Compiling multer v3.0.0
15942024-02-21T00:23:57.224Z Compiling instant v0.1.12
15952024-02-21T00:23:57.379Z Compiling paste v1.0.14
15962024-02-21T00:23:57.530Z Compiling take_mut v0.2.2
15972024-02-21T00:23:58.046Z Compiling slog-term v2.9.0
15982024-02-21T00:23:58.473Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15992024-02-21T00:23:58.780Z Compiling slog-json v2.6.1
16002024-02-21T00:23:58.957Z Compiling http v1.0.0
16012024-02-21T00:23:59.047Z Compiling async-stream-impl v0.3.5
16022024-02-21T00:23:59.189Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16032024-02-21T00:23:59.457Z Compiling debug-ignore v1.0.5
16042024-02-21T00:23:59.533Z Compiling atomic-waker v1.1.1
16052024-02-21T00:23:59.680Z Compiling waitgroup v0.1.2
16062024-02-21T00:24:00.151Z Compiling slog-bunyan v2.5.0
16072024-02-21T00:24:00.164Z Compiling rustls-pemfile v2.1.0
16082024-02-21T00:24:00.435Z Compiling toml v0.8.10
16092024-02-21T00:24:00.567Z Compiling async-stream v0.3.5
16102024-02-21T00:24:01.268Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16112024-02-21T00:24:01.765Z Compiling serde_path_to_error v0.1.15
16122024-02-21T00:24:02.162Z Compiling structmeta-derive v0.3.0
16132024-02-21T00:24:02.178Z Compiling darling_macro v0.20.3
16142024-02-21T00:24:02.231Z Compiling strum_macros v0.26.1
16152024-02-21T00:24:03.108Z Compiling tokio-rustls v0.25.0
16162024-02-21T00:24:03.164Z Compiling newtype-uuid v1.0.1
16172024-02-21T00:24:03.355Z Compiling darling v0.20.3
16182024-02-21T00:24:03.846Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16192024-02-21T00:24:03.846Z Compiling serde_with_macros v3.6.1
16202024-02-21T00:24:03.847Z Compiling backoff v0.4.0
16212024-02-21T00:24:04.085Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16222024-02-21T00:24:04.309Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16232024-02-21T00:24:04.482Z Compiling macaddr v1.0.1
16242024-02-21T00:24:04.938Z Compiling proc-macro-error-attr v1.0.4
16252024-02-21T00:24:04.964Z Compiling proc-macro-crate v1.3.1
16262024-02-21T00:24:05.350Z Compiling proc-macro-error v1.0.4
16272024-02-21T00:24:05.613Z Compiling structmeta v0.3.0
16282024-02-21T00:24:06.114Z Compiling heapless v0.8.0
16292024-02-21T00:24:06.126Z Compiling parse-display-derive v0.9.0
16302024-02-21T00:24:06.127Z Compiling num_enum_derive v0.5.11
16312024-02-21T00:24:06.983Z Compiling serde_with v3.6.1
16322024-02-21T00:24:07.750Z Compiling hash32 v0.3.1
16332024-02-21T00:24:08.021Z Compiling rayon-core v1.12.0
16342024-02-21T00:24:08.044Z Compiling strum v0.26.1
16352024-02-21T00:24:08.221Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16362024-02-21T00:24:08.410Z Compiling smoltcp v0.11.0
16372024-02-21T00:24:09.242Z Compiling num_enum v0.5.11
16382024-02-21T00:24:09.421Z Compiling crossbeam-deque v0.8.3
16392024-02-21T00:24:09.471Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16402024-02-21T00:24:09.795Z Compiling fastrand v2.0.1
16412024-02-21T00:24:09.876Z Compiling cobs v0.2.3
16422024-02-21T00:24:10.030Z Compiling same-file v1.0.6
16432024-02-21T00:24:10.626Z Compiling embedded-io v0.4.0
16442024-02-21T00:24:10.648Z Compiling walkdir v2.4.0
16452024-02-21T00:24:10.648Z Compiling tempfile v3.10.0
16462024-02-21T00:24:10.648Z Compiling postcard v1.0.8
16472024-02-21T00:24:11.318Z Compiling parse-display v0.9.0
16482024-02-21T00:24:11.350Z Compiling semver-parser v0.10.2
16492024-02-21T00:24:11.398Z Compiling foreign-types-macros v0.2.3
16502024-02-21T00:24:11.419Z Compiling blake3 v1.5.0
16512024-02-21T00:24:12.002Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16522024-02-21T00:24:12.112Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16532024-02-21T00:24:12.370Z Compiling foreign-types-shared v0.3.1
16542024-02-21T00:24:12.460Z Compiling crucible-workspace-hack v0.1.0
16552024-02-21T00:24:12.509Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16562024-02-21T00:24:12.752Z Compiling rayon v1.8.0
16572024-02-21T00:24:12.809Z Compiling foreign-types v0.5.0
16582024-02-21T00:24:12.832Z Compiling semver v0.11.0
16592024-02-21T00:24:13.430Z Compiling is-terminal v0.4.9
16602024-02-21T00:24:13.584Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16612024-02-21T00:24:13.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16622024-02-21T00:24:13.738Z Compiling cstr-argument v0.1.2
16632024-02-21T00:24:13.756Z Compiling filetime v0.2.23
16642024-02-21T00:24:14.006Z Compiling memmap2 v0.7.1
16652024-02-21T00:24:14.429Z Compiling xattr v1.0.1
16662024-02-21T00:24:14.429Z Compiling arrayref v0.3.7
16672024-02-21T00:24:14.429Z Compiling home v0.5.5
16682024-02-21T00:24:14.429Z Compiling pretty-hex v0.2.1
16692024-02-21T00:24:14.451Z Compiling arrayvec v0.7.4
16702024-02-21T00:24:14.478Z Compiling constant_time_eq v0.3.0
16712024-02-21T00:24:14.494Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16722024-02-21T00:24:14.508Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16732024-02-21T00:24:14.649Z Compiling toolchain_find v0.2.0
16742024-02-21T00:24:14.763Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16752024-02-21T00:24:14.849Z Compiling tar v0.4.40
16762024-02-21T00:24:14.862Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772024-02-21T00:24:15.318Z Compiling camino-tempfile v1.1.1
16782024-02-21T00:24:15.338Z Compiling colored v2.0.4
16792024-02-21T00:24:15.492Z Compiling toml v0.5.11
16802024-02-21T00:24:15.902Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16812024-02-21T00:24:16.030Z Compiling platforms v3.0.2
16822024-02-21T00:24:16.397Z Compiling topological-sort v0.2.2
16832024-02-21T00:24:16.504Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16842024-02-21T00:24:17.037Z Compiling zone_cfg_derive v0.3.0
16852024-02-21T00:24:17.088Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16862024-02-21T00:24:17.643Z Compiling rustfmt-wrapper v0.2.0
16872024-02-21T00:24:18.148Z Compiling textwrap v0.11.0
16882024-02-21T00:24:18.644Z Compiling omicron-zone-package v0.11.0
16892024-02-21T00:24:19.064Z Compiling heck v0.3.3
16902024-02-21T00:24:19.082Z Compiling num-derive v0.4.0
16912024-02-21T00:24:19.082Z Compiling ansi_term v0.12.1
16922024-02-21T00:24:19.247Z Compiling strsim v0.8.0
16932024-02-21T00:24:19.351Z Compiling libefi-sys v0.1.0
16942024-02-21T00:24:19.583Z Compiling vec_map v0.8.2
16952024-02-21T00:24:19.725Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16962024-02-21T00:24:19.894Z Compiling clap v2.34.0
16972024-02-21T00:24:19.919Z Compiling structopt-derive v0.4.18
16982024-02-21T00:24:20.444Z Compiling zone v0.3.0
16992024-02-21T00:24:20.790Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17002024-02-21T00:24:21.198Z Compiling smf v0.2.2
17012024-02-21T00:24:21.373Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17022024-02-21T00:24:21.656Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17032024-02-21T00:24:22.105Z Compiling unicase v2.7.0
17042024-02-21T00:24:22.168Z Compiling semver v0.1.20
17052024-02-21T00:24:22.474Z Compiling curve25519-dalek v4.1.1
17062024-02-21T00:24:23.076Z Compiling rustc_version v0.1.7
17072024-02-21T00:24:23.093Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17082024-02-21T00:24:23.521Z Compiling universal-hash v0.5.1
17092024-02-21T00:24:23.538Z Compiling opaque-debug v0.3.0
17102024-02-21T00:24:23.538Z Compiling newtype_derive v0.1.6
17112024-02-21T00:24:23.538Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17122024-02-21T00:24:23.538Z Compiling signature v2.1.0
17132024-02-21T00:24:23.538Z Compiling curve25519-dalek-derive v0.1.0
17142024-02-21T00:24:23.617Z Compiling structopt v0.3.26
17152024-02-21T00:24:24.066Z Compiling gethostname v0.4.3
17162024-02-21T00:24:24.067Z Compiling num-rational v0.4.1
17172024-02-21T00:24:24.067Z Compiling getrandom v0.1.16
17182024-02-21T00:24:24.160Z Compiling usdt-macro v0.5.0
17192024-02-21T00:24:24.278Z Compiling usdt-attr-macro v0.5.0
17202024-02-21T00:24:24.301Z Compiling password-hash v0.5.0
17212024-02-21T00:24:24.461Z Compiling blake2 v0.10.6
17222024-02-21T00:24:24.939Z Compiling memmap v0.7.0
17232024-02-21T00:24:25.313Z Compiling linked-hash-map v0.5.6
17242024-02-21T00:24:25.447Z Compiling quick-error v1.2.3
17252024-02-21T00:24:25.577Z Compiling parking_lot_core v0.8.6
17262024-02-21T00:24:25.664Z Compiling lru-cache v0.1.2
17272024-02-21T00:24:25.825Z Compiling resolv-conf v0.7.0
17282024-02-21T00:24:25.860Z Compiling argon2 v0.5.3
17292024-02-21T00:24:26.095Z Compiling usdt v0.5.0
17302024-02-21T00:24:27.103Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17312024-02-21T00:24:27.108Z Compiling rfc6979 v0.4.0
17322024-02-21T00:24:27.108Z Compiling aead v0.5.2
17332024-02-21T00:24:27.108Z Compiling num-complex v0.4.4
17342024-02-21T00:24:27.264Z Compiling nibble_vec v0.1.0
17352024-02-21T00:24:27.461Z Compiling slog-dtrace v0.3.0
17362024-02-21T00:24:27.824Z Compiling endian-type v0.1.2
17372024-02-21T00:24:27.931Z Compiling cancel-safe-futures v0.1.5
17382024-02-21T00:24:28.060Z Compiling utf-8 v0.7.6
17392024-02-21T00:24:28.130Z Compiling arc-swap v1.6.0
17402024-02-21T00:24:28.400Z Compiling keccak v0.1.4
17412024-02-21T00:24:28.845Z Compiling winapi v0.3.9
17422024-02-21T00:24:28.874Z Compiling sha3 v0.10.8
17432024-02-21T00:24:29.675Z Compiling slog-scope v4.4.0
17442024-02-21T00:24:29.684Z Compiling tungstenite v0.20.1
17452024-02-21T00:24:29.684Z Compiling radix_trie v0.2.1
17462024-02-21T00:24:29.684Z Compiling num v0.4.1
17472024-02-21T00:24:29.839Z Compiling ecdsa v0.16.9
17482024-02-21T00:24:29.865Z Compiling mime_guess v2.0.4
17492024-02-21T00:24:29.880Z Compiling steno v0.4.0
17502024-02-21T00:24:30.326Z Compiling trust-dns-resolver v0.22.0
17512024-02-21T00:24:30.741Z Compiling rand_core v0.5.1
17522024-02-21T00:24:31.353Z Compiling poly1305 v0.8.0
17532024-02-21T00:24:31.987Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17542024-02-21T00:24:32.017Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17552024-02-21T00:24:33.207Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17562024-02-21T00:24:33.258Z Compiling primeorder v0.13.6
17572024-02-21T00:24:33.689Z Compiling chacha20 v0.9.1
17582024-02-21T00:24:33.804Z Compiling secrecy v0.8.0
17592024-02-21T00:24:34.083Z Compiling thiserror-impl-no-std v2.0.2
17602024-02-21T00:24:34.289Z Compiling half v2.3.1
17612024-02-21T00:24:35.019Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17622024-02-21T00:24:35.057Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17632024-02-21T00:24:35.399Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17642024-02-21T00:24:35.978Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17652024-02-21T00:24:36.862Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17662024-02-21T00:24:37.046Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17672024-02-21T00:24:37.114Z Compiling convert_case v0.4.0
17682024-02-21T00:24:37.467Z Compiling ciborium-io v0.2.2
17692024-02-21T00:24:37.628Z Compiling option-ext v0.2.0
17702024-02-21T00:24:37.717Z Compiling thiserror-no-std v2.0.2
17712024-02-21T00:24:37.743Z Compiling dirs-sys v0.4.1
17722024-02-21T00:24:37.835Z Compiling ciborium-ll v0.2.2
17732024-02-21T00:24:38.538Z Compiling derive_more v0.99.17
17742024-02-21T00:24:38.594Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17752024-02-21T00:24:38.739Z Compiling parking_lot v0.11.2
17762024-02-21T00:24:38.951Z Compiling rand_chacha v0.2.2
17772024-02-21T00:24:39.019Z Compiling tokio-tungstenite v0.20.1
17782024-02-21T00:24:39.618Z Compiling trust-dns-client v0.22.0
17792024-02-21T00:24:40.560Z Compiling slog-stdlog v4.1.1
17802024-02-21T00:24:40.928Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17812024-02-21T00:24:41.183Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17822024-02-21T00:24:41.272Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17832024-02-21T00:24:42.830Z Compiling ed25519 v2.2.2
17842024-02-21T00:24:43.353Z Compiling polyval v0.6.1
17852024-02-21T00:24:43.825Z Compiling blowfish v0.9.1
17862024-02-21T00:24:44.307Z Compiling ctr v0.9.2
17872024-02-21T00:24:44.335Z Compiling aes v0.8.3
17882024-02-21T00:24:44.687Z Compiling password-hash v0.4.2
17892024-02-21T00:24:45.761Z Compiling libsw v3.3.1
17902024-02-21T00:24:46.127Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17912024-02-21T00:24:47.498Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17922024-02-21T00:24:47.571Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17932024-02-21T00:24:52.043Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17942024-02-21T00:24:56.095Z Compiling pbkdf2 v0.12.2
17952024-02-21T00:24:56.284Z Compiling derive-where v1.2.7
17962024-02-21T00:24:56.316Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17972024-02-21T00:24:57.245Z Compiling fxhash v0.2.1
17982024-02-21T00:24:57.254Z Compiling owo-colors v4.0.0
17992024-02-21T00:24:57.254Z Compiling swrite v0.1.0
18002024-02-21T00:24:57.291Z Compiling linear-map v1.2.0
18012024-02-21T00:24:57.701Z Compiling sled v0.34.7
18022024-02-21T00:24:58.685Z Compiling trust-dns-server v0.22.1
18032024-02-21T00:24:59.178Z Compiling bcrypt-pbkdf v0.10.0
18042024-02-21T00:24:59.435Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18052024-02-21T00:24:59.502Z Compiling pbkdf2 v0.11.0
18062024-02-21T00:24:59.683Z Compiling ghash v0.5.0
18072024-02-21T00:24:59.874Z Compiling ed25519-dalek v2.0.0
18082024-02-21T00:24:59.912Z Compiling slog-envlogger v2.2.0
18092024-02-21T00:25:00.289Z Compiling russh-cryptovec v0.7.0
18102024-02-21T00:25:00.516Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18112024-02-21T00:25:00.609Z Compiling rand v0.7.3
18122024-02-21T00:25:00.964Z Compiling ciborium v0.2.2
18132024-02-21T00:25:00.985Z Compiling dirs v5.0.1
18142024-02-21T00:25:01.601Z Compiling vsss-rs v3.3.4
18152024-02-21T00:25:01.702Z Compiling chacha20poly1305 v0.10.1
18162024-02-21T00:25:01.922Z Compiling p256 v0.13.2
18172024-02-21T00:25:02.567Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18182024-02-21T00:25:02.989Z Compiling p521 v0.13.3
18192024-02-21T00:25:03.760Z Compiling cbc v0.1.2
18202024-02-21T00:25:04.449Z Compiling pem v3.0.2
18212024-02-21T00:25:04.869Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18222024-02-21T00:25:05.280Z Compiling headers-core v0.2.0
18232024-02-21T00:25:06.119Z Compiling kstat-rs v0.2.3
18242024-02-21T00:25:06.119Z Compiling glob v0.3.1
18252024-02-21T00:25:06.133Z Compiling md5 v0.7.0
18262024-02-21T00:25:06.152Z Compiling http-range v0.1.5
18272024-02-21T00:25:06.624Z Compiling russh-keys v0.42.0
18282024-02-21T00:25:06.630Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18292024-02-21T00:25:06.630Z Compiling hyper-staticfile v0.9.5
18302024-02-21T00:25:06.631Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18312024-02-21T00:25:08.314Z Compiling headers v0.3.9
18322024-02-21T00:25:09.720Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18332024-02-21T00:25:09.901Z Compiling rcgen v0.12.1
18342024-02-21T00:25:10.609Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18352024-02-21T00:25:10.797Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18362024-02-21T00:25:11.438Z Compiling aes-gcm v0.10.3
18372024-02-21T00:25:13.053Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18382024-02-21T00:25:15.780Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18392024-02-21T00:25:15.899Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18402024-02-21T00:25:18.190Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18412024-02-21T00:25:19.528Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18422024-02-21T00:25:20.617Z Compiling atomicwrites v0.4.3
18432024-02-21T00:25:20.977Z Compiling itertools v0.12.1
18442024-02-21T00:25:21.008Z Compiling subprocess v0.2.9
18452024-02-21T00:25:21.448Z Compiling display-error-chain v0.2.0
18462024-02-21T00:25:21.529Z Compiling hex-literal v0.4.1
18472024-02-21T00:25:21.683Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18482024-02-21T00:25:23.227Z Compiling russh v0.42.0
18492024-02-21T00:25:24.437Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18502024-02-21T00:25:30.560Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18512024-02-21T00:25:31.946Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18522024-02-21T00:25:54.710Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18532024-02-21T00:26:58.240Z Finished dev [unoptimized + debuginfo] target(s) in 6m 05s
18542024-02-21T00:26:58.531Z
18552024-02-21T00:26:58.531Zreal 6:05.836039582
18562024-02-21T00:26:58.531Zuser 30:52.159920594
18572024-02-21T00:26:58.531Zsys 5:45.010377960
18582024-02-21T00:26:58.531Ztrap 0.917990797
18592024-02-21T00:26:58.531Ztflt 11.719488864
18602024-02-21T00:26:58.534Zdflt 8.984179733
18612024-02-21T00:26:58.535Zkflt 0.121895424
18622024-02-21T00:26:58.535Zlock 57:34.374121268
18632024-02-21T00:26:58.535Zslp 1:31:49.443729913
18642024-02-21T00:26:58.535Zlat 1:38.959636406
18652024-02-21T00:26:58.535Zstop 3:59.972770733
18662024-02-21T00:26:58.535Z+ mkdir -p /work/end-to-end-tests
18672024-02-21T00:26:58.538Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18682024-02-21T00:26:59.305Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18692024-02-21T00:26:59.305Z+ ptime -m gzip
18702024-02-21T00:26:59.309Z++ basename target/debug/bootstrap
18712024-02-21T00:27:12.596Z
18722024-02-21T00:27:12.596Zreal 13.283095108
18732024-02-21T00:27:12.596Zuser 13.158492425
18742024-02-21T00:27:12.596Zsys 0.112980845
18752024-02-21T00:27:12.596Ztrap 0.003408907
18762024-02-21T00:27:12.596Ztflt 0.000000000
18772024-02-21T00:27:12.596Zdflt 0.000000000
18782024-02-21T00:27:12.596Zkflt 0.000000000
18792024-02-21T00:27:12.600Zlock 0.000000000
18802024-02-21T00:27:12.600Zslp 0.000000000
18812024-02-21T00:27:12.600Zlat 0.007816945
18822024-02-21T00:27:12.600Zstop 0.000171862
18832024-02-21T00:27:12.600Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18842024-02-21T00:27:12.600Z+ ptime -m gzip
18852024-02-21T00:27:12.600Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cf824cb4b739d2ec
18862024-02-21T00:27:13.890Z
18872024-02-21T00:27:13.890Zreal 1.285401481
18882024-02-21T00:27:13.890Zuser 1.269989775
18892024-02-21T00:27:13.890Zsys 0.014786877
18902024-02-21T00:27:13.890Ztrap 0.000123219
18912024-02-21T00:27:13.890Ztflt 0.000000000
18922024-02-21T00:27:13.891Zdflt 0.000000000
18932024-02-21T00:27:13.891Zkflt 0.000000000
18942024-02-21T00:27:13.891Zlock 0.000000000
18952024-02-21T00:27:13.910Zslp 0.000000000
18962024-02-21T00:27:13.910Zlat 0.000096120
18972024-02-21T00:27:13.910Zstop 0.000175802
18982024-02-21T00:27:13.910Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18992024-02-21T00:27:13.910Z+ ptime -m gzip
19002024-02-21T00:27:13.910Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a83ae36ae0f33128
19012024-02-21T00:27:29.833Z
19022024-02-21T00:27:29.833Zreal 13.624925218
19032024-02-21T00:27:29.833Zuser 13.516810686
19042024-02-21T00:27:29.833Zsys 0.102993752
19052024-02-21T00:27:29.833Ztrap 0.002608257
19062024-02-21T00:27:29.834Ztflt 0.000000000
19072024-02-21T00:27:29.834Zdflt 0.000000000
19082024-02-21T00:27:30.067Zkflt 0.000000000
19092024-02-21T00:27:30.067Zlock 0.000000000
19102024-02-21T00:27:30.067Zslp 0.000000000
19112024-02-21T00:27:30.067Zlat 0.002122529
19122024-02-21T00:27:30.067Zstop 0.000170612
19132024-02-21T00:27:30.067Z+ banner caboose-util
19142024-02-21T00:27:30.067Z
19152024-02-21T00:27:30.067Z #### ## ##### #### #### #### ###### # # #####
19162024-02-21T00:27:30.067Z # # # # # # # # # # # # # # #
19172024-02-21T00:27:30.067Z # # # ##### # # # # #### ##### ##### # # #
19182024-02-21T00:27:30.067Z # ###### # # # # # # # # # # #
19192024-02-21T00:27:30.067Z # # # # # # # # # # # # # # # #
19202024-02-21T00:27:30.067Z #### # # ##### #### #### #### ###### #### #
19212024-02-21T00:27:30.067Z
19222024-02-21T00:27:30.067Z+ ptime -m cargo build --locked -p caboose-util --release
19232024-02-21T00:27:30.067Z Downloading crates ...
19242024-02-21T00:27:30.068Z Downloaded array-init v0.0.4
19252024-02-21T00:27:30.068Z Downloaded nodrop v0.1.14
19262024-02-21T00:27:30.068Z Downloaded wyz v0.5.1
19272024-02-21T00:27:30.068Z Downloaded termcolor v1.2.0
19282024-02-21T00:27:30.068Z Downloaded tap v1.0.1
19292024-02-21T00:27:30.068Z Downloaded bitfield v0.14.0
19302024-02-21T00:27:30.068Z Downloaded path-slash v0.1.5
19312024-02-21T00:27:30.068Z Downloaded smallvec v0.6.14
19322024-02-21T00:27:30.068Z Downloaded crc v3.0.1
19332024-02-21T00:27:30.068Z Downloaded crc-catalog v2.2.0
19342024-02-21T00:27:30.068Z Downloaded maybe-uninit v2.0.0
19352024-02-21T00:27:30.068Z Downloaded serde-hex v0.1.0
19362024-02-21T00:27:30.068Z Downloaded funty v2.0.0
19372024-02-21T00:27:30.068Z Downloaded radium v0.7.0
19382024-02-21T00:27:30.068Z Downloaded hashbrown v0.13.2
19392024-02-21T00:27:30.068Z Downloaded packed_struct v0.10.1
19402024-02-21T00:27:30.068Z Downloaded packed_struct_codegen v0.10.1
19412024-02-21T00:27:30.068Z Downloaded env_logger v0.10.0
19422024-02-21T00:27:30.068Z Downloaded pkcs1 v0.7.5
19432024-02-21T00:27:30.068Z Downloaded ron v0.8.1
19442024-02-21T00:27:30.068Z Downloaded crc-any v2.4.3
19452024-02-21T00:27:30.068Z Downloaded rsa v0.9.2
19462024-02-21T00:27:30.068Z Downloaded x509-cert v0.2.4
19472024-02-21T00:27:30.069Z Downloaded num-bigint-dig v0.8.4
19482024-02-21T00:27:30.069Z Downloaded object v0.30.4
19492024-02-21T00:27:30.069Z Downloaded bitvec v1.0.1
19502024-02-21T00:27:30.069Z Compiling proc-macro2 v1.0.78
19512024-02-21T00:27:30.069Z Compiling unicode-ident v1.0.12
19522024-02-21T00:27:30.069Z Compiling libc v0.2.153
19532024-02-21T00:27:30.069Z Compiling serde v1.0.196
19542024-02-21T00:27:30.069Z Compiling autocfg v1.1.0
19552024-02-21T00:27:30.069Z Compiling version_check v0.9.4
19562024-02-21T00:27:30.069Z Compiling cfg-if v1.0.0
19572024-02-21T00:27:30.077Z Compiling typenum v1.16.0
19582024-02-21T00:27:30.077Z Compiling once_cell v1.19.0
19592024-02-21T00:27:30.077Z Compiling parking_lot_core v0.9.8
19602024-02-21T00:27:30.077Z Compiling memchr v2.6.3
19612024-02-21T00:27:30.078Z Compiling syn v1.0.109
19622024-02-21T00:27:30.078Z Compiling byteorder v1.5.0
19632024-02-21T00:27:30.078Z Compiling lock_api v0.4.10
19642024-02-21T00:27:30.078Z Compiling generic-array v0.14.7
19652024-02-21T00:27:30.078Z Compiling libm v0.2.7
19662024-02-21T00:27:30.078Z Compiling num-traits v0.2.16
19672024-02-21T00:27:30.078Z Compiling ahash v0.8.7
19682024-02-21T00:27:30.078Z Compiling quote v1.0.35
19692024-02-21T00:27:30.423Z Compiling thiserror v1.0.57
19702024-02-21T00:27:30.431Z Compiling pkg-config v0.3.27
19712024-02-21T00:27:30.622Z Compiling syn v2.0.48
19722024-02-21T00:27:30.680Z Compiling cc v1.0.83
19732024-02-21T00:27:30.690Z Compiling getrandom v0.2.10
19742024-02-21T00:27:31.074Z Compiling serde_json v1.0.114
19752024-02-21T00:27:31.136Z Compiling scopeguard v1.2.0
19762024-02-21T00:27:31.709Z Compiling slab v0.4.9
19772024-02-21T00:27:31.726Z Compiling itoa v1.0.9
19782024-02-21T00:27:31.737Z Compiling log v0.4.20
19792024-02-21T00:27:32.044Z Compiling rand_core v0.6.4
19802024-02-21T00:27:32.408Z Compiling smallvec v1.13.1
19812024-02-21T00:27:32.677Z Compiling vcpkg v0.2.15
19822024-02-21T00:27:33.394Z Compiling const-oid v0.9.5
19832024-02-21T00:27:34.505Z Compiling parking_lot v0.12.1
19842024-02-21T00:27:34.505Z Compiling pin-project-lite v0.2.13
19852024-02-21T00:27:34.518Z Compiling ring v0.17.8
19862024-02-21T00:27:34.518Z Compiling openssl-sys v0.9.96
19872024-02-21T00:27:34.722Z Compiling ucd-trie v0.1.6
19882024-02-21T00:27:35.064Z Compiling ryu v1.0.15
19892024-02-21T00:27:35.423Z Compiling signal-hook-registry v1.4.1
19902024-02-21T00:27:35.493Z Compiling rustix v0.38.31
19912024-02-21T00:27:35.810Z Compiling subtle v2.5.0
19922024-02-21T00:27:36.065Z Compiling ring v0.16.20
19932024-02-21T00:27:36.130Z Compiling mio v0.8.9
19942024-02-21T00:27:36.237Z Compiling semver v1.0.22
19952024-02-21T00:27:36.749Z Compiling futures-core v0.3.30
19962024-02-21T00:27:37.012Z Compiling heck v0.4.1
19972024-02-21T00:27:37.997Z Compiling spin v0.5.2
19982024-02-21T00:27:38.384Z Compiling socket2 v0.5.5
19992024-02-21T00:27:38.981Z Compiling num_cpus v1.16.0
20002024-02-21T00:27:39.062Z Compiling httparse v1.8.0
20012024-02-21T00:27:39.096Z Compiling openssl v0.10.60
20022024-02-21T00:27:39.323Z Compiling futures-sink v0.3.30
20032024-02-21T00:27:39.485Z Compiling allocator-api2 v0.2.16
20042024-02-21T00:27:39.514Z Compiling unicode-xid v0.2.4
20052024-02-21T00:27:39.684Z Compiling synstructure v0.12.6
20062024-02-21T00:27:40.360Z Compiling tinyvec_macros v0.1.1
20072024-02-21T00:27:40.409Z Compiling equivalent v1.0.1
20082024-02-21T00:27:40.423Z Compiling tinyvec v1.6.0
20092024-02-21T00:27:40.542Z Compiling futures-channel v0.3.30
20102024-02-21T00:27:40.925Z Compiling crc32fast v1.3.2
20112024-02-21T00:27:40.973Z Compiling native-tls v0.2.11
20122024-02-21T00:27:41.636Z Compiling futures-io v0.3.30
20132024-02-21T00:27:41.644Z Compiling rustls v0.21.9
20142024-02-21T00:27:41.644Z Compiling pin-utils v0.1.0
20152024-02-21T00:27:41.644Z Compiling ppv-lite86 v0.2.17
20162024-02-21T00:27:41.644Z Compiling futures-task v0.3.30
20172024-02-21T00:27:41.644Z Compiling bzip2-sys v0.1.11+1.0.8
20182024-02-21T00:27:41.758Z Compiling spin v0.9.8
20192024-02-21T00:27:41.818Z Compiling tracing-core v0.1.31
20202024-02-21T00:27:41.987Z Compiling unicode-normalization v0.1.22
20212024-02-21T00:27:42.116Z Compiling base64ct v1.6.0
20222024-02-21T00:27:42.154Z Compiling unicode-bidi v0.3.13
20232024-02-21T00:27:42.290Z Compiling rand_chacha v0.3.1
20242024-02-21T00:27:42.744Z Compiling rand v0.8.5
20252024-02-21T00:27:42.925Z Compiling pem-rfc7468 v0.7.0
20262024-02-21T00:27:43.574Z Compiling num-iter v0.1.43
20272024-02-21T00:27:43.898Z Compiling usdt-impl v0.3.5
20282024-02-21T00:27:43.982Z Compiling signal-hook v0.3.17
20292024-02-21T00:27:44.271Z Compiling flagset v0.4.3
20302024-02-21T00:27:44.440Z Compiling serde_derive v1.0.196
20312024-02-21T00:27:44.495Z Compiling zeroize_derive v1.4.2
20322024-02-21T00:27:44.578Z Compiling zerocopy-derive v0.7.32
20332024-02-21T00:27:44.656Z Compiling thiserror-impl v1.0.57
20342024-02-21T00:27:44.743Z Compiling tokio-macros v2.2.0
20352024-02-21T00:27:44.844Z Compiling futures-macro v0.3.30
20362024-02-21T00:27:45.336Z Compiling tracing-attributes v0.1.26
20372024-02-21T00:27:45.336Z Compiling der_derive v0.7.2
20382024-02-21T00:27:45.996Z Compiling zeroize v1.7.0
20392024-02-21T00:27:46.731Z Compiling zerocopy v0.7.32
20402024-02-21T00:27:47.350Z Compiling zerocopy-derive v0.2.0
20412024-02-21T00:27:47.919Z Compiling pest v2.7.6
20422024-02-21T00:27:47.993Z Compiling crypto-common v0.1.6
20432024-02-21T00:27:48.209Z Compiling block-buffer v0.10.4
20442024-02-21T00:27:48.366Z Compiling openssl-macros v0.1.1
20452024-02-21T00:27:48.557Z Compiling digest v0.10.7
20462024-02-21T00:27:48.933Z Compiling futures-util v0.3.30
20472024-02-21T00:27:49.037Z Compiling hashbrown v0.14.3
20482024-02-21T00:27:49.114Z Compiling tracing v0.1.37
20492024-02-21T00:27:49.131Z Compiling scroll_derive v0.12.0
20502024-02-21T00:27:49.536Z Compiling zerocopy-derive v0.6.4
20512024-02-21T00:27:49.957Z Compiling schemars v0.8.16
20522024-02-21T00:27:50.337Z Compiling pest_meta v2.7.6
20532024-02-21T00:27:50.542Z Compiling der v0.7.8
20542024-02-21T00:27:51.511Z Compiling serde_derive_internals v0.26.0
20552024-02-21T00:27:52.020Z Compiling pest_generator v2.7.6
20562024-02-21T00:27:54.780Z Compiling pest_derive v2.7.6
20572024-02-21T00:27:55.372Z Compiling errno v0.3.8
20582024-02-21T00:27:55.517Z Compiling fnv v1.0.7
20592024-02-21T00:27:55.641Z Compiling rustversion v1.0.14
20602024-02-21T00:27:56.341Z Compiling schemars_derive v0.8.16
20612024-02-21T00:27:56.543Z Compiling spki v0.7.2
20622024-02-21T00:27:57.294Z Compiling zerocopy v0.3.0
20632024-02-21T00:27:58.093Z Compiling lazy_static v1.4.0
20642024-02-21T00:27:58.882Z Compiling bytes v1.5.0
20652024-02-21T00:27:59.290Z Compiling bitflags v2.4.0
20662024-02-21T00:27:59.377Z Compiling indexmap v2.2.3
20672024-02-21T00:27:59.686Z Compiling uuid v1.7.0
20682024-02-21T00:28:00.117Z Compiling tokio v1.36.0
20692024-02-21T00:28:00.882Z Compiling rustc_version v0.4.0
20702024-02-21T00:28:02.216Z Compiling heapless v0.7.16
20712024-02-21T00:28:02.350Z Compiling http v0.2.11
20722024-02-21T00:28:02.373Z Compiling backtrace v0.3.69
20732024-02-21T00:28:02.662Z Compiling thread-id v4.2.0
20742024-02-21T00:28:02.772Z Compiling num-bigint v0.4.4
20752024-02-21T00:28:02.815Z Compiling memoffset v0.9.0
20762024-02-21T00:28:03.127Z Compiling base64 v0.21.7
20772024-02-21T00:28:03.269Z Compiling iana-time-zone v0.1.57
20782024-02-21T00:28:03.637Z Compiling smoltcp v0.9.1
20792024-02-21T00:28:04.330Z Compiling crossbeam-utils v0.8.16
20802024-02-21T00:28:04.399Z Compiling foreign-types-shared v0.1.1
20812024-02-21T00:28:04.523Z Compiling untrusted v0.9.0
20822024-02-21T00:28:05.124Z Compiling untrusted v0.7.1
20832024-02-21T00:28:05.139Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20842024-02-21T00:28:05.139Z Compiling async-trait v0.1.77
20852024-02-21T00:28:05.389Z Compiling percent-encoding v2.3.1
20862024-02-21T00:28:06.069Z Compiling foreign-types v0.3.2
20872024-02-21T00:28:06.568Z Compiling chrono v0.4.31
20882024-02-21T00:28:06.573Z Compiling dof v0.1.5
20892024-02-21T00:28:08.523Z Compiling tokio-util v0.7.10
20902024-02-21T00:28:09.087Z Compiling dtrace-parser v0.1.14
20912024-02-21T00:28:09.094Z Compiling hmac v0.12.1
20922024-02-21T00:28:09.094Z Compiling clap_derive v4.5.0
20932024-02-21T00:28:09.461Z Compiling num-integer v0.1.46
20942024-02-21T00:28:10.546Z Compiling utf8parse v0.2.1
20952024-02-21T00:28:10.580Z Compiling try-lock v0.2.4
20962024-02-21T00:28:10.580Z Compiling cpufeatures v0.2.12
20972024-02-21T00:28:10.580Z Compiling anstyle v1.0.2
20982024-02-21T00:28:10.580Z Compiling adler v1.0.2
20992024-02-21T00:28:10.643Z Compiling siphasher v0.3.11
21002024-02-21T00:28:10.753Z Compiling time-core v0.1.1
21012024-02-21T00:28:10.928Z Compiling time-macros v0.2.13
21022024-02-21T00:28:11.084Z Compiling miniz_oxide v0.7.1
21032024-02-21T00:28:12.535Z Compiling sha2 v0.10.8
21042024-02-21T00:28:14.091Z Compiling want v0.3.1
21052024-02-21T00:28:14.190Z Compiling anstyle-parse v0.2.1
21062024-02-21T00:28:14.605Z Compiling h2 v0.3.24
21072024-02-21T00:28:16.222Z Compiling strum_macros v0.25.2
21082024-02-21T00:28:16.381Z Compiling rustls-webpki v0.101.7
21092024-02-21T00:28:16.783Z Compiling sct v0.7.0
21102024-02-21T00:28:17.200Z Compiling form_urlencoded v1.2.1
21112024-02-21T00:28:17.403Z Compiling http-body v0.4.5
21122024-02-21T00:28:18.212Z Compiling serde_tokenstream v0.1.7
21132024-02-21T00:28:18.771Z Compiling pkcs8 v0.10.2
21142024-02-21T00:28:19.459Z Compiling hubpack_derive v0.1.1
21152024-02-21T00:28:21.968Z Compiling socket2 v0.4.9
21162024-02-21T00:28:22.078Z Compiling crossbeam-epoch v0.9.15
21172024-02-21T00:28:22.078Z Compiling usdt-impl v0.5.0
21182024-02-21T00:28:22.079Z Compiling anyhow v1.0.75
21192024-02-21T00:28:22.079Z Compiling slog v2.7.0
21202024-02-21T00:28:22.079Z Compiling radium v0.7.0
21212024-02-21T00:28:22.079Z Compiling tower-service v0.3.2
21222024-02-21T00:28:22.079Z Compiling openssl-probe v0.1.5
21232024-02-21T00:28:22.079Z Compiling colorchoice v1.0.0
21242024-02-21T00:28:22.079Z Compiling httpdate v1.0.3
21252024-02-21T00:28:22.079Z Compiling anstyle-query v1.0.0
21262024-02-21T00:28:22.079Z Compiling anstream v0.6.11
21272024-02-21T00:28:22.302Z Compiling hyper v0.14.27
21282024-02-21T00:28:29.625Z Compiling terminal_size v0.3.0
21292024-02-21T00:28:30.098Z Compiling serde_spanned v0.6.5
21302024-02-21T00:28:30.121Z Compiling toml_datetime v0.6.5
21312024-02-21T00:28:30.560Z Compiling zerocopy v0.6.4
21322024-02-21T00:28:31.189Z Compiling scroll v0.12.0
21332024-02-21T00:28:31.360Z Compiling md-5 v0.10.5
21342024-02-21T00:28:31.632Z Compiling stringprep v0.1.3
21352024-02-21T00:28:31.650Z Compiling idna v0.5.0
21362024-02-21T00:28:32.496Z Compiling diesel_table_macro_syntax v0.1.0
21372024-02-21T00:28:32.507Z Compiling hash32 v0.2.1
21382024-02-21T00:28:33.080Z Compiling aho-corasick v1.0.4
21392024-02-21T00:28:33.086Z Compiling plain v0.2.3
21402024-02-21T00:28:33.086Z Compiling dyn-clone v1.0.16
21412024-02-21T00:28:33.086Z Compiling maybe-uninit v2.0.0
21422024-02-21T00:28:33.086Z Compiling gimli v0.28.0
21432024-02-21T00:28:33.139Z Compiling stable_deref_trait v1.2.0
21442024-02-21T00:28:33.243Z Compiling regex-syntax v0.8.2
21452024-02-21T00:28:33.542Z Compiling strsim v0.11.0
21462024-02-21T00:28:33.607Z Compiling tap v1.0.1
21472024-02-21T00:28:33.641Z Compiling clap_lex v0.7.0
21482024-02-21T00:28:33.805Z Compiling fallible-iterator v0.2.0
21492024-02-21T00:28:33.851Z Compiling wyz v0.5.1
21502024-02-21T00:28:34.352Z Compiling clap_builder v4.5.0
21512024-02-21T00:28:34.566Z Compiling postgres-protocol v0.6.6
21522024-02-21T00:28:35.648Z Compiling diesel_derives v2.1.2
21532024-02-21T00:28:35.799Z Compiling goblin v0.8.0
21542024-02-21T00:28:36.462Z Compiling url v2.5.0
21552024-02-21T00:28:37.745Z Compiling addr2line v0.21.0
21562024-02-21T00:28:38.672Z Compiling regex-automata v0.4.4
21572024-02-21T00:28:39.146Z Compiling tokio-rustls v0.24.1
21582024-02-21T00:28:40.379Z Compiling tokio-native-tls v0.3.1
21592024-02-21T00:28:40.700Z Compiling usdt-macro v0.3.5
21602024-02-21T00:28:41.261Z Compiling usdt-attr-macro v0.3.5
21612024-02-21T00:28:43.228Z Compiling phf_shared v0.11.2
21622024-02-21T00:28:44.966Z Compiling block-padding v0.3.3
21632024-02-21T00:28:45.202Z Compiling enum-as-inner v0.5.1
21642024-02-21T00:28:45.387Z Compiling serde_repr v0.1.16
21652024-02-21T00:28:46.222Z Compiling ff v0.13.0
21662024-02-21T00:28:46.467Z Compiling scheduled-thread-pool v0.2.7
21672024-02-21T00:28:46.989Z Compiling object v0.32.1
21682024-02-21T00:28:47.223Z Compiling packed_struct v0.10.1
21692024-02-21T00:28:47.669Z Compiling bit-vec v0.6.3
21702024-02-21T00:28:48.162Z Compiling funty v2.0.0
21712024-02-21T00:28:48.345Z Compiling num_threads v0.1.6
21722024-02-21T00:28:48.479Z Compiling managed v0.8.0
21732024-02-21T00:28:48.942Z Compiling deranged v0.3.8
21742024-02-21T00:28:50.623Z Compiling ipnet v2.9.0
21752024-02-21T00:28:50.892Z Compiling regex-automata v0.1.10
21762024-02-21T00:28:51.060Z Compiling winnow v0.5.15
21772024-02-21T00:28:51.420Z Compiling base16ct v0.2.0
21782024-02-21T00:28:51.780Z Compiling pretty-hex v0.4.1
21792024-02-21T00:28:52.002Z Compiling num-bigint-dig v0.8.4
21802024-02-21T00:28:52.005Z Compiling bitflags v1.3.2
21812024-02-21T00:28:52.319Z Compiling rustc-demangle v0.1.23
21822024-02-21T00:28:52.639Z Compiling matches v0.1.10
21832024-02-21T00:28:53.060Z Compiling idna v0.2.3
21842024-02-21T00:28:55.022Z Compiling toml_edit v0.19.15
21852024-02-21T00:28:56.645Z Compiling dof v0.3.0
21862024-02-21T00:28:57.301Z Compiling sec1 v0.7.3
21872024-02-21T00:28:57.443Z Compiling bstr v0.2.17
21882024-02-21T00:28:58.055Z Compiling time v0.3.27
21892024-02-21T00:28:58.619Z Compiling bitvec v1.0.1
21902024-02-21T00:28:58.944Z Compiling r2d2 v0.8.10
21912024-02-21T00:28:59.337Z Compiling group v0.13.0
21922024-02-21T00:28:59.845Z Compiling inout v0.1.3
21932024-02-21T00:29:03.207Z Compiling phf v0.11.2
21942024-02-21T00:29:03.440Z Compiling regex v1.10.3
21952024-02-21T00:29:03.452Z Compiling hyper-tls v0.5.0
21962024-02-21T00:29:03.517Z Compiling hyper-rustls v0.24.2
21972024-02-21T00:29:03.801Z Compiling signal-hook-mio v0.2.3
21982024-02-21T00:29:03.902Z Compiling flate2 v1.0.28
21992024-02-21T00:29:03.949Z Compiling clap v4.5.0
22002024-02-21T00:29:03.963Z Compiling bzip2 v0.4.4
22012024-02-21T00:29:04.072Z Compiling ipnetwork v0.20.0
22022024-02-21T00:29:04.349Z Compiling postgres-types v0.2.6
22032024-02-21T00:29:04.930Z Compiling hubpack v0.1.2
22042024-02-21T00:29:04.981Z Compiling serde_urlencoded v0.7.1
22052024-02-21T00:29:05.010Z Compiling phf_shared v0.10.0
22062024-02-21T00:29:05.039Z Compiling rustls-pemfile v1.0.3
22072024-02-21T00:29:05.373Z Compiling hkdf v0.12.4
22082024-02-21T00:29:05.937Z Compiling dtrace-parser v0.2.0
22092024-02-21T00:29:06.365Z Compiling futures-executor v0.3.30
22102024-02-21T00:29:06.911Z Compiling crypto-bigint v0.5.2
22112024-02-21T00:29:07.125Z Compiling packed_struct_codegen v0.10.1
22122024-02-21T00:29:07.385Z Compiling float-cmp v0.9.0
22132024-02-21T00:29:08.427Z Compiling indexmap v1.9.3
22142024-02-21T00:29:08.779Z Compiling encoding_rs v0.8.33
22152024-02-21T00:29:09.093Z Compiling data-encoding v2.4.0
22162024-02-21T00:29:09.885Z Compiling fixedbitset v0.4.2
22172024-02-21T00:29:10.309Z Compiling webpki-roots v0.25.2
22182024-02-21T00:29:10.479Z Compiling difflib v0.4.0
22192024-02-21T00:29:11.217Z Compiling winnow v0.6.1
22202024-02-21T00:29:11.851Z Compiling regex-automata v0.3.8
22212024-02-21T00:29:12.621Z Compiling unicode-segmentation v1.10.1
22222024-02-21T00:29:14.363Z Compiling nodrop v0.1.14
22232024-02-21T00:29:14.526Z Compiling predicates-core v1.0.6
22242024-02-21T00:29:14.831Z Compiling crc-catalog v2.2.0
22252024-02-21T00:29:14.859Z Compiling mime v0.3.17
22262024-02-21T00:29:15.304Z Compiling unicode-width v0.1.11
22272024-02-21T00:29:15.405Z Compiling new_debug_unreachable v1.0.4
22282024-02-21T00:29:15.467Z Compiling precomputed-hash v0.1.1
22292024-02-21T00:29:15.499Z Compiling whoami v1.4.1
22302024-02-21T00:29:15.583Z Compiling static_assertions v1.1.0
22312024-02-21T00:29:15.846Z Compiling normalize-line-endings v0.3.0
22322024-02-21T00:29:15.915Z Compiling either v1.10.0
22332024-02-21T00:29:15.988Z Compiling minimal-lexical v0.2.1
22342024-02-21T00:29:16.034Z Compiling predicates v3.1.0
22352024-02-21T00:29:16.367Z Compiling itertools v0.10.5
22362024-02-21T00:29:16.507Z Compiling nom v7.1.3
22372024-02-21T00:29:18.181Z Compiling tokio-postgres v0.7.10
22382024-02-21T00:29:20.596Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22392024-02-21T00:29:21.683Z Compiling string_cache v0.8.7
22402024-02-21T00:29:21.724Z Compiling console v0.15.8
22412024-02-21T00:29:22.806Z Compiling reqwest v0.11.22
22422024-02-21T00:29:23.219Z Compiling toml_edit v0.22.6
22432024-02-21T00:29:23.289Z Compiling crc v3.0.1
22442024-02-21T00:29:24.122Z Compiling array-init v0.0.4
22452024-02-21T00:29:26.339Z Compiling bstr v1.6.0
22462024-02-21T00:29:26.995Z Compiling similar v2.3.0
22472024-02-21T00:29:29.455Z Compiling petgraph v0.6.4
22482024-02-21T00:29:31.041Z Compiling trust-dns-proto v0.22.0
22492024-02-21T00:29:33.539Z Compiling elliptic-curve v0.13.8
22502024-02-21T00:29:37.957Z Compiling futures v0.3.30
22512024-02-21T00:29:39.248Z Compiling zip v0.6.6
22522024-02-21T00:29:39.397Z Compiling smallvec v0.6.14
22532024-02-21T00:29:39.795Z Compiling diesel v2.1.4
22542024-02-21T00:29:39.862Z Compiling crossterm v0.27.0
22552024-02-21T00:29:40.653Z Compiling yasna v0.5.2
22562024-02-21T00:29:42.323Z Compiling cipher v0.4.4
22572024-02-21T00:29:42.510Z Compiling toml v0.7.8
22582024-02-21T00:29:43.637Z Compiling bit-set v0.5.3
22592024-02-21T00:29:43.908Z Compiling usdt v0.3.5
22602024-02-21T00:29:44.549Z Compiling strum v0.25.0
22612024-02-21T00:29:44.751Z Compiling pkcs1 v0.7.5
22622024-02-21T00:29:45.564Z Compiling tokio-stream v0.1.14
22632024-02-21T00:29:46.644Z Compiling is-terminal v0.4.9
22642024-02-21T00:29:47.367Z Compiling openapiv3 v2.0.0
22652024-02-21T00:29:48.680Z Compiling hex v0.4.3
22662024-02-21T00:29:49.450Z Compiling signature v2.1.0
22672024-02-21T00:29:52.528Z Compiling lalrpop-util v0.19.12
22682024-02-21T00:29:53.348Z Compiling bitfield v0.14.0
22692024-02-21T00:29:53.434Z Compiling termcolor v1.2.0
22702024-02-21T00:29:56.331Z Compiling hashbrown v0.12.3
22712024-02-21T00:29:59.724Z Compiling env_logger v0.10.0
22722024-02-21T00:30:03.408Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22732024-02-21T00:30:09.097Z Compiling rsa v0.9.2
22742024-02-21T00:30:15.772Z Compiling serde-hex v0.1.0
22752024-02-21T00:30:17.792Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22762024-02-21T00:30:23.990Z Compiling ron v0.8.1
22772024-02-21T00:30:24.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22782024-02-21T00:30:24.873Z Compiling x509-cert v0.2.4
22792024-02-21T00:30:24.941Z Compiling hashbrown v0.13.2
22802024-02-21T00:30:32.378Z Compiling crc-any v2.4.3
22812024-02-21T00:30:48.793Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22822024-02-21T00:31:01.826Z Compiling object v0.30.4
22832024-02-21T00:31:02.386Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22842024-02-21T00:31:10.727Z Compiling path-slash v0.1.5
22852024-02-21T00:31:11.398Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22862024-02-21T00:31:40.903Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22872024-02-21T00:31:41.702Z Finished release [optimized] target(s) in 4m 14s
22882024-02-21T00:31:41.778Z
22892024-02-21T00:31:41.778Zreal 4:14.198927203
22902024-02-21T00:31:41.778Zuser 27:44.376643742
22912024-02-21T00:31:41.778Zsys 3:07.797899001
22922024-02-21T00:31:41.778Ztrap 0.914057394
22932024-02-21T00:31:41.778Ztflt 1.781138627
22942024-02-21T00:31:41.783Zdflt 0.460502333
22952024-02-21T00:31:41.783Zkflt 0.009833351
22962024-02-21T00:31:41.783Zlock 1:03:56.169480019
22972024-02-21T00:31:41.784Zslp 1:22:02.645666293
22982024-02-21T00:31:41.784Zlat 1:31.999419066
22992024-02-21T00:31:41.784Zstop 1:23.182902631
23002024-02-21T00:31:41.784Z+ ptime -m gzip
23012024-02-21T00:31:42.245Z
23022024-02-21T00:31:42.245Zreal 0.462006804
23032024-02-21T00:31:42.245Zuser 0.455865429
23042024-02-21T00:31:42.245Zsys 0.005175270
23052024-02-21T00:31:42.245Ztrap 0.000203490
23062024-02-21T00:31:42.245Ztflt 0.000000000
23072024-02-21T00:31:42.245Zdflt 0.000000000
23082024-02-21T00:31:42.252Zkflt 0.000000000
23092024-02-21T00:31:42.252Zlock 0.000000000
23102024-02-21T00:31:42.252Zslp 0.000000000
23112024-02-21T00:31:42.252Zlat 0.000352925
23122024-02-21T00:31:42.252Zstop 0.000191930
23132024-02-21T00:31:42.252Z+ banner tufaceous
23142024-02-21T00:31:42.252Z
23152024-02-21T00:31:42.252Z ##### # # ###### ## #### ###### #### # # ####
23162024-02-21T00:31:42.252Z # # # # # # # # # # # # # #
23172024-02-21T00:31:42.252Z # # # ##### # # # ##### # # # # ####
23182024-02-21T00:31:42.252Z # # # # ###### # # # # # # #
23192024-02-21T00:31:42.252Z # # # # # # # # # # # # # # #
23202024-02-21T00:31:42.252Z # #### # # # #### ###### #### #### ####
23212024-02-21T00:31:42.252Z
23222024-02-21T00:31:42.252Z+ ptime -m cargo build --locked -p tufaceous --release
23232024-02-21T00:31:42.728Z Downloading crates ...
23242024-02-21T00:31:43.029Z Downloaded doc-comment v0.3.3
23252024-02-21T00:31:43.454Z Downloaded globset v0.4.13
23262024-02-21T00:31:43.454Z Downloaded snafu-derive v0.7.5
23272024-02-21T00:31:43.454Z Downloaded parse-size v1.0.0
23282024-02-21T00:31:43.454Z Downloaded pin-project-internal v1.1.3
23292024-02-21T00:31:43.455Z Downloaded buf-list v1.0.3
23302024-02-21T00:31:43.455Z Downloaded fs-err v2.11.0
23312024-02-21T00:31:43.455Z Downloaded serde_plain v1.0.2
23322024-02-21T00:31:43.455Z Downloaded humantime v2.1.0
23332024-02-21T00:31:43.455Z Downloaded olpc-cjson v0.1.3
23342024-02-21T00:31:43.455Z Downloaded async-recursion v1.0.5
23352024-02-21T00:31:43.463Z Downloaded snafu v0.7.5
23362024-02-21T00:31:43.463Z Downloaded typed-path v0.7.0
23372024-02-21T00:31:43.463Z Downloaded tough v0.16.0
23382024-02-21T00:31:43.463Z Downloaded pin-project v1.1.3
23392024-02-21T00:31:43.463Z Compiling serde_tokenstream v0.2.0
23402024-02-21T00:31:43.463Z Compiling regress v0.8.0
23412024-02-21T00:31:43.463Z Compiling dirs-sys-next v0.1.2
23422024-02-21T00:31:43.463Z Compiling rustls-pki-types v1.3.0
23432024-02-21T00:31:43.463Z Compiling strsim v0.10.0
23442024-02-21T00:31:43.463Z Compiling ident_case v1.0.1
23452024-02-21T00:31:43.463Z Compiling thread_local v1.1.7
23462024-02-21T00:31:43.463Z Compiling dirs-next v2.0.0
23472024-02-21T00:31:43.694Z Compiling darling_core v0.20.3
23482024-02-21T00:31:43.730Z Compiling rustls v0.22.2
23492024-02-21T00:31:43.891Z Compiling heck v0.4.1
23502024-02-21T00:31:44.042Z Compiling camino v1.1.6
23512024-02-21T00:31:44.416Z Compiling slog-async v2.8.0
23522024-02-21T00:31:44.902Z Compiling rustls-webpki v0.102.1
23532024-02-21T00:31:44.903Z Compiling term v0.7.0
23542024-02-21T00:31:44.959Z Compiling crossbeam-channel v0.5.8
23552024-02-21T00:31:45.022Z Compiling getopts v0.2.21
23562024-02-21T00:31:45.934Z Compiling structmeta-derive v0.3.0
23572024-02-21T00:31:46.682Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23582024-02-21T00:31:48.852Z Compiling atty v0.2.14
23592024-02-21T00:31:48.898Z Compiling darling_macro v0.20.3
23602024-02-21T00:31:48.996Z Compiling multer v3.0.0
23612024-02-21T00:31:49.330Z Compiling take_mut v0.2.2
23622024-02-21T00:31:49.409Z Compiling doc-comment v0.3.3
23632024-02-21T00:31:49.459Z Compiling unsafe-libyaml v0.2.10
23642024-02-21T00:31:49.483Z Compiling match_cfg v0.1.0
23652024-02-21T00:31:49.574Z Compiling paste v1.0.14
23662024-02-21T00:31:49.833Z Compiling darling v0.20.3
23672024-02-21T00:31:49.942Z Compiling hostname v0.3.1
23682024-02-21T00:31:50.118Z Compiling slog-term v2.9.0
23692024-02-21T00:31:50.198Z Compiling structmeta v0.3.0
23702024-02-21T00:31:51.069Z Compiling serde_yaml v0.9.25
23712024-02-21T00:31:54.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23722024-02-21T00:31:54.783Z Compiling slog-json v2.6.1
23732024-02-21T00:31:54.896Z Compiling http v1.0.0
23742024-02-21T00:31:55.216Z Compiling async-stream-impl v0.3.5
23752024-02-21T00:31:55.503Z Compiling pin-project-internal v1.1.3
23762024-02-21T00:31:55.681Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23772024-02-21T00:31:55.773Z Compiling atomic-waker v1.1.1
23782024-02-21T00:31:55.957Z Compiling fastrand v2.0.1
23792024-02-21T00:31:56.102Z Compiling waitgroup v0.1.2
23802024-02-21T00:31:56.354Z Compiling tempfile v3.10.0
23812024-02-21T00:31:56.545Z Compiling async-stream v0.3.5
23822024-02-21T00:31:56.648Z Compiling tokio-rustls v0.25.0
23832024-02-21T00:31:57.162Z Compiling slog-bunyan v2.5.0
23842024-02-21T00:31:57.545Z Compiling parse-display-derive v0.9.0
23852024-02-21T00:31:58.453Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23862024-02-21T00:31:58.493Z Compiling pin-project v1.1.3
23872024-02-21T00:31:58.645Z Compiling serde_with_macros v3.6.1
23882024-02-21T00:31:59.703Z Compiling toml v0.8.10
23892024-02-21T00:32:00.296Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23902024-02-21T00:32:00.406Z Compiling rustls-pemfile v2.1.0
23912024-02-21T00:32:01.228Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23922024-02-21T00:32:01.595Z Compiling sha1 v0.10.6
23932024-02-21T00:32:01.784Z Compiling newtype-uuid v1.0.1
23942024-02-21T00:32:02.178Z Compiling strum_macros v0.26.1
23952024-02-21T00:32:02.506Z Compiling snafu-derive v0.7.5
23962024-02-21T00:32:02.573Z Compiling serde_path_to_error v0.1.15
23972024-02-21T00:32:02.806Z Compiling fs-err v2.11.0
23982024-02-21T00:32:03.099Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23992024-02-21T00:32:03.228Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24002024-02-21T00:32:03.597Z Compiling instant v0.1.12
24012024-02-21T00:32:03.768Z Compiling same-file v1.0.6
24022024-02-21T00:32:04.066Z Compiling debug-ignore v1.0.5
24032024-02-21T00:32:04.229Z Compiling buf-list v1.0.3
24042024-02-21T00:32:05.249Z Compiling arc-swap v1.6.0
24052024-02-21T00:32:05.681Z Compiling slog-scope v4.4.0
24062024-02-21T00:32:06.636Z Compiling walkdir v2.4.0
24072024-02-21T00:32:07.157Z Compiling strum v0.26.1
24082024-02-21T00:32:07.365Z Compiling backoff v0.4.0
24092024-02-21T00:32:07.726Z Compiling snafu v0.7.5
24102024-02-21T00:32:07.913Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24112024-02-21T00:32:08.274Z Compiling parse-display v0.9.0
24122024-02-21T00:32:08.511Z Compiling serde_with v3.6.1
24132024-02-21T00:32:09.378Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24142024-02-21T00:32:10.088Z Compiling globset v0.4.13
24152024-02-21T00:32:10.331Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24162024-02-21T00:32:10.466Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24172024-02-21T00:32:10.491Z Compiling olpc-cjson v0.1.3
24182024-02-21T00:32:11.070Z Compiling pem v3.0.2
24192024-02-21T00:32:12.826Z Compiling serde_plain v1.0.2
24202024-02-21T00:32:13.402Z Compiling macaddr v1.0.1
24212024-02-21T00:32:13.543Z Compiling async-recursion v1.0.5
24222024-02-21T00:32:14.128Z Compiling xattr v1.0.1
24232024-02-21T00:32:14.432Z Compiling filetime v0.2.23
24242024-02-21T00:32:14.604Z Compiling typed-path v0.7.0
24252024-02-21T00:32:14.806Z Compiling tar v0.4.40
24262024-02-21T00:32:19.378Z Compiling tough v0.16.0
24272024-02-21T00:32:22.235Z Compiling slog-stdlog v4.1.1
24282024-02-21T00:32:22.936Z Compiling camino-tempfile v1.1.1
24292024-02-21T00:32:23.237Z Compiling itertools v0.12.1
24302024-02-21T00:32:23.764Z Compiling parse-size v1.0.0
24312024-02-21T00:32:24.107Z Compiling slog-envlogger v2.2.0
24322024-02-21T00:32:25.907Z Compiling humantime v2.1.0
24332024-02-21T00:32:27.339Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24342024-02-21T00:32:27.579Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24352024-02-21T00:32:38.860Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24362024-02-21T00:32:41.118Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24372024-02-21T00:33:01.932Z Finished release [optimized] target(s) in 1m 19s
24382024-02-21T00:33:02.012Z
24392024-02-21T00:33:02.019Zreal 1:19.730734689
24402024-02-21T00:33:02.019Zuser 8:46.292696282
24412024-02-21T00:33:02.020Zsys 40.591693769
24422024-02-21T00:33:02.020Ztrap 0.246318073
24432024-02-21T00:33:02.020Ztflt 0.458687643
24442024-02-21T00:33:02.020Zdflt 0.524044349
24452024-02-21T00:33:02.020Zkflt 0.008548881
24462024-02-21T00:33:02.020Zlock 18:15.723636525
24472024-02-21T00:33:02.020Zslp 19:59.696481013
24482024-02-21T00:33:02.020Zlat 16.678505100
24492024-02-21T00:33:02.020Zstop 15.318946874
24502024-02-21T00:33:02.020Z+ ptime -m gzip
24512024-02-21T00:33:03.754Z
24522024-02-21T00:33:03.759Zreal 1.737852403
24532024-02-21T00:33:03.759Zuser 1.717892148
24542024-02-21T00:33:03.759Zsys 0.019279024
24552024-02-21T00:33:03.759Ztrap 0.000171952
24562024-02-21T00:33:03.759Ztflt 0.000000000
24572024-02-21T00:33:03.759Zdflt 0.000000000
24582024-02-21T00:33:03.759Zkflt 0.000000000
24592024-02-21T00:33:03.759Zlock 0.000000000
24602024-02-21T00:33:03.759Zslp 0.000000000
24612024-02-21T00:33:03.759Zlat 0.000104869
24622024-02-21T00:33:03.759Zstop 0.000179372
24632024-02-21T00:33:03.760Zprocess exited: duration 899471 ms, exit code 0
 
24642024-02-21T00:33:03.779Zfound 5 output files
24652024-02-21T00:33:03.779Zuploading: /work/end-to-end-tests/bootstrap-cf824cb4b739d2ec.gz (10681817 bytes)
24662024-02-21T00:33:07.871Zuploaded: /work/end-to-end-tests/bootstrap-cf824cb4b739d2ec.gz
24672024-02-21T00:33:07.871Zuploading: /work/end-to-end-tests/bootstrap.gz (109704253 bytes)
24682024-02-21T00:33:57.609Zuploaded: /work/end-to-end-tests/bootstrap.gz
24692024-02-21T00:33:57.609Zuploading: /work/end-to-end-tests/end_to_end_tests-a83ae36ae0f33128.gz (113146637 bytes)
24702024-02-21T00:35:17.629Zuploaded: /work/end-to-end-tests/end_to_end_tests-a83ae36ae0f33128.gz
24712024-02-21T00:35:17.629Zuploading: /work/caboose-util.gz (4099335 bytes)
24722024-02-21T00:35:20.142Zuploaded: /work/caboose-util.gz
24732024-02-21T00:35:20.142Zuploading: /work/tufaceous.gz (15876638 bytes)
24742024-02-21T00:35:26.394Zuploaded: /work/tufaceous.gz