01HQKCMZ44ES6KWV54AVY0NPK2: 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: 01HQKCNBGFKAQMA8Y5QWRJ329J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-26T19:02:09.572Zjob assigned to worker 01HQKCNKZFW652VQZFG1C1QPSJ (queued for 1 m 10 s)
 
22024-02-26T19:02:10.205Zstarting task 0: "setup"
32024-02-26T19:02:10.291Z++ uname -s
42024-02-26T19:02:10.294Z+ kern=SunOS
52024-02-26T19:02:10.294Z+ case "$kern" in
62024-02-26T19:02:10.295Z+ groupadd -g 12345 build
72024-02-26T19:02:10.298Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-26T19:02:12.307Z+ zfs create -o mountpoint=/work rpool/work
92024-02-26T19:02:12.402Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-26T19:02:12.407Z+ home_fs=zfs
112024-02-26T19:02:12.407Z+ [[ zfs == autofs ]]
122024-02-26T19:02:12.407Z+ mkdir -p /home/build
132024-02-26T19:02:12.408Z+ chown build:build /home/build /work
142024-02-26T19:02:14.458Z+ chmod 0700 /home/build /work
152024-02-26T19:02:14.462Zprocess exited: duration 4199 ms, exit code 0
 
162024-02-26T19:02:14.469Zstarting task 1: "rust-toolchain"
172024-02-26T19:02:14.476Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-26T19:02:14.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-26T19:02:14.772Zinfo: downloading installer
202024-02-26T19:02:16.283Zwarning: it looks like you have an existing installation of Rust at:
212024-02-26T19:02:16.283Zwarning: /opt/ooce/bin
222024-02-26T19:02:16.283Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-26T19:02:16.283Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-26T19:02:16.283Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-26T19:02:16.283Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-26T19:02:16.283Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-26T19:02:16.284Zerror: cannot install while Rust is installed
282024-02-26T19:02:16.284Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-26T19:02:16.384Zinfo: profile set to 'default'
302024-02-26T19:02:16.384Zinfo: default host triple is x86_64-unknown-illumos
312024-02-26T19:02:16.387Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-26T19:02:16.541Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-26T19:02:16.541Zinfo: downloading component 'cargo'
342024-02-26T19:02:17.329Zinfo: downloading component 'clippy'
352024-02-26T19:02:18.022Zinfo: downloading component 'rust-docs'
362024-02-26T19:02:18.576Zinfo: downloading component 'rust-std'
372024-02-26T19:02:20.323Zinfo: downloading component 'rustc'
382024-02-26T19:02:24.580Zinfo: downloading component 'rustfmt'
392024-02-26T19:02:24.830Zinfo: installing component 'cargo'
402024-02-26T19:02:25.731Zinfo: installing component 'clippy'
412024-02-26T19:02:26.112Zinfo: installing component 'rust-docs'
422024-02-26T19:02:27.629Zinfo: installing component 'rust-std'
432024-02-26T19:02:29.567Zinfo: installing component 'rustc'
442024-02-26T19:02:33.831Zinfo: installing component 'rustfmt'
452024-02-26T19:02:34.171Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-26T19:02:34.171Z
472024-02-26T19:02:34.492Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-26T19:02:34.492Z
492024-02-26T19:02:34.500Z
502024-02-26T19:02:34.500ZRust is installed now. Great!
512024-02-26T19:02:34.500Z
522024-02-26T19:02:34.500ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-26T19:02:34.501Zenvironment variable. This has not been done automatically.
542024-02-26T19:02:34.501Z
552024-02-26T19:02:34.501ZTo configure your current shell, run:
562024-02-26T19:02:34.501Zsource "$HOME/.cargo/env"
572024-02-26T19:02:34.548Z+ rustc --version
582024-02-26T19:02:34.613Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-26T19:02:34.619Zprocess exited: duration 20133 ms, exit code 0
 
602024-02-26T19:02:34.647Zstarting task 2: "authentication"
612024-02-26T19:02:35.087Zprocess exited: duration 440 ms, exit code 0
 
622024-02-26T19:02:35.109Zstarting task 3: "clone repository"
632024-02-26T19:02:35.119Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-26T19:02:35.120Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-26T19:02:35.383ZCloning into '/work/oxidecomputer/omicron'...
662024-02-26T19:02:42.780Z+ cd /work/oxidecomputer/omicron
672024-02-26T19:02:42.780Z+ git fetch origin d44c16482af22e98adcac6f367953f463e544a28
682024-02-26T19:02:43.117ZFrom https://github.com/oxidecomputer/omicron
692024-02-26T19:02:43.117Z * branch d44c16482af22e98adcac6f367953f463e544a28 -> FETCH_HEAD
702024-02-26T19:02:43.129Z+ [[ -n update-floating-ip-api-address-to-ip ]]
712024-02-26T19:02:43.137Z++ git branch --show-current
722024-02-26T19:02:43.137Z+ current=main
732024-02-26T19:02:43.137Z+ [[ main != update-floating-ip-api-address-to-ip ]]
742024-02-26T19:02:43.137Z+ git branch -f update-floating-ip-api-address-to-ip d44c16482af22e98adcac6f367953f463e544a28
752024-02-26T19:02:43.137Z+ git checkout -f update-floating-ip-api-address-to-ip
762024-02-26T19:02:43.251ZSwitched to branch 'update-floating-ip-api-address-to-ip'
772024-02-26T19:02:43.259Z+ git reset --hard d44c16482af22e98adcac6f367953f463e544a28
782024-02-26T19:02:43.369ZHEAD is now at d44c16482 Regen spec
792024-02-26T19:02:43.394Zprocess exited: duration 8247 ms, exit code 0
 
