01HQ7P67DPRWXY8PVJQTHF5T9P: 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: 01HQ7P6VF1GA0KH8KJ0S0MTR5D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-22T05:57:52.511Zjob assigned to worker 01HQ7P6ZXYDE8AM4FRJQ7K3B1Q (queued for 56 s)
 
22024-02-22T05:57:52.963Zstarting task 0: "setup"
32024-02-22T05:57:53.042Z++ uname -s
42024-02-22T05:57:53.048Z+ kern=SunOS
52024-02-22T05:57:53.048Z+ case "$kern" in
62024-02-22T05:57:53.048Z+ groupadd -g 12345 build
72024-02-22T05:57:53.049Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-22T05:57:55.062Z+ zfs create -o mountpoint=/work rpool/work
92024-02-22T05:57:55.154Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-22T05:57:55.162Z+ home_fs=zfs
112024-02-22T05:57:55.162Z+ [[ zfs == autofs ]]
122024-02-22T05:57:55.162Z+ mkdir -p /home/build
132024-02-22T05:57:55.162Z+ chown build:build /home/build /work
142024-02-22T05:57:57.162Z+ chmod 0700 /home/build /work
152024-02-22T05:57:57.177Zprocess exited: duration 4199 ms, exit code 0
 
162024-02-22T05:57:57.186Zstarting task 1: "rust-toolchain"
172024-02-22T05:57:57.195Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-22T05:57:57.203Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-22T05:57:57.348Zinfo: downloading installer
202024-02-22T05:57:59.216Zwarning: it looks like you have an existing installation of Rust at:
212024-02-22T05:57:59.216Zwarning: /opt/ooce/bin
222024-02-22T05:57:59.216Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-22T05:57:59.216Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-22T05:57:59.216Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-22T05:57:59.216Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-22T05:57:59.216Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-22T05:57:59.216Zerror: cannot install while Rust is installed
282024-02-22T05:57:59.216Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-22T05:57:59.728Zinfo: profile set to 'default'
302024-02-22T05:57:59.728Zinfo: default host triple is x86_64-unknown-illumos
312024-02-22T05:57:59.751Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-22T05:57:59.751Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-22T05:57:59.751Zinfo: downloading component 'cargo'
342024-02-22T05:58:00.514Zinfo: downloading component 'clippy'
352024-02-22T05:58:00.864Zinfo: downloading component 'rust-docs'
362024-02-22T05:58:02.132Zinfo: downloading component 'rust-std'
372024-02-22T05:58:05.339Zinfo: downloading component 'rustc'
382024-02-22T05:58:09.981Zinfo: downloading component 'rustfmt'
392024-02-22T05:58:10.311Zinfo: installing component 'cargo'
402024-02-22T05:58:11.173Zinfo: installing component 'clippy'
412024-02-22T05:58:11.563Zinfo: installing component 'rust-docs'
422024-02-22T05:58:13.058Zinfo: installing component 'rust-std'
432024-02-22T05:58:14.967Zinfo: installing component 'rustc'
442024-02-22T05:58:19.080Zinfo: installing component 'rustfmt'
452024-02-22T05:58:19.460Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-22T05:58:19.466Z
472024-02-22T05:58:19.748Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-22T05:58:19.748Z
492024-02-22T05:58:19.755Z
502024-02-22T05:58:19.756ZRust is installed now. Great!
512024-02-22T05:58:19.756Z
522024-02-22T05:58:19.756ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-22T05:58:19.756Zenvironment variable. This has not been done automatically.
542024-02-22T05:58:19.756Z
552024-02-22T05:58:19.756ZTo configure your current shell, run:
562024-02-22T05:58:19.756Zsource "$HOME/.cargo/env"
572024-02-22T05:58:19.815Z+ rustc --version
582024-02-22T05:58:19.872Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-22T05:58:19.882Zprocess exited: duration 22682 ms, exit code 0
 
602024-02-22T05:58:19.916Zstarting task 2: "authentication"
612024-02-22T05:58:19.940Zprocess exited: duration 34 ms, exit code 0
 
622024-02-22T05:58:19.948Zstarting task 3: "clone repository"
632024-02-22T05:58:19.953Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-22T05:58:19.959Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-22T05:58:20.172ZCloning into '/work/oxidecomputer/omicron'...
662024-02-22T05:58:25.784Z+ cd /work/oxidecomputer/omicron
672024-02-22T05:58:25.784Z+ git fetch origin f30d56b29f15288a53c3744f8b7af7e2a23931ac
682024-02-22T05:58:26.108ZFrom https://github.com/oxidecomputer/omicron
692024-02-22T05:58:26.108Z * branch f30d56b29f15288a53c3744f8b7af7e2a23931ac -> FETCH_HEAD
702024-02-22T05:58:26.116Z+ [[ -n dap/add-sled-timeout ]]
712024-02-22T05:58:26.126Z++ git branch --show-current
722024-02-22T05:58:26.126Z+ current=main
732024-02-22T05:58:26.126Z+ [[ main != dap/add-sled-timeout ]]
742024-02-22T05:58:26.126Z+ git branch -f dap/add-sled-timeout f30d56b29f15288a53c3744f8b7af7e2a23931ac
752024-02-22T05:58:26.126Z+ git checkout -f dap/add-sled-timeout
762024-02-22T05:58:26.231ZSwitched to branch 'dap/add-sled-timeout'
772024-02-22T05:58:26.238Z+ git reset --hard f30d56b29f15288a53c3744f8b7af7e2a23931ac
782024-02-22T05:58:26.338ZHEAD is now at f30d56b29 add a comment
792024-02-22T05:58:26.342Zprocess exited: duration 6392 ms, exit code 0
 
