01HPTQCE3E1NDH9K4W08K0RQQ6: 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: 01HPTQCVX7M4MW6VQVWSR0H87B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-17T05:08:47.701Zjob assigned to worker 01HPTQDMKTJY9SS2SFVNCFJ0Q4 (queued for 1 m 13 s)
 
22024-02-17T05:08:48.590Zstarting task 0: "setup"
32024-02-17T05:08:49.078Z++ uname -s
42024-02-17T05:08:49.103Z+ kern=SunOS
52024-02-17T05:08:49.103Z+ case "$kern" in
62024-02-17T05:08:49.103Z+ groupadd -g 12345 build
72024-02-17T05:08:49.103Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-17T05:08:50.682Z+ zfs create -o mountpoint=/work rpool/work
92024-02-17T05:08:50.755Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-17T05:08:50.759Z+ home_fs=zfs
112024-02-17T05:08:50.759Z+ [[ zfs == autofs ]]
122024-02-17T05:08:50.759Z+ mkdir -p /home/build
132024-02-17T05:08:50.759Z+ chown build:build /home/build /work
142024-02-17T05:08:53.168Z+ chmod 0700 /home/build /work
152024-02-17T05:08:53.175Zprocess exited: duration 4172 ms, exit code 0
 
162024-02-17T05:08:53.186Zstarting task 1: "rust-toolchain"
172024-02-17T05:08:53.193Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-17T05:08:53.198Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-17T05:08:53.297Zinfo: downloading installer
202024-02-17T05:08:54.678Zwarning: it looks like you have an existing installation of Rust at:
212024-02-17T05:08:54.678Zwarning: /opt/ooce/bin
222024-02-17T05:08:54.678Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-17T05:08:54.678Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-17T05:08:54.678Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-17T05:08:54.678Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-17T05:08:54.678Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-17T05:08:54.678Zerror: cannot install while Rust is installed
282024-02-17T05:08:54.678Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-17T05:08:54.804Zinfo: profile set to 'default'
302024-02-17T05:08:54.805Zinfo: default host triple is x86_64-unknown-illumos
312024-02-17T05:08:54.819Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-17T05:08:54.932Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-17T05:08:54.932Zinfo: downloading component 'cargo'
342024-02-17T05:08:55.585Zinfo: downloading component 'clippy'
352024-02-17T05:08:55.812Zinfo: downloading component 'rust-docs'
362024-02-17T05:08:56.642Zinfo: downloading component 'rust-std'
372024-02-17T05:08:58.084Zinfo: downloading component 'rustc'
382024-02-17T05:09:01.580Zinfo: downloading component 'rustfmt'
392024-02-17T05:09:01.829Zinfo: installing component 'cargo'
402024-02-17T05:09:02.777Zinfo: installing component 'clippy'
412024-02-17T05:09:03.194Zinfo: installing component 'rust-docs'
422024-02-17T05:09:04.670Zinfo: installing component 'rust-std'
432024-02-17T05:09:06.651Zinfo: installing component 'rustc'
442024-02-17T05:09:10.939Zinfo: installing component 'rustfmt'
452024-02-17T05:09:11.256Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-17T05:09:11.257Z
472024-02-17T05:09:11.542Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-17T05:09:11.542Z
492024-02-17T05:09:11.548Z
502024-02-17T05:09:11.548ZRust is installed now. Great!
512024-02-17T05:09:11.548Z
522024-02-17T05:09:11.548ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-17T05:09:11.548Zenvironment variable. This has not been done automatically.
542024-02-17T05:09:11.548Z
552024-02-17T05:09:11.548ZTo configure your current shell, run:
562024-02-17T05:09:11.548Zsource "$HOME/.cargo/env"
572024-02-17T05:09:11.600Z+ rustc --version
582024-02-17T05:09:11.663Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-17T05:09:11.667Zprocess exited: duration 18478 ms, exit code 0
 
602024-02-17T05:09:11.673Zstarting task 2: "authentication"
612024-02-17T05:09:11.695Zprocess exited: duration 21 ms, exit code 0
 
622024-02-17T05:09:11.701Zstarting task 3: "clone repository"
632024-02-17T05:09:11.708Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-17T05:09:11.714Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-17T05:09:11.968ZCloning into '/work/oxidecomputer/omicron'...
662024-02-17T05:09:18.579Z+ cd /work/oxidecomputer/omicron
672024-02-17T05:09:18.603Z+ git fetch origin cdead011fce4080dd7cee0b2267a4430c33ee246
682024-02-17T05:09:18.896ZFrom https://github.com/oxidecomputer/omicron
692024-02-17T05:09:18.896Z * branch cdead011fce4080dd7cee0b2267a4430c33ee246 -> FETCH_HEAD
702024-02-17T05:09:18.904Z+ [[ -n '' ]]
712024-02-17T05:09:18.905Z+ git reset --hard cdead011fce4080dd7cee0b2267a4430c33ee246
722024-02-17T05:09:19.024ZHEAD is now at cdead011f chore(deps): update rust crate rustls-pemfile to 2.1.0
732024-02-17T05:09:19.039Zprocess exited: duration 7317 ms, exit code 0
 