802024-02-26T19:02:43.427Zstarting task 4: "build"
812024-02-26T19:02:43.438Z+ cargo --version
822024-02-26T19:02:43.438Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-26T19:02:43.600Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-26T19:02:43.600Zinfo: downloading component 'cargo'
852024-02-26T19:02:44.429Zinfo: downloading component 'clippy'
862024-02-26T19:02:45.111Zinfo: downloading component 'rust-docs'
872024-02-26T19:02:45.736Zinfo: downloading component 'rust-std'
882024-02-26T19:02:47.286Zinfo: downloading component 'rustc'
892024-02-26T19:02:51.665Zinfo: downloading component 'rustfmt'
902024-02-26T19:02:51.984Zinfo: installing component 'cargo'
912024-02-26T19:02:52.856Zinfo: installing component 'clippy'
922024-02-26T19:02:53.196Zinfo: installing component 'rust-docs'
932024-02-26T19:02:54.765Zinfo: installing component 'rust-std'
942024-02-26T19:02:56.366Zinfo: installing component 'rustc'
952024-02-26T19:03:00.617Zinfo: installing component 'rustfmt'
962024-02-26T19:03:01.013Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-26T19:03:01.030Z+ rustc --version
982024-02-26T19:03:01.075Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-26T19:03:01.078Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-26T19:03:11.817Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-26T19:03:13.128Z Startup: Caching catalogs ... Done
1022024-02-26T19:03:14.690ZPlanning: Solver setup ... Done (1.217s)
1032024-02-26T19:03:14.730ZPlanning: Running solver ... Done (0.029s)
1042024-02-26T19:03:15.015ZPlanning: Finding local manifests ... Done (0.280s)
1052024-02-26T19:03:15.033ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-26T19:03:15.507ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-26T19:03:15.507ZPlanning: Package planning ... Done (0.049s)
1082024-02-26T19:03:15.507ZPlanning: Merging actions ... Done (0.050s)
1092024-02-26T19:03:16.401ZPlanning: Checking for conflicting actions ... Done (1.072s)
1102024-02-26T19:03:16.408ZPlanning: Consolidating action changes ... Done (0.011s)
1112024-02-26T19:03:21.061ZPlanning: Evaluating mediators ... Done (4.649s)
1122024-02-26T19:03:21.072ZPlanning: Planning completed in 7.89 seconds
1132024-02-26T19:03:21.084Z Packages to install: 4
1142024-02-26T19:03:21.084Z Mediators to change: 2
1152024-02-26T19:03:21.092Z Services to change: 1
1162024-02-26T19:03:21.092Z Estimated space available: 148.87 GB
1172024-02-26T19:03:21.092ZEstimated space to be consumed: 1.41 GB
1182024-02-26T19:03:21.092Z Create boot environment: No
1192024-02-26T19:03:21.092ZCreate backup boot environment: No
1202024-02-26T19:03:21.092Z Rebuild boot archive: No
1212024-02-26T19:03:21.092Z
1222024-02-26T19:03:21.093ZChanged mediators:
1232024-02-26T19:03:21.093Z mediator clang:
1242024-02-26T19:03:21.093Z version: None -> 15 (system default)
1252024-02-26T19:03:21.093Z
1262024-02-26T19:03:21.093Z mediator llvm:
1272024-02-26T19:03:21.093Z version: 14 (system default) -> 15 (system default)
1282024-02-26T19:03:21.093Z
1292024-02-26T19:03:21.093ZChanged packages:
1302024-02-26T19:03:21.093Zhelios-dev
1312024-02-26T19:03:21.093Z developer/build-essential
1322024-02-26T19:03:21.093Z None -> 11-2.0
1332024-02-26T19:03:21.093Z library/libxmlsec1
1342024-02-26T19:03:21.094Z None -> 1.2.35-2.0
1352024-02-26T19:03:21.094Z ooce/developer/clang-15
1362024-02-26T19:03:21.094Z None -> 15.0.7-2.0
1372024-02-26T19:03:21.094Z ooce/developer/llvm-15
1382024-02-26T19:03:21.094Z None -> 15.0.7-2.0
1392024-02-26T19:03:21.094Z
1402024-02-26T19:03:21.094ZServices:
1412024-02-26T19:03:21.094Z restart_fmri:
1422024-02-26T19:03:21.094Z svc:/system/update-man-index:default
1432024-02-26T19:03:21.346Z
1442024-02-26T19:03:21.346ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-26T19:03:26.351ZDownload: 603/3290 items 15.9/212.6MB 7% complete (3.1M/s)
1462024-02-26T19:03:31.363ZDownload: 1185/3290 items 47.8/212.6MB 22% complete (4.9M/s)
1472024-02-26T19:03:36.384ZDownload: 1528/3290 items 116.0/212.6MB 54% complete (11.0M/s)
1482024-02-26T19:03:42.185ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (9.2M/s)
1492024-02-26T19:03:47.199ZDownload: 3102/3290 items 126.2/212.6MB 59% complete (838k/s)
1502024-02-26T19:03:52.686ZDownload: 3284/3290 items 212.4/212.6MB 99% complete (10.2M/s)
1512024-02-26T19:03:55.939ZDownload: Completed 212.60 MB in 34.56 seconds (6.2M/s)
1522024-02-26T19:03:56.086Z Actions: 1/3689 actions (Installing new actions)
1532024-02-26T19:04:04.380Z Actions: 3607/3689 actions (Installing new actions)
1542024-02-26T19:04:04.380Z Actions: Completed 3689 actions in 5.21 seconds.
1552024-02-26T19:04:04.380Z Done (0.169s)
1562024-02-26T19:04:04.380Z Done (0.000s)
1572024-02-26T19:04:04.380Z Done (0.227s)
1582024-02-26T19:04:07.554Z Done (5.728s)
1592024-02-26T19:04:07.720Z Done (0.097s)
1602024-02-26T19:04:07.724Z Done (0.000s)
1612024-02-26T19:04:07.892Z Done (0.000s)
1622024-02-26T19:04:08.401ZPlanning: Evaluating mediator changes ... Done
1632024-02-26T19:04:08.565ZPlanning: Checking for conflicting actions ... Done
1642024-02-26T19:04:08.576ZPlanning: Consolidating action changes ... Done
1652024-02-26T19:04:08.843ZPlanning: Evaluating mediators ... Done
1662024-02-26T19:04:08.851ZPlanning: Planning completed in 0.44 seconds
1672024-02-26T19:04:08.877Z Mediators to change: 2
1682024-02-26T19:04:08.877Z Create boot environment: No
1692024-02-26T19:04:08.891ZCreate backup boot environment: No
1702024-02-26T19:04:08.960Z Done
1712024-02-26T19:04:08.961Z Done
1722024-02-26T19:04:09.118Z Done
1732024-02-26T19:04:12.773Z Done
1742024-02-26T19:04:12.864Z Done
1752024-02-26T19:04:12.870Z Done
1762024-02-26T19:04:13.011Z Done
1772024-02-26T19:04:13.650ZPlanning: Evaluating mediator changes ... Done
1782024-02-26T19:04:13.654ZPlanning: Merging actions ... Done
1792024-02-26T19:04:13.852ZPlanning: Checking for conflicting actions ... Done
1802024-02-26T19:04:13.857ZPlanning: Consolidating action changes ... Done
1812024-02-26T19:04:14.113ZPlanning: Evaluating mediators ... Done
1822024-02-26T19:04:14.170ZPlanning: Planning completed in 0.80 seconds
1832024-02-26T19:04:14.206Z Packages to change: 1
1842024-02-26T19:04:14.206Z Mediators to change: 1
1852024-02-26T19:04:14.234Z Services to change: 1
1862024-02-26T19:04:14.234Z Create boot environment: No
1872024-02-26T19:04:14.234ZCreate backup boot environment: Yes
1882024-02-26T19:04:16.253Z Actions: 1/6 actions (Updating modified actions)
1892024-02-26T19:04:16.304Z Actions: Completed 6 actions in 0.05 seconds.
1902024-02-26T19:04:16.734Z Done
1912024-02-26T19:04:16.734Z Done
1922024-02-26T19:04:16.749Z Done
1932024-02-26T19:04:20.025Z Done
1942024-02-26T19:04:20.113Z Done
1952024-02-26T19:04:20.117Z Done
1962024-02-26T19:04:20.229Z Done
1972024-02-26T19:04:20.683ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-02-26T19:04:20.683Zclang system 15 system
1992024-02-26T19:04:20.683Zcsh system system illumos
2002024-02-26T19:04:20.683Zctags system system illumos
2012024-02-26T19:04:20.683Zgcc vendor 12 vendor
2022024-02-26T19:04:20.683Zgcc system 10 system
2032024-02-26T19:04:20.683Zgcc system 7 system
2042024-02-26T19:04:20.684Zgo system 1.20 system
2052024-02-26T19:04:20.684Zgo system 1.19 system
2062024-02-26T19:04:20.684Zllvm system 15 system
2072024-02-26T19:04:20.684Zllvm system 14 system
2082024-02-26T19:04:20.684Zmariadb system 10.6 system
2092024-02-26T19:04:20.684Zmta vendor vendor dma
2102024-02-26T19:04:20.685Zopenjdk system 17 system
2112024-02-26T19:04:20.685Zopenjdk system 11 system
2122024-02-26T19:04:20.685Zopenjdk system 1.8 system
2132024-02-26T19:04:20.685Zopenssl vendor 3 vendor
2142024-02-26T19:04:20.685Zperl system 5.36 system
2152024-02-26T19:04:20.685Zpostgresql system 15 system
2162024-02-26T19:04:20.685Zpostgresql system 13 system
2172024-02-26T19:04:20.686Zpython vendor 3 vendor
2182024-02-26T19:04:20.686Zpython system 2 system
2192024-02-26T19:04:20.686Zpython3 system 3.11 system
2202024-02-26T19:04:20.686Zruby system 3.0 system
2212024-02-26T19:04:20.686Zwords vendor vendor american-english
2222024-02-26T19:04:20.687Zwords system system australian-english
2232024-02-26T19:04:20.687Zwords system system british-english
2242024-02-26T19:04:20.687Zwords system system canadian-english
2252024-02-26T19:04:20.687Zwords system system french
2262024-02-26T19:04:20.687Zwords system system italian
2272024-02-26T19:04:20.687Zwords system system ngerman
2282024-02-26T19:04:20.688Zwords system system ogerman
2292024-02-26T19:04:20.688Zwords system system spanish
2302024-02-26T19:04:21.003ZFMRI IFO
2312024-02-26T19:04:21.003Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-02-26T19:04:21.003Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-02-26T19:04:21.004Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-02-26T19:04:21.004Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-02-26T19:04:21.004Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-02-26T19:04:21.004Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-02-26T19:04:21.004Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-02-26T19:04:21.004Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-02-26T19:04:21.050Z+ set -o errexit
2402024-02-26T19:04:21.067Z+++ dirname ./tools/ci_download_cockroachdb
2412024-02-26T19:04:21.067Z++ cd ./tools
2422024-02-26T19:04:21.067Z++ pwd
2432024-02-26T19:04:21.068Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2442024-02-26T19:04:21.068Z++ basename ./tools/ci_download_cockroachdb
2452024-02-26T19:04:21.068Z+ ARG0=ci_download_cockroachdb
2462024-02-26T19:04:21.068Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2472024-02-26T19:04:21.068Z+ CIDL_VERSION=v22.1.9
2482024-02-26T19:04:21.068Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2492024-02-26T19:04:21.068Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2502024-02-26T19:04:21.069Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2512024-02-26T19:04:21.069Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2522024-02-26T19:04:21.069Z+ TARGET_DIR=out
2532024-02-26T19:04:21.069Z+ DOWNLOAD_DIR=out/downloads
2542024-02-26T19:04:21.069Z+ DEST_DIR=./out/cockroachdb
2552024-02-26T19:04:21.069Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2562024-02-26T19:04:21.069Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2572024-02-26T19:04:21.069Z+ main
2582024-02-26T19:04:21.070Z+ [[ 0 != 0 ]]
2592024-02-26T19:04:21.070Z+ CIDL_OS=solaris2.11
2602024-02-26T19:04:21.070Z+ [[ 0 != 0 ]]
2612024-02-26T19:04:21.070Z+ configure_os solaris2.11
2622024-02-26T19:04:21.070Z+ echo 'current directory: /work/oxidecomputer/omicron'
2632024-02-26T19:04:21.070Zcurrent directory: /work/oxidecomputer/omicron
2642024-02-26T19:04:21.070Z+ echo 'configuring based on OS: "solaris2.11"'
2652024-02-26T19:04:21.071Z+ case "$1" in
2662024-02-26T19:04:21.071Zconfiguring based on OS: "solaris2.11"
2672024-02-26T19:04:21.071Z+ CIDL_BUILD=illumos
2682024-02-26T19:04:21.071Z+ CIDL_SUFFIX=tar.gz
2692024-02-26T19:04:21.071Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2702024-02-26T19:04:21.071Z+ CIDL_URL_BASE=https://illumos.org/downloads
2712024-02-26T19:04:21.072Z+ CIDL_ASSEMBLE=do_assemble_illumos
2722024-02-26T19:04:21.072Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2732024-02-26T19:04:21.072Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2742024-02-26T19:04:21.072Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-02-26T19:04:21.072Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2762024-02-26T19:04:21.072Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-26T19:04:21.073Z+ CIDL_SHA256FUNC=do_sha256sum
2782024-02-26T19:04:21.073Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-02-26T19:04:21.073Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802024-02-26T19:04:21.073ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-26T19:04:21.073ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-26T19:04:21.073Z+ mkdir -p out/downloads
2832024-02-26T19:04:21.082Z+ mkdir -p ./out/cockroachdb
2842024-02-26T19:04:21.082Z+ local DO_DOWNLOAD=true
2852024-02-26T19:04:21.082Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2862024-02-26T19:04:21.083Z+ '[' true == true ']'
2872024-02-26T19:04:21.083Z+ echo Downloading...
2882024-02-26T19:04:21.083ZDownloading...
2892024-02-26T19:04:21.083Z+ 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-26T19:04:21.083Z+ 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-26T19:04:26.411Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-26T19:04:26.432Z++ sha256sum
2932024-02-26T19:04:26.432Z++ awk '{print $1}'
2942024-02-26T19:04:26.515Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-02-26T19:04:26.515Z+ [[ 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-26T19:04:26.532Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-26T19:04:26.532Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2982024-02-26T19:04:29.089Z+ do_assemble_illumos
2992024-02-26T19:04:29.089Z+ rm -r ./out/cockroachdb
3002024-02-26T19:04:29.102Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3012024-02-26T19:04:29.118Z+ ./out/cockroachdb/bin/cockroach version
3022024-02-26T19:04:29.311ZBuild Tag: v22.1.9-dirty
3032024-02-26T19:04:29.311ZBuild Time: 2022/10/26 21:17:46
3042024-02-26T19:04:29.311ZDistribution: OSS
3052024-02-26T19:04:29.312ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3062024-02-26T19:04:29.312ZGo Version: go1.17.13
3072024-02-26T19:04:29.312ZC Compiler: gcc 10.3.0
3082024-02-26T19:04:29.312ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3092024-02-26T19:04:29.312ZBuild Type: release
3102024-02-26T19:04:29.326Z+ set -o errexit
3112024-02-26T19:04:29.337Z+++ dirname ./tools/ci_download_clickhouse
3122024-02-26T19:04:29.337Z++ cd ./tools
3132024-02-26T19:04:29.338Z++ pwd
3142024-02-26T19:04:29.338Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3152024-02-26T19:04:29.338Z++ basename ./tools/ci_download_clickhouse
3162024-02-26T19:04:29.757Z+ ARG0=ci_download_clickhouse
3172024-02-26T19:04:29.757Z+ TARGET_DIR=out
3182024-02-26T19:04:29.757Z+ DOWNLOAD_DIR=out/downloads
3192024-02-26T19:04:29.757Z+ DEST_DIR=./out/clickhouse
3202024-02-26T19:04:29.757Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3212024-02-26T19:04:29.757Z+ CIDL_VERSION=v22.8.9.24
3222024-02-26T19:04:29.757Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232024-02-26T19:04:29.757Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242024-02-26T19:04:29.757Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252024-02-26T19:04:29.757Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262024-02-26T19:04:29.757Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272024-02-26T19:04:29.757Z+ main
3282024-02-26T19:04:29.757Z+ [[ 0 != 0 ]]
3292024-02-26T19:04:29.757Z+ CIDL_OS=solaris2.11
3302024-02-26T19:04:29.757Z+ [[ 0 != 0 ]]
3312024-02-26T19:04:29.757Z+ configure_os solaris2.11
3322024-02-26T19:04:29.757Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332024-02-26T19:04:29.757Zcurrent directory: /work/oxidecomputer/omicron
3342024-02-26T19:04:29.757Z+ echo 'configuring based on OS: "solaris2.11"'
3352024-02-26T19:04:29.758Z+ CIDL_DASHREV=
3362024-02-26T19:04:29.758Z+ case "$1" in
3372024-02-26T19:04:29.758Zconfiguring based on OS: "solaris2.11"
3382024-02-26T19:04:29.758Z+ CIDL_PLATFORM=illumos
3392024-02-26T19:04:29.758Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402024-02-26T19:04:29.758Z+ CIDL_MD5FUNC=do_md5sum
3412024-02-26T19:04:29.758Z+ CIDL_DASHREV=-1
3422024-02-26T19:04:29.758Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432024-02-26T19:04:29.758Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-26T19:04:29.758Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-26T19:04:29.758Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-26T19:04:29.758Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472024-02-26T19:04:29.758ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-26T19:04:29.758ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-26T19:04:29.758Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502024-02-26T19:04:29.758Z+ mkdir -p out/downloads
3512024-02-26T19:04:29.758Z+ mkdir -p ./out/clickhouse
3522024-02-26T19:04:29.758Z+ local DO_DOWNLOAD=true
3532024-02-26T19:04:29.758Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542024-02-26T19:04:29.758Z+ '[' true == true ']'
3552024-02-26T19:04:29.758Z+ echo Downloading...
3562024-02-26T19:04:29.758ZDownloading...
3572024-02-26T19:04:29.758Z+ 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-26T19:04:29.759Z+ 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-26T19:04:31.167Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-26T19:04:31.170Z++ md5sum
3612024-02-26T19:04:31.170Z++ awk '{print $1}'
3622024-02-26T19:04:31.347Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632024-02-26T19:04:31.351Z+ [[ 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-26T19:04:31.351Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652024-02-26T19:04:31.351Z+ mkdir -p ./out/clickhouse
3662024-02-26T19:04:31.351Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672024-02-26T19:04:34.488Z+ ./out/clickhouse/clickhouse server --version
3682024-02-26T19:04:34.527ZClickHouse server version 22.8.9.1.
3692024-02-26T19:04:34.543Z+ set -o errexit
3702024-02-26T19:04:34.546Z+++ dirname ./tools/ci_download_console
3712024-02-26T19:04:34.549Z++ cd ./tools
3722024-02-26T19:04:34.549Z++ pwd
3732024-02-26T19:04:34.550Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742024-02-26T19:04:34.553Z++ basename ./tools/ci_download_console
3752024-02-26T19:04:34.553Z+ ARG0=ci_download_console
3762024-02-26T19:04:34.553Z+ TARGET_DIR=out
3772024-02-26T19:04:34.553Z+ DOWNLOAD_DIR=out/downloads
3782024-02-26T19:04:34.553Z+ DEST_DIR=./out/console-assets
3792024-02-26T19:04:34.553Z+ source /work/oxidecomputer/omicron/tools/console_version
3802024-02-26T19:04:34.553Z++ COMMIT=80f116734fdf8ef4f3b5e49ed39e49339460407c
3812024-02-26T19:04:34.553Z++ SHA2=458727fe747797860d02c9f75e62d308586c235d4708c549d5b70a40cce4d2d1
3822024-02-26T19:04:34.553Z+ URL=https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz
3832024-02-26T19:04:34.553Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842024-02-26T19:04:34.553Z+ main
3852024-02-26T19:04:34.553Z+ [[ 0 != 0 ]]
3862024-02-26T19:04:34.553Z+ echo 'URL: https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz'
3872024-02-26T19:04:34.553ZURL: https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz
3882024-02-26T19:04:34.553Z+ echo 'Local file: out/downloads/console.tar.gz'
3892024-02-26T19:04:34.553ZLocal file: out/downloads/console.tar.gz
3902024-02-26T19:04:34.553Z+ local DO_DOWNLOAD=true
3912024-02-26T19:04:34.553Z+ [[ -f out/downloads/console.tar.gz ]]
3922024-02-26T19:04:34.553Z+ mkdir -p out/downloads
3932024-02-26T19:04:34.563Z+ '[' true == true ']'
3942024-02-26T19:04:34.563Z+ echo Downloading...
3952024-02-26T19:04:34.563ZDownloading...
3962024-02-26T19:04:34.563Z+ do_download_curl https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz out/downloads/console.tar.gz
3972024-02-26T19:04:34.563Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz
3982024-02-26T19:04:35.186Z++ do_sha256sum out/downloads/console.tar.gz
3992024-02-26T19:04:35.186Z++ case "$OSTYPE" in
4002024-02-26T19:04:35.186Z++ SHA=sha256sum
4012024-02-26T19:04:35.190Z++ sha256sum
4022024-02-26T19:04:35.190Z++ awk '{print $1}'
4032024-02-26T19:04:35.196Z+ calculated_sha2=458727fe747797860d02c9f75e62d308586c235d4708c549d5b70a40cce4d2d1
4042024-02-26T19:04:35.196Z+ [[ 458727fe747797860d02c9f75e62d308586c235d4708c549d5b70a40cce4d2d1 != \4\5\8\7\2\7\f\e\7\4\7\7\9\7\8\6\0\d\0\2\c\9\f\7\5\e\6\2\d\3\0\8\5\8\6\c\2\3\5\d\4\7\0\8\c\5\4\9\d\5\b\7\0\a\4\0\c\c\e\4\d\2\d\1 ]]
4052024-02-26T19:04:35.196Z+ rm -rf ./out/console-assets
4062024-02-26T19:04:35.201Z+ mkdir -p ./out/console-assets
4072024-02-26T19:04:35.202Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082024-02-26T19:04:35.202Z+ mkdir -p ./out/console-assets
4092024-02-26T19:04:35.209Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102024-02-26T19:04:35.296Z+ set -o errexit
4112024-02-26T19:04:35.306Z+++ dirname ./tools/ci_download_maghemite_openapi
4122024-02-26T19:04:35.306Z++ cd ./tools
4132024-02-26T19:04:35.306Z++ pwd
4142024-02-26T19:04:35.306Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152024-02-26T19:04:35.306Z++ basename ./tools/ci_download_maghemite_openapi
4162024-02-26T19:04:35.306Z+ ARG0=ci_download_maghemite_openapi
4172024-02-26T19:04:35.306Z+ TARGET_DIR=out
4182024-02-26T19:04:35.307Z+ DOWNLOAD_DIR=out/downloads
4192024-02-26T19:04:35.307Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202024-02-26T19:04:35.307Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4212024-02-26T19:04:35.307Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4222024-02-26T19:04:35.307Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4232024-02-26T19:04:35.307Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4242024-02-26T19:04:35.308Z+ main
4252024-02-26T19:04:35.308Z+ [[ 0 != 0 ]]
4262024-02-26T19:04:35.308Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4272024-02-26T19:04:35.308ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4282024-02-26T19:04:35.308Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4292024-02-26T19:04:35.308ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4302024-02-26T19:04:35.309Z+ local DO_DOWNLOAD=true
4312024-02-26T19:04:35.309Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4322024-02-26T19:04:35.309Z+ mkdir -p out/downloads
4332024-02-26T19:04:35.316Z+ '[' true == true ']'
4342024-02-26T19:04:35.316Z+ echo Downloading...
4352024-02-26T19:04:35.316ZDownloading...
4362024-02-26T19:04:35.316Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4372024-02-26T19:04:35.316Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4382024-02-26T19:04:35.560Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4392024-02-26T19:04:35.560Z++ case "$OSTYPE" in
4402024-02-26T19:04:35.560Z++ SHA=sha256sum
4412024-02-26T19:04:35.566Z++ sha256sum
4422024-02-26T19:04:35.567Z++ awk '{print $1}'
4432024-02-26T19:04:35.567Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4442024-02-26T19:04:35.567Z+ [[ 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-26T19:04:35.567Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462024-02-26T19:04:35.567Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4472024-02-26T19:04:35.567Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4482024-02-26T19:04:35.567Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4492024-02-26T19:04:35.567Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4502024-02-26T19:04:35.567Z+ main
4512024-02-26T19:04:35.568Z+ [[ 0 != 0 ]]
4522024-02-26T19:04:35.568Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4532024-02-26T19:04:35.568ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4542024-02-26T19:04:35.568Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4552024-02-26T19:04:35.568ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4562024-02-26T19:04:35.568Z+ local DO_DOWNLOAD=true
4572024-02-26T19:04:35.568Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4582024-02-26T19:04:35.568Z+ mkdir -p out/downloads
4592024-02-26T19:04:35.568Z+ '[' true == true ']'
4602024-02-26T19:04:35.569Z+ echo Downloading...
4612024-02-26T19:04:35.569ZDownloading...
4622024-02-26T19:04:35.569Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4632024-02-26T19:04:35.569Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4642024-02-26T19:04:35.750Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4652024-02-26T19:04:35.759Z++ case "$OSTYPE" in
4662024-02-26T19:04:35.759Z++ SHA=sha256sum
4672024-02-26T19:04:35.759Z++ sha256sum
4682024-02-26T19:04:35.759Z++ awk '{print $1}'
4692024-02-26T19:04:35.759Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4702024-02-26T19:04:35.759Z+ [[ 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-26T19:04:35.765Z+ set -o errexit
4722024-02-26T19:04:35.773Z+++ dirname ./tools/ci_download_dendrite_openapi
4732024-02-26T19:04:35.773Z++ cd ./tools
4742024-02-26T19:04:35.773Z++ pwd
4752024-02-26T19:04:35.773Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762024-02-26T19:04:35.773Z++ basename ./tools/ci_download_dendrite_openapi
4772024-02-26T19:04:35.773Z+ ARG0=ci_download_dendrite_openapi
4782024-02-26T19:04:35.773Z+ TARGET_DIR=out
4792024-02-26T19:04:35.773Z+ DOWNLOAD_DIR=out/downloads
4802024-02-26T19:04:35.773Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812024-02-26T19:04:35.773Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4822024-02-26T19:04:35.773Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4832024-02-26T19:04:35.773Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4842024-02-26T19:04:35.773Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4852024-02-26T19:04:35.773Z+ main
4862024-02-26T19:04:35.773Z+ [[ 0 != 0 ]]
4872024-02-26T19:04:35.773Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4882024-02-26T19:04:35.773ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4892024-02-26T19:04:35.773Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4902024-02-26T19:04:35.774Z+ local DO_DOWNLOAD=true
4912024-02-26T19:04:35.774ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4922024-02-26T19:04:35.774Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4932024-02-26T19:04:35.774Z+ mkdir -p out/downloads
4942024-02-26T19:04:35.782Z+ '[' true == true ']'
4952024-02-26T19:04:35.782Z+ echo Downloading...
4962024-02-26T19:04:35.782ZDownloading...
4972024-02-26T19:04:35.782Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4982024-02-26T19:04:35.782Z+ 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-26T19:04:36.375Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-26T19:04:36.376Z++ case "$OSTYPE" in
5012024-02-26T19:04:36.386Z++ SHA=sha256sum
5022024-02-26T19:04:36.387Z++ sha256sum
5032024-02-26T19:04:36.387Z++ awk '{print $1}'
5042024-02-26T19:04:36.387Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5052024-02-26T19:04:36.387Z+ [[ 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-26T19:04:36.400Z+ set -o errexit
5072024-02-26T19:04:36.400Z+++ dirname ./tools/ci_download_dendrite_stub
5082024-02-26T19:04:36.401Z++ cd ./tools
5092024-02-26T19:04:36.401Z++ pwd
5102024-02-26T19:04:36.401Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-02-26T19:04:36.401Z++ basename ./tools/ci_download_dendrite_stub
5122024-02-26T19:04:36.422Z+ ARG0=ci_download_dendrite_stub
5132024-02-26T19:04:36.423Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142024-02-26T19:04:36.423Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5152024-02-26T19:04:36.423Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5162024-02-26T19:04:36.423Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5172024-02-26T19:04:36.423Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182024-02-26T19:04:36.423Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5192024-02-26T19:04:36.423Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5202024-02-26T19:04:36.423Z+ TARGET_DIR=out
5212024-02-26T19:04:36.423Z+ DOWNLOAD_DIR=out/downloads
5222024-02-26T19:04:36.423Z+ DEST_DIR=./out/dendrite-stub
5232024-02-26T19:04:36.424Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242024-02-26T19:04:36.424Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252024-02-26T19:04:36.424Z+ REPO=oxidecomputer/dendrite
5262024-02-26T19:04:36.424Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5272024-02-26T19:04:36.424Z+ main
5282024-02-26T19:04:36.424Z+ [[ 0 != 0 ]]
5292024-02-26T19:04:36.424Z+ CIDL_OS=solaris2.11
5302024-02-26T19:04:36.424Z+ [[ 0 != 0 ]]
5312024-02-26T19:04:36.424Z+ configure_os solaris2.11
5322024-02-26T19:04:36.424Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332024-02-26T19:04:36.424Zcurrent directory: /work/oxidecomputer/omicron
5342024-02-26T19:04:36.424Z+ echo 'configuring based on OS: "solaris2.11"'
5352024-02-26T19:04:36.424Z+ case "$1" in
5362024-02-26T19:04:36.425Z+ SET_BINARIES=
5372024-02-26T19:04:36.425Zconfiguring based on OS: "solaris2.11"
5382024-02-26T19:04:36.425Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5392024-02-26T19:04:36.425Z+ CIDL_SHA256FUNC=do_sha256sum
5402024-02-26T19:04:36.425Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412024-02-26T19:04:36.425Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5422024-02-26T19:04:36.425Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432024-02-26T19:04:36.425Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5442024-02-26T19:04:36.425ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5452024-02-26T19:04:36.425Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5462024-02-26T19:04:36.425Z+ mkdir -p out/downloads
5472024-02-26T19:04:36.425ZLocal file: out/downloads/dendrite-stub.tar.gz
5482024-02-26T19:04:36.425Z+ mkdir -p ./out/dendrite-stub
5492024-02-26T19:04:36.425Z+ fetch_and_verify
5502024-02-26T19:04:36.425Z+ local DO_DOWNLOAD=true
5512024-02-26T19:04:36.426Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522024-02-26T19:04:36.426Z+ '[' true == true ']'
5532024-02-26T19:04:36.426Z+ echo Downloading...
5542024-02-26T19:04:36.426ZDownloading...
5552024-02-26T19:04:36.426Z+ 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-26T19:04:36.426Z+ 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-26T19:04:45.763Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582024-02-26T19:04:46.188Z++ sha256sum
5592024-02-26T19:04:46.188Z++ awk '{print $1}'
5602024-02-26T19:04:46.195Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5612024-02-26T19:04:46.195Z+ [[ 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-26T19:04:46.195Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632024-02-26T19:04:46.195Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642024-02-26T19:04:46.467Z+ do_assemble
5652024-02-26T19:04:46.467Z+ rm -r ./out/dendrite-stub
5662024-02-26T19:04:46.475Z+ mkdir ./out/dendrite-stub
5672024-02-26T19:04:46.476Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682024-02-26T19:04:46.568Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692024-02-26T19:04:46.579Z+ set -o errexit
5702024-02-26T19:04:46.588Z+++ dirname ./tools/ci_download_maghemite_mgd
5712024-02-26T19:04:46.588Z++ cd ./tools
5722024-02-26T19:04:46.589Z++ pwd
5732024-02-26T19:04:46.589Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742024-02-26T19:04:46.589Z++ basename ./tools/ci_download_maghemite_mgd
5752024-02-26T19:04:46.589Z+ ARG0=ci_download_maghemite_mgd
5762024-02-26T19:04:46.589Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772024-02-26T19:04:46.589Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
5782024-02-26T19:04:46.589Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5792024-02-26T19:04:46.589Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802024-02-26T19:04:46.589Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
5812024-02-26T19:04:46.589Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5822024-02-26T19:04:46.589Z+ TARGET_DIR=out
5832024-02-26T19:04:46.590Z+ DOWNLOAD_DIR=out/downloads
5842024-02-26T19:04:46.590Z+ DEST_DIR=./out/mgd
5852024-02-26T19:04:46.590Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862024-02-26T19:04:46.590Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872024-02-26T19:04:46.590Z+ REPO=oxidecomputer/maghemite
5882024-02-26T19:04:46.590Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
5892024-02-26T19:04:46.590Z+ main
5902024-02-26T19:04:46.590Z+ [[ 0 != 0 ]]
5912024-02-26T19:04:46.590Z+ CIDL_OS=solaris2.11
5922024-02-26T19:04:46.591Z+ [[ 0 != 0 ]]
5932024-02-26T19:04:46.591Z+ configure_os solaris2.11
5942024-02-26T19:04:46.591Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952024-02-26T19:04:46.591Zcurrent directory: /work/oxidecomputer/omicron
5962024-02-26T19:04:46.591Z+ echo 'configuring based on OS: "solaris2.11"'
5972024-02-26T19:04:46.591Z+ case "$1" in
5982024-02-26T19:04:46.591Zconfiguring based on OS: "solaris2.11"
5992024-02-26T19:04:46.592Z+ SET_BINARIES=
6002024-02-26T19:04:46.592Z+ CIDL_SHA256FUNC=do_sha256sum
6012024-02-26T19:04:46.592Z+ TARBALL_FILENAME=mgd.tar.gz
6022024-02-26T19:04:46.592Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6032024-02-26T19:04:46.592Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042024-02-26T19:04:46.592Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
6052024-02-26T19:04:46.593ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6062024-02-26T19:04:46.593ZLocal file: out/downloads/mgd.tar.gz
6072024-02-26T19:04:46.593Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6082024-02-26T19:04:46.593Z+ mkdir -p out/downloads
6092024-02-26T19:04:46.606Z+ mkdir -p ./out/mgd
6102024-02-26T19:04:46.606Z+ fetch_and_verify
6112024-02-26T19:04:46.606Z+ local DO_DOWNLOAD=true
6122024-02-26T19:04:46.606Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132024-02-26T19:04:46.606Z+ '[' true == true ']'
6142024-02-26T19:04:46.606Z+ echo Downloading...
6152024-02-26T19:04:46.606ZDownloading...
6162024-02-26T19:04:46.607Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6172024-02-26T19:04:46.607Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6182024-02-26T19:04:56.104Z++ do_sha256sum out/downloads/mgd.tar.gz
6192024-02-26T19:04:56.113Z++ sha256sum
6202024-02-26T19:04:56.113Z++ awk '{print $1}'
6212024-02-26T19:04:56.127Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6222024-02-26T19:04:56.141Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6232024-02-26T19:04:56.141Z+ do_untar out/downloads/mgd.tar.gz
6242024-02-26T19:04:56.142Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252024-02-26T19:04:56.569Z+ do_assemble
6262024-02-26T19:04:56.569Z+ rm -r ./out/mgd
6272024-02-26T19:04:56.574Z+ mkdir ./out/mgd
6282024-02-26T19:04:56.574Z+ cp -r out/downloads/root ./out/mgd/root
6292024-02-26T19:04:56.748Z+ set -o errexit
6302024-02-26T19:04:56.766Z+++ dirname ./tools/ci_download_transceiver_control
6312024-02-26T19:04:56.766Z++ cd ./tools
6322024-02-26T19:04:56.766Z++ pwd
6332024-02-26T19:04:56.767Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342024-02-26T19:04:56.767Z++ basename ./tools/ci_download_transceiver_control
6352024-02-26T19:04:56.767Z+ ARG0=ci_download_transceiver_control
6362024-02-26T19:04:56.767Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372024-02-26T19:04:56.767Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382024-02-26T19:04:56.767Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392024-02-26T19:04:56.768Z+ TARGET_DIR=out
6402024-02-26T19:04:56.768Z+ DOWNLOAD_DIR=out/downloads
6412024-02-26T19:04:56.768Z+ DEST_DIR=./out/transceiver-control
6422024-02-26T19:04:56.768Z+ BIN_DIR=/opt/oxide/bin
6432024-02-26T19:04:56.768Z+ BINARY=xcvradm
6442024-02-26T19:04:56.768Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452024-02-26T19:04:56.769Z+ REPO=oxidecomputer/transceiver-control
6462024-02-26T19:04:56.769Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472024-02-26T19:04:56.769Z+ main
6482024-02-26T19:04:56.769Z+ [[ 0 != 0 ]]
6492024-02-26T19:04:56.769Z+ CIDL_OS=solaris2.11
6502024-02-26T19:04:56.770Z+ [[ 0 != 0 ]]
6512024-02-26T19:04:56.770Z+ configure_os solaris2.11
6522024-02-26T19:04:56.771Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532024-02-26T19:04:56.771Zcurrent directory: /work/oxidecomputer/omicron
6542024-02-26T19:04:56.771Z+ echo 'configuring based on OS: "solaris2.11"'
6552024-02-26T19:04:56.771Z+ case "$1" in
6562024-02-26T19:04:56.771Zconfiguring based on OS: "solaris2.11"
6572024-02-26T19:04:56.771Z+ SET_BINARIES=
6582024-02-26T19:04:56.771Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592024-02-26T19:04:56.772Z+ CIDL_SHA256FUNC=do_sha256sum
6602024-02-26T19:04:56.772Z+ ARCHIVE_FILENAME=xcvradm.gz
6612024-02-26T19:04:56.772Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622024-02-26T19:04:56.772Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632024-02-26T19:04:56.773Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642024-02-26T19:04:56.773Z+ echo 'Local file: out/downloads/xcvradm.gz'
6652024-02-26T19:04:56.773ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662024-02-26T19:04:56.773ZLocal file: out/downloads/xcvradm.gz
6672024-02-26T19:04:56.773Z+ mkdir -p out/downloads
6682024-02-26T19:04:56.773Z+ mkdir -p ./out/transceiver-control
6692024-02-26T19:04:56.773Z+ fetch_and_verify
6702024-02-26T19:04:56.774Z+ local DO_DOWNLOAD=true
6712024-02-26T19:04:56.774Z+ [[ -f out/downloads/xcvradm.gz ]]
6722024-02-26T19:04:56.774Z+ '[' true == true ']'
6732024-02-26T19:04:56.774Z+ echo Downloading...
6742024-02-26T19:04:56.774ZDownloading...
6752024-02-26T19:04:56.774Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762024-02-26T19:04:56.775Z+ 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-26T19:04:58.772Z++ do_sha256sum out/downloads/xcvradm.gz
6782024-02-26T19:04:58.775Z++ sha256sum
6792024-02-26T19:04:58.775Z++ awk '{print $1}'
6802024-02-26T19:04:58.781Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812024-02-26T19:04:59.195Z+ [[ 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-26T19:04:59.195Z+ do_unpack out/downloads/xcvradm.gz
6832024-02-26T19:04:59.195Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842024-02-26T19:04:59.195Z+ gzip -dc out/downloads/xcvradm.gz
6852024-02-26T19:04:59.199Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862024-02-26T19:04:59.199Z+ do_assemble
6872024-02-26T19:04:59.199Z+ rm -r ./out/transceiver-control
6882024-02-26T19:04:59.199Z+ mkdir ./out/transceiver-control
6892024-02-26T19:04:59.199Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902024-02-26T19:04:59.199ZAll prerequisites installed successfully
6912024-02-26T19:04:59.199Z
6922024-02-26T19:04:59.199Zreal 1:57.894264746
6932024-02-26T19:04:59.199Zuser 34.911440729
6942024-02-26T19:04:59.199Zsys 6.699626531
6952024-02-26T19:04:59.199Ztrap 0.007493349
6962024-02-26T19:04:59.200Ztflt 0.155820714
6972024-02-26T19:04:59.200Zdflt 0.452113334
6982024-02-26T19:04:59.200Zkflt 0.296381962
6992024-02-26T19:04:59.200Zlock 1.480230016
7002024-02-26T19:04:59.200Zslp 3:57.656918408
7012024-02-26T19:04:59.200Zlat 1.837603818
7022024-02-26T19:04:59.200Zstop 0.142887361
7032024-02-26T19:04:59.200Z+ banner end-to-end-tests
7042024-02-26T19:04:59.200Z
7052024-02-26T19:04:59.200Z ###### # # ##### ##### #### ###### # # #####
7062024-02-26T19:04:59.200Z # ## # # # # # # # ## # # #
7072024-02-26T19:04:59.200Z ##### # # # # # ##### # # # ##### ##### # # # # #
7082024-02-26T19:04:59.200Z # # # # # # # # # # # # # # #
7092024-02-26T19:04:59.200Z # # ## # # # # # # # ## # #
7102024-02-26T19:04:59.200Z ###### # # ##### # #### ###### # # #####
7112024-02-26T19:04:59.200Z
7122024-02-26T19:04:59.200Z+ export CARGO_PROFILE_DEV_DEBUG=1
7132024-02-26T19:04:59.200Z+ CARGO_PROFILE_DEV_DEBUG=1
7142024-02-26T19:04:59.200Z+ export CARGO_PROFILE_TEST_DEBUG=1
7152024-02-26T19:04:59.200Z+ CARGO_PROFILE_TEST_DEBUG=1
7162024-02-26T19:04:59.200Z+ export CARGO_INCREMENTAL=0
7172024-02-26T19:04:59.200Z+ CARGO_INCREMENTAL=0
7182024-02-26T19:04:59.200Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7192024-02-26T19:04:59.361Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202024-02-26T19:04:59.704Z Updating git repository `https://github.com/oxidecomputer/samael`
7212024-02-26T19:05:00.038Z Updating crates.io index
7222024-02-26T19:05:00.070Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232024-02-26T19:05:01.286Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7242024-02-26T19:05:03.280Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7252024-02-26T19:05:04.097Z Updating git repository `http://github.com/oxidecomputer/tofino`
7262024-02-26T19:05:04.445Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7272024-02-26T19:05:04.728Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7282024-02-26T19:05:05.009Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-02-26T19:05:06.120Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-02-26T19:05:08.318Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-02-26T19:05:09.212Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7322024-02-26T19:05:09.558Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-02-26T19:05:10.126Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-02-26T19:05:11.501Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-02-26T19:05:11.811Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-02-26T19:05:12.160Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-02-26T19:05:12.564Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-02-26T19:05:12.932Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7392024-02-26T19:05:13.298Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402024-02-26T19:05:13.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7412024-02-26T19:05:14.229Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422024-02-26T19:05:14.521Z Updating git repository `https://github.com/jgallagher/nix`
7432024-02-26T19:05:15.591Z Updating git repository `https://github.com/cbiffle/hubpack`
7442024-02-26T19:05:15.966Z Updating git repository `https://github.com/oxidecomputer/typify`
7452024-02-26T19:05:17.241Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462024-02-26T19:05:17.654Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472024-02-26T19:05:17.988Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482024-02-26T19:05:19.198Z Downloading crates ...
7492024-02-26T19:05:19.394Z Downloaded cc v1.0.83
7502024-02-26T19:05:19.401Z Downloaded adler v1.0.2
7512024-02-26T19:05:19.401Z Downloaded lazy_static v1.4.0
7522024-02-26T19:05:19.401Z Downloaded cbc v0.1.2
7532024-02-26T19:05:19.401Z Downloaded cancel-safe-futures v0.1.5
7542024-02-26T19:05:19.401Z Downloaded diesel_table_macro_syntax v0.1.0
7552024-02-26T19:05:19.405Z Downloaded libefi-sys v0.1.0
7562024-02-26T19:05:19.405Z Downloaded memmap v0.7.0
7572024-02-26T19:05:19.409Z Downloaded lock_api v0.4.10
7582024-02-26T19:05:19.413Z Downloaded memmap2 v0.7.1
7592024-02-26T19:05:19.413Z Downloaded linked-hash-map v0.5.6
7602024-02-26T19:05:19.418Z Downloaded macaddr v1.0.1
7612024-02-26T19:05:19.419Z Downloaded log v0.4.20
7622024-02-26T19:05:19.423Z Downloaded ciborium v0.2.2
7632024-02-26T19:05:19.423Z Downloaded normalize-line-endings v0.3.0
7642024-02-26T19:05:19.423Z Downloaded plain v0.2.3
7652024-02-26T19:05:19.433Z Downloaded memoffset v0.9.0
7662024-02-26T19:05:19.433Z Downloaded pkg-config v0.3.27
7672024-02-26T19:05:19.433Z Downloaded num-integer v0.1.46
7682024-02-26T19:05:19.449Z Downloaded postcard v1.0.8
7692024-02-26T19:05:19.449Z Downloaded matches v0.1.10
7702024-02-26T19:05:19.449Z Downloaded poly1305 v0.8.0
7712024-02-26T19:05:19.453Z Downloaded nibble_vec v0.1.0
7722024-02-26T19:05:19.453Z Downloaded chacha20 v0.9.1
7732024-02-26T19:05:19.453Z Downloaded option-ext v0.2.0
7742024-02-26T19:05:19.453Z Downloaded num_enum_derive v0.5.11
7752024-02-26T19:05:19.454Z Downloaded defmt v0.3.5
7762024-02-26T19:05:19.458Z Downloaded openssl-macros v0.1.1
7772024-02-26T19:05:19.462Z Downloaded aead v0.5.2
7782024-02-26T19:05:19.462Z Downloaded deranged v0.3.8
7792024-02-26T19:05:19.465Z Downloaded managed v0.8.0
7802024-02-26T19:05:19.465Z Downloaded openssl-probe v0.1.5
7812024-02-26T19:05:19.465Z Downloaded owo-colors v4.0.0
7822024-02-26T19:05:19.473Z Downloaded newtype_derive v0.1.6
7832024-02-26T19:05:19.490Z Downloaded darling_macro v0.20.3
7842024-02-26T19:05:19.490Z Downloaded parse-display v0.9.0
7852024-02-26T19:05:19.490Z Downloaded crypto-common v0.1.6
7862024-02-26T19:05:19.498Z Downloaded match_cfg v0.1.0
7872024-02-26T19:05:19.498Z Downloaded curve25519-dalek-derive v0.1.0
7882024-02-26T19:05:19.498Z Downloaded phf_shared v0.10.0
7892024-02-26T19:05:19.498Z Downloaded num_threads v0.1.6
7902024-02-26T19:05:19.498Z Downloaded defmt-parser v0.3.3
7912024-02-26T19:05:19.498Z Downloaded phf_shared v0.11.2
7922024-02-26T19:05:19.498Z Downloaded platforms v3.0.2
7932024-02-26T19:05:19.498Z Downloaded bitflags v1.3.2
7942024-02-26T19:05:19.506Z Downloaded parse-display-derive v0.9.0
7952024-02-26T19:05:19.506Z Downloaded blowfish v0.9.1
7962024-02-26T19:05:19.507Z Downloaded bcrypt-pbkdf v0.10.0
7972024-02-26T19:05:19.507Z Downloaded parking_lot_core v0.9.8
7982024-02-26T19:05:19.514Z Downloaded ctr v0.9.2
7992024-02-26T19:05:19.514Z Downloaded openssl-sys v0.9.96
8002024-02-26T19:05:19.521Z Downloaded num_cpus v1.16.0
8012024-02-26T19:05:19.527Z Downloaded predicates v3.1.0
8022024-02-26T19:05:19.527Z Downloaded num-derive v0.4.0
8032024-02-26T19:05:19.527Z Downloaded newtype-uuid v1.0.1
8042024-02-26T19:05:19.532Z Downloaded password-hash v0.4.2
8052024-02-26T19:05:19.532Z Downloaded native-tls v0.2.11
8062024-02-26T19:05:19.546Z Downloaded subtle v2.5.0
8072024-02-26T19:05:19.546Z Downloaded num_enum v0.5.11
8082024-02-26T19:05:19.551Z Downloaded postgres-protocol v0.6.6
8092024-02-26T19:05:19.551Z Downloaded arrayvec v0.7.4
8102024-02-26T19:05:19.551Z Downloaded phf v0.11.2
8112024-02-26T19:05:19.557Z Downloaded num-rational v0.4.1
8122024-02-26T19:05:19.557Z Downloaded bitflags v2.4.0
8132024-02-26T19:05:19.585Z Downloaded anstream v0.6.11
8142024-02-26T19:05:19.585Z Downloaded hex-literal v0.4.1
8152024-02-26T19:05:19.585Z Downloaded unicase v2.7.0
8162024-02-26T19:05:19.586Z Downloaded base64ct v1.6.0
8172024-02-26T19:05:19.590Z Downloaded rustls-pemfile v1.0.3
8182024-02-26T19:05:19.590Z Downloaded take_mut v0.2.2
8192024-02-26T19:05:19.590Z Downloaded once_cell v1.19.0
8202024-02-26T19:05:19.590Z Downloaded diesel_derives v2.1.2
8212024-02-26T19:05:19.590Z Downloaded dirs-sys-next v0.1.2
8222024-02-26T19:05:19.590Z Downloaded crc32fast v1.3.2
8232024-02-26T19:05:19.590Z Downloaded r2d2 v0.8.10
8242024-02-26T19:05:19.590Z Downloaded pest_meta v2.7.6
8252024-02-26T19:05:19.590Z Downloaded version_check v0.9.4
8262024-02-26T19:05:19.590Z Downloaded pin-project-lite v0.2.13
8272024-02-26T19:05:19.593Z Downloaded russh-cryptovec v0.7.0
8282024-02-26T19:05:19.593Z Downloaded blake2 v0.10.6
8292024-02-26T19:05:19.600Z Downloaded crossbeam-channel v0.5.8
8302024-02-26T19:05:19.604Z Downloaded utf-8 v0.7.6
8312024-02-26T19:05:19.604Z Downloaded slab v0.4.9
8322024-02-26T19:05:19.607Z Downloaded hyper-rustls v0.24.2
8332024-02-26T19:05:19.607Z Downloaded untrusted v0.7.1
8342024-02-26T19:05:19.610Z Downloaded getrandom v0.1.16
8352024-02-26T19:05:19.613Z Downloaded getopts v0.2.21
8362024-02-26T19:05:19.613Z Downloaded foreign-types-macros v0.2.3
8372024-02-26T19:05:19.616Z Downloaded miniz_oxide v0.7.1
8382024-02-26T19:05:19.621Z Downloaded hostname v0.3.1
8392024-02-26T19:05:19.622Z Downloaded semver v0.11.0
8402024-02-26T19:05:19.625Z Downloaded embedded-io v0.4.0
8412024-02-26T19:05:19.625Z Downloaded crossbeam-utils v0.8.16
8422024-02-26T19:05:19.628Z Downloaded want v0.3.1
8432024-02-26T19:05:19.628Z Downloaded rfc6979 v0.4.0
8442024-02-26T19:05:19.631Z Downloaded zone v0.3.0
8452024-02-26T19:05:19.631Z Downloaded dyn-clone v1.0.16
8462024-02-26T19:05:19.634Z Downloaded foreign-types v0.3.2
8472024-02-26T19:05:19.634Z Downloaded headers-core v0.2.0
8482024-02-26T19:05:19.637Z Downloaded parking_lot v0.12.1
8492024-02-26T19:05:19.637Z Downloaded parking_lot v0.11.2
8502024-02-26T19:05:19.640Z Downloaded scroll_derive v0.12.0
8512024-02-26T19:05:19.640Z Downloaded omicron-zone-package v0.11.0
8522024-02-26T19:05:19.644Z Downloaded stable_deref_trait v1.2.0
8532024-02-26T19:05:19.648Z Downloaded slog-stdlog v4.1.1
8542024-02-26T19:05:19.648Z Downloaded derive-where v1.2.7
8552024-02-26T19:05:19.652Z Downloaded futures-channel v0.3.30
8562024-02-26T19:05:19.655Z Downloaded untrusted v0.9.0
8572024-02-26T19:05:19.655Z Downloaded zerocopy v0.6.4
8582024-02-26T19:05:19.658Z Downloaded vec_map v0.8.2
8592024-02-26T19:05:19.659Z Downloaded time-core v0.1.1
8602024-02-26T19:05:19.662Z Downloaded unicode-width v0.1.11
8612024-02-26T19:05:19.662Z Downloaded heck v0.3.3
8622024-02-26T19:05:19.665Z Downloaded term v0.7.0
8632024-02-26T19:05:19.675Z Downloaded swrite v0.1.0
8642024-02-26T19:05:19.675Z Downloaded utf8parse v0.2.1
8652024-02-26T19:05:19.680Z Downloaded usdt v0.5.0
8662024-02-26T19:05:19.680Z Downloaded usdt v0.3.5
8672024-02-26T19:05:19.680Z Downloaded slog-dtrace v0.3.0
8682024-02-26T19:05:19.680Z Downloaded der v0.7.8
8692024-02-26T19:05:19.680Z Downloaded foreign-types v0.5.0
8702024-02-26T19:05:19.684Z Downloaded hyper-staticfile v0.9.5
8712024-02-26T19:05:19.684Z Downloaded siphasher v0.3.11
8722024-02-26T19:05:19.684Z Downloaded futures-executor v0.3.30
8732024-02-26T19:05:19.687Z Downloaded scheduled-thread-pool v0.2.7
8742024-02-26T19:05:19.687Z Downloaded digest v0.10.7
8752024-02-26T19:05:19.691Z Downloaded rand_chacha v0.2.2
8762024-02-26T19:05:19.691Z Downloaded smf v0.2.2
8772024-02-26T19:05:19.695Z Downloaded rand_core v0.5.1
8782024-02-26T19:05:19.695Z Downloaded tokio-macros v2.2.0
8792024-02-26T19:05:19.698Z Downloaded kstat-rs v0.2.3
8802024-02-26T19:05:19.698Z Downloaded proc-macro-error-attr v1.0.4
8812024-02-26T19:05:19.698Z Downloaded glob v0.3.1
8822024-02-26T19:05:19.701Z Downloaded russh-keys v0.42.0
8832024-02-26T19:05:19.704Z Downloaded ucd-trie v0.1.6
8842024-02-26T19:05:19.704Z Downloaded backtrace v0.3.69
8852024-02-26T19:05:19.709Z Downloaded http-range v0.1.5
8862024-02-26T19:05:19.712Z Downloaded dirs-next v2.0.0
8872024-02-26T19:05:19.712Z Downloaded dirs v5.0.1
8882024-02-26T19:05:19.716Z Downloaded ff v0.13.0
8892024-02-26T19:05:19.716Z Downloaded zip v0.6.6
8902024-02-26T19:05:19.719Z Downloaded tungstenite v0.20.1
8912024-02-26T19:05:19.723Z Downloaded flagset v0.4.3
8922024-02-26T19:05:19.726Z Downloaded futures-sink v0.3.30
8932024-02-26T19:05:19.726Z Downloaded secrecy v0.8.0
8942024-02-26T19:05:19.729Z Downloaded futures v0.3.30
8952024-02-26T19:05:19.732Z Downloaded ident_case v1.0.1
8962024-02-26T19:05:19.736Z Downloaded similar v2.3.0
8972024-02-26T19:05:19.739Z Downloaded pretty-hex v0.2.1
8982024-02-26T19:05:19.742Z Downloaded thread_local v1.1.7
8992024-02-26T19:05:19.742Z Downloaded sec1 v0.7.3
9002024-02-26T19:05:19.745Z Downloaded futures-macro v0.3.30
9012024-02-26T19:05:19.746Z Downloaded semver v0.1.20
9022024-02-26T19:05:19.749Z Downloaded ipnetwork v0.20.0
9032024-02-26T19:05:19.749Z Downloaded ghash v0.5.0
9042024-02-26T19:05:19.752Z Downloaded fixedbitset v0.4.2
9052024-02-26T19:05:19.752Z Downloaded quote v1.0.35
9062024-02-26T19:05:19.755Z Downloaded tar v0.4.40
9072024-02-26T19:05:20.171Z Downloaded unicode-ident v1.0.12
9082024-02-26T19:05:20.183Z Downloaded group v0.13.0
9092024-02-26T19:05:20.183Z Downloaded rustc_version v0.4.0
9102024-02-26T19:05:20.183Z Downloaded zone_cfg_derive v0.3.0
9112024-02-26T19:05:20.184Z Downloaded memchr v2.6.3
9122024-02-26T19:05:20.184Z Downloaded elliptic-curve v0.13.8
9132024-02-26T19:05:20.184Z Downloaded tinyvec_macros v0.1.1
9142024-02-26T19:05:20.184Z Downloaded strum v0.26.1
9152024-02-26T19:05:20.184Z Downloaded serde_yaml v0.9.25
9162024-02-26T19:05:20.184Z Downloaded zerocopy-derive v0.7.32
9172024-02-26T19:05:20.184Z Downloaded tracing v0.1.37
9182024-02-26T19:05:20.184Z Downloaded inout v0.1.3
9192024-02-26T19:05:20.184Z Downloaded hubpack_derive v0.1.1
9202024-02-26T19:05:20.184Z Downloaded usdt-impl v0.3.5
9212024-02-26T19:05:20.184Z Downloaded walkdir v2.4.0
9222024-02-26T19:05:20.184Z Downloaded float-cmp v0.9.0
9232024-02-26T19:05:20.184Z Downloaded fnv v1.0.7
9242024-02-26T19:05:20.185Z Downloaded ed25519 v2.2.2
9252024-02-26T19:05:20.185Z Downloaded dof v0.3.0
9262024-02-26T19:05:20.185Z Downloaded slog-json v2.6.1
9272024-02-26T19:05:20.185Z Downloaded scroll v0.12.0
9282024-02-26T19:05:20.185Z Downloaded semver v1.0.22
9292024-02-26T19:05:20.185Z Downloaded proc-macro2 v1.0.78
9302024-02-26T19:05:20.185Z Downloaded dtrace-parser v0.1.14
9312024-02-26T19:05:20.185Z Downloaded tracing-core v0.1.31
9322024-02-26T19:05:20.185Z Downloaded opaque-debug v0.3.0
9332024-02-26T19:05:20.185Z Downloaded trust-dns-resolver v0.22.0
9342024-02-26T19:05:20.185Z Downloaded autocfg v1.1.0
9352024-02-26T19:05:20.185Z Downloaded httpdate v1.0.3
9362024-02-26T19:05:20.185Z Downloaded data-encoding v2.4.0
9372024-02-26T19:05:20.185Z Downloaded multer v3.0.0
9382024-02-26T19:05:20.185Z Downloaded heapless v0.7.16
9392024-02-26T19:05:20.185Z Downloaded zeroize v1.7.0
9402024-02-26T19:05:20.186Z Downloaded vsss-rs v3.3.4
9412024-02-26T19:05:20.186Z Downloaded rand v0.8.5
9422024-02-26T19:05:20.186Z Downloaded serde_spanned v0.6.5
9432024-02-26T19:05:20.186Z Downloaded httparse v1.8.0
9442024-02-26T19:05:20.186Z Downloaded either v1.10.0
9452024-02-26T19:05:20.186Z Downloaded serde_urlencoded v0.7.1
9462024-02-26T19:05:20.186Z Downloaded schemars_derive v0.8.16
9472024-02-26T19:05:20.186Z Downloaded tracing-attributes v0.1.26
9482024-02-26T19:05:20.186Z Downloaded futures-core v0.3.30
9492024-02-26T19:05:20.186Z Downloaded dirs-sys v0.4.1
9502024-02-26T19:05:20.186Z Downloaded primeorder v0.13.6
9512024-02-26T19:05:20.186Z Downloaded signal-hook-mio v0.2.3
9522024-02-26T19:05:20.186Z Downloaded home v0.5.5
9532024-02-26T19:05:20.186Z Downloaded sct v0.7.0
9542024-02-26T19:05:20.186Z Downloaded uuid v1.7.0
9552024-02-26T19:05:20.186Z Downloaded trust-dns-client v0.22.0
9562024-02-26T19:05:20.186Z Downloaded thiserror v1.0.57
9572024-02-26T19:05:20.186Z Downloaded signal-hook-registry v1.4.1
9582024-02-26T19:05:20.186Z Downloaded serde_path_to_error v0.1.15
9592024-02-26T19:05:20.187Z Downloaded serde_tokenstream v0.1.7
9602024-02-26T19:05:20.187Z Downloaded http-body v0.4.5
9612024-02-26T19:05:20.187Z Downloaded keccak v0.1.4
9622024-02-26T19:05:20.187Z Downloaded rustfmt-wrapper v0.2.0
9632024-02-26T19:05:20.187Z Downloaded slog-scope v4.4.0
9642024-02-26T19:05:20.187Z Downloaded tokio-util v0.7.10
9652024-02-26T19:05:20.187Z Downloaded tokio-rustls v0.25.0
9662024-02-26T19:05:20.187Z Downloaded sha2 v0.10.8
9672024-02-26T19:05:20.187Z Downloaded rayon-core v1.12.0
9682024-02-26T19:05:20.187Z Downloaded structopt v0.3.26
9692024-02-26T19:05:20.187Z Downloaded headers v0.3.9
9702024-02-26T19:05:20.187Z Downloaded ed25519-dalek v2.0.0
9712024-02-26T19:05:20.187Z Downloaded hubpack v0.1.2
9722024-02-26T19:05:20.187Z Downloaded russh v0.42.0
9732024-02-26T19:05:20.187Z Downloaded ryu v1.0.15
9742024-02-26T19:05:20.187Z Downloaded heapless v0.8.0
9752024-02-26T19:05:20.187Z Downloaded toml v0.7.8
9762024-02-26T19:05:20.187Z Downloaded nom v7.1.3
9772024-02-26T19:05:20.187Z Downloaded toml_edit v0.22.6
9782024-02-26T19:05:20.188Z Downloaded toml v0.5.11
9792024-02-26T19:05:20.188Z Downloaded aes-gcm v0.10.3
9802024-02-26T19:05:20.188Z Downloaded itertools v0.12.1
9812024-02-26T19:05:20.188Z Downloaded unsafe-libyaml v0.2.10
9822024-02-26T19:05:20.188Z Downloaded num-traits v0.2.16
9832024-02-26T19:05:20.188Z Downloaded serde v1.0.196
9842024-02-26T19:05:20.188Z Downloaded unicode-normalization v0.1.22
9852024-02-26T19:05:20.188Z Downloaded blake3 v1.5.0
9862024-02-26T19:05:20.188Z Downloaded http v0.2.11
9872024-02-26T19:05:20.188Z Downloaded flate2 v1.0.28
9882024-02-26T19:05:20.188Z Downloaded bstr v0.2.17
9892024-02-26T19:05:20.188Z Downloaded http v1.0.0
9902024-02-26T19:05:20.188Z Downloaded aho-corasick v1.0.4
9912024-02-26T19:05:20.188Z Downloaded steno v0.4.0
9922024-02-26T19:05:20.188Z Downloaded pest v2.7.6
9932024-02-26T19:05:20.188Z Downloaded petgraph v0.6.4
9942024-02-26T19:05:20.188Z Downloaded rand v0.7.3
9952024-02-26T19:05:20.188Z Downloaded hashbrown v0.12.3
9962024-02-26T19:05:20.189Z Downloaded time v0.3.27
9972024-02-26T19:05:20.189Z Downloaded winnow v0.5.15
9982024-02-26T19:05:20.189Z Downloaded regex-automata v0.1.10
9992024-02-26T19:05:20.189Z Downloaded gethostname v0.4.3
10002024-02-26T19:05:20.189Z Downloaded chrono v0.4.31
10012024-02-26T19:05:20.189Z Downloaded rustls-webpki v0.101.7
10022024-02-26T19:05:20.189Z Downloaded serde_with v3.6.1
10032024-02-26T19:05:20.189Z Downloaded zerocopy v0.7.32
10042024-02-26T19:05:20.189Z Downloaded hashbrown v0.14.3
10052024-02-26T19:05:20.189Z Downloaded winnow v0.6.1
10062024-02-26T19:05:20.189Z Downloaded futures-util v0.3.30
10072024-02-26T19:05:20.189Z Downloaded goblin v0.8.0
10082024-02-26T19:05:20.197Z Downloaded regress v0.8.0
10092024-02-26T19:05:20.197Z Downloaded object v0.32.1
10102024-02-26T19:05:20.197Z Downloaded hyper v0.14.27
10112024-02-26T19:05:20.197Z Downloaded vcpkg v0.2.15
10122024-02-26T19:05:20.217Z Downloaded regex v1.10.3
10132024-02-26T19:05:20.229Z Downloaded radix_trie v0.2.1
10142024-02-26T19:05:20.243Z Downloaded diesel v2.1.4
10152024-02-26T19:05:20.253Z Downloaded smoltcp v0.9.1
10162024-02-26T19:05:20.264Z Downloaded rustls v0.22.2
10172024-02-26T19:05:20.278Z Downloaded regex-syntax v0.8.2
10182024-02-26T19:05:20.296Z Downloaded openapiv3 v2.0.0
10192024-02-26T19:05:20.322Z Downloaded trust-dns-proto v0.22.0
10202024-02-26T19:05:20.369Z Downloaded zerocopy-derive v0.6.4
10212024-02-26T19:05:20.369Z Downloaded zerocopy-derive v0.2.0
10222024-02-26T19:05:20.369Z Downloaded rustix v0.38.31
10232024-02-26T19:05:20.387Z Downloaded bstr v1.6.0
10242024-02-26T19:05:20.387Z Downloaded rustls v0.21.9
10252024-02-26T19:05:20.397Z Downloaded tokio v1.36.0
10262024-02-26T19:05:20.419Z Downloaded sha3 v0.10.8
10272024-02-26T19:05:20.447Z Downloaded sled v0.34.7
10282024-02-26T19:05:20.457Z Downloaded smoltcp v0.11.0
10292024-02-26T19:05:20.457Z Downloaded encoding_rs v0.8.33
10302024-02-26T19:05:20.477Z Downloaded bzip2-sys v0.1.11+1.0.8
10312024-02-26T19:05:20.493Z Downloaded idna v0.5.0
10322024-02-26T19:05:20.493Z Downloaded syn v2.0.48
10332024-02-26T19:05:20.505Z Downloaded libc v0.2.153
10342024-02-26T19:05:20.529Z Downloaded regex-automata v0.4.4
10352024-02-26T19:05:20.554Z Downloaded regex-automata v0.3.8
10362024-02-26T19:05:20.571Z Downloaded syn v1.0.109
10372024-02-26T19:05:20.571Z Downloaded curve25519-dalek v4.1.1
10382024-02-26T19:05:20.578Z Downloaded idna v0.2.3
10392024-02-26T19:05:20.586Z Downloaded webpki-roots v0.25.2
10402024-02-26T19:05:20.590Z Downloaded gimli v0.28.0
10412024-02-26T19:05:20.598Z Downloaded h2 v0.3.24
10422024-02-26T19:05:20.605Z Downloaded socket2 v0.5.5
10432024-02-26T19:05:20.605Z Downloaded getrandom v0.2.10
10442024-02-26T19:05:20.637Z Downloaded winapi v0.3.9
10452024-02-26T19:05:20.651Z Downloaded rustls-webpki v0.102.1
10462024-02-26T19:05:20.665Z Downloaded reqwest v0.11.22
10472024-02-26T19:05:20.676Z Downloaded hkdf v0.12.4
10482024-02-26T19:05:20.702Z Downloaded structmeta v0.3.0
10492024-02-26T19:05:20.702Z Downloaded strsim v0.11.0
10502024-02-26T19:05:20.702Z Downloaded stringprep v0.1.3
10512024-02-26T19:05:20.702Z Downloaded string_cache v0.8.7
10522024-02-26T19:05:20.702Z Downloaded spin v0.5.2
10532024-02-26T19:05:20.702Z Downloaded semver-parser v0.10.2
10542024-02-26T19:05:20.702Z Downloaded rustls-pki-types v1.3.0
10552024-02-26T19:05:20.702Z Downloaded spki v0.7.2
10562024-02-26T19:05:20.702Z Downloaded spin v0.9.8
10572024-02-26T19:05:20.702Z Downloaded generic-array v0.14.7
10582024-02-26T19:05:20.702Z Downloaded openssl v0.10.60
10592024-02-26T19:05:20.702Z Downloaded rayon v1.8.0
10602024-02-26T19:05:20.712Z Downloaded itertools v0.10.5
10612024-02-26T19:05:20.723Z Downloaded serde_json v1.0.114
10622024-02-26T19:05:20.723Z Downloaded clap_builder v4.5.0
10632024-02-26T19:05:20.735Z Downloaded unicode-segmentation v1.10.1
10642024-02-26T19:05:20.735Z Downloaded minimal-lexical v0.2.1
10652024-02-26T19:05:20.744Z Downloaded toml_edit v0.19.15
10662024-02-26T19:05:20.753Z Downloaded aes v0.8.3
10672024-02-26T19:05:20.762Z Downloaded crossterm v0.27.0
10682024-02-26T19:05:20.767Z Downloaded p521 v0.13.3
10692024-02-26T19:05:20.767Z Downloaded smallvec v1.13.1
10702024-02-26T19:05:20.767Z Downloaded tokio-rustls v0.24.1
10712024-02-26T19:05:20.767Z Downloaded indexmap v2.2.3
10722024-02-26T19:05:20.772Z Downloaded schemars v0.8.16
10732024-02-26T19:05:20.792Z Downloaded zeroize_derive v1.4.2
10742024-02-26T19:05:20.796Z Downloaded rustversion v1.0.14
10752024-02-26T19:05:20.796Z Downloaded unicode-xid v0.2.4
10762024-02-26T19:05:20.796Z Downloaded proc-macro-crate v1.3.1
10772024-02-26T19:05:20.796Z Downloaded filetime v0.2.23
10782024-02-26T19:05:20.796Z Downloaded futures-task v0.3.30
10792024-02-26T19:05:20.796Z Downloaded thread-id v4.2.0
10802024-02-26T19:05:20.796Z Downloaded difflib v0.4.0
10812024-02-26T19:05:20.797Z Downloaded thiserror-no-std v2.0.2
10822024-02-26T19:05:20.797Z Downloaded textwrap v0.11.0
10832024-02-26T19:05:20.797Z Downloaded defmt-macros v0.3.6
10842024-02-26T19:05:20.803Z Downloaded hmac v0.12.1
10852024-02-26T19:05:20.803Z Downloaded topological-sort v0.2.2
10862024-02-26T19:05:20.803Z Downloaded subprocess v0.2.9
10872024-02-26T19:05:20.818Z Downloaded url v2.5.0
10882024-02-26T19:05:20.818Z Downloaded socket2 v0.4.9
10892024-02-26T19:05:20.818Z Downloaded serde_derive v1.0.196
10902024-02-26T19:05:20.818Z Downloaded is-terminal v0.4.9
10912024-02-26T19:05:20.827Z Downloaded signature v2.1.0
10922024-02-26T19:05:20.827Z Downloaded rustc_version v0.1.7
10932024-02-26T19:05:20.827Z Downloaded structmeta-derive v0.3.0
10942024-02-26T19:05:20.827Z Downloaded tinyvec v1.6.0
10952024-02-26T19:05:20.827Z Downloaded scopeguard v1.2.0
10962024-02-26T19:05:20.827Z Downloaded universal-hash v0.5.1
10972024-02-26T19:05:20.827Z Downloaded tokio-postgres v0.7.10
10982024-02-26T19:05:20.837Z Downloaded ecdsa v0.16.9
10992024-02-26T19:05:20.837Z Downloaded clap v2.34.0
11002024-02-26T19:05:20.841Z Downloaded strum_macros v0.26.1
11012024-02-26T19:05:20.842Z Downloaded tokio-stream v0.1.14
11022024-02-26T19:05:20.842Z Downloaded serde_with_macros v3.6.1
11032024-02-26T19:05:20.842Z Downloaded signal-hook v0.3.17
11042024-02-26T19:05:20.855Z Downloaded num-bigint v0.4.4
11052024-02-26T19:05:20.856Z Downloaded trust-dns-server v0.22.1
11062024-02-26T19:05:20.856Z Downloaded hyper-tls v0.5.0
11072024-02-26T19:05:20.861Z Downloaded num v0.4.1
11082024-02-26T19:05:20.861Z Downloaded heck v0.4.1
11092024-02-26T19:05:20.861Z Downloaded base64 v0.21.7
11102024-02-26T19:05:20.861Z Downloaded mio v0.8.9
11112024-02-26T19:05:20.875Z Downloaded half v2.3.1
11122024-02-26T19:05:20.875Z Downloaded unicode-bidi v0.3.13
11132024-02-26T19:05:20.876Z Downloaded tokio-tungstenite v0.20.1
11142024-02-26T19:05:20.888Z Downloaded pem v3.0.2
11152024-02-26T19:05:20.888Z Downloaded toolchain_find v0.2.0
11162024-02-26T19:05:20.888Z Downloaded same-file v1.0.6
11172024-02-26T19:05:20.888Z Downloaded usdt-attr-macro v0.5.0
11182024-02-26T19:05:20.889Z Downloaded waitgroup v0.1.2
11192024-02-26T19:05:20.889Z Downloaded slog-envlogger v2.2.0
11202024-02-26T19:05:20.889Z Downloaded indexmap v1.9.3
11212024-02-26T19:05:20.889Z Downloaded strum_macros v0.25.2
11222024-02-26T19:05:20.889Z Downloaded ipnet v2.9.0
11232024-02-26T19:05:20.889Z Downloaded slog-term v2.9.0
11242024-02-26T19:05:20.900Z Downloaded slog v2.7.0
11252024-02-26T19:05:20.900Z Downloaded crypto-bigint v0.5.2
11262024-02-26T19:05:20.906Z Downloaded rcgen v0.12.1
11272024-02-26T19:05:20.906Z Downloaded typenum v1.16.0
11282024-02-26T19:05:20.906Z Downloaded fxhash v0.2.1
11292024-02-26T19:05:20.906Z Downloaded itoa v1.0.9
11302024-02-26T19:05:20.906Z Downloaded slog-bunyan v2.5.0
11312024-02-26T19:05:20.917Z Downloaded slog-async v2.8.0
11322024-02-26T19:05:20.917Z Downloaded arc-swap v1.6.0
11332024-02-26T19:05:20.917Z Downloaded toml v0.8.10
11342024-02-26T19:05:20.943Z Downloaded fastrand v2.0.1
11352024-02-26T19:05:20.943Z Downloaded fallible-iterator v0.2.0
11362024-02-26T19:05:20.943Z Downloaded serde_tokenstream v0.2.0
11372024-02-26T19:05:20.944Z Downloaded quick-error v1.2.3
11382024-02-26T19:05:20.944Z Downloaded rand_core v0.6.4
11392024-02-26T19:05:20.944Z Downloaded xattr v1.0.1
11402024-02-26T19:05:20.944Z Downloaded futures-io v0.3.30
11412024-02-26T19:05:20.944Z Downloaded serde_repr v0.1.16
11422024-02-26T19:05:20.945Z Downloaded allocator-api2 v0.2.16
11432024-02-26T19:05:21.380Z Downloaded dtrace-parser v0.2.0
11442024-02-26T19:05:21.380Z Downloaded endian-type v0.1.2
11452024-02-26T19:05:21.381Z Downloaded rustc-demangle v0.1.23
11462024-02-26T19:05:21.381Z Downloaded tempfile v3.10.0
11472024-02-26T19:05:21.381Z Downloaded serde_derive_internals v0.26.0
11482024-02-26T19:05:21.381Z Downloaded yasna v0.5.2
11492024-02-26T19:05:21.381Z Downloaded bytes v1.5.0
11502024-02-26T19:05:21.381Z Downloaded addr2line v0.21.0
11512024-02-26T19:05:21.381Z Downloaded iana-time-zone v0.1.57
11522024-02-26T19:05:21.381Z Downloaded resolv-conf v0.7.0
11532024-02-26T19:05:21.381Z Downloaded darling_core v0.20.3
11542024-02-26T19:05:21.381Z Downloaded usdt-impl v0.5.0
11552024-02-26T19:05:21.381Z Downloaded proc-macro-error v1.0.4
11562024-02-26T19:05:21.381Z Downloaded hex v0.4.3
11572024-02-26T19:05:21.382Z Downloaded zerocopy v0.3.0
11582024-02-26T19:05:21.382Z Downloaded rustls-pemfile v2.1.0
11592024-02-26T19:05:21.382Z Downloaded async-trait v0.1.77
11602024-02-26T19:05:21.382Z Downloaded rand_chacha v0.3.1
11612024-02-26T19:05:21.382Z Downloaded hash32 v0.3.1
11622024-02-26T19:05:21.382Z Downloaded hash32 v0.2.1
11632024-02-26T19:05:21.382Z Downloaded chacha20poly1305 v0.10.1
11642024-02-26T19:05:21.382Z Downloaded usdt-attr-macro v0.3.5
11652024-02-26T19:05:21.382Z Downloaded anyhow v1.0.75
11662024-02-26T19:05:21.382Z Downloaded parking_lot_core v0.8.6
11672024-02-26T19:05:21.382Z Downloaded crossbeam-epoch v0.9.15
11682024-02-26T19:05:21.382Z Downloaded pest_derive v2.7.6
11692024-02-26T19:05:21.382Z Downloaded ring v0.17.8
11702024-02-26T19:05:21.382Z Downloaded time-macros v0.2.13
11712024-02-26T19:05:21.383Z Downloaded derive_more v0.99.17
11722024-02-26T19:05:21.383Z Downloaded enum-as-inner v0.5.1
11732024-02-26T19:05:21.383Z Downloaded clap_derive v4.5.0
11742024-02-26T19:05:21.383Z Downloaded sha1 v0.10.6
11752024-02-26T19:05:21.383Z Downloaded atty v0.2.14
11762024-02-26T19:05:21.383Z Downloaded form_urlencoded v1.2.1
11772024-02-26T19:05:21.383Z Downloaded thiserror-impl v1.0.57
11782024-02-26T19:05:21.383Z Downloaded structopt-derive v0.4.18
11792024-02-26T19:05:21.383Z Downloaded strsim v0.10.0
11802024-02-26T19:05:21.383Z Downloaded strsim v0.8.0
11812024-02-26T19:05:21.383Z Downloaded static_assertions v1.1.0
11822024-02-26T19:05:21.383Z Downloaded num-complex v0.4.4
11832024-02-26T19:05:21.383Z Downloaded errno v0.3.8
11842024-02-26T19:05:21.384Z Downloaded dof v0.1.5
11852024-02-26T19:05:21.384Z Downloaded ahash v0.8.7
11862024-02-26T19:05:21.384Z Downloaded foreign-types-shared v0.3.1
11872024-02-26T19:05:21.384Z Downloaded equivalent v1.0.1
11882024-02-26T19:05:21.384Z Downloaded pem-rfc7468 v0.7.0
11892024-02-26T19:05:21.384Z Downloaded const-oid v0.9.5
11902024-02-26T19:05:21.384Z Downloaded bzip2 v0.4.4
11912024-02-26T19:05:21.385Z Downloaded argon2 v0.5.3
11922024-02-26T19:05:21.385Z Downloaded foreign-types-shared v0.1.1
11932024-02-26T19:05:21.385Z Downloaded try-lock v0.2.4
11942024-02-26T19:05:21.385Z Downloaded p256 v0.13.2
11952024-02-26T19:05:21.385Z Downloaded ring v0.16.20
11962024-02-26T19:05:21.385Z Downloaded whoami v1.4.1
11972024-02-26T19:05:21.385Z Downloaded usdt-macro v0.5.0
11982024-02-26T19:05:21.385Z Downloaded toml_datetime v0.6.5
11992024-02-26T19:05:21.385Z Downloaded tokio-native-tls v0.3.1
12002024-02-26T19:05:21.385Z Downloaded anstyle v1.0.2
12012024-02-26T19:05:21.385Z Downloaded backoff v0.4.0
12022024-02-26T19:05:21.385Z Downloaded ansi_term v0.12.1
12032024-02-26T19:05:21.385Z Downloaded display-error-chain v0.2.0
12042024-02-26T19:05:21.385Z Downloaded paste v1.0.14
12052024-02-26T19:05:21.386Z Downloaded darling v0.20.3
12062024-02-26T19:05:21.386Z Downloaded thiserror-impl-no-std v2.0.2
12072024-02-26T19:05:21.386Z Downloaded terminal_size v0.3.0
12082024-02-26T19:05:21.386Z Downloaded synstructure v0.12.6
12092024-02-26T19:05:21.386Z Downloaded pbkdf2 v0.11.0
12102024-02-26T19:05:21.386Z Downloaded mime_guess v2.0.4
12112024-02-26T19:05:21.386Z Downloaded instant v0.1.12
12122024-02-26T19:05:21.386Z Downloaded usdt-macro v0.3.5
12132024-02-26T19:05:21.386Z Downloaded lru-cache v0.1.2
12142024-02-26T19:05:21.386Z Downloaded pkcs8 v0.10.2
12152024-02-26T19:05:21.386Z Downloaded lalrpop-util v0.19.12
12162024-02-26T19:05:21.386Z Downloaded clap v4.5.0
12172024-02-26T19:05:21.387Z Downloaded pest_generator v2.7.6
12182024-02-26T19:05:21.387Z Downloaded password-hash v0.5.0
12192024-02-26T19:05:21.387Z Downloaded atomic-waker v1.1.1
12202024-02-26T19:05:21.387Z Downloaded postgres-types v0.2.6
12212024-02-26T19:05:21.387Z Downloaded cpufeatures v0.2.12
12222024-02-26T19:05:21.387Z Downloaded console v0.15.8
12232024-02-26T19:05:21.387Z Downloaded ciborium-ll v0.2.2
12242024-02-26T19:05:21.387Z Downloaded bit-vec v0.6.3
12252024-02-26T19:05:21.387Z Downloaded libsw v3.3.1
12262024-02-26T19:05:21.387Z Downloaded block-padding v0.3.3
12272024-02-26T19:05:21.387Z Downloaded tower-service v0.3.2
12282024-02-26T19:05:21.387Z Downloaded base16ct v0.2.0
12292024-02-26T19:05:21.387Z Downloaded constant_time_eq v0.3.0
12302024-02-26T19:05:21.387Z Downloaded async-stream v0.3.5
12312024-02-26T19:05:21.387Z Downloaded arrayref v0.3.7
12322024-02-26T19:05:21.388Z Downloaded anstyle-query v1.0.0
12332024-02-26T19:05:21.388Z Downloaded convert_case v0.4.0
12342024-02-26T19:05:21.388Z Downloaded strum v0.25.0
12352024-02-26T19:05:21.388Z Downloaded clap_lex v0.7.0
12362024-02-26T19:05:21.388Z Downloaded pbkdf2 v0.12.2
12372024-02-26T19:05:21.389Z Downloaded debug-ignore v1.0.5
12382024-02-26T19:05:21.389Z Downloaded anstyle-parse v0.2.1
12392024-02-26T19:05:21.389Z Downloaded num-iter v0.1.43
12402024-02-26T19:05:21.389Z Downloaded crossbeam-deque v0.8.3
12412024-02-26T19:05:21.389Z Downloaded cipher v0.4.4
12422024-02-26T19:05:21.389Z Downloaded libm v0.2.7
12432024-02-26T19:05:21.414Z Downloaded new_debug_unreachable v1.0.4
12442024-02-26T19:05:21.414Z Downloaded crucible-workspace-hack v0.1.0
12452024-02-26T19:05:21.414Z Downloaded pin-utils v0.1.0
12462024-02-26T19:05:21.414Z Downloaded percent-encoding v2.3.1
12472024-02-26T19:05:21.414Z Downloaded colored v2.0.4
12482024-02-26T19:05:21.414Z Downloaded ppv-lite86 v0.2.17
12492024-02-26T19:05:21.415Z Downloaded mime v0.3.17
12502024-02-26T19:05:21.415Z Downloaded cobs v0.2.3
12512024-02-26T19:05:21.415Z Downloaded der_derive v0.7.2
12522024-02-26T19:05:21.415Z Downloaded predicates-core v1.0.6
12532024-02-26T19:05:21.415Z Downloaded precomputed-hash v0.1.1
12542024-02-26T19:05:21.415Z Downloaded atomicwrites v0.4.3
12552024-02-26T19:05:21.415Z Downloaded bit-set v0.5.3
12562024-02-26T19:05:21.415Z Downloaded async-stream-impl v0.3.5
12572024-02-26T19:05:21.415Z Downloaded pretty-hex v0.4.1
12582024-02-26T19:05:21.415Z Downloaded polyval v0.6.1
12592024-02-26T19:05:21.415Z Downloaded cstr-argument v0.1.2
12602024-02-26T19:05:21.415Z Downloaded md-5 v0.10.5
12612024-02-26T19:05:21.415Z Downloaded colorchoice v1.0.0
12622024-02-26T19:05:21.415Z Downloaded md5 v0.7.0
12632024-02-26T19:05:21.415Z Downloaded ciborium-io v0.2.2
12642024-02-26T19:05:21.416Z Downloaded camino-tempfile v1.1.1
12652024-02-26T19:05:21.416Z Downloaded linear-map v1.2.0
12662024-02-26T19:05:21.416Z Downloaded cfg-if v1.0.0
12672024-02-26T19:05:21.416Z Downloaded block-buffer v0.10.4
12682024-02-26T19:05:21.416Z Downloaded camino v1.1.6
12692024-02-26T19:05:21.416Z Downloaded byteorder v1.5.0
12702024-02-26T19:05:21.661Z Compiling proc-macro2 v1.0.78
12712024-02-26T19:05:21.661Z Compiling unicode-ident v1.0.12
12722024-02-26T19:05:21.666Z Compiling libc v0.2.153
12732024-02-26T19:05:21.666Z Compiling serde v1.0.196
12742024-02-26T19:05:21.666Z Compiling version_check v0.9.4
12752024-02-26T19:05:21.666Z Compiling autocfg v1.1.0
12762024-02-26T19:05:21.705Z Compiling cfg-if v1.0.0
12772024-02-26T19:05:21.837Z Compiling syn v1.0.109
12782024-02-26T19:05:21.860Z Compiling once_cell v1.19.0
12792024-02-26T19:05:21.904Z Compiling thiserror v1.0.57
12802024-02-26T19:05:22.273Z Compiling typenum v1.16.0
12812024-02-26T19:05:22.477Z Compiling memchr v2.6.3
12822024-02-26T19:05:22.490Z Compiling lock_api v0.4.10
12832024-02-26T19:05:26.557Z Compiling generic-array v0.14.7
12842024-02-26T19:05:26.669Z Compiling parking_lot_core v0.9.8
12852024-02-26T19:05:26.669Z Compiling byteorder v1.5.0
12862024-02-26T19:05:26.669Z Compiling libm v0.2.7
12872024-02-26T19:05:26.669Z Compiling ahash v0.8.7
12882024-02-26T19:05:26.669Z Compiling num-traits v0.2.16
12892024-02-26T19:05:26.669Z Compiling serde_json v1.0.114
12902024-02-26T19:05:26.669Z Compiling itoa v1.0.9
12912024-02-26T19:05:26.669Z Compiling slab v0.4.9
12922024-02-26T19:05:26.669Z Compiling log v0.4.20
12932024-02-26T19:05:26.669Z Compiling quote v1.0.35
12942024-02-26T19:05:26.669Z Compiling scopeguard v1.2.0
12952024-02-26T19:05:26.669Z Compiling allocator-api2 v0.2.16
12962024-02-26T19:05:26.669Z Compiling syn v2.0.48
12972024-02-26T19:05:26.669Z Compiling getrandom v0.2.10
12982024-02-26T19:05:26.669Z Compiling cc v1.0.83
12992024-02-26T19:05:26.669Z Compiling rand_core v0.6.4
13002024-02-26T19:05:26.669Z Compiling ryu v1.0.15
13012024-02-26T19:05:26.669Z Compiling pkg-config v0.3.27
13022024-02-26T19:05:26.669Z Compiling heck v0.4.1
13032024-02-26T19:05:26.669Z Compiling schemars v0.8.16
13042024-02-26T19:05:26.710Z Compiling subtle v2.5.0
13052024-02-26T19:05:26.743Z Compiling equivalent v1.0.1
13062024-02-26T19:05:26.816Z Compiling smallvec v1.13.1
13072024-02-26T19:05:27.369Z Compiling vcpkg v0.2.15
13082024-02-26T19:05:27.620Z Compiling pin-project-lite v0.2.13
13092024-02-26T19:05:28.034Z Compiling httparse v1.8.0
13102024-02-26T19:05:28.294Z Compiling parking_lot v0.12.1
13112024-02-26T19:05:28.444Z Compiling ring v0.17.8
13122024-02-26T19:05:28.488Z Compiling ucd-trie v0.1.6
13132024-02-26T19:05:29.355Z Compiling ring v0.16.20
13142024-02-26T19:05:29.714Z Compiling signal-hook-registry v1.4.1
13152024-02-26T19:05:29.753Z Compiling openssl-sys v0.9.96
13162024-02-26T19:05:29.970Z Compiling fnv v1.0.7
13172024-02-26T19:05:30.069Z Compiling mio v0.8.9
13182024-02-26T19:05:30.232Z Compiling iana-time-zone v0.1.57
13192024-02-26T19:05:30.519Z Compiling const-oid v0.9.5
13202024-02-26T19:05:30.568Z Compiling openssl v0.10.60
13212024-02-26T19:05:30.671Z Compiling rustix v0.38.31
13222024-02-26T19:05:30.746Z Compiling semver v1.0.22
13232024-02-26T19:05:31.289Z Compiling socket2 v0.5.5
13242024-02-26T19:05:31.445Z Compiling num_cpus v1.16.0
13252024-02-26T19:05:31.592Z Compiling native-tls v0.2.11
13262024-02-26T19:05:31.739Z Compiling rustls v0.21.9
13272024-02-26T19:05:32.096Z Compiling dyn-clone v1.0.16
13282024-02-26T19:05:32.131Z Compiling futures-core v0.3.30
13292024-02-26T19:05:32.319Z Compiling aho-corasick v1.0.4
13302024-02-26T19:05:32.385Z Compiling crossbeam-utils v0.8.16
13312024-02-26T19:05:32.390Z Compiling regex-syntax v0.8.2
13322024-02-26T19:05:32.904Z Compiling serde_derive_internals v0.26.0
13332024-02-26T19:05:32.919Z Compiling slog v2.7.0
13342024-02-26T19:05:33.253Z Compiling spin v0.5.2
13352024-02-26T19:05:33.464Z Compiling async-trait v0.1.77
13362024-02-26T19:05:33.855Z Compiling futures-sink v0.3.30
13372024-02-26T19:05:34.094Z Compiling backtrace v0.3.69
13382024-02-26T19:05:34.536Z Compiling tinyvec_macros v0.1.1
13392024-02-26T19:05:34.629Z Compiling tinyvec v1.6.0
13402024-02-26T19:05:34.875Z Compiling futures-channel v0.3.30
13412024-02-26T19:05:35.816Z Compiling futures-io v0.3.30
13422024-02-26T19:05:36.115Z Compiling regex-automata v0.4.4
13432024-02-26T19:05:36.133Z Compiling pin-utils v0.1.0
13442024-02-26T19:05:36.151Z Compiling cpufeatures v0.2.12
13452024-02-26T19:05:36.170Z Compiling futures-task v0.3.30
13462024-02-26T19:05:36.320Z Compiling unicode-normalization v0.1.22
13472024-02-26T19:05:36.477Z Compiling spin v0.9.8
13482024-02-26T19:05:36.759Z Compiling memoffset v0.9.0
13492024-02-26T19:05:36.849Z Compiling tracing-core v0.1.31
13502024-02-26T19:05:37.033Z Compiling unicode-width v0.1.11
13512024-02-26T19:05:37.098Z Compiling unicode-bidi v0.3.13
13522024-02-26T19:05:37.198Z Compiling anyhow v1.0.75
13532024-02-26T19:05:38.561Z Compiling crc32fast v1.3.2
13542024-02-26T19:05:38.869Z Compiling winnow v0.5.15
13552024-02-26T19:05:39.073Z Compiling crossbeam-epoch v0.9.15
13562024-02-26T19:05:39.461Z Compiling time-core v0.1.1
13572024-02-26T19:05:39.631Z Compiling time-macros v0.2.13
13582024-02-26T19:05:39.843Z Compiling serde_derive v1.0.196
13592024-02-26T19:05:40.160Z Compiling zeroize_derive v1.4.2
13602024-02-26T19:05:41.427Z Compiling zerocopy-derive v0.7.32
13612024-02-26T19:05:41.745Z Compiling thiserror-impl v1.0.57
13622024-02-26T19:05:41.821Z Compiling tokio-macros v2.2.0
13632024-02-26T19:05:42.659Z Compiling zeroize v1.7.0
13642024-02-26T19:05:43.040Z Compiling futures-macro v0.3.30
13652024-02-26T19:05:43.791Z Compiling zerocopy v0.7.32
13662024-02-26T19:05:44.662Z Compiling tracing-attributes v0.1.26
13672024-02-26T19:05:44.915Z Compiling crypto-common v0.1.6
13682024-02-26T19:05:45.105Z Compiling schemars_derive v0.8.16
13692024-02-26T19:05:45.124Z Compiling pest v2.7.6
13702024-02-26T19:05:45.268Z Compiling openssl-macros v0.1.1
13712024-02-26T19:05:45.955Z Compiling block-buffer v0.10.4
13722024-02-26T19:05:46.085Z Compiling hashbrown v0.14.3
13732024-02-26T19:05:46.109Z Compiling regex v1.10.3
13742024-02-26T19:05:46.244Z Compiling digest v0.10.7
13752024-02-26T19:05:47.225Z Compiling futures-util v0.3.30
13762024-02-26T19:05:47.555Z Compiling pest_meta v2.7.6
13772024-02-26T19:05:48.743Z Compiling tracing v0.1.37
13782024-02-26T19:05:49.230Z Compiling pest_generator v2.7.6
13792024-02-26T19:05:49.271Z Compiling der_derive v0.7.2
13802024-02-26T19:05:51.440Z Compiling percent-encoding v2.3.1
13812024-02-26T19:05:51.796Z Compiling untrusted v0.7.1
13822024-02-26T19:05:52.116Z Compiling untrusted v0.9.0
13832024-02-26T19:05:52.292Z Compiling foreign-types-shared v0.1.1
13842024-02-26T19:05:52.366Z Compiling foreign-types v0.3.2
13852024-02-26T19:05:52.995Z Compiling pest_derive v2.7.6
13862024-02-26T19:05:53.993Z Compiling errno v0.3.8
13872024-02-26T19:05:54.427Z Compiling bytes v1.5.0
13882024-02-26T19:05:54.550Z Compiling indexmap v2.2.3
13892024-02-26T19:05:54.555Z Compiling chrono v0.4.31
13902024-02-26T19:05:55.238Z Compiling uuid v1.7.0
13912024-02-26T19:05:56.042Z Compiling tokio v1.36.0
13922024-02-26T19:05:56.432Z Compiling http v0.2.11
13932024-02-26T19:05:56.866Z Compiling bitflags v2.4.0
13942024-02-26T19:05:57.270Z Compiling toml_datetime v0.6.5
13952024-02-26T19:05:57.446Z Compiling serde_spanned v0.6.5
13962024-02-26T19:05:57.747Z Compiling toml_edit v0.19.15
13972024-02-26T19:05:58.138Z Compiling rustc_version v0.4.0
13982024-02-26T19:05:58.577Z Compiling openapiv3 v2.0.0
13992024-02-26T19:06:00.557Z Compiling serde_tokenstream v0.2.0
14002024-02-26T19:06:00.594Z Compiling ppv-lite86 v0.2.17
14012024-02-26T19:06:01.137Z Compiling unicode-xid v0.2.4
14022024-02-26T19:06:01.307Z Compiling base64 v0.21.7
14032024-02-26T19:06:01.371Z Compiling try-lock v0.2.4
14042024-02-26T19:06:01.433Z Compiling synstructure v0.12.6
14052024-02-26T19:06:01.525Z Compiling want v0.3.1
14062024-02-26T19:06:01.821Z Compiling http-body v0.4.5
14072024-02-26T19:06:03.032Z Compiling sct v0.7.0
14082024-02-26T19:06:03.305Z Compiling rustls-webpki v0.101.7
14092024-02-26T19:06:04.460Z Compiling form_urlencoded v1.2.1
14102024-02-26T19:06:04.542Z Compiling scroll_derive v0.12.0
14112024-02-26T19:06:05.278Z Compiling tokio-util v0.7.10
14122024-02-26T19:06:05.378Z Compiling socket2 v0.4.9
14132024-02-26T19:06:05.392Z Compiling httpdate v1.0.3
14142024-02-26T19:06:05.875Z Compiling tower-service v0.3.2
14152024-02-26T19:06:06.154Z Compiling openssl-probe v0.1.5
14162024-02-26T19:06:06.478Z Compiling h2 v0.3.24
14172024-02-26T19:06:07.524Z Compiling zerocopy-derive v0.2.0
14182024-02-26T19:06:08.995Z Compiling idna v0.5.0
14192024-02-26T19:06:09.665Z Compiling lazy_static v1.4.0
14202024-02-26T19:06:10.804Z Compiling thread-id v4.2.0
14212024-02-26T19:06:10.804Z Compiling adler v1.0.2
14222024-02-26T19:06:10.823Z Compiling miniz_oxide v0.7.1
14232024-02-26T19:06:10.855Z Compiling tokio-rustls v0.24.1
14242024-02-26T19:06:11.293Z Compiling url v2.5.0
14252024-02-26T19:06:12.147Z Compiling tokio-native-tls v0.3.1
14262024-02-26T19:06:12.465Z Compiling rand_chacha v0.3.1
14272024-02-26T19:06:12.673Z Compiling ipnet v2.9.0
14282024-02-26T19:06:12.956Z Compiling rustversion v1.0.14
14292024-02-26T19:06:13.313Z Compiling rand v0.8.5
14302024-02-26T19:06:13.696Z Compiling hyper v0.14.27
14312024-02-26T19:06:13.732Z Compiling serde_urlencoded v0.7.1
14322024-02-26T19:06:13.891Z Compiling rustls-pemfile v1.0.3
14332024-02-26T19:06:14.469Z Compiling usdt-impl v0.3.5
14342024-02-26T19:06:14.506Z Compiling encoding_rs v0.8.33
14352024-02-26T19:06:14.530Z Compiling gimli v0.28.0
14362024-02-26T19:06:14.952Z Compiling mime v0.3.17
14372024-02-26T19:06:15.250Z Compiling either v1.10.0
14382024-02-26T19:06:15.556Z Compiling webpki-roots v0.25.2
14392024-02-26T19:06:16.383Z Compiling regress v0.8.0
14402024-02-26T19:06:16.633Z Compiling object v0.32.1
14412024-02-26T19:06:17.392Z Compiling num-bigint v0.4.4
14422024-02-26T19:06:17.411Z Compiling usdt-impl v0.5.0
14432024-02-26T19:06:17.782Z Compiling rustc-demangle v0.1.23
14442024-02-26T19:06:18.790Z Compiling flate2 v1.0.28
14452024-02-26T19:06:19.258Z Compiling addr2line v0.21.0
14462024-02-26T19:06:19.511Z Compiling zerocopy v0.3.0
14472024-02-26T19:06:19.776Z Compiling scroll v0.12.0
14482024-02-26T19:06:19.796Z Compiling heapless v0.7.16
14492024-02-26T19:06:19.909Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14502024-02-26T19:06:20.247Z Compiling futures-executor v0.3.30
14512024-02-26T19:06:20.442Z Compiling bzip2-sys v0.1.11+1.0.8
14522024-02-26T19:06:20.461Z Compiling plain v0.2.3
14532024-02-26T19:06:20.632Z Compiling hyper-rustls v0.24.2
14542024-02-26T19:06:20.861Z Compiling hyper-tls v0.5.0
14552024-02-26T19:06:20.951Z Compiling base64ct v1.6.0
14562024-02-26T19:06:21.017Z Compiling winnow v0.6.1
14572024-02-26T19:06:21.232Z Compiling reqwest v0.11.22
14582024-02-26T19:06:22.350Z Compiling signal-hook v0.3.17
14592024-02-26T19:06:22.659Z Compiling goblin v0.8.0
14602024-02-26T19:06:23.958Z Compiling futures v0.3.30
14612024-02-26T19:06:24.707Z Compiling toml_edit v0.22.6
14622024-02-26T19:06:24.860Z Compiling dof v0.1.5
14632024-02-26T19:06:25.785Z Compiling toml v0.7.8
14642024-02-26T19:06:26.574Z Compiling hex v0.4.3
14652024-02-26T19:06:26.810Z Compiling dtrace-parser v0.1.14
14662024-02-26T19:06:27.149Z Compiling pretty-hex v0.4.1
14672024-02-26T19:06:28.824Z Compiling dof v0.3.0
14682024-02-26T19:06:29.244Z Compiling strum_macros v0.25.2
14692024-02-26T19:06:29.357Z Compiling serde_tokenstream v0.1.7
14702024-02-26T19:06:29.900Z Compiling dtrace-parser v0.2.0
14712024-02-26T19:06:30.963Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14722024-02-26T19:06:31.316Z Compiling smoltcp v0.9.1
14732024-02-26T19:06:32.100Z Compiling hmac v0.12.1
14742024-02-26T19:06:32.347Z Compiling pem-rfc7468 v0.7.0
14752024-02-26T19:06:32.709Z Compiling enum-as-inner v0.5.1
14762024-02-26T19:06:33.537Z Compiling num-iter v0.1.43
14772024-02-26T19:06:33.541Z Compiling siphasher v0.3.11
14782024-02-26T19:06:33.584Z Compiling flagset v0.4.3
14792024-02-26T19:06:34.092Z Compiling unicode-segmentation v1.10.1
14802024-02-26T19:06:34.092Z Compiling der v0.7.8
14812024-02-26T19:06:34.092Z Compiling usdt-macro v0.3.5
14822024-02-26T19:06:34.092Z Compiling usdt-attr-macro v0.3.5
14832024-02-26T19:06:34.383Z Compiling hubpack_derive v0.1.1
14842024-02-26T19:06:34.513Z Compiling zerocopy-derive v0.6.4
14852024-02-26T19:06:35.333Z Compiling num_threads v0.1.6
14862024-02-26T19:06:35.584Z Compiling anstyle v1.0.2
14872024-02-26T19:06:35.818Z Compiling utf8parse v0.2.1
14882024-02-26T19:06:35.984Z Compiling deranged v0.3.8
14892024-02-26T19:06:36.798Z Compiling sha2 v0.10.8
14902024-02-26T19:06:37.061Z Compiling anstyle-parse v0.2.1
14912024-02-26T19:06:37.161Z Compiling spki v0.7.2
14922024-02-26T19:06:37.867Z Compiling time v0.3.27
14932024-02-26T19:06:39.060Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14942024-02-26T19:06:39.163Z Compiling md-5 v0.10.5
14952024-02-26T19:06:39.191Z Compiling block-padding v0.3.3
14962024-02-26T19:06:39.432Z Compiling clap_derive v4.5.0
14972024-02-26T19:06:39.460Z Compiling stringprep v0.1.3
14982024-02-26T19:06:40.443Z Compiling getopts v0.2.21
14992024-02-26T19:06:40.486Z Compiling diesel_table_macro_syntax v0.1.0
15002024-02-26T19:06:41.222Z Compiling num-integer v0.1.46
15012024-02-26T19:06:42.271Z Compiling hash32 v0.2.1
15022024-02-26T19:06:44.580Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
15032024-02-26T19:06:44.718Z Compiling fallible-iterator v0.2.0
15042024-02-26T19:06:44.769Z Compiling colorchoice v1.0.0
15052024-02-26T19:06:44.928Z Compiling anstyle-query v1.0.0
15062024-02-26T19:06:44.965Z Compiling stable_deref_trait v1.2.0
15072024-02-26T19:06:45.070Z Compiling anstream v0.6.11
15082024-02-26T19:06:45.423Z Compiling postgres-protocol v0.6.6
15092024-02-26T19:06:46.398Z Compiling diesel_derives v2.1.2
15102024-02-26T19:06:46.781Z Compiling inout v0.1.3
15112024-02-26T19:06:48.986Z Compiling pkcs8 v0.10.2
15122024-02-26T19:06:49.594Z Compiling phf_shared v0.11.2
15132024-02-26T19:06:50.008Z Compiling ff v0.13.0
15142024-02-26T19:06:50.249Z Compiling terminal_size v0.3.0
15152024-02-26T19:06:50.466Z Compiling serde_repr v0.1.16
15162024-02-26T19:06:50.626Z Compiling scheduled-thread-pool v0.2.7
15172024-02-26T19:06:51.237Z Compiling bit-vec v0.6.3
15182024-02-26T19:06:51.418Z Compiling clap_lex v0.7.0
15192024-02-26T19:06:51.732Z Compiling regex-automata v0.1.10
15202024-02-26T19:06:51.871Z Compiling strsim v0.11.0
15212024-02-26T19:06:52.010Z Compiling unsafe-libyaml v0.2.10
15222024-02-26T19:06:52.399Z Compiling managed v0.8.0
15232024-02-26T19:06:52.821Z Compiling bitflags v1.3.2
15242024-02-26T19:06:52.892Z Compiling base16ct v0.2.0
15252024-02-26T19:06:52.929Z Compiling matches v0.1.10
15262024-02-26T19:06:53.031Z Compiling idna v0.2.3
15272024-02-26T19:06:53.218Z Compiling sec1 v0.7.3
15282024-02-26T19:06:54.023Z Compiling serde_yaml v0.9.25
15292024-02-26T19:06:54.487Z Compiling clap_builder v4.5.0
15302024-02-26T19:06:54.677Z Compiling bstr v0.2.17
15312024-02-26T19:06:56.226Z Compiling r2d2 v0.8.10
15322024-02-26T19:06:57.296Z Compiling group v0.13.0
15332024-02-26T19:06:57.590Z Compiling phf v0.11.2
15342024-02-26T19:06:57.828Z Compiling signal-hook-mio v0.2.3
15352024-02-26T19:06:57.903Z Compiling bzip2 v0.4.4
15362024-02-26T19:06:58.322Z Compiling cipher v0.4.4
15372024-02-26T19:06:58.412Z Compiling postgres-types v0.2.6
15382024-02-26T19:06:58.535Z Compiling zerocopy v0.6.4
15392024-02-26T19:06:58.851Z Compiling hubpack v0.1.2
15402024-02-26T19:06:59.359Z Compiling phf_shared v0.10.0
15412024-02-26T19:06:59.472Z Compiling hkdf v0.12.4
15422024-02-26T19:06:59.600Z Compiling crypto-bigint v0.5.2
15432024-02-26T19:06:59.751Z Compiling ipnetwork v0.20.0
15442024-02-26T19:07:00.052Z Compiling float-cmp v0.9.0
15452024-02-26T19:07:01.253Z Compiling regex-automata v0.3.8
15462024-02-26T19:07:03.250Z Compiling precomputed-hash v0.1.1
15472024-02-26T19:07:03.375Z Compiling predicates-core v1.0.6
15482024-02-26T19:07:03.675Z Compiling fixedbitset v0.4.2
15492024-02-26T19:07:03.693Z Compiling minimal-lexical v0.2.1
15502024-02-26T19:07:03.698Z Compiling data-encoding v2.4.0
15512024-02-26T19:07:03.760Z Compiling normalize-line-endings v0.3.0
15522024-02-26T19:07:03.897Z Compiling difflib v0.4.0
15532024-02-26T19:07:04.280Z Compiling whoami v1.4.1
15542024-02-26T19:07:04.743Z Compiling new_debug_unreachable v1.0.4
15552024-02-26T19:07:04.921Z Compiling static_assertions v1.1.0
15562024-02-26T19:07:05.005Z Compiling string_cache v0.8.7
15572024-02-26T19:07:05.033Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15582024-02-26T19:07:05.506Z Compiling tokio-postgres v0.7.10
15592024-02-26T19:07:05.603Z Compiling predicates v3.1.0
15602024-02-26T19:07:05.658Z Compiling trust-dns-proto v0.22.0
15612024-02-26T19:07:06.120Z Compiling nom v7.1.3
15622024-02-26T19:07:06.590Z Compiling petgraph v0.6.4
15632024-02-26T19:07:07.399Z Compiling diesel v2.1.4
15642024-02-26T19:07:07.911Z Compiling bstr v1.6.0
15652024-02-26T19:07:09.965Z Compiling elliptic-curve v0.13.8
15662024-02-26T19:07:10.576Z Compiling yasna v0.5.2
15672024-02-26T19:07:10.730Z Compiling clap v4.5.0
15682024-02-26T19:07:10.846Z Compiling zip v0.6.6
15692024-02-26T19:07:10.866Z Compiling crossterm v0.27.0
15702024-02-26T19:07:11.335Z Compiling similar v2.3.0
15712024-02-26T19:07:11.966Z Compiling bit-set v0.5.3
15722024-02-26T19:07:12.267Z Compiling usdt v0.3.5
15732024-02-26T19:07:12.323Z Compiling strum v0.25.0
15742024-02-26T19:07:12.554Z Compiling itertools v0.10.5
15752024-02-26T19:07:12.572Z Compiling console v0.15.8
15762024-02-26T19:07:12.836Z Compiling tokio-stream v0.1.14
15772024-02-26T19:07:13.949Z Compiling lalrpop-util v0.19.12
15782024-02-26T19:07:14.273Z Compiling camino v1.1.6
15792024-02-26T19:07:16.332Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15802024-02-26T19:07:24.671Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15812024-02-26T19:07:50.692Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-02-26T19:07:52.616Z Compiling sha1 v0.10.6
15832024-02-26T19:07:53.042Z Compiling atty v0.2.14
15842024-02-26T19:07:53.172Z Compiling match_cfg v0.1.0
15852024-02-26T19:07:53.195Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15862024-02-26T19:07:53.285Z Compiling hostname v0.3.1
15872024-02-26T19:07:53.534Z Compiling dirs-sys-next v0.1.2
15882024-02-26T19:07:53.618Z Compiling strsim v0.10.0
15892024-02-26T19:07:53.751Z Compiling rustls-pki-types v1.3.0
15902024-02-26T19:07:53.887Z Compiling ident_case v1.0.1
15912024-02-26T19:07:54.088Z Compiling darling_core v0.20.3
15922024-02-26T19:07:54.206Z Compiling dirs-next v2.0.0
15932024-02-26T19:07:54.430Z Compiling thread_local v1.1.7
15942024-02-26T19:07:54.476Z Compiling rustls v0.22.2
15952024-02-26T19:07:54.602Z Compiling slog-async v2.8.0
15962024-02-26T19:07:55.044Z Compiling term v0.7.0
15972024-02-26T19:07:55.347Z Compiling rustls-webpki v0.102.1
15982024-02-26T19:07:55.414Z Compiling crossbeam-channel v0.5.8
15992024-02-26T19:07:55.621Z Compiling multer v3.0.0
16002024-02-26T19:07:55.918Z Compiling instant v0.1.12
16012024-02-26T19:07:55.955Z Compiling paste v1.0.14
16022024-02-26T19:07:56.081Z Compiling take_mut v0.2.2
16032024-02-26T19:07:56.613Z Compiling slog-term v2.9.0
16042024-02-26T19:07:56.663Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
16052024-02-26T19:07:56.898Z Compiling slog-json v2.6.1
16062024-02-26T19:07:57.305Z Compiling http v1.0.0
16072024-02-26T19:07:57.557Z Compiling async-stream-impl v0.3.5
16082024-02-26T19:07:57.580Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-26T19:07:57.894Z Compiling debug-ignore v1.0.5
16102024-02-26T19:07:57.937Z Compiling atomic-waker v1.1.1
16112024-02-26T19:07:58.183Z Compiling waitgroup v0.1.2
16122024-02-26T19:07:58.198Z Compiling slog-bunyan v2.5.0
16132024-02-26T19:07:58.396Z Compiling rustls-pemfile v2.1.0
16142024-02-26T19:07:59.046Z Compiling async-stream v0.3.5
16152024-02-26T19:07:59.404Z Compiling toml v0.8.10
16162024-02-26T19:07:59.726Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16172024-02-26T19:07:59.986Z Compiling serde_path_to_error v0.1.15
16182024-02-26T19:08:00.064Z Compiling structmeta-derive v0.3.0
16192024-02-26T19:08:00.372Z Compiling darling_macro v0.20.3
16202024-02-26T19:08:01.290Z Compiling strum_macros v0.26.1
16212024-02-26T19:08:01.302Z Compiling tokio-rustls v0.25.0
16222024-02-26T19:08:01.496Z Compiling darling v0.20.3
16232024-02-26T19:08:01.618Z Compiling newtype-uuid v1.0.1
16242024-02-26T19:08:01.629Z Compiling serde_with_macros v3.6.1
16252024-02-26T19:08:01.916Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16262024-02-26T19:08:02.135Z Compiling backoff v0.4.0
16272024-02-26T19:08:02.504Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16282024-02-26T19:08:02.680Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16292024-02-26T19:08:02.855Z Compiling macaddr v1.0.1
16302024-02-26T19:08:03.355Z Compiling proc-macro-error-attr v1.0.4
16312024-02-26T19:08:03.362Z Compiling proc-macro-crate v1.3.1
16322024-02-26T19:08:03.390Z Compiling structmeta v0.3.0
16332024-02-26T19:08:03.772Z Compiling proc-macro-error v1.0.4
16342024-02-26T19:08:03.848Z Compiling parse-display-derive v0.9.0
16352024-02-26T19:08:04.165Z Compiling heapless v0.8.0
16362024-02-26T19:08:04.607Z Compiling num_enum_derive v0.5.11
16372024-02-26T19:08:05.076Z Compiling serde_with v3.6.1
16382024-02-26T19:08:06.184Z Compiling hash32 v0.3.1
16392024-02-26T19:08:06.451Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16402024-02-26T19:08:06.470Z Compiling strum v0.26.1
16412024-02-26T19:08:06.655Z Compiling rayon-core v1.12.0
16422024-02-26T19:08:06.855Z Compiling smoltcp v0.11.0
16432024-02-26T19:08:07.611Z Compiling num_enum v0.5.11
16442024-02-26T19:08:07.692Z Compiling crossbeam-deque v0.8.3
16452024-02-26T19:08:07.779Z Compiling embedded-io v0.4.0
16462024-02-26T19:08:08.027Z Compiling fastrand v2.0.1
16472024-02-26T19:08:08.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16482024-02-26T19:08:08.305Z Compiling same-file v1.0.6
16492024-02-26T19:08:08.482Z Compiling cobs v0.2.3
16502024-02-26T19:08:08.589Z Compiling walkdir v2.4.0
16512024-02-26T19:08:08.610Z Compiling tempfile v3.10.0
16522024-02-26T19:08:08.801Z Compiling postcard v1.0.8
16532024-02-26T19:08:08.949Z Compiling parse-display v0.9.0
16542024-02-26T19:08:09.583Z Compiling semver-parser v0.10.2
16552024-02-26T19:08:09.614Z Compiling foreign-types-macros v0.2.3
16562024-02-26T19:08:09.642Z Compiling blake3 v1.5.0
16572024-02-26T19:08:09.701Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16582024-02-26T19:08:10.046Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16592024-02-26T19:08:10.255Z Compiling foreign-types-shared v0.3.1
16602024-02-26T19:08:10.305Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16612024-02-26T19:08:10.380Z Compiling crucible-workspace-hack v0.1.0
16622024-02-26T19:08:10.659Z Compiling semver v0.11.0
16632024-02-26T19:08:10.708Z Compiling rayon v1.8.0
16642024-02-26T19:08:10.934Z Compiling foreign-types v0.5.0
16652024-02-26T19:08:11.288Z Compiling is-terminal v0.4.9
16662024-02-26T19:08:11.426Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16672024-02-26T19:08:11.448Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16682024-02-26T19:08:11.468Z Compiling cstr-argument v0.1.2
16692024-02-26T19:08:11.726Z Compiling xattr v1.0.1
16702024-02-26T19:08:11.893Z Compiling filetime v0.2.23
16712024-02-26T19:08:11.957Z Compiling memmap2 v0.7.1
16722024-02-26T19:08:11.993Z Compiling home v0.5.5
16732024-02-26T19:08:12.298Z Compiling arrayvec v0.7.4
16742024-02-26T19:08:12.330Z Compiling constant_time_eq v0.3.0
16752024-02-26T19:08:12.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16762024-02-26T19:08:12.390Z Compiling pretty-hex v0.2.1
16772024-02-26T19:08:12.416Z Compiling arrayref v0.3.7
16782024-02-26T19:08:12.525Z Compiling toolchain_find v0.2.0
16792024-02-26T19:08:12.577Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16802024-02-26T19:08:12.682Z Compiling tar v0.4.40
16812024-02-26T19:08:12.703Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16822024-02-26T19:08:12.723Z Compiling camino-tempfile v1.1.1
16832024-02-26T19:08:12.944Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16842024-02-26T19:08:13.158Z Compiling colored v2.0.4
16852024-02-26T19:08:13.323Z Compiling toml v0.5.11
16862024-02-26T19:08:13.740Z Compiling platforms v3.0.2
16872024-02-26T19:08:13.897Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16882024-02-26T19:08:14.103Z Compiling topological-sort v0.2.2
16892024-02-26T19:08:14.595Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16902024-02-26T19:08:14.896Z Compiling zone_cfg_derive v0.3.0
16912024-02-26T19:08:15.171Z Compiling rustfmt-wrapper v0.2.0
16922024-02-26T19:08:15.526Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16932024-02-26T19:08:15.831Z Compiling omicron-zone-package v0.11.0
16942024-02-26T19:08:16.001Z Compiling textwrap v0.11.0
16952024-02-26T19:08:16.499Z Compiling heck v0.3.3
16962024-02-26T19:08:16.610Z Compiling num-derive v0.4.0
16972024-02-26T19:08:16.894Z Compiling strsim v0.8.0
16982024-02-26T19:08:16.941Z Compiling vec_map v0.8.2
16992024-02-26T19:08:17.262Z Compiling libefi-sys v0.1.0
17002024-02-26T19:08:17.308Z Compiling ansi_term v0.12.1
17012024-02-26T19:08:17.571Z Compiling structopt-derive v0.4.18
17022024-02-26T19:08:17.619Z Compiling clap v2.34.0
17032024-02-26T19:08:17.850Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17042024-02-26T19:08:18.385Z Compiling zone v0.3.0
17052024-02-26T19:08:18.601Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17062024-02-26T19:08:19.070Z Compiling smf v0.2.2
17072024-02-26T19:08:19.128Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17082024-02-26T19:08:19.505Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17092024-02-26T19:08:19.936Z Compiling unicase v2.7.0
17102024-02-26T19:08:20.057Z Compiling semver v0.1.20
17112024-02-26T19:08:20.261Z Compiling curve25519-dalek v4.1.1
17122024-02-26T19:08:20.547Z Compiling rustc_version v0.1.7
17132024-02-26T19:08:20.780Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17142024-02-26T19:08:20.800Z Compiling universal-hash v0.5.1
17152024-02-26T19:08:20.844Z Compiling opaque-debug v0.3.0
17162024-02-26T19:08:20.956Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17172024-02-26T19:08:20.998Z Compiling signature v2.1.0
17182024-02-26T19:08:21.020Z Compiling curve25519-dalek-derive v0.1.0
17192024-02-26T19:08:21.448Z Compiling structopt v0.3.26
17202024-02-26T19:08:21.454Z Compiling newtype_derive v0.1.6
17212024-02-26T19:08:21.454Z Compiling gethostname v0.4.3
17222024-02-26T19:08:21.455Z Compiling num-rational v0.4.1
17232024-02-26T19:08:21.593Z Compiling getrandom v0.1.16
17242024-02-26T19:08:21.712Z Compiling usdt-attr-macro v0.5.0
17252024-02-26T19:08:21.861Z Compiling usdt-macro v0.5.0
17262024-02-26T19:08:22.086Z Compiling password-hash v0.5.0
17272024-02-26T19:08:22.346Z Compiling blake2 v0.10.6
17282024-02-26T19:08:22.496Z Compiling memmap v0.7.0
17292024-02-26T19:08:22.874Z Compiling linked-hash-map v0.5.6
17302024-02-26T19:08:23.163Z Compiling quick-error v1.2.3
17312024-02-26T19:08:23.252Z Compiling parking_lot_core v0.8.6
17322024-02-26T19:08:23.314Z Compiling resolv-conf v0.7.0
17332024-02-26T19:08:23.479Z Compiling usdt v0.5.0
17342024-02-26T19:08:23.479Z Compiling lru-cache v0.1.2
17352024-02-26T19:08:23.711Z Compiling argon2 v0.5.3
17362024-02-26T19:08:24.328Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17372024-02-26T19:08:24.365Z Compiling rfc6979 v0.4.0
17382024-02-26T19:08:24.456Z Compiling aead v0.5.2
17392024-02-26T19:08:24.555Z Compiling num-complex v0.4.4
17402024-02-26T19:08:24.824Z Compiling nibble_vec v0.1.0
17412024-02-26T19:08:25.036Z Compiling slog-dtrace v0.3.0
17422024-02-26T19:08:25.376Z Compiling endian-type v0.1.2
17432024-02-26T19:08:25.894Z Compiling arc-swap v1.6.0
17442024-02-26T19:08:25.894Z Compiling keccak v0.1.4
17452024-02-26T19:08:25.894Z Compiling utf-8 v0.7.6
17462024-02-26T19:08:26.037Z Compiling winapi v0.3.9
17472024-02-26T19:08:26.275Z Compiling cancel-safe-futures v0.1.5
17482024-02-26T19:08:26.707Z Compiling slog-scope v4.4.0
17492024-02-26T19:08:26.732Z Compiling sha3 v0.10.8
17502024-02-26T19:08:26.816Z Compiling tungstenite v0.20.1
17512024-02-26T19:08:27.072Z Compiling radix_trie v0.2.1
17522024-02-26T19:08:27.170Z Compiling num v0.4.1
17532024-02-26T19:08:27.295Z Compiling ecdsa v0.16.9
17542024-02-26T19:08:27.299Z Compiling mime_guess v2.0.4
17552024-02-26T19:08:27.703Z Compiling steno v0.4.0
17562024-02-26T19:08:27.771Z Compiling rand_core v0.5.1
17572024-02-26T19:08:28.281Z Compiling trust-dns-resolver v0.22.0
17582024-02-26T19:08:28.725Z Compiling poly1305 v0.8.0
17592024-02-26T19:08:29.062Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17602024-02-26T19:08:29.097Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17612024-02-26T19:08:30.323Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17622024-02-26T19:08:30.569Z Compiling primeorder v0.13.6
17632024-02-26T19:08:30.767Z Compiling chacha20 v0.9.1
17642024-02-26T19:08:31.099Z Compiling secrecy v0.8.0
17652024-02-26T19:08:31.238Z Compiling thiserror-impl-no-std v2.0.2
17662024-02-26T19:08:31.390Z Compiling half v2.3.1
17672024-02-26T19:08:31.783Z Compiling option-ext v0.2.0
17682024-02-26T19:08:31.927Z Compiling ciborium-io v0.2.2
17692024-02-26T19:08:32.055Z Compiling convert_case v0.4.0
17702024-02-26T19:08:32.107Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17712024-02-26T19:08:32.624Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17722024-02-26T19:08:33.030Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17732024-02-26T19:08:33.772Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17742024-02-26T19:08:34.339Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17752024-02-26T19:08:34.759Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17762024-02-26T19:08:34.778Z Compiling thiserror-no-std v2.0.2
17772024-02-26T19:08:34.910Z Compiling derive_more v0.99.17
17782024-02-26T19:08:34.919Z Compiling ciborium-ll v0.2.2
17792024-02-26T19:08:35.007Z Compiling dirs-sys v0.4.1
17802024-02-26T19:08:35.393Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17812024-02-26T19:08:35.782Z Compiling parking_lot v0.11.2
17822024-02-26T19:08:36.070Z Compiling rand_chacha v0.2.2
17832024-02-26T19:08:36.578Z Compiling tokio-tungstenite v0.20.1
17842024-02-26T19:08:36.852Z Compiling trust-dns-client v0.22.0
17852024-02-26T19:08:37.643Z Compiling slog-stdlog v4.1.1
17862024-02-26T19:08:37.777Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17872024-02-26T19:08:38.019Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17882024-02-26T19:08:38.389Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17892024-02-26T19:08:40.139Z Compiling ed25519 v2.2.2
17902024-02-26T19:08:40.631Z Compiling polyval v0.6.1
17912024-02-26T19:08:41.094Z Compiling ctr v0.9.2
17922024-02-26T19:08:41.451Z Compiling aes v0.8.3
17932024-02-26T19:08:41.825Z Compiling blowfish v0.9.1
17942024-02-26T19:08:42.314Z Compiling password-hash v0.4.2
17952024-02-26T19:08:43.328Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17962024-02-26T19:08:44.095Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17972024-02-26T19:08:44.556Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17982024-02-26T19:08:48.760Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17992024-02-26T19:08:51.458Z Compiling libsw v3.3.1
18002024-02-26T19:08:52.532Z Compiling pbkdf2 v0.12.2
18012024-02-26T19:08:52.719Z Compiling derive-where v1.2.7
18022024-02-26T19:08:53.479Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
18032024-02-26T19:08:53.732Z Compiling fxhash v0.2.1
18042024-02-26T19:08:53.968Z Compiling owo-colors v4.0.0
18052024-02-26T19:08:53.984Z Compiling linear-map v1.2.0
18062024-02-26T19:08:54.486Z Compiling swrite v0.1.0
18072024-02-26T19:08:54.635Z Compiling sled v0.34.7
18082024-02-26T19:08:55.032Z Compiling trust-dns-server v0.22.1
18092024-02-26T19:08:55.559Z Compiling bcrypt-pbkdf v0.10.0
18102024-02-26T19:08:55.826Z Compiling pbkdf2 v0.11.0
18112024-02-26T19:08:56.189Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18122024-02-26T19:08:56.192Z Compiling ghash v0.5.0
18132024-02-26T19:08:56.550Z Compiling ed25519-dalek v2.0.0
18142024-02-26T19:08:56.712Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18152024-02-26T19:08:56.924Z Compiling slog-envlogger v2.2.0
18162024-02-26T19:08:56.973Z Compiling russh-cryptovec v0.7.0
18172024-02-26T19:08:57.053Z Compiling rand v0.7.3
18182024-02-26T19:08:57.553Z Compiling dirs v5.0.1
18192024-02-26T19:08:57.701Z Compiling ciborium v0.2.2
18202024-02-26T19:08:57.753Z Compiling vsss-rs v3.3.4
18212024-02-26T19:08:58.254Z Compiling chacha20poly1305 v0.10.1
18222024-02-26T19:08:58.499Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18232024-02-26T19:08:59.360Z Compiling p256 v0.13.2
18242024-02-26T19:09:00.103Z Compiling p521 v0.13.3
18252024-02-26T19:09:00.278Z Compiling cbc v0.1.2
18262024-02-26T19:09:00.540Z Compiling pem v3.0.2
18272024-02-26T19:09:01.342Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18282024-02-26T19:09:01.438Z Compiling headers-core v0.2.0
18292024-02-26T19:09:01.623Z Compiling kstat-rs v0.2.3
18302024-02-26T19:09:01.729Z Compiling md5 v0.7.0
18312024-02-26T19:09:02.276Z Compiling glob v0.3.1
18322024-02-26T19:09:02.683Z Compiling http-range v0.1.5
18332024-02-26T19:09:02.683Z Compiling hyper-staticfile v0.9.5
18342024-02-26T19:09:02.684Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18352024-02-26T19:09:03.323Z Compiling russh-keys v0.42.0
18362024-02-26T19:09:03.439Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18372024-02-26T19:09:04.023Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18382024-02-26T19:09:05.982Z Compiling headers v0.3.9
18392024-02-26T19:09:06.926Z Compiling rcgen v0.12.1
18402024-02-26T19:09:07.059Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18412024-02-26T19:09:07.498Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18422024-02-26T19:09:08.119Z Compiling aes-gcm v0.10.3
18432024-02-26T19:09:09.575Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18442024-02-26T19:09:12.340Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18452024-02-26T19:09:12.600Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18462024-02-26T19:09:14.541Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18472024-02-26T19:09:16.874Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18482024-02-26T19:09:17.220Z Compiling atomicwrites v0.4.3
18492024-02-26T19:09:17.575Z Compiling itertools v0.12.1
18502024-02-26T19:09:17.613Z Compiling subprocess v0.2.9
18512024-02-26T19:09:18.602Z Compiling display-error-chain v0.2.0
18522024-02-26T19:09:18.793Z Compiling hex-literal v0.4.1
18532024-02-26T19:09:18.820Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18542024-02-26T19:09:18.966Z Compiling russh v0.42.0
18552024-02-26T19:09:19.827Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18562024-02-26T19:09:25.098Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18572024-02-26T19:09:26.507Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18582024-02-26T19:09:46.845Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18592024-02-26T19:10:47.683Z Finished dev [unoptimized + debuginfo] target(s) in 5m 48s
18602024-02-26T19:10:47.964Z
18612024-02-26T19:10:47.964Zreal 5:48.520803325
18622024-02-26T19:10:47.964Zuser 29:37.425002698
18632024-02-26T19:10:47.964Zsys 5:46.718375508
18642024-02-26T19:10:47.964Ztrap 0.862072357
18652024-02-26T19:10:47.968Ztflt 8.404817598
18662024-02-26T19:10:47.968Zdflt 4.835491894
18672024-02-26T19:10:47.968Zkflt 0.092513155
18682024-02-26T19:10:47.968Zlock 55:14.928437257
18692024-02-26T19:10:47.968Zslp 1:27:18.883185080
18702024-02-26T19:10:47.968Zlat 1:41.656466755
18712024-02-26T19:10:47.968Zstop 4:10.771895112
18722024-02-26T19:10:47.968Z+ mkdir -p /work/end-to-end-tests
18732024-02-26T19:10:47.971Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18742024-02-26T19:10:48.999Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18752024-02-26T19:10:48.999Z+ ptime -m gzip
18762024-02-26T19:10:49.005Z++ basename target/debug/bootstrap
18772024-02-26T19:11:02.255Z
18782024-02-26T19:11:02.255Zreal 13.240556989
18792024-02-26T19:11:02.255Zuser 13.135433059
18802024-02-26T19:11:02.255Zsys 0.095131167
18812024-02-26T19:11:02.255Ztrap 0.002749969
18822024-02-26T19:11:02.255Ztflt 0.000000000
18832024-02-26T19:11:02.259Zdflt 0.000000000
18842024-02-26T19:11:02.259Zkflt 0.000000000
18852024-02-26T19:11:02.259Zlock 0.000000000
18862024-02-26T19:11:02.259Zslp 0.000000000
18872024-02-26T19:11:02.259Zlat 0.006852374
18882024-02-26T19:11:02.259Zstop 0.000170724
18892024-02-26T19:11:02.259Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18902024-02-26T19:11:02.260Z+ ptime -m gzip
18912024-02-26T19:11:02.260Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6
18922024-02-26T19:11:03.554Z
18932024-02-26T19:11:03.558Zreal 1.290328917
18942024-02-26T19:11:03.558Zuser 1.278321119
18952024-02-26T19:11:03.558Zsys 0.011382991
18962024-02-26T19:11:03.558Ztrap 0.000109277
18972024-02-26T19:11:03.558Ztflt 0.000000000
18982024-02-26T19:11:03.558Zdflt 0.000000000
18992024-02-26T19:11:03.558Zkflt 0.000000000
19002024-02-26T19:11:03.559Zlock 0.000000000
19012024-02-26T19:11:03.559Zslp 0.000010392
19022024-02-26T19:11:03.559Zlat 0.000111075
19032024-02-26T19:11:03.559Zstop 0.000172253
19042024-02-26T19:11:03.559Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19052024-02-26T19:11:03.559Z+ ptime -m gzip
19062024-02-26T19:11:03.559Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84
19072024-02-26T19:11:17.176Z
19082024-02-26T19:11:17.176Zreal 13.607553652
19092024-02-26T19:11:17.176Zuser 13.511338666
19102024-02-26T19:11:17.177Zsys 0.092810260
19112024-02-26T19:11:17.177Ztrap 0.001677510
19122024-02-26T19:11:17.177Ztflt 0.000000000
19132024-02-26T19:11:17.180Zdflt 0.000000000
19142024-02-26T19:11:17.180Zkflt 0.000000000
19152024-02-26T19:11:17.180Zlock 0.000000000
19162024-02-26T19:11:17.180Zslp 0.000000000
19172024-02-26T19:11:17.181Zlat 0.001331697
19182024-02-26T19:11:17.181Zstop 0.000171603
19192024-02-26T19:11:17.181Z+ banner caboose-util
19202024-02-26T19:11:17.181Z
19212024-02-26T19:11:17.181Z #### ## ##### #### #### #### ###### # # #####
19222024-02-26T19:11:17.181Z # # # # # # # # # # # # # # #
19232024-02-26T19:11:17.181Z # # # ##### # # # # #### ##### ##### # # #
19242024-02-26T19:11:17.181Z # ###### # # # # # # # # # # #
19252024-02-26T19:11:17.181Z # # # # # # # # # # # # # # # #
19262024-02-26T19:11:17.181Z #### # # ##### #### #### #### ###### #### #
19272024-02-26T19:11:17.181Z
19282024-02-26T19:11:17.181Z+ ptime -m cargo build --locked -p caboose-util --release
19292024-02-26T19:11:17.598Z Downloading crates ...
19302024-02-26T19:11:17.898Z Downloaded crc v3.0.1
19312024-02-26T19:11:17.906Z Downloaded smallvec v0.6.14
19322024-02-26T19:11:17.909Z Downloaded crc-catalog v2.2.0
19332024-02-26T19:11:17.922Z Downloaded path-slash v0.1.5
19342024-02-26T19:11:17.926Z Downloaded nodrop v0.1.14
19352024-02-26T19:11:17.926Z Downloaded array-init v0.0.4
19362024-02-26T19:11:17.929Z Downloaded radium v0.7.0
19372024-02-26T19:11:17.932Z Downloaded packed_struct v0.10.1
19382024-02-26T19:11:17.935Z Downloaded bitfield v0.14.0
19392024-02-26T19:11:17.935Z Downloaded termcolor v1.2.0
19402024-02-26T19:11:17.938Z Downloaded tap v1.0.1
19412024-02-26T19:11:17.938Z Downloaded packed_struct_codegen v0.10.1
19422024-02-26T19:11:17.938Z Downloaded funty v2.0.0
19432024-02-26T19:11:17.941Z Downloaded wyz v0.5.1
19442024-02-26T19:11:17.941Z Downloaded maybe-uninit v2.0.0
19452024-02-26T19:11:17.944Z Downloaded serde-hex v0.1.0
19462024-02-26T19:11:17.951Z Downloaded env_logger v0.10.0
19472024-02-26T19:11:17.954Z Downloaded pkcs1 v0.7.5
19482024-02-26T19:11:17.957Z Downloaded crc-any v2.4.3
19492024-02-26T19:11:17.965Z Downloaded rsa v0.9.2
19502024-02-26T19:11:17.969Z Downloaded ron v0.8.1
19512024-02-26T19:11:17.975Z Downloaded x509-cert v0.2.4
19522024-02-26T19:11:17.980Z Downloaded hashbrown v0.13.2
19532024-02-26T19:11:17.985Z Downloaded num-bigint-dig v0.8.4
19542024-02-26T19:11:17.989Z Downloaded object v0.30.4
19552024-02-26T19:11:17.998Z Downloaded bitvec v1.0.1
19562024-02-26T19:11:18.105Z Compiling proc-macro2 v1.0.78
19572024-02-26T19:11:18.105Z Compiling unicode-ident v1.0.12
19582024-02-26T19:11:18.108Z Compiling libc v0.2.153
19592024-02-26T19:11:18.108Z Compiling serde v1.0.196
19602024-02-26T19:11:18.108Z Compiling autocfg v1.1.0
19612024-02-26T19:11:18.108Z Compiling version_check v0.9.4
19622024-02-26T19:11:18.108Z Compiling cfg-if v1.0.0
19632024-02-26T19:11:18.235Z Compiling typenum v1.16.0
19642024-02-26T19:11:18.269Z Compiling once_cell v1.19.0
19652024-02-26T19:11:18.348Z Compiling parking_lot_core v0.9.8
19662024-02-26T19:11:18.692Z Compiling memchr v2.6.3
19672024-02-26T19:11:18.706Z Compiling syn v1.0.109
19682024-02-26T19:11:18.754Z Compiling byteorder v1.5.0
19692024-02-26T19:11:18.763Z Compiling generic-array v0.14.7
19702024-02-26T19:11:19.063Z Compiling lock_api v0.4.10
19712024-02-26T19:11:19.166Z Compiling libm v0.2.7
19722024-02-26T19:11:19.258Z Compiling num-traits v0.2.16
19732024-02-26T19:11:19.371Z Compiling ahash v0.8.7
19742024-02-26T19:11:19.503Z Compiling thiserror v1.0.57
19752024-02-26T19:11:19.564Z Compiling quote v1.0.35
19762024-02-26T19:11:19.723Z Compiling pkg-config v0.3.27
19772024-02-26T19:11:19.983Z Compiling syn v2.0.48
19782024-02-26T19:11:20.170Z Compiling cc v1.0.83
19792024-02-26T19:11:20.195Z Compiling getrandom v0.2.10
19802024-02-26T19:11:20.574Z Compiling serde_json v1.0.114
19812024-02-26T19:11:20.635Z Compiling scopeguard v1.2.0
19822024-02-26T19:11:21.193Z Compiling slab v0.4.9
19832024-02-26T19:11:21.232Z Compiling itoa v1.0.9
19842024-02-26T19:11:21.256Z Compiling log v0.4.20
19852024-02-26T19:11:21.541Z Compiling rand_core v0.6.4
19862024-02-26T19:11:21.859Z Compiling smallvec v1.13.1
19872024-02-26T19:11:22.116Z Compiling vcpkg v0.2.15
19882024-02-26T19:11:22.802Z Compiling pin-project-lite v0.2.13
19892024-02-26T19:11:22.910Z Compiling const-oid v0.9.5
19902024-02-26T19:11:23.234Z Compiling parking_lot v0.12.1
19912024-02-26T19:11:23.749Z Compiling ring v0.17.8
19922024-02-26T19:11:23.869Z Compiling openssl-sys v0.9.96
19932024-02-26T19:11:24.125Z Compiling ucd-trie v0.1.6
19942024-02-26T19:11:24.318Z Compiling ryu v1.0.15
19952024-02-26T19:11:24.630Z Compiling signal-hook-registry v1.4.1
19962024-02-26T19:11:24.843Z Compiling subtle v2.5.0
19972024-02-26T19:11:25.180Z Compiling rustix v0.38.31
19982024-02-26T19:11:25.279Z Compiling ring v0.16.20
19992024-02-26T19:11:25.289Z Compiling mio v0.8.9
20002024-02-26T19:11:25.906Z Compiling futures-core v0.3.30
20012024-02-26T19:11:26.175Z Compiling semver v1.0.22
20022024-02-26T19:11:26.303Z Compiling heck v0.4.1
20032024-02-26T19:11:27.525Z Compiling spin v0.5.2
20042024-02-26T19:11:27.761Z Compiling num_cpus v1.16.0
20052024-02-26T19:11:27.881Z Compiling socket2 v0.5.5
20062024-02-26T19:11:28.218Z Compiling unicode-xid v0.2.4
20072024-02-26T19:11:28.382Z Compiling allocator-api2 v0.2.16
20082024-02-26T19:11:28.543Z Compiling httparse v1.8.0
20092024-02-26T19:11:28.766Z Compiling openssl v0.10.60
20102024-02-26T19:11:29.314Z Compiling futures-sink v0.3.30
20112024-02-26T19:11:29.319Z Compiling synstructure v0.12.6
20122024-02-26T19:11:29.319Z Compiling equivalent v1.0.1
20132024-02-26T19:11:29.382Z Compiling tinyvec_macros v0.1.1
20142024-02-26T19:11:29.466Z Compiling tinyvec v1.6.0
20152024-02-26T19:11:29.790Z Compiling futures-channel v0.3.30
20162024-02-26T19:11:30.130Z Compiling pin-utils v0.1.0
20172024-02-26T19:11:30.180Z Compiling ppv-lite86 v0.2.17
20182024-02-26T19:11:30.207Z Compiling crc32fast v1.3.2
20192024-02-26T19:11:30.217Z Compiling futures-io v0.3.30
20202024-02-26T19:11:30.456Z Compiling native-tls v0.2.11
20212024-02-26T19:11:30.672Z Compiling futures-task v0.3.30
20222024-02-26T19:11:30.756Z Compiling rustls v0.21.9
20232024-02-26T19:11:30.797Z Compiling bzip2-sys v0.1.11+1.0.8
20242024-02-26T19:11:30.950Z Compiling rand_chacha v0.3.1
20252024-02-26T19:11:30.992Z Compiling unicode-normalization v0.1.22
20262024-02-26T19:11:31.065Z Compiling spin v0.9.8
20272024-02-26T19:11:31.172Z Compiling tracing-core v0.1.31
20282024-02-26T19:11:31.297Z Compiling unicode-bidi v0.3.13
20292024-02-26T19:11:31.441Z Compiling base64ct v1.6.0
20302024-02-26T19:11:32.099Z Compiling pem-rfc7468 v0.7.0
20312024-02-26T19:11:32.232Z Compiling rand v0.8.5
20322024-02-26T19:11:32.710Z Compiling num-iter v0.1.43
20332024-02-26T19:11:32.803Z Compiling usdt-impl v0.3.5
20342024-02-26T19:11:33.020Z Compiling schemars v0.8.16
20352024-02-26T19:11:33.138Z Compiling flagset v0.4.3
20362024-02-26T19:11:33.334Z Compiling serde_derive v1.0.196
20372024-02-26T19:11:33.352Z Compiling zeroize_derive v1.4.2
20382024-02-26T19:11:33.362Z Compiling zerocopy-derive v0.7.32
20392024-02-26T19:11:33.500Z Compiling thiserror-impl v1.0.57
20402024-02-26T19:11:33.626Z Compiling tokio-macros v2.2.0
20412024-02-26T19:11:33.746Z Compiling futures-macro v0.3.30
20422024-02-26T19:11:33.867Z Compiling tracing-attributes v0.1.26
20432024-02-26T19:11:34.389Z Compiling der_derive v0.7.2
20442024-02-26T19:11:34.823Z Compiling zeroize v1.7.0
20452024-02-26T19:11:35.430Z Compiling zerocopy v0.7.32
20462024-02-26T19:11:36.531Z Compiling pest v2.7.6
20472024-02-26T19:11:36.794Z Compiling crypto-common v0.1.6
20482024-02-26T19:11:36.811Z Compiling block-buffer v0.10.4
20492024-02-26T19:11:36.990Z Compiling zerocopy-derive v0.2.0
20502024-02-26T19:11:37.069Z Compiling digest v0.10.7
20512024-02-26T19:11:37.264Z Compiling openssl-macros v0.1.1
20522024-02-26T19:11:37.543Z Compiling futures-util v0.3.30
20532024-02-26T19:11:37.833Z Compiling hashbrown v0.14.3
20542024-02-26T19:11:38.002Z Compiling tracing v0.1.37
20552024-02-26T19:11:38.094Z Compiling scroll_derive v0.12.0
20562024-02-26T19:11:38.469Z Compiling zerocopy-derive v0.6.4
20572024-02-26T19:11:39.112Z Compiling pest_meta v2.7.6
20582024-02-26T19:11:39.244Z Compiling signal-hook v0.3.17
20592024-02-26T19:11:39.557Z Compiling der v0.7.8
20602024-02-26T19:11:40.432Z Compiling pest_generator v2.7.6
20612024-02-26T19:11:40.824Z Compiling serde_derive_internals v0.26.0
20622024-02-26T19:11:43.322Z Compiling pest_derive v2.7.6
20632024-02-26T19:11:44.093Z Compiling errno v0.3.8
20642024-02-26T19:11:44.171Z Compiling rustversion v1.0.14
20652024-02-26T19:11:44.357Z Compiling fnv v1.0.7
20662024-02-26T19:11:45.268Z Compiling schemars_derive v0.8.16
20672024-02-26T19:11:45.740Z Compiling spki v0.7.2
20682024-02-26T19:11:46.443Z Compiling zerocopy v0.3.0
20692024-02-26T19:11:46.876Z Compiling lazy_static v1.4.0
20702024-02-26T19:11:47.259Z Compiling bytes v1.5.0
20712024-02-26T19:11:48.101Z Compiling bitflags v2.4.0
20722024-02-26T19:11:48.101Z Compiling tokio v1.36.0
20732024-02-26T19:11:48.519Z Compiling indexmap v2.2.3
20742024-02-26T19:11:48.967Z Compiling rustc_version v0.4.0
20752024-02-26T19:11:49.608Z Compiling heapless v0.7.16
20762024-02-26T19:11:49.949Z Compiling http v0.2.11
20772024-02-26T19:11:50.033Z Compiling uuid v1.7.0
20782024-02-26T19:11:50.521Z Compiling backtrace v0.3.69
20792024-02-26T19:11:50.780Z Compiling thread-id v4.2.0
20802024-02-26T19:11:50.889Z Compiling num-bigint v0.4.4
20812024-02-26T19:11:50.929Z Compiling memoffset v0.9.0
20822024-02-26T19:11:51.300Z Compiling async-trait v0.1.77
20832024-02-26T19:11:51.803Z Compiling iana-time-zone v0.1.57
20842024-02-26T19:11:51.996Z Compiling base64 v0.21.7
20852024-02-26T19:11:52.128Z Compiling untrusted v0.7.1
20862024-02-26T19:11:52.247Z Compiling crossbeam-utils v0.8.16
20872024-02-26T19:11:52.334Z Compiling foreign-types-shared v0.1.1
20882024-02-26T19:11:52.435Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20892024-02-26T19:11:52.706Z Compiling untrusted v0.9.0
20902024-02-26T19:11:52.878Z Compiling smoltcp v0.9.1
20912024-02-26T19:11:53.166Z Compiling percent-encoding v2.3.1
20922024-02-26T19:11:53.499Z Compiling foreign-types v0.3.2
20932024-02-26T19:11:53.596Z Compiling chrono v0.4.31
20942024-02-26T19:11:55.641Z Compiling dof v0.1.5
20952024-02-26T19:11:56.533Z Compiling tokio-util v0.7.10
20962024-02-26T19:11:56.816Z Compiling dtrace-parser v0.1.14
20972024-02-26T19:11:56.912Z Compiling hmac v0.12.1
20982024-02-26T19:11:57.123Z Compiling clap_derive v4.5.0
20992024-02-26T19:11:57.981Z Compiling num-integer v0.1.46
21002024-02-26T19:11:58.177Z Compiling adler v1.0.2
21012024-02-26T19:11:58.461Z Compiling anstyle v1.0.2
21022024-02-26T19:11:58.723Z Compiling cpufeatures v0.2.12
21032024-02-26T19:11:58.821Z Compiling siphasher v0.3.11
21042024-02-26T19:11:58.940Z Compiling utf8parse v0.2.1
21052024-02-26T19:11:59.109Z Compiling time-core v0.1.1
21062024-02-26T19:11:59.125Z Compiling try-lock v0.2.4
21072024-02-26T19:11:59.219Z Compiling anstyle-parse v0.2.1
21082024-02-26T19:11:59.263Z Compiling want v0.3.1
21092024-02-26T19:11:59.274Z Compiling time-macros v0.2.13
21102024-02-26T19:11:59.631Z Compiling sha2 v0.10.8
21112024-02-26T19:12:02.049Z Compiling miniz_oxide v0.7.1
21122024-02-26T19:12:02.798Z Compiling strum_macros v0.25.2
21132024-02-26T19:12:03.050Z Compiling h2 v0.3.24
21142024-02-26T19:12:05.016Z Compiling sct v0.7.0
21152024-02-26T19:12:05.308Z Compiling rustls-webpki v0.101.7
21162024-02-26T19:12:05.976Z Compiling form_urlencoded v1.2.1
21172024-02-26T19:12:06.316Z Compiling http-body v0.4.5
21182024-02-26T19:12:06.754Z Compiling serde_tokenstream v0.1.7
21192024-02-26T19:12:07.074Z Compiling pkcs8 v0.10.2
21202024-02-26T19:12:07.103Z Compiling hubpack_derive v0.1.1
21212024-02-26T19:12:07.490Z Compiling socket2 v0.4.9
21222024-02-26T19:12:08.192Z Compiling crossbeam-epoch v0.9.15
21232024-02-26T19:12:08.220Z Compiling usdt-impl v0.5.0
21242024-02-26T19:12:08.573Z Compiling openssl-probe v0.1.5
21252024-02-26T19:12:08.634Z Compiling anyhow v1.0.75
21262024-02-26T19:12:08.696Z Compiling radium v0.7.0
21272024-02-26T19:12:08.862Z Compiling colorchoice v1.0.0
21282024-02-26T19:12:09.121Z Compiling httpdate v1.0.3
21292024-02-26T19:12:09.285Z Compiling slog v2.7.0
21302024-02-26T19:12:09.724Z Compiling anstyle-query v1.0.0
21312024-02-26T19:12:09.778Z Compiling tower-service v0.3.2
21322024-02-26T19:12:09.861Z Compiling anstream v0.6.11
21332024-02-26T19:12:10.194Z Compiling hyper v0.14.27
21342024-02-26T19:12:16.749Z Compiling terminal_size v0.3.0
21352024-02-26T19:12:17.174Z Compiling toml_datetime v0.6.5
21362024-02-26T19:12:17.587Z Compiling serde_spanned v0.6.5
21372024-02-26T19:12:17.823Z Compiling zerocopy v0.6.4
21382024-02-26T19:12:18.532Z Compiling scroll v0.12.0
21392024-02-26T19:12:18.813Z Compiling md-5 v0.10.5
21402024-02-26T19:12:19.253Z Compiling stringprep v0.1.3
21412024-02-26T19:12:19.299Z Compiling idna v0.5.0
21422024-02-26T19:12:20.055Z Compiling diesel_table_macro_syntax v0.1.0
21432024-02-26T19:12:20.119Z Compiling hash32 v0.2.1
21442024-02-26T19:12:20.206Z Compiling aho-corasick v1.0.4
21452024-02-26T19:12:20.294Z Compiling clap_lex v0.7.0
21462024-02-26T19:12:20.406Z Compiling tap v1.0.1
21472024-02-26T19:12:20.472Z Compiling regex-syntax v0.8.2
21482024-02-26T19:12:20.587Z Compiling stable_deref_trait v1.2.0
21492024-02-26T19:12:20.689Z Compiling dyn-clone v1.0.16
21502024-02-26T19:12:20.877Z Compiling gimli v0.28.0
21512024-02-26T19:12:20.896Z Compiling plain v0.2.3
21522024-02-26T19:12:20.934Z Compiling strsim v0.11.0
21532024-02-26T19:12:21.033Z Compiling fallible-iterator v0.2.0
21542024-02-26T19:12:21.053Z Compiling maybe-uninit v2.0.0
21552024-02-26T19:12:21.598Z Compiling clap_builder v4.5.0
21562024-02-26T19:12:21.755Z Compiling postgres-protocol v0.6.6
21572024-02-26T19:12:22.368Z Compiling goblin v0.8.0
21582024-02-26T19:12:23.936Z Compiling regex-automata v0.4.4
21592024-02-26T19:12:24.674Z Compiling wyz v0.5.1
21602024-02-26T19:12:25.125Z Compiling addr2line v0.21.0
21612024-02-26T19:12:25.753Z Compiling diesel_derives v2.1.2
21622024-02-26T19:12:25.883Z Compiling url v2.5.0
21632024-02-26T19:12:26.987Z Compiling tokio-rustls v0.24.1
21642024-02-26T19:12:27.774Z Compiling tokio-native-tls v0.3.1
21652024-02-26T19:12:28.618Z Compiling usdt-macro v0.3.5
21662024-02-26T19:12:28.812Z Compiling usdt-attr-macro v0.3.5
21672024-02-26T19:12:35.811Z Compiling phf_shared v0.11.2
21682024-02-26T19:12:35.831Z Compiling block-padding v0.3.3
21692024-02-26T19:12:35.831Z Compiling enum-as-inner v0.5.1
21702024-02-26T19:12:35.832Z Compiling serde_repr v0.1.16
21712024-02-26T19:12:35.832Z Compiling ff v0.13.0
21722024-02-26T19:12:35.832Z Compiling scheduled-thread-pool v0.2.7
21732024-02-26T19:12:35.832Z Compiling object v0.32.1
21742024-02-26T19:12:35.832Z Compiling packed_struct v0.10.1
21752024-02-26T19:12:35.832Z Compiling bitflags v1.3.2
21762024-02-26T19:12:35.832Z Compiling ipnet v2.9.0
21772024-02-26T19:12:35.832Z Compiling num-bigint-dig v0.8.4
21782024-02-26T19:12:35.832Z Compiling base16ct v0.2.0
21792024-02-26T19:12:35.832Z Compiling deranged v0.3.8
21802024-02-26T19:12:35.832Z Compiling num_threads v0.1.6
21812024-02-26T19:12:35.832Z Compiling rustc-demangle v0.1.23
21822024-02-26T19:12:36.665Z Compiling managed v0.8.0
21832024-02-26T19:12:37.097Z Compiling bit-vec v0.6.3
21842024-02-26T19:12:37.462Z Compiling funty v2.0.0
21852024-02-26T19:12:37.542Z Compiling pretty-hex v0.4.1
21862024-02-26T19:12:37.587Z Compiling matches v0.1.10
21872024-02-26T19:12:38.434Z Compiling regex-automata v0.1.10
21882024-02-26T19:12:38.934Z Compiling winnow v0.5.15
21892024-02-26T19:12:39.018Z Compiling bstr v0.2.17
21902024-02-26T19:12:40.141Z Compiling bitvec v1.0.1
21912024-02-26T19:12:42.812Z Compiling toml_edit v0.19.15
21922024-02-26T19:12:44.224Z Compiling dof v0.3.0
21932024-02-26T19:12:45.261Z Compiling idna v0.2.3
21942024-02-26T19:12:45.264Z Compiling time v0.3.27
21952024-02-26T19:12:46.266Z Compiling sec1 v0.7.3
21962024-02-26T19:12:46.887Z Compiling r2d2 v0.8.10
21972024-02-26T19:12:47.279Z Compiling group v0.13.0
21982024-02-26T19:12:47.598Z Compiling inout v0.1.3
21992024-02-26T19:12:48.799Z Compiling phf v0.11.2
22002024-02-26T19:12:49.421Z Compiling hyper-tls v0.5.0
22012024-02-26T19:12:49.761Z Compiling regex v1.10.3
22022024-02-26T19:12:49.977Z Compiling hyper-rustls v0.24.2
22032024-02-26T19:12:50.122Z Compiling signal-hook-mio v0.2.3
22042024-02-26T19:12:50.284Z Compiling flate2 v1.0.28
22052024-02-26T19:12:50.353Z Compiling bzip2 v0.4.4
22062024-02-26T19:12:50.457Z Compiling clap v4.5.0
22072024-02-26T19:12:50.580Z Compiling ipnetwork v0.20.0
22082024-02-26T19:12:50.712Z Compiling postgres-types v0.2.6
22092024-02-26T19:12:51.329Z Compiling hubpack v0.1.2
22102024-02-26T19:12:51.357Z Compiling serde_urlencoded v0.7.1
22112024-02-26T19:12:51.402Z Compiling rustls-pemfile v1.0.3
22122024-02-26T19:12:51.732Z Compiling phf_shared v0.10.0
22132024-02-26T19:12:51.763Z Compiling hkdf v0.12.4
22142024-02-26T19:12:52.001Z Compiling dtrace-parser v0.2.0
22152024-02-26T19:12:52.118Z Compiling futures-executor v0.3.30
22162024-02-26T19:12:53.535Z Compiling crypto-bigint v0.5.2
22172024-02-26T19:12:53.616Z Compiling packed_struct_codegen v0.10.1
22182024-02-26T19:12:53.828Z Compiling float-cmp v0.9.0
22192024-02-26T19:12:54.662Z Compiling indexmap v1.9.3
22202024-02-26T19:12:55.025Z Compiling encoding_rs v0.8.33
22212024-02-26T19:12:55.305Z Compiling unicode-width v0.1.11
22222024-02-26T19:12:55.466Z Compiling nodrop v0.1.14
22232024-02-26T19:12:55.728Z Compiling predicates-core v1.0.6
22242024-02-26T19:12:56.020Z Compiling new_debug_unreachable v1.0.4
22252024-02-26T19:12:56.106Z Compiling data-encoding v2.4.0
22262024-02-26T19:12:56.324Z Compiling fixedbitset v0.4.2
22272024-02-26T19:12:56.846Z Compiling unicode-segmentation v1.10.1
22282024-02-26T19:12:57.684Z Compiling either v1.10.0
22292024-02-26T19:12:57.864Z Compiling minimal-lexical v0.2.1
22302024-02-26T19:12:58.105Z Compiling precomputed-hash v0.1.1
22312024-02-26T19:12:58.219Z Compiling regex-automata v0.3.8
22322024-02-26T19:12:58.381Z Compiling normalize-line-endings v0.3.0
22332024-02-26T19:12:58.509Z Compiling static_assertions v1.1.0
22342024-02-26T19:12:58.610Z Compiling mime v0.3.17
22352024-02-26T19:12:59.360Z Compiling crc-catalog v2.2.0
22362024-02-26T19:12:59.514Z Compiling webpki-roots v0.25.2
22372024-02-26T19:12:59.664Z Compiling difflib v0.4.0
22382024-02-26T19:12:59.984Z Compiling winnow v0.6.1
22392024-02-26T19:13:00.702Z Compiling whoami v1.4.1
22402024-02-26T19:13:01.268Z Compiling tokio-postgres v0.7.10
22412024-02-26T19:13:02.172Z Compiling predicates v3.1.0
22422024-02-26T19:13:02.849Z Compiling bstr v1.6.0
22432024-02-26T19:13:03.698Z Compiling toml_edit v0.22.6
22442024-02-26T19:13:04.337Z Compiling reqwest v0.11.22
22452024-02-26T19:13:06.240Z Compiling crc v3.0.1
22462024-02-26T19:13:13.201Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22472024-02-26T19:13:16.927Z Compiling nom v7.1.3
22482024-02-26T19:13:17.402Z Compiling string_cache v0.8.7
22492024-02-26T19:13:17.849Z Compiling itertools v0.10.5
22502024-02-26T19:13:18.186Z Compiling similar v2.3.0
22512024-02-26T19:13:20.056Z Compiling trust-dns-proto v0.22.0
22522024-02-26T19:13:20.263Z Compiling petgraph v0.6.4
22532024-02-26T19:13:20.821Z Compiling array-init v0.0.4
22542024-02-26T19:13:22.178Z Compiling console v0.15.8
22552024-02-26T19:13:22.282Z Compiling elliptic-curve v0.13.8
22562024-02-26T19:13:27.011Z Compiling futures v0.3.30
22572024-02-26T19:13:27.366Z Compiling zip v0.6.6
22582024-02-26T19:13:27.844Z Compiling diesel v2.1.4
22592024-02-26T19:13:28.207Z Compiling smallvec v0.6.14
22602024-02-26T19:13:28.297Z Compiling yasna v0.5.2
22612024-02-26T19:13:28.669Z Compiling crossterm v0.27.0
22622024-02-26T19:13:28.672Z Compiling cipher v0.4.4
22632024-02-26T19:13:30.016Z Compiling toml v0.7.8
22642024-02-26T19:13:32.108Z Compiling bit-set v0.5.3
22652024-02-26T19:13:32.111Z Compiling usdt v0.3.5
22662024-02-26T19:13:32.392Z Compiling pkcs1 v0.7.5
22672024-02-26T19:13:32.711Z Compiling strum v0.25.0
22682024-02-26T19:13:32.884Z Compiling tokio-stream v0.1.14
22692024-02-26T19:13:33.751Z Compiling is-terminal v0.4.9
22702024-02-26T19:13:34.007Z Compiling openapiv3 v2.0.0
22712024-02-26T19:13:34.241Z Compiling hex v0.4.3
22722024-02-26T19:13:35.560Z Compiling signature v2.1.0
22732024-02-26T19:13:37.607Z Compiling hashbrown v0.12.3
22742024-02-26T19:13:39.025Z Compiling lalrpop-util v0.19.12
22752024-02-26T19:13:41.391Z Compiling bitfield v0.14.0
22762024-02-26T19:13:41.435Z Compiling termcolor v1.2.0
22772024-02-26T19:13:41.807Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22782024-02-26T19:13:42.812Z Compiling env_logger v0.10.0
22792024-02-26T19:13:53.451Z Compiling rsa v0.9.2
22802024-02-26T19:13:58.881Z Compiling serde-hex v0.1.0
22812024-02-26T19:14:03.644Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22822024-02-26T19:14:06.405Z Compiling ron v0.8.1
22832024-02-26T19:14:06.762Z Compiling x509-cert v0.2.4
22842024-02-26T19:14:09.606Z Compiling hashbrown v0.13.2
22852024-02-26T19:14:11.087Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22862024-02-26T19:14:20.473Z Compiling crc-any v2.4.3
22872024-02-26T19:14:21.320Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22882024-02-26T19:14:38.869Z Compiling object v0.30.4
22892024-02-26T19:14:40.379Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22902024-02-26T19:14:53.663Z Compiling path-slash v0.1.5
22912024-02-26T19:14:54.313Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22922024-02-26T19:15:19.634Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22932024-02-26T19:15:22.060Z Finished release [optimized] target(s) in 4m 02s
22942024-02-26T19:15:22.160Z
22952024-02-26T19:15:22.160Zreal 4:03.073388746
22962024-02-26T19:15:22.160Zuser 26:32.889926317
22972024-02-26T19:15:22.160Zsys 3:03.645914951
22982024-02-26T19:15:22.160Ztrap 0.804853343
22992024-02-26T19:15:22.160Ztflt 1.663302808
23002024-02-26T19:15:22.160Zdflt 0.533663633
23012024-02-26T19:15:22.160Zkflt 0.000061825
23022024-02-26T19:15:22.160Zlock 1:00:42.581551037
23032024-02-26T19:15:22.160Zslp 1:18:39.431670848
23042024-02-26T19:15:22.161Zlat 1:29.409421206
23052024-02-26T19:15:22.161Zstop 1:14.746407728
23062024-02-26T19:15:22.161Z+ ptime -m gzip
23072024-02-26T19:15:22.161Z
23082024-02-26T19:15:22.161Zreal 0.458871525
23092024-02-26T19:15:22.161Zuser 0.453062563
23102024-02-26T19:15:22.161Zsys 0.005260831
23112024-02-26T19:15:22.161Ztrap 0.000040842
23122024-02-26T19:15:22.161Ztflt 0.000000000
23132024-02-26T19:15:22.161Zdflt 0.000000000
23142024-02-26T19:15:22.161Zkflt 0.000000000
23152024-02-26T19:15:22.161Zlock 0.000000000
23162024-02-26T19:15:22.161Zslp 0.000000000
23172024-02-26T19:15:22.162Zlat 0.000105369
23182024-02-26T19:15:22.162Zstop 0.000184954
23192024-02-26T19:15:22.162Z+ banner tufaceous
23202024-02-26T19:15:22.162Z
23212024-02-26T19:15:22.162Z ##### # # ###### ## #### ###### #### # # ####
23222024-02-26T19:15:22.162Z # # # # # # # # # # # # # #
23232024-02-26T19:15:22.162Z # # # ##### # # # ##### # # # # ####
23242024-02-26T19:15:22.162Z # # # # ###### # # # # # # #
23252024-02-26T19:15:22.162Z # # # # # # # # # # # # # # #
23262024-02-26T19:15:22.162Z # #### # # # #### ###### #### #### ####
23272024-02-26T19:15:22.162Z
23282024-02-26T19:15:22.162Z+ ptime -m cargo build --locked -p tufaceous --release
23292024-02-26T19:15:22.163Z Downloading crates ...
23302024-02-26T19:15:22.163Z Downloaded parse-size v1.0.0
23312024-02-26T19:15:22.163Z Downloaded doc-comment v0.3.3
23322024-02-26T19:15:22.163Z Downloaded snafu-derive v0.7.5
23332024-02-26T19:15:22.163Z Downloaded snafu v0.7.5
23342024-02-26T19:15:22.163Z Downloaded serde_plain v1.0.2
23352024-02-26T19:15:22.163Z Downloaded async-recursion v1.0.5
23362024-02-26T19:15:22.163Z Downloaded globset v0.4.13
23372024-02-26T19:15:22.163Z Downloaded pin-project v1.1.3
23382024-02-26T19:15:22.163Z Downloaded fs-err v2.11.0
23392024-02-26T19:15:22.163Z Downloaded pin-project-internal v1.1.3
23402024-02-26T19:15:22.163Z Downloaded olpc-cjson v0.1.3
23412024-02-26T19:15:22.163Z Downloaded humantime v2.1.0
23422024-02-26T19:15:22.164Z Downloaded buf-list v1.0.3
23432024-02-26T19:15:22.164Z Downloaded tough v0.16.0
23442024-02-26T19:15:22.164Z Downloaded typed-path v0.7.0
23452024-02-26T19:15:22.164Z Compiling serde_tokenstream v0.2.0
23462024-02-26T19:15:22.164Z Compiling regress v0.8.0
23472024-02-26T19:15:22.164Z Compiling dirs-sys-next v0.1.2
23482024-02-26T19:15:22.164Z Compiling ident_case v1.0.1
23492024-02-26T19:15:22.164Z Compiling strsim v0.10.0
23502024-02-26T19:15:22.164Z Compiling rustls-pki-types v1.3.0
23512024-02-26T19:15:22.164Z Compiling thread_local v1.1.7
23522024-02-26T19:15:22.164Z Compiling dirs-next v2.0.0
23532024-02-26T19:15:22.236Z Compiling darling_core v0.20.3
23542024-02-26T19:15:22.330Z Compiling heck v0.4.1
23552024-02-26T19:15:22.488Z Compiling slog-async v2.8.0
23562024-02-26T19:15:22.647Z Compiling camino v1.1.6
23572024-02-26T19:15:22.997Z Compiling rustls v0.22.2
23582024-02-26T19:15:23.057Z Compiling rustls-webpki v0.102.1
23592024-02-26T19:15:23.250Z Compiling term v0.7.0
23602024-02-26T19:15:23.269Z Compiling crossbeam-channel v0.5.8
23612024-02-26T19:15:23.323Z Compiling getopts v0.2.21
23622024-02-26T19:15:23.594Z Compiling structmeta-derive v0.3.0
23632024-02-26T19:15:24.202Z Compiling atty v0.2.14
23642024-02-26T19:15:24.355Z Compiling multer v3.0.0
23652024-02-26T19:15:24.676Z Compiling paste v1.0.14
23662024-02-26T19:15:25.047Z Compiling match_cfg v0.1.0
23672024-02-26T19:15:25.155Z Compiling doc-comment v0.3.3
23682024-02-26T19:15:25.164Z Compiling take_mut v0.2.2
23692024-02-26T19:15:25.325Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23702024-02-26T19:15:26.413Z Compiling unsafe-libyaml v0.2.10
23712024-02-26T19:15:27.259Z Compiling structmeta v0.3.0
23722024-02-26T19:15:27.669Z Compiling darling_macro v0.20.3
23732024-02-26T19:15:27.789Z Compiling serde_yaml v0.9.25
23742024-02-26T19:15:28.237Z Compiling hostname v0.3.1
23752024-02-26T19:15:28.340Z Compiling slog-term v2.9.0
23762024-02-26T19:15:28.639Z Compiling darling v0.20.3
23772024-02-26T19:15:31.325Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23782024-02-26T19:15:31.346Z Compiling slog-json v2.6.1
23792024-02-26T19:15:31.358Z Compiling http v1.0.0
23802024-02-26T19:15:31.846Z Compiling pin-project-internal v1.1.3
23812024-02-26T19:15:31.868Z Compiling async-stream-impl v0.3.5
23822024-02-26T19:15:32.869Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23832024-02-26T19:15:33.173Z Compiling fastrand v2.0.1
23842024-02-26T19:15:33.200Z Compiling atomic-waker v1.1.1
23852024-02-26T19:15:33.397Z Compiling waitgroup v0.1.2
23862024-02-26T19:15:33.643Z Compiling tempfile v3.10.0
23872024-02-26T19:15:33.931Z Compiling async-stream v0.3.5
23882024-02-26T19:15:34.259Z Compiling tokio-rustls v0.25.0
23892024-02-26T19:15:34.655Z Compiling pin-project v1.1.3
23902024-02-26T19:15:34.784Z Compiling slog-bunyan v2.5.0
23912024-02-26T19:15:34.927Z Compiling serde_with_macros v3.6.1
23922024-02-26T19:15:35.800Z Compiling parse-display-derive v0.9.0
23932024-02-26T19:15:36.167Z Compiling toml v0.8.10
23942024-02-26T19:15:36.585Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23952024-02-26T19:15:37.369Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23962024-02-26T19:15:37.806Z Compiling rustls-pemfile v2.1.0
23972024-02-26T19:15:38.090Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23982024-02-26T19:15:38.584Z Compiling sha1 v0.10.6
23992024-02-26T19:15:38.687Z Compiling newtype-uuid v1.0.1
24002024-02-26T19:15:39.070Z Compiling strum_macros v0.26.1
24012024-02-26T19:15:39.521Z Compiling snafu-derive v0.7.5
24022024-02-26T19:15:39.599Z Compiling serde_path_to_error v0.1.15
24032024-02-26T19:15:39.879Z Compiling instant v0.1.12
24042024-02-26T19:15:40.037Z Compiling fs-err v2.11.0
24052024-02-26T19:15:40.357Z Compiling buf-list v1.0.3
24062024-02-26T19:15:40.609Z Compiling same-file v1.0.6
24072024-02-26T19:15:40.914Z Compiling debug-ignore v1.0.5
24082024-02-26T19:15:40.930Z Compiling arc-swap v1.6.0
24092024-02-26T19:15:41.760Z Compiling slog-scope v4.4.0
24102024-02-26T19:15:42.453Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24112024-02-26T19:15:42.480Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24122024-02-26T19:15:42.753Z Compiling walkdir v2.4.0
24132024-02-26T19:15:43.940Z Compiling strum v0.26.1
24142024-02-26T19:15:44.343Z Compiling backoff v0.4.0
24152024-02-26T19:15:44.529Z Compiling parse-display v0.9.0
24162024-02-26T19:15:44.621Z Compiling snafu v0.7.5
24172024-02-26T19:15:44.638Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24182024-02-26T19:15:44.981Z Compiling serde_with v3.6.1
24192024-02-26T19:15:46.146Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24202024-02-26T19:15:52.526Z Compiling globset v0.4.13
24212024-02-26T19:15:52.526Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24222024-02-26T19:15:52.526Z Compiling pem v3.0.2
24232024-02-26T19:15:52.526Z Compiling olpc-cjson v0.1.3
24242024-02-26T19:15:52.526Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24252024-02-26T19:15:52.526Z Compiling serde_plain v1.0.2
24262024-02-26T19:15:52.526Z Compiling macaddr v1.0.1
24272024-02-26T19:15:52.526Z Compiling async-recursion v1.0.5
24282024-02-26T19:15:52.526Z Compiling filetime v0.2.23
24292024-02-26T19:15:52.580Z Compiling xattr v1.0.1
24302024-02-26T19:15:52.580Z Compiling typed-path v0.7.0
24312024-02-26T19:15:52.580Z Compiling tar v0.4.40
24322024-02-26T19:15:55.432Z Compiling tough v0.16.0
24332024-02-26T19:15:58.327Z Compiling slog-stdlog v4.1.1
24342024-02-26T19:15:59.170Z Compiling camino-tempfile v1.1.1
24352024-02-26T19:15:59.277Z Compiling itertools v0.12.1
24362024-02-26T19:15:59.989Z Compiling parse-size v1.0.0
24372024-02-26T19:16:00.311Z Compiling slog-envlogger v2.2.0
24382024-02-26T19:16:02.829Z Compiling humantime v2.1.0
24392024-02-26T19:16:05.502Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24402024-02-26T19:16:05.512Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24412024-02-26T19:16:15.429Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24422024-02-26T19:16:17.285Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24432024-02-26T19:16:37.163Z Finished release [optimized] target(s) in 1m 16s
24442024-02-26T19:16:37.240Z
24452024-02-26T19:16:37.252Zreal 1:16.255438858
24462024-02-26T19:16:37.252Zuser 8:28.115806581
24472024-02-26T19:16:37.252Zsys 40.063510099
24482024-02-26T19:16:37.252Ztrap 0.227902807
24492024-02-26T19:16:37.252Ztflt 0.378398278
24502024-02-26T19:16:37.253Zdflt 0.503373191
24512024-02-26T19:16:37.254Zkflt 0.000180066
24522024-02-26T19:16:37.254Zlock 17:49.230007833
24532024-02-26T19:16:37.254Zslp 19:27.690999621
24542024-02-26T19:16:37.254Zlat 20.166058332
24552024-02-26T19:16:37.254Zstop 13.774873487
24562024-02-26T19:16:37.255Z+ ptime -m gzip
24572024-02-26T19:16:38.988Z
24582024-02-26T19:16:38.993Zreal 1.743286995
24592024-02-26T19:16:38.993Zuser 1.724577714
24602024-02-26T19:16:38.993Zsys 0.018061619
24612024-02-26T19:16:38.993Ztrap 0.000146150
24622024-02-26T19:16:38.993Ztflt 0.000000000
24632024-02-26T19:16:38.994Zdflt 0.000000000
24642024-02-26T19:16:38.994Zkflt 0.000000000
24652024-02-26T19:16:38.994Zlock 0.000000000
24662024-02-26T19:16:38.994Zslp 0.000000000
24672024-02-26T19:16:38.994Zlat 0.000098672
24682024-02-26T19:16:38.994Zstop 0.000185355
24692024-02-26T19:16:38.994Zprocess exited: duration 834982 ms, exit code 0
 
24702024-02-26T19:16:39.035Zfound 5 output files
24712024-02-26T19:16:39.035Zuploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes)
24722024-02-26T19:16:43.310Zuploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz
24732024-02-26T19:16:43.310Zuploading: /work/end-to-end-tests/bootstrap.gz (109725418 bytes)
24742024-02-26T19:17:26.058Zuploaded: /work/end-to-end-tests/bootstrap.gz
24752024-02-26T19:17:26.058Zuploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113174343 bytes)
24762024-02-26T19:17:58.414Zuploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz
24772024-02-26T19:17:58.414Zuploading: /work/caboose-util.gz (4099335 bytes)
24782024-02-26T19:18:00.419Zuploaded: /work/caboose-util.gz
24792024-02-26T19:18:00.419Zuploading: /work/tufaceous.gz (15875104 bytes)
24802024-02-26T19:18:05.281Zuploaded: /work/tufaceous.gz