802024-02-22T05:58:26.351Zstarting task 4: "build"
812024-02-22T05:58:26.360Z+ cargo --version
822024-02-22T05:58:26.364Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-22T05:58:26.553Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-22T05:58:26.553Zinfo: downloading component 'cargo'
852024-02-22T05:58:27.588Zinfo: downloading component 'clippy'
862024-02-22T05:58:27.939Zinfo: downloading component 'rust-docs'
872024-02-22T05:58:29.176Zinfo: downloading component 'rust-std'
882024-02-22T05:58:31.011Zinfo: downloading component 'rustc'
892024-02-22T05:58:35.988Zinfo: downloading component 'rustfmt'
902024-02-22T05:58:36.272Zinfo: installing component 'cargo'
912024-02-22T05:58:37.134Zinfo: installing component 'clippy'
922024-02-22T05:58:37.476Zinfo: installing component 'rust-docs'
932024-02-22T05:58:39.061Zinfo: installing component 'rust-std'
942024-02-22T05:58:40.677Zinfo: installing component 'rustc'
952024-02-22T05:58:44.626Zinfo: installing component 'rustfmt'
962024-02-22T05:58:45.013Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-22T05:58:45.020Z+ rustc --version
982024-02-22T05:58:45.067Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-22T05:58:45.074Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-22T05:58:54.377Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-22T05:58:55.672Z Startup: Caching catalogs ... Done
1022024-02-22T05:58:57.554ZPlanning: Solver setup ... Done (1.120s)
1032024-02-22T05:58:57.561ZPlanning: Running solver ... Done (0.027s)
1042024-02-22T05:58:57.561ZPlanning: Finding local manifests ... Done (0.207s)
1052024-02-22T05:58:57.561ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-22T05:58:57.637ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-22T05:58:57.688ZPlanning: Package planning ... Done (0.049s)
1082024-02-22T05:58:57.732ZPlanning: Merging actions ... Done (0.051s)
1092024-02-22T05:58:58.840ZPlanning: Checking for conflicting actions ... Done (1.101s)
1102024-02-22T05:58:59.257ZPlanning: Consolidating action changes ... Done (0.011s)
1112024-02-22T05:59:02.871ZPlanning: Evaluating mediators ... Done (4.024s)
1122024-02-22T05:59:02.881ZPlanning: Planning completed in 7.18 seconds
1132024-02-22T05:59:02.894Z Packages to install: 4
1142024-02-22T05:59:02.894Z Mediators to change: 2
1152024-02-22T05:59:02.894Z Services to change: 1
1162024-02-22T05:59:02.899Z Estimated space available: 148.87 GB
1172024-02-22T05:59:02.899ZEstimated space to be consumed: 1.41 GB
1182024-02-22T05:59:02.899Z Create boot environment: No
1192024-02-22T05:59:02.899ZCreate backup boot environment: No
1202024-02-22T05:59:02.899Z Rebuild boot archive: No
1212024-02-22T05:59:02.899Z
1222024-02-22T05:59:02.899ZChanged mediators:
1232024-02-22T05:59:02.899Z mediator clang:
1242024-02-22T05:59:02.899Z version: None -> 15 (system default)
1252024-02-22T05:59:02.899Z
1262024-02-22T05:59:02.899Z mediator llvm:
1272024-02-22T05:59:02.899Z version: 14 (system default) -> 15 (system default)
1282024-02-22T05:59:02.899Z
1292024-02-22T05:59:02.899ZChanged packages:
1302024-02-22T05:59:02.899Zhelios-dev
1312024-02-22T05:59:02.899Z developer/build-essential
1322024-02-22T05:59:02.899Z None -> 11-2.0
1332024-02-22T05:59:02.899Z library/libxmlsec1
1342024-02-22T05:59:02.900Z None -> 1.2.35-2.0
1352024-02-22T05:59:02.900Z ooce/developer/clang-15
1362024-02-22T05:59:02.900Z None -> 15.0.7-2.0
1372024-02-22T05:59:02.900Z ooce/developer/llvm-15
1382024-02-22T05:59:02.900Z None -> 15.0.7-2.0
1392024-02-22T05:59:02.900Z
1402024-02-22T05:59:02.900ZServices:
1412024-02-22T05:59:02.900Z restart_fmri:
1422024-02-22T05:59:02.900Z svc:/system/update-man-index:default
1432024-02-22T05:59:03.246Z
1442024-02-22T05:59:03.246ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-22T05:59:08.252ZDownload: 968/3290 items 19.4/212.6MB 9% complete (4.1M/s)
1462024-02-22T05:59:13.281ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (10.3M/s)
1472024-02-22T05:59:18.283ZDownload: 1661/3290 items 117.2/212.6MB 55% complete (9.8M/s)
1482024-02-22T05:59:23.289ZDownload: 2796/3290 items 121.0/212.6MB 56% complete (3.8M/s)
1492024-02-22T05:59:28.517ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (9.4M/s)
1502024-02-22T05:59:33.669ZDownload: 3281/3290 items 211.2/212.6MB 99% complete (9.0M/s)
1512024-02-22T05:59:36.914ZDownload: Completed 212.60 MB in 33.66 seconds (6.3M/s)
1522024-02-22T05:59:37.077Z Actions: 1/3689 actions (Installing new actions)
1532024-02-22T05:59:42.126Z Actions: 3559/3689 actions (Installing new actions)
1542024-02-22T05:59:42.525Z Actions: Completed 3689 actions in 5.45 seconds.
1552024-02-22T05:59:42.697Z Done (0.169s)
1562024-02-22T05:59:42.697Z Done (0.000s)
1572024-02-22T05:59:42.925Z Done (0.221s)
1582024-02-22T05:59:49.027Z Done (5.975s)
1592024-02-22T05:59:49.226Z Done (0.136s)
1602024-02-22T05:59:49.231Z Done (0.000s)
1612024-02-22T05:59:49.424Z Done (0.000s)
1622024-02-22T05:59:49.920ZPlanning: Evaluating mediator changes ... Done
1632024-02-22T05:59:50.105ZPlanning: Checking for conflicting actions ... Done
1642024-02-22T05:59:50.128ZPlanning: Consolidating action changes ... Done
1652024-02-22T05:59:50.352ZPlanning: Evaluating mediators ... Done
1662024-02-22T05:59:50.358ZPlanning: Planning completed in 0.43 seconds
1672024-02-22T05:59:50.385Z Mediators to change: 2
1682024-02-22T05:59:50.385Z Create boot environment: No
1692024-02-22T05:59:50.390ZCreate backup boot environment: No
1702024-02-22T05:59:50.457Z Done
1712024-02-22T05:59:50.458Z Done
1722024-02-22T05:59:50.603Z Done
1732024-02-22T05:59:54.218Z Done
1742024-02-22T05:59:54.302Z Done
1752024-02-22T05:59:54.308Z Done
1762024-02-22T05:59:54.409Z Done
1772024-02-22T05:59:55.034ZPlanning: Evaluating mediator changes ... Done
1782024-02-22T05:59:55.049ZPlanning: Merging actions ... Done
1792024-02-22T05:59:55.231ZPlanning: Checking for conflicting actions ... Done
1802024-02-22T05:59:55.247ZPlanning: Consolidating action changes ... Done
1812024-02-22T05:59:55.500ZPlanning: Evaluating mediators ... Done
1822024-02-22T05:59:55.545ZPlanning: Planning completed in 0.78 seconds
1832024-02-22T05:59:55.579Z Packages to change: 1
1842024-02-22T05:59:55.585Z Mediators to change: 1
1852024-02-22T05:59:55.586Z Services to change: 1
1862024-02-22T05:59:55.586Z Create boot environment: No
1872024-02-22T05:59:55.586ZCreate backup boot environment: Yes
1882024-02-22T05:59:57.350Z Actions: 1/6 actions (Updating modified actions)
1892024-02-22T05:59:57.427Z Actions: Completed 6 actions in 0.08 seconds.
1902024-02-22T05:59:57.433Z Done
1912024-02-22T05:59:57.433Z Done
1922024-02-22T05:59:57.475Z Done
1932024-02-22T06:00:01.068Z Done
1942024-02-22T06:00:01.145Z Done
1952024-02-22T06:00:01.149Z Done
1962024-02-22T06:00:01.253Z Done
1972024-02-22T06:00:01.713ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-02-22T06:00:01.713Zclang system 15 system
1992024-02-22T06:00:01.713Zcsh system system illumos
2002024-02-22T06:00:01.713Zctags system system illumos
2012024-02-22T06:00:01.713Zgcc vendor 12 vendor
2022024-02-22T06:00:01.714Zgcc system 10 system
2032024-02-22T06:00:01.714Zgcc system 7 system
2042024-02-22T06:00:01.714Zgo system 1.20 system
2052024-02-22T06:00:01.714Zgo system 1.19 system
2062024-02-22T06:00:01.714Zllvm system 15 system
2072024-02-22T06:00:01.715Zllvm system 14 system
2082024-02-22T06:00:01.715Zmariadb system 10.6 system
2092024-02-22T06:00:01.715Zmta vendor vendor dma
2102024-02-22T06:00:01.715Zopenjdk system 17 system
2112024-02-22T06:00:01.715Zopenjdk system 11 system
2122024-02-22T06:00:01.716Zopenjdk system 1.8 system
2132024-02-22T06:00:01.716Zopenssl vendor 3 vendor
2142024-02-22T06:00:01.716Zperl system 5.36 system
2152024-02-22T06:00:01.716Zpostgresql system 15 system
2162024-02-22T06:00:01.716Zpostgresql system 13 system
2172024-02-22T06:00:01.717Zpython vendor 3 vendor
2182024-02-22T06:00:01.717Zpython system 2 system
2192024-02-22T06:00:01.717Zpython3 system 3.11 system
2202024-02-22T06:00:01.717Zruby system 3.0 system
2212024-02-22T06:00:01.717Zwords vendor vendor american-english
2222024-02-22T06:00:01.717Zwords system system australian-english
2232024-02-22T06:00:01.718Zwords system system british-english
2242024-02-22T06:00:01.718Zwords system system canadian-english
2252024-02-22T06:00:01.718Zwords system system french
2262024-02-22T06:00:01.718Zwords system system italian
2272024-02-22T06:00:01.718Zwords system system ngerman
2282024-02-22T06:00:01.718Zwords system system ogerman
2292024-02-22T06:00:01.718Zwords system system spanish
2302024-02-22T06:00:02.037ZFMRI IFO
2312024-02-22T06:00:02.038Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-02-22T06:00:02.038Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-02-22T06:00:02.038Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-02-22T06:00:02.038Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-02-22T06:00:02.039Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-02-22T06:00:02.039Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-02-22T06:00:02.039Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-02-22T06:00:02.039Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-02-22T06:00:02.084Z+ set -o errexit
2402024-02-22T06:00:02.090Z+++ dirname ./tools/ci_download_cockroachdb
2412024-02-22T06:00:02.090Z++ cd ./tools
2422024-02-22T06:00:02.090Z++ pwd
2432024-02-22T06:00:02.091Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2442024-02-22T06:00:02.091Z++ basename ./tools/ci_download_cockroachdb
2452024-02-22T06:00:02.098Z+ ARG0=ci_download_cockroachdb
2462024-02-22T06:00:02.099Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2472024-02-22T06:00:02.099Z+ CIDL_VERSION=v22.1.9
2482024-02-22T06:00:02.099Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2492024-02-22T06:00:02.099Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2502024-02-22T06:00:02.100Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2512024-02-22T06:00:02.100Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2522024-02-22T06:00:02.100Z+ TARGET_DIR=out
2532024-02-22T06:00:02.100Z+ DOWNLOAD_DIR=out/downloads
2542024-02-22T06:00:02.100Z+ DEST_DIR=./out/cockroachdb
2552024-02-22T06:00:02.101Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2562024-02-22T06:00:02.101Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2572024-02-22T06:00:02.101Z+ main
2582024-02-22T06:00:02.101Z+ [[ 0 != 0 ]]
2592024-02-22T06:00:02.101Z+ CIDL_OS=solaris2.11
2602024-02-22T06:00:02.101Z+ [[ 0 != 0 ]]
2612024-02-22T06:00:02.101Z+ configure_os solaris2.11
2622024-02-22T06:00:02.101Z+ echo 'current directory: /work/oxidecomputer/omicron'
2632024-02-22T06:00:02.102Zcurrent directory: /work/oxidecomputer/omicron
2642024-02-22T06:00:02.102Z+ echo 'configuring based on OS: "solaris2.11"'
2652024-02-22T06:00:02.102Zconfiguring based on OS: "solaris2.11"
2662024-02-22T06:00:02.102Z+ case "$1" in
2672024-02-22T06:00:02.102Z+ CIDL_BUILD=illumos
2682024-02-22T06:00:02.102Z+ CIDL_SUFFIX=tar.gz
2692024-02-22T06:00:02.102Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2702024-02-22T06:00:02.102Z+ CIDL_URL_BASE=https://illumos.org/downloads
2712024-02-22T06:00:02.102Z+ CIDL_ASSEMBLE=do_assemble_illumos
2722024-02-22T06:00:02.103Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2732024-02-22T06:00:02.103Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2742024-02-22T06:00:02.103Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-02-22T06:00:02.103Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2762024-02-22T06:00:02.104Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-22T06:00:02.104Z+ CIDL_SHA256FUNC=do_sha256sum
2782024-02-22T06:00:02.104Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-02-22T06:00:02.104ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-02-22T06:00:02.104Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812024-02-22T06:00:02.105Z+ mkdir -p out/downloads
2822024-02-22T06:00:02.105ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-02-22T06:00:02.105Z+ mkdir -p ./out/cockroachdb
2842024-02-22T06:00:02.114Z+ local DO_DOWNLOAD=true
2852024-02-22T06:00:02.115Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2862024-02-22T06:00:02.115Z+ '[' true == true ']'
2872024-02-22T06:00:02.115Z+ echo Downloading...
2882024-02-22T06:00:02.115ZDownloading...
2892024-02-22T06:00:02.115Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-22T06:00:02.115Z+ 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
2912024-02-22T06:00:05.634Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-22T06:00:05.638Z++ sha256sum
2932024-02-22T06:00:05.638Z++ awk '{print $1}'
2942024-02-22T06:00:05.760Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-02-22T06:00:05.760Z+ [[ 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 ]]
2962024-02-22T06:00:05.764Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-22T06:00:05.764Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2982024-02-22T06:00:07.933Z+ do_assemble_illumos
2992024-02-22T06:00:07.933Z+ rm -r ./out/cockroachdb
3002024-02-22T06:00:07.937Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3012024-02-22T06:00:08.317Z+ ./out/cockroachdb/bin/cockroach version
3022024-02-22T06:00:08.584ZBuild Tag: v22.1.9-dirty
3032024-02-22T06:00:08.584ZBuild Time: 2022/10/26 21:17:46
3042024-02-22T06:00:08.584ZDistribution: OSS
3052024-02-22T06:00:08.584ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3062024-02-22T06:00:08.584ZGo Version: go1.17.13
3072024-02-22T06:00:08.584ZC Compiler: gcc 10.3.0
3082024-02-22T06:00:08.585ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3092024-02-22T06:00:08.585ZBuild Type: release
3102024-02-22T06:00:08.623Z+ set -o errexit
3112024-02-22T06:00:08.631Z+++ dirname ./tools/ci_download_clickhouse
3122024-02-22T06:00:08.631Z++ cd ./tools
3132024-02-22T06:00:08.631Z++ pwd
3142024-02-22T06:00:08.631Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3152024-02-22T06:00:08.631Z++ basename ./tools/ci_download_clickhouse
3162024-02-22T06:00:08.631Z+ ARG0=ci_download_clickhouse
3172024-02-22T06:00:08.631Z+ TARGET_DIR=out
3182024-02-22T06:00:08.631Z+ DOWNLOAD_DIR=out/downloads
3192024-02-22T06:00:08.631Z+ DEST_DIR=./out/clickhouse
3202024-02-22T06:00:08.631Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3212024-02-22T06:00:08.631Z+ CIDL_VERSION=v22.8.9.24
3222024-02-22T06:00:08.631Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232024-02-22T06:00:08.632Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242024-02-22T06:00:08.632Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252024-02-22T06:00:08.632Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262024-02-22T06:00:08.632Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272024-02-22T06:00:08.632Z+ main
3282024-02-22T06:00:08.632Z+ [[ 0 != 0 ]]
3292024-02-22T06:00:08.632Z+ CIDL_OS=solaris2.11
3302024-02-22T06:00:08.632Z+ [[ 0 != 0 ]]
3312024-02-22T06:00:08.632Z+ configure_os solaris2.11
3322024-02-22T06:00:08.632Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332024-02-22T06:00:08.632Zcurrent directory: /work/oxidecomputer/omicron
3342024-02-22T06:00:08.632Z+ echo 'configuring based on OS: "solaris2.11"'
3352024-02-22T06:00:08.633Z+ CIDL_DASHREV=
3362024-02-22T06:00:08.633Z+ case "$1" in
3372024-02-22T06:00:08.633Zconfiguring based on OS: "solaris2.11"
3382024-02-22T06:00:08.633Z+ CIDL_PLATFORM=illumos
3392024-02-22T06:00:08.633Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402024-02-22T06:00:08.633Z+ CIDL_MD5FUNC=do_md5sum
3412024-02-22T06:00:08.633Z+ CIDL_DASHREV=-1
3422024-02-22T06:00:08.633Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432024-02-22T06:00:08.633Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-22T06:00:08.633Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-22T06:00:08.633Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-22T06:00:08.633Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472024-02-22T06:00:08.634ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-22T06:00:08.634Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492024-02-22T06:00:08.634Z+ mkdir -p out/downloads
3502024-02-22T06:00:08.634ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512024-02-22T06:00:08.634Z+ mkdir -p ./out/clickhouse
3522024-02-22T06:00:08.634Z+ local DO_DOWNLOAD=true
3532024-02-22T06:00:08.634Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542024-02-22T06:00:08.635Z+ '[' true == true ']'
3552024-02-22T06:00:08.635Z+ echo Downloading...
3562024-02-22T06:00:08.635ZDownloading...
3572024-02-22T06:00:08.635Z+ 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
3582024-02-22T06:00:08.635Z+ 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
3592024-02-22T06:00:10.132Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-22T06:00:10.137Z++ md5sum
3612024-02-22T06:00:10.137Z++ awk '{print $1}'
3622024-02-22T06:00:10.304Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632024-02-22T06:00:10.304Z+ [[ 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 ]]
3642024-02-22T06:00:10.308Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652024-02-22T06:00:10.308Z+ mkdir -p ./out/clickhouse
3662024-02-22T06:00:10.308Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672024-02-22T06:00:13.388Z+ ./out/clickhouse/clickhouse server --version
3682024-02-22T06:00:13.442ZClickHouse server version 22.8.9.1.
3692024-02-22T06:00:13.464Z+ set -o errexit
3702024-02-22T06:00:13.469Z+++ dirname ./tools/ci_download_console
3712024-02-22T06:00:13.473Z++ cd ./tools
3722024-02-22T06:00:13.473Z++ pwd
3732024-02-22T06:00:13.473Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742024-02-22T06:00:13.473Z++ basename ./tools/ci_download_console
3752024-02-22T06:00:13.473Z+ ARG0=ci_download_console
3762024-02-22T06:00:13.473Z+ TARGET_DIR=out
3772024-02-22T06:00:13.473Z+ DOWNLOAD_DIR=out/downloads
3782024-02-22T06:00:13.473Z+ DEST_DIR=./out/console-assets
3792024-02-22T06:00:13.473Z+ source /work/oxidecomputer/omicron/tools/console_version
3802024-02-22T06:00:13.473Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3812024-02-22T06:00:13.473Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3822024-02-22T06:00:13.473Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3832024-02-22T06:00:13.473Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842024-02-22T06:00:13.473Z+ main
3852024-02-22T06:00:13.478Z+ [[ 0 != 0 ]]
3862024-02-22T06:00:13.478Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3872024-02-22T06:00:13.478ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3882024-02-22T06:00:13.478Z+ echo 'Local file: out/downloads/console.tar.gz'
3892024-02-22T06:00:13.478Z+ local DO_DOWNLOAD=true
3902024-02-22T06:00:13.478ZLocal file: out/downloads/console.tar.gz
3912024-02-22T06:00:13.478Z+ [[ -f out/downloads/console.tar.gz ]]
3922024-02-22T06:00:13.478Z+ mkdir -p out/downloads
3932024-02-22T06:00:13.478Z+ '[' true == true ']'
3942024-02-22T06:00:13.478Z+ echo Downloading...
3952024-02-22T06:00:13.478ZDownloading...
3962024-02-22T06:00:13.478Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3972024-02-22T06:00:13.478Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3982024-02-22T06:00:14.108Z++ do_sha256sum out/downloads/console.tar.gz
3992024-02-22T06:00:14.108Z++ case "$OSTYPE" in
4002024-02-22T06:00:14.120Z++ SHA=sha256sum
4012024-02-22T06:00:14.121Z++ sha256sum
4022024-02-22T06:00:14.121Z++ awk '{print $1}'
4032024-02-22T06:00:14.121Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4042024-02-22T06:00:14.121Z+ [[ 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 ]]
4052024-02-22T06:00:14.121Z+ rm -rf ./out/console-assets
4062024-02-22T06:00:14.121Z+ mkdir -p ./out/console-assets
4072024-02-22T06:00:14.131Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082024-02-22T06:00:14.131Z+ mkdir -p ./out/console-assets
4092024-02-22T06:00:14.132Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102024-02-22T06:00:14.214Z+ set -o errexit
4112024-02-22T06:00:14.220Z+++ dirname ./tools/ci_download_maghemite_openapi
4122024-02-22T06:00:14.220Z++ cd ./tools
4132024-02-22T06:00:14.220Z++ pwd
4142024-02-22T06:00:14.220Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152024-02-22T06:00:14.225Z++ basename ./tools/ci_download_maghemite_openapi
4162024-02-22T06:00:14.225Z+ ARG0=ci_download_maghemite_openapi
4172024-02-22T06:00:14.225Z+ TARGET_DIR=out
4182024-02-22T06:00:14.225Z+ DOWNLOAD_DIR=out/downloads
4192024-02-22T06:00:14.226Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202024-02-22T06:00:14.226Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4212024-02-22T06:00:14.226Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4222024-02-22T06:00:14.226Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4232024-02-22T06:00:14.227Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4242024-02-22T06:00:14.227Z+ main
4252024-02-22T06:00:14.227Z+ [[ 0 != 0 ]]
4262024-02-22T06:00:14.227Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4272024-02-22T06:00:14.227ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4282024-02-22T06:00:14.227Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4292024-02-22T06:00:14.227ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4302024-02-22T06:00:14.227Z+ local DO_DOWNLOAD=true
4312024-02-22T06:00:14.228Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4322024-02-22T06:00:14.228Z+ mkdir -p out/downloads
4332024-02-22T06:00:14.228Z+ '[' true == true ']'
4342024-02-22T06:00:14.228Z+ echo Downloading...
4352024-02-22T06:00:14.228ZDownloading...
4362024-02-22T06:00:14.228Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4372024-02-22T06:00:14.228Z+ 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
4382024-02-22T06:00:14.520Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4392024-02-22T06:00:14.521Z++ case "$OSTYPE" in
4402024-02-22T06:00:14.521Z++ SHA=sha256sum
4412024-02-22T06:00:14.527Z++ sha256sum
4422024-02-22T06:00:14.527Z++ awk '{print $1}'
4432024-02-22T06:00:14.527Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4442024-02-22T06:00:14.527Z+ [[ 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 ]]
4452024-02-22T06:00:14.527Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462024-02-22T06:00:14.527Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4472024-02-22T06:00:14.527Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4482024-02-22T06:00:14.527Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4492024-02-22T06:00:14.527Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4502024-02-22T06:00:14.527Z+ main
4512024-02-22T06:00:14.527Z+ [[ 0 != 0 ]]
4522024-02-22T06:00:14.528Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4532024-02-22T06:00:14.528ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4542024-02-22T06:00:14.528Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4552024-02-22T06:00:14.528ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4562024-02-22T06:00:14.528Z+ local DO_DOWNLOAD=true
4572024-02-22T06:00:14.528Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4582024-02-22T06:00:14.528Z+ mkdir -p out/downloads
4592024-02-22T06:00:14.528Z+ '[' true == true ']'
4602024-02-22T06:00:14.528Z+ echo Downloading...
4612024-02-22T06:00:14.528ZDownloading...
4622024-02-22T06:00:14.528Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4632024-02-22T06:00:14.528Z+ 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
4642024-02-22T06:00:14.669Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4652024-02-22T06:00:14.682Z++ case "$OSTYPE" in
4662024-02-22T06:00:14.682Z++ SHA=sha256sum
4672024-02-22T06:00:14.682Z++ sha256sum
4682024-02-22T06:00:14.682Z++ awk '{print $1}'
4692024-02-22T06:00:14.682Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4702024-02-22T06:00:14.682Z+ [[ 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 ]]
4712024-02-22T06:00:14.682Z+ set -o errexit
4722024-02-22T06:00:14.689Z+++ dirname ./tools/ci_download_dendrite_openapi
4732024-02-22T06:00:14.689Z++ cd ./tools
4742024-02-22T06:00:14.689Z++ pwd
4752024-02-22T06:00:14.689Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762024-02-22T06:00:14.689Z++ basename ./tools/ci_download_dendrite_openapi
4772024-02-22T06:00:14.689Z+ ARG0=ci_download_dendrite_openapi
4782024-02-22T06:00:14.690Z+ TARGET_DIR=out
4792024-02-22T06:00:14.690Z+ DOWNLOAD_DIR=out/downloads
4802024-02-22T06:00:14.690Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812024-02-22T06:00:14.690Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4822024-02-22T06:00:14.690Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4832024-02-22T06:00:14.690Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4842024-02-22T06:00:14.690Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4852024-02-22T06:00:14.690Z+ main
4862024-02-22T06:00:14.690Z+ [[ 0 != 0 ]]
4872024-02-22T06:00:14.705Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4882024-02-22T06:00:14.705ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4892024-02-22T06:00:14.706Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4902024-02-22T06:00:14.706Z+ local DO_DOWNLOAD=true
4912024-02-22T06:00:14.706ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4922024-02-22T06:00:14.706Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4932024-02-22T06:00:14.706Z+ mkdir -p out/downloads
4942024-02-22T06:00:14.706Z+ '[' true == true ']'
4952024-02-22T06:00:14.707Z+ echo Downloading...
4962024-02-22T06:00:14.707ZDownloading...
4972024-02-22T06:00:14.707Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4982024-02-22T06:00:14.707Z+ 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
4992024-02-22T06:00:14.918Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-22T06:00:14.919Z++ case "$OSTYPE" in
5012024-02-22T06:00:14.919Z++ SHA=sha256sum
5022024-02-22T06:00:14.924Z++ sha256sum
5032024-02-22T06:00:14.924Z++ awk '{print $1}'
5042024-02-22T06:00:14.928Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5052024-02-22T06:00:14.928Z+ [[ 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 ]]
5062024-02-22T06:00:14.933Z+ set -o errexit
5072024-02-22T06:00:14.937Z+++ dirname ./tools/ci_download_dendrite_stub
5082024-02-22T06:00:14.937Z++ cd ./tools
5092024-02-22T06:00:14.938Z++ pwd
5102024-02-22T06:00:14.938Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-02-22T06:00:14.938Z++ basename ./tools/ci_download_dendrite_stub
5122024-02-22T06:00:14.942Z+ ARG0=ci_download_dendrite_stub
5132024-02-22T06:00:14.942Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142024-02-22T06:00:14.942Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5152024-02-22T06:00:14.942Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5162024-02-22T06:00:14.942Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5172024-02-22T06:00:14.942Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182024-02-22T06:00:14.942Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5192024-02-22T06:00:14.943Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5202024-02-22T06:00:14.943Z+ TARGET_DIR=out
5212024-02-22T06:00:14.943Z+ DOWNLOAD_DIR=out/downloads
5222024-02-22T06:00:14.943Z+ DEST_DIR=./out/dendrite-stub
5232024-02-22T06:00:14.943Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242024-02-22T06:00:14.943Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252024-02-22T06:00:14.943Z+ REPO=oxidecomputer/dendrite
5262024-02-22T06:00:14.943Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5272024-02-22T06:00:14.943Z+ main
5282024-02-22T06:00:14.943Z+ [[ 0 != 0 ]]
5292024-02-22T06:00:14.943Z+ CIDL_OS=solaris2.11
5302024-02-22T06:00:14.943Z+ [[ 0 != 0 ]]
5312024-02-22T06:00:14.943Z+ configure_os solaris2.11
5322024-02-22T06:00:14.943Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332024-02-22T06:00:14.943Zcurrent directory: /work/oxidecomputer/omicron
5342024-02-22T06:00:14.943Z+ echo 'configuring based on OS: "solaris2.11"'
5352024-02-22T06:00:14.943Z+ case "$1" in
5362024-02-22T06:00:14.943Zconfiguring based on OS: "solaris2.11"
5372024-02-22T06:00:14.943Z+ SET_BINARIES=
5382024-02-22T06:00:14.943Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5392024-02-22T06:00:14.943Z+ CIDL_SHA256FUNC=do_sha256sum
5402024-02-22T06:00:14.943Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412024-02-22T06:00:14.943Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5422024-02-22T06:00:14.943Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432024-02-22T06:00:14.944Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5442024-02-22T06:00:14.944ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5452024-02-22T06:00:14.944Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5462024-02-22T06:00:14.944Z+ mkdir -p out/downloads
5472024-02-22T06:00:14.944ZLocal file: out/downloads/dendrite-stub.tar.gz
5482024-02-22T06:00:14.944Z+ mkdir -p ./out/dendrite-stub
5492024-02-22T06:00:14.947Z+ fetch_and_verify
5502024-02-22T06:00:14.948Z+ local DO_DOWNLOAD=true
5512024-02-22T06:00:14.948Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522024-02-22T06:00:14.948Z+ '[' true == true ']'
5532024-02-22T06:00:14.948Z+ echo Downloading...
5542024-02-22T06:00:14.948ZDownloading...
5552024-02-22T06:00:14.948Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562024-02-22T06:00:14.948Z+ 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
5572024-02-22T06:00:24.634Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582024-02-22T06:00:24.644Z++ sha256sum
5592024-02-22T06:00:24.644Z++ awk '{print $1}'
5602024-02-22T06:00:24.677Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5612024-02-22T06:00:24.678Z+ [[ 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 ]]
5622024-02-22T06:00:24.724Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632024-02-22T06:00:24.724Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642024-02-22T06:00:25.340Z+ do_assemble
5652024-02-22T06:00:25.341Z+ rm -r ./out/dendrite-stub
5662024-02-22T06:00:25.354Z+ mkdir ./out/dendrite-stub
5672024-02-22T06:00:25.354Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682024-02-22T06:00:25.431Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692024-02-22T06:00:25.441Z+ set -o errexit
5702024-02-22T06:00:25.446Z+++ dirname ./tools/ci_download_maghemite_mgd
5712024-02-22T06:00:25.452Z++ cd ./tools
5722024-02-22T06:00:25.452Z++ pwd
5732024-02-22T06:00:25.452Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742024-02-22T06:00:25.453Z++ basename ./tools/ci_download_maghemite_mgd
5752024-02-22T06:00:25.453Z+ ARG0=ci_download_maghemite_mgd
5762024-02-22T06:00:25.453Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772024-02-22T06:00:25.453Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5782024-02-22T06:00:25.453Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5792024-02-22T06:00:25.453Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802024-02-22T06:00:25.453Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5812024-02-22T06:00:25.453Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5822024-02-22T06:00:25.453Z+ TARGET_DIR=out
5832024-02-22T06:00:25.453Z+ DOWNLOAD_DIR=out/downloads
5842024-02-22T06:00:25.453Z+ DEST_DIR=./out/mgd
5852024-02-22T06:00:25.453Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862024-02-22T06:00:25.453Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872024-02-22T06:00:25.453Z+ REPO=oxidecomputer/maghemite
5882024-02-22T06:00:25.453Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5892024-02-22T06:00:25.453Z+ main
5902024-02-22T06:00:25.453Z+ [[ 0 != 0 ]]
5912024-02-22T06:00:25.453Z+ CIDL_OS=solaris2.11
5922024-02-22T06:00:25.453Z+ [[ 0 != 0 ]]
5932024-02-22T06:00:25.453Z+ configure_os solaris2.11
5942024-02-22T06:00:25.453Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952024-02-22T06:00:25.453Zcurrent directory: /work/oxidecomputer/omicron
5962024-02-22T06:00:25.453Z+ echo 'configuring based on OS: "solaris2.11"'
5972024-02-22T06:00:25.453Z+ case "$1" in
5982024-02-22T06:00:25.454Z+ SET_BINARIES=
5992024-02-22T06:00:25.454Zconfiguring based on OS: "solaris2.11"
6002024-02-22T06:00:25.454Z+ CIDL_SHA256FUNC=do_sha256sum
6012024-02-22T06:00:25.454Z+ TARBALL_FILENAME=mgd.tar.gz
6022024-02-22T06:00:25.454Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6032024-02-22T06:00:25.454Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042024-02-22T06:00:25.454Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6052024-02-22T06:00:25.454Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6062024-02-22T06:00:25.454ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6072024-02-22T06:00:25.454ZLocal file: out/downloads/mgd.tar.gz
6082024-02-22T06:00:25.454Z+ mkdir -p out/downloads
6092024-02-22T06:00:25.454Z+ mkdir -p ./out/mgd
6102024-02-22T06:00:25.458Z+ fetch_and_verify
6112024-02-22T06:00:25.458Z+ local DO_DOWNLOAD=true
6122024-02-22T06:00:25.458Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132024-02-22T06:00:25.458Z+ '[' true == true ']'
6142024-02-22T06:00:25.458Z+ echo Downloading...
6152024-02-22T06:00:25.458ZDownloading...
6162024-02-22T06:00:25.458Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6172024-02-22T06:00:25.459Z+ 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
6182024-02-22T06:00:36.534Z++ do_sha256sum out/downloads/mgd.tar.gz
6192024-02-22T06:00:36.538Z++ sha256sum
6202024-02-22T06:00:36.538Z++ awk '{print $1}'
6212024-02-22T06:00:36.555Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6222024-02-22T06:00:36.558Z+ [[ 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 ]]
6232024-02-22T06:00:36.558Z+ do_untar out/downloads/mgd.tar.gz
6242024-02-22T06:00:36.558Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252024-02-22T06:00:37.006Z+ do_assemble
6262024-02-22T06:00:37.006Z+ rm -r ./out/mgd
6272024-02-22T06:00:37.011Z+ mkdir ./out/mgd
6282024-02-22T06:00:37.011Z+ cp -r out/downloads/root ./out/mgd/root
6292024-02-22T06:00:37.162Z+ set -o errexit
6302024-02-22T06:00:37.172Z+++ dirname ./tools/ci_download_transceiver_control
6312024-02-22T06:00:37.172Z++ cd ./tools
6322024-02-22T06:00:37.172Z++ pwd
6332024-02-22T06:00:37.172Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342024-02-22T06:00:37.172Z++ basename ./tools/ci_download_transceiver_control
6352024-02-22T06:00:37.172Z+ ARG0=ci_download_transceiver_control
6362024-02-22T06:00:37.172Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372024-02-22T06:00:37.172Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382024-02-22T06:00:37.172Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392024-02-22T06:00:37.172Z+ TARGET_DIR=out
6402024-02-22T06:00:37.172Z+ DOWNLOAD_DIR=out/downloads
6412024-02-22T06:00:37.172Z+ DEST_DIR=./out/transceiver-control
6422024-02-22T06:00:37.172Z+ BIN_DIR=/opt/oxide/bin
6432024-02-22T06:00:37.172Z+ BINARY=xcvradm
6442024-02-22T06:00:37.172Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452024-02-22T06:00:37.172Z+ REPO=oxidecomputer/transceiver-control
6462024-02-22T06:00:37.173Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472024-02-22T06:00:37.173Z+ main
6482024-02-22T06:00:37.173Z+ [[ 0 != 0 ]]
6492024-02-22T06:00:37.173Z+ CIDL_OS=solaris2.11
6502024-02-22T06:00:37.173Z+ [[ 0 != 0 ]]
6512024-02-22T06:00:37.173Z+ configure_os solaris2.11
6522024-02-22T06:00:37.173Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532024-02-22T06:00:37.173Zcurrent directory: /work/oxidecomputer/omicron
6542024-02-22T06:00:37.173Z+ echo 'configuring based on OS: "solaris2.11"'
6552024-02-22T06:00:37.173Z+ case "$1" in
6562024-02-22T06:00:37.173Z+ SET_BINARIES=
6572024-02-22T06:00:37.173Zconfiguring based on OS: "solaris2.11"
6582024-02-22T06:00:37.173Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592024-02-22T06:00:37.173Z+ CIDL_SHA256FUNC=do_sha256sum
6602024-02-22T06:00:37.173Z+ ARCHIVE_FILENAME=xcvradm.gz
6612024-02-22T06:00:37.173Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622024-02-22T06:00:37.173Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632024-02-22T06:00:37.173Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642024-02-22T06:00:37.173ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652024-02-22T06:00:37.173Z+ echo 'Local file: out/downloads/xcvradm.gz'
6662024-02-22T06:00:37.173Z+ mkdir -p out/downloads
6672024-02-22T06:00:37.173ZLocal file: out/downloads/xcvradm.gz
6682024-02-22T06:00:37.173Z+ mkdir -p ./out/transceiver-control
6692024-02-22T06:00:37.180Z+ fetch_and_verify
6702024-02-22T06:00:37.180Z+ local DO_DOWNLOAD=true
6712024-02-22T06:00:37.180Z+ [[ -f out/downloads/xcvradm.gz ]]
6722024-02-22T06:00:37.180Z+ '[' true == true ']'
6732024-02-22T06:00:37.180Z+ echo Downloading...
6742024-02-22T06:00:37.180ZDownloading...
6752024-02-22T06:00:37.180Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762024-02-22T06:00:37.180Z+ 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
6772024-02-22T06:00:39.856Z++ do_sha256sum out/downloads/xcvradm.gz
6782024-02-22T06:00:39.866Z++ sha256sum
6792024-02-22T06:00:39.866Z++ awk '{print $1}'
6802024-02-22T06:00:39.866Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812024-02-22T06:00:39.867Z+ [[ 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 ]]
6822024-02-22T06:00:39.867Z+ do_unpack out/downloads/xcvradm.gz
6832024-02-22T06:00:39.867Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842024-02-22T06:00:39.867Z+ gzip -dc out/downloads/xcvradm.gz
6852024-02-22T06:00:39.976Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862024-02-22T06:00:39.981Z+ do_assemble
6872024-02-22T06:00:39.981Z+ rm -r ./out/transceiver-control
6882024-02-22T06:00:39.981Z+ mkdir ./out/transceiver-control
6892024-02-22T06:00:39.986Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902024-02-22T06:00:40.137ZAll prerequisites installed successfully
6912024-02-22T06:00:40.141Z
6922024-02-22T06:00:40.141Zreal 1:55.030986046
6932024-02-22T06:00:40.141Zuser 34.065976926
6942024-02-22T06:00:40.142Zsys 6.366237234
6952024-02-22T06:00:40.142Ztrap 0.007262229
6962024-02-22T06:00:40.142Ztflt 0.247016290
6972024-02-22T06:00:40.142Zdflt 0.415722558
6982024-02-22T06:00:40.142Zkflt 0.146563771
6992024-02-22T06:00:40.142Zlock 1.699067155
7002024-02-22T06:00:40.142Zslp 3:53.455865401
7012024-02-22T06:00:40.142Zlat 1.658216792
7022024-02-22T06:00:40.142Zstop 0.126620379
7032024-02-22T06:00:40.142Z+ banner end-to-end-tests
7042024-02-22T06:00:40.209Z
7052024-02-22T06:00:40.209Z ###### # # ##### ##### #### ###### # # #####
7062024-02-22T06:00:40.209Z # ## # # # # # # # ## # # #
7072024-02-22T06:00:40.209Z ##### # # # # # ##### # # # ##### ##### # # # # #
7082024-02-22T06:00:40.210Z # # # # # # # # # # # # # # #
7092024-02-22T06:00:40.210Z # # ## # # # # # # # ## # #
7102024-02-22T06:00:40.210Z ###### # # ##### # #### ###### # # #####
7112024-02-22T06:00:40.210Z
7122024-02-22T06:00:40.215Z+ export CARGO_PROFILE_DEV_DEBUG=1
7132024-02-22T06:00:40.215Z+ CARGO_PROFILE_DEV_DEBUG=1
7142024-02-22T06:00:40.215Z+ export CARGO_PROFILE_TEST_DEBUG=1
7152024-02-22T06:00:40.215Z+ CARGO_PROFILE_TEST_DEBUG=1
7162024-02-22T06:00:40.215Z+ export CARGO_INCREMENTAL=0
7172024-02-22T06:00:40.215Z+ CARGO_INCREMENTAL=0
7182024-02-22T06:00:40.215Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7192024-02-22T06:00:40.420Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202024-02-22T06:00:40.746Z Updating git repository `https://github.com/oxidecomputer/samael`
7212024-02-22T06:00:41.065Z Updating crates.io index
7222024-02-22T06:00:41.070Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232024-02-22T06:00:42.191Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7242024-02-22T06:00:43.898Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7252024-02-22T06:00:44.540Z Updating git repository `http://github.com/oxidecomputer/tofino`
7262024-02-22T06:00:44.831Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7272024-02-22T06:00:45.118Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7282024-02-22T06:00:45.447Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-02-22T06:00:46.330Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-02-22T06:00:48.854Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-02-22T06:00:49.752Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7322024-02-22T06:00:50.281Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-02-22T06:00:50.810Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-02-22T06:00:51.233Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-02-22T06:00:51.662Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-02-22T06:00:52.156Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-02-22T06:00:52.625Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-02-22T06:00:52.962Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7392024-02-22T06:00:53.428Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402024-02-22T06:00:53.978Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7412024-02-22T06:00:54.357Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422024-02-22T06:00:54.814Z Updating git repository `https://github.com/jgallagher/nix`
7432024-02-22T06:00:55.770Z Updating git repository `https://github.com/cbiffle/hubpack`
7442024-02-22T06:00:56.331Z Updating git repository `https://github.com/oxidecomputer/typify`
7452024-02-22T06:00:57.669Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462024-02-22T06:00:58.064Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472024-02-22T06:00:58.367Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482024-02-22T06:01:00.016Z Downloading crates ...
7492024-02-22T06:01:00.253Z Downloaded addr2line v0.21.0
7502024-02-22T06:01:00.261Z Downloaded ciborium-io v0.2.2
7512024-02-22T06:01:00.266Z Downloaded darling_macro v0.20.3
7522024-02-22T06:01:00.277Z Downloaded crypto-common v0.1.6
7532024-02-22T06:01:00.281Z Downloaded block-padding v0.3.3
7542024-02-22T06:01:00.284Z Downloaded defmt-macros v0.3.6
7552024-02-22T06:01:00.295Z Downloaded defmt-parser v0.3.3
7562024-02-22T06:01:00.303Z Downloaded defmt v0.3.5
7572024-02-22T06:01:00.303Z Downloaded colored v2.0.4
7582024-02-22T06:01:00.307Z Downloaded aead v0.5.2
7592024-02-22T06:01:00.307Z Downloaded clap v4.5.0
7602024-02-22T06:01:00.315Z Downloaded diesel_table_macro_syntax v0.1.0
7612024-02-22T06:01:00.321Z Downloaded anstream v0.6.11
7622024-02-22T06:01:00.325Z Downloaded anstyle v1.0.2
7632024-02-22T06:01:00.325Z Downloaded pest_generator v2.7.6
7642024-02-22T06:01:00.329Z Downloaded console v0.15.8
7652024-02-22T06:01:00.332Z Downloaded ahash v0.8.7
7662024-02-22T06:01:00.335Z Downloaded cstr-argument v0.1.2
7672024-02-22T06:01:00.338Z Downloaded atomicwrites v0.4.3
7682024-02-22T06:01:00.341Z Downloaded atty v0.2.14
7692024-02-22T06:01:00.341Z Downloaded curve25519-dalek-derive v0.1.0
7702024-02-22T06:01:00.345Z Downloaded normalize-line-endings v0.3.0
7712024-02-22T06:01:00.345Z Downloaded md5 v0.7.0
7722024-02-22T06:01:00.348Z Downloaded matches v0.1.10
7732024-02-22T06:01:00.348Z Downloaded anyhow v1.0.75
7742024-02-22T06:01:00.356Z Downloaded subtle v2.5.0
7752024-02-22T06:01:00.359Z Downloaded strsim v0.8.0
7762024-02-22T06:01:00.359Z Downloaded new_debug_unreachable v1.0.4
7772024-02-22T06:01:00.363Z Downloaded convert_case v0.4.0
7782024-02-22T06:01:00.363Z Downloaded colorchoice v1.0.0
7792024-02-22T06:01:00.366Z Downloaded parse-display v0.9.0
7802024-02-22T06:01:00.366Z Downloaded libsw v3.3.1
7812024-02-22T06:01:00.371Z Downloaded pem v3.0.2
7822024-02-22T06:01:00.371Z Downloaded mime v0.3.17
7832024-02-22T06:01:00.377Z Downloaded atomic-waker v1.1.1
7842024-02-22T06:01:00.377Z Downloaded cfg-if v1.0.0
7852024-02-22T06:01:00.380Z Downloaded autocfg v1.1.0
7862024-02-22T06:01:00.380Z Downloaded opaque-debug v0.3.0
7872024-02-22T06:01:00.380Z Downloaded arrayref v0.3.7
7882024-02-22T06:01:00.384Z Downloaded diesel_derives v2.1.2
7892024-02-22T06:01:00.388Z Downloaded num_threads v0.1.6
7902024-02-22T06:01:00.391Z Downloaded arrayvec v0.7.4
7912024-02-22T06:01:00.395Z Downloaded newtype_derive v0.1.6
7922024-02-22T06:01:00.395Z Downloaded block-buffer v0.10.4
7932024-02-22T06:01:00.404Z Downloaded bcrypt-pbkdf v0.10.0
7942024-02-22T06:01:00.405Z Downloaded pretty-hex v0.2.1
7952024-02-22T06:01:00.405Z Downloaded base64ct v1.6.0
7962024-02-22T06:01:00.405Z Downloaded anstyle-query v1.0.0
7972024-02-22T06:01:00.410Z Downloaded memmap v0.7.0
7982024-02-22T06:01:00.410Z Downloaded byteorder v1.5.0
7992024-02-22T06:01:00.410Z Downloaded term v0.7.0
8002024-02-22T06:01:00.416Z Downloaded mime_guess v2.0.4
8012024-02-22T06:01:00.419Z Downloaded cipher v0.4.4
8022024-02-22T06:01:00.420Z Downloaded ciborium-ll v0.2.2
8032024-02-22T06:01:00.420Z Downloaded cbc v0.1.2
8042024-02-22T06:01:00.426Z Downloaded blowfish v0.9.1
8052024-02-22T06:01:00.426Z Downloaded crossbeam-deque v0.8.3
8062024-02-22T06:01:00.432Z Downloaded lru-cache v0.1.2
8072024-02-22T06:01:00.432Z Downloaded cpufeatures v0.2.12
8082024-02-22T06:01:00.432Z Downloaded pretty-hex v0.4.1
8092024-02-22T06:01:00.432Z Downloaded anstyle-parse v0.2.1
8102024-02-22T06:01:00.436Z Downloaded display-error-chain v0.2.0
8112024-02-22T06:01:00.436Z Downloaded hubpack_derive v0.1.1
8122024-02-22T06:01:00.436Z Downloaded clap_lex v0.7.0
8132024-02-22T06:01:00.441Z Downloaded num_enum v0.5.11
8142024-02-22T06:01:00.444Z Downloaded parking_lot_core v0.9.8
8152024-02-22T06:01:00.447Z Downloaded num-iter v0.1.43
8162024-02-22T06:01:00.450Z Downloaded paste v1.0.14
8172024-02-22T06:01:00.454Z Downloaded waitgroup v0.1.2
8182024-02-22T06:01:00.460Z Downloaded hash32 v0.2.1
8192024-02-22T06:01:00.460Z Downloaded once_cell v1.19.0
8202024-02-22T06:01:00.463Z Downloaded bit-vec v0.6.3
8212024-02-22T06:01:00.463Z Downloaded structopt-derive v0.4.18
8222024-02-22T06:01:00.463Z Downloaded pbkdf2 v0.12.2
8232024-02-22T06:01:00.467Z Downloaded num-complex v0.4.4
8242024-02-22T06:01:00.470Z Downloaded phf v0.11.2
8252024-02-22T06:01:00.470Z Downloaded camino-tempfile v1.1.1
8262024-02-22T06:01:00.473Z Downloaded chacha20 v0.9.1
8272024-02-22T06:01:00.476Z Downloaded zone_cfg_derive v0.3.0
8282024-02-22T06:01:00.476Z Downloaded percent-encoding v2.3.1
8292024-02-22T06:01:00.476Z Downloaded static_assertions v1.1.0
8302024-02-22T06:01:00.479Z Downloaded cobs v0.2.3
8312024-02-22T06:01:00.479Z Downloaded parse-display-derive v0.9.0
8322024-02-22T06:01:00.483Z Downloaded ppv-lite86 v0.2.17
8332024-02-22T06:01:00.483Z Downloaded tokio-macros v2.2.0
8342024-02-22T06:01:00.486Z Downloaded polyval v0.6.1
8352024-02-22T06:01:00.486Z Downloaded plain v0.2.3
8362024-02-22T06:01:00.489Z Downloaded pkg-config v0.3.27
8372024-02-22T06:01:00.489Z Downloaded argon2 v0.5.3
8382024-02-22T06:01:00.492Z Downloaded predicates-core v1.0.6
8392024-02-22T06:01:00.492Z Downloaded toolchain_find v0.2.0
8402024-02-22T06:01:00.495Z Downloaded blake2 v0.10.6
8412024-02-22T06:01:00.499Z Downloaded foreign-types v0.5.0
8422024-02-22T06:01:00.499Z Downloaded ciborium v0.2.2
8432024-02-22T06:01:00.502Z Downloaded unicode-width v0.1.11
8442024-02-22T06:01:00.502Z Downloaded pest_derive v2.7.6
8452024-02-22T06:01:00.505Z Downloaded walkdir v2.4.0
8462024-02-22T06:01:00.508Z Downloaded russh-cryptovec v0.7.0
8472024-02-22T06:01:00.509Z Downloaded owo-colors v4.0.0
8482024-02-22T06:01:00.512Z Downloaded is-terminal v0.4.9
8492024-02-22T06:01:00.512Z Downloaded parking_lot_core v0.8.6
8502024-02-22T06:01:00.515Z Downloaded slog-stdlog v4.1.1
8512024-02-22T06:01:00.518Z Downloaded zone v0.3.0
8522024-02-22T06:01:00.518Z Downloaded pem-rfc7468 v0.7.0
8532024-02-22T06:01:00.521Z Downloaded parking_lot v0.11.2
8542024-02-22T06:01:00.525Z Downloaded cancel-safe-futures v0.1.5
8552024-02-22T06:01:00.531Z Downloaded cc v1.0.83
8562024-02-22T06:01:00.534Z Downloaded const-oid v0.9.5
8572024-02-22T06:01:00.534Z Downloaded pin-project-lite v0.2.13
8582024-02-22T06:01:00.537Z Downloaded foreign-types-shared v0.3.1
8592024-02-22T06:01:00.540Z Downloaded proc-macro-crate v1.3.1
8602024-02-22T06:01:00.540Z Downloaded hash32 v0.3.1
8612024-02-22T06:01:00.544Z Downloaded fnv v1.0.7
8622024-02-22T06:01:00.544Z Downloaded postgres-types v0.2.6
8632024-02-22T06:01:00.548Z Downloaded vsss-rs v3.3.4
8642024-02-22T06:01:00.548Z Downloaded lalrpop-util v0.19.12
8652024-02-22T06:01:00.551Z Downloaded ed25519 v2.2.2
8662024-02-22T06:01:00.551Z Downloaded foreign-types-macros v0.2.3
8672024-02-22T06:01:00.554Z Downloaded want v0.3.1
8682024-02-22T06:01:00.554Z Downloaded tracing-attributes v0.1.26
8692024-02-22T06:01:00.558Z Downloaded endian-type v0.1.2
8702024-02-22T06:01:00.558Z Downloaded glob v0.3.1
8712024-02-22T06:01:00.558Z Downloaded terminal_size v0.3.0
8722024-02-22T06:01:00.561Z Downloaded rustls-pemfile v1.0.3
8732024-02-22T06:01:00.579Z Downloaded parking_lot v0.12.1
8742024-02-22T06:01:00.579Z Downloaded scroll_derive v0.12.0
8752024-02-22T06:01:00.583Z Downloaded omicron-zone-package v0.11.0
8762024-02-22T06:01:00.583Z Downloaded signal-hook-mio v0.2.3
8772024-02-22T06:01:00.583Z Downloaded ecdsa v0.16.9
8782024-02-22T06:01:00.583Z Downloaded futures-core v0.3.30
8792024-02-22T06:01:00.583Z Downloaded slog-term v2.9.0
8802024-02-22T06:01:00.583Z Downloaded signature v2.1.0
8812024-02-22T06:01:00.583Z Downloaded sec1 v0.7.3
8822024-02-22T06:01:00.583Z Downloaded chacha20poly1305 v0.10.1
8832024-02-22T06:01:00.586Z Downloaded bytes v1.5.0
8842024-02-22T06:01:00.590Z Downloaded tower-service v0.3.2
8852024-02-22T06:01:00.590Z Downloaded rustfmt-wrapper v0.2.0
8862024-02-22T06:01:00.594Z Downloaded native-tls v0.2.11
8872024-02-22T06:01:00.594Z Downloaded string_cache v0.8.7
8882024-02-22T06:01:00.597Z Downloaded fixedbitset v0.4.2
8892024-02-22T06:01:00.597Z Downloaded serde_derive_internals v0.26.0
8902024-02-22T06:01:00.600Z Downloaded slog-json v2.6.1
8912024-02-22T06:01:00.600Z Downloaded whoami v1.4.1
8922024-02-22T06:01:00.604Z Downloaded tokio-rustls v0.25.0
8932024-02-22T06:01:00.604Z Downloaded slog-bunyan v2.5.0
8942024-02-22T06:01:00.607Z Downloaded schemars_derive v0.8.16
8952024-02-22T06:01:00.607Z Downloaded either v1.10.0
8962024-02-22T06:01:00.610Z Downloaded version_check v0.9.4
8972024-02-22T06:01:00.610Z Downloaded flagset v0.4.3
8982024-02-22T06:01:00.616Z Downloaded hyper-tls v0.5.0
8992024-02-22T06:01:00.617Z Downloaded usdt-macro v0.5.0
9002024-02-22T06:01:00.620Z Downloaded p256 v0.13.2
9012024-02-22T06:01:00.620Z Downloaded primeorder v0.13.6
9022024-02-22T06:01:00.620Z Downloaded usdt-macro v0.3.5
9032024-02-22T06:01:00.624Z Downloaded textwrap v0.11.0
9042024-02-22T06:01:00.624Z Downloaded scopeguard v1.2.0
9052024-02-22T06:01:00.630Z Downloaded ipnet v2.9.0
9062024-02-22T06:01:00.630Z Downloaded rustc-demangle v0.1.23
9072024-02-22T06:01:00.630Z Downloaded heck v0.4.1
9082024-02-22T06:01:01.042Z Downloaded sct v0.7.0
9092024-02-22T06:01:01.042Z Downloaded time-macros v0.2.13
9102024-02-22T06:01:01.042Z Downloaded der v0.7.8
9112024-02-22T06:01:01.042Z Downloaded usdt-attr-macro v0.5.0
9122024-02-22T06:01:01.043Z Downloaded usdt-attr-macro v0.3.5
9132024-02-22T06:01:01.043Z Downloaded aes v0.8.3
9142024-02-22T06:01:01.043Z Downloaded serde_repr v0.1.16
9152024-02-22T06:01:01.043Z Downloaded ident_case v1.0.1
9162024-02-22T06:01:01.043Z Downloaded http-body v0.4.5
9172024-02-22T06:01:01.043Z Downloaded ryu v1.0.15
9182024-02-22T06:01:01.043Z Downloaded spin v0.9.8
9192024-02-22T06:01:01.044Z Downloaded home v0.5.5
9202024-02-22T06:01:01.044Z Downloaded dirs-sys v0.4.1
9212024-02-22T06:01:01.044Z Downloaded chrono v0.4.31
9222024-02-22T06:01:01.044Z Downloaded dtrace-parser v0.1.14
9232024-02-22T06:01:01.044Z Downloaded strsim v0.10.0
9242024-02-22T06:01:01.044Z Downloaded thread-id v4.2.0
9252024-02-22T06:01:01.044Z Downloaded thiserror-no-std v2.0.2
9262024-02-22T06:01:01.044Z Downloaded equivalent v1.0.1
9272024-02-22T06:01:01.044Z Downloaded strum v0.26.1
9282024-02-22T06:01:01.045Z Downloaded try-lock v0.2.4
9292024-02-22T06:01:01.045Z Downloaded enum-as-inner v0.5.1
9302024-02-22T06:01:01.045Z Downloaded semver v0.11.0
9312024-02-22T06:01:01.045Z Downloaded tempfile v3.10.0
9322024-02-22T06:01:01.045Z Downloaded signal-hook v0.3.17
9332024-02-22T06:01:01.045Z Downloaded zip v0.6.6
9342024-02-22T06:01:01.045Z Downloaded secrecy v0.8.0
9352024-02-22T06:01:01.045Z Downloaded rustls-pki-types v1.3.0
9362024-02-22T06:01:01.045Z Downloaded untrusted v0.9.0
9372024-02-22T06:01:01.046Z Downloaded crossterm v0.27.0
9382024-02-22T06:01:01.046Z Downloaded foreign-types v0.3.2
9392024-02-22T06:01:01.046Z Downloaded toml_datetime v0.6.5
9402024-02-22T06:01:01.046Z Downloaded futures-macro v0.3.30
9412024-02-22T06:01:01.046Z Downloaded aes-gcm v0.10.3
9422024-02-22T06:01:01.046Z Downloaded universal-hash v0.5.1
9432024-02-22T06:01:01.046Z Downloaded unicode-xid v0.2.4
9442024-02-22T06:01:01.046Z Downloaded futures-sink v0.3.30
9452024-02-22T06:01:01.046Z Downloaded fastrand v2.0.1
9462024-02-22T06:01:01.046Z Downloaded hubpack v0.1.2
9472024-02-22T06:01:01.047Z Downloaded proc-macro-error-attr v1.0.4
9482024-02-22T06:01:01.047Z Downloaded stable_deref_trait v1.2.0
9492024-02-22T06:01:01.047Z Downloaded rfc6979 v0.4.0
9502024-02-22T06:01:01.047Z Downloaded quote v1.0.35
9512024-02-22T06:01:01.047Z Downloaded r2d2 v0.8.10
9522024-02-22T06:01:01.047Z Downloaded semver v0.1.20
9532024-02-22T06:01:01.047Z Downloaded errno v0.3.8
9542024-02-22T06:01:01.048Z Downloaded resolv-conf v0.7.0
9552024-02-22T06:01:01.048Z Downloaded num-bigint v0.4.4
9562024-02-22T06:01:01.048Z Downloaded fxhash v0.2.1
9572024-02-22T06:01:01.048Z Downloaded fallible-iterator v0.2.0
9582024-02-22T06:01:01.048Z Downloaded usdt v0.5.0
9592024-02-22T06:01:01.048Z Downloaded instant v0.1.12
9602024-02-22T06:01:01.048Z Downloaded serde_tokenstream v0.2.0
9612024-02-22T06:01:01.048Z Downloaded usdt v0.3.5
9622024-02-22T06:01:01.049Z Downloaded http-range v0.1.5
9632024-02-22T06:01:01.049Z Downloaded yasna v0.5.2
9642024-02-22T06:01:01.049Z Downloaded inout v0.1.3
9652024-02-22T06:01:01.049Z Downloaded typenum v1.16.0
9662024-02-22T06:01:01.049Z Downloaded crossbeam-channel v0.5.8
9672024-02-22T06:01:01.049Z Downloaded thread_local v1.1.7
9682024-02-22T06:01:01.049Z Downloaded keccak v0.1.4
9692024-02-22T06:01:01.049Z Downloaded difflib v0.4.0
9702024-02-22T06:01:01.050Z Downloaded proc-macro-error v1.0.4
9712024-02-22T06:01:01.050Z Downloaded dirs-next v2.0.0
9722024-02-22T06:01:01.050Z Downloaded dirs v5.0.1
9732024-02-22T06:01:01.050Z Downloaded slab v0.4.9
9742024-02-22T06:01:01.050Z Downloaded serde_spanned v0.6.5
9752024-02-22T06:01:01.050Z Downloaded semver-parser v0.10.2
9762024-02-22T06:01:01.050Z Downloaded unicode-bidi v0.3.13
9772024-02-22T06:01:01.050Z Downloaded tungstenite v0.20.1
9782024-02-22T06:01:01.050Z Downloaded foreign-types-shared v0.1.1
9792024-02-22T06:01:01.050Z Downloaded hmac v0.12.1
9802024-02-22T06:01:01.051Z Downloaded iana-time-zone v0.1.57
9812024-02-22T06:01:01.051Z Downloaded hyper-staticfile v0.9.5
9822024-02-22T06:01:01.051Z Downloaded zeroize_derive v1.4.2
9832024-02-22T06:01:01.051Z Downloaded dof v0.3.0
9842024-02-22T06:01:01.051Z Downloaded gethostname v0.4.3
9852024-02-22T06:01:01.051Z Downloaded strsim v0.11.0
9862024-02-22T06:01:01.051Z Downloaded hex-literal v0.4.1
9872024-02-22T06:01:01.051Z Downloaded tokio-postgres v0.7.10
9882024-02-22T06:01:01.051Z Downloaded filetime v0.2.23
9892024-02-22T06:01:01.051Z Downloaded ff v0.13.0
9902024-02-22T06:01:01.051Z Downloaded vec_map v0.8.2
9912024-02-22T06:01:01.052Z Downloaded libm v0.2.7
9922024-02-22T06:01:01.052Z Downloaded heapless v0.8.0
9932024-02-22T06:01:01.052Z Downloaded serde_path_to_error v0.1.15
9942024-02-22T06:01:01.052Z Downloaded uuid v1.7.0
9952024-02-22T06:01:01.052Z Downloaded toml v0.5.11
9962024-02-22T06:01:01.052Z Downloaded tinyvec v1.6.0
9972024-02-22T06:01:01.052Z Downloaded thiserror-impl-no-std v2.0.2
9982024-02-22T06:01:01.052Z Downloaded siphasher v0.3.11
9992024-02-22T06:01:01.052Z Downloaded getrandom v0.1.16
10002024-02-22T06:01:01.053Z Downloaded rand_core v0.6.4
10012024-02-22T06:01:01.053Z Downloaded toml v0.7.8
10022024-02-22T06:01:01.053Z Downloaded serde_urlencoded v0.7.1
10032024-02-22T06:01:01.053Z Downloaded unicase v2.7.0
10042024-02-22T06:01:01.053Z Downloaded strum_macros v0.26.1
10052024-02-22T06:01:01.053Z Downloaded clap v2.34.0
10062024-02-22T06:01:01.053Z Downloaded zeroize v1.7.0
10072024-02-22T06:01:01.053Z Downloaded utf-8 v0.7.6
10082024-02-22T06:01:01.061Z Downloaded toml_edit v0.22.6
10092024-02-22T06:01:01.062Z Downloaded heck v0.3.3
10102024-02-22T06:01:01.062Z Downloaded form_urlencoded v1.2.1
10112024-02-22T06:01:01.062Z Downloaded tokio-rustls v0.24.1
10122024-02-22T06:01:01.062Z Downloaded headers v0.3.9
10132024-02-22T06:01:01.062Z Downloaded socket2 v0.4.9
10142024-02-22T06:01:01.062Z Downloaded slog-dtrace v0.3.0
10152024-02-22T06:01:01.063Z Downloaded flate2 v1.0.28
10162024-02-22T06:01:01.063Z Downloaded unicode-segmentation v1.10.1
10172024-02-22T06:01:01.063Z Downloaded semver v1.0.22
10182024-02-22T06:01:01.063Z Downloaded generic-array v0.14.7
10192024-02-22T06:01:01.064Z Downloaded unicode-ident v1.0.12
10202024-02-22T06:01:01.064Z Downloaded ghash v0.5.0
10212024-02-22T06:01:01.064Z Downloaded toml v0.8.10
10222024-02-22T06:01:01.064Z Downloaded slog-envlogger v2.2.0
10232024-02-22T06:01:01.064Z Downloaded proc-macro2 v1.0.78
10242024-02-22T06:01:01.064Z Downloaded serde_tokenstream v0.1.7
10252024-02-22T06:01:01.065Z Downloaded slog v2.7.0
10262024-02-22T06:01:01.065Z Downloaded serde_yaml v0.9.25
10272024-02-22T06:01:01.065Z Downloaded httparse v1.8.0
10282024-02-22T06:01:01.065Z Downloaded getrandom v0.2.10
10292024-02-22T06:01:01.065Z Downloaded rayon-core v1.12.0
10302024-02-22T06:01:01.065Z Downloaded hyper-rustls v0.24.2
10312024-02-22T06:01:01.065Z Downloaded futures v0.3.30
10322024-02-22T06:01:01.066Z Downloaded rand_core v0.5.1
10332024-02-22T06:01:01.066Z Downloaded group v0.13.0
10342024-02-22T06:01:01.067Z Downloaded tracing-core v0.1.31
10352024-02-22T06:01:01.067Z Downloaded tracing v0.1.37
10362024-02-22T06:01:01.067Z Downloaded smallvec v1.13.1
10372024-02-22T06:01:01.067Z Downloaded itertools v0.10.5
10382024-02-22T06:01:01.067Z Downloaded sha2 v0.10.8
10392024-02-22T06:01:01.067Z Downloaded serde v1.0.196
10402024-02-22T06:01:01.067Z Downloaded trust-dns-server v0.22.1
10412024-02-22T06:01:01.067Z Downloaded zerocopy v0.6.4
10422024-02-22T06:01:01.067Z Downloaded indexmap v1.9.3
10432024-02-22T06:01:01.067Z Downloaded ed25519-dalek v2.0.0
10442024-02-22T06:01:01.067Z Downloaded elliptic-curve v0.13.8
10452024-02-22T06:01:01.067Z Downloaded url v2.5.0
10462024-02-22T06:01:01.068Z Downloaded clap_builder v4.5.0
10472024-02-22T06:01:01.068Z Downloaded unsafe-libyaml v0.2.10
10482024-02-22T06:01:01.068Z Downloaded rcgen v0.12.1
10492024-02-22T06:01:01.068Z Downloaded indexmap v2.2.3
10502024-02-22T06:01:01.068Z Downloaded aho-corasick v1.0.4
10512024-02-22T06:01:01.068Z Downloaded trust-dns-client v0.22.0
10522024-02-22T06:01:01.068Z Downloaded http v0.2.11
10532024-02-22T06:01:01.068Z Downloaded hashbrown v0.12.3
10542024-02-22T06:01:01.068Z Downloaded p521 v0.13.3
10552024-02-22T06:01:01.069Z Downloaded blake3 v1.5.0
10562024-02-22T06:01:01.069Z Downloaded schemars v0.8.16
10572024-02-22T06:01:01.069Z Downloaded russh v0.42.0
10582024-02-22T06:01:01.069Z Downloaded itertools v0.12.1
10592024-02-22T06:01:01.069Z Downloaded serde_derive v1.0.196
10602024-02-22T06:01:01.069Z Downloaded tokio-util v0.7.10
10612024-02-22T06:01:01.069Z Downloaded regex-automata v0.1.10
10622024-02-22T06:01:01.069Z Downloaded winnow v0.5.15
10632024-02-22T06:01:01.074Z Downloaded petgraph v0.6.4
10642024-02-22T06:01:01.095Z Downloaded rand v0.7.3
10652024-02-22T06:01:01.100Z Downloaded http v1.0.0
10662024-02-22T06:01:01.100Z Downloaded unicode-normalization v0.1.22
10672024-02-22T06:01:01.100Z Downloaded rustls-webpki v0.101.7
10682024-02-22T06:01:01.110Z Downloaded serde_with v3.6.1
10692024-02-22T06:01:01.117Z Downloaded hashbrown v0.14.3
10702024-02-22T06:01:01.124Z Downloaded h2 v0.3.24
10712024-02-22T06:01:01.130Z Downloaded reqwest v0.11.22
10722024-02-22T06:01:01.138Z Downloaded goblin v0.8.0
10732024-02-22T06:01:01.144Z Downloaded rayon v1.8.0
10742024-02-22T06:01:01.154Z Downloaded rustls-webpki v0.102.1
10752024-02-22T06:01:01.173Z Downloaded trust-dns-proto v0.22.0
10762024-02-22T06:01:01.185Z Downloaded object v0.32.1
10772024-02-22T06:01:01.195Z Downloaded serde_json v1.0.114
10782024-02-22T06:01:01.204Z Downloaded hyper v0.14.27
10792024-02-22T06:01:01.212Z Downloaded smoltcp v0.9.1
10802024-02-22T06:01:01.224Z Downloaded hkdf v0.12.4
10812024-02-22T06:01:01.232Z Downloaded idna v0.2.3
10822024-02-22T06:01:01.237Z Downloaded diesel v2.1.4
10832024-02-22T06:01:01.254Z Downloaded regex-syntax v0.8.2
10842024-02-22T06:01:01.262Z Downloaded rustls v0.22.2
10852024-02-22T06:01:01.275Z Downloaded vcpkg v0.2.15
10862024-02-22T06:01:01.313Z Downloaded gimli v0.28.0
10872024-02-22T06:01:01.322Z Downloaded syn v2.0.48
10882024-02-22T06:01:01.333Z Downloaded webpki-roots v0.25.2
10892024-02-22T06:01:01.337Z Downloaded sled v0.34.7
10902024-02-22T06:01:01.347Z Downloaded smoltcp v0.11.0
10912024-02-22T06:01:01.360Z Downloaded bstr v1.6.0
10922024-02-22T06:01:01.373Z Downloaded openapiv3 v2.0.0
10932024-02-22T06:01:01.384Z Downloaded bstr v0.2.17
10942024-02-22T06:01:01.395Z Downloaded tokio v1.36.0
10952024-02-22T06:01:01.433Z Downloaded regress v0.8.0
10962024-02-22T06:01:01.441Z Downloaded regex v1.10.3
10972024-02-22T06:01:01.456Z Downloaded zerocopy-derive v0.2.0
10982024-02-22T06:01:01.463Z Downloaded syn v1.0.109
10992024-02-22T06:01:01.473Z Downloaded rustix v0.38.31
11002024-02-22T06:01:01.502Z Downloaded zerocopy-derive v0.6.4
11012024-02-22T06:01:01.511Z Downloaded radix_trie v0.2.1
11022024-02-22T06:01:01.516Z Downloaded rustls v0.21.9
11032024-02-22T06:01:01.524Z Downloaded regex-automata v0.3.8
11042024-02-22T06:01:01.542Z Downloaded regex-automata v0.4.4
11052024-02-22T06:01:01.560Z Downloaded encoding_rs v0.8.33
11062024-02-22T06:01:01.583Z Downloaded sha3 v0.10.8
11072024-02-22T06:01:01.588Z Downloaded libc v0.2.153
11082024-02-22T06:01:01.614Z Downloaded winapi v0.3.9
11092024-02-22T06:01:01.654Z Downloaded bzip2-sys v0.1.11+1.0.8
11102024-02-22T06:01:01.666Z Downloaded idna v0.5.0
11112024-02-22T06:01:01.673Z Downloaded openssl v0.10.60
11122024-02-22T06:01:01.683Z Downloaded zerocopy v0.7.32
11132024-02-22T06:01:01.699Z Downloaded futures-util v0.3.30
11142024-02-22T06:01:01.712Z Downloaded winnow v0.6.1
11152024-02-22T06:01:01.720Z Downloaded curve25519-dalek v4.1.1
11162024-02-22T06:01:01.729Z Downloaded zerocopy v0.3.0
11172024-02-22T06:01:01.735Z Downloaded rustversion v1.0.14
11182024-02-22T06:01:01.735Z Downloaded futures-executor v0.3.30
11192024-02-22T06:01:01.735Z Downloaded serde_with_macros v3.6.1
11202024-02-22T06:01:01.740Z Downloaded socket2 v0.5.5
11212024-02-22T06:01:01.740Z Downloaded steno v0.4.0
11222024-02-22T06:01:01.744Z Downloaded toml_edit v0.19.15
11232024-02-22T06:01:01.759Z Downloaded time v0.3.27
11242024-02-22T06:01:01.766Z Downloaded nom v7.1.3
11252024-02-22T06:01:01.771Z Downloaded getopts v0.2.21
11262024-02-22T06:01:01.776Z Downloaded dtrace-parser v0.2.0
11272024-02-22T06:01:01.776Z Downloaded rand v0.8.5
11282024-02-22T06:01:01.780Z Downloaded usdt-impl v0.5.0
11292024-02-22T06:01:01.781Z Downloaded usdt-impl v0.3.5
11302024-02-22T06:01:01.781Z Downloaded tar v0.4.40
11312024-02-22T06:01:01.785Z Downloaded smf v0.2.2
11322024-02-22T06:01:01.785Z Downloaded structmeta-derive v0.3.0
11332024-02-22T06:01:01.786Z Downloaded hostname v0.3.1
11342024-02-22T06:01:01.786Z Downloaded russh-keys v0.42.0
11352024-02-22T06:01:01.791Z Downloaded minimal-lexical v0.2.1
11362024-02-22T06:01:01.796Z Downloaded zerocopy-derive v0.7.32
11372024-02-22T06:01:01.804Z Downloaded heapless v0.7.16
11382024-02-22T06:01:01.804Z Downloaded trust-dns-resolver v0.22.0
11392024-02-22T06:01:01.809Z Downloaded ring v0.17.8
11402024-02-22T06:01:01.876Z Downloaded xattr v1.0.1
11412024-02-22T06:01:01.882Z Downloaded similar v2.3.0
11422024-02-22T06:01:01.882Z Downloaded base64 v0.21.7
11432024-02-22T06:01:01.889Z Downloaded scroll v0.12.0
11442024-02-22T06:01:01.889Z Downloaded rand_chacha v0.3.1
11452024-02-22T06:01:01.894Z Downloaded mio v0.8.9
11462024-02-22T06:01:01.894Z Downloaded spin v0.5.2
11472024-02-22T06:01:01.894Z Downloaded strum_macros v0.25.2
11482024-02-22T06:01:01.899Z Downloaded synstructure v0.12.6
11492024-02-22T06:01:01.899Z Downloaded float-cmp v0.9.0
11502024-02-22T06:01:01.899Z Downloaded tokio-stream v0.1.14
11512024-02-22T06:01:01.904Z Downloaded embedded-io v0.4.0
11522024-02-22T06:01:01.904Z Downloaded memchr v2.6.3
11532024-02-22T06:01:01.908Z Downloaded hex v0.4.3
11542024-02-22T06:01:01.915Z Downloaded ipnetwork v0.20.0
11552024-02-22T06:01:01.915Z Downloaded num-traits v0.2.16
11562024-02-22T06:01:01.919Z Downloaded openssl-sys v0.9.96
11572024-02-22T06:01:01.919Z Downloaded same-file v1.0.6
11582024-02-22T06:01:01.924Z Downloaded rustls-pemfile v2.1.0
11592024-02-22T06:01:01.924Z Downloaded futures-channel v0.3.30
11602024-02-22T06:01:01.924Z Downloaded half v2.3.1
11612024-02-22T06:01:01.930Z Downloaded ucd-trie v0.1.6
11622024-02-22T06:01:01.930Z Downloaded postgres-protocol v0.6.6
11632024-02-22T06:01:01.934Z Downloaded spki v0.7.2
11642024-02-22T06:01:01.934Z Downloaded backtrace v0.3.69
11652024-02-22T06:01:01.938Z Downloaded strum v0.25.0
11662024-02-22T06:01:01.939Z Downloaded dyn-clone v1.0.16
11672024-02-22T06:01:01.944Z Downloaded structmeta v0.3.0
11682024-02-22T06:01:01.944Z Downloaded slog-async v2.8.0
11692024-02-22T06:01:01.944Z Downloaded signal-hook-registry v1.4.1
11702024-02-22T06:01:01.944Z Downloaded postcard v1.0.8
11712024-02-22T06:01:01.950Z Downloaded darling_core v0.20.3
11722024-02-22T06:01:01.954Z Downloaded pest_meta v2.7.6
11732024-02-22T06:01:01.954Z Downloaded sha1 v0.10.6
11742024-02-22T06:01:01.955Z Downloaded httpdate v1.0.3
11752024-02-22T06:01:01.959Z Downloaded rand_chacha v0.2.2
11762024-02-22T06:01:01.960Z Downloaded tinyvec_macros v0.1.1
11772024-02-22T06:01:01.960Z Downloaded take_mut v0.2.2
11782024-02-22T06:01:01.960Z Downloaded topological-sort v0.2.2
11792024-02-22T06:01:01.960Z Downloaded quick-error v1.2.3
11802024-02-22T06:01:01.967Z Downloaded headers-core v0.2.0
11812024-02-22T06:01:01.967Z Downloaded allocator-api2 v0.2.16
11822024-02-22T06:01:01.967Z Downloaded platforms v3.0.2
11832024-02-22T06:01:01.967Z Downloaded untrusted v0.7.1
11842024-02-22T06:01:01.968Z Downloaded password-hash v0.5.0
11852024-02-22T06:01:01.972Z Downloaded arc-swap v1.6.0
11862024-02-22T06:01:01.972Z Downloaded tokio-tungstenite v0.20.1
11872024-02-22T06:01:01.976Z Downloaded thiserror-impl v1.0.57
11882024-02-22T06:01:01.977Z Downloaded ring v0.16.20
11892024-02-22T06:01:02.055Z Downloaded poly1305 v0.8.0
11902024-02-22T06:01:02.059Z Downloaded derive-where v1.2.7
11912024-02-22T06:01:02.063Z Downloaded password-hash v0.4.2
11922024-02-22T06:01:02.063Z Downloaded miniz_oxide v0.7.1
11932024-02-22T06:01:02.066Z Downloaded rustc_version v0.4.0
11942024-02-22T06:01:02.066Z Downloaded slog-scope v4.4.0
11952024-02-22T06:01:02.066Z Downloaded scheduled-thread-pool v0.2.7
11962024-02-22T06:01:02.070Z Downloaded itoa v1.0.9
11972024-02-22T06:01:02.070Z Downloaded digest v0.10.7
11982024-02-22T06:01:02.070Z Downloaded pkcs8 v0.10.2
11992024-02-22T06:01:02.074Z Downloaded num-rational v0.4.1
12002024-02-22T06:01:02.074Z Downloaded rustc_version v0.1.7
12012024-02-22T06:01:02.077Z Downloaded futures-task v0.3.30
12022024-02-22T06:01:02.077Z Downloaded futures-io v0.3.30
12032024-02-22T06:01:02.077Z Downloaded num_enum_derive v0.5.11
12042024-02-22T06:01:02.077Z Downloaded multer v3.0.0
12052024-02-22T06:01:02.081Z Downloaded crc32fast v1.3.2
12062024-02-22T06:01:02.081Z Downloaded log v0.4.20
12072024-02-22T06:01:02.086Z Downloaded dirs-sys-next v0.1.2
12082024-02-22T06:01:02.086Z Downloaded tokio-native-tls v0.3.1
12092024-02-22T06:01:02.086Z Downloaded predicates v3.1.0
12102024-02-22T06:01:02.091Z Downloaded utf8parse v0.2.1
12112024-02-22T06:01:02.091Z Downloaded lock_api v0.4.10
12122024-02-22T06:01:02.091Z Downloaded phf_shared v0.11.2
12132024-02-22T06:01:02.091Z Downloaded crypto-bigint v0.5.2
12142024-02-22T06:01:02.097Z Downloaded pin-utils v0.1.0
12152024-02-22T06:01:02.102Z Downloaded camino v1.1.6
12162024-02-22T06:01:02.102Z Downloaded bzip2 v0.4.4
12172024-02-22T06:01:02.102Z Downloaded memmap2 v0.7.1
12182024-02-22T06:01:02.102Z Downloaded bit-set v0.5.3
12192024-02-22T06:01:02.106Z Downloaded thiserror v1.0.57
12202024-02-22T06:01:02.114Z Downloaded stringprep v0.1.3
12212024-02-22T06:01:02.114Z Downloaded linear-map v1.2.0
12222024-02-22T06:01:02.114Z Downloaded backoff v0.4.0
12232024-02-22T06:01:02.114Z Downloaded structopt v0.3.26
12242024-02-22T06:01:02.119Z Downloaded num-derive v0.4.0
12252024-02-22T06:01:02.119Z Downloaded dof v0.1.5
12262024-02-22T06:01:02.119Z Downloaded match_cfg v0.1.0
12272024-02-22T06:01:02.124Z Downloaded num_cpus v1.16.0
12282024-02-22T06:01:02.124Z Downloaded newtype-uuid v1.0.1
12292024-02-22T06:01:02.124Z Downloaded bitflags v1.3.2
12302024-02-22T06:01:02.128Z Downloaded async-stream v0.3.5
12312024-02-22T06:01:02.129Z Downloaded async-trait v0.1.77
12322024-02-22T06:01:02.133Z Downloaded option-ext v0.2.0
12332024-02-22T06:01:02.133Z Downloaded managed v0.8.0
12342024-02-22T06:01:02.134Z Downloaded num v0.4.1
12352024-02-22T06:01:02.134Z Downloaded md-5 v0.10.5
12362024-02-22T06:01:02.151Z Downloaded ansi_term v0.12.1
12372024-02-22T06:01:02.151Z Downloaded swrite v0.1.0
12382024-02-22T06:01:02.152Z Downloaded pbkdf2 v0.11.0
12392024-02-22T06:01:02.152Z Downloaded num-integer v0.1.46
12402024-02-22T06:01:02.160Z Downloaded memoffset v0.9.0
12412024-02-22T06:01:02.160Z Downloaded macaddr v1.0.1
12422024-02-22T06:01:02.161Z Downloaded constant_time_eq v0.3.0
12432024-02-22T06:01:02.161Z Downloaded time-core v0.1.1
12442024-02-22T06:01:02.161Z Downloaded precomputed-hash v0.1.1
12452024-02-22T06:01:02.161Z Downloaded phf_shared v0.10.0
12462024-02-22T06:01:02.161Z Downloaded linked-hash-map v0.5.6
12472024-02-22T06:01:02.161Z Downloaded libefi-sys v0.1.0
12482024-02-22T06:01:02.161Z Downloaded subprocess v0.2.9
12492024-02-22T06:01:02.161Z Downloaded pest v2.7.6
12502024-02-22T06:01:02.161Z Downloaded crossbeam-utils v0.8.16
12512024-02-22T06:01:02.161Z Downloaded crossbeam-epoch v0.9.15
12522024-02-22T06:01:02.161Z Downloaded lazy_static v1.4.0
12532024-02-22T06:01:02.161Z Downloaded nibble_vec v0.1.0
12542024-02-22T06:01:02.167Z Downloaded base16ct v0.2.0
12552024-02-22T06:01:02.167Z Downloaded openssl-probe v0.1.5
12562024-02-22T06:01:02.167Z Downloaded openssl-macros v0.1.1
12572024-02-22T06:01:02.167Z Downloaded kstat-rs v0.2.3
12582024-02-22T06:01:02.167Z Downloaded derive_more v0.99.17
12592024-02-22T06:01:02.172Z Downloaded crucible-workspace-hack v0.1.0
12602024-02-22T06:01:02.172Z Downloaded async-stream-impl v0.3.5
12612024-02-22T06:01:02.173Z Downloaded der_derive v0.7.2
12622024-02-22T06:01:02.173Z Downloaded bitflags v2.4.0
12632024-02-22T06:01:02.178Z Downloaded adler v1.0.2
12642024-02-22T06:01:02.178Z Downloaded deranged v0.3.8
12652024-02-22T06:01:02.178Z Downloaded debug-ignore v1.0.5
12662024-02-22T06:01:02.179Z Downloaded darling v0.20.3
12672024-02-22T06:01:02.185Z Downloaded data-encoding v2.4.0
12682024-02-22T06:01:02.185Z Downloaded ctr v0.9.2
12692024-02-22T06:01:02.185Z Downloaded clap_derive v4.5.0
12702024-02-22T06:01:02.573Z Compiling proc-macro2 v1.0.78
12712024-02-22T06:01:02.574Z Compiling unicode-ident v1.0.12
12722024-02-22T06:01:02.580Z Compiling libc v0.2.153
12732024-02-22T06:01:02.580Z Compiling serde v1.0.196
12742024-02-22T06:01:02.580Z Compiling version_check v0.9.4
12752024-02-22T06:01:02.580Z Compiling autocfg v1.1.0
12762024-02-22T06:01:02.580Z Compiling cfg-if v1.0.0
12772024-02-22T06:01:02.742Z Compiling syn v1.0.109
12782024-02-22T06:01:02.819Z Compiling once_cell v1.19.0
12792024-02-22T06:01:03.159Z Compiling thiserror v1.0.57
12802024-02-22T06:01:03.377Z Compiling typenum v1.16.0
12812024-02-22T06:01:03.411Z Compiling lock_api v0.4.10
12822024-02-22T06:01:03.424Z Compiling memchr v2.6.3
12832024-02-22T06:01:04.747Z Compiling generic-array v0.14.7
12842024-02-22T06:01:04.818Z Compiling parking_lot_core v0.9.8
12852024-02-22T06:01:04.912Z Compiling byteorder v1.5.0
12862024-02-22T06:01:04.925Z Compiling libm v0.2.7
12872024-02-22T06:01:04.942Z Compiling ahash v0.8.7
12882024-02-22T06:01:05.052Z Compiling num-traits v0.2.16
12892024-02-22T06:01:05.281Z Compiling serde_json v1.0.114
12902024-02-22T06:01:05.303Z Compiling itoa v1.0.9
12912024-02-22T06:01:05.500Z Compiling slab v0.4.9
12922024-02-22T06:01:05.527Z Compiling log v0.4.20
12932024-02-22T06:01:05.790Z Compiling quote v1.0.35
12942024-02-22T06:01:05.913Z Compiling scopeguard v1.2.0
12952024-02-22T06:01:06.044Z Compiling allocator-api2 v0.2.16
12962024-02-22T06:01:06.135Z Compiling syn v2.0.48
12972024-02-22T06:01:06.301Z Compiling getrandom v0.2.10
12982024-02-22T06:01:06.470Z Compiling cc v1.0.83
12992024-02-22T06:01:06.705Z Compiling rand_core v0.6.4
13002024-02-22T06:01:07.026Z Compiling ryu v1.0.15
13012024-02-22T06:01:07.232Z Compiling pkg-config v0.3.27
13022024-02-22T06:01:07.272Z Compiling heck v0.4.1
13032024-02-22T06:01:07.347Z Compiling schemars v0.8.16
13042024-02-22T06:01:07.693Z Compiling equivalent v1.0.1
13052024-02-22T06:01:07.746Z Compiling smallvec v1.13.1
13062024-02-22T06:01:07.773Z Compiling subtle v2.5.0
13072024-02-22T06:01:08.360Z Compiling vcpkg v0.2.15
13082024-02-22T06:01:08.685Z Compiling pin-project-lite v0.2.13
13092024-02-22T06:01:09.014Z Compiling httparse v1.8.0
13102024-02-22T06:01:09.284Z Compiling parking_lot v0.12.1
13112024-02-22T06:01:09.468Z Compiling ucd-trie v0.1.6
13122024-02-22T06:01:09.574Z Compiling ring v0.17.8
13132024-02-22T06:01:10.293Z Compiling ring v0.16.20
13142024-02-22T06:01:10.651Z Compiling openssl-sys v0.9.96
13152024-02-22T06:01:10.800Z Compiling signal-hook-registry v1.4.1
13162024-02-22T06:01:10.919Z Compiling fnv v1.0.7
13172024-02-22T06:01:10.961Z Compiling mio v0.8.9
13182024-02-22T06:01:11.179Z Compiling const-oid v0.9.5
13192024-02-22T06:01:11.463Z Compiling iana-time-zone v0.1.57
13202024-02-22T06:01:11.643Z Compiling openssl v0.10.60
13212024-02-22T06:01:11.912Z Compiling rustix v0.38.31
13222024-02-22T06:01:12.077Z Compiling semver v1.0.22
13232024-02-22T06:01:12.415Z Compiling socket2 v0.5.5
13242024-02-22T06:01:12.536Z Compiling num_cpus v1.16.0
13252024-02-22T06:01:12.800Z Compiling rustls v0.21.9
13262024-02-22T06:01:12.882Z Compiling native-tls v0.2.11
13272024-02-22T06:01:12.976Z Compiling futures-core v0.3.30
13282024-02-22T06:01:13.082Z Compiling dyn-clone v1.0.16
13292024-02-22T06:01:13.225Z Compiling aho-corasick v1.0.4
13302024-02-22T06:01:13.286Z Compiling crossbeam-utils v0.8.16
13312024-02-22T06:01:13.329Z Compiling slog v2.7.0
13322024-02-22T06:01:13.852Z Compiling serde_derive_internals v0.26.0
13332024-02-22T06:01:13.872Z Compiling regex-syntax v0.8.2
13342024-02-22T06:01:13.911Z Compiling spin v0.5.2
13352024-02-22T06:01:14.006Z Compiling async-trait v0.1.77
13362024-02-22T06:01:14.464Z Compiling futures-sink v0.3.30
13372024-02-22T06:01:14.737Z Compiling backtrace v0.3.69
13382024-02-22T06:01:15.182Z Compiling tinyvec_macros v0.1.1
13392024-02-22T06:01:15.266Z Compiling tinyvec v1.6.0
13402024-02-22T06:01:15.466Z Compiling futures-channel v0.3.30
13412024-02-22T06:01:15.920Z Compiling pin-utils v0.1.0
13422024-02-22T06:01:16.012Z Compiling futures-task v0.3.30
13432024-02-22T06:01:16.378Z Compiling futures-io v0.3.30
13442024-02-22T06:01:16.790Z Compiling cpufeatures v0.2.12
13452024-02-22T06:01:16.892Z Compiling unicode-normalization v0.1.22
13462024-02-22T06:01:16.968Z Compiling spin v0.9.8
13472024-02-22T06:01:17.200Z Compiling memoffset v0.9.0
13482024-02-22T06:01:17.217Z Compiling tracing-core v0.1.31
13492024-02-22T06:01:17.337Z Compiling anyhow v1.0.75
13502024-02-22T06:01:17.530Z Compiling regex-automata v0.4.4
13512024-02-22T06:01:17.913Z Compiling unicode-bidi v0.3.13
13522024-02-22T06:01:17.929Z Compiling unicode-width v0.1.11
13532024-02-22T06:01:18.732Z Compiling crc32fast v1.3.2
13542024-02-22T06:01:19.214Z Compiling winnow v0.5.15
13552024-02-22T06:01:19.779Z Compiling crossbeam-epoch v0.9.15
13562024-02-22T06:01:20.170Z Compiling time-core v0.1.1
13572024-02-22T06:01:20.324Z Compiling time-macros v0.2.13
13582024-02-22T06:01:20.829Z Compiling serde_derive v1.0.196
13592024-02-22T06:01:21.284Z Compiling zeroize_derive v1.4.2
13602024-02-22T06:01:22.252Z Compiling zerocopy-derive v0.7.32
13612024-02-22T06:01:22.279Z Compiling thiserror-impl v1.0.57
13622024-02-22T06:01:22.727Z Compiling tokio-macros v2.2.0
13632024-02-22T06:01:23.135Z Compiling zeroize v1.7.0
13642024-02-22T06:01:23.475Z Compiling futures-macro v0.3.30
13652024-02-22T06:01:24.654Z Compiling zerocopy v0.7.32
13662024-02-22T06:01:25.428Z Compiling tracing-attributes v0.1.26
13672024-02-22T06:01:25.581Z Compiling schemars_derive v0.8.16
13682024-02-22T06:01:25.597Z Compiling pest v2.7.6
13692024-02-22T06:01:25.766Z Compiling crypto-common v0.1.6
13702024-02-22T06:01:26.595Z Compiling hashbrown v0.14.3
13712024-02-22T06:01:26.642Z Compiling openssl-macros v0.1.1
13722024-02-22T06:01:27.106Z Compiling block-buffer v0.10.4
13732024-02-22T06:01:27.374Z Compiling digest v0.10.7
13742024-02-22T06:01:27.445Z Compiling regex v1.10.3
13752024-02-22T06:01:27.846Z Compiling pest_meta v2.7.6
13762024-02-22T06:01:29.192Z Compiling futures-util v0.3.30
13772024-02-22T06:01:29.192Z Compiling der_derive v0.7.2
13782024-02-22T06:01:30.377Z Compiling pest_generator v2.7.6
13792024-02-22T06:01:31.095Z Compiling tracing v0.1.37
13802024-02-22T06:01:32.641Z Compiling untrusted v0.9.0
13812024-02-22T06:01:33.030Z Compiling foreign-types-shared v0.1.1
13822024-02-22T06:01:33.038Z Compiling percent-encoding v2.3.1
13832024-02-22T06:01:33.158Z Compiling untrusted v0.7.1
13842024-02-22T06:01:33.274Z Compiling pest_derive v2.7.6
13852024-02-22T06:01:33.382Z Compiling foreign-types v0.3.2
13862024-02-22T06:01:34.830Z Compiling errno v0.3.8
13872024-02-22T06:01:34.949Z Compiling unicode-xid v0.2.4
13882024-02-22T06:01:35.437Z Compiling try-lock v0.2.4
13892024-02-22T06:01:35.480Z Compiling base64 v0.21.7
13902024-02-22T06:01:35.480Z Compiling ppv-lite86 v0.2.17
13912024-02-22T06:01:35.480Z Compiling want v0.3.1
13922024-02-22T06:01:35.480Z Compiling bytes v1.5.0
13932024-02-22T06:01:35.952Z Compiling indexmap v2.2.3
13942024-02-22T06:01:35.977Z Compiling uuid v1.7.0
13952024-02-22T06:01:36.124Z Compiling chrono v0.4.31
13962024-02-22T06:01:36.717Z Compiling tokio v1.36.0
13972024-02-22T06:01:37.173Z Compiling http v0.2.11
13982024-02-22T06:01:37.335Z Compiling bitflags v2.4.0
13992024-02-22T06:01:37.750Z Compiling serde_spanned v0.6.5
14002024-02-22T06:01:37.989Z Compiling toml_datetime v0.6.5
14012024-02-22T06:01:38.587Z Compiling toml_edit v0.19.15
14022024-02-22T06:01:39.088Z Compiling openapiv3 v2.0.0
14032024-02-22T06:01:39.827Z Compiling rustc_version v0.4.0
14042024-02-22T06:01:41.822Z Compiling serde_tokenstream v0.2.0
14052024-02-22T06:01:42.029Z Compiling http-body v0.4.5
14062024-02-22T06:01:42.635Z Compiling rustls-webpki v0.101.7
14072024-02-22T06:01:44.294Z Compiling sct v0.7.0
14082024-02-22T06:01:44.342Z Compiling synstructure v0.12.6
14092024-02-22T06:01:45.313Z Compiling form_urlencoded v1.2.1
14102024-02-22T06:01:45.532Z Compiling scroll_derive v0.12.0
14112024-02-22T06:01:45.633Z Compiling tokio-util v0.7.10
14122024-02-22T06:01:46.223Z Compiling socket2 v0.4.9
14132024-02-22T06:01:46.228Z Compiling tower-service v0.3.2
14142024-02-22T06:01:46.801Z Compiling h2 v0.3.24
14152024-02-22T06:01:47.069Z Compiling openssl-probe v0.1.5
14162024-02-22T06:01:47.197Z Compiling httpdate v1.0.3
14172024-02-22T06:01:47.679Z Compiling zerocopy-derive v0.2.0
14182024-02-22T06:01:49.682Z Compiling idna v0.5.0
14192024-02-22T06:01:49.855Z Compiling lazy_static v1.4.0
14202024-02-22T06:01:51.308Z Compiling thread-id v4.2.0
14212024-02-22T06:01:51.333Z Compiling adler v1.0.2
14222024-02-22T06:01:51.620Z Compiling miniz_oxide v0.7.1
14232024-02-22T06:01:51.833Z Compiling tokio-rustls v0.24.1
14242024-02-22T06:01:52.241Z Compiling url v2.5.0
14252024-02-22T06:01:52.749Z Compiling tokio-native-tls v0.3.1
14262024-02-22T06:01:53.018Z Compiling rand_chacha v0.3.1
14272024-02-22T06:01:53.186Z Compiling ipnet v2.9.0
14282024-02-22T06:01:53.448Z Compiling rustversion v1.0.14
14292024-02-22T06:01:53.741Z Compiling hyper v0.14.27
14302024-02-22T06:01:54.221Z Compiling rand v0.8.5
14312024-02-22T06:01:54.241Z Compiling serde_urlencoded v0.7.1
14322024-02-22T06:01:54.484Z Compiling rustls-pemfile v1.0.3
14332024-02-22T06:01:54.907Z Compiling usdt-impl v0.3.5
14342024-02-22T06:01:54.986Z Compiling encoding_rs v0.8.33
14352024-02-22T06:01:55.036Z Compiling either v1.10.0
14362024-02-22T06:01:55.251Z Compiling mime v0.3.17
14372024-02-22T06:01:55.421Z Compiling gimli v0.28.0
14382024-02-22T06:01:55.782Z Compiling webpki-roots v0.25.2
14392024-02-22T06:01:57.124Z Compiling regress v0.8.0
14402024-02-22T06:01:57.238Z Compiling object v0.32.1
14412024-02-22T06:01:57.534Z Compiling usdt-impl v0.5.0
14422024-02-22T06:01:57.681Z Compiling num-bigint v0.4.4
14432024-02-22T06:01:57.900Z Compiling rustc-demangle v0.1.23
14442024-02-22T06:01:58.998Z Compiling flate2 v1.0.28
14452024-02-22T06:01:59.681Z Compiling addr2line v0.21.0
14462024-02-22T06:01:59.733Z Compiling zerocopy v0.3.0
14472024-02-22T06:02:00.009Z Compiling scroll v0.12.0
14482024-02-22T06:02:00.318Z Compiling heapless v0.7.16
14492024-02-22T06:02:00.499Z Compiling futures-executor v0.3.30
14502024-02-22T06:02:00.574Z Compiling hyper-rustls v0.24.2
14512024-02-22T06:02:00.720Z Compiling hyper-tls v0.5.0
14522024-02-22T06:02:00.778Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14532024-02-22T06:02:01.002Z Compiling bzip2-sys v0.1.11+1.0.8
14542024-02-22T06:02:01.077Z Compiling reqwest v0.11.22
14552024-02-22T06:02:01.138Z Compiling base64ct v1.6.0
14562024-02-22T06:02:01.513Z Compiling signal-hook v0.3.17
14572024-02-22T06:02:01.763Z Compiling winnow v0.6.1
14582024-02-22T06:02:02.618Z Compiling plain v0.2.3
14592024-02-22T06:02:02.823Z Compiling goblin v0.8.0
14602024-02-22T06:02:04.608Z Compiling futures v0.3.30
14612024-02-22T06:02:04.719Z Compiling dof v0.1.5
14622024-02-22T06:02:05.581Z Compiling toml_edit v0.22.6
14632024-02-22T06:02:05.853Z Compiling toml v0.7.8
14642024-02-22T06:02:06.840Z Compiling hex v0.4.3
14652024-02-22T06:02:07.258Z Compiling dtrace-parser v0.1.14
14662024-02-22T06:02:07.458Z Compiling pretty-hex v0.4.1
14672024-02-22T06:02:09.346Z Compiling dof v0.3.0
14682024-02-22T06:02:09.513Z Compiling strum_macros v0.25.2
14692024-02-22T06:02:09.631Z Compiling serde_tokenstream v0.1.7
14702024-02-22T06:02:09.950Z Compiling dtrace-parser v0.2.0
14712024-02-22T06:02:11.118Z Compiling smoltcp v0.9.1
14722024-02-22T06:02:11.869Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14732024-02-22T06:02:12.372Z Compiling pem-rfc7468 v0.7.0
14742024-02-22T06:02:12.701Z Compiling hmac v0.12.1
14752024-02-22T06:02:13.168Z Compiling enum-as-inner v0.5.1
14762024-02-22T06:02:13.188Z Compiling num-iter v0.1.43
14772024-02-22T06:02:13.716Z Compiling siphasher v0.3.11
14782024-02-22T06:02:13.810Z Compiling flagset v0.4.3
14792024-02-22T06:02:13.846Z Compiling unicode-segmentation v1.10.1
14802024-02-22T06:02:14.014Z Compiling der v0.7.8
14812024-02-22T06:02:14.046Z Compiling usdt-macro v0.3.5
14822024-02-22T06:02:14.114Z Compiling usdt-attr-macro v0.3.5
14832024-02-22T06:02:14.713Z Compiling hubpack_derive v0.1.1
14842024-02-22T06:02:14.740Z Compiling zerocopy-derive v0.6.4
14852024-02-22T06:02:15.680Z Compiling deranged v0.3.8
14862024-02-22T06:02:16.279Z Compiling utf8parse v0.2.1
14872024-02-22T06:02:16.652Z Compiling num_threads v0.1.6
14882024-02-22T06:02:16.753Z Compiling anstyle v1.0.2
14892024-02-22T06:02:16.955Z Compiling sha2 v0.10.8
14902024-02-22T06:02:17.203Z Compiling anstyle-parse v0.2.1
14912024-02-22T06:02:17.381Z Compiling spki v0.7.2
14922024-02-22T06:02:17.535Z Compiling time v0.3.27
14932024-02-22T06:02:19.322Z Compiling md-5 v0.10.5
14942024-02-22T06:02:19.335Z Compiling block-padding v0.3.3
14952024-02-22T06:02:19.434Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14962024-02-22T06:02:19.553Z Compiling clap_derive v4.5.0
14972024-02-22T06:02:19.578Z Compiling stringprep v0.1.3
14982024-02-22T06:02:20.579Z Compiling getopts v0.2.21
14992024-02-22T06:02:20.676Z Compiling diesel_table_macro_syntax v0.1.0
15002024-02-22T06:02:21.399Z Compiling num-integer v0.1.46
15012024-02-22T06:02:22.460Z Compiling hash32 v0.2.1
15022024-02-22T06:02:22.853Z Compiling fallible-iterator v0.2.0
15032024-02-22T06:02:23.244Z Compiling colorchoice v1.0.0
15042024-02-22T06:02:23.430Z Compiling anstyle-query v1.0.0
15052024-02-22T06:02:23.562Z Compiling stable_deref_trait v1.2.0
15062024-02-22T06:02:24.732Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
15072024-02-22T06:02:24.903Z Compiling anstream v0.6.11
15082024-02-22T06:02:24.907Z Compiling postgres-protocol v0.6.6
15092024-02-22T06:02:26.069Z Compiling diesel_derives v2.1.2
15102024-02-22T06:02:26.431Z Compiling inout v0.1.3
15112024-02-22T06:02:28.663Z Compiling pkcs8 v0.10.2
15122024-02-22T06:02:28.784Z Compiling phf_shared v0.11.2
15132024-02-22T06:02:29.792Z Compiling ff v0.13.0
15142024-02-22T06:02:30.021Z Compiling terminal_size v0.3.0
15152024-02-22T06:02:30.493Z Compiling serde_repr v0.1.16
15162024-02-22T06:02:30.697Z Compiling scheduled-thread-pool v0.2.7
15172024-02-22T06:02:31.270Z Compiling base16ct v0.2.0
15182024-02-22T06:02:31.307Z Compiling managed v0.8.0
15192024-02-22T06:02:31.571Z Compiling bit-vec v0.6.3
15202024-02-22T06:02:31.612Z Compiling matches v0.1.10
15212024-02-22T06:02:31.708Z Compiling unsafe-libyaml v0.2.10
15222024-02-22T06:02:31.746Z Compiling regex-automata v0.1.10
15232024-02-22T06:02:31.766Z Compiling strsim v0.11.0
15242024-02-22T06:02:32.020Z Compiling clap_lex v0.7.0
15252024-02-22T06:02:32.279Z Compiling bitflags v1.3.2
15262024-02-22T06:02:32.705Z Compiling clap_builder v4.5.0
15272024-02-22T06:02:33.693Z Compiling serde_yaml v0.9.25
15282024-02-22T06:02:35.413Z Compiling bstr v0.2.17
15292024-02-22T06:02:35.600Z Compiling idna v0.2.3
15302024-02-22T06:02:36.540Z Compiling sec1 v0.7.3
15312024-02-22T06:02:36.640Z Compiling r2d2 v0.8.10
15322024-02-22T06:02:37.189Z Compiling group v0.13.0
15332024-02-22T06:02:37.738Z Compiling phf v0.11.2
15342024-02-22T06:02:38.048Z Compiling signal-hook-mio v0.2.3
15352024-02-22T06:02:38.055Z Compiling bzip2 v0.4.4
15362024-02-22T06:02:38.199Z Compiling cipher v0.4.4
15372024-02-22T06:02:38.225Z Compiling postgres-types v0.2.6
15382024-02-22T06:02:38.497Z Compiling zerocopy v0.6.4
15392024-02-22T06:02:38.748Z Compiling hubpack v0.1.2
15402024-02-22T06:02:39.212Z Compiling phf_shared v0.10.0
15412024-02-22T06:02:39.546Z Compiling hkdf v0.12.4
15422024-02-22T06:02:39.616Z Compiling crypto-bigint v0.5.2
15432024-02-22T06:02:39.774Z Compiling ipnetwork v0.20.0
15442024-02-22T06:02:40.081Z Compiling float-cmp v0.9.0
15452024-02-22T06:02:40.705Z Compiling difflib v0.4.0
15462024-02-22T06:02:42.344Z Compiling minimal-lexical v0.2.1
15472024-02-22T06:02:42.705Z Compiling normalize-line-endings v0.3.0
15482024-02-22T06:02:42.750Z Compiling regex-automata v0.3.8
15492024-02-22T06:02:42.869Z Compiling precomputed-hash v0.1.1
15502024-02-22T06:02:43.395Z Compiling new_debug_unreachable v1.0.4
15512024-02-22T06:02:43.395Z Compiling fixedbitset v0.4.2
15522024-02-22T06:02:43.395Z Compiling static_assertions v1.1.0
15532024-02-22T06:02:43.395Z Compiling data-encoding v2.4.0
15542024-02-22T06:02:43.600Z Compiling predicates-core v1.0.6
15552024-02-22T06:02:43.968Z Compiling whoami v1.4.1
15562024-02-22T06:02:44.627Z Compiling bstr v1.6.0
15572024-02-22T06:02:45.069Z Compiling tokio-postgres v0.7.10
15582024-02-22T06:02:45.217Z Compiling trust-dns-proto v0.22.0
15592024-02-22T06:02:45.628Z Compiling predicates v3.1.0
15602024-02-22T06:02:45.836Z Compiling petgraph v0.6.4
15612024-02-22T06:02:46.207Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15622024-02-22T06:02:46.316Z Compiling string_cache v0.8.7
15632024-02-22T06:02:47.372Z Compiling nom v7.1.3
15642024-02-22T06:02:48.816Z Compiling diesel v2.1.4
15652024-02-22T06:02:48.869Z Compiling elliptic-curve v0.13.8
15662024-02-22T06:02:49.663Z Compiling yasna v0.5.2
15672024-02-22T06:02:50.017Z Compiling zip v0.6.6
15682024-02-22T06:02:50.136Z Compiling crossterm v0.27.0
15692024-02-22T06:02:51.248Z Compiling clap v4.5.0
15702024-02-22T06:02:51.303Z Compiling similar v2.3.0
15712024-02-22T06:02:51.392Z Compiling bit-set v0.5.3
15722024-02-22T06:02:51.610Z Compiling usdt v0.3.5
15732024-02-22T06:02:51.638Z Compiling strum v0.25.0
15742024-02-22T06:02:51.815Z Compiling itertools v0.10.5
15752024-02-22T06:02:51.897Z Compiling console v0.15.8
15762024-02-22T06:02:52.193Z Compiling tokio-stream v0.1.14
15772024-02-22T06:02:53.247Z Compiling lalrpop-util v0.19.12
15782024-02-22T06:02:53.635Z Compiling camino v1.1.6
15792024-02-22T06:02:55.664Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15802024-02-22T06:03:03.965Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15812024-02-22T06:03:31.296Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-02-22T06:03:31.901Z Compiling sha1 v0.10.6
15832024-02-22T06:03:32.327Z Compiling atty v0.2.14
15842024-02-22T06:03:32.477Z Compiling match_cfg v0.1.0
15852024-02-22T06:03:32.565Z Compiling hostname v0.3.1
15862024-02-22T06:03:32.624Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15872024-02-22T06:03:32.660Z Compiling dirs-sys-next v0.1.2
15882024-02-22T06:03:32.796Z Compiling rustls-pki-types v1.3.0
15892024-02-22T06:03:32.942Z Compiling ident_case v1.0.1
15902024-02-22T06:03:32.947Z Compiling strsim v0.10.0
15912024-02-22T06:03:32.987Z Compiling dirs-next v2.0.0
15922024-02-22T06:03:33.170Z Compiling darling_core v0.20.3
15932024-02-22T06:03:33.352Z Compiling thread_local v1.1.7
15942024-02-22T06:03:33.402Z Compiling rustls v0.22.2
15952024-02-22T06:03:33.579Z Compiling slog-async v2.8.0
15962024-02-22T06:03:33.757Z Compiling rustls-webpki v0.102.1
15972024-02-22T06:03:33.944Z Compiling term v0.7.0
15982024-02-22T06:03:34.309Z Compiling crossbeam-channel v0.5.8
15992024-02-22T06:03:34.686Z Compiling multer v3.0.0
16002024-02-22T06:03:34.866Z Compiling instant v0.1.12
16012024-02-22T06:03:35.005Z Compiling take_mut v0.2.2
16022024-02-22T06:03:35.027Z Compiling paste v1.0.14
16032024-02-22T06:03:35.456Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
16042024-02-22T06:03:35.649Z Compiling slog-term v2.9.0
16052024-02-22T06:03:35.673Z Compiling slog-json v2.6.1
16062024-02-22T06:03:35.893Z Compiling http v1.0.0
16072024-02-22T06:03:36.052Z Compiling async-stream-impl v0.3.5
16082024-02-22T06:03:36.423Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-22T06:03:36.749Z Compiling debug-ignore v1.0.5
16102024-02-22T06:03:36.888Z Compiling atomic-waker v1.1.1
16112024-02-22T06:03:36.977Z Compiling slog-bunyan v2.5.0
16122024-02-22T06:03:37.080Z Compiling waitgroup v0.1.2
16132024-02-22T06:03:37.298Z Compiling rustls-pemfile v2.1.0
16142024-02-22T06:03:37.522Z Compiling async-stream v0.3.5
16152024-02-22T06:03:37.847Z Compiling toml v0.8.10
16162024-02-22T06:03:38.478Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16172024-02-22T06:03:38.542Z Compiling serde_path_to_error v0.1.15
16182024-02-22T06:03:38.956Z Compiling structmeta-derive v0.3.0
16192024-02-22T06:03:39.461Z Compiling strum_macros v0.26.1
16202024-02-22T06:03:39.469Z Compiling darling_macro v0.20.3
16212024-02-22T06:03:39.631Z Compiling newtype-uuid v1.0.1
16222024-02-22T06:03:39.933Z Compiling tokio-rustls v0.25.0
16232024-02-22T06:03:40.369Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16242024-02-22T06:03:40.572Z Compiling backoff v0.4.0
16252024-02-22T06:03:40.591Z Compiling darling v0.20.3
16262024-02-22T06:03:40.708Z Compiling serde_with_macros v3.6.1
16272024-02-22T06:03:40.899Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16282024-02-22T06:03:41.255Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16292024-02-22T06:03:41.416Z Compiling macaddr v1.0.1
16302024-02-22T06:03:41.720Z Compiling proc-macro-error-attr v1.0.4
16312024-02-22T06:03:41.906Z Compiling proc-macro-crate v1.3.1
16322024-02-22T06:03:42.145Z Compiling proc-macro-error v1.0.4
16332024-02-22T06:03:42.212Z Compiling structmeta v0.3.0
16342024-02-22T06:03:42.492Z Compiling heapless v0.8.0
16352024-02-22T06:03:42.677Z Compiling parse-display-derive v0.9.0
16362024-02-22T06:03:43.068Z Compiling num_enum_derive v0.5.11
16372024-02-22T06:03:44.129Z Compiling serde_with v3.6.1
16382024-02-22T06:03:44.458Z Compiling hash32 v0.3.1
16392024-02-22T06:03:44.692Z Compiling rayon-core v1.12.0
16402024-02-22T06:03:44.830Z Compiling strum v0.26.1
16412024-02-22T06:03:45.009Z Compiling smoltcp v0.11.0
16422024-02-22T06:03:45.027Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16432024-02-22T06:03:46.061Z Compiling num_enum v0.5.11
16442024-02-22T06:03:46.224Z Compiling crossbeam-deque v0.8.3
16452024-02-22T06:03:46.380Z Compiling fastrand v2.0.1
16462024-02-22T06:03:46.523Z Compiling cobs v0.2.3
16472024-02-22T06:03:46.549Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16482024-02-22T06:03:46.553Z Compiling embedded-io v0.4.0
16492024-02-22T06:03:46.847Z Compiling same-file v1.0.6
16502024-02-22T06:03:46.896Z Compiling postcard v1.0.8
16512024-02-22T06:03:46.925Z Compiling tempfile v3.10.0
16522024-02-22T06:03:47.065Z Compiling walkdir v2.4.0
16532024-02-22T06:03:47.730Z Compiling parse-display v0.9.0
16542024-02-22T06:03:47.947Z Compiling semver-parser v0.10.2
16552024-02-22T06:03:48.259Z Compiling foreign-types-macros v0.2.3
16562024-02-22T06:03:48.357Z Compiling blake3 v1.5.0
16572024-02-22T06:03:48.430Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16582024-02-22T06:03:48.787Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16592024-02-22T06:03:48.979Z Compiling foreign-types-shared v0.3.1
16602024-02-22T06:03:49.051Z Compiling crucible-workspace-hack v0.1.0
16612024-02-22T06:03:49.109Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16622024-02-22T06:03:49.483Z Compiling semver v0.11.0
16632024-02-22T06:03:49.542Z Compiling rayon v1.8.0
16642024-02-22T06:03:49.577Z Compiling foreign-types v0.5.0
16652024-02-22T06:03:49.850Z Compiling is-terminal v0.4.9
16662024-02-22T06:03:49.945Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16672024-02-22T06:03:49.991Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16682024-02-22T06:03:50.255Z Compiling cstr-argument v0.1.2
16692024-02-22T06:03:50.275Z Compiling memmap2 v0.7.1
16702024-02-22T06:03:50.500Z Compiling xattr v1.0.1
16712024-02-22T06:03:50.637Z Compiling filetime v0.2.23
16722024-02-22T06:03:50.711Z Compiling home v0.5.5
16732024-02-22T06:03:50.760Z Compiling arrayref v0.3.7
16742024-02-22T06:03:50.837Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16752024-02-22T06:03:50.867Z Compiling constant_time_eq v0.3.0
16762024-02-22T06:03:50.956Z Compiling arrayvec v0.7.4
16772024-02-22T06:03:50.974Z Compiling pretty-hex v0.2.1
16782024-02-22T06:03:50.975Z Compiling toolchain_find v0.2.0
16792024-02-22T06:03:51.034Z Compiling tar v0.4.40
16802024-02-22T06:03:51.169Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16812024-02-22T06:03:51.361Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16822024-02-22T06:03:51.361Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16832024-02-22T06:03:51.559Z Compiling camino-tempfile v1.1.1
16842024-02-22T06:03:51.579Z Compiling colored v2.0.4
16852024-02-22T06:03:52.019Z Compiling toml v0.5.11
16862024-02-22T06:03:52.264Z Compiling platforms v3.0.2
16872024-02-22T06:03:52.441Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16882024-02-22T06:03:52.635Z Compiling topological-sort v0.2.2
16892024-02-22T06:03:52.996Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16902024-02-22T06:03:53.210Z Compiling zone_cfg_derive v0.3.0
16912024-02-22T06:03:53.466Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16922024-02-22T06:03:53.667Z Compiling textwrap v0.11.0
16932024-02-22T06:03:54.210Z Compiling rustfmt-wrapper v0.2.0
16942024-02-22T06:03:54.277Z Compiling heck v0.3.3
16952024-02-22T06:03:54.698Z Compiling omicron-zone-package v0.11.0
16962024-02-22T06:03:54.856Z Compiling num-derive v0.4.0
16972024-02-22T06:03:55.022Z Compiling ansi_term v0.12.1
16982024-02-22T06:03:55.551Z Compiling libefi-sys v0.1.0
16992024-02-22T06:03:55.673Z Compiling strsim v0.8.0
17002024-02-22T06:03:55.841Z Compiling vec_map v0.8.2
17012024-02-22T06:03:55.908Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17022024-02-22T06:03:56.136Z Compiling clap v2.34.0
17032024-02-22T06:03:56.301Z Compiling zone v0.3.0
17042024-02-22T06:03:56.587Z Compiling structopt-derive v0.4.18
17052024-02-22T06:03:56.971Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17062024-02-22T06:03:57.316Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17072024-02-22T06:03:57.370Z Compiling smf v0.2.2
17082024-02-22T06:03:57.729Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17092024-02-22T06:03:57.912Z Compiling unicase v2.7.0
17102024-02-22T06:03:58.127Z Compiling semver v0.1.20
17112024-02-22T06:03:58.307Z Compiling curve25519-dalek v4.1.1
17122024-02-22T06:03:58.813Z Compiling rustc_version v0.1.7
17132024-02-22T06:03:58.870Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17142024-02-22T06:03:58.945Z Compiling universal-hash v0.5.1
17152024-02-22T06:03:59.072Z Compiling opaque-debug v0.3.0
17162024-02-22T06:03:59.169Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17172024-02-22T06:03:59.246Z Compiling signature v2.1.0
17182024-02-22T06:03:59.288Z Compiling newtype_derive v0.1.6
17192024-02-22T06:03:59.496Z Compiling curve25519-dalek-derive v0.1.0
17202024-02-22T06:03:59.517Z Compiling gethostname v0.4.3
17212024-02-22T06:03:59.537Z Compiling num-rational v0.4.1
17222024-02-22T06:03:59.689Z Compiling getrandom v0.1.16
17232024-02-22T06:03:59.815Z Compiling structopt v0.3.26
17242024-02-22T06:04:00.043Z Compiling usdt-macro v0.5.0
17252024-02-22T06:04:00.140Z Compiling usdt-attr-macro v0.5.0
17262024-02-22T06:04:00.455Z Compiling password-hash v0.5.0
17272024-02-22T06:04:00.480Z Compiling blake2 v0.10.6
17282024-02-22T06:04:01.187Z Compiling memmap v0.7.0
17292024-02-22T06:04:01.529Z Compiling parking_lot_core v0.8.6
17302024-02-22T06:04:01.550Z Compiling linked-hash-map v0.5.6
17312024-02-22T06:04:01.680Z Compiling quick-error v1.2.3
17322024-02-22T06:04:01.820Z Compiling resolv-conf v0.7.0
17332024-02-22T06:04:01.867Z Compiling usdt v0.5.0
17342024-02-22T06:04:01.910Z Compiling lru-cache v0.1.2
17352024-02-22T06:04:01.930Z Compiling argon2 v0.5.3
17362024-02-22T06:04:02.673Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17372024-02-22T06:04:02.693Z Compiling rfc6979 v0.4.0
17382024-02-22T06:04:02.761Z Compiling aead v0.5.2
17392024-02-22T06:04:02.880Z Compiling num-complex v0.4.4
17402024-02-22T06:04:03.115Z Compiling nibble_vec v0.1.0
17412024-02-22T06:04:03.314Z Compiling slog-dtrace v0.3.0
17422024-02-22T06:04:03.677Z Compiling cancel-safe-futures v0.1.5
17432024-02-22T06:04:03.953Z Compiling winapi v0.3.9
17442024-02-22T06:04:04.023Z Compiling arc-swap v1.6.0
17452024-02-22T06:04:04.068Z Compiling utf-8 v0.7.6
17462024-02-22T06:04:04.417Z Compiling keccak v0.1.4
17472024-02-22T06:04:04.732Z Compiling endian-type v0.1.2
17482024-02-22T06:04:04.982Z Compiling radix_trie v0.2.1
17492024-02-22T06:04:05.077Z Compiling sha3 v0.10.8
17502024-02-22T06:04:05.216Z Compiling slog-scope v4.4.0
17512024-02-22T06:04:05.316Z Compiling tungstenite v0.20.1
17522024-02-22T06:04:05.386Z Compiling num v0.4.1
17532024-02-22T06:04:05.566Z Compiling ecdsa v0.16.9
17542024-02-22T06:04:05.699Z Compiling mime_guess v2.0.4
17552024-02-22T06:04:05.745Z Compiling steno v0.4.0
17562024-02-22T06:04:06.027Z Compiling rand_core v0.5.1
17572024-02-22T06:04:06.416Z Compiling trust-dns-resolver v0.22.0
17582024-02-22T06:04:07.080Z Compiling poly1305 v0.8.0
17592024-02-22T06:04:07.583Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17602024-02-22T06:04:07.623Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17612024-02-22T06:04:08.609Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17622024-02-22T06:04:08.866Z Compiling primeorder v0.13.6
17632024-02-22T06:04:09.051Z Compiling chacha20 v0.9.1
17642024-02-22T06:04:09.393Z Compiling secrecy v0.8.0
17652024-02-22T06:04:09.520Z Compiling thiserror-impl-no-std v2.0.2
17662024-02-22T06:04:09.671Z Compiling half v2.3.1
17672024-02-22T06:04:10.004Z Compiling ciborium-io v0.2.2
17682024-02-22T06:04:10.143Z Compiling option-ext v0.2.0
17692024-02-22T06:04:10.284Z Compiling convert_case v0.4.0
17702024-02-22T06:04:10.372Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17712024-02-22T06:04:10.890Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17722024-02-22T06:04:11.288Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17732024-02-22T06:04:11.991Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17742024-02-22T06:04:12.515Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17752024-02-22T06:04:12.914Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17762024-02-22T06:04:12.919Z Compiling derive_more v0.99.17
17772024-02-22T06:04:13.015Z Compiling thiserror-no-std v2.0.2
17782024-02-22T06:04:13.110Z Compiling dirs-sys v0.4.1
17792024-02-22T06:04:13.133Z Compiling ciborium-ll v0.2.2
17802024-02-22T06:04:13.647Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17812024-02-22T06:04:14.028Z Compiling parking_lot v0.11.2
17822024-02-22T06:04:14.157Z Compiling tokio-tungstenite v0.20.1
17832024-02-22T06:04:14.398Z Compiling rand_chacha v0.2.2
17842024-02-22T06:04:15.042Z Compiling slog-stdlog v4.1.1
17852024-02-22T06:04:15.283Z Compiling trust-dns-client v0.22.0
17862024-02-22T06:04:15.975Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17872024-02-22T06:04:16.031Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17882024-02-22T06:04:16.413Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17892024-02-22T06:04:18.348Z Compiling ed25519 v2.2.2
17902024-02-22T06:04:18.813Z Compiling polyval v0.6.1
17912024-02-22T06:04:19.248Z Compiling ctr v0.9.2
17922024-02-22T06:04:19.612Z Compiling aes v0.8.3
17932024-02-22T06:04:20.012Z Compiling blowfish v0.9.1
17942024-02-22T06:04:20.475Z Compiling password-hash v0.4.2
17952024-02-22T06:04:21.458Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17962024-02-22T06:04:21.829Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17972024-02-22T06:04:22.556Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17982024-02-22T06:04:26.781Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17992024-02-22T06:04:29.372Z Compiling libsw v3.3.1
18002024-02-22T06:04:30.554Z Compiling pbkdf2 v0.12.2
18012024-02-22T06:04:30.714Z Compiling derive-where v1.2.7
18022024-02-22T06:04:31.226Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
18032024-02-22T06:04:31.516Z Compiling fxhash v0.2.1
18042024-02-22T06:04:31.722Z Compiling swrite v0.1.0
18052024-02-22T06:04:31.722Z Compiling owo-colors v4.0.0
18062024-02-22T06:04:31.855Z Compiling linear-map v1.2.0
18072024-02-22T06:04:32.233Z Compiling sled v0.34.7
18082024-02-22T06:04:32.692Z Compiling trust-dns-server v0.22.1
18092024-02-22T06:04:33.050Z Compiling bcrypt-pbkdf v0.10.0
18102024-02-22T06:04:33.622Z Compiling pbkdf2 v0.11.0
18112024-02-22T06:04:33.788Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18122024-02-22T06:04:33.996Z Compiling ghash v0.5.0
18132024-02-22T06:04:34.170Z Compiling ed25519-dalek v2.0.0
18142024-02-22T06:04:34.285Z Compiling russh-cryptovec v0.7.0
18152024-02-22T06:04:34.575Z Compiling slog-envlogger v2.2.0
18162024-02-22T06:04:34.575Z Compiling rand v0.7.3
18172024-02-22T06:04:34.652Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18182024-02-22T06:04:35.245Z Compiling ciborium v0.2.2
18192024-02-22T06:04:35.326Z Compiling dirs v5.0.1
18202024-02-22T06:04:35.534Z Compiling vsss-rs v3.3.4
18212024-02-22T06:04:35.996Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18222024-02-22T06:04:36.809Z Compiling chacha20poly1305 v0.10.1
18232024-02-22T06:04:37.044Z Compiling p521 v0.13.3
18242024-02-22T06:04:37.593Z Compiling p256 v0.13.2
18252024-02-22T06:04:38.444Z Compiling cbc v0.1.2
18262024-02-22T06:04:38.707Z Compiling pem v3.0.2
18272024-02-22T06:04:39.280Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18282024-02-22T06:04:39.487Z Compiling headers-core v0.2.0
18292024-02-22T06:04:39.511Z Compiling kstat-rs v0.2.3
18302024-02-22T06:04:39.654Z Compiling md5 v0.7.0
18312024-02-22T06:04:39.674Z Compiling http-range v0.1.5
18322024-02-22T06:04:40.006Z Compiling glob v0.3.1
18332024-02-22T06:04:40.277Z Compiling russh-keys v0.42.0
18342024-02-22T06:04:40.628Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18352024-02-22T06:04:41.050Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18362024-02-22T06:04:41.124Z Compiling hyper-staticfile v0.9.5
18372024-02-22T06:04:42.128Z Compiling headers v0.3.9
18382024-02-22T06:04:43.793Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18392024-02-22T06:04:43.820Z Compiling rcgen v0.12.1
18402024-02-22T06:04:44.316Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18412024-02-22T06:04:44.484Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18422024-02-22T06:04:44.536Z Compiling aes-gcm v0.10.3
18432024-02-22T06:04:46.957Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18442024-02-22T06:04:49.177Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18452024-02-22T06:04:49.606Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18462024-02-22T06:04:51.425Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18472024-02-22T06:04:54.201Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18482024-02-22T06:04:54.426Z Compiling atomicwrites v0.4.3
18492024-02-22T06:04:54.467Z Compiling itertools v0.12.1
18502024-02-22T06:04:55.212Z Compiling subprocess v0.2.9
18512024-02-22T06:04:55.432Z Compiling display-error-chain v0.2.0
18522024-02-22T06:04:55.594Z Compiling hex-literal v0.4.1
18532024-02-22T06:04:55.750Z Compiling russh v0.42.0
18542024-02-22T06:04:57.015Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18552024-02-22T06:04:57.832Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18562024-02-22T06:05:02.021Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18572024-02-22T06:05:03.173Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18582024-02-22T06:05:22.807Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18592024-02-22T06:06:21.257Z Finished dev [unoptimized + debuginfo] target(s) in 5m 41s
18602024-02-22T06:06:21.537Z
18612024-02-22T06:06:21.544Zreal 5:41.278709654
18622024-02-22T06:06:21.544Zuser 29:08.903637770
18632024-02-22T06:06:21.544Zsys 5:41.067684160
18642024-02-22T06:06:21.544Ztrap 0.811342085
18652024-02-22T06:06:21.544Ztflt 8.953980726
18662024-02-22T06:06:21.544Zdflt 6.377670809
18672024-02-22T06:06:21.544Zkflt 0.079767175
18682024-02-22T06:06:21.544Zlock 54:14.375948452
18692024-02-22T06:06:21.544Zslp 1:25:53.953095763
18702024-02-22T06:06:21.544Zlat 1:37.549717258
18712024-02-22T06:06:21.544Zstop 4:22.358719470
18722024-02-22T06:06:21.544Z+ mkdir -p /work/end-to-end-tests
18732024-02-22T06:06:21.547Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18742024-02-22T06:06:22.482Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18752024-02-22T06:06:22.482Z+ ptime -m gzip
18762024-02-22T06:06:22.485Z++ basename target/debug/bootstrap
18772024-02-22T06:06:35.908Z
18782024-02-22T06:06:35.908Zreal 13.420871369
18792024-02-22T06:06:35.908Zuser 13.316717435
18802024-02-22T06:06:35.908Zsys 0.093653600
18812024-02-22T06:06:35.908Ztrap 0.003402981
18822024-02-22T06:06:35.908Ztflt 0.000000000
18832024-02-22T06:06:35.908Zdflt 0.000000000
18842024-02-22T06:06:35.908Zkflt 0.000000000
18852024-02-22T06:06:35.912Zlock 0.000000000
18862024-02-22T06:06:35.912Zslp 0.000000000
18872024-02-22T06:06:35.912Zlat 0.006706021
18882024-02-22T06:06:35.913Zstop 0.000174437
18892024-02-22T06:06:35.913Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18902024-02-22T06:06:35.913Z+ ptime -m gzip
18912024-02-22T06:06:35.913Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6
18922024-02-22T06:06:37.213Z
18932024-02-22T06:06:37.214Zreal 1.298953800
18942024-02-22T06:06:37.214Zuser 1.285581394
18952024-02-22T06:06:37.214Zsys 0.012797503
18962024-02-22T06:06:37.214Ztrap 0.000080172
18972024-02-22T06:06:37.214Ztflt 0.000000000
18982024-02-22T06:06:37.218Zdflt 0.000000000
18992024-02-22T06:06:37.218Zkflt 0.000000000
19002024-02-22T06:06:37.218Zlock 0.000000000
19012024-02-22T06:06:37.218Zslp 0.000000000
19022024-02-22T06:06:37.218Zlat 0.000089704
19032024-02-22T06:06:37.218Zstop 0.000185757
19042024-02-22T06:06:37.218Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19052024-02-22T06:06:37.218Z+ ptime -m gzip
19062024-02-22T06:06:37.218Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84
19072024-02-22T06:06:50.842Z
19082024-02-22T06:06:50.842Zreal 13.622256585
19092024-02-22T06:06:50.842Zuser 13.527879848
19102024-02-22T06:06:50.842Zsys 0.090828898
19112024-02-22T06:06:50.842Ztrap 0.001721348
19122024-02-22T06:06:50.842Ztflt 0.000000000
19132024-02-22T06:06:50.842Zdflt 0.000000000
19142024-02-22T06:06:50.846Zkflt 0.000000000
19152024-02-22T06:06:50.846Zlock 0.000000000
19162024-02-22T06:06:50.846Zslp 0.000000000
19172024-02-22T06:06:50.846Zlat 0.001406527
19182024-02-22T06:06:50.846Zstop 0.000200918
19192024-02-22T06:06:50.847Z+ banner caboose-util
19202024-02-22T06:06:50.847Z
19212024-02-22T06:06:50.847Z #### ## ##### #### #### #### ###### # # #####
19222024-02-22T06:06:50.847Z # # # # # # # # # # # # # # #
19232024-02-22T06:06:50.847Z # # # ##### # # # # #### ##### ##### # # #
19242024-02-22T06:06:50.847Z # ###### # # # # # # # # # # #
19252024-02-22T06:06:50.847Z # # # # # # # # # # # # # # # #
19262024-02-22T06:06:50.847Z #### # # ##### #### #### #### ###### #### #
19272024-02-22T06:06:50.847Z
19282024-02-22T06:06:50.847Z+ ptime -m cargo build --locked -p caboose-util --release
19292024-02-22T06:06:51.242Z Downloading crates ...
19302024-02-22T06:06:51.499Z Downloaded funty v2.0.0
19312024-02-22T06:06:51.511Z Downloaded pkcs1 v0.7.5
19322024-02-22T06:06:51.519Z Downloaded path-slash v0.1.5
19332024-02-22T06:06:51.524Z Downloaded radium v0.7.0
19342024-02-22T06:06:51.527Z Downloaded array-init v0.0.4
19352024-02-22T06:06:51.534Z Downloaded maybe-uninit v2.0.0
19362024-02-22T06:06:51.534Z Downloaded tap v1.0.1
19372024-02-22T06:06:51.539Z Downloaded packed_struct v0.10.1
19382024-02-22T06:06:51.539Z Downloaded crc v3.0.1
19392024-02-22T06:06:51.539Z Downloaded crc-catalog v2.2.0
19402024-02-22T06:06:51.539Z Downloaded termcolor v1.2.0
19412024-02-22T06:06:51.539Z Downloaded wyz v0.5.1
19422024-02-22T06:06:51.543Z Downloaded smallvec v0.6.14
19432024-02-22T06:06:51.543Z Downloaded env_logger v0.10.0
19442024-02-22T06:06:51.546Z Downloaded packed_struct_codegen v0.10.1
19452024-02-22T06:06:51.546Z Downloaded nodrop v0.1.14
19462024-02-22T06:06:51.550Z Downloaded bitfield v0.14.0
19472024-02-22T06:06:51.550Z Downloaded serde-hex v0.1.0
19482024-02-22T06:06:51.558Z Downloaded crc-any v2.4.3
19492024-02-22T06:06:51.561Z Downloaded hashbrown v0.13.2
19502024-02-22T06:06:51.564Z Downloaded rsa v0.9.2
19512024-02-22T06:06:51.568Z Downloaded ron v0.8.1
19522024-02-22T06:06:51.573Z Downloaded x509-cert v0.2.4
19532024-02-22T06:06:51.579Z Downloaded num-bigint-dig v0.8.4
19542024-02-22T06:06:51.591Z Downloaded object v0.30.4
19552024-02-22T06:06:51.600Z Downloaded bitvec v1.0.1
19562024-02-22T06:06:51.708Z Compiling proc-macro2 v1.0.78
19572024-02-22T06:06:51.715Z Compiling unicode-ident v1.0.12
19582024-02-22T06:06:51.715Z Compiling libc v0.2.153
19592024-02-22T06:06:51.715Z Compiling serde v1.0.196
19602024-02-22T06:06:51.715Z Compiling autocfg v1.1.0
19612024-02-22T06:06:51.715Z Compiling version_check v0.9.4
19622024-02-22T06:06:51.772Z Compiling cfg-if v1.0.0
19632024-02-22T06:06:51.844Z Compiling typenum v1.16.0
19642024-02-22T06:06:51.866Z Compiling once_cell v1.19.0
19652024-02-22T06:06:51.935Z Compiling parking_lot_core v0.9.8
19662024-02-22T06:06:52.223Z Compiling memchr v2.6.3
19672024-02-22T06:06:52.327Z Compiling syn v1.0.109
19682024-02-22T06:06:52.351Z Compiling byteorder v1.5.0
19692024-02-22T06:06:52.363Z Compiling generic-array v0.14.7
19702024-02-22T06:06:52.650Z Compiling lock_api v0.4.10
19712024-02-22T06:06:52.749Z Compiling libm v0.2.7
19722024-02-22T06:06:52.867Z Compiling num-traits v0.2.16
19732024-02-22T06:06:52.959Z Compiling ahash v0.8.7
19742024-02-22T06:06:53.075Z Compiling thiserror v1.0.57
19752024-02-22T06:06:53.158Z Compiling quote v1.0.35
19762024-02-22T06:06:53.291Z Compiling pkg-config v0.3.27
19772024-02-22T06:06:53.533Z Compiling syn v2.0.48
19782024-02-22T06:06:53.732Z Compiling cc v1.0.83
19792024-02-22T06:06:53.769Z Compiling getrandom v0.2.10
19802024-02-22T06:06:54.137Z Compiling serde_json v1.0.114
19812024-02-22T06:06:54.174Z Compiling scopeguard v1.2.0
19822024-02-22T06:06:54.732Z Compiling slab v0.4.9
19832024-02-22T06:06:54.766Z Compiling itoa v1.0.9
19842024-02-22T06:06:54.930Z Compiling log v0.4.20
19852024-02-22T06:06:55.056Z Compiling rand_core v0.6.4
19862024-02-22T06:06:55.422Z Compiling smallvec v1.13.1
19872024-02-22T06:06:55.638Z Compiling vcpkg v0.2.15
19882024-02-22T06:06:56.400Z Compiling pin-project-lite v0.2.13
19892024-02-22T06:06:56.517Z Compiling const-oid v0.9.5
19902024-02-22T06:06:56.772Z Compiling parking_lot v0.12.1
19912024-02-22T06:06:57.306Z Compiling ring v0.17.8
19922024-02-22T06:06:57.376Z Compiling openssl-sys v0.9.96
19932024-02-22T06:06:57.645Z Compiling ryu v1.0.15
19942024-02-22T06:06:57.821Z Compiling ucd-trie v0.1.6
19952024-02-22T06:06:58.267Z Compiling signal-hook-registry v1.4.1
19962024-02-22T06:06:58.458Z Compiling rustix v0.38.31
19972024-02-22T06:06:58.732Z Compiling subtle v2.5.0
19982024-02-22T06:06:58.860Z Compiling ring v0.16.20
19992024-02-22T06:06:59.037Z Compiling mio v0.8.9
20002024-02-22T06:06:59.161Z Compiling heck v0.4.1
20012024-02-22T06:06:59.559Z Compiling semver v1.0.22
20022024-02-22T06:06:59.882Z Compiling futures-core v0.3.30
20032024-02-22T06:07:00.292Z Compiling spin v0.5.2
20042024-02-22T06:07:01.092Z Compiling socket2 v0.5.5
20052024-02-22T06:07:01.697Z Compiling num_cpus v1.16.0
20062024-02-22T06:07:01.813Z Compiling unicode-xid v0.2.4
20072024-02-22T06:07:01.950Z Compiling openssl v0.10.60
20082024-02-22T06:07:01.974Z Compiling allocator-api2 v0.2.16
20092024-02-22T06:07:01.979Z Compiling futures-sink v0.3.30
20102024-02-22T06:07:02.126Z Compiling httparse v1.8.0
20112024-02-22T06:07:02.343Z Compiling synstructure v0.12.6
20122024-02-22T06:07:02.748Z Compiling tinyvec_macros v0.1.1
20132024-02-22T06:07:02.833Z Compiling equivalent v1.0.1
20142024-02-22T06:07:02.928Z Compiling tinyvec v1.6.0
20152024-02-22T06:07:03.129Z Compiling futures-channel v0.3.30
20162024-02-22T06:07:03.457Z Compiling ppv-lite86 v0.2.17
20172024-02-22T06:07:03.512Z Compiling rustls v0.21.9
20182024-02-22T06:07:03.545Z Compiling native-tls v0.2.11
20192024-02-22T06:07:03.792Z Compiling futures-task v0.3.30
20202024-02-22T06:07:03.880Z Compiling crc32fast v1.3.2
20212024-02-22T06:07:03.936Z Compiling futures-io v0.3.30
20222024-02-22T06:07:04.196Z Compiling pin-utils v0.1.0
20232024-02-22T06:07:04.226Z Compiling rand_chacha v0.3.1
20242024-02-22T06:07:04.268Z Compiling bzip2-sys v0.1.11+1.0.8
20252024-02-22T06:07:04.324Z Compiling spin v0.9.8
20262024-02-22T06:07:04.405Z Compiling unicode-normalization v0.1.22
20272024-02-22T06:07:04.480Z Compiling tracing-core v0.1.31
20282024-02-22T06:07:04.759Z Compiling unicode-bidi v0.3.13
20292024-02-22T06:07:04.808Z Compiling base64ct v1.6.0
20302024-02-22T06:07:05.502Z Compiling pem-rfc7468 v0.7.0
20312024-02-22T06:07:05.627Z Compiling rand v0.8.5
20322024-02-22T06:07:06.109Z Compiling num-iter v0.1.43
20332024-02-22T06:07:06.201Z Compiling usdt-impl v0.3.5
20342024-02-22T06:07:06.496Z Compiling schemars v0.8.16
20352024-02-22T06:07:06.532Z Compiling signal-hook v0.3.17
20362024-02-22T06:07:06.841Z Compiling flagset v0.4.3
20372024-02-22T06:07:07.020Z Compiling serde_derive v1.0.196
20382024-02-22T06:07:07.042Z Compiling zeroize_derive v1.4.2
20392024-02-22T06:07:07.150Z Compiling zerocopy-derive v0.7.32
20402024-02-22T06:07:07.240Z Compiling thiserror-impl v1.0.57
20412024-02-22T06:07:07.317Z Compiling tokio-macros v2.2.0
20422024-02-22T06:07:07.514Z Compiling futures-macro v0.3.30
20432024-02-22T06:07:07.711Z Compiling tracing-attributes v0.1.26
20442024-02-22T06:07:08.194Z Compiling der_derive v0.7.2
20452024-02-22T06:07:08.485Z Compiling zeroize v1.7.0
20462024-02-22T06:07:09.202Z Compiling zerocopy v0.7.32
20472024-02-22T06:07:10.195Z Compiling pest v2.7.6
20482024-02-22T06:07:10.484Z Compiling crypto-common v0.1.6
20492024-02-22T06:07:10.499Z Compiling block-buffer v0.10.4
20502024-02-22T06:07:10.689Z Compiling digest v0.10.7
20512024-02-22T06:07:10.726Z Compiling zerocopy-derive v0.2.0
20522024-02-22T06:07:10.806Z Compiling openssl-macros v0.1.1
20532024-02-22T06:07:11.252Z Compiling futures-util v0.3.30
20542024-02-22T06:07:11.514Z Compiling tracing v0.1.37
20552024-02-22T06:07:11.682Z Compiling hashbrown v0.14.3
20562024-02-22T06:07:11.728Z Compiling scroll_derive v0.12.0
20572024-02-22T06:07:11.967Z Compiling zerocopy-derive v0.6.4
20582024-02-22T06:07:12.431Z Compiling pest_meta v2.7.6
20592024-02-22T06:07:12.813Z Compiling der v0.7.8
20602024-02-22T06:07:13.360Z Compiling serde_derive_internals v0.26.0
20612024-02-22T06:07:13.868Z Compiling pest_generator v2.7.6
20622024-02-22T06:07:16.633Z Compiling pest_derive v2.7.6
20632024-02-22T06:07:17.174Z Compiling errno v0.3.8
20642024-02-22T06:07:17.445Z Compiling fnv v1.0.7
20652024-02-22T06:07:17.542Z Compiling rustversion v1.0.14
20662024-02-22T06:07:18.226Z Compiling schemars_derive v0.8.16
20672024-02-22T06:07:18.421Z Compiling spki v0.7.2
20682024-02-22T06:07:18.921Z Compiling zerocopy v0.3.0
20692024-02-22T06:07:19.704Z Compiling lazy_static v1.4.0
20702024-02-22T06:07:20.546Z Compiling backtrace v0.3.69
20712024-02-22T06:07:20.968Z Compiling bytes v1.5.0
20722024-02-22T06:07:21.209Z Compiling bitflags v2.4.0
20732024-02-22T06:07:21.308Z Compiling indexmap v2.2.3
20742024-02-22T06:07:21.590Z Compiling uuid v1.7.0
20752024-02-22T06:07:21.764Z Compiling rustc_version v0.4.0
20762024-02-22T06:07:21.909Z Compiling tokio v1.36.0
20772024-02-22T06:07:22.112Z Compiling http v0.2.11
20782024-02-22T06:07:22.295Z Compiling thread-id v4.2.0
20792024-02-22T06:07:23.003Z Compiling heapless v0.7.16
20802024-02-22T06:07:24.257Z Compiling memoffset v0.9.0
20812024-02-22T06:07:24.463Z Compiling num-bigint v0.4.4
20822024-02-22T06:07:24.579Z Compiling smoltcp v0.9.1
20832024-02-22T06:07:24.618Z Compiling untrusted v0.9.0
20842024-02-22T06:07:24.803Z Compiling crossbeam-utils v0.8.16
20852024-02-22T06:07:24.964Z Compiling base64 v0.21.7
20862024-02-22T06:07:25.202Z Compiling untrusted v0.7.1
20872024-02-22T06:07:25.258Z Compiling percent-encoding v2.3.1
20882024-02-22T06:07:25.397Z Compiling iana-time-zone v0.1.57
20892024-02-22T06:07:25.571Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20902024-02-22T06:07:26.208Z Compiling async-trait v0.1.77
20912024-02-22T06:07:26.275Z Compiling foreign-types-shared v0.1.1
20922024-02-22T06:07:26.389Z Compiling foreign-types v0.3.2
20932024-02-22T06:07:26.477Z Compiling chrono v0.4.31
20942024-02-22T06:07:28.764Z Compiling dof v0.1.5
20952024-02-22T06:07:29.984Z Compiling tokio-util v0.7.10
20962024-02-22T06:07:30.163Z Compiling dtrace-parser v0.1.14
20972024-02-22T06:07:30.215Z Compiling hmac v0.12.1
20982024-02-22T06:07:30.430Z Compiling clap_derive v4.5.0
20992024-02-22T06:07:30.611Z Compiling num-integer v0.1.46
21002024-02-22T06:07:31.109Z Compiling anstyle v1.0.2
21012024-02-22T06:07:31.636Z Compiling utf8parse v0.2.1
21022024-02-22T06:07:31.689Z Compiling adler v1.0.2
21032024-02-22T06:07:31.698Z Compiling siphasher v0.3.11
21042024-02-22T06:07:31.811Z Compiling cpufeatures v0.2.12
21052024-02-22T06:07:31.922Z Compiling time-core v0.1.1
21062024-02-22T06:07:31.934Z Compiling try-lock v0.2.4
21072024-02-22T06:07:32.068Z Compiling want v0.3.1
21082024-02-22T06:07:32.084Z Compiling time-macros v0.2.13
21092024-02-22T06:07:32.321Z Compiling sha2 v0.10.8
21102024-02-22T06:07:32.551Z Compiling miniz_oxide v0.7.1
21112024-02-22T06:07:35.142Z Compiling anstyle-parse v0.2.1
21122024-02-22T06:07:35.547Z Compiling h2 v0.3.24
21132024-02-22T06:07:35.771Z Compiling strum_macros v0.25.2
21142024-02-22T06:07:37.424Z Compiling rustls-webpki v0.101.7
21152024-02-22T06:07:37.654Z Compiling sct v0.7.0
21162024-02-22T06:07:37.943Z Compiling form_urlencoded v1.2.1
21172024-02-22T06:07:38.229Z Compiling http-body v0.4.5
21182024-02-22T06:07:39.182Z Compiling serde_tokenstream v0.1.7
21192024-02-22T06:07:39.608Z Compiling pkcs8 v0.10.2
21202024-02-22T06:07:39.756Z Compiling hubpack_derive v0.1.1
21212024-02-22T06:07:40.429Z Compiling socket2 v0.4.9
21222024-02-22T06:07:40.589Z Compiling crossbeam-epoch v0.9.15
21232024-02-22T06:07:40.636Z Compiling usdt-impl v0.5.0
21242024-02-22T06:07:41.077Z Compiling anstyle-query v1.0.0
21252024-02-22T06:07:41.183Z Compiling httpdate v1.0.3
21262024-02-22T06:07:41.210Z Compiling openssl-probe v0.1.5
21272024-02-22T06:07:41.459Z Compiling radium v0.7.0
21282024-02-22T06:07:41.568Z Compiling tower-service v0.3.2
21292024-02-22T06:07:41.687Z Compiling colorchoice v1.0.0
21302024-02-22T06:07:42.033Z Compiling anyhow v1.0.75
21312024-02-22T06:07:42.545Z Compiling slog v2.7.0
21322024-02-22T06:07:42.658Z Compiling hyper v0.14.27
21332024-02-22T06:07:43.413Z Compiling anstream v0.6.11
21342024-02-22T06:07:49.783Z Compiling terminal_size v0.3.0
21352024-02-22T06:07:50.066Z Compiling serde_spanned v0.6.5
21362024-02-22T06:07:50.287Z Compiling toml_datetime v0.6.5
21372024-02-22T06:07:51.262Z Compiling zerocopy v0.6.4
21382024-02-22T06:07:51.277Z Compiling scroll v0.12.0
21392024-02-22T06:07:51.645Z Compiling md-5 v0.10.5
21402024-02-22T06:07:52.039Z Compiling idna v0.5.0
21412024-02-22T06:07:52.109Z Compiling stringprep v0.1.3
21422024-02-22T06:07:52.389Z Compiling diesel_table_macro_syntax v0.1.0
21432024-02-22T06:07:52.741Z Compiling hash32 v0.2.1
21442024-02-22T06:07:52.863Z Compiling aho-corasick v1.0.4
21452024-02-22T06:07:52.927Z Compiling regex-syntax v0.8.2
21462024-02-22T06:07:53.051Z Compiling strsim v0.11.0
21472024-02-22T06:07:53.109Z Compiling gimli v0.28.0
21482024-02-22T06:07:53.423Z Compiling fallible-iterator v0.2.0
21492024-02-22T06:07:53.486Z Compiling dyn-clone v1.0.16
21502024-02-22T06:07:53.672Z Compiling maybe-uninit v2.0.0
21512024-02-22T06:07:53.683Z Compiling tap v1.0.1
21522024-02-22T06:07:53.860Z Compiling stable_deref_trait v1.2.0
21532024-02-22T06:07:53.957Z Compiling plain v0.2.3
21542024-02-22T06:07:54.119Z Compiling clap_lex v0.7.0
21552024-02-22T06:07:54.485Z Compiling clap_builder v4.5.0
21562024-02-22T06:07:54.812Z Compiling goblin v0.8.0
21572024-02-22T06:07:54.919Z Compiling postgres-protocol v0.6.6
21582024-02-22T06:07:55.342Z Compiling wyz v0.5.1
21592024-02-22T06:07:56.245Z Compiling url v2.5.0
21602024-02-22T06:07:56.316Z Compiling diesel_derives v2.1.2
21612024-02-22T06:07:56.605Z Compiling regex-automata v0.4.4
21622024-02-22T06:07:57.945Z Compiling addr2line v0.21.0
21632024-02-22T06:07:59.330Z Compiling tokio-rustls v0.24.1
21642024-02-22T06:07:59.966Z Compiling tokio-native-tls v0.3.1
21652024-02-22T06:08:00.772Z Compiling usdt-attr-macro v0.3.5
21662024-02-22T06:08:01.000Z Compiling usdt-macro v0.3.5
21672024-02-22T06:08:02.733Z Compiling phf_shared v0.11.2
21682024-02-22T06:08:04.401Z Compiling block-padding v0.3.3
21692024-02-22T06:08:04.626Z Compiling enum-as-inner v0.5.1
21702024-02-22T06:08:04.802Z Compiling serde_repr v0.1.16
21712024-02-22T06:08:04.994Z Compiling ff v0.13.0
21722024-02-22T06:08:05.215Z Compiling scheduled-thread-pool v0.2.7
21732024-02-22T06:08:05.681Z Compiling object v0.32.1
21742024-02-22T06:08:05.902Z Compiling regex-automata v0.1.10
21752024-02-22T06:08:06.499Z Compiling rustc-demangle v0.1.23
21762024-02-22T06:08:07.338Z Compiling matches v0.1.10
21772024-02-22T06:08:07.342Z Compiling bitflags v1.3.2
21782024-02-22T06:08:07.426Z Compiling winnow v0.5.15
21792024-02-22T06:08:07.435Z Compiling num-bigint-dig v0.8.4
21802024-02-22T06:08:08.475Z Compiling base16ct v0.2.0
21812024-02-22T06:08:08.768Z Compiling bit-vec v0.6.3
21822024-02-22T06:08:09.664Z Compiling pretty-hex v0.4.1
21832024-02-22T06:08:09.853Z Compiling ipnet v2.9.0
21842024-02-22T06:08:09.886Z Compiling packed_struct v0.10.1
21852024-02-22T06:08:10.908Z Compiling managed v0.8.0
21862024-02-22T06:08:11.046Z Compiling deranged v0.3.8
21872024-02-22T06:08:11.158Z Compiling funty v2.0.0
21882024-02-22T06:08:11.301Z Compiling num_threads v0.1.6
21892024-02-22T06:08:11.422Z Compiling toml_edit v0.19.15
21902024-02-22T06:08:12.677Z Compiling bitvec v1.0.1
21912024-02-22T06:08:13.010Z Compiling time v0.3.27
21922024-02-22T06:08:16.703Z Compiling dof v0.3.0
21932024-02-22T06:08:17.168Z Compiling sec1 v0.7.3
21942024-02-22T06:08:17.729Z Compiling idna v0.2.3
21952024-02-22T06:08:17.840Z Compiling bstr v0.2.17
21962024-02-22T06:08:18.351Z Compiling r2d2 v0.8.10
21972024-02-22T06:08:18.586Z Compiling group v0.13.0
21982024-02-22T06:08:18.734Z Compiling inout v0.1.3
21992024-02-22T06:08:19.509Z Compiling phf v0.11.2
22002024-02-22T06:08:19.823Z Compiling regex v1.10.3
22012024-02-22T06:08:20.030Z Compiling hyper-tls v0.5.0
22022024-02-22T06:08:20.376Z Compiling hyper-rustls v0.24.2
22032024-02-22T06:08:20.728Z Compiling signal-hook-mio v0.2.3
22042024-02-22T06:08:20.885Z Compiling flate2 v1.0.28
22052024-02-22T06:08:20.909Z Compiling clap v4.5.0
22062024-02-22T06:08:21.023Z Compiling ipnetwork v0.20.0
22072024-02-22T06:08:21.791Z Compiling bzip2 v0.4.4
22082024-02-22T06:08:21.823Z Compiling postgres-types v0.2.6
22092024-02-22T06:08:22.618Z Compiling hubpack v0.1.2
22102024-02-22T06:08:22.739Z Compiling serde_urlencoded v0.7.1
22112024-02-22T06:08:23.033Z Compiling rustls-pemfile v1.0.3
22122024-02-22T06:08:23.246Z Compiling phf_shared v0.10.0
22132024-02-22T06:08:23.275Z Compiling hkdf v0.12.4
22142024-02-22T06:08:23.507Z Compiling dtrace-parser v0.2.0
22152024-02-22T06:08:23.622Z Compiling futures-executor v0.3.30
22162024-02-22T06:08:25.309Z Compiling crypto-bigint v0.5.2
22172024-02-22T06:08:25.500Z Compiling packed_struct_codegen v0.10.1
22182024-02-22T06:08:25.719Z Compiling float-cmp v0.9.0
22192024-02-22T06:08:26.523Z Compiling indexmap v1.9.3
22202024-02-22T06:08:26.741Z Compiling encoding_rs v0.8.33
22212024-02-22T06:08:26.841Z Compiling whoami v1.4.1
22222024-02-22T06:08:26.852Z Compiling fixedbitset v0.4.2
22232024-02-22T06:08:27.539Z Compiling winnow v0.6.1
22242024-02-22T06:08:27.575Z Compiling mime v0.3.17
22252024-02-22T06:08:28.096Z Compiling webpki-roots v0.25.2
22262024-02-22T06:08:28.172Z Compiling unicode-segmentation v1.10.1
22272024-02-22T06:08:28.247Z Compiling regex-automata v0.3.8
22282024-02-22T06:08:29.006Z Compiling precomputed-hash v0.1.1
22292024-02-22T06:08:29.119Z Compiling nodrop v0.1.14
22302024-02-22T06:08:29.241Z Compiling data-encoding v2.4.0
22312024-02-22T06:08:30.643Z Compiling new_debug_unreachable v1.0.4
22322024-02-22T06:08:30.736Z Compiling either v1.10.0
22332024-02-22T06:08:30.995Z Compiling minimal-lexical v0.2.1
22342024-02-22T06:08:31.144Z Compiling predicates-core v1.0.6
22352024-02-22T06:08:31.194Z Compiling normalize-line-endings v0.3.0
22362024-02-22T06:08:31.308Z Compiling unicode-width v0.1.11
22372024-02-22T06:08:31.376Z Compiling static_assertions v1.1.0
22382024-02-22T06:08:31.450Z Compiling difflib v0.4.0
22392024-02-22T06:08:31.471Z Compiling crc-catalog v2.2.0
22402024-02-22T06:08:31.594Z Compiling crc v3.0.1
22412024-02-22T06:08:32.732Z Compiling predicates v3.1.0
22422024-02-22T06:08:34.192Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22432024-02-22T06:08:34.488Z Compiling console v0.15.8
22442024-02-22T06:08:34.613Z Compiling nom v7.1.3
22452024-02-22T06:08:38.468Z Compiling itertools v0.10.5
22462024-02-22T06:08:38.942Z Compiling toml_edit v0.22.6
22472024-02-22T06:08:39.113Z Compiling string_cache v0.8.7
22482024-02-22T06:08:39.513Z Compiling bstr v1.6.0
22492024-02-22T06:08:40.114Z Compiling trust-dns-proto v0.22.0
22502024-02-22T06:08:40.980Z Compiling array-init v0.0.4
22512024-02-22T06:08:41.453Z Compiling reqwest v0.11.22
22522024-02-22T06:08:42.287Z Compiling similar v2.3.0
22532024-02-22T06:08:47.917Z Compiling tokio-postgres v0.7.10
22542024-02-22T06:08:49.066Z Compiling petgraph v0.6.4
22552024-02-22T06:08:50.040Z Compiling elliptic-curve v0.13.8
22562024-02-22T06:08:55.806Z Compiling futures v0.3.30
22572024-02-22T06:08:57.268Z Compiling smallvec v0.6.14
22582024-02-22T06:08:57.468Z Compiling zip v0.6.6
22592024-02-22T06:08:57.714Z Compiling yasna v0.5.2
22602024-02-22T06:08:58.716Z Compiling diesel v2.1.4
22612024-02-22T06:08:59.430Z Compiling crossterm v0.27.0
22622024-02-22T06:08:59.873Z Compiling cipher v0.4.4
22632024-02-22T06:09:00.795Z Compiling toml v0.7.8
22642024-02-22T06:09:01.048Z Compiling bit-set v0.5.3
22652024-02-22T06:09:01.320Z Compiling usdt v0.3.5
22662024-02-22T06:09:02.850Z Compiling pkcs1 v0.7.5
22672024-02-22T06:09:03.086Z Compiling strum v0.25.0
22682024-02-22T06:09:03.238Z Compiling tokio-stream v0.1.14
22692024-02-22T06:09:04.226Z Compiling is-terminal v0.4.9
22702024-02-22T06:09:04.926Z Compiling openapiv3 v2.0.0
22712024-02-22T06:09:06.578Z Compiling hex v0.4.3
22722024-02-22T06:09:07.868Z Compiling signature v2.1.0
22732024-02-22T06:09:11.195Z Compiling hashbrown v0.12.3
22742024-02-22T06:09:12.495Z Compiling bitfield v0.14.0
22752024-02-22T06:09:12.523Z Compiling lalrpop-util v0.19.12
22762024-02-22T06:09:12.859Z Compiling termcolor v1.2.0
22772024-02-22T06:09:14.240Z Compiling env_logger v0.10.0
22782024-02-22T06:09:14.641Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22792024-02-22T06:09:22.886Z Compiling rsa v0.9.2
22802024-02-22T06:09:29.421Z Compiling serde-hex v0.1.0
22812024-02-22T06:09:35.278Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22822024-02-22T06:09:38.061Z Compiling ron v0.8.1
22832024-02-22T06:09:39.346Z Compiling x509-cert v0.2.4
22842024-02-22T06:09:40.079Z Compiling hashbrown v0.13.2
22852024-02-22T06:09:41.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22862024-02-22T06:09:43.192Z Compiling crc-any v2.4.3
22872024-02-22T06:10:01.124Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22882024-02-22T06:10:12.378Z Compiling object v0.30.4
22892024-02-22T06:10:12.579Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22902024-02-22T06:10:22.674Z Compiling path-slash v0.1.5
22912024-02-22T06:10:22.885Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22922024-02-22T06:10:50.374Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22932024-02-22T06:10:51.098Z Finished release [optimized] target(s) in 4m 00s
22942024-02-22T06:10:51.169Z
22952024-02-22T06:10:51.172Zreal 4:00.308970198
22962024-02-22T06:10:51.172Zuser 26:14.242875134
22972024-02-22T06:10:51.172Zsys 3:02.806953037
22982024-02-22T06:10:51.172Ztrap 0.792219837
22992024-02-22T06:10:51.172Ztflt 1.475837991
23002024-02-22T06:10:51.172Zdflt 0.175134919
23012024-02-22T06:10:51.172Zkflt 0.000062419
23022024-02-22T06:10:51.172Zlock 1:00:09.802294892
23032024-02-22T06:10:51.172Zslp 1:17:51.217867289
23042024-02-22T06:10:51.172Zlat 1:28.246140859
23052024-02-22T06:10:51.172Zstop 1:15.501507169
23062024-02-22T06:10:51.172Z+ ptime -m gzip
23072024-02-22T06:10:51.627Z
23082024-02-22T06:10:51.627Zreal 0.455017181
23092024-02-22T06:10:51.627Zuser 0.449217039
23102024-02-22T06:10:51.627Zsys 0.005265319
23112024-02-22T06:10:51.628Ztrap 0.000030451
23122024-02-22T06:10:51.631Ztflt 0.000000000
23132024-02-22T06:10:51.631Zdflt 0.000000000
23142024-02-22T06:10:51.631Zkflt 0.000000000
23152024-02-22T06:10:51.631Zlock 0.000000000
23162024-02-22T06:10:51.632Zslp 0.000000000
23172024-02-22T06:10:51.632Zlat 0.000093583
23182024-02-22T06:10:51.632Zstop 0.000179867
23192024-02-22T06:10:51.632Z+ banner tufaceous
23202024-02-22T06:10:51.632Z
23212024-02-22T06:10:51.632Z ##### # # ###### ## #### ###### #### # # ####
23222024-02-22T06:10:51.632Z # # # # # # # # # # # # # #
23232024-02-22T06:10:51.632Z # # # ##### # # # ##### # # # # ####
23242024-02-22T06:10:51.632Z # # # # ###### # # # # # # #
23252024-02-22T06:10:51.632Z # # # # # # # # # # # # # # #
23262024-02-22T06:10:51.632Z # #### # # # #### ###### #### #### ####
23272024-02-22T06:10:51.632Z
23282024-02-22T06:10:51.632Z+ ptime -m cargo build --locked -p tufaceous --release
23292024-02-22T06:10:52.034Z Downloading crates ...
23302024-02-22T06:10:52.391Z Downloaded serde_plain v1.0.2
23312024-02-22T06:10:52.394Z Downloaded async-recursion v1.0.5
23322024-02-22T06:10:52.400Z Downloaded doc-comment v0.3.3
23332024-02-22T06:10:52.403Z Downloaded humantime v2.1.0
23342024-02-22T06:10:52.407Z Downloaded parse-size v1.0.0
23352024-02-22T06:10:52.411Z Downloaded buf-list v1.0.3
23362024-02-22T06:10:52.419Z Downloaded globset v0.4.13
23372024-02-22T06:10:52.422Z Downloaded fs-err v2.11.0
23382024-02-22T06:10:52.425Z Downloaded olpc-cjson v0.1.3
23392024-02-22T06:10:52.425Z Downloaded pin-project-internal v1.1.3
23402024-02-22T06:10:52.428Z Downloaded tough v0.16.0
23412024-02-22T06:10:52.435Z Downloaded snafu v0.7.5
23422024-02-22T06:10:52.440Z Downloaded typed-path v0.7.0
23432024-02-22T06:10:52.446Z Downloaded pin-project v1.1.3
23442024-02-22T06:10:52.456Z Downloaded snafu-derive v0.7.5
23452024-02-22T06:10:52.556Z Compiling serde_tokenstream v0.2.0
23462024-02-22T06:10:52.615Z Compiling regress v0.8.0
23472024-02-22T06:10:52.624Z Compiling dirs-sys-next v0.1.2
23482024-02-22T06:10:52.627Z Compiling rustls-pki-types v1.3.0
23492024-02-22T06:10:52.627Z Compiling strsim v0.10.0
23502024-02-22T06:10:52.627Z Compiling ident_case v1.0.1
23512024-02-22T06:10:52.646Z Compiling thread_local v1.1.7
23522024-02-22T06:10:52.779Z Compiling dirs-next v2.0.0
23532024-02-22T06:10:53.022Z Compiling darling_core v0.20.3
23542024-02-22T06:10:53.097Z Compiling rustls v0.22.2
23552024-02-22T06:10:53.211Z Compiling camino v1.1.6
23562024-02-22T06:10:53.391Z Compiling heck v0.4.1
23572024-02-22T06:10:53.451Z Compiling slog-async v2.8.0
23582024-02-22T06:10:53.762Z Compiling rustls-webpki v0.102.1
23592024-02-22T06:10:53.800Z Compiling term v0.7.0
23602024-02-22T06:10:53.957Z Compiling crossbeam-channel v0.5.8
23612024-02-22T06:10:53.991Z Compiling getopts v0.2.21
23622024-02-22T06:10:54.651Z Compiling structmeta-derive v0.3.0
23632024-02-22T06:10:54.893Z Compiling atty v0.2.14
23642024-02-22T06:10:55.040Z Compiling multer v3.0.0
23652024-02-22T06:10:55.365Z Compiling doc-comment v0.3.3
23662024-02-22T06:10:55.710Z Compiling match_cfg v0.1.0
23672024-02-22T06:10:55.805Z Compiling unsafe-libyaml v0.2.10
23682024-02-22T06:10:55.863Z Compiling take_mut v0.2.2
23692024-02-22T06:10:56.021Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23702024-02-22T06:10:57.610Z Compiling paste v1.0.14
23712024-02-22T06:10:57.936Z Compiling structmeta v0.3.0
23722024-02-22T06:10:58.129Z Compiling serde_yaml v0.9.25
23732024-02-22T06:10:58.496Z Compiling darling_macro v0.20.3
23742024-02-22T06:10:58.697Z Compiling hostname v0.3.1
23752024-02-22T06:10:58.878Z Compiling slog-term v2.9.0
23762024-02-22T06:10:59.476Z Compiling darling v0.20.3
23772024-02-22T06:11:01.611Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23782024-02-22T06:11:01.629Z Compiling slog-json v2.6.1
23792024-02-22T06:11:01.903Z Compiling http v1.0.0
23802024-02-22T06:11:02.033Z Compiling async-stream-impl v0.3.5
23812024-02-22T06:11:02.142Z Compiling pin-project-internal v1.1.3
23822024-02-22T06:11:03.287Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23832024-02-22T06:11:03.602Z Compiling atomic-waker v1.1.1
23842024-02-22T06:11:03.723Z Compiling fastrand v2.0.1
23852024-02-22T06:11:03.791Z Compiling waitgroup v0.1.2
23862024-02-22T06:11:04.091Z Compiling tempfile v3.10.0
23872024-02-22T06:11:04.388Z Compiling tokio-rustls v0.25.0
23882024-02-22T06:11:05.053Z Compiling pin-project v1.1.3
23892024-02-22T06:11:05.184Z Compiling async-stream v0.3.5
23902024-02-22T06:11:05.469Z Compiling slog-bunyan v2.5.0
23912024-02-22T06:11:05.631Z Compiling serde_with_macros v3.6.1
23922024-02-22T06:11:05.826Z Compiling parse-display-derive v0.9.0
23932024-02-22T06:11:06.986Z Compiling toml v0.8.10
23942024-02-22T06:11:07.193Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23952024-02-22T06:11:07.651Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23962024-02-22T06:11:08.237Z Compiling rustls-pemfile v2.1.0
23972024-02-22T06:11:08.406Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23982024-02-22T06:11:08.983Z Compiling sha1 v0.10.6
23992024-02-22T06:11:09.262Z Compiling newtype-uuid v1.0.1
24002024-02-22T06:11:09.617Z Compiling strum_macros v0.26.1
24012024-02-22T06:11:09.916Z Compiling snafu-derive v0.7.5
24022024-02-22T06:11:09.945Z Compiling serde_path_to_error v0.1.15
24032024-02-22T06:11:09.960Z Compiling fs-err v2.11.0
24042024-02-22T06:11:10.273Z Compiling instant v0.1.12
24052024-02-22T06:11:10.437Z Compiling arc-swap v1.6.0
24062024-02-22T06:11:11.005Z Compiling same-file v1.0.6
24072024-02-22T06:11:11.242Z Compiling buf-list v1.0.3
24082024-02-22T06:11:11.302Z Compiling debug-ignore v1.0.5
24092024-02-22T06:11:11.845Z Compiling walkdir v2.4.0
24102024-02-22T06:11:12.100Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24112024-02-22T06:11:12.235Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24122024-02-22T06:11:13.629Z Compiling slog-scope v4.4.0
24132024-02-22T06:11:14.416Z Compiling strum v0.26.1
24142024-02-22T06:11:14.576Z Compiling backoff v0.4.0
24152024-02-22T06:11:14.755Z Compiling parse-display v0.9.0
24162024-02-22T06:11:14.935Z Compiling snafu v0.7.5
24172024-02-22T06:11:14.947Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24182024-02-22T06:11:15.280Z Compiling serde_with v3.6.1
24192024-02-22T06:11:16.384Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24202024-02-22T06:11:16.699Z Compiling globset v0.4.13
24212024-02-22T06:11:17.113Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24222024-02-22T06:11:17.286Z Compiling pem v3.0.2
24232024-02-22T06:11:18.919Z Compiling olpc-cjson v0.1.3
24242024-02-22T06:11:19.129Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24252024-02-22T06:11:19.477Z Compiling serde_plain v1.0.2
24262024-02-22T06:11:20.025Z Compiling macaddr v1.0.1
24272024-02-22T06:11:20.130Z Compiling async-recursion v1.0.5
24282024-02-22T06:11:20.779Z Compiling xattr v1.0.1
24292024-02-22T06:11:21.063Z Compiling filetime v0.2.23
24302024-02-22T06:11:21.118Z Compiling typed-path v0.7.0
24312024-02-22T06:11:21.412Z Compiling tar v0.4.40
24322024-02-22T06:11:25.575Z Compiling tough v0.16.0
24332024-02-22T06:11:28.072Z Compiling slog-stdlog v4.1.1
24342024-02-22T06:11:29.050Z Compiling camino-tempfile v1.1.1
24352024-02-22T06:11:29.583Z Compiling itertools v0.12.1
24362024-02-22T06:11:29.840Z Compiling parse-size v1.0.0
24372024-02-22T06:11:30.166Z Compiling slog-envlogger v2.2.0
24382024-02-22T06:11:32.685Z Compiling humantime v2.1.0
24392024-02-22T06:11:35.104Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24402024-02-22T06:11:35.332Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24412024-02-22T06:11:45.391Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24422024-02-22T06:11:47.486Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24432024-02-22T06:12:06.737Z Finished release [optimized] target(s) in 1m 15s
24442024-02-22T06:12:06.813Z
24452024-02-22T06:12:06.816Zreal 1:15.164068903
24462024-02-22T06:12:06.817Zuser 8:22.914176530
24472024-02-22T06:12:06.817Zsys 39.157399716
24482024-02-22T06:12:06.817Ztrap 0.219831801
24492024-02-22T06:12:06.817Ztflt 0.410903941
24502024-02-22T06:12:06.817Zdflt 0.342464530
24512024-02-22T06:12:06.817Zkflt 0.007922358
24522024-02-22T06:12:06.817Zlock 17:00.955426546
24532024-02-22T06:12:06.817Zslp 19:00.330247199
24542024-02-22T06:12:06.817Zlat 18.751217579
24552024-02-22T06:12:06.817Zstop 14.750380624
24562024-02-22T06:12:06.817Z+ ptime -m gzip
24572024-02-22T06:12:08.548Z
24582024-02-22T06:12:08.551Zreal 1.732085103
24592024-02-22T06:12:08.551Zuser 1.715376580
24602024-02-22T06:12:08.551Zsys 0.016023055
24612024-02-22T06:12:08.551Ztrap 0.000100603
24622024-02-22T06:12:08.551Ztflt 0.000000000
24632024-02-22T06:12:08.551Zdflt 0.000000000
24642024-02-22T06:12:08.551Zkflt 0.000000000
24652024-02-22T06:12:08.551Zlock 0.000000000
24662024-02-22T06:12:08.552Zslp 0.000000000
24672024-02-22T06:12:08.552Zlat 0.000106364
24682024-02-22T06:12:08.552Zstop 0.000197718
24692024-02-22T06:12:08.552Zprocess exited: duration 822215 ms, exit code 0
 
24702024-02-22T06:12:08.568Zfound 5 output files
24712024-02-22T06:12:08.569Zuploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes)
24722024-02-22T06:12:13.551Zuploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz
24732024-02-22T06:12:13.551Zuploading: /work/end-to-end-tests/bootstrap.gz (109685187 bytes)
24742024-02-22T06:12:51.127Zuploaded: /work/end-to-end-tests/bootstrap.gz
24752024-02-22T06:12:51.127Zuploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113133492 bytes)
24762024-02-22T06:13:23.778Zuploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz
24772024-02-22T06:13:23.778Zuploading: /work/caboose-util.gz (4099335 bytes)
24782024-02-22T06:13:26.901Zuploaded: /work/caboose-util.gz
24792024-02-22T06:13:26.901Zuploading: /work/tufaceous.gz (15875104 bytes)
24802024-02-22T06:13:32.008Zuploaded: /work/tufaceous.gz