742024-02-17T05:09:19.062Zstarting task 4: "build"
752024-02-17T05:09:19.073Z+ cargo --version
762024-02-17T05:09:19.085Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-17T05:09:19.248Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-17T05:09:19.249Zinfo: downloading component 'cargo'
792024-02-17T05:09:20.206Zinfo: downloading component 'clippy'
802024-02-17T05:09:20.620Zinfo: downloading component 'rust-docs'
812024-02-17T05:09:21.703Zinfo: downloading component 'rust-std'
822024-02-17T05:09:23.462Zinfo: downloading component 'rustc'
832024-02-17T05:09:28.559Zinfo: downloading component 'rustfmt'
842024-02-17T05:09:28.855Zinfo: installing component 'cargo'
852024-02-17T05:09:29.719Zinfo: installing component 'clippy'
862024-02-17T05:09:30.066Zinfo: installing component 'rust-docs'
872024-02-17T05:09:31.628Zinfo: installing component 'rust-std'
882024-02-17T05:09:33.340Zinfo: installing component 'rustc'
892024-02-17T05:09:37.422Zinfo: installing component 'rustfmt'
902024-02-17T05:09:37.802Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-17T05:09:37.813Z+ rustc --version
922024-02-17T05:09:37.873Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-17T05:09:38.359Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-02-17T05:09:50.018Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-02-17T05:09:51.378Z Startup: Caching catalogs ... Done
962024-02-17T05:09:52.739ZPlanning: Solver setup ... Done (0.987s)
972024-02-17T05:09:52.766ZPlanning: Running solver ... Done (0.027s)
982024-02-17T05:09:53.110ZPlanning: Finding local manifests ... Done (0.323s)
992024-02-17T05:09:53.127ZPlanning: Fetching manifests: 0/4 0% complete
1002024-02-17T05:09:53.406ZPlanning: Fetching manifests: 4/4 100% complete
1012024-02-17T05:09:53.447ZPlanning: Package planning ... Done (0.049s)
1022024-02-17T05:09:53.501ZPlanning: Merging actions ... Done (0.052s)
1032024-02-17T05:09:55.010ZPlanning: Checking for conflicting actions ... Done (1.515s)
1042024-02-17T05:09:55.022ZPlanning: Consolidating action changes ... Done (0.011s)
1052024-02-17T05:09:59.395ZPlanning: Evaluating mediators ... Done (4.367s)
1062024-02-17T05:09:59.400ZPlanning: Planning completed in 7.98 seconds
1072024-02-17T05:09:59.414Z Packages to install: 4
1082024-02-17T05:09:59.414Z Mediators to change: 2
1092024-02-17T05:09:59.418Z Services to change: 1
1102024-02-17T05:09:59.418Z Estimated space available: 148.87 GB
1112024-02-17T05:09:59.418ZEstimated space to be consumed: 1.41 GB
1122024-02-17T05:09:59.418Z Create boot environment: No
1132024-02-17T05:09:59.418ZCreate backup boot environment: No
1142024-02-17T05:09:59.418Z Rebuild boot archive: No
1152024-02-17T05:09:59.418Z
1162024-02-17T05:09:59.418ZChanged mediators:
1172024-02-17T05:09:59.418Z mediator clang:
1182024-02-17T05:09:59.418Z version: None -> 15 (system default)
1192024-02-17T05:09:59.418Z
1202024-02-17T05:09:59.418Z mediator llvm:
1212024-02-17T05:09:59.419Z version: 14 (system default) -> 15 (system default)
1222024-02-17T05:09:59.419Z
1232024-02-17T05:09:59.419ZChanged packages:
1242024-02-17T05:09:59.419Zhelios-dev
1252024-02-17T05:09:59.419Z developer/build-essential
1262024-02-17T05:09:59.419Z None -> 11-2.0
1272024-02-17T05:09:59.419Z library/libxmlsec1
1282024-02-17T05:09:59.419Z None -> 1.2.35-2.0
1292024-02-17T05:09:59.419Z ooce/developer/clang-15
1302024-02-17T05:09:59.419Z None -> 15.0.7-2.0
1312024-02-17T05:09:59.419Z ooce/developer/llvm-15
1322024-02-17T05:09:59.419Z None -> 15.0.7-2.0
1332024-02-17T05:09:59.419Z
1342024-02-17T05:09:59.420ZServices:
1352024-02-17T05:09:59.420Z restart_fmri:
1362024-02-17T05:09:59.420Z svc:/system/update-man-index:default
1372024-02-17T05:09:59.754Z
1382024-02-17T05:09:59.754ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-02-17T05:10:04.839ZDownload: 216/3290 items 1.3/212.6MB 0% complete (294k/s)
1402024-02-17T05:10:09.825ZDownload: 907/3290 items 4.9/212.6MB 2% complete (500k/s)
1412024-02-17T05:10:16.860ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (9.9M/s)
1422024-02-17T05:10:29.660ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1432024-02-17T05:10:34.680ZDownload: 1740/3290 items 117.3/212.6MB 55% complete (7.1M/s)
1442024-02-17T05:10:39.716ZDownload: 2216/3290 items 119.2/212.6MB 56% complete (3.6M/s)
1452024-02-17T05:10:44.725ZDownload: 2933/3290 items 121.2/212.6MB 57% complete (400k/s)
1462024-02-17T05:10:57.783ZDownload: 3245/3290 items 203.0/212.6MB 95% complete (8.4M/s)
1472024-02-17T05:10:57.967ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.2M/s)
1482024-02-17T05:10:58.470ZDownload: Completed 212.60 MB in 58.70 seconds (3.6M/s)
1492024-02-17T05:10:58.652Z Actions: 1/3689 actions (Installing new actions)
1502024-02-17T05:11:03.736Z Actions: 3583/3689 actions (Installing new actions)
1512024-02-17T05:11:04.061Z Actions: Completed 3689 actions in 5.39 seconds.
1522024-02-17T05:11:04.225Z Done (0.169s)
1532024-02-17T05:11:04.226Z Done (0.000s)
1542024-02-17T05:11:04.436Z Done (0.220s)
1552024-02-17T05:11:10.083Z Done (5.521s)
1562024-02-17T05:11:10.315Z Done (0.145s)
1572024-02-17T05:11:10.335Z Done (0.000s)
1582024-02-17T05:11:10.455Z Done (0.000s)
1592024-02-17T05:11:10.953ZPlanning: Evaluating mediator changes ... Done
1602024-02-17T05:11:11.118ZPlanning: Checking for conflicting actions ... Done
1612024-02-17T05:11:11.128ZPlanning: Consolidating action changes ... Done
1622024-02-17T05:11:11.385ZPlanning: Evaluating mediators ... Done
1632024-02-17T05:11:11.388ZPlanning: Planning completed in 0.43 seconds
1642024-02-17T05:11:11.418Z Mediators to change: 2
1652024-02-17T05:11:11.419Z Create boot environment: No
1662024-02-17T05:11:11.421ZCreate backup boot environment: No
1672024-02-17T05:11:11.486Z Done
1682024-02-17T05:11:11.486Z Done
1692024-02-17T05:11:11.614Z Done
1702024-02-17T05:11:15.302Z Done
1712024-02-17T05:11:15.393Z Done
1722024-02-17T05:11:15.398Z Done
1732024-02-17T05:11:15.491Z Done
1742024-02-17T05:11:16.135ZPlanning: Evaluating mediator changes ... Done
1752024-02-17T05:11:16.605ZPlanning: Merging actions ... Done
1762024-02-17T05:11:16.605ZPlanning: Checking for conflicting actions ... Done
1772024-02-17T05:11:16.605ZPlanning: Consolidating action changes ... Done
1782024-02-17T05:11:16.605ZPlanning: Evaluating mediators ... Done
1792024-02-17T05:11:16.644ZPlanning: Planning completed in 0.79 seconds
1802024-02-17T05:11:16.678Z Packages to change: 1
1812024-02-17T05:11:16.678Z Mediators to change: 1
1822024-02-17T05:11:16.682Z Services to change: 1
1832024-02-17T05:11:16.682Z Create boot environment: No
1842024-02-17T05:11:16.682ZCreate backup boot environment: Yes
1852024-02-17T05:11:18.414Z Actions: 1/6 actions (Updating modified actions)
1862024-02-17T05:11:18.439Z Actions: Completed 6 actions in 0.04 seconds.
1872024-02-17T05:11:18.443Z Done
1882024-02-17T05:11:18.443Z Done
1892024-02-17T05:11:18.488Z Done
1902024-02-17T05:11:22.231Z Done
1912024-02-17T05:11:22.325Z Done
1922024-02-17T05:11:22.330Z Done
1932024-02-17T05:11:22.412Z Done
1942024-02-17T05:11:22.849ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-02-17T05:11:22.849Zclang system 15 system
1962024-02-17T05:11:22.850Zcsh system system illumos
1972024-02-17T05:11:22.850Zctags system system illumos
1982024-02-17T05:11:22.850Zgcc vendor 12 vendor
1992024-02-17T05:11:22.850Zgcc system 10 system
2002024-02-17T05:11:22.850Zgcc system 7 system
2012024-02-17T05:11:22.850Zgo system 1.20 system
2022024-02-17T05:11:22.851Zgo system 1.19 system
2032024-02-17T05:11:22.851Zllvm system 15 system
2042024-02-17T05:11:22.851Zllvm system 14 system
2052024-02-17T05:11:22.851Zmariadb system 10.6 system
2062024-02-17T05:11:22.851Zmta vendor vendor dma
2072024-02-17T05:11:22.851Zopenjdk system 17 system
2082024-02-17T05:11:22.852Zopenjdk system 11 system
2092024-02-17T05:11:22.852Zopenjdk system 1.8 system
2102024-02-17T05:11:22.852Zopenssl vendor 3 vendor
2112024-02-17T05:11:22.852Zperl system 5.36 system
2122024-02-17T05:11:22.852Zpostgresql system 15 system
2132024-02-17T05:11:22.852Zpostgresql system 13 system
2142024-02-17T05:11:22.853Zpython vendor 3 vendor
2152024-02-17T05:11:22.853Zpython system 2 system
2162024-02-17T05:11:22.853Zpython3 system 3.11 system
2172024-02-17T05:11:22.853Zruby system 3.0 system
2182024-02-17T05:11:22.853Zwords vendor vendor american-english
2192024-02-17T05:11:22.854Zwords system system australian-english
2202024-02-17T05:11:22.854Zwords system system british-english
2212024-02-17T05:11:22.854Zwords system system canadian-english
2222024-02-17T05:11:22.854Zwords system system french
2232024-02-17T05:11:22.854Zwords system system italian
2242024-02-17T05:11:22.854Zwords system system ngerman
2252024-02-17T05:11:22.854Zwords system system ogerman
2262024-02-17T05:11:22.855Zwords system system spanish
2272024-02-17T05:11:23.175ZFMRI IFO
2282024-02-17T05:11:23.175Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-02-17T05:11:23.175Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-02-17T05:11:23.175Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-02-17T05:11:23.175Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-02-17T05:11:23.175Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-02-17T05:11:23.176Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2342024-02-17T05:11:23.176Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-02-17T05:11:23.176Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2362024-02-17T05:11:23.225Z+ set -o errexit
2372024-02-17T05:11:23.230Z+++ dirname ./tools/ci_download_cockroachdb
2382024-02-17T05:11:23.230Z++ cd ./tools
2392024-02-17T05:11:23.230Z++ pwd
2402024-02-17T05:11:23.230Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-02-17T05:11:23.235Z++ basename ./tools/ci_download_cockroachdb
2422024-02-17T05:11:23.235Z+ ARG0=ci_download_cockroachdb
2432024-02-17T05:11:23.235Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-02-17T05:11:23.235Z+ CIDL_VERSION=v22.1.9
2452024-02-17T05:11:23.235Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-02-17T05:11:23.235Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2472024-02-17T05:11:23.235Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2482024-02-17T05:11:23.236Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2492024-02-17T05:11:23.236Z+ TARGET_DIR=out
2502024-02-17T05:11:23.236Z+ DOWNLOAD_DIR=out/downloads
2512024-02-17T05:11:23.236Z+ DEST_DIR=./out/cockroachdb
2522024-02-17T05:11:23.236Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-02-17T05:11:23.236Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-02-17T05:11:23.236Z+ main
2552024-02-17T05:11:23.236Z+ [[ 0 != 0 ]]
2562024-02-17T05:11:23.236Z+ CIDL_OS=solaris2.11
2572024-02-17T05:11:23.236Z+ [[ 0 != 0 ]]
2582024-02-17T05:11:23.236Z+ configure_os solaris2.11
2592024-02-17T05:11:23.236Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-02-17T05:11:23.236Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-02-17T05:11:23.236Zcurrent directory: /work/oxidecomputer/omicron
2622024-02-17T05:11:23.236Zconfiguring based on OS: "solaris2.11"
2632024-02-17T05:11:23.236Z+ case "$1" in
2642024-02-17T05:11:23.236Z+ CIDL_BUILD=illumos
2652024-02-17T05:11:23.236Z+ CIDL_SUFFIX=tar.gz
2662024-02-17T05:11:23.236Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-02-17T05:11:23.237Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-02-17T05:11:23.237Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-02-17T05:11:23.237Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-02-17T05:11:23.237Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-02-17T05:11:23.237Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-02-17T05:11:23.237Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-02-17T05:11:23.237Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-17T05:11:23.237Z+ CIDL_SHA256FUNC=do_sha256sum
2752024-02-17T05:11:23.237Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-02-17T05:11:23.237ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-17T05:11:23.237Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-02-17T05:11:23.237Z+ mkdir -p out/downloads
2792024-02-17T05:11:23.237ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-02-17T05:11:23.241Z+ mkdir -p ./out/cockroachdb
2812024-02-17T05:11:23.241Z+ local DO_DOWNLOAD=true
2822024-02-17T05:11:23.242Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-02-17T05:11:23.242Z+ '[' true == true ']'
2842024-02-17T05:11:23.242Z+ echo Downloading...
2852024-02-17T05:11:23.242ZDownloading...
2862024-02-17T05:11:23.242Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-02-17T05:11:23.242Z+ 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
2882024-02-17T05:11:25.992Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-02-17T05:11:26.006Z++ sha256sum
2902024-02-17T05:11:26.006Z++ awk '{print $1}'
2912024-02-17T05:11:26.130Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-02-17T05:11:26.131Z+ [[ 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 ]]
2932024-02-17T05:11:26.143Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-02-17T05:11:26.144Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-02-17T05:11:28.318Z+ do_assemble_illumos
2962024-02-17T05:11:28.318Z+ rm -r ./out/cockroachdb
2972024-02-17T05:11:28.332Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-02-17T05:11:28.798Z+ ./out/cockroachdb/bin/cockroach version
2992024-02-17T05:11:28.860ZBuild Tag: v22.1.9-dirty
3002024-02-17T05:11:28.860ZBuild Time: 2022/10/26 21:17:46
3012024-02-17T05:11:28.860ZDistribution: OSS
3022024-02-17T05:11:28.861ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-02-17T05:11:28.861ZGo Version: go1.17.13
3042024-02-17T05:11:28.861ZC Compiler: gcc 10.3.0
3052024-02-17T05:11:28.861ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-02-17T05:11:28.861ZBuild Type: release
3072024-02-17T05:11:28.880Z+ set -o errexit
3082024-02-17T05:11:28.886Z+++ dirname ./tools/ci_download_clickhouse
3092024-02-17T05:11:28.886Z++ cd ./tools
3102024-02-17T05:11:28.886Z++ pwd
3112024-02-17T05:11:28.886Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-02-17T05:11:28.886Z++ basename ./tools/ci_download_clickhouse
3132024-02-17T05:11:28.887Z+ ARG0=ci_download_clickhouse
3142024-02-17T05:11:28.887Z+ TARGET_DIR=out
3152024-02-17T05:11:28.887Z+ DOWNLOAD_DIR=out/downloads
3162024-02-17T05:11:28.887Z+ DEST_DIR=./out/clickhouse
3172024-02-17T05:11:28.887Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3182024-02-17T05:11:28.892Z+ CIDL_VERSION=v22.8.9.24
3192024-02-17T05:11:28.892Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202024-02-17T05:11:28.892Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3212024-02-17T05:11:28.892Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3222024-02-17T05:11:28.892Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3232024-02-17T05:11:28.892Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242024-02-17T05:11:28.893Z+ main
3252024-02-17T05:11:28.893Z+ [[ 0 != 0 ]]
3262024-02-17T05:11:28.893Z+ CIDL_OS=solaris2.11
3272024-02-17T05:11:28.893Z+ [[ 0 != 0 ]]
3282024-02-17T05:11:28.893Z+ configure_os solaris2.11
3292024-02-17T05:11:28.893Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302024-02-17T05:11:28.893Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-02-17T05:11:28.893Zcurrent directory: /work/oxidecomputer/omicron
3322024-02-17T05:11:28.893Zconfiguring based on OS: "solaris2.11"
3332024-02-17T05:11:28.894Z+ CIDL_DASHREV=
3342024-02-17T05:11:28.894Z+ case "$1" in
3352024-02-17T05:11:28.894Z+ CIDL_PLATFORM=illumos
3362024-02-17T05:11:28.894Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3372024-02-17T05:11:28.894Z+ CIDL_MD5FUNC=do_md5sum
3382024-02-17T05:11:28.894Z+ CIDL_DASHREV=-1
3392024-02-17T05:11:28.894Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3402024-02-17T05:11:28.894Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-17T05:11:28.894Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-17T05:11:28.894Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-17T05:11:28.894Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-02-17T05:11:28.894ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-17T05:11:28.894Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3462024-02-17T05:11:28.895Z+ mkdir -p out/downloads
3472024-02-17T05:11:28.895ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-17T05:11:28.895Z+ mkdir -p ./out/clickhouse
3492024-02-17T05:11:28.895Z+ local DO_DOWNLOAD=true
3502024-02-17T05:11:28.895Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3512024-02-17T05:11:28.895Z+ '[' true == true ']'
3522024-02-17T05:11:28.895Z+ echo Downloading...
3532024-02-17T05:11:28.895ZDownloading...
3542024-02-17T05:11:28.895Z+ 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
3552024-02-17T05:11:28.895Z+ 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
3562024-02-17T05:11:30.205Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572024-02-17T05:11:30.214Z++ md5sum
3582024-02-17T05:11:30.215Z++ awk '{print $1}'
3592024-02-17T05:11:30.386Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3602024-02-17T05:11:30.409Z+ [[ 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 ]]
3612024-02-17T05:11:30.409Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3622024-02-17T05:11:30.409Z+ mkdir -p ./out/clickhouse
3632024-02-17T05:11:30.409Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3642024-02-17T05:11:33.554Z+ ./out/clickhouse/clickhouse server --version
3652024-02-17T05:11:33.996ZClickHouse server version 22.8.9.1.
3662024-02-17T05:11:34.019Z+ set -o errexit
3672024-02-17T05:11:34.019Z+++ dirname ./tools/ci_download_console
3682024-02-17T05:11:34.019Z++ cd ./tools
3692024-02-17T05:11:34.019Z++ pwd
3702024-02-17T05:11:34.019Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712024-02-17T05:11:34.019Z++ basename ./tools/ci_download_console
3722024-02-17T05:11:34.019Z+ ARG0=ci_download_console
3732024-02-17T05:11:34.019Z+ TARGET_DIR=out
3742024-02-17T05:11:34.020Z+ DOWNLOAD_DIR=out/downloads
3752024-02-17T05:11:34.020Z+ DEST_DIR=./out/console-assets
3762024-02-17T05:11:34.020Z+ source /work/oxidecomputer/omicron/tools/console_version
3772024-02-17T05:11:34.020Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3782024-02-17T05:11:34.020Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3792024-02-17T05:11:34.020Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3802024-02-17T05:11:34.020Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812024-02-17T05:11:34.020Z+ main
3822024-02-17T05:11:34.020Z+ [[ 0 != 0 ]]
3832024-02-17T05:11:34.020Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3842024-02-17T05:11:34.020ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3852024-02-17T05:11:34.021Z+ echo 'Local file: out/downloads/console.tar.gz'
3862024-02-17T05:11:34.021ZLocal file: out/downloads/console.tar.gz
3872024-02-17T05:11:34.021Z+ local DO_DOWNLOAD=true
3882024-02-17T05:11:34.021Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-02-17T05:11:34.021Z+ mkdir -p out/downloads
3902024-02-17T05:11:34.021Z+ '[' true == true ']'
3912024-02-17T05:11:34.022Z+ echo Downloading...
3922024-02-17T05:11:34.022ZDownloading...
3932024-02-17T05:11:34.022Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3942024-02-17T05:11:34.022Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3952024-02-17T05:11:34.286Z++ do_sha256sum out/downloads/console.tar.gz
3962024-02-17T05:11:34.312Z++ case "$OSTYPE" in
3972024-02-17T05:11:34.313Z++ SHA=sha256sum
3982024-02-17T05:11:34.314Z++ sha256sum
3992024-02-17T05:11:34.314Z++ awk '{print $1}'
4002024-02-17T05:11:34.314Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4012024-02-17T05:11:34.314Z+ [[ 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 ]]
4022024-02-17T05:11:34.314Z+ rm -rf ./out/console-assets
4032024-02-17T05:11:34.314Z+ mkdir -p ./out/console-assets
4042024-02-17T05:11:34.315Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052024-02-17T05:11:34.315Z+ mkdir -p ./out/console-assets
4062024-02-17T05:11:34.315Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072024-02-17T05:11:34.376Z+ set -o errexit
4082024-02-17T05:11:34.383Z+++ dirname ./tools/ci_download_maghemite_openapi
4092024-02-17T05:11:34.383Z++ cd ./tools
4102024-02-17T05:11:34.383Z++ pwd
4112024-02-17T05:11:34.383Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-02-17T05:11:34.383Z++ basename ./tools/ci_download_maghemite_openapi
4132024-02-17T05:11:34.383Z+ ARG0=ci_download_maghemite_openapi
4142024-02-17T05:11:34.383Z+ TARGET_DIR=out
4152024-02-17T05:11:34.384Z+ DOWNLOAD_DIR=out/downloads
4162024-02-17T05:11:34.384Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4172024-02-17T05:11:34.384Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4182024-02-17T05:11:34.384Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4192024-02-17T05:11:34.391Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4202024-02-17T05:11:34.391Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4212024-02-17T05:11:34.391Z+ main
4222024-02-17T05:11:34.391Z+ [[ 0 != 0 ]]
4232024-02-17T05:11:34.391Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4242024-02-17T05:11:34.391Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4252024-02-17T05:11:34.391ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4262024-02-17T05:11:34.391ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4272024-02-17T05:11:34.392Z+ local DO_DOWNLOAD=true
4282024-02-17T05:11:34.392Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4292024-02-17T05:11:34.392Z+ mkdir -p out/downloads
4302024-02-17T05:11:34.392Z+ '[' true == true ']'
4312024-02-17T05:11:34.392Z+ echo Downloading...
4322024-02-17T05:11:34.392ZDownloading...
4332024-02-17T05:11:34.392Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4342024-02-17T05:11:34.392Z+ 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
4352024-02-17T05:11:34.548Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4362024-02-17T05:11:34.549Z++ case "$OSTYPE" in
4372024-02-17T05:11:34.558Z++ SHA=sha256sum
4382024-02-17T05:11:34.558Z++ sha256sum
4392024-02-17T05:11:34.558Z++ awk '{print $1}'
4402024-02-17T05:11:34.558Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4412024-02-17T05:11:34.558Z+ [[ 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 ]]
4422024-02-17T05:11:34.559Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4432024-02-17T05:11:34.559Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4442024-02-17T05:11:34.559Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4452024-02-17T05:11:34.559Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4462024-02-17T05:11:34.559Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4472024-02-17T05:11:34.559Z+ main
4482024-02-17T05:11:34.560Z+ [[ 0 != 0 ]]
4492024-02-17T05:11:34.560Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4502024-02-17T05:11:34.560ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4512024-02-17T05:11:34.560Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4522024-02-17T05:11:34.560ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4532024-02-17T05:11:34.561Z+ local DO_DOWNLOAD=true
4542024-02-17T05:11:34.561Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4552024-02-17T05:11:34.561Z+ mkdir -p out/downloads
4562024-02-17T05:11:34.561Z+ '[' true == true ']'
4572024-02-17T05:11:34.561Z+ echo Downloading...
4582024-02-17T05:11:34.561ZDownloading...
4592024-02-17T05:11:34.562Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4602024-02-17T05:11:34.562Z+ 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
4612024-02-17T05:11:35.162Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4622024-02-17T05:11:35.166Z++ case "$OSTYPE" in
4632024-02-17T05:11:35.166Z++ SHA=sha256sum
4642024-02-17T05:11:35.166Z++ sha256sum
4652024-02-17T05:11:35.166Z++ awk '{print $1}'
4662024-02-17T05:11:35.174Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4672024-02-17T05:11:35.174Z+ [[ 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 ]]
4682024-02-17T05:11:35.178Z+ set -o errexit
4692024-02-17T05:11:35.178Z+++ dirname ./tools/ci_download_dendrite_openapi
4702024-02-17T05:11:35.179Z++ cd ./tools
4712024-02-17T05:11:35.179Z++ pwd
4722024-02-17T05:11:35.183Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4732024-02-17T05:11:35.183Z++ basename ./tools/ci_download_dendrite_openapi
4742024-02-17T05:11:35.184Z+ ARG0=ci_download_dendrite_openapi
4752024-02-17T05:11:35.184Z+ TARGET_DIR=out
4762024-02-17T05:11:35.184Z+ DOWNLOAD_DIR=out/downloads
4772024-02-17T05:11:35.184Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782024-02-17T05:11:35.184Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4792024-02-17T05:11:35.184Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4802024-02-17T05:11:35.184Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4812024-02-17T05:11:35.184Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4822024-02-17T05:11:35.185Z+ main
4832024-02-17T05:11:35.185Z+ [[ 0 != 0 ]]
4842024-02-17T05:11:35.185Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4852024-02-17T05:11:35.185ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4862024-02-17T05:11:35.185Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4872024-02-17T05:11:35.185ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4882024-02-17T05:11:35.185Z+ local DO_DOWNLOAD=true
4892024-02-17T05:11:35.185Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4902024-02-17T05:11:35.186Z+ mkdir -p out/downloads
4912024-02-17T05:11:35.186Z+ '[' true == true ']'
4922024-02-17T05:11:35.186Z+ echo Downloading...
4932024-02-17T05:11:35.186ZDownloading...
4942024-02-17T05:11:35.186Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4952024-02-17T05:11:35.191Z+ 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
4962024-02-17T05:11:35.312Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4972024-02-17T05:11:35.316Z++ case "$OSTYPE" in
4982024-02-17T05:11:35.316Z++ SHA=sha256sum
4992024-02-17T05:11:35.316Z++ sha256sum
5002024-02-17T05:11:35.317Z++ awk '{print $1}'
5012024-02-17T05:11:35.317Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5022024-02-17T05:11:35.317Z+ [[ 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 ]]
5032024-02-17T05:11:35.324Z+ set -o errexit
5042024-02-17T05:11:35.327Z+++ dirname ./tools/ci_download_dendrite_stub
5052024-02-17T05:11:35.327Z++ cd ./tools
5062024-02-17T05:11:35.327Z++ pwd
5072024-02-17T05:11:35.327Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082024-02-17T05:11:35.331Z++ basename ./tools/ci_download_dendrite_stub
5092024-02-17T05:11:35.331Z+ ARG0=ci_download_dendrite_stub
5102024-02-17T05:11:35.331Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5112024-02-17T05:11:35.331Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5122024-02-17T05:11:35.331Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5132024-02-17T05:11:35.331Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5142024-02-17T05:11:35.331Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152024-02-17T05:11:35.331Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5162024-02-17T05:11:35.331Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5172024-02-17T05:11:35.331Z+ TARGET_DIR=out
5182024-02-17T05:11:35.331Z+ DOWNLOAD_DIR=out/downloads
5192024-02-17T05:11:35.331Z+ DEST_DIR=./out/dendrite-stub
5202024-02-17T05:11:35.331Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5212024-02-17T05:11:35.331Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222024-02-17T05:11:35.331Z+ REPO=oxidecomputer/dendrite
5232024-02-17T05:11:35.331Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5242024-02-17T05:11:35.331Z+ main
5252024-02-17T05:11:35.331Z+ [[ 0 != 0 ]]
5262024-02-17T05:11:35.331Z+ CIDL_OS=solaris2.11
5272024-02-17T05:11:35.332Z+ [[ 0 != 0 ]]
5282024-02-17T05:11:35.332Z+ configure_os solaris2.11
5292024-02-17T05:11:35.332Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302024-02-17T05:11:35.332Z+ echo 'configuring based on OS: "solaris2.11"'
5312024-02-17T05:11:35.332Zcurrent directory: /work/oxidecomputer/omicron
5322024-02-17T05:11:35.332Zconfiguring based on OS: "solaris2.11"
5332024-02-17T05:11:35.332Z+ case "$1" in
5342024-02-17T05:11:35.332Z+ SET_BINARIES=
5352024-02-17T05:11:35.332Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5362024-02-17T05:11:35.332Z+ CIDL_SHA256FUNC=do_sha256sum
5372024-02-17T05:11:35.332Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5382024-02-17T05:11:35.332Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5392024-02-17T05:11:35.332Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5402024-02-17T05:11:35.332Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5412024-02-17T05:11:35.332ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5422024-02-17T05:11:35.332Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5432024-02-17T05:11:35.332Z+ mkdir -p out/downloads
5442024-02-17T05:11:35.332ZLocal file: out/downloads/dendrite-stub.tar.gz
5452024-02-17T05:11:35.336Z+ mkdir -p ./out/dendrite-stub
5462024-02-17T05:11:35.336Z+ fetch_and_verify
5472024-02-17T05:11:35.336Z+ local DO_DOWNLOAD=true
5482024-02-17T05:11:35.336Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5492024-02-17T05:11:35.336Z+ '[' true == true ']'
5502024-02-17T05:11:35.336Z+ echo Downloading...
5512024-02-17T05:11:35.336ZDownloading...
5522024-02-17T05:11:35.336Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5532024-02-17T05:11:35.336Z+ 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
5542024-02-17T05:11:44.028Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5552024-02-17T05:11:44.042Z++ sha256sum
5562024-02-17T05:11:44.042Z++ awk '{print $1}'
5572024-02-17T05:11:44.043Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5582024-02-17T05:11:44.043Z+ [[ 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 ]]
5592024-02-17T05:11:44.043Z+ do_untar out/downloads/dendrite-stub.tar.gz
5602024-02-17T05:11:44.043Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5612024-02-17T05:11:44.329Z+ do_assemble
5622024-02-17T05:11:44.329Z+ rm -r ./out/dendrite-stub
5632024-02-17T05:11:44.334Z+ mkdir ./out/dendrite-stub
5642024-02-17T05:11:44.334Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5652024-02-17T05:11:44.425Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5662024-02-17T05:11:44.431Z+ set -o errexit
5672024-02-17T05:11:44.434Z+++ dirname ./tools/ci_download_maghemite_mgd
5682024-02-17T05:11:44.439Z++ cd ./tools
5692024-02-17T05:11:44.439Z++ pwd
5702024-02-17T05:11:44.439Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712024-02-17T05:11:44.439Z++ basename ./tools/ci_download_maghemite_mgd
5722024-02-17T05:11:44.440Z+ ARG0=ci_download_maghemite_mgd
5732024-02-17T05:11:44.440Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5742024-02-17T05:11:44.440Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5752024-02-17T05:11:44.440Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5762024-02-17T05:11:44.440Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5772024-02-17T05:11:44.440Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5782024-02-17T05:11:44.440Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5792024-02-17T05:11:44.440Z+ TARGET_DIR=out
5802024-02-17T05:11:44.440Z+ DOWNLOAD_DIR=out/downloads
5812024-02-17T05:11:44.440Z+ DEST_DIR=./out/mgd
5822024-02-17T05:11:44.440Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5832024-02-17T05:11:44.440Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5842024-02-17T05:11:44.440Z+ REPO=oxidecomputer/maghemite
5852024-02-17T05:11:44.440Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5862024-02-17T05:11:44.440Z+ main
5872024-02-17T05:11:44.440Z+ [[ 0 != 0 ]]
5882024-02-17T05:11:44.440Z+ CIDL_OS=solaris2.11
5892024-02-17T05:11:44.440Z+ [[ 0 != 0 ]]
5902024-02-17T05:11:44.440Z+ configure_os solaris2.11
5912024-02-17T05:11:44.440Z+ echo 'current directory: /work/oxidecomputer/omicron'
5922024-02-17T05:11:44.440Zcurrent directory: /work/oxidecomputer/omicron
5932024-02-17T05:11:44.440Z+ echo 'configuring based on OS: "solaris2.11"'
5942024-02-17T05:11:44.440Z+ case "$1" in
5952024-02-17T05:11:44.440Z+ SET_BINARIES=
5962024-02-17T05:11:44.441Zconfiguring based on OS: "solaris2.11"
5972024-02-17T05:11:44.441Z+ CIDL_SHA256FUNC=do_sha256sum
5982024-02-17T05:11:44.441Z+ TARBALL_FILENAME=mgd.tar.gz
5992024-02-17T05:11:44.441Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6002024-02-17T05:11:44.441Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6012024-02-17T05:11:44.441Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6022024-02-17T05:11:44.441ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6032024-02-17T05:11:44.441ZLocal file: out/downloads/mgd.tar.gz
6042024-02-17T05:11:44.441Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6052024-02-17T05:11:44.441Z+ mkdir -p out/downloads
6062024-02-17T05:11:44.446Z+ mkdir -p ./out/mgd
6072024-02-17T05:11:44.446Z+ fetch_and_verify
6082024-02-17T05:11:44.449Z+ local DO_DOWNLOAD=true
6092024-02-17T05:11:44.449Z+ [[ -f out/downloads/mgd.tar.gz ]]
6102024-02-17T05:11:44.449Z+ '[' true == true ']'
6112024-02-17T05:11:44.449Z+ echo Downloading...
6122024-02-17T05:11:44.449ZDownloading...
6132024-02-17T05:11:44.450Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6142024-02-17T05:11:44.450Z+ 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
6152024-02-17T05:11:51.985Z++ do_sha256sum out/downloads/mgd.tar.gz
6162024-02-17T05:11:52.007Z++ sha256sum
6172024-02-17T05:11:52.007Z++ awk '{print $1}'
6182024-02-17T05:11:52.007Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6192024-02-17T05:11:52.008Z+ [[ 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 ]]
6202024-02-17T05:11:52.008Z+ do_untar out/downloads/mgd.tar.gz
6212024-02-17T05:11:52.008Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6222024-02-17T05:11:52.833Z+ do_assemble
6232024-02-17T05:11:52.833Z+ rm -r ./out/mgd
6242024-02-17T05:11:52.866Z+ mkdir ./out/mgd
6252024-02-17T05:11:52.866Z+ cp -r out/downloads/root ./out/mgd/root
6262024-02-17T05:11:52.866Z+ set -o errexit
6272024-02-17T05:11:52.866Z+++ dirname ./tools/ci_download_transceiver_control
6282024-02-17T05:11:52.866Z++ cd ./tools
6292024-02-17T05:11:52.866Z++ pwd
6302024-02-17T05:11:52.866Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312024-02-17T05:11:52.867Z++ basename ./tools/ci_download_transceiver_control
6322024-02-17T05:11:52.867Z+ ARG0=ci_download_transceiver_control
6332024-02-17T05:11:52.867Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6342024-02-17T05:11:52.867Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6352024-02-17T05:11:52.867Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362024-02-17T05:11:52.867Z+ TARGET_DIR=out
6372024-02-17T05:11:52.867Z+ DOWNLOAD_DIR=out/downloads
6382024-02-17T05:11:52.867Z+ DEST_DIR=./out/transceiver-control
6392024-02-17T05:11:52.867Z+ BIN_DIR=/opt/oxide/bin
6402024-02-17T05:11:52.867Z+ BINARY=xcvradm
6412024-02-17T05:11:52.867Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422024-02-17T05:11:52.867Z+ REPO=oxidecomputer/transceiver-control
6432024-02-17T05:11:52.868Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6442024-02-17T05:11:52.868Z+ main
6452024-02-17T05:11:52.868Z+ [[ 0 != 0 ]]
6462024-02-17T05:11:52.868Z+ CIDL_OS=solaris2.11
6472024-02-17T05:11:52.868Z+ [[ 0 != 0 ]]
6482024-02-17T05:11:52.868Z+ configure_os solaris2.11
6492024-02-17T05:11:52.868Z+ echo 'current directory: /work/oxidecomputer/omicron'
6502024-02-17T05:11:52.868Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-02-17T05:11:52.868Zcurrent directory: /work/oxidecomputer/omicron
6522024-02-17T05:11:52.868Zconfiguring based on OS: "solaris2.11"
6532024-02-17T05:11:52.868Z+ case "$1" in
6542024-02-17T05:11:52.868Z+ SET_BINARIES=
6552024-02-17T05:11:52.868Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562024-02-17T05:11:52.868Z+ CIDL_SHA256FUNC=do_sha256sum
6572024-02-17T05:11:52.868Z+ ARCHIVE_FILENAME=xcvradm.gz
6582024-02-17T05:11:52.868Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592024-02-17T05:11:52.868Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6602024-02-17T05:11:52.868Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6612024-02-17T05:11:52.868ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622024-02-17T05:11:52.869ZLocal file: out/downloads/xcvradm.gz
6632024-02-17T05:11:52.869Z+ echo 'Local file: out/downloads/xcvradm.gz'
6642024-02-17T05:11:52.869Z+ mkdir -p out/downloads
6652024-02-17T05:11:52.869Z+ mkdir -p ./out/transceiver-control
6662024-02-17T05:11:52.869Z+ fetch_and_verify
6672024-02-17T05:11:52.869Z+ local DO_DOWNLOAD=true
6682024-02-17T05:11:52.869Z+ [[ -f out/downloads/xcvradm.gz ]]
6692024-02-17T05:11:52.869Z+ '[' true == true ']'
6702024-02-17T05:11:52.869Z+ echo Downloading...
6712024-02-17T05:11:52.870ZDownloading...
6722024-02-17T05:11:52.870Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6732024-02-17T05:11:52.870Z+ 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
6742024-02-17T05:11:54.998Z++ do_sha256sum out/downloads/xcvradm.gz
6752024-02-17T05:11:55.004Z++ sha256sum
6762024-02-17T05:11:55.004Z++ awk '{print $1}'
6772024-02-17T05:11:55.004Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782024-02-17T05:11:55.004Z+ [[ 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 ]]
6792024-02-17T05:11:55.004Z+ do_unpack out/downloads/xcvradm.gz
6802024-02-17T05:11:55.004Z+ mkdir -p out/downloads/root//opt/oxide/bin
6812024-02-17T05:11:55.004Z+ gzip -dc out/downloads/xcvradm.gz
6822024-02-17T05:11:55.141Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6832024-02-17T05:11:55.166Z+ do_assemble
6842024-02-17T05:11:55.166Z+ rm -r ./out/transceiver-control
6852024-02-17T05:11:55.167Z+ mkdir ./out/transceiver-control
6862024-02-17T05:11:55.167Z+ cp -r out/downloads/root ./out/transceiver-control/root
6872024-02-17T05:11:55.322ZAll prerequisites installed successfully
6882024-02-17T05:11:55.347Z
6892024-02-17T05:11:55.348Zreal 2:17.376403563
6902024-02-17T05:11:55.348Zuser 34.206176014
6912024-02-17T05:11:55.348Zsys 6.559223687
6922024-02-17T05:11:55.348Ztrap 0.009953823
6932024-02-17T05:11:55.348Ztflt 0.303508909
6942024-02-17T05:11:55.348Zdflt 0.714322570
6952024-02-17T05:11:55.348Zkflt 0.323751716
6962024-02-17T05:11:55.348Zlock 1.218608774
6972024-02-17T05:11:55.350Zslp 4:31.218872238
6982024-02-17T05:11:55.350Zlat 1.764732784
6992024-02-17T05:11:55.351Zstop 0.131664657
7002024-02-17T05:11:55.351Z+ banner end-to-end-tests
7012024-02-17T05:11:55.407Z
7022024-02-17T05:11:55.407Z ###### # # ##### ##### #### ###### # # #####
7032024-02-17T05:11:55.409Z # ## # # # # # # # ## # # #
7042024-02-17T05:11:55.409Z ##### # # # # # ##### # # # ##### ##### # # # # #
7052024-02-17T05:11:55.409Z # # # # # # # # # # # # # # #
7062024-02-17T05:11:55.410Z # # ## # # # # # # # ## # #
7072024-02-17T05:11:55.410Z ###### # # ##### # #### ###### # # #####
7082024-02-17T05:11:55.410Z
7092024-02-17T05:11:55.410Z+ export CARGO_PROFILE_DEV_DEBUG=1
7102024-02-17T05:11:55.410Z+ CARGO_PROFILE_DEV_DEBUG=1
7112024-02-17T05:11:55.410Z+ export CARGO_PROFILE_TEST_DEBUG=1
7122024-02-17T05:11:55.410Z+ CARGO_PROFILE_TEST_DEBUG=1
7132024-02-17T05:11:55.410Z+ export CARGO_INCREMENTAL=0
7142024-02-17T05:11:55.410Z+ CARGO_INCREMENTAL=0
7152024-02-17T05:11:55.411Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7162024-02-17T05:11:58.689Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7172024-02-17T05:11:58.689Z Updating git repository `https://github.com/oxidecomputer/samael`
7182024-02-17T05:11:58.689Z Updating crates.io index
7192024-02-17T05:11:58.689Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7202024-02-17T05:11:58.818Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7212024-02-17T05:11:59.756Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7222024-02-17T05:12:00.453Z Updating git repository `http://github.com/oxidecomputer/tofino`
7232024-02-17T05:12:00.744Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7242024-02-17T05:12:01.051Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7252024-02-17T05:12:01.313Z Updating git repository `https://github.com/oxidecomputer/propolis`
7262024-02-17T05:12:02.242Z Updating git repository `https://github.com/oxidecomputer/crucible`
7272024-02-17T05:12:04.369Z Updating git repository `https://github.com/oxidecomputer/opte`
7282024-02-17T05:12:05.228Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7292024-02-17T05:12:05.998Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7302024-02-17T05:12:06.191Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7312024-02-17T05:12:06.486Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7322024-02-17T05:12:06.819Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7332024-02-17T05:12:07.120Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7342024-02-17T05:12:07.520Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7352024-02-17T05:12:07.937Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7362024-02-17T05:12:08.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7372024-02-17T05:12:08.756Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7382024-02-17T05:12:09.121Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7392024-02-17T05:12:09.467Z Updating git repository `https://github.com/jgallagher/nix`
7402024-02-17T05:12:10.614Z Updating git repository `https://github.com/cbiffle/hubpack`
7412024-02-17T05:12:11.443Z Updating git repository `https://github.com/oxidecomputer/typify`
7422024-02-17T05:12:12.196Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7432024-02-17T05:12:12.631Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7442024-02-17T05:12:13.329Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7452024-02-17T05:12:14.144Z Downloading crates ...
7462024-02-17T05:12:14.380Z Downloaded newtype_derive v0.1.6
7472024-02-17T05:12:14.393Z Downloaded ciborium-io v0.2.2
7482024-02-17T05:12:14.393Z Downloaded mime v0.3.17
7492024-02-17T05:12:14.394Z Downloaded cipher v0.4.4
7502024-02-17T05:12:14.394Z Downloaded console v0.15.8
7512024-02-17T05:12:14.408Z Downloaded normalize-line-endings v0.3.0
7522024-02-17T05:12:14.408Z Downloaded crossbeam-deque v0.8.3
7532024-02-17T05:12:14.408Z Downloaded minimal-lexical v0.2.1
7542024-02-17T05:12:14.408Z Downloaded async-trait v0.1.77
7552024-02-17T05:12:14.418Z Downloaded memmap v0.7.0
7562024-02-17T05:12:14.419Z Downloaded clap v4.5.0
7572024-02-17T05:12:14.429Z Downloaded bitflags v2.4.0
7582024-02-17T05:12:14.429Z Downloaded anstyle v1.0.2
7592024-02-17T05:12:14.429Z Downloaded argon2 v0.5.3
7602024-02-17T05:12:14.443Z Downloaded opaque-debug v0.3.0
7612024-02-17T05:12:14.443Z Downloaded cpufeatures v0.2.12
7622024-02-17T05:12:14.443Z Downloaded base16ct v0.2.0
7632024-02-17T05:12:14.443Z Downloaded backoff v0.4.0
7642024-02-17T05:12:14.443Z Downloaded crc32fast v1.3.2
7652024-02-17T05:12:14.454Z Downloaded darling_macro v0.20.3
7662024-02-17T05:12:14.454Z Downloaded crossbeam-epoch v0.9.15
7672024-02-17T05:12:14.454Z Downloaded openssl-probe v0.1.5
7682024-02-17T05:12:14.454Z Downloaded num-iter v0.1.43
7692024-02-17T05:12:14.454Z Downloaded autocfg v1.1.0
7702024-02-17T05:12:14.466Z Downloaded openssl-macros v0.1.1
7712024-02-17T05:12:14.466Z Downloaded bitflags v1.3.2
7722024-02-17T05:12:14.466Z Downloaded bcrypt-pbkdf v0.10.0
7732024-02-17T05:12:14.477Z Downloaded option-ext v0.2.0
7742024-02-17T05:12:14.478Z Downloaded libsw v3.3.1
7752024-02-17T05:12:14.478Z Downloaded num_threads v0.1.6
7762024-02-17T05:12:14.478Z Downloaded num-derive v0.4.0
7772024-02-17T05:12:14.911Z Downloaded num v0.4.1
7782024-02-17T05:12:14.912Z Downloaded paste v1.0.14
7792024-02-17T05:12:14.912Z Downloaded linked-hash-map v0.5.6
7802024-02-17T05:12:14.912Z Downloaded linear-map v1.2.0
7812024-02-17T05:12:14.912Z Downloaded arrayvec v0.7.4
7822024-02-17T05:12:14.912Z Downloaded cfg-if v1.0.0
7832024-02-17T05:12:14.913Z Downloaded atomicwrites v0.4.3
7842024-02-17T05:12:14.914Z Downloaded curve25519-dalek-derive v0.1.0
7852024-02-17T05:12:14.923Z Downloaded cbc v0.1.2
7862024-02-17T05:12:14.923Z Downloaded newtype-uuid v1.0.1
7872024-02-17T05:12:14.923Z Downloaded deranged v0.3.8
7882024-02-17T05:12:14.923Z Downloaded pretty-hex v0.4.1
7892024-02-17T05:12:14.923Z Downloaded chacha20 v0.9.1
7902024-02-17T05:12:14.923Z Downloaded pretty-hex v0.2.1
7912024-02-17T05:12:14.924Z Downloaded waitgroup v0.1.2
7922024-02-17T05:12:14.924Z Downloaded base64ct v1.6.0
7932024-02-17T05:12:14.924Z Downloaded owo-colors v4.0.0
7942024-02-17T05:12:14.924Z Downloaded num_enum v0.5.11
7952024-02-17T05:12:14.924Z Downloaded password-hash v0.4.2
7962024-02-17T05:12:14.925Z Downloaded once_cell v1.19.0
7972024-02-17T05:12:14.925Z Downloaded bit-set v0.5.3
7982024-02-17T05:12:14.925Z Downloaded pbkdf2 v0.12.2
7992024-02-17T05:12:14.925Z Downloaded parse-display-derive v0.9.0
8002024-02-17T05:12:14.925Z Downloaded hubpack_derive v0.1.1
8012024-02-17T05:12:14.925Z Downloaded cobs v0.2.3
8022024-02-17T05:12:14.926Z Downloaded percent-encoding v2.3.1
8032024-02-17T05:12:14.926Z Downloaded predicates-core v1.0.6
8042024-02-17T05:12:14.926Z Downloaded foreign-types v0.5.0
8052024-02-17T05:12:14.926Z Downloaded pbkdf2 v0.11.0
8062024-02-17T05:12:14.926Z Downloaded defmt-parser v0.3.3
8072024-02-17T05:12:14.926Z Downloaded defmt-macros v0.3.6
8082024-02-17T05:12:14.926Z Downloaded parking_lot_core v0.8.6
8092024-02-17T05:12:14.926Z Downloaded num-rational v0.4.1
8102024-02-17T05:12:14.927Z Downloaded native-tls v0.2.11
8112024-02-17T05:12:14.927Z Downloaded pin-project-lite v0.2.13
8122024-02-17T05:12:14.927Z Downloaded time-core v0.1.1
8132024-02-17T05:12:14.927Z Downloaded plain v0.2.3
8142024-02-17T05:12:14.927Z Downloaded camino v1.1.6
8152024-02-17T05:12:14.927Z Downloaded fnv v1.0.7
8162024-02-17T05:12:14.927Z Downloaded predicates v3.1.0
8172024-02-17T05:12:14.928Z Downloaded ciborium v0.2.2
8182024-02-17T05:12:14.928Z Downloaded usdt-impl v0.5.0
8192024-02-17T05:12:14.928Z Downloaded strsim v0.11.0
8202024-02-17T05:12:14.928Z Downloaded pkcs8 v0.10.2
8212024-02-17T05:12:14.928Z Downloaded signature v2.1.0
8222024-02-17T05:12:14.928Z Downloaded p256 v0.13.2
8232024-02-17T05:12:14.928Z Downloaded home v0.5.5
8242024-02-17T05:12:14.928Z Downloaded pest_generator v2.7.6
8252024-02-17T05:12:14.928Z Downloaded password-hash v0.5.0
8262024-02-17T05:12:14.928Z Downloaded libefi-sys v0.1.0
8272024-02-17T05:12:14.929Z Downloaded postgres-protocol v0.6.6
8282024-02-17T05:12:14.929Z Downloaded pest_derive v2.7.6
8292024-02-17T05:12:14.929Z Downloaded dtrace-parser v0.2.0
8302024-02-17T05:12:14.929Z Downloaded arc-swap v1.6.0
8312024-02-17T05:12:14.929Z Downloaded defmt v0.3.5
8322024-02-17T05:12:14.929Z Downloaded scroll v0.12.0
8332024-02-17T05:12:14.929Z Downloaded r2d2 v0.8.10
8342024-02-17T05:12:14.929Z Downloaded thread_local v1.1.7
8352024-02-17T05:12:14.929Z Downloaded unicase v2.7.0
8362024-02-17T05:12:14.929Z Downloaded proc-macro-crate v1.3.1
8372024-02-17T05:12:14.929Z Downloaded toml_datetime v0.6.5
8382024-02-17T05:12:14.929Z Downloaded blake2 v0.10.6
8392024-02-17T05:12:14.929Z Downloaded backtrace v0.3.69
8402024-02-17T05:12:14.929Z Downloaded gethostname v0.4.3
8412024-02-17T05:12:14.929Z Downloaded whoami v1.4.1
8422024-02-17T05:12:14.929Z Downloaded usdt-impl v0.3.5
8432024-02-17T05:12:14.930Z Downloaded usdt v0.5.0
8442024-02-17T05:12:14.930Z Downloaded universal-hash v0.5.1
8452024-02-17T05:12:14.930Z Downloaded futures-executor v0.3.30
8462024-02-17T05:12:14.930Z Downloaded embedded-io v0.4.0
8472024-02-17T05:12:14.930Z Downloaded thread-id v4.2.0
8482024-02-17T05:12:14.930Z Downloaded scopeguard v1.2.0
8492024-02-17T05:12:14.930Z Downloaded filetime v0.2.23
8502024-02-17T05:12:14.930Z Downloaded bzip2 v0.4.4
8512024-02-17T05:12:14.930Z Downloaded const-oid v0.9.5
8522024-02-17T05:12:14.930Z Downloaded parking_lot v0.12.1
8532024-02-17T05:12:14.931Z Downloaded terminal_size v0.3.0
8542024-02-17T05:12:14.931Z Downloaded chacha20poly1305 v0.10.1
8552024-02-17T05:12:14.931Z Downloaded derive-where v1.2.7
8562024-02-17T05:12:14.931Z Downloaded hyper-rustls v0.24.2
8572024-02-17T05:12:14.931Z Downloaded slog-dtrace v0.3.0
8582024-02-17T05:12:14.931Z Downloaded proc-macro-error-attr v1.0.4
8592024-02-17T05:12:14.931Z Downloaded untrusted v0.9.0
8602024-02-17T05:12:14.931Z Downloaded schemars_derive v0.8.16
8612024-02-17T05:12:14.931Z Downloaded foreign-types-shared v0.1.1
8622024-02-17T05:12:14.931Z Downloaded tower-service v0.3.2
8632024-02-17T05:12:14.931Z Downloaded fxhash v0.2.1
8642024-02-17T05:12:14.931Z Downloaded stable_deref_trait v1.2.0
8652024-02-17T05:12:14.931Z Downloaded same-file v1.0.6
8662024-02-17T05:12:14.931Z Downloaded num-complex v0.4.4
8672024-02-17T05:12:14.931Z Downloaded rustls-pemfile v1.0.3
8682024-02-17T05:12:14.931Z Downloaded zone v0.3.0
8692024-02-17T05:12:14.931Z Downloaded tokio-macros v2.2.0
8702024-02-17T05:12:14.931Z Downloaded secrecy v0.8.0
8712024-02-17T05:12:14.932Z Downloaded difflib v0.4.0
8722024-02-17T05:12:14.932Z Downloaded tokio-tungstenite v0.20.1
8732024-02-17T05:12:14.932Z Downloaded proc-macro-error v1.0.4
8742024-02-17T05:12:14.932Z Downloaded tokio-rustls v0.24.1
8752024-02-17T05:12:14.932Z Downloaded take_mut v0.2.2
8762024-02-17T05:12:14.932Z Downloaded usdt-macro v0.5.0
8772024-02-17T05:12:14.932Z Downloaded dtrace-parser v0.1.14
8782024-02-17T05:12:14.932Z Downloaded russh-keys v0.40.1
8792024-02-17T05:12:14.932Z Downloaded crossbeam-channel v0.5.8
8802024-02-17T05:12:14.932Z Downloaded tinyvec_macros v0.1.1
8812024-02-17T05:12:14.932Z Downloaded dirs-next v2.0.0
8822024-02-17T05:12:14.932Z Downloaded thiserror v1.0.57
8832024-02-17T05:12:14.932Z Downloaded thiserror-no-std v2.0.2
8842024-02-17T05:12:14.932Z Downloaded ucd-trie v0.1.6
8852024-02-17T05:12:15.385Z Downloaded hex-literal v0.4.1
8862024-02-17T05:12:15.385Z Downloaded futures-task v0.3.30
8872024-02-17T05:12:15.385Z Downloaded serde_spanned v0.6.5
8882024-02-17T05:12:15.385Z Downloaded zeroize v1.7.0
8892024-02-17T05:12:15.386Z Downloaded ident_case v1.0.1
8902024-02-17T05:12:15.386Z Downloaded itoa v1.0.9
8912024-02-17T05:12:15.386Z Downloaded sha2 v0.10.8
8922024-02-17T05:12:15.386Z Downloaded allocator-api2 v0.2.16
8932024-02-17T05:12:15.386Z Downloaded signal-hook v0.3.17
8942024-02-17T05:12:15.386Z Downloaded is-terminal v0.4.9
8952024-02-17T05:12:15.387Z Downloaded static_assertions v1.1.0
8962024-02-17T05:12:15.387Z Downloaded rustversion v1.0.14
8972024-02-17T05:12:15.387Z Downloaded untrusted v0.7.1
8982024-02-17T05:12:15.387Z Downloaded serde_urlencoded v0.7.1
8992024-02-17T05:12:15.387Z Downloaded openssl-sys v0.9.96
9002024-02-17T05:12:15.388Z Downloaded dirs-sys-next v0.1.2
9012024-02-17T05:12:15.388Z Downloaded futures-core v0.3.30
9022024-02-17T05:12:15.388Z Downloaded memchr v2.6.3
9032024-02-17T05:12:15.388Z Downloaded hex v0.4.3
9042024-02-17T05:12:15.388Z Downloaded strum_macros v0.25.2
9052024-02-17T05:12:15.388Z Downloaded unicode-bidi v0.3.13
9062024-02-17T05:12:15.389Z Downloaded toolchain_find v0.2.0
9072024-02-17T05:12:15.389Z Downloaded slog-bunyan v2.5.0
9082024-02-17T05:12:15.389Z Downloaded proc-macro2 v1.0.78
9092024-02-17T05:12:15.389Z Downloaded heck v0.4.1
9102024-02-17T05:12:15.389Z Downloaded http-range v0.1.5
9112024-02-17T05:12:15.389Z Downloaded futures-sink v0.3.30
9122024-02-17T05:12:15.389Z Downloaded equivalent v1.0.1
9132024-02-17T05:12:15.390Z Downloaded serde_repr v0.1.16
9142024-02-17T05:12:15.390Z Downloaded resolv-conf v0.7.0
9152024-02-17T05:12:15.390Z Downloaded socket2 v0.5.5
9162024-02-17T05:12:15.390Z Downloaded hmac v0.12.1
9172024-02-17T05:12:15.390Z Downloaded generic-array v0.14.7
9182024-02-17T05:12:15.390Z Downloaded synstructure v0.12.6
9192024-02-17T05:12:15.390Z Downloaded headers-core v0.2.0
9202024-02-17T05:12:15.390Z Downloaded serde_tokenstream v0.1.7
9212024-02-17T05:12:15.391Z Downloaded foreign-types-shared v0.3.1
9222024-02-17T05:12:15.391Z Downloaded dirs-sys v0.4.1
9232024-02-17T05:12:15.391Z Downloaded semver-parser v0.10.2
9242024-02-17T05:12:15.391Z Downloaded unicode-xid v0.2.4
9252024-02-17T05:12:15.391Z Downloaded instant v0.1.12
9262024-02-17T05:12:15.391Z Downloaded form_urlencoded v1.2.1
9272024-02-17T05:12:15.392Z Downloaded structmeta v0.3.0
9282024-02-17T05:12:15.392Z Downloaded subtle v2.5.0
9292024-02-17T05:12:15.392Z Downloaded sha1 v0.10.6
9302024-02-17T05:12:15.392Z Downloaded serde_path_to_error v0.1.15
9312024-02-17T05:12:15.392Z Downloaded stringprep v0.1.3
9322024-02-17T05:12:15.392Z Downloaded rayon-core v1.12.0
9332024-02-17T05:12:15.392Z Downloaded futures-io v0.3.30
9342024-02-17T05:12:15.392Z Downloaded heck v0.3.3
9352024-02-17T05:12:15.392Z Downloaded crossterm v0.27.0
9362024-02-17T05:12:15.392Z Downloaded slog-async v2.8.0
9372024-02-17T05:12:15.392Z Downloaded semver v0.1.20
9382024-02-17T05:12:15.393Z Downloaded keccak v0.1.4
9392024-02-17T05:12:15.393Z Downloaded unicode-ident v1.0.12
9402024-02-17T05:12:15.393Z Downloaded httpdate v1.0.3
9412024-02-17T05:12:15.393Z Downloaded cc v1.0.83
9422024-02-17T05:12:15.393Z Downloaded base64 v0.21.7
9432024-02-17T05:12:15.393Z Downloaded libm v0.2.7
9442024-02-17T05:12:15.393Z Downloaded string_cache v0.8.7
9452024-02-17T05:12:15.393Z Downloaded semver v0.11.0
9462024-02-17T05:12:15.393Z Downloaded getopts v0.2.21
9472024-02-17T05:12:15.393Z Downloaded structmeta-derive v0.3.0
9482024-02-17T05:12:15.393Z Downloaded digest v0.10.7
9492024-02-17T05:12:15.394Z Downloaded spin v0.5.2
9502024-02-17T05:12:15.394Z Downloaded serde_yaml v0.9.25
9512024-02-17T05:12:15.394Z Downloaded try-lock v0.2.4
9522024-02-17T05:12:15.394Z Downloaded tokio-rustls v0.25.0
9532024-02-17T05:12:15.394Z Downloaded zerocopy v0.6.4
9542024-02-17T05:12:15.394Z Downloaded aes-gcm v0.10.3
9552024-02-17T05:12:15.395Z Downloaded rand_core v0.5.1
9562024-02-17T05:12:15.395Z Downloaded getrandom v0.1.16
9572024-02-17T05:12:15.395Z Downloaded rand v0.8.5
9582024-02-17T05:12:15.395Z Downloaded textwrap v0.11.0
9592024-02-17T05:12:15.395Z Downloaded foreign-types v0.3.2
9602024-02-17T05:12:15.395Z Downloaded slog v2.7.0
9612024-02-17T05:12:15.395Z Downloaded slog-envlogger v2.2.0
9622024-02-17T05:12:15.395Z Downloaded ed25519 v2.2.2
9632024-02-17T05:12:15.395Z Downloaded getrandom v0.2.10
9642024-02-17T05:12:15.395Z Downloaded usdt-attr-macro v0.5.0
9652024-02-17T05:12:15.395Z Downloaded strum v0.26.1
9662024-02-17T05:12:15.396Z Downloaded slog-term v2.9.0
9672024-02-17T05:12:15.396Z Downloaded hostname v0.3.1
9682024-02-17T05:12:15.396Z Downloaded rfc6979 v0.4.0
9692024-02-17T05:12:15.396Z Downloaded ed25519-dalek v2.0.0
9702024-02-17T05:12:15.396Z Downloaded display-error-chain v0.2.0
9712024-02-17T05:12:15.396Z Downloaded signal-hook-registry v1.4.1
9722024-02-17T05:12:15.396Z Downloaded url v2.5.0
9732024-02-17T05:12:15.396Z Downloaded enum-as-inner v0.5.1
9742024-02-17T05:12:15.397Z Downloaded serde_derive v1.0.196
9752024-02-17T05:12:15.397Z Downloaded uuid v1.7.0
9762024-02-17T05:12:15.397Z Downloaded rustc_version v0.1.7
9772024-02-17T05:12:15.397Z Downloaded usdt v0.3.5
9782024-02-17T05:12:15.397Z Downloaded semver v1.0.21
9792024-02-17T05:12:15.397Z Downloaded tar v0.4.40
9802024-02-17T05:12:15.397Z Downloaded flate2 v1.0.28
9812024-02-17T05:12:15.397Z Downloaded foreign-types-macros v0.2.3
9822024-02-17T05:12:15.397Z Downloaded rand_chacha v0.2.2
9832024-02-17T05:12:15.397Z Downloaded russh-cryptovec v0.7.0
9842024-02-17T05:12:15.397Z Downloaded flagset v0.4.3
9852024-02-17T05:12:15.415Z Downloaded dof v0.3.0
9862024-02-17T05:12:15.415Z Downloaded slog-json v2.6.1
9872024-02-17T05:12:15.416Z Downloaded nom v7.1.3
9882024-02-17T05:12:15.416Z Downloaded inout v0.1.3
9892024-02-17T05:12:15.416Z Downloaded rand_core v0.6.4
9902024-02-17T05:12:15.416Z Downloaded rustc-demangle v0.1.23
9912024-02-17T05:12:15.416Z Downloaded siphasher v0.3.11
9922024-02-17T05:12:15.416Z Downloaded hubpack v0.1.2
9932024-02-17T05:12:15.416Z Downloaded subprocess v0.2.9
9942024-02-17T05:12:15.416Z Downloaded float-cmp v0.9.0
9952024-02-17T05:12:15.416Z Downloaded scheduled-thread-pool v0.2.7
9962024-02-17T05:12:15.417Z Downloaded rcgen v0.12.1
9972024-02-17T05:12:15.417Z Downloaded smallvec v1.13.1
9982024-02-17T05:12:15.417Z Downloaded yasna v0.5.2
9992024-02-17T05:12:15.417Z Downloaded toml_edit v0.22.6
10002024-02-17T05:12:15.417Z Downloaded tokio-stream v0.1.14
10012024-02-17T05:12:15.417Z Downloaded iana-time-zone v0.1.57
10022024-02-17T05:12:15.418Z Downloaded slog-scope v4.4.0
10032024-02-17T05:12:15.418Z Downloaded tokio-native-tls v0.3.1
10042024-02-17T05:12:15.418Z Downloaded rustls-pemfile v2.1.0
10052024-02-17T05:12:15.418Z Downloaded fastrand v2.0.1
10062024-02-17T05:12:15.418Z Downloaded slog-stdlog v4.1.1
10072024-02-17T05:12:15.418Z Downloaded ipnetwork v0.20.0
10082024-02-17T05:12:15.418Z Downloaded quote v1.0.35
10092024-02-17T05:12:15.418Z Downloaded zerocopy-derive v0.7.32
10102024-02-17T05:12:15.418Z Downloaded regex-automata v0.1.10
10112024-02-17T05:12:15.418Z Downloaded thiserror-impl v1.0.57
10122024-02-17T05:12:15.418Z Downloaded ipnet v2.9.0
10132024-02-17T05:12:15.418Z Downloaded unicode-width v0.1.11
10142024-02-17T05:12:15.418Z Downloaded toml v0.7.8
10152024-02-17T05:12:15.419Z Downloaded ryu v1.0.15
10162024-02-17T05:12:15.419Z Downloaded indexmap v2.2.3
10172024-02-17T05:12:15.419Z Downloaded clap_builder v4.5.0
10182024-02-17T05:12:15.419Z Downloaded headers v0.3.9
10192024-02-17T05:12:15.419Z Downloaded toml v0.8.10
10202024-02-17T05:12:15.420Z Downloaded mio v0.8.9
10212024-02-17T05:12:15.420Z Downloaded serde_with v3.6.1
10222024-02-17T05:12:15.420Z Downloaded http v0.2.11
10232024-02-17T05:12:15.420Z Downloaded pest v2.7.6
10242024-02-17T05:12:15.420Z Downloaded unicode-segmentation v1.10.1
10252024-02-17T05:12:15.420Z Downloaded aho-corasick v1.0.4
10262024-02-17T05:12:15.420Z Downloaded trust-dns-resolver v0.22.0
10272024-02-17T05:12:15.420Z Downloaded tracing v0.1.37
10282024-02-17T05:12:15.421Z Downloaded hashbrown v0.14.3
10292024-02-17T05:12:15.421Z Downloaded http v1.0.0
10302024-02-17T05:12:15.421Z Downloaded socket2 v0.4.9
10312024-02-17T05:12:15.421Z Downloaded unicode-normalization v0.1.22
10322024-02-17T05:12:15.421Z Downloaded hashbrown v0.12.3
10332024-02-17T05:12:15.421Z Downloaded tokio-util v0.7.10
10342024-02-17T05:12:15.422Z Downloaded chrono v0.4.31
10352024-02-17T05:12:15.422Z Downloaded rand v0.7.3
10362024-02-17T05:12:15.422Z Downloaded rayon v1.8.0
10372024-02-17T05:12:15.422Z Downloaded time v0.3.27
10382024-02-17T05:12:15.422Z Downloaded serde_json v1.0.113
10392024-02-17T05:12:15.422Z Downloaded vcpkg v0.2.15
10402024-02-17T05:12:15.422Z Downloaded futures-util v0.3.30
10412024-02-17T05:12:15.422Z Downloaded winnow v0.6.1
10422024-02-17T05:12:15.422Z Downloaded hkdf v0.12.4
10432024-02-17T05:12:15.422Z Downloaded reqwest v0.11.22
10442024-02-17T05:12:15.422Z Downloaded heapless v0.8.0
10452024-02-17T05:12:15.423Z Downloaded itertools v0.10.5
10462024-02-17T05:12:15.423Z Downloaded itertools v0.12.1
10472024-02-17T05:12:15.423Z Downloaded gimli v0.28.0
10482024-02-17T05:12:15.423Z Downloaded radix_trie v0.2.1
10492024-02-17T05:12:15.423Z Downloaded diesel v2.1.4
10502024-02-17T05:12:15.424Z Downloaded syn v2.0.48
10512024-02-17T05:12:15.424Z Downloaded smoltcp v0.9.1
10522024-02-17T05:12:15.424Z Downloaded openssl v0.10.60
10532024-02-17T05:12:15.424Z Downloaded goblin v0.8.0
10542024-02-17T05:12:15.424Z Downloaded regex-syntax v0.8.2
10552024-02-17T05:12:15.424Z Downloaded rustix v0.38.31
10562024-02-17T05:12:15.424Z Downloaded regex v1.10.3
10572024-02-17T05:12:15.424Z Downloaded object v0.32.1
10582024-02-17T05:12:15.425Z Downloaded hyper v0.14.27
10592024-02-17T05:12:15.425Z Downloaded sled v0.34.7
10602024-02-17T05:12:15.425Z Downloaded zerocopy-derive v0.6.4
10612024-02-17T05:12:15.425Z Downloaded idna v0.2.3
10622024-02-17T05:12:15.425Z Downloaded bzip2-sys v0.1.11+1.0.8
10632024-02-17T05:12:15.425Z Downloaded libc v0.2.153
10642024-02-17T05:12:15.439Z Downloaded tokio v1.36.0
10652024-02-17T05:12:15.472Z Downloaded smoltcp v0.11.0
10662024-02-17T05:12:15.483Z Downloaded rustls v0.22.2
10672024-02-17T05:12:15.499Z Downloaded openapiv3 v2.0.0
10682024-02-17T05:12:15.510Z Downloaded trust-dns-proto v0.22.0
10692024-02-17T05:12:15.522Z Downloaded idna v0.5.0
10702024-02-17T05:12:15.529Z Downloaded webpki-roots v0.25.2
10712024-02-17T05:12:15.533Z Downloaded bstr v1.6.0
10722024-02-17T05:12:15.544Z Downloaded rustls-webpki v0.102.1
10732024-02-17T05:12:15.563Z Downloaded rustls v0.21.9
10742024-02-17T05:12:15.573Z Downloaded zerocopy-derive v0.2.0
10752024-02-17T05:12:15.583Z Downloaded bstr v0.2.17
10762024-02-17T05:12:15.591Z Downloaded regex-automata v0.4.4
10772024-02-17T05:12:15.622Z Downloaded regex-automata v0.3.8
10782024-02-17T05:12:15.656Z Downloaded zerocopy v0.7.32
10792024-02-17T05:12:15.665Z Downloaded petgraph v0.6.4
10802024-02-17T05:12:15.665Z Downloaded sha3 v0.10.8
10812024-02-17T05:12:15.678Z Downloaded curve25519-dalek v4.1.1
10822024-02-17T05:12:15.687Z Downloaded regress v0.8.0
10832024-02-17T05:12:15.687Z Downloaded winnow v0.5.15
10842024-02-17T05:12:15.700Z Downloaded rustls-webpki v0.101.7
10852024-02-17T05:12:15.714Z Downloaded h2 v0.3.24
10862024-02-17T05:12:15.739Z Downloaded syn v1.0.109
10872024-02-17T05:12:15.744Z Downloaded indexmap v1.9.3
10882024-02-17T05:12:15.744Z Downloaded fixedbitset v0.4.2
10892024-02-17T05:12:15.744Z Downloaded toml_edit v0.19.15
10902024-02-17T05:12:15.744Z Downloaded ring v0.16.20
10912024-02-17T05:12:15.830Z Downloaded winapi v0.3.9
10922024-02-17T05:12:15.871Z Downloaded tracing-core v0.1.31
10932024-02-17T05:12:15.882Z Downloaded strsim v0.8.0
10942024-02-17T05:12:15.882Z Downloaded ghash v0.5.0
10952024-02-17T05:12:15.882Z Downloaded dof v0.1.5
10962024-02-17T05:12:15.882Z Downloaded structopt v0.3.26
10972024-02-17T05:12:15.885Z Downloaded encoding_rs v0.8.33
10982024-02-17T05:12:15.900Z Downloaded futures v0.3.30
10992024-02-17T05:12:15.904Z Downloaded zeroize_derive v1.4.2
11002024-02-17T05:12:15.907Z Downloaded schemars v0.8.16
11012024-02-17T05:12:15.917Z Downloaded trust-dns-server v0.22.1
11022024-02-17T05:12:15.922Z Downloaded hash32 v0.2.1
11032024-02-17T05:12:15.925Z Downloaded futures-macro v0.3.30
11042024-02-17T05:12:15.925Z Downloaded xattr v1.0.1
11052024-02-17T05:12:15.928Z Downloaded hash32 v0.3.1
11062024-02-17T05:12:15.928Z Downloaded signal-hook-mio v0.2.3
11072024-02-17T05:12:15.931Z Downloaded fallible-iterator v0.2.0
11082024-02-17T05:12:15.931Z Downloaded zip v0.6.6
11092024-02-17T05:12:15.934Z Downloaded steno v0.4.0
11102024-02-17T05:12:15.937Z Downloaded tokio-postgres v0.7.10
11112024-02-17T05:12:15.942Z Downloaded zerocopy v0.3.0
11122024-02-17T05:12:15.950Z Downloaded tracing-attributes v0.1.26
11132024-02-17T05:12:15.950Z Downloaded russh v0.40.2
11142024-02-17T05:12:15.956Z Downloaded tungstenite v0.20.1
11152024-02-17T05:12:15.956Z Downloaded vec_map v0.8.2
11162024-02-17T05:12:15.957Z Downloaded futures-channel v0.3.30
11172024-02-17T05:12:15.962Z Downloaded slab v0.4.9
11182024-02-17T05:12:15.962Z Downloaded serde_with_macros v3.6.1
11192024-02-17T05:12:15.962Z Downloaded miniz_oxide v0.7.1
11202024-02-17T05:12:15.963Z Downloaded unsafe-libyaml v0.2.10
11212024-02-17T05:12:15.969Z Downloaded toml v0.5.11
11222024-02-17T05:12:15.969Z Downloaded similar v2.3.0
11232024-02-17T05:12:15.975Z Downloaded ecdsa v0.16.9
11242024-02-17T05:12:15.975Z Downloaded tinyvec v1.6.0
11252024-02-17T05:12:15.975Z Downloaded httparse v1.8.0
11262024-02-17T05:12:15.983Z Downloaded group v0.13.0
11272024-02-17T05:12:15.983Z Downloaded postcard v1.0.8
11282024-02-17T05:12:15.983Z Downloaded serde v1.0.196
11292024-02-17T05:12:15.992Z Downloaded heapless v0.7.16
11302024-02-17T05:12:15.992Z Downloaded elliptic-curve v0.13.8
11312024-02-17T05:12:16.005Z Downloaded num-bigint v0.4.4
11322024-02-17T05:12:16.005Z Downloaded half v2.3.1
11332024-02-17T05:12:16.005Z Downloaded serde_derive_internals v0.26.0
11342024-02-17T05:12:16.005Z Downloaded either v1.10.0
11352024-02-17T05:12:16.005Z Downloaded sec1 v0.7.3
11362024-02-17T05:12:16.005Z Downloaded spin v0.9.8
11372024-02-17T05:12:16.015Z Downloaded sct v0.7.0
11382024-02-17T05:12:16.015Z Downloaded rand_chacha v0.3.1
11392024-02-17T05:12:16.015Z Downloaded smf v0.2.2
11402024-02-17T05:12:16.015Z Downloaded blake3 v1.5.0
11412024-02-17T05:12:16.026Z Downloaded rustc_version v0.4.0
11422024-02-17T05:12:16.027Z Downloaded spki v0.7.2
11432024-02-17T05:12:16.027Z Downloaded trust-dns-client v0.22.0
11442024-02-17T05:12:16.035Z Downloaded errno v0.3.8
11452024-02-17T05:12:16.035Z Downloaded zone_cfg_derive v0.3.0
11462024-02-17T05:12:16.035Z Downloaded pest_meta v2.7.6
11472024-02-17T05:12:16.035Z Downloaded glob v0.3.1
11482024-02-17T05:12:16.035Z Downloaded serde_tokenstream v0.2.0
11492024-02-17T05:12:16.035Z Downloaded diesel_derives v2.1.2
11502024-02-17T05:12:16.049Z Downloaded typenum v1.16.0
11512024-02-17T05:12:16.049Z Downloaded darling_core v0.20.3
11522024-02-17T05:12:16.067Z Downloaded term v0.7.0
11532024-02-17T05:12:16.068Z Downloaded rustls-pki-types v1.3.0
11542024-02-17T05:12:16.068Z Downloaded http-body v0.4.5
11552024-02-17T05:12:16.068Z Downloaded topological-sort v0.2.2
11562024-02-17T05:12:16.068Z Downloaded structopt-derive v0.4.18
11572024-02-17T05:12:16.068Z Downloaded dirs v5.0.1
11582024-02-17T05:12:16.068Z Downloaded rustfmt-wrapper v0.2.0
11592024-02-17T05:12:16.068Z Downloaded der_derive v0.7.2
11602024-02-17T05:12:16.069Z Downloaded dyn-clone v1.0.16
11612024-02-17T05:12:16.069Z Downloaded strum_macros v0.26.1
11622024-02-17T05:12:16.069Z Downloaded poly1305 v0.8.0
11632024-02-17T05:12:16.491Z Downloaded log v0.4.20
11642024-02-17T05:12:16.491Z Downloaded bytes v1.5.0
11652024-02-17T05:12:16.491Z Downloaded crypto-bigint v0.5.2
11662024-02-17T05:12:16.492Z Downloaded ff v0.13.0
11672024-02-17T05:12:16.492Z Downloaded version_check v0.9.4
11682024-02-17T05:12:16.492Z Downloaded usdt-macro v0.3.5
11692024-02-17T05:12:16.492Z Downloaded aes v0.8.3
11702024-02-17T05:12:16.492Z Downloaded vsss-rs v3.3.4
11712024-02-17T05:12:16.493Z Downloaded time-macros v0.2.13
11722024-02-17T05:12:16.493Z Downloaded tempfile v3.10.0
11732024-02-17T05:12:16.493Z Downloaded clap v2.34.0
11742024-02-17T05:12:16.493Z Downloaded data-encoding v2.4.0
11752024-02-17T05:12:16.493Z Downloaded postgres-types v0.2.6
11762024-02-17T05:12:16.493Z Downloaded parking_lot v0.11.2
11772024-02-17T05:12:16.493Z Downloaded multer v3.0.0
11782024-02-17T05:12:16.493Z Downloaded pem-rfc7468 v0.7.0
11792024-02-17T05:12:16.493Z Downloaded hyper-tls v0.5.0
11802024-02-17T05:12:16.493Z Downloaded hyper-staticfile v0.9.5
11812024-02-17T05:12:16.494Z Downloaded walkdir v2.4.0
11822024-02-17T05:12:16.494Z Downloaded ring v0.17.7
11832024-02-17T05:12:16.494Z Downloaded polyval v0.6.1
11842024-02-17T05:12:16.494Z Downloaded platforms v3.0.2
11852024-02-17T05:12:16.494Z Downloaded parking_lot_core v0.9.8
11862024-02-17T05:12:16.494Z Downloaded omicron-zone-package v0.11.0
11872024-02-17T05:12:16.494Z Downloaded primeorder v0.13.6
11882024-02-17T05:12:16.494Z Downloaded quick-error v1.2.3
11892024-02-17T05:12:16.495Z Downloaded endian-type v0.1.2
11902024-02-17T05:12:16.495Z Downloaded num-traits v0.2.16
11912024-02-17T05:12:16.495Z Downloaded darling v0.20.3
11922024-02-17T05:12:16.495Z Downloaded utf8parse v0.2.1
11932024-02-17T05:12:16.495Z Downloaded utf-8 v0.7.6
11942024-02-17T05:12:16.495Z Downloaded pkg-config v0.3.27
11952024-02-17T05:12:16.495Z Downloaded thiserror-impl-no-std v2.0.2
11962024-02-17T05:12:16.496Z Downloaded crossbeam-utils v0.8.16
11972024-02-17T05:12:16.496Z Downloaded pem v3.0.2
11982024-02-17T05:12:16.496Z Downloaded scroll_derive v0.12.0
11992024-02-17T05:12:16.496Z Downloaded strsim v0.10.0
12002024-02-17T05:12:16.496Z Downloaded phf v0.11.2
12012024-02-17T05:12:16.496Z Downloaded ctr v0.9.2
12022024-02-17T05:12:16.496Z Downloaded lock_api v0.4.10
12032024-02-17T05:12:16.496Z Downloaded cancel-safe-futures v0.1.5
12042024-02-17T05:12:16.496Z Downloaded phf_shared v0.11.2
12052024-02-17T05:12:16.497Z Downloaded usdt-attr-macro v0.3.5
12062024-02-17T05:12:16.497Z Downloaded ppv-lite86 v0.2.17
12072024-02-17T05:12:16.497Z Downloaded macaddr v1.0.1
12082024-02-17T05:12:16.497Z Downloaded block-padding v0.3.3
12092024-02-17T05:12:16.497Z Downloaded crypto-common v0.1.6
12102024-02-17T05:12:16.497Z Downloaded ciborium-ll v0.2.2
12112024-02-17T05:12:16.497Z Downloaded diesel_table_macro_syntax v0.1.0
12122024-02-17T05:12:16.497Z Downloaded managed v0.8.0
12132024-02-17T05:12:16.497Z Downloaded arrayref v0.3.7
12142024-02-17T05:12:16.498Z Downloaded want v0.3.1
12152024-02-17T05:12:16.498Z Downloaded anstyle-parse v0.2.1
12162024-02-17T05:12:16.498Z Downloaded swrite v0.1.0
12172024-02-17T05:12:16.498Z Downloaded strum v0.25.0
12182024-02-17T05:12:16.498Z Downloaded parse-display v0.9.0
12192024-02-17T05:12:16.498Z Downloaded debug-ignore v1.0.5
12202024-02-17T05:12:16.499Z Downloaded kstat-rs v0.2.3
12212024-02-17T05:12:16.499Z Downloaded byteorder v1.5.0
12222024-02-17T05:12:16.499Z Downloaded precomputed-hash v0.1.1
12232024-02-17T05:12:16.499Z Downloaded pin-utils v0.1.0
12242024-02-17T05:12:16.499Z Downloaded phf_shared v0.10.0
12252024-02-17T05:12:16.499Z Downloaded anyhow v1.0.75
12262024-02-17T05:12:16.499Z Downloaded num_enum_derive v0.5.11
12272024-02-17T05:12:16.499Z Downloaded matches v0.1.10
12282024-02-17T05:12:16.499Z Downloaded md-5 v0.10.5
12292024-02-17T05:12:16.500Z Downloaded crucible-workspace-hack v0.1.0
12302024-02-17T05:12:16.500Z Downloaded num-integer v0.1.46
12312024-02-17T05:12:16.500Z Downloaded num_cpus v1.16.0
12322024-02-17T05:12:16.500Z Downloaded lru-cache v0.1.2
12332024-02-17T05:12:16.500Z Downloaded lalrpop-util v0.19.12
12342024-02-17T05:12:16.500Z Downloaded blowfish v0.9.1
12352024-02-17T05:12:16.500Z Downloaded lazy_static v1.4.0
12362024-02-17T05:12:16.500Z Downloaded bit-vec v0.6.3
12372024-02-17T05:12:16.500Z Downloaded atomic-waker v1.1.1
12382024-02-17T05:12:16.500Z Downloaded anstyle-query v1.0.0
12392024-02-17T05:12:16.500Z Downloaded aead v0.5.2
12402024-02-17T05:12:16.501Z Downloaded cstr-argument v0.1.2
12412024-02-17T05:12:16.501Z Downloaded block-buffer v0.10.4
12422024-02-17T05:12:16.501Z Downloaded async-stream-impl v0.3.5
12432024-02-17T05:12:16.501Z Downloaded constant_time_eq v0.3.0
12442024-02-17T05:12:16.502Z Downloaded ahash v0.8.7
12452024-02-17T05:12:16.502Z Downloaded nibble_vec v0.1.0
12462024-02-17T05:12:16.502Z Downloaded anstream v0.6.11
12472024-02-17T05:12:16.502Z Downloaded der v0.7.8
12482024-02-17T05:12:16.502Z Downloaded ansi_term v0.12.1
12492024-02-17T05:12:16.502Z Downloaded addr2line v0.21.0
12502024-02-17T05:12:16.502Z Downloaded mime_guess v2.0.4
12512024-02-17T05:12:16.502Z Downloaded derive_more v0.99.17
12522024-02-17T05:12:16.502Z Downloaded convert_case v0.4.0
12532024-02-17T05:12:16.502Z Downloaded colored v2.0.4
12542024-02-17T05:12:16.503Z Downloaded atty v0.2.14
12552024-02-17T05:12:16.503Z Downloaded async-stream v0.3.5
12562024-02-17T05:12:16.503Z Downloaded memoffset v0.9.0
12572024-02-17T05:12:16.503Z Downloaded memmap2 v0.7.1
12582024-02-17T05:12:16.503Z Downloaded clap_lex v0.7.0
12592024-02-17T05:12:16.503Z Downloaded clap_derive v4.5.0
12602024-02-17T05:12:16.503Z Downloaded camino-tempfile v1.1.1
12612024-02-17T05:12:16.503Z Downloaded match_cfg v0.1.0
12622024-02-17T05:12:16.504Z Downloaded new_debug_unreachable v1.0.4
12632024-02-17T05:12:16.532Z Downloaded md5 v0.7.0
12642024-02-17T05:12:16.532Z Downloaded colorchoice v1.0.0
12652024-02-17T05:12:16.532Z Downloaded adler v1.0.2
12662024-02-17T05:12:16.681Z Compiling proc-macro2 v1.0.78
12672024-02-17T05:12:16.682Z Compiling unicode-ident v1.0.12
12682024-02-17T05:12:16.690Z Compiling libc v0.2.153
12692024-02-17T05:12:16.691Z Compiling serde v1.0.196
12702024-02-17T05:12:16.691Z Compiling version_check v0.9.4
12712024-02-17T05:12:16.691Z Compiling autocfg v1.1.0
12722024-02-17T05:12:16.723Z Compiling cfg-if v1.0.0
12732024-02-17T05:12:16.911Z Compiling syn v1.0.109
12742024-02-17T05:12:16.932Z Compiling once_cell v1.19.0
12752024-02-17T05:12:16.932Z Compiling thiserror v1.0.57
12762024-02-17T05:12:17.317Z Compiling memchr v2.6.3
12772024-02-17T05:12:17.472Z Compiling typenum v1.16.0
12782024-02-17T05:12:17.484Z Compiling lock_api v0.4.10
12792024-02-17T05:12:18.525Z Compiling byteorder v1.5.0
12802024-02-17T05:12:19.213Z Compiling parking_lot_core v0.9.8
12812024-02-17T05:12:19.517Z Compiling generic-array v0.14.7
12822024-02-17T05:12:19.537Z Compiling libm v0.2.7
12832024-02-17T05:12:20.163Z Compiling ahash v0.8.7
12842024-02-17T05:12:20.174Z Compiling num-traits v0.2.16
12852024-02-17T05:12:20.174Z Compiling serde_json v1.0.113
12862024-02-17T05:12:20.175Z Compiling itoa v1.0.9
12872024-02-17T05:12:20.175Z Compiling slab v0.4.9
12882024-02-17T05:12:20.191Z Compiling log v0.4.20
12892024-02-17T05:12:20.439Z Compiling scopeguard v1.2.0
12902024-02-17T05:12:20.649Z Compiling allocator-api2 v0.2.16
12912024-02-17T05:12:20.673Z Compiling ryu v1.0.15
12922024-02-17T05:12:21.233Z Compiling quote v1.0.35
12932024-02-17T05:12:21.244Z Compiling syn v2.0.48
12942024-02-17T05:12:21.253Z Compiling getrandom v0.2.10
12952024-02-17T05:12:21.494Z Compiling cc v1.0.83
12962024-02-17T05:12:21.662Z Compiling rand_core v0.6.4
12972024-02-17T05:12:21.872Z Compiling pkg-config v0.3.27
12982024-02-17T05:12:22.067Z Compiling heck v0.4.1
12992024-02-17T05:12:22.206Z Compiling schemars v0.8.16
13002024-02-17T05:12:22.552Z Compiling smallvec v1.13.1
13012024-02-17T05:12:22.574Z Compiling equivalent v1.0.1
13022024-02-17T05:12:22.608Z Compiling subtle v2.5.0
13032024-02-17T05:12:23.121Z Compiling vcpkg v0.2.15
13042024-02-17T05:12:23.286Z Compiling pin-project-lite v0.2.13
13052024-02-17T05:12:23.699Z Compiling httparse v1.8.0
13062024-02-17T05:12:24.058Z Compiling parking_lot v0.12.1
13072024-02-17T05:12:24.145Z Compiling ucd-trie v0.1.6
13082024-02-17T05:12:24.636Z Compiling ring v0.17.7
13092024-02-17T05:12:25.094Z Compiling ring v0.16.20
13102024-02-17T05:12:25.435Z Compiling openssl-sys v0.9.96
13112024-02-17T05:12:25.969Z Compiling signal-hook-registry v1.4.1
13122024-02-17T05:12:25.981Z Compiling fnv v1.0.7
13132024-02-17T05:12:25.997Z Compiling mio v0.8.9
13142024-02-17T05:12:26.172Z Compiling iana-time-zone v0.1.57
13152024-02-17T05:12:26.326Z Compiling openssl v0.10.60
13162024-02-17T05:12:26.387Z Compiling rustix v0.38.31
13172024-02-17T05:12:26.428Z Compiling semver v1.0.21
13182024-02-17T05:12:26.624Z Compiling const-oid v0.9.5
13192024-02-17T05:12:27.153Z Compiling num_cpus v1.16.0
13202024-02-17T05:12:27.255Z Compiling socket2 v0.5.5
13212024-02-17T05:12:27.301Z Compiling native-tls v0.2.11
13222024-02-17T05:12:27.325Z Compiling rustls v0.21.9
13232024-02-17T05:12:27.821Z Compiling dyn-clone v1.0.16
13242024-02-17T05:12:27.821Z Compiling futures-core v0.3.30
13252024-02-17T05:12:28.018Z Compiling aho-corasick v1.0.4
13262024-02-17T05:12:28.198Z Compiling regex-syntax v0.8.2
13272024-02-17T05:12:28.500Z Compiling serde_derive_internals v0.26.0
13282024-02-17T05:12:28.704Z Compiling slog v2.7.0
13292024-02-17T05:12:28.797Z Compiling crossbeam-utils v0.8.16
13302024-02-17T05:12:29.140Z Compiling spin v0.5.2
13312024-02-17T05:12:29.180Z Compiling async-trait v0.1.77
13322024-02-17T05:12:29.506Z Compiling futures-sink v0.3.30
13332024-02-17T05:12:29.899Z Compiling backtrace v0.3.69
13342024-02-17T05:12:30.296Z Compiling tinyvec_macros v0.1.1
13352024-02-17T05:12:30.382Z Compiling tinyvec v1.6.0
13362024-02-17T05:12:30.658Z Compiling futures-channel v0.3.30
13372024-02-17T05:12:31.119Z Compiling futures-task v0.3.30
13382024-02-17T05:12:31.630Z Compiling futures-io v0.3.30
13392024-02-17T05:12:31.686Z Compiling pin-utils v0.1.0
13402024-02-17T05:12:31.780Z Compiling regex-automata v0.4.4
13412024-02-17T05:12:32.032Z Compiling unicode-normalization v0.1.22
13422024-02-17T05:12:32.114Z Compiling spin v0.9.8
13432024-02-17T05:12:32.914Z Compiling memoffset v0.9.0
13442024-02-17T05:12:32.933Z Compiling tracing-core v0.1.31
13452024-02-17T05:12:32.933Z Compiling anyhow v1.0.75
13462024-02-17T05:12:32.933Z Compiling unicode-width v0.1.11
13472024-02-17T05:12:32.997Z Compiling unicode-bidi v0.3.13
13482024-02-17T05:12:33.110Z Compiling cpufeatures v0.2.12
13492024-02-17T05:12:34.094Z Compiling crc32fast v1.3.2
13502024-02-17T05:12:34.469Z Compiling winnow v0.5.15
13512024-02-17T05:12:35.012Z Compiling crossbeam-epoch v0.9.15
13522024-02-17T05:12:35.122Z Compiling time-core v0.1.1
13532024-02-17T05:12:35.287Z Compiling time-macros v0.2.13
13542024-02-17T05:12:36.279Z Compiling schemars_derive v0.8.16
13552024-02-17T05:12:36.296Z Compiling serde_derive v1.0.196
13562024-02-17T05:12:37.323Z Compiling zeroize_derive v1.4.2
13572024-02-17T05:12:38.208Z Compiling zerocopy-derive v0.7.32
13582024-02-17T05:12:38.666Z Compiling thiserror-impl v1.0.57
13592024-02-17T05:12:38.723Z Compiling tokio-macros v2.2.0
13602024-02-17T05:12:39.323Z Compiling zeroize v1.7.0
13612024-02-17T05:12:39.654Z Compiling futures-macro v0.3.30
13622024-02-17T05:12:40.505Z Compiling tracing-attributes v0.1.26
13632024-02-17T05:12:40.520Z Compiling zerocopy v0.7.32
13642024-02-17T05:12:41.566Z Compiling crypto-common v0.1.6
13652024-02-17T05:12:41.843Z Compiling pest v2.7.6
13662024-02-17T05:12:42.004Z Compiling openssl-macros v0.1.1
13672024-02-17T05:12:42.519Z Compiling hashbrown v0.14.3
13682024-02-17T05:12:42.821Z Compiling block-buffer v0.10.4
13692024-02-17T05:12:43.168Z Compiling digest v0.10.7
13702024-02-17T05:12:43.666Z Compiling regex v1.10.3
13712024-02-17T05:12:46.487Z Compiling pest_meta v2.7.6
13722024-02-17T05:12:46.726Z Compiling futures-util v0.3.30
13732024-02-17T05:12:46.726Z Compiling pest_generator v2.7.6
13742024-02-17T05:12:46.726Z Compiling tracing v0.1.37
13752024-02-17T05:12:47.221Z Compiling der_derive v0.7.2
13762024-02-17T05:12:48.398Z Compiling percent-encoding v2.3.1
13772024-02-17T05:12:48.772Z Compiling bytes v1.5.0
13782024-02-17T05:12:49.287Z Compiling indexmap v2.2.3
13792024-02-17T05:12:49.390Z Compiling chrono v0.4.31
13802024-02-17T05:12:50.000Z Compiling uuid v1.7.0
13812024-02-17T05:12:50.023Z Compiling tokio v1.36.0
13822024-02-17T05:12:50.704Z Compiling http v0.2.11
13832024-02-17T05:12:51.315Z Compiling bitflags v2.4.0
13842024-02-17T05:12:51.624Z Compiling toml_datetime v0.6.5
13852024-02-17T05:12:51.741Z Compiling serde_spanned v0.6.5
13862024-02-17T05:12:52.081Z Compiling pest_derive v2.7.6
13872024-02-17T05:12:52.858Z Compiling toml_edit v0.19.15
13882024-02-17T05:12:52.944Z Compiling rustc_version v0.4.0
13892024-02-17T05:12:53.736Z Compiling openapiv3 v2.0.0
13902024-02-17T05:12:53.831Z Compiling untrusted v0.9.0
13912024-02-17T05:12:54.143Z Compiling untrusted v0.7.1
13922024-02-17T05:12:54.359Z Compiling foreign-types-shared v0.1.1
13932024-02-17T05:12:54.968Z Compiling foreign-types v0.3.2
13942024-02-17T05:12:57.565Z Compiling serde_tokenstream v0.2.0
13952024-02-17T05:12:58.321Z Compiling errno v0.3.8
13962024-02-17T05:12:58.435Z Compiling try-lock v0.2.4
13972024-02-17T05:12:58.540Z Compiling base64 v0.21.7
13982024-02-17T05:12:58.633Z Compiling ppv-lite86 v0.2.17
13992024-02-17T05:12:58.941Z Compiling unicode-xid v0.2.4
14002024-02-17T05:12:59.112Z Compiling synstructure v0.12.6
14012024-02-17T05:12:59.371Z Compiling want v0.3.1
14022024-02-17T05:12:59.681Z Compiling tokio-util v0.7.10
14032024-02-17T05:13:00.795Z Compiling rustls-webpki v0.101.7
14042024-02-17T05:13:01.037Z Compiling h2 v0.3.24
14052024-02-17T05:13:01.090Z Compiling sct v0.7.0
14062024-02-17T05:13:01.386Z Compiling http-body v0.4.5
14072024-02-17T05:13:01.833Z Compiling form_urlencoded v1.2.1
14082024-02-17T05:13:02.637Z Compiling scroll_derive v0.12.0
14092024-02-17T05:13:02.648Z Compiling socket2 v0.4.9
14102024-02-17T05:13:02.790Z Compiling httpdate v1.0.3
14112024-02-17T05:13:03.268Z Compiling tower-service v0.3.2
14122024-02-17T05:13:03.767Z Compiling openssl-probe v0.1.5
14132024-02-17T05:13:04.929Z Compiling zerocopy-derive v0.2.0
14142024-02-17T05:13:05.253Z Compiling idna v0.5.0
14152024-02-17T05:13:06.577Z Compiling lazy_static v1.4.0
14162024-02-17T05:13:06.975Z Compiling thread-id v4.2.0
14172024-02-17T05:13:07.111Z Compiling adler v1.0.2
14182024-02-17T05:13:07.298Z Compiling miniz_oxide v0.7.1
14192024-02-17T05:13:07.465Z Compiling tokio-native-tls v0.3.1
14202024-02-17T05:13:07.667Z Compiling url v2.5.0
14212024-02-17T05:13:08.359Z Compiling hyper v0.14.27
14222024-02-17T05:13:08.547Z Compiling tokio-rustls v0.24.1
14232024-02-17T05:13:08.913Z Compiling rand_chacha v0.3.1
14242024-02-17T05:13:09.349Z Compiling rustversion v1.0.14
14252024-02-17T05:13:09.513Z Compiling ipnet v2.9.0
14262024-02-17T05:13:09.621Z Compiling rand v0.8.5
14272024-02-17T05:13:10.117Z Compiling serde_urlencoded v0.7.1
14282024-02-17T05:13:10.697Z Compiling rustls-pemfile v1.0.3
14292024-02-17T05:13:10.999Z Compiling usdt-impl v0.3.5
14302024-02-17T05:13:11.089Z Compiling encoding_rs v0.8.33
14312024-02-17T05:13:11.115Z Compiling gimli v0.28.0
14322024-02-17T05:13:11.328Z Compiling either v1.10.0
14332024-02-17T05:13:11.377Z Compiling mime v0.3.17
14342024-02-17T05:13:11.931Z Compiling webpki-roots v0.25.2
14352024-02-17T05:13:12.399Z Compiling regress v0.8.0
14362024-02-17T05:13:12.692Z Compiling object v0.32.1
14372024-02-17T05:13:13.364Z Compiling num-bigint v0.4.4
14382024-02-17T05:13:13.711Z Compiling usdt-impl v0.5.0
14392024-02-17T05:13:13.765Z Compiling rustc-demangle v0.1.23
14402024-02-17T05:13:14.921Z Compiling flate2 v1.0.28
14412024-02-17T05:13:15.155Z Compiling hyper-tls v0.5.0
14422024-02-17T05:13:15.555Z Compiling hyper-rustls v0.24.2
14432024-02-17T05:13:15.864Z Compiling reqwest v0.11.22
14442024-02-17T05:13:15.941Z Compiling addr2line v0.21.0
14452024-02-17T05:13:15.974Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14462024-02-17T05:13:16.254Z Compiling zerocopy v0.3.0
14472024-02-17T05:13:16.561Z Compiling scroll v0.12.0
14482024-02-17T05:13:17.062Z Compiling heapless v0.7.16
14492024-02-17T05:13:17.148Z Compiling futures-executor v0.3.30
14502024-02-17T05:13:17.763Z Compiling bzip2-sys v0.1.11+1.0.8
14512024-02-17T05:13:17.829Z Compiling signal-hook v0.3.17
14522024-02-17T05:13:18.132Z Compiling plain v0.2.3
14532024-02-17T05:13:18.253Z Compiling winnow v0.6.1
14542024-02-17T05:13:18.465Z Compiling goblin v0.8.0
14552024-02-17T05:13:20.705Z Compiling futures v0.3.30
14562024-02-17T05:13:20.713Z Compiling dof v0.1.5
14572024-02-17T05:13:21.682Z Compiling toml v0.7.8
14582024-02-17T05:13:22.241Z Compiling toml_edit v0.22.6
14592024-02-17T05:13:22.525Z Compiling dtrace-parser v0.1.14
14602024-02-17T05:13:22.591Z Compiling hex v0.4.3
14612024-02-17T05:13:22.740Z Compiling pretty-hex v0.4.1
14622024-02-17T05:13:23.249Z Compiling base64ct v1.6.0
14632024-02-17T05:13:24.658Z Compiling dof v0.3.0
14642024-02-17T05:13:25.129Z Compiling strum_macros v0.25.2
14652024-02-17T05:13:25.490Z Compiling dtrace-parser v0.2.0
14662024-02-17T05:13:25.944Z Compiling serde_tokenstream v0.1.7
14672024-02-17T05:13:27.042Z Compiling smoltcp v0.9.1
14682024-02-17T05:13:27.620Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14692024-02-17T05:13:28.062Z Compiling pem-rfc7468 v0.7.0
14702024-02-17T05:13:28.525Z Compiling hmac v0.12.1
14712024-02-17T05:13:28.724Z Compiling enum-as-inner v0.5.1
14722024-02-17T05:13:28.857Z Compiling num-iter v0.1.43
14732024-02-17T05:13:29.363Z Compiling unicode-segmentation v1.10.1
14742024-02-17T05:13:29.475Z Compiling flagset v0.4.3
14752024-02-17T05:13:29.922Z Compiling siphasher v0.3.11
14762024-02-17T05:13:29.930Z Compiling der v0.7.8
14772024-02-17T05:13:29.931Z Compiling usdt-attr-macro v0.3.5
14782024-02-17T05:13:29.931Z Compiling usdt-macro v0.3.5
14792024-02-17T05:13:30.735Z Compiling zerocopy-derive v0.6.4
14802024-02-17T05:13:30.868Z Compiling hubpack_derive v0.1.1
14812024-02-17T05:13:31.419Z Compiling deranged v0.3.8
14822024-02-17T05:13:31.566Z Compiling num_threads v0.1.6
14832024-02-17T05:13:31.825Z Compiling anstyle v1.0.2
14842024-02-17T05:13:32.332Z Compiling utf8parse v0.2.1
14852024-02-17T05:13:33.061Z Compiling anstyle-parse v0.2.1
14862024-02-17T05:13:33.083Z Compiling sha2 v0.10.8
14872024-02-17T05:13:33.155Z Compiling time v0.3.27
14882024-02-17T05:13:33.195Z Compiling spki v0.7.2
14892024-02-17T05:13:34.549Z Compiling md-5 v0.10.5
14902024-02-17T05:13:34.839Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14912024-02-17T05:13:34.915Z Compiling block-padding v0.3.3
14922024-02-17T05:13:35.125Z Compiling clap_derive v4.5.0
14932024-02-17T05:13:35.190Z Compiling stringprep v0.1.3
14942024-02-17T05:13:36.235Z Compiling getopts v0.2.21
14952024-02-17T05:13:36.759Z Compiling diesel_table_macro_syntax v0.1.0
14962024-02-17T05:13:36.947Z Compiling num-integer v0.1.46
14972024-02-17T05:13:37.763Z Compiling hash32 v0.2.1
14982024-02-17T05:13:38.146Z Compiling stable_deref_trait v1.2.0
14992024-02-17T05:13:38.814Z Compiling colorchoice v1.0.0
15002024-02-17T05:13:38.972Z Compiling anstyle-query v1.0.0
15012024-02-17T05:13:39.106Z Compiling fallible-iterator v0.2.0
15022024-02-17T05:13:40.272Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
15032024-02-17T05:13:40.407Z Compiling postgres-protocol v0.6.6
15042024-02-17T05:13:40.580Z Compiling anstream v0.6.11
15052024-02-17T05:13:41.384Z Compiling diesel_derives v2.1.2
15062024-02-17T05:13:42.316Z Compiling inout v0.1.3
15072024-02-17T05:13:43.734Z Compiling pkcs8 v0.10.2
15082024-02-17T05:13:44.189Z Compiling phf_shared v0.11.2
15092024-02-17T05:13:45.515Z Compiling ff v0.13.0
15102024-02-17T05:13:45.760Z Compiling terminal_size v0.3.0
15112024-02-17T05:13:45.970Z Compiling serde_repr v0.1.16
15122024-02-17T05:13:46.125Z Compiling scheduled-thread-pool v0.2.7
15132024-02-17T05:13:46.630Z Compiling regex-automata v0.1.10
15142024-02-17T05:13:46.731Z Compiling bit-vec v0.6.3
15152024-02-17T05:13:47.187Z Compiling matches v0.1.10
15162024-02-17T05:13:47.289Z Compiling clap_lex v0.7.0
15172024-02-17T05:13:47.452Z Compiling managed v0.8.0
15182024-02-17T05:13:47.521Z Compiling strsim v0.11.0
15192024-02-17T05:13:47.950Z Compiling bitflags v1.3.2
15202024-02-17T05:13:48.041Z Compiling unsafe-libyaml v0.2.10
15212024-02-17T05:13:48.060Z Compiling base16ct v0.2.0
15222024-02-17T05:13:48.409Z Compiling sec1 v0.7.3
15232024-02-17T05:13:49.739Z Compiling serde_yaml v0.9.25
15242024-02-17T05:13:50.012Z Compiling clap_builder v4.5.0
15252024-02-17T05:13:50.884Z Compiling idna v0.2.3
15262024-02-17T05:13:51.635Z Compiling bstr v0.2.17
15272024-02-17T05:13:52.005Z Compiling r2d2 v0.8.10
15282024-02-17T05:13:53.183Z Compiling group v0.13.0
15292024-02-17T05:13:53.553Z Compiling phf v0.11.2
15302024-02-17T05:13:53.853Z Compiling signal-hook-mio v0.2.3
15312024-02-17T05:13:53.875Z Compiling cipher v0.4.4
15322024-02-17T05:13:54.013Z Compiling bzip2 v0.4.4
15332024-02-17T05:13:54.105Z Compiling postgres-types v0.2.6
15342024-02-17T05:13:54.374Z Compiling zerocopy v0.6.4
15352024-02-17T05:13:54.421Z Compiling hubpack v0.1.2
15362024-02-17T05:13:54.576Z Compiling phf_shared v0.10.0
15372024-02-17T05:13:54.960Z Compiling hkdf v0.12.4
15382024-02-17T05:13:55.457Z Compiling crypto-bigint v0.5.2
15392024-02-17T05:13:55.457Z Compiling ipnetwork v0.20.0
15402024-02-17T05:13:55.457Z Compiling float-cmp v0.9.0
15412024-02-17T05:13:55.684Z Compiling precomputed-hash v0.1.1
15422024-02-17T05:13:55.803Z Compiling regex-automata v0.3.8
15432024-02-17T05:13:56.168Z Compiling static_assertions v1.1.0
15442024-02-17T05:13:56.281Z Compiling minimal-lexical v0.2.1
15452024-02-17T05:13:56.851Z Compiling difflib v0.4.0
15462024-02-17T05:13:58.278Z Compiling data-encoding v2.4.0
15472024-02-17T05:13:58.344Z Compiling fixedbitset v0.4.2
15482024-02-17T05:13:58.490Z Compiling normalize-line-endings v0.3.0
15492024-02-17T05:13:58.612Z Compiling new_debug_unreachable v1.0.4
15502024-02-17T05:13:58.712Z Compiling whoami v1.4.1
15512024-02-17T05:13:59.213Z Compiling predicates-core v1.0.6
15522024-02-17T05:13:59.548Z Compiling predicates v3.1.0
15532024-02-17T05:14:00.270Z Compiling trust-dns-proto v0.22.0
15542024-02-17T05:14:00.314Z Compiling tokio-postgres v0.7.10
15552024-02-17T05:14:01.309Z Compiling string_cache v0.8.7
15562024-02-17T05:14:01.824Z Compiling petgraph v0.6.4
15572024-02-17T05:14:02.753Z Compiling diesel v2.1.4
15582024-02-17T05:14:02.806Z Compiling bstr v1.6.0
15592024-02-17T05:14:04.053Z Compiling elliptic-curve v0.13.8
15602024-02-17T05:14:04.191Z Compiling nom v7.1.3
15612024-02-17T05:14:04.232Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15622024-02-17T05:14:04.382Z Compiling yasna v0.5.2
15632024-02-17T05:14:05.067Z Compiling zip v0.6.6
15642024-02-17T05:14:05.499Z Compiling crossterm v0.27.0
15652024-02-17T05:14:05.894Z Compiling clap v4.5.0
15662024-02-17T05:14:06.342Z Compiling similar v2.3.0
15672024-02-17T05:14:06.861Z Compiling bit-set v0.5.3
15682024-02-17T05:14:06.947Z Compiling usdt v0.3.5
15692024-02-17T05:14:07.137Z Compiling strum v0.25.0
15702024-02-17T05:14:07.314Z Compiling itertools v0.10.5
15712024-02-17T05:14:07.728Z Compiling console v0.15.8
15722024-02-17T05:14:07.955Z Compiling tokio-stream v0.1.14
15732024-02-17T05:14:09.411Z Compiling lalrpop-util v0.19.12
15742024-02-17T05:14:09.442Z Compiling camino v1.1.6
15752024-02-17T05:14:12.435Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15762024-02-17T05:14:20.770Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15772024-02-17T05:14:44.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15782024-02-17T05:14:47.620Z Compiling sha1 v0.10.6
15792024-02-17T05:14:48.045Z Compiling atty v0.2.14
15802024-02-17T05:14:48.183Z Compiling match_cfg v0.1.0
15812024-02-17T05:14:48.233Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15822024-02-17T05:14:48.282Z Compiling hostname v0.3.1
15832024-02-17T05:14:48.522Z Compiling dirs-sys-next v0.1.2
15842024-02-17T05:14:48.641Z Compiling strsim v0.10.0
15852024-02-17T05:14:48.792Z Compiling rustls-pki-types v1.3.0
15862024-02-17T05:14:49.118Z Compiling ident_case v1.0.1
15872024-02-17T05:14:49.282Z Compiling darling_core v0.20.3
15882024-02-17T05:14:49.299Z Compiling dirs-next v2.0.0
15892024-02-17T05:14:49.486Z Compiling thread_local v1.1.7
15902024-02-17T05:14:49.535Z Compiling slog-async v2.8.0
15912024-02-17T05:14:49.580Z Compiling rustls v0.22.2
15922024-02-17T05:14:50.065Z Compiling term v0.7.0
15932024-02-17T05:14:50.109Z Compiling rustls-webpki v0.102.1
15942024-02-17T05:14:50.159Z Compiling crossbeam-channel v0.5.8
15952024-02-17T05:14:50.555Z Compiling multer v3.0.0
15962024-02-17T05:14:50.908Z Compiling instant v0.1.12
15972024-02-17T05:14:51.389Z Compiling paste v1.0.14
15982024-02-17T05:14:51.389Z Compiling take_mut v0.2.2
15992024-02-17T05:14:51.687Z Compiling slog-term v2.9.0
16002024-02-17T05:14:51.709Z Compiling slog-json v2.6.1
16012024-02-17T05:14:52.104Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
16022024-02-17T05:14:52.327Z Compiling http v1.0.0
16032024-02-17T05:14:52.357Z Compiling async-stream-impl v0.3.5
16042024-02-17T05:14:52.474Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16052024-02-17T05:14:52.966Z Compiling debug-ignore v1.0.5
16062024-02-17T05:14:52.966Z Compiling atomic-waker v1.1.1
16072024-02-17T05:14:53.019Z Compiling slog-bunyan v2.5.0
16082024-02-17T05:14:53.118Z Compiling waitgroup v0.1.2
16092024-02-17T05:14:53.366Z Compiling rustls-pemfile v2.1.0
16102024-02-17T05:14:53.806Z Compiling async-stream v0.3.5
16112024-02-17T05:14:53.815Z Compiling toml v0.8.10
16122024-02-17T05:14:54.519Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16132024-02-17T05:14:55.393Z Compiling serde_path_to_error v0.1.15
16142024-02-17T05:14:55.406Z Compiling structmeta-derive v0.3.0
16152024-02-17T05:14:55.526Z Compiling darling_macro v0.20.3
16162024-02-17T05:14:55.607Z Compiling strum_macros v0.26.1
16172024-02-17T05:14:55.926Z Compiling tokio-rustls v0.25.0
16182024-02-17T05:14:56.366Z Compiling newtype-uuid v1.0.1
16192024-02-17T05:14:56.633Z Compiling darling v0.20.3
16202024-02-17T05:14:56.678Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16212024-02-17T05:14:56.756Z Compiling serde_with_macros v3.6.1
16222024-02-17T05:14:56.905Z Compiling backoff v0.4.0
16232024-02-17T05:14:57.266Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16242024-02-17T05:14:57.828Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16252024-02-17T05:14:57.997Z Compiling macaddr v1.0.1
16262024-02-17T05:14:58.089Z Compiling proc-macro-error-attr v1.0.4
16272024-02-17T05:14:58.482Z Compiling proc-macro-crate v1.3.1
16282024-02-17T05:14:58.505Z Compiling proc-macro-error v1.0.4
16292024-02-17T05:14:58.989Z Compiling structmeta v0.3.0
16302024-02-17T05:14:58.992Z Compiling heapless v0.8.0
16312024-02-17T05:14:58.993Z Compiling parse-display-derive v0.9.0
16322024-02-17T05:14:59.623Z Compiling num_enum_derive v0.5.11
16332024-02-17T05:15:00.167Z Compiling serde_with v3.6.1
16342024-02-17T05:15:00.905Z Compiling hash32 v0.3.1
16352024-02-17T05:15:01.159Z Compiling smoltcp v0.11.0
16362024-02-17T05:15:01.173Z Compiling strum v0.26.1
16372024-02-17T05:15:01.334Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16382024-02-17T05:15:01.720Z Compiling rayon-core v1.12.0
16392024-02-17T05:15:02.420Z Compiling crossbeam-deque v0.8.3
16402024-02-17T05:15:02.546Z Compiling num_enum v0.5.11
16412024-02-17T05:15:02.764Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16422024-02-17T05:15:02.799Z Compiling same-file v1.0.6
16432024-02-17T05:15:03.259Z Compiling cobs v0.2.3
16442024-02-17T05:15:03.263Z Compiling embedded-io v0.4.0
16452024-02-17T05:15:03.263Z Compiling fastrand v2.0.1
16462024-02-17T05:15:03.263Z Compiling postcard v1.0.8
16472024-02-17T05:15:03.575Z Compiling tempfile v3.10.0
16482024-02-17T05:15:04.029Z Compiling parse-display v0.9.0
16492024-02-17T05:15:04.157Z Compiling walkdir v2.4.0
16502024-02-17T05:15:04.585Z Compiling semver-parser v0.10.2
16512024-02-17T05:15:04.617Z Compiling foreign-types-macros v0.2.3
16522024-02-17T05:15:04.671Z Compiling blake3 v1.5.0
16532024-02-17T05:15:05.417Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16542024-02-17T05:15:05.422Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16552024-02-17T05:15:05.422Z Compiling crucible-workspace-hack v0.1.0
16562024-02-17T05:15:05.461Z Compiling foreign-types-shared v0.3.1
16572024-02-17T05:15:05.547Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16582024-02-17T05:15:05.805Z Compiling semver v0.11.0
16592024-02-17T05:15:05.904Z Compiling rayon v1.8.0
16602024-02-17T05:15:06.040Z Compiling foreign-types v0.5.0
16612024-02-17T05:15:06.336Z Compiling is-terminal v0.4.9
16622024-02-17T05:15:06.471Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16632024-02-17T05:15:06.515Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16642024-02-17T05:15:06.627Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16652024-02-17T05:15:06.800Z Compiling xattr v1.0.1
16662024-02-17T05:15:07.070Z Compiling filetime v0.2.23
16672024-02-17T05:15:07.086Z Compiling memmap2 v0.7.1
16682024-02-17T05:15:07.433Z Compiling cstr-argument v0.1.2
16692024-02-17T05:15:07.445Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16702024-02-17T05:15:07.471Z Compiling arrayvec v0.7.4
16712024-02-17T05:15:07.530Z Compiling arrayref v0.3.7
16722024-02-17T05:15:07.634Z Compiling constant_time_eq v0.3.0
16732024-02-17T05:15:07.687Z Compiling pretty-hex v0.2.1
16742024-02-17T05:15:08.165Z Compiling home v0.5.5
16752024-02-17T05:15:08.165Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16762024-02-17T05:15:08.166Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772024-02-17T05:15:08.166Z Compiling toolchain_find v0.2.0
16782024-02-17T05:15:08.210Z Compiling tar v0.4.40
16792024-02-17T05:15:08.247Z Compiling camino-tempfile v1.1.1
16802024-02-17T05:15:08.395Z Compiling colored v2.0.4
16812024-02-17T05:15:08.692Z Compiling toml v0.5.11
16822024-02-17T05:15:08.693Z Compiling platforms v3.0.2
16832024-02-17T05:15:08.831Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16842024-02-17T05:15:08.995Z Compiling topological-sort v0.2.2
16852024-02-17T05:15:09.107Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16862024-02-17T05:15:09.828Z Compiling zone_cfg_derive v0.3.0
16872024-02-17T05:15:10.371Z Compiling rustfmt-wrapper v0.2.0
16882024-02-17T05:15:11.024Z Compiling omicron-zone-package v0.11.0
16892024-02-17T05:15:11.027Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16902024-02-17T05:15:11.347Z Compiling textwrap v0.11.0
16912024-02-17T05:15:11.443Z Compiling heck v0.3.3
16922024-02-17T05:15:11.855Z Compiling num-derive v0.4.0
16932024-02-17T05:15:11.996Z Compiling vec_map v0.8.2
16942024-02-17T05:15:12.312Z Compiling libefi-sys v0.1.0
16952024-02-17T05:15:12.415Z Compiling strsim v0.8.0
16962024-02-17T05:15:12.438Z Compiling ansi_term v0.12.1
16972024-02-17T05:15:12.977Z Compiling clap v2.34.0
16982024-02-17T05:15:12.997Z Compiling structopt-derive v0.4.18
16992024-02-17T05:15:13.076Z Compiling zone v0.3.0
17002024-02-17T05:15:13.250Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17012024-02-17T05:15:13.669Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17022024-02-17T05:15:13.681Z Compiling smf v0.2.2
17032024-02-17T05:15:14.169Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17042024-02-17T05:15:14.677Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17052024-02-17T05:15:14.695Z Compiling unicase v2.7.0
17062024-02-17T05:15:15.034Z Compiling semver v0.1.20
17072024-02-17T05:15:15.064Z Compiling curve25519-dalek v4.1.1
17082024-02-17T05:15:15.331Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17092024-02-17T05:15:15.673Z Compiling rustc_version v0.1.7
17102024-02-17T05:15:15.742Z Compiling universal-hash v0.5.1
17112024-02-17T05:15:15.786Z Compiling opaque-debug v0.3.0
17122024-02-17T05:15:15.935Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17132024-02-17T05:15:15.982Z Compiling curve25519-dalek-derive v0.1.0
17142024-02-17T05:15:16.039Z Compiling gethostname v0.4.3
17152024-02-17T05:15:16.134Z Compiling newtype_derive v0.1.6
17162024-02-17T05:15:16.212Z Compiling num-rational v0.4.1
17172024-02-17T05:15:16.290Z Compiling getrandom v0.1.16
17182024-02-17T05:15:16.463Z Compiling structopt v0.3.26
17192024-02-17T05:15:16.575Z Compiling usdt-macro v0.5.0
17202024-02-17T05:15:16.818Z Compiling usdt-attr-macro v0.5.0
17212024-02-17T05:15:17.063Z Compiling password-hash v0.5.0
17222024-02-17T05:15:17.136Z Compiling blake2 v0.10.6
17232024-02-17T05:15:17.478Z Compiling signature v2.1.0
17242024-02-17T05:15:17.757Z Compiling memmap v0.7.0
17252024-02-17T05:15:18.097Z Compiling linked-hash-map v0.5.6
17262024-02-17T05:15:18.118Z Compiling parking_lot_core v0.8.6
17272024-02-17T05:15:18.264Z Compiling quick-error v1.2.3
17282024-02-17T05:15:18.423Z Compiling resolv-conf v0.7.0
17292024-02-17T05:15:18.476Z Compiling lru-cache v0.1.2
17302024-02-17T05:15:18.516Z Compiling argon2 v0.5.3
17312024-02-17T05:15:18.569Z Compiling usdt v0.5.0
17322024-02-17T05:15:19.230Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17332024-02-17T05:15:19.269Z Compiling aead v0.5.2
17342024-02-17T05:15:19.522Z Compiling num-complex v0.4.4
17352024-02-17T05:15:19.619Z Compiling nibble_vec v0.1.0
17362024-02-17T05:15:19.828Z Compiling slog-dtrace v0.3.0
17372024-02-17T05:15:20.158Z Compiling cancel-safe-futures v0.1.5
17382024-02-17T05:15:20.566Z Compiling utf-8 v0.7.6
17392024-02-17T05:15:20.570Z Compiling arc-swap v1.6.0
17402024-02-17T05:15:20.654Z Compiling endian-type v0.1.2
17412024-02-17T05:15:20.905Z Compiling keccak v0.1.4
17422024-02-17T05:15:20.919Z Compiling winapi v0.3.9
17432024-02-17T05:15:21.272Z Compiling sha3 v0.10.8
17442024-02-17T05:15:21.804Z Compiling slog-scope v4.4.0
17452024-02-17T05:15:21.950Z Compiling radix_trie v0.2.1
17462024-02-17T05:15:22.034Z Compiling tungstenite v0.20.1
17472024-02-17T05:15:22.225Z Compiling num v0.4.1
17482024-02-17T05:15:22.318Z Compiling mime_guess v2.0.4
17492024-02-17T05:15:22.336Z Compiling steno v0.4.0
17502024-02-17T05:15:22.357Z Compiling rand_core v0.5.1
17512024-02-17T05:15:22.635Z Compiling trust-dns-resolver v0.22.0
17522024-02-17T05:15:23.554Z Compiling poly1305 v0.8.0
17532024-02-17T05:15:23.914Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17542024-02-17T05:15:24.316Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17552024-02-17T05:15:25.145Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17562024-02-17T05:15:25.337Z Compiling chacha20 v0.9.1
17572024-02-17T05:15:25.608Z Compiling rfc6979 v0.4.0
17582024-02-17T05:15:25.807Z Compiling secrecy v0.8.0
17592024-02-17T05:15:25.811Z Compiling thiserror-impl-no-std v2.0.2
17602024-02-17T05:15:26.201Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17612024-02-17T05:15:26.565Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17622024-02-17T05:15:27.434Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17632024-02-17T05:15:27.719Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17642024-02-17T05:15:28.474Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17652024-02-17T05:15:29.060Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17662024-02-17T05:15:29.174Z Compiling half v2.3.1
17672024-02-17T05:15:29.305Z Compiling convert_case v0.4.0
17682024-02-17T05:15:29.451Z Compiling option-ext v0.2.0
17692024-02-17T05:15:29.580Z Compiling ciborium-io v0.2.2
17702024-02-17T05:15:29.719Z Compiling ciborium-ll v0.2.2
17712024-02-17T05:15:29.742Z Compiling dirs-sys v0.4.1
17722024-02-17T05:15:30.598Z Compiling thiserror-no-std v2.0.2
17732024-02-17T05:15:30.613Z Compiling derive_more v0.99.17
17742024-02-17T05:15:30.613Z Compiling ecdsa v0.16.9
17752024-02-17T05:15:30.613Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17762024-02-17T05:15:31.150Z Compiling parking_lot v0.11.2
17772024-02-17T05:15:31.188Z Compiling tokio-tungstenite v0.20.1
17782024-02-17T05:15:31.239Z Compiling rand_chacha v0.2.2
17792024-02-17T05:15:32.094Z Compiling trust-dns-client v0.22.0
17802024-02-17T05:15:32.909Z Compiling slog-stdlog v4.1.1
17812024-02-17T05:15:33.514Z Compiling ed25519 v2.2.2
17822024-02-17T05:15:33.517Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17832024-02-17T05:15:33.517Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17842024-02-17T05:15:33.571Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17852024-02-17T05:15:34.819Z Compiling polyval v0.6.1
17862024-02-17T05:15:35.262Z Compiling primeorder v0.13.6
17872024-02-17T05:15:35.617Z Compiling blowfish v0.9.1
17882024-02-17T05:15:35.799Z Compiling aes v0.8.3
17892024-02-17T05:15:36.071Z Compiling ctr v0.9.2
17902024-02-17T05:15:36.442Z Compiling password-hash v0.4.2
17912024-02-17T05:15:37.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17922024-02-17T05:15:38.840Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17932024-02-17T05:15:39.249Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17942024-02-17T05:15:42.698Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17952024-02-17T05:15:45.505Z Compiling libsw v3.3.1
17962024-02-17T05:15:46.394Z Compiling pbkdf2 v0.12.2
17972024-02-17T05:15:46.578Z Compiling derive-where v1.2.7
17982024-02-17T05:15:47.187Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17992024-02-17T05:15:47.986Z Compiling fxhash v0.2.1
18002024-02-17T05:15:48.079Z Compiling linear-map v1.2.0
18012024-02-17T05:15:48.196Z Compiling swrite v0.1.0
18022024-02-17T05:15:48.325Z Compiling owo-colors v4.0.0
18032024-02-17T05:15:48.439Z Compiling sled v0.34.7
18042024-02-17T05:15:50.145Z Compiling trust-dns-server v0.22.1
18052024-02-17T05:15:50.250Z Compiling bcrypt-pbkdf v0.10.0
18062024-02-17T05:15:50.465Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18072024-02-17T05:15:50.728Z Compiling pbkdf2 v0.11.0
18082024-02-17T05:15:50.986Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18092024-02-17T05:15:51.030Z Compiling p256 v0.13.2
18102024-02-17T05:15:51.105Z Compiling ghash v0.5.0
18112024-02-17T05:15:51.311Z Compiling ed25519-dalek v2.0.0
18122024-02-17T05:15:51.816Z Compiling slog-envlogger v2.2.0
18132024-02-17T05:15:51.907Z Compiling russh-cryptovec v0.7.0
18142024-02-17T05:15:52.181Z Compiling rand v0.7.3
18152024-02-17T05:15:52.402Z Compiling vsss-rs v3.3.4
18162024-02-17T05:15:52.982Z Compiling ciborium v0.2.2
18172024-02-17T05:15:53.236Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18182024-02-17T05:15:54.231Z Compiling dirs v5.0.1
18192024-02-17T05:15:54.439Z Compiling chacha20poly1305 v0.10.1
18202024-02-17T05:15:54.683Z Compiling cbc v0.1.2
18212024-02-17T05:15:54.944Z Compiling pem v3.0.2
18222024-02-17T05:15:55.202Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18232024-02-17T05:15:55.250Z Compiling headers-core v0.2.0
18242024-02-17T05:15:55.407Z Compiling kstat-rs v0.2.3
18252024-02-17T05:15:55.589Z Compiling http-range v0.1.5
18262024-02-17T05:15:55.796Z Compiling md5 v0.7.0
18272024-02-17T05:15:56.132Z Compiling glob v0.3.1
18282024-02-17T05:15:56.308Z Compiling russh-keys v0.40.1
18292024-02-17T05:15:57.176Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18302024-02-17T05:15:57.399Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18312024-02-17T05:15:57.902Z Compiling hyper-staticfile v0.9.5
18322024-02-17T05:15:58.481Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18332024-02-17T05:15:59.871Z Compiling headers v0.3.9
18342024-02-17T05:16:00.451Z Compiling rcgen v0.12.1
18352024-02-17T05:16:00.933Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18362024-02-17T05:16:01.552Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18372024-02-17T05:16:02.104Z Compiling aes-gcm v0.10.3
18382024-02-17T05:16:03.484Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18392024-02-17T05:16:05.979Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18402024-02-17T05:16:06.357Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18412024-02-17T05:16:08.621Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18422024-02-17T05:16:09.798Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18432024-02-17T05:16:10.593Z Compiling atomicwrites v0.4.3
18442024-02-17T05:16:10.964Z Compiling itertools v0.12.1
18452024-02-17T05:16:11.069Z Compiling subprocess v0.2.9
18462024-02-17T05:16:11.550Z Compiling hex-literal v0.4.1
18472024-02-17T05:16:11.719Z Compiling display-error-chain v0.2.0
18482024-02-17T05:16:11.895Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18492024-02-17T05:16:13.217Z Compiling russh v0.40.2
18502024-02-17T05:16:13.425Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18512024-02-17T05:16:20.150Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18522024-02-17T05:16:21.444Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18532024-02-17T05:16:41.640Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18542024-02-17T05:17:40.964Z Finished dev [unoptimized + debuginfo] target(s) in 5m 45s
18552024-02-17T05:17:40.968Z
18562024-02-17T05:17:40.968Zreal 5:45.330389253
18572024-02-17T05:17:40.968Zuser 29:15.075852169
18582024-02-17T05:17:40.968Zsys 5:37.497364506
18592024-02-17T05:17:40.968Ztrap 0.827406497
18602024-02-17T05:17:40.968Ztflt 13.744911169
18612024-02-17T05:17:40.968Zdflt 8.055969548
18622024-02-17T05:17:40.968Zkflt 0.097411178
18632024-02-17T05:17:40.968Zlock 54:27.400852538
18642024-02-17T05:17:40.968Zslp 1:26:53.628606417
18652024-02-17T05:17:40.968Zlat 1:35.152288786
18662024-02-17T05:17:40.968Zstop 4:28.548315429
18672024-02-17T05:17:40.968Z+ mkdir -p /work/end-to-end-tests
18682024-02-17T05:17:40.968Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18692024-02-17T05:17:41.546Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18702024-02-17T05:17:41.546Z+ ptime -m gzip
18712024-02-17T05:17:41.571Z++ basename target/debug/bootstrap
18722024-02-17T05:17:54.726Z
18732024-02-17T05:17:54.727Zreal 13.190284345
18742024-02-17T05:17:54.727Zuser 13.080893076
18752024-02-17T05:17:54.727Zsys 0.099040207
18762024-02-17T05:17:54.730Ztrap 0.002950086
18772024-02-17T05:17:54.731Ztflt 0.000000000
18782024-02-17T05:17:54.731Zdflt 0.000000000
18792024-02-17T05:17:54.731Zkflt 0.000000000
18802024-02-17T05:17:54.731Zlock 0.000000000
18812024-02-17T05:17:54.731Zslp 0.000000000
18822024-02-17T05:17:54.731Zlat 0.007012299
18832024-02-17T05:17:54.731Zstop 0.000171513
18842024-02-17T05:17:54.731Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18852024-02-17T05:17:54.731Z+ ptime -m gzip
18862024-02-17T05:17:54.731Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c8880d828796b7b9
18872024-02-17T05:17:56.020Z
18882024-02-17T05:17:56.027Zreal 1.279955782
18892024-02-17T05:17:56.027Zuser 1.268897988
18902024-02-17T05:17:56.028Zsys 0.010494560
18912024-02-17T05:17:56.028Ztrap 0.000082438
18922024-02-17T05:17:56.028Ztflt 0.000000000
18932024-02-17T05:17:56.028Zdflt 0.000000000
18942024-02-17T05:17:56.029Zkflt 0.000000000
18952024-02-17T05:17:56.029Zlock 0.000000000
18962024-02-17T05:17:56.029Zslp 0.000000000
18972024-02-17T05:17:56.029Zlat 0.000091525
18982024-02-17T05:17:56.029Zstop 0.000169313
18992024-02-17T05:17:56.030Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19002024-02-17T05:17:56.030Z+ ptime -m gzip
19012024-02-17T05:17:56.030Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8526e9be48fb90b9
19022024-02-17T05:18:09.516Z
19032024-02-17T05:18:09.516Zreal 13.492852499
19042024-02-17T05:18:09.516Zuser 13.405751956
19052024-02-17T05:18:09.517Zsys 0.083389385
19062024-02-17T05:18:09.517Ztrap 0.001788424
19072024-02-17T05:18:09.517Ztflt 0.000000000
19082024-02-17T05:18:09.525Zdflt 0.000000000
19092024-02-17T05:18:09.525Zkflt 0.000000000
19102024-02-17T05:18:09.525Zlock 0.000000000
19112024-02-17T05:18:09.525Zslp 0.000000000
19122024-02-17T05:18:09.525Zlat 0.001535170
19132024-02-17T05:18:09.525Zstop 0.000168253
19142024-02-17T05:18:09.525Z+ banner caboose-util
19152024-02-17T05:18:09.525Z
19162024-02-17T05:18:09.525Z #### ## ##### #### #### #### ###### # # #####
19172024-02-17T05:18:09.525Z # # # # # # # # # # # # # # #
19182024-02-17T05:18:09.525Z # # # ##### # # # # #### ##### ##### # # #
19192024-02-17T05:18:09.526Z # ###### # # # # # # # # # # #
19202024-02-17T05:18:09.526Z # # # # # # # # # # # # # # # #
19212024-02-17T05:18:09.526Z #### # # ##### #### #### #### ###### #### #
19222024-02-17T05:18:09.526Z
19232024-02-17T05:18:09.526Z+ ptime -m cargo build --locked -p caboose-util --release
19242024-02-17T05:18:09.930Z Downloading crates ...
19252024-02-17T05:18:10.292Z Downloaded crc-catalog v2.2.0
19262024-02-17T05:18:10.295Z Downloaded tap v1.0.1
19272024-02-17T05:18:10.298Z Downloaded packed_struct v0.10.1
19282024-02-17T05:18:10.301Z Downloaded env_logger v0.10.0
19292024-02-17T05:18:10.306Z Downloaded funty v2.0.0
19302024-02-17T05:18:10.310Z Downloaded nodrop v0.1.14
19312024-02-17T05:18:10.315Z Downloaded path-slash v0.1.5
19322024-02-17T05:18:10.318Z Downloaded crc v3.0.1
19332024-02-17T05:18:10.321Z Downloaded bitfield v0.14.0
19342024-02-17T05:18:10.321Z Downloaded smallvec v0.6.14
19352024-02-17T05:18:10.324Z Downloaded maybe-uninit v2.0.0
19362024-02-17T05:18:10.324Z Downloaded wyz v0.5.1
19372024-02-17T05:18:10.328Z Downloaded pkcs1 v0.7.5
19382024-02-17T05:18:10.328Z Downloaded serde-hex v0.1.0
19392024-02-17T05:18:10.331Z Downloaded radium v0.7.0
19402024-02-17T05:18:10.332Z Downloaded packed_struct_codegen v0.10.1
19412024-02-17T05:18:10.332Z Downloaded array-init v0.0.4
19422024-02-17T05:18:10.332Z Downloaded termcolor v1.2.0
19432024-02-17T05:18:10.339Z Downloaded ron v0.8.1
19442024-02-17T05:18:10.347Z Downloaded rsa v0.9.2
19452024-02-17T05:18:10.764Z Downloaded crc-any v2.4.3
19462024-02-17T05:18:10.765Z Downloaded hashbrown v0.13.2
19472024-02-17T05:18:10.765Z Downloaded x509-cert v0.2.4
19482024-02-17T05:18:10.765Z Downloaded num-bigint-dig v0.8.4
19492024-02-17T05:18:10.765Z Downloaded object v0.30.4
19502024-02-17T05:18:10.765Z Downloaded bitvec v1.0.1
19512024-02-17T05:18:10.765Z Compiling proc-macro2 v1.0.78
19522024-02-17T05:18:10.765Z Compiling unicode-ident v1.0.12
19532024-02-17T05:18:10.765Z Compiling libc v0.2.153
19542024-02-17T05:18:10.765Z Compiling serde v1.0.196
19552024-02-17T05:18:10.765Z Compiling autocfg v1.1.0
19562024-02-17T05:18:10.765Z Compiling version_check v0.9.4
19572024-02-17T05:18:10.765Z Compiling cfg-if v1.0.0
19582024-02-17T05:18:10.765Z Compiling typenum v1.16.0
19592024-02-17T05:18:10.766Z Compiling once_cell v1.19.0
19602024-02-17T05:18:10.766Z Compiling parking_lot_core v0.9.8
19612024-02-17T05:18:11.042Z Compiling memchr v2.6.3
19622024-02-17T05:18:11.086Z Compiling syn v1.0.109
19632024-02-17T05:18:11.118Z Compiling byteorder v1.5.0
19642024-02-17T05:18:11.140Z Compiling generic-array v0.14.7
19652024-02-17T05:18:11.416Z Compiling lock_api v0.4.10
19662024-02-17T05:18:11.537Z Compiling libm v0.2.7
19672024-02-17T05:18:11.616Z Compiling num-traits v0.2.16
19682024-02-17T05:18:11.730Z Compiling ahash v0.8.7
19692024-02-17T05:18:11.856Z Compiling pkg-config v0.3.27
19702024-02-17T05:18:11.914Z Compiling quote v1.0.35
19712024-02-17T05:18:12.052Z Compiling thiserror v1.0.57
19722024-02-17T05:18:12.517Z Compiling syn v2.0.48
19732024-02-17T05:18:12.531Z Compiling cc v1.0.83
19742024-02-17T05:18:12.566Z Compiling getrandom v0.2.10
19752024-02-17T05:18:12.905Z Compiling serde_json v1.0.113
19762024-02-17T05:18:12.992Z Compiling scopeguard v1.2.0
19772024-02-17T05:18:13.415Z Compiling slab v0.4.9
19782024-02-17T05:18:13.509Z Compiling itoa v1.0.9
19792024-02-17T05:18:13.588Z Compiling log v0.4.20
19802024-02-17T05:18:13.741Z Compiling rand_core v0.6.4
19812024-02-17T05:18:14.612Z Compiling smallvec v1.13.1
19822024-02-17T05:18:14.648Z Compiling vcpkg v0.2.15
19832024-02-17T05:18:15.176Z Compiling const-oid v0.9.5
19842024-02-17T05:18:15.562Z Compiling parking_lot v0.12.1
19852024-02-17T05:18:15.654Z Compiling pin-project-lite v0.2.13
19862024-02-17T05:18:16.025Z Compiling ring v0.17.7
19872024-02-17T05:18:16.395Z Compiling openssl-sys v0.9.96
19882024-02-17T05:18:16.428Z Compiling ryu v1.0.15
19892024-02-17T05:18:16.447Z Compiling ucd-trie v0.1.6
19902024-02-17T05:18:16.915Z Compiling signal-hook-registry v1.4.1
19912024-02-17T05:18:17.397Z Compiling subtle v2.5.0
19922024-02-17T05:18:17.461Z Compiling rustix v0.38.31
19932024-02-17T05:18:17.577Z Compiling ring v0.16.20
19942024-02-17T05:18:17.700Z Compiling mio v0.8.9
19952024-02-17T05:18:18.168Z Compiling heck v0.4.1
19962024-02-17T05:18:18.582Z Compiling futures-core v0.3.30
19972024-02-17T05:18:18.593Z Compiling semver v1.0.21
19982024-02-17T05:18:19.826Z Compiling spin v0.5.2
19992024-02-17T05:18:20.053Z Compiling socket2 v0.5.5
20002024-02-17T05:18:20.453Z Compiling num_cpus v1.16.0
20012024-02-17T05:18:20.556Z Compiling allocator-api2 v0.2.16
20022024-02-17T05:18:20.566Z Compiling httparse v1.8.0
20032024-02-17T05:18:20.954Z Compiling futures-sink v0.3.30
20042024-02-17T05:18:20.972Z Compiling unicode-xid v0.2.4
20052024-02-17T05:18:21.011Z Compiling openssl v0.10.60
20062024-02-17T05:18:21.117Z Compiling synstructure v0.12.6
20072024-02-17T05:18:21.487Z Compiling equivalent v1.0.1
20082024-02-17T05:18:21.647Z Compiling tinyvec_macros v0.1.1
20092024-02-17T05:18:21.715Z Compiling tinyvec v1.6.0
20102024-02-17T05:18:22.048Z Compiling futures-channel v0.3.30
20112024-02-17T05:18:22.362Z Compiling crc32fast v1.3.2
20122024-02-17T05:18:22.452Z Compiling native-tls v0.2.11
20132024-02-17T05:18:22.463Z Compiling rustls v0.21.9
20142024-02-17T05:18:22.746Z Compiling futures-task v0.3.30
20152024-02-17T05:18:22.796Z Compiling pin-utils v0.1.0
20162024-02-17T05:18:22.800Z Compiling ppv-lite86 v0.2.17
20172024-02-17T05:18:22.873Z Compiling futures-io v0.3.30
20182024-02-17T05:18:22.889Z Compiling bzip2-sys v0.1.11+1.0.8
20192024-02-17T05:18:23.128Z Compiling spin v0.9.8
20202024-02-17T05:18:23.167Z Compiling tracing-core v0.1.31
20212024-02-17T05:18:23.272Z Compiling unicode-normalization v0.1.22
20222024-02-17T05:18:23.348Z Compiling unicode-bidi v0.3.13
20232024-02-17T05:18:23.524Z Compiling base64ct v1.6.0
20242024-02-17T05:18:23.613Z Compiling rand_chacha v0.3.1
20252024-02-17T05:18:24.334Z Compiling pem-rfc7468 v0.7.0
20262024-02-17T05:18:24.385Z Compiling rand v0.8.5
20272024-02-17T05:18:24.850Z Compiling num-iter v0.1.43
20282024-02-17T05:18:25.146Z Compiling usdt-impl v0.3.5
20292024-02-17T05:18:25.172Z Compiling schemars v0.8.16
20302024-02-17T05:18:25.517Z Compiling flagset v0.4.3
20312024-02-17T05:18:25.556Z Compiling signal-hook v0.3.17
20322024-02-17T05:18:25.888Z Compiling serde_derive_internals v0.26.0
20332024-02-17T05:18:25.897Z Compiling serde_derive v1.0.196
20342024-02-17T05:18:25.915Z Compiling zeroize_derive v1.4.2
20352024-02-17T05:18:26.039Z Compiling zerocopy-derive v0.7.32
20362024-02-17T05:18:26.055Z Compiling thiserror-impl v1.0.57
20372024-02-17T05:18:26.369Z Compiling tokio-macros v2.2.0
20382024-02-17T05:18:26.420Z Compiling futures-macro v0.3.30
20392024-02-17T05:18:27.145Z Compiling tracing-attributes v0.1.26
20402024-02-17T05:18:27.359Z Compiling zeroize v1.7.0
20412024-02-17T05:18:28.131Z Compiling zerocopy v0.7.32
20422024-02-17T05:18:28.377Z Compiling der_derive v0.7.2
20432024-02-17T05:18:29.040Z Compiling pest v2.7.6
20442024-02-17T05:18:29.409Z Compiling crypto-common v0.1.6
20452024-02-17T05:18:29.548Z Compiling block-buffer v0.10.4
20462024-02-17T05:18:29.813Z Compiling digest v0.10.7
20472024-02-17T05:18:29.843Z Compiling zerocopy-derive v0.2.0
20482024-02-17T05:18:30.303Z Compiling openssl-macros v0.1.1
20492024-02-17T05:18:30.406Z Compiling hashbrown v0.14.3
20502024-02-17T05:18:30.784Z Compiling futures-util v0.3.30
20512024-02-17T05:18:31.002Z Compiling tracing v0.1.37
20522024-02-17T05:18:31.317Z Compiling zerocopy-derive v0.6.4
20532024-02-17T05:18:31.477Z Compiling pest_meta v2.7.6
20542024-02-17T05:18:31.577Z Compiling scroll_derive v0.12.0
20552024-02-17T05:18:31.746Z Compiling der v0.7.8
20562024-02-17T05:18:33.042Z Compiling pest_generator v2.7.6
20572024-02-17T05:18:36.031Z Compiling pest_derive v2.7.6
20582024-02-17T05:18:36.289Z Compiling errno v0.3.8
20592024-02-17T05:18:36.349Z Compiling fnv v1.0.7
20602024-02-17T05:18:36.549Z Compiling rustversion v1.0.14
20612024-02-17T05:18:37.232Z Compiling spki v0.7.2
20622024-02-17T05:18:37.761Z Compiling zerocopy v0.3.0
20632024-02-17T05:18:37.983Z Compiling schemars_derive v0.8.16
20642024-02-17T05:18:38.577Z Compiling lazy_static v1.4.0
20652024-02-17T05:18:39.313Z Compiling backtrace v0.3.69
20662024-02-17T05:18:39.744Z Compiling thread-id v4.2.0
20672024-02-17T05:18:39.836Z Compiling bytes v1.5.0
20682024-02-17T05:18:40.112Z Compiling bitflags v2.4.0
20692024-02-17T05:18:40.812Z Compiling tokio v1.36.0
20702024-02-17T05:18:40.828Z Compiling indexmap v2.2.3
20712024-02-17T05:18:40.997Z Compiling rustc_version v0.4.0
20722024-02-17T05:18:42.309Z Compiling heapless v0.7.16
20732024-02-17T05:18:42.701Z Compiling http v0.2.11
20742024-02-17T05:18:42.854Z Compiling uuid v1.7.0
20752024-02-17T05:18:42.901Z Compiling memoffset v0.9.0
20762024-02-17T05:18:43.225Z Compiling num-bigint v0.4.4
20772024-02-17T05:18:43.578Z Compiling iana-time-zone v0.1.57
20782024-02-17T05:18:43.720Z Compiling smoltcp v0.9.1
20792024-02-17T05:18:44.385Z Compiling foreign-types-shared v0.1.1
20802024-02-17T05:18:44.890Z Compiling percent-encoding v2.3.1
20812024-02-17T05:18:44.890Z Compiling base64 v0.21.7
20822024-02-17T05:18:44.890Z Compiling crossbeam-utils v0.8.16
20832024-02-17T05:18:45.145Z Compiling untrusted v0.7.1
20842024-02-17T05:18:45.274Z Compiling async-trait v0.1.77
20852024-02-17T05:18:45.326Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20862024-02-17T05:18:46.149Z Compiling untrusted v0.9.0
20872024-02-17T05:18:46.155Z Compiling foreign-types v0.3.2
20882024-02-17T05:18:46.748Z Compiling chrono v0.4.31
20892024-02-17T05:18:47.299Z Compiling dof v0.1.5
20902024-02-17T05:18:48.897Z Compiling dtrace-parser v0.1.14
20912024-02-17T05:18:49.250Z Compiling tokio-util v0.7.10
20922024-02-17T05:18:49.341Z Compiling hmac v0.12.1
20932024-02-17T05:18:49.538Z Compiling clap_derive v4.5.0
20942024-02-17T05:18:50.042Z Compiling num-integer v0.1.46
20952024-02-17T05:18:50.312Z Compiling utf8parse v0.2.1
20962024-02-17T05:18:50.377Z Compiling anstyle v1.0.2
20972024-02-17T05:18:50.719Z Compiling time-core v0.1.1
20982024-02-17T05:18:50.880Z Compiling cpufeatures v0.2.12
20992024-02-17T05:18:50.909Z Compiling try-lock v0.2.4
21002024-02-17T05:18:50.909Z Compiling siphasher v0.3.11
21012024-02-17T05:18:50.990Z Compiling adler v1.0.2
21022024-02-17T05:18:51.024Z Compiling want v0.3.1
21032024-02-17T05:18:51.070Z Compiling sha2 v0.10.8
21042024-02-17T05:18:51.189Z Compiling miniz_oxide v0.7.1
21052024-02-17T05:18:51.696Z Compiling time-macros v0.2.13
21062024-02-17T05:18:54.374Z Compiling anstyle-parse v0.2.1
21072024-02-17T05:18:54.414Z Compiling h2 v0.3.24
21082024-02-17T05:18:55.790Z Compiling strum_macros v0.25.2
21092024-02-17T05:18:56.939Z Compiling rustls-webpki v0.101.7
21102024-02-17T05:18:56.943Z Compiling sct v0.7.0
21112024-02-17T05:18:57.234Z Compiling form_urlencoded v1.2.1
21122024-02-17T05:18:57.530Z Compiling http-body v0.4.5
21132024-02-17T05:18:58.686Z Compiling serde_tokenstream v0.1.7
21142024-02-17T05:18:59.209Z Compiling pkcs8 v0.10.2
21152024-02-17T05:18:59.561Z Compiling hubpack_derive v0.1.1
21162024-02-17T05:18:59.828Z Compiling socket2 v0.4.9
21172024-02-17T05:18:59.859Z Compiling crossbeam-epoch v0.9.15
21182024-02-17T05:19:00.471Z Compiling usdt-impl v0.5.0
21192024-02-17T05:19:00.482Z Compiling httpdate v1.0.3
21202024-02-17T05:19:00.635Z Compiling tower-service v0.3.2
21212024-02-17T05:19:00.752Z Compiling anyhow v1.0.75
21222024-02-17T05:19:00.762Z Compiling anstyle-query v1.0.0
21232024-02-17T05:19:00.971Z Compiling openssl-probe v0.1.5
21242024-02-17T05:19:01.326Z Compiling colorchoice v1.0.0
21252024-02-17T05:19:01.405Z Compiling slog v2.7.0
21262024-02-17T05:19:01.492Z Compiling radium v0.7.0
21272024-02-17T05:19:01.674Z Compiling hyper v0.14.27
21282024-02-17T05:19:01.785Z Compiling anstream v0.6.11
21292024-02-17T05:19:07.830Z Compiling terminal_size v0.3.0
21302024-02-17T05:19:08.119Z Compiling serde_spanned v0.6.5
21312024-02-17T05:19:08.349Z Compiling toml_datetime v0.6.5
21322024-02-17T05:19:10.265Z Compiling zerocopy v0.6.4
21332024-02-17T05:19:10.298Z Compiling scroll v0.12.0
21342024-02-17T05:19:10.888Z Compiling md-5 v0.10.5
21352024-02-17T05:19:11.152Z Compiling idna v0.5.0
21362024-02-17T05:19:11.239Z Compiling stringprep v0.1.3
21372024-02-17T05:19:11.424Z Compiling diesel_table_macro_syntax v0.1.0
21382024-02-17T05:19:11.770Z Compiling aho-corasick v1.0.4
21392024-02-17T05:19:11.862Z Compiling hash32 v0.2.1
21402024-02-17T05:19:12.055Z Compiling dyn-clone v1.0.16
21412024-02-17T05:19:12.112Z Compiling gimli v0.28.0
21422024-02-17T05:19:12.142Z Compiling clap_lex v0.7.0
21432024-02-17T05:19:12.229Z Compiling maybe-uninit v2.0.0
21442024-02-17T05:19:12.242Z Compiling strsim v0.11.0
21452024-02-17T05:19:12.556Z Compiling stable_deref_trait v1.2.0
21462024-02-17T05:19:12.659Z Compiling fallible-iterator v0.2.0
21472024-02-17T05:19:12.711Z Compiling plain v0.2.3
21482024-02-17T05:19:13.016Z Compiling tap v1.0.1
21492024-02-17T05:19:13.174Z Compiling regex-syntax v0.8.2
21502024-02-17T05:19:13.200Z Compiling wyz v0.5.1
21512024-02-17T05:19:13.417Z Compiling postgres-protocol v0.6.6
21522024-02-17T05:19:13.676Z Compiling goblin v0.8.0
21532024-02-17T05:19:14.258Z Compiling clap_builder v4.5.0
21542024-02-17T05:19:15.101Z Compiling url v2.5.0
21552024-02-17T05:19:15.454Z Compiling diesel_derives v2.1.2
21562024-02-17T05:19:16.731Z Compiling addr2line v0.21.0
21572024-02-17T05:19:17.174Z Compiling regex-automata v0.4.4
21582024-02-17T05:19:17.646Z Compiling tokio-rustls v0.24.1
21592024-02-17T05:19:19.084Z Compiling tokio-native-tls v0.3.1
21602024-02-17T05:19:19.938Z Compiling usdt-macro v0.3.5
21612024-02-17T05:19:20.147Z Compiling usdt-attr-macro v0.3.5
21622024-02-17T05:19:21.990Z Compiling phf_shared v0.11.2
21632024-02-17T05:19:23.240Z Compiling block-padding v0.3.3
21642024-02-17T05:19:23.352Z Compiling enum-as-inner v0.5.1
21652024-02-17T05:19:23.466Z Compiling serde_repr v0.1.16
21662024-02-17T05:19:24.354Z Compiling ff v0.13.0
21672024-02-17T05:19:24.580Z Compiling scheduled-thread-pool v0.2.7
21682024-02-17T05:19:25.055Z Compiling object v0.32.1
21692024-02-17T05:19:26.246Z Compiling num-bigint-dig v0.8.4
21702024-02-17T05:19:26.345Z Compiling managed v0.8.0
21712024-02-17T05:19:27.225Z Compiling pretty-hex v0.4.1
21722024-02-17T05:19:27.230Z Compiling deranged v0.3.8
21732024-02-17T05:19:27.230Z Compiling matches v0.1.10
21742024-02-17T05:19:27.230Z Compiling winnow v0.5.15
21752024-02-17T05:19:29.073Z Compiling regex-automata v0.1.10
21762024-02-17T05:19:29.228Z Compiling num_threads v0.1.6
21772024-02-17T05:19:29.355Z Compiling rustc-demangle v0.1.23
21782024-02-17T05:19:29.578Z Compiling packed_struct v0.10.1
21792024-02-17T05:19:29.931Z Compiling bitflags v1.3.2
21802024-02-17T05:19:29.987Z Compiling base16ct v0.2.0
21812024-02-17T05:19:30.267Z Compiling bit-vec v0.6.3
21822024-02-17T05:19:31.056Z Compiling ipnet v2.9.0
21832024-02-17T05:19:31.059Z Compiling funty v2.0.0
21842024-02-17T05:19:31.059Z Compiling toml_edit v0.19.15
21852024-02-17T05:19:32.002Z Compiling bitvec v1.0.1
21862024-02-17T05:19:34.756Z Compiling sec1 v0.7.3
21872024-02-17T05:19:35.349Z Compiling bstr v0.2.17
21882024-02-17T05:19:36.684Z Compiling time v0.3.27
21892024-02-17T05:19:36.905Z Compiling idna v0.2.3
21902024-02-17T05:19:37.274Z Compiling dof v0.3.0
21912024-02-17T05:19:37.893Z Compiling r2d2 v0.8.10
21922024-02-17T05:19:38.234Z Compiling group v0.13.0
21932024-02-17T05:19:38.372Z Compiling inout v0.1.3
21942024-02-17T05:19:39.186Z Compiling phf v0.11.2
21952024-02-17T05:19:39.603Z Compiling regex v1.10.3
21962024-02-17T05:19:39.668Z Compiling hyper-tls v0.5.0
21972024-02-17T05:19:40.026Z Compiling clap v4.5.0
21982024-02-17T05:19:40.140Z Compiling hyper-rustls v0.24.2
21992024-02-17T05:19:40.494Z Compiling signal-hook-mio v0.2.3
22002024-02-17T05:19:40.965Z Compiling flate2 v1.0.28
22012024-02-17T05:19:41.023Z Compiling ipnetwork v0.20.0
22022024-02-17T05:19:41.449Z Compiling bzip2 v0.4.4
22032024-02-17T05:19:41.960Z Compiling postgres-types v0.2.6
22042024-02-17T05:19:41.960Z Compiling hubpack v0.1.2
22052024-02-17T05:19:42.071Z Compiling serde_urlencoded v0.7.1
22062024-02-17T05:19:42.277Z Compiling rustls-pemfile v1.0.3
22072024-02-17T05:19:42.288Z Compiling phf_shared v0.10.0
22082024-02-17T05:19:42.611Z Compiling hkdf v0.12.4
22092024-02-17T05:19:42.793Z Compiling futures-executor v0.3.30
22102024-02-17T05:19:42.949Z Compiling dtrace-parser v0.2.0
22112024-02-17T05:19:44.494Z Compiling crypto-bigint v0.5.2
22122024-02-17T05:19:44.672Z Compiling packed_struct_codegen v0.10.1
22132024-02-17T05:19:44.947Z Compiling float-cmp v0.9.0
22142024-02-17T05:19:45.798Z Compiling indexmap v1.9.3
22152024-02-17T05:19:46.085Z Compiling encoding_rs v0.8.33
22162024-02-17T05:19:46.100Z Compiling whoami v1.4.1
22172024-02-17T05:19:46.222Z Compiling precomputed-hash v0.1.1
22182024-02-17T05:19:46.331Z Compiling static_assertions v1.1.0
22192024-02-17T05:19:46.442Z Compiling regex-automata v0.3.8
22202024-02-17T05:19:46.660Z Compiling nodrop v0.1.14
22212024-02-17T05:19:46.761Z Compiling winnow v0.6.1
22222024-02-17T05:19:53.705Z Compiling webpki-roots v0.25.2
22232024-02-17T05:19:53.705Z Compiling data-encoding v2.4.0
22242024-02-17T05:19:53.705Z Compiling difflib v0.4.0
22252024-02-17T05:19:53.705Z Compiling fixedbitset v0.4.2
22262024-02-17T05:19:53.705Z Compiling unicode-segmentation v1.10.1
22272024-02-17T05:19:53.705Z Compiling mime v0.3.17
22282024-02-17T05:19:53.705Z Compiling new_debug_unreachable v1.0.4
22292024-02-17T05:19:53.705Z Compiling crc-catalog v2.2.0
22302024-02-17T05:19:53.705Z Compiling predicates-core v1.0.6
22312024-02-17T05:19:53.706Z Compiling minimal-lexical v0.2.1
22322024-02-17T05:19:53.706Z Compiling unicode-width v0.1.11
22332024-02-17T05:19:53.706Z Compiling normalize-line-endings v0.3.0
22342024-02-17T05:19:53.706Z Compiling either v1.10.0
22352024-02-17T05:19:53.706Z Compiling predicates v3.1.0
22362024-02-17T05:19:53.706Z Compiling nom v7.1.3
22372024-02-17T05:19:53.706Z Compiling itertools v0.10.5
22382024-02-17T05:19:53.797Z Compiling console v0.15.8
22392024-02-17T05:19:55.413Z Compiling similar v2.3.0
22402024-02-17T05:19:55.430Z Compiling reqwest v0.11.22
22412024-02-17T05:19:56.286Z Compiling crc v3.0.1
22422024-02-17T05:19:57.028Z Compiling string_cache v0.8.7
22432024-02-17T05:19:58.216Z Compiling petgraph v0.6.4
22442024-02-17T05:20:00.632Z Compiling toml_edit v0.22.6
22452024-02-17T05:20:07.636Z Compiling trust-dns-proto v0.22.0
22462024-02-17T05:20:07.938Z Compiling bstr v1.6.0
22472024-02-17T05:20:09.488Z Compiling array-init v0.0.4
22482024-02-17T05:20:10.276Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22492024-02-17T05:20:10.834Z Compiling tokio-postgres v0.7.10
22502024-02-17T05:20:12.886Z Compiling elliptic-curve v0.13.8
22512024-02-17T05:20:17.708Z Compiling futures v0.3.30
22522024-02-17T05:20:18.147Z Compiling zip v0.6.6
22532024-02-17T05:20:19.161Z Compiling smallvec v0.6.14
22542024-02-17T05:20:19.162Z Compiling yasna v0.5.2
22552024-02-17T05:20:19.671Z Compiling diesel v2.1.4
22562024-02-17T05:20:19.677Z Compiling crossterm v0.27.0
22572024-02-17T05:20:20.190Z Compiling cipher v0.4.4
22582024-02-17T05:20:21.715Z Compiling toml v0.7.8
22592024-02-17T05:20:22.340Z Compiling bit-set v0.5.3
22602024-02-17T05:20:22.606Z Compiling usdt v0.3.5
22612024-02-17T05:20:23.280Z Compiling strum v0.25.0
22622024-02-17T05:20:23.288Z Compiling pkcs1 v0.7.5
22632024-02-17T05:20:23.452Z Compiling tokio-stream v0.1.14
22642024-02-17T05:20:24.430Z Compiling is-terminal v0.4.9
22652024-02-17T05:20:25.014Z Compiling openapiv3 v2.0.0
22662024-02-17T05:20:25.014Z Compiling hex v0.4.3
22672024-02-17T05:20:26.181Z Compiling signature v2.1.0
22682024-02-17T05:20:29.470Z Compiling termcolor v1.2.0
22692024-02-17T05:20:30.813Z Compiling hashbrown v0.12.3
22702024-02-17T05:20:31.398Z Compiling lalrpop-util v0.19.12
22712024-02-17T05:20:32.130Z Compiling bitfield v0.14.0
22722024-02-17T05:20:32.942Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22732024-02-17T05:20:39.034Z Compiling env_logger v0.10.0
22742024-02-17T05:20:42.049Z Compiling rsa v0.9.2
22752024-02-17T05:20:49.582Z Compiling serde-hex v0.1.0
22762024-02-17T05:20:54.744Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22772024-02-17T05:20:57.022Z Compiling ron v0.8.1
22782024-02-17T05:20:57.770Z Compiling x509-cert v0.2.4
22792024-02-17T05:20:59.058Z Compiling hashbrown v0.13.2
22802024-02-17T05:21:02.466Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22812024-02-17T05:21:04.859Z Compiling crc-any v2.4.3
22822024-02-17T05:21:20.183Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22832024-02-17T05:21:33.166Z Compiling object v0.30.4
22842024-02-17T05:21:35.033Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22852024-02-17T05:21:43.524Z Compiling path-slash v0.1.5
22862024-02-17T05:21:43.744Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22872024-02-17T05:22:11.586Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22882024-02-17T05:22:12.322Z Finished release [optimized] target(s) in 4m 02s
22892024-02-17T05:22:12.394Z
22902024-02-17T05:22:12.410Zreal 4:02.805122422
22912024-02-17T05:22:12.411Zuser 26:30.661375967
22922024-02-17T05:22:12.411Zsys 3:01.384382763
22932024-02-17T05:22:12.411Ztrap 0.812242517
22942024-02-17T05:22:12.411Ztflt 1.682985744
22952024-02-17T05:22:12.411Zdflt 0.614303692
22962024-02-17T05:22:12.411Zkflt 0.000139045
22972024-02-17T05:22:12.411Zlock 1:00:45.861010716
22982024-02-17T05:22:12.411Zslp 1:18:29.046819317
22992024-02-17T05:22:12.411Zlat 1:26.772961160
23002024-02-17T05:22:12.411Zstop 1:14.206463587
23012024-02-17T05:22:12.411Z+ ptime -m gzip
23022024-02-17T05:22:12.857Z
23032024-02-17T05:22:12.857Zreal 0.455914969
23042024-02-17T05:22:12.858Zuser 0.449774952
23052024-02-17T05:22:12.858Zsys 0.005602679
23062024-02-17T05:22:12.858Ztrap 0.000030276
23072024-02-17T05:22:12.858Ztflt 0.000000000
23082024-02-17T05:22:12.858Zdflt 0.000000000
23092024-02-17T05:22:12.858Zkflt 0.000000000
23102024-02-17T05:22:12.858Zlock 0.000000000
23112024-02-17T05:22:12.858Zslp 0.000000000
23122024-02-17T05:22:12.858Zlat 0.000096615
23132024-02-17T05:22:12.859Zstop 0.000186960
23142024-02-17T05:22:12.949Z+ banner tufaceous
23152024-02-17T05:22:12.949Z
23162024-02-17T05:22:12.949Z ##### # # ###### ## #### ###### #### # # ####
23172024-02-17T05:22:12.949Z # # # # # # # # # # # # # #
23182024-02-17T05:22:12.949Z # # # ##### # # # ##### # # # # ####
23192024-02-17T05:22:12.949Z # # # # ###### # # # # # # #
23202024-02-17T05:22:12.950Z # # # # # # # # # # # # # # #
23212024-02-17T05:22:12.950Z # #### # # # #### ###### #### #### ####
23222024-02-17T05:22:12.950Z
23232024-02-17T05:22:12.950Z+ ptime -m cargo build --locked -p tufaceous --release
23242024-02-17T05:22:13.274Z Downloading crates ...
23252024-02-17T05:22:13.620Z Downloaded doc-comment v0.3.3
23262024-02-17T05:22:13.628Z Downloaded async-recursion v1.0.5
23272024-02-17T05:22:13.631Z Downloaded snafu v0.7.5
23282024-02-17T05:22:13.637Z Downloaded parse-size v1.0.0
23292024-02-17T05:22:13.640Z Downloaded olpc-cjson v0.1.3
23302024-02-17T05:22:13.640Z Downloaded humantime v2.1.0
23312024-02-17T05:22:13.643Z Downloaded buf-list v1.0.3
23322024-02-17T05:22:13.646Z Downloaded serde_plain v1.0.2
23332024-02-17T05:22:13.650Z Downloaded snafu-derive v0.7.5
23342024-02-17T05:22:13.653Z Downloaded globset v0.4.13
23352024-02-17T05:22:13.653Z Downloaded pin-project-internal v1.1.3
23362024-02-17T05:22:13.659Z Downloaded fs-err v2.11.0
23372024-02-17T05:22:13.662Z Downloaded pin-project v1.1.3
23382024-02-17T05:22:13.668Z Downloaded typed-path v0.7.0
23392024-02-17T05:22:13.677Z Downloaded tough v0.16.0
23402024-02-17T05:22:14.111Z Compiling serde_tokenstream v0.2.0
23412024-02-17T05:22:14.111Z Compiling regress v0.8.0
23422024-02-17T05:22:14.112Z Compiling dirs-sys-next v0.1.2
23432024-02-17T05:22:14.112Z Compiling ident_case v1.0.1
23442024-02-17T05:22:14.112Z Compiling strsim v0.10.0
23452024-02-17T05:22:14.112Z Compiling rustls-pki-types v1.3.0
23462024-02-17T05:22:14.112Z Compiling thread_local v1.1.7
23472024-02-17T05:22:14.112Z Compiling dirs-next v2.0.0
23482024-02-17T05:22:14.270Z Compiling darling_core v0.20.3
23492024-02-17T05:22:14.346Z Compiling heck v0.4.1
23502024-02-17T05:22:14.501Z Compiling rustls v0.22.2
23512024-02-17T05:22:14.673Z Compiling slog-async v2.8.0
23522024-02-17T05:22:14.818Z Compiling camino v1.1.6
23532024-02-17T05:22:15.068Z Compiling rustls-webpki v0.102.1
23542024-02-17T05:22:15.193Z Compiling term v0.7.0
23552024-02-17T05:22:15.249Z Compiling crossbeam-channel v0.5.8
23562024-02-17T05:22:15.422Z Compiling getopts v0.2.21
23572024-02-17T05:22:15.586Z Compiling structmeta-derive v0.3.0
23582024-02-17T05:22:16.311Z Compiling atty v0.2.14
23592024-02-17T05:22:16.453Z Compiling multer v3.0.0
23602024-02-17T05:22:16.786Z Compiling unsafe-libyaml v0.2.10
23612024-02-17T05:22:17.012Z Compiling take_mut v0.2.2
23622024-02-17T05:22:17.174Z Compiling doc-comment v0.3.3
23632024-02-17T05:22:17.702Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23642024-02-17T05:22:18.640Z Compiling match_cfg v0.1.0
23652024-02-17T05:22:18.714Z Compiling paste v1.0.14
23662024-02-17T05:22:19.258Z Compiling hostname v0.3.1
23672024-02-17T05:22:19.270Z Compiling structmeta v0.3.0
23682024-02-17T05:22:19.516Z Compiling serde_yaml v0.9.25
23692024-02-17T05:22:19.678Z Compiling darling_macro v0.20.3
23702024-02-17T05:22:20.066Z Compiling slog-term v2.9.0
23712024-02-17T05:22:21.003Z Compiling darling v0.20.3
23722024-02-17T05:22:23.081Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23732024-02-17T05:22:23.099Z Compiling slog-json v2.6.1
23742024-02-17T05:22:23.099Z Compiling http v1.0.0
23752024-02-17T05:22:24.701Z Compiling async-stream-impl v0.3.5
23762024-02-17T05:22:24.710Z Compiling pin-project-internal v1.1.3
23772024-02-17T05:22:24.760Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23782024-02-17T05:22:24.832Z Compiling fastrand v2.0.1
23792024-02-17T05:22:25.084Z Compiling atomic-waker v1.1.1
23802024-02-17T05:22:32.962Z Compiling waitgroup v0.1.2
23812024-02-17T05:22:33.184Z Compiling tempfile v3.10.0
23822024-02-17T05:22:33.184Z Compiling pin-project v1.1.3
23832024-02-17T05:22:33.184Z Compiling async-stream v0.3.5
23842024-02-17T05:22:33.184Z Compiling tokio-rustls v0.25.0
23852024-02-17T05:22:33.184Z Compiling slog-bunyan v2.5.0
23862024-02-17T05:22:33.184Z Compiling serde_with_macros v3.6.1
23872024-02-17T05:22:33.185Z Compiling parse-display-derive v0.9.0
23882024-02-17T05:22:33.185Z Compiling toml v0.8.10
23892024-02-17T05:22:33.185Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23902024-02-17T05:22:33.461Z Compiling rustls-pemfile v2.1.0
23912024-02-17T05:22:33.461Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23922024-02-17T05:22:33.461Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23932024-02-17T05:22:33.461Z Compiling sha1 v0.10.6
23942024-02-17T05:22:33.461Z Compiling newtype-uuid v1.0.1
23952024-02-17T05:22:33.461Z Compiling strum_macros v0.26.1
23962024-02-17T05:22:33.461Z Compiling snafu-derive v0.7.5
23972024-02-17T05:22:33.461Z Compiling serde_path_to_error v0.1.15
23982024-02-17T05:22:33.462Z Compiling instant v0.1.12
23992024-02-17T05:22:33.462Z Compiling fs-err v2.11.0
24002024-02-17T05:22:33.462Z Compiling debug-ignore v1.0.5
24012024-02-17T05:22:33.462Z Compiling arc-swap v1.6.0
24022024-02-17T05:22:33.462Z Compiling same-file v1.0.6
24032024-02-17T05:22:33.462Z Compiling buf-list v1.0.3
24042024-02-17T05:22:33.462Z Compiling slog-scope v4.4.0
24052024-02-17T05:22:33.462Z Compiling walkdir v2.4.0
24062024-02-17T05:22:33.988Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24072024-02-17T05:22:34.152Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24082024-02-17T05:22:35.072Z Compiling backoff v0.4.0
24092024-02-17T05:22:35.441Z Compiling parse-display v0.9.0
24102024-02-17T05:22:35.908Z Compiling strum v0.26.1
24112024-02-17T05:22:36.097Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24122024-02-17T05:22:36.194Z Compiling snafu v0.7.5
24132024-02-17T05:22:36.448Z Compiling serde_with v3.6.1
24142024-02-17T05:22:37.420Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24152024-02-17T05:22:37.638Z Compiling globset v0.4.13
24162024-02-17T05:22:38.560Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24172024-02-17T05:22:38.564Z Compiling olpc-cjson v0.1.3
24182024-02-17T05:22:39.368Z Compiling pem v3.0.2
24192024-02-17T05:22:40.606Z Compiling serde_plain v1.0.2
24202024-02-17T05:22:41.095Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24212024-02-17T05:22:41.106Z Compiling macaddr v1.0.1
24222024-02-17T05:22:41.431Z Compiling async-recursion v1.0.5
24232024-02-17T05:22:41.828Z Compiling filetime v0.2.23
24242024-02-17T05:22:42.176Z Compiling xattr v1.0.1
24252024-02-17T05:22:42.475Z Compiling typed-path v0.7.0
24262024-02-17T05:22:42.480Z Compiling tar v0.4.40
24272024-02-17T05:22:46.700Z Compiling tough v0.16.0
24282024-02-17T05:22:49.792Z Compiling slog-stdlog v4.1.1
24292024-02-17T05:22:50.366Z Compiling camino-tempfile v1.1.1
24302024-02-17T05:22:50.742Z Compiling itertools v0.12.1
24312024-02-17T05:22:51.145Z Compiling parse-size v1.0.0
24322024-02-17T05:22:51.477Z Compiling slog-envlogger v2.2.0
24332024-02-17T05:22:54.271Z Compiling humantime v2.1.0
24342024-02-17T05:22:57.183Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24352024-02-17T05:22:57.412Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24362024-02-17T05:23:07.452Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24372024-02-17T05:23:09.330Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24382024-02-17T05:23:29.888Z Finished release [optimized] target(s) in 1m 16s
24392024-02-17T05:23:29.889Z
24402024-02-17T05:23:29.889Zreal 1:16.696904308
24412024-02-17T05:23:29.889Zuser 8:28.235856960
24422024-02-17T05:23:29.889Zsys 39.777801121
24432024-02-17T05:23:29.889Ztrap 0.235996691
24442024-02-17T05:23:29.889Ztflt 0.456780393
24452024-02-17T05:23:29.889Zdflt 0.329406561
24462024-02-17T05:23:29.889Zkflt 0.000681993
24472024-02-17T05:23:29.889Zlock 16:28.483613389
24482024-02-17T05:23:29.889Zslp 19:25.767802377
24492024-02-17T05:23:29.889Zlat 17.688111139
24502024-02-17T05:23:29.889Zstop 12.100740103
24512024-02-17T05:23:29.889Z+ ptime -m gzip
24522024-02-17T05:23:38.037Z
24532024-02-17T05:23:38.037Zreal 1.732289007
24542024-02-17T05:23:38.037Zuser 1.714200999
24552024-02-17T05:23:38.037Zsys 0.017424901
24562024-02-17T05:23:38.037Ztrap 0.000110353
24572024-02-17T05:23:38.038Ztflt 0.000000000
24582024-02-17T05:23:38.038Zdflt 0.000000000
24592024-02-17T05:23:38.038Zkflt 0.000000000
24602024-02-17T05:23:40.009Zlock 0.000000000
24612024-02-17T05:23:40.009Zslp 0.000000000
24622024-02-17T05:23:40.009Zlat 0.000118381
24632024-02-17T05:23:40.009Zstop 0.000211917
24642024-02-17T05:23:40.009Zprocess exited: duration 852106 ms, exit code 0
 
24652024-02-17T05:23:44.090Zfound 5 output files
24662024-02-17T05:23:44.090Zuploading: /work/end-to-end-tests/bootstrap-c8880d828796b7b9.gz (10682261 bytes)
24672024-02-17T05:24:08.598Zuploaded: /work/end-to-end-tests/bootstrap-c8880d828796b7b9.gz
24682024-02-17T05:24:08.598Zuploading: /work/end-to-end-tests/bootstrap.gz (109447812 bytes)
24692024-02-17T05:24:33.581Zuploaded: /work/end-to-end-tests/bootstrap.gz
24702024-02-17T05:24:33.581Zuploading: /work/end-to-end-tests/end_to_end_tests-8526e9be48fb90b9.gz (112648875 bytes)
24712024-02-17T05:25:04.638Zuploaded: /work/end-to-end-tests/end_to_end_tests-8526e9be48fb90b9.gz
24722024-02-17T05:25:04.639Zuploading: /work/caboose-util.gz (4097665 bytes)
24732024-02-17T05:25:06.625Zuploaded: /work/caboose-util.gz
24742024-02-17T05:25:06.625Zuploading: /work/tufaceous.gz (15880763 bytes)
24752024-02-17T05:25:15.206Zuploaded: /work/tufaceous.gz